01KZ9P4TA54B0DKAJQAN0D6DP5: clippy (helios)

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

Buildomat Job: 01KZ9P56B7WC3K00367MK6SJPP

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-05T19:25:32.938Zjob assigned to worker 01KZ9P5EP0YS3SJVA73SXT0XCS [factory aws, i-0c5db66b9067d27a6] (queued for 50 s)
 
22026-08-05T19:25:39.447Zstarting task 0: "setup"
32026-08-05T19:25:39.453Z++ uname -s
42026-08-05T19:25:39.457Z+ kern=SunOS
52026-08-05T19:25:39.457Z+ build_user=build
62026-08-05T19:25:39.457Z+ build_uid=12345
72026-08-05T19:25:39.457Z+ work_dir=/work
82026-08-05T19:25:39.457Z+ input_dir=/input
92026-08-05T19:25:39.457Z+ [[ 0 == 12345 ]]
102026-08-05T19:25:39.457Z+ case "$kern" in
112026-08-05T19:25:39.457Z+ groupadd -g 12345 build
122026-08-05T19:25:39.457Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-05T19:25:41.461Z+ zfs create -o mountpoint=/work rpool/work
142026-08-05T19:25:41.515Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-05T19:25:41.518Z+ home_fs=zfs
162026-08-05T19:25:41.518Z+ [[ zfs == autofs ]]
172026-08-05T19:25:41.518Z+ mkdir -p /home/build
182026-08-05T19:25:41.519Z+ chown build:build /home/build /work
192026-08-05T19:25:43.520Z+ chmod 0700 /home/build /work
202026-08-05T19:25:43.523Zprocess exited: duration 4074 ms, exit code 0
 
212026-08-05T19:25:43.529Zstarting task 1: "rust-toolchain"
222026-08-05T19:25:43.533Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-05T19:25:43.533Z * rust toolchain channel = "1.97.1"
242026-08-05T19:25:43.533Z * rust toolchain profile = "default"
252026-08-05T19:25:43.533Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-05T19:25:43.533Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-05T19:25:43.533Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-05T19:25:43.535Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-05T19:25:43.535Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-05T19:25:43.636Zinfo: downloading installer
312026-08-05T19:25:45.285Zwarn: It looks like you have an existing rustup settings file at:
322026-08-05T19:25:45.285Zwarn: /home/build/.rustup/settings.toml
332026-08-05T19:25:45.285Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-05T19:25:45.285Zwarn: instead of the one inferred from the default host triple.
352026-08-05T19:25:45.298Zinfo: profile set to default
362026-08-05T19:25:45.298Zinfo: default host triple is x86_64-unknown-illumos
372026-08-05T19:25:45.302Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-05T19:25:45.454Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-05T19:25:45.457Zinfo: downloading 6 components
402026-08-05T19:26:00.551Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-05T19:26:00.551Z
422026-08-05T19:26:00.578Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-05T19:26:00.578Z
442026-08-05T19:26:00.578Z
452026-08-05T19:26:00.578ZRust is installed now. Great!
462026-08-05T19:26:00.578Z
472026-08-05T19:26:00.581ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-05T19:26:00.581Zenvironment variable. This has not been done automatically.
492026-08-05T19:26:00.581Z
502026-08-05T19:26:00.581ZTo configure your current shell, you need to source
512026-08-05T19:26:00.581Zthe corresponding env file under $HOME/.cargo.
522026-08-05T19:26:00.581Z
532026-08-05T19:26:00.582ZThis is usually done by running one of the following (note the leading DOT):
542026-08-05T19:26:00.582Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-05T19:26:00.582Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-05T19:26:00.582Zsource "~/.cargo/env.nu" # For nushell
572026-08-05T19:26:00.582Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-05T19:26:00.582Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-05T19:26:00.582Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-05T19:26:00.582Zwarn: no default linker (`cc`) was found in your PATH
612026-08-05T19:26:00.582Zwarn: many Rust crates require a system C toolchain to build
622026-08-05T19:26:00.673Z+ rustup --version
632026-08-05T19:26:00.681Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-05T19:26:00.684Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-05T19:26:00.702Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-05T19:26:00.705Z+ cargo --version
672026-08-05T19:26:00.720Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-05T19:26:00.723Z+ rustc --version
692026-08-05T19:26:00.742Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-05T19:26:00.745Zprocess exited: duration 17214 ms, exit code 0
 
712026-08-05T19:26:00.750Zstarting task 2: "authentication"
722026-08-05T19:26:00.766Zprocess exited: duration 16 ms, exit code 0
 
732026-08-05T19:26:00.773Zstarting task 3: "clone repository"
742026-08-05T19:26:00.776Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-05T19:26:00.779Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-05T19:26:00.812ZCloning into '/work/oxidecomputer/omicron'...
772026-08-05T19:26:11.462Z+ cd /work/oxidecomputer/omicron
782026-08-05T19:26:11.462Z+ git fetch origin 1f4f17af57c3bcb81c3adf18d5d5eb114e166b4d
792026-08-05T19:26:11.792ZFrom https://github.com/oxidecomputer/omicron
802026-08-05T19:26:11.792Z * branch 1f4f17af57c3bcb81c3adf18d5d5eb114e166b4d -> FETCH_HEAD
812026-08-05T19:26:11.803Z+ [[ -n john/set-target-release-better-errors ]]
822026-08-05T19:26:11.806Z++ git branch --show-current
832026-08-05T19:26:11.806Z+ current=main
842026-08-05T19:26:11.806Z+ [[ main != john/set-target-release-better-errors ]]
852026-08-05T19:26:11.806Z+ git branch -f john/set-target-release-better-errors 1f4f17af57c3bcb81c3adf18d5d5eb114e166b4d
862026-08-05T19:26:11.809Z+ git checkout -f john/set-target-release-better-errors
872026-08-05T19:26:12.059ZSwitched to branch 'john/set-target-release-better-errors'
882026-08-05T19:26:12.062Z+ git reset --hard 1f4f17af57c3bcb81c3adf18d5d5eb114e166b4d
892026-08-05T19:26:12.086ZHEAD is now at 1f4f17af5 fix up integration test and error message typos
902026-08-05T19:26:12.089Zprocess exited: duration 11313 ms, exit code 0
 
