01KTPF4TRPR4E52KJTE4BPD9YY: clippy (helios)

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

Buildomat Job: 01KTPF583J9BGG5MRNWDZMDEQH

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-09T15:14:51.791Zjob assigned to worker 01KTPF5FS5WHS1EYB690MZMWCC [factory aws, i-0e20a4522585c11ce] (queued for 49 s)
 
22026-06-09T15:14:58.539Zstarting task 0: "setup"
32026-06-09T15:14:58.543Z++ uname -s
42026-06-09T15:14:58.546Z+ kern=SunOS
52026-06-09T15:14:58.546Z+ build_user=build
62026-06-09T15:14:58.546Z+ build_uid=12345
72026-06-09T15:14:58.547Z+ work_dir=/work
82026-06-09T15:14:58.547Z+ input_dir=/input
92026-06-09T15:14:58.547Z+ [[ 0 == 12345 ]]
102026-06-09T15:14:58.547Z+ case "$kern" in
112026-06-09T15:14:58.547Z+ groupadd -g 12345 build
122026-06-09T15:14:58.547Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-09T15:15:00.552Z+ zfs create -o mountpoint=/work rpool/work
142026-06-09T15:15:00.642Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-09T15:15:00.645Z+ home_fs=zfs
162026-06-09T15:15:00.645Z+ [[ zfs == autofs ]]
172026-06-09T15:15:00.645Z+ mkdir -p /home/build
182026-06-09T15:15:00.645Z+ chown build:build /home/build /work
192026-06-09T15:15:02.647Z+ chmod 0700 /home/build /work
202026-06-09T15:15:02.649Zprocess exited: duration 4112 ms, exit code 0
 
212026-06-09T15:15:02.655Zstarting task 1: "rust-toolchain"
222026-06-09T15:15:02.659Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-09T15:15:02.659Z * rust toolchain channel = "1.94.0"
242026-06-09T15:15:02.659Z * rust toolchain profile = "default"
252026-06-09T15:15:02.659Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-09T15:15:02.659Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-09T15:15:02.659Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-09T15:15:02.662Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-09T15:15:02.662Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-09T15:15:02.961Zinfo: downloading installer
312026-06-09T15:15:04.237Zwarn: It looks like you have an existing rustup settings file at:
322026-06-09T15:15:04.237Zwarn: /home/build/.rustup/settings.toml
332026-06-09T15:15:04.237Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-09T15:15:04.237Zwarn: instead of the one inferred from the default host triple.
352026-06-09T15:15:04.248Zinfo: profile set to default
362026-06-09T15:15:04.248Zinfo: default host triple is x86_64-unknown-illumos
372026-06-09T15:15:04.251Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-09T15:15:04.385Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-09T15:15:04.388Zinfo: downloading 6 components
402026-06-09T15:15:18.533Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-06-09T15:15:18.533Z
422026-06-09T15:15:18.561Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-09T15:15:18.561Z
442026-06-09T15:15:18.561Z
452026-06-09T15:15:18.561ZRust is installed now. Great!
462026-06-09T15:15:18.561Z
472026-06-09T15:15:18.561ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-09T15:15:18.561Zenvironment variable. This has not been done automatically.
492026-06-09T15:15:18.561Z
502026-06-09T15:15:18.561ZTo configure your current shell, you need to source
512026-06-09T15:15:18.561Zthe corresponding env file under $HOME/.cargo.
522026-06-09T15:15:18.561Z
532026-06-09T15:15:18.561ZThis is usually done by running one of the following (note the leading DOT):
542026-06-09T15:15:18.564Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-09T15:15:18.564Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-09T15:15:18.564Zsource "~/.cargo/env.nu" # For nushell
572026-06-09T15:15:18.564Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-09T15:15:18.564Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-09T15:15:18.564Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-09T15:15:18.564Zwarn: no default linker (`cc`) was found in your PATH
612026-06-09T15:15:18.564Zwarn: many Rust crates require a system C toolchain to build
622026-06-09T15:15:18.652Z+ rustup --version
632026-06-09T15:15:18.661Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-09T15:15:18.671Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-09T15:15:18.683Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-09T15:15:18.685Z+ cargo --version
672026-06-09T15:15:18.698Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-09T15:15:18.701Z+ rustc --version
692026-06-09T15:15:18.721Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-09T15:15:18.724Zprocess exited: duration 16068 ms, exit code 0
 
712026-06-09T15:15:18.729Zstarting task 2: "authentication"
722026-06-09T15:15:18.746Zprocess exited: duration 16 ms, exit code 0
 
732026-06-09T15:15:18.753Zstarting task 3: "clone repository"
742026-06-09T15:15:18.756Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-09T15:15:18.759Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-09T15:15:18.796ZCloning into '/work/oxidecomputer/omicron'...
772026-06-09T15:15:47.446Z+ cd /work/oxidecomputer/omicron
782026-06-09T15:15:47.447Z+ git fetch origin 0385a5cc382b44c16dd62c4fdc3b3c644066644c
792026-06-09T15:15:47.815ZFrom https://github.com/oxidecomputer/omicron
802026-06-09T15:15:47.815Z * branch 0385a5cc382b44c16dd62c4fdc3b3c644066644c -> FETCH_HEAD
812026-06-09T15:15:47.825Z+ [[ -n ixi/cpu-platform-turin-v2 ]]
822026-06-09T15:15:47.828Z++ git branch --show-current
832026-06-09T15:15:47.828Z+ current=main
842026-06-09T15:15:47.828Z+ [[ main != ixi/cpu-platform-turin-v2 ]]
852026-06-09T15:15:47.828Z+ git branch -f ixi/cpu-platform-turin-v2 0385a5cc382b44c16dd62c4fdc3b3c644066644c
862026-06-09T15:15:47.832Z+ git checkout -f ixi/cpu-platform-turin-v2
872026-06-09T15:15:48.017ZSwitched to branch 'ixi/cpu-platform-turin-v2'
882026-06-09T15:15:48.021Z+ git reset --hard 0385a5cc382b44c16dd62c4fdc3b3c644066644c
892026-06-09T15:15:48.208ZHEAD is now at 0385a5cc3 AmdTurinV2 -> amd_turin_v2 in docs
902026-06-09T15:15:48.212Zprocess exited: duration 29457 ms, exit code 0
 
