01KZVV90CJBKT3BP4K59N1BRFN: clippy (helios)

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

Buildomat Job: 01KZVV9G7XA3N6R37FR760D9FV

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-12T20:41:36.368Zjob assigned to worker 01KZVV9QY1EH507TJQA0D0AXWX [factory aws, i-08ff1c99bb8e5d9a2] (queued for 50 s)
 
22026-08-12T20:41:43.058Zstarting task 0: "setup"
32026-08-12T20:41:43.063Z++ uname -s
42026-08-12T20:41:43.067Z+ kern=SunOS
52026-08-12T20:41:43.067Z+ build_user=build
62026-08-12T20:41:43.067Z+ build_uid=12345
72026-08-12T20:41:43.067Z+ work_dir=/work
82026-08-12T20:41:43.067Z+ input_dir=/input
92026-08-12T20:41:43.067Z+ [[ 0 == 12345 ]]
102026-08-12T20:41:43.067Z+ case "$kern" in
112026-08-12T20:41:43.067Z+ groupadd -g 12345 build
122026-08-12T20:41:43.068Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-12T20:41:45.072Z+ zfs create -o mountpoint=/work rpool/work
142026-08-12T20:41:45.155Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-12T20:41:45.159Z+ home_fs=zfs
162026-08-12T20:41:45.159Z+ [[ zfs == autofs ]]
172026-08-12T20:41:45.159Z+ mkdir -p /home/build
182026-08-12T20:41:45.159Z+ chown build:build /home/build /work
192026-08-12T20:41:46.160Z+ chmod 0700 /home/build /work
202026-08-12T20:41:46.164Zprocess exited: duration 3106 ms, exit code 0
 
212026-08-12T20:41:46.190Zstarting task 1: "rust-toolchain"
222026-08-12T20:41:46.197Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-12T20:41:46.197Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-12T20:41:46.197Z * rust toolchain channel = "1.97.1"
252026-08-12T20:41:46.198Z * rust toolchain profile = "default"
262026-08-12T20:41:46.198Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-12T20:41:46.198Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-12T20:41:46.198Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-12T20:41:46.198Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-12T20:41:46.296Zinfo: downloading installer
312026-08-12T20:41:47.841Zwarn: It looks like you have an existing rustup settings file at:
322026-08-12T20:41:47.841Zwarn: /home/build/.rustup/settings.toml
332026-08-12T20:41:47.841Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-12T20:41:47.841Zwarn: instead of the one inferred from the default host triple.
352026-08-12T20:41:47.850Zinfo: profile set to default
362026-08-12T20:41:47.851Zinfo: default host triple is x86_64-unknown-illumos
372026-08-12T20:41:47.854Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-12T20:41:47.983Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-12T20:41:47.986Zinfo: downloading 6 components
402026-08-12T20:42:02.806Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-12T20:42:02.807Z
422026-08-12T20:42:02.834Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-12T20:42:02.834Z
442026-08-12T20:42:02.838Z
452026-08-12T20:42:02.838ZRust is installed now. Great!
462026-08-12T20:42:02.838Z
472026-08-12T20:42:02.838ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-12T20:42:02.838Zenvironment variable. This has not been done automatically.
492026-08-12T20:42:02.838Z
502026-08-12T20:42:02.838ZTo configure your current shell, you need to source
512026-08-12T20:42:02.838Zthe corresponding env file under $HOME/.cargo.
522026-08-12T20:42:02.838Z
532026-08-12T20:42:02.838ZThis is usually done by running one of the following (note the leading DOT):
542026-08-12T20:42:02.838Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-12T20:42:02.838Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-12T20:42:02.838Zsource "~/.cargo/env.nu" # For nushell
572026-08-12T20:42:02.838Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-12T20:42:02.838Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-12T20:42:02.838Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-12T20:42:02.838Zwarn: no default linker (`cc`) was found in your PATH
612026-08-12T20:42:02.839Zwarn: many Rust crates require a system C toolchain to build
622026-08-12T20:42:02.926Z+ rustup --version
632026-08-12T20:42:02.936Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-12T20:42:02.939Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-12T20:42:02.957Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-12T20:42:02.960Z+ cargo --version
672026-08-12T20:42:02.974Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-12T20:42:02.978Z+ rustc --version
692026-08-12T20:42:02.996Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-12T20:42:03.000Zprocess exited: duration 16818 ms, exit code 0
 
712026-08-12T20:42:03.009Zstarting task 2: "authentication"
722026-08-12T20:42:03.026Zprocess exited: duration 17 ms, exit code 0
 
732026-08-12T20:42:03.033Zstarting task 3: "clone repository"
742026-08-12T20:42:03.036Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-12T20:42:03.040Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-12T20:42:03.073ZCloning into '/work/oxidecomputer/omicron'...
772026-08-12T20:42:20.995Z+ cd /work/oxidecomputer/omicron
782026-08-12T20:42:20.996Z+ git fetch origin 05e8f0365dfe1ab760f8eac0deab994938295207
792026-08-12T20:42:21.342ZFrom https://github.com/oxidecomputer/omicron
802026-08-12T20:42:21.342Z * branch 05e8f0365dfe1ab760f8eac0deab994938295207 -> FETCH_HEAD
812026-08-12T20:42:21.355Z+ [[ -n john/remove-sled-agent-zone-nat-setup ]]
822026-08-12T20:42:21.358Z++ git branch --show-current
832026-08-12T20:42:21.358Z+ current=main
842026-08-12T20:42:21.358Z+ [[ main != john/remove-sled-agent-zone-nat-setup ]]
852026-08-12T20:42:21.359Z+ git branch -f john/remove-sled-agent-zone-nat-setup 05e8f0365dfe1ab760f8eac0deab994938295207
862026-08-12T20:42:21.362Z+ git checkout -f john/remove-sled-agent-zone-nat-setup
872026-08-12T20:42:21.621ZSwitched to branch 'john/remove-sled-agent-zone-nat-setup'
882026-08-12T20:42:21.624Z+ git reset --hard 05e8f0365dfe1ab760f8eac0deab994938295207
892026-08-12T20:42:21.641ZHEAD is now at 05e8f0365 update ls-apis
902026-08-12T20:42:21.644Zprocess exited: duration 18609 ms, exit code 0
 
