01KXMCERBNBBEVPXN4XS6QWBR2: clippy (helios)

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

Buildomat Job: 01KXMCF4RMVMRYGX23QSRQCDGY

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-16T02:36:29.199Zjob assigned to worker 01KXMCFCJF71ZVYXST3XC8JXKA [factory aws, i-0061797509acf6ac4] (queued for 51 s)
 
22026-07-16T02:36:35.609Zstarting task 0: "setup"
32026-07-16T02:36:35.619Z++ uname -s
42026-07-16T02:36:35.619Z+ kern=SunOS
52026-07-16T02:36:35.619Z+ build_user=build
62026-07-16T02:36:35.620Z+ build_uid=12345
72026-07-16T02:36:35.620Z+ work_dir=/work
82026-07-16T02:36:35.620Z+ input_dir=/input
92026-07-16T02:36:35.620Z+ [[ 0 == 12345 ]]
102026-07-16T02:36:35.620Z+ case "$kern" in
112026-07-16T02:36:35.620Z+ groupadd -g 12345 build
122026-07-16T02:36:35.620Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-16T02:36:37.616Z+ zfs create -o mountpoint=/work rpool/work
142026-07-16T02:36:37.677Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-16T02:36:37.680Z+ home_fs=zfs
162026-07-16T02:36:37.680Z+ [[ zfs == autofs ]]
172026-07-16T02:36:37.680Z+ mkdir -p /home/build
182026-07-16T02:36:37.680Z+ chown build:build /home/build /work
192026-07-16T02:36:39.680Z+ chmod 0700 /home/build /work
202026-07-16T02:36:39.684Zprocess exited: duration 4079 ms, exit code 0
 
212026-07-16T02:36:39.691Zstarting task 1: "rust-toolchain"
222026-07-16T02:36:39.695Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-16T02:36:39.695Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-16T02:36:39.695Z * rust toolchain channel = "1.96.1"
252026-07-16T02:36:39.695Z * rust toolchain profile = "default"
262026-07-16T02:36:39.695Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-16T02:36:39.695Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-16T02:36:39.698Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-16T02:36:39.699Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-16T02:36:39.798Zinfo: downloading installer
312026-07-16T02:36:41.124Zwarn: It looks like you have an existing rustup settings file at:
322026-07-16T02:36:41.125Zwarn: /home/build/.rustup/settings.toml
332026-07-16T02:36:41.125Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-16T02:36:41.125Zwarn: instead of the one inferred from the default host triple.
352026-07-16T02:36:41.137Zinfo: profile set to default
362026-07-16T02:36:41.137Zinfo: default host triple is x86_64-unknown-illumos
372026-07-16T02:36:41.140Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-16T02:36:41.293Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-16T02:36:41.296Zinfo: downloading 6 components
402026-07-16T02:36:56.944Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-16T02:36:56.944Z
422026-07-16T02:36:56.970Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-16T02:36:56.970Z
442026-07-16T02:36:56.970Z
452026-07-16T02:36:56.970ZRust is installed now. Great!
462026-07-16T02:36:56.970Z
472026-07-16T02:36:56.973ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-16T02:36:56.973Zenvironment variable. This has not been done automatically.
492026-07-16T02:36:56.973Z
502026-07-16T02:36:56.973ZTo configure your current shell, you need to source
512026-07-16T02:36:56.973Zthe corresponding env file under $HOME/.cargo.
522026-07-16T02:36:56.973Z
532026-07-16T02:36:56.973ZThis is usually done by running one of the following (note the leading DOT):
542026-07-16T02:36:56.973Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-16T02:36:56.973Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-16T02:36:56.973Zsource "~/.cargo/env.nu" # For nushell
572026-07-16T02:36:56.973Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-16T02:36:56.973Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-16T02:36:56.973Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-16T02:36:56.973Zwarn: no default linker (`cc`) was found in your PATH
612026-07-16T02:36:56.973Zwarn: many Rust crates require a system C toolchain to build
622026-07-16T02:36:57.065Z+ rustup --version
632026-07-16T02:36:57.074Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-16T02:36:57.077Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-16T02:36:57.095Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-16T02:36:57.098Z+ cargo --version
672026-07-16T02:36:57.113Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-16T02:36:57.116Z+ rustc --version
692026-07-16T02:36:57.134Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-16T02:36:57.137Zprocess exited: duration 17445 ms, exit code 0
 
712026-07-16T02:36:57.143Zstarting task 2: "authentication"
722026-07-16T02:36:57.160Zprocess exited: duration 16 ms, exit code 0
 
732026-07-16T02:36:57.166Zstarting task 3: "clone repository"
742026-07-16T02:36:57.169Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-16T02:36:57.172Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-16T02:36:57.204ZCloning into '/work/oxidecomputer/omicron'...
772026-07-16T02:37:08.294Z+ cd /work/oxidecomputer/omicron
782026-07-16T02:37:08.294Z+ git fetch origin faeff585b00107d1c1265b7cfcc09f64f06baf4e
792026-07-16T02:37:08.543ZFrom https://github.com/oxidecomputer/omicron
802026-07-16T02:37:08.543Z * branch faeff585b00107d1c1265b7cfcc09f64f06baf4e -> FETCH_HEAD
812026-07-16T02:37:08.553Z+ [[ -n system-version-api ]]
822026-07-16T02:37:08.556Z++ git branch --show-current
832026-07-16T02:37:08.557Z+ current=main
842026-07-16T02:37:08.557Z+ [[ main != system-version-api ]]
852026-07-16T02:37:08.557Z+ git branch -f system-version-api faeff585b00107d1c1265b7cfcc09f64f06baf4e
862026-07-16T02:37:08.561Z+ git checkout -f system-version-api
872026-07-16T02:37:08.803ZSwitched to branch 'system-version-api'
882026-07-16T02:37:08.806Z+ git reset --hard faeff585b00107d1c1265b7cfcc09f64f06baf4e
892026-07-16T02:37:08.828ZHEAD is now at faeff585b merge main
902026-07-16T02:37:08.831Zprocess exited: duration 11663 ms, exit code 0
 
