01KXEZ67X6RXH3V02GXQFMDEJB: clippy (helios)

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

Buildomat Job: 01KXEZ6R7XNYR6R2FDVAED5C5N

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-14T00:08:25.514Zjob assigned to worker 01KXEZ6X307S2QQDSCKXB2AW2Y [factory aws, i-094fa62293bf5ebbd] (queued for 46 s)
 
22026-07-14T00:08:32.223Zstarting task 0: "setup"
32026-07-14T00:08:32.228Z++ uname -s
42026-07-14T00:08:32.231Z+ kern=SunOS
52026-07-14T00:08:32.231Z+ build_user=build
62026-07-14T00:08:32.231Z+ build_uid=12345
72026-07-14T00:08:32.231Z+ work_dir=/work
82026-07-14T00:08:32.231Z+ input_dir=/input
92026-07-14T00:08:32.231Z+ [[ 0 == 12345 ]]
102026-07-14T00:08:32.231Z+ case "$kern" in
112026-07-14T00:08:32.231Z+ groupadd -g 12345 build
122026-07-14T00:08:32.231Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-14T00:08:34.236Z+ zfs create -o mountpoint=/work rpool/work
142026-07-14T00:08:34.345Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-14T00:08:34.348Z+ home_fs=zfs
162026-07-14T00:08:34.348Z+ [[ zfs == autofs ]]
172026-07-14T00:08:34.348Z+ mkdir -p /home/build
182026-07-14T00:08:34.348Z+ chown build:build /home/build /work
192026-07-14T00:08:36.349Z+ chmod 0700 /home/build /work
202026-07-14T00:08:36.353Zprocess exited: duration 4129 ms, exit code 0
 
212026-07-14T00:08:36.362Zstarting task 1: "rust-toolchain"
222026-07-14T00:08:36.366Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-14T00:08:36.366Z * rust toolchain channel = "1.96.1"
242026-07-14T00:08:36.366Z * rust toolchain profile = "default"
252026-07-14T00:08:36.366Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-14T00:08:36.366Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-14T00:08:36.366Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-14T00:08:36.366Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-14T00:08:36.366Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-14T00:08:36.444Zinfo: downloading installer
312026-07-14T00:08:37.848Zwarn: It looks like you have an existing rustup settings file at:
322026-07-14T00:08:37.848Zwarn: /home/build/.rustup/settings.toml
332026-07-14T00:08:37.848Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-14T00:08:37.848Zwarn: instead of the one inferred from the default host triple.
352026-07-14T00:08:37.861Zinfo: profile set to default
362026-07-14T00:08:37.861Zinfo: default host triple is x86_64-unknown-illumos
372026-07-14T00:08:37.864Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-14T00:08:38.008Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-14T00:08:38.011Zinfo: downloading 6 components
402026-07-14T00:08:53.138Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-14T00:08:53.138Z
422026-07-14T00:08:53.165Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-14T00:08:53.165Z
442026-07-14T00:08:53.165Z
452026-07-14T00:08:53.165ZRust is installed now. Great!
462026-07-14T00:08:53.165Z
472026-07-14T00:08:53.169ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-14T00:08:53.169Zenvironment variable. This has not been done automatically.
492026-07-14T00:08:53.169Z
502026-07-14T00:08:53.169ZTo configure your current shell, you need to source
512026-07-14T00:08:53.169Zthe corresponding env file under $HOME/.cargo.
522026-07-14T00:08:53.169Z
532026-07-14T00:08:53.169ZThis is usually done by running one of the following (note the leading DOT):
542026-07-14T00:08:53.169Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-14T00:08:53.169Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-14T00:08:53.169Zsource "~/.cargo/env.nu" # For nushell
572026-07-14T00:08:53.169Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-14T00:08:53.169Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-14T00:08:53.169Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-14T00:08:53.169Zwarn: no default linker (`cc`) was found in your PATH
612026-07-14T00:08:53.169Zwarn: many Rust crates require a system C toolchain to build
622026-07-14T00:08:53.257Z+ rustup --version
632026-07-14T00:08:53.266Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-14T00:08:53.270Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-14T00:08:53.287Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-14T00:08:53.291Z+ cargo --version
672026-07-14T00:08:53.304Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-14T00:08:53.308Z+ rustc --version
692026-07-14T00:08:53.326Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-14T00:08:53.330Zprocess exited: duration 16968 ms, exit code 0
 
712026-07-14T00:08:53.339Zstarting task 2: "authentication"
722026-07-14T00:08:53.355Zprocess exited: duration 16 ms, exit code 0
 
732026-07-14T00:08:53.368Zstarting task 3: "clone repository"
742026-07-14T00:08:53.372Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-14T00:08:53.376Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-14T00:08:53.406ZCloning into '/work/oxidecomputer/omicron'...
772026-07-14T00:09:05.557Z+ cd /work/oxidecomputer/omicron
782026-07-14T00:09:05.557Z+ git fetch origin ed790642f49527709b8a9130748a67a8f8225080
792026-07-14T00:09:05.833ZFrom https://github.com/oxidecomputer/omicron
802026-07-14T00:09:05.833Z * branch ed790642f49527709b8a9130748a67a8f8225080 -> FETCH_HEAD
812026-07-14T00:09:05.848Z+ [[ -n sunshowers/spr/3n-wicketd-commission-types-reject-unknown-fields-in-userspecifiedportconfig ]]
822026-07-14T00:09:05.851Z++ git branch --show-current
832026-07-14T00:09:05.851Z+ current=main
842026-07-14T00:09:05.851Z+ [[ main != sunshowers/spr/3n-wicketd-commission-types-reject-unknown-fields-in-userspecifiedportconfig ]]
852026-07-14T00:09:05.851Z+ git branch -f sunshowers/spr/3n-wicketd-commission-types-reject-unknown-fields-in-userspecifiedportconfig ed790642f49527709b8a9130748a67a8f8225080
862026-07-14T00:09:05.856Z+ git checkout -f sunshowers/spr/3n-wicketd-commission-types-reject-unknown-fields-in-userspecifiedportconfig
872026-07-14T00:09:06.111ZSwitched to branch 'sunshowers/spr/3n-wicketd-commission-types-reject-unknown-fields-in-userspecifiedportconfig'
882026-07-14T00:09:06.114Z+ git reset --hard ed790642f49527709b8a9130748a67a8f8225080
892026-07-14T00:09:06.128ZHEAD is now at ed790642f minor tweaks
902026-07-14T00:09:06.131Zprocess exited: duration 12760 ms, exit code 0
 
