01KWPT9NZ9Z2YTSQXYQRMASZTA: clippy (helios)

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

Buildomat Job: 01KWPTA20FH4DFEADNZTKMF23D

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-04T15:01:13.163Zjob assigned to worker 01KWPTAEC7PTR0MA92WFA3FDG7 [factory aws, i-000328e5a90f9d92a] (queued for 55 s)
 
22026-07-04T15:01:19.412Zstarting task 0: "setup"
32026-07-04T15:01:19.418Z++ uname -s
42026-07-04T15:01:19.421Z+ kern=SunOS
52026-07-04T15:01:19.421Z+ build_user=build
62026-07-04T15:01:19.421Z+ build_uid=12345
72026-07-04T15:01:19.421Z+ work_dir=/work
82026-07-04T15:01:19.421Z+ input_dir=/input
92026-07-04T15:01:19.421Z+ [[ 0 == 12345 ]]
102026-07-04T15:01:19.421Z+ case "$kern" in
112026-07-04T15:01:19.421Z+ groupadd -g 12345 build
122026-07-04T15:01:19.424Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-04T15:01:21.427Z+ zfs create -o mountpoint=/work rpool/work
142026-07-04T15:01:21.518Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-04T15:01:21.521Z+ home_fs=zfs
162026-07-04T15:01:21.521Z+ [[ zfs == autofs ]]
172026-07-04T15:01:21.521Z+ mkdir -p /home/build
182026-07-04T15:01:21.521Z+ chown build:build /home/build /work
192026-07-04T15:01:23.523Z+ chmod 0700 /home/build /work
202026-07-04T15:01:23.526Zprocess exited: duration 4111 ms, exit code 0
 
212026-07-04T15:01:23.533Zstarting task 1: "rust-toolchain"
222026-07-04T15:01:23.536Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-04T15:01:23.536Z * rust toolchain channel = "1.96.1"
242026-07-04T15:01:23.537Z * rust toolchain profile = "default"
252026-07-04T15:01:23.537Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-04T15:01:23.537Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-04T15:01:23.537Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-04T15:01:23.540Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-04T15:01:23.540Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-04T15:01:23.642Zinfo: downloading installer
312026-07-04T15:01:24.995Zwarn: It looks like you have an existing rustup settings file at:
322026-07-04T15:01:24.995Zwarn: /home/build/.rustup/settings.toml
332026-07-04T15:01:24.995Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-04T15:01:24.995Zwarn: instead of the one inferred from the default host triple.
352026-07-04T15:01:25.008Zinfo: profile set to default
362026-07-04T15:01:25.008Zinfo: default host triple is x86_64-unknown-illumos
372026-07-04T15:01:25.011Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-04T15:01:25.150Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-04T15:01:25.153Zinfo: downloading 6 components
402026-07-04T15:01:40.475Z
412026-07-04T15:01:40.475Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
422026-07-04T15:01:40.505Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-04T15:01:40.505Z
442026-07-04T15:01:40.505Z
452026-07-04T15:01:40.505ZRust is installed now. Great!
462026-07-04T15:01:40.511Z
472026-07-04T15:01:40.511ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-04T15:01:40.511Zenvironment variable. This has not been done automatically.
492026-07-04T15:01:40.511Z
502026-07-04T15:01:40.511ZTo configure your current shell, you need to source
512026-07-04T15:01:40.511Zthe corresponding env file under $HOME/.cargo.
522026-07-04T15:01:40.511Z
532026-07-04T15:01:40.511ZThis is usually done by running one of the following (note the leading DOT):
542026-07-04T15:01:40.511Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-04T15:01:40.511Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-04T15:01:40.512Zsource "~/.cargo/env.nu" # For nushell
572026-07-04T15:01:40.512Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-04T15:01:40.512Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-04T15:01:40.512Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-04T15:01:40.512Zwarn: no default linker (`cc`) was found in your PATH
612026-07-04T15:01:40.512Zwarn: many Rust crates require a system C toolchain to build
622026-07-04T15:01:40.594Z+ rustup --version
632026-07-04T15:01:40.611Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-04T15:01:40.611Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-04T15:01:40.624Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-04T15:01:40.636Z+ cargo --version
672026-07-04T15:01:40.653Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-04T15:01:40.654Z+ rustc --version
692026-07-04T15:01:40.671Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-04T15:01:40.676Zprocess exited: duration 17129 ms, exit code 0
 
712026-07-04T15:01:40.689Zstarting task 2: "authentication"
722026-07-04T15:01:40.710Zprocess exited: duration 17 ms, exit code 0
 
732026-07-04T15:01:40.731Zstarting task 3: "clone repository"
742026-07-04T15:01:40.745Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-04T15:01:40.746Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-04T15:01:40.766ZCloning into '/work/oxidecomputer/omicron'...
772026-07-04T15:01:51.059Z+ cd /work/oxidecomputer/omicron
782026-07-04T15:01:51.059Z+ git fetch origin 1f2971ad54652bbb64e6c9303ce505f2985bf9d7
792026-07-04T15:01:51.316ZFrom https://github.com/oxidecomputer/omicron
802026-07-04T15:01:51.316Z * branch 1f2971ad54652bbb64e6c9303ce505f2985bf9d7 -> FETCH_HEAD
812026-07-04T15:01:51.326Z+ [[ -n bgp-results-page ]]
822026-07-04T15:01:51.329Z++ git branch --show-current
832026-07-04T15:01:51.329Z+ current=main
842026-07-04T15:01:51.329Z+ [[ main != bgp-results-page ]]
852026-07-04T15:01:51.329Z+ git branch -f bgp-results-page 1f2971ad54652bbb64e6c9303ce505f2985bf9d7
862026-07-04T15:01:51.333Z+ git checkout -f bgp-results-page
872026-07-04T15:01:51.571ZSwitched to branch 'bgp-results-page'
882026-07-04T15:01:51.574Z+ git reset --hard 1f2971ad54652bbb64e6c9303ce505f2985bf9d7
892026-07-04T15:01:51.816ZHEAD is now at 1f2971ad5 bgp_announce_set_list: return ResultsPage
902026-07-04T15:01:51.819Zprocess exited: duration 11090 ms, exit code 0
 