912026-06-09T15:15:48.219Zstarting task 4: "build"
922026-06-09T15:15:48.224Z+ source ./env.sh
932026-06-09T15:15:48.224Z++ OLD_SHELL_OPTS=ehxB
942026-06-09T15:15:48.228Z++ set -o xtrace
952026-06-09T15:15:48.228Z++++ dirname ./env.sh
962026-06-09T15:15:48.231Z+++ readlink -f .
972026-06-09T15:15:48.234Z++ OMICRON_WS=/work/oxidecomputer/omicron
982026-06-09T15:15:48.234Z++ 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-06-09T15:15:48.234Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002026-06-09T15:15:48.234Z++ 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-06-09T15:15:48.234Z++ 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-06-09T15:15:48.234Z++ 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-06-09T15:15:48.234Z++ 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-06-09T15:15:48.234Z++ 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-06-09T15:15:48.234Z++ 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-06-09T15:15:48.234Z++ case $OLD_SHELL_OPTS in
1072026-06-09T15:15:48.234Z++ unset OLD_SHELL_OPTS OMICRON_WS
1082026-06-09T15:15:48.234Z+ source .github/buildomat/ci-env.sh
1092026-06-09T15:15:48.234Z++ export CARGO_TERM_COLOR=always
1102026-06-09T15:15:48.235Z++ CARGO_TERM_COLOR=always
1112026-06-09T15:15:48.235Z+ cargo --version
1122026-06-09T15:15:48.242Zcargo 1.94.0 (85eff7c80 2026-01-15)
1132026-06-09T15:15:48.245Z+ rustc --version
1142026-06-09T15:15:48.264Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1152026-06-09T15:15:48.268Z+ banner prerequisites
1162026-06-09T15:15:48.271Z
1172026-06-09T15:15:48.271Z ##### ##### ###### ##### ###### #### # # # #### #
1182026-06-09T15:15:48.271Z # # # # # # # # # # # # # # #
1192026-06-09T15:15:48.271Z # # # # ##### # # ##### # # # # # #### #
1202026-06-09T15:15:48.271Z ##### ##### # ##### # # # # # # # # #
1212026-06-09T15:15:48.272Z # # # # # # # # # # # # # # #
1222026-06-09T15:15:48.272Z # # # ###### # # ###### ### # #### # #### #
1232026-06-09T15:15:48.272Z
1242026-06-09T15:15:48.272Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1252026-06-09T15:15:49.759Z Startup: Refreshing catalog 'helios' ... Done
1262026-06-09T15:15:49.841Z Startup: Caching catalogs ... Done
1272026-06-09T15:15:50.161ZPlanning: Solver setup ... Done (0.281s)
1282026-06-09T15:15:50.182ZPlanning: Running solver ... Done (0.020s)
1292026-06-09T15:15:50.188ZPlanning: Finding local manifests ... Done (0.003s)
1302026-06-09T15:15:50.199ZPlanning: Fetching manifests: 0/2 0% complete
1312026-06-09T15:15:50.220ZPlanning: Fetching manifests: 2/2 100% complete
1322026-06-09T15:15:50.233ZPlanning: Package planning ... Done (0.014s)
1332026-06-09T15:15:50.236ZPlanning: Merging actions ... Done (0.002s)
1342026-06-09T15:15:50.420ZPlanning: Checking for conflicting actions ... Done (0.185s)
1352026-06-09T15:15:50.423ZPlanning: Consolidating action changes ... Done (0.001s)
1362026-06-09T15:15:51.220ZPlanning: Evaluating mediators ... Done (0.799s)
1372026-06-09T15:15:51.223ZPlanning: Planning completed in 1.36 seconds
1382026-06-09T15:15:51.229Z Packages to install: 2
1392026-06-09T15:15:51.232Z Estimated space available: 156.10 GB
1402026-06-09T15:15:51.232ZEstimated space to be consumed: 25.34 MB
1412026-06-09T15:15:51.232Z Create boot environment: No
1422026-06-09T15:15:51.232ZCreate backup boot environment: No
1432026-06-09T15:15:51.232Z Rebuild boot archive: No
1442026-06-09T15:15:51.232Z
1452026-06-09T15:15:51.232ZChanged packages:
1462026-06-09T15:15:51.232Zhelios
1472026-06-09T15:15:51.232Z developer/build-essential
1482026-06-09T15:15:51.232Z None -> 11-3.0
1492026-06-09T15:15:51.232Z library/libxmlsec1
1502026-06-09T15:15:51.232Z None -> 1.2.35-3.0
1512026-06-09T15:15:51.254Z
1522026-06-09T15:15:51.254ZDownload: 0/214 items 0.0/1.3MB 0% complete
1532026-06-09T15:15:51.732ZDownload: Completed 1.28 MB in 0.48 seconds (2.7M/s)
1542026-06-09T15:15:51.870Z Actions: 1/268 actions (Installing new actions)
1552026-06-09T15:15:51.909Z Actions: Completed 268 actions in 0.04 seconds.
1562026-06-09T15:15:51.918ZFinalize: Updating package state database ... Done (0.008s)
1572026-06-09T15:15:51.921ZFinalize: Updating package cache ... Done (0.000s)
1582026-06-09T15:15:51.942ZFinalize: Updating image state ... Done (0.023s)
1592026-06-09T15:15:54.333ZFinalize: Creating fast lookup database ... Done (2.369s)
1602026-06-09T15:15:54.400ZFinalize: Reading search index ... Done (0.012s)
1612026-06-09T15:15:54.403ZFinalize: Updating search index ... Done (0.000s)
1622026-06-09T15:15:54.486ZFinalize: Updating package cache ... Done (0.000s)
1632026-06-09T15:15:54.789ZPlanning: Evaluating mediator changes ... Done
1642026-06-09T15:15:54.892ZPlanning: Checking for conflicting actions ... Done
1652026-06-09T15:15:54.895ZPlanning: Consolidating action changes ... Done
1662026-06-09T15:15:55.051ZPlanning: Evaluating mediators ... Done
1672026-06-09T15:15:55.055ZPlanning: Planning completed in 0.26 seconds
1682026-06-09T15:15:55.075Z Mediators to change: 2
1692026-06-09T15:15:55.075Z Create boot environment: No
1702026-06-09T15:15:55.075ZCreate backup boot environment: No
1712026-06-09T15:15:55.141ZFinalize: Updating package state database ... Done
1722026-06-09T15:15:55.141ZFinalize: Updating package cache ... Done
1732026-06-09T15:15:55.153ZFinalize: Updating image state ... Done
1742026-06-09T15:15:57.109ZFinalize: Creating fast lookup database ... Done
1752026-06-09T15:15:57.171ZFinalize: Reading search index ... Done
1762026-06-09T15:15:57.174ZFinalize: Updating search index ... Done
1772026-06-09T15:15:57.268ZFinalize: Updating package cache ... Done
1782026-06-09T15:15:57.557ZPlanning: Evaluating mediator changes ... Done
1792026-06-09T15:15:57.660ZPlanning: Checking for conflicting actions ... Done
1802026-06-09T15:15:57.663ZPlanning: Consolidating action changes ... Done
1812026-06-09T15:15:57.819ZPlanning: Evaluating mediators ... Done
1822026-06-09T15:15:57.822ZPlanning: Planning completed in 0.26 seconds
1832026-06-09T15:15:57.842Z Mediators to change: 1
1842026-06-09T15:15:57.842Z Create boot environment: No
1852026-06-09T15:15:57.842ZCreate backup boot environment: No
1862026-06-09T15:15:57.895ZFinalize: Updating package state database ... Done
1872026-06-09T15:15:57.895ZFinalize: Updating package cache ... Done
1882026-06-09T15:15:57.907ZFinalize: Updating image state ... Done
1892026-06-09T15:15:59.851ZFinalize: Creating fast lookup database ... Done
1902026-06-09T15:15:59.914ZFinalize: Reading search index ... Done
1912026-06-09T15:15:59.918ZFinalize: Updating search index ... Done
1922026-06-09T15:15:59.989ZFinalize: Updating package cache ... Done
1932026-06-09T15:16:00.297ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1942026-06-09T15:16:00.298Zapache system 2.4 system
1952026-06-09T15:16:00.298Zclang system 15 system
1962026-06-09T15:16:00.298Zcsh system system illumos
1972026-06-09T15:16:00.298Zctags system system illumos
1982026-06-09T15:16:00.298Zfile vendor vendor darwinsys
1992026-06-09T15:16:00.298Zfile system system illumos
2002026-06-09T15:16:00.298Zgcc vendor 14 vendor
2012026-06-09T15:16:00.298Zgcc system 13 system
2022026-06-09T15:16:00.298Zgcc system 10 system
2032026-06-09T15:16:00.298Zgo system 1.25 system
2042026-06-09T15:16:00.298Zllvm system 15 system
2052026-06-09T15:16:00.298Zmariadb system 11.4 system
2062026-06-09T15:16:00.298Zmta vendor vendor dma
2072026-06-09T15:16:00.298Zopenjdk system 17 system
2082026-06-09T15:16:00.298Zopenjdk system 11 system
2092026-06-09T15:16:00.298Zopenssl vendor 3 vendor
2102026-06-09T15:16:00.298Zperl system 5.40 system
2112026-06-09T15:16:00.298Zpostgresql system 18 system
2122026-06-09T15:16:00.298Zpostgresql system 17 system
2132026-06-09T15:16:00.298Zpython vendor 3 vendor
2142026-06-09T15:16:00.298Zpython system 2 system
2152026-06-09T15:16:00.298Zpython3 vendor 3.13 vendor
2162026-06-09T15:16:00.298Zruby system 3.4 system
2172026-06-09T15:16:00.298Zruby system 3.0 system
2182026-06-09T15:16:00.298Zwords vendor vendor american-english
2192026-06-09T15:16:00.298Zwords system system australian-english
2202026-06-09T15:16:00.298Zwords system system british-english
2212026-06-09T15:16:00.298Zwords system system canadian-english
2222026-06-09T15:16:00.298Zwords system system french
2232026-06-09T15:16:00.298Zwords system system italian
2242026-06-09T15:16:00.298Zwords system system ngerman
2252026-06-09T15:16:00.298Zwords system system ogerman
2262026-06-09T15:16:00.298Zwords system system spanish
2272026-06-09T15:16:00.552ZPUBLISHER TYPE STATUS P LOCATION
2282026-06-09T15:16:00.552Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2292026-06-09T15:16:00.838ZFMRI IFO
2302026-06-09T15:16:00.838Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2312026-06-09T15:16:00.838Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2322026-06-09T15:16:00.838Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2332026-06-09T15:16:00.838Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2342026-06-09T15:16:00.838Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2352026-06-09T15:16:00.838Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2362026-06-09T15:16:00.838Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2372026-06-09T15:16:00.838Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2382026-06-09T15:16:00.838Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2392026-06-09T15:16:01.091Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2402026-06-09T15:16:01.515Z Updating crates.io index
2412026-06-09T15:16:01.518Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2422026-06-09T15:16:02.050Z Updating git repository `https://github.com/oxidecomputer/lldp`
2432026-06-09T15:16:02.929Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2442026-06-09T15:16:03.826Z Updating git repository `https://github.com/oxidecomputer/propolis`
2452026-06-09T15:16:05.118Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2462026-06-09T15:16:05.873Z Updating git repository `https://github.com/oxidecomputer/crucible`
2472026-06-09T15:16:08.120Z Updating git repository `https://github.com/oxidecomputer/opte`
2482026-06-09T15:16:10.066Z Updating git repository `https://github.com/oxidecomputer/tofino`
2492026-06-09T15:16:10.424Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2502026-06-09T15:16:11.792Z Updating git repository `https://github.com/oxidecomputer/clickward`
2512026-06-09T15:16:12.390Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2522026-06-09T15:16:12.780Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2532026-06-09T15:16:13.230Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2542026-06-09T15:16:14.317Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2552026-06-09T15:16:15.045Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2562026-06-09T15:16:15.449Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2572026-06-09T15:16:15.801Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2582026-06-09T15:16:16.315Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2592026-06-09T15:16:16.762Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2602026-06-09T15:16:17.001Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2612026-06-09T15:16:17.270Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2622026-06-09T15:16:17.568Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2632026-06-09T15:16:18.037Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2642026-06-09T15:16:18.542Z Updating git repository `https://github.com/oxidecomputer/erebor`
2652026-06-09T15:16:18.828Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2662026-06-09T15:16:19.282Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2672026-06-09T15:16:19.833Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2682026-06-09T15:16:20.383Z Updating git repository `https://github.com/oxidecomputer/ispf`
2692026-06-09T15:16:21.563Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2702026-06-09T15:16:22.187Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2712026-06-09T15:16:22.662Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2722026-06-09T15:16:23.066Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2732026-06-09T15:16:23.462Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2742026-06-09T15:16:24.034Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2752026-06-09T15:16:24.350Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2762026-06-09T15:16:24.676Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2772026-06-09T15:16:25.111Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2782026-06-09T15:16:25.502Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2792026-06-09T15:16:25.844Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2802026-06-09T15:16:26.177Z Updating git repository `https://github.com/illumos/smf-rs`
2812026-06-09T15:16:26.529Z Updating git repository `https://github.com/oxidecomputer/omicron`
2822026-06-09T15:16:42.521Z Downloading crates ...
2832026-06-09T15:16:42.570Z Downloaded anstream v1.0.0
2842026-06-09T15:16:42.580Z Downloaded once_cell v1.21.3
2852026-06-09T15:16:42.605Z Downloaded strsim v0.11.1
2862026-06-09T15:16:42.605Z Downloaded papergrid v0.11.0
2872026-06-09T15:16:42.605Z Downloaded thread-id v4.2.2
2882026-06-09T15:16:42.605Z Downloaded form_urlencoded v1.2.2
2892026-06-09T15:16:42.609Z Downloaded camino v1.2.2
2902026-06-09T15:16:42.609Z Downloaded equivalent v1.0.2
2912026-06-09T15:16:42.609Z Downloaded clap v4.6.1
2922026-06-09T15:16:42.609Z Downloaded writeable v0.6.2
2932026-06-09T15:16:42.609Z Downloaded toml_write v0.1.2
2942026-06-09T15:16:42.609Z Downloaded clap_lex v1.0.0
2952026-06-09T15:16:42.609Z Downloaded clap_derive v4.6.1
2962026-06-09T15:16:42.609Z Downloaded unicode-xid v0.2.6
2972026-06-09T15:16:42.609Z Downloaded thiserror v1.0.69
2982026-06-09T15:16:42.609Z Downloaded unicode-linebreak v0.1.5
2992026-06-09T15:16:42.609Z Downloaded utf8_iter v1.0.4
3002026-06-09T15:16:42.615Z Downloaded zerofrom v0.1.6
3012026-06-09T15:16:42.620Z Downloaded yoke-derive v0.8.1
3022026-06-09T15:16:42.620Z Downloaded toml_datetime v0.6.11
3032026-06-09T15:16:42.620Z Downloaded usdt-attr-macro v0.5.0
3042026-06-09T15:16:42.623Z Downloaded usdt v0.5.0
3052026-06-09T15:16:42.624Z Downloaded displaydoc v0.2.5
3062026-06-09T15:16:42.628Z Downloaded memmap v0.7.0
3072026-06-09T15:16:42.631Z Downloaded usdt-macro v0.5.0
3082026-06-09T15:16:42.631Z Downloaded typeid v1.0.3
3092026-06-09T15:16:42.631Z Downloaded colorchoice v1.0.4
3102026-06-09T15:16:42.638Z Downloaded fastrand v2.3.0
3112026-06-09T15:16:42.638Z Downloaded version_check v0.9.5
3122026-06-09T15:16:42.638Z Downloaded dof v0.3.0
3132026-06-09T15:16:42.642Z Downloaded camino-tempfile v1.4.1
3142026-06-09T15:16:42.642Z Downloaded zerofrom-derive v0.1.6
3152026-06-09T15:16:42.642Z Downloaded utf8parse v0.2.2
3162026-06-09T15:16:42.657Z Downloaded yoke v0.8.1
3172026-06-09T15:16:42.657Z Downloaded macaddr v1.0.1
3182026-06-09T15:16:42.657Z Downloaded heck v0.4.1
3192026-06-09T15:16:42.661Z Downloaded zerovec-derive v0.11.2
3202026-06-09T15:16:42.661Z Downloaded thiserror-impl v2.0.18
3212026-06-09T15:16:42.661Z Downloaded thiserror-impl v1.0.69
3222026-06-09T15:16:42.661Z Downloaded heck v0.5.0
3232026-06-09T15:16:42.661Z Downloaded zmij v1.0.21
3242026-06-09T15:16:42.661Z Downloaded crypto-common v0.1.7
3252026-06-09T15:16:42.661Z Downloaded block-buffer v0.10.4
3262026-06-09T15:16:42.661Z Downloaded is_terminal_polyfill v1.70.2
3272026-06-09T15:16:42.661Z Downloaded errno v0.3.14
3282026-06-09T15:16:42.661Z Downloaded thiserror v2.0.18
3292026-06-09T15:16:42.661Z Downloaded swrite v0.1.0
3302026-06-09T15:16:42.661Z Downloaded usdt-impl v0.5.0
3312026-06-09T15:16:42.661Z Downloaded terminal_size v0.4.3
3322026-06-09T15:16:42.665Z Downloaded ordered-float v2.10.1
3332026-06-09T15:16:42.665Z Downloaded dtrace-parser v0.2.0
3342026-06-09T15:16:42.665Z Downloaded stable_deref_trait v1.2.1
3352026-06-09T15:16:42.665Z Downloaded syn v2.0.117
3362026-06-09T15:16:42.669Z Downloaded zerocopy-derive v0.7.35
3372026-06-09T15:16:42.672Z Downloaded smawk v0.3.2
3382026-06-09T15:16:42.672Z Downloaded tinystr v0.8.2
3392026-06-09T15:16:42.675Z Downloaded toml v0.8.23
3402026-06-09T15:16:42.676Z Downloaded anstyle-query v1.1.5
3412026-06-09T15:16:42.676Z Downloaded generic-array v0.14.7
3422026-06-09T15:16:42.684Z Downloaded icu_locale_core v2.1.1
3432026-06-09T15:16:42.684Z Downloaded textwrap v0.16.2
3442026-06-09T15:16:42.687Z Downloaded percent-encoding v2.3.2
3452026-06-09T15:16:42.687Z Downloaded serde-value v0.7.0
3462026-06-09T15:16:42.687Z Downloaded proc-macro-error-attr v1.0.4
3472026-06-09T15:16:42.687Z Downloaded anstyle-parse v1.0.0
3482026-06-09T15:16:42.687Z Downloaded ucd-trie v0.1.7
3492026-06-09T15:16:42.687Z Downloaded potential_utf v0.1.4
3502026-06-09T15:16:42.688Z Downloaded plain v0.2.3
3512026-06-09T15:16:42.691Z Downloaded toml_edit v0.22.27
3522026-06-09T15:16:42.694Z Downloaded typenum v1.19.0
3532026-06-09T15:16:42.694Z Downloaded fnv v1.0.7
3542026-06-09T15:16:42.695Z Downloaded cpufeatures v0.2.17
3552026-06-09T15:16:42.698Z Downloaded unicode-ident v1.0.24
3562026-06-09T15:16:42.698Z Downloaded idna_adapter v1.2.1
3572026-06-09T15:16:42.698Z Downloaded tabled_derive v0.7.0
3582026-06-09T15:16:42.701Z Downloaded url v2.5.8
3592026-06-09T15:16:42.704Z Downloaded scroll_derive v0.12.1
3602026-06-09T15:16:42.708Z Downloaded cargo-platform v0.2.0
3612026-06-09T15:16:42.708Z Downloaded zerotrie v0.2.3
3622026-06-09T15:16:42.711Z Downloaded erased-serde v0.4.9
3632026-06-09T15:16:42.715Z Downloaded anstyle v1.0.14
3642026-06-09T15:16:42.715Z Downloaded pest_meta v2.8.6
3652026-06-09T15:16:42.718Z Downloaded serde_spanned v0.6.9
3662026-06-09T15:16:42.721Z Downloaded quote v1.0.45
3672026-06-09T15:16:42.721Z Downloaded fs-err v3.3.0
3682026-06-09T15:16:42.725Z Downloaded zerovec v0.11.5
3692026-06-09T15:16:42.728Z Downloaded zerocopy v0.7.35
3702026-06-09T15:16:42.739Z Downloaded sha2 v0.10.9
3712026-06-09T15:16:42.743Z Downloaded winnow v0.7.14
3722026-06-09T15:16:42.747Z Downloaded synstructure v0.13.2
3732026-06-09T15:16:42.747Z Downloaded byteorder v1.5.0
3742026-06-09T15:16:42.747Z Downloaded serde-untagged v0.1.9
3752026-06-09T15:16:42.747Z Downloaded scroll v0.12.0
3762026-06-09T15:16:42.747Z Downloaded itoa v1.0.17
3772026-06-09T15:16:42.753Z Downloaded autocfg v1.5.0
3782026-06-09T15:16:42.753Z Downloaded cfg-if v1.0.4
3792026-06-09T15:16:42.753Z Downloaded pretty-hex v0.4.1
3802026-06-09T15:16:42.753Z Downloaded bytecount v0.6.9
3812026-06-09T15:16:42.753Z Downloaded cargo_toml v0.21.0
3822026-06-09T15:16:42.757Z Downloaded unicode-width v0.2.0
3832026-06-09T15:16:42.757Z Downloaded digest v0.10.7
3842026-06-09T15:16:42.757Z Downloaded litemap v0.8.1
3852026-06-09T15:16:42.757Z Downloaded unicode-width v0.1.14
3862026-06-09T15:16:42.760Z Downloaded cargo_metadata v0.21.0
3872026-06-09T15:16:42.764Z Downloaded proc-macro-error v1.0.4
3882026-06-09T15:16:42.767Z Downloaded serde_tokenstream v0.2.3
3892026-06-09T15:16:42.767Z Downloaded getrandom v0.4.1
3902026-06-09T15:16:42.767Z Downloaded log v0.4.29
3912026-06-09T15:16:42.771Z Downloaded cargo-util-schemas v0.8.2
3922026-06-09T15:16:42.778Z Downloaded bitflags v2.11.0
3932026-06-09T15:16:42.781Z Downloaded tempfile v3.25.0
3942026-06-09T15:16:42.787Z Downloaded semver v1.0.28
3952026-06-09T15:16:42.804Z Downloaded pest_generator v2.8.6
3962026-06-09T15:16:42.807Z Downloaded proc-macro2 v1.0.106
3972026-06-09T15:16:42.807Z Downloaded icu_properties v2.1.2
3982026-06-09T15:16:42.807Z Downloaded icu_provider v2.1.1
3992026-06-09T15:16:42.807Z Downloaded pest_derive v2.8.6
4002026-06-09T15:16:42.808Z Downloaded smallvec v1.15.1
4012026-06-09T15:16:42.808Z Downloaded serde_derive v1.0.228
4022026-06-09T15:16:42.808Z Downloaded anyhow v1.0.102
4032026-06-09T15:16:42.808Z Downloaded num-traits v0.2.19
4042026-06-09T15:16:42.808Z Downloaded serde_core v1.0.228
4052026-06-09T15:16:42.815Z Downloaded icu_normalizer_data v2.1.1
4062026-06-09T15:16:42.826Z Downloaded icu_normalizer v2.1.1
4072026-06-09T15:16:42.835Z Downloaded icu_collections v2.1.1
4082026-06-09T15:16:42.841Z Downloaded serde v1.0.228
4092026-06-09T15:16:42.850Z Downloaded memchr v2.8.0
4102026-06-09T15:16:42.864Z Downloaded indexmap v2.14.0
4112026-06-09T15:16:42.870Z Downloaded pest v2.8.6
4122026-06-09T15:16:42.871Z Downloaded clap_builder v4.6.0
4132026-06-09T15:16:42.874Z Downloaded idna v1.1.0
4142026-06-09T15:16:42.877Z Downloaded hashbrown v0.17.0
4152026-06-09T15:16:42.881Z Downloaded serde_json v1.0.149
4162026-06-09T15:16:42.884Z Downloaded icu_properties_data v2.1.2
4172026-06-09T15:16:42.891Z Downloaded goblin v0.8.2
4182026-06-09T15:16:42.903Z Downloaded tabled v0.15.0
4192026-06-09T15:16:42.913Z Downloaded syn v1.0.109
4202026-06-09T15:16:42.929Z Downloaded rustix v1.1.3
4212026-06-09T15:16:42.961Z Downloaded libc v0.2.185
4222026-06-09T15:16:43.047Z Compiling proc-macro2 v1.0.106
4232026-06-09T15:16:43.047Z Compiling unicode-ident v1.0.24
4242026-06-09T15:16:43.047Z Compiling quote v1.0.45
4252026-06-09T15:16:43.047Z Compiling serde_core v1.0.228
4262026-06-09T15:16:43.047Z Compiling libc v0.2.185
4272026-06-09T15:16:43.047Z Compiling version_check v0.9.5
4282026-06-09T15:16:43.047Z Compiling memchr v2.8.0
4292026-06-09T15:16:43.052Z Compiling stable_deref_trait v1.2.1
4302026-06-09T15:16:43.317Z Compiling serde v1.0.228
4312026-06-09T15:16:43.350Z Compiling zmij v1.0.21
4322026-06-09T15:16:43.583Z Compiling autocfg v1.5.0
4332026-06-09T15:16:43.613Z Compiling thiserror v1.0.69
4342026-06-09T15:16:43.717Z Compiling itoa v1.0.17
4352026-06-09T15:16:43.896Z Compiling ucd-trie v0.1.7
4362026-06-09T15:16:43.969Z Compiling writeable v0.6.2
4372026-06-09T15:16:44.012Z Compiling litemap v0.8.1
4382026-06-09T15:16:44.015Z Compiling byteorder v1.5.0
4392026-06-09T15:16:44.094Z Compiling pest v2.8.6
4402026-06-09T15:16:44.157Z Compiling icu_normalizer_data v2.1.1
4412026-06-09T15:16:44.157Z Compiling rustix v1.1.3
4422026-06-09T15:16:44.339Z Compiling icu_properties_data v2.1.2
4432026-06-09T15:16:44.490Z Compiling syn v2.0.117
4442026-06-09T15:16:44.565Z Compiling errno v0.3.14
4452026-06-09T15:16:44.569Z Compiling bitflags v2.11.0
4462026-06-09T15:16:44.595Z Compiling serde_json v1.0.149
4472026-06-09T15:16:44.818Z Compiling num-traits v0.2.19
4482026-06-09T15:16:44.832Z Compiling smallvec v1.15.1
4492026-06-09T15:16:44.958Z Compiling hashbrown v0.17.0
4502026-06-09T15:16:45.021Z Compiling typeid v1.0.3
4512026-06-09T15:16:45.279Z Compiling pest_meta v2.8.6
4522026-06-09T15:16:45.292Z Compiling equivalent v1.0.2
4532026-06-09T15:16:45.418Z Compiling thread-id v4.2.2
4542026-06-09T15:16:45.502Z Compiling indexmap v2.14.0
4552026-06-09T15:16:45.530Z Compiling proc-macro-error-attr v1.0.4
4562026-06-09T15:16:45.562Z Compiling usdt-impl v0.5.0
4572026-06-09T15:16:45.566Z Compiling toml_write v0.1.2
4582026-06-09T15:16:45.715Z Compiling winnow v0.7.14
4592026-06-09T15:16:45.778Z Compiling syn v1.0.109
4602026-06-09T15:16:45.794Z Compiling erased-serde v0.4.9
4612026-06-09T15:16:46.177Z Compiling proc-macro-error v1.0.4
4622026-06-09T15:16:46.273Z Compiling utf8parse v0.2.2
4632026-06-09T15:16:46.361Z Compiling camino v1.2.2
4642026-06-09T15:16:46.389Z Compiling getrandom v0.4.1
4652026-06-09T15:16:46.677Z Compiling percent-encoding v2.3.2
4662026-06-09T15:16:46.736Z Compiling utf8_iter v1.0.4
4672026-06-09T15:16:46.752Z Compiling thiserror v2.0.18
4682026-06-09T15:16:46.874Z Compiling log v0.4.29
4692026-06-09T15:16:46.890Z Compiling plain v0.2.3
4702026-06-09T15:16:46.930Z Compiling form_urlencoded v1.2.2
4712026-06-09T15:16:47.000Z Compiling ordered-float v2.10.1
4722026-06-09T15:16:47.053Z Compiling anstyle-parse v1.0.0
4732026-06-09T15:16:47.165Z Compiling synstructure v0.13.2
4742026-06-09T15:16:47.182Z Compiling pest_generator v2.8.6
4752026-06-09T15:16:47.255Z Compiling terminal_size v0.4.3
4762026-06-09T15:16:47.427Z Compiling is_terminal_polyfill v1.70.2
4772026-06-09T15:16:47.509Z Compiling anstyle v1.0.14
4782026-06-09T15:16:47.525Z Compiling pretty-hex v0.4.1
4792026-06-09T15:16:47.578Z Compiling colorchoice v1.0.4
4802026-06-09T15:16:47.597Z Compiling cfg-if v1.0.4
4812026-06-09T15:16:47.659Z Compiling anstyle-query v1.1.5
4822026-06-09T15:16:47.729Z Compiling serde-untagged v0.1.9
4832026-06-09T15:16:47.771Z Compiling anstream v1.0.0
4842026-06-09T15:16:47.802Z Compiling semver v1.0.28
4852026-06-09T15:16:47.887Z Compiling fs-err v3.3.0
4862026-06-09T15:16:47.964Z Compiling clap_lex v1.0.0
4872026-06-09T15:16:48.075Z Compiling heck v0.5.0
4882026-06-09T15:16:48.092Z Compiling fastrand v2.3.0
4892026-06-09T15:16:48.119Z Compiling bytecount v0.6.9
4902026-06-09T15:16:48.151Z Compiling strsim v0.11.1
4912026-06-09T15:16:48.193Z Compiling once_cell v1.21.3
4922026-06-09T15:16:48.256Z Compiling unicode-xid v0.2.6
4932026-06-09T15:16:48.317Z Compiling heck v0.4.1
4942026-06-09T15:16:48.381Z Compiling fnv v1.0.7
4952026-06-09T15:16:48.404Z Compiling unicode-width v0.1.14
4962026-06-09T15:16:48.484Z Compiling anyhow v1.0.102
4972026-06-09T15:16:48.505Z Compiling tempfile v3.25.0
4982026-06-09T15:16:48.544Z Compiling clap_builder v4.6.0
4992026-06-09T15:16:48.652Z Compiling papergrid v0.11.0
5002026-06-09T15:16:48.780Z Compiling memmap v0.7.0
5012026-06-09T15:16:48.845Z Compiling serde_derive v1.0.228
5022026-06-09T15:16:48.875Z Compiling zerofrom-derive v0.1.6
5032026-06-09T15:16:48.959Z Compiling yoke-derive v0.8.1
5042026-06-09T15:16:49.007Z Compiling zerovec-derive v0.11.2
5052026-06-09T15:16:49.275Z Compiling displaydoc v0.2.5
5062026-06-09T15:16:50.055Z Compiling thiserror-impl v1.0.69
5072026-06-09T15:16:50.098Z Compiling zerocopy-derive v0.7.35
5082026-06-09T15:16:50.118Z Compiling pest_derive v2.8.6
5092026-06-09T15:16:50.134Z Compiling scroll_derive v0.12.1
5102026-06-09T15:16:50.260Z Compiling zerofrom v0.1.6
5112026-06-09T15:16:50.402Z Compiling yoke v0.8.1
5122026-06-09T15:16:50.560Z Compiling thiserror-impl v2.0.18
5132026-06-09T15:16:50.599Z Compiling zerovec v0.11.5
5142026-06-09T15:16:50.799Z Compiling zerotrie v0.2.3
5152026-06-09T15:16:50.964Z Compiling zerocopy v0.7.35
5162026-06-09T15:16:51.111Z Compiling tinystr v0.8.2
5172026-06-09T15:16:51.111Z Compiling potential_utf v0.1.4
5182026-06-09T15:16:51.291Z Compiling icu_collections v2.1.1
5192026-06-09T15:16:51.343Z Compiling icu_locale_core v2.1.1
5202026-06-09T15:16:51.469Z Compiling dtrace-parser v0.2.0
5212026-06-09T15:16:51.526Z Compiling scroll v0.12.0
5222026-06-09T15:16:51.573Z Compiling tabled_derive v0.7.0
5232026-06-09T15:16:51.759Z Compiling goblin v0.8.2
5242026-06-09T15:16:51.778Z Compiling clap_derive v4.6.1
5252026-06-09T15:16:51.796Z Compiling smawk v0.3.2
5262026-06-09T15:16:52.062Z Compiling icu_provider v2.1.1
5272026-06-09T15:16:52.208Z Compiling unicode-width v0.2.0
5282026-06-09T15:16:52.234Z Compiling unicode-linebreak v0.1.5
5292026-06-09T15:16:52.340Z Compiling icu_normalizer v2.1.1
5302026-06-09T15:16:52.367Z Compiling icu_properties v2.1.2
5312026-06-09T15:16:52.418Z Compiling serde_spanned v0.6.9
5322026-06-09T15:16:52.475Z Compiling toml_datetime v0.6.11
5332026-06-09T15:16:52.491Z Compiling dof v0.3.0
5342026-06-09T15:16:52.508Z Compiling serde_tokenstream v0.2.3
5352026-06-09T15:16:52.562Z Compiling serde-value v0.7.0
5362026-06-09T15:16:52.739Z Compiling toml_edit v0.22.27
5372026-06-09T15:16:52.874Z Compiling cargo-platform v0.2.0
5382026-06-09T15:16:52.889Z Compiling tabled v0.15.0
5392026-06-09T15:16:52.918Z Compiling textwrap v0.16.2
5402026-06-09T15:16:53.145Z Compiling macaddr v1.0.1
5412026-06-09T15:16:53.375Z Compiling idna_adapter v1.2.1
5422026-06-09T15:16:53.427Z Compiling usdt-macro v0.5.0
5432026-06-09T15:16:53.450Z Compiling usdt-attr-macro v0.5.0
5442026-06-09T15:16:53.515Z Compiling idna v1.1.0
5452026-06-09T15:16:53.529Z Compiling clap v4.6.1
5462026-06-09T15:16:53.735Z Compiling camino-tempfile v1.4.1
5472026-06-09T15:16:53.896Z Compiling url v2.5.8
5482026-06-09T15:16:54.038Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5492026-06-09T15:16:54.118Z Compiling toml v0.8.23
5502026-06-09T15:16:54.169Z Compiling swrite v0.1.0
5512026-06-09T15:16:54.642Z Compiling cargo-util-schemas v0.8.2
5522026-06-09T15:16:54.678Z Compiling usdt v0.5.0
5532026-06-09T15:16:54.737Z Compiling cargo_toml v0.21.0
5542026-06-09T15:16:55.546Z Compiling cargo_metadata v0.21.0
5552026-06-09T15:16:56.481Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5562026-06-09T15:16:58.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.60s
5572026-06-09T15:16:58.796Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5582026-06-09T15:16:59.365Z Downloading crates ...
5592026-06-09T15:16:59.461Z Downloaded adler2 v2.0.1
5602026-06-09T15:16:59.468Z Downloaded allocator-api2 v0.2.21
5612026-06-09T15:16:59.478Z Downloaded anstyle-parse v0.2.7
5622026-06-09T15:16:59.486Z Downloaded ctr v0.9.2
5632026-06-09T15:16:59.489Z Downloaded crunchy v0.2.4
5642026-06-09T15:16:59.492Z Downloaded aead v0.5.2
5652026-06-09T15:16:59.492Z Downloaded atomicwrites v0.4.4
5662026-06-09T15:16:59.492Z Downloaded aho-corasick v1.1.4
5672026-06-09T15:16:59.495Z Downloaded csv-core v0.1.13
5682026-06-09T15:16:59.497Z Downloaded crc-any v2.5.0
5692026-06-09T15:16:59.497Z Downloaded darling v0.21.3
5702026-06-09T15:16:59.500Z Downloaded cargo_metadata v0.23.1
5712026-06-09T15:16:59.503Z Downloaded base64ct v1.8.3
5722026-06-09T15:16:59.506Z Downloaded dirs-sys-next v0.1.2
5732026-06-09T15:16:59.506Z Downloaded ecdsa v0.16.9
5742026-06-09T15:16:59.509Z Downloaded array-init v0.0.4
5752026-06-09T15:16:59.509Z Downloaded defmt v0.3.100
5762026-06-09T15:16:59.509Z Downloaded darling_macro v0.23.0
5772026-06-09T15:16:59.509Z Downloaded darling_macro v0.20.11
5782026-06-09T15:16:59.512Z Downloaded elliptic-curve v0.13.8
5792026-06-09T15:16:59.512Z Downloaded assert_matches v1.5.0
5802026-06-09T15:16:59.515Z Downloaded derive_builder_macro v0.20.2
5812026-06-09T15:16:59.515Z Downloaded darling_core v0.23.0
5822026-06-09T15:16:59.518Z Downloaded cassowary v0.3.0
5832026-06-09T15:16:59.521Z Downloaded dyn-clone v1.0.20
5842026-06-09T15:16:59.521Z Downloaded darling v0.23.0
5852026-06-09T15:16:59.524Z Downloaded darling v0.13.4
5862026-06-09T15:16:59.528Z Downloaded ascii-canvas v3.0.0
5872026-06-09T15:16:59.528Z Downloaded buf-list v1.1.2
5882026-06-09T15:16:59.532Z Downloaded fixedbitset v0.4.2
5892026-06-09T15:16:59.532Z Downloaded des v0.8.1
5902026-06-09T15:16:59.532Z Downloaded crypto-bigint v0.5.5
5912026-06-09T15:16:59.535Z Downloaded async-stream v0.3.6
5922026-06-09T15:16:59.540Z Downloaded atomic-waker v1.1.2
5932026-06-09T15:16:59.540Z Downloaded curve25519-dalek-derive v0.1.1
5942026-06-09T15:16:59.543Z Downloaded dsl_auto_type v0.2.0
5952026-06-09T15:16:59.543Z Downloaded bcrypt-pbkdf v0.10.0
5962026-06-09T15:16:59.546Z Downloaded bb8 v0.8.6
5972026-06-09T15:16:59.546Z Downloaded anstream v0.6.21
5982026-06-09T15:16:59.549Z Downloaded bitfield v0.19.4
5992026-06-09T15:16:59.549Z Downloaded darling_core v0.13.4
6002026-06-09T15:16:59.552Z Downloaded dtrace-parser v0.3.0
6012026-06-09T15:16:59.552Z Downloaded arc-swap v1.8.2
6022026-06-09T15:16:59.555Z Downloaded bitfield-struct v0.6.2
6032026-06-09T15:16:59.558Z Downloaded crucible-workspace-hack v0.1.0
6042026-06-09T15:16:59.559Z Downloaded darling_macro v0.13.4
6052026-06-09T15:16:59.559Z Downloaded defmt-parser v1.0.0
6062026-06-09T15:16:59.559Z Downloaded cfg_aliases v0.1.1
6072026-06-09T15:16:59.561Z Downloaded castaway v0.2.4
6082026-06-09T15:16:59.561Z Downloaded compression-core v0.4.31
6092026-06-09T15:16:59.561Z Downloaded base16ct v0.2.0
6102026-06-09T15:16:59.565Z Downloaded embedded-io v0.4.0
6112026-06-09T15:16:59.565Z Downloaded float-cmp v0.10.0
6122026-06-09T15:16:59.568Z Downloaded cobs v0.3.0
6132026-06-09T15:16:59.568Z Downloaded darling_macro v0.21.3
6142026-06-09T15:16:59.568Z Downloaded bitfield-macros v0.19.4
6152026-06-09T15:16:59.571Z Downloaded crc8 v0.1.1
6162026-06-09T15:16:59.571Z Downloaded cfg_aliases v0.2.1
6172026-06-09T15:16:59.571Z Downloaded document-features v0.2.12
6182026-06-09T15:16:59.574Z Downloaded cstr-argument v0.1.2
6192026-06-09T15:16:59.574Z Downloaded ciborium-io v0.2.2
6202026-06-09T15:16:59.576Z Downloaded block-padding v0.3.3
6212026-06-09T15:16:59.579Z Downloaded display-error-chain v0.2.2
6222026-06-09T15:16:59.579Z Downloaded dirs-next v2.0.0
6232026-06-09T15:16:59.579Z Downloaded dropshot-api-manager-types v0.7.2
6242026-06-09T15:16:59.582Z Downloaded difflib v0.4.0
6252026-06-09T15:16:59.585Z Downloaded crc-catalog v2.4.0
6262026-06-09T15:16:59.585Z Downloaded cargo-platform v0.3.2
6272026-06-09T15:16:59.588Z Downloaded float-ord v0.3.2
6282026-06-09T15:16:59.591Z Downloaded async-recursion v1.1.1
6292026-06-09T15:16:59.594Z Downloaded funty v2.0.0
6302026-06-09T15:16:59.594Z Downloaded fd-lock v4.0.4
6312026-06-09T15:16:59.597Z Downloaded foreign-types v0.3.2
6322026-06-09T15:16:59.597Z Downloaded downcast-rs v2.0.2
6332026-06-09T15:16:59.600Z Downloaded endian-type v0.1.2
6342026-06-09T15:16:59.600Z Downloaded crc v3.4.0
6352026-06-09T15:16:59.600Z Downloaded bit-set v0.5.3
6362026-06-09T15:16:59.603Z Downloaded diesel_table_macro_syntax v0.3.0
6372026-06-09T15:16:59.603Z Downloaded ciborium-ll v0.2.2
6382026-06-09T15:16:59.603Z Downloaded cpufeatures v0.3.0
6392026-06-09T15:16:59.603Z Downloaded enum-as-inner v0.6.1
6402026-06-09T15:16:59.606Z Downloaded embedded-io v0.6.1
6412026-06-09T15:16:59.606Z Downloaded flagset v0.4.7
6422026-06-09T15:16:59.609Z Downloaded env_filter v1.0.0
6432026-06-09T15:16:59.609Z Downloaded bit-set v0.8.0
6442026-06-09T15:16:59.609Z Downloaded bitflags v1.3.2
6452026-06-09T15:16:59.612Z Downloaded futures-sink v0.3.32
6462026-06-09T15:16:59.612Z Downloaded atty v0.2.14
6472026-06-09T15:16:59.615Z Downloaded arrayref v0.3.9
6482026-06-09T15:16:59.615Z Downloaded cipher v0.4.4
6492026-06-09T15:16:59.615Z Downloaded debug-ignore v1.0.5
6502026-06-09T15:16:59.619Z Downloaded async-trait v0.1.89
6512026-06-09T15:16:59.623Z Downloaded futures-task v0.3.32
6522026-06-09T15:16:59.626Z Downloaded backoff v0.4.0
6532026-06-09T15:16:59.626Z Downloaded foreign-types-macros v0.2.3
6542026-06-09T15:16:59.629Z Downloaded constant_time_eq v0.4.2
6552026-06-09T15:16:59.629Z Downloaded git-stub v1.0.0
6562026-06-09T15:16:59.632Z Downloaded backon v1.6.0
6572026-06-09T15:16:59.635Z Downloaded ff v0.13.1
6582026-06-09T15:16:59.635Z Downloaded ena v0.14.4
6592026-06-09T15:16:59.635Z Downloaded foreign-types-shared v0.3.1
6602026-06-09T15:16:59.638Z Downloaded foreign-types-shared v0.1.1
6612026-06-09T15:16:59.638Z Downloaded fixedbitset v0.5.7
6622026-06-09T15:16:59.638Z Downloaded ed25519 v2.2.3
6632026-06-09T15:16:59.641Z Downloaded fxhash v0.2.1
6642026-06-09T15:16:59.641Z Downloaded futures-macro v0.3.32
6652026-06-09T15:16:59.641Z Downloaded futures-io v0.3.32
6662026-06-09T15:16:59.641Z Downloaded critical-section v1.2.0
6672026-06-09T15:16:59.644Z Downloaded ghash v0.5.1
6682026-06-09T15:16:59.644Z Downloaded foreign-types v0.5.0
6692026-06-09T15:16:59.644Z Downloaded either v1.15.0
6702026-06-09T15:16:59.647Z Downloaded hash32 v0.2.1
6712026-06-09T15:16:59.647Z Downloaded hash32 v0.3.1
6722026-06-09T15:16:59.650Z Downloaded globwalk v0.9.1
6732026-06-09T15:16:59.650Z Downloaded async-stream-impl v0.3.6
6742026-06-09T15:16:59.650Z Downloaded der_derive v0.7.3
6752026-06-09T15:16:59.650Z Downloaded defmt-macros v1.0.1
6762026-06-09T15:16:59.653Z Downloaded dunce v1.0.5
6772026-06-09T15:16:59.657Z Downloaded defmt v1.0.1
6782026-06-09T15:16:59.657Z Downloaded bit-vec v0.8.0
6792026-06-09T15:16:59.660Z Downloaded corncobs v0.1.4
6802026-06-09T15:16:59.660Z Downloaded daft v0.1.7
6812026-06-09T15:16:59.663Z Downloaded fallible-iterator v0.2.0
6822026-06-09T15:16:59.663Z Downloaded cmake v0.1.57
6832026-06-09T15:16:59.663Z Downloaded convert_case v0.10.0
6842026-06-09T15:16:59.666Z Downloaded dof v0.4.0
6852026-06-09T15:16:59.666Z Downloaded crossbeam-deque v0.8.6
6862026-06-09T15:16:59.666Z Downloaded convert_case v0.4.0
6872026-06-09T15:16:59.668Z Downloaded foldhash v0.1.5
6882026-06-09T15:16:59.669Z Downloaded gethostname v0.5.0
6892026-06-09T15:16:59.671Z Downloaded find-msvc-tools v0.1.9
6902026-06-09T15:16:59.672Z Downloaded diesel-dtrace v0.5.0
6912026-06-09T15:16:59.672Z Downloaded derive-ex v0.1.8
6922026-06-09T15:16:59.675Z Downloaded daft-derive v0.1.7
6932026-06-09T15:16:59.678Z Downloaded env_logger v0.11.9
6942026-06-09T15:16:59.678Z Downloaded camino-tempfile-ext v0.3.3
6952026-06-09T15:16:59.680Z Downloaded deranged v0.5.8
6962026-06-09T15:16:59.680Z Downloaded byte-wrapper v0.1.0
6972026-06-09T15:16:59.683Z Downloaded filetime v0.2.27
6982026-06-09T15:16:59.683Z Downloaded hex v0.4.3
6992026-06-09T15:16:59.686Z Downloaded headers-core v0.3.0
7002026-06-09T15:16:59.686Z Downloaded cbc v0.1.2
7012026-06-09T15:16:59.686Z Downloaded ahash v0.8.12
7022026-06-09T15:16:59.691Z Downloaded hubpack v0.1.2
7032026-06-09T15:16:59.691Z Downloaded cexpr v0.6.0
7042026-06-09T15:16:59.694Z Downloaded bcs v0.1.6
7052026-06-09T15:16:59.694Z Downloaded foldhash v0.2.0
7062026-06-09T15:16:59.694Z Downloaded bzip2 v0.4.4
7072026-06-09T15:16:59.694Z Downloaded erased-serde v0.3.31
7082026-06-09T15:16:59.697Z Downloaded httpdate v1.0.3
7092026-06-09T15:16:59.697Z Downloaded http-range v0.1.5
7102026-06-09T15:16:59.700Z Downloaded cookie v0.18.1
7112026-06-09T15:16:59.700Z Downloaded bumpalo v3.20.2
7122026-06-09T15:16:59.703Z Downloaded globset v0.4.18
7132026-06-09T15:16:59.703Z Downloaded hex-literal v0.4.1
7142026-06-09T15:16:59.706Z Downloaded hostname v0.4.2
7152026-06-09T15:16:59.706Z Downloaded hostname v0.3.1
7162026-06-09T15:16:59.706Z Downloaded ident_case v1.0.1
7172026-06-09T15:16:59.709Z Downloaded hyper-tls v0.6.0
7182026-06-09T15:16:59.709Z Downloaded http-body v1.0.1
7192026-06-09T15:16:59.709Z Downloaded home v0.5.12
7202026-06-09T15:16:59.712Z Downloaded group v0.13.0
7212026-06-09T15:16:59.712Z Downloaded illumos-nvpair-sys v0.2.0
7222026-06-09T15:16:59.712Z Downloaded glob v0.3.3
7232026-06-09T15:16:59.715Z Downloaded inout v0.1.4
7242026-06-09T15:16:59.715Z Downloaded futures-executor v0.3.32
7252026-06-09T15:16:59.715Z Downloaded instant v0.1.13
7262026-06-09T15:16:59.718Z Downloaded futures-core v0.3.32
7272026-06-09T15:16:59.718Z Downloaded hubpack_derive v0.1.1
7282026-06-09T15:16:59.718Z Downloaded fs-err v2.11.0
7292026-06-09T15:16:59.721Z Downloaded lazy_static v1.5.0
7302026-06-09T15:16:59.721Z Downloaded illumos-nvpair v0.3.0
7312026-06-09T15:16:59.721Z Downloaded indent_write v2.2.0
7322026-06-09T15:16:59.724Z Downloaded indoc v1.0.9
7332026-06-09T15:16:59.724Z Downloaded expectorate v1.2.0
7342026-06-09T15:16:59.727Z Downloaded git-stub-vcs v0.1.0
7352026-06-09T15:16:59.727Z Downloaded instability v0.3.11
7362026-06-09T15:16:59.730Z Downloaded crossbeam-utils v0.8.21
7372026-06-09T15:16:59.730Z Downloaded data-encoding v2.10.0
7382026-06-09T15:16:59.733Z Downloaded ciborium v0.2.2
7392026-06-09T15:16:59.734Z Downloaded argon2 v0.5.3
7402026-06-09T15:16:59.736Z Downloaded colored v3.1.1
7412026-06-09T15:16:59.737Z Downloaded futures-channel v0.3.32
7422026-06-09T15:16:59.739Z Downloaded crc32fast v1.5.0
7432026-06-09T15:16:59.739Z Downloaded diff v0.1.13
7442026-06-09T15:16:59.742Z Downloaded console v0.15.11
7452026-06-09T15:16:59.745Z Downloaded const_format_proc_macros v0.2.34
7462026-06-09T15:16:59.745Z Downloaded fs_extra v1.3.0
7472026-06-09T15:16:59.748Z Downloaded highway v1.3.0
7482026-06-09T15:16:59.748Z Downloaded cookie_store v0.22.1
7492026-06-09T15:16:59.751Z Downloaded compression-codecs v0.4.37
7502026-06-09T15:16:59.751Z Downloaded internet-checksum v0.2.1
7512026-06-09T15:16:59.754Z Downloaded is_ci v1.2.0
7522026-06-09T15:16:59.754Z Downloaded is-terminal v0.4.17
7532026-06-09T15:16:59.754Z Downloaded cancel-safe-futures v0.1.5
7542026-06-09T15:16:59.757Z Downloaded lalrpop-util v0.19.12
7552026-06-09T15:16:59.760Z Downloaded kstat-rs v0.2.4
7562026-06-09T15:16:59.760Z Downloaded derive_more v0.99.20
7572026-06-09T15:16:59.763Z Downloaded blake2 v0.10.6
7582026-06-09T15:16:59.763Z Downloaded async-bb8-diesel v0.2.1
7592026-06-09T15:16:59.766Z Downloaded lru v0.12.5
7602026-06-09T15:16:59.766Z Downloaded libscf-sys v1.1.0
7612026-06-09T15:16:59.768Z Downloaded ed25519-dalek v2.2.0
7622026-06-09T15:16:59.769Z Downloaded bzip2 v0.6.1
7632026-06-09T15:16:59.771Z Downloaded clang-sys v1.8.1
7642026-06-09T15:16:59.771Z Downloaded memoffset v0.9.1
7652026-06-09T15:16:59.774Z Downloaded maybe-uninit v2.0.0
7662026-06-09T15:16:59.775Z Downloaded maplit v1.0.2
7672026-06-09T15:16:59.775Z Downloaded derive_builder_core v0.20.2
7682026-06-09T15:16:59.777Z Downloaded humantime v2.3.0
7692026-06-09T15:16:59.777Z Downloaded const-oid v0.9.6
7702026-06-09T15:16:59.782Z Downloaded bit-vec v0.6.3
7712026-06-09T15:16:59.782Z Downloaded lru-cache v0.1.2
7722026-06-09T15:16:59.782Z Downloaded compact_str v0.8.1
7732026-06-09T15:16:59.785Z Downloaded half v1.8.3
7742026-06-09T15:16:59.785Z Downloaded ingot v0.1.1
7752026-06-09T15:16:59.785Z Downloaded arrayvec v0.7.6
7762026-06-09T15:16:59.788Z Downloaded linked-hash-map v0.5.6
7772026-06-09T15:16:59.788Z Downloaded md5 v0.7.0
7782026-06-09T15:16:59.790Z Downloaded ipnet v2.11.0
7792026-06-09T15:16:59.791Z Downloaded keccak v0.1.6
7802026-06-09T15:16:59.791Z Downloaded mime v0.3.17
7812026-06-09T15:16:59.794Z Downloaded ipnetwork v0.21.1
7822026-06-09T15:16:59.794Z Downloaded impl-trait-for-tuples v0.2.3
7832026-06-09T15:16:59.797Z Downloaded indoc v2.0.7
7842026-06-09T15:16:59.797Z Downloaded new_debug_unreachable v1.0.6
7852026-06-09T15:16:59.800Z Downloaded nodrop v0.1.14
7862026-06-09T15:16:59.800Z Downloaded md-5 v0.10.6
7872026-06-09T15:16:59.800Z Downloaded match_cfg v0.1.0
7882026-06-09T15:16:59.803Z Downloaded lzss v0.8.2
7892026-06-09T15:16:59.803Z Downloaded newtype_derive v0.1.6
7902026-06-09T15:16:59.803Z Downloaded nibble_vec v0.1.0
7912026-06-09T15:16:59.806Z Downloaded newtype-uuid-macros v0.1.0
7922026-06-09T15:16:59.806Z Downloaded newline-converter v0.3.0
7932026-06-09T15:16:59.806Z Downloaded lru-slab v0.1.2
7942026-06-09T15:16:59.809Z Downloaded ingot-types v0.1.2
7952026-06-09T15:16:59.809Z Downloaded drift v0.2.0
7962026-06-09T15:16:59.814Z Downloaded dropshot_endpoint v0.17.0
7972026-06-09T15:16:59.817Z Downloaded futures v0.3.32
7982026-06-09T15:16:59.820Z Downloaded derive_builder v0.20.2
7992026-06-09T15:16:59.823Z Downloaded nonempty v0.12.0
8002026-06-09T15:16:59.827Z Downloaded derive-where v1.6.0
8012026-06-09T15:16:59.830Z Downloaded num-derive v0.3.3
8022026-06-09T15:16:59.830Z Downloaded darling v0.20.11
8032026-06-09T15:16:59.833Z Downloaded num-conv v0.2.0
8042026-06-09T15:16:59.833Z Downloaded num v0.4.3
8052026-06-09T15:16:59.833Z Downloaded normalize-line-endings v0.3.0
8062026-06-09T15:16:59.837Z Downloaded libsw-core v0.3.2
8072026-06-09T15:16:59.838Z Downloaded libefi-sys v0.1.0
8082026-06-09T15:16:59.838Z Downloaded hmac v0.12.1
8092026-06-09T15:16:59.840Z Downloaded hyper-staticfile v0.10.1
8102026-06-09T15:16:59.840Z Downloaded darling_core v0.20.11
8112026-06-09T15:16:59.843Z Downloaded num-derive v0.4.2
8122026-06-09T15:16:59.843Z Downloaded getrandom v0.2.17
8132026-06-09T15:16:59.846Z Downloaded libloading v0.8.9
8142026-06-09T15:16:59.849Z Downloaded num-iter v0.1.45
8152026-06-09T15:16:59.849Z Downloaded managed v0.8.0
8162026-06-09T15:16:59.849Z Downloaded lock_api v0.4.14
8172026-06-09T15:16:59.852Z Downloaded openssl-probe v0.1.6
8182026-06-09T15:16:59.852Z Downloaded olpc-cjson v0.1.4
8192026-06-09T15:16:59.852Z Downloaded num_threads v0.1.7
8202026-06-09T15:16:59.855Z Downloaded libsw v3.5.0
8212026-06-09T15:16:59.855Z Downloaded chacha20 v0.10.0
8222026-06-09T15:16:59.858Z Downloaded parse-size v1.1.0
8232026-06-09T15:16:59.872Z Downloaded peg-runtime v0.8.5
8242026-06-09T15:16:59.875Z Downloaded multer v3.1.0
8252026-06-09T15:16:59.875Z Downloaded native-tls v0.2.18
8262026-06-09T15:16:59.878Z Downloaded pbkdf2 v0.12.2
8272026-06-09T15:16:59.878Z Downloaded packed_struct_codegen v0.10.1
8282026-06-09T15:16:59.878Z Downloaded oso-derive v0.27.3
8292026-06-09T15:16:59.885Z Downloaded openssl-probe v0.2.1
8302026-06-09T15:16:59.885Z Downloaded openssl-macros v0.1.1
8312026-06-09T15:16:59.885Z Downloaded newtype-uuid v1.3.2
8322026-06-09T15:16:59.885Z Downloaded parse-display v0.10.0
8332026-06-09T15:16:59.886Z Downloaded half v2.7.1
8342026-06-09T15:16:59.886Z Downloaded nanorand v0.7.0
8352026-06-09T15:16:59.886Z Downloaded multimap v0.10.1
8362026-06-09T15:16:59.890Z Downloaded mime_guess v2.0.5
8372026-06-09T15:16:59.890Z Downloaded der v0.7.10
8382026-06-09T15:16:59.893Z Downloaded darling_core v0.21.3
8392026-06-09T15:16:59.896Z Downloaded fatfs v0.3.6
8402026-06-09T15:16:59.899Z Downloaded linear-map v1.2.0
8412026-06-09T15:16:59.899Z Downloaded ingot-macros v0.1.1
8422026-06-09T15:16:59.901Z Downloaded iana-time-zone v0.1.65
8432026-06-09T15:16:59.901Z Downloaded jobserver v0.1.34
8442026-06-09T15:16:59.904Z Downloaded num-complex v0.4.6
8452026-06-09T15:16:59.904Z Downloaded hyper-rustls v0.27.7
8462026-06-09T15:16:59.907Z Downloaded http-body-util v0.1.3
8472026-06-09T15:16:59.907Z Downloaded base64 v0.22.1
8482026-06-09T15:16:59.910Z Downloaded pbkdf2 v0.11.0
8492026-06-09T15:16:59.913Z Downloaded pin-utils v0.1.0
8502026-06-09T15:16:59.913Z Downloaded phf_shared v0.13.1
8512026-06-09T15:16:59.913Z Downloaded phf_shared v0.12.1
8522026-06-09T15:16:59.913Z Downloaded path-slash v0.1.5
8532026-06-09T15:16:59.916Z Downloaded num_enum_derive v0.5.11
8542026-06-09T15:16:59.916Z Downloaded phf_shared v0.11.3
8552026-06-09T15:16:59.916Z Downloaded ar_archive_writer v0.5.1
8562026-06-09T15:16:59.919Z Downloaded litrs v1.0.0
8572026-06-09T15:16:59.922Z Downloaded chacha20poly1305 v0.10.1
8582026-06-09T15:16:59.922Z Downloaded packed_struct v0.10.1
8592026-06-09T15:16:59.925Z Downloaded oxnet v0.1.5
8602026-06-09T15:16:59.925Z Downloaded proc-macro-crate v3.4.0
8612026-06-09T15:16:59.928Z Downloaded proc-macro-crate v1.3.1
8622026-06-09T15:16:59.928Z Downloaded const_format v0.2.35
8632026-06-09T15:16:59.931Z Downloaded cc v1.2.56
8642026-06-09T15:16:59.934Z Downloaded num_enum v0.5.11
8652026-06-09T15:16:59.937Z Downloaded num-integer v0.1.46
8662026-06-09T15:16:59.937Z Downloaded httparse v1.10.1
8672026-06-09T15:16:59.941Z Downloaded powerfmt v0.2.0
8682026-06-09T15:16:59.941Z Downloaded bytes v1.11.1
8692026-06-09T15:16:59.948Z Downloaded progenitor-macro v0.11.2
8702026-06-09T15:16:59.954Z Downloaded progenitor-macro v0.13.0
8712026-06-09T15:16:59.957Z Downloaded parking_lot_core v0.8.6
8722026-06-09T15:16:59.957Z Downloaded owo-colors v4.3.0
8732026-06-09T15:16:59.960Z Downloaded nu-ansi-term v0.50.3
8742026-06-09T15:16:59.960Z Downloaded parse-display-derive v0.10.0
8752026-06-09T15:16:59.963Z Downloaded memmap2 v0.9.10
8762026-06-09T15:16:59.963Z Downloaded headers v0.4.1
8772026-06-09T15:16:59.967Z Downloaded progenitor-client v0.10.0
8782026-06-09T15:16:59.967Z Downloaded proc-macro-error-attr2 v2.0.0
8792026-06-09T15:16:59.970Z Downloaded flate2 v1.1.9
8802026-06-09T15:16:59.973Z Downloaded libbz2-rs-sys v0.2.2
8812026-06-09T15:16:59.973Z Downloaded phf v0.13.1
8822026-06-09T15:16:59.976Z Downloaded paste v1.0.15
8832026-06-09T15:16:59.976Z Downloaded password-hash v0.5.0
8842026-06-09T15:16:59.979Z Downloaded derive_more-impl v2.1.1
8852026-06-09T15:16:59.981Z Downloaded pkg-config v0.3.32
8862026-06-09T15:16:59.984Z Downloaded pkcs8 v0.10.2
8872026-06-09T15:16:59.984Z Downloaded base64 v0.21.7
8882026-06-09T15:16:59.987Z Downloaded rand_chacha v0.3.1
8892026-06-09T15:16:59.990Z Downloaded ppv-lite86 v0.2.21
8902026-06-09T15:16:59.990Z Downloaded derive_more v2.1.1
8912026-06-09T15:16:59.996Z Downloaded pin-project-lite v0.2.17
8922026-06-09T15:16:59.999Z Downloaded radium v0.7.0
8932026-06-09T15:17:00.002Z Downloaded psl-types v2.0.11
8942026-06-09T15:17:00.002Z Downloaded primeorder v0.13.6
8952026-06-09T15:17:00.002Z Downloaded peg v0.8.5
8962026-06-09T15:17:00.005Z Downloaded progenitor-client v0.14.0
8972026-06-09T15:17:00.005Z Downloaded polyval v0.6.2
8982026-06-09T15:17:00.008Z Downloaded indicatif v0.18.4
8992026-06-09T15:17:00.011Z Downloaded num-rational v0.4.2
9002026-06-09T15:17:00.011Z Downloaded indexmap v1.9.3
9012026-06-09T15:17:00.014Z Downloaded num_enum_derive v0.7.6
9022026-06-09T15:17:00.014Z Downloaded heapless v0.8.0
9032026-06-09T15:17:00.017Z Downloaded progenitor v0.14.0
9042026-06-09T15:17:00.017Z Downloaded progenitor v0.13.0
9052026-06-09T15:17:00.017Z Downloaded poly1305 v0.8.0
9062026-06-09T15:17:00.021Z Downloaded recursive v0.1.1
9072026-06-09T15:17:00.021Z Downloaded parking_lot v0.12.5
9082026-06-09T15:17:00.024Z Downloaded recursive-proc-macro-impl v0.1.1
9092026-06-09T15:17:00.024Z Downloaded progenitor-client v0.11.2
9102026-06-09T15:17:00.024Z Downloaded predicates-tree v1.0.13
9112026-06-09T15:17:00.027Z Downloaded predicates-core v1.0.10
9122026-06-09T15:17:00.027Z Downloaded precomputed-hash v0.1.1
9132026-06-09T15:17:00.027Z Downloaded pem-rfc7468 v0.7.0
9142026-06-09T15:17:00.027Z Downloaded pem v3.0.6
9152026-06-09T15:17:00.030Z Downloaded peg-macros v0.8.5
9162026-06-09T15:17:00.030Z Downloaded oxide-tokio-rt v0.1.4
9172026-06-09T15:17:00.033Z Downloaded rand_xorshift v0.4.0
9182026-06-09T15:17:00.033Z Downloaded predicates v3.1.4
9192026-06-09T15:17:00.036Z Downloaded postgres-protocol v0.6.10
9202026-06-09T15:17:00.036Z Downloaded opaque-debug v0.3.1
9212026-06-09T15:17:00.036Z Downloaded hickory-resolver v0.24.4
9222026-06-09T15:17:00.039Z Downloaded num_enum v0.7.6
9232026-06-09T15:17:00.043Z Downloaded psm v0.1.30
9242026-06-09T15:17:00.045Z Downloaded rustc_version v0.1.7
9252026-06-09T15:17:00.045Z Downloaded diesel_derives v2.3.7
9262026-06-09T15:17:00.048Z Downloaded russh-cryptovec v0.7.3
9272026-06-09T15:17:00.048Z Downloaded progenitor-client v0.13.0
9282026-06-09T15:17:00.051Z Downloaded progenitor v0.11.2
9292026-06-09T15:17:00.051Z Downloaded ref-cast v1.0.25
9302026-06-09T15:17:00.054Z Downloaded rfc6979 v0.4.0
9312026-06-09T15:17:00.054Z Downloaded rand_core v0.9.5
9322026-06-09T15:17:00.054Z Downloaded omicron-zone-package v0.12.2
9332026-06-09T15:17:00.060Z Downloaded rand_core v0.6.4
9342026-06-09T15:17:00.060Z Downloaded rand_chacha v0.9.0
9352026-06-09T15:17:00.060Z Downloaded rustc_version v0.4.1
9362026-06-09T15:17:00.063Z Downloaded rustc-hash v2.1.1
9372026-06-09T15:17:00.063Z Downloaded rtoolbox v0.0.3
9382026-06-09T15:17:00.063Z Downloaded postgres-types v0.2.12
9392026-06-09T15:17:00.063Z Downloaded proc-macro-error2 v2.0.1
9402026-06-09T15:17:00.066Z Downloaded pkcs5 v0.7.1
9412026-06-09T15:17:00.066Z Downloaded progenitor-macro v0.14.0
9422026-06-09T15:17:00.069Z Downloaded password-hash v0.4.2
9432026-06-09T15:17:00.069Z Downloaded parking_lot v0.11.2
9442026-06-09T15:17:00.072Z Downloaded crossterm v0.29.0
9452026-06-09T15:17:00.075Z Downloaded flume v0.11.1
9462026-06-09T15:17:00.078Z Downloaded crossbeam-channel v0.5.15
9472026-06-09T15:17:00.078Z Downloaded salsa20 v0.10.2
9482026-06-09T15:17:00.081Z Downloaded pin-project-internal v1.1.11
9492026-06-09T15:17:00.081Z Downloaded getrandom v0.3.4
9502026-06-09T15:17:00.084Z Downloaded phf v0.12.1
9512026-06-09T15:17:00.084Z Downloaded colored v2.2.0
9522026-06-09T15:17:00.087Z Downloaded crossbeam-epoch v0.9.18
9532026-06-09T15:17:00.087Z Downloaded miniz_oxide v0.8.9
9542026-06-09T15:17:00.090Z Downloaded blowfish v0.9.1
9552026-06-09T15:17:00.090Z Downloaded chacha20 v0.9.1
9562026-06-09T15:17:00.093Z Downloaded progenitor-extras v0.2.0
9572026-06-09T15:17:00.093Z Downloaded console v0.16.2
9582026-06-09T15:17:00.095Z Downloaded resolv-conf v0.7.6
9592026-06-09T15:17:00.098Z Downloaded rand_seeder v0.4.0
9602026-06-09T15:17:00.098Z Downloaded scroll_derive v0.13.1
9612026-06-09T15:17:00.103Z Downloaded pkcs1 v0.7.5
9622026-06-09T15:17:00.110Z Downloaded jiff-static v0.2.21
9632026-06-09T15:17:00.113Z Downloaded hickory-resolver v0.25.2
9642026-06-09T15:17:00.116Z Downloaded same-file v1.0.6
9652026-06-09T15:17:00.116Z Downloaded rand_core v0.10.0
9662026-06-09T15:17:00.119Z Downloaded r2d2 v0.8.10
9672026-06-09T15:17:00.119Z Downloaded quick-error v1.2.3
9682026-06-09T15:17:00.122Z Downloaded sapling-renderdag v0.1.0
9692026-06-09T15:17:00.125Z Downloaded serde-big-array v0.5.1
9702026-06-09T15:17:00.128Z Downloaded scopeguard v1.2.0
9712026-06-09T15:17:00.128Z Downloaded oso v0.27.3
9722026-06-09T15:17:00.128Z Downloaded ignore v0.4.25
9732026-06-09T15:17:00.131Z Downloaded parking_lot_core v0.9.12
9742026-06-09T15:17:00.131Z Downloaded serde_urlencoded v0.7.1
9752026-06-09T15:17:00.134Z Downloaded rustls-pemfile v1.0.4
9762026-06-09T15:17:00.134Z Downloaded serde_spanned v1.0.4
9772026-06-09T15:17:00.137Z Downloaded papergrid v0.17.0
9782026-06-09T15:17:00.140Z Downloaded ref-cast-impl v1.0.25
9792026-06-09T15:17:00.140Z Downloaded p256 v0.13.2
9802026-06-09T15:17:00.142Z Downloaded prefix-trie v0.7.0
9812026-06-09T15:17:00.142Z Downloaded secrecy v0.10.3
9822026-06-09T15:17:00.142Z Downloaded pin-project v1.1.11
9832026-06-09T15:17:00.149Z Downloaded serde_bytes v0.11.19
9842026-06-09T15:17:00.152Z Downloaded semver v0.1.20
9852026-06-09T15:17:00.152Z Downloaded secrecy v0.8.0
9862026-06-09T15:17:00.152Z Downloaded rustversion v1.0.22
9872026-06-09T15:17:00.155Z Downloaded signal-hook-mio v0.2.5
9882026-06-09T15:17:00.155Z Downloaded siphasher v1.0.2
9892026-06-09T15:17:00.155Z Downloaded sigpipe v0.1.3
9902026-06-09T15:17:00.158Z Downloaded sha1 v0.10.6
9912026-06-09T15:17:00.158Z Downloaded serde_repr v0.1.20
9922026-06-09T15:17:00.158Z Downloaded serde_plain v1.0.2
9932026-06-09T15:17:00.161Z Downloaded rustls-pemfile v2.2.0
9942026-06-09T15:17:00.165Z Downloaded heapless v0.7.17
9952026-06-09T15:17:00.172Z Downloaded rustls-native-certs v0.8.3
9962026-06-09T15:17:00.175Z Downloaded scrypt v0.11.0
9972026-06-09T15:17:00.175Z Downloaded sct v0.7.1
9982026-06-09T15:17:00.178Z Downloaded scroll v0.13.0
9992026-06-09T15:17:00.181Z Downloaded sec1 v0.7.3
10002026-06-09T15:17:00.184Z Downloaded crossterm v0.28.1
10012026-06-09T15:17:00.187Z Downloaded signature v2.2.0
10022026-06-09T15:17:00.190Z Downloaded shell-words v1.1.1
10032026-06-09T15:17:00.190Z Downloaded http v1.4.0
10042026-06-09T15:17:00.193Z Downloaded slog-bunyan v2.5.0
10052026-06-09T15:17:00.193Z Downloaded quinn-udp v0.5.14
10062026-06-09T15:17:00.195Z Downloaded async-compression v0.4.41
10072026-06-09T15:17:00.202Z Downloaded serde_derive_internals v0.29.1
10082026-06-09T15:17:00.206Z Downloaded scheduled-thread-pool v0.2.7
10092026-06-09T15:17:00.208Z Downloaded slog-envlogger v2.2.0
10102026-06-09T15:17:00.214Z Downloaded postcard v1.1.3
10112026-06-09T15:17:00.217Z Downloaded pretty_assertions v1.4.1
10122026-06-09T15:17:00.220Z Downloaded schemars_derive v0.8.22
10132026-06-09T15:17:00.223Z Downloaded openssl-sys v0.9.115
10142026-06-09T15:17:00.226Z Downloaded rustls-pki-types v1.14.0
10152026-06-09T15:17:00.226Z Downloaded serde_with_macros v1.5.2
10162026-06-09T15:17:00.229Z Downloaded progenitor-impl v0.13.0
10172026-06-09T15:17:00.229Z Downloaded hashbrown v0.12.3
10182026-06-09T15:17:00.232Z Downloaded rusty-fork v0.3.1
10192026-06-09T15:17:00.232Z Downloaded rcgen v0.12.1
10202026-06-09T15:17:00.234Z Downloaded serde_path_to_error v0.1.20
10212026-06-09T15:17:00.234Z Downloaded serde-hex v0.1.0
10222026-06-09T15:17:00.237Z Downloaded seq-macro v0.3.6
10232026-06-09T15:17:00.237Z Downloaded progenitor-impl v0.11.2
10242026-06-09T15:17:00.240Z Downloaded hyper-util v0.1.20
10252026-06-09T15:17:00.243Z Downloaded ssh-encoding v0.2.0
10262026-06-09T15:17:00.243Z Downloaded sqlparser_derive v0.5.0
10272026-06-09T15:17:00.246Z Downloaded strum v0.26.3
10282026-06-09T15:17:00.249Z Downloaded hashbrown v0.13.2
10292026-06-09T15:17:00.252Z Downloaded structmeta-derive v0.3.0
10302026-06-09T15:17:00.255Z Downloaded structmeta v0.3.0
10312026-06-09T15:17:00.255Z Downloaded slog-stdlog v4.1.1
10322026-06-09T15:17:00.255Z Downloaded slog-async v2.8.0
10332026-06-09T15:17:00.260Z Downloaded progenitor-impl v0.14.0
10342026-06-09T15:17:00.263Z Downloaded dropshot-api-manager v0.7.2
10352026-06-09T15:17:00.265Z Downloaded russh-keys v0.45.0
10362026-06-09T15:17:00.268Z Downloaded aes v0.8.4
10372026-06-09T15:17:00.268Z Downloaded take_mut v0.2.2
10382026-06-09T15:17:00.271Z Downloaded tabwriter v1.4.1
10392026-06-09T15:17:00.271Z Downloaded supports-color v3.0.2
10402026-06-09T15:17:00.271Z Downloaded slog-dtrace v0.3.0
10412026-06-09T15:17:00.274Z Downloaded slab v0.4.12
10422026-06-09T15:17:00.274Z Downloaded signal-hook-tokio v0.3.1
10432026-06-09T15:17:00.277Z Downloaded smf v0.2.3
10442026-06-09T15:17:00.277Z Downloaded serde_cbor v0.11.2
10452026-06-09T15:17:00.280Z Downloaded strsim v0.10.0
10462026-06-09T15:17:00.280Z Downloaded strum v0.27.2
10472026-06-09T15:17:00.280Z Downloaded strip-ansi-escapes v0.2.1
10482026-06-09T15:17:00.280Z Downloaded snafu-derive v0.8.9
10492026-06-09T15:17:00.283Z Downloaded tagptr v0.2.0
10502026-06-09T15:17:00.283Z Downloaded sync_wrapper v1.0.2
10512026-06-09T15:17:00.287Z Downloaded signal-hook-registry v1.4.8
10522026-06-09T15:17:00.287Z Downloaded shlex v1.3.0
10532026-06-09T15:17:00.290Z Downloaded prettyplease v0.2.37
10542026-06-09T15:17:00.293Z Downloaded rustls-platform-verifier v0.6.2
10552026-06-09T15:17:00.296Z Downloaded rayon-core v1.13.0
10562026-06-09T15:17:00.296Z Downloaded slog-scope v4.4.1
10572026-06-09T15:17:00.299Z Downloaded sqlformat v0.3.5
10582026-06-09T15:17:00.299Z Downloaded spki v0.7.3
10592026-06-09T15:17:00.302Z Downloaded subtle v2.6.1
10602026-06-09T15:17:00.302Z Downloaded tabled_derive v0.11.0
10612026-06-09T15:17:00.302Z Downloaded hickory-server v0.25.2
10622026-06-09T15:17:00.305Z Downloaded time-core v0.1.8
10632026-06-09T15:17:00.305Z Downloaded minimal-lexical v0.2.1
10642026-06-09T15:17:00.307Z Downloaded mio v1.2.0
10652026-06-09T15:17:00.311Z Downloaded tap v1.0.1
10662026-06-09T15:17:00.313Z Downloaded ron v0.8.1
10672026-06-09T15:17:00.316Z Downloaded simd-adler32 v0.3.8
10682026-06-09T15:17:00.316Z Downloaded slog-term v2.9.2
10692026-06-09T15:17:00.320Z Downloaded tokio-macros v2.7.0
10702026-06-09T15:17:00.320Z Downloaded tinyvec_macros v0.1.1
10712026-06-09T15:17:00.320Z Downloaded sync-ptr v0.1.4
10722026-06-09T15:17:00.323Z Downloaded strum_macros v0.26.4
10732026-06-09T15:17:00.323Z Downloaded strum_macros v0.24.3
10742026-06-09T15:17:00.323Z Downloaded serde_with_macros v3.17.0
10752026-06-09T15:17:00.326Z Downloaded ssh-cipher v0.2.0
10762026-06-09T15:17:00.326Z Downloaded static_assertions v1.1.0
10772026-06-09T15:17:00.329Z Downloaded stacker v0.1.23
10782026-06-09T15:17:00.329Z Downloaded slog-json v2.6.1
10792026-06-09T15:17:00.329Z Downloaded schemars v0.8.22
10802026-06-09T15:17:00.336Z Downloaded thread-id v5.1.0
10812026-06-09T15:17:00.339Z Downloaded thiserror-impl-no-std v2.0.2
10822026-06-09T15:17:00.339Z Downloaded num-bigint v0.4.6
10832026-06-09T15:17:00.342Z Downloaded string_cache v0.8.9
10842026-06-09T15:17:00.342Z Downloaded testing_table v0.3.0
10852026-06-09T15:17:00.345Z Downloaded aes-gcm v0.10.3
10862026-06-09T15:17:00.345Z Downloaded publicsuffix v2.3.0
10872026-06-09T15:17:00.348Z Downloaded ryu v1.0.23
10882026-06-09T15:17:00.352Z Downloaded termios v0.3.3
10892026-06-09T15:17:00.357Z Downloaded stringprep v0.1.5
10902026-06-09T15:17:00.367Z Downloaded similar v2.7.0
10912026-06-09T15:17:00.371Z Downloaded thiserror-no-std v2.0.2
10922026-06-09T15:17:00.374Z Downloaded tower-service v0.3.3
10932026-06-09T15:17:00.374Z Downloaded tower-layer v0.3.3
10942026-06-09T15:17:00.377Z Downloaded termtree v0.5.1
10952026-06-09T15:17:00.377Z Downloaded strum_macros v0.27.2
10962026-06-09T15:17:00.380Z Downloaded itertools v0.10.5
10972026-06-09T15:17:00.382Z Downloaded itertools v0.12.1
10982026-06-09T15:17:00.385Z Downloaded support-bundle-viewer v0.1.2
10992026-06-09T15:17:00.388Z Downloaded signal-hook v0.3.18
11002026-06-09T15:17:00.388Z Downloaded nom v7.1.3
11012026-06-09T15:17:00.393Z Downloaded topological-sort v0.2.2
11022026-06-09T15:17:00.397Z Downloaded futures-util v0.3.32
11032026-06-09T15:17:00.404Z Downloaded spin v0.9.8
11042026-06-09T15:17:00.407Z Downloaded smallvec v0.6.14
11052026-06-09T15:17:00.407Z Downloaded serde_yaml v0.9.34+deprecated
11062026-06-09T15:17:00.410Z Downloaded tokio-native-tls v0.3.1
11072026-06-09T15:17:00.410Z Downloaded typify-macro v0.4.3
11082026-06-09T15:17:00.413Z Downloaded tokio-dtrace v0.1.1
11092026-06-09T15:17:00.413Z Downloaded try-lock v0.2.5
11102026-06-09T15:17:00.413Z Downloaded trait-variant v0.1.2
11112026-06-09T15:17:00.413Z Downloaded slog v2.8.2
11122026-06-09T15:17:00.416Z Downloaded typify-macro v0.6.2
11132026-06-09T15:17:00.416Z Downloaded hashbrown v0.16.1
11142026-06-09T15:17:00.419Z Downloaded socket2 v0.6.3
11152026-06-09T15:17:00.422Z Downloaded usdt v0.6.0
11162026-06-09T15:17:00.422Z Downloaded term v1.2.1
11172026-06-09T15:17:00.425Z Downloaded unicode-truncate v1.1.0
11182026-06-09T15:17:00.428Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11192026-06-09T15:17:00.428Z Downloaded untrusted v0.7.1
11202026-06-09T15:17:00.428Z Downloaded tokio-tungstenite v0.23.1
11212026-06-09T15:17:00.428Z Downloaded untrusted v0.9.0
11222026-06-09T15:17:00.431Z Downloaded term v0.7.0
11232026-06-09T15:17:00.434Z Downloaded utf-8 v0.7.6
11242026-06-09T15:17:00.434Z Downloaded usdt-macro v0.6.0
11252026-06-09T15:17:00.434Z Downloaded unarray v0.1.4
11262026-06-09T15:17:00.434Z Downloaded time-macros v0.2.27
11272026-06-09T15:17:00.437Z Downloaded thread_local v1.1.9
11282026-06-09T15:17:00.443Z Downloaded usdt-attr-macro v0.6.0
11292026-06-09T15:17:00.446Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11302026-06-09T15:17:00.450Z Downloaded tls_codec v0.4.2
11312026-06-09T15:17:00.453Z Downloaded tiny-keccak v2.0.2
11322026-06-09T15:17:00.456Z Downloaded tls_codec_derive v0.4.2
11332026-06-09T15:17:00.459Z Downloaded universal-hash v0.5.1
11342026-06-09T15:17:00.462Z Downloaded unit-prefix v0.5.2
11352026-06-09T15:17:00.465Z Downloaded schemars v0.9.0
11362026-06-09T15:17:00.470Z Downloaded want v0.3.1
11372026-06-09T15:17:00.473Z Downloaded wait-timeout v0.2.1
11382026-06-09T15:17:00.473Z Downloaded rand v0.8.6
11392026-06-09T15:17:00.476Z Downloaded quinn v0.11.9
11402026-06-09T15:17:00.476Z Downloaded libxml v0.3.3
11412026-06-09T15:17:00.479Z Downloaded tokio-tungstenite v0.21.0
11422026-06-09T15:17:00.481Z Downloaded tokio-rustls v0.25.0
11432026-06-09T15:17:00.481Z Downloaded hkdf v0.12.4
11442026-06-09T15:17:00.484Z Downloaded tui-tree-widget v0.23.1
11452026-06-09T15:17:00.484Z Downloaded qorb v0.4.1
11462026-06-09T15:17:00.492Z Downloaded snafu v0.8.9
11472026-06-09T15:17:00.496Z Downloaded waitgroup v0.1.2
11482026-06-09T15:17:00.499Z Downloaded void v1.0.2
11492026-06-09T15:17:00.499Z Downloaded rand v0.10.0
11502026-06-09T15:17:00.502Z Downloaded xshell-macros v0.2.7
11512026-06-09T15:17:00.502Z Downloaded rand v0.9.2
11522026-06-09T15:17:00.505Z Downloaded xattr v1.6.1
11532026-06-09T15:17:00.505Z Downloaded libm v0.2.16
11542026-06-09T15:17:00.510Z Downloaded toml_parser v1.0.9+spec-1.1.0
11552026-06-09T15:17:00.512Z Downloaded test-strategy v0.4.5
11562026-06-09T15:17:00.515Z Downloaded toml_writer v1.0.6+spec-1.1.0
11572026-06-09T15:17:00.515Z Downloaded vergen-git2 v9.1.0
11582026-06-09T15:17:00.518Z Downloaded uzers v0.12.2
11592026-06-09T15:17:00.518Z Downloaded socket2 v0.5.10
11602026-06-09T15:17:00.521Z Downloaded zeroize_derive v1.4.3
11612026-06-09T15:17:00.521Z Downloaded rsa v0.9.10
11622026-06-09T15:17:00.524Z Downloaded hyper v1.8.1
11632026-06-09T15:17:00.530Z Downloaded hashbrown v0.15.5
11642026-06-09T15:17:00.533Z Downloaded itertools v0.13.0
11652026-06-09T15:17:00.540Z Downloaded rustls-webpki v0.103.9
11662026-06-09T15:17:00.545Z Downloaded samael v0.0.19
11672026-06-09T15:17:00.548Z Downloaded itertools v0.14.0
11682026-06-09T15:17:00.552Z Downloaded usdt-impl v0.6.0
11692026-06-09T15:17:00.555Z Downloaded whoami v1.6.1
11702026-06-09T15:17:00.555Z Downloaded nom v8.0.0
11712026-06-09T15:17:00.558Z Downloaded whoami v2.1.0
11722026-06-09T15:17:00.560Z Downloaded wyz v0.5.1
11732026-06-09T15:17:00.560Z Downloaded russh v0.45.0
11742026-06-09T15:17:00.563Z Downloaded tokio-stream v0.1.18
11752026-06-09T15:17:00.566Z Downloaded vergen-lib v0.1.6
11762026-06-09T15:17:00.569Z Downloaded vergen-gitcl v1.0.8
11772026-06-09T15:17:00.569Z Downloaded xshell v0.2.7
11782026-06-09T15:17:00.569Z Downloaded tokio-rustls v0.26.4
11792026-06-09T15:17:00.572Z Downloaded tokio-rustls v0.24.1
11802026-06-09T15:17:00.572Z Downloaded num-bigint-dig v0.8.6
11812026-06-09T15:17:00.583Z Downloaded vergen v9.1.0
11822026-06-09T15:17:00.585Z Downloaded zone v0.3.1
11832026-06-09T15:17:00.589Z Downloaded vergen-lib v9.1.0
11842026-06-09T15:17:00.589Z Downloaded walkdir v2.5.0
11852026-06-09T15:17:00.589Z Downloaded vsss-rs v3.3.4
11862026-06-09T15:17:00.597Z Downloaded typify v0.4.3
11872026-06-09T15:17:00.600Z Downloaded tungstenite v0.21.0
11882026-06-09T15:17:00.602Z Downloaded zstd-safe v7.2.4
11892026-06-09T15:17:00.606Z Downloaded tracing-attributes v0.1.31
11902026-06-09T15:17:00.608Z Downloaded zstd v0.13.3
11912026-06-09T15:17:00.608Z Downloaded twox-hash v2.1.2
11922026-06-09T15:17:00.615Z Downloaded unicase v2.9.0
11932026-06-09T15:17:00.618Z Downloaded rpassword v7.4.0
11942026-06-09T15:17:00.621Z Downloaded serde_with v1.14.0
11952026-06-09T15:17:00.624Z Downloaded yasna v0.5.2
11962026-06-09T15:17:00.627Z Downloaded unsafe-libyaml v0.2.11
11972026-06-09T15:17:00.627Z Downloaded unicode-properties v0.1.4
11982026-06-09T15:17:00.630Z Downloaded unicode-bidi v0.3.18
11992026-06-09T15:17:00.630Z Downloaded iri-string v0.7.10
12002026-06-09T15:17:00.633Z Downloaded rustyline v14.0.0
12012026-06-09T15:17:00.636Z Downloaded tinyvec v1.10.0
12022026-06-09T15:17:00.638Z Downloaded uuid v1.23.0
12032026-06-09T15:17:00.641Z Downloaded iddqd v0.4.2
12042026-06-09T15:17:00.644Z Downloaded zeroize v1.8.2
12052026-06-09T15:17:00.647Z Downloaded zone_cfg_derive v0.3.1
12062026-06-09T15:17:00.647Z Downloaded subprocess v0.2.15
12072026-06-09T15:17:00.655Z Downloaded schemars v1.2.1
12082026-06-09T15:17:00.663Z Downloaded tokio-postgres v0.7.16
12092026-06-09T15:17:00.666Z Downloaded toml v1.0.6+spec-1.1.0
12102026-06-09T15:17:00.669Z Downloaded toml v0.7.8
12112026-06-09T15:17:00.671Z Downloaded p521 v0.13.3
12122026-06-09T15:17:00.674Z Downloaded curve25519-dalek v4.1.3
12132026-06-09T15:17:00.678Z Downloaded tungstenite v0.23.0
12142026-06-09T15:17:00.681Z Downloaded toml_edit v0.23.10+spec-1.0.0
12152026-06-09T15:17:00.684Z Downloaded typify v0.6.2
12162026-06-09T15:17:00.687Z Downloaded tar v0.4.45
12172026-06-09T15:17:00.687Z Downloaded p384 v0.13.1
12182026-06-09T15:17:00.690Z Downloaded h2 v0.4.13
12192026-06-09T15:17:00.693Z Downloaded git2 v0.20.4
12202026-06-09T15:17:00.696Z Downloaded vte v0.14.1
12212026-06-09T15:17:00.700Z Downloaded steno v0.4.1
12222026-06-09T15:17:00.703Z Downloaded zerocopy v0.6.6
12232026-06-09T15:17:00.715Z Downloaded toml_edit v0.19.15
12242026-06-09T15:17:00.727Z Downloaded bitvec v1.0.1
12252026-06-09T15:17:00.736Z Downloaded zip v0.6.6
12262026-06-09T15:17:00.739Z Downloaded tracing-core v0.1.36
12272026-06-09T15:17:00.748Z Downloaded ssh-key v0.6.7
12282026-06-09T15:17:00.753Z Downloaded blake3 v1.8.3
12292026-06-09T15:17:00.757Z Downloaded rayon v1.11.0
12302026-06-09T15:17:00.763Z Downloaded goblin v0.10.5
12312026-06-09T15:17:00.778Z Downloaded zopfli v0.8.3
12322026-06-09T15:17:00.781Z Downloaded x509-cert v0.2.5
12332026-06-09T15:17:00.788Z Downloaded reedline v0.40.0
12342026-06-09T15:17:00.792Z Downloaded unicode-segmentation v1.12.0
12352026-06-09T15:17:00.795Z Downloaded rustls-webpki v0.101.7
12362026-06-09T15:17:00.803Z Downloaded yansi v1.0.1
12372026-06-09T15:17:00.811Z Downloaded unicode_categories v0.1.1
12382026-06-09T15:17:00.832Z Downloaded moka v0.12.13
12392026-06-09T15:17:00.836Z Downloaded petname v2.0.2
12402026-06-09T15:17:00.840Z Downloaded tower-http v0.6.8
12412026-06-09T15:17:00.844Z Downloaded regex v1.12.3
12422026-06-09T15:17:00.847Z Downloaded zip v4.6.1
12432026-06-09T15:17:00.851Z Downloaded bindgen v0.71.1
12442026-06-09T15:17:00.863Z Downloaded rustls-webpki v0.102.8
12452026-06-09T15:17:00.872Z Downloaded zerocopy-derive v0.8.40
12462026-06-09T15:17:00.879Z Downloaded tough v0.22.0
12472026-06-09T15:17:00.884Z Downloaded reqwest v0.13.2
12482026-06-09T15:17:00.887Z Downloaded reqwest v0.12.28
12492026-06-09T15:17:00.890Z Downloaded nix v0.27.1
12502026-06-09T15:17:00.895Z Downloaded unicode-normalization v0.1.25
12512026-06-09T15:17:00.898Z Downloaded typed-path v0.9.3
12522026-06-09T15:17:00.900Z Downloaded serde_with v3.17.0
12532026-06-09T15:17:00.907Z Downloaded chrono v0.4.44
12542026-06-09T15:17:00.912Z Downloaded object v0.30.4
12552026-06-09T15:17:00.916Z Downloaded aws-lc-rs v1.16.3
12562026-06-09T15:17:00.921Z Downloaded quick-xml v0.37.5
12572026-06-09T15:17:00.924Z Downloaded portable-atomic v1.13.1
12582026-06-09T15:17:00.928Z Downloaded lalrpop v0.19.12
12592026-06-09T15:17:00.940Z Downloaded tower v0.5.3
12602026-06-09T15:17:00.944Z Downloaded openssl v0.10.79
12612026-06-09T15:17:00.950Z Downloaded salty v0.3.0
12622026-06-09T15:17:00.960Z Downloaded polar-core v0.27.3
12632026-06-09T15:17:00.987Z Downloaded proptest v1.10.0
12642026-06-09T15:17:00.993Z Downloaded regex-syntax v0.6.29
12652026-06-09T15:17:00.997Z Downloaded tokio-util v0.7.18
12662026-06-09T15:17:01.021Z Downloaded vcpkg v0.2.15
12672026-06-09T15:17:01.045Z Downloaded winnow v0.5.40
12682026-06-09T15:17:01.052Z Downloaded zlib-rs v0.6.2
12692026-06-09T15:17:01.059Z Downloaded openapiv3 v2.2.0
12702026-06-09T15:17:01.067Z Downloaded dropshot v0.17.0
12712026-06-09T15:17:01.080Z Downloaded zerocopy v0.8.40
12722026-06-09T15:17:01.085Z Downloaded regress v0.11.1
12732026-06-09T15:17:01.091Z Downloaded regex-syntax v0.8.10
12742026-06-09T15:17:01.095Z Downloaded diesel v2.3.7
12752026-06-09T15:17:01.107Z Downloaded quinn-proto v0.11.13
12762026-06-09T15:17:01.112Z Downloaded bstr v1.12.1
12772026-06-09T15:17:01.116Z Downloaded radix_trie v0.2.1
12782026-06-09T15:17:01.119Z Downloaded hickory-proto v0.25.2
12792026-06-09T15:17:01.128Z Downloaded regress v0.10.5
12802026-06-09T15:17:01.134Z Downloaded time v0.3.47
12812026-06-09T15:17:01.142Z Downloaded tabled v0.20.0
12822026-06-09T15:17:01.152Z Downloaded smoltcp v0.9.1
12832026-06-09T15:17:01.158Z Downloaded rustls v0.21.12
12842026-06-09T15:17:01.170Z Downloaded nix v0.28.0
12852026-06-09T15:17:01.174Z Downloaded nix v0.31.2
12862026-06-09T15:17:01.177Z Downloaded webpki-roots v1.0.6
12872026-06-09T15:17:01.180Z Downloaded winnow v0.6.26
12882026-06-09T15:17:01.185Z Downloaded smoltcp v0.11.0
12892026-06-09T15:17:01.191Z Downloaded sled v0.34.7
12902026-06-09T15:17:01.197Z Downloaded object v0.37.3
12912026-06-09T15:17:01.203Z Downloaded ratatui v0.29.0
12922026-06-09T15:17:01.214Z Downloaded hickory-proto v0.24.4
12932026-06-09T15:17:01.223Z Downloaded typify-impl v0.6.2
12942026-06-09T15:17:01.231Z Downloaded tracing v0.1.44
12952026-06-09T15:17:01.243Z Downloaded typify-impl v0.4.3
12962026-06-09T15:17:01.252Z Downloaded rustls v0.22.4
12972026-06-09T15:17:01.259Z Downloaded rustls v0.23.37
12982026-06-09T15:17:01.266Z Downloaded regex-automata v0.4.14
12992026-06-09T15:17:01.275Z Downloaded rustix v0.38.44
13002026-06-09T15:17:01.287Z Downloaded petgraph v0.6.5
13012026-06-09T15:17:01.298Z Downloaded jiff v0.2.21
13022026-06-09T15:17:01.316Z Downloaded petgraph v0.8.3
13032026-06-09T15:17:01.329Z Downloaded sqlparser v0.61.0
13042026-06-09T15:17:01.335Z Downloaded csv v1.4.0
13052026-06-09T15:17:01.346Z Downloaded sha3 v0.10.8
13062026-06-09T15:17:01.364Z Downloaded encoding_rs v0.8.35
13072026-06-09T15:17:01.381Z Downloaded bzip2-sys v0.1.13+1.0.8
13082026-06-09T15:17:01.390Z Downloaded zerocopy-derive v0.6.6
13092026-06-09T15:17:01.461Z Downloaded chrono-tz v0.10.4
13102026-06-09T15:17:01.519Z Downloaded libz-sys v1.1.24
13112026-06-09T15:17:01.536Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13122026-06-09T15:17:01.563Z Downloaded tokio v1.52.1
13132026-06-09T15:17:01.692Z Downloaded ring v0.17.14
13142026-06-09T15:17:01.751Z Downloaded libgit2-sys v0.18.3+1.9.2
13152026-06-09T15:17:02.381Z Downloaded aws-lc-sys v0.40.0
13162026-06-09T15:17:02.631Z Compiling libc v0.2.185
13172026-06-09T15:17:02.631Z Compiling serde v1.0.228
13182026-06-09T15:17:02.635Z Compiling log v0.4.29
13192026-06-09T15:17:02.635Z Compiling find-msvc-tools v0.1.9
13202026-06-09T15:17:02.635Z Compiling shlex v1.3.0
13212026-06-09T15:17:02.635Z Compiling syn v2.0.117
13222026-06-09T15:17:02.635Z Compiling smallvec v1.15.1
13232026-06-09T15:17:02.771Z Compiling typenum v1.19.0
13242026-06-09T15:17:03.028Z Compiling generic-array v0.14.7
13252026-06-09T15:17:03.032Z Compiling subtle v2.6.1
13262026-06-09T15:17:03.032Z Compiling scopeguard v1.2.0
13272026-06-09T15:17:03.104Z Compiling const-oid v0.9.6
13282026-06-09T15:17:03.160Z Compiling lock_api v0.4.14
13292026-06-09T15:17:03.211Z Compiling serde_json v1.0.149
13302026-06-09T15:17:03.239Z Compiling zerocopy v0.8.40
13312026-06-09T15:17:03.287Z Compiling pin-project-lite v0.2.17
13322026-06-09T15:17:03.389Z Compiling portable-atomic v1.13.1
13332026-06-09T15:17:03.404Z Compiling parking_lot_core v0.9.12
13342026-06-09T15:17:03.674Z Compiling pkg-config v0.3.32
13352026-06-09T15:17:03.693Z Compiling getrandom v0.2.17
13362026-06-09T15:17:03.758Z Compiling jobserver v0.1.34
13372026-06-09T15:17:03.773Z Compiling errno v0.3.14
13382026-06-09T15:17:03.831Z Compiling rand_core v0.6.4
13392026-06-09T15:17:03.953Z Compiling signal-hook-registry v1.4.8
13402026-06-09T15:17:04.138Z Compiling cc v1.2.56
13412026-06-09T15:17:04.153Z Compiling bitflags v2.11.0
13422026-06-09T15:17:04.233Z Compiling futures-core v0.3.32
13432026-06-09T15:17:04.248Z Compiling critical-section v1.2.0
13442026-06-09T15:17:04.261Z Compiling libm v0.2.16
13452026-06-09T15:17:04.365Z Compiling once_cell v1.21.3
13462026-06-09T15:17:04.388Z Compiling parking_lot v0.12.5
13472026-06-09T15:17:04.402Z Compiling mio v1.2.0
13482026-06-09T15:17:04.430Z Compiling num-traits v0.2.19
13492026-06-09T15:17:04.566Z Compiling percent-encoding v2.3.2
13502026-06-09T15:17:04.595Z Compiling socket2 v0.6.3
13512026-06-09T15:17:04.764Z Compiling futures-sink v0.3.32
13522026-06-09T15:17:04.779Z Compiling getrandom v0.4.1
13532026-06-09T15:17:04.808Z Compiling futures-task v0.3.32
13542026-06-09T15:17:04.861Z Compiling futures-channel v0.3.32
13552026-06-09T15:17:04.877Z Compiling futures-io v0.3.32
13562026-06-09T15:17:05.093Z Compiling cpufeatures v0.2.17
13572026-06-09T15:17:05.108Z Compiling slab v0.4.12
13582026-06-09T15:17:05.111Z Compiling rand_core v0.10.0
13592026-06-09T15:17:05.182Z Compiling indexmap v2.14.0
13602026-06-09T15:17:05.201Z Compiling rustversion v1.0.22
13612026-06-09T15:17:05.261Z Compiling getrandom v0.3.4
13622026-06-09T15:17:05.310Z Compiling cmake v0.1.57
13632026-06-09T15:17:05.616Z Compiling synstructure v0.13.2
13642026-06-09T15:17:05.734Z Compiling form_urlencoded v1.2.2
13652026-06-09T15:17:05.787Z Compiling fs_extra v1.3.0
13662026-06-09T15:17:05.802Z Compiling dunce v1.0.5
13672026-06-09T15:17:05.910Z Compiling base64ct v1.8.3
13682026-06-09T15:17:05.925Z Compiling ident_case v1.0.1
13692026-06-09T15:17:06.064Z Compiling iana-time-zone v0.1.65
13702026-06-09T15:17:06.078Z Compiling aws-lc-sys v0.40.0
13712026-06-09T15:17:06.192Z Compiling pem-rfc7468 v0.7.0
13722026-06-09T15:17:06.221Z Compiling rustix v1.1.3
13732026-06-09T15:17:06.256Z Compiling flagset v0.4.7
13742026-06-09T15:17:06.276Z Compiling regex-syntax v0.8.10
13752026-06-09T15:17:06.279Z Compiling rand_core v0.9.5
13762026-06-09T15:17:06.401Z Compiling ring v0.17.14
13772026-06-09T15:17:06.460Z Compiling vcpkg v0.2.15
13782026-06-09T15:17:06.514Z Compiling aws-lc-rs v1.16.3
13792026-06-09T15:17:06.578Z Compiling uuid v1.23.0
13802026-06-09T15:17:06.815Z Compiling rustc_version v0.4.1
13812026-06-09T15:17:07.180Z Compiling tracing-core v0.1.36
13822026-06-09T15:17:07.236Z Compiling openssl-sys v0.9.115
13832026-06-09T15:17:07.333Z Compiling base64 v0.22.1
13842026-06-09T15:17:07.443Z Compiling serde_derive v1.0.228
13852026-06-09T15:17:07.668Z Compiling zeroize_derive v1.4.3
13862026-06-09T15:17:07.746Z Compiling zerofrom-derive v0.1.6
13872026-06-09T15:17:07.772Z Compiling yoke-derive v0.8.1
13882026-06-09T15:17:08.047Z Compiling zerocopy-derive v0.8.40
13892026-06-09T15:17:08.329Z Compiling zeroize v1.8.2
13902026-06-09T15:17:08.700Z Compiling zerovec-derive v0.11.2
13912026-06-09T15:17:08.946Z Compiling displaydoc v0.2.5
13922026-06-09T15:17:09.111Z Compiling crypto-common v0.1.7
13932026-06-09T15:17:09.161Z Compiling zerofrom v0.1.6
13942026-06-09T15:17:09.270Z Compiling yoke v0.8.1
13952026-06-09T15:17:09.295Z Compiling block-buffer v0.10.4
13962026-06-09T15:17:09.463Z Compiling digest v0.10.7
13972026-06-09T15:17:09.477Z Compiling tokio-macros v2.7.0
13982026-06-09T15:17:09.680Z Compiling zerotrie v0.2.3
13992026-06-09T15:17:09.715Z Compiling futures-macro v0.3.32
14002026-06-09T15:17:09.806Z Compiling zerovec v0.11.5
14012026-06-09T15:17:10.030Z Compiling hmac v0.12.1
14022026-06-09T15:17:10.200Z Compiling block-padding v0.3.3
14032026-06-09T15:17:10.218Z Compiling sha2 v0.10.9
14042026-06-09T15:17:10.354Z Compiling tinystr v0.8.2
14052026-06-09T15:17:10.371Z Compiling potential_utf v0.1.4
14062026-06-09T15:17:10.544Z Compiling icu_locale_core v2.1.1
14072026-06-09T15:17:10.558Z Compiling icu_collections v2.1.1
14082026-06-09T15:17:10.571Z Compiling futures-util v0.3.32
14092026-06-09T15:17:10.922Z Compiling bytes v1.11.1
14102026-06-09T15:17:11.036Z Compiling inout v0.1.4
14112026-06-09T15:17:11.216Z Compiling icu_provider v2.1.1
14122026-06-09T15:17:11.232Z Compiling cipher v0.4.4
14132026-06-09T15:17:11.442Z Compiling tokio v1.52.1
14142026-06-09T15:17:11.511Z Compiling icu_properties v2.1.2
14152026-06-09T15:17:11.532Z Compiling icu_normalizer v2.1.1
14162026-06-09T15:17:11.554Z Compiling der_derive v0.7.3
14172026-06-09T15:17:11.610Z Compiling http v1.4.0
14182026-06-09T15:17:12.079Z Compiling chrono v0.4.44
14192026-06-09T15:17:12.504Z Compiling idna_adapter v1.2.1
14202026-06-09T15:17:12.518Z Compiling ppv-lite86 v0.2.21
14212026-06-09T15:17:12.532Z Compiling der v0.7.10
14222026-06-09T15:17:12.604Z Compiling salsa20 v0.10.2
14232026-06-09T15:17:12.645Z Compiling idna v1.1.0
14242026-06-09T15:17:12.750Z Compiling pbkdf2 v0.12.2
14252026-06-09T15:17:12.840Z Compiling rustls-pki-types v1.14.0
14262026-06-09T15:17:12.866Z Compiling thiserror-impl v2.0.18
14272026-06-09T15:17:12.880Z Compiling tracing-attributes v0.1.31
14282026-06-09T15:17:13.283Z Compiling url v2.5.8
14292026-06-09T15:17:13.298Z Compiling scrypt v0.11.0
14302026-06-09T15:17:13.446Z Compiling spki v0.7.3
14312026-06-09T15:17:13.555Z Compiling rand_chacha v0.9.0
14322026-06-09T15:17:13.660Z Compiling http-body v1.0.1
14332026-06-09T15:17:13.711Z Compiling aes v0.8.4
14342026-06-09T15:17:13.819Z Compiling cbc v0.1.2
14352026-06-09T15:17:14.042Z Compiling untrusted v0.7.1
14362026-06-09T15:17:14.076Z Compiling httparse v1.10.1
14372026-06-09T15:17:14.167Z Compiling tracing v0.1.44
14382026-06-09T15:17:14.181Z Compiling openssl-probe v0.2.1
14392026-06-09T15:17:14.195Z Compiling thiserror v2.0.18
14402026-06-09T15:17:14.246Z Compiling tinyvec_macros v0.1.1
14412026-06-09T15:17:14.306Z Compiling untrusted v0.9.0
14422026-06-09T15:17:14.323Z Compiling tinyvec v1.10.0
14432026-06-09T15:17:14.363Z Compiling pkcs5 v0.7.1
14442026-06-09T15:17:14.432Z Compiling pest_generator v2.8.6
14452026-06-09T15:17:14.465Z Compiling rand v0.9.2
14462026-06-09T15:17:14.666Z Compiling serde_derive_internals v0.29.1
14472026-06-09T15:17:14.753Z Compiling aho-corasick v1.1.4
14482026-06-09T15:17:14.839Z Compiling schemars v0.8.22
14492026-06-09T15:17:15.082Z Compiling rustls v0.23.37
14502026-06-09T15:17:15.179Z Compiling tokio-util v0.7.18
14512026-06-09T15:17:15.265Z Compiling tower-service v0.3.3
14522026-06-09T15:17:15.320Z Compiling dyn-clone v1.0.20
14532026-06-09T15:17:15.370Z Compiling tower-layer v0.3.3
14542026-06-09T15:17:15.466Z Compiling try-lock v0.2.5
14552026-06-09T15:17:15.542Z Compiling atomic-waker v1.1.2
14562026-06-09T15:17:15.567Z Compiling schemars_derive v0.8.22
14572026-06-09T15:17:15.584Z Compiling want v0.3.1
14582026-06-09T15:17:15.676Z Compiling regex-automata v0.4.14
14592026-06-09T15:17:15.757Z Compiling pest_derive v2.8.6
14602026-06-09T15:17:16.187Z Compiling h2 v0.4.13
14612026-06-09T15:17:16.252Z Compiling pkcs8 v0.10.2
14622026-06-09T15:17:16.441Z Compiling ipnet v2.11.0
14632026-06-09T15:17:16.558Z Compiling scroll_derive v0.13.1
14642026-06-09T15:17:16.558Z Compiling darling_core v0.20.11
14652026-06-09T15:17:16.806Z Compiling openssl v0.10.79
14662026-06-09T15:17:16.949Z Compiling foreign-types-shared v0.1.1
14672026-06-09T15:17:17.041Z Compiling httpdate v1.0.3
14682026-06-09T15:17:17.043Z Compiling pin-utils v0.1.0
14692026-06-09T15:17:17.089Z Compiling foreign-types v0.3.2
14702026-06-09T15:17:17.132Z Compiling tempfile v3.25.0
14712026-06-09T15:17:17.267Z Compiling unicode-normalization v0.1.25
14722026-06-09T15:17:17.360Z Compiling scroll v0.13.0
14732026-06-09T15:17:17.634Z Compiling openssl-macros v0.1.1
14742026-06-09T15:17:17.728Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14752026-06-09T15:17:17.925Z Compiling spin v0.9.8
14762026-06-09T15:17:18.025Z Compiling native-tls v0.2.18
14772026-06-09T15:17:18.118Z Compiling num-conv v0.2.0
14782026-06-09T15:17:18.141Z Compiling time-core v0.1.8
14792026-06-09T15:17:18.237Z Compiling crc32fast v1.5.0
14802026-06-09T15:17:18.287Z Compiling powerfmt v0.2.0
14812026-06-09T15:17:18.300Z Compiling time-macros v0.2.27
14822026-06-09T15:17:18.453Z Compiling deranged v0.5.8
14832026-06-09T15:17:18.817Z Compiling darling_macro v0.20.11
14842026-06-09T15:17:19.286Z Compiling hyper v1.8.1
14852026-06-09T15:17:19.352Z Compiling darling v0.20.11
14862026-06-09T15:17:19.409Z Compiling goblin v0.10.5
14872026-06-09T15:17:19.441Z Compiling rustls-native-certs v0.8.3
14882026-06-09T15:17:19.735Z Compiling sync_wrapper v1.0.2
14892026-06-09T15:17:19.738Z Compiling wait-timeout v0.2.1
14902026-06-09T15:17:19.852Z Compiling num_threads v0.1.7
14912026-06-09T15:17:19.977Z Compiling usdt-impl v0.6.0
14922026-06-09T15:17:20.053Z Compiling syn v1.0.109
14932026-06-09T15:17:20.067Z Compiling bit-vec v0.8.0
14942026-06-09T15:17:20.239Z Compiling quick-error v1.2.3
14952026-06-09T15:17:20.305Z Compiling simd-adler32 v0.3.8
14962026-06-09T15:17:20.354Z Compiling unicode-segmentation v1.12.0
14972026-06-09T15:17:20.369Z Compiling hyper-util v0.1.20
14982026-06-09T15:17:20.560Z Compiling crossbeam-utils v0.8.21
14992026-06-09T15:17:20.750Z Compiling siphasher v1.0.2
15002026-06-09T15:17:20.947Z Compiling rusty-fork v0.3.1
15012026-06-09T15:17:20.960Z Compiling bit-set v0.8.0
15022026-06-09T15:17:21.149Z Compiling time v0.3.47
15032026-06-09T15:17:21.195Z Compiling tower v0.5.3
15042026-06-09T15:17:21.267Z Compiling derive_builder_core v0.20.2
15052026-06-09T15:17:21.679Z Compiling dtrace-parser v0.3.0
15062026-06-09T15:17:21.786Z Compiling http-body-util v0.1.3
15072026-06-09T15:17:22.039Z Compiling webpki-roots v1.0.6
15082026-06-09T15:17:22.110Z Compiling dof v0.4.0
15092026-06-09T15:17:22.136Z Compiling signature v2.2.0
15102026-06-09T15:17:22.165Z Compiling scroll_derive v0.12.1
15112026-06-09T15:17:22.324Z Compiling thiserror-impl v1.0.69
15122026-06-09T15:17:22.432Z Compiling heapless v0.7.17
15132026-06-09T15:17:22.678Z Compiling rand_xorshift v0.4.0
15142026-06-09T15:17:22.717Z Compiling slog v2.8.2
15152026-06-09T15:17:22.818Z Compiling darling_core v0.21.3
15162026-06-09T15:17:22.845Z Compiling bzip2-sys v0.1.13+1.0.8
15172026-06-09T15:17:22.905Z Compiling thread-id v5.1.0
15182026-06-09T15:17:22.997Z Compiling cookie v0.18.1
15192026-06-09T15:17:23.127Z Compiling adler2 v2.0.1
15202026-06-09T15:17:23.185Z Compiling unicode-properties v0.1.4
15212026-06-09T15:17:23.263Z Compiling unicode-bidi v0.3.18
15222026-06-09T15:17:23.278Z Compiling unarray v0.1.4
15232026-06-09T15:17:23.395Z Compiling ryu v1.0.23
15242026-06-09T15:17:23.408Z Compiling allocator-api2 v0.2.21
15252026-06-09T15:17:23.554Z Compiling zstd-safe v7.2.4
15262026-06-09T15:17:23.581Z Compiling iri-string v0.7.10
15272026-06-09T15:17:23.630Z Compiling signal-hook v0.3.18
15282026-06-09T15:17:23.735Z Compiling paste v1.0.15
15292026-06-09T15:17:23.752Z Compiling anyhow v1.0.102
15302026-06-09T15:17:23.796Z Compiling stringprep v0.1.5
15312026-06-09T15:17:23.840Z Compiling thiserror v1.0.69
15322026-06-09T15:17:23.938Z Compiling serde_urlencoded v0.7.1
15332026-06-09T15:17:24.051Z Compiling proptest v1.10.0
15342026-06-09T15:17:24.190Z Compiling miniz_oxide v0.8.9
15352026-06-09T15:17:24.790Z Compiling tower-http v0.6.8
15362026-06-09T15:17:24.893Z Compiling scroll v0.12.0
15372026-06-09T15:17:25.093Z Compiling derive_builder_macro v0.20.2
15382026-06-09T15:17:25.106Z Compiling tokio-native-tls v0.3.1
15392026-06-09T15:17:25.246Z Compiling heck v0.4.1
15402026-06-09T15:17:25.284Z Compiling ipnetwork v0.21.1
15412026-06-09T15:17:25.299Z Compiling darling_macro v0.21.3
15422026-06-09T15:17:25.485Z Compiling bstr v1.12.1
15432026-06-09T15:17:25.552Z Compiling rand_chacha v0.3.1
15442026-06-09T15:17:25.690Z Compiling toml_datetime v0.6.11
15452026-06-09T15:17:25.707Z Compiling erased-serde v0.3.31
15462026-06-09T15:17:25.785Z Compiling serde_tokenstream v0.2.3
15472026-06-09T15:17:25.961Z Compiling serde_spanned v0.6.9
15482026-06-09T15:17:26.109Z Compiling md-5 v0.10.6
15492026-06-09T15:17:26.123Z Compiling zerocopy-derive v0.7.35
15502026-06-09T15:17:26.139Z Compiling async-trait v0.1.89
15512026-06-09T15:17:26.198Z Compiling pin-project-internal v1.1.11
15522026-06-09T15:17:26.288Z Compiling curve25519-dalek v4.1.3
15532026-06-09T15:17:26.378Z Compiling vergen-lib v9.1.0
15542026-06-09T15:17:26.569Z Compiling num-integer v0.1.46
15552026-06-09T15:17:26.628Z Compiling hash32 v0.2.1
15562026-06-09T15:17:26.835Z Compiling ff v0.13.1
15572026-06-09T15:17:26.902Z Compiling memoffset v0.9.1
15582026-06-09T15:17:26.981Z Compiling encoding_rs v0.8.35
15592026-06-09T15:17:26.981Z Compiling mime v0.3.17
15602026-06-09T15:17:27.107Z Compiling psl-types v2.0.11
15612026-06-09T15:17:27.157Z Compiling ref-cast v1.0.25
15622026-06-09T15:17:27.240Z Compiling smoltcp v0.9.1
15632026-06-09T15:17:27.259Z Compiling zlib-rs v0.6.2
15642026-06-09T15:17:27.306Z Compiling rustix v0.38.44
15652026-06-09T15:17:27.470Z Compiling litrs v1.0.0
15662026-06-09T15:17:27.581Z Compiling cfg_aliases v0.2.1
15672026-06-09T15:17:27.661Z Compiling base16ct v0.2.0
15682026-06-09T15:17:27.675Z Compiling fallible-iterator v0.2.0
15692026-06-09T15:17:27.847Z Compiling num-bigint-dig v0.8.6
15702026-06-09T15:17:27.981Z Compiling document-features v0.2.12
15712026-06-09T15:17:27.995Z Compiling postgres-protocol v0.6.10
15722026-06-09T15:17:28.064Z Compiling sec1 v0.7.3
15732026-06-09T15:17:28.349Z Compiling nix v0.31.2
15742026-06-09T15:17:28.574Z Compiling pin-project v1.1.11
15752026-06-09T15:17:28.586Z Compiling publicsuffix v2.3.0
15762026-06-09T15:17:28.676Z Compiling zerocopy v0.7.35
15772026-06-09T15:17:28.716Z Compiling group v0.13.0
15782026-06-09T15:17:28.729Z Compiling num-iter v0.1.45
15792026-06-09T15:17:28.919Z Compiling newtype-uuid v1.3.2
15802026-06-09T15:17:28.984Z Compiling hubpack_derive v0.1.1
15812026-06-09T15:17:29.213Z Compiling darling v0.21.3
15822026-06-09T15:17:29.216Z Compiling rand v0.8.6
15832026-06-09T15:17:29.247Z Compiling derive_builder v0.20.2
15842026-06-09T15:17:29.300Z Compiling oxnet v0.1.5
15852026-06-09T15:17:29.322Z Compiling snafu-derive v0.8.9
15862026-06-09T15:17:29.380Z Compiling hyper-tls v0.6.0
15872026-06-09T15:17:29.429Z Compiling goblin v0.8.2
15882026-06-09T15:17:30.120Z Compiling flate2 v1.1.9
15892026-06-09T15:17:30.479Z Compiling phf_shared v0.13.1
15902026-06-09T15:17:30.545Z Compiling lazy_static v1.5.0
15912026-06-09T15:17:30.653Z Compiling regex v1.12.3
15922026-06-09T15:17:30.721Z Compiling anstyle-parse v0.2.7
15932026-06-09T15:17:30.735Z Compiling strum_macros v0.27.2
15942026-06-09T15:17:30.738Z Compiling futures-executor v0.3.32
15952026-06-09T15:17:30.917Z Compiling hex v0.4.3
15962026-06-09T15:17:31.019Z Compiling hkdf v0.12.4
15972026-06-09T15:17:31.096Z Compiling crypto-bigint v0.5.5
15982026-06-09T15:17:31.192Z Compiling terminal_size v0.4.3
15992026-06-09T15:17:31.206Z Compiling curve25519-dalek-derive v0.1.1
16002026-06-09T15:17:31.268Z Compiling daft-derive v0.1.7
16012026-06-09T15:17:31.344Z Compiling ref-cast-impl v1.0.25
16022026-06-09T15:17:31.860Z Compiling vergen v9.1.0
16032026-06-09T15:17:31.884Z Compiling fs-err v3.3.0
16042026-06-09T15:17:31.998Z Compiling cargo-platform v0.3.2
16052026-06-09T15:17:32.049Z Compiling ahash v0.8.12
16062026-06-09T15:17:32.080Z Compiling foldhash v0.1.5
16072026-06-09T15:17:32.262Z Compiling bumpalo v3.20.2
16082026-06-09T15:17:32.276Z Compiling foldhash v0.2.0
16092026-06-09T15:17:32.289Z Compiling bitflags v1.3.2
16102026-06-09T15:17:32.371Z Compiling libbz2-rs-sys v0.2.2
16112026-06-09T15:17:32.502Z Compiling managed v0.8.0
16122026-06-09T15:17:32.519Z Compiling winnow v0.5.40
16132026-06-09T15:17:32.715Z Compiling object v0.37.3
16142026-06-09T15:17:32.742Z Compiling same-file v1.0.6
16152026-06-09T15:17:32.919Z Compiling walkdir v2.5.0
16162026-06-09T15:17:32.984Z Compiling bzip2 v0.6.1
16172026-06-09T15:17:33.046Z Compiling strum v0.27.2
16182026-06-09T15:17:33.187Z Compiling zopfli v0.8.3
16192026-06-09T15:17:33.200Z Compiling hashbrown v0.16.1
16202026-06-09T15:17:33.222Z Compiling clap_builder v4.6.0
16212026-06-09T15:17:33.288Z Compiling hashbrown v0.15.5
16222026-06-09T15:17:33.782Z Compiling toml_edit v0.19.15
16232026-06-09T15:17:33.845Z Compiling cargo_metadata v0.23.1
16242026-06-09T15:17:33.874Z Compiling elliptic-curve v0.13.8
16252026-06-09T15:17:33.951Z Compiling daft v0.1.7
16262026-06-09T15:17:34.228Z Compiling dof v0.3.0
16272026-06-09T15:17:34.264Z Compiling snafu v0.8.9
16282026-06-09T15:17:34.642Z Compiling futures v0.3.32
16292026-06-09T15:17:34.721Z Compiling anstream v0.6.21
16302026-06-09T15:17:34.940Z Compiling phf v0.13.1
16312026-06-09T15:17:35.015Z Compiling signal-hook-mio v0.2.5
16322026-06-09T15:17:35.146Z Compiling cookie_store v0.22.1
16332026-06-09T15:17:35.239Z Compiling bzip2 v0.4.4
16342026-06-09T15:17:35.470Z Compiling zstd v0.13.3
16352026-06-09T15:17:35.536Z Compiling hubpack v0.1.2
16362026-06-09T15:17:35.736Z Compiling serde_with_macros v3.17.0
16372026-06-09T15:17:35.897Z Compiling postgres-types v0.2.12
16382026-06-09T15:17:36.240Z Compiling usdt-macro v0.6.0
16392026-06-09T15:17:36.429Z Compiling usdt-attr-macro v0.6.0
16402026-06-09T15:17:36.469Z Compiling globset v0.4.18
16412026-06-09T15:17:36.863Z Compiling dtrace-parser v0.2.0
16422026-06-09T15:17:36.921Z Compiling ed25519 v2.2.3
16432026-06-09T15:17:36.980Z Compiling phf_shared v0.11.3
16442026-06-09T15:17:37.095Z Compiling olpc-cjson v0.1.4
16452026-06-09T15:17:37.156Z Compiling pkcs1 v0.7.5
16462026-06-09T15:17:37.174Z Compiling enum-as-inner v0.6.1
16472026-06-09T15:17:37.204Z Compiling strum_macros v0.26.4
16482026-06-09T15:17:37.262Z Compiling clap_derive v4.6.1
16492026-06-09T15:17:37.562Z Compiling serde_plain v1.0.2
16502026-06-09T15:17:37.612Z Compiling serde-big-array v0.5.1
16512026-06-09T15:17:37.674Z Compiling rfc6979 v0.4.0
16522026-06-09T15:17:37.763Z Compiling pem v3.0.6
16532026-06-09T15:17:37.766Z Compiling serde_repr v0.1.20
16542026-06-09T15:17:37.810Z Compiling async-recursion v1.1.1
16552026-06-09T15:17:37.822Z Compiling float-cmp v0.10.0
16562026-06-09T15:17:37.980Z Compiling memmap2 v0.9.10
16572026-06-09T15:17:38.086Z Compiling thread-id v4.2.2
16582026-06-09T15:17:38.186Z Compiling env_filter v1.0.0
16592026-06-09T15:17:38.201Z Compiling keccak v0.1.6
16602026-06-09T15:17:38.299Z Compiling precomputed-hash v0.1.1
16612026-06-09T15:17:38.401Z Compiling typed-path v0.9.3
16622026-06-09T15:17:38.448Z Compiling fixedbitset v0.5.7
16632026-06-09T15:17:38.496Z Compiling new_debug_unreachable v1.0.6
16642026-06-09T15:17:38.579Z Compiling normalize-line-endings v0.3.0
16652026-06-09T15:17:38.686Z Compiling either v1.15.0
16662026-06-09T15:17:38.766Z Compiling jiff v0.2.21
16672026-06-09T15:17:38.903Z Compiling difflib v0.4.0
16682026-06-09T15:17:38.938Z Compiling predicates-core v1.0.10
16692026-06-09T15:17:39.018Z Compiling static_assertions v1.1.0
16702026-06-09T15:17:39.032Z Compiling data-encoding v2.10.0
16712026-06-09T15:17:39.101Z Compiling fixedbitset v0.4.2
16722026-06-09T15:17:39.118Z Compiling whoami v2.1.0
16732026-06-09T15:17:39.332Z Compiling hickory-proto v0.25.2
16742026-06-09T15:17:39.470Z Compiling tokio-postgres v0.7.16
16752026-06-09T15:17:39.500Z Compiling petgraph v0.6.5
16762026-06-09T15:17:39.622Z Compiling predicates v3.1.4
16772026-06-09T15:17:39.733Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16782026-06-09T15:17:40.311Z Compiling clap v4.6.1
16792026-06-09T15:17:40.408Z Compiling strum v0.26.3
16802026-06-09T15:17:40.555Z Compiling itertools v0.13.0
16812026-06-09T15:17:40.683Z Compiling petgraph v0.8.3
16822026-06-09T15:17:41.062Z Compiling string_cache v0.8.9
16832026-06-09T15:17:41.314Z Compiling sha3 v0.10.8
16842026-06-09T15:17:41.743Z Compiling zip v4.6.1
16852026-06-09T15:17:41.786Z Compiling env_logger v0.11.9
16862026-06-09T15:17:41.801Z Compiling toml_edit v0.22.27
16872026-06-09T15:17:42.151Z Compiling usdt-impl v0.5.0
16882026-06-09T15:17:42.583Z Compiling usdt v0.6.0
16892026-06-09T15:17:42.619Z Compiling ecdsa v0.16.9
16902026-06-09T15:17:42.724Z Compiling rsa v0.9.10
16912026-06-09T15:17:42.742Z Compiling ed25519-dalek v2.2.0
16922026-06-09T15:17:42.853Z Compiling serde_with v3.17.0
16932026-06-09T15:17:43.015Z Compiling crossterm v0.28.1
16942026-06-09T15:17:43.399Z Compiling zip v0.6.6
16952026-06-09T15:17:44.078Z Compiling toml v0.7.8
16962026-06-09T15:17:44.276Z Compiling iddqd v0.4.2
16972026-06-09T15:17:44.561Z Compiling toml_parser v1.0.9+spec-1.1.0
16982026-06-09T15:17:44.702Z Compiling similar v2.7.0
16992026-06-09T15:17:44.743Z Compiling crossbeam-epoch v0.9.18
17002026-06-09T15:17:44.810Z Compiling tokio-stream v0.1.18
17012026-06-09T15:17:45.094Z Compiling buf-list v1.1.2
17022026-06-09T15:17:45.232Z Compiling x509-cert v0.2.5
17032026-06-09T15:17:45.318Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17042026-06-09T15:17:45.387Z Compiling openapiv3 v2.2.0
17052026-06-09T15:17:45.591Z Compiling sha1 v0.10.6
17062026-06-09T15:17:45.618Z Compiling lalrpop-util v0.19.12
17072026-06-09T15:17:45.634Z Compiling peg-runtime v0.8.5
17082026-06-09T15:17:45.829Z Compiling thread_local v1.1.9
17092026-06-09T15:17:45.840Z Compiling slog-async v2.8.0
17102026-06-09T15:17:45.933Z Compiling crossbeam-channel v0.5.15
17112026-06-09T15:17:46.081Z Compiling is-terminal v0.4.17
17122026-06-09T15:17:46.096Z Compiling filetime v0.2.27
17132026-06-09T15:17:46.158Z Compiling term v1.2.1
17142026-06-09T15:17:46.186Z Compiling xattr v1.6.1
17152026-06-09T15:17:46.278Z Compiling take_mut v0.2.2
17162026-06-09T15:17:46.364Z Compiling tar v0.4.45
17172026-06-09T15:17:46.738Z Compiling slog-term v2.9.2
17182026-06-09T15:17:55.824Z Compiling rustls-webpki v0.103.9
17192026-06-09T15:17:58.604Z Compiling tokio-rustls v0.26.4
17202026-06-09T15:17:58.604Z Compiling rustls-platform-verifier v0.6.2
17212026-06-09T15:17:58.805Z Compiling hyper-rustls v0.27.7
17222026-06-09T15:17:59.008Z Compiling reqwest v0.12.28
17232026-06-09T15:17:59.018Z Compiling reqwest v0.13.2
17242026-06-09T15:18:00.278Z Compiling tough v0.22.0
17252026-06-09T15:18:02.848Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17262026-06-09T15:18:03.082Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17272026-06-09T15:18:05.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
17282026-06-09T15:18:06.079Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17292026-06-09T15:18:06.136ZJun 09 15:18:04.903 INFO Starting download, target: DendriteStub
17302026-06-09T15:18:06.136ZJun 09 15:18:04.903 INFO Starting download, target: Clickhouse
17312026-06-09T15:18:06.136ZJun 09 15:18:04.903 INFO Starting download, target: Console
17322026-06-09T15:18:06.136ZJun 09 15:18:04.903 INFO Starting download, target: Cockroach
17332026-06-09T15:18:06.136ZJun 09 15:18:04.903 INFO Starting download, target: MaghemiteMgd
17342026-06-09T15:18:06.136ZJun 09 15:18:04.903 INFO Starting download, target: TransceiverControl
17352026-06-09T15:18:06.140ZJun 09 15:18:04.903 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17362026-06-09T15:18:06.140ZJun 09 15:18:04.903 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17372026-06-09T15:18:06.140ZJun 09 15:18:04.903 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17382026-06-09T15:18:06.140ZJun 09 15:18:04.903 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17392026-06-09T15:18:06.140ZJun 09 15:18:04.903 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17402026-06-09T15:18:06.140ZJun 09 15:18:04.903 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17412026-06-09T15:18:06.743ZJun 09 15:18:05.501 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17422026-06-09T15:18:06.946ZJun 09 15:18:05.712 INFO Download complete, target: TransceiverControl
17432026-06-09T15:18:07.066ZJun 09 15:18:05.819 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17442026-06-09T15:18:07.291ZJun 09 15:18:06.057 INFO Download complete, target: Console
17452026-06-09T15:18:07.978ZJun 09 15:18:06.740 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17462026-06-09T15:18:08.046ZJun 09 15:18:06.813 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17472026-06-09T15:18:08.167ZJun 09 15:18:06.931 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17482026-06-09T15:18:08.581ZJun 09 15:18:07.349 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17492026-06-09T15:18:08.581ZJun 09 15:18:07.349 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17502026-06-09T15:18:10.449ZJun 09 15:18:09.216 INFO Download complete, target: DendriteStub
17512026-06-09T15:18:10.546ZJun 09 15:18:09.313 INFO Download complete, target: MaghemiteMgd
17522026-06-09T15:18:13.305ZJun 09 15:18:12.069 INFO Checking that binary works, target: Cockroach
17532026-06-09T15:18:13.422ZJun 09 15:18:12.189 INFO Download complete, target: Cockroach
17542026-06-09T15:18:14.897ZJun 09 15:18:13.664 INFO Checking that binary works, target: Clickhouse
17552026-06-09T15:18:14.995ZJun 09 15:18:13.762 INFO Download complete, target: Clickhouse
17562026-06-09T15:18:15.011ZAll builder prerequisites installed successfully, and PATH looks valid
17572026-06-09T15:18:15.015Z
17582026-06-09T15:18:15.015Zreal 2:26.738889346
17592026-06-09T15:18:15.015Zuser 6:56.228135272
17602026-06-09T15:18:15.015Zsys 1:25.317092150
17612026-06-09T15:18:15.015Ztrap 0.223029643
17622026-06-09T15:18:15.015Ztflt 0.810744430
17632026-06-09T15:18:15.015Zdflt 0.619357392
17642026-06-09T15:18:15.015Zkflt 0.027889837
17652026-06-09T15:18:15.015Zlock 21:41.991170211
17662026-06-09T15:18:15.015Zslp 21:42.730573739
17672026-06-09T15:18:15.015Zlat 44.611583097
17682026-06-09T15:18:15.015Zstop 1:57.198567190
17692026-06-09T15:18:15.015Z+ banner clippy
17702026-06-09T15:18:15.015Z
17712026-06-09T15:18:15.016Z #### # # ##### ##### # #
17722026-06-09T15:18:15.016Z # # # # # # # # # #
17732026-06-09T15:18:15.016Z # # # # # # # #
17742026-06-09T15:18:15.016Z # # # ##### ##### #
17752026-06-09T15:18:15.016Z # # # # # # #
17762026-06-09T15:18:15.016Z #### ###### # # # #
17772026-06-09T15:18:15.016Z
17782026-06-09T15:18:15.016Z+ export CARGO_INCREMENTAL=0
17792026-06-09T15:18:15.016Z+ CARGO_INCREMENTAL=0
17802026-06-09T15:18:15.016Z+ ptime -m cargo xtask clippy
17812026-06-09T15:18:15.537Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17822026-06-09T15:18:15.761Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17832026-06-09T15:18:17.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.57s
17842026-06-09T15:18:17.685Z Running `target/debug/xtask clippy`
17852026-06-09T15:18:17.709Zrunning: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
17862026-06-09T15:18:18.328Z Downloading crates ...
17872026-06-09T15:18:18.519Z Downloaded approx v0.5.1
17882026-06-09T15:18:18.525Z Downloaded nested v0.1.1
17892026-06-09T15:18:18.531Z Downloaded addr2line v0.25.1
17902026-06-09T15:18:18.541Z Downloaded termcolor v1.4.1
17912026-06-09T15:18:18.544Z Downloaded assert_cmd v2.1.2
17922026-06-09T15:18:18.544Z Downloaded async-lock v3.4.2
17932026-06-09T15:18:18.547Z Downloaded plotters-backend v0.3.7
17942026-06-09T15:18:18.547Z Downloaded assert-json-diff v2.0.2
17952026-06-09T15:18:18.550Z Downloaded backtrace-ext v0.2.1
17962026-06-09T15:18:18.554Z Downloaded pathdiff v0.2.3
17972026-06-09T15:18:18.557Z Downloaded parking v2.2.1
17982026-06-09T15:18:18.557Z Downloaded terminal_size v0.1.17
17992026-06-09T15:18:18.557Z Downloaded escape8259 v0.5.3
18002026-06-09T15:18:18.557Z Downloaded backtrace v0.3.76
18012026-06-09T15:18:18.560Z Downloaded rustc-demangle v0.1.27
18022026-06-09T15:18:18.560Z Downloaded linkme-impl v0.3.35
18032026-06-09T15:18:18.563Z Downloaded constant_time_eq v0.3.1
18042026-06-09T15:18:18.563Z Downloaded concurrent-queue v2.5.0
18052026-06-09T15:18:18.566Z Downloaded anes v0.1.6
18062026-06-09T15:18:18.566Z Downloaded miette-derive v5.10.0
18072026-06-09T15:18:18.570Z Downloaded cast v0.3.0
18082026-06-09T15:18:18.570Z Downloaded async-object-pool v0.2.0
18092026-06-09T15:18:18.570Z Downloaded guppy-workspace-hack v0.1.0
18102026-06-09T15:18:18.572Z Downloaded oorandom v11.1.5
18112026-06-09T15:18:18.580Z Downloaded supports-unicode v2.1.0
18122026-06-09T15:18:18.583Z Downloaded serde_regex v1.1.0
18132026-06-09T15:18:18.586Z Downloaded stringmetrics v2.2.2
18142026-06-09T15:18:18.594Z Downloaded rstest v0.25.0
18152026-06-09T15:18:18.598Z Downloaded target-triple v1.0.0
18162026-06-09T15:18:18.598Z Downloaded supports-color v2.1.0
18172026-06-09T15:18:18.599Z Downloaded event-listener-strategy v0.5.4
18182026-06-09T15:18:18.602Z Downloaded partial-io v0.5.4
18192026-06-09T15:18:18.602Z Downloaded tokio-test v0.4.5
18202026-06-09T15:18:18.605Z Downloaded similar-asserts v1.7.0
18212026-06-09T15:18:18.613Z Downloaded tinytemplate v1.2.1
18222026-06-09T15:18:18.615Z Downloaded relative-path v1.9.3
18232026-06-09T15:18:18.618Z Downloaded knuffel-derive v3.2.0
18242026-06-09T15:18:18.621Z Downloaded libtest-mimic v0.8.1
18252026-06-09T15:18:18.624Z Downloaded trybuild v1.0.116
18262026-06-09T15:18:18.627Z Downloaded cfg-expr v0.20.6
18272026-06-09T15:18:18.629Z Downloaded supports-hyperlinks v2.1.0
18282026-06-09T15:18:18.630Z Downloaded plotters-svg v0.3.7
18292026-06-09T15:18:18.630Z Downloaded target-spec v3.5.7
18302026-06-09T15:18:18.632Z Downloaded rust-argon2 v2.1.0
18312026-06-09T15:18:18.632Z Downloaded criterion-plot v0.6.0
18322026-06-09T15:18:18.635Z Downloaded target-lexicon v0.13.3
18332026-06-09T15:18:18.635Z Downloaded linkme v0.3.35
18342026-06-09T15:18:18.638Z Downloaded owo-colors v3.5.0
18352026-06-09T15:18:18.648Z Downloaded criterion v0.7.0
18362026-06-09T15:18:18.653Z Downloaded futures-timer v3.0.3
18372026-06-09T15:18:18.655Z Downloaded event-listener v5.4.1
18382026-06-09T15:18:18.655Z Downloaded blake2b_simd v1.0.4
18392026-06-09T15:18:18.658Z Downloaded httptest v0.16.4
18402026-06-09T15:18:18.658Z Downloaded path-tree v0.8.3
18412026-06-09T15:18:18.661Z Downloaded hickory-client v0.25.2
18422026-06-09T15:18:18.664Z Downloaded textwrap v0.15.2
18432026-06-09T15:18:18.664Z Downloaded knuffel v3.2.0
18442026-06-09T15:18:18.669Z Downloaded datatest-stable v0.3.3
18452026-06-09T15:18:18.678Z Downloaded rstest_macros v0.25.0
18462026-06-09T15:18:18.681Z Downloaded rand_distr v0.5.1
18472026-06-09T15:18:18.685Z Downloaded fancy-regex v0.14.0
18482026-06-09T15:18:18.685Z Downloaded miette v5.10.0
18492026-06-09T15:18:18.690Z Downloaded chumsky v0.9.3
18502026-06-09T15:18:18.693Z Downloaded plotters v0.3.7
18512026-06-09T15:18:18.702Z Downloaded guppy v0.17.25
18522026-06-09T15:18:18.706Z Downloaded hashbrown v0.14.5
18532026-06-09T15:18:18.730Z Downloaded gimli v0.32.3
18542026-06-09T15:18:18.830Z Downloaded httpmock v0.8.3
18552026-06-09T15:18:20.478Z Checking cfg-if v1.0.4
18562026-06-09T15:18:20.828Z Checking libc v0.2.185
18572026-06-09T15:18:20.832Z Checking serde_core v1.0.228
18582026-06-09T15:18:20.899Z Checking memchr v2.8.0
18592026-06-09T15:18:20.941Z Checking smallvec v1.15.1
18602026-06-09T15:18:20.977Z Checking itoa v1.0.17
18612026-06-09T15:18:21.015Z Checking log v0.4.29
18622026-06-09T15:18:21.059Z Checking libm v0.2.16
18632026-06-09T15:18:21.097Z Checking zeroize v1.8.2
18642026-06-09T15:18:21.144Z Checking scopeguard v1.2.0
18652026-06-09T15:18:21.181Z Checking stable_deref_trait v1.2.1
18662026-06-09T15:18:21.223Z Checking zmij v1.0.21
18672026-06-09T15:18:21.262Z Checking errno v0.3.14
18682026-06-09T15:18:21.297Z Checking getrandom v0.2.17
18692026-06-09T15:18:21.329Z Checking lock_api v0.4.14
18702026-06-09T15:18:21.369Z Checking zerofrom v0.1.6
18712026-06-09T15:18:21.407Z Checking percent-encoding v2.3.2
18722026-06-09T15:18:21.442Z Checking litemap v0.8.1
18732026-06-09T15:18:21.477Z Checking writeable v0.6.2
18742026-06-09T15:18:21.513Z Checking yoke v0.8.1
18752026-06-09T15:18:21.548Z Checking icu_normalizer_data v2.1.1
18762026-06-09T15:18:21.582Z Checking icu_properties_data v2.1.2
18772026-06-09T15:18:21.619Z Checking form_urlencoded v1.2.2
18782026-06-09T15:18:21.655Z Checking utf8_iter v1.0.4
18792026-06-09T15:18:21.690Z Checking subtle v2.6.1
18802026-06-09T15:18:21.727Z Checking zerovec v0.11.5
18812026-06-09T15:18:21.727Z Checking zerotrie v0.2.3
18822026-06-09T15:18:21.793Z Checking num-traits v0.2.19
18832026-06-09T15:18:21.832Z Checking pin-project-lite v0.2.17
18842026-06-09T15:18:21.836Z Checking rand_core v0.10.0
18852026-06-09T15:18:21.902Z Checking rand_core v0.6.4
18862026-06-09T15:18:21.906Z Checking parking_lot_core v0.9.12
18872026-06-09T15:18:21.969Z Checking zerocopy v0.8.40
18882026-06-09T15:18:22.014Z Checking portable-atomic v1.13.1
18892026-06-09T15:18:22.051Z Checking getrandom v0.4.1
18902026-06-09T15:18:22.113Z Checking parking_lot v0.12.5
18912026-06-09T15:18:22.151Z Checking signal-hook-registry v1.4.8
18922026-06-09T15:18:22.207Z Checking tinystr v0.8.2
18932026-06-09T15:18:22.242Z Checking potential_utf v0.1.4
18942026-06-09T15:18:22.326Z Checking critical-section v1.2.0
18952026-06-09T15:18:22.362Z Checking serde v1.0.228
18962026-06-09T15:18:22.365Z Checking serde_json v1.0.149
18972026-06-09T15:18:22.396Z Checking bitflags v2.11.0
18982026-06-09T15:18:22.458Z Checking icu_collections v2.1.1
18992026-06-09T15:18:22.461Z Checking icu_locale_core v2.1.1
19002026-06-09T15:18:22.526Z Checking once_cell v1.21.3
19012026-06-09T15:18:22.564Z Checking mio v1.2.0
19022026-06-09T15:18:22.609Z Checking socket2 v0.6.3
19032026-06-09T15:18:22.729Z Checking typenum v1.19.0
19042026-06-09T15:18:22.784Z Checking bytes v1.11.1
19052026-06-09T15:18:22.822Z Checking iana-time-zone v0.1.65
19062026-06-09T15:18:22.879Z Checking uuid v1.23.0
19072026-06-09T15:18:22.917Z Checking thiserror v2.0.18
19082026-06-09T15:18:22.956Z Checking chrono v0.4.44
19092026-06-09T15:18:23.048Z Checking semver v1.0.28
19102026-06-09T15:18:23.086Z Checking icu_provider v2.1.1
19112026-06-09T15:18:23.136Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19122026-06-09T15:18:23.223Z Checking futures-core v0.3.32
19132026-06-09T15:18:23.260Z Checking tokio v1.52.1
19142026-06-09T15:18:23.293Z Checking generic-array v0.14.7
19152026-06-09T15:18:23.296Z Checking equivalent v1.0.2
19162026-06-09T15:18:23.359Z Checking icu_properties v2.1.2
19172026-06-09T15:18:23.397Z Checking icu_normalizer v2.1.1
19182026-06-09T15:18:23.435Z Checking dyn-clone v1.0.20
19192026-06-09T15:18:23.508Z Checking const-oid v0.9.6
19202026-06-09T15:18:23.596Z Checking futures-sink v0.3.32
19212026-06-09T15:18:23.741Z Checking futures-channel v0.3.32
19222026-06-09T15:18:23.772Z Checking slab v0.4.12
19232026-06-09T15:18:23.775Z Checking crypto-common v0.1.7
19242026-06-09T15:18:23.839Z Checking block-buffer v0.10.4
19252026-06-09T15:18:23.954Z Checking futures-io v0.3.32
19262026-06-09T15:18:23.958Z Checking futures-task v0.3.32
19272026-06-09T15:18:23.958Z Checking rustix v1.1.3
19282026-06-09T15:18:24.051Z Checking byteorder v1.5.0
19292026-06-09T15:18:24.095Z Checking hashbrown v0.17.0
19302026-06-09T15:18:24.153Z Checking futures-util v0.3.32
19312026-06-09T15:18:24.199Z Checking idna_adapter v1.2.1
19322026-06-09T15:18:24.236Z Checking digest v0.10.7
19332026-06-09T15:18:24.278Z Checking cpufeatures v0.2.17
19342026-06-09T15:18:24.348Z Checking idna v1.1.0
19352026-06-09T15:18:24.385Z Checking thiserror v1.0.69
19362026-06-09T15:18:24.456Z Checking getrandom v0.3.4
19372026-06-09T15:18:24.506Z Checking fnv v1.0.7
19382026-06-09T15:18:24.592Z Checking indexmap v2.14.0
19392026-06-09T15:18:24.628Z Checking url v2.5.8
19402026-06-09T15:18:24.632Z Checking regex-syntax v0.8.10
19412026-06-09T15:18:24.632Z Checking http v1.4.0
19422026-06-09T15:18:24.735Z Checking ppv-lite86 v0.2.21
19432026-06-09T15:18:24.874Z Checking tracing-core v0.1.36
19442026-06-09T15:18:25.058Z Checking base64 v0.22.1
19452026-06-09T15:18:25.093Z Checking schemars v0.8.22
19462026-06-09T15:18:25.164Z Checking utf8parse v0.2.2
19472026-06-09T15:18:25.204Z Checking tracing v0.1.44
19482026-06-09T15:18:25.240Z Checking ipnet v2.11.0
19492026-06-09T15:18:25.293Z Checking anstyle v1.0.14
19502026-06-09T15:18:25.330Z Checking untrusted v0.9.0
19512026-06-09T15:18:25.434Z Checking unicode-ident v1.0.24
19522026-06-09T15:18:25.470Z Checking ring v0.17.14
19532026-06-09T15:18:25.503Z Checking base64ct v1.8.3
19542026-06-09T15:18:25.537Z Checking anstyle-query v1.1.5
19552026-06-09T15:18:25.571Z Checking proc-macro2 v1.0.106
19562026-06-09T15:18:25.669Z Checking colorchoice v1.0.4
19572026-06-09T15:18:25.764Z Checking is_terminal_polyfill v1.70.2
19582026-06-09T15:18:25.800Z Checking block-padding v0.3.3
19592026-06-09T15:18:25.805Z Checking aho-corasick v1.1.4
19602026-06-09T15:18:25.884Z Checking rustls-pki-types v1.14.0
19612026-06-09T15:18:25.919Z Checking quote v1.0.45
19622026-06-09T15:18:25.964Z Checking inout v0.1.4
19632026-06-09T15:18:26.051Z Checking httparse v1.10.1
19642026-06-09T15:18:26.086Z Checking anstyle-parse v1.0.0
19652026-06-09T15:18:26.121Z Checking syn v2.0.117
19662026-06-09T15:18:26.154Z Checking cipher v0.4.4
19672026-06-09T15:18:26.198Z Checking terminal_size v0.4.3
19682026-06-09T15:18:26.267Z Checking crossbeam-utils v0.8.21
19692026-06-09T15:18:26.303Z Checking anstream v1.0.0
19702026-06-09T15:18:26.340Z Checking allocator-api2 v0.2.21
19712026-06-09T15:18:26.392Z Checking strsim v0.11.1
19722026-06-09T15:18:26.482Z Checking tokio-util v0.7.18
19732026-06-09T15:18:26.518Z Checking clap_lex v1.0.0
19742026-06-09T15:18:26.555Z Checking regex-automata v0.4.14
19752026-06-09T15:18:26.558Z Checking pem-rfc7468 v0.7.0
19762026-06-09T15:18:26.620Z Checking http-body v1.0.1
19772026-06-09T15:18:26.655Z Checking sha2 v0.10.9
19782026-06-09T15:18:26.658Z Checking powerfmt v0.2.0
19792026-06-09T15:18:26.721Z Checking clap_builder v4.6.0
19802026-06-09T15:18:26.755Z Checking atomic-waker v1.1.2
19812026-06-09T15:18:26.791Z Checking rand_core v0.9.5
19822026-06-09T15:18:26.863Z Checking deranged v0.5.8
19832026-06-09T15:18:26.899Z Checking hmac v0.12.1
19842026-06-09T15:18:26.956Z Checking try-lock v0.2.5
19852026-06-09T15:18:26.996Z Checking num_threads v0.1.7
19862026-06-09T15:18:27.057Z Checking httpdate v1.0.3
19872026-06-09T15:18:27.093Z Checking num-conv v0.2.0
19882026-06-09T15:18:27.129Z Checking time-core v0.1.8
19892026-06-09T15:18:27.132Z Checking h2 v0.4.13
19902026-06-09T15:18:27.228Z Checking want v0.3.1
19912026-06-09T15:18:27.264Z Checking erased-serde v0.3.31
19922026-06-09T15:18:27.299Z Checking tower-service v0.3.3
19932026-06-09T15:18:27.381Z Checking flagset v0.4.7
19942026-06-09T15:18:27.419Z Checking ryu v1.0.23
19952026-06-09T15:18:27.531Z Checking pin-utils v0.1.0
19962026-06-09T15:18:27.582Z Checking tower-layer v0.3.3
19972026-06-09T15:18:27.632Z Checking der v0.7.10
19982026-06-09T15:18:27.668Z Checking slog v2.8.2
19992026-06-09T15:18:27.757Z Checking rand_chacha v0.9.0
20002026-06-09T15:18:27.798Z Checking time v0.3.47
20012026-06-09T15:18:27.934Z Checking clap v4.6.1
20022026-06-09T15:18:27.970Z Checking anyhow v1.0.102
20032026-06-09T15:18:28.005Z Checking mime v0.3.17
20042026-06-09T15:18:28.041Z Checking rand v0.9.2
20052026-06-09T15:18:28.193Z Checking spin v0.9.8
20062026-06-09T15:18:28.229Z Checking http-body-util v0.1.3
20072026-06-09T15:18:28.396Z Checking aws-lc-sys v0.40.0
20082026-06-09T15:18:28.399Z Checking untrusted v0.7.1
20092026-06-09T15:18:28.467Z Checking ipnetwork v0.21.1
20102026-06-09T15:18:28.470Z Checking fastrand v2.3.0
20112026-06-09T15:18:28.533Z Checking openssl-probe v0.2.1
20122026-06-09T15:18:28.568Z Checking spki v0.7.3
20132026-06-09T15:18:28.571Z Checking serde_urlencoded v0.7.1
20142026-06-09T15:18:28.668Z Checking pbkdf2 v0.12.2
20152026-06-09T15:18:28.705Z Checking aes v0.8.4
20162026-06-09T15:18:28.708Z Checking encoding_rs v0.8.35
20172026-06-09T15:18:28.771Z Checking regex v1.12.3
20182026-06-09T15:18:28.806Z Checking cbc v0.1.2
20192026-06-09T15:18:28.841Z Checking salsa20 v0.10.2
20202026-06-09T15:18:28.935Z Checking aws-lc-rs v1.16.3
20212026-06-09T15:18:28.971Z Checking rand_chacha v0.3.1
20222026-06-09T15:18:28.974Z Checking hex v0.4.3
20232026-06-09T15:18:29.037Z Checking pretty-hex v0.4.1
20242026-06-09T15:18:29.074Z Checking simd-adler32 v0.3.8
20252026-06-09T15:18:29.121Z Checking scrypt v0.11.0
20262026-06-09T15:18:29.180Z Checking tempfile v3.25.0
20272026-06-09T15:18:29.224Z Checking plain v0.2.3
20282026-06-09T15:18:29.259Z Checking rand v0.8.6
20292026-06-09T15:18:29.295Z Checking adler2 v2.0.1
20302026-06-09T15:18:29.298Z Checking pkcs5 v0.7.1
20312026-06-09T15:18:29.359Z Checking rustls-native-certs v0.8.3
20322026-06-09T15:18:29.397Z Checking sync_wrapper v1.0.2
20332026-06-09T15:18:29.457Z Checking miniz_oxide v0.8.9
20342026-06-09T15:18:29.514Z Checking ucd-trie v0.1.7
20352026-06-09T15:18:29.549Z Checking tower v0.5.3
20362026-06-09T15:18:29.584Z Checking pkcs8 v0.10.2
20372026-06-09T15:18:29.682Z Checking pest v2.8.6
20382026-06-09T15:18:29.720Z Checking webpki-roots v1.0.6
20392026-06-09T15:18:29.791Z Checking rustls-webpki v0.103.9
20402026-06-09T15:18:29.834Z Checking hyper v1.8.1
20412026-06-09T15:18:29.837Z Checking camino v1.2.2
20422026-06-09T15:18:29.900Z Checking iri-string v0.7.10
20432026-06-09T15:18:29.903Z Checking foldhash v0.2.0
20442026-06-09T15:18:29.903Z Checking oxnet v0.1.5
20452026-06-09T15:18:29.998Z Checking futures-executor v0.3.32
20462026-06-09T15:18:30.138Z Checking either v1.15.0
20472026-06-09T15:18:30.174Z Checking hashbrown v0.16.1
20482026-06-09T15:18:30.177Z Checking futures v0.3.32
20492026-06-09T15:18:30.241Z Checking openapiv3 v2.2.0
20502026-06-09T15:18:30.244Z Checking rustls v0.23.37
20512026-06-09T15:18:30.312Z Checking crc32fast v1.5.0
20522026-06-09T15:18:30.351Z Checking static_assertions v1.1.0
20532026-06-09T15:18:30.449Z Checking lazy_static v1.5.0
20542026-06-09T15:18:30.484Z Checking signature v2.2.0
20552026-06-09T15:18:30.570Z Checking winnow v0.7.14
20562026-06-09T15:18:30.657Z Checking hubpack v0.1.2
20572026-06-09T15:18:30.701Z Checking zlib-rs v0.6.2
20582026-06-09T15:18:30.771Z Checking strum v0.26.3
20592026-06-09T15:18:30.807Z Checking hyper-util v0.1.20
20602026-06-09T15:18:30.852Z Checking tinyvec_macros v0.1.1
20612026-06-09T15:18:30.913Z Checking psl-types v2.0.11
20622026-06-09T15:18:30.948Z Checking tinyvec v1.10.0
20632026-06-09T15:18:30.952Z Checking tower-http v0.6.8
20642026-06-09T15:18:31.060Z Checking publicsuffix v2.3.0
20652026-06-09T15:18:31.246Z Checking cookie v0.18.1
20662026-06-09T15:18:31.286Z Checking sha1 v0.10.6
20672026-06-09T15:18:31.289Z Checking num-integer v0.1.46
20682026-06-09T15:18:31.479Z Checking scroll v0.13.0
20692026-06-09T15:18:31.514Z Checking data-encoding v2.10.0
20702026-06-09T15:18:31.572Z Checking cookie_store v0.22.1
20712026-06-09T15:18:31.575Z Checking toml_datetime v0.6.11
20722026-06-09T15:18:31.641Z Checking flate2 v1.1.9
20732026-06-09T15:18:31.731Z Checking goblin v0.10.5
20742026-06-09T15:18:31.767Z Checking serde_spanned v0.6.9
20752026-06-09T15:18:31.829Z Checking memmap2 v0.9.10
20762026-06-09T15:18:31.832Z Checking bit-vec v0.8.0
20772026-06-09T15:18:31.922Z Checking base16ct v0.2.0
20782026-06-09T15:18:31.925Z Checking dtrace-parser v0.3.0
20792026-06-09T15:18:31.989Z Checking ff v0.13.1
20802026-06-09T15:18:32.024Z Checking wait-timeout v0.2.1
20812026-06-09T15:18:32.061Z Checking bit-set v0.8.0
20822026-06-09T15:18:32.065Z Checking thread-id v5.1.0
20832026-06-09T15:18:32.127Z Checking sec1 v0.7.3
20842026-06-09T15:18:32.162Z Checking foreign-types-shared v0.1.1
20852026-06-09T15:18:32.198Z Checking group v0.13.0
20862026-06-09T15:18:32.201Z Checking num-iter v0.1.45
20872026-06-09T15:18:32.264Z Checking bstr v1.12.1
20882026-06-09T15:18:32.268Z Checking hkdf v0.12.4
20892026-06-09T15:18:32.329Z Checking foreign-types v0.3.2
20902026-06-09T15:18:32.363Z Checking crossbeam-epoch v0.9.18
20912026-06-09T15:18:32.366Z Checking anstyle-parse v0.2.7
20922026-06-09T15:18:32.427Z Checking ahash v0.8.12
20932026-06-09T15:18:32.431Z Checking crypto-bigint v0.5.5
20942026-06-09T15:18:32.491Z Checking openssl-sys v0.9.115
20952026-06-09T15:18:32.570Z Checking quick-error v1.2.3
20962026-06-09T15:18:32.607Z Checking anstream v0.6.21
20972026-06-09T15:18:32.647Z Checking rand_xorshift v0.4.0
20982026-06-09T15:18:32.682Z Checking scroll v0.12.0
20992026-06-09T15:18:32.686Z Checking tokio-rustls v0.26.4
21002026-06-09T15:18:32.750Z Checking rustls-platform-verifier v0.6.2
21012026-06-09T15:18:32.793Z Checking rusty-fork v0.3.1
21022026-06-09T15:18:32.833Z Checking unarray v0.1.4
21032026-06-09T15:18:32.890Z Checking openssl v0.10.79
21042026-06-09T15:18:32.926Z Checking num-bigint-dig v0.8.6
21052026-06-09T15:18:32.960Z Checking hyper-rustls v0.27.7
21062026-06-09T15:18:32.994Z Checking pkcs1 v0.7.5
21072026-06-09T15:18:32.997Z Checking proptest v1.10.0
21082026-06-09T15:18:32.997Z Checking goblin v0.8.2
21092026-06-09T15:18:33.190Z Checking reqwest v0.13.2
21102026-06-09T15:18:33.232Z Checking x509-cert v0.2.5
21112026-06-09T15:18:33.375Z Checking elliptic-curve v0.13.8
21122026-06-09T15:18:33.708Z Checking zerocopy v0.7.35
21132026-06-09T15:18:33.748Z Checking unicode-segmentation v1.12.0
21142026-06-09T15:18:33.913Z Checking rsa v0.9.10
21152026-06-09T15:18:34.040Z Checking dof v0.4.0
21162026-06-09T15:18:34.093Z Checking dtrace-parser v0.2.0
21172026-06-09T15:18:34.097Z Checking rfc6979 v0.4.0
21182026-06-09T15:18:34.218Z Checking memoffset v0.9.1
21192026-06-09T15:18:34.270Z Checking thread-id v4.2.2
21202026-06-09T15:18:34.328Z Checking ecdsa v0.16.9
21212026-06-09T15:18:34.364Z Checking curve25519-dalek v4.1.3
21222026-06-09T15:18:34.397Z Checking rustix v0.38.44
21232026-06-09T15:18:34.432Z Checking env_filter v1.0.0
21242026-06-09T15:18:34.606Z Checking keccak v0.1.6
21252026-06-09T15:18:34.687Z Checking same-file v1.0.6
21262026-06-09T15:18:34.722Z Checking usdt-impl v0.6.0
21272026-06-09T15:18:34.801Z Checking toml_write v0.1.2
21282026-06-09T15:18:34.838Z Checking walkdir v2.5.0
21292026-06-09T15:18:34.841Z Checking newtype-uuid v1.3.2
21302026-06-09T15:18:34.904Z Checking native-tls v0.2.18
21312026-06-09T15:18:34.939Z Checking dof v0.3.0
21322026-06-09T15:18:34.995Z Checking toml_edit v0.22.27
21332026-06-09T15:18:35.031Z Checking sha3 v0.10.8
21342026-06-09T15:18:35.035Z Checking usdt v0.6.0
21352026-06-09T15:18:35.098Z Checking daft v0.1.7
21362026-06-09T15:18:35.133Z Checking tokio-native-tls v0.3.1
21372026-06-09T15:18:35.168Z Checking env_logger v0.11.9
21382026-06-09T15:18:35.210Z Checking ed25519 v2.2.3
21392026-06-09T15:18:35.252Z Checking usdt-impl v0.5.0
21402026-06-09T15:18:35.256Z Checking itertools v0.13.0
21412026-06-09T15:18:35.256Z Checking serde_with v3.17.0
21422026-06-09T15:18:35.351Z Checking hyper-tls v0.6.0
21432026-06-09T15:18:35.385Z Checking bitflags v1.3.2
21442026-06-09T15:18:35.388Z Checking siphasher v1.0.2
21452026-06-09T15:18:35.450Z Checking ed25519-dalek v2.2.0
21462026-06-09T15:18:35.487Z Checking nix v0.31.2
21472026-06-09T15:18:35.544Z Checking reqwest v0.12.28
21482026-06-09T15:18:35.579Z Checking toml_parser v1.0.9+spec-1.1.0
21492026-06-09T15:18:35.617Z Checking unicode-normalization v0.1.25
21502026-06-09T15:18:35.712Z Checking signal-hook v0.3.18
21512026-06-09T15:18:35.938Z Checking managed v0.8.0
21522026-06-09T15:18:35.941Z Checking winnow v0.5.40
21532026-06-09T15:18:36.050Z Checking bzip2-sys v0.1.13+1.0.8
21542026-06-09T15:18:36.120Z Checking object v0.37.3
21552026-06-09T15:18:36.155Z Checking foldhash v0.1.5
21562026-06-09T15:18:36.189Z Checking bzip2 v0.4.4
21572026-06-09T15:18:36.320Z Checking hashbrown v0.15.5
21582026-06-09T15:18:36.355Z Checking signal-hook-mio v0.2.5
21592026-06-09T15:18:36.390Z Checking globset v0.4.18
21602026-06-09T15:18:36.427Z Checking ref-cast v1.0.25
21612026-06-09T15:18:36.485Z Checking zstd-sys v2.0.16+zstd.1.5.7
21622026-06-09T15:18:36.554Z Checking zip v0.6.6
21632026-06-09T15:18:36.592Z Checking pin-project v1.1.11
21642026-06-09T15:18:36.627Z Checking zstd-safe v7.2.4
21652026-06-09T15:18:36.665Z Checking bumpalo v3.20.2
21662026-06-09T15:18:36.713Z Checking libbz2-rs-sys v0.2.2
21672026-06-09T15:18:36.755Z Checking crossterm v0.28.1
21682026-06-09T15:18:36.816Z Checking similar v2.7.0
21692026-06-09T15:18:36.850Z Checking zstd v0.13.3
21702026-06-09T15:18:36.890Z Checking zopfli v0.8.3
21712026-06-09T15:18:36.924Z Checking tokio-stream v0.1.18
21722026-06-09T15:18:37.065Z Checking fs-err v3.3.0
21732026-06-09T15:18:37.133Z Checking bzip2 v0.6.1
21742026-06-09T15:18:37.169Z Checking toml_edit v0.19.15
21752026-06-09T15:18:37.222Z Checking pem v3.0.6
21762026-06-09T15:18:37.257Z Checking hash32 v0.2.1
21772026-06-09T15:18:37.324Z Checking serde-big-array v0.5.1
21782026-06-09T15:18:37.360Z Checking jiff v0.2.21
21792026-06-09T15:18:37.395Z Checking unicode-bidi v0.3.18
21802026-06-09T15:18:37.429Z Checking predicates-core v1.0.10
21812026-06-09T15:18:37.463Z Checking unicode-properties v0.1.4
21822026-06-09T15:18:37.498Z Checking heapless v0.7.17
21832026-06-09T15:18:37.501Z Checking snafu v0.8.9
21842026-06-09T15:18:37.576Z Checking olpc-cjson v0.1.4
21852026-06-09T15:18:37.677Z Checking hickory-proto v0.25.2
21862026-06-09T15:18:37.713Z Checking stringprep v0.1.5
21872026-06-09T15:18:37.745Z Checking md-5 v0.10.6
21882026-06-09T15:18:37.796Z Checking serde_plain v1.0.2
21892026-06-09T15:18:37.891Z Checking float-cmp v0.10.0
21902026-06-09T15:18:37.926Z Checking typed-path v0.9.3
21912026-06-09T15:18:37.961Z Checking fallible-iterator v0.2.0
21922026-06-09T15:18:37.996Z Checking normalize-line-endings v0.3.0
21932026-06-09T15:18:38.045Z Checking difflib v0.4.0
21942026-06-09T15:18:38.112Z Checking smoltcp v0.9.1
21952026-06-09T15:18:38.209Z Checking toml v0.7.8
21962026-06-09T15:18:38.252Z Checking predicates v3.1.4
21972026-06-09T15:18:38.255Z Checking postgres-protocol v0.6.10
21982026-06-09T15:18:38.471Z Checking iddqd v0.4.2
21992026-06-09T15:18:38.543Z Checking phf_shared v0.13.1
22002026-06-09T15:18:38.598Z Checking phf_shared v0.11.3
22012026-06-09T15:18:38.633Z Checking buf-list v1.1.2
22022026-06-09T15:18:38.715Z Checking tough v0.22.0
22032026-06-09T15:18:38.719Z Checking strum v0.27.2
22042026-06-09T15:18:38.783Z Checking fixedbitset v0.4.2
22052026-06-09T15:18:38.786Z Checking precomputed-hash v0.1.1
22062026-06-09T15:18:38.849Z Checking lalrpop-util v0.19.12
22072026-06-09T15:18:38.888Z Checking new_debug_unreachable v1.0.6
22082026-06-09T15:18:38.929Z Checking fixedbitset v0.5.7
22092026-06-09T15:18:38.968Z Checking petgraph v0.6.5
22102026-06-09T15:18:39.003Z Checking string_cache v0.8.9
22112026-06-09T15:18:39.040Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22122026-06-09T15:18:39.156Z Checking petgraph v0.8.3
22132026-06-09T15:18:39.203Z Checking phf v0.13.1
22142026-06-09T15:18:39.384Z Checking postgres-types v0.2.12
22152026-06-09T15:18:39.420Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22162026-06-09T15:18:39.587Z Checking zip v4.6.1
22172026-06-09T15:18:39.716Z Checking whoami v2.1.0
22182026-06-09T15:18:39.749Z Checking peg-runtime v0.8.5
22192026-06-09T15:18:39.962Z Checking tokio-postgres v0.7.16
22202026-06-09T15:18:40.040Z Checking is-terminal v0.4.17
22212026-06-09T15:18:40.162Z Checking crossbeam-channel v0.5.15
22222026-06-09T15:18:40.198Z Compiling structmeta-derive v0.3.0
22232026-06-09T15:18:40.232Z Checking thread_local v1.1.9
22242026-06-09T15:18:40.428Z Checking term v1.2.1
22252026-06-09T15:18:40.492Z Checking take_mut v0.2.2
22262026-06-09T15:18:40.527Z Compiling newtype-uuid-macros v0.1.0
22272026-06-09T15:18:40.634Z Checking slog-async v2.8.0
22282026-06-09T15:18:40.684Z Checking slog-term v2.9.2
22292026-06-09T15:18:40.763Z Compiling rustls v0.22.4
22302026-06-09T15:18:40.798Z Compiling multer v3.1.0
22312026-06-09T15:18:40.839Z Compiling async-stream-impl v0.3.6
22322026-06-09T15:18:40.972Z Compiling dropshot v0.17.0
22332026-06-09T15:18:41.073Z Compiling dropshot_endpoint v0.17.0
22342026-06-09T15:18:41.114Z Checking match_cfg v0.1.0
22352026-06-09T15:18:41.215Z Checking hostname v0.3.1
22362026-06-09T15:18:41.288Z Checking slog-json v2.6.1
22372026-06-09T15:18:41.323Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22382026-06-09T15:18:41.326Z Compiling structmeta v0.3.0
22392026-06-09T15:18:41.389Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22402026-06-09T15:18:41.420Z Checking debug-ignore v1.0.5
22412026-06-09T15:18:41.486Z Checking progenitor-client v0.14.0
22422026-06-09T15:18:41.490Z Checking slog-bunyan v2.5.0
22432026-06-09T15:18:41.551Z Checking rustls-webpki v0.102.8
22442026-06-09T15:18:41.589Z Compiling derive-ex v0.1.8
22452026-06-09T15:18:41.626Z Checking serde_spanned v1.0.4
22462026-06-09T15:18:41.659Z Checking toml_datetime v1.0.0+spec-1.1.0
22472026-06-09T15:18:41.733Z Checking serde_path_to_error v0.1.20
22482026-06-09T15:18:41.768Z Checking compression-core v0.4.31
22492026-06-09T15:18:41.803Z Checking toml_writer v1.0.6+spec-1.1.0
22502026-06-09T15:18:41.837Z Checking async-stream v0.3.6
22512026-06-09T15:18:41.919Z Checking compression-codecs v0.4.37
22522026-06-09T15:18:41.993Z Checking waitgroup v0.1.2
22532026-06-09T15:18:42.028Z Checking toml v1.0.6+spec-1.1.0
22542026-06-09T15:18:42.031Z Checking rustls-pemfile v2.2.0
22552026-06-09T15:18:42.110Z Checking async-compression v0.4.41
22562026-06-09T15:18:42.145Z Checking hostname v0.4.2
22572026-06-09T15:18:42.148Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22582026-06-09T15:18:42.229Z Compiling parse-display-derive v0.10.0
22592026-06-09T15:18:42.273Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22602026-06-09T15:18:42.313Z Checking regress v0.10.5
22612026-06-09T15:18:42.383Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22622026-06-09T15:18:42.445Z Checking itertools v0.14.0
22632026-06-09T15:18:42.629Z Checking macaddr v1.0.1
22642026-06-09T15:18:42.819Z Checking instant v0.1.13
22652026-06-09T15:18:42.855Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22662026-06-09T15:18:42.858Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
22672026-06-09T15:18:42.936Z Checking backoff v0.4.0
22682026-06-09T15:18:43.117Z Checking backon v1.6.0
22692026-06-09T15:18:43.153Z Checking humantime v2.3.0
22702026-06-09T15:18:43.300Z Compiling test-strategy v0.4.5
22712026-06-09T15:18:43.335Z Checking progenitor-extras v0.2.0
22722026-06-09T15:18:43.369Z Checking progenitor-client v0.10.0
22732026-06-09T15:18:43.404Z Checking unicode-width v0.2.0
22742026-06-09T15:18:43.439Z Checking tokio-rustls v0.25.0
22752026-06-09T15:18:43.508Z Checking heck v0.5.0
22762026-06-09T15:18:43.575Z Compiling convert_case v0.4.0
22772026-06-09T15:18:43.625Z Checking half v2.7.1
22782026-06-09T15:18:43.662Z Checking ciborium-io v0.2.2
22792026-06-09T15:18:43.728Z Checking secrecy v0.10.3
22802026-06-09T15:18:43.762Z Compiling regress v0.11.1
22812026-06-09T15:18:43.795Z Checking indent_write v2.2.0
22822026-06-09T15:18:43.873Z Checking universal-hash v0.5.1
22832026-06-09T15:18:43.908Z Checking ciborium-ll v0.2.2
22842026-06-09T15:18:43.942Z Checking parse-display v0.10.0
22852026-06-09T15:18:43.974Z Checking opaque-debug v0.3.1
22862026-06-09T15:18:44.007Z Compiling derive_more v0.99.20
22872026-06-09T15:18:44.042Z Compiling unsafe-libyaml v0.2.11
22882026-06-09T15:18:44.108Z Checking ciborium v0.2.2
22892026-06-09T15:18:44.141Z Checking camino-tempfile v1.4.1
22902026-06-09T15:18:44.332Z Compiling crucible-workspace-hack v0.1.0
22912026-06-09T15:18:44.574Z Compiling serde_yaml v0.9.34+deprecated
22922026-06-09T15:18:44.615Z Checking aead v0.5.2
22932026-06-09T15:18:44.824Z Checking poly1305 v0.8.0
22942026-06-09T15:18:44.857Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
22952026-06-09T15:18:44.891Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22962026-06-09T15:18:45.117Z Checking chacha20 v0.9.1
22972026-06-09T15:18:45.231Z Compiling thiserror-impl-no-std v2.0.2
22982026-06-09T15:18:45.267Z Checking swrite v0.1.0
22992026-06-09T15:18:45.341Z Compiling typify-impl v0.6.2
23002026-06-09T15:18:45.389Z Checking password-hash v0.5.0
23012026-06-09T15:18:45.642Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23022026-06-09T15:18:45.699Z Checking blake2 v0.10.6
23032026-06-09T15:18:45.974Z Checking argon2 v0.5.3
23042026-06-09T15:18:46.109Z Checking chacha20poly1305 v0.10.1
23052026-06-09T15:18:46.273Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23062026-06-09T15:18:46.342Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23072026-06-09T15:18:46.484Z Checking thiserror-no-std v2.0.2
23082026-06-09T15:18:46.604Z Checking vsss-rs v3.3.4
23092026-06-09T15:18:46.608Z Checking byte-wrapper v0.1.0
23102026-06-09T15:18:46.676Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23112026-06-09T15:18:46.715Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23122026-06-09T15:18:46.879Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23132026-06-09T15:18:46.947Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23142026-06-09T15:18:46.984Z Checking crossbeam-deque v0.8.6
23152026-06-09T15:18:47.079Z Compiling rayon-core v1.13.0
23162026-06-09T15:18:47.187Z Checking toml v0.8.23
23172026-06-09T15:18:47.534Z Compiling toml_datetime v0.7.5+spec-1.1.0
23182026-06-09T15:18:47.603Z Compiling proc-macro-error v1.0.4
23192026-06-09T15:18:47.687Z Checking rayon v1.11.0
23202026-06-09T15:18:47.729Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23212026-06-09T15:18:47.808Z Compiling toml_edit v0.23.10+spec-1.0.0
23222026-06-09T15:18:47.946Z Checking tabwriter v1.4.1
23232026-06-09T15:18:48.065Z Checking glob v0.3.3
23242026-06-09T15:18:48.121Z Checking colored v3.1.1
23252026-06-09T15:18:48.276Z Compiling heapless v0.8.0
23262026-06-09T15:18:48.357Z Compiling proc-macro-crate v3.4.0
23272026-06-09T15:18:48.411Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23282026-06-09T15:18:48.542Z Compiling ingot-macros v0.1.1
23292026-06-09T15:18:48.787Z Checking hash32 v0.3.1
23302026-06-09T15:18:48.881Z Compiling smoltcp v0.11.0
23312026-06-09T15:18:48.917Z Checking unicode-width v0.1.14
23322026-06-09T15:18:48.953Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23332026-06-09T15:18:48.959Z Compiling num_enum_derive v0.7.6
23342026-06-09T15:18:49.227Z Checking cobs v0.3.0
23352026-06-09T15:18:49.294Z Compiling usdt-macro v0.5.0
23362026-06-09T15:18:49.334Z Compiling usdt-attr-macro v0.5.0
23372026-06-09T15:18:49.400Z Checking memmap v0.7.0
23382026-06-09T15:18:49.563Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23392026-06-09T15:18:49.834Z Checking postcard v1.1.3
23402026-06-09T15:18:49.886Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23412026-06-09T15:18:49.922Z Compiling typify-macro v0.6.2
23422026-06-09T15:18:50.042Z Checking num_enum v0.7.6
23432026-06-09T15:18:50.046Z Compiling proc-macro-crate v1.3.1
23442026-06-09T15:18:50.129Z Checking usdt v0.5.0
23452026-06-09T15:18:50.164Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23462026-06-09T15:18:50.195Z Checking sigpipe v0.1.3
23472026-06-09T15:18:50.302Z Compiling foreign-types-macros v0.2.3
23482026-06-09T15:18:50.336Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23492026-06-09T15:18:50.399Z Checking cpufeatures v0.3.0
23502026-06-09T15:18:50.502Z Checking foreign-types-shared v0.3.1
23512026-06-09T15:18:50.537Z Compiling num_enum_derive v0.5.11
23522026-06-09T15:18:50.673Z Checking chacha20 v0.10.0
23532026-06-09T15:18:50.858Z Checking cstr-argument v0.1.2
23542026-06-09T15:18:50.923Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23552026-06-09T15:18:50.960Z Checking foreign-types v0.5.0
23562026-06-09T15:18:50.993Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23572026-06-09T15:18:51.026Z Compiling num-derive v0.4.2
23582026-06-09T15:18:51.065Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23592026-06-09T15:18:51.327Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23602026-06-09T15:18:51.377Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23612026-06-09T15:18:51.412Z Checking ingot-types v0.1.2
23622026-06-09T15:18:51.471Z Checking rand v0.10.0
23632026-06-09T15:18:51.516Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23642026-06-09T15:18:51.550Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23652026-06-09T15:18:51.649Z Checking num_enum v0.5.11
23662026-06-09T15:18:51.709Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23672026-06-09T15:18:51.754Z Compiling typify v0.6.2
23682026-06-09T15:18:51.841Z Checking itertools v0.12.1
23692026-06-09T15:18:51.845Z Checking ingot v0.1.1
23702026-06-09T15:18:51.888Z Compiling progenitor-impl v0.14.0
23712026-06-09T15:18:51.925Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23722026-06-09T15:18:51.991Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23732026-06-09T15:18:52.190Z Compiling zone_cfg_derive v0.3.1
23742026-06-09T15:18:52.287Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23752026-06-09T15:18:52.486Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23762026-06-09T15:18:52.753Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23772026-06-09T15:18:52.886Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23782026-06-09T15:18:52.889Z Checking smf v0.2.3
23792026-06-09T15:18:52.951Z Checking zone v0.3.1
23802026-06-09T15:18:52.955Z Checking whoami v1.6.1
23812026-06-09T15:18:53.025Z Checking tokio-dtrace v0.1.1
23822026-06-09T15:18:53.135Z Compiling derive-where v1.6.0
23832026-06-09T15:18:53.169Z Checking console v0.15.11
23842026-06-09T15:18:53.203Z Checking atomicwrites v0.4.4
23852026-06-09T15:18:53.236Z Checking oxide-tokio-rt v0.1.4
23862026-06-09T15:18:53.356Z Checking newline-converter v0.3.0
23872026-06-09T15:18:53.360Z Checking num-rational v0.4.2
23882026-06-09T15:18:53.431Z Checking num-complex v0.4.6
23892026-06-09T15:18:53.473Z Checking bytecount v0.6.9
23902026-06-09T15:18:53.476Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23912026-06-09T15:18:53.540Z Checking expectorate v1.2.0
23922026-06-09T15:18:53.610Z Checking float-ord v0.3.2
23932026-06-09T15:18:53.683Z Compiling prettyplease v0.2.37
23942026-06-09T15:18:53.716Z Compiling owo-colors v4.3.0
23952026-06-09T15:18:53.748Z Compiling cancel-safe-futures v0.1.5
23962026-06-09T15:18:53.799Z Checking num v0.4.3
23972026-06-09T15:18:53.901Z Checking libsw-core v0.3.2
23982026-06-09T15:18:53.981Z Checking linear-map v1.2.0
23992026-06-09T15:18:54.090Z Checking libsw v3.5.0
24002026-06-09T15:18:54.300Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24012026-06-09T15:18:54.335Z Checking gethostname v0.5.0
24022026-06-09T15:18:54.463Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24032026-06-09T15:18:54.543Z Compiling progenitor-macro v0.14.0
24042026-06-09T15:18:54.684Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
24052026-06-09T15:18:54.753Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24062026-06-09T15:18:55.473Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24072026-06-09T15:18:55.755Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
24082026-06-09T15:18:56.497Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24092026-06-09T15:18:58.658Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24102026-06-09T15:18:59.027Z Checking resolv-conf v0.7.6
24112026-06-09T15:18:59.242Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24122026-06-09T15:18:59.477Z Checking smawk v0.3.2
24132026-06-09T15:18:59.541Z Checking unicode-linebreak v0.1.5
24142026-06-09T15:18:59.544Z Checking progenitor v0.14.0
24152026-06-09T15:18:59.622Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24162026-06-09T15:18:59.663Z Checking papergrid v0.11.0
24172026-06-09T15:18:59.735Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24182026-06-09T15:18:59.783Z Compiling tabled_derive v0.7.0
24192026-06-09T15:18:59.941Z Compiling convert_case v0.10.0
24202026-06-09T15:18:59.991Z Compiling slog-dtrace v0.3.0
24212026-06-09T15:19:00.289Z Compiling derive_more-impl v2.1.1
24222026-06-09T15:19:01.327Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24232026-06-09T15:19:01.331Z Checking tabled v0.15.0
24242026-06-09T15:19:01.331Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24252026-06-09T15:19:01.331Z Checking derive_more v2.1.1
24262026-06-09T15:19:01.331Z Checking crossterm v0.29.0
24272026-06-09T15:19:01.331Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
24282026-06-09T15:19:01.348Z Checking linked-hash-map v0.5.6
24292026-06-09T15:19:01.554Z Checking lru-cache v0.1.2
24302026-06-09T15:19:01.659Z Checking hickory-proto v0.24.4
24312026-06-09T15:19:01.705Z Checking fd-lock v4.0.4
24322026-06-09T15:19:01.852Z Checking vte v0.14.1
24332026-06-09T15:19:01.885Z Checking display-error-chain v0.2.2
24342026-06-09T15:19:01.953Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24352026-06-09T15:19:02.004Z Checking nu-ansi-term v0.50.3
24362026-06-09T15:19:02.040Z Checking strip-ansi-escapes v0.2.1
24372026-06-09T15:19:02.043Z Checking termtree v0.5.1
24382026-06-09T15:19:02.113Z Checking textwrap v0.16.2
24392026-06-09T15:19:02.173Z Compiling minimal-lexical v0.2.1
24402026-06-09T15:19:02.237Z Checking reedline v0.40.0
24412026-06-09T15:19:02.240Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24422026-06-09T15:19:02.303Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24432026-06-09T15:19:02.356Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24442026-06-09T15:19:02.462Z Compiling nom v7.1.3
24452026-06-09T15:19:02.753Z Compiling ar_archive_writer v0.5.1
24462026-06-09T15:19:02.874Z Checking csv-core v0.1.13
24472026-06-09T15:19:02.973Z Compiling stacker v0.1.23
24482026-06-09T15:19:03.081Z Checking csv v1.4.0
24492026-06-09T15:19:03.262Z Compiling semver v0.1.20
24502026-06-09T15:19:03.394Z Compiling cfg_aliases v0.1.1
24512026-06-09T15:19:03.470Z Checking hickory-resolver v0.24.4
24522026-06-09T15:19:03.505Z Checking highway v1.3.0
24532026-06-09T15:19:03.508Z Compiling nix v0.28.0
24542026-06-09T15:19:03.508Z Compiling rustc_version v0.1.7
24552026-06-09T15:19:03.635Z Compiling psm v0.1.30
24562026-06-09T15:19:03.678Z Checking nibble_vec v0.1.0
24572026-06-09T15:19:03.758Z Checking home v0.5.12
24582026-06-09T15:19:03.793Z Checking endian-type v0.1.2
24592026-06-09T15:19:03.824Z Compiling newtype_derive v0.1.6
24602026-06-09T15:19:03.857Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24612026-06-09T15:19:03.894Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24622026-06-09T15:19:03.975Z Checking radix_trie v0.2.1
24632026-06-09T15:19:04.017Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24642026-06-09T15:19:04.050Z Checking phf_shared v0.12.1
24652026-06-09T15:19:04.214Z Compiling recursive-proc-macro-impl v0.1.1
24662026-06-09T15:19:04.249Z Compiling chrono-tz v0.10.4
24672026-06-09T15:19:04.252Z Checking qorb v0.4.1
24682026-06-09T15:19:04.398Z Checking phf v0.12.1
24692026-06-09T15:19:04.587Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24702026-06-09T15:19:04.619Z Compiling const_format_proc_macros v0.2.34
24712026-06-09T15:19:04.622Z Compiling peg-macros v0.8.5
24722026-06-09T15:19:04.682Z Checking recursive v0.1.1
24732026-06-09T15:19:04.716Z Checking winnow v0.6.26
24742026-06-09T15:19:04.803Z Checking nom v8.0.0
24752026-06-09T15:19:05.097Z Compiling sqlparser_derive v0.5.0
24762026-06-09T15:19:05.465Z Checking unicode_categories v0.1.1
24772026-06-09T15:19:05.531Z Checking rustyline v14.0.0
24782026-06-09T15:19:05.893Z Checking sqlformat v0.3.5
24792026-06-09T15:19:05.927Z Checking sqlparser v0.61.0
24802026-06-09T15:19:06.070Z Checking peg v0.8.5
24812026-06-09T15:19:06.176Z Checking const_format v0.2.35
24822026-06-09T15:19:06.441Z Checking bcs v0.1.6
24832026-06-09T15:19:06.475Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
24842026-06-09T15:19:06.576Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24852026-06-09T15:19:06.713Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
24862026-06-09T15:19:06.765Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
24872026-06-09T15:19:06.801Z Checking steno v0.4.1
24882026-06-09T15:19:06.902Z Checking filetime v0.2.27
24892026-06-09T15:19:07.069Z Checking xattr v1.6.1
24902026-06-09T15:19:07.234Z Checking tar v0.4.45
24912026-06-09T15:19:07.406Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24922026-06-09T15:19:07.611Z Checking subprocess v0.2.15
24932026-06-09T15:19:07.646Z Checking base64 v0.21.7
24942026-06-09T15:19:07.817Z Checking headers-core v0.3.0
24952026-06-09T15:19:07.918Z Checking yasna v0.5.2
24962026-06-09T15:19:07.953Z Checking dropshot-api-manager-types v0.7.2
24972026-06-09T15:19:07.958Z Checking headers v0.4.1
24982026-06-09T15:19:08.151Z Checking tagptr v0.2.0
24992026-06-09T15:19:08.323Z Checking moka v0.12.13
25002026-06-09T15:19:08.356Z Checking rcgen v0.12.1
25012026-06-09T15:19:08.466Z Checking utf-8 v0.7.6
25022026-06-09T15:19:08.633Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25032026-06-09T15:19:08.694Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25042026-06-09T15:19:08.801Z Compiling libefi-sys v0.1.0
25052026-06-09T15:19:08.835Z Checking tungstenite v0.21.0
25062026-06-09T15:19:08.990Z Checking hickory-resolver v0.25.2
25072026-06-09T15:19:09.065Z Compiling bitfield-struct v0.6.2
25082026-06-09T15:19:09.286Z Checking tokio-tungstenite v0.21.0
25092026-06-09T15:19:09.377Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25102026-06-09T15:19:09.485Z Compiling radium v0.7.0
25112026-06-09T15:19:09.595Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25122026-06-09T15:19:09.633Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25132026-06-09T15:19:09.728Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25142026-06-09T15:19:09.760Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25152026-06-09T15:19:09.794Z Checking tap v1.0.1
25162026-06-09T15:19:09.875Z Compiling maybe-uninit v2.0.0
25172026-06-09T15:19:09.962Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25182026-06-09T15:19:09.998Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25192026-06-09T15:19:10.117Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
25202026-06-09T15:19:10.178Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
25212026-06-09T15:19:10.279Z Checking wyz v0.5.1
25222026-06-09T15:19:10.341Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25232026-06-09T15:19:10.345Z Compiling zerocopy-derive v0.6.6
25242026-06-09T15:19:10.485Z Checking crc-catalog v2.4.0
25252026-06-09T15:19:10.516Z Checking funty v2.0.0
25262026-06-09T15:19:10.633Z Compiling packed_struct v0.10.1
25272026-06-09T15:19:10.830Z Checking crc v3.4.0
25282026-06-09T15:19:10.882Z Checking bitvec v1.0.1
25292026-06-09T15:19:11.035Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25302026-06-09T15:19:11.069Z Compiling packed_struct_codegen v0.10.1
25312026-06-09T15:19:11.289Z Checking zerocopy v0.6.6
25322026-06-09T15:19:11.614Z Compiling bitfield-macros v0.19.4
25332026-06-09T15:19:12.041Z Compiling indexmap v1.9.3
25342026-06-09T15:19:12.141Z Checking nodrop v0.1.14
25352026-06-09T15:19:12.182Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25362026-06-09T15:19:12.262Z Checking array-init v0.0.4
25372026-06-09T15:19:12.339Z Checking smallvec v0.6.14
25382026-06-09T15:19:12.372Z Checking bitfield v0.19.4
25392026-06-09T15:19:12.558Z Checking hashbrown v0.12.3
25402026-06-09T15:19:12.591Z Checking serde-hex v0.1.0
25412026-06-09T15:19:12.658Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25422026-06-09T15:19:12.760Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25432026-06-09T15:19:12.843Z Checking ron v0.8.1
25442026-06-09T15:19:13.041Z Checking hashbrown v0.13.2
25452026-06-09T15:19:13.266Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25462026-06-09T15:19:13.349Z Checking crc-any v2.5.0
25472026-06-09T15:19:13.382Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25482026-06-09T15:19:13.412Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25492026-06-09T15:19:13.493Z Checking object v0.30.4
25502026-06-09T15:19:13.552Z Compiling xshell-macros v0.2.7
25512026-06-09T15:19:13.604Z Checking path-slash v0.1.5
25522026-06-09T15:19:13.737Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25532026-06-09T15:19:13.963Z Checking xshell v0.2.7
25542026-06-09T15:19:14.105Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25552026-06-09T15:19:14.337Z Checking half v1.8.3
25562026-06-09T15:19:14.413Z Compiling num-derive v0.3.3
25572026-06-09T15:19:14.515Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25582026-06-09T15:19:14.564Z Checking serde_cbor v0.11.2
25592026-06-09T15:19:14.982Z Compiling proc-macro-error-attr2 v2.0.0
25602026-06-09T15:19:15.340Z Checking libscf-sys v1.1.0
25612026-06-09T15:19:15.410Z Compiling proc-macro-error2 v2.0.1
25622026-06-09T15:19:15.478Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
25632026-06-09T15:19:15.510Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25642026-06-09T15:19:15.619Z Checking papergrid v0.17.0
25652026-06-09T15:19:15.764Z Checking testing_table v0.3.0
25662026-06-09T15:19:15.801Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25672026-06-09T15:19:15.832Z Compiling tabled_derive v0.11.0
25682026-06-09T15:19:15.886Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25692026-06-09T15:19:16.017Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25702026-06-09T15:19:16.320Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25712026-06-09T15:19:16.391Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25722026-06-09T15:19:16.482Z Checking maplit v1.0.2
25732026-06-09T15:19:16.695Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25742026-06-09T15:19:16.821Z Compiling git-stub v1.0.0
25752026-06-09T15:19:16.855Z Checking crc8 v0.1.1
25762026-06-09T15:19:16.982Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
25772026-06-09T15:19:17.027Z Checking tabled v0.20.0
25782026-06-09T15:19:17.113Z Compiling git-stub-vcs v0.1.0
25792026-06-09T15:19:17.398Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
25802026-06-09T15:19:17.496Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25812026-06-09T15:19:17.600Z Checking fxhash v0.2.1
25822026-06-09T15:19:17.633Z Checking unicase v2.9.0
25832026-06-09T15:19:17.753Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
25842026-06-09T15:19:17.786Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
25852026-06-09T15:19:17.822Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
25862026-06-09T15:19:18.179Z Compiling vergen-lib v0.1.6
25872026-06-09T15:19:18.213Z Compiling diesel_derives v2.3.7
25882026-06-09T15:19:18.255Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
25892026-06-09T15:19:18.360Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
25902026-06-09T15:19:18.467Z Checking scheduled-thread-pool v0.2.7
25912026-06-09T15:19:18.498Z Compiling dsl_auto_type v0.2.0
25922026-06-09T15:19:18.558Z Compiling vergen-gitcl v1.0.8
25932026-06-09T15:19:18.641Z Compiling diesel_table_macro_syntax v0.3.0
25942026-06-09T15:19:18.786Z Checking r2d2 v0.8.10
25952026-06-09T15:19:18.879Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
25962026-06-09T15:19:18.999Z Checking kstat-rs v0.2.4
25972026-06-09T15:19:19.084Z Checking arc-swap v1.8.2
25982026-06-09T15:19:19.222Z Checking downcast-rs v2.0.2
25992026-06-09T15:19:19.253Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26002026-06-09T15:19:19.332Z Checking slog-scope v4.4.1
26012026-06-09T15:19:19.364Z Compiling parking_lot_core v0.8.6
26022026-06-09T15:19:19.498Z Checking slog-stdlog v4.1.1
26032026-06-09T15:19:19.536Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26042026-06-09T15:19:19.607Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26052026-06-09T15:19:19.671Z Checking slog-envlogger v2.2.0
26062026-06-09T15:19:19.856Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26072026-06-09T15:19:19.888Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26082026-06-09T15:19:19.930Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
26092026-06-09T15:19:19.965Z Compiling dirs-sys-next v0.1.2
26102026-06-09T15:19:20.072Z Compiling crunchy v0.2.4
26112026-06-09T15:19:20.106Z Checking parking_lot v0.11.2
26122026-06-09T15:19:20.165Z Compiling dirs-next v2.0.0
26132026-06-09T15:19:20.274Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26142026-06-09T15:19:20.318Z Compiling clang-sys v1.8.1
26152026-06-09T15:19:20.350Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
26162026-06-09T15:19:20.353Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
26172026-06-09T15:19:20.458Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26182026-06-09T15:19:20.645Z Checking prefix-trie v0.7.0
26192026-06-09T15:19:20.679Z Compiling tiny-keccak v2.0.2
26202026-06-09T15:19:20.758Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
26212026-06-09T15:19:20.993Z Checking sled v0.34.7
26222026-06-09T15:19:21.057Z Compiling term v0.7.0
26232026-06-09T15:19:21.060Z Checking hickory-server v0.25.2
26242026-06-09T15:19:21.122Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26252026-06-09T15:19:21.125Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26262026-06-09T15:19:21.354Z Checking nanorand v0.7.0
26272026-06-09T15:19:21.428Z Compiling bit-vec v0.6.3
26282026-06-09T15:19:21.582Z Compiling salty v0.3.0
26292026-06-09T15:19:21.654Z Compiling bit-set v0.5.3
26302026-06-09T15:19:21.686Z Checking flume v0.11.1
26312026-06-09T15:19:21.842Z Compiling ascii-canvas v3.0.0
26322026-06-09T15:19:21.957Z Compiling progenitor-impl v0.13.0
26332026-06-09T15:19:22.117Z Checking primeorder v0.13.6
26342026-06-09T15:19:22.294Z Compiling itertools v0.10.5
26352026-06-09T15:19:22.351Z Compiling ena v0.14.4
26362026-06-09T15:19:22.384Z Compiling libloading v0.8.9
26372026-06-09T15:19:22.416Z Compiling diff v0.1.13
26382026-06-09T15:19:22.548Z Compiling regex-syntax v0.6.29
26392026-06-09T15:19:22.595Z Compiling bindgen v0.71.1
26402026-06-09T15:19:23.369Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26412026-06-09T15:19:23.469Z Compiling cexpr v0.6.0
26422026-06-09T15:19:23.787Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26432026-06-09T15:19:24.153Z Compiling lalrpop v0.19.12
26442026-06-09T15:19:24.420Z Checking diesel v2.3.7
26452026-06-09T15:19:24.459Z Checking progenitor-client v0.13.0
26462026-06-09T15:19:24.579Z Compiling progenitor-macro v0.13.0
26472026-06-09T15:19:24.632Z Compiling fs-err v2.11.0
26482026-06-09T15:19:24.665Z Compiling rustc-hash v2.1.1
26492026-06-09T15:19:24.698Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26502026-06-09T15:19:24.731Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26512026-06-09T15:19:24.948Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26522026-06-09T15:19:24.983Z Compiling libxml v0.3.3
26532026-06-09T15:19:25.364Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26542026-06-09T15:19:25.491Z Checking p384 v0.13.1
26552026-06-09T15:19:25.983Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26562026-06-09T15:19:26.290Z Compiling strum_macros v0.24.3
26572026-06-09T15:19:26.384Z Checking parse-size v1.1.0
26582026-06-09T15:19:26.540Z Compiling indoc v1.0.9
26592026-06-09T15:19:27.010Z Checking assert_matches v1.5.0
26602026-06-09T15:19:27.116Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26612026-06-09T15:19:27.892Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26622026-06-09T15:19:27.988Z Compiling typify-impl v0.4.3
26632026-06-09T15:19:28.115Z Checking quick-xml v0.37.5
26642026-06-09T15:19:28.267Z Checking derive_builder v0.20.2
26652026-06-09T15:19:28.413Z Compiling oso-derive v0.27.3
26662026-06-09T15:19:28.931Z Compiling impl-trait-for-tuples v0.2.3
26672026-06-09T15:19:29.016Z Compiling trait-variant v0.1.2
26682026-06-09T15:19:29.541Z Checking progenitor v0.13.0
26692026-06-09T15:19:29.597Z Checking openssl-probe v0.1.6
26702026-06-09T15:19:29.714Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26712026-06-09T15:19:29.793Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26722026-06-09T15:19:30.421Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26732026-06-09T15:19:30.498Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26742026-06-09T15:19:30.531Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26752026-06-09T15:19:31.171Z Checking predicates-tree v1.0.13
26762026-06-09T15:19:31.257Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
26772026-06-09T15:19:31.532Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26782026-06-09T15:19:31.535Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26792026-06-09T15:19:31.597Z Compiling mime_guess v2.0.5
26802026-06-09T15:19:32.491Z Compiling typify-macro v0.4.3
26812026-06-09T15:19:32.594Z Checking http-range v0.1.5
26822026-06-09T15:19:33.869Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26832026-06-09T15:19:34.142Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26842026-06-09T15:19:34.176Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26852026-06-09T15:19:34.208Z Compiling typify v0.4.3
26862026-06-09T15:19:34.350Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26872026-06-09T15:19:35.865Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26882026-06-09T15:19:35.990Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26892026-06-09T15:19:36.080Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26902026-06-09T15:19:36.193Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
26912026-06-09T15:19:36.408Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26922026-06-09T15:19:36.633Z Checking bb8 v0.8.6
26932026-06-09T15:19:36.918Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26942026-06-09T15:19:36.951Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
26952026-06-09T15:19:37.105Z Checking atty v0.2.14
26962026-06-09T15:19:37.147Z Checking corncobs v0.1.4
26972026-06-09T15:19:37.268Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26982026-06-09T15:19:37.309Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26992026-06-09T15:19:37.599Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27002026-06-09T15:19:37.665Z Compiling progenitor-impl v0.11.2
27012026-06-09T15:19:37.768Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27022026-06-09T15:19:37.983Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27032026-06-09T15:19:38.212Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27042026-06-09T15:19:38.246Z Checking ignore v0.4.25
27052026-06-09T15:19:38.686Z Checking diesel-dtrace v0.5.0
27062026-06-09T15:19:38.833Z Checking async-bb8-diesel v0.2.1
27072026-06-09T15:19:38.961Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27082026-06-09T15:19:39.213Z Checking secrecy v0.8.0
27092026-06-09T15:19:39.523Z Checking globwalk v0.9.1
27102026-06-09T15:19:39.993Z Checking hyper-staticfile v0.10.1
27112026-06-09T15:19:40.320Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27122026-06-09T15:19:40.356Z Compiling progenitor-macro v0.11.2
27132026-06-09T15:19:40.662Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27142026-06-09T15:19:40.726Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27152026-06-09T15:19:40.807Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27162026-06-09T15:19:41.006Z Checking progenitor-client v0.11.2
27172026-06-09T15:19:41.215Z Compiling illumos-nvpair-sys v0.2.0
27182026-06-09T15:19:41.286Z Checking nonempty v0.12.0
27192026-06-09T15:19:41.407Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27202026-06-09T15:19:41.481Z Checking camino-tempfile-ext v0.3.3
27212026-06-09T15:19:41.524Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27222026-06-09T15:19:41.710Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27232026-06-09T15:19:42.345Z Checking signal-hook-tokio v0.3.1
27242026-06-09T15:19:42.379Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27252026-06-09T15:19:42.649Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27262026-06-09T15:19:42.682Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27272026-06-09T15:19:42.996Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27282026-06-09T15:19:43.074Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27292026-06-09T15:19:43.363Z Checking illumos-nvpair v0.3.0
27302026-06-09T15:19:43.553Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27312026-06-09T15:19:43.586Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27322026-06-09T15:19:43.885Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27332026-06-09T15:19:43.986Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27342026-06-09T15:19:44.020Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27352026-06-09T15:19:44.154Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
27362026-06-09T15:19:44.186Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27372026-06-09T15:19:44.388Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27382026-06-09T15:19:44.616Z Checking tungstenite v0.23.0
27392026-06-09T15:19:44.686Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27402026-06-09T15:19:44.777Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
27412026-06-09T15:19:45.077Z Checking tokio-tungstenite v0.23.1
27422026-06-09T15:19:45.308Z Checking progenitor v0.11.2
27432026-06-09T15:19:45.374Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27442026-06-09T15:19:45.486Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27452026-06-09T15:19:45.818Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27462026-06-09T15:19:45.891Z Checking rand_seeder v0.4.0
27472026-06-09T15:19:46.074Z Checking void v1.0.2
27482026-06-09T15:19:46.109Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27492026-06-09T15:19:46.185Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27502026-06-09T15:19:46.218Z Checking lzss v0.8.2
27512026-06-09T15:19:46.280Z Checking nix v0.27.1
27522026-06-09T15:19:46.328Z Checking serde_bytes v0.11.19
27532026-06-09T15:19:46.440Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27542026-06-09T15:19:46.482Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27552026-06-09T15:19:46.533Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27562026-06-09T15:19:46.826Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27572026-06-09T15:19:47.176Z Checking is_ci v1.2.0
27582026-06-09T15:19:47.309Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27592026-06-09T15:19:47.342Z Checking yansi v1.0.1
27602026-06-09T15:19:47.539Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27612026-06-09T15:19:47.639Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27622026-06-09T15:19:47.777Z Checking pretty_assertions v1.4.1
27632026-06-09T15:19:47.909Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27642026-06-09T15:19:47.942Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27652026-06-09T15:19:48.204Z Compiling darling_core v0.23.0
27662026-06-09T15:19:48.241Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27672026-06-09T15:19:49.475Z Compiling indoc v2.0.7
27682026-06-09T15:19:49.478Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27692026-06-09T15:19:49.737Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27702026-06-09T15:19:49.966Z Compiling libz-sys v1.1.24
27712026-06-09T15:19:50.378Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27722026-06-09T15:19:50.525Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27732026-06-09T15:19:50.558Z Compiling instability v0.3.11
27742026-06-09T15:19:50.683Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27752026-06-09T15:19:50.791Z Compiling darling_macro v0.23.0
27762026-06-09T15:19:51.016Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27772026-06-09T15:19:51.222Z Checking castaway v0.2.4
27782026-06-09T15:19:51.334Z Compiling darling v0.23.0
27792026-06-09T15:19:51.366Z Checking compact_str v0.8.1
27802026-06-09T15:19:51.400Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
27812026-06-09T15:19:51.775Z Checking supports-color v3.0.2
27822026-06-09T15:19:51.939Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27832026-06-09T15:19:52.029Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27842026-06-09T15:19:52.169Z Checking unicode-truncate v1.1.0
27852026-06-09T15:19:52.201Z Checking console v0.16.2
27862026-06-09T15:19:52.252Z Checking lru v0.12.5
27872026-06-09T15:19:52.345Z Compiling libgit2-sys v0.18.3+1.9.2
27882026-06-09T15:19:52.422Z Checking cassowary v0.3.0
27892026-06-09T15:19:52.455Z Checking unit-prefix v0.5.2
27902026-06-09T15:19:52.615Z Checking indicatif v0.18.4
27912026-06-09T15:19:52.689Z Checking ratatui v0.29.0
27922026-06-09T15:19:52.823Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
27932026-06-09T15:19:53.026Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27942026-06-09T15:19:53.276Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27952026-06-09T15:19:54.011Z Compiling vergen-git2 v9.1.0
27962026-06-09T15:19:54.055Z Checking plotters-backend v0.3.7
27972026-06-09T15:19:54.285Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
27982026-06-09T15:19:54.317Z Checking plotters-svg v0.3.7
27992026-06-09T15:19:54.494Z Checking cast v0.3.0
28002026-06-09T15:19:54.527Z Compiling rustls v0.21.12
28012026-06-09T15:19:54.679Z Checking criterion-plot v0.6.0
28022026-06-09T15:19:54.832Z Checking plotters v0.3.7
28032026-06-09T15:19:54.892Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28042026-06-09T15:19:54.950Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28052026-06-09T15:19:55.177Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28062026-06-09T15:19:55.404Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28072026-06-09T15:19:55.596Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28082026-06-09T15:19:55.631Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28092026-06-09T15:19:55.828Z Checking colored v2.2.0
28102026-06-09T15:19:55.909Z Checking sct v0.7.1
28112026-06-09T15:19:56.062Z Checking rustls-webpki v0.101.7
28122026-06-09T15:19:56.094Z Checking tinytemplate v1.2.1
28132026-06-09T15:19:56.323Z Checking oorandom v11.1.5
28142026-06-09T15:19:56.358Z Checking shell-words v1.1.1
28152026-06-09T15:19:56.442Z Checking anes v0.1.6
28162026-06-09T15:19:56.512Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28172026-06-09T15:19:56.654Z Checking criterion v0.7.0
28182026-06-09T15:19:57.939Z Checking typeid v1.0.3
28192026-06-09T15:19:57.981Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28202026-06-09T15:19:58.072Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28212026-06-09T15:19:58.774Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28222026-06-09T15:19:58.841Z Checking hex-literal v0.4.1
28232026-06-09T15:19:58.971Z Checking erased-serde v0.4.9
28242026-06-09T15:19:59.358Z Checking tokio-rustls v0.24.1
28252026-06-09T15:19:59.593Z Checking rustls-pemfile v1.0.4
28262026-06-09T15:19:59.760Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28272026-06-09T15:19:59.990Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28282026-06-09T15:20:00.396Z Checking twox-hash v2.1.2
28292026-06-09T15:20:00.748Z Checking ordered-float v2.10.1
28302026-06-09T15:20:01.021Z Checking serde-value v0.7.0
28312026-06-09T15:20:01.312Z Checking serde-untagged v0.1.9
28322026-06-09T15:20:01.550Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28332026-06-09T15:20:02.128Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28342026-06-09T15:20:02.292Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28352026-06-09T15:20:02.486Z Checking fatfs v0.3.6
28362026-06-09T15:20:02.971Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28372026-06-09T15:20:03.009Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28382026-06-09T15:20:03.131Z Compiling seq-macro v0.3.6
28392026-06-09T15:20:03.183Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28402026-06-09T15:20:03.662Z Checking unicode-xid v0.2.6
28412026-06-09T15:20:03.806Z Checking cargo-util-schemas v0.8.2
28422026-06-09T15:20:04.305Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28432026-06-09T15:20:04.486Z Checking cargo-platform v0.2.0
28442026-06-09T15:20:04.701Z Compiling petname v2.0.2
28452026-06-09T15:20:04.733Z Checking cargo_metadata v0.21.0
28462026-06-09T15:20:05.379Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28472026-06-09T15:20:05.511Z Checking concurrent-queue v2.5.0
28482026-06-09T15:20:05.742Z Checking rtoolbox v0.0.3
28492026-06-09T15:20:05.912Z Checking parking v2.2.1
28502026-06-09T15:20:06.068Z Checking event-listener v5.4.1
28512026-06-09T15:20:06.318Z Checking rpassword v7.4.0
28522026-06-09T15:20:06.354Z Compiling samael v0.0.19
28532026-06-09T15:20:06.463Z Checking tui-tree-widget v0.23.1
28542026-06-09T15:20:06.682Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28552026-06-09T15:20:06.793Z Checking polyval v0.6.2
28562026-06-09T15:20:06.874Z Checking sapling-renderdag v0.1.0
28572026-06-09T15:20:06.989Z Checking sync-ptr v0.1.4
28582026-06-09T15:20:07.139Z Checking ghash v0.5.1
28592026-06-09T15:20:07.144Z Checking event-listener-strategy v0.5.4
28602026-06-09T15:20:07.289Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28612026-06-09T15:20:07.339Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28622026-06-09T15:20:07.567Z Checking ctr v0.9.2
28632026-06-09T15:20:07.770Z Checking constant_time_eq v0.4.2
28642026-06-09T15:20:07.936Z Checking futures-timer v3.0.3
28652026-06-09T15:20:07.971Z Checking arrayvec v0.7.6
28662026-06-09T15:20:08.148Z Checking arrayref v0.3.9
28672026-06-09T15:20:08.193Z Checking aes-gcm v0.10.3
28682026-06-09T15:20:08.298Z Checking async-lock v3.4.2
28692026-06-09T15:20:08.377Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28702026-06-09T15:20:08.496Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28712026-06-09T15:20:08.711Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28722026-06-09T15:20:09.330Z Checking ssh-encoding v0.2.0
28732026-06-09T15:20:09.553Z Checking blowfish v0.9.1
28742026-06-09T15:20:09.735Z Compiling strsim v0.10.0
28752026-06-09T15:20:09.949Z Compiling darling_core v0.13.4
28762026-06-09T15:20:10.095Z Checking bcrypt-pbkdf v0.10.0
28772026-06-09T15:20:10.291Z Checking ssh-cipher v0.2.0
28782026-06-09T15:20:10.493Z Checking async-object-pool v0.2.0
28792026-06-09T15:20:10.642Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28802026-06-09T15:20:11.064Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28812026-06-09T15:20:11.212Z Checking serde_regex v1.1.0
28822026-06-09T15:20:11.405Z Checking password-hash v0.4.2
28832026-06-09T15:20:11.463Z Checking assert-json-diff v2.0.2
28842026-06-09T15:20:11.650Z Checking path-tree v0.8.3
28852026-06-09T15:20:11.682Z Checking gimli v0.32.3
28862026-06-09T15:20:11.728Z Checking stringmetrics v2.2.2
28872026-06-09T15:20:11.859Z Compiling target-lexicon v0.13.3
28882026-06-09T15:20:11.891Z Compiling darling_macro v0.13.4
28892026-06-09T15:20:11.923Z Checking httpmock v0.8.3
28902026-06-09T15:20:12.401Z Checking pbkdf2 v0.11.0
28912026-06-09T15:20:12.447Z Checking ssh-key v0.6.7
28922026-06-09T15:20:13.190Z Checking p256 v0.13.2
28932026-06-09T15:20:13.237Z Checking addr2line v0.25.1
28942026-06-09T15:20:13.474Z Checking p521 v0.13.3
28952026-06-09T15:20:13.533Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28962026-06-09T15:20:13.803Z Checking russh-cryptovec v0.7.3
28972026-06-09T15:20:13.977Z Checking md5 v0.7.0
28982026-06-09T15:20:14.102Z Checking rustc-demangle v0.1.27
28992026-06-09T15:20:14.135Z Compiling guppy-workspace-hack v0.1.0
29002026-06-09T15:20:14.182Z Checking russh-keys v0.45.0
29012026-06-09T15:20:14.378Z Checking backtrace v0.3.76
29022026-06-09T15:20:14.455Z Compiling darling v0.13.4
29032026-06-09T15:20:14.571Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29042026-06-09T15:20:14.677Z Checking num-bigint v0.4.6
29052026-06-09T15:20:14.712Z Checking des v0.8.1
29062026-06-09T15:20:14.865Z Compiling blake3 v1.8.3
29072026-06-09T15:20:14.898Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29082026-06-09T15:20:14.950Z Compiling target-spec v3.5.7
29092026-06-09T15:20:15.330Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29102026-06-09T15:20:15.545Z Checking backtrace-ext v0.2.1
29112026-06-09T15:20:15.687Z Checking russh v0.45.0
29122026-06-09T15:20:15.719Z Checking cfg-expr v0.20.6
29132026-06-09T15:20:15.752Z Compiling serde_with_macros v1.5.2
29142026-06-09T15:20:16.097Z Checking supports-color v2.1.0
29152026-06-09T15:20:16.150Z Checking textwrap v0.15.2
29162026-06-09T15:20:16.266Z Checking supports-hyperlinks v2.1.0
29172026-06-09T15:20:16.390Z Checking supports-unicode v2.1.0
29182026-06-09T15:20:16.422Z Checking hashbrown v0.14.5
29192026-06-09T15:20:16.539Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29202026-06-09T15:20:16.627Z Checking cargo-platform v0.3.2
29212026-06-09T15:20:16.769Z Checking socket2 v0.5.10
29222026-06-09T15:20:16.840Z Checking terminal_size v0.1.17
29232026-06-09T15:20:16.929Z Compiling miette-derive v5.10.0
29242026-06-09T15:20:16.977Z Checking internet-checksum v0.2.1
29252026-06-09T15:20:17.046Z Checking owo-colors v3.5.0
29262026-06-09T15:20:17.596Z Checking chumsky v0.9.3
29272026-06-09T15:20:17.648Z Checking cargo_metadata v0.23.1
29282026-06-09T15:20:18.071Z Checking miette v5.10.0
29292026-06-09T15:20:18.432Z Compiling serde_with v1.14.0
29302026-06-09T15:20:18.693Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29312026-06-09T15:20:18.889Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29322026-06-09T15:20:18.921Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29332026-06-09T15:20:19.261Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
29342026-06-09T15:20:19.483Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29352026-06-09T15:20:19.573Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29362026-06-09T15:20:19.700Z Compiling knuffel-derive v3.2.0
29372026-06-09T15:20:19.733Z Checking httptest v0.16.4
29382026-06-09T15:20:19.765Z Checking pathdiff v0.2.3
29392026-06-09T15:20:19.901Z Compiling git2 v0.20.4
29402026-06-09T15:20:19.974Z Checking nested v0.1.1
29412026-06-09T15:20:20.126Z Checking topological-sort v0.2.2
29422026-06-09T15:20:20.158Z Checking guppy v0.17.25
29432026-06-09T15:20:20.302Z Checking omicron-zone-package v0.12.2
29442026-06-09T15:20:20.431Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29452026-06-09T15:20:21.143Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29462026-06-09T15:20:21.235Z Checking similar-asserts v1.7.0
29472026-06-09T15:20:21.267Z Checking knuffel v3.2.0
29482026-06-09T15:20:21.413Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29492026-06-09T15:20:21.446Z Compiling target-triple v1.0.0
29502026-06-09T15:20:21.482Z Compiling polar-core v0.27.3
29512026-06-09T15:20:21.579Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29522026-06-09T15:20:21.805Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
29532026-06-09T15:20:21.910Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29542026-06-09T15:20:22.400Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29552026-06-09T15:20:22.529Z Checking hickory-client v0.25.2
29562026-06-09T15:20:22.742Z Checking tokio-test v0.4.5
29572026-06-09T15:20:22.837Z Checking escape8259 v0.5.3
29582026-06-09T15:20:22.978Z Compiling assert_cmd v2.1.2
29592026-06-09T15:20:23.010Z Checking libtest-mimic v0.8.1
29602026-06-09T15:20:23.255Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
29612026-06-09T15:20:23.420Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29622026-06-09T15:20:23.500Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29632026-06-09T15:20:23.587Z Checking blake2b_simd v1.0.4
29642026-06-09T15:20:24.022Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29652026-06-09T15:20:24.220Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29662026-06-09T15:20:24.431Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29672026-06-09T15:20:24.626Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29682026-06-09T15:20:24.855Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29692026-06-09T15:20:24.973Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29702026-06-09T15:20:25.195Z Checking fancy-regex v0.14.0
29712026-06-09T15:20:25.436Z Checking serde_tokenstream v0.2.3
29722026-06-09T15:20:25.571Z Checking approx v0.5.1
29732026-06-09T15:20:25.697Z Compiling rstest_macros v0.25.0
29742026-06-09T15:20:25.736Z Checking uzers v0.12.2
29752026-06-09T15:20:25.983Z Compiling linkme-impl v0.3.35
29762026-06-09T15:20:26.015Z Checking constant_time_eq v0.3.1
29772026-06-09T15:20:26.148Z Checking termcolor v1.4.1
29782026-06-09T15:20:26.370Z Checking rust-argon2 v2.1.0
29792026-06-09T15:20:26.403Z Checking trybuild v1.0.116
29802026-06-09T15:20:26.407Z Checking oso v0.27.3
29812026-06-09T15:20:26.749Z Checking datatest-stable v0.3.3
29822026-06-09T15:20:27.244Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29832026-06-09T15:20:27.348Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29842026-06-09T15:20:27.582Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29852026-06-09T15:20:27.614Z Checking support-bundle-viewer v0.1.2
29862026-06-09T15:20:27.885Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29872026-06-09T15:20:28.113Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
29882026-06-09T15:20:28.333Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
29892026-06-09T15:20:28.366Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
29902026-06-09T15:20:28.560Z Checking drift v0.2.0
29912026-06-09T15:20:28.595Z Checking rand_distr v0.5.1
29922026-06-09T15:20:28.932Z Checking multimap v0.10.1
29932026-06-09T15:20:28.966Z Compiling linkme v0.3.35
29942026-06-09T15:20:29.032Z Compiling relative-path v1.9.3
29952026-06-09T15:20:29.285Z Checking dropshot-api-manager v0.7.2
29962026-06-09T15:20:29.757Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29972026-06-09T15:20:30.374Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
29982026-06-09T15:20:30.441Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
29992026-06-09T15:20:30.628Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
30002026-06-09T15:20:30.670Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30012026-06-09T15:20:30.873Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
30022026-06-09T15:20:31.059Z Checking cargo_toml v0.21.0
30032026-06-09T15:20:31.167Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
30042026-06-09T15:20:31.201Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30052026-06-09T15:20:31.553Z Checking partial-io v0.5.4
30062026-06-09T15:20:31.657Z Checking termios v0.3.3
30072026-06-09T15:20:31.793Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
30082026-06-09T15:20:31.858Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30092026-06-09T15:20:31.899Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30102026-06-09T15:20:32.963Z Checking rstest v0.25.0
30112026-06-09T15:20:33.304Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30122026-06-09T15:20:37.675Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30132026-06-09T15:20:37.958Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30142026-06-09T15:20:43.695Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
30152026-06-09T15:20:44.306Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30162026-06-09T15:20:46.762Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30172026-06-09T15:20:50.846Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30182026-06-09T15:20:55.794Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30192026-06-09T15:20:58.777Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30202026-06-09T15:21:00.668Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30212026-06-09T15:21:01.697Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30222026-06-09T15:21:02.753Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30232026-06-09T15:21:10.335Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30242026-06-09T15:22:19.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 02s
30252026-06-09T15:22:20.514Z
30262026-06-09T15:22:20.514Zreal 4:05.496126095
30272026-06-09T15:22:20.514Zuser 21:21.210986976
30282026-06-09T15:22:20.514Zsys 4:55.144767140
30292026-06-09T15:22:20.514Ztrap 0.511047694
30302026-06-09T15:22:20.514Ztflt 0.452133631
30312026-06-09T15:22:20.514Zdflt 0.464327805
30322026-06-09T15:22:20.514Zkflt 0.005387022
30332026-06-09T15:22:20.514Zlock 58:31.868924890
30342026-06-09T15:22:20.518Zslp 58:47.023471845
30352026-06-09T15:22:20.518Zlat 1:50.487518708
30362026-06-09T15:22:20.518Zstop 10:41.460266759
30372026-06-09T15:22:20.518Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30382026-06-09T15:22:20.518Z+ ptime -m cargo doc --workspace --no-deps
30392026-06-09T15:22:21.405Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30402026-06-09T15:22:21.405Z |
30412026-06-09T15:22:21.405Z = 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)`
30422026-06-09T15:22:21.405Z = 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>
30432026-06-09T15:22:22.406Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30442026-06-09T15:22:22.640Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30452026-06-09T15:22:22.685Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30462026-06-09T15:22:22.746Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30472026-06-09T15:22:22.814Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
30482026-06-09T15:22:22.904Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30492026-06-09T15:22:22.934Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30502026-06-09T15:22:22.934Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30512026-06-09T15:22:22.984Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30522026-06-09T15:22:23.014Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30532026-06-09T15:22:23.186Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30542026-06-09T15:22:23.214Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30552026-06-09T15:22:23.238Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30562026-06-09T15:22:23.258Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30572026-06-09T15:22:23.326Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30582026-06-09T15:22:23.348Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30592026-06-09T15:22:23.392Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30602026-06-09T15:22:23.415Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30612026-06-09T15:22:23.439Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30622026-06-09T15:22:23.441Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30632026-06-09T15:22:23.642Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30642026-06-09T15:22:23.814Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30652026-06-09T15:22:23.949Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30662026-06-09T15:22:24.134Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30672026-06-09T15:22:24.179Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30682026-06-09T15:22:24.250Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30692026-06-09T15:22:24.286Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30702026-06-09T15:22:24.354Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30712026-06-09T15:22:24.444Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30722026-06-09T15:22:24.540Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30732026-06-09T15:22:24.626Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30742026-06-09T15:22:24.778Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30752026-06-09T15:22:24.815Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30762026-06-09T15:22:24.863Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30772026-06-09T15:22:25.051Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30782026-06-09T15:22:25.075Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30792026-06-09T15:22:25.148Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30802026-06-09T15:22:25.286Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30812026-06-09T15:22:25.332Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30822026-06-09T15:22:25.560Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30832026-06-09T15:22:25.825Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30842026-06-09T15:22:25.889Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
30852026-06-09T15:22:25.915Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30862026-06-09T15:22:26.092Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30872026-06-09T15:22:26.166Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30882026-06-09T15:22:26.190Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30892026-06-09T15:22:26.402Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30902026-06-09T15:22:26.432Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30912026-06-09T15:22:26.459Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30922026-06-09T15:22:26.484Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30932026-06-09T15:22:26.636Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30942026-06-09T15:22:26.724Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30952026-06-09T15:22:26.748Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30962026-06-09T15:22:26.770Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
30972026-06-09T15:22:26.868Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
30982026-06-09T15:22:26.950Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30992026-06-09T15:22:26.973Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
31002026-06-09T15:22:27.057Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31012026-06-09T15:22:27.081Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31022026-06-09T15:22:27.103Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31032026-06-09T15:22:27.148Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31042026-06-09T15:22:27.172Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31052026-06-09T15:22:27.381Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31062026-06-09T15:22:27.536Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31072026-06-09T15:22:27.737Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31082026-06-09T15:22:27.819Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31092026-06-09T15:22:28.172Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31102026-06-09T15:22:28.317Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31112026-06-09T15:22:28.609Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31122026-06-09T15:22:28.636Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31132026-06-09T15:22:28.844Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
31142026-06-09T15:22:28.903Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31152026-06-09T15:22:28.928Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31162026-06-09T15:22:29.088Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31172026-06-09T15:22:29.391Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31182026-06-09T15:22:29.454Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31192026-06-09T15:22:29.861Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31202026-06-09T15:22:30.172Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31212026-06-09T15:22:30.548Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31222026-06-09T15:22:31.130Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31232026-06-09T15:22:31.261Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31242026-06-09T15:22:31.349Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
31252026-06-09T15:22:31.567Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31262026-06-09T15:22:31.590Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31272026-06-09T15:22:31.716Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31282026-06-09T15:22:31.817Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31292026-06-09T15:22:31.846Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31302026-06-09T15:22:31.959Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31312026-06-09T15:22:32.020Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31322026-06-09T15:22:32.045Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31332026-06-09T15:22:32.184Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
31342026-06-09T15:22:32.209Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31352026-06-09T15:22:32.414Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
31362026-06-09T15:22:32.417Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
31372026-06-09T15:22:32.459Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
31382026-06-09T15:22:32.515Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31392026-06-09T15:22:32.640Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31402026-06-09T15:22:32.667Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31412026-06-09T15:22:32.746Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
31422026-06-09T15:22:32.897Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
31432026-06-09T15:22:32.920Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
31442026-06-09T15:22:32.942Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31452026-06-09T15:22:33.010Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
31462026-06-09T15:22:33.096Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31472026-06-09T15:22:33.212Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31482026-06-09T15:22:33.249Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31492026-06-09T15:22:33.303Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31502026-06-09T15:22:33.420Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31512026-06-09T15:22:33.513Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
31522026-06-09T15:22:33.739Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31532026-06-09T15:22:33.762Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31542026-06-09T15:22:34.235Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31552026-06-09T15:22:34.313Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31562026-06-09T15:22:34.385Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31572026-06-09T15:22:34.643Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31582026-06-09T15:22:35.115Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
31592026-06-09T15:22:35.165Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31602026-06-09T15:22:35.794Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31612026-06-09T15:22:36.070Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31622026-06-09T15:22:36.359Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31632026-06-09T15:22:36.537Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31642026-06-09T15:22:36.857Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31652026-06-09T15:22:37.073Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31662026-06-09T15:22:37.172Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31672026-06-09T15:22:37.293Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31682026-06-09T15:22:37.894Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31692026-06-09T15:22:37.977Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31702026-06-09T15:22:38.202Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31712026-06-09T15:22:38.313Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31722026-06-09T15:22:38.707Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31732026-06-09T15:22:38.771Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31742026-06-09T15:22:39.207Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31752026-06-09T15:22:39.720Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31762026-06-09T15:22:39.847Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31772026-06-09T15:22:39.939Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31782026-06-09T15:22:40.722Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31792026-06-09T15:22:40.942Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31802026-06-09T15:22:41.353Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31812026-06-09T15:22:41.514Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31822026-06-09T15:22:42.334Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31832026-06-09T15:22:42.887Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31842026-06-09T15:22:43.090Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31852026-06-09T15:22:43.145Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31862026-06-09T15:22:43.396Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31872026-06-09T15:22:43.454Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31882026-06-09T15:22:43.720Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
31892026-06-09T15:22:43.750Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31902026-06-09T15:22:43.836Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31912026-06-09T15:22:43.938Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31922026-06-09T15:22:44.380Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31932026-06-09T15:22:44.656Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31942026-06-09T15:22:45.107Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31952026-06-09T15:22:45.164Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31962026-06-09T15:22:45.322Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31972026-06-09T15:22:45.443Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31982026-06-09T15:22:45.810Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31992026-06-09T15:22:46.036Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32002026-06-09T15:22:47.128Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32012026-06-09T15:22:47.332Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
32022026-06-09T15:22:49.326Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32032026-06-09T15:22:49.784Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32042026-06-09T15:22:51.540Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32052026-06-09T15:22:51.674Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32062026-06-09T15:22:52.101Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32072026-06-09T15:22:52.129Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32082026-06-09T15:22:52.380Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32092026-06-09T15:22:52.666Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32102026-06-09T15:22:53.025Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32112026-06-09T15:22:53.231Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32122026-06-09T15:22:53.442Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32132026-06-09T15:22:53.743Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32142026-06-09T15:22:53.795Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32152026-06-09T15:22:53.888Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32162026-06-09T15:22:54.401Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32172026-06-09T15:22:54.464Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32182026-06-09T15:22:54.588Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32192026-06-09T15:22:55.046Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32202026-06-09T15:22:55.164Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32212026-06-09T15:22:55.866Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32222026-06-09T15:22:56.591Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32232026-06-09T15:22:56.718Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32242026-06-09T15:22:56.842Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32252026-06-09T15:22:57.434Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32262026-06-09T15:22:57.682Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32272026-06-09T15:22:58.164Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32282026-06-09T15:22:58.840Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32292026-06-09T15:22:59.872Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32302026-06-09T15:23:02.206Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32312026-06-09T15:23:02.571Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32322026-06-09T15:23:03.414Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32332026-06-09T15:23:04.352Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32342026-06-09T15:23:05.262Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32352026-06-09T15:23:06.758Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32362026-06-09T15:23:07.487Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32372026-06-09T15:23:08.783Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32382026-06-09T15:23:09.757Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32392026-06-09T15:23:11.115Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32402026-06-09T15:23:11.353Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32412026-06-09T15:23:12.045Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32422026-06-09T15:23:12.940Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32432026-06-09T15:23:12.964Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32442026-06-09T15:23:14.293Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32452026-06-09T15:23:15.745Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32462026-06-09T15:23:18.352Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32472026-06-09T15:23:19.410Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32482026-06-09T15:23:19.773Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32492026-06-09T15:23:21.184Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32502026-06-09T15:23:21.971Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32512026-06-09T15:23:22.581Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32522026-06-09T15:23:23.209Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32532026-06-09T15:23:23.801Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32542026-06-09T15:23:24.442Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32552026-06-09T15:23:25.890Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32562026-06-09T15:23:26.867Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32572026-06-09T15:23:28.280Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32582026-06-09T15:23:28.631Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32592026-06-09T15:23:29.115Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32602026-06-09T15:23:30.063Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32612026-06-09T15:23:30.731Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32622026-06-09T15:23:31.509Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32632026-06-09T15:23:34.829Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32642026-06-09T15:23:35.370Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32652026-06-09T15:23:36.290Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32662026-06-09T15:23:37.011Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32672026-06-09T15:23:37.998Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32682026-06-09T15:23:38.999Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32692026-06-09T15:23:39.640Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32702026-06-09T15:23:42.234Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32712026-06-09T15:23:42.675Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32722026-06-09T15:23:43.631Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32732026-06-09T15:23:44.732Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32742026-06-09T15:23:46.243Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32752026-06-09T15:23:47.283Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32762026-06-09T15:23:48.475Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32772026-06-09T15:23:50.815Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32782026-06-09T15:23:51.690Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32792026-06-09T15:23:53.046Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32802026-06-09T15:23:54.780Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32812026-06-09T15:23:56.215Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32822026-06-09T15:23:59.329Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32832026-06-09T15:24:00.827Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32842026-06-09T15:24:05.118Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32852026-06-09T15:24:05.686Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32862026-06-09T15:24:06.977Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
32872026-06-09T15:24:07.398Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32882026-06-09T15:24:08.947Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32892026-06-09T15:24:10.551Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32902026-06-09T15:24:12.357Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32912026-06-09T15:24:14.358Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32922026-06-09T15:24:15.997Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32932026-06-09T15:24:17.606Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32942026-06-09T15:24:19.589Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32952026-06-09T15:24:22.689Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32962026-06-09T15:24:24.315Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32972026-06-09T15:24:26.000Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32982026-06-09T15:24:27.307Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32992026-06-09T15:24:29.400Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33002026-06-09T15:24:30.773Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
33012026-06-09T15:24:32.878Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33022026-06-09T15:24:34.314Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33032026-06-09T15:24:35.927Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33042026-06-09T15:24:37.762Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33052026-06-09T15:24:39.635Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33062026-06-09T15:24:41.266Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33072026-06-09T15:24:43.332Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33082026-06-09T15:24:45.128Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33092026-06-09T15:24:47.078Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
33102026-06-09T15:24:48.794Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33112026-06-09T15:24:52.049Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
33122026-06-09T15:24:53.167Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33132026-06-09T15:24:54.948Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33142026-06-09T15:24:57.984Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33152026-06-09T15:24:59.549Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33162026-06-09T15:25:02.076Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
33172026-06-09T15:25:04.156Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33182026-06-09T15:25:06.397Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33192026-06-09T15:25:08.558Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33202026-06-09T15:25:11.041Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33212026-06-09T15:25:13.354Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33222026-06-09T15:25:15.106Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33232026-06-09T15:25:17.325Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33242026-06-09T15:25:19.541Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33252026-06-09T15:25:21.735Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33262026-06-09T15:25:24.086Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
33272026-06-09T15:25:26.352Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33282026-06-09T15:25:28.561Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33292026-06-09T15:25:30.869Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33302026-06-09T15:25:33.066Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33312026-06-09T15:25:35.357Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33322026-06-09T15:25:37.623Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33332026-06-09T15:25:39.866Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33342026-06-09T15:25:42.143Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33352026-06-09T15:25:44.435Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33362026-06-09T15:25:46.704Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33372026-06-09T15:25:48.967Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33382026-06-09T15:25:51.278Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33392026-06-09T15:25:53.574Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33402026-06-09T15:25:55.805Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33412026-06-09T15:25:58.079Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33422026-06-09T15:26:00.351Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33432026-06-09T15:26:02.929Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33442026-06-09T15:26:05.203Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33452026-06-09T15:26:07.642Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33462026-06-09T15:26:10.108Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33472026-06-09T15:26:12.429Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33482026-06-09T15:26:14.746Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33492026-06-09T15:26:17.164Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33502026-06-09T15:26:19.678Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33512026-06-09T15:26:21.856Z Documenting ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
33522026-06-09T15:26:24.858Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33532026-06-09T15:26:27.041Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33542026-06-09T15:26:29.505Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33552026-06-09T15:26:31.865Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33562026-06-09T15:26:34.426Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33572026-06-09T15:26:37.040Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33582026-06-09T15:26:39.512Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33592026-06-09T15:26:42.156Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33602026-06-09T15:26:44.813Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33612026-06-09T15:26:47.326Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33622026-06-09T15:26:49.862Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33632026-06-09T15:26:52.334Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33642026-06-09T15:26:54.931Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33652026-06-09T15:26:57.859Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33662026-06-09T15:27:00.200Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33672026-06-09T15:27:02.949Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33682026-06-09T15:27:05.581Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
33692026-06-09T15:27:13.029Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33702026-06-09T15:27:13.332Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33712026-06-09T15:27:16.731Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33722026-06-09T15:27:19.956Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33732026-06-09T15:27:23.321Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33742026-06-09T15:27:26.641Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
33752026-06-09T15:27:31.463Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33762026-06-09T15:27:34.276Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33772026-06-09T15:27:37.963Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33782026-06-09T15:27:41.641Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33792026-06-09T15:27:45.576Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33802026-06-09T15:27:49.182Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33812026-06-09T15:27:52.841Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33822026-06-09T15:27:56.555Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33832026-06-09T15:28:00.359Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33842026-06-09T15:28:04.038Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33852026-06-09T15:28:07.729Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
33862026-06-09T15:28:11.480Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
33872026-06-09T15:28:15.145Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33882026-06-09T15:28:18.966Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33892026-06-09T15:28:22.696Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33902026-06-09T15:28:26.475Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
33912026-06-09T15:28:30.044Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
33922026-06-09T15:28:33.850Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
33932026-06-09T15:29:03.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 42s
33942026-06-09T15:29:03.659Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 197 other files
33952026-06-09T15:29:03.765Z
33962026-06-09T15:29:03.765Zreal 6:43.161982493
33972026-06-09T15:29:03.765Zuser 17:58.473488789
33982026-06-09T15:29:03.765Zsys 3:50.601174373
33992026-06-09T15:29:03.765Ztrap 0.275436093
34002026-06-09T15:29:03.765Ztflt 0.031769966
34012026-06-09T15:29:03.766Zdflt 0.016776373
34022026-06-09T15:29:03.766Zkflt 0.000025100
34032026-06-09T15:29:03.766Zlock 6:12:12.554257418
34042026-06-09T15:29:03.766Zslp 2:15:25.432964117
34052026-06-09T15:29:03.766Zlat 33.683818508
34062026-06-09T15:29:03.766Zstop 1:40.456233407
34072026-06-09T15:29:03.769Zprocess exited: duration 795542 ms, exit code 0
 
34082026-06-09T15:29:03.775Zfound 0 output files