912026-07-14T00:09:06.136Zstarting task 4: "build"
922026-07-14T00:09:06.140Z+ source ./env.sh
932026-07-14T00:09:06.140Z++ OLD_SHELL_OPTS=ehxB
942026-07-14T00:09:06.142Z++ set -o xtrace
952026-07-14T00:09:06.142Z++++ dirname ./env.sh
962026-07-14T00:09:06.145Z+++ readlink -f .
972026-07-14T00:09:06.148Z++ OMICRON_WS=/work/oxidecomputer/omicron
982026-07-14T00:09:06.148Z++ 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-14T00:09:06.148Z++ 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-14T00:09:06.148Z++ 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-14T00:09:06.148Z++ 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-14T00:09:06.148Z++ 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-14T00:09:06.148Z++ 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-14T00:09:06.148Z++ 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-14T00:09:06.148Z++ 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-14T00:09:06.148Z++ 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-14T00:09:06.148Z++ 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-14T00:09:06.148Z++ case $OLD_SHELL_OPTS in
1092026-07-14T00:09:06.148Z++ unset OLD_SHELL_OPTS OMICRON_WS
1102026-07-14T00:09:06.148Z+ source .github/buildomat/ci-env.sh
1112026-07-14T00:09:06.149Z++ export CARGO_TERM_COLOR=always
1122026-07-14T00:09:06.149Z++ CARGO_TERM_COLOR=always
1132026-07-14T00:09:06.149Z+++ uname -s
1142026-07-14T00:09:06.149Z++ [[ SunOS == \S\u\n\O\S ]]
1152026-07-14T00:09:06.149Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
1162026-07-14T00:09:06.152Z+ cargo --version
1172026-07-14T00:09:06.158Zcargo 1.96.1 (356927216 2026-06-26)
1182026-07-14T00:09:06.161Z+ rustc --version
1192026-07-14T00:09:06.180Zrustc 1.96.1 (31fca3adb 2026-06-26)
1202026-07-14T00:09:06.183Z+ banner prerequisites
1212026-07-14T00:09:06.186Z
1222026-07-14T00:09:06.186Z ##### ##### ###### ##### ###### #### # # # #### #
1232026-07-14T00:09:06.186Z # # # # # # # # # # # # # # #
1242026-07-14T00:09:06.186Z # # # # ##### # # ##### # # # # # #### #
1252026-07-14T00:09:06.186Z ##### ##### # ##### # # # # # # # # #
1262026-07-14T00:09:06.186Z # # # # # # # # # # # # # # #
1272026-07-14T00:09:06.186Z # # # ###### # # ###### ### # #### # #### #
1282026-07-14T00:09:06.186Z
1292026-07-14T00:09:06.186Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1302026-07-14T00:09:07.690Z Startup: Refreshing catalog 'helios' ... Done
1312026-07-14T00:09:07.807Z Startup: Caching catalogs ... Done
1322026-07-14T00:09:08.348ZPlanning: Solver setup ... Done (0.492s)
1332026-07-14T00:09:08.376ZPlanning: Running solver ... Done (0.028s)
1342026-07-14T00:09:08.388ZPlanning: Finding local manifests ... Done (0.003s)
1352026-07-14T00:09:08.400ZPlanning: Fetching manifests: 0/2 0% complete
1362026-07-14T00:09:08.422ZPlanning: Fetching manifests: 2/2 100% complete
1372026-07-14T00:09:08.435ZPlanning: Package planning ... Done (0.014s)
1382026-07-14T00:09:08.438ZPlanning: Merging actions ... Done (0.001s)
1392026-07-14T00:09:08.600ZPlanning: Checking for conflicting actions ... Done (0.163s)
1402026-07-14T00:09:08.603ZPlanning: Consolidating action changes ... Done (0.001s)
1412026-07-14T00:09:09.437ZPlanning: Evaluating mediators ... Done (0.836s)
1422026-07-14T00:09:09.440ZPlanning: Planning completed in 1.61 seconds
1432026-07-14T00:09:09.446Z Packages to install: 2
1442026-07-14T00:09:09.446Z Estimated space available: 156.06 GB
1452026-07-14T00:09:09.449ZEstimated space to be consumed: 32.66 MB
1462026-07-14T00:09:09.449Z Create boot environment: No
1472026-07-14T00:09:09.449ZCreate backup boot environment: No
1482026-07-14T00:09:09.449Z Rebuild boot archive: No
1492026-07-14T00:09:09.449Z
1502026-07-14T00:09:09.449ZChanged packages:
1512026-07-14T00:09:09.449Zhelios
1522026-07-14T00:09:09.449Z developer/build-essential
1532026-07-14T00:09:09.449Z None -> 11-3.0
1542026-07-14T00:09:09.449Z library/libxmlsec1
1552026-07-14T00:09:09.449Z None -> 1.2.35-3.0
1562026-07-14T00:09:09.471Z
1572026-07-14T00:09:09.471ZDownload: 0/214 items 0.0/1.3MB 0% complete
1582026-07-14T00:09:09.984ZDownload: Completed 1.28 MB in 0.51 seconds (2.5M/s)
1592026-07-14T00:09:10.054Z Actions: 1/268 actions (Installing new actions)
1602026-07-14T00:09:10.091Z Actions: Completed 268 actions in 0.04 seconds.
1612026-07-14T00:09:10.104ZFinalize: Updating package state database ... Done (0.012s)
1622026-07-14T00:09:10.107ZFinalize: Updating package cache ... Done (0.000s)
1632026-07-14T00:09:10.134ZFinalize: Updating image state ... Done (0.031s)
1642026-07-14T00:09:12.612ZFinalize: Creating fast lookup database ... Done (2.453s)
1652026-07-14T00:09:12.685ZFinalize: Reading search index ... Done (0.012s)
1662026-07-14T00:09:12.688ZFinalize: Updating search index ... Done (0.000s)
1672026-07-14T00:09:12.781ZFinalize: Updating package cache ... Done (0.000s)
1682026-07-14T00:09:13.099ZPlanning: Evaluating mediator changes ... Done
1692026-07-14T00:09:13.205ZPlanning: Checking for conflicting actions ... Done
1702026-07-14T00:09:13.208ZPlanning: Consolidating action changes ... Done
1712026-07-14T00:09:13.364ZPlanning: Evaluating mediators ... Done
1722026-07-14T00:09:13.369ZPlanning: Planning completed in 0.27 seconds
1732026-07-14T00:09:13.387Z Mediators to change: 2
1742026-07-14T00:09:13.387Z Create boot environment: No
1752026-07-14T00:09:13.387ZCreate backup boot environment: No
1762026-07-14T00:09:13.430ZFinalize: Updating package state database ... Done
1772026-07-14T00:09:13.430ZFinalize: Updating package cache ... Done
1782026-07-14T00:09:13.447ZFinalize: Updating image state ... Done
1792026-07-14T00:09:15.421ZFinalize: Creating fast lookup database ... Done
1802026-07-14T00:09:15.483ZFinalize: Reading search index ... Done
1812026-07-14T00:09:15.486ZFinalize: Updating search index ... Done
1822026-07-14T00:09:15.575ZFinalize: Updating package cache ... Done
1832026-07-14T00:09:15.866ZPlanning: Evaluating mediator changes ... Done
1842026-07-14T00:09:15.973ZPlanning: Checking for conflicting actions ... Done
1852026-07-14T00:09:15.975ZPlanning: Consolidating action changes ... Done
1862026-07-14T00:09:16.132ZPlanning: Evaluating mediators ... Done
1872026-07-14T00:09:16.135ZPlanning: Planning completed in 0.27 seconds
1882026-07-14T00:09:16.156Z Mediators to change: 1
1892026-07-14T00:09:16.156Z Create boot environment: No
1902026-07-14T00:09:16.160ZCreate backup boot environment: No
1912026-07-14T00:09:16.192ZFinalize: Updating package state database ... Done
1922026-07-14T00:09:16.192ZFinalize: Updating package cache ... Done
1932026-07-14T00:09:16.209ZFinalize: Updating image state ... Done
1942026-07-14T00:09:18.171ZFinalize: Creating fast lookup database ... Done
1952026-07-14T00:09:18.234ZFinalize: Reading search index ... Done
1962026-07-14T00:09:18.237ZFinalize: Updating search index ... Done
1972026-07-14T00:09:18.292ZFinalize: Updating package cache ... Done
1982026-07-14T00:09:18.606ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1992026-07-14T00:09:18.606Zapache system 2.4 system
2002026-07-14T00:09:18.606Zclang system 15 system
2012026-07-14T00:09:18.606Zcsh system system illumos
2022026-07-14T00:09:18.606Zctags system system illumos
2032026-07-14T00:09:18.606Zfile vendor vendor darwinsys
2042026-07-14T00:09:18.606Zfile system system illumos
2052026-07-14T00:09:18.606Zgcc vendor 14 vendor
2062026-07-14T00:09:18.606Zgcc system 13 system
2072026-07-14T00:09:18.606Zgcc system 10 system
2082026-07-14T00:09:18.606Zgo system 1.25 system
2092026-07-14T00:09:18.606Zllvm system 15 system
2102026-07-14T00:09:18.606Zmariadb system 11.4 system
2112026-07-14T00:09:18.606Zmta vendor vendor dma
2122026-07-14T00:09:18.606Zopenjdk system 17 system
2132026-07-14T00:09:18.606Zopenjdk system 11 system
2142026-07-14T00:09:18.606Zopenssl vendor 3 vendor
2152026-07-14T00:09:18.606Zperl system 5.40 system
2162026-07-14T00:09:18.606Zpostgresql system 18 system
2172026-07-14T00:09:18.606Zpostgresql system 17 system
2182026-07-14T00:09:18.606Zpython vendor 3 vendor
2192026-07-14T00:09:18.606Zpython system 2 system
2202026-07-14T00:09:18.606Zpython3 vendor 3.13 vendor
2212026-07-14T00:09:18.606Zruby system 3.4 system
2222026-07-14T00:09:18.606Zruby system 3.0 system
2232026-07-14T00:09:18.606Zwords vendor vendor american-english
2242026-07-14T00:09:18.606Zwords system system australian-english
2252026-07-14T00:09:18.607Zwords system system british-english
2262026-07-14T00:09:18.607Zwords system system canadian-english
2272026-07-14T00:09:18.607Zwords system system french
2282026-07-14T00:09:18.607Zwords system system italian
2292026-07-14T00:09:18.607Zwords system system ngerman
2302026-07-14T00:09:18.607Zwords system system ogerman
2312026-07-14T00:09:18.607Zwords system system spanish
2322026-07-14T00:09:18.862ZPUBLISHER TYPE STATUS P LOCATION
2332026-07-14T00:09:18.862Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2342026-07-14T00:09:19.174ZFMRI IFO
2352026-07-14T00:09:19.174Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2362026-07-14T00:09:19.174Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2372026-07-14T00:09:19.174Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2382026-07-14T00:09:19.174Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2392026-07-14T00:09:19.174Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2402026-07-14T00:09:19.174Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2412026-07-14T00:09:19.174Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2422026-07-14T00:09:19.174Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2432026-07-14T00:09:19.174Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2442026-07-14T00:09:19.438Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2452026-07-14T00:09:19.696Z Updating crates.io index
2462026-07-14T00:09:19.700Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2472026-07-14T00:09:19.894Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2482026-07-14T00:09:20.184Z Updating git repository `https://github.com/oxidecomputer/propolis`
2492026-07-14T00:09:21.107Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2502026-07-14T00:09:21.580Z Updating git repository `https://github.com/oxidecomputer/crucible`
2512026-07-14T00:09:23.165Z Updating git repository `https://github.com/oxidecomputer/opte`
2522026-07-14T00:09:23.904Z Updating git repository `https://github.com/oxidecomputer/tofino`
2532026-07-14T00:09:24.151Z Updating git repository `https://github.com/oxidecomputer/lldp`
2542026-07-14T00:09:24.482Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2552026-07-14T00:09:25.579Z Updating git repository `https://github.com/oxidecomputer/clickward`
2562026-07-14T00:09:25.812Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2572026-07-14T00:09:26.136Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2582026-07-14T00:09:26.420Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2592026-07-14T00:09:26.874Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2602026-07-14T00:09:27.677Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2612026-07-14T00:09:27.897Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2622026-07-14T00:09:28.123Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2632026-07-14T00:09:28.387Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2642026-07-14T00:09:28.670Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2652026-07-14T00:09:28.908Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2662026-07-14T00:09:29.152Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2672026-07-14T00:09:29.411Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2682026-07-14T00:09:29.769Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2692026-07-14T00:09:30.104Z Updating git repository `https://github.com/oxidecomputer/erebor`
2702026-07-14T00:09:30.325Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2712026-07-14T00:09:30.709Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2722026-07-14T00:09:30.951Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2732026-07-14T00:09:31.433Z Updating git repository `https://github.com/oxidecomputer/ispf`
2742026-07-14T00:09:31.675Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2752026-07-14T00:09:31.911Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2762026-07-14T00:09:32.214Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2772026-07-14T00:09:32.598Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2782026-07-14T00:09:33.013Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2792026-07-14T00:09:33.298Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2802026-07-14T00:09:33.553Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2812026-07-14T00:09:33.849Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2822026-07-14T00:09:34.336Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2832026-07-14T00:09:34.573Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2842026-07-14T00:09:35.093Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2852026-07-14T00:09:35.332Z Updating git repository `https://github.com/illumos/smf-rs`
2862026-07-14T00:09:38.092Z Downloading crates ...
2872026-07-14T00:09:38.148Z Downloaded cargo_toml v0.21.0
2882026-07-14T00:09:38.154Z Downloaded anstream v1.0.0
2892026-07-14T00:09:38.157Z Downloaded usdt-macro v0.5.0
2902026-07-14T00:09:38.157Z Downloaded zmij v1.0.21
2912026-07-14T00:09:38.160Z Downloaded cargo-platform v0.3.2
2922026-07-14T00:09:38.160Z Downloaded colorchoice v1.0.4
2932026-07-14T00:09:38.160Z Downloaded anstyle v1.0.14
2942026-07-14T00:09:38.163Z Downloaded zerocopy-derive v0.7.35
2952026-07-14T00:09:38.165Z Downloaded cargo_metadata v0.23.1
2962026-07-14T00:09:38.168Z Downloaded clap v4.6.1
2972026-07-14T00:09:38.170Z Downloaded heck v0.5.0
2982026-07-14T00:09:38.173Z Downloaded crypto-common v0.1.7
2992026-07-14T00:09:38.173Z Downloaded fastrand v2.3.0
3002026-07-14T00:09:38.173Z Downloaded block-buffer v0.10.4
3012026-07-14T00:09:38.176Z Downloaded zerocopy v0.7.35
3022026-07-14T00:09:38.182Z Downloaded dtrace-parser v0.2.0
3032026-07-14T00:09:38.185Z Downloaded cfg-if v1.0.4
3042026-07-14T00:09:38.185Z Downloaded is_terminal_polyfill v1.70.2
3052026-07-14T00:09:38.187Z Downloaded equivalent v1.0.2
3062026-07-14T00:09:38.187Z Downloaded strsim v0.11.1
3072026-07-14T00:09:38.190Z Downloaded generic-array v0.14.7
3082026-07-14T00:09:38.193Z Downloaded proc-macro-error-attr v1.0.4
3092026-07-14T00:09:38.199Z Downloaded pretty-hex v0.4.1
3102026-07-14T00:09:38.202Z Downloaded cpufeatures v0.2.17
3112026-07-14T00:09:38.205Z Downloaded unicode-linebreak v0.1.5
3122026-07-14T00:09:38.208Z Downloaded usdt-attr-macro v0.5.0
3132026-07-14T00:09:38.210Z Downloaded anstyle-query v1.1.5
3142026-07-14T00:09:38.215Z Downloaded errno v0.3.14
3152026-07-14T00:09:38.218Z Downloaded plain v0.2.3
3162026-07-14T00:09:38.218Z Downloaded digest v0.10.7
3172026-07-14T00:09:38.218Z Downloaded scroll_derive v0.12.1
3182026-07-14T00:09:38.218Z Downloaded macaddr v1.0.1
3192026-07-14T00:09:38.221Z Downloaded clap_lex v1.0.0
3202026-07-14T00:09:38.224Z Downloaded itoa v1.0.17
3212026-07-14T00:09:38.225Z Downloaded proc-macro-error v1.0.4
3222026-07-14T00:09:38.227Z Downloaded anstyle-parse v1.0.0
3232026-07-14T00:09:38.227Z Downloaded clap_derive v4.6.1
3242026-07-14T00:09:38.230Z Downloaded fnv v1.0.7
3252026-07-14T00:09:38.232Z Downloaded tabled_derive v0.7.0
3262026-07-14T00:09:38.235Z Downloaded terminal_size v0.4.3
3272026-07-14T00:09:38.238Z Downloaded utf8parse v0.2.2
3282026-07-14T00:09:38.241Z Downloaded fs-err v3.3.0
3292026-07-14T00:09:38.244Z Downloaded dof v0.3.0
3302026-07-14T00:09:38.244Z Downloaded quote v1.0.45
3312026-07-14T00:09:38.248Z Downloaded memmap v0.7.0
3322026-07-14T00:09:38.250Z Downloaded usdt v0.5.0
3332026-07-14T00:09:38.250Z Downloaded thread-id v4.2.2
3342026-07-14T00:09:38.253Z Downloaded toml_write v0.1.2
3352026-07-14T00:09:38.253Z Downloaded serde_spanned v0.6.9
3362026-07-14T00:09:38.256Z Downloaded smawk v0.3.2
3372026-07-14T00:09:38.259Z Downloaded version_check v0.9.5
3382026-07-14T00:09:38.262Z Downloaded heck v0.4.1
3392026-07-14T00:09:38.269Z Downloaded swrite v0.1.0
3402026-07-14T00:09:38.274Z Downloaded byteorder v1.5.0
3412026-07-14T00:09:38.277Z Downloaded once_cell v1.21.3
3422026-07-14T00:09:38.280Z Downloaded bytecount v0.6.9
3432026-07-14T00:09:38.290Z Downloaded autocfg v1.5.0
3442026-07-14T00:09:38.292Z Downloaded thiserror-impl v2.0.18
3452026-07-14T00:09:38.292Z Downloaded scroll v0.12.0
3462026-07-14T00:09:38.292Z Downloaded camino-tempfile v1.4.1
3472026-07-14T00:09:38.298Z Downloaded toml_datetime v0.6.11
3482026-07-14T00:09:38.301Z Downloaded thiserror v2.0.18
3492026-07-14T00:09:38.305Z Downloaded thiserror v1.0.69
3502026-07-14T00:09:38.307Z Downloaded usdt-impl v0.5.0
3512026-07-14T00:09:38.307Z Downloaded serde_tokenstream v0.2.3
3522026-07-14T00:09:38.310Z Downloaded thiserror-impl v1.0.69
3532026-07-14T00:09:38.314Z Downloaded papergrid v0.11.0
3542026-07-14T00:09:38.317Z Downloaded camino v1.2.2
3552026-07-14T00:09:38.320Z Downloaded bitflags v2.11.0
3562026-07-14T00:09:38.325Z Downloaded semver v1.0.28
3572026-07-14T00:09:38.328Z Downloaded pest v2.8.6
3582026-07-14T00:09:38.331Z Downloaded log v0.4.29
3592026-07-14T00:09:38.334Z Downloaded getrandom v0.4.1
3602026-07-14T00:09:38.338Z Downloaded tempfile v3.25.0
3612026-07-14T00:09:38.340Z Downloaded sha2 v0.10.9
3622026-07-14T00:09:38.347Z Downloaded toml v0.8.23
3632026-07-14T00:09:38.350Z Downloaded proc-macro2 v1.0.106
3642026-07-14T00:09:38.353Z Downloaded pest_derive v2.8.6
3652026-07-14T00:09:38.356Z Downloaded pest_generator v2.8.6
3662026-07-14T00:09:38.358Z Downloaded anyhow v1.0.102
3672026-07-14T00:09:38.367Z Downloaded unicode-ident v1.0.24
3682026-07-14T00:09:38.371Z Downloaded serde_core v1.0.228
3692026-07-14T00:09:38.374Z Downloaded serde_derive v1.0.228
3702026-07-14T00:09:38.378Z Downloaded pest_meta v2.8.6
3712026-07-14T00:09:38.380Z Downloaded memchr v2.8.0
3722026-07-14T00:09:38.383Z Downloaded indexmap v2.14.0
3732026-07-14T00:09:38.387Z Downloaded ucd-trie v0.1.7
3742026-07-14T00:09:38.389Z Downloaded textwrap v0.16.2
3752026-07-14T00:09:38.392Z Downloaded toml_edit v0.22.27
3762026-07-14T00:09:38.401Z Downloaded serde v1.0.228
3772026-07-14T00:09:38.413Z Downloaded typenum v1.20.1
3782026-07-14T00:09:38.451Z Downloaded hashbrown v0.17.0
3792026-07-14T00:09:38.454Z Downloaded clap_builder v4.6.0
3802026-07-14T00:09:38.458Z Downloaded serde_json v1.0.150
3812026-07-14T00:09:38.473Z Downloaded goblin v0.8.2
3822026-07-14T00:09:38.478Z Downloaded winnow v0.7.14
3832026-07-14T00:09:38.486Z Downloaded tabled v0.15.0
3842026-07-14T00:09:38.494Z Downloaded syn v1.0.109
3852026-07-14T00:09:38.504Z Downloaded unicode-width v0.2.0
3862026-07-14T00:09:38.507Z Downloaded unicode-width v0.1.14
3872026-07-14T00:09:38.511Z Downloaded syn v2.0.117
3882026-07-14T00:09:38.527Z Downloaded rustix v1.1.3
3892026-07-14T00:09:38.553Z Downloaded libc v0.2.185
3902026-07-14T00:09:38.616Z Compiling proc-macro2 v1.0.106
3912026-07-14T00:09:38.616Z Compiling unicode-ident v1.0.24
3922026-07-14T00:09:38.616Z Compiling quote v1.0.45
3932026-07-14T00:09:38.619Z Compiling serde_core v1.0.228
3942026-07-14T00:09:38.619Z Compiling libc v0.2.185
3952026-07-14T00:09:38.619Z Compiling version_check v0.9.5
3962026-07-14T00:09:38.619Z Compiling memchr v2.8.0
3972026-07-14T00:09:38.619Z Compiling serde v1.0.228
3982026-07-14T00:09:38.943Z Compiling zmij v1.0.21
3992026-07-14T00:09:39.232Z Compiling thiserror v1.0.69
4002026-07-14T00:09:39.312Z Compiling itoa v1.0.17
4012026-07-14T00:09:39.475Z Compiling ucd-trie v0.1.7
4022026-07-14T00:09:39.496Z Compiling byteorder v1.5.0
4032026-07-14T00:09:39.597Z Compiling rustix v1.1.3
4042026-07-14T00:09:39.627Z Compiling pest v2.8.6
4052026-07-14T00:09:39.726Z Compiling errno v0.3.14
4062026-07-14T00:09:39.741Z Compiling serde_json v1.0.150
4072026-07-14T00:09:39.955Z Compiling bitflags v2.11.0
4082026-07-14T00:09:40.079Z Compiling syn v2.0.117
4092026-07-14T00:09:40.187Z Compiling thread-id v4.2.2
4102026-07-14T00:09:40.218Z Compiling usdt-impl v0.5.0
4112026-07-14T00:09:40.285Z Compiling proc-macro-error-attr v1.0.4
4122026-07-14T00:09:40.400Z Compiling syn v1.0.109
4132026-07-14T00:09:41.475Z Compiling camino v1.2.2
4142026-07-14T00:09:41.477Z Compiling proc-macro-error v1.0.4
4152026-07-14T00:09:41.478Z Compiling pest_meta v2.8.6
4162026-07-14T00:09:41.478Z Compiling hashbrown v0.17.0
4172026-07-14T00:09:41.478Z Compiling utf8parse v0.2.2
4182026-07-14T00:09:41.478Z Compiling log v0.4.29
4192026-07-14T00:09:41.478Z Compiling equivalent v1.0.2
4202026-07-14T00:09:41.478Z Compiling plain v0.2.3
4212026-07-14T00:09:41.478Z Compiling getrandom v0.4.1
4222026-07-14T00:09:41.478Z Compiling terminal_size v0.4.3
4232026-07-14T00:09:41.478Z Compiling indexmap v2.14.0
4242026-07-14T00:09:41.510Z Compiling anstyle-parse v1.0.0
4252026-07-14T00:09:42.040Z Compiling toml_write v0.1.2
4262026-07-14T00:09:42.056Z Compiling cfg-if v1.0.4
4272026-07-14T00:09:42.059Z Compiling winnow v0.7.14
4282026-07-14T00:09:42.133Z Compiling anstyle-query v1.1.5
4292026-07-14T00:09:42.136Z Compiling anstyle v1.0.14
4302026-07-14T00:09:42.255Z Compiling autocfg v1.5.0
4312026-07-14T00:09:42.273Z Compiling is_terminal_polyfill v1.70.2
4322026-07-14T00:09:42.357Z Compiling pest_generator v2.8.6
4332026-07-14T00:09:42.375Z Compiling colorchoice v1.0.4
4342026-07-14T00:09:42.394Z Compiling pretty-hex v0.4.1
4352026-07-14T00:09:42.453Z Compiling thiserror v2.0.18
4362026-07-14T00:09:42.497Z Compiling anstream v1.0.0
4372026-07-14T00:09:42.706Z Compiling fs-err v3.3.0
4382026-07-14T00:09:42.906Z Compiling unicode-width v0.1.14
4392026-07-14T00:09:42.923Z Compiling fastrand v2.3.0
4402026-07-14T00:09:43.025Z Compiling anyhow v1.0.102
4412026-07-14T00:09:43.025Z Compiling heck v0.4.1
4422026-07-14T00:09:43.067Z Compiling bytecount v0.6.9
4432026-07-14T00:09:43.185Z Compiling fnv v1.0.7
4442026-07-14T00:09:43.201Z Compiling once_cell v1.21.3
4452026-07-14T00:09:43.218Z Compiling strsim v0.11.1
4462026-07-14T00:09:43.327Z Compiling clap_lex v1.0.0
4472026-07-14T00:09:43.355Z Compiling heck v0.5.0
4482026-07-14T00:09:43.450Z Compiling tempfile v3.25.0
4492026-07-14T00:09:43.569Z Compiling clap_builder v4.6.0
4502026-07-14T00:09:43.598Z Compiling papergrid v0.11.0
4512026-07-14T00:09:43.633Z Compiling semver v1.0.28
4522026-07-14T00:09:43.649Z Compiling cargo-platform v0.3.2
4532026-07-14T00:09:43.692Z Compiling tabled_derive v0.7.0
4542026-07-14T00:09:43.717Z Compiling memmap v0.7.0
4552026-07-14T00:09:43.838Z Compiling smawk v0.3.2
4562026-07-14T00:09:43.907Z Compiling unicode-width v0.2.0
4572026-07-14T00:09:43.924Z Compiling unicode-linebreak v0.1.5
4582026-07-14T00:09:43.983Z Compiling camino-tempfile v1.4.1
4592026-07-14T00:09:44.017Z Compiling serde_derive v1.0.228
4602026-07-14T00:09:44.172Z Compiling thiserror-impl v1.0.69
4612026-07-14T00:09:44.189Z Compiling zerocopy-derive v0.7.35
4622026-07-14T00:09:44.219Z Compiling pest_derive v2.8.6
4632026-07-14T00:09:44.257Z Compiling scroll_derive v0.12.1
4642026-07-14T00:09:44.654Z Compiling thiserror-impl v2.0.18
4652026-07-14T00:09:44.709Z Compiling clap_derive v4.6.1
4662026-07-14T00:09:44.988Z Compiling scroll v0.12.0
4672026-07-14T00:09:45.077Z Compiling tabled v0.15.0
4682026-07-14T00:09:45.164Z Compiling zerocopy v0.7.35
4692026-07-14T00:09:45.303Z Compiling goblin v0.8.2
4702026-07-14T00:09:45.635Z Compiling dtrace-parser v0.2.0
4712026-07-14T00:09:45.670Z Compiling textwrap v0.16.2
4722026-07-14T00:09:46.119Z Compiling swrite v0.1.0
4732026-07-14T00:09:46.482Z Compiling clap v4.6.1
4742026-07-14T00:09:47.231Z Compiling serde_spanned v0.6.9
4752026-07-14T00:09:47.235Z Compiling toml_datetime v0.6.11
4762026-07-14T00:09:47.235Z Compiling macaddr v1.0.1
4772026-07-14T00:09:47.235Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4782026-07-14T00:09:47.235Z Compiling cargo_metadata v0.23.1
4792026-07-14T00:09:47.314Z Compiling dof v0.3.0
4802026-07-14T00:09:47.315Z Compiling serde_tokenstream v0.2.3
4812026-07-14T00:09:47.487Z Compiling toml_edit v0.22.27
4822026-07-14T00:09:48.083Z Compiling usdt-macro v0.5.0
4832026-07-14T00:09:48.083Z Compiling usdt-attr-macro v0.5.0
4842026-07-14T00:09:48.715Z Compiling usdt v0.5.0
4852026-07-14T00:09:48.884Z Compiling toml v0.8.23
4862026-07-14T00:09:49.226Z Compiling cargo_toml v0.21.0
4872026-07-14T00:09:50.494Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4882026-07-14T00:09:52.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.22s
4892026-07-14T00:09:52.711Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4902026-07-14T00:09:53.214Z Downloading crates ...
4912026-07-14T00:09:53.300Z Downloaded adler2 v2.0.1
4922026-07-14T00:09:53.313Z Downloaded backon v1.6.0
4932026-07-14T00:09:53.317Z Downloaded aead v0.6.1
4942026-07-14T00:09:53.320Z Downloaded aead v0.5.2
4952026-07-14T00:09:53.323Z Downloaded base64 v0.22.1
4962026-07-14T00:09:53.326Z Downloaded async-stream v0.3.6
4972026-07-14T00:09:53.326Z Downloaded async-trait v0.1.89
4982026-07-14T00:09:53.330Z Downloaded allocator-api2 v0.2.21
4992026-07-14T00:09:53.333Z Downloaded bitflags v1.3.2
5002026-07-14T00:09:53.340Z Downloaded crc32fast v1.5.0
5012026-07-14T00:09:53.343Z Downloaded arrayref v0.3.9
5022026-07-14T00:09:53.350Z Downloaded embedded-io v0.6.1
5032026-07-14T00:09:53.350Z Downloaded ascii-canvas v3.0.0
5042026-07-14T00:09:53.353Z Downloaded bit-set v0.8.0
5052026-07-14T00:09:53.353Z Downloaded base16ct v1.0.0
5062026-07-14T00:09:53.353Z Downloaded crossterm v0.29.0
5072026-07-14T00:09:53.357Z Downloaded darling_macro v0.23.0
5082026-07-14T00:09:53.360Z Downloaded compression-core v0.4.31
5092026-07-14T00:09:53.360Z Downloaded async-stream-impl v0.3.6
5102026-07-14T00:09:53.360Z Downloaded async-recursion v1.1.1
5112026-07-14T00:09:53.363Z Downloaded crossbeam-epoch v0.9.18
5122026-07-14T00:09:53.365Z Downloaded crc v3.4.0
5132026-07-14T00:09:53.368Z Downloaded defmt v1.0.1
5142026-07-14T00:09:53.371Z Downloaded block-padding v0.4.2
5152026-07-14T00:09:53.371Z Downloaded bitfield-struct v0.6.2
5162026-07-14T00:09:53.371Z Downloaded darling v0.20.11
5172026-07-14T00:09:53.374Z Downloaded darling_macro v0.13.4
5182026-07-14T00:09:53.377Z Downloaded atomic-waker v1.1.2
5192026-07-14T00:09:53.377Z Downloaded argon2 v0.5.3
5202026-07-14T00:09:53.380Z Downloaded anstream v0.6.21
5212026-07-14T00:09:53.380Z Downloaded array-init v0.0.4
5222026-07-14T00:09:53.382Z Downloaded darling v0.21.3
5232026-07-14T00:09:53.385Z Downloaded block-buffer v0.12.1
5242026-07-14T00:09:53.387Z Downloaded bit-set v0.5.3
5252026-07-14T00:09:53.387Z Downloaded assert_matches v1.5.0
5262026-07-14T00:09:53.387Z Downloaded bitfield-macros v0.19.4
5272026-07-14T00:09:53.390Z Downloaded cfg_aliases v0.2.1
5282026-07-14T00:09:53.390Z Downloaded atty v0.2.14
5292026-07-14T00:09:53.392Z Downloaded data-encoding v2.10.0
5302026-07-14T00:09:53.392Z Downloaded darling v0.13.4
5312026-07-14T00:09:53.395Z Downloaded csv-core v0.1.13
5322026-07-14T00:09:53.395Z Downloaded cstr-argument v0.1.2
5332026-07-14T00:09:53.398Z Downloaded blowfish v0.10.0
5342026-07-14T00:09:53.398Z Downloaded backoff v0.4.0
5352026-07-14T00:09:53.400Z Downloaded darling_core v0.21.3
5362026-07-14T00:09:53.402Z Downloaded corncobs v0.1.4
5372026-07-14T00:09:53.405Z Downloaded castaway v0.2.4
5382026-07-14T00:09:53.405Z Downloaded darling_core v0.13.4
5392026-07-14T00:09:53.408Z Downloaded defmt v0.3.100
5402026-07-14T00:09:53.408Z Downloaded debug-ignore v1.0.5
5412026-07-14T00:09:53.411Z Downloaded crunchy v0.2.4
5422026-07-14T00:09:53.411Z Downloaded cpubits v0.1.1
5432026-07-14T00:09:53.411Z Downloaded crc8 v0.1.1
5442026-07-14T00:09:53.414Z Downloaded darling_macro v0.20.11
5452026-07-14T00:09:53.414Z Downloaded bcrypt-pbkdf v0.11.0
5462026-07-14T00:09:53.414Z Downloaded ctr v0.10.1
5472026-07-14T00:09:53.416Z Downloaded ahash v0.8.12
5482026-07-14T00:09:53.416Z Downloaded ctutils v0.4.2
5492026-07-14T00:09:53.419Z Downloaded bb8 v0.8.6
5502026-07-14T00:09:53.419Z Downloaded crossbeam-deque v0.8.6
5512026-07-14T00:09:53.421Z Downloaded bitfield v0.19.4
5522026-07-14T00:09:53.421Z Downloaded endian-type v0.1.2
5532026-07-14T00:09:53.423Z Downloaded dof v0.4.0
5542026-07-14T00:09:53.423Z Downloaded cobs v0.3.0
5552026-07-14T00:09:53.423Z Downloaded display-error-chain v0.2.2
5562026-07-14T00:09:53.425Z Downloaded cassowary v0.3.0
5572026-07-14T00:09:53.425Z Downloaded bit-vec v0.6.3
5582026-07-14T00:09:53.429Z Downloaded downcast-rs v2.0.2
5592026-07-14T00:09:53.429Z Downloaded crucible-workspace-hack v0.1.0
5602026-07-14T00:09:53.429Z Downloaded anstyle-parse v0.2.7
5612026-07-14T00:09:53.431Z Downloaded cookie_store v0.22.1
5622026-07-14T00:09:53.433Z Downloaded dropshot-api-manager-types v0.7.2
5632026-07-14T00:09:53.433Z Downloaded difflib v0.4.0
5642026-07-14T00:09:53.436Z Downloaded cfg_aliases v0.1.1
5652026-07-14T00:09:53.436Z Downloaded embedded-io v0.4.0
5662026-07-14T00:09:53.436Z Downloaded enum-as-inner v0.6.1
5672026-07-14T00:09:53.439Z Downloaded dunce v1.0.5
5682026-07-14T00:09:53.439Z Downloaded convert_case v0.4.0
5692026-07-14T00:09:53.441Z Downloaded dirs-next v2.0.0
5702026-07-14T00:09:53.441Z Downloaded daft v0.1.7
5712026-07-14T00:09:53.441Z Downloaded console v0.15.11
5722026-07-14T00:09:53.443Z Downloaded darling_macro v0.21.3
5732026-07-14T00:09:53.446Z Downloaded crypto-common v0.2.2
5742026-07-14T00:09:53.446Z Downloaded constant_time_eq v0.4.2
5752026-07-14T00:09:53.449Z Downloaded compression-codecs v0.4.37
5762026-07-14T00:09:53.451Z Downloaded env_filter v1.0.0
5772026-07-14T00:09:53.451Z Downloaded arrayvec v0.7.6
5782026-07-14T00:09:53.454Z Downloaded derive_builder_macro v0.20.2
5792026-07-14T00:09:53.454Z Downloaded bit-vec v0.8.0
5802026-07-14T00:09:53.456Z Downloaded dtrace-parser v0.3.0
5812026-07-14T00:09:53.456Z Downloaded cmake v0.1.57
5822026-07-14T00:09:53.459Z Downloaded cipher v0.4.4
5832026-07-14T00:09:53.459Z Downloaded async-compression v0.4.41
5842026-07-14T00:09:53.463Z Downloaded dsl_auto_type v0.2.0
5852026-07-14T00:09:53.466Z Downloaded clang-sys v1.8.1
5862026-07-14T00:09:53.466Z Downloaded diesel_table_macro_syntax v0.3.0
5872026-07-14T00:09:53.469Z Downloaded dyn-clone v1.0.20
5882026-07-14T00:09:53.469Z Downloaded defmt-parser v1.0.0
5892026-07-14T00:09:53.469Z Downloaded foreign-types-macros v0.2.3
5902026-07-14T00:09:53.469Z Downloaded foreign-types-shared v0.1.1
5912026-07-14T00:09:53.472Z Downloaded foreign-types v0.5.0
5922026-07-14T00:09:53.472Z Downloaded float-ord v0.3.2
5932026-07-14T00:09:53.472Z Downloaded ciborium-io v0.2.2
5942026-07-14T00:09:53.472Z Downloaded cexpr v0.6.0
5952026-07-14T00:09:53.474Z Downloaded flagset v0.4.7
5962026-07-14T00:09:53.474Z Downloaded critical-section v1.2.0
5972026-07-14T00:09:53.476Z Downloaded ciborium-ll v0.2.2
5982026-07-14T00:09:53.476Z Downloaded bcs v0.1.6
5992026-07-14T00:09:53.479Z Downloaded document-features v0.2.12
6002026-07-14T00:09:53.479Z Downloaded cbc v0.2.1
6012026-07-14T00:09:53.481Z Downloaded curve25519-dalek-derive v0.1.1
6022026-07-14T00:09:53.481Z Downloaded crc-catalog v2.4.0
6032026-07-14T00:09:53.481Z Downloaded foreign-types v0.3.2
6042026-07-14T00:09:53.484Z Downloaded fixedbitset v0.4.2
6052026-07-14T00:09:53.484Z Downloaded chacha20 v0.9.1
6062026-07-14T00:09:53.487Z Downloaded funty v2.0.0
6072026-07-14T00:09:53.487Z Downloaded base16ct v0.2.0
6082026-07-14T00:09:53.487Z Downloaded convert_case v0.10.0
6092026-07-14T00:09:53.490Z Downloaded futures-core v0.3.32
6102026-07-14T00:09:53.490Z Downloaded form_urlencoded v1.2.2
6112026-07-14T00:09:53.493Z Downloaded futures-task v0.3.32
6122026-07-14T00:09:53.493Z Downloaded futures-sink v0.3.32
6132026-07-14T00:09:53.493Z Downloaded const-oid v0.9.6
6142026-07-14T00:09:53.496Z Downloaded either v1.15.0
6152026-07-14T00:09:53.496Z Downloaded cpufeatures v0.3.0
6162026-07-14T00:09:53.498Z Downloaded camino-tempfile-ext v0.3.3
6172026-07-14T00:09:53.501Z Downloaded ena v0.14.4
6182026-07-14T00:09:53.501Z Downloaded digest v0.11.3
6192026-07-14T00:09:53.504Z Downloaded deranged v0.5.8
6202026-07-14T00:09:53.504Z Downloaded buf-list v1.1.2
6212026-07-14T00:09:53.506Z Downloaded globwalk v0.9.1
6222026-07-14T00:09:53.506Z Downloaded git-stub v1.0.0
6232026-07-14T00:09:53.506Z Downloaded ghash v0.6.0
6242026-07-14T00:09:53.509Z Downloaded futures-io v0.3.32
6252026-07-14T00:09:53.509Z Downloaded darling v0.23.0
6262026-07-14T00:09:53.512Z Downloaded gethostname v0.5.0
6272026-07-14T00:09:53.514Z Downloaded diesel-dtrace v0.5.0
6282026-07-14T00:09:53.514Z Downloaded hash32 v0.3.1
6292026-07-14T00:09:53.514Z Downloaded futures-macro v0.3.32
6302026-07-14T00:09:53.517Z Downloaded displaydoc v0.2.5
6312026-07-14T00:09:53.517Z Downloaded hash32 v0.2.1
6322026-07-14T00:09:53.520Z Downloaded derive-ex v0.1.8
6332026-07-14T00:09:53.520Z Downloaded ff v0.14.0
6342026-07-14T00:09:53.522Z Downloaded ff v0.13.1
6352026-07-14T00:09:53.522Z Downloaded headers-core v0.3.0
6362026-07-14T00:09:53.522Z Downloaded foldhash v0.1.5
6372026-07-14T00:09:53.525Z Downloaded fixedbitset v0.5.7
6382026-07-14T00:09:53.525Z Downloaded defmt-macros v1.0.1
6392026-07-14T00:09:53.527Z Downloaded hex-literal v1.1.0
6402026-07-14T00:09:53.527Z Downloaded fs-err v2.11.0
6412026-07-14T00:09:53.530Z Downloaded hostname v0.3.1
6422026-07-14T00:09:53.530Z Downloaded http-body v1.0.1
6432026-07-14T00:09:53.533Z Downloaded cipher v0.5.2
6442026-07-14T00:09:53.533Z Downloaded derive_builder_core v0.20.2
6452026-07-14T00:09:53.535Z Downloaded ciborium v0.2.2
6462026-07-14T00:09:53.535Z Downloaded hex v0.4.3
6472026-07-14T00:09:53.538Z Downloaded colored v3.1.1
6482026-07-14T00:09:53.538Z Downloaded erased-serde v0.3.31
6492026-07-14T00:09:53.541Z Downloaded ed25519 v3.0.0
6502026-07-14T00:09:53.541Z Downloaded blake2 v0.10.6
6512026-07-14T00:09:53.544Z Downloaded bzip2 v0.6.1
6522026-07-14T00:09:53.546Z Downloaded futures-executor v0.3.32
6532026-07-14T00:09:53.546Z Downloaded fd-lock v4.0.4
6542026-07-14T00:09:53.549Z Downloaded bzip2 v0.4.4
6552026-07-14T00:09:53.549Z Downloaded hostname v0.4.2
6562026-07-14T00:09:53.549Z Downloaded ed25519 v2.2.3
6572026-07-14T00:09:53.552Z Downloaded hubpack_derive v0.1.1
6582026-07-14T00:09:53.552Z Downloaded find-msvc-tools v0.1.9
6592026-07-14T00:09:53.552Z Downloaded fallible-iterator v0.2.0
6602026-07-14T00:09:53.581Z Downloaded http-range v0.1.5
6612026-07-14T00:09:53.582Z Downloaded env_logger v0.11.9
6622026-07-14T00:09:53.582Z Downloaded chacha20 v0.10.0
6632026-07-14T00:09:53.582Z Downloaded async-bb8-diesel v0.2.1
6642026-07-14T00:09:53.582Z Downloaded aes v0.9.1
6652026-07-14T00:09:53.582Z Downloaded home v0.5.12
6662026-07-14T00:09:53.582Z Downloaded enum_dispatch v0.3.13
6672026-07-14T00:09:53.582Z Downloaded hyper-tls v0.6.0
6682026-07-14T00:09:53.582Z Downloaded cmov v0.5.4
6692026-07-14T00:09:53.582Z Downloaded hubpack v0.1.2
6702026-07-14T00:09:53.582Z Downloaded crypto-bigint v0.5.5
6712026-07-14T00:09:53.582Z Downloaded group v0.14.0
6722026-07-14T00:09:53.582Z Downloaded globset v0.4.18
6732026-07-14T00:09:53.582Z Downloaded glob v0.3.3
6742026-07-14T00:09:53.582Z Downloaded crossbeam-utils v0.8.21
6752026-07-14T00:09:53.582Z Downloaded fs_extra v1.3.0
6762026-07-14T00:09:53.582Z Downloaded ecdsa v0.17.0-rc.18
6772026-07-14T00:09:53.582Z Downloaded foldhash v0.2.0
6782026-07-14T00:09:53.582Z Downloaded colored v2.2.0
6792026-07-14T00:09:53.586Z Downloaded cancel-safe-futures v0.1.5
6802026-07-14T00:09:53.586Z Downloaded filetime v0.2.27
6812026-07-14T00:09:53.586Z Downloaded idna_adapter v1.2.1
6822026-07-14T00:09:53.586Z Downloaded indent_write v2.2.0
6832026-07-14T00:09:53.590Z Downloaded group v0.13.0
6842026-07-14T00:09:53.590Z Downloaded delegate v0.13.5
6852026-07-14T00:09:53.590Z Downloaded argon2 v0.6.0-rc.8
6862026-07-14T00:09:53.593Z Downloaded instant v0.1.13
6872026-07-14T00:09:53.593Z Downloaded const-oid v0.10.2
6882026-07-14T00:09:53.593Z Downloaded highway v1.3.0
6892026-07-14T00:09:53.596Z Downloaded blake2 v0.11.0-rc.6
6902026-07-14T00:09:53.596Z Downloaded httpdate v1.0.3
6912026-07-14T00:09:53.596Z Downloaded fxhash v0.2.1
6922026-07-14T00:09:53.599Z Downloaded daft-derive v0.1.7
6932026-07-14T00:09:53.602Z Downloaded ident_case v1.0.1
6942026-07-14T00:09:53.602Z Downloaded inout v0.2.2
6952026-07-14T00:09:53.602Z Downloaded illumos-nvpair-sys v0.2.0
6962026-07-14T00:09:53.604Z Downloaded inout v0.1.4
6972026-07-14T00:09:53.604Z Downloaded http-body-util v0.1.3
6982026-07-14T00:09:53.604Z Downloaded illumos-nvpair v0.3.0
6992026-07-14T00:09:53.607Z Downloaded cookie v0.18.1
7002026-07-14T00:09:53.607Z Downloaded console v0.16.2
7012026-07-14T00:09:53.609Z Downloaded internet-checksum v0.2.1
7022026-07-14T00:09:53.609Z Downloaded indoc v1.0.9
7032026-07-14T00:09:53.612Z Downloaded keccak v0.1.6
7042026-07-14T00:09:53.612Z Downloaded is_ci v1.2.0
7052026-07-14T00:09:53.612Z Downloaded is-terminal v0.4.17
7062026-07-14T00:09:53.615Z Downloaded kem v0.3.0
7072026-07-14T00:09:53.615Z Downloaded lazy_static v1.5.0
7082026-07-14T00:09:53.615Z Downloaded lalrpop-util v0.19.12
7092026-07-14T00:09:53.618Z Downloaded const_format_proc_macros v0.2.34
7102026-07-14T00:09:53.618Z Downloaded byte-wrapper v0.1.0
7112026-07-14T00:09:53.620Z Downloaded base64ct v1.8.3
7122026-07-14T00:09:53.620Z Downloaded foreign-types-shared v0.3.1
7132026-07-14T00:09:53.624Z Downloaded diff v0.1.13
7142026-07-14T00:09:53.624Z Downloaded getrandom v0.2.17
7152026-07-14T00:09:53.627Z Downloaded float-cmp v0.10.0
7162026-07-14T00:09:53.627Z Downloaded dirs-sys-next v0.1.2
7172026-07-14T00:09:53.627Z Downloaded der_derive v0.7.3
7182026-07-14T00:09:53.628Z Downloaded atomicwrites v0.4.4
7192026-07-14T00:09:53.631Z Downloaded lru-slab v0.1.2
7202026-07-14T00:09:53.631Z Downloaded chacha20poly1305 v0.10.1
7212026-07-14T00:09:53.638Z Downloaded libscf-sys v1.1.0
7222026-07-14T00:09:53.641Z Downloaded lzss v0.8.2
7232026-07-14T00:09:53.644Z Downloaded des v0.9.0
7242026-07-14T00:09:53.644Z Downloaded lru-cache v0.1.2
7252026-07-14T00:09:53.647Z Downloaded maplit v1.0.2
7262026-07-14T00:09:53.647Z Downloaded lru v0.12.5
7272026-07-14T00:09:53.649Z Downloaded md5 v0.8.0
7282026-07-14T00:09:53.649Z Downloaded fatfs v0.3.6
7292026-07-14T00:09:53.657Z Downloaded impl-trait-for-tuples v0.2.3
7302026-07-14T00:09:53.661Z Downloaded memoffset v0.9.1
7312026-07-14T00:09:53.661Z Downloaded ingot-types v0.1.2
7322026-07-14T00:09:53.661Z Downloaded mime v0.3.17
7332026-07-14T00:09:53.661Z Downloaded linked-hash-map v0.5.6
7342026-07-14T00:09:53.664Z Downloaded kstat-rs v0.2.4
7352026-07-14T00:09:53.664Z Downloaded multimap v0.10.1
7362026-07-14T00:09:53.664Z Downloaded derive_builder v0.20.2
7372026-07-14T00:09:53.667Z Downloaded crc-any v2.5.0
7382026-07-14T00:09:53.670Z Downloaded futures-channel v0.3.32
7392026-07-14T00:09:53.673Z Downloaded managed v0.8.0
7402026-07-14T00:09:53.675Z Downloaded git-stub-vcs v0.1.0
7412026-07-14T00:09:53.679Z Downloaded futures v0.3.32
7422026-07-14T00:09:53.681Z Downloaded hybrid-array v0.4.13
7432026-07-14T00:09:53.681Z Downloaded md-5 v0.10.6
7442026-07-14T00:09:53.686Z Downloaded maybe-uninit v2.0.0
7452026-07-14T00:09:53.686Z Downloaded ipnetwork v0.21.1
7462026-07-14T00:09:53.686Z Downloaded newtype_derive v0.1.6
7472026-07-14T00:09:53.691Z Downloaded newtype-uuid-macros v0.1.0
7482026-07-14T00:09:53.691Z Downloaded nibble_vec v0.1.0
7492026-07-14T00:09:53.691Z Downloaded new_debug_unreachable v1.0.6
7502026-07-14T00:09:53.691Z Downloaded ipnet v2.11.0
7512026-07-14T00:09:53.691Z Downloaded humantime v2.3.0
7522026-07-14T00:09:53.695Z Downloaded httparse v1.10.1
7532026-07-14T00:09:53.695Z Downloaded iana-time-zone v0.1.65
7542026-07-14T00:09:53.700Z Downloaded ingot v0.1.1
7552026-07-14T00:09:53.700Z Downloaded linear-map v1.2.0
7562026-07-14T00:09:53.701Z Downloaded indoc v2.0.7
7572026-07-14T00:09:53.704Z Downloaded libsw-core v0.3.2
7582026-07-14T00:09:53.704Z Downloaded libloading v0.8.9
7592026-07-14T00:09:53.704Z Downloaded hyper-staticfile v0.10.1
7602026-07-14T00:09:53.707Z Downloaded num v0.4.3
7612026-07-14T00:09:53.707Z Downloaded nonempty v0.12.0
7622026-07-14T00:09:53.707Z Downloaded num-conv v0.2.0
7632026-07-14T00:09:53.707Z Downloaded num-derive v0.4.2
7642026-07-14T00:09:53.710Z Downloaded base64 v0.21.7
7652026-07-14T00:09:53.710Z Downloaded arc-swap v1.8.2
7662026-07-14T00:09:53.713Z Downloaded normalize-line-endings v0.3.0
7672026-07-14T00:09:53.716Z Downloaded num-iter v0.1.45
7682026-07-14T00:09:53.716Z Downloaded libsw v3.5.0
7692026-07-14T00:09:53.716Z Downloaded match_cfg v0.1.0
7702026-07-14T00:09:53.719Z Downloaded lock_api v0.4.14
7712026-07-14T00:09:53.719Z Downloaded num-derive v0.3.3
7722026-07-14T00:09:53.719Z Downloaded nodrop v0.1.14
7732026-07-14T00:09:53.722Z Downloaded newline-converter v0.3.0
7742026-07-14T00:09:53.722Z Downloaded num_enum_derive v0.5.11
7752026-07-14T00:09:53.722Z Downloaded flume v0.11.1
7762026-07-14T00:09:53.725Z Downloaded drift v0.2.0
7772026-07-14T00:09:53.729Z Downloaded instability v0.3.11
7782026-07-14T00:09:53.732Z Downloaded olpc-cjson v0.1.4
7792026-07-14T00:09:53.732Z Downloaded ecdsa v0.16.9
7802026-07-14T00:09:53.736Z Downloaded openssl-probe v0.2.1
7812026-07-14T00:09:53.736Z Downloaded openssl-probe v0.1.6
7822026-07-14T00:09:53.736Z Downloaded openssl-macros v0.1.1
7832026-07-14T00:09:53.739Z Downloaded derive-where v1.6.0
7842026-07-14T00:09:53.742Z Downloaded ar_archive_writer v0.5.1
7852026-07-14T00:09:53.742Z Downloaded bumpalo v3.20.2
7862026-07-14T00:09:53.745Z Downloaded elliptic-curve v0.14.0-rc.33
7872026-07-14T00:09:53.748Z Downloaded hmac v0.13.0
7882026-07-14T00:09:53.748Z Downloaded keccak v0.2.0
7892026-07-14T00:09:53.750Z Downloaded jobserver v0.1.34
7902026-07-14T00:09:53.754Z Downloaded oso-derive v0.27.3
7912026-07-14T00:09:53.754Z Downloaded newtype-uuid v1.3.2
7922026-07-14T00:09:53.754Z Downloaded derive_more v0.99.20
7932026-07-14T00:09:53.757Z Downloaded num_threads v0.1.7
7942026-07-14T00:09:53.757Z Downloaded dropshot_endpoint v0.17.1
7952026-07-14T00:09:53.760Z Downloaded const_format v0.2.35
7962026-07-14T00:09:53.764Z Downloaded opaque-debug v0.3.1
7972026-07-14T00:09:53.764Z Downloaded nu-ansi-term v0.50.3
7982026-07-14T00:09:53.766Z Downloaded libefi-sys v0.1.0
7992026-07-14T00:09:53.767Z Downloaded compact_str v0.8.1
8002026-07-14T00:09:53.770Z Downloaded darling_core v0.20.11
8012026-07-14T00:09:53.773Z Downloaded getrandom v0.3.4
8022026-07-14T00:09:53.773Z Downloaded icu_provider v2.1.1
8032026-07-14T00:09:53.788Z Downloaded path-slash v0.1.5
8042026-07-14T00:09:53.792Z Downloaded password-hash v0.6.1
8052026-07-14T00:09:53.792Z Downloaded parse-size v1.1.0
8062026-07-14T00:09:53.796Z Downloaded num_enum v0.5.11
8072026-07-14T00:09:53.797Z Downloaded native-tls v0.2.18
8082026-07-14T00:09:53.797Z Downloaded nanorand v0.7.0
8092026-07-14T00:09:53.799Z Downloaded percent-encoding v2.3.2
8102026-07-14T00:09:53.799Z Downloaded peg-runtime v0.8.5
8112026-07-14T00:09:53.799Z Downloaded packed_struct_codegen v0.10.1
8122026-07-14T00:09:53.799Z Downloaded multer v3.1.0
8132026-07-14T00:09:53.803Z Downloaded module-lattice v0.2.3
8142026-07-14T00:09:53.803Z Downloaded phf_shared v0.11.3
8152026-07-14T00:09:53.806Z Downloaded phf_shared v0.13.1
8162026-07-14T00:09:53.806Z Downloaded phf_shared v0.12.1
8172026-07-14T00:09:53.806Z Downloaded parse-display v0.10.0
8182026-07-14T00:09:53.806Z Downloaded mime_guess v2.0.5
8192026-07-14T00:09:53.806Z Downloaded memmap2 v0.9.10
8202026-07-14T00:09:53.810Z Downloaded litrs v1.0.0
8212026-07-14T00:09:53.810Z Downloaded num_enum v0.7.6
8222026-07-14T00:09:53.812Z Downloaded darling_core v0.23.0
8232026-07-14T00:09:53.816Z Downloaded num-rational v0.4.2
8242026-07-14T00:09:53.819Z Downloaded oxnet v0.1.6
8252026-07-14T00:09:53.819Z Downloaded owo-colors v4.3.0
8262026-07-14T00:09:53.822Z Downloaded cc v1.2.56
8272026-07-14T00:09:53.822Z Downloaded ingot-macros v0.1.1
8282026-07-14T00:09:53.826Z Downloaded headers v0.4.1
8292026-07-14T00:09:53.829Z Downloaded half v1.8.3
8302026-07-14T00:09:53.829Z Downloaded icu_properties v2.1.2
8312026-07-14T00:09:53.829Z Downloaded bytes v1.11.1
8322026-07-14T00:09:53.832Z Downloaded hyper-rustls v0.27.7
8332026-07-14T00:09:53.836Z Downloaded generic-array v1.4.3
8342026-07-14T00:09:53.841Z Downloaded hmac v0.12.1
8352026-07-14T00:09:53.841Z Downloaded packed_struct v0.10.1
8362026-07-14T00:09:53.841Z Downloaded crossbeam-channel v0.5.15
8372026-07-14T00:09:53.843Z Downloaded predicates-tree v1.0.13
8382026-07-14T00:09:53.843Z Downloaded num_enum_derive v0.7.6
8392026-07-14T00:09:53.846Z Downloaded num-complex v0.4.6
8402026-07-14T00:09:53.846Z Downloaded expectorate v1.2.0
8412026-07-14T00:09:53.849Z Downloaded paste v1.0.15
8422026-07-14T00:09:53.849Z Downloaded predicates-core v1.0.10
8432026-07-14T00:09:53.855Z Downloaded password-hash v0.5.0
8442026-07-14T00:09:53.858Z Downloaded indexmap v1.9.3
8452026-07-14T00:09:53.861Z Downloaded litemap v0.8.1
8462026-07-14T00:09:53.861Z Downloaded precomputed-hash v0.1.1
8472026-07-14T00:09:53.861Z Downloaded pem-rfc7468 v0.7.0
8482026-07-14T00:09:53.867Z Downloaded pem v3.0.6
8492026-07-14T00:09:53.867Z Downloaded phf v0.13.1
8502026-07-14T00:09:53.870Z Downloaded phf v0.12.1
8512026-07-14T00:09:53.870Z Downloaded phc v0.6.1
8522026-07-14T00:09:53.870Z Downloaded proc-macro-crate v3.4.0
8532026-07-14T00:09:53.870Z Downloaded ml-kem v0.3.2
8542026-07-14T00:09:53.870Z Downloaded progenitor-macro v0.14.0
8552026-07-14T00:09:53.870Z Downloaded progenitor-macro v0.13.0
8562026-07-14T00:09:53.873Z Downloaded progenitor-client v0.14.0
8572026-07-14T00:09:53.873Z Downloaded half v2.7.1
8582026-07-14T00:09:53.876Z Downloaded proc-macro-crate v1.3.1
8592026-07-14T00:09:53.876Z Downloaded pbkdf2 v0.13.0
8602026-07-14T00:09:53.878Z Downloaded ignore v0.4.25
8612026-07-14T00:09:53.878Z Downloaded powerfmt v0.2.0
8622026-07-14T00:09:53.881Z Downloaded potential_utf v0.1.4
8632026-07-14T00:09:53.884Z Downloaded parking_lot_core v0.8.6
8642026-07-14T00:09:53.888Z Downloaded peg-macros v0.8.5
8652026-07-14T00:09:53.891Z Downloaded pin-project-internal v1.1.11
8662026-07-14T00:09:53.891Z Downloaded pkcs8 v0.10.2
8672026-07-14T00:09:53.891Z Downloaded oxide-tokio-rt v0.1.4
8682026-07-14T00:09:53.895Z Downloaded radium v0.7.0
8692026-07-14T00:09:53.898Z Downloaded quick-error v1.2.3
8702026-07-14T00:09:53.898Z Downloaded polyval v0.7.1
8712026-07-14T00:09:53.901Z Downloaded elliptic-curve v0.13.8
8722026-07-14T00:09:53.904Z Downloaded psl-types v2.0.11
8732026-07-14T00:09:53.904Z Downloaded peg v0.8.5
8742026-07-14T00:09:53.907Z Downloaded parse-display-derive v0.10.0
8752026-07-14T00:09:53.907Z Downloaded num-integer v0.1.46
8762026-07-14T00:09:53.907Z Downloaded libbz2-rs-sys v0.2.2
8772026-07-14T00:09:53.911Z Downloaded der v0.7.10
8782026-07-14T00:09:53.914Z Downloaded port-file v0.1.0
8792026-07-14T00:09:53.917Z Downloaded derive_more v2.1.1
8802026-07-14T00:09:53.922Z Downloaded ppv-lite86 v0.2.21
8812026-07-14T00:09:53.925Z Downloaded heapless v0.8.0
8822026-07-14T00:09:53.927Z Downloaded heapless v0.7.17
8832026-07-14T00:09:53.930Z Downloaded flate2 v1.1.9
8842026-07-14T00:09:53.933Z Downloaded hickory-resolver v0.24.4
8852026-07-14T00:09:53.936Z Downloaded progenitor-client v0.13.0
8862026-07-14T00:09:53.936Z Downloaded ref-cast-impl v1.0.25
8872026-07-14T00:09:53.941Z Downloaded recursive-proc-macro-impl v0.1.1
8882026-07-14T00:09:53.941Z Downloaded pin-project-lite v0.2.17
8892026-07-14T00:09:53.943Z Downloaded ref-cast v1.0.25
8902026-07-14T00:09:53.944Z Downloaded rfc6979 v0.5.0
8912026-07-14T00:09:53.944Z Downloaded poly1305 v0.8.0
8922026-07-14T00:09:53.946Z Downloaded pkg-config v0.3.32
8932026-07-14T00:09:53.949Z Downloaded derive_more-impl v2.1.1
8942026-07-14T00:09:53.951Z Downloaded rand_xorshift v0.4.0
8952026-07-14T00:09:53.951Z Downloaded predicates v3.1.4
8962026-07-14T00:09:53.954Z Downloaded recursive v0.1.1
8972026-07-14T00:09:53.954Z Downloaded postgres-protocol v0.6.10
8982026-07-14T00:09:53.957Z Downloaded progenitor v0.14.0
8992026-07-14T00:09:53.957Z Downloaded rand_chacha v0.3.1
9002026-07-14T00:09:53.959Z Downloaded pem-rfc7468 v1.0.0
9012026-07-14T00:09:53.960Z Downloaded indicatif v0.18.4
9022026-07-14T00:09:53.962Z Downloaded pkcs8 v0.11.0
9032026-07-14T00:09:53.966Z Downloaded postcard v1.1.3
9042026-07-14T00:09:53.968Z Downloaded psm v0.1.30
9052026-07-14T00:09:53.972Z Downloaded proc-macro-error-attr2 v2.0.0
9062026-07-14T00:09:53.972Z Downloaded rtoolbox v0.0.3
9072026-07-14T00:09:53.972Z Downloaded progenitor v0.13.0
9082026-07-14T00:09:53.975Z Downloaded primeorder v0.14.0-rc.10
9092026-07-14T00:09:53.975Z Downloaded rfc6979 v0.4.0
9102026-07-14T00:09:53.975Z Downloaded primeorder v0.13.6
9112026-07-14T00:09:53.978Z Downloaded primefield v0.14.0
9122026-07-14T00:09:53.978Z Downloaded russh-util v0.52.0
9132026-07-14T00:09:53.979Z Downloaded parking_lot_core v0.9.12
9142026-07-14T00:09:53.983Z Downloaded progenitor-extras v0.2.0
9152026-07-14T00:09:53.983Z Downloaded proc-macro-error2 v2.0.1
9162026-07-14T00:09:53.986Z Downloaded num-traits v0.2.19
9172026-07-14T00:09:53.986Z Downloaded poly1305 v0.9.0
9182026-07-14T00:09:53.988Z Downloaded ed25519-dalek v3.0.0-rc.0
9192026-07-14T00:09:53.992Z Downloaded rustc_version v0.1.7
9202026-07-14T00:09:53.992Z Downloaded pkcs1 v0.8.0-rc.4
9212026-07-14T00:09:53.995Z Downloaded rustc-hash v2.1.1
9222026-07-14T00:09:53.995Z Downloaded rand_core v0.9.5
9232026-07-14T00:09:53.995Z Downloaded icu_normalizer v2.1.1
9242026-07-14T00:09:53.998Z Downloaded postgres-types v0.2.12
9252026-07-14T00:09:54.001Z Downloaded parking_lot v0.11.2
9262026-07-14T00:09:54.001Z Downloaded rand_seeder v0.4.0
9272026-07-14T00:09:54.004Z Downloaded rand_core v0.10.0
9282026-07-14T00:09:54.004Z Downloaded r2d2 v0.8.10
9292026-07-14T00:09:54.006Z Downloaded minimal-lexical v0.2.1
9302026-07-14T00:09:54.009Z Downloaded rand_chacha v0.9.0
9312026-07-14T00:09:54.009Z Downloaded pkcs1 v0.7.5
9322026-07-14T00:09:54.012Z Downloaded hickory-resolver v0.25.2
9332026-07-14T00:09:54.016Z Downloaded icu_locale_core v2.1.1
9342026-07-14T00:09:54.019Z Downloaded scheduled-thread-pool v0.2.7
9352026-07-14T00:09:54.019Z Downloaded rand_core v0.6.4
9362026-07-14T00:09:54.019Z Downloaded omicron-zone-package v0.12.3
9372026-07-14T00:09:54.022Z Downloaded bindgen v0.71.1
9382026-07-14T00:09:54.026Z Downloaded same-file v1.0.6
9392026-07-14T00:09:54.028Z Downloaded aes-gcm v0.11.0
9402026-07-14T00:09:54.031Z Downloaded miniz_oxide v0.8.9
9412026-07-14T00:09:54.034Z Downloaded openssl-sys v0.9.115
9422026-07-14T00:09:54.036Z Downloaded pkcs5 v0.8.1
9432026-07-14T00:09:54.040Z Downloaded pin-project v1.1.11
9442026-07-14T00:09:54.045Z Downloaded semver v0.1.20
9452026-07-14T00:09:54.048Z Downloaded serde-big-array v0.5.1
9462026-07-14T00:09:54.048Z Downloaded seq-macro v0.3.6
9472026-07-14T00:09:54.050Z Downloaded scopeguard v1.2.0
9482026-07-14T00:09:54.050Z Downloaded scroll_derive v0.13.1
9492026-07-14T00:09:54.053Z Downloaded parking_lot v0.12.5
9502026-07-14T00:09:54.053Z Downloaded secrecy v0.10.3
9512026-07-14T00:09:54.056Z Downloaded serde_urlencoded v0.7.1
9522026-07-14T00:09:54.056Z Downloaded serde_repr v0.1.20
9532026-07-14T00:09:54.059Z Downloaded papergrid v0.17.0
9542026-07-14T00:09:54.062Z Downloaded resolv-conf v0.7.6
9552026-07-14T00:09:54.062Z Downloaded quinn-udp v0.5.14
9562026-07-14T00:09:54.064Z Downloaded diesel_derives v2.3.7
9572026-07-14T00:09:54.067Z Downloaded serde_bytes v0.11.19
9582026-07-14T00:09:54.070Z Downloaded russh-cryptovec v0.61.0
9592026-07-14T00:09:54.070Z Downloaded jiff-static v0.2.21
9602026-07-14T00:09:54.072Z Downloaded serde_plain v1.0.2
9612026-07-14T00:09:54.075Z Downloaded prefix-trie v0.7.0
9622026-07-14T00:09:54.078Z Downloaded hickory-server v0.25.2
9632026-07-14T00:09:54.081Z Downloaded rustc_version v0.4.1
9642026-07-14T00:09:54.081Z Downloaded p384 v0.14.0-rc.10
9652026-07-14T00:09:54.084Z Downloaded hashbrown v0.12.3
9662026-07-14T00:09:54.084Z Downloaded p256 v0.14.0-rc.10
9672026-07-14T00:09:54.087Z Downloaded rustls-pemfile v2.2.0
9682026-07-14T00:09:54.090Z Downloaded rusty-fork v0.3.1
9692026-07-14T00:09:54.092Z Downloaded sha1 v0.10.6
9702026-07-14T00:09:54.092Z Downloaded rustls-native-certs v0.8.3
9712026-07-14T00:09:54.095Z Downloaded oso v0.27.3
9722026-07-14T00:09:54.095Z Downloaded signal-hook-mio v0.2.5
9732026-07-14T00:09:54.098Z Downloaded shell-words v1.1.1
9742026-07-14T00:09:54.098Z Downloaded signature v2.2.0
9752026-07-14T00:09:54.101Z Downloaded internal-russh-num-bigint v0.5.0
9762026-07-14T00:09:54.103Z Downloaded rustversion v1.0.22
9772026-07-14T00:09:54.106Z Downloaded signal-hook-tokio v0.3.1
9782026-07-14T00:09:54.106Z Downloaded sapling-renderdag v0.1.0
9792026-07-14T00:09:54.106Z Downloaded http v1.4.2
9802026-07-14T00:09:54.109Z Downloaded icu_normalizer_data v2.1.1
9812026-07-14T00:09:54.111Z Downloaded icu_collections v2.1.1
9822026-07-14T00:09:54.114Z Downloaded sigpipe v0.1.3
9832026-07-14T00:09:54.118Z Downloaded sec1 v0.8.1
9842026-07-14T00:09:54.118Z Downloaded signature v3.0.0
9852026-07-14T00:09:54.120Z Downloaded schemars_derive v0.8.22
9862026-07-14T00:09:54.121Z Downloaded slog-envlogger v2.2.0
9872026-07-14T00:09:54.121Z Downloaded sec1 v0.7.3
9882026-07-14T00:09:54.123Z Downloaded secrecy v0.8.0
9892026-07-14T00:09:54.123Z Downloaded hashbrown v0.13.2
9902026-07-14T00:09:54.126Z Downloaded progenitor-impl v0.14.0
9912026-07-14T00:09:54.128Z Downloaded crossterm v0.28.1
9922026-07-14T00:09:54.132Z Downloaded slog-bunyan v2.5.0
9932026-07-14T00:09:54.134Z Downloaded serde-hex v0.1.0
9942026-07-14T00:09:54.134Z Downloaded scrypt v0.12.0
9952026-07-14T00:09:54.137Z Downloaded serde_path_to_error v0.1.20
9962026-07-14T00:09:54.137Z Downloaded scroll v0.13.0
9972026-07-14T00:09:54.137Z Downloaded ed25519-dalek v2.2.0
9982026-07-14T00:09:54.140Z Downloaded progenitor-impl v0.13.0
9992026-07-14T00:09:54.142Z Downloaded der v0.8.0
10002026-07-14T00:09:54.145Z Downloaded prettyplease v0.2.37
10012026-07-14T00:09:54.148Z Downloaded serde_spanned v1.1.1
10022026-07-14T00:09:54.150Z Downloaded serde_derive_internals v0.29.1
10032026-07-14T00:09:54.153Z Downloaded rustls-pki-types v1.14.0
10042026-07-14T00:09:54.156Z Downloaded rcgen v0.12.1
10052026-07-14T00:09:54.158Z Downloaded mio v1.2.0
10062026-07-14T00:09:54.162Z Downloaded sha1 v0.11.0
10072026-07-14T00:09:54.165Z Downloaded serde_with_macros v1.5.2
10082026-07-14T00:09:54.165Z Downloaded serdect v0.4.3
10092026-07-14T00:09:54.169Z Downloaded sqlparser_derive v0.5.0
10102026-07-14T00:09:54.172Z Downloaded stable_deref_trait v1.2.1
10112026-07-14T00:09:54.172Z Downloaded signal-hook-registry v1.4.8
10122026-07-14T00:09:54.174Z Downloaded shlex v1.3.0
10132026-07-14T00:09:54.179Z Downloaded strum v0.26.3
10142026-07-14T00:09:54.182Z Downloaded structmeta-derive v0.3.0
10152026-07-14T00:09:54.188Z Downloaded salsa20 v0.11.0
10162026-07-14T00:09:54.194Z Downloaded strsim v0.10.0
10172026-07-14T00:09:54.197Z Downloaded slab v0.4.12
10182026-07-14T00:09:54.200Z Downloaded strip-ansi-escapes v0.2.1
10192026-07-14T00:09:54.200Z Downloaded slog-scope v4.4.1
10202026-07-14T00:09:54.200Z Downloaded subtle v2.6.1
10212026-07-14T00:09:54.202Z Downloaded strum v0.27.2
10222026-07-14T00:09:54.202Z Downloaded slog-json v2.6.1
10232026-07-14T00:09:54.202Z Downloaded slog-async v2.8.0
10242026-07-14T00:09:54.205Z Downloaded slog-dtrace v0.3.0
10252026-07-14T00:09:54.205Z Downloaded siphasher v1.0.2
10262026-07-14T00:09:54.208Z Downloaded libxml v0.3.3
10272026-07-14T00:09:54.212Z Downloaded ron v0.8.1
10282026-07-14T00:09:54.216Z Downloaded tabled_derive v0.11.0
10292026-07-14T00:09:54.218Z Downloaded sync_wrapper v1.0.2
10302026-07-14T00:09:54.218Z Downloaded tagptr v0.2.0
10312026-07-14T00:09:54.221Z Downloaded pretty_assertions v1.4.1
10322026-07-14T00:09:54.221Z Downloaded smallvec v0.6.14
10332026-07-14T00:09:54.224Z Downloaded smf v0.2.3
10342026-07-14T00:09:54.224Z Downloaded slog-term v2.9.2
10352026-07-14T00:09:54.226Z Downloaded sync-ptr v0.1.4
10362026-07-14T00:09:54.226Z Downloaded tap v1.0.1
10372026-07-14T00:09:54.229Z Downloaded tabwriter v1.4.1
10382026-07-14T00:09:54.229Z Downloaded dropshot-api-manager v0.7.2
10392026-07-14T00:09:54.231Z Downloaded idna v1.1.0
10402026-07-14T00:09:54.234Z Downloaded rustls-platform-verifier v0.6.2
10412026-07-14T00:09:54.237Z Downloaded take_mut v0.2.2
10422026-07-14T00:09:54.239Z Downloaded snafu-derive v0.8.9
10432026-07-14T00:09:54.239Z Downloaded testing_table v0.3.0
10442026-07-14T00:09:54.242Z Downloaded termtree v0.5.1
10452026-07-14T00:09:54.242Z Downloaded thiserror-impl-no-std v2.0.2
10462026-07-14T00:09:54.242Z Downloaded stacker v0.1.23
10472026-07-14T00:09:54.245Z Downloaded ssh-cipher v0.3.0-rc.9
10482026-07-14T00:09:54.248Z Downloaded sqlformat v0.3.5
10492026-07-14T00:09:54.248Z Downloaded spki v0.7.3
10502026-07-14T00:09:54.250Z Downloaded sha2 v0.11.0
10512026-07-14T00:09:54.250Z Downloaded spki v0.8.0
10522026-07-14T00:09:54.253Z Downloaded ryu v1.0.23
10532026-07-14T00:09:54.256Z Downloaded itertools v0.12.1
10542026-07-14T00:09:54.259Z Downloaded publicsuffix v2.3.0
10552026-07-14T00:09:54.261Z Downloaded hashbrown v0.16.1
10562026-07-14T00:09:54.265Z Downloaded thread-id v5.1.0
10572026-07-14T00:09:54.267Z Downloaded strum_macros v0.24.3
10582026-07-14T00:09:54.267Z Downloaded structmeta v0.3.0
10592026-07-14T00:09:54.270Z Downloaded string_cache v0.8.9
10602026-07-14T00:09:54.270Z Downloaded static_assertions v1.1.0
10612026-07-14T00:09:54.270Z Downloaded ssh-encoding v0.3.0-rc.9
10622026-07-14T00:09:54.274Z Downloaded supports-color v3.0.2
10632026-07-14T00:09:54.277Z Downloaded futures-util v0.3.32
10642026-07-14T00:09:54.280Z Downloaded schemars v0.8.22
10652026-07-14T00:09:54.288Z Downloaded tokio-macros v2.7.0
10662026-07-14T00:09:54.291Z Downloaded strum_macros v0.27.2
10672026-07-14T00:09:54.291Z Downloaded stringprep v0.1.5
10682026-07-14T00:09:54.293Z Downloaded rayon-core v1.13.0
10692026-07-14T00:09:54.296Z Downloaded smallvec v1.15.1
10702026-07-14T00:09:54.296Z Downloaded simd-adler32 v0.3.8
10712026-07-14T00:09:54.299Z Downloaded nom v7.1.3
10722026-07-14T00:09:54.302Z Downloaded tokio-test v0.4.5
10732026-07-14T00:09:54.305Z Downloaded itertools v0.10.5
10742026-07-14T00:09:54.307Z Downloaded p521 v0.14.0-rc.10
10752026-07-14T00:09:54.310Z Downloaded thiserror-no-std v2.0.2
10762026-07-14T00:09:54.312Z Downloaded serde_yaml v0.9.34+deprecated
10772026-07-14T00:09:54.315Z Downloaded hyper-util v0.1.20
10782026-07-14T00:09:54.318Z Downloaded tower-layer v0.3.3
10792026-07-14T00:09:54.320Z Downloaded topological-sort v0.2.2
10802026-07-14T00:09:54.321Z Downloaded slog-stdlog v4.1.1
10812026-07-14T00:09:54.323Z Downloaded itertools v0.13.0
10822026-07-14T00:09:54.328Z Downloaded itertools v0.14.0
10832026-07-14T00:09:54.333Z Downloaded qorb v0.4.1
10842026-07-14T00:09:54.336Z Downloaded tinyvec_macros v0.1.1
10852026-07-14T00:09:54.339Z Downloaded tower-service v0.3.3
10862026-07-14T00:09:54.339Z Downloaded slog v2.8.2
10872026-07-14T00:09:54.374Z Downloaded time-macros v0.2.27
10882026-07-14T00:09:54.380Z Downloaded num-bigint-dig v0.8.6
10892026-07-14T00:09:54.380Z Downloaded rsa v0.9.10
10902026-07-14T00:09:54.380Z Downloaded tokio-dtrace v0.1.1
10912026-07-14T00:09:54.380Z Downloaded serde_with_macros v3.17.0
10922026-07-14T00:09:54.380Z Downloaded rand v0.8.6
10932026-07-14T00:09:54.380Z Downloaded tokio-native-tls v0.3.1
10942026-07-14T00:09:54.380Z Downloaded synstructure v0.13.2
10952026-07-14T00:09:54.380Z Downloaded time-core v0.1.8
10962026-07-14T00:09:54.380Z Downloaded try-lock v0.2.5
10972026-07-14T00:09:54.380Z Downloaded trait-variant v0.1.2
10982026-07-14T00:09:54.380Z Downloaded icu_properties_data v2.1.2
10992026-07-14T00:09:54.380Z Downloaded unicode-truncate v1.1.0
11002026-07-14T00:09:54.380Z Downloaded universal-hash v0.5.1
11012026-07-14T00:09:54.380Z Downloaded unarray v0.1.4
11022026-07-14T00:09:54.380Z Downloaded typify-macro v0.6.2
11032026-07-14T00:09:54.380Z Downloaded tinystr v0.8.2
11042026-07-14T00:09:54.380Z Downloaded quinn v0.11.9
11052026-07-14T00:09:54.380Z Downloaded support-bundle-viewer v0.1.2
11062026-07-14T00:09:54.380Z Downloaded rustls-webpki v0.103.13
11072026-07-14T00:09:54.380Z Downloaded universal-hash v0.6.1
11082026-07-14T00:09:54.383Z Downloaded tls_codec_derive v0.4.2
11092026-07-14T00:09:54.383Z Downloaded tls_codec v0.4.2
11102026-07-14T00:09:54.383Z Downloaded usdt-attr-macro v0.6.0
11112026-07-14T00:09:54.383Z Downloaded num-bigint v0.4.6
11122026-07-14T00:09:54.386Z Downloaded usdt v0.6.0
11132026-07-14T00:09:54.386Z Downloaded untrusted v0.9.0
11142026-07-14T00:09:54.389Z Downloaded unit-prefix v0.5.2
11152026-07-14T00:09:54.389Z Downloaded toml_writer v1.1.1+spec-1.1.0
11162026-07-14T00:09:54.392Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11172026-07-14T00:09:54.392Z Downloaded spin v0.9.8
11182026-07-14T00:09:54.394Z Downloaded socket2 v0.6.3
11192026-07-14T00:09:54.394Z Downloaded tokio-tungstenite v0.21.0
11202026-07-14T00:09:54.397Z Downloaded strum_macros v0.26.4
11212026-07-14T00:09:54.397Z Downloaded utf-8 v0.7.6
11222026-07-14T00:09:54.400Z Downloaded untrusted v0.7.1
11232026-07-14T00:09:54.400Z Downloaded similar v2.7.0
11242026-07-14T00:09:54.402Z Downloaded signal-hook v0.3.18
11252026-07-14T00:09:54.405Z Downloaded rand v0.9.2
11262026-07-14T00:09:54.407Z Downloaded libm v0.2.16
11272026-07-14T00:09:54.413Z Downloaded usdt-macro v0.6.0
11282026-07-14T00:09:54.417Z Downloaded aho-corasick v1.1.4
11292026-07-14T00:09:54.420Z Downloaded utf8_iter v1.0.4
11302026-07-14T00:09:54.420Z Downloaded tui-tree-widget v0.23.1
11312026-07-14T00:09:54.420Z Downloaded void v1.0.2
11322026-07-14T00:09:54.423Z Downloaded rand v0.10.1
11332026-07-14T00:09:54.423Z Downloaded waitgroup v0.1.2
11342026-07-14T00:09:54.426Z Downloaded wait-timeout v0.2.1
11352026-07-14T00:09:54.426Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11362026-07-14T00:09:54.426Z Downloaded term v0.7.0
11372026-07-14T00:09:54.428Z Downloaded want v0.3.1
11382026-07-14T00:09:54.431Z Downloaded unicode-xid v0.2.6
11392026-07-14T00:09:54.431Z Downloaded unicase v2.9.0
11402026-07-14T00:09:54.431Z Downloaded socket2 v0.5.10
11412026-07-14T00:09:54.434Z Downloaded iddqd v0.4.2
11422026-07-14T00:09:54.440Z Downloaded term v1.2.1
11432026-07-14T00:09:54.444Z Downloaded tiny-keccak v2.0.2
11442026-07-14T00:09:54.444Z Downloaded blake3 v1.8.5
11452026-07-14T00:09:54.447Z Downloaded hashbrown v0.15.5
11462026-07-14T00:09:54.451Z Downloaded xattr v1.6.1
11472026-07-14T00:09:54.453Z Downloaded thread_local v1.1.9
11482026-07-14T00:09:54.453Z Downloaded xshell-macros v0.2.7
11492026-07-14T00:09:54.456Z Downloaded toml_parser v1.1.2+spec-1.1.0
11502026-07-14T00:09:54.456Z Downloaded test-strategy v0.4.5
11512026-07-14T00:09:54.459Z Downloaded subprocess v0.2.15
11522026-07-14T00:09:54.461Z Downloaded iri-string v0.7.10
11532026-07-14T00:09:54.465Z Downloaded termios v0.3.3
11542026-07-14T00:09:54.467Z Downloaded tokio-rustls v0.26.4
11552026-07-14T00:09:54.470Z Downloaded tokio-tungstenite v0.23.1
11562026-07-14T00:09:54.470Z Downloaded schemars v1.2.1
11572026-07-14T00:09:54.478Z Downloaded zerofrom-derive v0.1.6
11582026-07-14T00:09:54.481Z Downloaded zerofrom v0.1.6
11592026-07-14T00:09:54.481Z Downloaded rsa v0.10.0-rc.18
11602026-07-14T00:09:54.484Z Downloaded zeroize_derive v1.4.3
11612026-07-14T00:09:54.486Z Downloaded vergen-gitcl v1.0.8
11622026-07-14T00:09:54.486Z Downloaded yoke-derive v0.8.1
11632026-07-14T00:09:54.486Z Downloaded hkdf v0.13.0
11642026-07-14T00:09:54.489Z Downloaded tokio-stream v0.1.18
11652026-07-14T00:09:54.492Z Downloaded twox-hash v2.1.2
11662026-07-14T00:09:54.495Z Downloaded unicode-properties v0.1.4
11672026-07-14T00:09:54.495Z Downloaded whoami v1.6.1
11682026-07-14T00:09:54.498Z Downloaded walkdir v2.5.0
11692026-07-14T00:09:54.498Z Downloaded zone_cfg_derive v0.3.1
11702026-07-14T00:09:54.498Z Downloaded zone v0.3.1
11712026-07-14T00:09:54.500Z Downloaded vergen-git2 v9.1.0
11722026-07-14T00:09:54.500Z Downloaded vergen-lib v9.1.0
11732026-07-14T00:09:54.500Z Downloaded usdt-impl v0.6.0
11742026-07-14T00:09:54.503Z Downloaded hkdf v0.12.4
11752026-07-14T00:09:54.506Z Downloaded vergen-lib v0.1.6
11762026-07-14T00:09:54.506Z Downloaded uzers v0.12.2
11772026-07-14T00:09:54.508Z Downloaded serde_cbor v0.11.2
11782026-07-14T00:09:54.508Z Downloaded schemars v0.9.0
11792026-07-14T00:09:54.515Z Downloaded writeable v0.6.2
11802026-07-14T00:09:54.518Z Downloaded xshell v0.2.7
11812026-07-14T00:09:54.518Z Downloaded aws-lc-rs v1.16.3
11822026-07-14T00:09:54.524Z Downloaded yoke v0.8.1
11832026-07-14T00:09:54.526Z Downloaded whoami v2.1.0
11842026-07-14T00:09:54.529Z Downloaded tracing-attributes v0.1.31
11852026-07-14T00:09:54.531Z Downloaded tinyvec v1.10.0
11862026-07-14T00:09:54.532Z Downloaded samael v0.0.19
11872026-07-14T00:09:54.535Z Downloaded hyper v1.10.1
11882026-07-14T00:09:54.540Z Downloaded h2 v0.4.15
11892026-07-14T00:09:54.544Z Downloaded zeroize v1.8.2
11902026-07-14T00:09:54.546Z Downloaded tungstenite v0.23.0
11912026-07-14T00:09:54.549Z Downloaded rpassword v7.4.0
11922026-07-14T00:09:54.549Z Downloaded chrono v0.4.45
11932026-07-14T00:09:54.553Z Downloaded typify v0.6.2
11942026-07-14T00:09:54.556Z Downloaded unicode-bidi v0.3.18
11952026-07-14T00:09:54.559Z Downloaded crypto-primes v0.7.2
11962026-07-14T00:09:54.561Z Downloaded zerovec-derive v0.11.2
11972026-07-14T00:09:54.564Z Downloaded nom v8.0.0
11982026-07-14T00:09:54.567Z Downloaded snafu v0.8.9
11992026-07-14T00:09:54.569Z Downloaded zstd-safe v7.2.4
12002026-07-14T00:09:54.572Z Downloaded zstd v0.13.3
12012026-07-14T00:09:54.575Z Downloaded toml v1.1.2+spec-1.1.0
12022026-07-14T00:09:54.577Z Downloaded vsss-rs v3.3.4
12032026-07-14T00:09:54.577Z Downloaded vergen v9.1.0
12042026-07-14T00:09:54.580Z Downloaded toml_edit v0.23.10+spec-1.0.0
12052026-07-14T00:09:54.582Z Downloaded wyz v0.5.1
12062026-07-14T00:09:54.582Z Downloaded tar v0.4.45
12072026-07-14T00:09:54.586Z Downloaded toml v0.7.8
12082026-07-14T00:09:54.588Z Downloaded steno v0.4.1
12092026-07-14T00:09:54.588Z Downloaded tracing-core v0.1.36
12102026-07-14T00:09:54.591Z Downloaded tungstenite v0.21.0
12112026-07-14T00:09:54.595Z Downloaded zerocopy v0.6.6
12122026-07-14T00:09:54.597Z Downloaded rustyline v14.0.0
12132026-07-14T00:09:54.600Z Downloaded bitvec v1.0.1
12142026-07-14T00:09:54.608Z Downloaded yasna v0.5.2
12152026-07-14T00:09:54.611Z Downloaded uuid v1.23.4
12162026-07-14T00:09:54.613Z Downloaded tokio-postgres v0.7.16
12172026-07-14T00:09:54.637Z Downloaded serde_with v1.14.0
12182026-07-14T00:09:54.641Z Downloaded reqwest v0.12.28
12192026-07-14T00:09:54.644Z Downloaded p384 v0.13.1
12202026-07-14T00:09:54.648Z Downloaded vte v0.14.1
12212026-07-14T00:09:54.650Z Downloaded unsafe-libyaml v0.2.11
12222026-07-14T00:09:54.658Z Downloaded zopfli v0.8.3
12232026-07-14T00:09:54.661Z Downloaded reedline v0.40.0
12242026-07-14T00:09:54.666Z Downloaded unicode_categories v0.1.1
12252026-07-14T00:09:54.668Z Downloaded toml_edit v0.19.15
12262026-07-14T00:09:54.680Z Downloaded quick-xml v0.37.5
12272026-07-14T00:09:54.688Z Downloaded zerotrie v0.2.3
12282026-07-14T00:09:54.699Z Downloaded yansi v1.0.1
12292026-07-14T00:09:54.702Z Downloaded regex v1.12.3
12302026-07-14T00:09:54.705Z Downloaded git2 v0.20.4
12312026-07-14T00:09:54.709Z Downloaded zip v0.6.6
12322026-07-14T00:09:54.712Z Downloaded url v2.5.8
12332026-07-14T00:09:54.714Z Downloaded reqwest v0.13.2
12342026-07-14T00:09:54.717Z Downloaded moka v0.12.13
12352026-07-14T00:09:54.723Z Downloaded portable-atomic v1.13.1
12362026-07-14T00:09:54.731Z Downloaded tower v0.5.3
12372026-07-14T00:09:54.745Z Downloaded x509-cert v0.2.5
12382026-07-14T00:09:54.755Z Downloaded lalrpop v0.19.12
12392026-07-14T00:09:54.765Z Downloaded typed-path v0.9.3
12402026-07-14T00:09:54.770Z Downloaded rayon v1.11.0
12412026-07-14T00:09:54.776Z Downloaded unicode-normalization v0.1.25
12422026-07-14T00:09:54.779Z Downloaded unicode-segmentation v1.12.0
12432026-07-14T00:09:54.781Z Downloaded tough v0.22.0
12442026-07-14T00:09:54.786Z Downloaded zip v4.6.1
12452026-07-14T00:09:54.789Z Downloaded zerocopy-derive v0.8.40
12462026-07-14T00:09:54.796Z Downloaded petname v2.0.2
12472026-07-14T00:09:54.798Z Downloaded tower-http v0.6.8
12482026-07-14T00:09:54.803Z Downloaded ssh-key v0.7.0-rc.10
12492026-07-14T00:09:54.809Z Downloaded nix v0.27.1
12502026-07-14T00:09:54.816Z Downloaded proptest v1.10.0
12512026-07-14T00:09:54.821Z Downloaded tokio-util v0.7.18
12522026-07-14T00:09:54.826Z Downloaded serde_with v3.17.0
12532026-07-14T00:09:54.834Z Downloaded nix v0.28.0
12542026-07-14T00:09:54.841Z Downloaded russh v0.61.2
12552026-07-14T00:09:54.846Z Downloaded zerovec v0.11.5
12562026-07-14T00:09:54.850Z Downloaded object v0.30.4
12572026-07-14T00:09:54.855Z Downloaded bstr v1.12.1
12582026-07-14T00:09:54.861Z Downloaded salty v0.3.0
12592026-07-14T00:09:54.865Z Downloaded goblin v0.10.5
12602026-07-14T00:09:54.870Z Downloaded crypto-bigint v0.7.5
12612026-07-14T00:09:54.879Z Downloaded winnow v0.5.40
12622026-07-14T00:09:54.884Z Downloaded winnow v0.6.26
12632026-07-14T00:09:54.890Z Downloaded quinn-proto v0.11.13
12642026-07-14T00:09:54.895Z Downloaded openssl v0.10.79
12652026-07-14T00:09:54.901Z Downloaded curve25519-dalek v4.1.3
12662026-07-14T00:09:54.907Z Downloaded winnow v1.0.3
12672026-07-14T00:09:54.913Z Downloaded tabled v0.20.0
12682026-07-14T00:09:54.923Z Downloaded polar-core v0.27.3
12692026-07-14T00:09:54.928Z Downloaded radix_trie v0.2.1
12702026-07-14T00:09:54.932Z Downloaded regex-syntax v0.6.29
12712026-07-14T00:09:54.953Z Downloaded curve25519-dalek v5.0.0-rc.0
12722026-07-14T00:09:54.959Z Downloaded zlib-rs v0.6.2
12732026-07-14T00:09:54.963Z Downloaded time v0.3.47
12742026-07-14T00:09:54.971Z Downloaded vcpkg v0.2.15
12752026-07-14T00:09:54.995Z Downloaded hickory-proto v0.25.2
12762026-07-14T00:09:55.009Z Downloaded regress v0.10.5
12772026-07-14T00:09:55.015Z Downloaded hickory-proto v0.24.4
12782026-07-14T00:09:55.024Z Downloaded smoltcp v0.11.0
12792026-07-14T00:09:55.032Z Downloaded zerocopy v0.8.40
12802026-07-14T00:09:55.038Z Downloaded smoltcp v0.9.1
12812026-07-14T00:09:55.044Z Downloaded openapiv3 v2.2.0
12822026-07-14T00:09:55.052Z Downloaded nix v0.31.2
12832026-07-14T00:09:55.060Z Downloaded diesel v2.3.7
12842026-07-14T00:09:55.073Z Downloaded object v0.37.3
12852026-07-14T00:09:55.080Z Downloaded regress v0.11.1
12862026-07-14T00:09:55.086Z Downloaded rustix v0.38.44
12872026-07-14T00:09:55.100Z Downloaded regex-syntax v0.8.10
12882026-07-14T00:09:55.105Z Downloaded dropshot v0.17.1
12892026-07-14T00:09:55.119Z Downloaded rustls v0.23.41
12902026-07-14T00:09:55.139Z Downloaded sled v0.34.7
12912026-07-14T00:09:55.146Z Downloaded sqlparser v0.61.0
12922026-07-14T00:09:55.154Z Downloaded typify-impl v0.6.2
12932026-07-14T00:09:55.163Z Downloaded fiat-crypto v0.3.0
12942026-07-14T00:09:55.172Z Downloaded tracing v0.1.44
12952026-07-14T00:09:55.186Z Downloaded ratatui v0.29.0
12962026-07-14T00:09:55.198Z Downloaded sha3 v0.11.0
12972026-07-14T00:09:55.200Z Downloaded bzip2-sys v0.1.13+1.0.8
12982026-07-14T00:09:55.233Z Downloaded petgraph v0.6.5
12992026-07-14T00:09:55.245Z Downloaded zerocopy-derive v0.6.6
13002026-07-14T00:09:55.251Z Downloaded regex-automata v0.4.14
13012026-07-14T00:09:55.260Z Downloaded jiff v0.2.21
13022026-07-14T00:09:55.272Z Downloaded chrono-tz v0.10.4
13032026-07-14T00:09:55.283Z Downloaded csv v1.4.0
13042026-07-14T00:09:55.296Z Downloaded petgraph v0.8.3
13052026-07-14T00:09:55.309Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13062026-07-14T00:09:55.320Z Downloaded sha3 v0.10.8
13072026-07-14T00:09:55.323Z Downloaded libz-sys v1.1.24
13082026-07-14T00:09:55.371Z Downloaded tokio v1.52.1
13092026-07-14T00:09:55.452Z Downloaded encoding_rs v0.8.35
13102026-07-14T00:09:55.493Z Downloaded ring v0.17.14
13112026-07-14T00:09:55.532Z Downloaded libgit2-sys v0.18.3+1.9.2
13122026-07-14T00:09:56.026Z Downloaded aws-lc-sys v0.40.0
13132026-07-14T00:09:56.279Z Compiling libc v0.2.185
13142026-07-14T00:09:56.279Z Compiling serde_core v1.0.228
13152026-07-14T00:09:56.279Z Compiling serde v1.0.228
13162026-07-14T00:09:56.282Z Compiling log v0.4.29
13172026-07-14T00:09:56.282Z Compiling smallvec v1.15.1
13182026-07-14T00:09:56.282Z Compiling find-msvc-tools v0.1.9
13192026-07-14T00:09:56.416Z Compiling shlex v1.3.0
13202026-07-14T00:09:56.419Z Compiling syn v2.0.117
13212026-07-14T00:09:56.659Z Compiling subtle v2.6.1
13222026-07-14T00:09:56.662Z Compiling scopeguard v1.2.0
13232026-07-14T00:09:56.662Z Compiling stable_deref_trait v1.2.1
13242026-07-14T00:09:56.722Z Compiling typenum v1.20.1
13252026-07-14T00:09:56.753Z Compiling serde_json v1.0.150
13262026-07-14T00:09:56.810Z Compiling lock_api v0.4.14
13272026-07-14T00:09:56.830Z Compiling zerocopy v0.8.40
13282026-07-14T00:09:56.845Z Compiling portable-atomic v1.13.1
13292026-07-14T00:09:56.979Z Compiling pin-project-lite v0.2.17
13302026-07-14T00:09:57.040Z Compiling parking_lot_core v0.9.12
13312026-07-14T00:09:57.087Z Compiling pkg-config v0.3.32
13322026-07-14T00:09:57.311Z Compiling critical-section v1.2.0
13332026-07-14T00:09:57.336Z Compiling jobserver v0.1.34
13342026-07-14T00:09:57.352Z Compiling errno v0.3.14
13352026-07-14T00:09:57.428Z Compiling getrandom v0.2.17
13362026-07-14T00:09:57.505Z Compiling signal-hook-registry v1.4.8
13372026-07-14T00:09:57.544Z Compiling cc v1.2.56
13382026-07-14T00:09:57.657Z Compiling rand_core v0.6.4
13392026-07-14T00:09:57.709Z Compiling futures-core v0.3.32
13402026-07-14T00:09:57.785Z Compiling libm v0.2.16
13412026-07-14T00:09:57.869Z Compiling getrandom v0.4.1
13422026-07-14T00:09:57.940Z Compiling once_cell v1.21.3
13432026-07-14T00:09:57.954Z Compiling parking_lot v0.12.5
13442026-07-14T00:09:57.976Z Compiling mio v1.2.0
13452026-07-14T00:09:58.138Z Compiling num-traits v0.2.19
13462026-07-14T00:09:58.167Z Compiling generic-array v0.14.7
13472026-07-14T00:09:58.255Z Compiling rand_core v0.10.0
13482026-07-14T00:09:58.383Z Compiling const-oid v0.9.6
13492026-07-14T00:09:58.577Z Compiling writeable v0.6.2
13502026-07-14T00:09:58.773Z Compiling bitflags v2.11.0
13512026-07-14T00:09:58.793Z Compiling percent-encoding v2.3.2
13522026-07-14T00:09:58.813Z Compiling litemap v0.8.1
13532026-07-14T00:09:59.003Z Compiling semver v1.0.28
13542026-07-14T00:09:59.019Z Compiling socket2 v0.6.3
13552026-07-14T00:09:59.022Z Compiling icu_normalizer_data v2.1.1
13562026-07-14T00:09:59.183Z Compiling icu_properties_data v2.1.2
13572026-07-14T00:09:59.262Z Compiling futures-sink v0.3.32
13582026-07-14T00:09:59.342Z Compiling synstructure v0.13.2
13592026-07-14T00:09:59.380Z Compiling futures-channel v0.3.32
13602026-07-14T00:09:59.447Z Compiling futures-io v0.3.32
13612026-07-14T00:09:59.563Z Compiling slab v0.4.12
13622026-07-14T00:09:59.617Z Compiling futures-task v0.3.32
13632026-07-14T00:09:59.620Z Compiling indexmap v2.14.0
13642026-07-14T00:09:59.721Z Compiling getrandom v0.3.4
13652026-07-14T00:09:59.764Z Compiling rustversion v1.0.22
13662026-07-14T00:09:59.806Z Compiling utf8_iter v1.0.4
13672026-07-14T00:09:59.853Z Compiling form_urlencoded v1.2.2
13682026-07-14T00:09:59.968Z Compiling cmake v0.1.57
13692026-07-14T00:09:59.984Z Compiling dunce v1.0.5
13702026-07-14T00:10:00.019Z Compiling rustix v1.1.3
13712026-07-14T00:10:00.044Z Compiling fs_extra v1.3.0
13722026-07-14T00:10:00.092Z Compiling ident_case v1.0.1
13732026-07-14T00:10:00.228Z Compiling regex-syntax v0.8.10
13742026-07-14T00:10:00.331Z Compiling iana-time-zone v0.1.65
13752026-07-14T00:10:00.361Z Compiling vcpkg v0.2.15
13762026-07-14T00:10:00.399Z Compiling aws-lc-sys v0.40.0
13772026-07-14T00:10:00.565Z Compiling base64ct v1.8.3
13782026-07-14T00:10:00.694Z Compiling rand_core v0.9.5
13792026-07-14T00:10:00.870Z Compiling pem-rfc7468 v0.7.0
13802026-07-14T00:10:00.876Z Compiling rustc_version v0.4.1
13812026-07-14T00:10:00.992Z Compiling uuid v1.23.4
13822026-07-14T00:10:01.107Z Compiling serde_derive v1.0.228
13832026-07-14T00:10:01.120Z Compiling zeroize_derive v1.4.3
13842026-07-14T00:10:01.155Z Compiling zerofrom-derive v0.1.6
13852026-07-14T00:10:01.214Z Compiling yoke-derive v0.8.1
13862026-07-14T00:10:01.753Z Compiling zerocopy-derive v0.8.40
13872026-07-14T00:10:01.796Z Compiling zeroize v1.8.2
13882026-07-14T00:10:01.837Z Compiling zerovec-derive v0.11.2
13892026-07-14T00:10:02.018Z Compiling displaydoc v0.2.5
13902026-07-14T00:10:02.613Z Compiling zerofrom v0.1.6
13912026-07-14T00:10:02.668Z Compiling tokio-macros v2.7.0
13922026-07-14T00:10:02.750Z Compiling yoke v0.8.1
13932026-07-14T00:10:02.826Z Compiling futures-macro v0.3.32
13942026-07-14T00:10:02.947Z Compiling zerotrie v0.2.3
13952026-07-14T00:10:03.015Z Compiling zerovec v0.11.5
13962026-07-14T00:10:03.030Z Compiling block-buffer v0.10.4
13972026-07-14T00:10:03.207Z Compiling crypto-common v0.1.7
13982026-07-14T00:10:03.260Z Compiling openssl-sys v0.9.115
13992026-07-14T00:10:03.414Z Compiling digest v0.10.7
14002026-07-14T00:10:03.470Z Compiling thiserror-impl v2.0.18
14012026-07-14T00:10:03.586Z Compiling tinystr v0.8.2
14022026-07-14T00:10:03.681Z Compiling potential_utf v0.1.4
14032026-07-14T00:10:03.712Z Compiling futures-util v0.3.32
14042026-07-14T00:10:03.797Z Compiling icu_locale_core v2.1.1
14052026-07-14T00:10:03.844Z Compiling icu_collections v2.1.1
14062026-07-14T00:10:03.864Z Compiling tracing-attributes v0.1.31
14072026-07-14T00:10:04.343Z Compiling der_derive v0.7.3
14082026-07-14T00:10:04.699Z Compiling bytes v1.11.1
14092026-07-14T00:10:04.728Z Compiling icu_provider v2.1.1
14102026-07-14T00:10:04.861Z Compiling chrono v0.4.45
14112026-07-14T00:10:05.029Z Compiling icu_normalizer v2.1.1
14122026-07-14T00:10:05.235Z Compiling tokio v1.52.1
14132026-07-14T00:10:05.328Z Compiling icu_properties v2.1.2
14142026-07-14T00:10:05.342Z Compiling http v1.4.2
14152026-07-14T00:10:05.574Z Compiling tracing-core v0.1.36
14162026-07-14T00:10:06.049Z Compiling flagset v0.4.7
14172026-07-14T00:10:06.134Z Compiling aws-lc-rs v1.16.3
14182026-07-14T00:10:06.193Z Compiling idna_adapter v1.2.1
14192026-07-14T00:10:06.260Z Compiling ppv-lite86 v0.2.21
14202026-07-14T00:10:06.280Z Compiling base64 v0.22.1
14212026-07-14T00:10:06.343Z Compiling idna v1.1.0
14222026-07-14T00:10:06.384Z Compiling der v0.7.10
14232026-07-14T00:10:06.420Z Compiling http-body v1.0.1
14242026-07-14T00:10:06.440Z Compiling tracing v0.1.44
14252026-07-14T00:10:06.580Z Compiling rand_chacha v0.9.0
14262026-07-14T00:10:06.594Z Compiling thiserror v2.0.18
14272026-07-14T00:10:06.669Z Compiling url v2.5.8
14282026-07-14T00:10:06.706Z Compiling rustls-pki-types v1.14.0
14292026-07-14T00:10:06.720Z Compiling openssl-probe v0.2.1
14302026-07-14T00:10:06.905Z Compiling tinyvec_macros v0.1.1
14312026-07-14T00:10:06.981Z Compiling httparse v1.10.1
14322026-07-14T00:10:06.998Z Compiling cmov v0.5.4
14332026-07-14T00:10:07.159Z Compiling tinyvec v1.10.0
14342026-07-14T00:10:07.208Z Compiling spki v0.7.3
14352026-07-14T00:10:07.269Z Compiling ctutils v0.4.2
14362026-07-14T00:10:07.389Z Compiling rand v0.9.2
14372026-07-14T00:10:07.417Z Compiling pest_generator v2.8.6
14382026-07-14T00:10:07.456Z Compiling serde_derive_internals v0.29.1
14392026-07-14T00:10:07.506Z Compiling aho-corasick v1.1.4
14402026-07-14T00:10:07.508Z Compiling dyn-clone v1.0.20
14412026-07-14T00:10:07.574Z Compiling untrusted v0.7.1
14422026-07-14T00:10:07.662Z Compiling atomic-waker v1.1.2
14432026-07-14T00:10:07.707Z Compiling schemars v0.8.22
14442026-07-14T00:10:07.792Z Compiling try-lock v0.2.5
14452026-07-14T00:10:07.913Z Compiling tower-layer v0.3.3
14462026-07-14T00:10:07.928Z Compiling tower-service v0.3.3
14472026-07-14T00:10:08.052Z Compiling want v0.3.1
14482026-07-14T00:10:08.082Z Compiling tempfile v3.25.0
14492026-07-14T00:10:08.101Z Compiling pest_derive v2.8.6
14502026-07-14T00:10:08.180Z Compiling hybrid-array v0.4.13
14512026-07-14T00:10:08.370Z Compiling schemars_derive v0.8.22
14522026-07-14T00:10:08.493Z Compiling regex-automata v0.4.14
14532026-07-14T00:10:08.537Z Compiling ipnet v2.11.0
14542026-07-14T00:10:08.608Z Compiling scroll_derive v0.13.1
14552026-07-14T00:10:09.019Z Compiling tokio-util v0.7.18
14562026-07-14T00:10:09.045Z Compiling darling_core v0.20.11
14572026-07-14T00:10:09.217Z Compiling cpufeatures v0.2.17
14582026-07-14T00:10:09.306Z Compiling untrusted v0.9.0
14592026-07-14T00:10:09.432Z Compiling httpdate v1.0.3
14602026-07-14T00:10:09.446Z Compiling openssl v0.10.79
14612026-07-14T00:10:09.629Z Compiling rustls v0.23.41
14622026-07-14T00:10:09.672Z Compiling foreign-types-shared v0.1.1
14632026-07-14T00:10:09.715Z Compiling h2 v0.4.15
14642026-07-14T00:10:09.767Z Compiling foreign-types v0.3.2
14652026-07-14T00:10:09.848Z Compiling scroll v0.13.0
14662026-07-14T00:10:10.060Z Compiling unicode-normalization v0.1.25
14672026-07-14T00:10:10.120Z Compiling pkcs8 v0.10.2
14682026-07-14T00:10:10.528Z Compiling openssl-macros v0.1.1
14692026-07-14T00:10:10.805Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14702026-07-14T00:10:10.938Z Compiling spin v0.9.8
14712026-07-14T00:10:10.954Z Compiling native-tls v0.2.18
14722026-07-14T00:10:11.100Z Compiling num-conv v0.2.0
14732026-07-14T00:10:11.164Z Compiling time-core v0.1.8
14742026-07-14T00:10:11.181Z Compiling powerfmt v0.2.0
14752026-07-14T00:10:11.211Z Compiling crc32fast v1.5.0
14762026-07-14T00:10:11.302Z Compiling time-macros v0.2.27
14772026-07-14T00:10:11.305Z Compiling darling_macro v0.20.11
14782026-07-14T00:10:11.387Z Compiling deranged v0.5.8
14792026-07-14T00:10:11.806Z Compiling darling v0.20.11
14802026-07-14T00:10:11.898Z Compiling goblin v0.10.5
14812026-07-14T00:10:12.367Z Compiling sha2 v0.10.9
14822026-07-14T00:10:12.386Z Compiling hmac v0.12.1
14832026-07-14T00:10:12.535Z Compiling sync_wrapper v1.0.2
14842026-07-14T00:10:12.549Z Compiling wait-timeout v0.2.1
14852026-07-14T00:10:12.652Z Compiling syn v1.0.109
14862026-07-14T00:10:12.821Z Compiling hyper v1.10.1
14872026-07-14T00:10:12.982Z Compiling usdt-impl v0.6.0
14882026-07-14T00:10:13.212Z Compiling quick-error v1.2.3
14892026-07-14T00:10:13.386Z Compiling crossbeam-utils v0.8.21
14902026-07-14T00:10:13.701Z Compiling siphasher v1.0.2
14912026-07-14T00:10:13.759Z Compiling simd-adler32 v0.3.8
14922026-07-14T00:10:13.816Z Compiling bit-vec v0.8.0
14932026-07-14T00:10:13.900Z Compiling num_threads v0.1.7
14942026-07-14T00:10:14.011Z Compiling hyper-util v0.1.20
14952026-07-14T00:10:14.026Z Compiling bit-set v0.8.0
14962026-07-14T00:10:14.059Z Compiling time v0.3.47
14972026-07-14T00:10:14.475Z Compiling rusty-fork v0.3.1
14982026-07-14T00:10:14.561Z Compiling tower v0.5.3
14992026-07-14T00:10:14.597Z Compiling derive_builder_core v0.20.2
15002026-07-14T00:10:14.811Z Compiling dof v0.4.0
15012026-07-14T00:10:15.247Z Compiling dtrace-parser v0.3.0
15022026-07-14T00:10:15.456Z Compiling http-body-util v0.1.3
15032026-07-14T00:10:15.628Z Compiling heapless v0.7.17
15042026-07-14T00:10:15.706Z Compiling thiserror-impl v1.0.69
15052026-07-14T00:10:15.765Z Compiling scroll_derive v0.12.1
15062026-07-14T00:10:15.890Z Compiling rand_xorshift v0.4.0
15072026-07-14T00:10:15.972Z Compiling slog v2.8.2
15082026-07-14T00:10:15.987Z Compiling darling_core v0.21.3
15092026-07-14T00:10:16.058Z Compiling bzip2-sys v0.1.13+1.0.8
15102026-07-14T00:10:16.155Z Compiling thread-id v5.1.0
15112026-07-14T00:10:16.180Z Compiling cookie v0.18.1
15122026-07-14T00:10:16.246Z Compiling paste v1.0.15
15132026-07-14T00:10:16.359Z Compiling anyhow v1.0.102
15142026-07-14T00:10:16.385Z Compiling allocator-api2 v0.2.21
15152026-07-14T00:10:16.438Z Compiling adler2 v2.0.1
15162026-07-14T00:10:16.540Z Compiling unicode-bidi v0.3.18
15172026-07-14T00:10:16.579Z Compiling signal-hook v0.3.18
15182026-07-14T00:10:16.681Z Compiling ryu v1.0.23
15192026-07-14T00:10:16.712Z Compiling zstd-safe v7.2.4
15202026-07-14T00:10:16.770Z Compiling unarray v0.1.4
15212026-07-14T00:10:16.865Z Compiling unicode-properties v0.1.4
15222026-07-14T00:10:16.890Z Compiling iri-string v0.7.10
15232026-07-14T00:10:16.929Z Compiling proptest v1.10.0
15242026-07-14T00:10:16.973Z Compiling thiserror v1.0.69
15252026-07-14T00:10:17.069Z Compiling stringprep v0.1.5
15262026-07-14T00:10:17.082Z Compiling serde_urlencoded v0.7.1
15272026-07-14T00:10:17.330Z Compiling miniz_oxide v0.8.9
15282026-07-14T00:10:17.394Z Compiling scroll v0.12.0
15292026-07-14T00:10:18.022Z Compiling tower-http v0.6.8
15302026-07-14T00:10:18.054Z Compiling derive_builder_macro v0.20.2
15312026-07-14T00:10:18.317Z Compiling camino v1.2.2
15322026-07-14T00:10:18.478Z Compiling darling_macro v0.21.3
15332026-07-14T00:10:18.480Z Compiling tokio-native-tls v0.3.1
15342026-07-14T00:10:18.594Z Compiling bstr v1.12.1
15352026-07-14T00:10:18.671Z Compiling ipnetwork v0.21.1
15362026-07-14T00:10:18.709Z Compiling crypto-common v0.2.2
15372026-07-14T00:10:18.918Z Compiling block-buffer v0.12.1
15382026-07-14T00:10:18.986Z Compiling block-padding v0.4.2
15392026-07-14T00:10:19.076Z Compiling rustls-native-certs v0.8.3
15402026-07-14T00:10:19.127Z Compiling rand_chacha v0.3.1
15412026-07-14T00:10:19.163Z Compiling serde_spanned v0.6.9
15422026-07-14T00:10:19.247Z Compiling serde_tokenstream v0.2.3
15432026-07-14T00:10:19.319Z Compiling toml_datetime v0.6.11
15442026-07-14T00:10:19.381Z Compiling erased-serde v0.3.31
15452026-07-14T00:10:19.581Z Compiling md-5 v0.10.6
15462026-07-14T00:10:19.596Z Compiling signature v2.2.0
15472026-07-14T00:10:19.756Z Compiling curve25519-dalek v4.1.3
15482026-07-14T00:10:19.780Z Compiling pin-project-internal v1.1.11
15492026-07-14T00:10:19.877Z Compiling zerocopy-derive v0.7.35
15502026-07-14T00:10:19.930Z Compiling async-trait v0.1.89
15512026-07-14T00:10:20.111Z Compiling vergen-lib v9.1.0
15522026-07-14T00:10:20.322Z Compiling num-integer v0.1.46
15532026-07-14T00:10:20.435Z Compiling hash32 v0.2.1
15542026-07-14T00:10:20.639Z Compiling memoffset v0.9.1
15552026-07-14T00:10:20.655Z Compiling encoding_rs v0.8.35
15562026-07-14T00:10:20.763Z Compiling num-bigint-dig v0.8.6
15572026-07-14T00:10:20.859Z Compiling litrs v1.0.0
15582026-07-14T00:10:20.897Z Compiling zlib-rs v0.6.2
15592026-07-14T00:10:20.958Z Compiling ref-cast v1.0.25
15602026-07-14T00:10:20.977Z Compiling rustix v0.38.44
15612026-07-14T00:10:21.285Z Compiling psl-types v2.0.11
15622026-07-14T00:10:21.353Z Compiling mime v0.3.17
15632026-07-14T00:10:21.376Z Compiling cfg_aliases v0.2.1
15642026-07-14T00:10:21.418Z Compiling smoltcp v0.9.1
15652026-07-14T00:10:21.458Z Compiling fallible-iterator v0.2.0
15662026-07-14T00:10:21.617Z Compiling nix v0.31.2
15672026-07-14T00:10:21.794Z Compiling postgres-protocol v0.6.10
15682026-07-14T00:10:21.810Z Compiling publicsuffix v2.3.0
15692026-07-14T00:10:21.989Z Compiling document-features v0.2.12
15702026-07-14T00:10:22.093Z Compiling hubpack_derive v0.1.1
15712026-07-14T00:10:22.168Z Compiling pin-project v1.1.11
15722026-07-14T00:10:22.275Z Compiling zerocopy v0.7.35
15732026-07-14T00:10:22.340Z Compiling num-iter v0.1.45
15742026-07-14T00:10:22.575Z Compiling rand v0.8.6
15752026-07-14T00:10:22.602Z Compiling newtype-uuid v1.3.2
15762026-07-14T00:10:22.772Z Compiling inout v0.2.2
15772026-07-14T00:10:22.821Z Compiling darling v0.21.3
15782026-07-14T00:10:22.916Z Compiling oxnet v0.1.6
15792026-07-14T00:10:22.938Z Compiling hyper-tls v0.6.0
15802026-07-14T00:10:22.953Z Compiling derive_builder v0.20.2
15812026-07-14T00:10:23.084Z Compiling goblin v0.8.2
15822026-07-14T00:10:23.732Z Compiling phf_shared v0.13.1
15832026-07-14T00:10:23.762Z Compiling lazy_static v1.5.0
15842026-07-14T00:10:23.765Z Compiling regex v1.12.3
15852026-07-14T00:10:23.879Z Compiling flate2 v1.1.9
15862026-07-14T00:10:23.893Z Compiling anstyle-parse v0.2.7
15872026-07-14T00:10:23.983Z Compiling futures-executor v0.3.32
15882026-07-14T00:10:24.090Z Compiling hex v0.4.3
15892026-07-14T00:10:24.192Z Compiling terminal_size v0.4.3
15902026-07-14T00:10:24.215Z Compiling daft-derive v0.1.7
15912026-07-14T00:10:24.256Z Compiling strum_macros v0.27.2
15922026-07-14T00:10:24.304Z Compiling snafu-derive v0.8.9
15932026-07-14T00:10:24.338Z Compiling ref-cast-impl v1.0.25
15942026-07-14T00:10:24.371Z Compiling curve25519-dalek-derive v0.1.1
15952026-07-14T00:10:24.916Z Compiling vergen v9.1.0
15962026-07-14T00:10:24.970Z Compiling cargo-platform v0.3.2
15972026-07-14T00:10:25.044Z Compiling ff v0.13.1
15982026-07-14T00:10:25.135Z Compiling fs-err v3.3.0
15992026-07-14T00:10:25.194Z Compiling ahash v0.8.12
16002026-07-14T00:10:25.248Z Compiling libbz2-rs-sys v0.2.2
16012026-07-14T00:10:25.346Z Compiling base16ct v0.2.0
16022026-07-14T00:10:25.429Z Compiling winnow v0.5.40
16032026-07-14T00:10:25.540Z Compiling unicode-segmentation v1.12.0
16042026-07-14T00:10:25.932Z Compiling bitflags v1.3.2
16052026-07-14T00:10:25.932Z Compiling same-file v1.0.6
16062026-07-14T00:10:26.022Z Compiling bumpalo v3.20.2
16072026-07-14T00:10:26.126Z Compiling foldhash v0.2.0
16082026-07-14T00:10:26.227Z Compiling object v0.37.3
16092026-07-14T00:10:26.244Z Compiling managed v0.8.0
16102026-07-14T00:10:26.290Z Compiling foldhash v0.1.5
16112026-07-14T00:10:26.354Z Compiling hashbrown v0.16.1
16122026-07-14T00:10:26.462Z Compiling hashbrown v0.15.5
16132026-07-14T00:10:26.563Z Compiling strum v0.27.2
16142026-07-14T00:10:26.599Z Compiling snafu v0.8.9
16152026-07-14T00:10:26.702Z Compiling zopfli v0.8.3
16162026-07-14T00:10:26.862Z Compiling toml_edit v0.19.15
16172026-07-14T00:10:26.951Z Compiling clap_builder v4.6.0
16182026-07-14T00:10:26.966Z Compiling walkdir v2.5.0
16192026-07-14T00:10:27.017Z Compiling bzip2 v0.6.1
16202026-07-14T00:10:27.234Z Compiling sec1 v0.7.3
16212026-07-14T00:10:27.319Z Compiling dof v0.3.0
16222026-07-14T00:10:27.363Z Compiling group v0.13.0
16232026-07-14T00:10:27.388Z Compiling cargo_metadata v0.23.1
16242026-07-14T00:10:27.555Z Compiling daft v0.1.7
16252026-07-14T00:10:27.919Z Compiling futures v0.3.32
16262026-07-14T00:10:27.955Z Compiling anstream v0.6.21
16272026-07-14T00:10:28.007Z Compiling phf v0.13.1
16282026-07-14T00:10:28.175Z Compiling signal-hook-mio v0.2.5
16292026-07-14T00:10:28.342Z Compiling cookie_store v0.22.1
16302026-07-14T00:10:28.645Z Compiling zstd v0.13.3
16312026-07-14T00:10:28.792Z Compiling reqwest v0.12.28
16322026-07-14T00:10:28.922Z Compiling bzip2 v0.4.4
16332026-07-14T00:10:29.011Z Compiling cipher v0.5.2
16342026-07-14T00:10:29.153Z Compiling serde_with_macros v3.17.0
16352026-07-14T00:10:29.330Z Compiling hubpack v0.1.2
16362026-07-14T00:10:29.582Z Compiling postgres-types v0.2.12
16372026-07-14T00:10:30.020Z Compiling ed25519 v2.2.3
16382026-07-14T00:10:30.152Z Compiling usdt-macro v0.6.0
16392026-07-14T00:10:30.309Z Compiling usdt-attr-macro v0.6.0
16402026-07-14T00:10:30.565Z Compiling globset v0.4.18
16412026-07-14T00:10:30.764Z Compiling dtrace-parser v0.2.0
16422026-07-14T00:10:30.917Z Compiling phf_shared v0.11.3
16432026-07-14T00:10:30.922Z Compiling hkdf v0.12.4
16442026-07-14T00:10:31.105Z Compiling olpc-cjson v0.1.4
16452026-07-14T00:10:31.118Z Compiling pkcs1 v0.7.5
16462026-07-14T00:10:31.130Z Compiling pem v3.0.6
16472026-07-14T00:10:31.243Z Compiling serde_plain v1.0.2
16482026-07-14T00:10:31.275Z Compiling serde-big-array v0.5.1
16492026-07-14T00:10:31.428Z Compiling crypto-bigint v0.5.5
16502026-07-14T00:10:31.450Z Compiling clap_derive v4.6.1
16512026-07-14T00:10:31.465Z Compiling strum_macros v0.26.4
16522026-07-14T00:10:31.504Z Compiling enum-as-inner v0.6.1
16532026-07-14T00:10:31.507Z Compiling serde_repr v0.1.20
16542026-07-14T00:10:32.027Z Compiling async-recursion v1.1.1
16552026-07-14T00:10:32.066Z Compiling float-cmp v0.10.0
16562026-07-14T00:10:32.231Z Compiling memmap2 v0.9.10
16572026-07-14T00:10:32.457Z Compiling thread-id v4.2.2
16582026-07-14T00:10:32.508Z Compiling env_filter v1.0.0
16592026-07-14T00:10:32.551Z Compiling const-oid v0.10.2
16602026-07-14T00:10:32.699Z Compiling static_assertions v1.1.0
16612026-07-14T00:10:32.775Z Compiling whoami v2.1.0
16622026-07-14T00:10:32.789Z Compiling precomputed-hash v0.1.1
16632026-07-14T00:10:32.819Z Compiling jiff v0.2.21
16642026-07-14T00:10:32.886Z Compiling fixedbitset v0.5.7
16652026-07-14T00:10:33.162Z Compiling predicates-core v1.0.10
16662026-07-14T00:10:33.200Z Compiling normalize-line-endings v0.3.0
16672026-07-14T00:10:33.214Z Compiling fixedbitset v0.4.2
16682026-07-14T00:10:33.230Z Compiling cpufeatures v0.3.0
16692026-07-14T00:10:33.346Z Compiling new_debug_unreachable v1.0.6
16702026-07-14T00:10:33.361Z Compiling keccak v0.1.6
16712026-07-14T00:10:33.383Z Compiling data-encoding v2.10.0
16722026-07-14T00:10:33.423Z Compiling typed-path v0.9.3
16732026-07-14T00:10:33.461Z Compiling winnow v1.0.3
16742026-07-14T00:10:33.569Z Compiling either v1.15.0
16752026-07-14T00:10:33.792Z Compiling difflib v0.4.0
16762026-07-14T00:10:33.796Z Compiling toml_parser v1.1.2+spec-1.1.0
16772026-07-14T00:10:33.833Z Compiling itertools v0.13.0
16782026-07-14T00:10:34.098Z Compiling predicates v3.1.4
16792026-07-14T00:10:34.116Z Compiling hickory-proto v0.25.2
16802026-07-14T00:10:34.379Z Compiling sha3 v0.10.8
16812026-07-14T00:10:34.459Z Compiling toml_edit v0.22.27
16822026-07-14T00:10:34.674Z Compiling string_cache v0.8.9
16832026-07-14T00:10:34.757Z Compiling petgraph v0.6.5
16842026-07-14T00:10:34.845Z Compiling chacha20 v0.10.0
16852026-07-14T00:10:34.912Z Compiling strum v0.26.3
16862026-07-14T00:10:35.056Z Compiling clap v4.6.1
16872026-07-14T00:10:35.090Z Compiling petgraph v0.8.3
16882026-07-14T00:10:35.147Z Compiling tokio-postgres v0.7.16
16892026-07-14T00:10:35.227Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16902026-07-14T00:10:36.259Z Compiling zip v4.6.1
16912026-07-14T00:10:37.058Z Compiling digest v0.11.3
16922026-07-14T00:10:37.086Z Compiling env_logger v0.11.9
16932026-07-14T00:10:37.176Z Compiling usdt-impl v0.5.0
16942026-07-14T00:10:37.232Z Compiling usdt v0.6.0
16952026-07-14T00:10:37.296Z Compiling elliptic-curve v0.13.8
16962026-07-14T00:10:37.368Z Compiling rsa v0.9.10
16972026-07-14T00:10:37.450Z Compiling crossterm v0.28.1
16982026-07-14T00:10:37.508Z Compiling serde_with v3.17.0
16992026-07-14T00:10:37.706Z Compiling ed25519-dalek v2.2.0
17002026-07-14T00:10:38.068Z Compiling zip v0.6.6
17012026-07-14T00:10:38.700Z Compiling toml v0.7.8
17022026-07-14T00:10:38.812Z Compiling iddqd v0.4.2
17032026-07-14T00:10:39.253Z Compiling heck v0.4.1
17042026-07-14T00:10:39.275Z Compiling similar v2.7.0
17052026-07-14T00:10:39.323Z Compiling crossbeam-epoch v0.9.18
17062026-07-14T00:10:39.491Z Compiling tokio-stream v0.1.18
17072026-07-14T00:10:39.535Z Compiling buf-list v1.1.2
17082026-07-14T00:10:39.665Z Compiling x509-cert v0.2.5
17092026-07-14T00:10:39.832Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17102026-07-14T00:10:39.958Z Compiling openapiv3 v2.2.0
17112026-07-14T00:10:40.108Z Compiling peg-runtime v0.8.5
17122026-07-14T00:10:40.146Z Compiling lalrpop-util v0.19.12
17132026-07-14T00:10:40.165Z Compiling thread_local v1.1.9
17142026-07-14T00:10:40.390Z Compiling slog-async v2.8.0
17152026-07-14T00:10:40.430Z Compiling crossbeam-channel v0.5.15
17162026-07-14T00:10:40.436Z Compiling is-terminal v0.4.17
17172026-07-14T00:10:40.539Z Compiling filetime v0.2.27
17182026-07-14T00:10:40.701Z Compiling term v1.2.1
17192026-07-14T00:10:40.724Z Compiling xattr v1.6.1
17202026-07-14T00:10:40.728Z Compiling take_mut v0.2.2
17212026-07-14T00:10:40.865Z Compiling tar v0.4.45
17222026-07-14T00:10:40.902Z Compiling camino-tempfile v1.4.1
17232026-07-14T00:10:41.149Z Compiling slog-term v2.9.2
17242026-07-14T00:10:50.382Z Compiling rustls-webpki v0.103.13
17252026-07-14T00:10:53.085Z Compiling tokio-rustls v0.26.4
17262026-07-14T00:10:53.085Z Compiling rustls-platform-verifier v0.6.2
17272026-07-14T00:10:53.085Z Compiling tough v0.22.0
17282026-07-14T00:10:53.307Z Compiling hyper-rustls v0.27.7
17292026-07-14T00:10:53.513Z Compiling reqwest v0.13.2
17302026-07-14T00:10:55.822Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17312026-07-14T00:10:56.050Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17322026-07-14T00:10:58.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17332026-07-14T00:10:59.044Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17342026-07-14T00:10:59.082ZJul 14 00:10:58.006 INFO Starting download, target: Clickhouse
17352026-07-14T00:10:59.082ZJul 14 00:10:58.007 INFO Starting download, target: Console
17362026-07-14T00:10:59.082ZJul 14 00:10:58.007 INFO Starting download, target: Cockroach
17372026-07-14T00:10:59.092ZJul 14 00:10:58.007 INFO Starting download, target: DendriteStub
17382026-07-14T00:10:59.092ZJul 14 00:10:58.007 INFO Starting download, target: MaghemiteMgd
17392026-07-14T00:10:59.092ZJul 14 00:10:58.007 INFO Starting download, target: MaghemiteDdmd
17402026-07-14T00:10:59.092ZJul 14 00:10:58.007 INFO Starting download, target: TransceiverControl
17412026-07-14T00:10:59.092ZJul 14 00:10:58.007 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17422026-07-14T00:10:59.092ZJul 14 00:10:58.007 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17432026-07-14T00:10:59.092ZJul 14 00:10:58.007 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17442026-07-14T00:10:59.093ZJul 14 00:10:58.007 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17452026-07-14T00:10:59.093ZJul 14 00:10:58.007 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17462026-07-14T00:10:59.093ZJul 14 00:10:58.007 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17472026-07-14T00:10:59.093ZJul 14 00:10:58.007 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17482026-07-14T00:10:59.593ZJul 14 00:10:58.517 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17492026-07-14T00:10:59.807ZJul 14 00:10:58.720 INFO Download complete, target: TransceiverControl
17502026-07-14T00:11:00.857ZJul 14 00:10:59.755 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17512026-07-14T00:11:00.917ZJul 14 00:10:59.821 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17522026-07-14T00:11:01.037ZJul 14 00:10:59.947 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17532026-07-14T00:11:01.145ZJul 14 00:11:00.069 INFO Download complete, target: Console
17542026-07-14T00:11:01.289ZJul 14 00:11:00.214 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17552026-07-14T00:11:01.598ZJul 14 00:11:00.520 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17562026-07-14T00:11:02.130ZJul 14 00:11:01.055 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17572026-07-14T00:11:02.130ZJul 14 00:11:01.056 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17582026-07-14T00:11:03.242ZJul 14 00:11:02.168 INFO Download complete, target: MaghemiteDdmd
17592026-07-14T00:11:03.530ZJul 14 00:11:02.455 INFO Download complete, target: DendriteStub
17602026-07-14T00:11:04.104ZJul 14 00:11:03.029 INFO Download complete, target: MaghemiteMgd
17612026-07-14T00:11:06.720ZJul 14 00:11:05.646 INFO Checking that binary works, target: Cockroach
17622026-07-14T00:11:06.839ZJul 14 00:11:05.764 INFO Download complete, target: Cockroach
17632026-07-14T00:11:07.494ZJul 14 00:11:06.417 INFO Checking that binary works, target: Clickhouse
17642026-07-14T00:11:07.587ZJul 14 00:11:06.512 INFO Download complete, target: Clickhouse
17652026-07-14T00:11:07.609ZAll builder prerequisites installed successfully, and PATH looks valid
17662026-07-14T00:11:07.615Z
17672026-07-14T00:11:07.616Zreal 2:01.414651598
17682026-07-14T00:11:07.616Zuser 6:39.464034638
17692026-07-14T00:11:07.616Zsys 1:24.761446612
17702026-07-14T00:11:07.616Ztrap 0.222741717
17712026-07-14T00:11:07.616Ztflt 0.636423017
17722026-07-14T00:11:07.616Zdflt 0.779205725
17732026-07-14T00:11:07.616Zkflt 0.024255954
17742026-07-14T00:11:07.616Zlock 21:50.312264118
17752026-07-14T00:11:07.616Zslp 20:22.830862727
17762026-07-14T00:11:07.616Zlat 45.993760150
17772026-07-14T00:11:07.616Zstop 1:55.533343789
17782026-07-14T00:11:07.616Z+ banner clippy
17792026-07-14T00:11:07.617Z
17802026-07-14T00:11:07.617Z #### # # ##### ##### # #
17812026-07-14T00:11:07.617Z # # # # # # # # # #
17822026-07-14T00:11:07.617Z # # # # # # # #
17832026-07-14T00:11:07.617Z # # # ##### ##### #
17842026-07-14T00:11:07.617Z # # # # # # #
17852026-07-14T00:11:07.617Z #### ###### # # # #
17862026-07-14T00:11:07.617Z
17872026-07-14T00:11:07.617Z+ export CARGO_INCREMENTAL=0
17882026-07-14T00:11:07.617Z+ CARGO_INCREMENTAL=0
17892026-07-14T00:11:07.618Z+ ptime -m cargo xtask clippy
17902026-07-14T00:11:08.074Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17912026-07-14T00:11:08.360Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17922026-07-14T00:11:10.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.51s
17932026-07-14T00:11:10.187Z Running `target/debug/xtask clippy`
17942026-07-14T00:11:10.209Zrunning: /home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
17952026-07-14T00:11:10.779Z Downloading crates ...
17962026-07-14T00:11:10.982Z Downloaded addr2line v0.25.1
17972026-07-14T00:11:10.985Z Downloaded async-object-pool v0.2.0
17982026-07-14T00:11:10.985Z Downloaded assert-json-diff v2.0.2
17992026-07-14T00:11:10.988Z Downloaded constant_time_eq v0.3.1
18002026-07-14T00:11:10.991Z Downloaded plotters-svg v0.3.7
18012026-07-14T00:11:10.991Z Downloaded supports-unicode v2.1.0
18022026-07-14T00:11:10.991Z Downloaded cfg-expr v0.20.6
18032026-07-14T00:11:10.994Z Downloaded event-listener-strategy v0.5.4
18042026-07-14T00:11:10.994Z Downloaded backtrace-ext v0.2.1
18052026-07-14T00:11:10.998Z Downloaded relative-path v1.9.3
18062026-07-14T00:11:11.001Z Downloaded target-triple v1.0.0
18072026-07-14T00:11:11.002Z Downloaded supports-color v2.1.0
18082026-07-14T00:11:11.002Z Downloaded datatest-stable v0.3.3
18092026-07-14T00:11:11.006Z Downloaded knuffel-derive v3.2.0
18102026-07-14T00:11:11.006Z Downloaded oorandom v11.1.5
18112026-07-14T00:11:11.009Z Downloaded assert_cmd v2.1.2
18122026-07-14T00:11:11.015Z Downloaded textwrap v0.15.2
18132026-07-14T00:11:11.022Z Downloaded escape8259 v0.5.3
18142026-07-14T00:11:11.025Z Downloaded parking v2.2.1
18152026-07-14T00:11:11.025Z Downloaded backtrace v0.3.76
18162026-07-14T00:11:11.025Z Downloaded anes v0.1.6
18172026-07-14T00:11:11.028Z Downloaded concurrent-queue v2.5.0
18182026-07-14T00:11:11.033Z Downloaded similar-asserts v1.7.0
18192026-07-14T00:11:11.033Z Downloaded terminal_size v0.1.17
18202026-07-14T00:11:11.037Z Downloaded nested v0.1.1
18212026-07-14T00:11:11.041Z Downloaded cast v0.3.0
18222026-07-14T00:11:11.044Z Downloaded hex-literal v0.4.1
18232026-07-14T00:11:11.044Z Downloaded miette v5.10.0
18242026-07-14T00:11:11.047Z Downloaded futures-timer v3.0.3
18252026-07-14T00:11:11.051Z Downloaded supports-hyperlinks v2.1.0
18262026-07-14T00:11:11.054Z Downloaded approx v0.5.1
18272026-07-14T00:11:11.058Z Downloaded serde_regex v1.1.0
18282026-07-14T00:11:11.061Z Downloaded linkme-impl v0.3.35
18292026-07-14T00:11:11.061Z Downloaded plotters-backend v0.3.7
18302026-07-14T00:11:11.067Z Downloaded partial-io v0.5.4
18312026-07-14T00:11:11.070Z Downloaded pathdiff v0.2.3
18322026-07-14T00:11:11.070Z Downloaded async-lock v3.4.2
18332026-07-14T00:11:11.070Z Downloaded owo-colors v3.5.0
18342026-07-14T00:11:11.073Z Downloaded guppy-workspace-hack v0.1.0
18352026-07-14T00:11:11.075Z Downloaded rustc-demangle v0.1.27
18362026-07-14T00:11:11.076Z Downloaded target-lexicon v0.13.3
18372026-07-14T00:11:11.076Z Downloaded rust-argon2 v2.1.0
18382026-07-14T00:11:11.079Z Downloaded miette-derive v5.10.0
18392026-07-14T00:11:11.082Z Downloaded libtest-mimic v0.8.1
18402026-07-14T00:11:11.085Z Downloaded linkme v0.3.35
18412026-07-14T00:11:11.088Z Downloaded criterion-plot v0.6.0
18422026-07-14T00:11:11.095Z Downloaded path-tree v0.8.3
18432026-07-14T00:11:11.100Z Downloaded target-spec v3.5.7
18442026-07-14T00:11:11.107Z Downloaded hickory-client v0.25.2
18452026-07-14T00:11:11.112Z Downloaded stringmetrics v2.2.2
18462026-07-14T00:11:11.112Z Downloaded event-listener v5.4.1
18472026-07-14T00:11:11.119Z Downloaded tinytemplate v1.2.1
18482026-07-14T00:11:11.119Z Downloaded trybuild v1.0.116
18492026-07-14T00:11:11.119Z Downloaded httptest v0.16.4
18502026-07-14T00:11:11.123Z Downloaded rstest v0.25.0
18512026-07-14T00:11:11.123Z Downloaded fancy-regex v0.14.0
18522026-07-14T00:11:11.123Z Downloaded knuffel v3.2.0
18532026-07-14T00:11:11.126Z Downloaded termcolor v1.4.1
18542026-07-14T00:11:11.126Z Downloaded blake2b_simd v1.0.4
18552026-07-14T00:11:11.138Z Downloaded rand_distr v0.5.1
18562026-07-14T00:11:11.143Z Downloaded rstest_macros v0.25.0
18572026-07-14T00:11:11.143Z Downloaded chumsky v0.9.3
18582026-07-14T00:11:11.150Z Downloaded plotters v0.3.7
18592026-07-14T00:11:11.154Z Downloaded guppy v0.17.25
18602026-07-14T00:11:11.158Z Downloaded hashbrown v0.14.5
18612026-07-14T00:11:11.161Z Downloaded criterion v0.7.0
18622026-07-14T00:11:11.171Z Downloaded gimli v0.32.3
18632026-07-14T00:11:11.267Z Downloaded httpmock v0.8.3
18642026-07-14T00:11:12.984Z Checking cfg-if v1.0.4
18652026-07-14T00:11:13.351Z Checking libc v0.2.185
18662026-07-14T00:11:13.354Z Checking serde_core v1.0.228
18672026-07-14T00:11:13.421Z Checking memchr v2.8.0
18682026-07-14T00:11:13.462Z Checking smallvec v1.15.1
18692026-07-14T00:11:13.462Z Checking zeroize v1.8.2
18702026-07-14T00:11:13.531Z Checking rand_core v0.10.0
18712026-07-14T00:11:13.566Z Checking itoa v1.0.17
18722026-07-14T00:11:13.601Z Checking subtle v2.6.1
18732026-07-14T00:11:13.645Z Checking log v0.4.29
18742026-07-14T00:11:13.697Z Checking libm v0.2.16
18752026-07-14T00:11:13.743Z Checking typenum v1.20.1
18762026-07-14T00:11:13.783Z Checking getrandom v0.4.1
18772026-07-14T00:11:13.783Z Checking errno v0.3.14
18782026-07-14T00:11:13.854Z Checking scopeguard v1.2.0
18792026-07-14T00:11:13.893Z Checking stable_deref_trait v1.2.1
18802026-07-14T00:11:13.932Z Checking zmij v1.0.21
18812026-07-14T00:11:13.969Z Checking zerofrom v0.1.6
18822026-07-14T00:11:14.006Z Checking lock_api v0.4.14
18832026-07-14T00:11:14.047Z Checking percent-encoding v2.3.2
18842026-07-14T00:11:14.084Z Checking litemap v0.8.1
18852026-07-14T00:11:14.119Z Checking yoke v0.8.1
18862026-07-14T00:11:14.164Z Checking writeable v0.6.2
18872026-07-14T00:11:14.219Z Checking icu_properties_data v2.1.2
18882026-07-14T00:11:14.256Z Checking icu_normalizer_data v2.1.1
18892026-07-14T00:11:14.292Z Checking pin-project-lite v0.2.17
18902026-07-14T00:11:14.327Z Checking zerovec v0.11.5
18912026-07-14T00:11:14.360Z Checking zerotrie v0.2.3
18922026-07-14T00:11:14.399Z Checking num-traits v0.2.19
18932026-07-14T00:11:14.437Z Checking form_urlencoded v1.2.2
18942026-07-14T00:11:14.473Z Checking utf8_iter v1.0.4
18952026-07-14T00:11:14.511Z Checking parking_lot_core v0.9.12
18962026-07-14T00:11:14.600Z Checking zerocopy v0.8.40
18972026-07-14T00:11:14.607Z Checking portable-atomic v1.13.1
18982026-07-14T00:11:14.638Z Checking critical-section v1.2.0
18992026-07-14T00:11:14.677Z Checking signal-hook-registry v1.4.8
19002026-07-14T00:11:14.733Z Checking parking_lot v0.12.5
19012026-07-14T00:11:14.773Z Checking mio v1.2.0
19022026-07-14T00:11:14.811Z Checking tinystr v0.8.2
19032026-07-14T00:11:14.864Z Checking potential_utf v0.1.4
19042026-07-14T00:11:14.905Z Checking serde v1.0.228
19052026-07-14T00:11:14.943Z Checking bitflags v2.11.0
19062026-07-14T00:11:14.981Z Checking serde_json v1.0.150
19072026-07-14T00:11:15.013Z Checking icu_locale_core v2.1.1
19082026-07-14T00:11:15.048Z Checking icu_collections v2.1.1
19092026-07-14T00:11:15.051Z Checking once_cell v1.21.3
19102026-07-14T00:11:15.128Z Checking socket2 v0.6.3
19112026-07-14T00:11:15.173Z Checking iana-time-zone v0.1.65
19122026-07-14T00:11:15.298Z Checking uuid v1.23.4
19132026-07-14T00:11:15.339Z Checking bytes v1.11.1
19142026-07-14T00:11:15.342Z Checking chrono v0.4.45
19152026-07-14T00:11:15.407Z Checking thiserror v2.0.18
19162026-07-14T00:11:15.410Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19172026-07-14T00:11:15.538Z Checking semver v1.0.28
19182026-07-14T00:11:15.579Z Checking icu_provider v2.1.1
19192026-07-14T00:11:15.650Z Checking futures-core v0.3.32
19202026-07-14T00:11:15.690Z Checking dyn-clone v1.0.20
19212026-07-14T00:11:15.767Z Checking getrandom v0.2.17
19222026-07-14T00:11:15.803Z Checking equivalent v1.0.2
19232026-07-14T00:11:15.803Z Checking rustix v1.1.3
19242026-07-14T00:11:15.867Z Checking cmov v0.5.4
19252026-07-14T00:11:15.870Z Checking icu_properties v2.1.2
19262026-07-14T00:11:15.898Z Checking icu_normalizer v2.1.1
19272026-07-14T00:11:15.963Z Checking tokio v1.52.1
19282026-07-14T00:11:15.966Z Checking rand_core v0.6.4
19292026-07-14T00:11:16.078Z Checking ctutils v0.4.2
19302026-07-14T00:11:16.197Z Checking byteorder v1.5.0
19312026-07-14T00:11:16.247Z Checking futures-sink v0.3.32
19322026-07-14T00:11:16.282Z Checking slab v0.4.12
19332026-07-14T00:11:16.316Z Checking hybrid-array v0.4.13
19342026-07-14T00:11:16.375Z Checking futures-channel v0.3.32
19352026-07-14T00:11:16.421Z Checking futures-io v0.3.32
19362026-07-14T00:11:16.468Z Checking futures-task v0.3.32
19372026-07-14T00:11:16.563Z Checking generic-array v0.14.7
19382026-07-14T00:11:16.597Z Checking thiserror v1.0.69
19392026-07-14T00:11:16.635Z Checking futures-util v0.3.32
19402026-07-14T00:11:16.672Z Checking getrandom v0.3.4
19412026-07-14T00:11:16.719Z Checking hashbrown v0.17.0
19422026-07-14T00:11:16.754Z Checking idna_adapter v1.2.1
19432026-07-14T00:11:16.840Z Checking const-oid v0.9.6
19442026-07-14T00:11:16.899Z Checking idna v1.1.0
19452026-07-14T00:11:17.044Z Checking base64ct v1.8.3
19462026-07-14T00:11:17.100Z Checking crypto-common v0.2.2
19472026-07-14T00:11:17.169Z Checking url v2.5.8
19482026-07-14T00:11:17.212Z Checking indexmap v2.14.0
19492026-07-14T00:11:17.302Z Checking crypto-common v0.1.7
19502026-07-14T00:11:17.338Z Checking ppv-lite86 v0.2.21
19512026-07-14T00:11:17.453Z Checking fnv v1.0.7
19522026-07-14T00:11:17.537Z Checking regex-syntax v0.8.10
19532026-07-14T00:11:17.576Z Checking block-buffer v0.12.1
19542026-07-14T00:11:17.625Z Checking schemars v0.8.22
19552026-07-14T00:11:17.660Z Checking block-buffer v0.10.4
19562026-07-14T00:11:17.732Z Checking http v1.4.2
19572026-07-14T00:11:17.767Z Checking tracing-core v0.1.36
19582026-07-14T00:11:17.802Z Checking utf8parse v0.2.2
19592026-07-14T00:11:17.836Z Checking digest v0.10.7
19602026-07-14T00:11:17.947Z Checking base64 v0.22.1
19612026-07-14T00:11:18.062Z Checking anstyle v1.0.14
19622026-07-14T00:11:18.118Z Checking tracing v0.1.44
19632026-07-14T00:11:18.218Z Checking colorchoice v1.0.4
19642026-07-14T00:11:18.272Z Checking anstyle-query v1.1.5
19652026-07-14T00:11:18.308Z Checking is_terminal_polyfill v1.70.2
19662026-07-14T00:11:18.344Z Checking ipnet v2.11.0
19672026-07-14T00:11:18.379Z Checking const-oid v0.10.2
19682026-07-14T00:11:18.382Z Checking anstyle-parse v1.0.0
19692026-07-14T00:11:18.446Z Checking terminal_size v0.4.3
19702026-07-14T00:11:18.449Z Checking aho-corasick v1.1.4
19712026-07-14T00:11:18.565Z Checking crossbeam-utils v0.8.21
19722026-07-14T00:11:18.601Z Checking unicode-ident v1.0.24
19732026-07-14T00:11:18.604Z Checking anstream v1.0.0
19742026-07-14T00:11:18.604Z Checking strsim v0.11.1
19752026-07-14T00:11:18.697Z Checking clap_lex v1.0.0
19762026-07-14T00:11:18.738Z Checking proc-macro2 v1.0.106
19772026-07-14T00:11:18.853Z Checking powerfmt v0.2.0
19782026-07-14T00:11:18.857Z Checking httparse v1.10.1
19792026-07-14T00:11:18.920Z Checking clap_builder v4.6.0
19802026-07-14T00:11:18.922Z Checking num-conv v0.2.0
19812026-07-14T00:11:18.985Z Checking num_threads v0.1.7
19822026-07-14T00:11:19.034Z Checking deranged v0.5.8
19832026-07-14T00:11:19.075Z Checking quote v1.0.45
19842026-07-14T00:11:19.111Z Checking cpufeatures v0.3.0
19852026-07-14T00:11:19.113Z Checking time-core v0.1.8
19862026-07-14T00:11:19.177Z Checking rand_core v0.9.5
19872026-07-14T00:11:19.180Z Checking regex-automata v0.4.14
19882026-07-14T00:11:19.243Z Checking digest v0.11.3
19892026-07-14T00:11:19.246Z Checking tokio-util v0.7.18
19902026-07-14T00:11:19.312Z Checking syn v2.0.117
19912026-07-14T00:11:19.315Z Checking erased-serde v0.3.31
19922026-07-14T00:11:19.379Z Checking http-body v1.0.1
19932026-07-14T00:11:19.449Z Checking cpufeatures v0.2.17
19942026-07-14T00:11:19.537Z Checking allocator-api2 v0.2.21
19952026-07-14T00:11:19.573Z Checking atomic-waker v1.1.2
19962026-07-14T00:11:19.699Z Checking rand_chacha v0.9.0
19972026-07-14T00:11:19.754Z Checking slog v2.8.2
19982026-07-14T00:11:19.844Z Checking aws-lc-sys v0.40.0
19992026-07-14T00:11:19.902Z Checking anyhow v1.0.102
20002026-07-14T00:11:19.937Z Checking rustls-pki-types v1.14.0
20012026-07-14T00:11:19.977Z Checking time v0.3.47
20022026-07-14T00:11:20.047Z Checking untrusted v0.7.1
20032026-07-14T00:11:20.125Z Checking try-lock v0.2.5
20042026-07-14T00:11:20.187Z Checking httpdate v1.0.3
20052026-07-14T00:11:20.223Z Checking clap v4.6.1
20062026-07-14T00:11:20.258Z Checking want v0.3.1
20072026-07-14T00:11:20.261Z Checking rand v0.9.2
20082026-07-14T00:11:20.330Z Checking h2 v0.4.15
20092026-07-14T00:11:20.366Z Checking tower-layer v0.3.3
20102026-07-14T00:11:20.368Z Checking aws-lc-rs v1.16.3
20112026-07-14T00:11:20.432Z Checking tower-service v0.3.3
20122026-07-14T00:11:20.546Z Checking ryu v1.0.23
20132026-07-14T00:11:20.580Z Checking fastrand v2.3.0
20142026-07-14T00:11:20.709Z Checking ipnetwork v0.21.1
20152026-07-14T00:11:20.781Z Checking hex v0.4.3
20162026-07-14T00:11:20.815Z Checking untrusted v0.9.0
20172026-07-14T00:11:20.952Z Checking mime v0.3.17
20182026-07-14T00:11:20.955Z Checking pem-rfc7468 v0.7.0
20192026-07-14T00:11:21.031Z Checking block-padding v0.4.2
20202026-07-14T00:11:21.067Z Checking spin v0.9.8
20212026-07-14T00:11:21.110Z Checking flagset v0.4.7
20222026-07-14T00:11:21.153Z Checking tempfile v3.25.0
20232026-07-14T00:11:21.188Z Checking http-body-util v0.1.3
20242026-07-14T00:11:21.222Z Checking inout v0.2.2
20252026-07-14T00:11:21.255Z Checking rustls-webpki v0.103.13
20262026-07-14T00:11:21.258Z Checking der v0.7.10
20272026-07-14T00:11:21.321Z Checking simd-adler32 v0.3.8
20282026-07-14T00:11:21.373Z Checking pretty-hex v0.4.1
20292026-07-14T00:11:21.408Z Checking camino v1.2.2
20302026-07-14T00:11:21.443Z Checking adler2 v2.0.1
20312026-07-14T00:11:21.569Z Checking plain v0.2.3
20322026-07-14T00:11:21.575Z Checking openssl-probe v0.2.1
20332026-07-14T00:11:21.581Z Checking miniz_oxide v0.8.9
20342026-07-14T00:11:21.615Z Checking cipher v0.5.2
20352026-07-14T00:11:21.650Z Checking regex v1.12.3
20362026-07-14T00:11:21.683Z Checking serde_urlencoded v0.7.1
20372026-07-14T00:11:21.686Z Checking encoding_rs v0.8.35
20382026-07-14T00:11:21.749Z Checking rustls v0.23.41
20392026-07-14T00:11:21.873Z Checking ucd-trie v0.1.7
20402026-07-14T00:11:21.920Z Checking rand_chacha v0.3.1
20412026-07-14T00:11:21.945Z Checking oxnet v0.1.6
20422026-07-14T00:11:21.947Z Checking sync_wrapper v1.0.2
20432026-07-14T00:11:22.075Z Checking pest v2.8.6
20442026-07-14T00:11:22.078Z Checking spki v0.7.3
20452026-07-14T00:11:22.148Z Checking either v1.15.0
20462026-07-14T00:11:22.208Z Checking rand v0.8.6
20472026-07-14T00:11:22.308Z Checking tower v0.5.3
20482026-07-14T00:11:22.344Z Checking futures-executor v0.3.32
20492026-07-14T00:11:22.379Z Checking crc32fast v1.5.0
20502026-07-14T00:11:22.521Z Checking iri-string v0.7.10
20512026-07-14T00:11:22.556Z Checking futures v0.3.32
20522026-07-14T00:11:22.668Z Checking static_assertions v1.1.0
20532026-07-14T00:11:22.708Z Checking foldhash v0.2.0
20542026-07-14T00:11:22.742Z Checking pkcs8 v0.10.2
20552026-07-14T00:11:22.778Z Checking openapiv3 v2.2.0
20562026-07-14T00:11:22.782Z Checking hubpack v0.1.2
20572026-07-14T00:11:22.892Z Checking hashbrown v0.16.1
20582026-07-14T00:11:22.937Z Checking zlib-rs v0.6.2
20592026-07-14T00:11:23.017Z Checking rustls-native-certs v0.8.3
20602026-07-14T00:11:23.180Z Checking sha2 v0.10.9
20612026-07-14T00:11:23.183Z Checking strum v0.26.3
20622026-07-14T00:11:23.246Z Checking hyper v1.10.1
20632026-07-14T00:11:23.347Z Checking psl-types v2.0.11
20642026-07-14T00:11:23.428Z Checking lazy_static v1.5.0
20652026-07-14T00:11:23.480Z Checking cookie v0.18.1
20662026-07-14T00:11:23.515Z Checking publicsuffix v2.3.0
20672026-07-14T00:11:23.548Z Checking tinyvec_macros v0.1.1
20682026-07-14T00:11:23.609Z Checking tower-http v0.6.8
20692026-07-14T00:11:23.644Z Checking tinyvec v1.10.0
20702026-07-14T00:11:23.698Z Checking scroll v0.13.0
20712026-07-14T00:11:23.740Z Checking cookie_store v0.22.1
20722026-07-14T00:11:23.855Z Checking flate2 v1.1.9
20732026-07-14T00:11:23.919Z Checking signature v2.2.0
20742026-07-14T00:11:23.956Z Checking goblin v0.10.5
20752026-07-14T00:11:23.991Z Checking num-integer v0.1.46
20762026-07-14T00:11:24.036Z Checking tokio-rustls v0.26.4
20772026-07-14T00:11:24.075Z Checking rustls-platform-verifier v0.6.2
20782026-07-14T00:11:24.110Z Checking memmap2 v0.9.10
20792026-07-14T00:11:24.144Z Checking bit-vec v0.8.0
20802026-07-14T00:11:24.179Z Checking data-encoding v2.10.0
20812026-07-14T00:11:24.213Z Checking hyper-util v0.1.20
20822026-07-14T00:11:24.249Z Checking dtrace-parser v0.3.0
20832026-07-14T00:11:24.251Z Checking hmac v0.12.1
20842026-07-14T00:11:24.314Z Checking wait-timeout v0.2.1
20852026-07-14T00:11:24.317Z Checking thread-id v5.1.0
20862026-07-14T00:11:24.378Z Checking bit-set v0.8.0
20872026-07-14T00:11:24.434Z Checking bstr v1.12.1
20882026-07-14T00:11:24.470Z Checking crossbeam-epoch v0.9.18
20892026-07-14T00:11:24.473Z Checking anstyle-parse v0.2.7
20902026-07-14T00:11:24.473Z Checking ahash v0.8.12
20912026-07-14T00:11:24.563Z Checking serde_spanned v0.6.9
20922026-07-14T00:11:24.566Z Checking toml_datetime v0.6.11
20932026-07-14T00:11:24.703Z Checking quick-error v1.2.3
20942026-07-14T00:11:24.741Z Checking anstream v0.6.21
20952026-07-14T00:11:24.744Z Checking rand_xorshift v0.4.0
20962026-07-14T00:11:24.744Z Checking memoffset v0.9.1
20972026-07-14T00:11:24.837Z Checking scroll v0.12.0
20982026-07-14T00:11:24.840Z Checking rusty-fork v0.3.1
20992026-07-14T00:11:24.840Z Checking unarray v0.1.4
21002026-07-14T00:11:24.933Z Checking x509-cert v0.2.5
21012026-07-14T00:11:24.937Z Checking zerocopy v0.7.35
21022026-07-14T00:11:25.000Z Checking unicode-segmentation v1.12.0
21032026-07-14T00:11:25.004Z Checking num-iter v0.1.45
21042026-07-14T00:11:25.086Z Checking proptest v1.10.0
21052026-07-14T00:11:25.090Z Checking goblin v0.8.2
21062026-07-14T00:11:25.154Z Checking dtrace-parser v0.2.0
21072026-07-14T00:11:25.368Z Checking ff v0.13.1
21082026-07-14T00:11:25.415Z Checking rustix v0.38.44
21092026-07-14T00:11:25.486Z Checking thread-id v4.2.2
21102026-07-14T00:11:25.522Z Checking hyper-rustls v0.27.7
21112026-07-14T00:11:25.556Z Checking base16ct v0.2.0
21122026-07-14T00:11:25.593Z Checking foreign-types-shared v0.1.1
21132026-07-14T00:11:25.627Z Checking group v0.13.0
21142026-07-14T00:11:25.702Z Checking foreign-types v0.3.2
21152026-07-14T00:11:25.706Z Checking sec1 v0.7.3
21162026-07-14T00:11:25.770Z Checking reqwest v0.13.2
21172026-07-14T00:11:25.805Z Checking nix v0.31.2
21182026-07-14T00:11:25.807Z Checking hkdf v0.12.4
21192026-07-14T00:11:26.019Z Checking crypto-bigint v0.5.5
21202026-07-14T00:11:26.029Z Checking openssl-sys v0.9.115
21212026-07-14T00:11:26.223Z Checking env_filter v1.0.0
21222026-07-14T00:11:26.267Z Checking dof v0.4.0
21232026-07-14T00:11:26.397Z Checking same-file v1.0.6
21242026-07-14T00:11:26.401Z Checking keccak v0.1.6
21252026-07-14T00:11:26.547Z Checking winnow v0.7.14
21262026-07-14T00:11:26.623Z Checking sha3 v0.10.8
21272026-07-14T00:11:26.670Z Checking walkdir v2.5.0
21282026-07-14T00:11:26.853Z Checking openssl v0.10.79
21292026-07-14T00:11:26.891Z Checking env_logger v0.11.9
21302026-07-14T00:11:26.893Z Checking newtype-uuid v1.3.2
21312026-07-14T00:11:26.893Z Checking elliptic-curve v0.13.8
21322026-07-14T00:11:26.987Z Checking usdt-impl v0.6.0
21332026-07-14T00:11:27.034Z Checking dof v0.3.0
21342026-07-14T00:11:27.072Z Checking num-bigint-dig v0.8.6
21352026-07-14T00:11:27.108Z Checking pkcs1 v0.7.5
21362026-07-14T00:11:27.183Z Checking daft v0.1.7
21372026-07-14T00:11:27.258Z Checking itertools v0.13.0
21382026-07-14T00:11:27.299Z Checking usdt v0.6.0
21392026-07-14T00:11:27.339Z Checking usdt-impl v0.5.0
21402026-07-14T00:11:27.342Z Checking serde_with v3.17.0
21412026-07-14T00:11:27.448Z Checking bitflags v1.3.2
21422026-07-14T00:11:27.492Z Checking siphasher v1.0.2
21432026-07-14T00:11:27.549Z Checking winnow v1.0.3
21442026-07-14T00:11:27.650Z Checking unicode-normalization v0.1.25
21452026-07-14T00:11:27.686Z Checking signal-hook v0.3.18
21462026-07-14T00:11:27.769Z Checking winnow v0.5.40
21472026-07-14T00:11:27.866Z Checking toml_parser v1.1.2+spec-1.1.0
21482026-07-14T00:11:27.919Z Checking rsa v0.9.10
21492026-07-14T00:11:27.956Z Checking toml_write v0.1.2
21502026-07-14T00:11:28.095Z Checking managed v0.8.0
21512026-07-14T00:11:28.156Z Checking toml_edit v0.22.27
21522026-07-14T00:11:28.233Z Checking chacha20 v0.10.0
21532026-07-14T00:11:28.315Z Checking curve25519-dalek v4.1.3
21542026-07-14T00:11:28.354Z Checking bzip2-sys v0.1.13+1.0.8
21552026-07-14T00:11:28.427Z Checking object v0.37.3
21562026-07-14T00:11:28.468Z Checking foldhash v0.1.5
21572026-07-14T00:11:28.518Z Checking bzip2 v0.4.4
21582026-07-14T00:11:28.630Z Checking hashbrown v0.15.5
21592026-07-14T00:11:28.709Z Checking signal-hook-mio v0.2.5
21602026-07-14T00:11:28.845Z Checking globset v0.4.18
21612026-07-14T00:11:28.881Z Checking ed25519 v2.2.3
21622026-07-14T00:11:28.918Z Checking native-tls v0.2.18
21632026-07-14T00:11:28.990Z Checking toml_edit v0.19.15
21642026-07-14T00:11:29.096Z Checking ref-cast v1.0.25
21652026-07-14T00:11:29.133Z Checking zstd-sys v2.0.16+zstd.1.5.7
21662026-07-14T00:11:29.136Z Checking tokio-native-tls v0.3.1
21672026-07-14T00:11:29.136Z Checking ed25519-dalek v2.2.0
21682026-07-14T00:11:29.136Z Checking zip v0.6.6
21692026-07-14T00:11:29.262Z Checking pin-project v1.1.11
21702026-07-14T00:11:29.297Z Checking zstd-safe v7.2.4
21712026-07-14T00:11:29.300Z Checking bumpalo v3.20.2
21722026-07-14T00:11:29.374Z Checking hyper-tls v0.6.0
21732026-07-14T00:11:29.410Z Checking libbz2-rs-sys v0.2.2
21742026-07-14T00:11:29.476Z Checking crossterm v0.28.1
21752026-07-14T00:11:29.512Z Checking similar v2.7.0
21762026-07-14T00:11:29.547Z Checking zstd v0.13.3
21772026-07-14T00:11:29.550Z Checking zopfli v0.8.3
21782026-07-14T00:11:29.612Z Checking reqwest v0.12.28
21792026-07-14T00:11:29.766Z Checking fs-err v3.3.0
21802026-07-14T00:11:29.820Z Checking bzip2 v0.6.1
21812026-07-14T00:11:29.915Z Checking pem v3.0.6
21822026-07-14T00:11:29.951Z Checking hash32 v0.2.1
21832026-07-14T00:11:30.006Z Checking serde-big-array v0.5.1
21842026-07-14T00:11:30.047Z Checking toml v0.7.8
21852026-07-14T00:11:30.099Z Checking jiff v0.2.21
21862026-07-14T00:11:30.101Z Checking unicode-properties v0.1.4
21872026-07-14T00:11:30.165Z Checking unicode-bidi v0.3.18
21882026-07-14T00:11:30.168Z Checking predicates-core v1.0.10
21892026-07-14T00:11:30.231Z Checking heapless v0.7.17
21902026-07-14T00:11:30.343Z Checking snafu v0.8.9
21912026-07-14T00:11:30.378Z Checking olpc-cjson v0.1.4
21922026-07-14T00:11:30.381Z Checking hickory-proto v0.25.2
21932026-07-14T00:11:30.381Z Checking md-5 v0.10.6
21942026-07-14T00:11:30.487Z Checking stringprep v0.1.5
21952026-07-14T00:11:30.561Z Checking serde_plain v1.0.2
21962026-07-14T00:11:30.603Z Checking float-cmp v0.10.0
21972026-07-14T00:11:30.606Z Checking normalize-line-endings v0.3.0
21982026-07-14T00:11:30.670Z Checking typed-path v0.9.3
21992026-07-14T00:11:30.673Z Checking fallible-iterator v0.2.0
22002026-07-14T00:11:30.737Z Checking difflib v0.4.0
22012026-07-14T00:11:30.770Z Checking smoltcp v0.9.1
22022026-07-14T00:11:30.773Z Checking iddqd v0.4.2
22032026-07-14T00:11:30.773Z Checking phf_shared v0.13.1
22042026-07-14T00:11:30.940Z Checking predicates v3.1.4
22052026-07-14T00:11:30.977Z Checking postgres-protocol v0.6.10
22062026-07-14T00:11:31.058Z Checking phf_shared v0.11.3
22072026-07-14T00:11:31.231Z Checking tokio-stream v0.1.18
22082026-07-14T00:11:31.272Z Checking buf-list v1.1.2
22092026-07-14T00:11:31.321Z Checking strum v0.27.2
22102026-07-14T00:11:31.387Z Checking new_debug_unreachable v1.0.6
22112026-07-14T00:11:31.461Z Checking lalrpop-util v0.19.12
22122026-07-14T00:11:31.497Z Checking fixedbitset v0.4.2
22132026-07-14T00:11:31.499Z Checking tough v0.22.0
22142026-07-14T00:11:31.499Z Checking fixedbitset v0.5.7
22152026-07-14T00:11:31.637Z Checking precomputed-hash v0.1.1
22162026-07-14T00:11:31.672Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22172026-07-14T00:11:31.704Z Checking petgraph v0.6.5
22182026-07-14T00:11:31.738Z Checking postgres-types v0.2.12
22192026-07-14T00:11:31.773Z Checking petgraph v0.8.3
22202026-07-14T00:11:31.775Z Checking string_cache v0.8.9
22212026-07-14T00:11:31.971Z Checking phf v0.13.1
22222026-07-14T00:11:32.082Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22232026-07-14T00:11:32.146Z Checking peg-runtime v0.8.5
22242026-07-14T00:11:32.328Z Checking whoami v2.1.0
22252026-07-14T00:11:32.364Z Checking zip v4.6.1
22262026-07-14T00:11:32.509Z Checking is-terminal v0.4.17
22272026-07-14T00:11:32.555Z Checking tokio-postgres v0.7.16
22282026-07-14T00:11:32.633Z Checking crossbeam-channel v0.5.15
22292026-07-14T00:11:32.978Z Checking thread_local v1.1.9
22302026-07-14T00:11:33.015Z Compiling structmeta-derive v0.3.0
22312026-07-14T00:11:33.018Z Checking take_mut v0.2.2
22322026-07-14T00:11:33.182Z Checking term v1.2.1
22332026-07-14T00:11:33.185Z Checking slog-async v2.8.0
22342026-07-14T00:11:33.265Z Compiling newtype-uuid-macros v0.1.0
22352026-07-14T00:11:33.389Z Compiling multer v3.1.0
22362026-07-14T00:11:33.443Z Compiling async-stream-impl v0.3.6
22372026-07-14T00:11:33.478Z Checking slog-term v2.9.2
22382026-07-14T00:11:33.624Z Checking match_cfg v0.1.0
22392026-07-14T00:11:33.703Z Checking slog-json v2.6.1
22402026-07-14T00:11:33.755Z Checking hostname v0.3.1
22412026-07-14T00:11:33.790Z Compiling dropshot v0.17.1
22422026-07-14T00:11:33.865Z Compiling dropshot_endpoint v0.17.1
22432026-07-14T00:11:33.900Z Checking debug-ignore v1.0.5
22442026-07-14T00:11:33.903Z Checking slog-bunyan v2.5.0
22452026-07-14T00:11:34.086Z Checking sha1 v0.11.0
22462026-07-14T00:11:34.115Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22472026-07-14T00:11:34.118Z Checking toml_datetime v1.1.1+spec-1.1.0
22482026-07-14T00:11:34.118Z Checking serde_spanned v1.1.1
22492026-07-14T00:11:34.149Z Checking serde_path_to_error v0.1.20
22502026-07-14T00:11:34.184Z Compiling structmeta v0.3.0
22512026-07-14T00:11:34.284Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22522026-07-14T00:11:34.322Z Checking toml_writer v1.1.1+spec-1.1.0
22532026-07-14T00:11:34.355Z Checking compression-core v0.4.31
22542026-07-14T00:11:34.358Z Checking progenitor-client v0.14.0
22552026-07-14T00:11:34.481Z Compiling derive-ex v0.1.8
22562026-07-14T00:11:34.517Z Checking compression-codecs v0.4.37
22572026-07-14T00:11:34.520Z Checking async-stream v0.3.6
22582026-07-14T00:11:34.579Z Checking toml v1.1.2+spec-1.1.0
22592026-07-14T00:11:34.647Z Checking rustls-pemfile v2.2.0
22602026-07-14T00:11:34.702Z Checking waitgroup v0.1.2
22612026-07-14T00:11:34.705Z Checking async-compression v0.4.41
22622026-07-14T00:11:34.769Z Checking hostname v0.4.2
22632026-07-14T00:11:34.811Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22642026-07-14T00:11:34.855Z Checking atomicwrites v0.4.4
22652026-07-14T00:11:34.890Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22662026-07-14T00:11:34.893Z Checking itertools v0.14.0
22672026-07-14T00:11:34.955Z Compiling parse-display-derive v0.10.0
22682026-07-14T00:11:34.991Z Checking macaddr v1.0.1
22692026-07-14T00:11:35.025Z Checking regress v0.10.5
22702026-07-14T00:11:35.088Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22712026-07-14T00:11:35.179Z Checking instant v0.1.13
22722026-07-14T00:11:35.213Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22732026-07-14T00:11:35.293Z Checking backoff v0.4.0
22742026-07-14T00:11:35.476Z Checking backon v1.6.0
22752026-07-14T00:11:35.512Z Checking humantime v2.3.0
22762026-07-14T00:11:35.548Z Checking unicode-width v0.2.0
22772026-07-14T00:11:35.680Z Checking progenitor-extras v0.2.0
22782026-07-14T00:11:35.725Z Compiling convert_case v0.4.0
22792026-07-14T00:11:35.825Z Checking heck v0.5.0
22802026-07-14T00:11:35.925Z Checking half v2.7.1
22812026-07-14T00:11:35.976Z Checking ciborium-io v0.2.2
22822026-07-14T00:11:35.979Z Checking secrecy v0.10.3
22832026-07-14T00:11:36.098Z Checking indent_write v2.2.0
22842026-07-14T00:11:36.134Z Compiling derive_more v0.99.20
22852026-07-14T00:11:36.166Z Checking camino-tempfile v1.4.1
22862026-07-14T00:11:36.216Z Compiling test-strategy v0.4.5
22872026-07-14T00:11:36.220Z Checking ciborium-ll v0.2.2
22882026-07-14T00:11:36.282Z Compiling regress v0.11.1
22892026-07-14T00:11:36.347Z Compiling crucible-workspace-hack v0.1.0
22902026-07-14T00:11:36.452Z Checking ciborium v0.2.2
22912026-07-14T00:11:36.499Z Checking inout v0.1.4
22922026-07-14T00:11:36.665Z Checking cipher v0.4.4
22932026-07-14T00:11:36.699Z Checking parse-display v0.10.0
22942026-07-14T00:11:36.733Z Checking universal-hash v0.5.1
22952026-07-14T00:11:36.873Z Compiling thiserror-impl-no-std v2.0.2
22962026-07-14T00:11:36.909Z Checking opaque-debug v0.3.1
22972026-07-14T00:11:36.912Z Checking chacha20 v0.9.1
22982026-07-14T00:11:37.008Z Checking poly1305 v0.8.0
22992026-07-14T00:11:37.198Z Checking blake2 v0.10.6
23002026-07-14T00:11:37.312Z Checking aead v0.5.2
23012026-07-14T00:11:37.476Z Checking password-hash v0.5.0
23022026-07-14T00:11:37.511Z Checking chacha20poly1305 v0.10.1
23032026-07-14T00:11:37.665Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23042026-07-14T00:11:37.700Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23052026-07-14T00:11:37.735Z Checking argon2 v0.5.3
23062026-07-14T00:11:37.771Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23072026-07-14T00:11:38.067Z Compiling typify-impl v0.6.2
23082026-07-14T00:11:38.120Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23092026-07-14T00:11:38.157Z Checking thiserror-no-std v2.0.2
23102026-07-14T00:11:38.191Z Checking byte-wrapper v0.1.0
23112026-07-14T00:11:38.228Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23122026-07-14T00:11:38.273Z Checking vsss-rs v3.3.4
23132026-07-14T00:11:38.435Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23142026-07-14T00:11:38.472Z Compiling unsafe-libyaml v0.2.11
23152026-07-14T00:11:38.707Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23162026-07-14T00:11:38.779Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23172026-07-14T00:11:39.269Z Compiling serde_yaml v0.9.34+deprecated
23182026-07-14T00:11:39.446Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23192026-07-14T00:11:39.545Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23202026-07-14T00:11:39.631Z Checking swrite v0.1.0
23212026-07-14T00:11:39.755Z Checking crossbeam-deque v0.8.6
23222026-07-14T00:11:39.789Z Compiling rayon-core v1.13.0
23232026-07-14T00:11:39.823Z Compiling toml_datetime v0.7.5+spec-1.1.0
23242026-07-14T00:11:40.105Z Compiling toml_edit v0.23.10+spec-1.0.0
23252026-07-14T00:11:40.209Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23262026-07-14T00:11:40.339Z Compiling proc-macro-error v1.0.4
23272026-07-14T00:11:40.420Z Checking rayon v1.11.0
23282026-07-14T00:11:40.655Z Checking toml v0.8.23
23292026-07-14T00:11:40.691Z Checking tabwriter v1.4.1
23302026-07-14T00:11:40.804Z Compiling proc-macro-crate v3.4.0
23312026-07-14T00:11:40.866Z Checking glob v0.3.3
23322026-07-14T00:11:41.009Z Checking colored v3.1.1
23332026-07-14T00:11:41.082Z Compiling heapless v0.8.0
23342026-07-14T00:11:41.204Z Checking hash32 v0.3.1
23352026-07-14T00:11:41.245Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23362026-07-14T00:11:41.280Z Compiling ingot-macros v0.1.1
23372026-07-14T00:11:41.327Z Compiling num_enum_derive v0.7.6
23382026-07-14T00:11:41.362Z Compiling smoltcp v0.11.0
23392026-07-14T00:11:41.495Z Checking unicode-width v0.1.14
23402026-07-14T00:11:41.818Z Checking cobs v0.3.0
23412026-07-14T00:11:41.852Z Compiling usdt-attr-macro v0.5.0
23422026-07-14T00:11:41.899Z Compiling usdt-macro v0.5.0
23432026-07-14T00:11:41.995Z Checking memmap v0.7.0
23442026-07-14T00:11:42.029Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23452026-07-14T00:11:42.064Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23462026-07-14T00:11:42.309Z Checking postcard v1.1.3
23472026-07-14T00:11:42.410Z Checking num_enum v0.7.6
23482026-07-14T00:11:42.560Z Checking rand v0.10.1
23492026-07-14T00:11:42.615Z Compiling typify-macro v0.6.2
23502026-07-14T00:11:42.648Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23512026-07-14T00:11:42.681Z Compiling proc-macro-crate v1.3.1
23522026-07-14T00:11:42.684Z Checking usdt v0.5.0
23532026-07-14T00:11:42.931Z Checking sigpipe v0.1.3
23542026-07-14T00:11:42.965Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23552026-07-14T00:11:43.044Z Compiling foreign-types-macros v0.2.3
23562026-07-14T00:11:43.109Z Checking foreign-types-shared v0.3.1
23572026-07-14T00:11:43.143Z Compiling num_enum_derive v0.5.11
23582026-07-14T00:11:43.374Z Checking cstr-argument v0.1.2
23592026-07-14T00:11:43.411Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23602026-07-14T00:11:43.447Z Compiling num-derive v0.4.2
23612026-07-14T00:11:43.531Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23622026-07-14T00:11:43.684Z Checking foreign-types v0.5.0
23632026-07-14T00:11:43.793Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23642026-07-14T00:11:43.891Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23652026-07-14T00:11:44.024Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23662026-07-14T00:11:44.059Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23672026-07-14T00:11:44.130Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23682026-07-14T00:11:44.217Z Checking ingot-types v0.1.2
23692026-07-14T00:11:44.251Z Checking num_enum v0.5.11
23702026-07-14T00:11:44.254Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23712026-07-14T00:11:44.317Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23722026-07-14T00:11:44.392Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23732026-07-14T00:11:44.428Z Compiling zone_cfg_derive v0.3.1
23742026-07-14T00:11:44.430Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23752026-07-14T00:11:44.492Z Compiling typify v0.6.2
23762026-07-14T00:11:44.625Z Compiling progenitor-impl v0.14.0
23772026-07-14T00:11:44.628Z Checking ingot v0.1.1
23782026-07-14T00:11:44.720Z Checking itertools v0.12.1
23792026-07-14T00:11:44.784Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23802026-07-14T00:11:45.106Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23812026-07-14T00:11:45.192Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23822026-07-14T00:11:45.241Z Checking smf v0.2.3
23832026-07-14T00:11:45.288Z Checking whoami v1.6.1
23842026-07-14T00:11:45.441Z Checking tokio-dtrace v0.1.1
23852026-07-14T00:11:45.489Z Compiling derive-where v1.6.0
23862026-07-14T00:11:45.521Z Checking console v0.15.11
23872026-07-14T00:11:45.656Z Checking oxide-tokio-rt v0.1.4
23882026-07-14T00:11:45.692Z Checking newline-converter v0.3.0
23892026-07-14T00:11:45.775Z Checking zone v0.3.1
23902026-07-14T00:11:45.820Z Checking bytecount v0.6.9
23912026-07-14T00:11:45.852Z Checking expectorate v1.2.0
23922026-07-14T00:11:45.855Z Compiling owo-colors v4.3.0
23932026-07-14T00:11:45.950Z Compiling cancel-safe-futures v0.1.5
23942026-07-14T00:11:46.013Z Checking libsw-core v0.3.2
23952026-07-14T00:11:46.158Z Checking num-rational v0.4.2
23962026-07-14T00:11:46.193Z Checking libsw v3.5.0
23972026-07-14T00:11:46.290Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23982026-07-14T00:11:46.385Z Checking num-complex v0.4.6
23992026-07-14T00:11:46.459Z Checking linear-map v1.2.0
24002026-07-14T00:11:46.585Z Checking float-ord v0.3.2
24012026-07-14T00:11:46.658Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24022026-07-14T00:11:46.716Z Checking gethostname v0.5.0
24032026-07-14T00:11:46.750Z Checking num v0.4.3
24042026-07-14T00:11:46.824Z Compiling prettyplease v0.2.37
24052026-07-14T00:11:46.856Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24062026-07-14T00:11:46.859Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24072026-07-14T00:11:46.991Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24082026-07-14T00:11:47.229Z Compiling progenitor-macro v0.14.0
24092026-07-14T00:11:47.268Z Checking resolv-conf v0.7.6
24102026-07-14T00:11:47.358Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24112026-07-14T00:11:47.453Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
24122026-07-14T00:11:47.487Z Checking unicode-linebreak v0.1.5
24132026-07-14T00:11:47.728Z Checking smawk v0.3.2
24142026-07-14T00:11:47.946Z Checking papergrid v0.11.0
24152026-07-14T00:11:48.478Z Compiling tabled_derive v0.7.0
24162026-07-14T00:11:48.516Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24172026-07-14T00:11:48.548Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
24182026-07-14T00:11:48.592Z Compiling convert_case v0.10.0
24192026-07-14T00:11:48.723Z Compiling slog-dtrace v0.3.0
24202026-07-14T00:11:48.784Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24212026-07-14T00:11:48.931Z Compiling derive_more-impl v2.1.1
24222026-07-14T00:11:49.042Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24232026-07-14T00:11:49.230Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24242026-07-14T00:11:49.501Z Checking tabled v0.15.0
24252026-07-14T00:11:49.703Z Checking linked-hash-map v0.5.6
24262026-07-14T00:11:49.783Z Checking derive_more v2.1.1
24272026-07-14T00:11:49.900Z Checking crossterm v0.29.0
24282026-07-14T00:11:49.932Z Checking lru-cache v0.1.2
24292026-07-14T00:11:50.434Z Checking hickory-proto v0.24.4
24302026-07-14T00:11:50.476Z Checking fd-lock v4.0.4
24312026-07-14T00:11:51.021Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24322026-07-14T00:11:51.134Z Checking vte v0.14.1
24332026-07-14T00:11:51.351Z Checking display-error-chain v0.2.2
24342026-07-14T00:11:51.485Z Checking strip-ansi-escapes v0.2.1
24352026-07-14T00:11:51.688Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24362026-07-14T00:11:51.875Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
24372026-07-14T00:11:52.222Z Checking progenitor v0.14.0
24382026-07-14T00:11:52.386Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24392026-07-14T00:11:52.686Z Checking nu-ansi-term v0.50.3
24402026-07-14T00:11:52.720Z Checking termtree v0.5.1
24412026-07-14T00:11:52.921Z Checking hickory-resolver v0.24.4
24422026-07-14T00:11:52.955Z Checking reedline v0.40.0
24432026-07-14T00:11:52.958Z Checking textwrap v0.16.2
24442026-07-14T00:11:53.208Z Compiling minimal-lexical v0.2.1
24452026-07-14T00:11:53.244Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24462026-07-14T00:11:53.493Z Compiling nom v7.1.3
24472026-07-14T00:11:53.720Z Checking qorb v0.4.1
24482026-07-14T00:11:53.755Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24492026-07-14T00:11:54.084Z Compiling unicode-xid v0.2.6
24502026-07-14T00:11:54.173Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24512026-07-14T00:11:54.337Z Compiling ar_archive_writer v0.5.1
24522026-07-14T00:11:54.821Z Checking csv-core v0.1.13
24532026-07-14T00:11:54.861Z Compiling stacker v0.1.23
24542026-07-14T00:11:54.895Z Compiling semver v0.1.20
24552026-07-14T00:11:54.951Z Checking highway v1.3.0
24562026-07-14T00:11:55.026Z Checking csv v1.4.0
24572026-07-14T00:11:55.164Z Compiling cfg_aliases v0.1.1
24582026-07-14T00:11:55.211Z Compiling psm v0.1.30
24592026-07-14T00:11:55.211Z Compiling rustc_version v0.1.7
24602026-07-14T00:11:55.308Z Checking nibble_vec v0.1.0
24612026-07-14T00:11:55.312Z Compiling nix v0.28.0
24622026-07-14T00:11:55.371Z Checking endian-type v0.1.2
24632026-07-14T00:11:55.421Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24642026-07-14T00:11:55.462Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24652026-07-14T00:11:55.525Z Checking radix_trie v0.2.1
24662026-07-14T00:11:55.528Z Compiling newtype_derive v0.1.6
24672026-07-14T00:11:55.772Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24682026-07-14T00:11:55.804Z Checking phf_shared v0.12.1
24692026-07-14T00:11:55.866Z Compiling recursive-proc-macro-impl v0.1.1
24702026-07-14T00:11:55.938Z Compiling chrono-tz v0.10.4
24712026-07-14T00:11:56.003Z Checking phf v0.12.1
24722026-07-14T00:11:56.265Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24732026-07-14T00:11:56.300Z Compiling const_format_proc_macros v0.2.34
24742026-07-14T00:11:56.303Z Compiling peg-macros v0.8.5
24752026-07-14T00:11:56.333Z Checking recursive v0.1.1
24762026-07-14T00:11:56.397Z Checking winnow v0.6.26
24772026-07-14T00:11:56.489Z Checking nom v8.0.0
24782026-07-14T00:11:56.807Z Compiling sqlparser_derive v0.5.0
24792026-07-14T00:11:57.175Z Checking unicode_categories v0.1.1
24802026-07-14T00:11:57.178Z Checking home v0.5.12
24812026-07-14T00:11:57.345Z Checking rustyline v14.0.0
24822026-07-14T00:11:57.379Z Checking const_format v0.2.35
24832026-07-14T00:11:57.573Z Checking sqlformat v0.3.5
24842026-07-14T00:11:57.611Z Checking sqlparser v0.61.0
24852026-07-14T00:11:57.746Z Checking peg v0.8.5
24862026-07-14T00:11:57.847Z Checking bcs v0.1.6
24872026-07-14T00:11:58.057Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
24882026-07-14T00:11:58.092Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24892026-07-14T00:11:58.127Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
24902026-07-14T00:11:58.159Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
24912026-07-14T00:11:58.309Z Checking steno v0.4.1
24922026-07-14T00:11:58.528Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
24932026-07-14T00:11:58.634Z Checking sha1 v0.10.6
24942026-07-14T00:11:58.669Z Checking filetime v0.2.27
24952026-07-14T00:11:58.832Z Checking xattr v1.6.1
24962026-07-14T00:11:58.835Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24972026-07-14T00:11:59.069Z Checking tar v0.4.45
24982026-07-14T00:11:59.158Z Checking subprocess v0.2.15
24992026-07-14T00:11:59.374Z Checking headers-core v0.3.0
25002026-07-14T00:11:59.474Z Checking base64 v0.21.7
25012026-07-14T00:11:59.508Z Checking yasna v0.5.2
25022026-07-14T00:11:59.539Z Checking headers v0.4.1
25032026-07-14T00:11:59.746Z Checking port-file v0.1.0
25042026-07-14T00:11:59.935Z Checking rcgen v0.12.1
25052026-07-14T00:11:59.969Z Checking dropshot-api-manager-types v0.7.2
25062026-07-14T00:12:00.027Z Checking tagptr v0.2.0
25072026-07-14T00:12:00.167Z Checking utf-8 v0.7.6
25082026-07-14T00:12:00.199Z Checking moka v0.12.13
25092026-07-14T00:12:00.285Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25102026-07-14T00:12:00.332Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25112026-07-14T00:12:00.463Z Checking tungstenite v0.21.0
25122026-07-14T00:12:00.624Z Compiling libefi-sys v0.1.0
25132026-07-14T00:12:00.809Z Compiling bitfield-struct v0.6.2
25142026-07-14T00:12:00.886Z Checking hickory-resolver v0.25.2
25152026-07-14T00:12:00.916Z Checking tokio-tungstenite v0.21.0
25162026-07-14T00:12:00.949Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25172026-07-14T00:12:01.231Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25182026-07-14T00:12:01.527Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25192026-07-14T00:12:01.638Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25202026-07-14T00:12:02.067Z Compiling radium v0.7.0
25212026-07-14T00:12:02.125Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25222026-07-14T00:12:02.160Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25232026-07-14T00:12:02.230Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25242026-07-14T00:12:02.293Z Compiling maybe-uninit v2.0.0
25252026-07-14T00:12:02.351Z Checking tap v1.0.1
25262026-07-14T00:12:02.487Z Checking wyz v0.5.1
25272026-07-14T00:12:02.536Z Compiling zerocopy-derive v0.6.6
25282026-07-14T00:12:02.552Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25292026-07-14T00:12:02.610Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25302026-07-14T00:12:02.691Z Checking crc-catalog v2.4.0
25312026-07-14T00:12:02.723Z Checking funty v2.0.0
25322026-07-14T00:12:02.756Z Compiling packed_struct v0.10.1
25332026-07-14T00:12:02.813Z Checking crc v3.4.0
25342026-07-14T00:12:02.989Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25352026-07-14T00:12:03.076Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25362026-07-14T00:12:03.080Z Checking bitvec v1.0.1
25372026-07-14T00:12:03.173Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25382026-07-14T00:12:03.177Z Compiling packed_struct_codegen v0.10.1
25392026-07-14T00:12:03.426Z Checking zerocopy v0.6.6
25402026-07-14T00:12:03.756Z Compiling bitfield-macros v0.19.4
25412026-07-14T00:12:04.268Z Compiling indexmap v1.9.3
25422026-07-14T00:12:04.306Z Checking nodrop v0.1.14
25432026-07-14T00:12:04.430Z Checking array-init v0.0.4
25442026-07-14T00:12:04.520Z Checking bitfield v0.19.4
25452026-07-14T00:12:04.595Z Checking smallvec v0.6.14
25462026-07-14T00:12:04.759Z Checking hashbrown v0.12.3
25472026-07-14T00:12:04.821Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25482026-07-14T00:12:04.824Z Checking serde-hex v0.1.0
25492026-07-14T00:12:05.042Z Checking ron v0.8.1
25502026-07-14T00:12:05.556Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25512026-07-14T00:12:05.589Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25522026-07-14T00:12:05.621Z Checking hashbrown v0.13.2
25532026-07-14T00:12:05.862Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25542026-07-14T00:12:05.937Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25552026-07-14T00:12:06.080Z Checking crc-any v2.5.0
25562026-07-14T00:12:06.202Z Checking object v0.30.4
25572026-07-14T00:12:06.237Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25582026-07-14T00:12:06.289Z Checking path-slash v0.1.5
25592026-07-14T00:12:06.369Z Compiling xshell-macros v0.2.7
25602026-07-14T00:12:06.423Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25612026-07-14T00:12:06.783Z Checking half v1.8.3
25622026-07-14T00:12:06.815Z Checking xshell v0.2.7
25632026-07-14T00:12:06.847Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
25642026-07-14T00:12:07.009Z Checking serde_cbor v0.11.2
25652026-07-14T00:12:07.042Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25662026-07-14T00:12:07.096Z Compiling proc-macro-error-attr2 v2.0.0
25672026-07-14T00:12:07.430Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25682026-07-14T00:12:07.547Z Compiling proc-macro-error2 v2.0.1
25692026-07-14T00:12:07.649Z Compiling num-derive v0.3.3
25702026-07-14T00:12:07.830Z Checking maplit v1.0.2
25712026-07-14T00:12:07.948Z Compiling tabled_derive v0.11.0
25722026-07-14T00:12:07.981Z Checking papergrid v0.17.0
25732026-07-14T00:12:08.421Z Checking testing_table v0.3.0
25742026-07-14T00:12:08.553Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25752026-07-14T00:12:08.676Z Checking libscf-sys v1.1.0
25762026-07-14T00:12:08.782Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25772026-07-14T00:12:08.827Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
25782026-07-14T00:12:08.861Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25792026-07-14T00:12:09.078Z Compiling progenitor-impl v0.13.0
25802026-07-14T00:12:09.112Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25812026-07-14T00:12:09.183Z Checking tabled v0.20.0
25822026-07-14T00:12:09.248Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25832026-07-14T00:12:09.569Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
25842026-07-14T00:12:09.809Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
25852026-07-14T00:12:09.906Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25862026-07-14T00:12:10.186Z Checking progenitor-client v0.13.0
25872026-07-14T00:12:10.188Z Checking crc8 v0.1.1
25882026-07-14T00:12:10.346Z Checking unicase v2.9.0
25892026-07-14T00:12:10.457Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25902026-07-14T00:12:10.492Z Checking fxhash v0.2.1
25912026-07-14T00:12:10.538Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
25922026-07-14T00:12:10.604Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
25932026-07-14T00:12:10.640Z Compiling vergen-lib v0.1.6
25942026-07-14T00:12:10.872Z Compiling diesel_derives v2.3.7
25952026-07-14T00:12:11.156Z Checking scheduled-thread-pool v0.2.7
25962026-07-14T00:12:11.186Z Compiling dsl_auto_type v0.2.0
25972026-07-14T00:12:11.219Z Compiling vergen-gitcl v1.0.8
25982026-07-14T00:12:11.332Z Compiling diesel_table_macro_syntax v0.3.0
25992026-07-14T00:12:11.502Z Checking r2d2 v0.8.10
26002026-07-14T00:12:11.572Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26012026-07-14T00:12:11.605Z Checking downcast-rs v2.0.2
26022026-07-14T00:12:11.738Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26032026-07-14T00:12:11.741Z Compiling progenitor-macro v0.13.0
26042026-07-14T00:12:11.741Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26052026-07-14T00:12:11.939Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26062026-07-14T00:12:12.036Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26072026-07-14T00:12:12.135Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26082026-07-14T00:12:12.169Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26092026-07-14T00:12:12.215Z Checking kstat-rs v0.2.4
26102026-07-14T00:12:12.249Z Checking arc-swap v1.8.2
26112026-07-14T00:12:12.416Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26122026-07-14T00:12:12.448Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26132026-07-14T00:12:12.502Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26142026-07-14T00:12:12.505Z Checking slog-scope v4.4.1
26152026-07-14T00:12:12.699Z Compiling dirs-sys-next v0.1.2
26162026-07-14T00:12:12.737Z Compiling parking_lot_core v0.8.6
26172026-07-14T00:12:12.987Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26182026-07-14T00:12:13.042Z Compiling crunchy v0.2.4
26192026-07-14T00:12:13.149Z Compiling dirs-next v2.0.0
26202026-07-14T00:12:13.303Z Checking slog-stdlog v4.1.1
26212026-07-14T00:12:13.394Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26222026-07-14T00:12:13.433Z Compiling clang-sys v1.8.1
26232026-07-14T00:12:13.460Z Compiling git-stub v1.0.0
26242026-07-14T00:12:13.754Z Compiling tiny-keccak v2.0.2
26252026-07-14T00:12:13.864Z Compiling git-stub-vcs v0.1.0
26262026-07-14T00:12:13.894Z Checking slog-envlogger v2.2.0
26272026-07-14T00:12:14.033Z Compiling term v0.7.0
26282026-07-14T00:12:14.098Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26292026-07-14T00:12:14.245Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
26302026-07-14T00:12:14.296Z Compiling bit-vec v0.6.3
26312026-07-14T00:12:14.421Z Compiling ascii-canvas v3.0.0
26322026-07-14T00:12:14.523Z Compiling bit-set v0.5.3
26332026-07-14T00:12:14.556Z Checking parking_lot v0.11.2
26342026-07-14T00:12:14.622Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26352026-07-14T00:12:14.654Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
26362026-07-14T00:12:14.728Z Checking prefix-trie v0.7.0
26372026-07-14T00:12:14.777Z Compiling itertools v0.10.5
26382026-07-14T00:12:14.971Z Compiling ena v0.14.4
26392026-07-14T00:12:15.090Z Compiling libloading v0.8.9
26402026-07-14T00:12:15.121Z Compiling diff v0.1.13
26412026-07-14T00:12:15.153Z Compiling bindgen v0.71.1
26422026-07-14T00:12:15.212Z Compiling regex-syntax v0.6.29
26432026-07-14T00:12:15.465Z Checking hickory-server v0.25.2
26442026-07-14T00:12:15.671Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
26452026-07-14T00:12:15.864Z Checking sled v0.34.7
26462026-07-14T00:12:16.284Z Compiling cexpr v0.6.0
26472026-07-14T00:12:16.653Z Checking progenitor v0.13.0
26482026-07-14T00:12:16.720Z Compiling lalrpop v0.19.12
26492026-07-14T00:12:16.821Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26502026-07-14T00:12:16.972Z Checking nanorand v0.7.0
26512026-07-14T00:12:17.119Z Compiling salty v0.3.0
26522026-07-14T00:12:17.152Z Checking diesel v2.3.7
26532026-07-14T00:12:17.204Z Compiling rustc-hash v2.1.1
26542026-07-14T00:12:17.306Z Checking flume v0.11.1
26552026-07-14T00:12:17.449Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26562026-07-14T00:12:17.582Z Compiling libxml v0.3.3
26572026-07-14T00:12:17.841Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26582026-07-14T00:12:18.051Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26592026-07-14T00:12:18.480Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26602026-07-14T00:12:18.741Z Compiling strum_macros v0.24.3
26612026-07-14T00:12:19.073Z Compiling fs-err v2.11.0
26622026-07-14T00:12:19.165Z Compiling indoc v1.0.9
26632026-07-14T00:12:19.651Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26642026-07-14T00:12:19.892Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26652026-07-14T00:12:20.067Z Checking quick-xml v0.37.5
26662026-07-14T00:12:20.165Z Checking derive_builder v0.20.2
26672026-07-14T00:12:20.255Z Compiling oso-derive v0.27.3
26682026-07-14T00:12:20.308Z Compiling impl-trait-for-tuples v0.2.3
26692026-07-14T00:12:20.797Z Compiling trait-variant v0.1.2
26702026-07-14T00:12:20.997Z Checking openssl-probe v0.1.6
26712026-07-14T00:12:21.378Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26722026-07-14T00:12:21.410Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26732026-07-14T00:12:21.887Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26742026-07-14T00:12:22.192Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26752026-07-14T00:12:22.572Z Checking rfc6979 v0.4.0
26762026-07-14T00:12:22.699Z Checking assert_matches v1.5.0
26772026-07-14T00:12:22.739Z Checking parse-size v1.1.0
26782026-07-14T00:12:22.802Z Checking ecdsa v0.16.9
26792026-07-14T00:12:22.918Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26802026-07-14T00:12:23.223Z Checking primeorder v0.13.6
26812026-07-14T00:12:23.487Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26822026-07-14T00:12:23.523Z Checking p384 v0.13.1
26832026-07-14T00:12:23.730Z Checking predicates-tree v1.0.13
26842026-07-14T00:12:23.823Z Checking bb8 v0.8.6
26852026-07-14T00:12:23.876Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
26862026-07-14T00:12:23.930Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26872026-07-14T00:12:24.188Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26882026-07-14T00:12:24.222Z Compiling mime_guess v2.0.5
26892026-07-14T00:12:24.250Z Checking http-range v0.1.5
26902026-07-14T00:12:24.489Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26912026-07-14T00:12:24.550Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26922026-07-14T00:12:24.585Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26932026-07-14T00:12:24.814Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
26942026-07-14T00:12:24.884Z Checking atty v0.2.14
26952026-07-14T00:12:24.916Z Checking corncobs v0.1.4
26962026-07-14T00:12:24.946Z Checking nonempty v0.12.0
26972026-07-14T00:12:25.102Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26982026-07-14T00:12:25.136Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26992026-07-14T00:12:25.167Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27002026-07-14T00:12:25.371Z Checking ignore v0.4.25
27012026-07-14T00:12:25.403Z Checking secrecy v0.8.0
27022026-07-14T00:12:25.502Z Checking hyper-staticfile v0.10.1
27032026-07-14T00:12:25.782Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27042026-07-14T00:12:25.816Z Checking globwalk v0.9.1
27052026-07-14T00:12:25.848Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27062026-07-14T00:12:26.031Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
27072026-07-14T00:12:26.170Z Compiling illumos-nvpair-sys v0.2.0
27082026-07-14T00:12:26.205Z Checking camino-tempfile-ext v0.3.3
27092026-07-14T00:12:26.295Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27102026-07-14T00:12:26.438Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27112026-07-14T00:12:26.481Z Checking signal-hook-tokio v0.3.1
27122026-07-14T00:12:26.624Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27132026-07-14T00:12:26.813Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27142026-07-14T00:12:26.916Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27152026-07-14T00:12:27.095Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27162026-07-14T00:12:27.317Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27172026-07-14T00:12:27.557Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27182026-07-14T00:12:27.620Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27192026-07-14T00:12:27.654Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27202026-07-14T00:12:27.718Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27212026-07-14T00:12:28.094Z Checking illumos-nvpair v0.3.0
27222026-07-14T00:12:28.297Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27232026-07-14T00:12:28.743Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27242026-07-14T00:12:29.180Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27252026-07-14T00:12:29.470Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27262026-07-14T00:12:29.503Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27272026-07-14T00:12:29.575Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27282026-07-14T00:12:29.693Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27292026-07-14T00:12:29.727Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
27302026-07-14T00:12:29.837Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
27312026-07-14T00:12:30.411Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27322026-07-14T00:12:30.550Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27332026-07-14T00:12:30.848Z Checking tungstenite v0.23.0
27342026-07-14T00:12:30.884Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27352026-07-14T00:12:30.983Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27362026-07-14T00:12:31.309Z Checking tokio-tungstenite v0.23.1
27372026-07-14T00:12:31.400Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27382026-07-14T00:12:31.610Z Checking async-bb8-diesel v0.2.1
27392026-07-14T00:12:31.776Z Checking diesel-dtrace v0.5.0
27402026-07-14T00:12:31.810Z Checking rand_seeder v0.4.0
27412026-07-14T00:12:31.990Z Checking void v1.0.2
27422026-07-14T00:12:32.024Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27432026-07-14T00:12:32.057Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27442026-07-14T00:12:32.060Z Checking nix v0.27.1
27452026-07-14T00:12:32.127Z Checking lzss v0.8.2
27462026-07-14T00:12:32.214Z Checking serde_bytes v0.11.19
27472026-07-14T00:12:32.354Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27482026-07-14T00:12:32.396Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27492026-07-14T00:12:32.442Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27502026-07-14T00:12:32.663Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27512026-07-14T00:12:33.118Z Checking is_ci v1.2.0
27522026-07-14T00:12:33.235Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27532026-07-14T00:12:33.439Z Checking yansi v1.0.1
27542026-07-14T00:12:33.479Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27552026-07-14T00:12:33.530Z Checking cpubits v0.1.1
27562026-07-14T00:12:33.640Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27572026-07-14T00:12:33.722Z Checking pretty_assertions v1.4.1
27582026-07-14T00:12:33.914Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27592026-07-14T00:12:33.956Z Checking pem-rfc7468 v1.0.0
27602026-07-14T00:12:34.123Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27612026-07-14T00:12:34.155Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27622026-07-14T00:12:34.419Z Compiling darling_core v0.23.0
27632026-07-14T00:12:34.570Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
27642026-07-14T00:12:35.515Z Compiling indoc v2.0.7
27652026-07-14T00:12:35.549Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27662026-07-14T00:12:35.795Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
27672026-07-14T00:12:36.019Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27682026-07-14T00:12:36.417Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27692026-07-14T00:12:36.526Z Checking hmac v0.13.0
27702026-07-14T00:12:36.722Z Checking universal-hash v0.6.1
27712026-07-14T00:12:36.846Z Compiling libz-sys v1.1.24
27722026-07-14T00:12:36.887Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27732026-07-14T00:12:37.014Z Compiling darling_macro v0.23.0
27742026-07-14T00:12:37.105Z Compiling instability v0.3.11
27752026-07-14T00:12:37.217Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27762026-07-14T00:12:37.420Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27772026-07-14T00:12:37.453Z Checking castaway v0.2.4
27782026-07-14T00:12:37.567Z Compiling darling v0.23.0
27792026-07-14T00:12:37.599Z Checking compact_str v0.8.1
27802026-07-14T00:12:38.023Z Checking polyval v0.7.1
27812026-07-14T00:12:38.238Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
27822026-07-14T00:12:38.500Z Checking der v0.8.0
27832026-07-14T00:12:38.533Z Checking supports-color v3.0.2
27842026-07-14T00:12:38.566Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27852026-07-14T00:12:38.697Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27862026-07-14T00:12:38.806Z Checking unicode-truncate v1.1.0
27872026-07-14T00:12:38.946Z Checking console v0.16.2
27882026-07-14T00:12:38.988Z Checking lru v0.12.5
27892026-07-14T00:12:39.022Z Compiling libgit2-sys v0.18.3+1.9.2
27902026-07-14T00:12:39.180Z Checking cassowary v0.3.0
27912026-07-14T00:12:39.286Z Checking unit-prefix v0.5.2
27922026-07-14T00:12:39.432Z Checking ratatui v0.29.0
27932026-07-14T00:12:39.464Z Checking indicatif v0.18.4
27942026-07-14T00:12:39.495Z Checking ghash v0.6.0
27952026-07-14T00:12:39.801Z Checking pbkdf2 v0.13.0
27962026-07-14T00:12:39.881Z Checking aes v0.9.1
27972026-07-14T00:12:39.952Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
27982026-07-14T00:12:40.332Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27992026-07-14T00:12:40.590Z Checking ctr v0.10.1
28002026-07-14T00:12:40.804Z Checking aead v0.6.1
28012026-07-14T00:12:40.838Z Checking sha2 v0.11.0
28022026-07-14T00:12:40.982Z Checking cargo-platform v0.3.2
28032026-07-14T00:12:41.195Z Checking cargo_metadata v0.23.1
28042026-07-14T00:12:41.229Z Checking aes-gcm v0.11.0
28052026-07-14T00:12:41.428Z Checking spki v0.8.0
28062026-07-14T00:12:41.599Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28072026-07-14T00:12:41.637Z Checking crypto-bigint v0.7.5
28082026-07-14T00:12:41.993Z Checking cbc v0.2.1
28092026-07-14T00:12:42.168Z Checking salsa20 v0.11.0
28102026-07-14T00:12:42.349Z Compiling vergen-git2 v9.1.0
28112026-07-14T00:12:42.592Z Checking plotters-backend v0.3.7
28122026-07-14T00:12:42.825Z Checking plotters-svg v0.3.7
28132026-07-14T00:12:43.051Z Checking scrypt v0.12.0
28142026-07-14T00:12:43.086Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28152026-07-14T00:12:43.254Z Checking cast v0.3.0
28162026-07-14T00:12:43.377Z Checking pkcs5 v0.8.1
28172026-07-14T00:12:43.439Z Checking criterion-plot v0.6.0
28182026-07-14T00:12:43.708Z Checking plotters v0.3.7
28192026-07-14T00:12:43.742Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28202026-07-14T00:12:43.985Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28212026-07-14T00:12:44.231Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28222026-07-14T00:12:44.480Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28232026-07-14T00:12:44.515Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28242026-07-14T00:12:44.761Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28252026-07-14T00:12:44.767Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28262026-07-14T00:12:44.769Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28272026-07-14T00:12:44.975Z Checking colored v2.2.0
28282026-07-14T00:12:45.009Z Checking tinytemplate v1.2.1
28292026-07-14T00:12:45.213Z Checking anes v0.1.6
28302026-07-14T00:12:45.264Z Checking oorandom v11.1.5
28312026-07-14T00:12:45.408Z Checking shell-words v1.1.1
28322026-07-14T00:12:45.440Z Checking criterion v0.7.0
28332026-07-14T00:12:45.605Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28342026-07-14T00:12:45.772Z Checking pkcs8 v0.11.0
28352026-07-14T00:12:46.008Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28362026-07-14T00:12:46.707Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28372026-07-14T00:12:46.809Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28382026-07-14T00:12:47.339Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28392026-07-14T00:12:48.151Z Checking tokio-test v0.4.5
28402026-07-14T00:12:48.400Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28412026-07-14T00:12:48.646Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28422026-07-14T00:12:49.060Z Checking twox-hash v2.1.2
28432026-07-14T00:12:49.401Z Checking ff v0.14.0
28442026-07-14T00:12:49.627Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28452026-07-14T00:12:49.842Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28462026-07-14T00:12:50.202Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28472026-07-14T00:12:50.288Z Checking fatfs v0.3.6
28482026-07-14T00:12:50.530Z Checking signature v3.0.0
28492026-07-14T00:12:50.716Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28502026-07-14T00:12:50.783Z Checking base16ct v1.0.0
28512026-07-14T00:12:50.950Z Compiling seq-macro v0.3.6
28522026-07-14T00:12:51.217Z Checking sec1 v0.8.1
28532026-07-14T00:12:51.459Z Checking group v0.14.0
28542026-07-14T00:12:51.520Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28552026-07-14T00:12:51.644Z Checking hkdf v0.13.0
28562026-07-14T00:12:51.819Z Compiling petname v2.0.2
28572026-07-14T00:12:52.090Z Checking elliptic-curve v0.14.0-rc.33
28582026-07-14T00:12:52.209Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28592026-07-14T00:12:52.397Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28602026-07-14T00:12:52.523Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28612026-07-14T00:12:52.614Z Checking concurrent-queue v2.5.0
28622026-07-14T00:12:52.834Z Checking rtoolbox v0.0.3
28632026-07-14T00:12:53.012Z Checking parking v2.2.1
28642026-07-14T00:12:53.171Z Checking event-listener v5.4.1
28652026-07-14T00:12:53.431Z Checking rpassword v7.4.0
28662026-07-14T00:12:53.780Z Checking tui-tree-widget v0.23.1
28672026-07-14T00:12:53.998Z Checking rfc6979 v0.5.0
28682026-07-14T00:12:54.031Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28692026-07-14T00:12:54.173Z Checking sapling-renderdag v0.1.0
28702026-07-14T00:12:54.230Z Checking sync-ptr v0.1.4
28712026-07-14T00:12:54.379Z Checking ecdsa v0.17.0-rc.18
28722026-07-14T00:12:54.452Z Checking event-listener-strategy v0.5.4
28732026-07-14T00:12:54.619Z Checking primeorder v0.14.0-rc.10
28742026-07-14T00:12:54.796Z Checking primefield v0.14.0
28752026-07-14T00:12:54.955Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28762026-07-14T00:12:55.040Z Compiling curve25519-dalek v5.0.0-rc.0
28772026-07-14T00:12:55.201Z Checking arrayvec v0.7.6
28782026-07-14T00:12:55.428Z Checking constant_time_eq v0.4.2
28792026-07-14T00:12:55.461Z Checking futures-timer v3.0.3
28802026-07-14T00:12:55.604Z Checking arrayref v0.3.9
28812026-07-14T00:12:55.764Z Checking async-lock v3.4.2
28822026-07-14T00:12:55.798Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28832026-07-14T00:12:56.148Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28842026-07-14T00:12:56.193Z Checking ssh-encoding v0.3.0-rc.9
28852026-07-14T00:12:56.458Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28862026-07-14T00:12:56.794Z Compiling strsim v0.10.0
28872026-07-14T00:12:57.172Z Compiling darling_core v0.13.4
28882026-07-14T00:12:57.539Z Checking async-object-pool v0.2.0
28892026-07-14T00:12:58.528Z Compiling samael v0.0.19
28902026-07-14T00:12:58.594Z Checking ed25519 v3.0.0
28912026-07-14T00:12:58.830Z Checking crypto-primes v0.7.2
28922026-07-14T00:12:58.989Z Checking pkcs1 v0.8.0-rc.4
28932026-07-14T00:12:59.113Z Checking poly1305 v0.9.0
28942026-07-14T00:12:59.239Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28952026-07-14T00:12:59.416Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28962026-07-14T00:12:59.637Z Checking serde_regex v1.1.0
28972026-07-14T00:12:59.830Z Checking blowfish v0.10.0
28982026-07-14T00:12:59.846Z Checking blake2 v0.11.0-rc.6
28992026-07-14T00:13:00.014Z Checking assert-json-diff v2.0.2
29002026-07-14T00:13:00.098Z Checking path-tree v0.8.3
29012026-07-14T00:13:00.154Z Checking keccak v0.2.0
29022026-07-14T00:13:00.218Z Checking fiat-crypto v0.3.0
29032026-07-14T00:13:00.312Z Checking gimli v0.32.3
29042026-07-14T00:13:00.345Z Compiling target-lexicon v0.13.3
29052026-07-14T00:13:00.861Z Checking stringmetrics v2.2.2
29062026-07-14T00:13:01.055Z Checking httpmock v0.8.3
29072026-07-14T00:13:01.912Z Checking addr2line v0.25.1
29082026-07-14T00:13:02.295Z Checking sha3 v0.11.0
29092026-07-14T00:13:02.679Z Checking argon2 v0.6.0-rc.8
29102026-07-14T00:13:03.068Z Checking bcrypt-pbkdf v0.11.0
29112026-07-14T00:13:03.266Z Checking rsa v0.10.0-rc.18
29122026-07-14T00:13:03.397Z Checking ssh-cipher v0.3.0-rc.9
29132026-07-14T00:13:03.654Z Compiling darling_macro v0.13.4
29142026-07-14T00:13:03.764Z Checking ed25519-dalek v3.0.0-rc.0
29152026-07-14T00:13:04.024Z Checking p256 v0.14.0-rc.10
29162026-07-14T00:13:04.193Z Checking p521 v0.14.0-rc.10
29172026-07-14T00:13:04.825Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29182026-07-14T00:13:05.102Z Checking kem v0.3.0
29192026-07-14T00:13:05.255Z Checking module-lattice v0.2.3
29202026-07-14T00:13:05.508Z Checking rustc-demangle v0.1.27
29212026-07-14T00:13:05.559Z Checking p384 v0.14.0-rc.10
29222026-07-14T00:13:05.740Z Checking hex-literal v0.4.1
29232026-07-14T00:13:05.773Z Compiling guppy-workspace-hack v0.1.0
29242026-07-14T00:13:05.872Z Checking backtrace v0.3.76
29252026-07-14T00:13:06.050Z Checking ml-kem v0.3.2
29262026-07-14T00:13:06.204Z Compiling darling v0.13.4
29272026-07-14T00:13:06.588Z Checking russh-cryptovec v0.61.0
29282026-07-14T00:13:06.784Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29292026-07-14T00:13:06.833Z Checking internal-russh-num-bigint v0.5.0
29302026-07-14T00:13:07.028Z Checking num-bigint v0.4.6
29312026-07-14T00:13:07.256Z Checking russh-util v0.52.0
29322026-07-14T00:13:07.375Z Compiling git2 v0.20.4
29332026-07-14T00:13:07.415Z Checking generic-array v1.4.3
29342026-07-14T00:13:07.611Z Checking ssh-key v0.7.0-rc.10
29352026-07-14T00:13:07.725Z Compiling enum_dispatch v0.3.13
29362026-07-14T00:13:08.028Z Compiling blake3 v1.8.5
29372026-07-14T00:13:08.061Z Compiling delegate v0.13.5
29382026-07-14T00:13:08.460Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29392026-07-14T00:13:08.571Z Compiling target-spec v3.5.7
29402026-07-14T00:13:08.805Z Checking hex-literal v1.1.0
29412026-07-14T00:13:08.903Z Checking md5 v0.8.0
29422026-07-14T00:13:08.936Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29432026-07-14T00:13:09.111Z Checking russh v0.61.2
29442026-07-14T00:13:09.255Z Checking cfg-expr v0.20.6
29452026-07-14T00:13:09.529Z Compiling serde_with_macros v1.5.2
29462026-07-14T00:13:09.626Z Checking backtrace-ext v0.2.1
29472026-07-14T00:13:09.883Z Checking supports-color v2.1.0
29482026-07-14T00:13:10.058Z Checking textwrap v0.15.2
29492026-07-14T00:13:10.308Z Checking supports-unicode v2.1.0
29502026-07-14T00:13:10.312Z Checking supports-hyperlinks v2.1.0
29512026-07-14T00:13:10.436Z Checking hashbrown v0.14.5
29522026-07-14T00:13:10.469Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29532026-07-14T00:13:10.501Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29542026-07-14T00:13:10.690Z Checking socket2 v0.5.10
29552026-07-14T00:13:10.743Z Checking terminal_size v0.1.17
29562026-07-14T00:13:10.867Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
29572026-07-14T00:13:10.900Z Compiling miette-derive v5.10.0
29582026-07-14T00:13:10.987Z Checking owo-colors v3.5.0
29592026-07-14T00:13:11.317Z Checking internet-checksum v0.2.1
29602026-07-14T00:13:11.560Z Checking chumsky v0.9.3
29612026-07-14T00:13:12.109Z Checking miette v5.10.0
29622026-07-14T00:13:12.488Z Compiling serde_with v1.14.0
29632026-07-14T00:13:12.784Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29642026-07-14T00:13:12.975Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29652026-07-14T00:13:13.009Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29662026-07-14T00:13:13.369Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
29672026-07-14T00:13:13.594Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29682026-07-14T00:13:13.715Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29692026-07-14T00:13:13.800Z Compiling knuffel-derive v3.2.0
29702026-07-14T00:13:13.860Z Checking httptest v0.16.4
29712026-07-14T00:13:13.895Z Checking pathdiff v0.2.3
29722026-07-14T00:13:14.041Z Checking topological-sort v0.2.2
29732026-07-14T00:13:14.212Z Checking nested v0.1.1
29742026-07-14T00:13:14.284Z Checking omicron-zone-package v0.12.3
29752026-07-14T00:13:14.383Z Checking guppy v0.17.25
29762026-07-14T00:13:14.583Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29772026-07-14T00:13:15.020Z Compiling polar-core v0.27.3
29782026-07-14T00:13:15.208Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29792026-07-14T00:13:15.355Z Checking similar-asserts v1.7.0
29802026-07-14T00:13:15.390Z Checking knuffel v3.2.0
29812026-07-14T00:13:15.478Z Compiling target-triple v1.0.0
29822026-07-14T00:13:15.546Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29832026-07-14T00:13:15.871Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
29842026-07-14T00:13:16.079Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29852026-07-14T00:13:16.304Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29862026-07-14T00:13:16.450Z Checking hickory-client v0.25.2
29872026-07-14T00:13:16.686Z Compiling assert_cmd v2.1.2
29882026-07-14T00:13:16.752Z Checking escape8259 v0.5.3
29892026-07-14T00:13:16.918Z Checking libtest-mimic v0.8.1
29902026-07-14T00:13:17.244Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29912026-07-14T00:13:17.309Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29922026-07-14T00:13:17.354Z Checking blake2b_simd v1.0.4
29932026-07-14T00:13:17.389Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29942026-07-14T00:13:17.782Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29952026-07-14T00:13:17.817Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29962026-07-14T00:13:18.088Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29972026-07-14T00:13:18.140Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29982026-07-14T00:13:18.238Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29992026-07-14T00:13:18.350Z Checking fancy-regex v0.14.0
30002026-07-14T00:13:18.483Z Checking serde_tokenstream v0.2.3
30012026-07-14T00:13:18.644Z Checking approx v0.5.1
30022026-07-14T00:13:18.736Z Compiling rstest_macros v0.25.0
30032026-07-14T00:13:18.768Z Checking uzers v0.12.2
30042026-07-14T00:13:18.808Z Checking constant_time_eq v0.3.1
30052026-07-14T00:13:18.943Z Compiling linkme-impl v0.3.35
30062026-07-14T00:13:19.015Z Checking termcolor v1.4.1
30072026-07-14T00:13:19.180Z Checking rust-argon2 v2.1.0
30082026-07-14T00:13:19.265Z Checking trybuild v1.0.116
30092026-07-14T00:13:19.382Z Checking datatest-stable v0.3.3
30102026-07-14T00:13:19.740Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
30112026-07-14T00:13:19.893Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30122026-07-14T00:13:20.089Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
30132026-07-14T00:13:20.091Z Checking oso v0.27.3
30142026-07-14T00:13:20.125Z Checking support-bundle-viewer v0.1.2
30152026-07-14T00:13:20.437Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
30162026-07-14T00:13:20.685Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
30172026-07-14T00:13:20.850Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
30182026-07-14T00:13:20.929Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
30192026-07-14T00:13:21.065Z Checking drift v0.2.0
30202026-07-14T00:13:21.099Z Checking rand_distr v0.5.1
30212026-07-14T00:13:21.180Z Checking multimap v0.10.1
30222026-07-14T00:13:21.389Z Compiling linkme v0.3.35
30232026-07-14T00:13:21.465Z Compiling relative-path v1.9.3
30242026-07-14T00:13:21.564Z Checking dropshot-api-manager v0.7.2
30252026-07-14T00:13:22.779Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30262026-07-14T00:13:23.205Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
30272026-07-14T00:13:23.240Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
30282026-07-14T00:13:23.327Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
30292026-07-14T00:13:23.414Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30302026-07-14T00:13:23.550Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
30312026-07-14T00:13:23.855Z Checking cargo_toml v0.21.0
30322026-07-14T00:13:23.938Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
30332026-07-14T00:13:23.996Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30342026-07-14T00:13:24.256Z Checking partial-io v0.5.4
30352026-07-14T00:13:24.475Z Checking termios v0.3.3
30362026-07-14T00:13:24.509Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
30372026-07-14T00:13:24.634Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30382026-07-14T00:13:24.678Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30392026-07-14T00:13:25.431Z Checking rstest v0.25.0
30402026-07-14T00:13:26.037Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30412026-07-14T00:13:29.937Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30422026-07-14T00:13:33.631Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30432026-07-14T00:13:37.798Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
30442026-07-14T00:13:37.966Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30452026-07-14T00:13:39.526Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30462026-07-14T00:13:43.623Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30472026-07-14T00:13:49.063Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30482026-07-14T00:13:52.972Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30492026-07-14T00:13:53.517Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30502026-07-14T00:13:53.951Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30512026-07-14T00:13:59.188Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30522026-07-14T00:14:04.845Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30532026-07-14T00:14:22.700Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
30542026-07-14T00:15:19.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 09s
30552026-07-14T00:15:20.237Z
30562026-07-14T00:15:20.237Zreal 4:12.627462941
30572026-07-14T00:15:20.237Zuser 21:42.795148185
30582026-07-14T00:15:20.237Zsys 5:00.397308294
30592026-07-14T00:15:20.237Ztrap 0.525641499
30602026-07-14T00:15:20.237Ztflt 0.464454424
30612026-07-14T00:15:20.237Zdflt 0.551626374
30622026-07-14T00:15:20.237Zkflt 0.004794130
30632026-07-14T00:15:20.237Zlock 59:31.343660706
30642026-07-14T00:15:20.237Zslp 59:25.348770769
30652026-07-14T00:15:20.237Zlat 1:54.732820786
30662026-07-14T00:15:20.237Zstop 10:59.949788552
30672026-07-14T00:15:20.240Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30682026-07-14T00:15:20.240Z+ ptime -m cargo doc --workspace --no-deps
30692026-07-14T00:15:21.071Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30702026-07-14T00:15:21.071Z |
30712026-07-14T00:15:21.072Z = 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)`
30722026-07-14T00:15:21.072Z = 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>
30732026-07-14T00:15:22.109Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30742026-07-14T00:15:22.348Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30752026-07-14T00:15:22.395Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30762026-07-14T00:15:22.457Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30772026-07-14T00:15:22.489Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
30782026-07-14T00:15:22.556Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30792026-07-14T00:15:22.672Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30802026-07-14T00:15:22.707Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30812026-07-14T00:15:22.736Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30822026-07-14T00:15:22.760Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30832026-07-14T00:15:22.845Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30842026-07-14T00:15:22.917Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30852026-07-14T00:15:22.959Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30862026-07-14T00:15:22.987Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30872026-07-14T00:15:23.018Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30882026-07-14T00:15:23.037Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30892026-07-14T00:15:23.077Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30902026-07-14T00:15:23.111Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30912026-07-14T00:15:23.139Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30922026-07-14T00:15:23.144Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30932026-07-14T00:15:23.189Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30942026-07-14T00:15:23.238Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30952026-07-14T00:15:23.497Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30962026-07-14T00:15:23.785Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30972026-07-14T00:15:23.867Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30982026-07-14T00:15:23.929Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30992026-07-14T00:15:23.932Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31002026-07-14T00:15:24.011Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
31012026-07-14T00:15:24.248Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31022026-07-14T00:15:24.277Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31032026-07-14T00:15:24.411Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31042026-07-14T00:15:24.512Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31052026-07-14T00:15:24.539Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
31062026-07-14T00:15:24.562Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
31072026-07-14T00:15:24.588Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31082026-07-14T00:15:24.721Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31092026-07-14T00:15:24.773Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31102026-07-14T00:15:24.799Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31112026-07-14T00:15:25.031Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31122026-07-14T00:15:25.104Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
31132026-07-14T00:15:25.108Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31142026-07-14T00:15:25.377Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31152026-07-14T00:15:25.438Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31162026-07-14T00:15:25.609Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31172026-07-14T00:15:25.700Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31182026-07-14T00:15:25.724Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
31192026-07-14T00:15:25.782Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31202026-07-14T00:15:25.861Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31212026-07-14T00:15:25.976Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31222026-07-14T00:15:26.023Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
31232026-07-14T00:15:26.053Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31242026-07-14T00:15:26.114Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
31252026-07-14T00:15:26.224Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31262026-07-14T00:15:26.297Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31272026-07-14T00:15:26.320Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31282026-07-14T00:15:26.343Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31292026-07-14T00:15:26.367Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31302026-07-14T00:15:26.433Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31312026-07-14T00:15:26.803Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31322026-07-14T00:15:26.898Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31332026-07-14T00:15:26.924Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31342026-07-14T00:15:27.225Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31352026-07-14T00:15:27.412Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31362026-07-14T00:15:27.745Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31372026-07-14T00:15:27.877Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31382026-07-14T00:15:27.916Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31392026-07-14T00:15:27.947Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31402026-07-14T00:15:28.018Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
31412026-07-14T00:15:28.175Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31422026-07-14T00:15:28.199Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31432026-07-14T00:15:28.258Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31442026-07-14T00:15:28.286Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31452026-07-14T00:15:28.742Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31462026-07-14T00:15:29.311Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31472026-07-14T00:15:29.334Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31482026-07-14T00:15:29.399Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
31492026-07-14T00:15:29.458Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31502026-07-14T00:15:29.578Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31512026-07-14T00:15:29.747Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31522026-07-14T00:15:29.801Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31532026-07-14T00:15:29.862Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
31542026-07-14T00:15:30.012Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
31552026-07-14T00:15:30.054Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
31562026-07-14T00:15:30.078Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
31572026-07-14T00:15:30.098Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
31582026-07-14T00:15:30.223Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
31592026-07-14T00:15:30.385Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31602026-07-14T00:15:30.429Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
31612026-07-14T00:15:30.435Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31622026-07-14T00:15:30.501Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
31632026-07-14T00:15:30.538Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
31642026-07-14T00:15:30.671Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
31652026-07-14T00:15:30.737Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31662026-07-14T00:15:30.785Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31672026-07-14T00:15:30.835Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31682026-07-14T00:15:30.835Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31692026-07-14T00:15:30.861Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
31702026-07-14T00:15:30.948Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
31712026-07-14T00:15:30.991Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
31722026-07-14T00:15:31.072Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31732026-07-14T00:15:31.080Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31742026-07-14T00:15:32.119Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
31752026-07-14T00:15:32.135Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31762026-07-14T00:15:32.136Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31772026-07-14T00:15:32.136Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31782026-07-14T00:15:32.136Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31792026-07-14T00:15:32.136Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31802026-07-14T00:15:32.136Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31812026-07-14T00:15:32.137Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31822026-07-14T00:15:32.216Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31832026-07-14T00:15:32.342Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31842026-07-14T00:15:32.463Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31852026-07-14T00:15:33.095Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31862026-07-14T00:15:33.240Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31872026-07-14T00:15:33.290Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31882026-07-14T00:15:33.464Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31892026-07-14T00:15:33.835Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31902026-07-14T00:15:33.988Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31912026-07-14T00:15:34.655Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
31922026-07-14T00:15:35.263Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31932026-07-14T00:15:35.496Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31942026-07-14T00:15:36.108Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
31952026-07-14T00:15:36.381Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31962026-07-14T00:15:36.560Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31972026-07-14T00:15:36.683Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31982026-07-14T00:15:36.745Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31992026-07-14T00:15:36.944Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
32002026-07-14T00:15:37.199Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32012026-07-14T00:15:37.398Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32022026-07-14T00:15:37.502Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32032026-07-14T00:15:37.528Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32042026-07-14T00:15:37.781Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32052026-07-14T00:15:38.185Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32062026-07-14T00:15:38.261Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32072026-07-14T00:15:38.647Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32082026-07-14T00:15:38.750Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32092026-07-14T00:15:39.016Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32102026-07-14T00:15:39.042Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32112026-07-14T00:15:39.142Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32122026-07-14T00:15:39.484Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32132026-07-14T00:15:40.106Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32142026-07-14T00:15:40.298Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32152026-07-14T00:15:40.829Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32162026-07-14T00:15:41.244Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32172026-07-14T00:15:41.314Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32182026-07-14T00:15:41.929Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32192026-07-14T00:15:42.491Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32202026-07-14T00:15:42.955Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32212026-07-14T00:15:43.064Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32222026-07-14T00:15:43.401Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32232026-07-14T00:15:43.554Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32242026-07-14T00:15:43.872Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32252026-07-14T00:15:44.691Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32262026-07-14T00:15:44.743Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32272026-07-14T00:15:45.359Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32282026-07-14T00:15:46.186Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32292026-07-14T00:15:46.407Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32302026-07-14T00:15:46.869Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32312026-07-14T00:15:50.943Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32322026-07-14T00:15:50.971Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32332026-07-14T00:15:51.256Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32342026-07-14T00:15:51.641Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32352026-07-14T00:15:51.726Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32362026-07-14T00:15:51.964Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32372026-07-14T00:15:52.115Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32382026-07-14T00:15:53.723Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32392026-07-14T00:15:54.411Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32402026-07-14T00:15:54.462Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32412026-07-14T00:15:54.791Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32422026-07-14T00:15:55.267Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32432026-07-14T00:15:55.453Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
32442026-07-14T00:15:55.878Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32452026-07-14T00:15:55.901Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32462026-07-14T00:15:55.977Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32472026-07-14T00:15:56.211Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32482026-07-14T00:15:56.427Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32492026-07-14T00:15:56.600Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32502026-07-14T00:15:56.719Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32512026-07-14T00:15:56.811Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32522026-07-14T00:15:56.884Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32532026-07-14T00:15:57.529Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32542026-07-14T00:15:57.633Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32552026-07-14T00:15:58.021Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32562026-07-14T00:15:59.057Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32572026-07-14T00:15:59.751Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32582026-07-14T00:15:59.783Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32592026-07-14T00:16:00.122Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32602026-07-14T00:16:00.450Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32612026-07-14T00:16:01.988Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32622026-07-14T00:16:04.174Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32632026-07-14T00:16:04.971Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32642026-07-14T00:16:05.465Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32652026-07-14T00:16:06.903Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32662026-07-14T00:16:07.575Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32672026-07-14T00:16:09.217Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32682026-07-14T00:16:10.258Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32692026-07-14T00:16:10.790Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32702026-07-14T00:16:12.745Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32712026-07-14T00:16:13.893Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32722026-07-14T00:16:14.272Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32732026-07-14T00:16:14.421Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32742026-07-14T00:16:15.826Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32752026-07-14T00:16:18.042Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32762026-07-14T00:16:18.735Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32772026-07-14T00:16:19.498Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32782026-07-14T00:16:22.440Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32792026-07-14T00:16:23.369Z Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
32802026-07-14T00:16:24.451Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32812026-07-14T00:16:25.321Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32822026-07-14T00:16:26.086Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32832026-07-14T00:16:26.842Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32842026-07-14T00:16:27.585Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32852026-07-14T00:16:29.090Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32862026-07-14T00:16:29.420Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32872026-07-14T00:16:30.169Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32882026-07-14T00:16:30.799Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32892026-07-14T00:16:31.164Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32902026-07-14T00:16:31.920Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32912026-07-14T00:16:32.988Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32922026-07-14T00:16:36.076Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32932026-07-14T00:16:37.539Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32942026-07-14T00:16:38.224Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32952026-07-14T00:16:39.051Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32962026-07-14T00:16:40.034Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32972026-07-14T00:16:40.825Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32982026-07-14T00:16:42.602Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32992026-07-14T00:16:44.060Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
33002026-07-14T00:16:46.409Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33012026-07-14T00:16:47.009Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
33022026-07-14T00:16:47.765Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33032026-07-14T00:16:49.378Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33042026-07-14T00:16:50.352Z Documenting wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
33052026-07-14T00:16:51.646Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
33062026-07-14T00:16:54.251Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33072026-07-14T00:16:54.825Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33082026-07-14T00:16:56.719Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33092026-07-14T00:16:58.163Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
33102026-07-14T00:16:59.869Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
33112026-07-14T00:17:01.367Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
33122026-07-14T00:17:04.748Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33132026-07-14T00:17:09.364Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
33142026-07-14T00:17:09.526Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
33152026-07-14T00:17:11.013Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33162026-07-14T00:17:11.301Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33172026-07-14T00:17:12.850Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33182026-07-14T00:17:14.848Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33192026-07-14T00:17:16.842Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33202026-07-14T00:17:18.767Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33212026-07-14T00:17:20.761Z Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
33222026-07-14T00:17:24.237Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
33232026-07-14T00:17:25.764Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33242026-07-14T00:17:26.111Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33252026-07-14T00:17:27.713Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
33262026-07-14T00:17:29.464Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
33272026-07-14T00:17:31.232Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
33282026-07-14T00:17:32.996Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33292026-07-14T00:17:34.753Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33302026-07-14T00:17:36.302Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33312026-07-14T00:17:40.191Z Documenting wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
33322026-07-14T00:17:41.596Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33332026-07-14T00:17:43.459Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33342026-07-14T00:17:45.574Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33352026-07-14T00:17:47.309Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33362026-07-14T00:17:49.183Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
33372026-07-14T00:17:53.232Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33382026-07-14T00:17:56.437Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33392026-07-14T00:17:58.000Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
33402026-07-14T00:17:59.956Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33412026-07-14T00:18:02.101Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33422026-07-14T00:18:04.305Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
33432026-07-14T00:18:06.634Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33442026-07-14T00:18:08.859Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33452026-07-14T00:18:11.125Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33462026-07-14T00:18:13.696Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33472026-07-14T00:18:15.841Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33482026-07-14T00:18:18.364Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
33492026-07-14T00:18:20.288Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33502026-07-14T00:18:22.956Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33512026-07-14T00:18:24.675Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33522026-07-14T00:18:26.951Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33532026-07-14T00:18:29.241Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33542026-07-14T00:18:31.620Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33552026-07-14T00:18:33.982Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33562026-07-14T00:18:36.296Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
33572026-07-14T00:18:38.618Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33582026-07-14T00:18:41.057Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33592026-07-14T00:18:43.446Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33602026-07-14T00:18:45.781Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33612026-07-14T00:18:48.282Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33622026-07-14T00:18:50.565Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33632026-07-14T00:18:52.941Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33642026-07-14T00:18:55.326Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33652026-07-14T00:18:57.745Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33662026-07-14T00:19:00.146Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33672026-07-14T00:19:02.538Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33682026-07-14T00:19:04.953Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33692026-07-14T00:19:07.284Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33702026-07-14T00:19:09.642Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33712026-07-14T00:19:12.125Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33722026-07-14T00:19:14.566Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33732026-07-14T00:19:16.969Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33742026-07-14T00:19:19.495Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33752026-07-14T00:19:21.850Z Documenting corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
33762026-07-14T00:19:24.231Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33772026-07-14T00:19:26.794Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33782026-07-14T00:19:29.036Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33792026-07-14T00:19:31.648Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33802026-07-14T00:19:37.103Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33812026-07-14T00:19:37.140Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33822026-07-14T00:19:38.876Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33832026-07-14T00:19:41.390Z Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
33842026-07-14T00:19:43.894Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33852026-07-14T00:19:46.415Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33862026-07-14T00:19:49.347Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33872026-07-14T00:19:51.640Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33882026-07-14T00:19:54.206Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33892026-07-14T00:19:56.797Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33902026-07-14T00:19:59.274Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33912026-07-14T00:20:01.899Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33922026-07-14T00:20:04.548Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33932026-07-14T00:20:07.197Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
33942026-07-14T00:20:09.827Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33952026-07-14T00:20:12.764Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33962026-07-14T00:20:15.075Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
33972026-07-14T00:20:23.239Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33982026-07-14T00:20:23.358Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33992026-07-14T00:20:26.668Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
34002026-07-14T00:20:30.155Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34012026-07-14T00:20:33.478Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
34022026-07-14T00:20:37.036Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
34032026-07-14T00:20:40.337Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
34042026-07-14T00:20:43.781Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34052026-07-14T00:20:48.120Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
34062026-07-14T00:20:50.748Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
34072026-07-14T00:20:53.971Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
34082026-07-14T00:20:57.407Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
34092026-07-14T00:21:00.796Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
34102026-07-14T00:21:04.265Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
34112026-07-14T00:21:07.777Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
34122026-07-14T00:21:11.289Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
34132026-07-14T00:21:14.659Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
34142026-07-14T00:21:20.241Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
34152026-07-14T00:21:21.441Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
34162026-07-14T00:21:24.832Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
34172026-07-14T00:21:28.503Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34182026-07-14T00:21:31.782Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34192026-07-14T00:21:35.311Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
34202026-07-14T00:21:38.810Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
34212026-07-14T00:21:42.345Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
34222026-07-14T00:21:45.734Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
34232026-07-14T00:21:49.220Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
34242026-07-14T00:22:18.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 58s
34252026-07-14T00:22:18.631Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 202 other files
34262026-07-14T00:22:18.734Z
34272026-07-14T00:22:18.734Zreal 6:58.410259038
34282026-07-14T00:22:18.734Zuser 18:47.111660265
34292026-07-14T00:22:18.734Zsys 3:58.809350320
34302026-07-14T00:22:18.734Ztrap 0.277697447
34312026-07-14T00:22:18.734Ztflt 0.028377298
34322026-07-14T00:22:18.734Zdflt 0.107284217
34332026-07-14T00:22:18.734Zkflt 0.000027230
34342026-07-14T00:22:18.734Zlock 6:27:30.137430721
34352026-07-14T00:22:18.734Zslp 2:20:30.542923744
34362026-07-14T00:22:18.734Zlat 35.048653703
34372026-07-14T00:22:18.734Zstop 1:42.442537839
34382026-07-14T00:22:18.737Zprocess exited: duration 792592 ms, exit code 0
 
34392026-07-14T00:22:18.743Zfound 0 output files