01KWPXA5P793KGBH9HAXV28TFG: clippy (helios)

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

Buildomat Job: 01KWPXAHF420F0W3F9DR3K7KCK

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-04T15:53:54.500Zjob assigned to worker 01KWPXANGEC3QYC327P1XMHVH4 [factory aws, i-0f82cf34ca0373590] (queued for 54 s)
 
22026-07-04T15:54:01.390Zstarting task 0: "setup"
32026-07-04T15:54:01.394Z++ uname -s
42026-07-04T15:54:01.397Z+ kern=SunOS
52026-07-04T15:54:01.397Z+ build_user=build
62026-07-04T15:54:01.397Z+ build_uid=12345
72026-07-04T15:54:01.397Z+ work_dir=/work
82026-07-04T15:54:01.397Z+ input_dir=/input
92026-07-04T15:54:01.397Z+ [[ 0 == 12345 ]]
102026-07-04T15:54:01.397Z+ case "$kern" in
112026-07-04T15:54:01.397Z+ groupadd -g 12345 build
122026-07-04T15:54:01.400Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-04T15:54:03.407Z+ zfs create -o mountpoint=/work rpool/work
142026-07-04T15:54:03.511Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-04T15:54:03.523Z+ home_fs=zfs
162026-07-04T15:54:03.523Z+ [[ zfs == autofs ]]
172026-07-04T15:54:03.523Z+ mkdir -p /home/build
182026-07-04T15:54:03.523Z+ chown build:build /home/build /work
192026-07-04T15:54:05.508Z+ chmod 0700 /home/build /work
202026-07-04T15:54:05.510Zprocess exited: duration 4120 ms, exit code 0
 
212026-07-04T15:54:05.518Zstarting task 1: "rust-toolchain"
222026-07-04T15:54:05.525Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-04T15:54:05.525Z * rust toolchain channel = "1.96.1"
242026-07-04T15:54:05.525Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-07-04T15:54:05.525Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-07-04T15:54:05.525Z * rust toolchain profile = "default"
272026-07-04T15:54:05.525Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-04T15:54:05.526Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-04T15:54:05.526Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-04T15:54:05.605Zinfo: downloading installer
312026-07-04T15:54:07.529Zwarn: It looks like you have an existing rustup settings file at:
322026-07-04T15:54:07.529Zwarn: /home/build/.rustup/settings.toml
332026-07-04T15:54:07.529Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-04T15:54:07.529Zwarn: instead of the one inferred from the default host triple.
352026-07-04T15:54:07.541Zinfo: profile set to default
362026-07-04T15:54:07.541Zinfo: default host triple is x86_64-unknown-illumos
372026-07-04T15:54:07.544Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-04T15:54:07.686Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-04T15:54:07.689Zinfo: downloading 6 components
402026-07-04T15:54:22.376Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-04T15:54:22.377Z
422026-07-04T15:54:22.404Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-04T15:54:22.404Z
442026-07-04T15:54:22.404Z
452026-07-04T15:54:22.404ZRust is installed now. Great!
462026-07-04T15:54:22.404Z
472026-07-04T15:54:22.404ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-04T15:54:22.404Zenvironment variable. This has not been done automatically.
492026-07-04T15:54:22.404Z
502026-07-04T15:54:22.404ZTo configure your current shell, you need to source
512026-07-04T15:54:22.404Zthe corresponding env file under $HOME/.cargo.
522026-07-04T15:54:22.404Z
532026-07-04T15:54:22.404ZThis is usually done by running one of the following (note the leading DOT):
542026-07-04T15:54:22.404Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-04T15:54:22.404Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-04T15:54:22.404Zsource "~/.cargo/env.nu" # For nushell
572026-07-04T15:54:22.404Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-04T15:54:22.404Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-04T15:54:22.404Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-04T15:54:22.407Zwarn: no default linker (`cc`) was found in your PATH
612026-07-04T15:54:22.407Zwarn: many Rust crates require a system C toolchain to build
622026-07-04T15:54:22.509Z+ rustup --version
632026-07-04T15:54:22.517Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-04T15:54:22.520Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-04T15:54:22.538Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-04T15:54:22.541Z+ cargo --version
672026-07-04T15:54:22.555Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-04T15:54:22.558Z+ rustc --version
692026-07-04T15:54:22.576Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-04T15:54:22.579Zprocess exited: duration 17061 ms, exit code 0
 
712026-07-04T15:54:22.584Zstarting task 2: "authentication"
722026-07-04T15:54:22.600Zprocess exited: duration 15 ms, exit code 0
 
732026-07-04T15:54:22.606Zstarting task 3: "clone repository"
742026-07-04T15:54:22.609Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-04T15:54:22.612Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-04T15:54:22.641ZCloning into '/work/oxidecomputer/omicron'...
772026-07-04T15:54:32.919Z+ cd /work/oxidecomputer/omicron
782026-07-04T15:54:32.919Z+ git fetch origin 49c15443180d367ab2bf40f47974642cbf8f6839
792026-07-04T15:54:33.198ZFrom https://github.com/oxidecomputer/omicron
802026-07-04T15:54:33.198Z * branch 49c15443180d367ab2bf40f47974642cbf8f6839 -> FETCH_HEAD
812026-07-04T15:54:33.208Z+ [[ -n check-console-api ]]
822026-07-04T15:54:33.210Z++ git branch --show-current
832026-07-04T15:54:33.210Z+ current=main
842026-07-04T15:54:33.210Z+ [[ main != check-console-api ]]
852026-07-04T15:54:33.211Z+ git branch -f check-console-api 49c15443180d367ab2bf40f47974642cbf8f6839
862026-07-04T15:54:33.214Z+ git checkout -f check-console-api
872026-07-04T15:54:33.456ZSwitched to branch 'check-console-api'
882026-07-04T15:54:33.459Z+ git reset --hard 49c15443180d367ab2bf40f47974642cbf8f6839
892026-07-04T15:54:33.473ZHEAD is now at 49c154431 don't need error context, fs_err handles that
902026-07-04T15:54:33.475Zprocess exited: duration 10868 ms, exit code 0
 
