01KWGFVZJ4V6VD68QY1RM60X5Y: clippy (helios)

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

Buildomat Job: 01KWGFWDP6Z6FC47XRQ5CQWX23

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-02T04:03:38.295Zjob assigned to worker 01KWGFWMRNJW5WCG0AQR3S1TFE [factory aws, i-0011e79c2ebe998ca] (queued for 59 s)
 
22026-07-02T04:03:44.711Zstarting task 0: "setup"
32026-07-02T04:03:44.718Z++ uname -s
42026-07-02T04:03:44.722Z+ kern=SunOS
52026-07-02T04:03:44.722Z+ build_user=build
62026-07-02T04:03:44.722Z+ build_uid=12345
72026-07-02T04:03:44.722Z+ work_dir=/work
82026-07-02T04:03:44.722Z+ input_dir=/input
92026-07-02T04:03:44.722Z+ [[ 0 == 12345 ]]
102026-07-02T04:03:44.722Z+ case "$kern" in
112026-07-02T04:03:44.722Z+ groupadd -g 12345 build
122026-07-02T04:03:44.725Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-02T04:03:46.728Z+ zfs create -o mountpoint=/work rpool/work
142026-07-02T04:03:46.790Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-02T04:03:46.793Z+ home_fs=zfs
162026-07-02T04:03:46.793Z+ [[ zfs == autofs ]]
172026-07-02T04:03:46.793Z+ mkdir -p /home/build
182026-07-02T04:03:46.793Z+ chown build:build /home/build /work
192026-07-02T04:03:48.794Z+ chmod 0700 /home/build /work
202026-07-02T04:03:48.797Zprocess exited: duration 4085 ms, exit code 0
 
212026-07-02T04:03:48.804Zstarting task 1: "rust-toolchain"
222026-07-02T04:03:48.809Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-02T04:03:48.809Z * rust toolchain channel = "1.96.1"
242026-07-02T04:03:48.809Z * rust toolchain profile = "default"
252026-07-02T04:03:48.809Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-02T04:03:48.809Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-02T04:03:48.809Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-02T04:03:48.813Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-02T04:03:48.813Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-02T04:03:48.891Zinfo: downloading installer
312026-07-02T04:03:50.501Zwarn: It looks like you have an existing rustup settings file at:
322026-07-02T04:03:50.501Zwarn: /home/build/.rustup/settings.toml
332026-07-02T04:03:50.501Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-02T04:03:50.501Zwarn: instead of the one inferred from the default host triple.
352026-07-02T04:03:50.514Zinfo: profile set to default
362026-07-02T04:03:50.514Zinfo: default host triple is x86_64-unknown-illumos
372026-07-02T04:03:50.517Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-02T04:03:50.658Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-02T04:03:50.662Zinfo: downloading 6 components
402026-07-02T04:04:05.950Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-02T04:04:05.950Z
422026-07-02T04:04:05.982Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-02T04:04:05.982Z
442026-07-02T04:04:05.982Z
452026-07-02T04:04:05.982ZRust is installed now. Great!
462026-07-02T04:04:05.982Z
472026-07-02T04:04:05.982ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-02T04:04:05.982Zenvironment variable. This has not been done automatically.
492026-07-02T04:04:05.982Z
502026-07-02T04:04:05.982ZTo configure your current shell, you need to source
512026-07-02T04:04:05.982Zthe corresponding env file under $HOME/.cargo.
522026-07-02T04:04:05.982Z
532026-07-02T04:04:05.982ZThis is usually done by running one of the following (note the leading DOT):
542026-07-02T04:04:05.982Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-02T04:04:05.982Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-02T04:04:05.982Zsource "~/.cargo/env.nu" # For nushell
572026-07-02T04:04:05.982Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-02T04:04:05.982Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-02T04:04:05.983Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-02T04:04:05.987Zwarn: no default linker (`cc`) was found in your PATH
612026-07-02T04:04:05.987Zwarn: many Rust crates require a system C toolchain to build
622026-07-02T04:04:06.092Z+ rustup --version
632026-07-02T04:04:06.101Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-02T04:04:06.104Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-02T04:04:06.124Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-02T04:04:06.127Z+ cargo --version
672026-07-02T04:04:06.141Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-02T04:04:06.144Z+ rustc --version
692026-07-02T04:04:06.164Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-02T04:04:06.166Zprocess exited: duration 17362 ms, exit code 0
 
712026-07-02T04:04:06.172Zstarting task 2: "authentication"
722026-07-02T04:04:06.189Zprocess exited: duration 16 ms, exit code 0
 
732026-07-02T04:04:06.195Zstarting task 3: "clone repository"
742026-07-02T04:04:06.198Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-02T04:04:06.201Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-02T04:04:06.231ZCloning into '/work/oxidecomputer/omicron'...
772026-07-02T04:04:16.621Z+ cd /work/oxidecomputer/omicron
782026-07-02T04:04:16.621Z+ git fetch origin 3f1c4313c314d5327b03a8c5d5b81f2d68af2f34
792026-07-02T04:04:17.088ZFrom https://github.com/oxidecomputer/omicron
802026-07-02T04:04:17.088Z * branch 3f1c4313c314d5327b03a8c5d5b81f2d68af2f34 -> FETCH_HEAD
812026-07-02T04:04:17.098Z+ [[ -n '' ]]
822026-07-02T04:04:17.098Z+ git reset --hard 3f1c4313c314d5327b03a8c5d5b81f2d68af2f34
832026-07-02T04:04:17.341ZHEAD is now at 3f1c4313c [ntp-admin] Service should explicitly depend on chrony setup
842026-07-02T04:04:17.345Zprocess exited: duration 11148 ms, exit code 0
 