912026-08-05T19:26:12.095Zstarting task 4: "build"
922026-08-05T19:26:12.098Z+ source ./env.sh
932026-08-05T19:26:12.101Z++ OLD_SHELL_OPTS=ehxB
942026-08-05T19:26:12.101Z++ set -o xtrace
952026-08-05T19:26:12.101Z++++ dirname ./env.sh
962026-08-05T19:26:12.104Z+++ readlink -f .
972026-08-05T19:26:12.106Z++ OMICRON_WS=/work/oxidecomputer/omicron
982026-08-05T19:26:12.106Z++ 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-05T19:26:12.107Z++ 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-05T19:26:12.107Z++ 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-05T19:26:12.107Z++ 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-05T19:26:12.107Z++ 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-05T19:26:12.107Z++ 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-05T19:26:12.107Z++ 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-05T19:26:12.107Z++ 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-05T19:26:12.107Z++ 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-05T19:26:12.107Z++ 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-05T19:26:12.107Z++ case $OLD_SHELL_OPTS in
1092026-08-05T19:26:12.107Z++ unset OLD_SHELL_OPTS OMICRON_WS
1102026-08-05T19:26:12.107Z+ source .github/buildomat/ci-env.sh
1112026-08-05T19:26:12.107Z++ export CARGO_TERM_COLOR=always
1122026-08-05T19:26:12.107Z++ CARGO_TERM_COLOR=always
1132026-08-05T19:26:12.107Z+++ uname -s
1142026-08-05T19:26:12.107Z++ [[ SunOS == \S\u\n\O\S ]]
1152026-08-05T19:26:12.107Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
1162026-08-05T19:26:12.110Z+ cargo --version
1172026-08-05T19:26:12.116Zcargo 1.97.1 (c980f4866 2026-06-30)
1182026-08-05T19:26:12.120Z+ rustc --version
1192026-08-05T19:26:12.139Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1202026-08-05T19:26:12.141Z+ banner prerequisites
1212026-08-05T19:26:12.144Z
1222026-08-05T19:26:12.144Z ##### ##### ###### ##### ###### #### # # # #### #
1232026-08-05T19:26:12.144Z # # # # # # # # # # # # # # #
1242026-08-05T19:26:12.144Z # # # # ##### # # ##### # # # # # #### #
1252026-08-05T19:26:12.144Z ##### ##### # ##### # # # # # # # # #
1262026-08-05T19:26:12.145Z # # # # # # # # # # # # # # #
1272026-08-05T19:26:12.145Z # # # ###### # # ###### ### # #### # #### #
1282026-08-05T19:26:12.145Z
1292026-08-05T19:26:12.145Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1302026-08-05T19:26:14.353Z Startup: Refreshing catalog 'helios' ... Done
1312026-08-05T19:26:14.595Z Startup: Caching catalogs ... Done
1322026-08-05T19:26:15.920ZPlanning: Solver setup ... Done (1.238s)
1332026-08-05T19:26:15.962ZPlanning: Running solver ... Done (0.045s)
1342026-08-05T19:26:15.995ZPlanning: Finding local manifests ... Done (0.002s)
1352026-08-05T19:26:16.006ZPlanning: Fetching manifests: 0/2 0% complete
1362026-08-05T19:26:16.025ZPlanning: Fetching manifests: 2/2 100% complete
1372026-08-05T19:26:16.039ZPlanning: Package planning ... Done (0.013s)
1382026-08-05T19:26:16.042ZPlanning: Merging actions ... Done (0.001s)
1392026-08-05T19:26:16.202ZPlanning: Checking for conflicting actions ... Done (0.161s)
1402026-08-05T19:26:16.205ZPlanning: Consolidating action changes ... Done (0.001s)
1412026-08-05T19:26:16.917ZPlanning: Evaluating mediators ... Done (0.715s)
1422026-08-05T19:26:16.920ZPlanning: Planning completed in 2.29 seconds
1432026-08-05T19:26:16.926Z Packages to install: 2
1442026-08-05T19:26:16.929Z Estimated space available: 156.02 GB
1452026-08-05T19:26:16.929ZEstimated space to be consumed: 56.47 MB
1462026-08-05T19:26:16.929Z Create boot environment: No
1472026-08-05T19:26:16.929ZCreate backup boot environment: No
1482026-08-05T19:26:16.929Z Rebuild boot archive: No
1492026-08-05T19:26:16.929Z
1502026-08-05T19:26:16.929ZChanged packages:
1512026-08-05T19:26:16.929Zhelios
1522026-08-05T19:26:16.929Z developer/build-essential
1532026-08-05T19:26:16.929Z None -> 11-3.0
1542026-08-05T19:26:16.929Z library/libxmlsec1
1552026-08-05T19:26:16.929Z None -> 1.2.35-3.0
1562026-08-05T19:26:16.951Z
1572026-08-05T19:26:16.951ZDownload: 0/214 items 0.0/1.3MB 0% complete
1582026-08-05T19:26:17.020ZDownload: Completed 1.28 MB in 0.07 seconds (18.5M/s)
1592026-08-05T19:26:17.107Z Actions: 1/268 actions (Installing new actions)
1602026-08-05T19:26:17.145Z Actions: Completed 268 actions in 0.04 seconds.
1612026-08-05T19:26:17.169ZFinalize: Updating package state database ... Done (0.024s)
1622026-08-05T19:26:17.169ZFinalize: Updating package cache ... Done (0.000s)
1632026-08-05T19:26:17.230ZFinalize: Updating image state ... Done (0.061s)
1642026-08-05T19:26:19.712ZFinalize: Creating fast lookup database ... Done (2.441s)
1652026-08-05T19:26:19.781ZFinalize: Reading search index ... Done (0.013s)
1662026-08-05T19:26:19.784ZFinalize: Updating search index ... Done (0.000s)
1672026-08-05T19:26:19.889ZFinalize: Updating package cache ... Done (0.000s)
1682026-08-05T19:26:20.233ZPlanning: Evaluating mediator changes ... Done
1692026-08-05T19:26:20.339ZPlanning: Checking for conflicting actions ... Done
1702026-08-05T19:26:20.342ZPlanning: Consolidating action changes ... Done
1712026-08-05T19:26:20.495ZPlanning: Evaluating mediators ... Done
1722026-08-05T19:26:20.498ZPlanning: Planning completed in 0.26 seconds
1732026-08-05T19:26:20.518Z Mediators to change: 2
1742026-08-05T19:26:20.518Z Create boot environment: No
1752026-08-05T19:26:20.521ZCreate backup boot environment: No
1762026-08-05T19:26:20.559ZFinalize: Updating package state database ... Done
1772026-08-05T19:26:20.559ZFinalize: Updating package cache ... Done
1782026-08-05T19:26:20.594ZFinalize: Updating image state ... Done
1792026-08-05T19:26:22.527ZFinalize: Creating fast lookup database ... Done
1802026-08-05T19:26:22.588ZFinalize: Reading search index ... Done
1812026-08-05T19:26:22.592ZFinalize: Updating search index ... Done
1822026-08-05T19:26:22.669ZFinalize: Updating package cache ... Done
1832026-08-05T19:26:22.956ZPlanning: Evaluating mediator changes ... Done
1842026-08-05T19:26:23.062ZPlanning: Checking for conflicting actions ... Done
1852026-08-05T19:26:23.065ZPlanning: Consolidating action changes ... Done
1862026-08-05T19:26:23.218ZPlanning: Evaluating mediators ... Done
1872026-08-05T19:26:23.221ZPlanning: Planning completed in 0.26 seconds
1882026-08-05T19:26:23.241Z Mediators to change: 1
1892026-08-05T19:26:23.241Z Create boot environment: No
1902026-08-05T19:26:23.241ZCreate backup boot environment: No
1912026-08-05T19:26:23.287ZFinalize: Updating package state database ... Done
1922026-08-05T19:26:23.288ZFinalize: Updating package cache ... Done
1932026-08-05T19:26:23.322ZFinalize: Updating image state ... Done
1942026-08-05T19:26:25.252ZFinalize: Creating fast lookup database ... Done
1952026-08-05T19:26:25.311ZFinalize: Reading search index ... Done
1962026-08-05T19:26:25.314ZFinalize: Updating search index ... Done
1972026-08-05T19:26:25.386ZFinalize: Updating package cache ... Done
1982026-08-05T19:26:25.696ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1992026-08-05T19:26:25.697Zapache system 2.4 system
2002026-08-05T19:26:25.697Zclang system 15 system
2012026-08-05T19:26:25.697Zcsh system system illumos
2022026-08-05T19:26:25.697Zctags system system illumos
2032026-08-05T19:26:25.697Zfile vendor vendor darwinsys
2042026-08-05T19:26:25.697Zfile system system illumos
2052026-08-05T19:26:25.697Zgcc vendor 14 vendor
2062026-08-05T19:26:25.697Zgcc system 13 system
2072026-08-05T19:26:25.697Zgcc system 10 system
2082026-08-05T19:26:25.697Zgo system 1.25 system
2092026-08-05T19:26:25.697Zllvm system 15 system
2102026-08-05T19:26:25.697Zmariadb system 11.4 system
2112026-08-05T19:26:25.697Zmta vendor vendor dma
2122026-08-05T19:26:25.697Zopenjdk system 17 system
2132026-08-05T19:26:25.697Zopenjdk system 11 system
2142026-08-05T19:26:25.697Zopenssl vendor 3 vendor
2152026-08-05T19:26:25.697Zperl system 5.40 system
2162026-08-05T19:26:25.697Zpostgresql system 18 system
2172026-08-05T19:26:25.697Zpostgresql system 17 system
2182026-08-05T19:26:25.697Zpython vendor 3 vendor
2192026-08-05T19:26:25.697Zpython system 2 system
2202026-08-05T19:26:25.697Zpython3 vendor 3.13 vendor
2212026-08-05T19:26:25.697Zruby system 3.4 system
2222026-08-05T19:26:25.697Zruby system 3.0 system
2232026-08-05T19:26:25.697Zwords vendor vendor american-english
2242026-08-05T19:26:25.698Zwords system system australian-english
2252026-08-05T19:26:25.698Zwords system system british-english
2262026-08-05T19:26:25.698Zwords system system canadian-english
2272026-08-05T19:26:25.698Zwords system system french
2282026-08-05T19:26:25.698Zwords system system italian
2292026-08-05T19:26:25.698Zwords system system ngerman
2302026-08-05T19:26:25.698Zwords system system ogerman
2312026-08-05T19:26:25.698Zwords system system spanish
2322026-08-05T19:26:25.952ZPUBLISHER TYPE STATUS P LOCATION
2332026-08-05T19:26:25.952Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2342026-08-05T19:26:26.352ZFMRI IFO
2352026-08-05T19:26:26.352Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2362026-08-05T19:26:26.352Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2372026-08-05T19:26:26.352Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2382026-08-05T19:26:26.353Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2392026-08-05T19:26:26.353Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2402026-08-05T19:26:26.353Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2412026-08-05T19:26:26.353Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2422026-08-05T19:26:26.353Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2432026-08-05T19:26:26.353Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2442026-08-05T19:26:26.650Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2452026-08-05T19:26:27.063Z Updating crates.io index
2462026-08-05T19:26:27.067Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2472026-08-05T19:26:27.317Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2482026-08-05T19:26:27.652Z Updating git repository `https://github.com/oxidecomputer/propolis`
2492026-08-05T19:26:28.741Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2502026-08-05T19:26:29.233Z Updating git repository `https://github.com/oxidecomputer/crucible`
2512026-08-05T19:26:31.609Z Updating git repository `https://github.com/oxidecomputer/opte`
2522026-08-05T19:26:32.454Z Updating git repository `https://github.com/oxidecomputer/tofino`
2532026-08-05T19:26:32.701Z Updating git repository `https://github.com/oxidecomputer/lldp`
2542026-08-05T19:26:33.027Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2552026-08-05T19:26:34.466Z Updating git repository `https://github.com/oxidecomputer/clickward`
2562026-08-05T19:26:34.757Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2572026-08-05T19:26:35.102Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2582026-08-05T19:26:35.506Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2592026-08-05T19:26:35.949Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2602026-08-05T19:26:36.671Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2612026-08-05T19:26:36.997Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2622026-08-05T19:26:37.602Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2632026-08-05T19:26:37.915Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2642026-08-05T19:26:38.254Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2652026-08-05T19:26:38.516Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2662026-08-05T19:26:38.778Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2672026-08-05T19:26:39.054Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2682026-08-05T19:26:39.524Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2692026-08-05T19:26:39.852Z Updating git repository `https://github.com/oxidecomputer/erebor`
2702026-08-05T19:26:40.089Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2712026-08-05T19:26:40.534Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2722026-08-05T19:26:40.872Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2732026-08-05T19:26:41.282Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2742026-08-05T19:26:41.678Z Updating git repository `https://github.com/oxidecomputer/ispf`
2752026-08-05T19:26:41.971Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2762026-08-05T19:26:42.272Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2772026-08-05T19:26:42.642Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2782026-08-05T19:26:43.026Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2792026-08-05T19:26:43.279Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2802026-08-05T19:26:43.553Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2812026-08-05T19:26:43.838Z Updating git repository `https://github.com/oxidecomputer/tough`
2822026-08-05T19:26:44.394Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2832026-08-05T19:26:44.940Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2842026-08-05T19:26:45.163Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2852026-08-05T19:26:45.472Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2862026-08-05T19:26:45.775Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2872026-08-05T19:26:46.029Z Updating git repository `https://github.com/illumos/smf-rs`
2882026-08-05T19:26:48.761Z Downloading crates ...
2892026-08-05T19:26:48.813Z Downloaded byteorder v1.5.0
2902026-08-05T19:26:48.816Z Downloaded cargo-platform v0.3.2
2912026-08-05T19:26:48.819Z Downloaded dof v0.3.0
2922026-08-05T19:26:48.821Z Downloaded camino v1.2.2
2932026-08-05T19:26:48.824Z Downloaded dtrace-parser v0.2.0
2942026-08-05T19:26:48.827Z Downloaded cfg-if v1.0.4
2952026-08-05T19:26:48.827Z Downloaded colorchoice v1.0.4
2962026-08-05T19:26:48.827Z Downloaded digest v0.10.7
2972026-08-05T19:26:48.830Z Downloaded generic-array v0.14.7
2982026-08-05T19:26:48.834Z Downloaded cpufeatures v0.2.17
2992026-08-05T19:26:48.834Z Downloaded autocfg v1.5.0
3002026-08-05T19:26:48.837Z Downloaded anstream v1.0.0
3012026-08-05T19:26:48.837Z Downloaded cargo_toml v0.21.0
3022026-08-05T19:26:48.839Z Downloaded anyhow v1.0.102
3032026-08-05T19:26:48.839Z Downloaded zmij v1.0.21
3042026-08-05T19:26:48.842Z Downloaded zerocopy v0.7.35
3052026-08-05T19:26:48.848Z Downloaded is_terminal_polyfill v1.70.2
3062026-08-05T19:26:48.851Z Downloaded zerocopy-derive v0.7.35
3072026-08-05T19:26:48.851Z Downloaded itoa v1.0.17
3082026-08-05T19:26:48.854Z Downloaded fnv v1.0.7
3092026-08-05T19:26:48.854Z Downloaded pest_derive v2.8.6
3102026-08-05T19:26:48.854Z Downloaded anstyle-query v1.1.5
3112026-08-05T19:26:48.857Z Downloaded cargo_metadata v0.23.1
3122026-08-05T19:26:48.857Z Downloaded errno v0.3.14
3132026-08-05T19:26:48.860Z Downloaded block-buffer v0.10.4
3142026-08-05T19:26:48.860Z Downloaded equivalent v1.0.2
3152026-08-05T19:26:48.863Z Downloaded terminal_size v0.4.3
3162026-08-05T19:26:48.866Z Downloaded clap_lex v1.0.0
3172026-08-05T19:26:48.866Z Downloaded plain v0.2.3
3182026-08-05T19:26:48.866Z Downloaded once_cell v1.21.3
3192026-08-05T19:26:48.869Z Downloaded crypto-common v0.1.7
3202026-08-05T19:26:48.875Z Downloaded heck v0.5.0
3212026-08-05T19:26:48.878Z Downloaded memmap v0.7.0
3222026-08-05T19:26:48.881Z Downloaded bytecount v0.6.9
3232026-08-05T19:26:48.884Z Downloaded fs-err v3.3.0
3242026-08-05T19:26:48.888Z Downloaded unicode-linebreak v0.1.5
3252026-08-05T19:26:48.891Z Downloaded macaddr v1.0.1
3262026-08-05T19:26:48.891Z Downloaded heck v0.4.1
3272026-08-05T19:26:48.891Z Downloaded swrite v0.1.0
3282026-08-05T19:26:48.891Z Downloaded tabled_derive v0.7.0
3292026-08-05T19:26:48.891Z Downloaded proc-macro-error-attr v1.0.4
3302026-08-05T19:26:48.894Z Downloaded thread-id v4.2.2
3312026-08-05T19:26:48.894Z Downloaded fastrand v2.3.0
3322026-08-05T19:26:48.897Z Downloaded toml_datetime v0.6.11
3332026-08-05T19:26:48.900Z Downloaded usdt-macro v0.5.0
3342026-08-05T19:26:48.900Z Downloaded serde_spanned v0.6.9
3352026-08-05T19:26:48.902Z Downloaded utf8parse v0.2.2
3362026-08-05T19:26:48.908Z Downloaded toml_write v0.1.2
3372026-08-05T19:26:48.912Z Downloaded version_check v0.9.5
3382026-08-05T19:26:48.915Z Downloaded scroll_derive v0.12.1
3392026-08-05T19:26:48.915Z Downloaded smawk v0.3.2
3402026-08-05T19:26:48.915Z Downloaded pretty-hex v0.4.1
3412026-08-05T19:26:48.915Z Downloaded usdt-attr-macro v0.5.0
3422026-08-05T19:26:48.923Z Downloaded getrandom v0.4.1
3432026-08-05T19:26:48.931Z Downloaded anstyle v1.0.14
3442026-08-05T19:26:48.934Z Downloaded camino-tempfile v1.4.1
3452026-08-05T19:26:48.937Z Downloaded thiserror v2.0.18
3462026-08-05T19:26:48.940Z Downloaded sha2 v0.10.9
3472026-08-05T19:26:48.940Z Downloaded anstyle-parse v1.0.0
3482026-08-05T19:26:48.944Z Downloaded scroll v0.12.0
3492026-08-05T19:26:48.944Z Downloaded usdt v0.5.0
3502026-08-05T19:26:48.947Z Downloaded thiserror-impl v2.0.18
3512026-08-05T19:26:48.950Z Downloaded serde_tokenstream v0.2.3
3522026-08-05T19:26:48.953Z Downloaded thiserror v1.0.69
3532026-08-05T19:26:48.956Z Downloaded thiserror-impl v1.0.69
3542026-08-05T19:26:48.956Z Downloaded proc-macro-error v1.0.4
3552026-08-05T19:26:48.956Z Downloaded strsim v0.11.1
3562026-08-05T19:26:48.959Z Downloaded usdt-impl v0.5.0
3572026-08-05T19:26:48.959Z Downloaded papergrid v0.11.0
3582026-08-05T19:26:48.965Z Downloaded clap_derive v4.6.1
3592026-08-05T19:26:48.968Z Downloaded semver v1.0.28
3602026-08-05T19:26:48.975Z Downloaded tempfile v3.25.0
3612026-08-05T19:26:48.978Z Downloaded bitflags v2.11.0
3622026-08-05T19:26:48.981Z Downloaded pest_generator v2.8.6
3632026-08-05T19:26:48.983Z Downloaded toml v0.8.23
3642026-08-05T19:26:48.995Z Downloaded ucd-trie v0.1.7
3652026-08-05T19:26:48.998Z Downloaded log v0.4.29
3662026-08-05T19:26:48.998Z Downloaded quote v1.0.45
3672026-08-05T19:26:49.001Z Downloaded textwrap v0.16.2
3682026-08-05T19:26:49.004Z Downloaded proc-macro2 v1.0.106
3692026-08-05T19:26:49.011Z Downloaded unicode-ident v1.0.24
3702026-08-05T19:26:49.014Z Downloaded serde_derive v1.0.228
3712026-08-05T19:26:49.023Z Downloaded pest_meta v2.8.6
3722026-08-05T19:26:49.030Z Downloaded toml_edit v0.22.27
3732026-08-05T19:26:49.042Z Downloaded clap v4.6.1
3742026-08-05T19:26:49.047Z Downloaded serde v1.0.228
3752026-08-05T19:26:49.049Z Downloaded serde_core v1.0.228
3762026-08-05T19:26:49.052Z Downloaded memchr v2.8.0
3772026-08-05T19:26:49.055Z Downloaded pest v2.8.6
3782026-08-05T19:26:49.058Z Downloaded indexmap v2.14.0
3792026-08-05T19:26:49.066Z Downloaded typenum v1.20.1
3802026-08-05T19:26:49.086Z Downloaded clap_builder v4.6.0
3812026-08-05T19:26:49.093Z Downloaded hashbrown v0.17.0
3822026-08-05T19:26:49.098Z Downloaded serde_json v1.0.151
3832026-08-05T19:26:49.113Z Downloaded winnow v0.7.14
3842026-08-05T19:26:49.118Z Downloaded goblin v0.8.2
3852026-08-05T19:26:49.122Z Downloaded tabled v0.15.0
3862026-08-05T19:26:49.129Z Downloaded syn v1.0.109
3872026-08-05T19:26:49.142Z Downloaded unicode-width v0.2.0
3882026-08-05T19:26:49.148Z Downloaded syn v2.0.117
3892026-08-05T19:26:49.153Z Downloaded unicode-width v0.1.14
3902026-08-05T19:26:49.163Z Downloaded rustix v1.1.3
3912026-08-05T19:26:49.182Z Downloaded libc v0.2.185
3922026-08-05T19:26:49.246Z Compiling proc-macro2 v1.0.106
3932026-08-05T19:26:49.246Z Compiling quote v1.0.45
3942026-08-05T19:26:49.249Z Compiling unicode-ident v1.0.24
3952026-08-05T19:26:49.249Z Compiling serde_core v1.0.228
3962026-08-05T19:26:49.249Z Compiling libc v0.2.185
3972026-08-05T19:26:49.249Z Compiling version_check v0.9.5
3982026-08-05T19:26:49.249Z Compiling memchr v2.8.0
3992026-08-05T19:26:49.249Z Compiling serde v1.0.228
4002026-08-05T19:26:49.560Z Compiling zmij v1.0.21
4012026-08-05T19:26:49.782Z Compiling itoa v1.0.17
4022026-08-05T19:26:49.874Z Compiling ucd-trie v0.1.7
4032026-08-05T19:26:50.001Z Compiling thiserror v1.0.69
4042026-08-05T19:26:50.166Z Compiling pest v2.8.6
4052026-08-05T19:26:50.205Z Compiling rustix v1.1.3
4062026-08-05T19:26:50.278Z Compiling byteorder v1.5.0
4072026-08-05T19:26:50.447Z Compiling errno v0.3.14
4082026-08-05T19:26:50.578Z Compiling bitflags v2.11.0
4092026-08-05T19:26:50.612Z Compiling serde_json v1.0.151
4102026-08-05T19:26:50.779Z Compiling syn v2.0.117
4112026-08-05T19:26:50.817Z Compiling thread-id v4.2.2
4122026-08-05T19:26:50.863Z Compiling usdt-impl v0.5.0
4132026-08-05T19:26:50.917Z Compiling proc-macro-error-attr v1.0.4
4142026-08-05T19:26:51.071Z Compiling syn v1.0.109
4152026-08-05T19:26:51.088Z Compiling camino v1.2.2
4162026-08-05T19:26:51.262Z Compiling pest_meta v2.8.6
4172026-08-05T19:26:51.420Z Compiling proc-macro-error v1.0.4
4182026-08-05T19:26:51.451Z Compiling log v0.4.29
4192026-08-05T19:26:51.470Z Compiling plain v0.2.3
4202026-08-05T19:26:51.582Z Compiling getrandom v0.4.1
4212026-08-05T19:26:51.602Z Compiling equivalent v1.0.2
4222026-08-05T19:26:51.643Z Compiling utf8parse v0.2.2
4232026-08-05T19:26:51.762Z Compiling hashbrown v0.17.0
4242026-08-05T19:26:51.815Z Compiling anstyle-parse v1.0.0
4252026-08-05T19:26:51.909Z Compiling terminal_size v0.4.3
4262026-08-05T19:26:52.304Z Compiling indexmap v2.14.0
4272026-08-05T19:26:52.545Z Compiling is_terminal_polyfill v1.70.2
4282026-08-05T19:26:52.564Z Compiling autocfg v1.5.0
4292026-08-05T19:26:52.650Z Compiling anstyle v1.0.14
4302026-08-05T19:26:52.695Z Compiling thiserror v2.0.18
4312026-08-05T19:26:52.871Z Compiling colorchoice v1.0.4
4322026-08-05T19:26:52.892Z Compiling winnow v0.7.14
4332026-08-05T19:26:52.921Z Compiling cfg-if v1.0.4
4342026-08-05T19:26:52.989Z Compiling anstyle-query v1.1.5
4352026-08-05T19:26:52.990Z Compiling toml_write v0.1.2
4362026-08-05T19:26:53.024Z Compiling pest_generator v2.8.6
4372026-08-05T19:26:53.027Z Compiling pretty-hex v0.4.1
4382026-08-05T19:26:53.099Z Compiling anstream v1.0.0
4392026-08-05T19:26:53.179Z Compiling fs-err v3.3.0
4402026-08-05T19:26:53.388Z Compiling unicode-width v0.1.14
4412026-08-05T19:26:53.405Z Compiling fnv v1.0.7
4422026-08-05T19:26:53.492Z Compiling bytecount v0.6.9
4432026-08-05T19:26:53.519Z Compiling strsim v0.11.1
4442026-08-05T19:26:53.585Z Compiling once_cell v1.21.3
4452026-08-05T19:26:53.633Z Compiling heck v0.5.0
4462026-08-05T19:26:53.687Z Compiling clap_lex v1.0.0
4472026-08-05T19:26:53.715Z Compiling heck v0.4.1
4482026-08-05T19:26:53.807Z Compiling fastrand v2.3.0
4492026-08-05T19:26:53.862Z Compiling anyhow v1.0.102
4502026-08-05T19:26:53.862Z Compiling clap_builder v4.6.0
4512026-08-05T19:26:53.918Z Compiling papergrid v0.11.0
4522026-08-05T19:26:54.046Z Compiling tempfile v3.25.0
4532026-08-05T19:26:54.068Z Compiling cargo-platform v0.3.2
4542026-08-05T19:26:54.164Z Compiling tabled_derive v0.7.0
4552026-08-05T19:26:54.346Z Compiling semver v1.0.28
4562026-08-05T19:26:54.365Z Compiling memmap v0.7.0
4572026-08-05T19:26:54.395Z Compiling unicode-linebreak v0.1.5
4582026-08-05T19:26:54.413Z Compiling smawk v0.3.2
4592026-08-05T19:26:54.546Z Compiling unicode-width v0.2.0
4602026-08-05T19:26:54.638Z Compiling camino-tempfile v1.4.1
4612026-08-05T19:26:54.653Z Compiling serde_derive v1.0.228
4622026-08-05T19:26:54.669Z Compiling thiserror-impl v1.0.69
4632026-08-05T19:26:54.819Z Compiling zerocopy-derive v0.7.35
4642026-08-05T19:26:54.863Z Compiling pest_derive v2.8.6
4652026-08-05T19:26:54.916Z Compiling scroll_derive v0.12.1
4662026-08-05T19:26:55.060Z Compiling thiserror-impl v2.0.18
4672026-08-05T19:26:55.311Z Compiling clap_derive v4.6.1
4682026-08-05T19:26:55.328Z Compiling tabled v0.15.0
4692026-08-05T19:26:55.618Z Compiling scroll v0.12.0
4702026-08-05T19:26:55.751Z Compiling zerocopy v0.7.35
4712026-08-05T19:26:55.899Z Compiling goblin v0.8.2
4722026-08-05T19:26:56.071Z Compiling dtrace-parser v0.2.0
4732026-08-05T19:26:56.326Z Compiling textwrap v0.16.2
4742026-08-05T19:26:56.800Z Compiling swrite v0.1.0
4752026-08-05T19:26:57.082Z Compiling clap v4.6.1
4762026-08-05T19:26:57.761Z Compiling dof v0.3.0
4772026-08-05T19:26:57.762Z Compiling serde_tokenstream v0.2.3
4782026-08-05T19:26:57.785Z Compiling serde_spanned v0.6.9
4792026-08-05T19:26:57.800Z Compiling toml_datetime v0.6.11
4802026-08-05T19:26:57.803Z Compiling cargo_metadata v0.23.1
4812026-08-05T19:26:57.849Z Compiling macaddr v1.0.1
4822026-08-05T19:26:57.852Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4832026-08-05T19:26:57.993Z Compiling toml_edit v0.22.27
4842026-08-05T19:26:58.561Z Compiling usdt-macro v0.5.0
4852026-08-05T19:26:58.561Z Compiling usdt-attr-macro v0.5.0
4862026-08-05T19:26:59.185Z Compiling usdt v0.5.0
4872026-08-05T19:26:59.332Z Compiling toml v0.8.23
4882026-08-05T19:26:59.727Z Compiling cargo_toml v0.21.0
4892026-08-05T19:27:00.930Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4902026-08-05T19:27:02.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.46s
4912026-08-05T19:27:03.161Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4922026-08-05T19:27:03.673Z Downloading crates ...
4932026-08-05T19:27:03.717Z Downloaded adler2 v2.0.1
4942026-08-05T19:27:03.720Z Downloaded ascii-canvas v3.0.0
4952026-08-05T19:27:03.727Z Downloaded blake2 v0.10.6
4962026-08-05T19:27:03.730Z Downloaded cbc v0.2.1
4972026-08-05T19:27:03.730Z Downloaded colored v3.1.1
4982026-08-05T19:27:03.733Z Downloaded aead v0.5.2
4992026-08-05T19:27:03.737Z Downloaded const_format v0.2.35
5002026-08-05T19:27:03.740Z Downloaded backoff v0.4.0
5012026-08-05T19:27:03.740Z Downloaded backon v1.6.0
5022026-08-05T19:27:03.740Z Downloaded base16ct v1.0.0
5032026-08-05T19:27:03.743Z Downloaded convert_case v0.4.0
5042026-08-05T19:27:03.743Z Downloaded futures-sink v0.3.32
5052026-08-05T19:27:03.743Z Downloaded fxhash v0.2.1
5062026-08-05T19:27:03.747Z Downloaded float-ord v0.3.2
5072026-08-05T19:27:03.751Z Downloaded ar_archive_writer v0.5.1
5082026-08-05T19:27:03.751Z Downloaded base64 v0.22.1
5092026-08-05T19:27:03.755Z Downloaded flagset v0.4.7
5102026-08-05T19:27:03.755Z Downloaded fixedbitset v0.4.2
5112026-08-05T19:27:03.755Z Downloaded base16ct v0.2.0
5122026-08-05T19:27:03.755Z Downloaded fd-lock v4.0.4
5132026-08-05T19:27:03.759Z Downloaded anstream v0.6.21
5142026-08-05T19:27:03.759Z Downloaded compression-core v0.4.31
5152026-08-05T19:27:03.759Z Downloaded assert_matches v1.5.0
5162026-08-05T19:27:03.759Z Downloaded futures v0.3.32
5172026-08-05T19:27:03.764Z Downloaded argon2 v0.6.0-rc.8
5182026-08-05T19:27:03.764Z Downloaded hubpack_derive v0.1.1
5192026-08-05T19:27:03.764Z Downloaded env_filter v1.0.0
5202026-08-05T19:27:03.764Z Downloaded float-cmp v0.10.0
5212026-08-05T19:27:03.764Z Downloaded hyper-tls v0.6.0
5222026-08-05T19:27:03.768Z Downloaded foreign-types-macros v0.2.3
5232026-08-05T19:27:03.768Z Downloaded futures-core v0.3.32
5242026-08-05T19:27:03.771Z Downloaded bitvec v1.0.1
5252026-08-05T19:27:03.776Z Downloaded bitfield-struct v0.6.2
5262026-08-05T19:27:03.779Z Downloaded fallible-iterator v0.2.0
5272026-08-05T19:27:03.780Z Downloaded anstyle-parse v0.2.7
5282026-08-05T19:27:03.780Z Downloaded ff v0.13.1
5292026-08-05T19:27:03.783Z Downloaded allocator-api2 v0.2.21
5302026-08-05T19:27:03.783Z Downloaded foreign-types-shared v0.3.1
5312026-08-05T19:27:03.783Z Downloaded erased-serde v0.3.31
5322026-08-05T19:27:03.783Z Downloaded filetime v0.2.27
5332026-08-05T19:27:03.786Z Downloaded fixedbitset v0.5.7
5342026-08-05T19:27:03.786Z Downloaded ghash v0.6.0
5352026-08-05T19:27:03.786Z Downloaded glob v0.3.3
5362026-08-05T19:27:03.789Z Downloaded globwalk v0.9.1
5372026-08-05T19:27:03.789Z Downloaded async-stream-impl v0.3.6
5382026-08-05T19:27:03.789Z Downloaded bb8 v0.8.6
5392026-08-05T19:27:03.789Z Downloaded base64 v0.21.7
5402026-08-05T19:27:03.793Z Downloaded arrayref v0.3.9
5412026-08-05T19:27:03.793Z Downloaded ciborium-ll v0.2.2
5422026-08-05T19:27:03.793Z Downloaded env_logger v0.11.9
5432026-08-05T19:27:03.793Z Downloaded aead v0.6.1
5442026-08-05T19:27:03.793Z Downloaded argon2 v0.5.3
5452026-08-05T19:27:03.796Z Downloaded array-init v0.0.4
5462026-08-05T19:27:03.796Z Downloaded fatfs v0.3.6
5472026-08-05T19:27:03.796Z Downloaded foreign-types v0.5.0
5482026-08-05T19:27:03.799Z Downloaded fs-err v2.11.0
5492026-08-05T19:27:03.799Z Downloaded heapless v0.8.0
5502026-08-05T19:27:03.802Z Downloaded flate2 v1.1.9
5512026-08-05T19:27:03.805Z Downloaded flume v0.11.1
5522026-08-05T19:27:03.808Z Downloaded git-stub-vcs v0.1.0
5532026-08-05T19:27:03.808Z Downloaded expectorate v1.2.0
5542026-08-05T19:27:03.811Z Downloaded bcrypt-pbkdf v0.11.0
5552026-08-05T19:27:03.811Z Downloaded blowfish v0.10.0
5562026-08-05T19:27:03.811Z Downloaded cmake v0.1.57
5572026-08-05T19:27:03.811Z Downloaded atomicwrites v0.4.4
5582026-08-05T19:27:03.811Z Downloaded block-padding v0.4.2
5592026-08-05T19:27:03.814Z Downloaded bit-set v0.5.3
5602026-08-05T19:27:03.814Z Downloaded atty v0.2.14
5612026-08-05T19:27:03.817Z Downloaded cobs v0.3.0
5622026-08-05T19:27:03.820Z Downloaded async-recursion v1.1.1
5632026-08-05T19:27:03.823Z Downloaded bit-set v0.8.0
5642026-08-05T19:27:03.823Z Downloaded castaway v0.2.4
5652026-08-05T19:27:03.823Z Downloaded funty v2.0.0
5662026-08-05T19:27:03.823Z Downloaded foreign-types v0.3.2
5672026-08-05T19:27:03.826Z Downloaded foreign-types-shared v0.1.1
5682026-08-05T19:27:03.826Z Downloaded git-stub v1.0.0
5692026-08-05T19:27:03.826Z Downloaded cfg_aliases v0.2.1
5702026-08-05T19:27:03.826Z Downloaded const_format_proc_macros v0.2.34
5712026-08-05T19:27:03.826Z Downloaded cassowary v0.3.0
5722026-08-05T19:27:03.829Z Downloaded http-range v0.1.5
5732026-08-05T19:27:03.829Z Downloaded futures-macro v0.3.32
5742026-08-05T19:27:03.829Z Downloaded bitfield v0.19.4
5752026-08-05T19:27:03.829Z Downloaded headers-core v0.3.0
5762026-08-05T19:27:03.832Z Downloaded gethostname v0.5.0
5772026-08-05T19:27:03.835Z Downloaded ff v0.14.0
5782026-08-05T19:27:03.835Z Downloaded find-msvc-tools v0.1.9
5792026-08-05T19:27:03.835Z Downloaded num-conv v0.2.0
5802026-08-05T19:27:03.835Z Downloaded phf_shared v0.13.1
5812026-08-05T19:27:03.839Z Downloaded form_urlencoded v1.2.2
5822026-08-05T19:27:03.839Z Downloaded futures-io v0.3.32
5832026-08-05T19:27:03.839Z Downloaded futures-task v0.3.32
5842026-08-05T19:27:03.839Z Downloaded home v0.5.12
5852026-08-05T19:27:03.839Z Downloaded bitfield-macros v0.19.4
5862026-08-05T19:27:03.842Z Downloaded openssl-probe v0.2.1
5872026-08-05T19:27:03.842Z Downloaded predicates-core v1.0.10
5882026-08-05T19:27:03.846Z Downloaded hubpack v0.1.2
5892026-08-05T19:27:03.849Z Downloaded atomic-waker v1.1.2
5902026-08-05T19:27:03.853Z Downloaded camino-tempfile-ext v0.3.3
5912026-08-05T19:27:03.856Z Downloaded compression-codecs v0.4.37
5922026-08-05T19:27:03.856Z Downloaded hostname v0.4.2
5932026-08-05T19:27:03.859Z Downloaded bit-vec v0.8.0
5942026-08-05T19:27:03.859Z Downloaded pbkdf2 v0.13.0
5952026-08-05T19:27:03.859Z Downloaded cipher v0.4.4
5962026-08-05T19:27:03.862Z Downloaded blake2 v0.11.0-rc.6
5972026-08-05T19:27:03.862Z Downloaded bzip2 v0.4.4
5982026-08-05T19:27:03.866Z Downloaded hostname v0.3.1
5992026-08-05T19:27:03.869Z Downloaded proc-macro-crate v1.3.1
6002026-08-05T19:27:03.872Z Downloaded http-body v1.0.1
6012026-08-05T19:27:03.872Z Downloaded num v0.4.3
6022026-08-05T19:27:03.875Z Downloaded hex-literal v1.1.0
6032026-08-05T19:27:03.875Z Downloaded cfg_aliases v0.1.1
6042026-08-05T19:27:03.875Z Downloaded foldhash v0.1.5
6052026-08-05T19:27:03.878Z Downloaded hash32 v0.2.1
6062026-08-05T19:27:03.878Z Downloaded globset v0.4.18
6072026-08-05T19:27:03.878Z Downloaded async-stream v0.3.6
6082026-08-05T19:27:03.881Z Downloaded ciborium-io v0.2.2
6092026-08-05T19:27:03.881Z Downloaded foldhash v0.2.0
6102026-08-05T19:27:03.881Z Downloaded block-buffer v0.12.1
6112026-08-05T19:27:03.884Z Downloaded num-rational v0.4.2
6122026-08-05T19:27:03.884Z Downloaded fs_extra v1.3.0
6132026-08-05T19:27:03.884Z Downloaded futures-executor v0.3.32
6142026-08-05T19:27:03.887Z Downloaded bs58 v0.5.1
6152026-08-05T19:27:03.890Z Downloaded buf-list v1.1.2
6162026-08-05T19:27:03.890Z Downloaded owo-colors v4.3.0
6172026-08-05T19:27:03.893Z Downloaded byte-wrapper v0.1.0
6182026-08-05T19:27:03.893Z Downloaded oxide-tokio-rt v0.1.4
6192026-08-05T19:27:03.894Z Downloaded hash32 v0.3.1
6202026-08-05T19:27:03.894Z Downloaded httpdate v1.0.3
6212026-08-05T19:27:03.897Z Downloaded arrayvec v0.7.6
6222026-08-05T19:27:03.897Z Downloaded peg v0.8.5
6232026-08-05T19:27:03.900Z Downloaded pkg-config v0.3.32
6242026-08-05T19:27:03.900Z Downloaded proc-macro-crate v3.4.0
6252026-08-05T19:27:03.900Z Downloaded progenitor-macro v0.14.0
6262026-08-05T19:27:03.900Z Downloaded rand_xorshift v0.4.0
6272026-08-05T19:27:03.900Z Downloaded serde_bytes v0.11.19
6282026-08-05T19:27:03.904Z Downloaded same-file v1.0.6
6292026-08-05T19:27:03.907Z Downloaded port-file v0.1.0
6302026-08-05T19:27:03.910Z Downloaded async-trait v0.1.89
6312026-08-05T19:27:03.910Z Downloaded bcs v0.1.6
6322026-08-05T19:27:03.910Z Downloaded bitflags v1.3.2
6332026-08-05T19:27:03.914Z Downloaded ciborium v0.2.2
6342026-08-05T19:27:03.914Z Downloaded cipher v0.5.2
6352026-08-05T19:27:03.917Z Downloaded console v0.15.11
6362026-08-05T19:27:03.917Z Downloaded serde_plain v1.0.2
6372026-08-05T19:27:03.917Z Downloaded serde_repr v0.1.20
6382026-08-05T19:27:03.920Z Downloaded shell-words v1.1.1
6392026-08-05T19:27:03.920Z Downloaded signal-hook-tokio v0.3.1
6402026-08-05T19:27:03.920Z Downloaded const-oid v0.9.6
6412026-08-05T19:27:03.920Z Downloaded structmeta-derive v0.3.0
6422026-08-05T19:27:03.923Z Downloaded tabwriter v1.4.1
6432026-08-05T19:27:03.923Z Downloaded humantime v2.3.0
6442026-08-05T19:27:03.923Z Downloaded strip-ansi-escapes v0.2.1
6452026-08-05T19:27:03.923Z Downloaded highway v1.3.0
6462026-08-05T19:27:03.926Z Downloaded http-body-util v0.1.3
6472026-08-05T19:27:03.926Z Downloaded strsim v0.10.0
6482026-08-05T19:27:03.926Z Downloaded structmeta v0.3.0
6492026-08-05T19:27:03.926Z Downloaded time-core v0.1.8
6502026-08-05T19:27:03.929Z Downloaded group v0.13.0
6512026-08-05T19:27:03.929Z Downloaded thiserror-impl-no-std v2.0.2
6522026-08-05T19:27:03.929Z Downloaded base64ct v1.8.3
6532026-08-05T19:27:03.932Z Downloaded cmov v0.5.4
6542026-08-05T19:27:03.933Z Downloaded constant_time_eq v0.4.2
6552026-08-05T19:27:03.935Z Downloaded cexpr v0.6.0
6562026-08-05T19:27:03.935Z Downloaded chacha20 v0.9.1
6572026-08-05T19:27:03.938Z Downloaded hex v0.4.3
6582026-08-05T19:27:03.938Z Downloaded num_enum_derive v0.5.11
6592026-08-05T19:27:03.943Z Downloaded usdt v0.6.0
6602026-08-05T19:27:03.946Z Downloaded usdt-attr-macro v0.6.0
6612026-08-05T19:27:03.947Z Downloaded group v0.14.0
6622026-08-05T19:27:03.950Z Downloaded chacha20 v0.10.0
6632026-08-05T19:27:03.953Z Downloaded phf v0.12.1
6642026-08-05T19:27:03.956Z Downloaded ahash v0.8.12
6652026-08-05T19:27:03.959Z Downloaded getrandom v0.2.17
6662026-08-05T19:27:03.959Z Downloaded radium v0.7.0
6672026-08-05T19:27:03.959Z Downloaded rand_core v0.9.5
6682026-08-05T19:27:03.962Z Downloaded sec1 v0.8.1
6692026-08-05T19:27:03.962Z Downloaded slog-async v2.8.0
6702026-08-05T19:27:03.965Z Downloaded pkcs8 v0.11.0
6712026-08-05T19:27:03.972Z Downloaded yoke-derive v0.8.1
6722026-08-05T19:27:03.975Z Downloaded compact_str v0.8.1
6732026-08-05T19:27:03.975Z Downloaded zone_cfg_derive v0.3.1
6742026-08-05T19:27:03.975Z Downloaded password-hash v0.5.0
6752026-08-05T19:27:03.978Z Downloaded sec1 v0.7.3
6762026-08-05T19:27:03.978Z Downloaded static_assertions v1.1.0
6772026-08-05T19:27:03.978Z Downloaded chacha20poly1305 v0.10.1
6782026-08-05T19:27:03.981Z Downloaded slog-scope v4.4.1
6792026-08-05T19:27:03.981Z Downloaded slog-stdlog v4.1.1
6802026-08-05T19:27:03.981Z Downloaded ssh-encoding v0.3.0
6812026-08-05T19:27:03.981Z Downloaded testing_table v0.3.0
6822026-08-05T19:27:03.984Z Downloaded oxide-update-engine v0.1.2
6832026-08-05T19:27:03.984Z Downloaded progenitor-extras v0.2.0
6842026-08-05T19:27:03.984Z Downloaded snafu-derive v0.8.9
6852026-08-05T19:27:03.984Z Downloaded darling_macro v0.13.4
6862026-08-05T19:27:03.984Z Downloaded dtrace-parser v0.3.0
6872026-08-05T19:27:03.987Z Downloaded dsl_auto_type v0.2.0
6882026-08-05T19:27:03.987Z Downloaded ident_case v1.0.1
6892026-08-05T19:27:03.987Z Downloaded cancel-safe-futures v0.1.5
6902026-08-05T19:27:03.990Z Downloaded scroll v0.13.0
6912026-08-05T19:27:03.990Z Downloaded signal-hook-registry v1.4.8
6922026-08-05T19:27:03.994Z Downloaded bit-vec v0.6.3
6932026-08-05T19:27:03.994Z Downloaded colored v2.2.0
6942026-08-05T19:27:03.994Z Downloaded bzip2 v0.6.1
6952026-08-05T19:27:03.997Z Downloaded serdect v0.4.3
6962026-08-05T19:27:03.997Z Downloaded tabled_derive v0.11.0
6972026-08-05T19:27:03.997Z Downloaded async-bb8-diesel v0.2.1
6982026-08-05T19:27:03.997Z Downloaded console v0.16.2
6992026-08-05T19:27:04.000Z Downloaded vergen-lib v0.1.6
7002026-08-05T19:27:04.000Z Downloaded debug-ignore v1.0.5
7012026-08-05T19:27:04.000Z Downloaded defmt v0.3.100
7022026-08-05T19:27:04.004Z Downloaded display-error-chain v0.2.2
7032026-08-05T19:27:04.004Z Downloaded instability v0.3.11
7042026-08-05T19:27:04.004Z Downloaded walkdir v2.5.0
7052026-08-05T19:27:04.004Z Downloaded inout v0.2.2
7062026-08-05T19:27:04.007Z Downloaded illumos-nvpair-sys v0.2.0
7072026-08-05T19:27:04.007Z Downloaded instant v0.1.13
7082026-08-05T19:27:04.007Z Downloaded hybrid-array v0.4.13
7092026-08-05T19:27:04.011Z Downloaded hyper-staticfile v0.10.1
7102026-08-05T19:27:04.014Z Downloaded hyper-rustls v0.27.7
7112026-08-05T19:27:04.018Z Downloaded wyz v0.5.1
7122026-08-05T19:27:04.018Z Downloaded parking_lot v0.11.2
7132026-08-05T19:27:04.021Z Downloaded hmac v0.12.1
7142026-08-05T19:27:04.021Z Downloaded hmac v0.13.0
7152026-08-05T19:27:04.023Z Downloaded httparse v1.10.1
7162026-08-05T19:27:04.023Z Downloaded illumos-nvpair v0.3.0
7172026-08-05T19:27:04.024Z Downloaded rustls-native-certs v0.8.3
7182026-08-05T19:27:04.026Z Downloaded zeroize_derive v1.5.0
7192026-08-05T19:27:04.026Z Downloaded half v1.8.3
7202026-08-05T19:27:04.026Z Downloaded maybe-uninit v2.0.0
7212026-08-05T19:27:04.030Z Downloaded dirs-sys-next v0.1.2
7222026-08-05T19:27:04.032Z Downloaded multimap v0.10.1
7232026-08-05T19:27:04.033Z Downloaded embedded-io v0.6.1
7242026-08-05T19:27:04.033Z Downloaded embedded-io v0.4.0
7252026-08-05T19:27:04.035Z Downloaded generic-array v1.4.3
7262026-08-05T19:27:04.036Z Downloaded getrandom v0.3.4
7272026-08-05T19:27:04.038Z Downloaded iana-time-zone v0.1.65
7282026-08-05T19:27:04.039Z Downloaded tls_codec v0.4.2
7292026-08-05T19:27:04.042Z Downloaded corncobs v0.1.4
7302026-08-05T19:27:04.042Z Downloaded critical-section v1.2.0
7312026-08-05T19:27:04.042Z Downloaded futures-channel v0.3.32
7322026-08-05T19:27:04.042Z Downloaded ctutils v0.4.2
7332026-08-05T19:27:04.047Z Downloaded ctr v0.10.1
7342026-08-05T19:27:04.047Z Downloaded der_derive v0.7.3
7352026-08-05T19:27:04.047Z Downloaded diesel-dtrace v0.5.0
7362026-08-05T19:27:04.048Z Downloaded kem v0.3.0
7372026-08-05T19:27:04.048Z Downloaded kstat-rs v0.2.4
7382026-08-05T19:27:04.048Z Downloaded lzss v0.8.2
7392026-08-05T19:27:04.052Z Downloaded olpc-cjson v0.1.4
7402026-08-05T19:27:04.052Z Downloaded packed_struct_codegen v0.10.1
7412026-08-05T19:27:04.052Z Downloaded tokio-macros v2.7.0
7422026-08-05T19:27:04.052Z Downloaded toml_datetime v1.1.1+spec-1.1.0
7432026-08-05T19:27:04.052Z Downloaded toml_writer v1.1.1+spec-1.1.0
7442026-08-05T19:27:04.052Z Downloaded peg-runtime v0.8.5
7452026-08-05T19:27:04.055Z Downloaded memoffset v0.9.1
7462026-08-05T19:27:04.055Z Downloaded clang-sys v1.8.1
7472026-08-05T19:27:04.055Z Downloaded mime v0.3.17
7482026-08-05T19:27:04.058Z Downloaded oso-derive v0.27.3
7492026-08-05T19:27:04.058Z Downloaded percent-encoding v2.3.2
7502026-08-05T19:27:04.058Z Downloaded tokio-rustls v0.26.4
7512026-08-05T19:27:04.061Z Downloaded tracing-attributes v0.1.31
7522026-08-05T19:27:04.061Z Downloaded pkcs1 v0.7.5
7532026-08-05T19:27:04.064Z Downloaded potential_utf v0.1.4
7542026-08-05T19:27:04.067Z Downloaded impl-trait-for-tuples v0.2.3
7552026-08-05T19:27:04.070Z Downloaded const-oid v0.10.2
7562026-08-05T19:27:04.070Z Downloaded libsw v3.5.0
7572026-08-05T19:27:04.078Z Downloaded schemars v0.8.22
7582026-08-05T19:27:04.082Z Downloaded psl-types v2.0.11
7592026-08-05T19:27:04.085Z Downloaded rtoolbox v0.0.3
7602026-08-05T19:27:04.085Z Downloaded multer v3.1.0
7612026-08-05T19:27:04.088Z Downloaded bytes v1.11.1
7622026-08-05T19:27:04.093Z Downloaded recursive v0.1.1
7632026-08-05T19:27:04.096Z Downloaded scroll_derive v0.13.1
7642026-08-05T19:27:04.096Z Downloaded recursive-proc-macro-impl v0.1.1
7652026-08-05T19:27:04.101Z Downloaded secrecy v0.10.3
7662026-08-05T19:27:04.104Z Downloaded strum v0.26.3
7672026-08-05T19:27:04.104Z Downloaded sqlformat v0.3.5
7682026-08-05T19:27:04.107Z Downloaded serde_urlencoded v0.7.1
7692026-08-05T19:27:04.110Z Downloaded siphasher v1.0.2
7702026-08-05T19:27:04.113Z Downloaded keccak v0.2.0
7712026-08-05T19:27:04.116Z Downloaded linear-map v1.2.0
7722026-08-05T19:27:04.116Z Downloaded linked-hash-map v0.5.6
7732026-08-05T19:27:04.116Z Downloaded num_enum v0.7.6
7742026-08-05T19:27:04.119Z Downloaded packed_struct v0.10.1
7752026-08-05T19:27:04.119Z Downloaded serde_spanned v1.1.1
7762026-08-05T19:27:04.119Z Downloaded signature v2.2.0
7772026-08-05T19:27:04.122Z Downloaded sqlparser_derive v0.5.0
7782026-08-05T19:27:04.122Z Downloaded toml_parser v1.1.2+spec-1.1.0
7792026-08-05T19:27:04.122Z Downloaded twox-hash v2.1.2
7802026-08-05T19:27:04.125Z Downloaded unsafe-libyaml v0.2.11
7812026-08-05T19:27:04.129Z Downloaded phf v0.13.1
7822026-08-05T19:27:04.129Z Downloaded take_mut v0.2.2
7832026-08-05T19:27:04.129Z Downloaded predicates v3.1.4
7842026-08-05T19:27:04.133Z Downloaded supports-color v3.0.2
7852026-08-05T19:27:04.133Z Downloaded tokio-test v0.4.5
7862026-08-05T19:27:04.133Z Downloaded tagptr v0.2.0
7872026-08-05T19:27:04.133Z Downloaded unicode-truncate v1.1.0
7882026-08-05T19:27:04.137Z Downloaded half v2.7.1
7892026-08-05T19:27:04.140Z Downloaded waitgroup v0.1.2
7902026-08-05T19:27:04.143Z Downloaded rayon-core v1.13.0
7912026-08-05T19:27:04.147Z Downloaded snafu v0.8.9
7922026-08-05T19:27:04.151Z Downloaded try-lock v0.2.5
7932026-08-05T19:27:04.151Z Downloaded universal-hash v0.6.1
7942026-08-05T19:27:04.151Z Downloaded unarray v0.1.4
7952026-08-05T19:27:04.151Z Downloaded crc-catalog v2.4.0
7962026-08-05T19:27:04.151Z Downloaded crc8 v0.1.1
7972026-08-05T19:27:04.151Z Downloaded similar v2.7.0
7982026-08-05T19:27:04.155Z Downloaded serde_yaml v0.9.34+deprecated
7992026-08-05T19:27:04.155Z Downloaded zerofrom-derive v0.1.6
8002026-08-05T19:27:04.155Z Downloaded crossbeam-utils v0.8.21
8012026-08-05T19:27:04.158Z Downloaded password-hash v0.6.1
8022026-08-05T19:27:04.161Z Downloaded pin-project-internal v1.1.11
8032026-08-05T19:27:04.161Z Downloaded arc-swap v1.8.2
8042026-08-05T19:27:04.161Z Downloaded cc v1.2.56
8052026-08-05T19:27:04.165Z Downloaded progenitor v0.13.0
8062026-08-05T19:27:04.165Z Downloaded r2d2 v0.8.10
8072026-08-05T19:27:04.165Z Downloaded wait-timeout v0.2.1
8082026-08-05T19:27:04.168Z Downloaded want v0.3.1
8092026-08-05T19:27:04.168Z Downloaded async-compression v0.4.41
8102026-08-05T19:27:04.171Z Downloaded defmt-parser v1.0.0
8112026-08-05T19:27:04.171Z Downloaded rustls-pemfile v2.2.0
8122026-08-05T19:27:04.171Z Downloaded digest-io v0.1.0
8132026-08-05T19:27:04.171Z Downloaded dropshot-api-manager-types v0.7.2
8142026-08-05T19:27:04.171Z Downloaded headers v0.4.1
8152026-08-05T19:27:04.174Z Downloaded proc-macro-error2 v2.0.1
8162026-08-05T19:27:04.177Z Downloaded serde_path_to_error v0.1.20
8172026-08-05T19:27:04.180Z Downloaded derive_more v0.99.20
8182026-08-05T19:27:04.180Z Downloaded diff v0.1.13
8192026-08-05T19:27:04.183Z Downloaded heapless v0.7.17
8202026-08-05T19:27:04.183Z Downloaded derive-where v1.6.0
8212026-08-05T19:27:04.191Z Downloaded icu_locale_core v2.1.1
8222026-08-05T19:27:04.194Z Downloaded pkcs8 v0.10.2
8232026-08-05T19:27:04.194Z Downloaded slog-dtrace v0.3.0
8242026-08-05T19:27:04.194Z Downloaded indoc v1.0.9
8252026-08-05T19:27:04.198Z Downloaded quinn v0.11.11
8262026-08-05T19:27:04.201Z Downloaded smallvec v0.6.14
8272026-08-05T19:27:04.201Z Downloaded serde-hex v0.1.0
8282026-08-05T19:27:04.204Z Downloaded vte v0.14.1
8292026-08-05T19:27:04.204Z Downloaded tungstenite v0.23.0
8302026-08-05T19:27:04.208Z Downloaded maplit v1.0.2
8312026-08-05T19:27:04.211Z Downloaded spki v0.7.3
8322026-08-05T19:27:04.211Z Downloaded primefield v0.14.0
8332026-08-05T19:27:04.214Z Downloaded icu_properties v2.1.2
8342026-08-05T19:27:04.214Z Downloaded thiserror-no-std v2.0.2
8352026-08-05T19:27:04.217Z Downloaded keccak v0.1.6
8362026-08-05T19:27:04.220Z Downloaded newtype-uuid-macros v0.1.0
8372026-08-05T19:27:04.220Z Downloaded newtype_derive v0.1.6
8382026-08-05T19:27:04.220Z Downloaded tokio-dtrace v0.1.1
8392026-08-05T19:27:04.220Z Downloaded tui-tree-widget v0.23.1
8402026-08-05T19:27:04.223Z Downloaded strum_macros v0.26.4
8412026-08-05T19:27:04.223Z Downloaded normalize-line-endings v0.3.0
8422026-08-05T19:27:04.226Z Downloaded opaque-debug v0.3.1
8432026-08-05T19:27:04.226Z Downloaded openssl-macros v0.1.1
8442026-08-05T19:27:04.226Z Downloaded usdt-impl v0.6.0
8452026-08-05T19:27:04.229Z Downloaded whoami v1.6.1
8462026-08-05T19:27:04.236Z Downloaded digest v0.11.3
8472026-08-05T19:27:04.239Z Downloaded crc-any v2.5.0
8482026-08-05T19:27:04.242Z Downloaded vergen-git2 v9.1.0
8492026-08-05T19:27:04.245Z Downloaded rustls-webpki v0.103.13
8502026-08-05T19:27:04.245Z Downloaded darling_core v0.20.11
8512026-08-05T19:27:04.248Z Downloaded darling v0.13.4
8522026-08-05T19:27:04.248Z Downloaded deranged v0.5.8
8532026-08-05T19:27:04.253Z Downloaded derive-ex v0.1.8
8542026-08-05T19:27:04.253Z Downloaded enum_dispatch v0.3.13
8552026-08-05T19:27:04.253Z Downloaded shlex v1.3.0
8562026-08-05T19:27:04.256Z Downloaded precomputed-hash v0.1.1
8572026-08-05T19:27:04.256Z Downloaded predicates-tree v1.0.13
8582026-08-05T19:27:04.256Z Downloaded parse-display v0.10.0
8592026-08-05T19:27:04.256Z Downloaded rand_chacha v0.3.1
8602026-08-05T19:27:04.259Z Downloaded ipnetwork v0.21.1
8612026-08-05T19:27:04.259Z Downloaded bumpalo v3.20.2
8622026-08-05T19:27:04.262Z Downloaded hickory-resolver v0.24.4
8632026-08-05T19:27:04.265Z Downloaded ref-cast v1.0.25
8642026-08-05T19:27:04.268Z Downloaded rustc_version v0.4.1
8652026-08-05T19:27:04.271Z Downloaded papergrid v0.17.0
8662026-08-05T19:27:04.274Z Downloaded tap v1.0.1
8672026-08-05T19:27:04.277Z Downloaded pkcs5 v0.8.1
8682026-08-05T19:27:04.280Z Downloaded mime_guess v2.0.5
8692026-08-05T19:27:04.283Z Downloaded secrecy v0.8.0
8702026-08-05T19:27:04.286Z Downloaded sigpipe v0.1.3
8712026-08-05T19:27:04.289Z Downloaded zeroize v1.9.0
8722026-08-05T19:27:04.293Z Downloaded untrusted v0.9.0
8732026-08-05T19:27:04.296Z Downloaded crc32fast v1.5.0
8742026-08-05T19:27:04.296Z Downloaded cookie_store v0.22.1
8752026-08-05T19:27:04.296Z Downloaded tinyvec_macros v0.1.1
8762026-08-05T19:27:04.299Z Downloaded aes v0.9.1
8772026-08-05T19:27:04.302Z Downloaded native-tls v0.2.18
8782026-08-05T19:27:04.302Z Downloaded num_enum_derive v0.7.6
8792026-08-05T19:27:04.305Z Downloaded rcgen v0.12.1
8802026-08-05T19:27:04.305Z Downloaded rustls-pki-types v1.14.0
8812026-08-05T19:27:04.305Z Downloaded ssh-cipher v0.3.0
8822026-08-05T19:27:04.308Z Downloaded toml_datetime v0.7.5+spec-1.1.0
8832026-08-05T19:27:04.308Z Downloaded nu-ansi-term v0.50.3
8842026-08-05T19:27:04.344Z Downloaded tower-layer v0.3.3
8852026-08-05T19:27:04.344Z Downloaded unit-prefix v0.5.2
8862026-08-05T19:27:04.344Z Downloaded void v1.0.2
8872026-08-05T19:27:04.344Z Downloaded prettyplease v0.2.37
8882026-08-05T19:27:04.344Z Downloaded zip v0.6.6
8892026-08-05T19:27:04.344Z Downloaded parking_lot_core v0.8.6
8902026-08-05T19:27:04.344Z Downloaded poly1305 v0.8.0
8912026-08-05T19:27:04.344Z Downloaded postgres-protocol v0.6.10
8922026-08-05T19:27:04.344Z Downloaded p256 v0.14.0
8932026-08-05T19:27:04.344Z Downloaded crucible-workspace-hack v0.1.0
8942026-08-05T19:27:04.344Z Downloaded progenitor-macro v0.13.0
8952026-08-05T19:27:04.344Z Downloaded crypto-common v0.2.2
8962026-08-05T19:27:04.344Z Downloaded darling v0.20.11
8972026-08-05T19:27:04.344Z Downloaded rpassword v7.5.4
8982026-08-05T19:27:04.344Z Downloaded ingot-macros v0.2.0
8992026-08-05T19:27:04.344Z Downloaded num-complex v0.4.6
9002026-08-05T19:27:04.344Z Downloaded parse-display-derive v0.10.0
9012026-08-05T19:27:04.344Z Downloaded rand_core v0.10.0
9022026-08-05T19:27:04.344Z Downloaded zone v0.3.1
9032026-08-05T19:27:04.344Z Downloaded crc v3.4.0
9042026-08-05T19:27:04.344Z Downloaded progenitor-client v0.13.0
9052026-08-05T19:27:04.345Z Downloaded psm v0.1.30
9062026-08-05T19:27:04.345Z Downloaded http v1.4.2
9072026-08-05T19:27:04.348Z Downloaded icu_collections v2.1.1
9082026-08-05T19:27:04.348Z Downloaded slab v0.4.12
9092026-08-05T19:27:04.348Z Downloaded difflib v0.4.0
9102026-08-05T19:27:04.348Z Downloaded dyn-clone v1.0.20
9112026-08-05T19:27:04.348Z Downloaded idna_adapter v1.2.1
9122026-08-05T19:27:04.348Z Downloaded simd-adler32 v0.3.8
9132026-08-05T19:27:04.352Z Downloaded strum_macros v0.24.3
9142026-08-05T19:27:04.352Z Downloaded hashbrown v0.12.3
9152026-08-05T19:27:04.355Z Downloaded rustyline v14.0.0
9162026-08-05T19:27:04.358Z Downloaded x509-cert v0.2.5
9172026-08-05T19:27:04.361Z Downloaded publicsuffix v2.3.0
9182026-08-05T19:27:04.361Z Downloaded uuid v1.23.4
9192026-08-05T19:27:04.364Z Downloaded hickory-resolver v0.25.2
9202026-08-05T19:27:04.368Z Downloaded tokio-native-tls v0.3.1
9212026-08-05T19:27:04.368Z Downloaded is_ci v1.2.0
9222026-08-05T19:27:04.368Z Downloaded md5 v0.8.0
9232026-08-05T19:27:04.368Z Downloaded dof v0.4.0
9242026-08-05T19:27:04.371Z Downloaded endian-type v0.1.2
9252026-08-05T19:27:04.371Z Downloaded internet-checksum v0.2.1
9262026-08-05T19:27:04.371Z Downloaded hickory-server v0.25.2
9272026-08-05T19:27:04.371Z Downloaded schemars_derive v0.8.22
9282026-08-05T19:27:04.375Z Downloaded serde_with_macros v1.5.2
9292026-08-05T19:27:04.375Z Downloaded strum_macros v0.27.2
9302026-08-05T19:27:04.375Z Downloaded schemars v0.9.0
9312026-08-05T19:27:04.381Z Downloaded wnaf v0.14.0
9322026-08-05T19:27:04.384Z Downloaded lalrpop-util v0.19.12
9332026-08-05T19:27:04.384Z Downloaded path-slash v0.1.5
9342026-08-05T19:27:04.384Z Downloaded num-derive v0.4.2
9352026-08-05T19:27:04.384Z Downloaded unicode_categories v0.1.1
9362026-08-05T19:27:04.387Z Downloaded elliptic-curve v0.14.1
9372026-08-05T19:27:04.387Z Downloaded termios v0.3.3
9382026-08-05T19:27:04.390Z Downloaded test-strategy v0.4.5
9392026-08-05T19:27:04.390Z Downloaded tinyvec v1.10.0
9402026-08-05T19:27:04.393Z Downloaded toml v1.1.2+spec-1.1.0
9412026-08-05T19:27:04.396Z Downloaded phf_shared v0.11.3
9422026-08-05T19:27:04.396Z Downloaded progenitor-client v0.14.0
9432026-08-05T19:27:04.396Z Downloaded convert_case v0.10.0
9442026-08-05T19:27:04.396Z Downloaded tracing-core v0.1.36
9452026-08-05T19:27:04.399Z Downloaded libbz2-rs-sys v0.2.2
9462026-08-05T19:27:04.399Z Downloaded litemap v0.8.1
9472026-08-05T19:27:04.402Z Downloaded serde_cbor v0.11.2
9482026-08-05T19:27:04.402Z Downloaded delegate v0.13.5
9492026-08-05T19:27:04.405Z Downloaded rand_pcg v0.10.2
9502026-08-05T19:27:04.405Z Downloaded defmt-macros v1.0.1
9512026-08-05T19:27:04.405Z Downloaded yoke v0.8.1
9522026-08-05T19:27:04.408Z Downloaded internal-russh-num-bigint v0.5.0
9532026-08-05T19:27:04.411Z Downloaded rfc6979 v0.6.0
9542026-08-05T19:27:04.411Z Downloaded sha1 v0.11.0
9552026-08-05T19:27:04.411Z Downloaded slog-envlogger v2.2.0
9562026-08-05T19:27:04.414Z Downloaded dropshot_endpoint v0.17.1
9572026-08-05T19:27:04.414Z Downloaded icu_provider v2.1.1
9582026-08-05T19:27:04.417Z Downloaded memmap2 v0.9.10
9592026-08-05T19:27:04.418Z Downloaded ena v0.14.4
9602026-08-05T19:27:04.418Z Downloaded hyper-util v0.1.20
9612026-08-05T19:27:04.420Z Downloaded russh-cryptovec v0.62.0
9622026-08-05T19:27:04.423Z Downloaded russh-util v0.52.0
9632026-08-05T19:27:04.423Z Downloaded slog-bunyan v2.5.0
9642026-08-05T19:27:04.423Z Downloaded semver v0.1.20
9652026-08-05T19:27:04.428Z Downloaded strum v0.27.2
9662026-08-05T19:27:04.428Z Downloaded sync-ptr v0.1.4
9672026-08-05T19:27:04.428Z Downloaded indoc v2.0.7
9682026-08-05T19:27:04.429Z Downloaded usdt-macro v0.6.0
9692026-08-05T19:27:04.432Z Downloaded sha2 v0.11.0
9702026-08-05T19:27:04.436Z Downloaded rand v0.8.6
9712026-08-05T19:27:04.436Z Downloaded darling_core v0.23.0
9722026-08-05T19:27:04.439Z Downloaded unicode-xid v0.2.6
9732026-08-05T19:27:04.442Z Downloaded thread_local v1.1.9
9742026-08-05T19:27:04.443Z Downloaded lock_api v0.4.14
9752026-08-05T19:27:04.446Z Downloaded num_enum v0.5.11
9762026-08-05T19:27:04.454Z Downloaded progenitor v0.14.0
9772026-08-05T19:27:04.454Z Downloaded darling_macro v0.20.11
9782026-08-05T19:27:04.454Z Downloaded derive_builder_macro v0.20.2
9792026-08-05T19:27:04.454Z Downloaded document-features v0.2.12
9802026-08-05T19:27:04.457Z Downloaded downcast-rs v2.0.2
9812026-08-05T19:27:04.457Z Downloaded cpubits v0.1.1
9822026-08-05T19:27:04.457Z Downloaded cstr-argument v0.1.2
9832026-08-05T19:27:04.457Z Downloaded ignore v0.4.25
9842026-08-05T19:27:04.457Z Downloaded is-terminal v0.4.17
9852026-08-05T19:27:04.457Z Downloaded jiff-static v0.2.34
9862026-08-05T19:27:04.457Z Downloaded parking_lot_core v0.9.12
9872026-08-05T19:27:04.461Z Downloaded ron v0.8.1
9882026-08-05T19:27:04.461Z Downloaded pem-rfc7468 v1.0.0
9892026-08-05T19:27:04.464Z Downloaded rustc-hash v2.1.1
9902026-08-05T19:27:04.465Z Downloaded ecdsa v0.16.9
9912026-08-05T19:27:04.465Z Downloaded zerotrie v0.2.3
9922026-08-05T19:27:04.470Z Downloaded managed v0.8.0
9932026-08-05T19:27:04.476Z Downloaded nodrop v0.1.14
9942026-08-05T19:27:04.479Z Downloaded num-iter v0.1.45
9952026-08-05T19:27:04.479Z Downloaded openssl-probe v0.1.6
9962026-08-05T19:27:04.479Z Downloaded litrs v1.0.0
9972026-08-05T19:27:04.482Z Downloaded module-lattice v0.2.3
9982026-08-05T19:27:04.482Z Downloaded parse-size v1.1.0
9992026-08-05T19:27:04.482Z Downloaded hashbrown v0.13.2
10002026-08-05T19:27:04.486Z Downloaded serde_derive_internals v0.29.1
10012026-08-05T19:27:04.489Z Downloaded signal-hook-mio v0.2.5
10022026-08-05T19:27:04.489Z Downloaded stacker v0.1.23
10032026-08-05T19:27:04.492Z Downloaded rfc6979 v0.4.0
10042026-08-05T19:27:04.492Z Downloaded tokio-tungstenite v0.23.1
10052026-08-05T19:27:04.492Z Downloaded darling_core v0.21.3
10062026-08-05T19:27:04.495Z Downloaded darling v0.21.3
10072026-08-05T19:27:04.500Z Downloaded signal-hook v0.3.18
10082026-08-05T19:27:04.502Z Downloaded phf_shared v0.12.1
10092026-08-05T19:27:04.503Z Downloaded signature v3.0.0
10102026-08-05T19:27:04.506Z Downloaded unicase v2.9.0
10112026-08-05T19:27:04.506Z Downloaded libloading v0.8.9
10122026-08-05T19:27:04.511Z Downloaded num-bigint v0.4.6
10132026-08-05T19:27:04.511Z Downloaded vsss-rs v3.3.4
10142026-08-05T19:27:04.515Z Downloaded pin-project v1.1.11
10152026-08-05T19:27:04.518Z Downloaded vergen-gitcl v1.0.8
10162026-08-05T19:27:04.518Z Downloaded vergen-lib v9.1.0
10172026-08-05T19:27:04.522Z Downloaded typed-path v0.9.3
10182026-08-05T19:27:04.525Z Downloaded defmt v1.0.1
10192026-08-05T19:27:04.525Z Downloaded tower-service v0.3.3
10202026-08-05T19:27:04.525Z Downloaded utf8_iter v1.0.4
10212026-08-05T19:27:04.528Z Downloaded postgres-types v0.2.12
10222026-08-05T19:27:04.528Z Downloaded quinn-udp v0.5.14
10232026-08-05T19:27:04.531Z Downloaded aes-gcm v0.11.0
10242026-08-05T19:27:04.531Z Downloaded typify-macro v0.6.2
10252026-08-05T19:27:04.531Z Downloaded toml_edit v0.19.15
10262026-08-05T19:27:04.540Z Downloaded dirs-next v2.0.0
10272026-08-05T19:27:04.543Z Downloaded libefi-sys v0.1.0
10282026-08-05T19:27:04.543Z Downloaded either v1.15.0
10292026-08-05T19:27:04.543Z Downloaded sync_wrapper v1.0.2
10302026-08-05T19:27:04.543Z Downloaded ingot-types v0.2.0
10312026-08-05T19:27:04.543Z Downloaded rand v0.10.1
10322026-08-05T19:27:04.546Z Downloaded darling v0.23.0
10332026-08-05T19:27:04.549Z Downloaded spin v0.9.8
10342026-08-05T19:27:04.552Z Downloaded term v0.7.0
10352026-08-05T19:27:04.552Z Downloaded term v1.2.1
10362026-08-05T19:27:04.556Z Downloaded ml-kem v0.3.2
10372026-08-05T19:27:04.556Z Downloaded tls_codec_derive v0.4.2
10382026-08-05T19:27:04.559Z Downloaded rand_core v0.6.4
10392026-08-05T19:27:04.559Z Downloaded match_cfg v0.1.0
10402026-08-05T19:27:04.559Z Downloaded polyval v0.7.1
10412026-08-05T19:27:04.562Z Downloaded ed25519-dalek v3.0.0
10422026-08-05T19:27:04.564Z Downloaded scopeguard v1.2.0
10432026-08-05T19:27:04.567Z Downloaded resolv-conf v0.7.6
10442026-08-05T19:27:04.567Z Downloaded md-5 v0.10.6
10452026-08-05T19:27:04.570Z Downloaded proc-macro-error-attr2 v2.0.0
10462026-08-05T19:27:04.573Z Downloaded omicron-zone-package v0.12.3
10472026-08-05T19:27:04.576Z Downloaded hyper v1.10.1
10482026-08-05T19:27:04.580Z Downloaded stable_deref_trait v1.2.1
10492026-08-05T19:27:04.582Z Downloaded num-bigint-dig v0.8.6
10502026-08-05T19:27:04.585Z Downloaded support-bundle-viewer v0.1.2
10512026-08-05T19:27:04.586Z Downloaded oxide-update-engine-types v0.1.2
10522026-08-05T19:27:04.588Z Downloaded smf v0.2.3
10532026-08-05T19:27:04.591Z Downloaded tokio-tungstenite v0.21.0
10542026-08-05T19:27:04.594Z Downloaded termtree v0.5.1
10552026-08-05T19:27:04.595Z Downloaded utf-8 v0.7.6
10562026-08-05T19:27:04.595Z Downloaded dropshot-api-manager v0.7.2
10572026-08-05T19:27:04.598Z Downloaded rustls-platform-verifier v0.6.2
10582026-08-05T19:27:04.604Z Downloaded thread-id v5.1.0
10592026-08-05T19:27:04.604Z Downloaded zerovec-derive v0.11.2
10602026-08-05T19:27:04.604Z Downloaded whoami v2.1.0
10612026-08-05T19:27:04.607Z Downloaded csv-core v0.1.13
10622026-08-05T19:27:04.607Z Downloaded displaydoc v0.2.5
10632026-08-05T19:27:04.611Z Downloaded git2 v0.20.4
10642026-08-05T19:27:04.614Z Downloaded inout v0.1.4
10652026-08-05T19:27:04.617Z Downloaded crossterm v0.28.1
10662026-08-05T19:27:04.620Z Downloaded crossbeam-channel v0.5.15
10672026-08-05T19:27:04.623Z Downloaded prefix-trie v0.7.0
10682026-08-05T19:27:04.623Z Downloaded ingot v0.2.1
10692026-08-05T19:27:04.623Z Downloaded toml v0.7.8
10702026-08-05T19:27:04.626Z Downloaded pem-rfc7468 v0.7.0
10712026-08-05T19:27:04.626Z Downloaded libscf-sys v1.2.0
10722026-08-05T19:27:04.629Z Downloaded libsw-core v0.3.2
10732026-08-05T19:27:04.629Z Downloaded powerfmt v0.2.0
10742026-08-05T19:27:04.629Z Downloaded ppv-lite86 v0.2.21
10752026-08-05T19:27:04.632Z Downloaded scrypt v0.12.0
10762026-08-05T19:27:04.637Z Downloaded newline-converter v0.3.0
10772026-08-05T19:27:04.637Z Downloaded hashbrown v0.15.5
10782026-08-05T19:27:04.641Z Downloaded rustc_version v0.1.7
10792026-08-05T19:27:04.641Z Downloaded hashbrown v0.16.1
10802026-08-05T19:27:04.643Z Downloaded oxide-update-engine-display v0.1.2
10812026-08-05T19:27:04.643Z Downloaded primeorder v0.13.6
10822026-08-05T19:27:04.648Z Downloaded tungstenite v0.21.0
10832026-08-05T19:27:04.651Z Downloaded xattr v1.6.1
10842026-08-05T19:27:04.651Z Downloaded jiff-core v0.1.0
10852026-08-05T19:27:04.654Z Downloaded rustversion v1.0.22
10862026-08-05T19:27:04.658Z Downloaded spki v0.8.0
10872026-08-05T19:27:04.658Z Downloaded slog-term v2.9.2
10882026-08-05T19:27:04.661Z Downloaded tokio-util v0.7.18
10892026-08-05T19:27:04.664Z Downloaded universal-hash v0.5.1
10902026-08-05T19:27:04.664Z Downloaded curve25519-dalek-derive v0.1.1
10912026-08-05T19:27:04.664Z Downloaded indent_write v2.2.0
10922026-08-05T19:27:04.667Z Downloaded itertools v0.10.5
10932026-08-05T19:27:04.670Z Downloaded writeable v0.6.2
10942026-08-05T19:27:04.673Z Downloaded lru v0.12.5
10952026-08-05T19:27:04.673Z Downloaded nonempty v0.12.0
10962026-08-05T19:27:04.679Z Downloaded serde-big-array v0.5.1
10972026-08-05T19:27:04.683Z Downloaded cookie v0.18.1
10982026-08-05T19:27:04.683Z Downloaded zstd v0.13.3
10992026-08-05T19:27:04.687Z Downloaded data-encoding v2.10.0
11002026-08-05T19:27:04.687Z Downloaded ed25519 v2.2.3
11012026-08-05T19:27:04.687Z Downloaded tokio-postgres v0.7.16
11022026-08-05T19:27:04.690Z Downloaded reedline v0.40.0
11032026-08-05T19:27:04.693Z Downloaded reqwest v0.12.28
11042026-08-05T19:27:04.698Z Downloaded oxnet v0.1.6
11052026-08-05T19:27:04.703Z Downloaded sapling-renderdag v0.1.0
11062026-08-05T19:27:04.706Z Downloaded xshell-macros v0.2.7
11072026-08-05T19:27:04.709Z Downloaded crunchy v0.2.4
11082026-08-05T19:27:04.712Z Downloaded newtype-uuid v1.3.2
11092026-08-05T19:27:04.712Z Downloaded progenitor-impl v0.13.0
11102026-08-05T19:27:04.712Z Downloaded url v2.5.8
11112026-08-05T19:27:04.715Z Downloaded aho-corasick v1.1.4
11122026-08-05T19:27:04.720Z Downloaded stringprep v0.1.5
11132026-08-05T19:27:04.723Z Downloaded dunce v1.0.5
11142026-08-05T19:27:04.723Z Downloaded futures-util v0.3.32
11152026-08-05T19:27:04.728Z Downloaded hkdf v0.13.0
11162026-08-05T19:27:04.731Z Downloaded primeorder v0.14.0
11172026-08-05T19:27:04.731Z Downloaded string_cache v0.8.9
11182026-08-05T19:27:04.734Z Downloaded nom v8.0.0
11192026-08-05T19:27:04.737Z Downloaded quick-error v1.2.3
11202026-08-05T19:27:04.737Z Downloaded socket2 v0.6.3
11212026-08-05T19:27:04.737Z Downloaded ed25519 v3.0.0
11222026-08-05T19:27:04.740Z Downloaded subtle v2.6.1
11232026-08-05T19:27:04.743Z Downloaded rusty-fork v0.3.1
11242026-08-05T19:27:04.743Z Downloaded crossbeam-deque v0.8.6
11252026-08-05T19:27:04.743Z Downloaded daft v0.1.7
11262026-08-05T19:27:04.746Z Downloaded peg-macros v0.8.5
11272026-08-05T19:27:04.751Z Downloaded nanorand v0.7.0
11282026-08-05T19:27:04.754Z Downloaded phc v0.6.1
11292026-08-05T19:27:04.757Z Downloaded derive_builder v0.20.2
11302026-08-05T19:27:04.760Z Downloaded derive_builder_core v0.20.2
11312026-08-05T19:27:04.760Z Downloaded slog-json v2.6.1
11322026-08-05T19:27:04.760Z Downloaded daft-derive v0.1.7
11332026-08-05T19:27:04.763Z Downloaded num_threads v0.1.7
11342026-08-05T19:27:04.763Z Downloaded sha1 v0.10.6
11352026-08-05T19:27:04.766Z Downloaded diesel_table_macro_syntax v0.3.0
11362026-08-05T19:27:04.769Z Downloaded icu_normalizer_data v2.1.1
11372026-08-05T19:27:04.769Z Downloaded pretty_assertions v1.4.1
11382026-08-05T19:27:04.774Z Downloaded miniz_oxide v0.8.9
11392026-08-05T19:27:04.776Z Downloaded parking_lot v0.12.5
11402026-08-05T19:27:04.780Z Downloaded paste v1.0.15
11412026-08-05T19:27:04.780Z Downloaded salsa20 v0.11.0
11422026-08-05T19:27:04.783Z Downloaded num-traits v0.2.19
11432026-08-05T19:27:04.783Z Downloaded tower v0.5.3
11442026-08-05T19:27:04.787Z Downloaded sponge-cursor v0.1.0
11452026-08-05T19:27:04.789Z Downloaded topological-sort v0.2.2
11462026-08-05T19:27:04.790Z Downloaded enum-as-inner v0.6.1
11472026-08-05T19:27:04.790Z Downloaded tinystr v0.8.2
11482026-08-05T19:27:04.790Z Downloaded xshell v0.2.7
11492026-08-05T19:27:04.792Z Downloaded cpufeatures v0.3.0
11502026-08-05T19:27:04.793Z Downloaded lru-slab v0.1.2
11512026-08-05T19:27:04.793Z Downloaded portable-atomic v1.13.1
11522026-08-05T19:27:04.796Z Downloaded jobserver v0.1.34
11532026-08-05T19:27:04.801Z Downloaded seq-macro v0.3.6
11542026-08-05T19:27:04.804Z Downloaded serde_with_macros v3.21.0
11552026-08-05T19:27:04.809Z Downloaded darling_macro v0.21.3
11562026-08-05T19:27:04.812Z Downloaded lru-cache v0.1.2
11572026-08-05T19:27:04.812Z Downloaded subprocess v0.2.15
11582026-08-05T19:27:04.816Z Downloaded synstructure v0.13.2
11592026-08-05T19:27:04.816Z Downloaded lazy_static v1.5.0
11602026-08-05T19:27:04.820Z Downloaded nibble_vec v0.1.0
11612026-08-05T19:27:04.823Z Downloaded typify v0.6.2
11622026-08-05T19:27:04.823Z Downloaded unicode-bidi v0.3.18
11632026-08-05T19:27:04.826Z Downloaded zerocopy v0.6.6
11642026-08-05T19:27:04.829Z Downloaded tiny-keccak v2.0.2
11652026-08-05T19:27:04.829Z Downloaded winnow v0.6.26
11662026-08-05T19:27:04.832Z Downloaded rand_chacha v0.9.0
11672026-08-05T19:27:04.835Z Downloaded new_debug_unreachable v1.0.6
11682026-08-05T19:27:04.835Z Downloaded zerofrom v0.1.6
11692026-08-05T19:27:04.835Z Downloaded pem v3.0.6
11702026-08-05T19:27:04.835Z Downloaded derive_more v2.1.1
11712026-08-05T19:27:04.843Z Downloaded time-macros v0.2.27
11722026-08-05T19:27:04.847Z Downloaded untrusted v0.7.1
11732026-08-05T19:27:04.848Z Downloaded darling_macro v0.23.0
11742026-08-05T19:27:04.848Z Downloaded schemars v1.2.1
11752026-08-05T19:27:04.852Z Downloaded zopfli v0.8.3
11762026-08-05T19:27:04.855Z Downloaded oso v0.27.3
11772026-08-05T19:27:04.855Z Downloaded ryu v1.0.23
11782026-08-05T19:27:04.858Z Downloaded ref-cast-impl v1.0.25
11792026-08-05T19:27:04.858Z Downloaded chrono v0.4.45
11802026-08-05T19:27:04.861Z Downloaded der v0.7.10
11812026-08-05T19:27:04.864Z Downloaded tokio-stream v0.1.18
11822026-08-05T19:27:04.868Z Downloaded darling_core v0.13.4
11832026-08-05T19:27:04.871Z Downloaded elliptic-curve v0.13.8
11842026-08-05T19:27:04.875Z Downloaded des v0.9.0
11852026-08-05T19:27:04.875Z Downloaded rayon v1.11.0
11862026-08-05T19:27:04.878Z Downloaded pkcs1 v0.8.0-rc.4
11872026-08-05T19:27:04.881Z Downloaded h2 v0.4.15
11882026-08-05T19:27:04.884Z Downloaded hkdf v0.12.4
11892026-08-05T19:27:04.884Z Downloaded zerovec v0.11.5
11902026-08-05T19:27:04.887Z Downloaded yasna v0.5.2
11912026-08-05T19:27:04.890Z Downloaded scheduled-thread-pool v0.2.7
11922026-08-05T19:27:04.890Z Downloaded ipnet v2.11.0
11932026-08-05T19:27:04.890Z Downloaded trait-variant v0.1.2
11942026-08-05T19:27:04.890Z Downloaded blake3 v1.8.5
11952026-08-05T19:27:04.895Z Downloaded num-integer v0.1.46
11962026-08-05T19:27:04.898Z Downloaded rand_seeder v0.4.0
11972026-08-05T19:27:04.898Z Downloaded unicode-properties v0.1.4
11982026-08-05T19:27:04.898Z Downloaded crossbeam-epoch v0.9.18
11992026-08-05T19:27:04.901Z Downloaded serde_with v1.14.0
12002026-08-05T19:27:04.904Z Downloaded yansi v1.0.1
12012026-08-05T19:27:04.904Z Downloaded p384 v0.14.0
12022026-08-05T19:27:04.907Z Downloaded indicatif v0.18.4
12032026-08-05T19:27:04.910Z Downloaded postcard v1.1.3
12042026-08-05T19:27:04.910Z Downloaded mio v1.2.0
12052026-08-05T19:27:04.913Z Downloaded poly1305 v0.9.0
12062026-08-05T19:27:04.916Z Downloaded tower-http v0.6.8
12072026-08-05T19:27:04.919Z Downloaded unicode-normalization v0.1.25
12082026-08-05T19:27:04.922Z Downloaded icu_normalizer v2.1.1
12092026-08-05T19:27:04.925Z Downloaded aws-lc-rs v1.16.3
12102026-08-05T19:27:04.929Z Downloaded bindgen v0.71.1
12112026-08-05T19:27:04.933Z Downloaded ecdsa v0.17.0
12122026-08-05T19:27:04.936Z Downloaded pin-project-lite v0.2.17
12132026-08-05T19:27:04.939Z Downloaded uzers v0.12.2
12142026-08-05T19:27:04.939Z Downloaded derive_more-impl v2.1.1
12152026-08-05T19:27:04.943Z Downloaded reqwest v0.13.2
12162026-08-05T19:27:04.946Z Downloaded ssh-key v0.7.0-rc.11
12172026-08-05T19:27:04.950Z Downloaded vergen v9.1.0
12182026-08-05T19:27:04.953Z Downloaded zerocopy-derive v0.8.40
12192026-08-05T19:27:04.958Z Downloaded crypto-bigint v0.5.5
12202026-08-05T19:27:04.965Z Downloaded crypto-primes v0.7.2
12212026-08-05T19:27:04.970Z Downloaded libm v0.2.16
12222026-08-05T19:27:04.976Z Downloaded rsa v0.9.10
12232026-08-05T19:27:04.979Z Downloaded zstd-safe v7.2.4
12242026-08-05T19:27:04.988Z Downloaded smallvec v1.15.1
12252026-08-05T19:27:04.991Z Downloaded steno v0.4.1
12262026-08-05T19:27:04.998Z Downloaded p521 v0.14.0
12272026-08-05T19:27:05.001Z Downloaded moka v0.12.13
12282026-08-05T19:27:05.005Z Downloaded scuffle v0.1.0
12292026-08-05T19:27:05.008Z Downloaded slog v2.8.2
12302026-08-05T19:27:05.013Z Downloaded itertools v0.15.0
12312026-08-05T19:27:05.016Z Downloaded zip v4.6.1
12322026-08-05T19:27:05.016Z Downloaded qorb v0.4.1
12332026-08-05T19:27:05.019Z Downloaded openssl-sys v0.9.117
12342026-08-05T19:27:05.022Z Downloaded indexmap v1.9.3
12352026-08-05T19:27:05.025Z Downloaded progenitor-impl v0.14.0
12362026-08-05T19:27:05.025Z Downloaded tar v0.4.46
12372026-08-05T19:27:05.033Z Downloaded drift v0.2.0
12382026-08-05T19:27:05.039Z Downloaded socket2 v0.5.10
12392026-08-05T19:27:05.042Z Downloaded icu_properties_data v2.1.2
12402026-08-05T19:27:05.046Z Downloaded rawzip v0.4.4
12412026-08-05T19:27:05.049Z Downloaded libxml v0.3.3
12422026-08-05T19:27:05.053Z Downloaded itertools v0.12.1
12432026-08-05T19:27:05.057Z Downloaded idna v1.1.0
12442026-08-05T19:27:05.060Z Downloaded toml_edit v0.23.10+spec-1.0.0
12452026-08-05T19:27:05.064Z Downloaded samael v0.0.19
12462026-08-05T19:27:05.067Z Downloaded vcpkg v0.2.15
12472026-08-05T19:27:05.088Z Downloaded winnow v1.0.3
12482026-08-05T19:27:05.094Z Downloaded rand v0.9.2
12492026-08-05T19:27:05.097Z Downloaded diesel_derives v2.3.7
12502026-08-05T19:27:05.100Z Downloaded itertools v0.13.0
12512026-08-05T19:27:05.104Z Downloaded radix_trie v0.2.1
12522026-08-05T19:27:05.109Z Downloaded proptest v1.11.0
12532026-08-05T19:27:05.112Z Downloaded tabled v0.20.0
12542026-08-05T19:27:05.123Z Downloaded der v0.8.0
12552026-08-05T19:27:05.126Z Downloaded ed25519-dalek v2.2.0
12562026-08-05T19:27:05.129Z Downloaded object v0.37.3
12572026-08-05T19:27:05.134Z Downloaded goblin v0.10.5
12582026-08-05T19:27:05.139Z Downloaded unicode-segmentation v1.12.0
12592026-08-05T19:27:05.142Z Downloaded regex v1.12.3
12602026-08-05T19:27:05.145Z Downloaded rsa v0.10.0-rc.18
12612026-08-05T19:27:05.148Z Downloaded nom v7.1.3
12622026-08-05T19:27:05.151Z Downloaded itertools v0.14.0
12632026-08-05T19:27:05.154Z Downloaded winnow v0.5.40
12642026-08-05T19:27:05.159Z Downloaded p384 v0.13.1
12652026-08-05T19:27:05.162Z Downloaded openssl v0.10.80
12662026-08-05T19:27:05.168Z Downloaded minimal-lexical v0.2.1
12672026-08-05T19:27:05.171Z Downloaded russh v0.62.4
12682026-08-05T19:27:05.176Z Downloaded sha3 v0.12.0
12692026-08-05T19:27:05.179Z Downloaded regex-syntax v0.6.29
12702026-08-05T19:27:05.184Z Downloaded salty v0.3.0
12712026-08-05T19:27:05.187Z Downloaded quick-xml v0.37.5
12722026-08-05T19:27:05.191Z Downloaded smoltcp v0.11.0
12732026-08-05T19:27:05.201Z Downloaded time v0.3.47
12742026-08-05T19:27:05.208Z Downloaded bstr v1.12.1
12752026-08-05T19:27:05.222Z Downloaded lalrpop v0.19.12
12762026-08-05T19:27:05.229Z Downloaded crossterm v0.29.0
12772026-08-05T19:27:05.232Z Downloaded openapiv3 v2.2.0
12782026-08-05T19:27:05.239Z Downloaded zerocopy v0.8.40
12792026-08-05T19:27:05.245Z Downloaded nix v0.27.1
12802026-08-05T19:27:05.252Z Downloaded rustls v0.23.41
12812026-08-05T19:27:05.258Z Downloaded polar-core v0.27.3
12822026-08-05T19:27:05.263Z Downloaded iri-string v0.7.10
12832026-08-05T19:27:05.267Z Downloaded petname v2.0.2
12842026-08-05T19:27:05.272Z Downloaded quinn-proto v0.11.16
12852026-08-05T19:27:05.278Z Downloaded tough v0.22.0
12862026-08-05T19:27:05.281Z Downloaded rustix v0.38.44
12872026-08-05T19:27:05.292Z Downloaded iddqd v0.4.2
12882026-08-05T19:27:05.298Z Downloaded nix v0.28.0
12892026-08-05T19:27:05.305Z Downloaded serde_with v3.21.0
12902026-08-05T19:27:05.312Z Downloaded zlib-rs v0.6.2
12912026-08-05T19:27:05.315Z Downloaded regress v0.10.5
12922026-08-05T19:27:05.320Z Downloaded regex-syntax v0.8.10
12932026-08-05T19:27:05.325Z Downloaded object v0.30.4
12942026-08-05T19:27:05.330Z Downloaded diesel v2.3.7
12952026-08-05T19:27:05.362Z Downloaded zerocopy-derive v0.6.6
12962026-08-05T19:27:05.362Z Downloaded curve25519-dalek v4.1.3
12972026-08-05T19:27:05.369Z Downloaded regress v0.11.1
12982026-08-05T19:27:05.373Z Downloaded sled v0.34.7
12992026-08-05T19:27:05.379Z Downloaded smoltcp v0.9.1
13002026-08-05T19:27:05.385Z Downloaded hickory-proto v0.24.4
13012026-08-05T19:27:05.393Z Downloaded curve25519-dalek v5.0.0
13022026-08-05T19:27:05.398Z Downloaded crypto-bigint v0.7.5
13032026-08-05T19:27:05.407Z Downloaded hickory-proto v0.25.2
13042026-08-05T19:27:05.417Z Downloaded dropshot v0.17.1
13052026-08-05T19:27:05.428Z Downloaded bzip2-sys v0.1.13+1.0.8
13062026-08-05T19:27:05.434Z Downloaded nix v0.31.2
13072026-08-05T19:27:05.441Z Downloaded ratatui v0.29.0
13082026-08-05T19:27:05.462Z Downloaded jiff v0.2.34
13092026-08-05T19:27:05.470Z Downloaded chrono-tz v0.10.4
13102026-08-05T19:27:05.481Z Downloaded sqlparser v0.61.0
13112026-08-05T19:27:05.494Z Downloaded typify-impl v0.6.2
13122026-08-05T19:27:05.510Z Downloaded libz-sys v1.1.24
13132026-08-05T19:27:05.522Z Downloaded sha3 v0.10.8
13142026-08-05T19:27:05.525Z Downloaded csv v1.4.0
13152026-08-05T19:27:05.536Z Downloaded tracing v0.1.44
13162026-08-05T19:27:05.545Z Downloaded regex-automata v0.4.14
13172026-08-05T19:27:05.560Z Downloaded encoding_rs v0.8.35
13182026-08-05T19:27:05.572Z Downloaded petgraph v0.6.5
13192026-08-05T19:27:05.582Z Downloaded sha3 v0.11.0
13202026-08-05T19:27:05.604Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13212026-08-05T19:27:05.645Z Downloaded petgraph v0.8.3
13222026-08-05T19:27:05.666Z Downloaded tokio v1.52.1
13232026-08-05T19:27:05.736Z Downloaded ring v0.17.14
13242026-08-05T19:27:05.759Z Downloaded libgit2-sys v0.18.3+1.9.2
13252026-08-05T19:27:06.050Z Downloaded aws-lc-sys v0.40.0
13262026-08-05T19:27:06.299Z Compiling libc v0.2.185
13272026-08-05T19:27:06.299Z Compiling serde_core v1.0.228
13282026-08-05T19:27:06.299Z Compiling serde v1.0.228
13292026-08-05T19:27:06.302Z Compiling log v0.4.29
13302026-08-05T19:27:06.302Z Compiling smallvec v1.15.1
13312026-08-05T19:27:06.468Z Compiling find-msvc-tools v0.1.9
13322026-08-05T19:27:06.471Z Compiling shlex v1.3.0
13332026-08-05T19:27:06.471Z Compiling syn v2.0.117
13342026-08-05T19:27:06.654Z Compiling subtle v2.6.1
13352026-08-05T19:27:06.667Z Compiling scopeguard v1.2.0
13362026-08-05T19:27:06.687Z Compiling stable_deref_trait v1.2.1
13372026-08-05T19:27:06.747Z Compiling lock_api v0.4.14
13382026-08-05T19:27:06.760Z Compiling typenum v1.20.1
13392026-08-05T19:27:06.776Z Compiling zerocopy v0.8.40
13402026-08-05T19:27:06.805Z Compiling portable-atomic v1.13.1
13412026-08-05T19:27:06.829Z Compiling serde_json v1.0.151
13422026-08-05T19:27:06.980Z Compiling critical-section v1.2.0
13432026-08-05T19:27:07.108Z Compiling libm v0.2.16
13442026-08-05T19:27:07.146Z Compiling num-traits v0.2.19
13452026-08-05T19:27:07.256Z Compiling pkg-config v0.3.32
13462026-08-05T19:27:07.319Z Compiling jobserver v0.1.34
13472026-08-05T19:27:07.334Z Compiling errno v0.3.14
13482026-08-05T19:27:07.404Z Compiling getrandom v0.2.17
13492026-08-05T19:27:07.604Z Compiling cc v1.2.56
13502026-08-05T19:27:07.631Z Compiling rand_core v0.6.4
13512026-08-05T19:27:07.805Z Compiling once_cell v1.21.3
13522026-08-05T19:27:07.858Z Compiling generic-array v0.14.7
13532026-08-05T19:27:07.898Z Compiling getrandom v0.4.1
13542026-08-05T19:27:07.913Z Compiling const-oid v0.9.6
13552026-08-05T19:27:08.025Z Compiling pin-project-lite v0.2.17
13562026-08-05T19:27:08.054Z Compiling parking_lot_core v0.9.12
13572026-08-05T19:27:08.173Z Compiling rand_core v0.10.0
13582026-08-05T19:27:08.551Z Compiling bitflags v2.11.0
13592026-08-05T19:27:08.631Z Compiling signal-hook-registry v1.4.8
13602026-08-05T19:27:08.657Z Compiling litemap v0.8.1
13612026-08-05T19:27:08.699Z Compiling futures-core v0.3.32
13622026-08-05T19:27:08.790Z Compiling percent-encoding v2.3.2
13632026-08-05T19:27:08.844Z Compiling writeable v0.6.2
13642026-08-05T19:27:08.858Z Compiling semver v1.0.28
13652026-08-05T19:27:08.888Z Compiling parking_lot v0.12.5
13662026-08-05T19:27:08.902Z Compiling mio v1.2.0
13672026-08-05T19:27:08.975Z Compiling icu_normalizer_data v2.1.1
13682026-08-05T19:27:09.038Z Compiling icu_properties_data v2.1.2
13692026-08-05T19:27:09.155Z Compiling socket2 v0.6.3
13702026-08-05T19:27:09.183Z Compiling getrandom v0.3.4
13712026-08-05T19:27:09.252Z Compiling futures-sink v0.3.32
13722026-08-05T19:27:09.275Z Compiling indexmap v2.14.0
13732026-08-05T19:27:09.353Z Compiling synstructure v0.13.2
13742026-08-05T19:27:09.357Z Compiling futures-channel v0.3.32
13752026-08-05T19:27:09.383Z Compiling rustix v1.1.3
13762026-08-05T19:27:09.556Z Compiling futures-io v0.3.32
13772026-08-05T19:27:09.594Z Compiling slab v0.4.12
13782026-08-05T19:27:09.715Z Compiling utf8_iter v1.0.4
13792026-08-05T19:27:09.730Z Compiling futures-task v0.3.32
13802026-08-05T19:27:09.777Z Compiling form_urlencoded v1.2.2
13812026-08-05T19:27:09.859Z Compiling rustversion v1.0.22
13822026-08-05T19:27:09.899Z Compiling base64ct v1.8.3
13832026-08-05T19:27:09.916Z Compiling iana-time-zone v0.1.65
13842026-08-05T19:27:09.942Z Compiling cmake v0.1.57
13852026-08-05T19:27:09.956Z Compiling dunce v1.0.5
13862026-08-05T19:27:10.042Z Compiling ident_case v1.0.1
13872026-08-05T19:27:10.055Z Compiling regex-syntax v0.8.10
13882026-08-05T19:27:10.106Z Compiling fs_extra v1.3.0
13892026-08-05T19:27:10.163Z Compiling pem-rfc7468 v0.7.0
13902026-08-05T19:27:10.177Z Compiling flagset v0.4.7
13912026-08-05T19:27:10.303Z Compiling rand_core v0.9.5
13922026-08-05T19:27:10.323Z Compiling uuid v1.23.4
13932026-08-05T19:27:10.441Z Compiling aws-lc-sys v0.40.0
13942026-08-05T19:27:10.532Z Compiling base64 v0.22.1
13952026-08-05T19:27:10.636Z Compiling syn v1.0.109
13962026-08-05T19:27:10.864Z Compiling vcpkg v0.2.15
13972026-08-05T19:27:10.886Z Compiling serde_derive_internals v0.29.1
13982026-08-05T19:27:11.003Z Compiling rustc_version v0.4.1
13992026-08-05T19:27:11.044Z Compiling serde_derive v1.0.228
14002026-08-05T19:27:11.066Z Compiling zeroize_derive v1.5.0
14012026-08-05T19:27:11.160Z Compiling zerofrom-derive v0.1.6
14022026-08-05T19:27:11.334Z Compiling zerocopy-derive v0.8.40
14032026-08-05T19:27:11.600Z Compiling yoke-derive v0.8.1
14042026-08-05T19:27:11.717Z Compiling zeroize v1.9.0
14052026-08-05T19:27:11.792Z Compiling zerovec-derive v0.11.2
14062026-08-05T19:27:11.931Z Compiling displaydoc v0.2.5
14072026-08-05T19:27:12.583Z Compiling zerofrom v0.1.6
14082026-08-05T19:27:12.687Z Compiling tokio-macros v2.7.0
14092026-08-05T19:27:12.714Z Compiling futures-macro v0.3.32
14102026-08-05T19:27:12.806Z Compiling yoke v0.8.1
14112026-08-05T19:27:12.935Z Compiling thiserror-impl v2.0.18
14122026-08-05T19:27:12.996Z Compiling zerovec v0.11.5
14132026-08-05T19:27:13.070Z Compiling zerotrie v0.2.3
14142026-08-05T19:27:13.351Z Compiling block-buffer v0.10.4
14152026-08-05T19:27:13.426Z Compiling crypto-common v0.1.7
14162026-08-05T19:27:13.496Z Compiling tinystr v0.8.2
14172026-08-05T19:27:13.519Z Compiling potential_utf v0.1.4
14182026-08-05T19:27:13.523Z Compiling futures-util v0.3.32
14192026-08-05T19:27:13.568Z Compiling digest v0.10.7
14202026-08-05T19:27:13.679Z Compiling icu_locale_core v2.1.1
14212026-08-05T19:27:13.697Z Compiling icu_collections v2.1.1
14222026-08-05T19:27:13.819Z Compiling der_derive v0.7.3
14232026-08-05T19:27:14.173Z Compiling openssl-sys v0.9.117
14242026-08-05T19:27:14.266Z Compiling thiserror v2.0.18
14252026-08-05T19:27:14.378Z Compiling icu_provider v2.1.1
14262026-08-05T19:27:14.539Z Compiling bytes v1.11.1
14272026-08-05T19:27:14.553Z Compiling chrono v0.4.45
14282026-08-05T19:27:14.682Z Compiling icu_properties v2.1.2
14292026-08-05T19:27:14.697Z Compiling icu_normalizer v2.1.1
14302026-08-05T19:27:14.784Z Compiling der v0.7.10
14312026-08-05T19:27:15.152Z Compiling tokio v1.52.1
14322026-08-05T19:27:15.228Z Compiling http v1.4.2
14332026-08-05T19:27:15.817Z Compiling ppv-lite86 v0.2.21
14342026-08-05T19:27:15.838Z Compiling idna_adapter v1.2.1
14352026-08-05T19:27:15.903Z Compiling spki v0.7.3
14362026-08-05T19:27:15.959Z Compiling idna v1.1.0
14372026-08-05T19:27:15.976Z Compiling tracing-attributes v0.1.31
14382026-08-05T19:27:16.054Z Compiling tracing-core v0.1.36
14392026-08-05T19:27:16.113Z Compiling rand_chacha v0.9.0
14402026-08-05T19:27:16.143Z Compiling schemars v0.8.22
14412026-08-05T19:27:16.179Z Compiling cpufeatures v0.2.17
14422026-08-05T19:27:16.256Z Compiling url v2.5.8
14432026-08-05T19:27:16.358Z Compiling aws-lc-rs v1.16.3
14442026-08-05T19:27:16.605Z Compiling dyn-clone v1.0.20
14452026-08-05T19:27:16.639Z Compiling rand v0.9.2
14462026-08-05T19:27:16.653Z Compiling pkcs8 v0.10.2
14472026-08-05T19:27:16.751Z Compiling http-body v1.0.1
14482026-08-05T19:27:16.901Z Compiling rustls-pki-types v1.14.0
14492026-08-05T19:27:16.916Z Compiling schemars_derive v0.8.22
14502026-08-05T19:27:17.050Z Compiling spin v0.9.8
14512026-08-05T19:27:17.256Z Compiling cmov v0.5.4
14522026-08-05T19:27:17.275Z Compiling tracing v0.1.44
14532026-08-05T19:27:17.343Z Compiling openssl-probe v0.2.1
14542026-08-05T19:27:17.380Z Compiling crc32fast v1.5.0
14552026-08-05T19:27:17.458Z Compiling httparse v1.10.1
14562026-08-05T19:27:17.510Z Compiling tinyvec_macros v0.1.1
14572026-08-05T19:27:17.531Z Compiling tempfile v3.25.0
14582026-08-05T19:27:17.579Z Compiling tinyvec v1.10.0
14592026-08-05T19:27:17.680Z Compiling ctutils v0.4.2
14602026-08-05T19:27:17.827Z Compiling pest_generator v2.8.6
14612026-08-05T19:27:17.885Z Compiling sha2 v0.10.9
14622026-08-05T19:27:17.906Z Compiling aho-corasick v1.1.4
14632026-08-05T19:27:17.920Z Compiling tower-layer v0.3.3
14642026-08-05T19:27:18.079Z Compiling untrusted v0.7.1
14652026-08-05T19:27:18.201Z Compiling tower-service v0.3.3
14662026-08-05T19:27:18.296Z Compiling atomic-waker v1.1.2
14672026-08-05T19:27:18.422Z Compiling try-lock v0.2.5
14682026-08-05T19:27:18.492Z Compiling radium v0.7.0
14692026-08-05T19:27:18.526Z Compiling want v0.3.1
14702026-08-05T19:27:18.689Z Compiling regex-automata v0.4.14
14712026-08-05T19:27:18.752Z Compiling pest_derive v2.8.6
14722026-08-05T19:27:19.175Z Compiling tokio-util v0.7.18
14732026-08-05T19:27:19.194Z Compiling hybrid-array v0.4.13
14742026-08-05T19:27:19.675Z Compiling ipnet v2.11.0
14752026-08-05T19:27:19.724Z Compiling scroll_derive v0.13.1
14762026-08-05T19:27:19.954Z Compiling h2 v0.4.15
14772026-08-05T19:27:20.151Z Compiling darling_core v0.20.11
14782026-08-05T19:27:20.181Z Compiling untrusted v0.9.0
14792026-08-05T19:27:20.299Z Compiling foreign-types-shared v0.1.1
14802026-08-05T19:27:20.412Z Compiling simd-adler32 v0.3.8
14812026-08-05T19:27:20.541Z Compiling openssl v0.10.80
14822026-08-05T19:27:20.662Z Compiling httpdate v1.0.3
14832026-08-05T19:27:20.695Z Compiling rustls v0.23.41
14842026-08-05T19:27:20.771Z Compiling maybe-uninit v2.0.0
14852026-08-05T19:27:20.863Z Compiling tap v1.0.1
14862026-08-05T19:27:20.894Z Compiling scroll v0.13.0
14872026-08-05T19:27:20.911Z Compiling foreign-types v0.3.2
14882026-08-05T19:27:20.972Z Compiling wyz v0.5.1
14892026-08-05T19:27:21.079Z Compiling unicode-normalization v0.1.25
14902026-08-05T19:27:21.158Z Compiling rand_chacha v0.3.1
14912026-08-05T19:27:21.186Z Compiling hex v0.4.3
14922026-08-05T19:27:21.454Z Compiling signature v2.2.0
14932026-08-05T19:27:21.537Z Compiling openssl-macros v0.1.1
14942026-08-05T19:27:21.558Z Compiling thiserror-impl v1.0.69
14952026-08-05T19:27:21.630Z Compiling terminal_size v0.4.3
14962026-08-05T19:27:21.768Z Compiling bzip2-sys v0.1.13+1.0.8
14972026-08-05T19:27:21.928Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14982026-08-05T19:27:21.941Z Compiling num-integer v0.1.46
14992026-08-05T19:27:22.041Z Compiling wait-timeout v0.2.1
15002026-08-05T19:27:22.258Z Compiling ahash v0.8.12
15012026-08-05T19:27:22.301Z Compiling bit-vec v0.8.0
15022026-08-05T19:27:22.304Z Compiling packed_struct v0.10.1
15032026-08-05T19:27:22.443Z Compiling darling_macro v0.20.11
15042026-08-05T19:27:22.457Z Compiling adler2 v2.0.1
15052026-08-05T19:27:22.537Z Compiling powerfmt v0.2.0
15062026-08-05T19:27:22.551Z Compiling num-conv v0.2.0
15072026-08-05T19:27:22.585Z Compiling num-bigint-dig v0.8.6
15082026-08-05T19:27:22.681Z Compiling quick-error v1.2.3
15092026-08-05T19:27:22.734Z Compiling native-tls v0.2.18
15102026-08-05T19:27:22.758Z Compiling time-core v0.1.8
15112026-08-05T19:27:22.772Z Compiling funty v2.0.0
15122026-08-05T19:27:22.787Z Compiling clap_builder v4.6.0
15132026-08-05T19:27:22.791Z Compiling thiserror v1.0.69
15142026-08-05T19:27:22.902Z Compiling time-macros v0.2.27
15152026-08-05T19:27:22.930Z Compiling darling v0.20.11
15162026-08-05T19:27:22.956Z Compiling rusty-fork v0.3.1
15172026-08-05T19:27:22.972Z Compiling deranged v0.5.8
15182026-08-05T19:27:23.009Z Compiling miniz_oxide v0.8.9
15192026-08-05T19:27:23.265Z Compiling hyper v1.10.1
15202026-08-05T19:27:23.340Z Compiling bitvec v1.0.1
15212026-08-05T19:27:23.633Z Compiling bit-set v0.8.0
15222026-08-05T19:27:23.939Z Compiling num-iter v0.1.45
15232026-08-05T19:27:24.093Z Compiling rand v0.8.6
15242026-08-05T19:27:24.712Z Compiling hyper-util v0.1.20
15252026-08-05T19:27:24.757Z Compiling goblin v0.10.5
15262026-08-05T19:27:24.862Z Compiling packed_struct_codegen v0.10.1
15272026-08-05T19:27:24.877Z Compiling lazy_static v1.5.0
15282026-08-05T19:27:24.966Z Compiling serde_spanned v0.6.9
15292026-08-05T19:27:25.110Z Compiling toml_datetime v0.6.11
15302026-08-05T19:27:25.423Z Compiling hmac v0.12.1
15312026-08-05T19:27:25.585Z Compiling bitfield-macros v0.19.4
15322026-08-05T19:27:25.755Z Compiling clap_derive v4.6.1
15332026-08-05T19:27:25.971Z Compiling zerocopy-derive v0.6.6
15342026-08-05T19:27:26.296Z Compiling anstyle-parse v0.2.7
15352026-08-05T19:27:26.479Z Compiling rand_xorshift v0.4.0
15362026-08-05T19:27:26.494Z Compiling sync_wrapper v1.0.2
15372026-08-05T19:27:26.600Z Compiling indexmap v1.9.3
15382026-08-05T19:27:26.641Z Compiling siphasher v1.0.2
15392026-08-05T19:27:26.789Z Compiling crossbeam-utils v0.8.21
15402026-08-05T19:27:26.806Z Compiling zlib-rs v0.6.2
15412026-08-05T19:27:26.837Z Compiling paste v1.0.15
15422026-08-05T19:27:27.054Z Compiling crc-catalog v2.4.0
15432026-08-05T19:27:27.073Z Compiling unicode-segmentation v1.12.0
15442026-08-05T19:27:27.098Z Compiling nodrop v0.1.14
15452026-08-05T19:27:27.146Z Compiling usdt-impl v0.6.0
15462026-08-05T19:27:27.192Z Compiling num_threads v0.1.7
15472026-08-05T19:27:27.288Z Compiling unarray v0.1.4
15482026-08-05T19:27:27.366Z Compiling time v0.3.47
15492026-08-05T19:27:27.402Z Compiling proptest v1.11.0
15502026-08-05T19:27:27.451Z Compiling array-init v0.0.4
15512026-08-05T19:27:27.523Z Compiling clap v4.6.1
15522026-08-05T19:27:27.604Z Compiling dof v0.4.0
15532026-08-05T19:27:27.787Z Compiling crc v3.4.0
15542026-08-05T19:27:28.050Z Compiling zerocopy v0.6.6
15552026-08-05T19:27:28.384Z Compiling tower v0.5.3
15562026-08-05T19:27:28.723Z Compiling anstream v0.6.21
15572026-08-05T19:27:28.843Z Compiling bitfield v0.19.4
15582026-08-05T19:27:29.128Z Compiling smallvec v0.6.14
15592026-08-05T19:27:29.324Z Compiling derive_builder_core v0.20.2
15602026-08-05T19:27:29.493Z Compiling dtrace-parser v0.3.0
15612026-08-05T19:27:30.004Z Compiling flate2 v1.1.9
15622026-08-05T19:27:30.151Z Compiling ipnetwork v0.21.1
15632026-08-05T19:27:30.206Z Compiling http-body-util v0.1.3
15642026-08-05T19:27:30.257Z Compiling pkcs1 v0.7.5
15652026-08-05T19:27:30.328Z Compiling heapless v0.7.17
15662026-08-05T19:27:30.418Z Compiling scroll_derive v0.12.1
15672026-08-05T19:27:30.487Z Compiling structmeta-derive v0.3.0
15682026-08-05T19:27:30.579Z Compiling slog v2.8.2
15692026-08-05T19:27:30.607Z Compiling darling_core v0.23.0
15702026-08-05T19:27:30.674Z Compiling thread-id v5.1.0
15712026-08-05T19:27:30.759Z Compiling cookie v0.18.1
15722026-08-05T19:27:30.774Z Compiling env_filter v1.0.0
15732026-08-05T19:27:30.945Z Compiling ryu v1.0.23
15742026-08-05T19:27:31.075Z Compiling allocator-api2 v0.2.21
15752026-08-05T19:27:31.100Z Compiling base64 v0.21.7
15762026-08-05T19:27:31.132Z Compiling signal-hook v0.3.18
15772026-08-05T19:27:31.306Z Compiling zstd-safe v7.2.4
15782026-08-05T19:27:31.412Z Compiling iri-string v0.7.10
15792026-08-05T19:27:31.427Z Compiling unicode-bidi v0.3.18
15802026-08-05T19:27:31.510Z Compiling winnow v0.5.40
15812026-08-05T19:27:31.581Z Compiling unicode-properties v0.1.4
15822026-08-05T19:27:31.802Z Compiling anyhow v1.0.102
15832026-08-05T19:27:31.949Z Compiling hashbrown v0.12.3
15842026-08-05T19:27:32.321Z Compiling stringprep v0.1.5
15852026-08-05T19:27:32.753Z Compiling tower-http v0.6.8
15862026-08-05T19:27:32.794Z Compiling toml_edit v0.19.15
15872026-08-05T19:27:32.924Z Compiling structmeta v0.3.0
15882026-08-05T19:27:32.958Z Compiling ron v0.8.1
15892026-08-05T19:27:33.141Z Compiling darling_macro v0.23.0
15902026-08-05T19:27:33.169Z Compiling scroll v0.12.0
15912026-08-05T19:27:33.186Z Compiling serde_urlencoded v0.7.1
15922026-08-05T19:27:33.428Z Compiling env_logger v0.11.9
15932026-08-05T19:27:33.696Z Compiling rsa v0.9.10
15942026-08-05T19:27:33.785Z Compiling oxnet v0.1.6
15952026-08-05T19:27:34.010Z Compiling derive_builder_macro v0.20.2
15962026-08-05T19:27:34.082Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
15972026-08-05T19:27:34.213Z Compiling newtype-uuid v1.3.2
15982026-08-05T19:27:34.481Z Compiling hashbrown v0.13.2
15992026-08-05T19:27:34.499Z Compiling serde-hex v0.1.0
16002026-08-05T19:27:34.543Z Compiling bzip2 v0.4.4
16012026-08-05T19:27:34.752Z Compiling tokio-native-tls v0.3.1
16022026-08-05T19:27:34.926Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16032026-08-05T19:27:34.965Z Compiling camino v1.2.2
16042026-08-05T19:27:35.425Z Compiling heck v0.4.1
16052026-08-05T19:27:35.650Z Compiling bstr v1.12.1
16062026-08-05T19:27:35.650Z Compiling block-buffer v0.12.1
16072026-08-05T19:27:35.863Z Compiling block-padding v0.4.2
16082026-08-05T19:27:35.867Z Compiling crypto-common v0.2.2
16092026-08-05T19:27:36.039Z Compiling rustls-native-certs v0.8.3
16102026-08-05T19:27:36.239Z Compiling x509-cert v0.2.5
16112026-08-05T19:27:36.289Z Compiling serde_tokenstream v0.2.3
16122026-08-05T19:27:36.332Z Compiling erased-serde v0.3.31
16132026-08-05T19:27:36.608Z Compiling md-5 v0.10.6
16142026-08-05T19:27:36.778Z Compiling curve25519-dalek v4.1.3
16152026-08-05T19:27:36.781Z Compiling pin-project-internal v1.1.11
16162026-08-05T19:27:36.824Z Compiling zerocopy-derive v0.7.35
16172026-08-05T19:27:37.120Z Compiling daft-derive v0.1.7
16182026-08-05T19:27:37.626Z Compiling async-trait v0.1.89
16192026-08-05T19:27:37.698Z Compiling vergen-lib v9.1.0
16202026-08-05T19:27:37.842Z Compiling hash32 v0.2.1
16212026-08-05T19:27:37.857Z Compiling memoffset v0.9.1
16222026-08-05T19:27:37.872Z Compiling encoding_rs v0.8.35
16232026-08-05T19:27:37.875Z Compiling fallible-iterator v0.2.0
16242026-08-05T19:27:38.035Z Compiling smoltcp v0.9.1
16252026-08-05T19:27:38.051Z Compiling rustix v0.38.44
16262026-08-05T19:27:38.197Z Compiling psl-types v2.0.11
16272026-08-05T19:27:38.325Z Compiling ref-cast v1.0.25
16282026-08-05T19:27:38.365Z Compiling crc-any v2.5.0
16292026-08-05T19:27:38.381Z Compiling mime v0.3.17
16302026-08-05T19:27:38.395Z Compiling cfg_aliases v0.2.1
16312026-08-05T19:27:38.470Z Compiling litrs v1.0.0
16322026-08-05T19:27:38.595Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16332026-08-05T19:27:38.636Z Compiling nix v0.31.2
16342026-08-05T19:27:38.682Z Compiling publicsuffix v2.3.0
16352026-08-05T19:27:38.716Z Compiling postgres-protocol v0.6.10
16362026-08-05T19:27:38.865Z Compiling pin-project v1.1.11
16372026-08-05T19:27:38.966Z Compiling document-features v0.2.12
16382026-08-05T19:27:38.981Z Compiling daft v0.1.7
16392026-08-05T19:27:38.994Z Compiling zerocopy v0.7.35
16402026-08-05T19:27:39.303Z Compiling inout v0.2.2
16412026-08-05T19:27:39.326Z Compiling snafu-derive v0.8.9
16422026-08-05T19:27:39.361Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16432026-08-05T19:27:39.477Z Compiling object v0.30.4
16442026-08-05T19:27:39.533Z Compiling hyper-tls v0.6.0
16452026-08-05T19:27:39.536Z Compiling zip v0.6.6
16462026-08-05T19:27:39.637Z Compiling derive_builder v0.20.2
16472026-08-05T19:27:39.651Z Compiling toml v0.7.8
16482026-08-05T19:27:39.766Z Compiling darling v0.23.0
16492026-08-05T19:27:39.958Z Compiling goblin v0.8.2
16502026-08-05T19:27:40.235Z Compiling derive-ex v0.1.8
16512026-08-05T19:27:40.458Z Compiling phf_shared v0.13.1
16522026-08-05T19:27:40.704Z Compiling regex v1.12.3
16532026-08-05T19:27:40.758Z Compiling hubpack_derive v0.1.1
16542026-08-05T19:27:41.130Z Compiling futures-executor v0.3.32
16552026-08-05T19:27:41.208Z Compiling strum_macros v0.27.2
16562026-08-05T19:27:41.257Z Compiling ref-cast-impl v1.0.25
16572026-08-05T19:27:41.389Z Compiling curve25519-dalek-derive v0.1.1
16582026-08-05T19:27:41.814Z Compiling vergen v9.1.0
16592026-08-05T19:27:41.895Z Compiling cargo-platform v0.3.2
16602026-08-05T19:27:41.994Z Compiling ff v0.13.1
16612026-08-05T19:27:42.037Z Compiling fs-err v3.3.0
16622026-08-05T19:27:42.135Z Compiling foldhash v0.2.0
16632026-08-05T19:27:42.179Z Compiling same-file v1.0.6
16642026-08-05T19:27:42.225Z Compiling managed v0.8.0
16652026-08-05T19:27:42.332Z Compiling bumpalo v3.20.2
16662026-08-05T19:27:42.355Z Compiling path-slash v0.1.5
16672026-08-05T19:27:42.386Z Compiling object v0.37.3
16682026-08-05T19:27:42.445Z Compiling bitflags v1.3.2
16692026-08-05T19:27:42.484Z Compiling jiff-core v0.1.0
16702026-08-05T19:27:42.518Z Compiling libbz2-rs-sys v0.2.2
16712026-08-05T19:27:42.579Z Compiling base16ct v0.2.0
16722026-08-05T19:27:42.643Z Compiling foldhash v0.1.5
16732026-08-05T19:27:42.754Z Compiling sec1 v0.7.3
16742026-08-05T19:27:42.816Z Compiling hashbrown v0.15.5
16752026-08-05T19:27:43.033Z Compiling bzip2 v0.6.1
16762026-08-05T19:27:43.158Z Compiling strum v0.27.2
16772026-08-05T19:27:43.233Z Compiling jiff v0.2.34
16782026-08-05T19:27:43.258Z Compiling zopfli v0.8.3
16792026-08-05T19:27:43.370Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16802026-08-05T19:27:43.477Z Compiling hashbrown v0.16.1
16812026-08-05T19:27:43.539Z Compiling walkdir v2.5.0
16822026-08-05T19:27:43.904Z Compiling dof v0.3.0
16832026-08-05T19:27:43.949Z Compiling group v0.13.0
16842026-08-05T19:27:44.065Z Compiling cargo_metadata v0.23.1
16852026-08-05T19:27:44.150Z Compiling test-strategy v0.4.5
16862026-08-05T19:27:44.720Z Compiling futures v0.3.32
16872026-08-05T19:27:44.776Z Compiling snafu v0.8.9
16882026-08-05T19:27:44.805Z Compiling hubpack v0.1.2
16892026-08-05T19:27:45.026Z Compiling phf v0.13.1
16902026-08-05T19:27:45.194Z Compiling signal-hook-mio v0.2.5
16912026-08-05T19:27:45.317Z Compiling cookie_store v0.22.1
16922026-08-05T19:27:45.393Z Compiling zstd v0.13.3
16932026-08-05T19:27:45.533Z Compiling serde_with_macros v3.21.0
16942026-08-05T19:27:45.670Z Compiling reqwest v0.12.28
16952026-08-05T19:27:45.686Z Compiling cipher v0.5.2
16962026-08-05T19:27:45.999Z Compiling postgres-types v0.2.12
16972026-08-05T19:27:46.563Z Compiling usdt-attr-macro v0.6.0
16982026-08-05T19:27:46.680Z Compiling usdt-macro v0.6.0
16992026-08-05T19:27:46.814Z Compiling globset v0.4.18
17002026-08-05T19:27:47.097Z Compiling phf_shared v0.11.3
17012026-08-05T19:27:47.259Z Compiling hkdf v0.12.4
17022026-08-05T19:27:47.291Z Compiling dtrace-parser v0.2.0
17032026-08-05T19:27:47.383Z Compiling ed25519 v2.2.3
17042026-08-05T19:27:47.425Z Compiling olpc-cjson v0.1.4
17052026-08-05T19:27:47.440Z Compiling byte-wrapper v0.1.0
17062026-08-05T19:27:47.485Z Compiling serde_plain v1.0.2
17072026-08-05T19:27:47.585Z Compiling serde-big-array v0.5.1
17082026-08-05T19:27:47.682Z Compiling crypto-bigint v0.5.5
17092026-08-05T19:27:47.731Z Compiling serde_repr v0.1.20
17102026-08-05T19:27:47.770Z Compiling strum_macros v0.26.4
17112026-08-05T19:27:47.801Z Compiling async-recursion v1.1.1
17122026-08-05T19:27:48.029Z Compiling enum-as-inner v0.6.1
17132026-08-05T19:27:48.267Z Compiling pem v3.0.6
17142026-08-05T19:27:48.282Z Compiling float-cmp v0.10.0
17152026-08-05T19:27:48.428Z Compiling thread-id v4.2.2
17162026-08-05T19:27:48.460Z Compiling memmap2 v0.9.10
17172026-08-05T19:27:48.516Z Compiling difflib v0.4.0
17182026-08-05T19:27:48.541Z Compiling keccak v0.1.6
17192026-08-05T19:27:48.586Z Compiling cpufeatures v0.3.0
17202026-08-05T19:27:48.666Z Compiling static_assertions v1.1.0
17212026-08-05T19:27:48.682Z Compiling precomputed-hash v0.1.1
17222026-08-05T19:27:48.743Z Compiling either v1.15.0
17232026-08-05T19:27:48.768Z Compiling normalize-line-endings v0.3.0
17242026-08-05T19:27:48.868Z Compiling new_debug_unreachable v1.0.6
17252026-08-05T19:27:48.944Z Compiling typed-path v0.9.3
17262026-08-05T19:27:48.959Z Compiling whoami v2.1.0
17272026-08-05T19:27:49.062Z Compiling winnow v1.0.3
17282026-08-05T19:27:49.281Z Compiling const-oid v0.10.2
17292026-08-05T19:27:49.336Z Compiling predicates-core v1.0.10
17302026-08-05T19:27:49.410Z Compiling fixedbitset v0.5.7
17312026-08-05T19:27:49.447Z Compiling fixedbitset v0.4.2
17322026-08-05T19:27:49.485Z Compiling data-encoding v2.10.0
17332026-08-05T19:27:49.512Z Compiling predicates v3.1.4
17342026-08-05T19:27:49.526Z Compiling strum v0.26.3
17352026-08-05T19:27:49.653Z Compiling petgraph v0.8.3
17362026-08-05T19:27:49.657Z Compiling petgraph v0.6.5
17372026-08-05T19:27:49.712Z Compiling digest v0.11.3
17382026-08-05T19:27:49.794Z Compiling hickory-proto v0.25.2
17392026-08-05T19:27:49.931Z Compiling toml_parser v1.1.2+spec-1.1.0
17402026-08-05T19:27:50.146Z Compiling toml_edit v0.22.27
17412026-08-05T19:27:50.170Z Compiling tokio-postgres v0.7.16
17422026-08-05T19:27:50.184Z Compiling string_cache v0.8.9
17432026-08-05T19:27:50.465Z Compiling itertools v0.13.0
17442026-08-05T19:27:50.604Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17452026-08-05T19:27:51.210Z Compiling sha3 v0.10.8
17462026-08-05T19:27:51.591Z Compiling chacha20 v0.10.0
17472026-08-05T19:27:51.667Z Compiling elliptic-curve v0.13.8
17482026-08-05T19:27:51.735Z Compiling usdt v0.6.0
17492026-08-05T19:27:51.964Z Compiling usdt-impl v0.5.0
17502026-08-05T19:27:51.998Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17512026-08-05T19:27:52.067Z Compiling ed25519-dalek v2.2.0
17522026-08-05T19:27:52.422Z Compiling crossterm v0.28.1
17532026-08-05T19:27:52.543Z Compiling serde_with v3.21.0
17542026-08-05T19:27:52.927Z Compiling zip v4.6.1
17552026-08-05T19:27:53.506Z Compiling iddqd v0.4.2
17562026-08-05T19:27:53.864Z Compiling similar v2.7.0
17572026-08-05T19:27:54.099Z Compiling crossbeam-epoch v0.9.18
17582026-08-05T19:27:54.271Z Compiling tokio-stream v0.1.18
17592026-08-05T19:27:54.329Z Compiling buf-list v1.1.2
17602026-08-05T19:27:54.421Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17612026-08-05T19:27:54.533Z Compiling openapiv3 v2.2.0
17622026-08-05T19:27:54.597Z Compiling lalrpop-util v0.19.12
17632026-08-05T19:27:54.705Z Compiling peg-runtime v0.8.5
17642026-08-05T19:27:54.719Z Compiling thread_local v1.1.9
17652026-08-05T19:27:54.733Z Compiling slog-async v2.8.0
17662026-08-05T19:27:54.752Z Compiling crossbeam-channel v0.5.15
17672026-08-05T19:27:54.786Z Compiling is-terminal v0.4.17
17682026-08-05T19:27:54.883Z Compiling filetime v0.2.27
17692026-08-05T19:27:54.969Z Compiling take_mut v0.2.2
17702026-08-05T19:27:54.983Z Compiling xattr v1.6.1
17712026-08-05T19:27:55.042Z Compiling term v1.2.1
17722026-08-05T19:27:55.056Z Compiling camino-tempfile v1.4.1
17732026-08-05T19:27:55.212Z Compiling tar v0.4.46
17742026-08-05T19:27:55.604Z Compiling slog-term v2.9.2
17752026-08-05T19:28:01.612Z Compiling rustls-webpki v0.103.13
17762026-08-05T19:28:04.301Z Compiling tokio-rustls v0.26.4
17772026-08-05T19:28:04.302Z Compiling rustls-platform-verifier v0.6.2
17782026-08-05T19:28:04.302Z Compiling tough v0.22.0
17792026-08-05T19:28:04.533Z Compiling hyper-rustls v0.27.7
17802026-08-05T19:28:04.730Z Compiling reqwest v0.13.2
17812026-08-05T19:28:06.947Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17822026-08-05T19:28:07.151Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17832026-08-05T19:28:11.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17842026-08-05T19:28:11.096Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17852026-08-05T19:28:11.096ZAug 05 19:28:08.551 INFO Starting download, target: Cockroach
17862026-08-05T19:28:11.096ZAug 05 19:28:08.552 INFO Starting download, target: Clickhouse
17872026-08-05T19:28:11.096ZAug 05 19:28:08.552 INFO Starting download, target: DendriteStub
17882026-08-05T19:28:11.096ZAug 05 19:28:08.552 INFO Starting download, target: Console
17892026-08-05T19:28:11.096ZAug 05 19:28:08.552 INFO Starting download, target: MaghemiteMgd
17902026-08-05T19:28:11.096ZAug 05 19:28:08.552 INFO Starting download, target: MaghemiteDdmd
17912026-08-05T19:28:11.096ZAug 05 19:28:08.552 INFO Starting download, target: TransceiverControl
17922026-08-05T19:28:11.096ZAug 05 19:28:08.552 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17932026-08-05T19:28:11.096ZAug 05 19:28:08.552 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17942026-08-05T19:28:11.096ZAug 05 19:28:08.552 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17952026-08-05T19:28:11.096ZAug 05 19:28:08.552 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17962026-08-05T19:28:11.096ZAug 05 19:28:08.552 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17972026-08-05T19:28:11.096ZAug 05 19:28:08.552 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17982026-08-05T19:28:11.096ZAug 05 19:28:08.552 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17992026-08-05T19:28:13.526ZAug 05 19:28:10.471 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18002026-08-05T19:28:13.541ZAug 05 19:28:10.718 INFO Download complete, target: Console
18012026-08-05T19:28:13.541ZAug 05 19:28:10.831 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18022026-08-05T19:28:13.991ZAug 05 19:28:12.069 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18032026-08-05T19:28:14.115ZAug 05 19:28:12.278 INFO Download complete, target: TransceiverControl
18042026-08-05T19:28:19.292ZAug 05 19:28:17.561 INFO Checking that binary works, target: Clickhouse
18052026-08-05T19:28:19.387ZAug 05 19:28:17.649 INFO Download complete, target: Clickhouse
18062026-08-05T19:28:19.875ZAug 05 19:28:18.140 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18072026-08-05T19:28:20.275ZAug 05 19:28:18.559 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18082026-08-05T19:28:20.850ZAug 05 19:28:19.146 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18092026-08-05T19:28:21.301ZAug 05 19:28:19.598 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18102026-08-05T19:28:21.301ZAug 05 19:28:19.598 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18112026-08-05T19:28:21.676ZAug 05 19:28:19.973 INFO Download complete, target: MaghemiteDdmd
18122026-08-05T19:28:22.739ZAug 05 19:28:21.036 INFO Download complete, target: DendriteStub
18132026-08-05T19:28:23.286ZAug 05 19:28:21.583 INFO Download complete, target: MaghemiteMgd
18142026-08-05T19:28:25.927ZAug 05 19:28:24.224 INFO Checking that binary works, target: Cockroach
18152026-08-05T19:28:26.047ZAug 05 19:28:24.344 INFO Download complete, target: Cockroach
18162026-08-05T19:28:26.062ZAll builder prerequisites installed successfully, and PATH looks valid
18172026-08-05T19:28:26.067Z
18182026-08-05T19:28:26.067Zreal 2:13.915770401
18192026-08-05T19:28:26.067Zuser 7:09.975522053
18202026-08-05T19:28:26.068Zsys 1:25.288529336
18212026-08-05T19:28:26.068Ztrap 0.241606725
18222026-08-05T19:28:26.068Ztflt 0.581318486
18232026-08-05T19:28:26.068Zdflt 0.855081423
18242026-08-05T19:28:26.068Zkflt 0.025728474
18252026-08-05T19:28:26.068Zlock 28:52.294097642
18262026-08-05T19:28:26.068Zslp 21:48.286800832
18272026-08-05T19:28:26.068Zlat 47.064253306
18282026-08-05T19:28:26.068Zstop 2:41.841058665
18292026-08-05T19:28:26.068Z+ banner clippy
18302026-08-05T19:28:26.068Z
18312026-08-05T19:28:26.068Z #### # # ##### ##### # #
18322026-08-05T19:28:26.068Z # # # # # # # # # #
18332026-08-05T19:28:26.068Z # # # # # # # #
18342026-08-05T19:28:26.068Z # # # ##### ##### #
18352026-08-05T19:28:26.068Z # # # # # # #
18362026-08-05T19:28:26.068Z #### ###### # # # #
18372026-08-05T19:28:26.068Z
18382026-08-05T19:28:26.068Z+ export CARGO_INCREMENTAL=0
18392026-08-05T19:28:26.068Z+ CARGO_INCREMENTAL=0
18402026-08-05T19:28:26.068Z+ ptime -m cargo xtask clippy
18412026-08-05T19:28:26.533Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18422026-08-05T19:28:26.819Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18432026-08-05T19:28:28.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.57s
18442026-08-05T19:28:28.713Z Running `target/debug/xtask clippy`
18452026-08-05T19:28:28.740Zrunning: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18462026-08-05T19:28:29.310Z Downloading crates ...
18472026-08-05T19:28:29.484Z Downloaded approx v0.5.1
18482026-08-05T19:28:29.488Z Downloaded anes v0.1.6
18492026-08-05T19:28:29.488Z Downloaded async-object-pool v0.2.0
18502026-08-05T19:28:29.488Z Downloaded assert-json-diff v2.0.2
18512026-08-05T19:28:29.488Z Downloaded concurrent-queue v2.5.0
18522026-08-05T19:28:29.491Z Downloaded constant_time_eq v0.3.1
18532026-08-05T19:28:29.491Z Downloaded addr2line v0.25.1
18542026-08-05T19:28:29.491Z Downloaded backtrace v0.3.76
18552026-08-05T19:28:29.494Z Downloaded assert_cmd v2.1.2
18562026-08-05T19:28:29.494Z Downloaded criterion-plot v0.6.0
18572026-08-05T19:28:29.499Z Downloaded cfg-expr v0.20.6
18582026-08-05T19:28:29.499Z Downloaded cast v0.3.0
18592026-08-05T19:28:29.499Z Downloaded blake2b_simd v1.0.4
18602026-08-05T19:28:29.499Z Downloaded criterion v0.7.0
18612026-08-05T19:28:29.504Z Downloaded chumsky v0.9.3
18622026-08-05T19:28:29.507Z Downloaded datatest-stable v0.3.3
18632026-08-05T19:28:29.507Z Downloaded escape8259 v0.5.3
18642026-08-05T19:28:29.507Z Downloaded event-listener-strategy v0.5.4
18652026-08-05T19:28:29.507Z Downloaded futures-timer v3.0.3
18662026-08-05T19:28:29.507Z Downloaded guppy-workspace-hack v0.1.0
18672026-08-05T19:28:29.507Z Downloaded hickory-client v0.25.2
18682026-08-05T19:28:29.510Z Downloaded async-lock v3.4.2
18692026-08-05T19:28:29.510Z Downloaded fancy-regex v0.14.0
18702026-08-05T19:28:29.510Z Downloaded backtrace-ext v0.2.1
18712026-08-05T19:28:29.513Z Downloaded hex-literal v0.4.1
18722026-08-05T19:28:29.514Z Downloaded linkme-impl v0.3.35
18732026-08-05T19:28:29.514Z Downloaded nested v0.1.1
18742026-08-05T19:28:29.514Z Downloaded miette-derive v5.10.0
18752026-08-05T19:28:29.514Z Downloaded knuffel-derive v3.2.0
18762026-08-05T19:28:29.517Z Downloaded libtest-mimic v0.8.1
18772026-08-05T19:28:29.517Z Downloaded linkme v0.3.35
18782026-08-05T19:28:29.517Z Downloaded httptest v0.16.4
18792026-08-05T19:28:29.520Z Downloaded parking v2.2.1
18802026-08-05T19:28:29.520Z Downloaded pathdiff v0.2.3
18812026-08-05T19:28:29.520Z Downloaded plotters-svg v0.3.7
18822026-08-05T19:28:29.520Z Downloaded oorandom v11.1.5
18832026-08-05T19:28:29.520Z Downloaded owo-colors v3.5.0
18842026-08-05T19:28:29.523Z Downloaded partial-io v0.5.4
18852026-08-05T19:28:29.523Z Downloaded plotters-backend v0.3.7
18862026-08-05T19:28:29.524Z Downloaded event-listener v5.4.1
18872026-08-05T19:28:29.524Z Downloaded gimli v0.32.3
18882026-08-05T19:28:29.527Z Downloaded path-tree v0.8.3
18892026-08-05T19:28:29.530Z Downloaded serde_regex v1.1.0
18902026-08-05T19:28:29.530Z Downloaded relative-path v1.9.3
18912026-08-05T19:28:29.530Z Downloaded knuffel v3.2.0
18922026-08-05T19:28:29.530Z Downloaded rustc-demangle v0.1.27
18932026-08-05T19:28:29.533Z Downloaded guppy v0.17.25
18942026-08-05T19:28:29.536Z Downloaded rust-argon2 v2.1.0
18952026-08-05T19:28:29.536Z Downloaded miette v5.10.0
18962026-08-05T19:28:29.539Z Downloaded supports-hyperlinks v2.1.0
18972026-08-05T19:28:29.539Z Downloaded similar-asserts v1.7.0
18982026-08-05T19:28:29.539Z Downloaded supports-unicode v2.1.0
18992026-08-05T19:28:29.539Z Downloaded rand_distr v0.5.1
19002026-08-05T19:28:29.542Z Downloaded supports-color v2.1.0
19012026-08-05T19:28:29.542Z Downloaded stringmetrics v2.2.2
19022026-08-05T19:28:29.542Z Downloaded rstest v0.25.0
19032026-08-05T19:28:29.545Z Downloaded terminal_size v0.1.17
19042026-08-05T19:28:29.548Z Downloaded target-triple v1.0.0
19052026-08-05T19:28:29.548Z Downloaded termcolor v1.4.1
19062026-08-05T19:28:29.548Z Downloaded tinytemplate v1.2.1
19072026-08-05T19:28:29.548Z Downloaded target-lexicon v0.13.3
19082026-08-05T19:28:29.551Z Downloaded rstest_macros v0.25.0
19092026-08-05T19:28:29.552Z Downloaded hashbrown v0.14.5
19102026-08-05T19:28:29.555Z Downloaded target-spec v3.5.7
19112026-08-05T19:28:29.555Z Downloaded textwrap v0.15.2
19122026-08-05T19:28:29.555Z Downloaded trybuild v1.0.116
19132026-08-05T19:28:29.558Z Downloaded plotters v0.3.7
19142026-08-05T19:28:29.641Z Downloaded httpmock v0.8.3
19152026-08-05T19:28:31.411Z Checking cfg-if v1.0.4
19162026-08-05T19:28:31.784Z Checking libc v0.2.185
19172026-08-05T19:28:31.787Z Checking serde_core v1.0.228
19182026-08-05T19:28:31.861Z Checking memchr v2.8.0
19192026-08-05T19:28:31.905Z Checking smallvec v1.15.1
19202026-08-05T19:28:31.949Z Checking zeroize v1.9.0
19212026-08-05T19:28:31.996Z Checking rand_core v0.10.0
19222026-08-05T19:28:32.037Z Checking itoa v1.0.17
19232026-08-05T19:28:32.079Z Checking subtle v2.6.1
19242026-08-05T19:28:32.128Z Checking log v0.4.29
19252026-08-05T19:28:32.169Z Checking libm v0.2.16
19262026-08-05T19:28:32.220Z Checking typenum v1.20.1
19272026-08-05T19:28:32.266Z Checking getrandom v0.4.1
19282026-08-05T19:28:32.269Z Checking errno v0.3.14
19292026-08-05T19:28:32.344Z Checking scopeguard v1.2.0
19302026-08-05T19:28:32.386Z Checking zmij v1.0.21
19312026-08-05T19:28:32.390Z Checking stable_deref_trait v1.2.1
19322026-08-05T19:28:32.466Z Checking zerofrom v0.1.6
19332026-08-05T19:28:32.509Z Checking lock_api v0.4.14
19342026-08-05T19:28:32.552Z Checking percent-encoding v2.3.2
19352026-08-05T19:28:32.555Z Checking litemap v0.8.1
19362026-08-05T19:28:32.630Z Checking yoke v0.8.1
19372026-08-05T19:28:32.630Z Checking writeable v0.6.2
19382026-08-05T19:28:32.727Z Checking icu_properties_data v2.1.2
19392026-08-05T19:28:32.768Z Checking icu_normalizer_data v2.1.1
19402026-08-05T19:28:32.812Z Checking form_urlencoded v1.2.2
19412026-08-05T19:28:32.853Z Checking utf8_iter v1.0.4
19422026-08-05T19:28:32.894Z Checking zerovec v0.11.5
19432026-08-05T19:28:32.897Z Checking num-traits v0.2.19
19442026-08-05T19:28:32.928Z Checking zerotrie v0.2.3
19452026-08-05T19:28:33.004Z Checking pin-project-lite v0.2.17
19462026-08-05T19:28:33.045Z Checking zerocopy v0.8.40
19472026-08-05T19:28:33.088Z Checking parking_lot_core v0.9.12
19482026-08-05T19:28:33.091Z Checking portable-atomic v1.13.1
19492026-08-05T19:28:33.167Z Checking critical-section v1.2.0
19502026-08-05T19:28:33.236Z Checking signal-hook-registry v1.4.8
19512026-08-05T19:28:33.303Z Checking mio v1.2.0
19522026-08-05T19:28:33.343Z Checking parking_lot v0.12.5
19532026-08-05T19:28:33.347Z Checking tinystr v0.8.2
19542026-08-05T19:28:33.418Z Checking serde v1.0.228
19552026-08-05T19:28:33.458Z Checking serde_json v1.0.151
19562026-08-05T19:28:33.499Z Checking bitflags v2.11.0
19572026-08-05T19:28:33.559Z Checking potential_utf v0.1.4
19582026-08-05T19:28:33.562Z Checking once_cell v1.21.3
19592026-08-05T19:28:33.636Z Checking icu_locale_core v2.1.1
19602026-08-05T19:28:33.682Z Checking iana-time-zone v0.1.65
19612026-08-05T19:28:33.725Z Checking icu_collections v2.1.1
19622026-08-05T19:28:33.772Z Checking socket2 v0.6.3
19632026-08-05T19:28:33.819Z Checking uuid v1.23.4
19642026-08-05T19:28:33.866Z Checking bytes v1.11.1
19652026-08-05T19:28:33.866Z Checking chrono v0.4.45
19662026-08-05T19:28:34.047Z Checking semver v1.0.28
19672026-08-05T19:28:34.099Z Checking thiserror v2.0.18
19682026-08-05T19:28:34.166Z Checking dyn-clone v1.0.20
19692026-08-05T19:28:34.211Z Checking icu_provider v2.1.1
19702026-08-05T19:28:34.266Z Checking futures-core v0.3.32
19712026-08-05T19:28:34.270Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19722026-08-05T19:28:34.345Z Checking equivalent v1.0.2
19732026-08-05T19:28:34.349Z Checking tokio v1.52.1
19742026-08-05T19:28:34.380Z Checking rustix v1.1.3
19752026-08-05T19:28:34.458Z Checking getrandom v0.2.17
19762026-08-05T19:28:34.496Z Checking cmov v0.5.4
19772026-08-05T19:28:34.500Z Checking icu_properties v2.1.2
19782026-08-05T19:28:34.575Z Checking icu_normalizer v2.1.1
19792026-08-05T19:28:34.692Z Checking rand_core v0.6.4
19802026-08-05T19:28:34.732Z Checking ctutils v0.4.2
19812026-08-05T19:28:34.772Z Checking byteorder v1.5.0
19822026-08-05T19:28:34.902Z Checking futures-sink v0.3.32
19832026-08-05T19:28:34.943Z Checking getrandom v0.3.4
19842026-08-05T19:28:34.981Z Checking hybrid-array v0.4.13
19852026-08-05T19:28:35.020Z Checking futures-io v0.3.32
19862026-08-05T19:28:35.058Z Checking futures-channel v0.3.32
19872026-08-05T19:28:35.117Z Checking slab v0.4.12
19882026-08-05T19:28:35.165Z Checking futures-task v0.3.32
19892026-08-05T19:28:35.264Z Checking generic-array v0.14.7
19902026-08-05T19:28:35.304Z Checking hashbrown v0.17.0
19912026-08-05T19:28:35.344Z Checking thiserror v1.0.69
19922026-08-05T19:28:35.347Z Checking futures-util v0.3.32
19932026-08-05T19:28:35.417Z Checking idna_adapter v1.2.1
19942026-08-05T19:28:35.473Z Checking fnv v1.0.7
19952026-08-05T19:28:35.568Z Checking idna v1.1.0
19962026-08-05T19:28:35.607Z Checking regex-syntax v0.8.10
19972026-08-05T19:28:35.747Z Checking base64ct v1.8.3
19982026-08-05T19:28:35.789Z Checking crypto-common v0.2.2
19992026-08-05T19:28:35.830Z Checking indexmap v2.14.0
20002026-08-05T19:28:35.833Z Checking ppv-lite86 v0.2.21
20012026-08-05T19:28:35.908Z Checking url v2.5.8
20022026-08-05T19:28:36.015Z Checking const-oid v0.9.6
20032026-08-05T19:28:36.196Z Checking crypto-common v0.1.7
20042026-08-05T19:28:36.359Z Checking block-buffer v0.12.1
20052026-08-05T19:28:36.400Z Checking schemars v0.8.22
20062026-08-05T19:28:36.440Z Checking block-buffer v0.10.4
20072026-08-05T19:28:36.443Z Checking base64 v0.22.1
20082026-08-05T19:28:36.550Z Checking utf8parse v0.2.2
20092026-08-05T19:28:36.612Z Checking anstyle v1.0.14
20102026-08-05T19:28:36.690Z Checking http v1.4.2
20112026-08-05T19:28:36.730Z Checking digest v0.10.7
20122026-08-05T19:28:36.767Z Checking tracing-core v0.1.36
20132026-08-05T19:28:36.825Z Checking is_terminal_polyfill v1.70.2
20142026-08-05T19:28:36.924Z Checking anstyle-query v1.1.5
20152026-08-05T19:28:36.964Z Checking colorchoice v1.0.4
20162026-08-05T19:28:37.005Z Checking rand_core v0.9.5
20172026-08-05T19:28:37.054Z Checking anstyle-parse v1.0.0
20182026-08-05T19:28:37.094Z Checking terminal_size v0.4.3
20192026-08-05T19:28:37.097Z Checking const-oid v0.10.2
20202026-08-05T19:28:37.170Z Checking tracing v0.1.44
20212026-08-05T19:28:37.214Z Checking rand_chacha v0.9.0
20222026-08-05T19:28:37.255Z Checking ipnet v2.11.0
20232026-08-05T19:28:37.258Z Checking anstream v1.0.0
20242026-08-05T19:28:37.331Z Checking aho-corasick v1.1.4
20252026-08-05T19:28:37.335Z Checking clap_lex v1.0.0
20262026-08-05T19:28:37.369Z Checking strsim v0.11.1
20272026-08-05T19:28:37.444Z Checking crossbeam-utils v0.8.21
20282026-08-05T19:28:37.447Z Checking rand v0.9.2
20292026-08-05T19:28:37.520Z Checking erased-serde v0.3.31
20302026-08-05T19:28:37.560Z Checking powerfmt v0.2.0
20312026-08-05T19:28:37.598Z Checking unicode-ident v1.0.24
20322026-08-05T19:28:37.602Z Checking clap_builder v4.6.0
20332026-08-05T19:28:37.677Z Checking tokio-util v0.7.18
20342026-08-05T19:28:37.739Z Checking proc-macro2 v1.0.106
20352026-08-05T19:28:37.743Z Checking deranged v0.5.8
20362026-08-05T19:28:37.850Z Checking num-conv v0.2.0
20372026-08-05T19:28:37.923Z Checking slog v2.8.2
20382026-08-05T19:28:37.963Z Checking fastrand v2.3.0
20392026-08-05T19:28:38.003Z Checking time-core v0.1.8
20402026-08-05T19:28:38.042Z Checking regex-automata v0.4.14
20412026-08-05T19:28:38.083Z Checking num_threads v0.1.7
20422026-08-05T19:28:38.170Z Checking quote v1.0.45
20432026-08-05T19:28:38.173Z Checking digest v0.11.3
20442026-08-05T19:28:38.246Z Checking httparse v1.10.1
20452026-08-05T19:28:38.250Z Checking anyhow v1.0.102
20462026-08-05T19:28:38.325Z Checking allocator-api2 v0.2.21
20472026-08-05T19:28:38.371Z Checking cpufeatures v0.3.0
20482026-08-05T19:28:38.415Z Checking syn v2.0.117
20492026-08-05T19:28:38.473Z Checking cpufeatures v0.2.17
20502026-08-05T19:28:38.513Z Checking tempfile v3.25.0
20512026-08-05T19:28:38.550Z Checking ipnetwork v0.21.1
20522026-08-05T19:28:38.589Z Checking aws-lc-sys v0.40.0
20532026-08-05T19:28:38.630Z Checking rustls-pki-types v1.14.0
20542026-08-05T19:28:38.739Z Checking untrusted v0.7.1
20552026-08-05T19:28:38.780Z Checking time v0.3.47
20562026-08-05T19:28:38.819Z Checking http-body v1.0.1
20572026-08-05T19:28:38.875Z Checking clap v4.6.1
20582026-08-05T19:28:38.916Z Checking atomic-waker v1.1.2
20592026-08-05T19:28:38.954Z Checking hex v0.4.3
20602026-08-05T19:28:38.994Z Checking try-lock v0.2.5
20612026-08-05T19:28:38.998Z Checking httpdate v1.0.3
20622026-08-05T19:28:39.073Z Checking h2 v0.4.15
20632026-08-05T19:28:39.112Z Checking aws-lc-rs v1.16.3
20642026-08-05T19:28:39.153Z Checking want v0.3.1
20652026-08-05T19:28:39.205Z Checking tower-layer v0.3.3
20662026-08-05T19:28:39.208Z Checking tower-service v0.3.3
20672026-08-05T19:28:39.304Z Checking ryu v1.0.23
20682026-08-05T19:28:39.362Z Checking untrusted v0.9.0
20692026-08-05T19:28:39.401Z Checking pem-rfc7468 v0.7.0
20702026-08-05T19:28:39.470Z Checking spin v0.9.8
20712026-08-05T19:28:39.511Z Checking flagset v0.4.7
20722026-08-05T19:28:39.588Z Checking mime v0.3.17
20732026-08-05T19:28:39.666Z Checking der v0.7.10
20742026-08-05T19:28:39.705Z Checking simd-adler32 v0.3.8
20752026-08-05T19:28:39.792Z Checking adler2 v2.0.1
20762026-08-05T19:28:39.878Z Checking http-body-util v0.1.3
20772026-08-05T19:28:39.908Z Checking oxnet v0.1.6
20782026-08-05T19:28:40.020Z Checking rustls-webpki v0.103.13
20792026-08-05T19:28:40.024Z Checking miniz_oxide v0.8.9
20802026-08-05T19:28:40.024Z Checking block-padding v0.4.2
20812026-08-05T19:28:40.188Z Checking camino v1.2.2
20822026-08-05T19:28:40.266Z Checking pretty-hex v0.4.1
20832026-08-05T19:28:40.308Z Checking inout v0.2.2
20842026-08-05T19:28:40.418Z Checking plain v0.2.3
20852026-08-05T19:28:40.421Z Checking openssl-probe v0.2.1
20862026-08-05T19:28:40.494Z Checking regex v1.12.3
20872026-08-05T19:28:40.532Z Checking rustls v0.23.41
20882026-08-05T19:28:40.536Z Checking serde_urlencoded v0.7.1
20892026-08-05T19:28:40.536Z Checking rand_chacha v0.3.1
20902026-08-05T19:28:40.641Z Checking encoding_rs v0.8.35
20912026-08-05T19:28:40.644Z Checking ucd-trie v0.1.7
20922026-08-05T19:28:40.716Z Checking cipher v0.5.2
20932026-08-05T19:28:40.760Z Checking spki v0.7.3
20942026-08-05T19:28:40.802Z Checking futures-executor v0.3.32
20952026-08-05T19:28:40.805Z Checking rand v0.8.6
20962026-08-05T19:28:40.805Z Checking pest v2.8.6
20972026-08-05T19:28:40.955Z Checking crc32fast v1.5.0
20982026-08-05T19:28:40.996Z Checking futures v0.3.32
20992026-08-05T19:28:40.999Z Checking sync_wrapper v1.0.2
21002026-08-05T19:28:41.109Z Checking either v1.15.0
21012026-08-05T19:28:41.151Z Checking pkcs8 v0.10.2
21022026-08-05T19:28:41.191Z Checking tower v0.5.3
21032026-08-05T19:28:41.327Z Checking iri-string v0.7.10
21042026-08-05T19:28:41.367Z Checking zlib-rs v0.6.2
21052026-08-05T19:28:41.417Z Checking foldhash v0.2.0
21062026-08-05T19:28:41.604Z Checking static_assertions v1.1.0
21072026-08-05T19:28:41.646Z Checking bit-vec v0.8.0
21082026-08-05T19:28:41.687Z Checking hashbrown v0.16.1
21092026-08-05T19:28:41.726Z Checking sha2 v0.10.9
21102026-08-05T19:28:41.872Z Checking bit-set v0.8.0
21112026-08-05T19:28:41.914Z Checking hyper v1.10.1
21122026-08-05T19:28:41.917Z Checking openapiv3 v2.2.0
21132026-08-05T19:28:42.042Z Checking wait-timeout v0.2.1
21142026-08-05T19:28:42.083Z Checking lazy_static v1.5.0
21152026-08-05T19:28:42.201Z Checking hubpack v0.1.2
21162026-08-05T19:28:42.242Z Checking quick-error v1.2.3
21172026-08-05T19:28:42.247Z Checking tinyvec_macros v0.1.1
21182026-08-05T19:28:42.319Z Checking flate2 v1.1.9
21192026-08-05T19:28:42.377Z Checking tinyvec v1.10.0
21202026-08-05T19:28:42.381Z Checking rusty-fork v0.3.1
21212026-08-05T19:28:42.456Z Checking rustls-native-certs v0.8.3
21222026-08-05T19:28:42.459Z Checking tower-http v0.6.8
21232026-08-05T19:28:42.617Z Checking rand_xorshift v0.4.0
21242026-08-05T19:28:42.620Z Checking strum v0.26.3
21252026-08-05T19:28:42.695Z Checking psl-types v2.0.11
21262026-08-05T19:28:42.735Z Checking unarray v0.1.4
21272026-08-05T19:28:42.774Z Checking cookie v0.18.1
21282026-08-05T19:28:42.813Z Checking signature v2.2.0
21292026-08-05T19:28:42.816Z Checking num-integer v0.1.46
21302026-08-05T19:28:42.888Z Checking publicsuffix v2.3.0
21312026-08-05T19:28:42.925Z Checking hyper-util v0.1.20
21322026-08-05T19:28:42.927Z Checking tokio-rustls v0.26.4
21332026-08-05T19:28:42.928Z Checking proptest v1.11.0
21342026-08-05T19:28:43.035Z Checking rustls-platform-verifier v0.6.2
21352026-08-05T19:28:43.039Z Checking scroll v0.13.0
21362026-08-05T19:28:43.110Z Checking anstyle-parse v0.2.7
21372026-08-05T19:28:43.113Z Checking cookie_store v0.22.1
21382026-08-05T19:28:43.202Z Checking ahash v0.8.12
21392026-08-05T19:28:43.251Z Checking toml_datetime v0.6.11
21402026-08-05T19:28:43.292Z Checking serde_spanned v0.6.9
21412026-08-05T19:28:43.296Z Checking memmap2 v0.9.10
21422026-08-05T19:28:43.368Z Checking goblin v0.10.5
21432026-08-05T19:28:43.423Z Checking base64 v0.21.7
21442026-08-05T19:28:43.463Z Checking anstream v0.6.21
21452026-08-05T19:28:43.466Z Checking dtrace-parser v0.3.0
21462026-08-05T19:28:43.539Z Checking bstr v1.12.1
21472026-08-05T19:28:43.543Z Checking thread-id v5.1.0
21482026-08-05T19:28:43.651Z Checking data-encoding v2.10.0
21492026-08-05T19:28:43.692Z Checking x509-cert v0.2.5
21502026-08-05T19:28:43.734Z Checking hmac v0.12.1
21512026-08-05T19:28:43.738Z Checking num-iter v0.1.45
21522026-08-05T19:28:43.900Z Checking crossbeam-epoch v0.9.18
21532026-08-05T19:28:43.943Z Checking memoffset v0.9.1
21542026-08-05T19:28:43.981Z Checking scroll v0.12.0
21552026-08-05T19:28:44.020Z Checking env_filter v1.0.0
21562026-08-05T19:28:44.059Z Checking tap v1.0.1
21572026-08-05T19:28:44.152Z Checking num-bigint-dig v0.8.6
21582026-08-05T19:28:44.195Z Checking wyz v0.5.1
21592026-08-05T19:28:44.198Z Checking env_logger v0.11.9
21602026-08-05T19:28:44.273Z Checking hyper-rustls v0.27.7
21612026-08-05T19:28:44.276Z Checking goblin v0.8.2
21622026-08-05T19:28:44.370Z Checking pkcs1 v0.7.5
21632026-08-05T19:28:44.411Z Checking zerocopy v0.7.35
21642026-08-05T19:28:44.458Z Checking rustix v0.38.44
21652026-08-05T19:28:44.545Z Checking reqwest v0.13.2
21662026-08-05T19:28:44.613Z Checking radium v0.7.0
21672026-08-05T19:28:44.761Z Checking newtype-uuid v1.3.2
21682026-08-05T19:28:44.818Z Checking funty v2.0.0
21692026-08-05T19:28:44.924Z Checking unicode-segmentation v1.12.0
21702026-08-05T19:28:44.994Z Checking same-file v1.0.6
21712026-08-05T19:28:45.034Z Checking daft v0.1.7
21722026-08-05T19:28:45.146Z Checking crc-catalog v2.4.0
21732026-08-05T19:28:45.187Z Checking bitvec v1.0.1
21742026-08-05T19:28:45.266Z Checking walkdir v2.5.0
21752026-08-05T19:28:45.269Z Checking crc v3.4.0
21762026-08-05T19:28:45.269Z Checking rsa v0.9.10
21772026-08-05T19:28:45.380Z Checking nix v0.31.2
21782026-08-05T19:28:45.420Z Checking unicode-normalization v0.1.25
21792026-08-05T19:28:45.463Z Checking dtrace-parser v0.2.0
21802026-08-05T19:28:45.514Z Checking zerocopy v0.6.6
21812026-08-05T19:28:45.699Z Checking dof v0.4.0
21822026-08-05T19:28:45.741Z Checking ff v0.13.1
21832026-08-05T19:28:45.842Z Checking maybe-uninit v2.0.0
21842026-08-05T19:28:45.884Z Checking thread-id v4.2.2
21852026-08-05T19:28:45.887Z Checking winnow v0.5.40
21862026-08-05T19:28:45.959Z Checking base16ct v0.2.0
21872026-08-05T19:28:45.963Z Checking foreign-types-shared v0.1.1
21882026-08-05T19:28:46.036Z Checking nodrop v0.1.14
21892026-08-05T19:28:46.112Z Checking foreign-types v0.3.2
21902026-08-05T19:28:46.152Z Checking sec1 v0.7.3
21912026-08-05T19:28:46.190Z Checking array-init v0.0.4
21922026-08-05T19:28:46.194Z Checking dof v0.3.0
21932026-08-05T19:28:46.266Z Checking smallvec v0.6.14
21942026-08-05T19:28:46.352Z Checking usdt-impl v0.6.0
21952026-08-05T19:28:46.392Z Checking group v0.13.0
21962026-08-05T19:28:46.482Z Checking hkdf v0.12.4
21972026-08-05T19:28:46.525Z Checking serde_with v3.21.0
21982026-08-05T19:28:46.529Z Checking packed_struct v0.10.1
21992026-08-05T19:28:46.601Z Checking usdt-impl v0.5.0
22002026-08-05T19:28:46.604Z Checking crypto-bigint v0.5.5
22012026-08-05T19:28:46.604Z Checking bitfield v0.19.4
22022026-08-05T19:28:46.712Z Checking bzip2-sys v0.1.13+1.0.8
22032026-08-05T19:28:46.716Z Checking usdt v0.6.0
22042026-08-05T19:28:46.831Z Checking openssl-sys v0.9.117
22052026-08-05T19:28:46.909Z Checking winnow v0.7.14
22062026-08-05T19:28:46.966Z Checking foldhash v0.1.5
22072026-08-05T19:28:47.008Z Checking hashbrown v0.12.3
22082026-08-05T19:28:47.091Z Checking toml_edit v0.19.15
22092026-08-05T19:28:47.136Z Checking keccak v0.1.6
22102026-08-05T19:28:47.248Z Checking openssl v0.10.80
22112026-08-05T19:28:47.339Z Checking sha3 v0.10.8
22122026-08-05T19:28:47.450Z Checking indexmap v1.9.3
22132026-08-05T19:28:47.579Z Checking hashbrown v0.15.5
22142026-08-05T19:28:47.582Z Checking elliptic-curve v0.13.8
22152026-08-05T19:28:47.657Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22162026-08-05T19:28:47.795Z Checking bzip2 v0.4.4
22172026-08-05T19:28:47.950Z Checking serde-hex v0.1.0
22182026-08-05T19:28:47.992Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22192026-08-05T19:28:48.049Z Checking ron v0.8.1
22202026-08-05T19:28:48.088Z Checking hashbrown v0.13.2
22212026-08-05T19:28:48.126Z Checking itertools v0.13.0
22222026-08-05T19:28:48.165Z Checking toml v0.7.8
22232026-08-05T19:28:48.204Z Checking crc-any v2.5.0
22242026-08-05T19:28:48.414Z Checking siphasher v1.0.2
22252026-08-05T19:28:48.498Z Checking winnow v1.0.3
22262026-08-05T19:28:48.541Z Checking bitflags v1.3.2
22272026-08-05T19:28:48.590Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22282026-08-05T19:28:48.631Z Checking object v0.30.4
22292026-08-05T19:28:48.669Z Checking zip v0.6.6
22302026-08-05T19:28:48.782Z Checking globset v0.4.18
22312026-08-05T19:28:48.821Z Checking toml_parser v1.1.2+spec-1.1.0
22322026-08-05T19:28:49.019Z Checking signal-hook v0.3.18
22332026-08-05T19:28:49.065Z Checking managed v0.8.0
22342026-08-05T19:28:49.171Z Checking toml_write v0.1.2
22352026-08-05T19:28:49.211Z Checking path-slash v0.1.5
22362026-08-05T19:28:49.247Z Checking chacha20 v0.10.0
22372026-08-05T19:28:49.286Z Checking curve25519-dalek v4.1.3
22382026-08-05T19:28:49.289Z Checking native-tls v0.2.18
22392026-08-05T19:28:49.363Z Checking pin-project v1.1.11
22402026-08-05T19:28:49.363Z Checking toml_edit v0.22.27
22412026-08-05T19:28:49.466Z Checking object v0.37.3
22422026-08-05T19:28:49.506Z Checking jiff-core v0.1.0
22432026-08-05T19:28:49.545Z Checking signal-hook-mio v0.2.5
22442026-08-05T19:28:49.549Z Checking tokio-native-tls v0.3.1
22452026-08-05T19:28:49.684Z Checking ed25519 v2.2.3
22462026-08-05T19:28:49.776Z Checking pem v3.0.6
22472026-08-05T19:28:49.905Z Checking ref-cast v1.0.25
22482026-08-05T19:28:49.967Z Checking zstd-sys v2.0.16+zstd.1.5.7
22492026-08-05T19:28:50.039Z Checking hyper-tls v0.6.0
22502026-08-05T19:28:50.080Z Checking ed25519-dalek v2.2.0
22512026-08-05T19:28:50.129Z Checking zstd-safe v7.2.4
22522026-08-05T19:28:50.202Z Checking jiff v0.2.34
22532026-08-05T19:28:50.248Z Checking snafu v0.8.9
22542026-08-05T19:28:50.329Z Checking serde_plain v1.0.2
22552026-08-05T19:28:50.371Z Checking fixedbitset v0.5.7
22562026-08-05T19:28:50.528Z Checking libbz2-rs-sys v0.2.2
22572026-08-05T19:28:50.532Z Checking typed-path v0.9.3
22582026-08-05T19:28:50.588Z Checking bumpalo v3.20.2
22592026-08-05T19:28:50.628Z Checking petgraph v0.8.3
22602026-08-05T19:28:50.720Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22612026-08-05T19:28:50.760Z Checking zstd v0.13.3
22622026-08-05T19:28:50.817Z Checking zopfli v0.8.3
22632026-08-05T19:28:50.932Z Checking bzip2 v0.6.1
22642026-08-05T19:28:50.980Z Checking reqwest v0.12.28
22652026-08-05T19:28:51.125Z Checking crossterm v0.28.1
22662026-08-05T19:28:51.174Z Checking similar v2.7.0
22672026-08-05T19:28:51.334Z Checking fs-err v3.3.0
22682026-08-05T19:28:51.583Z Checking hash32 v0.2.1
22692026-08-05T19:28:51.667Z Checking serde-big-array v0.5.1
22702026-08-05T19:28:51.706Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
22712026-08-05T19:28:51.746Z Checking predicates-core v1.0.10
22722026-08-05T19:28:51.785Z Checking unicode-properties v0.1.4
22732026-08-05T19:28:51.788Z Checking unicode-bidi v0.3.18
22742026-08-05T19:28:51.861Z Checking heapless v0.7.17
22752026-08-05T19:28:51.864Z Checking olpc-cjson v0.1.4
22762026-08-05T19:28:51.942Z Checking hickory-proto v0.25.2
22772026-08-05T19:28:52.034Z Checking byte-wrapper v0.1.0
22782026-08-05T19:28:52.073Z Checking md-5 v0.10.6
22792026-08-05T19:28:52.112Z Checking float-cmp v0.10.0
22802026-08-05T19:28:52.153Z Checking stringprep v0.1.5
22812026-08-05T19:28:52.158Z Checking zip v4.6.1
22822026-08-05T19:28:52.228Z Checking normalize-line-endings v0.3.0
22832026-08-05T19:28:52.269Z Checking difflib v0.4.0
22842026-08-05T19:28:52.272Z Checking fallible-iterator v0.2.0
22852026-08-05T19:28:52.272Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
22862026-08-05T19:28:52.381Z Checking tough v0.22.0
22872026-08-05T19:28:52.384Z Checking smoltcp v0.9.1
22882026-08-05T19:28:52.384Z Checking iddqd v0.4.2
22892026-08-05T19:28:52.492Z Checking predicates v3.1.4
22902026-08-05T19:28:52.608Z Checking postgres-protocol v0.6.10
22912026-08-05T19:28:52.782Z Checking phf_shared v0.13.1
22922026-08-05T19:28:52.823Z Checking phf_shared v0.11.3
22932026-08-05T19:28:52.954Z Checking tokio-stream v0.1.18
22942026-08-05T19:28:52.995Z Checking buf-list v1.1.2
22952026-08-05T19:28:52.999Z Checking strum v0.27.2
22962026-08-05T19:28:53.071Z Checking fixedbitset v0.4.2
22972026-08-05T19:28:53.074Z Checking new_debug_unreachable v1.0.6
22982026-08-05T19:28:53.174Z Checking lalrpop-util v0.19.12
22992026-08-05T19:28:53.215Z Checking precomputed-hash v0.1.1
23002026-08-05T19:28:53.218Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23012026-08-05T19:28:53.291Z Checking petgraph v0.6.5
23022026-08-05T19:28:53.334Z Checking string_cache v0.8.9
23032026-08-05T19:28:53.373Z Checking phf v0.13.1
23042026-08-05T19:28:53.376Z Checking postgres-types v0.2.12
23052026-08-05T19:28:53.449Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23062026-08-05T19:28:53.531Z Checking whoami v2.1.0
23072026-08-05T19:28:53.571Z Checking peg-runtime v0.8.5
23082026-08-05T19:28:53.743Z Checking is-terminal v0.4.17
23092026-08-05T19:28:53.821Z Checking tokio-postgres v0.7.16
23102026-08-05T19:28:53.825Z Checking crossbeam-channel v0.5.15
23112026-08-05T19:28:53.898Z Checking thread_local v1.1.9
23122026-08-05T19:28:53.939Z Checking term v1.2.1
23132026-08-05T19:28:54.094Z Checking take_mut v0.2.2
23142026-08-05T19:28:54.196Z Checking slog-term v2.9.2
23152026-08-05T19:28:54.236Z Compiling newtype-uuid-macros v0.1.0
23162026-08-05T19:28:54.239Z Checking slog-async v2.8.0
23172026-08-05T19:28:54.382Z Checking match_cfg v0.1.0
23182026-08-05T19:28:54.474Z Checking slog-json v2.6.1
23192026-08-05T19:28:54.515Z Checking hostname v0.3.1
23202026-08-05T19:28:54.518Z Compiling multer v3.1.0
23212026-08-05T19:28:54.590Z Compiling async-stream-impl v0.3.6
23222026-08-05T19:28:54.645Z Compiling dropshot v0.17.1
23232026-08-05T19:28:54.684Z Checking slog-bunyan v2.5.0
23242026-08-05T19:28:54.732Z Compiling dropshot_endpoint v0.17.1
23252026-08-05T19:28:54.829Z Checking debug-ignore v1.0.5
23262026-08-05T19:28:54.869Z Checking progenitor-client v0.14.0
23272026-08-05T19:28:54.963Z Checking sha1 v0.11.0
23282026-08-05T19:28:55.003Z Checking serde_path_to_error v0.1.20
23292026-08-05T19:28:55.041Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23302026-08-05T19:28:55.128Z Checking serde_spanned v1.1.1
23312026-08-05T19:28:55.132Z Checking toml_datetime v1.1.1+spec-1.1.0
23322026-08-05T19:28:55.207Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23332026-08-05T19:28:55.245Z Checking compression-core v0.4.31
23342026-08-05T19:28:55.289Z Checking toml_writer v1.1.1+spec-1.1.0
23352026-08-05T19:28:55.329Z Checking async-stream v0.3.6
23362026-08-05T19:28:55.400Z Checking compression-codecs v0.4.37
23372026-08-05T19:28:55.489Z Checking waitgroup v0.1.2
23382026-08-05T19:28:55.492Z Checking rustls-pemfile v2.2.0
23392026-08-05T19:28:55.529Z Checking toml v1.1.2+spec-1.1.0
23402026-08-05T19:28:55.643Z Checking hostname v0.4.2
23412026-08-05T19:28:55.643Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23422026-08-05T19:28:55.646Z Checking async-compression v0.4.41
23432026-08-05T19:28:55.646Z Checking atomicwrites v0.4.4
23442026-08-05T19:28:55.792Z Checking itertools v0.14.0
23452026-08-05T19:28:55.795Z Compiling parse-display-derive v0.10.0
23462026-08-05T19:28:55.876Z Checking macaddr v1.0.1
23472026-08-05T19:28:55.880Z Checking regress v0.10.5
23482026-08-05T19:28:55.948Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23492026-08-05T19:28:56.018Z Checking instant v0.1.13
23502026-08-05T19:28:56.084Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23512026-08-05T19:28:56.136Z Checking backoff v0.4.0
23522026-08-05T19:28:56.179Z Checking backon v1.6.0
23532026-08-05T19:28:56.342Z Checking humantime v2.3.0
23542026-08-05T19:28:56.384Z Checking progenitor-extras v0.2.0
23552026-08-05T19:28:56.388Z Checking unicode-width v0.2.0
23562026-08-05T19:28:56.462Z Compiling convert_case v0.4.0
23572026-08-05T19:28:56.550Z Checking half v2.7.1
23582026-08-05T19:28:56.635Z Checking ciborium-io v0.2.2
23592026-08-05T19:28:56.699Z Checking heck v0.5.0
23602026-08-05T19:28:56.761Z Checking secrecy v0.10.3
23612026-08-05T19:28:56.844Z Checking ciborium-ll v0.2.2
23622026-08-05T19:28:56.883Z Compiling derive_more v0.99.20
23632026-08-05T19:28:56.887Z Checking camino-tempfile v1.4.1
23642026-08-05T19:28:56.919Z Checking indent_write v2.2.0
23652026-08-05T19:28:56.959Z Compiling regress v0.11.1
23662026-08-05T19:28:57.072Z Checking ciborium v0.2.2
23672026-08-05T19:28:57.122Z Compiling crucible-workspace-hack v0.1.0
23682026-08-05T19:28:57.161Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23692026-08-05T19:28:57.370Z Checking inout v0.1.4
23702026-08-05T19:28:57.537Z Checking universal-hash v0.5.1
23712026-08-05T19:28:57.541Z Checking cipher v0.4.4
23722026-08-05T19:28:57.541Z Compiling thiserror-impl-no-std v2.0.2
23732026-08-05T19:28:57.648Z Checking parse-display v0.10.0
23742026-08-05T19:28:57.694Z Checking opaque-debug v0.3.1
23752026-08-05T19:28:57.798Z Checking poly1305 v0.8.0
23762026-08-05T19:28:57.837Z Checking blake2 v0.10.6
23772026-08-05T19:28:57.873Z Checking chacha20 v0.9.1
23782026-08-05T19:28:58.093Z Checking aead v0.5.2
23792026-08-05T19:28:58.135Z Checking password-hash v0.5.0
23802026-08-05T19:28:58.139Z Compiling unsafe-libyaml v0.2.11
23812026-08-05T19:28:58.270Z Checking chacha20poly1305 v0.10.1
23822026-08-05T19:28:58.428Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
23832026-08-05T19:28:58.432Z Checking argon2 v0.5.3
23842026-08-05T19:28:58.581Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23852026-08-05T19:28:58.781Z Compiling typify-impl v0.6.2
23862026-08-05T19:28:58.844Z Checking thiserror-no-std v2.0.2
23872026-08-05T19:28:58.883Z Compiling serde_yaml v0.9.34+deprecated
23882026-08-05T19:28:58.926Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23892026-08-05T19:28:58.964Z Checking vsss-rs v3.3.4
23902026-08-05T19:28:59.237Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
23912026-08-05T19:28:59.474Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23922026-08-05T19:28:59.514Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
23932026-08-05T19:29:00.097Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23942026-08-05T19:29:00.191Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23952026-08-05T19:29:00.238Z Checking swrite v0.1.0
23962026-08-05T19:29:00.277Z Checking crossbeam-deque v0.8.6
23972026-08-05T19:29:00.344Z Compiling rayon-core v1.13.0
23982026-08-05T19:29:00.385Z Compiling num-derive v0.4.2
23992026-08-05T19:29:00.445Z Compiling toml_datetime v0.7.5+spec-1.1.0
24002026-08-05T19:29:00.495Z Compiling proc-macro-error v1.0.4
24012026-08-05T19:29:00.721Z Compiling toml_edit v0.23.10+spec-1.0.0
24022026-08-05T19:29:00.830Z Checking tabwriter v1.4.1
24032026-08-05T19:29:00.975Z Checking rayon v1.11.0
24042026-08-05T19:29:01.017Z Checking glob v0.3.3
24052026-08-05T19:29:01.199Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24062026-08-05T19:29:01.239Z Checking colored v3.1.1
24072026-08-05T19:29:01.281Z Compiling proc-macro-crate v3.4.0
24082026-08-05T19:29:01.320Z Compiling itertools v0.15.0
24092026-08-05T19:29:01.359Z Compiling heapless v0.8.0
24102026-08-05T19:29:01.464Z Checking toml v0.8.23
24112026-08-05T19:29:01.783Z Checking hash32 v0.3.1
24122026-08-05T19:29:01.824Z Compiling smoltcp v0.11.0
24132026-08-05T19:29:01.861Z Compiling num_enum_derive v0.7.6
24142026-08-05T19:29:01.898Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24152026-08-05T19:29:02.200Z Checking cobs v0.3.0
24162026-08-05T19:29:02.279Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24172026-08-05T19:29:02.329Z Compiling usdt-attr-macro v0.5.0
24182026-08-05T19:29:02.381Z Compiling usdt-macro v0.5.0
24192026-08-05T19:29:02.420Z Checking memmap v0.7.0
24202026-08-05T19:29:02.477Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
24212026-08-05T19:29:02.730Z Compiling ingot-macros v0.2.0
24222026-08-05T19:29:02.776Z Checking postcard v1.1.3
24232026-08-05T19:29:02.949Z Checking num_enum v0.7.6
24242026-08-05T19:29:03.100Z Checking rand v0.10.1
24252026-08-05T19:29:03.104Z Compiling proc-macro-crate v1.3.1
24262026-08-05T19:29:03.179Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24272026-08-05T19:29:03.182Z Checking usdt v0.5.0
24282026-08-05T19:29:03.318Z Compiling typify-macro v0.6.2
24292026-08-05T19:29:03.381Z Checking sigpipe v0.1.3
24302026-08-05T19:29:03.452Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24312026-08-05T19:29:03.496Z Compiling foreign-types-macros v0.2.3
24322026-08-05T19:29:03.549Z Checking foreign-types-shared v0.3.1
24332026-08-05T19:29:03.649Z Compiling num_enum_derive v0.5.11
24342026-08-05T19:29:03.826Z Checking cstr-argument v0.1.2
24352026-08-05T19:29:03.866Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24362026-08-05T19:29:03.913Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24372026-08-05T19:29:03.977Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
24382026-08-05T19:29:04.115Z Checking foreign-types v0.5.0
24392026-08-05T19:29:04.227Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24402026-08-05T19:29:04.275Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
24412026-08-05T19:29:04.321Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24422026-08-05T19:29:04.388Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24432026-08-05T19:29:04.427Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24442026-08-05T19:29:04.464Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24452026-08-05T19:29:04.578Z Compiling zone_cfg_derive v0.3.1
24462026-08-05T19:29:04.619Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24472026-08-05T19:29:04.715Z Checking num_enum v0.5.11
24482026-08-05T19:29:04.823Z Checking itertools v0.12.1
24492026-08-05T19:29:04.862Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24502026-08-05T19:29:04.865Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24512026-08-05T19:29:05.070Z Compiling typify v0.6.2
24522026-08-05T19:29:05.194Z Compiling progenitor-impl v0.14.0
24532026-08-05T19:29:05.271Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24542026-08-05T19:29:05.346Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24552026-08-05T19:29:05.414Z Checking smf v0.2.3
24562026-08-05T19:29:05.454Z Checking whoami v1.6.1
24572026-08-05T19:29:05.525Z Checking ingot-types v0.2.0
24582026-08-05T19:29:05.593Z Compiling derive-where v1.6.0
24592026-08-05T19:29:05.656Z Checking tokio-dtrace v0.1.1
24602026-08-05T19:29:05.695Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24612026-08-05T19:29:05.870Z Checking zone v0.3.1
24622026-08-05T19:29:05.912Z Checking oxide-tokio-rt v0.1.4
24632026-08-05T19:29:05.947Z Checking ingot v0.2.1
24642026-08-05T19:29:06.116Z Checking console v0.15.11
24652026-08-05T19:29:06.230Z Checking newline-converter v0.3.0
24662026-08-05T19:29:06.271Z Checking bytecount v0.6.9
24672026-08-05T19:29:06.377Z Checking unicode-width v0.1.14
24682026-08-05T19:29:06.415Z Checking num-rational v0.4.2
24692026-08-05T19:29:06.453Z Checking expectorate v1.2.0
24702026-08-05T19:29:06.615Z Checking num-complex v0.4.6
24712026-08-05T19:29:06.660Z Checking float-ord v0.3.2
24722026-08-05T19:29:06.723Z Compiling cancel-safe-futures v0.1.5
24732026-08-05T19:29:06.799Z Checking linear-map v1.2.0
24742026-08-05T19:29:06.911Z Checking oxide-update-engine-types v0.1.2
24752026-08-05T19:29:06.992Z Checking num v0.4.3
24762026-08-05T19:29:07.080Z Checking gethostname v0.5.0
24772026-08-05T19:29:07.118Z Compiling prettyplease v0.2.37
24782026-08-05T19:29:07.204Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24792026-08-05T19:29:07.402Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24802026-08-05T19:29:07.624Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24812026-08-05T19:29:07.664Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24822026-08-05T19:29:07.668Z Checking resolv-conf v0.7.6
24832026-08-05T19:29:07.668Z Compiling owo-colors v4.3.0
24842026-08-05T19:29:07.881Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24852026-08-05T19:29:07.922Z Compiling progenitor-macro v0.14.0
24862026-08-05T19:29:07.925Z Checking oxide-update-engine v0.1.2
24872026-08-05T19:29:07.999Z Checking unicode-linebreak v0.1.5
24882026-08-05T19:29:08.249Z Checking smawk v0.3.2
24892026-08-05T19:29:08.416Z Checking papergrid v0.11.0
24902026-08-05T19:29:08.455Z Compiling tabled_derive v0.7.0
24912026-08-05T19:29:08.734Z Compiling convert_case v0.10.0
24922026-08-05T19:29:08.856Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24932026-08-05T19:29:09.065Z Compiling slog-dtrace v0.3.0
24942026-08-05T19:29:09.105Z Compiling derive_more-impl v2.1.1
24952026-08-05T19:29:09.278Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24962026-08-05T19:29:09.453Z Checking tabled v0.15.0
24972026-08-05T19:29:09.629Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24982026-08-05T19:29:09.702Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24992026-08-05T19:29:09.912Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
25002026-08-05T19:29:09.950Z Checking derive_more v2.1.1
25012026-08-05T19:29:10.248Z Checking crossterm v0.29.0
25022026-08-05T19:29:10.480Z Checking linked-hash-map v0.5.6
25032026-08-05T19:29:10.680Z Checking lru-cache v0.1.2
25042026-08-05T19:29:10.957Z Checking hickory-proto v0.24.4
25052026-08-05T19:29:10.960Z Checking fd-lock v4.0.4
25062026-08-05T19:29:11.515Z Checking vte v0.14.1
25072026-08-05T19:29:11.559Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25082026-08-05T19:29:11.604Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
25092026-08-05T19:29:11.871Z Checking display-error-chain v0.2.2
25102026-08-05T19:29:12.067Z Checking strip-ansi-escapes v0.2.1
25112026-08-05T19:29:12.349Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25122026-08-05T19:29:12.903Z Checking progenitor v0.14.0
25132026-08-05T19:29:13.083Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25142026-08-05T19:29:13.596Z Checking termtree v0.5.1
25152026-08-05T19:29:13.759Z Checking nu-ansi-term v0.50.3
25162026-08-05T19:29:13.924Z Checking hickory-resolver v0.24.4
25172026-08-05T19:29:14.003Z Checking reedline v0.40.0
25182026-08-05T19:29:14.006Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
25192026-08-05T19:29:14.080Z Checking textwrap v0.16.2
25202026-08-05T19:29:14.326Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25212026-08-05T19:29:14.367Z Compiling minimal-lexical v0.2.1
25222026-08-05T19:29:14.657Z Compiling nom v7.1.3
25232026-08-05T19:29:14.693Z Checking qorb v0.4.1
25242026-08-05T19:29:14.771Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25252026-08-05T19:29:15.183Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25262026-08-05T19:29:15.293Z Compiling unicode-xid v0.2.6
25272026-08-05T19:29:15.456Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25282026-08-05T19:29:15.757Z Compiling ar_archive_writer v0.5.1
25292026-08-05T19:29:15.934Z Checking csv-core v0.1.13
25302026-08-05T19:29:15.976Z Compiling stacker v0.1.23
25312026-08-05T19:29:16.029Z Compiling semver v0.1.20
25322026-08-05T19:29:16.110Z Compiling cfg_aliases v0.1.1
25332026-08-05T19:29:16.149Z Checking csv v1.4.0
25342026-08-05T19:29:16.149Z Checking highway v1.3.0
25352026-08-05T19:29:16.232Z Compiling nix v0.28.0
25362026-08-05T19:29:16.321Z Compiling rustc_version v0.1.7
25372026-08-05T19:29:16.359Z Checking nibble_vec v0.1.0
25382026-08-05T19:29:16.439Z Checking endian-type v0.1.2
25392026-08-05T19:29:16.520Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25402026-08-05T19:29:16.558Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25412026-08-05T19:29:16.595Z Compiling newtype_derive v0.1.6
25422026-08-05T19:29:16.632Z Compiling psm v0.1.30
25432026-08-05T19:29:16.636Z Checking radix_trie v0.2.1
25442026-08-05T19:29:16.743Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25452026-08-05T19:29:16.811Z Checking phf_shared v0.12.1
25462026-08-05T19:29:16.917Z Checking nom v8.0.0
25472026-08-05T19:29:17.022Z Compiling recursive-proc-macro-impl v0.1.1
25482026-08-05T19:29:17.105Z Compiling chrono-tz v0.10.4
25492026-08-05T19:29:17.312Z Checking phf v0.12.1
25502026-08-05T19:29:17.512Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25512026-08-05T19:29:17.515Z Compiling const_format_proc_macros v0.2.34
25522026-08-05T19:29:17.584Z Compiling peg-macros v0.8.5
25532026-08-05T19:29:17.685Z Checking winnow v0.6.26
25542026-08-05T19:29:17.779Z Checking recursive v0.1.1
25552026-08-05T19:29:17.912Z Compiling sqlparser_derive v0.5.0
25562026-08-05T19:29:18.292Z Checking home v0.5.12
25572026-08-05T19:29:18.406Z Checking unicode_categories v0.1.1
25582026-08-05T19:29:18.445Z Checking const_format v0.2.35
25592026-08-05T19:29:18.448Z Checking rustyline v14.0.0
25602026-08-05T19:29:18.697Z Checking sqlparser v0.61.0
25612026-08-05T19:29:18.846Z Checking sqlformat v0.3.5
25622026-08-05T19:29:18.941Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
25632026-08-05T19:29:18.979Z Checking peg v0.8.5
25642026-08-05T19:29:19.197Z Checking bcs v0.1.6
25652026-08-05T19:29:19.299Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
25662026-08-05T19:29:19.405Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25672026-08-05T19:29:19.463Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
25682026-08-05T19:29:19.633Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25692026-08-05T19:29:19.718Z Checking steno v0.4.1
25702026-08-05T19:29:19.985Z Checking sha1 v0.10.6
25712026-08-05T19:29:20.190Z Checking filetime v0.2.27
25722026-08-05T19:29:20.365Z Checking xattr v1.6.1
25732026-08-05T19:29:20.536Z Checking tar v0.4.46
25742026-08-05T19:29:20.608Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25752026-08-05T19:29:20.648Z Checking subprocess v0.2.15
25762026-08-05T19:29:20.745Z Checking headers-core v0.3.0
25772026-08-05T19:29:20.810Z Checking yasna v0.5.2
25782026-08-05T19:29:20.889Z Checking headers v0.4.1
25792026-08-05T19:29:20.947Z Checking port-file v0.1.0
25802026-08-05T19:29:20.986Z Checking tagptr v0.2.0
25812026-08-05T19:29:21.158Z Checking moka v0.12.13
25822026-08-05T19:29:21.234Z Checking rcgen v0.12.1
25832026-08-05T19:29:21.365Z Checking dropshot-api-manager-types v0.7.2
25842026-08-05T19:29:21.570Z Checking utf-8 v0.7.6
25852026-08-05T19:29:21.608Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25862026-08-05T19:29:21.740Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25872026-08-05T19:29:21.790Z Checking tungstenite v0.21.0
25882026-08-05T19:29:21.863Z Checking hickory-resolver v0.25.2
25892026-08-05T19:29:22.235Z Compiling libefi-sys v0.1.0
25902026-08-05T19:29:22.274Z Compiling bitfield-struct v0.6.2
25912026-08-05T19:29:22.278Z Checking tokio-tungstenite v0.21.0
25922026-08-05T19:29:22.506Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25932026-08-05T19:29:22.632Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25942026-08-05T19:29:22.672Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25952026-08-05T19:29:22.954Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25962026-08-05T19:29:22.991Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25972026-08-05T19:29:23.028Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
25982026-08-05T19:29:23.099Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
25992026-08-05T19:29:23.141Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26002026-08-05T19:29:23.180Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26012026-08-05T19:29:23.216Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26022026-08-05T19:29:23.252Z Compiling xshell-macros v0.2.7
26032026-08-05T19:29:23.255Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26042026-08-05T19:29:23.354Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26052026-08-05T19:29:23.547Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26062026-08-05T19:29:23.665Z Checking xshell v0.2.7
26072026-08-05T19:29:23.924Z Checking half v1.8.3
26082026-08-05T19:29:23.962Z Checking libscf-sys v1.2.0
26092026-08-05T19:29:24.060Z Compiling proc-macro-error-attr2 v2.0.0
26102026-08-05T19:29:24.127Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26112026-08-05T19:29:24.166Z Checking serde_cbor v0.11.2
26122026-08-05T19:29:24.364Z Checking papergrid v0.17.0
26132026-08-05T19:29:24.401Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26142026-08-05T19:29:24.489Z Compiling proc-macro-error2 v2.0.1
26152026-08-05T19:29:24.574Z Checking testing_table v0.3.0
26162026-08-05T19:29:24.620Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26172026-08-05T19:29:24.701Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26182026-08-05T19:29:24.828Z Compiling tabled_derive v0.11.0
26192026-08-05T19:29:25.185Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26202026-08-05T19:29:25.454Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26212026-08-05T19:29:25.499Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26222026-08-05T19:29:25.537Z Checking maplit v1.0.2
26232026-08-05T19:29:25.655Z Checking crc8 v0.1.1
26242026-08-05T19:29:25.695Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26252026-08-05T19:29:25.788Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26262026-08-05T19:29:26.020Z Checking tabled v0.20.0
26272026-08-05T19:29:26.107Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26282026-08-05T19:29:26.346Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26292026-08-05T19:29:26.385Z Checking unicase v2.9.0
26302026-08-05T19:29:26.422Z Checking fxhash v0.2.1
26312026-08-05T19:29:26.571Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26322026-08-05T19:29:26.575Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
26332026-08-05T19:29:26.646Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26342026-08-05T19:29:26.721Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26352026-08-05T19:29:26.889Z Compiling darling_core v0.21.3
26362026-08-05T19:29:27.019Z Checking sha2 v0.11.0
26372026-08-05T19:29:27.241Z Compiling vergen-lib v0.1.6
26382026-08-05T19:29:27.424Z Compiling diesel_derives v2.3.7
26392026-08-05T19:29:27.511Z Checking scheduled-thread-pool v0.2.7
26402026-08-05T19:29:27.687Z Compiling vergen-gitcl v1.0.8
26412026-08-05T19:29:27.723Z Compiling diesel_table_macro_syntax v0.3.0
26422026-08-05T19:29:27.760Z Checking r2d2 v0.8.10
26432026-08-05T19:29:27.999Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26442026-08-05T19:29:28.002Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26452026-08-05T19:29:28.202Z Checking downcast-rs v2.0.2
26462026-08-05T19:29:28.354Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26472026-08-05T19:29:28.389Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26482026-08-05T19:29:28.659Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26492026-08-05T19:29:28.854Z Checking kstat-rs v0.2.4
26502026-08-05T19:29:28.891Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26512026-08-05T19:29:28.926Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26522026-08-05T19:29:28.965Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26532026-08-05T19:29:29.077Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26542026-08-05T19:29:29.165Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26552026-08-05T19:29:29.533Z Compiling darling_macro v0.21.3
26562026-08-05T19:29:29.807Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26572026-08-05T19:29:29.812Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26582026-08-05T19:29:30.078Z Compiling darling v0.21.3
26592026-08-05T19:29:30.150Z Compiling dirs-sys-next v0.1.2
26602026-08-05T19:29:30.201Z Compiling dsl_auto_type v0.2.0
26612026-08-05T19:29:30.271Z Compiling crunchy v0.2.4
26622026-08-05T19:29:30.468Z Compiling parking_lot_core v0.8.6
26632026-08-05T19:29:30.541Z Compiling dirs-next v2.0.0
26642026-08-05T19:29:30.633Z Compiling clang-sys v1.8.1
26652026-08-05T19:29:30.702Z Compiling git-stub v1.0.0
26662026-08-05T19:29:30.784Z Compiling tiny-keccak v2.0.2
26672026-08-05T19:29:30.996Z Compiling git-stub-vcs v0.1.0
26682026-08-05T19:29:31.110Z Compiling term v0.7.0
26692026-08-05T19:29:31.186Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26702026-08-05T19:29:31.191Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26712026-08-05T19:29:31.261Z Compiling bit-vec v0.6.3
26722026-08-05T19:29:31.371Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26732026-08-05T19:29:31.512Z Compiling bit-set v0.5.3
26742026-08-05T19:29:31.569Z Compiling ascii-canvas v3.0.0
26752026-08-05T19:29:31.607Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26762026-08-05T19:29:31.712Z Checking parking_lot v0.11.2
26772026-08-05T19:29:31.843Z Checking prefix-trie v0.7.0
26782026-08-05T19:29:31.882Z Compiling itertools v0.10.5
26792026-08-05T19:29:31.929Z Compiling ena v0.14.4
26802026-08-05T19:29:31.972Z Compiling libloading v0.8.9
26812026-08-05T19:29:32.138Z Compiling diff v0.1.13
26822026-08-05T19:29:32.178Z Compiling bindgen v0.71.1
26832026-08-05T19:29:32.236Z Compiling regex-syntax v0.6.29
26842026-08-05T19:29:32.275Z Checking hickory-server v0.25.2
26852026-08-05T19:29:32.489Z Checking sled v0.34.7
26862026-08-05T19:29:32.636Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26872026-08-05T19:29:33.086Z Compiling cexpr v0.6.0
26882026-08-05T19:29:33.255Z Checking nanorand v0.7.0
26892026-08-05T19:29:33.495Z Compiling salty v0.3.0
26902026-08-05T19:29:33.562Z Compiling rustc-hash v2.1.1
26912026-08-05T19:29:33.730Z Compiling lalrpop v0.19.12
26922026-08-05T19:29:33.768Z Checking flume v0.11.1
26932026-08-05T19:29:33.841Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26942026-08-05T19:29:33.888Z Compiling libxml v0.3.3
26952026-08-05T19:29:34.325Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26962026-08-05T19:29:34.432Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26972026-08-05T19:29:34.792Z Compiling strum_macros v0.24.3
26982026-08-05T19:29:35.035Z Compiling indoc v1.0.9
26992026-08-05T19:29:35.507Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27002026-08-05T19:29:35.688Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27012026-08-05T19:29:35.733Z Compiling progenitor-impl v0.13.0
27022026-08-05T19:29:36.042Z Checking quick-xml v0.37.5
27032026-08-05T19:29:36.080Z Checking derive_builder v0.20.2
27042026-08-05T19:29:36.147Z Compiling oso-derive v0.27.3
27052026-08-05T19:29:36.151Z Checking diesel v2.3.7
27062026-08-05T19:29:36.225Z Compiling trait-variant v0.1.2
27072026-08-05T19:29:36.677Z Compiling impl-trait-for-tuples v0.2.3
27082026-08-05T19:29:36.795Z Checking assert_matches v1.5.0
27092026-08-05T19:29:36.904Z Checking openssl-probe v0.1.6
27102026-08-05T19:29:36.965Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27112026-08-05T19:29:37.128Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27122026-08-05T19:29:37.839Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27132026-08-05T19:29:38.293Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27142026-08-05T19:29:38.429Z Compiling progenitor-macro v0.13.0
27152026-08-05T19:29:38.490Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27162026-08-05T19:29:39.311Z Checking progenitor-client v0.13.0
27172026-08-05T19:29:39.583Z Checking rfc6979 v0.4.0
27182026-08-05T19:29:39.622Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27192026-08-05T19:29:39.702Z Checking primeorder v0.13.6
27202026-08-05T19:29:39.743Z Checking ecdsa v0.16.9
27212026-08-05T19:29:39.979Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27222026-08-05T19:29:40.127Z Checking p384 v0.13.1
27232026-08-05T19:29:40.586Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27242026-08-05T19:29:40.647Z Checking predicates-tree v1.0.13
27252026-08-05T19:29:40.800Z Checking bb8 v0.8.6
27262026-08-05T19:29:41.086Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27272026-08-05T19:29:41.122Z Compiling mime_guess v2.0.5
27282026-08-05T19:29:41.415Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27292026-08-05T19:29:41.646Z Checking http-range v0.1.5
27302026-08-05T19:29:41.834Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27312026-08-05T19:29:41.991Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27322026-08-05T19:29:42.267Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27332026-08-05T19:29:42.378Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
27342026-08-05T19:29:42.501Z Checking corncobs v0.1.4
27352026-08-05T19:29:42.621Z Checking nonempty v0.12.0
27362026-08-05T19:29:42.668Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27372026-08-05T19:29:42.869Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27382026-08-05T19:29:43.258Z Checking ignore v0.4.25
27392026-08-05T19:29:43.332Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27402026-08-05T19:29:43.461Z Checking progenitor v0.13.0
27412026-08-05T19:29:43.514Z Checking secrecy v0.8.0
27422026-08-05T19:29:43.644Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27432026-08-05T19:29:43.719Z Checking globwalk v0.9.1
27442026-08-05T19:29:43.938Z Checking hyper-staticfile v0.10.1
27452026-08-05T19:29:44.267Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27462026-08-05T19:29:44.304Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27472026-08-05T19:29:44.597Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
27482026-08-05T19:29:44.873Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
27492026-08-05T19:29:45.199Z Checking signal-hook-tokio v0.3.1
27502026-08-05T19:29:45.370Z Checking digest-io v0.1.0
27512026-08-05T19:29:45.536Z Checking rawzip v0.4.4
27522026-08-05T19:29:45.536Z Compiling illumos-nvpair-sys v0.2.0
27532026-08-05T19:29:45.612Z Checking camino-tempfile-ext v0.3.3
27542026-08-05T19:29:45.816Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27552026-08-05T19:29:45.852Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27562026-08-05T19:29:46.056Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27572026-08-05T19:29:46.116Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27582026-08-05T19:29:46.561Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27592026-08-05T19:29:46.835Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27602026-08-05T19:29:47.179Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27612026-08-05T19:29:47.367Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27622026-08-05T19:29:47.627Z Checking illumos-nvpair v0.3.0
27632026-08-05T19:29:47.827Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27642026-08-05T19:29:47.878Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27652026-08-05T19:29:47.915Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27662026-08-05T19:29:48.249Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27672026-08-05T19:29:48.288Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27682026-08-05T19:29:48.324Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27692026-08-05T19:29:48.364Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27702026-08-05T19:29:48.470Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27712026-08-05T19:29:48.508Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27722026-08-05T19:29:48.705Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27732026-08-05T19:29:50.341Z Checking diesel-dtrace v0.5.0
27742026-08-05T19:29:50.414Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27752026-08-05T19:29:50.564Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27762026-08-05T19:29:50.621Z Checking async-bb8-diesel v0.2.1
27772026-08-05T19:29:51.067Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27782026-08-05T19:29:51.335Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
27792026-08-05T19:29:51.547Z Checking tungstenite v0.23.0
27802026-08-05T19:29:51.855Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27812026-08-05T19:29:52.023Z Checking tokio-tungstenite v0.23.1
27822026-08-05T19:29:52.282Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27832026-08-05T19:29:52.336Z Checking void v1.0.2
27842026-08-05T19:29:52.483Z Checking lzss v0.8.2
27852026-08-05T19:29:52.719Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27862026-08-05T19:29:52.924Z Checking nix v0.27.1
27872026-08-05T19:29:53.375Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
27882026-08-05T19:29:53.447Z Checking rand_seeder v0.4.0
27892026-08-05T19:29:53.485Z Checking serde_bytes v0.11.19
27902026-08-05T19:29:53.523Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27912026-08-05T19:29:53.630Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27922026-08-05T19:29:53.695Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27932026-08-05T19:29:53.802Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27942026-08-05T19:29:54.126Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27952026-08-05T19:29:54.570Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27962026-08-05T19:29:54.802Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27972026-08-05T19:29:54.911Z Checking yansi v1.0.1
27982026-08-05T19:29:54.954Z Checking is_ci v1.2.0
27992026-08-05T19:29:55.154Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28002026-08-05T19:29:55.226Z Checking cpubits v0.1.1
28012026-08-05T19:29:55.273Z Checking pretty_assertions v1.4.1
28022026-08-05T19:29:55.342Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28032026-08-05T19:29:55.441Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28042026-08-05T19:29:55.530Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28052026-08-05T19:29:55.618Z Checking pem-rfc7468 v1.0.0
28062026-08-05T19:29:55.824Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28072026-08-05T19:29:56.109Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28082026-08-05T19:29:56.347Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
28092026-08-05T19:29:56.777Z Checking hmac v0.13.0
28102026-08-05T19:29:56.987Z Checking universal-hash v0.6.1
28112026-08-05T19:29:57.155Z Compiling libz-sys v1.1.24
28122026-08-05T19:29:57.194Z Checking arc-swap v1.8.2
28132026-08-05T19:29:57.232Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
28142026-08-05T19:29:57.460Z Compiling instability v0.3.11
28152026-08-05T19:29:57.498Z Checking slog-scope v4.4.1
28162026-08-05T19:29:57.535Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28172026-08-05T19:29:57.711Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
28182026-08-05T19:29:57.823Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28192026-08-05T19:29:57.873Z Checking castaway v0.2.4
28202026-08-05T19:29:58.030Z Compiling indoc v2.0.7
28212026-08-05T19:29:58.118Z Checking compact_str v0.8.1
28222026-08-05T19:29:58.558Z Checking slog-stdlog v4.1.1
28232026-08-05T19:29:58.721Z Checking polyval v0.7.1
28242026-08-05T19:29:58.935Z Checking der v0.8.0
28252026-08-05T19:29:59.057Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
28262026-08-05T19:29:59.293Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28272026-08-05T19:29:59.331Z Checking unicode-truncate v1.1.0
28282026-08-05T19:29:59.511Z Checking lru v0.12.5
28292026-08-05T19:29:59.551Z Compiling libgit2-sys v0.18.3+1.9.2
28302026-08-05T19:29:59.590Z Checking cassowary v0.3.0
28312026-08-05T19:29:59.801Z Checking ghash v0.6.0
28322026-08-05T19:29:59.839Z Checking ratatui v0.29.0
28332026-08-05T19:29:59.876Z Checking slog-envlogger v2.2.0
28342026-08-05T19:30:00.063Z Checking pbkdf2 v0.13.0
28352026-08-05T19:30:00.116Z Checking aes v0.9.1
28362026-08-05T19:30:00.217Z Checking crypto-bigint v0.7.5
28372026-08-05T19:30:00.547Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28382026-08-05T19:30:01.189Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
28392026-08-05T19:30:01.454Z Checking ctr v0.10.1
28402026-08-05T19:30:01.672Z Checking aead v0.6.1
28412026-08-05T19:30:01.808Z Checking cargo-platform v0.3.2
28422026-08-05T19:30:01.851Z Checking aes-gcm v0.11.0
28432026-08-05T19:30:02.032Z Checking cargo_metadata v0.23.1
28442026-08-05T19:30:02.083Z Checking spki v0.8.0
28452026-08-05T19:30:02.301Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28462026-08-05T19:30:02.534Z Checking supports-color v3.0.2
28472026-08-05T19:30:02.706Z Checking console v0.16.2
28482026-08-05T19:30:02.843Z Checking salsa20 v0.11.0
28492026-08-05T19:30:03.027Z Compiling vergen-git2 v9.1.0
28502026-08-05T19:30:03.065Z Checking plotters-backend v0.3.7
28512026-08-05T19:30:03.254Z Checking unit-prefix v0.5.2
28522026-08-05T19:30:03.304Z Checking plotters-svg v0.3.7
28532026-08-05T19:30:03.424Z Checking indicatif v0.18.4
28542026-08-05T19:30:03.533Z Checking scrypt v0.12.0
28552026-08-05T19:30:03.731Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28562026-08-05T19:30:03.769Z Checking cbc v0.2.1
28572026-08-05T19:30:03.848Z Checking libsw-core v0.3.2
28582026-08-05T19:30:03.949Z Checking cast v0.3.0
28592026-08-05T19:30:04.041Z Checking pkcs5 v0.8.1
28602026-08-05T19:30:04.044Z Checking libsw v3.5.0
28612026-08-05T19:30:04.141Z Checking criterion-plot v0.6.0
28622026-08-05T19:30:04.277Z Checking plotters v0.3.7
28632026-08-05T19:30:04.373Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28642026-08-05T19:30:04.422Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28652026-08-05T19:30:04.653Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28662026-08-05T19:30:04.889Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28672026-08-05T19:30:05.055Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28682026-08-05T19:30:05.123Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28692026-08-05T19:30:05.282Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28702026-08-05T19:30:05.350Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28712026-08-05T19:30:05.419Z Checking colored v2.2.0
28722026-08-05T19:30:05.508Z Checking tinytemplate v1.2.1
28732026-08-05T19:30:05.661Z Checking oorandom v11.1.5
28742026-08-05T19:30:05.766Z Checking shell-words v1.1.1
28752026-08-05T19:30:05.815Z Checking anes v0.1.6
28762026-08-05T19:30:05.979Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28772026-08-05T19:30:06.032Z Checking criterion v0.7.0
28782026-08-05T19:30:06.323Z Checking pkcs8 v0.11.0
28792026-08-05T19:30:06.567Z Checking oxide-update-engine-display v0.1.2
28802026-08-05T19:30:06.911Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28812026-08-05T19:30:07.304Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28822026-08-05T19:30:07.775Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28832026-08-05T19:30:08.359Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28842026-08-05T19:30:09.187Z Checking tokio-test v0.4.5
28852026-08-05T19:30:09.435Z Checking ff v0.14.0
28862026-08-05T19:30:09.612Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28872026-08-05T19:30:09.843Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28882026-08-05T19:30:10.254Z Checking twox-hash v2.1.2
28892026-08-05T19:30:10.591Z Checking atty v0.2.14
28902026-08-05T19:30:10.725Z Checking constant_time_eq v0.4.2
28912026-08-05T19:30:10.780Z Checking arrayref v0.3.9
28922026-08-05T19:30:10.820Z Checking arrayvec v0.7.6
28932026-08-05T19:30:10.925Z Checking group v0.14.0
28942026-08-05T19:30:10.975Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28952026-08-05T19:30:11.038Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28962026-08-05T19:30:11.114Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
28972026-08-05T19:30:11.175Z Checking fatfs v0.3.6
28982026-08-05T19:30:11.656Z Checking signature v3.0.0
28992026-08-05T19:30:11.752Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29002026-08-05T19:30:11.844Z Compiling seq-macro v0.3.6
29012026-08-05T19:30:12.125Z Checking base16ct v1.0.0
29022026-08-05T19:30:12.290Z Checking sec1 v0.8.1
29032026-08-05T19:30:12.398Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29042026-08-05T19:30:12.532Z Checking hkdf v0.13.0
29052026-08-05T19:30:12.579Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29062026-08-05T19:30:12.702Z Checking concurrent-queue v2.5.0
29072026-08-05T19:30:12.758Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29082026-08-05T19:30:12.923Z Compiling petname v2.0.2
29092026-08-05T19:30:13.117Z Checking parking v2.2.1
29102026-08-05T19:30:13.275Z Checking event-listener v5.4.1
29112026-08-05T19:30:13.528Z Checking elliptic-curve v0.14.1
29122026-08-05T19:30:13.598Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
29132026-08-05T19:30:13.967Z Checking rtoolbox v0.0.3
29142026-08-05T19:30:14.136Z Checking rpassword v7.5.4
29152026-08-05T19:30:14.337Z Checking event-listener-strategy v0.5.4
29162026-08-05T19:30:14.414Z Compiling samael v0.0.19
29172026-08-05T19:30:14.505Z Checking wnaf v0.14.0
29182026-08-05T19:30:14.542Z Checking primefield v0.14.0
29192026-08-05T19:30:14.706Z Checking rfc6979 v0.6.0
29202026-08-05T19:30:14.783Z Checking tui-tree-widget v0.23.1
29212026-08-05T19:30:14.881Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
29222026-08-05T19:30:15.008Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
29232026-08-05T19:30:15.081Z Checking sapling-renderdag v0.1.0
29242026-08-05T19:30:15.359Z Compiling blake3 v1.8.5
29252026-08-05T19:30:15.757Z Checking sync-ptr v0.1.4
29262026-08-05T19:30:15.913Z Checking futures-timer v3.0.3
29272026-08-05T19:30:16.127Z Checking ecdsa v0.17.0
29282026-08-05T19:30:16.536Z Checking primeorder v0.14.0
29292026-08-05T19:30:16.573Z Checking async-lock v3.4.2
29302026-08-05T19:30:16.615Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
29312026-08-05T19:30:16.836Z Compiling curve25519-dalek v5.0.0
29322026-08-05T19:30:16.976Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29332026-08-05T19:30:17.014Z Checking async-object-pool v0.2.0
29342026-08-05T19:30:17.367Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
29352026-08-05T19:30:17.485Z Checking ssh-encoding v0.3.0
29362026-08-05T19:30:17.747Z Checking serde_regex v1.1.0
29372026-08-05T19:30:17.942Z Checking assert-json-diff v2.0.2
29382026-08-05T19:30:18.146Z Checking path-tree v0.8.3
29392026-08-05T19:30:18.370Z Checking keccak v0.2.0
29402026-08-05T19:30:18.410Z Checking stringmetrics v2.2.2
29412026-08-05T19:30:18.570Z Checking topological-sort v0.2.2
29422026-08-05T19:30:18.607Z Compiling strsim v0.10.0
29432026-08-05T19:30:18.743Z Checking omicron-zone-package v0.12.3
29442026-08-05T19:30:18.961Z Compiling darling_core v0.13.4
29452026-08-05T19:30:19.527Z Checking httpmock v0.8.3
29462026-08-05T19:30:19.653Z Checking ed25519 v3.0.0
29472026-08-05T19:30:19.921Z Checking crypto-primes v0.7.2
29482026-08-05T19:30:20.521Z Checking pkcs1 v0.8.0-rc.4
29492026-08-05T19:30:20.762Z Checking poly1305 v0.9.0
29502026-08-05T19:30:20.827Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29512026-08-05T19:30:20.906Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
29522026-08-05T19:30:21.067Z Checking blowfish v0.10.0
29532026-08-05T19:30:21.257Z Checking blake2 v0.11.0-rc.6
29542026-08-05T19:30:21.296Z Checking gimli v0.32.3
29552026-08-05T19:30:21.551Z Compiling target-lexicon v0.13.3
29562026-08-05T19:30:21.589Z Checking argon2 v0.6.0-rc.8
29572026-08-05T19:30:21.726Z Checking bcrypt-pbkdf v0.11.0
29582026-08-05T19:30:21.918Z Checking ssh-cipher v0.3.0
29592026-08-05T19:30:21.955Z Checking rsa v0.10.0-rc.18
29602026-08-05T19:30:22.142Z Compiling darling_macro v0.13.4
29612026-08-05T19:30:22.178Z Checking ed25519-dalek v3.0.0
29622026-08-05T19:30:22.439Z Checking sha3 v0.11.0
29632026-08-05T19:30:22.662Z Checking p521 v0.14.0
29642026-08-05T19:30:22.815Z Checking p256 v0.14.0
29652026-08-05T19:30:22.896Z Checking addr2line v0.25.1
29662026-08-05T19:30:23.198Z Checking p384 v0.14.0
29672026-08-05T19:30:23.598Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29682026-08-05T19:30:23.876Z Checking kem v0.3.0
29692026-08-05T19:30:24.032Z Checking module-lattice v0.2.3
29702026-08-05T19:30:24.293Z Checking hex-literal v0.4.1
29712026-08-05T19:30:24.385Z Compiling guppy-workspace-hack v0.1.0
29722026-08-05T19:30:24.423Z Checking sponge-cursor v0.1.0
29732026-08-05T19:30:24.587Z Checking rustc-demangle v0.1.27
29742026-08-05T19:30:24.677Z Checking sha3 v0.12.0
29752026-08-05T19:30:24.848Z Checking backtrace v0.3.76
29762026-08-05T19:30:24.914Z Checking ml-kem v0.3.2
29772026-08-05T19:30:25.173Z Compiling darling v0.13.4
29782026-08-05T19:30:25.298Z Checking russh-cryptovec v0.62.0
29792026-08-05T19:30:25.473Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29802026-08-05T19:30:25.511Z Checking internal-russh-num-bigint v0.5.0
29812026-08-05T19:30:25.665Z Checking ssh-key v0.7.0-rc.11
29822026-08-05T19:30:25.703Z Checking num-bigint v0.4.6
29832026-08-05T19:30:25.706Z Checking russh-util v0.52.0
29842026-08-05T19:30:25.902Z Checking generic-array v1.4.3
29852026-08-05T19:30:26.334Z Compiling enum_dispatch v0.3.13
29862026-08-05T19:30:26.551Z Compiling delegate v0.13.5
29872026-08-05T19:30:26.591Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29882026-08-05T19:30:26.666Z Compiling target-spec v3.5.7
29892026-08-05T19:30:26.982Z Checking hex-literal v1.1.0
29902026-08-05T19:30:27.049Z Checking md5 v0.8.0
29912026-08-05T19:30:27.131Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29922026-08-05T19:30:27.346Z Compiling git2 v0.20.4
29932026-08-05T19:30:27.451Z Checking cfg-expr v0.20.6
29942026-08-05T19:30:27.499Z Compiling serde_with_macros v1.5.2
29952026-08-05T19:30:27.544Z Checking russh v0.62.4
29962026-08-05T19:30:27.796Z Checking backtrace-ext v0.2.1
29972026-08-05T19:30:27.948Z Checking supports-color v2.1.0
29982026-08-05T19:30:27.990Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29992026-08-05T19:30:28.119Z Checking textwrap v0.15.2
30002026-08-05T19:30:28.369Z Checking supports-unicode v2.1.0
30012026-08-05T19:30:28.405Z Checking supports-hyperlinks v2.1.0
30022026-08-05T19:30:28.522Z Checking hashbrown v0.14.5
30032026-08-05T19:30:28.561Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30042026-08-05T19:30:28.782Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30052026-08-05T19:30:28.971Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
30062026-08-05T19:30:29.041Z Checking socket2 v0.5.10
30072026-08-05T19:30:29.145Z Checking terminal_size v0.1.17
30082026-08-05T19:30:29.204Z Compiling miette-derive v5.10.0
30092026-08-05T19:30:29.290Z Compiling fs-err v2.11.0
30102026-08-05T19:30:29.329Z Checking owo-colors v3.5.0
30112026-08-05T19:30:29.901Z Checking internet-checksum v0.2.1
30122026-08-05T19:30:30.135Z Checking chumsky v0.9.3
30132026-08-05T19:30:30.206Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
30142026-08-05T19:30:30.371Z Checking miette v5.10.0
30152026-08-05T19:30:30.637Z Compiling serde_with v1.14.0
30162026-08-05T19:30:30.703Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
30172026-08-05T19:30:31.131Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30182026-08-05T19:30:31.197Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
30192026-08-05T19:30:31.234Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
30202026-08-05T19:30:31.628Z Compiling polar-core v0.27.3
30212026-08-05T19:30:31.670Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
30222026-08-05T19:30:31.815Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
30232026-08-05T19:30:31.986Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
30242026-08-05T19:30:32.071Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
30252026-08-05T19:30:32.123Z Compiling knuffel-derive v3.2.0
30262026-08-05T19:30:32.234Z Checking httptest v0.16.4
30272026-08-05T19:30:32.288Z Checking pathdiff v0.2.3
30282026-08-05T19:30:32.431Z Checking nested v0.1.1
30292026-08-05T19:30:32.607Z Checking guppy v0.17.25
30302026-08-05T19:30:32.646Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
30312026-08-05T19:30:32.946Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
30322026-08-05T19:30:33.423Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
30332026-08-05T19:30:33.566Z Checking similar-asserts v1.7.0
30342026-08-05T19:30:33.642Z Checking knuffel v3.2.0
30352026-08-05T19:30:33.694Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
30362026-08-05T19:30:33.761Z Checking parse-size v1.1.0
30372026-08-05T19:30:33.923Z Compiling target-triple v1.0.0
30382026-08-05T19:30:34.072Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
30392026-08-05T19:30:34.298Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
30402026-08-05T19:30:34.301Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
30412026-08-05T19:30:34.375Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
30422026-08-05T19:30:34.605Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
30432026-08-05T19:30:34.924Z Checking hickory-client v0.25.2
30442026-08-05T19:30:35.237Z Compiling assert_cmd v2.1.2
30452026-08-05T19:30:35.275Z Checking escape8259 v0.5.3
30462026-08-05T19:30:35.447Z Checking libtest-mimic v0.8.1
30472026-08-05T19:30:35.858Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
30482026-08-05T19:30:36.005Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
30492026-08-05T19:30:36.123Z Checking blake2b_simd v1.0.4
30502026-08-05T19:30:36.545Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
30512026-08-05T19:30:36.607Z Checking oso v0.27.3
30522026-08-05T19:30:36.720Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
30532026-08-05T19:30:36.985Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30542026-08-05T19:30:37.169Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30552026-08-05T19:30:37.217Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
30562026-08-05T19:30:37.398Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
30572026-08-05T19:30:37.581Z Checking fancy-regex v0.14.0
30582026-08-05T19:30:37.616Z Checking serde_tokenstream v0.2.3
30592026-08-05T19:30:37.656Z Checking approx v0.5.1
30602026-08-05T19:30:37.851Z Compiling rstest_macros v0.25.0
30612026-08-05T19:30:37.889Z Checking uzers v0.12.2
30622026-08-05T19:30:37.892Z Compiling linkme-impl v0.3.35
30632026-08-05T19:30:37.972Z Checking constant_time_eq v0.3.1
30642026-08-05T19:30:38.110Z Checking termcolor v1.4.1
30652026-08-05T19:30:38.146Z Checking rust-argon2 v2.1.0
30662026-08-05T19:30:38.296Z Checking datatest-stable v0.3.3
30672026-08-05T19:30:38.369Z Checking trybuild v1.0.116
30682026-08-05T19:30:38.588Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
30692026-08-05T19:30:38.667Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30702026-08-05T19:30:38.932Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
30712026-08-05T19:30:38.991Z Checking support-bundle-viewer v0.1.2
30722026-08-05T19:30:39.029Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
30732026-08-05T19:30:39.259Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
30742026-08-05T19:30:39.298Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
30752026-08-05T19:30:39.490Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
30762026-08-05T19:30:39.532Z Checking drift v0.2.0
30772026-08-05T19:30:39.721Z Checking rand_distr v0.5.1
30782026-08-05T19:30:39.792Z Checking multimap v0.10.1
30792026-08-05T19:30:39.926Z Compiling linkme v0.3.35
30802026-08-05T19:30:39.998Z Compiling relative-path v1.9.3
30812026-08-05T19:30:40.175Z Checking dropshot-api-manager v0.7.2
30822026-08-05T19:30:41.367Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30832026-08-05T19:30:41.480Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
30842026-08-05T19:30:41.785Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
30852026-08-05T19:30:41.959Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
30862026-08-05T19:30:42.375Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
30872026-08-05T19:30:42.576Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30882026-08-05T19:30:42.617Z Checking scuffle v0.1.0
30892026-08-05T19:30:42.618Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
30902026-08-05T19:30:42.833Z Checking cargo_toml v0.21.0
30912026-08-05T19:30:43.141Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30922026-08-05T19:30:43.331Z Checking partial-io v0.5.4
30932026-08-05T19:30:43.334Z Checking termios v0.3.3
30942026-08-05T19:30:43.528Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
30952026-08-05T19:30:43.622Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
30962026-08-05T19:30:43.660Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30972026-08-05T19:30:43.954Z Checking rstest v0.25.0
30982026-08-05T19:30:45.461Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30992026-08-05T19:30:46.482Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
31002026-08-05T19:30:50.600Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31012026-08-05T19:30:51.064Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
31022026-08-05T19:30:52.493Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
31032026-08-05T19:30:56.032Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
31042026-08-05T19:30:58.467Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
31052026-08-05T19:30:59.523Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
31062026-08-05T19:31:04.176Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
31072026-08-05T19:31:07.837Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
31082026-08-05T19:31:08.778Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
31092026-08-05T19:31:13.111Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
31102026-08-05T19:31:14.074Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
31112026-08-05T19:31:16.749Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
31122026-08-05T19:31:21.288Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
31132026-08-05T19:31:25.539Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
31142026-08-05T19:31:46.199Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
31152026-08-05T19:32:40.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 11s
31162026-08-05T19:32:40.716Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
31172026-08-05T19:32:40.716Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
31182026-08-05T19:32:41.372Z
31192026-08-05T19:32:41.372Zreal 4:15.303680334
31202026-08-05T19:32:41.372Zuser 21:45.940797481
31212026-08-05T19:32:41.372Zsys 5:14.398136016
31222026-08-05T19:32:41.372Ztrap 0.530612394
31232026-08-05T19:32:41.372Ztflt 0.421796090
31242026-08-05T19:32:41.372Zdflt 0.481960823
31252026-08-05T19:32:41.372Zkflt 0.004096341
31262026-08-05T19:32:41.372Zlock 1:05:40.251550617
31272026-08-05T19:32:41.372Zslp 58:49.497097932
31282026-08-05T19:32:41.372Zlat 1:45.083396075
31292026-08-05T19:32:41.372Zstop 14:46.836250436
31302026-08-05T19:32:41.376Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
31312026-08-05T19:32:41.376Z+ ptime -m cargo doc --workspace --no-deps
31322026-08-05T19:32:42.217Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
31332026-08-05T19:32:42.217Z |
31342026-08-05T19:32:42.217Z = 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)`
31352026-08-05T19:32:42.217Z = 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>
31362026-08-05T19:32:43.264Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
31372026-08-05T19:32:43.507Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31382026-08-05T19:32:43.554Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31392026-08-05T19:32:43.616Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31402026-08-05T19:32:43.678Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
31412026-08-05T19:32:43.782Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31422026-08-05T19:32:43.813Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31432026-08-05T19:32:43.816Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31442026-08-05T19:32:43.864Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31452026-08-05T19:32:43.890Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31462026-08-05T19:32:44.037Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31472026-08-05T19:32:44.083Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31482026-08-05T19:32:44.109Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31492026-08-05T19:32:44.193Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31502026-08-05T19:32:44.217Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31512026-08-05T19:32:44.220Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31522026-08-05T19:32:44.262Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31532026-08-05T19:32:44.265Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31542026-08-05T19:32:44.310Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31552026-08-05T19:32:44.405Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31562026-08-05T19:32:44.433Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31572026-08-05T19:32:44.698Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31582026-08-05T19:32:44.843Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31592026-08-05T19:32:44.869Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31602026-08-05T19:32:44.904Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31612026-08-05T19:32:44.949Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
31622026-08-05T19:32:45.083Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31632026-08-05T19:32:45.108Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31642026-08-05T19:32:45.250Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31652026-08-05T19:32:45.339Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31662026-08-05T19:32:45.454Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
31672026-08-05T19:32:45.499Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
31682026-08-05T19:32:45.570Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31692026-08-05T19:32:45.644Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31702026-08-05T19:32:45.818Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31712026-08-05T19:32:45.875Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31722026-08-05T19:32:45.939Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
31732026-08-05T19:32:46.041Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31742026-08-05T19:32:46.066Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31752026-08-05T19:32:46.169Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31762026-08-05T19:32:46.339Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31772026-08-05T19:32:46.503Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31782026-08-05T19:32:46.527Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31792026-08-05T19:32:46.552Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
31802026-08-05T19:32:46.617Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31812026-08-05T19:32:46.757Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31822026-08-05T19:32:46.784Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
31832026-08-05T19:32:46.850Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31842026-08-05T19:32:46.885Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31852026-08-05T19:32:47.004Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
31862026-08-05T19:32:47.036Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
31872026-08-05T19:32:47.113Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
31882026-08-05T19:32:47.136Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
31892026-08-05T19:32:47.227Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
31902026-08-05T19:32:47.252Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
31912026-08-05T19:32:47.313Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31922026-08-05T19:32:47.338Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
31932026-08-05T19:32:47.394Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31942026-08-05T19:32:47.421Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31952026-08-05T19:32:47.444Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31962026-08-05T19:32:47.509Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31972026-08-05T19:32:47.532Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31982026-08-05T19:32:47.937Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31992026-08-05T19:32:48.166Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32002026-08-05T19:32:48.300Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
32012026-08-05T19:32:48.621Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32022026-08-05T19:32:48.647Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32032026-08-05T19:32:49.022Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32042026-08-05T19:32:49.047Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32052026-08-05T19:32:49.143Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32062026-08-05T19:32:49.146Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32072026-08-05T19:32:49.278Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32082026-08-05T19:32:49.357Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32092026-08-05T19:32:49.435Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32102026-08-05T19:32:49.495Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
32112026-08-05T19:32:49.540Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32122026-08-05T19:32:49.983Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
32132026-08-05T19:32:50.446Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32142026-08-05T19:32:50.687Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32152026-08-05T19:32:50.713Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
32162026-08-05T19:32:50.739Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32172026-08-05T19:32:50.824Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32182026-08-05T19:32:50.974Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32192026-08-05T19:32:51.046Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32202026-08-05T19:32:51.268Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32212026-08-05T19:32:51.294Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32222026-08-05T19:32:51.318Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32232026-08-05T19:32:51.420Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
32242026-08-05T19:32:51.444Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
32252026-08-05T19:32:51.541Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
32262026-08-05T19:32:51.565Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32272026-08-05T19:32:51.589Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32282026-08-05T19:32:51.613Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
32292026-08-05T19:32:51.767Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
32302026-08-05T19:32:51.816Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
32312026-08-05T19:32:51.860Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
32322026-08-05T19:32:51.884Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
32332026-08-05T19:32:51.907Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32342026-08-05T19:32:52.014Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32352026-08-05T19:32:52.037Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32362026-08-05T19:32:52.060Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32372026-08-05T19:32:52.102Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32382026-08-05T19:32:52.207Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32392026-08-05T19:32:52.233Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32402026-08-05T19:32:52.446Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32412026-08-05T19:32:52.470Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32422026-08-05T19:32:52.557Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32432026-08-05T19:32:53.003Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
32442026-08-05T19:32:53.181Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32452026-08-05T19:32:53.804Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32462026-08-05T19:32:54.098Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32472026-08-05T19:32:54.472Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
32482026-08-05T19:32:54.697Z Checking scuffle v0.1.0
32492026-08-05T19:32:54.911Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32502026-08-05T19:32:54.950Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
32512026-08-05T19:32:55.322Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32522026-08-05T19:32:55.414Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32532026-08-05T19:32:55.537Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32542026-08-05T19:32:56.038Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32552026-08-05T19:32:56.898Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32562026-08-05T19:32:57.021Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
32572026-08-05T19:32:57.302Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32582026-08-05T19:32:57.618Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32592026-08-05T19:32:57.996Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32602026-08-05T19:32:58.130Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32612026-08-05T19:32:58.620Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32622026-08-05T19:32:58.733Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32632026-08-05T19:32:59.077Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32642026-08-05T19:32:59.133Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32652026-08-05T19:32:59.189Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
32662026-08-05T19:32:59.394Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32672026-08-05T19:32:59.836Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32682026-08-05T19:32:59.949Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32692026-08-05T19:33:00.282Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32702026-08-05T19:33:00.384Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32712026-08-05T19:33:00.753Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32722026-08-05T19:33:00.940Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32732026-08-05T19:33:01.618Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32742026-08-05T19:33:01.995Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32752026-08-05T19:33:02.454Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32762026-08-05T19:33:02.758Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
32772026-08-05T19:33:03.169Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32782026-08-05T19:33:03.205Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32792026-08-05T19:33:03.863Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32802026-08-05T19:33:04.053Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32812026-08-05T19:33:04.244Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32822026-08-05T19:33:04.337Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32832026-08-05T19:33:04.474Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32842026-08-05T19:33:05.008Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32852026-08-05T19:33:05.298Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32862026-08-05T19:33:06.268Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32872026-08-05T19:33:06.444Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32882026-08-05T19:33:06.884Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32892026-08-05T19:33:08.568Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32902026-08-05T19:33:10.268Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32912026-08-05T19:33:11.091Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32922026-08-05T19:33:11.966Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32932026-08-05T19:33:12.474Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32942026-08-05T19:33:12.965Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32952026-08-05T19:33:13.567Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32962026-08-05T19:33:13.705Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32972026-08-05T19:33:13.771Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32982026-08-05T19:33:15.431Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32992026-08-05T19:33:15.549Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33002026-08-05T19:33:16.179Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33012026-08-05T19:33:16.343Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33022026-08-05T19:33:16.771Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33032026-08-05T19:33:16.848Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33042026-08-05T19:33:16.978Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
33052026-08-05T19:33:17.043Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33062026-08-05T19:33:17.358Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33072026-08-05T19:33:17.501Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33082026-08-05T19:33:17.529Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33092026-08-05T19:33:17.965Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33102026-08-05T19:33:18.264Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33112026-08-05T19:33:18.290Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33122026-08-05T19:33:18.665Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
33132026-08-05T19:33:19.003Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33142026-08-05T19:33:19.030Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33152026-08-05T19:33:19.055Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
33162026-08-05T19:33:19.744Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
33172026-08-05T19:33:21.270Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
33182026-08-05T19:33:21.630Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
33192026-08-05T19:33:22.158Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33202026-08-05T19:33:23.797Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33212026-08-05T19:33:25.254Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33222026-08-05T19:33:26.101Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
33232026-08-05T19:33:26.758Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33242026-08-05T19:33:28.553Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33252026-08-05T19:33:29.674Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33262026-08-05T19:33:30.692Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33272026-08-05T19:33:31.116Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
33282026-08-05T19:33:32.440Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
33292026-08-05T19:33:34.147Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
33302026-08-05T19:33:34.935Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33312026-08-05T19:33:36.104Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
33322026-08-05T19:33:36.879Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
33332026-08-05T19:33:36.918Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33342026-08-05T19:33:37.497Z Documenting oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
33352026-08-05T19:33:40.609Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33362026-08-05T19:33:43.430Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
33372026-08-05T19:33:44.455Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33382026-08-05T19:33:44.996Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
33392026-08-05T19:33:45.865Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33402026-08-05T19:33:46.978Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33412026-08-05T19:33:47.746Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33422026-08-05T19:33:48.432Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33432026-08-05T19:33:50.680Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
33442026-08-05T19:33:50.896Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
33452026-08-05T19:33:51.566Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33462026-08-05T19:33:51.682Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33472026-08-05T19:33:52.412Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
33482026-08-05T19:33:53.550Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
33492026-08-05T19:33:55.362Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
33502026-08-05T19:33:58.052Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33512026-08-05T19:33:59.567Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33522026-08-05T19:34:00.102Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33532026-08-05T19:34:01.109Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33542026-08-05T19:34:01.880Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33552026-08-05T19:34:03.273Z Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
33562026-08-05T19:34:05.507Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33572026-08-05T19:34:06.544Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33582026-08-05T19:34:07.475Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
33592026-08-05T19:34:08.492Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33602026-08-05T19:34:09.485Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33612026-08-05T19:34:13.018Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33622026-08-05T19:34:13.473Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
33632026-08-05T19:34:13.895Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33642026-08-05T19:34:15.720Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
33652026-08-05T19:34:17.118Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33662026-08-05T19:34:18.854Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
33672026-08-05T19:34:20.314Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
33682026-08-05T19:34:21.926Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33692026-08-05T19:34:23.490Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33702026-08-05T19:34:24.947Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
33712026-08-05T19:34:26.859Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33722026-08-05T19:34:31.246Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
33732026-08-05T19:34:31.569Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33742026-08-05T19:34:33.069Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33752026-08-05T19:34:33.361Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
33762026-08-05T19:34:35.122Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33772026-08-05T19:34:36.765Z Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
33782026-08-05T19:34:38.597Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33792026-08-05T19:34:40.562Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33802026-08-05T19:34:42.293Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33812026-08-05T19:34:44.202Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33822026-08-05T19:34:45.700Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
33832026-08-05T19:34:47.342Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33842026-08-05T19:34:49.097Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33852026-08-05T19:34:50.772Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33862026-08-05T19:34:52.499Z Documenting wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
33872026-08-05T19:34:54.201Z Documenting wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
33882026-08-05T19:34:55.866Z Documenting wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
33892026-08-05T19:34:57.326Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
33902026-08-05T19:35:00.898Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33912026-08-05T19:35:02.581Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33922026-08-05T19:35:04.487Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
33932026-08-05T19:35:06.219Z Documenting sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
33942026-08-05T19:35:07.852Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33952026-08-05T19:35:09.576Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33962026-08-05T19:35:12.063Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33972026-08-05T19:35:14.035Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
33982026-08-05T19:35:17.776Z Documenting wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
33992026-08-05T19:35:20.966Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34002026-08-05T19:35:21.719Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34012026-08-05T19:35:23.701Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
34022026-08-05T19:35:26.306Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
34032026-08-05T19:35:33.237Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
34042026-08-05T19:35:33.270Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
34052026-08-05T19:35:35.170Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
34062026-08-05T19:35:38.172Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34072026-08-05T19:35:39.957Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
34082026-08-05T19:35:42.236Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
34092026-08-05T19:35:45.066Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
34102026-08-05T19:35:47.486Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
34112026-08-05T19:35:49.283Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
34122026-08-05T19:35:51.743Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34132026-08-05T19:35:54.477Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
34142026-08-05T19:35:56.891Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
34152026-08-05T19:35:59.328Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
34162026-08-05T19:36:01.729Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
34172026-08-05T19:36:04.232Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
34182026-08-05T19:36:06.714Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34192026-08-05T19:36:09.123Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
34202026-08-05T19:36:11.668Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
34212026-08-05T19:36:14.172Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
34222026-08-05T19:36:16.467Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34232026-08-05T19:36:19.109Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34242026-08-05T19:36:21.582Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34252026-08-05T19:36:24.023Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34262026-08-05T19:36:26.476Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34272026-08-05T19:36:29.073Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
34282026-08-05T19:36:31.501Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
34292026-08-05T19:36:34.034Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
34302026-08-05T19:36:36.563Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
34312026-08-05T19:36:39.042Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34322026-08-05T19:36:41.579Z Documenting corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
34332026-08-05T19:36:44.131Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
34342026-08-05T19:36:46.662Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
34352026-08-05T19:36:49.182Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
34362026-08-05T19:36:51.542Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34372026-08-05T19:36:54.284Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
34382026-08-05T19:36:56.647Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
34392026-08-05T19:36:59.353Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
34402026-08-05T19:37:01.882Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
34412026-08-05T19:37:04.279Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
34422026-08-05T19:37:06.924Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
34432026-08-05T19:37:09.528Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
34442026-08-05T19:37:12.639Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
34452026-08-05T19:37:14.677Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34462026-08-05T19:37:17.515Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34472026-08-05T19:37:20.187Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34482026-08-05T19:37:22.815Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
34492026-08-05T19:37:25.448Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
34502026-08-05T19:37:28.107Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
34512026-08-05T19:37:30.586Z Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
34522026-08-05T19:37:33.320Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34532026-08-05T19:37:36.065Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
34542026-08-05T19:37:38.637Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
34552026-08-05T19:37:41.702Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
34562026-08-05T19:37:44.394Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
34572026-08-05T19:37:47.008Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
34582026-08-05T19:37:49.566Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
34592026-08-05T19:37:52.327Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34602026-08-05T19:37:55.064Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
34612026-08-05T19:37:58.286Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34622026-08-05T19:38:00.775Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
34632026-08-05T19:38:03.593Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
34642026-08-05T19:38:11.443Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
34652026-08-05T19:38:11.568Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
34662026-08-05T19:38:15.397Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
34672026-08-05T19:38:18.651Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
34682026-08-05T19:38:22.217Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
34692026-08-05T19:38:27.026Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
34702026-08-05T19:38:30.158Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
34712026-08-05T19:38:33.846Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
34722026-08-05T19:38:37.667Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34732026-08-05T19:38:41.523Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34742026-08-05T19:38:45.375Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
34752026-08-05T19:38:49.160Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
34762026-08-05T19:38:53.018Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34772026-08-05T19:38:56.869Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
34782026-08-05T19:39:00.632Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
34792026-08-05T19:39:04.485Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
34802026-08-05T19:39:08.366Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34812026-08-05T19:39:12.226Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
34822026-08-05T19:39:15.929Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
34832026-08-05T19:39:19.817Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
34842026-08-05T19:39:23.577Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
34852026-08-05T19:39:27.489Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
34862026-08-05T19:39:31.289Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
34872026-08-05T19:39:35.189Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
34882026-08-05T19:40:05.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 24s
34892026-08-05T19:40:05.860Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
34902026-08-05T19:40:05.860Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
34912026-08-05T19:40:06.029Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 203 other files
34922026-08-05T19:40:06.137Z
34932026-08-05T19:40:06.137Zreal 7:24.674192038
34942026-08-05T19:40:06.137Zuser 20:05.785676227
34952026-08-05T19:40:06.137Zsys 4:19.998755273
34962026-08-05T19:40:06.137Ztrap 0.301701381
34972026-08-05T19:40:06.137Ztflt 0.026922184
34982026-08-05T19:40:06.137Zdflt 0.040010425
34992026-08-05T19:40:06.137Zkflt 0.000062760
35002026-08-05T19:40:06.137Zlock 7:04:23.775916316
35012026-08-05T19:40:06.140Zslp 2:29:21.081129028
35022026-08-05T19:40:06.140Zlat 34.369021758
35032026-08-05T19:40:06.140Zstop 2:09.094315155
35042026-08-05T19:40:06.141Zprocess exited: duration 834037 ms, exit code 0
 
35052026-08-05T19:40:06.147Zfound 0 output files