912026-07-04T15:54:33.481Zstarting task 4: "build"
922026-07-04T15:54:33.485Z+ source ./env.sh
932026-07-04T15:54:33.487Z++ OLD_SHELL_OPTS=ehxB
942026-07-04T15:54:33.488Z++ set -o xtrace
952026-07-04T15:54:33.488Z++++ dirname ./env.sh
962026-07-04T15:54:33.490Z+++ readlink -f .
972026-07-04T15:54:33.493Z++ OMICRON_WS=/work/oxidecomputer/omicron
982026-07-04T15:54:33.493Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992026-07-04T15:54:33.493Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002026-07-04T15:54:33.493Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1012026-07-04T15:54:33.493Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1022026-07-04T15:54:33.493Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1032026-07-04T15:54:33.493Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1042026-07-04T15:54:33.493Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1052026-07-04T15:54:33.493Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062026-07-04T15:54:33.493Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-07-04T15:54:33.493Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-07-04T15:54:33.493Z++ case $OLD_SHELL_OPTS in
1092026-07-04T15:54:33.493Z++ unset OLD_SHELL_OPTS OMICRON_WS
1102026-07-04T15:54:33.494Z+ source .github/buildomat/ci-env.sh
1112026-07-04T15:54:33.494Z++ export CARGO_TERM_COLOR=always
1122026-07-04T15:54:33.494Z++ CARGO_TERM_COLOR=always
1132026-07-04T15:54:33.494Z+++ uname -s
1142026-07-04T15:54:33.494Z++ [[ SunOS == \S\u\n\O\S ]]
1152026-07-04T15:54:33.494Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
1162026-07-04T15:54:33.496Z+ cargo --version
1172026-07-04T15:54:33.503Zcargo 1.96.1 (356927216 2026-06-26)
1182026-07-04T15:54:33.506Z+ rustc --version
1192026-07-04T15:54:33.526Zrustc 1.96.1 (31fca3adb 2026-06-26)
1202026-07-04T15:54:33.528Z+ banner prerequisites
1212026-07-04T15:54:33.531Z
1222026-07-04T15:54:33.531Z ##### ##### ###### ##### ###### #### # # # #### #
1232026-07-04T15:54:33.531Z # # # # # # # # # # # # # # #
1242026-07-04T15:54:33.531Z # # # # ##### # # ##### # # # # # #### #
1252026-07-04T15:54:33.531Z ##### ##### # ##### # # # # # # # # #
1262026-07-04T15:54:33.531Z # # # # # # # # # # # # # # #
1272026-07-04T15:54:33.531Z # # # ###### # # ###### ### # #### # #### #
1282026-07-04T15:54:33.531Z
1292026-07-04T15:54:33.531Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1302026-07-04T15:54:35.006Z Startup: Refreshing catalog 'helios' ... Done
1312026-07-04T15:54:35.117Z Startup: Caching catalogs ... Done
1322026-07-04T15:54:35.622ZPlanning: Solver setup ... Done (0.460s)
1332026-07-04T15:54:35.650ZPlanning: Running solver ... Done (0.027s)
1342026-07-04T15:54:35.662ZPlanning: Finding local manifests ... Done (0.003s)
1352026-07-04T15:54:35.673ZPlanning: Fetching manifests: 0/2 0% complete
1362026-07-04T15:54:35.688ZPlanning: Fetching manifests: 2/2 100% complete
1372026-07-04T15:54:35.700ZPlanning: Package planning ... Done (0.013s)
1382026-07-04T15:54:35.703ZPlanning: Merging actions ... Done (0.002s)
1392026-07-04T15:54:35.866ZPlanning: Checking for conflicting actions ... Done (0.164s)
1402026-07-04T15:54:35.870ZPlanning: Consolidating action changes ... Done (0.001s)
1412026-07-04T15:54:36.669ZPlanning: Evaluating mediators ... Done (0.801s)
1422026-07-04T15:54:36.672ZPlanning: Planning completed in 1.53 seconds
1432026-07-04T15:54:36.677Z Packages to install: 2
1442026-07-04T15:54:36.677Z Estimated space available: 156.06 GB
1452026-07-04T15:54:36.680ZEstimated space to be consumed: 30.98 MB
1462026-07-04T15:54:36.680Z Create boot environment: No
1472026-07-04T15:54:36.680ZCreate backup boot environment: No
1482026-07-04T15:54:36.680Z Rebuild boot archive: No
1492026-07-04T15:54:36.681Z
1502026-07-04T15:54:36.681ZChanged packages:
1512026-07-04T15:54:36.681Zhelios
1522026-07-04T15:54:36.681Z developer/build-essential
1532026-07-04T15:54:36.681Z None -> 11-3.0
1542026-07-04T15:54:36.681Z library/libxmlsec1
1552026-07-04T15:54:36.681Z None -> 1.2.35-3.0
1562026-07-04T15:54:36.702Z
1572026-07-04T15:54:36.702ZDownload: 0/214 items 0.0/1.3MB 0% complete
1582026-07-04T15:54:37.238ZDownload: Completed 1.28 MB in 0.54 seconds (2.4M/s)
1592026-07-04T15:54:37.291Z Actions: 1/268 actions (Installing new actions)
1602026-07-04T15:54:37.329Z Actions: Completed 268 actions in 0.04 seconds.
1612026-07-04T15:54:37.339ZFinalize: Updating package state database ... Done (0.010s)
1622026-07-04T15:54:37.339ZFinalize: Updating package cache ... Done (0.000s)
1632026-07-04T15:54:37.371ZFinalize: Updating image state ... Done (0.031s)
1642026-07-04T15:54:39.763ZFinalize: Creating fast lookup database ... Done (2.368s)
1652026-07-04T15:54:39.833ZFinalize: Reading search index ... Done (0.012s)
1662026-07-04T15:54:39.836ZFinalize: Updating search index ... Done (0.000s)
1672026-07-04T15:54:39.903ZFinalize: Updating package cache ... Done (0.000s)
1682026-07-04T15:54:40.217ZPlanning: Evaluating mediator changes ... Done
1692026-07-04T15:54:40.322ZPlanning: Checking for conflicting actions ... Done
1702026-07-04T15:54:40.326ZPlanning: Consolidating action changes ... Done
1712026-07-04T15:54:40.483ZPlanning: Evaluating mediators ... Done
1722026-07-04T15:54:40.487ZPlanning: Planning completed in 0.26 seconds
1732026-07-04T15:54:40.504Z Mediators to change: 2
1742026-07-04T15:54:40.504Z Create boot environment: No
1752026-07-04T15:54:40.504ZCreate backup boot environment: No
1762026-07-04T15:54:40.566ZFinalize: Updating package state database ... Done
1772026-07-04T15:54:40.566ZFinalize: Updating package cache ... Done
1782026-07-04T15:54:40.582ZFinalize: Updating image state ... Done
1792026-07-04T15:54:42.522ZFinalize: Creating fast lookup database ... Done
1802026-07-04T15:54:42.585ZFinalize: Reading search index ... Done
1812026-07-04T15:54:42.587ZFinalize: Updating search index ... Done
1822026-07-04T15:54:42.672ZFinalize: Updating package cache ... Done
1832026-07-04T15:54:42.954ZPlanning: Evaluating mediator changes ... Done
1842026-07-04T15:54:43.059ZPlanning: Checking for conflicting actions ... Done
1852026-07-04T15:54:43.062ZPlanning: Consolidating action changes ... Done
1862026-07-04T15:54:43.216ZPlanning: Evaluating mediators ... Done
1872026-07-04T15:54:43.219ZPlanning: Planning completed in 0.26 seconds
1882026-07-04T15:54:43.238Z Mediators to change: 1
1892026-07-04T15:54:43.238Z Create boot environment: No
1902026-07-04T15:54:43.238ZCreate backup boot environment: No
1912026-07-04T15:54:43.291ZFinalize: Updating package state database ... Done
1922026-07-04T15:54:43.291ZFinalize: Updating package cache ... Done
1932026-07-04T15:54:43.307ZFinalize: Updating image state ... Done
1942026-07-04T15:54:45.260ZFinalize: Creating fast lookup database ... Done
1952026-07-04T15:54:45.322ZFinalize: Reading search index ... Done
1962026-07-04T15:54:45.326ZFinalize: Updating search index ... Done
1972026-07-04T15:54:45.402ZFinalize: Updating package cache ... Done
1982026-07-04T15:54:45.711ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1992026-07-04T15:54:45.711Zapache system 2.4 system
2002026-07-04T15:54:45.711Zclang system 15 system
2012026-07-04T15:54:45.711Zcsh system system illumos
2022026-07-04T15:54:45.712Zctags system system illumos
2032026-07-04T15:54:45.712Zfile vendor vendor darwinsys
2042026-07-04T15:54:45.712Zfile system system illumos
2052026-07-04T15:54:45.712Zgcc vendor 14 vendor
2062026-07-04T15:54:45.712Zgcc system 13 system
2072026-07-04T15:54:45.712Zgcc system 10 system
2082026-07-04T15:54:45.712Zgo system 1.25 system
2092026-07-04T15:54:45.712Zllvm system 15 system
2102026-07-04T15:54:45.712Zmariadb system 11.4 system
2112026-07-04T15:54:45.712Zmta vendor vendor dma
2122026-07-04T15:54:45.712Zopenjdk system 17 system
2132026-07-04T15:54:45.712Zopenjdk system 11 system
2142026-07-04T15:54:45.712Zopenssl vendor 3 vendor
2152026-07-04T15:54:45.712Zperl system 5.40 system
2162026-07-04T15:54:45.712Zpostgresql system 18 system
2172026-07-04T15:54:45.712Zpostgresql system 17 system
2182026-07-04T15:54:45.712Zpython vendor 3 vendor
2192026-07-04T15:54:45.712Zpython system 2 system
2202026-07-04T15:54:45.712Zpython3 vendor 3.13 vendor
2212026-07-04T15:54:45.712Zruby system 3.4 system
2222026-07-04T15:54:45.712Zruby system 3.0 system
2232026-07-04T15:54:45.712Zwords vendor vendor american-english
2242026-07-04T15:54:45.712Zwords system system australian-english
2252026-07-04T15:54:45.712Zwords system system british-english
2262026-07-04T15:54:45.712Zwords system system canadian-english
2272026-07-04T15:54:45.713Zwords system system french
2282026-07-04T15:54:45.713Zwords system system italian
2292026-07-04T15:54:45.713Zwords system system ngerman
2302026-07-04T15:54:45.713Zwords system system ogerman
2312026-07-04T15:54:45.713Zwords system system spanish
2322026-07-04T15:54:45.963ZPUBLISHER TYPE STATUS P LOCATION
2332026-07-04T15:54:45.963Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2342026-07-04T15:54:46.270ZFMRI IFO
2352026-07-04T15:54:46.270Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2362026-07-04T15:54:46.270Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2372026-07-04T15:54:46.270Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2382026-07-04T15:54:46.270Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2392026-07-04T15:54:46.270Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2402026-07-04T15:54:46.270Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2412026-07-04T15:54:46.270Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2422026-07-04T15:54:46.270Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2432026-07-04T15:54:46.270Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2442026-07-04T15:54:46.534Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2452026-07-04T15:54:46.820Z Updating crates.io index
2462026-07-04T15:54:46.824Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2472026-07-04T15:54:47.028Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2482026-07-04T15:54:47.273Z Updating git repository `https://github.com/oxidecomputer/propolis`
2492026-07-04T15:54:48.236Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2502026-07-04T15:54:48.715Z Updating git repository `https://github.com/oxidecomputer/crucible`
2512026-07-04T15:54:50.520Z Updating git repository `https://github.com/oxidecomputer/opte`
2522026-07-04T15:54:51.328Z Updating git repository `https://github.com/oxidecomputer/tofino`
2532026-07-04T15:54:51.554Z Updating git repository `https://github.com/oxidecomputer/lldp`
2542026-07-04T15:54:51.857Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2552026-07-04T15:54:52.847Z Updating git repository `https://github.com/oxidecomputer/clickward`
2562026-07-04T15:54:53.115Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2572026-07-04T15:54:53.401Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2582026-07-04T15:54:53.661Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2592026-07-04T15:54:54.092Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2602026-07-04T15:54:54.581Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2612026-07-04T15:54:54.789Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2622026-07-04T15:54:55.005Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2632026-07-04T15:54:55.258Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2642026-07-04T15:54:55.570Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2652026-07-04T15:54:55.785Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2662026-07-04T15:54:55.990Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2672026-07-04T15:54:56.213Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2682026-07-04T15:54:56.529Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2692026-07-04T15:54:56.821Z Updating git repository `https://github.com/oxidecomputer/erebor`
2702026-07-04T15:54:57.057Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2712026-07-04T15:54:57.462Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2722026-07-04T15:54:57.690Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2732026-07-04T15:54:57.965Z Updating git repository `https://github.com/oxidecomputer/ispf`
2742026-07-04T15:54:58.197Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2752026-07-04T15:54:58.424Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2762026-07-04T15:54:58.737Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2772026-07-04T15:54:59.091Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2782026-07-04T15:54:59.318Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2792026-07-04T15:54:59.555Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2802026-07-04T15:54:59.780Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2812026-07-04T15:55:00.044Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2822026-07-04T15:55:00.369Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2832026-07-04T15:55:00.598Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2842026-07-04T15:55:00.850Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2852026-07-04T15:55:01.090Z Updating git repository `https://github.com/illumos/smf-rs`
2862026-07-04T15:55:03.778Z Downloading crates ...
2872026-07-04T15:55:03.819Z Downloaded anstream v1.0.0
2882026-07-04T15:55:03.824Z Downloaded cargo-platform v0.3.2
2892026-07-04T15:55:03.841Z Downloaded camino-tempfile v1.4.1
2902026-07-04T15:55:03.841Z Downloaded clap_lex v1.0.0
2912026-07-04T15:55:03.847Z Downloaded cpufeatures v0.2.17
2922026-07-04T15:55:03.847Z Downloaded errno v0.3.14
2932026-07-04T15:55:03.847Z Downloaded generic-array v0.14.7
2942026-07-04T15:55:03.848Z Downloaded digest v0.10.7
2952026-07-04T15:55:03.848Z Downloaded anstyle-query v1.1.5
2962026-07-04T15:55:03.848Z Downloaded dtrace-parser v0.2.0
2972026-07-04T15:55:03.848Z Downloaded crypto-common v0.1.7
2982026-07-04T15:55:03.848Z Downloaded byteorder v1.5.0
2992026-07-04T15:55:03.848Z Downloaded camino v1.2.2
3002026-07-04T15:55:03.848Z Downloaded equivalent v1.0.2
3012026-07-04T15:55:03.848Z Downloaded fnv v1.0.7
3022026-07-04T15:55:03.848Z Downloaded itoa v1.0.17
3032026-07-04T15:55:03.848Z Downloaded block-buffer v0.10.4
3042026-07-04T15:55:03.853Z Downloaded heck v0.4.1
3052026-07-04T15:55:03.857Z Downloaded cfg-if v1.0.4
3062026-07-04T15:55:03.857Z Downloaded macaddr v1.0.1
3072026-07-04T15:55:03.857Z Downloaded zerocopy v0.7.35
3082026-07-04T15:55:03.865Z Downloaded strsim v0.11.1
3092026-07-04T15:55:03.869Z Downloaded zmij v1.0.21
3102026-07-04T15:55:03.869Z Downloaded is_terminal_polyfill v1.70.2
3112026-07-04T15:55:03.869Z Downloaded dof v0.3.0
3122026-07-04T15:55:03.869Z Downloaded colorchoice v1.0.4
3132026-07-04T15:55:03.870Z Downloaded fastrand v2.3.0
3142026-07-04T15:55:03.872Z Downloaded memmap v0.7.0
3152026-07-04T15:55:03.872Z Downloaded cargo_metadata v0.23.1
3162026-07-04T15:55:03.873Z Downloaded bytecount v0.6.9
3172026-07-04T15:55:03.876Z Downloaded autocfg v1.5.0
3182026-07-04T15:55:03.876Z Downloaded usdt-macro v0.5.0
3192026-07-04T15:55:03.880Z Downloaded terminal_size v0.4.3
3202026-07-04T15:55:03.880Z Downloaded thread-id v4.2.2
3212026-07-04T15:55:03.880Z Downloaded smawk v0.3.2
3222026-07-04T15:55:03.880Z Downloaded toml_write v0.1.2
3232026-07-04T15:55:03.884Z Downloaded serde_spanned v0.6.9
3242026-07-04T15:55:03.884Z Downloaded heck v0.5.0
3252026-07-04T15:55:03.889Z Downloaded utf8parse v0.2.2
3262026-07-04T15:55:03.889Z Downloaded swrite v0.1.0
3272026-07-04T15:55:03.889Z Downloaded usdt-attr-macro v0.5.0
3282026-07-04T15:55:03.889Z Downloaded tabled_derive v0.7.0
3292026-07-04T15:55:03.913Z Downloaded scroll_derive v0.12.1
3302026-07-04T15:55:03.913Z Downloaded plain v0.2.3
3312026-07-04T15:55:03.918Z Downloaded anstyle-parse v1.0.0
3322026-07-04T15:55:03.918Z Downloaded fs-err v3.3.0
3332026-07-04T15:55:03.918Z Downloaded anstyle v1.0.14
3342026-07-04T15:55:03.918Z Downloaded toml_datetime v0.6.11
3352026-07-04T15:55:03.918Z Downloaded version_check v0.9.5
3362026-07-04T15:55:03.921Z Downloaded once_cell v1.21.3
3372026-07-04T15:55:03.921Z Downloaded sha2 v0.10.9
3382026-07-04T15:55:03.927Z Downloaded proc-macro-error-attr v1.0.4
3392026-07-04T15:55:03.930Z Downloaded unicode-linebreak v0.1.5
3402026-07-04T15:55:03.936Z Downloaded usdt v0.5.0
3412026-07-04T15:55:03.940Z Downloaded pretty-hex v0.4.1
3422026-07-04T15:55:03.944Z Downloaded scroll v0.12.0
3432026-07-04T15:55:03.944Z Downloaded serde_tokenstream v0.2.3
3442026-07-04T15:55:03.944Z Downloaded quote v1.0.45
3452026-07-04T15:55:03.946Z Downloaded anyhow v1.0.102
3462026-07-04T15:55:03.950Z Downloaded thiserror v2.0.18
3472026-07-04T15:55:03.955Z Downloaded clap_derive v4.6.1
3482026-07-04T15:55:03.957Z Downloaded cargo_toml v0.21.0
3492026-07-04T15:55:03.960Z Downloaded thiserror-impl v2.0.18
3502026-07-04T15:55:03.965Z Downloaded usdt-impl v0.5.0
3512026-07-04T15:55:03.969Z Downloaded bitflags v2.11.0
3522026-07-04T15:55:03.995Z Downloaded tempfile v3.25.0
3532026-07-04T15:55:03.999Z Downloaded proc-macro-error v1.0.4
3542026-07-04T15:55:03.999Z Downloaded thiserror-impl v1.0.69
3552026-07-04T15:55:03.999Z Downloaded log v0.4.29
3562026-07-04T15:55:03.999Z Downloaded clap v4.6.1
3572026-07-04T15:55:03.999Z Downloaded toml v0.8.23
3582026-07-04T15:55:04.006Z Downloaded getrandom v0.4.1
3592026-07-04T15:55:04.011Z Downloaded ucd-trie v0.1.7
3602026-07-04T15:55:04.040Z Downloaded thiserror v1.0.69
3612026-07-04T15:55:04.040Z Downloaded zerocopy-derive v0.7.35
3622026-07-04T15:55:04.040Z Downloaded semver v1.0.28
3632026-07-04T15:55:04.040Z Downloaded textwrap v0.16.2
3642026-07-04T15:55:04.048Z Downloaded pest_generator v2.8.6
3652026-07-04T15:55:04.048Z Downloaded serde_derive v1.0.228
3662026-07-04T15:55:04.048Z Downloaded unicode-ident v1.0.24
3672026-07-04T15:55:04.048Z Downloaded proc-macro2 v1.0.106
3682026-07-04T15:55:04.048Z Downloaded pest_derive v2.8.6
3692026-07-04T15:55:04.048Z Downloaded papergrid v0.11.0
3702026-07-04T15:55:04.067Z Downloaded memchr v2.8.0
3712026-07-04T15:55:04.067Z Downloaded pest_meta v2.8.6
3722026-07-04T15:55:04.067Z Downloaded serde_core v1.0.228
3732026-07-04T15:55:04.068Z Downloaded serde v1.0.228
3742026-07-04T15:55:04.070Z Downloaded toml_edit v0.22.27
3752026-07-04T15:55:04.094Z Downloaded indexmap v2.14.0
3762026-07-04T15:55:04.105Z Downloaded typenum v1.20.1
3772026-07-04T15:55:04.138Z Downloaded hashbrown v0.17.0
3782026-07-04T15:55:04.145Z Downloaded clap_builder v4.6.0
3792026-07-04T15:55:04.145Z Downloaded pest v2.8.6
3802026-07-04T15:55:04.163Z Downloaded goblin v0.8.2
3812026-07-04T15:55:04.178Z Downloaded serde_json v1.0.150
3822026-07-04T15:55:04.178Z Downloaded winnow v0.7.14
3832026-07-04T15:55:04.178Z Downloaded tabled v0.15.0
3842026-07-04T15:55:04.186Z Downloaded syn v1.0.109
3852026-07-04T15:55:04.195Z Downloaded unicode-width v0.2.0
3862026-07-04T15:55:04.198Z Downloaded syn v2.0.117
3872026-07-04T15:55:04.202Z Downloaded unicode-width v0.1.14
3882026-07-04T15:55:04.212Z Downloaded rustix v1.1.3
3892026-07-04T15:55:04.243Z Downloaded libc v0.2.185
3902026-07-04T15:55:04.304Z Compiling proc-macro2 v1.0.106
3912026-07-04T15:55:04.304Z Compiling unicode-ident v1.0.24
3922026-07-04T15:55:04.308Z Compiling quote v1.0.45
3932026-07-04T15:55:04.308Z Compiling serde_core v1.0.228
3942026-07-04T15:55:04.308Z Compiling libc v0.2.185
3952026-07-04T15:55:04.308Z Compiling version_check v0.9.5
3962026-07-04T15:55:04.308Z Compiling memchr v2.8.0
3972026-07-04T15:55:04.308Z Compiling serde v1.0.228
3982026-07-04T15:55:04.617Z Compiling zmij v1.0.21
3992026-07-04T15:55:04.873Z Compiling ucd-trie v0.1.7
4002026-07-04T15:55:04.903Z Compiling thiserror v1.0.69
4012026-07-04T15:55:05.130Z Compiling itoa v1.0.17
4022026-07-04T15:55:05.158Z Compiling pest v2.8.6
4032026-07-04T15:55:05.272Z Compiling rustix v1.1.3
4042026-07-04T15:55:05.317Z Compiling byteorder v1.5.0
4052026-07-04T15:55:05.433Z Compiling errno v0.3.14
4062026-07-04T15:55:05.587Z Compiling serde_json v1.0.150
4072026-07-04T15:55:05.724Z Compiling bitflags v2.11.0
4082026-07-04T15:55:05.797Z Compiling syn v2.0.117
4092026-07-04T15:55:05.887Z Compiling thread-id v4.2.2
4102026-07-04T15:55:05.939Z Compiling usdt-impl v0.5.0
4112026-07-04T15:55:05.974Z Compiling proc-macro-error-attr v1.0.4
4122026-07-04T15:55:06.085Z Compiling syn v1.0.109
4132026-07-04T15:55:06.166Z Compiling camino v1.2.2
4142026-07-04T15:55:06.231Z Compiling pest_meta v2.8.6
4152026-07-04T15:55:06.465Z Compiling proc-macro-error v1.0.4
4162026-07-04T15:55:06.544Z Compiling equivalent v1.0.2
4172026-07-04T15:55:06.548Z Compiling plain v0.2.3
4182026-07-04T15:55:06.654Z Compiling getrandom v0.4.1
4192026-07-04T15:55:06.671Z Compiling utf8parse v0.2.2
4202026-07-04T15:55:06.674Z Compiling hashbrown v0.17.0
4212026-07-04T15:55:06.845Z Compiling log v0.4.29
4222026-07-04T15:55:06.984Z Compiling anstyle-parse v1.0.0
4232026-07-04T15:55:07.017Z Compiling terminal_size v0.4.3
4242026-07-04T15:55:07.246Z Compiling indexmap v2.14.0
4252026-07-04T15:55:07.683Z Compiling pretty-hex v0.4.1
4262026-07-04T15:55:07.705Z Compiling anstyle v1.0.14
4272026-07-04T15:55:07.820Z Compiling is_terminal_polyfill v1.70.2
4282026-07-04T15:55:07.840Z Compiling autocfg v1.5.0
4292026-07-04T15:55:07.875Z Compiling cfg-if v1.0.4
4302026-07-04T15:55:07.889Z Compiling winnow v0.7.14
4312026-07-04T15:55:07.914Z Compiling toml_write v0.1.2
4322026-07-04T15:55:07.933Z Compiling anstyle-query v1.1.5
4332026-07-04T15:55:07.964Z Compiling thiserror v2.0.18
4342026-07-04T15:55:08.044Z Compiling pest_generator v2.8.6
4352026-07-04T15:55:08.113Z Compiling colorchoice v1.0.4
4362026-07-04T15:55:08.252Z Compiling anstream v1.0.0
4372026-07-04T15:55:08.268Z Compiling fs-err v3.3.0
4382026-07-04T15:55:08.518Z Compiling anyhow v1.0.102
4392026-07-04T15:55:08.580Z Compiling bytecount v0.6.9
4402026-07-04T15:55:08.589Z Compiling heck v0.5.0
4412026-07-04T15:55:08.645Z Compiling clap_lex v1.0.0
4422026-07-04T15:55:08.754Z Compiling fnv v1.0.7
4432026-07-04T15:55:08.754Z Compiling once_cell v1.21.3
4442026-07-04T15:55:08.788Z Compiling fastrand v2.3.0
4452026-07-04T15:55:08.813Z Compiling strsim v0.11.1
4462026-07-04T15:55:09.053Z Compiling heck v0.4.1
4472026-07-04T15:55:09.078Z Compiling unicode-width v0.1.14
4482026-07-04T15:55:09.078Z Compiling clap_builder v4.6.0
4492026-07-04T15:55:09.078Z Compiling tempfile v3.25.0
4502026-07-04T15:55:09.145Z Compiling papergrid v0.11.0
4512026-07-04T15:55:09.260Z Compiling cargo-platform v0.3.2
4522026-07-04T15:55:09.278Z Compiling tabled_derive v0.7.0
4532026-07-04T15:55:09.300Z Compiling semver v1.0.28
4542026-07-04T15:55:09.344Z Compiling memmap v0.7.0
4552026-07-04T15:55:09.427Z Compiling unicode-width v0.2.0
4562026-07-04T15:55:09.525Z Compiling smawk v0.3.2
4572026-07-04T15:55:09.525Z Compiling unicode-linebreak v0.1.5
4582026-07-04T15:55:09.658Z Compiling serde_derive v1.0.228
4592026-07-04T15:55:09.684Z Compiling thiserror-impl v1.0.69
4602026-07-04T15:55:09.691Z Compiling zerocopy-derive v0.7.35
4612026-07-04T15:55:09.780Z Compiling pest_derive v2.8.6
4622026-07-04T15:55:09.952Z Compiling scroll_derive v0.12.1
4632026-07-04T15:55:10.195Z Compiling thiserror-impl v2.0.18
4642026-07-04T15:55:10.241Z Compiling clap_derive v4.6.1
4652026-07-04T15:55:10.576Z Compiling tabled v0.15.0
4662026-07-04T15:55:10.646Z Compiling zerocopy v0.7.35
4672026-07-04T15:55:10.698Z Compiling scroll v0.12.0
4682026-07-04T15:55:11.012Z Compiling goblin v0.8.2
4692026-07-04T15:55:11.120Z Compiling dtrace-parser v0.2.0
4702026-07-04T15:55:11.192Z Compiling textwrap v0.16.2
4712026-07-04T15:55:11.726Z Compiling camino-tempfile v1.4.1
4722026-07-04T15:55:11.865Z Compiling swrite v0.1.0
4732026-07-04T15:55:12.111Z Compiling clap v4.6.1
4742026-07-04T15:55:12.830Z Compiling dof v0.3.0
4752026-07-04T15:55:12.830Z Compiling serde_tokenstream v0.2.3
4762026-07-04T15:55:12.872Z Compiling serde_spanned v0.6.9
4772026-07-04T15:55:12.888Z Compiling toml_datetime v0.6.11
4782026-07-04T15:55:12.888Z Compiling cargo_metadata v0.23.1
4792026-07-04T15:55:12.921Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4802026-07-04T15:55:12.921Z Compiling macaddr v1.0.1
4812026-07-04T15:55:13.044Z Compiling toml_edit v0.22.27
4822026-07-04T15:55:13.587Z Compiling usdt-attr-macro v0.5.0
4832026-07-04T15:55:13.600Z Compiling usdt-macro v0.5.0
4842026-07-04T15:55:14.415Z Compiling usdt v0.5.0
4852026-07-04T15:55:14.473Z Compiling toml v0.8.23
4862026-07-04T15:55:15.055Z Compiling cargo_toml v0.21.0
4872026-07-04T15:55:19.454Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4882026-07-04T15:55:19.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.51s
4892026-07-04T15:55:19.498Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4902026-07-04T15:55:19.498Z Downloading crates ...
4912026-07-04T15:55:19.498Z Downloaded aead v0.5.2
4922026-07-04T15:55:19.498Z Downloaded adler2 v2.0.1
4932026-07-04T15:55:19.499Z Downloaded anstream v0.6.21
4942026-07-04T15:55:19.499Z Downloaded base16ct v1.0.0
4952026-07-04T15:55:19.499Z Downloaded assert_matches v1.5.0
4962026-07-04T15:55:19.499Z Downloaded ascii-canvas v3.0.0
4972026-07-04T15:55:19.499Z Downloaded allocator-api2 v0.2.21
4982026-07-04T15:55:19.499Z Downloaded argon2 v0.5.3
4992026-07-04T15:55:19.499Z Downloaded crossbeam-deque v0.8.6
5002026-07-04T15:55:19.499Z Downloaded bitfield-macros v0.19.4
5012026-07-04T15:55:19.499Z Downloaded critical-section v1.2.0
5022026-07-04T15:55:19.499Z Downloaded darling_macro v0.13.4
5032026-07-04T15:55:19.499Z Downloaded bitfield-struct v0.6.2
5042026-07-04T15:55:19.499Z Downloaded convert_case v0.10.0
5052026-07-04T15:55:19.499Z Downloaded arrayref v0.3.9
5062026-07-04T15:55:19.499Z Downloaded debug-ignore v1.0.5
5072026-07-04T15:55:19.499Z Downloaded cpubits v0.1.1
5082026-07-04T15:55:19.500Z Downloaded atomicwrites v0.4.4
5092026-07-04T15:55:19.500Z Downloaded async-trait v0.1.89
5102026-07-04T15:55:19.500Z Downloaded async-bb8-diesel v0.2.1
5112026-07-04T15:55:19.500Z Downloaded async-stream-impl v0.3.6
5122026-07-04T15:55:19.500Z Downloaded async-recursion v1.1.1
5132026-07-04T15:55:19.500Z Downloaded array-init v0.0.4
5142026-07-04T15:55:19.500Z Downloaded darling_macro v0.23.0
5152026-07-04T15:55:19.500Z Downloaded atomic-waker v1.1.2
5162026-07-04T15:55:19.500Z Downloaded darling_macro v0.21.3
5172026-07-04T15:55:19.500Z Downloaded bit-set v0.5.3
5182026-07-04T15:55:19.500Z Downloaded crypto-common v0.2.2
5192026-07-04T15:55:19.500Z Downloaded crucible-workspace-hack v0.1.0
5202026-07-04T15:55:19.500Z Downloaded cpufeatures v0.3.0
5212026-07-04T15:55:19.500Z Downloaded anstyle-parse v0.2.7
5222026-07-04T15:55:19.500Z Downloaded endian-type v0.1.2
5232026-07-04T15:55:19.500Z Downloaded castaway v0.2.4
5242026-07-04T15:55:19.500Z Downloaded crc8 v0.1.1
5252026-07-04T15:55:19.500Z Downloaded crc-catalog v2.4.0
5262026-07-04T15:55:19.500Z Downloaded bit-vec v0.6.3
5272026-07-04T15:55:19.500Z Downloaded diesel_table_macro_syntax v0.3.0
5282026-07-04T15:55:19.500Z Downloaded darling_macro v0.20.11
5292026-07-04T15:55:19.500Z Downloaded bcs v0.1.6
5302026-07-04T15:55:19.500Z Downloaded bb8 v0.8.6
5312026-07-04T15:55:19.500Z Downloaded base64ct v1.8.3
5322026-07-04T15:55:19.500Z Downloaded camino-tempfile-ext v0.3.3
5332026-07-04T15:55:19.500Z Downloaded crc v3.4.0
5342026-07-04T15:55:19.500Z Downloaded backoff v0.4.0
5352026-07-04T15:55:19.501Z Downloaded backon v1.6.0
5362026-07-04T15:55:19.501Z Downloaded curve25519-dalek-derive v0.1.1
5372026-07-04T15:55:19.501Z Downloaded base16ct v0.2.0
5382026-07-04T15:55:19.501Z Downloaded difflib v0.4.0
5392026-07-04T15:55:19.501Z Downloaded atty v0.2.14
5402026-07-04T15:55:19.501Z Downloaded bcrypt-pbkdf v0.11.0
5412026-07-04T15:55:19.501Z Downloaded aead v0.6.1
5422026-07-04T15:55:19.501Z Downloaded defmt-parser v1.0.0
5432026-07-04T15:55:19.501Z Downloaded crunchy v0.2.4
5442026-07-04T15:55:19.501Z Downloaded bit-set v0.8.0
5452026-07-04T15:55:19.501Z Downloaded csv-core v0.1.13
5462026-07-04T15:55:19.501Z Downloaded ctr v0.10.1
5472026-07-04T15:55:19.501Z Downloaded corncobs v0.1.4
5482026-07-04T15:55:19.501Z Downloaded cipher v0.4.4
5492026-07-04T15:55:19.501Z Downloaded ciborium-io v0.2.2
5502026-07-04T15:55:19.501Z Downloaded dirs-sys-next v0.1.2
5512026-07-04T15:55:19.501Z Downloaded convert_case v0.4.0
5522026-07-04T15:55:19.501Z Downloaded block-buffer v0.12.1
5532026-07-04T15:55:19.501Z Downloaded dunce v1.0.5
5542026-07-04T15:55:19.501Z Downloaded cobs v0.3.0
5552026-07-04T15:55:19.501Z Downloaded cstr-argument v0.1.2
5562026-07-04T15:55:19.501Z Downloaded embedded-io v0.4.0
5572026-07-04T15:55:19.501Z Downloaded dof v0.4.0
5582026-07-04T15:55:19.501Z Downloaded derive_builder_macro v0.20.2
5592026-07-04T15:55:19.501Z Downloaded compression-core v0.4.31
5602026-07-04T15:55:19.501Z Downloaded dirs-next v2.0.0
5612026-07-04T15:55:19.501Z Downloaded defmt v0.3.100
5622026-07-04T15:55:19.501Z Downloaded darling v0.13.4
5632026-07-04T15:55:19.501Z Downloaded darling v0.21.3
5642026-07-04T15:55:19.501Z Downloaded cfg_aliases v0.1.1
5652026-07-04T15:55:19.501Z Downloaded crossbeam-epoch v0.9.18
5662026-07-04T15:55:19.501Z Downloaded cookie_store v0.22.1
5672026-07-04T15:55:19.502Z Downloaded display-error-chain v0.2.2
5682026-07-04T15:55:19.502Z Downloaded ciborium-ll v0.2.2
5692026-07-04T15:55:19.502Z Downloaded block-padding v0.4.2
5702026-07-04T15:55:19.502Z Downloaded bit-vec v0.8.0
5712026-07-04T15:55:19.502Z Downloaded argon2 v0.6.0-rc.8
5722026-07-04T15:55:19.502Z Downloaded embedded-io v0.6.1
5732026-07-04T15:55:19.502Z Downloaded document-features v0.2.12
5742026-07-04T15:55:19.502Z Downloaded cbc v0.2.1
5752026-07-04T15:55:19.502Z Downloaded cassowary v0.3.0
5762026-07-04T15:55:19.502Z Downloaded downcast-rs v2.0.2
5772026-07-04T15:55:19.502Z Downloaded blowfish v0.10.0
5782026-07-04T15:55:19.502Z Downloaded dtrace-parser v0.3.0
5792026-07-04T15:55:19.502Z Downloaded enum-as-inner v0.6.1
5802026-07-04T15:55:19.502Z Downloaded env_filter v1.0.0
5812026-07-04T15:55:19.502Z Downloaded arrayvec v0.7.6
5822026-07-04T15:55:19.502Z Downloaded cexpr v0.6.0
5832026-07-04T15:55:19.502Z Downloaded daft-derive v0.1.7
5842026-07-04T15:55:19.502Z Downloaded deranged v0.5.8
5852026-07-04T15:55:19.502Z Downloaded fd-lock v4.0.4
5862026-07-04T15:55:19.502Z Downloaded float-ord v0.3.2
5872026-07-04T15:55:19.502Z Downloaded float-cmp v0.10.0
5882026-07-04T15:55:19.517Z Downloaded buf-list v1.1.2
5892026-07-04T15:55:19.517Z Downloaded bitfield v0.19.4
5902026-07-04T15:55:19.517Z Downloaded flagset v0.4.7
5912026-07-04T15:55:19.517Z Downloaded ed25519 v2.2.3
5922026-07-04T15:55:19.517Z Downloaded ahash v0.8.12
5932026-07-04T15:55:19.517Z Downloaded funty v2.0.0
5942026-07-04T15:55:19.517Z Downloaded fixedbitset v0.4.2
5952026-07-04T15:55:19.517Z Downloaded futures-core v0.3.32
5962026-07-04T15:55:19.517Z Downloaded futures-sink v0.3.32
5972026-07-04T15:55:19.517Z Downloaded foreign-types-shared v0.3.1
5982026-07-04T15:55:19.517Z Downloaded foreign-types v0.5.0
5992026-07-04T15:55:19.518Z Downloaded dsl_auto_type v0.2.0
6002026-07-04T15:55:19.518Z Downloaded futures-macro v0.3.32
6012026-07-04T15:55:19.518Z Downloaded futures-io v0.3.32
6022026-07-04T15:55:19.518Z Downloaded foreign-types-shared v0.1.1
6032026-07-04T15:55:19.518Z Downloaded foreign-types-macros v0.2.3
6042026-07-04T15:55:19.519Z Downloaded foreign-types v0.3.2
6052026-07-04T15:55:19.519Z Downloaded colored v3.1.1
6062026-07-04T15:55:19.519Z Downloaded darling v0.23.0
6072026-07-04T15:55:19.519Z Downloaded data-encoding v2.10.0
6082026-07-04T15:55:19.519Z Downloaded crossbeam-utils v0.8.21
6092026-07-04T15:55:19.519Z Downloaded compression-codecs v0.4.37
6102026-07-04T15:55:19.519Z Downloaded chacha20 v0.9.1
6112026-07-04T15:55:19.519Z Downloaded cmov v0.5.4
6122026-07-04T15:55:19.519Z Downloaded dropshot-api-manager-types v0.7.2
6132026-07-04T15:55:19.519Z Downloaded ecdsa v0.16.9
6142026-07-04T15:55:19.519Z Downloaded byte-wrapper v0.1.0
6152026-07-04T15:55:19.519Z Downloaded constant_time_eq v0.4.2
6162026-07-04T15:55:19.519Z Downloaded gethostname v0.5.0
6172026-07-04T15:55:19.519Z Downloaded git-stub v1.0.0
6182026-07-04T15:55:19.519Z Downloaded futures-task v0.3.32
6192026-07-04T15:55:19.519Z Downloaded cmake v0.1.57
6202026-07-04T15:55:19.519Z Downloaded fxhash v0.2.1
6212026-07-04T15:55:19.519Z Downloaded darling v0.20.11
6222026-07-04T15:55:19.519Z Downloaded der_derive v0.7.3
6232026-07-04T15:55:19.519Z Downloaded defmt-macros v1.0.1
6242026-07-04T15:55:19.519Z Downloaded bitflags v1.3.2
6252026-07-04T15:55:19.520Z Downloaded diesel-dtrace v0.5.0
6262026-07-04T15:55:19.520Z Downloaded delegate v0.13.5
6272026-07-04T15:55:19.520Z Downloaded arc-swap v1.8.2
6282026-07-04T15:55:19.520Z Downloaded either v1.15.0
6292026-07-04T15:55:19.520Z Downloaded ed25519 v3.0.0
6302026-07-04T15:55:19.520Z Downloaded dyn-clone v1.0.20
6312026-07-04T15:55:19.520Z Downloaded bzip2 v0.6.1
6322026-07-04T15:55:19.520Z Downloaded cfg_aliases v0.2.1
6332026-07-04T15:55:19.520Z Downloaded bzip2 v0.4.4
6342026-07-04T15:55:19.520Z Downloaded hash32 v0.2.1
6352026-07-04T15:55:19.520Z Downloaded async-stream v0.3.6
6362026-07-04T15:55:19.520Z Downloaded headers-core v0.3.0
6372026-07-04T15:55:19.520Z Downloaded globwalk v0.9.1
6382026-07-04T15:55:19.520Z Downloaded hash32 v0.3.1
6392026-07-04T15:55:19.520Z Downloaded cancel-safe-futures v0.1.5
6402026-07-04T15:55:19.520Z Downloaded fallible-iterator v0.2.0
6412026-07-04T15:55:19.520Z Downloaded erased-serde v0.3.31
6422026-07-04T15:55:19.520Z Downloaded defmt v1.0.1
6432026-07-04T15:55:19.520Z Downloaded foldhash v0.2.0
6442026-07-04T15:55:19.520Z Downloaded crc32fast v1.5.0
6452026-07-04T15:55:19.520Z Downloaded fs-err v2.11.0
6462026-07-04T15:55:19.520Z Downloaded digest v0.11.3
6472026-07-04T15:55:19.520Z Downloaded hex-literal v1.1.0
6482026-07-04T15:55:19.520Z Downloaded hex v0.4.3
6492026-07-04T15:55:19.520Z Downloaded filetime v0.2.27
6502026-07-04T15:55:19.520Z Downloaded ff v0.14.0
6512026-07-04T15:55:19.520Z Downloaded derive-ex v0.1.8
6522026-07-04T15:55:19.520Z Downloaded fixedbitset v0.5.7
6532026-07-04T15:55:19.520Z Downloaded ff v0.13.1
6542026-07-04T15:55:19.520Z Downloaded http-range v0.1.5
6552026-07-04T15:55:19.520Z Downloaded http-body v1.0.1
6562026-07-04T15:55:19.520Z Downloaded futures-executor v0.3.32
6572026-07-04T15:55:19.520Z Downloaded form_urlencoded v1.2.2
6582026-07-04T15:55:19.521Z Downloaded const-oid v0.9.6
6592026-07-04T15:55:19.521Z Downloaded foldhash v0.1.5
6602026-07-04T15:55:19.521Z Downloaded derive_builder_core v0.20.2
6612026-07-04T15:55:19.521Z Downloaded daft v0.1.7
6622026-07-04T15:55:19.521Z Downloaded const_format_proc_macros v0.2.34
6632026-07-04T15:55:19.521Z Downloaded darling_core v0.13.4
6642026-07-04T15:55:19.521Z Downloaded crc-any v2.5.0
6652026-07-04T15:55:19.521Z Downloaded derive_builder v0.20.2
6662026-07-04T15:55:19.521Z Downloaded des v0.9.0
6672026-07-04T15:55:19.521Z Downloaded console v0.15.11
6682026-07-04T15:55:19.521Z Downloaded cipher v0.5.2
6692026-07-04T15:55:19.521Z Downloaded httpdate v1.0.3
6702026-07-04T15:55:19.521Z Downloaded hubpack_derive v0.1.1
6712026-07-04T15:55:19.521Z Downloaded hostname v0.3.1
6722026-07-04T15:55:19.521Z Downloaded cookie v0.18.1
6732026-07-04T15:55:19.521Z Downloaded hubpack v0.1.2
6742026-07-04T15:55:19.521Z Downloaded hostname v0.4.2
6752026-07-04T15:55:19.521Z Downloaded enum_dispatch v0.3.13
6762026-07-04T15:55:19.521Z Downloaded group v0.14.0
6772026-07-04T15:55:19.521Z Downloaded glob v0.3.3
6782026-07-04T15:55:19.521Z Downloaded ghash v0.6.0
6792026-07-04T15:55:19.521Z Downloaded chacha20 v0.10.0
6802026-07-04T15:55:19.521Z Downloaded group v0.13.0
6812026-07-04T15:55:19.521Z Downloaded ena v0.14.4
6822026-07-04T15:55:19.521Z Downloaded blake2 v0.11.0-rc.6
6832026-07-04T15:55:19.521Z Downloaded env_logger v0.11.9
6842026-07-04T15:55:19.521Z Downloaded colored v2.2.0
6852026-07-04T15:55:19.521Z Downloaded globset v0.4.18
6862026-07-04T15:55:19.521Z Downloaded hyper-tls v0.6.0
6872026-07-04T15:55:19.521Z Downloaded git-stub-vcs v0.1.0
6882026-07-04T15:55:19.540Z Downloaded clang-sys v1.8.1
6892026-07-04T15:55:19.540Z Downloaded ciborium v0.2.2
6902026-07-04T15:55:19.540Z Downloaded ctutils v0.4.2
6912026-07-04T15:55:19.540Z Downloaded indent_write v2.2.0
6922026-07-04T15:55:19.540Z Downloaded idna_adapter v1.2.1
6932026-07-04T15:55:19.540Z Downloaded ident_case v1.0.1
6942026-07-04T15:55:19.540Z Downloaded illumos-nvpair-sys v0.2.0
6952026-07-04T15:55:19.540Z Downloaded inout v0.2.2
6962026-07-04T15:55:19.540Z Downloaded indoc v1.0.9
6972026-07-04T15:55:19.540Z Downloaded futures-channel v0.3.32
6982026-07-04T15:55:19.540Z Downloaded fs_extra v1.3.0
6992026-07-04T15:55:19.540Z Downloaded ecdsa v0.17.0-rc.18
7002026-07-04T15:55:19.540Z Downloaded elliptic-curve v0.14.0-rc.33
7012026-07-04T15:55:19.540Z Downloaded home v0.5.12
7022026-07-04T15:55:19.540Z Downloaded highway v1.3.0
7032026-07-04T15:55:19.540Z Downloaded is_ci v1.2.0
7042026-07-04T15:55:19.540Z Downloaded internet-checksum v0.2.1
7052026-07-04T15:55:19.542Z Downloaded instant v0.1.13
7062026-07-04T15:55:19.542Z Downloaded inout v0.1.4
7072026-07-04T15:55:19.542Z Downloaded find-msvc-tools v0.1.9
7082026-07-04T15:55:19.542Z Downloaded http-body-util v0.1.3
7092026-07-04T15:55:19.542Z Downloaded console v0.16.2
7102026-07-04T15:55:19.542Z Downloaded blake2 v0.10.6
7112026-07-04T15:55:19.542Z Downloaded humantime v2.3.0
7122026-07-04T15:55:19.542Z Downloaded getrandom v0.2.17
7132026-07-04T15:55:19.542Z Downloaded kem v0.3.0
7142026-07-04T15:55:19.542Z Downloaded lazy_static v1.5.0
7152026-07-04T15:55:19.542Z Downloaded lalrpop-util v0.19.12
7162026-07-04T15:55:19.542Z Downloaded kstat-rs v0.2.4
7172026-07-04T15:55:19.542Z Downloaded linked-hash-map v0.5.6
7182026-07-04T15:55:19.542Z Downloaded elliptic-curve v0.13.8
7192026-07-04T15:55:19.542Z Downloaded base64 v0.21.7
7202026-07-04T15:55:19.542Z Downloaded hyper-staticfile v0.10.1
7212026-07-04T15:55:19.542Z Downloaded keccak v0.1.6
7222026-07-04T15:55:19.542Z Downloaded libscf-sys v1.1.0
7232026-07-04T15:55:19.542Z Downloaded half v1.8.3
7242026-07-04T15:55:19.542Z Downloaded lru v0.12.5
7252026-07-04T15:55:19.542Z Downloaded derive_more v0.99.20
7262026-07-04T15:55:19.542Z Downloaded md5 v0.8.0
7272026-07-04T15:55:19.542Z Downloaded fatfs v0.3.6
7282026-07-04T15:55:19.542Z Downloaded ingot v0.1.1
7292026-07-04T15:55:19.543Z Downloaded dropshot_endpoint v0.17.1
7302026-07-04T15:55:19.543Z Downloaded diff v0.1.13
7312026-07-04T15:55:19.543Z Downloaded hmac v0.13.0
7322026-07-04T15:55:19.543Z Downloaded md-5 v0.10.6
7332026-07-04T15:55:19.543Z Downloaded maybe-uninit v2.0.0
7342026-07-04T15:55:19.543Z Downloaded instability v0.3.11
7352026-07-04T15:55:19.543Z Downloaded drift v0.2.0
7362026-07-04T15:55:19.543Z Downloaded multimap v0.10.1
7372026-07-04T15:55:19.543Z Downloaded lru-cache v0.1.2
7382026-07-04T15:55:19.543Z Downloaded memoffset v0.9.1
7392026-07-04T15:55:19.543Z Downloaded impl-trait-for-tuples v0.2.3
7402026-07-04T15:55:19.543Z Downloaded newline-converter v0.3.0
7412026-07-04T15:55:19.543Z Downloaded mime v0.3.17
7422026-07-04T15:55:19.543Z Downloaded compact_str v0.8.1
7432026-07-04T15:55:19.543Z Downloaded futures v0.3.32
7442026-07-04T15:55:19.543Z Downloaded ingot-types v0.1.2
7452026-07-04T15:55:19.543Z Downloaded indoc v2.0.7
7462026-07-04T15:55:19.543Z Downloaded httparse v1.10.1
7472026-07-04T15:55:19.543Z Downloaded darling_core v0.23.0
7482026-07-04T15:55:19.543Z Downloaded newtype-uuid-macros v0.1.0
7492026-07-04T15:55:19.543Z Downloaded nodrop v0.1.14
7502026-07-04T15:55:19.543Z Downloaded displaydoc v0.2.5
7512026-07-04T15:55:19.543Z Downloaded linear-map v1.2.0
7522026-07-04T15:55:19.543Z Downloaded ipnet v2.11.0
7532026-07-04T15:55:19.543Z Downloaded bytes v1.11.1
7542026-07-04T15:55:19.543Z Downloaded newtype_derive v0.1.6
7552026-07-04T15:55:19.543Z Downloaded ar_archive_writer v0.5.1
7562026-07-04T15:55:19.543Z Downloaded iana-time-zone v0.1.65
7572026-07-04T15:55:19.544Z Downloaded hyper-rustls v0.27.7
7582026-07-04T15:55:19.544Z Downloaded new_debug_unreachable v1.0.6
7592026-07-04T15:55:19.544Z Downloaded libsw-core v0.3.2
7602026-07-04T15:55:19.544Z Downloaded num-derive v0.3.3
7612026-07-04T15:55:19.544Z Downloaded hmac v0.12.1
7622026-07-04T15:55:19.544Z Downloaded libloading v0.8.9
7632026-07-04T15:55:19.544Z Downloaded num-iter v0.1.45
7642026-07-04T15:55:19.544Z Downloaded is-terminal v0.4.17
7652026-07-04T15:55:19.544Z Downloaded crypto-bigint v0.5.5
7662026-07-04T15:55:19.544Z Downloaded normalize-line-endings v0.3.0
7672026-07-04T15:55:19.544Z Downloaded num_threads v0.1.7
7682026-07-04T15:55:19.544Z Downloaded num_enum_derive v0.5.11
7692026-07-04T15:55:19.544Z Downloaded num v0.4.3
7702026-07-04T15:55:19.544Z Downloaded nonempty v0.12.0
7712026-07-04T15:55:19.544Z Downloaded mime_guess v2.0.5
7722026-07-04T15:55:19.544Z Downloaded lzss v0.8.2
7732026-07-04T15:55:19.544Z Downloaded num-conv v0.2.0
7742026-07-04T15:55:19.544Z Downloaded lock_api v0.4.14
7752026-07-04T15:55:19.544Z Downloaded olpc-cjson v0.1.4
7762026-07-04T15:55:19.544Z Downloaded opaque-debug v0.3.1
7772026-07-04T15:55:19.545Z Downloaded native-tls v0.2.18
7782026-07-04T15:55:19.545Z Downloaded multer v3.1.0
7792026-07-04T15:55:19.545Z Downloaded libefi-sys v0.1.0
7802026-07-04T15:55:19.545Z Downloaded keccak v0.2.0
7812026-07-04T15:55:19.545Z Downloaded openssl-probe v0.1.6
7822026-07-04T15:55:19.545Z Downloaded const-oid v0.10.2
7832026-07-04T15:55:19.545Z Downloaded async-compression v0.4.41
7842026-07-04T15:55:19.545Z Downloaded bumpalo v3.20.2
7852026-07-04T15:55:19.545Z Downloaded newtype-uuid v1.3.2
7862026-07-04T15:55:19.545Z Downloaded illumos-nvpair v0.3.0
7872026-07-04T15:55:19.545Z Downloaded openssl-macros v0.1.1
7882026-07-04T15:55:19.557Z Downloaded module-lattice v0.2.3
7892026-07-04T15:55:19.557Z Downloaded getrandom v0.3.4
7902026-07-04T15:55:19.557Z Downloaded ingot-macros v0.1.1
7912026-07-04T15:55:19.557Z Downloaded nanorand v0.7.0
7922026-07-04T15:55:19.557Z Downloaded hybrid-array v0.4.13
7932026-07-04T15:55:19.557Z Downloaded openssl-probe v0.2.1
7942026-07-04T15:55:19.557Z Downloaded darling_core v0.20.11
7952026-07-04T15:55:19.557Z Downloaded flume v0.11.1
7962026-07-04T15:55:19.557Z Downloaded nibble_vec v0.1.0
7972026-07-04T15:55:19.557Z Downloaded half v2.7.1
7982026-07-04T15:55:19.557Z Downloaded num-derive v0.4.2
7992026-07-04T15:55:19.558Z Downloaded cc v1.2.56
8002026-07-04T15:55:19.558Z Downloaded base64 v0.22.1
8012026-07-04T15:55:19.558Z Downloaded jobserver v0.1.34
8022026-07-04T15:55:19.558Z Downloaded packed_struct_codegen v0.10.1
8032026-07-04T15:55:19.558Z Downloaded parse-display v0.10.0
8042026-07-04T15:55:19.558Z Downloaded oso-derive v0.27.3
8052026-07-04T15:55:19.558Z Downloaded parse-size v1.1.0
8062026-07-04T15:55:19.558Z Downloaded ipnetwork v0.21.1
8072026-07-04T15:55:19.558Z Downloaded const_format v0.2.35
8082026-07-04T15:55:19.558Z Downloaded darling_core v0.21.3
8092026-07-04T15:55:19.558Z Downloaded num-rational v0.4.2
8102026-07-04T15:55:19.558Z Downloaded num-integer v0.1.46
8112026-07-04T15:55:19.558Z Downloaded icu_properties v2.1.2
8122026-07-04T15:55:19.558Z Downloaded password-hash v0.6.1
8132026-07-04T15:55:19.558Z Downloaded num_enum_derive v0.7.6
8142026-07-04T15:55:19.558Z Downloaded chacha20poly1305 v0.10.1
8152026-07-04T15:55:19.558Z Downloaded match_cfg v0.1.0
8162026-07-04T15:55:19.558Z Downloaded maplit v1.0.2
8172026-07-04T15:55:19.558Z Downloaded managed v0.8.0
8182026-07-04T15:55:19.558Z Downloaded lru-slab v0.1.2
8192026-07-04T15:55:19.558Z Downloaded derive-where v1.6.0
8202026-07-04T15:55:19.558Z Downloaded num_enum v0.7.6
8212026-07-04T15:55:19.558Z Downloaded peg-runtime v0.8.5
8222026-07-04T15:55:19.558Z Downloaded path-slash v0.1.5
8232026-07-04T15:55:19.558Z Downloaded generic-array v1.4.3
8242026-07-04T15:55:19.558Z Downloaded headers v0.4.1
8252026-07-04T15:55:19.558Z Downloaded libsw v3.5.0
8262026-07-04T15:55:19.558Z Downloaded num_enum v0.5.11
8272026-07-04T15:55:19.558Z Downloaded phf_shared v0.11.3
8282026-07-04T15:55:19.558Z Downloaded nu-ansi-term v0.50.3
8292026-07-04T15:55:19.558Z Downloaded percent-encoding v2.3.2
8302026-07-04T15:55:19.558Z Downloaded litrs v1.0.0
8312026-07-04T15:55:19.558Z Downloaded phf_shared v0.13.1
8322026-07-04T15:55:19.558Z Downloaded litemap v0.8.1
8332026-07-04T15:55:19.559Z Downloaded ed25519-dalek v2.2.0
8342026-07-04T15:55:19.559Z Downloaded der v0.7.10
8352026-07-04T15:55:19.559Z Downloaded icu_provider v2.1.1
8362026-07-04T15:55:19.559Z Downloaded password-hash v0.5.0
8372026-07-04T15:55:19.559Z Downloaded aes v0.9.1
8382026-07-04T15:55:19.559Z Downloaded memmap2 v0.9.10
8392026-07-04T15:55:19.559Z Downloaded ignore v0.4.25
8402026-07-04T15:55:19.559Z Downloaded ml-kem v0.3.2
8412026-07-04T15:55:19.559Z Downloaded packed_struct v0.10.1
8422026-07-04T15:55:19.559Z Downloaded oxnet v0.1.6
8432026-07-04T15:55:19.559Z Downloaded parse-display-derive v0.10.0
8442026-07-04T15:55:19.559Z Downloaded derive_more-impl v2.1.1
8452026-07-04T15:55:19.559Z Downloaded pem v3.0.6
8462026-07-04T15:55:19.559Z Downloaded pem-rfc7468 v0.7.0
8472026-07-04T15:55:19.559Z Downloaded peg v0.8.5
8482026-07-04T15:55:19.559Z Downloaded heapless v0.7.17
8492026-07-04T15:55:19.559Z Downloaded pbkdf2 v0.13.0
8502026-07-04T15:55:19.559Z Downloaded flate2 v1.1.9
8512026-07-04T15:55:19.559Z Downloaded oxide-tokio-rt v0.1.4
8522026-07-04T15:55:19.559Z Downloaded parking_lot_core v0.8.6
8532026-07-04T15:55:19.559Z Downloaded predicates-tree v1.0.13
8542026-07-04T15:55:19.559Z Downloaded phc v0.6.1
8552026-07-04T15:55:19.559Z Downloaded phf_shared v0.12.1
8562026-07-04T15:55:19.559Z Downloaded phf v0.12.1
8572026-07-04T15:55:19.559Z Downloaded indexmap v1.9.3
8582026-07-04T15:55:19.559Z Downloaded icu_normalizer_data v2.1.1
8592026-07-04T15:55:19.559Z Downloaded icu_normalizer v2.1.1
8602026-07-04T15:55:19.559Z Downloaded pkg-config v0.3.32
8612026-07-04T15:55:19.559Z Downloaded pkcs8 v0.10.2
8622026-07-04T15:55:19.560Z Downloaded crossbeam-channel v0.5.15
8632026-07-04T15:55:19.560Z Downloaded icu_locale_core v2.1.1
8642026-07-04T15:55:19.560Z Downloaded paste v1.0.15
8652026-07-04T15:55:19.560Z Downloaded progenitor-client v0.14.0
8662026-07-04T15:55:19.560Z Downloaded peg-macros v0.8.5
8672026-07-04T15:55:19.560Z Downloaded parking_lot v0.11.2
8682026-07-04T15:55:19.561Z Downloaded libbz2-rs-sys v0.2.2
8692026-07-04T15:55:19.561Z Downloaded pem-rfc7468 v1.0.0
8702026-07-04T15:55:19.561Z Downloaded num-traits v0.2.19
8712026-07-04T15:55:19.561Z Downloaded phf v0.13.1
8722026-07-04T15:55:19.561Z Downloaded psl-types v2.0.11
8732026-07-04T15:55:19.561Z Downloaded miniz_oxide v0.8.9
8742026-07-04T15:55:19.561Z Downloaded poly1305 v0.8.0
8752026-07-04T15:55:19.561Z Downloaded num-complex v0.4.6
8762026-07-04T15:55:19.561Z Downloaded hickory-resolver v0.25.2
8772026-07-04T15:55:19.561Z Downloaded omicron-zone-package v0.12.3
8782026-07-04T15:55:19.561Z Downloaded proc-macro-crate v1.3.1
8792026-07-04T15:55:19.561Z Downloaded precomputed-hash v0.1.1
8802026-07-04T15:55:19.561Z Downloaded powerfmt v0.2.0
8812026-07-04T15:55:19.561Z Downloaded potential_utf v0.1.4
8822026-07-04T15:55:19.561Z Downloaded derive_more v2.1.1
8832026-07-04T15:55:19.561Z Downloaded proc-macro-crate v3.4.0
8842026-07-04T15:55:19.561Z Downloaded predicates-core v1.0.10
8852026-07-04T15:55:19.561Z Downloaded pkcs8 v0.11.0
8862026-07-04T15:55:19.561Z Downloaded polyval v0.7.1
8872026-07-04T15:55:19.561Z Downloaded postgres-protocol v0.6.10
8882026-07-04T15:55:19.570Z Downloaded pin-project-lite v0.2.17
8892026-07-04T15:55:19.570Z Downloaded expectorate v1.2.0
8902026-07-04T15:55:19.570Z Downloaded hickory-resolver v0.24.4
8912026-07-04T15:55:19.570Z Downloaded parking_lot v0.12.5
8922026-07-04T15:55:19.572Z Downloaded owo-colors v4.3.0
8932026-07-04T15:55:19.572Z Downloaded rand_xorshift v0.4.0
8942026-07-04T15:55:19.572Z Downloaded rand_chacha v0.3.1
8952026-07-04T15:55:19.572Z Downloaded ref-cast-impl v1.0.25
8962026-07-04T15:55:19.572Z Downloaded ref-cast v1.0.25
8972026-07-04T15:55:19.572Z Downloaded recursive v0.1.1
8982026-07-04T15:55:19.572Z Downloaded primefield v0.14.0
8992026-07-04T15:55:19.572Z Downloaded crossterm v0.28.1
9002026-07-04T15:55:19.572Z Downloaded progenitor-macro v0.14.0
9012026-07-04T15:55:19.572Z Downloaded primeorder v0.14.0-rc.10
9022026-07-04T15:55:19.572Z Downloaded primeorder v0.13.6
9032026-07-04T15:55:19.572Z Downloaded recursive-proc-macro-impl v0.1.1
9042026-07-04T15:55:19.572Z Downloaded parking_lot_core v0.9.12
9052026-07-04T15:55:19.572Z Downloaded ed25519-dalek v3.0.0-rc.0
9062026-07-04T15:55:19.572Z Downloaded rfc6979 v0.5.0
9072026-07-04T15:55:19.572Z Downloaded psm v0.1.30
9082026-07-04T15:55:19.572Z Downloaded diesel_derives v2.3.7
9092026-07-04T15:55:19.572Z Downloaded indicatif v0.18.4
9102026-07-04T15:55:19.572Z Downloaded rustc_version v0.1.7
9112026-07-04T15:55:19.572Z Downloaded rustc-hash v2.1.1
9122026-07-04T15:55:19.572Z Downloaded quick-error v1.2.3
9132026-07-04T15:55:19.572Z Downloaded postgres-types v0.2.12
9142026-07-04T15:55:19.572Z Downloaded progenitor-macro v0.13.0
9152026-07-04T15:55:19.572Z Downloaded russh-util v0.52.0
9162026-07-04T15:55:19.572Z Downloaded russh-cryptovec v0.61.0
9172026-07-04T15:55:19.573Z Downloaded rustc_version v0.4.1
9182026-07-04T15:55:19.573Z Downloaded rfc6979 v0.4.0
9192026-07-04T15:55:19.573Z Downloaded proc-macro-error-attr2 v2.0.0
9202026-07-04T15:55:19.573Z Downloaded rtoolbox v0.0.3
9212026-07-04T15:55:19.573Z Downloaded radium v0.7.0
9222026-07-04T15:55:19.573Z Downloaded hashbrown v0.13.2
9232026-07-04T15:55:19.573Z Downloaded rand_chacha v0.9.0
9242026-07-04T15:55:19.573Z Downloaded rand_seeder v0.4.0
9252026-07-04T15:55:19.573Z Downloaded rand_core v0.10.0
9262026-07-04T15:55:19.573Z Downloaded r2d2 v0.8.10
9272026-07-04T15:55:19.573Z Downloaded pin-project-internal v1.1.11
9282026-07-04T15:55:19.574Z Downloaded pin-project v1.1.11
9292026-07-04T15:55:19.574Z Downloaded rand_core v0.9.5
9302026-07-04T15:55:19.574Z Downloaded oso v0.27.3
9312026-07-04T15:55:19.574Z Downloaded heapless v0.8.0
9322026-07-04T15:55:19.574Z Downloaded progenitor v0.14.0
9332026-07-04T15:55:19.574Z Downloaded predicates v3.1.4
9342026-07-04T15:55:19.574Z Downloaded proc-macro-error2 v2.0.1
9352026-07-04T15:55:19.574Z Downloaded progenitor-extras v0.2.0
9362026-07-04T15:55:19.574Z Downloaded der v0.8.0
9372026-07-04T15:55:19.574Z Downloaded same-file v1.0.6
9382026-07-04T15:55:19.574Z Downloaded pkcs1 v0.8.0-rc.4
9392026-07-04T15:55:19.574Z Downloaded pkcs1 v0.7.5
9402026-07-04T15:55:19.574Z Downloaded icu_collections v2.1.1
9412026-07-04T15:55:19.574Z Downloaded p384 v0.14.0-rc.10
9422026-07-04T15:55:19.574Z Downloaded p256 v0.14.0-rc.10
9432026-07-04T15:55:19.574Z Downloaded sapling-renderdag v0.1.0
9442026-07-04T15:55:19.574Z Downloaded scheduled-thread-pool v0.2.7
9452026-07-04T15:55:19.574Z Downloaded pkcs5 v0.8.1
9462026-07-04T15:55:19.574Z Downloaded scopeguard v1.2.0
9472026-07-04T15:55:19.574Z Downloaded secrecy v0.8.0
9482026-07-04T15:55:19.574Z Downloaded resolv-conf v0.7.6
9492026-07-04T15:55:19.574Z Downloaded secrecy v0.10.3
9502026-07-04T15:55:19.574Z Downloaded poly1305 v0.9.0
9512026-07-04T15:55:19.574Z Downloaded rand_core v0.6.4
9522026-07-04T15:55:19.574Z Downloaded minimal-lexical v0.2.1
9532026-07-04T15:55:19.574Z Downloaded hashbrown v0.12.3
9542026-07-04T15:55:19.574Z Downloaded progenitor-client v0.13.0
9552026-07-04T15:55:19.574Z Downloaded rustls-pemfile v2.2.0
9562026-07-04T15:55:19.574Z Downloaded rustls-native-certs v0.8.3
9572026-07-04T15:55:19.574Z Downloaded hickory-server v0.25.2
9582026-07-04T15:55:19.574Z Downloaded seq-macro v0.3.6
9592026-07-04T15:55:19.574Z Downloaded serde_plain v1.0.2
9602026-07-04T15:55:19.574Z Downloaded scroll_derive v0.13.1
9612026-07-04T15:55:19.574Z Downloaded serde-big-array v0.5.1
9622026-07-04T15:55:19.574Z Downloaded semver v0.1.20
9632026-07-04T15:55:19.575Z Downloaded serde_urlencoded v0.7.1
9642026-07-04T15:55:19.575Z Downloaded serde_repr v0.1.20
9652026-07-04T15:55:19.575Z Downloaded ppv-lite86 v0.2.21
9662026-07-04T15:55:19.575Z Downloaded rustversion v1.0.22
9672026-07-04T15:55:19.583Z Downloaded jiff-static v0.2.21
9682026-07-04T15:55:19.583Z Downloaded prefix-trie v0.7.0
9692026-07-04T15:55:19.583Z Downloaded quinn-udp v0.5.14
9702026-07-04T15:55:19.583Z Downloaded aho-corasick v1.1.4
9712026-07-04T15:55:19.593Z Downloaded serde_spanned v1.1.1
9722026-07-04T15:55:19.593Z Downloaded aes-gcm v0.11.0
9732026-07-04T15:55:19.604Z Downloaded hyper-util v0.1.20
9742026-07-04T15:55:19.604Z Downloaded papergrid v0.17.0
9752026-07-04T15:55:19.604Z Downloaded http v1.4.2
9762026-07-04T15:55:19.609Z Downloaded sha1 v0.11.0
9772026-07-04T15:55:19.609Z Downloaded rusty-fork v0.3.1
9782026-07-04T15:55:19.609Z Downloaded sec1 v0.7.3
9792026-07-04T15:55:19.612Z Downloaded siphasher v1.0.2
9802026-07-04T15:55:19.617Z Downloaded scroll v0.13.0
9812026-07-04T15:55:19.617Z Downloaded scrypt v0.12.0
9822026-07-04T15:55:19.617Z Downloaded schemars_derive v0.8.22
9832026-07-04T15:55:19.620Z Downloaded sha1 v0.10.6
9842026-07-04T15:55:19.620Z Downloaded mio v1.2.0
9852026-07-04T15:55:19.624Z Downloaded shell-words v1.1.1
9862026-07-04T15:55:19.624Z Downloaded signature v2.2.0
9872026-07-04T15:55:19.624Z Downloaded signal-hook-tokio v0.3.1
9882026-07-04T15:55:19.628Z Downloaded sigpipe v0.1.3
9892026-07-04T15:55:19.628Z Downloaded signature v3.0.0
9902026-07-04T15:55:19.628Z Downloaded postcard v1.1.3
9912026-07-04T15:55:19.628Z Downloaded internal-russh-num-bigint v0.5.0
9922026-07-04T15:55:19.632Z Downloaded slog-envlogger v2.2.0
9932026-07-04T15:55:19.637Z Downloaded prettyplease v0.2.37
9942026-07-04T15:55:19.641Z Downloaded sec1 v0.8.1
9952026-07-04T15:55:19.641Z Downloaded slog-bunyan v2.5.0
9962026-07-04T15:55:19.642Z Downloaded openssl-sys v0.9.115
9972026-07-04T15:55:19.646Z Downloaded serde_path_to_error v0.1.20
9982026-07-04T15:55:19.646Z Downloaded serde_derive_internals v0.29.1
9992026-07-04T15:55:19.646Z Downloaded serde_bytes v0.11.19
10002026-07-04T15:55:19.649Z Downloaded serde-hex v0.1.0
10012026-07-04T15:55:19.649Z Downloaded pretty_assertions v1.4.1
10022026-07-04T15:55:19.649Z Downloaded rustls-pki-types v1.14.0
10032026-07-04T15:55:19.652Z Downloaded rcgen v0.12.1
10042026-07-04T15:55:19.656Z Downloaded crossterm v0.29.0
10052026-07-04T15:55:19.661Z Downloaded nom v7.1.3
10062026-07-04T15:55:19.664Z Downloaded salsa20 v0.11.0
10072026-07-04T15:55:19.664Z Downloaded progenitor-impl v0.14.0
10082026-07-04T15:55:19.667Z Downloaded serde_with_macros v1.5.2
10092026-07-04T15:55:19.675Z Downloaded num-bigint v0.4.6
10102026-07-04T15:55:19.678Z Downloaded libxml v0.3.3
10112026-07-04T15:55:19.683Z Downloaded sqlparser_derive v0.5.0
10122026-07-04T15:55:19.691Z Downloaded dropshot-api-manager v0.7.2
10132026-07-04T15:55:19.694Z Downloaded signal-hook-mio v0.2.5
10142026-07-04T15:55:19.697Z Downloaded simd-adler32 v0.3.8
10152026-07-04T15:55:19.703Z Downloaded stable_deref_trait v1.2.1
10162026-07-04T15:55:19.707Z Downloaded serdect v0.4.3
10172026-07-04T15:55:19.711Z Downloaded signal-hook-registry v1.4.8
10182026-07-04T15:55:19.715Z Downloaded slog-async v2.8.0
10192026-07-04T15:55:19.715Z Downloaded structmeta v0.3.0
10202026-07-04T15:55:19.715Z Downloaded shlex v1.3.0
10212026-07-04T15:55:19.720Z Downloaded progenitor v0.13.0
10222026-07-04T15:55:19.724Z Downloaded slog-dtrace v0.3.0
10232026-07-04T15:55:19.724Z Downloaded slab v0.4.12
10242026-07-04T15:55:19.724Z Downloaded hashbrown v0.16.1
10252026-07-04T15:55:19.728Z Downloaded subtle v2.6.1
10262026-07-04T15:55:19.728Z Downloaded strum v0.27.2
10272026-07-04T15:55:19.728Z Downloaded serde_cbor v0.11.2
10282026-07-04T15:55:19.731Z Downloaded itertools v0.13.0
10292026-07-04T15:55:19.735Z Downloaded sync-ptr v0.1.4
10302026-07-04T15:55:19.738Z Downloaded smf v0.2.3
10312026-07-04T15:55:19.738Z Downloaded hyper v1.10.1
10322026-07-04T15:55:19.742Z Downloaded ryu v1.0.23
10332026-07-04T15:55:19.745Z Downloaded slog-term v2.9.2
10342026-07-04T15:55:19.748Z Downloaded supports-color v3.0.2
10352026-07-04T15:55:19.748Z Downloaded slog-stdlog v4.1.1
10362026-07-04T15:55:19.748Z Downloaded itertools v0.10.5
10372026-07-04T15:55:19.754Z Downloaded serde_with_macros v3.17.0
10382026-07-04T15:55:19.758Z Downloaded snafu-derive v0.8.9
10392026-07-04T15:55:19.758Z Downloaded rustls-platform-verifier v0.6.2
10402026-07-04T15:55:19.762Z Downloaded tabwriter v1.4.1
10412026-07-04T15:55:19.762Z Downloaded progenitor-impl v0.13.0
10422026-07-04T15:55:19.762Z Downloaded sync_wrapper v1.0.2
10432026-07-04T15:55:19.762Z Downloaded futures-util v0.3.32
10442026-07-04T15:55:19.768Z Downloaded tap v1.0.1
10452026-07-04T15:55:19.772Z Downloaded string_cache v0.8.9
10462026-07-04T15:55:19.772Z Downloaded p521 v0.14.0-rc.10
10472026-07-04T15:55:19.775Z Downloaded static_assertions v1.1.0
10482026-07-04T15:55:19.775Z Downloaded tagptr v0.2.0
10492026-07-04T15:55:19.775Z Downloaded testing_table v0.3.0
10502026-07-04T15:55:19.778Z Downloaded thread-id v5.1.0
10512026-07-04T15:55:19.778Z Downloaded thiserror-impl-no-std v2.0.2
10522026-07-04T15:55:19.778Z Downloaded termtree v0.5.1
10532026-07-04T15:55:19.778Z Downloaded tabled_derive v0.11.0
10542026-07-04T15:55:19.782Z Downloaded spki v0.7.3
10552026-07-04T15:55:19.782Z Downloaded sha2 v0.11.0
10562026-07-04T15:55:19.786Z Downloaded spki v0.8.0
10572026-07-04T15:55:19.786Z Downloaded stacker v0.1.23
10582026-07-04T15:55:19.789Z Downloaded structmeta-derive v0.3.0
10592026-07-04T15:55:19.789Z Downloaded ssh-encoding v0.3.0-rc.9
10602026-07-04T15:55:19.789Z Downloaded ssh-cipher v0.3.0-rc.9
10612026-07-04T15:55:19.789Z Downloaded hkdf v0.12.4
10622026-07-04T15:55:19.793Z Downloaded quinn v0.11.9
10632026-07-04T15:55:19.793Z Downloaded sqlformat v0.3.5
10642026-07-04T15:55:19.796Z Downloaded ron v0.8.1
10652026-07-04T15:55:19.799Z Downloaded strum v0.26.3
10662026-07-04T15:55:19.799Z Downloaded strsim v0.10.0
10672026-07-04T15:55:19.799Z Downloaded strip-ansi-escapes v0.2.1
10682026-07-04T15:55:19.803Z Downloaded smallvec v0.6.14
10692026-07-04T15:55:19.803Z Downloaded time-core v0.1.8
10702026-07-04T15:55:19.803Z Downloaded slog-scope v4.4.1
10712026-07-04T15:55:19.803Z Downloaded rayon-core v1.13.0
10722026-07-04T15:55:19.809Z Downloaded hashbrown v0.15.5
10732026-07-04T15:55:19.814Z Downloaded tinyvec_macros v0.1.1
10742026-07-04T15:55:19.814Z Downloaded slog-json v2.6.1
10752026-07-04T15:55:19.814Z Downloaded strum_macros v0.24.3
10762026-07-04T15:55:19.817Z Downloaded publicsuffix v2.3.0
10772026-07-04T15:55:19.817Z Downloaded qorb v0.4.1
10782026-07-04T15:55:19.820Z Downloaded strum_macros v0.27.2
10792026-07-04T15:55:19.820Z Downloaded strum_macros v0.26.4
10802026-07-04T15:55:19.820Z Downloaded tokio-macros v2.7.0
10812026-07-04T15:55:19.824Z Downloaded rand v0.8.6
10822026-07-04T15:55:19.824Z Downloaded smallvec v1.15.1
10832026-07-04T15:55:19.827Z Downloaded nom v8.0.0
10842026-07-04T15:55:19.832Z Downloaded tokio-test v0.4.5
10852026-07-04T15:55:19.832Z Downloaded aws-lc-rs v1.16.3
10862026-07-04T15:55:19.836Z Downloaded take_mut v0.2.2
10872026-07-04T15:55:19.840Z Downloaded synstructure v0.13.2
10882026-07-04T15:55:19.840Z Downloaded num-bigint-dig v0.8.6
10892026-07-04T15:55:19.843Z Downloaded itertools v0.12.1
10902026-07-04T15:55:19.847Z Downloaded iri-string v0.7.10
10912026-07-04T15:55:19.852Z Downloaded schemars v0.9.0
10922026-07-04T15:55:19.856Z Downloaded similar v2.7.0
10932026-07-04T15:55:19.859Z Downloaded topological-sort v0.2.2
10942026-07-04T15:55:19.862Z Downloaded tiny-keccak v2.0.2
10952026-07-04T15:55:19.862Z Downloaded thread_local v1.1.9
10962026-07-04T15:55:19.862Z Downloaded tower-service v0.3.3
10972026-07-04T15:55:19.865Z Downloaded thiserror-no-std v2.0.2
10982026-07-04T15:55:19.865Z Downloaded termios v0.3.3
10992026-07-04T15:55:19.869Z Downloaded stringprep v0.1.5
11002026-07-04T15:55:19.869Z Downloaded spin v0.9.8
11012026-07-04T15:55:19.872Z Downloaded schemars v0.8.22
11022026-07-04T15:55:19.875Z Downloaded trait-variant v0.1.2
11032026-07-04T15:55:19.879Z Downloaded rsa v0.9.10
11042026-07-04T15:55:19.882Z Downloaded tokio-native-tls v0.3.1
11052026-07-04T15:55:19.885Z Downloaded idna v1.1.0
11062026-07-04T15:55:19.888Z Downloaded tls_codec v0.4.2
11072026-07-04T15:55:19.891Z Downloaded serde_yaml v0.9.34+deprecated
11082026-07-04T15:55:19.891Z Downloaded slog v2.8.2
11092026-07-04T15:55:19.895Z Downloaded signal-hook v0.3.18
11102026-07-04T15:55:19.895Z Downloaded time-macros v0.2.27
11112026-07-04T15:55:19.898Z Downloaded tower-layer v0.3.3
11122026-07-04T15:55:19.901Z Downloaded try-lock v0.2.5
11132026-07-04T15:55:19.901Z Downloaded tokio-tungstenite v0.21.0
11142026-07-04T15:55:19.901Z Downloaded rand v0.9.2
11152026-07-04T15:55:19.905Z Downloaded tinystr v0.8.2
11162026-07-04T15:55:19.905Z Downloaded unarray v0.1.4
11172026-07-04T15:55:19.905Z Downloaded crypto-primes v0.7.2
11182026-07-04T15:55:19.908Z Downloaded universal-hash v0.5.1
11192026-07-04T15:55:19.912Z Downloaded unicode-truncate v1.1.0
11202026-07-04T15:55:19.912Z Downloaded tokio-dtrace v0.1.1
11212026-07-04T15:55:19.912Z Downloaded socket2 v0.5.10
11222026-07-04T15:55:19.916Z Downloaded tls_codec_derive v0.4.2
11232026-07-04T15:55:19.916Z Downloaded socket2 v0.6.3
11242026-07-04T15:55:19.916Z Downloaded typify-macro v0.6.2
11252026-07-04T15:55:19.919Z Downloaded unicode-xid v0.2.6
11262026-07-04T15:55:19.919Z Downloaded untrusted v0.9.0
11272026-07-04T15:55:19.922Z Downloaded untrusted v0.7.1
11282026-07-04T15:55:19.922Z Downloaded universal-hash v0.6.1
11292026-07-04T15:55:19.925Z Downloaded itertools v0.14.0
11302026-07-04T15:55:19.928Z Downloaded hkdf v0.13.0
11312026-07-04T15:55:19.932Z Downloaded term v0.7.0
11322026-07-04T15:55:19.932Z Downloaded schemars v1.2.1
11332026-07-04T15:55:19.938Z Downloaded utf-8 v0.7.6
11342026-07-04T15:55:19.942Z Downloaded void v1.0.2
11352026-07-04T15:55:19.942Z Downloaded usdt-macro v0.6.0
11362026-07-04T15:55:19.942Z Downloaded usdt-attr-macro v0.6.0
11372026-07-04T15:55:19.942Z Downloaded usdt v0.6.0
11382026-07-04T15:55:19.942Z Downloaded unit-prefix v0.5.2
11392026-07-04T15:55:19.946Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11402026-07-04T15:55:19.946Z Downloaded tokio-tungstenite v0.23.1
11412026-07-04T15:55:19.946Z Downloaded samael v0.0.19
11422026-07-04T15:55:19.949Z Downloaded rand v0.10.1
11432026-07-04T15:55:19.952Z Downloaded libm v0.2.16
11442026-07-04T15:55:19.956Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11452026-07-04T15:55:19.959Z Downloaded rustls-webpki v0.103.13
11462026-07-04T15:55:19.966Z Downloaded want v0.3.1
11472026-07-04T15:55:19.971Z Downloaded icu_properties_data v2.1.2
11482026-07-04T15:55:19.976Z Downloaded h2 v0.4.15
11492026-07-04T15:55:19.980Z Downloaded blake3 v1.8.5
11502026-07-04T15:55:19.985Z Downloaded waitgroup v0.1.2
11512026-07-04T15:55:19.988Z Downloaded wait-timeout v0.2.1
11522026-07-04T15:55:19.988Z Downloaded tui-tree-widget v0.23.1
11532026-07-04T15:55:19.998Z Downloaded xattr v1.6.1
11542026-07-04T15:55:20.002Z Downloaded bindgen v0.71.1
11552026-07-04T15:55:20.002Z Downloaded tokio-stream v0.1.18
11562026-07-04T15:55:20.002Z Downloaded support-bundle-viewer v0.1.2
11572026-07-04T15:55:20.002Z Downloaded snafu v0.8.9
11582026-07-04T15:55:20.006Z Downloaded zeroize_derive v1.4.3
11592026-07-04T15:55:20.006Z Downloaded yoke-derive v0.8.1
11602026-07-04T15:55:20.006Z Downloaded xshell-macros v0.2.7
11612026-07-04T15:55:20.006Z Downloaded usdt-impl v0.6.0
11622026-07-04T15:55:20.006Z Downloaded tokio-rustls v0.26.4
11632026-07-04T15:55:20.011Z Downloaded rsa v0.10.0-rc.18
11642026-07-04T15:55:20.015Z Downloaded test-strategy v0.4.5
11652026-07-04T15:55:20.017Z Downloaded utf8_iter v1.0.4
11662026-07-04T15:55:20.021Z Downloaded vergen-lib v9.1.0
11672026-07-04T15:55:20.021Z Downloaded zerofrom-derive v0.1.6
11682026-07-04T15:55:20.021Z Downloaded vergen-lib v0.1.6
11692026-07-04T15:55:20.024Z Downloaded vergen-gitcl v1.0.8
11702026-07-04T15:55:20.024Z Downloaded vergen-git2 v9.1.0
11712026-07-04T15:55:20.027Z Downloaded zerofrom v0.1.6
11722026-07-04T15:55:20.035Z Downloaded term v1.2.1
11732026-07-04T15:55:20.041Z Downloaded toml_writer v1.1.1+spec-1.1.0
11742026-07-04T15:55:20.044Z Downloaded toml_parser v1.1.2+spec-1.1.0
11752026-07-04T15:55:20.044Z Downloaded vsss-rs v3.3.4
11762026-07-04T15:55:20.047Z Downloaded twox-hash v2.1.2
11772026-07-04T15:55:20.047Z Downloaded zone_cfg_derive v0.3.1
11782026-07-04T15:55:20.047Z Downloaded zone v0.3.1
11792026-07-04T15:55:20.047Z Downloaded subprocess v0.2.15
11802026-07-04T15:55:20.051Z Downloaded chrono v0.4.44
11812026-07-04T15:55:20.055Z Downloaded bitvec v1.0.1
11822026-07-04T15:55:20.062Z Downloaded unicode-properties v0.1.4
11832026-07-04T15:55:20.065Z Downloaded whoami v1.6.1
11842026-07-04T15:55:20.065Z Downloaded walkdir v2.5.0
11852026-07-04T15:55:20.068Z Downloaded wyz v0.5.1
11862026-07-04T15:55:20.068Z Downloaded whoami v2.1.0
11872026-07-04T15:55:20.073Z Downloaded toml v0.7.8
11882026-07-04T15:55:20.076Z Downloaded xshell v0.2.7
11892026-07-04T15:55:20.079Z Downloaded tar v0.4.45
11902026-07-04T15:55:20.345Z Downloaded unicase v2.9.0
11912026-07-04T15:55:20.345Z Downloaded uzers v0.12.2
11922026-07-04T15:55:20.345Z Downloaded vergen v9.1.0
11932026-07-04T15:55:20.345Z Downloaded zeroize v1.8.2
11942026-07-04T15:55:20.345Z Downloaded writeable v0.6.2
11952026-07-04T15:55:20.345Z Downloaded zstd-safe v7.2.4
11962026-07-04T15:55:20.345Z Downloaded zstd v0.13.3
11972026-07-04T15:55:20.345Z Downloaded tracing-attributes v0.1.31
11982026-07-04T15:55:20.345Z Downloaded steno v0.4.1
11992026-07-04T15:55:20.345Z Downloaded iddqd v0.4.2
12002026-07-04T15:55:20.345Z Downloaded unsafe-libyaml v0.2.11
12012026-07-04T15:55:20.345Z Downloaded tracing-core v0.1.36
12022026-07-04T15:55:20.345Z Downloaded tinyvec v1.10.0
12032026-07-04T15:55:20.345Z Downloaded unicode-bidi v0.3.18
12042026-07-04T15:55:20.345Z Downloaded toml v1.1.2+spec-1.1.0
12052026-07-04T15:55:20.345Z Downloaded rustyline v14.0.0
12062026-07-04T15:55:20.345Z Downloaded rpassword v7.4.0
12072026-07-04T15:55:20.345Z Downloaded zerocopy v0.6.6
12082026-07-04T15:55:20.345Z Downloaded yoke v0.8.1
12092026-07-04T15:55:20.345Z Downloaded yasna v0.5.2
12102026-07-04T15:55:20.345Z Downloaded tungstenite v0.23.0
12112026-07-04T15:55:20.345Z Downloaded serde_with v1.14.0
12122026-07-04T15:55:20.345Z Downloaded typify v0.6.2
12132026-07-04T15:55:20.345Z Downloaded uuid v1.23.4
12142026-07-04T15:55:20.345Z Downloaded zerovec-derive v0.11.2
12152026-07-04T15:55:20.345Z Downloaded tokio-postgres v0.7.16
12162026-07-04T15:55:20.346Z Downloaded reedline v0.40.0
12172026-07-04T15:55:20.346Z Downloaded vte v0.14.1
12182026-07-04T15:55:20.346Z Downloaded toml_edit v0.23.10+spec-1.0.0
12192026-07-04T15:55:20.346Z Downloaded p384 v0.13.1
12202026-07-04T15:55:20.346Z Downloaded tungstenite v0.21.0
12212026-07-04T15:55:20.346Z Downloaded reqwest v0.12.28
12222026-07-04T15:55:20.346Z Downloaded regex v1.12.3
12232026-07-04T15:55:20.346Z Downloaded reqwest v0.13.2
12242026-07-04T15:55:20.346Z Downloaded lalrpop v0.19.12
12252026-07-04T15:55:20.346Z Downloaded unicode_categories v0.1.1
12262026-07-04T15:55:20.346Z Downloaded curve25519-dalek v4.1.3
12272026-07-04T15:55:20.346Z Downloaded zopfli v0.8.3
12282026-07-04T15:55:20.346Z Downloaded moka v0.12.13
12292026-07-04T15:55:20.346Z Downloaded toml_edit v0.19.15
12302026-07-04T15:55:20.346Z Downloaded git2 v0.20.4
12312026-07-04T15:55:20.346Z Downloaded zip v0.6.6
12322026-07-04T15:55:20.346Z Downloaded quick-xml v0.37.5
12332026-07-04T15:55:20.346Z Downloaded url v2.5.8
12342026-07-04T15:55:20.346Z Downloaded zerotrie v0.2.3
12352026-07-04T15:55:20.346Z Downloaded zerocopy-derive v0.8.40
12362026-07-04T15:55:20.346Z Downloaded tower v0.5.3
12372026-07-04T15:55:20.346Z Downloaded rayon v1.11.0
12382026-07-04T15:55:20.346Z Downloaded petname v2.0.2
12392026-07-04T15:55:20.346Z Downloaded portable-atomic v1.13.1
12402026-07-04T15:55:20.346Z Downloaded goblin v0.10.5
12412026-07-04T15:55:20.346Z Downloaded yansi v1.0.1
12422026-07-04T15:55:20.346Z Downloaded x509-cert v0.2.5
12432026-07-04T15:55:20.364Z Downloaded typed-path v0.9.3
12442026-07-04T15:55:20.364Z Downloaded unicode-normalization v0.1.25
12452026-07-04T15:55:20.367Z Downloaded tough v0.22.0
12462026-07-04T15:55:20.374Z Downloaded object v0.30.4
12472026-07-04T15:55:20.380Z Downloaded unicode-segmentation v1.12.0
12482026-07-04T15:55:20.383Z Downloaded salty v0.3.0
12492026-07-04T15:55:20.387Z Downloaded nix v0.27.1
12502026-07-04T15:55:20.392Z Downloaded crypto-bigint v0.7.5
12512026-07-04T15:55:20.401Z Downloaded zip v4.6.1
12522026-07-04T15:55:20.405Z Downloaded proptest v1.10.0
12532026-07-04T15:55:20.409Z Downloaded bstr v1.12.1
12542026-07-04T15:55:20.415Z Downloaded ssh-key v0.7.0-rc.10
12552026-07-04T15:55:20.435Z Downloaded tokio-util v0.7.18
12562026-07-04T15:55:20.441Z Downloaded tower-http v0.6.8
12572026-07-04T15:55:20.446Z Downloaded radix_trie v0.2.1
12582026-07-04T15:55:20.461Z Downloaded serde_with v3.17.0
12592026-07-04T15:55:20.469Z Downloaded quinn-proto v0.11.13
12602026-07-04T15:55:20.473Z Downloaded zerovec v0.11.5
12612026-07-04T15:55:20.480Z Downloaded polar-core v0.27.3
12622026-07-04T15:55:20.484Z Downloaded russh v0.61.2
12632026-07-04T15:55:20.498Z Downloaded curve25519-dalek v5.0.0-rc.0
12642026-07-04T15:55:20.508Z Downloaded winnow v1.0.3
12652026-07-04T15:55:20.515Z Downloaded object v0.37.3
12662026-07-04T15:55:20.530Z Downloaded openapiv3 v2.2.0
12672026-07-04T15:55:20.538Z Downloaded vcpkg v0.2.15
12682026-07-04T15:55:20.561Z Downloaded zlib-rs v0.6.2
12692026-07-04T15:55:20.566Z Downloaded winnow v0.6.26
12702026-07-04T15:55:20.569Z Downloaded winnow v0.5.40
12712026-07-04T15:55:20.577Z Downloaded regress v0.10.5
12722026-07-04T15:55:20.596Z Downloaded nix v0.28.0
12732026-07-04T15:55:20.603Z Downloaded rustix v0.38.44
12742026-07-04T15:55:20.616Z Downloaded time v0.3.47
12752026-07-04T15:55:20.622Z Downloaded rustls v0.23.41
12762026-07-04T15:55:20.629Z Downloaded dropshot v0.17.1
12772026-07-04T15:55:20.643Z Downloaded regex-syntax v0.6.29
12782026-07-04T15:55:20.647Z Downloaded tabled v0.20.0
12792026-07-04T15:55:20.656Z Downloaded smoltcp v0.9.1
12802026-07-04T15:55:20.662Z Downloaded hickory-proto v0.24.4
12812026-07-04T15:55:20.671Z Downloaded nix v0.31.2
12822026-07-04T15:55:20.677Z Downloaded openssl v0.10.79
12832026-07-04T15:55:20.683Z Downloaded regress v0.11.1
12842026-07-04T15:55:20.699Z Downloaded diesel v2.3.7
12852026-07-04T15:55:20.712Z Downloaded smoltcp v0.11.0
12862026-07-04T15:55:20.717Z Downloaded zerocopy v0.8.40
12872026-07-04T15:55:20.722Z Downloaded sled v0.34.7
12882026-07-04T15:55:20.729Z Downloaded hickory-proto v0.25.2
12892026-07-04T15:55:20.737Z Downloaded regex-syntax v0.8.10
12902026-07-04T15:55:20.741Z Downloaded typify-impl v0.6.2
12912026-07-04T15:55:20.748Z Downloaded bzip2-sys v0.1.13+1.0.8
12922026-07-04T15:55:20.788Z Downloaded zerocopy-derive v0.6.6
12932026-07-04T15:55:20.811Z Downloaded petgraph v0.6.5
12942026-07-04T15:55:20.834Z Downloaded chrono-tz v0.10.4
12952026-07-04T15:55:20.858Z Downloaded fiat-crypto v0.3.0
12962026-07-04T15:55:20.866Z Downloaded sqlparser v0.61.0
12972026-07-04T15:55:20.893Z Downloaded tracing v0.1.44
12982026-07-04T15:55:20.903Z Downloaded ratatui v0.29.0
12992026-07-04T15:55:20.916Z Downloaded sha3 v0.11.0
13002026-07-04T15:55:20.920Z Downloaded sha3 v0.10.8
13012026-07-04T15:55:20.951Z Downloaded regex-automata v0.4.14
13022026-07-04T15:55:20.986Z Downloaded jiff v0.2.21
13032026-07-04T15:55:21.004Z Downloaded encoding_rs v0.8.35
13042026-07-04T15:55:21.014Z Downloaded petgraph v0.8.3
13052026-07-04T15:55:21.027Z Downloaded csv v1.4.0
13062026-07-04T15:55:21.043Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13072026-07-04T15:55:21.054Z Downloaded libz-sys v1.1.24
13082026-07-04T15:55:21.066Z Downloaded tokio v1.52.1
13092026-07-04T15:55:21.105Z Downloaded ring v0.17.14
13102026-07-04T15:55:21.135Z Downloaded libgit2-sys v0.18.3+1.9.2
13112026-07-04T15:55:21.731Z Downloaded aws-lc-sys v0.40.0
13122026-07-04T15:55:21.999Z Compiling libc v0.2.185
13132026-07-04T15:55:21.999Z Compiling serde_core v1.0.228
13142026-07-04T15:55:21.999Z Compiling serde v1.0.228
13152026-07-04T15:55:22.003Z Compiling log v0.4.29
13162026-07-04T15:55:22.003Z Compiling smallvec v1.15.1
13172026-07-04T15:55:22.146Z Compiling find-msvc-tools v0.1.9
13182026-07-04T15:55:22.154Z Compiling shlex v1.3.0
13192026-07-04T15:55:22.165Z Compiling syn v2.0.117
13202026-07-04T15:55:22.353Z Compiling subtle v2.6.1
13212026-07-04T15:55:22.368Z Compiling scopeguard v1.2.0
13222026-07-04T15:55:22.388Z Compiling stable_deref_trait v1.2.1
13232026-07-04T15:55:22.425Z Compiling typenum v1.20.1
13242026-07-04T15:55:22.467Z Compiling lock_api v0.4.14
13252026-07-04T15:55:22.471Z Compiling serde_json v1.0.150
13262026-07-04T15:55:22.490Z Compiling zerocopy v0.8.40
13272026-07-04T15:55:22.531Z Compiling portable-atomic v1.13.1
13282026-07-04T15:55:22.695Z Compiling parking_lot_core v0.9.12
13292026-07-04T15:55:22.698Z Compiling pin-project-lite v0.2.17
13302026-07-04T15:55:22.799Z Compiling pkg-config v0.3.32
13312026-07-04T15:55:22.954Z Compiling critical-section v1.2.0
13322026-07-04T15:55:22.969Z Compiling jobserver v0.1.34
13332026-07-04T15:55:23.015Z Compiling errno v0.3.14
13342026-07-04T15:55:23.056Z Compiling getrandom v0.2.17
13352026-07-04T15:55:23.156Z Compiling cc v1.2.56
13362026-07-04T15:55:23.237Z Compiling rand_core v0.6.4
13372026-07-04T15:55:23.275Z Compiling signal-hook-registry v1.4.8
13382026-07-04T15:55:23.355Z Compiling futures-core v0.3.32
13392026-07-04T15:55:23.501Z Compiling once_cell v1.21.3
13402026-07-04T15:55:23.501Z Compiling getrandom v0.4.1
13412026-07-04T15:55:23.549Z Compiling libm v0.2.16
13422026-07-04T15:55:23.582Z Compiling parking_lot v0.12.5
13432026-07-04T15:55:23.608Z Compiling mio v1.2.0
13442026-07-04T15:55:23.705Z Compiling num-traits v0.2.19
13452026-07-04T15:55:23.877Z Compiling generic-array v0.14.7
13462026-07-04T15:55:23.893Z Compiling rand_core v0.10.0
13472026-07-04T15:55:23.904Z Compiling const-oid v0.9.6
13482026-07-04T15:55:24.101Z Compiling percent-encoding v2.3.2
13492026-07-04T15:55:24.126Z Compiling litemap v0.8.1
13502026-07-04T15:55:24.289Z Compiling bitflags v2.11.0
13512026-07-04T15:55:24.313Z Compiling writeable v0.6.2
13522026-07-04T15:55:24.328Z Compiling semver v1.0.28
13532026-07-04T15:55:24.502Z Compiling socket2 v0.6.3
13542026-07-04T15:55:24.514Z Compiling icu_normalizer_data v2.1.1
13552026-07-04T15:55:24.626Z Compiling icu_properties_data v2.1.2
13562026-07-04T15:55:24.639Z Compiling futures-sink v0.3.32
13572026-07-04T15:55:24.661Z Compiling futures-task v0.3.32
13582026-07-04T15:55:24.739Z Compiling futures-channel v0.3.32
13592026-07-04T15:55:24.834Z Compiling slab v0.4.12
13602026-07-04T15:55:24.888Z Compiling futures-io v0.3.32
13612026-07-04T15:55:24.958Z Compiling synstructure v0.13.2
13622026-07-04T15:55:24.983Z Compiling indexmap v2.14.0
13632026-07-04T15:55:25.007Z Compiling rustversion v1.0.22
13642026-07-04T15:55:25.035Z Compiling getrandom v0.3.4
13652026-07-04T15:55:25.130Z Compiling utf8_iter v1.0.4
13662026-07-04T15:55:25.275Z Compiling form_urlencoded v1.2.2
13672026-07-04T15:55:25.387Z Compiling cmake v0.1.57
13682026-07-04T15:55:25.470Z Compiling rustix v1.1.3
13692026-07-04T15:55:25.505Z Compiling ident_case v1.0.1
13702026-07-04T15:55:25.629Z Compiling dunce v1.0.5
13712026-07-04T15:55:25.647Z Compiling fs_extra v1.3.0
13722026-07-04T15:55:25.706Z Compiling iana-time-zone v0.1.65
13732026-07-04T15:55:25.725Z Compiling regex-syntax v0.8.10
13742026-07-04T15:55:25.865Z Compiling base64ct v1.8.3
13752026-07-04T15:55:25.907Z Compiling aws-lc-sys v0.40.0
13762026-07-04T15:55:25.907Z Compiling vcpkg v0.2.15
13772026-07-04T15:55:26.009Z Compiling rand_core v0.9.5
13782026-07-04T15:55:26.103Z Compiling pem-rfc7468 v0.7.0
13792026-07-04T15:55:26.161Z Compiling rustc_version v0.4.1
13802026-07-04T15:55:26.287Z Compiling uuid v1.23.4
13812026-07-04T15:55:26.409Z Compiling tracing-core v0.1.36
13822026-07-04T15:55:26.487Z Compiling flagset v0.4.7
13832026-07-04T15:55:26.622Z Compiling aws-lc-rs v1.16.3
13842026-07-04T15:55:26.645Z Compiling openssl-sys v0.9.115
13852026-07-04T15:55:26.689Z Compiling serde_derive v1.0.228
13862026-07-04T15:55:26.929Z Compiling zeroize_derive v1.4.3
13872026-07-04T15:55:26.976Z Compiling zerofrom-derive v0.1.6
13882026-07-04T15:55:27.031Z Compiling yoke-derive v0.8.1
13892026-07-04T15:55:27.191Z Compiling zerocopy-derive v0.8.40
13902026-07-04T15:55:27.217Z Compiling zerovec-derive v0.11.2
13912026-07-04T15:55:27.592Z Compiling zeroize v1.8.2
13922026-07-04T15:55:27.802Z Compiling displaydoc v0.2.5
13932026-07-04T15:55:28.225Z Compiling tokio-macros v2.7.0
13942026-07-04T15:55:28.373Z Compiling futures-macro v0.3.32
13952026-07-04T15:55:28.403Z Compiling zerofrom v0.1.6
13962026-07-04T15:55:28.530Z Compiling yoke v0.8.1
13972026-07-04T15:55:28.576Z Compiling der_derive v0.7.3
13982026-07-04T15:55:28.701Z Compiling zerovec v0.11.5
13992026-07-04T15:55:28.716Z Compiling zerotrie v0.2.3
14002026-07-04T15:55:28.970Z Compiling crypto-common v0.1.7
14012026-07-04T15:55:29.035Z Compiling block-buffer v0.10.4
14022026-07-04T15:55:29.119Z Compiling thiserror-impl v2.0.18
14032026-07-04T15:55:29.180Z Compiling tinystr v0.8.2
14042026-07-04T15:55:29.210Z Compiling potential_utf v0.1.4
14052026-07-04T15:55:29.210Z Compiling futures-util v0.3.32
14062026-07-04T15:55:29.392Z Compiling icu_locale_core v2.1.1
14072026-07-04T15:55:29.464Z Compiling icu_collections v2.1.1
14082026-07-04T15:55:29.562Z Compiling digest v0.10.7
14092026-07-04T15:55:29.841Z Compiling tracing-attributes v0.1.31
14102026-07-04T15:55:29.941Z Compiling base64 v0.22.1
14112026-07-04T15:55:30.215Z Compiling bytes v1.11.1
14122026-07-04T15:55:30.254Z Compiling icu_provider v2.1.1
14132026-07-04T15:55:30.283Z Compiling chrono v0.4.44
14142026-07-04T15:55:30.498Z Compiling thiserror v2.0.18
14152026-07-04T15:55:30.572Z Compiling icu_normalizer v2.1.1
14162026-07-04T15:55:30.603Z Compiling icu_properties v2.1.2
14172026-07-04T15:55:30.845Z Compiling tokio v1.52.1
14182026-07-04T15:55:31.118Z Compiling http v1.4.2
14192026-07-04T15:55:31.176Z Compiling tracing v0.1.44
14202026-07-04T15:55:31.450Z Compiling der v0.7.10
14212026-07-04T15:55:31.555Z Compiling idna_adapter v1.2.1
14222026-07-04T15:55:31.663Z Compiling idna v1.1.0
14232026-07-04T15:55:31.700Z Compiling ppv-lite86 v0.2.21
14242026-07-04T15:55:31.718Z Compiling rustls-pki-types v1.14.0
14252026-07-04T15:55:32.028Z Compiling url v2.5.8
14262026-07-04T15:55:32.045Z Compiling rand_chacha v0.9.0
14272026-07-04T15:55:32.063Z Compiling http-body v1.0.1
14282026-07-04T15:55:32.167Z Compiling tinyvec_macros v0.1.1
14292026-07-04T15:55:32.212Z Compiling httparse v1.10.1
14302026-07-04T15:55:32.236Z Compiling openssl-probe v0.2.1
14312026-07-04T15:55:32.322Z Compiling cmov v0.5.4
14322026-07-04T15:55:32.411Z Compiling spki v0.7.3
14332026-07-04T15:55:32.540Z Compiling ctutils v0.4.2
14342026-07-04T15:55:32.618Z Compiling tinyvec v1.10.0
14352026-07-04T15:55:32.656Z Compiling rand v0.9.2
14362026-07-04T15:55:32.674Z Compiling pest_generator v2.8.6
14372026-07-04T15:55:32.730Z Compiling serde_derive_internals v0.29.1
14382026-07-04T15:55:32.751Z Compiling aho-corasick v1.1.4
14392026-07-04T15:55:32.803Z Compiling untrusted v0.7.1
14402026-07-04T15:55:32.922Z Compiling try-lock v0.2.5
14412026-07-04T15:55:32.938Z Compiling dyn-clone v1.0.20
14422026-07-04T15:55:33.028Z Compiling atomic-waker v1.1.2
14432026-07-04T15:55:33.069Z Compiling tower-layer v0.3.3
14442026-07-04T15:55:33.149Z Compiling tower-service v0.3.3
14452026-07-04T15:55:33.230Z Compiling schemars v0.8.22
14462026-07-04T15:55:33.242Z Compiling tempfile v3.25.0
14472026-07-04T15:55:33.318Z Compiling pest_derive v2.8.6
14482026-07-04T15:55:33.391Z Compiling want v0.3.1
14492026-07-04T15:55:33.452Z Compiling hybrid-array v0.4.13
14502026-07-04T15:55:33.550Z Compiling regex-automata v0.4.14
14512026-07-04T15:55:33.564Z Compiling schemars_derive v0.8.22
14522026-07-04T15:55:33.750Z Compiling ipnet v2.11.0
14532026-07-04T15:55:33.881Z Compiling scroll_derive v0.13.1
14542026-07-04T15:55:34.223Z Compiling darling_core v0.20.11
14552026-07-04T15:55:34.238Z Compiling untrusted v0.9.0
14562026-07-04T15:55:34.358Z Compiling foreign-types-shared v0.1.1
14572026-07-04T15:55:34.390Z Compiling openssl v0.10.79
14582026-07-04T15:55:34.442Z Compiling cpufeatures v0.2.17
14592026-07-04T15:55:34.516Z Compiling httpdate v1.0.3
14602026-07-04T15:55:34.632Z Compiling tokio-util v0.7.18
14612026-07-04T15:55:34.684Z Compiling rustls v0.23.41
14622026-07-04T15:55:34.743Z Compiling scroll v0.13.0
14632026-07-04T15:55:34.888Z Compiling foreign-types v0.3.2
14642026-07-04T15:55:34.961Z Compiling unicode-normalization v0.1.25
14652026-07-04T15:55:35.000Z Compiling pkcs8 v0.10.2
14662026-07-04T15:55:35.435Z Compiling h2 v0.4.15
14672026-07-04T15:55:35.658Z Compiling openssl-macros v0.1.1
14682026-07-04T15:55:35.699Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14692026-07-04T15:55:36.060Z Compiling spin v0.9.8
14702026-07-04T15:55:36.086Z Compiling crc32fast v1.5.0
14712026-07-04T15:55:36.101Z Compiling powerfmt v0.2.0
14722026-07-04T15:55:36.265Z Compiling num-conv v0.2.0
14732026-07-04T15:55:36.299Z Compiling native-tls v0.2.18
14742026-07-04T15:55:36.362Z Compiling time-core v0.1.8
14752026-07-04T15:55:36.441Z Compiling deranged v0.5.8
14762026-07-04T15:55:36.502Z Compiling darling_macro v0.20.11
14772026-07-04T15:55:36.516Z Compiling time-macros v0.2.27
14782026-07-04T15:55:36.978Z Compiling darling v0.20.11
14792026-07-04T15:55:37.061Z Compiling goblin v0.10.5
14802026-07-04T15:55:37.396Z Compiling sha2 v0.10.9
14812026-07-04T15:55:37.589Z Compiling hmac v0.12.1
14822026-07-04T15:55:37.603Z Compiling sync_wrapper v1.0.2
14832026-07-04T15:55:37.710Z Compiling wait-timeout v0.2.1
14842026-07-04T15:55:37.730Z Compiling crossbeam-utils v0.8.21
14852026-07-04T15:55:37.962Z Compiling quick-error v1.2.3
14862026-07-04T15:55:38.020Z Compiling simd-adler32 v0.3.8
14872026-07-04T15:55:38.068Z Compiling num_threads v0.1.7
14882026-07-04T15:55:38.164Z Compiling syn v1.0.109
14892026-07-04T15:55:38.260Z Compiling siphasher v1.0.2
14902026-07-04T15:55:38.444Z Compiling bit-vec v0.8.0
14912026-07-04T15:55:38.474Z Compiling hyper v1.10.1
14922026-07-04T15:55:38.676Z Compiling usdt-impl v0.6.0
14932026-07-04T15:55:38.911Z Compiling bit-set v0.8.0
14942026-07-04T15:55:39.075Z Compiling time v0.3.47
14952026-07-04T15:55:39.109Z Compiling rusty-fork v0.3.1
14962026-07-04T15:55:39.439Z Compiling tower v0.5.3
14972026-07-04T15:55:39.459Z Compiling derive_builder_core v0.20.2
14982026-07-04T15:55:39.659Z Compiling hyper-util v0.1.20
14992026-07-04T15:55:39.905Z Compiling dof v0.4.0
15002026-07-04T15:55:40.049Z Compiling dtrace-parser v0.3.0
15012026-07-04T15:55:40.311Z Compiling http-body-util v0.1.3
15022026-07-04T15:55:40.618Z Compiling thiserror-impl v1.0.69
15032026-07-04T15:55:40.665Z Compiling scroll_derive v0.12.1
15042026-07-04T15:55:40.828Z Compiling heapless v0.7.17
15052026-07-04T15:55:41.086Z Compiling rand_xorshift v0.4.0
15062026-07-04T15:55:41.100Z Compiling slog v2.8.2
15072026-07-04T15:55:41.195Z Compiling darling_core v0.21.3
15082026-07-04T15:55:41.248Z Compiling bzip2-sys v0.1.13+1.0.8
15092026-07-04T15:55:41.293Z Compiling thread-id v5.1.0
15102026-07-04T15:55:41.327Z Compiling cookie v0.18.1
15112026-07-04T15:55:41.375Z Compiling allocator-api2 v0.2.21
15122026-07-04T15:55:41.429Z Compiling unicode-properties v0.1.4
15132026-07-04T15:55:41.523Z Compiling unarray v0.1.4
15142026-07-04T15:55:41.537Z Compiling adler2 v2.0.1
15152026-07-04T15:55:41.631Z Compiling iri-string v0.7.10
15162026-07-04T15:55:41.631Z Compiling ryu v1.0.23
15172026-07-04T15:55:41.663Z Compiling signal-hook v0.3.18
15182026-07-04T15:55:41.698Z Compiling paste v1.0.15
15192026-07-04T15:55:41.819Z Compiling zstd-safe v7.2.4
15202026-07-04T15:55:41.843Z Compiling unicode-bidi v0.3.18
15212026-07-04T15:55:41.869Z Compiling anyhow v1.0.102
15222026-07-04T15:55:42.017Z Compiling thiserror v1.0.69
15232026-07-04T15:55:42.050Z Compiling serde_urlencoded v0.7.1
15242026-07-04T15:55:42.121Z Compiling miniz_oxide v0.8.9
15252026-07-04T15:55:42.287Z Compiling stringprep v0.1.5
15262026-07-04T15:55:42.356Z Compiling proptest v1.10.0
15272026-07-04T15:55:42.753Z Compiling tower-http v0.6.8
15282026-07-04T15:55:43.123Z Compiling scroll v0.12.0
15292026-07-04T15:55:43.156Z Compiling derive_builder_macro v0.20.2
15302026-07-04T15:55:43.276Z Compiling camino v1.2.2
15312026-07-04T15:55:43.383Z Compiling tokio-native-tls v0.3.1
15322026-07-04T15:55:43.554Z Compiling bstr v1.12.1
15332026-07-04T15:55:43.636Z Compiling ipnetwork v0.21.1
15342026-07-04T15:55:43.650Z Compiling block-padding v0.4.2
15352026-07-04T15:55:43.664Z Compiling crypto-common v0.2.2
15362026-07-04T15:55:43.679Z Compiling darling_macro v0.21.3
15372026-07-04T15:55:43.810Z Compiling block-buffer v0.12.1
15382026-07-04T15:55:44.000Z Compiling rustls-native-certs v0.8.3
15392026-07-04T15:55:44.021Z Compiling rand_chacha v0.3.1
15402026-07-04T15:55:44.170Z Compiling erased-serde v0.3.31
15412026-07-04T15:55:44.184Z Compiling toml_datetime v0.6.11
15422026-07-04T15:55:44.292Z Compiling serde_tokenstream v0.2.3
15432026-07-04T15:55:44.443Z Compiling serde_spanned v0.6.9
15442026-07-04T15:55:44.593Z Compiling signature v2.2.0
15452026-07-04T15:55:44.607Z Compiling md-5 v0.10.6
15462026-07-04T15:55:44.643Z Compiling pin-project-internal v1.1.11
15472026-07-04T15:55:44.771Z Compiling zerocopy-derive v0.7.35
15482026-07-04T15:55:44.774Z Compiling async-trait v0.1.89
15492026-07-04T15:55:44.805Z Compiling curve25519-dalek v4.1.3
15502026-07-04T15:55:45.151Z Compiling vergen-lib v9.1.0
15512026-07-04T15:55:45.350Z Compiling num-integer v0.1.46
15522026-07-04T15:55:45.414Z Compiling hash32 v0.2.1
15532026-07-04T15:55:45.603Z Compiling memoffset v0.9.1
15542026-07-04T15:55:45.681Z Compiling encoding_rs v0.8.35
15552026-07-04T15:55:45.722Z Compiling zlib-rs v0.6.2
15562026-07-04T15:55:45.762Z Compiling litrs v1.0.0
15572026-07-04T15:55:45.811Z Compiling cfg_aliases v0.2.1
15582026-07-04T15:55:45.831Z Compiling fallible-iterator v0.2.0
15592026-07-04T15:55:45.886Z Compiling mime v0.3.17
15602026-07-04T15:55:46.145Z Compiling num-bigint-dig v0.8.6
15612026-07-04T15:55:46.149Z Compiling rustix v0.38.44
15622026-07-04T15:55:46.271Z Compiling smoltcp v0.9.1
15632026-07-04T15:55:46.361Z Compiling psl-types v2.0.11
15642026-07-04T15:55:46.492Z Compiling ref-cast v1.0.25
15652026-07-04T15:55:46.600Z Compiling publicsuffix v2.3.0
15662026-07-04T15:55:46.659Z Compiling document-features v0.2.12
15672026-07-04T15:55:46.773Z Compiling postgres-protocol v0.6.10
15682026-07-04T15:55:46.862Z Compiling nix v0.31.2
15692026-07-04T15:55:47.025Z Compiling hubpack_derive v0.1.1
15702026-07-04T15:55:47.246Z Compiling pin-project v1.1.11
15712026-07-04T15:55:47.261Z Compiling zerocopy v0.7.35
15722026-07-04T15:55:47.280Z Compiling num-iter v0.1.45
15732026-07-04T15:55:47.395Z Compiling newtype-uuid v1.3.2
15742026-07-04T15:55:47.477Z Compiling rand v0.8.6
15752026-07-04T15:55:47.710Z Compiling darling v0.21.3
15762026-07-04T15:55:47.767Z Compiling oxnet v0.1.6
15772026-07-04T15:55:47.792Z Compiling inout v0.2.2
15782026-07-04T15:55:47.807Z Compiling derive_builder v0.20.2
15792026-07-04T15:55:47.821Z Compiling hyper-tls v0.6.0
15802026-07-04T15:55:47.929Z Compiling goblin v0.8.2
15812026-07-04T15:55:48.525Z Compiling phf_shared v0.13.1
15822026-07-04T15:55:48.541Z Compiling lazy_static v1.5.0
15832026-07-04T15:55:48.596Z Compiling flate2 v1.1.9
15842026-07-04T15:55:48.633Z Compiling regex v1.12.3
15852026-07-04T15:55:48.767Z Compiling anstyle-parse v0.2.7
15862026-07-04T15:55:48.857Z Compiling futures-executor v0.3.32
15872026-07-04T15:55:48.947Z Compiling hex v0.4.3
15882026-07-04T15:55:48.966Z Compiling terminal_size v0.4.3
15892026-07-04T15:55:49.003Z Compiling snafu-derive v0.8.9
15902026-07-04T15:55:49.051Z Compiling ref-cast-impl v1.0.25
15912026-07-04T15:55:49.100Z Compiling curve25519-dalek-derive v0.1.1
15922026-07-04T15:55:49.115Z Compiling daft-derive v0.1.7
15932026-07-04T15:55:49.219Z Compiling strum_macros v0.27.2
15942026-07-04T15:55:49.597Z Compiling vergen v9.1.0
15952026-07-04T15:55:49.750Z Compiling cargo-platform v0.3.2
15962026-07-04T15:55:49.796Z Compiling ff v0.13.1
15972026-07-04T15:55:49.844Z Compiling fs-err v3.3.0
15982026-07-04T15:55:49.936Z Compiling ahash v0.8.12
15992026-07-04T15:55:50.023Z Compiling foldhash v0.1.5
16002026-07-04T15:55:50.052Z Compiling bitflags v1.3.2
16012026-07-04T15:55:50.131Z Compiling object v0.37.3
16022026-07-04T15:55:50.163Z Compiling base16ct v0.2.0
16032026-07-04T15:55:50.195Z Compiling bumpalo v3.20.2
16042026-07-04T15:55:50.340Z Compiling foldhash v0.2.0
16052026-07-04T15:55:50.473Z Compiling unicode-segmentation v1.12.0
16062026-07-04T15:55:50.487Z Compiling winnow v0.5.40
16072026-07-04T15:55:50.566Z Compiling libbz2-rs-sys v0.2.2
16082026-07-04T15:55:50.863Z Compiling same-file v1.0.6
16092026-07-04T15:55:50.961Z Compiling managed v0.8.0
16102026-07-04T15:55:51.032Z Compiling bzip2 v0.6.1
16112026-07-04T15:55:51.224Z Compiling strum v0.27.2
16122026-07-04T15:55:51.241Z Compiling walkdir v2.5.0
16132026-07-04T15:55:51.256Z Compiling snafu v0.8.9
16142026-07-04T15:55:51.357Z Compiling clap_builder v4.6.0
16152026-07-04T15:55:51.458Z Compiling hashbrown v0.16.1
16162026-07-04T15:55:51.555Z Compiling zopfli v0.8.3
16172026-07-04T15:55:51.614Z Compiling sec1 v0.7.3
16182026-07-04T15:55:51.889Z Compiling toml_edit v0.19.15
16192026-07-04T15:55:51.980Z Compiling hashbrown v0.15.5
16202026-07-04T15:55:51.984Z Compiling dof v0.3.0
16212026-07-04T15:55:52.157Z Compiling cargo_metadata v0.23.1
16222026-07-04T15:55:52.210Z Compiling group v0.13.0
16232026-07-04T15:55:52.392Z Compiling daft v0.1.7
16242026-07-04T15:55:52.691Z Compiling futures v0.3.32
16252026-07-04T15:55:52.770Z Compiling anstream v0.6.21
16262026-07-04T15:55:52.785Z Compiling phf v0.13.1
16272026-07-04T15:55:53.077Z Compiling signal-hook-mio v0.2.5
16282026-07-04T15:55:53.196Z Compiling cookie_store v0.22.1
16292026-07-04T15:55:53.505Z Compiling zstd v0.13.3
16302026-07-04T15:55:53.518Z Compiling bzip2 v0.4.4
16312026-07-04T15:55:53.772Z Compiling reqwest v0.12.28
16322026-07-04T15:55:53.802Z Compiling cipher v0.5.2
16332026-07-04T15:55:53.833Z Compiling serde_with_macros v3.17.0
16342026-07-04T15:55:54.076Z Compiling hubpack v0.1.2
16352026-07-04T15:55:54.347Z Compiling postgres-types v0.2.12
16362026-07-04T15:55:54.495Z Compiling ed25519 v2.2.3
16372026-07-04T15:55:54.912Z Compiling usdt-macro v0.6.0
16382026-07-04T15:55:54.973Z Compiling usdt-attr-macro v0.6.0
16392026-07-04T15:55:55.407Z Compiling globset v0.4.18
16402026-07-04T15:55:55.506Z Compiling dtrace-parser v0.2.0
16412026-07-04T15:55:55.541Z Compiling phf_shared v0.11.3
16422026-07-04T15:55:55.684Z Compiling hkdf v0.12.4
16432026-07-04T15:55:55.734Z Compiling olpc-cjson v0.1.4
16442026-07-04T15:55:55.831Z Compiling pkcs1 v0.7.5
16452026-07-04T15:55:55.868Z Compiling serde-big-array v0.5.1
16462026-07-04T15:55:55.921Z Compiling serde_plain v1.0.2
16472026-07-04T15:55:56.012Z Compiling pem v3.0.6
16482026-07-04T15:55:56.091Z Compiling crypto-bigint v0.5.5
16492026-07-04T15:55:56.103Z Compiling serde_repr v0.1.20
16502026-07-04T15:55:56.241Z Compiling enum-as-inner v0.6.1
16512026-07-04T15:55:56.271Z Compiling clap_derive v4.6.1
16522026-07-04T15:55:56.336Z Compiling async-recursion v1.1.1
16532026-07-04T15:55:56.654Z Compiling strum_macros v0.26.4
16542026-07-04T15:55:56.738Z Compiling float-cmp v0.10.0
16552026-07-04T15:55:56.884Z Compiling memmap2 v0.9.10
16562026-07-04T15:55:56.979Z Compiling thread-id v4.2.2
16572026-07-04T15:55:57.069Z Compiling env_filter v1.0.0
16582026-07-04T15:55:57.102Z Compiling either v1.15.0
16592026-07-04T15:55:57.315Z Compiling const-oid v0.10.2
16602026-07-04T15:55:57.368Z Compiling predicates-core v1.0.10
16612026-07-04T15:55:57.489Z Compiling normalize-line-endings v0.3.0
16622026-07-04T15:55:57.518Z Compiling data-encoding v2.10.0
16632026-07-04T15:55:57.554Z Compiling cpufeatures v0.3.0
16642026-07-04T15:55:57.587Z Compiling keccak v0.1.6
16652026-07-04T15:55:57.627Z Compiling precomputed-hash v0.1.1
16662026-07-04T15:55:57.732Z Compiling static_assertions v1.1.0
16672026-07-04T15:55:57.808Z Compiling new_debug_unreachable v1.0.6
16682026-07-04T15:55:57.885Z Compiling whoami v2.1.0
16692026-07-04T15:55:58.003Z Compiling jiff v0.2.21
16702026-07-04T15:55:58.167Z Compiling fixedbitset v0.4.2
16712026-07-04T15:55:58.198Z Compiling typed-path v0.9.3
16722026-07-04T15:55:58.262Z Compiling fixedbitset v0.5.7
16732026-07-04T15:55:58.320Z Compiling difflib v0.4.0
16742026-07-04T15:55:58.381Z Compiling winnow v1.0.3
16752026-07-04T15:55:58.393Z Compiling strum v0.26.3
16762026-07-04T15:55:58.521Z Compiling petgraph v0.8.3
16772026-07-04T15:55:58.565Z Compiling predicates v3.1.4
16782026-07-04T15:55:58.582Z Compiling petgraph v0.6.5
16792026-07-04T15:55:58.726Z Compiling toml_parser v1.1.2+spec-1.1.0
16802026-07-04T15:55:58.879Z Compiling tokio-postgres v0.7.16
16812026-07-04T15:55:59.210Z Compiling clap v4.6.1
16822026-07-04T15:55:59.294Z Compiling string_cache v0.8.9
16832026-07-04T15:55:59.356Z Compiling toml_edit v0.22.27
16842026-07-04T15:55:59.402Z Compiling hickory-proto v0.25.2
16852026-07-04T15:55:59.518Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16862026-07-04T15:56:00.071Z Compiling sha3 v0.10.8
16872026-07-04T15:56:00.492Z Compiling chacha20 v0.10.0
16882026-07-04T15:56:00.579Z Compiling zip v4.6.1
16892026-07-04T15:56:00.872Z Compiling digest v0.11.3
16902026-07-04T15:56:01.105Z Compiling itertools v0.13.0
16912026-07-04T15:56:01.119Z Compiling env_logger v0.11.9
16922026-07-04T15:56:01.478Z Compiling usdt-impl v0.5.0
16932026-07-04T15:56:01.565Z Compiling usdt v0.6.0
16942026-07-04T15:56:01.829Z Compiling elliptic-curve v0.13.8
16952026-07-04T15:56:02.054Z Compiling rsa v0.9.10
16962026-07-04T15:56:02.069Z Compiling crossterm v0.28.1
16972026-07-04T15:56:02.152Z Compiling serde_with v3.17.0
16982026-07-04T15:56:02.233Z Compiling ed25519-dalek v2.2.0
16992026-07-04T15:56:02.361Z Compiling zip v0.6.6
17002026-07-04T15:56:02.937Z Compiling toml v0.7.8
17012026-07-04T15:56:03.270Z Compiling iddqd v0.4.2
17022026-07-04T15:56:03.767Z Compiling similar v2.7.0
17032026-07-04T15:56:03.865Z Compiling heck v0.4.1
17042026-07-04T15:56:04.036Z Compiling crossbeam-epoch v0.9.18
17052026-07-04T15:56:04.091Z Compiling tokio-stream v0.1.18
17062026-07-04T15:56:04.105Z Compiling buf-list v1.1.2
17072026-07-04T15:56:04.367Z Compiling x509-cert v0.2.5
17082026-07-04T15:56:04.382Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17092026-07-04T15:56:04.537Z Compiling openapiv3 v2.2.0
17102026-07-04T15:56:04.541Z Compiling peg-runtime v0.8.5
17112026-07-04T15:56:04.638Z Compiling lalrpop-util v0.19.12
17122026-07-04T15:56:04.674Z Compiling thread_local v1.1.9
17132026-07-04T15:56:04.860Z Compiling slog-async v2.8.0
17142026-07-04T15:56:04.865Z Compiling crossbeam-channel v0.5.15
17152026-07-04T15:56:04.924Z Compiling is-terminal v0.4.17
17162026-07-04T15:56:05.028Z Compiling filetime v0.2.27
17172026-07-04T15:56:05.177Z Compiling term v1.2.1
17182026-07-04T15:56:05.205Z Compiling take_mut v0.2.2
17192026-07-04T15:56:05.283Z Compiling xattr v1.6.1
17202026-07-04T15:56:05.330Z Compiling camino-tempfile v1.4.1
17212026-07-04T15:56:05.476Z Compiling slog-term v2.9.2
17222026-07-04T15:56:05.557Z Compiling tar v0.4.45
17232026-07-04T15:56:15.534Z Compiling rustls-webpki v0.103.13
17242026-07-04T15:56:18.217Z Compiling tokio-rustls v0.26.4
17252026-07-04T15:56:18.217Z Compiling rustls-platform-verifier v0.6.2
17262026-07-04T15:56:18.217Z Compiling tough v0.22.0
17272026-07-04T15:56:18.440Z Compiling hyper-rustls v0.27.7
17282026-07-04T15:56:18.635Z Compiling reqwest v0.13.2
17292026-07-04T15:56:20.851Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17302026-07-04T15:56:21.082Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17312026-07-04T15:56:23.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
17322026-07-04T15:56:24.041Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17332026-07-04T15:56:24.091ZJul 04 15:56:23.110 INFO Starting download, target: Console
17342026-07-04T15:56:24.091ZJul 04 15:56:23.110 INFO Starting download, target: Clickhouse
17352026-07-04T15:56:24.095ZJul 04 15:56:23.110 INFO Starting download, target: Cockroach
17362026-07-04T15:56:24.095ZJul 04 15:56:23.110 INFO Starting download, target: DendriteStub
17372026-07-04T15:56:24.095ZJul 04 15:56:23.110 INFO Starting download, target: MaghemiteMgd
17382026-07-04T15:56:24.095ZJul 04 15:56:23.110 INFO Starting download, target: MaghemiteDdmd
17392026-07-04T15:56:24.095ZJul 04 15:56:23.110 INFO Starting download, target: TransceiverControl
17402026-07-04T15:56:24.095ZJul 04 15:56:23.110 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17412026-07-04T15:56:24.095ZJul 04 15:56:23.110 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17422026-07-04T15:56:24.095ZJul 04 15:56:23.110 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17432026-07-04T15:56:24.095ZJul 04 15:56:23.110 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17442026-07-04T15:56:24.095ZJul 04 15:56:23.110 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17452026-07-04T15:56:24.095ZJul 04 15:56:23.110 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17462026-07-04T15:56:24.095ZJul 04 15:56:23.110 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17472026-07-04T15:56:24.447ZJul 04 15:56:23.466 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17482026-07-04T15:56:24.682ZJul 04 15:56:23.666 INFO Download complete, target: TransceiverControl
17492026-07-04T15:56:26.257ZJul 04 15:56:25.276 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17502026-07-04T15:56:26.329ZJul 04 15:56:25.348 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17512026-07-04T15:56:26.515ZJul 04 15:56:25.527 INFO Download complete, target: Console
17522026-07-04T15:56:27.092ZJul 04 15:56:26.071 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17532026-07-04T15:56:29.218ZJul 04 15:56:28.238 INFO Download complete, target: DendriteStub
17542026-07-04T15:56:30.370ZJul 04 15:56:29.364 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17552026-07-04T15:56:30.448ZJul 04 15:56:29.461 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17562026-07-04T15:56:31.032ZJul 04 15:56:30.040 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17572026-07-04T15:56:31.032ZJul 04 15:56:30.040 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17582026-07-04T15:56:32.365ZJul 04 15:56:31.384 INFO Download complete, target: MaghemiteDdmd
17592026-07-04T15:56:32.769ZJul 04 15:56:31.788 INFO Download complete, target: MaghemiteMgd
17602026-07-04T15:56:32.945ZJul 04 15:56:31.965 INFO Checking that binary works, target: Clickhouse
17612026-07-04T15:56:33.042ZJul 04 15:56:32.061 INFO Download complete, target: Clickhouse
17622026-07-04T15:56:35.556ZJul 04 15:56:34.575 INFO Checking that binary works, target: Cockroach
17632026-07-04T15:56:35.667ZJul 04 15:56:34.686 INFO Download complete, target: Cockroach
17642026-07-04T15:56:35.681ZAll builder prerequisites installed successfully, and PATH looks valid
17652026-07-04T15:56:35.686Z
17662026-07-04T15:56:35.686Zreal 2:02.148856082
17672026-07-04T15:56:35.686Zuser 6:34.881498668
17682026-07-04T15:56:35.686Zsys 1:20.751593757
17692026-07-04T15:56:35.686Ztrap 0.213444790
17702026-07-04T15:56:35.686Ztflt 0.611542473
17712026-07-04T15:56:35.686Zdflt 0.754184809
17722026-07-04T15:56:35.686Zkflt 0.024168394
17732026-07-04T15:56:35.686Zlock 23:05.980225933
17742026-07-04T15:56:35.686Zslp 20:06.532744485
17752026-07-04T15:56:35.686Zlat 42.979172171
17762026-07-04T15:56:35.686Zstop 1:57.363479042
17772026-07-04T15:56:35.686Z+ banner clippy
17782026-07-04T15:56:35.686Z
17792026-07-04T15:56:35.686Z #### # # ##### ##### # #
17802026-07-04T15:56:35.687Z # # # # # # # # # #
17812026-07-04T15:56:35.687Z # # # # # # # #
17822026-07-04T15:56:35.687Z # # # ##### ##### #
17832026-07-04T15:56:35.687Z # # # # # # #
17842026-07-04T15:56:35.687Z #### ###### # # # #
17852026-07-04T15:56:35.687Z
17862026-07-04T15:56:35.687Z+ export CARGO_INCREMENTAL=0
17872026-07-04T15:56:35.687Z+ CARGO_INCREMENTAL=0
17882026-07-04T15:56:35.687Z+ ptime -m cargo xtask clippy
17892026-07-04T15:56:36.132Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17902026-07-04T15:56:36.415Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17912026-07-04T15:56:38.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.56s
17922026-07-04T15:56:38.322Z Running `target/debug/xtask clippy`
17932026-07-04T15:56:38.346Zrunning: /home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
17942026-07-04T15:56:38.903Z Downloading crates ...
17952026-07-04T15:56:39.110Z Downloaded addr2line v0.25.1
17962026-07-04T15:56:39.114Z Downloaded cast v0.3.0
17972026-07-04T15:56:39.118Z Downloaded event-listener v5.4.1
17982026-07-04T15:56:39.121Z Downloaded httptest v0.16.4
17992026-07-04T15:56:39.125Z Downloaded constant_time_eq v0.3.1
18002026-07-04T15:56:39.129Z Downloaded libtest-mimic v0.8.1
18012026-07-04T15:56:39.129Z Downloaded cfg-expr v0.20.6
18022026-07-04T15:56:39.134Z Downloaded anes v0.1.6
18032026-07-04T15:56:39.134Z Downloaded event-listener-strategy v0.5.4
18042026-07-04T15:56:39.145Z Downloaded miette-derive v5.10.0
18052026-07-04T15:56:39.149Z Downloaded linkme-impl v0.3.35
18062026-07-04T15:56:39.149Z Downloaded assert-json-diff v2.0.2
18072026-07-04T15:56:39.149Z Downloaded target-spec v3.5.7
18082026-07-04T15:56:39.149Z Downloaded approx v0.5.1
18092026-07-04T15:56:39.149Z Downloaded nested v0.1.1
18102026-07-04T15:56:39.152Z Downloaded pathdiff v0.2.3
18112026-07-04T15:56:39.155Z Downloaded backtrace-ext v0.2.1
18122026-07-04T15:56:39.159Z Downloaded parking v2.2.1
18132026-07-04T15:56:39.164Z Downloaded linkme v0.3.35
18142026-07-04T15:56:39.164Z Downloaded owo-colors v3.5.0
18152026-07-04T15:56:39.164Z Downloaded async-object-pool v0.2.0
18162026-07-04T15:56:39.169Z Downloaded plotters-backend v0.3.7
18172026-07-04T15:56:39.174Z Downloaded escape8259 v0.5.3
18182026-07-04T15:56:39.178Z Downloaded similar-asserts v1.7.0
18192026-07-04T15:56:39.178Z Downloaded serde_regex v1.1.0
18202026-07-04T15:56:39.178Z Downloaded plotters-svg v0.3.7
18212026-07-04T15:56:39.186Z Downloaded futures-timer v3.0.3
18222026-07-04T15:56:39.189Z Downloaded criterion-plot v0.6.0
18232026-07-04T15:56:39.189Z Downloaded guppy-workspace-hack v0.1.0
18242026-07-04T15:56:39.195Z Downloaded target-triple v1.0.0
18252026-07-04T15:56:39.202Z Downloaded path-tree v0.8.3
18262026-07-04T15:56:39.207Z Downloaded hickory-client v0.25.2
18272026-07-04T15:56:39.210Z Downloaded assert_cmd v2.1.2
18282026-07-04T15:56:39.210Z Downloaded terminal_size v0.1.17
18292026-07-04T15:56:39.210Z Downloaded supports-unicode v2.1.0
18302026-07-04T15:56:39.213Z Downloaded supports-hyperlinks v2.1.0
18312026-07-04T15:56:39.213Z Downloaded supports-color v2.1.0
18322026-07-04T15:56:39.217Z Downloaded knuffel-derive v3.2.0
18332026-07-04T15:56:39.217Z Downloaded partial-io v0.5.4
18342026-07-04T15:56:39.222Z Downloaded concurrent-queue v2.5.0
18352026-07-04T15:56:39.223Z Downloaded tinytemplate v1.2.1
18362026-07-04T15:56:39.223Z Downloaded termcolor v1.4.1
18372026-07-04T15:56:39.226Z Downloaded relative-path v1.9.3
18382026-07-04T15:56:39.229Z Downloaded rust-argon2 v2.1.0
18392026-07-04T15:56:39.229Z Downloaded hex-literal v0.4.1
18402026-07-04T15:56:39.234Z Downloaded rustc-demangle v0.1.27
18412026-07-04T15:56:39.239Z Downloaded oorandom v11.1.5
18422026-07-04T15:56:39.243Z Downloaded async-lock v3.4.2
18432026-07-04T15:56:39.249Z Downloaded datatest-stable v0.3.3
18442026-07-04T15:56:39.252Z Downloaded stringmetrics v2.2.2
18452026-07-04T15:56:39.252Z Downloaded blake2b_simd v1.0.4
18462026-07-04T15:56:39.258Z Downloaded target-lexicon v0.13.3
18472026-07-04T15:56:39.265Z Downloaded trybuild v1.0.116
18482026-07-04T15:56:39.273Z Downloaded textwrap v0.15.2
18492026-07-04T15:56:39.276Z Downloaded rstest v0.25.0
18502026-07-04T15:56:39.280Z Downloaded fancy-regex v0.14.0
18512026-07-04T15:56:39.283Z Downloaded chumsky v0.9.3
18522026-07-04T15:56:39.286Z Downloaded knuffel v3.2.0
18532026-07-04T15:56:39.291Z Downloaded rstest_macros v0.25.0
18542026-07-04T15:56:39.291Z Downloaded miette v5.10.0
18552026-07-04T15:56:39.295Z Downloaded backtrace v0.3.76
18562026-07-04T15:56:39.306Z Downloaded rand_distr v0.5.1
18572026-07-04T15:56:39.313Z Downloaded criterion v0.7.0
18582026-07-04T15:56:39.321Z Downloaded guppy v0.17.25
18592026-07-04T15:56:39.325Z Downloaded plotters v0.3.7
18602026-07-04T15:56:39.329Z Downloaded hashbrown v0.14.5
18612026-07-04T15:56:39.344Z Downloaded gimli v0.32.3
18622026-07-04T15:56:40.336Z Downloaded httpmock v0.8.3
18632026-07-04T15:56:41.124Z Checking cfg-if v1.0.4
18642026-07-04T15:56:41.482Z Checking libc v0.2.185
18652026-07-04T15:56:41.485Z Checking serde_core v1.0.228
18662026-07-04T15:56:41.552Z Checking memchr v2.8.0
18672026-07-04T15:56:41.591Z Checking zeroize v1.8.2
18682026-07-04T15:56:41.592Z Checking smallvec v1.15.1
18692026-07-04T15:56:41.663Z Checking rand_core v0.10.0
18702026-07-04T15:56:41.699Z Checking itoa v1.0.17
18712026-07-04T15:56:41.699Z Checking subtle v2.6.1
18722026-07-04T15:56:41.794Z Checking log v0.4.29
18732026-07-04T15:56:41.832Z Checking libm v0.2.16
18742026-07-04T15:56:41.879Z Checking typenum v1.20.1
18752026-07-04T15:56:41.919Z Checking getrandom v0.4.1
18762026-07-04T15:56:41.919Z Checking errno v0.3.14
18772026-07-04T15:56:41.987Z Checking scopeguard v1.2.0
18782026-07-04T15:56:42.027Z Checking stable_deref_trait v1.2.1
18792026-07-04T15:56:42.044Z Checking zmij v1.0.21
18802026-07-04T15:56:42.113Z Checking lock_api v0.4.14
18812026-07-04T15:56:42.150Z Checking zerofrom v0.1.6
18822026-07-04T15:56:42.192Z Checking percent-encoding v2.3.2
18832026-07-04T15:56:42.229Z Checking writeable v0.6.2
18842026-07-04T15:56:42.290Z Checking yoke v0.8.1
18852026-07-04T15:56:42.326Z Checking litemap v0.8.1
18862026-07-04T15:56:42.365Z Checking icu_properties_data v2.1.2
18872026-07-04T15:56:42.365Z Checking icu_normalizer_data v2.1.1
18882026-07-04T15:56:42.435Z Checking pin-project-lite v0.2.17
18892026-07-04T15:56:42.478Z Checking zerovec v0.11.5
18902026-07-04T15:56:42.518Z Checking zerotrie v0.2.3
18912026-07-04T15:56:42.559Z Checking num-traits v0.2.19
18922026-07-04T15:56:42.562Z Checking form_urlencoded v1.2.2
18932026-07-04T15:56:42.626Z Checking utf8_iter v1.0.4
18942026-07-04T15:56:42.667Z Checking parking_lot_core v0.9.12
18952026-07-04T15:56:42.670Z Checking zerocopy v0.8.40
18962026-07-04T15:56:42.753Z Checking portable-atomic v1.13.1
18972026-07-04T15:56:42.796Z Checking critical-section v1.2.0
18982026-07-04T15:56:42.846Z Checking signal-hook-registry v1.4.8
18992026-07-04T15:56:42.885Z Checking parking_lot v0.12.5
19002026-07-04T15:56:42.928Z Checking mio v1.2.0
19012026-07-04T15:56:42.965Z Checking tinystr v0.8.2
19022026-07-04T15:56:43.034Z Checking potential_utf v0.1.4
19032026-07-04T15:56:43.071Z Checking serde v1.0.228
19042026-07-04T15:56:43.105Z Checking serde_json v1.0.150
19052026-07-04T15:56:43.108Z Checking bitflags v2.11.0
19062026-07-04T15:56:43.175Z Checking icu_locale_core v2.1.1
19072026-07-04T15:56:43.210Z Checking icu_collections v2.1.1
19082026-07-04T15:56:43.213Z Checking once_cell v1.21.3
19092026-07-04T15:56:43.290Z Checking socket2 v0.6.3
19102026-07-04T15:56:43.331Z Checking iana-time-zone v0.1.65
19112026-07-04T15:56:43.426Z Checking uuid v1.23.4
19122026-07-04T15:56:43.468Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19132026-07-04T15:56:43.505Z Checking bytes v1.11.1
19142026-07-04T15:56:43.552Z Checking chrono v0.4.44
19152026-07-04T15:56:43.588Z Checking thiserror v2.0.18
19162026-07-04T15:56:43.739Z Checking semver v1.0.28
19172026-07-04T15:56:43.776Z Checking futures-core v0.3.32
19182026-07-04T15:56:43.779Z Checking icu_provider v2.1.1
19192026-07-04T15:56:43.839Z Checking dyn-clone v1.0.20
19202026-07-04T15:56:43.843Z Checking getrandom v0.2.17
19212026-07-04T15:56:43.922Z Checking equivalent v1.0.2
19222026-07-04T15:56:43.965Z Checking cmov v0.5.4
19232026-07-04T15:56:43.969Z Checking tokio v1.52.1
19242026-07-04T15:56:43.998Z Checking rustix v1.1.3
19252026-07-04T15:56:44.064Z Checking rand_core v0.6.4
19262026-07-04T15:56:44.067Z Checking icu_properties v2.1.2
19272026-07-04T15:56:44.067Z Checking icu_normalizer v2.1.1
19282026-07-04T15:56:44.176Z Checking ctutils v0.4.2
19292026-07-04T15:56:44.264Z Checking byteorder v1.5.0
19302026-07-04T15:56:44.411Z Checking futures-sink v0.3.32
19312026-07-04T15:56:44.447Z Checking futures-task v0.3.32
19322026-07-04T15:56:44.450Z Checking hybrid-array v0.4.13
19332026-07-04T15:56:44.516Z Checking slab v0.4.12
19342026-07-04T15:56:44.551Z Checking futures-channel v0.3.32
19352026-07-04T15:56:44.610Z Checking futures-io v0.3.32
19362026-07-04T15:56:44.700Z Checking generic-array v0.14.7
19372026-07-04T15:56:44.750Z Checking thiserror v1.0.69
19382026-07-04T15:56:44.784Z Checking futures-util v0.3.32
19392026-07-04T15:56:44.874Z Checking getrandom v0.3.4
19402026-07-04T15:56:44.909Z Checking hashbrown v0.17.0
19412026-07-04T15:56:44.961Z Checking idna_adapter v1.2.1
19422026-07-04T15:56:45.042Z Checking base64ct v1.8.3
19432026-07-04T15:56:45.104Z Checking idna v1.1.0
19442026-07-04T15:56:45.169Z Checking const-oid v0.9.6
19452026-07-04T15:56:45.253Z Checking crypto-common v0.2.2
19462026-07-04T15:56:45.299Z Checking crypto-common v0.1.7
19472026-07-04T15:56:45.376Z Checking url v2.5.8
19482026-07-04T15:56:45.412Z Checking indexmap v2.14.0
19492026-07-04T15:56:45.447Z Checking ppv-lite86 v0.2.21
19502026-07-04T15:56:45.450Z Checking fnv v1.0.7
19512026-07-04T15:56:45.597Z Checking regex-syntax v0.8.10
19522026-07-04T15:56:45.760Z Checking block-buffer v0.12.1
19532026-07-04T15:56:45.830Z Checking schemars v0.8.22
19542026-07-04T15:56:45.871Z Checking block-buffer v0.10.4
19552026-07-04T15:56:45.908Z Checking http v1.4.2
19562026-07-04T15:56:45.948Z Checking tracing-core v0.1.36
19572026-07-04T15:56:45.983Z Checking base64 v0.22.1
19582026-07-04T15:56:46.033Z Checking digest v0.10.7
19592026-07-04T15:56:46.242Z Checking utf8parse v0.2.2
19602026-07-04T15:56:46.278Z Checking anstyle v1.0.14
19612026-07-04T15:56:46.282Z Checking tracing v0.1.44
19622026-07-04T15:56:46.370Z Checking colorchoice v1.0.4
19632026-07-04T15:56:46.483Z Checking anstyle-query v1.1.5
19642026-07-04T15:56:46.523Z Checking is_terminal_polyfill v1.70.2
19652026-07-04T15:56:46.526Z Checking ipnet v2.11.0
19662026-07-04T15:56:46.552Z Checking const-oid v0.10.2
19672026-07-04T15:56:46.556Z Checking anstyle-parse v1.0.0
19682026-07-04T15:56:46.649Z Checking terminal_size v0.4.3
19692026-07-04T15:56:46.652Z Checking aho-corasick v1.1.4
19702026-07-04T15:56:46.717Z Checking crossbeam-utils v0.8.21
19712026-07-04T15:56:46.750Z Checking unicode-ident v1.0.24
19722026-07-04T15:56:46.785Z Checking strsim v0.11.1
19732026-07-04T15:56:46.789Z Checking anstream v1.0.0
19742026-07-04T15:56:46.853Z Checking powerfmt v0.2.0
19752026-07-04T15:56:46.887Z Checking proc-macro2 v1.0.106
19762026-07-04T15:56:46.921Z Checking clap_lex v1.0.0
19772026-07-04T15:56:46.969Z Checking httparse v1.10.1
19782026-07-04T15:56:47.026Z Checking num-conv v0.2.0
19792026-07-04T15:56:47.072Z Checking deranged v0.5.8
19802026-07-04T15:56:47.108Z Checking clap_builder v4.6.0
19812026-07-04T15:56:47.111Z Checking cpufeatures v0.3.0
19822026-07-04T15:56:47.180Z Checking time-core v0.1.8
19832026-07-04T15:56:47.217Z Checking num_threads v0.1.7
19842026-07-04T15:56:47.251Z Checking tokio-util v0.7.18
19852026-07-04T15:56:47.251Z Checking quote v1.0.45
19862026-07-04T15:56:47.283Z Checking rand_core v0.9.5
19872026-07-04T15:56:47.347Z Checking digest v0.11.3
19882026-07-04T15:56:47.350Z Checking erased-serde v0.3.31
19892026-07-04T15:56:47.412Z Checking regex-automata v0.4.14
19902026-07-04T15:56:47.447Z Checking syn v2.0.117
19912026-07-04T15:56:47.511Z Checking http-body v1.0.1
19922026-07-04T15:56:47.578Z Checking atomic-waker v1.1.2
19932026-07-04T15:56:47.673Z Checking cpufeatures v0.2.17
19942026-07-04T15:56:47.708Z Checking allocator-api2 v0.2.21
19952026-07-04T15:56:47.765Z Checking slog v2.8.2
19962026-07-04T15:56:47.799Z Checking rand_chacha v0.9.0
19972026-07-04T15:56:47.907Z Checking aws-lc-sys v0.40.0
19982026-07-04T15:56:48.009Z Checking rustls-pki-types v1.14.0
19992026-07-04T15:56:48.045Z Checking anyhow v1.0.102
20002026-07-04T15:56:48.048Z Checking time v0.3.47
20012026-07-04T15:56:48.110Z Checking httpdate v1.0.3
20022026-07-04T15:56:48.266Z Checking untrusted v0.7.1
20032026-07-04T15:56:48.300Z Checking try-lock v0.2.5
20042026-07-04T15:56:48.333Z Checking rand v0.9.2
20052026-07-04T15:56:48.367Z Checking clap v4.6.1
20062026-07-04T15:56:48.402Z Checking h2 v0.4.15
20072026-07-04T15:56:48.437Z Checking aws-lc-rs v1.16.3
20082026-07-04T15:56:48.440Z Checking want v0.3.1
20092026-07-04T15:56:48.503Z Checking tower-service v0.3.3
20102026-07-04T15:56:48.616Z Checking tower-layer v0.3.3
20112026-07-04T15:56:48.621Z Checking ryu v1.0.23
20122026-07-04T15:56:48.792Z Checking ipnetwork v0.21.1
20132026-07-04T15:56:48.828Z Checking hex v0.4.3
20142026-07-04T15:56:48.831Z Checking untrusted v0.9.0
20152026-07-04T15:56:48.993Z Checking fastrand v2.3.0
20162026-07-04T15:56:49.032Z Checking mime v0.3.17
20172026-07-04T15:56:49.076Z Checking pem-rfc7468 v0.7.0
20182026-07-04T15:56:49.200Z Checking block-padding v0.4.2
20192026-07-04T15:56:49.236Z Checking spin v0.9.8
20202026-07-04T15:56:49.239Z Checking flagset v0.4.7
20212026-07-04T15:56:49.303Z Checking http-body-util v0.1.3
20222026-07-04T15:56:49.307Z Checking rustls-webpki v0.103.13
20232026-07-04T15:56:49.307Z Checking simd-adler32 v0.3.8
20242026-07-04T15:56:49.398Z Checking inout v0.2.2
20252026-07-04T15:56:49.432Z Checking der v0.7.10
20262026-07-04T15:56:49.468Z Checking pretty-hex v0.4.1
20272026-07-04T15:56:49.547Z Checking tempfile v3.25.0
20282026-07-04T15:56:49.584Z Checking openssl-probe v0.2.1
20292026-07-04T15:56:49.588Z Checking adler2 v2.0.1
20302026-07-04T15:56:49.649Z Checking plain v0.2.3
20312026-07-04T15:56:49.713Z Checking miniz_oxide v0.8.9
20322026-07-04T15:56:49.718Z Checking cipher v0.5.2
20332026-07-04T15:56:49.780Z Checking regex v1.12.3
20342026-07-04T15:56:49.784Z Checking rustls v0.23.41
20352026-07-04T15:56:49.784Z Checking serde_urlencoded v0.7.1
20362026-07-04T15:56:49.784Z Checking camino v1.2.2
20372026-07-04T15:56:49.998Z Checking encoding_rs v0.8.35
20382026-07-04T15:56:50.079Z Checking ucd-trie v0.1.7
20392026-07-04T15:56:50.113Z Checking rand_chacha v0.3.1
20402026-07-04T15:56:50.117Z Checking oxnet v0.1.6
20412026-07-04T15:56:50.146Z Checking sync_wrapper v1.0.2
20422026-07-04T15:56:50.218Z Checking spki v0.7.3
20432026-07-04T15:56:50.237Z Checking pest v2.8.6
20442026-07-04T15:56:50.347Z Checking rand v0.8.6
20452026-07-04T15:56:50.385Z Checking either v1.15.0
20462026-07-04T15:56:50.440Z Checking tower v0.5.3
20472026-07-04T15:56:50.485Z Checking futures-executor v0.3.32
20482026-07-04T15:56:50.598Z Checking crc32fast v1.5.0
20492026-07-04T15:56:50.658Z Checking iri-string v0.7.10
20502026-07-04T15:56:50.767Z Checking futures v0.3.32
20512026-07-04T15:56:50.866Z Checking foldhash v0.2.0
20522026-07-04T15:56:50.902Z Checking static_assertions v1.1.0
20532026-07-04T15:56:50.906Z Checking pkcs8 v0.10.2
20542026-07-04T15:56:50.978Z Checking openapiv3 v2.2.0
20552026-07-04T15:56:51.020Z Checking hubpack v0.1.2
20562026-07-04T15:56:51.050Z Checking hashbrown v0.16.1
20572026-07-04T15:56:51.114Z Checking zlib-rs v0.6.2
20582026-07-04T15:56:51.201Z Checking rustls-native-certs v0.8.3
20592026-07-04T15:56:51.240Z Checking hyper v1.10.1
20602026-07-04T15:56:51.359Z Checking sha2 v0.10.9
20612026-07-04T15:56:51.396Z Checking strum v0.26.3
20622026-07-04T15:56:51.532Z Checking psl-types v2.0.11
20632026-07-04T15:56:51.570Z Checking lazy_static v1.5.0
20642026-07-04T15:56:51.654Z Checking cookie v0.18.1
20652026-07-04T15:56:51.691Z Checking publicsuffix v2.3.0
20662026-07-04T15:56:51.695Z Checking tower-http v0.6.8
20672026-07-04T15:56:51.722Z Checking tinyvec_macros v0.1.1
20682026-07-04T15:56:51.817Z Checking tinyvec v1.10.0
20692026-07-04T15:56:51.877Z Checking scroll v0.13.0
20702026-07-04T15:56:51.913Z Checking cookie_store v0.22.1
20712026-07-04T15:56:52.009Z Checking flate2 v1.1.9
20722026-07-04T15:56:52.071Z Checking signature v2.2.0
20732026-07-04T15:56:52.107Z Checking tokio-rustls v0.26.4
20742026-07-04T15:56:52.142Z Checking rustls-platform-verifier v0.6.2
20752026-07-04T15:56:52.177Z Checking goblin v0.10.5
20762026-07-04T15:56:52.214Z Checking hyper-util v0.1.20
20772026-07-04T15:56:52.250Z Checking num-integer v0.1.46
20782026-07-04T15:56:52.285Z Checking memmap2 v0.9.10
20792026-07-04T15:56:52.321Z Checking bit-vec v0.8.0
20802026-07-04T15:56:52.324Z Checking data-encoding v2.10.0
20812026-07-04T15:56:52.386Z Checking dtrace-parser v0.3.0
20822026-07-04T15:56:52.423Z Checking hmac v0.12.1
20832026-07-04T15:56:52.468Z Checking wait-timeout v0.2.1
20842026-07-04T15:56:52.504Z Checking thread-id v5.1.0
20852026-07-04T15:56:52.537Z Checking bit-set v0.8.0
20862026-07-04T15:56:52.571Z Checking bstr v1.12.1
20872026-07-04T15:56:52.609Z Checking crossbeam-epoch v0.9.18
20882026-07-04T15:56:52.643Z Checking anstyle-parse v0.2.7
20892026-07-04T15:56:52.647Z Checking ahash v0.8.12
20902026-07-04T15:56:52.647Z Checking toml_datetime v0.6.11
20912026-07-04T15:56:52.738Z Checking serde_spanned v0.6.9
20922026-07-04T15:56:52.817Z Checking quick-error v1.2.3
20932026-07-04T15:56:52.853Z Checking anstream v0.6.21
20942026-07-04T15:56:52.887Z Checking rand_xorshift v0.4.0
20952026-07-04T15:56:52.922Z Checking memoffset v0.9.1
20962026-07-04T15:56:52.925Z Checking scroll v0.12.0
20972026-07-04T15:56:52.989Z Checking rusty-fork v0.3.1
20982026-07-04T15:56:52.993Z Checking unarray v0.1.4
20992026-07-04T15:56:53.055Z Checking x509-cert v0.2.5
21002026-07-04T15:56:53.059Z Checking zerocopy v0.7.35
21012026-07-04T15:56:53.121Z Checking unicode-segmentation v1.12.0
21022026-07-04T15:56:53.156Z Checking num-iter v0.1.45
21032026-07-04T15:56:53.190Z Checking proptest v1.10.0
21042026-07-04T15:56:53.224Z Checking goblin v0.8.2
21052026-07-04T15:56:53.292Z Checking dtrace-parser v0.2.0
21062026-07-04T15:56:53.457Z Checking ff v0.13.1
21072026-07-04T15:56:53.493Z Checking hyper-rustls v0.27.7
21082026-07-04T15:56:53.550Z Checking thread-id v4.2.2
21092026-07-04T15:56:53.586Z Checking foreign-types-shared v0.1.1
21102026-07-04T15:56:53.620Z Checking base16ct v0.2.0
21112026-07-04T15:56:53.656Z Checking group v0.13.0
21122026-07-04T15:56:53.695Z Checking foreign-types v0.3.2
21132026-07-04T15:56:53.730Z Checking reqwest v0.13.2
21142026-07-04T15:56:53.766Z Checking nix v0.31.2
21152026-07-04T15:56:53.769Z Checking sec1 v0.7.3
21162026-07-04T15:56:53.831Z Checking hkdf v0.12.4
21172026-07-04T15:56:53.834Z Checking crypto-bigint v0.5.5
21182026-07-04T15:56:53.990Z Checking rustix v0.38.44
21192026-07-04T15:56:54.026Z Checking openssl-sys v0.9.115
21202026-07-04T15:56:54.420Z Checking env_filter v1.0.0
21212026-07-04T15:56:54.472Z Checking dof v0.4.0
21222026-07-04T15:56:54.593Z Checking same-file v1.0.6
21232026-07-04T15:56:54.630Z Checking winnow v0.7.14
21242026-07-04T15:56:54.739Z Checking keccak v0.1.6
21252026-07-04T15:56:54.774Z Checking elliptic-curve v0.13.8
21262026-07-04T15:56:54.810Z Checking walkdir v2.5.0
21272026-07-04T15:56:54.928Z Checking sha3 v0.10.8
21282026-07-04T15:56:54.980Z Checking newtype-uuid v1.3.2
21292026-07-04T15:56:55.017Z Checking env_logger v0.11.9
21302026-07-04T15:56:55.020Z Checking openssl v0.10.79
21312026-07-04T15:56:55.101Z Checking dof v0.3.0
21322026-07-04T15:56:55.137Z Checking usdt-impl v0.6.0
21332026-07-04T15:56:55.140Z Checking num-bigint-dig v0.8.6
21342026-07-04T15:56:55.203Z Checking pkcs1 v0.7.5
21352026-07-04T15:56:55.207Z Checking daft v0.1.7
21362026-07-04T15:56:55.269Z Checking itertools v0.13.0
21372026-07-04T15:56:55.401Z Checking usdt-impl v0.5.0
21382026-07-04T15:56:55.437Z Checking serde_with v3.17.0
21392026-07-04T15:56:55.440Z Checking usdt v0.6.0
21402026-07-04T15:56:55.505Z Checking bitflags v1.3.2
21412026-07-04T15:56:55.602Z Checking siphasher v1.0.2
21422026-07-04T15:56:55.657Z Checking winnow v1.0.3
21432026-07-04T15:56:55.710Z Checking unicode-normalization v0.1.25
21442026-07-04T15:56:55.785Z Checking signal-hook v0.3.18
21452026-07-04T15:56:55.836Z Checking winnow v0.5.40
21462026-07-04T15:56:55.977Z Checking toml_parser v1.1.2+spec-1.1.0
21472026-07-04T15:56:56.015Z Checking managed v0.8.0
21482026-07-04T15:56:56.018Z Checking rsa v0.9.10
21492026-07-04T15:56:56.136Z Checking toml_write v0.1.2
21502026-07-04T15:56:56.220Z Checking chacha20 v0.10.0
21512026-07-04T15:56:56.315Z Checking curve25519-dalek v4.1.3
21522026-07-04T15:56:56.352Z Checking toml_edit v0.22.27
21532026-07-04T15:56:56.356Z Checking bzip2-sys v0.1.13+1.0.8
21542026-07-04T15:56:56.493Z Checking object v0.37.3
21552026-07-04T15:56:56.496Z Checking foldhash v0.1.5
21562026-07-04T15:56:56.560Z Checking bzip2 v0.4.4
21572026-07-04T15:56:56.684Z Checking hashbrown v0.15.5
21582026-07-04T15:56:56.747Z Checking signal-hook-mio v0.2.5
21592026-07-04T15:56:56.880Z Checking globset v0.4.18
21602026-07-04T15:56:56.883Z Checking ed25519 v2.2.3
21612026-07-04T15:56:57.000Z Checking toml_edit v0.19.15
21622026-07-04T15:56:57.047Z Checking native-tls v0.2.18
21632026-07-04T15:56:57.124Z Checking ref-cast v1.0.25
21642026-07-04T15:56:57.161Z Checking zstd-sys v2.0.16+zstd.1.5.7
21652026-07-04T15:56:57.197Z Checking ed25519-dalek v2.2.0
21662026-07-04T15:56:57.200Z Checking zip v0.6.6
21672026-07-04T15:56:57.264Z Checking tokio-native-tls v0.3.1
21682026-07-04T15:56:57.268Z Checking pin-project v1.1.11
21692026-07-04T15:56:57.332Z Checking zstd-safe v7.2.4
21702026-07-04T15:56:57.425Z Checking libbz2-rs-sys v0.2.2
21712026-07-04T15:56:57.455Z Checking hyper-tls v0.6.0
21722026-07-04T15:56:57.491Z Checking bumpalo v3.20.2
21732026-07-04T15:56:57.494Z Checking crossterm v0.28.1
21742026-07-04T15:56:57.557Z Checking similar v2.7.0
21752026-07-04T15:56:57.561Z Checking zstd v0.13.3
21762026-07-04T15:56:57.644Z Checking reqwest v0.12.28
21772026-07-04T15:56:57.716Z Checking zopfli v0.8.3
21782026-07-04T15:56:57.805Z Checking fs-err v3.3.0
21792026-07-04T15:56:57.840Z Checking bzip2 v0.6.1
21802026-07-04T15:56:57.962Z Checking pem v3.0.6
21812026-07-04T15:56:58.028Z Checking hash32 v0.2.1
21822026-07-04T15:56:58.067Z Checking toml v0.7.8
21832026-07-04T15:56:58.070Z Checking serde-big-array v0.5.1
21842026-07-04T15:56:58.134Z Checking jiff v0.2.21
21852026-07-04T15:56:58.168Z Checking unicode-properties v0.1.4
21862026-07-04T15:56:58.211Z Checking predicates-core v1.0.10
21872026-07-04T15:56:58.266Z Checking unicode-bidi v0.3.18
21882026-07-04T15:56:58.267Z Checking heapless v0.7.17
21892026-07-04T15:56:58.364Z Checking snafu v0.8.9
21902026-07-04T15:56:58.397Z Checking olpc-cjson v0.1.4
21912026-07-04T15:56:58.400Z Checking hickory-proto v0.25.2
21922026-07-04T15:56:58.466Z Checking md-5 v0.10.6
21932026-07-04T15:56:58.559Z Checking serde_plain v1.0.2
21942026-07-04T15:56:58.596Z Checking stringprep v0.1.5
21952026-07-04T15:56:58.630Z Checking float-cmp v0.10.0
21962026-07-04T15:56:58.633Z Checking typed-path v0.9.3
21972026-07-04T15:56:58.725Z Checking fallible-iterator v0.2.0
21982026-07-04T15:56:58.761Z Checking difflib v0.4.0
21992026-07-04T15:56:58.794Z Checking normalize-line-endings v0.3.0
22002026-07-04T15:56:58.798Z Checking smoltcp v0.9.1
22012026-07-04T15:56:58.860Z Checking iddqd v0.4.2
22022026-07-04T15:56:58.912Z Checking phf_shared v0.13.1
22032026-07-04T15:56:58.959Z Checking predicates v3.1.4
22042026-07-04T15:56:59.017Z Checking postgres-protocol v0.6.10
22052026-07-04T15:56:59.136Z Checking phf_shared v0.11.3
22062026-07-04T15:56:59.281Z Checking tokio-stream v0.1.18
22072026-07-04T15:56:59.318Z Checking buf-list v1.1.2
22082026-07-04T15:56:59.357Z Checking strum v0.27.2
22092026-07-04T15:56:59.436Z Checking lalrpop-util v0.19.12
22102026-07-04T15:56:59.472Z Checking tough v0.22.0
22112026-07-04T15:56:59.508Z Checking fixedbitset v0.4.2
22122026-07-04T15:56:59.544Z Checking new_debug_unreachable v1.0.6
22132026-07-04T15:56:59.623Z Checking fixedbitset v0.5.7
22142026-07-04T15:56:59.658Z Checking precomputed-hash v0.1.1
22152026-07-04T15:56:59.693Z Checking petgraph v0.6.5
22162026-07-04T15:56:59.697Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22172026-07-04T15:56:59.767Z Checking string_cache v0.8.9
22182026-07-04T15:56:59.803Z Checking postgres-types v0.2.12
22192026-07-04T15:56:59.841Z Checking petgraph v0.8.3
22202026-07-04T15:56:59.961Z Checking phf v0.13.1
22212026-07-04T15:57:00.137Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22222026-07-04T15:57:00.173Z Checking peg-runtime v0.8.5
22232026-07-04T15:57:00.344Z Checking whoami v2.1.0
22242026-07-04T15:57:00.393Z Checking zip v4.6.1
22252026-07-04T15:57:00.593Z Checking is-terminal v0.4.17
22262026-07-04T15:57:00.606Z Checking tokio-postgres v0.7.16
22272026-07-04T15:57:00.672Z Checking crossbeam-channel v0.5.15
22282026-07-04T15:57:00.977Z Checking thread_local v1.1.9
22292026-07-04T15:57:01.013Z Compiling structmeta-derive v0.3.0
22302026-07-04T15:57:01.048Z Checking term v1.2.1
22312026-07-04T15:57:01.171Z Checking take_mut v0.2.2
22322026-07-04T15:57:01.232Z Compiling newtype-uuid-macros v0.1.0
22332026-07-04T15:57:01.296Z Checking slog-term v2.9.2
22342026-07-04T15:57:01.331Z Checking slog-async v2.8.0
22352026-07-04T15:57:01.411Z Compiling multer v3.1.0
22362026-07-04T15:57:01.516Z Compiling async-stream-impl v0.3.6
22372026-07-04T15:57:01.551Z Checking match_cfg v0.1.0
22382026-07-04T15:57:01.583Z Checking slog-json v2.6.1
22392026-07-04T15:57:01.673Z Checking hostname v0.3.1
22402026-07-04T15:57:01.714Z Compiling dropshot v0.17.1
22412026-07-04T15:57:01.765Z Compiling dropshot_endpoint v0.17.1
22422026-07-04T15:57:01.799Z Checking slog-bunyan v2.5.0
22432026-07-04T15:57:01.884Z Checking debug-ignore v1.0.5
22442026-07-04T15:57:01.936Z Checking progenitor-client v0.14.0
22452026-07-04T15:57:02.008Z Checking sha1 v0.11.0
22462026-07-04T15:57:02.044Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22472026-07-04T15:57:02.110Z Checking serde_path_to_error v0.1.20
22482026-07-04T15:57:02.144Z Compiling structmeta v0.3.0
22492026-07-04T15:57:02.178Z Checking serde_spanned v1.1.1
22502026-07-04T15:57:02.216Z Checking toml_datetime v1.1.1+spec-1.1.0
22512026-07-04T15:57:02.254Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22522026-07-04T15:57:02.289Z Checking toml_writer v1.1.1+spec-1.1.0
22532026-07-04T15:57:02.336Z Checking compression-core v0.4.31
22542026-07-04T15:57:02.375Z Compiling derive-ex v0.1.8
22552026-07-04T15:57:02.409Z Checking async-stream v0.3.6
22562026-07-04T15:57:02.486Z Checking compression-codecs v0.4.37
22572026-07-04T15:57:02.522Z Checking toml v1.1.2+spec-1.1.0
22582026-07-04T15:57:02.554Z Checking rustls-pemfile v2.2.0
22592026-07-04T15:57:02.589Z Checking waitgroup v0.1.2
22602026-07-04T15:57:02.676Z Checking async-compression v0.4.41
22612026-07-04T15:57:02.712Z Checking hostname v0.4.2
22622026-07-04T15:57:02.715Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22632026-07-04T15:57:02.715Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22642026-07-04T15:57:02.808Z Checking atomicwrites v0.4.4
22652026-07-04T15:57:02.842Z Checking itertools v0.14.0
22662026-07-04T15:57:02.904Z Compiling parse-display-derive v0.10.0
22672026-07-04T15:57:02.908Z Checking macaddr v1.0.1
22682026-07-04T15:57:02.974Z Checking regress v0.10.5
22692026-07-04T15:57:02.974Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22702026-07-04T15:57:03.125Z Checking instant v0.1.13
22712026-07-04T15:57:03.160Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22722026-07-04T15:57:03.239Z Checking backoff v0.4.0
22732026-07-04T15:57:03.418Z Checking backon v1.6.0
22742026-07-04T15:57:03.456Z Checking humantime v2.3.0
22752026-07-04T15:57:03.459Z Checking unicode-width v0.2.0
22762026-07-04T15:57:03.607Z Checking progenitor-extras v0.2.0
22772026-07-04T15:57:03.694Z Compiling convert_case v0.4.0
22782026-07-04T15:57:03.732Z Checking heck v0.5.0
22792026-07-04T15:57:03.856Z Checking half v2.7.1
22802026-07-04T15:57:03.895Z Checking ciborium-io v0.2.2
22812026-07-04T15:57:03.927Z Checking secrecy v0.10.3
22822026-07-04T15:57:04.013Z Checking camino-tempfile v1.4.1
22832026-07-04T15:57:04.072Z Compiling regress v0.11.1
22842026-07-04T15:57:04.108Z Compiling test-strategy v0.4.5
22852026-07-04T15:57:04.108Z Compiling derive_more v0.99.20
22862026-07-04T15:57:04.173Z Checking ciborium-ll v0.2.2
22872026-07-04T15:57:04.206Z Checking indent_write v2.2.0
22882026-07-04T15:57:04.394Z Checking ciborium v0.2.2
22892026-07-04T15:57:04.427Z Compiling crucible-workspace-hack v0.1.0
22902026-07-04T15:57:04.600Z Checking parse-display v0.10.0
22912026-07-04T15:57:04.686Z Compiling unsafe-libyaml v0.2.11
22922026-07-04T15:57:04.837Z Checking inout v0.1.4
22932026-07-04T15:57:04.873Z Checking universal-hash v0.5.1
22942026-07-04T15:57:05.002Z Checking cipher v0.4.4
22952026-07-04T15:57:05.037Z Compiling thiserror-impl-no-std v2.0.2
22962026-07-04T15:57:05.234Z Compiling serde_yaml v0.9.34+deprecated
22972026-07-04T15:57:05.441Z Checking opaque-debug v0.3.1
22982026-07-04T15:57:05.537Z Checking swrite v0.1.0
22992026-07-04T15:57:05.574Z Checking poly1305 v0.8.0
23002026-07-04T15:57:05.639Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23012026-07-04T15:57:05.673Z Compiling typify-impl v0.6.2
23022026-07-04T15:57:05.863Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23032026-07-04T15:57:06.039Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23042026-07-04T15:57:06.207Z Checking chacha20 v0.9.1
23052026-07-04T15:57:06.247Z Checking thiserror-no-std v2.0.2
23062026-07-04T15:57:06.361Z Checking blake2 v0.10.6
23072026-07-04T15:57:06.430Z Checking aead v0.5.2
23082026-07-04T15:57:06.603Z Checking password-hash v0.5.0
23092026-07-04T15:57:06.637Z Checking chacha20poly1305 v0.10.1
23102026-07-04T15:57:06.685Z Checking vsss-rs v3.3.4
23112026-07-04T15:57:06.719Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23122026-07-04T15:57:06.787Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23132026-07-04T15:57:06.858Z Checking argon2 v0.5.3
23142026-07-04T15:57:07.081Z Checking byte-wrapper v0.1.0
23152026-07-04T15:57:07.156Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23162026-07-04T15:57:07.190Z Checking crossbeam-deque v0.8.6
23172026-07-04T15:57:07.273Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23182026-07-04T15:57:07.319Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23192026-07-04T15:57:07.354Z Compiling rayon-core v1.13.0
23202026-07-04T15:57:07.392Z Compiling toml_datetime v0.7.5+spec-1.1.0
23212026-07-04T15:57:07.426Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23222026-07-04T15:57:07.667Z Compiling toml_edit v0.23.10+spec-1.0.0
23232026-07-04T15:57:07.859Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23242026-07-04T15:57:07.981Z Compiling proc-macro-error v1.0.4
23252026-07-04T15:57:08.066Z Checking rayon v1.11.0
23262026-07-04T15:57:08.322Z Compiling proc-macro-crate v3.4.0
23272026-07-04T15:57:08.754Z Checking tabwriter v1.4.1
23282026-07-04T15:57:08.803Z Checking toml v0.8.23
23292026-07-04T15:57:08.903Z Compiling num_enum_derive v0.7.6
23302026-07-04T15:57:08.938Z Checking glob v0.3.3
23312026-07-04T15:57:08.941Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23322026-07-04T15:57:09.051Z Checking colored v3.1.1
23332026-07-04T15:57:09.091Z Compiling heapless v0.8.0
23342026-07-04T15:57:09.143Z Compiling ingot-macros v0.1.1
23352026-07-04T15:57:09.147Z Checking hash32 v0.3.1
23362026-07-04T15:57:09.274Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23372026-07-04T15:57:09.324Z Checking unicode-width v0.1.14
23382026-07-04T15:57:09.521Z Compiling smoltcp v0.11.0
23392026-07-04T15:57:09.598Z Checking cobs v0.3.0
23402026-07-04T15:57:09.630Z Compiling usdt-macro v0.5.0
23412026-07-04T15:57:09.771Z Compiling usdt-attr-macro v0.5.0
23422026-07-04T15:57:09.852Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23432026-07-04T15:57:09.933Z Checking memmap v0.7.0
23442026-07-04T15:57:09.970Z Checking num_enum v0.7.6
23452026-07-04T15:57:10.066Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23462026-07-04T15:57:10.132Z Checking postcard v1.1.3
23472026-07-04T15:57:10.195Z Compiling typify-macro v0.6.2
23482026-07-04T15:57:10.334Z Checking rand v0.10.1
23492026-07-04T15:57:10.383Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23502026-07-04T15:57:10.447Z Compiling proc-macro-crate v1.3.1
23512026-07-04T15:57:10.574Z Checking usdt v0.5.0
23522026-07-04T15:57:10.624Z Checking sigpipe v0.1.3
23532026-07-04T15:57:10.730Z Compiling foreign-types-macros v0.2.3
23542026-07-04T15:57:10.777Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23552026-07-04T15:57:10.833Z Checking foreign-types-shared v0.3.1
23562026-07-04T15:57:10.882Z Compiling num_enum_derive v0.5.11
23572026-07-04T15:57:11.115Z Checking cstr-argument v0.1.2
23582026-07-04T15:57:11.216Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23592026-07-04T15:57:11.263Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23602026-07-04T15:57:11.382Z Compiling num-derive v0.4.2
23612026-07-04T15:57:11.387Z Checking foreign-types v0.5.0
23622026-07-04T15:57:11.458Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23632026-07-04T15:57:11.686Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23642026-07-04T15:57:11.754Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23652026-07-04T15:57:11.798Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23662026-07-04T15:57:11.832Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23672026-07-04T15:57:11.941Z Compiling typify v0.6.2
23682026-07-04T15:57:11.980Z Checking num_enum v0.5.11
23692026-07-04T15:57:12.061Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23702026-07-04T15:57:12.065Z Checking ingot-types v0.1.2
23712026-07-04T15:57:12.065Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23722026-07-04T15:57:12.193Z Compiling progenitor-impl v0.14.0
23732026-07-04T15:57:12.197Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23742026-07-04T15:57:12.338Z Compiling zone_cfg_derive v0.3.1
23752026-07-04T15:57:12.447Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23762026-07-04T15:57:12.481Z Checking ingot v0.1.1
23772026-07-04T15:57:12.515Z Checking itertools v0.12.1
23782026-07-04T15:57:12.648Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23792026-07-04T15:57:12.926Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23802026-07-04T15:57:13.110Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23812026-07-04T15:57:13.152Z Checking smf v0.2.3
23822026-07-04T15:57:13.186Z Checking whoami v1.6.1
23832026-07-04T15:57:13.218Z Checking tokio-dtrace v0.1.1
23842026-07-04T15:57:13.354Z Compiling derive-where v1.6.0
23852026-07-04T15:57:13.388Z Checking console v0.15.11
23862026-07-04T15:57:13.421Z Checking newline-converter v0.3.0
23872026-07-04T15:57:13.453Z Checking oxide-tokio-rt v0.1.4
23882026-07-04T15:57:13.555Z Checking bytecount v0.6.9
23892026-07-04T15:57:13.594Z Checking zone v0.3.1
23902026-07-04T15:57:13.645Z Compiling owo-colors v4.3.0
23912026-07-04T15:57:13.687Z Compiling cancel-safe-futures v0.1.5
23922026-07-04T15:57:13.721Z Checking expectorate v1.2.0
23932026-07-04T15:57:13.877Z Checking libsw-core v0.3.2
23942026-07-04T15:57:13.970Z Checking num-rational v0.4.2
23952026-07-04T15:57:14.067Z Checking libsw v3.5.0
23962026-07-04T15:57:14.132Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23972026-07-04T15:57:14.242Z Checking num-complex v0.4.6
23982026-07-04T15:57:14.307Z Checking linear-map v1.2.0
23992026-07-04T15:57:14.486Z Checking float-ord v0.3.2
24002026-07-04T15:57:14.520Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24012026-07-04T15:57:14.595Z Checking num v0.4.3
24022026-07-04T15:57:14.629Z Checking gethostname v0.5.0
24032026-07-04T15:57:14.669Z Compiling prettyplease v0.2.37
24042026-07-04T15:57:14.704Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24052026-07-04T15:57:14.707Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24062026-07-04T15:57:14.767Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24072026-07-04T15:57:14.830Z Compiling progenitor-macro v0.14.0
24082026-07-04T15:57:14.983Z Checking resolv-conf v0.7.6
24092026-07-04T15:57:15.130Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24102026-07-04T15:57:15.190Z Checking smawk v0.3.2
24112026-07-04T15:57:15.274Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
24122026-07-04T15:57:15.350Z Checking unicode-linebreak v0.1.5
24132026-07-04T15:57:15.585Z Checking papergrid v0.11.0
24142026-07-04T15:57:16.182Z Compiling tabled_derive v0.7.0
24152026-07-04T15:57:16.217Z Compiling convert_case v0.10.0
24162026-07-04T15:57:16.312Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
24172026-07-04T15:57:16.348Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24182026-07-04T15:57:16.540Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24192026-07-04T15:57:16.577Z Compiling slog-dtrace v0.3.0
24202026-07-04T15:57:16.580Z Compiling derive_more-impl v2.1.1
24212026-07-04T15:57:16.843Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24222026-07-04T15:57:16.882Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24232026-07-04T15:57:17.257Z Checking tabled v0.15.0
24242026-07-04T15:57:17.502Z Checking linked-hash-map v0.5.6
24252026-07-04T15:57:17.535Z Checking derive_more v2.1.1
24262026-07-04T15:57:17.665Z Checking crossterm v0.29.0
24272026-07-04T15:57:17.698Z Checking lru-cache v0.1.2
24282026-07-04T15:57:18.185Z Checking hickory-proto v0.24.4
24292026-07-04T15:57:18.231Z Checking fd-lock v4.0.4
24302026-07-04T15:57:18.764Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24312026-07-04T15:57:18.862Z Checking vte v0.14.1
24322026-07-04T15:57:19.056Z Checking display-error-chain v0.2.2
24332026-07-04T15:57:19.219Z Checking strip-ansi-escapes v0.2.1
24342026-07-04T15:57:19.386Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24352026-07-04T15:57:19.570Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
24362026-07-04T15:57:19.677Z Checking progenitor v0.14.0
24372026-07-04T15:57:19.837Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24382026-07-04T15:57:20.363Z Checking nu-ansi-term v0.50.3
24392026-07-04T15:57:20.476Z Checking termtree v0.5.1
24402026-07-04T15:57:20.598Z Checking reedline v0.40.0
24412026-07-04T15:57:20.639Z Checking hickory-resolver v0.24.4
24422026-07-04T15:57:20.672Z Checking textwrap v0.16.2
24432026-07-04T15:57:20.845Z Compiling minimal-lexical v0.2.1
24442026-07-04T15:57:20.910Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24452026-07-04T15:57:21.132Z Compiling nom v7.1.3
24462026-07-04T15:57:21.384Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24472026-07-04T15:57:21.419Z Checking qorb v0.4.1
24482026-07-04T15:57:21.702Z Compiling unicode-xid v0.2.6
24492026-07-04T15:57:21.772Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24502026-07-04T15:57:21.967Z Compiling ar_archive_writer v0.5.1
24512026-07-04T15:57:22.418Z Checking csv-core v0.1.13
24522026-07-04T15:57:22.502Z Compiling stacker v0.1.23
24532026-07-04T15:57:22.542Z Checking highway v1.3.0
24542026-07-04T15:57:22.627Z Checking csv v1.4.0
24552026-07-04T15:57:22.681Z Compiling cfg_aliases v0.1.1
24562026-07-04T15:57:22.788Z Compiling semver v0.1.20
24572026-07-04T15:57:22.905Z Compiling nix v0.28.0
24582026-07-04T15:57:22.905Z Checking nibble_vec v0.1.0
24592026-07-04T15:57:22.927Z Compiling psm v0.1.30
24602026-07-04T15:57:23.027Z Compiling rustc_version v0.1.7
24612026-07-04T15:57:23.060Z Checking endian-type v0.1.2
24622026-07-04T15:57:23.092Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24632026-07-04T15:57:23.122Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24642026-07-04T15:57:23.210Z Checking radix_trie v0.2.1
24652026-07-04T15:57:23.275Z Compiling newtype_derive v0.1.6
24662026-07-04T15:57:23.315Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24672026-07-04T15:57:23.447Z Checking phf_shared v0.12.1
24682026-07-04T15:57:23.514Z Compiling recursive-proc-macro-impl v0.1.1
24692026-07-04T15:57:23.593Z Compiling chrono-tz v0.10.4
24702026-07-04T15:57:23.627Z Checking phf v0.12.1
24712026-07-04T15:57:23.858Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24722026-07-04T15:57:23.922Z Compiling const_format_proc_macros v0.2.34
24732026-07-04T15:57:23.925Z Compiling peg-macros v0.8.5
24742026-07-04T15:57:23.987Z Checking recursive v0.1.1
24752026-07-04T15:57:23.990Z Checking winnow v0.6.26
24762026-07-04T15:57:24.109Z Checking nom v8.0.0
24772026-07-04T15:57:24.426Z Compiling sqlparser_derive v0.5.0
24782026-07-04T15:57:24.771Z Checking unicode_categories v0.1.1
24792026-07-04T15:57:24.836Z Checking home v0.5.12
24802026-07-04T15:57:24.953Z Checking const_format v0.2.35
24812026-07-04T15:57:24.989Z Checking rustyline v14.0.0
24822026-07-04T15:57:25.181Z Checking sqlformat v0.3.5
24832026-07-04T15:57:25.216Z Checking sqlparser v0.61.0
24842026-07-04T15:57:25.332Z Checking peg v0.8.5
24852026-07-04T15:57:25.533Z Checking bcs v0.1.6
24862026-07-04T15:57:25.626Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
24872026-07-04T15:57:25.685Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24882026-07-04T15:57:25.721Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
24892026-07-04T15:57:25.786Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
24902026-07-04T15:57:25.899Z Checking steno v0.4.1
24912026-07-04T15:57:26.069Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
24922026-07-04T15:57:26.127Z Checking sha1 v0.10.6
24932026-07-04T15:57:26.225Z Checking filetime v0.2.27
24942026-07-04T15:57:26.388Z Checking xattr v1.6.1
24952026-07-04T15:57:26.549Z Checking tar v0.4.45
24962026-07-04T15:57:26.790Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24972026-07-04T15:57:26.940Z Checking subprocess v0.2.15
24982026-07-04T15:57:26.974Z Checking headers-core v0.3.0
24992026-07-04T15:57:27.009Z Checking base64 v0.21.7
25002026-07-04T15:57:27.142Z Checking headers v0.4.1
25012026-07-04T15:57:27.273Z Checking yasna v0.5.2
25022026-07-04T15:57:27.308Z Checking dropshot-api-manager-types v0.7.2
25032026-07-04T15:57:27.503Z Checking tagptr v0.2.0
25042026-07-04T15:57:27.640Z Checking utf-8 v0.7.6
25052026-07-04T15:57:27.680Z Checking moka v0.12.13
25062026-07-04T15:57:27.712Z Checking rcgen v0.12.1
25072026-07-04T15:57:27.806Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25082026-07-04T15:57:27.965Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25092026-07-04T15:57:27.997Z Checking tungstenite v0.21.0
25102026-07-04T15:57:28.055Z Compiling libefi-sys v0.1.0
25112026-07-04T15:57:28.361Z Checking hickory-resolver v0.25.2
25122026-07-04T15:57:28.447Z Checking tokio-tungstenite v0.21.0
25132026-07-04T15:57:28.479Z Compiling bitfield-struct v0.6.2
25142026-07-04T15:57:28.748Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25152026-07-04T15:57:29.014Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25162026-07-04T15:57:29.084Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25172026-07-04T15:57:29.135Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25182026-07-04T15:57:29.436Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25192026-07-04T15:57:29.541Z Compiling radium v0.7.0
25202026-07-04T15:57:29.574Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25212026-07-04T15:57:29.606Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25222026-07-04T15:57:29.693Z Compiling maybe-uninit v2.0.0
25232026-07-04T15:57:29.779Z Checking tap v1.0.1
25242026-07-04T15:57:29.833Z Compiling zerocopy-derive v0.6.6
25252026-07-04T15:57:29.913Z Checking wyz v0.5.1
25262026-07-04T15:57:30.079Z Checking crc-catalog v2.4.0
25272026-07-04T15:57:30.117Z Compiling packed_struct v0.10.1
25282026-07-04T15:57:30.150Z Checking funty v2.0.0
25292026-07-04T15:57:30.181Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25302026-07-04T15:57:30.217Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25312026-07-04T15:57:30.247Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25322026-07-04T15:57:30.307Z Checking crc v3.4.0
25332026-07-04T15:57:30.488Z Checking bitvec v1.0.1
25342026-07-04T15:57:30.520Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25352026-07-04T15:57:30.551Z Compiling packed_struct_codegen v0.10.1
25362026-07-04T15:57:30.774Z Checking zerocopy v0.6.6
25372026-07-04T15:57:30.783Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25382026-07-04T15:57:31.025Z Compiling bitfield-macros v0.19.4
25392026-07-04T15:57:31.513Z Compiling indexmap v1.9.3
25402026-07-04T15:57:31.662Z Checking nodrop v0.1.14
25412026-07-04T15:57:31.785Z Checking bitfield v0.19.4
25422026-07-04T15:57:31.790Z Checking array-init v0.0.4
25432026-07-04T15:57:31.847Z Checking smallvec v0.6.14
25442026-07-04T15:57:32.094Z Checking hashbrown v0.12.3
25452026-07-04T15:57:32.128Z Checking serde-hex v0.1.0
25462026-07-04T15:57:32.136Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25472026-07-04T15:57:32.344Z Checking ron v0.8.1
25482026-07-04T15:57:32.892Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25492026-07-04T15:57:32.925Z Checking hashbrown v0.13.2
25502026-07-04T15:57:32.959Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25512026-07-04T15:57:32.993Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25522026-07-04T15:57:33.221Z Checking crc-any v2.5.0
25532026-07-04T15:57:33.382Z Checking object v0.30.4
25542026-07-04T15:57:33.425Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25552026-07-04T15:57:33.500Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25562026-07-04T15:57:33.552Z Compiling xshell-macros v0.2.7
25572026-07-04T15:57:33.616Z Checking path-slash v0.1.5
25582026-07-04T15:57:33.666Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25592026-07-04T15:57:33.978Z Checking xshell v0.2.7
25602026-07-04T15:57:34.057Z Checking half v1.8.3
25612026-07-04T15:57:34.060Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
25622026-07-04T15:57:34.194Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25632026-07-04T15:57:34.281Z Checking serde_cbor v0.11.2
25642026-07-04T15:57:34.340Z Compiling proc-macro-error-attr2 v2.0.0
25652026-07-04T15:57:34.740Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25662026-07-04T15:57:34.782Z Compiling proc-macro-error2 v2.0.1
25672026-07-04T15:57:34.912Z Compiling num-derive v0.3.3
25682026-07-04T15:57:34.964Z Checking maplit v1.0.2
25692026-07-04T15:57:35.073Z Checking papergrid v0.17.0
25702026-07-04T15:57:35.139Z Compiling tabled_derive v0.11.0
25712026-07-04T15:57:35.548Z Checking testing_table v0.3.0
25722026-07-04T15:57:35.667Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25732026-07-04T15:57:35.844Z Checking libscf-sys v1.1.0
25742026-07-04T15:57:35.904Z Compiling progenitor-impl v0.13.0
25752026-07-04T15:57:36.007Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25762026-07-04T15:57:36.039Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25772026-07-04T15:57:36.176Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25782026-07-04T15:57:36.234Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25792026-07-04T15:57:36.350Z Checking tabled v0.20.0
25802026-07-04T15:57:36.549Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
25812026-07-04T15:57:36.964Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25822026-07-04T15:57:37.037Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
25832026-07-04T15:57:37.367Z Checking progenitor-client v0.13.0
25842026-07-04T15:57:37.436Z Compiling git-stub v1.0.0
25852026-07-04T15:57:37.635Z Compiling git-stub-vcs v0.1.0
25862026-07-04T15:57:37.668Z Checking unicase v2.9.0
25872026-07-04T15:57:37.726Z Checking crc8 v0.1.1
25882026-07-04T15:57:37.854Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25892026-07-04T15:57:37.858Z Checking fxhash v0.2.1
25902026-07-04T15:57:38.017Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
25912026-07-04T15:57:38.049Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
25922026-07-04T15:57:38.102Z Compiling vergen-lib v0.1.6
25932026-07-04T15:57:38.373Z Compiling diesel_derives v2.3.7
25942026-07-04T15:57:38.544Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
25952026-07-04T15:57:38.577Z Compiling progenitor-macro v0.13.0
25962026-07-04T15:57:38.640Z Checking scheduled-thread-pool v0.2.7
25972026-07-04T15:57:38.681Z Compiling dsl_auto_type v0.2.0
25982026-07-04T15:57:38.742Z Compiling vergen-gitcl v1.0.8
25992026-07-04T15:57:38.808Z Compiling diesel_table_macro_syntax v0.3.0
26002026-07-04T15:57:38.942Z Checking r2d2 v0.8.10
26012026-07-04T15:57:39.040Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26022026-07-04T15:57:39.072Z Checking downcast-rs v2.0.2
26032026-07-04T15:57:39.075Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26042026-07-04T15:57:39.145Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26052026-07-04T15:57:39.431Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26062026-07-04T15:57:39.474Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26072026-07-04T15:57:39.600Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26082026-07-04T15:57:39.633Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26092026-07-04T15:57:39.664Z Checking kstat-rs v0.2.4
26102026-07-04T15:57:39.701Z Checking arc-swap v1.8.2
26112026-07-04T15:57:39.870Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26122026-07-04T15:57:39.903Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26132026-07-04T15:57:39.945Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26142026-07-04T15:57:39.976Z Checking slog-scope v4.4.1
26152026-07-04T15:57:40.143Z Compiling dirs-sys-next v0.1.2
26162026-07-04T15:57:40.190Z Compiling parking_lot_core v0.8.6
26172026-07-04T15:57:40.422Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26182026-07-04T15:57:40.455Z Compiling crunchy v0.2.4
26192026-07-04T15:57:40.559Z Compiling dirs-next v2.0.0
26202026-07-04T15:57:40.708Z Checking slog-stdlog v4.1.1
26212026-07-04T15:57:40.802Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26222026-07-04T15:57:40.806Z Compiling clang-sys v1.8.1
26232026-07-04T15:57:40.869Z Compiling tiny-keccak v2.0.2
26242026-07-04T15:57:41.146Z Checking slog-envlogger v2.2.0
26252026-07-04T15:57:41.303Z Compiling term v0.7.0
26262026-07-04T15:57:41.365Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26272026-07-04T15:57:41.398Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26282026-07-04T15:57:41.560Z Compiling bit-vec v0.6.3
26292026-07-04T15:57:41.679Z Compiling ascii-canvas v3.0.0
26302026-07-04T15:57:41.801Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26312026-07-04T15:57:41.834Z Compiling bit-set v0.5.3
26322026-07-04T15:57:41.876Z Checking parking_lot v0.11.2
26332026-07-04T15:57:41.963Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
26342026-07-04T15:57:42.015Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26352026-07-04T15:57:42.140Z Checking prefix-trie v0.7.0
26362026-07-04T15:57:42.173Z Compiling itertools v0.10.5
26372026-07-04T15:57:42.426Z Compiling ena v0.14.4
26382026-07-04T15:57:42.465Z Compiling libloading v0.8.9
26392026-07-04T15:57:42.500Z Compiling diff v0.1.13
26402026-07-04T15:57:42.503Z Compiling bindgen v0.71.1
26412026-07-04T15:57:42.667Z Compiling regex-syntax v0.6.29
26422026-07-04T15:57:42.841Z Checking hickory-server v0.25.2
26432026-07-04T15:57:43.105Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26442026-07-04T15:57:43.305Z Checking sled v0.34.7
26452026-07-04T15:57:43.481Z Checking progenitor v0.13.0
26462026-07-04T15:57:43.650Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26472026-07-04T15:57:43.700Z Compiling cexpr v0.6.0
26482026-07-04T15:57:44.117Z Compiling lalrpop v0.19.12
26492026-07-04T15:57:44.393Z Checking nanorand v0.7.0
26502026-07-04T15:57:44.533Z Compiling rustc-hash v2.1.1
26512026-07-04T15:57:44.618Z Compiling salty v0.3.0
26522026-07-04T15:57:44.713Z Checking diesel v2.3.7
26532026-07-04T15:57:44.743Z Checking flume v0.11.1
26542026-07-04T15:57:44.941Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26552026-07-04T15:57:45.010Z Compiling libxml v0.3.3
26562026-07-04T15:57:45.356Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26572026-07-04T15:57:45.501Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26582026-07-04T15:57:46.081Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26592026-07-04T15:57:46.303Z Compiling strum_macros v0.24.3
26602026-07-04T15:57:46.337Z Compiling fs-err v2.11.0
26612026-07-04T15:57:46.576Z Compiling indoc v1.0.9
26622026-07-04T15:57:47.100Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26632026-07-04T15:57:47.334Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26642026-07-04T15:57:47.509Z Checking quick-xml v0.37.5
26652026-07-04T15:57:47.703Z Checking derive_builder v0.20.2
26662026-07-04T15:57:47.737Z Compiling oso-derive v0.27.3
26672026-07-04T15:57:47.846Z Compiling impl-trait-for-tuples v0.2.3
26682026-07-04T15:57:48.271Z Compiling trait-variant v0.1.2
26692026-07-04T15:57:48.413Z Checking openssl-probe v0.1.6
26702026-07-04T15:57:48.802Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26712026-07-04T15:57:48.844Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26722026-07-04T15:57:49.420Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26732026-07-04T15:57:49.660Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26742026-07-04T15:57:50.044Z Checking rfc6979 v0.4.0
26752026-07-04T15:57:50.191Z Checking parse-size v1.1.0
26762026-07-04T15:57:50.273Z Checking assert_matches v1.5.0
26772026-07-04T15:57:50.273Z Checking ecdsa v0.16.9
26782026-07-04T15:57:50.333Z Checking primeorder v0.13.6
26792026-07-04T15:57:50.357Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26802026-07-04T15:57:50.599Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26812026-07-04T15:57:50.634Z Checking p384 v0.13.1
26822026-07-04T15:57:50.836Z Checking predicates-tree v1.0.13
26832026-07-04T15:57:50.983Z Checking bb8 v0.8.6
26842026-07-04T15:57:51.253Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
26852026-07-04T15:57:51.287Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26862026-07-04T15:57:51.318Z Compiling mime_guess v2.0.5
26872026-07-04T15:57:51.394Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26882026-07-04T15:57:51.531Z Checking http-range v0.1.5
26892026-07-04T15:57:51.703Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26902026-07-04T15:57:51.838Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26912026-07-04T15:57:51.888Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26922026-07-04T15:57:51.969Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
26932026-07-04T15:57:52.129Z Checking atty v0.2.14
26942026-07-04T15:57:52.161Z Checking nonempty v0.12.0
26952026-07-04T15:57:52.195Z Checking corncobs v0.1.4
26962026-07-04T15:57:52.268Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26972026-07-04T15:57:52.347Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26982026-07-04T15:57:52.350Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26992026-07-04T15:57:52.639Z Checking ignore v0.4.25
27002026-07-04T15:57:52.674Z Checking secrecy v0.8.0
27012026-07-04T15:57:52.677Z Checking hyper-staticfile v0.10.1
27022026-07-04T15:57:52.957Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27032026-07-04T15:57:53.026Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27042026-07-04T15:57:53.075Z Checking globwalk v0.9.1
27052026-07-04T15:57:53.286Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
27062026-07-04T15:57:53.338Z Compiling illumos-nvpair-sys v0.2.0
27072026-07-04T15:57:53.441Z Checking camino-tempfile-ext v0.3.3
27082026-07-04T15:57:53.476Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27092026-07-04T15:57:53.607Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27102026-07-04T15:57:53.664Z Checking signal-hook-tokio v0.3.1
27112026-07-04T15:57:53.823Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27122026-07-04T15:57:54.022Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27132026-07-04T15:57:54.108Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27142026-07-04T15:57:54.251Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27152026-07-04T15:57:54.495Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27162026-07-04T15:57:54.766Z Checking illumos-nvpair v0.3.0
27172026-07-04T15:57:54.800Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27182026-07-04T15:57:54.837Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27192026-07-04T15:57:54.872Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27202026-07-04T15:57:54.949Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27212026-07-04T15:57:55.226Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27222026-07-04T15:57:55.260Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27232026-07-04T15:57:55.680Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27242026-07-04T15:57:55.964Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27252026-07-04T15:57:56.346Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27262026-07-04T15:57:56.550Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
27272026-07-04T15:57:56.688Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
27282026-07-04T15:57:56.805Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27292026-07-04T15:57:56.912Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27302026-07-04T15:57:57.396Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27312026-07-04T15:57:57.625Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27322026-07-04T15:57:57.829Z Checking tungstenite v0.23.0
27332026-07-04T15:57:57.913Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27342026-07-04T15:57:58.235Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27352026-07-04T15:57:58.289Z Checking tokio-tungstenite v0.23.1
27362026-07-04T15:57:58.588Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27372026-07-04T15:57:58.623Z Checking rand_seeder v0.4.0
27382026-07-04T15:57:58.657Z Checking void v1.0.2
27392026-07-04T15:57:58.792Z Checking lzss v0.8.2
27402026-07-04T15:57:58.825Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27412026-07-04T15:57:58.955Z Checking diesel-dtrace v0.5.0
27422026-07-04T15:57:59.007Z Checking async-bb8-diesel v0.2.1
27432026-07-04T15:57:59.011Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27442026-07-04T15:57:59.082Z Checking nix v0.27.1
27452026-07-04T15:57:59.224Z Checking serde_bytes v0.11.19
27462026-07-04T15:57:59.337Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27472026-07-04T15:57:59.393Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27482026-07-04T15:57:59.441Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27492026-07-04T15:57:59.614Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27502026-07-04T15:58:00.090Z Checking is_ci v1.2.0
27512026-07-04T15:58:00.194Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27522026-07-04T15:58:00.227Z Checking yansi v1.0.1
27532026-07-04T15:58:00.449Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27542026-07-04T15:58:00.516Z Checking cpubits v0.1.1
27552026-07-04T15:58:00.622Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27562026-07-04T15:58:00.655Z Checking pretty_assertions v1.4.1
27572026-07-04T15:58:00.819Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27582026-07-04T15:58:00.905Z Checking pem-rfc7468 v1.0.0
27592026-07-04T15:58:01.013Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27602026-07-04T15:58:01.096Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27612026-07-04T15:58:01.357Z Compiling darling_core v0.23.0
27622026-07-04T15:58:01.988Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
27632026-07-04T15:58:02.395Z Compiling indoc v2.0.7
27642026-07-04T15:58:02.446Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27652026-07-04T15:58:02.693Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27662026-07-04T15:58:02.901Z Checking hmac v0.13.0
27672026-07-04T15:58:03.094Z Checking universal-hash v0.6.1
27682026-07-04T15:58:03.253Z Compiling libz-sys v1.1.24
27692026-07-04T15:58:03.339Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27702026-07-04T15:58:03.495Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27712026-07-04T15:58:03.665Z Compiling instability v0.3.11
27722026-07-04T15:58:03.929Z Compiling darling_macro v0.23.0
27732026-07-04T15:58:03.932Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27742026-07-04T15:58:04.024Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27752026-07-04T15:58:04.064Z Checking castaway v0.2.4
27762026-07-04T15:58:04.201Z Checking compact_str v0.8.1
27772026-07-04T15:58:04.496Z Compiling darling v0.23.0
27782026-07-04T15:58:04.644Z Checking polyval v0.7.1
27792026-07-04T15:58:04.809Z Checking der v0.8.0
27802026-07-04T15:58:05.041Z Checking supports-color v3.0.2
27812026-07-04T15:58:05.203Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27822026-07-04T15:58:05.381Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27832026-07-04T15:58:05.442Z Checking unicode-truncate v1.1.0
27842026-07-04T15:58:05.619Z Checking console v0.16.2
27852026-07-04T15:58:05.622Z Checking lru v0.12.5
27862026-07-04T15:58:05.686Z Compiling libgit2-sys v0.18.3+1.9.2
27872026-07-04T15:58:05.717Z Checking cassowary v0.3.0
27882026-07-04T15:58:05.836Z Checking unit-prefix v0.5.2
27892026-07-04T15:58:05.952Z Checking ratatui v0.29.0
27902026-07-04T15:58:06.016Z Checking indicatif v0.18.4
27912026-07-04T15:58:06.103Z Checking ghash v0.6.0
27922026-07-04T15:58:06.396Z Checking pbkdf2 v0.13.0
27932026-07-04T15:58:06.429Z Checking aes v0.9.1
27942026-07-04T15:58:06.545Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
27952026-07-04T15:58:06.865Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27962026-07-04T15:58:07.146Z Checking ctr v0.10.1
27972026-07-04T15:58:07.294Z Checking aead v0.6.1
27982026-07-04T15:58:07.357Z Checking sha2 v0.11.0
27992026-07-04T15:58:07.469Z Checking cargo-platform v0.3.2
28002026-07-04T15:58:07.690Z Checking cargo_metadata v0.23.1
28012026-07-04T15:58:07.800Z Checking aes-gcm v0.11.0
28022026-07-04T15:58:07.998Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28032026-07-04T15:58:08.136Z Checking spki v0.8.0
28042026-07-04T15:58:08.336Z Checking crypto-bigint v0.7.5
28052026-07-04T15:58:08.489Z Checking cbc v0.2.1
28062026-07-04T15:58:08.656Z Checking salsa20 v0.11.0
28072026-07-04T15:58:08.829Z Compiling vergen-git2 v9.1.0
28082026-07-04T15:58:09.062Z Checking plotters-backend v0.3.7
28092026-07-04T15:58:09.292Z Checking plotters-svg v0.3.7
28102026-07-04T15:58:09.507Z Checking scrypt v0.12.0
28112026-07-04T15:58:09.661Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28122026-07-04T15:58:09.700Z Checking cast v0.3.0
28132026-07-04T15:58:09.878Z Checking criterion-plot v0.6.0
28142026-07-04T15:58:09.954Z Checking pkcs5 v0.8.1
28152026-07-04T15:58:10.147Z Checking plotters v0.3.7
28162026-07-04T15:58:10.273Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28172026-07-04T15:58:10.564Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28182026-07-04T15:58:10.800Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28192026-07-04T15:58:10.908Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28202026-07-04T15:58:11.049Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28212026-07-04T15:58:11.145Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28222026-07-04T15:58:11.263Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28232026-07-04T15:58:11.297Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28242026-07-04T15:58:11.376Z Checking colored v2.2.0
28252026-07-04T15:58:11.497Z Checking tinytemplate v1.2.1
28262026-07-04T15:58:11.605Z Checking shell-words v1.1.1
28272026-07-04T15:58:11.743Z Checking anes v0.1.6
28282026-07-04T15:58:11.775Z Checking oorandom v11.1.5
28292026-07-04T15:58:11.951Z Checking criterion v0.7.0
28302026-07-04T15:58:12.055Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28312026-07-04T15:58:12.222Z Checking pkcs8 v0.11.0
28322026-07-04T15:58:12.453Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28332026-07-04T15:58:12.978Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28342026-07-04T15:58:13.217Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28352026-07-04T15:58:13.762Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28362026-07-04T15:58:14.523Z Checking tokio-test v0.4.5
28372026-07-04T15:58:14.759Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28382026-07-04T15:58:14.996Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28392026-07-04T15:58:15.396Z Checking twox-hash v2.1.2
28402026-07-04T15:58:15.722Z Checking ff v0.14.0
28412026-07-04T15:58:15.943Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28422026-07-04T15:58:16.142Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28432026-07-04T15:58:16.573Z Checking fatfs v0.3.6
28442026-07-04T15:58:17.062Z Checking signature v3.0.0
28452026-07-04T15:58:17.132Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28462026-07-04T15:58:17.241Z Checking base16ct v1.0.0
28472026-07-04T15:58:17.393Z Compiling seq-macro v0.3.6
28482026-07-04T15:58:17.427Z Checking sec1 v0.8.1
28492026-07-04T15:58:17.661Z Checking group v0.14.0
28502026-07-04T15:58:17.841Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28512026-07-04T15:58:17.940Z Checking hkdf v0.13.0
28522026-07-04T15:58:18.101Z Compiling petname v2.0.2
28532026-07-04T15:58:18.425Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28542026-07-04T15:58:18.467Z Checking elliptic-curve v0.14.0-rc.33
28552026-07-04T15:58:18.598Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28562026-07-04T15:58:18.786Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28572026-07-04T15:58:18.957Z Checking concurrent-queue v2.5.0
28582026-07-04T15:58:19.174Z Checking rtoolbox v0.0.3
28592026-07-04T15:58:19.334Z Checking parking v2.2.1
28602026-07-04T15:58:19.482Z Checking event-listener v5.4.1
28612026-07-04T15:58:19.725Z Checking rpassword v7.4.0
28622026-07-04T15:58:19.921Z Checking tui-tree-widget v0.23.1
28632026-07-04T15:58:20.136Z Checking rfc6979 v0.5.0
28642026-07-04T15:58:20.278Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28652026-07-04T15:58:20.309Z Checking sapling-renderdag v0.1.0
28662026-07-04T15:58:20.483Z Checking sync-ptr v0.1.4
28672026-07-04T15:58:20.565Z Checking ecdsa v0.17.0-rc.18
28682026-07-04T15:58:20.624Z Checking event-listener-strategy v0.5.4
28692026-07-04T15:58:20.785Z Checking primeorder v0.14.0-rc.10
28702026-07-04T15:58:20.958Z Checking primefield v0.14.0
28712026-07-04T15:58:21.112Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28722026-07-04T15:58:21.192Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28732026-07-04T15:58:21.425Z Compiling curve25519-dalek v5.0.0-rc.0
28742026-07-04T15:58:21.782Z Checking futures-timer v3.0.3
28752026-07-04T15:58:21.820Z Checking arrayvec v0.7.6
28762026-07-04T15:58:21.992Z Checking constant_time_eq v0.4.2
28772026-07-04T15:58:22.040Z Checking arrayref v0.3.9
28782026-07-04T15:58:22.218Z Checking async-lock v3.4.2
28792026-07-04T15:58:22.250Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28802026-07-04T15:58:22.282Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28812026-07-04T15:58:22.635Z Checking ssh-encoding v0.3.0-rc.9
28822026-07-04T15:58:22.896Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28832026-07-04T15:58:23.206Z Compiling strsim v0.10.0
28842026-07-04T15:58:23.561Z Compiling darling_core v0.13.4
28852026-07-04T15:58:24.116Z Checking async-object-pool v0.2.0
28862026-07-04T15:58:25.017Z Checking ed25519 v3.0.0
28872026-07-04T15:58:25.106Z Checking crypto-primes v0.7.2
28882026-07-04T15:58:25.138Z Compiling samael v0.0.19
28892026-07-04T15:58:25.239Z Checking pkcs1 v0.8.0-rc.4
28902026-07-04T15:58:25.420Z Checking poly1305 v0.9.0
28912026-07-04T15:58:25.471Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28922026-07-04T15:58:25.717Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28932026-07-04T15:58:25.857Z Checking serde_regex v1.1.0
28942026-07-04T15:58:26.043Z Checking blowfish v0.10.0
28952026-07-04T15:58:26.096Z Checking blake2 v0.11.0-rc.6
28962026-07-04T15:58:26.222Z Checking assert-json-diff v2.0.2
28972026-07-04T15:58:26.378Z Checking path-tree v0.8.3
28982026-07-04T15:58:26.381Z Checking keccak v0.2.0
28992026-07-04T15:58:26.443Z Checking gimli v0.32.3
29002026-07-04T15:58:26.592Z Checking stringmetrics v2.2.2
29012026-07-04T15:58:26.622Z Compiling target-lexicon v0.13.3
29022026-07-04T15:58:26.767Z Checking fiat-crypto v0.3.0
29032026-07-04T15:58:27.222Z Checking httpmock v0.8.3
29042026-07-04T15:58:28.023Z Checking addr2line v0.25.1
29052026-07-04T15:58:28.326Z Checking sha3 v0.11.0
29062026-07-04T15:58:28.694Z Checking argon2 v0.6.0-rc.8
29072026-07-04T15:58:29.031Z Checking bcrypt-pbkdf v0.11.0
29082026-07-04T15:58:29.215Z Checking rsa v0.10.0-rc.18
29092026-07-04T15:58:29.474Z Checking ssh-cipher v0.3.0-rc.9
29102026-07-04T15:58:29.717Z Compiling darling_macro v0.13.4
29112026-07-04T15:58:29.750Z Checking ed25519-dalek v3.0.0-rc.0
29122026-07-04T15:58:30.193Z Checking p256 v0.14.0-rc.10
29132026-07-04T15:58:30.232Z Checking p521 v0.14.0-rc.10
29142026-07-04T15:58:30.972Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29152026-07-04T15:58:31.235Z Checking kem v0.3.0
29162026-07-04T15:58:31.379Z Checking module-lattice v0.2.3
29172026-07-04T15:58:31.624Z Checking rustc-demangle v0.1.27
29182026-07-04T15:58:31.873Z Checking hex-literal v0.4.1
29192026-07-04T15:58:31.905Z Compiling guppy-workspace-hack v0.1.0
29202026-07-04T15:58:31.937Z Checking p384 v0.14.0-rc.10
29212026-07-04T15:58:31.996Z Checking backtrace v0.3.76
29222026-07-04T15:58:32.174Z Checking ml-kem v0.3.2
29232026-07-04T15:58:32.335Z Compiling darling v0.13.4
29242026-07-04T15:58:32.705Z Checking russh-cryptovec v0.61.0
29252026-07-04T15:58:32.890Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29262026-07-04T15:58:32.947Z Checking internal-russh-num-bigint v0.5.0
29272026-07-04T15:58:33.125Z Checking num-bigint v0.4.6
29282026-07-04T15:58:33.303Z Checking russh-util v0.52.0
29292026-07-04T15:58:33.475Z Checking generic-array v1.4.3
29302026-07-04T15:58:33.746Z Compiling git2 v0.20.4
29312026-07-04T15:58:33.803Z Compiling enum_dispatch v0.3.13
29322026-07-04T15:58:34.014Z Checking ssh-key v0.7.0-rc.10
29332026-07-04T15:58:34.048Z Compiling blake3 v1.8.5
29342026-07-04T15:58:34.080Z Compiling delegate v0.13.5
29352026-07-04T15:58:34.455Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29362026-07-04T15:58:34.799Z Checking md5 v0.8.0
29372026-07-04T15:58:34.918Z Checking hex-literal v1.1.0
29382026-07-04T15:58:34.950Z Compiling target-spec v3.5.7
29392026-07-04T15:58:34.997Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29402026-07-04T15:58:35.077Z Checking russh v0.61.2
29412026-07-04T15:58:35.482Z Checking cfg-expr v0.20.6
29422026-07-04T15:58:35.545Z Compiling serde_with_macros v1.5.2
29432026-07-04T15:58:35.636Z Checking backtrace-ext v0.2.1
29442026-07-04T15:58:35.881Z Checking supports-color v2.1.0
29452026-07-04T15:58:35.914Z Checking textwrap v0.15.2
29462026-07-04T15:58:36.151Z Checking supports-hyperlinks v2.1.0
29472026-07-04T15:58:36.297Z Checking supports-unicode v2.1.0
29482026-07-04T15:58:36.425Z Checking hashbrown v0.14.5
29492026-07-04T15:58:36.457Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29502026-07-04T15:58:36.649Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29512026-07-04T15:58:36.681Z Checking socket2 v0.5.10
29522026-07-04T15:58:36.880Z Checking terminal_size v0.1.17
29532026-07-04T15:58:36.937Z Compiling miette-derive v5.10.0
29542026-07-04T15:58:36.969Z Checking owo-colors v3.5.0
29552026-07-04T15:58:37.126Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
29562026-07-04T15:58:37.377Z Checking internet-checksum v0.2.1
29572026-07-04T15:58:37.563Z Checking chumsky v0.9.3
29582026-07-04T15:58:38.167Z Checking miette v5.10.0
29592026-07-04T15:58:38.471Z Compiling serde_with v1.14.0
29602026-07-04T15:58:38.759Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29612026-07-04T15:58:38.935Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29622026-07-04T15:58:38.984Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29632026-07-04T15:58:39.339Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
29642026-07-04T15:58:39.563Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29652026-07-04T15:58:39.598Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29662026-07-04T15:58:39.744Z Compiling knuffel-derive v3.2.0
29672026-07-04T15:58:39.777Z Checking httptest v0.16.4
29682026-07-04T15:58:39.833Z Checking pathdiff v0.2.3
29692026-07-04T15:58:39.975Z Checking topological-sort v0.2.2
29702026-07-04T15:58:40.147Z Checking nested v0.1.1
29712026-07-04T15:58:40.207Z Checking omicron-zone-package v0.12.3
29722026-07-04T15:58:40.323Z Checking guppy v0.17.25
29732026-07-04T15:58:40.445Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29742026-07-04T15:58:41.100Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29752026-07-04T15:58:41.290Z Checking knuffel v3.2.0
29762026-07-04T15:58:41.322Z Checking similar-asserts v1.7.0
29772026-07-04T15:58:41.360Z Compiling target-triple v1.0.0
29782026-07-04T15:58:41.503Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29792026-07-04T15:58:41.741Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
29802026-07-04T15:58:41.867Z Compiling polar-core v0.27.3
29812026-07-04T15:58:41.953Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29822026-07-04T15:58:42.157Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29832026-07-04T15:58:42.208Z Checking hickory-client v0.25.2
29842026-07-04T15:58:42.525Z Compiling assert_cmd v2.1.2
29852026-07-04T15:58:42.775Z Checking escape8259 v0.5.3
29862026-07-04T15:58:42.962Z Checking libtest-mimic v0.8.1
29872026-07-04T15:58:43.038Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29882026-07-04T15:58:43.170Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29892026-07-04T15:58:43.226Z Checking blake2b_simd v1.0.4
29902026-07-04T15:58:43.348Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29912026-07-04T15:58:43.642Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29922026-07-04T15:58:43.745Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29932026-07-04T15:58:43.840Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29942026-07-04T15:58:43.976Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29952026-07-04T15:58:44.032Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29962026-07-04T15:58:44.207Z Checking fancy-regex v0.14.0
29972026-07-04T15:58:44.272Z Checking serde_tokenstream v0.2.3
29982026-07-04T15:58:44.425Z Checking approx v0.5.1
29992026-07-04T15:58:44.510Z Compiling rstest_macros v0.25.0
30002026-07-04T15:58:44.582Z Checking uzers v0.12.2
30012026-07-04T15:58:44.614Z Checking constant_time_eq v0.3.1
30022026-07-04T15:58:44.743Z Checking termcolor v1.4.1
30032026-07-04T15:58:44.814Z Compiling linkme-impl v0.3.35
30042026-07-04T15:58:44.953Z Checking rust-argon2 v2.1.0
30052026-07-04T15:58:44.986Z Checking trybuild v1.0.116
30062026-07-04T15:58:45.205Z Checking datatest-stable v0.3.3
30072026-07-04T15:58:45.534Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
30082026-07-04T15:58:45.640Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30092026-07-04T15:58:45.857Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
30102026-07-04T15:58:45.892Z Checking support-bundle-viewer v0.1.2
30112026-07-04T15:58:46.155Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
30122026-07-04T15:58:46.395Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
30132026-07-04T15:58:46.604Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
30142026-07-04T15:58:46.640Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
30152026-07-04T15:58:46.848Z Checking drift v0.2.0
30162026-07-04T15:58:46.881Z Checking oso v0.27.3
30172026-07-04T15:58:46.884Z Checking rand_distr v0.5.1
30182026-07-04T15:58:47.258Z Checking multimap v0.10.1
30192026-07-04T15:58:47.372Z Compiling relative-path v1.9.3
30202026-07-04T15:58:47.460Z Compiling linkme v0.3.35
30212026-07-04T15:58:47.814Z Checking dropshot-api-manager v0.7.2
30222026-07-04T15:58:48.860Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30232026-07-04T15:58:48.970Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
30242026-07-04T15:58:49.086Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
30252026-07-04T15:58:49.223Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
30262026-07-04T15:58:49.361Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30272026-07-04T15:58:49.436Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
30282026-07-04T15:58:49.661Z Checking cargo_toml v0.21.0
30292026-07-04T15:58:49.716Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
30302026-07-04T15:58:49.863Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30312026-07-04T15:58:50.117Z Checking partial-io v0.5.4
30322026-07-04T15:58:50.321Z Checking termios v0.3.3
30332026-07-04T15:58:50.354Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
30342026-07-04T15:58:50.472Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30352026-07-04T15:58:50.476Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30362026-07-04T15:58:51.209Z Checking rstest v0.25.0
30372026-07-04T15:58:52.524Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30382026-07-04T15:58:55.528Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30392026-07-04T15:58:59.503Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30402026-07-04T15:59:02.818Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30412026-07-04T15:59:02.926Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
30422026-07-04T15:59:04.799Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30432026-07-04T15:59:09.691Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30442026-07-04T15:59:14.676Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30452026-07-04T15:59:17.959Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30462026-07-04T15:59:19.257Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30472026-07-04T15:59:19.388Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30482026-07-04T15:59:24.246Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30492026-07-04T15:59:29.715Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30502026-07-04T16:00:42.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 04s
30512026-07-04T16:00:43.120Z
30522026-07-04T16:00:43.120Zreal 4:07.433001781
30532026-07-04T16:00:43.120Zuser 21:19.837855728
30542026-07-04T16:00:43.120Zsys 4:51.648754206
30552026-07-04T16:00:43.120Ztrap 0.522622721
30562026-07-04T16:00:43.120Ztflt 0.428216135
30572026-07-04T16:00:43.120Zdflt 0.522939809
30582026-07-04T16:00:43.120Zkflt 0.005173304
30592026-07-04T16:00:43.120Zlock 58:21.697571441
30602026-07-04T16:00:43.121Zslp 58:13.008705079
30612026-07-04T16:00:43.121Zlat 1:54.000635440
30622026-07-04T16:00:43.121Zstop 10:51.173094043
30632026-07-04T16:00:43.125Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30642026-07-04T16:00:43.125Z+ ptime -m cargo doc --workspace --no-deps
30652026-07-04T16:00:43.933Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30662026-07-04T16:00:43.933Z |
30672026-07-04T16:00:43.933Z = 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)`
30682026-07-04T16:00:43.933Z = 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>
30692026-07-04T16:00:44.950Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30702026-07-04T16:00:45.188Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30712026-07-04T16:00:45.232Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30722026-07-04T16:00:45.295Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30732026-07-04T16:00:45.327Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
30742026-07-04T16:00:45.387Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
30752026-07-04T16:00:45.416Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30762026-07-04T16:00:45.548Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30772026-07-04T16:00:45.575Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30782026-07-04T16:00:45.601Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30792026-07-04T16:00:45.773Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30802026-07-04T16:00:45.797Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30812026-07-04T16:00:45.838Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30822026-07-04T16:00:45.860Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30832026-07-04T16:00:45.863Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30842026-07-04T16:00:45.902Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30852026-07-04T16:00:45.922Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30862026-07-04T16:00:45.956Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30872026-07-04T16:00:45.995Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30882026-07-04T16:00:46.027Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30892026-07-04T16:00:46.073Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30902026-07-04T16:00:46.097Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30912026-07-04T16:00:46.347Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30922026-07-04T16:00:46.656Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30932026-07-04T16:00:46.723Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30942026-07-04T16:00:46.772Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30952026-07-04T16:00:46.803Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30962026-07-04T16:00:46.865Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30972026-07-04T16:00:47.022Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30982026-07-04T16:00:47.045Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30992026-07-04T16:00:47.186Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31002026-07-04T16:00:47.285Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31012026-07-04T16:00:47.322Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
31022026-07-04T16:00:47.415Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
31032026-07-04T16:00:47.441Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31042026-07-04T16:00:47.512Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31052026-07-04T16:00:47.539Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31062026-07-04T16:00:47.622Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31072026-07-04T16:00:47.750Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
31082026-07-04T16:00:47.953Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31092026-07-04T16:00:48.006Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31102026-07-04T16:00:48.281Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31112026-07-04T16:00:48.406Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31122026-07-04T16:00:48.463Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31132026-07-04T16:00:48.572Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31142026-07-04T16:00:48.597Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
31152026-07-04T16:00:48.620Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31162026-07-04T16:00:48.725Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31172026-07-04T16:00:48.814Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31182026-07-04T16:00:48.868Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
31192026-07-04T16:00:48.894Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31202026-07-04T16:00:48.963Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
31212026-07-04T16:00:49.059Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
31222026-07-04T16:00:49.131Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
31232026-07-04T16:00:49.154Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
31242026-07-04T16:00:49.179Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31252026-07-04T16:00:49.202Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31262026-07-04T16:00:49.264Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31272026-07-04T16:00:49.341Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31282026-07-04T16:00:49.365Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31292026-07-04T16:00:49.725Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31302026-07-04T16:00:49.766Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31312026-07-04T16:00:50.035Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31322026-07-04T16:00:50.038Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31332026-07-04T16:00:50.511Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31342026-07-04T16:00:50.535Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31352026-07-04T16:00:50.771Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31362026-07-04T16:00:50.829Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
31372026-07-04T16:00:50.862Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31382026-07-04T16:00:50.968Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31392026-07-04T16:00:51.045Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31402026-07-04T16:00:51.099Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31412026-07-04T16:00:51.105Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31422026-07-04T16:00:51.347Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31432026-07-04T16:00:51.570Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31442026-07-04T16:00:52.194Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31452026-07-04T16:00:52.218Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
31462026-07-04T16:00:52.265Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31472026-07-04T16:00:52.361Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31482026-07-04T16:00:52.509Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31492026-07-04T16:00:52.554Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31502026-07-04T16:00:52.694Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31512026-07-04T16:00:52.774Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
31522026-07-04T16:00:52.797Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
31532026-07-04T16:00:52.852Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
31542026-07-04T16:00:52.923Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31552026-07-04T16:00:53.040Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31562026-07-04T16:00:53.179Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
31572026-07-04T16:00:53.203Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31582026-07-04T16:00:53.203Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
31592026-07-04T16:00:53.246Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
31602026-07-04T16:00:53.414Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
31612026-07-04T16:00:53.458Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31622026-07-04T16:00:53.500Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31632026-07-04T16:00:53.521Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31642026-07-04T16:00:53.524Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31652026-07-04T16:00:53.568Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
31662026-07-04T16:00:53.701Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
31672026-07-04T16:00:53.727Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
31682026-07-04T16:00:53.792Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
31692026-07-04T16:00:53.817Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31702026-07-04T16:00:53.839Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31712026-07-04T16:00:53.916Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31722026-07-04T16:00:53.962Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31732026-07-04T16:00:54.050Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31742026-07-04T16:00:54.114Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
31752026-07-04T16:00:54.139Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31762026-07-04T16:00:54.403Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31772026-07-04T16:00:54.406Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31782026-07-04T16:00:54.447Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31792026-07-04T16:00:54.871Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31802026-07-04T16:00:55.024Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31812026-07-04T16:00:55.124Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31822026-07-04T16:00:55.829Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31832026-07-04T16:00:55.899Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31842026-07-04T16:00:56.010Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31852026-07-04T16:00:56.234Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31862026-07-04T16:00:56.558Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31872026-07-04T16:00:56.695Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31882026-07-04T16:00:57.294Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
31892026-07-04T16:00:57.909Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31902026-07-04T16:00:58.070Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31912026-07-04T16:00:58.751Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31922026-07-04T16:00:59.033Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31932026-07-04T16:00:59.056Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31942026-07-04T16:00:59.193Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31952026-07-04T16:00:59.338Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31962026-07-04T16:00:59.608Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31972026-07-04T16:00:59.675Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
31982026-07-04T16:01:00.024Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31992026-07-04T16:01:00.096Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32002026-07-04T16:01:00.635Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32012026-07-04T16:01:00.849Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32022026-07-04T16:01:01.057Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32032026-07-04T16:01:01.341Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32042026-07-04T16:01:01.443Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32052026-07-04T16:01:01.521Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32062026-07-04T16:01:01.711Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32072026-07-04T16:01:02.068Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32082026-07-04T16:01:02.665Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32092026-07-04T16:01:02.866Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32102026-07-04T16:01:03.393Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32112026-07-04T16:01:03.787Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32122026-07-04T16:01:03.810Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32132026-07-04T16:01:04.422Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32142026-07-04T16:01:05.100Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32152026-07-04T16:01:05.277Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32162026-07-04T16:01:05.657Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32172026-07-04T16:01:05.761Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32182026-07-04T16:01:06.141Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32192026-07-04T16:01:06.515Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32202026-07-04T16:01:07.151Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32212026-07-04T16:01:07.297Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32222026-07-04T16:01:07.642Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32232026-07-04T16:01:08.306Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32242026-07-04T16:01:08.480Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32252026-07-04T16:01:08.677Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32262026-07-04T16:01:12.698Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32272026-07-04T16:01:13.221Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32282026-07-04T16:01:13.420Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32292026-07-04T16:01:13.924Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32302026-07-04T16:01:14.077Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32312026-07-04T16:01:14.461Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32322026-07-04T16:01:14.549Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32332026-07-04T16:01:16.093Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32342026-07-04T16:01:16.241Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32352026-07-04T16:01:16.267Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32362026-07-04T16:01:17.329Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32372026-07-04T16:01:17.549Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32382026-07-04T16:01:17.598Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
32392026-07-04T16:01:17.896Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32402026-07-04T16:01:17.929Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32412026-07-04T16:01:17.974Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32422026-07-04T16:01:18.102Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32432026-07-04T16:01:18.578Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32442026-07-04T16:01:18.685Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32452026-07-04T16:01:18.811Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32462026-07-04T16:01:18.988Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32472026-07-04T16:01:19.360Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32482026-07-04T16:01:19.389Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32492026-07-04T16:01:19.672Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32502026-07-04T16:01:20.033Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32512026-07-04T16:01:20.680Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32522026-07-04T16:01:21.370Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32532026-07-04T16:01:21.895Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32542026-07-04T16:01:22.020Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32552026-07-04T16:01:22.124Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32562026-07-04T16:01:24.065Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32572026-07-04T16:01:26.242Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32582026-07-04T16:01:26.842Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32592026-07-04T16:01:27.343Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32602026-07-04T16:01:28.210Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32612026-07-04T16:01:29.173Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32622026-07-04T16:01:31.040Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32632026-07-04T16:01:31.744Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32642026-07-04T16:01:32.471Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32652026-07-04T16:01:33.897Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32662026-07-04T16:01:34.833Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32672026-07-04T16:01:35.759Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32682026-07-04T16:01:37.623Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32692026-07-04T16:01:38.061Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32702026-07-04T16:01:38.552Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32712026-07-04T16:01:40.494Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32722026-07-04T16:01:44.032Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32732026-07-04T16:01:44.644Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32742026-07-04T16:01:45.460Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32752026-07-04T16:01:46.380Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32762026-07-04T16:01:47.130Z Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
32772026-07-04T16:01:47.875Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32782026-07-04T16:01:48.648Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32792026-07-04T16:01:49.389Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32802026-07-04T16:01:51.278Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32812026-07-04T16:01:51.402Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32822026-07-04T16:01:52.134Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32832026-07-04T16:01:52.981Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32842026-07-04T16:01:53.016Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32852026-07-04T16:01:53.803Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32862026-07-04T16:01:54.760Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32872026-07-04T16:01:57.972Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32882026-07-04T16:01:58.805Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32892026-07-04T16:02:00.008Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32902026-07-04T16:02:00.714Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32912026-07-04T16:02:01.685Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32922026-07-04T16:02:02.538Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32932026-07-04T16:02:03.929Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32942026-07-04T16:02:05.470Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
32952026-07-04T16:02:06.661Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32962026-07-04T16:02:07.406Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32972026-07-04T16:02:08.338Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32982026-07-04T16:02:09.799Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32992026-07-04T16:02:12.693Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33002026-07-04T16:02:13.397Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33012026-07-04T16:02:13.874Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33022026-07-04T16:02:15.797Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
33032026-07-04T16:02:17.178Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
33042026-07-04T16:02:20.216Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33052026-07-04T16:02:21.840Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33062026-07-04T16:02:23.401Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
33072026-07-04T16:02:25.042Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
33082026-07-04T16:02:26.458Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33092026-07-04T16:02:30.867Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
33102026-07-04T16:02:31.624Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33112026-07-04T16:02:32.654Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
33122026-07-04T16:02:33.173Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33132026-07-04T16:02:34.869Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33142026-07-04T16:02:36.679Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
33152026-07-04T16:02:38.557Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33162026-07-04T16:02:40.474Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33172026-07-04T16:02:42.239Z Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
33182026-07-04T16:02:43.917Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33192026-07-04T16:02:45.958Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33202026-07-04T16:02:47.422Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33212026-07-04T16:02:49.186Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33222026-07-04T16:02:50.987Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
33232026-07-04T16:02:52.700Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33242026-07-04T16:02:54.479Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
33252026-07-04T16:02:57.835Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33262026-07-04T16:02:59.571Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33272026-07-04T16:03:01.259Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33282026-07-04T16:03:03.004Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33292026-07-04T16:03:04.868Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
33302026-07-04T16:03:08.826Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33312026-07-04T16:03:10.802Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33322026-07-04T16:03:12.566Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
33332026-07-04T16:03:14.350Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33342026-07-04T16:03:17.162Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
33352026-07-04T16:03:18.568Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33362026-07-04T16:03:20.229Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33372026-07-04T16:03:23.035Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
33382026-07-04T16:03:25.311Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33392026-07-04T16:03:27.884Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33402026-07-04T16:03:29.939Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33412026-07-04T16:03:32.153Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33422026-07-04T16:03:34.266Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33432026-07-04T16:03:36.455Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33442026-07-04T16:03:39.083Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33452026-07-04T16:03:40.850Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33462026-07-04T16:03:43.294Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33472026-07-04T16:03:45.183Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33482026-07-04T16:03:47.334Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33492026-07-04T16:03:49.615Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
33502026-07-04T16:03:51.851Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33512026-07-04T16:03:54.080Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33522026-07-04T16:03:56.292Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33532026-07-04T16:03:58.645Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33542026-07-04T16:04:00.904Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33552026-07-04T16:04:03.160Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33562026-07-04T16:04:05.507Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33572026-07-04T16:04:07.813Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33582026-07-04T16:04:10.174Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33592026-07-04T16:04:12.503Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33602026-07-04T16:04:14.866Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33612026-07-04T16:04:17.172Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33622026-07-04T16:04:19.467Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33632026-07-04T16:04:21.763Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33642026-07-04T16:04:24.186Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33652026-07-04T16:04:26.586Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33662026-07-04T16:04:28.909Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33672026-07-04T16:04:31.246Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33682026-07-04T16:04:33.509Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33692026-07-04T16:04:36.051Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33702026-07-04T16:04:38.443Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33712026-07-04T16:04:40.706Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33722026-07-04T16:04:43.194Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33732026-07-04T16:04:45.555Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33742026-07-04T16:04:47.911Z Documenting ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
33752026-07-04T16:04:50.288Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33762026-07-04T16:04:52.672Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33772026-07-04T16:04:55.225Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33782026-07-04T16:04:57.372Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33792026-07-04T16:05:00.440Z Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
33802026-07-04T16:05:02.574Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33812026-07-04T16:05:04.998Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33822026-07-04T16:05:07.586Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33832026-07-04T16:05:10.258Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33842026-07-04T16:05:12.821Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33852026-07-04T16:05:15.357Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33862026-07-04T16:05:17.816Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33872026-07-04T16:05:20.445Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33882026-07-04T16:05:23.077Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33892026-07-04T16:05:25.637Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33902026-07-04T16:05:28.559Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33912026-07-04T16:05:30.974Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33922026-07-04T16:05:38.854Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33932026-07-04T16:05:38.943Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33942026-07-04T16:05:42.273Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
33952026-07-04T16:05:46.833Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33962026-07-04T16:05:49.662Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33972026-07-04T16:05:53.509Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33982026-07-04T16:05:56.997Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33992026-07-04T16:06:00.694Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
34002026-07-04T16:06:04.333Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
34012026-07-04T16:06:08.068Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
34022026-07-04T16:06:11.664Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34032026-07-04T16:06:15.410Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
34042026-07-04T16:06:19.082Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34052026-07-04T16:06:22.800Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
34062026-07-04T16:06:26.401Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34072026-07-04T16:06:30.034Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
34082026-07-04T16:06:33.695Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
34092026-07-04T16:06:37.357Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
34102026-07-04T16:06:41.102Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
34112026-07-04T16:06:44.739Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
34122026-07-04T16:06:48.574Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
34132026-07-04T16:06:52.165Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34142026-07-04T16:06:55.925Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
34152026-07-04T16:06:59.494Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
34162026-07-04T16:07:03.181Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
34172026-07-04T16:07:32.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 49s
34182026-07-04T16:07:32.639Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 200 other files
34192026-07-04T16:07:32.743Z
34202026-07-04T16:07:32.743Zreal 6:49.536991572
34212026-07-04T16:07:32.743Zuser 18:20.819847263
34222026-07-04T16:07:32.743Zsys 3:52.781042014
34232026-07-04T16:07:32.743Ztrap 0.264089657
34242026-07-04T16:07:32.743Ztflt 0.024707993
34252026-07-04T16:07:32.743Zdflt 0.077882605
34262026-07-04T16:07:32.743Zkflt 0.000013300
34272026-07-04T16:07:32.743Zlock 6:18:18.021814407
34282026-07-04T16:07:32.746Zslp 2:17:34.402442498
34292026-07-04T16:07:32.746Zlat 33.128792254
34302026-07-04T16:07:32.746Zstop 1:41.927213702
34312026-07-04T16:07:32.746Zprocess exited: duration 779259 ms, exit code 0
 
34322026-07-04T16:07:32.788Zfound 0 output files