912026-07-16T02:37:08.837Zstarting task 4: "build"
922026-07-16T02:37:08.840Z+ source ./env.sh
932026-07-16T02:37:08.844Z++ OLD_SHELL_OPTS=ehxB
942026-07-16T02:37:08.844Z++ set -o xtrace
952026-07-16T02:37:08.844Z++++ dirname ./env.sh
962026-07-16T02:37:08.847Z+++ readlink -f .
972026-07-16T02:37:08.847Z++ OMICRON_WS=/work/oxidecomputer/omicron
982026-07-16T02:37:08.847Z++ 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-16T02:37:08.847Z++ 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-16T02:37:08.847Z++ 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-16T02:37:08.847Z++ 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-16T02:37:08.847Z++ 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-16T02:37:08.847Z++ 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-16T02:37:08.847Z++ 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-16T02:37:08.847Z++ 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-16T02:37:08.847Z++ 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-16T02:37:08.847Z++ 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-16T02:37:08.847Z++ case $OLD_SHELL_OPTS in
1092026-07-16T02:37:08.847Z++ unset OLD_SHELL_OPTS OMICRON_WS
1102026-07-16T02:37:08.847Z+ source .github/buildomat/ci-env.sh
1112026-07-16T02:37:08.847Z++ export CARGO_TERM_COLOR=always
1122026-07-16T02:37:08.847Z++ CARGO_TERM_COLOR=always
1132026-07-16T02:37:08.850Z+++ uname -s
1142026-07-16T02:37:08.850Z++ [[ SunOS == \S\u\n\O\S ]]
1152026-07-16T02:37:08.851Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
1162026-07-16T02:37:08.851Z+ cargo --version
1172026-07-16T02:37:08.859Zcargo 1.96.1 (356927216 2026-06-26)
1182026-07-16T02:37:08.862Z+ rustc --version
1192026-07-16T02:37:08.881Zrustc 1.96.1 (31fca3adb 2026-06-26)
1202026-07-16T02:37:08.885Z+ banner prerequisites
1212026-07-16T02:37:08.888Z
1222026-07-16T02:37:08.888Z ##### ##### ###### ##### ###### #### # # # #### #
1232026-07-16T02:37:08.888Z # # # # # # # # # # # # # # #
1242026-07-16T02:37:08.888Z # # # # ##### # # ##### # # # # # #### #
1252026-07-16T02:37:08.888Z ##### ##### # ##### # # # # # # # # #
1262026-07-16T02:37:08.888Z # # # # # # # # # # # # # # #
1272026-07-16T02:37:08.888Z # # # ###### # # ###### ### # #### # #### #
1282026-07-16T02:37:08.888Z
1292026-07-16T02:37:08.888Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1302026-07-16T02:37:10.448Z Startup: Refreshing catalog 'helios' ... Done
1312026-07-16T02:37:10.563Z Startup: Caching catalogs ... Done
1322026-07-16T02:37:11.092ZPlanning: Solver setup ... Done (0.480s)
1332026-07-16T02:37:11.120ZPlanning: Running solver ... Done (0.028s)
1342026-07-16T02:37:11.132ZPlanning: Finding local manifests ... Done (0.002s)
1352026-07-16T02:37:11.144ZPlanning: Fetching manifests: 0/2 0% complete
1362026-07-16T02:37:11.159ZPlanning: Fetching manifests: 2/2 100% complete
1372026-07-16T02:37:11.172ZPlanning: Package planning ... Done (0.013s)
1382026-07-16T02:37:11.176ZPlanning: Merging actions ... Done (0.001s)
1392026-07-16T02:37:11.336ZPlanning: Checking for conflicting actions ... Done (0.162s)
1402026-07-16T02:37:11.339ZPlanning: Consolidating action changes ... Done (0.001s)
1412026-07-16T02:37:12.133ZPlanning: Evaluating mediators ... Done (0.796s)
1422026-07-16T02:37:12.137ZPlanning: Planning completed in 1.55 seconds
1432026-07-16T02:37:12.142Z Packages to install: 2
1442026-07-16T02:37:12.146Z Estimated space available: 156.06 GB
1452026-07-16T02:37:12.146ZEstimated space to be consumed: 32.66 MB
1462026-07-16T02:37:12.146Z Create boot environment: No
1472026-07-16T02:37:12.146ZCreate backup boot environment: No
1482026-07-16T02:37:12.146Z Rebuild boot archive: No
1492026-07-16T02:37:12.146Z
1502026-07-16T02:37:12.146ZChanged packages:
1512026-07-16T02:37:12.146Zhelios
1522026-07-16T02:37:12.146Z developer/build-essential
1532026-07-16T02:37:12.146Z None -> 11-3.0
1542026-07-16T02:37:12.146Z library/libxmlsec1
1552026-07-16T02:37:12.146Z None -> 1.2.35-3.0
1562026-07-16T02:37:12.167Z
1572026-07-16T02:37:12.167ZDownload: 0/214 items 0.0/1.3MB 0% complete
1582026-07-16T02:37:13.045ZDownload: Completed 1.28 MB in 0.88 seconds (1.5M/s)
1592026-07-16T02:37:13.117Z Actions: 1/268 actions (Installing new actions)
1602026-07-16T02:37:13.155Z Actions: Completed 268 actions in 0.04 seconds.
1612026-07-16T02:37:13.167ZFinalize: Updating package state database ... Done (0.011s)
1622026-07-16T02:37:13.167ZFinalize: Updating package cache ... Done (0.000s)
1632026-07-16T02:37:13.199ZFinalize: Updating image state ... Done (0.032s)
1642026-07-16T02:37:15.632ZFinalize: Creating fast lookup database ... Done (2.408s)
1652026-07-16T02:37:15.709ZFinalize: Reading search index ... Done (0.012s)
1662026-07-16T02:37:15.712ZFinalize: Updating search index ... Done (0.000s)
1672026-07-16T02:37:15.802ZFinalize: Updating package cache ... Done (0.000s)
1682026-07-16T02:37:16.114ZPlanning: Evaluating mediator changes ... Done
1692026-07-16T02:37:16.219ZPlanning: Checking for conflicting actions ... Done
1702026-07-16T02:37:16.222ZPlanning: Consolidating action changes ... Done
1712026-07-16T02:37:16.376ZPlanning: Evaluating mediators ... Done
1722026-07-16T02:37:16.379ZPlanning: Planning completed in 0.26 seconds
1732026-07-16T02:37:16.398Z Mediators to change: 2
1742026-07-16T02:37:16.398Z Create boot environment: No
1752026-07-16T02:37:16.401ZCreate backup boot environment: No
1762026-07-16T02:37:16.441ZFinalize: Updating package state database ... Done
1772026-07-16T02:37:16.441ZFinalize: Updating package cache ... Done
1782026-07-16T02:37:16.458ZFinalize: Updating image state ... Done
1792026-07-16T02:37:18.396ZFinalize: Creating fast lookup database ... Done
1802026-07-16T02:37:18.461ZFinalize: Reading search index ... Done
1812026-07-16T02:37:18.465ZFinalize: Updating search index ... Done
1822026-07-16T02:37:18.527ZFinalize: Updating package cache ... Done
1832026-07-16T02:37:18.813ZPlanning: Evaluating mediator changes ... Done
1842026-07-16T02:37:18.918ZPlanning: Checking for conflicting actions ... Done
1852026-07-16T02:37:18.921ZPlanning: Consolidating action changes ... Done
1862026-07-16T02:37:19.076ZPlanning: Evaluating mediators ... Done
1872026-07-16T02:37:19.079ZPlanning: Planning completed in 0.26 seconds
1882026-07-16T02:37:19.099Z Mediators to change: 1
1892026-07-16T02:37:19.099Z Create boot environment: No
1902026-07-16T02:37:19.099ZCreate backup boot environment: No
1912026-07-16T02:37:19.137ZFinalize: Updating package state database ... Done
1922026-07-16T02:37:19.137ZFinalize: Updating package cache ... Done
1932026-07-16T02:37:19.153ZFinalize: Updating image state ... Done
1942026-07-16T02:37:21.089ZFinalize: Creating fast lookup database ... Done
1952026-07-16T02:37:21.152ZFinalize: Reading search index ... Done
1962026-07-16T02:37:21.155ZFinalize: Updating search index ... Done
1972026-07-16T02:37:21.206ZFinalize: Updating package cache ... Done
1982026-07-16T02:37:21.517ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1992026-07-16T02:37:21.517Zapache system 2.4 system
2002026-07-16T02:37:21.517Zclang system 15 system
2012026-07-16T02:37:21.517Zcsh system system illumos
2022026-07-16T02:37:21.517Zctags system system illumos
2032026-07-16T02:37:21.517Zfile vendor vendor darwinsys
2042026-07-16T02:37:21.517Zfile system system illumos
2052026-07-16T02:37:21.517Zgcc vendor 14 vendor
2062026-07-16T02:37:21.517Zgcc system 13 system
2072026-07-16T02:37:21.517Zgcc system 10 system
2082026-07-16T02:37:21.518Zgo system 1.25 system
2092026-07-16T02:37:21.518Zllvm system 15 system
2102026-07-16T02:37:21.518Zmariadb system 11.4 system
2112026-07-16T02:37:21.518Zmta vendor vendor dma
2122026-07-16T02:37:21.518Zopenjdk system 17 system
2132026-07-16T02:37:21.518Zopenjdk system 11 system
2142026-07-16T02:37:21.518Zopenssl vendor 3 vendor
2152026-07-16T02:37:21.518Zperl system 5.40 system
2162026-07-16T02:37:21.518Zpostgresql system 18 system
2172026-07-16T02:37:21.518Zpostgresql system 17 system
2182026-07-16T02:37:21.518Zpython vendor 3 vendor
2192026-07-16T02:37:21.518Zpython system 2 system
2202026-07-16T02:37:21.518Zpython3 vendor 3.13 vendor
2212026-07-16T02:37:21.518Zruby system 3.4 system
2222026-07-16T02:37:21.518Zruby system 3.0 system
2232026-07-16T02:37:21.518Zwords vendor vendor american-english
2242026-07-16T02:37:21.518Zwords system system australian-english
2252026-07-16T02:37:21.518Zwords system system british-english
2262026-07-16T02:37:21.518Zwords system system canadian-english
2272026-07-16T02:37:21.518Zwords system system french
2282026-07-16T02:37:21.518Zwords system system italian
2292026-07-16T02:37:21.518Zwords system system ngerman
2302026-07-16T02:37:21.518Zwords system system ogerman
2312026-07-16T02:37:21.518Zwords system system spanish
2322026-07-16T02:37:21.771ZPUBLISHER TYPE STATUS P LOCATION
2332026-07-16T02:37:21.771Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2342026-07-16T02:37:22.080ZFMRI IFO
2352026-07-16T02:37:22.080Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2362026-07-16T02:37:22.080Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2372026-07-16T02:37:22.080Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2382026-07-16T02:37:22.080Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2392026-07-16T02:37:22.080Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2402026-07-16T02:37:22.080Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2412026-07-16T02:37:22.080Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2422026-07-16T02:37:22.080Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2432026-07-16T02:37:22.080Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2442026-07-16T02:37:22.346Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2452026-07-16T02:37:22.635Z Updating crates.io index
2462026-07-16T02:37:22.638Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2472026-07-16T02:37:22.859Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2482026-07-16T02:37:23.117Z Updating git repository `https://github.com/oxidecomputer/propolis`
2492026-07-16T02:37:24.097Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2502026-07-16T02:37:24.589Z Updating git repository `https://github.com/oxidecomputer/crucible`
2512026-07-16T02:37:26.143Z Updating git repository `https://github.com/oxidecomputer/opte`
2522026-07-16T02:37:26.964Z Updating git repository `https://github.com/oxidecomputer/tofino`
2532026-07-16T02:37:27.223Z Updating git repository `https://github.com/oxidecomputer/lldp`
2542026-07-16T02:37:27.506Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2552026-07-16T02:37:28.572Z Updating git repository `https://github.com/oxidecomputer/clickward`
2562026-07-16T02:37:28.958Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2572026-07-16T02:37:29.267Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2582026-07-16T02:37:29.487Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2592026-07-16T02:37:29.896Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2602026-07-16T02:37:30.354Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2612026-07-16T02:37:30.584Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2622026-07-16T02:37:30.800Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2632026-07-16T02:37:31.049Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2642026-07-16T02:37:31.333Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2652026-07-16T02:37:31.695Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2662026-07-16T02:37:31.917Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2672026-07-16T02:37:32.151Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2682026-07-16T02:37:32.473Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2692026-07-16T02:37:32.794Z Updating git repository `https://github.com/oxidecomputer/erebor`
2702026-07-16T02:37:33.007Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2712026-07-16T02:37:33.418Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2722026-07-16T02:37:33.791Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2732026-07-16T02:37:34.201Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2742026-07-16T02:37:34.492Z Updating git repository `https://github.com/oxidecomputer/ispf`
2752026-07-16T02:37:34.716Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2762026-07-16T02:37:34.946Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2772026-07-16T02:37:35.264Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2782026-07-16T02:37:35.577Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2792026-07-16T02:37:35.802Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2802026-07-16T02:37:36.098Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2812026-07-16T02:37:36.327Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2822026-07-16T02:37:36.585Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2832026-07-16T02:37:36.876Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2842026-07-16T02:37:37.107Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2852026-07-16T02:37:37.367Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2862026-07-16T02:37:37.604Z Updating git repository `https://github.com/illumos/smf-rs`
2872026-07-16T02:37:40.216Z Downloading crates ...
2882026-07-16T02:37:40.262Z Downloaded bytecount v0.6.9
2892026-07-16T02:37:40.274Z Downloaded utf8parse v0.2.2
2902026-07-16T02:37:40.285Z Downloaded plain v0.2.3
2912026-07-16T02:37:40.288Z Downloaded proc-macro-error-attr v1.0.4
2922026-07-16T02:37:40.288Z Downloaded usdt-attr-macro v0.5.0
2932026-07-16T02:37:40.292Z Downloaded byteorder v1.5.0
2942026-07-16T02:37:40.292Z Downloaded zmij v1.0.21
2952026-07-16T02:37:40.292Z Downloaded zerocopy-derive v0.7.35
2962026-07-16T02:37:40.295Z Downloaded clap_builder v4.6.0
2972026-07-16T02:37:40.299Z Downloaded textwrap v0.16.2
2982026-07-16T02:37:40.299Z Downloaded clap_lex v1.0.0
2992026-07-16T02:37:40.302Z Downloaded camino v1.2.2
3002026-07-16T02:37:40.302Z Downloaded anstyle v1.0.14
3012026-07-16T02:37:40.302Z Downloaded hashbrown v0.17.0
3022026-07-16T02:37:40.305Z Downloaded block-buffer v0.10.4
3032026-07-16T02:37:40.307Z Downloaded anstyle-query v1.1.5
3042026-07-16T02:37:40.308Z Downloaded fnv v1.0.7
3052026-07-16T02:37:40.308Z Downloaded zerocopy v0.7.35
3062026-07-16T02:37:40.314Z Downloaded dof v0.3.0
3072026-07-16T02:37:40.317Z Downloaded colorchoice v1.0.4
3082026-07-16T02:37:40.317Z Downloaded anstream v1.0.0
3092026-07-16T02:37:40.317Z Downloaded pest v2.8.6
3102026-07-16T02:37:40.327Z Downloaded errno v0.3.14
3112026-07-16T02:37:40.330Z Downloaded equivalent v1.0.2
3122026-07-16T02:37:40.330Z Downloaded dtrace-parser v0.2.0
3132026-07-16T02:37:40.333Z Downloaded crypto-common v0.1.7
3142026-07-16T02:37:40.336Z Downloaded anstyle-parse v1.0.0
3152026-07-16T02:37:40.340Z Downloaded usdt v0.5.0
3162026-07-16T02:37:40.343Z Downloaded memmap v0.7.0
3172026-07-16T02:37:40.347Z Downloaded terminal_size v0.4.3
3182026-07-16T02:37:40.350Z Downloaded fastrand v2.3.0
3192026-07-16T02:37:40.353Z Downloaded strsim v0.11.1
3202026-07-16T02:37:40.353Z Downloaded heck v0.5.0
3212026-07-16T02:37:40.356Z Downloaded macaddr v1.0.1
3222026-07-16T02:37:40.356Z Downloaded cpufeatures v0.2.17
3232026-07-16T02:37:40.356Z Downloaded serde_spanned v0.6.9
3242026-07-16T02:37:40.359Z Downloaded is_terminal_polyfill v1.70.2
3252026-07-16T02:37:40.359Z Downloaded unicode-linebreak v0.1.5
3262026-07-16T02:37:40.362Z Downloaded thiserror v1.0.69
3272026-07-16T02:37:40.365Z Downloaded scroll v0.12.0
3282026-07-16T02:37:40.369Z Downloaded heck v0.4.1
3292026-07-16T02:37:40.373Z Downloaded toml_write v0.1.2
3302026-07-16T02:37:40.380Z Downloaded cargo-platform v0.3.2
3312026-07-16T02:37:40.385Z Downloaded scroll_derive v0.12.1
3322026-07-16T02:37:40.389Z Downloaded cfg-if v1.0.4
3332026-07-16T02:37:40.392Z Downloaded version_check v0.9.5
3342026-07-16T02:37:40.396Z Downloaded toml_datetime v0.6.11
3352026-07-16T02:37:40.399Z Downloaded usdt-macro v0.5.0
3362026-07-16T02:37:40.402Z Downloaded tabled_derive v0.7.0
3372026-07-16T02:37:40.402Z Downloaded smawk v0.3.2
3382026-07-16T02:37:40.402Z Downloaded pretty-hex v0.4.1
3392026-07-16T02:37:40.405Z Downloaded generic-array v0.14.7
3402026-07-16T02:37:40.408Z Downloaded thiserror-impl v1.0.69
3412026-07-16T02:37:40.411Z Downloaded swrite v0.1.0
3422026-07-16T02:37:40.411Z Downloaded camino-tempfile v1.4.1
3432026-07-16T02:37:40.414Z Downloaded digest v0.10.7
3442026-07-16T02:37:40.414Z Downloaded itoa v1.0.17
3452026-07-16T02:37:40.420Z Downloaded fs-err v3.3.0
3462026-07-16T02:37:40.429Z Downloaded thread-id v4.2.2
3472026-07-16T02:37:40.434Z Downloaded quote v1.0.45
3482026-07-16T02:37:40.434Z Downloaded thiserror-impl v2.0.18
3492026-07-16T02:37:40.437Z Downloaded thiserror v2.0.18
3502026-07-16T02:37:40.438Z Downloaded cargo_metadata v0.23.1
3512026-07-16T02:37:40.441Z Downloaded autocfg v1.5.0
3522026-07-16T02:37:40.441Z Downloaded usdt-impl v0.5.0
3532026-07-16T02:37:40.444Z Downloaded sha2 v0.10.9
3542026-07-16T02:37:40.447Z Downloaded serde_tokenstream v0.2.3
3552026-07-16T02:37:40.447Z Downloaded semver v1.0.28
3562026-07-16T02:37:40.450Z Downloaded once_cell v1.21.3
3572026-07-16T02:37:40.450Z Downloaded clap_derive v4.6.1
3582026-07-16T02:37:40.456Z Downloaded proc-macro-error v1.0.4
3592026-07-16T02:37:40.462Z Downloaded tempfile v3.25.0
3602026-07-16T02:37:40.465Z Downloaded toml v0.8.23
3612026-07-16T02:37:40.465Z Downloaded cargo_toml v0.21.0
3622026-07-16T02:37:40.470Z Downloaded pest_derive v2.8.6
3632026-07-16T02:37:40.474Z Downloaded bitflags v2.11.0
3642026-07-16T02:37:40.474Z Downloaded anyhow v1.0.102
3652026-07-16T02:37:40.477Z Downloaded ucd-trie v0.1.7
3662026-07-16T02:37:40.480Z Downloaded clap v4.6.1
3672026-07-16T02:37:40.483Z Downloaded serde_derive v1.0.228
3682026-07-16T02:37:40.486Z Downloaded proc-macro2 v1.0.106
3692026-07-16T02:37:40.494Z Downloaded unicode-ident v1.0.24
3702026-07-16T02:37:40.497Z Downloaded log v0.4.29
3712026-07-16T02:37:40.497Z Downloaded pest_generator v2.8.6
3722026-07-16T02:37:40.509Z Downloaded getrandom v0.4.1
3732026-07-16T02:37:40.513Z Downloaded serde_core v1.0.228
3742026-07-16T02:37:40.513Z Downloaded papergrid v0.11.0
3752026-07-16T02:37:40.513Z Downloaded pest_meta v2.8.6
3762026-07-16T02:37:40.514Z Downloaded toml_edit v0.22.27
3772026-07-16T02:37:40.527Z Downloaded typenum v1.20.1
3782026-07-16T02:37:40.530Z Downloaded memchr v2.8.0
3792026-07-16T02:37:40.535Z Downloaded serde v1.0.228
3802026-07-16T02:37:40.538Z Downloaded indexmap v2.14.0
3812026-07-16T02:37:40.547Z Downloaded tabled v0.15.0
3822026-07-16T02:37:40.570Z Downloaded serde_json v1.0.150
3832026-07-16T02:37:40.584Z Downloaded winnow v0.7.14
3842026-07-16T02:37:40.590Z Downloaded goblin v0.8.2
3852026-07-16T02:37:40.594Z Downloaded syn v2.0.117
3862026-07-16T02:37:40.608Z Downloaded syn v1.0.109
3872026-07-16T02:37:40.614Z Downloaded unicode-width v0.2.0
3882026-07-16T02:37:40.617Z Downloaded unicode-width v0.1.14
3892026-07-16T02:37:40.631Z Downloaded rustix v1.1.3
3902026-07-16T02:37:40.651Z Downloaded libc v0.2.185
3912026-07-16T02:37:40.713Z Compiling proc-macro2 v1.0.106
3922026-07-16T02:37:40.713Z Compiling unicode-ident v1.0.24
3932026-07-16T02:37:40.716Z Compiling quote v1.0.45
3942026-07-16T02:37:40.716Z Compiling serde_core v1.0.228
3952026-07-16T02:37:40.716Z Compiling libc v0.2.185
3962026-07-16T02:37:40.716Z Compiling version_check v0.9.5
3972026-07-16T02:37:40.716Z Compiling memchr v2.8.0
3982026-07-16T02:37:40.716Z Compiling serde v1.0.228
3992026-07-16T02:37:41.028Z Compiling zmij v1.0.21
4002026-07-16T02:37:41.336Z Compiling thiserror v1.0.69
4012026-07-16T02:37:41.399Z Compiling itoa v1.0.17
4022026-07-16T02:37:41.593Z Compiling ucd-trie v0.1.7
4032026-07-16T02:37:41.727Z Compiling rustix v1.1.3
4042026-07-16T02:37:41.749Z Compiling pest v2.8.6
4052026-07-16T02:37:41.850Z Compiling byteorder v1.5.0
4062026-07-16T02:37:41.876Z Compiling errno v0.3.14
4072026-07-16T02:37:41.974Z Compiling serde_json v1.0.150
4082026-07-16T02:37:42.078Z Compiling bitflags v2.11.0
4092026-07-16T02:37:42.278Z Compiling syn v2.0.117
4102026-07-16T02:37:42.296Z Compiling thread-id v4.2.2
4112026-07-16T02:37:42.296Z Compiling usdt-impl v0.5.0
4122026-07-16T02:37:42.396Z Compiling proc-macro-error-attr v1.0.4
4132026-07-16T02:37:42.436Z Compiling camino v1.2.2
4142026-07-16T02:37:42.552Z Compiling syn v1.0.109
4152026-07-16T02:37:42.749Z Compiling proc-macro-error v1.0.4
4162026-07-16T02:37:42.770Z Compiling pest_meta v2.8.6
4172026-07-16T02:37:42.954Z Compiling log v0.4.29
4182026-07-16T02:37:42.976Z Compiling getrandom v0.4.1
4192026-07-16T02:37:42.993Z Compiling utf8parse v0.2.2
4202026-07-16T02:37:43.143Z Compiling equivalent v1.0.2
4212026-07-16T02:37:43.237Z Compiling hashbrown v0.17.0
4222026-07-16T02:37:43.254Z Compiling plain v0.2.3
4232026-07-16T02:37:43.372Z Compiling terminal_size v0.4.3
4242026-07-16T02:37:43.413Z Compiling anstyle-parse v1.0.0
4252026-07-16T02:37:43.765Z Compiling indexmap v2.14.0
4262026-07-16T02:37:44.009Z Compiling cfg-if v1.0.4
4272026-07-16T02:37:44.081Z Compiling is_terminal_polyfill v1.70.2
4282026-07-16T02:37:44.099Z Compiling anstyle v1.0.14
4292026-07-16T02:37:44.122Z Compiling thiserror v2.0.18
4302026-07-16T02:37:44.176Z Compiling anstyle-query v1.1.5
4312026-07-16T02:37:44.291Z Compiling winnow v0.7.14
4322026-07-16T02:37:44.317Z Compiling autocfg v1.5.0
4332026-07-16T02:37:44.380Z Compiling colorchoice v1.0.4
4342026-07-16T02:37:44.397Z Compiling pretty-hex v0.4.1
4352026-07-16T02:37:44.468Z Compiling pest_generator v2.8.6
4362026-07-16T02:37:44.498Z Compiling toml_write v0.1.2
4372026-07-16T02:37:44.610Z Compiling anstream v1.0.0
4382026-07-16T02:37:44.765Z Compiling fs-err v3.3.0
4392026-07-16T02:37:44.941Z Compiling unicode-width v0.1.14
4402026-07-16T02:37:44.970Z Compiling heck v0.5.0
4412026-07-16T02:37:45.024Z Compiling fnv v1.0.7
4422026-07-16T02:37:45.042Z Compiling heck v0.4.1
4432026-07-16T02:37:45.131Z Compiling fastrand v2.3.0
4442026-07-16T02:37:45.193Z Compiling bytecount v0.6.9
4452026-07-16T02:37:45.210Z Compiling anyhow v1.0.102
4462026-07-16T02:37:45.215Z Compiling strsim v0.11.1
4472026-07-16T02:37:45.264Z Compiling clap_lex v1.0.0
4482026-07-16T02:37:45.327Z Compiling once_cell v1.21.3
4492026-07-16T02:37:45.387Z Compiling papergrid v0.11.0
4502026-07-16T02:37:45.498Z Compiling tempfile v3.25.0
4512026-07-16T02:37:45.549Z Compiling clap_builder v4.6.0
4522026-07-16T02:37:45.609Z Compiling tabled_derive v0.7.0
4532026-07-16T02:37:45.676Z Compiling cargo-platform v0.3.2
4542026-07-16T02:37:45.742Z Compiling semver v1.0.28
4552026-07-16T02:37:45.770Z Compiling memmap v0.7.0
4562026-07-16T02:37:45.862Z Compiling unicode-linebreak v0.1.5
4572026-07-16T02:37:45.945Z Compiling smawk v0.3.2
4582026-07-16T02:37:45.963Z Compiling unicode-width v0.2.0
4592026-07-16T02:37:46.094Z Compiling camino-tempfile v1.4.1
4602026-07-16T02:37:46.123Z Compiling serde_derive v1.0.228
4612026-07-16T02:37:46.299Z Compiling thiserror-impl v1.0.69
4622026-07-16T02:37:46.364Z Compiling zerocopy-derive v0.7.35
4632026-07-16T02:37:46.446Z Compiling pest_derive v2.8.6
4642026-07-16T02:37:46.455Z Compiling scroll_derive v0.12.1
4652026-07-16T02:37:46.584Z Compiling thiserror-impl v2.0.18
4662026-07-16T02:37:46.872Z Compiling clap_derive v4.6.1
4672026-07-16T02:37:46.894Z Compiling tabled v0.15.0
4682026-07-16T02:37:47.166Z Compiling scroll v0.12.0
4692026-07-16T02:37:47.272Z Compiling zerocopy v0.7.35
4702026-07-16T02:37:47.428Z Compiling goblin v0.8.2
4712026-07-16T02:37:47.727Z Compiling dtrace-parser v0.2.0
4722026-07-16T02:37:47.820Z Compiling textwrap v0.16.2
4732026-07-16T02:37:48.069Z Compiling swrite v0.1.0
4742026-07-16T02:37:48.665Z Compiling clap v4.6.1
4752026-07-16T02:37:49.238Z Compiling serde_spanned v0.6.9
4762026-07-16T02:37:49.238Z Compiling toml_datetime v0.6.11
4772026-07-16T02:37:49.242Z Compiling macaddr v1.0.1
4782026-07-16T02:37:49.242Z Compiling cargo_metadata v0.23.1
4792026-07-16T02:37:49.242Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4802026-07-16T02:37:49.318Z Compiling dof v0.3.0
4812026-07-16T02:37:49.322Z Compiling serde_tokenstream v0.2.3
4822026-07-16T02:37:49.469Z Compiling toml_edit v0.22.27
4832026-07-16T02:37:50.112Z Compiling usdt-macro v0.5.0
4842026-07-16T02:37:50.112Z Compiling usdt-attr-macro v0.5.0
4852026-07-16T02:37:50.705Z Compiling usdt v0.5.0
4862026-07-16T02:37:50.810Z Compiling toml v0.8.23
4872026-07-16T02:37:51.140Z Compiling cargo_toml v0.21.0
4882026-07-16T02:37:52.451Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4892026-07-16T02:37:54.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.26s
4902026-07-16T02:37:54.651Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4912026-07-16T02:37:55.153Z Downloading crates ...
4922026-07-16T02:37:55.253Z Downloaded assert_matches v1.5.0
4932026-07-16T02:37:55.256Z Downloaded aead v0.6.1
4942026-07-16T02:37:55.260Z Downloaded adler2 v2.0.1
4952026-07-16T02:37:55.260Z Downloaded aead v0.5.2
4962026-07-16T02:37:55.263Z Downloaded arrayvec v0.7.6
4972026-07-16T02:37:55.263Z Downloaded backon v1.6.0
4982026-07-16T02:37:55.266Z Downloaded ascii-canvas v3.0.0
4992026-07-16T02:37:55.266Z Downloaded async-bb8-diesel v0.2.1
5002026-07-16T02:37:55.270Z Downloaded cipher v0.4.4
5012026-07-16T02:37:55.273Z Downloaded arrayref v0.3.9
5022026-07-16T02:37:55.273Z Downloaded cpufeatures v0.3.0
5032026-07-16T02:37:55.276Z Downloaded cancel-safe-futures v0.1.5
5042026-07-16T02:37:55.276Z Downloaded bit-set v0.8.0
5052026-07-16T02:37:55.279Z Downloaded atty v0.2.14
5062026-07-16T02:37:55.279Z Downloaded array-init v0.0.4
5072026-07-16T02:37:55.279Z Downloaded bit-set v0.5.3
5082026-07-16T02:37:55.282Z Downloaded bb8 v0.8.6
5092026-07-16T02:37:55.285Z Downloaded cpubits v0.1.1
5102026-07-16T02:37:55.285Z Downloaded bitfield-struct v0.6.2
5112026-07-16T02:37:55.289Z Downloaded bcrypt-pbkdf v0.11.0
5122026-07-16T02:37:55.292Z Downloaded async-stream v0.3.6
5132026-07-16T02:37:55.292Z Downloaded ctr v0.10.1
5142026-07-16T02:37:55.295Z Downloaded crc32fast v1.5.0
5152026-07-16T02:37:55.295Z Downloaded crc-any v2.5.0
5162026-07-16T02:37:55.298Z Downloaded anstyle-parse v0.2.7
5172026-07-16T02:37:55.298Z Downloaded crc8 v0.1.1
5182026-07-16T02:37:55.301Z Downloaded convert_case v0.4.0
5192026-07-16T02:37:55.301Z Downloaded bitfield-macros v0.19.4
5202026-07-16T02:37:55.301Z Downloaded base16ct v0.2.0
5212026-07-16T02:37:55.301Z Downloaded crc v3.4.0
5222026-07-16T02:37:55.304Z Downloaded dunce v1.0.5
5232026-07-16T02:37:55.304Z Downloaded darling_macro v0.21.3
5242026-07-16T02:37:55.304Z Downloaded critical-section v1.2.0
5252026-07-16T02:37:55.307Z Downloaded atomic-waker v1.1.2
5262026-07-16T02:37:55.307Z Downloaded corncobs v0.1.4
5272026-07-16T02:37:55.307Z Downloaded console v0.15.11
5282026-07-16T02:37:55.310Z Downloaded async-stream-impl v0.3.6
5292026-07-16T02:37:55.310Z Downloaded convert_case v0.10.0
5302026-07-16T02:37:55.310Z Downloaded csv-core v0.1.13
5312026-07-16T02:37:55.314Z Downloaded crc-catalog v2.4.0
5322026-07-16T02:37:55.317Z Downloaded cookie_store v0.22.1
5332026-07-16T02:37:55.320Z Downloaded ciborium-io v0.2.2
5342026-07-16T02:37:55.320Z Downloaded ctutils v0.4.2
5352026-07-16T02:37:55.323Z Downloaded cookie v0.18.1
5362026-07-16T02:37:55.323Z Downloaded bitflags v1.3.2
5372026-07-16T02:37:55.326Z Downloaded crossbeam-deque v0.8.6
5382026-07-16T02:37:55.326Z Downloaded async-trait v0.1.89
5392026-07-16T02:37:55.329Z Downloaded bitfield v0.19.4
5402026-07-16T02:37:55.332Z Downloaded darling_macro v0.23.0
5412026-07-16T02:37:55.332Z Downloaded crunchy v0.2.4
5422026-07-16T02:37:55.332Z Downloaded block-buffer v0.12.1
5432026-07-16T02:37:55.332Z Downloaded cstr-argument v0.1.2
5442026-07-16T02:37:55.335Z Downloaded base16ct v1.0.0
5452026-07-16T02:37:55.338Z Downloaded castaway v0.2.4
5462026-07-16T02:37:55.341Z Downloaded defmt v0.3.100
5472026-07-16T02:37:55.341Z Downloaded darling_macro v0.13.4
5482026-07-16T02:37:55.341Z Downloaded compression-core v0.4.31
5492026-07-16T02:37:55.341Z Downloaded cfg_aliases v0.1.1
5502026-07-16T02:37:55.344Z Downloaded cfg_aliases v0.2.1
5512026-07-16T02:37:55.344Z Downloaded atomicwrites v0.4.4
5522026-07-16T02:37:55.344Z Downloaded curve25519-dalek-derive v0.1.1
5532026-07-16T02:37:55.348Z Downloaded dirs-next v2.0.0
5542026-07-16T02:37:55.348Z Downloaded debug-ignore v1.0.5
5552026-07-16T02:37:55.351Z Downloaded crucible-workspace-hack v0.1.0
5562026-07-16T02:37:55.353Z Downloaded document-features v0.2.12
5572026-07-16T02:37:55.354Z Downloaded defmt-parser v1.0.0
5582026-07-16T02:37:55.354Z Downloaded ciborium-ll v0.2.2
5592026-07-16T02:37:55.356Z Downloaded block-padding v0.4.2
5602026-07-16T02:37:55.359Z Downloaded crossbeam-utils v0.8.21
5612026-07-16T02:37:55.359Z Downloaded crypto-common v0.2.2
5622026-07-16T02:37:55.363Z Downloaded cobs v0.3.0
5632026-07-16T02:37:55.363Z Downloaded embedded-io v0.6.1
5642026-07-16T02:37:55.366Z Downloaded darling_macro v0.20.11
5652026-07-16T02:37:55.366Z Downloaded bit-vec v0.6.3
5662026-07-16T02:37:55.369Z Downloaded darling v0.21.3
5672026-07-16T02:37:55.373Z Downloaded compression-codecs v0.4.37
5682026-07-16T02:37:55.373Z Downloaded cipher v0.5.2
5692026-07-16T02:37:55.376Z Downloaded argon2 v0.5.3
5702026-07-16T02:37:55.376Z Downloaded anstream v0.6.21
5712026-07-16T02:37:55.377Z Downloaded data-encoding v2.10.0
5722026-07-16T02:37:55.380Z Downloaded dof v0.4.0
5732026-07-16T02:37:55.380Z Downloaded daft v0.1.7
5742026-07-16T02:37:55.383Z Downloaded cassowary v0.3.0
5752026-07-16T02:37:55.386Z Downloaded embedded-io v0.4.0
5762026-07-16T02:37:55.386Z Downloaded endian-type v0.1.2
5772026-07-16T02:37:55.389Z Downloaded digest-io v0.1.0
5782026-07-16T02:37:55.392Z Downloaded env_filter v1.0.0
5792026-07-16T02:37:55.392Z Downloaded derive_builder_macro v0.20.2
5802026-07-16T02:37:55.392Z Downloaded difflib v0.4.0
5812026-07-16T02:37:55.395Z Downloaded async-recursion v1.1.1
5822026-07-16T02:37:55.398Z Downloaded backoff v0.4.0
5832026-07-16T02:37:55.402Z Downloaded downcast-rs v2.0.2
5842026-07-16T02:37:55.405Z Downloaded display-error-chain v0.2.2
5852026-07-16T02:37:55.409Z Downloaded diesel_table_macro_syntax v0.3.0
5862026-07-16T02:37:55.409Z Downloaded defmt v1.0.1
5872026-07-16T02:37:55.412Z Downloaded derive-ex v0.1.8
5882026-07-16T02:37:55.412Z Downloaded daft-derive v0.1.7
5892026-07-16T02:37:55.416Z Downloaded float-cmp v0.10.0
5902026-07-16T02:37:55.416Z Downloaded form_urlencoded v1.2.2
5912026-07-16T02:37:55.416Z Downloaded foreign-types-shared v0.3.1
5922026-07-16T02:37:55.419Z Downloaded dtrace-parser v0.3.0
5932026-07-16T02:37:55.419Z Downloaded foreign-types v0.5.0
5942026-07-16T02:37:55.419Z Downloaded flagset v0.4.7
5952026-07-16T02:37:55.422Z Downloaded dyn-clone v1.0.20
5962026-07-16T02:37:55.422Z Downloaded chacha20 v0.9.1
5972026-07-16T02:37:55.425Z Downloaded constant_time_eq v0.4.2
5982026-07-16T02:37:55.425Z Downloaded buf-list v1.1.2
5992026-07-16T02:37:55.428Z Downloaded dropshot-api-manager-types v0.7.2
6002026-07-16T02:37:55.428Z Downloaded dsl_auto_type v0.2.0
6012026-07-16T02:37:55.431Z Downloaded cmov v0.5.4
6022026-07-16T02:37:55.431Z Downloaded camino-tempfile-ext v0.3.3
6032026-07-16T02:37:55.431Z Downloaded funty v2.0.0
6042026-07-16T02:37:55.434Z Downloaded cbc v0.2.1
6052026-07-16T02:37:55.434Z Downloaded byte-wrapper v0.1.0
6062026-07-16T02:37:55.438Z Downloaded git-stub v1.0.0
6072026-07-16T02:37:55.438Z Downloaded futures-task v0.3.32
6082026-07-16T02:37:55.441Z Downloaded futures-macro v0.3.32
6092026-07-16T02:37:55.441Z Downloaded digest v0.11.3
6102026-07-16T02:37:55.441Z Downloaded bit-vec v0.8.0
6112026-07-16T02:37:55.444Z Downloaded gethostname v0.5.0
6122026-07-16T02:37:55.444Z Downloaded ed25519 v3.0.0
6132026-07-16T02:37:55.448Z Downloaded fixedbitset v0.4.2
6142026-07-16T02:37:55.448Z Downloaded ena v0.14.4
6152026-07-16T02:37:55.448Z Downloaded ahash v0.8.12
6162026-07-16T02:37:55.451Z Downloaded foreign-types-macros v0.2.3
6172026-07-16T02:37:55.451Z Downloaded foreign-types-shared v0.1.1
6182026-07-16T02:37:55.452Z Downloaded fd-lock v4.0.4
6192026-07-16T02:37:55.452Z Downloaded chacha20 v0.10.0
6202026-07-16T02:37:55.455Z Downloaded float-ord v0.3.2
6212026-07-16T02:37:55.455Z Downloaded cmake v0.1.57
6222026-07-16T02:37:55.455Z Downloaded bcs v0.1.6
6232026-07-16T02:37:55.458Z Downloaded colored v2.2.0
6242026-07-16T02:37:55.458Z Downloaded foreign-types v0.3.2
6252026-07-16T02:37:55.458Z Downloaded enum-as-inner v0.6.1
6262026-07-16T02:37:55.461Z Downloaded der_derive v0.7.3
6272026-07-16T02:37:55.461Z Downloaded fxhash v0.2.1
6282026-07-16T02:37:55.461Z Downloaded futures-sink v0.3.32
6292026-07-16T02:37:55.464Z Downloaded futures-core v0.3.32
6302026-07-16T02:37:55.465Z Downloaded crossbeam-epoch v0.9.18
6312026-07-16T02:37:55.465Z Downloaded allocator-api2 v0.2.21
6322026-07-16T02:37:55.468Z Downloaded fallible-iterator v0.2.0
6332026-07-16T02:37:55.468Z Downloaded darling v0.23.0
6342026-07-16T02:37:55.471Z Downloaded ghash v0.6.0
6352026-07-16T02:37:55.474Z Downloaded delegate v0.13.5
6362026-07-16T02:37:55.474Z Downloaded blowfish v0.10.0
6372026-07-16T02:37:55.474Z Downloaded bytes v1.11.1
6382026-07-16T02:37:55.477Z Downloaded erased-serde v0.3.31
6392026-07-16T02:37:55.477Z Downloaded ff v0.14.0
6402026-07-16T02:37:55.480Z Downloaded find-msvc-tools v0.1.9
6412026-07-16T02:37:55.480Z Downloaded diesel-dtrace v0.5.0
6422026-07-16T02:37:55.484Z Downloaded fixedbitset v0.5.7
6432026-07-16T02:37:55.484Z Downloaded headers-core v0.3.0
6442026-07-16T02:37:55.484Z Downloaded hex v0.4.3
6452026-07-16T02:37:55.487Z Downloaded defmt-macros v1.0.1
6462026-07-16T02:37:55.487Z Downloaded foldhash v0.1.5
6472026-07-16T02:37:55.487Z Downloaded hash32 v0.3.1
6482026-07-16T02:37:55.490Z Downloaded hash32 v0.2.1
6492026-07-16T02:37:55.490Z Downloaded fs-err v2.11.0
6502026-07-16T02:37:55.493Z Downloaded displaydoc v0.2.5
6512026-07-16T02:37:55.493Z Downloaded derive_builder_core v0.20.2
6522026-07-16T02:37:55.493Z Downloaded cexpr v0.6.0
6532026-07-16T02:37:55.496Z Downloaded bzip2 v0.4.4
6542026-07-16T02:37:55.496Z Downloaded ed25519 v2.2.3
6552026-07-16T02:37:55.499Z Downloaded const_format_proc_macros v0.2.34
6562026-07-16T02:37:55.499Z Downloaded bzip2 v0.6.1
6572026-07-16T02:37:55.502Z Downloaded darling v0.20.11
6582026-07-16T02:37:55.502Z Downloaded ciborium v0.2.2
6592026-07-16T02:37:55.506Z Downloaded http-body v1.0.1
6602026-07-16T02:37:55.506Z Downloaded hostname v0.4.2
6612026-07-16T02:37:55.509Z Downloaded hex-literal v1.1.0
6622026-07-16T02:37:55.509Z Downloaded base64ct v1.8.3
6632026-07-16T02:37:55.509Z Downloaded clang-sys v1.8.1
6642026-07-16T02:37:55.512Z Downloaded blake2 v0.10.6
6652026-07-16T02:37:55.512Z Downloaded glob v0.3.3
6662026-07-16T02:37:55.515Z Downloaded foldhash v0.2.0
6672026-07-16T02:37:55.516Z Downloaded either v1.15.0
6682026-07-16T02:37:55.516Z Downloaded colored v3.1.1
6692026-07-16T02:37:55.519Z Downloaded git-stub-vcs v0.1.0
6702026-07-16T02:37:55.519Z Downloaded globwalk v0.9.1
6712026-07-16T02:37:55.522Z Downloaded hyper-tls v0.6.0
6722026-07-16T02:37:55.522Z Downloaded const-oid v0.10.2
6732026-07-16T02:37:55.522Z Downloaded derive_builder v0.20.2
6742026-07-16T02:37:55.525Z Downloaded http-range v0.1.5
6752026-07-16T02:37:55.528Z Downloaded fs_extra v1.3.0
6762026-07-16T02:37:55.528Z Downloaded group v0.14.0
6772026-07-16T02:37:55.528Z Downloaded group v0.13.0
6782026-07-16T02:37:55.531Z Downloaded home v0.5.12
6792026-07-16T02:37:55.532Z Downloaded deranged v0.5.8
6802026-07-16T02:37:55.532Z Downloaded dirs-sys-next v0.1.2
6812026-07-16T02:37:55.535Z Downloaded ff v0.13.1
6822026-07-16T02:37:55.535Z Downloaded enum_dispatch v0.3.13
6832026-07-16T02:37:55.535Z Downloaded futures-io v0.3.32
6842026-07-16T02:37:55.538Z Downloaded futures-executor v0.3.32
6852026-07-16T02:37:55.538Z Downloaded env_logger v0.11.9
6862026-07-16T02:37:55.538Z Downloaded darling_core v0.21.3
6872026-07-16T02:37:55.544Z Downloaded filetime v0.2.27
6882026-07-16T02:37:55.547Z Downloaded hubpack_derive v0.1.1
6892026-07-16T02:37:55.547Z Downloaded hubpack v0.1.2
6902026-07-16T02:37:55.547Z Downloaded argon2 v0.6.0-rc.8
6912026-07-16T02:37:55.552Z Downloaded globset v0.4.18
6922026-07-16T02:37:55.555Z Downloaded idna_adapter v1.2.1
6932026-07-16T02:37:55.555Z Downloaded ident_case v1.0.1
6942026-07-16T02:37:55.555Z Downloaded indoc v1.0.9
6952026-07-16T02:37:55.558Z Downloaded console v0.16.2
6962026-07-16T02:37:55.558Z Downloaded const-oid v0.9.6
6972026-07-16T02:37:55.558Z Downloaded ecdsa v0.17.0-rc.18
6982026-07-16T02:37:55.562Z Downloaded des v0.9.0
6992026-07-16T02:37:55.562Z Downloaded illumos-nvpair v0.3.0
7002026-07-16T02:37:55.565Z Downloaded blake2 v0.11.0-rc.6
7012026-07-16T02:37:55.569Z Downloaded inout v0.2.2
7022026-07-16T02:37:55.569Z Downloaded internet-checksum v0.2.1
7032026-07-16T02:37:55.569Z Downloaded illumos-nvpair-sys v0.2.0
7042026-07-16T02:37:55.572Z Downloaded ecdsa v0.16.9
7052026-07-16T02:37:55.572Z Downloaded instant v0.1.13
7062026-07-16T02:37:55.572Z Downloaded instability v0.3.11
7072026-07-16T02:37:55.577Z Downloaded http-body-util v0.1.3
7082026-07-16T02:37:55.581Z Downloaded base64 v0.22.1
7092026-07-16T02:37:55.592Z Downloaded hostname v0.3.1
7102026-07-16T02:37:55.597Z Downloaded libscf-sys v1.1.0
7112026-07-16T02:37:55.597Z Downloaded kstat-rs v0.2.4
7122026-07-16T02:37:55.597Z Downloaded ar_archive_writer v0.5.1
7132026-07-16T02:37:55.602Z Downloaded inout v0.1.4
7142026-07-16T02:37:55.602Z Downloaded is-terminal v0.4.17
7152026-07-16T02:37:55.610Z Downloaded hyper-staticfile v0.10.1
7162026-07-16T02:37:55.610Z Downloaded lazy_static v1.5.0
7172026-07-16T02:37:55.613Z Downloaded kem v0.3.0
7182026-07-16T02:37:55.613Z Downloaded lalrpop-util v0.19.12
7192026-07-16T02:37:55.618Z Downloaded lru v0.12.5
7202026-07-16T02:37:55.618Z Downloaded match_cfg v0.1.0
7212026-07-16T02:37:55.618Z Downloaded maplit v1.0.2
7222026-07-16T02:37:55.618Z Downloaded managed v0.8.0
7232026-07-16T02:37:55.621Z Downloaded is_ci v1.2.0
7242026-07-16T02:37:55.621Z Downloaded fatfs v0.3.6
7252026-07-16T02:37:55.624Z Downloaded keccak v0.1.6
7262026-07-16T02:37:55.627Z Downloaded humantime v2.3.0
7272026-07-16T02:37:55.627Z Downloaded futures-channel v0.3.32
7282026-07-16T02:37:55.630Z Downloaded hmac v0.13.0
7292026-07-16T02:37:55.633Z Downloaded md-5 v0.10.6
7302026-07-16T02:37:55.633Z Downloaded lru-cache v0.1.2
7312026-07-16T02:37:55.636Z Downloaded httpdate v1.0.3
7322026-07-16T02:37:55.636Z Downloaded memoffset v0.9.1
7332026-07-16T02:37:55.636Z Downloaded mime v0.3.17
7342026-07-16T02:37:55.640Z Downloaded md5 v0.8.0
7352026-07-16T02:37:55.640Z Downloaded maybe-uninit v2.0.0
7362026-07-16T02:37:55.643Z Downloaded ingot v0.1.1
7372026-07-16T02:37:55.646Z Downloaded const_format v0.2.35
7382026-07-16T02:37:55.649Z Downloaded getrandom v0.2.17
7392026-07-16T02:37:55.649Z Downloaded diff v0.1.13
7402026-07-16T02:37:55.652Z Downloaded indent_write v2.2.0
7412026-07-16T02:37:55.655Z Downloaded darling v0.13.4
7422026-07-16T02:37:55.658Z Downloaded elliptic-curve v0.14.0-rc.33
7432026-07-16T02:37:55.658Z Downloaded compact_str v0.8.1
7442026-07-16T02:37:55.662Z Downloaded cc v1.2.56
7452026-07-16T02:37:55.665Z Downloaded base64 v0.21.7
7462026-07-16T02:37:55.668Z Downloaded lzss v0.8.2
7472026-07-16T02:37:55.668Z Downloaded nibble_vec v0.1.0
7482026-07-16T02:37:55.671Z Downloaded keccak v0.2.0
7492026-07-16T02:37:55.671Z Downloaded newline-converter v0.3.0
7502026-07-16T02:37:55.671Z Downloaded newtype-uuid-macros v0.1.0
7512026-07-16T02:37:55.674Z Downloaded derive-where v1.6.0
7522026-07-16T02:37:55.674Z Downloaded nonempty v0.12.0
7532026-07-16T02:37:55.677Z Downloaded indoc v2.0.7
7542026-07-16T02:37:55.677Z Downloaded half v1.8.3
7552026-07-16T02:37:55.680Z Downloaded elliptic-curve v0.13.8
7562026-07-16T02:37:55.683Z Downloaded drift v0.2.0
7572026-07-16T02:37:55.686Z Downloaded normalize-line-endings v0.3.0
7582026-07-16T02:37:55.689Z Downloaded linked-hash-map v0.5.6
7592026-07-16T02:37:55.689Z Downloaded libsw v3.5.0
7602026-07-16T02:37:55.690Z Downloaded libloading v0.8.9
7612026-07-16T02:37:55.693Z Downloaded num-iter v0.1.45
7622026-07-16T02:37:55.693Z Downloaded num-conv v0.2.0
7632026-07-16T02:37:55.693Z Downloaded ingot-types v0.1.2
7642026-07-16T02:37:55.696Z Downloaded highway v1.3.0
7652026-07-16T02:37:55.696Z Downloaded num_enum_derive v0.5.11
7662026-07-16T02:37:55.696Z Downloaded newtype_derive v0.1.6
7672026-07-16T02:37:55.699Z Downloaded iana-time-zone v0.1.65
7682026-07-16T02:37:55.699Z Downloaded hyper-rustls v0.27.7
7692026-07-16T02:37:55.702Z Downloaded hybrid-array v0.4.13
7702026-07-16T02:37:55.702Z Downloaded dropshot_endpoint v0.17.1
7712026-07-16T02:37:55.706Z Downloaded darling_core v0.13.4
7722026-07-16T02:37:55.710Z Downloaded crypto-bigint v0.5.5
7732026-07-16T02:37:55.713Z Downloaded num v0.4.3
7742026-07-16T02:37:55.713Z Downloaded mime_guess v2.0.5
7752026-07-16T02:37:55.713Z Downloaded futures v0.3.32
7762026-07-16T02:37:55.717Z Downloaded impl-trait-for-tuples v0.2.3
7772026-07-16T02:37:55.731Z Downloaded num-derive v0.4.2
7782026-07-16T02:37:55.740Z Downloaded num_threads v0.1.7
7792026-07-16T02:37:55.740Z Downloaded crossbeam-channel v0.5.15
7802026-07-16T02:37:55.743Z Downloaded ipnet v2.11.0
7812026-07-16T02:37:55.743Z Downloaded num-derive v0.3.3
7822026-07-16T02:37:55.743Z Downloaded native-tls v0.2.18
7832026-07-16T02:37:55.744Z Downloaded olpc-cjson v0.1.4
7842026-07-16T02:37:55.744Z Downloaded nu-ansi-term v0.50.3
7852026-07-16T02:37:55.744Z Downloaded openssl-probe v0.1.6
7862026-07-16T02:37:55.744Z Downloaded openssl-macros v0.1.1
7872026-07-16T02:37:55.744Z Downloaded opaque-debug v0.3.1
7882026-07-16T02:37:55.747Z Downloaded derive_more v0.99.20
7892026-07-16T02:37:55.747Z Downloaded nanorand v0.7.0
7902026-07-16T02:37:55.750Z Downloaded darling_core v0.20.11
7912026-07-16T02:37:55.755Z Downloaded multer v3.1.0
7922026-07-16T02:37:55.755Z Downloaded ingot-macros v0.1.1
7932026-07-16T02:37:55.758Z Downloaded linear-map v1.2.0
7942026-07-16T02:37:55.758Z Downloaded libsw-core v0.3.2
7952026-07-16T02:37:55.758Z Downloaded libefi-sys v0.1.0
7962026-07-16T02:37:55.758Z Downloaded oso-derive v0.27.3
7972026-07-16T02:37:55.758Z Downloaded openssl-probe v0.2.1
7982026-07-16T02:37:55.761Z Downloaded half v2.7.1
7992026-07-16T02:37:55.761Z Downloaded darling_core v0.23.0
8002026-07-16T02:37:55.764Z Downloaded num-rational v0.4.2
8012026-07-16T02:37:55.764Z Downloaded num-integer v0.1.46
8022026-07-16T02:37:55.767Z Downloaded jobserver v0.1.34
8032026-07-16T02:37:55.767Z Downloaded hmac v0.12.1
8042026-07-16T02:37:55.771Z Downloaded packed_struct_codegen v0.10.1
8052026-07-16T02:37:55.771Z Downloaded newtype-uuid v1.3.2
8062026-07-16T02:37:55.771Z Downloaded httparse v1.10.1
8072026-07-16T02:37:55.774Z Downloaded getrandom v0.3.4
8082026-07-16T02:37:55.774Z Downloaded flate2 v1.1.9
8092026-07-16T02:37:55.778Z Downloaded num_enum v0.7.6
8102026-07-16T02:37:55.781Z Downloaded generic-array v1.4.3
8112026-07-16T02:37:55.784Z Downloaded chacha20poly1305 v0.10.1
8122026-07-16T02:37:55.784Z Downloaded litemap v0.8.1
8132026-07-16T02:37:55.787Z Downloaded flume v0.11.1
8142026-07-16T02:37:55.787Z Downloaded peg-runtime v0.8.5
8152026-07-16T02:37:55.791Z Downloaded parse-size v1.1.0
8162026-07-16T02:37:55.791Z Downloaded derive_more v2.1.1
8172026-07-16T02:37:55.796Z Downloaded percent-encoding v2.3.2
8182026-07-16T02:37:55.800Z Downloaded parse-display v0.10.0
8192026-07-16T02:37:55.800Z Downloaded module-lattice v0.2.3
8202026-07-16T02:37:55.800Z Downloaded ml-kem v0.3.2
8212026-07-16T02:37:55.800Z Downloaded lock_api v0.4.14
8222026-07-16T02:37:55.803Z Downloaded der v0.7.10
8232026-07-16T02:37:55.806Z Downloaded password-hash v0.6.1
8242026-07-16T02:37:55.806Z Downloaded litrs v1.0.0
8252026-07-16T02:37:55.809Z Downloaded bumpalo v3.20.2
8262026-07-16T02:37:55.809Z Downloaded arc-swap v1.8.2
8272026-07-16T02:37:55.812Z Downloaded phf_shared v0.13.1
8282026-07-16T02:37:55.812Z Downloaded async-compression v0.4.41
8292026-07-16T02:37:55.815Z Downloaded nodrop v0.1.14
8302026-07-16T02:37:55.818Z Downloaded phf_shared v0.11.3
8312026-07-16T02:37:55.818Z Downloaded new_debug_unreachable v1.0.6
8322026-07-16T02:37:55.818Z Downloaded multimap v0.10.1
8332026-07-16T02:37:55.818Z Downloaded lru-slab v0.1.2
8342026-07-16T02:37:55.821Z Downloaded ipnetwork v0.21.1
8352026-07-16T02:37:55.822Z Downloaded phf_shared v0.12.1
8362026-07-16T02:37:55.825Z Downloaded oxide-tokio-rt v0.1.4
8372026-07-16T02:37:55.825Z Downloaded memmap2 v0.9.10
8382026-07-16T02:37:55.828Z Downloaded oxnet v0.1.6
8392026-07-16T02:37:55.828Z Downloaded num_enum v0.5.11
8402026-07-16T02:37:55.844Z Downloaded icu_normalizer v2.1.1
8412026-07-16T02:37:55.847Z Downloaded headers v0.4.1
8422026-07-16T02:37:55.850Z Downloaded packed_struct v0.10.1
8432026-07-16T02:37:55.853Z Downloaded proc-macro-error-attr2 v2.0.0
8442026-07-16T02:37:55.856Z Downloaded indexmap v1.9.3
8452026-07-16T02:37:55.856Z Downloaded heapless v0.8.0
8462026-07-16T02:37:55.859Z Downloaded heapless v0.7.17
8472026-07-16T02:37:55.862Z Downloaded owo-colors v4.3.0
8482026-07-16T02:37:55.862Z Downloaded hickory-resolver v0.25.2
8492026-07-16T02:37:55.865Z Downloaded predicates-core v1.0.10
8502026-07-16T02:37:55.865Z Downloaded ignore v0.4.25
8512026-07-16T02:37:55.869Z Downloaded precomputed-hash v0.1.1
8522026-07-16T02:37:55.869Z Downloaded proc-macro-crate v1.3.1
8532026-07-16T02:37:55.870Z Downloaded potential_utf v0.1.4
8542026-07-16T02:37:55.873Z Downloaded icu_provider v2.1.1
8552026-07-16T02:37:55.873Z Downloaded hickory-resolver v0.24.4
8562026-07-16T02:37:55.873Z Downloaded parse-display-derive v0.10.0
8572026-07-16T02:37:55.876Z Downloaded expectorate v1.2.0
8582026-07-16T02:37:55.876Z Downloaded peg-macros v0.8.5
8592026-07-16T02:37:55.879Z Downloaded paste v1.0.15
8602026-07-16T02:37:55.879Z Downloaded powerfmt v0.2.0
8612026-07-16T02:37:55.882Z Downloaded password-hash v0.5.0
8622026-07-16T02:37:55.885Z Downloaded peg v0.8.5
8632026-07-16T02:37:55.889Z Downloaded proc-macro-crate v3.4.0
8642026-07-16T02:37:55.889Z Downloaded predicates-tree v1.0.13
8652026-07-16T02:37:55.893Z Downloaded derive_more-impl v2.1.1
8662026-07-16T02:37:55.897Z Downloaded aes v0.9.1
8672026-07-16T02:37:55.900Z Downloaded phc v0.6.1
8682026-07-16T02:37:55.903Z Downloaded pin-project-internal v1.1.11
8692026-07-16T02:37:55.903Z Downloaded pem-rfc7468 v0.7.0
8702026-07-16T02:37:55.903Z Downloaded pbkdf2 v0.13.0
8712026-07-16T02:37:55.907Z Downloaded pin-project-lite v0.2.17
8722026-07-16T02:37:55.910Z Downloaded progenitor-macro v0.13.0
8732026-07-16T02:37:55.910Z Downloaded pkcs8 v0.10.2
8742026-07-16T02:37:55.913Z Downloaded progenitor-macro v0.14.0
8752026-07-16T02:37:55.913Z Downloaded phf v0.12.1
8762026-07-16T02:37:55.913Z Downloaded pem-rfc7468 v1.0.0
8772026-07-16T02:37:55.913Z Downloaded path-slash v0.1.5
8782026-07-16T02:37:55.916Z Downloaded num-complex v0.4.6
8792026-07-16T02:37:55.916Z Downloaded libbz2-rs-sys v0.2.2
8802026-07-16T02:37:55.916Z Downloaded psl-types v2.0.11
8812026-07-16T02:37:55.920Z Downloaded phf v0.13.1
8822026-07-16T02:37:55.920Z Downloaded ed25519-dalek v2.2.0
8832026-07-16T02:37:55.923Z Downloaded icu_collections v2.1.1
8842026-07-16T02:37:55.926Z Downloaded polyval v0.7.1
8852026-07-16T02:37:55.926Z Downloaded icu_properties v2.1.2
8862026-07-16T02:37:55.929Z Downloaded parking_lot v0.11.2
8872026-07-16T02:37:55.929Z Downloaded num-traits v0.2.19
8882026-07-16T02:37:55.933Z Downloaded num_enum_derive v0.7.6
8892026-07-16T02:37:55.933Z Downloaded icu_normalizer_data v2.1.1
8902026-07-16T02:37:55.937Z Downloaded icu_locale_core v2.1.1
8912026-07-16T02:37:55.937Z Downloaded parking_lot_core v0.9.12
8922026-07-16T02:37:55.940Z Downloaded pem v3.0.6
8932026-07-16T02:37:55.940Z Downloaded progenitor-client v0.14.0
8942026-07-16T02:37:55.943Z Downloaded radium v0.7.0
8952026-07-16T02:37:55.943Z Downloaded port-file v0.1.0
8962026-07-16T02:37:55.943Z Downloaded ref-cast v1.0.25
8972026-07-16T02:37:55.947Z Downloaded rand_chacha v0.3.1
8982026-07-16T02:37:55.948Z Downloaded recursive-proc-macro-impl v0.1.1
8992026-07-16T02:37:55.948Z Downloaded indicatif v0.18.4
9002026-07-16T02:37:55.951Z Downloaded rand_xorshift v0.4.0
9012026-07-16T02:37:55.951Z Downloaded omicron-zone-package v0.12.3
9022026-07-16T02:37:55.954Z Downloaded progenitor-client v0.13.0
9032026-07-16T02:37:55.954Z Downloaded progenitor v0.14.0
9042026-07-16T02:37:55.954Z Downloaded progenitor v0.13.0
9052026-07-16T02:37:55.954Z Downloaded proc-macro-error2 v2.0.1
9062026-07-16T02:37:55.961Z Downloaded jiff-static v0.2.21
9072026-07-16T02:37:55.965Z Downloaded postgres-protocol v0.6.10
9082026-07-16T02:37:55.968Z Downloaded recursive v0.1.1
9092026-07-16T02:37:55.974Z Downloaded parking_lot v0.12.5
9102026-07-16T02:37:55.977Z Downloaded primefield v0.14.0
9112026-07-16T02:37:55.977Z Downloaded poly1305 v0.9.0
9122026-07-16T02:37:55.977Z Downloaded r2d2 v0.8.10
9132026-07-16T02:37:55.977Z Downloaded rand_core v0.6.4
9142026-07-16T02:37:55.980Z Downloaded pkg-config v0.3.32
9152026-07-16T02:37:55.980Z Downloaded pkcs8 v0.11.0
9162026-07-16T02:37:55.980Z Downloaded pkcs1 v0.8.0-rc.4
9172026-07-16T02:37:55.983Z Downloaded rfc6979 v0.5.0
9182026-07-16T02:37:55.983Z Downloaded russh-util v0.52.0
9192026-07-16T02:37:55.986Z Downloaded parking_lot_core v0.8.6
9202026-07-16T02:37:55.986Z Downloaded predicates v3.1.4
9212026-07-16T02:37:55.989Z Downloaded ref-cast-impl v1.0.25
9222026-07-16T02:37:55.992Z Downloaded primeorder v0.14.0-rc.10
9232026-07-16T02:37:55.993Z Downloaded primeorder v0.13.6
9242026-07-16T02:37:55.998Z Downloaded papergrid v0.17.0
9252026-07-16T02:37:56.002Z Downloaded russh-cryptovec v0.61.0
9262026-07-16T02:37:56.002Z Downloaded hashbrown v0.12.3
9272026-07-16T02:37:56.005Z Downloaded rustc-hash v2.1.1
9282026-07-16T02:37:56.005Z Downloaded quick-error v1.2.3
9292026-07-16T02:37:56.008Z Downloaded ppv-lite86 v0.2.21
9302026-07-16T02:37:56.008Z Downloaded postgres-types v0.2.12
9312026-07-16T02:37:56.011Z Downloaded rfc6979 v0.4.0
9322026-07-16T02:37:56.011Z Downloaded minimal-lexical v0.2.1
9332026-07-16T02:37:56.015Z Downloaded psm v0.1.30
9342026-07-16T02:37:56.015Z Downloaded diesel_derives v2.3.7
9352026-07-16T02:37:56.018Z Downloaded miniz_oxide v0.8.9
9362026-07-16T02:37:56.021Z Downloaded poly1305 v0.8.0
9372026-07-16T02:37:56.024Z Downloaded rustc_version v0.4.1
9382026-07-16T02:37:56.024Z Downloaded rustc_version v0.1.7
9392026-07-16T02:37:56.024Z Downloaded hashbrown v0.13.2
9402026-07-16T02:37:56.028Z Downloaded rtoolbox v0.0.3
9412026-07-16T02:37:56.028Z Downloaded rand_core v0.10.0
9422026-07-16T02:37:56.033Z Downloaded rand_chacha v0.9.0
9432026-07-16T02:37:56.033Z Downloaded ed25519-dalek v3.0.0-rc.0
9442026-07-16T02:37:56.037Z Downloaded pkcs5 v0.8.1
9452026-07-16T02:37:56.037Z Downloaded pkcs1 v0.7.5
9462026-07-16T02:37:56.037Z Downloaded der v0.8.0
9472026-07-16T02:37:56.041Z Downloaded openssl-sys v0.9.115
9482026-07-16T02:37:56.044Z Downloaded oso v0.27.3
9492026-07-16T02:37:56.048Z Downloaded resolv-conf v0.7.6
9502026-07-16T02:37:56.048Z Downloaded quinn-udp v0.5.14
9512026-07-16T02:37:56.048Z Downloaded scroll_derive v0.13.1
9522026-07-16T02:37:56.052Z Downloaded serde-big-array v0.5.1
9532026-07-16T02:37:56.055Z Downloaded secrecy v0.8.0
9542026-07-16T02:37:56.058Z Downloaded scheduled-thread-pool v0.2.7
9552026-07-16T02:37:56.058Z Downloaded crossterm v0.28.1
9562026-07-16T02:37:56.061Z Downloaded semver v0.1.20
9572026-07-16T02:37:56.064Z Downloaded secrecy v0.10.3
9582026-07-16T02:37:56.067Z Downloaded progenitor-extras v0.2.0
9592026-07-16T02:37:56.070Z Downloaded aes-gcm v0.11.0
9602026-07-16T02:37:56.073Z Downloaded same-file v1.0.6
9612026-07-16T02:37:56.076Z Downloaded scopeguard v1.2.0
9622026-07-16T02:37:56.077Z Downloaded serde_urlencoded v0.7.1
9632026-07-16T02:37:56.077Z Downloaded rand_seeder v0.4.0
9642026-07-16T02:37:56.080Z Downloaded p256 v0.14.0-rc.10
9652026-07-16T02:37:56.080Z Downloaded serde_plain v1.0.2
9662026-07-16T02:37:56.083Z Downloaded serde_spanned v1.1.1
9672026-07-16T02:37:56.086Z Downloaded rustversion v1.0.22
9682026-07-16T02:37:56.086Z Downloaded rusty-fork v0.3.1
9692026-07-16T02:37:56.090Z Downloaded crossterm v0.29.0
9702026-07-16T02:37:56.096Z Downloaded pin-project v1.1.11
9712026-07-16T02:37:56.102Z Downloaded serde_repr v0.1.20
9722026-07-16T02:37:56.105Z Downloaded serde_bytes v0.11.19
9732026-07-16T02:37:56.105Z Downloaded sha1 v0.11.0
9742026-07-16T02:37:56.111Z Downloaded sha1 v0.10.6
9752026-07-16T02:37:56.115Z Downloaded shell-words v1.1.1
9762026-07-16T02:37:56.118Z Downloaded signature v3.0.0
9772026-07-16T02:37:56.118Z Downloaded itertools v0.10.5
9782026-07-16T02:37:56.121Z Downloaded signal-hook-tokio v0.3.1
9792026-07-16T02:37:56.121Z Downloaded internal-russh-num-bigint v0.5.0
9802026-07-16T02:37:56.125Z Downloaded p384 v0.14.0-rc.10
9812026-07-16T02:37:56.128Z Downloaded postcard v1.1.3
9822026-07-16T02:37:56.132Z Downloaded hickory-server v0.25.2
9832026-07-16T02:37:56.135Z Downloaded rand_core v0.9.5
9842026-07-16T02:37:56.136Z Downloaded seq-macro v0.3.6
9852026-07-16T02:37:56.136Z Downloaded serde_path_to_error v0.1.20
9862026-07-16T02:37:56.141Z Downloaded serde_derive_internals v0.29.1
9872026-07-16T02:37:56.141Z Downloaded sigpipe v0.1.3
9882026-07-16T02:37:56.141Z Downloaded serde-hex v0.1.0
9892026-07-16T02:37:56.145Z Downloaded sec1 v0.7.3
9902026-07-16T02:37:56.145Z Downloaded scrypt v0.12.0
9912026-07-16T02:37:56.145Z Downloaded rustls-pemfile v2.2.0
9922026-07-16T02:37:56.145Z Downloaded signature v2.2.0
9932026-07-16T02:37:56.149Z Downloaded rustls-native-certs v0.8.3
9942026-07-16T02:37:56.152Z Downloaded aho-corasick v1.1.4
9952026-07-16T02:37:56.155Z Downloaded signal-hook-mio v0.2.5
9962026-07-16T02:37:56.155Z Downloaded prefix-trie v0.7.0
9972026-07-16T02:37:56.159Z Downloaded http v1.4.2
9982026-07-16T02:37:56.164Z Downloaded rcgen v0.12.1
9992026-07-16T02:37:56.167Z Downloaded sapling-renderdag v0.1.0
10002026-07-16T02:37:56.171Z Downloaded scroll v0.13.0
10012026-07-16T02:37:56.182Z Downloaded schemars_derive v0.8.22
10022026-07-16T02:37:56.185Z Downloaded slog-bunyan v2.5.0
10032026-07-16T02:37:56.185Z Downloaded slog-envlogger v2.2.0
10042026-07-16T02:37:56.190Z Downloaded hyper-util v0.1.20
10052026-07-16T02:37:56.193Z Downloaded progenitor-impl v0.14.0
10062026-07-16T02:37:56.197Z Downloaded shlex v1.3.0
10072026-07-16T02:37:56.197Z Downloaded serdect v0.4.3
10082026-07-16T02:37:56.197Z Downloaded sec1 v0.8.1
10092026-07-16T02:37:56.202Z Downloaded progenitor-impl v0.13.0
10102026-07-16T02:37:56.202Z Downloaded strip-ansi-escapes v0.2.1
10112026-07-16T02:37:56.202Z Downloaded strum v0.26.3
10122026-07-16T02:37:56.217Z Downloaded simd-adler32 v0.3.8
10132026-07-16T02:37:56.220Z Downloaded structmeta-derive v0.3.0
10142026-07-16T02:37:56.220Z Downloaded serde_with_macros v1.5.2
10152026-07-16T02:37:56.224Z Downloaded slog-async v2.8.0
10162026-07-16T02:37:56.224Z Downloaded stable_deref_trait v1.2.1
10172026-07-16T02:37:56.227Z Downloaded nom v7.1.3
10182026-07-16T02:37:56.227Z Downloaded strum v0.27.2
10192026-07-16T02:37:56.230Z Downloaded dropshot-api-manager v0.7.2
10202026-07-16T02:37:56.238Z Downloaded slog-term v2.9.2
10212026-07-16T02:37:56.241Z Downloaded hashbrown v0.15.5
10222026-07-16T02:37:56.244Z Downloaded slog-stdlog v4.1.1
10232026-07-16T02:37:56.245Z Downloaded salsa20 v0.11.0
10242026-07-16T02:37:56.248Z Downloaded rustls-pki-types v1.14.0
10252026-07-16T02:37:56.248Z Downloaded structmeta v0.3.0
10262026-07-16T02:37:56.252Z Downloaded siphasher v1.0.2
10272026-07-16T02:37:56.252Z Downloaded signal-hook-registry v1.4.8
10282026-07-16T02:37:56.252Z Downloaded sync_wrapper v1.0.2
10292026-07-16T02:37:56.252Z Downloaded subtle v2.6.1
10302026-07-16T02:37:56.255Z Downloaded sqlformat v0.3.5
10312026-07-16T02:37:56.255Z Downloaded sync-ptr v0.1.4
10322026-07-16T02:37:56.255Z Downloaded supports-color v3.0.2
10332026-07-16T02:37:56.259Z Downloaded slab v0.4.12
10342026-07-16T02:37:56.259Z Downloaded tap v1.0.1
10352026-07-16T02:37:56.259Z Downloaded take_mut v0.2.2
10362026-07-16T02:37:56.262Z Downloaded termtree v0.5.1
10372026-07-16T02:37:56.265Z Downloaded pretty_assertions v1.4.1
10382026-07-16T02:37:56.269Z Downloaded spki v0.8.0
10392026-07-16T02:37:56.269Z Downloaded sha2 v0.11.0
10402026-07-16T02:37:56.274Z Downloaded iri-string v0.7.10
10412026-07-16T02:37:56.277Z Downloaded tabwriter v1.4.1
10422026-07-16T02:37:56.277Z Downloaded tabled_derive v0.11.0
10432026-07-16T02:37:56.277Z Downloaded slog-scope v4.4.1
10442026-07-16T02:37:56.277Z Downloaded testing_table v0.3.0
10452026-07-16T02:37:56.281Z Downloaded slog-json v2.6.1
10462026-07-16T02:37:56.281Z Downloaded slog-dtrace v0.3.0
10472026-07-16T02:37:56.281Z Downloaded strsim v0.10.0
10482026-07-16T02:37:56.281Z Downloaded stacker v0.1.23
10492026-07-16T02:37:56.284Z Downloaded publicsuffix v2.3.0
10502026-07-16T02:37:56.284Z Downloaded stringprep v0.1.5
10512026-07-16T02:37:56.288Z Downloaded string_cache v0.8.9
10522026-07-16T02:37:56.288Z Downloaded ssh-encoding v0.3.0-rc.9
10532026-07-16T02:37:56.288Z Downloaded spki v0.7.3
10542026-07-16T02:37:56.291Z Downloaded smf v0.2.3
10552026-07-16T02:37:56.295Z Downloaded smallvec v0.6.14
10562026-07-16T02:37:56.295Z Downloaded serde_cbor v0.11.2
10572026-07-16T02:37:56.295Z Downloaded thread-id v5.1.0
10582026-07-16T02:37:56.299Z Downloaded snafu-derive v0.8.9
10592026-07-16T02:37:56.303Z Downloaded thiserror-impl-no-std v2.0.2
10602026-07-16T02:37:56.306Z Downloaded mio v1.2.0
10612026-07-16T02:37:56.306Z Downloaded time-core v0.1.8
10622026-07-16T02:37:56.309Z Downloaded static_assertions v1.1.0
10632026-07-16T02:37:56.310Z Downloaded strum_macros v0.24.3
10642026-07-16T02:37:56.313Z Downloaded ssh-cipher v0.3.0-rc.9
10652026-07-16T02:37:56.313Z Downloaded p521 v0.14.0-rc.10
10662026-07-16T02:37:56.317Z Downloaded sqlparser_derive v0.5.0
10672026-07-16T02:37:56.324Z Downloaded hashbrown v0.16.1
10682026-07-16T02:37:56.328Z Downloaded ryu v1.0.23
10692026-07-16T02:37:56.331Z Downloaded rustls-platform-verifier v0.6.2
10702026-07-16T02:37:56.335Z Downloaded support-bundle-viewer v0.1.2
10712026-07-16T02:37:56.335Z Downloaded hkdf v0.13.0
10722026-07-16T02:37:56.339Z Downloaded tinyvec_macros v0.1.1
10732026-07-16T02:37:56.339Z Downloaded prettyplease v0.2.37
10742026-07-16T02:37:56.339Z Downloaded termios v0.3.3
10752026-07-16T02:37:56.342Z Downloaded tagptr v0.2.0
10762026-07-16T02:37:56.342Z Downloaded strum_macros v0.27.2
10772026-07-16T02:37:56.342Z Downloaded tokio-test v0.4.5
10782026-07-16T02:37:56.346Z Downloaded spin v0.9.8
10792026-07-16T02:37:56.346Z Downloaded schemars v0.8.22
10802026-07-16T02:37:56.352Z Downloaded num-bigint v0.4.6
10812026-07-16T02:37:56.369Z Downloaded synstructure v0.13.2
10822026-07-16T02:37:56.369Z Downloaded strum_macros v0.26.4
10832026-07-16T02:37:56.369Z Downloaded qorb v0.4.1
10842026-07-16T02:37:56.369Z Downloaded smallvec v1.15.1
10852026-07-16T02:37:56.369Z Downloaded futures-util v0.3.32
10862026-07-16T02:37:56.374Z Downloaded thiserror-no-std v2.0.2
10872026-07-16T02:37:56.374Z Downloaded tower-service v0.3.3
10882026-07-16T02:37:56.374Z Downloaded quinn v0.11.9
10892026-07-16T02:37:56.378Z Downloaded rand v0.9.2
10902026-07-16T02:37:56.382Z Downloaded topological-sort v0.2.2
10912026-07-16T02:37:56.385Z Downloaded ron v0.8.1
10922026-07-16T02:37:56.385Z Downloaded similar v2.7.0
10932026-07-16T02:37:56.388Z Downloaded trait-variant v0.1.2
10942026-07-16T02:37:56.395Z Downloaded slog v2.8.2
10952026-07-16T02:37:56.395Z Downloaded try-lock v0.2.5
10962026-07-16T02:37:56.399Z Downloaded libxml v0.3.3
10972026-07-16T02:37:56.399Z Downloaded tiny-keccak v2.0.2
10982026-07-16T02:37:56.399Z Downloaded aws-lc-rs v1.16.3
10992026-07-16T02:37:56.402Z Downloaded tokio-macros v2.7.0
11002026-07-16T02:37:56.406Z Downloaded tokio-dtrace v0.1.1
11012026-07-16T02:37:56.406Z Downloaded num-bigint-dig v0.8.6
11022026-07-16T02:37:56.409Z Downloaded unarray v0.1.4
11032026-07-16T02:37:56.409Z Downloaded tinystr v0.8.2
11042026-07-16T02:37:56.413Z Downloaded unicode-truncate v1.1.0
11052026-07-16T02:37:56.413Z Downloaded unit-prefix v0.5.2
11062026-07-16T02:37:56.413Z Downloaded itertools v0.12.1
11072026-07-16T02:37:56.416Z Downloaded icu_properties_data v2.1.2
11082026-07-16T02:37:56.421Z Downloaded tokio-native-tls v0.3.1
11092026-07-16T02:37:56.424Z Downloaded tokio-tungstenite v0.21.0
11102026-07-16T02:37:56.424Z Downloaded typify-macro v0.6.2
11112026-07-16T02:37:56.424Z Downloaded universal-hash v0.6.1
11122026-07-16T02:37:56.428Z Downloaded universal-hash v0.5.1
11132026-07-16T02:37:56.428Z Downloaded tls_codec_derive v0.4.2
11142026-07-16T02:37:56.428Z Downloaded utf8_iter v1.0.4
11152026-07-16T02:37:56.428Z Downloaded usdt-attr-macro v0.6.0
11162026-07-16T02:37:56.431Z Downloaded unicode-xid v0.2.6
11172026-07-16T02:37:56.431Z Downloaded tls_codec v0.4.2
11182026-07-16T02:37:56.431Z Downloaded untrusted v0.7.1
11192026-07-16T02:37:56.432Z Downloaded term v1.2.1
11202026-07-16T02:37:56.435Z Downloaded itertools v0.13.0
11212026-07-16T02:37:56.438Z Downloaded rayon-core v1.13.0
11222026-07-16T02:37:56.441Z Downloaded term v0.7.0
11232026-07-16T02:37:56.441Z Downloaded socket2 v0.6.3
11242026-07-16T02:37:56.445Z Downloaded time-macros v0.2.27
11252026-07-16T02:37:56.445Z Downloaded tower-layer v0.3.3
11262026-07-16T02:37:56.448Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11272026-07-16T02:37:56.448Z Downloaded tokio-tungstenite v0.23.1
11282026-07-16T02:37:56.449Z Downloaded utf-8 v0.7.6
11292026-07-16T02:37:56.449Z Downloaded untrusted v0.9.0
11302026-07-16T02:37:56.452Z Downloaded schemars v0.9.0
11312026-07-16T02:37:56.456Z Downloaded usdt-macro v0.6.0
11322026-07-16T02:37:56.459Z Downloaded usdt v0.6.0
11332026-07-16T02:37:56.459Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11342026-07-16T02:37:56.459Z Downloaded signal-hook v0.3.18
11352026-07-16T02:37:56.462Z Downloaded rand v0.8.6
11362026-07-16T02:37:56.463Z Downloaded libm v0.2.16
11372026-07-16T02:37:56.469Z Downloaded wait-timeout v0.2.1
11382026-07-16T02:37:56.473Z Downloaded tui-tree-widget v0.23.1
11392026-07-16T02:37:56.473Z Downloaded thread_local v1.1.9
11402026-07-16T02:37:56.473Z Downloaded void v1.0.2
11412026-07-16T02:37:56.473Z Downloaded socket2 v0.5.10
11422026-07-16T02:37:56.473Z Downloaded bitvec v1.0.1
11432026-07-16T02:37:56.480Z Downloaded toml_writer v1.1.1+spec-1.1.0
11442026-07-16T02:37:56.483Z Downloaded rand v0.10.1
11452026-07-16T02:37:56.487Z Downloaded hyper v1.10.1
11462026-07-16T02:37:56.491Z Downloaded iddqd v0.4.2
11472026-07-16T02:37:56.495Z Downloaded tokio-rustls v0.26.4
11482026-07-16T02:37:56.495Z Downloaded subprocess v0.2.15
11492026-07-16T02:37:56.498Z Downloaded xattr v1.6.1
11502026-07-16T02:37:56.498Z Downloaded serde_with_macros v3.17.0
11512026-07-16T02:37:56.498Z Downloaded rsa v0.9.10
11522026-07-16T02:37:56.502Z Downloaded want v0.3.1
11532026-07-16T02:37:56.506Z Downloaded unicase v2.9.0
11542026-07-16T02:37:56.506Z Downloaded blake3 v1.8.5
11552026-07-16T02:37:56.510Z Downloaded schemars v1.2.1
11562026-07-16T02:37:56.516Z Downloaded rustls-webpki v0.103.13
11572026-07-16T02:37:56.520Z Downloaded crypto-primes v0.7.2
11582026-07-16T02:37:56.524Z Downloaded zerofrom-derive v0.1.6
11592026-07-16T02:37:56.524Z Downloaded yoke-derive v0.8.1
11602026-07-16T02:37:56.524Z Downloaded idna v1.1.0
11612026-07-16T02:37:56.531Z Downloaded zeroize_derive v1.4.3
11622026-07-16T02:37:56.531Z Downloaded zone_cfg_derive v0.3.1
11632026-07-16T02:37:56.531Z Downloaded nom v8.0.0
11642026-07-16T02:37:56.535Z Downloaded usdt-impl v0.6.0
11652026-07-16T02:37:56.538Z Downloaded xshell-macros v0.2.7
11662026-07-16T02:37:56.542Z Downloaded tracing-attributes v0.1.31
11672026-07-16T02:37:56.545Z Downloaded test-strategy v0.4.5
11682026-07-16T02:37:56.549Z Downloaded walkdir v2.5.0
11692026-07-16T02:37:56.549Z Downloaded waitgroup v0.1.2
11702026-07-16T02:37:56.549Z Downloaded vergen-lib v0.1.6
11712026-07-16T02:37:56.549Z Downloaded vergen-gitcl v1.0.8
11722026-07-16T02:37:56.555Z Downloaded twox-hash v2.1.2
11732026-07-16T02:37:56.560Z Downloaded uzers v0.12.2
11742026-07-16T02:37:56.560Z Downloaded snafu v0.8.9
11752026-07-16T02:37:56.568Z Downloaded zerofrom v0.1.6
11762026-07-16T02:37:56.568Z Downloaded whoami v2.1.0
11772026-07-16T02:37:56.568Z Downloaded writeable v0.6.2
11782026-07-16T02:37:56.572Z Downloaded toml v0.7.8
11792026-07-16T02:37:56.572Z Downloaded wyz v0.5.1
11802026-07-16T02:37:56.572Z Downloaded serde_yaml v0.9.34+deprecated
11812026-07-16T02:37:56.572Z Downloaded vsss-rs v3.3.4
11822026-07-16T02:37:56.575Z Downloaded tar v0.4.46
11832026-07-16T02:37:56.575Z Downloaded yoke v0.8.1
11842026-07-16T02:37:56.579Z Downloaded tinyvec v1.10.0
11852026-07-16T02:37:56.579Z Downloaded toml_parser v1.1.2+spec-1.1.0
11862026-07-16T02:37:56.586Z Downloaded vergen-lib v9.1.0
11872026-07-16T02:37:56.589Z Downloaded vergen-git2 v9.1.0
11882026-07-16T02:37:56.589Z Downloaded h2 v0.4.15
11892026-07-16T02:37:56.592Z Downloaded hkdf v0.12.4
11902026-07-16T02:37:56.593Z Downloaded unicode-properties v0.1.4
11912026-07-16T02:37:56.596Z Downloaded zeroize v1.8.2
11922026-07-16T02:37:56.603Z Downloaded rpassword v7.4.0
11932026-07-16T02:37:56.608Z Downloaded samael v0.0.19
11942026-07-16T02:37:56.611Z Downloaded toml v1.1.2+spec-1.1.0
11952026-07-16T02:37:56.615Z Downloaded zstd-safe v7.2.4
11962026-07-16T02:37:56.618Z Downloaded xshell v0.2.7
11972026-07-16T02:37:56.621Z Downloaded tungstenite v0.23.0
11982026-07-16T02:37:56.625Z Downloaded typify v0.6.2
11992026-07-16T02:37:56.629Z Downloaded tokio-stream v0.1.18
12002026-07-16T02:37:56.632Z Downloaded vergen v9.1.0
12012026-07-16T02:37:56.632Z Downloaded zone v0.3.1
12022026-07-16T02:37:56.635Z Downloaded zerovec-derive v0.11.2
12032026-07-16T02:37:56.635Z Downloaded rsa v0.10.0-rc.18
12042026-07-16T02:37:56.639Z Downloaded yasna v0.5.2
12052026-07-16T02:37:56.639Z Downloaded zstd v0.13.3
12062026-07-16T02:37:56.642Z Downloaded bindgen v0.71.1
12072026-07-16T02:37:56.645Z Downloaded steno v0.4.1
12082026-07-16T02:37:56.645Z Downloaded uuid v1.23.4
12092026-07-16T02:37:56.649Z Downloaded zerocopy v0.6.6
12102026-07-16T02:37:56.652Z Downloaded chrono v0.4.45
12112026-07-16T02:37:56.657Z Downloaded whoami v1.6.1
12122026-07-16T02:37:56.657Z Downloaded tungstenite v0.21.0
12132026-07-16T02:37:56.660Z Downloaded toml_edit v0.23.10+spec-1.0.0
12142026-07-16T02:37:56.660Z Downloaded git2 v0.20.4
12152026-07-16T02:37:56.664Z Downloaded unicode-bidi v0.3.18
12162026-07-16T02:37:56.667Z Downloaded vte v0.14.1
12172026-07-16T02:37:56.667Z Downloaded rustyline v14.0.0
12182026-07-16T02:37:56.670Z Downloaded itertools v0.14.0
12192026-07-16T02:37:56.674Z Downloaded reedline v0.40.0
12202026-07-16T02:37:56.683Z Downloaded serde_with v1.14.0
12212026-07-16T02:37:56.686Z Downloaded regex v1.12.3
12222026-07-16T02:37:56.693Z Downloaded toml_edit v0.19.15
12232026-07-16T02:37:56.703Z Downloaded zopfli v0.8.3
12242026-07-16T02:37:56.706Z Downloaded tracing-core v0.1.36
12252026-07-16T02:37:56.710Z Downloaded reqwest v0.12.28
12262026-07-16T02:37:56.710Z Downloaded lalrpop v0.19.12
12272026-07-16T02:37:56.716Z Downloaded reqwest v0.13.2
12282026-07-16T02:37:56.719Z Downloaded unsafe-libyaml v0.2.11
12292026-07-16T02:37:56.723Z Downloaded goblin v0.10.5
12302026-07-16T02:37:56.726Z Downloaded tokio-postgres v0.7.16
12312026-07-16T02:37:56.730Z Downloaded unicode_categories v0.1.1
12322026-07-16T02:37:56.745Z Downloaded zerotrie v0.2.3
12332026-07-16T02:37:56.752Z Downloaded portable-atomic v1.13.1
12342026-07-16T02:37:56.756Z Downloaded rawzip v0.4.4
12352026-07-16T02:37:56.781Z Downloaded url v2.5.8
12362026-07-16T02:37:56.785Z Downloaded quick-xml v0.37.5
12372026-07-16T02:37:56.798Z Downloaded zip v0.6.6
12382026-07-16T02:37:56.801Z Downloaded typed-path v0.9.3
12392026-07-16T02:37:56.805Z Downloaded unicode-segmentation v1.12.0
12402026-07-16T02:37:56.811Z Downloaded p384 v0.13.1
12412026-07-16T02:37:56.815Z Downloaded ssh-key v0.7.0-rc.10
12422026-07-16T02:37:56.823Z Downloaded crypto-bigint v0.7.5
12432026-07-16T02:37:56.832Z Downloaded yansi v1.0.1
12442026-07-16T02:37:56.835Z Downloaded zerocopy-derive v0.8.40
12452026-07-16T02:37:56.860Z Downloaded tower v0.5.3
12462026-07-16T02:37:56.867Z Downloaded rayon v1.11.0
12472026-07-16T02:37:56.872Z Downloaded x509-cert v0.2.5
12482026-07-16T02:37:56.876Z Downloaded salty v0.3.0
12492026-07-16T02:37:56.883Z Downloaded bstr v1.12.1
12502026-07-16T02:37:56.894Z Downloaded tower-http v0.6.8
12512026-07-16T02:37:56.898Z Downloaded russh v0.61.2
12522026-07-16T02:37:56.909Z Downloaded quinn-proto v0.11.13
12532026-07-16T02:37:56.916Z Downloaded unicode-normalization v0.1.25
12542026-07-16T02:37:56.919Z Downloaded zerovec v0.11.5
12552026-07-16T02:37:56.933Z Downloaded petname v2.0.2
12562026-07-16T02:37:56.936Z Downloaded moka v0.12.13
12572026-07-16T02:37:56.940Z Downloaded zip v4.6.1
12582026-07-16T02:37:56.943Z Downloaded serde_with v3.17.0
12592026-07-16T02:37:56.951Z Downloaded openssl v0.10.79
12602026-07-16T02:37:56.955Z Downloaded tokio-util v0.7.18
12612026-07-16T02:37:56.959Z Downloaded object v0.30.4
12622026-07-16T02:37:56.963Z Downloaded curve25519-dalek v4.1.3
12632026-07-16T02:37:56.968Z Downloaded proptest v1.10.0
12642026-07-16T02:37:57.002Z Downloaded nix v0.27.1
12652026-07-16T02:37:57.007Z Downloaded tough v0.22.0
12662026-07-16T02:37:57.012Z Downloaded tabled v0.20.0
12672026-07-16T02:37:57.022Z Downloaded radix_trie v0.2.1
12682026-07-16T02:37:57.026Z Downloaded object v0.37.3
12692026-07-16T02:37:57.031Z Downloaded hickory-proto v0.24.4
12702026-07-16T02:37:57.039Z Downloaded winnow v0.6.26
12712026-07-16T02:37:57.045Z Downloaded winnow v0.5.40
12722026-07-16T02:37:57.050Z Downloaded curve25519-dalek v5.0.0-rc.0
12732026-07-16T02:37:57.056Z Downloaded winnow v1.0.3
12742026-07-16T02:37:57.061Z Downloaded vcpkg v0.2.15
12752026-07-16T02:37:57.084Z Downloaded smoltcp v0.9.1
12762026-07-16T02:37:57.089Z Downloaded nix v0.28.0
12772026-07-16T02:37:57.096Z Downloaded time v0.3.47
12782026-07-16T02:37:57.103Z Downloaded nix v0.31.2
12792026-07-16T02:37:57.111Z Downloaded zlib-rs v0.6.2
12802026-07-16T02:37:57.114Z Downloaded hickory-proto v0.25.2
12812026-07-16T02:37:57.123Z Downloaded zerocopy v0.8.40
12822026-07-16T02:37:57.129Z Downloaded openapiv3 v2.2.0
12832026-07-16T02:37:57.137Z Downloaded regex-syntax v0.8.10
12842026-07-16T02:37:57.141Z Downloaded dropshot v0.17.1
12852026-07-16T02:37:57.154Z Downloaded smoltcp v0.11.0
12862026-07-16T02:37:57.161Z Downloaded regress v0.11.1
12872026-07-16T02:37:57.167Z Downloaded rustls v0.23.41
12882026-07-16T02:37:57.174Z Downloaded regress v0.10.5
12892026-07-16T02:37:57.179Z Downloaded diesel v2.3.7
12902026-07-16T02:37:57.194Z Downloaded polar-core v0.27.3
12912026-07-16T02:37:57.199Z Downloaded rustix v0.38.44
12922026-07-16T02:37:57.212Z Downloaded regex-syntax v0.6.29
12932026-07-16T02:37:57.257Z Downloaded sqlparser v0.61.0
12942026-07-16T02:37:57.282Z Downloaded fiat-crypto v0.3.0
12952026-07-16T02:37:57.289Z Downloaded zerocopy-derive v0.6.6
12962026-07-16T02:37:57.299Z Downloaded ratatui v0.29.0
12972026-07-16T02:37:57.310Z Downloaded sled v0.34.7
12982026-07-16T02:37:57.315Z Downloaded typify-impl v0.6.2
12992026-07-16T02:37:57.324Z Downloaded jiff v0.2.21
13002026-07-16T02:37:57.335Z Downloaded tracing v0.1.44
13012026-07-16T02:37:57.348Z Downloaded sha3 v0.11.0
13022026-07-16T02:37:57.352Z Downloaded csv v1.4.0
13032026-07-16T02:37:57.364Z Downloaded bzip2-sys v0.1.13+1.0.8
13042026-07-16T02:37:57.370Z Downloaded libz-sys v1.1.24
13052026-07-16T02:37:57.393Z Downloaded petgraph v0.6.5
13062026-07-16T02:37:57.404Z Downloaded regex-automata v0.4.14
13072026-07-16T02:37:57.413Z Downloaded chrono-tz v0.10.4
13082026-07-16T02:37:57.427Z Downloaded tokio v1.52.1
13092026-07-16T02:37:57.466Z Downloaded petgraph v0.8.3
13102026-07-16T02:37:57.495Z Downloaded sha3 v0.10.8
13112026-07-16T02:37:57.498Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13122026-07-16T02:37:57.508Z Downloaded libgit2-sys v0.18.3+1.9.2
13132026-07-16T02:37:57.594Z Downloaded encoding_rs v0.8.35
13142026-07-16T02:37:57.624Z Downloaded ring v0.17.14
13152026-07-16T02:37:58.162Z Downloaded aws-lc-sys v0.40.0
13162026-07-16T02:37:58.416Z Compiling libc v0.2.185
13172026-07-16T02:37:58.417Z Compiling serde_core v1.0.228
13182026-07-16T02:37:58.417Z Compiling serde v1.0.228
13192026-07-16T02:37:58.422Z Compiling log v0.4.29
13202026-07-16T02:37:58.422Z Compiling smallvec v1.15.1
13212026-07-16T02:37:58.422Z Compiling shlex v1.3.0
13222026-07-16T02:37:58.555Z Compiling find-msvc-tools v0.1.9
13232026-07-16T02:37:58.559Z Compiling syn v2.0.117
13242026-07-16T02:37:58.754Z Compiling subtle v2.6.1
13252026-07-16T02:37:58.772Z Compiling stable_deref_trait v1.2.1
13262026-07-16T02:37:58.776Z Compiling scopeguard v1.2.0
13272026-07-16T02:37:58.833Z Compiling typenum v1.20.1
13282026-07-16T02:37:58.848Z Compiling serde_json v1.0.150
13292026-07-16T02:37:58.885Z Compiling lock_api v0.4.14
13302026-07-16T02:37:58.900Z Compiling portable-atomic v1.13.1
13312026-07-16T02:37:58.940Z Compiling zerocopy v0.8.40
13322026-07-16T02:37:59.072Z Compiling parking_lot_core v0.9.12
13332026-07-16T02:37:59.104Z Compiling pin-project-lite v0.2.17
13342026-07-16T02:37:59.200Z Compiling libm v0.2.16
13352026-07-16T02:37:59.361Z Compiling pkg-config v0.3.32
13362026-07-16T02:37:59.388Z Compiling critical-section v1.2.0
13372026-07-16T02:37:59.416Z Compiling jobserver v0.1.34
13382026-07-16T02:37:59.451Z Compiling errno v0.3.14
13392026-07-16T02:37:59.512Z Compiling getrandom v0.2.17
13402026-07-16T02:37:59.597Z Compiling getrandom v0.4.1
13412026-07-16T02:37:59.621Z Compiling cc v1.2.56
13422026-07-16T02:37:59.738Z Compiling rand_core v0.6.4
13432026-07-16T02:37:59.791Z Compiling signal-hook-registry v1.4.8
13442026-07-16T02:37:59.901Z Compiling once_cell v1.21.3
13452026-07-16T02:38:00.020Z Compiling num-traits v0.2.19
13462026-07-16T02:38:00.024Z Compiling futures-core v0.3.32
13472026-07-16T02:38:00.053Z Compiling rand_core v0.10.0
13482026-07-16T02:38:00.170Z Compiling mio v1.2.0
13492026-07-16T02:38:00.272Z Compiling parking_lot v0.12.5
13502026-07-16T02:38:00.366Z Compiling generic-array v0.14.7
13512026-07-16T02:38:00.430Z Compiling percent-encoding v2.3.2
13522026-07-16T02:38:00.573Z Compiling writeable v0.6.2
13532026-07-16T02:38:00.619Z Compiling bitflags v2.11.0
13542026-07-16T02:38:00.622Z Compiling litemap v0.8.1
13552026-07-16T02:38:00.763Z Compiling const-oid v0.9.6
13562026-07-16T02:38:00.778Z Compiling semver v1.0.28
13572026-07-16T02:38:00.902Z Compiling icu_normalizer_data v2.1.1
13582026-07-16T02:38:01.087Z Compiling icu_properties_data v2.1.2
13592026-07-16T02:38:01.120Z Compiling socket2 v0.6.3
13602026-07-16T02:38:01.173Z Compiling futures-sink v0.3.32
13612026-07-16T02:38:01.312Z Compiling slab v0.4.12
13622026-07-16T02:38:01.397Z Compiling synstructure v0.13.2
13632026-07-16T02:38:01.492Z Compiling futures-channel v0.3.32
13642026-07-16T02:38:01.505Z Compiling futures-io v0.3.32
13652026-07-16T02:38:01.538Z Compiling futures-task v0.3.32
13662026-07-16T02:38:01.570Z Compiling utf8_iter v1.0.4
13672026-07-16T02:38:01.604Z Compiling indexmap v2.14.0
13682026-07-16T02:38:01.659Z Compiling form_urlencoded v1.2.2
13692026-07-16T02:38:01.710Z Compiling getrandom v0.3.4
13702026-07-16T02:38:01.724Z Compiling rustversion v1.0.22
13712026-07-16T02:38:01.738Z Compiling cmake v0.1.57
13722026-07-16T02:38:01.796Z Compiling fs_extra v1.3.0
13732026-07-16T02:38:01.835Z Compiling dunce v1.0.5
13742026-07-16T02:38:01.937Z Compiling rustix v1.1.3
13752026-07-16T02:38:02.029Z Compiling iana-time-zone v0.1.65
13762026-07-16T02:38:02.071Z Compiling ident_case v1.0.1
13772026-07-16T02:38:02.148Z Compiling aws-lc-sys v0.40.0
13782026-07-16T02:38:02.196Z Compiling regex-syntax v0.8.10
13792026-07-16T02:38:02.233Z Compiling uuid v1.23.4
13802026-07-16T02:38:02.293Z Compiling vcpkg v0.2.15
13812026-07-16T02:38:02.666Z Compiling rand_core v0.9.5
13822026-07-16T02:38:02.749Z Compiling base64 v0.22.1
13832026-07-16T02:38:02.969Z Compiling base64ct v1.8.3
13842026-07-16T02:38:02.983Z Compiling rustc_version v0.4.1
13852026-07-16T02:38:03.037Z Compiling openssl-sys v0.9.115
13862026-07-16T02:38:03.094Z Compiling tracing-core v0.1.36
13872026-07-16T02:38:03.167Z Compiling serde_derive v1.0.228
13882026-07-16T02:38:03.259Z Compiling zeroize_derive v1.4.3
13892026-07-16T02:38:03.312Z Compiling zerofrom-derive v0.1.6
13902026-07-16T02:38:03.591Z Compiling yoke-derive v0.8.1
13912026-07-16T02:38:03.657Z Compiling zerovec-derive v0.11.2
13922026-07-16T02:38:03.708Z Compiling zerocopy-derive v0.8.40
13932026-07-16T02:38:03.927Z Compiling zeroize v1.8.2
13942026-07-16T02:38:04.143Z Compiling displaydoc v0.2.5
13952026-07-16T02:38:04.769Z Compiling zerofrom v0.1.6
13962026-07-16T02:38:04.802Z Compiling tokio-macros v2.7.0
13972026-07-16T02:38:04.815Z Compiling futures-macro v0.3.32
13982026-07-16T02:38:04.893Z Compiling yoke v0.8.1
13992026-07-16T02:38:04.907Z Compiling pem-rfc7468 v0.7.0
14002026-07-16T02:38:05.086Z Compiling zerovec v0.11.5
14012026-07-16T02:38:05.200Z Compiling zerotrie v0.2.3
14022026-07-16T02:38:05.212Z Compiling crypto-common v0.1.7
14032026-07-16T02:38:05.354Z Compiling block-buffer v0.10.4
14042026-07-16T02:38:05.489Z Compiling digest v0.10.7
14052026-07-16T02:38:05.525Z Compiling thiserror-impl v2.0.18
14062026-07-16T02:38:05.540Z Compiling tinystr v0.8.2
14072026-07-16T02:38:05.598Z Compiling potential_utf v0.1.4
14082026-07-16T02:38:05.617Z Compiling futures-util v0.3.32
14092026-07-16T02:38:05.739Z Compiling icu_locale_core v2.1.1
14102026-07-16T02:38:05.742Z Compiling icu_collections v2.1.1
14112026-07-16T02:38:05.767Z Compiling tracing-attributes v0.1.31
14122026-07-16T02:38:06.273Z Compiling der_derive v0.7.3
14132026-07-16T02:38:06.708Z Compiling bytes v1.11.1
14142026-07-16T02:38:06.777Z Compiling icu_provider v2.1.1
14152026-07-16T02:38:06.900Z Compiling chrono v0.4.45
14162026-07-16T02:38:07.077Z Compiling icu_normalizer v2.1.1
14172026-07-16T02:38:07.138Z Compiling icu_properties v2.1.2
14182026-07-16T02:38:07.248Z Compiling tokio v1.52.1
14192026-07-16T02:38:07.332Z Compiling http v1.4.2
14202026-07-16T02:38:07.620Z Compiling flagset v0.4.7
14212026-07-16T02:38:07.753Z Compiling aws-lc-rs v1.16.3
14222026-07-16T02:38:07.980Z Compiling http-body v1.0.1
14232026-07-16T02:38:08.055Z Compiling idna_adapter v1.2.1
14242026-07-16T02:38:08.137Z Compiling ppv-lite86 v0.2.21
14252026-07-16T02:38:08.191Z Compiling idna v1.1.0
14262026-07-16T02:38:08.245Z Compiling der v0.7.10
14272026-07-16T02:38:08.249Z Compiling tracing v0.1.44
14282026-07-16T02:38:08.314Z Compiling thiserror v2.0.18
14292026-07-16T02:38:08.317Z Compiling rustls-pki-types v1.14.0
14302026-07-16T02:38:08.417Z Compiling rand_chacha v0.9.0
14312026-07-16T02:38:08.515Z Compiling url v2.5.8
14322026-07-16T02:38:08.530Z Compiling serde_derive_internals v0.29.1
14332026-07-16T02:38:08.771Z Compiling dyn-clone v1.0.20
14342026-07-16T02:38:08.829Z Compiling openssl-probe v0.2.1
14352026-07-16T02:38:08.902Z Compiling cmov v0.5.4
14362026-07-16T02:38:09.003Z Compiling tinyvec_macros v0.1.1
14372026-07-16T02:38:09.076Z Compiling schemars v0.8.22
14382026-07-16T02:38:09.094Z Compiling httparse v1.10.1
14392026-07-16T02:38:09.106Z Compiling ctutils v0.4.2
14402026-07-16T02:38:09.284Z Compiling tinyvec v1.10.0
14412026-07-16T02:38:09.315Z Compiling spki v0.7.3
14422026-07-16T02:38:09.333Z Compiling rand v0.9.2
14432026-07-16T02:38:09.388Z Compiling schemars_derive v0.8.22
14442026-07-16T02:38:09.411Z Compiling pest_generator v2.8.6
14452026-07-16T02:38:09.470Z Compiling aho-corasick v1.1.4
14462026-07-16T02:38:09.504Z Compiling try-lock v0.2.5
14472026-07-16T02:38:09.610Z Compiling untrusted v0.7.1
14482026-07-16T02:38:09.624Z Compiling tower-service v0.3.3
14492026-07-16T02:38:09.714Z Compiling tower-layer v0.3.3
14502026-07-16T02:38:09.729Z Compiling atomic-waker v1.1.2
14512026-07-16T02:38:09.855Z Compiling tempfile v3.25.0
14522026-07-16T02:38:09.869Z Compiling want v0.3.1
14532026-07-16T02:38:10.087Z Compiling pest_derive v2.8.6
14542026-07-16T02:38:10.105Z Compiling hybrid-array v0.4.13
14552026-07-16T02:38:10.214Z Compiling ipnet v2.11.0
14562026-07-16T02:38:10.316Z Compiling regex-automata v0.4.14
14572026-07-16T02:38:10.526Z Compiling scroll_derive v0.13.1
14582026-07-16T02:38:10.700Z Compiling darling_core v0.20.11
14592026-07-16T02:38:10.875Z Compiling cpufeatures v0.2.17
14602026-07-16T02:38:10.950Z Compiling httpdate v1.0.3
14612026-07-16T02:38:11.120Z Compiling tokio-util v0.7.18
14622026-07-16T02:38:11.211Z Compiling openssl v0.10.79
14632026-07-16T02:38:11.353Z Compiling untrusted v0.9.0
14642026-07-16T02:38:11.470Z Compiling foreign-types-shared v0.1.1
14652026-07-16T02:38:11.470Z Compiling rustls v0.23.41
14662026-07-16T02:38:11.561Z Compiling foreign-types v0.3.2
14672026-07-16T02:38:11.652Z Compiling scroll v0.13.0
14682026-07-16T02:38:11.667Z Compiling unicode-normalization v0.1.25
14692026-07-16T02:38:11.904Z Compiling h2 v0.4.15
14702026-07-16T02:38:11.919Z Compiling pkcs8 v0.10.2
14712026-07-16T02:38:12.157Z Compiling openssl-macros v0.1.1
14722026-07-16T02:38:12.172Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14732026-07-16T02:38:12.524Z Compiling spin v0.9.8
14742026-07-16T02:38:12.556Z Compiling powerfmt v0.2.0
14752026-07-16T02:38:12.570Z Compiling native-tls v0.2.18
14762026-07-16T02:38:12.725Z Compiling num-conv v0.2.0
14772026-07-16T02:38:12.755Z Compiling crc32fast v1.5.0
14782026-07-16T02:38:12.780Z Compiling time-core v0.1.8
14792026-07-16T02:38:12.874Z Compiling deranged v0.5.8
14802026-07-16T02:38:12.924Z Compiling time-macros v0.2.27
14812026-07-16T02:38:13.008Z Compiling darling_macro v0.20.11
14822026-07-16T02:38:13.480Z Compiling darling v0.20.11
14832026-07-16T02:38:13.561Z Compiling goblin v0.10.5
14842026-07-16T02:38:13.825Z Compiling sha2 v0.10.9
14852026-07-16T02:38:13.986Z Compiling hmac v0.12.1
14862026-07-16T02:38:14.144Z Compiling sync_wrapper v1.0.2
14872026-07-16T02:38:14.249Z Compiling wait-timeout v0.2.1
14882026-07-16T02:38:14.392Z Compiling usdt-impl v0.6.0
14892026-07-16T02:38:14.505Z Compiling quick-error v1.2.3
14902026-07-16T02:38:14.608Z Compiling syn v1.0.109
14912026-07-16T02:38:14.608Z Compiling siphasher v1.0.2
14922026-07-16T02:38:14.794Z Compiling bit-vec v0.8.0
14932026-07-16T02:38:14.930Z Compiling hyper v1.10.1
14942026-07-16T02:38:15.020Z Compiling crossbeam-utils v0.8.21
14952026-07-16T02:38:15.186Z Compiling num_threads v0.1.7
14962026-07-16T02:38:15.287Z Compiling simd-adler32 v0.3.8
14972026-07-16T02:38:15.343Z Compiling time v0.3.47
14982026-07-16T02:38:15.838Z Compiling bit-set v0.8.0
14992026-07-16T02:38:15.999Z Compiling hyper-util v0.1.20
15002026-07-16T02:38:16.013Z Compiling rusty-fork v0.3.1
15012026-07-16T02:38:16.028Z Compiling tower v0.5.3
15022026-07-16T02:38:16.368Z Compiling dof v0.4.0
15032026-07-16T02:38:16.532Z Compiling derive_builder_core v0.20.2
15042026-07-16T02:38:16.735Z Compiling dtrace-parser v0.3.0
15052026-07-16T02:38:16.971Z Compiling http-body-util v0.1.3
15062026-07-16T02:38:17.213Z Compiling heapless v0.7.17
15072026-07-16T02:38:17.394Z Compiling thiserror-impl v1.0.69
15082026-07-16T02:38:17.474Z Compiling scroll_derive v0.12.1
15092026-07-16T02:38:17.477Z Compiling rand_xorshift v0.4.0
15102026-07-16T02:38:17.534Z Compiling slog v2.8.2
15112026-07-16T02:38:17.635Z Compiling darling_core v0.21.3
15122026-07-16T02:38:17.733Z Compiling bzip2-sys v0.1.13+1.0.8
15132026-07-16T02:38:17.783Z Compiling thread-id v5.1.0
15142026-07-16T02:38:17.786Z Compiling cookie v0.18.1
15152026-07-16T02:38:17.864Z Compiling paste v1.0.15
15162026-07-16T02:38:17.987Z Compiling unicode-properties v0.1.4
15172026-07-16T02:38:18.020Z Compiling adler2 v2.0.1
15182026-07-16T02:38:18.144Z Compiling signal-hook v0.3.18
15192026-07-16T02:38:18.159Z Compiling unarray v0.1.4
15202026-07-16T02:38:18.159Z Compiling allocator-api2 v0.2.21
15212026-07-16T02:38:18.187Z Compiling iri-string v0.7.10
15222026-07-16T02:38:18.276Z Compiling anyhow v1.0.102
15232026-07-16T02:38:18.322Z Compiling unicode-bidi v0.3.18
15242026-07-16T02:38:18.471Z Compiling zstd-safe v7.2.4
15252026-07-16T02:38:18.589Z Compiling ryu v1.0.23
15262026-07-16T02:38:18.651Z Compiling thiserror v1.0.69
15272026-07-16T02:38:18.683Z Compiling stringprep v0.1.5
15282026-07-16T02:38:18.750Z Compiling serde_urlencoded v0.7.1
15292026-07-16T02:38:18.867Z Compiling proptest v1.10.0
15302026-07-16T02:38:18.965Z Compiling scroll v0.12.0
15312026-07-16T02:38:19.029Z Compiling miniz_oxide v0.8.9
15322026-07-16T02:38:19.592Z Compiling tower-http v0.6.8
15332026-07-16T02:38:19.672Z Compiling derive_builder_macro v0.20.2
15342026-07-16T02:38:19.839Z Compiling camino v1.2.2
15352026-07-16T02:38:19.869Z Compiling tokio-native-tls v0.3.1
15362026-07-16T02:38:20.037Z Compiling bstr v1.12.1
15372026-07-16T02:38:20.081Z Compiling darling_macro v0.21.3
15382026-07-16T02:38:20.137Z Compiling ipnetwork v0.21.1
15392026-07-16T02:38:20.206Z Compiling block-buffer v0.12.1
15402026-07-16T02:38:20.395Z Compiling crypto-common v0.2.2
15412026-07-16T02:38:20.455Z Compiling block-padding v0.4.2
15422026-07-16T02:38:20.515Z Compiling rustls-native-certs v0.8.3
15432026-07-16T02:38:20.563Z Compiling rand_chacha v0.3.1
15442026-07-16T02:38:20.615Z Compiling toml_datetime v0.6.11
15452026-07-16T02:38:20.668Z Compiling serde_spanned v0.6.9
15462026-07-16T02:38:20.799Z Compiling hex v0.4.3
15472026-07-16T02:38:20.813Z Compiling serde_tokenstream v0.2.3
15482026-07-16T02:38:20.861Z Compiling erased-serde v0.3.31
15492026-07-16T02:38:21.059Z Compiling md-5 v0.10.6
15502026-07-16T02:38:21.117Z Compiling signature v2.2.0
15512026-07-16T02:38:21.282Z Compiling curve25519-dalek v4.1.3
15522026-07-16T02:38:21.301Z Compiling pin-project-internal v1.1.11
15532026-07-16T02:38:21.389Z Compiling async-trait v0.1.89
15542026-07-16T02:38:21.402Z Compiling zerocopy-derive v0.7.35
15552026-07-16T02:38:21.626Z Compiling vergen-lib v9.1.0
15562026-07-16T02:38:21.821Z Compiling hash32 v0.2.1
15572026-07-16T02:38:22.018Z Compiling num-integer v0.1.46
15582026-07-16T02:38:22.150Z Compiling memoffset v0.9.1
15592026-07-16T02:38:22.270Z Compiling encoding_rs v0.8.35
15602026-07-16T02:38:22.345Z Compiling cfg_aliases v0.2.1
15612026-07-16T02:38:22.358Z Compiling rustix v0.38.44
15622026-07-16T02:38:22.409Z Compiling psl-types v2.0.11
15632026-07-16T02:38:22.412Z Compiling zlib-rs v0.6.2
15642026-07-16T02:38:22.436Z Compiling num-bigint-dig v0.8.6
15652026-07-16T02:38:22.533Z Compiling litrs v1.0.0
15662026-07-16T02:38:22.637Z Compiling mime v0.3.17
15672026-07-16T02:38:22.708Z Compiling fallible-iterator v0.2.0
15682026-07-16T02:38:22.890Z Compiling smoltcp v0.9.1
15692026-07-16T02:38:23.018Z Compiling ref-cast v1.0.25
15702026-07-16T02:38:23.035Z Compiling document-features v0.2.12
15712026-07-16T02:38:23.256Z Compiling postgres-protocol v0.6.10
15722026-07-16T02:38:23.485Z Compiling publicsuffix v2.3.0
15732026-07-16T02:38:23.538Z Compiling hubpack_derive v0.1.1
15742026-07-16T02:38:23.633Z Compiling nix v0.31.2
15752026-07-16T02:38:23.650Z Compiling pin-project v1.1.11
15762026-07-16T02:38:23.767Z Compiling zerocopy v0.7.35
15772026-07-16T02:38:23.802Z Compiling num-iter v0.1.45
15782026-07-16T02:38:24.007Z Compiling newtype-uuid v1.3.2
15792026-07-16T02:38:24.021Z Compiling rand v0.8.6
15802026-07-16T02:38:24.299Z Compiling inout v0.2.2
15812026-07-16T02:38:24.299Z Compiling darling v0.21.3
15822026-07-16T02:38:24.331Z Compiling oxnet v0.1.6
15832026-07-16T02:38:24.372Z Compiling derive_builder v0.20.2
15842026-07-16T02:38:24.387Z Compiling hyper-tls v0.6.0
15852026-07-16T02:38:24.600Z Compiling goblin v0.8.2
15862026-07-16T02:38:25.086Z Compiling phf_shared v0.13.1
15872026-07-16T02:38:25.102Z Compiling lazy_static v1.5.0
15882026-07-16T02:38:25.138Z Compiling regex v1.12.3
15892026-07-16T02:38:25.187Z Compiling anstyle-parse v0.2.7
15902026-07-16T02:38:25.217Z Compiling futures-executor v0.3.32
15912026-07-16T02:38:25.319Z Compiling terminal_size v0.4.3
15922026-07-16T02:38:25.368Z Compiling flate2 v1.1.9
15932026-07-16T02:38:25.456Z Compiling ref-cast-impl v1.0.25
15942026-07-16T02:38:25.472Z Compiling curve25519-dalek-derive v0.1.1
15952026-07-16T02:38:25.558Z Compiling strum_macros v0.27.2
15962026-07-16T02:38:25.711Z Compiling daft-derive v0.1.7
15972026-07-16T02:38:25.771Z Compiling snafu-derive v0.8.9
15982026-07-16T02:38:26.014Z Compiling vergen v9.1.0
15992026-07-16T02:38:26.124Z Compiling cargo-platform v0.3.2
16002026-07-16T02:38:26.248Z Compiling ff v0.13.1
16012026-07-16T02:38:26.389Z Compiling fs-err v3.3.0
16022026-07-16T02:38:26.437Z Compiling ahash v0.8.12
16032026-07-16T02:38:26.452Z Compiling foldhash v0.1.5
16042026-07-16T02:38:26.591Z Compiling object v0.37.3
16052026-07-16T02:38:26.628Z Compiling managed v0.8.0
16062026-07-16T02:38:26.662Z Compiling base16ct v0.2.0
16072026-07-16T02:38:26.843Z Compiling unicode-segmentation v1.12.0
16082026-07-16T02:38:26.843Z Compiling foldhash v0.2.0
16092026-07-16T02:38:26.873Z Compiling same-file v1.0.6
16102026-07-16T02:38:27.034Z Compiling bitflags v1.3.2
16112026-07-16T02:38:27.064Z Compiling bumpalo v3.20.2
16122026-07-16T02:38:27.112Z Compiling libbz2-rs-sys v0.2.2
16132026-07-16T02:38:27.238Z Compiling winnow v0.5.40
16142026-07-16T02:38:27.318Z Compiling zopfli v0.8.3
16152026-07-16T02:38:27.579Z Compiling strum v0.27.2
16162026-07-16T02:38:27.709Z Compiling bzip2 v0.6.1
16172026-07-16T02:38:27.723Z Compiling snafu v0.8.9
16182026-07-16T02:38:27.915Z Compiling hashbrown v0.16.1
16192026-07-16T02:38:27.977Z Compiling walkdir v2.5.0
16202026-07-16T02:38:28.122Z Compiling dof v0.3.0
16212026-07-16T02:38:28.137Z Compiling clap_builder v4.6.0
16222026-07-16T02:38:28.280Z Compiling sec1 v0.7.3
16232026-07-16T02:38:28.543Z Compiling toml_edit v0.19.15
16242026-07-16T02:38:28.577Z Compiling hashbrown v0.15.5
16252026-07-16T02:38:28.649Z Compiling daft v0.1.7
16262026-07-16T02:38:28.663Z Compiling group v0.13.0
16272026-07-16T02:38:28.820Z Compiling cargo_metadata v0.23.1
16282026-07-16T02:38:29.026Z Compiling futures v0.3.32
16292026-07-16T02:38:29.107Z Compiling anstream v0.6.21
16302026-07-16T02:38:29.122Z Compiling phf v0.13.1
16312026-07-16T02:38:29.405Z Compiling signal-hook-mio v0.2.5
16322026-07-16T02:38:29.743Z Compiling cookie_store v0.22.1
16332026-07-16T02:38:29.874Z Compiling zstd v0.13.3
16342026-07-16T02:38:30.136Z Compiling reqwest v0.12.28
16352026-07-16T02:38:30.154Z Compiling bzip2 v0.4.4
16362026-07-16T02:38:30.363Z Compiling cipher v0.5.2
16372026-07-16T02:38:30.386Z Compiling serde_with_macros v3.17.0
16382026-07-16T02:38:30.681Z Compiling hubpack v0.1.2
16392026-07-16T02:38:30.987Z Compiling postgres-types v0.2.12
16402026-07-16T02:38:31.144Z Compiling ed25519 v2.2.3
16412026-07-16T02:38:31.548Z Compiling usdt-attr-macro v0.6.0
16422026-07-16T02:38:31.563Z Compiling usdt-macro v0.6.0
16432026-07-16T02:38:31.842Z Compiling globset v0.4.18
16442026-07-16T02:38:32.094Z Compiling dtrace-parser v0.2.0
16452026-07-16T02:38:32.266Z Compiling phf_shared v0.11.3
16462026-07-16T02:38:32.329Z Compiling hkdf v0.12.4
16472026-07-16T02:38:32.357Z Compiling pkcs1 v0.7.5
16482026-07-16T02:38:32.444Z Compiling olpc-cjson v0.1.4
16492026-07-16T02:38:32.490Z Compiling serde-big-array v0.5.1
16502026-07-16T02:38:32.540Z Compiling serde_plain v1.0.2
16512026-07-16T02:38:32.604Z Compiling crypto-bigint v0.5.5
16522026-07-16T02:38:32.634Z Compiling clap_derive v4.6.1
16532026-07-16T02:38:32.732Z Compiling enum-as-inner v0.6.1
16542026-07-16T02:38:32.747Z Compiling strum_macros v0.26.4
16552026-07-16T02:38:32.829Z Compiling async-recursion v1.1.1
16562026-07-16T02:38:33.245Z Compiling serde_repr v0.1.20
16572026-07-16T02:38:33.482Z Compiling pem v3.0.6
16582026-07-16T02:38:33.788Z Compiling float-cmp v0.10.0
16592026-07-16T02:38:33.809Z Compiling thread-id v4.2.2
16602026-07-16T02:38:33.893Z Compiling memmap2 v0.9.10
16612026-07-16T02:38:33.907Z Compiling env_filter v1.0.0
16622026-07-16T02:38:33.932Z Compiling normalize-line-endings v0.3.0
16632026-07-16T02:38:34.026Z Compiling cpufeatures v0.3.0
16642026-07-16T02:38:34.105Z Compiling winnow v1.0.3
16652026-07-16T02:38:34.108Z Compiling difflib v0.4.0
16662026-07-16T02:38:34.204Z Compiling typed-path v0.9.3
16672026-07-16T02:38:34.373Z Compiling data-encoding v2.10.0
16682026-07-16T02:38:34.448Z Compiling const-oid v0.10.2
16692026-07-16T02:38:34.463Z Compiling either v1.15.0
16702026-07-16T02:38:34.648Z Compiling fixedbitset v0.5.7
16712026-07-16T02:38:34.663Z Compiling fixedbitset v0.4.2
16722026-07-16T02:38:34.663Z Compiling precomputed-hash v0.1.1
16732026-07-16T02:38:34.701Z Compiling predicates-core v1.0.10
16742026-07-16T02:38:34.757Z Compiling static_assertions v1.1.0
16752026-07-16T02:38:34.833Z Compiling whoami v2.1.0
16762026-07-16T02:38:34.868Z Compiling jiff v0.2.21
16772026-07-16T02:38:34.871Z Compiling new_debug_unreachable v1.0.6
16782026-07-16T02:38:34.871Z Compiling keccak v0.1.6
16792026-07-16T02:38:34.934Z Compiling string_cache v0.8.9
16802026-07-16T02:38:34.938Z Compiling toml_edit v0.22.27
16812026-07-16T02:38:35.052Z Compiling tokio-postgres v0.7.16
16822026-07-16T02:38:35.156Z Compiling sha3 v0.10.8
16832026-07-16T02:38:35.196Z Compiling petgraph v0.8.3
16842026-07-16T02:38:35.434Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16852026-07-16T02:38:35.598Z Compiling predicates v3.1.4
16862026-07-16T02:38:35.613Z Compiling petgraph v0.6.5
16872026-07-16T02:38:36.285Z Compiling hickory-proto v0.25.2
16882026-07-16T02:38:37.127Z Compiling itertools v0.13.0
16892026-07-16T02:38:37.159Z Compiling digest v0.11.3
16902026-07-16T02:38:37.291Z Compiling strum v0.26.3
16912026-07-16T02:38:37.397Z Compiling toml_parser v1.1.2+spec-1.1.0
16922026-07-16T02:38:37.423Z Compiling clap v4.6.1
16932026-07-16T02:38:37.507Z Compiling zip v4.6.1
16942026-07-16T02:38:37.714Z Compiling chacha20 v0.10.0
16952026-07-16T02:38:38.026Z Compiling env_logger v0.11.9
16962026-07-16T02:38:38.085Z Compiling usdt v0.6.0
16972026-07-16T02:38:38.322Z Compiling usdt-impl v0.5.0
16982026-07-16T02:38:38.345Z Compiling elliptic-curve v0.13.8
16992026-07-16T02:38:38.373Z Compiling rsa v0.9.10
17002026-07-16T02:38:38.377Z Compiling crossterm v0.28.1
17012026-07-16T02:38:38.453Z Compiling serde_with v3.17.0
17022026-07-16T02:38:38.744Z Compiling ed25519-dalek v2.2.0
17032026-07-16T02:38:39.073Z Compiling zip v0.6.6
17042026-07-16T02:38:39.398Z Compiling toml v0.7.8
17052026-07-16T02:38:39.671Z Compiling iddqd v0.4.2
17062026-07-16T02:38:40.293Z Compiling similar v2.7.0
17072026-07-16T02:38:40.409Z Compiling heck v0.4.1
17082026-07-16T02:38:40.591Z Compiling byte-wrapper v0.1.0
17092026-07-16T02:38:40.635Z Compiling crossbeam-epoch v0.9.18
17102026-07-16T02:38:40.924Z Compiling tokio-stream v0.1.18
17112026-07-16T02:38:40.962Z Compiling buf-list v1.1.2
17122026-07-16T02:38:40.965Z Compiling x509-cert v0.2.5
17132026-07-16T02:38:41.023Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17142026-07-16T02:38:41.139Z Compiling openapiv3 v2.2.0
17152026-07-16T02:38:41.243Z Compiling peg-runtime v0.8.5
17162026-07-16T02:38:41.346Z Compiling lalrpop-util v0.19.12
17172026-07-16T02:38:41.409Z Compiling thread_local v1.1.9
17182026-07-16T02:38:41.522Z Compiling slog-async v2.8.0
17192026-07-16T02:38:41.540Z Compiling crossbeam-channel v0.5.15
17202026-07-16T02:38:41.652Z Compiling is-terminal v0.4.17
17212026-07-16T02:38:41.666Z Compiling filetime v0.2.27
17222026-07-16T02:38:41.752Z Compiling xattr v1.6.1
17232026-07-16T02:38:41.839Z Compiling take_mut v0.2.2
17242026-07-16T02:38:41.855Z Compiling term v1.2.1
17252026-07-16T02:38:41.912Z Compiling tar v0.4.46
17262026-07-16T02:38:41.999Z Compiling camino-tempfile v1.4.1
17272026-07-16T02:38:42.225Z Compiling slog-term v2.9.2
17282026-07-16T02:38:52.095Z Compiling rustls-webpki v0.103.13
17292026-07-16T02:38:54.763Z Compiling tokio-rustls v0.26.4
17302026-07-16T02:38:54.763Z Compiling rustls-platform-verifier v0.6.2
17312026-07-16T02:38:54.766Z Compiling tough v0.22.0
17322026-07-16T02:38:54.979Z Compiling hyper-rustls v0.27.7
17332026-07-16T02:38:55.173Z Compiling reqwest v0.13.2
17342026-07-16T02:38:57.411Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17352026-07-16T02:38:57.636Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17362026-07-16T02:39:00.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
17372026-07-16T02:39:00.620Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17382026-07-16T02:39:00.672ZJul 16 02:38:59.096 INFO Starting download, target: Console
17392026-07-16T02:39:00.672ZJul 16 02:38:59.097 INFO Starting download, target: Cockroach
17402026-07-16T02:39:00.681ZJul 16 02:38:59.097 INFO Starting download, target: Clickhouse
17412026-07-16T02:39:00.681ZJul 16 02:38:59.097 INFO Starting download, target: DendriteStub
17422026-07-16T02:39:00.681ZJul 16 02:38:59.097 INFO Starting download, target: MaghemiteMgd
17432026-07-16T02:39:00.681ZJul 16 02:38:59.097 INFO Starting download, target: MaghemiteDdmd
17442026-07-16T02:39:00.681ZJul 16 02:38:59.097 INFO Starting download, target: TransceiverControl
17452026-07-16T02:39:00.681ZJul 16 02:38:59.097 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17462026-07-16T02:39:00.681ZJul 16 02:38:59.097 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17472026-07-16T02:39:00.681ZJul 16 02:38:59.097 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17482026-07-16T02:39:00.681ZJul 16 02:38:59.097 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17492026-07-16T02:39:00.681ZJul 16 02:38:59.097 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17502026-07-16T02:39:00.681ZJul 16 02:38:59.097 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17512026-07-16T02:39:00.681ZJul 16 02:38:59.097 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17522026-07-16T02:39:02.414ZJul 16 02:39:00.813 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17532026-07-16T02:39:02.506ZJul 16 02:39:00.881 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17542026-07-16T02:39:02.605ZJul 16 02:39:01.007 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17552026-07-16T02:39:02.633ZJul 16 02:39:01.028 INFO Download complete, target: TransceiverControl
17562026-07-16T02:39:02.752ZJul 16 02:39:01.151 INFO Download complete, target: Console
17572026-07-16T02:39:04.842ZJul 16 02:39:03.242 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17582026-07-16T02:39:05.046ZJul 16 02:39:03.469 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17592026-07-16T02:39:06.677ZJul 16 02:39:05.101 INFO Download complete, target: MaghemiteDdmd
17602026-07-16T02:39:07.425ZJul 16 02:39:05.850 INFO Download complete, target: DendriteStub
17612026-07-16T02:39:07.999ZJul 16 02:39:06.423 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17622026-07-16T02:39:08.321ZJul 16 02:39:06.746 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17632026-07-16T02:39:08.321ZJul 16 02:39:06.746 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17642026-07-16T02:39:09.386ZJul 16 02:39:07.810 INFO Checking that binary works, target: Clickhouse
17652026-07-16T02:39:09.476ZJul 16 02:39:07.901 INFO Download complete, target: Clickhouse
17662026-07-16T02:39:10.523ZJul 16 02:39:08.948 INFO Download complete, target: MaghemiteMgd
17672026-07-16T02:39:12.938ZJul 16 02:39:11.362 INFO Checking that binary works, target: Cockroach
17682026-07-16T02:39:13.073ZJul 16 02:39:11.498 INFO Download complete, target: Cockroach
17692026-07-16T02:39:13.091ZAll builder prerequisites installed successfully, and PATH looks valid
17702026-07-16T02:39:13.097Z
17712026-07-16T02:39:13.097Zreal 2:04.203350228
17722026-07-16T02:39:13.097Zuser 6:37.876110143
17732026-07-16T02:39:13.097Zsys 1:20.602918962
17742026-07-16T02:39:13.097Ztrap 0.218612550
17752026-07-16T02:39:13.098Ztflt 0.498252314
17762026-07-16T02:39:13.098Zdflt 0.880673797
17772026-07-16T02:39:13.098Zkflt 0.028444688
17782026-07-16T02:39:13.098Zlock 22:43.002306302
17792026-07-16T02:39:13.098Zslp 20:11.186031733
17802026-07-16T02:39:13.098Zlat 41.578876628
17812026-07-16T02:39:13.098Zstop 1:56.423170344
17822026-07-16T02:39:13.098Z+ banner clippy
17832026-07-16T02:39:13.098Z
17842026-07-16T02:39:13.098Z #### # # ##### ##### # #
17852026-07-16T02:39:13.098Z # # # # # # # # # #
17862026-07-16T02:39:13.098Z # # # # # # # #
17872026-07-16T02:39:13.098Z # # # ##### ##### #
17882026-07-16T02:39:13.098Z # # # # # # #
17892026-07-16T02:39:13.098Z #### ###### # # # #
17902026-07-16T02:39:13.098Z
17912026-07-16T02:39:13.098Z+ export CARGO_INCREMENTAL=0
17922026-07-16T02:39:13.098Z+ CARGO_INCREMENTAL=0
17932026-07-16T02:39:13.098Z+ ptime -m cargo xtask clippy
17942026-07-16T02:39:13.553Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17952026-07-16T02:39:13.844Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17962026-07-16T02:39:15.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.50s
17972026-07-16T02:39:15.670Z Running `target/debug/xtask clippy`
17982026-07-16T02:39:15.695Zrunning: /home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
17992026-07-16T02:39:16.249Z Downloading crates ...
18002026-07-16T02:39:16.455Z Downloaded linkme-impl v0.3.35
18012026-07-16T02:39:16.458Z Downloaded supports-hyperlinks v2.1.0
18022026-07-16T02:39:16.465Z Downloaded approx v0.5.1
18032026-07-16T02:39:16.469Z Downloaded async-lock v3.4.2
18042026-07-16T02:39:16.473Z Downloaded addr2line v0.25.1
18052026-07-16T02:39:16.476Z Downloaded async-object-pool v0.2.0
18062026-07-16T02:39:16.479Z Downloaded escape8259 v0.5.3
18072026-07-16T02:39:16.479Z Downloaded concurrent-queue v2.5.0
18082026-07-16T02:39:16.487Z Downloaded event-listener v5.4.1
18092026-07-16T02:39:16.490Z Downloaded parking v2.2.1
18102026-07-16T02:39:16.494Z Downloaded plotters-svg v0.3.7
18112026-07-16T02:39:16.497Z Downloaded target-triple v1.0.0
18122026-07-16T02:39:16.497Z Downloaded hex-literal v0.4.1
18132026-07-16T02:39:16.501Z Downloaded guppy-workspace-hack v0.1.0
18142026-07-16T02:39:16.508Z Downloaded miette-derive v5.10.0
18152026-07-16T02:39:16.511Z Downloaded event-listener-strategy v0.5.4
18162026-07-16T02:39:16.511Z Downloaded assert-json-diff v2.0.2
18172026-07-16T02:39:16.517Z Downloaded oorandom v11.1.5
18182026-07-16T02:39:16.520Z Downloaded libtest-mimic v0.8.1
18192026-07-16T02:39:16.520Z Downloaded supports-unicode v2.1.0
18202026-07-16T02:39:16.520Z Downloaded supports-color v2.1.0
18212026-07-16T02:39:16.524Z Downloaded cast v0.3.0
18222026-07-16T02:39:16.524Z Downloaded plotters-backend v0.3.7
18232026-07-16T02:39:16.527Z Downloaded terminal_size v0.1.17
18242026-07-16T02:39:16.538Z Downloaded relative-path v1.9.3
18252026-07-16T02:39:16.538Z Downloaded anes v0.1.6
18262026-07-16T02:39:16.539Z Downloaded assert_cmd v2.1.2
18272026-07-16T02:39:16.542Z Downloaded knuffel-derive v3.2.0
18282026-07-16T02:39:16.542Z Downloaded similar-asserts v1.7.0
18292026-07-16T02:39:16.542Z Downloaded rust-argon2 v2.1.0
18302026-07-16T02:39:16.542Z Downloaded linkme v0.3.35
18312026-07-16T02:39:16.555Z Downloaded backtrace-ext v0.2.1
18322026-07-16T02:39:16.558Z Downloaded pathdiff v0.2.3
18332026-07-16T02:39:16.561Z Downloaded criterion-plot v0.6.0
18342026-07-16T02:39:16.562Z Downloaded constant_time_eq v0.3.1
18352026-07-16T02:39:16.562Z Downloaded nested v0.1.1
18362026-07-16T02:39:16.567Z Downloaded partial-io v0.5.4
18372026-07-16T02:39:16.570Z Downloaded serde_regex v1.1.0
18382026-07-16T02:39:16.573Z Downloaded cfg-expr v0.20.6
18392026-07-16T02:39:16.576Z Downloaded guppy v0.17.25
18402026-07-16T02:39:16.578Z Downloaded datatest-stable v0.3.3
18412026-07-16T02:39:16.581Z Downloaded tinytemplate v1.2.1
18422026-07-16T02:39:16.581Z Downloaded rustc-demangle v0.1.27
18432026-07-16T02:39:16.584Z Downloaded termcolor v1.4.1
18442026-07-16T02:39:16.584Z Downloaded blake2b_simd v1.0.4
18452026-07-16T02:39:16.587Z Downloaded stringmetrics v2.2.2
18462026-07-16T02:39:16.587Z Downloaded path-tree v0.8.3
18472026-07-16T02:39:16.587Z Downloaded trybuild v1.0.116
18482026-07-16T02:39:16.590Z Downloaded futures-timer v3.0.3
18492026-07-16T02:39:16.592Z Downloaded target-spec v3.5.7
18502026-07-16T02:39:16.595Z Downloaded chumsky v0.9.3
18512026-07-16T02:39:16.600Z Downloaded owo-colors v3.5.0
18522026-07-16T02:39:16.603Z Downloaded httptest v0.16.4
18532026-07-16T02:39:16.605Z Downloaded hickory-client v0.25.2
18542026-07-16T02:39:16.608Z Downloaded rand_distr v0.5.1
18552026-07-16T02:39:16.630Z Downloaded rstest_macros v0.25.0
18562026-07-16T02:39:16.635Z Downloaded textwrap v0.15.2
18572026-07-16T02:39:16.635Z Downloaded target-lexicon v0.13.3
18582026-07-16T02:39:16.635Z Downloaded rstest v0.25.0
18592026-07-16T02:39:16.635Z Downloaded miette v5.10.0
18602026-07-16T02:39:16.635Z Downloaded knuffel v3.2.0
18612026-07-16T02:39:16.635Z Downloaded fancy-regex v0.14.0
18622026-07-16T02:39:16.635Z Downloaded backtrace v0.3.76
18632026-07-16T02:39:16.641Z Downloaded criterion v0.7.0
18642026-07-16T02:39:16.644Z Downloaded plotters v0.3.7
18652026-07-16T02:39:16.649Z Downloaded hashbrown v0.14.5
18662026-07-16T02:39:16.666Z Downloaded gimli v0.32.3
18672026-07-16T02:39:16.765Z Downloaded httpmock v0.8.3
18682026-07-16T02:39:18.469Z Checking cfg-if v1.0.4
18692026-07-16T02:39:18.837Z Checking libc v0.2.185
18702026-07-16T02:39:18.840Z Checking serde_core v1.0.228
18712026-07-16T02:39:18.913Z Checking memchr v2.8.0
18722026-07-16T02:39:18.977Z Checking zeroize v1.8.2
18732026-07-16T02:39:19.006Z Checking smallvec v1.15.1
18742026-07-16T02:39:19.028Z Checking rand_core v0.10.0
18752026-07-16T02:39:19.068Z Checking subtle v2.6.1
18762026-07-16T02:39:19.068Z Checking itoa v1.0.17
18772026-07-16T02:39:19.139Z Checking log v0.4.29
18782026-07-16T02:39:19.196Z Checking libm v0.2.16
18792026-07-16T02:39:19.246Z Checking typenum v1.20.1
18802026-07-16T02:39:19.286Z Checking getrandom v0.4.1
18812026-07-16T02:39:19.286Z Checking errno v0.3.14
18822026-07-16T02:39:19.360Z Checking scopeguard v1.2.0
18832026-07-16T02:39:19.402Z Checking stable_deref_trait v1.2.1
18842026-07-16T02:39:19.414Z Checking zmij v1.0.21
18852026-07-16T02:39:19.477Z Checking zerofrom v0.1.6
18862026-07-16T02:39:19.518Z Checking lock_api v0.4.14
18872026-07-16T02:39:19.559Z Checking percent-encoding v2.3.2
18882026-07-16T02:39:19.598Z Checking litemap v0.8.1
18892026-07-16T02:39:19.636Z Checking yoke v0.8.1
18902026-07-16T02:39:19.670Z Checking writeable v0.6.2
18912026-07-16T02:39:19.727Z Checking icu_properties_data v2.1.2
18922026-07-16T02:39:19.765Z Checking icu_normalizer_data v2.1.1
18932026-07-16T02:39:19.804Z Checking form_urlencoded v1.2.2
18942026-07-16T02:39:19.842Z Checking zerovec v0.11.5
18952026-07-16T02:39:19.878Z Checking zerotrie v0.2.3
18962026-07-16T02:39:19.913Z Checking utf8_iter v1.0.4
18972026-07-16T02:39:19.949Z Checking num-traits v0.2.19
18982026-07-16T02:39:19.984Z Checking pin-project-lite v0.2.17
18992026-07-16T02:39:20.028Z Checking zerocopy v0.8.40
19002026-07-16T02:39:20.073Z Checking parking_lot_core v0.9.12
19012026-07-16T02:39:20.111Z Checking portable-atomic v1.13.1
19022026-07-16T02:39:20.153Z Checking critical-section v1.2.0
19032026-07-16T02:39:20.197Z Checking signal-hook-registry v1.4.8
19042026-07-16T02:39:20.289Z Checking parking_lot v0.12.5
19052026-07-16T02:39:20.330Z Checking tinystr v0.8.2
19062026-07-16T02:39:20.330Z Checking potential_utf v0.1.4
19072026-07-16T02:39:20.398Z Checking serde v1.0.228
19082026-07-16T02:39:20.401Z Checking bitflags v2.11.0
19092026-07-16T02:39:20.498Z Checking serde_json v1.0.150
19102026-07-16T02:39:20.538Z Checking icu_locale_core v2.1.1
19112026-07-16T02:39:20.544Z Checking icu_collections v2.1.1
19122026-07-16T02:39:20.609Z Checking once_cell v1.21.3
19132026-07-16T02:39:20.649Z Checking mio v1.2.0
19142026-07-16T02:39:20.697Z Checking iana-time-zone v0.1.65
19152026-07-16T02:39:20.813Z Checking socket2 v0.6.3
19162026-07-16T02:39:20.856Z Checking bytes v1.11.1
19172026-07-16T02:39:20.856Z Checking chrono v0.4.45
19182026-07-16T02:39:20.934Z Checking uuid v1.23.4
19192026-07-16T02:39:20.982Z Checking thiserror v2.0.18
19202026-07-16T02:39:21.098Z Checking semver v1.0.28
19212026-07-16T02:39:21.142Z Checking icu_provider v2.1.1
19222026-07-16T02:39:21.184Z Checking futures-core v0.3.32
19232026-07-16T02:39:21.187Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19242026-07-16T02:39:21.273Z Checking dyn-clone v1.0.20
19252026-07-16T02:39:21.321Z Checking tokio v1.52.1
19262026-07-16T02:39:21.361Z Checking getrandom v0.2.17
19272026-07-16T02:39:21.364Z Checking equivalent v1.0.2
19282026-07-16T02:39:21.431Z Checking icu_normalizer v2.1.1
19292026-07-16T02:39:21.434Z Checking icu_properties v2.1.2
19302026-07-16T02:39:21.506Z Checking rustix v1.1.3
19312026-07-16T02:39:21.575Z Checking rand_core v0.6.4
19322026-07-16T02:39:21.621Z Checking cmov v0.5.4
19332026-07-16T02:39:21.746Z Checking byteorder v1.5.0
19342026-07-16T02:39:21.785Z Checking futures-sink v0.3.32
19352026-07-16T02:39:21.789Z Checking generic-array v0.14.7
19362026-07-16T02:39:21.857Z Checking ctutils v0.4.2
19372026-07-16T02:39:21.914Z Checking futures-channel v0.3.32
19382026-07-16T02:39:21.974Z Checking slab v0.4.12
19392026-07-16T02:39:22.090Z Checking hybrid-array v0.4.13
19402026-07-16T02:39:22.130Z Checking futures-io v0.3.32
19412026-07-16T02:39:22.167Z Checking futures-task v0.3.32
19422026-07-16T02:39:22.273Z Checking thiserror v1.0.69
19432026-07-16T02:39:22.311Z Checking getrandom v0.3.4
19442026-07-16T02:39:22.346Z Checking idna_adapter v1.2.1
19452026-07-16T02:39:22.349Z Checking futures-util v0.3.32
19462026-07-16T02:39:22.417Z Checking hashbrown v0.17.0
19472026-07-16T02:39:22.421Z Checking base64ct v1.8.3
19482026-07-16T02:39:22.489Z Checking const-oid v0.9.6
19492026-07-16T02:39:22.492Z Checking idna v1.1.0
19502026-07-16T02:39:22.713Z Checking crypto-common v0.1.7
19512026-07-16T02:39:22.787Z Checking ppv-lite86 v0.2.21
19522026-07-16T02:39:22.826Z Checking url v2.5.8
19532026-07-16T02:39:22.862Z Checking crypto-common v0.2.2
19542026-07-16T02:39:22.865Z Checking fnv v1.0.7
19552026-07-16T02:39:22.932Z Checking indexmap v2.14.0
19562026-07-16T02:39:23.015Z Checking regex-syntax v0.8.10
19572026-07-16T02:39:23.106Z Checking block-buffer v0.12.1
19582026-07-16T02:39:23.197Z Checking block-buffer v0.10.4
19592026-07-16T02:39:23.280Z Checking schemars v0.8.22
19602026-07-16T02:39:23.318Z Checking utf8parse v0.2.2
19612026-07-16T02:39:23.380Z Checking digest v0.10.7
19622026-07-16T02:39:23.447Z Checking base64 v0.22.1
19632026-07-16T02:39:23.498Z Checking anstyle v1.0.14
19642026-07-16T02:39:23.535Z Checking http v1.4.2
19652026-07-16T02:39:23.604Z Checking tracing-core v0.1.36
19662026-07-16T02:39:23.709Z Checking colorchoice v1.0.4
19672026-07-16T02:39:23.747Z Checking is_terminal_polyfill v1.70.2
19682026-07-16T02:39:23.839Z Checking anstyle-query v1.1.5
19692026-07-16T02:39:23.878Z Checking anstyle-parse v1.0.0
19702026-07-16T02:39:23.947Z Checking tracing v0.1.44
19712026-07-16T02:39:23.990Z Checking terminal_size v0.4.3
19722026-07-16T02:39:23.996Z Checking ipnet v2.11.0
19732026-07-16T02:39:24.060Z Checking const-oid v0.10.2
19742026-07-16T02:39:24.124Z Checking anstream v1.0.0
19752026-07-16T02:39:24.164Z Checking strsim v0.11.1
19762026-07-16T02:39:24.199Z Checking clap_lex v1.0.0
19772026-07-16T02:39:24.246Z Checking aho-corasick v1.1.4
19782026-07-16T02:39:24.307Z Checking rand_core v0.9.5
19792026-07-16T02:39:24.344Z Checking crossbeam-utils v0.8.21
19802026-07-16T02:39:24.381Z Checking unicode-ident v1.0.24
19812026-07-16T02:39:24.385Z Checking clap_builder v4.6.0
19822026-07-16T02:39:24.385Z Checking httparse v1.10.1
19832026-07-16T02:39:24.416Z Checking cpufeatures v0.3.0
19842026-07-16T02:39:24.518Z Checking powerfmt v0.2.0
19852026-07-16T02:39:24.521Z Checking proc-macro2 v1.0.106
19862026-07-16T02:39:24.591Z Checking digest v0.11.3
19872026-07-16T02:39:24.625Z Checking tokio-util v0.7.18
19882026-07-16T02:39:24.680Z Checking num_threads v0.1.7
19892026-07-16T02:39:24.717Z Checking deranged v0.5.8
19902026-07-16T02:39:24.721Z Checking time-core v0.1.8
19912026-07-16T02:39:24.797Z Checking cpufeatures v0.2.17
19922026-07-16T02:39:24.802Z Checking num-conv v0.2.0
19932026-07-16T02:39:24.879Z Checking quote v1.0.45
19942026-07-16T02:39:24.918Z Checking rand_chacha v0.9.0
19952026-07-16T02:39:24.923Z Checking regex-automata v0.4.14
19962026-07-16T02:39:24.924Z Checking erased-serde v0.3.31
19972026-07-16T02:39:25.020Z Checking http-body v1.0.1
19982026-07-16T02:39:25.072Z Checking syn v2.0.117
19992026-07-16T02:39:25.143Z Checking rand v0.9.2
20002026-07-16T02:39:25.184Z Checking atomic-waker v1.1.2
20012026-07-16T02:39:25.254Z Checking aws-lc-sys v0.40.0
20022026-07-16T02:39:25.306Z Checking rustls-pki-types v1.14.0
20032026-07-16T02:39:25.390Z Checking slog v2.8.2
20042026-07-16T02:39:25.623Z Checking untrusted v0.7.1
20052026-07-16T02:39:25.658Z Checking fastrand v2.3.0
20062026-07-16T02:39:25.697Z Checking try-lock v0.2.5
20072026-07-16T02:39:25.720Z Checking time v0.3.47
20082026-07-16T02:39:25.769Z Checking clap v4.6.1
20092026-07-16T02:39:25.772Z Checking allocator-api2 v0.2.21
20102026-07-16T02:39:25.842Z Checking httpdate v1.0.3
20112026-07-16T02:39:25.845Z Checking want v0.3.1
20122026-07-16T02:39:25.912Z Checking aws-lc-rs v1.16.3
20132026-07-16T02:39:25.915Z Checking h2 v0.4.15
20142026-07-16T02:39:26.016Z Checking ipnetwork v0.21.1
20152026-07-16T02:39:26.054Z Checking hex v0.4.3
20162026-07-16T02:39:26.091Z Checking anyhow v1.0.102
20172026-07-16T02:39:26.260Z Checking tower-service v0.3.3
20182026-07-16T02:39:26.303Z Checking tower-layer v0.3.3
20192026-07-16T02:39:26.342Z Checking ryu v1.0.23
20202026-07-16T02:39:26.382Z Checking pem-rfc7468 v0.7.0
20212026-07-16T02:39:26.482Z Checking spin v0.9.8
20222026-07-16T02:39:26.520Z Checking flagset v0.4.7
20232026-07-16T02:39:26.573Z Checking tempfile v3.25.0
20242026-07-16T02:39:26.672Z Checking der v0.7.10
20252026-07-16T02:39:26.710Z Checking mime v0.3.17
20262026-07-16T02:39:26.777Z Checking untrusted v0.9.0
20272026-07-16T02:39:26.780Z Checking simd-adler32 v0.3.8
20282026-07-16T02:39:26.850Z Checking adler2 v2.0.1
20292026-07-16T02:39:26.886Z Checking http-body-util v0.1.3
20302026-07-16T02:39:26.925Z Checking block-padding v0.4.2
20312026-07-16T02:39:26.929Z Checking rustls-webpki v0.103.13
20322026-07-16T02:39:26.995Z Checking camino v1.2.2
20332026-07-16T02:39:27.033Z Checking miniz_oxide v0.8.9
20342026-07-16T02:39:27.089Z Checking inout v0.2.2
20352026-07-16T02:39:27.129Z Checking openssl-probe v0.2.1
20362026-07-16T02:39:27.264Z Checking pretty-hex v0.4.1
20372026-07-16T02:39:27.268Z Checking serde_urlencoded v0.7.1
20382026-07-16T02:39:27.301Z Checking rand_chacha v0.3.1
20392026-07-16T02:39:27.371Z Checking encoding_rs v0.8.35
20402026-07-16T02:39:27.409Z Checking rustls v0.23.41
20412026-07-16T02:39:27.413Z Checking plain v0.2.3
20422026-07-16T02:39:27.413Z Checking cipher v0.5.2
20432026-07-16T02:39:27.513Z Checking spki v0.7.3
20442026-07-16T02:39:27.550Z Checking regex v1.12.3
20452026-07-16T02:39:27.561Z Checking rand v0.8.6
20462026-07-16T02:39:27.684Z Checking oxnet v0.1.6
20472026-07-16T02:39:27.727Z Checking ucd-trie v0.1.7
20482026-07-16T02:39:27.730Z Checking crc32fast v1.5.0
20492026-07-16T02:39:27.893Z Checking pest v2.8.6
20502026-07-16T02:39:27.940Z Checking sync_wrapper v1.0.2
20512026-07-16T02:39:27.978Z Checking pkcs8 v0.10.2
20522026-07-16T02:39:27.981Z Checking futures-executor v0.3.32
20532026-07-16T02:39:28.074Z Checking tower v0.5.3
20542026-07-16T02:39:28.168Z Checking iri-string v0.7.10
20552026-07-16T02:39:28.207Z Checking either v1.15.0
20562026-07-16T02:39:28.210Z Checking futures v0.3.32
20572026-07-16T02:39:28.349Z Checking zlib-rs v0.6.2
20582026-07-16T02:39:28.352Z Checking sha2 v0.10.9
20592026-07-16T02:39:28.438Z Checking static_assertions v1.1.0
20602026-07-16T02:39:28.495Z Checking foldhash v0.2.0
20612026-07-16T02:39:28.546Z Checking lazy_static v1.5.0
20622026-07-16T02:39:28.672Z Checking openapiv3 v2.2.0
20632026-07-16T02:39:28.711Z Checking hashbrown v0.16.1
20642026-07-16T02:39:28.714Z Checking hubpack v0.1.2
20652026-07-16T02:39:28.785Z Checking hyper v1.10.1
20662026-07-16T02:39:28.939Z Checking strum v0.26.3
20672026-07-16T02:39:29.017Z Checking rustls-native-certs v0.8.3
20682026-07-16T02:39:29.081Z Checking signature v2.2.0
20692026-07-16T02:39:29.180Z Checking num-integer v0.1.46
20702026-07-16T02:39:29.243Z Checking tower-http v0.6.8
20712026-07-16T02:39:29.273Z Checking bit-vec v0.8.0
20722026-07-16T02:39:29.276Z Checking flate2 v1.1.9
20732026-07-16T02:39:29.276Z Checking tinyvec_macros v0.1.1
20742026-07-16T02:39:29.429Z Checking psl-types v2.0.11
20752026-07-16T02:39:29.468Z Checking tinyvec v1.10.0
20762026-07-16T02:39:29.504Z Checking bit-set v0.8.0
20772026-07-16T02:39:29.542Z Checking cookie v0.18.1
20782026-07-16T02:39:29.582Z Checking publicsuffix v2.3.0
20792026-07-16T02:39:29.636Z Checking wait-timeout v0.2.1
20802026-07-16T02:39:29.678Z Checking anstyle-parse v0.2.7
20812026-07-16T02:39:29.716Z Checking tokio-rustls v0.26.4
20822026-07-16T02:39:29.754Z Checking hyper-util v0.1.20
20832026-07-16T02:39:29.793Z Checking rustls-platform-verifier v0.6.2
20842026-07-16T02:39:29.796Z Checking cookie_store v0.22.1
20852026-07-16T02:39:29.796Z Checking ahash v0.8.12
20862026-07-16T02:39:29.897Z Checking toml_datetime v0.6.11
20872026-07-16T02:39:29.900Z Checking serde_spanned v0.6.9
20882026-07-16T02:39:29.968Z Checking scroll v0.13.0
20892026-07-16T02:39:29.971Z Checking quick-error v1.2.3
20902026-07-16T02:39:29.971Z Checking anstream v0.6.21
20912026-07-16T02:39:30.078Z Checking rand_xorshift v0.4.0
20922026-07-16T02:39:30.081Z Checking memmap2 v0.9.10
20932026-07-16T02:39:30.150Z Checking rusty-fork v0.3.1
20942026-07-16T02:39:30.153Z Checking unarray v0.1.4
20952026-07-16T02:39:30.224Z Checking data-encoding v2.10.0
20962026-07-16T02:39:30.227Z Checking goblin v0.10.5
20972026-07-16T02:39:30.228Z Checking dtrace-parser v0.3.0
20982026-07-16T02:39:30.327Z Checking x509-cert v0.2.5
20992026-07-16T02:39:30.331Z Checking bstr v1.12.1
21002026-07-16T02:39:30.331Z Checking hmac v0.12.1
21012026-07-16T02:39:30.434Z Checking proptest v1.10.0
21022026-07-16T02:39:30.509Z Checking thread-id v5.1.0
21032026-07-16T02:39:30.549Z Checking num-iter v0.1.45
21042026-07-16T02:39:30.552Z Checking crossbeam-epoch v0.9.18
21052026-07-16T02:39:30.618Z Checking memoffset v0.9.1
21062026-07-16T02:39:30.687Z Checking scroll v0.12.0
21072026-07-16T02:39:30.731Z Checking env_filter v1.0.0
21082026-07-16T02:39:30.809Z Checking num-bigint-dig v0.8.6
21092026-07-16T02:39:30.847Z Checking pkcs1 v0.7.5
21102026-07-16T02:39:30.903Z Checking env_logger v0.11.9
21112026-07-16T02:39:30.942Z Checking goblin v0.8.2
21122026-07-16T02:39:31.010Z Checking zerocopy v0.7.35
21132026-07-16T02:39:31.050Z Checking hyper-rustls v0.27.7
21142026-07-16T02:39:31.087Z Checking rustix v0.38.44
21152026-07-16T02:39:31.125Z Checking unicode-segmentation v1.12.0
21162026-07-16T02:39:31.284Z Checking reqwest v0.13.2
21172026-07-16T02:39:31.480Z Checking foreign-types-shared v0.1.1
21182026-07-16T02:39:31.524Z Checking dtrace-parser v0.2.0
21192026-07-16T02:39:31.598Z Checking foreign-types v0.3.2
21202026-07-16T02:39:31.653Z Checking rsa v0.9.10
21212026-07-16T02:39:31.695Z Checking ff v0.13.1
21222026-07-16T02:39:31.784Z Checking openssl-sys v0.9.115
21232026-07-16T02:39:31.855Z Checking thread-id v4.2.2
21242026-07-16T02:39:31.907Z Checking winnow v0.5.40
21252026-07-16T02:39:31.964Z Checking same-file v1.0.6
21262026-07-16T02:39:32.115Z Checking base16ct v0.2.0
21272026-07-16T02:39:32.153Z Checking walkdir v2.5.0
21282026-07-16T02:39:32.193Z Checking group v0.13.0
21292026-07-16T02:39:32.196Z Checking openssl v0.10.79
21302026-07-16T02:39:32.266Z Checking newtype-uuid v1.3.2
21312026-07-16T02:39:32.271Z Checking sec1 v0.7.3
21322026-07-16T02:39:32.343Z Checking nix v0.31.2
21332026-07-16T02:39:32.381Z Checking hkdf v0.12.4
21342026-07-16T02:39:32.496Z Checking daft v0.1.7
21352026-07-16T02:39:32.533Z Checking serde_with v3.17.0
21362026-07-16T02:39:32.570Z Checking crypto-bigint v0.5.5
21372026-07-16T02:39:32.605Z Checking dof v0.4.0
21382026-07-16T02:39:32.763Z Checking bzip2-sys v0.1.13+1.0.8
21392026-07-16T02:39:32.845Z Checking dof v0.3.0
21402026-07-16T02:39:32.884Z Checking winnow v0.7.14
21412026-07-16T02:39:33.079Z Checking toml_edit v0.19.15
21422026-07-16T02:39:33.153Z Checking usdt-impl v0.5.0
21432026-07-16T02:39:33.274Z Checking usdt-impl v0.6.0
21442026-07-16T02:39:33.477Z Checking keccak v0.1.6
21452026-07-16T02:39:33.518Z Checking elliptic-curve v0.13.8
21462026-07-16T02:39:33.584Z Checking bzip2 v0.4.4
21472026-07-16T02:39:33.623Z Checking usdt v0.6.0
21482026-07-16T02:39:33.679Z Checking sha3 v0.10.8
21492026-07-16T02:39:33.781Z Checking unicode-normalization v0.1.25
21502026-07-16T02:39:33.821Z Checking itertools v0.13.0
21512026-07-16T02:39:33.859Z Checking siphasher v1.0.2
21522026-07-16T02:39:33.912Z Checking winnow v1.0.3
21532026-07-16T02:39:34.001Z Checking bitflags v1.3.2
21542026-07-16T02:39:34.046Z Checking zip v0.6.6
21552026-07-16T02:39:34.103Z Checking signal-hook v0.3.18
21562026-07-16T02:39:34.105Z Checking toml_write v0.1.2
21572026-07-16T02:39:34.174Z Checking toml v0.7.8
21582026-07-16T02:39:34.213Z Checking managed v0.8.0
21592026-07-16T02:39:34.250Z Checking toml_parser v1.1.2+spec-1.1.0
21602026-07-16T02:39:34.286Z Checking native-tls v0.2.18
21612026-07-16T02:39:34.325Z Checking globset v0.4.18
21622026-07-16T02:39:34.328Z Checking toml_edit v0.22.27
21632026-07-16T02:39:34.397Z Checking chacha20 v0.10.0
21642026-07-16T02:39:34.435Z Checking curve25519-dalek v4.1.3
21652026-07-16T02:39:34.492Z Checking tokio-native-tls v0.3.1
21662026-07-16T02:39:34.530Z Checking object v0.37.3
21672026-07-16T02:39:34.605Z Checking foldhash v0.1.5
21682026-07-16T02:39:34.643Z Checking signal-hook-mio v0.2.5
21692026-07-16T02:39:34.681Z Checking ed25519 v2.2.3
21702026-07-16T02:39:34.684Z Checking hyper-tls v0.6.0
21712026-07-16T02:39:34.764Z Checking hashbrown v0.15.5
21722026-07-16T02:39:34.804Z Checking ref-cast v1.0.25
21732026-07-16T02:39:34.872Z Checking pin-project v1.1.11
21742026-07-16T02:39:34.912Z Checking zstd-sys v2.0.16+zstd.1.5.7
21752026-07-16T02:39:34.915Z Checking reqwest v0.12.28
21762026-07-16T02:39:34.983Z Checking pem v3.0.6
21772026-07-16T02:39:35.021Z Checking bumpalo v3.20.2
21782026-07-16T02:39:35.058Z Checking zstd-safe v7.2.4
21792026-07-16T02:39:35.168Z Checking libbz2-rs-sys v0.2.2
21802026-07-16T02:39:35.215Z Checking ed25519-dalek v2.2.0
21812026-07-16T02:39:35.254Z Checking zopfli v0.8.3
21822026-07-16T02:39:35.259Z Checking zstd v0.13.3
21832026-07-16T02:39:35.324Z Checking snafu v0.8.9
21842026-07-16T02:39:35.446Z Checking crossterm v0.28.1
21852026-07-16T02:39:35.485Z Checking olpc-cjson v0.1.4
21862026-07-16T02:39:35.488Z Checking similar v2.7.0
21872026-07-16T02:39:35.577Z Checking bzip2 v0.6.1
21882026-07-16T02:39:35.617Z Checking fs-err v3.3.0
21892026-07-16T02:39:35.654Z Checking hash32 v0.2.1
21902026-07-16T02:39:35.658Z Checking serde-big-array v0.5.1
21912026-07-16T02:39:35.725Z Checking serde_plain v1.0.2
21922026-07-16T02:39:35.768Z Checking typed-path v0.9.3
21932026-07-16T02:39:35.839Z Checking unicode-bidi v0.3.18
21942026-07-16T02:39:35.877Z Checking unicode-properties v0.1.4
21952026-07-16T02:39:35.913Z Checking jiff v0.2.21
21962026-07-16T02:39:35.951Z Checking predicates-core v1.0.10
21972026-07-16T02:39:35.954Z Checking heapless v0.7.17
21982026-07-16T02:39:36.088Z Checking hickory-proto v0.25.2
21992026-07-16T02:39:36.127Z Checking byte-wrapper v0.1.0
22002026-07-16T02:39:36.163Z Checking stringprep v0.1.5
22012026-07-16T02:39:36.199Z Checking md-5 v0.10.6
22022026-07-16T02:39:36.344Z Checking float-cmp v0.10.0
22032026-07-16T02:39:36.385Z Checking fallible-iterator v0.2.0
22042026-07-16T02:39:36.388Z Checking difflib v0.4.0
22052026-07-16T02:39:36.456Z Checking normalize-line-endings v0.3.0
22062026-07-16T02:39:36.502Z Checking smoltcp v0.9.1
22072026-07-16T02:39:36.554Z Checking tough v0.22.0
22082026-07-16T02:39:36.591Z Checking iddqd v0.4.2
22092026-07-16T02:39:36.594Z Checking predicates v3.1.4
22102026-07-16T02:39:36.724Z Checking postgres-protocol v0.6.10
22112026-07-16T02:39:36.853Z Checking phf_shared v0.13.1
22122026-07-16T02:39:36.949Z Checking phf_shared v0.11.3
22132026-07-16T02:39:37.059Z Checking tokio-stream v0.1.18
22142026-07-16T02:39:37.098Z Checking buf-list v1.1.2
22152026-07-16T02:39:37.137Z Checking strum v0.27.2
22162026-07-16T02:39:37.140Z Checking fixedbitset v0.5.7
22172026-07-16T02:39:37.281Z Checking lalrpop-util v0.19.12
22182026-07-16T02:39:37.323Z Checking new_debug_unreachable v1.0.6
22192026-07-16T02:39:37.393Z Checking precomputed-hash v0.1.1
22202026-07-16T02:39:37.431Z Checking fixedbitset v0.4.2
22212026-07-16T02:39:37.469Z Checking petgraph v0.8.3
22222026-07-16T02:39:37.472Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22232026-07-16T02:39:37.540Z Checking string_cache v0.8.9
22242026-07-16T02:39:37.543Z Checking phf v0.13.1
22252026-07-16T02:39:37.613Z Checking petgraph v0.6.5
22262026-07-16T02:39:37.736Z Checking postgres-types v0.2.12
22272026-07-16T02:39:37.777Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22282026-07-16T02:39:38.065Z Checking whoami v2.1.0
22292026-07-16T02:39:38.108Z Checking peg-runtime v0.8.5
22302026-07-16T02:39:38.162Z Checking zip v4.6.1
22312026-07-16T02:39:38.320Z Checking tokio-postgres v0.7.16
22322026-07-16T02:39:38.398Z Checking is-terminal v0.4.17
22332026-07-16T02:39:38.523Z Checking crossbeam-channel v0.5.15
22342026-07-16T02:39:38.611Z Checking thread_local v1.1.9
22352026-07-16T02:39:38.794Z Compiling structmeta-derive v0.3.0
22362026-07-16T02:39:38.832Z Checking take_mut v0.2.2
22372026-07-16T02:39:38.889Z Checking term v1.2.1
22382026-07-16T02:39:38.926Z Compiling newtype-uuid-macros v0.1.0
22392026-07-16T02:39:38.964Z Checking slog-async v2.8.0
22402026-07-16T02:39:38.967Z Compiling multer v3.1.0
22412026-07-16T02:39:39.089Z Compiling async-stream-impl v0.3.6
22422026-07-16T02:39:39.139Z Checking slog-term v2.9.2
22432026-07-16T02:39:39.177Z Checking match_cfg v0.1.0
22442026-07-16T02:39:39.276Z Checking hostname v0.3.1
22452026-07-16T02:39:39.313Z Checking slog-json v2.6.1
22462026-07-16T02:39:39.405Z Compiling dropshot v0.17.1
22472026-07-16T02:39:39.442Z Compiling dropshot_endpoint v0.17.1
22482026-07-16T02:39:39.502Z Checking slog-bunyan v2.5.0
22492026-07-16T02:39:39.629Z Checking debug-ignore v1.0.5
22502026-07-16T02:39:39.667Z Checking sha1 v0.11.0
22512026-07-16T02:39:39.737Z Checking serde_spanned v1.1.1
22522026-07-16T02:39:39.740Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22532026-07-16T02:39:39.807Z Checking toml_datetime v1.1.1+spec-1.1.0
22542026-07-16T02:39:39.812Z Checking serde_path_to_error v0.1.20
22552026-07-16T02:39:39.878Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22562026-07-16T02:39:39.951Z Compiling structmeta v0.3.0
22572026-07-16T02:39:39.954Z Checking toml_writer v1.1.1+spec-1.1.0
22582026-07-16T02:39:40.027Z Checking compression-core v0.4.31
22592026-07-16T02:39:40.030Z Checking progenitor-client v0.14.0
22602026-07-16T02:39:40.134Z Checking async-stream v0.3.6
22612026-07-16T02:39:40.184Z Checking toml v1.1.2+spec-1.1.0
22622026-07-16T02:39:40.187Z Compiling derive-ex v0.1.8
22632026-07-16T02:39:40.187Z Checking compression-codecs v0.4.37
22642026-07-16T02:39:40.324Z Checking rustls-pemfile v2.2.0
22652026-07-16T02:39:40.361Z Checking waitgroup v0.1.2
22662026-07-16T02:39:40.365Z Checking hostname v0.4.2
22672026-07-16T02:39:40.431Z Checking async-compression v0.4.41
22682026-07-16T02:39:40.489Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22692026-07-16T02:39:40.528Z Checking atomicwrites v0.4.4
22702026-07-16T02:39:40.530Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22712026-07-16T02:39:40.601Z Checking itertools v0.14.0
22722026-07-16T02:39:40.637Z Compiling parse-display-derive v0.10.0
22732026-07-16T02:39:40.685Z Checking macaddr v1.0.1
22742026-07-16T02:39:40.723Z Checking regress v0.10.5
22752026-07-16T02:39:40.759Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22762026-07-16T02:39:40.797Z Checking instant v0.1.13
22772026-07-16T02:39:40.892Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22782026-07-16T02:39:40.931Z Checking backoff v0.4.0
22792026-07-16T02:39:41.140Z Checking backon v1.6.0
22802026-07-16T02:39:41.179Z Checking humantime v2.3.0
22812026-07-16T02:39:41.219Z Checking unicode-width v0.2.0
22822026-07-16T02:39:41.330Z Checking progenitor-extras v0.2.0
22832026-07-16T02:39:41.390Z Compiling convert_case v0.4.0
22842026-07-16T02:39:41.531Z Checking half v2.7.1
22852026-07-16T02:39:41.583Z Checking ciborium-io v0.2.2
22862026-07-16T02:39:41.674Z Checking heck v0.5.0
22872026-07-16T02:39:41.712Z Checking secrecy v0.10.3
22882026-07-16T02:39:41.797Z Compiling derive_more v0.99.20
22892026-07-16T02:39:41.836Z Checking ciborium-ll v0.2.2
22902026-07-16T02:39:41.839Z Checking indent_write v2.2.0
22912026-07-16T02:39:41.904Z Checking camino-tempfile v1.4.1
22922026-07-16T02:39:41.940Z Compiling test-strategy v0.4.5
22932026-07-16T02:39:42.025Z Compiling regress v0.11.1
22942026-07-16T02:39:42.062Z Checking ciborium v0.2.2
22952026-07-16T02:39:42.098Z Compiling crucible-workspace-hack v0.1.0
22962026-07-16T02:39:42.174Z Checking inout v0.1.4
22972026-07-16T02:39:42.358Z Checking parse-display v0.10.0
22982026-07-16T02:39:42.361Z Checking cipher v0.4.4
22992026-07-16T02:39:42.507Z Checking universal-hash v0.5.1
23002026-07-16T02:39:42.545Z Compiling thiserror-impl-no-std v2.0.2
23012026-07-16T02:39:42.548Z Checking opaque-debug v0.3.1
23022026-07-16T02:39:42.617Z Checking chacha20 v0.9.1
23032026-07-16T02:39:42.699Z Checking poly1305 v0.8.0
23042026-07-16T02:39:42.839Z Checking blake2 v0.10.6
23052026-07-16T02:39:42.999Z Checking aead v0.5.2
23062026-07-16T02:39:43.113Z Checking password-hash v0.5.0
23072026-07-16T02:39:43.174Z Checking chacha20poly1305 v0.10.1
23082026-07-16T02:39:43.214Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23092026-07-16T02:39:43.367Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23102026-07-16T02:39:43.414Z Checking argon2 v0.5.3
23112026-07-16T02:39:43.452Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
23122026-07-16T02:39:43.663Z Compiling typify-impl v0.6.2
23132026-07-16T02:39:43.704Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23142026-07-16T02:39:43.789Z Checking thiserror-no-std v2.0.2
23152026-07-16T02:39:43.827Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23162026-07-16T02:39:43.877Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23172026-07-16T02:39:43.916Z Checking vsss-rs v3.3.4
23182026-07-16T02:39:44.058Z Compiling unsafe-libyaml v0.2.11
23192026-07-16T02:39:44.097Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23202026-07-16T02:39:44.477Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23212026-07-16T02:39:44.834Z Compiling serde_yaml v0.9.34+deprecated
23222026-07-16T02:39:45.060Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23232026-07-16T02:39:45.233Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23242026-07-16T02:39:45.358Z Checking swrite v0.1.0
23252026-07-16T02:39:45.475Z Checking crossbeam-deque v0.8.6
23262026-07-16T02:39:45.514Z Compiling rayon-core v1.13.0
23272026-07-16T02:39:45.517Z Compiling toml_datetime v0.7.5+spec-1.1.0
23282026-07-16T02:39:45.585Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23292026-07-16T02:39:45.726Z Compiling proc-macro-error v1.0.4
23302026-07-16T02:39:45.845Z Compiling toml_edit v0.23.10+spec-1.0.0
23312026-07-16T02:39:46.070Z Checking toml v0.8.23
23322026-07-16T02:39:46.167Z Checking rayon v1.11.0
23332026-07-16T02:39:46.252Z Checking tabwriter v1.4.1
23342026-07-16T02:39:46.299Z Checking glob v0.3.3
23352026-07-16T02:39:46.424Z Compiling proc-macro-crate v3.4.0
23362026-07-16T02:39:46.460Z Checking colored v3.1.1
23372026-07-16T02:39:46.514Z Compiling heapless v0.8.0
23382026-07-16T02:39:46.692Z Checking hash32 v0.3.1
23392026-07-16T02:39:46.850Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23402026-07-16T02:39:46.921Z Compiling smoltcp v0.11.0
23412026-07-16T02:39:46.956Z Compiling ingot-macros v0.1.1
23422026-07-16T02:39:46.993Z Compiling num_enum_derive v0.7.6
23432026-07-16T02:39:47.082Z Checking unicode-width v0.1.14
23442026-07-16T02:39:47.343Z Checking cobs v0.3.0
23452026-07-16T02:39:47.380Z Compiling usdt-attr-macro v0.5.0
23462026-07-16T02:39:47.520Z Compiling usdt-macro v0.5.0
23472026-07-16T02:39:47.576Z Checking memmap v0.7.0
23482026-07-16T02:39:47.620Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23492026-07-16T02:39:47.659Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23502026-07-16T02:39:47.939Z Checking postcard v1.1.3
23512026-07-16T02:39:48.073Z Checking num_enum v0.7.6
23522026-07-16T02:39:48.202Z Compiling typify-macro v0.6.2
23532026-07-16T02:39:48.239Z Checking rand v0.10.1
23542026-07-16T02:39:48.242Z Compiling proc-macro-crate v1.3.1
23552026-07-16T02:39:48.321Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23562026-07-16T02:39:48.355Z Checking usdt v0.5.0
23572026-07-16T02:39:48.555Z Checking sigpipe v0.1.3
23582026-07-16T02:39:48.592Z Compiling foreign-types-macros v0.2.3
23592026-07-16T02:39:48.668Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23602026-07-16T02:39:48.724Z Checking foreign-types-shared v0.3.1
23612026-07-16T02:39:48.760Z Compiling num_enum_derive v0.5.11
23622026-07-16T02:39:48.985Z Checking cstr-argument v0.1.2
23632026-07-16T02:39:49.057Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23642026-07-16T02:39:49.130Z Compiling num-derive v0.4.2
23652026-07-16T02:39:49.178Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23662026-07-16T02:39:49.240Z Checking foreign-types v0.5.0
23672026-07-16T02:39:49.347Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23682026-07-16T02:39:49.538Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23692026-07-16T02:39:49.637Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23702026-07-16T02:39:49.680Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23712026-07-16T02:39:49.683Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23722026-07-16T02:39:49.838Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23732026-07-16T02:39:49.841Z Checking num_enum v0.5.11
23742026-07-16T02:39:49.912Z Checking ingot-types v0.1.2
23752026-07-16T02:39:49.921Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23762026-07-16T02:39:50.017Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23772026-07-16T02:39:50.017Z Compiling zone_cfg_derive v0.3.1
23782026-07-16T02:39:50.088Z Compiling typify v0.6.2
23792026-07-16T02:39:50.227Z Compiling progenitor-impl v0.14.0
23802026-07-16T02:39:50.230Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23812026-07-16T02:39:50.297Z Checking itertools v0.12.1
23822026-07-16T02:39:50.369Z Checking ingot v0.1.1
23832026-07-16T02:39:50.459Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23842026-07-16T02:39:50.735Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23852026-07-16T02:39:50.819Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23862026-07-16T02:39:50.917Z Checking smf v0.2.3
23872026-07-16T02:39:50.961Z Checking whoami v1.6.1
23882026-07-16T02:39:51.066Z Checking tokio-dtrace v0.1.1
23892026-07-16T02:39:51.165Z Compiling derive-where v1.6.0
23902026-07-16T02:39:51.202Z Checking console v0.15.11
23912026-07-16T02:39:51.256Z Checking newline-converter v0.3.0
23922026-07-16T02:39:51.292Z Checking oxide-tokio-rt v0.1.4
23932026-07-16T02:39:51.332Z Checking zone v0.3.1
23942026-07-16T02:39:51.392Z Checking bytecount v0.6.9
23952026-07-16T02:39:51.486Z Compiling owo-colors v4.3.0
23962026-07-16T02:39:51.523Z Checking expectorate v1.2.0
23972026-07-16T02:39:51.526Z Compiling cancel-safe-futures v0.1.5
23982026-07-16T02:39:51.681Z Checking libsw-core v0.3.2
23992026-07-16T02:39:51.718Z Checking num-rational v0.4.2
24002026-07-16T02:39:51.853Z Checking libsw v3.5.0
24012026-07-16T02:39:52.008Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
24022026-07-16T02:39:52.043Z Checking num-complex v0.4.6
24032026-07-16T02:39:52.046Z Checking linear-map v1.2.0
24042026-07-16T02:39:52.195Z Checking float-ord v0.3.2
24052026-07-16T02:39:52.273Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24062026-07-16T02:39:52.327Z Checking gethostname v0.5.0
24072026-07-16T02:39:52.400Z Checking num v0.4.3
24082026-07-16T02:39:52.446Z Compiling prettyplease v0.2.37
24092026-07-16T02:39:52.496Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24102026-07-16T02:39:52.532Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24112026-07-16T02:39:52.569Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24122026-07-16T02:39:52.815Z Compiling progenitor-macro v0.14.0
24132026-07-16T02:39:52.903Z Checking resolv-conf v0.7.6
24142026-07-16T02:39:52.953Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24152026-07-16T02:39:53.115Z Checking unicode-linebreak v0.1.5
24162026-07-16T02:39:53.192Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
24172026-07-16T02:39:53.432Z Checking smawk v0.3.2
24182026-07-16T02:39:53.596Z Checking papergrid v0.11.0
24192026-07-16T02:39:54.122Z Compiling tabled_derive v0.7.0
24202026-07-16T02:39:54.161Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24212026-07-16T02:39:54.230Z Compiling convert_case v0.10.0
24222026-07-16T02:39:54.289Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
24232026-07-16T02:39:54.366Z Compiling slog-dtrace v0.3.0
24242026-07-16T02:39:54.405Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24252026-07-16T02:39:54.574Z Compiling derive_more-impl v2.1.1
24262026-07-16T02:39:54.689Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24272026-07-16T02:39:54.788Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24282026-07-16T02:39:55.151Z Checking tabled v0.15.0
24292026-07-16T02:39:55.414Z Checking derive_more v2.1.1
24302026-07-16T02:39:55.450Z Checking linked-hash-map v0.5.6
24312026-07-16T02:39:55.522Z Checking crossterm v0.29.0
24322026-07-16T02:39:55.678Z Checking lru-cache v0.1.2
24332026-07-16T02:39:56.087Z Checking hickory-proto v0.24.4
24342026-07-16T02:39:56.128Z Checking fd-lock v4.0.4
24352026-07-16T02:39:56.570Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24362026-07-16T02:39:56.774Z Checking vte v0.14.1
24372026-07-16T02:39:56.967Z Checking display-error-chain v0.2.2
24382026-07-16T02:39:57.101Z Checking strip-ansi-escapes v0.2.1
24392026-07-16T02:39:57.303Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24402026-07-16T02:39:57.413Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
24412026-07-16T02:39:57.739Z Checking progenitor v0.14.0
24422026-07-16T02:39:57.899Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24432026-07-16T02:39:58.382Z Checking nu-ansi-term v0.50.3
24442026-07-16T02:39:58.422Z Checking termtree v0.5.1
24452026-07-16T02:39:58.530Z Checking hickory-resolver v0.24.4
24462026-07-16T02:39:58.598Z Checking textwrap v0.16.2
24472026-07-16T02:39:58.635Z Checking reedline v0.40.0
24482026-07-16T02:39:58.819Z Compiling minimal-lexical v0.2.1
24492026-07-16T02:39:58.856Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24502026-07-16T02:39:59.108Z Compiling nom v7.1.3
24512026-07-16T02:39:59.316Z Checking qorb v0.4.1
24522026-07-16T02:39:59.354Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24532026-07-16T02:39:59.543Z Compiling unicode-xid v0.2.6
24542026-07-16T02:39:59.707Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24552026-07-16T02:39:59.938Z Compiling ar_archive_writer v0.5.1
24562026-07-16T02:40:00.321Z Checking csv-core v0.1.13
24572026-07-16T02:40:00.469Z Compiling stacker v0.1.23
24582026-07-16T02:40:00.505Z Compiling cfg_aliases v0.1.1
24592026-07-16T02:40:00.539Z Checking csv v1.4.0
24602026-07-16T02:40:00.574Z Compiling semver v0.1.20
24612026-07-16T02:40:00.619Z Checking highway v1.3.0
24622026-07-16T02:40:00.813Z Compiling psm v0.1.30
24632026-07-16T02:40:00.859Z Compiling rustc_version v0.1.7
24642026-07-16T02:40:00.894Z Compiling nix v0.28.0
24652026-07-16T02:40:00.897Z Checking nibble_vec v0.1.0
24662026-07-16T02:40:00.964Z Checking endian-type v0.1.2
24672026-07-16T02:40:00.996Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24682026-07-16T02:40:01.084Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24692026-07-16T02:40:01.121Z Checking radix_trie v0.2.1
24702026-07-16T02:40:01.124Z Compiling newtype_derive v0.1.6
24712026-07-16T02:40:01.336Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24722026-07-16T02:40:01.374Z Checking phf_shared v0.12.1
24732026-07-16T02:40:01.442Z Compiling recursive-proc-macro-impl v0.1.1
24742026-07-16T02:40:01.540Z Compiling chrono-tz v0.10.4
24752026-07-16T02:40:01.575Z Checking phf v0.12.1
24762026-07-16T02:40:01.854Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24772026-07-16T02:40:01.857Z Compiling const_format_proc_macros v0.2.34
24782026-07-16T02:40:01.922Z Checking recursive v0.1.1
24792026-07-16T02:40:01.925Z Compiling peg-macros v0.8.5
24802026-07-16T02:40:01.991Z Checking winnow v0.6.26
24812026-07-16T02:40:02.046Z Checking nom v8.0.0
24822026-07-16T02:40:02.404Z Compiling sqlparser_derive v0.5.0
24832026-07-16T02:40:02.786Z Checking unicode_categories v0.1.1
24842026-07-16T02:40:02.789Z Checking home v0.5.12
24852026-07-16T02:40:02.957Z Checking rustyline v14.0.0
24862026-07-16T02:40:02.996Z Checking const_format v0.2.35
24872026-07-16T02:40:03.159Z Checking sqlformat v0.3.5
24882026-07-16T02:40:03.197Z Checking sqlparser v0.61.0
24892026-07-16T02:40:03.391Z Checking peg v0.8.5
24902026-07-16T02:40:03.602Z Checking bcs v0.1.6
24912026-07-16T02:40:03.641Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
24922026-07-16T02:40:03.734Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24932026-07-16T02:40:03.770Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
24942026-07-16T02:40:03.866Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
24952026-07-16T02:40:03.956Z Checking steno v0.4.1
24962026-07-16T02:40:04.048Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
24972026-07-16T02:40:04.197Z Checking sha1 v0.10.6
24982026-07-16T02:40:04.280Z Checking filetime v0.2.27
24992026-07-16T02:40:04.444Z Checking xattr v1.6.1
25002026-07-16T02:40:04.608Z Checking tar v0.4.46
25012026-07-16T02:40:04.878Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25022026-07-16T02:40:05.001Z Checking subprocess v0.2.15
25032026-07-16T02:40:05.037Z Checking base64 v0.21.7
25042026-07-16T02:40:05.083Z Checking headers-core v0.3.0
25052026-07-16T02:40:05.224Z Checking headers v0.4.1
25062026-07-16T02:40:05.309Z Checking yasna v0.5.2
25072026-07-16T02:40:05.345Z Checking port-file v0.1.0
25082026-07-16T02:40:05.560Z Checking dropshot-api-manager-types v0.7.2
25092026-07-16T02:40:05.720Z Checking tagptr v0.2.0
25102026-07-16T02:40:05.756Z Checking rcgen v0.12.1
25112026-07-16T02:40:05.793Z Checking utf-8 v0.7.6
25122026-07-16T02:40:05.891Z Checking moka v0.12.13
25132026-07-16T02:40:05.954Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25142026-07-16T02:40:06.046Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25152026-07-16T02:40:06.105Z Checking tungstenite v0.21.0
25162026-07-16T02:40:06.140Z Compiling radium v0.7.0
25172026-07-16T02:40:06.544Z Checking hickory-resolver v0.25.2
25182026-07-16T02:40:06.585Z Checking tokio-tungstenite v0.21.0
25192026-07-16T02:40:06.658Z Checking tap v1.0.1
25202026-07-16T02:40:06.813Z Compiling libefi-sys v0.1.0
25212026-07-16T02:40:06.920Z Compiling maybe-uninit v2.0.0
25222026-07-16T02:40:07.086Z Checking wyz v0.5.1
25232026-07-16T02:40:07.291Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25242026-07-16T02:40:07.327Z Compiling zerocopy-derive v0.6.6
25252026-07-16T02:40:07.495Z Compiling bitfield-struct v0.6.2
25262026-07-16T02:40:07.534Z Compiling packed_struct v0.10.1
25272026-07-16T02:40:07.737Z Checking funty v2.0.0
25282026-07-16T02:40:07.776Z Checking crc-catalog v2.4.0
25292026-07-16T02:40:07.826Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25302026-07-16T02:40:07.903Z Checking crc v3.4.0
25312026-07-16T02:40:08.093Z Checking bitvec v1.0.1
25322026-07-16T02:40:08.125Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25332026-07-16T02:40:08.163Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25342026-07-16T02:40:08.195Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25352026-07-16T02:40:08.263Z Checking zerocopy v0.6.6
25362026-07-16T02:40:08.368Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25372026-07-16T02:40:08.403Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25382026-07-16T02:40:08.487Z Compiling packed_struct_codegen v0.10.1
25392026-07-16T02:40:08.534Z Compiling bitfield-macros v0.19.4
25402026-07-16T02:40:08.578Z Compiling indexmap v1.9.3
25412026-07-16T02:40:08.817Z Checking nodrop v0.1.14
25422026-07-16T02:40:08.940Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25432026-07-16T02:40:09.047Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25442026-07-16T02:40:09.287Z Checking bitfield v0.19.4
25452026-07-16T02:40:09.324Z Checking array-init v0.0.4
25462026-07-16T02:40:09.510Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25472026-07-16T02:40:09.590Z Checking smallvec v0.6.14
25482026-07-16T02:40:09.658Z Checking hashbrown v0.12.3
25492026-07-16T02:40:09.693Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25502026-07-16T02:40:09.839Z Checking serde-hex v0.1.0
25512026-07-16T02:40:09.878Z Checking ron v0.8.1
25522026-07-16T02:40:10.158Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25532026-07-16T02:40:10.437Z Checking hashbrown v0.13.2
25542026-07-16T02:40:10.471Z Checking crc-any v2.5.0
25552026-07-16T02:40:10.661Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25562026-07-16T02:40:10.697Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25572026-07-16T02:40:10.890Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25582026-07-16T02:40:10.894Z Checking object v0.30.4
25592026-07-16T02:40:11.134Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25602026-07-16T02:40:11.389Z Checking path-slash v0.1.5
25612026-07-16T02:40:11.425Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25622026-07-16T02:40:11.428Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25632026-07-16T02:40:11.525Z Compiling xshell-macros v0.2.7
25642026-07-16T02:40:11.941Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25652026-07-16T02:40:11.979Z Checking xshell v0.2.7
25662026-07-16T02:40:12.291Z Checking half v1.8.3
25672026-07-16T02:40:12.335Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25682026-07-16T02:40:12.372Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
25692026-07-16T02:40:12.518Z Checking serde_cbor v0.11.2
25702026-07-16T02:40:12.620Z Compiling proc-macro-error-attr2 v2.0.0
25712026-07-16T02:40:12.945Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25722026-07-16T02:40:13.031Z Compiling num-derive v0.3.3
25732026-07-16T02:40:13.070Z Compiling proc-macro-error2 v2.0.1
25742026-07-16T02:40:13.142Z Checking maplit v1.0.2
25752026-07-16T02:40:13.178Z Checking papergrid v0.17.0
25762026-07-16T02:40:13.253Z Checking testing_table v0.3.0
25772026-07-16T02:40:13.425Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25782026-07-16T02:40:13.466Z Compiling tabled_derive v0.11.0
25792026-07-16T02:40:13.783Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25802026-07-16T02:40:13.944Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
25812026-07-16T02:40:14.026Z Checking libscf-sys v1.1.0
25822026-07-16T02:40:14.061Z Compiling progenitor-impl v0.13.0
25832026-07-16T02:40:14.188Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25842026-07-16T02:40:14.361Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25852026-07-16T02:40:14.428Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25862026-07-16T02:40:14.711Z Checking tabled v0.20.0
25872026-07-16T02:40:14.755Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
25882026-07-16T02:40:14.797Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
25892026-07-16T02:40:15.162Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25902026-07-16T02:40:15.365Z Checking progenitor-client v0.13.0
25912026-07-16T02:40:15.639Z Checking crc8 v0.1.1
25922026-07-16T02:40:15.772Z Checking unicase v2.9.0
25932026-07-16T02:40:15.968Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25942026-07-16T02:40:16.006Z Checking fxhash v0.2.1
25952026-07-16T02:40:16.127Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
25962026-07-16T02:40:16.164Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
25972026-07-16T02:40:16.618Z Compiling vergen-lib v0.1.6
25982026-07-16T02:40:16.670Z Compiling progenitor-macro v0.13.0
25992026-07-16T02:40:16.731Z Compiling diesel_derives v2.3.7
26002026-07-16T02:40:16.767Z Checking scheduled-thread-pool v0.2.7
26012026-07-16T02:40:16.883Z Compiling dsl_auto_type v0.2.0
26022026-07-16T02:40:16.927Z Compiling vergen-gitcl v1.0.8
26032026-07-16T02:40:16.963Z Compiling diesel_table_macro_syntax v0.3.0
26042026-07-16T02:40:17.038Z Checking r2d2 v0.8.10
26052026-07-16T02:40:17.110Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26062026-07-16T02:40:17.202Z Checking downcast-rs v2.0.2
26072026-07-16T02:40:17.236Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26082026-07-16T02:40:17.270Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26092026-07-16T02:40:17.478Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26102026-07-16T02:40:17.595Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26112026-07-16T02:40:17.749Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26122026-07-16T02:40:17.752Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26132026-07-16T02:40:17.818Z Checking kstat-rs v0.2.4
26142026-07-16T02:40:17.853Z Checking arc-swap v1.8.2
26152026-07-16T02:40:17.906Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26162026-07-16T02:40:18.038Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26172026-07-16T02:40:18.072Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26182026-07-16T02:40:18.110Z Checking slog-scope v4.4.1
26192026-07-16T02:40:18.295Z Compiling dirs-sys-next v0.1.2
26202026-07-16T02:40:18.372Z Compiling crunchy v0.2.4
26212026-07-16T02:40:18.585Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26222026-07-16T02:40:18.655Z Compiling parking_lot_core v0.8.6
26232026-07-16T02:40:18.736Z Compiling dirs-next v2.0.0
26242026-07-16T02:40:18.825Z Checking slog-stdlog v4.1.1
26252026-07-16T02:40:18.889Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26262026-07-16T02:40:18.985Z Compiling clang-sys v1.8.1
26272026-07-16T02:40:19.029Z Compiling git-stub v1.0.0
26282026-07-16T02:40:19.322Z Compiling tiny-keccak v2.0.2
26292026-07-16T02:40:19.434Z Compiling git-stub-vcs v0.1.0
26302026-07-16T02:40:19.507Z Checking slog-envlogger v2.2.0
26312026-07-16T02:40:19.608Z Compiling term v0.7.0
26322026-07-16T02:40:19.724Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26332026-07-16T02:40:19.800Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
26342026-07-16T02:40:19.836Z Compiling bit-vec v0.6.3
26352026-07-16T02:40:20.010Z Compiling ascii-canvas v3.0.0
26362026-07-16T02:40:20.047Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26372026-07-16T02:40:20.081Z Compiling bit-set v0.5.3
26382026-07-16T02:40:20.230Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
26392026-07-16T02:40:20.265Z Checking parking_lot v0.11.2
26402026-07-16T02:40:20.300Z Checking prefix-trie v0.7.0
26412026-07-16T02:40:20.492Z Compiling itertools v0.10.5
26422026-07-16T02:40:20.527Z Compiling ena v0.14.4
26432026-07-16T02:40:20.562Z Compiling libloading v0.8.9
26442026-07-16T02:40:20.640Z Compiling regex-syntax v0.6.29
26452026-07-16T02:40:20.674Z Compiling bindgen v0.71.1
26462026-07-16T02:40:20.767Z Compiling diff v0.1.13
26472026-07-16T02:40:21.061Z Checking hickory-server v0.25.2
26482026-07-16T02:40:21.201Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
26492026-07-16T02:40:21.587Z Checking progenitor v0.13.0
26502026-07-16T02:40:21.679Z Checking sled v0.34.7
26512026-07-16T02:40:21.758Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26522026-07-16T02:40:21.812Z Compiling cexpr v0.6.0
26532026-07-16T02:40:22.328Z Compiling lalrpop v0.19.12
26542026-07-16T02:40:22.514Z Checking nanorand v0.7.0
26552026-07-16T02:40:22.747Z Compiling salty v0.3.0
26562026-07-16T02:40:22.751Z Compiling rustc-hash v2.1.1
26572026-07-16T02:40:22.880Z Checking diesel v2.3.7
26582026-07-16T02:40:22.960Z Checking flume v0.11.1
26592026-07-16T02:40:23.082Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26602026-07-16T02:40:23.233Z Compiling libxml v0.3.3
26612026-07-16T02:40:23.329Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26622026-07-16T02:40:23.719Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26632026-07-16T02:40:24.148Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26642026-07-16T02:40:24.364Z Compiling strum_macros v0.24.3
26652026-07-16T02:40:24.533Z Compiling fs-err v2.11.0
26662026-07-16T02:40:24.778Z Compiling indoc v1.0.9
26672026-07-16T02:40:25.265Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26682026-07-16T02:40:25.506Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26692026-07-16T02:40:25.570Z Checking quick-xml v0.37.5
26702026-07-16T02:40:25.770Z Checking derive_builder v0.20.2
26712026-07-16T02:40:25.870Z Compiling oso-derive v0.27.3
26722026-07-16T02:40:25.915Z Compiling trait-variant v0.1.2
26732026-07-16T02:40:26.400Z Compiling impl-trait-for-tuples v0.2.3
26742026-07-16T02:40:26.489Z Checking openssl-probe v0.1.6
26752026-07-16T02:40:26.492Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26762026-07-16T02:40:26.926Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26772026-07-16T02:40:27.308Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26782026-07-16T02:40:27.971Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26792026-07-16T02:40:28.110Z Checking rfc6979 v0.4.0
26802026-07-16T02:40:28.264Z Checking assert_matches v1.5.0
26812026-07-16T02:40:28.331Z Checking parse-size v1.1.0
26822026-07-16T02:40:28.372Z Checking ecdsa v0.16.9
26832026-07-16T02:40:28.411Z Checking primeorder v0.13.6
26842026-07-16T02:40:28.486Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
26852026-07-16T02:40:28.699Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26862026-07-16T02:40:28.764Z Checking p384 v0.13.1
26872026-07-16T02:40:28.944Z Checking predicates-tree v1.0.13
26882026-07-16T02:40:29.095Z Checking bb8 v0.8.6
26892026-07-16T02:40:29.382Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
26902026-07-16T02:40:29.458Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26912026-07-16T02:40:29.461Z Compiling mime_guess v2.0.5
26922026-07-16T02:40:29.528Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26932026-07-16T02:40:29.667Z Checking http-range v0.1.5
26942026-07-16T02:40:29.849Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26952026-07-16T02:40:29.983Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26962026-07-16T02:40:30.061Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26972026-07-16T02:40:30.149Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
26982026-07-16T02:40:30.261Z Checking atty v0.2.14
26992026-07-16T02:40:30.295Z Checking nonempty v0.12.0
27002026-07-16T02:40:30.331Z Checking corncobs v0.1.4
27012026-07-16T02:40:30.387Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27022026-07-16T02:40:30.505Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27032026-07-16T02:40:30.509Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27042026-07-16T02:40:30.755Z Checking ignore v0.4.25
27052026-07-16T02:40:30.803Z Checking secrecy v0.8.0
27062026-07-16T02:40:30.837Z Checking hyper-staticfile v0.10.1
27072026-07-16T02:40:31.144Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27082026-07-16T02:40:31.182Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27092026-07-16T02:40:31.217Z Checking globwalk v0.9.1
27102026-07-16T02:40:31.430Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
27112026-07-16T02:40:31.505Z Compiling illumos-nvpair-sys v0.2.0
27122026-07-16T02:40:31.566Z Checking camino-tempfile-ext v0.3.3
27132026-07-16T02:40:31.664Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27142026-07-16T02:40:31.787Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27152026-07-16T02:40:31.827Z Checking signal-hook-tokio v0.3.1
27162026-07-16T02:40:31.982Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27172026-07-16T02:40:32.179Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27182026-07-16T02:40:32.271Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27192026-07-16T02:40:32.457Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27202026-07-16T02:40:32.664Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27212026-07-16T02:40:32.913Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27222026-07-16T02:40:32.977Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27232026-07-16T02:40:33.013Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27242026-07-16T02:40:33.048Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27252026-07-16T02:40:33.423Z Checking illumos-nvpair v0.3.0
27262026-07-16T02:40:33.624Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27272026-07-16T02:40:34.069Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27282026-07-16T02:40:34.500Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27292026-07-16T02:40:34.793Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27302026-07-16T02:40:34.832Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27312026-07-16T02:40:34.913Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27322026-07-16T02:40:34.998Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27332026-07-16T02:40:35.034Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
27342026-07-16T02:40:35.156Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
27352026-07-16T02:40:35.711Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27362026-07-16T02:40:35.863Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27372026-07-16T02:40:36.154Z Checking tungstenite v0.23.0
27382026-07-16T02:40:36.193Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27392026-07-16T02:40:36.302Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27402026-07-16T02:40:36.612Z Checking tokio-tungstenite v0.23.1
27412026-07-16T02:40:36.719Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27422026-07-16T02:40:36.921Z Checking rand_seeder v0.4.0
27432026-07-16T02:40:37.087Z Checking async-bb8-diesel v0.2.1
27442026-07-16T02:40:37.122Z Checking diesel-dtrace v0.5.0
27452026-07-16T02:40:37.157Z Checking void v1.0.2
27462026-07-16T02:40:37.290Z Checking lzss v0.8.2
27472026-07-16T02:40:37.351Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27482026-07-16T02:40:37.392Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27492026-07-16T02:40:37.466Z Checking nix v0.27.1
27502026-07-16T02:40:37.511Z Checking serde_bytes v0.11.19
27512026-07-16T02:40:37.545Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27522026-07-16T02:40:37.674Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27532026-07-16T02:40:37.729Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27542026-07-16T02:40:38.021Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27552026-07-16T02:40:38.397Z Checking is_ci v1.2.0
27562026-07-16T02:40:38.505Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27572026-07-16T02:40:38.684Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27582026-07-16T02:40:38.720Z Checking yansi v1.0.1
27592026-07-16T02:40:38.798Z Checking cpubits v0.1.1
27602026-07-16T02:40:38.911Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27612026-07-16T02:40:39.005Z Checking pretty_assertions v1.4.1
27622026-07-16T02:40:39.180Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27632026-07-16T02:40:39.225Z Checking pem-rfc7468 v1.0.0
27642026-07-16T02:40:39.429Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27652026-07-16T02:40:39.468Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27662026-07-16T02:40:39.695Z Compiling darling_core v0.23.0
27672026-07-16T02:40:39.843Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
27682026-07-16T02:40:40.713Z Compiling indoc v2.0.7
27692026-07-16T02:40:40.797Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27702026-07-16T02:40:41.043Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
27712026-07-16T02:40:41.230Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27722026-07-16T02:40:41.761Z Checking sha2 v0.11.0
27732026-07-16T02:40:41.797Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27742026-07-16T02:40:42.040Z Checking hmac v0.13.0
27752026-07-16T02:40:42.235Z Checking universal-hash v0.6.1
27762026-07-16T02:40:42.270Z Compiling darling_macro v0.23.0
27772026-07-16T02:40:42.401Z Compiling libz-sys v1.1.24
27782026-07-16T02:40:42.484Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27792026-07-16T02:40:42.529Z Compiling instability v0.3.11
27802026-07-16T02:40:42.815Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27812026-07-16T02:40:42.853Z Compiling darling v0.23.0
27822026-07-16T02:40:42.963Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27832026-07-16T02:40:42.998Z Checking castaway v0.2.4
27842026-07-16T02:40:43.142Z Checking compact_str v0.8.1
27852026-07-16T02:40:43.576Z Checking polyval v0.7.1
27862026-07-16T02:40:43.808Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
27872026-07-16T02:40:43.842Z Checking der v0.8.0
27882026-07-16T02:40:44.059Z Checking supports-color v3.0.2
27892026-07-16T02:40:44.097Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27902026-07-16T02:40:44.222Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27912026-07-16T02:40:44.341Z Checking unicode-truncate v1.1.0
27922026-07-16T02:40:44.470Z Checking console v0.16.2
27932026-07-16T02:40:44.526Z Checking lru v0.12.5
27942026-07-16T02:40:44.641Z Compiling libgit2-sys v0.18.3+1.9.2
27952026-07-16T02:40:44.676Z Checking unit-prefix v0.5.2
27962026-07-16T02:40:44.713Z Checking cassowary v0.3.0
27972026-07-16T02:40:44.845Z Checking indicatif v0.18.4
27982026-07-16T02:40:44.939Z Checking ghash v0.6.0
27992026-07-16T02:40:44.974Z Checking ratatui v0.29.0
28002026-07-16T02:40:45.241Z Checking pbkdf2 v0.13.0
28012026-07-16T02:40:45.276Z Checking aes v0.9.1
28022026-07-16T02:40:45.393Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28032026-07-16T02:40:45.725Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
28042026-07-16T02:40:45.976Z Checking ctr v0.10.1
28052026-07-16T02:40:46.189Z Checking aead v0.6.1
28062026-07-16T02:40:46.326Z Checking cargo-platform v0.3.2
28072026-07-16T02:40:46.364Z Checking aes-gcm v0.11.0
28082026-07-16T02:40:46.546Z Checking cargo_metadata v0.23.1
28092026-07-16T02:40:46.581Z Checking spki v0.8.0
28102026-07-16T02:40:46.619Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28112026-07-16T02:40:46.784Z Checking crypto-bigint v0.7.5
28122026-07-16T02:40:47.332Z Checking salsa20 v0.11.0
28132026-07-16T02:40:47.518Z Checking cbc v0.2.1
28142026-07-16T02:40:47.693Z Compiling vergen-git2 v9.1.0
28152026-07-16T02:40:47.933Z Checking plotters-backend v0.3.7
28162026-07-16T02:40:48.079Z Checking scrypt v0.12.0
28172026-07-16T02:40:48.170Z Checking plotters-svg v0.3.7
28182026-07-16T02:40:48.284Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28192026-07-16T02:40:48.352Z Checking cast v0.3.0
28202026-07-16T02:40:48.565Z Checking criterion-plot v0.6.0
28212026-07-16T02:40:48.612Z Checking plotters v0.3.7
28222026-07-16T02:40:48.846Z Checking pkcs5 v0.8.1
28232026-07-16T02:40:49.056Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28242026-07-16T02:40:49.173Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28252026-07-16T02:40:49.381Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28262026-07-16T02:40:49.417Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28272026-07-16T02:40:49.622Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28282026-07-16T02:40:49.663Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28292026-07-16T02:40:49.865Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28302026-07-16T02:40:49.903Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28312026-07-16T02:40:50.062Z Checking colored v2.2.0
28322026-07-16T02:40:50.106Z Checking tinytemplate v1.2.1
28332026-07-16T02:40:50.295Z Checking anes v0.1.6
28342026-07-16T02:40:50.355Z Checking shell-words v1.1.1
28352026-07-16T02:40:50.506Z Checking oorandom v11.1.5
28362026-07-16T02:40:50.577Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28372026-07-16T02:40:50.654Z Checking criterion v0.7.0
28382026-07-16T02:40:50.889Z Checking pkcs8 v0.11.0
28392026-07-16T02:40:51.119Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28402026-07-16T02:40:51.903Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28412026-07-16T02:40:51.938Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28422026-07-16T02:40:52.432Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28432026-07-16T02:40:53.215Z Checking tokio-test v0.4.5
28442026-07-16T02:40:53.478Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28452026-07-16T02:40:53.728Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28462026-07-16T02:40:54.148Z Checking twox-hash v2.1.2
28472026-07-16T02:40:54.481Z Checking ff v0.14.0
28482026-07-16T02:40:54.700Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28492026-07-16T02:40:54.909Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28502026-07-16T02:40:55.270Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28512026-07-16T02:40:55.336Z Checking fatfs v0.3.6
28522026-07-16T02:40:55.583Z Checking signature v3.0.0
28532026-07-16T02:40:55.768Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28542026-07-16T02:40:55.830Z Compiling seq-macro v0.3.6
28552026-07-16T02:40:56.271Z Checking base16ct v1.0.0
28562026-07-16T02:40:56.380Z Checking group v0.14.0
28572026-07-16T02:40:56.437Z Checking sec1 v0.8.1
28582026-07-16T02:40:56.567Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28592026-07-16T02:40:56.677Z Checking hkdf v0.13.0
28602026-07-16T02:40:56.844Z Compiling petname v2.0.2
28612026-07-16T02:40:57.086Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28622026-07-16T02:40:57.121Z Checking elliptic-curve v0.14.0-rc.33
28632026-07-16T02:40:57.261Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28642026-07-16T02:40:57.531Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28652026-07-16T02:40:57.620Z Checking concurrent-queue v2.5.0
28662026-07-16T02:40:57.842Z Checking rtoolbox v0.0.3
28672026-07-16T02:40:58.005Z Checking parking v2.2.1
28682026-07-16T02:40:58.160Z Checking event-listener v5.4.1
28692026-07-16T02:40:58.442Z Checking rpassword v7.4.0
28702026-07-16T02:40:58.613Z Checking tui-tree-widget v0.23.1
28712026-07-16T02:40:58.833Z Checking rfc6979 v0.5.0
28722026-07-16T02:40:58.988Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28732026-07-16T02:40:59.022Z Checking sapling-renderdag v0.1.0
28742026-07-16T02:40:59.178Z Checking sync-ptr v0.1.4
28752026-07-16T02:40:59.295Z Checking ecdsa v0.17.0-rc.18
28762026-07-16T02:40:59.330Z Checking event-listener-strategy v0.5.4
28772026-07-16T02:40:59.496Z Checking primeorder v0.14.0-rc.10
28782026-07-16T02:40:59.710Z Checking primefield v0.14.0
28792026-07-16T02:40:59.822Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28802026-07-16T02:40:59.951Z Compiling curve25519-dalek v5.0.0-rc.0
28812026-07-16T02:41:00.062Z Checking arrayvec v0.7.6
28822026-07-16T02:41:00.286Z Checking arrayref v0.3.9
28832026-07-16T02:41:00.349Z Checking futures-timer v3.0.3
28842026-07-16T02:41:00.389Z Checking constant_time_eq v0.4.2
28852026-07-16T02:41:00.643Z Checking async-lock v3.4.2
28862026-07-16T02:41:00.678Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28872026-07-16T02:41:00.958Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28882026-07-16T02:41:01.058Z Checking ssh-encoding v0.3.0-rc.9
28892026-07-16T02:41:01.322Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28902026-07-16T02:41:01.655Z Compiling strsim v0.10.0
28912026-07-16T02:41:02.014Z Compiling darling_core v0.13.4
28922026-07-16T02:41:02.407Z Checking async-object-pool v0.2.0
28932026-07-16T02:41:03.431Z Checking ed25519 v3.0.0
28942026-07-16T02:41:03.581Z Compiling samael v0.0.19
28952026-07-16T02:41:03.679Z Checking crypto-primes v0.7.2
28962026-07-16T02:41:03.779Z Checking pkcs1 v0.8.0-rc.4
28972026-07-16T02:41:03.933Z Checking poly1305 v0.9.0
28982026-07-16T02:41:04.016Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28992026-07-16T02:41:04.232Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
29002026-07-16T02:41:04.415Z Checking serde_regex v1.1.0
29012026-07-16T02:41:04.619Z Checking blowfish v0.10.0
29022026-07-16T02:41:04.658Z Checking blake2 v0.11.0-rc.6
29032026-07-16T02:41:04.803Z Checking assert-json-diff v2.0.2
29042026-07-16T02:41:04.911Z Checking path-tree v0.8.3
29052026-07-16T02:41:04.947Z Checking keccak v0.2.0
29062026-07-16T02:41:04.999Z Checking gimli v0.32.3
29072026-07-16T02:41:05.127Z Checking stringmetrics v2.2.2
29082026-07-16T02:41:05.161Z Compiling target-lexicon v0.13.3
29092026-07-16T02:41:05.306Z Checking fiat-crypto v0.3.0
29102026-07-16T02:41:05.753Z Checking httpmock v0.8.3
29112026-07-16T02:41:06.577Z Checking addr2line v0.25.1
29122026-07-16T02:41:06.878Z Checking sha3 v0.11.0
29132026-07-16T02:41:07.259Z Checking argon2 v0.6.0-rc.8
29142026-07-16T02:41:07.601Z Checking bcrypt-pbkdf v0.11.0
29152026-07-16T02:41:07.791Z Checking rsa v0.10.0-rc.18
29162026-07-16T02:41:07.996Z Checking ssh-cipher v0.3.0-rc.9
29172026-07-16T02:41:08.243Z Compiling darling_macro v0.13.4
29182026-07-16T02:41:08.310Z Checking ed25519-dalek v3.0.0-rc.0
29192026-07-16T02:41:08.801Z Checking p256 v0.14.0-rc.10
29202026-07-16T02:41:08.854Z Checking p521 v0.14.0-rc.10
29212026-07-16T02:41:09.589Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29222026-07-16T02:41:09.861Z Checking kem v0.3.0
29232026-07-16T02:41:10.011Z Checking module-lattice v0.2.3
29242026-07-16T02:41:10.261Z Checking hex-literal v0.4.1
29252026-07-16T02:41:10.392Z Compiling guppy-workspace-hack v0.1.0
29262026-07-16T02:41:10.477Z Checking rustc-demangle v0.1.27
29272026-07-16T02:41:10.537Z Checking p384 v0.14.0-rc.10
29282026-07-16T02:41:10.667Z Checking ml-kem v0.3.2
29292026-07-16T02:41:10.732Z Checking backtrace v0.3.76
29302026-07-16T02:41:11.061Z Compiling darling v0.13.4
29312026-07-16T02:41:11.441Z Checking russh-cryptovec v0.61.0
29322026-07-16T02:41:11.476Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29332026-07-16T02:41:11.630Z Checking internal-russh-num-bigint v0.5.0
29342026-07-16T02:41:11.711Z Checking num-bigint v0.4.6
29352026-07-16T02:41:11.886Z Checking russh-util v0.52.0
29362026-07-16T02:41:12.043Z Checking generic-array v1.4.3
29372026-07-16T02:41:12.127Z Compiling git2 v0.20.4
29382026-07-16T02:41:12.465Z Compiling enum_dispatch v0.3.13
29392026-07-16T02:41:12.577Z Checking ssh-key v0.7.0-rc.10
29402026-07-16T02:41:12.648Z Compiling blake3 v1.8.5
29412026-07-16T02:41:12.682Z Compiling delegate v0.13.5
29422026-07-16T02:41:13.071Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29432026-07-16T02:41:13.491Z Compiling target-spec v3.5.7
29442026-07-16T02:41:13.526Z Checking hex-literal v1.1.0
29452026-07-16T02:41:13.562Z Checking md5 v0.8.0
29462026-07-16T02:41:13.659Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29472026-07-16T02:41:13.764Z Checking russh v0.61.2
29482026-07-16T02:41:14.044Z Checking cfg-expr v0.20.6
29492026-07-16T02:41:14.210Z Compiling serde_with_macros v1.5.2
29502026-07-16T02:41:14.473Z Checking backtrace-ext v0.2.1
29512026-07-16T02:41:14.725Z Checking supports-color v2.1.0
29522026-07-16T02:41:14.893Z Checking textwrap v0.15.2
29532026-07-16T02:41:14.955Z Checking supports-hyperlinks v2.1.0
29542026-07-16T02:41:15.103Z Checking supports-unicode v2.1.0
29552026-07-16T02:41:15.138Z Checking hashbrown v0.14.5
29562026-07-16T02:41:15.141Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29572026-07-16T02:41:15.250Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29582026-07-16T02:41:15.388Z Checking socket2 v0.5.10
29592026-07-16T02:41:15.483Z Checking terminal_size v0.1.17
29602026-07-16T02:41:15.517Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
29612026-07-16T02:41:15.622Z Compiling miette-derive v5.10.0
29622026-07-16T02:41:15.657Z Checking owo-colors v3.5.0
29632026-07-16T02:41:15.692Z Checking internet-checksum v0.2.1
29642026-07-16T02:41:16.235Z Checking chumsky v0.9.3
29652026-07-16T02:41:16.803Z Checking miette v5.10.0
29662026-07-16T02:41:17.154Z Compiling serde_with v1.14.0
29672026-07-16T02:41:17.423Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29682026-07-16T02:41:17.611Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29692026-07-16T02:41:17.645Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29702026-07-16T02:41:18.001Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
29712026-07-16T02:41:18.226Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29722026-07-16T02:41:18.364Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29732026-07-16T02:41:18.421Z Compiling knuffel-derive v3.2.0
29742026-07-16T02:41:18.459Z Checking httptest v0.16.4
29752026-07-16T02:41:18.513Z Checking pathdiff v0.2.3
29762026-07-16T02:41:18.660Z Checking topological-sort v0.2.2
29772026-07-16T02:41:18.834Z Checking nested v0.1.1
29782026-07-16T02:41:18.869Z Checking omicron-zone-package v0.12.3
29792026-07-16T02:41:19.011Z Checking guppy v0.17.25
29802026-07-16T02:41:19.251Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29812026-07-16T02:41:19.810Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29822026-07-16T02:41:19.968Z Checking knuffel v3.2.0
29832026-07-16T02:41:20.019Z Checking similar-asserts v1.7.0
29842026-07-16T02:41:20.075Z Compiling target-triple v1.0.0
29852026-07-16T02:41:20.110Z Compiling polar-core v0.27.3
29862026-07-16T02:41:20.206Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29872026-07-16T02:41:20.455Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
29882026-07-16T02:41:20.633Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29892026-07-16T02:41:20.903Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29902026-07-16T02:41:21.005Z Checking hickory-client v0.25.2
29912026-07-16T02:41:21.304Z Checking escape8259 v0.5.3
29922026-07-16T02:41:21.463Z Compiling assert_cmd v2.1.2
29932026-07-16T02:41:21.548Z Checking libtest-mimic v0.8.1
29942026-07-16T02:41:21.937Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29952026-07-16T02:41:21.975Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29962026-07-16T02:41:22.007Z Checking blake2b_simd v1.0.4
29972026-07-16T02:41:22.091Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29982026-07-16T02:41:22.415Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29992026-07-16T02:41:22.491Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
30002026-07-16T02:41:22.644Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
30012026-07-16T02:41:22.818Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
30022026-07-16T02:41:22.879Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30032026-07-16T02:41:23.027Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30042026-07-16T02:41:23.122Z Checking fancy-regex v0.14.0
30052026-07-16T02:41:23.227Z Checking serde_tokenstream v0.2.3
30062026-07-16T02:41:23.489Z Checking approx v0.5.1
30072026-07-16T02:41:23.524Z Compiling rstest_macros v0.25.0
30082026-07-16T02:41:23.558Z Checking uzers v0.12.2
30092026-07-16T02:41:23.654Z Checking constant_time_eq v0.3.1
30102026-07-16T02:41:23.787Z Compiling linkme-impl v0.3.35
30112026-07-16T02:41:23.823Z Checking termcolor v1.4.1
30122026-07-16T02:41:23.970Z Checking rust-argon2 v2.1.0
30132026-07-16T02:41:24.076Z Checking trybuild v1.0.116
30142026-07-16T02:41:24.190Z Checking datatest-stable v0.3.3
30152026-07-16T02:41:24.539Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
30162026-07-16T02:41:24.623Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
30172026-07-16T02:41:24.829Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30182026-07-16T02:41:24.955Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
30192026-07-16T02:41:24.990Z Checking support-bundle-viewer v0.1.2
30202026-07-16T02:41:25.137Z Checking oso v0.27.3
30212026-07-16T02:41:25.263Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
30222026-07-16T02:41:25.509Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
30232026-07-16T02:41:25.714Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
30242026-07-16T02:41:25.755Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
30252026-07-16T02:41:25.961Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
30262026-07-16T02:41:26.002Z Checking drift v0.2.0
30272026-07-16T02:41:26.053Z Checking rand_distr v0.5.1
30282026-07-16T02:41:26.397Z Checking digest-io v0.1.0
30292026-07-16T02:41:26.486Z Checking multimap v0.10.1
30302026-07-16T02:41:26.558Z Checking rawzip v0.4.4
30312026-07-16T02:41:26.642Z Compiling linkme v0.3.35
30322026-07-16T02:41:26.687Z Compiling relative-path v1.9.3
30332026-07-16T02:41:27.006Z Checking dropshot-api-manager v0.7.2
30342026-07-16T02:41:27.041Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
30352026-07-16T02:41:28.154Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30362026-07-16T02:41:28.369Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
30372026-07-16T02:41:28.562Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
30382026-07-16T02:41:28.637Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
30392026-07-16T02:41:28.763Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30402026-07-16T02:41:28.851Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
30412026-07-16T02:41:29.160Z Checking cargo_toml v0.21.0
30422026-07-16T02:41:29.196Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30432026-07-16T02:41:29.282Z Checking partial-io v0.5.4
30442026-07-16T02:41:29.527Z Checking termios v0.3.3
30452026-07-16T02:41:29.570Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
30462026-07-16T02:41:29.706Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30472026-07-16T02:41:30.024Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30482026-07-16T02:41:30.727Z Checking rstest v0.25.0
30492026-07-16T02:41:33.015Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30502026-07-16T02:41:34.752Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30512026-07-16T02:41:38.649Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30522026-07-16T02:41:42.044Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30532026-07-16T02:41:42.224Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
30542026-07-16T02:41:44.432Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30552026-07-16T02:41:48.335Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30562026-07-16T02:41:54.357Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30572026-07-16T02:41:58.429Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30582026-07-16T02:41:58.636Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30592026-07-16T02:42:00.628Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30602026-07-16T02:42:05.377Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30612026-07-16T02:42:09.490Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30622026-07-16T02:42:27.472Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
30632026-07-16T02:43:24.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 08s
30642026-07-16T02:43:24.964Z
30652026-07-16T02:43:24.964Zreal 4:11.865933149
30662026-07-16T02:43:24.964Zuser 21:30.800449218
30672026-07-16T02:43:24.964Zsys 5:00.271923059
30682026-07-16T02:43:24.964Ztrap 0.518563578
30692026-07-16T02:43:24.964Ztflt 0.520971849
30702026-07-16T02:43:24.964Zdflt 0.512104342
30712026-07-16T02:43:24.964Zkflt 0.004651071
30722026-07-16T02:43:24.964Zlock 58:52.629242498
30732026-07-16T02:43:24.964Zslp 58:23.379984392
30742026-07-16T02:43:24.964Zlat 1:49.563834139
30752026-07-16T02:43:24.964Zstop 11:34.508465192
30762026-07-16T02:43:24.967Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30772026-07-16T02:43:24.967Z+ ptime -m cargo doc --workspace --no-deps
30782026-07-16T02:43:25.783Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30792026-07-16T02:43:25.783Z |
30802026-07-16T02:43:25.783Z = 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)`
30812026-07-16T02:43:25.783Z = 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>
30822026-07-16T02:43:26.807Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30832026-07-16T02:43:27.046Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30842026-07-16T02:43:27.091Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30852026-07-16T02:43:27.154Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30862026-07-16T02:43:27.186Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
30872026-07-16T02:43:27.252Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30882026-07-16T02:43:27.370Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30892026-07-16T02:43:27.406Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30902026-07-16T02:43:27.430Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30912026-07-16T02:43:27.453Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30922026-07-16T02:43:27.546Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30932026-07-16T02:43:27.627Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30942026-07-16T02:43:27.651Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30952026-07-16T02:43:27.696Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30962026-07-16T02:43:27.719Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30972026-07-16T02:43:27.742Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30982026-07-16T02:43:27.766Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30992026-07-16T02:43:27.790Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31002026-07-16T02:43:27.865Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31012026-07-16T02:43:27.868Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31022026-07-16T02:43:27.868Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31032026-07-16T02:43:28.157Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31042026-07-16T02:43:28.489Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31052026-07-16T02:43:28.570Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31062026-07-16T02:43:28.596Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31072026-07-16T02:43:28.639Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31082026-07-16T02:43:28.718Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
31092026-07-16T02:43:28.872Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31102026-07-16T02:43:28.898Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31112026-07-16T02:43:29.036Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31122026-07-16T02:43:29.146Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31132026-07-16T02:43:29.236Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
31142026-07-16T02:43:29.239Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
31152026-07-16T02:43:29.308Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31162026-07-16T02:43:29.388Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31172026-07-16T02:43:29.419Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31182026-07-16T02:43:29.495Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31192026-07-16T02:43:29.664Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31202026-07-16T02:43:29.749Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
31212026-07-16T02:43:29.801Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31222026-07-16T02:43:29.995Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31232026-07-16T02:43:30.092Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31242026-07-16T02:43:30.259Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31252026-07-16T02:43:30.316Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31262026-07-16T02:43:30.319Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
31272026-07-16T02:43:30.410Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31282026-07-16T02:43:30.505Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31292026-07-16T02:43:30.585Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
31302026-07-16T02:43:30.620Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31312026-07-16T02:43:30.671Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31322026-07-16T02:43:30.752Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
31332026-07-16T02:43:30.831Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
31342026-07-16T02:43:30.906Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
31352026-07-16T02:43:30.934Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31362026-07-16T02:43:30.978Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
31372026-07-16T02:43:31.034Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31382026-07-16T02:43:31.059Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31392026-07-16T02:43:31.114Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31402026-07-16T02:43:31.143Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31412026-07-16T02:43:31.190Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31422026-07-16T02:43:31.551Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31432026-07-16T02:43:31.588Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31442026-07-16T02:43:31.857Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31452026-07-16T02:43:31.860Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31462026-07-16T02:43:32.278Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31472026-07-16T02:43:32.352Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31482026-07-16T02:43:32.588Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31492026-07-16T02:43:32.617Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31502026-07-16T02:43:32.651Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
31512026-07-16T02:43:32.744Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31522026-07-16T02:43:32.834Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31532026-07-16T02:43:32.859Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31542026-07-16T02:43:32.905Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31552026-07-16T02:43:33.159Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31562026-07-16T02:43:33.402Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31572026-07-16T02:43:34.013Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31582026-07-16T02:43:34.021Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
31592026-07-16T02:43:34.119Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31602026-07-16T02:43:34.187Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31612026-07-16T02:43:34.377Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31622026-07-16T02:43:34.431Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31632026-07-16T02:43:34.456Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31642026-07-16T02:43:34.583Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
31652026-07-16T02:43:34.639Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
31662026-07-16T02:43:34.668Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
31672026-07-16T02:43:34.692Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31682026-07-16T02:43:34.975Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
31692026-07-16T02:43:34.998Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31702026-07-16T02:43:35.021Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
31712026-07-16T02:43:35.042Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
31722026-07-16T02:43:35.065Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
31732026-07-16T02:43:35.262Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31742026-07-16T02:43:35.265Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31752026-07-16T02:43:35.307Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31762026-07-16T02:43:35.310Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
31772026-07-16T02:43:35.383Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31782026-07-16T02:43:35.479Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
31792026-07-16T02:43:35.504Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
31802026-07-16T02:43:35.571Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
31812026-07-16T02:43:35.595Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31822026-07-16T02:43:35.617Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31832026-07-16T02:43:35.697Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31842026-07-16T02:43:35.740Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31852026-07-16T02:43:35.832Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
31862026-07-16T02:43:35.892Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31872026-07-16T02:43:35.916Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31882026-07-16T02:43:36.191Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31892026-07-16T02:43:36.195Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31902026-07-16T02:43:36.214Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31912026-07-16T02:43:36.690Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31922026-07-16T02:43:36.835Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31932026-07-16T02:43:36.940Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31942026-07-16T02:43:37.584Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31952026-07-16T02:43:37.714Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31962026-07-16T02:43:37.771Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31972026-07-16T02:43:38.081Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31982026-07-16T02:43:38.555Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31992026-07-16T02:43:39.146Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32002026-07-16T02:43:40.002Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32012026-07-16T02:43:40.629Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32022026-07-16T02:43:40.700Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32032026-07-16T02:43:40.965Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
32042026-07-16T02:43:41.219Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32052026-07-16T02:43:41.478Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32062026-07-16T02:43:41.591Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32072026-07-16T02:43:41.594Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
32082026-07-16T02:43:41.846Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32092026-07-16T02:43:42.517Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32102026-07-16T02:43:42.524Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32112026-07-16T02:43:42.524Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32122026-07-16T02:43:42.524Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32132026-07-16T02:43:42.564Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32142026-07-16T02:43:46.563Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32152026-07-16T02:43:46.579Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32162026-07-16T02:43:46.579Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32172026-07-16T02:43:46.579Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32182026-07-16T02:43:46.579Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32192026-07-16T02:43:46.580Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32202026-07-16T02:43:46.580Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32212026-07-16T02:43:46.580Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32222026-07-16T02:43:46.580Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32232026-07-16T02:43:46.580Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32242026-07-16T02:43:46.580Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32252026-07-16T02:43:46.580Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32262026-07-16T02:43:46.593Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32272026-07-16T02:43:46.593Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32282026-07-16T02:43:48.858Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32292026-07-16T02:43:48.870Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32302026-07-16T02:43:48.870Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32312026-07-16T02:43:48.870Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32322026-07-16T02:43:48.870Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32332026-07-16T02:43:48.946Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32342026-07-16T02:43:49.516Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32352026-07-16T02:43:49.521Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32362026-07-16T02:43:50.955Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32372026-07-16T02:43:50.961Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32382026-07-16T02:43:52.185Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32392026-07-16T02:43:52.614Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32402026-07-16T02:43:54.854Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32412026-07-16T02:43:54.947Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32422026-07-16T02:43:55.461Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32432026-07-16T02:43:56.251Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32442026-07-16T02:43:56.638Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32452026-07-16T02:43:57.020Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32462026-07-16T02:43:58.416Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32472026-07-16T02:43:58.584Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32482026-07-16T02:43:58.791Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32492026-07-16T02:43:58.998Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32502026-07-16T02:43:59.890Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32512026-07-16T02:44:00.041Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32522026-07-16T02:44:00.075Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
32532026-07-16T02:44:00.362Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32542026-07-16T02:44:00.428Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32552026-07-16T02:44:00.526Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32562026-07-16T02:44:00.579Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32572026-07-16T02:44:01.043Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32582026-07-16T02:44:01.191Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32592026-07-16T02:44:01.571Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32602026-07-16T02:44:01.903Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32612026-07-16T02:44:01.928Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32622026-07-16T02:44:02.243Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32632026-07-16T02:44:02.302Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32642026-07-16T02:44:02.600Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32652026-07-16T02:44:03.115Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32662026-07-16T02:44:03.714Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32672026-07-16T02:44:03.824Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32682026-07-16T02:44:04.750Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32692026-07-16T02:44:04.891Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32702026-07-16T02:44:07.089Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32712026-07-16T02:44:08.549Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32722026-07-16T02:44:09.174Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32732026-07-16T02:44:09.919Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32742026-07-16T02:44:11.504Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32752026-07-16T02:44:12.227Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32762026-07-16T02:44:13.516Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32772026-07-16T02:44:14.049Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32782026-07-16T02:44:15.697Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32792026-07-16T02:44:16.773Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32802026-07-16T02:44:17.253Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32812026-07-16T02:44:19.601Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32822026-07-16T02:44:19.708Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32832026-07-16T02:44:20.451Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32842026-07-16T02:44:20.816Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32852026-07-16T02:44:21.422Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32862026-07-16T02:44:24.330Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32872026-07-16T02:44:27.375Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32882026-07-16T02:44:27.951Z Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
32892026-07-16T02:44:28.805Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32902026-07-16T02:44:30.029Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32912026-07-16T02:44:30.786Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32922026-07-16T02:44:31.552Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32932026-07-16T02:44:32.358Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32942026-07-16T02:44:33.998Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32952026-07-16T02:44:34.022Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32962026-07-16T02:44:34.802Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32972026-07-16T02:44:35.388Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32982026-07-16T02:44:35.656Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32992026-07-16T02:44:36.518Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
33002026-07-16T02:44:38.047Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
33012026-07-16T02:44:40.699Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33022026-07-16T02:44:41.814Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33032026-07-16T02:44:42.989Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33042026-07-16T02:44:43.605Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33052026-07-16T02:44:44.590Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33062026-07-16T02:44:45.399Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33072026-07-16T02:44:47.086Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33082026-07-16T02:44:47.994Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33092026-07-16T02:44:49.042Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
33102026-07-16T02:44:49.915Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33112026-07-16T02:44:53.019Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
33122026-07-16T02:44:53.172Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33132026-07-16T02:44:53.983Z Documenting wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
33142026-07-16T02:44:55.550Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
33152026-07-16T02:44:56.674Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33162026-07-16T02:44:59.291Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33172026-07-16T02:44:59.928Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33182026-07-16T02:45:01.401Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
33192026-07-16T02:45:03.252Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
33202026-07-16T02:45:04.785Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
33212026-07-16T02:45:06.315Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33222026-07-16T02:45:08.135Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
33232026-07-16T02:45:09.810Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33242026-07-16T02:45:13.930Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
33252026-07-16T02:45:14.716Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33262026-07-16T02:45:15.884Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
33272026-07-16T02:45:16.320Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33282026-07-16T02:45:18.026Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33292026-07-16T02:45:19.791Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33302026-07-16T02:45:21.658Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33312026-07-16T02:45:23.726Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33322026-07-16T02:45:25.486Z Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
33332026-07-16T02:45:27.164Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33342026-07-16T02:45:29.268Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
33352026-07-16T02:45:30.691Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33362026-07-16T02:45:32.449Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
33372026-07-16T02:45:34.213Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
33382026-07-16T02:45:35.917Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33392026-07-16T02:45:37.629Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33402026-07-16T02:45:40.896Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33412026-07-16T02:45:42.590Z Documenting wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
33422026-07-16T02:45:44.685Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33432026-07-16T02:45:46.339Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33442026-07-16T02:45:47.832Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33452026-07-16T02:45:50.192Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
33462026-07-16T02:45:53.968Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33472026-07-16T02:45:56.139Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33482026-07-16T02:45:57.957Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
33492026-07-16T02:45:59.806Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33502026-07-16T02:46:02.698Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
33512026-07-16T02:46:03.819Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33522026-07-16T02:46:06.609Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33532026-07-16T02:46:08.890Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33542026-07-16T02:46:11.222Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33552026-07-16T02:46:13.751Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33562026-07-16T02:46:15.851Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33572026-07-16T02:46:18.121Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
33582026-07-16T02:46:20.311Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33592026-07-16T02:46:23.015Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33602026-07-16T02:46:24.771Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33612026-07-16T02:46:27.255Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33622026-07-16T02:46:29.273Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33632026-07-16T02:46:31.543Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33642026-07-16T02:46:33.978Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33652026-07-16T02:46:36.283Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
33662026-07-16T02:46:38.682Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33672026-07-16T02:46:40.994Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33682026-07-16T02:46:43.307Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33692026-07-16T02:46:45.680Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33702026-07-16T02:46:47.988Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33712026-07-16T02:46:50.441Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33722026-07-16T02:46:52.736Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33732026-07-16T02:46:55.155Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33742026-07-16T02:46:57.551Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33752026-07-16T02:46:59.870Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33762026-07-16T02:47:02.281Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33772026-07-16T02:47:04.673Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33782026-07-16T02:47:07.234Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33792026-07-16T02:47:09.423Z Documenting corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
33802026-07-16T02:47:11.918Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33812026-07-16T02:47:14.310Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33822026-07-16T02:47:16.737Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33832026-07-16T02:47:19.207Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33842026-07-16T02:47:21.672Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33852026-07-16T02:47:24.054Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33862026-07-16T02:47:26.393Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33872026-07-16T02:47:28.812Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33882026-07-16T02:47:31.239Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33892026-07-16T02:47:33.578Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33902026-07-16T02:47:36.526Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33912026-07-16T02:47:38.697Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33922026-07-16T02:47:41.256Z Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
33932026-07-16T02:47:43.747Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33942026-07-16T02:47:46.387Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33952026-07-16T02:47:48.837Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33962026-07-16T02:47:51.598Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33972026-07-16T02:47:54.216Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33982026-07-16T02:47:56.787Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33992026-07-16T02:47:59.252Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
34002026-07-16T02:48:01.905Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
34012026-07-16T02:48:04.481Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34022026-07-16T02:48:07.125Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
34032026-07-16T02:48:10.093Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
34042026-07-16T02:48:12.577Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
34052026-07-16T02:48:20.615Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34062026-07-16T02:48:20.662Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
34072026-07-16T02:48:24.098Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
34082026-07-16T02:48:27.312Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34092026-07-16T02:48:30.720Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
34102026-07-16T02:48:34.144Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
34112026-07-16T02:48:38.729Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
34122026-07-16T02:48:41.592Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
34132026-07-16T02:48:45.300Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
34142026-07-16T02:48:48.987Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
34152026-07-16T02:48:52.656Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
34162026-07-16T02:48:56.440Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34172026-07-16T02:49:00.032Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
34182026-07-16T02:49:03.797Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
34192026-07-16T02:49:07.520Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
34202026-07-16T02:49:11.304Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
34212026-07-16T02:49:14.931Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
34222026-07-16T02:49:18.635Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
34232026-07-16T02:49:22.334Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34242026-07-16T02:49:26.133Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34252026-07-16T02:49:29.793Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34262026-07-16T02:49:33.428Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
34272026-07-16T02:49:37.131Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
34282026-07-16T02:49:41.087Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
34292026-07-16T02:49:44.678Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
34302026-07-16T02:49:48.486Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
34312026-07-16T02:49:52.345Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
34322026-07-16T02:49:56.068Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
34332026-07-16T02:50:25.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 00s
34342026-07-16T02:50:25.901Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 202 other files
34352026-07-16T02:50:25.996Z
34362026-07-16T02:50:25.996Zreal 7:00.944516410
34372026-07-16T02:50:25.996Zuser 18:42.408984632
34382026-07-16T02:50:25.996Zsys 3:56.450231510
34392026-07-16T02:50:26.004Ztrap 0.271957088
34402026-07-16T02:50:26.004Ztflt 0.013733194
34412026-07-16T02:50:26.004Zdflt 0.098854587
34422026-07-16T02:50:26.004Zkflt 0.000022210
34432026-07-16T02:50:26.004Zlock 6:31:03.074305903
34442026-07-16T02:50:26.004Zslp 2:21:38.621403101
34452026-07-16T02:50:26.004Zlat 32.234475390
34462026-07-16T02:50:26.004Zstop 1:43.981444643
34472026-07-16T02:50:26.004Zprocess exited: duration 797154 ms, exit code 0
 
34482026-07-16T02:50:26.014Zfound 0 output files