01KY86C1ND3SFBKNPN0W0DNRSB: clippy (helios)

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

Buildomat Job: 01KY86D7E6BPPV7FGF6XCP2R4T

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-23T19:15:21.391Zjob assigned to worker 01KY86DE41MZBYPF7NHAP7VQ16 [factory aws, i-0b13df7304eab140e] (queued for 49 s)
 
22026-07-23T19:15:28.726Zstarting task 0: "setup"
32026-07-23T19:15:28.730Z++ uname -s
42026-07-23T19:15:28.733Z+ kern=SunOS
52026-07-23T19:15:28.733Z+ build_user=build
62026-07-23T19:15:28.734Z+ build_uid=12345
72026-07-23T19:15:28.734Z+ work_dir=/work
82026-07-23T19:15:28.734Z+ input_dir=/input
92026-07-23T19:15:28.734Z+ [[ 0 == 12345 ]]
102026-07-23T19:15:28.734Z+ case "$kern" in
112026-07-23T19:15:28.734Z+ groupadd -g 12345 build
122026-07-23T19:15:28.734Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-23T19:15:30.738Z+ zfs create -o mountpoint=/work rpool/work
142026-07-23T19:15:30.813Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-23T19:15:30.817Z+ home_fs=zfs
162026-07-23T19:15:30.817Z+ [[ zfs == autofs ]]
172026-07-23T19:15:30.817Z+ mkdir -p /home/build
182026-07-23T19:15:30.817Z+ chown build:build /home/build /work
192026-07-23T19:15:32.818Z+ chmod 0700 /home/build /work
202026-07-23T19:15:32.824Zprocess exited: duration 4093 ms, exit code 0
 
212026-07-23T19:15:32.858Zstarting task 1: "rust-toolchain"
222026-07-23T19:15:32.861Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-23T19:15:32.862Z * rust toolchain channel = "1.96.1"
242026-07-23T19:15:32.862Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-07-23T19:15:32.862Z * rust toolchain profile = "default"
262026-07-23T19:15:32.862Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-23T19:15:32.862Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-23T19:15:32.867Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-23T19:15:32.867Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-23T19:15:32.969Zinfo: downloading installer
312026-07-23T19:15:34.450Zwarn: It looks like you have an existing rustup settings file at:
322026-07-23T19:15:34.450Zwarn: /home/build/.rustup/settings.toml
332026-07-23T19:15:34.451Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-23T19:15:34.451Zwarn: instead of the one inferred from the default host triple.
352026-07-23T19:15:34.457Zinfo: profile set to default
362026-07-23T19:15:34.457Zinfo: default host triple is x86_64-unknown-illumos
372026-07-23T19:15:34.461Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-23T19:15:34.601Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-23T19:15:34.607Zinfo: downloading 6 components
402026-07-23T19:15:49.992Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-23T19:15:49.992Z
422026-07-23T19:15:50.021Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-23T19:15:50.021Z
442026-07-23T19:15:50.021Z
452026-07-23T19:15:50.021ZRust is installed now. Great!
462026-07-23T19:15:50.021Z
472026-07-23T19:15:50.021ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-23T19:15:50.021Zenvironment variable. This has not been done automatically.
492026-07-23T19:15:50.021Z
502026-07-23T19:15:50.021ZTo configure your current shell, you need to source
512026-07-23T19:15:50.021Zthe corresponding env file under $HOME/.cargo.
522026-07-23T19:15:50.021Z
532026-07-23T19:15:50.021ZThis is usually done by running one of the following (note the leading DOT):
542026-07-23T19:15:50.021Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-23T19:15:50.021Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-23T19:15:50.021Zsource "~/.cargo/env.nu" # For nushell
572026-07-23T19:15:50.022Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-23T19:15:50.022Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-23T19:15:50.022Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-23T19:15:50.022Zwarn: no default linker (`cc`) was found in your PATH
612026-07-23T19:15:50.022Zwarn: many Rust crates require a system C toolchain to build
622026-07-23T19:15:50.080Z+ rustup --version
632026-07-23T19:15:50.086Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-23T19:15:50.096Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-23T19:15:50.111Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-23T19:15:50.121Z+ cargo --version
672026-07-23T19:15:50.134Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-23T19:15:50.149Z+ rustc --version
692026-07-23T19:15:50.158Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-23T19:15:50.158Zprocess exited: duration 17290 ms, exit code 0
 
712026-07-23T19:15:50.170Zstarting task 2: "authentication"
722026-07-23T19:15:50.193Zprocess exited: duration 22 ms, exit code 0
 
732026-07-23T19:15:50.201Zstarting task 3: "clone repository"
742026-07-23T19:15:50.205Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-23T19:15:50.208Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-23T19:15:50.249ZCloning into '/work/oxidecomputer/omicron'...
772026-07-23T19:16:06.188Z+ cd /work/oxidecomputer/omicron
782026-07-23T19:16:06.188Z+ git fetch origin f271ee89ee063e81fef18370401958a177cf91c2
792026-07-23T19:16:06.516ZFrom https://github.com/oxidecomputer/omicron
802026-07-23T19:16:06.516Z * branch f271ee89ee063e81fef18370401958a177cf91c2 -> FETCH_HEAD
812026-07-23T19:16:06.526Z+ [[ -n sunshowers/spr/22n-wicket-common-move-bgp-auth-key-set-types-to-wicketd-commission-types ]]
822026-07-23T19:16:06.529Z++ git branch --show-current
832026-07-23T19:16:06.529Z+ current=main
842026-07-23T19:16:06.529Z+ [[ main != sunshowers/spr/22n-wicket-common-move-bgp-auth-key-set-types-to-wicketd-commission-types ]]
852026-07-23T19:16:06.529Z+ git branch -f sunshowers/spr/22n-wicket-common-move-bgp-auth-key-set-types-to-wicketd-commission-types f271ee89ee063e81fef18370401958a177cf91c2
862026-07-23T19:16:06.532Z+ git checkout -f sunshowers/spr/22n-wicket-common-move-bgp-auth-key-set-types-to-wicketd-commission-types
872026-07-23T19:16:06.773ZSwitched to branch 'sunshowers/spr/22n-wicket-common-move-bgp-auth-key-set-types-to-wicketd-commission-types'
882026-07-23T19:16:06.776Z+ git reset --hard f271ee89ee063e81fef18370401958a177cf91c2
892026-07-23T19:16:06.788ZHEAD is now at f271ee89e rebase on main
902026-07-23T19:16:06.791Zprocess exited: duration 16588 ms, exit code 0
 