912026-07-04T15:01:51.825Zstarting task 4: "build"
922026-07-04T15:01:51.829Z+ source ./env.sh
932026-07-04T15:01:51.832Z++ OLD_SHELL_OPTS=ehxB
942026-07-04T15:01:51.832Z++ set -o xtrace
952026-07-04T15:01:51.832Z++++ dirname ./env.sh
962026-07-04T15:01:51.835Z+++ readlink -f .
972026-07-04T15:01:51.835Z++ OMICRON_WS=/work/oxidecomputer/omicron
982026-07-04T15:01:51.835Z++ 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:01:51.835Z++ 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:01:51.835Z++ 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:01:51.835Z++ 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:01:51.835Z++ 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:01:51.835Z++ 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:01:51.835Z++ 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:01:51.835Z++ 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:01:51.838Z++ 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:01:51.838Z++ 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:01:51.838Z++ case $OLD_SHELL_OPTS in
1092026-07-04T15:01:51.838Z++ unset OLD_SHELL_OPTS OMICRON_WS
1102026-07-04T15:01:51.838Z+ source .github/buildomat/ci-env.sh
1112026-07-04T15:01:51.838Z++ export CARGO_TERM_COLOR=always
1122026-07-04T15:01:51.838Z++ CARGO_TERM_COLOR=always
1132026-07-04T15:01:51.838Z+++ uname -s
1142026-07-04T15:01:51.838Z++ [[ SunOS == \S\u\n\O\S ]]
1152026-07-04T15:01:51.838Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
1162026-07-04T15:01:51.839Z+ cargo --version
1172026-07-04T15:01:51.848Zcargo 1.96.1 (356927216 2026-06-26)
1182026-07-04T15:01:51.851Z+ rustc --version
1192026-07-04T15:01:51.871Zrustc 1.96.1 (31fca3adb 2026-06-26)
1202026-07-04T15:01:51.874Z+ banner prerequisites
1212026-07-04T15:01:51.877Z
1222026-07-04T15:01:51.877Z ##### ##### ###### ##### ###### #### # # # #### #
1232026-07-04T15:01:51.877Z # # # # # # # # # # # # # # #
1242026-07-04T15:01:51.877Z # # # # ##### # # ##### # # # # # #### #
1252026-07-04T15:01:51.877Z ##### ##### # ##### # # # # # # # # #
1262026-07-04T15:01:51.877Z # # # # # # # # # # # # # # #
1272026-07-04T15:01:51.877Z # # # ###### # # ###### ### # #### # #### #
1282026-07-04T15:01:51.877Z
1292026-07-04T15:01:51.877Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1302026-07-04T15:01:53.901Z Startup: Refreshing catalog 'helios' ... Done
1312026-07-04T15:01:54.010Z Startup: Caching catalogs ... Done
1322026-07-04T15:01:54.497ZPlanning: Solver setup ... Done (0.442s)
1332026-07-04T15:01:54.523ZPlanning: Running solver ... Done (0.027s)
1342026-07-04T15:01:54.535ZPlanning: Finding local manifests ... Done (0.003s)
1352026-07-04T15:01:54.547ZPlanning: Fetching manifests: 0/2 0% complete
1362026-07-04T15:01:54.563ZPlanning: Fetching manifests: 2/2 100% complete
1372026-07-04T15:01:54.577ZPlanning: Package planning ... Done (0.013s)
1382026-07-04T15:01:54.580ZPlanning: Merging actions ... Done (0.001s)
1392026-07-04T15:01:54.743ZPlanning: Checking for conflicting actions ... Done (0.165s)
1402026-07-04T15:01:54.746ZPlanning: Consolidating action changes ... Done (0.001s)
1412026-07-04T15:01:55.540ZPlanning: Evaluating mediators ... Done (0.796s)
1422026-07-04T15:01:55.543ZPlanning: Planning completed in 1.51 seconds
1432026-07-04T15:01:55.549Z Packages to install: 2
1442026-07-04T15:01:55.549Z Estimated space available: 156.06 GB
1452026-07-04T15:01:55.552ZEstimated space to be consumed: 30.98 MB
1462026-07-04T15:01:55.552Z Create boot environment: No
1472026-07-04T15:01:55.552ZCreate backup boot environment: No
1482026-07-04T15:01:55.552Z Rebuild boot archive: No
1492026-07-04T15:01:55.552Z
1502026-07-04T15:01:55.552ZChanged packages:
1512026-07-04T15:01:55.552Zhelios
1522026-07-04T15:01:55.552Z developer/build-essential
1532026-07-04T15:01:55.552Z None -> 11-3.0
1542026-07-04T15:01:55.552Z library/libxmlsec1
1552026-07-04T15:01:55.552Z None -> 1.2.35-3.0
1562026-07-04T15:01:55.573Z
1572026-07-04T15:01:55.573ZDownload: 0/214 items 0.0/1.3MB 0% complete
1582026-07-04T15:01:56.054ZDownload: Completed 1.28 MB in 0.48 seconds (2.7M/s)
1592026-07-04T15:01:56.129Z Actions: 1/268 actions (Installing new actions)
1602026-07-04T15:01:56.166Z Actions: Completed 268 actions in 0.04 seconds.
1612026-07-04T15:01:56.177ZFinalize: Updating package state database ... Done (0.011s)
1622026-07-04T15:01:56.177ZFinalize: Updating package cache ... Done (0.000s)
1632026-07-04T15:01:56.208ZFinalize: Updating image state ... Done (0.030s)
1642026-07-04T15:01:58.625ZFinalize: Creating fast lookup database ... Done (2.392s)
1652026-07-04T15:01:58.691ZFinalize: Reading search index ... Done (0.012s)
1662026-07-04T15:01:58.694ZFinalize: Updating search index ... Done (0.000s)
1672026-07-04T15:01:58.790ZFinalize: Updating package cache ... Done (0.000s)
1682026-07-04T15:01:59.106ZPlanning: Evaluating mediator changes ... Done
1692026-07-04T15:01:59.212ZPlanning: Checking for conflicting actions ... Done
1702026-07-04T15:01:59.215ZPlanning: Consolidating action changes ... Done
1712026-07-04T15:01:59.369ZPlanning: Evaluating mediators ... Done
1722026-07-04T15:01:59.372ZPlanning: Planning completed in 0.26 seconds
1732026-07-04T15:01:59.392Z Mediators to change: 2
1742026-07-04T15:01:59.392Z Create boot environment: No
1752026-07-04T15:01:59.392ZCreate backup boot environment: No
1762026-07-04T15:01:59.439ZFinalize: Updating package state database ... Done
1772026-07-04T15:01:59.439ZFinalize: Updating package cache ... Done
1782026-07-04T15:01:59.454ZFinalize: Updating image state ... Done
1792026-07-04T15:02:01.416ZFinalize: Creating fast lookup database ... Done
1802026-07-04T15:02:01.480ZFinalize: Reading search index ... Done
1812026-07-04T15:02:01.483ZFinalize: Updating search index ... Done
1822026-07-04T15:02:01.543ZFinalize: Updating package cache ... Done
1832026-07-04T15:02:01.829ZPlanning: Evaluating mediator changes ... Done
1842026-07-04T15:02:01.936ZPlanning: Checking for conflicting actions ... Done
1852026-07-04T15:02:01.939ZPlanning: Consolidating action changes ... Done
1862026-07-04T15:02:02.093ZPlanning: Evaluating mediators ... Done
1872026-07-04T15:02:02.097ZPlanning: Planning completed in 0.26 seconds
1882026-07-04T15:02:02.116Z Mediators to change: 1
1892026-07-04T15:02:02.116Z Create boot environment: No
1902026-07-04T15:02:02.116ZCreate backup boot environment: No
1912026-07-04T15:02:02.165ZFinalize: Updating package state database ... Done
1922026-07-04T15:02:02.165ZFinalize: Updating package cache ... Done
1932026-07-04T15:02:02.181ZFinalize: Updating image state ... Done
1942026-07-04T15:02:04.126ZFinalize: Creating fast lookup database ... Done
1952026-07-04T15:02:04.193ZFinalize: Reading search index ... Done
1962026-07-04T15:02:04.196ZFinalize: Updating search index ... Done
1972026-07-04T15:02:04.258ZFinalize: Updating package cache ... Done
1982026-07-04T15:02:04.569ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1992026-07-04T15:02:04.570Zapache system 2.4 system
2002026-07-04T15:02:04.570Zclang system 15 system
2012026-07-04T15:02:04.570Zcsh system system illumos
2022026-07-04T15:02:04.570Zctags system system illumos
2032026-07-04T15:02:04.570Zfile vendor vendor darwinsys
2042026-07-04T15:02:04.570Zfile system system illumos
2052026-07-04T15:02:04.570Zgcc vendor 14 vendor
2062026-07-04T15:02:04.570Zgcc system 13 system
2072026-07-04T15:02:04.570Zgcc system 10 system
2082026-07-04T15:02:04.570Zgo system 1.25 system
2092026-07-04T15:02:04.570Zllvm system 15 system
2102026-07-04T15:02:04.570Zmariadb system 11.4 system
2112026-07-04T15:02:04.570Zmta vendor vendor dma
2122026-07-04T15:02:04.570Zopenjdk system 17 system
2132026-07-04T15:02:04.570Zopenjdk system 11 system
2142026-07-04T15:02:04.570Zopenssl vendor 3 vendor
2152026-07-04T15:02:04.570Zperl system 5.40 system
2162026-07-04T15:02:04.570Zpostgresql system 18 system
2172026-07-04T15:02:04.570Zpostgresql system 17 system
2182026-07-04T15:02:04.570Zpython vendor 3 vendor
2192026-07-04T15:02:04.570Zpython system 2 system
2202026-07-04T15:02:04.570Zpython3 vendor 3.13 vendor
2212026-07-04T15:02:04.570Zruby system 3.4 system
2222026-07-04T15:02:04.570Zruby system 3.0 system
2232026-07-04T15:02:04.570Zwords vendor vendor american-english
2242026-07-04T15:02:04.571Zwords system system australian-english
2252026-07-04T15:02:04.571Zwords system system british-english
2262026-07-04T15:02:04.571Zwords system system canadian-english
2272026-07-04T15:02:04.571Zwords system system french
2282026-07-04T15:02:04.571Zwords system system italian
2292026-07-04T15:02:04.571Zwords system system ngerman
2302026-07-04T15:02:04.571Zwords system system ogerman
2312026-07-04T15:02:04.571Zwords system system spanish
2322026-07-04T15:02:04.818ZPUBLISHER TYPE STATUS P LOCATION
2332026-07-04T15:02:04.818Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2342026-07-04T15:02:05.124ZFMRI IFO
2352026-07-04T15:02:05.124Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2362026-07-04T15:02:05.124Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2372026-07-04T15:02:05.124Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2382026-07-04T15:02:05.124Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2392026-07-04T15:02:05.124Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2402026-07-04T15:02:05.124Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2412026-07-04T15:02:05.124Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2422026-07-04T15:02:05.124Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2432026-07-04T15:02:05.124Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2442026-07-04T15:02:05.385Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2452026-07-04T15:02:05.655Z Updating crates.io index
2462026-07-04T15:02:05.658Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2472026-07-04T15:02:05.861Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2482026-07-04T15:02:06.124Z Updating git repository `https://github.com/oxidecomputer/propolis`
2492026-07-04T15:02:06.999Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2502026-07-04T15:02:07.471Z Updating git repository `https://github.com/oxidecomputer/crucible`
2512026-07-04T15:02:08.981Z Updating git repository `https://github.com/oxidecomputer/opte`
2522026-07-04T15:02:09.789Z Updating git repository `https://github.com/oxidecomputer/tofino`
2532026-07-04T15:02:10.012Z Updating git repository `https://github.com/oxidecomputer/lldp`
2542026-07-04T15:02:10.293Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2552026-07-04T15:02:11.325Z Updating git repository `https://github.com/oxidecomputer/clickward`
2562026-07-04T15:02:11.558Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2572026-07-04T15:02:11.844Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2582026-07-04T15:02:12.077Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2592026-07-04T15:02:12.489Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2602026-07-04T15:02:12.943Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2612026-07-04T15:02:13.354Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2622026-07-04T15:02:13.599Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2632026-07-04T15:02:13.825Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2642026-07-04T15:02:14.082Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2652026-07-04T15:02:14.304Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2662026-07-04T15:02:14.510Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2672026-07-04T15:02:14.745Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2682026-07-04T15:02:15.073Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2692026-07-04T15:02:15.357Z Updating git repository `https://github.com/oxidecomputer/erebor`
2702026-07-04T15:02:15.585Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2712026-07-04T15:02:15.937Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2722026-07-04T15:02:16.183Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2732026-07-04T15:02:16.707Z Updating git repository `https://github.com/oxidecomputer/ispf`
2742026-07-04T15:02:16.905Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2752026-07-04T15:02:17.113Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2762026-07-04T15:02:17.432Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2772026-07-04T15:02:17.828Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2782026-07-04T15:02:18.048Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2792026-07-04T15:02:18.287Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2802026-07-04T15:02:18.516Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2812026-07-04T15:02:18.735Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2822026-07-04T15:02:18.987Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2832026-07-04T15:02:19.206Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2842026-07-04T15:02:19.433Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2852026-07-04T15:02:19.664Z Updating git repository `https://github.com/illumos/smf-rs`
2862026-07-04T15:02:22.330Z Downloading crates ...
2872026-07-04T15:02:22.385Z Downloaded anstyle v1.0.14
2882026-07-04T15:02:22.390Z Downloaded anstream v1.0.0
2892026-07-04T15:02:22.394Z Downloaded anyhow v1.0.102
2902026-07-04T15:02:22.397Z Downloaded zmij v1.0.21
2912026-07-04T15:02:22.399Z Downloaded heck v0.4.1
2922026-07-04T15:02:22.402Z Downloaded usdt-attr-macro v0.5.0
2932026-07-04T15:02:22.402Z Downloaded anstyle-parse v1.0.0
2942026-07-04T15:02:22.402Z Downloaded smawk v0.3.2
2952026-07-04T15:02:22.405Z Downloaded heck v0.5.0
2962026-07-04T15:02:22.409Z Downloaded zerocopy-derive v0.7.35
2972026-07-04T15:02:22.411Z Downloaded autocfg v1.5.0
2982026-07-04T15:02:22.414Z Downloaded zerocopy v0.7.35
2992026-07-04T15:02:22.421Z Downloaded itoa v1.0.17
3002026-07-04T15:02:22.424Z Downloaded bitflags v2.11.0
3012026-07-04T15:02:22.427Z Downloaded is_terminal_polyfill v1.70.2
3022026-07-04T15:02:22.427Z Downloaded cpufeatures v0.2.17
3032026-07-04T15:02:22.427Z Downloaded cfg-if v1.0.4
3042026-07-04T15:02:22.427Z Downloaded block-buffer v0.10.4
3052026-07-04T15:02:22.427Z Downloaded colorchoice v1.0.4
3062026-07-04T15:02:22.430Z Downloaded clap_lex v1.0.0
3072026-07-04T15:02:22.430Z Downloaded anstyle-query v1.1.5
3082026-07-04T15:02:22.439Z Downloaded memmap v0.7.0
3092026-07-04T15:02:22.442Z Downloaded generic-array v0.14.7
3102026-07-04T15:02:22.445Z Downloaded dof v0.3.0
3112026-07-04T15:02:22.451Z Downloaded clap v4.6.1
3122026-07-04T15:02:22.456Z Downloaded errno v0.3.14
3132026-07-04T15:02:22.459Z Downloaded dtrace-parser v0.2.0
3142026-07-04T15:02:22.463Z Downloaded crypto-common v0.1.7
3152026-07-04T15:02:22.463Z Downloaded fnv v1.0.7
3162026-07-04T15:02:22.466Z Downloaded fastrand v2.3.0
3172026-07-04T15:02:22.466Z Downloaded unicode-linebreak v0.1.5
3182026-07-04T15:02:22.470Z Downloaded scroll_derive v0.12.1
3192026-07-04T15:02:22.473Z Downloaded proc-macro-error-attr v1.0.4
3202026-07-04T15:02:22.476Z Downloaded toml_write v0.1.2
3212026-07-04T15:02:22.476Z Downloaded strsim v0.11.1
3222026-07-04T15:02:22.480Z Downloaded version_check v0.9.5
3232026-07-04T15:02:22.483Z Downloaded swrite v0.1.0
3242026-07-04T15:02:22.487Z Downloaded macaddr v1.0.1
3252026-07-04T15:02:22.487Z Downloaded cargo_metadata v0.23.1
3262026-07-04T15:02:22.487Z Downloaded bytecount v0.6.9
3272026-07-04T15:02:22.492Z Downloaded camino-tempfile v1.4.1
3282026-07-04T15:02:22.495Z Downloaded byteorder v1.5.0
3292026-07-04T15:02:22.495Z Downloaded digest v0.10.7
3302026-07-04T15:02:22.495Z Downloaded camino v1.2.2
3312026-07-04T15:02:22.504Z Downloaded usdt-macro v0.5.0
3322026-07-04T15:02:22.507Z Downloaded toml_datetime v0.6.11
3332026-07-04T15:02:22.507Z Downloaded thread-id v4.2.2
3342026-07-04T15:02:22.510Z Downloaded tabled_derive v0.7.0
3352026-07-04T15:02:22.510Z Downloaded pretty-hex v0.4.1
3362026-07-04T15:02:22.513Z Downloaded usdt v0.5.0
3372026-07-04T15:02:22.513Z Downloaded utf8parse v0.2.2
3382026-07-04T15:02:22.516Z Downloaded plain v0.2.3
3392026-07-04T15:02:22.521Z Downloaded serde_spanned v0.6.9
3402026-07-04T15:02:22.531Z Downloaded cargo-platform v0.3.2
3412026-07-04T15:02:22.534Z Downloaded fs-err v3.3.0
3422026-07-04T15:02:22.534Z Downloaded equivalent v1.0.2
3432026-07-04T15:02:22.545Z Downloaded thiserror-impl v2.0.18
3442026-07-04T15:02:22.549Z Downloaded serde_tokenstream v0.2.3
3452026-07-04T15:02:22.549Z Downloaded cargo_toml v0.21.0
3462026-07-04T15:02:22.552Z Downloaded pest_derive v2.8.6
3472026-07-04T15:02:22.557Z Downloaded clap_derive v4.6.1
3482026-07-04T15:02:22.560Z Downloaded terminal_size v0.4.3
3492026-07-04T15:02:22.562Z Downloaded thiserror-impl v1.0.69
3502026-07-04T15:02:22.565Z Downloaded sha2 v0.10.9
3512026-07-04T15:02:22.565Z Downloaded thiserror v1.0.69
3522026-07-04T15:02:22.568Z Downloaded quote v1.0.45
3532026-07-04T15:02:22.573Z Downloaded proc-macro-error v1.0.4
3542026-07-04T15:02:22.576Z Downloaded thiserror v2.0.18
3552026-07-04T15:02:22.579Z Downloaded once_cell v1.21.3
3562026-07-04T15:02:22.584Z Downloaded pest_generator v2.8.6
3572026-07-04T15:02:22.587Z Downloaded toml v0.8.23
3582026-07-04T15:02:22.590Z Downloaded semver v1.0.28
3592026-07-04T15:02:22.593Z Downloaded ucd-trie v0.1.7
3602026-07-04T15:02:22.593Z Downloaded papergrid v0.11.0
3612026-07-04T15:02:22.596Z Downloaded usdt-impl v0.5.0
3622026-07-04T15:02:22.605Z Downloaded scroll v0.12.0
3632026-07-04T15:02:22.617Z Downloaded getrandom v0.4.1
3642026-07-04T15:02:22.622Z Downloaded log v0.4.29
3652026-07-04T15:02:22.629Z Downloaded serde_derive v1.0.228
3662026-07-04T15:02:22.636Z Downloaded serde_core v1.0.228
3672026-07-04T15:02:22.639Z Downloaded unicode-ident v1.0.24
3682026-07-04T15:02:22.646Z Downloaded pest_meta v2.8.6
3692026-07-04T15:02:22.649Z Downloaded textwrap v0.16.2
3702026-07-04T15:02:22.658Z Downloaded tempfile v3.25.0
3712026-07-04T15:02:22.661Z Downloaded proc-macro2 v1.0.106
3722026-07-04T15:02:22.668Z Downloaded serde v1.0.228
3732026-07-04T15:02:22.677Z Downloaded typenum v1.20.1
3742026-07-04T15:02:22.680Z Downloaded pest v2.8.6
3752026-07-04T15:02:22.687Z Downloaded toml_edit v0.22.27
3762026-07-04T15:02:22.690Z Downloaded memchr v2.8.0
3772026-07-04T15:02:22.699Z Downloaded indexmap v2.14.0
3782026-07-04T15:02:22.730Z Downloaded hashbrown v0.17.0
3792026-07-04T15:02:22.740Z Downloaded clap_builder v4.6.0
3802026-07-04T15:02:22.749Z Downloaded serde_json v1.0.150
3812026-07-04T15:02:22.761Z Downloaded tabled v0.15.0
3822026-07-04T15:02:22.769Z Downloaded goblin v0.8.2
3832026-07-04T15:02:22.773Z Downloaded winnow v0.7.14
3842026-07-04T15:02:22.804Z Downloaded unicode-width v0.2.0
3852026-07-04T15:02:22.807Z Downloaded unicode-width v0.1.14
3862026-07-04T15:02:22.810Z Downloaded syn v2.0.117
3872026-07-04T15:02:22.815Z Downloaded syn v1.0.109
3882026-07-04T15:02:22.829Z Downloaded rustix v1.1.3
3892026-07-04T15:02:22.860Z Downloaded libc v0.2.185
3902026-07-04T15:02:22.921Z Compiling proc-macro2 v1.0.106
3912026-07-04T15:02:22.921Z Compiling unicode-ident v1.0.24
3922026-07-04T15:02:22.925Z Compiling quote v1.0.45
3932026-07-04T15:02:22.925Z Compiling serde_core v1.0.228
3942026-07-04T15:02:22.925Z Compiling libc v0.2.185
3952026-07-04T15:02:22.925Z Compiling version_check v0.9.5
3962026-07-04T15:02:22.925Z Compiling memchr v2.8.0
3972026-07-04T15:02:22.925Z Compiling serde v1.0.228
3982026-07-04T15:02:23.237Z Compiling zmij v1.0.21
3992026-07-04T15:02:23.503Z Compiling ucd-trie v0.1.7
4002026-07-04T15:02:23.507Z Compiling thiserror v1.0.69
4012026-07-04T15:02:23.550Z Compiling itoa v1.0.17
4022026-07-04T15:02:23.764Z Compiling pest v2.8.6
4032026-07-04T15:02:23.894Z Compiling rustix v1.1.3
4042026-07-04T15:02:23.969Z Compiling byteorder v1.5.0
4052026-07-04T15:02:24.015Z Compiling errno v0.3.14
4062026-07-04T15:02:24.147Z Compiling bitflags v2.11.0
4072026-07-04T15:02:24.199Z Compiling serde_json v1.0.150
4082026-07-04T15:02:24.383Z Compiling syn v2.0.117
4092026-07-04T15:02:24.473Z Compiling thread-id v4.2.2
4102026-07-04T15:02:24.516Z Compiling proc-macro-error-attr v1.0.4
4112026-07-04T15:02:24.558Z Compiling usdt-impl v0.5.0
4122026-07-04T15:02:24.674Z Compiling camino v1.2.2
4132026-07-04T15:02:24.719Z Compiling syn v1.0.109
4142026-07-04T15:02:24.890Z Compiling pest_meta v2.8.6
4152026-07-04T15:02:25.087Z Compiling proc-macro-error v1.0.4
4162026-07-04T15:02:25.103Z Compiling plain v0.2.3
4172026-07-04T15:02:25.120Z Compiling utf8parse v0.2.2
4182026-07-04T15:02:25.211Z Compiling equivalent v1.0.2
4192026-07-04T15:02:25.229Z Compiling getrandom v0.4.1
4202026-07-04T15:02:25.281Z Compiling hashbrown v0.17.0
4212026-07-04T15:02:25.302Z Compiling log v0.4.29
4222026-07-04T15:02:25.616Z Compiling terminal_size v0.4.3
4232026-07-04T15:02:25.738Z Compiling anstyle-parse v1.0.0
4242026-07-04T15:02:25.837Z Compiling indexmap v2.14.0
4252026-07-04T15:02:26.171Z Compiling pretty-hex v0.4.1
4262026-07-04T15:02:26.249Z Compiling anstyle-query v1.1.5
4272026-07-04T15:02:26.312Z Compiling toml_write v0.1.2
4282026-07-04T15:02:26.374Z Compiling winnow v0.7.14
4292026-07-04T15:02:26.462Z Compiling autocfg v1.5.0
4302026-07-04T15:02:26.507Z Compiling colorchoice v1.0.4
4312026-07-04T15:02:26.526Z Compiling is_terminal_polyfill v1.70.2
4322026-07-04T15:02:26.544Z Compiling thiserror v2.0.18
4332026-07-04T15:02:26.620Z Compiling cfg-if v1.0.4
4342026-07-04T15:02:26.623Z Compiling anstyle v1.0.14
4352026-07-04T15:02:26.698Z Compiling pest_generator v2.8.6
4362026-07-04T15:02:26.868Z Compiling anstream v1.0.0
4372026-07-04T15:02:26.886Z Compiling fs-err v3.3.0
4382026-07-04T15:02:27.147Z Compiling unicode-width v0.1.14
4392026-07-04T15:02:27.173Z Compiling once_cell v1.21.3
4402026-07-04T15:02:27.226Z Compiling fastrand v2.3.0
4412026-07-04T15:02:27.399Z Compiling anyhow v1.0.102
4422026-07-04T15:02:27.446Z Compiling heck v0.5.0
4432026-07-04T15:02:27.446Z Compiling clap_lex v1.0.0
4442026-07-04T15:02:27.446Z Compiling bytecount v0.6.9
4452026-07-04T15:02:27.489Z Compiling heck v0.4.1
4462026-07-04T15:02:27.555Z Compiling strsim v0.11.1
4472026-07-04T15:02:27.649Z Compiling fnv v1.0.7
4482026-07-04T15:02:27.685Z Compiling tempfile v3.25.0
4492026-07-04T15:02:27.744Z Compiling clap_builder v4.6.0
4502026-07-04T15:02:27.796Z Compiling papergrid v0.11.0
4512026-07-04T15:02:27.837Z Compiling semver v1.0.28
4522026-07-04T15:02:27.904Z Compiling cargo-platform v0.3.2
4532026-07-04T15:02:27.931Z Compiling memmap v0.7.0
4542026-07-04T15:02:27.936Z Compiling tabled_derive v0.7.0
4552026-07-04T15:02:28.037Z Compiling unicode-width v0.2.0
4562026-07-04T15:02:28.105Z Compiling smawk v0.3.2
4572026-07-04T15:02:28.162Z Compiling unicode-linebreak v0.1.5
4582026-07-04T15:02:28.239Z Compiling camino-tempfile v1.4.1
4592026-07-04T15:02:28.287Z Compiling serde_derive v1.0.228
4602026-07-04T15:02:28.312Z Compiling thiserror-impl v1.0.69
4612026-07-04T15:02:28.395Z Compiling zerocopy-derive v0.7.35
4622026-07-04T15:02:28.466Z Compiling pest_derive v2.8.6
4632026-07-04T15:02:28.527Z Compiling scroll_derive v0.12.1
4642026-07-04T15:02:28.856Z Compiling thiserror-impl v2.0.18
4652026-07-04T15:02:28.926Z Compiling clap_derive v4.6.1
4662026-07-04T15:02:29.226Z Compiling tabled v0.15.0
4672026-07-04T15:02:29.297Z Compiling scroll v0.12.0
4682026-07-04T15:02:29.313Z Compiling zerocopy v0.7.35
4692026-07-04T15:02:29.568Z Compiling goblin v0.8.2
4702026-07-04T15:02:29.779Z Compiling dtrace-parser v0.2.0
4712026-07-04T15:02:29.891Z Compiling textwrap v0.16.2
4722026-07-04T15:02:30.373Z Compiling swrite v0.1.0
4732026-07-04T15:02:30.801Z Compiling clap v4.6.1
4742026-07-04T15:02:31.470Z Compiling toml_datetime v0.6.11
4752026-07-04T15:02:31.470Z Compiling serde_spanned v0.6.9
4762026-07-04T15:02:31.474Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4772026-07-04T15:02:31.474Z Compiling macaddr v1.0.1
4782026-07-04T15:02:31.474Z Compiling cargo_metadata v0.23.1
4792026-07-04T15:02:31.551Z Compiling dof v0.3.0
4802026-07-04T15:02:31.551Z Compiling serde_tokenstream v0.2.3
4812026-07-04T15:02:31.658Z Compiling toml_edit v0.22.27
4822026-07-04T15:02:32.334Z Compiling usdt-attr-macro v0.5.0
4832026-07-04T15:02:32.334Z Compiling usdt-macro v0.5.0
4842026-07-04T15:02:32.921Z Compiling usdt v0.5.0
4852026-07-04T15:02:33.007Z Compiling toml v0.8.23
4862026-07-04T15:02:33.337Z Compiling cargo_toml v0.21.0
4872026-07-04T15:02:34.610Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4882026-07-04T15:02:36.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.36s
4892026-07-04T15:02:36.792Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4902026-07-04T15:02:37.284Z Downloading crates ...
4912026-07-04T15:02:37.387Z Downloaded ahash v0.8.12
4922026-07-04T15:02:37.394Z Downloaded bb8 v0.8.6
4932026-07-04T15:02:37.397Z Downloaded adler2 v2.0.1
4942026-07-04T15:02:37.400Z Downloaded bit-set v0.8.0
4952026-07-04T15:02:37.403Z Downloaded assert_matches v1.5.0
4962026-07-04T15:02:37.403Z Downloaded atomic-waker v1.1.2
4972026-07-04T15:02:37.406Z Downloaded convert_case v0.10.0
4982026-07-04T15:02:37.409Z Downloaded base16ct v0.2.0
4992026-07-04T15:02:37.409Z Downloaded async-recursion v1.1.1
5002026-07-04T15:02:37.412Z Downloaded bit-set v0.5.3
5012026-07-04T15:02:37.415Z Downloaded cookie_store v0.22.1
5022026-07-04T15:02:37.415Z Downloaded crc32fast v1.5.0
5032026-07-04T15:02:37.417Z Downloaded crc8 v0.1.1
5042026-07-04T15:02:37.417Z Downloaded aead v0.5.2
5052026-07-04T15:02:37.417Z Downloaded bitfield-macros v0.19.4
5062026-07-04T15:02:37.418Z Downloaded crc-catalog v2.4.0
5072026-07-04T15:02:37.420Z Downloaded cpubits v0.1.1
5082026-07-04T15:02:37.420Z Downloaded crc v3.4.0
5092026-07-04T15:02:37.420Z Downloaded crypto-common v0.2.2
5102026-07-04T15:02:37.423Z Downloaded ascii-canvas v3.0.0
5112026-07-04T15:02:37.423Z Downloaded async-stream v0.3.6
5122026-07-04T15:02:37.426Z Downloaded atomicwrites v0.4.4
5132026-07-04T15:02:37.426Z Downloaded cookie v0.18.1
5142026-07-04T15:02:37.429Z Downloaded darling_macro v0.21.3
5152026-07-04T15:02:37.432Z Downloaded curve25519-dalek-derive v0.1.1
5162026-07-04T15:02:37.432Z Downloaded crucible-workspace-hack v0.1.0
5172026-07-04T15:02:37.435Z Downloaded cstr-argument v0.1.2
5182026-07-04T15:02:37.435Z Downloaded bit-vec v0.6.3
5192026-07-04T15:02:37.435Z Downloaded cpufeatures v0.3.0
5202026-07-04T15:02:37.438Z Downloaded anstream v0.6.21
5212026-07-04T15:02:37.438Z Downloaded base16ct v1.0.0
5222026-07-04T15:02:37.441Z Downloaded async-stream-impl v0.3.6
5232026-07-04T15:02:37.441Z Downloaded aead v0.6.1
5242026-07-04T15:02:37.441Z Downloaded crunchy v0.2.4
5252026-07-04T15:02:37.447Z Downloaded derive_builder_macro v0.20.2
5262026-07-04T15:02:37.450Z Downloaded convert_case v0.4.0
5272026-07-04T15:02:37.450Z Downloaded darling_macro v0.23.0
5282026-07-04T15:02:37.450Z Downloaded crossbeam-deque v0.8.6
5292026-07-04T15:02:37.453Z Downloaded arrayref v0.3.9
5302026-07-04T15:02:37.453Z Downloaded critical-section v1.2.0
5312026-07-04T15:02:37.453Z Downloaded ed25519 v3.0.0
5322026-07-04T15:02:37.456Z Downloaded csv-core v0.1.13
5332026-07-04T15:02:37.456Z Downloaded dirs-sys-next v0.1.2
5342026-07-04T15:02:37.456Z Downloaded block-buffer v0.12.1
5352026-07-04T15:02:37.459Z Downloaded crossbeam-epoch v0.9.18
5362026-07-04T15:02:37.459Z Downloaded atty v0.2.14
5372026-07-04T15:02:37.462Z Downloaded ciborium-io v0.2.2
5382026-07-04T15:02:37.462Z Downloaded diesel_table_macro_syntax v0.3.0
5392026-07-04T15:02:37.463Z Downloaded embedded-io v0.6.1
5402026-07-04T15:02:37.465Z Downloaded difflib v0.4.0
5412026-07-04T15:02:37.468Z Downloaded dyn-clone v1.0.20
5422026-07-04T15:02:37.468Z Downloaded dropshot-api-manager-types v0.7.2
5432026-07-04T15:02:37.471Z Downloaded cfg_aliases v0.1.1
5442026-07-04T15:02:37.471Z Downloaded downcast-rs v2.0.2
5452026-07-04T15:02:37.471Z Downloaded dirs-next v2.0.0
5462026-07-04T15:02:37.474Z Downloaded darling_macro v0.20.11
5472026-07-04T15:02:37.475Z Downloaded dof v0.4.0
5482026-07-04T15:02:37.475Z Downloaded array-init v0.0.4
5492026-07-04T15:02:37.477Z Downloaded dunce v1.0.5
5502026-07-04T15:02:37.477Z Downloaded defmt-parser v1.0.0
5512026-07-04T15:02:37.481Z Downloaded darling_macro v0.13.4
5522026-07-04T15:02:37.481Z Downloaded cfg_aliases v0.2.1
5532026-07-04T15:02:37.484Z Downloaded castaway v0.2.4
5542026-07-04T15:02:37.484Z Downloaded argon2 v0.5.3
5552026-07-04T15:02:37.487Z Downloaded document-features v0.2.12
5562026-07-04T15:02:37.487Z Downloaded defmt v0.3.100
5572026-07-04T15:02:37.487Z Downloaded anstyle-parse v0.2.7
5582026-07-04T15:02:37.491Z Downloaded embedded-io v0.4.0
5592026-07-04T15:02:37.494Z Downloaded dtrace-parser v0.3.0
5602026-07-04T15:02:37.494Z Downloaded display-error-chain v0.2.2
5612026-07-04T15:02:37.494Z Downloaded bitfield v0.19.4
5622026-07-04T15:02:37.498Z Downloaded backoff v0.4.0
5632026-07-04T15:02:37.498Z Downloaded async-trait v0.1.89
5642026-07-04T15:02:37.500Z Downloaded bcs v0.1.6
5652026-07-04T15:02:37.500Z Downloaded debug-ignore v1.0.5
5662026-07-04T15:02:37.503Z Downloaded bcrypt-pbkdf v0.11.0
5672026-07-04T15:02:37.503Z Downloaded daft-derive v0.1.7
5682026-07-04T15:02:37.506Z Downloaded ctr v0.10.1
5692026-07-04T15:02:37.509Z Downloaded daft v0.1.7
5702026-07-04T15:02:37.509Z Downloaded ctutils v0.4.2
5712026-07-04T15:02:37.513Z Downloaded compression-core v0.4.31
5722026-07-04T15:02:37.516Z Downloaded data-encoding v2.10.0
5732026-07-04T15:02:37.516Z Downloaded cobs v0.3.0
5742026-07-04T15:02:37.516Z Downloaded bitfield-struct v0.6.2
5752026-07-04T15:02:37.520Z Downloaded darling v0.20.11
5762026-07-04T15:02:37.523Z Downloaded fd-lock v4.0.4
5772026-07-04T15:02:37.527Z Downloaded float-cmp v0.10.0
5782026-07-04T15:02:37.527Z Downloaded enum-as-inner v0.6.1
5792026-07-04T15:02:37.529Z Downloaded endian-type v0.1.2
5802026-07-04T15:02:37.529Z Downloaded flagset v0.4.7
5812026-07-04T15:02:37.530Z Downloaded foreign-types-shared v0.3.1
5822026-07-04T15:02:37.530Z Downloaded env_filter v1.0.0
5832026-07-04T15:02:37.533Z Downloaded crossbeam-utils v0.8.21
5842026-07-04T15:02:37.533Z Downloaded futures-task v0.3.32
5852026-07-04T15:02:37.536Z Downloaded futures-sink v0.3.32
5862026-07-04T15:02:37.536Z Downloaded foreign-types v0.3.2
5872026-07-04T15:02:37.536Z Downloaded derive_builder_core v0.20.2
5882026-07-04T15:02:37.539Z Downloaded darling v0.13.4
5892026-07-04T15:02:37.539Z Downloaded dsl_auto_type v0.2.0
5902026-07-04T15:02:37.543Z Downloaded bit-vec v0.8.0
5912026-07-04T15:02:37.543Z Downloaded arrayvec v0.7.6
5922026-07-04T15:02:37.543Z Downloaded ciborium-ll v0.2.2
5932026-07-04T15:02:37.546Z Downloaded bitflags v1.3.2
5942026-07-04T15:02:37.546Z Downloaded cbc v0.2.1
5952026-07-04T15:02:37.546Z Downloaded either v1.15.0
5962026-07-04T15:02:37.549Z Downloaded const_format_proc_macros v0.2.34
5972026-07-04T15:02:37.549Z Downloaded displaydoc v0.2.5
5982026-07-04T15:02:37.552Z Downloaded ed25519 v2.2.3
5992026-07-04T15:02:37.552Z Downloaded diesel-dtrace v0.5.0
6002026-07-04T15:02:37.555Z Downloaded derive-ex v0.1.8
6012026-07-04T15:02:37.555Z Downloaded cmov v0.5.4
6022026-07-04T15:02:37.558Z Downloaded constant_time_eq v0.4.2
6032026-07-04T15:02:37.558Z Downloaded camino-tempfile-ext v0.3.3
6042026-07-04T15:02:37.558Z Downloaded block-padding v0.4.2
6052026-07-04T15:02:37.561Z Downloaded defmt-macros v1.0.1
6062026-07-04T15:02:37.561Z Downloaded funty v2.0.0
6072026-07-04T15:02:37.561Z Downloaded defmt v1.0.1
6082026-07-04T15:02:37.564Z Downloaded foreign-types-shared v0.1.1
6092026-07-04T15:02:37.564Z Downloaded float-ord v0.3.2
6102026-07-04T15:02:37.567Z Downloaded blowfish v0.10.0
6112026-07-04T15:02:37.567Z Downloaded fxhash v0.2.1
6122026-07-04T15:02:37.567Z Downloaded cassowary v0.3.0
6132026-07-04T15:02:37.570Z Downloaded darling v0.23.0
6142026-07-04T15:02:37.573Z Downloaded buf-list v1.1.2
6152026-07-04T15:02:37.573Z Downloaded backon v1.6.0
6162026-07-04T15:02:37.575Z Downloaded corncobs v0.1.4
6172026-07-04T15:02:37.576Z Downloaded der_derive v0.7.3
6182026-07-04T15:02:37.578Z Downloaded derive-where v1.6.0
6192026-07-04T15:02:37.581Z Downloaded deranged v0.5.8
6202026-07-04T15:02:37.581Z Downloaded ghash v0.6.0
6212026-07-04T15:02:37.581Z Downloaded git-stub v1.0.0
6222026-07-04T15:02:37.584Z Downloaded foreign-types-macros v0.2.3
6232026-07-04T15:02:37.584Z Downloaded foreign-types v0.5.0
6242026-07-04T15:02:37.584Z Downloaded argon2 v0.6.0-rc.8
6252026-07-04T15:02:37.587Z Downloaded futures-core v0.3.32
6262026-07-04T15:02:37.587Z Downloaded globwalk v0.9.1
6272026-07-04T15:02:37.587Z Downloaded futures-io v0.3.32
6282026-07-04T15:02:37.590Z Downloaded delegate v0.13.5
6292026-07-04T15:02:37.590Z Downloaded filetime v0.2.27
6302026-07-04T15:02:37.590Z Downloaded gethostname v0.5.0
6312026-07-04T15:02:37.594Z Downloaded find-msvc-tools v0.1.9
6322026-07-04T15:02:37.594Z Downloaded ff v0.13.1
6332026-07-04T15:02:37.594Z Downloaded base64ct v1.8.3
6342026-07-04T15:02:37.597Z Downloaded futures-macro v0.3.32
6352026-07-04T15:02:37.597Z Downloaded foldhash v0.2.0
6362026-07-04T15:02:37.600Z Downloaded cipher v0.4.4
6372026-07-04T15:02:37.603Z Downloaded compression-codecs v0.4.37
6382026-07-04T15:02:37.606Z Downloaded chacha20 v0.9.1
6392026-07-04T15:02:37.609Z Downloaded enum_dispatch v0.3.13
6402026-07-04T15:02:37.612Z Downloaded fixedbitset v0.4.2
6412026-07-04T15:02:37.612Z Downloaded erased-serde v0.3.31
6422026-07-04T15:02:37.612Z Downloaded env_logger v0.11.9
6432026-07-04T15:02:37.615Z Downloaded ena v0.14.4
6442026-07-04T15:02:37.615Z Downloaded hash32 v0.2.1
6452026-07-04T15:02:37.618Z Downloaded hash32 v0.3.1
6462026-07-04T15:02:37.618Z Downloaded hex-literal v1.1.0
6472026-07-04T15:02:37.618Z Downloaded hex v0.4.3
6482026-07-04T15:02:37.620Z Downloaded digest v0.11.3
6492026-07-04T15:02:37.620Z Downloaded headers-core v0.3.0
6502026-07-04T15:02:37.624Z Downloaded ecdsa v0.16.9
6512026-07-04T15:02:37.624Z Downloaded diff v0.1.13
6522026-07-04T15:02:37.626Z Downloaded ff v0.14.0
6532026-07-04T15:02:37.626Z Downloaded const-oid v0.9.6
6542026-07-04T15:02:37.629Z Downloaded clang-sys v1.8.1
6552026-07-04T15:02:37.629Z Downloaded blake2 v0.11.0-rc.6
6562026-07-04T15:02:37.632Z Downloaded cancel-safe-futures v0.1.5
6572026-07-04T15:02:37.632Z Downloaded bzip2 v0.6.1
6582026-07-04T15:02:37.635Z Downloaded futures-executor v0.3.32
6592026-07-04T15:02:37.635Z Downloaded fixedbitset v0.5.7
6602026-07-04T15:02:37.638Z Downloaded fallible-iterator v0.2.0
6612026-07-04T15:02:37.638Z Downloaded derive_builder v0.20.2
6622026-07-04T15:02:37.641Z Downloaded hostname v0.4.2
6632026-07-04T15:02:37.641Z Downloaded hostname v0.3.1
6642026-07-04T15:02:37.644Z Downloaded home v0.5.12
6652026-07-04T15:02:37.644Z Downloaded crc-any v2.5.0
6662026-07-04T15:02:37.644Z Downloaded colored v2.2.0
6672026-07-04T15:02:37.647Z Downloaded allocator-api2 v0.2.21
6682026-07-04T15:02:37.650Z Downloaded darling v0.21.3
6692026-07-04T15:02:37.653Z Downloaded httpdate v1.0.3
6702026-07-04T15:02:37.653Z Downloaded http-range v0.1.5
6712026-07-04T15:02:37.653Z Downloaded form_urlencoded v1.2.2
6722026-07-04T15:02:37.653Z Downloaded aes v0.9.1
6732026-07-04T15:02:37.656Z Downloaded http-body v1.0.1
6742026-07-04T15:02:37.657Z Downloaded group v0.14.0
6752026-07-04T15:02:37.659Z Downloaded hyper-tls v0.6.0
6762026-07-04T15:02:37.659Z Downloaded hubpack_derive v0.1.1
6772026-07-04T15:02:37.659Z Downloaded hubpack v0.1.2
6782026-07-04T15:02:37.662Z Downloaded glob v0.3.3
6792026-07-04T15:02:37.662Z Downloaded git-stub-vcs v0.1.0
6802026-07-04T15:02:37.662Z Downloaded fs-err v2.11.0
6812026-07-04T15:02:37.665Z Downloaded cipher v0.5.2
6822026-07-04T15:02:37.665Z Downloaded cexpr v0.6.0
6832026-07-04T15:02:37.668Z Downloaded illumos-nvpair-sys v0.2.0
6842026-07-04T15:02:37.668Z Downloaded ident_case v1.0.1
6852026-07-04T15:02:37.668Z Downloaded async-bb8-diesel v0.2.1
6862026-07-04T15:02:37.672Z Downloaded byte-wrapper v0.1.0
6872026-07-04T15:02:37.672Z Downloaded console v0.16.2
6882026-07-04T15:02:37.674Z Downloaded ciborium v0.2.2
6892026-07-04T15:02:37.677Z Downloaded console v0.15.11
6902026-07-04T15:02:37.677Z Downloaded fs_extra v1.3.0
6912026-07-04T15:02:37.680Z Downloaded foldhash v0.1.5
6922026-07-04T15:02:37.680Z Downloaded colored v3.1.1
6932026-07-04T15:02:37.683Z Downloaded cmake v0.1.57
6942026-07-04T15:02:37.686Z Downloaded indent_write v2.2.0
6952026-07-04T15:02:37.690Z Downloaded instant v0.1.13
6962026-07-04T15:02:37.690Z Downloaded inout v0.2.2
6972026-07-04T15:02:37.690Z Downloaded illumos-nvpair v0.3.0
6982026-07-04T15:02:37.693Z Downloaded idna_adapter v1.2.1
6992026-07-04T15:02:37.693Z Downloaded inout v0.1.4
7002026-07-04T15:02:37.693Z Downloaded indoc v1.0.9
7012026-07-04T15:02:37.696Z Downloaded highway v1.3.0
7022026-07-04T15:02:37.696Z Downloaded dropshot_endpoint v0.17.1
7032026-07-04T15:02:37.699Z Downloaded const-oid v0.10.2
7042026-07-04T15:02:37.699Z Downloaded derive_more v0.99.20
7052026-07-04T15:02:37.702Z Downloaded ecdsa v0.17.0-rc.18
7062026-07-04T15:02:37.705Z Downloaded elliptic-curve v0.14.0-rc.33
7072026-07-04T15:02:37.708Z Downloaded internet-checksum v0.2.1
7082026-07-04T15:02:37.708Z Downloaded is_ci v1.2.0
7092026-07-04T15:02:37.708Z Downloaded is-terminal v0.4.17
7102026-07-04T15:02:37.711Z Downloaded futures-channel v0.3.32
7112026-07-04T15:02:37.711Z Downloaded getrandom v0.2.17
7122026-07-04T15:02:37.714Z Downloaded instability v0.3.11
7132026-07-04T15:02:37.714Z Downloaded drift v0.2.0
7142026-07-04T15:02:37.718Z Downloaded blake2 v0.10.6
7152026-07-04T15:02:37.721Z Downloaded chacha20 v0.10.0
7162026-07-04T15:02:37.724Z Downloaded arc-swap v1.8.2
7172026-07-04T15:02:37.727Z Downloaded keccak v0.1.6
7182026-07-04T15:02:37.727Z Downloaded darling_core v0.23.0
7192026-07-04T15:02:37.730Z Downloaded lalrpop-util v0.19.12
7202026-07-04T15:02:37.730Z Downloaded crypto-bigint v0.5.5
7212026-07-04T15:02:37.733Z Downloaded humantime v2.3.0
7222026-07-04T15:02:37.736Z Downloaded http-body-util v0.1.3
7232026-07-04T15:02:37.736Z Downloaded half v1.8.3
7242026-07-04T15:02:37.739Z Downloaded globset v0.4.18
7252026-07-04T15:02:37.739Z Downloaded bzip2 v0.4.4
7262026-07-04T15:02:37.739Z Downloaded des v0.9.0
7272026-07-04T15:02:37.742Z Downloaded kem v0.3.0
7282026-07-04T15:02:37.742Z Downloaded darling_core v0.13.4
7292026-07-04T15:02:37.745Z Downloaded kstat-rs v0.2.4
7302026-07-04T15:02:37.745Z Downloaded fatfs v0.3.6
7312026-07-04T15:02:37.752Z Downloaded libscf-sys v1.1.0
7322026-07-04T15:02:37.755Z Downloaded maplit v1.0.2
7332026-07-04T15:02:37.758Z Downloaded managed v0.8.0
7342026-07-04T15:02:37.758Z Downloaded match_cfg v0.1.0
7352026-07-04T15:02:37.761Z Downloaded ingot-types v0.1.2
7362026-07-04T15:02:37.764Z Downloaded mime v0.3.17
7372026-07-04T15:02:37.764Z Downloaded memoffset v0.9.1
7382026-07-04T15:02:37.767Z Downloaded md5 v0.8.0
7392026-07-04T15:02:37.767Z Downloaded elliptic-curve v0.13.8
7402026-07-04T15:02:37.770Z Downloaded group v0.13.0
7412026-07-04T15:02:37.773Z Downloaded indoc v2.0.7
7422026-07-04T15:02:37.776Z Downloaded impl-trait-for-tuples v0.2.3
7432026-07-04T15:02:37.779Z Downloaded ingot v0.1.1
7442026-07-04T15:02:37.779Z Downloaded lru-slab v0.1.2
7452026-07-04T15:02:37.779Z Downloaded lru-cache v0.1.2
7462026-07-04T15:02:37.779Z Downloaded linked-hash-map v0.5.6
7472026-07-04T15:02:37.782Z Downloaded futures v0.3.32
7482026-07-04T15:02:37.785Z Downloaded md-5 v0.10.6
7492026-07-04T15:02:37.785Z Downloaded maybe-uninit v2.0.0
7502026-07-04T15:02:37.785Z Downloaded const_format v0.2.35
7512026-07-04T15:02:37.788Z Downloaded bytes v1.11.1
7522026-07-04T15:02:37.791Z Downloaded jobserver v0.1.34
7532026-07-04T15:02:37.794Z Downloaded ipnetwork v0.21.1
7542026-07-04T15:02:37.794Z Downloaded ipnet v2.11.0
7552026-07-04T15:02:37.797Z Downloaded newtype_derive v0.1.6
7562026-07-04T15:02:37.799Z Downloaded darling_core v0.21.3
7572026-07-04T15:02:37.802Z Downloaded newline-converter v0.3.0
7582026-07-04T15:02:37.802Z Downloaded compact_str v0.8.1
7592026-07-04T15:02:37.806Z Downloaded getrandom v0.3.4
7602026-07-04T15:02:37.806Z Downloaded crossbeam-channel v0.5.15
7612026-07-04T15:02:37.809Z Downloaded keccak v0.2.0
7622026-07-04T15:02:37.812Z Downloaded hmac v0.13.0
7632026-07-04T15:02:37.812Z Downloaded num-derive v0.4.2
7642026-07-04T15:02:37.815Z Downloaded multimap v0.10.1
7652026-07-04T15:02:37.815Z Downloaded iana-time-zone v0.1.65
7662026-07-04T15:02:37.815Z Downloaded newtype-uuid-macros v0.1.0
7672026-07-04T15:02:37.818Z Downloaded new_debug_unreachable v1.0.6
7682026-07-04T15:02:37.818Z Downloaded nibble_vec v0.1.0
7692026-07-04T15:02:37.818Z Downloaded lru v0.12.5
7702026-07-04T15:02:37.821Z Downloaded nodrop v0.1.14
7712026-07-04T15:02:37.821Z Downloaded libsw-core v0.3.2
7722026-07-04T15:02:37.821Z Downloaded num v0.4.3
7732026-07-04T15:02:37.824Z Downloaded hyper-rustls v0.27.7
7742026-07-04T15:02:37.824Z Downloaded hybrid-array v0.4.13
7752026-07-04T15:02:37.827Z Downloaded num_enum_derive v0.5.11
7762026-07-04T15:02:37.827Z Downloaded num_threads v0.1.7
7772026-07-04T15:02:37.827Z Downloaded num-iter v0.1.45
7782026-07-04T15:02:37.830Z Downloaded hyper-staticfile v0.10.1
7792026-07-04T15:02:37.830Z Downloaded httparse v1.10.1
7802026-07-04T15:02:37.833Z Downloaded flume v0.11.1
7812026-07-04T15:02:37.833Z Downloaded generic-array v1.4.3
7822026-07-04T15:02:37.835Z Downloaded libefi-sys v0.1.0
7832026-07-04T15:02:37.835Z Downloaded lazy_static v1.5.0
7842026-07-04T15:02:37.838Z Downloaded libloading v0.8.9
7852026-07-04T15:02:37.838Z Downloaded num-derive v0.3.3
7862026-07-04T15:02:37.841Z Downloaded ingot-macros v0.1.1
7872026-07-04T15:02:37.841Z Downloaded num-conv v0.2.0
7882026-07-04T15:02:37.841Z Downloaded libsw v3.5.0
7892026-07-04T15:02:37.844Z Downloaded normalize-line-endings v0.3.0
7902026-07-04T15:02:37.844Z Downloaded hmac v0.12.1
7912026-07-04T15:02:37.847Z Downloaded base64 v0.22.1
7922026-07-04T15:02:37.847Z Downloaded opaque-debug v0.3.1
7932026-07-04T15:02:37.850Z Downloaded openssl-probe v0.1.6
7942026-07-04T15:02:37.850Z Downloaded olpc-cjson v0.1.4
7952026-07-04T15:02:37.850Z Downloaded base64 v0.21.7
7962026-07-04T15:02:37.853Z Downloaded chacha20poly1305 v0.10.1
7972026-07-04T15:02:37.867Z Downloaded lzss v0.8.2
7982026-07-04T15:02:37.870Z Downloaded lock_api v0.4.14
7992026-07-04T15:02:37.870Z Downloaded linear-map v1.2.0
8002026-07-04T15:02:37.873Z Downloaded darling_core v0.20.11
8012026-07-04T15:02:37.876Z Downloaded ar_archive_writer v0.5.1
8022026-07-04T15:02:37.876Z Downloaded openssl-macros v0.1.1
8032026-07-04T15:02:37.879Z Downloaded nonempty v0.12.0
8042026-07-04T15:02:37.879Z Downloaded oso-derive v0.27.3
8052026-07-04T15:02:37.879Z Downloaded newtype-uuid v1.3.2
8062026-07-04T15:02:37.879Z Downloaded nanorand v0.7.0
8072026-07-04T15:02:37.882Z Downloaded packed_struct_codegen v0.10.1
8082026-07-04T15:02:37.885Z Downloaded mime_guess v2.0.5
8092026-07-04T15:02:37.888Z Downloaded cc v1.2.56
8102026-07-04T15:02:37.891Z Downloaded async-compression v0.4.41
8112026-07-04T15:02:37.894Z Downloaded icu_provider v2.1.1
8122026-07-04T15:02:37.897Z Downloaded multer v3.1.0
8132026-07-04T15:02:37.897Z Downloaded num_enum_derive v0.7.6
8142026-07-04T15:02:37.900Z Downloaded num-integer v0.1.46
8152026-07-04T15:02:37.900Z Downloaded module-lattice v0.2.3
8162026-07-04T15:02:37.903Z Downloaded half v2.7.1
8172026-07-04T15:02:37.906Z Downloaded parse-size v1.1.0
8182026-07-04T15:02:37.909Z Downloaded heapless v0.7.17
8192026-07-04T15:02:37.912Z Downloaded path-slash v0.1.5
8202026-07-04T15:02:37.915Z Downloaded password-hash v0.6.1
8212026-07-04T15:02:37.915Z Downloaded ignore v0.4.25
8222026-07-04T15:02:37.915Z Downloaded num_enum v0.5.11
8232026-07-04T15:02:37.918Z Downloaded oxide-tokio-rt v0.1.4
8242026-07-04T15:02:37.921Z Downloaded oxnet v0.1.6
8252026-07-04T15:02:37.921Z Downloaded openssl-probe v0.2.1
8262026-07-04T15:02:37.924Z Downloaded num-complex v0.4.6
8272026-07-04T15:02:37.924Z Downloaded num-rational v0.4.2
8282026-07-04T15:02:37.927Z Downloaded phf_shared v0.13.1
8292026-07-04T15:02:37.927Z Downloaded icu_properties v2.1.2
8302026-07-04T15:02:37.927Z Downloaded heapless v0.8.0
8312026-07-04T15:02:37.930Z Downloaded num_enum v0.7.6
8322026-07-04T15:02:37.933Z Downloaded powerfmt v0.2.0
8332026-07-04T15:02:37.936Z Downloaded peg-runtime v0.8.5
8342026-07-04T15:02:37.936Z Downloaded owo-colors v4.3.0
8352026-07-04T15:02:37.939Z Downloaded percent-encoding v2.3.2
8362026-07-04T15:02:37.939Z Downloaded derive_more-impl v2.1.1
8372026-07-04T15:02:37.942Z Downloaded der v0.7.10
8382026-07-04T15:02:37.945Z Downloaded ed25519-dalek v2.2.0
8392026-07-04T15:02:37.947Z Downloaded diesel_derives v2.3.7
8402026-07-04T15:02:37.950Z Downloaded potential_utf v0.1.4
8412026-07-04T15:02:37.953Z Downloaded phf_shared v0.12.1
8422026-07-04T15:02:37.953Z Downloaded phf_shared v0.11.3
8432026-07-04T15:02:37.953Z Downloaded native-tls v0.2.18
8442026-07-04T15:02:37.956Z Downloaded nu-ansi-term v0.50.3
8452026-07-04T15:02:37.957Z Downloaded litemap v0.8.1
8462026-07-04T15:02:37.959Z Downloaded indexmap v1.9.3
8472026-07-04T15:02:37.959Z Downloaded flate2 v1.1.9
8482026-07-04T15:02:37.962Z Downloaded headers v0.4.1
8492026-07-04T15:02:37.965Z Downloaded derive_more v2.1.1
8502026-07-04T15:02:37.972Z Downloaded parking_lot_core v0.8.6
8512026-07-04T15:02:37.975Z Downloaded parse-display v0.10.0
8522026-07-04T15:02:37.978Z Downloaded predicates-core v1.0.10
8532026-07-04T15:02:37.978Z Downloaded proc-macro-error-attr2 v2.0.0
8542026-07-04T15:02:37.978Z Downloaded pem-rfc7468 v1.0.0
8552026-07-04T15:02:37.981Z Downloaded predicates-tree v1.0.13
8562026-07-04T15:02:37.984Z Downloaded precomputed-hash v0.1.1
8572026-07-04T15:02:37.984Z Downloaded progenitor-macro v0.14.0
8582026-07-04T15:02:37.984Z Downloaded expectorate v1.2.0
8592026-07-04T15:02:37.988Z Downloaded proc-macro-crate v3.4.0
8602026-07-04T15:02:37.988Z Downloaded peg v0.8.5
8612026-07-04T15:02:37.991Z Downloaded indicatif v0.18.4
8622026-07-04T15:02:37.994Z Downloaded hickory-resolver v0.24.4
8632026-07-04T15:02:37.997Z Downloaded memmap2 v0.9.10
8642026-07-04T15:02:38.000Z Downloaded password-hash v0.5.0
8652026-07-04T15:02:38.000Z Downloaded parse-display-derive v0.10.0
8662026-07-04T15:02:38.000Z Downloaded packed_struct v0.10.1
8672026-07-04T15:02:38.003Z Downloaded proc-macro-crate v1.3.1
8682026-07-04T15:02:38.006Z Downloaded phc v0.6.1
8692026-07-04T15:02:38.009Z Downloaded icu_normalizer v2.1.1
8702026-07-04T15:02:38.009Z Downloaded pkcs8 v0.10.2
8712026-07-04T15:02:38.012Z Downloaded icu_normalizer_data v2.1.1
8722026-07-04T15:02:38.015Z Downloaded quick-error v1.2.3
8732026-07-04T15:02:38.015Z Downloaded progenitor-macro v0.13.0
8742026-07-04T15:02:38.015Z Downloaded libbz2-rs-sys v0.2.2
8752026-07-04T15:02:38.018Z Downloaded paste v1.0.15
8762026-07-04T15:02:38.021Z Downloaded der v0.8.0
8772026-07-04T15:02:38.024Z Downloaded progenitor-client v0.14.0
8782026-07-04T15:02:38.024Z Downloaded psl-types v2.0.11
8792026-07-04T15:02:38.027Z Downloaded bumpalo v3.20.2
8802026-07-04T15:02:38.027Z Downloaded predicates v3.1.4
8812026-07-04T15:02:38.030Z Downloaded pem-rfc7468 v0.7.0
8822026-07-04T15:02:38.030Z Downloaded pem v3.0.6
8832026-07-04T15:02:38.034Z Downloaded rand_chacha v0.3.1
8842026-07-04T15:02:38.034Z Downloaded peg-macros v0.8.5
8852026-07-04T15:02:38.034Z Downloaded ed25519-dalek v3.0.0-rc.0
8862026-07-04T15:02:38.038Z Downloaded pin-project-lite v0.2.17
8872026-07-04T15:02:38.041Z Downloaded primeorder v0.13.6
8882026-07-04T15:02:38.044Z Downloaded parking_lot v0.11.2
8892026-07-04T15:02:38.044Z Downloaded phf v0.13.1
8902026-07-04T15:02:38.047Z Downloaded rand_xorshift v0.4.0
8912026-07-04T15:02:38.047Z Downloaded phf v0.12.1
8922026-07-04T15:02:38.049Z Downloaded parking_lot_core v0.9.12
8932026-07-04T15:02:38.050Z Downloaded radium v0.7.0
8942026-07-04T15:02:38.052Z Downloaded parking_lot v0.12.5
8952026-07-04T15:02:38.055Z Downloaded num-traits v0.2.19
8962026-07-04T15:02:38.055Z Downloaded ref-cast-impl v1.0.25
8972026-07-04T15:02:38.058Z Downloaded ref-cast v1.0.25
8982026-07-04T15:02:38.058Z Downloaded recursive-proc-macro-impl v0.1.1
8992026-07-04T15:02:38.061Z Downloaded recursive v0.1.1
9002026-07-04T15:02:38.061Z Downloaded progenitor-extras v0.2.0
9012026-07-04T15:02:38.061Z Downloaded proc-macro-error2 v2.0.1
9022026-07-04T15:02:38.065Z Downloaded rfc6979 v0.4.0
9032026-07-04T15:02:38.065Z Downloaded pin-project-internal v1.1.11
9042026-07-04T15:02:38.068Z Downloaded pkg-config v0.3.32
9052026-07-04T15:02:38.068Z Downloaded postgres-protocol v0.6.10
9062026-07-04T15:02:38.071Z Downloaded polyval v0.7.1
9072026-07-04T15:02:38.071Z Downloaded miniz_oxide v0.8.9
9082026-07-04T15:02:38.074Z Downloaded ppv-lite86 v0.2.21
9092026-07-04T15:02:38.074Z Downloaded primefield v0.14.0
9102026-07-04T15:02:38.078Z Downloaded pkcs8 v0.11.0
9112026-07-04T15:02:38.081Z Downloaded pkcs1 v0.8.0-rc.4
9122026-07-04T15:02:38.081Z Downloaded postcard v1.1.3
9132026-07-04T15:02:38.081Z Downloaded rfc6979 v0.5.0
9142026-07-04T15:02:38.084Z Downloaded ml-kem v0.3.2
9152026-07-04T15:02:38.090Z Downloaded jiff-static v0.2.21
9162026-07-04T15:02:38.093Z Downloaded progenitor v0.13.0
9172026-07-04T15:02:38.096Z Downloaded primeorder v0.14.0-rc.10
9182026-07-04T15:02:38.096Z Downloaded pbkdf2 v0.13.0
9192026-07-04T15:02:38.099Z Downloaded rustc-hash v2.1.1
9202026-07-04T15:02:38.099Z Downloaded russh-util v0.52.0
9212026-07-04T15:02:38.099Z Downloaded rtoolbox v0.0.3
9222026-07-04T15:02:38.102Z Downloaded rustc_version v0.4.1
9232026-07-04T15:02:38.103Z Downloaded icu_locale_core v2.1.1
9242026-07-04T15:02:38.105Z Downloaded icu_collections v2.1.1
9252026-07-04T15:02:38.109Z Downloaded crossterm v0.29.0
9262026-07-04T15:02:38.113Z Downloaded progenitor-client v0.13.0
9272026-07-04T15:02:38.116Z Downloaded progenitor v0.14.0
9282026-07-04T15:02:38.116Z Downloaded rand_seeder v0.4.0
9292026-07-04T15:02:38.119Z Downloaded rand_core v0.10.0
9302026-07-04T15:02:38.119Z Downloaded omicron-zone-package v0.12.3
9312026-07-04T15:02:38.122Z Downloaded litrs v1.0.0
9322026-07-04T15:02:38.122Z Downloaded psm v0.1.30
9332026-07-04T15:02:38.128Z Downloaded rand_chacha v0.9.0
9342026-07-04T15:02:38.131Z Downloaded resolv-conf v0.7.6
9352026-07-04T15:02:38.134Z Downloaded rustc_version v0.1.7
9362026-07-04T15:02:38.134Z Downloaded sapling-renderdag v0.1.0
9372026-07-04T15:02:38.139Z Downloaded hickory-server v0.25.2
9382026-07-04T15:02:38.142Z Downloaded same-file v1.0.6
9392026-07-04T15:02:38.142Z Downloaded minimal-lexical v0.2.1
9402026-07-04T15:02:38.145Z Downloaded openssl-sys v0.9.115
9412026-07-04T15:02:38.149Z Downloaded rand_core v0.9.5
9422026-07-04T15:02:38.161Z Downloaded pkcs5 v0.8.1
9432026-07-04T15:02:38.161Z Downloaded pkcs1 v0.7.5
9442026-07-04T15:02:38.161Z Downloaded scroll_derive v0.13.1
9452026-07-04T15:02:38.161Z Downloaded quinn-udp v0.5.14
9462026-07-04T15:02:38.161Z Downloaded postgres-types v0.2.12
9472026-07-04T15:02:38.161Z Downloaded crossterm v0.28.1
9482026-07-04T15:02:38.164Z Downloaded poly1305 v0.8.0
9492026-07-04T15:02:38.164Z Downloaded r2d2 v0.8.10
9502026-07-04T15:02:38.165Z Downloaded p384 v0.14.0-rc.10
9512026-07-04T15:02:38.168Z Downloaded http v1.4.2
9522026-07-04T15:02:38.171Z Downloaded scopeguard v1.2.0
9532026-07-04T15:02:38.171Z Downloaded scheduled-thread-pool v0.2.7
9542026-07-04T15:02:38.171Z Downloaded serde-big-array v0.5.1
9552026-07-04T15:02:38.174Z Downloaded secrecy v0.8.0
9562026-07-04T15:02:38.174Z Downloaded seq-macro v0.3.6
9572026-07-04T15:02:38.174Z Downloaded semver v0.1.20
9582026-07-04T15:02:38.174Z Downloaded secrecy v0.10.3
9592026-07-04T15:02:38.177Z Downloaded oso v0.27.3
9602026-07-04T15:02:38.177Z Downloaded serde_spanned v1.1.1
9612026-07-04T15:02:38.181Z Downloaded serde_repr v0.1.20
9622026-07-04T15:02:38.181Z Downloaded hashbrown v0.13.2
9632026-07-04T15:02:38.184Z Downloaded serde_urlencoded v0.7.1
9642026-07-04T15:02:38.189Z Downloaded papergrid v0.17.0
9652026-07-04T15:02:38.192Z Downloaded rustls-native-certs v0.8.3
9662026-07-04T15:02:38.197Z Downloaded rustversion v1.0.22
9672026-07-04T15:02:38.201Z Downloaded hyper-util v0.1.20
9682026-07-04T15:02:38.211Z Downloaded serde_bytes v0.11.19
9692026-07-04T15:02:38.214Z Downloaded shell-words v1.1.1
9702026-07-04T15:02:38.214Z Downloaded signature v2.2.0
9712026-07-04T15:02:38.217Z Downloaded schemars_derive v0.8.22
9722026-07-04T15:02:38.224Z Downloaded pin-project v1.1.11
9732026-07-04T15:02:38.231Z Downloaded sigpipe v0.1.3
9742026-07-04T15:02:38.234Z Downloaded slog-envlogger v2.2.0
9752026-07-04T15:02:38.234Z Downloaded scrypt v0.12.0
9762026-07-04T15:02:38.237Z Downloaded rustls-pemfile v2.2.0
9772026-07-04T15:02:38.237Z Downloaded rusty-fork v0.3.1
9782026-07-04T15:02:38.241Z Downloaded sha1 v0.10.6
9792026-07-04T15:02:38.241Z Downloaded rand_core v0.6.4
9802026-07-04T15:02:38.242Z Downloaded itertools v0.10.5
9812026-07-04T15:02:38.244Z Downloaded internal-russh-num-bigint v0.5.0
9822026-07-04T15:02:38.249Z Downloaded signal-hook-tokio v0.3.1
9832026-07-04T15:02:38.249Z Downloaded signal-hook-mio v0.2.5
9842026-07-04T15:02:38.252Z Downloaded hickory-resolver v0.25.2
9852026-07-04T15:02:38.252Z Downloaded signature v3.0.0
9862026-07-04T15:02:38.252Z Downloaded russh-cryptovec v0.61.0
9872026-07-04T15:02:38.255Z Downloaded serde_path_to_error v0.1.20
9882026-07-04T15:02:38.255Z Downloaded poly1305 v0.9.0
9892026-07-04T15:02:38.260Z Downloaded serde_plain v1.0.2
9902026-07-04T15:02:38.260Z Downloaded prefix-trie v0.7.0
9912026-07-04T15:02:38.263Z Downloaded serde_derive_internals v0.29.1
9922026-07-04T15:02:38.263Z Downloaded serdect v0.4.3
9932026-07-04T15:02:38.263Z Downloaded hashbrown v0.12.3
9942026-07-04T15:02:38.266Z Downloaded scroll v0.13.0
9952026-07-04T15:02:38.269Z Downloaded siphasher v1.0.2
9962026-07-04T15:02:38.269Z Downloaded slog-bunyan v2.5.0
9972026-07-04T15:02:38.282Z Downloaded sqlparser_derive v0.5.0
9982026-07-04T15:02:38.294Z Downloaded progenitor-impl v0.14.0
9992026-07-04T15:02:38.300Z Downloaded sec1 v0.8.1
10002026-07-04T15:02:38.303Z Downloaded sec1 v0.7.3
10012026-07-04T15:02:38.303Z Downloaded mio v1.2.0
10022026-07-04T15:02:38.306Z Downloaded structmeta v0.3.0
10032026-07-04T15:02:38.306Z Downloaded slog-dtrace v0.3.0
10042026-07-04T15:02:38.310Z Downloaded strum v0.27.2
10052026-07-04T15:02:38.310Z Downloaded progenitor-impl v0.13.0
10062026-07-04T15:02:38.313Z Downloaded dropshot-api-manager v0.7.2
10072026-07-04T15:02:38.316Z Downloaded serde_with_macros v1.5.2
10082026-07-04T15:02:38.316Z Downloaded strum v0.26.3
10092026-07-04T15:02:38.316Z Downloaded structmeta-derive v0.3.0
10102026-07-04T15:02:38.316Z Downloaded slab v0.4.12
10112026-07-04T15:02:38.319Z Downloaded simd-adler32 v0.3.8
10122026-07-04T15:02:38.319Z Downloaded stable_deref_trait v1.2.1
10132026-07-04T15:02:38.323Z Downloaded serde_cbor v0.11.2
10142026-07-04T15:02:38.323Z Downloaded slog-stdlog v4.1.1
10152026-07-04T15:02:38.323Z Downloaded strip-ansi-escapes v0.2.1
10162026-07-04T15:02:38.326Z Downloaded smallvec v0.6.14
10172026-07-04T15:02:38.326Z Downloaded subtle v2.6.1
10182026-07-04T15:02:38.326Z Downloaded serde-hex v0.1.0
10192026-07-04T15:02:38.332Z Downloaded num-bigint v0.4.6
10202026-07-04T15:02:38.336Z Downloaded crypto-primes v0.7.2
10212026-07-04T15:02:38.339Z Downloaded spki v0.7.3
10222026-07-04T15:02:38.342Z Downloaded supports-color v3.0.2
10232026-07-04T15:02:38.342Z Downloaded take_mut v0.2.2
10242026-07-04T15:02:38.349Z Downloaded shlex v1.3.0
10252026-07-04T15:02:38.352Z Downloaded sha1 v0.11.0
10262026-07-04T15:02:38.352Z Downloaded signal-hook-registry v1.4.8
10272026-07-04T15:02:38.355Z Downloaded p256 v0.14.0-rc.10
10282026-07-04T15:02:38.355Z Downloaded ryu v1.0.23
10292026-07-04T15:02:38.358Z Downloaded rustls-pki-types v1.14.0
10302026-07-04T15:02:38.361Z Downloaded prettyplease v0.2.37
10312026-07-04T15:02:38.364Z Downloaded sha2 v0.11.0
10322026-07-04T15:02:38.367Z Downloaded salsa20 v0.11.0
10332026-07-04T15:02:38.367Z Downloaded strsim v0.10.0
10342026-07-04T15:02:38.371Z Downloaded string_cache v0.8.9
10352026-07-04T15:02:38.371Z Downloaded stringprep v0.1.5
10362026-07-04T15:02:38.371Z Downloaded ssh-encoding v0.3.0-rc.9
10372026-07-04T15:02:38.374Z Downloaded slog-async v2.8.0
10382026-07-04T15:02:38.374Z Downloaded static_assertions v1.1.0
10392026-07-04T15:02:38.379Z Downloaded ssh-cipher v0.3.0-rc.9
10402026-07-04T15:02:38.379Z Downloaded slog-json v2.6.1
10412026-07-04T15:02:38.379Z Downloaded testing_table v0.3.0
10422026-07-04T15:02:38.382Z Downloaded tabwriter v1.4.1
10432026-07-04T15:02:38.382Z Downloaded tabled_derive v0.11.0
10442026-07-04T15:02:38.382Z Downloaded hashbrown v0.16.1
10452026-07-04T15:02:38.382Z Downloaded futures-util v0.3.32
10462026-07-04T15:02:38.389Z Downloaded strum_macros v0.24.3
10472026-07-04T15:02:38.393Z Downloaded strum_macros v0.26.4
10482026-07-04T15:02:38.393Z Downloaded smf v0.2.3
10492026-07-04T15:02:38.397Z Downloaded aes-gcm v0.11.0
10502026-07-04T15:02:38.397Z Downloaded slog-scope v4.4.1
10512026-07-04T15:02:38.397Z Downloaded sync_wrapper v1.0.2
10522026-07-04T15:02:38.400Z Downloaded sync-ptr v0.1.4
10532026-07-04T15:02:38.400Z Downloaded smallvec v1.15.1
10542026-07-04T15:02:38.400Z Downloaded tap v1.0.1
10552026-07-04T15:02:38.400Z Downloaded num-bigint-dig v0.8.6
10562026-07-04T15:02:38.404Z Downloaded slog-term v2.9.2
10572026-07-04T15:02:38.407Z Downloaded termtree v0.5.1
10582026-07-04T15:02:38.407Z Downloaded tagptr v0.2.0
10592026-07-04T15:02:38.407Z Downloaded synstructure v0.13.2
10602026-07-04T15:02:38.410Z Downloaded support-bundle-viewer v0.1.2
10612026-07-04T15:02:38.410Z Downloaded itertools v0.12.1
10622026-07-04T15:02:38.413Z Downloaded tokio-macros v2.7.0
10632026-07-04T15:02:38.416Z Downloaded hashbrown v0.15.5
10642026-07-04T15:02:38.419Z Downloaded snafu-derive v0.8.9
10652026-07-04T15:02:38.422Z Downloaded stacker v0.1.23
10662026-07-04T15:02:38.422Z Downloaded sqlformat v0.3.5
10672026-07-04T15:02:38.422Z Downloaded spki v0.8.0
10682026-07-04T15:02:38.426Z Downloaded idna v1.1.0
10692026-07-04T15:02:38.433Z Downloaded libxml v0.3.3
10702026-07-04T15:02:38.436Z Downloaded thread-id v5.1.0
10712026-07-04T15:02:38.439Z Downloaded signal-hook v0.3.18
10722026-07-04T15:02:38.443Z Downloaded tinyvec_macros v0.1.1
10732026-07-04T15:02:38.443Z Downloaded serde_with_macros v3.17.0
10742026-07-04T15:02:38.446Z Downloaded thiserror-impl-no-std v2.0.2
10752026-07-04T15:02:38.446Z Downloaded rustls-platform-verifier v0.6.2
10762026-07-04T15:02:38.449Z Downloaded thread_local v1.1.9
10772026-07-04T15:02:38.453Z Downloaded ron v0.8.1
10782026-07-04T15:02:38.456Z Downloaded rcgen v0.12.1
10792026-07-04T15:02:38.460Z Downloaded rayon-core v1.13.0
10802026-07-04T15:02:38.460Z Downloaded topological-sort v0.2.2
10812026-07-04T15:02:38.465Z Downloaded tinystr v0.8.2
10822026-07-04T15:02:38.465Z Downloaded try-lock v0.2.5
10832026-07-04T15:02:38.465Z Downloaded hkdf v0.13.0
10842026-07-04T15:02:38.468Z Downloaded hkdf v0.12.4
10852026-07-04T15:02:38.468Z Downloaded tokio-test v0.4.5
10862026-07-04T15:02:38.471Z Downloaded typify-macro v0.6.2
10872026-07-04T15:02:38.477Z Downloaded aho-corasick v1.1.4
10882026-07-04T15:02:38.480Z Downloaded term v1.2.1
10892026-07-04T15:02:38.483Z Downloaded tls_codec_derive v0.4.2
10902026-07-04T15:02:38.488Z Downloaded tokio-tungstenite v0.21.0
10912026-07-04T15:02:38.488Z Downloaded tokio-native-tls v0.3.1
10922026-07-04T15:02:38.491Z Downloaded tokio-dtrace v0.1.1
10932026-07-04T15:02:38.491Z Downloaded nom v7.1.3
10942026-07-04T15:02:38.491Z Downloaded unicode-truncate v1.1.0
10952026-07-04T15:02:38.494Z Downloaded tower-layer v0.3.3
10962026-07-04T15:02:38.494Z Downloaded termios v0.3.3
10972026-07-04T15:02:38.497Z Downloaded trait-variant v0.1.2
10982026-07-04T15:02:38.497Z Downloaded tower-service v0.3.3
10992026-07-04T15:02:38.500Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11002026-07-04T15:02:38.500Z Downloaded term v0.7.0
11012026-07-04T15:02:38.504Z Downloaded thiserror-no-std v2.0.2
11022026-07-04T15:02:38.508Z Downloaded time-core v0.1.8
11032026-07-04T15:02:38.511Z Downloaded spin v0.9.8
11042026-07-04T15:02:38.511Z Downloaded unit-prefix v0.5.2
11052026-07-04T15:02:38.514Z Downloaded unarray v0.1.4
11062026-07-04T15:02:38.514Z Downloaded usdt-attr-macro v0.6.0
11072026-07-04T15:02:38.517Z Downloaded usdt v0.6.0
11082026-07-04T15:02:38.517Z Downloaded universal-hash v0.6.1
11092026-07-04T15:02:38.521Z Downloaded tiny-keccak v2.0.2
11102026-07-04T15:02:38.524Z Downloaded time-macros v0.2.27
11112026-07-04T15:02:38.528Z Downloaded quinn v0.11.9
11122026-07-04T15:02:38.528Z Downloaded utf8_iter v1.0.4
11132026-07-04T15:02:38.531Z Downloaded utf-8 v0.7.6
11142026-07-04T15:02:38.531Z Downloaded toml_writer v1.1.1+spec-1.1.0
11152026-07-04T15:02:38.531Z Downloaded iri-string v0.7.10
11162026-07-04T15:02:38.534Z Downloaded unicode-xid v0.2.6
11172026-07-04T15:02:38.537Z Downloaded tls_codec v0.4.2
11182026-07-04T15:02:38.537Z Downloaded untrusted v0.7.1
11192026-07-04T15:02:38.537Z Downloaded universal-hash v0.5.1
11202026-07-04T15:02:38.541Z Downloaded serde_yaml v0.9.34+deprecated
11212026-07-04T15:02:38.541Z Downloaded rand v0.8.6
11222026-07-04T15:02:38.545Z Downloaded itertools v0.13.0
11232026-07-04T15:02:38.548Z Downloaded pretty_assertions v1.4.1
11242026-07-04T15:02:38.548Z Downloaded snafu v0.8.9
11252026-07-04T15:02:38.553Z Downloaded similar v2.7.0
11262026-07-04T15:02:38.557Z Downloaded subprocess v0.2.15
11272026-07-04T15:02:38.557Z Downloaded tokio-tungstenite v0.23.1
11282026-07-04T15:02:38.560Z Downloaded tokio-rustls v0.26.4
11292026-07-04T15:02:38.560Z Downloaded strum_macros v0.27.2
11302026-07-04T15:02:38.560Z Downloaded unicase v2.9.0
11312026-07-04T15:02:38.563Z Downloaded void v1.0.2
11322026-07-04T15:02:38.563Z Downloaded want v0.3.1
11332026-07-04T15:02:38.563Z Downloaded slog v2.8.2
11342026-07-04T15:02:38.566Z Downloaded nom v8.0.0
11352026-07-04T15:02:38.569Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11362026-07-04T15:02:38.569Z Downloaded socket2 v0.5.10
11372026-07-04T15:02:38.572Z Downloaded schemars v0.9.0
11382026-07-04T15:02:38.577Z Downloaded samael v0.0.19
11392026-07-04T15:02:38.580Z Downloaded p521 v0.14.0-rc.10
11402026-07-04T15:02:38.583Z Downloaded iddqd v0.4.2
11412026-07-04T15:02:38.587Z Downloaded hyper v1.10.1
11422026-07-04T15:02:38.591Z Downloaded yoke-derive v0.8.1
11432026-07-04T15:02:38.594Z Downloaded icu_properties_data v2.1.2
11442026-07-04T15:02:38.600Z Downloaded schemars v0.8.22
11452026-07-04T15:02:38.605Z Downloaded waitgroup v0.1.2
11462026-07-04T15:02:38.608Z Downloaded tui-tree-widget v0.23.1
11472026-07-04T15:02:38.608Z Downloaded wait-timeout v0.2.1
11482026-07-04T15:02:38.608Z Downloaded toml_parser v1.1.2+spec-1.1.0
11492026-07-04T15:02:38.611Z Downloaded qorb v0.4.1
11502026-07-04T15:02:38.611Z Downloaded xattr v1.6.1
11512026-07-04T15:02:38.615Z Downloaded publicsuffix v2.3.0
11522026-07-04T15:02:38.615Z Downloaded twox-hash v2.1.2
11532026-07-04T15:02:38.618Z Downloaded rsa v0.10.0-rc.18
11542026-07-04T15:02:38.621Z Downloaded vergen-lib v0.1.6
11552026-07-04T15:02:38.621Z Downloaded uzers v0.12.2
11562026-07-04T15:02:38.625Z Downloaded rand v0.9.2
11572026-07-04T15:02:38.628Z Downloaded zeroize_derive v1.4.3
11582026-07-04T15:02:38.631Z Downloaded untrusted v0.9.0
11592026-07-04T15:02:38.634Z Downloaded zerofrom-derive v0.1.6
11602026-07-04T15:02:38.634Z Downloaded tinyvec v1.10.0
11612026-07-04T15:02:38.634Z Downloaded rand v0.10.1
11622026-07-04T15:02:38.637Z Downloaded tokio-stream v0.1.18
11632026-07-04T15:02:38.640Z Downloaded vergen-lib v9.1.0
11642026-07-04T15:02:38.640Z Downloaded vsss-rs v3.3.4
11652026-07-04T15:02:38.643Z Downloaded schemars v1.2.1
11662026-07-04T15:02:38.649Z Downloaded zone v0.3.1
11672026-07-04T15:02:38.652Z Downloaded whoami v1.6.1
11682026-07-04T15:02:38.652Z Downloaded usdt-macro v0.6.0
11692026-07-04T15:02:38.652Z Downloaded usdt-impl v0.6.0
11702026-07-04T15:02:38.655Z Downloaded itertools v0.14.0
11712026-07-04T15:02:38.658Z Downloaded zerofrom v0.1.6
11722026-07-04T15:02:38.658Z Downloaded xshell-macros v0.2.7
11732026-07-04T15:02:38.658Z Downloaded vergen-gitcl v1.0.8
11742026-07-04T15:02:38.662Z Downloaded toml v0.7.8
11752026-07-04T15:02:38.665Z Downloaded toml v1.1.2+spec-1.1.0
11762026-07-04T15:02:38.668Z Downloaded wyz v0.5.1
11772026-07-04T15:02:38.668Z Downloaded writeable v0.6.2
11782026-07-04T15:02:38.671Z Downloaded test-strategy v0.4.5
11792026-07-04T15:02:38.676Z Downloaded tracing-attributes v0.1.31
11802026-07-04T15:02:38.679Z Downloaded yoke v0.8.1
11812026-07-04T15:02:38.679Z Downloaded rsa v0.9.10
11822026-07-04T15:02:38.682Z Downloaded libm v0.2.16
11832026-07-04T15:02:38.688Z Downloaded tracing-core v0.1.36
11842026-07-04T15:02:38.691Z Downloaded socket2 v0.6.3
11852026-07-04T15:02:38.691Z Downloaded rpassword v7.4.0
11862026-07-04T15:02:38.694Z Downloaded whoami v2.1.0
11872026-07-04T15:02:38.694Z Downloaded zone_cfg_derive v0.3.1
11882026-07-04T15:02:38.698Z Downloaded tungstenite v0.23.0
11892026-07-04T15:02:38.702Z Downloaded toml_edit v0.23.10+spec-1.0.0
11902026-07-04T15:02:38.705Z Downloaded rustls-webpki v0.103.13
11912026-07-04T15:02:38.708Z Downloaded blake3 v1.8.5
11922026-07-04T15:02:38.711Z Downloaded walkdir v2.5.0
11932026-07-04T15:02:38.714Z Downloaded unicode-bidi v0.3.18
11942026-07-04T15:02:38.714Z Downloaded git2 v0.20.4
11952026-07-04T15:02:38.719Z Downloaded vergen-git2 v9.1.0
11962026-07-04T15:02:38.722Z Downloaded steno v0.4.1
11972026-07-04T15:02:38.725Z Downloaded vergen v9.1.0
11982026-07-04T15:02:38.725Z Downloaded serde_with v1.14.0
11992026-07-04T15:02:38.729Z Downloaded zerovec-derive v0.11.2
12002026-07-04T15:02:38.729Z Downloaded zeroize v1.8.2
12012026-07-04T15:02:38.732Z Downloaded unsafe-libyaml v0.2.11
12022026-07-04T15:02:38.736Z Downloaded xshell v0.2.7
12032026-07-04T15:02:38.740Z Downloaded yasna v0.5.2
12042026-07-04T15:02:38.757Z Downloaded tar v0.4.45
12052026-07-04T15:02:38.757Z Downloaded zstd-safe v7.2.4
12062026-07-04T15:02:38.757Z Downloaded tungstenite v0.21.0
12072026-07-04T15:02:38.757Z Downloaded zerocopy v0.6.6
12082026-07-04T15:02:38.762Z Downloaded typify v0.6.2
12092026-07-04T15:02:38.768Z Downloaded unicode-properties v0.1.4
12102026-07-04T15:02:38.771Z Downloaded h2 v0.4.15
12112026-07-04T15:02:38.777Z Downloaded regex v1.12.3
12122026-07-04T15:02:38.781Z Downloaded bitvec v1.0.1
12132026-07-04T15:02:38.790Z Downloaded aws-lc-rs v1.16.3
12142026-07-04T15:02:38.802Z Downloaded portable-atomic v1.13.1
12152026-07-04T15:02:38.811Z Downloaded zstd v0.13.3
12162026-07-04T15:02:38.814Z Downloaded crypto-bigint v0.7.5
12172026-07-04T15:02:38.821Z Downloaded tokio-postgres v0.7.16
12182026-07-04T15:02:38.824Z Downloaded zopfli v0.8.3
12192026-07-04T15:02:38.827Z Downloaded toml_edit v0.19.15
12202026-07-04T15:02:38.834Z Downloaded unicode_categories v0.1.1
12212026-07-04T15:02:38.837Z Downloaded rayon v1.11.0
12222026-07-04T15:02:38.840Z Downloaded vte v0.14.1
12232026-07-04T15:02:38.843Z Downloaded goblin v0.10.5
12242026-07-04T15:02:38.846Z Downloaded uuid v1.23.4
12252026-07-04T15:02:38.850Z Downloaded rustyline v14.0.0
12262026-07-04T15:02:38.853Z Downloaded reedline v0.40.0
12272026-07-04T15:02:38.856Z Downloaded zerotrie v0.2.3
12282026-07-04T15:02:38.859Z Downloaded bindgen v0.71.1
12292026-07-04T15:02:38.870Z Downloaded salty v0.3.0
12302026-07-04T15:02:38.877Z Downloaded ssh-key v0.7.0-rc.10
12312026-07-04T15:02:38.881Z Downloaded curve25519-dalek v4.1.3
12322026-07-04T15:02:38.888Z Downloaded typed-path v0.9.3
12332026-07-04T15:02:38.892Z Downloaded tower v0.5.3
12342026-07-04T15:02:38.897Z Downloaded yansi v1.0.1
12352026-07-04T15:02:38.900Z Downloaded unicode-segmentation v1.12.0
12362026-07-04T15:02:38.903Z Downloaded url v2.5.8
12372026-07-04T15:02:38.903Z Downloaded p384 v0.13.1
12382026-07-04T15:02:38.907Z Downloaded zip v0.6.6
12392026-07-04T15:02:38.910Z Downloaded x509-cert v0.2.5
12402026-07-04T15:02:38.913Z Downloaded reqwest v0.12.28
12412026-07-04T15:02:38.930Z Downloaded chrono v0.4.44
12422026-07-04T15:02:38.944Z Downloaded zerocopy-derive v0.8.40
12432026-07-04T15:02:38.951Z Downloaded petname v2.0.2
12442026-07-04T15:02:38.954Z Downloaded tough v0.22.0
12452026-07-04T15:02:38.958Z Downloaded reqwest v0.13.2
12462026-07-04T15:02:38.962Z Downloaded object v0.30.4
12472026-07-04T15:02:38.980Z Downloaded radix_trie v0.2.1
12482026-07-04T15:02:38.987Z Downloaded curve25519-dalek v5.0.0-rc.0
12492026-07-04T15:02:38.994Z Downloaded zip v4.6.1
12502026-07-04T15:02:39.006Z Downloaded polar-core v0.27.3
12512026-07-04T15:02:39.010Z Downloaded quinn-proto v0.11.13
12522026-07-04T15:02:39.015Z Downloaded winnow v0.6.26
12532026-07-04T15:02:39.023Z Downloaded tokio-util v0.7.18
12542026-07-04T15:02:39.029Z Downloaded unicode-normalization v0.1.25
12552026-07-04T15:02:39.032Z Downloaded lalrpop v0.19.12
12562026-07-04T15:02:39.039Z Downloaded openssl v0.10.79
12572026-07-04T15:02:39.045Z Downloaded tower-http v0.6.8
12582026-07-04T15:02:39.057Z Downloaded proptest v1.10.0
12592026-07-04T15:02:39.063Z Downloaded quick-xml v0.37.5
12602026-07-04T15:02:39.066Z Downloaded moka v0.12.13
12612026-07-04T15:02:39.071Z Downloaded zerovec v0.11.5
12622026-07-04T15:02:39.085Z Downloaded serde_with v3.17.0
12632026-07-04T15:02:39.090Z Downloaded time v0.3.47
12642026-07-04T15:02:39.099Z Downloaded tabled v0.20.0
12652026-07-04T15:02:39.108Z Downloaded hickory-proto v0.24.4
12662026-07-04T15:02:39.116Z Downloaded winnow v1.0.3
12672026-07-04T15:02:39.121Z Downloaded winnow v0.5.40
12682026-07-04T15:02:39.126Z Downloaded regex-syntax v0.6.29
12692026-07-04T15:02:39.130Z Downloaded dropshot v0.17.1
12702026-07-04T15:02:39.144Z Downloaded russh v0.61.2
12712026-07-04T15:02:39.148Z Downloaded nix v0.27.1
12722026-07-04T15:02:39.154Z Downloaded openapiv3 v2.2.0
12732026-07-04T15:02:39.161Z Downloaded smoltcp v0.11.0
12742026-07-04T15:02:39.169Z Downloaded diesel v2.3.7
12752026-07-04T15:02:39.182Z Downloaded bstr v1.12.1
12762026-07-04T15:02:39.186Z Downloaded zerocopy v0.8.40
12772026-07-04T15:02:39.191Z Downloaded rustls v0.23.41
12782026-07-04T15:02:39.197Z Downloaded rustix v0.38.44
12792026-07-04T15:02:39.211Z Downloaded nix v0.28.0
12802026-07-04T15:02:39.261Z Downloaded zlib-rs v0.6.2
12812026-07-04T15:02:39.266Z Downloaded smoltcp v0.9.1
12822026-07-04T15:02:39.271Z Downloaded sqlparser v0.61.0
12832026-07-04T15:02:39.288Z Downloaded fiat-crypto v0.3.0
12842026-07-04T15:02:39.296Z Downloaded vcpkg v0.2.15
12852026-07-04T15:02:39.320Z Downloaded object v0.37.3
12862026-07-04T15:02:39.325Z Downloaded typify-impl v0.6.2
12872026-07-04T15:02:39.333Z Downloaded sha3 v0.11.0
12882026-07-04T15:02:39.337Z Downloaded nix v0.31.2
12892026-07-04T15:02:39.345Z Downloaded regress v0.10.5
12902026-07-04T15:02:39.350Z Downloaded regress v0.11.1
12912026-07-04T15:02:39.354Z Downloaded regex-syntax v0.8.10
12922026-07-04T15:02:39.363Z Downloaded hickory-proto v0.25.2
12932026-07-04T15:02:39.372Z Downloaded zerocopy-derive v0.6.6
12942026-07-04T15:02:39.389Z Downloaded regex-automata v0.4.14
12952026-07-04T15:02:39.426Z Downloaded petgraph v0.8.3
12962026-07-04T15:02:39.431Z Downloaded csv v1.4.0
12972026-07-04T15:02:39.441Z Downloaded sha3 v0.10.8
12982026-07-04T15:02:39.448Z Downloaded libz-sys v1.1.24
12992026-07-04T15:02:39.456Z Downloaded tokio v1.52.1
13002026-07-04T15:02:39.507Z Downloaded sled v0.34.7
13012026-07-04T15:02:39.528Z Downloaded tracing v0.1.44
13022026-07-04T15:02:39.534Z Downloaded ratatui v0.29.0
13032026-07-04T15:02:39.567Z Downloaded bzip2-sys v0.1.13+1.0.8
13042026-07-04T15:02:39.661Z Downloaded petgraph v0.6.5
13052026-07-04T15:02:39.671Z Downloaded jiff v0.2.21
13062026-07-04T15:02:39.684Z Downloaded chrono-tz v0.10.4
13072026-07-04T15:02:39.730Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13082026-07-04T15:02:39.879Z Downloaded encoding_rs v0.8.35
13092026-07-04T15:02:39.941Z Downloaded ring v0.17.14
13102026-07-04T15:02:39.999Z Downloaded libgit2-sys v0.18.3+1.9.2
13112026-07-04T15:02:40.719Z Downloaded aws-lc-sys v0.40.0
13122026-07-04T15:02:40.963Z Compiling libc v0.2.185
13132026-07-04T15:02:40.963Z Compiling serde_core v1.0.228
13142026-07-04T15:02:40.963Z Compiling serde v1.0.228
13152026-07-04T15:02:40.967Z Compiling log v0.4.29
13162026-07-04T15:02:40.967Z Compiling smallvec v1.15.1
13172026-07-04T15:02:40.967Z Compiling shlex v1.3.0
13182026-07-04T15:02:40.967Z Compiling find-msvc-tools v0.1.9
13192026-07-04T15:02:41.100Z Compiling syn v2.0.117
13202026-07-04T15:02:41.315Z Compiling subtle v2.6.1
13212026-07-04T15:02:41.329Z Compiling scopeguard v1.2.0
13222026-07-04T15:02:41.357Z Compiling stable_deref_trait v1.2.1
13232026-07-04T15:02:41.404Z Compiling typenum v1.20.1
13242026-07-04T15:02:41.433Z Compiling lock_api v0.4.14
13252026-07-04T15:02:41.446Z Compiling serde_json v1.0.150
13262026-07-04T15:02:41.471Z Compiling portable-atomic v1.13.1
13272026-07-04T15:02:41.485Z Compiling zerocopy v0.8.40
13282026-07-04T15:02:41.668Z Compiling parking_lot_core v0.9.12
13292026-07-04T15:02:41.683Z Compiling pin-project-lite v0.2.17
13302026-07-04T15:02:41.780Z Compiling critical-section v1.2.0
13312026-07-04T15:02:41.889Z Compiling pkg-config v0.3.32
13322026-07-04T15:02:41.978Z Compiling futures-core v0.3.32
13332026-07-04T15:02:41.991Z Compiling jobserver v0.1.34
13342026-07-04T15:02:42.007Z Compiling errno v0.3.14
13352026-07-04T15:02:42.121Z Compiling getrandom v0.2.17
13362026-07-04T15:02:42.151Z Compiling signal-hook-registry v1.4.8
13372026-07-04T15:02:42.235Z Compiling cc v1.2.56
13382026-07-04T15:02:42.355Z Compiling rand_core v0.6.4
13392026-07-04T15:02:42.429Z Compiling libm v0.2.16
13402026-07-04T15:02:42.445Z Compiling getrandom v0.4.1
13412026-07-04T15:02:42.560Z Compiling once_cell v1.21.3
13422026-07-04T15:02:42.622Z Compiling parking_lot v0.12.5
13432026-07-04T15:02:42.647Z Compiling mio v1.2.0
13442026-07-04T15:02:42.758Z Compiling num-traits v0.2.19
13452026-07-04T15:02:42.776Z Compiling generic-array v0.14.7
13462026-07-04T15:02:42.817Z Compiling const-oid v0.9.6
13472026-07-04T15:02:42.954Z Compiling rand_core v0.10.0
13482026-07-04T15:02:43.118Z Compiling writeable v0.6.2
13492026-07-04T15:02:43.148Z Compiling percent-encoding v2.3.2
13502026-07-04T15:02:43.325Z Compiling bitflags v2.11.0
13512026-07-04T15:02:43.340Z Compiling litemap v0.8.1
13522026-07-04T15:02:43.388Z Compiling semver v1.0.28
13532026-07-04T15:02:43.529Z Compiling socket2 v0.6.3
13542026-07-04T15:02:43.552Z Compiling icu_properties_data v2.1.2
13552026-07-04T15:02:43.566Z Compiling icu_normalizer_data v2.1.1
13562026-07-04T15:02:43.708Z Compiling futures-sink v0.3.32
13572026-07-04T15:02:43.822Z Compiling futures-channel v0.3.32
13582026-07-04T15:02:43.883Z Compiling futures-io v0.3.32
13592026-07-04T15:02:43.927Z Compiling synstructure v0.13.2
13602026-07-04T15:02:43.940Z Compiling slab v0.4.12
13612026-07-04T15:02:44.035Z Compiling futures-task v0.3.32
13622026-07-04T15:02:44.049Z Compiling indexmap v2.14.0
13632026-07-04T15:02:44.107Z Compiling rustversion v1.0.22
13642026-07-04T15:02:44.122Z Compiling getrandom v0.3.4
13652026-07-04T15:02:44.206Z Compiling utf8_iter v1.0.4
13662026-07-04T15:02:44.387Z Compiling form_urlencoded v1.2.2
13672026-07-04T15:02:44.391Z Compiling cmake v0.1.57
13682026-07-04T15:02:44.502Z Compiling rustix v1.1.3
13692026-07-04T15:02:44.565Z Compiling ident_case v1.0.1
13702026-07-04T15:02:44.601Z Compiling fs_extra v1.3.0
13712026-07-04T15:02:44.696Z Compiling dunce v1.0.5
13722026-07-04T15:02:44.781Z Compiling iana-time-zone v0.1.65
13732026-07-04T15:02:44.795Z Compiling regex-syntax v0.8.10
13742026-07-04T15:02:44.808Z Compiling vcpkg v0.2.15
13752026-07-04T15:02:44.879Z Compiling aws-lc-sys v0.40.0
13762026-07-04T15:02:44.987Z Compiling base64ct v1.8.3
13772026-07-04T15:02:45.088Z Compiling rand_core v0.9.5
13782026-07-04T15:02:45.196Z Compiling rustc_version v0.4.1
13792026-07-04T15:02:45.279Z Compiling pem-rfc7468 v0.7.0
13802026-07-04T15:02:45.372Z Compiling uuid v1.23.4
13812026-07-04T15:02:45.532Z Compiling tracing-core v0.1.36
13822026-07-04T15:02:45.556Z Compiling openssl-sys v0.9.115
13832026-07-04T15:02:45.592Z Compiling base64 v0.22.1
13842026-07-04T15:02:45.749Z Compiling serde_derive v1.0.228
13852026-07-04T15:02:45.925Z Compiling zeroize_derive v1.4.3
13862026-07-04T15:02:46.100Z Compiling zerofrom-derive v0.1.6
13872026-07-04T15:02:46.119Z Compiling yoke-derive v0.8.1
13882026-07-04T15:02:46.133Z Compiling zerovec-derive v0.11.2
13892026-07-04T15:02:46.274Z Compiling zerocopy-derive v0.8.40
13902026-07-04T15:02:46.601Z Compiling zeroize v1.8.2
13912026-07-04T15:02:46.812Z Compiling displaydoc v0.2.5
13922026-07-04T15:02:47.288Z Compiling tokio-macros v2.7.0
13932026-07-04T15:02:47.302Z Compiling futures-macro v0.3.32
13942026-07-04T15:02:47.512Z Compiling zerofrom v0.1.6
13952026-07-04T15:02:47.563Z Compiling tracing-attributes v0.1.31
13962026-07-04T15:02:47.637Z Compiling yoke v0.8.1
13972026-07-04T15:02:47.763Z Compiling block-buffer v0.10.4
13982026-07-04T15:02:47.822Z Compiling zerovec v0.11.5
13992026-07-04T15:02:47.930Z Compiling zerotrie v0.2.3
14002026-07-04T15:02:48.023Z Compiling crypto-common v0.1.7
14012026-07-04T15:02:48.107Z Compiling futures-util v0.3.32
14022026-07-04T15:02:48.172Z Compiling digest v0.10.7
14032026-07-04T15:02:48.224Z Compiling der_derive v0.7.3
14042026-07-04T15:02:48.325Z Compiling tinystr v0.8.2
14052026-07-04T15:02:48.422Z Compiling potential_utf v0.1.4
14062026-07-04T15:02:48.522Z Compiling icu_locale_core v2.1.1
14072026-07-04T15:02:48.585Z Compiling icu_collections v2.1.1
14082026-07-04T15:02:48.892Z Compiling thiserror-impl v2.0.18
14092026-07-04T15:02:49.060Z Compiling flagset v0.4.7
14102026-07-04T15:02:49.191Z Compiling bytes v1.11.1
14112026-07-04T15:02:49.205Z Compiling icu_provider v2.1.1
14122026-07-04T15:02:49.253Z Compiling chrono v0.4.44
14132026-07-04T15:02:49.441Z Compiling aws-lc-rs v1.16.3
14142026-07-04T15:02:49.535Z Compiling icu_properties v2.1.2
14152026-07-04T15:02:49.745Z Compiling tokio v1.52.1
14162026-07-04T15:02:49.887Z Compiling icu_normalizer v2.1.1
14172026-07-04T15:02:50.306Z Compiling http v1.4.2
14182026-07-04T15:02:50.448Z Compiling idna_adapter v1.2.1
14192026-07-04T15:02:50.524Z Compiling thiserror v2.0.18
14202026-07-04T15:02:50.591Z Compiling idna v1.1.0
14212026-07-04T15:02:50.635Z Compiling der v0.7.10
14222026-07-04T15:02:50.659Z Compiling tracing v0.1.44
14232026-07-04T15:02:50.726Z Compiling ppv-lite86 v0.2.21
14242026-07-04T15:02:50.856Z Compiling rustls-pki-types v1.14.0
14252026-07-04T15:02:50.927Z Compiling url v2.5.8
14262026-07-04T15:02:51.050Z Compiling rand_chacha v0.9.0
14272026-07-04T15:02:51.253Z Compiling http-body v1.0.1
14282026-07-04T15:02:51.302Z Compiling cmov v0.5.4
14292026-07-04T15:02:51.332Z Compiling openssl-probe v0.2.1
14302026-07-04T15:02:51.401Z Compiling httparse v1.10.1
14312026-07-04T15:02:51.502Z Compiling tinyvec_macros v0.1.1
14322026-07-04T15:02:51.516Z Compiling ctutils v0.4.2
14332026-07-04T15:02:51.571Z Compiling tinyvec v1.10.0
14342026-07-04T15:02:51.718Z Compiling spki v0.7.3
14352026-07-04T15:02:51.732Z Compiling pest_generator v2.8.6
14362026-07-04T15:02:51.745Z Compiling rand v0.9.2
14372026-07-04T15:02:51.803Z Compiling serde_derive_internals v0.29.1
14382026-07-04T15:02:51.817Z Compiling aho-corasick v1.1.4
14392026-07-04T15:02:51.912Z Compiling dyn-clone v1.0.20
14402026-07-04T15:02:51.926Z Compiling tower-service v0.3.3
14412026-07-04T15:02:52.019Z Compiling try-lock v0.2.5
14422026-07-04T15:02:52.044Z Compiling untrusted v0.7.1
14432026-07-04T15:02:52.125Z Compiling tower-layer v0.3.3
14442026-07-04T15:02:52.164Z Compiling schemars v0.8.22
14452026-07-04T15:02:52.284Z Compiling atomic-waker v1.1.2
14462026-07-04T15:02:52.393Z Compiling tempfile v3.25.0
14472026-07-04T15:02:52.407Z Compiling pest_derive v2.8.6
14482026-07-04T15:02:52.419Z Compiling want v0.3.1
14492026-07-04T15:02:52.580Z Compiling hybrid-array v0.4.13
14502026-07-04T15:02:52.675Z Compiling schemars_derive v0.8.22
14512026-07-04T15:02:52.756Z Compiling regex-automata v0.4.14
14522026-07-04T15:02:52.810Z Compiling ipnet v2.11.0
14532026-07-04T15:02:52.842Z Compiling scroll_derive v0.13.1
14542026-07-04T15:02:53.299Z Compiling darling_core v0.20.11
14552026-07-04T15:02:53.355Z Compiling foreign-types-shared v0.1.1
14562026-07-04T15:02:53.443Z Compiling untrusted v0.9.0
14572026-07-04T15:02:53.482Z Compiling rustls v0.23.41
14582026-07-04T15:02:53.567Z Compiling tokio-util v0.7.18
14592026-07-04T15:02:53.651Z Compiling cpufeatures v0.2.17
14602026-07-04T15:02:53.666Z Compiling openssl v0.10.79
14612026-07-04T15:02:53.726Z Compiling httpdate v1.0.3
14622026-07-04T15:02:53.936Z Compiling scroll v0.13.0
14632026-07-04T15:02:53.957Z Compiling foreign-types v0.3.2
14642026-07-04T15:02:54.028Z Compiling unicode-normalization v0.1.25
14652026-07-04T15:02:54.200Z Compiling pkcs8 v0.10.2
14662026-07-04T15:02:54.480Z Compiling h2 v0.4.15
14672026-07-04T15:02:54.626Z Compiling openssl-macros v0.1.1
14682026-07-04T15:02:54.959Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14692026-07-04T15:02:55.030Z Compiling spin v0.9.8
14702026-07-04T15:02:55.240Z Compiling num-conv v0.2.0
14712026-07-04T15:02:55.254Z Compiling native-tls v0.2.18
14722026-07-04T15:02:55.354Z Compiling powerfmt v0.2.0
14732026-07-04T15:02:55.370Z Compiling crc32fast v1.5.0
14742026-07-04T15:02:55.470Z Compiling time-core v0.1.8
14752026-07-04T15:02:55.500Z Compiling deranged v0.5.8
14762026-07-04T15:02:55.590Z Compiling darling_macro v0.20.11
14772026-07-04T15:02:55.612Z Compiling time-macros v0.2.27
14782026-07-04T15:02:56.057Z Compiling darling v0.20.11
14792026-07-04T15:02:56.138Z Compiling goblin v0.10.5
14802026-07-04T15:02:56.479Z Compiling sha2 v0.10.9
14812026-07-04T15:02:56.682Z Compiling hmac v0.12.1
14822026-07-04T15:02:56.839Z Compiling sync_wrapper v1.0.2
14832026-07-04T15:02:56.889Z Compiling wait-timeout v0.2.1
14842026-07-04T15:02:56.945Z Compiling quick-error v1.2.3
14852026-07-04T15:02:57.053Z Compiling siphasher v1.0.2
14862026-07-04T15:02:57.151Z Compiling crossbeam-utils v0.8.21
14872026-07-04T15:02:57.240Z Compiling usdt-impl v0.6.0
14882026-07-04T15:02:57.448Z Compiling syn v1.0.109
14892026-07-04T15:02:57.463Z Compiling num_threads v0.1.7
14902026-07-04T15:02:57.559Z Compiling hyper v1.10.1
14912026-07-04T15:02:57.761Z Compiling bit-vec v0.8.0
14922026-07-04T15:02:57.867Z Compiling simd-adler32 v0.3.8
14932026-07-04T15:02:57.992Z Compiling bit-set v0.8.0
14942026-07-04T15:02:58.203Z Compiling time v0.3.47
14952026-07-04T15:02:58.462Z Compiling rusty-fork v0.3.1
14962026-07-04T15:02:58.587Z Compiling tower v0.5.3
14972026-07-04T15:02:58.642Z Compiling derive_builder_core v0.20.2
14982026-07-04T15:02:58.776Z Compiling hyper-util v0.1.20
14992026-07-04T15:02:59.068Z Compiling dof v0.4.0
15002026-07-04T15:02:59.421Z Compiling dtrace-parser v0.3.0
15012026-07-04T15:02:59.571Z Compiling http-body-util v0.1.3
15022026-07-04T15:02:59.821Z Compiling thiserror-impl v1.0.69
15032026-07-04T15:02:59.824Z Compiling scroll_derive v0.12.1
15042026-07-04T15:03:00.164Z Compiling heapless v0.7.17
15052026-07-04T15:03:00.253Z Compiling rand_xorshift v0.4.0
15062026-07-04T15:03:00.395Z Compiling slog v2.8.2
15072026-07-04T15:03:00.419Z Compiling darling_core v0.21.3
15082026-07-04T15:03:00.419Z Compiling bzip2-sys v0.1.13+1.0.8
15092026-07-04T15:03:00.508Z Compiling thread-id v5.1.0
15102026-07-04T15:03:00.564Z Compiling cookie v0.18.1
15112026-07-04T15:03:00.586Z Compiling allocator-api2 v0.2.21
15122026-07-04T15:03:00.589Z Compiling ryu v1.0.23
15132026-07-04T15:03:00.722Z Compiling anyhow v1.0.102
15142026-07-04T15:03:00.761Z Compiling unicode-bidi v0.3.18
15152026-07-04T15:03:00.776Z Compiling paste v1.0.15
15162026-07-04T15:03:00.913Z Compiling unicode-properties v0.1.4
15172026-07-04T15:03:01.035Z Compiling zstd-safe v7.2.4
15182026-07-04T15:03:01.055Z Compiling iri-string v0.7.10
15192026-07-04T15:03:01.100Z Compiling adler2 v2.0.1
15202026-07-04T15:03:01.120Z Compiling signal-hook v0.3.18
15212026-07-04T15:03:01.225Z Compiling unarray v0.1.4
15222026-07-04T15:03:01.239Z Compiling miniz_oxide v0.8.9
15232026-07-04T15:03:01.283Z Compiling thiserror v1.0.69
15242026-07-04T15:03:01.317Z Compiling proptest v1.10.0
15252026-07-04T15:03:01.330Z Compiling stringprep v0.1.5
15262026-07-04T15:03:01.761Z Compiling serde_urlencoded v0.7.1
15272026-07-04T15:03:01.997Z Compiling scroll v0.12.0
15282026-07-04T15:03:02.200Z Compiling tower-http v0.6.8
15292026-07-04T15:03:02.305Z Compiling derive_builder_macro v0.20.2
15302026-07-04T15:03:02.433Z Compiling tokio-native-tls v0.3.1
15312026-07-04T15:03:02.593Z Compiling camino v1.2.2
15322026-07-04T15:03:02.608Z Compiling bstr v1.12.1
15332026-07-04T15:03:02.774Z Compiling ipnetwork v0.21.1
15342026-07-04T15:03:02.899Z Compiling block-padding v0.4.2
15352026-07-04T15:03:02.925Z Compiling darling_macro v0.21.3
15362026-07-04T15:03:02.964Z Compiling crypto-common v0.2.2
15372026-07-04T15:03:03.061Z Compiling block-buffer v0.12.1
15382026-07-04T15:03:03.156Z Compiling rustls-native-certs v0.8.3
15392026-07-04T15:03:03.244Z Compiling rand_chacha v0.3.1
15402026-07-04T15:03:03.248Z Compiling serde_tokenstream v0.2.3
15412026-07-04T15:03:03.414Z Compiling erased-serde v0.3.31
15422026-07-04T15:03:03.442Z Compiling toml_datetime v0.6.11
15432026-07-04T15:03:03.562Z Compiling serde_spanned v0.6.9
15442026-07-04T15:03:03.698Z Compiling md-5 v0.10.6
15452026-07-04T15:03:03.712Z Compiling signature v2.2.0
15462026-07-04T15:03:03.864Z Compiling zerocopy-derive v0.7.35
15472026-07-04T15:03:03.887Z Compiling pin-project-internal v1.1.11
15482026-07-04T15:03:03.904Z Compiling async-trait v0.1.89
15492026-07-04T15:03:04.027Z Compiling curve25519-dalek v4.1.3
15502026-07-04T15:03:04.405Z Compiling vergen-lib v9.1.0
15512026-07-04T15:03:04.603Z Compiling num-integer v0.1.46
15522026-07-04T15:03:04.726Z Compiling hash32 v0.2.1
15532026-07-04T15:03:04.800Z Compiling memoffset v0.9.1
15542026-07-04T15:03:04.920Z Compiling encoding_rs v0.8.35
15552026-07-04T15:03:04.934Z Compiling ref-cast v1.0.25
15562026-07-04T15:03:04.947Z Compiling zlib-rs v0.6.2
15572026-07-04T15:03:05.004Z Compiling smoltcp v0.9.1
15582026-07-04T15:03:05.025Z Compiling fallible-iterator v0.2.0
15592026-07-04T15:03:05.250Z Compiling mime v0.3.17
15602026-07-04T15:03:05.344Z Compiling psl-types v2.0.11
15612026-07-04T15:03:05.358Z Compiling litrs v1.0.0
15622026-07-04T15:03:05.469Z Compiling rustix v0.38.44
15632026-07-04T15:03:05.514Z Compiling num-bigint-dig v0.8.6
15642026-07-04T15:03:05.717Z Compiling cfg_aliases v0.2.1
15652026-07-04T15:03:05.792Z Compiling nix v0.31.2
15662026-07-04T15:03:05.863Z Compiling document-features v0.2.12
15672026-07-04T15:03:05.931Z Compiling publicsuffix v2.3.0
15682026-07-04T15:03:06.120Z Compiling postgres-protocol v0.6.10
15692026-07-04T15:03:06.218Z Compiling pin-project v1.1.11
15702026-07-04T15:03:06.431Z Compiling num-iter v0.1.45
15712026-07-04T15:03:06.444Z Compiling hubpack_derive v0.1.1
15722026-07-04T15:03:06.465Z Compiling zerocopy v0.7.35
15732026-07-04T15:03:06.667Z Compiling newtype-uuid v1.3.2
15742026-07-04T15:03:06.892Z Compiling rand v0.8.6
15752026-07-04T15:03:06.908Z Compiling darling v0.21.3
15762026-07-04T15:03:06.988Z Compiling inout v0.2.2
15772026-07-04T15:03:07.002Z Compiling oxnet v0.1.6
15782026-07-04T15:03:07.006Z Compiling derive_builder v0.20.2
15792026-07-04T15:03:07.030Z Compiling hyper-tls v0.6.0
15802026-07-04T15:03:07.164Z Compiling goblin v0.8.2
15812026-07-04T15:03:07.781Z Compiling phf_shared v0.13.1
15822026-07-04T15:03:07.795Z Compiling lazy_static v1.5.0
15832026-07-04T15:03:07.886Z Compiling flate2 v1.1.9
15842026-07-04T15:03:07.965Z Compiling regex v1.12.3
15852026-07-04T15:03:08.015Z Compiling anstyle-parse v0.2.7
15862026-07-04T15:03:08.059Z Compiling futures-executor v0.3.32
15872026-07-04T15:03:08.199Z Compiling hex v0.4.3
15882026-07-04T15:03:08.249Z Compiling terminal_size v0.4.3
15892026-07-04T15:03:08.287Z Compiling curve25519-dalek-derive v0.1.1
15902026-07-04T15:03:08.314Z Compiling daft-derive v0.1.7
15912026-07-04T15:03:08.383Z Compiling strum_macros v0.27.2
15922026-07-04T15:03:08.397Z Compiling ref-cast-impl v1.0.25
15932026-07-04T15:03:08.466Z Compiling snafu-derive v0.8.9
15942026-07-04T15:03:08.942Z Compiling vergen v9.1.0
15952026-07-04T15:03:08.957Z Compiling cargo-platform v0.3.2
15962026-07-04T15:03:09.044Z Compiling ff v0.13.1
15972026-07-04T15:03:09.139Z Compiling fs-err v3.3.0
15982026-07-04T15:03:09.186Z Compiling ahash v0.8.12
15992026-07-04T15:03:09.301Z Compiling bumpalo v3.20.2
16002026-07-04T15:03:09.386Z Compiling libbz2-rs-sys v0.2.2
16012026-07-04T15:03:09.434Z Compiling foldhash v0.1.5
16022026-07-04T15:03:09.559Z Compiling unicode-segmentation v1.12.0
16032026-07-04T15:03:09.608Z Compiling winnow v0.5.40
16042026-07-04T15:03:09.953Z Compiling bitflags v1.3.2
16052026-07-04T15:03:10.033Z Compiling base16ct v0.2.0
16062026-07-04T15:03:10.070Z Compiling object v0.37.3
16072026-07-04T15:03:10.215Z Compiling managed v0.8.0
16082026-07-04T15:03:10.366Z Compiling foldhash v0.2.0
16092026-07-04T15:03:10.408Z Compiling same-file v1.0.6
16102026-07-04T15:03:10.422Z Compiling snafu v0.8.9
16112026-07-04T15:03:10.436Z Compiling strum v0.27.2
16122026-07-04T15:03:10.564Z Compiling hashbrown v0.16.1
16132026-07-04T15:03:10.579Z Compiling walkdir v2.5.0
16142026-07-04T15:03:10.744Z Compiling sec1 v0.7.3
16152026-07-04T15:03:10.773Z Compiling bzip2 v0.6.1
16162026-07-04T15:03:10.884Z Compiling clap_builder v4.6.0
16172026-07-04T15:03:10.974Z Compiling toml_edit v0.19.15
16182026-07-04T15:03:11.013Z Compiling hashbrown v0.15.5
16192026-07-04T15:03:11.064Z Compiling zopfli v0.8.3
16202026-07-04T15:03:11.195Z Compiling dof v0.3.0
16212026-07-04T15:03:11.485Z Compiling group v0.13.0
16222026-07-04T15:03:11.578Z Compiling cargo_metadata v0.23.1
16232026-07-04T15:03:11.666Z Compiling daft v0.1.7
16242026-07-04T15:03:11.904Z Compiling futures v0.3.32
16252026-07-04T15:03:11.938Z Compiling anstream v0.6.21
16262026-07-04T15:03:11.983Z Compiling phf v0.13.1
16272026-07-04T15:03:12.143Z Compiling signal-hook-mio v0.2.5
16282026-07-04T15:03:12.271Z Compiling cookie_store v0.22.1
16292026-07-04T15:03:12.608Z Compiling zstd v0.13.3
16302026-07-04T15:03:12.870Z Compiling bzip2 v0.4.4
16312026-07-04T15:03:12.903Z Compiling reqwest v0.12.28
16322026-07-04T15:03:12.926Z Compiling cipher v0.5.2
16332026-07-04T15:03:13.074Z Compiling serde_with_macros v3.17.0
16342026-07-04T15:03:13.225Z Compiling hubpack v0.1.2
16352026-07-04T15:03:13.443Z Compiling postgres-types v0.2.12
16362026-07-04T15:03:13.889Z Compiling ed25519 v2.2.3
16372026-07-04T15:03:13.999Z Compiling usdt-attr-macro v0.6.0
16382026-07-04T15:03:14.209Z Compiling usdt-macro v0.6.0
16392026-07-04T15:03:14.824Z Compiling globset v0.4.18
16402026-07-04T15:03:14.858Z Compiling dtrace-parser v0.2.0
16412026-07-04T15:03:14.873Z Compiling phf_shared v0.11.3
16422026-07-04T15:03:14.902Z Compiling hkdf v0.12.4
16432026-07-04T15:03:14.984Z Compiling olpc-cjson v0.1.4
16442026-07-04T15:03:15.050Z Compiling pkcs1 v0.7.5
16452026-07-04T15:03:15.064Z Compiling serde_plain v1.0.2
16462026-07-04T15:03:15.140Z Compiling serde-big-array v0.5.1
16472026-07-04T15:03:15.264Z Compiling crypto-bigint v0.5.5
16482026-07-04T15:03:15.284Z Compiling pem v3.0.6
16492026-07-04T15:03:15.439Z Compiling async-recursion v1.1.1
16502026-07-04T15:03:15.498Z Compiling strum_macros v0.26.4
16512026-07-04T15:03:15.594Z Compiling serde_repr v0.1.20
16522026-07-04T15:03:15.609Z Compiling enum-as-inner v0.6.1
16532026-07-04T15:03:16.086Z Compiling clap_derive v4.6.1
16542026-07-04T15:03:16.115Z Compiling float-cmp v0.10.0
16552026-07-04T15:03:16.129Z Compiling memmap2 v0.9.10
16562026-07-04T15:03:16.263Z Compiling thread-id v4.2.2
16572026-07-04T15:03:16.340Z Compiling env_filter v1.0.0
16582026-07-04T15:03:16.354Z Compiling const-oid v0.10.2
16592026-07-04T15:03:16.557Z Compiling fixedbitset v0.5.7
16602026-07-04T15:03:16.643Z Compiling difflib v0.4.0
16612026-07-04T15:03:16.660Z Compiling new_debug_unreachable v1.0.6
16622026-07-04T15:03:16.733Z Compiling whoami v2.1.0
16632026-07-04T15:03:16.867Z Compiling winnow v1.0.3
16642026-07-04T15:03:17.106Z Compiling fixedbitset v0.4.2
16652026-07-04T15:03:17.197Z Compiling normalize-line-endings v0.3.0
16662026-07-04T15:03:17.215Z Compiling jiff v0.2.21
16672026-07-04T15:03:17.248Z Compiling typed-path v0.9.3
16682026-07-04T15:03:17.290Z Compiling static_assertions v1.1.0
16692026-07-04T15:03:17.326Z Compiling data-encoding v2.10.0
16702026-07-04T15:03:17.357Z Compiling either v1.15.0
16712026-07-04T15:03:17.371Z Compiling keccak v0.1.6
16722026-07-04T15:03:17.560Z Compiling predicates-core v1.0.10
16732026-07-04T15:03:17.736Z Compiling cpufeatures v0.3.0
16742026-07-04T15:03:17.814Z Compiling precomputed-hash v0.1.1
16752026-07-04T15:03:17.875Z Compiling clap v4.6.1
16762026-07-04T15:03:17.901Z Compiling string_cache v0.8.9
16772026-07-04T15:03:17.926Z Compiling chacha20 v0.10.0
16782026-07-04T15:03:17.954Z Compiling predicates v3.1.4
16792026-07-04T15:03:18.009Z Compiling hickory-proto v0.25.2
16802026-07-04T15:03:18.099Z Compiling toml_edit v0.22.27
16812026-07-04T15:03:18.120Z Compiling itertools v0.13.0
16822026-07-04T15:03:18.288Z Compiling sha3 v0.10.8
16832026-07-04T15:03:18.455Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16842026-07-04T15:03:18.591Z Compiling strum v0.26.3
16852026-07-04T15:03:18.724Z Compiling petgraph v0.6.5
16862026-07-04T15:03:18.738Z Compiling toml_parser v1.1.2+spec-1.1.0
16872026-07-04T15:03:19.408Z Compiling tokio-postgres v0.7.16
16882026-07-04T15:03:19.423Z Compiling petgraph v0.8.3
16892026-07-04T15:03:20.274Z Compiling zip v4.6.1
16902026-07-04T15:03:20.873Z Compiling digest v0.11.3
16912026-07-04T15:03:21.099Z Compiling env_logger v0.11.9
16922026-07-04T15:03:21.226Z Compiling usdt-impl v0.5.0
16932026-07-04T15:03:21.332Z Compiling usdt v0.6.0
16942026-07-04T15:03:21.418Z Compiling elliptic-curve v0.13.8
16952026-07-04T15:03:21.455Z Compiling rsa v0.9.10
16962026-07-04T15:03:21.462Z Compiling crossterm v0.28.1
16972026-07-04T15:03:21.597Z Compiling serde_with v3.17.0
16982026-07-04T15:03:21.628Z Compiling ed25519-dalek v2.2.0
16992026-07-04T15:03:21.832Z Compiling zip v0.6.6
17002026-07-04T15:03:22.403Z Compiling toml v0.7.8
17012026-07-04T15:03:22.688Z Compiling iddqd v0.4.2
17022026-07-04T15:03:23.018Z Compiling similar v2.7.0
17032026-07-04T15:03:23.168Z Compiling heck v0.4.1
17042026-07-04T15:03:23.339Z Compiling crossbeam-epoch v0.9.18
17052026-07-04T15:03:23.399Z Compiling tokio-stream v0.1.18
17062026-07-04T15:03:23.515Z Compiling buf-list v1.1.2
17072026-07-04T15:03:23.680Z Compiling x509-cert v0.2.5
17082026-07-04T15:03:23.792Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17092026-07-04T15:03:23.861Z Compiling openapiv3 v2.2.0
17102026-07-04T15:03:23.882Z Compiling lalrpop-util v0.19.12
17112026-07-04T15:03:23.963Z Compiling peg-runtime v0.8.5
17122026-07-04T15:03:24.076Z Compiling thread_local v1.1.9
17132026-07-04T15:03:24.094Z Compiling slog-async v2.8.0
17142026-07-04T15:03:24.276Z Compiling crossbeam-channel v0.5.15
17152026-07-04T15:03:24.335Z Compiling is-terminal v0.4.17
17162026-07-04T15:03:24.432Z Compiling filetime v0.2.27
17172026-07-04T15:03:24.450Z Compiling xattr v1.6.1
17182026-07-04T15:03:24.614Z Compiling take_mut v0.2.2
17192026-07-04T15:03:24.628Z Compiling term v1.2.1
17202026-07-04T15:03:24.743Z Compiling tar v0.4.45
17212026-07-04T15:03:24.822Z Compiling camino-tempfile v1.4.1
17222026-07-04T15:03:25.058Z Compiling slog-term v2.9.2
17232026-07-04T15:03:36.115Z Compiling rustls-webpki v0.103.13
17242026-07-04T15:03:38.886Z Compiling tokio-rustls v0.26.4
17252026-07-04T15:03:38.886Z Compiling rustls-platform-verifier v0.6.2
17262026-07-04T15:03:38.886Z Compiling tough v0.22.0
17272026-07-04T15:03:39.132Z Compiling hyper-rustls v0.27.7
17282026-07-04T15:03:39.326Z Compiling reqwest v0.13.2
17292026-07-04T15:03:41.556Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17302026-07-04T15:03:41.783Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17312026-07-04T15:03:44.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
17322026-07-04T15:03:44.791Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17332026-07-04T15:03:44.845ZJul 04 15:03:43.168 INFO Starting download, target: Clickhouse
17342026-07-04T15:03:44.845ZJul 04 15:03:43.168 INFO Starting download, target: DendriteStub
17352026-07-04T15:03:44.845ZJul 04 15:03:43.169 INFO Starting download, target: Cockroach
17362026-07-04T15:03:44.845ZJul 04 15:03:43.169 INFO Starting download, target: MaghemiteMgd
17372026-07-04T15:03:44.845ZJul 04 15:03:43.169 INFO Starting download, target: Console
17382026-07-04T15:03:44.849ZJul 04 15:03:43.169 INFO Starting download, target: MaghemiteDdmd
17392026-07-04T15:03:44.849ZJul 04 15:03:43.169 INFO Starting download, target: TransceiverControl
17402026-07-04T15:03:44.849ZJul 04 15:03:43.169 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17412026-07-04T15:03:44.849ZJul 04 15:03:43.169 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17422026-07-04T15:03:44.849ZJul 04 15:03:43.169 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17432026-07-04T15:03:44.849ZJul 04 15:03:43.169 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17442026-07-04T15:03:44.849ZJul 04 15:03:43.169 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17452026-07-04T15:03:44.849ZJul 04 15:03:43.169 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17462026-07-04T15:03:44.849ZJul 04 15:03:43.169 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17472026-07-04T15:03:46.541ZJul 04 15:03:44.864 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17482026-07-04T15:03:46.748ZJul 04 15:03:45.071 INFO Download complete, target: TransceiverControl
17492026-07-04T15:03:46.826ZJul 04 15:03:45.148 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17502026-07-04T15:03:46.987ZJul 04 15:03:45.307 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17512026-07-04T15:03:47.229ZJul 04 15:03:45.548 INFO Download complete, target: Console
17522026-07-04T15:03:47.836ZJul 04 15:03:46.157 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17532026-07-04T15:03:47.980ZJul 04 15:03:46.303 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17542026-07-04T15:03:48.378ZJul 04 15:03:46.696 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17552026-07-04T15:03:48.561ZJul 04 15:03:46.885 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17562026-07-04T15:03:48.562ZJul 04 15:03:46.885 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17572026-07-04T15:03:50.414ZJul 04 15:03:48.738 INFO Download complete, target: MaghemiteDdmd
17582026-07-04T15:03:50.417ZJul 04 15:03:48.739 INFO Download complete, target: DendriteStub
17592026-07-04T15:03:50.582ZJul 04 15:03:48.905 INFO Download complete, target: MaghemiteMgd
17602026-07-04T15:03:53.220ZJul 04 15:03:51.544 INFO Checking that binary works, target: Cockroach
17612026-07-04T15:03:53.339ZJul 04 15:03:51.662 INFO Download complete, target: Cockroach
17622026-07-04T15:03:53.520ZJul 04 15:03:51.844 INFO Checking that binary works, target: Clickhouse
17632026-07-04T15:03:53.668ZJul 04 15:03:51.992 INFO Download complete, target: Clickhouse
17642026-07-04T15:03:53.685ZAll builder prerequisites installed successfully, and PATH looks valid
17652026-07-04T15:03:53.688Z
17662026-07-04T15:03:53.688Zreal 2:01.806955451
17672026-07-04T15:03:53.688Zuser 6:39.809870250
17682026-07-04T15:03:53.688Zsys 1:21.404105229
17692026-07-04T15:03:53.688Ztrap 0.219660024
17702026-07-04T15:03:53.688Ztflt 0.523709888
17712026-07-04T15:03:53.688Zdflt 0.849647988
17722026-07-04T15:03:53.688Zkflt 0.024050025
17732026-07-04T15:03:53.688Zlock 21:57.896542315
17742026-07-04T15:03:53.688Zslp 20:17.815363420
17752026-07-04T15:03:53.688Zlat 41.047543145
17762026-07-04T15:03:53.688Zstop 1:56.978562570
17772026-07-04T15:03:53.688Z+ banner clippy
17782026-07-04T15:03:53.689Z
17792026-07-04T15:03:53.689Z #### # # ##### ##### # #
17802026-07-04T15:03:53.689Z # # # # # # # # # #
17812026-07-04T15:03:53.689Z # # # # # # # #
17822026-07-04T15:03:53.689Z # # # ##### ##### #
17832026-07-04T15:03:53.689Z # # # # # # #
17842026-07-04T15:03:53.689Z #### ###### # # # #
17852026-07-04T15:03:53.689Z
17862026-07-04T15:03:53.689Z+ export CARGO_INCREMENTAL=0
17872026-07-04T15:03:53.689Z+ CARGO_INCREMENTAL=0
17882026-07-04T15:03:53.689Z+ ptime -m cargo xtask clippy
17892026-07-04T15:03:54.140Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17902026-07-04T15:03:54.433Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17912026-07-04T15:03:56.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.53s
17922026-07-04T15:03:56.291Z Running `target/debug/xtask clippy`
17932026-07-04T15:03:56.316Zrunning: /home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
17942026-07-04T15:03:56.874Z Downloading crates ...
17952026-07-04T15:03:57.086Z Downloaded addr2line v0.25.1
17962026-07-04T15:03:57.091Z Downloaded approx v0.5.1
17972026-07-04T15:03:57.091Z Downloaded anes v0.1.6
17982026-07-04T15:03:57.094Z Downloaded plotters-backend v0.3.7
17992026-07-04T15:03:57.094Z Downloaded backtrace-ext v0.2.1
18002026-07-04T15:03:57.100Z Downloaded pathdiff v0.2.3
18012026-07-04T15:03:57.104Z Downloaded nested v0.1.1
18022026-07-04T15:03:57.108Z Downloaded assert-json-diff v2.0.2
18032026-07-04T15:03:57.111Z Downloaded escape8259 v0.5.3
18042026-07-04T15:03:57.114Z Downloaded miette-derive v5.10.0
18052026-07-04T15:03:57.114Z Downloaded hex-literal v0.4.1
18062026-07-04T15:03:57.117Z Downloaded supports-hyperlinks v2.1.0
18072026-07-04T15:03:57.117Z Downloaded guppy-workspace-hack v0.1.0
18082026-07-04T15:03:57.120Z Downloaded serde_regex v1.1.0
18092026-07-04T15:03:57.125Z Downloaded event-listener-strategy v0.5.4
18102026-07-04T15:03:57.128Z Downloaded linkme-impl v0.3.35
18112026-07-04T15:03:57.128Z Downloaded cast v0.3.0
18122026-07-04T15:03:57.128Z Downloaded async-object-pool v0.2.0
18132026-07-04T15:03:57.128Z Downloaded constant_time_eq v0.3.1
18142026-07-04T15:03:57.136Z Downloaded knuffel-derive v3.2.0
18152026-07-04T15:03:57.140Z Downloaded termcolor v1.4.1
18162026-07-04T15:03:57.143Z Downloaded concurrent-queue v2.5.0
18172026-07-04T15:03:57.143Z Downloaded target-lexicon v0.13.3
18182026-07-04T15:03:57.146Z Downloaded supports-color v2.1.0
18192026-07-04T15:03:57.149Z Downloaded supports-unicode v2.1.0
18202026-07-04T15:03:57.149Z Downloaded target-triple v1.0.0
18212026-07-04T15:03:57.154Z Downloaded similar-asserts v1.7.0
18222026-07-04T15:03:57.160Z Downloaded plotters-svg v0.3.7
18232026-07-04T15:03:57.160Z Downloaded terminal_size v0.1.17
18242026-07-04T15:03:57.163Z Downloaded linkme v0.3.35
18252026-07-04T15:03:57.167Z Downloaded libtest-mimic v0.8.1
18262026-07-04T15:03:57.167Z Downloaded parking v2.2.1
18272026-07-04T15:03:57.167Z Downloaded assert_cmd v2.1.2
18282026-07-04T15:03:57.170Z Downloaded futures-timer v3.0.3
18292026-07-04T15:03:57.170Z Downloaded oorandom v11.1.5
18302026-07-04T15:03:57.170Z Downloaded rustc-demangle v0.1.27
18312026-07-04T15:03:57.173Z Downloaded event-listener v5.4.1
18322026-07-04T15:03:57.174Z Downloaded criterion-plot v0.6.0
18332026-07-04T15:03:57.177Z Downloaded owo-colors v3.5.0
18342026-07-04T15:03:57.181Z Downloaded partial-io v0.5.4
18352026-07-04T15:03:57.181Z Downloaded tinytemplate v1.2.1
18362026-07-04T15:03:57.181Z Downloaded relative-path v1.9.3
18372026-07-04T15:03:57.184Z Downloaded stringmetrics v2.2.2
18382026-07-04T15:03:57.188Z Downloaded path-tree v0.8.3
18392026-07-04T15:03:57.188Z Downloaded httptest v0.16.4
18402026-07-04T15:03:57.189Z Downloaded cfg-expr v0.20.6
18412026-07-04T15:03:57.192Z Downloaded blake2b_simd v1.0.4
18422026-07-04T15:03:57.199Z Downloaded rand_distr v0.5.1
18432026-07-04T15:03:57.204Z Downloaded datatest-stable v0.3.3
18442026-07-04T15:03:57.208Z Downloaded trybuild v1.0.116
18452026-07-04T15:03:57.211Z Downloaded target-spec v3.5.7
18462026-07-04T15:03:57.211Z Downloaded textwrap v0.15.2
18472026-07-04T15:03:57.211Z Downloaded rust-argon2 v2.1.0
18482026-07-04T15:03:57.214Z Downloaded hickory-client v0.25.2
18492026-07-04T15:03:57.217Z Downloaded async-lock v3.4.2
18502026-07-04T15:03:57.223Z Downloaded rstest v0.25.0
18512026-07-04T15:03:57.226Z Downloaded knuffel v3.2.0
18522026-07-04T15:03:57.229Z Downloaded chumsky v0.9.3
18532026-07-04T15:03:57.233Z Downloaded hashbrown v0.14.5
18542026-07-04T15:03:57.238Z Downloaded fancy-regex v0.14.0
18552026-07-04T15:03:57.242Z Downloaded rstest_macros v0.25.0
18562026-07-04T15:03:57.247Z Downloaded backtrace v0.3.76
18572026-07-04T15:03:57.251Z Downloaded miette v5.10.0
18582026-07-04T15:03:57.254Z Downloaded criterion v0.7.0
18592026-07-04T15:03:57.257Z Downloaded plotters v0.3.7
18602026-07-04T15:03:57.261Z Downloaded guppy v0.17.25
18612026-07-04T15:03:57.292Z Downloaded gimli v0.32.3
18622026-07-04T15:03:57.384Z Downloaded httpmock v0.8.3
18632026-07-04T15:03:59.084Z Checking cfg-if v1.0.4
18642026-07-04T15:03:59.444Z Checking libc v0.2.185
18652026-07-04T15:03:59.447Z Checking serde_core v1.0.228
18662026-07-04T15:03:59.519Z Checking memchr v2.8.0
18672026-07-04T15:03:59.561Z Checking zeroize v1.8.2
18682026-07-04T15:03:59.561Z Checking smallvec v1.15.1
18692026-07-04T15:03:59.638Z Checking rand_core v0.10.0
18702026-07-04T15:03:59.679Z Checking itoa v1.0.17
18712026-07-04T15:03:59.717Z Checking subtle v2.6.1
18722026-07-04T15:03:59.757Z Checking log v0.4.29
18732026-07-04T15:03:59.818Z Checking libm v0.2.16
18742026-07-04T15:03:59.876Z Checking getrandom v0.4.1
18752026-07-04T15:03:59.876Z Checking errno v0.3.14
18762026-07-04T15:03:59.956Z Checking typenum v1.20.1
18772026-07-04T15:04:00.002Z Checking scopeguard v1.2.0
18782026-07-04T15:04:00.045Z Checking stable_deref_trait v1.2.1
18792026-07-04T15:04:00.087Z Checking zmij v1.0.21
18802026-07-04T15:04:00.127Z Checking zerofrom v0.1.6
18812026-07-04T15:04:00.167Z Checking lock_api v0.4.14
18822026-07-04T15:04:00.210Z Checking percent-encoding v2.3.2
18832026-07-04T15:04:00.251Z Checking writeable v0.6.2
18842026-07-04T15:04:00.288Z Checking yoke v0.8.1
18852026-07-04T15:04:00.328Z Checking litemap v0.8.1
18862026-07-04T15:04:00.388Z Checking icu_normalizer_data v2.1.1
18872026-07-04T15:04:00.427Z Checking icu_properties_data v2.1.2
18882026-07-04T15:04:00.470Z Checking pin-project-lite v0.2.17
18892026-07-04T15:04:00.510Z Checking zerovec v0.11.5
18902026-07-04T15:04:00.513Z Checking zerotrie v0.2.3
18912026-07-04T15:04:00.582Z Checking num-traits v0.2.19
18922026-07-04T15:04:00.619Z Checking form_urlencoded v1.2.2
18932026-07-04T15:04:00.659Z Checking utf8_iter v1.0.4
18942026-07-04T15:04:00.703Z Checking parking_lot_core v0.9.12
18952026-07-04T15:04:00.749Z Checking zerocopy v0.8.40
18962026-07-04T15:04:00.795Z Checking portable-atomic v1.13.1
18972026-07-04T15:04:00.842Z Checking critical-section v1.2.0
18982026-07-04T15:04:00.883Z Checking signal-hook-registry v1.4.8
18992026-07-04T15:04:00.920Z Checking parking_lot v0.12.5
19002026-07-04T15:04:00.974Z Checking mio v1.2.0
19012026-07-04T15:04:01.013Z Checking tinystr v0.8.2
19022026-07-04T15:04:01.050Z Checking serde v1.0.228
19032026-07-04T15:04:01.087Z Checking bitflags v2.11.0
19042026-07-04T15:04:01.131Z Checking serde_json v1.0.150
19052026-07-04T15:04:01.170Z Checking potential_utf v0.1.4
19062026-07-04T15:04:01.219Z Checking icu_locale_core v2.1.1
19072026-07-04T15:04:01.256Z Checking once_cell v1.21.3
19082026-07-04T15:04:01.310Z Checking socket2 v0.6.3
19092026-07-04T15:04:01.313Z Checking iana-time-zone v0.1.65
19102026-07-04T15:04:01.393Z Checking icu_collections v2.1.1
19112026-07-04T15:04:01.475Z Checking uuid v1.23.4
19122026-07-04T15:04:01.520Z Checking bytes v1.11.1
19132026-07-04T15:04:01.520Z Checking chrono v0.4.44
19142026-07-04T15:04:01.594Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19152026-07-04T15:04:01.721Z Checking thiserror v2.0.18
19162026-07-04T15:04:01.796Z Checking icu_provider v2.1.1
19172026-07-04T15:04:01.836Z Checking semver v1.0.28
19182026-07-04T15:04:01.839Z Checking futures-core v0.3.32
19192026-07-04T15:04:01.912Z Checking dyn-clone v1.0.20
19202026-07-04T15:04:01.998Z Checking getrandom v0.2.17
19212026-07-04T15:04:02.036Z Checking equivalent v1.0.2
19222026-07-04T15:04:02.039Z Checking tokio v1.52.1
19232026-07-04T15:04:02.109Z Checking cmov v0.5.4
19242026-07-04T15:04:02.112Z Checking icu_properties v2.1.2
19252026-07-04T15:04:02.112Z Checking icu_normalizer v2.1.1
19262026-07-04T15:04:02.212Z Checking rand_core v0.6.4
19272026-07-04T15:04:02.216Z Checking rustix v1.1.3
19282026-07-04T15:04:02.318Z Checking ctutils v0.4.2
19292026-07-04T15:04:02.427Z Checking byteorder v1.5.0
19302026-07-04T15:04:02.466Z Checking futures-sink v0.3.32
19312026-07-04T15:04:02.506Z Checking futures-task v0.3.32
19322026-07-04T15:04:02.566Z Checking hybrid-array v0.4.13
19332026-07-04T15:04:02.604Z Checking futures-channel v0.3.32
19342026-07-04T15:04:02.662Z Checking futures-io v0.3.32
19352026-07-04T15:04:02.700Z Checking slab v0.4.12
19362026-07-04T15:04:02.809Z Checking generic-array v0.14.7
19372026-07-04T15:04:02.848Z Checking thiserror v1.0.69
19382026-07-04T15:04:02.887Z Checking futures-util v0.3.32
19392026-07-04T15:04:02.975Z Checking getrandom v0.3.4
19402026-07-04T15:04:03.034Z Checking idna_adapter v1.2.1
19412026-07-04T15:04:03.105Z Checking hashbrown v0.17.0
19422026-07-04T15:04:03.150Z Checking const-oid v0.9.6
19432026-07-04T15:04:03.188Z Checking idna v1.1.0
19442026-07-04T15:04:03.294Z Checking base64ct v1.8.3
19452026-07-04T15:04:03.358Z Checking crypto-common v0.2.2
19462026-07-04T15:04:03.468Z Checking url v2.5.8
19472026-07-04T15:04:03.562Z Checking crypto-common v0.1.7
19482026-07-04T15:04:03.602Z Checking ppv-lite86 v0.2.21
19492026-07-04T15:04:03.639Z Checking indexmap v2.14.0
19502026-07-04T15:04:03.719Z Checking fnv v1.0.7
19512026-07-04T15:04:03.848Z Checking regex-syntax v0.8.10
19522026-07-04T15:04:03.887Z Checking block-buffer v0.12.1
19532026-07-04T15:04:03.925Z Checking block-buffer v0.10.4
19542026-07-04T15:04:03.963Z Checking schemars v0.8.22
19552026-07-04T15:04:04.000Z Checking http v1.4.2
19562026-07-04T15:04:04.075Z Checking tracing-core v0.1.36
19572026-07-04T15:04:04.113Z Checking digest v0.10.7
19582026-07-04T15:04:04.242Z Checking base64 v0.22.1
19592026-07-04T15:04:04.341Z Checking utf8parse v0.2.2
19602026-07-04T15:04:04.420Z Checking tracing v0.1.44
19612026-07-04T15:04:04.474Z Checking anstyle v1.0.14
19622026-07-04T15:04:04.514Z Checking is_terminal_polyfill v1.70.2
19632026-07-04T15:04:04.598Z Checking anstyle-query v1.1.5
19642026-07-04T15:04:04.638Z Checking colorchoice v1.0.4
19652026-07-04T15:04:04.641Z Checking ipnet v2.11.0
19662026-07-04T15:04:04.710Z Checking const-oid v0.10.2
19672026-07-04T15:04:04.716Z Checking anstyle-parse v1.0.0
19682026-07-04T15:04:04.783Z Checking terminal_size v0.4.3
19692026-07-04T15:04:04.784Z Checking crossbeam-utils v0.8.21
19702026-07-04T15:04:04.876Z Checking aho-corasick v1.1.4
19712026-07-04T15:04:04.915Z Checking unicode-ident v1.0.24
19722026-07-04T15:04:04.952Z Checking strsim v0.11.1
19732026-07-04T15:04:04.956Z Checking anstream v1.0.0
19742026-07-04T15:04:05.024Z Checking clap_lex v1.0.0
19752026-07-04T15:04:05.063Z Checking proc-macro2 v1.0.106
19762026-07-04T15:04:05.153Z Checking powerfmt v0.2.0
19772026-07-04T15:04:05.196Z Checking httparse v1.10.1
19782026-07-04T15:04:05.236Z Checking cpufeatures v0.3.0
19792026-07-04T15:04:05.240Z Checking clap_builder v4.6.0
19802026-07-04T15:04:05.240Z Checking num_threads v0.1.7
19812026-07-04T15:04:05.341Z Checking time-core v0.1.8
19822026-07-04T15:04:05.346Z Checking deranged v0.5.8
19832026-07-04T15:04:05.415Z Checking quote v1.0.45
19842026-07-04T15:04:05.419Z Checking tokio-util v0.7.18
19852026-07-04T15:04:05.453Z Checking num-conv v0.2.0
19862026-07-04T15:04:05.526Z Checking rand_core v0.9.5
19872026-07-04T15:04:05.530Z Checking digest v0.11.3
19882026-07-04T15:04:05.599Z Checking regex-automata v0.4.14
19892026-07-04T15:04:05.638Z Checking erased-serde v0.3.31
19902026-07-04T15:04:05.642Z Checking syn v2.0.117
19912026-07-04T15:04:05.735Z Checking http-body v1.0.1
19922026-07-04T15:04:05.776Z Checking cpufeatures v0.2.17
19932026-07-04T15:04:05.873Z Checking allocator-api2 v0.2.21
19942026-07-04T15:04:05.911Z Checking atomic-waker v1.1.2
19952026-07-04T15:04:06.044Z Checking rand_chacha v0.9.0
19962026-07-04T15:04:06.082Z Checking slog v2.8.2
19972026-07-04T15:04:06.121Z Checking aws-lc-sys v0.40.0
19982026-07-04T15:04:06.190Z Checking anyhow v1.0.102
19992026-07-04T15:04:06.274Z Checking rustls-pki-types v1.14.0
20002026-07-04T15:04:06.353Z Checking time v0.3.47
20012026-07-04T15:04:06.392Z Checking httpdate v1.0.3
20022026-07-04T15:04:06.432Z Checking untrusted v0.7.1
20032026-07-04T15:04:06.543Z Checking clap v4.6.1
20042026-07-04T15:04:06.582Z Checking try-lock v0.2.5
20052026-07-04T15:04:06.586Z Checking rand v0.9.2
20062026-07-04T15:04:06.653Z Checking h2 v0.4.15
20072026-07-04T15:04:06.656Z Checking tower-service v0.3.3
20082026-07-04T15:04:06.693Z Checking aws-lc-rs v1.16.3
20092026-07-04T15:04:06.760Z Checking want v0.3.1
20102026-07-04T15:04:06.813Z Checking tower-layer v0.3.3
20112026-07-04T15:04:06.911Z Checking ryu v1.0.23
20122026-07-04T15:04:06.991Z Checking ipnetwork v0.21.1
20132026-07-04T15:04:07.079Z Checking hex v0.4.3
20142026-07-04T15:04:07.119Z Checking untrusted v0.9.0
20152026-07-04T15:04:07.239Z Checking fastrand v2.3.0
20162026-07-04T15:04:07.278Z Checking mime v0.3.17
20172026-07-04T15:04:07.335Z Checking pem-rfc7468 v0.7.0
20182026-07-04T15:04:07.455Z Checking block-padding v0.4.2
20192026-07-04T15:04:07.493Z Checking spin v0.9.8
20202026-07-04T15:04:07.530Z Checking flagset v0.4.7
20212026-07-04T15:04:07.534Z Checking http-body-util v0.1.3
20222026-07-04T15:04:07.606Z Checking pretty-hex v0.4.1
20232026-07-04T15:04:07.610Z Checking rustls-webpki v0.103.13
20242026-07-04T15:04:07.681Z Checking inout v0.2.2
20252026-07-04T15:04:07.684Z Checking der v0.7.10
20262026-07-04T15:04:07.757Z Checking simd-adler32 v0.3.8
20272026-07-04T15:04:07.760Z Checking tempfile v3.25.0
20282026-07-04T15:04:07.893Z Checking openssl-probe v0.2.1
20292026-07-04T15:04:07.893Z Checking plain v0.2.3
20302026-07-04T15:04:08.003Z Checking adler2 v2.0.1
20312026-07-04T15:04:08.048Z Checking cipher v0.5.2
20322026-07-04T15:04:08.052Z Checking regex v1.12.3
20332026-07-04T15:04:08.052Z Checking serde_urlencoded v0.7.1
20342026-07-04T15:04:08.155Z Checking camino v1.2.2
20352026-07-04T15:04:08.159Z Checking rustls v0.23.41
20362026-07-04T15:04:08.159Z Checking miniz_oxide v0.8.9
20372026-07-04T15:04:08.310Z Checking encoding_rs v0.8.35
20382026-07-04T15:04:08.355Z Checking ucd-trie v0.1.7
20392026-07-04T15:04:08.393Z Checking rand_chacha v0.3.1
20402026-07-04T15:04:08.440Z Checking oxnet v0.1.6
20412026-07-04T15:04:08.490Z Checking spki v0.7.3
20422026-07-04T15:04:08.530Z Checking pest v2.8.6
20432026-07-04T15:04:08.581Z Checking sync_wrapper v1.0.2
20442026-07-04T15:04:08.632Z Checking rand v0.8.6
20452026-07-04T15:04:08.694Z Checking either v1.15.0
20462026-07-04T15:04:08.735Z Checking tower v0.5.3
20472026-07-04T15:04:08.739Z Checking futures-executor v0.3.32
20482026-07-04T15:04:08.915Z Checking crc32fast v1.5.0
20492026-07-04T15:04:08.957Z Checking iri-string v0.7.10
20502026-07-04T15:04:09.089Z Checking futures v0.3.32
20512026-07-04T15:04:09.167Z Checking foldhash v0.2.0
20522026-07-04T15:04:09.207Z Checking static_assertions v1.1.0
20532026-07-04T15:04:09.211Z Checking pkcs8 v0.10.2
20542026-07-04T15:04:09.289Z Checking openapiv3 v2.2.0
20552026-07-04T15:04:09.328Z Checking hubpack v0.1.2
20562026-07-04T15:04:09.364Z Checking hashbrown v0.16.1
20572026-07-04T15:04:09.429Z Checking zlib-rs v0.6.2
20582026-07-04T15:04:09.524Z Checking rustls-native-certs v0.8.3
20592026-07-04T15:04:09.563Z Checking hyper v1.10.1
20602026-07-04T15:04:09.642Z Checking sha2 v0.10.9
20612026-07-04T15:04:09.687Z Checking strum v0.26.3
20622026-07-04T15:04:09.843Z Checking psl-types v2.0.11
20632026-07-04T15:04:09.907Z Checking lazy_static v1.5.0
20642026-07-04T15:04:09.964Z Checking cookie v0.18.1
20652026-07-04T15:04:10.003Z Checking publicsuffix v2.3.0
20662026-07-04T15:04:10.043Z Checking tinyvec_macros v0.1.1
20672026-07-04T15:04:10.046Z Checking tower-http v0.6.8
20682026-07-04T15:04:10.143Z Checking tinyvec v1.10.0
20692026-07-04T15:04:10.198Z Checking scroll v0.13.0
20702026-07-04T15:04:10.236Z Checking cookie_store v0.22.1
20712026-07-04T15:04:10.365Z Checking flate2 v1.1.9
20722026-07-04T15:04:10.404Z Checking signature v2.2.0
20732026-07-04T15:04:10.459Z Checking goblin v0.10.5
20742026-07-04T15:04:10.497Z Checking num-integer v0.1.46
20752026-07-04T15:04:10.563Z Checking memmap2 v0.9.10
20762026-07-04T15:04:10.603Z Checking bit-vec v0.8.0
20772026-07-04T15:04:10.606Z Checking hyper-util v0.1.20
20782026-07-04T15:04:10.639Z Checking tokio-rustls v0.26.4
20792026-07-04T15:04:10.711Z Checking rustls-platform-verifier v0.6.2
20802026-07-04T15:04:10.715Z Checking data-encoding v2.10.0
20812026-07-04T15:04:10.783Z Checking dtrace-parser v0.3.0
20822026-07-04T15:04:10.787Z Checking hmac v0.12.1
20832026-07-04T15:04:10.853Z Checking bit-set v0.8.0
20842026-07-04T15:04:10.893Z Checking wait-timeout v0.2.1
20852026-07-04T15:04:10.930Z Checking thread-id v5.1.0
20862026-07-04T15:04:10.977Z Checking bstr v1.12.1
20872026-07-04T15:04:11.031Z Checking crossbeam-epoch v0.9.18
20882026-07-04T15:04:11.072Z Checking anstyle-parse v0.2.7
20892026-07-04T15:04:11.075Z Checking ahash v0.8.12
20902026-07-04T15:04:11.075Z Checking serde_spanned v0.6.9
20912026-07-04T15:04:11.075Z Checking toml_datetime v0.6.11
20922026-07-04T15:04:11.257Z Checking quick-error v1.2.3
20932026-07-04T15:04:11.297Z Checking anstream v0.6.21
20942026-07-04T15:04:11.301Z Checking rand_xorshift v0.4.0
20952026-07-04T15:04:11.370Z Checking memoffset v0.9.1
20962026-07-04T15:04:11.411Z Checking rusty-fork v0.3.1
20972026-07-04T15:04:11.415Z Checking scroll v0.12.0
20982026-07-04T15:04:11.415Z Checking unarray v0.1.4
20992026-07-04T15:04:11.517Z Checking x509-cert v0.2.5
21002026-07-04T15:04:11.520Z Checking zerocopy v0.7.35
21012026-07-04T15:04:11.590Z Checking unicode-segmentation v1.12.0
21022026-07-04T15:04:11.593Z Checking num-iter v0.1.45
21032026-07-04T15:04:11.663Z Checking proptest v1.10.0
21042026-07-04T15:04:11.733Z Checking goblin v0.8.2
21052026-07-04T15:04:11.771Z Checking dtrace-parser v0.2.0
21062026-07-04T15:04:11.941Z Checking ff v0.13.1
21072026-07-04T15:04:11.981Z Checking hyper-rustls v0.27.7
21082026-07-04T15:04:12.040Z Checking thread-id v4.2.2
21092026-07-04T15:04:12.083Z Checking base16ct v0.2.0
21102026-07-04T15:04:12.120Z Checking foreign-types-shared v0.1.1
21112026-07-04T15:04:12.158Z Checking group v0.13.0
21122026-07-04T15:04:12.198Z Checking nix v0.31.2
21132026-07-04T15:04:12.237Z Checking foreign-types v0.3.2
21142026-07-04T15:04:12.240Z Checking reqwest v0.13.2
21152026-07-04T15:04:12.240Z Checking sec1 v0.7.3
21162026-07-04T15:04:12.349Z Checking hkdf v0.12.4
21172026-07-04T15:04:12.352Z Checking crypto-bigint v0.5.5
21182026-07-04T15:04:12.510Z Checking rustix v0.38.44
21192026-07-04T15:04:12.551Z Checking openssl-sys v0.9.115
21202026-07-04T15:04:12.836Z Checking dof v0.4.0
21212026-07-04T15:04:12.959Z Checking env_filter v1.0.0
21222026-07-04T15:04:13.139Z Checking keccak v0.1.6
21232026-07-04T15:04:13.180Z Checking winnow v0.7.14
21242026-07-04T15:04:13.332Z Checking same-file v1.0.6
21252026-07-04T15:04:13.372Z Checking sha3 v0.10.8
21262026-07-04T15:04:13.375Z Checking elliptic-curve v0.13.8
21272026-07-04T15:04:13.464Z Checking env_logger v0.11.9
21282026-07-04T15:04:13.501Z Checking walkdir v2.5.0
21292026-07-04T15:04:13.540Z Checking usdt-impl v0.6.0
21302026-07-04T15:04:13.544Z Checking newtype-uuid v1.3.2
21312026-07-04T15:04:13.615Z Checking openssl v0.10.79
21322026-07-04T15:04:13.679Z Checking num-bigint-dig v0.8.6
21332026-07-04T15:04:13.718Z Checking pkcs1 v0.7.5
21342026-07-04T15:04:13.721Z Checking dof v0.3.0
21352026-07-04T15:04:13.791Z Checking itertools v0.13.0
21362026-07-04T15:04:13.828Z Checking daft v0.1.7
21372026-07-04T15:04:13.867Z Checking usdt v0.6.0
21382026-07-04T15:04:13.955Z Checking serde_with v3.17.0
21392026-07-04T15:04:14.060Z Checking usdt-impl v0.5.0
21402026-07-04T15:04:14.063Z Checking winnow v1.0.3
21412026-07-04T15:04:14.132Z Checking bitflags v1.3.2
21422026-07-04T15:04:14.237Z Checking siphasher v1.0.2
21432026-07-04T15:04:14.376Z Checking unicode-normalization v0.1.25
21442026-07-04T15:04:14.422Z Checking toml_parser v1.1.2+spec-1.1.0
21452026-07-04T15:04:14.426Z Checking signal-hook v0.3.18
21462026-07-04T15:04:14.426Z Checking managed v0.8.0
21472026-07-04T15:04:14.537Z Checking rsa v0.9.10
21482026-07-04T15:04:14.647Z Checking toml_write v0.1.2
21492026-07-04T15:04:14.710Z Checking winnow v0.5.40
21502026-07-04T15:04:14.812Z Checking chacha20 v0.10.0
21512026-07-04T15:04:14.851Z Checking curve25519-dalek v4.1.3
21522026-07-04T15:04:14.886Z Checking toml_edit v0.22.27
21532026-07-04T15:04:14.925Z Checking bzip2-sys v0.1.13+1.0.8
21542026-07-04T15:04:15.042Z Checking object v0.37.3
21552026-07-04T15:04:15.082Z Checking foldhash v0.1.5
21562026-07-04T15:04:15.120Z Checking bzip2 v0.4.4
21572026-07-04T15:04:15.250Z Checking hashbrown v0.15.5
21582026-07-04T15:04:15.317Z Checking signal-hook-mio v0.2.5
21592026-07-04T15:04:15.431Z Checking globset v0.4.18
21602026-07-04T15:04:15.471Z Checking ed25519 v2.2.3
21612026-07-04T15:04:15.672Z Checking ref-cast v1.0.25
21622026-07-04T15:04:15.711Z Checking zstd-sys v2.0.16+zstd.1.5.7
21632026-07-04T15:04:15.750Z Checking ed25519-dalek v2.2.0
21642026-07-04T15:04:15.754Z Checking native-tls v0.2.18
21652026-07-04T15:04:15.822Z Checking zip v0.6.6
21662026-07-04T15:04:15.826Z Checking pin-project v1.1.11
21672026-07-04T15:04:15.894Z Checking zstd-safe v7.2.4
21682026-07-04T15:04:15.930Z Checking toml_edit v0.19.15
21692026-07-04T15:04:15.979Z Checking libbz2-rs-sys v0.2.2
21702026-07-04T15:04:16.019Z Checking tokio-native-tls v0.3.1
21712026-07-04T15:04:16.023Z Checking bumpalo v3.20.2
21722026-07-04T15:04:16.023Z Checking crossterm v0.28.1
21732026-07-04T15:04:16.122Z Checking zstd v0.13.3
21742026-07-04T15:04:16.182Z Checking similar v2.7.0
21752026-07-04T15:04:16.223Z Checking hyper-tls v0.6.0
21762026-07-04T15:04:16.318Z Checking zopfli v0.8.3
21772026-07-04T15:04:16.357Z Checking fs-err v3.3.0
21782026-07-04T15:04:16.409Z Checking bzip2 v0.6.1
21792026-07-04T15:04:16.449Z Checking reqwest v0.12.28
21802026-07-04T15:04:16.600Z Checking pem v3.0.6
21812026-07-04T15:04:16.641Z Checking hash32 v0.2.1
21822026-07-04T15:04:16.678Z Checking serde-big-array v0.5.1
21832026-07-04T15:04:16.715Z Checking unicode-bidi v0.3.18
21842026-07-04T15:04:16.790Z Checking jiff v0.2.21
21852026-07-04T15:04:16.793Z Checking predicates-core v1.0.10
21862026-07-04T15:04:16.866Z Checking unicode-properties v0.1.4
21872026-07-04T15:04:16.870Z Checking heapless v0.7.17
21882026-07-04T15:04:16.982Z Checking snafu v0.8.9
21892026-07-04T15:04:17.020Z Checking toml v0.7.8
21902026-07-04T15:04:17.056Z Checking olpc-cjson v0.1.4
21912026-07-04T15:04:17.092Z Checking stringprep v0.1.5
21922026-07-04T15:04:17.222Z Checking hickory-proto v0.25.2
21932026-07-04T15:04:17.263Z Checking md-5 v0.10.6
21942026-07-04T15:04:17.267Z Checking serde_plain v1.0.2
21952026-07-04T15:04:17.334Z Checking float-cmp v0.10.0
21962026-07-04T15:04:17.372Z Checking typed-path v0.9.3
21972026-07-04T15:04:17.375Z Checking normalize-line-endings v0.3.0
21982026-07-04T15:04:17.445Z Checking difflib v0.4.0
21992026-07-04T15:04:17.448Z Checking fallible-iterator v0.2.0
22002026-07-04T15:04:17.518Z Checking smoltcp v0.9.1
22012026-07-04T15:04:17.521Z Checking iddqd v0.4.2
22022026-07-04T15:04:17.590Z Checking phf_shared v0.11.3
22032026-07-04T15:04:17.652Z Checking predicates v3.1.4
22042026-07-04T15:04:17.766Z Checking phf_shared v0.13.1
22052026-07-04T15:04:17.804Z Checking postgres-protocol v0.6.10
22062026-07-04T15:04:17.985Z Checking tokio-stream v0.1.18
22072026-07-04T15:04:18.026Z Checking buf-list v1.1.2
22082026-07-04T15:04:18.159Z Checking strum v0.27.2
22092026-07-04T15:04:18.199Z Checking tough v0.22.0
22102026-07-04T15:04:18.203Z Checking new_debug_unreachable v1.0.6
22112026-07-04T15:04:18.272Z Checking fixedbitset v0.5.7
22122026-07-04T15:04:18.310Z Checking fixedbitset v0.4.2
22132026-07-04T15:04:18.347Z Checking lalrpop-util v0.19.12
22142026-07-04T15:04:18.397Z Checking precomputed-hash v0.1.1
22152026-07-04T15:04:18.466Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22162026-07-04T15:04:18.506Z Checking petgraph v0.6.5
22172026-07-04T15:04:18.509Z Checking petgraph v0.8.3
22182026-07-04T15:04:18.579Z Checking string_cache v0.8.9
22192026-07-04T15:04:18.583Z Checking postgres-types v0.2.12
22202026-07-04T15:04:18.811Z Checking phf v0.13.1
22212026-07-04T15:04:18.924Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22222026-07-04T15:04:18.994Z Checking peg-runtime v0.8.5
22232026-07-04T15:04:19.102Z Checking zip v4.6.1
22242026-07-04T15:04:19.169Z Checking whoami v2.1.0
22252026-07-04T15:04:19.335Z Checking is-terminal v0.4.17
22262026-07-04T15:04:19.395Z Checking tokio-postgres v0.7.16
22272026-07-04T15:04:19.462Z Checking crossbeam-channel v0.5.15
22282026-07-04T15:04:19.719Z Checking thread_local v1.1.9
22292026-07-04T15:04:19.817Z Compiling structmeta-derive v0.3.0
22302026-07-04T15:04:19.859Z Checking take_mut v0.2.2
22312026-07-04T15:04:19.939Z Checking term v1.2.1
22322026-07-04T15:04:19.997Z Checking slog-async v2.8.0
22332026-07-04T15:04:20.170Z Compiling newtype-uuid-macros v0.1.0
22342026-07-04T15:04:20.211Z Checking slog-term v2.9.2
22352026-07-04T15:04:20.213Z Compiling multer v3.1.0
22362026-07-04T15:04:20.251Z Compiling async-stream-impl v0.3.6
22372026-07-04T15:04:20.367Z Checking match_cfg v0.1.0
22382026-07-04T15:04:20.470Z Checking hostname v0.3.1
22392026-07-04T15:04:20.514Z Checking slog-json v2.6.1
22402026-07-04T15:04:20.604Z Compiling dropshot v0.17.1
22412026-07-04T15:04:20.643Z Compiling dropshot_endpoint v0.17.1
22422026-07-04T15:04:20.707Z Checking slog-bunyan v2.5.0
22432026-07-04T15:04:20.752Z Checking debug-ignore v1.0.5
22442026-07-04T15:04:20.873Z Checking progenitor-client v0.14.0
22452026-07-04T15:04:20.946Z Checking sha1 v0.11.0
22462026-07-04T15:04:20.949Z Checking serde_spanned v1.1.1
22472026-07-04T15:04:20.949Z Compiling structmeta v0.3.0
22482026-07-04T15:04:21.056Z Checking serde_path_to_error v0.1.20
22492026-07-04T15:04:21.059Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22502026-07-04T15:04:21.128Z Checking toml_datetime v1.1.1+spec-1.1.0
22512026-07-04T15:04:21.166Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22522026-07-04T15:04:21.169Z Checking compression-core v0.4.31
22532026-07-04T15:04:21.169Z Checking toml_writer v1.1.1+spec-1.1.0
22542026-07-04T15:04:21.278Z Compiling derive-ex v0.1.8
22552026-07-04T15:04:21.351Z Checking async-stream v0.3.6
22562026-07-04T15:04:21.423Z Checking toml v1.1.2+spec-1.1.0
22572026-07-04T15:04:21.423Z Checking compression-codecs v0.4.37
22582026-07-04T15:04:21.512Z Checking rustls-pemfile v2.2.0
22592026-07-04T15:04:21.555Z Checking waitgroup v0.1.2
22602026-07-04T15:04:21.604Z Checking hostname v0.4.2
22612026-07-04T15:04:21.643Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22622026-07-04T15:04:21.682Z Checking async-compression v0.4.41
22632026-07-04T15:04:21.718Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22642026-07-04T15:04:21.755Z Checking atomicwrites v0.4.4
22652026-07-04T15:04:21.758Z Checking itertools v0.14.0
22662026-07-04T15:04:21.825Z Compiling parse-display-derive v0.10.0
22672026-07-04T15:04:21.888Z Checking macaddr v1.0.1
22682026-07-04T15:04:21.928Z Checking regress v0.10.5
22692026-07-04T15:04:21.967Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22702026-07-04T15:04:22.038Z Checking instant v0.1.13
22712026-07-04T15:04:22.101Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22722026-07-04T15:04:22.156Z Checking backoff v0.4.0
22732026-07-04T15:04:22.370Z Checking backon v1.6.0
22742026-07-04T15:04:22.410Z Checking humantime v2.3.0
22752026-07-04T15:04:22.449Z Checking unicode-width v0.2.0
22762026-07-04T15:04:22.567Z Checking progenitor-extras v0.2.0
22772026-07-04T15:04:22.624Z Compiling convert_case v0.4.0
22782026-07-04T15:04:22.764Z Checking heck v0.5.0
22792026-07-04T15:04:22.823Z Checking half v2.7.1
22802026-07-04T15:04:22.893Z Checking ciborium-io v0.2.2
22812026-07-04T15:04:22.931Z Checking secrecy v0.10.3
22822026-07-04T15:04:22.993Z Compiling test-strategy v0.4.5
22832026-07-04T15:04:23.032Z Checking camino-tempfile v1.4.1
22842026-07-04T15:04:23.066Z Compiling derive_more v0.99.20
22852026-07-04T15:04:23.102Z Compiling regress v0.11.1
22862026-07-04T15:04:23.138Z Checking ciborium-ll v0.2.2
22872026-07-04T15:04:23.215Z Checking indent_write v2.2.0
22882026-07-04T15:04:23.345Z Checking ciborium v0.2.2
22892026-07-04T15:04:23.428Z Compiling crucible-workspace-hack v0.1.0
22902026-07-04T15:04:23.568Z Checking parse-display v0.10.0
22912026-07-04T15:04:23.706Z Compiling unsafe-libyaml v0.2.11
22922026-07-04T15:04:23.801Z Checking inout v0.1.4
22932026-07-04T15:04:23.854Z Checking universal-hash v0.5.1
22942026-07-04T15:04:23.969Z Checking cipher v0.4.4
22952026-07-04T15:04:24.011Z Compiling thiserror-impl-no-std v2.0.2
22962026-07-04T15:04:24.209Z Checking swrite v0.1.0
22972026-07-04T15:04:24.336Z Compiling serde_yaml v0.9.34+deprecated
22982026-07-04T15:04:24.479Z Checking opaque-debug v0.3.1
22992026-07-04T15:04:24.516Z Checking chacha20 v0.9.1
23002026-07-04T15:04:24.553Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23012026-07-04T15:04:24.590Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23022026-07-04T15:04:24.746Z Compiling typify-impl v0.6.2
23032026-07-04T15:04:24.970Z Checking poly1305 v0.8.0
23042026-07-04T15:04:25.045Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23052026-07-04T15:04:25.277Z Checking blake2 v0.10.6
23062026-07-04T15:04:25.314Z Checking thiserror-no-std v2.0.2
23072026-07-04T15:04:25.433Z Checking aead v0.5.2
23082026-07-04T15:04:25.556Z Checking password-hash v0.5.0
23092026-07-04T15:04:25.614Z Checking chacha20poly1305 v0.10.1
23102026-07-04T15:04:25.747Z Checking vsss-rs v3.3.4
23112026-07-04T15:04:25.786Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23122026-07-04T15:04:25.828Z Checking argon2 v0.5.3
23132026-07-04T15:04:25.891Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23142026-07-04T15:04:26.216Z Checking byte-wrapper v0.1.0
23152026-07-04T15:04:26.254Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23162026-07-04T15:04:26.258Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23172026-07-04T15:04:26.325Z Checking crossbeam-deque v0.8.6
23182026-07-04T15:04:26.456Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23192026-07-04T15:04:26.494Z Compiling rayon-core v1.13.0
23202026-07-04T15:04:26.530Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23212026-07-04T15:04:26.568Z Compiling toml_datetime v0.7.5+spec-1.1.0
23222026-07-04T15:04:26.855Z Compiling toml_edit v0.23.10+spec-1.0.0
23232026-07-04T15:04:26.902Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23242026-07-04T15:04:27.135Z Compiling proc-macro-error v1.0.4
23252026-07-04T15:04:27.208Z Checking rayon v1.11.0
23262026-07-04T15:04:27.481Z Compiling proc-macro-crate v3.4.0
23272026-07-04T15:04:27.897Z Checking tabwriter v1.4.1
23282026-07-04T15:04:27.953Z Checking toml v0.8.23
23292026-07-04T15:04:28.025Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23302026-07-04T15:04:28.071Z Compiling num_enum_derive v0.7.6
23312026-07-04T15:04:28.113Z Checking glob v0.3.3
23322026-07-04T15:04:28.117Z Compiling heapless v0.8.0
23332026-07-04T15:04:28.196Z Checking colored v3.1.1
23342026-07-04T15:04:28.313Z Compiling ingot-macros v0.1.1
23352026-07-04T15:04:28.351Z Checking hash32 v0.3.1
23362026-07-04T15:04:28.434Z Compiling smoltcp v0.11.0
23372026-07-04T15:04:28.526Z Checking unicode-width v0.1.14
23382026-07-04T15:04:28.692Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23392026-07-04T15:04:28.814Z Checking cobs v0.3.0
23402026-07-04T15:04:28.900Z Compiling usdt-attr-macro v0.5.0
23412026-07-04T15:04:28.942Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23422026-07-04T15:04:29.016Z Compiling usdt-macro v0.5.0
23432026-07-04T15:04:29.061Z Checking memmap v0.7.0
23442026-07-04T15:04:29.157Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23452026-07-04T15:04:29.194Z Checking num_enum v0.7.6
23462026-07-04T15:04:29.346Z Checking postcard v1.1.3
23472026-07-04T15:04:29.431Z Compiling typify-macro v0.6.2
23482026-07-04T15:04:29.478Z Checking rand v0.10.1
23492026-07-04T15:04:29.678Z Compiling proc-macro-crate v1.3.1
23502026-07-04T15:04:29.743Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23512026-07-04T15:04:29.797Z Checking usdt v0.5.0
23522026-07-04T15:04:30.031Z Checking sigpipe v0.1.3
23532026-07-04T15:04:30.071Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23542026-07-04T15:04:30.074Z Compiling foreign-types-macros v0.2.3
23552026-07-04T15:04:30.146Z Checking foreign-types-shared v0.3.1
23562026-07-04T15:04:30.183Z Compiling num_enum_derive v0.5.11
23572026-07-04T15:04:30.431Z Checking cstr-argument v0.1.2
23582026-07-04T15:04:30.481Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23592026-07-04T15:04:30.536Z Compiling num-derive v0.4.2
23602026-07-04T15:04:30.586Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23612026-07-04T15:04:30.757Z Checking foreign-types v0.5.0
23622026-07-04T15:04:30.869Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23632026-07-04T15:04:30.968Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23642026-07-04T15:04:31.098Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23652026-07-04T15:04:31.136Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23662026-07-04T15:04:31.222Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23672026-07-04T15:04:31.282Z Checking num_enum v0.5.11
23682026-07-04T15:04:31.319Z Checking ingot-types v0.1.2
23692026-07-04T15:04:31.322Z Compiling typify v0.6.2
23702026-07-04T15:04:31.420Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23712026-07-04T15:04:31.458Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23722026-07-04T15:04:31.461Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23732026-07-04T15:04:31.529Z Compiling progenitor-impl v0.14.0
23742026-07-04T15:04:31.633Z Compiling zone_cfg_derive v0.3.1
23752026-07-04T15:04:31.689Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23762026-07-04T15:04:31.726Z Checking ingot v0.1.1
23772026-07-04T15:04:31.857Z Checking itertools v0.12.1
23782026-07-04T15:04:31.895Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23792026-07-04T15:04:32.185Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23802026-07-04T15:04:32.379Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23812026-07-04T15:04:32.469Z Checking smf v0.2.3
23822026-07-04T15:04:32.510Z Checking whoami v1.6.1
23832026-07-04T15:04:32.513Z Checking tokio-dtrace v0.1.1
23842026-07-04T15:04:32.631Z Compiling derive-where v1.6.0
23852026-07-04T15:04:32.715Z Checking console v0.15.11
23862026-07-04T15:04:32.753Z Checking newline-converter v0.3.0
23872026-07-04T15:04:32.788Z Checking oxide-tokio-rt v0.1.4
23882026-07-04T15:04:32.895Z Checking bytecount v0.6.9
23892026-07-04T15:04:32.935Z Checking zone v0.3.1
23902026-07-04T15:04:32.991Z Compiling owo-colors v4.3.0
23912026-07-04T15:04:33.031Z Compiling cancel-safe-futures v0.1.5
23922026-07-04T15:04:33.034Z Checking expectorate v1.2.0
23932026-07-04T15:04:33.227Z Checking libsw-core v0.3.2
23942026-07-04T15:04:33.324Z Checking num-rational v0.4.2
23952026-07-04T15:04:33.400Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23962026-07-04T15:04:33.473Z Checking libsw v3.5.0
23972026-07-04T15:04:33.624Z Checking num-complex v0.4.6
23982026-07-04T15:04:33.732Z Checking linear-map v1.2.0
23992026-07-04T15:04:33.916Z Checking float-ord v0.3.2
24002026-07-04T15:04:33.953Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24012026-07-04T15:04:33.991Z Checking gethostname v0.5.0
24022026-07-04T15:04:33.994Z Checking num v0.4.3
24032026-07-04T15:04:34.062Z Compiling prettyplease v0.2.37
24042026-07-04T15:04:34.097Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24052026-07-04T15:04:34.133Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24062026-07-04T15:04:34.137Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24072026-07-04T15:04:34.203Z Compiling progenitor-macro v0.14.0
24082026-07-04T15:04:34.358Z Checking resolv-conf v0.7.6
24092026-07-04T15:04:34.543Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24102026-07-04T15:04:34.581Z Checking unicode-linebreak v0.1.5
24112026-07-04T15:04:34.617Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
24122026-07-04T15:04:34.847Z Checking smawk v0.3.2
24132026-07-04T15:04:35.031Z Checking papergrid v0.11.0
24142026-07-04T15:04:35.680Z Compiling tabled_derive v0.7.0
24152026-07-04T15:04:35.719Z Compiling convert_case v0.10.0
24162026-07-04T15:04:35.755Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
24172026-07-04T15:04:35.854Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24182026-07-04T15:04:36.012Z Compiling slog-dtrace v0.3.0
24192026-07-04T15:04:36.066Z Compiling derive_more-impl v2.1.1
24202026-07-04T15:04:36.107Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24212026-07-04T15:04:36.334Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24222026-07-04T15:04:36.425Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24232026-07-04T15:04:36.726Z Checking tabled v0.15.0
24242026-07-04T15:04:36.917Z Checking derive_more v2.1.1
24252026-07-04T15:04:37.030Z Checking crossterm v0.29.0
24262026-07-04T15:04:37.216Z Checking linked-hash-map v0.5.6
24272026-07-04T15:04:37.414Z Checking lru-cache v0.1.2
24282026-07-04T15:04:37.733Z Checking hickory-proto v0.24.4
24292026-07-04T15:04:37.809Z Checking fd-lock v4.0.4
24302026-07-04T15:04:38.031Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24312026-07-04T15:04:38.432Z Checking vte v0.14.1
24322026-07-04T15:04:38.696Z Checking display-error-chain v0.2.2
24332026-07-04T15:04:38.791Z Checking strip-ansi-escapes v0.2.1
24342026-07-04T15:04:38.869Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
24352026-07-04T15:04:39.098Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24362026-07-04T15:04:39.192Z Checking progenitor v0.14.0
24372026-07-04T15:04:39.359Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24382026-07-04T15:04:39.941Z Checking termtree v0.5.1
24392026-07-04T15:04:40.066Z Checking nu-ansi-term v0.50.3
24402026-07-04T15:04:40.173Z Checking hickory-resolver v0.24.4
24412026-07-04T15:04:40.247Z Checking textwrap v0.16.2
24422026-07-04T15:04:40.316Z Checking reedline v0.40.0
24432026-07-04T15:04:40.498Z Compiling minimal-lexical v0.2.1
24442026-07-04T15:04:40.554Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24452026-07-04T15:04:40.794Z Compiling nom v7.1.3
24462026-07-04T15:04:40.960Z Checking qorb v0.4.1
24472026-07-04T15:04:41.049Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24482026-07-04T15:04:41.197Z Compiling unicode-xid v0.2.6
24492026-07-04T15:04:41.362Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24502026-07-04T15:04:41.636Z Compiling ar_archive_writer v0.5.1
24512026-07-04T15:04:41.797Z Checking csv-core v0.1.13
24522026-07-04T15:04:42.025Z Checking csv v1.4.0
24532026-07-04T15:04:42.187Z Compiling stacker v0.1.23
24542026-07-04T15:04:42.225Z Compiling cfg_aliases v0.1.1
24552026-07-04T15:04:42.228Z Checking highway v1.3.0
24562026-07-04T15:04:42.336Z Compiling semver v0.1.20
24572026-07-04T15:04:42.426Z Compiling nix v0.28.0
24582026-07-04T15:04:42.538Z Checking nibble_vec v0.1.0
24592026-07-04T15:04:42.543Z Compiling psm v0.1.30
24602026-07-04T15:04:42.609Z Compiling rustc_version v0.1.7
24612026-07-04T15:04:42.661Z Checking endian-type v0.1.2
24622026-07-04T15:04:42.702Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24632026-07-04T15:04:42.825Z Checking radix_trie v0.2.1
24642026-07-04T15:04:42.896Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24652026-07-04T15:04:42.899Z Compiling newtype_derive v0.1.6
24662026-07-04T15:04:42.965Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24672026-07-04T15:04:43.103Z Checking phf_shared v0.12.1
24682026-07-04T15:04:43.141Z Compiling recursive-proc-macro-impl v0.1.1
24692026-07-04T15:04:43.295Z Compiling chrono-tz v0.10.4
24702026-07-04T15:04:43.447Z Checking phf v0.12.1
24712026-07-04T15:04:43.602Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24722026-07-04T15:04:43.606Z Checking recursive v0.1.1
24732026-07-04T15:04:43.606Z Compiling const_format_proc_macros v0.2.34
24742026-07-04T15:04:43.671Z Compiling peg-macros v0.8.5
24752026-07-04T15:04:43.706Z Checking nom v8.0.0
24762026-07-04T15:04:43.795Z Checking winnow v0.6.26
24772026-07-04T15:04:44.151Z Compiling sqlparser_derive v0.5.0
24782026-07-04T15:04:44.517Z Checking unicode_categories v0.1.1
24792026-07-04T15:04:44.604Z Checking home v0.5.12
24802026-07-04T15:04:44.715Z Checking const_format v0.2.35
24812026-07-04T15:04:44.752Z Checking rustyline v14.0.0
24822026-07-04T15:04:44.996Z Checking sqlparser v0.61.0
24832026-07-04T15:04:45.035Z Checking sqlformat v0.3.5
24842026-07-04T15:04:45.157Z Checking peg v0.8.5
24852026-07-04T15:04:45.369Z Checking bcs v0.1.6
24862026-07-04T15:04:45.511Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
24872026-07-04T15:04:45.547Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24882026-07-04T15:04:45.613Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
24892026-07-04T15:04:45.649Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
24902026-07-04T15:04:45.771Z Checking steno v0.4.1
24912026-07-04T15:04:45.809Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
24922026-07-04T15:04:45.956Z Checking sha1 v0.10.6
24932026-07-04T15:04:46.185Z Checking filetime v0.2.27
24942026-07-04T15:04:46.356Z Checking xattr v1.6.1
24952026-07-04T15:04:46.524Z Checking tar v0.4.45
24962026-07-04T15:04:46.672Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24972026-07-04T15:04:46.848Z Checking subprocess v0.2.15
24982026-07-04T15:04:46.887Z Checking headers-core v0.3.0
24992026-07-04T15:04:46.953Z Checking base64 v0.21.7
25002026-07-04T15:04:47.027Z Checking headers v0.4.1
25012026-07-04T15:04:47.177Z Checking yasna v0.5.2
25022026-07-04T15:04:47.237Z Checking dropshot-api-manager-types v0.7.2
25032026-07-04T15:04:47.451Z Checking tagptr v0.2.0
25042026-07-04T15:04:47.540Z Checking utf-8 v0.7.6
25052026-07-04T15:04:47.605Z Checking rcgen v0.12.1
25062026-07-04T15:04:47.641Z Checking moka v0.12.13
25072026-07-04T15:04:47.707Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25082026-07-04T15:04:47.810Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25092026-07-04T15:04:47.884Z Checking tungstenite v0.21.0
25102026-07-04T15:04:47.951Z Compiling libefi-sys v0.1.0
25112026-07-04T15:04:48.343Z Checking tokio-tungstenite v0.21.0
25122026-07-04T15:04:48.346Z Checking hickory-resolver v0.25.2
25132026-07-04T15:04:48.413Z Compiling bitfield-struct v0.6.2
25142026-07-04T15:04:48.660Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25152026-07-04T15:04:48.941Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25162026-07-04T15:04:49.094Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25172026-07-04T15:04:49.134Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25182026-07-04T15:04:49.368Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25192026-07-04T15:04:49.478Z Compiling radium v0.7.0
25202026-07-04T15:04:49.521Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25212026-07-04T15:04:49.632Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25222026-07-04T15:04:49.670Z Compiling maybe-uninit v2.0.0
25232026-07-04T15:04:49.705Z Checking tap v1.0.1
25242026-07-04T15:04:49.898Z Checking wyz v0.5.1
25252026-07-04T15:04:49.925Z Compiling zerocopy-derive v0.6.6
25262026-07-04T15:04:50.022Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25272026-07-04T15:04:50.025Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25282026-07-04T15:04:50.130Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25292026-07-04T15:04:50.166Z Compiling packed_struct v0.10.1
25302026-07-04T15:04:50.169Z Checking crc-catalog v2.4.0
25312026-07-04T15:04:50.236Z Checking funty v2.0.0
25322026-07-04T15:04:50.290Z Checking crc v3.4.0
25332026-07-04T15:04:50.578Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25342026-07-04T15:04:50.612Z Checking bitvec v1.0.1
25352026-07-04T15:04:50.648Z Compiling packed_struct_codegen v0.10.1
25362026-07-04T15:04:50.749Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25372026-07-04T15:04:50.825Z Checking zerocopy v0.6.6
25382026-07-04T15:04:51.150Z Compiling bitfield-macros v0.19.4
25392026-07-04T15:04:51.591Z Compiling indexmap v1.9.3
25402026-07-04T15:04:51.806Z Checking nodrop v0.1.14
25412026-07-04T15:04:51.889Z Checking smallvec v0.6.14
25422026-07-04T15:04:51.925Z Checking bitfield v0.19.4
25432026-07-04T15:04:51.959Z Checking array-init v0.0.4
25442026-07-04T15:04:52.116Z Checking hashbrown v0.12.3
25452026-07-04T15:04:52.230Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25462026-07-04T15:04:52.296Z Checking serde-hex v0.1.0
25472026-07-04T15:04:52.424Z Checking ron v0.8.1
25482026-07-04T15:04:52.922Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25492026-07-04T15:04:52.959Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25502026-07-04T15:04:52.995Z Checking hashbrown v0.13.2
25512026-07-04T15:04:53.093Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25522026-07-04T15:04:53.228Z Checking crc-any v2.5.0
25532026-07-04T15:04:53.396Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25542026-07-04T15:04:53.436Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25552026-07-04T15:04:53.470Z Checking object v0.30.4
25562026-07-04T15:04:53.616Z Checking path-slash v0.1.5
25572026-07-04T15:04:53.651Z Compiling xshell-macros v0.2.7
25582026-07-04T15:04:53.754Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25592026-07-04T15:04:54.125Z Checking xshell v0.2.7
25602026-07-04T15:04:54.159Z Checking half v1.8.3
25612026-07-04T15:04:54.195Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
25622026-07-04T15:04:54.312Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25632026-07-04T15:04:54.389Z Checking serde_cbor v0.11.2
25642026-07-04T15:04:54.447Z Compiling proc-macro-error-attr2 v2.0.0
25652026-07-04T15:04:54.814Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25662026-07-04T15:04:54.945Z Compiling proc-macro-error2 v2.0.1
25672026-07-04T15:04:55.057Z Compiling num-derive v0.3.3
25682026-07-04T15:04:55.165Z Checking maplit v1.0.2
25692026-07-04T15:04:55.282Z Checking papergrid v0.17.0
25702026-07-04T15:04:55.317Z Compiling tabled_derive v0.11.0
25712026-07-04T15:04:55.732Z Checking testing_table v0.3.0
25722026-07-04T15:04:55.865Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25732026-07-04T15:04:56.032Z Checking libscf-sys v1.1.0
25742026-07-04T15:04:56.144Z Compiling progenitor-impl v0.13.0
25752026-07-04T15:04:56.202Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25762026-07-04T15:04:56.358Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25772026-07-04T15:04:56.402Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25782026-07-04T15:04:56.441Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25792026-07-04T15:04:56.571Z Checking tabled v0.20.0
25802026-07-04T15:04:56.767Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
25812026-07-04T15:04:57.200Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25822026-07-04T15:04:57.427Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
25832026-07-04T15:04:57.534Z Checking progenitor-client v0.13.0
25842026-07-04T15:04:57.810Z Compiling git-stub v1.0.0
25852026-07-04T15:04:57.847Z Checking crc8 v0.1.1
25862026-07-04T15:04:57.883Z Checking unicase v2.9.0
25872026-07-04T15:04:57.979Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25882026-07-04T15:04:58.080Z Compiling git-stub-vcs v0.1.0
25892026-07-04T15:04:58.116Z Checking fxhash v0.2.1
25902026-07-04T15:04:58.268Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
25912026-07-04T15:04:58.342Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
25922026-07-04T15:04:58.464Z Compiling vergen-lib v0.1.6
25932026-07-04T15:04:58.720Z Compiling diesel_derives v2.3.7
25942026-07-04T15:04:58.791Z Compiling progenitor-macro v0.13.0
25952026-07-04T15:04:58.827Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
25962026-07-04T15:04:58.861Z Checking scheduled-thread-pool v0.2.7
25972026-07-04T15:04:58.982Z Compiling dsl_auto_type v0.2.0
25982026-07-04T15:04:59.027Z Compiling vergen-gitcl v1.0.8
25992026-07-04T15:04:59.062Z Compiling diesel_table_macro_syntax v0.3.0
26002026-07-04T15:04:59.189Z Checking r2d2 v0.8.10
26012026-07-04T15:04:59.305Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26022026-07-04T15:04:59.309Z Checking downcast-rs v2.0.2
26032026-07-04T15:04:59.372Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26042026-07-04T15:04:59.405Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26052026-07-04T15:04:59.695Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26062026-07-04T15:04:59.771Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26072026-07-04T15:04:59.919Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26082026-07-04T15:04:59.969Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26092026-07-04T15:05:00.016Z Checking kstat-rs v0.2.4
26102026-07-04T15:05:00.093Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26112026-07-04T15:05:00.128Z Checking arc-swap v1.8.2
26122026-07-04T15:05:00.244Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26132026-07-04T15:05:00.289Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26142026-07-04T15:05:00.395Z Checking slog-scope v4.4.1
26152026-07-04T15:05:00.576Z Compiling dirs-sys-next v0.1.2
26162026-07-04T15:05:00.613Z Compiling crunchy v0.2.4
26172026-07-04T15:05:00.754Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26182026-07-04T15:05:00.894Z Compiling parking_lot_core v0.8.6
26192026-07-04T15:05:00.978Z Compiling dirs-next v2.0.0
26202026-07-04T15:05:01.014Z Checking slog-stdlog v4.1.1
26212026-07-04T15:05:01.135Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26222026-07-04T15:05:01.173Z Compiling clang-sys v1.8.1
26232026-07-04T15:05:01.257Z Compiling tiny-keccak v2.0.2
26242026-07-04T15:05:01.620Z Checking slog-envlogger v2.2.0
26252026-07-04T15:05:01.665Z Compiling term v0.7.0
26262026-07-04T15:05:01.775Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26272026-07-04T15:05:01.810Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26282026-07-04T15:05:01.813Z Compiling bit-vec v0.6.3
26292026-07-04T15:05:02.093Z Compiling bit-set v0.5.3
26302026-07-04T15:05:02.128Z Compiling ascii-canvas v3.0.0
26312026-07-04T15:05:02.222Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26322026-07-04T15:05:02.293Z Checking parking_lot v0.11.2
26332026-07-04T15:05:02.326Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
26342026-07-04T15:05:02.399Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26352026-07-04T15:05:02.514Z Checking prefix-trie v0.7.0
26362026-07-04T15:05:02.549Z Compiling itertools v0.10.5
26372026-07-04T15:05:02.700Z Compiling ena v0.14.4
26382026-07-04T15:05:02.815Z Compiling libloading v0.8.9
26392026-07-04T15:05:02.882Z Compiling diff v0.1.13
26402026-07-04T15:05:02.886Z Compiling bindgen v0.71.1
26412026-07-04T15:05:02.951Z Compiling regex-syntax v0.6.29
26422026-07-04T15:05:03.236Z Checking hickory-server v0.25.2
26432026-07-04T15:05:03.509Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26442026-07-04T15:05:03.686Z Checking sled v0.34.7
26452026-07-04T15:05:03.798Z Checking progenitor v0.13.0
26462026-07-04T15:05:03.972Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26472026-07-04T15:05:04.122Z Compiling cexpr v0.6.0
26482026-07-04T15:05:04.536Z Compiling lalrpop v0.19.12
26492026-07-04T15:05:04.820Z Checking nanorand v0.7.0
26502026-07-04T15:05:04.962Z Compiling rustc-hash v2.1.1
26512026-07-04T15:05:05.064Z Checking diesel v2.3.7
26522026-07-04T15:05:05.099Z Compiling salty v0.3.0
26532026-07-04T15:05:05.134Z Checking flume v0.11.1
26542026-07-04T15:05:05.423Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26552026-07-04T15:05:05.468Z Compiling libxml v0.3.3
26562026-07-04T15:05:05.604Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26572026-07-04T15:05:06.013Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26582026-07-04T15:05:06.593Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26592026-07-04T15:05:06.817Z Compiling strum_macros v0.24.3
26602026-07-04T15:05:06.874Z Compiling fs-err v2.11.0
26612026-07-04T15:05:07.119Z Compiling indoc v1.0.9
26622026-07-04T15:05:07.607Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26632026-07-04T15:05:07.853Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26642026-07-04T15:05:08.043Z Checking quick-xml v0.37.5
26652026-07-04T15:05:08.208Z Checking derive_builder v0.20.2
26662026-07-04T15:05:08.244Z Compiling oso-derive v0.27.3
26672026-07-04T15:05:08.366Z Compiling impl-trait-for-tuples v0.2.3
26682026-07-04T15:05:08.790Z Compiling trait-variant v0.1.2
26692026-07-04T15:05:08.962Z Checking openssl-probe v0.1.6
26702026-07-04T15:05:09.374Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26712026-07-04T15:05:09.410Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26722026-07-04T15:05:10.005Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26732026-07-04T15:05:10.299Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26742026-07-04T15:05:10.704Z Checking rfc6979 v0.4.0
26752026-07-04T15:05:10.740Z Checking parse-size v1.1.0
26762026-07-04T15:05:10.828Z Checking assert_matches v1.5.0
26772026-07-04T15:05:10.864Z Checking ecdsa v0.16.9
26782026-07-04T15:05:10.898Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26792026-07-04T15:05:10.945Z Checking primeorder v0.13.6
26802026-07-04T15:05:11.224Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26812026-07-04T15:05:11.259Z Checking p384 v0.13.1
26822026-07-04T15:05:11.467Z Checking predicates-tree v1.0.13
26832026-07-04T15:05:11.623Z Checking bb8 v0.8.6
26842026-07-04T15:05:11.802Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
26852026-07-04T15:05:11.981Z Compiling mime_guess v2.0.5
26862026-07-04T15:05:11.985Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26872026-07-04T15:05:12.053Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26882026-07-04T15:05:12.135Z Checking http-range v0.1.5
26892026-07-04T15:05:12.381Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26902026-07-04T15:05:12.470Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26912026-07-04T15:05:12.634Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26922026-07-04T15:05:12.672Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
26932026-07-04T15:05:12.804Z Checking atty v0.2.14
26942026-07-04T15:05:12.840Z Checking corncobs v0.1.4
26952026-07-04T15:05:12.874Z Checking nonempty v0.12.0
26962026-07-04T15:05:12.960Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26972026-07-04T15:05:13.000Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26982026-07-04T15:05:13.073Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26992026-07-04T15:05:13.292Z Checking ignore v0.4.25
27002026-07-04T15:05:13.342Z Checking secrecy v0.8.0
27012026-07-04T15:05:13.404Z Checking hyper-staticfile v0.10.1
27022026-07-04T15:05:13.697Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27032026-07-04T15:05:13.734Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27042026-07-04T15:05:13.769Z Checking globwalk v0.9.1
27052026-07-04T15:05:13.983Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
27062026-07-04T15:05:14.060Z Compiling illumos-nvpair-sys v0.2.0
27072026-07-04T15:05:14.129Z Checking camino-tempfile-ext v0.3.3
27082026-07-04T15:05:14.224Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27092026-07-04T15:05:14.346Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27102026-07-04T15:05:14.381Z Checking signal-hook-tokio v0.3.1
27112026-07-04T15:05:14.546Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27122026-07-04T15:05:14.742Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27132026-07-04T15:05:14.855Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27142026-07-04T15:05:15.041Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27152026-07-04T15:05:15.261Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27162026-07-04T15:05:15.387Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27172026-07-04T15:05:15.426Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27182026-07-04T15:05:15.586Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27192026-07-04T15:05:15.652Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27202026-07-04T15:05:16.229Z Checking illumos-nvpair v0.3.0
27212026-07-04T15:05:16.429Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27222026-07-04T15:05:16.887Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27232026-07-04T15:05:17.303Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27242026-07-04T15:05:17.339Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27252026-07-04T15:05:17.392Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27262026-07-04T15:05:17.601Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27272026-07-04T15:05:17.639Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27282026-07-04T15:05:17.714Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
27292026-07-04T15:05:17.809Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
27302026-07-04T15:05:18.362Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27312026-07-04T15:05:18.536Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27322026-07-04T15:05:18.816Z Checking tungstenite v0.23.0
27332026-07-04T15:05:18.853Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27342026-07-04T15:05:18.890Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27352026-07-04T15:05:19.295Z Checking tokio-tungstenite v0.23.1
27362026-07-04T15:05:19.332Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27372026-07-04T15:05:19.602Z Checking rand_seeder v0.4.0
27382026-07-04T15:05:19.713Z Checking async-bb8-diesel v0.2.1
27392026-07-04T15:05:19.792Z Checking diesel-dtrace v0.5.0
27402026-07-04T15:05:19.829Z Checking void v1.0.2
27412026-07-04T15:05:19.974Z Checking lzss v0.8.2
27422026-07-04T15:05:20.059Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27432026-07-04T15:05:20.097Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27442026-07-04T15:05:20.131Z Checking nix v0.27.1
27452026-07-04T15:05:20.203Z Checking serde_bytes v0.11.19
27462026-07-04T15:05:20.274Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27472026-07-04T15:05:20.408Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27482026-07-04T15:05:20.443Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27492026-07-04T15:05:20.701Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27502026-07-04T15:05:21.120Z Checking is_ci v1.2.0
27512026-07-04T15:05:21.210Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27522026-07-04T15:05:21.423Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27532026-07-04T15:05:21.457Z Checking yansi v1.0.1
27542026-07-04T15:05:21.507Z Checking cpubits v0.1.1
27552026-07-04T15:05:21.617Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27562026-07-04T15:05:21.747Z Checking pretty_assertions v1.4.1
27572026-07-04T15:05:21.910Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27582026-07-04T15:05:21.946Z Checking pem-rfc7468 v1.0.0
27592026-07-04T15:05:22.151Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27602026-07-04T15:05:22.187Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27612026-07-04T15:05:22.429Z Compiling darling_core v0.23.0
27622026-07-04T15:05:22.582Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
27632026-07-04T15:05:23.463Z Compiling indoc v2.0.7
27642026-07-04T15:05:23.540Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27652026-07-04T15:05:23.788Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27662026-07-04T15:05:24.016Z Checking hmac v0.13.0
27672026-07-04T15:05:24.212Z Checking universal-hash v0.6.1
27682026-07-04T15:05:24.378Z Compiling libz-sys v1.1.24
27692026-07-04T15:05:24.558Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27702026-07-04T15:05:24.607Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27712026-07-04T15:05:24.811Z Compiling instability v0.3.11
27722026-07-04T15:05:25.027Z Compiling darling_macro v0.23.0
27732026-07-04T15:05:25.066Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27742026-07-04T15:05:25.195Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27752026-07-04T15:05:25.264Z Checking castaway v0.2.4
27762026-07-04T15:05:25.414Z Checking compact_str v0.8.1
27772026-07-04T15:05:25.593Z Compiling darling v0.23.0
27782026-07-04T15:05:25.838Z Checking polyval v0.7.1
27792026-07-04T15:05:26.056Z Checking der v0.8.0
27802026-07-04T15:05:26.279Z Checking supports-color v3.0.2
27812026-07-04T15:05:26.448Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27822026-07-04T15:05:26.526Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27832026-07-04T15:05:26.700Z Checking unicode-truncate v1.1.0
27842026-07-04T15:05:26.777Z Checking console v0.16.2
27852026-07-04T15:05:26.885Z Checking lru v0.12.5
27862026-07-04T15:05:26.925Z Compiling libgit2-sys v0.18.3+1.9.2
27872026-07-04T15:05:26.961Z Checking unit-prefix v0.5.2
27882026-07-04T15:05:27.076Z Checking cassowary v0.3.0
27892026-07-04T15:05:27.156Z Checking indicatif v0.18.4
27902026-07-04T15:05:27.249Z Checking ghash v0.6.0
27912026-07-04T15:05:27.321Z Checking ratatui v0.29.0
27922026-07-04T15:05:27.574Z Checking pbkdf2 v0.13.0
27932026-07-04T15:05:27.577Z Checking aes v0.9.1
27942026-07-04T15:05:27.732Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
27952026-07-04T15:05:28.068Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27962026-07-04T15:05:28.324Z Checking ctr v0.10.1
27972026-07-04T15:05:28.540Z Checking aead v0.6.1
27982026-07-04T15:05:28.701Z Checking sha2 v0.11.0
27992026-07-04T15:05:28.735Z Checking cargo-platform v0.3.2
28002026-07-04T15:05:28.955Z Checking cargo_metadata v0.23.1
28012026-07-04T15:05:28.992Z Checking aes-gcm v0.11.0
28022026-07-04T15:05:29.198Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28032026-07-04T15:05:29.473Z Checking spki v0.8.0
28042026-07-04T15:05:29.687Z Checking crypto-bigint v0.7.5
28052026-07-04T15:05:29.769Z Checking cbc v0.2.1
28062026-07-04T15:05:29.968Z Checking salsa20 v0.11.0
28072026-07-04T15:05:30.153Z Compiling vergen-git2 v9.1.0
28082026-07-04T15:05:30.398Z Checking plotters-backend v0.3.7
28092026-07-04T15:05:30.639Z Checking plotters-svg v0.3.7
28102026-07-04T15:05:30.865Z Checking scrypt v0.12.0
28112026-07-04T15:05:30.961Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28122026-07-04T15:05:31.061Z Checking cast v0.3.0
28132026-07-04T15:05:31.248Z Checking criterion-plot v0.6.0
28142026-07-04T15:05:31.252Z Checking pkcs5 v0.8.1
28152026-07-04T15:05:31.530Z Checking plotters v0.3.7
28162026-07-04T15:05:31.621Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28172026-07-04T15:05:32.046Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28182026-07-04T15:05:32.289Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28192026-07-04T15:05:32.327Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28202026-07-04T15:05:32.539Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28212026-07-04T15:05:32.610Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28222026-07-04T15:05:32.654Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28232026-07-04T15:05:32.781Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28242026-07-04T15:05:32.817Z Checking colored v2.2.0
28252026-07-04T15:05:32.894Z Checking tinytemplate v1.2.1
28262026-07-04T15:05:33.051Z Checking shell-words v1.1.1
28272026-07-04T15:05:33.145Z Checking anes v0.1.6
28282026-07-04T15:05:33.210Z Checking oorandom v11.1.5
28292026-07-04T15:05:33.357Z Checking criterion v0.7.0
28302026-07-04T15:05:33.520Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28312026-07-04T15:05:33.702Z Checking pkcs8 v0.11.0
28322026-07-04T15:05:33.945Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28332026-07-04T15:05:34.663Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28342026-07-04T15:05:35.238Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28352026-07-04T15:05:36.066Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28362026-07-04T15:05:36.877Z Checking tokio-test v0.4.5
28372026-07-04T15:05:37.123Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28382026-07-04T15:05:37.368Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28392026-07-04T15:05:37.459Z Checking twox-hash v2.1.2
28402026-07-04T15:05:37.784Z Checking ff v0.14.0
28412026-07-04T15:05:37.867Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28422026-07-04T15:05:37.956Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28432026-07-04T15:05:38.075Z Checking fatfs v0.3.6
28442026-07-04T15:05:38.572Z Checking signature v3.0.0
28452026-07-04T15:05:38.654Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28462026-07-04T15:05:38.759Z Compiling seq-macro v0.3.6
28472026-07-04T15:05:38.975Z Checking base16ct v1.0.0
28482026-07-04T15:05:39.143Z Checking sec1 v0.8.1
28492026-07-04T15:05:39.320Z Checking group v0.14.0
28502026-07-04T15:05:39.382Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28512026-07-04T15:05:39.508Z Checking hkdf v0.13.0
28522026-07-04T15:05:39.679Z Compiling petname v2.0.2
28532026-07-04T15:05:40.036Z Checking elliptic-curve v0.14.0-rc.33
28542026-07-04T15:05:40.232Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28552026-07-04T15:05:40.397Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28562026-07-04T15:05:40.447Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28572026-07-04T15:05:40.548Z Checking concurrent-queue v2.5.0
28582026-07-04T15:05:40.773Z Checking rtoolbox v0.0.3
28592026-07-04T15:05:40.937Z Checking parking v2.2.1
28602026-07-04T15:05:41.091Z Checking event-listener v5.4.1
28612026-07-04T15:05:41.351Z Checking rpassword v7.4.0
28622026-07-04T15:05:41.770Z Checking tui-tree-widget v0.23.1
28632026-07-04T15:05:41.916Z Checking rfc6979 v0.5.0
28642026-07-04T15:05:41.991Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28652026-07-04T15:05:42.088Z Checking sapling-renderdag v0.1.0
28662026-07-04T15:05:42.186Z Checking sync-ptr v0.1.4
28672026-07-04T15:05:42.338Z Checking ecdsa v0.17.0-rc.18
28682026-07-04T15:05:42.373Z Checking event-listener-strategy v0.5.4
28692026-07-04T15:05:42.543Z Checking primeorder v0.14.0-rc.10
28702026-07-04T15:05:42.753Z Checking primefield v0.14.0
28712026-07-04T15:05:42.879Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28722026-07-04T15:05:42.995Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28732026-07-04T15:05:43.241Z Compiling curve25519-dalek v5.0.0-rc.0
28742026-07-04T15:05:43.573Z Checking arrayvec v0.7.6
28752026-07-04T15:05:43.645Z Checking constant_time_eq v0.4.2
28762026-07-04T15:05:43.796Z Checking futures-timer v3.0.3
28772026-07-04T15:05:43.830Z Checking arrayref v0.3.9
28782026-07-04T15:05:43.867Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28792026-07-04T15:05:44.047Z Checking async-lock v3.4.2
28802026-07-04T15:05:44.094Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28812026-07-04T15:05:44.476Z Checking ssh-encoding v0.3.0-rc.9
28822026-07-04T15:05:44.734Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28832026-07-04T15:05:45.118Z Compiling strsim v0.10.0
28842026-07-04T15:05:45.488Z Compiling darling_core v0.13.4
28852026-07-04T15:05:46.001Z Checking async-object-pool v0.2.0
28862026-07-04T15:05:46.490Z Compiling samael v0.0.19
28872026-07-04T15:05:46.697Z Checking ed25519 v3.0.0
28882026-07-04T15:05:46.927Z Checking crypto-primes v0.7.2
28892026-07-04T15:05:47.021Z Checking pkcs1 v0.8.0-rc.4
28902026-07-04T15:05:47.266Z Checking poly1305 v0.9.0
28912026-07-04T15:05:47.396Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28922026-07-04T15:05:47.566Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28932026-07-04T15:05:47.802Z Checking serde_regex v1.1.0
28942026-07-04T15:05:47.927Z Checking blowfish v0.10.0
28952026-07-04T15:05:47.996Z Checking blake2 v0.11.0-rc.6
28962026-07-04T15:05:48.110Z Checking assert-json-diff v2.0.2
28972026-07-04T15:05:48.255Z Checking path-tree v0.8.3
28982026-07-04T15:05:48.312Z Checking keccak v0.2.0
28992026-07-04T15:05:48.326Z Checking fiat-crypto v0.3.0
29002026-07-04T15:05:48.476Z Checking gimli v0.32.3
29012026-07-04T15:05:48.480Z Compiling target-lexicon v0.13.3
29022026-07-04T15:05:49.047Z Checking stringmetrics v2.2.2
29032026-07-04T15:05:49.231Z Checking httpmock v0.8.3
29042026-07-04T15:05:50.140Z Checking addr2line v0.25.1
29052026-07-04T15:05:50.535Z Checking sha3 v0.11.0
29062026-07-04T15:05:50.918Z Checking argon2 v0.6.0-rc.8
29072026-07-04T15:05:51.275Z Checking bcrypt-pbkdf v0.11.0
29082026-07-04T15:05:51.472Z Checking rsa v0.10.0-rc.18
29092026-07-04T15:05:51.560Z Checking ssh-cipher v0.3.0-rc.9
29102026-07-04T15:05:51.787Z Compiling darling_macro v0.13.4
29112026-07-04T15:05:51.821Z Checking ed25519-dalek v3.0.0-rc.0
29122026-07-04T15:05:52.082Z Checking p521 v0.14.0-rc.10
29132026-07-04T15:05:52.316Z Checking p256 v0.14.0-rc.10
29142026-07-04T15:05:53.104Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29152026-07-04T15:05:53.378Z Checking kem v0.3.0
29162026-07-04T15:05:53.533Z Checking module-lattice v0.2.3
29172026-07-04T15:05:53.694Z Checking p384 v0.14.0-rc.10
29182026-07-04T15:05:53.785Z Checking rustc-demangle v0.1.27
29192026-07-04T15:05:53.923Z Checking hex-literal v0.4.1
29202026-07-04T15:05:54.047Z Compiling guppy-workspace-hack v0.1.0
29212026-07-04T15:05:54.082Z Checking backtrace v0.3.76
29222026-07-04T15:05:54.327Z Checking ml-kem v0.3.2
29232026-07-04T15:05:54.423Z Compiling darling v0.13.4
29242026-07-04T15:05:54.807Z Checking russh-cryptovec v0.61.0
29252026-07-04T15:05:55.012Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29262026-07-04T15:05:55.148Z Compiling git2 v0.20.4
29272026-07-04T15:05:55.183Z Checking internal-russh-num-bigint v0.5.0
29282026-07-04T15:05:55.220Z Checking num-bigint v0.4.6
29292026-07-04T15:05:55.260Z Checking russh-util v0.52.0
29302026-07-04T15:05:55.421Z Checking generic-array v1.4.3
29312026-07-04T15:05:55.774Z Checking ssh-key v0.7.0-rc.10
29322026-07-04T15:05:55.861Z Compiling enum_dispatch v0.3.13
29332026-07-04T15:05:56.204Z Compiling blake3 v1.8.5
29342026-07-04T15:05:56.255Z Compiling delegate v0.13.5
29352026-07-04T15:05:56.628Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29362026-07-04T15:05:56.710Z Checking md5 v0.8.0
29372026-07-04T15:05:56.898Z Checking hex-literal v1.1.0
29382026-07-04T15:05:56.934Z Compiling target-spec v3.5.7
29392026-07-04T15:05:57.101Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29402026-07-04T15:05:57.294Z Checking russh v0.61.2
29412026-07-04T15:05:57.587Z Checking cfg-expr v0.20.6
29422026-07-04T15:05:57.786Z Compiling serde_with_macros v1.5.2
29432026-07-04T15:05:58.025Z Checking backtrace-ext v0.2.1
29442026-07-04T15:05:58.174Z Checking supports-color v2.1.0
29452026-07-04T15:05:58.209Z Checking textwrap v0.15.2
29462026-07-04T15:05:58.345Z Checking supports-hyperlinks v2.1.0
29472026-07-04T15:05:58.457Z Checking supports-unicode v2.1.0
29482026-07-04T15:05:58.494Z Checking hashbrown v0.14.5
29492026-07-04T15:05:58.605Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
29502026-07-04T15:05:58.641Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29512026-07-04T15:05:58.689Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29522026-07-04T15:05:58.858Z Checking terminal_size v0.1.17
29532026-07-04T15:05:58.925Z Checking socket2 v0.5.10
29542026-07-04T15:05:58.998Z Compiling miette-derive v5.10.0
29552026-07-04T15:05:59.032Z Checking internet-checksum v0.2.1
29562026-07-04T15:05:59.224Z Checking owo-colors v3.5.0
29572026-07-04T15:05:59.797Z Checking chumsky v0.9.3
29582026-07-04T15:06:00.240Z Checking miette v5.10.0
29592026-07-04T15:06:00.618Z Compiling serde_with v1.14.0
29602026-07-04T15:06:01.018Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29612026-07-04T15:06:01.164Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29622026-07-04T15:06:01.211Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29632026-07-04T15:06:01.570Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
29642026-07-04T15:06:01.798Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29652026-07-04T15:06:01.843Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29662026-07-04T15:06:01.975Z Compiling knuffel-derive v3.2.0
29672026-07-04T15:06:02.020Z Checking httptest v0.16.4
29682026-07-04T15:06:02.077Z Checking pathdiff v0.2.3
29692026-07-04T15:06:02.226Z Checking topological-sort v0.2.2
29702026-07-04T15:06:02.412Z Checking nested v0.1.1
29712026-07-04T15:06:02.447Z Checking omicron-zone-package v0.12.3
29722026-07-04T15:06:02.588Z Checking guppy v0.17.25
29732026-07-04T15:06:02.705Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29742026-07-04T15:06:03.009Z Compiling polar-core v0.27.3
29752026-07-04T15:06:03.383Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29762026-07-04T15:06:03.570Z Checking knuffel v3.2.0
29772026-07-04T15:06:03.608Z Checking similar-asserts v1.7.0
29782026-07-04T15:06:03.657Z Compiling target-triple v1.0.0
29792026-07-04T15:06:03.800Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29802026-07-04T15:06:04.043Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
29812026-07-04T15:06:04.235Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29822026-07-04T15:06:04.426Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29832026-07-04T15:06:04.480Z Checking hickory-client v0.25.2
29842026-07-04T15:06:04.789Z Compiling assert_cmd v2.1.2
29852026-07-04T15:06:05.092Z Checking escape8259 v0.5.3
29862026-07-04T15:06:05.278Z Checking libtest-mimic v0.8.1
29872026-07-04T15:06:05.358Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29882026-07-04T15:06:05.498Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29892026-07-04T15:06:05.555Z Checking blake2b_simd v1.0.4
29902026-07-04T15:06:05.686Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29912026-07-04T15:06:05.987Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29922026-07-04T15:06:06.102Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29932026-07-04T15:06:06.214Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29942026-07-04T15:06:06.350Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29952026-07-04T15:06:06.410Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29962026-07-04T15:06:06.596Z Checking fancy-regex v0.14.0
29972026-07-04T15:06:06.672Z Checking serde_tokenstream v0.2.3
29982026-07-04T15:06:06.837Z Checking approx v0.5.1
29992026-07-04T15:06:06.930Z Compiling rstest_macros v0.25.0
30002026-07-04T15:06:07.010Z Checking uzers v0.12.2
30012026-07-04T15:06:07.046Z Checking termcolor v1.4.1
30022026-07-04T15:06:07.255Z Compiling linkme-impl v0.3.35
30032026-07-04T15:06:07.290Z Checking constant_time_eq v0.3.1
30042026-07-04T15:06:07.325Z Checking trybuild v1.0.116
30052026-07-04T15:06:07.425Z Checking rust-argon2 v2.1.0
30062026-07-04T15:06:07.704Z Checking datatest-stable v0.3.3
30072026-07-04T15:06:08.042Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
30082026-07-04T15:06:08.113Z Checking oso v0.27.3
30092026-07-04T15:06:08.183Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30102026-07-04T15:06:08.408Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
30112026-07-04T15:06:08.445Z Checking support-bundle-viewer v0.1.2
30122026-07-04T15:06:08.742Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
30132026-07-04T15:06:08.992Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
30142026-07-04T15:06:09.088Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
30152026-07-04T15:06:09.197Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
30162026-07-04T15:06:09.236Z Checking drift v0.2.0
30172026-07-04T15:06:09.339Z Checking rand_distr v0.5.1
30182026-07-04T15:06:09.445Z Checking multimap v0.10.1
30192026-07-04T15:06:09.633Z Compiling linkme v0.3.35
30202026-07-04T15:06:09.669Z Compiling relative-path v1.9.3
30212026-07-04T15:06:09.789Z Checking dropshot-api-manager v0.7.2
30222026-07-04T15:06:11.025Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30232026-07-04T15:06:11.348Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
30242026-07-04T15:06:11.421Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
30252026-07-04T15:06:11.615Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
30262026-07-04T15:06:11.725Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30272026-07-04T15:06:11.835Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
30282026-07-04T15:06:12.018Z Checking cargo_toml v0.21.0
30292026-07-04T15:06:12.097Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
30302026-07-04T15:06:12.237Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30312026-07-04T15:06:12.557Z Checking partial-io v0.5.4
30322026-07-04T15:06:12.720Z Checking termios v0.3.3
30332026-07-04T15:06:12.762Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
30342026-07-04T15:06:12.870Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30352026-07-04T15:06:12.904Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30362026-07-04T15:06:13.702Z Checking rstest v0.25.0
30372026-07-04T15:06:14.856Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30382026-07-04T15:06:18.373Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30392026-07-04T15:06:22.247Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30402026-07-04T15:06:25.189Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30412026-07-04T15:06:25.867Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
30422026-07-04T15:06:27.579Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30432026-07-04T15:06:32.245Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30442026-07-04T15:06:37.279Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30452026-07-04T15:06:41.264Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30462026-07-04T15:06:41.689Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30472026-07-04T15:06:42.707Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30482026-07-04T15:06:47.867Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30492026-07-04T15:06:53.076Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30502026-07-04T15:08:07.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 11s
30512026-07-04T15:08:08.305Z
30522026-07-04T15:08:08.305Zreal 4:14.613862461
30532026-07-04T15:08:08.305Zuser 21:51.141507451
30542026-07-04T15:08:08.305Zsys 5:03.676338542
30552026-07-04T15:08:08.305Ztrap 0.539445893
30562026-07-04T15:08:08.306Ztflt 0.483969230
30572026-07-04T15:08:08.306Zdflt 0.626213120
30582026-07-04T15:08:08.306Zkflt 0.005142522
30592026-07-04T15:08:08.306Zlock 59:53.876842895
30602026-07-04T15:08:08.306Zslp 59:24.476828839
30612026-07-04T15:08:08.306Zlat 1:49.994606333
30622026-07-04T15:08:08.306Zstop 11:41.443381942
30632026-07-04T15:08:08.309Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30642026-07-04T15:08:08.309Z+ ptime -m cargo doc --workspace --no-deps
30652026-07-04T15:08:09.130Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30662026-07-04T15:08:09.130Z |
30672026-07-04T15:08:09.130Z = 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-04T15:08:09.130Z = 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-04T15:08:10.148Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30702026-07-04T15:08:10.385Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30712026-07-04T15:08:10.432Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30722026-07-04T15:08:10.495Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30732026-07-04T15:08:10.528Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
30742026-07-04T15:08:10.591Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
30752026-07-04T15:08:10.620Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30762026-07-04T15:08:10.754Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30772026-07-04T15:08:10.783Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30782026-07-04T15:08:10.810Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30792026-07-04T15:08:10.986Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30802026-07-04T15:08:11.012Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30812026-07-04T15:08:11.043Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30822026-07-04T15:08:11.065Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30832026-07-04T15:08:11.068Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30842026-07-04T15:08:11.110Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30852026-07-04T15:08:11.134Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30862026-07-04T15:08:11.162Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30872026-07-04T15:08:11.218Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30882026-07-04T15:08:11.244Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30892026-07-04T15:08:11.294Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30902026-07-04T15:08:11.319Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30912026-07-04T15:08:11.576Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30922026-07-04T15:08:11.885Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30932026-07-04T15:08:11.964Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30942026-07-04T15:08:12.014Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30952026-07-04T15:08:12.038Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30962026-07-04T15:08:12.108Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30972026-07-04T15:08:12.263Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30982026-07-04T15:08:12.294Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30992026-07-04T15:08:12.426Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31002026-07-04T15:08:12.537Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31012026-07-04T15:08:12.561Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
31022026-07-04T15:08:12.631Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
31032026-07-04T15:08:12.659Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31042026-07-04T15:08:12.746Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31052026-07-04T15:08:12.798Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31062026-07-04T15:08:12.844Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31072026-07-04T15:08:13.015Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
31082026-07-04T15:08:13.190Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31092026-07-04T15:08:13.290Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31102026-07-04T15:08:13.598Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31112026-07-04T15:08:13.710Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31122026-07-04T15:08:13.757Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31132026-07-04T15:08:13.883Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31142026-07-04T15:08:13.907Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
31152026-07-04T15:08:13.932Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31162026-07-04T15:08:14.030Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31172026-07-04T15:08:14.141Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31182026-07-04T15:08:14.196Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
31192026-07-04T15:08:14.222Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31202026-07-04T15:08:14.282Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
31212026-07-04T15:08:14.399Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
31222026-07-04T15:08:14.475Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31232026-07-04T15:08:14.499Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31242026-07-04T15:08:14.522Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31252026-07-04T15:08:14.546Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31262026-07-04T15:08:14.611Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31272026-07-04T15:08:14.985Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31282026-07-04T15:08:15.064Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31292026-07-04T15:08:15.103Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31302026-07-04T15:08:15.340Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31312026-07-04T15:08:15.533Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31322026-07-04T15:08:15.816Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31332026-07-04T15:08:15.999Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31342026-07-04T15:08:16.058Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31352026-07-04T15:08:16.084Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31362026-07-04T15:08:16.117Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
31372026-07-04T15:08:16.279Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31382026-07-04T15:08:16.357Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31392026-07-04T15:08:16.384Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31402026-07-04T15:08:16.384Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31412026-07-04T15:08:16.907Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31422026-07-04T15:08:17.431Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31432026-07-04T15:08:17.455Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31442026-07-04T15:08:17.573Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
31452026-07-04T15:08:17.620Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31462026-07-04T15:08:17.794Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31472026-07-04T15:08:17.874Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31482026-07-04T15:08:17.920Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31492026-07-04T15:08:18.068Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31502026-07-04T15:08:18.111Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
31512026-07-04T15:08:18.156Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
31522026-07-04T15:08:18.196Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
31532026-07-04T15:08:18.290Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
31542026-07-04T15:08:18.360Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
31552026-07-04T15:08:18.502Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31562026-07-04T15:08:18.573Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
31572026-07-04T15:08:18.622Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31582026-07-04T15:08:18.622Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
31592026-07-04T15:08:18.668Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
31602026-07-04T15:08:18.823Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
31612026-07-04T15:08:18.849Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31622026-07-04T15:08:18.874Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31632026-07-04T15:08:18.941Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31642026-07-04T15:08:18.964Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31652026-07-04T15:08:18.986Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
31662026-07-04T15:08:19.138Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
31672026-07-04T15:08:19.165Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
31682026-07-04T15:08:19.233Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
31692026-07-04T15:08:19.258Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31702026-07-04T15:08:19.280Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31712026-07-04T15:08:19.360Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31722026-07-04T15:08:19.409Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31732026-07-04T15:08:19.495Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31742026-07-04T15:08:19.562Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
31752026-07-04T15:08:19.586Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31762026-07-04T15:08:19.840Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31772026-07-04T15:08:19.863Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31782026-07-04T15:08:19.909Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31792026-07-04T15:08:20.368Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31802026-07-04T15:08:20.517Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31812026-07-04T15:08:20.621Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31822026-07-04T15:08:21.294Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31832026-07-04T15:08:21.393Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31842026-07-04T15:08:21.479Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31852026-07-04T15:08:21.587Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31862026-07-04T15:08:22.041Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31872026-07-04T15:08:22.135Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31882026-07-04T15:08:22.806Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
31892026-07-04T15:08:23.501Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31902026-07-04T15:08:23.707Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31912026-07-04T15:08:24.384Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31922026-07-04T15:08:24.635Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31932026-07-04T15:08:24.687Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31942026-07-04T15:08:24.782Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31952026-07-04T15:08:24.995Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31962026-07-04T15:08:25.172Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31972026-07-04T15:08:25.198Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
31982026-07-04T15:08:25.691Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31992026-07-04T15:08:25.716Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32002026-07-04T15:08:26.171Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32012026-07-04T15:08:26.437Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32022026-07-04T15:08:26.531Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32032026-07-04T15:08:26.927Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32042026-07-04T15:08:26.951Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32052026-07-04T15:08:27.137Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32062026-07-04T15:08:27.274Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32072026-07-04T15:08:27.686Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32082026-07-04T15:08:27.870Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32092026-07-04T15:08:28.508Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32102026-07-04T15:08:28.627Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32112026-07-04T15:08:29.031Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32122026-07-04T15:08:29.501Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32132026-07-04T15:08:30.125Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32142026-07-04T15:08:30.711Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32152026-07-04T15:08:31.020Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32162026-07-04T15:08:31.288Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32172026-07-04T15:08:31.667Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32182026-07-04T15:08:31.786Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32192026-07-04T15:08:32.156Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32202026-07-04T15:08:32.981Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32212026-07-04T15:08:33.463Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32222026-07-04T15:08:34.058Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32232026-07-04T15:08:34.142Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32242026-07-04T15:08:35.229Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32252026-07-04T15:08:37.585Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32262026-07-04T15:08:38.087Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32272026-07-04T15:08:38.258Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32282026-07-04T15:08:39.388Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32292026-07-04T15:08:39.425Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32302026-07-04T15:08:40.377Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32312026-07-04T15:08:40.548Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32322026-07-04T15:08:41.114Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32332026-07-04T15:08:41.289Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32342026-07-04T15:08:42.131Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32352026-07-04T15:08:42.657Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32362026-07-04T15:08:42.969Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32372026-07-04T15:08:43.146Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32382026-07-04T15:08:43.377Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32392026-07-04T15:08:43.512Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
32402026-07-04T15:08:43.649Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32412026-07-04T15:08:43.697Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32422026-07-04T15:08:43.946Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32432026-07-04T15:08:44.085Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32442026-07-04T15:08:44.368Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32452026-07-04T15:08:44.826Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32462026-07-04T15:08:45.105Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32472026-07-04T15:08:45.160Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32482026-07-04T15:08:45.521Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32492026-07-04T15:08:45.548Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32502026-07-04T15:08:45.784Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32512026-07-04T15:08:46.222Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32522026-07-04T15:08:47.079Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32532026-07-04T15:08:47.242Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32542026-07-04T15:08:48.017Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32552026-07-04T15:08:49.707Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32562026-07-04T15:08:51.316Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32572026-07-04T15:08:51.692Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32582026-07-04T15:08:53.235Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32592026-07-04T15:08:53.936Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32602026-07-04T15:08:54.971Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32612026-07-04T15:08:56.184Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32622026-07-04T15:08:56.721Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32632026-07-04T15:08:58.958Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32642026-07-04T15:08:59.553Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32652026-07-04T15:09:00.279Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32662026-07-04T15:09:01.247Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32672026-07-04T15:09:02.525Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32682026-07-04T15:09:02.550Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32692026-07-04T15:09:03.496Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32702026-07-04T15:09:04.083Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32712026-07-04T15:09:09.103Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32722026-07-04T15:09:09.685Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32732026-07-04T15:09:10.227Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32742026-07-04T15:09:11.020Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32752026-07-04T15:09:11.875Z Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
32762026-07-04T15:09:12.614Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32772026-07-04T15:09:13.342Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32782026-07-04T15:09:14.616Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32792026-07-04T15:09:15.301Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32802026-07-04T15:09:16.059Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32812026-07-04T15:09:17.548Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32822026-07-04T15:09:18.527Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32832026-07-04T15:09:19.288Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32842026-07-04T15:09:19.363Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32852026-07-04T15:09:20.415Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32862026-07-04T15:09:21.158Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32872026-07-04T15:09:22.108Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32882026-07-04T15:09:25.266Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32892026-07-04T15:09:26.538Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32902026-07-04T15:09:27.264Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32912026-07-04T15:09:28.438Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32922026-07-04T15:09:29.365Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32932026-07-04T15:09:30.307Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32942026-07-04T15:09:31.888Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
32952026-07-04T15:09:32.865Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32962026-07-04T15:09:33.769Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32972026-07-04T15:09:35.004Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32982026-07-04T15:09:35.877Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32992026-07-04T15:09:38.704Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33002026-07-04T15:09:39.218Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
33012026-07-04T15:09:39.935Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33022026-07-04T15:09:41.674Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
33032026-07-04T15:09:44.064Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
33042026-07-04T15:09:46.328Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33052026-07-04T15:09:48.018Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33062026-07-04T15:09:49.552Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33072026-07-04T15:09:51.232Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33082026-07-04T15:09:52.722Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
33092026-07-04T15:09:54.307Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
33102026-07-04T15:09:58.676Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
33112026-07-04T15:09:59.516Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33122026-07-04T15:10:00.647Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33132026-07-04T15:10:01.480Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
33142026-07-04T15:10:03.113Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33152026-07-04T15:10:05.239Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33162026-07-04T15:10:06.963Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33172026-07-04T15:10:09.079Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33182026-07-04T15:10:10.889Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33192026-07-04T15:10:13.031Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33202026-07-04T15:10:14.606Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
33212026-07-04T15:10:16.408Z Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
33222026-07-04T15:10:18.214Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
33232026-07-04T15:10:20.039Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33242026-07-04T15:10:21.832Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
33252026-07-04T15:10:25.453Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33262026-07-04T15:10:27.077Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33272026-07-04T15:10:29.228Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33282026-07-04T15:10:30.829Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33292026-07-04T15:10:32.643Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
33302026-07-04T15:10:36.703Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33312026-07-04T15:10:39.250Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33322026-07-04T15:10:41.027Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
33332026-07-04T15:10:43.010Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33342026-07-04T15:10:45.011Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
33352026-07-04T15:10:47.119Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33362026-07-04T15:10:48.878Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33372026-07-04T15:10:51.625Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33382026-07-04T15:10:54.013Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33392026-07-04T15:10:56.644Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33402026-07-04T15:10:58.739Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33412026-07-04T15:11:01.065Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33422026-07-04T15:11:03.240Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
33432026-07-04T15:11:05.516Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33442026-07-04T15:11:08.200Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33452026-07-04T15:11:09.936Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33462026-07-04T15:11:12.473Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33472026-07-04T15:11:14.403Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33482026-07-04T15:11:16.685Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33492026-07-04T15:11:18.871Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
33502026-07-04T15:11:21.206Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33512026-07-04T15:11:23.473Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33522026-07-04T15:11:25.983Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33532026-07-04T15:11:28.275Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33542026-07-04T15:11:30.641Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33552026-07-04T15:11:33.060Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33562026-07-04T15:11:35.397Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33572026-07-04T15:11:37.760Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33582026-07-04T15:11:40.175Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33592026-07-04T15:11:42.521Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33602026-07-04T15:11:44.872Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33612026-07-04T15:11:47.294Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33622026-07-04T15:11:49.617Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33632026-07-04T15:11:51.964Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33642026-07-04T15:11:54.493Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33652026-07-04T15:11:56.923Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33662026-07-04T15:11:59.244Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33672026-07-04T15:12:01.661Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33682026-07-04T15:12:04.068Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33692026-07-04T15:12:06.949Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33702026-07-04T15:12:09.198Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33712026-07-04T15:12:11.540Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33722026-07-04T15:12:14.051Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33732026-07-04T15:12:16.492Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33742026-07-04T15:12:18.959Z Documenting ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
33752026-07-04T15:12:21.425Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33762026-07-04T15:12:23.972Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33772026-07-04T15:12:26.318Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33782026-07-04T15:12:29.020Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33792026-07-04T15:12:31.390Z Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
33802026-07-04T15:12:34.051Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33812026-07-04T15:12:36.510Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33822026-07-04T15:12:39.153Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33832026-07-04T15:12:41.841Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33842026-07-04T15:12:44.455Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33852026-07-04T15:12:47.038Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33862026-07-04T15:12:49.553Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33872026-07-04T15:12:52.246Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33882026-07-04T15:12:54.893Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33892026-07-04T15:12:57.493Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33902026-07-04T15:13:00.429Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33912026-07-04T15:13:02.842Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33922026-07-04T15:13:10.930Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33932026-07-04T15:13:11.111Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33942026-07-04T15:13:14.307Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
33952026-07-04T15:13:19.019Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33962026-07-04T15:13:22.026Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33972026-07-04T15:13:25.764Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33982026-07-04T15:13:29.398Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33992026-07-04T15:13:33.157Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
34002026-07-04T15:13:36.838Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
34012026-07-04T15:13:40.592Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
34022026-07-04T15:13:44.285Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
34032026-07-04T15:13:48.101Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
34042026-07-04T15:13:51.774Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
34052026-07-04T15:13:55.526Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34062026-07-04T15:13:59.393Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
34072026-07-04T15:14:03.093Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
34082026-07-04T15:14:06.777Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
34092026-07-04T15:14:10.527Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
34102026-07-04T15:14:14.436Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
34112026-07-04T15:14:18.022Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
34122026-07-04T15:14:21.820Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
34132026-07-04T15:14:25.686Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34142026-07-04T15:14:29.368Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
34152026-07-04T15:14:33.117Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
34162026-07-04T15:14:36.825Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
34172026-07-04T15:15:06.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 58s
34182026-07-04T15:15:07.111Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 200 other files
34192026-07-04T15:15:07.188Z
34202026-07-04T15:15:07.188Zreal 6:58.797450573
34212026-07-04T15:15:07.188Zuser 18:46.439813223
34222026-07-04T15:15:07.188Zsys 3:57.651466798
34232026-07-04T15:15:07.188Ztrap 0.274690469
34242026-07-04T15:15:07.188Ztflt 0.023283261
34252026-07-04T15:15:07.188Zdflt 0.066360358
34262026-07-04T15:15:07.188Zkflt 0.000040670
34272026-07-04T15:15:07.188Zlock 6:26:59.443044568
34282026-07-04T15:15:07.189Zslp 2:20:36.467696530
34292026-07-04T15:15:07.192Zlat 34.414098273
34302026-07-04T15:15:07.192Zstop 1:44.999392951
34312026-07-04T15:15:07.192Zprocess exited: duration 795359 ms, exit code 0
 
34322026-07-04T15:15:07.199Zfound 0 output files