852026-07-02T04:04:17.351Zstarting task 4: "build"
862026-07-02T04:04:17.355Z+ source ./env.sh
872026-07-02T04:04:17.355Z++ OLD_SHELL_OPTS=ehxB
882026-07-02T04:04:17.355Z++ set -o xtrace
892026-07-02T04:04:17.358Z++++ dirname ./env.sh
902026-07-02T04:04:17.361Z+++ readlink -f .
912026-07-02T04:04:17.364Z++ OMICRON_WS=/work/oxidecomputer/omicron
922026-07-02T04:04:17.364Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
932026-07-02T04:04:17.364Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
942026-07-02T04:04:17.364Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
952026-07-02T04:04:17.364Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
962026-07-02T04:04:17.364Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
972026-07-02T04:04:17.364Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
982026-07-02T04:04:17.364Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992026-07-02T04:04:17.364Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002026-07-02T04:04:17.364Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1012026-07-02T04:04:17.364Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1022026-07-02T04:04:17.364Z++ case $OLD_SHELL_OPTS in
1032026-07-02T04:04:17.364Z++ unset OLD_SHELL_OPTS OMICRON_WS
1042026-07-02T04:04:17.364Z+ source .github/buildomat/ci-env.sh
1052026-07-02T04:04:17.364Z++ export CARGO_TERM_COLOR=always
1062026-07-02T04:04:17.364Z++ CARGO_TERM_COLOR=always
1072026-07-02T04:04:17.364Z+ cargo --version
1082026-07-02T04:04:17.372Zcargo 1.96.1 (356927216 2026-06-26)
1092026-07-02T04:04:17.375Z+ rustc --version
1102026-07-02T04:04:17.396Zrustc 1.96.1 (31fca3adb 2026-06-26)
1112026-07-02T04:04:17.398Z+ banner prerequisites
1122026-07-02T04:04:17.402Z
1132026-07-02T04:04:17.402Z ##### ##### ###### ##### ###### #### # # # #### #
1142026-07-02T04:04:17.402Z # # # # # # # # # # # # # # #
1152026-07-02T04:04:17.402Z # # # # ##### # # ##### # # # # # #### #
1162026-07-02T04:04:17.402Z ##### ##### # ##### # # # # # # # # #
1172026-07-02T04:04:17.402Z # # # # # # # # # # # # # # #
1182026-07-02T04:04:17.402Z # # # ###### # # ###### ### # #### # #### #
1192026-07-02T04:04:17.402Z
1202026-07-02T04:04:17.402Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1212026-07-02T04:04:18.894Z Startup: Refreshing catalog 'helios' ... Done
1222026-07-02T04:04:19.035Z Startup: Caching catalogs ... Done
1232026-07-02T04:04:19.521ZPlanning: Solver setup ... Done (0.440s)
1242026-07-02T04:04:19.548ZPlanning: Running solver ... Done (0.027s)
1252026-07-02T04:04:19.561ZPlanning: Finding local manifests ... Done (0.004s)
1262026-07-02T04:04:19.574ZPlanning: Fetching manifests: 0/2 0% complete
1272026-07-02T04:04:19.590ZPlanning: Fetching manifests: 2/2 100% complete
1282026-07-02T04:04:19.604ZPlanning: Package planning ... Done (0.014s)
1292026-07-02T04:04:19.607ZPlanning: Merging actions ... Done (0.001s)
1302026-07-02T04:04:19.771ZPlanning: Checking for conflicting actions ... Done (0.165s)
1312026-07-02T04:04:19.775ZPlanning: Consolidating action changes ... Done (0.001s)
1322026-07-02T04:04:20.497ZPlanning: Evaluating mediators ... Done (0.726s)
1332026-07-02T04:04:20.500ZPlanning: Planning completed in 1.44 seconds
1342026-07-02T04:04:20.505Z Packages to install: 2
1352026-07-02T04:04:20.505Z Estimated space available: 156.06 GB
1362026-07-02T04:04:20.506ZEstimated space to be consumed: 30.98 MB
1372026-07-02T04:04:20.509Z Create boot environment: No
1382026-07-02T04:04:20.509ZCreate backup boot environment: No
1392026-07-02T04:04:20.509Z Rebuild boot archive: No
1402026-07-02T04:04:20.509Z
1412026-07-02T04:04:20.509ZChanged packages:
1422026-07-02T04:04:20.509Zhelios
1432026-07-02T04:04:20.509Z developer/build-essential
1442026-07-02T04:04:20.509Z None -> 11-3.0
1452026-07-02T04:04:20.509Z library/libxmlsec1
1462026-07-02T04:04:20.509Z None -> 1.2.35-3.0
1472026-07-02T04:04:20.529Z
1482026-07-02T04:04:20.529ZDownload: 0/214 items 0.0/1.3MB 0% complete
1492026-07-02T04:04:21.017ZDownload: Completed 1.28 MB in 0.49 seconds (2.6M/s)
1502026-07-02T04:04:21.089Z Actions: 1/268 actions (Installing new actions)
1512026-07-02T04:04:21.127Z Actions: Completed 268 actions in 0.04 seconds.
1522026-07-02T04:04:21.138ZFinalize: Updating package state database ... Done (0.011s)
1532026-07-02T04:04:21.141ZFinalize: Updating package cache ... Done (0.000s)
1542026-07-02T04:04:21.172ZFinalize: Updating image state ... Done (0.031s)
1552026-07-02T04:04:23.549ZFinalize: Creating fast lookup database ... Done (2.354s)
1562026-07-02T04:04:23.613ZFinalize: Reading search index ... Done (0.012s)
1572026-07-02T04:04:23.618ZFinalize: Updating search index ... Done (0.000s)
1582026-07-02T04:04:23.726ZFinalize: Updating package cache ... Done (0.000s)
1592026-07-02T04:04:24.039ZPlanning: Evaluating mediator changes ... Done
1602026-07-02T04:04:24.144ZPlanning: Checking for conflicting actions ... Done
1612026-07-02T04:04:24.148ZPlanning: Consolidating action changes ... Done
1622026-07-02T04:04:24.301ZPlanning: Evaluating mediators ... Done
1632026-07-02T04:04:24.305ZPlanning: Planning completed in 0.26 seconds
1642026-07-02T04:04:24.323Z Mediators to change: 2
1652026-07-02T04:04:24.323Z Create boot environment: No
1662026-07-02T04:04:24.323ZCreate backup boot environment: No
1672026-07-02T04:04:24.372ZFinalize: Updating package state database ... Done
1682026-07-02T04:04:24.372ZFinalize: Updating package cache ... Done
1692026-07-02T04:04:24.387ZFinalize: Updating image state ... Done
1702026-07-02T04:04:26.350ZFinalize: Creating fast lookup database ... Done
1712026-07-02T04:04:26.415ZFinalize: Reading search index ... Done
1722026-07-02T04:04:26.415ZFinalize: Updating search index ... Done
1732026-07-02T04:04:26.482ZFinalize: Updating package cache ... Done
1742026-07-02T04:04:26.766ZPlanning: Evaluating mediator changes ... Done
1752026-07-02T04:04:26.873ZPlanning: Checking for conflicting actions ... Done
1762026-07-02T04:04:26.876ZPlanning: Consolidating action changes ... Done
1772026-07-02T04:04:27.030ZPlanning: Evaluating mediators ... Done
1782026-07-02T04:04:27.033ZPlanning: Planning completed in 0.26 seconds
1792026-07-02T04:04:27.053Z Mediators to change: 1
1802026-07-02T04:04:27.053Z Create boot environment: No
1812026-07-02T04:04:27.053ZCreate backup boot environment: No
1822026-07-02T04:04:27.092ZFinalize: Updating package state database ... Done
1832026-07-02T04:04:27.092ZFinalize: Updating package cache ... Done
1842026-07-02T04:04:27.108ZFinalize: Updating image state ... Done
1852026-07-02T04:04:29.046ZFinalize: Creating fast lookup database ... Done
1862026-07-02T04:04:29.106ZFinalize: Reading search index ... Done
1872026-07-02T04:04:29.110ZFinalize: Updating search index ... Done
1882026-07-02T04:04:29.168ZFinalize: Updating package cache ... Done
1892026-07-02T04:04:29.482ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1902026-07-02T04:04:29.482Zapache system 2.4 system
1912026-07-02T04:04:29.482Zclang system 15 system
1922026-07-02T04:04:29.482Zcsh system system illumos
1932026-07-02T04:04:29.482Zctags system system illumos
1942026-07-02T04:04:29.482Zfile vendor vendor darwinsys
1952026-07-02T04:04:29.482Zfile system system illumos
1962026-07-02T04:04:29.482Zgcc vendor 14 vendor
1972026-07-02T04:04:29.482Zgcc system 13 system
1982026-07-02T04:04:29.482Zgcc system 10 system
1992026-07-02T04:04:29.482Zgo system 1.25 system
2002026-07-02T04:04:29.483Zllvm system 15 system
2012026-07-02T04:04:29.483Zmariadb system 11.4 system
2022026-07-02T04:04:29.483Zmta vendor vendor dma
2032026-07-02T04:04:29.483Zopenjdk system 17 system
2042026-07-02T04:04:29.483Zopenjdk system 11 system
2052026-07-02T04:04:29.483Zopenssl vendor 3 vendor
2062026-07-02T04:04:29.483Zperl system 5.40 system
2072026-07-02T04:04:29.483Zpostgresql system 18 system
2082026-07-02T04:04:29.483Zpostgresql system 17 system
2092026-07-02T04:04:29.483Zpython vendor 3 vendor
2102026-07-02T04:04:29.483Zpython system 2 system
2112026-07-02T04:04:29.483Zpython3 vendor 3.13 vendor
2122026-07-02T04:04:29.483Zruby system 3.4 system
2132026-07-02T04:04:29.483Zruby system 3.0 system
2142026-07-02T04:04:29.483Zwords vendor vendor american-english
2152026-07-02T04:04:29.483Zwords system system australian-english
2162026-07-02T04:04:29.483Zwords system system british-english
2172026-07-02T04:04:29.483Zwords system system canadian-english
2182026-07-02T04:04:29.483Zwords system system french
2192026-07-02T04:04:29.483Zwords system system italian
2202026-07-02T04:04:29.483Zwords system system ngerman
2212026-07-02T04:04:29.483Zwords system system ogerman
2222026-07-02T04:04:29.483Zwords system system spanish
2232026-07-02T04:04:29.732ZPUBLISHER TYPE STATUS P LOCATION
2242026-07-02T04:04:29.732Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2252026-07-02T04:04:30.036ZFMRI IFO
2262026-07-02T04:04:30.036Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2272026-07-02T04:04:30.036Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2282026-07-02T04:04:30.036Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2292026-07-02T04:04:30.036Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2302026-07-02T04:04:30.036Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2312026-07-02T04:04:30.036Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2322026-07-02T04:04:30.037Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2332026-07-02T04:04:30.037Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2342026-07-02T04:04:30.037Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2352026-07-02T04:04:30.299Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2362026-07-02T04:04:30.596Z Updating crates.io index
2372026-07-02T04:04:30.599Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2382026-07-02T04:04:30.873Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2392026-07-02T04:04:31.180Z Updating git repository `https://github.com/oxidecomputer/propolis`
2402026-07-02T04:04:32.164Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2412026-07-02T04:04:32.658Z Updating git repository `https://github.com/oxidecomputer/crucible`
2422026-07-02T04:04:34.199Z Updating git repository `https://github.com/oxidecomputer/opte`
2432026-07-02T04:04:34.963Z Updating git repository `https://github.com/oxidecomputer/tofino`
2442026-07-02T04:04:35.228Z Updating git repository `https://github.com/oxidecomputer/lldp`
2452026-07-02T04:04:35.555Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2462026-07-02T04:04:36.596Z Updating git repository `https://github.com/oxidecomputer/clickward`
2472026-07-02T04:04:36.896Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2482026-07-02T04:04:37.219Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2492026-07-02T04:04:37.485Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2502026-07-02T04:04:37.970Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2512026-07-02T04:04:38.434Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2522026-07-02T04:04:38.842Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2532026-07-02T04:04:39.084Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2542026-07-02T04:04:39.340Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2552026-07-02T04:04:39.658Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2562026-07-02T04:04:39.936Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2572026-07-02T04:04:40.186Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2582026-07-02T04:04:40.462Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2592026-07-02T04:04:40.846Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2602026-07-02T04:04:41.179Z Updating git repository `https://github.com/oxidecomputer/erebor`
2612026-07-02T04:04:41.459Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2622026-07-02T04:04:41.871Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2632026-07-02T04:04:42.138Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2642026-07-02T04:04:42.441Z Updating git repository `https://github.com/oxidecomputer/ispf`
2652026-07-02T04:04:42.707Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2662026-07-02T04:04:42.958Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2672026-07-02T04:04:43.304Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2682026-07-02T04:04:43.705Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2692026-07-02T04:04:43.978Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2702026-07-02T04:04:44.266Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2712026-07-02T04:04:44.522Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2722026-07-02T04:04:44.821Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2732026-07-02T04:04:45.081Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2742026-07-02T04:04:45.370Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2752026-07-02T04:04:45.664Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2762026-07-02T04:04:45.931Z Updating git repository `https://github.com/illumos/smf-rs`
2772026-07-02T04:04:48.778Z Downloading crates ...
2782026-07-02T04:04:48.840Z Downloaded errno v0.3.14
2792026-07-02T04:04:48.849Z Downloaded clap v4.6.1
2802026-07-02T04:04:48.854Z Downloaded zerocopy-derive v0.7.35
2812026-07-02T04:04:48.857Z Downloaded usdt v0.5.0
2822026-07-02T04:04:48.857Z Downloaded swrite v0.1.0
2832026-07-02T04:04:48.865Z Downloaded thiserror-impl v2.0.18
2842026-07-02T04:04:48.868Z Downloaded itoa v1.0.17
2852026-07-02T04:04:48.868Z Downloaded zmij v1.0.21
2862026-07-02T04:04:48.871Z Downloaded zerocopy v0.7.35
2872026-07-02T04:04:48.877Z Downloaded usdt-macro v0.5.0
2882026-07-02T04:04:48.880Z Downloaded unicode-linebreak v0.1.5
2892026-07-02T04:04:48.880Z Downloaded clap_lex v1.0.0
2902026-07-02T04:04:48.880Z Downloaded anstyle v1.0.14
2912026-07-02T04:04:48.880Z Downloaded thiserror v2.0.18
2922026-07-02T04:04:48.883Z Downloaded sha2 v0.10.9
2932026-07-02T04:04:48.886Z Downloaded quote v1.0.45
2942026-07-02T04:04:48.889Z Downloaded anstyle-parse v1.0.0
2952026-07-02T04:04:48.893Z Downloaded anyhow v1.0.102
2962026-07-02T04:04:48.902Z Downloaded typenum v1.20.1
2972026-07-02T04:04:48.906Z Downloaded pest v2.8.6
2982026-07-02T04:04:48.918Z Downloaded goblin v0.8.2
2992026-07-02T04:04:48.921Z Downloaded tabled v0.15.0
3002026-07-02T04:04:48.929Z Downloaded scroll v0.12.0
3012026-07-02T04:04:48.932Z Downloaded anstream v1.0.0
3022026-07-02T04:04:48.932Z Downloaded proc-macro-error-attr v1.0.4
3032026-07-02T04:04:48.932Z Downloaded pretty-hex v0.4.1
3042026-07-02T04:04:48.936Z Downloaded serde_json v1.0.150
3052026-07-02T04:04:48.939Z Downloaded thiserror-impl v1.0.69
3062026-07-02T04:04:48.941Z Downloaded fnv v1.0.7
3072026-07-02T04:04:48.942Z Downloaded smawk v0.3.2
3082026-07-02T04:04:48.945Z Downloaded usdt-impl v0.5.0
3092026-07-02T04:04:48.948Z Downloaded serde_derive v1.0.228
3102026-07-02T04:04:48.950Z Downloaded plain v0.2.3
3112026-07-02T04:04:48.950Z Downloaded thread-id v4.2.2
3122026-07-02T04:04:48.950Z Downloaded cfg-if v1.0.4
3132026-07-02T04:04:48.954Z Downloaded is_terminal_polyfill v1.70.2
3142026-07-02T04:04:48.957Z Downloaded equivalent v1.0.2
3152026-07-02T04:04:48.960Z Downloaded version_check v0.9.5
3162026-07-02T04:04:48.960Z Downloaded block-buffer v0.10.4
3172026-07-02T04:04:48.965Z Downloaded generic-array v0.14.7
3182026-07-02T04:04:48.968Z Downloaded crypto-common v0.1.7
3192026-07-02T04:04:48.971Z Downloaded utf8parse v0.2.2
3202026-07-02T04:04:48.971Z Downloaded cpufeatures v0.2.17
3212026-07-02T04:04:48.971Z Downloaded usdt-attr-macro v0.5.0
3222026-07-02T04:04:48.974Z Downloaded serde_tokenstream v0.2.3
3232026-07-02T04:04:48.978Z Downloaded dof v0.3.0
3242026-07-02T04:04:48.982Z Downloaded serde_spanned v0.6.9
3252026-07-02T04:04:48.985Z Downloaded tabled_derive v0.7.0
3262026-07-02T04:04:48.988Z Downloaded toml_write v0.1.2
3272026-07-02T04:04:48.997Z Downloaded heck v0.5.0
3282026-07-02T04:04:49.000Z Downloaded anstyle-query v1.1.5
3292026-07-02T04:04:49.003Z Downloaded byteorder v1.5.0
3302026-07-02T04:04:49.003Z Downloaded semver v1.0.28
3312026-07-02T04:04:49.006Z Downloaded camino-tempfile v1.4.1
3322026-07-02T04:04:49.006Z Downloaded memmap v0.7.0
3332026-07-02T04:04:49.017Z Downloaded pest_generator v2.8.6
3342026-07-02T04:04:49.023Z Downloaded clap_derive v4.6.1
3352026-07-02T04:04:49.026Z Downloaded bitflags v2.11.0
3362026-07-02T04:04:49.029Z Downloaded serde_core v1.0.228
3372026-07-02T04:04:49.029Z Downloaded getrandom v0.4.1
3382026-07-02T04:04:49.032Z Downloaded dtrace-parser v0.2.0
3392026-07-02T04:04:49.035Z Downloaded macaddr v1.0.1
3402026-07-02T04:04:49.035Z Downloaded heck v0.4.1
3412026-07-02T04:04:49.042Z Downloaded scroll_derive v0.12.1
3422026-07-02T04:04:49.045Z Downloaded pest_derive v2.8.6
3432026-07-02T04:04:49.045Z Downloaded tempfile v3.25.0
3442026-07-02T04:04:49.048Z Downloaded thiserror v1.0.69
3452026-07-02T04:04:49.050Z Downloaded cargo_toml v0.21.0
3462026-07-02T04:04:49.054Z Downloaded terminal_size v0.4.3
3472026-07-02T04:04:49.057Z Downloaded strsim v0.11.1
3482026-07-02T04:04:49.057Z Downloaded cargo-platform v0.3.2
3492026-07-02T04:04:49.057Z Downloaded unicode-ident v1.0.24
3502026-07-02T04:04:49.059Z Downloaded autocfg v1.5.0
3512026-07-02T04:04:49.059Z Downloaded cargo_metadata v0.23.1
3522026-07-02T04:04:49.060Z Downloaded fs-err v3.3.0
3532026-07-02T04:04:49.064Z Downloaded fastrand v2.3.0
3542026-07-02T04:04:49.067Z Downloaded colorchoice v1.0.4
3552026-07-02T04:04:49.072Z Downloaded once_cell v1.21.3
3562026-07-02T04:04:49.075Z Downloaded toml_datetime v0.6.11
3572026-07-02T04:04:49.075Z Downloaded proc-macro-error v1.0.4
3582026-07-02T04:04:49.085Z Downloaded camino v1.2.2
3592026-07-02T04:04:49.089Z Downloaded papergrid v0.11.0
3602026-07-02T04:04:49.094Z Downloaded digest v0.10.7
3612026-07-02T04:04:49.097Z Downloaded bytecount v0.6.9
3622026-07-02T04:04:49.103Z Downloaded toml v0.8.23
3632026-07-02T04:04:49.109Z Downloaded toml_edit v0.22.27
3642026-07-02T04:04:49.112Z Downloaded pest_meta v2.8.6
3652026-07-02T04:04:49.117Z Downloaded log v0.4.29
3662026-07-02T04:04:49.120Z Downloaded ucd-trie v0.1.7
3672026-07-02T04:04:49.123Z Downloaded textwrap v0.16.2
3682026-07-02T04:04:49.129Z Downloaded indexmap v2.14.0
3692026-07-02T04:04:49.134Z Downloaded serde v1.0.228
3702026-07-02T04:04:49.140Z Downloaded proc-macro2 v1.0.106
3712026-07-02T04:04:49.162Z Downloaded memchr v2.8.0
3722026-07-02T04:04:49.165Z Downloaded clap_builder v4.6.0
3732026-07-02T04:04:49.195Z Downloaded hashbrown v0.17.0
3742026-07-02T04:04:49.205Z Downloaded winnow v0.7.14
3752026-07-02T04:04:49.218Z Downloaded syn v1.0.109
3762026-07-02T04:04:49.228Z Downloaded unicode-width v0.2.0
3772026-07-02T04:04:49.238Z Downloaded syn v2.0.117
3782026-07-02T04:04:49.244Z Downloaded unicode-width v0.1.14
3792026-07-02T04:04:49.262Z Downloaded rustix v1.1.3
3802026-07-02T04:04:49.293Z Downloaded libc v0.2.185
3812026-07-02T04:04:49.356Z Compiling proc-macro2 v1.0.106
3822026-07-02T04:04:49.357Z Compiling quote v1.0.45
3832026-07-02T04:04:49.357Z Compiling unicode-ident v1.0.24
3842026-07-02T04:04:49.361Z Compiling serde_core v1.0.228
3852026-07-02T04:04:49.361Z Compiling libc v0.2.185
3862026-07-02T04:04:49.361Z Compiling version_check v0.9.5
3872026-07-02T04:04:49.362Z Compiling memchr v2.8.0
3882026-07-02T04:04:49.362Z Compiling serde v1.0.228
3892026-07-02T04:04:49.691Z Compiling zmij v1.0.21
3902026-07-02T04:04:49.872Z Compiling ucd-trie v0.1.7
3912026-07-02T04:04:49.978Z Compiling itoa v1.0.17
3922026-07-02T04:04:50.124Z Compiling thiserror v1.0.69
3932026-07-02T04:04:50.182Z Compiling pest v2.8.6
3942026-07-02T04:04:50.235Z Compiling rustix v1.1.3
3952026-07-02T04:04:50.384Z Compiling byteorder v1.5.0
3962026-07-02T04:04:50.619Z Compiling errno v0.3.14
3972026-07-02T04:04:50.654Z Compiling serde_json v1.0.150
3982026-07-02T04:04:50.786Z Compiling bitflags v2.11.0
3992026-07-02T04:04:50.856Z Compiling syn v2.0.117
4002026-07-02T04:04:50.922Z Compiling thread-id v4.2.2
4012026-07-02T04:04:51.015Z Compiling proc-macro-error-attr v1.0.4
4022026-07-02T04:04:51.035Z Compiling usdt-impl v0.5.0
4032026-07-02T04:04:51.061Z Compiling syn v1.0.109
4042026-07-02T04:04:51.224Z Compiling pest_meta v2.8.6
4052026-07-02T04:04:51.253Z Compiling camino v1.2.2
4062026-07-02T04:04:51.503Z Compiling proc-macro-error v1.0.4
4072026-07-02T04:04:51.545Z Compiling getrandom v0.4.1
4082026-07-02T04:04:51.653Z Compiling hashbrown v0.17.0
4092026-07-02T04:04:51.707Z Compiling log v0.4.29
4102026-07-02T04:04:51.920Z Compiling equivalent v1.0.2
4112026-07-02T04:04:51.925Z Compiling plain v0.2.3
4122026-07-02T04:04:52.047Z Compiling utf8parse v0.2.2
4132026-07-02T04:04:52.086Z Compiling terminal_size v0.4.3
4142026-07-02T04:04:52.162Z Compiling anstyle-parse v1.0.0
4152026-07-02T04:04:52.208Z Compiling indexmap v2.14.0
4162026-07-02T04:04:52.736Z Compiling autocfg v1.5.0
4172026-07-02T04:04:52.754Z Compiling toml_write v0.1.2
4182026-07-02T04:04:52.831Z Compiling colorchoice v1.0.4
4192026-07-02T04:04:52.859Z Compiling is_terminal_polyfill v1.70.2
4202026-07-02T04:04:52.937Z Compiling anstyle v1.0.14
4212026-07-02T04:04:52.961Z Compiling pretty-hex v0.4.1
4222026-07-02T04:04:52.961Z Compiling anstyle-query v1.1.5
4232026-07-02T04:04:52.961Z Compiling winnow v0.7.14
4242026-07-02T04:04:53.024Z Compiling cfg-if v1.0.4
4252026-07-02T04:04:53.083Z Compiling pest_generator v2.8.6
4262026-07-02T04:04:53.100Z Compiling thiserror v2.0.18
4272026-07-02T04:04:53.103Z Compiling anstream v1.0.0
4282026-07-02T04:04:53.174Z Compiling fs-err v3.3.0
4292026-07-02T04:04:53.408Z Compiling fastrand v2.3.0
4302026-07-02T04:04:53.482Z Compiling unicode-width v0.1.14
4312026-07-02T04:04:53.679Z Compiling heck v0.4.1
4322026-07-02T04:04:53.705Z Compiling bytecount v0.6.9
4332026-07-02T04:04:53.757Z Compiling strsim v0.11.1
4342026-07-02T04:04:53.769Z Compiling fnv v1.0.7
4352026-07-02T04:04:53.793Z Compiling clap_lex v1.0.0
4362026-07-02T04:04:53.836Z Compiling once_cell v1.21.3
4372026-07-02T04:04:53.869Z Compiling anyhow v1.0.102
4382026-07-02T04:04:53.897Z Compiling heck v0.5.0
4392026-07-02T04:04:54.019Z Compiling tempfile v3.25.0
4402026-07-02T04:04:54.055Z Compiling clap_builder v4.6.0
4412026-07-02T04:04:54.089Z Compiling papergrid v0.11.0
4422026-07-02T04:04:54.332Z Compiling cargo-platform v0.3.2
4432026-07-02T04:04:54.379Z Compiling tabled_derive v0.7.0
4442026-07-02T04:04:54.431Z Compiling semver v1.0.28
4452026-07-02T04:04:54.462Z Compiling memmap v0.7.0
4462026-07-02T04:04:54.542Z Compiling unicode-width v0.2.0
4472026-07-02T04:04:54.620Z Compiling smawk v0.3.2
4482026-07-02T04:04:54.653Z Compiling unicode-linebreak v0.1.5
4492026-07-02T04:04:54.805Z Compiling serde_derive v1.0.228
4502026-07-02T04:04:54.831Z Compiling thiserror-impl v1.0.69
4512026-07-02T04:04:54.905Z Compiling zerocopy-derive v0.7.35
4522026-07-02T04:04:55.081Z Compiling pest_derive v2.8.6
4532026-07-02T04:04:55.136Z Compiling scroll_derive v0.12.1
4542026-07-02T04:04:55.327Z Compiling thiserror-impl v2.0.18
4552026-07-02T04:04:55.546Z Compiling clap_derive v4.6.1
4562026-07-02T04:04:55.595Z Compiling tabled v0.15.0
4572026-07-02T04:04:55.798Z Compiling zerocopy v0.7.35
4582026-07-02T04:04:55.835Z Compiling scroll v0.12.0
4592026-07-02T04:04:56.119Z Compiling goblin v0.8.2
4602026-07-02T04:04:56.260Z Compiling dtrace-parser v0.2.0
4612026-07-02T04:04:56.367Z Compiling textwrap v0.16.2
4622026-07-02T04:04:56.823Z Compiling camino-tempfile v1.4.1
4632026-07-02T04:04:56.839Z Compiling swrite v0.1.0
4642026-07-02T04:04:57.310Z Compiling clap v4.6.1
4652026-07-02T04:04:57.915Z Compiling serde_spanned v0.6.9
4662026-07-02T04:04:57.915Z Compiling toml_datetime v0.6.11
4672026-07-02T04:04:57.918Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4682026-07-02T04:04:57.918Z Compiling macaddr v1.0.1
4692026-07-02T04:04:57.918Z Compiling cargo_metadata v0.23.1
4702026-07-02T04:04:57.999Z Compiling dof v0.3.0
4712026-07-02T04:04:58.002Z Compiling serde_tokenstream v0.2.3
4722026-07-02T04:04:58.096Z Compiling toml_edit v0.22.27
4732026-07-02T04:04:58.792Z Compiling usdt-attr-macro v0.5.0
4742026-07-02T04:04:58.793Z Compiling usdt-macro v0.5.0
4752026-07-02T04:04:59.410Z Compiling usdt v0.5.0
4762026-07-02T04:04:59.458Z Compiling toml v0.8.23
4772026-07-02T04:04:59.794Z Compiling cargo_toml v0.21.0
4782026-07-02T04:05:01.076Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4792026-07-02T04:05:03.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.88s
4802026-07-02T04:05:03.232Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4812026-07-02T04:05:03.730Z Downloading crates ...
4822026-07-02T04:05:03.822Z Downloaded adler2 v2.0.1
4832026-07-02T04:05:03.828Z Downloaded async-trait v0.1.89
4842026-07-02T04:05:03.834Z Downloaded compression-core v0.4.31
4852026-07-02T04:05:03.839Z Downloaded bumpalo v3.20.2
4862026-07-02T04:05:03.843Z Downloaded aead v0.5.2
4872026-07-02T04:05:03.846Z Downloaded bcs v0.1.6
4882026-07-02T04:05:03.846Z Downloaded cipher v0.5.2
4892026-07-02T04:05:03.849Z Downloaded bytes v1.11.1
4902026-07-02T04:05:03.852Z Downloaded crc8 v0.1.1
4912026-07-02T04:05:03.855Z Downloaded cpufeatures v0.3.0
4922026-07-02T04:05:03.855Z Downloaded atomic-waker v1.1.2
4932026-07-02T04:05:03.855Z Downloaded async-bb8-diesel v0.2.1
4942026-07-02T04:05:03.858Z Downloaded arrayref v0.3.9
4952026-07-02T04:05:03.858Z Downloaded ctr v0.10.1
4962026-07-02T04:05:03.858Z Downloaded backoff v0.4.0
4972026-07-02T04:05:03.861Z Downloaded daft-derive v0.1.7
4982026-07-02T04:05:03.864Z Downloaded env_filter v1.0.0
4992026-07-02T04:05:03.864Z Downloaded base16ct v1.0.0
5002026-07-02T04:05:03.867Z Downloaded async-recursion v1.1.1
5012026-07-02T04:05:03.867Z Downloaded embedded-io v0.6.1
5022026-07-02T04:05:03.870Z Downloaded bitfield v0.19.4
5032026-07-02T04:05:03.870Z Downloaded bit-set v0.8.0
5042026-07-02T04:05:03.870Z Downloaded displaydoc v0.2.5
5052026-07-02T04:05:03.876Z Downloaded defmt-macros v1.0.1
5062026-07-02T04:05:03.880Z Downloaded elliptic-curve v0.13.8
5072026-07-02T04:05:03.880Z Downloaded dropshot_endpoint v0.17.1
5082026-07-02T04:05:03.880Z Downloaded debug-ignore v1.0.5
5092026-07-02T04:05:03.884Z Downloaded darling_macro v0.23.0
5102026-07-02T04:05:03.884Z Downloaded darling_macro v0.21.3
5112026-07-02T04:05:03.884Z Downloaded csv-core v0.1.13
5122026-07-02T04:05:03.884Z Downloaded base64 v0.22.1
5132026-07-02T04:05:03.887Z Downloaded cpubits v0.1.1
5142026-07-02T04:05:03.887Z Downloaded allocator-api2 v0.2.21
5152026-07-02T04:05:03.887Z Downloaded crc32fast v1.5.0
5162026-07-02T04:05:03.889Z Downloaded cookie_store v0.22.1
5172026-07-02T04:05:03.889Z Downloaded base16ct v0.2.0
5182026-07-02T04:05:03.892Z Downloaded backon v1.6.0
5192026-07-02T04:05:03.892Z Downloaded async-compression v0.4.41
5202026-07-02T04:05:03.896Z Downloaded darling_macro v0.13.4
5212026-07-02T04:05:03.898Z Downloaded base64ct v1.8.3
5222026-07-02T04:05:03.898Z Downloaded argon2 v0.6.0-rc.8
5232026-07-02T04:05:03.901Z Downloaded crc v3.4.0
5242026-07-02T04:05:03.901Z Downloaded filetime v0.2.27
5252026-07-02T04:05:03.905Z Downloaded darling_core v0.13.4
5262026-07-02T04:05:03.905Z Downloaded anstream v0.6.21
5272026-07-02T04:05:03.908Z Downloaded bb8 v0.8.6
5282026-07-02T04:05:03.908Z Downloaded async-stream-impl v0.3.6
5292026-07-02T04:05:03.908Z Downloaded ar_archive_writer v0.5.1
5302026-07-02T04:05:03.911Z Downloaded darling v0.20.11
5312026-07-02T04:05:03.914Z Downloaded colored v3.1.1
5322026-07-02T04:05:03.914Z Downloaded constant_time_eq v0.4.2
5332026-07-02T04:05:03.916Z Downloaded data-encoding v2.10.0
5342026-07-02T04:05:03.916Z Downloaded convert_case v0.10.0
5352026-07-02T04:05:03.919Z Downloaded crossterm v0.28.1
5362026-07-02T04:05:03.922Z Downloaded foreign-types-shared v0.1.1
5372026-07-02T04:05:03.922Z Downloaded crypto-bigint v0.5.5
5382026-07-02T04:05:03.925Z Downloaded darling v0.21.3
5392026-07-02T04:05:03.928Z Downloaded daft v0.1.7
5402026-07-02T04:05:03.931Z Downloaded darling_core v0.21.3
5412026-07-02T04:05:03.935Z Downloaded darling_macro v0.20.11
5422026-07-02T04:05:03.935Z Downloaded convert_case v0.4.0
5432026-07-02T04:05:03.935Z Downloaded cobs v0.3.0
5442026-07-02T04:05:03.938Z Downloaded block-padding v0.4.2
5452026-07-02T04:05:03.938Z Downloaded cfg_aliases v0.2.1
5462026-07-02T04:05:03.938Z Downloaded darling v0.13.4
5472026-07-02T04:05:03.941Z Downloaded cipher v0.4.4
5482026-07-02T04:05:03.941Z Downloaded cfg_aliases v0.1.1
5492026-07-02T04:05:03.941Z Downloaded bitfield-struct v0.6.2
5502026-07-02T04:05:03.944Z Downloaded async-stream v0.3.6
5512026-07-02T04:05:03.944Z Downloaded ascii-canvas v3.0.0
5522026-07-02T04:05:03.944Z Downloaded aes v0.9.1
5532026-07-02T04:05:03.947Z Downloaded ctutils v0.4.2
5542026-07-02T04:05:03.951Z Downloaded ecdsa v0.16.9
5552026-07-02T04:05:03.951Z Downloaded defmt-parser v1.0.0
5562026-07-02T04:05:03.951Z Downloaded curve25519-dalek-derive v0.1.1
5572026-07-02T04:05:03.954Z Downloaded cstr-argument v0.1.2
5582026-07-02T04:05:03.954Z Downloaded bit-set v0.5.3
5592026-07-02T04:05:03.954Z Downloaded ciborium-io v0.2.2
5602026-07-02T04:05:03.954Z Downloaded der_derive v0.7.3
5612026-07-02T04:05:03.954Z Downloaded ena v0.14.4
5622026-07-02T04:05:03.957Z Downloaded crucible-workspace-hack v0.1.0
5632026-07-02T04:05:03.957Z Downloaded array-init v0.0.4
5642026-07-02T04:05:03.957Z Downloaded crossbeam-deque v0.8.6
5652026-07-02T04:05:03.960Z Downloaded bcrypt-pbkdf v0.11.0
5662026-07-02T04:05:03.960Z Downloaded assert_matches v1.5.0
5672026-07-02T04:05:03.960Z Downloaded downcast-rs v2.0.2
5682026-07-02T04:05:03.964Z Downloaded ciborium-ll v0.2.2
5692026-07-02T04:05:03.964Z Downloaded defmt v1.0.1
5702026-07-02T04:05:03.964Z Downloaded bit-vec v0.6.3
5712026-07-02T04:05:03.967Z Downloaded critical-section v1.2.0
5722026-07-02T04:05:03.967Z Downloaded crc-any v2.5.0
5732026-07-02T04:05:03.970Z Downloaded ahash v0.8.12
5742026-07-02T04:05:03.970Z Downloaded atty v0.2.14
5752026-07-02T04:05:03.970Z Downloaded embedded-io v0.4.0
5762026-07-02T04:05:03.972Z Downloaded crc-catalog v2.4.0
5772026-07-02T04:05:03.973Z Downloaded dunce v1.0.5
5782026-07-02T04:05:03.973Z Downloaded document-features v0.2.12
5792026-07-02T04:05:03.976Z Downloaded corncobs v0.1.4
5802026-07-02T04:05:03.976Z Downloaded crypto-common v0.2.2
5812026-07-02T04:05:03.976Z Downloaded atomicwrites v0.4.4
5822026-07-02T04:05:03.979Z Downloaded ecdsa v0.17.0-rc.18
5832026-07-02T04:05:03.979Z Downloaded delegate v0.13.5
5842026-07-02T04:05:03.979Z Downloaded enum-as-inner v0.6.1
5852026-07-02T04:05:03.982Z Downloaded crunchy v0.2.4
5862026-07-02T04:05:03.982Z Downloaded block-buffer v0.12.1
5872026-07-02T04:05:03.985Z Downloaded dsl_auto_type v0.2.0
5882026-07-02T04:05:03.997Z Downloaded derive-where v1.6.0
5892026-07-02T04:05:04.001Z Downloaded form_urlencoded v1.2.2
5902026-07-02T04:05:04.001Z Downloaded dyn-clone v1.0.20
5912026-07-02T04:05:04.001Z Downloaded aead v0.6.1
5922026-07-02T04:05:04.004Z Downloaded foreign-types-macros v0.2.3
5932026-07-02T04:05:04.004Z Downloaded dirs-next v2.0.0
5942026-07-02T04:05:04.004Z Downloaded difflib v0.4.0
5952026-07-02T04:05:04.004Z Downloaded cmake v0.1.57
5962026-07-02T04:05:04.007Z Downloaded diesel-dtrace v0.5.0
5972026-07-02T04:05:04.007Z Downloaded futures-macro v0.3.32
5982026-07-02T04:05:04.007Z Downloaded diesel_table_macro_syntax v0.3.0
5992026-07-02T04:05:04.010Z Downloaded bitfield-macros v0.19.4
6002026-07-02T04:05:04.010Z Downloaded crossterm v0.29.0
6012026-07-02T04:05:04.013Z Downloaded derive_builder_macro v0.20.2
6022026-07-02T04:05:04.013Z Downloaded funty v2.0.0
6032026-07-02T04:05:04.016Z Downloaded foreign-types v0.3.2
6042026-07-02T04:05:04.016Z Downloaded flagset v0.4.7
6052026-07-02T04:05:04.016Z Downloaded fixedbitset v0.4.2
6062026-07-02T04:05:04.019Z Downloaded endian-type v0.1.2
6072026-07-02T04:05:04.019Z Downloaded display-error-chain v0.2.2
6082026-07-02T04:05:04.019Z Downloaded float-ord v0.3.2
6092026-07-02T04:05:04.022Z Downloaded dof v0.4.0
6102026-07-02T04:05:04.022Z Downloaded castaway v0.2.4
6112026-07-02T04:05:04.025Z Downloaded cassowary v0.3.0
6122026-07-02T04:05:04.028Z Downloaded blowfish v0.10.0
6132026-07-02T04:05:04.028Z Downloaded hash32 v0.3.1
6142026-07-02T04:05:04.031Z Downloaded console v0.15.11
6152026-07-02T04:05:04.034Z Downloaded defmt v0.3.100
6162026-07-02T04:05:04.034Z Downloaded const-oid v0.9.6
6172026-07-02T04:05:04.034Z Downloaded foreign-types-shared v0.3.1
6182026-07-02T04:05:04.037Z Downloaded foreign-types v0.5.0
6192026-07-02T04:05:04.037Z Downloaded dtrace-parser v0.3.0
6202026-07-02T04:05:04.037Z Downloaded dropshot-api-manager-types v0.7.2
6212026-07-02T04:05:04.037Z Downloaded derive_more v0.99.20
6222026-07-02T04:05:04.040Z Downloaded futures-core v0.3.32
6232026-07-02T04:05:04.043Z Downloaded futures-task v0.3.32
6242026-07-02T04:05:04.043Z Downloaded fxhash v0.2.1
6252026-07-02T04:05:04.043Z Downloaded futures-io v0.3.32
6262026-07-02T04:05:04.046Z Downloaded futures v0.3.32
6272026-07-02T04:05:04.048Z Downloaded derive_builder_core v0.20.2
6282026-07-02T04:05:04.048Z Downloaded globwalk v0.9.1
6292026-07-02T04:05:04.051Z Downloaded enum_dispatch v0.3.13
6302026-07-02T04:05:04.051Z Downloaded futures-executor v0.3.32
6312026-07-02T04:05:04.054Z Downloaded const_format_proc_macros v0.2.34
6322026-07-02T04:05:04.054Z Downloaded hash32 v0.2.1
6332026-07-02T04:05:04.054Z Downloaded buf-list v1.1.2
6342026-07-02T04:05:04.057Z Downloaded headers-core v0.3.0
6352026-07-02T04:05:04.057Z Downloaded env_logger v0.11.9
6362026-07-02T04:05:04.060Z Downloaded camino-tempfile-ext v0.3.3
6372026-07-02T04:05:04.060Z Downloaded anstyle-parse v0.2.7
6382026-07-02T04:05:04.063Z Downloaded byte-wrapper v0.1.0
6392026-07-02T04:05:04.063Z Downloaded hostname v0.3.1
6402026-07-02T04:05:04.066Z Downloaded gethostname v0.5.0
6412026-07-02T04:05:04.066Z Downloaded arrayvec v0.7.6
6422026-07-02T04:05:04.066Z Downloaded foldhash v0.2.0
6432026-07-02T04:05:04.069Z Downloaded hex-literal v1.1.0
6442026-07-02T04:05:04.069Z Downloaded ed25519 v2.2.3
6452026-07-02T04:05:04.069Z Downloaded digest v0.11.3
6462026-07-02T04:05:04.072Z Downloaded git-stub-vcs v0.1.0
6472026-07-02T04:05:04.072Z Downloaded ff v0.14.0
6482026-07-02T04:05:04.075Z Downloaded hubpack v0.1.2
6492026-07-02T04:05:04.075Z Downloaded httpdate v1.0.3
6502026-07-02T04:05:04.078Z Downloaded hubpack_derive v0.1.1
6512026-07-02T04:05:04.078Z Downloaded home v0.5.12
6522026-07-02T04:05:04.078Z Downloaded git-stub v1.0.0
6532026-07-02T04:05:04.078Z Downloaded clang-sys v1.8.1
6542026-07-02T04:05:04.081Z Downloaded hostname v0.4.2
6552026-07-02T04:05:04.081Z Downloaded cookie v0.18.1
6562026-07-02T04:05:04.083Z Downloaded either v1.15.0
6572026-07-02T04:05:04.084Z Downloaded argon2 v0.5.3
6582026-07-02T04:05:04.086Z Downloaded ghash v0.6.0
6592026-07-02T04:05:04.086Z Downloaded cmov v0.5.4
6602026-07-02T04:05:04.086Z Downloaded futures-sink v0.3.32
6612026-07-02T04:05:04.089Z Downloaded dirs-sys-next v0.1.2
6622026-07-02T04:05:04.089Z Downloaded bit-vec v0.8.0
6632026-07-02T04:05:04.089Z Downloaded cexpr v0.6.0
6642026-07-02T04:05:04.092Z Downloaded crossbeam-utils v0.8.21
6652026-07-02T04:05:04.093Z Downloaded http-range v0.1.5
6662026-07-02T04:05:04.095Z Downloaded fs-err v2.11.0
6672026-07-02T04:05:04.095Z Downloaded fd-lock v4.0.4
6682026-07-02T04:05:04.099Z Downloaded colored v2.2.0
6692026-07-02T04:05:04.099Z Downloaded ciborium v0.2.2
6702026-07-02T04:05:04.103Z Downloaded hyper-tls v0.6.0
6712026-07-02T04:05:04.103Z Downloaded blake2 v0.11.0-rc.6
6722026-07-02T04:05:04.103Z Downloaded darling v0.23.0
6732026-07-02T04:05:04.107Z Downloaded fallible-iterator v0.2.0
6742026-07-02T04:05:04.109Z Downloaded float-cmp v0.10.0
6752026-07-02T04:05:04.109Z Downloaded fixedbitset v0.5.7
6762026-07-02T04:05:04.115Z Downloaded ff v0.13.1
6772026-07-02T04:05:04.119Z Downloaded glob v0.3.3
6782026-07-02T04:05:04.119Z Downloaded globset v0.4.18
6792026-07-02T04:05:04.119Z Downloaded find-msvc-tools v0.1.9
6802026-07-02T04:05:04.119Z Downloaded erased-serde v0.3.31
6812026-07-02T04:05:04.124Z Downloaded idna_adapter v1.2.1
6822026-07-02T04:05:04.129Z Downloaded ident_case v1.0.1
6832026-07-02T04:05:04.129Z Downloaded cancel-safe-futures v0.1.5
6842026-07-02T04:05:04.130Z Downloaded compression-codecs v0.4.37
6852026-07-02T04:05:04.136Z Downloaded inout v0.2.2
6862026-07-02T04:05:04.136Z Downloaded instability v0.3.11
6872026-07-02T04:05:04.139Z Downloaded ed25519 v3.0.0
6882026-07-02T04:05:04.139Z Downloaded indoc v1.0.9
6892026-07-02T04:05:04.142Z Downloaded instant v0.1.13
6902026-07-02T04:05:04.142Z Downloaded arc-swap v1.8.2
6912026-07-02T04:05:04.145Z Downloaded indent_write v2.2.0
6922026-07-02T04:05:04.145Z Downloaded illumos-nvpair v0.3.0
6932026-07-02T04:05:04.145Z Downloaded inout v0.1.4
6942026-07-02T04:05:04.148Z Downloaded group v0.14.0
6952026-07-02T04:05:04.148Z Downloaded highway v1.3.0
6962026-07-02T04:05:04.150Z Downloaded illumos-nvpair-sys v0.2.0
6972026-07-02T04:05:04.150Z Downloaded group v0.13.0
6982026-07-02T04:05:04.150Z Downloaded deranged v0.5.8
6992026-07-02T04:05:04.154Z Downloaded console v0.16.2
7002026-07-02T04:05:04.154Z Downloaded bzip2 v0.6.1
7012026-07-02T04:05:04.156Z Downloaded is_ci v1.2.0
7022026-07-02T04:05:04.156Z Downloaded diff v0.1.13
7032026-07-02T04:05:04.167Z Downloaded derive-ex v0.1.8
7042026-07-02T04:05:04.167Z Downloaded internet-checksum v0.2.1
7052026-07-02T04:05:04.167Z Downloaded bzip2 v0.4.4
7062026-07-02T04:05:04.167Z Downloaded kstat-rs v0.2.4
7072026-07-02T04:05:04.167Z Downloaded foldhash v0.1.5
7082026-07-02T04:05:04.167Z Downloaded kem v0.3.0
7092026-07-02T04:05:04.167Z Downloaded bitflags v1.3.2
7102026-07-02T04:05:04.167Z Downloaded hyper-staticfile v0.10.1
7112026-07-02T04:05:04.170Z Downloaded crossbeam-epoch v0.9.18
7122026-07-02T04:05:04.170Z Downloaded blake2 v0.10.6
7132026-07-02T04:05:04.170Z Downloaded des v0.9.0
7142026-07-02T04:05:04.174Z Downloaded keccak v0.1.6
7152026-07-02T04:05:04.174Z Downloaded darling_core v0.23.0
7162026-07-02T04:05:04.178Z Downloaded http-body-util v0.1.3
7172026-07-02T04:05:04.178Z Downloaded http-body v1.0.1
7182026-07-02T04:05:04.181Z Downloaded hex v0.4.3
7192026-07-02T04:05:04.181Z Downloaded humantime v2.3.0
7202026-07-02T04:05:04.181Z Downloaded libscf-sys v1.1.0
7212026-07-02T04:05:04.181Z Downloaded getrandom v0.2.17
7222026-07-02T04:05:04.184Z Downloaded lru v0.12.5
7232026-07-02T04:05:04.184Z Downloaded futures-channel v0.3.32
7242026-07-02T04:05:04.187Z Downloaded fs_extra v1.3.0
7252026-07-02T04:05:04.187Z Downloaded chacha20 v0.9.1
7262026-07-02T04:05:04.190Z Downloaded match_cfg v0.1.0
7272026-07-02T04:05:04.190Z Downloaded lazy_static v1.5.0
7282026-07-02T04:05:04.190Z Downloaded managed v0.8.0
7292026-07-02T04:05:04.193Z Downloaded lalrpop-util v0.19.12
7302026-07-02T04:05:04.193Z Downloaded lru-slab v0.1.2
7312026-07-02T04:05:04.193Z Downloaded chacha20 v0.10.0
7322026-07-02T04:05:04.196Z Downloaded cbc v0.2.1
7332026-07-02T04:05:04.196Z Downloaded impl-trait-for-tuples v0.2.3
7342026-07-02T04:05:04.200Z Downloaded ingot v0.1.1
7352026-07-02T04:05:04.200Z Downloaded half v1.8.3
7362026-07-02T04:05:04.203Z Downloaded md-5 v0.10.6
7372026-07-02T04:05:04.203Z Downloaded memoffset v0.9.1
7382026-07-02T04:05:04.203Z Downloaded md5 v0.8.0
7392026-07-02T04:05:04.203Z Downloaded lzss v0.8.2
7402026-07-02T04:05:04.206Z Downloaded ingot-types v0.1.2
7412026-07-02T04:05:04.206Z Downloaded indoc v2.0.7
7422026-07-02T04:05:04.209Z Downloaded linked-hash-map v0.5.6
7432026-07-02T04:05:04.209Z Downloaded hybrid-array v0.4.13
7442026-07-02T04:05:04.212Z Downloaded elliptic-curve v0.14.0-rc.33
7452026-07-02T04:05:04.212Z Downloaded new_debug_unreachable v1.0.6
7462026-07-02T04:05:04.216Z Downloaded flume v0.11.1
7472026-07-02T04:05:04.216Z Downloaded derive_builder v0.20.2
7482026-07-02T04:05:04.218Z Downloaded half v2.7.1
7492026-07-02T04:05:04.221Z Downloaded newline-converter v0.3.0
7502026-07-02T04:05:04.221Z Downloaded lru-cache v0.1.2
7512026-07-02T04:05:04.221Z Downloaded darling_core v0.20.11
7522026-07-02T04:05:04.225Z Downloaded iana-time-zone v0.1.65
7532026-07-02T04:05:04.228Z Downloaded multimap v0.10.1
7542026-07-02T04:05:04.228Z Downloaded hyper-rustls v0.27.7
7552026-07-02T04:05:04.230Z Downloaded ipnetwork v0.21.1
7562026-07-02T04:05:04.230Z Downloaded newtype-uuid-macros v0.1.0
7572026-07-02T04:05:04.233Z Downloaded drift v0.2.0
7582026-07-02T04:05:04.237Z Downloaded hmac v0.12.1
7592026-07-02T04:05:04.240Z Downloaded getrandom v0.3.4
7602026-07-02T04:05:04.242Z Downloaded derive_more-impl v2.1.1
7612026-07-02T04:05:04.245Z Downloaded maplit v1.0.2
7622026-07-02T04:05:04.245Z Downloaded linear-map v1.2.0
7632026-07-02T04:05:04.248Z Downloaded lock_api v0.4.14
7642026-07-02T04:05:04.248Z Downloaded jobserver v0.1.34
7652026-07-02T04:05:04.248Z Downloaded httparse v1.10.1
7662026-07-02T04:05:04.251Z Downloaded libsw-core v0.3.2
7672026-07-02T04:05:04.251Z Downloaded num_enum_derive v0.5.11
7682026-07-02T04:05:04.255Z Downloaded keccak v0.2.0
7692026-07-02T04:05:04.255Z Downloaded is-terminal v0.4.17
7702026-07-02T04:05:04.255Z Downloaded num-derive v0.3.3
7712026-07-02T04:05:04.258Z Downloaded libsw v3.5.0
7722026-07-02T04:05:04.258Z Downloaded olpc-cjson v0.1.4
7732026-07-02T04:05:04.258Z Downloaded nodrop v0.1.14
7742026-07-02T04:05:04.261Z Downloaded num v0.4.3
7752026-07-02T04:05:04.261Z Downloaded chacha20poly1305 v0.10.1
7762026-07-02T04:05:04.261Z Downloaded nibble_vec v0.1.0
7772026-07-02T04:05:04.264Z Downloaded libefi-sys v0.1.0
7782026-07-02T04:05:04.267Z Downloaded libloading v0.8.9
7792026-07-02T04:05:04.270Z Downloaded flate2 v1.1.9
7802026-07-02T04:05:04.274Z Downloaded mime v0.3.17
7812026-07-02T04:05:04.274Z Downloaded maybe-uninit v2.0.0
7822026-07-02T04:05:04.274Z Downloaded fatfs v0.3.6
7832026-07-02T04:05:04.277Z Downloaded num-iter v0.1.45
7842026-07-02T04:05:04.277Z Downloaded nonempty v0.12.0
7852026-07-02T04:05:04.277Z Downloaded ingot-macros v0.1.1
7862026-07-02T04:05:04.280Z Downloaded openssl-probe v0.1.6
7872026-07-02T04:05:04.283Z Downloaded num_threads v0.1.7
7882026-07-02T04:05:04.283Z Downloaded normalize-line-endings v0.3.0
7892026-07-02T04:05:04.283Z Downloaded module-lattice v0.2.3
7902026-07-02T04:05:04.290Z Downloaded const_format v0.2.35
7912026-07-02T04:05:04.295Z Downloaded newtype-uuid v1.3.2
7922026-07-02T04:05:04.298Z Downloaded num-derive v0.4.2
7932026-07-02T04:05:04.313Z Downloaded parse-display v0.10.0
7942026-07-02T04:05:04.316Z Downloaded multer v3.1.0
7952026-07-02T04:05:04.316Z Downloaded const-oid v0.10.2
7962026-07-02T04:05:04.319Z Downloaded oso-derive v0.27.3
7972026-07-02T04:05:04.319Z Downloaded openssl-probe v0.2.1
7982026-07-02T04:05:04.319Z Downloaded newtype_derive v0.1.6
7992026-07-02T04:05:04.322Z Downloaded num_enum v0.7.6
8002026-07-02T04:05:04.325Z Downloaded opaque-debug v0.3.1
8012026-07-02T04:05:04.325Z Downloaded num_enum v0.5.11
8022026-07-02T04:05:04.328Z Downloaded percent-encoding v2.3.2
8032026-07-02T04:05:04.331Z Downloaded packed_struct_codegen v0.10.1
8042026-07-02T04:05:04.331Z Downloaded heapless v0.8.0
8052026-07-02T04:05:04.335Z Downloaded ipnet v2.11.0
8062026-07-02T04:05:04.338Z Downloaded num-rational v0.4.2
8072026-07-02T04:05:04.338Z Downloaded peg-runtime v0.8.5
8082026-07-02T04:05:04.338Z Downloaded num_enum_derive v0.7.6
8092026-07-02T04:05:04.342Z Downloaded mime_guess v2.0.5
8102026-07-02T04:05:04.342Z Downloaded openssl-macros v0.1.1
8112026-07-02T04:05:04.342Z Downloaded num-integer v0.1.46
8122026-07-02T04:05:04.345Z Downloaded indexmap v1.9.3
8132026-07-02T04:05:04.345Z Downloaded ed25519-dalek v3.0.0-rc.0
8142026-07-02T04:05:04.348Z Downloaded nu-ansi-term v0.50.3
8152026-07-02T04:05:04.348Z Downloaded password-hash v0.6.1
8162026-07-02T04:05:04.351Z Downloaded phf_shared v0.13.1
8172026-07-02T04:05:04.351Z Downloaded litemap v0.8.1
8182026-07-02T04:05:04.354Z Downloaded crossbeam-channel v0.5.15
8192026-07-02T04:05:04.357Z Downloaded compact_str v0.8.1
8202026-07-02T04:05:04.359Z Downloaded ml-kem v0.3.2
8212026-07-02T04:05:04.359Z Downloaded owo-colors v4.3.0
8222026-07-02T04:05:04.363Z Downloaded ed25519-dalek v2.2.0
8232026-07-02T04:05:04.365Z Downloaded der v0.7.10
8242026-07-02T04:05:04.368Z Downloaded oxnet v0.1.6
8252026-07-02T04:05:04.368Z Downloaded native-tls v0.2.18
8262026-07-02T04:05:04.371Z Downloaded phf_shared v0.12.1
8272026-07-02T04:05:04.371Z Downloaded parking_lot_core v0.8.6
8282026-07-02T04:05:04.374Z Downloaded memmap2 v0.9.10
8292026-07-02T04:05:04.374Z Downloaded ignore v0.4.25
8302026-07-02T04:05:04.377Z Downloaded parse-size v1.1.0
8312026-07-02T04:05:04.377Z Downloaded icu_provider v2.1.1
8322026-07-02T04:05:04.382Z Downloaded icu_properties v2.1.2
8332026-07-02T04:05:04.382Z Downloaded phf_shared v0.11.3
8342026-07-02T04:05:04.384Z Downloaded generic-array v1.4.3
8352026-07-02T04:05:04.384Z Downloaded litrs v1.0.0
8362026-07-02T04:05:04.387Z Downloaded pbkdf2 v0.13.0
8372026-07-02T04:05:04.387Z Downloaded icu_locale_core v2.1.1
8382026-07-02T04:05:04.390Z Downloaded num-conv v0.2.0
8392026-07-02T04:05:04.393Z Downloaded path-slash v0.1.5
8402026-07-02T04:05:04.393Z Downloaded powerfmt v0.2.0
8412026-07-02T04:05:04.396Z Downloaded predicates-core v1.0.10
8422026-07-02T04:05:04.396Z Downloaded pem-rfc7468 v1.0.0
8432026-07-02T04:05:04.396Z Downloaded pem v3.0.6
8442026-07-02T04:05:04.399Z Downloaded peg v0.8.5
8452026-07-02T04:05:04.402Z Downloaded num-complex v0.4.6
8462026-07-02T04:05:04.403Z Downloaded indicatif v0.18.4
8472026-07-02T04:05:04.405Z Downloaded cc v1.2.56
8482026-07-02T04:05:04.405Z Downloaded oxide-tokio-rt v0.1.4
8492026-07-02T04:05:04.408Z Downloaded peg-macros v0.8.5
8502026-07-02T04:05:04.408Z Downloaded parse-display-derive v0.10.0
8512026-07-02T04:05:04.408Z Downloaded libbz2-rs-sys v0.2.2
8522026-07-02T04:05:04.411Z Downloaded icu_normalizer v2.1.1
8532026-07-02T04:05:04.414Z Downloaded progenitor-client v0.14.0
8542026-07-02T04:05:04.414Z Downloaded nanorand v0.7.0
8552026-07-02T04:05:04.417Z Downloaded phf v0.12.1
8562026-07-02T04:05:04.417Z Downloaded hmac v0.13.0
8572026-07-02T04:05:04.417Z Downloaded proc-macro-error-attr2 v2.0.0
8582026-07-02T04:05:04.420Z Downloaded phc v0.6.1
8592026-07-02T04:05:04.420Z Downloaded predicates-tree v1.0.13
8602026-07-02T04:05:04.420Z Downloaded proc-macro-crate v3.4.0
8612026-07-02T04:05:04.423Z Downloaded headers v0.4.1
8622026-07-02T04:05:04.426Z Downloaded phf v0.13.1
8632026-07-02T04:05:04.426Z Downloaded paste v1.0.15
8642026-07-02T04:05:04.429Z Downloaded packed_struct v0.10.1
8652026-07-02T04:05:04.429Z Downloaded password-hash v0.5.0
8662026-07-02T04:05:04.432Z Downloaded parking_lot_core v0.9.12
8672026-07-02T04:05:04.432Z Downloaded parking_lot v0.11.2
8682026-07-02T04:05:04.435Z Downloaded derive_more v2.1.1
8692026-07-02T04:05:04.439Z Downloaded pkcs8 v0.10.2
8702026-07-02T04:05:04.442Z Downloaded precomputed-hash v0.1.1
8712026-07-02T04:05:04.442Z Downloaded parking_lot v0.12.5
8722026-07-02T04:05:04.445Z Downloaded polyval v0.7.1
8732026-07-02T04:05:04.448Z Downloaded diesel_derives v2.3.7
8742026-07-02T04:05:04.451Z Downloaded recursive v0.1.1
8752026-07-02T04:05:04.451Z Downloaded num-traits v0.2.19
8762026-07-02T04:05:04.455Z Downloaded potential_utf v0.1.4
8772026-07-02T04:05:04.455Z Downloaded progenitor-macro v0.14.0
8782026-07-02T04:05:04.458Z Downloaded heapless v0.7.17
8792026-07-02T04:05:04.458Z Downloaded rand_xorshift v0.4.0
8802026-07-02T04:05:04.461Z Downloaded expectorate v1.2.0
8812026-07-02T04:05:04.461Z Downloaded icu_normalizer_data v2.1.1
8822026-07-02T04:05:04.464Z Downloaded rand_chacha v0.3.1
8832026-07-02T04:05:04.464Z Downloaded pin-project-internal v1.1.11
8842026-07-02T04:05:04.467Z Downloaded icu_collections v2.1.1
8852026-07-02T04:05:04.469Z Downloaded ref-cast-impl v1.0.25
8862026-07-02T04:05:04.469Z Downloaded recursive-proc-macro-impl v0.1.1
8872026-07-02T04:05:04.472Z Downloaded quick-error v1.2.3
8882026-07-02T04:05:04.472Z Downloaded proc-macro-crate v1.3.1
8892026-07-02T04:05:04.472Z Downloaded hickory-resolver v0.25.2
8902026-07-02T04:05:04.475Z Downloaded der v0.8.0
8912026-07-02T04:05:04.480Z Downloaded psl-types v2.0.11
8922026-07-02T04:05:04.485Z Downloaded pin-project-lite v0.2.17
8932026-07-02T04:05:04.485Z Downloaded progenitor v0.14.0
8942026-07-02T04:05:04.488Z Downloaded primeorder v0.14.0-rc.10
8952026-07-02T04:05:04.488Z Downloaded ref-cast v1.0.25
8962026-07-02T04:05:04.488Z Downloaded pkcs1 v0.7.5
8972026-07-02T04:05:04.491Z Downloaded aes-gcm v0.11.0
8982026-07-02T04:05:04.491Z Downloaded pkg-config v0.3.32
8992026-07-02T04:05:04.494Z Downloaded pem-rfc7468 v0.7.0
9002026-07-02T04:05:04.494Z Downloaded hickory-resolver v0.24.4
9012026-07-02T04:05:04.496Z Downloaded base64 v0.21.7
9022026-07-02T04:05:04.499Z Downloaded poly1305 v0.8.0
9032026-07-02T04:05:04.503Z Downloaded postcard v1.1.3
9042026-07-02T04:05:04.507Z Downloaded psm v0.1.30
9052026-07-02T04:05:04.511Z Downloaded omicron-zone-package v0.12.3
9062026-07-02T04:05:04.511Z Downloaded rfc6979 v0.4.0
9072026-07-02T04:05:04.515Z Downloaded progenitor-client v0.13.0
9082026-07-02T04:05:04.515Z Downloaded progenitor v0.13.0
9092026-07-02T04:05:04.515Z Downloaded radium v0.7.0
9102026-07-02T04:05:04.519Z Downloaded progenitor-macro v0.13.0
9112026-07-02T04:05:04.519Z Downloaded miniz_oxide v0.8.9
9122026-07-02T04:05:04.522Z Downloaded progenitor-extras v0.2.0
9132026-07-02T04:05:04.522Z Downloaded pkcs8 v0.11.0
9142026-07-02T04:05:04.525Z Downloaded rand_seeder v0.4.0
9152026-07-02T04:05:04.525Z Downloaded rand_core v0.9.5
9162026-07-02T04:05:04.525Z Downloaded predicates v3.1.4
9172026-07-02T04:05:04.528Z Downloaded rustc_version v0.4.1
9182026-07-02T04:05:04.531Z Downloaded rustc-hash v2.1.1
9192026-07-02T04:05:04.531Z Downloaded http v1.4.2
9202026-07-02T04:05:04.534Z Downloaded hashbrown v0.13.2
9212026-07-02T04:05:04.537Z Downloaded rtoolbox v0.0.3
9222026-07-02T04:05:04.537Z Downloaded rand_core v0.10.0
9232026-07-02T04:05:04.541Z Downloaded r2d2 v0.8.10
9242026-07-02T04:05:04.541Z Downloaded russh-cryptovec v0.61.0
9252026-07-02T04:05:04.544Z Downloaded rfc6979 v0.5.0
9262026-07-02T04:05:04.544Z Downloaded primefield v0.14.0
9272026-07-02T04:05:04.544Z Downloaded oso v0.27.3
9282026-07-02T04:05:04.547Z Downloaded rustc_version v0.1.7
9292026-07-02T04:05:04.547Z Downloaded russh-util v0.52.0
9302026-07-02T04:05:04.550Z Downloaded poly1305 v0.9.0
9312026-07-02T04:05:04.550Z Downloaded sapling-renderdag v0.1.0
9322026-07-02T04:05:04.553Z Downloaded papergrid v0.17.0
9332026-07-02T04:05:04.556Z Downloaded primeorder v0.13.6
9342026-07-02T04:05:04.556Z Downloaded internal-russh-num-bigint v0.5.0
9352026-07-02T04:05:04.559Z Downloaded resolv-conf v0.7.6
9362026-07-02T04:05:04.562Z Downloaded dropshot-api-manager v0.7.2
9372026-07-02T04:05:04.565Z Downloaded rand_core v0.6.4
9382026-07-02T04:05:04.565Z Downloaded jiff-static v0.2.21
9392026-07-02T04:05:04.568Z Downloaded p256 v0.14.0-rc.10
9402026-07-02T04:05:04.571Z Downloaded openssl-sys v0.9.115
9412026-07-02T04:05:04.574Z Downloaded pkcs5 v0.8.1
9422026-07-02T04:05:04.577Z Downloaded scroll_derive v0.13.1
9432026-07-02T04:05:04.577Z Downloaded scheduled-thread-pool v0.2.7
9442026-07-02T04:05:04.577Z Downloaded postgres-types v0.2.12
9452026-07-02T04:05:04.580Z Downloaded postgres-protocol v0.6.10
9462026-07-02T04:05:04.580Z Downloaded ppv-lite86 v0.2.21
9472026-07-02T04:05:04.587Z Downloaded hyper-util v0.1.20
9482026-07-02T04:05:04.592Z Downloaded hickory-server v0.25.2
9492026-07-02T04:05:04.599Z Downloaded secrecy v0.10.3
9502026-07-02T04:05:04.604Z Downloaded serde_plain v1.0.2
9512026-07-02T04:05:04.604Z Downloaded serde_repr v0.1.20
9522026-07-02T04:05:04.607Z Downloaded serde_bytes v0.11.19
9532026-07-02T04:05:04.607Z Downloaded secrecy v0.8.0
9542026-07-02T04:05:04.607Z Downloaded rand_chacha v0.9.0
9552026-07-02T04:05:04.610Z Downloaded pin-project v1.1.11
9562026-07-02T04:05:04.615Z Downloaded rustversion v1.0.22
9572026-07-02T04:05:04.618Z Downloaded same-file v1.0.6
9582026-07-02T04:05:04.623Z Downloaded serde-big-array v0.5.1
9592026-07-02T04:05:04.623Z Downloaded prefix-trie v0.7.0
9602026-07-02T04:05:04.631Z Downloaded hashbrown v0.12.3
9612026-07-02T04:05:04.631Z Downloaded sha1 v0.10.6
9622026-07-02T04:05:04.631Z Downloaded serde_urlencoded v0.7.1
9632026-07-02T04:05:04.636Z Downloaded seq-macro v0.3.6
9642026-07-02T04:05:04.636Z Downloaded semver v0.1.20
9652026-07-02T04:05:04.636Z Downloaded proc-macro-error2 v2.0.1
9662026-07-02T04:05:04.636Z Downloaded pkcs1 v0.8.0-rc.4
9672026-07-02T04:05:04.636Z Downloaded itertools v0.10.5
9682026-07-02T04:05:04.643Z Downloaded rustls-native-certs v0.8.3
9692026-07-02T04:05:04.646Z Downloaded rustls-pemfile v2.2.0
9702026-07-02T04:05:04.650Z Downloaded quinn-udp v0.5.14
9712026-07-02T04:05:04.653Z Downloaded rusty-fork v0.3.1
9722026-07-02T04:05:04.653Z Downloaded crypto-primes v0.7.2
9732026-07-02T04:05:04.656Z Downloaded slog-bunyan v2.5.0
9742026-07-02T04:05:04.659Z Downloaded slog-envlogger v2.2.0
9752026-07-02T04:05:04.659Z Downloaded signal-hook-mio v0.2.5
9762026-07-02T04:05:04.663Z Downloaded sigpipe v0.1.3
9772026-07-02T04:05:04.663Z Downloaded signal-hook-tokio v0.3.1
9782026-07-02T04:05:04.663Z Downloaded serde_spanned v1.1.1
9792026-07-02T04:05:04.667Z Downloaded sha1 v0.11.0
9802026-07-02T04:05:04.668Z Downloaded scroll v0.13.0
9812026-07-02T04:05:04.671Z Downloaded prettyplease v0.2.37
9822026-07-02T04:05:04.674Z Downloaded siphasher v1.0.2
9832026-07-02T04:05:04.674Z Downloaded sec1 v0.7.3
9842026-07-02T04:05:04.677Z Downloaded signature v3.0.0
9852026-07-02T04:05:04.679Z Downloaded serde_derive_internals v0.29.1
9862026-07-02T04:05:04.682Z Downloaded shell-words v1.1.1
9872026-07-02T04:05:04.685Z Downloaded scopeguard v1.2.0
9882026-07-02T04:05:04.685Z Downloaded mio v1.2.0
9892026-07-02T04:05:04.688Z Downloaded sqlparser_derive v0.5.0
9902026-07-02T04:05:04.688Z Downloaded minimal-lexical v0.2.1
9912026-07-02T04:05:04.691Z Downloaded serde_with_macros v1.5.2
9922026-07-02T04:05:04.697Z Downloaded signature v2.2.0
9932026-07-02T04:05:04.697Z Downloaded schemars_derive v0.8.22
9942026-07-02T04:05:04.700Z Downloaded hashbrown v0.16.1
9952026-07-02T04:05:04.717Z Downloaded stable_deref_trait v1.2.1
9962026-07-02T04:05:04.717Z Downloaded num-bigint v0.4.6
9972026-07-02T04:05:04.720Z Downloaded slab v0.4.12
9982026-07-02T04:05:04.723Z Downloaded serdect v0.4.3
9992026-07-02T04:05:04.723Z Downloaded rustls-pki-types v1.14.0
10002026-07-02T04:05:04.726Z Downloaded progenitor-impl v0.14.0
10012026-07-02T04:05:04.728Z Downloaded nom v7.1.3
10022026-07-02T04:05:04.731Z Downloaded serde_path_to_error v0.1.20
10032026-07-02T04:05:04.731Z Downloaded serde-hex v0.1.0
10042026-07-02T04:05:04.734Z Downloaded shlex v1.3.0
10052026-07-02T04:05:04.734Z Downloaded hashbrown v0.15.5
10062026-07-02T04:05:04.737Z Downloaded strum v0.27.2
10072026-07-02T04:05:04.740Z Downloaded strip-ansi-escapes v0.2.1
10082026-07-02T04:05:04.740Z Downloaded salsa20 v0.11.0
10092026-07-02T04:05:04.743Z Downloaded structmeta-derive v0.3.0
10102026-07-02T04:05:04.745Z Downloaded structmeta v0.3.0
10112026-07-02T04:05:04.745Z Downloaded strsim v0.10.0
10122026-07-02T04:05:04.745Z Downloaded sec1 v0.8.1
10132026-07-02T04:05:04.750Z Downloaded signal-hook-registry v1.4.8
10142026-07-02T04:05:04.750Z Downloaded p384 v0.14.0-rc.10
10152026-07-02T04:05:04.752Z Downloaded serde_cbor v0.11.2
10162026-07-02T04:05:04.755Z Downloaded slog-async v2.8.0
10172026-07-02T04:05:04.755Z Downloaded scrypt v0.12.0
10182026-07-02T04:05:04.758Z Downloaded tabled_derive v0.11.0
10192026-07-02T04:05:04.758Z Downloaded strum v0.26.3
10202026-07-02T04:05:04.761Z Downloaded progenitor-impl v0.13.0
10212026-07-02T04:05:04.764Z Downloaded smf v0.2.3
10222026-07-02T04:05:04.764Z Downloaded serde_with_macros v3.17.0
10232026-07-02T04:05:04.766Z Downloaded subtle v2.6.1
10242026-07-02T04:05:04.772Z Downloaded aho-corasick v1.1.4
10252026-07-02T04:05:04.775Z Downloaded termtree v0.5.1
10262026-07-02T04:05:04.775Z Downloaded take_mut v0.2.2
10272026-07-02T04:05:04.775Z Downloaded spki v0.8.0
10282026-07-02T04:05:04.775Z Downloaded ron v0.8.1
10292026-07-02T04:05:04.778Z Downloaded sync_wrapper v1.0.2
10302026-07-02T04:05:04.780Z Downloaded itertools v0.13.0
10312026-07-02T04:05:04.784Z Downloaded p521 v0.14.0-rc.10
10322026-07-02T04:05:04.788Z Downloaded ssh-cipher v0.3.0-rc.9
10332026-07-02T04:05:04.788Z Downloaded simd-adler32 v0.3.8
10342026-07-02T04:05:04.791Z Downloaded itertools v0.12.1
10352026-07-02T04:05:04.794Z Downloaded testing_table v0.3.0
10362026-07-02T04:05:04.794Z Downloaded time-core v0.1.8
10372026-07-02T04:05:04.794Z Downloaded spki v0.7.3
10382026-07-02T04:05:04.797Z Downloaded snafu-derive v0.8.9
10392026-07-02T04:05:04.797Z Downloaded rustls-platform-verifier v0.6.2
10402026-07-02T04:05:04.800Z Downloaded tabwriter v1.4.1
10412026-07-02T04:05:04.800Z Downloaded tap v1.0.1
10422026-07-02T04:05:04.800Z Downloaded sync-ptr v0.1.4
10432026-07-02T04:05:04.800Z Downloaded slog-scope v4.4.1
10442026-07-02T04:05:04.803Z Downloaded smallvec v0.6.14
10452026-07-02T04:05:04.803Z Downloaded thread-id v5.1.0
10462026-07-02T04:05:04.803Z Downloaded sha2 v0.11.0
10472026-07-02T04:05:04.806Z Downloaded thiserror-impl-no-std v2.0.2
10482026-07-02T04:05:04.806Z Downloaded static_assertions v1.1.0
10492026-07-02T04:05:04.809Z Downloaded rayon-core v1.13.0
10502026-07-02T04:05:04.812Z Downloaded tinyvec_macros v0.1.1
10512026-07-02T04:05:04.812Z Downloaded string_cache v0.8.9
10522026-07-02T04:05:04.812Z Downloaded ssh-encoding v0.3.0-rc.9
10532026-07-02T04:05:04.815Z Downloaded pretty_assertions v1.4.1
10542026-07-02T04:05:04.815Z Downloaded strum_macros v0.26.4
10552026-07-02T04:05:04.818Z Downloaded stringprep v0.1.5
10562026-07-02T04:05:04.818Z Downloaded idna v1.1.0
10572026-07-02T04:05:04.821Z Downloaded quinn v0.11.9
10582026-07-02T04:05:04.825Z Downloaded slog-dtrace v0.3.0
10592026-07-02T04:05:04.825Z Downloaded slog-stdlog v4.1.1
10602026-07-02T04:05:04.825Z Downloaded slog-json v2.6.1
10612026-07-02T04:05:04.828Z Downloaded schemars v0.8.22
10622026-07-02T04:05:04.832Z Downloaded tagptr v0.2.0
10632026-07-02T04:05:04.835Z Downloaded sqlformat v0.3.5
10642026-07-02T04:05:04.835Z Downloaded spin v0.9.8
10652026-07-02T04:05:04.838Z Downloaded tokio-test v0.4.5
10662026-07-02T04:05:04.838Z Downloaded smallvec v1.15.1
10672026-07-02T04:05:04.841Z Downloaded ryu v1.0.23
10682026-07-02T04:05:04.841Z Downloaded qorb v0.4.1
10692026-07-02T04:05:04.844Z Downloaded iri-string v0.7.10
10702026-07-02T04:05:04.847Z Downloaded publicsuffix v2.3.0
10712026-07-02T04:05:04.852Z Downloaded hyper v1.10.1
10722026-07-02T04:05:04.855Z Downloaded thiserror-no-std v2.0.2
10732026-07-02T04:05:04.858Z Downloaded tokio-macros v2.7.0
10742026-07-02T04:05:04.858Z Downloaded supports-color v3.0.2
10752026-07-02T04:05:04.858Z Downloaded tower-service v0.3.3
10762026-07-02T04:05:04.861Z Downloaded strum_macros v0.27.2
10772026-07-02T04:05:04.861Z Downloaded slog v2.8.2
10782026-07-02T04:05:04.864Z Downloaded thread_local v1.1.9
10792026-07-02T04:05:04.864Z Downloaded stacker v0.1.23
10802026-07-02T04:05:04.867Z Downloaded rcgen v0.12.1
10812026-07-02T04:05:04.867Z Downloaded hkdf v0.12.4
10822026-07-02T04:05:04.870Z Downloaded libm v0.2.16
10832026-07-02T04:05:04.873Z Downloaded tower-layer v0.3.3
10842026-07-02T04:05:04.877Z Downloaded synstructure v0.13.2
10852026-07-02T04:05:04.877Z Downloaded rand v0.8.6
10862026-07-02T04:05:04.880Z Downloaded try-lock v0.2.5
10872026-07-02T04:05:04.880Z Downloaded trait-variant v0.1.2
10882026-07-02T04:05:04.880Z Downloaded strum_macros v0.24.3
10892026-07-02T04:05:04.880Z Downloaded socket2 v0.6.3
10902026-07-02T04:05:04.883Z Downloaded rustls-webpki v0.103.13
10912026-07-02T04:05:04.889Z Downloaded rsa v0.9.10
10922026-07-02T04:05:04.892Z Downloaded topological-sort v0.2.2
10932026-07-02T04:05:04.892Z Downloaded tokio-dtrace v0.1.1
10942026-07-02T04:05:04.892Z Downloaded slog-term v2.9.2
10952026-07-02T04:05:04.892Z Downloaded tls_codec v0.4.2
10962026-07-02T04:05:04.892Z Downloaded signal-hook v0.3.18
10972026-07-02T04:05:04.895Z Downloaded tiny-keccak v2.0.2
10982026-07-02T04:05:04.900Z Downloaded unarray v0.1.4
10992026-07-02T04:05:04.900Z Downloaded universal-hash v0.5.1
11002026-07-02T04:05:04.903Z Downloaded universal-hash v0.6.1
11012026-07-02T04:05:04.903Z Downloaded num-bigint-dig v0.8.6
11022026-07-02T04:05:04.905Z Downloaded usdt v0.6.0
11032026-07-02T04:05:04.905Z Downloaded unit-prefix v0.5.2
11042026-07-02T04:05:04.909Z Downloaded tokio-tungstenite v0.21.0
11052026-07-02T04:05:04.909Z Downloaded schemars v1.2.1
11062026-07-02T04:05:04.916Z Downloaded tinystr v0.8.2
11072026-07-02T04:05:04.920Z Downloaded time-macros v0.2.27
11082026-07-02T04:05:04.920Z Downloaded support-bundle-viewer v0.1.2
11092026-07-02T04:05:04.923Z Downloaded itertools v0.14.0
11102026-07-02T04:05:04.926Z Downloaded tokio-tungstenite v0.23.1
11112026-07-02T04:05:04.926Z Downloaded h2 v0.4.15
11122026-07-02T04:05:04.929Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11132026-07-02T04:05:04.932Z Downloaded typify-macro v0.6.2
11142026-07-02T04:05:04.932Z Downloaded similar v2.7.0
11152026-07-02T04:05:04.935Z Downloaded untrusted v0.7.1
11162026-07-02T04:05:04.935Z Downloaded unicode-truncate v1.1.0
11172026-07-02T04:05:04.939Z Downloaded subprocess v0.2.15
11182026-07-02T04:05:04.939Z Downloaded libxml v0.3.3
11192026-07-02T04:05:04.942Z Downloaded untrusted v0.9.0
11202026-07-02T04:05:04.942Z Downloaded serde_yaml v0.9.34+deprecated
11212026-07-02T04:05:04.945Z Downloaded tokio-native-tls v0.3.1
11222026-07-02T04:05:04.945Z Downloaded tls_codec_derive v0.4.2
11232026-07-02T04:05:04.949Z Downloaded usdt-macro v0.6.0
11242026-07-02T04:05:04.949Z Downloaded unicode-xid v0.2.6
11252026-07-02T04:05:04.949Z Downloaded usdt-attr-macro v0.6.0
11262026-07-02T04:05:04.952Z Downloaded void v1.0.2
11272026-07-02T04:05:04.952Z Downloaded utf8_iter v1.0.4
11282026-07-02T04:05:04.952Z Downloaded waitgroup v0.1.2
11292026-07-02T04:05:04.955Z Downloaded wait-timeout v0.2.1
11302026-07-02T04:05:04.955Z Downloaded icu_properties_data v2.1.2
11312026-07-02T04:05:04.962Z Downloaded schemars v0.9.0
11322026-07-02T04:05:04.966Z Downloaded want v0.3.1
11332026-07-02T04:05:04.969Z Downloaded termios v0.3.3
11342026-07-02T04:05:04.970Z Downloaded toml_writer v1.1.1+spec-1.1.0
11352026-07-02T04:05:04.970Z Downloaded term v1.2.1
11362026-07-02T04:05:04.974Z Downloaded term v0.7.0
11372026-07-02T04:05:04.988Z Downloaded utf-8 v0.7.6
11382026-07-02T04:05:04.988Z Downloaded futures-util v0.3.32
11392026-07-02T04:05:04.992Z Downloaded yoke-derive v0.8.1
11402026-07-02T04:05:04.992Z Downloaded unicase v2.9.0
11412026-07-02T04:05:04.992Z Downloaded tokio-stream v0.1.18
11422026-07-02T04:05:04.992Z Downloaded hkdf v0.13.0
11432026-07-02T04:05:04.992Z Downloaded tokio-rustls v0.26.4
11442026-07-02T04:05:04.992Z Downloaded samael v0.0.19
11452026-07-02T04:05:04.995Z Downloaded zerofrom v0.1.6
11462026-07-02T04:05:04.998Z Downloaded socket2 v0.5.10
11472026-07-02T04:05:05.001Z Downloaded test-strategy v0.4.5
11482026-07-02T04:05:05.005Z Downloaded rsa v0.10.0-rc.18
11492026-07-02T04:05:05.008Z Downloaded tui-tree-widget v0.23.1
11502026-07-02T04:05:05.011Z Downloaded vergen-lib v9.1.0
11512026-07-02T04:05:05.011Z Downloaded tracing-attributes v0.1.31
11522026-07-02T04:05:05.014Z Downloaded zeroize_derive v1.4.3
11532026-07-02T04:05:05.014Z Downloaded zerofrom-derive v0.1.6
11542026-07-02T04:05:05.017Z Downloaded rand v0.10.1
11552026-07-02T04:05:05.020Z Downloaded zone_cfg_derive v0.3.1
11562026-07-02T04:05:05.020Z Downloaded iddqd v0.4.2
11572026-07-02T04:05:05.024Z Downloaded vergen-lib v0.1.6
11582026-07-02T04:05:05.029Z Downloaded vsss-rs v3.3.4
11592026-07-02T04:05:05.032Z Downloaded whoami v1.6.1
11602026-07-02T04:05:05.035Z Downloaded zone v0.3.1
11612026-07-02T04:05:05.035Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11622026-07-02T04:05:05.043Z Downloaded whoami v2.1.0
11632026-07-02T04:05:05.046Z Downloaded walkdir v2.5.0
11642026-07-02T04:05:05.049Z Downloaded rand v0.9.2
11652026-07-02T04:05:05.049Z Downloaded unicode-properties v0.1.4
11662026-07-02T04:05:05.062Z Downloaded xattr v1.6.1
11672026-07-02T04:05:05.065Z Downloaded yoke v0.8.1
11682026-07-02T04:05:05.068Z Downloaded uzers v0.12.2
11692026-07-02T04:05:05.071Z Downloaded zeroize v1.8.2
11702026-07-02T04:05:05.076Z Downloaded tinyvec v1.10.0
11712026-07-02T04:05:05.080Z Downloaded vergen-git2 v9.1.0
11722026-07-02T04:05:05.083Z Downloaded wyz v0.5.1
11732026-07-02T04:05:05.086Z Downloaded blake3 v1.8.5
11742026-07-02T04:05:05.089Z Downloaded xshell-macros v0.2.7
11752026-07-02T04:05:05.091Z Downloaded writeable v0.6.2
11762026-07-02T04:05:05.091Z Downloaded bindgen v0.71.1
11772026-07-02T04:05:05.094Z Downloaded vergen-gitcl v1.0.8
11782026-07-02T04:05:05.097Z Downloaded nom v8.0.0
11792026-07-02T04:05:05.100Z Downloaded zstd v0.13.3
11802026-07-02T04:05:05.103Z Downloaded zerovec-derive v0.11.2
11812026-07-02T04:05:05.103Z Downloaded usdt-impl v0.6.0
11822026-07-02T04:05:05.103Z Downloaded typify v0.6.2
11832026-07-02T04:05:05.106Z Downloaded zstd-safe v7.2.4
11842026-07-02T04:05:05.109Z Downloaded rpassword v7.4.0
11852026-07-02T04:05:05.109Z Downloaded twox-hash v2.1.2
11862026-07-02T04:05:05.113Z Downloaded xshell v0.2.7
11872026-07-02T04:05:05.116Z Downloaded rustyline v14.0.0
11882026-07-02T04:05:05.119Z Downloaded toml v1.1.2+spec-1.1.0
11892026-07-02T04:05:05.123Z Downloaded yasna v0.5.2
11902026-07-02T04:05:05.123Z Downloaded tar v0.4.45
11912026-07-02T04:05:05.124Z Downloaded vergen v9.1.0
11922026-07-02T04:05:05.129Z Downloaded aws-lc-rs v1.16.3
11932026-07-02T04:05:05.132Z Downloaded unsafe-libyaml v0.2.11
11942026-07-02T04:05:05.136Z Downloaded toml v0.7.8
11952026-07-02T04:05:05.136Z Downloaded toml_parser v1.1.2+spec-1.1.0
11962026-07-02T04:05:05.141Z Downloaded bitvec v1.0.1
11972026-07-02T04:05:05.148Z Downloaded tungstenite v0.21.0
11982026-07-02T04:05:05.150Z Downloaded git2 v0.20.4
11992026-07-02T04:05:05.154Z Downloaded tracing-core v0.1.36
12002026-07-02T04:05:05.157Z Downloaded vte v0.14.1
12012026-07-02T04:05:05.161Z Downloaded unicode-bidi v0.3.18
12022026-07-02T04:05:05.164Z Downloaded tungstenite v0.23.0
12032026-07-02T04:05:05.164Z Downloaded zerocopy v0.6.6
12042026-07-02T04:05:05.167Z Downloaded uuid v1.23.4
12052026-07-02T04:05:05.175Z Downloaded snafu v0.8.9
12062026-07-02T04:05:05.178Z Downloaded toml_edit v0.23.10+spec-1.0.0
12072026-07-02T04:05:05.181Z Downloaded toml_edit v0.19.15
12082026-07-02T04:05:05.190Z Downloaded steno v0.4.1
12092026-07-02T04:05:05.193Z Downloaded reqwest v0.13.2
12102026-07-02T04:05:05.198Z Downloaded zopfli v0.8.3
12112026-07-02T04:05:05.206Z Downloaded tokio-postgres v0.7.16
12122026-07-02T04:05:05.210Z Downloaded yansi v1.0.1
12132026-07-02T04:05:05.214Z Downloaded unicode_categories v0.1.1
12142026-07-02T04:05:05.216Z Downloaded curve25519-dalek v4.1.3
12152026-07-02T04:05:05.221Z Downloaded p384 v0.13.1
12162026-07-02T04:05:05.224Z Downloaded moka v0.12.13
12172026-07-02T04:05:05.228Z Downloaded serde_with v1.14.0
12182026-07-02T04:05:05.237Z Downloaded reedline v0.40.0
12192026-07-02T04:05:05.241Z Downloaded zip v0.6.6
12202026-07-02T04:05:05.244Z Downloaded zerotrie v0.2.3
12212026-07-02T04:05:05.246Z Downloaded reqwest v0.12.28
12222026-07-02T04:05:05.249Z Downloaded petname v2.0.2
12232026-07-02T04:05:05.259Z Downloaded crypto-bigint v0.7.5
12242026-07-02T04:05:05.267Z Downloaded url v2.5.8
12252026-07-02T04:05:05.270Z Downloaded tower v0.5.3
12262026-07-02T04:05:05.274Z Downloaded ssh-key v0.7.0-rc.10
12272026-07-02T04:05:05.279Z Downloaded regex v1.12.3
12282026-07-02T04:05:05.282Z Downloaded goblin v0.10.5
12292026-07-02T04:05:05.286Z Downloaded rayon v1.11.0
12302026-07-02T04:05:05.291Z Downloaded typed-path v0.9.3
12312026-07-02T04:05:05.294Z Downloaded proptest v1.10.0
12322026-07-02T04:05:05.300Z Downloaded portable-atomic v1.13.1
12332026-07-02T04:05:05.306Z Downloaded zerocopy-derive v0.8.40
12342026-07-02T04:05:05.315Z Downloaded unicode-segmentation v1.12.0
12352026-07-02T04:05:05.322Z Downloaded curve25519-dalek v5.0.0-rc.0
12362026-07-02T04:05:05.330Z Downloaded serde_with v3.17.0
12372026-07-02T04:05:05.341Z Downloaded quick-xml v0.37.5
12382026-07-02T04:05:05.345Z Downloaded chrono v0.4.44
12392026-07-02T04:05:05.349Z Downloaded zip v4.6.1
12402026-07-02T04:05:05.358Z Downloaded salty v0.3.0
12412026-07-02T04:05:05.362Z Downloaded object v0.30.4
12422026-07-02T04:05:05.367Z Downloaded zerovec v0.11.5
12432026-07-02T04:05:05.371Z Downloaded x509-cert v0.2.5
12442026-07-02T04:05:05.375Z Downloaded unicode-normalization v0.1.25
12452026-07-02T04:05:05.377Z Downloaded tower-http v0.6.8
12462026-07-02T04:05:05.380Z Downloaded quinn-proto v0.11.13
12472026-07-02T04:05:05.391Z Downloaded tough v0.22.0
12482026-07-02T04:05:05.396Z Downloaded dropshot v0.17.1
12492026-07-02T04:05:05.409Z Downloaded radix_trie v0.2.1
12502026-07-02T04:05:05.412Z Downloaded winnow v0.6.26
12512026-07-02T04:05:05.417Z Downloaded tokio-util v0.7.18
12522026-07-02T04:05:05.421Z Downloaded polar-core v0.27.3
12532026-07-02T04:05:05.426Z Downloaded lalrpop v0.19.12
12542026-07-02T04:05:05.454Z Downloaded nix v0.27.1
12552026-07-02T04:05:05.460Z Downloaded winnow v0.5.40
12562026-07-02T04:05:05.468Z Downloaded nix v0.31.2
12572026-07-02T04:05:05.475Z Downloaded tabled v0.20.0
12582026-07-02T04:05:05.485Z Downloaded winnow v1.0.3
12592026-07-02T04:05:05.492Z Downloaded bstr v1.12.1
12602026-07-02T04:05:05.495Z Downloaded russh v0.61.2
12612026-07-02T04:05:05.505Z Downloaded openapiv3 v2.2.0
12622026-07-02T04:05:05.511Z Downloaded vcpkg v0.2.15
12632026-07-02T04:05:05.533Z Downloaded openssl v0.10.79
12642026-07-02T04:05:05.540Z Downloaded nix v0.28.0
12652026-07-02T04:05:05.545Z Downloaded regex-syntax v0.6.29
12662026-07-02T04:05:05.549Z Downloaded zerocopy v0.8.40
12672026-07-02T04:05:05.555Z Downloaded diesel v2.3.7
12682026-07-02T04:05:05.566Z Downloaded time v0.3.47
12692026-07-02T04:05:05.574Z Downloaded regress v0.11.1
12702026-07-02T04:05:05.579Z Downloaded rustix v0.38.44
12712026-07-02T04:05:05.591Z Downloaded zlib-rs v0.6.2
12722026-07-02T04:05:05.594Z Downloaded smoltcp v0.9.1
12732026-07-02T04:05:05.599Z Downloaded rustls v0.23.41
12742026-07-02T04:05:05.606Z Downloaded object v0.37.3
12752026-07-02T04:05:05.612Z Downloaded hickory-proto v0.24.4
12762026-07-02T04:05:05.621Z Downloaded smoltcp v0.11.0
12772026-07-02T04:05:05.628Z Downloaded regress v0.10.5
12782026-07-02T04:05:05.635Z Downloaded regex-syntax v0.8.10
12792026-07-02T04:05:05.647Z Downloaded sqlparser v0.61.0
12802026-07-02T04:05:05.652Z Downloaded hickory-proto v0.25.2
12812026-07-02T04:05:05.661Z Downloaded sled v0.34.7
12822026-07-02T04:05:05.680Z Downloaded tracing v0.1.44
12832026-07-02T04:05:05.692Z Downloaded ratatui v0.29.0
12842026-07-02T04:05:05.703Z Downloaded sha3 v0.11.0
12852026-07-02T04:05:05.708Z Downloaded zerocopy-derive v0.6.6
12862026-07-02T04:05:05.722Z Downloaded petgraph v0.6.5
12872026-07-02T04:05:05.732Z Downloaded jiff v0.2.21
12882026-07-02T04:05:05.743Z Downloaded csv v1.4.0
12892026-07-02T04:05:05.755Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12902026-07-02T04:05:05.789Z Downloaded bzip2-sys v0.1.13+1.0.8
12912026-07-02T04:05:05.805Z Downloaded fiat-crypto v0.3.0
12922026-07-02T04:05:05.813Z Downloaded typify-impl v0.6.2
12932026-07-02T04:05:05.883Z Downloaded regex-automata v0.4.14
12942026-07-02T04:05:05.912Z Downloaded chrono-tz v0.10.4
12952026-07-02T04:05:05.975Z Downloaded petgraph v0.8.3
12962026-07-02T04:05:06.000Z Downloaded libz-sys v1.1.24
12972026-07-02T04:05:06.042Z Downloaded sha3 v0.10.8
12982026-07-02T04:05:06.063Z Downloaded tokio v1.52.1
12992026-07-02T04:05:06.174Z Downloaded encoding_rs v0.8.35
13002026-07-02T04:05:06.225Z Downloaded ring v0.17.14
13012026-07-02T04:05:06.266Z Downloaded libgit2-sys v0.18.3+1.9.2
13022026-07-02T04:05:06.893Z Downloaded aws-lc-sys v0.40.0
13032026-07-02T04:05:07.145Z Compiling libc v0.2.185
13042026-07-02T04:05:07.145Z Compiling serde_core v1.0.228
13052026-07-02T04:05:07.145Z Compiling serde v1.0.228
13062026-07-02T04:05:07.148Z Compiling log v0.4.29
13072026-07-02T04:05:07.148Z Compiling smallvec v1.15.1
13082026-07-02T04:05:07.148Z Compiling shlex v1.3.0
13092026-07-02T04:05:07.148Z Compiling find-msvc-tools v0.1.9
13102026-07-02T04:05:07.283Z Compiling syn v2.0.117
13112026-07-02T04:05:07.501Z Compiling subtle v2.6.1
13122026-07-02T04:05:07.501Z Compiling scopeguard v1.2.0
13132026-07-02T04:05:07.531Z Compiling stable_deref_trait v1.2.1
13142026-07-02T04:05:07.609Z Compiling lock_api v0.4.14
13152026-07-02T04:05:07.612Z Compiling typenum v1.20.1
13162026-07-02T04:05:07.633Z Compiling serde_json v1.0.150
13172026-07-02T04:05:07.649Z Compiling zerocopy v0.8.40
13182026-07-02T04:05:07.688Z Compiling portable-atomic v1.13.1
13192026-07-02T04:05:07.827Z Compiling pin-project-lite v0.2.17
13202026-07-02T04:05:07.860Z Compiling parking_lot_core v0.9.12
13212026-07-02T04:05:07.924Z Compiling pkg-config v0.3.32
13222026-07-02T04:05:08.102Z Compiling critical-section v1.2.0
13232026-07-02T04:05:08.116Z Compiling jobserver v0.1.34
13242026-07-02T04:05:08.153Z Compiling errno v0.3.14
13252026-07-02T04:05:08.224Z Compiling getrandom v0.2.17
13262026-07-02T04:05:08.300Z Compiling signal-hook-registry v1.4.8
13272026-07-02T04:05:08.413Z Compiling cc v1.2.56
13282026-07-02T04:05:08.457Z Compiling rand_core v0.6.4
13292026-07-02T04:05:08.483Z Compiling libm v0.2.16
13302026-07-02T04:05:08.565Z Compiling futures-core v0.3.32
13312026-07-02T04:05:08.718Z Compiling once_cell v1.21.3
13322026-07-02T04:05:08.732Z Compiling getrandom v0.4.1
13332026-07-02T04:05:08.745Z Compiling parking_lot v0.12.5
13342026-07-02T04:05:08.759Z Compiling mio v1.2.0
13352026-07-02T04:05:08.815Z Compiling num-traits v0.2.19
13362026-07-02T04:05:08.926Z Compiling generic-array v0.14.7
13372026-07-02T04:05:09.013Z Compiling const-oid v0.9.6
13382026-07-02T04:05:09.101Z Compiling rand_core v0.10.0
13392026-07-02T04:05:09.307Z Compiling writeable v0.6.2
13402026-07-02T04:05:09.345Z Compiling percent-encoding v2.3.2
13412026-07-02T04:05:09.535Z Compiling bitflags v2.11.0
13422026-07-02T04:05:09.551Z Compiling litemap v0.8.1
13432026-07-02T04:05:09.621Z Compiling semver v1.0.28
13442026-07-02T04:05:09.751Z Compiling socket2 v0.6.3
13452026-07-02T04:05:09.770Z Compiling icu_normalizer_data v2.1.1
13462026-07-02T04:05:09.868Z Compiling icu_properties_data v2.1.2
13472026-07-02T04:05:09.944Z Compiling futures-sink v0.3.32
13482026-07-02T04:05:10.067Z Compiling futures-channel v0.3.32
13492026-07-02T04:05:10.095Z Compiling futures-task v0.3.32
13502026-07-02T04:05:10.174Z Compiling synstructure v0.13.2
13512026-07-02T04:05:10.249Z Compiling slab v0.4.12
13522026-07-02T04:05:10.268Z Compiling futures-io v0.3.32
13532026-07-02T04:05:10.305Z Compiling indexmap v2.14.0
13542026-07-02T04:05:10.390Z Compiling utf8_iter v1.0.4
13552026-07-02T04:05:10.425Z Compiling getrandom v0.3.4
13562026-07-02T04:05:10.428Z Compiling rustversion v1.0.22
13572026-07-02T04:05:10.541Z Compiling form_urlencoded v1.2.2
13582026-07-02T04:05:10.672Z Compiling cmake v0.1.57
13592026-07-02T04:05:10.686Z Compiling dunce v1.0.5
13602026-07-02T04:05:10.722Z Compiling rustix v1.1.3
13612026-07-02T04:05:10.781Z Compiling fs_extra v1.3.0
13622026-07-02T04:05:10.784Z Compiling ident_case v1.0.1
13632026-07-02T04:05:10.919Z Compiling regex-syntax v0.8.10
13642026-07-02T04:05:10.981Z Compiling iana-time-zone v0.1.65
13652026-07-02T04:05:11.058Z Compiling vcpkg v0.2.15
13662026-07-02T04:05:11.078Z Compiling aws-lc-sys v0.40.0
13672026-07-02T04:05:11.186Z Compiling base64ct v1.8.3
13682026-07-02T04:05:11.383Z Compiling rand_core v0.9.5
13692026-07-02T04:05:11.492Z Compiling pem-rfc7468 v0.7.0
13702026-07-02T04:05:11.507Z Compiling rustc_version v0.4.1
13712026-07-02T04:05:11.672Z Compiling uuid v1.23.4
13722026-07-02T04:05:11.807Z Compiling tracing-core v0.1.36
13732026-07-02T04:05:11.821Z Compiling openssl-sys v0.9.115
13742026-07-02T04:05:11.841Z Compiling aws-lc-rs v1.16.3
13752026-07-02T04:05:11.892Z Compiling serde_derive v1.0.228
13762026-07-02T04:05:12.147Z Compiling zeroize_derive v1.4.3
13772026-07-02T04:05:12.371Z Compiling zerofrom-derive v0.1.6
13782026-07-02T04:05:12.374Z Compiling yoke-derive v0.8.1
13792026-07-02T04:05:12.408Z Compiling zerovec-derive v0.11.2
13802026-07-02T04:05:12.490Z Compiling zerocopy-derive v0.8.40
13812026-07-02T04:05:12.837Z Compiling zeroize v1.8.2
13822026-07-02T04:05:13.109Z Compiling displaydoc v0.2.5
13832026-07-02T04:05:13.596Z Compiling tokio-macros v2.7.0
13842026-07-02T04:05:13.660Z Compiling futures-macro v0.3.32
13852026-07-02T04:05:13.823Z Compiling zerofrom v0.1.6
13862026-07-02T04:05:13.882Z Compiling block-buffer v0.10.4
13872026-07-02T04:05:13.922Z Compiling crypto-common v0.1.7
13882026-07-02T04:05:13.950Z Compiling yoke v0.8.1
13892026-07-02T04:05:14.051Z Compiling digest v0.10.7
13902026-07-02T04:05:14.067Z Compiling der_derive v0.7.3
13912026-07-02T04:05:14.134Z Compiling zerovec v0.11.5
13922026-07-02T04:05:14.328Z Compiling zerotrie v0.2.3
13932026-07-02T04:05:14.400Z Compiling thiserror-impl v2.0.18
13942026-07-02T04:05:14.556Z Compiling futures-util v0.3.32
13952026-07-02T04:05:14.626Z Compiling tracing-attributes v0.1.31
13962026-07-02T04:05:14.696Z Compiling tinystr v0.8.2
13972026-07-02T04:05:14.903Z Compiling icu_locale_core v2.1.1
13982026-07-02T04:05:15.099Z Compiling potential_utf v0.1.4
13992026-07-02T04:05:15.268Z Compiling icu_collections v2.1.1
14002026-07-02T04:05:15.479Z Compiling bytes v1.11.1
14012026-07-02T04:05:15.752Z Compiling icu_provider v2.1.1
14022026-07-02T04:05:15.767Z Compiling chrono v0.4.44
14032026-07-02T04:05:15.785Z Compiling flagset v0.4.7
14042026-07-02T04:05:15.918Z Compiling base64 v0.22.1
14052026-07-02T04:05:15.988Z Compiling tokio v1.52.1
14062026-07-02T04:05:16.043Z Compiling icu_properties v2.1.2
14072026-07-02T04:05:16.095Z Compiling icu_normalizer v2.1.1
14082026-07-02T04:05:16.237Z Compiling http v1.4.2
14092026-07-02T04:05:16.620Z Compiling tracing v0.1.44
14102026-07-02T04:05:16.858Z Compiling der v0.7.10
14112026-07-02T04:05:16.897Z Compiling idna_adapter v1.2.1
14122026-07-02T04:05:17.039Z Compiling idna v1.1.0
14132026-07-02T04:05:17.042Z Compiling ppv-lite86 v0.2.21
14142026-07-02T04:05:17.132Z Compiling http-body v1.0.1
14152026-07-02T04:05:17.146Z Compiling thiserror v2.0.18
14162026-07-02T04:05:17.161Z Compiling rustls-pki-types v1.14.0
14172026-07-02T04:05:17.279Z Compiling httparse v1.10.1
14182026-07-02T04:05:17.316Z Compiling url v2.5.8
14192026-07-02T04:05:17.353Z Compiling rand_chacha v0.9.0
14202026-07-02T04:05:17.598Z Compiling cmov v0.5.4
14212026-07-02T04:05:17.623Z Compiling tinyvec_macros v0.1.1
14222026-07-02T04:05:17.691Z Compiling openssl-probe v0.2.1
14232026-07-02T04:05:17.694Z Compiling tinyvec v1.10.0
14242026-07-02T04:05:17.804Z Compiling ctutils v0.4.2
14252026-07-02T04:05:17.865Z Compiling spki v0.7.3
14262026-07-02T04:05:18.027Z Compiling rand v0.9.2
14272026-07-02T04:05:18.054Z Compiling pest_generator v2.8.6
14282026-07-02T04:05:18.054Z Compiling serde_derive_internals v0.29.1
14292026-07-02T04:05:18.078Z Compiling aho-corasick v1.1.4
14302026-07-02T04:05:18.082Z Compiling tower-service v0.3.3
14312026-07-02T04:05:18.104Z Compiling try-lock v0.2.5
14322026-07-02T04:05:18.183Z Compiling schemars v0.8.22
14332026-07-02T04:05:18.209Z Compiling untrusted v0.7.1
14342026-07-02T04:05:18.335Z Compiling atomic-waker v1.1.2
14352026-07-02T04:05:18.394Z Compiling tower-layer v0.3.3
14362026-07-02T04:05:18.456Z Compiling dyn-clone v1.0.20
14372026-07-02T04:05:18.572Z Compiling want v0.3.1
14382026-07-02T04:05:18.591Z Compiling tempfile v3.25.0
14392026-07-02T04:05:18.720Z Compiling pest_derive v2.8.6
14402026-07-02T04:05:18.803Z Compiling hybrid-array v0.4.13
14412026-07-02T04:05:18.925Z Compiling schemars_derive v0.8.22
14422026-07-02T04:05:18.948Z Compiling regex-automata v0.4.14
14432026-07-02T04:05:19.016Z Compiling ipnet v2.11.0
14442026-07-02T04:05:19.190Z Compiling scroll_derive v0.13.1
14452026-07-02T04:05:19.554Z Compiling darling_core v0.20.11
14462026-07-02T04:05:19.621Z Compiling cpufeatures v0.2.17
14472026-07-02T04:05:19.698Z Compiling foreign-types-shared v0.1.1
14482026-07-02T04:05:19.738Z Compiling tokio-util v0.7.18
14492026-07-02T04:05:19.784Z Compiling untrusted v0.9.0
14502026-07-02T04:05:19.908Z Compiling httpdate v1.0.3
14512026-07-02T04:05:20.005Z Compiling openssl v0.10.79
14522026-07-02T04:05:20.139Z Compiling rustls v0.23.41
14532026-07-02T04:05:20.268Z Compiling scroll v0.13.0
14542026-07-02T04:05:20.324Z Compiling foreign-types v0.3.2
14552026-07-02T04:05:20.398Z Compiling pkcs8 v0.10.2
14562026-07-02T04:05:20.538Z Compiling h2 v0.4.15
14572026-07-02T04:05:20.654Z Compiling unicode-normalization v0.1.25
14582026-07-02T04:05:21.102Z Compiling openssl-macros v0.1.1
14592026-07-02T04:05:21.169Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14602026-07-02T04:05:21.485Z Compiling spin v0.9.8
14612026-07-02T04:05:21.499Z Compiling time-core v0.1.8
14622026-07-02T04:05:21.560Z Compiling num-conv v0.2.0
14632026-07-02T04:05:21.639Z Compiling native-tls v0.2.18
14642026-07-02T04:05:21.655Z Compiling crc32fast v1.5.0
14652026-07-02T04:05:21.685Z Compiling powerfmt v0.2.0
14662026-07-02T04:05:21.685Z Compiling time-macros v0.2.27
14672026-07-02T04:05:21.792Z Compiling darling_macro v0.20.11
14682026-07-02T04:05:21.867Z Compiling deranged v0.5.8
14692026-07-02T04:05:22.268Z Compiling darling v0.20.11
14702026-07-02T04:05:22.349Z Compiling goblin v0.10.5
14712026-07-02T04:05:22.753Z Compiling sha2 v0.10.9
14722026-07-02T04:05:22.832Z Compiling hmac v0.12.1
14732026-07-02T04:05:22.982Z Compiling sync_wrapper v1.0.2
14742026-07-02T04:05:22.996Z Compiling wait-timeout v0.2.1
14752026-07-02T04:05:23.090Z Compiling siphasher v1.0.2
14762026-07-02T04:05:23.254Z Compiling num_threads v0.1.7
14772026-07-02T04:05:23.274Z Compiling simd-adler32 v0.3.8
14782026-07-02T04:05:23.353Z Compiling quick-error v1.2.3
14792026-07-02T04:05:23.462Z Compiling syn v1.0.109
14802026-07-02T04:05:23.507Z Compiling crossbeam-utils v0.8.21
14812026-07-02T04:05:23.779Z Compiling hyper v1.10.1
14822026-07-02T04:05:23.801Z Compiling usdt-impl v0.6.0
14832026-07-02T04:05:24.018Z Compiling bit-vec v0.8.0
14842026-07-02T04:05:24.296Z Compiling bit-set v0.8.0
14852026-07-02T04:05:24.500Z Compiling rusty-fork v0.3.1
14862026-07-02T04:05:24.519Z Compiling time v0.3.47
14872026-07-02T04:05:24.577Z Compiling tower v0.5.3
14882026-07-02T04:05:24.814Z Compiling derive_builder_core v0.20.2
14892026-07-02T04:05:24.928Z Compiling hyper-util v0.1.20
14902026-07-02T04:05:25.055Z Compiling dof v0.4.0
14912026-07-02T04:05:25.582Z Compiling dtrace-parser v0.3.0
14922026-07-02T04:05:25.698Z Compiling http-body-util v0.1.3
14932026-07-02T04:05:25.943Z Compiling scroll_derive v0.12.1
14942026-07-02T04:05:26.081Z Compiling thiserror-impl v1.0.69
14952026-07-02T04:05:26.205Z Compiling heapless v0.7.17
14962026-07-02T04:05:26.295Z Compiling rand_xorshift v0.4.0
14972026-07-02T04:05:26.454Z Compiling slog v2.8.2
14982026-07-02T04:05:26.457Z Compiling darling_core v0.21.3
14992026-07-02T04:05:26.546Z Compiling bzip2-sys v0.1.13+1.0.8
15002026-07-02T04:05:26.589Z Compiling thread-id v5.1.0
15012026-07-02T04:05:26.650Z Compiling cookie v0.18.1
15022026-07-02T04:05:26.653Z Compiling anyhow v1.0.102
15032026-07-02T04:05:26.677Z Compiling iri-string v0.7.10
15042026-07-02T04:05:26.830Z Compiling paste v1.0.15
15052026-07-02T04:05:26.846Z Compiling adler2 v2.0.1
15062026-07-02T04:05:26.974Z Compiling allocator-api2 v0.2.21
15072026-07-02T04:05:26.978Z Compiling ryu v1.0.23
15082026-07-02T04:05:27.110Z Compiling unarray v0.1.4
15092026-07-02T04:05:27.163Z Compiling unicode-bidi v0.3.18
15102026-07-02T04:05:27.218Z Compiling zstd-safe v7.2.4
15112026-07-02T04:05:27.293Z Compiling signal-hook v0.3.18
15122026-07-02T04:05:27.327Z Compiling unicode-properties v0.1.4
15132026-07-02T04:05:27.428Z Compiling thiserror v1.0.69
15142026-07-02T04:05:27.498Z Compiling stringprep v0.1.5
15152026-07-02T04:05:27.527Z Compiling proptest v1.10.0
15162026-07-02T04:05:27.587Z Compiling serde_urlencoded v0.7.1
15172026-07-02T04:05:27.826Z Compiling tower-http v0.6.8
15182026-07-02T04:05:27.891Z Compiling miniz_oxide v0.8.9
15192026-07-02T04:05:28.227Z Compiling scroll v0.12.0
15202026-07-02T04:05:28.510Z Compiling derive_builder_macro v0.20.2
15212026-07-02T04:05:28.542Z Compiling camino v1.2.2
15222026-07-02T04:05:28.696Z Compiling tokio-native-tls v0.3.1
15232026-07-02T04:05:28.865Z Compiling bstr v1.12.1
15242026-07-02T04:05:28.909Z Compiling darling_macro v0.21.3
15252026-07-02T04:05:28.924Z Compiling ipnetwork v0.21.1
15262026-07-02T04:05:28.969Z Compiling block-buffer v0.12.1
15272026-07-02T04:05:29.211Z Compiling crypto-common v0.2.2
15282026-07-02T04:05:29.245Z Compiling block-padding v0.4.2
15292026-07-02T04:05:29.328Z Compiling rustls-native-certs v0.8.3
15302026-07-02T04:05:29.410Z Compiling rand_chacha v0.3.1
15312026-07-02T04:05:29.454Z Compiling serde_tokenstream v0.2.3
15322026-07-02T04:05:29.557Z Compiling serde_spanned v0.6.9
15332026-07-02T04:05:29.613Z Compiling erased-serde v0.3.31
15342026-07-02T04:05:29.703Z Compiling toml_datetime v0.6.11
15352026-07-02T04:05:29.761Z Compiling md-5 v0.10.6
15362026-07-02T04:05:29.934Z Compiling signature v2.2.0
15372026-07-02T04:05:29.960Z Compiling zerocopy-derive v0.7.35
15382026-07-02T04:05:30.108Z Compiling async-trait v0.1.89
15392026-07-02T04:05:30.125Z Compiling pin-project-internal v1.1.11
15402026-07-02T04:05:30.197Z Compiling curve25519-dalek v4.1.3
15412026-07-02T04:05:30.548Z Compiling vergen-lib v9.1.0
15422026-07-02T04:05:30.747Z Compiling num-integer v0.1.46
15432026-07-02T04:05:30.832Z Compiling hash32 v0.2.1
15442026-07-02T04:05:30.915Z Compiling memoffset v0.9.1
15452026-07-02T04:05:31.027Z Compiling encoding_rs v0.8.35
15462026-07-02T04:05:31.071Z Compiling fallible-iterator v0.2.0
15472026-07-02T04:05:31.121Z Compiling litrs v1.0.0
15482026-07-02T04:05:31.136Z Compiling ref-cast v1.0.25
15492026-07-02T04:05:31.231Z Compiling cfg_aliases v0.2.1
15502026-07-02T04:05:31.308Z Compiling num-bigint-dig v0.8.6
15512026-07-02T04:05:31.376Z Compiling zlib-rs v0.6.2
15522026-07-02T04:05:31.446Z Compiling smoltcp v0.9.1
15532026-07-02T04:05:31.508Z Compiling psl-types v2.0.11
15542026-07-02T04:05:31.619Z Compiling mime v0.3.17
15552026-07-02T04:05:31.633Z Compiling rustix v0.38.44
15562026-07-02T04:05:31.811Z Compiling document-features v0.2.12
15572026-07-02T04:05:31.872Z Compiling publicsuffix v2.3.0
15582026-07-02T04:05:32.075Z Compiling postgres-protocol v0.6.10
15592026-07-02T04:05:32.114Z Compiling nix v0.31.2
15602026-07-02T04:05:32.319Z Compiling hubpack_derive v0.1.1
15612026-07-02T04:05:32.428Z Compiling pin-project v1.1.11
15622026-07-02T04:05:32.536Z Compiling num-iter v0.1.45
15632026-07-02T04:05:32.596Z Compiling zerocopy v0.7.35
15642026-07-02T04:05:32.714Z Compiling newtype-uuid v1.3.2
15652026-07-02T04:05:32.771Z Compiling rand v0.8.6
15662026-07-02T04:05:32.978Z Compiling darling v0.21.3
15672026-07-02T04:05:33.034Z Compiling inout v0.2.2
15682026-07-02T04:05:33.037Z Compiling oxnet v0.1.6
15692026-07-02T04:05:33.065Z Compiling derive_builder v0.20.2
15702026-07-02T04:05:33.124Z Compiling hyper-tls v0.6.0
15712026-07-02T04:05:33.280Z Compiling goblin v0.8.2
15722026-07-02T04:05:33.770Z Compiling phf_shared v0.13.1
15732026-07-02T04:05:33.875Z Compiling lazy_static v1.5.0
15742026-07-02T04:05:33.889Z Compiling regex v1.12.3
15752026-07-02T04:05:33.969Z Compiling anstyle-parse v0.2.7
15762026-07-02T04:05:33.993Z Compiling futures-executor v0.3.32
15772026-07-02T04:05:34.007Z Compiling hex v0.4.3
15782026-07-02T04:05:34.194Z Compiling terminal_size v0.4.3
15792026-07-02T04:05:34.301Z Compiling flate2 v1.1.9
15802026-07-02T04:05:34.315Z Compiling curve25519-dalek-derive v0.1.1
15812026-07-02T04:05:34.334Z Compiling ref-cast-impl v1.0.25
15822026-07-02T04:05:34.349Z Compiling daft-derive v0.1.7
15832026-07-02T04:05:34.654Z Compiling snafu-derive v0.8.9
15842026-07-02T04:05:34.704Z Compiling strum_macros v0.27.2
15852026-07-02T04:05:34.884Z Compiling vergen v9.1.0
15862026-07-02T04:05:34.973Z Compiling cargo-platform v0.3.2
15872026-07-02T04:05:35.083Z Compiling ff v0.13.1
15882026-07-02T04:05:35.098Z Compiling fs-err v3.3.0
15892026-07-02T04:05:35.223Z Compiling ahash v0.8.12
15902026-07-02T04:05:35.253Z Compiling winnow v0.5.40
15912026-07-02T04:05:35.302Z Compiling bumpalo v3.20.2
15922026-07-02T04:05:35.456Z Compiling same-file v1.0.6
15932026-07-02T04:05:35.551Z Compiling bitflags v1.3.2
15942026-07-02T04:05:35.620Z Compiling managed v0.8.0
15952026-07-02T04:05:35.635Z Compiling libbz2-rs-sys v0.2.2
15962026-07-02T04:05:35.837Z Compiling foldhash v0.1.5
15972026-07-02T04:05:36.055Z Compiling object v0.37.3
15982026-07-02T04:05:36.297Z Compiling unicode-segmentation v1.12.0
15992026-07-02T04:05:36.297Z Compiling foldhash v0.2.0
16002026-07-02T04:05:36.518Z Compiling base16ct v0.2.0
16012026-07-02T04:05:36.563Z Compiling snafu v0.8.9
16022026-07-02T04:05:36.672Z Compiling strum v0.27.2
16032026-07-02T04:05:36.675Z Compiling sec1 v0.7.3
16042026-07-02T04:05:36.702Z Compiling toml_edit v0.19.15
16052026-07-02T04:05:36.706Z Compiling hashbrown v0.16.1
16062026-07-02T04:05:36.739Z Compiling clap_builder v4.6.0
16072026-07-02T04:05:36.859Z Compiling bzip2 v0.6.1
16082026-07-02T04:05:36.914Z Compiling hashbrown v0.15.5
16092026-07-02T04:05:37.046Z Compiling walkdir v2.5.0
16102026-07-02T04:05:37.286Z Compiling zopfli v0.8.3
16112026-07-02T04:05:37.350Z Compiling dof v0.3.0
16122026-07-02T04:05:37.609Z Compiling group v0.13.0
16132026-07-02T04:05:37.750Z Compiling cargo_metadata v0.23.1
16142026-07-02T04:05:37.778Z Compiling daft v0.1.7
16152026-07-02T04:05:38.124Z Compiling futures v0.3.32
16162026-07-02T04:05:38.158Z Compiling anstream v0.6.21
16172026-07-02T04:05:38.218Z Compiling phf v0.13.1
16182026-07-02T04:05:38.351Z Compiling signal-hook-mio v0.2.5
16192026-07-02T04:05:38.455Z Compiling cookie_store v0.22.1
16202026-07-02T04:05:38.785Z Compiling zstd v0.13.3
16212026-07-02T04:05:39.050Z Compiling reqwest v0.12.28
16222026-07-02T04:05:39.080Z Compiling bzip2 v0.4.4
16232026-07-02T04:05:39.095Z Compiling cipher v0.5.2
16242026-07-02T04:05:39.315Z Compiling serde_with_macros v3.17.0
16252026-07-02T04:05:39.329Z Compiling hubpack v0.1.2
16262026-07-02T04:05:39.549Z Compiling postgres-types v0.2.12
16272026-07-02T04:05:39.732Z Compiling ed25519 v2.2.3
16282026-07-02T04:05:40.109Z Compiling usdt-macro v0.6.0
16292026-07-02T04:05:40.448Z Compiling usdt-attr-macro v0.6.0
16302026-07-02T04:05:40.635Z Compiling globset v0.4.18
16312026-07-02T04:05:40.661Z Compiling dtrace-parser v0.2.0
16322026-07-02T04:05:40.862Z Compiling phf_shared v0.11.3
16332026-07-02T04:05:40.926Z Compiling hkdf v0.12.4
16342026-07-02T04:05:41.049Z Compiling olpc-cjson v0.1.4
16352026-07-02T04:05:41.105Z Compiling pkcs1 v0.7.5
16362026-07-02T04:05:41.211Z Compiling pem v3.0.6
16372026-07-02T04:05:41.238Z Compiling serde_plain v1.0.2
16382026-07-02T04:05:41.296Z Compiling serde-big-array v0.5.1
16392026-07-02T04:05:41.385Z Compiling crypto-bigint v0.5.5
16402026-07-02T04:05:41.432Z Compiling enum-as-inner v0.6.1
16412026-07-02T04:05:41.449Z Compiling clap_derive v4.6.1
16422026-07-02T04:05:41.494Z Compiling async-recursion v1.1.1
16432026-07-02T04:05:41.537Z Compiling strum_macros v0.26.4
16442026-07-02T04:05:41.933Z Compiling serde_repr v0.1.20
16452026-07-02T04:05:42.147Z Compiling float-cmp v0.10.0
16462026-07-02T04:05:42.302Z Compiling thread-id v4.2.2
16472026-07-02T04:05:42.389Z Compiling memmap2 v0.9.10
16482026-07-02T04:05:42.478Z Compiling env_filter v1.0.0
16492026-07-02T04:05:42.611Z Compiling data-encoding v2.10.0
16502026-07-02T04:05:42.767Z Compiling static_assertions v1.1.0
16512026-07-02T04:05:42.785Z Compiling fixedbitset v0.4.2
16522026-07-02T04:05:42.843Z Compiling difflib v0.4.0
16532026-07-02T04:05:43.000Z Compiling const-oid v0.10.2
16542026-07-02T04:05:43.190Z Compiling fixedbitset v0.5.7
16552026-07-02T04:05:43.209Z Compiling normalize-line-endings v0.3.0
16562026-07-02T04:05:43.283Z Compiling predicates-core v1.0.10
16572026-07-02T04:05:43.297Z Compiling precomputed-hash v0.1.1
16582026-07-02T04:05:43.310Z Compiling whoami v2.1.0
16592026-07-02T04:05:43.385Z Compiling jiff v0.2.21
16602026-07-02T04:05:43.419Z Compiling cpufeatures v0.3.0
16612026-07-02T04:05:43.456Z Compiling winnow v1.0.3
16622026-07-02T04:05:43.473Z Compiling either v1.15.0
16632026-07-02T04:05:43.489Z Compiling typed-path v0.9.3
16642026-07-02T04:05:43.489Z Compiling keccak v0.1.6
16652026-07-02T04:05:43.675Z Compiling new_debug_unreachable v1.0.6
16662026-07-02T04:05:43.691Z Compiling itertools v0.13.0
16672026-07-02T04:05:43.751Z Compiling string_cache v0.8.9
16682026-07-02T04:05:43.799Z Compiling toml_parser v1.1.2+spec-1.1.0
16692026-07-02T04:05:43.931Z Compiling sha3 v0.10.8
16702026-07-02T04:05:43.976Z Compiling tokio-postgres v0.7.16
16712026-07-02T04:05:44.209Z Compiling chacha20 v0.10.0
16722026-07-02T04:05:44.416Z Compiling predicates v3.1.4
16732026-07-02T04:05:44.477Z Compiling toml_edit v0.22.27
16742026-07-02T04:05:44.588Z Compiling petgraph v0.8.3
16752026-07-02T04:05:44.762Z Compiling strum v0.26.3
16762026-07-02T04:05:44.897Z Compiling clap v4.6.1
16772026-07-02T04:05:44.984Z Compiling digest v0.11.3
16782026-07-02T04:05:45.007Z Compiling petgraph v0.6.5
16792026-07-02T04:05:45.068Z Compiling hickory-proto v0.25.2
16802026-07-02T04:05:45.208Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16812026-07-02T04:05:46.265Z Compiling zip v4.6.1
16822026-07-02T04:05:46.483Z Compiling env_logger v0.11.9
16832026-07-02T04:05:46.540Z Compiling usdt v0.6.0
16842026-07-02T04:05:46.803Z Compiling usdt-impl v0.5.0
16852026-07-02T04:05:46.843Z Compiling elliptic-curve v0.13.8
16862026-07-02T04:05:47.206Z Compiling rsa v0.9.10
16872026-07-02T04:05:47.208Z Compiling serde_with v3.17.0
16882026-07-02T04:05:47.245Z Compiling crossterm v0.28.1
16892026-07-02T04:05:47.372Z Compiling ed25519-dalek v2.2.0
16902026-07-02T04:05:48.019Z Compiling zip v0.6.6
16912026-07-02T04:05:48.435Z Compiling iddqd v0.4.2
16922026-07-02T04:05:48.520Z Compiling toml v0.7.8
16932026-07-02T04:05:49.118Z Compiling heck v0.4.1
16942026-07-02T04:05:49.216Z Compiling similar v2.7.0
16952026-07-02T04:05:49.304Z Compiling crossbeam-epoch v0.9.18
16962026-07-02T04:05:49.367Z Compiling tokio-stream v0.1.18
16972026-07-02T04:05:49.640Z Compiling buf-list v1.1.2
16982026-07-02T04:05:49.740Z Compiling x509-cert v0.2.5
16992026-07-02T04:05:49.757Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17002026-07-02T04:05:49.843Z Compiling openapiv3 v2.2.0
17012026-07-02T04:05:49.917Z Compiling peg-runtime v0.8.5
17022026-07-02T04:05:50.058Z Compiling lalrpop-util v0.19.12
17032026-07-02T04:05:50.109Z Compiling thread_local v1.1.9
17042026-07-02T04:05:50.209Z Compiling slog-async v2.8.0
17052026-07-02T04:05:50.254Z Compiling crossbeam-channel v0.5.15
17062026-07-02T04:05:50.359Z Compiling is-terminal v0.4.17
17072026-07-02T04:05:50.458Z Compiling filetime v0.2.27
17082026-07-02T04:05:50.506Z Compiling xattr v1.6.1
17092026-07-02T04:05:50.537Z Compiling take_mut v0.2.2
17102026-07-02T04:05:50.629Z Compiling term v1.2.1
17112026-07-02T04:05:50.648Z Compiling tar v0.4.45
17122026-07-02T04:05:50.727Z Compiling camino-tempfile v1.4.1
17132026-07-02T04:05:50.933Z Compiling slog-term v2.9.2
17142026-07-02T04:06:00.815Z Compiling rustls-webpki v0.103.13
17152026-07-02T04:06:03.494Z Compiling tokio-rustls v0.26.4
17162026-07-02T04:06:03.494Z Compiling rustls-platform-verifier v0.6.2
17172026-07-02T04:06:03.538Z Compiling tough v0.22.0
17182026-07-02T04:06:03.717Z Compiling hyper-rustls v0.27.7
17192026-07-02T04:06:03.915Z Compiling reqwest v0.13.2
17202026-07-02T04:06:06.141Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17212026-07-02T04:06:06.373Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17222026-07-02T04:06:09.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
17232026-07-02T04:06:09.346Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17242026-07-02T04:06:09.398ZJul 02 04:06:08.423 INFO Starting download, target: Clickhouse
17252026-07-02T04:06:09.398ZJul 02 04:06:08.423 INFO Starting download, target: Console
17262026-07-02T04:06:09.398ZJul 02 04:06:08.423 INFO Starting download, target: Cockroach
17272026-07-02T04:06:09.401ZJul 02 04:06:08.423 INFO Starting download, target: DendriteStub
17282026-07-02T04:06:09.401ZJul 02 04:06:08.423 INFO Starting download, target: MaghemiteMgd
17292026-07-02T04:06:09.401ZJul 02 04:06:08.423 INFO Starting download, target: MaghemiteDdmd
17302026-07-02T04:06:09.401ZJul 02 04:06:08.423 INFO Starting download, target: TransceiverControl
17312026-07-02T04:06:09.401ZJul 02 04:06:08.423 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17322026-07-02T04:06:09.401ZJul 02 04:06:08.424 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17332026-07-02T04:06:09.401ZJul 02 04:06:08.424 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17342026-07-02T04:06:09.401ZJul 02 04:06:08.424 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17352026-07-02T04:06:09.401ZJul 02 04:06:08.424 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17362026-07-02T04:06:09.401ZJul 02 04:06:08.424 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17372026-07-02T04:06:09.401ZJul 02 04:06:08.424 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17382026-07-02T04:06:09.931ZJul 02 04:06:08.955 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17392026-07-02T04:06:10.130ZJul 02 04:06:09.153 INFO Download complete, target: TransceiverControl
17402026-07-02T04:06:11.102ZJul 02 04:06:10.124 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17412026-07-02T04:06:11.236ZJul 02 04:06:10.257 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17422026-07-02T04:06:11.374ZJul 02 04:06:10.395 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17432026-07-02T04:06:11.605ZJul 02 04:06:10.630 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17442026-07-02T04:06:11.877ZJul 02 04:06:10.902 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17452026-07-02T04:06:11.877ZJul 02 04:06:10.902 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17462026-07-02T04:06:11.888ZJul 02 04:06:10.914 INFO Download complete, target: Console
17472026-07-02T04:06:11.975ZJul 02 04:06:11.000 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17482026-07-02T04:06:12.957ZJul 02 04:06:11.982 INFO Download complete, target: MaghemiteDdmd
17492026-07-02T04:06:13.686ZJul 02 04:06:12.711 INFO Download complete, target: DendriteStub
17502026-07-02T04:06:13.848ZJul 02 04:06:12.873 INFO Download complete, target: MaghemiteMgd
17512026-07-02T04:06:16.443ZJul 02 04:06:15.468 INFO Checking that binary works, target: Cockroach
17522026-07-02T04:06:16.559ZJul 02 04:06:15.583 INFO Download complete, target: Cockroach
17532026-07-02T04:06:18.479ZJul 02 04:06:17.503 INFO Checking that binary works, target: Clickhouse
17542026-07-02T04:06:18.588ZJul 02 04:06:17.613 INFO Download complete, target: Clickhouse
17552026-07-02T04:06:18.603ZAll builder prerequisites installed successfully, and PATH looks valid
17562026-07-02T04:06:18.607Z
17572026-07-02T04:06:18.607Zreal 2:01.199913509
17582026-07-02T04:06:18.607Zuser 6:35.531678548
17592026-07-02T04:06:18.607Zsys 1:21.845459567
17602026-07-02T04:06:18.607Ztrap 0.217788578
17612026-07-02T04:06:18.607Ztflt 0.517315614
17622026-07-02T04:06:18.607Zdflt 0.930536337
17632026-07-02T04:06:18.607Zkflt 0.020949369
17642026-07-02T04:06:18.607Zlock 22:01.004015635
17652026-07-02T04:06:18.607Zslp 20:03.270765269
17662026-07-02T04:06:18.607Zlat 43.161733828
17672026-07-02T04:06:18.607Zstop 1:59.191014050
17682026-07-02T04:06:18.607Z+ banner clippy
17692026-07-02T04:06:18.607Z
17702026-07-02T04:06:18.607Z #### # # ##### ##### # #
17712026-07-02T04:06:18.607Z # # # # # # # # # #
17722026-07-02T04:06:18.607Z # # # # # # # #
17732026-07-02T04:06:18.607Z # # # ##### ##### #
17742026-07-02T04:06:18.607Z # # # # # # #
17752026-07-02T04:06:18.607Z #### ###### # # # #
17762026-07-02T04:06:18.607Z
17772026-07-02T04:06:18.607Z+ export CARGO_INCREMENTAL=0
17782026-07-02T04:06:18.607Z+ CARGO_INCREMENTAL=0
17792026-07-02T04:06:18.607Z+ ptime -m cargo xtask clippy
17802026-07-02T04:06:19.059Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17812026-07-02T04:06:19.348Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17822026-07-02T04:06:21.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.48s
17832026-07-02T04:06:21.161Z Running `target/debug/xtask clippy`
17842026-07-02T04:06:21.186Zrunning: /home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
17852026-07-02T04:06:21.741Z Downloading crates ...
17862026-07-02T04:06:21.947Z Downloaded approx v0.5.1
17872026-07-02T04:06:21.951Z Downloaded plotters-svg v0.3.7
17882026-07-02T04:06:21.955Z Downloaded supports-hyperlinks v2.1.0
17892026-07-02T04:06:21.958Z Downloaded addr2line v0.25.1
17902026-07-02T04:06:21.961Z Downloaded knuffel v3.2.0
17912026-07-02T04:06:21.964Z Downloaded anes v0.1.6
17922026-07-02T04:06:21.967Z Downloaded hickory-client v0.25.2
17932026-07-02T04:06:21.981Z Downloaded backtrace v0.3.76
17942026-07-02T04:06:21.984Z Downloaded event-listener-strategy v0.5.4
17952026-07-02T04:06:21.992Z Downloaded linkme v0.3.35
17962026-07-02T04:06:21.994Z Downloaded gimli v0.32.3
17972026-07-02T04:06:21.997Z Downloaded linkme-impl v0.3.35
17982026-07-02T04:06:22.000Z Downloaded guppy-workspace-hack v0.1.0
17992026-07-02T04:06:22.000Z Downloaded nested v0.1.1
18002026-07-02T04:06:22.003Z Downloaded supports-color v2.1.0
18012026-07-02T04:06:22.003Z Downloaded plotters-backend v0.3.7
18022026-07-02T04:06:22.003Z Downloaded backtrace-ext v0.2.1
18032026-07-02T04:06:22.007Z Downloaded pathdiff v0.2.3
18042026-07-02T04:06:22.012Z Downloaded concurrent-queue v2.5.0
18052026-07-02T04:06:22.039Z Downloaded owo-colors v3.5.0
18062026-07-02T04:06:22.039Z Downloaded async-object-pool v0.2.0
18072026-07-02T04:06:22.039Z Downloaded parking v2.2.1
18082026-07-02T04:06:22.039Z Downloaded stringmetrics v2.2.2
18092026-07-02T04:06:22.039Z Downloaded path-tree v0.8.3
18102026-07-02T04:06:22.039Z Downloaded knuffel-derive v3.2.0
18112026-07-02T04:06:22.039Z Downloaded serde_regex v1.1.0
18122026-07-02T04:06:22.039Z Downloaded escape8259 v0.5.3
18132026-07-02T04:06:22.041Z Downloaded hex-literal v0.4.1
18142026-07-02T04:06:22.044Z Downloaded rustc-demangle v0.1.27
18152026-07-02T04:06:22.047Z Downloaded assert_cmd v2.1.2
18162026-07-02T04:06:22.047Z Downloaded criterion-plot v0.6.0
18172026-07-02T04:06:22.052Z Downloaded rstest v0.25.0
18182026-07-02T04:06:22.056Z Downloaded miette-derive v5.10.0
18192026-07-02T04:06:22.059Z Downloaded tinytemplate v1.2.1
18202026-07-02T04:06:22.061Z Downloaded similar-asserts v1.7.0
18212026-07-02T04:06:22.064Z Downloaded trybuild v1.0.116
18222026-07-02T04:06:22.067Z Downloaded relative-path v1.9.3
18232026-07-02T04:06:22.070Z Downloaded oorandom v11.1.5
18242026-07-02T04:06:22.070Z Downloaded event-listener v5.4.1
18252026-07-02T04:06:22.072Z Downloaded async-lock v3.4.2
18262026-07-02T04:06:22.075Z Downloaded target-triple v1.0.0
18272026-07-02T04:06:22.078Z Downloaded terminal_size v0.1.17
18282026-07-02T04:06:22.080Z Downloaded supports-unicode v2.1.0
18292026-07-02T04:06:22.080Z Downloaded constant_time_eq v0.3.1
18302026-07-02T04:06:22.080Z Downloaded assert-json-diff v2.0.2
18312026-07-02T04:06:22.083Z Downloaded partial-io v0.5.4
18322026-07-02T04:06:22.086Z Downloaded target-spec v3.5.7
18332026-07-02T04:06:22.089Z Downloaded libtest-mimic v0.8.1
18342026-07-02T04:06:22.092Z Downloaded cfg-expr v0.20.6
18352026-07-02T04:06:22.094Z Downloaded termcolor v1.4.1
18362026-07-02T04:06:22.094Z Downloaded rust-argon2 v2.1.0
18372026-07-02T04:06:22.095Z Downloaded futures-timer v3.0.3
18382026-07-02T04:06:22.097Z Downloaded cast v0.3.0
18392026-07-02T04:06:22.100Z Downloaded httptest v0.16.4
18402026-07-02T04:06:22.100Z Downloaded datatest-stable v0.3.3
18412026-07-02T04:06:22.105Z Downloaded target-lexicon v0.13.3
18422026-07-02T04:06:22.108Z Downloaded chumsky v0.9.3
18432026-07-02T04:06:22.108Z Downloaded blake2b_simd v1.0.4
18442026-07-02T04:06:22.112Z Downloaded textwrap v0.15.2
18452026-07-02T04:06:22.115Z Downloaded rstest_macros v0.25.0
18462026-07-02T04:06:22.118Z Downloaded fancy-regex v0.14.0
18472026-07-02T04:06:22.118Z Downloaded miette v5.10.0
18482026-07-02T04:06:22.120Z Downloaded criterion v0.7.0
18492026-07-02T04:06:22.123Z Downloaded rand_distr v0.5.1
18502026-07-02T04:06:22.126Z Downloaded guppy v0.17.25
18512026-07-02T04:06:22.131Z Downloaded plotters v0.3.7
18522026-07-02T04:06:22.136Z Downloaded hashbrown v0.14.5
18532026-07-02T04:06:22.239Z Downloaded httpmock v0.8.3
18542026-07-02T04:06:23.919Z Checking cfg-if v1.0.4
18552026-07-02T04:06:24.279Z Checking libc v0.2.185
18562026-07-02T04:06:24.282Z Checking serde_core v1.0.228
18572026-07-02T04:06:24.361Z Checking memchr v2.8.0
18582026-07-02T04:06:24.405Z Checking zeroize v1.8.2
18592026-07-02T04:06:24.408Z Checking smallvec v1.15.1
18602026-07-02T04:06:24.483Z Checking rand_core v0.10.0
18612026-07-02T04:06:24.523Z Checking itoa v1.0.17
18622026-07-02T04:06:24.527Z Checking subtle v2.6.1
18632026-07-02T04:06:24.619Z Checking log v0.4.29
18642026-07-02T04:06:24.696Z Checking libm v0.2.16
18652026-07-02T04:06:24.706Z Checking getrandom v0.4.1
18662026-07-02T04:06:24.706Z Checking errno v0.3.14
18672026-07-02T04:06:24.788Z Checking typenum v1.20.1
18682026-07-02T04:06:24.834Z Checking scopeguard v1.2.0
18692026-07-02T04:06:24.878Z Checking stable_deref_trait v1.2.1
18702026-07-02T04:06:24.918Z Checking zmij v1.0.21
18712026-07-02T04:06:24.959Z Checking zerofrom v0.1.6
18722026-07-02T04:06:25.000Z Checking lock_api v0.4.14
18732026-07-02T04:06:25.043Z Checking percent-encoding v2.3.2
18742026-07-02T04:06:25.086Z Checking writeable v0.6.2
18752026-07-02T04:06:25.124Z Checking yoke v0.8.1
18762026-07-02T04:06:25.162Z Checking litemap v0.8.1
18772026-07-02T04:06:25.216Z Checking icu_properties_data v2.1.2
18782026-07-02T04:06:25.253Z Checking icu_normalizer_data v2.1.1
18792026-07-02T04:06:25.294Z Checking pin-project-lite v0.2.17
18802026-07-02T04:06:25.333Z Checking zerovec v0.11.5
18812026-07-02T04:06:25.372Z Checking zerotrie v0.2.3
18822026-07-02T04:06:25.375Z Checking num-traits v0.2.19
18832026-07-02T04:06:25.445Z Checking form_urlencoded v1.2.2
18842026-07-02T04:06:25.486Z Checking utf8_iter v1.0.4
18852026-07-02T04:06:25.529Z Checking parking_lot_core v0.9.12
18862026-07-02T04:06:25.570Z Checking zerocopy v0.8.40
18872026-07-02T04:06:25.616Z Checking portable-atomic v1.13.1
18882026-07-02T04:06:25.663Z Checking critical-section v1.2.0
18892026-07-02T04:06:25.705Z Checking signal-hook-registry v1.4.8
18902026-07-02T04:06:25.754Z Checking parking_lot v0.12.5
18912026-07-02T04:06:25.787Z Checking tinystr v0.8.2
18922026-07-02T04:06:25.825Z Checking serde v1.0.228
18932026-07-02T04:06:25.828Z Checking serde_json v1.0.150
18942026-07-02T04:06:25.897Z Checking bitflags v2.11.0
18952026-07-02T04:06:25.955Z Checking potential_utf v0.1.4
18962026-07-02T04:06:25.997Z Checking icu_locale_core v2.1.1
18972026-07-02T04:06:26.038Z Checking mio v1.2.0
18982026-07-02T04:06:26.077Z Checking once_cell v1.21.3
18992026-07-02T04:06:26.115Z Checking icu_collections v2.1.1
19002026-07-02T04:06:26.169Z Checking socket2 v0.6.3
19012026-07-02T04:06:26.285Z Checking iana-time-zone v0.1.65
19022026-07-02T04:06:26.325Z Checking bytes v1.11.1
19032026-07-02T04:06:26.382Z Checking uuid v1.23.4
19042026-07-02T04:06:26.427Z Checking chrono v0.4.44
19052026-07-02T04:06:26.467Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19062026-07-02T04:06:26.467Z Checking thiserror v2.0.18
19072026-07-02T04:06:26.540Z Checking semver v1.0.28
19082026-07-02T04:06:26.579Z Checking icu_provider v2.1.1
19092026-07-02T04:06:26.633Z Checking futures-core v0.3.32
19102026-07-02T04:06:26.750Z Checking dyn-clone v1.0.20
19112026-07-02T04:06:26.788Z Checking getrandom v0.2.17
19122026-07-02T04:06:26.790Z Checking equivalent v1.0.2
19132026-07-02T04:06:26.861Z Checking cmov v0.5.4
19142026-07-02T04:06:26.899Z Checking tokio v1.52.1
19152026-07-02T04:06:26.936Z Checking icu_properties v2.1.2
19162026-07-02T04:06:26.969Z Checking icu_normalizer v2.1.1
19172026-07-02T04:06:26.973Z Checking rustix v1.1.3
19182026-07-02T04:06:27.010Z Checking rand_core v0.6.4
19192026-07-02T04:06:27.080Z Checking ctutils v0.4.2
19202026-07-02T04:06:27.253Z Checking futures-sink v0.3.32
19212026-07-02T04:06:27.294Z Checking byteorder v1.5.0
19222026-07-02T04:06:27.335Z Checking hybrid-array v0.4.13
19232026-07-02T04:06:27.338Z Checking slab v0.4.12
19242026-07-02T04:06:27.408Z Checking futures-channel v0.3.32
19252026-07-02T04:06:27.525Z Checking futures-io v0.3.32
19262026-07-02T04:06:27.529Z Checking futures-task v0.3.32
19272026-07-02T04:06:27.628Z Checking generic-array v0.14.7
19282026-07-02T04:06:27.673Z Checking thiserror v1.0.69
19292026-07-02T04:06:27.728Z Checking futures-util v0.3.32
19302026-07-02T04:06:27.776Z Checking idna_adapter v1.2.1
19312026-07-02T04:06:27.816Z Checking getrandom v0.3.4
19322026-07-02T04:06:27.867Z Checking hashbrown v0.17.0
19332026-07-02T04:06:27.922Z Checking idna v1.1.0
19342026-07-02T04:06:28.002Z Checking base64ct v1.8.3
19352026-07-02T04:06:28.103Z Checking const-oid v0.9.6
19362026-07-02T04:06:28.155Z Checking crypto-common v0.2.2
19372026-07-02T04:06:28.198Z Checking url v2.5.8
19382026-07-02T04:06:28.258Z Checking crypto-common v0.1.7
19392026-07-02T04:06:28.330Z Checking ppv-lite86 v0.2.21
19402026-07-02T04:06:28.369Z Checking indexmap v2.14.0
19412026-07-02T04:06:28.412Z Checking fnv v1.0.7
19422026-07-02T04:06:28.541Z Checking regex-syntax v0.8.10
19432026-07-02T04:06:28.654Z Checking block-buffer v0.12.1
19442026-07-02T04:06:28.659Z Checking schemars v0.8.22
19452026-07-02T04:06:28.783Z Checking block-buffer v0.10.4
19462026-07-02T04:06:28.840Z Checking http v1.4.2
19472026-07-02T04:06:28.879Z Checking tracing-core v0.1.36
19482026-07-02T04:06:28.955Z Checking digest v0.10.7
19492026-07-02T04:06:28.994Z Checking utf8parse v0.2.2
19502026-07-02T04:06:29.128Z Checking base64 v0.22.1
19512026-07-02T04:06:29.183Z Checking anstyle v1.0.14
19522026-07-02T04:06:29.227Z Checking tracing v0.1.44
19532026-07-02T04:06:29.378Z Checking is_terminal_polyfill v1.70.2
19542026-07-02T04:06:29.419Z Checking anstyle-query v1.1.5
19552026-07-02T04:06:29.422Z Checking colorchoice v1.0.4
19562026-07-02T04:06:29.494Z Checking ipnet v2.11.0
19572026-07-02T04:06:29.497Z Checking const-oid v0.10.2
19582026-07-02T04:06:29.497Z Checking anstyle-parse v1.0.0
19592026-07-02T04:06:29.602Z Checking terminal_size v0.4.3
19602026-07-02T04:06:29.606Z Checking crossbeam-utils v0.8.21
19612026-07-02T04:06:29.677Z Checking aho-corasick v1.1.4
19622026-07-02T04:06:29.717Z Checking unicode-ident v1.0.24
19632026-07-02T04:06:29.756Z Checking powerfmt v0.2.0
19642026-07-02T04:06:29.759Z Checking anstream v1.0.0
19652026-07-02T04:06:29.829Z Checking clap_lex v1.0.0
19662026-07-02T04:06:29.866Z Checking proc-macro2 v1.0.106
19672026-07-02T04:06:29.903Z Checking strsim v0.11.1
19682026-07-02T04:06:29.940Z Checking deranged v0.5.8
19692026-07-02T04:06:30.004Z Checking httparse v1.10.1
19702026-07-02T04:06:30.043Z Checking time-core v0.1.8
19712026-07-02T04:06:30.046Z Checking cpufeatures v0.3.0
19722026-07-02T04:06:30.113Z Checking clap_builder v4.6.0
19732026-07-02T04:06:30.156Z Checking tokio-util v0.7.18
19742026-07-02T04:06:30.195Z Checking num-conv v0.2.0
19752026-07-02T04:06:30.235Z Checking quote v1.0.45
19762026-07-02T04:06:30.272Z Checking num_threads v0.1.7
19772026-07-02T04:06:30.275Z Checking rand_core v0.9.5
19782026-07-02T04:06:30.345Z Checking digest v0.11.3
19792026-07-02T04:06:30.386Z Checking regex-automata v0.4.14
19802026-07-02T04:06:30.423Z Checking erased-serde v0.3.31
19812026-07-02T04:06:30.461Z Checking syn v2.0.117
19822026-07-02T04:06:30.499Z Checking http-body v1.0.1
19832026-07-02T04:06:30.556Z Checking allocator-api2 v0.2.21
19842026-07-02T04:06:30.661Z Checking atomic-waker v1.1.2
19852026-07-02T04:06:30.776Z Checking cpufeatures v0.2.17
19862026-07-02T04:06:30.832Z Checking rand_chacha v0.9.0
19872026-07-02T04:06:30.852Z Checking slog v2.8.2
19882026-07-02T04:06:30.890Z Checking aws-lc-sys v0.40.0
19892026-07-02T04:06:30.890Z Checking rustls-pki-types v1.14.0
19902026-07-02T04:06:30.962Z Checking time v0.3.47
19912026-07-02T04:06:31.053Z Checking anyhow v1.0.102
19922026-07-02T04:06:31.149Z Checking untrusted v0.7.1
19932026-07-02T04:06:31.251Z Checking try-lock v0.2.5
19942026-07-02T04:06:31.291Z Checking httpdate v1.0.3
19952026-07-02T04:06:31.294Z Checking rand v0.9.2
19962026-07-02T04:06:31.379Z Checking clap v4.6.1
19972026-07-02T04:06:31.419Z Checking want v0.3.1
19982026-07-02T04:06:31.422Z Checking aws-lc-rs v1.16.3
19992026-07-02T04:06:31.492Z Checking h2 v0.4.15
20002026-07-02T04:06:31.497Z Checking ryu v1.0.23
20012026-07-02T04:06:31.572Z Checking tower-layer v0.3.3
20022026-07-02T04:06:31.696Z Checking tower-service v0.3.3
20032026-07-02T04:06:31.752Z Checking ipnetwork v0.21.1
20042026-07-02T04:06:31.814Z Checking hex v0.4.3
20052026-07-02T04:06:31.819Z Checking mime v0.3.17
20062026-07-02T04:06:31.997Z Checking fastrand v2.3.0
20072026-07-02T04:06:32.053Z Checking untrusted v0.9.0
20082026-07-02T04:06:32.092Z Checking pem-rfc7468 v0.7.0
20092026-07-02T04:06:32.132Z Checking block-padding v0.4.2
20102026-07-02T04:06:32.196Z Checking spin v0.9.8
20112026-07-02T04:06:32.234Z Checking flagset v0.4.7
20122026-07-02T04:06:32.241Z Checking http-body-util v0.1.3
20132026-07-02T04:06:32.312Z Checking simd-adler32 v0.3.8
20142026-07-02T04:06:32.316Z Checking rustls-webpki v0.103.13
20152026-07-02T04:06:32.316Z Checking inout v0.2.2
20162026-07-02T04:06:32.415Z Checking pretty-hex v0.4.1
20172026-07-02T04:06:32.454Z Checking der v0.7.10
20182026-07-02T04:06:32.481Z Checking tempfile v3.25.0
20192026-07-02T04:06:32.592Z Checking openssl-probe v0.2.1
20202026-07-02T04:06:32.603Z Checking plain v0.2.3
20212026-07-02T04:06:32.603Z Checking adler2 v2.0.1
20222026-07-02T04:06:32.729Z Checking cipher v0.5.2
20232026-07-02T04:06:32.772Z Checking regex v1.12.3
20242026-07-02T04:06:32.777Z Checking serde_urlencoded v0.7.1
20252026-07-02T04:06:32.777Z Checking camino v1.2.2
20262026-07-02T04:06:32.815Z Checking miniz_oxide v0.8.9
20272026-07-02T04:06:32.893Z Checking rustls v0.23.41
20282026-07-02T04:06:32.991Z Checking encoding_rs v0.8.35
20292026-07-02T04:06:33.075Z Checking ucd-trie v0.1.7
20302026-07-02T04:06:33.117Z Checking rand_chacha v0.3.1
20312026-07-02T04:06:33.131Z Checking oxnet v0.1.6
20322026-07-02T04:06:33.223Z Checking sync_wrapper v1.0.2
20332026-07-02T04:06:33.264Z Checking pest v2.8.6
20342026-07-02T04:06:33.268Z Checking spki v0.7.3
20352026-07-02T04:06:33.352Z Checking rand v0.8.6
20362026-07-02T04:06:33.390Z Checking either v1.15.0
20372026-07-02T04:06:33.433Z Checking tower v0.5.3
20382026-07-02T04:06:33.494Z Checking futures-executor v0.3.32
20392026-07-02T04:06:33.607Z Checking crc32fast v1.5.0
20402026-07-02T04:06:33.690Z Checking iri-string v0.7.10
20412026-07-02T04:06:33.782Z Checking futures v0.3.32
20422026-07-02T04:06:33.878Z Checking foldhash v0.2.0
20432026-07-02T04:06:33.916Z Checking static_assertions v1.1.0
20442026-07-02T04:06:33.919Z Checking pkcs8 v0.10.2
20452026-07-02T04:06:33.990Z Checking openapiv3 v2.2.0
20462026-07-02T04:06:34.031Z Checking hubpack v0.1.2
20472026-07-02T04:06:34.068Z Checking hashbrown v0.16.1
20482026-07-02T04:06:34.138Z Checking zlib-rs v0.6.2
20492026-07-02T04:06:34.231Z Checking rustls-native-certs v0.8.3
20502026-07-02T04:06:34.347Z Checking hyper v1.10.1
20512026-07-02T04:06:34.804Z Checking sha2 v0.10.9
20522026-07-02T04:06:34.816Z Checking strum v0.26.3
20532026-07-02T04:06:34.816Z Checking psl-types v2.0.11
20542026-07-02T04:06:34.816Z Checking lazy_static v1.5.0
20552026-07-02T04:06:34.816Z Checking cookie v0.18.1
20562026-07-02T04:06:34.816Z Checking tinyvec_macros v0.1.1
20572026-07-02T04:06:34.816Z Checking publicsuffix v2.3.0
20582026-07-02T04:06:34.817Z Checking tower-http v0.6.8
20592026-07-02T04:06:34.847Z Checking tinyvec v1.10.0
20602026-07-02T04:06:34.951Z Checking scroll v0.13.0
20612026-07-02T04:06:34.964Z Checking cookie_store v0.22.1
20622026-07-02T04:06:35.101Z Checking flate2 v1.1.9
20632026-07-02T04:06:35.115Z Checking signature v2.2.0
20642026-07-02T04:06:35.173Z Checking num-integer v0.1.46
20652026-07-02T04:06:35.212Z Checking goblin v0.10.5
20662026-07-02T04:06:35.251Z Checking tokio-rustls v0.26.4
20672026-07-02T04:06:35.287Z Checking rustls-platform-verifier v0.6.2
20682026-07-02T04:06:35.325Z Checking memmap2 v0.9.10
20692026-07-02T04:06:35.331Z Checking hyper-util v0.1.20
20702026-07-02T04:06:35.401Z Checking bit-vec v0.8.0
20712026-07-02T04:06:35.405Z Checking data-encoding v2.10.0
20722026-07-02T04:06:35.477Z Checking dtrace-parser v0.3.0
20732026-07-02T04:06:35.481Z Checking hmac v0.12.1
20742026-07-02T04:06:35.547Z Checking thread-id v5.1.0
20752026-07-02T04:06:35.550Z Checking wait-timeout v0.2.1
20762026-07-02T04:06:35.633Z Checking bit-set v0.8.0
20772026-07-02T04:06:35.660Z Checking bstr v1.12.1
20782026-07-02T04:06:35.700Z Checking crossbeam-epoch v0.9.18
20792026-07-02T04:06:35.739Z Checking anstyle-parse v0.2.7
20802026-07-02T04:06:35.744Z Checking ahash v0.8.12
20812026-07-02T04:06:35.745Z Checking toml_datetime v0.6.11
20822026-07-02T04:06:35.845Z Checking serde_spanned v0.6.9
20832026-07-02T04:06:35.916Z Checking quick-error v1.2.3
20842026-07-02T04:06:35.955Z Checking anstream v0.6.21
20852026-07-02T04:06:35.995Z Checking rand_xorshift v0.4.0
20862026-07-02T04:06:36.033Z Checking memoffset v0.9.1
20872026-07-02T04:06:36.039Z Checking scroll v0.12.0
20882026-07-02T04:06:36.109Z Checking unarray v0.1.4
20892026-07-02T04:06:36.115Z Checking rusty-fork v0.3.1
20902026-07-02T04:06:36.184Z Checking x509-cert v0.2.5
20912026-07-02T04:06:36.187Z Checking zerocopy v0.7.35
20922026-07-02T04:06:36.187Z Checking unicode-segmentation v1.12.0
20932026-07-02T04:06:36.291Z Checking num-iter v0.1.45
20942026-07-02T04:06:36.336Z Checking goblin v0.8.2
20952026-07-02T04:06:36.368Z Checking proptest v1.10.0
20962026-07-02T04:06:36.434Z Checking dtrace-parser v0.2.0
20972026-07-02T04:06:36.599Z Checking ff v0.13.1
20982026-07-02T04:06:36.659Z Checking hyper-rustls v0.27.7
20992026-07-02T04:06:36.709Z Checking thread-id v4.2.2
21002026-07-02T04:06:36.745Z Checking base16ct v0.2.0
21012026-07-02T04:06:36.785Z Checking foreign-types-shared v0.1.1
21022026-07-02T04:06:36.821Z Checking group v0.13.0
21032026-07-02T04:06:36.872Z Checking nix v0.31.2
21042026-07-02T04:06:36.906Z Checking foreign-types v0.3.2
21052026-07-02T04:06:36.921Z Checking reqwest v0.13.2
21062026-07-02T04:06:36.921Z Checking sec1 v0.7.3
21072026-07-02T04:06:37.013Z Checking hkdf v0.12.4
21082026-07-02T04:06:37.026Z Checking crypto-bigint v0.5.5
21092026-07-02T04:06:37.182Z Checking rustix v0.38.44
21102026-07-02T04:06:37.220Z Checking openssl-sys v0.9.115
21112026-07-02T04:06:37.605Z Checking dof v0.4.0
21122026-07-02T04:06:37.651Z Checking env_filter v1.0.0
21132026-07-02T04:06:37.825Z Checking winnow v0.7.14
21142026-07-02T04:06:37.831Z Checking keccak v0.1.6
21152026-07-02T04:06:37.974Z Checking same-file v1.0.6
21162026-07-02T04:06:38.009Z Checking elliptic-curve v0.13.8
21172026-07-02T04:06:38.068Z Checking sha3 v0.10.8
21182026-07-02T04:06:38.114Z Checking env_logger v0.11.9
21192026-07-02T04:06:38.154Z Checking walkdir v2.5.0
21202026-07-02T04:06:38.239Z Checking newtype-uuid v1.3.2
21212026-07-02T04:06:38.279Z Checking usdt-impl v0.6.0
21222026-07-02T04:06:38.318Z Checking openssl v0.10.79
21232026-07-02T04:06:38.373Z Checking num-bigint-dig v0.8.6
21242026-07-02T04:06:38.432Z Checking dof v0.3.0
21252026-07-02T04:06:38.432Z Checking pkcs1 v0.7.5
21262026-07-02T04:06:38.432Z Checking itertools v0.13.0
21272026-07-02T04:06:38.498Z Checking daft v0.1.7
21282026-07-02T04:06:38.590Z Checking usdt v0.6.0
21292026-07-02T04:06:38.686Z Checking serde_with v3.17.0
21302026-07-02T04:06:38.719Z Checking usdt-impl v0.5.0
21312026-07-02T04:06:38.784Z Checking bitflags v1.3.2
21322026-07-02T04:06:38.824Z Checking siphasher v1.0.2
21332026-07-02T04:06:38.892Z Checking winnow v1.0.3
21342026-07-02T04:06:39.023Z Checking unicode-normalization v0.1.25
21352026-07-02T04:06:39.059Z Checking signal-hook v0.3.18
21362026-07-02T04:06:39.096Z Checking managed v0.8.0
21372026-07-02T04:06:39.214Z Checking toml_parser v1.1.2+spec-1.1.0
21382026-07-02T04:06:39.253Z Checking rsa v0.9.10
21392026-07-02T04:06:39.294Z Checking winnow v0.5.40
21402026-07-02T04:06:39.331Z Checking toml_write v0.1.2
21412026-07-02T04:06:39.460Z Checking chacha20 v0.10.0
21422026-07-02T04:06:39.528Z Checking toml_edit v0.22.27
21432026-07-02T04:06:39.574Z Checking curve25519-dalek v4.1.3
21442026-07-02T04:06:39.614Z Checking bzip2-sys v0.1.13+1.0.8
21452026-07-02T04:06:39.734Z Checking object v0.37.3
21462026-07-02T04:06:39.781Z Checking foldhash v0.1.5
21472026-07-02T04:06:39.785Z Checking bzip2 v0.4.4
21482026-07-02T04:06:39.946Z Checking hashbrown v0.15.5
21492026-07-02T04:06:40.010Z Checking signal-hook-mio v0.2.5
21502026-07-02T04:06:40.152Z Checking globset v0.4.18
21512026-07-02T04:06:40.207Z Checking ed25519 v2.2.3
21522026-07-02T04:06:40.374Z Checking native-tls v0.2.18
21532026-07-02T04:06:40.415Z Checking ref-cast v1.0.25
21542026-07-02T04:06:40.415Z Checking zstd-sys v2.0.16+zstd.1.5.7
21552026-07-02T04:06:40.489Z Checking ed25519-dalek v2.2.0
21562026-07-02T04:06:40.495Z Checking toml_edit v0.19.15
21572026-07-02T04:06:40.495Z Checking zip v0.6.6
21582026-07-02T04:06:40.597Z Checking zstd-safe v7.2.4
21592026-07-02T04:06:40.601Z Checking tokio-native-tls v0.3.1
21602026-07-02T04:06:40.602Z Checking pin-project v1.1.11
21612026-07-02T04:06:40.705Z Checking libbz2-rs-sys v0.2.2
21622026-07-02T04:06:40.757Z Checking bumpalo v3.20.2
21632026-07-02T04:06:40.795Z Checking zstd v0.13.3
21642026-07-02T04:06:40.800Z Checking crossterm v0.28.1
21652026-07-02T04:06:40.871Z Checking hyper-tls v0.6.0
21662026-07-02T04:06:40.915Z Checking similar v2.7.0
21672026-07-02T04:06:40.984Z Checking zopfli v0.8.3
21682026-07-02T04:06:41.021Z Checking fs-err v3.3.0
21692026-07-02T04:06:41.077Z Checking reqwest v0.12.28
21702026-07-02T04:06:41.142Z Checking bzip2 v0.6.1
21712026-07-02T04:06:41.328Z Checking pem v3.0.6
21722026-07-02T04:06:41.332Z Checking hash32 v0.2.1
21732026-07-02T04:06:41.405Z Checking serde-big-array v0.5.1
21742026-07-02T04:06:41.408Z Checking predicates-core v1.0.10
21752026-07-02T04:06:41.520Z Checking jiff v0.2.21
21762026-07-02T04:06:41.560Z Checking unicode-bidi v0.3.18
21772026-07-02T04:06:41.600Z Checking unicode-properties v0.1.4
21782026-07-02T04:06:41.604Z Checking toml v0.7.8
21792026-07-02T04:06:41.604Z Checking heapless v0.7.17
21802026-07-02T04:06:41.604Z Checking snafu v0.8.9
21812026-07-02T04:06:41.823Z Checking olpc-cjson v0.1.4
21822026-07-02T04:06:41.872Z Checking hickory-proto v0.25.2
21832026-07-02T04:06:41.901Z Checking stringprep v0.1.5
21842026-07-02T04:06:41.968Z Checking md-5 v0.10.6
21852026-07-02T04:06:42.002Z Checking serde_plain v1.0.2
21862026-07-02T04:06:42.005Z Checking float-cmp v0.10.0
21872026-07-02T04:06:42.090Z Checking normalize-line-endings v0.3.0
21882026-07-02T04:06:42.097Z Checking difflib v0.4.0
21892026-07-02T04:06:42.167Z Checking fallible-iterator v0.2.0
21902026-07-02T04:06:42.193Z Checking typed-path v0.9.3
21912026-07-02T04:06:42.247Z Checking smoltcp v0.9.1
21922026-07-02T04:06:42.290Z Checking iddqd v0.4.2
21932026-07-02T04:06:42.290Z Checking phf_shared v0.13.1
21942026-07-02T04:06:42.378Z Checking predicates v3.1.4
21952026-07-02T04:06:42.513Z Checking postgres-protocol v0.6.10
21962026-07-02T04:06:42.559Z Checking phf_shared v0.11.3
21972026-07-02T04:06:42.708Z Checking tokio-stream v0.1.18
21982026-07-02T04:06:42.750Z Checking buf-list v1.1.2
21992026-07-02T04:06:42.878Z Checking strum v0.27.2
22002026-07-02T04:06:42.917Z Checking fixedbitset v0.4.2
22012026-07-02T04:06:42.992Z Checking tough v0.22.0
22022026-07-02T04:06:43.002Z Checking lalrpop-util v0.19.12
22032026-07-02T04:06:43.071Z Checking new_debug_unreachable v1.0.6
22042026-07-02T04:06:43.107Z Checking precomputed-hash v0.1.1
22052026-07-02T04:06:43.143Z Checking fixedbitset v0.5.7
22062026-07-02T04:06:43.182Z Checking petgraph v0.6.5
22072026-07-02T04:06:43.217Z Checking string_cache v0.8.9
22082026-07-02T04:06:43.223Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22092026-07-02T04:06:43.291Z Checking postgres-types v0.2.12
22102026-07-02T04:06:43.385Z Checking petgraph v0.8.3
22112026-07-02T04:06:43.431Z Checking phf v0.13.1
22122026-07-02T04:06:43.621Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22132026-07-02T04:06:43.693Z Checking peg-runtime v0.8.5
22142026-07-02T04:06:43.861Z Checking whoami v2.1.0
22152026-07-02T04:06:43.879Z Checking zip v4.6.1
22162026-07-02T04:06:44.064Z Checking is-terminal v0.4.17
22172026-07-02T04:06:44.109Z Checking tokio-postgres v0.7.16
22182026-07-02T04:06:44.188Z Checking crossbeam-channel v0.5.15
22192026-07-02T04:06:44.544Z Checking thread_local v1.1.9
22202026-07-02T04:06:44.586Z Compiling structmeta-derive v0.3.0
22212026-07-02T04:06:44.590Z Checking take_mut v0.2.2
22222026-07-02T04:06:44.756Z Checking term v1.2.1
22232026-07-02T04:06:44.793Z Checking slog-async v2.8.0
22242026-07-02T04:06:44.831Z Compiling newtype-uuid-macros v0.1.0
22252026-07-02T04:06:45.002Z Compiling multer v3.1.0
22262026-07-02T04:06:45.042Z Checking slog-term v2.9.2
22272026-07-02T04:06:45.093Z Compiling async-stream-impl v0.3.6
22282026-07-02T04:06:45.160Z Checking match_cfg v0.1.0
22292026-07-02T04:06:45.286Z Checking hostname v0.3.1
22302026-07-02T04:06:45.327Z Checking slog-json v2.6.1
22312026-07-02T04:06:45.368Z Compiling dropshot v0.17.1
22322026-07-02T04:06:45.411Z Compiling dropshot_endpoint v0.17.1
22332026-07-02T04:06:45.461Z Checking debug-ignore v1.0.5
22342026-07-02T04:06:45.523Z Checking slog-bunyan v2.5.0
22352026-07-02T04:06:45.597Z Checking progenitor-client v0.14.0
22362026-07-02T04:06:45.678Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22372026-07-02T04:06:45.686Z Checking sha1 v0.11.0
22382026-07-02T04:06:45.751Z Compiling structmeta v0.3.0
22392026-07-02T04:06:45.801Z Checking serde_spanned v1.1.1
22402026-07-02T04:06:45.801Z Checking serde_path_to_error v0.1.20
22412026-07-02T04:06:45.897Z Checking toml_datetime v1.1.1+spec-1.1.0
22422026-07-02T04:06:45.937Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22432026-07-02T04:06:45.982Z Checking toml_writer v1.1.1+spec-1.1.0
22442026-07-02T04:06:46.024Z Compiling derive-ex v0.1.8
22452026-07-02T04:06:46.028Z Checking compression-core v0.4.31
22462026-07-02T04:06:46.098Z Checking async-stream v0.3.6
22472026-07-02T04:06:46.173Z Checking rustls-pemfile v2.2.0
22482026-07-02T04:06:46.213Z Checking toml v1.1.2+spec-1.1.0
22492026-07-02T04:06:46.251Z Checking compression-codecs v0.4.37
22502026-07-02T04:06:46.291Z Checking waitgroup v0.1.2
22512026-07-02T04:06:46.348Z Checking hostname v0.4.2
22522026-07-02T04:06:46.396Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22532026-07-02T04:06:46.472Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22542026-07-02T04:06:46.472Z Checking atomicwrites v0.4.4
22552026-07-02T04:06:46.500Z Checking itertools v0.14.0
22562026-07-02T04:06:46.506Z Checking async-compression v0.4.41
22572026-07-02T04:06:46.574Z Compiling parse-display-derive v0.10.0
22582026-07-02T04:06:46.618Z Checking macaddr v1.0.1
22592026-07-02T04:06:46.627Z Checking regress v0.10.5
22602026-07-02T04:06:46.815Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22612026-07-02T04:06:46.857Z Checking instant v0.1.13
22622026-07-02T04:06:46.863Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22632026-07-02T04:06:47.015Z Checking backoff v0.4.0
22642026-07-02T04:06:47.134Z Checking backon v1.6.0
22652026-07-02T04:06:47.255Z Checking humantime v2.3.0
22662026-07-02T04:06:47.293Z Checking unicode-width v0.2.0
22672026-07-02T04:06:47.335Z Checking progenitor-extras v0.2.0
22682026-07-02T04:06:47.469Z Compiling convert_case v0.4.0
22692026-07-02T04:06:47.583Z Checking heck v0.5.0
22702026-07-02T04:06:47.625Z Checking half v2.7.1
22712026-07-02T04:06:47.629Z Checking ciborium-io v0.2.2
22722026-07-02T04:06:47.740Z Checking secrecy v0.10.3
22732026-07-02T04:06:47.779Z Checking camino-tempfile v1.4.1
22742026-07-02T04:06:47.783Z Compiling test-strategy v0.4.5
22752026-07-02T04:06:47.888Z Compiling derive_more v0.99.20
22762026-07-02T04:06:47.894Z Compiling regress v0.11.1
22772026-07-02T04:06:47.962Z Checking ciborium-ll v0.2.2
22782026-07-02T04:06:48.002Z Checking indent_write v2.2.0
22792026-07-02T04:06:48.219Z Compiling crucible-workspace-hack v0.1.0
22802026-07-02T04:06:48.227Z Checking ciborium v0.2.2
22812026-07-02T04:06:48.337Z Checking parse-display v0.10.0
22822026-07-02T04:06:48.459Z Compiling unsafe-libyaml v0.2.11
22832026-07-02T04:06:48.622Z Checking inout v0.1.4
22842026-07-02T04:06:48.717Z Checking universal-hash v0.5.1
22852026-07-02T04:06:48.814Z Checking cipher v0.4.4
22862026-07-02T04:06:48.878Z Compiling thiserror-impl-no-std v2.0.2
22872026-07-02T04:06:49.065Z Compiling serde_yaml v0.9.34+deprecated
22882026-07-02T04:06:49.293Z Checking swrite v0.1.0
22892026-07-02T04:06:49.341Z Checking opaque-debug v0.3.1
22902026-07-02T04:06:49.496Z Checking chacha20 v0.9.1
22912026-07-02T04:06:52.781Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
22922026-07-02T04:06:52.781Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22932026-07-02T04:06:52.845Z Compiling typify-impl v0.6.2
22942026-07-02T04:06:52.877Z Checking poly1305 v0.8.0
22952026-07-02T04:06:52.877Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22962026-07-02T04:06:52.877Z Checking thiserror-no-std v2.0.2
22972026-07-02T04:06:52.877Z Checking blake2 v0.10.6
22982026-07-02T04:06:52.877Z Checking aead v0.5.2
22992026-07-02T04:06:52.877Z Checking password-hash v0.5.0
23002026-07-02T04:06:52.878Z Checking chacha20poly1305 v0.10.1
23012026-07-02T04:06:52.878Z Checking vsss-rs v3.3.4
23022026-07-02T04:06:52.878Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23032026-07-02T04:06:52.878Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23042026-07-02T04:06:52.878Z Checking argon2 v0.5.3
23052026-07-02T04:06:52.878Z Checking byte-wrapper v0.1.0
23062026-07-02T04:06:52.878Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23072026-07-02T04:06:52.878Z Checking crossbeam-deque v0.8.6
23082026-07-02T04:06:52.878Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23092026-07-02T04:06:52.878Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23102026-07-02T04:06:52.878Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23112026-07-02T04:06:52.878Z Compiling rayon-core v1.13.0
23122026-07-02T04:06:52.878Z Compiling toml_datetime v0.7.5+spec-1.1.0
23132026-07-02T04:06:52.878Z Compiling toml_edit v0.23.10+spec-1.0.0
23142026-07-02T04:06:52.878Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23152026-07-02T04:06:52.878Z Compiling proc-macro-error v1.0.4
23162026-07-02T04:06:52.878Z Checking rayon v1.11.0
23172026-07-02T04:06:52.878Z Compiling proc-macro-crate v3.4.0
23182026-07-02T04:06:52.878Z Checking tabwriter v1.4.1
23192026-07-02T04:06:52.878Z Checking toml v0.8.23
23202026-07-02T04:06:52.878Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23212026-07-02T04:06:52.907Z Checking glob v0.3.3
23222026-07-02T04:06:52.913Z Compiling num_enum_derive v0.7.6
23232026-07-02T04:06:52.913Z Checking colored v3.1.1
23242026-07-02T04:06:52.971Z Compiling heapless v0.8.0
23252026-07-02T04:06:53.061Z Compiling ingot-macros v0.1.1
23262026-07-02T04:06:53.100Z Checking hash32 v0.3.1
23272026-07-02T04:06:53.158Z Checking unicode-width v0.1.14
23282026-07-02T04:06:53.259Z Compiling smoltcp v0.11.0
23292026-07-02T04:06:53.817Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23302026-07-02T04:06:53.860Z Checking cobs v0.3.0
23312026-07-02T04:06:53.860Z Compiling usdt-macro v0.5.0
23322026-07-02T04:06:53.860Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23332026-07-02T04:06:53.860Z Compiling usdt-attr-macro v0.5.0
23342026-07-02T04:06:53.865Z Checking memmap v0.7.0
23352026-07-02T04:06:53.958Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23362026-07-02T04:06:54.029Z Checking num_enum v0.7.6
23372026-07-02T04:06:54.181Z Checking postcard v1.1.3
23382026-07-02T04:06:54.277Z Checking rand v0.10.1
23392026-07-02T04:06:54.317Z Compiling typify-macro v0.6.2
23402026-07-02T04:06:54.499Z Compiling proc-macro-crate v1.3.1
23412026-07-02T04:06:54.613Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23422026-07-02T04:06:54.655Z Checking usdt v0.5.0
23432026-07-02T04:06:54.781Z Checking sigpipe v0.1.3
23442026-07-02T04:06:54.830Z Compiling foreign-types-macros v0.2.3
23452026-07-02T04:06:54.858Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23462026-07-02T04:06:54.907Z Checking foreign-types-shared v0.3.1
23472026-07-02T04:06:54.946Z Compiling num_enum_derive v0.5.11
23482026-07-02T04:06:55.211Z Checking cstr-argument v0.1.2
23492026-07-02T04:06:55.365Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23502026-07-02T04:06:55.390Z Compiling num-derive v0.4.2
23512026-07-02T04:06:55.390Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23522026-07-02T04:06:55.455Z Checking foreign-types v0.5.0
23532026-07-02T04:06:55.566Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23542026-07-02T04:06:55.749Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23552026-07-02T04:06:55.856Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23562026-07-02T04:06:55.856Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23572026-07-02T04:06:55.928Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23582026-07-02T04:06:55.990Z Checking ingot-types v0.1.2
23592026-07-02T04:06:56.027Z Checking num_enum v0.5.11
23602026-07-02T04:06:56.063Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23612026-07-02T04:06:56.101Z Compiling typify v0.6.2
23622026-07-02T04:06:56.173Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23632026-07-02T04:06:56.182Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23642026-07-02T04:06:56.255Z Compiling progenitor-impl v0.14.0
23652026-07-02T04:06:56.323Z Compiling zone_cfg_derive v0.3.1
23662026-07-02T04:06:56.392Z Checking ingot v0.1.1
23672026-07-02T04:06:56.425Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23682026-07-02T04:06:56.556Z Checking itertools v0.12.1
23692026-07-02T04:06:56.626Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23702026-07-02T04:06:56.921Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23712026-07-02T04:06:57.171Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23722026-07-02T04:06:57.194Z Checking smf v0.2.3
23732026-07-02T04:06:57.220Z Checking whoami v1.6.1
23742026-07-02T04:06:57.288Z Checking tokio-dtrace v0.1.1
23752026-07-02T04:06:57.365Z Compiling derive-where v1.6.0
23762026-07-02T04:06:57.401Z Checking console v0.15.11
23772026-07-02T04:06:57.435Z Checking newline-converter v0.3.0
23782026-07-02T04:06:57.508Z Checking oxide-tokio-rt v0.1.4
23792026-07-02T04:06:57.597Z Checking bytecount v0.6.9
23802026-07-02T04:06:57.624Z Checking zone v0.3.1
23812026-07-02T04:06:57.706Z Checking expectorate v1.2.0
23822026-07-02T04:06:57.748Z Compiling owo-colors v4.3.0
23832026-07-02T04:06:57.757Z Compiling cancel-safe-futures v0.1.5
23842026-07-02T04:06:57.873Z Checking libsw-core v0.3.2
23852026-07-02T04:06:58.006Z Checking num-rational v0.4.2
23862026-07-02T04:06:58.044Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23872026-07-02T04:06:58.044Z Checking libsw v3.5.0
23882026-07-02T04:06:58.335Z Checking num-complex v0.4.6
23892026-07-02T04:06:58.455Z Checking linear-map v1.2.0
23902026-07-02T04:06:58.528Z Checking float-ord v0.3.2
23912026-07-02T04:06:58.704Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
23922026-07-02T04:06:58.757Z Checking gethostname v0.5.0
23932026-07-02T04:06:58.775Z Checking num v0.4.3
23942026-07-02T04:06:58.823Z Compiling prettyplease v0.2.37
23952026-07-02T04:06:59.040Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
23962026-07-02T04:06:59.103Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
23972026-07-02T04:06:59.103Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23982026-07-02T04:06:59.103Z Compiling progenitor-macro v0.14.0
23992026-07-02T04:06:59.121Z Checking resolv-conf v0.7.6
24002026-07-02T04:06:59.318Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24012026-07-02T04:06:59.341Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
24022026-07-02T04:06:59.369Z Checking unicode-linebreak v0.1.5
24032026-07-02T04:07:02.900Z Checking smawk v0.3.2
24042026-07-02T04:07:02.933Z Checking papergrid v0.11.0
24052026-07-02T04:07:02.933Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
24062026-07-02T04:07:02.933Z Compiling tabled_derive v0.7.0
24072026-07-02T04:07:02.933Z Compiling convert_case v0.10.0
24082026-07-02T04:07:02.933Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24092026-07-02T04:07:02.933Z Compiling slog-dtrace v0.3.0
24102026-07-02T04:07:02.933Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24112026-07-02T04:07:02.933Z Compiling derive_more-impl v2.1.1
24122026-07-02T04:07:02.933Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24132026-07-02T04:07:02.933Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24142026-07-02T04:07:02.933Z Checking tabled v0.15.0
24152026-07-02T04:07:02.933Z Checking linked-hash-map v0.5.6
24162026-07-02T04:07:02.933Z Checking derive_more v2.1.1
24172026-07-02T04:07:02.933Z Checking crossterm v0.29.0
24182026-07-02T04:07:02.933Z Checking lru-cache v0.1.2
24192026-07-02T04:07:02.933Z Checking hickory-proto v0.24.4
24202026-07-02T04:07:02.933Z Checking fd-lock v4.0.4
24212026-07-02T04:07:02.933Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24222026-07-02T04:07:03.149Z Checking vte v0.14.1
24232026-07-02T04:07:03.357Z Checking display-error-chain v0.2.2
24242026-07-02T04:07:03.456Z Checking strip-ansi-escapes v0.2.1
24252026-07-02T04:07:03.757Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
24262026-07-02T04:07:03.826Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24272026-07-02T04:07:03.997Z Checking progenitor v0.14.0
24282026-07-02T04:07:04.204Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24292026-07-02T04:07:04.728Z Checking nu-ansi-term v0.50.3
24302026-07-02T04:07:04.802Z Checking termtree v0.5.1
24312026-07-02T04:07:04.917Z Checking hickory-resolver v0.24.4
24322026-07-02T04:07:05.070Z Checking reedline v0.40.0
24332026-07-02T04:07:05.080Z Checking textwrap v0.16.2
24342026-07-02T04:07:05.080Z Compiling minimal-lexical v0.2.1
24352026-07-02T04:07:05.370Z Compiling nom v7.1.3
24362026-07-02T04:07:05.455Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24372026-07-02T04:07:05.704Z Checking qorb v0.4.1
24382026-07-02T04:07:05.944Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24392026-07-02T04:07:05.985Z Compiling unicode-xid v0.2.6
24402026-07-02T04:07:06.154Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24412026-07-02T04:07:06.540Z Compiling ar_archive_writer v0.5.1
24422026-07-02T04:07:06.749Z Checking csv-core v0.1.13
24432026-07-02T04:07:06.789Z Compiling stacker v0.1.23
24442026-07-02T04:07:06.871Z Compiling cfg_aliases v0.1.1
24452026-07-02T04:07:06.946Z Checking highway v1.3.0
24462026-07-02T04:07:06.984Z Checking csv v1.4.0
24472026-07-02T04:07:06.988Z Compiling semver v0.1.20
24482026-07-02T04:07:07.151Z Compiling nix v0.28.0
24492026-07-02T04:07:07.215Z Checking nibble_vec v0.1.0
24502026-07-02T04:07:07.349Z Compiling rustc_version v0.1.7
24512026-07-02T04:07:07.387Z Checking endian-type v0.1.2
24522026-07-02T04:07:07.422Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24532026-07-02T04:07:07.458Z Compiling psm v0.1.30
24542026-07-02T04:07:07.462Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24552026-07-02T04:07:07.544Z Checking radix_trie v0.2.1
24562026-07-02T04:07:07.618Z Compiling newtype_derive v0.1.6
24572026-07-02T04:07:07.664Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24582026-07-02T04:07:07.794Z Checking phf_shared v0.12.1
24592026-07-02T04:07:07.857Z Compiling recursive-proc-macro-impl v0.1.1
24602026-07-02T04:07:07.937Z Compiling chrono-tz v0.10.4
24612026-07-02T04:07:07.976Z Checking phf v0.12.1
24622026-07-02T04:07:08.306Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24632026-07-02T04:07:08.309Z Compiling const_format_proc_macros v0.2.34
24642026-07-02T04:07:08.377Z Compiling peg-macros v0.8.5
24652026-07-02T04:07:08.381Z Checking nom v8.0.0
24662026-07-02T04:07:08.450Z Checking recursive v0.1.1
24672026-07-02T04:07:08.581Z Checking winnow v0.6.26
24682026-07-02T04:07:08.919Z Compiling sqlparser_derive v0.5.0
24692026-07-02T04:07:09.201Z Checking home v0.5.12
24702026-07-02T04:07:09.240Z Checking unicode_categories v0.1.1
24712026-07-02T04:07:09.343Z Checking rustyline v14.0.0
24722026-07-02T04:07:09.429Z Checking const_format v0.2.35
24732026-07-02T04:07:09.735Z Checking sqlparser v0.61.0
24742026-07-02T04:07:09.820Z Checking sqlformat v0.3.5
24752026-07-02T04:07:09.868Z Checking peg v0.8.5
24762026-07-02T04:07:10.076Z Checking bcs v0.1.6
24772026-07-02T04:07:10.114Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
24782026-07-02T04:07:10.213Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24792026-07-02T04:07:10.278Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
24802026-07-02T04:07:10.335Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
24812026-07-02T04:07:10.431Z Checking steno v0.4.1
24822026-07-02T04:07:10.471Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
24832026-07-02T04:07:10.626Z Checking sha1 v0.10.6
24842026-07-02T04:07:10.792Z Checking filetime v0.2.27
24852026-07-02T04:07:10.829Z Checking xattr v1.6.1
24862026-07-02T04:07:11.001Z Checking tar v0.4.45
24872026-07-02T04:07:11.339Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24882026-07-02T04:07:11.421Z Checking subprocess v0.2.15
24892026-07-02T04:07:11.468Z Checking headers-core v0.3.0
24902026-07-02T04:07:11.551Z Checking base64 v0.21.7
24912026-07-02T04:07:11.610Z Checking headers v0.4.1
24922026-07-02T04:07:11.741Z Checking yasna v0.5.2
24932026-07-02T04:07:11.825Z Checking dropshot-api-manager-types v0.7.2
24942026-07-02T04:07:12.032Z Checking tagptr v0.2.0
24952026-07-02T04:07:12.109Z Checking utf-8 v0.7.6
24962026-07-02T04:07:12.165Z Checking rcgen v0.12.1
24972026-07-02T04:07:12.206Z Checking moka v0.12.13
24982026-07-02T04:07:12.277Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
24992026-07-02T04:07:12.457Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25002026-07-02T04:07:12.511Z Checking tungstenite v0.21.0
25012026-07-02T04:07:12.551Z Compiling libefi-sys v0.1.0
25022026-07-02T04:07:12.831Z Compiling bitfield-struct v0.6.2
25032026-07-02T04:07:12.907Z Checking hickory-resolver v0.25.2
25042026-07-02T04:07:13.011Z Checking tokio-tungstenite v0.21.0
25052026-07-02T04:07:13.348Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25062026-07-02T04:07:13.512Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25072026-07-02T04:07:13.630Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25082026-07-02T04:07:13.685Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25092026-07-02T04:07:14.030Z Compiling radium v0.7.0
25102026-07-02T04:07:14.081Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25112026-07-02T04:07:14.182Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25122026-07-02T04:07:14.186Z Checking tap v1.0.1
25132026-07-02T04:07:14.256Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25142026-07-02T04:07:14.376Z Compiling maybe-uninit v2.0.0
25152026-07-02T04:07:14.382Z Checking wyz v0.5.1
25162026-07-02T04:07:14.521Z Compiling zerocopy-derive v0.6.6
25172026-07-02T04:07:14.559Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25182026-07-02T04:07:14.619Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25192026-07-02T04:07:14.657Z Checking funty v2.0.0
25202026-07-02T04:07:14.752Z Checking crc-catalog v2.4.0
25212026-07-02T04:07:14.790Z Compiling packed_struct v0.10.1
25222026-07-02T04:07:14.877Z Checking crc v3.4.0
25232026-07-02T04:07:14.913Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25242026-07-02T04:07:14.998Z Checking bitvec v1.0.1
25252026-07-02T04:07:15.163Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25262026-07-02T04:07:15.218Z Compiling packed_struct_codegen v0.10.1
25272026-07-02T04:07:15.376Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25282026-07-02T04:07:15.412Z Checking zerocopy v0.6.6
25292026-07-02T04:07:15.736Z Compiling bitfield-macros v0.19.4
25302026-07-02T04:07:16.168Z Compiling indexmap v1.9.3
25312026-07-02T04:07:16.316Z Checking nodrop v0.1.14
25322026-07-02T04:07:16.448Z Checking array-init v0.0.4
25332026-07-02T04:07:16.494Z Checking smallvec v0.6.14
25342026-07-02T04:07:16.498Z Checking bitfield v0.19.4
25352026-07-02T04:07:16.724Z Checking hashbrown v0.12.3
25362026-07-02T04:07:16.775Z Checking serde-hex v0.1.0
25372026-07-02T04:07:16.830Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25382026-07-02T04:07:17.037Z Checking ron v0.8.1
25392026-07-02T04:07:17.450Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25402026-07-02T04:07:17.557Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25412026-07-02T04:07:17.595Z Checking hashbrown v0.13.2
25422026-07-02T04:07:17.704Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25432026-07-02T04:07:17.809Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25442026-07-02T04:07:17.972Z Checking crc-any v2.5.0
25452026-07-02T04:07:18.040Z Checking object v0.30.4
25462026-07-02T04:07:18.182Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25472026-07-02T04:07:18.236Z Checking path-slash v0.1.5
25482026-07-02T04:07:18.298Z Compiling xshell-macros v0.2.7
25492026-07-02T04:07:18.374Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25502026-07-02T04:07:18.768Z Checking xshell v0.2.7
25512026-07-02T04:07:18.807Z Checking half v1.8.3
25522026-07-02T04:07:18.845Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
25532026-07-02T04:07:18.993Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25542026-07-02T04:07:19.039Z Checking serde_cbor v0.11.2
25552026-07-02T04:07:19.093Z Compiling proc-macro-error-attr2 v2.0.0
25562026-07-02T04:07:19.455Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25572026-07-02T04:07:19.541Z Compiling proc-macro-error2 v2.0.1
25582026-07-02T04:07:19.681Z Compiling num-derive v0.3.3
25592026-07-02T04:07:19.788Z Checking maplit v1.0.2
25602026-07-02T04:07:19.891Z Compiling tabled_derive v0.11.0
25612026-07-02T04:07:19.927Z Checking papergrid v0.17.0
25622026-07-02T04:07:20.277Z Checking testing_table v0.3.0
25632026-07-02T04:07:20.407Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25642026-07-02T04:07:20.574Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25652026-07-02T04:07:20.631Z Checking libscf-sys v1.1.0
25662026-07-02T04:07:20.748Z Compiling progenitor-impl v0.13.0
25672026-07-02T04:07:20.795Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25682026-07-02T04:07:20.934Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25692026-07-02T04:07:21.038Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25702026-07-02T04:07:21.100Z Checking tabled v0.20.0
25712026-07-02T04:07:21.357Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
25722026-07-02T04:07:21.594Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
25732026-07-02T04:07:21.722Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25742026-07-02T04:07:21.979Z Checking progenitor-client v0.13.0
25752026-07-02T04:07:22.074Z Compiling git-stub v1.0.0
25762026-07-02T04:07:22.291Z Compiling git-stub-vcs v0.1.0
25772026-07-02T04:07:22.361Z Checking crc8 v0.1.1
25782026-07-02T04:07:22.364Z Checking unicase v2.9.0
25792026-07-02T04:07:22.495Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25802026-07-02T04:07:22.589Z Checking fxhash v0.2.1
25812026-07-02T04:07:22.673Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
25822026-07-02T04:07:22.744Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
25832026-07-02T04:07:22.915Z Compiling vergen-lib v0.1.6
25842026-07-02T04:07:23.156Z Compiling diesel_derives v2.3.7
25852026-07-02T04:07:23.256Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
25862026-07-02T04:07:23.293Z Checking scheduled-thread-pool v0.2.7
25872026-07-02T04:07:23.345Z Compiling progenitor-macro v0.13.0
25882026-07-02T04:07:23.431Z Compiling dsl_auto_type v0.2.0
25892026-07-02T04:07:23.468Z Compiling vergen-gitcl v1.0.8
25902026-07-02T04:07:23.507Z Compiling diesel_table_macro_syntax v0.3.0
25912026-07-02T04:07:23.547Z Checking r2d2 v0.8.10
25922026-07-02T04:07:23.707Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
25932026-07-02T04:07:23.778Z Checking downcast-rs v2.0.2
25942026-07-02T04:07:23.815Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
25952026-07-02T04:07:23.849Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
25962026-07-02T04:07:24.090Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
25972026-07-02T04:07:24.194Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
25982026-07-02T04:07:24.349Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
25992026-07-02T04:07:24.391Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26002026-07-02T04:07:24.440Z Checking kstat-rs v0.2.4
26012026-07-02T04:07:24.477Z Checking arc-swap v1.8.2
26022026-07-02T04:07:24.514Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26032026-07-02T04:07:24.665Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26042026-07-02T04:07:24.708Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26052026-07-02T04:07:24.745Z Checking slog-scope v4.4.1
26062026-07-02T04:07:24.918Z Compiling dirs-sys-next v0.1.2
26072026-07-02T04:07:25.009Z Compiling crunchy v0.2.4
26082026-07-02T04:07:25.168Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26092026-07-02T04:07:25.239Z Compiling parking_lot_core v0.8.6
26102026-07-02T04:07:25.361Z Compiling dirs-next v2.0.0
26112026-07-02T04:07:25.409Z Checking slog-stdlog v4.1.1
26122026-07-02T04:07:25.518Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26132026-07-02T04:07:25.590Z Compiling clang-sys v1.8.1
26142026-07-02T04:07:25.637Z Compiling tiny-keccak v2.0.2
26152026-07-02T04:07:26.033Z Checking slog-envlogger v2.2.0
26162026-07-02T04:07:26.069Z Compiling term v0.7.0
26172026-07-02T04:07:26.163Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26182026-07-02T04:07:26.216Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26192026-07-02T04:07:26.252Z Compiling bit-vec v0.6.3
26202026-07-02T04:07:26.486Z Compiling bit-set v0.5.3
26212026-07-02T04:07:26.523Z Compiling ascii-canvas v3.0.0
26222026-07-02T04:07:26.621Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26232026-07-02T04:07:26.660Z Checking parking_lot v0.11.2
26242026-07-02T04:07:26.731Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26252026-07-02T04:07:26.793Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
26262026-07-02T04:07:26.925Z Checking prefix-trie v0.7.0
26272026-07-02T04:07:26.960Z Compiling itertools v0.10.5
26282026-07-02T04:07:27.104Z Compiling ena v0.14.4
26292026-07-02T04:07:27.216Z Compiling libloading v0.8.9
26302026-07-02T04:07:27.282Z Compiling bindgen v0.71.1
26312026-07-02T04:07:27.286Z Compiling regex-syntax v0.6.29
26322026-07-02T04:07:27.353Z Compiling diff v0.1.13
26332026-07-02T04:07:27.701Z Checking hickory-server v0.25.2
26342026-07-02T04:07:27.853Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26352026-07-02T04:07:28.058Z Checking sled v0.34.7
26362026-07-02T04:07:28.293Z Checking progenitor v0.13.0
26372026-07-02T04:07:28.454Z Compiling cexpr v0.6.0
26382026-07-02T04:07:28.492Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26392026-07-02T04:07:29.036Z Compiling lalrpop v0.19.12
26402026-07-02T04:07:29.185Z Checking nanorand v0.7.0
26412026-07-02T04:07:29.340Z Compiling salty v0.3.0
26422026-07-02T04:07:29.423Z Compiling rustc-hash v2.1.1
26432026-07-02T04:07:29.459Z Checking flume v0.11.1
26442026-07-02T04:07:29.495Z Checking diesel v2.3.7
26452026-07-02T04:07:29.672Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26462026-07-02T04:07:29.711Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26472026-07-02T04:07:29.747Z Compiling libxml v0.3.3
26482026-07-02T04:07:30.255Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26492026-07-02T04:07:30.843Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26502026-07-02T04:07:31.079Z Compiling strum_macros v0.24.3
26512026-07-02T04:07:31.135Z Compiling fs-err v2.11.0
26522026-07-02T04:07:31.383Z Compiling indoc v1.0.9
26532026-07-02T04:07:31.869Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26542026-07-02T04:07:32.109Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26552026-07-02T04:07:32.265Z Checking quick-xml v0.37.5
26562026-07-02T04:07:32.454Z Checking derive_builder v0.20.2
26572026-07-02T04:07:32.491Z Compiling oso-derive v0.27.3
26582026-07-02T04:07:32.598Z Compiling impl-trait-for-tuples v0.2.3
26592026-07-02T04:07:33.029Z Compiling trait-variant v0.1.2
26602026-07-02T04:07:33.171Z Checking openssl-probe v0.1.6
26612026-07-02T04:07:33.577Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26622026-07-02T04:07:33.614Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26632026-07-02T04:07:34.185Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26642026-07-02T04:07:34.459Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26652026-07-02T04:07:34.845Z Checking rfc6979 v0.4.0
26662026-07-02T04:07:34.988Z Checking assert_matches v1.5.0
26672026-07-02T04:07:35.025Z Checking parse-size v1.1.0
26682026-07-02T04:07:35.086Z Checking ecdsa v0.16.9
26692026-07-02T04:07:35.122Z Checking primeorder v0.13.6
26702026-07-02T04:07:35.180Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26712026-07-02T04:07:35.399Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26722026-07-02T04:07:35.473Z Checking p384 v0.13.1
26732026-07-02T04:07:35.640Z Checking predicates-tree v1.0.13
26742026-07-02T04:07:35.793Z Checking bb8 v0.8.6
26752026-07-02T04:07:36.055Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
26762026-07-02T04:07:36.093Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26772026-07-02T04:07:36.173Z Compiling mime_guess v2.0.5
26782026-07-02T04:07:36.217Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26792026-07-02T04:07:36.342Z Checking http-range v0.1.5
26802026-07-02T04:07:36.512Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26812026-07-02T04:07:36.689Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26822026-07-02T04:07:36.727Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26832026-07-02T04:07:36.825Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
26842026-07-02T04:07:36.953Z Checking atty v0.2.14
26852026-07-02T04:07:36.990Z Checking nonempty v0.12.0
26862026-07-02T04:07:37.025Z Checking corncobs v0.1.4
26872026-07-02T04:07:37.081Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26882026-07-02T04:07:37.199Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26892026-07-02T04:07:37.202Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26902026-07-02T04:07:37.482Z Checking ignore v0.4.25
26912026-07-02T04:07:37.519Z Checking secrecy v0.8.0
26922026-07-02T04:07:37.553Z Checking hyper-staticfile v0.10.1
26932026-07-02T04:07:37.842Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
26942026-07-02T04:07:37.880Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
26952026-07-02T04:07:37.920Z Checking globwalk v0.9.1
26962026-07-02T04:07:38.135Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
26972026-07-02T04:07:38.198Z Compiling illumos-nvpair-sys v0.2.0
26982026-07-02T04:07:38.275Z Checking camino-tempfile-ext v0.3.3
26992026-07-02T04:07:38.355Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27002026-07-02T04:07:38.478Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27012026-07-02T04:07:38.514Z Checking signal-hook-tokio v0.3.1
27022026-07-02T04:07:38.685Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27032026-07-02T04:07:38.884Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27042026-07-02T04:07:38.981Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27052026-07-02T04:07:39.172Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27062026-07-02T04:07:39.235Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27072026-07-02T04:07:39.371Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27082026-07-02T04:07:39.526Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27092026-07-02T04:07:39.772Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27102026-07-02T04:07:40.121Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27112026-07-02T04:07:40.622Z Checking illumos-nvpair v0.3.0
27122026-07-02T04:07:40.824Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27132026-07-02T04:07:41.207Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27142026-07-02T04:07:41.211Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27152026-07-02T04:07:41.283Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27162026-07-02T04:07:41.520Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27172026-07-02T04:07:41.605Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27182026-07-02T04:07:41.668Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27192026-07-02T04:07:41.812Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
27202026-07-02T04:07:42.044Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
27212026-07-02T04:07:42.274Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27222026-07-02T04:07:42.489Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27232026-07-02T04:07:42.723Z Checking tungstenite v0.23.0
27242026-07-02T04:07:42.761Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27252026-07-02T04:07:42.800Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27262026-07-02T04:07:43.182Z Checking tokio-tungstenite v0.23.1
27272026-07-02T04:07:43.222Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27282026-07-02T04:07:43.495Z Checking rand_seeder v0.4.0
27292026-07-02T04:07:43.602Z Checking void v1.0.2
27302026-07-02T04:07:43.693Z Checking diesel-dtrace v0.5.0
27312026-07-02T04:07:43.754Z Checking async-bb8-diesel v0.2.1
27322026-07-02T04:07:43.895Z Checking lzss v0.8.2
27332026-07-02T04:07:43.936Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27342026-07-02T04:07:43.976Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27352026-07-02T04:07:44.123Z Checking nix v0.27.1
27362026-07-02T04:07:44.159Z Checking serde_bytes v0.11.19
27372026-07-02T04:07:44.163Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27382026-07-02T04:07:44.281Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27392026-07-02T04:07:44.386Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27402026-07-02T04:07:44.664Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27412026-07-02T04:07:44.982Z Checking is_ci v1.2.0
27422026-07-02T04:07:45.120Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27432026-07-02T04:07:45.323Z Checking yansi v1.0.1
27442026-07-02T04:07:45.360Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27452026-07-02T04:07:45.413Z Checking cpubits v0.1.1
27462026-07-02T04:07:45.526Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27472026-07-02T04:07:45.619Z Checking pretty_assertions v1.4.1
27482026-07-02T04:07:45.807Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27492026-07-02T04:07:45.854Z Checking pem-rfc7468 v1.0.0
27502026-07-02T04:07:46.059Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27512026-07-02T04:07:46.096Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27522026-07-02T04:07:46.329Z Compiling darling_core v0.23.0
27532026-07-02T04:07:46.644Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
27542026-07-02T04:07:47.386Z Compiling indoc v2.0.7
27552026-07-02T04:07:47.425Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27562026-07-02T04:07:47.673Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27572026-07-02T04:07:47.895Z Checking hmac v0.13.0
27582026-07-02T04:07:48.086Z Checking universal-hash v0.6.1
27592026-07-02T04:07:48.249Z Compiling libz-sys v1.1.24
27602026-07-02T04:07:48.410Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27612026-07-02T04:07:48.482Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27622026-07-02T04:07:48.693Z Compiling instability v0.3.11
27632026-07-02T04:07:48.904Z Compiling darling_macro v0.23.0
27642026-07-02T04:07:48.940Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27652026-07-02T04:07:49.069Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27662026-07-02T04:07:49.109Z Checking castaway v0.2.4
27672026-07-02T04:07:49.254Z Checking compact_str v0.8.1
27682026-07-02T04:07:49.455Z Compiling darling v0.23.0
27692026-07-02T04:07:49.674Z Checking polyval v0.7.1
27702026-07-02T04:07:49.883Z Checking der v0.8.0
27712026-07-02T04:07:50.119Z Checking supports-color v3.0.2
27722026-07-02T04:07:50.291Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27732026-07-02T04:07:50.339Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27742026-07-02T04:07:50.537Z Checking unicode-truncate v1.1.0
27752026-07-02T04:07:50.588Z Checking console v0.16.2
27762026-07-02T04:07:50.719Z Checking lru v0.12.5
27772026-07-02T04:07:50.757Z Compiling libgit2-sys v0.18.3+1.9.2
27782026-07-02T04:07:50.792Z Checking unit-prefix v0.5.2
27792026-07-02T04:07:50.914Z Checking cassowary v0.3.0
27802026-07-02T04:07:50.985Z Checking indicatif v0.18.4
27812026-07-02T04:07:51.079Z Checking ghash v0.6.0
27822026-07-02T04:07:51.160Z Checking ratatui v0.29.0
27832026-07-02T04:07:51.399Z Checking pbkdf2 v0.13.0
27842026-07-02T04:07:51.402Z Checking aes v0.9.1
27852026-07-02T04:07:51.553Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
27862026-07-02T04:07:51.884Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27872026-07-02T04:07:52.148Z Checking ctr v0.10.1
27882026-07-02T04:07:52.359Z Checking aead v0.6.1
27892026-07-02T04:07:52.529Z Checking sha2 v0.11.0
27902026-07-02T04:07:52.565Z Checking cargo-platform v0.3.2
27912026-07-02T04:07:52.781Z Checking cargo_metadata v0.23.1
27922026-07-02T04:07:52.819Z Checking aes-gcm v0.11.0
27932026-07-02T04:07:53.022Z Checking spki v0.8.0
27942026-07-02T04:07:53.230Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27952026-07-02T04:07:53.287Z Checking crypto-bigint v0.7.5
27962026-07-02T04:07:53.594Z Checking cbc v0.2.1
27972026-07-02T04:07:53.768Z Checking salsa20 v0.11.0
27982026-07-02T04:07:53.951Z Compiling vergen-git2 v9.1.0
27992026-07-02T04:07:54.196Z Checking plotters-backend v0.3.7
28002026-07-02T04:07:54.436Z Checking plotters-svg v0.3.7
28012026-07-02T04:07:54.664Z Checking scrypt v0.12.0
28022026-07-02T04:07:54.866Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28032026-07-02T04:07:54.921Z Checking cast v0.3.0
28042026-07-02T04:07:55.105Z Checking criterion-plot v0.6.0
28052026-07-02T04:07:55.192Z Checking pkcs5 v0.8.1
28062026-07-02T04:07:55.386Z Checking plotters v0.3.7
28072026-07-02T04:07:55.529Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28082026-07-02T04:07:55.571Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28092026-07-02T04:07:55.811Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28102026-07-02T04:07:56.056Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28112026-07-02T04:07:56.147Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28122026-07-02T04:07:56.296Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28132026-07-02T04:07:56.389Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28142026-07-02T04:07:56.515Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28152026-07-02T04:07:56.551Z Checking colored v2.2.0
28162026-07-02T04:07:56.628Z Checking tinytemplate v1.2.1
28172026-07-02T04:07:56.784Z Checking oorandom v11.1.5
28182026-07-02T04:07:56.878Z Checking shell-words v1.1.1
28192026-07-02T04:07:56.933Z Checking anes v0.1.6
28202026-07-02T04:07:57.139Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28212026-07-02T04:07:57.170Z Checking criterion v0.7.0
28222026-07-02T04:07:57.400Z Checking pkcs8 v0.11.0
28232026-07-02T04:07:57.634Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28242026-07-02T04:07:58.419Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28252026-07-02T04:07:58.944Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28262026-07-02T04:07:59.760Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28272026-07-02T04:08:00.543Z Checking tokio-test v0.4.5
28282026-07-02T04:08:00.786Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28292026-07-02T04:08:01.026Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28302026-07-02T04:08:01.064Z Checking twox-hash v2.1.2
28312026-07-02T04:08:01.392Z Checking ff v0.14.0
28322026-07-02T04:08:01.484Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28332026-07-02T04:08:01.563Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28342026-07-02T04:08:01.690Z Checking fatfs v0.3.6
28352026-07-02T04:08:02.176Z Checking signature v3.0.0
28362026-07-02T04:08:02.254Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28372026-07-02T04:08:02.360Z Checking base16ct v1.0.0
28382026-07-02T04:08:02.526Z Compiling seq-macro v0.3.6
28392026-07-02T04:08:02.563Z Checking sec1 v0.8.1
28402026-07-02T04:08:02.800Z Checking group v0.14.0
28412026-07-02T04:08:02.991Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28422026-07-02T04:08:03.071Z Checking hkdf v0.13.0
28432026-07-02T04:08:03.241Z Compiling petname v2.0.2
28442026-07-02T04:08:03.586Z Checking elliptic-curve v0.14.0-rc.33
28452026-07-02T04:08:03.624Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28462026-07-02T04:08:03.824Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28472026-07-02T04:08:03.949Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28482026-07-02T04:08:04.108Z Checking concurrent-queue v2.5.0
28492026-07-02T04:08:04.328Z Checking rtoolbox v0.0.3
28502026-07-02T04:08:04.495Z Checking parking v2.2.1
28512026-07-02T04:08:04.653Z Checking event-listener v5.4.1
28522026-07-02T04:08:04.905Z Checking rpassword v7.4.0
28532026-07-02T04:08:05.146Z Checking tui-tree-widget v0.23.1
28542026-07-02T04:08:05.366Z Checking rfc6979 v0.5.0
28552026-07-02T04:08:05.463Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28562026-07-02T04:08:05.535Z Checking sapling-renderdag v0.1.0
28572026-07-02T04:08:05.652Z Checking sync-ptr v0.1.4
28582026-07-02T04:08:05.801Z Checking ecdsa v0.17.0-rc.18
28592026-07-02T04:08:05.804Z Checking event-listener-strategy v0.5.4
28602026-07-02T04:08:06.007Z Checking primeorder v0.14.0-rc.10
28612026-07-02T04:08:06.216Z Checking primefield v0.14.0
28622026-07-02T04:08:06.334Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28632026-07-02T04:08:06.452Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28642026-07-02T04:08:06.695Z Compiling curve25519-dalek v5.0.0-rc.0
28652026-07-02T04:08:07.014Z Checking arrayvec v0.7.6
28662026-07-02T04:08:07.088Z Checking arrayref v0.3.9
28672026-07-02T04:08:07.196Z Checking futures-timer v3.0.3
28682026-07-02T04:08:07.233Z Checking constant_time_eq v0.4.2
28692026-07-02T04:08:07.469Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28702026-07-02T04:08:07.509Z Checking async-lock v3.4.2
28712026-07-02T04:08:07.544Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28722026-07-02T04:08:07.946Z Checking ssh-encoding v0.3.0-rc.9
28732026-07-02T04:08:08.210Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28742026-07-02T04:08:08.514Z Compiling strsim v0.10.0
28752026-07-02T04:08:08.893Z Compiling darling_core v0.13.4
28762026-07-02T04:08:09.456Z Checking async-object-pool v0.2.0
28772026-07-02T04:08:10.222Z Compiling samael v0.0.19
28782026-07-02T04:08:10.283Z Checking ed25519 v3.0.0
28792026-07-02T04:08:10.457Z Checking crypto-primes v0.7.2
28802026-07-02T04:08:10.513Z Checking pkcs1 v0.8.0-rc.4
28812026-07-02T04:08:10.752Z Checking poly1305 v0.9.0
28822026-07-02T04:08:10.789Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28832026-07-02T04:08:11.057Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28842026-07-02T04:08:11.184Z Checking serde_regex v1.1.0
28852026-07-02T04:08:11.375Z Checking blowfish v0.10.0
28862026-07-02T04:08:11.448Z Checking blake2 v0.11.0-rc.6
28872026-07-02T04:08:11.559Z Checking assert-json-diff v2.0.2
28882026-07-02T04:08:11.727Z Checking path-tree v0.8.3
28892026-07-02T04:08:11.764Z Checking keccak v0.2.0
28902026-07-02T04:08:11.769Z Checking gimli v0.32.3
28912026-07-02T04:08:11.948Z Checking fiat-crypto v0.3.0
28922026-07-02T04:08:11.984Z Compiling target-lexicon v0.13.3
28932026-07-02T04:08:12.494Z Checking stringmetrics v2.2.2
28942026-07-02T04:08:12.677Z Checking httpmock v0.8.3
28952026-07-02T04:08:13.369Z Checking addr2line v0.25.1
28962026-07-02T04:08:13.781Z Checking sha3 v0.11.0
28972026-07-02T04:08:14.168Z Checking argon2 v0.6.0-rc.8
28982026-07-02T04:08:14.521Z Checking bcrypt-pbkdf v0.11.0
28992026-07-02T04:08:14.712Z Checking rsa v0.10.0-rc.18
29002026-07-02T04:08:14.927Z Checking ssh-cipher v0.3.0-rc.9
29012026-07-02T04:08:15.174Z Compiling darling_macro v0.13.4
29022026-07-02T04:08:15.213Z Checking ed25519-dalek v3.0.0-rc.0
29032026-07-02T04:08:15.471Z Checking p256 v0.14.0-rc.10
29042026-07-02T04:08:15.699Z Checking p521 v0.14.0-rc.10
29052026-07-02T04:08:16.261Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29062026-07-02T04:08:16.534Z Checking kem v0.3.0
29072026-07-02T04:08:16.684Z Checking module-lattice v0.2.3
29082026-07-02T04:08:16.940Z Compiling guppy-workspace-hack v0.1.0
29092026-07-02T04:08:17.128Z Checking hex-literal v0.4.1
29102026-07-02T04:08:17.166Z Checking p384 v0.14.0-rc.10
29112026-07-02T04:08:17.170Z Checking rustc-demangle v0.1.27
29122026-07-02T04:08:17.308Z Checking ml-kem v0.3.2
29132026-07-02T04:08:17.458Z Checking backtrace v0.3.76
29142026-07-02T04:08:17.795Z Compiling darling v0.13.4
29152026-07-02T04:08:18.090Z Checking russh-cryptovec v0.61.0
29162026-07-02T04:08:18.182Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29172026-07-02T04:08:18.281Z Checking internal-russh-num-bigint v0.5.0
29182026-07-02T04:08:18.421Z Checking num-bigint v0.4.6
29192026-07-02T04:08:18.748Z Checking russh-util v0.52.0
29202026-07-02T04:08:18.908Z Checking generic-array v1.4.3
29212026-07-02T04:08:19.021Z Compiling git2 v0.20.4
29222026-07-02T04:08:19.172Z Compiling enum_dispatch v0.3.13
29232026-07-02T04:08:19.208Z Checking ssh-key v0.7.0-rc.10
29242026-07-02T04:08:19.397Z Compiling blake3 v1.8.5
29252026-07-02T04:08:19.510Z Compiling delegate v0.13.5
29262026-07-02T04:08:19.811Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29272026-07-02T04:08:20.117Z Compiling target-spec v3.5.7
29282026-07-02T04:08:20.189Z Checking hex-literal v1.1.0
29292026-07-02T04:08:20.292Z Checking md5 v0.8.0
29302026-07-02T04:08:20.327Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29312026-07-02T04:08:20.531Z Checking russh v0.61.2
29322026-07-02T04:08:20.709Z Checking cfg-expr v0.20.6
29332026-07-02T04:08:20.992Z Compiling serde_with_macros v1.5.2
29342026-07-02T04:08:21.027Z Checking backtrace-ext v0.2.1
29352026-07-02T04:08:21.173Z Checking supports-color v2.1.0
29362026-07-02T04:08:21.339Z Checking textwrap v0.15.2
29372026-07-02T04:08:21.585Z Checking supports-hyperlinks v2.1.0
29382026-07-02T04:08:21.738Z Checking supports-unicode v2.1.0
29392026-07-02T04:08:21.841Z Checking hashbrown v0.14.5
29402026-07-02T04:08:21.886Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29412026-07-02T04:08:21.889Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29422026-07-02T04:08:22.105Z Checking socket2 v0.5.10
29432026-07-02T04:08:22.154Z Checking terminal_size v0.1.17
29442026-07-02T04:08:22.300Z Compiling miette-derive v5.10.0
29452026-07-02T04:08:22.360Z Checking internet-checksum v0.2.1
29462026-07-02T04:08:22.397Z Checking owo-colors v3.5.0
29472026-07-02T04:08:22.399Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
29482026-07-02T04:08:22.949Z Checking chumsky v0.9.3
29492026-07-02T04:08:23.486Z Checking miette v5.10.0
29502026-07-02T04:08:23.908Z Compiling serde_with v1.14.0
29512026-07-02T04:08:24.186Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29522026-07-02T04:08:24.334Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29532026-07-02T04:08:24.370Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29542026-07-02T04:08:24.724Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
29552026-07-02T04:08:24.954Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29562026-07-02T04:08:25.075Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29572026-07-02T04:08:25.151Z Compiling knuffel-derive v3.2.0
29582026-07-02T04:08:25.200Z Checking httptest v0.16.4
29592026-07-02T04:08:25.237Z Checking pathdiff v0.2.3
29602026-07-02T04:08:25.384Z Checking topological-sort v0.2.2
29612026-07-02T04:08:25.566Z Checking nested v0.1.1
29622026-07-02T04:08:25.603Z Checking omicron-zone-package v0.12.3
29632026-07-02T04:08:25.743Z Checking guppy v0.17.25
29642026-07-02T04:08:25.934Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29652026-07-02T04:08:26.507Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29662026-07-02T04:08:26.566Z Compiling polar-core v0.27.3
29672026-07-02T04:08:26.676Z Checking knuffel v3.2.0
29682026-07-02T04:08:26.724Z Checking similar-asserts v1.7.0
29692026-07-02T04:08:26.767Z Compiling target-triple v1.0.0
29702026-07-02T04:08:26.911Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29712026-07-02T04:08:27.150Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
29722026-07-02T04:08:27.335Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29732026-07-02T04:08:27.580Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29742026-07-02T04:08:27.615Z Checking hickory-client v0.25.2
29752026-07-02T04:08:27.927Z Checking escape8259 v0.5.3
29762026-07-02T04:08:28.093Z Compiling assert_cmd v2.1.2
29772026-07-02T04:08:28.186Z Checking libtest-mimic v0.8.1
29782026-07-02T04:08:28.537Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29792026-07-02T04:08:28.579Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29802026-07-02T04:08:28.693Z Checking blake2b_simd v1.0.4
29812026-07-02T04:08:28.731Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29822026-07-02T04:08:29.124Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29832026-07-02T04:08:29.160Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29842026-07-02T04:08:29.306Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29852026-07-02T04:08:29.400Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29862026-07-02T04:08:29.536Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29872026-07-02T04:08:29.643Z Checking fancy-regex v0.14.0
29882026-07-02T04:08:29.777Z Checking serde_tokenstream v0.2.3
29892026-07-02T04:08:29.933Z Checking approx v0.5.1
29902026-07-02T04:08:30.028Z Compiling rstest_macros v0.25.0
29912026-07-02T04:08:30.064Z Checking uzers v0.12.2
29922026-07-02T04:08:30.100Z Checking constant_time_eq v0.3.1
29932026-07-02T04:08:30.233Z Checking termcolor v1.4.1
29942026-07-02T04:08:30.308Z Compiling linkme-impl v0.3.35
29952026-07-02T04:08:30.465Z Checking rust-argon2 v2.1.0
29962026-07-02T04:08:30.502Z Checking trybuild v1.0.116
29972026-07-02T04:08:30.715Z Checking datatest-stable v0.3.3
29982026-07-02T04:08:31.063Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29992026-07-02T04:08:31.183Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30002026-07-02T04:08:31.399Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
30012026-07-02T04:08:31.435Z Checking support-bundle-viewer v0.1.2
30022026-07-02T04:08:31.575Z Checking oso v0.27.3
30032026-07-02T04:08:31.712Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
30042026-07-02T04:08:31.959Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
30052026-07-02T04:08:32.151Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
30062026-07-02T04:08:32.206Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
30072026-07-02T04:08:32.396Z Checking drift v0.2.0
30082026-07-02T04:08:32.453Z Checking rand_distr v0.5.1
30092026-07-02T04:08:32.489Z Checking multimap v0.10.1
30102026-07-02T04:08:32.694Z Compiling linkme v0.3.35
30112026-07-02T04:08:32.777Z Compiling relative-path v1.9.3
30122026-07-02T04:08:32.893Z Checking dropshot-api-manager v0.7.2
30132026-07-02T04:08:34.086Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30142026-07-02T04:08:34.292Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
30152026-07-02T04:08:34.476Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
30162026-07-02T04:08:34.623Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
30172026-07-02T04:08:34.660Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30182026-07-02T04:08:34.843Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
30192026-07-02T04:08:35.062Z Checking cargo_toml v0.21.0
30202026-07-02T04:08:35.099Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
30212026-07-02T04:08:35.174Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30222026-07-02T04:08:35.546Z Checking partial-io v0.5.4
30232026-07-02T04:08:35.641Z Checking termios v0.3.3
30242026-07-02T04:08:35.748Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
30252026-07-02T04:08:35.820Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30262026-07-02T04:08:35.884Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30272026-07-02T04:08:36.678Z Checking rstest v0.25.0
30282026-07-02T04:08:37.563Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30292026-07-02T04:08:41.212Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30302026-07-02T04:08:44.758Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30312026-07-02T04:08:48.307Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30322026-07-02T04:08:48.357Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
30332026-07-02T04:08:50.560Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30342026-07-02T04:08:55.106Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30352026-07-02T04:09:00.125Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30362026-07-02T04:09:03.190Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30372026-07-02T04:09:04.554Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30382026-07-02T04:09:04.846Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30392026-07-02T04:09:10.869Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30402026-07-02T04:09:15.537Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30412026-07-02T04:10:28.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 07s
30422026-07-02T04:10:29.257Z
30432026-07-02T04:10:29.257Zreal 4:10.646934358
30442026-07-02T04:10:29.257Zuser 21:27.727405816
30452026-07-02T04:10:29.257Zsys 5:03.315266398
30462026-07-02T04:10:29.257Ztrap 0.510782409
30472026-07-02T04:10:29.257Ztflt 0.478658448
30482026-07-02T04:10:29.257Zdflt 0.561285460
30492026-07-02T04:10:29.257Zkflt 0.004878903
30502026-07-02T04:10:29.257Zlock 58:45.246047401
30512026-07-02T04:10:29.257Zslp 58:14.755243124
30522026-07-02T04:10:29.260Zlat 1:48.532595978
30532026-07-02T04:10:29.260Zstop 11:46.549671354
30542026-07-02T04:10:29.260Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30552026-07-02T04:10:29.260Z+ ptime -m cargo doc --workspace --no-deps
30562026-07-02T04:10:30.081Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30572026-07-02T04:10:30.081Z |
30582026-07-02T04:10:30.081Z = 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)`
30592026-07-02T04:10:30.081Z = 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>
30602026-07-02T04:10:31.093Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30612026-07-02T04:10:31.327Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30622026-07-02T04:10:31.372Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30632026-07-02T04:10:31.435Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30642026-07-02T04:10:31.467Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
30652026-07-02T04:10:31.530Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
30662026-07-02T04:10:31.559Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30672026-07-02T04:10:31.699Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30682026-07-02T04:10:31.748Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30692026-07-02T04:10:31.756Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30702026-07-02T04:10:31.940Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30712026-07-02T04:10:31.964Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30722026-07-02T04:10:31.994Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30732026-07-02T04:10:32.019Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30742026-07-02T04:10:32.023Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30752026-07-02T04:10:32.064Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30762026-07-02T04:10:32.067Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30772026-07-02T04:10:32.113Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30782026-07-02T04:10:32.173Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30792026-07-02T04:10:32.201Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30802026-07-02T04:10:32.247Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30812026-07-02T04:10:32.272Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30822026-07-02T04:10:32.527Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30832026-07-02T04:10:32.845Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30842026-07-02T04:10:32.899Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30852026-07-02T04:10:32.959Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30862026-07-02T04:10:32.994Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30872026-07-02T04:10:33.047Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30882026-07-02T04:10:33.175Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30892026-07-02T04:10:33.231Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30902026-07-02T04:10:33.337Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30912026-07-02T04:10:33.479Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30922026-07-02T04:10:33.551Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30932026-07-02T04:10:33.596Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30942026-07-02T04:10:33.621Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30952026-07-02T04:10:33.722Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30962026-07-02T04:10:33.745Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30972026-07-02T04:10:33.808Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30982026-07-02T04:10:33.970Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30992026-07-02T04:10:34.143Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31002026-07-02T04:10:34.218Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31012026-07-02T04:10:34.499Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31022026-07-02T04:10:34.627Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31032026-07-02T04:10:34.652Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31042026-07-02T04:10:34.781Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31052026-07-02T04:10:34.806Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
31062026-07-02T04:10:34.833Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31072026-07-02T04:10:34.921Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31082026-07-02T04:10:35.033Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31092026-07-02T04:10:35.088Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
31102026-07-02T04:10:35.115Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31112026-07-02T04:10:35.176Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
31122026-07-02T04:10:35.283Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
31132026-07-02T04:10:35.360Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31142026-07-02T04:10:35.384Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31152026-07-02T04:10:35.406Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31162026-07-02T04:10:35.430Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31172026-07-02T04:10:35.496Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31182026-07-02T04:10:35.866Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31192026-07-02T04:10:35.933Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31202026-07-02T04:10:35.984Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31212026-07-02T04:10:36.219Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31222026-07-02T04:10:36.404Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31232026-07-02T04:10:36.737Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31242026-07-02T04:10:36.910Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31252026-07-02T04:10:36.954Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31262026-07-02T04:10:36.996Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31272026-07-02T04:10:37.047Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
31282026-07-02T04:10:37.220Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31292026-07-02T04:10:37.246Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31302026-07-02T04:10:37.290Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31312026-07-02T04:10:37.314Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31322026-07-02T04:10:37.777Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31332026-07-02T04:10:38.058Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31342026-07-02T04:10:38.347Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31352026-07-02T04:10:38.370Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
31362026-07-02T04:10:38.491Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31372026-07-02T04:10:38.674Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31382026-07-02T04:10:38.714Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31392026-07-02T04:10:38.739Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31402026-07-02T04:10:38.763Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
31412026-07-02T04:10:38.942Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
31422026-07-02T04:10:38.972Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
31432026-07-02T04:10:38.998Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31442026-07-02T04:10:39.156Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
31452026-07-02T04:10:39.180Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
31462026-07-02T04:10:39.304Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31472026-07-02T04:10:39.350Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
31482026-07-02T04:10:39.421Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
31492026-07-02T04:10:39.444Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31502026-07-02T04:10:39.466Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
31512026-07-02T04:10:39.598Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
31522026-07-02T04:10:39.663Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31532026-07-02T04:10:39.709Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31542026-07-02T04:10:39.730Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31552026-07-02T04:10:39.759Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
31562026-07-02T04:10:39.916Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
31572026-07-02T04:10:39.920Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
31582026-07-02T04:10:40.010Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
31592026-07-02T04:10:40.013Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31602026-07-02T04:10:40.056Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31612026-07-02T04:10:40.056Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31622026-07-02T04:10:40.130Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31632026-07-02T04:10:40.179Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31642026-07-02T04:10:40.293Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31652026-07-02T04:10:40.348Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31662026-07-02T04:10:40.371Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
31672026-07-02T04:10:40.654Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31682026-07-02T04:10:40.657Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31692026-07-02T04:10:40.721Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31702026-07-02T04:10:41.126Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31712026-07-02T04:10:41.309Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31722026-07-02T04:10:41.375Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31732026-07-02T04:10:42.072Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31742026-07-02T04:10:42.202Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31752026-07-02T04:10:42.269Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31762026-07-02T04:10:42.740Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31772026-07-02T04:10:42.836Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31782026-07-02T04:10:42.991Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31792026-07-02T04:10:43.640Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
31802026-07-02T04:10:44.266Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31812026-07-02T04:10:44.453Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31822026-07-02T04:10:45.145Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31832026-07-02T04:10:45.389Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31842026-07-02T04:10:45.446Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31852026-07-02T04:10:45.485Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31862026-07-02T04:10:45.699Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31872026-07-02T04:10:46.008Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31882026-07-02T04:10:46.237Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
31892026-07-02T04:10:46.398Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31902026-07-02T04:10:46.422Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31912026-07-02T04:10:47.041Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31922026-07-02T04:10:47.191Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31932026-07-02T04:10:47.628Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31942026-07-02T04:10:47.704Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31952026-07-02T04:10:47.884Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31962026-07-02T04:10:48.018Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31972026-07-02T04:10:48.113Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31982026-07-02T04:10:48.442Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31992026-07-02T04:10:48.967Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32002026-07-02T04:10:49.251Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32012026-07-02T04:10:49.709Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32022026-07-02T04:10:50.119Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32032026-07-02T04:10:50.207Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32042026-07-02T04:10:50.812Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32052026-07-02T04:10:51.439Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32062026-07-02T04:10:51.760Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32072026-07-02T04:10:52.020Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32082026-07-02T04:10:52.263Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32092026-07-02T04:10:52.506Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32102026-07-02T04:10:52.841Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32112026-07-02T04:10:53.704Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32122026-07-02T04:10:54.143Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32132026-07-02T04:10:54.697Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32142026-07-02T04:10:55.281Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32152026-07-02T04:10:56.237Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32162026-07-02T04:10:58.695Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32172026-07-02T04:10:58.810Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32182026-07-02T04:10:58.900Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32192026-07-02T04:11:00.007Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32202026-07-02T04:11:00.305Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32212026-07-02T04:11:00.484Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32222026-07-02T04:11:00.929Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32232026-07-02T04:11:01.732Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32242026-07-02T04:11:02.675Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32252026-07-02T04:11:03.238Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32262026-07-02T04:11:03.443Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32272026-07-02T04:11:03.766Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32282026-07-02T04:11:03.895Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32292026-07-02T04:11:04.330Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
32302026-07-02T04:11:04.427Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32312026-07-02T04:11:04.578Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32322026-07-02T04:11:04.849Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32332026-07-02T04:11:05.031Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32342026-07-02T04:11:05.034Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32352026-07-02T04:11:05.284Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32362026-07-02T04:11:05.424Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32372026-07-02T04:11:05.576Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32382026-07-02T04:11:05.690Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32392026-07-02T04:11:06.130Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32402026-07-02T04:11:06.241Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32412026-07-02T04:11:06.478Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32422026-07-02T04:11:07.864Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32432026-07-02T04:11:08.393Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32442026-07-02T04:11:08.572Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32452026-07-02T04:11:08.644Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32462026-07-02T04:11:09.364Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32472026-07-02T04:11:11.002Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32482026-07-02T04:11:12.824Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32492026-07-02T04:11:13.460Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32502026-07-02T04:11:14.019Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32512026-07-02T04:11:14.347Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32522026-07-02T04:11:16.977Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32532026-07-02T04:11:17.780Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32542026-07-02T04:11:18.704Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32552026-07-02T04:11:19.260Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32562026-07-02T04:11:20.100Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32572026-07-02T04:11:22.457Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32582026-07-02T04:11:23.249Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32592026-07-02T04:11:23.656Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32602026-07-02T04:11:23.999Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32612026-07-02T04:11:24.376Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32622026-07-02T04:11:25.409Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32632026-07-02T04:11:30.391Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32642026-07-02T04:11:31.009Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32652026-07-02T04:11:31.966Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32662026-07-02T04:11:32.628Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32672026-07-02T04:11:33.500Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32682026-07-02T04:11:34.254Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32692026-07-02T04:11:35.018Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32702026-07-02T04:11:36.273Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32712026-07-02T04:11:37.759Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32722026-07-02T04:11:38.827Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32732026-07-02T04:11:39.034Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32742026-07-02T04:11:39.805Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32752026-07-02T04:11:40.806Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32762026-07-02T04:11:41.490Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32772026-07-02T04:11:42.432Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32782026-07-02T04:11:45.564Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32792026-07-02T04:11:46.864Z Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
32802026-07-02T04:11:47.838Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32812026-07-02T04:11:48.754Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32822026-07-02T04:11:49.693Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32832026-07-02T04:11:50.794Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32842026-07-02T04:11:51.601Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
32852026-07-02T04:11:52.791Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32862026-07-02T04:11:53.838Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32872026-07-02T04:11:54.950Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32882026-07-02T04:11:55.833Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32892026-07-02T04:11:58.550Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32902026-07-02T04:11:59.087Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32912026-07-02T04:12:00.117Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32922026-07-02T04:12:02.546Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32932026-07-02T04:12:03.185Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32942026-07-02T04:12:04.637Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32952026-07-02T04:12:07.925Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32962026-07-02T04:12:09.454Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32972026-07-02T04:12:11.072Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32982026-07-02T04:12:12.542Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32992026-07-02T04:12:17.186Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
33002026-07-02T04:12:17.300Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33012026-07-02T04:12:18.963Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33022026-07-02T04:12:19.206Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
33032026-07-02T04:12:20.907Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33042026-07-02T04:12:22.797Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33052026-07-02T04:12:24.337Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
33062026-07-02T04:12:26.416Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33072026-07-02T04:12:28.161Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33082026-07-02T04:12:29.830Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33092026-07-02T04:12:31.879Z Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
33102026-07-02T04:12:33.323Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33112026-07-02T04:12:35.033Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33122026-07-02T04:12:36.773Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
33132026-07-02T04:12:38.473Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33142026-07-02T04:12:40.226Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33152026-07-02T04:12:41.889Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33162026-07-02T04:12:43.539Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33172026-07-02T04:12:47.301Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33182026-07-02T04:12:48.715Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33192026-07-02T04:12:53.437Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33202026-07-02T04:12:53.437Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
33212026-07-02T04:12:56.792Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33222026-07-02T04:12:58.405Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33232026-07-02T04:13:00.226Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
33242026-07-02T04:13:02.049Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33252026-07-02T04:13:05.606Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
33262026-07-02T04:13:06.417Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33272026-07-02T04:13:08.778Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33282026-07-02T04:13:11.007Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33292026-07-02T04:13:13.284Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33302026-07-02T04:13:15.830Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
33312026-07-02T04:13:17.923Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33322026-07-02T04:13:20.134Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33332026-07-02T04:13:22.303Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33342026-07-02T04:13:24.833Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33352026-07-02T04:13:26.706Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33362026-07-02T04:13:29.368Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33372026-07-02T04:13:31.088Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33382026-07-02T04:13:33.296Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33392026-07-02T04:13:35.529Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33402026-07-02T04:13:37.887Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
33412026-07-02T04:13:40.108Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33422026-07-02T04:13:42.465Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33432026-07-02T04:13:44.760Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33442026-07-02T04:13:47.199Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33452026-07-02T04:13:49.493Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33462026-07-02T04:13:51.819Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33472026-07-02T04:13:54.216Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33482026-07-02T04:13:56.591Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33492026-07-02T04:13:58.987Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33502026-07-02T04:14:01.321Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33512026-07-02T04:14:03.760Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33522026-07-02T04:14:06.107Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33532026-07-02T04:14:08.312Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33542026-07-02T04:14:10.978Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33552026-07-02T04:14:13.148Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33562026-07-02T04:14:15.607Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33572026-07-02T04:14:17.950Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33582026-07-02T04:14:20.768Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33592026-07-02T04:14:22.854Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33602026-07-02T04:14:25.367Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33612026-07-02T04:14:27.838Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33622026-07-02T04:14:30.272Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33632026-07-02T04:14:32.833Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33642026-07-02T04:14:35.397Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33652026-07-02T04:14:37.964Z Documenting ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
33662026-07-02T04:14:40.296Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33672026-07-02T04:14:42.816Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33682026-07-02T04:14:45.338Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33692026-07-02T04:14:47.854Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33702026-07-02T04:14:50.244Z Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
33712026-07-02T04:14:52.882Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33722026-07-02T04:14:55.354Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33732026-07-02T04:14:57.954Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33742026-07-02T04:15:00.650Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33752026-07-02T04:15:03.205Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33762026-07-02T04:15:05.780Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33772026-07-02T04:15:08.230Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33782026-07-02T04:15:10.862Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33792026-07-02T04:15:13.480Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33802026-07-02T04:15:16.148Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33812026-07-02T04:15:19.074Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33822026-07-02T04:15:21.518Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33832026-07-02T04:15:29.609Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33842026-07-02T04:15:29.633Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33852026-07-02T04:15:33.120Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33862026-07-02T04:15:36.463Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33872026-07-02T04:15:39.791Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33882026-07-02T04:15:44.578Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33892026-07-02T04:15:47.603Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33902026-07-02T04:15:51.280Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33912026-07-02T04:15:54.967Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33922026-07-02T04:15:58.691Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33932026-07-02T04:16:02.449Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33942026-07-02T04:16:06.288Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
33952026-07-02T04:16:10.012Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33962026-07-02T04:16:13.872Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33972026-07-02T04:16:17.443Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
33982026-07-02T04:16:21.179Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
33992026-07-02T04:16:25.073Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
34002026-07-02T04:16:28.685Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34012026-07-02T04:16:32.450Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
34022026-07-02T04:16:36.170Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
34032026-07-02T04:16:39.898Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
34042026-07-02T04:16:43.595Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34052026-07-02T04:16:47.364Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
34062026-07-02T04:16:51.099Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
34072026-07-02T04:16:54.784Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
34082026-07-02T04:17:24.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 55s
34092026-07-02T04:17:24.536Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 200 other files
34102026-07-02T04:17:24.641Z
34112026-07-02T04:17:24.641Zreal 6:55.295001601
34122026-07-02T04:17:24.641Zuser 18:34.366131132
34132026-07-02T04:17:24.641Zsys 3:57.811300580
34142026-07-02T04:17:24.641Ztrap 0.279113939
34152026-07-02T04:17:24.641Ztflt 0.022653811
34162026-07-02T04:17:24.641Zdflt 0.060183114
34172026-07-02T04:17:24.641Zkflt 0.000041400
34182026-07-02T04:17:24.641Zlock 6:24:21.658213301
34192026-07-02T04:17:24.641Zslp 2:19:32.852573089
34202026-07-02T04:17:24.641Zlat 32.572151779
34212026-07-02T04:17:24.641Zstop 1:41.551320929
34222026-07-02T04:17:24.645Zprocess exited: duration 787286 ms, exit code 0
 
34232026-07-02T04:17:24.651Zfound 0 output files