912026-07-23T19:16:06.797Zstarting task 4: "build"
922026-07-23T19:16:06.802Z+ source ./env.sh
932026-07-23T19:16:06.804Z++ OLD_SHELL_OPTS=ehxB
942026-07-23T19:16:06.805Z++ set -o xtrace
952026-07-23T19:16:06.805Z++++ dirname ./env.sh
962026-07-23T19:16:06.805Z+++ readlink -f .
972026-07-23T19:16:06.807Z++ OMICRON_WS=/work/oxidecomputer/omicron
982026-07-23T19:16:06.807Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992026-07-23T19:16:06.807Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002026-07-23T19:16:06.807Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1012026-07-23T19:16:06.807Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1022026-07-23T19:16:06.808Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1032026-07-23T19:16:06.808Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1042026-07-23T19:16:06.808Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1052026-07-23T19:16:06.808Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062026-07-23T19:16:06.808Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-07-23T19:16:06.808Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-07-23T19:16:06.808Z++ case $OLD_SHELL_OPTS in
1092026-07-23T19:16:06.808Z++ unset OLD_SHELL_OPTS OMICRON_WS
1102026-07-23T19:16:06.808Z+ source .github/buildomat/ci-env.sh
1112026-07-23T19:16:06.808Z++ export CARGO_TERM_COLOR=always
1122026-07-23T19:16:06.808Z++ CARGO_TERM_COLOR=always
1132026-07-23T19:16:06.808Z+++ uname -s
1142026-07-23T19:16:06.814Z++ [[ SunOS == \S\u\n\O\S ]]
1152026-07-23T19:16:06.814Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
1162026-07-23T19:16:06.814Z+ cargo --version
1172026-07-23T19:16:06.825Zcargo 1.96.1 (356927216 2026-06-26)
1182026-07-23T19:16:06.825Z+ rustc --version
1192026-07-23T19:16:06.841Zrustc 1.96.1 (31fca3adb 2026-06-26)
1202026-07-23T19:16:06.844Z+ banner prerequisites
1212026-07-23T19:16:06.847Z
1222026-07-23T19:16:06.847Z ##### ##### ###### ##### ###### #### # # # #### #
1232026-07-23T19:16:06.847Z # # # # # # # # # # # # # # #
1242026-07-23T19:16:06.847Z # # # # ##### # # ##### # # # # # #### #
1252026-07-23T19:16:06.847Z ##### ##### # ##### # # # # # # # # #
1262026-07-23T19:16:06.847Z # # # # # # # # # # # # # # #
1272026-07-23T19:16:06.847Z # # # ###### # # ###### ### # #### # #### #
1282026-07-23T19:16:06.847Z
1292026-07-23T19:16:06.847Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1302026-07-23T19:16:08.700Z Startup: Refreshing catalog 'helios' ... Done
1312026-07-23T19:16:08.923Z Startup: Caching catalogs ... Done
1322026-07-23T19:16:10.043ZPlanning: Solver setup ... Done (1.044s)
1332026-07-23T19:16:10.091ZPlanning: Running solver ... Done (0.044s)
1342026-07-23T19:16:10.114ZPlanning: Finding local manifests ... Done (0.003s)
1352026-07-23T19:16:10.125ZPlanning: Fetching manifests: 0/2 0% complete
1362026-07-23T19:16:10.143ZPlanning: Fetching manifests: 2/2 100% complete
1372026-07-23T19:16:10.154ZPlanning: Package planning ... Done (0.013s)
1382026-07-23T19:16:10.159ZPlanning: Merging actions ... Done (0.001s)
1392026-07-23T19:16:10.354ZPlanning: Checking for conflicting actions ... Done (0.198s)
1402026-07-23T19:16:10.358ZPlanning: Consolidating action changes ... Done (0.001s)
1412026-07-23T19:16:10.994ZPlanning: Evaluating mediators ... Done (0.639s)
1422026-07-23T19:16:10.997ZPlanning: Planning completed in 2.05 seconds
1432026-07-23T19:16:11.003Z Packages to install: 2
1442026-07-23T19:16:11.006Z Estimated space available: 156.06 GB
1452026-07-23T19:16:11.006ZEstimated space to be consumed: 53.63 MB
1462026-07-23T19:16:11.006Z Create boot environment: No
1472026-07-23T19:16:11.006ZCreate backup boot environment: No
1482026-07-23T19:16:11.006Z Rebuild boot archive: No
1492026-07-23T19:16:11.006Z
1502026-07-23T19:16:11.006ZChanged packages:
1512026-07-23T19:16:11.006Zhelios
1522026-07-23T19:16:11.006Z developer/build-essential
1532026-07-23T19:16:11.006Z None -> 11-3.0
1542026-07-23T19:16:11.006Z library/libxmlsec1
1552026-07-23T19:16:11.006Z None -> 1.2.35-3.0
1562026-07-23T19:16:11.025Z
1572026-07-23T19:16:11.025ZDownload: 0/214 items 0.0/1.3MB 0% complete
1582026-07-23T19:16:11.104ZDownload: Completed 1.28 MB in 0.08 seconds (16.9M/s)
1592026-07-23T19:16:11.177Z Actions: 1/268 actions (Installing new actions)
1602026-07-23T19:16:11.215Z Actions: Completed 268 actions in 0.04 seconds.
1612026-07-23T19:16:11.242ZFinalize: Updating package state database ... Done (0.021s)
1622026-07-23T19:16:11.246ZFinalize: Updating package cache ... Done (0.000s)
1632026-07-23T19:16:11.295ZFinalize: Updating image state ... Done (0.055s)
1642026-07-23T19:16:13.710ZFinalize: Creating fast lookup database ... Done (2.383s)
1652026-07-23T19:16:13.772ZFinalize: Reading search index ... Done (0.011s)
1662026-07-23T19:16:13.775ZFinalize: Updating search index ... Done (0.000s)
1672026-07-23T19:16:13.869ZFinalize: Updating package cache ... Done (0.000s)
1682026-07-23T19:16:14.207ZPlanning: Evaluating mediator changes ... Done
1692026-07-23T19:16:14.311ZPlanning: Checking for conflicting actions ... Done
1702026-07-23T19:16:14.315ZPlanning: Consolidating action changes ... Done
1712026-07-23T19:16:14.513ZPlanning: Evaluating mediators ... Done
1722026-07-23T19:16:14.518ZPlanning: Planning completed in 0.26 seconds
1732026-07-23T19:16:14.518Z Mediators to change: 2
1742026-07-23T19:16:14.518Z Create boot environment: No
1752026-07-23T19:16:14.518ZCreate backup boot environment: No
1762026-07-23T19:16:14.533ZFinalize: Updating package state database ... Done
1772026-07-23T19:16:14.539ZFinalize: Updating package cache ... Done
1782026-07-23T19:16:14.567ZFinalize: Updating image state ... Done
1792026-07-23T19:16:16.463ZFinalize: Creating fast lookup database ... Done
1802026-07-23T19:16:16.523ZFinalize: Reading search index ... Done
1812026-07-23T19:16:16.526ZFinalize: Updating search index ... Done
1822026-07-23T19:16:16.631ZFinalize: Updating package cache ... Done
1832026-07-23T19:16:16.912ZPlanning: Evaluating mediator changes ... Done
1842026-07-23T19:16:17.016ZPlanning: Checking for conflicting actions ... Done
1852026-07-23T19:16:17.022ZPlanning: Consolidating action changes ... Done
1862026-07-23T19:16:17.171ZPlanning: Evaluating mediators ... Done
1872026-07-23T19:16:17.174ZPlanning: Planning completed in 0.26 seconds
1882026-07-23T19:16:17.197Z Mediators to change: 1
1892026-07-23T19:16:17.199Z Create boot environment: No
1902026-07-23T19:16:17.199ZCreate backup boot environment: No
1912026-07-23T19:16:17.238ZFinalize: Updating package state database ... Done
1922026-07-23T19:16:17.238ZFinalize: Updating package cache ... Done
1932026-07-23T19:16:17.275ZFinalize: Updating image state ... Done
1942026-07-23T19:16:19.182ZFinalize: Creating fast lookup database ... Done
1952026-07-23T19:16:19.239ZFinalize: Reading search index ... Done
1962026-07-23T19:16:19.242ZFinalize: Updating search index ... Done
1972026-07-23T19:16:19.299ZFinalize: Updating package cache ... Done
1982026-07-23T19:16:19.611ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1992026-07-23T19:16:19.611Zapache system 2.4 system
2002026-07-23T19:16:19.611Zclang system 15 system
2012026-07-23T19:16:19.611Zcsh system system illumos
2022026-07-23T19:16:19.611Zctags system system illumos
2032026-07-23T19:16:19.611Zfile vendor vendor darwinsys
2042026-07-23T19:16:19.611Zfile system system illumos
2052026-07-23T19:16:19.611Zgcc vendor 14 vendor
2062026-07-23T19:16:19.611Zgcc system 13 system
2072026-07-23T19:16:19.611Zgcc system 10 system
2082026-07-23T19:16:19.611Zgo system 1.25 system
2092026-07-23T19:16:19.611Zllvm system 15 system
2102026-07-23T19:16:19.611Zmariadb system 11.4 system
2112026-07-23T19:16:19.611Zmta vendor vendor dma
2122026-07-23T19:16:19.611Zopenjdk system 17 system
2132026-07-23T19:16:19.611Zopenjdk system 11 system
2142026-07-23T19:16:19.611Zopenssl vendor 3 vendor
2152026-07-23T19:16:19.611Zperl system 5.40 system
2162026-07-23T19:16:19.611Zpostgresql system 18 system
2172026-07-23T19:16:19.611Zpostgresql system 17 system
2182026-07-23T19:16:19.611Zpython vendor 3 vendor
2192026-07-23T19:16:19.611Zpython system 2 system
2202026-07-23T19:16:19.611Zpython3 vendor 3.13 vendor
2212026-07-23T19:16:19.612Zruby system 3.4 system
2222026-07-23T19:16:19.612Zruby system 3.0 system
2232026-07-23T19:16:19.612Zwords vendor vendor american-english
2242026-07-23T19:16:19.612Zwords system system australian-english
2252026-07-23T19:16:19.612Zwords system system british-english
2262026-07-23T19:16:19.612Zwords system system canadian-english
2272026-07-23T19:16:19.612Zwords system system french
2282026-07-23T19:16:19.612Zwords system system italian
2292026-07-23T19:16:19.612Zwords system system ngerman
2302026-07-23T19:16:19.612Zwords system system ogerman
2312026-07-23T19:16:19.612Zwords system system spanish
2322026-07-23T19:16:19.859ZPUBLISHER TYPE STATUS P LOCATION
2332026-07-23T19:16:19.859Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2342026-07-23T19:16:20.241ZFMRI IFO
2352026-07-23T19:16:20.241Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2362026-07-23T19:16:20.241Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2372026-07-23T19:16:20.241Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2382026-07-23T19:16:20.241Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2392026-07-23T19:16:20.241Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2402026-07-23T19:16:20.241Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2412026-07-23T19:16:20.241Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2422026-07-23T19:16:20.241Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2432026-07-23T19:16:20.241Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2442026-07-23T19:16:20.538Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2452026-07-23T19:16:20.782Z Updating crates.io index
2462026-07-23T19:16:20.786Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2472026-07-23T19:16:21.013Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2482026-07-23T19:16:21.287Z Updating git repository `https://github.com/oxidecomputer/propolis`
2492026-07-23T19:16:22.466Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2502026-07-23T19:16:23.024Z Updating git repository `https://github.com/oxidecomputer/crucible`
2512026-07-23T19:16:24.962Z Updating git repository `https://github.com/oxidecomputer/opte`
2522026-07-23T19:16:25.894Z Updating git repository `https://github.com/oxidecomputer/tofino`
2532026-07-23T19:16:26.126Z Updating git repository `https://github.com/oxidecomputer/lldp`
2542026-07-23T19:16:26.435Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2552026-07-23T19:16:27.659Z Updating git repository `https://github.com/oxidecomputer/clickward`
2562026-07-23T19:16:27.938Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2572026-07-23T19:16:28.258Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2582026-07-23T19:16:28.517Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2592026-07-23T19:16:29.025Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2602026-07-23T19:16:29.507Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2612026-07-23T19:16:29.718Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2622026-07-23T19:16:29.927Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2632026-07-23T19:16:30.395Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2642026-07-23T19:16:30.655Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2652026-07-23T19:16:30.862Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2662026-07-23T19:16:31.062Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2672026-07-23T19:16:31.299Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2682026-07-23T19:16:31.663Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2692026-07-23T19:16:31.967Z Updating git repository `https://github.com/oxidecomputer/erebor`
2702026-07-23T19:16:32.286Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2712026-07-23T19:16:32.681Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2722026-07-23T19:16:32.927Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2732026-07-23T19:16:33.278Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2742026-07-23T19:16:33.553Z Updating git repository `https://github.com/oxidecomputer/ispf`
2752026-07-23T19:16:33.761Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2762026-07-23T19:16:33.974Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2772026-07-23T19:16:34.294Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2782026-07-23T19:16:34.638Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2792026-07-23T19:16:34.842Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2802026-07-23T19:16:35.103Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2812026-07-23T19:16:35.340Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2822026-07-23T19:16:35.587Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2832026-07-23T19:16:35.846Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2842026-07-23T19:16:36.071Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2852026-07-23T19:16:36.306Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2862026-07-23T19:16:36.515Z Updating git repository `https://github.com/illumos/smf-rs`
2872026-07-23T19:16:39.225Z Downloading crates ...
2882026-07-23T19:16:39.273Z Downloaded fastrand v2.3.0
2892026-07-23T19:16:39.277Z Downloaded macaddr v1.0.1
2902026-07-23T19:16:39.281Z Downloaded bitflags v2.11.0
2912026-07-23T19:16:39.286Z Downloaded unicode-linebreak v0.1.5
2922026-07-23T19:16:39.290Z Downloaded scroll_derive v0.12.1
2932026-07-23T19:16:39.290Z Downloaded bytecount v0.6.9
2942026-07-23T19:16:39.296Z Downloaded zmij v1.0.21
2952026-07-23T19:16:39.300Z Downloaded byteorder v1.5.0
2962026-07-23T19:16:39.300Z Downloaded anstream v1.0.0
2972026-07-23T19:16:39.300Z Downloaded camino-tempfile v1.4.1
2982026-07-23T19:16:39.301Z Downloaded camino v1.2.2
2992026-07-23T19:16:39.304Z Downloaded colorchoice v1.0.4
3002026-07-23T19:16:39.310Z Downloaded memmap v0.7.0
3012026-07-23T19:16:39.313Z Downloaded zerocopy v0.7.35
3022026-07-23T19:16:39.319Z Downloaded serde_core v1.0.228
3032026-07-23T19:16:39.323Z Downloaded heck v0.4.1
3042026-07-23T19:16:39.323Z Downloaded errno v0.3.14
3052026-07-23T19:16:39.323Z Downloaded cpufeatures v0.2.17
3062026-07-23T19:16:39.323Z Downloaded heck v0.5.0
3072026-07-23T19:16:39.332Z Downloaded thiserror-impl v1.0.69
3082026-07-23T19:16:39.335Z Downloaded clap_lex v1.0.0
3092026-07-23T19:16:39.335Z Downloaded cargo-platform v0.3.2
3102026-07-23T19:16:39.335Z Downloaded cargo_toml v0.21.0
3112026-07-23T19:16:39.338Z Downloaded pest_generator v2.8.6
3122026-07-23T19:16:39.342Z Downloaded crypto-common v0.1.7
3132026-07-23T19:16:39.342Z Downloaded itoa v1.0.17
3142026-07-23T19:16:39.345Z Downloaded anstyle-query v1.1.5
3152026-07-23T19:16:39.348Z Downloaded generic-array v0.14.7
3162026-07-23T19:16:39.351Z Downloaded dof v0.3.0
3172026-07-23T19:16:39.351Z Downloaded cfg-if v1.0.4
3182026-07-23T19:16:39.354Z Downloaded swrite v0.1.0
3192026-07-23T19:16:39.358Z Downloaded toml_datetime v0.6.11
3202026-07-23T19:16:39.361Z Downloaded equivalent v1.0.2
3212026-07-23T19:16:39.364Z Downloaded cargo_metadata v0.23.1
3222026-07-23T19:16:39.364Z Downloaded anstyle v1.0.14
3232026-07-23T19:16:39.364Z Downloaded pretty-hex v0.4.1
3242026-07-23T19:16:39.367Z Downloaded is_terminal_polyfill v1.70.2
3252026-07-23T19:16:39.367Z Downloaded dtrace-parser v0.2.0
3262026-07-23T19:16:39.367Z Downloaded version_check v0.9.5
3272026-07-23T19:16:39.370Z Downloaded smawk v0.3.2
3282026-07-23T19:16:39.373Z Downloaded usdt v0.5.0
3292026-07-23T19:16:39.373Z Downloaded serde_spanned v0.6.9
3302026-07-23T19:16:39.379Z Downloaded proc-macro-error-attr v1.0.4
3312026-07-23T19:16:39.382Z Downloaded usdt-macro v0.5.0
3322026-07-23T19:16:39.382Z Downloaded strsim v0.11.1
3332026-07-23T19:16:39.382Z Downloaded block-buffer v0.10.4
3342026-07-23T19:16:39.387Z Downloaded fnv v1.0.7
3352026-07-23T19:16:39.390Z Downloaded terminal_size v0.4.3
3362026-07-23T19:16:39.390Z Downloaded usdt-attr-macro v0.5.0
3372026-07-23T19:16:39.390Z Downloaded toml_write v0.1.2
3382026-07-23T19:16:39.393Z Downloaded thread-id v4.2.2
3392026-07-23T19:16:39.396Z Downloaded plain v0.2.3
3402026-07-23T19:16:39.398Z Downloaded utf8parse v0.2.2
3412026-07-23T19:16:39.403Z Downloaded tabled_derive v0.7.0
3422026-07-23T19:16:39.415Z Downloaded thiserror v1.0.69
3432026-07-23T19:16:39.418Z Downloaded proc-macro-error v1.0.4
3442026-07-23T19:16:39.421Z Downloaded autocfg v1.5.0
3452026-07-23T19:16:39.425Z Downloaded serde_tokenstream v0.2.3
3462026-07-23T19:16:39.429Z Downloaded anstyle-parse v1.0.0
3472026-07-23T19:16:39.429Z Downloaded usdt-impl v0.5.0
3482026-07-23T19:16:39.429Z Downloaded scroll v0.12.0
3492026-07-23T19:16:39.434Z Downloaded quote v1.0.45
3502026-07-23T19:16:39.437Z Downloaded thiserror-impl v2.0.18
3512026-07-23T19:16:39.440Z Downloaded sha2 v0.10.9
3522026-07-23T19:16:39.450Z Downloaded once_cell v1.21.3
3532026-07-23T19:16:39.453Z Downloaded pest_derive v2.8.6
3542026-07-23T19:16:39.456Z Downloaded digest v0.10.7
3552026-07-23T19:16:39.459Z Downloaded fs-err v3.3.0
3562026-07-23T19:16:39.466Z Downloaded tempfile v3.25.0
3572026-07-23T19:16:39.469Z Downloaded zerocopy-derive v0.7.35
3582026-07-23T19:16:39.476Z Downloaded semver v1.0.28
3592026-07-23T19:16:39.478Z Downloaded thiserror v2.0.18
3602026-07-23T19:16:39.479Z Downloaded memchr v2.8.0
3612026-07-23T19:16:39.481Z Downloaded toml v0.8.23
3622026-07-23T19:16:39.485Z Downloaded clap v4.6.1
3632026-07-23T19:16:39.487Z Downloaded proc-macro2 v1.0.106
3642026-07-23T19:16:39.490Z Downloaded goblin v0.8.2
3652026-07-23T19:16:39.493Z Downloaded clap_derive v4.6.1
3662026-07-23T19:16:39.494Z Downloaded log v0.4.29
3672026-07-23T19:16:39.497Z Downloaded ucd-trie v0.1.7
3682026-07-23T19:16:39.497Z Downloaded textwrap v0.16.2
3692026-07-23T19:16:39.497Z Downloaded getrandom v0.4.1
3702026-07-23T19:16:39.500Z Downloaded anyhow v1.0.102
3712026-07-23T19:16:39.500Z Downloaded unicode-ident v1.0.24
3722026-07-23T19:16:39.503Z Downloaded serde_derive v1.0.228
3732026-07-23T19:16:39.503Z Downloaded papergrid v0.11.0
3742026-07-23T19:16:39.506Z Downloaded toml_edit v0.22.27
3752026-07-23T19:16:39.512Z Downloaded indexmap v2.14.0
3762026-07-23T19:16:39.514Z Downloaded pest_meta v2.8.6
3772026-07-23T19:16:39.524Z Downloaded clap_builder v4.6.0
3782026-07-23T19:16:39.527Z Downloaded serde v1.0.228
3792026-07-23T19:16:39.531Z Downloaded typenum v1.20.1
3802026-07-23T19:16:39.550Z Downloaded hashbrown v0.17.0
3812026-07-23T19:16:39.554Z Downloaded pest v2.8.6
3822026-07-23T19:16:39.558Z Downloaded tabled v0.15.0
3832026-07-23T19:16:39.564Z Downloaded serde_json v1.0.150
3842026-07-23T19:16:39.579Z Downloaded winnow v0.7.14
3852026-07-23T19:16:39.605Z Downloaded syn v1.0.109
3862026-07-23T19:16:39.610Z Downloaded unicode-width v0.2.0
3872026-07-23T19:16:39.616Z Downloaded unicode-width v0.1.14
3882026-07-23T19:16:39.620Z Downloaded syn v2.0.117
3892026-07-23T19:16:39.633Z Downloaded rustix v1.1.3
3902026-07-23T19:16:39.662Z Downloaded libc v0.2.185
3912026-07-23T19:16:39.724Z Compiling proc-macro2 v1.0.106
3922026-07-23T19:16:39.724Z Compiling unicode-ident v1.0.24
3932026-07-23T19:16:39.724Z Compiling quote v1.0.45
3942026-07-23T19:16:39.727Z Compiling serde_core v1.0.228
3952026-07-23T19:16:39.727Z Compiling libc v0.2.185
3962026-07-23T19:16:39.727Z Compiling version_check v0.9.5
3972026-07-23T19:16:39.727Z Compiling memchr v2.8.0
3982026-07-23T19:16:39.727Z Compiling serde v1.0.228
3992026-07-23T19:16:40.044Z Compiling zmij v1.0.21
4002026-07-23T19:16:40.249Z Compiling ucd-trie v0.1.7
4012026-07-23T19:16:40.360Z Compiling thiserror v1.0.69
4022026-07-23T19:16:40.501Z Compiling itoa v1.0.17
4032026-07-23T19:16:40.602Z Compiling pest v2.8.6
4042026-07-23T19:16:40.673Z Compiling rustix v1.1.3
4052026-07-23T19:16:40.745Z Compiling byteorder v1.5.0
4062026-07-23T19:16:40.870Z Compiling errno v0.3.14
4072026-07-23T19:16:41.021Z Compiling serde_json v1.0.150
4082026-07-23T19:16:41.087Z Compiling bitflags v2.11.0
4092026-07-23T19:16:41.218Z Compiling syn v2.0.117
4102026-07-23T19:16:41.283Z Compiling thread-id v4.2.2
4112026-07-23T19:16:41.300Z Compiling usdt-impl v0.5.0
4122026-07-23T19:16:41.363Z Compiling proc-macro-error-attr v1.0.4
4132026-07-23T19:16:41.502Z Compiling camino v1.2.2
4142026-07-23T19:16:41.524Z Compiling syn v1.0.109
4152026-07-23T19:16:41.648Z Compiling pest_meta v2.8.6
4162026-07-23T19:16:41.895Z Compiling proc-macro-error v1.0.4
4172026-07-23T19:16:41.911Z Compiling log v0.4.29
4182026-07-23T19:16:41.930Z Compiling equivalent v1.0.2
4192026-07-23T19:16:42.094Z Compiling hashbrown v0.17.0
4202026-07-23T19:16:42.097Z Compiling utf8parse v0.2.2
4212026-07-23T19:16:42.164Z Compiling getrandom v0.4.1
4222026-07-23T19:16:42.221Z Compiling plain v0.2.3
4232026-07-23T19:16:42.336Z Compiling anstyle-parse v1.0.0
4242026-07-23T19:16:42.521Z Compiling terminal_size v0.4.3
4252026-07-23T19:16:42.576Z Compiling indexmap v2.14.0
4262026-07-23T19:16:43.034Z Compiling anstyle-query v1.1.5
4272026-07-23T19:16:43.078Z Compiling pretty-hex v0.4.1
4282026-07-23T19:16:43.163Z Compiling winnow v0.7.14
4292026-07-23T19:16:43.244Z Compiling autocfg v1.5.0
4302026-07-23T19:16:43.335Z Compiling toml_write v0.1.2
4312026-07-23T19:16:43.335Z Compiling thiserror v2.0.18
4322026-07-23T19:16:43.335Z Compiling colorchoice v1.0.4
4332026-07-23T19:16:43.438Z Compiling is_terminal_polyfill v1.70.2
4342026-07-23T19:16:43.506Z Compiling pest_generator v2.8.6
4352026-07-23T19:16:43.506Z Compiling cfg-if v1.0.4
4362026-07-23T19:16:43.585Z Compiling anstyle v1.0.14
4372026-07-23T19:16:43.652Z Compiling fs-err v3.3.0
4382026-07-23T19:16:43.736Z Compiling anstream v1.0.0
4392026-07-23T19:16:43.874Z Compiling unicode-width v0.1.14
4402026-07-23T19:16:43.875Z Compiling heck v0.5.0
4412026-07-23T19:16:44.020Z Compiling once_cell v1.21.3
4422026-07-23T19:16:44.074Z Compiling bytecount v0.6.9
4432026-07-23T19:16:44.081Z Compiling strsim v0.11.1
4442026-07-23T19:16:44.081Z Compiling fnv v1.0.7
4452026-07-23T19:16:44.130Z Compiling clap_lex v1.0.0
4462026-07-23T19:16:44.203Z Compiling anyhow v1.0.102
4472026-07-23T19:16:44.253Z Compiling heck v0.4.1
4482026-07-23T19:16:44.285Z Compiling fastrand v2.3.0
4492026-07-23T19:16:44.452Z Compiling clap_builder v4.6.0
4502026-07-23T19:16:44.483Z Compiling tempfile v3.25.0
4512026-07-23T19:16:44.501Z Compiling papergrid v0.11.0
4522026-07-23T19:16:44.659Z Compiling cargo-platform v0.3.2
4532026-07-23T19:16:44.680Z Compiling tabled_derive v0.7.0
4542026-07-23T19:16:44.693Z Compiling semver v1.0.28
4552026-07-23T19:16:44.752Z Compiling memmap v0.7.0
4562026-07-23T19:16:44.869Z Compiling smawk v0.3.2
4572026-07-23T19:16:44.942Z Compiling unicode-linebreak v0.1.5
4582026-07-23T19:16:44.954Z Compiling unicode-width v0.2.0
4592026-07-23T19:16:45.026Z Compiling camino-tempfile v1.4.1
4602026-07-23T19:16:45.101Z Compiling serde_derive v1.0.228
4612026-07-23T19:16:45.182Z Compiling thiserror-impl v1.0.69
4622026-07-23T19:16:45.230Z Compiling zerocopy-derive v0.7.35
4632026-07-23T19:16:45.254Z Compiling pest_derive v2.8.6
4642026-07-23T19:16:45.378Z Compiling scroll_derive v0.12.1
4652026-07-23T19:16:45.607Z Compiling thiserror-impl v2.0.18
4662026-07-23T19:16:45.716Z Compiling clap_derive v4.6.1
4672026-07-23T19:16:45.930Z Compiling tabled v0.15.0
4682026-07-23T19:16:46.067Z Compiling scroll v0.12.0
4692026-07-23T19:16:46.108Z Compiling zerocopy v0.7.35
4702026-07-23T19:16:46.337Z Compiling goblin v0.8.2
4712026-07-23T19:16:46.603Z Compiling dtrace-parser v0.2.0
4722026-07-23T19:16:46.652Z Compiling textwrap v0.16.2
4732026-07-23T19:16:47.107Z Compiling swrite v0.1.0
4742026-07-23T19:16:47.472Z Compiling clap v4.6.1
4752026-07-23T19:16:48.193Z Compiling serde_spanned v0.6.9
4762026-07-23T19:16:48.194Z Compiling toml_datetime v0.6.11
4772026-07-23T19:16:48.200Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4782026-07-23T19:16:48.200Z Compiling cargo_metadata v0.23.1
4792026-07-23T19:16:48.201Z Compiling macaddr v1.0.1
4802026-07-23T19:16:48.282Z Compiling dof v0.3.0
4812026-07-23T19:16:48.286Z Compiling serde_tokenstream v0.2.3
4822026-07-23T19:16:48.493Z Compiling toml_edit v0.22.27
4832026-07-23T19:16:49.048Z Compiling usdt-attr-macro v0.5.0
4842026-07-23T19:16:49.048Z Compiling usdt-macro v0.5.0
4852026-07-23T19:16:49.676Z Compiling usdt v0.5.0
4862026-07-23T19:16:49.797Z Compiling toml v0.8.23
4872026-07-23T19:16:50.146Z Compiling cargo_toml v0.21.0
4882026-07-23T19:16:51.402Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4892026-07-23T19:16:53.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.96s
4902026-07-23T19:16:53.544Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4912026-07-23T19:16:54.048Z Downloading crates ...
4922026-07-23T19:16:54.142Z Downloaded adler2 v2.0.1
4932026-07-23T19:16:54.148Z Downloaded arrayvec v0.7.6
4942026-07-23T19:16:54.151Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
4952026-07-23T19:16:54.151Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
4962026-07-23T19:16:54.152Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
4972026-07-23T19:16:54.152Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
4982026-07-23T19:16:54.152Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
4992026-07-23T19:16:54.152Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
5002026-07-23T19:16:54.152Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
5012026-07-23T19:16:54.152Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
5022026-07-23T19:16:54.152Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
5032026-07-23T19:16:54.152Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
5042026-07-23T19:16:54.152Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
5052026-07-23T19:16:54.159Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
5062026-07-23T19:16:54.159Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
5072026-07-23T19:16:54.159Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
5082026-07-23T19:16:54.159Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
5092026-07-23T19:16:54.159Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
5102026-07-23T19:16:54.159Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
5112026-07-23T19:16:54.159Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
5122026-07-23T19:16:54.159Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
5132026-07-23T19:16:54.159Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
5142026-07-23T19:16:54.159Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
5152026-07-23T19:16:54.159Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
5162026-07-23T19:16:54.159Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
5172026-07-23T19:16:54.159Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
5182026-07-23T19:16:54.159Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
5192026-07-23T19:16:54.159Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
5202026-07-23T19:16:54.159Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
5212026-07-23T19:16:54.159Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
5222026-07-23T19:16:54.159Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
5232026-07-23T19:16:54.159Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
5242026-07-23T19:16:54.159Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
5252026-07-23T19:16:54.159Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
5262026-07-23T19:16:54.159Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
5272026-07-23T19:16:54.159Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
5282026-07-23T19:16:54.159Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
5292026-07-23T19:16:54.159Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
5302026-07-23T19:16:54.160Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
5312026-07-23T19:16:54.160Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
5322026-07-23T19:16:54.160Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
5332026-07-23T19:16:54.160Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
5342026-07-23T19:16:54.160Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
5352026-07-23T19:16:54.160Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
5362026-07-23T19:16:54.160Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
5372026-07-23T19:16:54.160Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
5382026-07-23T19:16:54.163Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
5392026-07-23T19:16:54.164Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
5402026-07-23T19:16:54.164Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
5412026-07-23T19:16:54.164Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
5422026-07-23T19:16:54.164Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
5432026-07-23T19:16:54.164Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
5442026-07-23T19:16:54.165Z Downloaded aes v0.9.1
5452026-07-23T19:16:54.165Z Downloaded block-buffer v0.12.1
5462026-07-23T19:16:54.165Z Downloaded bitfield-macros v0.19.4
5472026-07-23T19:16:54.172Z Downloaded aead v0.5.2
5482026-07-23T19:16:54.173Z Downloaded base16ct v1.0.0
5492026-07-23T19:16:54.177Z Downloaded bit-set v0.8.0
5502026-07-23T19:16:54.177Z Downloaded bit-set v0.5.3
5512026-07-23T19:16:54.177Z Downloaded async-stream v0.3.6
5522026-07-23T19:16:54.177Z Downloaded arrayref v0.3.9
5532026-07-23T19:16:54.181Z Downloaded array-init v0.0.4
5542026-07-23T19:16:54.182Z Downloaded base16ct v0.2.0
5552026-07-23T19:16:54.182Z Downloaded aead v0.6.1
5562026-07-23T19:16:54.189Z Downloaded bcrypt-pbkdf v0.11.0
5572026-07-23T19:16:54.196Z Downloaded ciborium-ll v0.2.2
5582026-07-23T19:16:54.196Z Downloaded assert_matches v1.5.0
5592026-07-23T19:16:54.196Z Downloaded cfg_aliases v0.1.1
5602026-07-23T19:16:54.200Z Downloaded atomicwrites v0.4.4
5612026-07-23T19:16:54.201Z Downloaded bitfield-struct v0.6.2
5622026-07-23T19:16:54.201Z Downloaded castaway v0.2.4
5632026-07-23T19:16:54.201Z Downloaded derive-where v1.6.0
5642026-07-23T19:16:54.204Z Downloaded enum_dispatch v0.3.13
5652026-07-23T19:16:54.207Z Downloaded diesel_table_macro_syntax v0.3.0
5662026-07-23T19:16:54.209Z Downloaded argon2 v0.5.3
5672026-07-23T19:16:54.210Z Downloaded dyn-clone v1.0.20
5682026-07-23T19:16:54.218Z Downloaded dunce v1.0.5
5692026-07-23T19:16:54.218Z Downloaded bitfield v0.19.4
5702026-07-23T19:16:54.218Z Downloaded clang-sys v1.8.1
5712026-07-23T19:16:54.218Z Downloaded ascii-canvas v3.0.0
5722026-07-23T19:16:54.218Z Downloaded document-features v0.2.12
5732026-07-23T19:16:54.218Z Downloaded backon v1.6.0
5742026-07-23T19:16:54.218Z Downloaded enum-as-inner v0.6.1
5752026-07-23T19:16:54.218Z Downloaded async-stream-impl v0.3.6
5762026-07-23T19:16:54.225Z Downloaded endian-type v0.1.2
5772026-07-23T19:16:54.225Z Downloaded downcast-rs v2.0.2
5782026-07-23T19:16:54.225Z Downloaded dirs-next v2.0.0
5792026-07-23T19:16:54.225Z Downloaded dtrace-parser v0.3.0
5802026-07-23T19:16:54.225Z Downloaded digest-io v0.1.0
5812026-07-23T19:16:54.226Z Downloaded ciborium-io v0.2.2
5822026-07-23T19:16:54.226Z Downloaded form_urlencoded v1.2.2
5832026-07-23T19:16:54.230Z Downloaded block-padding v0.4.2
5842026-07-23T19:16:54.230Z Downloaded dropshot-api-manager-types v0.7.2
5852026-07-23T19:16:54.234Z Downloaded derive_builder_macro v0.20.2
5862026-07-23T19:16:54.235Z Downloaded derive_more v0.99.20
5872026-07-23T19:16:54.237Z Downloaded foreign-types-shared v0.3.1
5882026-07-23T19:16:54.238Z Downloaded cfg_aliases v0.2.1
5892026-07-23T19:16:54.238Z Downloaded derive_builder_core v0.20.2
5902026-07-23T19:16:54.243Z Downloaded cobs v0.3.0
5912026-07-23T19:16:54.243Z Downloaded atty v0.2.14
5922026-07-23T19:16:54.243Z Downloaded ghash v0.6.0
5932026-07-23T19:16:54.243Z Downloaded foreign-types-macros v0.2.3
5942026-07-23T19:16:54.243Z Downloaded futures-task v0.3.32
5952026-07-23T19:16:54.249Z Downloaded async-recursion v1.1.1
5962026-07-23T19:16:54.249Z Downloaded dsl_auto_type v0.2.0
5972026-07-23T19:16:54.249Z Downloaded display-error-chain v0.2.2
5982026-07-23T19:16:54.252Z Downloaded fd-lock v4.0.4
5992026-07-23T19:16:54.252Z Downloaded displaydoc v0.2.5
6002026-07-23T19:16:54.255Z Downloaded defmt-macros v1.0.1
6012026-07-23T19:16:54.255Z Downloaded either v1.15.0
6022026-07-23T19:16:54.259Z Downloaded diesel-dtrace v0.5.0
6032026-07-23T19:16:54.259Z Downloaded ecdsa v0.17.0-rc.18
6042026-07-23T19:16:54.264Z Downloaded bit-vec v0.6.3
6052026-07-23T19:16:54.264Z Downloaded bcs v0.1.6
6062026-07-23T19:16:54.268Z Downloaded bit-vec v0.8.0
6072026-07-23T19:16:54.268Z Downloaded futures-io v0.3.32
6082026-07-23T19:16:54.268Z Downloaded embedded-io v0.6.1
6092026-07-23T19:16:54.268Z Downloaded flagset v0.4.7
6102026-07-23T19:16:54.268Z Downloaded bitflags v1.3.2
6112026-07-23T19:16:54.272Z Downloaded atomic-waker v1.1.2
6122026-07-23T19:16:54.272Z Downloaded env_filter v1.0.0
6132026-07-23T19:16:54.276Z Downloaded embedded-io v0.4.0
6142026-07-23T19:16:54.276Z Downloaded dof v0.4.0
6152026-07-23T19:16:54.276Z Downloaded anstyle-parse v0.2.7
6162026-07-23T19:16:54.276Z Downloaded futures-macro v0.3.32
6172026-07-23T19:16:54.281Z Downloaded digest v0.11.3
6182026-07-23T19:16:54.281Z Downloaded erased-serde v0.3.31
6192026-07-23T19:16:54.281Z Downloaded defmt-parser v1.0.0
6202026-07-23T19:16:54.283Z Downloaded env_logger v0.11.9
6212026-07-23T19:16:54.284Z Downloaded ena v0.14.4
6222026-07-23T19:16:54.284Z Downloaded async-bb8-diesel v0.2.1
6232026-07-23T19:16:54.286Z Downloaded anstream v0.6.21
6242026-07-23T19:16:54.287Z Downloaded funty v2.0.0
6252026-07-23T19:16:54.290Z Downloaded globwalk v0.9.1
6262026-07-23T19:16:54.290Z Downloaded hash32 v0.2.1
6272026-07-23T19:16:54.290Z Downloaded fixedbitset v0.4.2
6282026-07-23T19:16:54.296Z Downloaded futures-sink v0.3.32
6292026-07-23T19:16:54.296Z Downloaded dirs-sys-next v0.1.2
6302026-07-23T19:16:54.296Z Downloaded hex v0.4.3
6312026-07-23T19:16:54.301Z Downloaded futures-core v0.3.32
6322026-07-23T19:16:54.301Z Downloaded bb8 v0.8.6
6332026-07-23T19:16:54.301Z Downloaded cexpr v0.6.0
6342026-07-23T19:16:54.301Z Downloaded cbc v0.2.1
6352026-07-23T19:16:54.301Z Downloaded base64ct v1.8.3
6362026-07-23T19:16:54.301Z Downloaded gethostname v0.5.0
6372026-07-23T19:16:54.305Z Downloaded foreign-types v0.5.0
6382026-07-23T19:16:54.305Z Downloaded git-stub v1.0.0
6392026-07-23T19:16:54.305Z Downloaded fxhash v0.2.1
6402026-07-23T19:16:54.305Z Downloaded foreign-types v0.3.2
6412026-07-23T19:16:54.305Z Downloaded diff v0.1.13
6422026-07-23T19:16:54.311Z Downloaded cmake v0.1.57
6432026-07-23T19:16:54.311Z Downloaded cipher v0.5.2
6442026-07-23T19:16:54.314Z Downloaded cipher v0.4.4
6452026-07-23T19:16:54.314Z Downloaded des v0.9.0
6462026-07-23T19:16:54.314Z Downloaded foreign-types-shared v0.1.1
6472026-07-23T19:16:54.314Z Downloaded dropshot_endpoint v0.17.1
6482026-07-23T19:16:54.314Z Downloaded compression-codecs v0.4.37
6492026-07-23T19:16:54.318Z Downloaded hex-literal v1.1.0
6502026-07-23T19:16:54.318Z Downloaded headers-core v0.3.0
6512026-07-23T19:16:54.318Z Downloaded http-body v1.0.1
6522026-07-23T19:16:54.321Z Downloaded hostname v0.3.1
6532026-07-23T19:16:54.321Z Downloaded hash32 v0.3.1
6542026-07-23T19:16:54.321Z Downloaded constant_time_eq v0.4.2
6552026-07-23T19:16:54.325Z Downloaded globset v0.4.18
6562026-07-23T19:16:54.325Z Downloaded hostname v0.4.2
6572026-07-23T19:16:54.325Z Downloaded home v0.5.12
6582026-07-23T19:16:54.330Z Downloaded ecdsa v0.16.9
6592026-07-23T19:16:54.330Z Downloaded deranged v0.5.8
6602026-07-23T19:16:54.330Z Downloaded http-range v0.1.5
6612026-07-23T19:16:54.335Z Downloaded httpdate v1.0.3
6622026-07-23T19:16:54.335Z Downloaded blake2 v0.10.6
6632026-07-23T19:16:54.335Z Downloaded argon2 v0.6.0-rc.8
6642026-07-23T19:16:54.335Z Downloaded backoff v0.4.0
6652026-07-23T19:16:54.338Z Downloaded fs-err v2.11.0
6662026-07-23T19:16:54.338Z Downloaded hyper-tls v0.6.0
6672026-07-23T19:16:54.338Z Downloaded cmov v0.5.4
6682026-07-23T19:16:54.338Z Downloaded blowfish v0.10.0
6692026-07-23T19:16:54.342Z Downloaded find-msvc-tools v0.1.9
6702026-07-23T19:16:54.342Z Downloaded cassowary v0.3.0
6712026-07-23T19:16:54.342Z Downloaded bs58 v0.5.1
6722026-07-23T19:16:54.342Z Downloaded futures-executor v0.3.32
6732026-07-23T19:16:54.346Z Downloaded hubpack_derive v0.1.1
6742026-07-23T19:16:54.347Z Downloaded fallible-iterator v0.2.0
6752026-07-23T19:16:54.347Z Downloaded git-stub-vcs v0.1.0
6762026-07-23T19:16:54.360Z Downloaded buf-list v1.1.2
6772026-07-23T19:16:54.360Z Downloaded der_derive v0.7.3
6782026-07-23T19:16:54.360Z Downloaded hubpack v0.1.2
6792026-07-23T19:16:54.361Z Downloaded foldhash v0.2.0
6802026-07-23T19:16:54.361Z Downloaded fs_extra v1.3.0
6812026-07-23T19:16:54.361Z Downloaded filetime v0.2.27
6822026-07-23T19:16:54.364Z Downloaded ff v0.13.1
6832026-07-23T19:16:54.364Z Downloaded indent_write v2.2.0
6842026-07-23T19:16:54.365Z Downloaded inout v0.1.4
6852026-07-23T19:16:54.365Z Downloaded instant v0.1.13
6862026-07-23T19:16:54.365Z Downloaded getrandom v0.2.17
6872026-07-23T19:16:54.365Z Downloaded instability v0.3.11
6882026-07-23T19:16:54.365Z Downloaded idna_adapter v1.2.1
6892026-07-23T19:16:54.365Z Downloaded glob v0.3.3
6902026-07-23T19:16:54.369Z Downloaded console v0.16.2
6912026-07-23T19:16:54.369Z Downloaded elliptic-curve v0.14.0-rc.33
6922026-07-23T19:16:54.372Z Downloaded indoc v1.0.9
6932026-07-23T19:16:54.372Z Downloaded illumos-nvpair v0.3.0
6942026-07-23T19:16:54.372Z Downloaded derive-ex v0.1.8
6952026-07-23T19:16:54.372Z Downloaded elliptic-curve v0.13.8
6962026-07-23T19:16:54.377Z Downloaded bzip2 v0.4.4
6972026-07-23T19:16:54.377Z Downloaded colored v2.2.0
6982026-07-23T19:16:54.381Z Downloaded inout v0.2.2
6992026-07-23T19:16:54.381Z Downloaded highway v1.3.0
7002026-07-23T19:16:54.381Z Downloaded chacha20 v0.10.0
7012026-07-23T19:16:54.384Z Downloaded bzip2 v0.6.1
7022026-07-23T19:16:54.385Z Downloaded console v0.15.11
7032026-07-23T19:16:54.388Z Downloaded ff v0.14.0
7042026-07-23T19:16:54.388Z Downloaded allocator-api2 v0.2.21
7052026-07-23T19:16:54.388Z Downloaded humantime v2.3.0
7062026-07-23T19:16:54.394Z Downloaded hyper-staticfile v0.10.1
7072026-07-23T19:16:54.394Z Downloaded ciborium v0.2.2
7082026-07-23T19:16:54.398Z Downloaded is-terminal v0.4.17
7092026-07-23T19:16:54.398Z Downloaded internet-checksum v0.2.1
7102026-07-23T19:16:54.398Z Downloaded const-oid v0.9.6
7112026-07-23T19:16:54.398Z Downloaded keccak v0.1.6
7122026-07-23T19:16:54.398Z Downloaded is_ci v1.2.0
7132026-07-23T19:16:54.398Z Downloaded blake2 v0.11.0-rc.6
7142026-07-23T19:16:54.402Z Downloaded kem v0.3.0
7152026-07-23T19:16:54.402Z Downloaded http-body-util v0.1.3
7162026-07-23T19:16:54.402Z Downloaded libscf-sys v1.1.0
7172026-07-23T19:16:54.408Z Downloaded fixedbitset v0.5.7
7182026-07-23T19:16:54.408Z Downloaded futures v0.3.32
7192026-07-23T19:16:54.408Z Downloaded lazy_static v1.5.0
7202026-07-23T19:16:54.411Z Downloaded linked-hash-map v0.5.6
7212026-07-23T19:16:54.411Z Downloaded defmt v1.0.1
7222026-07-23T19:16:54.415Z Downloaded derive_builder v0.20.2
7232026-07-23T19:16:54.418Z Downloaded half v1.8.3
7242026-07-23T19:16:54.418Z Downloaded cancel-safe-futures v0.1.5
7252026-07-23T19:16:54.422Z Downloaded impl-trait-for-tuples v0.2.3
7262026-07-23T19:16:54.422Z Downloaded illumos-nvpair-sys v0.2.0
7272026-07-23T19:16:54.426Z Downloaded lru v0.12.5
7282026-07-23T19:16:54.426Z Downloaded maplit v1.0.2
7292026-07-23T19:16:54.426Z Downloaded indoc v2.0.7
7302026-07-23T19:16:54.429Z Downloaded memoffset v0.9.1
7312026-07-23T19:16:54.429Z Downloaded maybe-uninit v2.0.0
7322026-07-23T19:16:54.429Z Downloaded managed v0.8.0
7332026-07-23T19:16:54.432Z Downloaded md-5 v0.10.6
7342026-07-23T19:16:54.432Z Downloaded mime v0.3.17
7352026-07-23T19:16:54.432Z Downloaded colored v3.1.1
7362026-07-23T19:16:54.436Z Downloaded const_format_proc_macros v0.2.34
7372026-07-23T19:16:54.436Z Downloaded md5 v0.8.0
7382026-07-23T19:16:54.436Z Downloaded lzss v0.8.2
7392026-07-23T19:16:54.442Z Downloaded ipnet v2.11.0
7402026-07-23T19:16:54.442Z Downloaded ingot-types v0.1.2
7412026-07-23T19:16:54.442Z Downloaded ingot v0.1.1
7422026-07-23T19:16:54.442Z Downloaded lru-slab v0.1.2
7432026-07-23T19:16:54.446Z Downloaded lru-cache v0.1.2
7442026-07-23T19:16:54.446Z Downloaded drift v0.2.0
7452026-07-23T19:16:54.451Z Downloaded nodrop v0.1.14
7462026-07-23T19:16:54.455Z Downloaded newline-converter v0.3.0
7472026-07-23T19:16:54.455Z Downloaded libefi-sys v0.1.0
7482026-07-23T19:16:54.455Z Downloaded keccak v0.2.0
7492026-07-23T19:16:54.455Z Downloaded compact_str v0.8.1
7502026-07-23T19:16:54.459Z Downloaded bytes v1.11.1
7512026-07-23T19:16:54.459Z Downloaded newtype-uuid-macros v0.1.0
7522026-07-23T19:16:54.461Z Downloaded libsw-core v0.3.2
7532026-07-23T19:16:54.461Z Downloaded num v0.4.3
7542026-07-23T19:16:54.466Z Downloaded nibble_vec v0.1.0
7552026-07-23T19:16:54.466Z Downloaded newtype_derive v0.1.6
7562026-07-23T19:16:54.466Z Downloaded normalize-line-endings v0.3.0
7572026-07-23T19:16:54.466Z Downloaded num-conv v0.2.0
7582026-07-23T19:16:54.466Z Downloaded num_threads v0.1.7
7592026-07-23T19:16:54.466Z Downloaded num_enum_derive v0.5.11
7602026-07-23T19:16:54.477Z Downloaded num-derive v0.3.3
7612026-07-23T19:16:54.478Z Downloaded nonempty v0.12.0
7622026-07-23T19:16:54.478Z Downloaded ar_archive_writer v0.5.1
7632026-07-23T19:16:54.478Z Downloaded hyper-rustls v0.27.7
7642026-07-23T19:16:54.478Z Downloaded getrandom v0.3.4
7652026-07-23T19:16:54.484Z Downloaded num-derive v0.4.2
7662026-07-23T19:16:54.484Z Downloaded generic-array v1.4.3
7672026-07-23T19:16:54.484Z Downloaded libsw v3.5.0
7682026-07-23T19:16:54.484Z Downloaded num-iter v0.1.45
7692026-07-23T19:16:54.484Z Downloaded olpc-cjson v0.1.4
7702026-07-23T19:16:54.484Z Downloaded libloading v0.8.9
7712026-07-23T19:16:54.488Z Downloaded futures-channel v0.3.32
7722026-07-23T19:16:54.488Z Downloaded hybrid-array v0.4.13
7732026-07-23T19:16:54.491Z Downloaded half v2.7.1
7742026-07-23T19:16:54.491Z Downloaded hmac v0.13.0
7752026-07-23T19:16:54.494Z Downloaded new_debug_unreachable v1.0.6
7762026-07-23T19:16:54.494Z Downloaded lock_api v0.4.14
7772026-07-23T19:16:54.494Z Downloaded opaque-debug v0.3.1
7782026-07-23T19:16:54.497Z Downloaded match_cfg v0.1.0
7792026-07-23T19:16:54.497Z Downloaded linear-map v1.2.0
7802026-07-23T19:16:54.497Z Downloaded openssl-probe v0.1.6
7812026-07-23T19:16:54.502Z Downloaded openssl-macros v0.1.1
7822026-07-23T19:16:54.502Z Downloaded oso-derive v0.27.3
7832026-07-23T19:16:54.502Z Downloaded multimap v0.10.1
7842026-07-23T19:16:54.502Z Downloaded ipnetwork v0.21.1
7852026-07-23T19:16:54.502Z Downloaded chacha20poly1305 v0.10.1
7862026-07-23T19:16:54.502Z Downloaded const-oid v0.10.2
7872026-07-23T19:16:54.507Z Downloaded hmac v0.12.1
7882026-07-23T19:16:54.507Z Downloaded arc-swap v1.8.2
7892026-07-23T19:16:54.512Z Downloaded mime_guess v2.0.5
7902026-07-23T19:16:54.512Z Downloaded group v0.13.0
7912026-07-23T19:16:54.512Z Downloaded multer v3.1.0
7922026-07-23T19:16:54.516Z Downloaded lalrpop-util v0.19.12
7932026-07-23T19:16:54.516Z Downloaded kstat-rs v0.2.4
7942026-07-23T19:16:54.516Z Downloaded ident_case v1.0.1
7952026-07-23T19:16:54.517Z Downloaded group v0.14.0
7962026-07-23T19:16:54.520Z Downloaded foldhash v0.1.5
7972026-07-23T19:16:54.520Z Downloaded openssl-probe v0.2.1
7982026-07-23T19:16:54.520Z Downloaded module-lattice v0.2.3
7992026-07-23T19:16:54.520Z Downloaded ingot-macros v0.1.1
8002026-07-23T19:16:54.520Z Downloaded nanorand v0.7.0
8012026-07-23T19:16:54.525Z Downloaded base64 v0.22.1
8022026-07-23T19:16:54.526Z Downloaded iana-time-zone v0.1.65
8032026-07-23T19:16:54.529Z Downloaded httparse v1.10.1
8042026-07-23T19:16:54.529Z Downloaded password-hash v0.6.1
8052026-07-23T19:16:54.529Z Downloaded packed_struct_codegen v0.10.1
8062026-07-23T19:16:54.529Z Downloaded base64 v0.21.7
8072026-07-23T19:16:54.540Z Downloaded num_enum_derive v0.7.6
8082026-07-23T19:16:54.540Z Downloaded newtype-uuid v1.3.2
8092026-07-23T19:16:54.540Z Downloaded delegate v0.13.5
8102026-07-23T19:16:54.540Z Downloaded float-ord v0.3.2
8112026-07-23T19:16:54.540Z Downloaded camino-tempfile-ext v0.3.3
8122026-07-23T19:16:54.540Z Downloaded peg-runtime v0.8.5
8132026-07-23T19:16:54.540Z Downloaded parse-size v1.1.0
8142026-07-23T19:16:54.546Z Downloaded byte-wrapper v0.1.0
8152026-07-23T19:16:54.546Z Downloaded float-cmp v0.10.0
8162026-07-23T19:16:54.546Z Downloaded chacha20 v0.9.1
8172026-07-23T19:16:54.546Z Downloaded percent-encoding v2.3.2
8182026-07-23T19:16:54.547Z Downloaded num_enum v0.5.11
8192026-07-23T19:16:54.553Z Downloaded flume v0.11.1
8202026-07-23T19:16:54.554Z Downloaded num_enum v0.7.6
8212026-07-23T19:16:54.557Z Downloaded icu_provider v2.1.1
8222026-07-23T19:16:54.557Z Downloaded ignore v0.4.25
8232026-07-23T19:16:54.557Z Downloaded icu_properties v2.1.2
8242026-07-23T19:16:54.557Z Downloaded litrs v1.0.0
8252026-07-23T19:16:54.563Z Downloaded flate2 v1.1.9
8262026-07-23T19:16:54.568Z Downloaded parse-display v0.10.0
8272026-07-23T19:16:54.568Z Downloaded litemap v0.8.1
8282026-07-23T19:16:54.568Z Downloaded num-rational v0.4.2
8292026-07-23T19:16:54.568Z Downloaded fatfs v0.3.6
8302026-07-23T19:16:54.568Z Downloaded phf_shared v0.12.1
8312026-07-23T19:16:54.568Z Downloaded phf_shared v0.11.3
8322026-07-23T19:16:54.568Z Downloaded num-integer v0.1.46
8332026-07-23T19:16:54.572Z Downloaded jobserver v0.1.34
8342026-07-23T19:16:54.572Z Downloaded async-trait v0.1.89
8352026-07-23T19:16:54.573Z Downloaded phf_shared v0.13.1
8362026-07-23T19:16:54.576Z Downloaded ahash v0.8.12
8372026-07-23T19:16:54.576Z Downloaded const_format v0.2.35
8382026-07-23T19:16:54.582Z Downloaded memmap2 v0.9.10
8392026-07-23T19:16:54.582Z Downloaded heapless v0.7.17
8402026-07-23T19:16:54.582Z Downloaded oxide-update-engine-display v0.1.2
8412026-07-23T19:16:54.582Z Downloaded owo-colors v4.3.0
8422026-07-23T19:16:54.587Z Downloaded oxnet v0.1.6
8432026-07-23T19:16:54.587Z Downloaded cc v1.2.56
8442026-07-23T19:16:54.587Z Downloaded powerfmt v0.2.0
8452026-07-23T19:16:54.594Z Downloaded native-tls v0.2.18
8462026-07-23T19:16:54.594Z Downloaded ml-kem v0.3.2
8472026-07-23T19:16:54.594Z Downloaded potential_utf v0.1.4
8482026-07-23T19:16:54.599Z Downloaded heapless v0.8.0
8492026-07-23T19:16:54.599Z Downloaded precomputed-hash v0.1.1
8502026-07-23T19:16:54.599Z Downloaded async-compression v0.4.41
8512026-07-23T19:16:54.599Z Downloaded headers v0.4.1
8522026-07-23T19:16:54.603Z Downloaded compression-core v0.4.31
8532026-07-23T19:16:54.603Z Downloaded ed25519 v3.0.0
8542026-07-23T19:16:54.613Z Downloaded predicates-tree v1.0.13
8552026-07-23T19:16:54.614Z Downloaded predicates-core v1.0.10
8562026-07-23T19:16:54.614Z Downloaded ed25519 v2.2.3
8572026-07-23T19:16:54.614Z Downloaded difflib v0.4.0
8582026-07-23T19:16:54.614Z Downloaded num-complex v0.4.6
8592026-07-23T19:16:54.614Z Downloaded nu-ansi-term v0.50.3
8602026-07-23T19:16:54.624Z Downloaded proc-macro-crate v3.4.0
8612026-07-23T19:16:54.628Z Downloaded proc-macro-crate v1.3.1
8622026-07-23T19:16:54.628Z Downloaded ed25519-dalek v2.2.0
8632026-07-23T19:16:54.628Z Downloaded pem-rfc7468 v0.7.0
8642026-07-23T19:16:54.628Z Downloaded pem v3.0.6
8652026-07-23T19:16:54.631Z Downloaded peg-macros v0.8.5
8662026-07-23T19:16:54.631Z Downloaded psl-types v2.0.11
8672026-07-23T19:16:54.631Z Downloaded progenitor-client v0.14.0
8682026-07-23T19:16:54.645Z Downloaded progenitor-macro v0.13.0
8692026-07-23T19:16:54.645Z Downloaded progenitor-macro v0.14.0
8702026-07-23T19:16:54.645Z Downloaded derive_more-impl v2.1.1
8712026-07-23T19:16:54.646Z Downloaded packed_struct v0.10.1
8722026-07-23T19:16:54.646Z Downloaded phf v0.12.1
8732026-07-23T19:16:54.646Z Downloaded pin-project-internal v1.1.11
8742026-07-23T19:16:54.649Z Downloaded phf v0.13.1
8752026-07-23T19:16:54.649Z Downloaded proc-macro-error-attr2 v2.0.0
8762026-07-23T19:16:54.649Z Downloaded icu_normalizer v2.1.1
8772026-07-23T19:16:54.649Z Downloaded parse-display-derive v0.10.0
8782026-07-23T19:16:54.649Z Downloaded libbz2-rs-sys v0.2.2
8792026-07-23T19:16:54.649Z Downloaded icu_normalizer_data v2.1.1
8802026-07-23T19:16:54.653Z Downloaded pkg-config v0.3.32
8812026-07-23T19:16:54.653Z Downloaded peg v0.8.5
8822026-07-23T19:16:54.658Z Downloaded pbkdf2 v0.13.0
8832026-07-23T19:16:54.658Z Downloaded path-slash v0.1.5
8842026-07-23T19:16:54.658Z Downloaded paste v1.0.15
8852026-07-23T19:16:54.662Z Downloaded postgres-protocol v0.6.10
8862026-07-23T19:16:54.662Z Downloaded poly1305 v0.8.0
8872026-07-23T19:16:54.662Z Downloaded radium v0.7.0
8882026-07-23T19:16:54.668Z Downloaded pkcs8 v0.10.2
8892026-07-23T19:16:54.668Z Downloaded phc v0.6.1
8902026-07-23T19:16:54.668Z Downloaded indicatif v0.18.4
8912026-07-23T19:16:54.668Z Downloaded rand_xorshift v0.4.0
8922026-07-23T19:16:54.668Z Downloaded bumpalo v3.20.2
8932026-07-23T19:16:54.673Z Downloaded oxide-update-engine v0.1.2
8942026-07-23T19:16:54.676Z Downloaded diesel_derives v2.3.7
8952026-07-23T19:16:54.680Z Downloaded hickory-resolver v0.25.2
8962026-07-23T19:16:54.684Z Downloaded port-file v0.1.0
8972026-07-23T19:16:54.684Z Downloaded primeorder v0.14.0-rc.10
8982026-07-23T19:16:54.688Z Downloaded rand_chacha v0.3.1
8992026-07-23T19:16:54.688Z Downloaded ref-cast v1.0.25
9002026-07-23T19:16:54.688Z Downloaded recursive-proc-macro-impl v0.1.1
9012026-07-23T19:16:54.710Z Downloaded recursive v0.1.1
9022026-07-23T19:16:54.711Z Downloaded parking_lot_core v0.8.6
9032026-07-23T19:16:54.711Z Downloaded ref-cast-impl v1.0.25
9042026-07-23T19:16:54.711Z Downloaded primeorder v0.13.6
9052026-07-23T19:16:54.711Z Downloaded icu_locale_core v2.1.1
9062026-07-23T19:16:54.711Z Downloaded expectorate v1.2.0
9072026-07-23T19:16:54.711Z Downloaded progenitor-extras v0.2.0
9082026-07-23T19:16:54.711Z Downloaded progenitor-client v0.13.0
9092026-07-23T19:16:54.711Z Downloaded ed25519-dalek v3.0.0-rc.0
9102026-07-23T19:16:54.711Z Downloaded password-hash v0.5.0
9112026-07-23T19:16:54.711Z Downloaded oxide-tokio-rt v0.1.4
9122026-07-23T19:16:54.711Z Downloaded omicron-zone-package v0.12.3
9132026-07-23T19:16:54.711Z Downloaded primefield v0.14.0
9142026-07-23T19:16:54.714Z Downloaded derive_more v2.1.1
9152026-07-23T19:16:54.714Z Downloaded rfc6979 v0.4.0
9162026-07-23T19:16:54.720Z Downloaded rfc6979 v0.5.0
9172026-07-23T19:16:54.720Z Downloaded quick-error v1.2.3
9182026-07-23T19:16:54.720Z Downloaded oso v0.27.3
9192026-07-23T19:16:54.729Z Downloaded der v0.7.10
9202026-07-23T19:16:54.729Z Downloaded pem-rfc7468 v1.0.0
9212026-07-23T19:16:54.729Z Downloaded pkcs1 v0.8.0-rc.4
9222026-07-23T19:16:54.730Z Downloaded postcard v1.1.3
9232026-07-23T19:16:54.731Z Downloaded rand_core v0.6.4
9242026-07-23T19:16:54.734Z Downloaded rustc-hash v2.1.1
9252026-07-23T19:16:54.734Z Downloaded rand_seeder v0.4.0
9262026-07-23T19:16:54.734Z Downloaded rand_core v0.10.0
9272026-07-23T19:16:54.734Z Downloaded rand_core v0.9.5
9282026-07-23T19:16:54.734Z Downloaded rtoolbox v0.0.3
9292026-07-23T19:16:54.734Z Downloaded rustc_version v0.4.1
9302026-07-23T19:16:54.738Z Downloaded rustc_version v0.1.7
9312026-07-23T19:16:54.738Z Downloaded russh-cryptovec v0.61.0
9322026-07-23T19:16:54.738Z Downloaded russh-util v0.52.0
9332026-07-23T19:16:54.738Z Downloaded poly1305 v0.9.0
9342026-07-23T19:16:54.743Z Downloaded r2d2 v0.8.10
9352026-07-23T19:16:54.743Z Downloaded predicates v3.1.4
9362026-07-23T19:16:54.743Z Downloaded rand_chacha v0.9.0
9372026-07-23T19:16:54.749Z Downloaded oxide-update-engine-types v0.1.2
9382026-07-23T19:16:54.749Z Downloaded miniz_oxide v0.8.9
9392026-07-23T19:16:54.755Z Downloaded hickory-resolver v0.24.4
9402026-07-23T19:16:54.755Z Downloaded scheduled-thread-pool v0.2.7
9412026-07-23T19:16:54.755Z Downloaded sapling-renderdag v0.1.0
9422026-07-23T19:16:54.755Z Downloaded ppv-lite86 v0.2.21
9432026-07-23T19:16:54.759Z Downloaded postgres-types v0.2.12
9442026-07-23T19:16:54.759Z Downloaded scopeguard v1.2.0
9452026-07-23T19:16:54.759Z Downloaded polyval v0.7.1
9462026-07-23T19:16:54.759Z Downloaded pkcs8 v0.11.0
9472026-07-23T19:16:54.766Z Downloaded pkcs1 v0.7.5
9482026-07-23T19:16:54.766Z Downloaded parking_lot_core v0.9.12
9492026-07-23T19:16:54.766Z Downloaded parking_lot v0.12.5
9502026-07-23T19:16:54.771Z Downloaded jiff-static v0.2.21
9512026-07-23T19:16:54.771Z Downloaded parking_lot v0.11.2
9522026-07-23T19:16:54.771Z Downloaded papergrid v0.17.0
9532026-07-23T19:16:54.771Z Downloaded num-traits v0.2.19
9542026-07-23T19:16:54.775Z Downloaded progenitor v0.13.0
9552026-07-23T19:16:54.775Z Downloaded indexmap v1.9.3
9562026-07-23T19:16:54.779Z Downloaded openssl-sys v0.9.115
9572026-07-23T19:16:54.784Z Downloaded resolv-conf v0.7.6
9582026-07-23T19:16:54.784Z Downloaded der v0.8.0
9592026-07-23T19:16:54.792Z Downloaded secrecy v0.10.3
9602026-07-23T19:16:54.792Z Downloaded icu_collections v2.1.1
9612026-07-23T19:16:54.792Z Downloaded serde_urlencoded v0.7.1
9622026-07-23T19:16:54.796Z Downloaded quinn-udp v0.5.14
9632026-07-23T19:16:54.796Z Downloaded pkcs5 v0.8.1
9642026-07-23T19:16:54.796Z Downloaded rpassword v7.5.4
9652026-07-23T19:16:54.797Z Downloaded psm v0.1.30
9662026-07-23T19:16:54.797Z Downloaded progenitor v0.14.0
9672026-07-23T19:16:54.800Z Downloaded seq-macro v0.3.6
9682026-07-23T19:16:54.800Z Downloaded secrecy v0.8.0
9692026-07-23T19:16:54.800Z Downloaded serde_spanned v1.1.1
9702026-07-23T19:16:54.803Z Downloaded rustls-pemfile v2.2.0
9712026-07-23T19:16:54.803Z Downloaded serde_plain v1.0.2
9722026-07-23T19:16:54.803Z Downloaded serde-big-array v0.5.1
9732026-07-23T19:16:54.808Z Downloaded semver v0.1.20
9742026-07-23T19:16:54.808Z Downloaded hashbrown v0.13.2
9752026-07-23T19:16:54.808Z Downloaded proc-macro-error2 v2.0.1
9762026-07-23T19:16:54.811Z Downloaded same-file v1.0.6
9772026-07-23T19:16:54.811Z Downloaded rustversion v1.0.22
9782026-07-23T19:16:54.814Z Downloaded prefix-trie v0.7.0
9792026-07-23T19:16:54.814Z Downloaded hyper-util v0.1.20
9802026-07-23T19:16:54.819Z Downloaded sha1 v0.10.6
9812026-07-23T19:16:54.825Z Downloaded signature v3.0.0
9822026-07-23T19:16:54.825Z Downloaded hickory-server v0.25.2
9832026-07-23T19:16:54.825Z Downloaded pin-project-lite v0.2.17
9842026-07-23T19:16:54.831Z Downloaded shell-words v1.1.1
9852026-07-23T19:16:54.831Z Downloaded slog-envlogger v2.2.0
9862026-07-23T19:16:54.832Z Downloaded aes-gcm v0.11.0
9872026-07-23T19:16:54.835Z Downloaded p256 v0.14.0-rc.10
9882026-07-23T19:16:54.835Z Downloaded p384 v0.14.0-rc.10
9892026-07-23T19:16:54.839Z Downloaded schemars_derive v0.8.22
9902026-07-23T19:16:54.843Z Downloaded progenitor-impl v0.14.0
9912026-07-23T19:16:54.843Z Downloaded progenitor-impl v0.13.0
9922026-07-23T19:16:54.848Z Downloaded siphasher v1.0.2
9932026-07-23T19:16:54.848Z Downloaded signal-hook-mio v0.2.5
9942026-07-23T19:16:54.852Z Downloaded scroll_derive v0.13.1
9952026-07-23T19:16:54.852Z Downloaded sec1 v0.8.1
9962026-07-23T19:16:54.910Z Downloaded scroll v0.13.0
9972026-07-23T19:16:54.910Z Downloaded sigpipe v0.1.3
9982026-07-23T19:16:54.910Z Downloaded signature v2.2.0
9992026-07-23T19:16:54.910Z Downloaded signal-hook-tokio v0.3.1
10002026-07-23T19:16:54.910Z Downloaded pin-project v1.1.11
10012026-07-23T19:16:54.952Z Downloaded hashbrown v0.12.3
10022026-07-23T19:16:54.952Z Downloaded serde_repr v0.1.20
10032026-07-23T19:16:54.952Z Downloaded serde_bytes v0.11.19
10042026-07-23T19:16:54.952Z Downloaded serde-hex v0.1.0
10052026-07-23T19:16:54.952Z Downloaded minimal-lexical v0.2.1
10062026-07-23T19:16:54.952Z Downloaded internal-russh-num-bigint v0.5.0
10072026-07-23T19:16:54.952Z Downloaded serde_path_to_error v0.1.20
10082026-07-23T19:16:54.952Z Downloaded sec1 v0.7.3
10092026-07-23T19:16:54.952Z Downloaded serde_derive_internals v0.29.1
10102026-07-23T19:16:54.952Z Downloaded rustls-pki-types v1.14.0
10112026-07-23T19:16:54.952Z Downloaded rusty-fork v0.3.1
10122026-07-23T19:16:54.952Z Downloaded sha1 v0.11.0
10132026-07-23T19:16:54.952Z Downloaded scrypt v0.12.0
10142026-07-23T19:16:54.953Z Downloaded stable_deref_trait v1.2.1
10152026-07-23T19:16:54.953Z Downloaded slab v0.4.12
10162026-07-23T19:16:54.953Z Downloaded simd-adler32 v0.3.8
10172026-07-23T19:16:54.953Z Downloaded signal-hook-registry v1.4.8
10182026-07-23T19:16:54.953Z Downloaded shlex v1.3.0
10192026-07-23T19:16:54.953Z Downloaded http v1.4.2
10202026-07-23T19:16:54.953Z Downloaded rustls-native-certs v0.8.3
10212026-07-23T19:16:54.953Z Downloaded prettyplease v0.2.37
10222026-07-23T19:16:54.953Z Downloaded pretty_assertions v1.4.1
10232026-07-23T19:16:54.953Z Downloaded rcgen v0.12.1
10242026-07-23T19:16:54.953Z Downloaded strum v0.26.3
10252026-07-23T19:16:54.953Z Downloaded structmeta-derive v0.3.0
10262026-07-23T19:16:54.953Z Downloaded strum v0.27.2
10272026-07-23T19:16:54.953Z Downloaded structmeta v0.3.0
10282026-07-23T19:16:54.953Z Downloaded strip-ansi-escapes v0.2.1
10292026-07-23T19:16:54.953Z Downloaded strsim v0.10.0
10302026-07-23T19:16:54.953Z Downloaded itertools v0.10.5
10312026-07-23T19:16:54.953Z Downloaded slog-async v2.8.0
10322026-07-23T19:16:54.953Z Downloaded serdect v0.4.3
10332026-07-23T19:16:54.953Z Downloaded smf v0.2.3
10342026-07-23T19:16:54.953Z Downloaded slog-bunyan v2.5.0
10352026-07-23T19:16:54.953Z Downloaded salsa20 v0.11.0
10362026-07-23T19:16:54.953Z Downloaded subtle v2.6.1
10372026-07-23T19:16:54.953Z Downloaded sync_wrapper v1.0.2
10382026-07-23T19:16:54.954Z Downloaded slog-stdlog v4.1.1
10392026-07-23T19:16:54.994Z Downloaded slog-scope v4.4.1
10402026-07-23T19:16:54.994Z Downloaded slog-json v2.6.1
10412026-07-23T19:16:54.994Z Downloaded smallvec v0.6.14
10422026-07-23T19:16:54.994Z Downloaded sync-ptr v0.1.4
10432026-07-23T19:16:54.994Z Downloaded supports-color v3.0.2
10442026-07-23T19:16:54.994Z Downloaded snafu-derive v0.8.9
10452026-07-23T19:16:54.994Z Downloaded slog-term v2.9.2
10462026-07-23T19:16:54.994Z Downloaded sqlformat v0.3.5
10472026-07-23T19:16:54.994Z Downloaded slog-dtrace v0.3.0
10482026-07-23T19:16:54.994Z Downloaded sqlparser_derive v0.5.0
10492026-07-23T19:16:54.994Z Downloaded tabled_derive v0.11.0
10502026-07-23T19:16:54.994Z Downloaded tabwriter v1.4.1
10512026-07-23T19:16:54.994Z Downloaded take_mut v0.2.2
10522026-07-23T19:16:54.994Z Downloaded hashbrown v0.16.1
10532026-07-23T19:16:54.994Z Downloaded tagptr v0.2.0
10542026-07-23T19:16:54.994Z Downloaded spki v0.8.0
10552026-07-23T19:16:54.994Z Downloaded spki v0.7.3
10562026-07-23T19:16:54.994Z Downloaded serde_cbor v0.11.2
10572026-07-23T19:16:54.994Z Downloaded stacker v0.1.23
10582026-07-23T19:16:54.994Z Downloaded ssh-encoding v0.3.0-rc.9
10592026-07-23T19:16:54.994Z Downloaded ssh-cipher v0.3.0-rc.9
10602026-07-23T19:16:54.995Z Downloaded tap v1.0.1
10612026-07-23T19:16:54.995Z Downloaded sha2 v0.11.0
10622026-07-23T19:16:54.995Z Downloaded testing_table v0.3.0
10632026-07-23T19:16:54.995Z Downloaded ron v0.8.1
10642026-07-23T19:16:54.995Z Downloaded thread-id v5.1.0
10652026-07-23T19:16:55.004Z Downloaded thiserror-impl-no-std v2.0.2
10662026-07-23T19:16:55.004Z Downloaded schemars v0.8.22
10672026-07-23T19:16:55.004Z Downloaded rayon-core v1.13.0
10682026-07-23T19:16:55.004Z Downloaded nom v7.1.3
10692026-07-23T19:16:55.004Z Downloaded strum_macros v0.26.4
10702026-07-23T19:16:55.004Z Downloaded termtree v0.5.1
10712026-07-23T19:16:55.004Z Downloaded stringprep v0.1.5
10722026-07-23T19:16:55.004Z Downloaded time-core v0.1.8
10732026-07-23T19:16:55.004Z Downloaded string_cache v0.8.9
10742026-07-23T19:16:55.004Z Downloaded serde_with_macros v3.21.0
10752026-07-23T19:16:55.004Z Downloaded ryu v1.0.23
10762026-07-23T19:16:55.004Z Downloaded strum_macros v0.24.3
10772026-07-23T19:16:55.004Z Downloaded idna v1.1.0
10782026-07-23T19:16:55.004Z Downloaded dropshot-api-manager v0.7.2
10792026-07-23T19:16:55.004Z Downloaded tinyvec_macros v0.1.1
10802026-07-23T19:16:55.005Z Downloaded num-bigint v0.4.6
10812026-07-23T19:16:55.005Z Downloaded static_assertions v1.1.0
10822026-07-23T19:16:55.005Z Downloaded smallvec v1.15.1
10832026-07-23T19:16:55.005Z Downloaded spin v0.9.8
10842026-07-23T19:16:55.005Z Downloaded tokio-macros v2.7.0
10852026-07-23T19:16:55.005Z Downloaded serde_with_macros v1.5.2
10862026-07-23T19:16:55.005Z Downloaded hashbrown v0.15.5
10872026-07-23T19:16:55.017Z Downloaded quinn v0.11.9
10882026-07-23T19:16:55.017Z Downloaded synstructure v0.13.2
10892026-07-23T19:16:55.017Z Downloaded tokio-test v0.4.5
10902026-07-23T19:16:55.017Z Downloaded mio v1.2.0
10912026-07-23T19:16:55.041Z Downloaded topological-sort v0.2.2
10922026-07-23T19:16:55.041Z Downloaded iri-string v0.7.10
10932026-07-23T19:16:55.041Z Downloaded aho-corasick v1.1.4
10942026-07-23T19:16:55.047Z Downloaded serde_yaml v0.9.34+deprecated
10952026-07-23T19:16:55.047Z Downloaded try-lock v0.2.5
10962026-07-23T19:16:55.047Z Downloaded trait-variant v0.1.2
10972026-07-23T19:16:55.048Z Downloaded tower-service v0.3.3
10982026-07-23T19:16:55.048Z Downloaded tower-layer v0.3.3
10992026-07-23T19:16:55.048Z Downloaded schemars v0.9.0
11002026-07-23T19:16:55.048Z Downloaded thread_local v1.1.9
11012026-07-23T19:16:55.048Z Downloaded qorb v0.4.1
11022026-07-23T19:16:55.051Z Downloaded typify-macro v0.6.2
11032026-07-23T19:16:55.051Z Downloaded tinystr v0.8.2
11042026-07-23T19:16:55.051Z Downloaded num-bigint-dig v0.8.6
11052026-07-23T19:16:55.051Z Downloaded unicode-truncate v1.1.0
11062026-07-23T19:16:55.054Z Downloaded unit-prefix v0.5.2
11072026-07-23T19:16:55.054Z Downloaded universal-hash v0.5.1
11082026-07-23T19:16:55.054Z Downloaded strum_macros v0.27.2
11092026-07-23T19:16:55.058Z Downloaded socket2 v0.6.3
11102026-07-23T19:16:55.058Z Downloaded universal-hash v0.6.1
11112026-07-23T19:16:55.060Z Downloaded untrusted v0.9.0
11122026-07-23T19:16:55.060Z Downloaded usdt-attr-macro v0.6.0
11132026-07-23T19:16:55.065Z Downloaded usdt v0.6.0
11142026-07-23T19:16:55.065Z Downloaded rsa v0.9.10
11152026-07-23T19:16:55.071Z Downloaded tokio-tungstenite v0.21.0
11162026-07-23T19:16:55.071Z Downloaded similar v2.7.0
11172026-07-23T19:16:55.075Z Downloaded tokio-native-tls v0.3.1
11182026-07-23T19:16:55.075Z Downloaded tls_codec_derive v0.4.2
11192026-07-23T19:16:55.075Z Downloaded tokio-tungstenite v0.23.1
11202026-07-23T19:16:55.086Z Downloaded socket2 v0.5.10
11212026-07-23T19:16:55.086Z Downloaded tokio-dtrace v0.1.1
11222026-07-23T19:16:55.086Z Downloaded support-bundle-viewer v0.1.2
11232026-07-23T19:16:55.093Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11242026-07-23T19:16:55.093Z Downloaded utf8_iter v1.0.4
11252026-07-23T19:16:55.093Z Downloaded utf-8 v0.7.6
11262026-07-23T19:16:55.093Z Downloaded usdt-macro v0.6.0
11272026-07-23T19:16:55.093Z Downloaded publicsuffix v2.3.0
11282026-07-23T19:16:55.094Z Downloaded rustls-webpki v0.103.13
11292026-07-23T19:16:55.094Z Downloaded void v1.0.2
11302026-07-23T19:16:55.094Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11312026-07-23T19:16:55.094Z Downloaded thiserror-no-std v2.0.2
11322026-07-23T19:16:55.104Z Downloaded term v1.2.1
11332026-07-23T19:16:55.104Z Downloaded term v0.7.0
11342026-07-23T19:16:55.105Z Downloaded wait-timeout v0.2.1
11352026-07-23T19:16:55.105Z Downloaded hkdf v0.13.0
11362026-07-23T19:16:55.105Z Downloaded samael v0.0.19
11372026-07-23T19:16:55.119Z Downloaded rand v0.8.6
11382026-07-23T19:16:55.119Z Downloaded toml_writer v1.1.1+spec-1.1.0
11392026-07-23T19:16:55.119Z Downloaded unarray v0.1.4
11402026-07-23T19:16:55.119Z Downloaded tui-tree-widget v0.23.1
11412026-07-23T19:16:55.119Z Downloaded unicase v2.9.0
11422026-07-23T19:16:55.119Z Downloaded want v0.3.1
11432026-07-23T19:16:55.119Z Downloaded waitgroup v0.1.2
11442026-07-23T19:16:55.119Z Downloaded hyper v1.10.1
11452026-07-23T19:16:55.128Z Downloaded itertools v0.14.0
11462026-07-23T19:16:55.128Z Downloaded subprocess v0.2.15
11472026-07-23T19:16:55.128Z Downloaded rustls-platform-verifier v0.6.2
11482026-07-23T19:16:55.128Z Downloaded xattr v1.6.1
11492026-07-23T19:16:55.133Z Downloaded untrusted v0.7.1
11502026-07-23T19:16:55.133Z Downloaded unicode-xid v0.2.6
11512026-07-23T19:16:55.133Z Downloaded yoke-derive v0.8.1
11522026-07-23T19:16:55.133Z Downloaded xshell-macros v0.2.7
11532026-07-23T19:16:55.133Z Downloaded tls_codec v0.4.2
11542026-07-23T19:16:55.134Z Downloaded nom v8.0.0
11552026-07-23T19:16:55.134Z Downloaded tokio-stream v0.1.18
11562026-07-23T19:16:55.144Z Downloaded libm v0.2.16
11572026-07-23T19:16:55.157Z Downloaded snafu v0.8.9
11582026-07-23T19:16:55.157Z Downloaded usdt-impl v0.6.0
11592026-07-23T19:16:55.157Z Downloaded tokio-rustls v0.26.4
11602026-07-23T19:16:55.157Z Downloaded schemars v1.2.1
11612026-07-23T19:16:55.166Z Downloaded zeroize_derive v1.4.3
11622026-07-23T19:16:55.167Z Downloaded zerofrom-derive v0.1.6
11632026-07-23T19:16:55.167Z Downloaded zone v0.3.1
11642026-07-23T19:16:55.167Z Downloaded test-strategy v0.4.5
11652026-07-23T19:16:55.167Z Downloaded convert_case v0.4.0
11662026-07-23T19:16:55.167Z Downloaded vergen-git2 v9.1.0
11672026-07-23T19:16:55.167Z Downloaded walkdir v2.5.0
11682026-07-23T19:16:55.167Z Downloaded zone_cfg_derive v0.3.1
11692026-07-23T19:16:55.174Z Downloaded vsss-rs v3.3.4
11702026-07-23T19:16:55.174Z Downloaded crucible-workspace-hack v0.1.0
11712026-07-23T19:16:55.174Z Downloaded rand v0.10.1
11722026-07-23T19:16:55.174Z Downloaded rand v0.9.2
11732026-07-23T19:16:55.174Z Downloaded tracing-attributes v0.1.31
11742026-07-23T19:16:55.174Z Downloaded whoami v2.1.0
11752026-07-23T19:16:55.174Z Downloaded toml_parser v1.1.2+spec-1.1.0
11762026-07-23T19:16:55.177Z Downloaded zerofrom v0.1.6
11772026-07-23T19:16:55.178Z Downloaded tinyvec v1.10.0
11782026-07-23T19:16:55.178Z Downloaded vergen-lib v9.1.0
11792026-07-23T19:16:55.178Z Downloaded vergen-lib v0.1.6
11802026-07-23T19:16:55.178Z Downloaded whoami v1.6.1
11812026-07-23T19:16:55.178Z Downloaded vergen-gitcl v1.0.8
11822026-07-23T19:16:55.182Z Downloaded uzers v0.12.2
11832026-07-23T19:16:55.182Z Downloaded hkdf v0.12.4
11842026-07-23T19:16:55.185Z Downloaded crypto-common v0.2.2
11852026-07-23T19:16:55.185Z Downloaded icu_properties_data v2.1.2
11862026-07-23T19:16:55.189Z Downloaded unicode-properties v0.1.4
11872026-07-23T19:16:55.192Z Downloaded futures-util v0.3.32
11882026-07-23T19:16:55.197Z Downloaded crunchy v0.2.4
11892026-07-23T19:16:55.199Z Downloaded wyz v0.5.1
11902026-07-23T19:16:55.199Z Downloaded writeable v0.6.2
11912026-07-23T19:16:55.200Z Downloaded tiny-keccak v2.0.2
11922026-07-23T19:16:55.203Z Downloaded xshell v0.2.7
11932026-07-23T19:16:55.203Z Downloaded yoke v0.8.1
11942026-07-23T19:16:55.203Z Downloaded blake3 v1.8.5
11952026-07-23T19:16:55.208Z Downloaded slog v2.8.2
11962026-07-23T19:16:55.213Z Downloaded time-macros v0.2.27
11972026-07-23T19:16:55.213Z Downloaded signal-hook v0.3.18
11982026-07-23T19:16:55.213Z Downloaded h2 v0.4.15
11992026-07-23T19:16:55.216Z Downloaded p521 v0.14.0-rc.10
12002026-07-23T19:16:55.221Z Downloaded zerovec-derive v0.11.2
12012026-07-23T19:16:55.221Z Downloaded toml v1.1.2+spec-1.1.0
12022026-07-23T19:16:55.227Z Downloaded libxml v0.3.3
12032026-07-23T19:16:55.231Z Downloaded tar v0.4.46
12042026-07-23T19:16:55.231Z Downloaded itertools v0.13.0
12052026-07-23T19:16:55.234Z Downloaded zstd-safe v7.2.4
12062026-07-23T19:16:55.234Z Downloaded tungstenite v0.21.0
12072026-07-23T19:16:55.234Z Downloaded rsa v0.10.0-rc.18
12082026-07-23T19:16:55.244Z Downloaded corncobs v0.1.4
12092026-07-23T19:16:55.252Z Downloaded twox-hash v2.1.2
12102026-07-23T19:16:55.252Z Downloaded tungstenite v0.23.0
12112026-07-23T19:16:55.252Z Downloaded darling v0.13.4
12122026-07-23T19:16:55.252Z Downloaded itertools v0.12.1
12132026-07-23T19:16:55.252Z Downloaded curve25519-dalek-derive v0.1.1
12142026-07-23T19:16:55.252Z Downloaded zstd v0.13.3
12152026-07-23T19:16:55.271Z Downloaded rustyline v14.0.0
12162026-07-23T19:16:55.271Z Downloaded csv-core v0.1.13
12172026-07-23T19:16:55.271Z Downloaded daft-derive v0.1.7
12182026-07-23T19:16:55.271Z Downloaded crc8 v0.1.1
12192026-07-23T19:16:55.271Z Downloaded ctutils v0.4.2
12202026-07-23T19:16:55.286Z Downloaded typify v0.6.2
12212026-07-23T19:16:55.286Z Downloaded unicode-bidi v0.3.18
12222026-07-23T19:16:55.286Z Downloaded tracing-core v0.1.36
12232026-07-23T19:16:55.286Z Downloaded yasna v0.5.2
12242026-07-23T19:16:55.286Z Downloaded unsafe-libyaml v0.2.11
12252026-07-23T19:16:55.286Z Downloaded uuid v1.23.4
12262026-07-23T19:16:55.286Z Downloaded defmt v0.3.100
12272026-07-23T19:16:55.286Z Downloaded termios v0.3.3
12282026-07-23T19:16:55.286Z Downloaded zeroize v1.8.2
12292026-07-23T19:16:55.286Z Downloaded toml_edit v0.23.10+spec-1.0.0
12302026-07-23T19:16:55.292Z Downloaded serde_with v1.14.0
12312026-07-23T19:16:55.292Z Downloaded toml v0.7.8
12322026-07-23T19:16:55.292Z Downloaded crc v3.4.0
12332026-07-23T19:16:55.292Z Downloaded bitvec v1.0.1
12342026-07-23T19:16:55.300Z Downloaded vte v0.14.1
12352026-07-23T19:16:55.300Z Downloaded steno v0.4.1
12362026-07-23T19:16:55.306Z Downloaded iddqd v0.4.2
12372026-07-23T19:16:55.306Z Downloaded crc32fast v1.5.0
12382026-07-23T19:16:55.310Z Downloaded aws-lc-rs v1.16.3
12392026-07-23T19:16:55.327Z Downloaded darling v0.20.11
12402026-07-23T19:16:55.327Z Downloaded cookie_store v0.22.1
12412026-07-23T19:16:55.327Z Downloaded git2 v0.20.4
12422026-07-23T19:16:55.340Z Downloaded tokio-postgres v0.7.16
12432026-07-23T19:16:55.340Z Downloaded crc-catalog v2.4.0
12442026-07-23T19:16:55.340Z Downloaded bindgen v0.71.1
12452026-07-23T19:16:55.351Z Downloaded toml_edit v0.19.15
12462026-07-23T19:16:55.351Z Downloaded darling_macro v0.21.3
12472026-07-23T19:16:55.370Z Downloaded vergen v9.1.0
12482026-07-23T19:16:55.370Z Downloaded reqwest v0.13.2
12492026-07-23T19:16:55.370Z Downloaded reedline v0.40.0
12502026-07-23T19:16:55.374Z Downloaded darling_core v0.13.4
12512026-07-23T19:16:55.374Z Downloaded zopfli v0.8.3
12522026-07-23T19:16:55.374Z Downloaded yansi v1.0.1
12532026-07-23T19:16:55.374Z Downloaded cstr-argument v0.1.2
12542026-07-23T19:16:55.374Z Downloaded darling_macro v0.13.4
12552026-07-23T19:16:55.375Z Downloaded darling v0.23.0
12562026-07-23T19:16:55.375Z Downloaded regex v1.12.3
12572026-07-23T19:16:55.375Z Downloaded darling_macro v0.20.11
12582026-07-23T19:16:55.375Z Downloaded crossbeam-utils v0.8.21
12592026-07-23T19:16:55.387Z Downloaded zip v0.6.6
12602026-07-23T19:16:55.387Z Downloaded url v2.5.8
12612026-07-23T19:16:55.387Z Downloaded zerocopy v0.6.6
12622026-07-23T19:16:55.395Z Downloaded typed-path v0.9.3
12632026-07-23T19:16:55.395Z Downloaded unicode_categories v0.1.1
12642026-07-23T19:16:55.395Z Downloaded rayon v1.11.0
12652026-07-23T19:16:55.395Z Downloaded chrono v0.4.45
12662026-07-23T19:16:55.401Z Downloaded reqwest v0.12.28
12672026-07-23T19:16:55.401Z Downloaded cookie v0.18.1
12682026-07-23T19:16:55.401Z Downloaded zerotrie v0.2.3
12692026-07-23T19:16:55.405Z Downloaded rawzip v0.4.4
12702026-07-23T19:16:55.405Z Downloaded portable-atomic v1.13.1
12712026-07-23T19:16:55.408Z Downloaded darling v0.21.3
12722026-07-23T19:16:55.416Z Downloaded crossbeam-deque v0.8.6
12732026-07-23T19:16:55.419Z Downloaded darling_core v0.21.3
12742026-07-23T19:16:55.419Z Downloaded unicode-segmentation v1.12.0
12752026-07-23T19:16:55.419Z Downloaded quick-xml v0.37.5
12762026-07-23T19:16:55.422Z Downloaded crc-any v2.5.0
12772026-07-23T19:16:55.422Z Downloaded tower v0.5.3
12782026-07-23T19:16:55.426Z Downloaded goblin v0.10.5
12792026-07-23T19:16:55.430Z Downloaded lalrpop v0.19.12
12802026-07-23T19:16:55.436Z Downloaded moka v0.12.13
12812026-07-23T19:16:55.446Z Downloaded ssh-key v0.7.0-rc.10
12822026-07-23T19:16:55.453Z Downloaded p384 v0.13.1
12832026-07-23T19:16:55.459Z Downloaded x509-cert v0.2.5
12842026-07-23T19:16:55.464Z Downloaded zerocopy-derive v0.8.40
12852026-07-23T19:16:55.471Z Downloaded zip v4.6.1
12862026-07-23T19:16:55.476Z Downloaded petname v2.0.2
12872026-07-23T19:16:55.480Z Downloaded crossbeam-epoch v0.9.18
12882026-07-23T19:16:55.484Z Downloaded object v0.30.4
12892026-07-23T19:16:55.498Z Downloaded salty v0.3.0
12902026-07-23T19:16:55.503Z Downloaded unicode-normalization v0.1.25
12912026-07-23T19:16:55.503Z Downloaded darling_core v0.20.11
12922026-07-23T19:16:55.507Z Downloaded cpufeatures v0.3.0
12932026-07-23T19:16:55.511Z Downloaded tokio-util v0.7.18
12942026-07-23T19:16:55.512Z Downloaded tower-http v0.6.8
12952026-07-23T19:16:55.515Z Downloaded data-encoding v2.10.0
12962026-07-23T19:16:55.520Z Downloaded tough v0.22.0
12972026-07-23T19:16:55.524Z Downloaded quinn-proto v0.11.13
12982026-07-23T19:16:55.528Z Downloaded russh v0.61.2
12992026-07-23T19:16:55.532Z Downloaded cpubits v0.1.1
13002026-07-23T19:16:55.550Z Downloaded zerovec v0.11.5
13012026-07-23T19:16:55.553Z Downloaded nix v0.27.1
13022026-07-23T19:16:55.558Z Downloaded darling_macro v0.23.0
13032026-07-23T19:16:55.558Z Downloaded proptest v1.10.0
13042026-07-23T19:16:55.569Z Downloaded winnow v0.5.40
13052026-07-23T19:16:55.581Z Downloaded crossbeam-channel v0.5.15
13062026-07-23T19:16:55.587Z Downloaded crossterm v0.29.0
13072026-07-23T19:16:55.590Z Downloaded serde_with v3.21.0
13082026-07-23T19:16:55.598Z Downloaded winnow v0.6.26
13092026-07-23T19:16:55.602Z Downloaded radix_trie v0.2.1
13102026-07-23T19:16:55.606Z Downloaded polar-core v0.27.3
13112026-07-23T19:16:55.701Z Downloaded crypto-bigint v0.5.5
13122026-07-23T19:16:55.715Z Downloaded openssl v0.10.79
13132026-07-23T19:16:55.715Z Downloaded dropshot v0.17.1
13142026-07-23T19:16:55.715Z Downloaded ctr v0.10.1
13152026-07-23T19:16:55.722Z Downloaded winnow v1.0.3
13162026-07-23T19:16:55.722Z Downloaded tabled v0.20.0
13172026-07-23T19:16:55.722Z Downloaded hickory-proto v0.24.4
13182026-07-23T19:16:55.722Z Downloaded darling_core v0.23.0
13192026-07-23T19:16:55.722Z Downloaded bstr v1.12.1
13202026-07-23T19:16:55.722Z Downloaded regex-syntax v0.6.29
13212026-07-23T19:16:55.723Z Downloaded crypto-primes v0.7.2
13222026-07-23T19:16:55.723Z Downloaded time v0.3.47
13232026-07-23T19:16:55.723Z Downloaded crossterm v0.28.1
13242026-07-23T19:16:55.723Z Downloaded vcpkg v0.2.15
13252026-07-23T19:16:55.723Z Downloaded critical-section v1.2.0
13262026-07-23T19:16:55.723Z Downloaded diesel v2.3.7
13272026-07-23T19:16:55.730Z Downloaded smoltcp v0.11.0
13282026-07-23T19:16:55.730Z Downloaded debug-ignore v1.0.5
13292026-07-23T19:16:55.730Z Downloaded hickory-proto v0.25.2
13302026-07-23T19:16:55.735Z Downloaded daft v0.1.7
13312026-07-23T19:16:55.735Z Downloaded zlib-rs v0.6.2
13322026-07-23T19:16:55.739Z Downloaded openapiv3 v2.2.0
13332026-07-23T19:16:55.744Z Downloaded zerocopy v0.8.40
13342026-07-23T19:16:55.750Z Downloaded rustix v0.38.44
13352026-07-23T19:16:55.760Z Downloaded regex-syntax v0.8.10
13362026-07-23T19:16:56.173Z Downloaded regress v0.10.5
13372026-07-23T19:16:56.173Z Downloaded regress v0.11.1
13382026-07-23T19:16:56.174Z Downloaded rustls v0.23.41
13392026-07-23T19:16:56.174Z Downloaded convert_case v0.10.0
13402026-07-23T19:16:56.174Z Downloaded nix v0.31.2
13412026-07-23T19:16:56.174Z Downloaded curve25519-dalek v4.1.3
13422026-07-23T19:16:56.174Z Downloaded object v0.37.3
13432026-07-23T19:16:56.175Z Downloaded smoltcp v0.9.1
13442026-07-23T19:16:56.175Z Downloaded nix v0.28.0
13452026-07-23T19:16:56.175Z Downloaded curve25519-dalek v5.0.0-rc.0
13462026-07-23T19:16:56.175Z Downloaded sqlparser v0.61.0
13472026-07-23T19:16:56.175Z Downloaded crypto-bigint v0.7.5
13482026-07-23T19:16:56.175Z Downloaded bzip2-sys v0.1.13+1.0.8
13492026-07-23T19:16:56.175Z Downloaded fiat-crypto v0.3.0
13502026-07-23T19:16:56.175Z Downloaded sled v0.34.7
13512026-07-23T19:16:56.175Z Downloaded zerocopy-derive v0.6.6
13522026-07-23T19:16:56.175Z Downloaded sha3 v0.11.0
13532026-07-23T19:16:56.175Z Downloaded tracing v0.1.44
13542026-07-23T19:16:56.175Z Downloaded typify-impl v0.6.2
13552026-07-23T19:16:56.175Z Downloaded chrono-tz v0.10.4
13562026-07-23T19:16:56.175Z Downloaded regex-automata v0.4.14
13572026-07-23T19:16:56.176Z Downloaded ratatui v0.29.0
13582026-07-23T19:16:56.176Z Downloaded jiff v0.2.21
13592026-07-23T19:16:56.176Z Downloaded petgraph v0.6.5
13602026-07-23T19:16:56.176Z Downloaded libz-sys v1.1.24
13612026-07-23T19:16:56.176Z Downloaded petgraph v0.8.3
13622026-07-23T19:16:56.176Z Downloaded csv v1.4.0
13632026-07-23T19:16:56.176Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13642026-07-23T19:16:56.176Z Downloaded sha3 v0.10.8
13652026-07-23T19:16:56.176Z Downloaded tokio v1.52.1
13662026-07-23T19:16:56.176Z Downloaded ring v0.17.14
13672026-07-23T19:16:56.176Z Downloaded encoding_rs v0.8.35
13682026-07-23T19:16:56.176Z Downloaded libgit2-sys v0.18.3+1.9.2
13692026-07-23T19:16:56.645Z Downloaded aws-lc-sys v0.40.0
13702026-07-23T19:16:56.895Z Compiling libc v0.2.185
13712026-07-23T19:16:56.896Z Compiling serde_core v1.0.228
13722026-07-23T19:16:56.896Z Compiling serde v1.0.228
13732026-07-23T19:16:56.911Z Compiling log v0.4.29
13742026-07-23T19:16:56.911Z Compiling smallvec v1.15.1
13752026-07-23T19:16:56.912Z Compiling find-msvc-tools v0.1.9
13762026-07-23T19:16:56.912Z Compiling shlex v1.3.0
13772026-07-23T19:16:56.912Z Compiling syn v2.0.117
13782026-07-23T19:16:57.298Z Compiling subtle v2.6.1
13792026-07-23T19:16:57.311Z Compiling stable_deref_trait v1.2.1
13802026-07-23T19:16:57.311Z Compiling scopeguard v1.2.0
13812026-07-23T19:16:57.342Z Compiling lock_api v0.4.14
13822026-07-23T19:16:57.342Z Compiling typenum v1.20.1
13832026-07-23T19:16:57.371Z Compiling serde_json v1.0.150
13842026-07-23T19:16:57.378Z Compiling portable-atomic v1.13.1
13852026-07-23T19:16:57.423Z Compiling zerocopy v0.8.40
13862026-07-23T19:16:57.552Z Compiling parking_lot_core v0.9.12
13872026-07-23T19:16:57.585Z Compiling pin-project-lite v0.2.17
13882026-07-23T19:16:57.682Z Compiling libm v0.2.16
13892026-07-23T19:16:57.842Z Compiling getrandom v0.4.1
13902026-07-23T19:16:57.853Z Compiling jobserver v0.1.34
13912026-07-23T19:16:57.870Z Compiling errno v0.3.14
13922026-07-23T19:16:57.988Z Compiling getrandom v0.2.17
13932026-07-23T19:16:58.012Z Compiling critical-section v1.2.0
13942026-07-23T19:16:58.114Z Compiling cc v1.2.56
13952026-07-23T19:16:58.133Z Compiling pkg-config v0.3.32
13962026-07-23T19:16:58.206Z Compiling rand_core v0.6.4
13972026-07-23T19:16:58.226Z Compiling signal-hook-registry v1.4.8
13982026-07-23T19:16:58.450Z Compiling once_cell v1.21.3
13992026-07-23T19:16:58.467Z Compiling num-traits v0.2.19
14002026-07-23T19:16:58.478Z Compiling rand_core v0.10.0
14012026-07-23T19:16:58.513Z Compiling futures-core v0.3.32
14022026-07-23T19:16:58.654Z Compiling parking_lot v0.12.5
14032026-07-23T19:16:58.681Z Compiling mio v1.2.0
14042026-07-23T19:16:58.812Z Compiling generic-array v0.14.7
14052026-07-23T19:16:59.220Z Compiling litemap v0.8.1
14062026-07-23T19:16:59.221Z Compiling writeable v0.6.2
14072026-07-23T19:16:59.221Z Compiling percent-encoding v2.3.2
14082026-07-23T19:16:59.269Z Compiling bitflags v2.11.0
14092026-07-23T19:16:59.297Z Compiling const-oid v0.9.6
14102026-07-23T19:16:59.312Z Compiling semver v1.0.28
14112026-07-23T19:16:59.432Z Compiling icu_properties_data v2.1.2
14122026-07-23T19:16:59.503Z Compiling icu_normalizer_data v2.1.1
14132026-07-23T19:16:59.649Z Compiling socket2 v0.6.3
14142026-07-23T19:16:59.800Z Compiling futures-sink v0.3.32
14152026-07-23T19:16:59.863Z Compiling futures-io v0.3.32
14162026-07-23T19:16:59.880Z Compiling synstructure v0.13.2
14172026-07-23T19:16:59.916Z Compiling futures-channel v0.3.32
14182026-07-23T19:17:00.016Z Compiling slab v0.4.12
14192026-07-23T19:17:00.059Z Compiling futures-task v0.3.32
14202026-07-23T19:17:00.068Z Compiling utf8_iter v1.0.4
14212026-07-23T19:17:00.146Z Compiling indexmap v2.14.0
14222026-07-23T19:17:00.200Z Compiling form_urlencoded v1.2.2
14232026-07-23T19:17:00.209Z Compiling getrandom v0.3.4
14242026-07-23T19:17:00.228Z Compiling rustversion v1.0.22
14252026-07-23T19:17:00.235Z Compiling cmake v0.1.57
14262026-07-23T19:17:00.320Z Compiling ident_case v1.0.1
14272026-07-23T19:17:00.368Z Compiling iana-time-zone v0.1.65
14282026-07-23T19:17:00.448Z Compiling rustix v1.1.3
14292026-07-23T19:17:00.529Z Compiling dunce v1.0.5
14302026-07-23T19:17:00.581Z Compiling fs_extra v1.3.0
14312026-07-23T19:17:00.633Z Compiling regex-syntax v0.8.10
14322026-07-23T19:17:00.658Z Compiling uuid v1.23.4
14332026-07-23T19:17:00.828Z Compiling base64 v0.22.1
14342026-07-23T19:17:00.860Z Compiling aws-lc-sys v0.40.0
14352026-07-23T19:17:01.155Z Compiling rand_core v0.9.5
14362026-07-23T19:17:01.167Z Compiling base64ct v1.8.3
14372026-07-23T19:17:01.281Z Compiling vcpkg v0.2.15
14382026-07-23T19:17:01.424Z Compiling pem-rfc7468 v0.7.0
14392026-07-23T19:17:01.444Z Compiling rustc_version v0.4.1
14402026-07-23T19:17:01.472Z Compiling tracing-core v0.1.36
14412026-07-23T19:17:01.676Z Compiling serde_derive v1.0.228
14422026-07-23T19:17:01.727Z Compiling zeroize_derive v1.4.3
14432026-07-23T19:17:01.772Z Compiling zerofrom-derive v0.1.6
14442026-07-23T19:17:02.004Z Compiling yoke-derive v0.8.1
14452026-07-23T19:17:02.040Z Compiling zerovec-derive v0.11.2
14462026-07-23T19:17:02.237Z Compiling zerocopy-derive v0.8.40
14472026-07-23T19:17:02.392Z Compiling zeroize v1.8.2
14482026-07-23T19:17:02.620Z Compiling displaydoc v0.2.5
14492026-07-23T19:17:03.195Z Compiling tokio-macros v2.7.0
14502026-07-23T19:17:03.199Z Compiling zerofrom v0.1.6
14512026-07-23T19:17:03.199Z Compiling futures-macro v0.3.32
14522026-07-23T19:17:03.351Z Compiling yoke v0.8.1
14532026-07-23T19:17:03.382Z Compiling openssl-sys v0.9.115
14542026-07-23T19:17:03.539Z Compiling zerovec v0.11.5
14552026-07-23T19:17:03.593Z Compiling zerotrie v0.2.3
14562026-07-23T19:17:03.892Z Compiling crypto-common v0.1.7
14572026-07-23T19:17:03.918Z Compiling block-buffer v0.10.4
14582026-07-23T19:17:03.935Z Compiling tracing-attributes v0.1.31
14592026-07-23T19:17:04.022Z Compiling futures-util v0.3.32
14602026-07-23T19:17:04.069Z Compiling tinystr v0.8.2
14612026-07-23T19:17:04.111Z Compiling potential_utf v0.1.4
14622026-07-23T19:17:04.138Z Compiling digest v0.10.7
14632026-07-23T19:17:04.268Z Compiling icu_locale_core v2.1.1
14642026-07-23T19:17:04.283Z Compiling icu_collections v2.1.1
14652026-07-23T19:17:04.389Z Compiling thiserror-impl v2.0.18
14662026-07-23T19:17:04.839Z Compiling der_derive v0.7.3
14672026-07-23T19:17:05.156Z Compiling icu_provider v2.1.1
14682026-07-23T19:17:05.231Z Compiling bytes v1.11.1
14692026-07-23T19:17:05.335Z Compiling chrono v0.4.45
14702026-07-23T19:17:05.446Z Compiling icu_normalizer v2.1.1
14712026-07-23T19:17:05.759Z Compiling tokio v1.52.1
14722026-07-23T19:17:05.772Z Compiling icu_properties v2.1.2
14732026-07-23T19:17:05.860Z Compiling http v1.4.2
14742026-07-23T19:17:06.003Z Compiling aws-lc-rs v1.16.3
14752026-07-23T19:17:06.297Z Compiling flagset v0.4.7
14762026-07-23T19:17:06.331Z Compiling thiserror v2.0.18
14772026-07-23T19:17:06.426Z Compiling der v0.7.10
14782026-07-23T19:17:06.439Z Compiling tracing v0.1.44
14792026-07-23T19:17:06.709Z Compiling idna_adapter v1.2.1
14802026-07-23T19:17:06.827Z Compiling ppv-lite86 v0.2.21
14812026-07-23T19:17:06.827Z Compiling http-body v1.0.1
14822026-07-23T19:17:06.838Z Compiling idna v1.1.0
14832026-07-23T19:17:06.907Z Compiling rustls-pki-types v1.14.0
14842026-07-23T19:17:06.915Z Compiling serde_derive_internals v0.29.1
14852026-07-23T19:17:07.044Z Compiling rand_chacha v0.9.0
14862026-07-23T19:17:07.058Z Compiling tinyvec_macros v0.1.1
14872026-07-23T19:17:07.126Z Compiling url v2.5.8
14882026-07-23T19:17:07.307Z Compiling dyn-clone v1.0.20
14892026-07-23T19:17:07.440Z Compiling httparse v1.10.1
14902026-07-23T19:17:07.466Z Compiling cmov v0.5.4
14912026-07-23T19:17:07.616Z Compiling schemars v0.8.22
14922026-07-23T19:17:07.673Z Compiling openssl-probe v0.2.1
14932026-07-23T19:17:07.724Z Compiling ctutils v0.4.2
14942026-07-23T19:17:07.759Z Compiling schemars_derive v0.8.22
14952026-07-23T19:17:07.843Z Compiling rand v0.9.2
14962026-07-23T19:17:07.874Z Compiling spki v0.7.3
14972026-07-23T19:17:07.899Z Compiling tinyvec v1.10.0
14982026-07-23T19:17:07.928Z Compiling pest_generator v2.8.6
14992026-07-23T19:17:07.938Z Compiling aho-corasick v1.1.4
15002026-07-23T19:17:08.073Z Compiling try-lock v0.2.5
15012026-07-23T19:17:08.170Z Compiling tower-layer v0.3.3
15022026-07-23T19:17:08.233Z Compiling untrusted v0.7.1
15032026-07-23T19:17:08.312Z Compiling tower-service v0.3.3
15042026-07-23T19:17:08.328Z Compiling atomic-waker v1.1.2
15052026-07-23T19:17:08.397Z Compiling tempfile v3.25.0
15062026-07-23T19:17:08.435Z Compiling want v0.3.1
15072026-07-23T19:17:08.579Z Compiling pest_derive v2.8.6
15082026-07-23T19:17:08.606Z Compiling hybrid-array v0.4.13
15092026-07-23T19:17:08.756Z Compiling regex-automata v0.4.14
15102026-07-23T19:17:08.893Z Compiling ipnet v2.11.0
15112026-07-23T19:17:09.056Z Compiling scroll_derive v0.13.1
15122026-07-23T19:17:09.389Z Compiling darling_core v0.20.11
15132026-07-23T19:17:09.398Z Compiling rustls v0.23.41
15142026-07-23T19:17:09.585Z Compiling tokio-util v0.7.18
15152026-07-23T19:17:09.636Z Compiling httpdate v1.0.3
15162026-07-23T19:17:13.984Z Compiling openssl v0.10.79
15172026-07-23T19:17:14.048Z Compiling untrusted v0.9.0
15182026-07-23T19:17:14.049Z Compiling foreign-types-shared v0.1.1
15192026-07-23T19:17:14.049Z Compiling cpufeatures v0.2.17
15202026-07-23T19:17:14.049Z Compiling foreign-types v0.3.2
15212026-07-23T19:17:14.049Z Compiling scroll v0.13.0
15222026-07-23T19:17:14.049Z Compiling unicode-normalization v0.1.25
15232026-07-23T19:17:14.049Z Compiling h2 v0.4.15
15242026-07-23T19:17:14.049Z Compiling pkcs8 v0.10.2
15252026-07-23T19:17:14.050Z Compiling openssl-macros v0.1.1
15262026-07-23T19:17:14.050Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15272026-07-23T19:17:14.050Z Compiling spin v0.9.8
15282026-07-23T19:17:14.050Z Compiling powerfmt v0.2.0
15292026-07-23T19:17:14.050Z Compiling time-core v0.1.8
15302026-07-23T19:17:14.050Z Compiling crc32fast v1.5.0
15312026-07-23T19:17:14.050Z Compiling native-tls v0.2.18
15322026-07-23T19:17:14.050Z Compiling num-conv v0.2.0
15332026-07-23T19:17:14.050Z Compiling time-macros v0.2.27
15342026-07-23T19:17:14.050Z Compiling deranged v0.5.8
15352026-07-23T19:17:14.050Z Compiling darling_macro v0.20.11
15362026-07-23T19:17:14.050Z Compiling darling v0.20.11
15372026-07-23T19:17:14.050Z Compiling goblin v0.10.5
15382026-07-23T19:17:14.050Z Compiling sha2 v0.10.9
15392026-07-23T19:17:14.050Z Compiling hmac v0.12.1
15402026-07-23T19:17:14.050Z Compiling sync_wrapper v1.0.2
15412026-07-23T19:17:14.050Z Compiling wait-timeout v0.2.1
15422026-07-23T19:17:14.050Z Compiling quick-error v1.2.3
15432026-07-23T19:17:14.050Z Compiling bit-vec v0.8.0
15442026-07-23T19:17:14.050Z Compiling usdt-impl v0.6.0
15452026-07-23T19:17:14.050Z Compiling siphasher v1.0.2
15462026-07-23T19:17:14.050Z Compiling syn v1.0.109
15472026-07-23T19:17:14.051Z Compiling crossbeam-utils v0.8.21
15482026-07-23T19:17:14.051Z Compiling hyper v1.10.1
15492026-07-23T19:17:14.051Z Compiling simd-adler32 v0.3.8
15502026-07-23T19:17:14.051Z Compiling num_threads v0.1.7
15512026-07-23T19:17:14.069Z Compiling time v0.3.47
15522026-07-23T19:17:14.253Z Compiling bit-set v0.8.0
15532026-07-23T19:17:14.306Z Compiling rusty-fork v0.3.1
15542026-07-23T19:17:14.414Z Compiling tower v0.5.3
15552026-07-23T19:17:14.449Z Compiling derive_builder_core v0.20.2
15562026-07-23T19:17:14.622Z Compiling hyper-util v0.1.20
15572026-07-23T19:17:14.887Z Compiling dof v0.4.0
15582026-07-23T19:17:15.254Z Compiling dtrace-parser v0.3.0
15592026-07-23T19:17:15.320Z Compiling http-body-util v0.1.3
15602026-07-23T19:17:15.409Z Compiling heapless v0.7.17
15612026-07-23T19:17:15.556Z Compiling thiserror-impl v1.0.69
15622026-07-23T19:17:15.655Z Compiling scroll_derive v0.12.1
15632026-07-23T19:17:15.972Z Compiling rand_xorshift v0.4.0
15642026-07-23T19:17:16.036Z Compiling slog v2.8.2
15652026-07-23T19:17:16.127Z Compiling darling_core v0.23.0
15662026-07-23T19:17:16.234Z Compiling bzip2-sys v0.1.13+1.0.8
15672026-07-23T19:17:16.309Z Compiling thread-id v5.1.0
15682026-07-23T19:17:16.328Z Compiling cookie v0.18.1
15692026-07-23T19:17:16.352Z Compiling unicode-properties v0.1.4
15702026-07-23T19:17:16.384Z Compiling adler2 v2.0.1
15712026-07-23T19:17:16.511Z Compiling zstd-safe v7.2.4
15722026-07-23T19:17:16.525Z Compiling ryu v1.0.23
15732026-07-23T19:17:16.528Z Compiling signal-hook v0.3.18
15742026-07-23T19:17:16.552Z Compiling paste v1.0.15
15752026-07-23T19:17:16.705Z Compiling iri-string v0.7.10
15762026-07-23T19:17:16.717Z Compiling anyhow v1.0.102
15772026-07-23T19:17:16.720Z Compiling unarray v0.1.4
15782026-07-23T19:17:16.786Z Compiling allocator-api2 v0.2.21
15792026-07-23T19:17:16.817Z Compiling unicode-bidi v0.3.18
15802026-07-23T19:17:16.874Z Compiling proptest v1.10.0
15812026-07-23T19:17:17.106Z Compiling thiserror v1.0.69
15822026-07-23T19:17:17.203Z Compiling stringprep v0.1.5
15832026-07-23T19:17:17.250Z Compiling serde_urlencoded v0.7.1
15842026-07-23T19:17:17.525Z Compiling miniz_oxide v0.8.9
15852026-07-23T19:17:18.069Z Compiling tower-http v0.6.8
15862026-07-23T19:17:18.119Z Compiling scroll v0.12.0
15872026-07-23T19:17:18.163Z Compiling derive_builder_macro v0.20.2
15882026-07-23T19:17:18.179Z Compiling camino v1.2.2
15892026-07-23T19:17:18.452Z Compiling tokio-native-tls v0.3.1
15902026-07-23T19:17:18.539Z Compiling bstr v1.12.1
15912026-07-23T19:17:18.562Z Compiling darling_macro v0.23.0
15922026-07-23T19:17:18.618Z Compiling ipnetwork v0.21.1
15932026-07-23T19:17:18.621Z Compiling block-padding v0.4.2
15942026-07-23T19:17:18.792Z Compiling block-buffer v0.12.1
15952026-07-23T19:17:18.826Z Compiling crypto-common v0.2.2
15962026-07-23T19:17:19.041Z Compiling rustls-native-certs v0.8.3
15972026-07-23T19:17:19.055Z Compiling rand_chacha v0.3.1
15982026-07-23T19:17:19.069Z Compiling hex v0.4.3
15992026-07-23T19:17:19.246Z Compiling serde_spanned v0.6.9
16002026-07-23T19:17:19.326Z Compiling erased-serde v0.3.31
16012026-07-23T19:17:19.328Z Compiling serde_tokenstream v0.2.3
16022026-07-23T19:17:19.386Z Compiling toml_datetime v0.6.11
16032026-07-23T19:17:19.638Z Compiling md-5 v0.10.6
16042026-07-23T19:17:19.652Z Compiling signature v2.2.0
16052026-07-23T19:17:19.805Z Compiling curve25519-dalek v4.1.3
16062026-07-23T19:17:19.830Z Compiling zerocopy-derive v0.7.35
16072026-07-23T19:17:19.833Z Compiling pin-project-internal v1.1.11
16082026-07-23T19:17:19.858Z Compiling async-trait v0.1.89
16092026-07-23T19:17:20.155Z Compiling vergen-lib v9.1.0
16102026-07-23T19:17:20.350Z Compiling hash32 v0.2.1
16112026-07-23T19:17:20.544Z Compiling num-integer v0.1.46
16122026-07-23T19:17:20.587Z Compiling memoffset v0.9.1
16132026-07-23T19:17:20.697Z Compiling encoding_rs v0.8.35
16142026-07-23T19:17:20.794Z Compiling rustix v0.38.44
16152026-07-23T19:17:20.863Z Compiling litrs v1.0.0
16162026-07-23T19:17:20.866Z Compiling smoltcp v0.9.1
16172026-07-23T19:17:20.932Z Compiling num-bigint-dig v0.8.6
16182026-07-23T19:17:21.132Z Compiling mime v0.3.17
16192026-07-23T19:17:21.146Z Compiling fallible-iterator v0.2.0
16202026-07-23T19:17:21.212Z Compiling ref-cast v1.0.25
16212026-07-23T19:17:21.365Z Compiling psl-types v2.0.11
16222026-07-23T19:17:21.383Z Compiling cfg_aliases v0.2.1
16232026-07-23T19:17:21.448Z Compiling zlib-rs v0.6.2
16242026-07-23T19:17:21.463Z Compiling nix v0.31.2
16252026-07-23T19:17:21.485Z Compiling publicsuffix v2.3.0
16262026-07-23T19:17:21.572Z Compiling postgres-protocol v0.6.10
16272026-07-23T19:17:21.657Z Compiling document-features v0.2.12
16282026-07-23T19:17:21.969Z Compiling pin-project v1.1.11
16292026-07-23T19:17:21.985Z Compiling hubpack_derive v0.1.1
16302026-07-23T19:17:22.113Z Compiling num-iter v0.1.45
16312026-07-23T19:17:22.162Z Compiling zerocopy v0.7.35
16322026-07-23T19:17:22.326Z Compiling rand v0.8.6
16332026-07-23T19:17:22.436Z Compiling newtype-uuid v1.3.2
16342026-07-23T19:17:22.643Z Compiling darling v0.23.0
16352026-07-23T19:17:22.675Z Compiling oxnet v0.1.6
16362026-07-23T19:17:22.698Z Compiling inout v0.2.2
16372026-07-23T19:17:22.728Z Compiling derive_builder v0.20.2
16382026-07-23T19:17:22.763Z Compiling hyper-tls v0.6.0
16392026-07-23T19:17:22.846Z Compiling goblin v0.8.2
16402026-07-23T19:17:23.394Z Compiling phf_shared v0.13.1
16412026-07-23T19:17:23.522Z Compiling lazy_static v1.5.0
16422026-07-23T19:17:23.526Z Compiling regex v1.12.3
16432026-07-23T19:17:23.582Z Compiling anstyle-parse v0.2.7
16442026-07-23T19:17:23.628Z Compiling futures-executor v0.3.32
16452026-07-23T19:17:23.685Z Compiling terminal_size v0.4.3
16462026-07-23T19:17:23.755Z Compiling curve25519-dalek-derive v0.1.1
16472026-07-23T19:17:23.820Z Compiling snafu-derive v0.8.9
16482026-07-23T19:17:23.875Z Compiling strum_macros v0.27.2
16492026-07-23T19:17:23.917Z Compiling ref-cast-impl v1.0.25
16502026-07-23T19:17:24.463Z Compiling flate2 v1.1.9
16512026-07-23T19:17:24.496Z Compiling daft-derive v0.1.7
16522026-07-23T19:17:24.736Z Compiling vergen v9.1.0
16532026-07-23T19:17:24.877Z Compiling cargo-platform v0.3.2
16542026-07-23T19:17:24.933Z Compiling ff v0.13.1
16552026-07-23T19:17:25.075Z Compiling fs-err v3.3.0
16562026-07-23T19:17:25.151Z Compiling ahash v0.8.12
16572026-07-23T19:17:25.227Z Compiling foldhash v0.1.5
16582026-07-23T19:17:25.274Z Compiling winnow v0.5.40
16592026-07-23T19:17:25.372Z Compiling managed v0.8.0
16602026-07-23T19:17:25.395Z Compiling libbz2-rs-sys v0.2.2
16612026-07-23T19:17:25.583Z Compiling unicode-segmentation v1.12.0
16622026-07-23T19:17:25.770Z Compiling base16ct v0.2.0
16632026-07-23T19:17:25.877Z Compiling object v0.37.3
16642026-07-23T19:17:25.943Z Compiling same-file v1.0.6
16652026-07-23T19:17:25.963Z Compiling bitflags v1.3.2
16662026-07-23T19:17:26.039Z Compiling bumpalo v3.20.2
16672026-07-23T19:17:26.059Z Compiling foldhash v0.2.0
16682026-07-23T19:17:26.104Z Compiling clap_builder v4.6.0
16692026-07-23T19:17:26.204Z Compiling hashbrown v0.16.1
16702026-07-23T19:17:26.272Z Compiling zopfli v0.8.3
16712026-07-23T19:17:26.286Z Compiling walkdir v2.5.0
16722026-07-23T19:17:26.587Z Compiling toml_edit v0.19.15
16732026-07-23T19:17:26.689Z Compiling sec1 v0.7.3
16742026-07-23T19:17:26.787Z Compiling strum v0.27.2
16752026-07-23T19:17:26.915Z Compiling bzip2 v0.6.1
16762026-07-23T19:17:26.918Z Compiling snafu v0.8.9
16772026-07-23T19:17:27.003Z Compiling hashbrown v0.15.5
16782026-07-23T19:17:27.126Z Compiling daft v0.1.7
16792026-07-23T19:17:27.193Z Compiling dof v0.3.0
16802026-07-23T19:17:27.259Z Compiling group v0.13.0
16812026-07-23T19:17:27.402Z Compiling cargo_metadata v0.23.1
16822026-07-23T19:17:27.556Z Compiling futures v0.3.32
16832026-07-23T19:17:27.636Z Compiling anstream v0.6.21
16842026-07-23T19:17:27.770Z Compiling phf v0.13.1
16852026-07-23T19:17:27.941Z Compiling signal-hook-mio v0.2.5
16862026-07-23T19:17:28.053Z Compiling cookie_store v0.22.1
16872026-07-23T19:17:28.276Z Compiling zstd v0.13.3
16882026-07-23T19:17:28.535Z Compiling bzip2 v0.4.4
16892026-07-23T19:17:28.685Z Compiling reqwest v0.12.28
16902026-07-23T19:17:28.738Z Compiling cipher v0.5.2
16912026-07-23T19:17:28.752Z Compiling serde_with_macros v3.21.0
16922026-07-23T19:17:29.066Z Compiling hubpack v0.1.2
16932026-07-23T19:17:29.173Z Compiling postgres-types v0.2.12
16942026-07-23T19:17:29.334Z Compiling ed25519 v2.2.3
16952026-07-23T19:17:29.733Z Compiling usdt-macro v0.6.0
16962026-07-23T19:17:29.940Z Compiling usdt-attr-macro v0.6.0
16972026-07-23T19:17:30.203Z Compiling globset v0.4.18
16982026-07-23T19:17:30.283Z Compiling dtrace-parser v0.2.0
16992026-07-23T19:17:30.485Z Compiling phf_shared v0.11.3
17002026-07-23T19:17:30.523Z Compiling hkdf v0.12.4
17012026-07-23T19:17:30.668Z Compiling olpc-cjson v0.1.4
17022026-07-23T19:17:30.690Z Compiling pkcs1 v0.7.5
17032026-07-23T19:17:30.741Z Compiling serde_plain v1.0.2
17042026-07-23T19:17:30.823Z Compiling serde-big-array v0.5.1
17052026-07-23T19:17:30.876Z Compiling crypto-bigint v0.5.5
17062026-07-23T19:17:30.928Z Compiling enum-as-inner v0.6.1
17072026-07-23T19:17:30.962Z Compiling serde_repr v0.1.20
17082026-07-23T19:17:31.026Z Compiling clap_derive v4.6.1
17092026-07-23T19:17:31.076Z Compiling strum_macros v0.26.4
17102026-07-23T19:17:31.436Z Compiling async-recursion v1.1.1
17112026-07-23T19:17:31.496Z Compiling pem v3.0.6
17122026-07-23T19:17:31.821Z Compiling float-cmp v0.10.0
17132026-07-23T19:17:31.968Z Compiling thread-id v4.2.2
17142026-07-23T19:17:32.055Z Compiling memmap2 v0.9.10
17152026-07-23T19:17:32.091Z Compiling env_filter v1.0.0
17162026-07-23T19:17:32.264Z Compiling typed-path v0.9.3
17172026-07-23T19:17:32.377Z Compiling whoami v2.1.0
17182026-07-23T19:17:32.391Z Compiling winnow v1.0.3
17192026-07-23T19:17:32.733Z Compiling fixedbitset v0.5.7
17202026-07-23T19:17:32.746Z Compiling new_debug_unreachable v1.0.6
17212026-07-23T19:17:32.760Z Compiling fixedbitset v0.4.2
17222026-07-23T19:17:32.807Z Compiling cpufeatures v0.3.0
17232026-07-23T19:17:32.821Z Compiling predicates-core v1.0.10
17242026-07-23T19:17:32.886Z Compiling difflib v0.4.0
17252026-07-23T19:17:32.931Z Compiling either v1.15.0
17262026-07-23T19:17:32.974Z Compiling normalize-line-endings v0.3.0
17272026-07-23T19:17:32.992Z Compiling const-oid v0.10.2
17282026-07-23T19:17:33.026Z Compiling jiff v0.2.21
17292026-07-23T19:17:33.066Z Compiling data-encoding v2.10.0
17302026-07-23T19:17:33.132Z Compiling static_assertions v1.1.0
17312026-07-23T19:17:33.185Z Compiling keccak v0.1.6
17322026-07-23T19:17:33.204Z Compiling precomputed-hash v0.1.1
17332026-07-23T19:17:33.293Z Compiling string_cache v0.8.9
17342026-07-23T19:17:33.426Z Compiling hickory-proto v0.25.2
17352026-07-23T19:17:33.474Z Compiling sha3 v0.10.8
17362026-07-23T19:17:33.504Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17372026-07-23T19:17:33.518Z Compiling toml_edit v0.22.27
17382026-07-23T19:17:33.749Z Compiling digest v0.11.3
17392026-07-23T19:17:33.914Z Compiling itertools v0.13.0
17402026-07-23T19:17:33.914Z Compiling predicates v3.1.4
17412026-07-23T19:17:33.967Z Compiling petgraph v0.8.3
17422026-07-23T19:17:34.616Z Compiling petgraph v0.6.5
17432026-07-23T19:17:35.167Z Compiling chacha20 v0.10.0
17442026-07-23T19:17:35.540Z Compiling strum v0.26.3
17452026-07-23T19:17:35.672Z Compiling zip v4.6.1
17462026-07-23T19:17:35.957Z Compiling clap v4.6.1
17472026-07-23T19:17:36.042Z Compiling toml_parser v1.1.2+spec-1.1.0
17482026-07-23T19:17:36.072Z Compiling tokio-postgres v0.7.16
17492026-07-23T19:17:36.252Z Compiling env_logger v0.11.9
17502026-07-23T19:17:36.320Z Compiling usdt v0.6.0
17512026-07-23T19:17:36.578Z Compiling usdt-impl v0.5.0
17522026-07-23T19:17:36.598Z Compiling elliptic-curve v0.13.8
17532026-07-23T19:17:36.621Z Compiling rsa v0.9.10
17542026-07-23T19:17:36.668Z Compiling crossterm v0.28.1
17552026-07-23T19:17:36.991Z Compiling serde_with v3.21.0
17562026-07-23T19:17:37.161Z Compiling ed25519-dalek v2.2.0
17572026-07-23T19:17:37.840Z Compiling zip v0.6.6
17582026-07-23T19:17:38.073Z Compiling toml v0.7.8
17592026-07-23T19:17:38.321Z Compiling iddqd v0.4.2
17602026-07-23T19:17:38.670Z Compiling similar v2.7.0
17612026-07-23T19:17:38.747Z Compiling heck v0.4.1
17622026-07-23T19:17:38.788Z Compiling byte-wrapper v0.1.0
17632026-07-23T19:17:38.845Z Compiling crossbeam-epoch v0.9.18
17642026-07-23T19:17:38.970Z Compiling tokio-stream v0.1.18
17652026-07-23T19:17:39.131Z Compiling buf-list v1.1.2
17662026-07-23T19:17:39.197Z Compiling x509-cert v0.2.5
17672026-07-23T19:17:39.405Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17682026-07-23T19:17:39.489Z Compiling openapiv3 v2.2.0
17692026-07-23T19:17:39.554Z Compiling peg-runtime v0.8.5
17702026-07-23T19:17:39.625Z Compiling lalrpop-util v0.19.12
17712026-07-23T19:17:39.703Z Compiling thread_local v1.1.9
17722026-07-23T19:17:39.823Z Compiling slog-async v2.8.0
17732026-07-23T19:17:39.842Z Compiling crossbeam-channel v0.5.15
17742026-07-23T19:17:39.945Z Compiling is-terminal v0.4.17
17752026-07-23T19:17:39.959Z Compiling filetime v0.2.27
17762026-07-23T19:17:40.042Z Compiling take_mut v0.2.2
17772026-07-23T19:17:40.132Z Compiling term v1.2.1
17782026-07-23T19:17:40.148Z Compiling xattr v1.6.1
17792026-07-23T19:17:40.162Z Compiling camino-tempfile v1.4.1
17802026-07-23T19:17:40.283Z Compiling tar v0.4.46
17812026-07-23T19:17:40.698Z Compiling slog-term v2.9.2
17822026-07-23T19:17:50.446Z Compiling rustls-webpki v0.103.13
17832026-07-23T19:17:53.131Z Compiling tokio-rustls v0.26.4
17842026-07-23T19:17:53.131Z Compiling rustls-platform-verifier v0.6.2
17852026-07-23T19:17:53.131Z Compiling tough v0.22.0
17862026-07-23T19:17:53.332Z Compiling hyper-rustls v0.27.7
17872026-07-23T19:17:53.527Z Compiling reqwest v0.13.2
17882026-07-23T19:17:55.757Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17892026-07-23T19:17:55.979Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17902026-07-23T19:17:58.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
17912026-07-23T19:17:58.895Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17922026-07-23T19:17:58.948ZJul 23 19:17:57.275 INFO Starting download, target: Clickhouse
17932026-07-23T19:17:58.949ZJul 23 19:17:57.275 INFO Starting download, target: Console
17942026-07-23T19:17:58.949ZJul 23 19:17:57.275 INFO Starting download, target: Cockroach
17952026-07-23T19:17:58.949ZJul 23 19:17:57.275 INFO Starting download, target: DendriteStub
17962026-07-23T19:17:58.949ZJul 23 19:17:57.275 INFO Starting download, target: MaghemiteMgd
17972026-07-23T19:17:58.959ZJul 23 19:17:57.275 INFO Starting download, target: MaghemiteDdmd
17982026-07-23T19:17:58.959ZJul 23 19:17:57.275 INFO Starting download, target: TransceiverControl
17992026-07-23T19:17:58.959ZJul 23 19:17:57.275 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18002026-07-23T19:17:58.959ZJul 23 19:17:57.275 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18012026-07-23T19:17:58.959ZJul 23 19:17:57.275 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18022026-07-23T19:17:58.959ZJul 23 19:17:57.275 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18032026-07-23T19:17:58.960ZJul 23 19:17:57.275 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18042026-07-23T19:17:58.960ZJul 23 19:17:57.275 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18052026-07-23T19:17:58.960ZJul 23 19:17:57.275 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18062026-07-23T19:18:00.692ZJul 23 19:17:59.022 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18072026-07-23T19:18:01.029ZJul 23 19:17:59.359 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18082026-07-23T19:18:01.277ZJul 23 19:17:59.607 INFO Download complete, target: Console
18092026-07-23T19:18:02.923ZJul 23 19:18:01.215 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18102026-07-23T19:18:03.105ZJul 23 19:18:01.428 INFO Download complete, target: TransceiverControl
18112026-07-23T19:18:04.688ZJul 23 19:18:03.002 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18122026-07-23T19:18:04.818ZJul 23 19:18:03.147 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18132026-07-23T19:18:05.012ZJul 23 19:18:03.338 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18142026-07-23T19:18:05.330ZJul 23 19:18:03.659 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18152026-07-23T19:18:05.330ZJul 23 19:18:03.659 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18162026-07-23T19:18:06.643ZJul 23 19:18:04.973 INFO Download complete, target: MaghemiteDdmd
18172026-07-23T19:18:07.435ZJul 23 19:18:05.765 INFO Download complete, target: DendriteStub
18182026-07-23T19:18:07.561ZJul 23 19:18:05.891 INFO Download complete, target: MaghemiteMgd
18192026-07-23T19:18:07.640ZJul 23 19:18:05.960 INFO Checking that binary works, target: Clickhouse
18202026-07-23T19:18:07.741ZJul 23 19:18:06.071 INFO Download complete, target: Clickhouse
18212026-07-23T19:18:10.043ZJul 23 19:18:08.372 INFO Checking that binary works, target: Cockroach
18222026-07-23T19:18:10.155ZJul 23 19:18:08.485 INFO Download complete, target: Cockroach
18232026-07-23T19:18:10.170ZAll builder prerequisites installed successfully, and PATH looks valid
18242026-07-23T19:18:10.173Z
18252026-07-23T19:18:10.173Zreal 2:03.322612616
18262026-07-23T19:18:10.173Zuser 6:36.031059513
18272026-07-23T19:18:10.173Zsys 1:20.342852642
18282026-07-23T19:18:10.173Ztrap 0.227529905
18292026-07-23T19:18:10.173Ztflt 0.584616512
18302026-07-23T19:18:10.173Zdflt 0.851775450
18312026-07-23T19:18:10.173Zkflt 0.023633865
18322026-07-23T19:18:10.173Zlock 22:10.505848504
18332026-07-23T19:18:10.173Zslp 20:04.420785218
18342026-07-23T19:18:10.173Zlat 42.361468534
18352026-07-23T19:18:10.173Zstop 1:55.190633473
18362026-07-23T19:18:10.173Z+ banner clippy
18372026-07-23T19:18:10.173Z
18382026-07-23T19:18:10.173Z #### # # ##### ##### # #
18392026-07-23T19:18:10.173Z # # # # # # # # # #
18402026-07-23T19:18:10.173Z # # # # # # # #
18412026-07-23T19:18:10.173Z # # # ##### ##### #
18422026-07-23T19:18:10.173Z # # # # # # #
18432026-07-23T19:18:10.173Z #### ###### # # # #
18442026-07-23T19:18:10.173Z
18452026-07-23T19:18:10.173Z+ export CARGO_INCREMENTAL=0
18462026-07-23T19:18:10.173Z+ CARGO_INCREMENTAL=0
18472026-07-23T19:18:10.173Z+ ptime -m cargo xtask clippy
18482026-07-23T19:18:10.647Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18492026-07-23T19:18:10.929Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18502026-07-23T19:18:12.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.49s
18512026-07-23T19:18:12.741Z Running `target/debug/xtask clippy`
18522026-07-23T19:18:12.768Zrunning: /home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18532026-07-23T19:18:13.326Z Downloading crates ...
18542026-07-23T19:18:13.528Z Downloaded addr2line v0.25.1
18552026-07-23T19:18:13.536Z Downloaded supports-color v2.1.0
18562026-07-23T19:18:13.541Z Downloaded fancy-regex v0.14.0
18572026-07-23T19:18:13.541Z Downloaded relative-path v1.9.3
18582026-07-23T19:18:13.541Z Downloaded linkme-impl v0.3.35
18592026-07-23T19:18:13.547Z Downloaded rstest_macros v0.25.0
18602026-07-23T19:18:13.551Z Downloaded plotters-svg v0.3.7
18612026-07-23T19:18:13.551Z Downloaded miette-derive v5.10.0
18622026-07-23T19:18:13.555Z Downloaded plotters-backend v0.3.7
18632026-07-23T19:18:13.560Z Downloaded escape8259 v0.5.3
18642026-07-23T19:18:13.560Z Downloaded target-triple v1.0.0
18652026-07-23T19:18:13.564Z Downloaded terminal_size v0.1.17
18662026-07-23T19:18:13.564Z Downloaded pathdiff v0.2.3
18672026-07-23T19:18:13.565Z Downloaded cast v0.3.0
18682026-07-23T19:18:13.569Z Downloaded similar-asserts v1.7.0
18692026-07-23T19:18:13.573Z Downloaded owo-colors v3.5.0
18702026-07-23T19:18:13.573Z Downloaded linkme v0.3.35
18712026-07-23T19:18:13.577Z Downloaded hex-literal v0.4.1
18722026-07-23T19:18:13.581Z Downloaded approx v0.5.1
18732026-07-23T19:18:13.581Z Downloaded backtrace-ext v0.2.1
18742026-07-23T19:18:13.584Z Downloaded event-listener-strategy v0.5.4
18752026-07-23T19:18:13.585Z Downloaded supports-hyperlinks v2.1.0
18762026-07-23T19:18:13.588Z Downloaded constant_time_eq v0.3.1
18772026-07-23T19:18:13.591Z Downloaded async-object-pool v0.2.0
18782026-07-23T19:18:13.591Z Downloaded parking v2.2.1
18792026-07-23T19:18:13.594Z Downloaded nested v0.1.1
18802026-07-23T19:18:13.600Z Downloaded criterion-plot v0.6.0
18812026-07-23T19:18:13.600Z Downloaded assert-json-diff v2.0.2
18822026-07-23T19:18:13.600Z Downloaded path-tree v0.8.3
18832026-07-23T19:18:13.604Z Downloaded oorandom v11.1.5
18842026-07-23T19:18:13.604Z Downloaded libtest-mimic v0.8.1
18852026-07-23T19:18:13.604Z Downloaded supports-unicode v2.1.0
18862026-07-23T19:18:13.604Z Downloaded guppy-workspace-hack v0.1.0
18872026-07-23T19:18:13.608Z Downloaded serde_regex v1.1.0
18882026-07-23T19:18:13.612Z Downloaded anes v0.1.6
18892026-07-23T19:18:13.615Z Downloaded termcolor v1.4.1
18902026-07-23T19:18:13.619Z Downloaded knuffel-derive v3.2.0
18912026-07-23T19:18:13.619Z Downloaded datatest-stable v0.3.3
18922026-07-23T19:18:13.622Z Downloaded assert_cmd v2.1.2
18932026-07-23T19:18:13.626Z Downloaded rust-argon2 v2.1.0
18942026-07-23T19:18:13.629Z Downloaded stringmetrics v2.2.2
18952026-07-23T19:18:13.632Z Downloaded target-spec v3.5.7
18962026-07-23T19:18:13.632Z Downloaded rustc-demangle v0.1.27
18972026-07-23T19:18:13.635Z Downloaded concurrent-queue v2.5.0
18982026-07-23T19:18:13.635Z Downloaded partial-io v0.5.4
18992026-07-23T19:18:13.635Z Downloaded hickory-client v0.25.2
19002026-07-23T19:18:13.638Z Downloaded futures-timer v3.0.3
19012026-07-23T19:18:13.638Z Downloaded httptest v0.16.4
19022026-07-23T19:18:13.638Z Downloaded cfg-expr v0.20.6
19032026-07-23T19:18:13.641Z Downloaded tinytemplate v1.2.1
19042026-07-23T19:18:13.647Z Downloaded async-lock v3.4.2
19052026-07-23T19:18:13.652Z Downloaded trybuild v1.0.116
19062026-07-23T19:18:13.655Z Downloaded event-listener v5.4.1
19072026-07-23T19:18:13.658Z Downloaded chumsky v0.9.3
19082026-07-23T19:18:13.658Z Downloaded blake2b_simd v1.0.4
19092026-07-23T19:18:13.663Z Downloaded target-lexicon v0.13.3
19102026-07-23T19:18:13.667Z Downloaded rstest v0.25.0
19112026-07-23T19:18:13.670Z Downloaded rand_distr v0.5.1
19122026-07-23T19:18:13.676Z Downloaded textwrap v0.15.2
19132026-07-23T19:18:13.680Z Downloaded miette v5.10.0
19142026-07-23T19:18:13.683Z Downloaded knuffel v3.2.0
19152026-07-23T19:18:13.692Z Downloaded backtrace v0.3.76
19162026-07-23T19:18:13.701Z Downloaded criterion v0.7.0
19172026-07-23T19:18:13.704Z Downloaded hashbrown v0.14.5
19182026-07-23T19:18:13.707Z Downloaded guppy v0.17.25
19192026-07-23T19:18:13.710Z Downloaded plotters v0.3.7
19202026-07-23T19:18:13.732Z Downloaded gimli v0.32.3
19212026-07-23T19:18:13.815Z Downloaded httpmock v0.8.3
19222026-07-23T19:18:15.512Z Checking cfg-if v1.0.4
19232026-07-23T19:18:15.874Z Checking libc v0.2.185
19242026-07-23T19:18:15.878Z Checking serde_core v1.0.228
19252026-07-23T19:18:15.950Z Checking memchr v2.8.0
19262026-07-23T19:18:15.992Z Checking smallvec v1.15.1
19272026-07-23T19:18:16.026Z Checking zeroize v1.8.2
19282026-07-23T19:18:16.062Z Checking rand_core v0.10.0
19292026-07-23T19:18:16.100Z Checking itoa v1.0.17
19302026-07-23T19:18:16.135Z Checking subtle v2.6.1
19312026-07-23T19:18:16.197Z Checking log v0.4.29
19322026-07-23T19:18:16.234Z Checking libm v0.2.16
19332026-07-23T19:18:16.281Z Checking typenum v1.20.1
19342026-07-23T19:18:16.320Z Checking scopeguard v1.2.0
19352026-07-23T19:18:16.352Z Checking getrandom v0.4.1
19362026-07-23T19:18:16.356Z Checking errno v0.3.14
19372026-07-23T19:18:16.427Z Checking stable_deref_trait v1.2.1
19382026-07-23T19:18:16.433Z Checking zmij v1.0.21
19392026-07-23T19:18:16.464Z Checking lock_api v0.4.14
19402026-07-23T19:18:16.534Z Checking zerofrom v0.1.6
19412026-07-23T19:18:16.574Z Checking percent-encoding v2.3.2
19422026-07-23T19:18:16.578Z Checking writeable v0.6.2
19432026-07-23T19:18:16.675Z Checking yoke v0.8.1
19442026-07-23T19:18:16.712Z Checking litemap v0.8.1
19452026-07-23T19:18:16.749Z Checking icu_properties_data v2.1.2
19462026-07-23T19:18:16.753Z Checking icu_normalizer_data v2.1.1
19472026-07-23T19:18:16.819Z Checking form_urlencoded v1.2.2
19482026-07-23T19:18:16.859Z Checking utf8_iter v1.0.4
19492026-07-23T19:18:16.893Z Checking zerovec v0.11.5
19502026-07-23T19:18:16.928Z Checking zerotrie v0.2.3
19512026-07-23T19:18:16.933Z Checking num-traits v0.2.19
19522026-07-23T19:18:17.002Z Checking pin-project-lite v0.2.17
19532026-07-23T19:18:17.040Z Checking zerocopy v0.8.40
19542026-07-23T19:18:17.081Z Checking parking_lot_core v0.9.12
19552026-07-23T19:18:17.085Z Checking portable-atomic v1.13.1
19562026-07-23T19:18:17.184Z Checking critical-section v1.2.0
19572026-07-23T19:18:17.200Z Checking signal-hook-registry v1.4.8
19582026-07-23T19:18:17.286Z Checking mio v1.2.0
19592026-07-23T19:18:17.327Z Checking parking_lot v0.12.5
19602026-07-23T19:18:17.357Z Checking tinystr v0.8.2
19612026-07-23T19:18:17.391Z Checking potential_utf v0.1.4
19622026-07-23T19:18:17.394Z Checking serde v1.0.228
19632026-07-23T19:18:17.496Z Checking serde_json v1.0.150
19642026-07-23T19:18:17.534Z Checking bitflags v2.11.0
19652026-07-23T19:18:17.571Z Checking icu_locale_core v2.1.1
19662026-07-23T19:18:17.574Z Checking icu_collections v2.1.1
19672026-07-23T19:18:17.574Z Checking once_cell v1.21.3
19682026-07-23T19:18:17.676Z Checking iana-time-zone v0.1.65
19692026-07-23T19:18:17.729Z Checking socket2 v0.6.3
19702026-07-23T19:18:17.812Z Checking uuid v1.23.4
19712026-07-23T19:18:17.851Z Checking bytes v1.11.1
19722026-07-23T19:18:17.854Z Checking chrono v0.4.45
19732026-07-23T19:18:17.942Z Checking semver v1.0.28
19742026-07-23T19:18:18.000Z Checking thiserror v2.0.18
19752026-07-23T19:18:18.131Z Checking icu_provider v2.1.1
19762026-07-23T19:18:18.191Z Checking dyn-clone v1.0.20
19772026-07-23T19:18:18.194Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19782026-07-23T19:18:18.194Z Checking futures-core v0.3.32
19792026-07-23T19:18:18.195Z Checking equivalent v1.0.2
19802026-07-23T19:18:18.328Z Checking getrandom v0.2.17
19812026-07-23T19:18:18.331Z Checking tokio v1.52.1
19822026-07-23T19:18:18.397Z Checking rustix v1.1.3
19832026-07-23T19:18:18.400Z Checking icu_properties v2.1.2
19842026-07-23T19:18:18.464Z Checking icu_normalizer v2.1.1
19852026-07-23T19:18:18.502Z Checking rand_core v0.6.4
19862026-07-23T19:18:18.580Z Checking cmov v0.5.4
19872026-07-23T19:18:18.743Z Checking byteorder v1.5.0
19882026-07-23T19:18:18.746Z Checking futures-sink v0.3.32
19892026-07-23T19:18:18.814Z Checking ctutils v0.4.2
19902026-07-23T19:18:18.817Z Checking getrandom v0.3.4
19912026-07-23T19:18:18.903Z Checking futures-channel v0.3.32
19922026-07-23T19:18:18.967Z Checking futures-task v0.3.32
19932026-07-23T19:18:19.015Z Checking slab v0.4.12
19942026-07-23T19:18:19.050Z Checking hybrid-array v0.4.13
19952026-07-23T19:18:19.121Z Checking futures-io v0.3.32
19962026-07-23T19:18:19.158Z Checking generic-array v0.14.7
19972026-07-23T19:18:19.198Z Checking hashbrown v0.17.0
19982026-07-23T19:18:19.236Z Checking idna_adapter v1.2.1
19992026-07-23T19:18:19.270Z Checking futures-util v0.3.32
20002026-07-23T19:18:19.273Z Checking thiserror v1.0.69
20012026-07-23T19:18:19.376Z Checking idna v1.1.0
20022026-07-23T19:18:19.426Z Checking fnv v1.0.7
20032026-07-23T19:18:19.546Z Checking regex-syntax v0.8.10
20042026-07-23T19:18:19.624Z Checking const-oid v0.9.6
20052026-07-23T19:18:19.660Z Checking url v2.5.8
20062026-07-23T19:18:19.695Z Checking indexmap v2.14.0
20072026-07-23T19:18:19.768Z Checking ppv-lite86 v0.2.21
20082026-07-23T19:18:19.828Z Checking crypto-common v0.2.2
20092026-07-23T19:18:20.082Z Checking base64ct v1.8.3
20102026-07-23T19:18:20.119Z Checking schemars v0.8.22
20112026-07-23T19:18:20.281Z Checking crypto-common v0.1.7
20122026-07-23T19:18:20.331Z Checking block-buffer v0.12.1
20132026-07-23T19:18:20.367Z Checking block-buffer v0.10.4
20142026-07-23T19:18:20.432Z Checking base64 v0.22.1
20152026-07-23T19:18:20.468Z Checking utf8parse v0.2.2
20162026-07-23T19:18:20.518Z Checking anstyle v1.0.14
20172026-07-23T19:18:20.554Z Checking digest v0.10.7
20182026-07-23T19:18:20.599Z Checking http v1.4.2
20192026-07-23T19:18:20.696Z Checking tracing-core v0.1.36
20202026-07-23T19:18:20.731Z Checking is_terminal_polyfill v1.70.2
20212026-07-23T19:18:20.777Z Checking colorchoice v1.0.4
20222026-07-23T19:18:20.819Z Checking anstyle-query v1.1.5
20232026-07-23T19:18:20.857Z Checking rand_core v0.9.5
20242026-07-23T19:18:20.890Z Checking anstyle-parse v1.0.0
20252026-07-23T19:18:20.925Z Checking terminal_size v0.4.3
20262026-07-23T19:18:20.960Z Checking ipnet v2.11.0
20272026-07-23T19:18:21.027Z Checking tracing v0.1.44
20282026-07-23T19:18:21.063Z Checking strsim v0.11.1
20292026-07-23T19:18:21.067Z Checking anstream v1.0.0
20302026-07-23T19:18:21.067Z Checking const-oid v0.10.2
20312026-07-23T19:18:21.234Z Checking clap_lex v1.0.0
20322026-07-23T19:18:21.240Z Checking rand_chacha v0.9.0
20332026-07-23T19:18:21.259Z Checking aho-corasick v1.1.4
20342026-07-23T19:18:21.265Z Checking crossbeam-utils v0.8.21
20352026-07-23T19:18:21.292Z Checking erased-serde v0.3.31
20362026-07-23T19:18:21.296Z Checking unicode-ident v1.0.24
20372026-07-23T19:18:21.391Z Checking powerfmt v0.2.0
20382026-07-23T19:18:21.394Z Checking clap_builder v4.6.0
20392026-07-23T19:18:21.461Z Checking rand v0.9.2
20402026-07-23T19:18:21.495Z Checking proc-macro2 v1.0.106
20412026-07-23T19:18:21.559Z Checking tokio-util v0.7.18
20422026-07-23T19:18:21.596Z Checking deranged v0.5.8
20432026-07-23T19:18:21.648Z Checking httparse v1.10.1
20442026-07-23T19:18:21.730Z Checking slog v2.8.2
20452026-07-23T19:18:21.822Z Checking num-conv v0.2.0
20462026-07-23T19:18:21.882Z Checking time-core v0.1.8
20472026-07-23T19:18:21.938Z Checking regex-automata v0.4.14
20482026-07-23T19:18:21.975Z Checking num_threads v0.1.7
20492026-07-23T19:18:21.978Z Checking quote v1.0.45
20502026-07-23T19:18:22.044Z Checking anyhow v1.0.102
20512026-07-23T19:18:22.047Z Checking cpufeatures v0.3.0
20522026-07-23T19:18:22.112Z Checking allocator-api2 v0.2.21
20532026-07-23T19:18:22.177Z Checking digest v0.11.3
20542026-07-23T19:18:22.214Z Checking syn v2.0.117
20552026-07-23T19:18:22.219Z Checking fastrand v2.3.0
20562026-07-23T19:18:22.283Z Checking cpufeatures v0.2.17
20572026-07-23T19:18:22.380Z Checking http-body v1.0.1
20582026-07-23T19:18:22.384Z Checking atomic-waker v1.1.2
20592026-07-23T19:18:22.450Z Checking ipnetwork v0.21.1
20602026-07-23T19:18:22.453Z Checking aws-lc-sys v0.40.0
20612026-07-23T19:18:22.522Z Checking time v0.3.47
20622026-07-23T19:18:22.559Z Checking rustls-pki-types v1.14.0
20632026-07-23T19:18:22.562Z Checking httpdate v1.0.3
20642026-07-23T19:18:22.636Z Checking clap v4.6.1
20652026-07-23T19:18:22.685Z Checking try-lock v0.2.5
20662026-07-23T19:18:22.734Z Checking untrusted v0.7.1
20672026-07-23T19:18:22.773Z Checking h2 v0.4.15
20682026-07-23T19:18:22.810Z Checking want v0.3.1
20692026-07-23T19:18:22.871Z Checking tempfile v3.25.0
20702026-07-23T19:18:22.908Z Checking tower-service v0.3.3
20712026-07-23T19:18:22.959Z Checking ryu v1.0.23
20722026-07-23T19:18:22.997Z Checking aws-lc-rs v1.16.3
20732026-07-23T19:18:23.032Z Checking tower-layer v0.3.3
20742026-07-23T19:18:23.090Z Checking hex v0.4.3
20752026-07-23T19:18:23.126Z Checking pem-rfc7468 v0.7.0
20762026-07-23T19:18:23.206Z Checking spin v0.9.8
20772026-07-23T19:18:23.312Z Checking untrusted v0.9.0
20782026-07-23T19:18:23.349Z Checking flagset v0.4.7
20792026-07-23T19:18:23.415Z Checking mime v0.3.17
20802026-07-23T19:18:23.452Z Checking simd-adler32 v0.3.8
20812026-07-23T19:18:23.498Z Checking der v0.7.10
20822026-07-23T19:18:23.615Z Checking http-body-util v0.1.3
20832026-07-23T19:18:23.650Z Checking adler2 v2.0.1
20842026-07-23T19:18:23.684Z Checking block-padding v0.4.2
20852026-07-23T19:18:23.736Z Checking pretty-hex v0.4.1
20862026-07-23T19:18:23.783Z Checking miniz_oxide v0.8.9
20872026-07-23T19:18:23.834Z Checking rustls-webpki v0.103.13
20882026-07-23T19:18:23.873Z Checking openssl-probe v0.2.1
20892026-07-23T19:18:23.877Z Checking inout v0.2.2
20902026-07-23T19:18:23.939Z Checking serde_urlencoded v0.7.1
20912026-07-23T19:18:24.007Z Checking oxnet v0.1.6
20922026-07-23T19:18:24.076Z Checking camino v1.2.2
20932026-07-23T19:18:24.175Z Checking encoding_rs v0.8.35
20942026-07-23T19:18:24.179Z Checking plain v0.2.3
20952026-07-23T19:18:24.247Z Checking regex v1.12.3
20962026-07-23T19:18:24.286Z Checking rustls v0.23.41
20972026-07-23T19:18:24.326Z Checking rand_chacha v0.3.1
20982026-07-23T19:18:24.330Z Checking ucd-trie v0.1.7
20992026-07-23T19:18:24.410Z Checking spki v0.7.3
21002026-07-23T19:18:24.470Z Checking cipher v0.5.2
21012026-07-23T19:18:24.508Z Checking pest v2.8.6
21022026-07-23T19:18:24.554Z Checking futures-executor v0.3.32
21032026-07-23T19:18:24.594Z Checking rand v0.8.6
21042026-07-23T19:18:24.631Z Checking sync_wrapper v1.0.2
21052026-07-23T19:18:24.734Z Checking crc32fast v1.5.0
21062026-07-23T19:18:24.739Z Checking futures v0.3.32
21072026-07-23T19:18:24.803Z Checking tower v0.5.3
21082026-07-23T19:18:24.874Z Checking iri-string v0.7.10
21092026-07-23T19:18:24.910Z Checking either v1.15.0
21102026-07-23T19:18:25.130Z Checking pkcs8 v0.10.2
21112026-07-23T19:18:25.168Z Checking static_assertions v1.1.0
21122026-07-23T19:18:25.204Z Checking zlib-rs v0.6.2
21132026-07-23T19:18:25.239Z Checking foldhash v0.2.0
21142026-07-23T19:18:25.276Z Checking sha2 v0.10.9
21152026-07-23T19:18:25.324Z Checking openapiv3 v2.2.0
21162026-07-23T19:18:25.425Z Checking hashbrown v0.16.1
21172026-07-23T19:18:25.594Z Checking bit-vec v0.8.0
21182026-07-23T19:18:25.631Z Checking lazy_static v1.5.0
21192026-07-23T19:18:25.666Z Checking hyper v1.10.1
21202026-07-23T19:18:25.749Z Checking hubpack v0.1.2
21212026-07-23T19:18:25.818Z Checking bit-set v0.8.0
21222026-07-23T19:18:25.943Z Checking wait-timeout v0.2.1
21232026-07-23T19:18:25.982Z Checking rustls-native-certs v0.8.3
21242026-07-23T19:18:25.986Z Checking tower-http v0.6.8
21252026-07-23T19:18:26.052Z Checking strum v0.26.3
21262026-07-23T19:18:26.094Z Checking psl-types v2.0.11
21272026-07-23T19:18:26.132Z Checking flate2 v1.1.9
21282026-07-23T19:18:26.169Z Checking quick-error v1.2.3
21292026-07-23T19:18:26.205Z Checking cookie v0.18.1
21302026-07-23T19:18:26.240Z Checking publicsuffix v2.3.0
21312026-07-23T19:18:26.298Z Checking rusty-fork v0.3.1
21322026-07-23T19:18:26.335Z Checking rand_xorshift v0.4.0
21332026-07-23T19:18:26.427Z Checking signature v2.2.0
21342026-07-23T19:18:26.463Z Checking num-integer v0.1.46
21352026-07-23T19:18:26.466Z Checking tinyvec_macros v0.1.1
21362026-07-23T19:18:26.529Z Checking unarray v0.1.4
21372026-07-23T19:18:26.533Z Checking cookie_store v0.22.1
21382026-07-23T19:18:26.565Z Checking tinyvec v1.10.0
21392026-07-23T19:18:26.632Z Checking scroll v0.13.0
21402026-07-23T19:18:26.662Z Checking hyper-util v0.1.20
21412026-07-23T19:18:26.665Z Checking tokio-rustls v0.26.4
21422026-07-23T19:18:26.666Z Checking rustls-platform-verifier v0.6.2
21432026-07-23T19:18:26.669Z Checking proptest v1.10.0
21442026-07-23T19:18:26.796Z Checking anstyle-parse v0.2.7
21452026-07-23T19:18:26.855Z Checking ahash v0.8.12
21462026-07-23T19:18:26.892Z Checking goblin v0.10.5
21472026-07-23T19:18:26.926Z Checking toml_datetime v0.6.11
21482026-07-23T19:18:26.929Z Checking serde_spanned v0.6.9
21492026-07-23T19:18:26.929Z Checking memmap2 v0.9.10
21502026-07-23T19:18:27.027Z Checking anstream v0.6.21
21512026-07-23T19:18:27.069Z Checking dtrace-parser v0.3.0
21522026-07-23T19:18:27.109Z Checking thread-id v5.1.0
21532026-07-23T19:18:27.145Z Checking data-encoding v2.10.0
21542026-07-23T19:18:27.181Z Checking x509-cert v0.2.5
21552026-07-23T19:18:27.217Z Checking bstr v1.12.1
21562026-07-23T19:18:27.253Z Checking hmac v0.12.1
21572026-07-23T19:18:27.328Z Checking num-iter v0.1.45
21582026-07-23T19:18:27.413Z Checking crossbeam-epoch v0.9.18
21592026-07-23T19:18:27.450Z Checking memoffset v0.9.1
21602026-07-23T19:18:27.485Z Checking scroll v0.12.0
21612026-07-23T19:18:27.556Z Checking env_filter v1.0.0
21622026-07-23T19:18:27.633Z Checking num-bigint-dig v0.8.6
21632026-07-23T19:18:27.671Z Checking pkcs1 v0.7.5
21642026-07-23T19:18:27.727Z Checking env_logger v0.11.9
21652026-07-23T19:18:27.764Z Checking goblin v0.8.2
21662026-07-23T19:18:27.843Z Checking zerocopy v0.7.35
21672026-07-23T19:18:27.906Z Checking rustix v0.38.44
21682026-07-23T19:18:27.944Z Checking foreign-types-shared v0.1.1
21692026-07-23T19:18:27.979Z Checking hyper-rustls v0.27.7
21702026-07-23T19:18:28.054Z Checking unicode-segmentation v1.12.0
21712026-07-23T19:18:28.215Z Checking reqwest v0.13.2
21722026-07-23T19:18:28.362Z Checking foreign-types v0.3.2
21732026-07-23T19:18:28.398Z Checking nix v0.31.2
21742026-07-23T19:18:28.450Z Checking rsa v0.9.10
21752026-07-23T19:18:28.487Z Checking dtrace-parser v0.2.0
21762026-07-23T19:18:28.548Z Checking newtype-uuid v1.3.2
21772026-07-23T19:18:28.731Z Checking ff v0.13.1
21782026-07-23T19:18:28.766Z Checking openssl-sys v0.9.115
21792026-07-23T19:18:28.800Z Checking daft v0.1.7
21802026-07-23T19:18:28.887Z Checking thread-id v4.2.2
21812026-07-23T19:18:28.938Z Checking same-file v1.0.6
21822026-07-23T19:18:28.996Z Checking winnow v0.5.40
21832026-07-23T19:18:29.068Z Checking base16ct v0.2.0
21842026-07-23T19:18:29.109Z Checking walkdir v2.5.0
21852026-07-23T19:18:29.113Z Checking group v0.13.0
21862026-07-23T19:18:29.179Z Checking openssl v0.10.79
21872026-07-23T19:18:29.215Z Checking dof v0.4.0
21882026-07-23T19:18:29.251Z Checking sec1 v0.7.3
21892026-07-23T19:18:29.297Z Checking hkdf v0.12.4
21902026-07-23T19:18:29.334Z Checking serde_with v3.21.0
21912026-07-23T19:18:29.457Z Checking crypto-bigint v0.5.5
21922026-07-23T19:18:29.493Z Checking bzip2-sys v0.1.13+1.0.8
21932026-07-23T19:18:29.605Z Checking foldhash v0.1.5
21942026-07-23T19:18:29.643Z Checking winnow v0.7.14
21952026-07-23T19:18:29.679Z Checking dof v0.3.0
21962026-07-23T19:18:29.765Z Checking keccak v0.1.6
21972026-07-23T19:18:29.855Z Checking usdt-impl v0.6.0
21982026-07-23T19:18:29.961Z Checking sha3 v0.10.8
21992026-07-23T19:18:29.998Z Checking usdt-impl v0.5.0
22002026-07-23T19:18:30.161Z Checking toml_edit v0.19.15
22012026-07-23T19:18:30.200Z Checking hashbrown v0.15.5
22022026-07-23T19:18:30.204Z Checking usdt v0.6.0
22032026-07-23T19:18:30.315Z Checking bzip2 v0.4.4
22042026-07-23T19:18:30.365Z Checking elliptic-curve v0.13.8
22052026-07-23T19:18:30.447Z Checking unicode-normalization v0.1.25
22062026-07-23T19:18:30.528Z Checking itertools v0.13.0
22072026-07-23T19:18:30.709Z Checking siphasher v1.0.2
22082026-07-23T19:18:30.746Z Checking winnow v1.0.3
22092026-07-23T19:18:30.840Z Checking bitflags v1.3.2
22102026-07-23T19:18:30.878Z Checking zip v0.6.6
22112026-07-23T19:18:30.881Z Checking signal-hook v0.3.18
22122026-07-23T19:18:30.947Z Checking managed v0.8.0
22132026-07-23T19:18:30.951Z Checking toml_write v0.1.2
22142026-07-23T19:18:31.051Z Checking toml_parser v1.1.2+spec-1.1.0
22152026-07-23T19:18:31.125Z Checking globset v0.4.18
22162026-07-23T19:18:31.162Z Checking chacha20 v0.10.0
22172026-07-23T19:18:31.198Z Checking toml_edit v0.22.27
22182026-07-23T19:18:31.236Z Checking curve25519-dalek v4.1.3
22192026-07-23T19:18:31.239Z Checking native-tls v0.2.18
22202026-07-23T19:18:31.304Z Checking toml v0.7.8
22212026-07-23T19:18:31.396Z Checking object v0.37.3
22222026-07-23T19:18:31.434Z Checking signal-hook-mio v0.2.5
22232026-07-23T19:18:31.439Z Checking ed25519 v2.2.3
22242026-07-23T19:18:31.503Z Checking tokio-native-tls v0.3.1
22252026-07-23T19:18:31.559Z Checking ref-cast v1.0.25
22262026-07-23T19:18:31.596Z Checking pin-project v1.1.11
22272026-07-23T19:18:31.635Z Checking zstd-sys v2.0.16+zstd.1.5.7
22282026-07-23T19:18:31.675Z Checking pem v3.0.6
22292026-07-23T19:18:31.715Z Checking hyper-tls v0.6.0
22302026-07-23T19:18:31.718Z Checking fixedbitset v0.5.7
22312026-07-23T19:18:31.718Z Checking bumpalo v3.20.2
22322026-07-23T19:18:31.814Z Checking zstd-safe v7.2.4
22332026-07-23T19:18:31.860Z Checking libbz2-rs-sys v0.2.2
22342026-07-23T19:18:31.911Z Checking reqwest v0.12.28
22352026-07-23T19:18:31.975Z Checking zopfli v0.8.3
22362026-07-23T19:18:32.012Z Checking petgraph v0.8.3
22372026-07-23T19:18:32.015Z Checking ed25519-dalek v2.2.0
22382026-07-23T19:18:32.015Z Checking zstd v0.13.3
22392026-07-23T19:18:32.267Z Checking bzip2 v0.6.1
22402026-07-23T19:18:32.304Z Checking snafu v0.8.9
22412026-07-23T19:18:32.308Z Checking crossterm v0.28.1
22422026-07-23T19:18:32.374Z Checking olpc-cjson v0.1.4
22432026-07-23T19:18:32.378Z Checking similar v2.7.0
22442026-07-23T19:18:32.453Z Checking fs-err v3.3.0
22452026-07-23T19:18:32.537Z Checking hash32 v0.2.1
22462026-07-23T19:18:32.574Z Checking serde_plain v1.0.2
22472026-07-23T19:18:32.672Z Checking serde-big-array v0.5.1
22482026-07-23T19:18:32.720Z Checking typed-path v0.9.3
22492026-07-23T19:18:32.756Z Checking unicode-bidi v0.3.18
22502026-07-23T19:18:32.791Z Checking unicode-properties v0.1.4
22512026-07-23T19:18:32.825Z Checking predicates-core v1.0.10
22522026-07-23T19:18:32.862Z Checking jiff v0.2.21
22532026-07-23T19:18:32.977Z Checking heapless v0.7.17
22542026-07-23T19:18:33.014Z Checking hickory-proto v0.25.2
22552026-07-23T19:18:33.053Z Checking byte-wrapper v0.1.0
22562026-07-23T19:18:33.088Z Checking stringprep v0.1.5
22572026-07-23T19:18:33.267Z Checking md-5 v0.10.6
22582026-07-23T19:18:33.304Z Checking float-cmp v0.10.0
22592026-07-23T19:18:33.409Z Checking fallible-iterator v0.2.0
22602026-07-23T19:18:33.446Z Checking difflib v0.4.0
22612026-07-23T19:18:33.481Z Checking normalize-line-endings v0.3.0
22622026-07-23T19:18:33.518Z Checking tough v0.22.0
22632026-07-23T19:18:33.575Z Checking smoltcp v0.9.1
22642026-07-23T19:18:33.611Z Checking iddqd v0.4.2
22652026-07-23T19:18:33.648Z Checking predicates v3.1.4
22662026-07-23T19:18:33.683Z Checking phf_shared v0.13.1
22672026-07-23T19:18:33.719Z Checking postgres-protocol v0.6.10
22682026-07-23T19:18:33.908Z Checking phf_shared v0.11.3
22692026-07-23T19:18:33.971Z Checking tokio-stream v0.1.18
22702026-07-23T19:18:34.054Z Checking buf-list v1.1.2
22712026-07-23T19:18:34.091Z Checking strum v0.27.2
22722026-07-23T19:18:34.185Z Checking lalrpop-util v0.19.12
22732026-07-23T19:18:34.244Z Checking fixedbitset v0.4.2
22742026-07-23T19:18:34.282Z Checking precomputed-hash v0.1.1
22752026-07-23T19:18:34.370Z Checking new_debug_unreachable v1.0.6
22762026-07-23T19:18:34.372Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22772026-07-23T19:18:34.443Z Checking postgres-types v0.2.12
22782026-07-23T19:18:34.443Z Checking petgraph v0.6.5
22792026-07-23T19:18:34.519Z Checking string_cache v0.8.9
22802026-07-23T19:18:34.559Z Checking phf v0.13.1
22812026-07-23T19:18:34.721Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22822026-07-23T19:18:34.757Z Checking peg-runtime v0.8.5
22832026-07-23T19:18:34.816Z Checking whoami v2.1.0
22842026-07-23T19:18:35.010Z Checking is-terminal v0.4.17
22852026-07-23T19:18:35.049Z Checking tokio-postgres v0.7.16
22862026-07-23T19:18:35.085Z Checking crossbeam-channel v0.5.15
22872026-07-23T19:18:35.121Z Checking zip v4.6.1
22882026-07-23T19:18:35.157Z Checking thread_local v1.1.9
22892026-07-23T19:18:35.366Z Checking term v1.2.1
22902026-07-23T19:18:35.456Z Checking take_mut v0.2.2
22912026-07-23T19:18:35.547Z Compiling structmeta-derive v0.3.0
22922026-07-23T19:18:35.593Z Checking slog-async v2.8.0
22932026-07-23T19:18:35.628Z Checking slog-term v2.9.2
22942026-07-23T19:18:35.733Z Compiling newtype-uuid-macros v0.1.0
22952026-07-23T19:18:35.770Z Checking match_cfg v0.1.0
22962026-07-23T19:18:35.805Z Checking slog-json v2.6.1
22972026-07-23T19:18:35.858Z Compiling multer v3.1.0
22982026-07-23T19:18:35.903Z Checking hostname v0.3.1
22992026-07-23T19:18:35.939Z Compiling async-stream-impl v0.3.6
23002026-07-23T19:18:35.987Z Compiling dropshot v0.17.1
23012026-07-23T19:18:36.029Z Checking slog-bunyan v2.5.0
23022026-07-23T19:18:36.163Z Compiling dropshot_endpoint v0.17.1
23032026-07-23T19:18:36.199Z Checking debug-ignore v1.0.5
23042026-07-23T19:18:36.310Z Checking progenitor-client v0.14.0
23052026-07-23T19:18:36.347Z Checking sha1 v0.11.0
23062026-07-23T19:18:36.381Z Checking serde_spanned v1.1.1
23072026-07-23T19:18:36.521Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23082026-07-23T19:18:36.558Z Checking serde_path_to_error v0.1.20
23092026-07-23T19:18:36.561Z Checking toml_datetime v1.1.1+spec-1.1.0
23102026-07-23T19:18:36.626Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23112026-07-23T19:18:36.630Z Checking toml_writer v1.1.1+spec-1.1.0
23122026-07-23T19:18:36.694Z Compiling structmeta v0.3.0
23132026-07-23T19:18:36.814Z Checking compression-core v0.4.31
23142026-07-23T19:18:36.856Z Checking async-stream v0.3.6
23152026-07-23T19:18:36.927Z Checking toml v1.1.2+spec-1.1.0
23162026-07-23T19:18:36.961Z Compiling derive-ex v0.1.8
23172026-07-23T19:18:36.998Z Checking compression-codecs v0.4.37
23182026-07-23T19:18:37.045Z Checking rustls-pemfile v2.2.0
23192026-07-23T19:18:37.066Z Checking waitgroup v0.1.2
23202026-07-23T19:18:37.069Z Checking hostname v0.4.2
23212026-07-23T19:18:37.135Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23222026-07-23T19:18:37.191Z Checking async-compression v0.4.41
23232026-07-23T19:18:37.195Z Checking atomicwrites v0.4.4
23242026-07-23T19:18:37.195Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
23252026-07-23T19:18:37.292Z Checking itertools v0.14.0
23262026-07-23T19:18:37.296Z Compiling parse-display-derive v0.10.0
23272026-07-23T19:18:37.392Z Checking macaddr v1.0.1
23282026-07-23T19:18:37.428Z Checking regress v0.10.5
23292026-07-23T19:18:37.462Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23302026-07-23T19:18:37.510Z Checking instant v0.1.13
23312026-07-23T19:18:37.595Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23322026-07-23T19:18:37.631Z Checking backoff v0.4.0
23332026-07-23T19:18:37.838Z Checking backon v1.6.0
23342026-07-23T19:18:37.876Z Checking humantime v2.3.0
23352026-07-23T19:18:37.914Z Checking unicode-width v0.2.0
23362026-07-23T19:18:38.030Z Checking progenitor-extras v0.2.0
23372026-07-23T19:18:38.084Z Compiling convert_case v0.4.0
23382026-07-23T19:18:38.192Z Checking heck v0.5.0
23392026-07-23T19:18:38.278Z Checking half v2.7.1
23402026-07-23T19:18:38.343Z Checking ciborium-io v0.2.2
23412026-07-23T19:18:38.379Z Checking secrecy v0.10.3
23422026-07-23T19:18:38.462Z Checking indent_write v2.2.0
23432026-07-23T19:18:38.498Z Compiling derive_more v0.99.20
23442026-07-23T19:18:38.534Z Checking camino-tempfile v1.4.1
23452026-07-23T19:18:38.568Z Checking ciborium-ll v0.2.2
23462026-07-23T19:18:38.615Z Compiling regress v0.11.1
23472026-07-23T19:18:38.651Z Compiling test-strategy v0.4.5
23482026-07-23T19:18:38.718Z Compiling crucible-workspace-hack v0.1.0
23492026-07-23T19:18:38.767Z Checking ciborium v0.2.2
23502026-07-23T19:18:38.876Z Checking inout v0.1.4
23512026-07-23T19:18:39.040Z Checking cipher v0.4.4
23522026-07-23T19:18:39.044Z Checking parse-display v0.10.0
23532026-07-23T19:18:39.216Z Checking universal-hash v0.5.1
23542026-07-23T19:18:39.251Z Compiling thiserror-impl-no-std v2.0.2
23552026-07-23T19:18:39.285Z Checking opaque-debug v0.3.1
23562026-07-23T19:18:39.368Z Checking chacha20 v0.9.1
23572026-07-23T19:18:39.403Z Checking poly1305 v0.8.0
23582026-07-23T19:18:39.591Z Checking blake2 v0.10.6
23592026-07-23T19:18:39.695Z Checking aead v0.5.2
23602026-07-23T19:18:39.859Z Checking password-hash v0.5.0
23612026-07-23T19:18:39.894Z Compiling unsafe-libyaml v0.2.11
23622026-07-23T19:18:39.943Z Checking chacha20poly1305 v0.10.1
23632026-07-23T19:18:40.101Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23642026-07-23T19:18:40.137Z Checking argon2 v0.5.3
23652026-07-23T19:18:40.171Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
23662026-07-23T19:18:40.458Z Compiling typify-impl v0.6.2
23672026-07-23T19:18:40.575Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23682026-07-23T19:18:40.611Z Checking thiserror-no-std v2.0.2
23692026-07-23T19:18:40.644Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23702026-07-23T19:18:40.680Z Compiling serde_yaml v0.9.34+deprecated
23712026-07-23T19:18:40.749Z Checking vsss-rs v3.3.4
23722026-07-23T19:18:40.915Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23732026-07-23T19:18:41.130Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23742026-07-23T19:18:41.236Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23752026-07-23T19:18:41.396Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23762026-07-23T19:18:41.864Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23772026-07-23T19:18:41.899Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23782026-07-23T19:18:41.933Z Checking swrite v0.1.0
23792026-07-23T19:18:41.988Z Checking crossbeam-deque v0.8.6
23802026-07-23T19:18:42.049Z Compiling rayon-core v1.13.0
23812026-07-23T19:18:42.111Z Compiling toml_datetime v0.7.5+spec-1.1.0
23822026-07-23T19:18:42.199Z Compiling darling_core v0.21.3
23832026-07-23T19:18:42.379Z Compiling toml_edit v0.23.10+spec-1.0.0
23842026-07-23T19:18:42.671Z Compiling proc-macro-error v1.0.4
23852026-07-23T19:18:42.878Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23862026-07-23T19:18:43.003Z Compiling proc-macro-crate v3.4.0
23872026-07-23T19:18:43.006Z Checking rayon v1.11.0
23882026-07-23T19:18:43.072Z Checking toml v0.8.23
23892026-07-23T19:18:43.421Z Checking tabwriter v1.4.1
23902026-07-23T19:18:43.425Z Checking glob v0.3.3
23912026-07-23T19:18:43.493Z Checking colored v3.1.1
23922026-07-23T19:18:43.574Z Compiling num_enum_derive v0.7.6
23932026-07-23T19:18:43.611Z Compiling heapless v0.8.0
23942026-07-23T19:18:43.670Z Checking hash32 v0.3.1
23952026-07-23T19:18:43.722Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23962026-07-23T19:18:43.825Z Compiling smoltcp v0.11.0
23972026-07-23T19:18:44.020Z Checking cobs v0.3.0
23982026-07-23T19:18:44.195Z Compiling usdt-attr-macro v0.5.0
23992026-07-23T19:18:44.276Z Compiling usdt-macro v0.5.0
24002026-07-23T19:18:44.315Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24012026-07-23T19:18:44.493Z Checking memmap v0.7.0
24022026-07-23T19:18:44.539Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
24032026-07-23T19:18:44.643Z Checking num_enum v0.7.6
24042026-07-23T19:18:44.682Z Compiling darling_macro v0.21.3
24052026-07-23T19:18:44.801Z Checking postcard v1.1.3
24062026-07-23T19:18:44.846Z Checking rand v0.10.1
24072026-07-23T19:18:44.938Z Compiling typify-macro v0.6.2
24082026-07-23T19:18:45.004Z Compiling proc-macro-crate v1.3.1
24092026-07-23T19:18:45.038Z Checking usdt v0.5.0
24102026-07-23T19:18:45.117Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
24112026-07-23T19:18:45.230Z Checking sigpipe v0.1.3
24122026-07-23T19:18:45.267Z Compiling darling v0.21.3
24132026-07-23T19:18:45.360Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
24142026-07-23T19:18:45.394Z Compiling foreign-types-macros v0.2.3
24152026-07-23T19:18:45.401Z Checking foreign-types-shared v0.3.1
24162026-07-23T19:18:45.458Z Compiling ingot-macros v0.1.1
24172026-07-23T19:18:45.492Z Compiling num_enum_derive v0.5.11
24182026-07-23T19:18:45.701Z Checking cstr-argument v0.1.2
24192026-07-23T19:18:45.804Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24202026-07-23T19:18:45.850Z Compiling num-derive v0.4.2
24212026-07-23T19:18:45.934Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
24222026-07-23T19:18:46.016Z Checking foreign-types v0.5.0
24232026-07-23T19:18:46.122Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
24242026-07-23T19:18:46.273Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24252026-07-23T19:18:46.401Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24262026-07-23T19:18:46.436Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
24272026-07-23T19:18:46.439Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24282026-07-23T19:18:46.572Z Checking num_enum v0.5.11
24292026-07-23T19:18:46.609Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24302026-07-23T19:18:46.642Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24312026-07-23T19:18:46.712Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24322026-07-23T19:18:46.747Z Compiling typify v0.6.2
24332026-07-23T19:18:46.818Z Compiling zone_cfg_derive v0.3.1
24342026-07-23T19:18:46.878Z Compiling progenitor-impl v0.14.0
24352026-07-23T19:18:46.912Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
24362026-07-23T19:18:47.071Z Checking itertools v0.12.1
24372026-07-23T19:18:47.110Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24382026-07-23T19:18:47.392Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
24392026-07-23T19:18:47.524Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
24402026-07-23T19:18:47.575Z Checking smf v0.2.3
24412026-07-23T19:18:47.666Z Checking whoami v1.6.1
24422026-07-23T19:18:47.775Z Compiling derive-where v1.6.0
24432026-07-23T19:18:47.832Z Checking tokio-dtrace v0.1.1
24442026-07-23T19:18:47.868Z Checking console v0.15.11
24452026-07-23T19:18:47.872Z Checking newline-converter v0.3.0
24462026-07-23T19:18:48.039Z Checking bytecount v0.6.9
24472026-07-23T19:18:48.074Z Checking oxide-tokio-rt v0.1.4
24482026-07-23T19:18:48.108Z Checking zone v0.3.1
24492026-07-23T19:18:48.171Z Checking unicode-width v0.1.14
24502026-07-23T19:18:48.175Z Checking expectorate v1.2.0
24512026-07-23T19:18:48.269Z Checking num-rational v0.4.2
24522026-07-23T19:18:48.319Z Checking ingot-types v0.1.2
24532026-07-23T19:18:48.359Z Checking num-complex v0.4.6
24542026-07-23T19:18:48.445Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24552026-07-23T19:18:48.484Z Checking float-ord v0.3.2
24562026-07-23T19:18:48.571Z Compiling cancel-safe-futures v0.1.5
24572026-07-23T19:18:48.616Z Checking linear-map v1.2.0
24582026-07-23T19:18:48.706Z Checking ingot v0.1.1
24592026-07-23T19:18:48.741Z Checking num v0.4.3
24602026-07-23T19:18:48.815Z Checking gethostname v0.5.0
24612026-07-23T19:18:48.884Z Compiling prettyplease v0.2.37
24622026-07-23T19:18:48.959Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24632026-07-23T19:18:49.101Z Checking oxide-update-engine-types v0.1.2
24642026-07-23T19:18:49.182Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24652026-07-23T19:18:49.361Z Checking resolv-conf v0.7.6
24662026-07-23T19:18:49.434Z Compiling owo-colors v4.3.0
24672026-07-23T19:18:49.477Z Compiling progenitor-macro v0.14.0
24682026-07-23T19:18:49.575Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24692026-07-23T19:18:50.019Z Checking oxide-update-engine v0.1.2
24702026-07-23T19:18:50.250Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24712026-07-23T19:18:50.337Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
24722026-07-23T19:18:50.496Z Checking smawk v0.3.2
24732026-07-23T19:18:50.533Z Checking unicode-linebreak v0.1.5
24742026-07-23T19:18:50.536Z Checking papergrid v0.11.0
24752026-07-23T19:18:50.657Z Compiling tabled_derive v0.7.0
24762026-07-23T19:18:50.775Z Compiling convert_case v0.10.0
24772026-07-23T19:18:51.034Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24782026-07-23T19:18:51.119Z Compiling slog-dtrace v0.3.0
24792026-07-23T19:18:51.214Z Compiling derive_more-impl v2.1.1
24802026-07-23T19:18:51.410Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24812026-07-23T19:18:51.501Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
24822026-07-23T19:18:51.667Z Checking tabled v0.15.0
24832026-07-23T19:18:51.712Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24842026-07-23T19:18:52.065Z Checking derive_more v2.1.1
24852026-07-23T19:18:52.190Z Checking crossterm v0.29.0
24862026-07-23T19:18:52.335Z Checking linked-hash-map v0.5.6
24872026-07-23T19:18:52.534Z Checking lru-cache v0.1.2
24882026-07-23T19:18:52.570Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
24892026-07-23T19:18:52.963Z Checking hickory-proto v0.24.4
24902026-07-23T19:18:52.999Z Checking fd-lock v4.0.4
24912026-07-23T19:18:53.182Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24922026-07-23T19:18:53.590Z Checking vte v0.14.1
24932026-07-23T19:18:53.886Z Checking display-error-chain v0.2.2
24942026-07-23T19:18:53.989Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
24952026-07-23T19:18:54.055Z Checking strip-ansi-escapes v0.2.1
24962026-07-23T19:18:54.352Z Checking progenitor v0.14.0
24972026-07-23T19:18:54.387Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24982026-07-23T19:18:54.548Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24992026-07-23T19:18:55.086Z Checking termtree v0.5.1
25002026-07-23T19:18:55.257Z Checking nu-ansi-term v0.50.3
25012026-07-23T19:18:55.339Z Checking hickory-resolver v0.24.4
25022026-07-23T19:18:55.405Z Checking textwrap v0.16.2
25032026-07-23T19:18:55.493Z Checking reedline v0.40.0
25042026-07-23T19:18:55.651Z Compiling minimal-lexical v0.2.1
25052026-07-23T19:18:55.685Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25062026-07-23T19:18:55.939Z Compiling nom v7.1.3
25072026-07-23T19:18:56.112Z Checking qorb v0.4.1
25082026-07-23T19:18:56.165Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25092026-07-23T19:18:56.213Z Compiling unicode-xid v0.2.6
25102026-07-23T19:18:56.369Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25112026-07-23T19:18:56.742Z Compiling ar_archive_writer v0.5.1
25122026-07-23T19:18:56.938Z Checking csv-core v0.1.13
25132026-07-23T19:18:56.975Z Compiling stacker v0.1.23
25142026-07-23T19:18:57.279Z Checking csv v1.4.0
25152026-07-23T19:18:57.314Z Compiling semver v0.1.20
25162026-07-23T19:18:57.347Z Checking highway v1.3.0
25172026-07-23T19:18:57.351Z Compiling cfg_aliases v0.1.1
25182026-07-23T19:18:57.488Z Compiling nix v0.28.0
25192026-07-23T19:18:57.607Z Compiling rustc_version v0.1.7
25202026-07-23T19:18:57.610Z Compiling psm v0.1.30
25212026-07-23T19:18:57.676Z Checking nibble_vec v0.1.0
25222026-07-23T19:18:57.751Z Checking endian-type v0.1.2
25232026-07-23T19:18:57.861Z Compiling newtype_derive v0.1.6
25242026-07-23T19:18:57.865Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25252026-07-23T19:18:57.930Z Checking radix_trie v0.2.1
25262026-07-23T19:18:57.933Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25272026-07-23T19:18:58.030Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25282026-07-23T19:18:58.090Z Checking phf_shared v0.12.1
25292026-07-23T19:18:58.205Z Compiling recursive-proc-macro-impl v0.1.1
25302026-07-23T19:18:58.285Z Compiling chrono-tz v0.10.4
25312026-07-23T19:18:58.419Z Checking phf v0.12.1
25322026-07-23T19:18:58.607Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25332026-07-23T19:18:58.611Z Compiling const_format_proc_macros v0.2.34
25342026-07-23T19:18:58.673Z Checking recursive v0.1.1
25352026-07-23T19:18:58.677Z Compiling peg-macros v0.8.5
25362026-07-23T19:18:58.797Z Checking winnow v0.6.26
25372026-07-23T19:18:58.841Z Checking nom v8.0.0
25382026-07-23T19:18:59.142Z Compiling sqlparser_derive v0.5.0
25392026-07-23T19:18:59.526Z Checking unicode_categories v0.1.1
25402026-07-23T19:18:59.576Z Checking home v0.5.12
25412026-07-23T19:18:59.707Z Checking const_format v0.2.35
25422026-07-23T19:18:59.743Z Checking rustyline v14.0.0
25432026-07-23T19:18:59.931Z Checking sqlparser v0.61.0
25442026-07-23T19:18:59.966Z Checking sqlformat v0.3.5
25452026-07-23T19:19:00.091Z Checking peg v0.8.5
25462026-07-23T19:19:00.194Z Checking bcs v0.1.6
25472026-07-23T19:19:00.462Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25482026-07-23T19:19:00.498Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25492026-07-23T19:19:00.501Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
25502026-07-23T19:19:00.563Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25512026-07-23T19:19:00.717Z Checking steno v0.4.1
25522026-07-23T19:19:00.843Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25532026-07-23T19:19:00.918Z Checking sha1 v0.10.6
25542026-07-23T19:19:01.030Z Checking filetime v0.2.27
25552026-07-23T19:19:01.115Z Checking xattr v1.6.1
25562026-07-23T19:19:01.274Z Checking tar v0.4.46
25572026-07-23T19:19:01.577Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25582026-07-23T19:19:01.687Z Checking base64 v0.21.7
25592026-07-23T19:19:01.765Z Checking subprocess v0.2.15
25602026-07-23T19:19:01.805Z Checking headers-core v0.3.0
25612026-07-23T19:19:01.937Z Checking headers v0.4.1
25622026-07-23T19:19:01.972Z Checking yasna v0.5.2
25632026-07-23T19:19:02.080Z Checking port-file v0.1.0
25642026-07-23T19:19:02.290Z Checking tagptr v0.2.0
25652026-07-23T19:19:02.383Z Checking rcgen v0.12.1
25662026-07-23T19:19:02.419Z Checking dropshot-api-manager-types v0.7.2
25672026-07-23T19:19:02.460Z Checking moka v0.12.13
25682026-07-23T19:19:02.614Z Checking utf-8 v0.7.6
25692026-07-23T19:19:02.732Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25702026-07-23T19:19:02.778Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25712026-07-23T19:19:02.781Z Checking tungstenite v0.21.0
25722026-07-23T19:19:02.906Z Compiling radium v0.7.0
25732026-07-23T19:19:03.117Z Checking hickory-resolver v0.25.2
25742026-07-23T19:19:03.269Z Checking tokio-tungstenite v0.21.0
25752026-07-23T19:19:03.365Z Compiling maybe-uninit v2.0.0
25762026-07-23T19:19:03.574Z Checking tap v1.0.1
25772026-07-23T19:19:03.691Z Compiling libefi-sys v0.1.0
25782026-07-23T19:19:03.726Z Checking wyz v0.5.1
25792026-07-23T19:19:03.847Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25802026-07-23T19:19:04.027Z Compiling zerocopy-derive v0.6.6
25812026-07-23T19:19:04.198Z Compiling bitfield-struct v0.6.2
25822026-07-23T19:19:04.276Z Compiling packed_struct v0.10.1
25832026-07-23T19:19:04.330Z Checking funty v2.0.0
25842026-07-23T19:19:04.547Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25852026-07-23T19:19:04.568Z Checking crc-catalog v2.4.0
25862026-07-23T19:19:04.679Z Checking bitvec v1.0.1
25872026-07-23T19:19:04.713Z Checking crc v3.4.0
25882026-07-23T19:19:04.850Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25892026-07-23T19:19:04.884Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25902026-07-23T19:19:04.887Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25912026-07-23T19:19:04.948Z Checking zerocopy v0.6.6
25922026-07-23T19:19:05.047Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25932026-07-23T19:19:05.079Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25942026-07-23T19:19:05.173Z Compiling packed_struct_codegen v0.10.1
25952026-07-23T19:19:05.210Z Compiling bitfield-macros v0.19.4
25962026-07-23T19:19:05.257Z Compiling indexmap v1.9.3
25972026-07-23T19:19:05.505Z Checking nodrop v0.1.14
25982026-07-23T19:19:05.629Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25992026-07-23T19:19:05.734Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26002026-07-23T19:19:05.966Z Checking bitfield v0.19.4
26012026-07-23T19:19:06.005Z Checking array-init v0.0.4
26022026-07-23T19:19:06.089Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26032026-07-23T19:19:06.266Z Checking smallvec v0.6.14
26042026-07-23T19:19:06.299Z Checking hashbrown v0.12.3
26052026-07-23T19:19:06.364Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26062026-07-23T19:19:06.485Z Checking serde-hex v0.1.0
26072026-07-23T19:19:06.550Z Checking ron v0.8.1
26082026-07-23T19:19:06.869Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26092026-07-23T19:19:07.088Z Checking hashbrown v0.13.2
26102026-07-23T19:19:07.123Z Checking crc-any v2.5.0
26112026-07-23T19:19:07.335Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26122026-07-23T19:19:07.405Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26132026-07-23T19:19:07.529Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26142026-07-23T19:19:07.564Z Checking object v0.30.4
26152026-07-23T19:19:07.759Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26162026-07-23T19:19:08.002Z Checking path-slash v0.1.5
26172026-07-23T19:19:08.077Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26182026-07-23T19:19:08.082Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26192026-07-23T19:19:08.132Z Compiling xshell-macros v0.2.7
26202026-07-23T19:19:08.555Z Checking xshell v0.2.7
26212026-07-23T19:19:08.589Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26222026-07-23T19:19:08.860Z Checking half v1.8.3
26232026-07-23T19:19:08.939Z Compiling num-derive v0.3.3
26242026-07-23T19:19:08.974Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26252026-07-23T19:19:09.086Z Checking serde_cbor v0.11.2
26262026-07-23T19:19:09.501Z Compiling proc-macro-error-attr2 v2.0.0
26272026-07-23T19:19:09.715Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
26282026-07-23T19:19:09.765Z Checking papergrid v0.17.0
26292026-07-23T19:19:09.872Z Checking libscf-sys v1.1.0
26302026-07-23T19:19:09.947Z Compiling proc-macro-error2 v2.0.1
26312026-07-23T19:19:09.980Z Checking testing_table v0.3.0
26322026-07-23T19:19:10.029Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26332026-07-23T19:19:10.100Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26342026-07-23T19:19:10.295Z Compiling tabled_derive v0.11.0
26352026-07-23T19:19:10.347Z Checking maplit v1.0.2
26362026-07-23T19:19:10.380Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26372026-07-23T19:19:10.457Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26382026-07-23T19:19:10.491Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26392026-07-23T19:19:10.585Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26402026-07-23T19:19:10.771Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26412026-07-23T19:19:10.997Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26422026-07-23T19:19:11.186Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26432026-07-23T19:19:11.282Z Checking crc8 v0.1.1
26442026-07-23T19:19:11.409Z Checking unicase v2.9.0
26452026-07-23T19:19:11.508Z Checking tabled v0.20.0
26462026-07-23T19:19:11.542Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26472026-07-23T19:19:11.598Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26482026-07-23T19:19:11.632Z Checking fxhash v0.2.1
26492026-07-23T19:19:11.781Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26502026-07-23T19:19:11.909Z Compiling vergen-lib v0.1.6
26512026-07-23T19:19:12.100Z Compiling diesel_derives v2.3.7
26522026-07-23T19:19:12.188Z Compiling dsl_auto_type v0.2.0
26532026-07-23T19:19:12.233Z Checking scheduled-thread-pool v0.2.7
26542026-07-23T19:19:12.355Z Compiling vergen-gitcl v1.0.8
26552026-07-23T19:19:12.397Z Compiling diesel_table_macro_syntax v0.3.0
26562026-07-23T19:19:12.429Z Checking r2d2 v0.8.10
26572026-07-23T19:19:12.631Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26582026-07-23T19:19:12.696Z Checking downcast-rs v2.0.2
26592026-07-23T19:19:12.819Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26602026-07-23T19:19:13.034Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26612026-07-23T19:19:13.311Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26622026-07-23T19:19:13.496Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26632026-07-23T19:19:13.587Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26642026-07-23T19:19:13.590Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26652026-07-23T19:19:13.653Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26662026-07-23T19:19:13.687Z Checking kstat-rs v0.2.4
26672026-07-23T19:19:13.758Z Checking arc-swap v1.8.2
26682026-07-23T19:19:13.805Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26692026-07-23T19:19:13.912Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26702026-07-23T19:19:13.959Z Compiling dirs-sys-next v0.1.2
26712026-07-23T19:19:14.008Z Checking slog-scope v4.4.1
26722026-07-23T19:19:14.181Z Compiling crunchy v0.2.4
26732026-07-23T19:19:14.211Z Compiling parking_lot_core v0.8.6
26742026-07-23T19:19:14.278Z Checking slog-stdlog v4.1.1
26752026-07-23T19:19:14.311Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26762026-07-23T19:19:14.425Z Compiling dirs-next v2.0.0
26772026-07-23T19:19:14.459Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26782026-07-23T19:19:14.566Z Compiling clang-sys v1.8.1
26792026-07-23T19:19:14.601Z Compiling git-stub v1.0.0
26802026-07-23T19:19:14.635Z Compiling tiny-keccak v2.0.2
26812026-07-23T19:19:14.909Z Compiling git-stub-vcs v0.1.0
26822026-07-23T19:19:15.139Z Compiling term v0.7.0
26832026-07-23T19:19:15.175Z Checking slog-envlogger v2.2.0
26842026-07-23T19:19:15.330Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26852026-07-23T19:19:15.334Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
26862026-07-23T19:19:15.334Z Compiling bit-vec v0.6.3
26872026-07-23T19:19:15.378Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26882026-07-23T19:19:15.945Z Compiling bit-set v0.5.3
26892026-07-23T19:19:15.956Z Compiling ascii-canvas v3.0.0
26902026-07-23T19:19:15.956Z Checking parking_lot v0.11.2
26912026-07-23T19:19:15.956Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
26922026-07-23T19:19:15.956Z Checking prefix-trie v0.7.0
26932026-07-23T19:19:15.957Z Compiling itertools v0.10.5
26942026-07-23T19:19:15.957Z Compiling ena v0.14.4
26952026-07-23T19:19:15.957Z Compiling libloading v0.8.9
26962026-07-23T19:19:15.973Z Compiling bindgen v0.71.1
26972026-07-23T19:19:16.190Z Compiling regex-syntax v0.6.29
26982026-07-23T19:19:16.195Z Compiling diff v0.1.13
26992026-07-23T19:19:16.195Z Checking hickory-server v0.25.2
27002026-07-23T19:19:16.521Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
27012026-07-23T19:19:16.532Z Checking sled v0.34.7
27022026-07-23T19:19:16.974Z Compiling cexpr v0.6.0
27032026-07-23T19:19:17.095Z Checking nanorand v0.7.0
27042026-07-23T19:19:17.350Z Compiling salty v0.3.0
27052026-07-23T19:19:17.429Z Compiling lalrpop v0.19.12
27062026-07-23T19:19:17.551Z Compiling rustc-hash v2.1.1
27072026-07-23T19:19:17.752Z Checking flume v0.11.1
27082026-07-23T19:19:17.789Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27092026-07-23T19:19:18.004Z Compiling libxml v0.3.3
27102026-07-23T19:19:18.148Z Checking diesel v2.3.7
27112026-07-23T19:19:18.319Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27122026-07-23T19:19:18.476Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27132026-07-23T19:19:18.731Z Compiling strum_macros v0.24.3
27142026-07-23T19:19:18.832Z Compiling fs-err v2.11.0
27152026-07-23T19:19:19.073Z Compiling indoc v1.0.9
27162026-07-23T19:19:19.557Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27172026-07-23T19:19:19.792Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27182026-07-23T19:19:19.826Z Compiling progenitor-impl v0.13.0
27192026-07-23T19:19:19.865Z Checking quick-xml v0.37.5
27202026-07-23T19:19:20.073Z Checking derive_builder v0.20.2
27212026-07-23T19:19:20.121Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27222026-07-23T19:19:20.148Z Compiling oso-derive v0.27.3
27232026-07-23T19:19:20.210Z Compiling trait-variant v0.1.2
27242026-07-23T19:19:24.239Z Compiling impl-trait-for-tuples v0.2.3
27252026-07-23T19:19:24.290Z Checking openssl-probe v0.1.6
27262026-07-23T19:19:24.290Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27272026-07-23T19:19:24.290Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27282026-07-23T19:19:24.290Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27292026-07-23T19:19:24.290Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27302026-07-23T19:19:24.291Z Compiling progenitor-macro v0.13.0
27312026-07-23T19:19:24.291Z Checking progenitor-client v0.13.0
27322026-07-23T19:19:24.291Z Checking rfc6979 v0.4.0
27332026-07-23T19:19:24.291Z Checking parse-size v1.1.0
27342026-07-23T19:19:24.291Z Checking assert_matches v1.5.0
27352026-07-23T19:19:24.291Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27362026-07-23T19:19:24.291Z Checking ecdsa v0.16.9
27372026-07-23T19:19:24.291Z Checking primeorder v0.13.6
27382026-07-23T19:19:24.291Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27392026-07-23T19:19:24.291Z Checking p384 v0.13.1
27402026-07-23T19:19:24.291Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27412026-07-23T19:19:26.092Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27422026-07-23T19:19:26.125Z Checking predicates-tree v1.0.13
27432026-07-23T19:19:26.125Z Checking bb8 v0.8.6
27442026-07-23T19:19:26.125Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27452026-07-23T19:19:26.125Z Compiling mime_guess v2.0.5
27462026-07-23T19:19:26.125Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27472026-07-23T19:19:26.125Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27482026-07-23T19:19:26.126Z Checking http-range v0.1.5
27492026-07-23T19:19:26.126Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27502026-07-23T19:19:26.126Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27512026-07-23T19:19:26.126Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27522026-07-23T19:19:26.160Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
27532026-07-23T19:19:26.399Z Checking atty v0.2.14
27542026-07-23T19:19:26.405Z Checking corncobs v0.1.4
27552026-07-23T19:19:26.408Z Checking nonempty v0.12.0
27562026-07-23T19:19:26.606Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27572026-07-23T19:19:26.641Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27582026-07-23T19:19:27.622Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27592026-07-23T19:19:27.645Z Checking ignore v0.4.25
27602026-07-23T19:19:27.645Z Checking progenitor v0.13.0
27612026-07-23T19:19:27.645Z Checking secrecy v0.8.0
27622026-07-23T19:19:27.645Z Checking globwalk v0.9.1
27632026-07-23T19:19:27.664Z Checking hyper-staticfile v0.10.1
27642026-07-23T19:19:27.812Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27652026-07-23T19:19:27.963Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27662026-07-23T19:19:28.122Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
27672026-07-23T19:19:28.282Z Compiling illumos-nvpair-sys v0.2.0
27682026-07-23T19:19:28.479Z Checking camino-tempfile-ext v0.3.3
27692026-07-23T19:19:28.587Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27702026-07-23T19:19:28.700Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27712026-07-23T19:19:28.746Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27722026-07-23T19:19:29.352Z Checking signal-hook-tokio v0.3.1
27732026-07-23T19:19:29.515Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27742026-07-23T19:19:29.701Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27752026-07-23T19:19:29.791Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27762026-07-23T19:19:29.837Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27772026-07-23T19:19:29.983Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27782026-07-23T19:19:31.680Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27792026-07-23T19:19:31.763Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27802026-07-23T19:19:31.869Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27812026-07-23T19:19:32.022Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27822026-07-23T19:19:32.752Z Checking async-bb8-diesel v0.2.1
27832026-07-23T19:19:33.070Z Checking diesel-dtrace v0.5.0
27842026-07-23T19:19:33.129Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27852026-07-23T19:19:33.164Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27862026-07-23T19:19:33.340Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27872026-07-23T19:19:33.504Z Checking illumos-nvpair v0.3.0
27882026-07-23T19:19:33.644Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27892026-07-23T19:19:33.690Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27902026-07-23T19:19:33.723Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27912026-07-23T19:19:34.004Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27922026-07-23T19:19:34.064Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
27932026-07-23T19:19:34.104Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27942026-07-23T19:19:34.203Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27952026-07-23T19:19:34.468Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27962026-07-23T19:19:34.633Z Checking tungstenite v0.23.0
27972026-07-23T19:19:34.761Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27982026-07-23T19:19:35.087Z Checking tokio-tungstenite v0.23.1
27992026-07-23T19:19:35.413Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
28002026-07-23T19:19:35.839Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28012026-07-23T19:19:35.933Z Checking rand_seeder v0.4.0
28022026-07-23T19:19:36.111Z Checking void v1.0.2
28032026-07-23T19:19:36.114Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28042026-07-23T19:19:36.202Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28052026-07-23T19:19:36.251Z Checking lzss v0.8.2
28062026-07-23T19:19:36.291Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28072026-07-23T19:19:36.339Z Checking nix v0.27.1
28082026-07-23T19:19:36.437Z Checking serde_bytes v0.11.19
28092026-07-23T19:19:36.516Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28102026-07-23T19:19:36.643Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28112026-07-23T19:19:36.870Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28122026-07-23T19:19:36.986Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28132026-07-23T19:19:37.355Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28142026-07-23T19:19:37.628Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28152026-07-23T19:19:37.662Z Checking yansi v1.0.1
28162026-07-23T19:19:37.761Z Checking is_ci v1.2.0
28172026-07-23T19:19:37.946Z Checking cpubits v0.1.1
28182026-07-23T19:19:38.056Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28192026-07-23T19:19:38.089Z Checking pretty_assertions v1.4.1
28202026-07-23T19:19:38.256Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28212026-07-23T19:19:38.337Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28222026-07-23T19:19:38.368Z Checking pem-rfc7468 v1.0.0
28232026-07-23T19:19:38.404Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28242026-07-23T19:19:38.564Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28252026-07-23T19:19:38.827Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28262026-07-23T19:19:39.069Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
28272026-07-23T19:19:39.626Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
28282026-07-23T19:19:39.883Z Checking hmac v0.13.0
28292026-07-23T19:19:39.980Z Checking sha2 v0.11.0
28302026-07-23T19:19:40.150Z Checking universal-hash v0.6.1
28312026-07-23T19:19:40.211Z Compiling libz-sys v1.1.24
28322026-07-23T19:19:41.198Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
28332026-07-23T19:19:41.212Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28342026-07-23T19:19:41.212Z Compiling instability v0.3.11
28352026-07-23T19:19:41.213Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
28362026-07-23T19:19:41.213Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28372026-07-23T19:19:41.213Z Checking castaway v0.2.4
28382026-07-23T19:19:41.213Z Compiling indoc v2.0.7
28392026-07-23T19:19:41.213Z Checking compact_str v0.8.1
28402026-07-23T19:19:41.563Z Checking polyval v0.7.1
28412026-07-23T19:19:41.770Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
28422026-07-23T19:19:42.023Z Checking der v0.8.0
28432026-07-23T19:19:42.058Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28442026-07-23T19:19:42.306Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
28452026-07-23T19:19:42.349Z Checking unicode-truncate v1.1.0
28462026-07-23T19:19:42.527Z Checking lru v0.12.5
28472026-07-23T19:19:42.570Z Compiling libgit2-sys v0.18.3+1.9.2
28482026-07-23T19:19:42.573Z Checking cassowary v0.3.0
28492026-07-23T19:19:42.818Z Checking ghash v0.6.0
28502026-07-23T19:19:42.851Z Checking ratatui v0.29.0
28512026-07-23T19:19:42.972Z Checking pbkdf2 v0.13.0
28522026-07-23T19:19:43.025Z Checking aes v0.9.1
28532026-07-23T19:19:43.122Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28542026-07-23T19:19:43.462Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
28552026-07-23T19:19:43.711Z Checking ctr v0.10.1
28562026-07-23T19:19:43.921Z Checking aead v0.6.1
28572026-07-23T19:19:44.098Z Checking cargo-platform v0.3.2
28582026-07-23T19:19:44.177Z Checking aes-gcm v0.11.0
28592026-07-23T19:19:44.304Z Checking cargo_metadata v0.23.1
28602026-07-23T19:19:44.338Z Checking spki v0.8.0
28612026-07-23T19:19:44.372Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28622026-07-23T19:19:44.541Z Checking crypto-bigint v0.7.5
28632026-07-23T19:19:45.077Z Checking supports-color v3.0.2
28642026-07-23T19:19:45.241Z Checking console v0.16.2
28652026-07-23T19:19:45.604Z Checking salsa20 v0.11.0
28662026-07-23T19:19:45.736Z Checking cbc v0.2.1
28672026-07-23T19:19:45.781Z Compiling vergen-git2 v9.1.0
28682026-07-23T19:19:45.907Z Checking unit-prefix v0.5.2
28692026-07-23T19:19:46.016Z Checking plotters-backend v0.3.7
28702026-07-23T19:19:46.068Z Checking indicatif v0.18.4
28712026-07-23T19:19:46.250Z Checking plotters-svg v0.3.7
28722026-07-23T19:19:46.468Z Checking scrypt v0.12.0
28732026-07-23T19:19:46.504Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28742026-07-23T19:19:46.665Z Checking libsw-core v0.3.2
28752026-07-23T19:19:46.740Z Checking cast v0.3.0
28762026-07-23T19:19:46.861Z Checking libsw v3.5.0
28772026-07-23T19:19:46.905Z Checking pkcs5 v0.8.1
28782026-07-23T19:19:46.939Z Checking criterion-plot v0.6.0
28792026-07-23T19:19:47.044Z Checking plotters v0.3.7
28802026-07-23T19:19:47.211Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28812026-07-23T19:19:47.245Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28822026-07-23T19:19:47.482Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28832026-07-23T19:19:47.722Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28842026-07-23T19:19:47.810Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28852026-07-23T19:19:47.959Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28862026-07-23T19:19:48.047Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28872026-07-23T19:19:48.193Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28882026-07-23T19:19:48.197Z Checking colored v2.2.0
28892026-07-23T19:19:48.285Z Checking tinytemplate v1.2.1
28902026-07-23T19:19:48.460Z Checking oorandom v11.1.5
28912026-07-23T19:19:48.527Z Checking anes v0.1.6
28922026-07-23T19:19:48.604Z Checking shell-words v1.1.1
28932026-07-23T19:19:48.750Z Checking criterion v0.7.0
28942026-07-23T19:19:48.866Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28952026-07-23T19:19:49.092Z Checking pkcs8 v0.11.0
28962026-07-23T19:19:49.322Z Checking oxide-update-engine-display v0.1.2
28972026-07-23T19:19:49.660Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28982026-07-23T19:19:49.992Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28992026-07-23T19:19:50.475Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
29002026-07-23T19:19:51.005Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
29012026-07-23T19:19:51.781Z Checking tokio-test v0.4.5
29022026-07-23T19:19:52.019Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29032026-07-23T19:19:52.259Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29042026-07-23T19:19:52.673Z Checking twox-hash v2.1.2
29052026-07-23T19:19:53.004Z Checking ff v0.14.0
29062026-07-23T19:19:53.173Z Checking arrayvec v0.7.6
29072026-07-23T19:19:53.409Z Checking constant_time_eq v0.4.2
29082026-07-23T19:19:53.473Z Checking arrayref v0.3.9
29092026-07-23T19:19:53.600Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29102026-07-23T19:19:53.642Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
29112026-07-23T19:19:53.795Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
29122026-07-23T19:19:53.864Z Checking fatfs v0.3.6
29132026-07-23T19:19:54.285Z Checking signature v3.0.0
29142026-07-23T19:19:54.339Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29152026-07-23T19:19:54.467Z Compiling seq-macro v0.3.6
29162026-07-23T19:19:54.788Z Checking base16ct v1.0.0
29172026-07-23T19:19:54.955Z Checking sec1 v0.8.1
29182026-07-23T19:19:55.010Z Checking group v0.14.0
29192026-07-23T19:19:55.187Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29202026-07-23T19:19:55.196Z Checking hkdf v0.13.0
29212026-07-23T19:19:55.312Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29222026-07-23T19:19:55.398Z Compiling petname v2.0.2
29232026-07-23T19:19:55.477Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29242026-07-23T19:19:55.686Z Checking elliptic-curve v0.14.0-rc.33
29252026-07-23T19:19:56.091Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
29262026-07-23T19:19:56.190Z Checking concurrent-queue v2.5.0
29272026-07-23T19:19:56.399Z Checking rtoolbox v0.0.3
29282026-07-23T19:19:56.571Z Checking parking v2.2.1
29292026-07-23T19:19:56.721Z Checking event-listener v5.4.1
29302026-07-23T19:19:56.811Z Checking rpassword v7.5.4
29312026-07-23T19:19:57.000Z Checking tui-tree-widget v0.23.1
29322026-07-23T19:19:57.220Z Checking rfc6979 v0.5.0
29332026-07-23T19:19:57.372Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
29342026-07-23T19:19:57.406Z Checking sapling-renderdag v0.1.0
29352026-07-23T19:19:57.576Z Compiling blake3 v1.8.5
29362026-07-23T19:19:57.692Z Checking sync-ptr v0.1.4
29372026-07-23T19:19:57.861Z Checking ecdsa v0.17.0-rc.18
29382026-07-23T19:19:58.236Z Checking event-listener-strategy v0.5.4
29392026-07-23T19:19:58.261Z Compiling samael v0.0.19
29402026-07-23T19:19:58.392Z Checking primeorder v0.14.0-rc.10
29412026-07-23T19:19:58.483Z Checking primefield v0.14.0
29422026-07-23T19:19:58.722Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
29432026-07-23T19:19:58.748Z Compiling curve25519-dalek v5.0.0-rc.0
29442026-07-23T19:19:58.943Z Checking futures-timer v3.0.3
29452026-07-23T19:19:59.242Z Checking async-lock v3.4.2
29462026-07-23T19:19:59.496Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29472026-07-23T19:19:59.530Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
29482026-07-23T19:19:59.651Z Checking ssh-encoding v0.3.0-rc.9
29492026-07-23T19:19:59.902Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29502026-07-23T19:20:00.504Z Checking topological-sort v0.2.2
29512026-07-23T19:20:00.680Z Compiling strsim v0.10.0
29522026-07-23T19:20:01.032Z Compiling darling_core v0.13.4
29532026-07-23T19:20:01.050Z Checking omicron-zone-package v0.12.3
29542026-07-23T19:20:01.958Z Checking async-object-pool v0.2.0
29552026-07-23T19:20:02.239Z Checking ed25519 v3.0.0
29562026-07-23T19:20:02.457Z Checking crypto-primes v0.7.2
29572026-07-23T19:20:02.881Z Checking pkcs1 v0.8.0-rc.4
29582026-07-23T19:20:02.944Z Checking poly1305 v0.9.0
29592026-07-23T19:20:03.122Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29602026-07-23T19:20:03.239Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
29612026-07-23T19:20:03.308Z Checking blowfish v0.10.0
29622026-07-23T19:20:03.491Z Checking serde_regex v1.1.0
29632026-07-23T19:20:03.655Z Checking blake2 v0.11.0-rc.6
29642026-07-23T19:20:03.695Z Checking assert-json-diff v2.0.2
29652026-07-23T19:20:03.695Z Checking path-tree v0.8.3
29662026-07-23T19:20:03.714Z Checking keccak v0.2.0
29672026-07-23T19:20:03.785Z Compiling target-lexicon v0.13.3
29682026-07-23T19:20:03.831Z Checking stringmetrics v2.2.2
29692026-07-23T19:20:03.895Z Checking gimli v0.32.3
29702026-07-23T19:20:03.926Z Checking fiat-crypto v0.3.0
29712026-07-23T19:20:04.006Z Checking httpmock v0.8.3
29722026-07-23T19:20:04.348Z Checking sha3 v0.11.0
29732026-07-23T19:20:04.719Z Checking argon2 v0.6.0-rc.8
29742026-07-23T19:20:05.060Z Checking bcrypt-pbkdf v0.11.0
29752026-07-23T19:20:05.250Z Checking rsa v0.10.0-rc.18
29762026-07-23T19:20:05.479Z Checking addr2line v0.25.1
29772026-07-23T19:20:05.782Z Checking ssh-cipher v0.3.0-rc.9
29782026-07-23T19:20:05.785Z Checking ed25519-dalek v3.0.0-rc.0
29792026-07-23T19:20:06.023Z Compiling darling_macro v0.13.4
29802026-07-23T19:20:06.237Z Checking p256 v0.14.0-rc.10
29812026-07-23T19:20:06.539Z Checking p521 v0.14.0-rc.10
29822026-07-23T19:20:07.021Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29832026-07-23T19:20:07.284Z Checking kem v0.3.0
29842026-07-23T19:20:07.433Z Checking module-lattice v0.2.3
29852026-07-23T19:20:07.686Z Checking rustc-demangle v0.1.27
29862026-07-23T19:20:07.930Z Compiling guppy-workspace-hack v0.1.0
29872026-07-23T19:20:07.964Z Checking hex-literal v0.4.1
29882026-07-23T19:20:08.090Z Checking backtrace v0.3.76
29892026-07-23T19:20:08.202Z Checking ml-kem v0.3.2
29902026-07-23T19:20:08.420Z Compiling darling v0.13.4
29912026-07-23T19:20:08.801Z Checking russh-cryptovec v0.61.0
29922026-07-23T19:20:08.991Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29932026-07-23T19:20:09.022Z Checking internal-russh-num-bigint v0.5.0
29942026-07-23T19:20:09.058Z Checking p384 v0.14.0-rc.10
29952026-07-23T19:20:09.245Z Checking num-bigint v0.4.6
29962026-07-23T19:20:09.556Z Checking russh-util v0.52.0
29972026-07-23T19:20:09.709Z Checking generic-array v1.4.3
29982026-07-23T19:20:09.884Z Compiling enum_dispatch v0.3.13
29992026-07-23T19:20:10.051Z Compiling git2 v0.20.4
30002026-07-23T19:20:10.160Z Compiling delegate v0.13.5
30012026-07-23T19:20:10.283Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
30022026-07-23T19:20:10.776Z Checking hex-literal v1.1.0
30032026-07-23T19:20:10.900Z Checking md5 v0.8.0
30042026-07-23T19:20:10.901Z Compiling target-spec v3.5.7
30052026-07-23T19:20:11.114Z Checking ssh-key v0.7.0-rc.10
30062026-07-23T19:20:11.144Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
30072026-07-23T19:20:11.307Z Checking cfg-expr v0.20.6
30082026-07-23T19:20:11.353Z Compiling serde_with_macros v1.5.2
30092026-07-23T19:20:11.722Z Checking backtrace-ext v0.2.1
30102026-07-23T19:20:11.865Z Checking supports-color v2.1.0
30112026-07-23T19:20:11.896Z Checking textwrap v0.15.2
30122026-07-23T19:20:12.006Z Checking russh v0.61.2
30132026-07-23T19:20:12.039Z Checking supports-hyperlinks v2.1.0
30142026-07-23T19:20:12.132Z Checking supports-unicode v2.1.0
30152026-07-23T19:20:12.184Z Checking hashbrown v0.14.5
30162026-07-23T19:20:12.275Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30172026-07-23T19:20:12.489Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
30182026-07-23T19:20:12.696Z Checking socket2 v0.5.10
30192026-07-23T19:20:12.729Z Checking terminal_size v0.1.17
30202026-07-23T19:20:12.838Z Compiling miette-derive v5.10.0
30212026-07-23T19:20:12.977Z Checking owo-colors v3.5.0
30222026-07-23T19:20:13.225Z Checking internet-checksum v0.2.1
30232026-07-23T19:20:13.414Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30242026-07-23T19:20:13.531Z Checking chumsky v0.9.3
30252026-07-23T19:20:14.019Z Checking miette v5.10.0
30262026-07-23T19:20:14.362Z Compiling serde_with v1.14.0
30272026-07-23T19:20:14.772Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30282026-07-23T19:20:14.868Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
30292026-07-23T19:20:15.173Z Compiling polar-core v0.27.3
30302026-07-23T19:20:15.333Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
30312026-07-23T19:20:15.575Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
30322026-07-23T19:20:15.675Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
30332026-07-23T19:20:15.709Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
30342026-07-23T19:20:15.784Z Compiling knuffel-derive v3.2.0
30352026-07-23T19:20:15.819Z Checking httptest v0.16.4
30362026-07-23T19:20:15.949Z Checking pathdiff v0.2.3
30372026-07-23T19:20:16.089Z Checking nested v0.1.1
30382026-07-23T19:20:16.213Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
30392026-07-23T19:20:16.255Z Checking guppy v0.17.25
30402026-07-23T19:20:16.554Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
30412026-07-23T19:20:16.816Z Checking similar-asserts v1.7.0
30422026-07-23T19:20:16.994Z Compiling target-triple v1.0.0
30432026-07-23T19:20:17.209Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
30442026-07-23T19:20:17.260Z Checking knuffel v3.2.0
30452026-07-23T19:20:17.403Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
30462026-07-23T19:20:17.860Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
30472026-07-23T19:20:18.007Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
30482026-07-23T19:20:18.018Z Checking hickory-client v0.25.2
30492026-07-23T19:20:18.449Z Checking escape8259 v0.5.3
30502026-07-23T19:20:18.465Z Compiling assert_cmd v2.1.2
30512026-07-23T19:20:18.542Z Checking libtest-mimic v0.8.1
30522026-07-23T19:20:18.927Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
30532026-07-23T19:20:19.010Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
30542026-07-23T19:20:19.061Z Checking blake2b_simd v1.0.4
30552026-07-23T19:20:19.473Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
30562026-07-23T19:20:19.704Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
30572026-07-23T19:20:19.893Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
30582026-07-23T19:20:20.017Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
30592026-07-23T19:20:20.080Z Checking oso v0.27.3
30602026-07-23T19:20:20.145Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30612026-07-23T19:20:20.253Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30622026-07-23T19:20:20.355Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
30632026-07-23T19:20:20.513Z Checking fancy-regex v0.14.0
30642026-07-23T19:20:20.595Z Checking serde_tokenstream v0.2.3
30652026-07-23T19:20:20.820Z Checking approx v0.5.1
30662026-07-23T19:20:20.855Z Compiling rstest_macros v0.25.0
30672026-07-23T19:20:20.908Z Checking uzers v0.12.2
30682026-07-23T19:20:20.982Z Checking termcolor v1.4.1
30692026-07-23T19:20:21.015Z Compiling linkme-impl v0.3.35
30702026-07-23T19:20:21.153Z Checking constant_time_eq v0.3.1
30712026-07-23T19:20:21.219Z Checking trybuild v1.0.116
30722026-07-23T19:20:21.274Z Checking rust-argon2 v2.1.0
30732026-07-23T19:20:21.307Z Checking datatest-stable v0.3.3
30742026-07-23T19:20:21.595Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
30752026-07-23T19:20:21.704Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
30762026-07-23T19:20:21.828Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
30772026-07-23T19:20:21.863Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30782026-07-23T19:20:21.989Z Checking support-bundle-viewer v0.1.2
30792026-07-23T19:20:22.051Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
30802026-07-23T19:20:22.261Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
30812026-07-23T19:20:22.294Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
30822026-07-23T19:20:22.500Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
30832026-07-23T19:20:22.541Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
30842026-07-23T19:20:22.655Z Checking drift v0.2.0
30852026-07-23T19:20:22.739Z Checking digest-io v0.1.0
30862026-07-23T19:20:22.901Z Checking rand_distr v0.5.1
30872026-07-23T19:20:23.039Z Checking multimap v0.10.1
30882026-07-23T19:20:23.213Z Compiling relative-path v1.9.3
30892026-07-23T19:20:23.246Z Compiling linkme v0.3.35
30902026-07-23T19:20:23.343Z Checking rawzip v0.4.4
30912026-07-23T19:20:24.153Z Checking dropshot-api-manager v0.7.2
30922026-07-23T19:20:24.173Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
30932026-07-23T19:20:24.833Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30942026-07-23T19:20:25.220Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
30952026-07-23T19:20:25.264Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
30962026-07-23T19:20:25.614Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
30972026-07-23T19:20:25.650Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30982026-07-23T19:20:25.833Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
30992026-07-23T19:20:30.233Z Checking cargo_toml v0.21.0
31002026-07-23T19:20:30.366Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
31012026-07-23T19:20:30.366Z Checking partial-io v0.5.4
31022026-07-23T19:20:30.366Z Checking termios v0.3.3
31032026-07-23T19:20:30.366Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
31042026-07-23T19:20:30.366Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31052026-07-23T19:20:30.366Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
31062026-07-23T19:20:30.366Z Checking rstest v0.25.0
31072026-07-23T19:20:30.469Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31082026-07-23T19:20:33.019Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
31092026-07-23T19:20:33.367Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
31102026-07-23T19:20:38.577Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
31112026-07-23T19:20:39.460Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
31122026-07-23T19:20:41.536Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
31132026-07-23T19:20:45.518Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
31142026-07-23T19:20:49.828Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
31152026-07-23T19:20:54.883Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
31162026-07-23T19:20:54.924Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
31172026-07-23T19:20:56.554Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
31182026-07-23T19:20:57.711Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
31192026-07-23T19:21:01.653Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
31202026-07-23T19:21:06.262Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
31212026-07-23T19:21:25.310Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
31222026-07-23T19:22:18.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 05s
31232026-07-23T19:22:18.968Z
31242026-07-23T19:22:18.968Zreal 4:08.790486158
31252026-07-23T19:22:18.968Zuser 21:30.007774391
31262026-07-23T19:22:18.968Zsys 4:57.710137348
31272026-07-23T19:22:18.968Ztrap 0.515037453
31282026-07-23T19:22:18.968Ztflt 0.407593041
31292026-07-23T19:22:18.968Zdflt 0.464949968
31302026-07-23T19:22:18.968Zkflt 0.004274170
31312026-07-23T19:22:18.968Zlock 58:57.678470537
31322026-07-23T19:22:18.968Zslp 58:42.392932044
31332026-07-23T19:22:18.968Zlat 1:50.171201858
31342026-07-23T19:22:18.968Zstop 11:07.947291040
31352026-07-23T19:22:18.982Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
31362026-07-23T19:22:18.982Z+ ptime -m cargo doc --workspace --no-deps
31372026-07-23T19:22:19.794Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
31382026-07-23T19:22:19.794Z |
31392026-07-23T19:22:19.794Z = 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)`
31402026-07-23T19:22:19.794Z = 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>
31412026-07-23T19:22:20.816Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
31422026-07-23T19:22:21.049Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31432026-07-23T19:22:21.095Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31442026-07-23T19:22:21.160Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31452026-07-23T19:22:21.192Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
31462026-07-23T19:22:21.323Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31472026-07-23T19:22:21.354Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31482026-07-23T19:22:21.354Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31492026-07-23T19:22:21.407Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31502026-07-23T19:22:21.430Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31512026-07-23T19:22:21.571Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31522026-07-23T19:22:21.646Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31532026-07-23T19:22:21.672Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31542026-07-23T19:22:21.724Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31552026-07-23T19:22:21.743Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31562026-07-23T19:22:21.766Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31572026-07-23T19:22:21.774Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31582026-07-23T19:22:21.810Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31592026-07-23T19:22:21.857Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31602026-07-23T19:22:21.880Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31612026-07-23T19:22:21.961Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31622026-07-23T19:22:22.208Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31632026-07-23T19:22:22.346Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31642026-07-23T19:22:22.368Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31652026-07-23T19:22:22.394Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31662026-07-23T19:22:22.422Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
31672026-07-23T19:22:22.576Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31682026-07-23T19:22:22.600Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31692026-07-23T19:22:22.819Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31702026-07-23T19:22:22.843Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31712026-07-23T19:22:22.932Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
31722026-07-23T19:22:22.961Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
31732026-07-23T19:22:23.084Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31742026-07-23T19:22:23.141Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31752026-07-23T19:22:23.269Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31762026-07-23T19:22:23.385Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31772026-07-23T19:22:23.437Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
31782026-07-23T19:22:23.469Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31792026-07-23T19:22:23.511Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31802026-07-23T19:22:23.681Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31812026-07-23T19:22:23.777Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31822026-07-23T19:22:23.954Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31832026-07-23T19:22:24.006Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31842026-07-23T19:22:24.036Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
31852026-07-23T19:22:24.138Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31862026-07-23T19:22:24.232Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31872026-07-23T19:22:24.269Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31882026-07-23T19:22:24.316Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
31892026-07-23T19:22:24.375Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31902026-07-23T19:22:24.474Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
31912026-07-23T19:22:24.573Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31922026-07-23T19:22:24.587Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
31932026-07-23T19:22:24.642Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
31942026-07-23T19:22:24.694Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
31952026-07-23T19:22:24.808Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
31962026-07-23T19:22:24.853Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
31972026-07-23T19:22:24.901Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
31982026-07-23T19:22:24.938Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31992026-07-23T19:22:24.939Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32002026-07-23T19:22:25.038Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32012026-07-23T19:22:25.071Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32022026-07-23T19:22:25.120Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32032026-07-23T19:22:25.473Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
32042026-07-23T19:22:25.579Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
32052026-07-23T19:22:25.800Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32062026-07-23T19:22:25.857Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32072026-07-23T19:22:26.226Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32082026-07-23T19:22:26.329Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32092026-07-23T19:22:26.536Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32102026-07-23T19:22:26.574Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32112026-07-23T19:22:26.625Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32122026-07-23T19:22:26.690Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
32132026-07-23T19:22:26.789Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32142026-07-23T19:22:26.826Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32152026-07-23T19:22:26.879Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32162026-07-23T19:22:27.355Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32172026-07-23T19:22:27.380Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
32182026-07-23T19:22:31.882Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
32192026-07-23T19:22:31.919Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
32202026-07-23T19:22:31.919Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32212026-07-23T19:22:31.919Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32222026-07-23T19:22:31.919Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32232026-07-23T19:22:31.919Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32242026-07-23T19:22:31.919Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32252026-07-23T19:22:31.919Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32262026-07-23T19:22:31.919Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32272026-07-23T19:22:31.919Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32282026-07-23T19:22:31.919Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32292026-07-23T19:22:31.919Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
32302026-07-23T19:22:31.919Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
32312026-07-23T19:22:31.919Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
32322026-07-23T19:22:31.919Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32332026-07-23T19:22:31.920Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32342026-07-23T19:22:31.920Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
32352026-07-23T19:22:31.920Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
32362026-07-23T19:22:31.920Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
32372026-07-23T19:22:31.920Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32382026-07-23T19:22:31.920Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
32392026-07-23T19:22:31.920Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
32402026-07-23T19:22:31.920Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32412026-07-23T19:22:31.920Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32422026-07-23T19:22:31.920Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32432026-07-23T19:22:31.920Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32442026-07-23T19:22:31.920Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32452026-07-23T19:22:31.920Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32462026-07-23T19:22:31.920Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32472026-07-23T19:22:31.920Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32482026-07-23T19:22:31.920Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32492026-07-23T19:22:31.920Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32502026-07-23T19:22:31.920Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32512026-07-23T19:22:31.920Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32522026-07-23T19:22:31.920Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
32532026-07-23T19:22:31.920Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32542026-07-23T19:22:31.951Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32552026-07-23T19:22:32.308Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32562026-07-23T19:22:32.837Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32572026-07-23T19:22:33.674Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32582026-07-23T19:22:33.788Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32592026-07-23T19:22:34.302Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32602026-07-23T19:22:34.325Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
32612026-07-23T19:22:34.639Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32622026-07-23T19:22:34.967Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32632026-07-23T19:22:34.993Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32642026-07-23T19:22:35.048Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32652026-07-23T19:22:35.400Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32662026-07-23T19:22:35.522Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
32672026-07-23T19:22:35.731Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32682026-07-23T19:22:35.770Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32692026-07-23T19:22:35.928Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32702026-07-23T19:22:36.041Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32712026-07-23T19:22:36.407Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32722026-07-23T19:22:36.647Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32732026-07-23T19:22:37.051Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32742026-07-23T19:22:37.137Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32752026-07-23T19:22:37.209Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32762026-07-23T19:22:37.359Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32772026-07-23T19:22:37.428Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32782026-07-23T19:22:37.876Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32792026-07-23T19:22:38.285Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32802026-07-23T19:22:38.690Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32812026-07-23T19:22:38.978Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32822026-07-23T19:22:39.382Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32832026-07-23T19:22:40.070Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32842026-07-23T19:22:40.612Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32852026-07-23T19:22:40.892Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32862026-07-23T19:22:40.918Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32872026-07-23T19:22:41.448Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32882026-07-23T19:22:41.535Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32892026-07-23T19:22:41.929Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32902026-07-23T19:22:42.657Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32912026-07-23T19:22:43.100Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32922026-07-23T19:22:43.262Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32932026-07-23T19:22:43.285Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32942026-07-23T19:22:43.899Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32952026-07-23T19:22:45.403Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32962026-07-23T19:22:47.172Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32972026-07-23T19:22:47.773Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32982026-07-23T19:22:47.824Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32992026-07-23T19:22:48.963Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33002026-07-23T19:22:49.338Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33012026-07-23T19:22:49.500Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
33022026-07-23T19:22:50.762Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33032026-07-23T19:22:50.788Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33042026-07-23T19:22:52.118Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33052026-07-23T19:22:52.439Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33062026-07-23T19:22:52.509Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33072026-07-23T19:22:52.903Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33082026-07-23T19:22:53.630Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33092026-07-23T19:22:53.914Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33102026-07-23T19:22:54.031Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33112026-07-23T19:22:54.055Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
33122026-07-23T19:22:54.261Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33132026-07-23T19:22:54.557Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33142026-07-23T19:22:54.586Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33152026-07-23T19:22:54.622Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33162026-07-23T19:22:54.697Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33172026-07-23T19:22:55.180Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33182026-07-23T19:22:55.458Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33192026-07-23T19:22:55.854Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33202026-07-23T19:22:55.892Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
33212026-07-23T19:22:56.415Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33222026-07-23T19:22:56.552Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
33232026-07-23T19:22:56.708Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33242026-07-23T19:22:57.402Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
33252026-07-23T19:22:57.701Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
33262026-07-23T19:22:58.737Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33272026-07-23T19:22:58.844Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
33282026-07-23T19:23:00.582Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33292026-07-23T19:23:01.991Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
33302026-07-23T19:23:02.602Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33312026-07-23T19:23:03.532Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33322026-07-23T19:23:04.217Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33332026-07-23T19:23:06.247Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33342026-07-23T19:23:07.154Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33352026-07-23T19:23:07.663Z Documenting oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
33362026-07-23T19:23:09.294Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33372026-07-23T19:23:09.743Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33382026-07-23T19:23:11.829Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
33392026-07-23T19:23:12.240Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
33402026-07-23T19:23:13.174Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
33412026-07-23T19:23:13.521Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33422026-07-23T19:23:14.375Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
33432026-07-23T19:23:16.629Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
33442026-07-23T19:23:17.382Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
33452026-07-23T19:23:20.275Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33462026-07-23T19:23:21.099Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33472026-07-23T19:23:21.933Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33482026-07-23T19:23:23.051Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33492026-07-23T19:23:23.802Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33502026-07-23T19:23:24.554Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33512026-07-23T19:23:25.360Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33522026-07-23T19:23:26.268Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33532026-07-23T19:23:27.780Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
33542026-07-23T19:23:28.637Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
33552026-07-23T19:23:29.256Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33562026-07-23T19:23:29.358Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33572026-07-23T19:23:30.207Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
33582026-07-23T19:23:31.019Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
33592026-07-23T19:23:31.896Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
33602026-07-23T19:23:36.035Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33612026-07-23T19:23:36.748Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33622026-07-23T19:23:37.607Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
33632026-07-23T19:23:38.456Z Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
33642026-07-23T19:23:39.558Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33652026-07-23T19:23:40.408Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
33662026-07-23T19:23:43.772Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33672026-07-23T19:23:44.170Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33682026-07-23T19:23:44.938Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
33692026-07-23T19:23:46.592Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33702026-07-23T19:23:47.508Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33712026-07-23T19:23:49.003Z Documenting wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
33722026-07-23T19:23:50.069Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
33732026-07-23T19:23:52.790Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33742026-07-23T19:23:53.390Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33752026-07-23T19:23:55.148Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33762026-07-23T19:23:56.593Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
33772026-07-23T19:23:58.230Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
33782026-07-23T19:23:59.756Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
33792026-07-23T19:24:01.387Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
33802026-07-23T19:24:03.047Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33812026-07-23T19:24:07.366Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
33822026-07-23T19:24:07.768Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33832026-07-23T19:24:08.985Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
33842026-07-23T19:24:09.600Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33852026-07-23T19:24:11.223Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33862026-07-23T19:24:12.927Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33872026-07-23T19:24:14.628Z Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
33882026-07-23T19:24:16.751Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33892026-07-23T19:24:18.468Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33902026-07-23T19:24:20.118Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
33912026-07-23T19:24:22.183Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33922026-07-23T19:24:23.627Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33932026-07-23T19:24:25.313Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33942026-07-23T19:24:27.037Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
33952026-07-23T19:24:28.786Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33962026-07-23T19:24:30.430Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33972026-07-23T19:24:32.140Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
33982026-07-23T19:24:35.306Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33992026-07-23T19:24:37.412Z Documenting wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
34002026-07-23T19:24:39.108Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34012026-07-23T19:24:40.944Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
34022026-07-23T19:24:42.477Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
34032026-07-23T19:24:44.621Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
34042026-07-23T19:24:46.662Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
34052026-07-23T19:24:48.472Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
34062026-07-23T19:24:50.577Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
34072026-07-23T19:24:52.354Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
34082026-07-23T19:24:55.733Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
34092026-07-23T19:24:56.782Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
34102026-07-23T19:24:58.899Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34112026-07-23T19:25:01.132Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
34122026-07-23T19:25:03.832Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
34132026-07-23T19:25:05.870Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
34142026-07-23T19:25:08.434Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34152026-07-23T19:25:10.668Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
34162026-07-23T19:25:12.912Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
34172026-07-23T19:25:15.487Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
34182026-07-23T19:25:17.408Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
34192026-07-23T19:25:20.136Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
34202026-07-23T19:25:21.948Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
34212026-07-23T19:25:24.229Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
34222026-07-23T19:25:26.584Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
34232026-07-23T19:25:28.907Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34242026-07-23T19:25:31.152Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
34252026-07-23T19:25:33.475Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34262026-07-23T19:25:35.878Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34272026-07-23T19:25:38.211Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34282026-07-23T19:25:40.505Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34292026-07-23T19:25:42.933Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
34302026-07-23T19:25:45.234Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34312026-07-23T19:25:47.589Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
34322026-07-23T19:25:49.973Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
34332026-07-23T19:25:52.353Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34342026-07-23T19:25:54.677Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
34352026-07-23T19:25:57.058Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34362026-07-23T19:25:59.404Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
34372026-07-23T19:26:01.794Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
34382026-07-23T19:26:04.163Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
34392026-07-23T19:26:06.585Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
34402026-07-23T19:26:09.085Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
34412026-07-23T19:26:11.350Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
34422026-07-23T19:26:13.676Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
34432026-07-23T19:26:16.184Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
34442026-07-23T19:26:18.443Z Documenting corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
34452026-07-23T19:26:21.391Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
34462026-07-23T19:26:23.520Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
34472026-07-23T19:26:25.967Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
34482026-07-23T19:26:28.439Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34492026-07-23T19:26:30.881Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34502026-07-23T19:26:33.473Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34512026-07-23T19:26:35.834Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
34522026-07-23T19:26:38.448Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
34532026-07-23T19:26:40.954Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
34542026-07-23T19:26:43.349Z Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
34552026-07-23T19:26:45.951Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34562026-07-23T19:26:48.589Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
34572026-07-23T19:26:51.061Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
34582026-07-23T19:26:53.908Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
34592026-07-23T19:26:56.381Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
34602026-07-23T19:26:58.891Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
34612026-07-23T19:27:01.342Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
34622026-07-23T19:27:03.919Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
34632026-07-23T19:27:06.501Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34642026-07-23T19:27:09.433Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34652026-07-23T19:27:11.826Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
34662026-07-23T19:27:14.561Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
34672026-07-23T19:27:22.465Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
34682026-07-23T19:27:22.507Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
34692026-07-23T19:27:25.847Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34702026-07-23T19:27:29.275Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
34712026-07-23T19:27:32.627Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
34722026-07-23T19:27:36.128Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
34732026-07-23T19:27:39.262Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34742026-07-23T19:27:43.960Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
34752026-07-23T19:27:46.775Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
34762026-07-23T19:27:50.469Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
34772026-07-23T19:27:54.188Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
34782026-07-23T19:27:57.768Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
34792026-07-23T19:28:01.443Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
34802026-07-23T19:28:05.167Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
34812026-07-23T19:28:08.959Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
34822026-07-23T19:28:12.529Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34832026-07-23T19:28:16.193Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34842026-07-23T19:28:19.927Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
34852026-07-23T19:28:23.633Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
34862026-07-23T19:28:27.311Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
34872026-07-23T19:28:31.035Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
34882026-07-23T19:28:34.653Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
34892026-07-23T19:28:38.340Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
34902026-07-23T19:28:42.012Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
34912026-07-23T19:29:11.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 52s
34922026-07-23T19:29:11.612Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 202 other files
34932026-07-23T19:29:11.719Z
34942026-07-23T19:29:11.724Zreal 6:52.660423013
34952026-07-23T19:29:11.725Zuser 18:26.079627350
34962026-07-23T19:29:11.725Zsys 3:53.695947371
34972026-07-23T19:29:11.725Ztrap 0.255525314
34982026-07-23T19:29:11.725Ztflt 0.006111590
34992026-07-23T19:29:11.725Zdflt 0.086953787
35002026-07-23T19:29:11.725Zkflt 0.000043580
35012026-07-23T19:29:11.725Zlock 6:22:14.230631611
35022026-07-23T19:29:11.725Zslp 2:18:39.498352911
35032026-07-23T19:29:11.725Zlat 33.525378774
35042026-07-23T19:29:11.725Zstop 1:43.279442822
35052026-07-23T19:29:11.725Zprocess exited: duration 784915 ms, exit code 0
 
35062026-07-23T19:29:11.731Zfound 0 output files