912026-08-12T20:42:21.652Zstarting task 4: "build"
922026-08-12T20:42:21.656Z+ source ./env.sh
932026-08-12T20:42:21.656Z++ OLD_SHELL_OPTS=ehxB
942026-08-12T20:42:21.656Z++ set -o xtrace
952026-08-12T20:42:21.659Z++++ dirname ./env.sh
962026-08-12T20:42:21.659Z+++ readlink -f .
972026-08-12T20:42:21.663Z++ OMICRON_WS=/work/oxidecomputer/omicron
982026-08-12T20:42:21.663Z++ 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-08-12T20:42:21.663Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002026-08-12T20:42:21.663Z++ 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-08-12T20:42:21.663Z++ 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-08-12T20:42:21.663Z++ 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-08-12T20:42:21.663Z++ 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-08-12T20:42:21.663Z++ 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-08-12T20:42:21.663Z++ 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-08-12T20:42:21.663Z++ 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-08-12T20:42:21.663Z++ 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-08-12T20:42:21.663Z++ case $OLD_SHELL_OPTS in
1092026-08-12T20:42:21.664Z++ unset OLD_SHELL_OPTS OMICRON_WS
1102026-08-12T20:42:21.664Z+ source .github/buildomat/ci-env.sh
1112026-08-12T20:42:21.664Z++ export CARGO_TERM_COLOR=always
1122026-08-12T20:42:21.664Z++ CARGO_TERM_COLOR=always
1132026-08-12T20:42:21.664Z+++ uname -s
1142026-08-12T20:42:21.667Z++ [[ SunOS == \S\u\n\O\S ]]
1152026-08-12T20:42:21.667Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
1162026-08-12T20:42:21.667Z+ cargo --version
1172026-08-12T20:42:21.673Zcargo 1.97.1 (c980f4866 2026-06-30)
1182026-08-12T20:42:21.678Z+ rustc --version
1192026-08-12T20:42:21.696Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1202026-08-12T20:42:21.699Z+ banner prerequisites
1212026-08-12T20:42:21.699Z
1222026-08-12T20:42:21.699Z ##### ##### ###### ##### ###### #### # # # #### #
1232026-08-12T20:42:21.699Z # # # # # # # # # # # # # # #
1242026-08-12T20:42:21.699Z # # # # ##### # # ##### # # # # # #### #
1252026-08-12T20:42:21.700Z ##### ##### # ##### # # # # # # # # #
1262026-08-12T20:42:21.700Z # # # # # # # # # # # # # # #
1272026-08-12T20:42:21.700Z # # # ###### # # ###### ### # #### # #### #
1282026-08-12T20:42:21.700Z
1292026-08-12T20:42:21.703Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1302026-08-12T20:42:23.512Z Startup: Refreshing catalog 'helios' ... Done
1312026-08-12T20:42:23.822Z Startup: Caching catalogs ... Done
1322026-08-12T20:42:25.528ZPlanning: Solver setup ... Done (1.604s)
1332026-08-12T20:42:25.580ZPlanning: Running solver ... Done (0.053s)
1342026-08-12T20:42:25.621ZPlanning: Finding local manifests ... Done (0.003s)
1352026-08-12T20:42:25.635ZPlanning: Fetching manifests: 0/2 0% complete
1362026-08-12T20:42:25.652ZPlanning: Fetching manifests: 2/2 100% complete
1372026-08-12T20:42:25.666ZPlanning: Package planning ... Done (0.014s)
1382026-08-12T20:42:25.670ZPlanning: Merging actions ... Done (0.001s)
1392026-08-12T20:42:25.831ZPlanning: Checking for conflicting actions ... Done (0.161s)
1402026-08-12T20:42:25.835ZPlanning: Consolidating action changes ... Done (0.001s)
1412026-08-12T20:42:26.576ZPlanning: Evaluating mediators ... Done (0.745s)
1422026-08-12T20:42:26.579ZPlanning: Planning completed in 2.72 seconds
1432026-08-12T20:42:26.585Z Packages to install: 2
1442026-08-12T20:42:26.585Z Estimated space available: 156.01 GB
1452026-08-12T20:42:26.585ZEstimated space to be consumed: 67.95 MB
1462026-08-12T20:42:26.585Z Create boot environment: No
1472026-08-12T20:42:26.589ZCreate backup boot environment: No
1482026-08-12T20:42:26.589Z Rebuild boot archive: No
1492026-08-12T20:42:26.589Z
1502026-08-12T20:42:26.589ZChanged packages:
1512026-08-12T20:42:26.589Zhelios
1522026-08-12T20:42:26.590Z developer/build-essential
1532026-08-12T20:42:26.590Z None -> 11-3.0
1542026-08-12T20:42:26.590Z library/libxmlsec1
1552026-08-12T20:42:26.590Z None -> 1.2.35-3.0
1562026-08-12T20:42:26.610Z
1572026-08-12T20:42:26.610ZDownload: 0/214 items 0.0/1.3MB 0% complete
1582026-08-12T20:42:26.677ZDownload: Completed 1.28 MB in 0.07 seconds (18.8M/s)
1592026-08-12T20:42:26.742Z Actions: 1/268 actions (Installing new actions)
1602026-08-12T20:42:26.780Z Actions: Completed 268 actions in 0.04 seconds.
1612026-08-12T20:42:26.810ZFinalize: Updating package state database ... Done (0.029s)
1622026-08-12T20:42:26.816ZFinalize: Updating package cache ... Done (0.000s)
1632026-08-12T20:42:26.882ZFinalize: Updating image state ... Done (0.073s)
1642026-08-12T20:42:33.771ZFinalize: Creating fast lookup database ... Done (2.406s)
1652026-08-12T20:42:33.827ZFinalize: Reading search index ... Done (0.012s)
1662026-08-12T20:42:33.827ZFinalize: Updating search index ... Done (0.000s)
1672026-08-12T20:42:33.827ZFinalize: Updating package cache ... Done (0.000s)
1682026-08-12T20:42:33.827ZPlanning: Evaluating mediator changes ... Done
1692026-08-12T20:42:33.827ZPlanning: Checking for conflicting actions ... Done
1702026-08-12T20:42:33.827ZPlanning: Consolidating action changes ... Done
1712026-08-12T20:42:33.827ZPlanning: Evaluating mediators ... Done
1722026-08-12T20:42:33.827ZPlanning: Planning completed in 0.26 seconds
1732026-08-12T20:42:33.827Z Mediators to change: 2
1742026-08-12T20:42:33.827Z Create boot environment: No
1752026-08-12T20:42:33.827ZCreate backup boot environment: No
1762026-08-12T20:42:33.827ZFinalize: Updating package state database ... Done
1772026-08-12T20:42:33.827ZFinalize: Updating package cache ... Done
1782026-08-12T20:42:33.827ZFinalize: Updating image state ... Done
1792026-08-12T20:42:33.827ZFinalize: Creating fast lookup database ... Done
1802026-08-12T20:42:33.827ZFinalize: Reading search index ... Done
1812026-08-12T20:42:33.827ZFinalize: Updating search index ... Done
1822026-08-12T20:42:33.827ZFinalize: Updating package cache ... Done
1832026-08-12T20:42:33.827ZPlanning: Evaluating mediator changes ... Done
1842026-08-12T20:42:33.827ZPlanning: Checking for conflicting actions ... Done
1852026-08-12T20:42:33.827ZPlanning: Consolidating action changes ... Done
1862026-08-12T20:42:33.827ZPlanning: Evaluating mediators ... Done
1872026-08-12T20:42:33.827ZPlanning: Planning completed in 0.26 seconds
1882026-08-12T20:42:33.827Z Mediators to change: 1
1892026-08-12T20:42:33.827Z Create boot environment: No
1902026-08-12T20:42:33.827ZCreate backup boot environment: No
1912026-08-12T20:42:33.827ZFinalize: Updating package state database ... Done
1922026-08-12T20:42:33.827ZFinalize: Updating package cache ... Done
1932026-08-12T20:42:33.828ZFinalize: Updating image state ... Done
1942026-08-12T20:42:37.748ZFinalize: Creating fast lookup database ... Done
1952026-08-12T20:42:37.775ZFinalize: Reading search index ... Done
1962026-08-12T20:42:37.775ZFinalize: Updating search index ... Done
1972026-08-12T20:42:37.775ZFinalize: Updating package cache ... Done
1982026-08-12T20:42:37.775ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1992026-08-12T20:42:37.775Zapache system 2.4 system
2002026-08-12T20:42:37.775Zclang system 15 system
2012026-08-12T20:42:37.775Zcsh system system illumos
2022026-08-12T20:42:37.775Zctags system system illumos
2032026-08-12T20:42:37.775Zfile vendor vendor darwinsys
2042026-08-12T20:42:37.775Zfile system system illumos
2052026-08-12T20:42:37.776Zgcc vendor 14 vendor
2062026-08-12T20:42:37.776Zgcc system 13 system
2072026-08-12T20:42:37.776Zgcc system 10 system
2082026-08-12T20:42:37.776Zgo system 1.25 system
2092026-08-12T20:42:37.776Zllvm system 15 system
2102026-08-12T20:42:37.776Zmariadb system 11.4 system
2112026-08-12T20:42:37.776Zmta vendor vendor dma
2122026-08-12T20:42:37.776Zopenjdk system 17 system
2132026-08-12T20:42:37.776Zopenjdk system 11 system
2142026-08-12T20:42:37.776Zopenssl vendor 3 vendor
2152026-08-12T20:42:37.776Zperl system 5.40 system
2162026-08-12T20:42:37.776Zpostgresql system 18 system
2172026-08-12T20:42:37.776Zpostgresql system 17 system
2182026-08-12T20:42:37.776Zpython vendor 3 vendor
2192026-08-12T20:42:37.776Zpython system 2 system
2202026-08-12T20:42:37.776Zpython3 vendor 3.13 vendor
2212026-08-12T20:42:37.776Zruby system 3.4 system
2222026-08-12T20:42:37.776Zruby system 3.0 system
2232026-08-12T20:42:37.776Zwords vendor vendor american-english
2242026-08-12T20:42:37.776Zwords system system australian-english
2252026-08-12T20:42:37.776Zwords system system british-english
2262026-08-12T20:42:37.776Zwords system system canadian-english
2272026-08-12T20:42:37.777Zwords system system french
2282026-08-12T20:42:37.777Zwords system system italian
2292026-08-12T20:42:37.777Zwords system system ngerman
2302026-08-12T20:42:37.777Zwords system system ogerman
2312026-08-12T20:42:37.777Zwords system system spanish
2322026-08-12T20:42:37.777ZPUBLISHER TYPE STATUS P LOCATION
2332026-08-12T20:42:37.777Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2342026-08-12T20:42:37.777ZFMRI IFO
2352026-08-12T20:42:37.777Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2362026-08-12T20:42:37.777Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2372026-08-12T20:42:37.777Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2382026-08-12T20:42:37.777Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2392026-08-12T20:42:37.778Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2402026-08-12T20:42:37.778Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2412026-08-12T20:42:37.778Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2422026-08-12T20:42:37.778Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2432026-08-12T20:42:37.778Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2442026-08-12T20:42:37.778Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2452026-08-12T20:42:37.778Z Updating crates.io index
2462026-08-12T20:42:37.778Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2472026-08-12T20:42:37.778Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2482026-08-12T20:42:37.778Z Updating git repository `https://github.com/oxidecomputer/propolis`
2492026-08-12T20:42:38.859Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2502026-08-12T20:42:39.483Z Updating git repository `https://github.com/oxidecomputer/crucible`
2512026-08-12T20:42:41.760Z Updating git repository `https://github.com/oxidecomputer/opte`
2522026-08-12T20:42:42.645Z Updating git repository `https://github.com/oxidecomputer/tofino`
2532026-08-12T20:42:42.999Z Updating git repository `https://github.com/oxidecomputer/lldp`
2542026-08-12T20:42:43.412Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2552026-08-12T20:42:44.941Z Updating git repository `https://github.com/oxidecomputer/clickward`
2562026-08-12T20:42:45.240Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2572026-08-12T20:42:45.633Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2582026-08-12T20:42:45.918Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2592026-08-12T20:42:46.220Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2602026-08-12T20:42:46.490Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2612026-08-12T20:42:46.812Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2622026-08-12T20:42:47.113Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2632026-08-12T20:42:47.428Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2642026-08-12T20:42:47.761Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2652026-08-12T20:42:48.159Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2662026-08-12T20:42:48.852Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2672026-08-12T20:42:49.190Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2682026-08-12T20:42:49.810Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2692026-08-12T20:42:50.177Z Updating git repository `https://github.com/oxidecomputer/erebor`
2702026-08-12T20:42:50.685Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2712026-08-12T20:42:51.135Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2722026-08-12T20:42:51.424Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2732026-08-12T20:42:51.844Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2742026-08-12T20:42:52.531Z Updating git repository `https://github.com/oxidecomputer/ispf`
2752026-08-12T20:42:52.832Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2762026-08-12T20:42:53.147Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2772026-08-12T20:42:53.538Z Updating git repository `https://github.com/oxidecomputer/tough`
2782026-08-12T20:42:54.166Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2792026-08-12T20:42:54.475Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2802026-08-12T20:42:54.790Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2812026-08-12T20:42:55.116Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2822026-08-12T20:42:55.459Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2832026-08-12T20:42:55.742Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2842026-08-12T20:42:56.025Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2852026-08-12T20:42:56.354Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2862026-08-12T20:42:56.655Z Updating git repository `https://github.com/illumos/smf-rs`
2872026-08-12T20:42:59.556Z Downloading crates ...
2882026-08-12T20:42:59.603Z Downloaded crypto-common v0.1.7
2892026-08-12T20:42:59.612Z Downloaded dof v0.3.0
2902026-08-12T20:42:59.625Z Downloaded clap_derive v4.6.1
2912026-08-12T20:42:59.625Z Downloaded clap v4.6.1
2922026-08-12T20:42:59.625Z Downloaded cpufeatures v0.2.17
2932026-08-12T20:42:59.625Z Downloaded log v0.4.29
2942026-08-12T20:42:59.641Z Downloaded cfg-if v1.0.4
2952026-08-12T20:42:59.642Z Downloaded dtrace-parser v0.2.0
2962026-08-12T20:42:59.642Z Downloaded zmij v1.0.21
2972026-08-12T20:42:59.642Z Downloaded camino v1.2.2
2982026-08-12T20:42:59.642Z Downloaded colorchoice v1.0.4
2992026-08-12T20:42:59.642Z Downloaded generic-array v0.14.7
3002026-08-12T20:42:59.642Z Downloaded fnv v1.0.7
3012026-08-12T20:42:59.642Z Downloaded clap_lex v1.0.0
3022026-08-12T20:42:59.653Z Downloaded zerocopy v0.7.35
3032026-08-12T20:42:59.654Z Downloaded anstyle v1.0.14
3042026-08-12T20:42:59.654Z Downloaded anstyle-parse v1.0.0
3052026-08-12T20:42:59.654Z Downloaded byteorder v1.5.0
3062026-08-12T20:42:59.654Z Downloaded memmap v0.7.0
3072026-08-12T20:42:59.654Z Downloaded is_terminal_polyfill v1.70.2
3082026-08-12T20:42:59.661Z Downloaded equivalent v1.0.2
3092026-08-12T20:42:59.661Z Downloaded block-buffer v0.10.4
3102026-08-12T20:42:59.661Z Downloaded anstream v1.0.0
3112026-08-12T20:42:59.661Z Downloaded memchr v2.8.0
3122026-08-12T20:42:59.661Z Downloaded bytecount v0.6.9
3132026-08-12T20:42:59.661Z Downloaded digest v0.10.7
3142026-08-12T20:42:59.661Z Downloaded fs-err v3.3.0
3152026-08-12T20:42:59.668Z Downloaded once_cell v1.21.3
3162026-08-12T20:42:59.668Z Downloaded cargo_toml v0.21.0
3172026-08-12T20:42:59.668Z Downloaded fastrand v2.3.0
3182026-08-12T20:42:59.668Z Downloaded itoa v1.0.17
3192026-08-12T20:42:59.675Z Downloaded heck v0.5.0
3202026-08-12T20:42:59.747Z Downloaded macaddr v1.0.1
3212026-08-12T20:42:59.747Z Downloaded plain v0.2.3
3222026-08-12T20:42:59.828Z Downloaded bitflags v2.11.0
3232026-08-12T20:42:59.828Z Downloaded smawk v0.3.2
3242026-08-12T20:42:59.828Z Downloaded errno v0.3.14
3252026-08-12T20:42:59.828Z Downloaded heck v0.4.1
3262026-08-12T20:42:59.828Z Downloaded usdt-attr-macro v0.5.0
3272026-08-12T20:42:59.828Z Downloaded anstyle-query v1.1.5
3282026-08-12T20:42:59.828Z Downloaded usdt v0.5.0
3292026-08-12T20:42:59.828Z Downloaded usdt-macro v0.5.0
3302026-08-12T20:42:59.828Z Downloaded proc-macro-error-attr v1.0.4
3312026-08-12T20:42:59.828Z Downloaded scroll_derive v0.12.1
3322026-08-12T20:42:59.829Z Downloaded tabled_derive v0.7.0
3332026-08-12T20:42:59.829Z Downloaded toml_datetime v0.6.11
3342026-08-12T20:42:59.829Z Downloaded cargo-platform v0.3.2
3352026-08-12T20:42:59.829Z Downloaded swrite v0.1.0
3362026-08-12T20:42:59.829Z Downloaded utf8parse v0.2.2
3372026-08-12T20:42:59.829Z Downloaded toml_write v0.1.2
3382026-08-12T20:42:59.829Z Downloaded unicode-linebreak v0.1.5
3392026-08-12T20:42:59.829Z Downloaded terminal_size v0.4.3
3402026-08-12T20:42:59.829Z Downloaded pretty-hex v0.4.1
3412026-08-12T20:42:59.829Z Downloaded cargo_metadata v0.23.1
3422026-08-12T20:42:59.829Z Downloaded thiserror-impl v1.0.69
3432026-08-12T20:42:59.829Z Downloaded thiserror-impl v2.0.18
3442026-08-12T20:42:59.829Z Downloaded thread-id v4.2.2
3452026-08-12T20:42:59.829Z Downloaded camino-tempfile v1.4.1
3462026-08-12T20:42:59.829Z Downloaded scroll v0.12.0
3472026-08-12T20:42:59.830Z Downloaded serde_spanned v0.6.9
3482026-08-12T20:42:59.830Z Downloaded serde_tokenstream v0.2.3
3492026-08-12T20:42:59.830Z Downloaded sha2 v0.10.9
3502026-08-12T20:42:59.830Z Downloaded thiserror v1.0.69
3512026-08-12T20:42:59.830Z Downloaded thiserror v2.0.18
3522026-08-12T20:42:59.830Z Downloaded autocfg v1.5.0
3532026-08-12T20:42:59.830Z Downloaded usdt-impl v0.5.0
3542026-08-12T20:42:59.830Z Downloaded proc-macro-error v1.0.4
3552026-08-12T20:42:59.830Z Downloaded strsim v0.11.1
3562026-08-12T20:42:59.830Z Downloaded quote v1.0.45
3572026-08-12T20:42:59.830Z Downloaded getrandom v0.4.1
3582026-08-12T20:42:59.831Z Downloaded pest_derive v2.8.6
3592026-08-12T20:42:59.831Z Downloaded papergrid v0.11.0
3602026-08-12T20:42:59.917Z Downloaded anyhow v1.0.102
3612026-08-12T20:42:59.917Z Downloaded tempfile v3.25.0
3622026-08-12T20:42:59.918Z Downloaded version_check v0.9.5
3632026-08-12T20:42:59.918Z Downloaded toml v0.8.23
3642026-08-12T20:42:59.918Z Downloaded pest_generator v2.8.6
3652026-08-12T20:42:59.918Z Downloaded zerocopy-derive v0.7.35
3662026-08-12T20:42:59.918Z Downloaded semver v1.0.28
3672026-08-12T20:42:59.918Z Downloaded unicode-ident v1.0.24
3682026-08-12T20:42:59.918Z Downloaded ucd-trie v0.1.7
3692026-08-12T20:42:59.918Z Downloaded serde_core v1.0.228
3702026-08-12T20:42:59.918Z Downloaded textwrap v0.16.2
3712026-08-12T20:42:59.918Z Downloaded pest_meta v2.8.6
3722026-08-12T20:42:59.919Z Downloaded proc-macro2 v1.0.106
3732026-08-12T20:42:59.919Z Downloaded toml_edit v0.22.27
3742026-08-12T20:42:59.919Z Downloaded serde_derive v1.0.228
3752026-08-12T20:42:59.919Z Downloaded indexmap v2.14.0
3762026-08-12T20:43:00.041Z Downloaded serde v1.0.228
3772026-08-12T20:43:00.041Z Downloaded typenum v1.20.1
3782026-08-12T20:43:00.041Z Downloaded pest v2.8.6
3792026-08-12T20:43:00.041Z Downloaded clap_builder v4.6.0
3802026-08-12T20:43:00.041Z Downloaded hashbrown v0.17.0
3812026-08-12T20:43:00.041Z Downloaded serde_json v1.0.151
3822026-08-12T20:43:00.041Z Downloaded goblin v0.8.2
3832026-08-12T20:43:00.041Z Downloaded winnow v0.7.14
3842026-08-12T20:43:00.042Z Downloaded tabled v0.15.0
3852026-08-12T20:43:00.123Z Downloaded syn v1.0.109
3862026-08-12T20:43:00.123Z Downloaded unicode-width v0.2.0
3872026-08-12T20:43:00.124Z Downloaded unicode-width v0.1.14
3882026-08-12T20:43:00.124Z Downloaded syn v2.0.117
3892026-08-12T20:43:00.124Z Downloaded rustix v1.1.3
3902026-08-12T20:43:00.124Z Downloaded libc v0.2.185
3912026-08-12T20:43:00.233Z Compiling proc-macro2 v1.0.106
3922026-08-12T20:43:00.234Z Compiling unicode-ident v1.0.24
3932026-08-12T20:43:00.234Z Compiling quote v1.0.45
3942026-08-12T20:43:00.234Z Compiling serde_core v1.0.228
3952026-08-12T20:43:00.234Z Compiling libc v0.2.185
3962026-08-12T20:43:00.234Z Compiling version_check v0.9.5
3972026-08-12T20:43:00.234Z Compiling memchr v2.8.0
3982026-08-12T20:43:00.234Z Compiling serde v1.0.228
3992026-08-12T20:43:00.484Z Compiling zmij v1.0.21
4002026-08-12T20:43:00.721Z Compiling ucd-trie v0.1.7
4012026-08-12T20:43:00.763Z Compiling thiserror v1.0.69
4022026-08-12T20:43:00.928Z Compiling itoa v1.0.17
4032026-08-12T20:43:01.013Z Compiling pest v2.8.6
4042026-08-12T20:43:01.066Z Compiling byteorder v1.5.0
4052026-08-12T20:43:01.101Z Compiling rustix v1.1.3
4062026-08-12T20:43:01.230Z Compiling errno v0.3.14
4072026-08-12T20:43:01.295Z Compiling serde_json v1.0.151
4082026-08-12T20:43:01.486Z Compiling bitflags v2.11.0
4092026-08-12T20:43:01.576Z Compiling syn v2.0.117
4102026-08-12T20:43:01.648Z Compiling thread-id v4.2.2
4112026-08-12T20:43:01.711Z Compiling proc-macro-error-attr v1.0.4
4122026-08-12T20:43:01.744Z Compiling usdt-impl v0.5.0
4132026-08-12T20:43:01.763Z Compiling camino v1.2.2
4142026-08-12T20:43:01.889Z Compiling syn v1.0.109
4152026-08-12T20:43:02.051Z Compiling pest_meta v2.8.6
4162026-08-12T20:43:02.169Z Compiling proc-macro-error v1.0.4
4172026-08-12T20:43:02.232Z Compiling getrandom v0.4.1
4182026-08-12T20:43:02.249Z Compiling plain v0.2.3
4192026-08-12T20:43:02.348Z Compiling log v0.4.29
4202026-08-12T20:43:02.365Z Compiling utf8parse v0.2.2
4212026-08-12T20:43:02.537Z Compiling hashbrown v0.17.0
4222026-08-12T20:43:02.583Z Compiling equivalent v1.0.2
4232026-08-12T20:43:02.642Z Compiling terminal_size v0.4.3
4242026-08-12T20:43:02.783Z Compiling anstyle-parse v1.0.0
4252026-08-12T20:43:03.050Z Compiling indexmap v2.14.0
4262026-08-12T20:43:03.300Z Compiling pretty-hex v0.4.1
4272026-08-12T20:43:03.355Z Compiling cfg-if v1.0.4
4282026-08-12T20:43:03.432Z Compiling is_terminal_polyfill v1.70.2
4292026-08-12T20:43:03.450Z Compiling thiserror v2.0.18
4302026-08-12T20:43:03.496Z Compiling colorchoice v1.0.4
4312026-08-12T20:43:03.533Z Compiling anstyle-query v1.1.5
4322026-08-12T20:43:03.619Z Compiling anstyle v1.0.14
4332026-08-12T20:43:03.651Z Compiling winnow v0.7.14
4342026-08-12T20:43:03.654Z Compiling autocfg v1.5.0
4352026-08-12T20:43:03.687Z Compiling toml_write v0.1.2
4362026-08-12T20:43:03.776Z Compiling pest_generator v2.8.6
4372026-08-12T20:43:03.860Z Compiling anstream v1.0.0
4382026-08-12T20:43:04.097Z Compiling fs-err v3.3.0
4392026-08-12T20:43:04.111Z Compiling anyhow v1.0.102
4402026-08-12T20:43:04.145Z Compiling heck v0.4.1
4412026-08-12T20:43:04.278Z Compiling fastrand v2.3.0
4422026-08-12T20:43:04.360Z Compiling strsim v0.11.1
4432026-08-12T20:43:04.378Z Compiling bytecount v0.6.9
4442026-08-12T20:43:04.407Z Compiling fnv v1.0.7
4452026-08-12T20:43:04.461Z Compiling once_cell v1.21.3
4462026-08-12T20:43:04.512Z Compiling unicode-width v0.1.14
4472026-08-12T20:43:04.518Z Compiling heck v0.5.0
4482026-08-12T20:43:04.555Z Compiling clap_lex v1.0.0
4492026-08-12T20:43:04.674Z Compiling tempfile v3.25.0
4502026-08-12T20:43:04.748Z Compiling papergrid v0.11.0
4512026-08-12T20:43:04.772Z Compiling clap_builder v4.6.0
4522026-08-12T20:43:04.899Z Compiling cargo-platform v0.3.2
4532026-08-12T20:43:04.915Z Compiling semver v1.0.28
4542026-08-12T20:43:04.930Z Compiling tabled_derive v0.7.0
4552026-08-12T20:43:05.046Z Compiling memmap v0.7.0
4562026-08-12T20:43:05.190Z Compiling smawk v0.3.2
4572026-08-12T20:43:05.221Z Compiling unicode-width v0.2.0
4582026-08-12T20:43:05.256Z Compiling unicode-linebreak v0.1.5
4592026-08-12T20:43:05.428Z Compiling serde_derive v1.0.228
4602026-08-12T20:43:05.497Z Compiling thiserror-impl v1.0.69
4612026-08-12T20:43:05.501Z Compiling zerocopy-derive v0.7.35
4622026-08-12T20:43:05.627Z Compiling pest_derive v2.8.6
4632026-08-12T20:43:05.631Z Compiling scroll_derive v0.12.1
4642026-08-12T20:43:05.910Z Compiling thiserror-impl v2.0.18
4652026-08-12T20:43:06.081Z Compiling clap_derive v4.6.1
4662026-08-12T20:43:06.245Z Compiling tabled v0.15.0
4672026-08-12T20:43:06.316Z Compiling scroll v0.12.0
4682026-08-12T20:43:06.380Z Compiling zerocopy v0.7.35
4692026-08-12T20:43:06.591Z Compiling goblin v0.8.2
4702026-08-12T20:43:06.883Z Compiling dtrace-parser v0.2.0
4712026-08-12T20:43:06.934Z Compiling textwrap v0.16.2
4722026-08-12T20:43:07.362Z Compiling camino-tempfile v1.4.1
4732026-08-12T20:43:07.393Z Compiling swrite v0.1.0
4742026-08-12T20:43:07.805Z Compiling clap v4.6.1
4752026-08-12T20:43:08.508Z Compiling dof v0.3.0
4762026-08-12T20:43:08.508Z Compiling serde_tokenstream v0.2.3
4772026-08-12T20:43:08.526Z Compiling toml_datetime v0.6.11
4782026-08-12T20:43:08.541Z Compiling serde_spanned v0.6.9
4792026-08-12T20:43:08.546Z Compiling macaddr v1.0.1
4802026-08-12T20:43:08.587Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4812026-08-12T20:43:08.604Z Compiling cargo_metadata v0.23.1
4822026-08-12T20:43:08.808Z Compiling toml_edit v0.22.27
4832026-08-12T20:43:09.269Z Compiling usdt-attr-macro v0.5.0
4842026-08-12T20:43:09.273Z Compiling usdt-macro v0.5.0
4852026-08-12T20:43:09.851Z Compiling usdt v0.5.0
4862026-08-12T20:43:10.116Z Compiling toml v0.8.23
4872026-08-12T20:43:10.453Z Compiling cargo_toml v0.21.0
4882026-08-12T20:43:11.731Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4892026-08-12T20:43:13.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.43s
4902026-08-12T20:43:13.962Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4912026-08-12T20:43:14.467Z Downloading crates ...
4922026-08-12T20:43:14.514Z Downloaded aead v0.6.1
4932026-08-12T20:43:14.521Z Downloaded arrayref v0.3.9
4942026-08-12T20:43:14.525Z Downloaded adler2 v2.0.1
4952026-08-12T20:43:14.529Z Downloaded async-stream v0.3.6
4962026-08-12T20:43:14.532Z Downloaded assert_matches v1.5.0
4972026-08-12T20:43:14.536Z Downloaded atomic-waker v1.1.2
4982026-08-12T20:43:14.540Z Downloaded bit-set v0.8.0
4992026-08-12T20:43:14.543Z Downloaded anstyle-parse v0.2.7
5002026-08-12T20:43:14.547Z Downloaded cfg_aliases v0.2.1
5012026-08-12T20:43:14.550Z Downloaded convert_case v0.4.0
5022026-08-12T20:43:14.550Z Downloaded foreign-types-shared v0.3.1
5032026-08-12T20:43:14.555Z Downloaded ascii-canvas v3.0.0
5042026-08-12T20:43:14.555Z Downloaded filetime v0.2.27
5052026-08-12T20:43:14.559Z Downloaded git-stub-vcs v0.1.0
5062026-08-12T20:43:14.559Z Downloaded block-buffer v0.12.1
5072026-08-12T20:43:14.562Z Downloaded ciborium-ll v0.2.2
5082026-08-12T20:43:14.562Z Downloaded futures-task v0.3.32
5092026-08-12T20:43:14.562Z Downloaded ghash v0.6.0
5102026-08-12T20:43:14.565Z Downloaded flagset v0.4.7
5112026-08-12T20:43:14.565Z Downloaded futures-sink v0.3.32
5122026-08-12T20:43:14.569Z Downloaded base64ct v1.8.3
5132026-08-12T20:43:14.569Z Downloaded futures-macro v0.3.32
5142026-08-12T20:43:14.572Z Downloaded git-stub v1.0.0
5152026-08-12T20:43:14.572Z Downloaded foreign-types v0.3.2
5162026-08-12T20:43:14.576Z Downloaded base16ct v1.0.0
5172026-08-12T20:43:14.579Z Downloaded bcrypt-pbkdf v0.11.0
5182026-08-12T20:43:14.579Z Downloaded find-msvc-tools v0.1.9
5192026-08-12T20:43:14.579Z Downloaded ff v0.14.0
5202026-08-12T20:43:14.585Z Downloaded env_filter v1.0.0
5212026-08-12T20:43:14.588Z Downloaded fixedbitset v0.4.2
5222026-08-12T20:43:14.588Z Downloaded futures-core v0.3.32
5232026-08-12T20:43:14.588Z Downloaded byte-wrapper v0.1.0
5242026-08-12T20:43:14.592Z Downloaded globwalk v0.9.1
5252026-08-12T20:43:14.592Z Downloaded compression-codecs v0.4.37
5262026-08-12T20:43:14.592Z Downloaded bitfield v0.19.4
5272026-08-12T20:43:14.595Z Downloaded bs58 v0.5.1
5282026-08-12T20:43:14.595Z Downloaded const_format_proc_macros v0.2.34
5292026-08-12T20:43:14.595Z Downloaded form_urlencoded v1.2.2
5302026-08-12T20:43:14.598Z Downloaded async-trait v0.1.89
5312026-08-12T20:43:14.598Z Downloaded blake2 v0.10.6
5322026-08-12T20:43:14.601Z Downloaded float-ord v0.3.2
5332026-08-12T20:43:14.602Z Downloaded foreign-types v0.5.0
5342026-08-12T20:43:14.602Z Downloaded foreign-types-macros v0.2.3
5352026-08-12T20:43:14.602Z Downloaded gethostname v0.5.0
5362026-08-12T20:43:14.605Z Downloaded bit-vec v0.6.3
5372026-08-12T20:43:14.608Z Downloaded globset v0.4.18
5382026-08-12T20:43:14.608Z Downloaded ff v0.13.1
5392026-08-12T20:43:14.612Z Downloaded fd-lock v4.0.4
5402026-08-12T20:43:14.612Z Downloaded fxhash v0.2.1
5412026-08-12T20:43:14.612Z Downloaded bitfield-macros v0.19.4
5422026-08-12T20:43:14.612Z Downloaded array-init v0.0.4
5432026-08-12T20:43:14.612Z Downloaded bb8 v0.8.6
5442026-08-12T20:43:14.615Z Downloaded aead v0.5.2
5452026-08-12T20:43:14.615Z Downloaded base16ct v0.2.0
5462026-08-12T20:43:14.615Z Downloaded fallible-iterator v0.2.0
5472026-08-12T20:43:14.618Z Downloaded backoff v0.4.0
5482026-08-12T20:43:14.621Z Downloaded headers v0.4.1
5492026-08-12T20:43:14.625Z Downloaded arrayvec v0.7.6
5502026-08-12T20:43:14.625Z Downloaded bzip2 v0.6.1
5512026-08-12T20:43:14.625Z Downloaded foldhash v0.1.5
5522026-08-12T20:43:14.628Z Downloaded futures-io v0.3.32
5532026-08-12T20:43:14.628Z Downloaded float-cmp v0.10.0
5542026-08-12T20:43:14.628Z Downloaded foreign-types-shared v0.1.1
5552026-08-12T20:43:14.628Z Downloaded hubpack_derive v0.1.1
5562026-08-12T20:43:14.632Z Downloaded atomicwrites v0.4.4
5572026-08-12T20:43:14.632Z Downloaded bitfield-struct v0.6.2
5582026-08-12T20:43:14.632Z Downloaded async-recursion v1.1.1
5592026-08-12T20:43:14.635Z Downloaded async-stream-impl v0.3.6
5602026-08-12T20:43:14.635Z Downloaded fixedbitset v0.5.7
5612026-08-12T20:43:14.635Z Downloaded env_logger v0.11.9
5622026-08-12T20:43:14.638Z Downloaded atty v0.2.14
5632026-08-12T20:43:14.638Z Downloaded http-range v0.1.5
5642026-08-12T20:43:14.642Z Downloaded ciborium-io v0.2.2
5652026-08-12T20:43:14.645Z Downloaded cobs v0.3.0
5662026-08-12T20:43:14.648Z Downloaded ahash v0.8.12
5672026-08-12T20:43:14.651Z Downloaded funty v2.0.0
5682026-08-12T20:43:14.654Z Downloaded hex v0.4.3
5692026-08-12T20:43:14.654Z Downloaded hubpack v0.1.2
5702026-08-12T20:43:14.654Z Downloaded futures v0.3.32
5712026-08-12T20:43:14.657Z Downloaded futures-channel v0.3.32
5722026-08-12T20:43:14.657Z Downloaded getrandom v0.2.17
5732026-08-12T20:43:14.661Z Downloaded fatfs v0.3.6
5742026-08-12T20:43:14.661Z Downloaded foldhash v0.2.0
5752026-08-12T20:43:14.661Z Downloaded glob v0.3.3
5762026-08-12T20:43:14.664Z Downloaded block-padding v0.4.2
5772026-08-12T20:43:14.664Z Downloaded generic-array v1.4.3
5782026-08-12T20:43:14.664Z Downloaded hostname v0.3.1
5792026-08-12T20:43:14.664Z Downloaded headers-core v0.3.0
5802026-08-12T20:43:14.667Z Downloaded bit-set v0.5.3
5812026-08-12T20:43:14.671Z Downloaded hash32 v0.3.1
5822026-08-12T20:43:14.674Z Downloaded hex-literal v1.1.0
5832026-08-12T20:43:14.674Z Downloaded home v0.5.12
5842026-08-12T20:43:14.677Z Downloaded fs-err v2.11.0
5852026-08-12T20:43:14.677Z Downloaded highway v1.3.0
5862026-08-12T20:43:14.680Z Downloaded hostname v0.4.2
5872026-08-12T20:43:14.680Z Downloaded futures-executor v0.3.32
5882026-08-12T20:43:14.680Z Downloaded castaway v0.2.4
5892026-08-12T20:43:14.684Z Downloaded num-conv v0.2.0
5902026-08-12T20:43:14.684Z Downloaded http-body v1.0.1
5912026-08-12T20:43:14.684Z Downloaded hyper-tls v0.6.0
5922026-08-12T20:43:14.687Z Downloaded hash32 v0.2.1
5932026-08-12T20:43:14.687Z Downloaded cfg_aliases v0.1.1
5942026-08-12T20:43:14.691Z Downloaded cipher v0.5.2
5952026-08-12T20:43:14.691Z Downloaded num v0.4.3
5962026-08-12T20:43:14.694Z Downloaded parse-display v0.10.0
5972026-08-12T20:43:14.694Z Downloaded phf_shared v0.13.1
5982026-08-12T20:43:14.694Z Downloaded progenitor-macro v0.14.0
5992026-08-12T20:43:14.698Z Downloaded potential_utf v0.1.4
6002026-08-12T20:43:14.701Z Downloaded openssl-probe v0.2.1
6012026-08-12T20:43:14.701Z Downloaded num_enum_derive v0.5.11
6022026-08-12T20:43:14.701Z Downloaded progenitor-macro v0.13.0
6032026-08-12T20:43:14.704Z Downloaded radium v0.7.0
6042026-08-12T20:43:14.704Z Downloaded rfc6979 v0.4.0
6052026-08-12T20:43:14.704Z Downloaded clang-sys v1.8.1
6062026-08-12T20:43:14.708Z Downloaded async-bb8-diesel v0.2.1
6072026-08-12T20:43:14.712Z Downloaded const-oid v0.10.2
6082026-08-12T20:43:14.715Z Downloaded erased-serde v0.3.31
6092026-08-12T20:43:14.715Z Downloaded fs_extra v1.3.0
6102026-08-12T20:43:14.718Z Downloaded hyper-staticfile v0.10.1
6112026-08-12T20:43:14.718Z Downloaded compression-core v0.4.31
6122026-08-12T20:43:14.718Z Downloaded bit-vec v0.8.0
6132026-08-12T20:43:14.718Z Downloaded http-body-util v0.1.3
6142026-08-12T20:43:14.723Z Downloaded httpdate v1.0.3
6152026-08-12T20:43:14.723Z Downloaded num-rational v0.4.2
6162026-08-12T20:43:14.723Z Downloaded cmov v0.5.4
6172026-08-12T20:43:14.723Z Downloaded predicates-core v1.0.10
6182026-08-12T20:43:14.723Z Downloaded predicates-tree v1.0.13
6192026-08-12T20:43:14.723Z Downloaded flate2 v1.1.9
6202026-08-12T20:43:14.727Z Downloaded getrandom v0.3.4
6212026-08-12T20:43:14.730Z Downloaded backon v1.6.0
6222026-08-12T20:43:14.730Z Downloaded quick-error v1.2.3
6232026-08-12T20:43:14.730Z Downloaded buf-list v1.1.2
6242026-08-12T20:43:14.733Z Downloaded base64 v0.22.1
6252026-08-12T20:43:14.733Z Downloaded sapling-renderdag v0.1.0
6262026-08-12T20:43:14.737Z Downloaded rustc_version v0.1.7
6272026-08-12T20:43:14.740Z Downloaded serde_bytes v0.11.19
6282026-08-12T20:43:14.743Z Downloaded base64 v0.21.7
6292026-08-12T20:43:14.746Z Downloaded slog-bunyan v2.5.0
6302026-08-12T20:43:14.751Z Downloaded blowfish v0.10.0
6312026-08-12T20:43:14.755Z Downloaded humantime v2.3.0
6322026-08-12T20:43:14.758Z Downloaded proc-macro-crate v1.3.1
6332026-08-12T20:43:14.758Z Downloaded anstream v0.6.21
6342026-08-12T20:43:14.758Z Downloaded chacha20 v0.9.1
6352026-08-12T20:43:14.762Z Downloaded cmake v0.1.57
6362026-08-12T20:43:14.762Z Downloaded constant_time_eq v0.4.2
6372026-08-12T20:43:14.765Z Downloaded shell-words v1.1.1
6382026-08-12T20:43:14.768Z Downloaded progenitor v0.13.0
6392026-08-12T20:43:14.771Z Downloaded progenitor-extras v0.2.0
6402026-08-12T20:43:14.772Z Downloaded tokio-test v0.4.5
6412026-08-12T20:43:14.775Z Downloaded strum v0.26.3
6422026-08-12T20:43:14.775Z Downloaded camino-tempfile-ext v0.3.3
6432026-08-12T20:43:14.778Z Downloaded cexpr v0.6.0
6442026-08-12T20:43:14.778Z Downloaded cipher v0.4.4
6452026-08-12T20:43:14.781Z Downloaded owo-colors v4.3.0
6462026-08-12T20:43:14.781Z Downloaded bcs v0.1.6
6472026-08-12T20:43:14.785Z Downloaded iana-time-zone v0.1.65
6482026-08-12T20:43:14.790Z Downloaded supports-color v3.0.2
6492026-08-12T20:43:14.793Z Downloaded tap v1.0.1
6502026-08-12T20:43:14.796Z Downloaded half v1.8.3
6512026-08-12T20:43:14.797Z Downloaded hyper-rustls v0.27.7
6522026-08-12T20:43:14.800Z Downloaded pem v3.0.6
6532026-08-12T20:43:14.800Z Downloaded termtree v0.5.1
6542026-08-12T20:43:14.800Z Downloaded tower-layer v0.3.3
6552026-08-12T20:43:14.800Z Downloaded same-file v1.0.6
6562026-08-12T20:43:14.804Z Downloaded argon2 v0.5.3
6572026-08-12T20:43:14.808Z Downloaded unicode-truncate v1.1.0
6582026-08-12T20:43:14.808Z Downloaded bitflags v1.3.2
6592026-08-12T20:43:14.811Z Downloaded topological-sort v0.2.2
6602026-08-12T20:43:14.811Z Downloaded untrusted v0.9.0
6612026-08-12T20:43:14.811Z Downloaded ciborium v0.2.2
6622026-08-12T20:43:14.815Z Downloaded colored v3.1.1
6632026-08-12T20:43:14.815Z Downloaded rand_core v0.6.4
6642026-08-12T20:43:14.819Z Downloaded argon2 v0.6.0-rc.8
6652026-08-12T20:43:14.819Z Downloaded bzip2 v0.4.4
6662026-08-12T20:43:14.820Z Downloaded rand_core v0.9.5
6672026-08-12T20:43:14.824Z Downloaded hmac v0.13.0
6682026-08-12T20:43:14.827Z Downloaded group v0.13.0
6692026-08-12T20:43:14.827Z Downloaded sec1 v0.7.3
6702026-08-12T20:43:14.827Z Downloaded void v1.0.2
6712026-08-12T20:43:14.828Z Downloaded zerofrom v0.1.6
6722026-08-12T20:43:14.828Z Downloaded cstr-argument v0.1.2
6732026-08-12T20:43:14.831Z Downloaded crc-catalog v2.4.0
6742026-08-12T20:43:14.831Z Downloaded strum_macros v0.27.2
6752026-08-12T20:43:14.837Z Downloaded sec1 v0.8.1
6762026-08-12T20:43:14.840Z Downloaded hybrid-array v0.4.13
6772026-08-12T20:43:14.840Z Downloaded poly1305 v0.9.0
6782026-08-12T20:43:14.843Z Downloaded slog-dtrace v0.3.0
6792026-08-12T20:43:14.843Z Downloaded string_cache v0.8.9
6802026-08-12T20:43:14.843Z Downloaded blake2 v0.11.0-rc.6
6812026-08-12T20:43:14.847Z Downloaded console v0.15.11
6822026-08-12T20:43:14.847Z Downloaded parking_lot_core v0.9.12
6832026-08-12T20:43:14.847Z Downloaded cassowary v0.3.0
6842026-08-12T20:43:14.850Z Downloaded group v0.14.0
6852026-08-12T20:43:14.850Z Downloaded cbc v0.2.1
6862026-08-12T20:43:14.850Z Downloaded chacha20 v0.10.0
6872026-08-12T20:43:14.854Z Downloaded colored v2.2.0
6882026-08-12T20:43:14.854Z Downloaded scroll v0.13.0
6892026-08-12T20:43:14.854Z Downloaded postcard v1.1.3
6902026-08-12T20:43:14.858Z Downloaded darling_macro v0.21.3
6912026-08-12T20:43:14.858Z Downloaded difflib v0.4.0
6922026-08-12T20:43:14.858Z Downloaded snafu-derive v0.8.9
6932026-08-12T20:43:14.858Z Downloaded sqlformat v0.3.5
6942026-08-12T20:43:14.858Z Downloaded downcast-rs v2.0.2
6952026-08-12T20:43:14.862Z Downloaded console v0.16.2
6962026-08-12T20:43:14.865Z Downloaded termios v0.3.3
6972026-08-12T20:43:14.865Z Downloaded tiny-keccak v2.0.2
6982026-08-12T20:43:14.869Z Downloaded toml_datetime v0.7.5+spec-1.1.0
6992026-08-12T20:43:14.872Z Downloaded ssh-encoding v0.3.0
7002026-08-12T20:43:14.876Z Downloaded defmt v0.3.100
7012026-08-12T20:43:14.876Z Downloaded tinystr v0.8.2
7022026-08-12T20:43:14.879Z Downloaded tokio-tungstenite v0.21.0
7032026-08-12T20:43:14.879Z Downloaded embedded-io v0.6.1
7042026-08-12T20:43:14.879Z Downloaded tui-tree-widget v0.23.1
7052026-08-12T20:43:14.882Z Downloaded rpassword v7.5.4
7062026-08-12T20:43:14.882Z Downloaded dunce v1.0.5
7072026-08-12T20:43:14.882Z Downloaded pbkdf2 v0.13.0
7082026-08-12T20:43:14.882Z Downloaded unicase v2.9.0
7092026-08-12T20:43:14.885Z Downloaded untrusted v0.7.1
7102026-08-12T20:43:14.886Z Downloaded pkcs8 v0.11.0
7112026-08-12T20:43:14.886Z Downloaded whoami v2.1.0
7122026-08-12T20:43:14.889Z Downloaded instability v0.3.11
7132026-08-12T20:43:14.893Z Downloaded new_debug_unreachable v1.0.6
7142026-08-12T20:43:14.896Z Downloaded illumos-nvpair-sys v0.2.0
7152026-08-12T20:43:14.900Z Downloaded hmac v0.12.1
7162026-08-12T20:43:14.903Z Downloaded vergen-lib v9.1.0
7172026-08-12T20:43:14.907Z Downloaded shlex v1.3.0
7182026-08-12T20:43:14.910Z Downloaded whoami v1.6.1
7192026-08-12T20:43:14.910Z Downloaded cpubits v0.1.1
7202026-08-12T20:43:14.916Z Downloaded rustls-native-certs v0.8.3
7212026-08-12T20:43:14.916Z Downloaded ctutils v0.4.2
7222026-08-12T20:43:14.919Z Downloaded convert_case v0.10.0
7232026-08-12T20:43:14.919Z Downloaded nonempty v0.12.0
7242026-08-12T20:43:14.919Z Downloaded openssl-probe v0.1.6
7252026-08-12T20:43:14.919Z Downloaded sha2 v0.11.0
7262026-08-12T20:43:14.919Z Downloaded smallvec v1.15.1
7272026-08-12T20:43:14.923Z Downloaded flume v0.11.1
7282026-08-12T20:43:14.923Z Downloaded num_threads v0.1.7
7292026-08-12T20:43:14.923Z Downloaded internet-checksum v0.2.1
7302026-08-12T20:43:14.923Z Downloaded jiff-static v0.2.34
7312026-08-12T20:43:14.926Z Downloaded half v2.7.1
7322026-08-12T20:43:14.926Z Downloaded lru-cache v0.1.2
7332026-08-12T20:43:14.926Z Downloaded oxide-update-engine-types v0.1.2
7342026-08-12T20:43:14.929Z Downloaded md-5 v0.10.6
7352026-08-12T20:43:14.929Z Downloaded cancel-safe-futures v0.1.5
7362026-08-12T20:43:14.929Z Downloaded const-oid v0.9.6
7372026-08-12T20:43:14.933Z Downloaded delegate v0.13.5
7382026-08-12T20:43:14.933Z Downloaded deranged v0.5.8
7392026-08-12T20:43:14.933Z Downloaded enum_dispatch v0.3.13
7402026-08-12T20:43:14.936Z Downloaded normalize-line-endings v0.3.0
7412026-08-12T20:43:14.940Z Downloaded lru v0.12.5
7422026-08-12T20:43:14.940Z Downloaded md5 v0.8.0
7432026-08-12T20:43:14.940Z Downloaded newtype_derive v0.1.6
7442026-08-12T20:43:14.943Z Downloaded num-iter v0.1.45
7452026-08-12T20:43:14.943Z Downloaded rcgen v0.12.1
7462026-08-12T20:43:14.946Z Downloaded packed_struct_codegen v0.10.1
7472026-08-12T20:43:14.946Z Downloaded icu_locale_core v2.1.1
7482026-08-12T20:43:14.950Z Downloaded either v1.15.0
7492026-08-12T20:43:14.950Z Downloaded der_derive v0.7.3
7502026-08-12T20:43:14.954Z Downloaded httparse v1.10.1
7512026-08-12T20:43:14.954Z Downloaded powerfmt v0.2.0
7522026-08-12T20:43:14.957Z Downloaded daft v0.1.7
7532026-08-12T20:43:14.960Z Downloaded ipnetwork v0.21.1
7542026-08-12T20:43:14.960Z Downloaded digest v0.11.3
7552026-08-12T20:43:14.964Z Downloaded libloading v0.8.9
7562026-08-12T20:43:14.964Z Downloaded libsw-core v0.3.2
7572026-08-12T20:43:14.967Z Downloaded peg-runtime v0.8.5
7582026-08-12T20:43:14.967Z Downloaded proc-macro-error-attr2 v2.0.0
7592026-08-12T20:43:14.967Z Downloaded rand_xorshift v0.4.0
7602026-08-12T20:43:14.967Z Downloaded rustc-hash v2.1.1
7612026-08-12T20:43:14.970Z Downloaded phf_shared v0.11.3
7622026-08-12T20:43:14.970Z Downloaded phf_shared v0.12.1
7632026-08-12T20:43:14.971Z Downloaded proc-macro-crate v3.4.0
7642026-08-12T20:43:14.974Z Downloaded heapless v0.8.0
7652026-08-12T20:43:14.977Z Downloaded bumpalo v3.20.2
7662026-08-12T20:43:14.980Z Downloaded heapless v0.7.17
7672026-08-12T20:43:14.984Z Downloaded allocator-api2 v0.2.21
7682026-08-12T20:43:14.984Z Downloaded signal-hook v0.3.18
7692026-08-12T20:43:14.988Z Downloaded lazy_static v1.5.0
7702026-08-12T20:43:14.988Z Downloaded ipnet v2.11.0
7712026-08-12T20:43:14.988Z Downloaded crossbeam-deque v0.8.6
7722026-08-12T20:43:14.988Z Downloaded crossbeam-epoch v0.9.18
7732026-08-12T20:43:14.991Z Downloaded scheduled-thread-pool v0.2.7
7742026-08-12T20:43:14.991Z Downloaded serde_spanned v1.1.1
7752026-08-12T20:43:14.995Z Downloaded zerocopy v0.6.6
7762026-08-12T20:43:14.998Z Downloaded derive-ex v0.1.8
7772026-08-12T20:43:15.002Z Downloaded p384 v0.14.0
7782026-08-12T20:43:15.005Z Downloaded pin-project v1.1.11
7792026-08-12T20:43:15.008Z Downloaded tinyvec v1.10.0
7802026-08-12T20:43:15.012Z Downloaded darling v0.21.3
7812026-08-12T20:43:15.015Z Downloaded scroll_derive v0.13.1
7822026-08-12T20:43:15.015Z Downloaded num_enum_derive v0.7.6
7832026-08-12T20:43:15.015Z Downloaded sha1 v0.11.0
7842026-08-12T20:43:15.015Z Downloaded sync-ptr v0.1.4
7852026-08-12T20:43:15.019Z Downloaded expectorate v1.2.0
7862026-08-12T20:43:15.019Z Downloaded bytes v1.11.1
7872026-08-12T20:43:15.022Z Downloaded paste v1.0.15
7882026-08-12T20:43:15.022Z Downloaded tracing-core v0.1.36
7892026-08-12T20:43:15.022Z Downloaded serde_cbor v0.11.2
7902026-08-12T20:43:15.032Z Downloaded serde_yaml v0.9.34+deprecated
7912026-08-12T20:43:15.035Z Downloaded tinyvec_macros v0.1.1
7922026-08-12T20:43:15.035Z Downloaded hashbrown v0.15.5
7932026-08-12T20:43:15.039Z Downloaded compact_str v0.8.1
7942026-08-12T20:43:15.042Z Downloaded const_format v0.2.35
7952026-08-12T20:43:15.045Z Downloaded r2d2 v0.8.10
7962026-08-12T20:43:15.045Z Downloaded ref-cast v1.0.25
7972026-08-12T20:43:15.048Z Downloaded oxide-tokio-rt v0.1.4
7982026-08-12T20:43:15.049Z Downloaded waitgroup v0.1.2
7992026-08-12T20:43:15.052Z Downloaded cpufeatures v0.3.0
8002026-08-12T20:43:15.052Z Downloaded wait-timeout v0.2.1
8012026-08-12T20:43:15.056Z Downloaded parking_lot_core v0.8.6
8022026-08-12T20:43:15.056Z Downloaded phf v0.13.1
8032026-08-12T20:43:15.056Z Downloaded primeorder v0.14.0
8042026-08-12T20:43:15.056Z Downloaded utf-8 v0.7.6
8052026-08-12T20:43:15.056Z Downloaded debug-ignore v1.0.5
8062026-08-12T20:43:15.060Z Downloaded usdt v0.6.0
8072026-08-12T20:43:15.060Z Downloaded zone_cfg_derive v0.3.1
8082026-08-12T20:43:15.065Z Downloaded serde_derive_internals v0.29.1
8092026-08-12T20:43:15.065Z Downloaded crc8 v0.1.1
8102026-08-12T20:43:15.065Z Downloaded zone v0.3.1
8112026-08-12T20:43:15.065Z Downloaded curve25519-dalek-derive v0.1.1
8122026-08-12T20:43:15.091Z Downloaded ar_archive_writer v0.5.1
8132026-08-12T20:43:15.091Z Downloaded ingot-macros v0.2.0
8142026-08-12T20:43:15.091Z Downloaded rand_chacha v0.9.0
8152026-08-12T20:43:15.092Z Downloaded typify v0.6.2
8162026-08-12T20:43:15.092Z Downloaded primeorder v0.13.6
8172026-08-12T20:43:15.092Z Downloaded rfc6979 v0.6.0
8182026-08-12T20:43:15.092Z Downloaded zopfli v0.8.3
8192026-08-12T20:43:15.092Z Downloaded darling_macro v0.13.4
8202026-08-12T20:43:15.092Z Downloaded dof v0.4.0
8212026-08-12T20:43:15.092Z Downloaded cc v1.2.56
8222026-08-12T20:43:15.092Z Downloaded derive_builder_macro v0.20.2
8232026-08-12T20:43:15.092Z Downloaded simd-adler32 v0.3.8
8242026-08-12T20:43:15.092Z Downloaded slog-json v2.6.1
8252026-08-12T20:43:15.092Z Downloaded slog-scope v4.4.1
8262026-08-12T20:43:15.092Z Downloaded slog-stdlog v4.1.1
8272026-08-12T20:43:15.097Z Downloaded rayon-core v1.13.0
8282026-08-12T20:43:15.097Z Downloaded darling v0.23.0
8292026-08-12T20:43:15.097Z Downloaded jobserver v0.1.34
8302026-08-12T20:43:15.097Z Downloaded rustls-pemfile v2.2.0
8312026-08-12T20:43:15.105Z Downloaded ident_case v1.0.1
8322026-08-12T20:43:15.105Z Downloaded is-terminal v0.4.17
8332026-08-12T20:43:15.105Z Downloaded is_ci v1.2.0
8342026-08-12T20:43:15.105Z Downloaded stringprep v0.1.5
8352026-08-12T20:43:15.105Z Downloaded support-bundle-viewer v0.1.2
8362026-08-12T20:43:15.105Z Downloaded dirs-sys-next v0.1.2
8372026-08-12T20:43:15.105Z Downloaded time-macros v0.2.27
8382026-08-12T20:43:15.105Z Downloaded hickory-resolver v0.24.4
8392026-08-12T20:43:15.112Z Downloaded hyper-util v0.1.20
8402026-08-12T20:43:15.112Z Downloaded icu_collections v2.1.1
8412026-08-12T20:43:15.122Z Downloaded inout v0.2.2
8422026-08-12T20:43:15.122Z Downloaded http v1.4.2
8432026-08-12T20:43:15.122Z Downloaded keccak v0.1.6
8442026-08-12T20:43:15.122Z Downloaded olpc-cjson v0.1.4
8452026-08-12T20:43:15.122Z Downloaded chacha20poly1305 v0.10.1
8462026-08-12T20:43:15.122Z Downloaded arc-swap v1.8.2
8472026-08-12T20:43:15.123Z Downloaded spki v0.8.0
8482026-08-12T20:43:15.130Z Downloaded ssh-cipher v0.3.0
8492026-08-12T20:43:15.130Z Downloaded strum_macros v0.26.4
8502026-08-12T20:43:15.130Z Downloaded rustls-pki-types v1.14.0
8512026-08-12T20:43:15.133Z Downloaded nibble_vec v0.1.0
8522026-08-12T20:43:15.133Z Downloaded walkdir v2.5.0
8532026-08-12T20:43:15.133Z Downloaded yoke v0.8.1
8542026-08-12T20:43:15.137Z Downloaded vsss-rs v3.3.4
8552026-08-12T20:43:15.137Z Downloaded path-slash v0.1.5
8562026-08-12T20:43:15.140Z Downloaded port-file v0.1.0
8572026-08-12T20:43:15.143Z Downloaded rand_chacha v0.3.1
8582026-08-12T20:43:15.143Z Downloaded hickory-resolver v0.25.2
8592026-08-12T20:43:15.146Z Downloaded rustls-webpki v0.103.13
8602026-08-12T20:43:15.147Z Downloaded defmt v1.0.1
8612026-08-12T20:43:15.150Z Downloaded hashbrown v0.12.3
8622026-08-12T20:43:15.153Z Downloaded ref-cast-impl v1.0.25
8632026-08-12T20:43:15.153Z Downloaded async-compression v0.4.41
8642026-08-12T20:43:15.156Z Downloaded csv-core v0.1.13
8652026-08-12T20:43:15.159Z Downloaded ecdsa v0.17.0
8662026-08-12T20:43:15.159Z Downloaded ecdsa v0.16.9
8672026-08-12T20:43:15.159Z Downloaded hickory-server v0.25.2
8682026-08-12T20:43:15.163Z Downloaded seq-macro v0.3.6
8692026-08-12T20:43:15.167Z Downloaded drift v0.2.0
8702026-08-12T20:43:15.171Z Downloaded yansi v1.0.1
8712026-08-12T20:43:15.174Z Downloaded russh-cryptovec v0.62.0
8722026-08-12T20:43:15.174Z Downloaded serde_plain v1.0.2
8732026-08-12T20:43:15.174Z Downloaded signal-hook-tokio v0.3.1
8742026-08-12T20:43:15.177Z Downloaded indoc v2.0.7
8752026-08-12T20:43:15.181Z Downloaded libefi-sys v0.1.0
8762026-08-12T20:43:15.181Z Downloaded serde_with_macros v3.21.0
8772026-08-12T20:43:15.186Z Downloaded impl-trait-for-tuples v0.2.3
8782026-08-12T20:43:15.189Z Downloaded maybe-uninit v2.0.0
8792026-08-12T20:43:15.189Z Downloaded libsw v3.5.0
8802026-08-12T20:43:15.189Z Downloaded native-tls v0.2.18
8812026-08-12T20:43:15.192Z Downloaded stable_deref_trait v1.2.1
8822026-08-12T20:43:15.192Z Downloaded mime_guess v2.0.5
8832026-08-12T20:43:15.195Z Downloaded typify-macro v0.6.2
8842026-08-12T20:43:15.195Z Downloaded wnaf v0.14.0
8852026-08-12T20:43:15.195Z Downloaded take_mut v0.2.2
8862026-08-12T20:43:15.198Z Downloaded aes-gcm v0.11.0
8872026-08-12T20:43:15.201Z Downloaded snafu v0.8.9
8882026-08-12T20:43:15.204Z Downloaded uuid v1.23.4
8892026-08-12T20:43:15.207Z Downloaded term v1.2.1
8902026-08-12T20:43:15.210Z Downloaded prefix-trie v0.7.0
8912026-08-12T20:43:15.210Z Downloaded url v2.5.8
8922026-08-12T20:43:15.213Z Downloaded indicatif v0.18.4
8932026-08-12T20:43:15.213Z Downloaded pem-rfc7468 v1.0.0
8942026-08-12T20:43:15.217Z Downloaded num-integer v0.1.46
8952026-08-12T20:43:15.217Z Downloaded tower-service v0.3.3
8962026-08-12T20:43:15.217Z Downloaded yasna v0.5.2
8972026-08-12T20:43:15.217Z Downloaded utf8_iter v1.0.4
8982026-08-12T20:43:15.220Z Downloaded phf v0.12.1
8992026-08-12T20:43:15.223Z Downloaded crunchy v0.2.4
9002026-08-12T20:43:15.231Z Downloaded crossbeam-channel v0.5.15
9012026-08-12T20:43:15.235Z Downloaded oxide-update-engine v0.1.2
9022026-08-12T20:43:15.235Z Downloaded parse-display-derive v0.10.0
9032026-08-12T20:43:15.238Z Downloaded progenitor v0.14.0
9042026-08-12T20:43:15.238Z Downloaded diesel_table_macro_syntax v0.3.0
9052026-08-12T20:43:15.242Z Downloaded display-error-chain v0.2.2
9062026-08-12T20:43:15.242Z Downloaded hashbrown v0.13.2
9072026-08-12T20:43:15.242Z Downloaded zerotrie v0.2.3
9082026-08-12T20:43:15.245Z Downloaded dyn-clone v1.0.20
9092026-08-12T20:43:15.245Z Downloaded darling v0.20.11
9102026-08-12T20:43:15.248Z Downloaded lzss v0.8.2
9112026-08-12T20:43:15.251Z Downloaded enum-as-inner v0.6.1
9122026-08-12T20:43:15.254Z Downloaded lru-slab v0.1.2
9132026-08-12T20:43:15.254Z Downloaded multimap v0.10.1
9142026-08-12T20:43:15.254Z Downloaded opaque-debug v0.3.1
9152026-08-12T20:43:15.254Z Downloaded serde_with_macros v1.5.2
9162026-08-12T20:43:15.257Z Downloaded spki v0.7.3
9172026-08-12T20:43:15.257Z Downloaded strum_macros v0.24.3
9182026-08-12T20:43:15.257Z Downloaded toml v0.7.8
9192026-08-12T20:43:15.260Z Downloaded indent_write v2.2.0
9202026-08-12T20:43:15.260Z Downloaded signal-hook-registry v1.4.8
9212026-08-12T20:43:15.263Z Downloaded oxide-update-engine-display v0.1.2
9222026-08-12T20:43:15.266Z Downloaded writeable v0.6.2
9232026-08-12T20:43:15.269Z Downloaded derive_builder_core v0.20.2
9242026-08-12T20:43:15.274Z Downloaded tungstenite v0.21.0
9252026-08-12T20:43:15.277Z Downloaded zstd-safe v7.2.4
9262026-08-12T20:43:15.282Z Downloaded signal-hook-mio v0.2.5
9272026-08-12T20:43:15.282Z Downloaded stacker v0.1.23
9282026-08-12T20:43:15.285Z Downloaded newtype-uuid-macros v0.1.0
9292026-08-12T20:43:15.285Z Downloaded ml-kem v0.3.2
9302026-08-12T20:43:15.285Z Downloaded synstructure v0.13.2
9312026-08-12T20:43:15.285Z Downloaded tls_codec v0.4.2
9322026-08-12T20:43:15.285Z Downloaded litemap v0.8.1
9332026-08-12T20:43:15.289Z Downloaded pkcs8 v0.10.2
9342026-08-12T20:43:15.289Z Downloaded precomputed-hash v0.1.1
9352026-08-12T20:43:15.292Z Downloaded test-strategy v0.4.5
9362026-08-12T20:43:15.292Z Downloaded rustyline v14.0.0
9372026-08-12T20:43:15.295Z Downloaded thiserror-no-std v2.0.2
9382026-08-12T20:43:15.298Z Downloaded uzers v0.12.2
9392026-08-12T20:43:15.302Z Downloaded x509-cert v0.2.5
9402026-08-12T20:43:15.305Z Downloaded ctr v0.10.1
9412026-08-12T20:43:15.305Z Downloaded displaydoc v0.2.5
9422026-08-12T20:43:15.309Z Downloaded tls_codec_derive v0.4.2
9432026-08-12T20:43:15.309Z Downloaded semver v0.1.20
9442026-08-12T20:43:15.312Z Downloaded serde-big-array v0.5.1
9452026-08-12T20:43:15.315Z Downloaded aes v0.9.1
9462026-08-12T20:43:15.318Z Downloaded p256 v0.14.0
9472026-08-12T20:43:15.321Z Downloaded rustversion v1.0.22
9482026-08-12T20:43:15.326Z Downloaded critical-section v1.2.0
9492026-08-12T20:43:15.332Z Downloaded tagptr v0.2.0
9502026-08-12T20:43:15.332Z Downloaded usdt-attr-macro v0.6.0
9512026-08-12T20:43:15.332Z Downloaded xshell-macros v0.2.7
9522026-08-12T20:43:15.336Z Downloaded futures-util v0.3.32
9532026-08-12T20:43:15.339Z Downloaded signature v3.0.0
9542026-08-12T20:43:15.339Z Downloaded quinn-udp v0.5.14
9552026-08-12T20:43:15.339Z Downloaded omicron-zone-package v0.12.3
9562026-08-12T20:43:15.342Z Downloaded twox-hash v2.1.2
9572026-08-12T20:43:15.347Z Downloaded ingot-types v0.2.0
9582026-08-12T20:43:15.350Z Downloaded polyval v0.7.1
9592026-08-12T20:43:15.350Z Downloaded crypto-common v0.2.2
9602026-08-12T20:43:15.353Z Downloaded thiserror-impl-no-std v2.0.2
9612026-08-12T20:43:15.353Z Downloaded unicode-segmentation v1.12.0
9622026-08-12T20:43:15.353Z Downloaded unarray v0.1.4
9632026-08-12T20:43:15.358Z Downloaded dropshot_endpoint v0.17.1
9642026-08-12T20:43:15.358Z Downloaded rand v0.10.1
9652026-08-12T20:43:15.361Z Downloaded vte v0.14.1
9662026-08-12T20:43:15.361Z Downloaded pkcs5 v0.8.1
9672026-08-12T20:43:15.361Z Downloaded crucible-workspace-hack v0.1.0
9682026-08-12T20:43:15.366Z Downloaded derive_more v0.99.20
9692026-08-12T20:43:15.370Z Downloaded dirs-next v2.0.0
9702026-08-12T20:43:15.370Z Downloaded endian-type v0.1.2
9712026-08-12T20:43:15.374Z Downloaded elliptic-curve v0.13.8
9722026-08-12T20:43:15.374Z Downloaded idna_adapter v1.2.1
9732026-08-12T20:43:15.386Z Downloaded resolv-conf v0.7.6
9742026-08-12T20:43:15.391Z Downloaded slab v0.4.12
9752026-08-12T20:43:15.391Z Downloaded slog-term v2.9.2
9762026-08-12T20:43:15.391Z Downloaded smallvec v0.6.14
9772026-08-12T20:43:15.394Z Downloaded litrs v1.0.0
9782026-08-12T20:43:15.394Z Downloaded peg-macros v0.8.5
9792026-08-12T20:43:15.394Z Downloaded memoffset v0.9.1
9802026-08-12T20:43:15.394Z Downloaded peg v0.8.5
9812026-08-12T20:43:15.398Z Downloaded proc-macro-error2 v2.0.1
9822026-08-12T20:43:15.403Z Downloaded ron v0.8.1
9832026-08-12T20:43:15.403Z Downloaded tokio-dtrace v0.1.1
9842026-08-12T20:43:15.403Z Downloaded icu_normalizer v2.1.1
9852026-08-12T20:43:15.406Z Downloaded libscf-sys v1.2.0
9862026-08-12T20:43:15.406Z Downloaded dropshot-api-manager-types v0.7.2
9872026-08-12T20:43:15.406Z Downloaded managed v0.8.0
9882026-08-12T20:43:15.413Z Downloaded steno v0.4.1
9892026-08-12T20:43:15.416Z Downloaded postgres-types v0.2.12
9902026-08-12T20:43:15.420Z Downloaded schemars_derive v0.8.22
9912026-08-12T20:43:15.423Z Downloaded strsim v0.10.0
9922026-08-12T20:43:15.423Z Downloaded corncobs v0.1.4
9932026-08-12T20:43:15.423Z Downloaded nu-ansi-term v0.50.3
9942026-08-12T20:43:15.430Z Downloaded slog-envlogger v2.2.0
9952026-08-12T20:43:15.433Z Downloaded oso-derive v0.27.3
9962026-08-12T20:43:15.433Z Downloaded quinn v0.11.11
9972026-08-12T20:43:15.436Z Downloaded strum v0.27.2
9982026-08-12T20:43:15.436Z Downloaded unicode_categories v0.1.1
9992026-08-12T20:43:15.439Z Downloaded pretty_assertions v1.4.1
10002026-08-12T20:43:15.442Z Downloaded rustls-platform-verifier v0.6.2
10012026-08-12T20:43:15.447Z Downloaded progenitor-impl v0.14.0
10022026-08-12T20:43:15.447Z Downloaded recursive v0.1.1
10032026-08-12T20:43:15.447Z Downloaded russh-util v0.52.0
10042026-08-12T20:43:15.450Z Downloaded ed25519 v3.0.0
10052026-08-12T20:43:15.453Z Downloaded samael v0.0.19
10062026-08-12T20:43:15.457Z Downloaded schemars v0.8.22
10072026-08-12T20:43:15.463Z Downloaded unit-prefix v0.5.2
10082026-08-12T20:43:15.466Z Downloaded serde_with v1.14.0
10092026-08-12T20:43:15.466Z Downloaded zerovec v0.11.5
10102026-08-12T20:43:15.469Z Downloaded vergen-git2 v9.1.0
10112026-08-12T20:43:15.472Z Downloaded multer v3.1.0
10122026-08-12T20:43:15.472Z Downloaded num_enum v0.7.6
10132026-08-12T20:43:15.477Z Downloaded tokio-tungstenite v0.23.1
10142026-08-12T20:43:15.480Z Downloaded zerofrom-derive v0.1.6
10152026-08-12T20:43:15.480Z Downloaded elliptic-curve v0.14.1
10162026-08-12T20:43:15.480Z Downloaded tokio-postgres v0.7.16
10172026-08-12T20:43:15.485Z Downloaded hashbrown v0.16.1
10182026-08-12T20:43:15.489Z Downloaded libbz2-rs-sys v0.2.2
10192026-08-12T20:43:15.489Z Downloaded tokio-stream v0.1.18
10202026-08-12T20:43:15.489Z Downloaded psm v0.1.30
10212026-08-12T20:43:15.492Z Downloaded toml v1.1.2+spec-1.1.0
10222026-08-12T20:43:15.492Z Downloaded parking_lot v0.12.5
10232026-08-12T20:43:15.495Z Downloaded pem-rfc7468 v0.7.0
10242026-08-12T20:43:15.495Z Downloaded crc v3.4.0
10252026-08-12T20:43:15.495Z Downloaded instant v0.1.13
10262026-08-12T20:43:15.496Z Downloaded digest-io v0.1.0
10272026-08-12T20:43:15.499Z Downloaded kstat-rs v0.2.5
10282026-08-12T20:43:15.499Z Downloaded scrypt v0.12.0
10292026-08-12T20:43:15.502Z Downloaded tokio-rustls v0.26.4
10302026-08-12T20:43:15.502Z Downloaded h2 v0.4.15
10312026-08-12T20:43:15.515Z Downloaded oxnet v0.1.6
10322026-08-12T20:43:15.518Z Downloaded pkg-config v0.3.32
10332026-08-12T20:43:15.518Z Downloaded nodrop v0.1.14
10342026-08-12T20:43:15.522Z Downloaded recursive-proc-macro-impl v0.1.1
10352026-08-12T20:43:15.522Z Downloaded maplit v1.0.2
10362026-08-12T20:43:15.525Z Downloaded percent-encoding v2.3.2
10372026-08-12T20:43:15.529Z Downloaded libxml v0.3.3
10382026-08-12T20:43:15.532Z Downloaded publicsuffix v2.3.0
10392026-08-12T20:43:15.535Z Downloaded toml_datetime v1.1.1+spec-1.1.0
10402026-08-12T20:43:15.535Z Downloaded toml_writer v1.1.1+spec-1.1.0
10412026-08-12T20:43:15.544Z Downloaded hkdf v0.13.0
10422026-08-12T20:43:15.547Z Downloaded scopeguard v1.2.0
10432026-08-12T20:43:15.547Z Downloaded ssh-key v0.7.0-rc.11
10442026-08-12T20:43:15.550Z Downloaded darling_core v0.21.3
10452026-08-12T20:43:15.553Z Downloaded darling_core v0.23.0
10462026-08-12T20:43:15.556Z Downloaded progenitor-client v0.14.0
10472026-08-12T20:43:15.556Z Downloaded serde_repr v0.1.20
10482026-08-12T20:43:15.560Z Downloaded xshell v0.2.7
10492026-08-12T20:43:15.560Z Downloaded xattr v1.6.1
10502026-08-12T20:43:15.560Z Downloaded scuffle v0.1.0
10512026-08-12T20:43:15.564Z Downloaded hyper v1.10.1
10522026-08-12T20:43:15.569Z Downloaded num-complex v0.4.6
10532026-08-12T20:43:15.569Z Downloaded mio v1.2.0
10542026-08-12T20:43:15.572Z Downloaded static_assertions v1.1.0
10552026-08-12T20:43:15.572Z Downloaded zerovec-derive v0.11.2
10562026-08-12T20:43:15.572Z Downloaded try-lock v0.2.5
10572026-08-12T20:43:15.572Z Downloaded testing_table v0.3.0
10582026-08-12T20:43:15.572Z Downloaded universal-hash v0.6.1
10592026-08-12T20:43:15.572Z Downloaded usdt-impl v0.6.0
10602026-08-12T20:43:15.575Z Downloaded structmeta v0.3.0
10612026-08-12T20:43:15.576Z Downloaded darling_macro v0.20.11
10622026-08-12T20:43:15.576Z Downloaded thread_local v1.1.9
10632026-08-12T20:43:15.576Z Downloaded hkdf v0.12.4
10642026-08-12T20:43:15.579Z Downloaded derive_builder v0.20.2
10652026-08-12T20:43:15.582Z Downloaded zstd v0.13.3
10662026-08-12T20:43:15.587Z Downloaded serdect v0.4.3
10672026-08-12T20:43:15.590Z Downloaded structmeta-derive v0.3.0
10682026-08-12T20:43:15.590Z Downloaded universal-hash v0.5.1
10692026-08-12T20:43:15.590Z Downloaded defmt-parser v1.0.0
10702026-08-12T20:43:15.590Z Downloaded serde_path_to_error v0.1.20
10712026-08-12T20:43:15.593Z Downloaded illumos-nvpair v0.3.0
10722026-08-12T20:43:15.593Z Downloaded zip v0.6.6
10732026-08-12T20:43:15.599Z Downloaded newtype-uuid v1.3.2
10742026-08-12T20:43:15.606Z Downloaded diesel_derives v2.3.7
10752026-08-12T20:43:15.610Z Downloaded icu_properties v2.1.2
10762026-08-12T20:43:15.610Z Downloaded icu_provider v2.1.1
10772026-08-12T20:43:15.613Z Downloaded ignore v0.4.25
10782026-08-12T20:43:15.613Z Downloaded ryu v1.0.23
10792026-08-12T20:43:15.613Z Downloaded pin-project-lite v0.2.17
10802026-08-12T20:43:15.617Z Downloaded progenitor-client v0.13.0
10812026-08-12T20:43:15.617Z Downloaded rand_seeder v0.4.0
10822026-08-12T20:43:15.620Z Downloaded psl-types v2.0.11
10832026-08-12T20:43:15.620Z Downloaded secrecy v0.10.3
10842026-08-12T20:43:15.624Z Downloaded signature v2.2.0
10852026-08-12T20:43:15.624Z Downloaded sigpipe v0.1.3
10862026-08-12T20:43:15.624Z Downloaded sqlparser_derive v0.5.0
10872026-08-12T20:43:15.624Z Downloaded tokio-macros v2.7.0
10882026-08-12T20:43:15.624Z Downloaded tabwriter v1.4.1
10892026-08-12T20:43:15.631Z Downloaded slog-async v2.8.0
10902026-08-12T20:43:15.635Z Downloaded subprocess v0.2.15
10912026-08-12T20:43:15.635Z Downloaded unicode-xid v0.2.6
10922026-08-12T20:43:15.640Z Downloaded salsa20 v0.11.0
10932026-08-12T20:43:15.640Z Downloaded serde-hex v0.1.0
10942026-08-12T20:43:15.649Z Downloaded dsl_auto_type v0.2.0
10952026-08-12T20:43:15.654Z Downloaded match_cfg v0.1.0
10962026-08-12T20:43:15.654Z Downloaded zeroize v1.9.0
10972026-08-12T20:43:15.654Z Downloaded dtrace-parser v0.3.0
10982026-08-12T20:43:15.657Z Downloaded nom v7.1.3
10992026-08-12T20:43:15.658Z Downloaded crc-any v2.5.0
11002026-08-12T20:43:15.667Z Downloaded socket2 v0.5.10
11012026-08-12T20:43:15.671Z Downloaded num-derive v0.4.2
11022026-08-12T20:43:15.671Z Downloaded derive-where v1.6.0
11032026-08-12T20:43:15.675Z Downloaded vergen-lib v0.1.6
11042026-08-12T20:43:15.675Z Downloaded password-hash v0.6.1
11052026-08-12T20:43:15.679Z Downloaded sponge-cursor v0.1.0
11062026-08-12T20:43:15.679Z Downloaded diff v0.1.13
11072026-08-12T20:43:15.682Z Downloaded packed_struct v0.10.1
11082026-08-12T20:43:15.686Z Downloaded serde_urlencoded v0.7.1
11092026-08-12T20:43:15.697Z Downloaded icu_normalizer_data v2.1.1
11102026-08-12T20:43:15.700Z Downloaded postgres-protocol v0.6.10
11112026-08-12T20:43:15.700Z Downloaded pin-project-internal v1.1.11
11122026-08-12T20:43:15.704Z Downloaded aho-corasick v1.1.4
11132026-08-12T20:43:15.708Z Downloaded rand_core v0.10.0
11142026-08-12T20:43:15.708Z Downloaded derive_more-impl v2.1.1
11152026-08-12T20:43:15.712Z Downloaded oso v0.27.3
11162026-08-12T20:43:15.712Z Downloaded rsa v0.9.10
11172026-08-12T20:43:15.716Z Downloaded ena v0.14.4
11182026-08-12T20:43:15.716Z Downloaded module-lattice v0.2.3
11192026-08-12T20:43:15.716Z Downloaded yoke-derive v0.8.1
11202026-08-12T20:43:15.720Z Downloaded inout v0.1.4
11212026-08-12T20:43:15.720Z Downloaded newline-converter v0.3.0
11222026-08-12T20:43:15.720Z Downloaded diesel-dtrace v0.5.0
11232026-08-12T20:43:15.728Z Downloaded cookie v0.18.1
11242026-08-12T20:43:15.731Z Downloaded indexmap v1.9.3
11252026-08-12T20:43:15.731Z Downloaded idna v1.1.0
11262026-08-12T20:43:15.732Z Downloaded linear-map v1.2.0
11272026-08-12T20:43:15.735Z Downloaded want v0.3.1
11282026-08-12T20:43:15.735Z Downloaded unicode-bidi v0.3.18
11292026-08-12T20:43:15.742Z Downloaded minimal-lexical v0.2.1
11302026-08-12T20:43:15.746Z Downloaded indoc v1.0.9
11312026-08-12T20:43:15.746Z Downloaded strip-ansi-escapes v0.2.1
11322026-08-12T20:43:15.746Z Downloaded sync_wrapper v1.0.2
11332026-08-12T20:43:15.746Z Downloaded icu_properties_data v2.1.2
11342026-08-12T20:43:15.752Z Downloaded pkcs1 v0.8.0-rc.4
11352026-08-12T20:43:15.752Z Downloaded subtle v2.6.1
11362026-08-12T20:43:15.752Z Downloaded num_enum v0.5.11
11372026-08-12T20:43:15.755Z Downloaded predicates v3.1.4
11382026-08-12T20:43:15.755Z Downloaded primefield v0.14.0
11392026-08-12T20:43:15.759Z Downloaded similar v2.7.0
11402026-08-12T20:43:15.762Z Downloaded daft-derive v0.1.7
11412026-08-12T20:43:15.762Z Downloaded ed25519-dalek v3.0.0
11422026-08-12T20:43:15.766Z Downloaded rustc_version v0.4.1
11432026-08-12T20:43:15.766Z Downloaded document-features v0.2.12
11442026-08-12T20:43:15.769Z Downloaded siphasher v1.0.2
11452026-08-12T20:43:15.770Z Downloaded usdt-macro v0.6.0
11462026-08-12T20:43:15.770Z Downloaded tough v0.22.0
11472026-08-12T20:43:15.773Z Downloaded spin v0.9.8
11482026-08-12T20:43:15.773Z Downloaded reedline v0.40.0
11492026-08-12T20:43:15.776Z Downloaded crossterm v0.29.0
11502026-08-12T20:43:15.779Z Downloaded crypto-bigint v0.5.5
11512026-08-12T20:43:15.784Z Downloaded pkcs1 v0.7.5
11522026-08-12T20:43:15.787Z Downloaded trait-variant v0.1.2
11532026-08-12T20:43:15.787Z Downloaded rand v0.9.2
11542026-08-12T20:43:15.787Z Downloaded time-core v0.1.8
11552026-08-12T20:43:15.790Z Downloaded vergen-gitcl v1.0.8
11562026-08-12T20:43:15.803Z Downloaded zeroize_derive v1.5.0
11572026-08-12T20:43:15.803Z Downloaded ppv-lite86 v0.2.21
11582026-08-12T20:43:15.803Z Downloaded secrecy v0.8.0
11592026-08-12T20:43:15.803Z Downloaded rand v0.8.6
11602026-08-12T20:43:15.807Z Downloaded wyz v0.5.1
11612026-08-12T20:43:15.807Z Downloaded darling_core v0.20.11
11622026-08-12T20:43:15.807Z Downloaded schemars v1.2.1
11632026-08-12T20:43:15.813Z Downloaded mime v0.3.17
11642026-08-12T20:43:15.816Z Downloaded password-hash v0.5.0
11652026-08-12T20:43:15.816Z Downloaded embedded-io v0.4.0
11662026-08-12T20:43:15.816Z Downloaded rand_pcg v0.10.2
11672026-08-12T20:43:15.816Z Downloaded kem v0.3.0
11682026-08-12T20:43:15.820Z Downloaded miniz_oxide v0.8.9
11692026-08-12T20:43:15.820Z Downloaded thread-id v5.1.0
11702026-08-12T20:43:15.820Z Downloaded lock_api v0.4.14
11712026-08-12T20:43:15.820Z Downloaded tokio-util v0.7.18
11722026-08-12T20:43:15.823Z Downloaded zerocopy-derive v0.8.40
11732026-08-12T20:43:15.829Z Downloaded tracing-attributes v0.1.31
11742026-08-12T20:43:15.832Z Downloaded poly1305 v0.8.0
11752026-08-12T20:43:15.832Z Downloaded rtoolbox v0.0.3
11762026-08-12T20:43:15.832Z Downloaded data-encoding v2.10.0
11772026-08-12T20:43:15.832Z Downloaded unicode-properties v0.1.4
11782026-08-12T20:43:15.832Z Downloaded num-traits v0.2.19
11792026-08-12T20:43:15.835Z Downloaded darling_macro v0.23.0
11802026-08-12T20:43:15.836Z Downloaded aws-lc-rs v1.16.3
11812026-08-12T20:43:15.839Z Downloaded progenitor-impl v0.13.0
11822026-08-12T20:43:15.842Z Downloaded term v0.7.0
11832026-08-12T20:43:15.842Z Downloaded jiff-core v0.1.0
11842026-08-12T20:43:15.845Z Downloaded keccak v0.2.0
11852026-08-12T20:43:15.848Z Downloaded lalrpop-util v0.19.12
11862026-08-12T20:43:15.848Z Downloaded linked-hash-map v0.5.6
11872026-08-12T20:43:15.852Z Downloaded openssl-macros v0.1.1
11882026-08-12T20:43:15.853Z Downloaded sha3 v0.12.0
11892026-08-12T20:43:15.853Z Downloaded unicode-normalization v0.1.25
11902026-08-12T20:43:15.856Z Downloaded tar v0.4.46
11912026-08-12T20:43:15.860Z Downloaded ed25519 v2.2.3
11922026-08-12T20:43:15.863Z Downloaded parking_lot v0.11.2
11932026-08-12T20:43:15.863Z Downloaded ingot v0.2.1
11942026-08-12T20:43:15.866Z Downloaded rusty-fork v0.3.1
11952026-08-12T20:43:15.869Z Downloaded parse-size v1.1.0
11962026-08-12T20:43:15.872Z Downloaded tokio-native-tls v0.3.1
11972026-08-12T20:43:15.877Z Downloaded darling_core v0.13.4
11982026-08-12T20:43:15.880Z Downloaded darling v0.13.4
11992026-08-12T20:43:15.880Z Downloaded num-bigint-dig v0.8.6
12002026-08-12T20:43:15.883Z Downloaded ed25519-dalek v2.2.0
12012026-08-12T20:43:15.887Z Downloaded sha1 v0.10.6
12022026-08-12T20:43:15.890Z Downloaded bindgen v0.71.1
12032026-08-12T20:43:15.895Z Downloaded defmt-macros v1.0.1
12042026-08-12T20:43:15.895Z Downloaded der v0.8.0
12052026-08-12T20:43:15.898Z Downloaded phc v0.6.1
12062026-08-12T20:43:15.898Z Downloaded git2 v0.20.4
12072026-08-12T20:43:15.901Z Downloaded typed-path v0.9.3
12082026-08-12T20:43:15.904Z Downloaded nanorand v0.7.0
12092026-08-12T20:43:15.909Z Downloaded vergen v9.1.0
12102026-08-12T20:43:15.909Z Downloaded crc32fast v1.5.0
12112026-08-12T20:43:15.920Z Downloaded tower v0.5.3
12122026-08-12T20:43:15.925Z Downloaded blake3 v1.8.5
12132026-08-12T20:43:15.931Z Downloaded des v0.9.0
12142026-08-12T20:43:15.934Z Downloaded smf v0.2.3
12152026-08-12T20:43:15.934Z Downloaded derive_more v2.1.1
12162026-08-12T20:43:15.938Z Downloaded toml_parser v1.1.2+spec-1.1.0
12172026-08-12T20:43:15.941Z Downloaded slog v2.8.2
12182026-08-12T20:43:15.944Z Downloaded toml_edit v0.23.10+spec-1.0.0
12192026-08-12T20:43:15.944Z Downloaded memmap2 v0.9.10
12202026-08-12T20:43:15.947Z Downloaded socket2 v0.6.3
12212026-08-12T20:43:15.947Z Downloaded nom v8.0.0
12222026-08-12T20:43:15.956Z Downloaded crossbeam-utils v0.8.21
12232026-08-12T20:43:15.962Z Downloaded russh v0.62.4
12242026-08-12T20:43:15.966Z Downloaded itertools v0.10.5
12252026-08-12T20:43:15.969Z Downloaded prettyplease v0.2.37
12262026-08-12T20:43:15.972Z Downloaded tungstenite v0.23.0
12272026-08-12T20:43:15.975Z Downloaded num-bigint v0.4.6
12282026-08-12T20:43:15.978Z Downloaded goblin v0.10.5
12292026-08-12T20:43:15.981Z Downloaded rawzip v0.4.4
12302026-08-12T20:43:15.986Z Downloaded zip v4.6.1
12312026-08-12T20:43:15.989Z Downloaded time v0.3.47
12322026-08-12T20:43:15.993Z Downloaded cookie_store v0.22.1
12332026-08-12T20:43:15.995Z Downloaded unsafe-libyaml v0.2.11
12342026-08-12T20:43:16.000Z Downloaded toml_edit v0.19.15
12352026-08-12T20:43:16.008Z Downloaded openssl-sys v0.9.117
12362026-08-12T20:43:16.012Z Downloaded tower-http v0.6.8
12372026-08-12T20:43:16.018Z Downloaded bitvec v1.0.1
12382026-08-12T20:43:16.025Z Downloaded schemars v0.9.0
12392026-08-12T20:43:16.033Z Downloaded itertools v0.12.1
12402026-08-12T20:43:16.038Z Downloaded winnow v0.6.26
12412026-08-12T20:43:16.043Z Downloaded winnow v1.0.3
12422026-08-12T20:43:16.049Z Downloaded qorb v0.4.1
12432026-08-12T20:43:16.055Z Downloaded rsa v0.10.0-rc.18
12442026-08-12T20:43:16.059Z Downloaded der v0.7.10
12452026-08-12T20:43:16.065Z Downloaded rayon v1.11.0
12462026-08-12T20:43:16.071Z Downloaded iddqd v0.4.2
12472026-08-12T20:43:16.076Z Downloaded p384 v0.13.1
12482026-08-12T20:43:16.080Z Downloaded winnow v0.5.40
12492026-08-12T20:43:16.085Z Downloaded iri-string v0.7.10
12502026-08-12T20:43:16.089Z Downloaded chrono v0.4.45
12512026-08-12T20:43:16.096Z Downloaded reqwest v0.12.28
12522026-08-12T20:43:16.103Z Downloaded tabled v0.21.0
12532026-08-12T20:43:16.113Z Downloaded regex v1.12.3
12542026-08-12T20:43:16.126Z Downloaded hickory-proto v0.24.4
12552026-08-12T20:43:16.139Z Downloaded crossterm v0.28.1
12562026-08-12T20:43:16.144Z Downloaded crypto-primes v0.7.2
12572026-08-12T20:43:16.152Z Downloaded proptest v1.11.0
12582026-08-12T20:43:16.158Z Downloaded internal-russh-num-bigint v0.5.0
12592026-08-12T20:43:16.163Z Downloaded dropshot-api-manager v0.7.2
12602026-08-12T20:43:16.166Z Downloaded libm v0.2.16
12612026-08-12T20:43:16.189Z Downloaded itertools v0.13.0
12622026-08-12T20:43:16.193Z Downloaded petname v2.0.2
12632026-08-12T20:43:16.199Z Downloaded vcpkg v0.2.15
12642026-08-12T20:43:16.223Z Downloaded itertools v0.15.0
12652026-08-12T20:43:16.226Z Downloaded object v0.30.4
12662026-08-12T20:43:16.230Z Downloaded quick-xml v0.37.5
12672026-08-12T20:43:16.234Z Downloaded lalrpop v0.19.12
12682026-08-12T20:43:16.240Z Downloaded reqwest v0.13.2
12692026-08-12T20:43:16.243Z Downloaded salty v0.3.0
12702026-08-12T20:43:16.246Z Downloaded moka v0.12.13
12712026-08-12T20:43:16.258Z Downloaded regex-syntax v0.6.29
12722026-08-12T20:43:16.267Z Downloaded p521 v0.14.0
12732026-08-12T20:43:16.282Z Downloaded hickory-proto v0.25.2
12742026-08-12T20:43:16.291Z Downloaded zerocopy v0.8.40
12752026-08-12T20:43:16.304Z Downloaded itertools v0.14.0
12762026-08-12T20:43:16.308Z Downloaded curve25519-dalek v4.1.3
12772026-08-12T20:43:16.313Z Downloaded radix_trie v0.2.1
12782026-08-12T20:43:16.327Z Downloaded nix v0.28.0
12792026-08-12T20:43:16.336Z Downloaded openssl v0.10.80
12802026-08-12T20:43:16.348Z Downloaded smoltcp v0.9.1
12812026-08-12T20:43:16.380Z Downloaded portable-atomic v1.13.1
12822026-08-12T20:43:16.386Z Downloaded rustix v0.38.44
12832026-08-12T20:43:16.398Z Downloaded bstr v1.12.1
12842026-08-12T20:43:16.403Z Downloaded crypto-bigint v0.7.5
12852026-08-12T20:43:16.411Z Downloaded object v0.37.3
12862026-08-12T20:43:16.418Z Downloaded dropshot v0.17.1
12872026-08-12T20:43:16.432Z Downloaded regex-syntax v0.8.10
12882026-08-12T20:43:16.435Z Downloaded ratatui v0.29.0
12892026-08-12T20:43:16.447Z Downloaded openapiv3 v2.2.0
12902026-08-12T20:43:16.455Z Downloaded serde_with v3.21.0
12912026-08-12T20:43:16.463Z Downloaded diesel v2.3.7
12922026-08-12T20:43:16.475Z Downloaded nix v0.31.2
12932026-08-12T20:43:16.479Z Downloaded papergrid v0.18.0
12942026-08-12T20:43:16.482Z Downloaded regress v0.11.1
12952026-08-12T20:43:16.486Z Downloaded petgraph v0.6.5
12962026-08-12T20:43:16.498Z Downloaded smoltcp v0.11.0
12972026-08-12T20:43:16.508Z Downloaded zlib-rs v0.6.2
12982026-08-12T20:43:16.512Z Downloaded nix v0.27.1
12992026-08-12T20:43:16.516Z Downloaded polar-core v0.27.3
13002026-08-12T20:43:16.519Z Downloaded quinn-proto v0.11.16
13012026-08-12T20:43:16.523Z Downloaded petgraph v0.8.3
13022026-08-12T20:43:16.534Z Downloaded jiff v0.2.34
13032026-08-12T20:43:16.542Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13042026-08-12T20:43:16.557Z Downloaded csv v1.4.0
13052026-08-12T20:43:16.564Z Downloaded regress v0.10.5
13062026-08-12T20:43:16.586Z Downloaded rustls v0.23.41
13072026-08-12T20:43:16.618Z Downloaded curve25519-dalek v5.0.0
13082026-08-12T20:43:16.626Z Downloaded libgit2-sys v0.18.3+1.9.2
13092026-08-12T20:43:16.655Z Downloaded tracing v0.1.44
13102026-08-12T20:43:16.667Z Downloaded typify-impl v0.6.2
13112026-08-12T20:43:16.675Z Downloaded sled v0.34.7
13122026-08-12T20:43:16.681Z Downloaded sqlparser v0.61.0
13132026-08-12T20:43:16.721Z Downloaded sha3 v0.11.0
13142026-08-12T20:43:16.736Z Downloaded regex-automata v0.4.14
13152026-08-12T20:43:16.751Z Downloaded bzip2-sys v0.1.13+1.0.8
13162026-08-12T20:43:16.781Z Downloaded zerocopy-derive v0.6.6
13172026-08-12T20:43:16.876Z Downloaded chrono-tz v0.10.4
13182026-08-12T20:43:16.904Z Downloaded sha3 v0.10.8
13192026-08-12T20:43:16.922Z Downloaded libz-sys v1.1.24
13202026-08-12T20:43:16.932Z Downloaded tokio v1.52.1
13212026-08-12T20:43:17.029Z Downloaded encoding_rs v0.8.35
13222026-08-12T20:43:17.052Z Downloaded ring v0.17.14
13232026-08-12T20:43:17.734Z Downloaded aws-lc-sys v0.40.0
13242026-08-12T20:43:17.990Z Compiling libc v0.2.185
13252026-08-12T20:43:17.990Z Compiling serde_core v1.0.228
13262026-08-12T20:43:17.990Z Compiling serde v1.0.228
13272026-08-12T20:43:17.993Z Compiling log v0.4.29
13282026-08-12T20:43:17.993Z Compiling smallvec v1.15.1
13292026-08-12T20:43:17.993Z Compiling find-msvc-tools v0.1.9
13302026-08-12T20:43:17.993Z Compiling shlex v1.3.0
13312026-08-12T20:43:17.993Z Compiling syn v2.0.117
13322026-08-12T20:43:18.356Z Compiling subtle v2.6.1
13332026-08-12T20:43:18.359Z Compiling scopeguard v1.2.0
13342026-08-12T20:43:18.396Z Compiling typenum v1.20.1
13352026-08-12T20:43:18.436Z Compiling stable_deref_trait v1.2.1
13362026-08-12T20:43:18.467Z Compiling lock_api v0.4.14
13372026-08-12T20:43:18.482Z Compiling zerocopy v0.8.40
13382026-08-12T20:43:18.506Z Compiling portable-atomic v1.13.1
13392026-08-12T20:43:18.520Z Compiling serde_json v1.0.151
13402026-08-12T20:43:18.687Z Compiling critical-section v1.2.0
13412026-08-12T20:43:18.719Z Compiling libm v0.2.16
13422026-08-12T20:43:18.792Z Compiling num-traits v0.2.19
13432026-08-12T20:43:18.900Z Compiling pkg-config v0.3.32
13442026-08-12T20:43:18.941Z Compiling errno v0.3.14
13452026-08-12T20:43:18.974Z Compiling jobserver v0.1.34
13462026-08-12T20:43:19.005Z Compiling getrandom v0.2.17
13472026-08-12T20:43:19.183Z Compiling cc v1.2.56
13482026-08-12T20:43:19.237Z Compiling rand_core v0.6.4
13492026-08-12T20:43:19.458Z Compiling once_cell v1.21.3
13502026-08-12T20:43:19.526Z Compiling generic-array v0.14.7
13512026-08-12T20:43:19.540Z Compiling getrandom v0.4.1
13522026-08-12T20:43:19.553Z Compiling const-oid v0.9.6
13532026-08-12T20:43:19.671Z Compiling pin-project-lite v0.2.17
13542026-08-12T20:43:19.715Z Compiling parking_lot_core v0.9.12
13552026-08-12T20:43:19.817Z Compiling rand_core v0.10.0
13562026-08-12T20:43:20.279Z Compiling bitflags v2.11.0
13572026-08-12T20:43:20.308Z Compiling signal-hook-registry v1.4.8
13582026-08-12T20:43:20.323Z Compiling litemap v0.8.1
13592026-08-12T20:43:20.363Z Compiling writeable v0.6.2
13602026-08-12T20:43:20.513Z Compiling percent-encoding v2.3.2
13612026-08-12T20:43:20.527Z Compiling futures-core v0.3.32
13622026-08-12T20:43:20.562Z Compiling semver v1.0.28
13632026-08-12T20:43:20.581Z Compiling parking_lot v0.12.5
13642026-08-12T20:43:20.648Z Compiling mio v1.2.0
13652026-08-12T20:43:20.676Z Compiling icu_normalizer_data v2.1.1
13662026-08-12T20:43:20.707Z Compiling icu_properties_data v2.1.2
13672026-08-12T20:43:20.861Z Compiling socket2 v0.6.3
13682026-08-12T20:43:20.900Z Compiling getrandom v0.3.4
13692026-08-12T20:43:20.986Z Compiling futures-sink v0.3.32
13702026-08-12T20:43:21.018Z Compiling indexmap v2.14.0
13712026-08-12T20:43:21.090Z Compiling synstructure v0.13.2
13722026-08-12T20:43:21.103Z Compiling futures-channel v0.3.32
13732026-08-12T20:43:21.150Z Compiling futures-task v0.3.32
13742026-08-12T20:43:21.308Z Compiling futures-io v0.3.32
13752026-08-12T20:43:21.331Z Compiling utf8_iter v1.0.4
13762026-08-12T20:43:21.334Z Compiling rustix v1.1.3
13772026-08-12T20:43:21.466Z Compiling slab v0.4.12
13782026-08-12T20:43:21.480Z Compiling form_urlencoded v1.2.2
13792026-08-12T20:43:21.486Z Compiling rustversion v1.0.22
13802026-08-12T20:43:21.646Z Compiling iana-time-zone v0.1.65
13812026-08-12T20:43:21.659Z Compiling base64ct v1.8.3
13822026-08-12T20:43:21.684Z Compiling cmake v0.1.57
13832026-08-12T20:43:21.699Z Compiling fs_extra v1.3.0
13842026-08-12T20:43:21.807Z Compiling dunce v1.0.5
13852026-08-12T20:43:21.845Z Compiling ident_case v1.0.1
13862026-08-12T20:43:21.899Z Compiling pem-rfc7468 v0.7.0
13872026-08-12T20:43:21.943Z Compiling flagset v0.4.7
13882026-08-12T20:43:21.961Z Compiling regex-syntax v0.8.10
13892026-08-12T20:43:21.964Z Compiling rand_core v0.9.5
13902026-08-12T20:43:22.070Z Compiling uuid v1.23.4
13912026-08-12T20:43:22.084Z Compiling aws-lc-sys v0.40.0
13922026-08-12T20:43:22.202Z Compiling base64 v0.22.1
13932026-08-12T20:43:22.255Z Compiling syn v1.0.109
13942026-08-12T20:43:22.462Z Compiling vcpkg v0.2.15
13952026-08-12T20:43:22.529Z Compiling serde_derive_internals v0.29.1
13962026-08-12T20:43:22.613Z Compiling rustc_version v0.4.1
13972026-08-12T20:43:22.774Z Compiling tracing-core v0.1.36
13982026-08-12T20:43:22.845Z Compiling serde_derive v1.0.228
13992026-08-12T20:43:22.938Z Compiling zeroize_derive v1.5.0
14002026-08-12T20:43:23.093Z Compiling zerofrom-derive v0.1.6
14012026-08-12T20:43:23.193Z Compiling zerocopy-derive v0.8.40
14022026-08-12T20:43:23.342Z Compiling yoke-derive v0.8.1
14032026-08-12T20:43:23.437Z Compiling zerovec-derive v0.11.2
14042026-08-12T20:43:23.603Z Compiling zeroize v1.9.0
14052026-08-12T20:43:23.816Z Compiling displaydoc v0.2.5
14062026-08-12T20:43:24.531Z Compiling zerofrom v0.1.6
14072026-08-12T20:43:24.545Z Compiling tokio-macros v2.7.0
14082026-08-12T20:43:24.577Z Compiling futures-macro v0.3.32
14092026-08-12T20:43:24.592Z Compiling der_derive v0.7.3
14102026-08-12T20:43:24.654Z Compiling yoke v0.8.1
14112026-08-12T20:43:24.838Z Compiling zerovec v0.11.5
14122026-08-12T20:43:24.916Z Compiling zerotrie v0.2.3
14132026-08-12T20:43:25.283Z Compiling crypto-common v0.1.7
14142026-08-12T20:43:25.311Z Compiling block-buffer v0.10.4
14152026-08-12T20:43:25.374Z Compiling tinystr v0.8.2
14162026-08-12T20:43:25.395Z Compiling potential_utf v0.1.4
14172026-08-12T20:43:25.430Z Compiling futures-util v0.3.32
14182026-08-12T20:43:25.483Z Compiling digest v0.10.7
14192026-08-12T20:43:25.553Z Compiling icu_locale_core v2.1.1
14202026-08-12T20:43:25.557Z Compiling icu_collections v2.1.1
14212026-08-12T20:43:25.581Z Compiling thiserror-impl v2.0.18
14222026-08-12T20:43:25.725Z Compiling der v0.7.10
14232026-08-12T20:43:26.045Z Compiling openssl-sys v0.9.117
14242026-08-12T20:43:26.413Z Compiling bytes v1.11.1
14252026-08-12T20:43:26.435Z Compiling icu_provider v2.1.1
14262026-08-12T20:43:26.562Z Compiling chrono v0.4.45
14272026-08-12T20:43:26.730Z Compiling icu_properties v2.1.2
14282026-08-12T20:43:26.918Z Compiling tokio v1.52.1
14292026-08-12T20:43:26.936Z Compiling icu_normalizer v2.1.1
14302026-08-12T20:43:27.021Z Compiling thiserror v2.0.18
14312026-08-12T20:43:27.128Z Compiling http v1.4.2
14322026-08-12T20:43:27.469Z Compiling spki v0.7.3
14332026-08-12T20:43:27.674Z Compiling idna_adapter v1.2.1
14342026-08-12T20:43:27.718Z Compiling ppv-lite86 v0.2.21
14352026-08-12T20:43:27.735Z Compiling tracing-attributes v0.1.31
14362026-08-12T20:43:27.800Z Compiling idna v1.1.0
14372026-08-12T20:43:27.814Z Compiling schemars v0.8.22
14382026-08-12T20:43:27.925Z Compiling cpufeatures v0.2.17
14392026-08-12T20:43:28.001Z Compiling rand_chacha v0.9.0
14402026-08-12T20:43:28.016Z Compiling dyn-clone v1.0.20
14412026-08-12T20:43:28.029Z Compiling aws-lc-rs v1.16.3
14422026-08-12T20:43:28.061Z Compiling http-body v1.0.1
14432026-08-12T20:43:28.147Z Compiling url v2.5.8
14442026-08-12T20:43:28.209Z Compiling rand v0.9.2
14452026-08-12T20:43:28.301Z Compiling pkcs8 v0.10.2
14462026-08-12T20:43:28.503Z Compiling rustls-pki-types v1.14.0
14472026-08-12T20:43:28.552Z Compiling schemars_derive v0.8.22
14482026-08-12T20:43:28.916Z Compiling spin v0.9.8
14492026-08-12T20:43:28.939Z Compiling tinyvec_macros v0.1.1
14502026-08-12T20:43:28.954Z Compiling crc32fast v1.5.0
14512026-08-12T20:43:29.007Z Compiling cmov v0.5.4
14522026-08-12T20:43:29.028Z Compiling tracing v0.1.44
14532026-08-12T20:43:29.115Z Compiling openssl-probe v0.2.1
14542026-08-12T20:43:29.207Z Compiling httparse v1.10.1
14552026-08-12T20:43:29.265Z Compiling ctutils v0.4.2
14562026-08-12T20:43:29.283Z Compiling tinyvec v1.10.0
14572026-08-12T20:43:29.286Z Compiling tempfile v3.25.0
14582026-08-12T20:43:29.495Z Compiling pest_generator v2.8.6
14592026-08-12T20:43:29.574Z Compiling sha2 v0.10.9
14602026-08-12T20:43:29.620Z Compiling aho-corasick v1.1.4
14612026-08-12T20:43:29.649Z Compiling untrusted v0.7.1
14622026-08-12T20:43:29.770Z Compiling tower-layer v0.3.3
14632026-08-12T20:43:29.933Z Compiling try-lock v0.2.5
14642026-08-12T20:43:30.041Z Compiling radium v0.7.0
14652026-08-12T20:43:30.190Z Compiling atomic-waker v1.1.2
14662026-08-12T20:43:30.318Z Compiling tower-service v0.3.3
14672026-08-12T20:43:30.361Z Compiling pest_derive v2.8.6
14682026-08-12T20:43:30.415Z Compiling want v0.3.1
14692026-08-12T20:43:30.577Z Compiling regex-automata v0.4.14
14702026-08-12T20:43:30.797Z Compiling tokio-util v0.7.18
14712026-08-12T20:43:31.110Z Compiling hybrid-array v0.4.13
14722026-08-12T20:43:31.345Z Compiling ipnet v2.11.0
14732026-08-12T20:43:31.360Z Compiling scroll_derive v0.13.1
14742026-08-12T20:43:31.824Z Compiling h2 v0.4.15
14752026-08-12T20:43:31.839Z Compiling darling_core v0.20.11
14762026-08-12T20:43:31.868Z Compiling httpdate v1.0.3
14772026-08-12T20:43:32.091Z Compiling maybe-uninit v2.0.0
14782026-08-12T20:43:32.138Z Compiling tap v1.0.1
14792026-08-12T20:43:32.251Z Compiling foreign-types-shared v0.1.1
14802026-08-12T20:43:32.338Z Compiling untrusted v0.9.0
14812026-08-12T20:43:32.353Z Compiling openssl v0.10.80
14822026-08-12T20:43:32.458Z Compiling simd-adler32 v0.3.8
14832026-08-12T20:43:32.501Z Compiling rustls v0.23.41
14842026-08-12T20:43:32.604Z Compiling foreign-types v0.3.2
14852026-08-12T20:43:32.636Z Compiling wyz v0.5.1
14862026-08-12T20:43:32.668Z Compiling scroll v0.13.0
14872026-08-12T20:43:32.694Z Compiling unicode-normalization v0.1.25
14882026-08-12T20:43:32.875Z Compiling rand_chacha v0.3.1
14892026-08-12T20:43:32.921Z Compiling hex v0.4.3
14902026-08-12T20:43:33.142Z Compiling signature v2.2.0
14912026-08-12T20:43:33.186Z Compiling openssl-macros v0.1.1
14922026-08-12T20:43:33.219Z Compiling thiserror-impl v1.0.69
14932026-08-12T20:43:33.317Z Compiling terminal_size v0.4.3
14942026-08-12T20:43:33.453Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14952026-08-12T20:43:33.575Z Compiling bzip2-sys v0.1.13+1.0.8
14962026-08-12T20:43:33.630Z Compiling num-integer v0.1.46
14972026-08-12T20:43:33.837Z Compiling wait-timeout v0.2.1
14982026-08-12T20:43:33.852Z Compiling ahash v0.8.12
14992026-08-12T20:43:33.944Z Compiling quick-error v1.2.3
15002026-08-12T20:43:34.048Z Compiling funty v2.0.0
15012026-08-12T20:43:34.052Z Compiling native-tls v0.2.18
15022026-08-12T20:43:34.089Z Compiling num-bigint-dig v0.8.6
15032026-08-12T20:43:34.093Z Compiling darling_macro v0.20.11
15042026-08-12T20:43:34.259Z Compiling num-conv v0.2.0
15052026-08-12T20:43:34.274Z Compiling powerfmt v0.2.0
15062026-08-12T20:43:34.392Z Compiling time-core v0.1.8
15072026-08-12T20:43:34.431Z Compiling bit-vec v0.8.0
15082026-08-12T20:43:34.476Z Compiling adler2 v2.0.1
15092026-08-12T20:43:34.537Z Compiling packed_struct v0.10.1
15102026-08-12T20:43:34.586Z Compiling darling v0.20.11
15112026-08-12T20:43:34.607Z Compiling miniz_oxide v0.8.9
15122026-08-12T20:43:34.621Z Compiling bit-set v0.8.0
15132026-08-12T20:43:34.645Z Compiling time-macros v0.2.27
15142026-08-12T20:43:34.660Z Compiling thiserror v1.0.69
15152026-08-12T20:43:34.674Z Compiling deranged v0.5.8
15162026-08-12T20:43:34.758Z Compiling bitvec v1.0.1
15172026-08-12T20:43:34.805Z Compiling clap_builder v4.6.0
15182026-08-12T20:43:34.884Z Compiling rusty-fork v0.3.1
15192026-08-12T20:43:35.204Z Compiling hyper v1.10.1
15202026-08-12T20:43:35.720Z Compiling num-iter v0.1.45
15212026-08-12T20:43:35.968Z Compiling rand v0.8.6
15222026-08-12T20:43:36.020Z Compiling goblin v0.10.5
15232026-08-12T20:43:36.327Z Compiling hyper-util v0.1.20
15242026-08-12T20:43:36.765Z Compiling packed_struct_codegen v0.10.1
15252026-08-12T20:43:36.783Z Compiling lazy_static v1.5.0
15262026-08-12T20:43:36.877Z Compiling serde_spanned v0.6.9
15272026-08-12T20:43:37.021Z Compiling toml_datetime v0.6.11
15282026-08-12T20:43:37.274Z Compiling hmac v0.12.1
15292026-08-12T20:43:37.432Z Compiling zerocopy-derive v0.6.6
15302026-08-12T20:43:37.809Z Compiling bitfield-macros v0.19.4
15312026-08-12T20:43:37.824Z Compiling clap_derive v4.6.1
15322026-08-12T20:43:38.016Z Compiling anstyle-parse v0.2.7
15332026-08-12T20:43:38.203Z Compiling rand_xorshift v0.4.0
15342026-08-12T20:43:38.240Z Compiling sync_wrapper v1.0.2
15352026-08-12T20:43:38.346Z Compiling indexmap v1.9.3
15362026-08-12T20:43:38.359Z Compiling crossbeam-utils v0.8.21
15372026-08-12T20:43:38.498Z Compiling unarray v0.1.4
15382026-08-12T20:43:38.528Z Compiling usdt-impl v0.6.0
15392026-08-12T20:43:38.607Z Compiling nodrop v0.1.14
15402026-08-12T20:43:38.637Z Compiling zlib-rs v0.6.2
15412026-08-12T20:43:38.702Z Compiling siphasher v1.0.2
15422026-08-12T20:43:38.726Z Compiling num_threads v0.1.7
15432026-08-12T20:43:38.764Z Compiling crc-catalog v2.4.0
15442026-08-12T20:43:38.821Z Compiling paste v1.0.15
15452026-08-12T20:43:38.856Z Compiling crc v3.4.0
15462026-08-12T20:43:38.880Z Compiling time v0.3.47
15472026-08-12T20:43:39.068Z Compiling dof v0.4.0
15482026-08-12T20:43:39.127Z Compiling array-init v0.0.4
15492026-08-12T20:43:39.485Z Compiling proptest v1.11.0
15502026-08-12T20:43:39.555Z Compiling clap v4.6.1
15512026-08-12T20:43:39.653Z Compiling bitfield v0.19.4
15522026-08-12T20:43:39.942Z Compiling tower v0.5.3
15532026-08-12T20:43:40.212Z Compiling zerocopy v0.6.6
15542026-08-12T20:43:40.216Z Compiling anstream v0.6.21
15552026-08-12T20:43:40.533Z Compiling smallvec v0.6.14
15562026-08-12T20:43:40.830Z Compiling derive_builder_core v0.20.2
15572026-08-12T20:43:40.973Z Compiling dtrace-parser v0.3.0
15582026-08-12T20:43:41.655Z Compiling flate2 v1.1.9
15592026-08-12T20:43:41.685Z Compiling ipnetwork v0.21.1
15602026-08-12T20:43:41.724Z Compiling pkcs1 v0.7.5
15612026-08-12T20:43:41.873Z Compiling http-body-util v0.1.3
15622026-08-12T20:43:42.052Z Compiling heapless v0.7.17
15632026-08-12T20:43:42.067Z Compiling scroll_derive v0.12.1
15642026-08-12T20:43:42.102Z Compiling structmeta-derive v0.3.0
15652026-08-12T20:43:42.115Z Compiling slog v2.8.2
15662026-08-12T20:43:42.225Z Compiling darling_core v0.23.0
15672026-08-12T20:43:42.283Z Compiling thread-id v5.1.0
15682026-08-12T20:43:42.297Z Compiling cookie v0.18.1
15692026-08-12T20:43:42.367Z Compiling env_filter v1.0.0
15702026-08-12T20:43:42.475Z Compiling allocator-api2 v0.2.21
15712026-08-12T20:43:42.660Z Compiling base64 v0.21.7
15722026-08-12T20:43:42.719Z Compiling iri-string v0.7.10
15732026-08-12T20:43:42.794Z Compiling zstd-safe v7.2.4
15742026-08-12T20:43:42.980Z Compiling ryu v1.0.23
15752026-08-12T20:43:42.993Z Compiling unicode-properties v0.1.4
15762026-08-12T20:43:43.163Z Compiling anyhow v1.0.102
15772026-08-12T20:43:43.177Z Compiling hashbrown v0.12.3
15782026-08-12T20:43:43.201Z Compiling winnow v0.5.40
15792026-08-12T20:43:43.467Z Compiling signal-hook v0.3.18
15802026-08-12T20:43:43.639Z Compiling unicode-bidi v0.3.18
15812026-08-12T20:43:44.051Z Compiling stringprep v0.1.5
15822026-08-12T20:43:44.170Z Compiling tower-http v0.6.8
15832026-08-12T20:43:44.429Z Compiling structmeta v0.3.0
15842026-08-12T20:43:44.484Z Compiling toml_edit v0.19.15
15852026-08-12T20:43:44.555Z Compiling serde_urlencoded v0.7.1
15862026-08-12T20:43:44.636Z Compiling ron v0.8.1
15872026-08-12T20:43:44.650Z Compiling scroll v0.12.0
15882026-08-12T20:43:44.719Z Compiling darling_macro v0.23.0
15892026-08-12T20:43:44.794Z Compiling env_logger v0.11.9
15902026-08-12T20:43:45.247Z Compiling rsa v0.9.10
15912026-08-12T20:43:45.335Z Compiling oxnet v0.1.6
15922026-08-12T20:43:45.589Z Compiling newtype-uuid v1.3.2
15932026-08-12T20:43:45.605Z Compiling derive_builder_macro v0.20.2
15942026-08-12T20:43:45.776Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
15952026-08-12T20:43:45.924Z Compiling hashbrown v0.13.2
15962026-08-12T20:43:45.955Z Compiling bzip2 v0.4.4
15972026-08-12T20:43:46.079Z Compiling serde-hex v0.1.0
15982026-08-12T20:43:46.163Z Compiling tokio-native-tls v0.3.1
15992026-08-12T20:43:46.341Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16002026-08-12T20:43:46.909Z Compiling camino v1.2.2
16012026-08-12T20:43:47.038Z Compiling bstr v1.12.1
16022026-08-12T20:43:47.149Z Compiling block-buffer v0.12.1
16032026-08-12T20:43:47.280Z Compiling block-padding v0.4.2
16042026-08-12T20:43:47.345Z Compiling crypto-common v0.2.2
16052026-08-12T20:43:47.440Z Compiling rustls-native-certs v0.8.3
16062026-08-12T20:43:47.672Z Compiling x509-cert v0.2.5
16072026-08-12T20:43:47.726Z Compiling erased-serde v0.3.31
16082026-08-12T20:43:47.798Z Compiling serde_tokenstream v0.2.3
16092026-08-12T20:43:48.113Z Compiling md-5 v0.10.6
16102026-08-12T20:43:48.213Z Compiling curve25519-dalek v4.1.3
16112026-08-12T20:43:48.274Z Compiling daft-derive v0.1.7
16122026-08-12T20:43:48.289Z Compiling pin-project-internal v1.1.11
16132026-08-12T20:43:48.540Z Compiling zerocopy-derive v0.7.35
16142026-08-12T20:43:49.011Z Compiling async-trait v0.1.89
16152026-08-12T20:43:49.055Z Compiling vergen-lib v9.1.0
16162026-08-12T20:43:49.234Z Compiling hash32 v0.2.1
16172026-08-12T20:43:49.248Z Compiling memoffset v0.9.1
16182026-08-12T20:43:49.397Z Compiling encoding_rs v0.8.35
16192026-08-12T20:43:49.414Z Compiling mime v0.3.17
16202026-08-12T20:43:49.428Z Compiling psl-types v2.0.11
16212026-08-12T20:43:49.442Z Compiling fallible-iterator v0.2.0
16222026-08-12T20:43:49.551Z Compiling cfg_aliases v0.2.1
16232026-08-12T20:43:49.626Z Compiling litrs v1.0.0
16242026-08-12T20:43:49.661Z Compiling smoltcp v0.9.1
16252026-08-12T20:43:49.755Z Compiling rustix v0.38.44
16262026-08-12T20:43:49.995Z Compiling ref-cast v1.0.25
16272026-08-12T20:43:50.032Z Compiling crc-any v2.5.0
16282026-08-12T20:43:50.132Z Compiling document-features v0.2.12
16292026-08-12T20:43:50.258Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16302026-08-12T20:43:50.304Z Compiling postgres-protocol v0.6.10
16312026-08-12T20:43:50.368Z Compiling nix v0.31.2
16322026-08-12T20:43:50.383Z Compiling publicsuffix v2.3.0
16332026-08-12T20:43:50.546Z Compiling zerocopy v0.7.35
16342026-08-12T20:43:50.600Z Compiling pin-project v1.1.11
16352026-08-12T20:43:50.730Z Compiling daft v0.1.7
16362026-08-12T20:43:50.847Z Compiling inout v0.2.2
16372026-08-12T20:43:50.926Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16382026-08-12T20:43:51.002Z Compiling object v0.30.4
16392026-08-12T20:43:51.019Z Compiling hyper-tls v0.6.0
16402026-08-12T20:43:51.087Z Compiling zip v0.6.6
16412026-08-12T20:43:51.162Z Compiling derive_builder v0.20.2
16422026-08-12T20:43:51.195Z Compiling toml v0.7.8
16432026-08-12T20:43:51.238Z Compiling darling v0.23.0
16442026-08-12T20:43:51.322Z Compiling goblin v0.8.2
16452026-08-12T20:43:51.407Z Compiling derive-ex v0.1.8
16462026-08-12T20:43:51.793Z Compiling phf_shared v0.13.1
16472026-08-12T20:43:51.976Z Compiling regex v1.12.3
16482026-08-12T20:43:52.033Z Compiling hubpack_derive v0.1.1
16492026-08-12T20:43:52.059Z Compiling futures-executor v0.3.32
16502026-08-12T20:43:52.317Z Compiling strum_macros v0.27.2
16512026-08-12T20:43:52.394Z Compiling snafu-derive v0.8.9
16522026-08-12T20:43:52.476Z Compiling ref-cast-impl v1.0.25
16532026-08-12T20:43:53.013Z Compiling curve25519-dalek-derive v0.1.1
16542026-08-12T20:43:53.044Z Compiling vergen v9.1.0
16552026-08-12T20:43:53.219Z Compiling cargo-platform v0.3.2
16562026-08-12T20:43:53.495Z Compiling ff v0.13.1
16572026-08-12T20:43:53.639Z Compiling fs-err v3.3.0
16582026-08-12T20:43:53.653Z Compiling foldhash v0.1.5
16592026-08-12T20:43:53.819Z Compiling managed v0.8.0
16602026-08-12T20:43:53.822Z Compiling foldhash v0.2.0
16612026-08-12T20:43:53.834Z Compiling bitflags v1.3.2
16622026-08-12T20:43:53.920Z Compiling either v1.15.0
16632026-08-12T20:43:54.035Z Compiling bumpalo v3.20.2
16642026-08-12T20:43:54.049Z Compiling jiff-core v0.1.0
16652026-08-12T20:43:54.128Z Compiling libbz2-rs-sys v0.2.2
16662026-08-12T20:43:54.261Z Compiling base16ct v0.2.0
16672026-08-12T20:43:54.275Z Compiling same-file v1.0.6
16682026-08-12T20:43:54.287Z Compiling path-slash v0.1.5
16692026-08-12T20:43:54.412Z Compiling unicode-segmentation v1.12.0
16702026-08-12T20:43:54.429Z Compiling object v0.37.3
16712026-08-12T20:43:54.429Z Compiling walkdir v2.5.0
16722026-08-12T20:43:54.738Z Compiling bzip2 v0.6.1
16732026-08-12T20:43:54.742Z Compiling sec1 v0.7.3
16742026-08-12T20:43:54.753Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16752026-08-12T20:43:54.789Z Compiling jiff v0.2.34
16762026-08-12T20:43:54.789Z Compiling snafu v0.8.9
16772026-08-12T20:43:54.935Z Compiling strum v0.27.2
16782026-08-12T20:43:55.014Z Compiling zopfli v0.8.3
16792026-08-12T20:43:55.102Z Compiling hashbrown v0.16.1
16802026-08-12T20:43:55.277Z Compiling hashbrown v0.15.5
16812026-08-12T20:43:55.716Z Compiling group v0.13.0
16822026-08-12T20:43:55.836Z Compiling dof v0.3.0
16832026-08-12T20:43:55.896Z Compiling cargo_metadata v0.23.1
16842026-08-12T20:43:55.931Z Compiling test-strategy v0.4.5
16852026-08-12T20:43:56.318Z Compiling hubpack v0.1.2
16862026-08-12T20:43:56.540Z Compiling futures v0.3.32
16872026-08-12T20:43:56.563Z Compiling phf v0.13.1
16882026-08-12T20:43:56.620Z Compiling signal-hook-mio v0.2.5
16892026-08-12T20:43:56.744Z Compiling cookie_store v0.22.1
16902026-08-12T20:43:57.074Z Compiling zstd v0.13.3
16912026-08-12T20:43:57.260Z Compiling serde_with_macros v3.21.0
16922026-08-12T20:43:57.334Z Compiling reqwest v0.12.28
16932026-08-12T20:43:57.385Z Compiling cipher v0.5.2
16942026-08-12T20:43:57.419Z Compiling postgres-types v0.2.12
16952026-08-12T20:43:57.971Z Compiling usdt-macro v0.6.0
16962026-08-12T20:43:58.377Z Compiling usdt-attr-macro v0.6.0
16972026-08-12T20:43:58.392Z Compiling globset v0.4.18
16982026-08-12T20:43:58.657Z Compiling phf_shared v0.11.3
16992026-08-12T20:43:58.738Z Compiling hkdf v0.12.4
17002026-08-12T20:43:58.839Z Compiling dtrace-parser v0.2.0
17012026-08-12T20:43:58.857Z Compiling ed25519 v2.2.3
17022026-08-12T20:43:58.904Z Compiling byte-wrapper v0.1.0
17032026-08-12T20:43:59.064Z Compiling olpc-cjson v0.1.4
17042026-08-12T20:43:59.169Z Compiling serde_plain v1.0.2
17052026-08-12T20:43:59.228Z Compiling serde-big-array v0.5.1
17062026-08-12T20:43:59.242Z Compiling crypto-bigint v0.5.5
17072026-08-12T20:43:59.322Z Compiling strum_macros v0.26.4
17082026-08-12T20:43:59.363Z Compiling serde_repr v0.1.20
17092026-08-12T20:43:59.378Z Compiling enum-as-inner v0.6.1
17102026-08-12T20:43:59.586Z Compiling async-recursion v1.1.1
17112026-08-12T20:43:59.767Z Compiling pem v3.0.6
17122026-08-12T20:43:59.880Z Compiling float-cmp v0.10.0
17132026-08-12T20:43:59.893Z Compiling thread-id v4.2.2
17142026-08-12T20:43:59.979Z Compiling memmap2 v0.9.10
17152026-08-12T20:44:00.029Z Compiling static_assertions v1.1.0
17162026-08-12T20:44:00.103Z Compiling predicates-core v1.0.10
17172026-08-12T20:44:00.149Z Compiling difflib v0.4.0
17182026-08-12T20:44:00.226Z Compiling fixedbitset v0.5.7
17192026-08-12T20:44:00.237Z Compiling cpufeatures v0.3.0
17202026-08-12T20:44:00.309Z Compiling new_debug_unreachable v1.0.6
17212026-08-12T20:44:00.329Z Compiling data-encoding v2.10.0
17222026-08-12T20:44:00.376Z Compiling whoami v2.1.0
17232026-08-12T20:44:00.531Z Compiling fixedbitset v0.4.2
17242026-08-12T20:44:00.705Z Compiling precomputed-hash v0.1.1
17252026-08-12T20:44:00.756Z Compiling keccak v0.1.6
17262026-08-12T20:44:00.756Z Compiling winnow v1.0.3
17272026-08-12T20:44:00.800Z Compiling typed-path v0.9.3
17282026-08-12T20:44:01.039Z Compiling const-oid v0.10.2
17292026-08-12T20:44:01.121Z Compiling normalize-line-endings v0.3.0
17302026-08-12T20:44:01.144Z Compiling toml_parser v1.1.2+spec-1.1.0
17312026-08-12T20:44:01.151Z Compiling strum v0.26.3
17322026-08-12T20:44:01.214Z Compiling predicates v3.1.4
17332026-08-12T20:44:01.225Z Compiling digest v0.11.3
17342026-08-12T20:44:01.272Z Compiling toml_edit v0.22.27
17352026-08-12T20:44:01.437Z Compiling sha3 v0.10.8
17362026-08-12T20:44:01.452Z Compiling string_cache v0.8.9
17372026-08-12T20:44:01.504Z Compiling petgraph v0.6.5
17382026-08-12T20:44:01.671Z Compiling hickory-proto v0.25.2
17392026-08-12T20:44:01.755Z Compiling tokio-postgres v0.7.16
17402026-08-12T20:44:01.858Z Compiling petgraph v0.8.3
17412026-08-12T20:44:01.873Z Compiling chacha20 v0.10.0
17422026-08-12T20:44:02.002Z Compiling elliptic-curve v0.13.8
17432026-08-12T20:44:02.233Z Compiling usdt v0.6.0
17442026-08-12T20:44:02.406Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17452026-08-12T20:44:02.494Z Compiling usdt-impl v0.5.0
17462026-08-12T20:44:02.993Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17472026-08-12T20:44:03.068Z Compiling ed25519-dalek v2.2.0
17482026-08-12T20:44:03.592Z Compiling crossterm v0.28.1
17492026-08-12T20:44:03.815Z Compiling serde_with v3.21.0
17502026-08-12T20:44:03.989Z Compiling zip v4.6.1
17512026-08-12T20:44:04.844Z Compiling iddqd v0.4.2
17522026-08-12T20:44:05.204Z Compiling similar v2.7.0
17532026-08-12T20:44:05.327Z Compiling heck v0.4.1
17542026-08-12T20:44:05.557Z Compiling itertools v0.15.0
17552026-08-12T20:44:05.622Z Compiling itertools v0.13.0
17562026-08-12T20:44:05.641Z Compiling crossbeam-epoch v0.9.18
17572026-08-12T20:44:05.974Z Compiling tokio-stream v0.1.18
17582026-08-12T20:44:06.055Z Compiling buf-list v1.1.2
17592026-08-12T20:44:06.166Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17602026-08-12T20:44:06.323Z Compiling openapiv3 v2.2.0
17612026-08-12T20:44:06.338Z Compiling lalrpop-util v0.19.12
17622026-08-12T20:44:06.420Z Compiling peg-runtime v0.8.5
17632026-08-12T20:44:06.459Z Compiling thread_local v1.1.9
17642026-08-12T20:44:06.524Z Compiling slog-async v2.8.0
17652026-08-12T20:44:06.691Z Compiling crossbeam-channel v0.5.15
17662026-08-12T20:44:06.704Z Compiling filetime v0.2.27
17672026-08-12T20:44:06.833Z Compiling is-terminal v0.4.17
17682026-08-12T20:44:06.869Z Compiling take_mut v0.2.2
17692026-08-12T20:44:06.869Z Compiling term v1.2.1
17702026-08-12T20:44:06.885Z Compiling xattr v1.6.1
17712026-08-12T20:44:06.928Z Compiling camino-tempfile v1.4.1
17722026-08-12T20:44:07.133Z Compiling tar v0.4.46
17732026-08-12T20:44:07.148Z Compiling slog-term v2.9.2
17742026-08-12T20:44:13.374Z Compiling rustls-webpki v0.103.13
17752026-08-12T20:44:16.112Z Compiling tokio-rustls v0.26.4
17762026-08-12T20:44:16.112Z Compiling rustls-platform-verifier v0.6.2
17772026-08-12T20:44:16.166Z Compiling tough v0.22.0
17782026-08-12T20:44:16.334Z Compiling hyper-rustls v0.27.7
17792026-08-12T20:44:16.492Z Compiling reqwest v0.13.2
17802026-08-12T20:44:18.693Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17812026-08-12T20:44:18.905Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17822026-08-12T20:44:21.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
17832026-08-12T20:44:22.002Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17842026-08-12T20:44:22.055ZAug 12 20:44:20.930 INFO Starting download, target: Clickhouse
17852026-08-12T20:44:22.059ZAug 12 20:44:20.931 INFO Starting download, target: Cockroach
17862026-08-12T20:44:22.059ZAug 12 20:44:20.931 INFO Starting download, target: Console
17872026-08-12T20:44:22.059ZAug 12 20:44:20.931 INFO Starting download, target: DendriteStub
17882026-08-12T20:44:22.059ZAug 12 20:44:20.931 INFO Starting download, target: MaghemiteMgd
17892026-08-12T20:44:22.059ZAug 12 20:44:20.931 INFO Starting download, target: MaghemiteDdmd
17902026-08-12T20:44:22.059ZAug 12 20:44:20.931 INFO Starting download, target: TransceiverControl
17912026-08-12T20:44:22.059ZAug 12 20:44:20.931 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17922026-08-12T20:44:22.059ZAug 12 20:44:20.931 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17932026-08-12T20:44:22.059ZAug 12 20:44:20.931 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17942026-08-12T20:44:22.059ZAug 12 20:44:20.931 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17952026-08-12T20:44:22.059ZAug 12 20:44:20.931 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17962026-08-12T20:44:22.059ZAug 12 20:44:20.931 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17972026-08-12T20:44:22.059ZAug 12 20:44:20.931 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17982026-08-12T20:44:23.149ZAug 12 20:44:22.008 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17992026-08-12T20:44:23.361ZAug 12 20:44:22.226 INFO Download complete, target: TransceiverControl
18002026-08-12T20:44:23.858ZAug 12 20:44:22.698 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18012026-08-12T20:44:23.882ZAug 12 20:44:22.729 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18022026-08-12T20:44:24.144ZAug 12 20:44:22.989 INFO Download complete, target: Console
18032026-08-12T20:44:24.449ZAug 12 20:44:23.324 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18042026-08-12T20:44:24.449ZAug 12 20:44:23.324 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18052026-08-12T20:44:24.843ZAug 12 20:44:23.718 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18062026-08-12T20:44:25.143ZAug 12 20:44:24.017 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18072026-08-12T20:44:25.233ZAug 12 20:44:24.104 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18082026-08-12T20:44:26.758ZAug 12 20:44:25.634 INFO Download complete, target: MaghemiteDdmd
18092026-08-12T20:44:27.609ZAug 12 20:44:26.485 INFO Download complete, target: DendriteStub
18102026-08-12T20:44:27.749ZAug 12 20:44:26.625 INFO Download complete, target: MaghemiteMgd
18112026-08-12T20:44:29.274ZAug 12 20:44:28.150 INFO Checking that binary works, target: Cockroach
18122026-08-12T20:44:29.397ZAug 12 20:44:28.274 INFO Download complete, target: Cockroach
18132026-08-12T20:44:30.617ZAug 12 20:44:29.493 INFO Checking that binary works, target: Clickhouse
18142026-08-12T20:44:30.718ZAug 12 20:44:29.594 INFO Download complete, target: Clickhouse
18152026-08-12T20:44:30.733ZAll builder prerequisites installed successfully, and PATH looks valid
18162026-08-12T20:44:30.736Z
18172026-08-12T20:44:30.736Zreal 2:09.031379382
18182026-08-12T20:44:30.737Zuser 7:10.959789947
18192026-08-12T20:44:30.737Zsys 1:25.402934370
18202026-08-12T20:44:30.737Ztrap 0.247849613
18212026-08-12T20:44:30.737Ztflt 0.576974193
18222026-08-12T20:44:30.737Zdflt 0.791934951
18232026-08-12T20:44:30.737Zkflt 0.023455719
18242026-08-12T20:44:30.737Zlock 27:07.792670992
18252026-08-12T20:44:30.737Zslp 21:44.695549030
18262026-08-12T20:44:30.737Zlat 44.584247153
18272026-08-12T20:44:30.737Zstop 2:35.142036014
18282026-08-12T20:44:30.737Z+ banner clippy
18292026-08-12T20:44:30.737Z
18302026-08-12T20:44:30.737Z #### # # ##### ##### # #
18312026-08-12T20:44:30.737Z # # # # # # # # # #
18322026-08-12T20:44:30.737Z # # # # # # # #
18332026-08-12T20:44:30.737Z # # # ##### ##### #
18342026-08-12T20:44:30.737Z # # # # # # #
18352026-08-12T20:44:30.737Z #### ###### # # # #
18362026-08-12T20:44:30.737Z
18372026-08-12T20:44:30.737Z+ export CARGO_INCREMENTAL=0
18382026-08-12T20:44:30.737Z+ CARGO_INCREMENTAL=0
18392026-08-12T20:44:30.737Z+ ptime -m cargo xtask clippy
18402026-08-12T20:44:31.202Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18412026-08-12T20:44:31.494Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18422026-08-12T20:44:33.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.56s
18432026-08-12T20:44:33.369Z Running `target/debug/xtask clippy`
18442026-08-12T20:44:33.394Zrunning: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18452026-08-12T20:44:33.960Z Downloading crates ...
18462026-08-12T20:44:34.134Z Downloaded backtrace-ext v0.2.1
18472026-08-12T20:44:34.137Z Downloaded async-object-pool v0.2.0
18482026-08-12T20:44:34.137Z Downloaded constant_time_eq v0.3.1
18492026-08-12T20:44:34.137Z Downloaded addr2line v0.25.1
18502026-08-12T20:44:34.137Z Downloaded assert-json-diff v2.0.2
18512026-08-12T20:44:34.141Z Downloaded approx v0.5.1
18522026-08-12T20:44:34.141Z Downloaded blake2b_simd v1.0.4
18532026-08-12T20:44:34.141Z Downloaded cast v0.3.0
18542026-08-12T20:44:34.141Z Downloaded anes v0.1.6
18552026-08-12T20:44:34.144Z Downloaded concurrent-queue v2.5.0
18562026-08-12T20:44:34.144Z Downloaded criterion-plot v0.6.0
18572026-08-12T20:44:34.145Z Downloaded assert_cmd v2.1.2
18582026-08-12T20:44:34.145Z Downloaded cfg-expr v0.20.6
18592026-08-12T20:44:34.148Z Downloaded async-lock v3.4.2
18602026-08-12T20:44:34.148Z Downloaded datatest-stable v0.3.3
18612026-08-12T20:44:34.151Z Downloaded backtrace v0.3.76
18622026-08-12T20:44:34.154Z Downloaded escape8259 v0.5.3
18632026-08-12T20:44:34.154Z Downloaded chumsky v0.9.3
18642026-08-12T20:44:34.154Z Downloaded event-listener-strategy v0.5.4
18652026-08-12T20:44:34.157Z Downloaded event-listener v5.4.1
18662026-08-12T20:44:34.157Z Downloaded criterion v0.7.0
18672026-08-12T20:44:34.160Z Downloaded futures-timer v3.0.3
18682026-08-12T20:44:34.160Z Downloaded fancy-regex v0.14.0
18692026-08-12T20:44:34.164Z Downloaded hex-literal v0.4.1
18702026-08-12T20:44:34.164Z Downloaded guppy-workspace-hack v0.1.0
18712026-08-12T20:44:34.164Z Downloaded hickory-client v0.25.2
18722026-08-12T20:44:34.167Z Downloaded httptest v0.16.4
18732026-08-12T20:44:34.168Z Downloaded miette-derive v5.10.0
18742026-08-12T20:44:34.168Z Downloaded linkme-impl v0.3.35
18752026-08-12T20:44:34.168Z Downloaded guppy v0.17.25
18762026-08-12T20:44:34.171Z Downloaded nested v0.1.1
18772026-08-12T20:44:34.171Z Downloaded libtest-mimic v0.8.1
18782026-08-12T20:44:34.171Z Downloaded linkme v0.3.35
18792026-08-12T20:44:34.174Z Downloaded parking v2.2.1
18802026-08-12T20:44:34.174Z Downloaded plotters-svg v0.3.7
18812026-08-12T20:44:34.174Z Downloaded knuffel-derive v3.2.0
18822026-08-12T20:44:34.174Z Downloaded pathdiff v0.2.3
18832026-08-12T20:44:34.177Z Downloaded plotters-backend v0.3.7
18842026-08-12T20:44:34.177Z Downloaded oorandom v11.1.5
18852026-08-12T20:44:34.177Z Downloaded owo-colors v3.5.0
18862026-08-12T20:44:34.177Z Downloaded partial-io v0.5.4
18872026-08-12T20:44:34.180Z Downloaded path-tree v0.8.3
18882026-08-12T20:44:34.180Z Downloaded knuffel v3.2.0
18892026-08-12T20:44:34.180Z Downloaded rustc-demangle v0.1.27
18902026-08-12T20:44:34.184Z Downloaded hashbrown v0.14.5
18912026-08-12T20:44:34.184Z Downloaded relative-path v1.9.3
18922026-08-12T20:44:34.184Z Downloaded serde_regex v1.1.0
18932026-08-12T20:44:34.189Z Downloaded miette v5.10.0
18942026-08-12T20:44:34.189Z Downloaded similar-asserts v1.7.0
18952026-08-12T20:44:34.189Z Downloaded supports-hyperlinks v2.1.0
18962026-08-12T20:44:34.192Z Downloaded supports-unicode v2.1.0
18972026-08-12T20:44:34.192Z Downloaded rust-argon2 v2.1.0
18982026-08-12T20:44:34.192Z Downloaded rstest v0.25.0
18992026-08-12T20:44:34.192Z Downloaded target-triple v1.0.0
19002026-08-12T20:44:34.195Z Downloaded rstest_macros v0.25.0
19012026-08-12T20:44:34.196Z Downloaded rand_distr v0.5.1
19022026-08-12T20:44:34.199Z Downloaded stringmetrics v2.2.2
19032026-08-12T20:44:34.199Z Downloaded supports-color v2.1.0
19042026-08-12T20:44:34.199Z Downloaded terminal_size v0.1.17
19052026-08-12T20:44:34.199Z Downloaded tinytemplate v1.2.1
19062026-08-12T20:44:34.202Z Downloaded target-spec v3.5.7
19072026-08-12T20:44:34.202Z Downloaded termcolor v1.4.1
19082026-08-12T20:44:34.202Z Downloaded trybuild v1.0.116
19092026-08-12T20:44:34.205Z Downloaded target-lexicon v0.13.3
19102026-08-12T20:44:34.205Z Downloaded textwrap v0.15.2
19112026-08-12T20:44:34.209Z Downloaded plotters v0.3.7
19122026-08-12T20:44:34.212Z Downloaded gimli v0.32.3
19132026-08-12T20:44:34.319Z Downloaded httpmock v0.8.3
19142026-08-12T20:44:36.065Z Checking cfg-if v1.0.4
19152026-08-12T20:44:36.437Z Checking libc v0.2.185
19162026-08-12T20:44:36.441Z Checking serde_core v1.0.228
19172026-08-12T20:44:36.514Z Checking memchr v2.8.0
19182026-08-12T20:44:36.555Z Checking smallvec v1.15.1
19192026-08-12T20:44:36.590Z Checking zeroize v1.9.0
19202026-08-12T20:44:36.629Z Checking rand_core v0.10.0
19212026-08-12T20:44:36.669Z Checking itoa v1.0.17
19222026-08-12T20:44:36.672Z Checking subtle v2.6.1
19232026-08-12T20:44:36.761Z Checking log v0.4.29
19242026-08-12T20:44:36.800Z Checking libm v0.2.16
19252026-08-12T20:44:36.849Z Checking typenum v1.20.1
19262026-08-12T20:44:36.892Z Checking getrandom v0.4.1
19272026-08-12T20:44:36.892Z Checking errno v0.3.14
19282026-08-12T20:44:36.969Z Checking scopeguard v1.2.0
19292026-08-12T20:44:37.009Z Checking zmij v1.0.21
19302026-08-12T20:44:37.009Z Checking stable_deref_trait v1.2.1
19312026-08-12T20:44:37.088Z Checking zerofrom v0.1.6
19322026-08-12T20:44:37.129Z Checking lock_api v0.4.14
19332026-08-12T20:44:37.168Z Checking percent-encoding v2.3.2
19342026-08-12T20:44:37.208Z Checking writeable v0.6.2
19352026-08-12T20:44:37.245Z Checking yoke v0.8.1
19362026-08-12T20:44:37.282Z Checking litemap v0.8.1
19372026-08-12T20:44:37.340Z Checking icu_normalizer_data v2.1.1
19382026-08-12T20:44:37.379Z Checking icu_properties_data v2.1.2
19392026-08-12T20:44:37.418Z Checking form_urlencoded v1.2.2
19402026-08-12T20:44:37.457Z Checking zerovec v0.11.5
19412026-08-12T20:44:37.460Z Checking zerotrie v0.2.3
19422026-08-12T20:44:37.530Z Checking num-traits v0.2.19
19432026-08-12T20:44:37.570Z Checking utf8_iter v1.0.4
19442026-08-12T20:44:37.611Z Checking pin-project-lite v0.2.17
19452026-08-12T20:44:37.651Z Checking zerocopy v0.8.40
19462026-08-12T20:44:37.690Z Checking portable-atomic v1.13.1
19472026-08-12T20:44:37.730Z Checking parking_lot_core v0.9.12
19482026-08-12T20:44:37.772Z Checking critical-section v1.2.0
19492026-08-12T20:44:37.821Z Checking signal-hook-registry v1.4.8
19502026-08-12T20:44:37.909Z Checking mio v1.2.0
19512026-08-12T20:44:37.949Z Checking tinystr v0.8.2
19522026-08-12T20:44:37.986Z Checking serde v1.0.228
19532026-08-12T20:44:37.989Z Checking serde_json v1.0.151
19542026-08-12T20:44:38.056Z Checking bitflags v2.11.0
19552026-08-12T20:44:38.093Z Checking potential_utf v0.1.4
19562026-08-12T20:44:38.130Z Checking once_cell v1.21.3
19572026-08-12T20:44:38.168Z Checking icu_locale_core v2.1.1
19582026-08-12T20:44:38.218Z Checking parking_lot v0.12.5
19592026-08-12T20:44:38.257Z Checking icu_collections v2.1.1
19602026-08-12T20:44:38.306Z Checking iana-time-zone v0.1.65
19612026-08-12T20:44:38.354Z Checking socket2 v0.6.3
19622026-08-12T20:44:38.440Z Checking uuid v1.23.4
19632026-08-12T20:44:38.484Z Checking bytes v1.11.1
19642026-08-12T20:44:38.484Z Checking chrono v0.4.45
19652026-08-12T20:44:38.596Z Checking semver v1.0.28
19662026-08-12T20:44:38.641Z Checking thiserror v2.0.18
19672026-08-12T20:44:38.711Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19682026-08-12T20:44:38.754Z Checking icu_provider v2.1.1
19692026-08-12T20:44:38.792Z Checking dyn-clone v1.0.20
19702026-08-12T20:44:38.795Z Checking futures-core v0.3.32
19712026-08-12T20:44:38.865Z Checking getrandom v0.2.17
19722026-08-12T20:44:38.925Z Checking equivalent v1.0.2
19732026-08-12T20:44:38.968Z Checking tokio v1.52.1
19742026-08-12T20:44:39.048Z Checking rustix v1.1.3
19752026-08-12T20:44:39.051Z Checking icu_normalizer v2.1.1
19762026-08-12T20:44:39.080Z Checking icu_properties v2.1.2
19772026-08-12T20:44:39.083Z Checking rand_core v0.6.4
19782026-08-12T20:44:39.151Z Checking cmov v0.5.4
19792026-08-12T20:44:39.343Z Checking futures-sink v0.3.32
19802026-08-12T20:44:39.412Z Checking byteorder v1.5.0
19812026-08-12T20:44:39.461Z Checking ctutils v0.4.2
19822026-08-12T20:44:39.464Z Checking slab v0.4.12
19832026-08-12T20:44:39.551Z Checking futures-channel v0.3.32
19842026-08-12T20:44:39.670Z Checking futures-task v0.3.32
19852026-08-12T20:44:39.716Z Checking futures-io v0.3.32
19862026-08-12T20:44:39.759Z Checking hybrid-array v0.4.13
19872026-08-12T20:44:39.801Z Checking generic-array v0.14.7
19882026-08-12T20:44:39.852Z Checking getrandom v0.3.4
19892026-08-12T20:44:39.895Z Checking futures-util v0.3.32
19902026-08-12T20:44:39.980Z Checking hashbrown v0.17.0
19912026-08-12T20:44:40.031Z Checking thiserror v1.0.69
19922026-08-12T20:44:40.070Z Checking idna_adapter v1.2.1
19932026-08-12T20:44:40.159Z Checking fnv v1.0.7
19942026-08-12T20:44:40.217Z Checking idna v1.1.0
19952026-08-12T20:44:40.281Z Checking regex-syntax v0.8.10
19962026-08-12T20:44:40.284Z Checking const-oid v0.9.6
19972026-08-12T20:44:40.460Z Checking ppv-lite86 v0.2.21
19982026-08-12T20:44:40.499Z Checking indexmap v2.14.0
19992026-08-12T20:44:40.502Z Checking url v2.5.8
20002026-08-12T20:44:40.571Z Checking crypto-common v0.2.2
20012026-08-12T20:44:40.793Z Checking base64ct v1.8.3
20022026-08-12T20:44:41.003Z Checking schemars v0.8.22
20032026-08-12T20:44:41.042Z Checking crypto-common v0.1.7
20042026-08-12T20:44:41.080Z Checking block-buffer v0.12.1
20052026-08-12T20:44:41.119Z Checking block-buffer v0.10.4
20062026-08-12T20:44:41.197Z Checking base64 v0.22.1
20072026-08-12T20:44:41.236Z Checking utf8parse v0.2.2
20082026-08-12T20:44:41.274Z Checking anstyle v1.0.14
20092026-08-12T20:44:41.311Z Checking digest v0.10.7
20102026-08-12T20:44:41.365Z Checking http v1.4.2
20112026-08-12T20:44:41.460Z Checking tracing-core v0.1.36
20122026-08-12T20:44:41.501Z Checking colorchoice v1.0.4
20132026-08-12T20:44:41.538Z Checking is_terminal_polyfill v1.70.2
20142026-08-12T20:44:41.627Z Checking anstyle-query v1.1.5
20152026-08-12T20:44:41.631Z Checking const-oid v0.10.2
20162026-08-12T20:44:41.702Z Checking rand_core v0.9.5
20172026-08-12T20:44:41.705Z Checking anstyle-parse v1.0.0
20182026-08-12T20:44:41.777Z Checking terminal_size v0.4.3
20192026-08-12T20:44:41.814Z Checking tracing v0.1.44
20202026-08-12T20:44:41.853Z Checking ipnet v2.11.0
20212026-08-12T20:44:41.856Z Checking aho-corasick v1.1.4
20222026-08-12T20:44:41.928Z Checking strsim v0.11.1
20232026-08-12T20:44:41.931Z Checking anstream v1.0.0
20242026-08-12T20:44:41.931Z Checking clap_lex v1.0.0
20252026-08-12T20:44:42.032Z Checking rand_chacha v0.9.0
20262026-08-12T20:44:42.070Z Checking unicode-ident v1.0.24
20272026-08-12T20:44:42.114Z Checking digest v0.11.3
20282026-08-12T20:44:42.153Z Checking crossbeam-utils v0.8.21
20292026-08-12T20:44:42.191Z Checking fastrand v2.3.0
20302026-08-12T20:44:42.194Z Checking clap_builder v4.6.0
20312026-08-12T20:44:42.263Z Checking proc-macro2 v1.0.106
20322026-08-12T20:44:42.267Z Checking rand v0.9.2
20332026-08-12T20:44:42.334Z Checking cpufeatures v0.3.0
20342026-08-12T20:44:42.398Z Checking tokio-util v0.7.18
20352026-08-12T20:44:42.414Z Checking erased-serde v0.3.31
20362026-08-12T20:44:42.453Z Checking powerfmt v0.2.0
20372026-08-12T20:44:42.515Z Checking allocator-api2 v0.2.21
20382026-08-12T20:44:42.575Z Checking regex-automata v0.4.14
20392026-08-12T20:44:42.613Z Checking quote v1.0.45
20402026-08-12T20:44:42.650Z Checking deranged v0.5.8
20412026-08-12T20:44:42.793Z Checking httparse v1.10.1
20422026-08-12T20:44:42.832Z Checking time-core v0.1.8
20432026-08-12T20:44:42.835Z Checking syn v2.0.117
20442026-08-12T20:44:42.836Z Checking slog v2.8.2
20452026-08-12T20:44:43.001Z Checking num_threads v0.1.7
20462026-08-12T20:44:43.041Z Checking num-conv v0.2.0
20472026-08-12T20:44:43.045Z Checking cpufeatures v0.2.17
20482026-08-12T20:44:43.119Z Checking tempfile v3.25.0
20492026-08-12T20:44:43.176Z Checking anyhow v1.0.102
20502026-08-12T20:44:43.216Z Checking aws-lc-sys v0.40.0
20512026-08-12T20:44:43.219Z Checking rustls-pki-types v1.14.0
20522026-08-12T20:44:43.341Z Checking untrusted v0.7.1
20532026-08-12T20:44:43.408Z Checking http-body v1.0.1
20542026-08-12T20:44:43.473Z Checking clap v4.6.1
20552026-08-12T20:44:43.512Z Checking ipnetwork v0.21.1
20562026-08-12T20:44:43.562Z Checking hex v0.4.3
20572026-08-12T20:44:43.565Z Checking atomic-waker v1.1.2
20582026-08-12T20:44:43.636Z Checking time v0.3.47
20592026-08-12T20:44:43.641Z Checking try-lock v0.2.5
20602026-08-12T20:44:43.727Z Checking httpdate v1.0.3
20612026-08-12T20:44:43.766Z Checking aws-lc-rs v1.16.3
20622026-08-12T20:44:43.769Z Checking h2 v0.4.15
20632026-08-12T20:44:43.840Z Checking want v0.3.1
20642026-08-12T20:44:43.843Z Checking pem-rfc7468 v0.7.0
20652026-08-12T20:44:43.912Z Checking spin v0.9.8
20662026-08-12T20:44:43.992Z Checking ryu v1.0.23
20672026-08-12T20:44:44.062Z Checking untrusted v0.9.0
20682026-08-12T20:44:44.121Z Checking tower-service v0.3.3
20692026-08-12T20:44:44.161Z Checking tower-layer v0.3.3
20702026-08-12T20:44:44.203Z Checking flagset v0.4.7
20712026-08-12T20:44:44.252Z Checking simd-adler32 v0.3.8
20722026-08-12T20:44:44.341Z Checking block-padding v0.4.2
20732026-08-12T20:44:44.378Z Checking der v0.7.10
20742026-08-12T20:44:44.414Z Checking mime v0.3.17
20752026-08-12T20:44:44.459Z Checking adler2 v2.0.1
20762026-08-12T20:44:44.564Z Checking inout v0.2.2
20772026-08-12T20:44:44.617Z Checking camino v1.2.2
20782026-08-12T20:44:44.661Z Checking miniz_oxide v0.8.9
20792026-08-12T20:44:44.665Z Checking rustls-webpki v0.103.13
20802026-08-12T20:44:44.743Z Checking pretty-hex v0.4.1
20812026-08-12T20:44:44.783Z Checking http-body-util v0.1.3
20822026-08-12T20:44:44.893Z Checking plain v0.2.3
20832026-08-12T20:44:44.930Z Checking cipher v0.5.2
20842026-08-12T20:44:45.027Z Checking oxnet v0.1.6
20852026-08-12T20:44:45.030Z Checking rand_chacha v0.3.1
20862026-08-12T20:44:45.063Z Checking ucd-trie v0.1.7
20872026-08-12T20:44:45.136Z Checking openssl-probe v0.2.1
20882026-08-12T20:44:45.140Z Checking rustls v0.23.41
20892026-08-12T20:44:45.170Z Checking spki v0.7.3
20902026-08-12T20:44:45.243Z Checking regex v1.12.3
20912026-08-12T20:44:45.282Z Checking pest v2.8.6
20922026-08-12T20:44:45.286Z Checking serde_urlencoded v0.7.1
20932026-08-12T20:44:45.355Z Checking rand v0.8.6
20942026-08-12T20:44:45.393Z Checking encoding_rs v0.8.35
20952026-08-12T20:44:45.396Z Checking futures-executor v0.3.32
20962026-08-12T20:44:45.550Z Checking crc32fast v1.5.0
20972026-08-12T20:44:45.590Z Checking either v1.15.0
20982026-08-12T20:44:45.628Z Checking futures v0.3.32
20992026-08-12T20:44:45.721Z Checking pkcs8 v0.10.2
21002026-08-12T20:44:45.763Z Checking sync_wrapper v1.0.2
21012026-08-12T20:44:45.810Z Checking static_assertions v1.1.0
21022026-08-12T20:44:45.899Z Checking tower v0.5.3
21032026-08-12T20:44:45.940Z Checking iri-string v0.7.10
21042026-08-12T20:44:45.944Z Checking bit-vec v0.8.0
21052026-08-12T20:44:45.976Z Checking foldhash v0.2.0
21062026-08-12T20:44:46.196Z Checking zlib-rs v0.6.2
21072026-08-12T20:44:46.236Z Checking bit-set v0.8.0
21082026-08-12T20:44:46.327Z Checking hashbrown v0.16.1
21092026-08-12T20:44:46.396Z Checking sha2 v0.10.9
21102026-08-12T20:44:46.399Z Checking openapiv3 v2.2.0
21112026-08-12T20:44:46.469Z Checking wait-timeout v0.2.1
21122026-08-12T20:44:46.597Z Checking hyper v1.10.1
21132026-08-12T20:44:46.637Z Checking lazy_static v1.5.0
21142026-08-12T20:44:46.699Z Checking hubpack v0.1.2
21152026-08-12T20:44:46.758Z Checking quick-error v1.2.3
21162026-08-12T20:44:46.852Z Checking tinyvec_macros v0.1.1
21172026-08-12T20:44:46.892Z Checking rusty-fork v0.3.1
21182026-08-12T20:44:46.930Z Checking rustls-native-certs v0.8.3
21192026-08-12T20:44:46.966Z Checking tinyvec v1.10.0
21202026-08-12T20:44:47.003Z Checking tower-http v0.6.8
21212026-08-12T20:44:47.086Z Checking rand_xorshift v0.4.0
21222026-08-12T20:44:47.089Z Checking strum v0.26.3
21232026-08-12T20:44:47.159Z Checking flate2 v1.1.9
21242026-08-12T20:44:47.237Z Checking unarray v0.1.4
21252026-08-12T20:44:47.276Z Checking psl-types v2.0.11
21262026-08-12T20:44:47.314Z Checking cookie v0.18.1
21272026-08-12T20:44:47.318Z Checking signature v2.2.0
21282026-08-12T20:44:47.389Z Checking proptest v1.11.0
21292026-08-12T20:44:47.423Z Checking publicsuffix v2.3.0
21302026-08-12T20:44:47.476Z Checking num-integer v0.1.46
21312026-08-12T20:44:47.479Z Checking tokio-rustls v0.26.4
21322026-08-12T20:44:47.512Z Checking rustls-platform-verifier v0.6.2
21332026-08-12T20:44:47.585Z Checking hyper-util v0.1.20
21342026-08-12T20:44:47.625Z Checking scroll v0.13.0
21352026-08-12T20:44:47.628Z Checking cookie_store v0.22.1
21362026-08-12T20:44:47.695Z Checking anstyle-parse v0.2.7
21372026-08-12T20:44:47.734Z Checking ahash v0.8.12
21382026-08-12T20:44:47.773Z Checking serde_spanned v0.6.9
21392026-08-12T20:44:47.812Z Checking toml_datetime v0.6.11
21402026-08-12T20:44:47.873Z Checking goblin v0.10.5
21412026-08-12T20:44:47.877Z Checking memmap2 v0.9.10
21422026-08-12T20:44:47.946Z Checking data-encoding v2.10.0
21432026-08-12T20:44:47.985Z Checking base64 v0.21.7
21442026-08-12T20:44:48.024Z Checking anstream v0.6.21
21452026-08-12T20:44:48.027Z Checking dtrace-parser v0.3.0
21462026-08-12T20:44:48.097Z Checking bstr v1.12.1
21472026-08-12T20:44:48.243Z Checking hmac v0.12.1
21482026-08-12T20:44:48.283Z Checking thread-id v5.1.0
21492026-08-12T20:44:48.283Z Checking x509-cert v0.2.5
21502026-08-12T20:44:48.355Z Checking crossbeam-epoch v0.9.18
21512026-08-12T20:44:48.395Z Checking num-iter v0.1.45
21522026-08-12T20:44:48.433Z Checking memoffset v0.9.1
21532026-08-12T20:44:48.508Z Checking scroll v0.12.0
21542026-08-12T20:44:48.547Z Checking zerocopy v0.7.35
21552026-08-12T20:44:48.551Z Checking rustix v0.38.44
21562026-08-12T20:44:48.618Z Checking env_filter v1.0.0
21572026-08-12T20:44:48.764Z Checking goblin v0.8.2
21582026-08-12T20:44:48.803Z Checking tap v1.0.1
21592026-08-12T20:44:48.859Z Checking hyper-rustls v0.27.7
21602026-08-12T20:44:48.936Z Checking unicode-segmentation v1.12.0
21612026-08-12T20:44:48.982Z Checking wyz v0.5.1
21622026-08-12T20:44:49.064Z Checking env_logger v0.11.9
21632026-08-12T20:44:49.102Z Checking reqwest v0.13.2
21642026-08-12T20:44:49.176Z Checking newtype-uuid v1.3.2
21652026-08-12T20:44:49.217Z Checking num-bigint-dig v0.8.6
21662026-08-12T20:44:49.272Z Checking dtrace-parser v0.2.0
21672026-08-12T20:44:49.310Z Checking pkcs1 v0.7.5
21682026-08-12T20:44:49.393Z Checking ff v0.13.1
21692026-08-12T20:44:49.434Z Checking daft v0.1.7
21702026-08-12T20:44:49.540Z Checking radium v0.7.0
21712026-08-12T20:44:49.543Z Checking thread-id v4.2.2
21722026-08-12T20:44:49.614Z Checking funty v2.0.0
21732026-08-12T20:44:49.685Z Checking same-file v1.0.6
21742026-08-12T20:44:49.724Z Checking base16ct v0.2.0
21752026-08-12T20:44:49.763Z Checking crc-catalog v2.4.0
21762026-08-12T20:44:49.836Z Checking walkdir v2.5.0
21772026-08-12T20:44:49.882Z Checking crc v3.4.0
21782026-08-12T20:44:49.885Z Checking sec1 v0.7.3
21792026-08-12T20:44:49.955Z Checking bitvec v1.0.1
21802026-08-12T20:44:49.994Z Checking group v0.13.0
21812026-08-12T20:44:50.032Z Checking nix v0.31.2
21822026-08-12T20:44:50.071Z Checking rsa v0.9.10
21832026-08-12T20:44:50.109Z Checking hkdf v0.12.4
21842026-08-12T20:44:50.561Z Checking unicode-normalization v0.1.25
21852026-08-12T20:44:50.564Z Checking serde_with v3.21.0
21862026-08-12T20:44:50.564Z Checking dof v0.4.0
21872026-08-12T20:44:50.564Z Checking crypto-bigint v0.5.5
21882026-08-12T20:44:50.577Z Checking zerocopy v0.6.6
21892026-08-12T20:44:50.580Z Checking maybe-uninit v2.0.0
21902026-08-12T20:44:50.681Z Checking dof v0.3.0
21912026-08-12T20:44:50.719Z Checking foldhash v0.1.5
21922026-08-12T20:44:50.887Z Checking foreign-types-shared v0.1.1
21932026-08-12T20:44:50.927Z Checking nodrop v0.1.14
21942026-08-12T20:44:50.929Z Checking usdt-impl v0.6.0
21952026-08-12T20:44:51.003Z Checking keccak v0.1.6
21962026-08-12T20:44:51.006Z Checking usdt-impl v0.5.0
21972026-08-12T20:44:51.075Z Checking winnow v0.5.40
21982026-08-12T20:44:51.203Z Checking sha3 v0.10.8
21992026-08-12T20:44:51.243Z Checking elliptic-curve v0.13.8
22002026-08-12T20:44:51.248Z Checking array-init v0.0.4
22012026-08-12T20:44:51.316Z Checking usdt v0.6.0
22022026-08-12T20:44:51.325Z Checking packed_struct v0.10.1
22032026-08-12T20:44:51.388Z Checking foreign-types v0.3.2
22042026-08-12T20:44:51.432Z Checking hashbrown v0.15.5
22052026-08-12T20:44:51.485Z Checking smallvec v0.6.14
22062026-08-12T20:44:51.524Z Checking bitfield v0.19.4
22072026-08-12T20:44:51.577Z Checking bzip2-sys v0.1.13+1.0.8
22082026-08-12T20:44:51.616Z Checking openssl-sys v0.9.117
22092026-08-12T20:44:51.690Z Checking bitflags v1.3.2
22102026-08-12T20:44:51.731Z Checking siphasher v1.0.2
22112026-08-12T20:44:51.735Z Checking hashbrown v0.12.3
22122026-08-12T20:44:51.804Z Checking winnow v1.0.3
22132026-08-12T20:44:51.841Z Checking winnow v0.7.14
22142026-08-12T20:44:51.917Z Checking serde-hex v0.1.0
22152026-08-12T20:44:51.920Z Checking bzip2 v0.4.4
22162026-08-12T20:44:52.005Z Checking openssl v0.10.80
22172026-08-12T20:44:52.117Z Checking toml_parser v1.1.2+spec-1.1.0
22182026-08-12T20:44:52.156Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22192026-08-12T20:44:52.195Z Checking indexmap v1.9.3
22202026-08-12T20:44:52.255Z Checking toml_edit v0.19.15
22212026-08-12T20:44:52.340Z Checking ron v0.8.1
22222026-08-12T20:44:52.411Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22232026-08-12T20:44:52.465Z Checking hashbrown v0.13.2
22242026-08-12T20:44:52.539Z Checking itertools v0.13.0
22252026-08-12T20:44:52.887Z Checking signal-hook v0.3.18
22262026-08-12T20:44:52.926Z Checking managed v0.8.0
22272026-08-12T20:44:53.044Z Checking crc-any v2.5.0
22282026-08-12T20:44:53.108Z Checking object v0.30.4
22292026-08-12T20:44:53.145Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22302026-08-12T20:44:53.250Z Checking zip v0.6.6
22312026-08-12T20:44:53.290Z Checking toml v0.7.8
22322026-08-12T20:44:53.333Z Checking globset v0.4.18
22332026-08-12T20:44:53.438Z Checking itertools v0.15.0
22342026-08-12T20:44:53.587Z Checking chacha20 v0.10.0
22352026-08-12T20:44:53.627Z Checking curve25519-dalek v4.1.3
22362026-08-12T20:44:53.630Z Checking object v0.37.3
22372026-08-12T20:44:53.630Z Checking toml_write v0.1.2
22382026-08-12T20:44:53.864Z Checking path-slash v0.1.5
22392026-08-12T20:44:53.903Z Checking toml_edit v0.22.27
22402026-08-12T20:44:53.999Z Checking signal-hook-mio v0.2.5
22412026-08-12T20:44:54.038Z Checking native-tls v0.2.18
22422026-08-12T20:44:54.137Z Checking ed25519 v2.2.3
22432026-08-12T20:44:54.249Z Checking ref-cast v1.0.25
22442026-08-12T20:44:54.352Z Checking pin-project v1.1.11
22452026-08-12T20:44:54.392Z Checking jiff-core v0.1.0
22462026-08-12T20:44:54.430Z Checking ed25519-dalek v2.2.0
22472026-08-12T20:44:54.481Z Checking tokio-native-tls v0.3.1
22482026-08-12T20:44:54.556Z Checking pem v3.0.6
22492026-08-12T20:44:54.673Z Checking zstd-sys v2.0.16+zstd.1.5.7
22502026-08-12T20:44:54.719Z Checking fixedbitset v0.5.7
22512026-08-12T20:44:54.755Z Checking hyper-tls v0.6.0
22522026-08-12T20:44:54.825Z Checking zstd-safe v7.2.4
22532026-08-12T20:44:54.946Z Checking petgraph v0.8.3
22542026-08-12T20:44:54.984Z Checking snafu v0.8.9
22552026-08-12T20:44:55.026Z Checking crossterm v0.28.1
22562026-08-12T20:44:55.063Z Checking similar v2.7.0
22572026-08-12T20:44:55.102Z Checking jiff v0.2.34
22582026-08-12T20:44:55.206Z Checking fs-err v3.3.0
22592026-08-12T20:44:55.260Z Checking hash32 v0.2.1
22602026-08-12T20:44:55.445Z Checking serde-big-array v0.5.1
22612026-08-12T20:44:55.486Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22622026-08-12T20:44:55.490Z Checking serde_plain v1.0.2
22632026-08-12T20:44:55.558Z Checking predicates-core v1.0.10
22642026-08-12T20:44:55.624Z Checking unicode-properties v0.1.4
22652026-08-12T20:44:55.704Z Checking typed-path v0.9.3
22662026-08-12T20:44:55.732Z Checking bumpalo v3.20.2
22672026-08-12T20:44:55.774Z Checking libbz2-rs-sys v0.2.2
22682026-08-12T20:44:55.855Z Checking unicode-bidi v0.3.18
22692026-08-12T20:44:55.969Z Checking zopfli v0.8.3
22702026-08-12T20:44:56.048Z Checking heapless v0.7.17
22712026-08-12T20:44:56.183Z Checking stringprep v0.1.5
22722026-08-12T20:44:56.209Z Checking bzip2 v0.6.1
22732026-08-12T20:44:56.329Z Checking zstd v0.13.3
22742026-08-12T20:44:56.368Z Checking reqwest v0.12.28
22752026-08-12T20:44:56.404Z Checking hickory-proto v0.25.2
22762026-08-12T20:44:56.483Z Checking byte-wrapper v0.1.0
22772026-08-12T20:44:56.520Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
22782026-08-12T20:44:56.531Z Checking md-5 v0.10.6
22792026-08-12T20:44:56.592Z Checking float-cmp v0.10.0
22802026-08-12T20:44:56.597Z Checking difflib v0.4.0
22812026-08-12T20:44:56.773Z Checking fallible-iterator v0.2.0
22822026-08-12T20:44:56.781Z Checking normalize-line-endings v0.3.0
22832026-08-12T20:44:56.782Z Checking smoltcp v0.9.1
22842026-08-12T20:44:56.832Z Checking iddqd v0.4.2
22852026-08-12T20:44:56.872Z Checking predicates v3.1.4
22862026-08-12T20:44:56.910Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
22872026-08-12T20:44:57.003Z Checking zip v4.6.1
22882026-08-12T20:44:57.041Z Checking postgres-protocol v0.6.10
22892026-08-12T20:44:57.129Z Checking phf_shared v0.11.3
22902026-08-12T20:44:57.206Z Checking phf_shared v0.13.1
22912026-08-12T20:44:57.759Z Checking olpc-cjson v0.1.4
22922026-08-12T20:44:57.759Z Checking tokio-stream v0.1.18
22932026-08-12T20:44:57.759Z Checking strum v0.27.2
22942026-08-12T20:44:57.759Z Checking fixedbitset v0.4.2
22952026-08-12T20:44:57.759Z Checking precomputed-hash v0.1.1
22962026-08-12T20:44:57.759Z Checking new_debug_unreachable v1.0.6
22972026-08-12T20:44:57.759Z Checking lalrpop-util v0.19.12
22982026-08-12T20:44:57.759Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22992026-08-12T20:44:57.759Z Checking tough v0.22.0
23002026-08-12T20:44:57.790Z Checking string_cache v0.8.9
23012026-08-12T20:44:57.790Z Checking petgraph v0.6.5
23022026-08-12T20:44:57.790Z Checking phf v0.13.1
23032026-08-12T20:44:57.790Z Checking postgres-types v0.2.12
23042026-08-12T20:44:57.835Z Checking buf-list v1.1.2
23052026-08-12T20:44:57.876Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23062026-08-12T20:44:57.937Z Checking whoami v2.1.0
23072026-08-12T20:44:58.046Z Checking peg-runtime v0.8.5
23082026-08-12T20:44:58.183Z Checking is-terminal v0.4.17
23092026-08-12T20:44:58.187Z Checking tokio-postgres v0.7.16
23102026-08-12T20:44:58.258Z Checking crossbeam-channel v0.5.15
23112026-08-12T20:44:58.297Z Checking thread_local v1.1.9
23122026-08-12T20:44:58.337Z Checking term v1.2.1
23132026-08-12T20:44:58.498Z Checking take_mut v0.2.2
23142026-08-12T20:44:58.587Z Checking slog-term v2.9.2
23152026-08-12T20:44:58.624Z Compiling newtype-uuid-macros v0.1.0
23162026-08-12T20:44:58.661Z Checking slog-async v2.8.0
23172026-08-12T20:44:58.866Z Compiling multer v3.1.0
23182026-08-12T20:44:58.903Z Compiling async-stream-impl v0.3.6
23192026-08-12T20:44:58.992Z Checking match_cfg v0.1.0
23202026-08-12T20:44:59.125Z Checking hostname v0.3.1
23212026-08-12T20:44:59.171Z Checking slog-json v2.6.1
23222026-08-12T20:44:59.239Z Compiling dropshot v0.17.1
23232026-08-12T20:44:59.279Z Checking debug-ignore v1.0.5
23242026-08-12T20:44:59.361Z Checking slog-bunyan v2.5.0
23252026-08-12T20:44:59.410Z Compiling dropshot_endpoint v0.17.1
23262026-08-12T20:44:59.413Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23272026-08-12T20:44:59.522Z Checking serde_path_to_error v0.1.20
23282026-08-12T20:44:59.525Z Checking progenitor-client v0.14.0
23292026-08-12T20:44:59.594Z Checking sha1 v0.11.0
23302026-08-12T20:44:59.629Z Checking serde_spanned v1.1.1
23312026-08-12T20:44:59.673Z Checking toml_datetime v1.1.1+spec-1.1.0
23322026-08-12T20:44:59.788Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23332026-08-12T20:44:59.827Z Checking toml_writer v1.1.1+spec-1.1.0
23342026-08-12T20:44:59.830Z Checking compression-core v0.4.31
23352026-08-12T20:44:59.830Z Checking async-stream v0.3.6
23362026-08-12T20:44:59.969Z Checking waitgroup v0.1.2
23372026-08-12T20:45:00.040Z Checking rustls-pemfile v2.2.0
23382026-08-12T20:45:00.044Z Checking toml v1.1.2+spec-1.1.0
23392026-08-12T20:45:00.113Z Checking compression-codecs v0.4.37
23402026-08-12T20:45:00.117Z Checking hostname v0.4.2
23412026-08-12T20:45:00.189Z Checking atomicwrites v0.4.4
23422026-08-12T20:45:00.228Z Compiling parse-display-derive v0.10.0
23432026-08-12T20:45:00.266Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23442026-08-12T20:45:00.269Z Checking macaddr v1.0.1
23452026-08-12T20:45:00.299Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23462026-08-12T20:45:00.373Z Checking regress v0.10.5
23472026-08-12T20:45:00.377Z Checking async-compression v0.4.41
23482026-08-12T20:45:00.446Z Checking instant v0.1.13
23492026-08-12T20:45:00.512Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23502026-08-12T20:45:00.561Z Checking itertools v0.14.0
23512026-08-12T20:45:00.664Z Checking backoff v0.4.0
23522026-08-12T20:45:00.702Z Checking backon v1.6.0
23532026-08-12T20:45:00.785Z Checking humantime v2.3.0
23542026-08-12T20:45:00.789Z Checking unicode-width v0.2.0
23552026-08-12T20:45:00.899Z Compiling convert_case v0.4.0
23562026-08-12T20:45:00.937Z Checking progenitor-extras v0.2.0
23572026-08-12T20:45:01.001Z Checking half v2.7.1
23582026-08-12T20:45:01.098Z Checking ciborium-io v0.2.2
23592026-08-12T20:45:01.190Z Checking heck v0.5.0
23602026-08-12T20:45:01.229Z Checking secrecy v0.10.3
23612026-08-12T20:45:01.301Z Compiling derive_more v0.99.20
23622026-08-12T20:45:01.304Z Checking ciborium-ll v0.2.2
23632026-08-12T20:45:01.372Z Checking camino-tempfile v1.4.1
23642026-08-12T20:45:01.409Z Checking indent_write v2.2.0
23652026-08-12T20:45:01.549Z Checking ciborium v0.2.2
23662026-08-12T20:45:01.603Z Compiling regress v0.11.1
23672026-08-12T20:45:01.605Z Compiling crucible-workspace-hack v0.1.0
23682026-08-12T20:45:01.690Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23692026-08-12T20:45:01.883Z Checking inout v0.1.4
23702026-08-12T20:45:01.967Z Checking parse-display v0.10.0
23712026-08-12T20:45:02.010Z Checking universal-hash v0.5.1
23722026-08-12T20:45:02.050Z Compiling thiserror-impl-no-std v2.0.2
23732026-08-12T20:45:02.053Z Checking cipher v0.4.4
23742026-08-12T20:45:02.084Z Checking opaque-debug v0.3.1
23752026-08-12T20:45:02.192Z Checking blake2 v0.10.6
23762026-08-12T20:45:02.237Z Checking poly1305 v0.8.0
23772026-08-12T20:45:02.309Z Checking chacha20 v0.9.1
23782026-08-12T20:45:02.455Z Checking aead v0.5.2
23792026-08-12T20:45:02.530Z Checking password-hash v0.5.0
23802026-08-12T20:45:02.568Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
23812026-08-12T20:45:02.624Z Checking chacha20poly1305 v0.10.1
23822026-08-12T20:45:02.779Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23832026-08-12T20:45:02.818Z Checking argon2 v0.5.3
23842026-08-12T20:45:02.996Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
23852026-08-12T20:45:03.103Z Compiling unsafe-libyaml v0.2.11
23862026-08-12T20:45:03.184Z Compiling typify-impl v0.6.2
23872026-08-12T20:45:03.264Z Checking thiserror-no-std v2.0.2
23882026-08-12T20:45:03.267Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
23892026-08-12T20:45:03.339Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23902026-08-12T20:45:03.385Z Checking vsss-rs v3.3.4
23912026-08-12T20:45:03.876Z Compiling serde_yaml v0.9.34+deprecated
23922026-08-12T20:45:03.914Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23932026-08-12T20:45:04.502Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23942026-08-12T20:45:04.656Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23952026-08-12T20:45:04.807Z Checking crossbeam-deque v0.8.6
23962026-08-12T20:45:04.845Z Checking swrite v0.1.0
23972026-08-12T20:45:04.913Z Compiling rayon-core v1.13.0
23982026-08-12T20:45:04.966Z Compiling num-derive v0.4.2
23992026-08-12T20:45:05.003Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24002026-08-12T20:45:05.039Z Compiling toml_datetime v0.7.5+spec-1.1.0
24012026-08-12T20:45:05.161Z Compiling proc-macro-error v1.0.4
24022026-08-12T20:45:05.314Z Compiling toml_edit v0.23.10+spec-1.0.0
24032026-08-12T20:45:05.351Z Checking tabwriter v1.4.1
24042026-08-12T20:45:05.501Z Checking glob v0.3.3
24052026-08-12T20:45:05.539Z Compiling heapless v0.8.0
24062026-08-12T20:45:05.575Z Checking rayon v1.11.0
24072026-08-12T20:45:05.690Z Checking hash32 v0.3.1
24082026-08-12T20:45:05.729Z Compiling ingot-macros v0.2.0
24092026-08-12T20:45:05.888Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24102026-08-12T20:45:05.960Z Checking colored v3.1.1
24112026-08-12T20:45:06.129Z Compiling proc-macro-crate v3.4.0
24122026-08-12T20:45:06.168Z Compiling smoltcp v0.11.0
24132026-08-12T20:45:06.467Z Checking cobs v0.3.0
24142026-08-12T20:45:06.594Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
24152026-08-12T20:45:06.668Z Checking postcard v1.1.3
24162026-08-12T20:45:06.709Z Compiling num_enum_derive v0.7.6
24172026-08-12T20:45:06.860Z Checking toml v0.8.23
24182026-08-12T20:45:06.908Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24192026-08-12T20:45:06.992Z Checking rand v0.10.1
24202026-08-12T20:45:07.111Z Compiling proc-macro-crate v1.3.1
24212026-08-12T20:45:07.214Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24222026-08-12T20:45:07.459Z Checking sigpipe v0.1.3
24232026-08-12T20:45:07.509Z Compiling foreign-types-macros v0.2.3
24242026-08-12T20:45:07.552Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24252026-08-12T20:45:07.590Z Checking foreign-types-shared v0.3.1
24262026-08-12T20:45:07.709Z Compiling num_enum_derive v0.5.11
24272026-08-12T20:45:07.713Z Compiling typify-macro v0.6.2
24282026-08-12T20:45:07.782Z Checking num_enum v0.7.6
24292026-08-12T20:45:07.939Z Compiling usdt-macro v0.5.0
24302026-08-12T20:45:07.986Z Compiling usdt-attr-macro v0.5.0
24312026-08-12T20:45:08.041Z Checking cstr-argument v0.1.2
24322026-08-12T20:45:08.131Z Checking foreign-types v0.5.0
24332026-08-12T20:45:08.194Z Checking memmap v0.7.0
24342026-08-12T20:45:08.240Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24352026-08-12T20:45:08.360Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24362026-08-12T20:45:08.577Z Checking ingot-types v0.2.0
24372026-08-12T20:45:08.708Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
24382026-08-12T20:45:08.746Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24392026-08-12T20:45:08.854Z Checking num_enum v0.5.11
24402026-08-12T20:45:08.859Z Checking usdt v0.5.0
24412026-08-12T20:45:08.874Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24422026-08-12T20:45:08.909Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
24432026-08-12T20:45:08.945Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24442026-08-12T20:45:09.014Z Checking ingot v0.2.1
24452026-08-12T20:45:09.049Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24462026-08-12T20:45:09.052Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24472026-08-12T20:45:09.118Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24482026-08-12T20:45:09.197Z Compiling zone_cfg_derive v0.3.1
24492026-08-12T20:45:09.200Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24502026-08-12T20:45:09.322Z Checking itertools v0.12.1
24512026-08-12T20:45:09.429Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24522026-08-12T20:45:09.467Z Compiling typify v0.6.2
24532026-08-12T20:45:09.609Z Compiling progenitor-impl v0.14.0
24542026-08-12T20:45:09.868Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24552026-08-12T20:45:09.907Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24562026-08-12T20:45:10.022Z Checking smf v0.2.3
24572026-08-12T20:45:10.081Z Checking whoami v1.6.1
24582026-08-12T20:45:10.183Z Checking tokio-dtrace v0.1.1
24592026-08-12T20:45:10.256Z Compiling derive-where v1.6.0
24602026-08-12T20:45:10.294Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24612026-08-12T20:45:10.358Z Checking zone v0.3.1
24622026-08-12T20:45:10.396Z Checking oxide-tokio-rt v0.1.4
24632026-08-12T20:45:10.600Z Checking console v0.15.11
24642026-08-12T20:45:10.604Z Checking newline-converter v0.3.0
24652026-08-12T20:45:10.674Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24662026-08-12T20:45:10.744Z Checking bytecount v0.6.9
24672026-08-12T20:45:10.859Z Checking unicode-width v0.1.14
24682026-08-12T20:45:10.927Z Checking expectorate v1.2.0
24692026-08-12T20:45:10.964Z Checking num-rational v0.4.2
24702026-08-12T20:45:11.116Z Checking num-complex v0.4.6
24712026-08-12T20:45:11.144Z Checking float-ord v0.3.2
24722026-08-12T20:45:11.279Z Compiling cancel-safe-futures v0.1.5
24732026-08-12T20:45:11.318Z Checking linear-map v1.2.0
24742026-08-12T20:45:11.464Z Checking num v0.4.3
24752026-08-12T20:45:11.544Z Checking gethostname v0.5.0
24762026-08-12T20:45:11.614Z Compiling prettyplease v0.2.37
24772026-08-12T20:45:11.650Z Checking oxide-update-engine-types v0.1.2
24782026-08-12T20:45:11.687Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24792026-08-12T20:45:11.884Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24802026-08-12T20:45:11.929Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24812026-08-12T20:45:12.187Z Compiling owo-colors v4.3.0
24822026-08-12T20:45:12.230Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24832026-08-12T20:45:12.287Z Compiling progenitor-macro v0.14.0
24842026-08-12T20:45:12.348Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24852026-08-12T20:45:12.466Z Checking resolv-conf v0.7.6
24862026-08-12T20:45:12.593Z Checking oxide-update-engine v0.1.2
24872026-08-12T20:45:12.682Z Checking unicode-linebreak v0.1.5
24882026-08-12T20:45:12.930Z Checking smawk v0.3.2
24892026-08-12T20:45:12.967Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24902026-08-12T20:45:13.050Z Checking papergrid v0.11.0
24912026-08-12T20:45:13.092Z Compiling tabled_derive v0.7.0
24922026-08-12T20:45:13.214Z Compiling convert_case v0.10.0
24932026-08-12T20:45:13.217Z Compiling slog-dtrace v0.3.0
24942026-08-12T20:45:13.546Z Compiling derive_more-impl v2.1.1
24952026-08-12T20:45:13.586Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24962026-08-12T20:45:14.078Z Checking tabled v0.15.0
24972026-08-12T20:45:14.187Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24982026-08-12T20:45:14.190Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24992026-08-12T20:45:14.371Z Checking derive_more v2.1.1
25002026-08-12T20:45:14.479Z Checking crossterm v0.29.0
25012026-08-12T20:45:15.083Z Checking fd-lock v4.0.4
25022026-08-12T20:45:15.587Z Checking vte v0.14.1
25032026-08-12T20:45:15.886Z Checking strip-ansi-escapes v0.2.1
25042026-08-12T20:45:16.063Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25052026-08-12T20:45:16.228Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25062026-08-12T20:45:16.268Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
25072026-08-12T20:45:17.222Z Checking termtree v0.5.1
25082026-08-12T20:45:17.262Z Checking progenitor v0.14.0
25092026-08-12T20:45:17.335Z Checking linked-hash-map v0.5.6
25102026-08-12T20:45:17.437Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25112026-08-12T20:45:17.539Z Checking nu-ansi-term v0.50.3
25122026-08-12T20:45:17.623Z Checking lru-cache v0.1.2
25132026-08-12T20:45:17.772Z Checking textwrap v0.16.2
25142026-08-12T20:45:17.775Z Checking reedline v0.40.0
25152026-08-12T20:45:17.855Z Checking hickory-proto v0.24.4
25162026-08-12T20:45:18.176Z Compiling minimal-lexical v0.2.1
25172026-08-12T20:45:18.463Z Compiling nom v7.1.3
25182026-08-12T20:45:18.657Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
25192026-08-12T20:45:18.951Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25202026-08-12T20:45:19.310Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25212026-08-12T20:45:19.521Z Compiling unicode-xid v0.2.6
25222026-08-12T20:45:19.671Z Checking display-error-chain v0.2.2
25232026-08-12T20:45:19.707Z Checking hickory-resolver v0.24.4
25242026-08-12T20:45:19.824Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25252026-08-12T20:45:19.899Z Compiling ar_archive_writer v0.5.1
25262026-08-12T20:45:19.934Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25272026-08-12T20:45:20.287Z Checking csv-core v0.1.13
25282026-08-12T20:45:20.455Z Compiling stacker v0.1.23
25292026-08-12T20:45:20.458Z Compiling cfg_aliases v0.1.1
25302026-08-12T20:45:20.530Z Checking csv v1.4.0
25312026-08-12T20:45:20.533Z Checking qorb v0.4.1
25322026-08-12T20:45:20.533Z Checking highway v1.3.0
25332026-08-12T20:45:20.634Z Compiling semver v0.1.20
25342026-08-12T20:45:20.781Z Compiling psm v0.1.30
25352026-08-12T20:45:20.830Z Compiling nix v0.28.0
25362026-08-12T20:45:20.867Z Checking nibble_vec v0.1.0
25372026-08-12T20:45:20.976Z Compiling rustc_version v0.1.7
25382026-08-12T20:45:21.016Z Checking endian-type v0.1.2
25392026-08-12T20:45:21.050Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25402026-08-12T20:45:21.177Z Checking radix_trie v0.2.1
25412026-08-12T20:45:21.249Z Compiling newtype_derive v0.1.6
25422026-08-12T20:45:21.295Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25432026-08-12T20:45:21.449Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25442026-08-12T20:45:21.483Z Checking phf_shared v0.12.1
25452026-08-12T20:45:21.586Z Compiling recursive-proc-macro-impl v0.1.1
25462026-08-12T20:45:21.623Z Compiling chrono-tz v0.10.4
25472026-08-12T20:45:21.659Z Checking phf v0.12.1
25482026-08-12T20:45:21.831Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25492026-08-12T20:45:21.902Z Compiling const_format_proc_macros v0.2.34
25502026-08-12T20:45:21.947Z Compiling peg-macros v0.8.5
25512026-08-12T20:45:21.985Z Checking winnow v0.6.26
25522026-08-12T20:45:22.031Z Checking recursive v0.1.1
25532026-08-12T20:45:22.157Z Compiling sqlparser_derive v0.5.0
25542026-08-12T20:45:22.220Z Checking unicode_categories v0.1.1
25552026-08-12T20:45:22.348Z Checking home v0.5.12
25562026-08-12T20:45:22.735Z Checking const_format v0.2.35
25572026-08-12T20:45:22.738Z Checking rustyline v14.0.0
25582026-08-12T20:45:23.000Z Checking sqlparser v0.61.0
25592026-08-12T20:45:23.139Z Checking sqlformat v0.3.5
25602026-08-12T20:45:23.312Z Checking peg v0.8.5
25612026-08-12T20:45:23.484Z Checking bcs v0.1.6
25622026-08-12T20:45:23.525Z Checking nom v8.0.0
25632026-08-12T20:45:23.606Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25642026-08-12T20:45:23.753Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
25652026-08-12T20:45:23.791Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
25662026-08-12T20:45:23.829Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25672026-08-12T20:45:23.894Z Checking steno v0.4.1
25682026-08-12T20:45:24.267Z Checking sha1 v0.10.6
25692026-08-12T20:45:24.380Z Checking filetime v0.2.27
25702026-08-12T20:45:24.467Z Checking xattr v1.6.1
25712026-08-12T20:45:24.549Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25722026-08-12T20:45:24.632Z Checking tar v0.4.46
25732026-08-12T20:45:24.752Z Checking subprocess v0.2.15
25742026-08-12T20:45:24.815Z Checking headers-core v0.3.0
25752026-08-12T20:45:24.933Z Checking yasna v0.5.2
25762026-08-12T20:45:25.045Z Checking headers v0.4.1
25772026-08-12T20:45:25.079Z Checking port-file v0.1.0
25782026-08-12T20:45:25.328Z Checking tagptr v0.2.0
25792026-08-12T20:45:25.364Z Checking rcgen v0.12.1
25802026-08-12T20:45:25.499Z Checking moka v0.12.13
25812026-08-12T20:45:25.534Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
25822026-08-12T20:45:25.571Z Checking dropshot-api-manager-types v0.7.2
25832026-08-12T20:45:25.709Z Checking utf-8 v0.7.6
25842026-08-12T20:45:25.792Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25852026-08-12T20:45:25.910Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25862026-08-12T20:45:25.974Z Checking tungstenite v0.21.0
25872026-08-12T20:45:26.103Z Compiling libefi-sys v0.1.0
25882026-08-12T20:45:26.231Z Checking hickory-resolver v0.25.2
25892026-08-12T20:45:26.397Z Compiling bitfield-struct v0.6.2
25902026-08-12T20:45:26.433Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25912026-08-12T20:45:26.468Z Checking tokio-tungstenite v0.21.0
25922026-08-12T20:45:26.785Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25932026-08-12T20:45:26.903Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25942026-08-12T20:45:26.939Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25952026-08-12T20:45:26.976Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25962026-08-12T20:45:27.011Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25972026-08-12T20:45:27.044Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25982026-08-12T20:45:27.079Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25992026-08-12T20:45:27.150Z Compiling xshell-macros v0.2.7
26002026-08-12T20:45:27.350Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26012026-08-12T20:45:27.527Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26022026-08-12T20:45:27.563Z Checking xshell v0.2.7
26032026-08-12T20:45:27.615Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26042026-08-12T20:45:27.863Z Checking half v1.8.3
26052026-08-12T20:45:27.947Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26062026-08-12T20:45:27.989Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26072026-08-12T20:45:28.087Z Checking serde_cbor v0.11.2
26082026-08-12T20:45:28.389Z Checking libscf-sys v1.2.0
26092026-08-12T20:45:28.486Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26102026-08-12T20:45:28.524Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26112026-08-12T20:45:28.527Z Checking maplit v1.0.2
26122026-08-12T20:45:28.596Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26132026-08-12T20:45:28.639Z Checking papergrid v0.18.0
26142026-08-12T20:45:28.676Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26152026-08-12T20:45:28.711Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26162026-08-12T20:45:28.937Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26172026-08-12T20:45:29.207Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26182026-08-12T20:45:29.478Z Checking tabled v0.21.0
26192026-08-12T20:45:29.515Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
26202026-08-12T20:45:29.551Z Checking unicase v2.9.0
26212026-08-12T20:45:29.589Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26222026-08-12T20:45:29.725Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26232026-08-12T20:45:29.763Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26242026-08-12T20:45:29.766Z Checking crc8 v0.1.1
26252026-08-12T20:45:29.833Z Checking fxhash v0.2.1
26262026-08-12T20:45:29.925Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26272026-08-12T20:45:29.983Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
26282026-08-12T20:45:30.409Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26292026-08-12T20:45:30.651Z Checking sha2 v0.11.0
26302026-08-12T20:45:30.708Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26312026-08-12T20:45:30.746Z Compiling darling_core v0.21.3
26322026-08-12T20:45:31.022Z Compiling vergen-lib v0.1.6
26332026-08-12T20:45:31.236Z Compiling diesel_derives v2.3.7
26342026-08-12T20:45:31.321Z Checking scheduled-thread-pool v0.2.7
26352026-08-12T20:45:31.405Z Compiling vergen-gitcl v1.0.8
26362026-08-12T20:45:31.498Z Compiling diesel_table_macro_syntax v0.3.0
26372026-08-12T20:45:31.501Z Checking r2d2 v0.8.10
26382026-08-12T20:45:31.732Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
26392026-08-12T20:45:31.768Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26402026-08-12T20:45:31.771Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26412026-08-12T20:45:32.056Z Checking downcast-rs v2.0.2
26422026-08-12T20:45:32.151Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26432026-08-12T20:45:32.186Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26442026-08-12T20:45:32.713Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26452026-08-12T20:45:32.750Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26462026-08-12T20:45:32.863Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26472026-08-12T20:45:33.042Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26482026-08-12T20:45:33.078Z Checking kstat-rs v0.2.5
26492026-08-12T20:45:33.314Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26502026-08-12T20:45:33.349Z Compiling darling_macro v0.21.3
26512026-08-12T20:45:33.574Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26522026-08-12T20:45:33.609Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26532026-08-12T20:45:33.642Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26542026-08-12T20:45:33.879Z Compiling darling v0.21.3
26552026-08-12T20:45:34.000Z Compiling dsl_auto_type v0.2.0
26562026-08-12T20:45:34.464Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26572026-08-12T20:45:34.800Z Compiling dirs-sys-next v0.1.2
26582026-08-12T20:45:34.900Z Compiling crunchy v0.2.4
26592026-08-12T20:45:35.015Z Compiling parking_lot_core v0.8.6
26602026-08-12T20:45:35.059Z Compiling dirs-next v2.0.0
26612026-08-12T20:45:35.119Z Compiling clang-sys v1.8.1
26622026-08-12T20:45:35.222Z Compiling git-stub v1.0.0
26632026-08-12T20:45:35.268Z Compiling tiny-keccak v2.0.2
26642026-08-12T20:45:35.528Z Compiling git-stub-vcs v0.1.0
26652026-08-12T20:45:35.601Z Compiling term v0.7.0
26662026-08-12T20:45:35.672Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26672026-08-12T20:45:35.713Z Compiling bit-vec v0.6.3
26682026-08-12T20:45:35.955Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26692026-08-12T20:45:35.998Z Compiling bit-set v0.5.3
26702026-08-12T20:45:36.053Z Compiling ascii-canvas v3.0.0
26712026-08-12T20:45:36.225Z Checking parking_lot v0.11.2
26722026-08-12T20:45:36.332Z Checking prefix-trie v0.7.0
26732026-08-12T20:45:36.454Z Compiling itertools v0.10.5
26742026-08-12T20:45:36.454Z Compiling ena v0.14.4
26752026-08-12T20:45:36.644Z Compiling libloading v0.8.9
26762026-08-12T20:45:36.692Z Compiling bindgen v0.71.1
26772026-08-12T20:45:36.727Z Compiling diff v0.1.13
26782026-08-12T20:45:36.866Z Compiling regex-syntax v0.6.29
26792026-08-12T20:45:37.014Z Checking hickory-server v0.25.2
26802026-08-12T20:45:37.144Z Checking sled v0.34.7
26812026-08-12T20:45:37.641Z Compiling cexpr v0.6.0
26822026-08-12T20:45:38.294Z Compiling lalrpop v0.19.12
26832026-08-12T20:45:38.297Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26842026-08-12T20:45:38.364Z Checking nanorand v0.7.0
26852026-08-12T20:45:38.400Z Compiling salty v0.3.0
26862026-08-12T20:45:38.595Z Compiling rustc-hash v2.1.1
26872026-08-12T20:45:38.714Z Checking flume v0.11.1
26882026-08-12T20:45:38.749Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26892026-08-12T20:45:38.958Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26902026-08-12T20:45:38.995Z Compiling libxml v0.3.3
26912026-08-12T20:45:39.070Z Checking assert_matches v1.5.0
26922026-08-12T20:45:39.174Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26932026-08-12T20:45:39.581Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26942026-08-12T20:45:39.783Z Compiling strum_macros v0.24.3
26952026-08-12T20:45:39.949Z Checking diesel v2.3.7
26962026-08-12T20:45:40.117Z Compiling indoc v1.0.9
26972026-08-12T20:45:40.454Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26982026-08-12T20:45:40.592Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26992026-08-12T20:45:40.674Z Checking quick-xml v0.37.5
27002026-08-12T20:45:40.842Z Checking derive_builder v0.20.2
27012026-08-12T20:45:40.987Z Compiling oso-derive v0.27.3
27022026-08-12T20:45:41.023Z Compiling trait-variant v0.1.2
27032026-08-12T20:45:41.172Z Compiling impl-trait-for-tuples v0.2.3
27042026-08-12T20:45:41.530Z Checking openssl-probe v0.1.6
27052026-08-12T20:45:41.608Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27062026-08-12T20:45:41.679Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27072026-08-12T20:45:41.723Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27082026-08-12T20:45:42.132Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27092026-08-12T20:45:42.439Z Checking rfc6979 v0.4.0
27102026-08-12T20:45:42.595Z Checking ecdsa v0.16.9
27112026-08-12T20:45:42.746Z Checking predicates-tree v1.0.13
27122026-08-12T20:45:42.894Z Checking primeorder v0.13.6
27132026-08-12T20:45:42.930Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27142026-08-12T20:45:42.980Z Checking bb8 v0.8.6
27152026-08-12T20:45:43.150Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27162026-08-12T20:45:43.187Z Checking p384 v0.13.1
27172026-08-12T20:45:43.476Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27182026-08-12T20:45:43.530Z Compiling mime_guess v2.0.5
27192026-08-12T20:45:43.650Z Checking ignore v0.4.25
27202026-08-12T20:45:43.697Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27212026-08-12T20:45:43.873Z Checking http-range v0.1.5
27222026-08-12T20:45:44.034Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27232026-08-12T20:45:44.071Z Checking globwalk v0.9.1
27242026-08-12T20:45:44.245Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27252026-08-12T20:45:44.284Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27262026-08-12T20:45:44.372Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27272026-08-12T20:45:44.701Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
27282026-08-12T20:45:44.745Z Checking digest-io v0.1.0
27292026-08-12T20:45:44.880Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27302026-08-12T20:45:44.917Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
27312026-08-12T20:45:45.043Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27322026-08-12T20:45:45.109Z Checking nonempty v0.12.0
27332026-08-12T20:45:45.149Z Checking corncobs v0.1.4
27342026-08-12T20:45:45.302Z Checking rawzip v0.4.4
27352026-08-12T20:45:45.336Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27362026-08-12T20:45:45.430Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27372026-08-12T20:45:45.627Z Checking camino-tempfile-ext v0.3.3
27382026-08-12T20:45:45.838Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27392026-08-12T20:45:45.874Z Checking secrecy v0.8.0
27402026-08-12T20:45:46.069Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27412026-08-12T20:45:46.172Z Checking hyper-staticfile v0.10.1
27422026-08-12T20:45:46.507Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27432026-08-12T20:45:46.663Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27442026-08-12T20:45:46.990Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
27452026-08-12T20:45:47.074Z Checking signal-hook-tokio v0.3.1
27462026-08-12T20:45:47.176Z Compiling illumos-nvpair-sys v0.2.0
27472026-08-12T20:45:47.240Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27482026-08-12T20:45:47.379Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27492026-08-12T20:45:47.582Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27502026-08-12T20:45:47.619Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27512026-08-12T20:45:47.695Z Checking scuffle v0.1.0
27522026-08-12T20:45:47.731Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27532026-08-12T20:45:48.120Z Checking illumos-nvpair v0.3.0
27542026-08-12T20:45:48.259Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27552026-08-12T20:45:48.315Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27562026-08-12T20:45:48.410Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27572026-08-12T20:45:48.634Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27582026-08-12T20:45:48.705Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27592026-08-12T20:45:48.751Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
27602026-08-12T20:45:48.841Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27612026-08-12T20:45:49.043Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27622026-08-12T20:45:49.078Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
27632026-08-12T20:45:49.518Z Checking tungstenite v0.23.0
27642026-08-12T20:45:49.860Z Checking rand_seeder v0.4.0
27652026-08-12T20:45:49.980Z Checking tokio-tungstenite v0.23.1
27662026-08-12T20:45:50.051Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27672026-08-12T20:45:50.289Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27682026-08-12T20:45:50.331Z Checking void v1.0.2
27692026-08-12T20:45:50.469Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27702026-08-12T20:45:50.507Z Checking lzss v0.8.2
27712026-08-12T20:45:50.592Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27722026-08-12T20:45:50.679Z Checking nix v0.27.1
27732026-08-12T20:45:50.733Z Checking serde_bytes v0.11.19
27742026-08-12T20:45:50.806Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27752026-08-12T20:45:50.961Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27762026-08-12T20:45:51.171Z Checking cpubits v0.1.1
27772026-08-12T20:45:51.233Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27782026-08-12T20:45:51.319Z Checking is_ci v1.2.0
27792026-08-12T20:45:51.454Z Checking yansi v1.0.1
27802026-08-12T20:45:51.457Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27812026-08-12T20:45:51.618Z Checking pem-rfc7468 v1.0.0
27822026-08-12T20:45:51.750Z Checking pretty_assertions v1.4.1
27832026-08-12T20:45:51.795Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27842026-08-12T20:45:51.830Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27852026-08-12T20:45:51.915Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
27862026-08-12T20:45:52.053Z Checking hmac v0.13.0
27872026-08-12T20:45:52.089Z Checking universal-hash v0.6.1
27882026-08-12T20:45:52.247Z Compiling libz-sys v1.1.24
27892026-08-12T20:45:52.283Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
27902026-08-12T20:45:52.507Z Compiling instability v0.3.11
27912026-08-12T20:45:52.761Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
27922026-08-12T20:45:52.830Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27932026-08-12T20:45:52.865Z Checking castaway v0.2.4
27942026-08-12T20:45:52.901Z Compiling indoc v2.0.7
27952026-08-12T20:45:53.015Z Checking compact_str v0.8.1
27962026-08-12T20:45:53.427Z Checking polyval v0.7.1
27972026-08-12T20:45:53.714Z Checking der v0.8.0
27982026-08-12T20:45:53.885Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27992026-08-12T20:45:54.114Z Checking async-bb8-diesel v0.2.1
28002026-08-12T20:45:54.148Z Checking diesel-dtrace v0.5.0
28012026-08-12T20:45:54.439Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
28022026-08-12T20:45:54.501Z Checking unicode-truncate v1.1.0
28032026-08-12T20:45:54.503Z Checking lru v0.12.5
28042026-08-12T20:45:54.573Z Compiling libgit2-sys v0.18.3+1.9.2
28052026-08-12T20:45:54.658Z Checking arc-swap v1.8.2
28062026-08-12T20:45:54.694Z Checking cassowary v0.3.0
28072026-08-12T20:45:54.834Z Checking ghash v0.6.0
28082026-08-12T20:45:54.925Z Checking slog-scope v4.4.1
28092026-08-12T20:45:54.961Z Checking ratatui v0.29.0
28102026-08-12T20:45:55.116Z Checking pbkdf2 v0.13.0
28112026-08-12T20:45:55.144Z Checking aes v0.9.1
28122026-08-12T20:45:55.191Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28132026-08-12T20:45:55.244Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28142026-08-12T20:45:55.577Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28152026-08-12T20:45:56.352Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28162026-08-12T20:45:57.126Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28172026-08-12T20:45:57.190Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28182026-08-12T20:45:57.613Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28192026-08-12T20:45:58.384Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28202026-08-12T20:45:58.616Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28212026-08-12T20:45:58.833Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28222026-08-12T20:46:00.355Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28232026-08-12T20:46:00.673Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28242026-08-12T20:46:00.742Z Checking crypto-bigint v0.7.5
28252026-08-12T20:46:01.403Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
28262026-08-12T20:46:01.603Z Checking ctr v0.10.1
28272026-08-12T20:46:01.656Z Checking aead v0.6.1
28282026-08-12T20:46:01.813Z Checking cargo-platform v0.3.2
28292026-08-12T20:46:01.848Z Checking aes-gcm v0.11.0
28302026-08-12T20:46:02.028Z Checking cargo_metadata v0.23.1
28312026-08-12T20:46:02.062Z Checking slog-stdlog v4.1.1
28322026-08-12T20:46:02.217Z Checking spki v0.8.0
28332026-08-12T20:46:02.422Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28342026-08-12T20:46:02.794Z Checking supports-color v3.0.2
28352026-08-12T20:46:02.956Z Compiling progenitor-impl v0.13.0
28362026-08-12T20:46:03.004Z Checking console v0.16.2
28372026-08-12T20:46:03.342Z Checking colored v2.2.0
28382026-08-12T20:46:03.379Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28392026-08-12T20:46:03.576Z Checking salsa20 v0.11.0
28402026-08-12T20:46:03.751Z Compiling vergen-git2 v9.1.0
28412026-08-12T20:46:03.842Z Checking unit-prefix v0.5.2
28422026-08-12T20:46:03.971Z Checking plotters-backend v0.3.7
28432026-08-12T20:46:04.007Z Checking indicatif v0.18.4
28442026-08-12T20:46:04.206Z Checking plotters-svg v0.3.7
28452026-08-12T20:46:04.415Z Checking scrypt v0.12.0
28462026-08-12T20:46:04.461Z Checking slog-envlogger v2.2.0
28472026-08-12T20:46:04.610Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28482026-08-12T20:46:04.829Z Checking progenitor-client v0.13.0
28492026-08-12T20:46:05.103Z Checking cbc v0.2.1
28502026-08-12T20:46:05.272Z Checking libsw-core v0.3.2
28512026-08-12T20:46:05.457Z Checking cast v0.3.0
28522026-08-12T20:46:05.564Z Checking libsw v3.5.0
28532026-08-12T20:46:05.602Z Compiling progenitor-macro v0.13.0
28542026-08-12T20:46:05.639Z Checking criterion-plot v0.6.0
28552026-08-12T20:46:05.748Z Checking pkcs5 v0.8.1
28562026-08-12T20:46:05.965Z Checking plotters v0.3.7
28572026-08-12T20:46:06.081Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28582026-08-12T20:46:06.740Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28592026-08-12T20:46:06.966Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28602026-08-12T20:46:07.086Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28612026-08-12T20:46:07.192Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28622026-08-12T20:46:07.310Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28632026-08-12T20:46:07.418Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28642026-08-12T20:46:07.532Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28652026-08-12T20:46:07.641Z Checking tinytemplate v1.2.1
28662026-08-12T20:46:07.889Z Checking oorandom v11.1.5
28672026-08-12T20:46:08.034Z Checking anes v0.1.6
28682026-08-12T20:46:08.215Z Checking shell-words v1.1.1
28692026-08-12T20:46:08.251Z Checking criterion v0.7.0
28702026-08-12T20:46:08.665Z Checking pkcs8 v0.11.0
28712026-08-12T20:46:08.906Z Checking oxide-update-engine-display v0.1.2
28722026-08-12T20:46:09.242Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28732026-08-12T20:46:09.493Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28742026-08-12T20:46:10.057Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28752026-08-12T20:46:10.095Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28762026-08-12T20:46:10.601Z Checking progenitor v0.13.0
28772026-08-12T20:46:10.823Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28782026-08-12T20:46:10.881Z Checking tokio-test v0.4.5
28792026-08-12T20:46:11.125Z Checking ff v0.14.0
28802026-08-12T20:46:11.302Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28812026-08-12T20:46:11.536Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28822026-08-12T20:46:11.940Z Checking twox-hash v2.1.2
28832026-08-12T20:46:12.275Z Compiling petname v2.0.2
28842026-08-12T20:46:12.787Z Checking atty v0.2.14
28852026-08-12T20:46:12.920Z Checking arrayref v0.3.9
28862026-08-12T20:46:13.027Z Checking constant_time_eq v0.4.2
28872026-08-12T20:46:13.200Z Checking arrayvec v0.7.6
28882026-08-12T20:46:13.594Z Checking group v0.14.0
28892026-08-12T20:46:13.641Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28902026-08-12T20:46:13.783Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28912026-08-12T20:46:13.843Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
28922026-08-12T20:46:14.544Z Checking fatfs v0.3.6
28932026-08-12T20:46:14.850Z Checking signature v3.0.0
28942026-08-12T20:46:15.036Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28952026-08-12T20:46:15.038Z Compiling seq-macro v0.3.6
28962026-08-12T20:46:15.619Z Checking base16ct v1.0.0
28972026-08-12T20:46:15.807Z Checking sec1 v0.8.1
28982026-08-12T20:46:16.422Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28992026-08-12T20:46:16.464Z Checking hkdf v0.13.0
29002026-08-12T20:46:16.632Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
29012026-08-12T20:46:16.835Z Checking concurrent-queue v2.5.0
29022026-08-12T20:46:17.059Z Checking sapling-renderdag v0.1.0
29032026-08-12T20:46:17.337Z Checking parking v2.2.1
29042026-08-12T20:46:17.460Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29052026-08-12T20:46:17.495Z Checking sync-ptr v0.1.4
29062026-08-12T20:46:17.643Z Checking event-listener v5.4.1
29072026-08-12T20:46:17.646Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29082026-08-12T20:46:17.894Z Checking elliptic-curve v0.14.1
29092026-08-12T20:46:17.932Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
29102026-08-12T20:46:18.323Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
29112026-08-12T20:46:18.549Z Checking rtoolbox v0.0.3
29122026-08-12T20:46:18.720Z Checking rpassword v7.5.4
29132026-08-12T20:46:18.970Z Checking event-listener-strategy v0.5.4
29142026-08-12T20:46:19.006Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
29152026-08-12T20:46:19.041Z Compiling samael v0.0.19
29162026-08-12T20:46:19.136Z Checking wnaf v0.14.0
29172026-08-12T20:46:19.336Z Checking primefield v0.14.0
29182026-08-12T20:46:19.577Z Checking rfc6979 v0.6.0
29192026-08-12T20:46:19.757Z Checking tui-tree-widget v0.23.1
29202026-08-12T20:46:19.976Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
29212026-08-12T20:46:20.014Z Compiling blake3 v1.8.5
29222026-08-12T20:46:20.397Z Checking futures-timer v3.0.3
29232026-08-12T20:46:20.646Z Checking ecdsa v0.17.0
29242026-08-12T20:46:21.060Z Checking primeorder v0.14.0
29252026-08-12T20:46:21.098Z Checking async-lock v3.4.2
29262026-08-12T20:46:21.131Z Compiling curve25519-dalek v5.0.0
29272026-08-12T20:46:21.510Z Checking async-object-pool v0.2.0
29282026-08-12T20:46:21.649Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29292026-08-12T20:46:21.767Z Checking ssh-encoding v0.3.0
29302026-08-12T20:46:22.024Z Checking serde_regex v1.1.0
29312026-08-12T20:46:22.213Z Checking assert-json-diff v2.0.2
29322026-08-12T20:46:22.415Z Checking path-tree v0.8.3
29332026-08-12T20:46:22.637Z Checking keccak v0.2.0
29342026-08-12T20:46:22.820Z Compiling git2 v0.20.4
29352026-08-12T20:46:22.856Z Checking topological-sort v0.2.2
29362026-08-12T20:46:23.028Z Checking stringmetrics v2.2.2
29372026-08-12T20:46:23.217Z Compiling strsim v0.10.0
29382026-08-12T20:46:23.572Z Compiling darling_core v0.13.4
29392026-08-12T20:46:23.624Z Checking httpmock v0.8.3
29402026-08-12T20:46:24.193Z Checking omicron-zone-package v0.12.3
29412026-08-12T20:46:25.263Z Checking ed25519 v3.0.0
29422026-08-12T20:46:25.460Z Checking crypto-primes v0.7.2
29432026-08-12T20:46:25.499Z Checking pkcs1 v0.8.0-rc.4
29442026-08-12T20:46:25.736Z Checking poly1305 v0.9.0
29452026-08-12T20:46:25.739Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29462026-08-12T20:46:25.890Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
29472026-08-12T20:46:26.057Z Checking blowfish v0.10.0
29482026-08-12T20:46:26.190Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29492026-08-12T20:46:26.227Z Checking blake2 v0.11.0-rc.6
29502026-08-12T20:46:26.259Z Compiling target-lexicon v0.13.3
29512026-08-12T20:46:26.460Z Checking gimli v0.32.3
29522026-08-12T20:46:26.520Z Checking argon2 v0.6.0-rc.8
29532026-08-12T20:46:26.566Z Checking rsa v0.10.0-rc.18
29542026-08-12T20:46:26.833Z Checking bcrypt-pbkdf v0.11.0
29552026-08-12T20:46:26.873Z Checking ssh-cipher v0.3.0
29562026-08-12T20:46:27.037Z Checking ed25519-dalek v3.0.0
29572026-08-12T20:46:27.096Z Compiling darling_macro v0.13.4
29582026-08-12T20:46:27.133Z Checking sha3 v0.11.0
29592026-08-12T20:46:27.288Z Checking p256 v0.14.0
29602026-08-12T20:46:27.503Z Checking p521 v0.14.0
29612026-08-12T20:46:27.615Z Checking p384 v0.14.0
29622026-08-12T20:46:28.024Z Checking addr2line v0.25.1
29632026-08-12T20:46:28.060Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29642026-08-12T20:46:28.322Z Checking kem v0.3.0
29652026-08-12T20:46:28.360Z Checking module-lattice v0.2.3
29662026-08-12T20:46:28.473Z Checking rustc-demangle v0.1.27
29672026-08-12T20:46:28.612Z Checking sponge-cursor v0.1.0
29682026-08-12T20:46:28.730Z Compiling guppy-workspace-hack v0.1.0
29692026-08-12T20:46:28.779Z Checking hex-literal v0.4.1
29702026-08-12T20:46:28.913Z Checking sha3 v0.12.0
29712026-08-12T20:46:29.000Z Checking backtrace v0.3.76
29722026-08-12T20:46:29.152Z Checking ml-kem v0.3.2
29732026-08-12T20:46:29.328Z Compiling darling v0.13.4
29742026-08-12T20:46:29.574Z Checking russh-cryptovec v0.62.0
29752026-08-12T20:46:29.724Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29762026-08-12T20:46:29.772Z Checking internal-russh-num-bigint v0.5.0
29772026-08-12T20:46:29.931Z Checking num-bigint v0.4.6
29782026-08-12T20:46:29.967Z Checking russh-util v0.52.0
29792026-08-12T20:46:30.130Z Checking generic-array v1.4.3
29802026-08-12T20:46:30.467Z Checking ssh-key v0.7.0-rc.11
29812026-08-12T20:46:30.564Z Compiling enum_dispatch v0.3.13
29822026-08-12T20:46:30.824Z Compiling delegate v0.13.5
29832026-08-12T20:46:30.939Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29842026-08-12T20:46:31.389Z Checking md5 v0.8.0
29852026-08-12T20:46:31.425Z Compiling target-spec v3.5.7
29862026-08-12T20:46:31.582Z Checking hex-literal v1.1.0
29872026-08-12T20:46:31.617Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29882026-08-12T20:46:31.833Z Checking russh v0.62.4
29892026-08-12T20:46:31.868Z Checking cfg-expr v0.20.6
29902026-08-12T20:46:31.903Z Compiling serde_with_macros v1.5.2
29912026-08-12T20:46:32.270Z Checking backtrace-ext v0.2.1
29922026-08-12T20:46:32.411Z Checking supports-color v2.1.0
29932026-08-12T20:46:32.447Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29942026-08-12T20:46:32.579Z Checking textwrap v0.15.2
29952026-08-12T20:46:32.799Z Checking supports-unicode v2.1.0
29962026-08-12T20:46:32.836Z Checking supports-hyperlinks v2.1.0
29972026-08-12T20:46:32.948Z Checking hashbrown v0.14.5
29982026-08-12T20:46:32.983Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29992026-08-12T20:46:33.205Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
30002026-08-12T20:46:33.444Z Checking socket2 v0.5.10
30012026-08-12T20:46:33.484Z Checking terminal_size v0.1.17
30022026-08-12T20:46:33.600Z Compiling miette-derive v5.10.0
30032026-08-12T20:46:33.635Z Checking owo-colors v3.5.0
30042026-08-12T20:46:33.729Z Checking internet-checksum v0.2.1
30052026-08-12T20:46:33.882Z Checking chumsky v0.9.3
30062026-08-12T20:46:34.191Z Compiling serde_with v1.14.0
30072026-08-12T20:46:34.781Z Checking miette v5.10.0
30082026-08-12T20:46:35.246Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30092026-08-12T20:46:35.284Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
30102026-08-12T20:46:35.355Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
30112026-08-12T20:46:35.420Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
30122026-08-12T20:46:35.790Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
30132026-08-12T20:46:35.834Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
30142026-08-12T20:46:36.017Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
30152026-08-12T20:46:36.056Z Compiling polar-core v0.27.3
30162026-08-12T20:46:36.098Z Compiling knuffel-derive v3.2.0
30172026-08-12T20:46:36.139Z Checking httptest v0.16.4
30182026-08-12T20:46:36.300Z Checking pathdiff v0.2.3
30192026-08-12T20:46:36.445Z Checking nested v0.1.1
30202026-08-12T20:46:36.547Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
30212026-08-12T20:46:36.619Z Checking guppy v0.17.25
30222026-08-12T20:46:36.877Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
30232026-08-12T20:46:37.151Z Checking similar-asserts v1.7.0
30242026-08-12T20:46:37.336Z Compiling target-triple v1.0.0
30252026-08-12T20:46:37.576Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
30262026-08-12T20:46:37.611Z Checking knuffel v3.2.0
30272026-08-12T20:46:37.695Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
30282026-08-12T20:46:38.209Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
30292026-08-12T20:46:38.267Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
30302026-08-12T20:46:38.270Z Checking hickory-client v0.25.2
30312026-08-12T20:46:38.612Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30322026-08-12T20:46:38.795Z Compiling fs-err v2.11.0
30332026-08-12T20:46:38.840Z Checking escape8259 v0.5.3
30342026-08-12T20:46:39.006Z Compiling assert_cmd v2.1.2
30352026-08-12T20:46:39.185Z Checking libtest-mimic v0.8.1
30362026-08-12T20:46:39.331Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
30372026-08-12T20:46:39.561Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
30382026-08-12T20:46:39.702Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
30392026-08-12T20:46:39.747Z Checking blake2b_simd v1.0.4
30402026-08-12T20:46:40.219Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
30412026-08-12T20:46:40.437Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
30422026-08-12T20:46:40.669Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
30432026-08-12T20:46:40.878Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30442026-08-12T20:46:40.938Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
30452026-08-12T20:46:41.012Z Checking oso v0.27.3
30462026-08-12T20:46:41.097Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30472026-08-12T20:46:41.325Z Checking fancy-regex v0.14.0
30482026-08-12T20:46:41.362Z Checking serde_tokenstream v0.2.3
30492026-08-12T20:46:41.715Z Checking approx v0.5.1
30502026-08-12T20:46:41.752Z Compiling rstest_macros v0.25.0
30512026-08-12T20:46:41.810Z Checking uzers v0.12.2
30522026-08-12T20:46:41.881Z Checking termcolor v1.4.1
30532026-08-12T20:46:41.992Z Compiling linkme-impl v0.3.35
30542026-08-12T20:46:42.047Z Checking constant_time_eq v0.3.1
30552026-08-12T20:46:42.120Z Checking trybuild v1.0.116
30562026-08-12T20:46:42.180Z Checking rust-argon2 v2.1.0
30572026-08-12T20:46:42.378Z Checking datatest-stable v0.3.3
30582026-08-12T20:46:42.598Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
30592026-08-12T20:46:42.633Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
30602026-08-12T20:46:42.894Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30612026-08-12T20:46:42.932Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
30622026-08-12T20:46:42.965Z Checking support-bundle-viewer v0.1.2
30632026-08-12T20:46:42.968Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
30642026-08-12T20:46:43.241Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
30652026-08-12T20:46:43.275Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
30662026-08-12T20:46:43.466Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
30672026-08-12T20:46:43.506Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
30682026-08-12T20:46:43.692Z Checking drift v0.2.0
30692026-08-12T20:46:43.758Z Checking rand_distr v0.5.1
30702026-08-12T20:46:43.873Z Checking multimap v0.10.1
30712026-08-12T20:46:44.076Z Checking parse-size v1.1.0
30722026-08-12T20:46:44.079Z Compiling relative-path v1.9.3
30732026-08-12T20:46:44.150Z Compiling linkme v0.3.35
30742026-08-12T20:46:44.228Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
30752026-08-12T20:46:44.519Z Checking dropshot-api-manager v0.7.2
30762026-08-12T20:46:45.093Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30772026-08-12T20:46:45.721Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
30782026-08-12T20:46:46.028Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
30792026-08-12T20:46:46.154Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
30802026-08-12T20:46:46.382Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30812026-08-12T20:46:46.630Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
30822026-08-12T20:46:46.667Z Checking cargo_toml v0.21.0
30832026-08-12T20:46:47.001Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30842026-08-12T20:46:47.226Z Checking partial-io v0.5.4
30852026-08-12T20:46:47.389Z Checking termios v0.3.3
30862026-08-12T20:46:47.480Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
30872026-08-12T20:46:47.552Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30882026-08-12T20:46:47.587Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30892026-08-12T20:46:48.253Z Checking rstest v0.25.0
30902026-08-12T20:46:51.232Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30912026-08-12T20:46:51.844Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30922026-08-12T20:46:55.570Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30932026-08-12T20:46:59.715Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30942026-08-12T20:46:59.780Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
30952026-08-12T20:47:02.760Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30962026-08-12T20:47:07.758Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30972026-08-12T20:47:10.122Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30982026-08-12T20:47:14.935Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30992026-08-12T20:47:16.338Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
31002026-08-12T20:47:16.832Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
31012026-08-12T20:47:19.153Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
31022026-08-12T20:47:24.460Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
31032026-08-12T20:47:27.525Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
31042026-08-12T20:47:47.850Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
31052026-08-12T20:48:42.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 09s
31062026-08-12T20:48:43.314Z
31072026-08-12T20:48:43.314Zreal 4:12.573343445
31082026-08-12T20:48:43.314Zuser 21:33.748094021
31092026-08-12T20:48:43.314Zsys 5:07.382025485
31102026-08-12T20:48:43.314Ztrap 0.532692859
31112026-08-12T20:48:43.314Ztflt 0.463036291
31122026-08-12T20:48:43.314Zdflt 0.543284889
31132026-08-12T20:48:43.315Zkflt 0.004767842
31142026-08-12T20:48:43.315Zlock 1:05:16.332113155
31152026-08-12T20:48:43.318Zslp 58:45.562012857
31162026-08-12T20:48:43.318Zlat 1:48.232779678
31172026-08-12T20:48:43.318Zstop 14:02.632613975
31182026-08-12T20:48:43.318Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
31192026-08-12T20:48:43.318Z+ ptime -m cargo doc --workspace --no-deps
31202026-08-12T20:48:44.182Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
31212026-08-12T20:48:44.182Z |
31222026-08-12T20:48:44.182Z = 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)`
31232026-08-12T20:48:44.182Z = 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>
31242026-08-12T20:48:45.232Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
31252026-08-12T20:48:45.473Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31262026-08-12T20:48:45.518Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31272026-08-12T20:48:45.581Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31282026-08-12T20:48:45.642Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
31292026-08-12T20:48:45.744Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31302026-08-12T20:48:45.775Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31312026-08-12T20:48:45.775Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31322026-08-12T20:48:45.825Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31332026-08-12T20:48:45.851Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31342026-08-12T20:48:46.000Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31352026-08-12T20:48:46.059Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31362026-08-12T20:48:46.085Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31372026-08-12T20:48:46.159Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31382026-08-12T20:48:46.183Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31392026-08-12T20:48:46.186Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31402026-08-12T20:48:46.227Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31412026-08-12T20:48:46.231Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31422026-08-12T20:48:46.275Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31432026-08-12T20:48:46.348Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31442026-08-12T20:48:46.399Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31452026-08-12T20:48:46.641Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31462026-08-12T20:48:46.788Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31472026-08-12T20:48:46.812Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31482026-08-12T20:48:46.840Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31492026-08-12T20:48:46.883Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
31502026-08-12T20:48:47.027Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31512026-08-12T20:48:47.050Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31522026-08-12T20:48:47.189Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31532026-08-12T20:48:47.282Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31542026-08-12T20:48:47.384Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
31552026-08-12T20:48:47.387Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
31562026-08-12T20:48:47.508Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31572026-08-12T20:48:47.597Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31582026-08-12T20:48:47.778Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31592026-08-12T20:48:47.835Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31602026-08-12T20:48:47.875Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
31612026-08-12T20:48:47.955Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31622026-08-12T20:48:47.996Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31632026-08-12T20:48:48.101Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31642026-08-12T20:48:48.236Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31652026-08-12T20:48:48.435Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31662026-08-12T20:48:48.466Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31672026-08-12T20:48:48.491Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
31682026-08-12T20:48:48.603Z Checking scuffle v0.1.0
31692026-08-12T20:48:48.699Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31702026-08-12T20:48:48.723Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31712026-08-12T20:48:48.830Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
31722026-08-12T20:48:48.950Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31732026-08-12T20:48:48.981Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31742026-08-12T20:48:49.065Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
31752026-08-12T20:48:49.189Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31762026-08-12T20:48:49.236Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
31772026-08-12T20:48:49.265Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31782026-08-12T20:48:49.265Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31792026-08-12T20:48:49.311Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31802026-08-12T20:48:49.386Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31812026-08-12T20:48:49.432Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31822026-08-12T20:48:49.836Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31832026-08-12T20:48:49.978Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31842026-08-12T20:48:50.225Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31852026-08-12T20:48:50.445Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31862026-08-12T20:48:50.536Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31872026-08-12T20:48:50.861Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31882026-08-12T20:48:50.904Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31892026-08-12T20:48:50.947Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
31902026-08-12T20:48:51.061Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31912026-08-12T20:48:51.111Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31922026-08-12T20:48:51.209Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31932026-08-12T20:48:51.237Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31942026-08-12T20:48:51.387Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31952026-08-12T20:48:51.516Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31962026-08-12T20:48:51.939Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31972026-08-12T20:48:52.254Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31982026-08-12T20:48:52.457Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31992026-08-12T20:48:52.492Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
32002026-08-12T20:48:52.624Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32012026-08-12T20:48:52.674Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32022026-08-12T20:48:52.743Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32032026-08-12T20:48:52.876Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32042026-08-12T20:48:52.926Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32052026-08-12T20:48:52.982Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32062026-08-12T20:48:53.074Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32072026-08-12T20:48:53.098Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
32082026-08-12T20:48:53.211Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32092026-08-12T20:48:53.298Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32102026-08-12T20:48:53.371Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32112026-08-12T20:48:53.394Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32122026-08-12T20:48:53.416Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
32132026-08-12T20:48:53.530Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
32142026-08-12T20:48:53.621Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
32152026-08-12T20:48:53.642Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32162026-08-12T20:48:53.666Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32172026-08-12T20:48:53.697Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
32182026-08-12T20:48:53.844Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32192026-08-12T20:48:53.873Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
32202026-08-12T20:48:53.873Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
32212026-08-12T20:48:53.964Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
32222026-08-12T20:48:53.987Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
32232026-08-12T20:48:54.029Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32242026-08-12T20:48:54.117Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32252026-08-12T20:48:54.141Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32262026-08-12T20:48:54.227Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32272026-08-12T20:48:54.316Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32282026-08-12T20:48:54.343Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32292026-08-12T20:48:54.635Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32302026-08-12T20:48:54.642Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32312026-08-12T20:48:54.680Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32322026-08-12T20:48:55.202Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32332026-08-12T20:48:55.345Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32342026-08-12T20:48:55.632Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32352026-08-12T20:48:56.415Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
32362026-08-12T20:48:56.610Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32372026-08-12T20:48:56.777Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32382026-08-12T20:48:57.330Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
32392026-08-12T20:48:57.443Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32402026-08-12T20:48:58.026Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32412026-08-12T20:48:58.467Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32422026-08-12T20:48:58.975Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32432026-08-12T20:48:59.380Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32442026-08-12T20:48:59.446Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
32452026-08-12T20:48:59.625Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32462026-08-12T20:48:59.726Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32472026-08-12T20:48:59.992Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32482026-08-12T20:49:00.624Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32492026-08-12T20:49:00.753Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32502026-08-12T20:49:00.884Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32512026-08-12T20:49:01.100Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
32522026-08-12T20:49:01.215Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32532026-08-12T20:49:01.403Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32542026-08-12T20:49:01.908Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32552026-08-12T20:49:01.948Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32562026-08-12T20:49:02.335Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
32572026-08-12T20:49:02.455Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32582026-08-12T20:49:02.728Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32592026-08-12T20:49:03.239Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32602026-08-12T20:49:03.350Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32612026-08-12T20:49:03.587Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32622026-08-12T20:49:04.371Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32632026-08-12T20:49:04.683Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32642026-08-12T20:49:04.833Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
32652026-08-12T20:49:05.236Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32662026-08-12T20:49:05.444Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32672026-08-12T20:49:05.830Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32682026-08-12T20:49:06.077Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32692026-08-12T20:49:06.291Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32702026-08-12T20:49:06.321Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32712026-08-12T20:49:06.430Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32722026-08-12T20:49:06.972Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32732026-08-12T20:49:08.326Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32742026-08-12T20:49:08.452Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32752026-08-12T20:49:09.110Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32762026-08-12T20:49:10.827Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32772026-08-12T20:49:12.284Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32782026-08-12T20:49:12.311Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32792026-08-12T20:49:13.343Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32802026-08-12T20:49:13.815Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32812026-08-12T20:49:15.620Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32822026-08-12T20:49:15.795Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32832026-08-12T20:49:15.893Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32842026-08-12T20:49:16.186Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32852026-08-12T20:49:16.922Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32862026-08-12T20:49:16.970Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32872026-08-12T20:49:17.115Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32882026-08-12T20:49:18.726Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32892026-08-12T20:49:19.138Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32902026-08-12T20:49:19.408Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32912026-08-12T20:49:20.078Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32922026-08-12T20:49:20.807Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32932026-08-12T20:49:20.980Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32942026-08-12T20:49:21.093Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32952026-08-12T20:49:21.338Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
32962026-08-12T20:49:21.518Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32972026-08-12T20:49:21.828Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32982026-08-12T20:49:21.911Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32992026-08-12T20:49:22.060Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33002026-08-12T20:49:22.183Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33012026-08-12T20:49:22.666Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33022026-08-12T20:49:22.940Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33032026-08-12T20:49:23.195Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33042026-08-12T20:49:23.252Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33052026-08-12T20:49:23.438Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33062026-08-12T20:49:23.717Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
33072026-08-12T20:49:24.016Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
33082026-08-12T20:49:25.286Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
33092026-08-12T20:49:25.796Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
33102026-08-12T20:49:26.199Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33112026-08-12T20:49:28.462Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33122026-08-12T20:49:29.979Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33132026-08-12T20:49:30.476Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
33142026-08-12T20:49:31.006Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33152026-08-12T20:49:33.263Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33162026-08-12T20:49:34.208Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
33172026-08-12T20:49:35.501Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33182026-08-12T20:49:36.011Z Documenting oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
33192026-08-12T20:49:36.832Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33202026-08-12T20:49:39.001Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33212026-08-12T20:49:39.224Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
33222026-08-12T20:49:40.433Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
33232026-08-12T20:49:41.199Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
33242026-08-12T20:49:42.061Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
33252026-08-12T20:49:44.749Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
33262026-08-12T20:49:47.613Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33272026-08-12T20:49:48.542Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33282026-08-12T20:49:49.254Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
33292026-08-12T20:49:50.104Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33302026-08-12T20:49:50.918Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33312026-08-12T20:49:51.700Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33322026-08-12T20:49:53.271Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
33332026-08-12T20:49:53.409Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
33342026-08-12T20:49:54.153Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
33352026-08-12T20:49:55.280Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33362026-08-12T20:49:55.899Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33372026-08-12T20:49:56.575Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
33382026-08-12T20:49:57.522Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
33392026-08-12T20:50:00.555Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33402026-08-12T20:50:02.193Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33412026-08-12T20:50:02.878Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
33422026-08-12T20:50:03.722Z Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
33432026-08-12T20:50:04.785Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33442026-08-12T20:50:05.872Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33452026-08-12T20:50:07.609Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33462026-08-12T20:50:08.602Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33472026-08-12T20:50:09.561Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33482026-08-12T20:50:10.631Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33492026-08-12T20:50:11.600Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33502026-08-12T20:50:14.642Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
33512026-08-12T20:50:14.895Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
33522026-08-12T20:50:16.428Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
33532026-08-12T20:50:19.655Z Documenting sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
33542026-08-12T20:50:19.930Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33552026-08-12T20:50:21.129Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
33562026-08-12T20:50:22.657Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33572026-08-12T20:50:24.271Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33582026-08-12T20:50:25.960Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
33592026-08-12T20:50:27.516Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33602026-08-12T20:50:29.028Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33612026-08-12T20:50:30.922Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33622026-08-12T20:50:35.409Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
33632026-08-12T20:50:36.009Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33642026-08-12T20:50:37.226Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
33652026-08-12T20:50:37.695Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33662026-08-12T20:50:39.633Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33672026-08-12T20:50:41.363Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
33682026-08-12T20:50:43.185Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33692026-08-12T20:50:45.232Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33702026-08-12T20:50:47.013Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33712026-08-12T20:50:49.006Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33722026-08-12T20:50:50.619Z Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
33732026-08-12T20:50:52.328Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33742026-08-12T20:50:54.134Z Documenting wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
33752026-08-12T20:50:55.879Z Documenting wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
33762026-08-12T20:50:57.690Z Documenting wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
33772026-08-12T20:50:59.466Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
33782026-08-12T20:51:02.817Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33792026-08-12T20:51:04.801Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33802026-08-12T20:51:06.398Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33812026-08-12T20:51:08.271Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33822026-08-12T20:51:11.699Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33832026-08-12T20:51:14.189Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33842026-08-12T20:51:15.739Z Documenting wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
33852026-08-12T20:51:18.147Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33862026-08-12T20:51:19.908Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
33872026-08-12T20:51:22.208Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
33882026-08-12T20:51:24.088Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33892026-08-12T20:51:27.020Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33902026-08-12T20:51:28.571Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33912026-08-12T20:51:30.448Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33922026-08-12T20:51:33.200Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
33932026-08-12T20:51:36.223Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33942026-08-12T20:51:38.034Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33952026-08-12T20:51:40.238Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33962026-08-12T20:51:42.705Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33972026-08-12T20:51:45.458Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33982026-08-12T20:51:48.115Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33992026-08-12T20:51:50.638Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
34002026-08-12T20:51:52.653Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
34012026-08-12T20:51:55.066Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
34022026-08-12T20:51:57.566Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34032026-08-12T20:52:00.043Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
34042026-08-12T20:52:02.556Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
34052026-08-12T20:52:04.855Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
34062026-08-12T20:52:07.576Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
34072026-08-12T20:52:09.975Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34082026-08-12T20:52:12.546Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34092026-08-12T20:52:15.015Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34102026-08-12T20:52:17.503Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34112026-08-12T20:52:20.146Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
34122026-08-12T20:52:22.554Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
34132026-08-12T20:52:25.090Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
34142026-08-12T20:52:27.573Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
34152026-08-12T20:52:30.111Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34162026-08-12T20:52:32.637Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
34172026-08-12T20:52:35.138Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
34182026-08-12T20:52:37.599Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34192026-08-12T20:52:40.004Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
34202026-08-12T20:52:42.459Z Documenting corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
34212026-08-12T20:52:45.352Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
34222026-08-12T20:52:47.680Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
34232026-08-12T20:52:50.414Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
34242026-08-12T20:52:52.911Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
34252026-08-12T20:52:55.630Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
34262026-08-12T20:52:58.109Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
34272026-08-12T20:53:00.687Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
34282026-08-12T20:53:03.845Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34292026-08-12T20:53:06.106Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
34302026-08-12T20:53:08.641Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34312026-08-12T20:53:11.400Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34322026-08-12T20:53:13.823Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34332026-08-12T20:53:16.634Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
34342026-08-12T20:53:19.336Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
34352026-08-12T20:53:21.866Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
34362026-08-12T20:53:24.697Z Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
34372026-08-12T20:53:27.144Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34382026-08-12T20:53:29.890Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
34392026-08-12T20:53:32.511Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
34402026-08-12T20:53:35.536Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
34412026-08-12T20:53:38.246Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
34422026-08-12T20:53:40.829Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
34432026-08-12T20:53:43.425Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
34442026-08-12T20:53:46.158Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
34452026-08-12T20:53:48.900Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
34462026-08-12T20:53:52.054Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34472026-08-12T20:53:54.493Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34482026-08-12T20:53:57.351Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
34492026-08-12T20:54:05.452Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
34502026-08-12T20:54:05.749Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
34512026-08-12T20:54:09.021Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
34522026-08-12T20:54:12.649Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
34532026-08-12T20:54:16.166Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
34542026-08-12T20:54:19.781Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
34552026-08-12T20:54:23.185Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34562026-08-12T20:54:28.146Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
34572026-08-12T20:54:31.159Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
34582026-08-12T20:54:35.010Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
34592026-08-12T20:54:38.807Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
34602026-08-12T20:54:42.744Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
34612026-08-12T20:54:46.526Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
34622026-08-12T20:54:50.390Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
34632026-08-12T20:54:54.363Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34642026-08-12T20:54:58.095Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34652026-08-12T20:55:01.965Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
34662026-08-12T20:55:05.815Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34672026-08-12T20:55:09.673Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
34682026-08-12T20:55:13.560Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
34692026-08-12T20:55:17.446Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
34702026-08-12T20:55:21.300Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
34712026-08-12T20:55:25.391Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
34722026-08-12T20:55:29.153Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
34732026-08-12T20:55:59.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 16s
34742026-08-12T20:56:00.107Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 201 other files
34752026-08-12T20:56:00.216Z
34762026-08-12T20:56:00.216Zreal 7:16.808221146
34772026-08-12T20:56:00.219Zuser 19:55.711709060
34782026-08-12T20:56:00.219Zsys 4:17.160781789
34792026-08-12T20:56:00.219Ztrap 0.299742645
34802026-08-12T20:56:00.219Ztflt 0.072941978
34812026-08-12T20:56:00.219Zdflt 0.133306376
34822026-08-12T20:56:00.219Zkflt 0.000036614
34832026-08-12T20:56:00.219Zlock 6:54:37.251226682
34842026-08-12T20:56:00.220Zslp 2:26:19.053532454
34852026-08-12T20:56:00.220Zlat 35.415774258
34862026-08-12T20:56:00.220Zstop 2:06.181698818
34872026-08-12T20:56:00.220Zprocess exited: duration 818558 ms, exit code 0
 
34882026-08-12T20:56:00.226Zfound 0 output files