01KY5QNJPAK8QW7WVP7ZT7TDVF: clippy (helios)

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

Buildomat Job: 01KY5QP5JAQG1BM9QJVFTF2NPC

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-22T20:19:40.685Zjob assigned to worker 01KY5QPH63KH03ABY1XG0FEDPG [factory aws, i-081471dee59e8bc17] (queued for 53 s)
 
22026-07-22T20:19:46.862Zstarting task 0: "setup"
32026-07-22T20:19:46.866Z++ uname -s
42026-07-22T20:19:46.869Z+ kern=SunOS
52026-07-22T20:19:46.869Z+ build_user=build
62026-07-22T20:19:46.869Z+ build_uid=12345
72026-07-22T20:19:46.869Z+ work_dir=/work
82026-07-22T20:19:46.869Z+ input_dir=/input
92026-07-22T20:19:46.869Z+ [[ 0 == 12345 ]]
102026-07-22T20:19:46.869Z+ case "$kern" in
112026-07-22T20:19:46.869Z+ groupadd -g 12345 build
122026-07-22T20:19:46.872Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-22T20:19:48.911Z+ zfs create -o mountpoint=/work rpool/work
142026-07-22T20:19:48.977Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-22T20:19:48.984Z+ home_fs=zfs
162026-07-22T20:19:48.985Z+ [[ zfs == autofs ]]
172026-07-22T20:19:48.985Z+ mkdir -p /home/build
182026-07-22T20:19:48.985Z+ chown build:build /home/build /work
192026-07-22T20:19:50.984Z+ chmod 0700 /home/build /work
202026-07-22T20:19:50.997Zprocess exited: duration 4123 ms, exit code 0
 
212026-07-22T20:19:51.020Zstarting task 1: "rust-toolchain"
222026-07-22T20:19:51.030Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-22T20:19:51.030Z * rust toolchain channel = "1.96.1"
242026-07-22T20:19:51.030Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-07-22T20:19:51.030Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-07-22T20:19:51.030Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-22T20:19:51.030Z * rust toolchain profile = "default"
282026-07-22T20:19:51.030Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-22T20:19:51.046Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-22T20:19:51.107Zinfo: downloading installer
312026-07-22T20:19:52.549Zwarn: It looks like you have an existing rustup settings file at:
322026-07-22T20:19:52.549Zwarn: /home/build/.rustup/settings.toml
332026-07-22T20:19:52.549Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-22T20:19:52.549Zwarn: instead of the one inferred from the default host triple.
352026-07-22T20:19:52.563Zinfo: profile set to default
362026-07-22T20:19:52.563Zinfo: default host triple is x86_64-unknown-illumos
372026-07-22T20:19:52.567Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-22T20:19:52.704Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-22T20:19:52.718Zinfo: downloading 6 components
402026-07-22T20:20:09.479Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-22T20:20:09.479Z
422026-07-22T20:20:09.506Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-22T20:20:09.506Z
442026-07-22T20:20:09.506Z
452026-07-22T20:20:09.506ZRust is installed now. Great!
462026-07-22T20:20:09.506Z
472026-07-22T20:20:09.510ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-22T20:20:09.510Zenvironment variable. This has not been done automatically.
492026-07-22T20:20:09.510Z
502026-07-22T20:20:09.510ZTo configure your current shell, you need to source
512026-07-22T20:20:09.510Zthe corresponding env file under $HOME/.cargo.
522026-07-22T20:20:09.510Z
532026-07-22T20:20:09.510ZThis is usually done by running one of the following (note the leading DOT):
542026-07-22T20:20:09.510Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-22T20:20:09.510Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-22T20:20:09.510Zsource "~/.cargo/env.nu" # For nushell
572026-07-22T20:20:09.510Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-22T20:20:09.510Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-22T20:20:09.510Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-22T20:20:09.510Zwarn: no default linker (`cc`) was found in your PATH
612026-07-22T20:20:09.510Zwarn: many Rust crates require a system C toolchain to build
622026-07-22T20:20:09.595Z+ rustup --version
632026-07-22T20:20:09.603Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-22T20:20:09.606Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-22T20:20:09.625Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-22T20:20:09.628Z+ cargo --version
672026-07-22T20:20:09.642Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-22T20:20:09.645Z+ rustc --version
692026-07-22T20:20:09.663Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-22T20:20:09.667Zprocess exited: duration 18646 ms, exit code 0
 
712026-07-22T20:20:09.674Zstarting task 2: "authentication"
722026-07-22T20:20:09.689Zprocess exited: duration 16 ms, exit code 0
 
732026-07-22T20:20:09.697Zstarting task 3: "clone repository"
742026-07-22T20:20:09.700Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-22T20:20:09.704Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-22T20:20:09.731ZCloning into '/work/oxidecomputer/omicron'...
772026-07-22T20:20:19.886Z+ cd /work/oxidecomputer/omicron
782026-07-22T20:20:19.886Z+ git fetch origin 05a8bcfe0b927ea4f88b0a399366e108403eab02
792026-07-22T20:20:20.170ZFrom https://github.com/oxidecomputer/omicron
802026-07-22T20:20:20.170Z * branch 05a8bcfe0b927ea4f88b0a399366e108403eab02 -> FETCH_HEAD
812026-07-22T20:20:20.182Z+ [[ -n john/disk-management-err-cleanup-1 ]]
822026-07-22T20:20:20.187Z++ git branch --show-current
832026-07-22T20:20:20.187Z+ current=main
842026-07-22T20:20:20.187Z+ [[ main != john/disk-management-err-cleanup-1 ]]
852026-07-22T20:20:20.187Z+ git branch -f john/disk-management-err-cleanup-1 05a8bcfe0b927ea4f88b0a399366e108403eab02
862026-07-22T20:20:20.191Z+ git checkout -f john/disk-management-err-cleanup-1
872026-07-22T20:20:20.429ZSwitched to branch 'john/disk-management-err-cleanup-1'
882026-07-22T20:20:20.432Z+ git reset --hard 05a8bcfe0b927ea4f88b0a399366e108403eab02
892026-07-22T20:20:20.448ZHEAD is now at 05a8bcfe0 move DiskManagementError to config-reconcilers
902026-07-22T20:20:20.452Zprocess exited: duration 10750 ms, exit code 0
 
912026-07-22T20:20:20.462Zstarting task 4: "build"
922026-07-22T20:20:20.465Z+ source ./env.sh
932026-07-22T20:20:20.465Z++ OLD_SHELL_OPTS=ehxB
942026-07-22T20:20:20.465Z++ set -o xtrace
952026-07-22T20:20:20.469Z++++ dirname ./env.sh
962026-07-22T20:20:20.472Z+++ readlink -f .
972026-07-22T20:20:20.472Z++ OMICRON_WS=/work/oxidecomputer/omicron
982026-07-22T20:20:20.472Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992026-07-22T20:20:20.472Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002026-07-22T20:20:20.472Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1012026-07-22T20:20:20.473Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1022026-07-22T20:20:20.473Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1032026-07-22T20:20:20.473Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1042026-07-22T20:20:20.473Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1052026-07-22T20:20:20.473Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062026-07-22T20:20:20.473Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-07-22T20:20:20.473Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-07-22T20:20:20.473Z++ case $OLD_SHELL_OPTS in
1092026-07-22T20:20:20.473Z++ unset OLD_SHELL_OPTS OMICRON_WS
1102026-07-22T20:20:20.473Z+ source .github/buildomat/ci-env.sh
1112026-07-22T20:20:20.473Z++ export CARGO_TERM_COLOR=always
1122026-07-22T20:20:20.473Z++ CARGO_TERM_COLOR=always
1132026-07-22T20:20:20.473Z+++ uname -s
1142026-07-22T20:20:20.477Z++ [[ SunOS == \S\u\n\O\S ]]
1152026-07-22T20:20:20.477Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
1162026-07-22T20:20:20.477Z+ cargo --version
1172026-07-22T20:20:20.484Zcargo 1.96.1 (356927216 2026-06-26)
1182026-07-22T20:20:20.488Z+ rustc --version
1192026-07-22T20:20:20.507Zrustc 1.96.1 (31fca3adb 2026-06-26)
1202026-07-22T20:20:20.510Z+ banner prerequisites
1212026-07-22T20:20:20.513Z
1222026-07-22T20:20:20.513Z ##### ##### ###### ##### ###### #### # # # #### #
1232026-07-22T20:20:20.513Z # # # # # # # # # # # # # # #
1242026-07-22T20:20:20.513Z # # # # ##### # # ##### # # # # # #### #
1252026-07-22T20:20:20.513Z ##### ##### # ##### # # # # # # # # #
1262026-07-22T20:20:20.513Z # # # # # # # # # # # # # # #
1272026-07-22T20:20:20.513Z # # # ###### # # ###### ### # #### # #### #
1282026-07-22T20:20:20.514Z
1292026-07-22T20:20:20.514Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1302026-07-22T20:20:22.166Z Startup: Refreshing catalog 'helios' ... Done
1312026-07-22T20:20:22.386Z Startup: Caching catalogs ... Done
1322026-07-22T20:20:23.482ZPlanning: Solver setup ... Done (1.019s)
1332026-07-22T20:20:23.525ZPlanning: Running solver ... Done (0.043s)
1342026-07-22T20:20:23.551ZPlanning: Finding local manifests ... Done (0.002s)
1352026-07-22T20:20:23.564ZPlanning: Fetching manifests: 0/2 0% complete
1362026-07-22T20:20:23.583ZPlanning: Fetching manifests: 2/2 100% complete
1372026-07-22T20:20:23.597ZPlanning: Package planning ... Done (0.013s)
1382026-07-22T20:20:23.600ZPlanning: Merging actions ... Done (0.001s)
1392026-07-22T20:20:23.808ZPlanning: Checking for conflicting actions ... Done (0.210s)
1402026-07-22T20:20:23.813ZPlanning: Consolidating action changes ... Done (0.001s)
1412026-07-22T20:20:24.585ZPlanning: Evaluating mediators ... Done (0.767s)
1422026-07-22T20:20:24.597ZPlanning: Planning completed in 2.16 seconds
1432026-07-22T20:20:24.597Z Packages to install: 2
1442026-07-22T20:20:24.598Z Estimated space available: 156.06 GB
1452026-07-22T20:20:24.598ZEstimated space to be consumed: 52.23 MB
1462026-07-22T20:20:24.598Z Create boot environment: No
1472026-07-22T20:20:24.598ZCreate backup boot environment: No
1482026-07-22T20:20:24.598Z Rebuild boot archive: No
1492026-07-22T20:20:24.598Z
1502026-07-22T20:20:24.598ZChanged packages:
1512026-07-22T20:20:24.598Zhelios
1522026-07-22T20:20:24.598Z developer/build-essential
1532026-07-22T20:20:24.598Z None -> 11-3.0
1542026-07-22T20:20:24.598Z library/libxmlsec1
1552026-07-22T20:20:24.598Z None -> 1.2.35-3.0
1562026-07-22T20:20:24.617Z
1572026-07-22T20:20:24.617ZDownload: 0/214 items 0.0/1.3MB 0% complete
1582026-07-22T20:20:24.679ZDownload: Completed 1.28 MB in 0.07 seconds (18.9M/s)
1592026-07-22T20:20:24.744Z Actions: 1/268 actions (Installing new actions)
1602026-07-22T20:20:24.782Z Actions: Completed 268 actions in 0.04 seconds.
1612026-07-22T20:20:24.804ZFinalize: Updating package state database ... Done (0.021s)
1622026-07-22T20:20:24.807ZFinalize: Updating package cache ... Done (0.000s)
1632026-07-22T20:20:24.862ZFinalize: Updating image state ... Done (0.054s)
1642026-07-22T20:20:27.288ZFinalize: Creating fast lookup database ... Done (2.394s)
1652026-07-22T20:20:27.354ZFinalize: Reading search index ... Done (0.013s)
1662026-07-22T20:20:27.357ZFinalize: Updating search index ... Done (0.000s)
1672026-07-22T20:20:27.450ZFinalize: Updating package cache ... Done (0.000s)
1682026-07-22T20:20:27.788ZPlanning: Evaluating mediator changes ... Done
1692026-07-22T20:20:27.894ZPlanning: Checking for conflicting actions ... Done
1702026-07-22T20:20:27.897ZPlanning: Consolidating action changes ... Done
1712026-07-22T20:20:28.052ZPlanning: Evaluating mediators ... Done
1722026-07-22T20:20:28.056ZPlanning: Planning completed in 0.26 seconds
1732026-07-22T20:20:28.075Z Mediators to change: 2
1742026-07-22T20:20:28.075Z Create boot environment: No
1752026-07-22T20:20:28.076ZCreate backup boot environment: No
1762026-07-22T20:20:28.120ZFinalize: Updating package state database ... Done
1772026-07-22T20:20:28.120ZFinalize: Updating package cache ... Done
1782026-07-22T20:20:28.152ZFinalize: Updating image state ... Done
1792026-07-22T20:20:30.085ZFinalize: Creating fast lookup database ... Done
1802026-07-22T20:20:30.144ZFinalize: Reading search index ... Done
1812026-07-22T20:20:30.149ZFinalize: Updating search index ... Done
1822026-07-22T20:20:30.208ZFinalize: Updating package cache ... Done
1832026-07-22T20:20:30.495ZPlanning: Evaluating mediator changes ... Done
1842026-07-22T20:20:30.603ZPlanning: Checking for conflicting actions ... Done
1852026-07-22T20:20:30.608ZPlanning: Consolidating action changes ... Done
1862026-07-22T20:20:30.763ZPlanning: Evaluating mediators ... Done
1872026-07-22T20:20:30.767ZPlanning: Planning completed in 0.27 seconds
1882026-07-22T20:20:30.784Z Mediators to change: 1
1892026-07-22T20:20:30.784Z Create boot environment: No
1902026-07-22T20:20:30.784ZCreate backup boot environment: No
1912026-07-22T20:20:30.839ZFinalize: Updating package state database ... Done
1922026-07-22T20:20:30.839ZFinalize: Updating package cache ... Done
1932026-07-22T20:20:30.856ZFinalize: Updating image state ... Done
1942026-07-22T20:20:32.794ZFinalize: Creating fast lookup database ... Done
1952026-07-22T20:20:32.860ZFinalize: Reading search index ... Done
1962026-07-22T20:20:32.863ZFinalize: Updating search index ... Done
1972026-07-22T20:20:32.925ZFinalize: Updating package cache ... Done
1982026-07-22T20:20:33.237ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1992026-07-22T20:20:33.237Zapache system 2.4 system
2002026-07-22T20:20:33.237Zclang system 15 system
2012026-07-22T20:20:33.237Zcsh system system illumos
2022026-07-22T20:20:33.237Zctags system system illumos
2032026-07-22T20:20:33.239Zfile vendor vendor darwinsys
2042026-07-22T20:20:33.239Zfile system system illumos
2052026-07-22T20:20:33.239Zgcc vendor 14 vendor
2062026-07-22T20:20:33.239Zgcc system 13 system
2072026-07-22T20:20:33.239Zgcc system 10 system
2082026-07-22T20:20:33.239Zgo system 1.25 system
2092026-07-22T20:20:33.239Zllvm system 15 system
2102026-07-22T20:20:33.239Zmariadb system 11.4 system
2112026-07-22T20:20:33.239Zmta vendor vendor dma
2122026-07-22T20:20:33.239Zopenjdk system 17 system
2132026-07-22T20:20:33.239Zopenjdk system 11 system
2142026-07-22T20:20:33.239Zopenssl vendor 3 vendor
2152026-07-22T20:20:33.239Zperl system 5.40 system
2162026-07-22T20:20:33.239Zpostgresql system 18 system
2172026-07-22T20:20:33.239Zpostgresql system 17 system
2182026-07-22T20:20:33.239Zpython vendor 3 vendor
2192026-07-22T20:20:33.239Zpython system 2 system
2202026-07-22T20:20:33.239Zpython3 vendor 3.13 vendor
2212026-07-22T20:20:33.240Zruby system 3.4 system
2222026-07-22T20:20:33.240Zruby system 3.0 system
2232026-07-22T20:20:33.240Zwords vendor vendor american-english
2242026-07-22T20:20:33.240Zwords system system australian-english
2252026-07-22T20:20:33.240Zwords system system british-english
2262026-07-22T20:20:33.240Zwords system system canadian-english
2272026-07-22T20:20:33.240Zwords system system french
2282026-07-22T20:20:33.240Zwords system system italian
2292026-07-22T20:20:33.240Zwords system system ngerman
2302026-07-22T20:20:33.240Zwords system system ogerman
2312026-07-22T20:20:33.240Zwords system system spanish
2322026-07-22T20:20:33.488ZPUBLISHER TYPE STATUS P LOCATION
2332026-07-22T20:20:33.488Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2342026-07-22T20:20:33.869ZFMRI IFO
2352026-07-22T20:20:33.869Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2362026-07-22T20:20:33.869Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2372026-07-22T20:20:33.869Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2382026-07-22T20:20:33.869Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2392026-07-22T20:20:33.869Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2402026-07-22T20:20:33.869Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2412026-07-22T20:20:33.870Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2422026-07-22T20:20:33.870Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2432026-07-22T20:20:33.870Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2442026-07-22T20:20:34.195Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2452026-07-22T20:20:34.476Z Updating crates.io index
2462026-07-22T20:20:34.493Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2472026-07-22T20:20:34.712Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2482026-07-22T20:20:35.018Z Updating git repository `https://github.com/oxidecomputer/propolis`
2492026-07-22T20:20:35.994Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2502026-07-22T20:20:36.510Z Updating git repository `https://github.com/oxidecomputer/crucible`
2512026-07-22T20:20:38.420Z Updating git repository `https://github.com/oxidecomputer/opte`
2522026-07-22T20:20:39.231Z Updating git repository `https://github.com/oxidecomputer/tofino`
2532026-07-22T20:20:39.480Z Updating git repository `https://github.com/oxidecomputer/lldp`
2542026-07-22T20:20:39.779Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2552026-07-22T20:20:40.918Z Updating git repository `https://github.com/oxidecomputer/clickward`
2562026-07-22T20:20:41.501Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2572026-07-22T20:20:41.824Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2582026-07-22T20:20:42.081Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2592026-07-22T20:20:42.587Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2602026-07-22T20:20:43.110Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2612026-07-22T20:20:43.321Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2622026-07-22T20:20:43.540Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2632026-07-22T20:20:43.786Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2642026-07-22T20:20:44.076Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2652026-07-22T20:20:44.295Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2662026-07-22T20:20:44.533Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2672026-07-22T20:20:44.788Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2682026-07-22T20:20:45.166Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2692026-07-22T20:20:45.452Z Updating git repository `https://github.com/oxidecomputer/erebor`
2702026-07-22T20:20:45.926Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2712026-07-22T20:20:46.308Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2722026-07-22T20:20:46.538Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2732026-07-22T20:20:46.938Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2742026-07-22T20:20:47.482Z Updating git repository `https://github.com/oxidecomputer/ispf`
2752026-07-22T20:20:47.701Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2762026-07-22T20:20:47.931Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2772026-07-22T20:20:48.265Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2782026-07-22T20:20:48.717Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2792026-07-22T20:20:49.177Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2802026-07-22T20:20:49.470Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2812026-07-22T20:20:49.726Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2822026-07-22T20:20:50.060Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2832026-07-22T20:20:50.647Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2842026-07-22T20:20:50.884Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2852026-07-22T20:20:51.118Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2862026-07-22T20:20:51.344Z Updating git repository `https://github.com/illumos/smf-rs`
2872026-07-22T20:20:53.867Z Downloading crates ...
2882026-07-22T20:20:53.922Z Downloaded anstream v1.0.0
2892026-07-22T20:20:53.928Z Downloaded crypto-common v0.1.7
2902026-07-22T20:20:53.928Z Downloaded colorchoice v1.0.4
2912026-07-22T20:20:53.944Z Downloaded cpufeatures v0.2.17
2922026-07-22T20:20:53.944Z Downloaded cargo_toml v0.21.0
2932026-07-22T20:20:53.945Z Downloaded fnv v1.0.7
2942026-07-22T20:20:53.945Z Downloaded fs-err v3.3.0
2952026-07-22T20:20:53.957Z Downloaded zerocopy-derive v0.7.35
2962026-07-22T20:20:53.958Z Downloaded zmij v1.0.21
2972026-07-22T20:20:53.958Z Downloaded clap v4.6.1
2982026-07-22T20:20:53.958Z Downloaded once_cell v1.21.3
2992026-07-22T20:20:53.958Z Downloaded digest v0.10.7
3002026-07-22T20:20:53.958Z Downloaded cargo_metadata v0.23.1
3012026-07-22T20:20:53.967Z Downloaded byteorder v1.5.0
3022026-07-22T20:20:53.967Z Downloaded memmap v0.7.0
3032026-07-22T20:20:53.967Z Downloaded zerocopy v0.7.35
3042026-07-22T20:20:53.967Z Downloaded macaddr v1.0.1
3052026-07-22T20:20:53.967Z Downloaded itoa v1.0.17
3062026-07-22T20:20:53.967Z Downloaded cfg-if v1.0.4
3072026-07-22T20:20:53.975Z Downloaded errno v0.3.14
3082026-07-22T20:20:53.975Z Downloaded generic-array v0.14.7
3092026-07-22T20:20:53.975Z Downloaded fastrand v2.3.0
3102026-07-22T20:20:53.975Z Downloaded dtrace-parser v0.2.0
3112026-07-22T20:20:53.975Z Downloaded dof v0.3.0
3122026-07-22T20:20:53.975Z Downloaded clap_lex v1.0.0
3132026-07-22T20:20:53.976Z Downloaded bytecount v0.6.9
3142026-07-22T20:20:53.976Z Downloaded block-buffer v0.10.4
3152026-07-22T20:20:53.976Z Downloaded anstyle-query v1.1.5
3162026-07-22T20:20:53.976Z Downloaded camino-tempfile v1.4.1
3172026-07-22T20:20:53.976Z Downloaded anyhow v1.0.102
3182026-07-22T20:20:53.979Z Downloaded cargo-platform v0.3.2
3192026-07-22T20:20:53.981Z Downloaded camino v1.2.2
3202026-07-22T20:20:53.981Z Downloaded heck v0.5.0
3212026-07-22T20:20:53.981Z Downloaded equivalent v1.0.2
3222026-07-22T20:20:53.992Z Downloaded is_terminal_polyfill v1.70.2
3232026-07-22T20:20:53.993Z Downloaded version_check v0.9.5
3242026-07-22T20:20:54.035Z Downloaded usdt-macro v0.5.0
3252026-07-22T20:20:54.035Z Downloaded plain v0.2.3
3262026-07-22T20:20:54.035Z Downloaded tabled_derive v0.7.0
3272026-07-22T20:20:54.035Z Downloaded proc-macro-error-attr v1.0.4
3282026-07-22T20:20:54.035Z Downloaded pretty-hex v0.4.1
3292026-07-22T20:20:54.035Z Downloaded toml_datetime v0.6.11
3302026-07-22T20:20:54.071Z Downloaded serde_spanned v0.6.9
3312026-07-22T20:20:54.071Z Downloaded thread-id v4.2.2
3322026-07-22T20:20:54.071Z Downloaded usdt-attr-macro v0.5.0
3332026-07-22T20:20:54.071Z Downloaded smawk v0.3.2
3342026-07-22T20:20:54.071Z Downloaded utf8parse v0.2.2
3352026-07-22T20:20:54.071Z Downloaded pest_derive v2.8.6
3362026-07-22T20:20:54.071Z Downloaded anstyle v1.0.14
3372026-07-22T20:20:54.071Z Downloaded log v0.4.29
3382026-07-22T20:20:54.071Z Downloaded heck v0.4.1
3392026-07-22T20:20:54.071Z Downloaded scroll_derive v0.12.1
3402026-07-22T20:20:54.071Z Downloaded swrite v0.1.0
3412026-07-22T20:20:54.071Z Downloaded strsim v0.11.1
3422026-07-22T20:20:54.071Z Downloaded usdt v0.5.0
3432026-07-22T20:20:54.071Z Downloaded toml_write v0.1.2
3442026-07-22T20:20:54.071Z Downloaded terminal_size v0.4.3
3452026-07-22T20:20:54.071Z Downloaded autocfg v1.5.0
3462026-07-22T20:20:54.071Z Downloaded anstyle-parse v1.0.0
3472026-07-22T20:20:54.077Z Downloaded unicode-linebreak v0.1.5
3482026-07-22T20:20:54.077Z Downloaded scroll v0.12.0
3492026-07-22T20:20:54.077Z Downloaded thiserror-impl v1.0.69
3502026-07-22T20:20:54.077Z Downloaded thiserror v2.0.18
3512026-07-22T20:20:54.077Z Downloaded sha2 v0.10.9
3522026-07-22T20:20:54.077Z Downloaded thiserror v1.0.69
3532026-07-22T20:20:54.078Z Downloaded usdt-impl v0.5.0
3542026-07-22T20:20:54.078Z Downloaded thiserror-impl v2.0.18
3552026-07-22T20:20:54.078Z Downloaded papergrid v0.11.0
3562026-07-22T20:20:54.078Z Downloaded quote v1.0.45
3572026-07-22T20:20:54.078Z Downloaded pest_generator v2.8.6
3582026-07-22T20:20:54.078Z Downloaded proc-macro-error v1.0.4
3592026-07-22T20:20:54.089Z Downloaded pest_meta v2.8.6
3602026-07-22T20:20:54.093Z Downloaded clap_derive v4.6.1
3612026-07-22T20:20:54.093Z Downloaded bitflags v2.11.0
3622026-07-22T20:20:54.098Z Downloaded serde_tokenstream v0.2.3
3632026-07-22T20:20:54.098Z Downloaded semver v1.0.28
3642026-07-22T20:20:54.102Z Downloaded ucd-trie v0.1.7
3652026-07-22T20:20:54.102Z Downloaded toml v0.8.23
3662026-07-22T20:20:54.102Z Downloaded getrandom v0.4.1
3672026-07-22T20:20:54.106Z Downloaded tempfile v3.25.0
3682026-07-22T20:20:54.109Z Downloaded unicode-ident v1.0.24
3692026-07-22T20:20:54.110Z Downloaded textwrap v0.16.2
3702026-07-22T20:20:54.125Z Downloaded proc-macro2 v1.0.106
3712026-07-22T20:20:54.132Z Downloaded serde_derive v1.0.228
3722026-07-22T20:20:54.139Z Downloaded toml_edit v0.22.27
3732026-07-22T20:20:54.144Z Downloaded serde v1.0.228
3742026-07-22T20:20:54.162Z Downloaded serde_core v1.0.228
3752026-07-22T20:20:54.176Z Downloaded indexmap v2.14.0
3762026-07-22T20:20:54.191Z Downloaded typenum v1.20.1
3772026-07-22T20:20:54.195Z Downloaded memchr v2.8.0
3782026-07-22T20:20:54.195Z Downloaded hashbrown v0.17.0
3792026-07-22T20:20:54.207Z Downloaded clap_builder v4.6.0
3802026-07-22T20:20:54.210Z Downloaded pest v2.8.6
3812026-07-22T20:20:54.222Z Downloaded serde_json v1.0.150
3822026-07-22T20:20:54.226Z Downloaded goblin v0.8.2
3832026-07-22T20:20:54.249Z Downloaded winnow v0.7.14
3842026-07-22T20:20:54.256Z Downloaded tabled v0.15.0
3852026-07-22T20:20:54.256Z Downloaded syn v1.0.109
3862026-07-22T20:20:54.264Z Downloaded unicode-width v0.2.0
3872026-07-22T20:20:54.269Z Downloaded unicode-width v0.1.14
3882026-07-22T20:20:54.275Z Downloaded syn v2.0.117
3892026-07-22T20:20:54.284Z Downloaded rustix v1.1.3
3902026-07-22T20:20:54.312Z Downloaded libc v0.2.185
3912026-07-22T20:20:54.371Z Compiling proc-macro2 v1.0.106
3922026-07-22T20:20:54.371Z Compiling unicode-ident v1.0.24
3932026-07-22T20:20:54.371Z Compiling quote v1.0.45
3942026-07-22T20:20:54.371Z Compiling serde_core v1.0.228
3952026-07-22T20:20:54.371Z Compiling libc v0.2.185
3962026-07-22T20:20:54.371Z Compiling version_check v0.9.5
3972026-07-22T20:20:54.379Z Compiling memchr v2.8.0
3982026-07-22T20:20:54.379Z Compiling serde v1.0.228
3992026-07-22T20:20:54.704Z Compiling zmij v1.0.21
4002026-07-22T20:20:54.957Z Compiling thiserror v1.0.69
4012026-07-22T20:20:54.984Z Compiling itoa v1.0.17
4022026-07-22T20:20:55.257Z Compiling ucd-trie v0.1.7
4032026-07-22T20:20:55.317Z Compiling byteorder v1.5.0
4042026-07-22T20:20:55.334Z Compiling rustix v1.1.3
4052026-07-22T20:20:55.429Z Compiling pest v2.8.6
4062026-07-22T20:20:55.483Z Compiling errno v0.3.14
4072026-07-22T20:20:55.518Z Compiling serde_json v1.0.150
4082026-07-22T20:20:55.731Z Compiling bitflags v2.11.0
4092026-07-22T20:20:55.823Z Compiling syn v2.0.117
4102026-07-22T20:20:55.904Z Compiling thread-id v4.2.2
4112026-07-22T20:20:55.951Z Compiling proc-macro-error-attr v1.0.4
4122026-07-22T20:20:56.029Z Compiling usdt-impl v0.5.0
4132026-07-22T20:20:56.083Z Compiling syn v1.0.109
4142026-07-22T20:20:56.150Z Compiling camino v1.2.2
4152026-07-22T20:20:56.370Z Compiling proc-macro-error v1.0.4
4162026-07-22T20:20:56.446Z Compiling pest_meta v2.8.6
4172026-07-22T20:20:56.531Z Compiling utf8parse v0.2.2
4182026-07-22T20:20:56.568Z Compiling log v0.4.29
4192026-07-22T20:20:56.646Z Compiling plain v0.2.3
4202026-07-22T20:20:56.663Z Compiling hashbrown v0.17.0
4212026-07-22T20:20:56.774Z Compiling getrandom v0.4.1
4222026-07-22T20:20:56.865Z Compiling equivalent v1.0.2
4232026-07-22T20:20:56.960Z Compiling terminal_size v0.4.3
4242026-07-22T20:20:57.134Z Compiling anstyle-parse v1.0.0
4252026-07-22T20:20:57.175Z Compiling indexmap v2.14.0
4262026-07-22T20:20:57.725Z Compiling winnow v0.7.14
4272026-07-22T20:20:57.738Z Compiling anstyle-query v1.1.5
4282026-07-22T20:20:57.758Z Compiling autocfg v1.5.0
4292026-07-22T20:20:57.783Z Compiling is_terminal_polyfill v1.70.2
4302026-07-22T20:20:57.847Z Compiling anstyle v1.0.14
4312026-07-22T20:20:57.882Z Compiling thiserror v2.0.18
4322026-07-22T20:20:58.051Z Compiling pretty-hex v0.4.1
4332026-07-22T20:20:58.069Z Compiling toml_write v0.1.2
4342026-07-22T20:20:58.107Z Compiling pest_generator v2.8.6
4352026-07-22T20:20:58.194Z Compiling colorchoice v1.0.4
4362026-07-22T20:20:58.256Z Compiling cfg-if v1.0.4
4372026-07-22T20:20:58.278Z Compiling fs-err v3.3.0
4382026-07-22T20:20:58.333Z Compiling anstream v1.0.0
4392026-07-22T20:20:58.519Z Compiling bytecount v0.6.9
4402026-07-22T20:20:58.609Z Compiling strsim v0.11.1
4412026-07-22T20:20:58.650Z Compiling fastrand v2.3.0
4422026-07-22T20:20:58.665Z Compiling heck v0.4.1
4432026-07-22T20:20:58.794Z Compiling anyhow v1.0.102
4442026-07-22T20:20:58.817Z Compiling fnv v1.0.7
4452026-07-22T20:20:58.893Z Compiling heck v0.5.0
4462026-07-22T20:20:58.915Z Compiling clap_lex v1.0.0
4472026-07-22T20:20:58.934Z Compiling unicode-width v0.1.14
4482026-07-22T20:20:58.970Z Compiling once_cell v1.21.3
4492026-07-22T20:20:59.131Z Compiling clap_builder v4.6.0
4502026-07-22T20:20:59.167Z Compiling papergrid v0.11.0
4512026-07-22T20:20:59.193Z Compiling tempfile v3.25.0
4522026-07-22T20:20:59.281Z Compiling semver v1.0.28
4532026-07-22T20:20:59.313Z Compiling cargo-platform v0.3.2
4542026-07-22T20:20:59.360Z Compiling memmap v0.7.0
4552026-07-22T20:20:59.387Z Compiling tabled_derive v0.7.0
4562026-07-22T20:20:59.544Z Compiling smawk v0.3.2
4572026-07-22T20:20:59.566Z Compiling unicode-linebreak v0.1.5
4582026-07-22T20:20:59.584Z Compiling unicode-width v0.2.0
4592026-07-22T20:20:59.601Z Compiling camino-tempfile v1.4.1
4602026-07-22T20:20:59.760Z Compiling serde_derive v1.0.228
4612026-07-22T20:20:59.809Z Compiling thiserror-impl v1.0.69
4622026-07-22T20:20:59.829Z Compiling zerocopy-derive v0.7.35
4632026-07-22T20:20:59.860Z Compiling pest_derive v2.8.6
4642026-07-22T20:21:00.034Z Compiling scroll_derive v0.12.1
4652026-07-22T20:21:00.303Z Compiling thiserror-impl v2.0.18
4662026-07-22T20:21:00.319Z Compiling clap_derive v4.6.1
4672026-07-22T20:21:00.566Z Compiling tabled v0.15.0
4682026-07-22T20:21:00.711Z Compiling zerocopy v0.7.35
4692026-07-22T20:21:00.724Z Compiling scroll v0.12.0
4702026-07-22T20:21:00.999Z Compiling goblin v0.8.2
4712026-07-22T20:21:01.205Z Compiling dtrace-parser v0.2.0
4722026-07-22T20:21:01.267Z Compiling textwrap v0.16.2
4732026-07-22T20:21:01.751Z Compiling swrite v0.1.0
4742026-07-22T20:21:02.104Z Compiling clap v4.6.1
4752026-07-22T20:21:02.837Z Compiling dof v0.3.0
4762026-07-22T20:21:02.837Z Compiling serde_tokenstream v0.2.3
4772026-07-22T20:21:02.856Z Compiling serde_spanned v0.6.9
4782026-07-22T20:21:02.860Z Compiling toml_datetime v0.6.11
4792026-07-22T20:21:02.860Z Compiling cargo_metadata v0.23.1
4802026-07-22T20:21:02.962Z Compiling macaddr v1.0.1
4812026-07-22T20:21:02.962Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4822026-07-22T20:21:03.113Z Compiling toml_edit v0.22.27
4832026-07-22T20:21:03.666Z Compiling usdt-macro v0.5.0
4842026-07-22T20:21:03.682Z Compiling usdt-attr-macro v0.5.0
4852026-07-22T20:21:04.285Z Compiling usdt v0.5.0
4862026-07-22T20:21:04.451Z Compiling toml v0.8.23
4872026-07-22T20:21:04.773Z Compiling cargo_toml v0.21.0
4882026-07-22T20:21:06.033Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4892026-07-22T20:21:07.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.98s
4902026-07-22T20:21:08.198Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4912026-07-22T20:21:08.704Z Downloading crates ...
4922026-07-22T20:21:08.787Z Downloaded adler2 v2.0.1
4932026-07-22T20:21:08.794Z Downloaded assert_matches v1.5.0
4942026-07-22T20:21:08.798Z Downloaded ascii-canvas v3.0.0
4952026-07-22T20:21:08.801Z Downloaded aead v0.5.2
4962026-07-22T20:21:08.803Z Downloaded aead v0.6.1
4972026-07-22T20:21:08.806Z Downloaded async-bb8-diesel v0.2.1
4982026-07-22T20:21:08.809Z Downloaded aes v0.9.1
4992026-07-22T20:21:08.813Z Downloaded atty v0.2.14
5002026-07-22T20:21:08.813Z Downloaded bcrypt-pbkdf v0.11.0
5012026-07-22T20:21:08.816Z Downloaded async-recursion v1.1.1
5022026-07-22T20:21:08.816Z Downloaded bitfield-struct v0.6.2
5032026-07-22T20:21:08.816Z Downloaded backon v1.6.0
5042026-07-22T20:21:08.819Z Downloaded bit-set v0.8.0
5052026-07-22T20:21:08.825Z Downloaded arrayref v0.3.9
5062026-07-22T20:21:08.829Z Downloaded bit-vec v0.8.0
5072026-07-22T20:21:08.829Z Downloaded convert_case v0.4.0
5082026-07-22T20:21:08.835Z Downloaded crc v3.4.0
5092026-07-22T20:21:08.835Z Downloaded array-init v0.0.4
5102026-07-22T20:21:08.835Z Downloaded bb8 v0.8.6
5112026-07-22T20:21:08.835Z Downloaded atomicwrites v0.4.4
5122026-07-22T20:21:08.837Z Downloaded base16ct v1.0.0
5132026-07-22T20:21:08.837Z Downloaded dsl_auto_type v0.2.0
5142026-07-22T20:21:08.837Z Downloaded derive_builder_macro v0.20.2
5152026-07-22T20:21:08.838Z Downloaded darling_macro v0.23.0
5162026-07-22T20:21:08.838Z Downloaded cfg_aliases v0.1.1
5172026-07-22T20:21:08.840Z Downloaded dyn-clone v1.0.20
5182026-07-22T20:21:08.840Z Downloaded bit-set v0.5.3
5192026-07-22T20:21:08.841Z Downloaded async-stream v0.3.6
5202026-07-22T20:21:08.843Z Downloaded cpufeatures v0.3.0
5212026-07-22T20:21:08.843Z Downloaded anstream v0.6.21
5222026-07-22T20:21:08.846Z Downloaded darling_macro v0.13.4
5232026-07-22T20:21:08.846Z Downloaded csv-core v0.1.13
5242026-07-22T20:21:08.846Z Downloaded base16ct v0.2.0
5252026-07-22T20:21:08.850Z Downloaded corncobs v0.1.4
5262026-07-22T20:21:08.853Z Downloaded defmt v0.3.100
5272026-07-22T20:21:08.853Z Downloaded bitfield-macros v0.19.4
5282026-07-22T20:21:08.857Z Downloaded bit-vec v0.6.3
5292026-07-22T20:21:08.860Z Downloaded delegate v0.13.5
5302026-07-22T20:21:08.861Z Downloaded crossbeam-deque v0.8.6
5312026-07-22T20:21:08.864Z Downloaded diesel-dtrace v0.5.0
5322026-07-22T20:21:08.864Z Downloaded debug-ignore v1.0.5
5332026-07-22T20:21:08.864Z Downloaded darling_macro v0.21.3
5342026-07-22T20:21:08.864Z Downloaded argon2 v0.5.3
5352026-07-22T20:21:08.867Z Downloaded cstr-argument v0.1.2
5362026-07-22T20:21:08.867Z Downloaded ciborium-ll v0.2.2
5372026-07-22T20:21:08.871Z Downloaded darling_macro v0.20.11
5382026-07-22T20:21:08.871Z Downloaded crc8 v0.1.1
5392026-07-22T20:21:08.871Z Downloaded crossbeam-utils v0.8.21
5402026-07-22T20:21:08.871Z Downloaded cookie v0.18.1
5412026-07-22T20:21:08.876Z Downloaded anstyle-parse v0.2.7
5422026-07-22T20:21:08.876Z Downloaded bitflags v1.3.2
5432026-07-22T20:21:08.879Z Downloaded arrayvec v0.7.6
5442026-07-22T20:21:08.879Z Downloaded allocator-api2 v0.2.21
5452026-07-22T20:21:08.883Z Downloaded crunchy v0.2.4
5462026-07-22T20:21:08.883Z Downloaded crc-catalog v2.4.0
5472026-07-22T20:21:08.883Z Downloaded castaway v0.2.4
5482026-07-22T20:21:08.883Z Downloaded crypto-common v0.2.2
5492026-07-22T20:21:08.888Z Downloaded atomic-waker v1.1.2
5502026-07-22T20:21:08.888Z Downloaded downcast-rs v2.0.2
5512026-07-22T20:21:08.888Z Downloaded crucible-workspace-hack v0.1.0
5522026-07-22T20:21:08.888Z Downloaded defmt v1.0.1
5532026-07-22T20:21:08.892Z Downloaded data-encoding v2.10.0
5542026-07-22T20:21:08.892Z Downloaded compression-core v0.4.31
5552026-07-22T20:21:08.892Z Downloaded ctr v0.10.1
5562026-07-22T20:21:08.895Z Downloaded darling v0.13.4
5572026-07-22T20:21:08.895Z Downloaded critical-section v1.2.0
5582026-07-22T20:21:08.897Z Downloaded ciborium-io v0.2.2
5592026-07-22T20:21:08.897Z Downloaded darling v0.23.0
5602026-07-22T20:21:08.900Z Downloaded cpubits v0.1.1
5612026-07-22T20:21:08.900Z Downloaded bitfield v0.19.4
5622026-07-22T20:21:08.901Z Downloaded embedded-io v0.4.0
5632026-07-22T20:21:08.903Z Downloaded cfg_aliases v0.2.1
5642026-07-22T20:21:08.903Z Downloaded crossbeam-epoch v0.9.18
5652026-07-22T20:21:08.907Z Downloaded dtrace-parser v0.3.0
5662026-07-22T20:21:08.907Z Downloaded daft v0.1.7
5672026-07-22T20:21:08.907Z Downloaded backoff v0.4.0
5682026-07-22T20:21:08.910Z Downloaded crc32fast v1.5.0
5692026-07-22T20:21:08.910Z Downloaded cookie_store v0.22.1
5702026-07-22T20:21:08.910Z Downloaded embedded-io v0.6.1
5712026-07-22T20:21:08.914Z Downloaded cobs v0.3.0
5722026-07-22T20:21:08.914Z Downloaded document-features v0.2.12
5732026-07-22T20:21:08.914Z Downloaded dirs-sys-next v0.1.2
5742026-07-22T20:21:08.918Z Downloaded dunce v1.0.5
5752026-07-22T20:21:08.918Z Downloaded curve25519-dalek-derive v0.1.1
5762026-07-22T20:21:08.918Z Downloaded defmt-parser v1.0.0
5772026-07-22T20:21:08.918Z Downloaded async-stream-impl v0.3.6
5782026-07-22T20:21:08.921Z Downloaded difflib v0.4.0
5792026-07-22T20:21:08.921Z Downloaded env_filter v1.0.0
5802026-07-22T20:21:08.926Z Downloaded endian-type v0.1.2
5812026-07-22T20:21:08.926Z Downloaded either v1.15.0
5822026-07-22T20:21:08.926Z Downloaded ed25519 v2.2.3
5832026-07-22T20:21:08.930Z Downloaded dirs-next v2.0.0
5842026-07-22T20:21:08.938Z Downloaded async-trait v0.1.89
5852026-07-22T20:21:08.942Z Downloaded compression-codecs v0.4.37
5862026-07-22T20:21:08.942Z Downloaded cmake v0.1.57
5872026-07-22T20:21:08.942Z Downloaded bcs v0.1.6
5882026-07-22T20:21:08.942Z Downloaded daft-derive v0.1.7
5892026-07-22T20:21:08.946Z Downloaded fixedbitset v0.4.2
5902026-07-22T20:21:08.951Z Downloaded dropshot-api-manager-types v0.7.2
5912026-07-22T20:21:08.951Z Downloaded ctutils v0.4.2
5922026-07-22T20:21:08.951Z Downloaded float-cmp v0.10.0
5932026-07-22T20:21:08.954Z Downloaded dof v0.4.0
5942026-07-22T20:21:08.954Z Downloaded float-ord v0.3.2
5952026-07-22T20:21:08.954Z Downloaded diesel_table_macro_syntax v0.3.0
5962026-07-22T20:21:08.954Z Downloaded argon2 v0.6.0-rc.8
5972026-07-22T20:21:08.958Z Downloaded foreign-types-shared v0.3.1
5982026-07-22T20:21:08.958Z Downloaded foreign-types-macros v0.2.3
5992026-07-22T20:21:08.958Z Downloaded foreign-types v0.5.0
6002026-07-22T20:21:08.958Z Downloaded foreign-types-shared v0.1.1
6012026-07-22T20:21:08.958Z Downloaded foreign-types v0.3.2
6022026-07-22T20:21:08.962Z Downloaded derive-where v1.6.0
6032026-07-22T20:21:08.962Z Downloaded const_format_proc_macros v0.2.34
6042026-07-22T20:21:08.962Z Downloaded cexpr v0.6.0
6052026-07-22T20:21:08.965Z Downloaded block-buffer v0.12.1
6062026-07-22T20:21:08.966Z Downloaded futures-sink v0.3.32
6072026-07-22T20:21:08.966Z Downloaded futures-io v0.3.32
6082026-07-22T20:21:08.968Z Downloaded form_urlencoded v1.2.2
6092026-07-22T20:21:08.968Z Downloaded darling v0.20.11
6102026-07-22T20:21:08.971Z Downloaded funty v2.0.0
6112026-07-22T20:21:08.971Z Downloaded ghash v0.6.0
6122026-07-22T20:21:08.974Z Downloaded futures-task v0.3.32
6132026-07-22T20:21:08.974Z Downloaded ed25519 v3.0.0
6142026-07-22T20:21:08.978Z Downloaded buf-list v1.1.2
6152026-07-22T20:21:08.979Z Downloaded fxhash v0.2.1
6162026-07-22T20:21:08.979Z Downloaded futures-macro v0.3.32
6172026-07-22T20:21:08.982Z Downloaded gethostname v0.5.0
6182026-07-22T20:21:08.982Z Downloaded cipher v0.5.2
6192026-07-22T20:21:08.984Z Downloaded globwalk v0.9.1
6202026-07-22T20:21:08.984Z Downloaded enum-as-inner v0.6.1
6212026-07-22T20:21:08.984Z Downloaded cassowary v0.3.0
6222026-07-22T20:21:08.987Z Downloaded constant_time_eq v0.4.2
6232026-07-22T20:21:08.988Z Downloaded darling v0.21.3
6242026-07-22T20:21:08.992Z Downloaded ff v0.14.0
6252026-07-22T20:21:08.992Z Downloaded cbc v0.2.1
6262026-07-22T20:21:09.049Z Downloaded ena v0.14.4
6272026-07-22T20:21:09.049Z Downloaded camino-tempfile-ext v0.3.3
6282026-07-22T20:21:09.049Z Downloaded git-stub v1.0.0
6292026-07-22T20:21:09.059Z Downloaded erased-serde v0.3.31
6302026-07-22T20:21:09.059Z Downloaded digest-io v0.1.0
6312026-07-22T20:21:09.059Z Downloaded hash32 v0.3.1
6322026-07-22T20:21:09.060Z Downloaded derive-ex v0.1.8
6332026-07-22T20:21:09.060Z Downloaded filetime v0.2.27
6342026-07-22T20:21:09.060Z Downloaded deranged v0.5.8
6352026-07-22T20:21:09.060Z Downloaded blake2 v0.10.6
6362026-07-22T20:21:09.060Z Downloaded hash32 v0.2.1
6372026-07-22T20:21:09.060Z Downloaded ff v0.13.1
6382026-07-22T20:21:09.060Z Downloaded fallible-iterator v0.2.0
6392026-07-22T20:21:09.060Z Downloaded enum_dispatch v0.3.13
6402026-07-22T20:21:09.060Z Downloaded hex v0.4.3
6412026-07-22T20:21:09.060Z Downloaded headers-core v0.3.0
6422026-07-22T20:21:09.060Z Downloaded fd-lock v4.0.4
6432026-07-22T20:21:09.060Z Downloaded clang-sys v1.8.1
6442026-07-22T20:21:09.060Z Downloaded cipher v0.4.4
6452026-07-22T20:21:09.060Z Downloaded ciborium v0.2.2
6462026-07-22T20:21:09.060Z Downloaded flagset v0.4.7
6472026-07-22T20:21:09.060Z Downloaded find-msvc-tools v0.1.9
6482026-07-22T20:21:09.060Z Downloaded fixedbitset v0.5.7
6492026-07-22T20:21:09.060Z Downloaded digest v0.11.3
6502026-07-22T20:21:09.061Z Downloaded der_derive v0.7.3
6512026-07-22T20:21:09.061Z Downloaded hex-literal v1.1.0
6522026-07-22T20:21:09.061Z Downloaded ecdsa v0.16.9
6532026-07-22T20:21:09.061Z Downloaded foldhash v0.2.0
6542026-07-22T20:21:09.061Z Downloaded console v0.16.2
6552026-07-22T20:21:09.061Z Downloaded bzip2 v0.6.1
6562026-07-22T20:21:09.061Z Downloaded ahash v0.8.12
6572026-07-22T20:21:09.061Z Downloaded futures-core v0.3.32
6582026-07-22T20:21:09.061Z Downloaded http-body v1.0.1
6592026-07-22T20:21:09.061Z Downloaded http-range v0.1.5
6602026-07-22T20:21:09.062Z Downloaded hostname v0.4.2
6612026-07-22T20:21:09.062Z Downloaded hostname v0.3.1
6622026-07-22T20:21:09.062Z Downloaded home v0.5.12
6632026-07-22T20:21:09.062Z Downloaded hubpack v0.1.2
6642026-07-22T20:21:09.062Z Downloaded foldhash v0.1.5
6652026-07-22T20:21:09.062Z Downloaded fs_extra v1.3.0
6662026-07-22T20:21:09.062Z Downloaded diff v0.1.13
6672026-07-22T20:21:09.062Z Downloaded darling_core v0.13.4
6682026-07-22T20:21:09.062Z Downloaded crossbeam-channel v0.5.15
6692026-07-22T20:21:09.062Z Downloaded group v0.13.0
6702026-07-22T20:21:09.062Z Downloaded hyper-tls v0.6.0
6712026-07-22T20:21:09.062Z Downloaded hubpack_derive v0.1.1
6722026-07-22T20:21:09.062Z Downloaded git-stub-vcs v0.1.0
6732026-07-22T20:21:09.062Z Downloaded futures-executor v0.3.32
6742026-07-22T20:21:09.062Z Downloaded group v0.14.0
6752026-07-22T20:21:09.062Z Downloaded crc-any v2.5.0
6762026-07-22T20:21:09.066Z Downloaded const-oid v0.10.2
6772026-07-22T20:21:09.066Z Downloaded derive_builder_core v0.20.2
6782026-07-22T20:21:09.066Z Downloaded ecdsa v0.17.0-rc.18
6792026-07-22T20:21:09.066Z Downloaded globset v0.4.18
6802026-07-22T20:21:09.066Z Downloaded arc-swap v1.8.2
6812026-07-22T20:21:09.066Z Downloaded derive_builder v0.20.2
6822026-07-22T20:21:09.066Z Downloaded glob v0.3.3
6832026-07-22T20:21:09.067Z Downloaded ident_case v1.0.1
6842026-07-22T20:21:09.067Z Downloaded chacha20 v0.10.0
6852026-07-22T20:21:09.072Z Downloaded des v0.9.0
6862026-07-22T20:21:09.072Z Downloaded const-oid v0.9.6
6872026-07-22T20:21:09.072Z Downloaded cancel-safe-futures v0.1.5
6882026-07-22T20:21:09.074Z Downloaded indoc v1.0.9
6892026-07-22T20:21:09.074Z Downloaded illumos-nvpair v0.3.0
6902026-07-22T20:21:09.074Z Downloaded illumos-nvpair-sys v0.2.0
6912026-07-22T20:21:09.078Z Downloaded idna_adapter v1.2.1
6922026-07-22T20:21:09.078Z Downloaded blowfish v0.10.0
6932026-07-22T20:21:09.078Z Downloaded blake2 v0.11.0-rc.6
6942026-07-22T20:21:09.080Z Downloaded indent_write v2.2.0
6952026-07-22T20:21:09.080Z Downloaded instant v0.1.13
6962026-07-22T20:21:09.081Z Downloaded colored v3.1.1
6972026-07-22T20:21:09.083Z Downloaded colored v2.2.0
6982026-07-22T20:21:09.083Z Downloaded is_ci v1.2.0
6992026-07-22T20:21:09.086Z Downloaded inout v0.2.2
7002026-07-22T20:21:09.086Z Downloaded is-terminal v0.4.17
7012026-07-22T20:21:09.086Z Downloaded inout v0.1.4
7022026-07-22T20:21:09.088Z Downloaded bzip2 v0.4.4
7032026-07-22T20:21:09.090Z Downloaded base64ct v1.8.3
7042026-07-22T20:21:09.093Z Downloaded convert_case v0.10.0
7052026-07-22T20:21:09.093Z Downloaded bs58 v0.5.1
7062026-07-22T20:21:09.093Z Downloaded httpdate v1.0.3
7072026-07-22T20:21:09.104Z Downloaded dropshot_endpoint v0.17.1
7082026-07-22T20:21:09.104Z Downloaded highway v1.3.0
7092026-07-22T20:21:09.108Z Downloaded instability v0.3.11
7102026-07-22T20:21:09.108Z Downloaded fs-err v2.11.0
7112026-07-22T20:21:09.108Z Downloaded internet-checksum v0.2.1
7122026-07-22T20:21:09.108Z Downloaded lalrpop-util v0.19.12
7132026-07-22T20:21:09.108Z Downloaded kem v0.3.0
7142026-07-22T20:21:09.108Z Downloaded humantime v2.3.0
7152026-07-22T20:21:09.108Z Downloaded getrandom v0.2.17
7162026-07-22T20:21:09.108Z Downloaded console v0.15.11
7172026-07-22T20:21:09.108Z Downloaded keccak v0.1.6
7182026-07-22T20:21:09.108Z Downloaded lazy_static v1.5.0
7192026-07-22T20:21:09.111Z Downloaded http-body-util v0.1.3
7202026-07-22T20:21:09.111Z Downloaded futures-channel v0.3.32
7212026-07-22T20:21:09.111Z Downloaded elliptic-curve v0.14.0-rc.33
7222026-07-22T20:21:09.114Z Downloaded darling_core v0.21.3
7232026-07-22T20:21:09.117Z Downloaded lru-cache v0.1.2
7242026-07-22T20:21:09.117Z Downloaded libscf-sys v1.1.0
7252026-07-22T20:21:09.120Z Downloaded darling_core v0.20.11
7262026-07-22T20:21:09.120Z Downloaded linked-hash-map v0.5.6
7272026-07-22T20:21:09.123Z Downloaded half v1.8.3
7282026-07-22T20:21:09.123Z Downloaded compact_str v0.8.1
7292026-07-22T20:21:09.126Z Downloaded elliptic-curve v0.13.8
7302026-07-22T20:21:09.129Z Downloaded managed v0.8.0
7312026-07-22T20:21:09.129Z Downloaded lzss v0.8.2
7322026-07-22T20:21:09.129Z Downloaded md5 v0.8.0
7332026-07-22T20:21:09.133Z Downloaded md-5 v0.10.6
7342026-07-22T20:21:09.133Z Downloaded lru-slab v0.1.2
7352026-07-22T20:21:09.133Z Downloaded lru v0.12.5
7362026-07-22T20:21:09.136Z Downloaded fatfs v0.3.6
7372026-07-22T20:21:09.137Z Downloaded base64 v0.22.1
7382026-07-22T20:21:09.137Z Downloaded drift v0.2.0
7392026-07-22T20:21:09.142Z Downloaded mime v0.3.17
7402026-07-22T20:21:09.145Z Downloaded maybe-uninit v2.0.0
7412026-07-22T20:21:09.145Z Downloaded match_cfg v0.1.0
7422026-07-22T20:21:09.147Z Downloaded maplit v1.0.2
7432026-07-22T20:21:09.148Z Downloaded ingot-types v0.1.2
7442026-07-22T20:21:09.148Z Downloaded impl-trait-for-tuples v0.2.3
7452026-07-22T20:21:09.152Z Downloaded new_debug_unreachable v1.0.6
7462026-07-22T20:21:09.152Z Downloaded newline-converter v0.3.0
7472026-07-22T20:21:09.152Z Downloaded derive_more v0.99.20
7482026-07-22T20:21:09.155Z Downloaded ipnetwork v0.21.1
7492026-07-22T20:21:09.155Z Downloaded ipnet v2.11.0
7502026-07-22T20:21:09.159Z Downloaded httparse v1.10.1
7512026-07-22T20:21:09.160Z Downloaded memoffset v0.9.1
7522026-07-22T20:21:09.160Z Downloaded indoc v2.0.7
7532026-07-22T20:21:09.162Z Downloaded displaydoc v0.2.5
7542026-07-22T20:21:09.162Z Downloaded newtype_derive v0.1.6
7552026-07-22T20:21:09.162Z Downloaded multimap v0.10.1
7562026-07-22T20:21:09.165Z Downloaded nibble_vec v0.1.0
7572026-07-22T20:21:09.165Z Downloaded normalize-line-endings v0.3.0
7582026-07-22T20:21:09.165Z Downloaded num-derive v0.3.3
7592026-07-22T20:21:09.169Z Downloaded jobserver v0.1.34
7602026-07-22T20:21:09.169Z Downloaded futures v0.3.32
7612026-07-22T20:21:09.172Z Downloaded nonempty v0.12.0
7622026-07-22T20:21:09.172Z Downloaded ingot v0.1.1
7632026-07-22T20:21:09.172Z Downloaded getrandom v0.3.4
7642026-07-22T20:21:09.177Z Downloaded hyper-rustls v0.27.7
7652026-07-22T20:21:09.180Z Downloaded libloading v0.8.9
7662026-07-22T20:21:09.180Z Downloaded libefi-sys v0.1.0
7672026-07-22T20:21:09.180Z Downloaded hmac v0.13.0
7682026-07-22T20:21:09.184Z Downloaded num v0.4.3
7692026-07-22T20:21:09.184Z Downloaded linear-map v1.2.0
7702026-07-22T20:21:09.184Z Downloaded num-iter v0.1.45
7712026-07-22T20:21:09.188Z Downloaded num-derive v0.4.2
7722026-07-22T20:21:09.188Z Downloaded generic-array v1.4.3
7732026-07-22T20:21:09.188Z Downloaded kstat-rs v0.2.4
7742026-07-22T20:21:09.188Z Downloaded lock_api v0.4.14
7752026-07-22T20:21:09.192Z Downloaded keccak v0.2.0
7762026-07-22T20:21:09.192Z Downloaded libsw-core v0.3.2
7772026-07-22T20:21:09.192Z Downloaded hybrid-array v0.4.13
7782026-07-22T20:21:09.195Z Downloaded num_threads v0.1.7
7792026-07-22T20:21:09.195Z Downloaded libsw v3.5.0
7802026-07-22T20:21:09.195Z Downloaded num_enum_derive v0.5.11
7812026-07-22T20:21:09.198Z Downloaded opaque-debug v0.3.1
7822026-07-22T20:21:09.198Z Downloaded iana-time-zone v0.1.65
7832026-07-22T20:21:09.198Z Downloaded half v2.7.1
7842026-07-22T20:21:09.201Z Downloaded ar_archive_writer v0.5.1
7852026-07-22T20:21:09.204Z Downloaded env_logger v0.11.9
7862026-07-22T20:21:09.204Z Downloaded flume v0.11.1
7872026-07-22T20:21:09.207Z Downloaded darling_core v0.23.0
7882026-07-22T20:21:09.210Z Downloaded multer v3.1.0
7892026-07-22T20:21:09.215Z Downloaded ingot-macros v0.1.1
7902026-07-22T20:21:09.215Z Downloaded hyper-staticfile v0.10.1
7912026-07-22T20:21:09.218Z Downloaded hmac v0.12.1
7922026-07-22T20:21:09.218Z Downloaded const_format v0.2.35
7932026-07-22T20:21:09.218Z Downloaded openssl-probe v0.1.6
7942026-07-22T20:21:09.218Z Downloaded openssl-macros v0.1.1
7952026-07-22T20:21:09.220Z Downloaded openssl-probe v0.2.1
7962026-07-22T20:21:09.220Z Downloaded newtype-uuid v1.3.2
7972026-07-22T20:21:09.220Z Downloaded module-lattice v0.2.3
7982026-07-22T20:21:09.223Z Downloaded newtype-uuid-macros v0.1.0
7992026-07-22T20:21:09.223Z Downloaded base64 v0.21.7
8002026-07-22T20:21:09.227Z Downloaded crypto-bigint v0.5.5
8012026-07-22T20:21:09.230Z Downloaded packed_struct_codegen v0.10.1
8022026-07-22T20:21:09.230Z Downloaded parse-display v0.10.0
8032026-07-22T20:21:09.230Z Downloaded display-error-chain v0.2.2
8042026-07-22T20:21:09.233Z Downloaded defmt-macros v1.0.1
8052026-07-22T20:21:09.233Z Downloaded nodrop v0.1.14
8062026-07-22T20:21:09.236Z Downloaded native-tls v0.2.18
8072026-07-22T20:21:09.236Z Downloaded nanorand v0.7.0
8082026-07-22T20:21:09.239Z Downloaded oso-derive v0.27.3
8092026-07-22T20:21:09.239Z Downloaded num-complex v0.4.6
8102026-07-22T20:21:09.239Z Downloaded chacha20poly1305 v0.10.1
8112026-07-22T20:21:09.239Z Downloaded bytes v1.11.1
8122026-07-22T20:21:09.243Z Downloaded mime_guess v2.0.5
8132026-07-22T20:21:09.247Z Downloaded parse-size v1.1.0
8142026-07-22T20:21:09.247Z Downloaded nu-ansi-term v0.50.3
8152026-07-22T20:21:09.247Z Downloaded cmov v0.5.4
8162026-07-22T20:21:09.249Z Downloaded chacha20 v0.9.1
8172026-07-22T20:21:09.249Z Downloaded byte-wrapper v0.1.0
8182026-07-22T20:21:09.249Z Downloaded num-conv v0.2.0
8192026-07-22T20:21:09.252Z Downloaded password-hash v0.6.1
8202026-07-22T20:21:09.252Z Downloaded path-slash v0.1.5
8212026-07-22T20:21:09.252Z Downloaded num_enum v0.5.11
8222026-07-22T20:21:09.255Z Downloaded num-rational v0.4.2
8232026-07-22T20:21:09.259Z Downloaded num_enum v0.7.6
8242026-07-22T20:21:09.275Z Downloaded percent-encoding v2.3.2
8252026-07-22T20:21:09.280Z Downloaded peg-runtime v0.8.5
8262026-07-22T20:21:09.280Z Downloaded oxide-update-engine v0.1.2
8272026-07-22T20:21:09.280Z Downloaded num-integer v0.1.46
8282026-07-22T20:21:09.280Z Downloaded phf_shared v0.11.3
8292026-07-22T20:21:09.280Z Downloaded litemap v0.8.1
8302026-07-22T20:21:09.289Z Downloaded headers v0.4.1
8312026-07-22T20:21:09.289Z Downloaded olpc-cjson v0.1.4
8322026-07-22T20:21:09.289Z Downloaded async-compression v0.4.41
8332026-07-22T20:21:09.306Z Downloaded owo-colors v4.3.0
8342026-07-22T20:21:09.306Z Downloaded phf_shared v0.13.1
8352026-07-22T20:21:09.306Z Downloaded oxnet v0.1.6
8362026-07-22T20:21:09.306Z Downloaded ignore v0.4.25
8372026-07-22T20:21:09.306Z Downloaded icu_provider v2.1.1
8382026-07-22T20:21:09.320Z Downloaded bumpalo v3.20.2
8392026-07-22T20:21:09.320Z Downloaded potential_utf v0.1.4
8402026-07-22T20:21:09.320Z Downloaded memmap2 v0.9.10
8412026-07-22T20:21:09.320Z Downloaded derive_more v2.1.1
8422026-07-22T20:21:09.320Z Downloaded predicates-tree v1.0.13
8432026-07-22T20:21:09.320Z Downloaded powerfmt v0.2.0
8442026-07-22T20:21:09.320Z Downloaded oxide-tokio-rt v0.1.4
8452026-07-22T20:21:09.320Z Downloaded der v0.7.10
8462026-07-22T20:21:09.320Z Downloaded indexmap v1.9.3
8472026-07-22T20:21:09.323Z Downloaded icu_properties v2.1.2
8482026-07-22T20:21:09.323Z Downloaded predicates-core v1.0.10
8492026-07-22T20:21:09.323Z Downloaded precomputed-hash v0.1.1
8502026-07-22T20:21:09.323Z Downloaded password-hash v0.5.0
8512026-07-22T20:21:09.324Z Downloaded parse-display-derive v0.10.0
8522026-07-22T20:21:09.324Z Downloaded icu_normalizer_data v2.1.1
8532026-07-22T20:21:09.324Z Downloaded parking_lot_core v0.8.6
8542026-07-22T20:21:09.324Z Downloaded peg v0.8.5
8552026-07-22T20:21:09.324Z Downloaded litrs v1.0.0
8562026-07-22T20:21:09.330Z Downloaded diesel_derives v2.3.7
8572026-07-22T20:21:09.333Z Downloaded proc-macro-error-attr2 v2.0.0
8582026-07-22T20:21:09.333Z Downloaded proc-macro-crate v1.3.1
8592026-07-22T20:21:09.333Z Downloaded pem-rfc7468 v0.7.0
8602026-07-22T20:21:09.333Z Downloaded peg-macros v0.8.5
8612026-07-22T20:21:09.333Z Downloaded pbkdf2 v0.13.0
8622026-07-22T20:21:09.337Z Downloaded pem v3.0.6
8632026-07-22T20:21:09.337Z Downloaded paste v1.0.15
8642026-07-22T20:21:09.342Z Downloaded pem-rfc7468 v1.0.0
8652026-07-22T20:21:09.343Z Downloaded libbz2-rs-sys v0.2.2
8662026-07-22T20:21:09.343Z Downloaded indicatif v0.18.4
8672026-07-22T20:21:09.346Z Downloaded progenitor-macro v0.13.0
8682026-07-22T20:21:09.346Z Downloaded progenitor-macro v0.14.0
8692026-07-22T20:21:09.346Z Downloaded progenitor-client v0.14.0
8702026-07-22T20:21:09.346Z Downloaded pin-project-internal v1.1.11
8712026-07-22T20:21:09.346Z Downloaded phf v0.12.1
8722026-07-22T20:21:09.346Z Downloaded phf v0.13.1
8732026-07-22T20:21:09.349Z Downloaded hickory-resolver v0.25.2
8742026-07-22T20:21:09.349Z Downloaded quick-error v1.2.3
8752026-07-22T20:21:09.354Z Downloaded psl-types v2.0.11
8762026-07-22T20:21:09.354Z Downloaded ed25519-dalek v2.2.0
8772026-07-22T20:21:09.355Z Downloaded packed_struct v0.10.1
8782026-07-22T20:21:09.358Z Downloaded oxide-update-engine-display v0.1.2
8792026-07-22T20:21:09.358Z Downloaded pkcs8 v0.10.2
8802026-07-22T20:21:09.358Z Downloaded postgres-protocol v0.6.10
8812026-07-22T20:21:09.370Z Downloaded phf_shared v0.12.1
8822026-07-22T20:21:09.371Z Downloaded pkg-config v0.3.32
8832026-07-22T20:21:09.371Z Downloaded phc v0.6.1
8842026-07-22T20:21:09.375Z Downloaded derive_more-impl v2.1.1
8852026-07-22T20:21:09.375Z Downloaded polyval v0.7.1
8862026-07-22T20:21:09.375Z Downloaded radium v0.7.0
8872026-07-22T20:21:09.375Z Downloaded icu_normalizer v2.1.1
8882026-07-22T20:21:09.375Z Downloaded predicates v3.1.4
8892026-07-22T20:21:09.375Z Downloaded poly1305 v0.8.0
8902026-07-22T20:21:09.375Z Downloaded parking_lot_core v0.9.12
8912026-07-22T20:21:09.378Z Downloaded heapless v0.8.0
8922026-07-22T20:21:09.379Z Downloaded heapless v0.7.17
8932026-07-22T20:21:09.382Z Downloaded hickory-resolver v0.24.4
8942026-07-22T20:21:09.382Z Downloaded rand_chacha v0.3.1
8952026-07-22T20:21:09.385Z Downloaded primeorder v0.13.6
8962026-07-22T20:21:09.385Z Downloaded expectorate v1.2.0
8972026-07-22T20:21:09.388Z Downloaded primefield v0.14.0
8982026-07-22T20:21:09.388Z Downloaded ed25519-dalek v3.0.0-rc.0
8992026-07-22T20:21:09.388Z Downloaded crossterm v0.28.1
9002026-07-22T20:21:09.392Z Downloaded progenitor-client v0.13.0
9012026-07-22T20:21:09.396Z Downloaded proc-macro-crate v3.4.0
9022026-07-22T20:21:09.396Z Downloaded num_enum_derive v0.7.6
9032026-07-22T20:21:09.396Z Downloaded num-traits v0.2.19
9042026-07-22T20:21:09.399Z Downloaded ml-kem v0.3.2
9052026-07-22T20:21:09.399Z Downloaded primeorder v0.14.0-rc.10
9062026-07-22T20:21:09.399Z Downloaded progenitor-extras v0.2.0
9072026-07-22T20:21:09.402Z Downloaded pin-project-lite v0.2.17
9082026-07-22T20:21:09.406Z Downloaded ref-cast-impl v1.0.25
9092026-07-22T20:21:09.406Z Downloaded ref-cast v1.0.25
9102026-07-22T20:21:09.409Z Downloaded rand_xorshift v0.4.0
9112026-07-22T20:21:09.409Z Downloaded psm v0.1.30
9122026-07-22T20:21:09.409Z Downloaded icu_locale_core v2.1.1
9132026-07-22T20:21:09.412Z Downloaded rfc6979 v0.4.0
9142026-07-22T20:21:09.415Z Downloaded recursive-proc-macro-impl v0.1.1
9152026-07-22T20:21:09.415Z Downloaded progenitor v0.14.0
9162026-07-22T20:21:09.415Z Downloaded progenitor v0.13.0
9172026-07-22T20:21:09.421Z Downloaded oxide-update-engine-types v0.1.2
9182026-07-22T20:21:09.421Z Downloaded port-file v0.1.0
9192026-07-22T20:21:09.421Z Downloaded poly1305 v0.9.0
9202026-07-22T20:21:09.426Z Downloaded icu_collections v2.1.1
9212026-07-22T20:21:09.426Z Downloaded rustc-hash v2.1.1
9222026-07-22T20:21:09.429Z Downloaded russh-cryptovec v0.61.0
9232026-07-22T20:21:09.429Z Downloaded rfc6979 v0.5.0
9242026-07-22T20:21:09.429Z Downloaded r2d2 v0.8.10
9252026-07-22T20:21:09.429Z Downloaded papergrid v0.17.0
9262026-07-22T20:21:09.432Z Downloaded postgres-types v0.2.12
9272026-07-22T20:21:09.432Z Downloaded pkcs1 v0.8.0-rc.4
9282026-07-22T20:21:09.441Z Downloaded ppv-lite86 v0.2.21
9292026-07-22T20:21:09.441Z Downloaded der v0.8.0
9302026-07-22T20:21:09.441Z Downloaded russh-util v0.52.0
9312026-07-22T20:21:09.441Z Downloaded rustc_version v0.4.1
9322026-07-22T20:21:09.441Z Downloaded rustc_version v0.1.7
9332026-07-22T20:21:09.442Z Downloaded rtoolbox v0.0.3
9342026-07-22T20:21:09.444Z Downloaded pkcs8 v0.11.0
9352026-07-22T20:21:09.444Z Downloaded rand_core v0.10.0
9362026-07-22T20:21:09.447Z Downloaded same-file v1.0.6
9372026-07-22T20:21:09.448Z Downloaded recursive v0.1.1
9382026-07-22T20:21:09.448Z Downloaded dropshot-api-manager v0.7.2
9392026-07-22T20:21:09.451Z Downloaded crossterm v0.29.0
9402026-07-22T20:21:09.454Z Downloaded sapling-renderdag v0.1.0
9412026-07-22T20:21:09.457Z Downloaded rand_chacha v0.9.0
9422026-07-22T20:21:09.457Z Downloaded postcard v1.1.3
9432026-07-22T20:21:09.457Z Downloaded minimal-lexical v0.2.1
9442026-07-22T20:21:09.461Z Downloaded rand_seeder v0.4.0
9452026-07-22T20:21:09.464Z Downloaded scheduled-thread-pool v0.2.7
9462026-07-22T20:21:09.464Z Downloaded rand_core v0.9.5
9472026-07-22T20:21:09.464Z Downloaded resolv-conf v0.7.6
9482026-07-22T20:21:09.467Z Downloaded oso v0.27.3
9492026-07-22T20:21:09.467Z Downloaded omicron-zone-package v0.12.3
9502026-07-22T20:21:09.470Z Downloaded scopeguard v1.2.0
9512026-07-22T20:21:09.470Z Downloaded rand_core v0.6.4
9522026-07-22T20:21:09.470Z Downloaded pkcs1 v0.7.5
9532026-07-22T20:21:09.473Z Downloaded proc-macro-error2 v2.0.1
9542026-07-22T20:21:09.473Z Downloaded miniz_oxide v0.8.9
9552026-07-22T20:21:09.477Z Downloaded parking_lot v0.11.2
9562026-07-22T20:21:09.477Z Downloaded rpassword v7.5.4
9572026-07-22T20:21:09.479Z Downloaded flate2 v1.1.9
9582026-07-22T20:21:09.483Z Downloaded p256 v0.14.0-rc.10
9592026-07-22T20:21:09.485Z Downloaded jiff-static v0.2.21
9602026-07-22T20:21:09.486Z Downloaded serde-big-array v0.5.1
9612026-07-22T20:21:09.490Z Downloaded cc v1.2.56
9622026-07-22T20:21:09.490Z Downloaded serde_bytes v0.11.19
9632026-07-22T20:21:09.490Z Downloaded block-padding v0.4.2
9642026-07-22T20:21:09.493Z Downloaded serde_plain v1.0.2
9652026-07-22T20:21:09.493Z Downloaded serde_repr v0.1.20
9662026-07-22T20:21:09.493Z Downloaded parking_lot v0.12.5
9672026-07-22T20:21:09.496Z Downloaded semver v0.1.20
9682026-07-22T20:21:09.496Z Downloaded seq-macro v0.3.6
9692026-07-22T20:21:09.496Z Downloaded secrecy v0.10.3
9702026-07-22T20:21:09.499Z Downloaded hashbrown v0.12.3
9712026-07-22T20:21:09.502Z Downloaded pkcs5 v0.8.1
9722026-07-22T20:21:09.505Z Downloaded serde_spanned v1.1.1
9732026-07-22T20:21:09.507Z Downloaded quinn-udp v0.5.14
9742026-07-22T20:21:09.508Z Downloaded rustls-native-certs v0.8.3
9752026-07-22T20:21:09.510Z Downloaded sha1 v0.11.0
9762026-07-22T20:21:09.510Z Downloaded sha1 v0.10.6
9772026-07-22T20:21:09.510Z Downloaded rustls-pemfile v2.2.0
9782026-07-22T20:21:09.514Z Downloaded rusty-fork v0.3.1
9792026-07-22T20:21:09.514Z Downloaded openssl-sys v0.9.115
9802026-07-22T20:21:09.517Z Downloaded rustversion v1.0.22
9812026-07-22T20:21:09.519Z Downloaded serde_urlencoded v0.7.1
9822026-07-22T20:21:09.526Z Downloaded signature v2.2.0
9832026-07-22T20:21:09.532Z Downloaded prefix-trie v0.7.0
9842026-07-22T20:21:09.532Z Downloaded signal-hook-tokio v0.3.1
9852026-07-22T20:21:09.535Z Downloaded signature v3.0.0
9862026-07-22T20:21:09.535Z Downloaded p384 v0.14.0-rc.10
9872026-07-22T20:21:09.542Z Downloaded hickory-server v0.25.2
9882026-07-22T20:21:09.547Z Downloaded sec1 v0.7.3
9892026-07-22T20:21:09.552Z Downloaded scrypt v0.12.0
9902026-07-22T20:21:09.552Z Downloaded siphasher v1.0.2
9912026-07-22T20:21:09.552Z Downloaded sigpipe v0.1.3
9922026-07-22T20:21:09.552Z Downloaded slog-bunyan v2.5.0
9932026-07-22T20:21:09.552Z Downloaded scroll_derive v0.13.1
9942026-07-22T20:21:09.552Z Downloaded slog-envlogger v2.2.0
9952026-07-22T20:21:09.556Z Downloaded internal-russh-num-bigint v0.5.0
9962026-07-22T20:21:09.556Z Downloaded itertools v0.10.5
9972026-07-22T20:21:09.560Z Downloaded scroll v0.13.0
9982026-07-22T20:21:09.560Z Downloaded schemars_derive v0.8.22
9992026-07-22T20:21:09.562Z Downloaded serde-hex v0.1.0
10002026-07-22T20:21:09.565Z Downloaded secrecy v0.8.0
10012026-07-22T20:21:09.565Z Downloaded sec1 v0.8.1
10022026-07-22T20:21:09.568Z Downloaded serde_derive_internals v0.29.1
10032026-07-22T20:21:09.573Z Downloaded pretty_assertions v1.4.1
10042026-07-22T20:21:09.576Z Downloaded serde_path_to_error v0.1.20
10052026-07-22T20:21:09.579Z Downloaded pin-project v1.1.11
10062026-07-22T20:21:09.584Z Downloaded hyper-util v0.1.20
10072026-07-22T20:21:09.589Z Downloaded shell-words v1.1.1
10082026-07-22T20:21:09.592Z Downloaded hashbrown v0.13.2
10092026-07-22T20:21:09.592Z Downloaded sqlparser_derive v0.5.0
10102026-07-22T20:21:09.592Z Downloaded serdect v0.4.3
10112026-07-22T20:21:09.595Z Downloaded signal-hook-registry v1.4.8
10122026-07-22T20:21:09.595Z Downloaded serde_with_macros v1.5.2
10132026-07-22T20:21:09.595Z Downloaded signal-hook-mio v0.2.5
10142026-07-22T20:21:09.599Z Downloaded salsa20 v0.11.0
10152026-07-22T20:21:09.599Z Downloaded rustls-pki-types v1.14.0
10162026-07-22T20:21:09.602Z Downloaded stable_deref_trait v1.2.1
10172026-07-22T20:21:09.605Z Downloaded strsim v0.10.0
10182026-07-22T20:21:09.608Z Downloaded strip-ansi-escapes v0.2.1
10192026-07-22T20:21:09.608Z Downloaded slab v0.4.12
10202026-07-22T20:21:09.608Z Downloaded shlex v1.3.0
10212026-07-22T20:21:09.612Z Downloaded hashbrown v0.16.1
10222026-07-22T20:21:09.615Z Downloaded mio v1.2.0
10232026-07-22T20:21:09.617Z Downloaded prettyplease v0.2.37
10242026-07-22T20:21:09.617Z Downloaded http v1.4.2
10252026-07-22T20:21:09.622Z Downloaded structmeta-derive v0.3.0
10262026-07-22T20:21:09.625Z Downloaded simd-adler32 v0.3.8
10272026-07-22T20:21:09.625Z Downloaded strum v0.27.2
10282026-07-22T20:21:09.625Z Downloaded strum v0.26.3
10292026-07-22T20:21:09.630Z Downloaded slog-dtrace v0.3.0
10302026-07-22T20:21:09.630Z Downloaded slog-json v2.6.1
10312026-07-22T20:21:09.630Z Downloaded progenitor-impl v0.13.0
10322026-07-22T20:21:09.633Z Downloaded slog-async v2.8.0
10332026-07-22T20:21:09.633Z Downloaded ron v0.8.1
10342026-07-22T20:21:09.638Z Downloaded slog-scope v4.4.1
10352026-07-22T20:21:09.638Z Downloaded progenitor-impl v0.14.0
10362026-07-22T20:21:09.642Z Downloaded smallvec v0.6.14
10372026-07-22T20:21:09.642Z Downloaded sync_wrapper v1.0.2
10382026-07-22T20:21:09.642Z Downloaded sync-ptr v0.1.4
10392026-07-22T20:21:09.642Z Downloaded supports-color v3.0.2
10402026-07-22T20:21:09.642Z Downloaded slog-term v2.9.2
10412026-07-22T20:21:09.642Z Downloaded tagptr v0.2.0
10422026-07-22T20:21:09.647Z Downloaded spki v0.7.3
10432026-07-22T20:21:09.647Z Downloaded num-bigint v0.4.6
10442026-07-22T20:21:09.655Z Downloaded tabled_derive v0.11.0
10452026-07-22T20:21:09.655Z Downloaded snafu-derive v0.8.9
10462026-07-22T20:21:09.655Z Downloaded hashbrown v0.15.5
10472026-07-22T20:21:09.655Z Downloaded ssh-cipher v0.3.0-rc.9
10482026-07-22T20:21:09.658Z Downloaded take_mut v0.2.2
10492026-07-22T20:21:09.658Z Downloaded sqlformat v0.3.5
10502026-07-22T20:21:09.658Z Downloaded smf v0.2.3
10512026-07-22T20:21:09.658Z Downloaded tap v1.0.1
10522026-07-22T20:21:09.658Z Downloaded testing_table v0.3.0
10532026-07-22T20:21:09.658Z Downloaded spki v0.8.0
10542026-07-22T20:21:09.662Z Downloaded thiserror-impl-no-std v2.0.2
10552026-07-22T20:21:09.662Z Downloaded slog-stdlog v4.1.1
10562026-07-22T20:21:09.662Z Downloaded serde_cbor v0.11.2
10572026-07-22T20:21:09.666Z Downloaded rustls-platform-verifier v0.6.2
10582026-07-22T20:21:09.669Z Downloaded aes-gcm v0.11.0
10592026-07-22T20:21:09.669Z Downloaded serde_with_macros v3.21.0
10602026-07-22T20:21:09.672Z Downloaded string_cache v0.8.9
10612026-07-22T20:21:09.675Z Downloaded nom v7.1.3
10622026-07-22T20:21:09.679Z Downloaded schemars v0.8.22
10632026-07-22T20:21:09.683Z Downloaded time-core v0.1.8
10642026-07-22T20:21:09.688Z Downloaded strum_macros v0.26.4
10652026-07-22T20:21:09.688Z Downloaded bitvec v1.0.1
10662026-07-22T20:21:09.694Z Downloaded tinyvec_macros v0.1.1
10672026-07-22T20:21:09.697Z Downloaded crypto-primes v0.7.2
10682026-07-22T20:21:09.705Z Downloaded tokio-macros v2.7.0
10692026-07-22T20:21:09.705Z Downloaded support-bundle-viewer v0.1.2
10702026-07-22T20:21:09.705Z Downloaded strum_macros v0.27.2
10712026-07-22T20:21:09.708Z Downloaded strum_macros v0.24.3
10722026-07-22T20:21:09.708Z Downloaded rand v0.8.6
10732026-07-22T20:21:09.708Z Downloaded itertools v0.12.1
10742026-07-22T20:21:09.711Z Downloaded subtle v2.6.1
10752026-07-22T20:21:09.712Z Downloaded qorb v0.4.1
10762026-07-22T20:21:09.715Z Downloaded tokio-test v0.4.5
10772026-07-22T20:21:09.715Z Downloaded smallvec v1.15.1
10782026-07-22T20:21:09.718Z Downloaded tabwriter v1.4.1
10792026-07-22T20:21:09.718Z Downloaded synstructure v0.13.2
10802026-07-22T20:21:09.718Z Downloaded aho-corasick v1.1.4
10812026-07-22T20:21:09.722Z Downloaded spin v0.9.8
10822026-07-22T20:21:09.725Z Downloaded termtree v0.5.1
10832026-07-22T20:21:09.725Z Downloaded quinn v0.11.9
10842026-07-22T20:21:09.725Z Downloaded idna v1.1.0
10852026-07-22T20:21:09.728Z Downloaded topological-sort v0.2.2
10862026-07-22T20:21:09.731Z Downloaded h2 v0.4.15
10872026-07-22T20:21:09.733Z Downloaded termios v0.3.3
10882026-07-22T20:21:09.736Z Downloaded publicsuffix v2.3.0
10892026-07-22T20:21:09.736Z Downloaded signal-hook v0.3.18
10902026-07-22T20:21:09.740Z Downloaded thread-id v5.1.0
10912026-07-22T20:21:09.740Z Downloaded ryu v1.0.23
10922026-07-22T20:21:09.743Z Downloaded thiserror-no-std v2.0.2
10932026-07-22T20:21:09.743Z Downloaded try-lock v0.2.5
10942026-07-22T20:21:09.748Z Downloaded trait-variant v0.1.2
10952026-07-22T20:21:09.748Z Downloaded tower-layer v0.3.3
10962026-07-22T20:21:09.748Z Downloaded tiny-keccak v2.0.2
10972026-07-22T20:21:09.748Z Downloaded stringprep v0.1.5
10982026-07-22T20:21:09.751Z Downloaded p521 v0.14.0-rc.10
10992026-07-22T20:21:09.751Z Downloaded tower-service v0.3.3
11002026-07-22T20:21:09.751Z Downloaded thread_local v1.1.9
11012026-07-22T20:21:09.754Z Downloaded unarray v0.1.4
11022026-07-22T20:21:09.754Z Downloaded structmeta v0.3.0
11032026-07-22T20:21:09.754Z Downloaded rcgen v0.12.1
11042026-07-22T20:21:09.757Z Downloaded time-macros v0.2.27
11052026-07-22T20:21:09.757Z Downloaded similar v2.7.0
11062026-07-22T20:21:09.760Z Downloaded rayon-core v1.13.0
11072026-07-22T20:21:09.763Z Downloaded static_assertions v1.1.0
11082026-07-22T20:21:09.767Z Downloaded stacker v0.1.23
11092026-07-22T20:21:09.767Z Downloaded unicode-xid v0.2.6
11102026-07-22T20:21:09.767Z Downloaded itertools v0.13.0
11112026-07-22T20:21:09.770Z Downloaded tokio-native-tls v0.3.1
11122026-07-22T20:21:09.772Z Downloaded unicode-truncate v1.1.0
11132026-07-22T20:21:09.772Z Downloaded tls_codec_derive v0.4.2
11142026-07-22T20:21:09.775Z Downloaded futures-util v0.3.32
11152026-07-22T20:21:09.780Z Downloaded untrusted v0.7.1
11162026-07-22T20:21:09.783Z Downloaded universal-hash v0.6.1
11172026-07-22T20:21:09.783Z Downloaded unit-prefix v0.5.2
11182026-07-22T20:21:09.783Z Downloaded hyper v1.10.1
11192026-07-22T20:21:09.787Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11202026-07-22T20:21:09.790Z Downloaded tokio-tungstenite v0.23.1
11212026-07-22T20:21:09.790Z Downloaded tokio-tungstenite v0.21.0
11222026-07-22T20:21:09.793Z Downloaded socket2 v0.5.10
11232026-07-22T20:21:09.793Z Downloaded term v1.2.1
11242026-07-22T20:21:09.796Z Downloaded usdt v0.6.0
11252026-07-22T20:21:09.796Z Downloaded usdt-macro v0.6.0
11262026-07-22T20:21:09.796Z Downloaded untrusted v0.9.0
11272026-07-22T20:21:09.799Z Downloaded term v0.7.0
11282026-07-22T20:21:09.799Z Downloaded utf-8 v0.7.6
11292026-07-22T20:21:09.802Z Downloaded toml_writer v1.1.1+spec-1.1.0
11302026-07-22T20:21:09.802Z Downloaded rand v0.9.2
11312026-07-22T20:21:09.805Z Downloaded void v1.0.2
11322026-07-22T20:21:09.805Z Downloaded utf8_iter v1.0.4
11332026-07-22T20:21:09.805Z Downloaded slog v2.8.2
11342026-07-22T20:21:09.808Z Downloaded nom v8.0.0
11352026-07-22T20:21:09.811Z Downloaded blake3 v1.8.5
11362026-07-22T20:21:09.849Z Downloaded want v0.3.1
11372026-07-22T20:21:09.854Z Downloaded waitgroup v0.1.2
11382026-07-22T20:21:09.854Z Downloaded wait-timeout v0.2.1
11392026-07-22T20:21:09.854Z Downloaded tui-tree-widget v0.23.1
11402026-07-22T20:21:09.854Z Downloaded rustls-webpki v0.103.13
11412026-07-22T20:21:09.854Z Downloaded tokio-dtrace v0.1.1
11422026-07-22T20:21:09.854Z Downloaded ssh-encoding v0.3.0-rc.9
11432026-07-22T20:21:09.854Z Downloaded sha2 v0.11.0
11442026-07-22T20:21:09.854Z Downloaded typify-macro v0.6.2
11452026-07-22T20:21:09.854Z Downloaded tinystr v0.8.2
11462026-07-22T20:21:09.855Z Downloaded schemars v0.9.0
11472026-07-22T20:21:09.855Z Downloaded xshell-macros v0.2.7
11482026-07-22T20:21:09.855Z Downloaded tls_codec v0.4.2
11492026-07-22T20:21:09.855Z Downloaded yoke-derive v0.8.1
11502026-07-22T20:21:09.855Z Downloaded universal-hash v0.5.1
11512026-07-22T20:21:09.855Z Downloaded tokio-rustls v0.26.4
11522026-07-22T20:21:09.855Z Downloaded subprocess v0.2.15
11532026-07-22T20:21:09.855Z Downloaded xattr v1.6.1
11542026-07-22T20:21:09.855Z Downloaded num-bigint-dig v0.8.6
11552026-07-22T20:21:09.855Z Downloaded socket2 v0.6.3
11562026-07-22T20:21:09.855Z Downloaded unicase v2.9.0
11572026-07-22T20:21:09.856Z Downloaded rsa v0.9.10
11582026-07-22T20:21:09.856Z Downloaded snafu v0.8.9
11592026-07-22T20:21:09.859Z Downloaded zerofrom-derive v0.1.6
11602026-07-22T20:21:09.859Z Downloaded zerofrom v0.1.6
11612026-07-22T20:21:09.859Z Downloaded zeroize_derive v1.4.3
11622026-07-22T20:21:09.859Z Downloaded libxml v0.3.3
11632026-07-22T20:21:09.862Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11642026-07-22T20:21:09.865Z Downloaded usdt-impl v0.6.0
11652026-07-22T20:21:09.865Z Downloaded vergen-gitcl v1.0.8
11662026-07-22T20:21:09.865Z Downloaded icu_properties_data v2.1.2
11672026-07-22T20:21:09.870Z Downloaded vergen-lib v9.1.0
11682026-07-22T20:21:09.873Z Downloaded toml_parser v1.1.2+spec-1.1.0
11692026-07-22T20:21:09.873Z Downloaded walkdir v2.5.0
11702026-07-22T20:21:09.877Z Downloaded vergen-lib v0.1.6
11712026-07-22T20:21:09.878Z Downloaded vergen-git2 v9.1.0
11722026-07-22T20:21:09.878Z Downloaded vsss-rs v3.3.4
11732026-07-22T20:21:09.880Z Downloaded zone_cfg_derive v0.3.1
11742026-07-22T20:21:09.880Z Downloaded zone v0.3.1
11752026-07-22T20:21:09.880Z Downloaded iddqd v0.4.2
11762026-07-22T20:21:09.884Z Downloaded schemars v1.2.1
11772026-07-22T20:21:09.891Z Downloaded aws-lc-rs v1.16.3
11782026-07-22T20:21:09.897Z Downloaded whoami v1.6.1
11792026-07-22T20:21:09.900Z Downloaded wyz v0.5.1
11802026-07-22T20:21:09.900Z Downloaded xshell v0.2.7
11812026-07-22T20:21:09.902Z Downloaded unicode-properties v0.1.4
11822026-07-22T20:21:09.902Z Downloaded tinyvec v1.10.0
11832026-07-22T20:21:09.905Z Downloaded twox-hash v2.1.2
11842026-07-22T20:21:09.905Z Downloaded uzers v0.12.2
11852026-07-22T20:21:09.906Z Downloaded tokio-stream v0.1.18
11862026-07-22T20:21:09.908Z Downloaded usdt-attr-macro v0.6.0
11872026-07-22T20:21:09.911Z Downloaded serde_yaml v0.9.34+deprecated
11882026-07-22T20:21:09.911Z Downloaded rand v0.10.1
11892026-07-22T20:21:09.914Z Downloaded itertools v0.14.0
11902026-07-22T20:21:09.917Z Downloaded iri-string v0.7.10
11912026-07-22T20:21:09.921Z Downloaded toml v1.1.2+spec-1.1.0
11922026-07-22T20:21:09.924Z Downloaded yoke v0.8.1
11932026-07-22T20:21:09.926Z Downloaded zerovec-derive v0.11.2
11942026-07-22T20:21:09.926Z Downloaded vergen v9.1.0
11952026-07-22T20:21:09.929Z Downloaded toml v0.7.8
11962026-07-22T20:21:09.929Z Downloaded tar v0.4.46
11972026-07-22T20:21:09.932Z Downloaded libm v0.2.16
11982026-07-22T20:21:09.935Z Downloaded hkdf v0.13.0
11992026-07-22T20:21:09.938Z Downloaded rsa v0.10.0-rc.18
12002026-07-22T20:21:09.941Z Downloaded test-strategy v0.4.5
12012026-07-22T20:21:09.944Z Downloaded zstd-safe v7.2.4
12022026-07-22T20:21:09.944Z Downloaded hkdf v0.12.4
12032026-07-22T20:21:09.949Z Downloaded tungstenite v0.23.0
12042026-07-22T20:21:09.952Z Downloaded tracing-attributes v0.1.31
12052026-07-22T20:21:09.952Z Downloaded samael v0.0.19
12062026-07-22T20:21:09.955Z Downloaded unicode-bidi v0.3.18
12072026-07-22T20:21:09.955Z Downloaded tungstenite v0.21.0
12082026-07-22T20:21:09.958Z Downloaded rustyline v14.0.0
12092026-07-22T20:21:09.961Z Downloaded yasna v0.5.2
12102026-07-22T20:21:09.961Z Downloaded zstd v0.13.3
12112026-07-22T20:21:09.964Z Downloaded whoami v2.1.0
12122026-07-22T20:21:09.964Z Downloaded typify v0.6.2
12132026-07-22T20:21:09.968Z Downloaded chrono v0.4.45
12142026-07-22T20:21:09.971Z Downloaded writeable v0.6.2
12152026-07-22T20:21:09.978Z Downloaded steno v0.4.1
12162026-07-22T20:21:09.982Z Downloaded zeroize v1.8.2
12172026-07-22T20:21:09.986Z Downloaded toml_edit v0.23.10+spec-1.0.0
12182026-07-22T20:21:09.988Z Downloaded serde_with v1.14.0
12192026-07-22T20:21:09.991Z Downloaded vte v0.14.1
12202026-07-22T20:21:09.995Z Downloaded uuid v1.23.4
12212026-07-22T20:21:09.999Z Downloaded tracing-core v0.1.36
12222026-07-22T20:21:10.005Z Downloaded tokio-postgres v0.7.16
12232026-07-22T20:21:10.012Z Downloaded unsafe-libyaml v0.2.11
12242026-07-22T20:21:10.021Z Downloaded zerocopy v0.6.6
12252026-07-22T20:21:10.027Z Downloaded toml_edit v0.19.15
12262026-07-22T20:21:10.036Z Downloaded zopfli v0.8.3
12272026-07-22T20:21:10.041Z Downloaded reedline v0.40.0
12282026-07-22T20:21:10.051Z Downloaded unicode_categories v0.1.1
12292026-07-22T20:21:10.056Z Downloaded url v2.5.8
12302026-07-22T20:21:10.067Z Downloaded git2 v0.20.4
12312026-07-22T20:21:10.073Z Downloaded regex v1.12.3
12322026-07-22T20:21:10.078Z Downloaded zip v0.6.6
12332026-07-22T20:21:10.084Z Downloaded rayon v1.11.0
12342026-07-22T20:21:10.089Z Downloaded bindgen v0.71.1
12352026-07-22T20:21:10.089Z Downloaded zerotrie v0.2.3
12362026-07-22T20:21:10.095Z Downloaded yansi v1.0.1
12372026-07-22T20:21:10.095Z Downloaded reqwest v0.13.2
12382026-07-22T20:21:10.097Z Downloaded p384 v0.13.1
12392026-07-22T20:21:10.097Z Downloaded reqwest v0.12.28
12402026-07-22T20:21:10.110Z Downloaded zerocopy-derive v0.8.40
12412026-07-22T20:21:10.115Z Downloaded proptest v1.10.0
12422026-07-22T20:21:10.120Z Downloaded portable-atomic v1.13.1
12432026-07-22T20:21:10.125Z Downloaded unicode-segmentation v1.12.0
12442026-07-22T20:21:10.130Z Downloaded moka v0.12.13
12452026-07-22T20:21:10.136Z Downloaded salty v0.3.0
12462026-07-22T20:21:10.143Z Downloaded typed-path v0.9.3
12472026-07-22T20:21:10.147Z Downloaded x509-cert v0.2.5
12482026-07-22T20:21:10.147Z Downloaded lalrpop v0.19.12
12492026-07-22T20:21:10.153Z Downloaded rawzip v0.4.4
12502026-07-22T20:21:10.157Z Downloaded unicode-normalization v0.1.25
12512026-07-22T20:21:10.162Z Downloaded object v0.30.4
12522026-07-22T20:21:10.167Z Downloaded ssh-key v0.7.0-rc.10
12532026-07-22T20:21:10.170Z Downloaded tower v0.5.3
12542026-07-22T20:21:10.175Z Downloaded goblin v0.10.5
12552026-07-22T20:21:10.181Z Downloaded tokio-util v0.7.18
12562026-07-22T20:21:10.185Z Downloaded quick-xml v0.37.5
12572026-07-22T20:21:10.189Z Downloaded petname v2.0.2
12582026-07-22T20:21:10.194Z Downloaded crypto-bigint v0.7.5
12592026-07-22T20:21:10.200Z Downloaded zip v4.6.1
12602026-07-22T20:21:10.204Z Downloaded tower-http v0.6.8
12612026-07-22T20:21:10.208Z Downloaded russh v0.61.2
12622026-07-22T20:21:10.215Z Downloaded zerovec v0.11.5
12632026-07-22T20:21:10.224Z Downloaded serde_with v3.21.0
12642026-07-22T20:21:10.230Z Downloaded winnow v0.6.26
12652026-07-22T20:21:10.230Z Downloaded polar-core v0.27.3
12662026-07-22T20:21:10.235Z Downloaded curve25519-dalek v4.1.3
12672026-07-22T20:21:10.238Z Downloaded bstr v1.12.1
12682026-07-22T20:21:10.242Z Downloaded tough v0.22.0
12692026-07-22T20:21:10.245Z Downloaded radix_trie v0.2.1
12702026-07-22T20:21:10.248Z Downloaded curve25519-dalek v5.0.0-rc.0
12712026-07-22T20:21:10.274Z Downloaded nix v0.27.1
12722026-07-22T20:21:10.282Z Downloaded winnow v0.5.40
12732026-07-22T20:21:10.291Z Downloaded tabled v0.20.0
12742026-07-22T20:21:10.296Z Downloaded regex-syntax v0.6.29
12752026-07-22T20:21:10.300Z Downloaded quinn-proto v0.11.13
12762026-07-22T20:21:10.309Z Downloaded winnow v1.0.3
12772026-07-22T20:21:10.314Z Downloaded vcpkg v0.2.15
12782026-07-22T20:21:10.336Z Downloaded zlib-rs v0.6.2
12792026-07-22T20:21:10.341Z Downloaded time v0.3.47
12802026-07-22T20:21:10.345Z Downloaded nix v0.28.0
12812026-07-22T20:21:10.352Z Downloaded openssl v0.10.79
12822026-07-22T20:21:10.357Z Downloaded zerocopy v0.8.40
12832026-07-22T20:21:10.363Z Downloaded smoltcp v0.9.1
12842026-07-22T20:21:10.368Z Downloaded object v0.37.3
12852026-07-22T20:21:10.377Z Downloaded nix v0.31.2
12862026-07-22T20:21:10.381Z Downloaded regex-syntax v0.8.10
12872026-07-22T20:21:10.387Z Downloaded openapiv3 v2.2.0
12882026-07-22T20:21:10.392Z Downloaded hickory-proto v0.24.4
12892026-07-22T20:21:10.401Z Downloaded rustls v0.23.41
12902026-07-22T20:21:10.407Z Downloaded rustix v0.38.44
12912026-07-22T20:21:10.420Z Downloaded regress v0.11.1
12922026-07-22T20:21:10.425Z Downloaded regress v0.10.5
12932026-07-22T20:21:10.430Z Downloaded smoltcp v0.11.0
12942026-07-22T20:21:10.437Z Downloaded hickory-proto v0.25.2
12952026-07-22T20:21:10.446Z Downloaded diesel v2.3.7
12962026-07-22T20:21:10.457Z Downloaded sqlparser v0.61.0
12972026-07-22T20:21:10.463Z Downloaded dropshot v0.17.1
12982026-07-22T20:21:10.486Z Downloaded sled v0.34.7
12992026-07-22T20:21:10.492Z Downloaded fiat-crypto v0.3.0
13002026-07-22T20:21:10.510Z Downloaded bzip2-sys v0.1.13+1.0.8
13012026-07-22T20:21:10.535Z Downloaded zerocopy-derive v0.6.6
13022026-07-22T20:21:10.543Z Downloaded typify-impl v0.6.2
13032026-07-22T20:21:10.551Z Downloaded sha3 v0.11.0
13042026-07-22T20:21:10.554Z Downloaded tracing v0.1.44
13052026-07-22T20:21:10.567Z Downloaded ratatui v0.29.0
13062026-07-22T20:21:10.579Z Downloaded petgraph v0.6.5
13072026-07-22T20:21:10.590Z Downloaded chrono-tz v0.10.4
13082026-07-22T20:21:10.601Z Downloaded regex-automata v0.4.14
13092026-07-22T20:21:10.615Z Downloaded jiff v0.2.21
13102026-07-22T20:21:10.641Z Downloaded petgraph v0.8.3
13112026-07-22T20:21:10.655Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13122026-07-22T20:21:10.666Z Downloaded libz-sys v1.1.24
13132026-07-22T20:21:10.678Z Downloaded csv v1.4.0
13142026-07-22T20:21:10.691Z Downloaded sha3 v0.10.8
13152026-07-22T20:21:10.694Z Downloaded tokio v1.52.1
13162026-07-22T20:21:10.772Z Downloaded encoding_rs v0.8.35
13172026-07-22T20:21:10.814Z Downloaded ring v0.17.14
13182026-07-22T20:21:10.852Z Downloaded libgit2-sys v0.18.3+1.9.2
13192026-07-22T20:21:11.351Z Downloaded aws-lc-sys v0.40.0
13202026-07-22T20:21:11.603Z Compiling libc v0.2.185
13212026-07-22T20:21:11.603Z Compiling serde_core v1.0.228
13222026-07-22T20:21:11.603Z Compiling serde v1.0.228
13232026-07-22T20:21:11.606Z Compiling log v0.4.29
13242026-07-22T20:21:11.606Z Compiling smallvec v1.15.1
13252026-07-22T20:21:11.606Z Compiling find-msvc-tools v0.1.9
13262026-07-22T20:21:11.606Z Compiling shlex v1.3.0
13272026-07-22T20:21:11.606Z Compiling syn v2.0.117
13282026-07-22T20:21:11.922Z Compiling subtle v2.6.1
13292026-07-22T20:21:11.951Z Compiling stable_deref_trait v1.2.1
13302026-07-22T20:21:11.980Z Compiling scopeguard v1.2.0
13312026-07-22T20:21:12.005Z Compiling typenum v1.20.1
13322026-07-22T20:21:12.024Z Compiling serde_json v1.0.150
13332026-07-22T20:21:12.081Z Compiling lock_api v0.4.14
13342026-07-22T20:21:12.105Z Compiling portable-atomic v1.13.1
13352026-07-22T20:21:12.105Z Compiling zerocopy v0.8.40
13362026-07-22T20:21:12.241Z Compiling pin-project-lite v0.2.17
13372026-07-22T20:21:12.312Z Compiling parking_lot_core v0.9.12
13382026-07-22T20:21:12.335Z Compiling pkg-config v0.3.32
13392026-07-22T20:21:12.550Z Compiling libm v0.2.16
13402026-07-22T20:21:12.564Z Compiling jobserver v0.1.34
13412026-07-22T20:21:12.604Z Compiling errno v0.3.14
13422026-07-22T20:21:12.775Z Compiling cc v1.2.56
13432026-07-22T20:21:12.797Z Compiling getrandom v0.2.17
13442026-07-22T20:21:12.859Z Compiling getrandom v0.4.1
13452026-07-22T20:21:12.874Z Compiling critical-section v1.2.0
13462026-07-22T20:21:13.049Z Compiling rand_core v0.6.4
13472026-07-22T20:21:13.114Z Compiling signal-hook-registry v1.4.8
13482026-07-22T20:21:13.298Z Compiling once_cell v1.21.3
13492026-07-22T20:21:13.334Z Compiling num-traits v0.2.19
13502026-07-22T20:21:13.370Z Compiling rand_core v0.10.0
13512026-07-22T20:21:13.380Z Compiling futures-core v0.3.32
13522026-07-22T20:21:13.404Z Compiling parking_lot v0.12.5
13532026-07-22T20:21:13.543Z Compiling mio v1.2.0
13542026-07-22T20:21:13.702Z Compiling generic-array v0.14.7
13552026-07-22T20:21:13.746Z Compiling litemap v0.8.1
13562026-07-22T20:21:13.793Z Compiling const-oid v0.9.6
13572026-07-22T20:21:13.975Z Compiling bitflags v2.11.0
13582026-07-22T20:21:14.042Z Compiling writeable v0.6.2
13592026-07-22T20:21:14.079Z Compiling percent-encoding v2.3.2
13602026-07-22T20:21:14.241Z Compiling semver v1.0.28
13612026-07-22T20:21:14.257Z Compiling icu_normalizer_data v2.1.1
13622026-07-22T20:21:14.276Z Compiling icu_properties_data v2.1.2
13632026-07-22T20:21:14.490Z Compiling socket2 v0.6.3
13642026-07-22T20:21:14.593Z Compiling futures-sink v0.3.32
13652026-07-22T20:21:14.641Z Compiling slab v0.4.12
13662026-07-22T20:21:14.652Z Compiling futures-task v0.3.32
13672026-07-22T20:21:14.697Z Compiling synstructure v0.13.2
13682026-07-22T20:21:14.714Z Compiling futures-channel v0.3.32
13692026-07-22T20:21:14.817Z Compiling futures-io v0.3.32
13702026-07-22T20:21:14.821Z Compiling utf8_iter v1.0.4
13712026-07-22T20:21:14.898Z Compiling indexmap v2.14.0
13722026-07-22T20:21:14.937Z Compiling form_urlencoded v1.2.2
13732026-07-22T20:21:14.975Z Compiling getrandom v0.3.4
13742026-07-22T20:21:15.000Z Compiling rustversion v1.0.22
13752026-07-22T20:21:15.073Z Compiling cmake v0.1.57
13762026-07-22T20:21:15.104Z Compiling iana-time-zone v0.1.65
13772026-07-22T20:21:15.116Z Compiling dunce v1.0.5
13782026-07-22T20:21:15.227Z Compiling ident_case v1.0.1
13792026-07-22T20:21:15.302Z Compiling fs_extra v1.3.0
13802026-07-22T20:21:15.326Z Compiling rustix v1.1.3
13812026-07-22T20:21:15.369Z Compiling regex-syntax v0.8.10
13822026-07-22T20:21:15.480Z Compiling uuid v1.23.4
13832026-07-22T20:21:15.604Z Compiling vcpkg v0.2.15
13842026-07-22T20:21:15.652Z Compiling aws-lc-sys v0.40.0
13852026-07-22T20:21:15.935Z Compiling rand_core v0.9.5
13862026-07-22T20:21:16.027Z Compiling base64 v0.22.1
13872026-07-22T20:21:16.225Z Compiling base64ct v1.8.3
13882026-07-22T20:21:16.240Z Compiling rustc_version v0.4.1
13892026-07-22T20:21:16.347Z Compiling openssl-sys v0.9.115
13902026-07-22T20:21:16.414Z Compiling tracing-core v0.1.36
13912026-07-22T20:21:16.527Z Compiling serde_derive v1.0.228
13922026-07-22T20:21:16.641Z Compiling zeroize_derive v1.4.3
13932026-07-22T20:21:16.758Z Compiling zerofrom-derive v0.1.6
13942026-07-22T20:21:17.071Z Compiling yoke-derive v0.8.1
13952026-07-22T20:21:17.071Z Compiling zerovec-derive v0.11.2
13962026-07-22T20:21:17.216Z Compiling zerocopy-derive v0.8.40
13972026-07-22T20:21:17.360Z Compiling zeroize v1.8.2
13982026-07-22T20:21:17.474Z Compiling displaydoc v0.2.5
13992026-07-22T20:21:18.036Z Compiling zerofrom v0.1.6
14002026-07-22T20:21:18.112Z Compiling tokio-macros v2.7.0
14012026-07-22T20:21:18.128Z Compiling yoke v0.8.1
14022026-07-22T20:21:18.143Z Compiling futures-macro v0.3.32
14032026-07-22T20:21:18.149Z Compiling pem-rfc7468 v0.7.0
14042026-07-22T20:21:18.317Z Compiling zerovec v0.11.5
14052026-07-22T20:21:18.342Z Compiling zerotrie v0.2.3
14062026-07-22T20:21:18.581Z Compiling block-buffer v0.10.4
14072026-07-22T20:21:18.728Z Compiling crypto-common v0.1.7
14082026-07-22T20:21:18.767Z Compiling tracing-attributes v0.1.31
14092026-07-22T20:21:18.848Z Compiling digest v0.10.7
14102026-07-22T20:21:18.861Z Compiling tinystr v0.8.2
14112026-07-22T20:21:18.861Z Compiling potential_utf v0.1.4
14122026-07-22T20:21:18.963Z Compiling icu_collections v2.1.1
14132026-07-22T20:21:19.041Z Compiling futures-util v0.3.32
14142026-07-22T20:21:19.054Z Compiling icu_locale_core v2.1.1
14152026-07-22T20:21:19.064Z Compiling der_derive v0.7.3
14162026-07-22T20:21:19.448Z Compiling thiserror-impl v2.0.18
14172026-07-22T20:21:19.903Z Compiling icu_provider v2.1.1
14182026-07-22T20:21:19.980Z Compiling bytes v1.11.1
14192026-07-22T20:21:19.992Z Compiling chrono v0.4.45
14202026-07-22T20:21:20.032Z Compiling aws-lc-rs v1.16.3
14212026-07-22T20:21:20.196Z Compiling icu_properties v2.1.2
14222026-07-22T20:21:20.331Z Compiling icu_normalizer v2.1.1
14232026-07-22T20:21:20.625Z Compiling tokio v1.52.1
14242026-07-22T20:21:20.774Z Compiling http v1.4.2
14252026-07-22T20:21:20.862Z Compiling flagset v0.4.7
14262026-07-22T20:21:20.995Z Compiling der v0.7.10
14272026-07-22T20:21:21.283Z Compiling idna_adapter v1.2.1
14282026-07-22T20:21:21.299Z Compiling thiserror v2.0.18
14292026-07-22T20:21:21.392Z Compiling ppv-lite86 v0.2.21
14302026-07-22T20:21:21.426Z Compiling idna v1.1.0
14312026-07-22T20:21:21.469Z Compiling http-body v1.0.1
14322026-07-22T20:21:21.568Z Compiling tracing v0.1.44
14332026-07-22T20:21:21.677Z Compiling rustls-pki-types v1.14.0
14342026-07-22T20:21:21.824Z Compiling url v2.5.8
14352026-07-22T20:21:21.825Z Compiling rand_chacha v0.9.0
14362026-07-22T20:21:21.892Z Compiling serde_derive_internals v0.29.1
14372026-07-22T20:21:22.022Z Compiling cmov v0.5.4
14382026-07-22T20:21:22.052Z Compiling openssl-probe v0.2.1
14392026-07-22T20:21:22.244Z Compiling tinyvec_macros v0.1.1
14402026-07-22T20:21:22.272Z Compiling schemars v0.8.22
14412026-07-22T20:21:22.272Z Compiling dyn-clone v1.0.20
14422026-07-22T20:21:22.281Z Compiling httparse v1.10.1
14432026-07-22T20:21:22.383Z Compiling tinyvec v1.10.0
14442026-07-22T20:21:22.397Z Compiling ctutils v0.4.2
14452026-07-22T20:21:22.441Z Compiling rand v0.9.2
14462026-07-22T20:21:22.479Z Compiling pest_generator v2.8.6
14472026-07-22T20:21:22.619Z Compiling spki v0.7.3
14482026-07-22T20:21:22.651Z Compiling aho-corasick v1.1.4
14492026-07-22T20:21:22.701Z Compiling try-lock v0.2.5
14502026-07-22T20:21:22.751Z Compiling schemars_derive v0.8.22
14512026-07-22T20:21:22.809Z Compiling tower-service v0.3.3
14522026-07-22T20:21:22.822Z Compiling untrusted v0.7.1
14532026-07-22T20:21:22.913Z Compiling tower-layer v0.3.3
14542026-07-22T20:21:22.996Z Compiling atomic-waker v1.1.2
14552026-07-22T20:21:23.105Z Compiling tempfile v3.25.0
14562026-07-22T20:21:23.123Z Compiling want v0.3.1
14572026-07-22T20:21:23.228Z Compiling pest_derive v2.8.6
14582026-07-22T20:21:23.286Z Compiling hybrid-array v0.4.13
14592026-07-22T20:21:23.479Z Compiling ipnet v2.11.0
14602026-07-22T20:21:23.531Z Compiling regex-automata v0.4.14
14612026-07-22T20:21:23.669Z Compiling scroll_derive v0.13.1
14622026-07-22T20:21:23.978Z Compiling darling_core v0.20.11
14632026-07-22T20:21:24.072Z Compiling httpdate v1.0.3
14642026-07-22T20:21:24.304Z Compiling tokio-util v0.7.18
14652026-07-22T20:21:24.372Z Compiling foreign-types-shared v0.1.1
14662026-07-22T20:21:24.463Z Compiling openssl v0.10.79
14672026-07-22T20:21:24.480Z Compiling cpufeatures v0.2.17
14682026-07-22T20:21:24.558Z Compiling untrusted v0.9.0
14692026-07-22T20:21:24.681Z Compiling rustls v0.23.41
14702026-07-22T20:21:24.723Z Compiling scroll v0.13.0
14712026-07-22T20:21:24.865Z Compiling foreign-types v0.3.2
14722026-07-22T20:21:24.939Z Compiling pkcs8 v0.10.2
14732026-07-22T20:21:24.985Z Compiling h2 v0.4.15
14742026-07-22T20:21:25.197Z Compiling unicode-normalization v0.1.25
14752026-07-22T20:21:25.329Z Compiling openssl-macros v0.1.1
14762026-07-22T20:21:25.653Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14772026-07-22T20:21:25.720Z Compiling spin v0.9.8
14782026-07-22T20:21:25.732Z Compiling num-conv v0.2.0
14792026-07-22T20:21:25.861Z Compiling native-tls v0.2.18
14802026-07-22T20:21:25.970Z Compiling crc32fast v1.5.0
14812026-07-22T20:21:26.051Z Compiling powerfmt v0.2.0
14822026-07-22T20:21:26.077Z Compiling time-core v0.1.8
14832026-07-22T20:21:26.217Z Compiling darling_macro v0.20.11
14842026-07-22T20:21:26.217Z Compiling deranged v0.5.8
14852026-07-22T20:21:26.231Z Compiling time-macros v0.2.27
14862026-07-22T20:21:26.696Z Compiling darling v0.20.11
14872026-07-22T20:21:26.777Z Compiling goblin v0.10.5
14882026-07-22T20:21:27.172Z Compiling sha2 v0.10.9
14892026-07-22T20:21:27.294Z Compiling hmac v0.12.1
14902026-07-22T20:21:27.450Z Compiling sync_wrapper v1.0.2
14912026-07-22T20:21:27.559Z Compiling wait-timeout v0.2.1
14922026-07-22T20:21:27.573Z Compiling simd-adler32 v0.3.8
14932026-07-22T20:21:27.817Z Compiling syn v1.0.109
14942026-07-22T20:21:27.822Z Compiling quick-error v1.2.3
14952026-07-22T20:21:27.991Z Compiling usdt-impl v0.6.0
14962026-07-22T20:21:28.179Z Compiling hyper v1.10.1
14972026-07-22T20:21:28.209Z Compiling crossbeam-utils v0.8.21
14982026-07-22T20:21:28.514Z Compiling bit-vec v0.8.0
14992026-07-22T20:21:28.575Z Compiling siphasher v1.0.2
15002026-07-22T20:21:28.751Z Compiling num_threads v0.1.7
15012026-07-22T20:21:28.767Z Compiling bit-set v0.8.0
15022026-07-22T20:21:28.854Z Compiling time v0.3.47
15032026-07-22T20:21:29.125Z Compiling rusty-fork v0.3.1
15042026-07-22T20:21:29.243Z Compiling tower v0.5.3
15052026-07-22T20:21:29.277Z Compiling hyper-util v0.1.20
15062026-07-22T20:21:29.441Z Compiling derive_builder_core v0.20.2
15072026-07-22T20:21:29.721Z Compiling dof v0.4.0
15082026-07-22T20:21:29.953Z Compiling dtrace-parser v0.3.0
15092026-07-22T20:21:30.293Z Compiling http-body-util v0.1.3
15102026-07-22T20:21:30.419Z Compiling heapless v0.7.17
15112026-07-22T20:21:30.520Z Compiling scroll_derive v0.12.1
15122026-07-22T20:21:30.670Z Compiling thiserror-impl v1.0.69
15132026-07-22T20:21:30.674Z Compiling rand_xorshift v0.4.0
15142026-07-22T20:21:30.848Z Compiling slog v2.8.2
15152026-07-22T20:21:30.863Z Compiling darling_core v0.23.0
15162026-07-22T20:21:30.972Z Compiling bzip2-sys v0.1.13+1.0.8
15172026-07-22T20:21:30.999Z Compiling thread-id v5.1.0
15182026-07-22T20:21:31.048Z Compiling cookie v0.18.1
15192026-07-22T20:21:31.084Z Compiling anyhow v1.0.102
15202026-07-22T20:21:31.183Z Compiling paste v1.0.15
15212026-07-22T20:21:31.240Z Compiling iri-string v0.7.10
15222026-07-22T20:21:31.257Z Compiling unarray v0.1.4
15232026-07-22T20:21:31.368Z Compiling zstd-safe v7.2.4
15242026-07-22T20:21:31.401Z Compiling unicode-bidi v0.3.18
15252026-07-22T20:21:31.460Z Compiling unicode-properties v0.1.4
15262026-07-22T20:21:31.575Z Compiling ryu v1.0.23
15272026-07-22T20:21:31.667Z Compiling adler2 v2.0.1
15282026-07-22T20:21:31.752Z Compiling signal-hook v0.3.18
15292026-07-22T20:21:31.804Z Compiling allocator-api2 v0.2.21
15302026-07-22T20:21:31.919Z Compiling miniz_oxide v0.8.9
15312026-07-22T20:21:31.934Z Compiling thiserror v1.0.69
15322026-07-22T20:21:31.964Z Compiling stringprep v0.1.5
15332026-07-22T20:21:32.047Z Compiling serde_urlencoded v0.7.1
15342026-07-22T20:21:32.291Z Compiling proptest v1.10.0
15352026-07-22T20:21:32.378Z Compiling tower-http v0.6.8
15362026-07-22T20:21:32.555Z Compiling scroll v0.12.0
15372026-07-22T20:21:32.811Z Compiling derive_builder_macro v0.20.2
15382026-07-22T20:21:32.884Z Compiling tokio-native-tls v0.3.1
15392026-07-22T20:21:33.205Z Compiling camino v1.2.2
15402026-07-22T20:21:33.330Z Compiling bstr v1.12.1
15412026-07-22T20:21:33.345Z Compiling ipnetwork v0.21.1
15422026-07-22T20:21:33.348Z Compiling darling_macro v0.23.0
15432026-07-22T20:21:33.566Z Compiling block-padding v0.4.2
15442026-07-22T20:21:33.587Z Compiling block-buffer v0.12.1
15452026-07-22T20:21:33.752Z Compiling crypto-common v0.2.2
15462026-07-22T20:21:33.759Z Compiling rustls-native-certs v0.8.3
15472026-07-22T20:21:33.783Z Compiling rand_chacha v0.3.1
15482026-07-22T20:21:33.844Z Compiling serde_spanned v0.6.9
15492026-07-22T20:21:33.972Z Compiling erased-serde v0.3.31
15502026-07-22T20:21:33.991Z Compiling serde_tokenstream v0.2.3
15512026-07-22T20:21:34.034Z Compiling toml_datetime v0.6.11
15522026-07-22T20:21:34.318Z Compiling hex v0.4.3
15532026-07-22T20:21:34.329Z Compiling md-5 v0.10.6
15542026-07-22T20:21:34.462Z Compiling signature v2.2.0
15552026-07-22T20:21:34.479Z Compiling curve25519-dalek v4.1.3
15562026-07-22T20:21:34.565Z Compiling pin-project-internal v1.1.11
15572026-07-22T20:21:34.584Z Compiling async-trait v0.1.89
15582026-07-22T20:21:34.639Z Compiling zerocopy-derive v0.7.35
15592026-07-22T20:21:34.813Z Compiling vergen-lib v9.1.0
15602026-07-22T20:21:35.014Z Compiling num-integer v0.1.46
15612026-07-22T20:21:35.341Z Compiling hash32 v0.2.1
15622026-07-22T20:21:35.467Z Compiling memoffset v0.9.1
15632026-07-22T20:21:35.507Z Compiling encoding_rs v0.8.35
15642026-07-22T20:21:35.530Z Compiling num-bigint-dig v0.8.6
15652026-07-22T20:21:35.577Z Compiling smoltcp v0.9.1
15662026-07-22T20:21:35.657Z Compiling litrs v1.0.0
15672026-07-22T20:21:35.670Z Compiling cfg_aliases v0.2.1
15682026-07-22T20:21:35.739Z Compiling zlib-rs v0.6.2
15692026-07-22T20:21:35.752Z Compiling ref-cast v1.0.25
15702026-07-22T20:21:35.925Z Compiling mime v0.3.17
15712026-07-22T20:21:36.133Z Compiling psl-types v2.0.11
15722026-07-22T20:21:36.163Z Compiling fallible-iterator v0.2.0
15732026-07-22T20:21:36.181Z Compiling rustix v0.38.44
15742026-07-22T20:21:36.196Z Compiling document-features v0.2.12
15752026-07-22T20:21:36.478Z Compiling postgres-protocol v0.6.10
15762026-07-22T20:21:36.629Z Compiling publicsuffix v2.3.0
15772026-07-22T20:21:36.731Z Compiling hubpack_derive v0.1.1
15782026-07-22T20:21:36.826Z Compiling nix v0.31.2
15792026-07-22T20:21:36.958Z Compiling pin-project v1.1.11
15802026-07-22T20:21:36.986Z Compiling zerocopy v0.7.35
15812026-07-22T20:21:37.056Z Compiling num-iter v0.1.45
15822026-07-22T20:21:38.034Z Compiling newtype-uuid v1.3.2
15832026-07-22T20:21:38.071Z Compiling rand v0.8.6
15842026-07-22T20:21:38.071Z Compiling darling v0.23.0
15852026-07-22T20:21:38.071Z Compiling inout v0.2.2
15862026-07-22T20:21:38.071Z Compiling oxnet v0.1.6
15872026-07-22T20:21:38.071Z Compiling derive_builder v0.20.2
15882026-07-22T20:21:38.072Z Compiling hyper-tls v0.6.0
15892026-07-22T20:21:38.072Z Compiling goblin v0.8.2
15902026-07-22T20:21:40.402Z Compiling phf_shared v0.13.1
15912026-07-22T20:21:40.448Z Compiling lazy_static v1.5.0
15922026-07-22T20:21:40.448Z Compiling regex v1.12.3
15932026-07-22T20:21:40.448Z Compiling anstyle-parse v0.2.7
15942026-07-22T20:21:40.448Z Compiling futures-executor v0.3.32
15952026-07-22T20:21:40.448Z Compiling terminal_size v0.4.3
15962026-07-22T20:21:40.448Z Compiling flate2 v1.1.9
15972026-07-22T20:21:40.448Z Compiling snafu-derive v0.8.9
15982026-07-22T20:21:40.448Z Compiling strum_macros v0.27.2
15992026-07-22T20:21:40.448Z Compiling curve25519-dalek-derive v0.1.1
16002026-07-22T20:21:40.448Z Compiling ref-cast-impl v1.0.25
16012026-07-22T20:21:40.448Z Compiling daft-derive v0.1.7
16022026-07-22T20:21:40.448Z Compiling vergen v9.1.0
16032026-07-22T20:21:40.448Z Compiling cargo-platform v0.3.2
16042026-07-22T20:21:40.448Z Compiling ff v0.13.1
16052026-07-22T20:21:40.448Z Compiling fs-err v3.3.0
16062026-07-22T20:21:40.448Z Compiling ahash v0.8.12
16072026-07-22T20:21:40.448Z Compiling libbz2-rs-sys v0.2.2
16082026-07-22T20:21:40.448Z Compiling bitflags v1.3.2
16092026-07-22T20:21:40.448Z Compiling base16ct v0.2.0
16102026-07-22T20:21:40.448Z Compiling winnow v0.5.40
16112026-07-22T20:21:40.448Z Compiling managed v0.8.0
16122026-07-22T20:21:42.294Z Compiling foldhash v0.1.5
16132026-07-22T20:21:42.347Z Compiling object v0.37.3
16142026-07-22T20:21:42.347Z Compiling foldhash v0.2.0
16152026-07-22T20:21:42.347Z Compiling same-file v1.0.6
16162026-07-22T20:21:42.347Z Compiling unicode-segmentation v1.12.0
16172026-07-22T20:21:42.347Z Compiling bumpalo v3.20.2
16182026-07-22T20:21:42.347Z Compiling clap_builder v4.6.0
16192026-07-22T20:21:42.347Z Compiling walkdir v2.5.0
16202026-07-22T20:21:42.347Z Compiling zopfli v0.8.3
16212026-07-22T20:21:42.347Z Compiling strum v0.27.2
16222026-07-22T20:21:42.348Z Compiling hashbrown v0.16.1
16232026-07-22T20:21:42.348Z Compiling hashbrown v0.15.5
16242026-07-22T20:21:42.348Z Compiling snafu v0.8.9
16252026-07-22T20:21:42.348Z Compiling toml_edit v0.19.15
16262026-07-22T20:21:42.348Z Compiling bzip2 v0.6.1
16272026-07-22T20:21:42.348Z Compiling sec1 v0.7.3
16282026-07-22T20:21:42.378Z Compiling dof v0.3.0
16292026-07-22T20:21:42.378Z Compiling group v0.13.0
16302026-07-22T20:21:42.378Z Compiling daft v0.1.7
16312026-07-22T20:21:42.378Z Compiling cargo_metadata v0.23.1
16322026-07-22T20:21:42.546Z Compiling futures v0.3.32
16332026-07-22T20:21:42.554Z Compiling anstream v0.6.21
16342026-07-22T20:21:42.897Z Compiling phf v0.13.1
16352026-07-22T20:21:43.559Z Compiling signal-hook-mio v0.2.5
16362026-07-22T20:21:43.579Z Compiling cookie_store v0.22.1
16372026-07-22T20:21:43.579Z Compiling zstd v0.13.3
16382026-07-22T20:21:43.586Z Compiling reqwest v0.12.28
16392026-07-22T20:21:43.776Z Compiling bzip2 v0.4.4
16402026-07-22T20:21:43.792Z Compiling cipher v0.5.2
16412026-07-22T20:21:43.827Z Compiling serde_with_macros v3.21.0
16422026-07-22T20:21:44.012Z Compiling hubpack v0.1.2
16432026-07-22T20:21:44.160Z Compiling postgres-types v0.2.12
16442026-07-22T20:21:44.228Z Compiling ed25519 v2.2.3
16452026-07-22T20:21:44.708Z Compiling usdt-macro v0.6.0
16462026-07-22T20:21:44.947Z Compiling usdt-attr-macro v0.6.0
16472026-07-22T20:21:45.128Z Compiling globset v0.4.18
16482026-07-22T20:21:45.273Z Compiling dtrace-parser v0.2.0
16492026-07-22T20:21:45.365Z Compiling phf_shared v0.11.3
16502026-07-22T20:21:45.468Z Compiling hkdf v0.12.4
16512026-07-22T20:21:45.576Z Compiling olpc-cjson v0.1.4
16522026-07-22T20:21:45.666Z Compiling pkcs1 v0.7.5
16532026-07-22T20:21:45.729Z Compiling serde_plain v1.0.2
16542026-07-22T20:21:45.763Z Compiling serde-big-array v0.5.1
16552026-07-22T20:21:45.813Z Compiling crypto-bigint v0.5.5
16562026-07-22T20:21:45.901Z Compiling async-recursion v1.1.1
16572026-07-22T20:21:45.916Z Compiling strum_macros v0.26.4
16582026-07-22T20:21:46.023Z Compiling clap_derive v4.6.1
16592026-07-22T20:21:46.032Z Compiling enum-as-inner v0.6.1
16602026-07-22T20:21:46.544Z Compiling serde_repr v0.1.20
16612026-07-22T20:21:46.571Z Compiling pem v3.0.6
16622026-07-22T20:21:46.884Z Compiling float-cmp v0.10.0
16632026-07-22T20:21:47.024Z Compiling thread-id v4.2.2
16642026-07-22T20:21:47.060Z Compiling memmap2 v0.9.10
16652026-07-22T20:21:47.113Z Compiling env_filter v1.0.0
16662026-07-22T20:21:47.230Z Compiling cpufeatures v0.3.0
16672026-07-22T20:21:47.277Z Compiling fixedbitset v0.4.2
16682026-07-22T20:21:47.317Z Compiling jiff v0.2.21
16692026-07-22T20:21:47.419Z Compiling keccak v0.1.6
16702026-07-22T20:21:47.505Z Compiling either v1.15.0
16712026-07-22T20:21:47.636Z Compiling precomputed-hash v0.1.1
16722026-07-22T20:21:47.710Z Compiling difflib v0.4.0
16732026-07-22T20:21:47.726Z Compiling typed-path v0.9.3
16742026-07-22T20:21:47.755Z Compiling normalize-line-endings v0.3.0
16752026-07-22T20:21:47.853Z Compiling winnow v1.0.3
16762026-07-22T20:21:47.876Z Compiling static_assertions v1.1.0
16772026-07-22T20:21:47.975Z Compiling predicates-core v1.0.10
16782026-07-22T20:21:48.153Z Compiling const-oid v0.10.2
16792026-07-22T20:21:48.171Z Compiling new_debug_unreachable v1.0.6
16802026-07-22T20:21:48.244Z Compiling fixedbitset v0.5.7
16812026-07-22T20:21:48.258Z Compiling whoami v2.1.0
16822026-07-22T20:21:48.261Z Compiling data-encoding v2.10.0
16832026-07-22T20:21:48.289Z Compiling string_cache v0.8.9
16842026-07-22T20:21:48.356Z Compiling digest v0.11.3
16852026-07-22T20:21:48.509Z Compiling tokio-postgres v0.7.16
16862026-07-22T20:21:48.549Z Compiling petgraph v0.8.3
16872026-07-22T20:21:48.602Z Compiling hickory-proto v0.25.2
16882026-07-22T20:21:48.648Z Compiling toml_parser v1.1.2+spec-1.1.0
16892026-07-22T20:21:49.012Z Compiling predicates v3.1.4
16902026-07-22T20:21:49.087Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16912026-07-22T20:21:49.291Z Compiling clap v4.6.1
16922026-07-22T20:21:49.389Z Compiling itertools v0.13.0
16932026-07-22T20:21:49.656Z Compiling strum v0.26.3
16942026-07-22T20:21:49.772Z Compiling sha3 v0.10.8
16952026-07-22T20:21:50.218Z Compiling zip v4.6.1
16962026-07-22T20:21:50.527Z Compiling petgraph v0.6.5
16972026-07-22T20:21:50.619Z Compiling toml_edit v0.22.27
16982026-07-22T20:21:50.723Z Compiling chacha20 v0.10.0
16992026-07-22T20:21:51.097Z Compiling env_logger v0.11.9
17002026-07-22T20:21:51.170Z Compiling usdt v0.6.0
17012026-07-22T20:21:51.447Z Compiling usdt-impl v0.5.0
17022026-07-22T20:21:51.447Z Compiling elliptic-curve v0.13.8
17032026-07-22T20:21:51.491Z Compiling rsa v0.9.10
17042026-07-22T20:21:51.772Z Compiling crossterm v0.28.1
17052026-07-22T20:21:51.845Z Compiling serde_with v3.21.0
17062026-07-22T20:21:51.972Z Compiling ed25519-dalek v2.2.0
17072026-07-22T20:21:52.623Z Compiling zip v0.6.6
17082026-07-22T20:21:53.232Z Compiling toml v0.7.8
17092026-07-22T20:21:53.252Z Compiling iddqd v0.4.2
17102026-07-22T20:21:53.699Z Compiling similar v2.7.0
17112026-07-22T20:21:53.715Z Compiling heck v0.4.1
17122026-07-22T20:21:53.728Z Compiling byte-wrapper v0.1.0
17132026-07-22T20:21:53.841Z Compiling crossbeam-epoch v0.9.18
17142026-07-22T20:21:53.938Z Compiling tokio-stream v0.1.18
17152026-07-22T20:21:54.065Z Compiling buf-list v1.1.2
17162026-07-22T20:21:54.176Z Compiling x509-cert v0.2.5
17172026-07-22T20:21:54.340Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17182026-07-22T20:21:54.393Z Compiling openapiv3 v2.2.0
17192026-07-22T20:21:54.559Z Compiling lalrpop-util v0.19.12
17202026-07-22T20:21:54.563Z Compiling peg-runtime v0.8.5
17212026-07-22T20:21:54.639Z Compiling thread_local v1.1.9
17222026-07-22T20:21:54.753Z Compiling slog-async v2.8.0
17232026-07-22T20:21:54.771Z Compiling crossbeam-channel v0.5.15
17242026-07-22T20:21:54.852Z Compiling filetime v0.2.27
17252026-07-22T20:21:54.894Z Compiling is-terminal v0.4.17
17262026-07-22T20:21:54.993Z Compiling xattr v1.6.1
17272026-07-22T20:21:55.025Z Compiling take_mut v0.2.2
17282026-07-22T20:21:55.084Z Compiling term v1.2.1
17292026-07-22T20:21:55.156Z Compiling tar v0.4.46
17302026-07-22T20:21:55.215Z Compiling camino-tempfile v1.4.1
17312026-07-22T20:21:55.445Z Compiling slog-term v2.9.2
17322026-07-22T20:22:05.398Z Compiling rustls-webpki v0.103.13
17332026-07-22T20:22:08.068Z Compiling tokio-rustls v0.26.4
17342026-07-22T20:22:08.068Z Compiling rustls-platform-verifier v0.6.2
17352026-07-22T20:22:08.068Z Compiling tough v0.22.0
17362026-07-22T20:22:08.289Z Compiling hyper-rustls v0.27.7
17372026-07-22T20:22:08.495Z Compiling reqwest v0.13.2
17382026-07-22T20:22:10.703Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17392026-07-22T20:22:10.947Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17402026-07-22T20:22:13.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
17412026-07-22T20:22:13.897Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17422026-07-22T20:22:13.954ZJul 22 20:22:12.734 INFO Starting download, target: Console
17432026-07-22T20:22:13.954ZJul 22 20:22:12.735 INFO Starting download, target: Cockroach
17442026-07-22T20:22:13.954ZJul 22 20:22:12.735 INFO Starting download, target: Clickhouse
17452026-07-22T20:22:13.954ZJul 22 20:22:12.735 INFO Starting download, target: DendriteStub
17462026-07-22T20:22:13.958ZJul 22 20:22:12.735 INFO Starting download, target: MaghemiteMgd
17472026-07-22T20:22:13.958ZJul 22 20:22:12.735 INFO Starting download, target: MaghemiteDdmd
17482026-07-22T20:22:13.958ZJul 22 20:22:12.735 INFO Starting download, target: TransceiverControl
17492026-07-22T20:22:13.958ZJul 22 20:22:12.735 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17502026-07-22T20:22:13.958ZJul 22 20:22:12.735 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17512026-07-22T20:22:13.958ZJul 22 20:22:12.735 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17522026-07-22T20:22:13.958ZJul 22 20:22:12.735 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17532026-07-22T20:22:13.958ZJul 22 20:22:12.735 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17542026-07-22T20:22:13.958ZJul 22 20:22:12.735 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17552026-07-22T20:22:13.958ZJul 22 20:22:12.735 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17562026-07-22T20:22:14.417ZJul 22 20:22:13.185 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17572026-07-22T20:22:14.644ZJul 22 20:22:13.408 INFO Download complete, target: TransceiverControl
17582026-07-22T20:22:15.759ZJul 22 20:22:14.535 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17592026-07-22T20:22:15.784ZJul 22 20:22:14.546 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17602026-07-22T20:22:15.893ZJul 22 20:22:14.668 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17612026-07-22T20:22:15.946ZJul 22 20:22:14.728 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17622026-07-22T20:22:16.045ZJul 22 20:22:14.828 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17632026-07-22T20:22:16.345ZJul 22 20:22:15.126 INFO Download complete, target: Console
17642026-07-22T20:22:16.669ZJul 22 20:22:15.452 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17652026-07-22T20:22:16.669ZJul 22 20:22:15.453 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17662026-07-22T20:22:17.923ZJul 22 20:22:16.706 INFO Download complete, target: MaghemiteDdmd
17672026-07-22T20:22:18.433ZJul 22 20:22:17.215 INFO Download complete, target: MaghemiteMgd
17682026-07-22T20:22:18.570ZJul 22 20:22:17.353 INFO Download complete, target: DendriteStub
17692026-07-22T20:22:21.343ZJul 22 20:22:20.127 INFO Checking that binary works, target: Cockroach
17702026-07-22T20:22:21.463ZJul 22 20:22:20.243 INFO Download complete, target: Cockroach
17712026-07-22T20:22:22.551ZJul 22 20:22:21.334 INFO Checking that binary works, target: Clickhouse
17722026-07-22T20:22:22.642ZJul 22 20:22:21.425 INFO Download complete, target: Clickhouse
17732026-07-22T20:22:22.657ZAll builder prerequisites installed successfully, and PATH looks valid
17742026-07-22T20:22:22.660Z
17752026-07-22T20:22:22.661Zreal 2:02.142244774
17762026-07-22T20:22:22.661Zuser 6:37.096036991
17772026-07-22T20:22:22.661Zsys 1:21.773499994
17782026-07-22T20:22:22.661Ztrap 0.230943444
17792026-07-22T20:22:22.661Ztflt 0.565206163
17802026-07-22T20:22:22.661Zdflt 0.745573615
17812026-07-22T20:22:22.661Zkflt 0.023367192
17822026-07-22T20:22:22.661Zlock 21:38.550981899
17832026-07-22T20:22:22.661Zslp 20:04.436129078
17842026-07-22T20:22:22.661Zlat 43.293069204
17852026-07-22T20:22:22.661Zstop 1:58.082464542
17862026-07-22T20:22:22.661Z+ banner clippy
17872026-07-22T20:22:22.661Z
17882026-07-22T20:22:22.661Z #### # # ##### ##### # #
17892026-07-22T20:22:22.661Z # # # # # # # # # #
17902026-07-22T20:22:22.661Z # # # # # # # #
17912026-07-22T20:22:22.661Z # # # ##### ##### #
17922026-07-22T20:22:22.661Z # # # # # # #
17932026-07-22T20:22:22.661Z #### ###### # # # #
17942026-07-22T20:22:22.661Z
17952026-07-22T20:22:22.661Z+ export CARGO_INCREMENTAL=0
17962026-07-22T20:22:22.661Z+ CARGO_INCREMENTAL=0
17972026-07-22T20:22:22.661Z+ ptime -m cargo xtask clippy
17982026-07-22T20:22:23.118Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17992026-07-22T20:22:23.405Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18002026-07-22T20:22:25.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.49s
18012026-07-22T20:22:25.223Z Running `target/debug/xtask clippy`
18022026-07-22T20:22:25.248Zrunning: /home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18032026-07-22T20:22:25.805Z Downloading crates ...
18042026-07-22T20:22:26.015Z Downloaded anes v0.1.6
18052026-07-22T20:22:26.020Z Downloaded hex-literal v0.4.1
18062026-07-22T20:22:26.020Z Downloaded parking v2.2.1
18072026-07-22T20:22:26.025Z Downloaded fancy-regex v0.14.0
18082026-07-22T20:22:26.031Z Downloaded supports-color v2.1.0
18092026-07-22T20:22:26.031Z Downloaded serde_regex v1.1.0
18102026-07-22T20:22:26.037Z Downloaded termcolor v1.4.1
18112026-07-22T20:22:26.041Z Downloaded target-lexicon v0.13.3
18122026-07-22T20:22:26.041Z Downloaded criterion v0.7.0
18132026-07-22T20:22:26.045Z Downloaded pathdiff v0.2.3
18142026-07-22T20:22:26.045Z Downloaded owo-colors v3.5.0
18152026-07-22T20:22:26.048Z Downloaded oorandom v11.1.5
18162026-07-22T20:22:26.051Z Downloaded rand_distr v0.5.1
18172026-07-22T20:22:26.051Z Downloaded plotters-svg v0.3.7
18182026-07-22T20:22:26.059Z Downloaded approx v0.5.1
18192026-07-22T20:22:26.063Z Downloaded miette-derive v5.10.0
18202026-07-22T20:22:26.063Z Downloaded linkme-impl v0.3.35
18212026-07-22T20:22:26.063Z Downloaded plotters-backend v0.3.7
18222026-07-22T20:22:26.068Z Downloaded constant_time_eq v0.3.1
18232026-07-22T20:22:26.073Z Downloaded nested v0.1.1
18242026-07-22T20:22:26.073Z Downloaded datatest-stable v0.3.3
18252026-07-22T20:22:26.073Z Downloaded concurrent-queue v2.5.0
18262026-07-22T20:22:26.078Z Downloaded linkme v0.3.35
18272026-07-22T20:22:26.081Z Downloaded relative-path v1.9.3
18282026-07-22T20:22:26.081Z Downloaded knuffel-derive v3.2.0
18292026-07-22T20:22:26.084Z Downloaded guppy-workspace-hack v0.1.0
18302026-07-22T20:22:26.084Z Downloaded escape8259 v0.5.3
18312026-07-22T20:22:26.089Z Downloaded backtrace-ext v0.2.1
18322026-07-22T20:22:26.089Z Downloaded supports-hyperlinks v2.1.0
18332026-07-22T20:22:26.089Z Downloaded supports-unicode v2.1.0
18342026-07-22T20:22:26.089Z Downloaded cast v0.3.0
18352026-07-22T20:22:26.100Z Downloaded terminal_size v0.1.17
18362026-07-22T20:22:26.104Z Downloaded assert-json-diff v2.0.2
18372026-07-22T20:22:26.104Z Downloaded async-object-pool v0.2.0
18382026-07-22T20:22:26.104Z Downloaded event-listener-strategy v0.5.4
18392026-07-22T20:22:26.108Z Downloaded stringmetrics v2.2.2
18402026-07-22T20:22:26.111Z Downloaded backtrace v0.3.76
18412026-07-22T20:22:26.117Z Downloaded target-triple v1.0.0
18422026-07-22T20:22:26.136Z Downloaded similar-asserts v1.7.0
18432026-07-22T20:22:26.141Z Downloaded path-tree v0.8.3
18442026-07-22T20:22:26.141Z Downloaded criterion-plot v0.6.0
18452026-07-22T20:22:26.141Z Downloaded textwrap v0.15.2
18462026-07-22T20:22:26.141Z Downloaded blake2b_simd v1.0.4
18472026-07-22T20:22:26.145Z Downloaded addr2line v0.25.1
18482026-07-22T20:22:26.148Z Downloaded rustc-demangle v0.1.27
18492026-07-22T20:22:26.151Z Downloaded futures-timer v3.0.3
18502026-07-22T20:22:26.151Z Downloaded target-spec v3.5.7
18512026-07-22T20:22:26.151Z Downloaded partial-io v0.5.4
18522026-07-22T20:22:26.154Z Downloaded libtest-mimic v0.8.1
18532026-07-22T20:22:26.154Z Downloaded hickory-client v0.25.2
18542026-07-22T20:22:26.159Z Downloaded tinytemplate v1.2.1
18552026-07-22T20:22:26.164Z Downloaded assert_cmd v2.1.2
18562026-07-22T20:22:26.168Z Downloaded async-lock v3.4.2
18572026-07-22T20:22:26.168Z Downloaded httptest v0.16.4
18582026-07-22T20:22:26.172Z Downloaded trybuild v1.0.116
18592026-07-22T20:22:26.176Z Downloaded rust-argon2 v2.1.0
18602026-07-22T20:22:26.180Z Downloaded cfg-expr v0.20.6
18612026-07-22T20:22:26.186Z Downloaded chumsky v0.9.3
18622026-07-22T20:22:26.186Z Downloaded event-listener v5.4.1
18632026-07-22T20:22:26.191Z Downloaded rstest v0.25.0
18642026-07-22T20:22:26.195Z Downloaded rstest_macros v0.25.0
18652026-07-22T20:22:26.195Z Downloaded knuffel v3.2.0
18662026-07-22T20:22:26.201Z Downloaded miette v5.10.0
18672026-07-22T20:22:26.221Z Downloaded guppy v0.17.25
18682026-07-22T20:22:26.227Z Downloaded hashbrown v0.14.5
18692026-07-22T20:22:26.231Z Downloaded plotters v0.3.7
18702026-07-22T20:22:26.247Z Downloaded gimli v0.32.3
18712026-07-22T20:22:26.362Z Downloaded httpmock v0.8.3
18722026-07-22T20:22:28.028Z Checking cfg-if v1.0.4
18732026-07-22T20:22:28.045Z Checking libc v0.2.185
18742026-07-22T20:22:28.045Z Checking serde_core v1.0.228
18752026-07-22T20:22:28.451Z Checking memchr v2.8.0
18762026-07-22T20:22:28.491Z Checking smallvec v1.15.1
18772026-07-22T20:22:28.491Z Checking zeroize v1.8.2
18782026-07-22T20:22:28.569Z Checking rand_core v0.10.0
18792026-07-22T20:22:28.606Z Checking itoa v1.0.17
18802026-07-22T20:22:28.686Z Checking subtle v2.6.1
18812026-07-22T20:22:28.708Z Checking log v0.4.29
18822026-07-22T20:22:28.741Z Checking libm v0.2.16
18832026-07-22T20:22:28.797Z Checking getrandom v0.4.1
18842026-07-22T20:22:28.797Z Checking errno v0.3.14
18852026-07-22T20:22:28.906Z Checking typenum v1.20.1
18862026-07-22T20:22:28.972Z Checking scopeguard v1.2.0
18872026-07-22T20:22:28.996Z Checking stable_deref_trait v1.2.1
18882026-07-22T20:22:28.996Z Checking zmij v1.0.21
18892026-07-22T20:22:29.028Z Checking zerofrom v0.1.6
18902026-07-22T20:22:29.064Z Checking lock_api v0.4.14
18912026-07-22T20:22:29.102Z Checking percent-encoding v2.3.2
18922026-07-22T20:22:29.150Z Checking litemap v0.8.1
18932026-07-22T20:22:29.176Z Checking yoke v0.8.1
18942026-07-22T20:22:29.215Z Checking writeable v0.6.2
18952026-07-22T20:22:29.269Z Checking icu_properties_data v2.1.2
18962026-07-22T20:22:29.309Z Checking icu_normalizer_data v2.1.1
18972026-07-22T20:22:29.347Z Checking form_urlencoded v1.2.2
18982026-07-22T20:22:29.384Z Checking zerovec v0.11.5
18992026-07-22T20:22:29.422Z Checking zerotrie v0.2.3
19002026-07-22T20:22:29.434Z Checking num-traits v0.2.19
19012026-07-22T20:22:29.456Z Checking utf8_iter v1.0.4
19022026-07-22T20:22:29.531Z Checking pin-project-lite v0.2.17
19032026-07-22T20:22:29.572Z Checking zerocopy v0.8.40
19042026-07-22T20:22:29.635Z Checking parking_lot_core v0.9.12
19052026-07-22T20:22:29.674Z Checking portable-atomic v1.13.1
19062026-07-22T20:22:29.723Z Checking critical-section v1.2.0
19072026-07-22T20:22:29.765Z Checking signal-hook-registry v1.4.8
19082026-07-22T20:22:29.840Z Checking tinystr v0.8.2
19092026-07-22T20:22:29.840Z Checking potential_utf v0.1.4
19102026-07-22T20:22:29.859Z Checking parking_lot v0.12.5
19112026-07-22T20:22:29.964Z Checking serde v1.0.228
19122026-07-22T20:22:29.994Z Checking bitflags v2.11.0
19132026-07-22T20:22:30.016Z Checking serde_json v1.0.150
19142026-07-22T20:22:30.050Z Checking icu_locale_core v2.1.1
19152026-07-22T20:22:30.050Z Checking icu_collections v2.1.1
19162026-07-22T20:22:30.126Z Checking once_cell v1.21.3
19172026-07-22T20:22:30.129Z Checking mio v1.2.0
19182026-07-22T20:22:30.209Z Checking iana-time-zone v0.1.65
19192026-07-22T20:22:30.336Z Checking socket2 v0.6.3
19202026-07-22T20:22:30.374Z Checking bytes v1.11.1
19212026-07-22T20:22:30.378Z Checking chrono v0.4.45
19222026-07-22T20:22:30.451Z Checking uuid v1.23.4
19232026-07-22T20:22:30.502Z Checking semver v1.0.28
19242026-07-22T20:22:30.617Z Checking icu_provider v2.1.1
19252026-07-22T20:22:30.651Z Checking thiserror v2.0.18
19262026-07-22T20:22:30.730Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19272026-07-22T20:22:30.783Z Checking dyn-clone v1.0.20
19282026-07-22T20:22:30.812Z Checking futures-core v0.3.32
19292026-07-22T20:22:30.817Z Checking getrandom v0.2.17
19302026-07-22T20:22:30.885Z Checking tokio v1.52.1
19312026-07-22T20:22:30.889Z Checking icu_normalizer v2.1.1
19322026-07-22T20:22:30.958Z Checking icu_properties v2.1.2
19332026-07-22T20:22:30.962Z Checking equivalent v1.0.2
19342026-07-22T20:22:31.032Z Checking rand_core v0.6.4
19352026-07-22T20:22:31.111Z Checking rustix v1.1.3
19362026-07-22T20:22:31.154Z Checking cmov v0.5.4
19372026-07-22T20:22:31.251Z Checking byteorder v1.5.0
19382026-07-22T20:22:31.257Z Checking futures-sink v0.3.32
19392026-07-22T20:22:31.321Z Checking generic-array v0.14.7
19402026-07-22T20:22:31.365Z Checking ctutils v0.4.2
19412026-07-22T20:22:31.412Z Checking futures-channel v0.3.32
19422026-07-22T20:22:31.479Z Checking slab v0.4.12
19432026-07-22T20:22:31.615Z Checking hybrid-array v0.4.13
19442026-07-22T20:22:31.645Z Checking futures-task v0.3.32
19452026-07-22T20:22:31.674Z Checking futures-io v0.3.32
19462026-07-22T20:22:31.888Z Checking getrandom v0.3.4
19472026-07-22T20:22:31.894Z Checking hashbrown v0.17.0
19482026-07-22T20:22:31.894Z Checking idna_adapter v1.2.1
19492026-07-22T20:22:31.895Z Checking futures-util v0.3.32
19502026-07-22T20:22:31.957Z Checking thiserror v1.0.69
19512026-07-22T20:22:31.996Z Checking const-oid v0.9.6
19522026-07-22T20:22:32.031Z Checking idna v1.1.0
19532026-07-22T20:22:32.084Z Checking fnv v1.0.7
19542026-07-22T20:22:32.210Z Checking base64ct v1.8.3
19552026-07-22T20:22:32.302Z Checking url v2.5.8
19562026-07-22T20:22:32.340Z Checking indexmap v2.14.0
19572026-07-22T20:22:32.347Z Checking ppv-lite86 v0.2.21
19582026-07-22T20:22:32.410Z Checking crypto-common v0.2.2
19592026-07-22T20:22:32.466Z Checking crypto-common v0.1.7
19602026-07-22T20:22:32.622Z Checking regex-syntax v0.8.10
19612026-07-22T20:22:32.687Z Checking block-buffer v0.12.1
19622026-07-22T20:22:32.691Z Checking block-buffer v0.10.4
19632026-07-22T20:22:32.763Z Checking schemars v0.8.22
19642026-07-22T20:22:32.882Z Checking utf8parse v0.2.2
19652026-07-22T20:22:32.925Z Checking digest v0.10.7
19662026-07-22T20:22:32.962Z Checking base64 v0.22.1
19672026-07-22T20:22:33.015Z Checking anstyle v1.0.14
19682026-07-22T20:22:33.054Z Checking http v1.4.2
19692026-07-22T20:22:33.145Z Checking tracing-core v0.1.36
19702026-07-22T20:22:33.224Z Checking anstyle-query v1.1.5
19712026-07-22T20:22:33.261Z Checking colorchoice v1.0.4
19722026-07-22T20:22:33.352Z Checking is_terminal_polyfill v1.70.2
19732026-07-22T20:22:33.393Z Checking anstyle-parse v1.0.0
19742026-07-22T20:22:33.471Z Checking rand_core v0.9.5
19752026-07-22T20:22:33.517Z Checking terminal_size v0.4.3
19762026-07-22T20:22:33.522Z Checking tracing v0.1.44
19772026-07-22T20:22:33.585Z Checking ipnet v2.11.0
19782026-07-22T20:22:33.653Z Checking const-oid v0.10.2
19792026-07-22T20:22:33.660Z Checking anstream v1.0.0
19802026-07-22T20:22:33.692Z Checking strsim v0.11.1
19812026-07-22T20:22:33.789Z Checking clap_lex v1.0.0
19822026-07-22T20:22:33.856Z Checking aho-corasick v1.1.4
19832026-07-22T20:22:33.871Z Checking rand_chacha v0.9.0
19842026-07-22T20:22:33.871Z Checking crossbeam-utils v0.8.21
19852026-07-22T20:22:33.934Z Checking unicode-ident v1.0.24
19862026-07-22T20:22:33.937Z Checking erased-serde v0.3.31
19872026-07-22T20:22:34.003Z Checking httparse v1.10.1
19882026-07-22T20:22:34.009Z Checking clap_builder v4.6.0
19892026-07-22T20:22:34.077Z Checking proc-macro2 v1.0.106
19902026-07-22T20:22:34.113Z Checking rand v0.9.2
19912026-07-22T20:22:34.154Z Checking tokio-util v0.7.18
19922026-07-22T20:22:34.237Z Checking powerfmt v0.2.0
19932026-07-22T20:22:34.284Z Checking cpufeatures v0.3.0
19942026-07-22T20:22:34.379Z Checking digest v0.11.3
19952026-07-22T20:22:34.392Z Checking slog v2.8.2
19962026-07-22T20:22:34.447Z Checking deranged v0.5.8
19972026-07-22T20:22:34.452Z Checking quote v1.0.45
19982026-07-22T20:22:34.526Z Checking regex-automata v0.4.14
19992026-07-22T20:22:34.586Z Checking num_threads v0.1.7
20002026-07-22T20:22:34.630Z Checking fastrand v2.3.0
20012026-07-22T20:22:34.683Z Checking num-conv v0.2.0
20022026-07-22T20:22:34.714Z Checking allocator-api2 v0.2.21
20032026-07-22T20:22:34.719Z Checking cpufeatures v0.2.17
20042026-07-22T20:22:34.788Z Checking time-core v0.1.8
20052026-07-22T20:22:34.824Z Checking syn v2.0.117
20062026-07-22T20:22:34.861Z Checking anyhow v1.0.102
20072026-07-22T20:22:34.865Z Checking http-body v1.0.1
20082026-07-22T20:22:34.955Z Checking atomic-waker v1.1.2
20092026-07-22T20:22:35.023Z Checking tempfile v3.25.0
20102026-07-22T20:22:35.084Z Checking aws-lc-sys v0.40.0
20112026-07-22T20:22:35.089Z Checking rustls-pki-types v1.14.0
20122026-07-22T20:22:35.121Z Checking try-lock v0.2.5
20132026-07-22T20:22:35.252Z Checking httpdate v1.0.3
20142026-07-22T20:22:35.257Z Checking untrusted v0.7.1
20152026-07-22T20:22:35.329Z Checking clap v4.6.1
20162026-07-22T20:22:35.388Z Checking time v0.3.47
20172026-07-22T20:22:35.429Z Checking want v0.3.1
20182026-07-22T20:22:35.436Z Checking h2 v0.4.15
20192026-07-22T20:22:35.467Z Checking ipnetwork v0.21.1
20202026-07-22T20:22:35.536Z Checking hex v0.4.3
20212026-07-22T20:22:35.579Z Checking ryu v1.0.23
20222026-07-22T20:22:35.618Z Checking aws-lc-rs v1.16.3
20232026-07-22T20:22:35.819Z Checking tower-service v0.3.3
20242026-07-22T20:22:35.826Z Checking tower-layer v0.3.3
20252026-07-22T20:22:35.826Z Checking pem-rfc7468 v0.7.0
20262026-07-22T20:22:35.858Z Checking spin v0.9.8
20272026-07-22T20:22:35.954Z Checking flagset v0.4.7
20282026-07-22T20:22:36.000Z Checking simd-adler32 v0.3.8
20292026-07-22T20:22:36.067Z Checking untrusted v0.9.0
20302026-07-22T20:22:36.105Z Checking der v0.7.10
20312026-07-22T20:22:36.199Z Checking mime v0.3.17
20322026-07-22T20:22:36.237Z Checking adler2 v2.0.1
20332026-07-22T20:22:36.339Z Checking http-body-util v0.1.3
20342026-07-22T20:22:36.380Z Checking miniz_oxide v0.8.9
20352026-07-22T20:22:36.413Z Checking block-padding v0.4.2
20362026-07-22T20:22:36.469Z Checking rustls-webpki v0.103.13
20372026-07-22T20:22:36.524Z Checking camino v1.2.2
20382026-07-22T20:22:36.576Z Checking inout v0.2.2
20392026-07-22T20:22:36.614Z Checking openssl-probe v0.2.1
20402026-07-22T20:22:36.749Z Checking pretty-hex v0.4.1
20412026-07-22T20:22:36.752Z Checking serde_urlencoded v0.7.1
20422026-07-22T20:22:36.752Z Checking rand_chacha v0.3.1
20432026-07-22T20:22:36.864Z Checking encoding_rs v0.8.35
20442026-07-22T20:22:36.872Z Checking plain v0.2.3
20452026-07-22T20:22:36.927Z Checking spki v0.7.3
20462026-07-22T20:22:36.932Z Checking rustls v0.23.41
20472026-07-22T20:22:37.011Z Checking cipher v0.5.2
20482026-07-22T20:22:37.057Z Checking regex v1.12.3
20492026-07-22T20:22:37.085Z Checking rand v0.8.6
20502026-07-22T20:22:37.134Z Checking oxnet v0.1.6
20512026-07-22T20:22:37.144Z Checking ucd-trie v0.1.7
20522026-07-22T20:22:37.280Z Checking crc32fast v1.5.0
20532026-07-22T20:22:37.328Z Checking pest v2.8.6
20542026-07-22T20:22:37.365Z Checking futures-executor v0.3.32
20552026-07-22T20:22:37.406Z Checking sync_wrapper v1.0.2
20562026-07-22T20:22:37.515Z Checking pkcs8 v0.10.2
20572026-07-22T20:22:37.593Z Checking tower v0.5.3
20582026-07-22T20:22:37.635Z Checking futures v0.3.32
20592026-07-22T20:22:37.639Z Checking either v1.15.0
20602026-07-22T20:22:37.713Z Checking iri-string v0.7.10
20612026-07-22T20:22:37.747Z Checking zlib-rs v0.6.2
20622026-07-22T20:22:37.821Z Checking sha2 v0.10.9
20632026-07-22T20:22:37.887Z Checking static_assertions v1.1.0
20642026-07-22T20:22:38.012Z Checking foldhash v0.2.0
20652026-07-22T20:22:38.032Z Checking bit-vec v0.8.0
20662026-07-22T20:22:38.141Z Checking lazy_static v1.5.0
20672026-07-22T20:22:38.180Z Checking hashbrown v0.16.1
20682026-07-22T20:22:38.260Z Checking bit-set v0.8.0
20692026-07-22T20:22:38.266Z Checking openapiv3 v2.2.0
20702026-07-22T20:22:38.332Z Checking hyper v1.10.1
20712026-07-22T20:22:38.412Z Checking wait-timeout v0.2.1
20722026-07-22T20:22:38.448Z Checking hubpack v0.1.2
20732026-07-22T20:22:38.569Z Checking strum v0.26.3
20742026-07-22T20:22:38.643Z Checking quick-error v1.2.3
20752026-07-22T20:22:38.683Z Checking flate2 v1.1.9
20762026-07-22T20:22:38.717Z Checking rustls-native-certs v0.8.3
20772026-07-22T20:22:38.727Z Checking rand_xorshift v0.4.0
20782026-07-22T20:22:38.788Z Checking rusty-fork v0.3.1
20792026-07-22T20:22:38.793Z Checking tower-http v0.6.8
20802026-07-22T20:22:38.875Z Checking signature v2.2.0
20812026-07-22T20:22:38.915Z Checking num-integer v0.1.46
20822026-07-22T20:22:38.985Z Checking tinyvec_macros v0.1.1
20832026-07-22T20:22:39.022Z Checking unarray v0.1.4
20842026-07-22T20:22:39.064Z Checking psl-types v2.0.11
20852026-07-22T20:22:39.110Z Checking tinyvec v1.10.0
20862026-07-22T20:22:39.136Z Checking cookie v0.18.1
20872026-07-22T20:22:39.173Z Checking proptest v1.10.0
20882026-07-22T20:22:39.179Z Checking anstyle-parse v0.2.7
20892026-07-22T20:22:39.244Z Checking publicsuffix v2.3.0
20902026-07-22T20:22:39.254Z Checking tokio-rustls v0.26.4
20912026-07-22T20:22:39.318Z Checking hyper-util v0.1.20
20922026-07-22T20:22:39.382Z Checking rustls-platform-verifier v0.6.2
20932026-07-22T20:22:39.426Z Checking ahash v0.8.12
20942026-07-22T20:22:39.432Z Checking toml_datetime v0.6.11
20952026-07-22T20:22:39.492Z Checking cookie_store v0.22.1
20962026-07-22T20:22:39.531Z Checking serde_spanned v0.6.9
20972026-07-22T20:22:39.571Z Checking scroll v0.13.0
20982026-07-22T20:22:39.608Z Checking anstream v0.6.21
20992026-07-22T20:22:39.648Z Checking memmap2 v0.9.10
21002026-07-22T20:22:39.686Z Checking data-encoding v2.10.0
21012026-07-22T20:22:39.720Z Checking dtrace-parser v0.3.0
21022026-07-22T20:22:39.825Z Checking goblin v0.10.5
21032026-07-22T20:22:39.861Z Checking x509-cert v0.2.5
21042026-07-22T20:22:39.876Z Checking bstr v1.12.1
21052026-07-22T20:22:39.876Z Checking hmac v0.12.1
21062026-07-22T20:22:39.972Z Checking thread-id v5.1.0
21072026-07-22T20:22:39.976Z Checking num-iter v0.1.45
21082026-07-22T20:22:40.054Z Checking crossbeam-epoch v0.9.18
21092026-07-22T20:22:40.095Z Checking memoffset v0.9.1
21102026-07-22T20:22:40.147Z Checking scroll v0.12.0
21112026-07-22T20:22:40.202Z Checking env_filter v1.0.0
21122026-07-22T20:22:40.307Z Checking num-bigint-dig v0.8.6
21132026-07-22T20:22:40.348Z Checking pkcs1 v0.7.5
21142026-07-22T20:22:40.384Z Checking env_logger v0.11.9
21152026-07-22T20:22:40.419Z Checking goblin v0.8.2
21162026-07-22T20:22:40.530Z Checking zerocopy v0.7.35
21172026-07-22T20:22:40.582Z Checking rustix v0.38.44
21182026-07-22T20:22:40.621Z Checking foreign-types-shared v0.1.1
21192026-07-22T20:22:40.625Z Checking hyper-rustls v0.27.7
21202026-07-22T20:22:40.739Z Checking unicode-segmentation v1.12.0
21212026-07-22T20:22:40.894Z Checking reqwest v0.13.2
21222026-07-22T20:22:40.977Z Checking newtype-uuid v1.3.2
21232026-07-22T20:22:41.052Z Checking foreign-types v0.3.2
21242026-07-22T20:22:41.091Z Checking dtrace-parser v0.2.0
21252026-07-22T20:22:41.145Z Checking rsa v0.9.10
21262026-07-22T20:22:41.183Z Checking ff v0.13.1
21272026-07-22T20:22:41.220Z Checking daft v0.1.7
21282026-07-22T20:22:41.342Z Checking openssl-sys v0.9.115
21292026-07-22T20:22:41.381Z Checking thread-id v4.2.2
21302026-07-22T20:22:41.421Z Checking winnow v0.5.40
21312026-07-22T20:22:41.489Z Checking base16ct v0.2.0
21322026-07-22T20:22:41.493Z Checking same-file v1.0.6
21332026-07-22T20:22:41.638Z Checking group v0.13.0
21342026-07-22T20:22:41.677Z Checking walkdir v2.5.0
21352026-07-22T20:22:41.682Z Checking sec1 v0.7.3
21362026-07-22T20:22:41.752Z Checking openssl v0.10.79
21372026-07-22T20:22:41.788Z Checking nix v0.31.2
21382026-07-22T20:22:41.826Z Checking hkdf v0.12.4
21392026-07-22T20:22:42.009Z Checking serde_with v3.21.0
21402026-07-22T20:22:42.024Z Checking crypto-bigint v0.5.5
21412026-07-22T20:22:42.024Z Checking bzip2-sys v0.1.13+1.0.8
21422026-07-22T20:22:42.102Z Checking foldhash v0.1.5
21432026-07-22T20:22:42.140Z Checking dof v0.4.0
21442026-07-22T20:22:42.269Z Checking keccak v0.1.6
21452026-07-22T20:22:42.327Z Checking dof v0.3.0
21462026-07-22T20:22:42.466Z Checking winnow v0.7.14
21472026-07-22T20:22:42.604Z Checking toml_edit v0.19.15
21482026-07-22T20:22:42.642Z Checking usdt-impl v0.5.0
21492026-07-22T20:22:42.790Z Checking usdt-impl v0.6.0
21502026-07-22T20:22:42.870Z Checking elliptic-curve v0.13.8
21512026-07-22T20:22:42.952Z Checking sha3 v0.10.8
21522026-07-22T20:22:43.040Z Checking hashbrown v0.15.5
21532026-07-22T20:22:43.097Z Checking usdt v0.6.0
21542026-07-22T20:22:43.208Z Checking bzip2 v0.4.4
21552026-07-22T20:22:43.247Z Checking unicode-normalization v0.1.25
21562026-07-22T20:22:43.300Z Checking itertools v0.13.0
21572026-07-22T20:22:43.402Z Checking winnow v1.0.3
21582026-07-22T20:22:43.405Z Checking bitflags v1.3.2
21592026-07-22T20:22:43.543Z Checking siphasher v1.0.2
21602026-07-22T20:22:43.582Z Checking zip v0.6.6
21612026-07-22T20:22:43.657Z Checking toml v0.7.8
21622026-07-22T20:22:43.698Z Checking signal-hook v0.3.18
21632026-07-22T20:22:43.701Z Checking toml_write v0.1.2
21642026-07-22T20:22:43.768Z Checking toml_parser v1.1.2+spec-1.1.0
21652026-07-22T20:22:43.772Z Checking managed v0.8.0
21662026-07-22T20:22:43.848Z Checking native-tls v0.2.18
21672026-07-22T20:22:43.969Z Checking globset v0.4.18
21682026-07-22T20:22:44.000Z Checking toml_edit v0.22.27
21692026-07-22T20:22:44.000Z Checking chacha20 v0.10.0
21702026-07-22T20:22:44.144Z Checking curve25519-dalek v4.1.3
21712026-07-22T20:22:44.145Z Checking object v0.37.3
21722026-07-22T20:22:44.154Z Checking tokio-native-tls v0.3.1
21732026-07-22T20:22:44.154Z Checking signal-hook-mio v0.2.5
21742026-07-22T20:22:44.223Z Checking ed25519 v2.2.3
21752026-07-22T20:22:44.322Z Checking ref-cast v1.0.25
21762026-07-22T20:22:44.353Z Checking pin-project v1.1.11
21772026-07-22T20:22:44.353Z Checking hyper-tls v0.6.0
21782026-07-22T20:22:44.375Z Checking zstd-sys v2.0.16+zstd.1.5.7
21792026-07-22T20:22:44.410Z Checking pem v3.0.6
21802026-07-22T20:22:44.416Z Checking libbz2-rs-sys v0.2.2
21812026-07-22T20:22:44.584Z Checking fixedbitset v0.5.7
21822026-07-22T20:22:44.607Z Checking zstd-safe v7.2.4
21832026-07-22T20:22:44.607Z Checking reqwest v0.12.28
21842026-07-22T20:22:44.636Z Checking bumpalo v3.20.2
21852026-07-22T20:22:44.706Z Checking petgraph v0.8.3
21862026-07-22T20:22:44.749Z Checking zstd v0.13.3
21872026-07-22T20:22:44.825Z Checking bzip2 v0.6.1
21882026-07-22T20:22:44.839Z Checking ed25519-dalek v2.2.0
21892026-07-22T20:22:44.898Z Checking zopfli v0.8.3
21902026-07-22T20:22:44.958Z Checking snafu v0.8.9
21912026-07-22T20:22:45.019Z Checking crossterm v0.28.1
21922026-07-22T20:22:45.063Z Checking olpc-cjson v0.1.4
21932026-07-22T20:22:45.122Z Checking similar v2.7.0
21942026-07-22T20:22:45.221Z Checking fs-err v3.3.0
21952026-07-22T20:22:45.276Z Checking hash32 v0.2.1
21962026-07-22T20:22:45.280Z Checking serde_plain v1.0.2
21972026-07-22T20:22:45.331Z Checking serde-big-array v0.5.1
21982026-07-22T20:22:45.446Z Checking jiff v0.2.21
21992026-07-22T20:22:45.484Z Checking typed-path v0.9.3
22002026-07-22T20:22:45.534Z Checking unicode-bidi v0.3.18
22012026-07-22T20:22:45.680Z Checking unicode-properties v0.1.4
22022026-07-22T20:22:45.702Z Checking predicates-core v1.0.10
22032026-07-22T20:22:45.764Z Checking heapless v0.7.17
22042026-07-22T20:22:45.789Z Checking hickory-proto v0.25.2
22052026-07-22T20:22:45.793Z Checking byte-wrapper v0.1.0
22062026-07-22T20:22:45.861Z Checking stringprep v0.1.5
22072026-07-22T20:22:46.045Z Checking md-5 v0.10.6
22082026-07-22T20:22:46.086Z Checking float-cmp v0.10.0
22092026-07-22T20:22:46.191Z Checking fallible-iterator v0.2.0
22102026-07-22T20:22:46.251Z Checking difflib v0.4.0
22112026-07-22T20:22:46.761Z Checking normalize-line-endings v0.3.0
22122026-07-22T20:22:46.931Z Checking tough v0.22.0
22132026-07-22T20:22:46.931Z Checking smoltcp v0.9.1
22142026-07-22T20:22:46.932Z Checking iddqd v0.4.2
22152026-07-22T20:22:46.932Z Checking phf_shared v0.11.3
22162026-07-22T20:22:46.932Z Checking predicates v3.1.4
22172026-07-22T20:22:46.932Z Checking postgres-protocol v0.6.10
22182026-07-22T20:22:46.932Z Checking phf_shared v0.13.1
22192026-07-22T20:22:46.965Z Checking tokio-stream v0.1.18
22202026-07-22T20:22:46.965Z Checking buf-list v1.1.2
22212026-07-22T20:22:46.965Z Checking strum v0.27.2
22222026-07-22T20:22:47.030Z Checking fixedbitset v0.4.2
22232026-07-22T20:22:47.030Z Checking precomputed-hash v0.1.1
22242026-07-22T20:22:47.084Z Checking new_debug_unreachable v1.0.6
22252026-07-22T20:22:47.195Z Checking lalrpop-util v0.19.12
22262026-07-22T20:22:47.266Z Checking string_cache v0.8.9
22272026-07-22T20:22:47.266Z Checking petgraph v0.6.5
22282026-07-22T20:22:47.304Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22292026-07-22T20:22:47.362Z Checking postgres-types v0.2.12
22302026-07-22T20:22:47.362Z Checking phf v0.13.1
22312026-07-22T20:22:47.400Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22322026-07-22T20:22:47.532Z Checking peg-runtime v0.8.5
22332026-07-22T20:22:47.663Z Checking whoami v2.1.0
22342026-07-22T20:22:47.703Z Checking zip v4.6.1
22352026-07-22T20:22:47.703Z Checking is-terminal v0.4.17
22362026-07-22T20:22:47.824Z Checking crossbeam-channel v0.5.15
22372026-07-22T20:22:47.864Z Checking thread_local v1.1.9
22382026-07-22T20:22:47.891Z Checking tokio-postgres v0.7.16
22392026-07-22T20:22:48.072Z Compiling structmeta-derive v0.3.0
22402026-07-22T20:22:49.192Z Checking take_mut v0.2.2
22412026-07-22T20:22:49.255Z Checking term v1.2.1
22422026-07-22T20:22:49.255Z Checking slog-async v2.8.0
22432026-07-22T20:22:49.256Z Compiling newtype-uuid-macros v0.1.0
22442026-07-22T20:22:49.256Z Compiling multer v3.1.0
22452026-07-22T20:22:49.256Z Compiling async-stream-impl v0.3.6
22462026-07-22T20:22:49.256Z Checking slog-term v2.9.2
22472026-07-22T20:22:49.256Z Checking match_cfg v0.1.0
22482026-07-22T20:22:49.256Z Checking hostname v0.3.1
22492026-07-22T20:22:49.256Z Checking slog-json v2.6.1
22502026-07-22T20:22:49.256Z Compiling dropshot v0.17.1
22512026-07-22T20:22:49.256Z Compiling dropshot_endpoint v0.17.1
22522026-07-22T20:22:49.256Z Checking slog-bunyan v2.5.0
22532026-07-22T20:22:49.256Z Checking debug-ignore v1.0.5
22542026-07-22T20:22:49.256Z Checking sha1 v0.11.0
22552026-07-22T20:22:49.364Z Compiling structmeta v0.3.0
22562026-07-22T20:22:49.364Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22572026-07-22T20:22:49.364Z Checking toml_datetime v1.1.1+spec-1.1.0
22582026-07-22T20:22:49.364Z Checking serde_spanned v1.1.1
22592026-07-22T20:22:49.453Z Checking serde_path_to_error v0.1.20
22602026-07-22T20:22:49.498Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22612026-07-22T20:22:49.498Z Compiling derive-ex v0.1.8
22622026-07-22T20:22:49.532Z Checking compression-core v0.4.31
22632026-07-22T20:22:49.532Z Checking toml_writer v1.1.1+spec-1.1.0
22642026-07-22T20:22:49.655Z Checking compression-codecs v0.4.37
22652026-07-22T20:22:49.669Z Checking progenitor-client v0.14.0
22662026-07-22T20:22:49.728Z Checking async-stream v0.3.6
22672026-07-22T20:22:49.774Z Checking toml v1.1.2+spec-1.1.0
22682026-07-22T20:22:49.835Z Checking rustls-pemfile v2.2.0
22692026-07-22T20:22:49.877Z Checking async-compression v0.4.41
22702026-07-22T20:22:49.913Z Checking waitgroup v0.1.2
22712026-07-22T20:22:49.961Z Checking hostname v0.4.2
22722026-07-22T20:22:50.010Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22732026-07-22T20:22:50.046Z Checking atomicwrites v0.4.4
22742026-07-22T20:22:50.053Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22752026-07-22T20:22:50.127Z Checking itertools v0.14.0
22762026-07-22T20:22:50.153Z Compiling parse-display-derive v0.10.0
22772026-07-22T20:22:50.190Z Checking macaddr v1.0.1
22782026-07-22T20:22:50.228Z Checking regress v0.10.5
22792026-07-22T20:22:50.266Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22802026-07-22T20:22:50.365Z Checking instant v0.1.13
22812026-07-22T20:22:50.399Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22822026-07-22T20:22:50.548Z Checking backoff v0.4.0
22832026-07-22T20:22:50.764Z Checking backon v1.6.0
22842026-07-22T20:22:50.797Z Checking humantime v2.3.0
22852026-07-22T20:22:50.797Z Checking unicode-width v0.2.0
22862026-07-22T20:22:50.936Z Checking progenitor-extras v0.2.0
22872026-07-22T20:22:50.958Z Compiling convert_case v0.4.0
22882026-07-22T20:22:51.082Z Checking half v2.7.1
22892026-07-22T20:22:51.180Z Compiling test-strategy v0.4.5
22902026-07-22T20:22:51.917Z Checking ciborium-io v0.2.2
22912026-07-22T20:22:52.127Z Checking heck v0.5.0
22922026-07-22T20:22:52.127Z Checking secrecy v0.10.3
22932026-07-22T20:22:52.127Z Checking ciborium-ll v0.2.2
22942026-07-22T20:22:52.127Z Compiling derive_more v0.99.20
22952026-07-22T20:22:52.127Z Checking indent_write v2.2.0
22962026-07-22T20:22:52.127Z Checking camino-tempfile v1.4.1
22972026-07-22T20:22:52.127Z Checking ciborium v0.2.2
22982026-07-22T20:22:52.127Z Compiling regress v0.11.1
22992026-07-22T20:22:52.127Z Compiling crucible-workspace-hack v0.1.0
23002026-07-22T20:22:52.127Z Checking inout v0.1.4
23012026-07-22T20:22:52.127Z Checking cipher v0.4.4
23022026-07-22T20:22:52.364Z Checking parse-display v0.10.0
23032026-07-22T20:22:52.364Z Checking universal-hash v0.5.1
23042026-07-22T20:22:52.364Z Compiling thiserror-impl-no-std v2.0.2
23052026-07-22T20:22:52.364Z Checking opaque-debug v0.3.1
23062026-07-22T20:22:52.364Z Checking chacha20 v0.9.1
23072026-07-22T20:22:52.527Z Checking poly1305 v0.8.0
23082026-07-22T20:22:52.527Z Checking blake2 v0.10.6
23092026-07-22T20:22:52.568Z Checking aead v0.5.2
23102026-07-22T20:22:52.675Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
23112026-07-22T20:22:52.739Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23122026-07-22T20:22:52.785Z Checking password-hash v0.5.0
23132026-07-22T20:22:52.785Z Checking chacha20poly1305 v0.10.1
23142026-07-22T20:22:52.946Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23152026-07-22T20:22:53.050Z Checking argon2 v0.5.3
23162026-07-22T20:22:53.133Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23172026-07-22T20:22:53.267Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23182026-07-22T20:22:53.394Z Compiling typify-impl v0.6.2
23192026-07-22T20:22:57.820Z Checking thiserror-no-std v2.0.2
23202026-07-22T20:22:57.820Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23212026-07-22T20:22:57.820Z Compiling unsafe-libyaml v0.2.11
23222026-07-22T20:22:57.950Z Checking vsss-rs v3.3.4
23232026-07-22T20:22:57.950Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23242026-07-22T20:22:57.950Z Compiling serde_yaml v0.9.34+deprecated
23252026-07-22T20:22:57.950Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23262026-07-22T20:22:57.950Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23272026-07-22T20:22:57.950Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23282026-07-22T20:22:57.950Z Checking swrite v0.1.0
23292026-07-22T20:22:57.950Z Checking crossbeam-deque v0.8.6
23302026-07-22T20:22:57.951Z Compiling rayon-core v1.13.0
23312026-07-22T20:22:57.951Z Compiling toml_datetime v0.7.5+spec-1.1.0
23322026-07-22T20:22:57.951Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23332026-07-22T20:22:57.951Z Compiling darling_core v0.21.3
23342026-07-22T20:22:57.951Z Compiling toml_edit v0.23.10+spec-1.0.0
23352026-07-22T20:22:57.952Z Compiling proc-macro-error v1.0.4
23362026-07-22T20:22:57.952Z Checking rayon v1.11.0
23372026-07-22T20:22:57.952Z Checking toml v0.8.23
23382026-07-22T20:22:57.952Z Checking tabwriter v1.4.1
23392026-07-22T20:22:57.952Z Compiling proc-macro-crate v3.4.0
23402026-07-22T20:22:57.952Z Checking glob v0.3.3
23412026-07-22T20:22:57.952Z Compiling heapless v0.8.0
23422026-07-22T20:22:57.952Z Checking colored v3.1.1
23432026-07-22T20:22:57.952Z Checking hash32 v0.3.1
23442026-07-22T20:22:57.952Z Compiling num_enum_derive v0.7.6
23452026-07-22T20:22:57.952Z Compiling smoltcp v0.11.0
23462026-07-22T20:22:57.952Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23472026-07-22T20:22:57.952Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23482026-07-22T20:22:58.473Z Checking cobs v0.3.0
23492026-07-22T20:22:58.474Z Compiling usdt-attr-macro v0.5.0
23502026-07-22T20:22:58.474Z Compiling usdt-macro v0.5.0
23512026-07-22T20:22:58.474Z Checking memmap v0.7.0
23522026-07-22T20:22:58.474Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23532026-07-22T20:22:58.475Z Checking postcard v1.1.3
23542026-07-22T20:22:58.475Z Checking num_enum v0.7.6
23552026-07-22T20:22:58.475Z Compiling typify-macro v0.6.2
23562026-07-22T20:22:58.475Z Compiling darling_macro v0.21.3
23572026-07-22T20:22:58.475Z Checking rand v0.10.1
23582026-07-22T20:22:58.475Z Compiling proc-macro-crate v1.3.1
23592026-07-22T20:22:58.475Z Checking usdt v0.5.0
23602026-07-22T20:22:58.476Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23612026-07-22T20:22:58.476Z Checking sigpipe v0.1.3
23622026-07-22T20:22:58.476Z Compiling foreign-types-macros v0.2.3
23632026-07-22T20:22:58.476Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23642026-07-22T20:22:58.567Z Checking foreign-types-shared v0.3.1
23652026-07-22T20:22:58.567Z Compiling num_enum_derive v0.5.11
23662026-07-22T20:22:58.567Z Compiling darling v0.21.3
23672026-07-22T20:22:58.616Z Compiling ingot-macros v0.1.1
23682026-07-22T20:22:58.670Z Checking cstr-argument v0.1.2
23692026-07-22T20:22:58.677Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23702026-07-22T20:22:58.752Z Compiling num-derive v0.4.2
23712026-07-22T20:22:58.801Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23722026-07-22T20:22:58.857Z Checking foreign-types v0.5.0
23732026-07-22T20:22:59.186Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23742026-07-22T20:22:59.212Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23752026-07-22T20:22:59.247Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23762026-07-22T20:22:59.303Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23772026-07-22T20:22:59.309Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23782026-07-22T20:22:59.444Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23792026-07-22T20:22:59.508Z Checking num_enum v0.5.11
23802026-07-22T20:22:59.513Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23812026-07-22T20:22:59.614Z Compiling typify v0.6.2
23822026-07-22T20:22:59.751Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23832026-07-22T20:22:59.774Z Compiling zone_cfg_derive v0.3.1
23842026-07-22T20:22:59.774Z Compiling progenitor-impl v0.14.0
23852026-07-22T20:22:59.880Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23862026-07-22T20:22:59.921Z Checking itertools v0.12.1
23872026-07-22T20:23:00.079Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23882026-07-22T20:23:00.368Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23892026-07-22T20:23:00.440Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23902026-07-22T20:23:00.555Z Checking smf v0.2.3
23912026-07-22T20:23:00.666Z Checking whoami v1.6.1
23922026-07-22T20:23:00.692Z Compiling derive-where v1.6.0
23932026-07-22T20:23:00.727Z Checking tokio-dtrace v0.1.1
23942026-07-22T20:23:00.792Z Checking console v0.15.11
23952026-07-22T20:23:00.829Z Checking newline-converter v0.3.0
23962026-07-22T20:23:00.940Z Checking oxide-tokio-rt v0.1.4
23972026-07-22T20:23:00.977Z Checking zone v0.3.1
23982026-07-22T20:23:00.977Z Checking bytecount v0.6.9
23992026-07-22T20:23:01.098Z Checking expectorate v1.2.0
24002026-07-22T20:23:01.134Z Checking unicode-width v0.1.14
24012026-07-22T20:23:01.171Z Checking num-rational v0.4.2
24022026-07-22T20:23:01.263Z Checking num-complex v0.4.6
24032026-07-22T20:23:01.399Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24042026-07-22T20:23:01.442Z Checking ingot-types v0.1.2
24052026-07-22T20:23:01.450Z Checking float-ord v0.3.2
24062026-07-22T20:23:01.504Z Compiling cancel-safe-futures v0.1.5
24072026-07-22T20:23:01.603Z Checking linear-map v1.2.0
24082026-07-22T20:23:01.640Z Checking num v0.4.3
24092026-07-22T20:23:01.745Z Checking gethostname v0.5.0
24102026-07-22T20:23:01.818Z Compiling prettyplease v0.2.37
24112026-07-22T20:23:01.854Z Checking ingot v0.1.1
24122026-07-22T20:23:01.889Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24132026-07-22T20:23:02.030Z Checking oxide-update-engine-types v0.1.2
24142026-07-22T20:23:02.117Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24152026-07-22T20:23:02.339Z Compiling owo-colors v4.3.0
24162026-07-22T20:23:02.376Z Compiling progenitor-macro v0.14.0
24172026-07-22T20:23:02.408Z Checking resolv-conf v0.7.6
24182026-07-22T20:23:02.621Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24192026-07-22T20:23:02.968Z Checking oxide-update-engine v0.1.2
24202026-07-22T20:23:03.250Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24212026-07-22T20:23:03.419Z Checking unicode-linebreak v0.1.5
24222026-07-22T20:23:03.461Z Checking smawk v0.3.2
24232026-07-22T20:23:03.499Z Checking papergrid v0.11.0
24242026-07-22T20:23:03.534Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
24252026-07-22T20:23:03.627Z Compiling tabled_derive v0.7.0
24262026-07-22T20:23:03.703Z Compiling convert_case v0.10.0
24272026-07-22T20:23:03.968Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24282026-07-22T20:23:04.006Z Compiling slog-dtrace v0.3.0
24292026-07-22T20:23:04.157Z Compiling derive_more-impl v2.1.1
24302026-07-22T20:23:04.331Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24312026-07-22T20:23:04.478Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24322026-07-22T20:23:04.635Z Checking tabled v0.15.0
24332026-07-22T20:23:04.718Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
24342026-07-22T20:23:05.026Z Checking derive_more v2.1.1
24352026-07-22T20:23:05.134Z Checking crossterm v0.29.0
24362026-07-22T20:23:05.483Z Checking linked-hash-map v0.5.6
24372026-07-22T20:23:05.667Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24382026-07-22T20:23:05.706Z Checking lru-cache v0.1.2
24392026-07-22T20:23:05.823Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
24402026-07-22T20:23:06.058Z Checking hickory-proto v0.24.4
24412026-07-22T20:23:06.095Z Checking fd-lock v4.0.4
24422026-07-22T20:23:06.497Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
24432026-07-22T20:23:06.883Z Checking vte v0.14.1
24442026-07-22T20:23:07.108Z Checking display-error-chain v0.2.2
24452026-07-22T20:23:07.186Z Checking strip-ansi-escapes v0.2.1
24462026-07-22T20:23:07.294Z Checking progenitor v0.14.0
24472026-07-22T20:23:07.399Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24482026-07-22T20:23:07.489Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24492026-07-22T20:23:08.226Z Checking termtree v0.5.1
24502026-07-22T20:23:08.295Z Checking nu-ansi-term v0.50.3
24512026-07-22T20:23:08.412Z Checking hickory-resolver v0.24.4
24522026-07-22T20:23:08.484Z Checking textwrap v0.16.2
24532026-07-22T20:23:08.535Z Checking reedline v0.40.0
24542026-07-22T20:23:08.640Z Compiling minimal-lexical v0.2.1
24552026-07-22T20:23:08.731Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24562026-07-22T20:23:08.825Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24572026-07-22T20:23:08.972Z Compiling nom v7.1.3
24582026-07-22T20:23:09.198Z Checking qorb v0.4.1
24592026-07-22T20:23:09.236Z Compiling unicode-xid v0.2.6
24602026-07-22T20:23:09.397Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24612026-07-22T20:23:09.714Z Compiling ar_archive_writer v0.5.1
24622026-07-22T20:23:09.832Z Checking csv-core v0.1.13
24632026-07-22T20:23:10.005Z Compiling stacker v0.1.23
24642026-07-22T20:23:10.047Z Checking csv v1.4.0
24652026-07-22T20:23:10.082Z Checking highway v1.3.0
24662026-07-22T20:23:10.316Z Compiling cfg_aliases v0.1.1
24672026-07-22T20:23:10.352Z Compiling semver v0.1.20
24682026-07-22T20:23:10.450Z Compiling nix v0.28.0
24692026-07-22T20:23:10.455Z Checking nibble_vec v0.1.0
24702026-07-22T20:23:10.584Z Checking endian-type v0.1.2
24712026-07-22T20:23:10.597Z Compiling psm v0.1.30
24722026-07-22T20:23:10.650Z Compiling rustc_version v0.1.7
24732026-07-22T20:23:10.687Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24742026-07-22T20:23:10.691Z Checking radix_trie v0.2.1
24752026-07-22T20:23:10.895Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24762026-07-22T20:23:10.931Z Compiling newtype_derive v0.1.6
24772026-07-22T20:23:10.965Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24782026-07-22T20:23:11.009Z Checking phf_shared v0.12.1
24792026-07-22T20:23:11.165Z Compiling recursive-proc-macro-impl v0.1.1
24802026-07-22T20:23:11.201Z Compiling chrono-tz v0.10.4
24812026-07-22T20:23:11.205Z Checking phf v0.12.1
24822026-07-22T20:23:11.510Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24832026-07-22T20:23:11.582Z Compiling const_format_proc_macros v0.2.34
24842026-07-22T20:23:11.615Z Compiling peg-macros v0.8.5
24852026-07-22T20:23:11.619Z Checking recursive v0.1.1
24862026-07-22T20:23:11.746Z Checking winnow v0.6.26
24872026-07-22T20:23:11.783Z Checking nom v8.0.0
24882026-07-22T20:23:12.083Z Compiling sqlparser_derive v0.5.0
24892026-07-22T20:23:12.486Z Checking unicode_categories v0.1.1
24902026-07-22T20:23:12.672Z Checking home v0.5.12
24912026-07-22T20:23:12.790Z Checking const_format v0.2.35
24922026-07-22T20:23:12.827Z Checking rustyline v14.0.0
24932026-07-22T20:23:12.883Z Checking sqlparser v0.61.0
24942026-07-22T20:23:12.919Z Checking sqlformat v0.3.5
24952026-07-22T20:23:13.020Z Checking peg v0.8.5
24962026-07-22T20:23:13.285Z Checking bcs v0.1.6
24972026-07-22T20:23:13.397Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
24982026-07-22T20:23:13.498Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24992026-07-22T20:23:13.553Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
25002026-07-22T20:23:13.589Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25012026-07-22T20:23:13.720Z Checking steno v0.4.1
25022026-07-22T20:23:13.821Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25032026-07-22T20:23:13.858Z Checking sha1 v0.10.6
25042026-07-22T20:23:14.061Z Checking filetime v0.2.27
25052026-07-22T20:23:14.099Z Checking xattr v1.6.1
25062026-07-22T20:23:14.268Z Checking tar v0.4.46
25072026-07-22T20:23:14.570Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25082026-07-22T20:23:14.683Z Checking base64 v0.21.7
25092026-07-22T20:23:14.773Z Checking subprocess v0.2.15
25102026-07-22T20:23:14.811Z Checking headers-core v0.3.0
25112026-07-22T20:23:14.949Z Checking headers v0.4.1
25122026-07-22T20:23:14.986Z Checking yasna v0.5.2
25132026-07-22T20:23:15.092Z Checking port-file v0.1.0
25142026-07-22T20:23:15.309Z Checking tagptr v0.2.0
25152026-07-22T20:23:15.407Z Checking rcgen v0.12.1
25162026-07-22T20:23:15.444Z Checking dropshot-api-manager-types v0.7.2
25172026-07-22T20:23:15.490Z Checking moka v0.12.13
25182026-07-22T20:23:15.639Z Checking utf-8 v0.7.6
25192026-07-22T20:23:15.751Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25202026-07-22T20:23:15.789Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25212026-07-22T20:23:15.827Z Checking tungstenite v0.21.0
25222026-07-22T20:23:15.926Z Compiling radium v0.7.0
25232026-07-22T20:23:16.159Z Checking hickory-resolver v0.25.2
25242026-07-22T20:23:16.281Z Checking tokio-tungstenite v0.21.0
25252026-07-22T20:23:16.363Z Checking tap v1.0.1
25262026-07-22T20:23:16.575Z Compiling libefi-sys v0.1.0
25272026-07-22T20:23:16.612Z Compiling maybe-uninit v2.0.0
25282026-07-22T20:23:16.855Z Checking wyz v0.5.1
25292026-07-22T20:23:16.897Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25302026-07-22T20:23:17.069Z Compiling zerocopy-derive v0.6.6
25312026-07-22T20:23:17.222Z Compiling bitfield-struct v0.6.2
25322026-07-22T20:23:17.348Z Checking crc-catalog v2.4.0
25332026-07-22T20:23:17.385Z Compiling packed_struct v0.10.1
25342026-07-22T20:23:17.467Z Checking funty v2.0.0
25352026-07-22T20:23:17.503Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25362026-07-22T20:23:17.729Z Checking crc v3.4.0
25372026-07-22T20:23:17.801Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25382026-07-22T20:23:17.836Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25392026-07-22T20:23:17.870Z Checking bitvec v1.0.1
25402026-07-22T20:23:17.907Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25412026-07-22T20:23:17.941Z Checking zerocopy v0.6.6
25422026-07-22T20:23:18.044Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25432026-07-22T20:23:18.101Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25442026-07-22T20:23:18.226Z Compiling packed_struct_codegen v0.10.1
25452026-07-22T20:23:18.242Z Compiling bitfield-macros v0.19.4
25462026-07-22T20:23:18.271Z Compiling indexmap v1.9.3
25472026-07-22T20:23:18.511Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25482026-07-22T20:23:18.624Z Checking nodrop v0.1.14
25492026-07-22T20:23:18.747Z Checking array-init v0.0.4
25502026-07-22T20:23:18.991Z Checking bitfield v0.19.4
25512026-07-22T20:23:19.075Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25522026-07-22T20:23:19.289Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25532026-07-22T20:23:19.325Z Checking smallvec v0.6.14
25542026-07-22T20:23:19.395Z Checking hashbrown v0.12.3
25552026-07-22T20:23:19.469Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25562026-07-22T20:23:19.549Z Checking serde-hex v0.1.0
25572026-07-22T20:23:19.656Z Checking ron v0.8.1
25582026-07-22T20:23:19.825Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25592026-07-22T20:23:20.226Z Checking hashbrown v0.13.2
25602026-07-22T20:23:20.255Z Checking crc-any v2.5.0
25612026-07-22T20:23:20.445Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25622026-07-22T20:23:20.488Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25632026-07-22T20:23:20.666Z Checking object v0.30.4
25642026-07-22T20:23:20.700Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25652026-07-22T20:23:20.818Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25662026-07-22T20:23:21.067Z Checking path-slash v0.1.5
25672026-07-22T20:23:21.104Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25682026-07-22T20:23:21.108Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25692026-07-22T20:23:21.203Z Compiling xshell-macros v0.2.7
25702026-07-22T20:23:21.634Z Checking xshell v0.2.7
25712026-07-22T20:23:21.740Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25722026-07-22T20:23:21.952Z Checking half v1.8.3
25732026-07-22T20:23:22.019Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
25742026-07-22T20:23:22.148Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25752026-07-22T20:23:22.183Z Checking serde_cbor v0.11.2
25762026-07-22T20:23:22.288Z Compiling proc-macro-error-attr2 v2.0.0
25772026-07-22T20:23:22.752Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25782026-07-22T20:23:22.765Z Compiling proc-macro-error2 v2.0.1
25792026-07-22T20:23:22.823Z Compiling num-derive v0.3.3
25802026-07-22T20:23:22.851Z Checking maplit v1.0.2
25812026-07-22T20:23:23.011Z Checking papergrid v0.17.0
25822026-07-22T20:23:23.064Z Checking testing_table v0.3.0
25832026-07-22T20:23:23.133Z Compiling tabled_derive v0.11.0
25842026-07-22T20:23:23.241Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25852026-07-22T20:23:23.611Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25862026-07-22T20:23:23.717Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
25872026-07-22T20:23:23.885Z Compiling progenitor-impl v0.13.0
25882026-07-22T20:23:23.957Z Checking libscf-sys v1.1.0
25892026-07-22T20:23:24.011Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25902026-07-22T20:23:24.147Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25912026-07-22T20:23:24.272Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25922026-07-22T20:23:24.323Z Checking tabled v0.20.0
25932026-07-22T20:23:24.589Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
25942026-07-22T20:23:24.658Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
25952026-07-22T20:23:24.910Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25962026-07-22T20:23:25.178Z Checking progenitor-client v0.13.0
25972026-07-22T20:23:25.503Z Checking crc8 v0.1.1
25982026-07-22T20:23:25.568Z Checking unicase v2.9.0
25992026-07-22T20:23:25.615Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26002026-07-22T20:23:25.759Z Checking fxhash v0.2.1
26012026-07-22T20:23:25.853Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26022026-07-22T20:23:25.911Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26032026-07-22T20:23:26.368Z Compiling vergen-lib v0.1.6
26042026-07-22T20:23:26.447Z Compiling diesel_derives v2.3.7
26052026-07-22T20:23:26.484Z Compiling progenitor-macro v0.13.0
26062026-07-22T20:23:26.484Z Compiling dsl_auto_type v0.2.0
26072026-07-22T20:23:26.660Z Checking scheduled-thread-pool v0.2.7
26082026-07-22T20:23:26.740Z Compiling vergen-gitcl v1.0.8
26092026-07-22T20:23:26.754Z Compiling diesel_table_macro_syntax v0.3.0
26102026-07-22T20:23:26.856Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26112026-07-22T20:23:26.910Z Checking r2d2 v0.8.10
26122026-07-22T20:23:26.986Z Checking downcast-rs v2.0.2
26132026-07-22T20:23:27.098Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26142026-07-22T20:23:27.166Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26152026-07-22T20:23:27.233Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26162026-07-22T20:23:27.421Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26172026-07-22T20:23:27.462Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26182026-07-22T20:23:27.701Z Checking kstat-rs v0.2.4
26192026-07-22T20:23:27.867Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26202026-07-22T20:23:27.867Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26212026-07-22T20:23:27.867Z Checking arc-swap v1.8.2
26222026-07-22T20:23:27.900Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26232026-07-22T20:23:27.900Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26242026-07-22T20:23:27.962Z Checking slog-scope v4.4.1
26252026-07-22T20:23:28.131Z Compiling dirs-sys-next v0.1.2
26262026-07-22T20:23:28.189Z Compiling parking_lot_core v0.8.6
26272026-07-22T20:23:28.450Z Compiling crunchy v0.2.4
26282026-07-22T20:23:28.533Z Compiling dirs-next v2.0.0
26292026-07-22T20:23:28.595Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26302026-07-22T20:23:28.615Z Checking slog-stdlog v4.1.1
26312026-07-22T20:23:28.693Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26322026-07-22T20:23:28.861Z Compiling clang-sys v1.8.1
26332026-07-22T20:23:28.989Z Compiling git-stub v1.0.0
26342026-07-22T20:23:29.330Z Compiling tiny-keccak v2.0.2
26352026-07-22T20:23:29.355Z Compiling git-stub-vcs v0.1.0
26362026-07-22T20:23:29.355Z Checking slog-envlogger v2.2.0
26372026-07-22T20:23:29.425Z Compiling term v0.7.0
26382026-07-22T20:23:29.585Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26392026-07-22T20:23:29.814Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
26402026-07-22T20:23:29.933Z Compiling bit-vec v0.6.3
26412026-07-22T20:23:29.933Z Compiling ascii-canvas v3.0.0
26422026-07-22T20:23:29.933Z Checking parking_lot v0.11.2
26432026-07-22T20:23:30.060Z Compiling bit-set v0.5.3
26442026-07-22T20:23:30.060Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
26452026-07-22T20:23:30.060Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26462026-07-22T20:23:30.083Z Checking prefix-trie v0.7.0
26472026-07-22T20:23:30.213Z Compiling itertools v0.10.5
26482026-07-22T20:23:30.277Z Compiling ena v0.14.4
26492026-07-22T20:23:30.450Z Compiling libloading v0.8.9
26502026-07-22T20:23:30.514Z Compiling bindgen v0.71.1
26512026-07-22T20:23:30.531Z Compiling diff v0.1.13
26522026-07-22T20:23:30.559Z Compiling regex-syntax v0.6.29
26532026-07-22T20:23:31.014Z Checking hickory-server v0.25.2
26542026-07-22T20:23:31.077Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
26552026-07-22T20:23:31.222Z Checking sled v0.34.7
26562026-07-22T20:23:31.408Z Checking progenitor v0.13.0
26572026-07-22T20:23:31.560Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26582026-07-22T20:23:31.853Z Compiling cexpr v0.6.0
26592026-07-22T20:23:32.144Z Compiling lalrpop v0.19.12
26602026-07-22T20:23:32.367Z Checking nanorand v0.7.0
26612026-07-22T20:23:32.523Z Checking diesel v2.3.7
26622026-07-22T20:23:32.652Z Compiling salty v0.3.0
26632026-07-22T20:23:32.652Z Compiling rustc-hash v2.1.1
26642026-07-22T20:23:32.856Z Checking flume v0.11.1
26652026-07-22T20:23:32.949Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26662026-07-22T20:23:33.035Z Compiling libxml v0.3.3
26672026-07-22T20:23:33.252Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26682026-07-22T20:23:33.506Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26692026-07-22T20:23:33.930Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26702026-07-22T20:23:34.102Z Compiling strum_macros v0.24.3
26712026-07-22T20:23:34.341Z Compiling fs-err v2.11.0
26722026-07-22T20:23:34.638Z Compiling indoc v1.0.9
26732026-07-22T20:23:35.135Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26742026-07-22T20:23:35.469Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26752026-07-22T20:23:35.511Z Checking quick-xml v0.37.5
26762026-07-22T20:23:35.511Z Checking derive_builder v0.20.2
26772026-07-22T20:23:35.638Z Compiling oso-derive v0.27.3
26782026-07-22T20:23:35.734Z Compiling trait-variant v0.1.2
26792026-07-22T20:23:36.182Z Compiling impl-trait-for-tuples v0.2.3
26802026-07-22T20:23:36.268Z Checking openssl-probe v0.1.6
26812026-07-22T20:23:36.299Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26822026-07-22T20:23:36.719Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26832026-07-22T20:23:37.146Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26842026-07-22T20:23:37.744Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26852026-07-22T20:23:37.915Z Checking rfc6979 v0.4.0
26862026-07-22T20:23:38.012Z Checking assert_matches v1.5.0
26872026-07-22T20:23:38.103Z Checking parse-size v1.1.0
26882026-07-22T20:23:38.181Z Checking ecdsa v0.16.9
26892026-07-22T20:23:38.211Z Checking primeorder v0.13.6
26902026-07-22T20:23:38.262Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
26912026-07-22T20:23:38.443Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26922026-07-22T20:23:38.526Z Checking p384 v0.13.1
26932026-07-22T20:23:38.730Z Checking predicates-tree v1.0.13
26942026-07-22T20:23:38.864Z Checking bb8 v0.8.6
26952026-07-22T20:23:39.145Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
26962026-07-22T20:23:39.214Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26972026-07-22T20:23:39.255Z Compiling mime_guess v2.0.5
26982026-07-22T20:23:39.291Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26992026-07-22T20:23:39.434Z Checking http-range v0.1.5
27002026-07-22T20:23:39.604Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27012026-07-22T20:23:39.748Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27022026-07-22T20:23:39.824Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27032026-07-22T20:23:39.911Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
27042026-07-22T20:23:40.019Z Checking atty v0.2.14
27052026-07-22T20:23:40.057Z Checking nonempty v0.12.0
27062026-07-22T20:23:40.116Z Checking corncobs v0.1.4
27072026-07-22T20:23:40.158Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27082026-07-22T20:23:40.295Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27092026-07-22T20:23:40.304Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27102026-07-22T20:23:40.523Z Checking ignore v0.4.25
27112026-07-22T20:23:40.563Z Checking secrecy v0.8.0
27122026-07-22T20:23:40.602Z Checking hyper-staticfile v0.10.1
27132026-07-22T20:23:40.915Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27142026-07-22T20:23:40.957Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27152026-07-22T20:23:40.990Z Checking globwalk v0.9.1
27162026-07-22T20:23:41.199Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
27172026-07-22T20:23:41.273Z Compiling illumos-nvpair-sys v0.2.0
27182026-07-22T20:23:41.341Z Checking camino-tempfile-ext v0.3.3
27192026-07-22T20:23:41.430Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27202026-07-22T20:23:41.632Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27212026-07-22T20:23:41.640Z Checking signal-hook-tokio v0.3.1
27222026-07-22T20:23:41.772Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27232026-07-22T20:23:41.940Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27242026-07-22T20:23:42.044Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27252026-07-22T20:23:42.222Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27262026-07-22T20:23:42.453Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27272026-07-22T20:23:42.750Z Checking illumos-nvpair v0.3.0
27282026-07-22T20:23:42.781Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27292026-07-22T20:23:42.841Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27302026-07-22T20:23:42.903Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27312026-07-22T20:23:42.949Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27322026-07-22T20:23:43.231Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27332026-07-22T20:23:43.309Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27342026-07-22T20:23:43.328Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27352026-07-22T20:23:43.564Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27362026-07-22T20:23:43.986Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27372026-07-22T20:23:44.192Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
27382026-07-22T20:23:44.809Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
27392026-07-22T20:23:44.894Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27402026-07-22T20:23:45.218Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27412026-07-22T20:23:45.562Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27422026-07-22T20:23:45.983Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27432026-07-22T20:23:46.064Z Checking tungstenite v0.23.0
27442026-07-22T20:23:46.246Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27452026-07-22T20:23:46.275Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27462026-07-22T20:23:46.292Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27472026-07-22T20:23:46.442Z Checking tokio-tungstenite v0.23.1
27482026-07-22T20:23:46.649Z Checking rand_seeder v0.4.0
27492026-07-22T20:23:46.654Z Checking void v1.0.2
27502026-07-22T20:23:46.733Z Checking diesel-dtrace v0.5.0
27512026-07-22T20:23:46.802Z Checking async-bb8-diesel v0.2.1
27522026-07-22T20:23:46.872Z Checking lzss v0.8.2
27532026-07-22T20:23:47.038Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27542026-07-22T20:23:47.091Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27552026-07-22T20:23:47.181Z Checking nix v0.27.1
27562026-07-22T20:23:47.240Z Checking serde_bytes v0.11.19
27572026-07-22T20:23:47.387Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27582026-07-22T20:23:47.418Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27592026-07-22T20:23:47.455Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27602026-07-22T20:23:47.759Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27612026-07-22T20:23:48.134Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27622026-07-22T20:23:48.216Z Checking is_ci v1.2.0
27632026-07-22T20:23:48.356Z Checking yansi v1.0.1
27642026-07-22T20:23:48.506Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27652026-07-22T20:23:48.624Z Checking cpubits v0.1.1
27662026-07-22T20:23:48.649Z Checking pretty_assertions v1.4.1
27672026-07-22T20:23:48.731Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27682026-07-22T20:23:48.898Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27692026-07-22T20:23:49.018Z Checking pem-rfc7468 v1.0.0
27702026-07-22T20:23:49.150Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27712026-07-22T20:23:49.216Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27722026-07-22T20:23:49.502Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27732026-07-22T20:23:49.737Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
27742026-07-22T20:23:50.038Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
27752026-07-22T20:23:50.477Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27762026-07-22T20:23:50.533Z Checking hmac v0.13.0
27772026-07-22T20:23:50.552Z Checking sha2 v0.11.0
27782026-07-22T20:23:50.711Z Checking universal-hash v0.6.1
27792026-07-22T20:23:50.878Z Compiling libz-sys v1.1.24
27802026-07-22T20:23:51.281Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27812026-07-22T20:23:51.374Z Compiling instability v0.3.11
27822026-07-22T20:23:51.463Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27832026-07-22T20:23:51.486Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27842026-07-22T20:23:51.641Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27852026-07-22T20:23:51.693Z Checking castaway v0.2.4
27862026-07-22T20:23:51.818Z Compiling indoc v2.0.7
27872026-07-22T20:23:51.918Z Checking compact_str v0.8.1
27882026-07-22T20:23:52.355Z Checking polyval v0.7.1
27892026-07-22T20:23:52.580Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
27902026-07-22T20:23:52.846Z Checking der v0.8.0
27912026-07-22T20:23:52.890Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27922026-07-22T20:23:53.106Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27932026-07-22T20:23:53.177Z Checking unicode-truncate v1.1.0
27942026-07-22T20:23:53.292Z Checking lru v0.12.5
27952026-07-22T20:23:53.356Z Compiling libgit2-sys v0.18.3+1.9.2
27962026-07-22T20:23:53.391Z Checking cassowary v0.3.0
27972026-07-22T20:23:53.589Z Checking ghash v0.6.0
27982026-07-22T20:23:53.683Z Checking ratatui v0.29.0
27992026-07-22T20:23:53.801Z Checking pbkdf2 v0.13.0
28002026-07-22T20:23:53.877Z Checking aes v0.9.1
28012026-07-22T20:23:53.955Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28022026-07-22T20:23:54.325Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
28032026-07-22T20:23:54.565Z Checking ctr v0.10.1
28042026-07-22T20:23:54.808Z Checking aead v0.6.1
28052026-07-22T20:23:55.001Z Checking cargo-platform v0.3.2
28062026-07-22T20:23:55.045Z Checking aes-gcm v0.11.0
28072026-07-22T20:23:55.153Z Checking spki v0.8.0
28082026-07-22T20:23:55.181Z Checking cargo_metadata v0.23.1
28092026-07-22T20:23:55.216Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28102026-07-22T20:23:55.393Z Checking crypto-bigint v0.7.5
28112026-07-22T20:23:55.976Z Checking supports-color v3.0.2
28122026-07-22T20:23:56.170Z Checking console v0.16.2
28132026-07-22T20:23:56.486Z Checking salsa20 v0.11.0
28142026-07-22T20:23:56.624Z Checking cbc v0.2.1
28152026-07-22T20:23:56.662Z Compiling vergen-git2 v9.1.0
28162026-07-22T20:23:56.811Z Checking plotters-backend v0.3.7
28172026-07-22T20:23:56.928Z Checking unit-prefix v0.5.2
28182026-07-22T20:23:57.067Z Checking plotters-svg v0.3.7
28192026-07-22T20:23:57.092Z Checking indicatif v0.18.4
28202026-07-22T20:23:57.243Z Checking scrypt v0.12.0
28212026-07-22T20:23:57.452Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28222026-07-22T20:23:57.569Z Checking libsw-core v0.3.2
28232026-07-22T20:23:57.706Z Checking cast v0.3.0
28242026-07-22T20:23:57.728Z Checking libsw v3.5.0
28252026-07-22T20:23:57.781Z Checking pkcs5 v0.8.1
28262026-07-22T20:23:57.806Z Checking criterion-plot v0.6.0
28272026-07-22T20:23:57.951Z Checking plotters v0.3.7
28282026-07-22T20:23:58.099Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28292026-07-22T20:23:58.123Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28302026-07-22T20:23:58.380Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28312026-07-22T20:23:58.615Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28322026-07-22T20:23:58.652Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28332026-07-22T20:23:58.857Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28342026-07-22T20:23:58.900Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28352026-07-22T20:23:59.099Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28362026-07-22T20:23:59.142Z Checking colored v2.2.0
28372026-07-22T20:23:59.169Z Checking tinytemplate v1.2.1
28382026-07-22T20:23:59.374Z Checking oorandom v11.1.5
28392026-07-22T20:23:59.419Z Checking anes v0.1.6
28402026-07-22T20:23:59.525Z Checking shell-words v1.1.1
28412026-07-22T20:23:59.632Z Checking criterion v0.7.0
28422026-07-22T20:23:59.728Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28432026-07-22T20:24:00.014Z Checking pkcs8 v0.11.0
28442026-07-22T20:24:00.316Z Checking oxide-update-engine-display v0.1.2
28452026-07-22T20:24:00.582Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28462026-07-22T20:24:00.867Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28472026-07-22T20:24:01.413Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28482026-07-22T20:24:01.931Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28492026-07-22T20:24:02.815Z Checking tokio-test v0.4.5
28502026-07-22T20:24:02.946Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28512026-07-22T20:24:03.193Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28522026-07-22T20:24:03.618Z Checking twox-hash v2.1.2
28532026-07-22T20:24:03.965Z Checking ff v0.14.0
28542026-07-22T20:24:04.122Z Checking arrayvec v0.7.6
28552026-07-22T20:24:04.293Z Checking constant_time_eq v0.4.2
28562026-07-22T20:24:04.379Z Checking arrayref v0.3.9
28572026-07-22T20:24:04.502Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28582026-07-22T20:24:04.543Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28592026-07-22T20:24:04.702Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28602026-07-22T20:24:05.230Z Checking fatfs v0.3.6
28612026-07-22T20:24:05.556Z Checking signature v3.0.0
28622026-07-22T20:24:05.693Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28632026-07-22T20:24:05.729Z Compiling seq-macro v0.3.6
28642026-07-22T20:24:05.763Z Checking base16ct v1.0.0
28652026-07-22T20:24:05.928Z Checking sec1 v0.8.1
28662026-07-22T20:24:06.177Z Checking group v0.14.0
28672026-07-22T20:24:06.209Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28682026-07-22T20:24:06.272Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28692026-07-22T20:24:06.352Z Checking hkdf v0.13.0
28702026-07-22T20:24:06.390Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28712026-07-22T20:24:06.520Z Compiling petname v2.0.2
28722026-07-22T20:24:07.065Z Checking elliptic-curve v0.14.0-rc.33
28732026-07-22T20:24:07.229Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28742026-07-22T20:24:07.549Z Checking concurrent-queue v2.5.0
28752026-07-22T20:24:07.742Z Checking rtoolbox v0.0.3
28762026-07-22T20:24:07.820Z Checking parking v2.2.1
28772026-07-22T20:24:07.920Z Checking rpassword v7.5.4
28782026-07-22T20:24:07.943Z Checking event-listener v5.4.1
28792026-07-22T20:24:08.196Z Checking tui-tree-widget v0.23.1
28802026-07-22T20:24:08.422Z Checking rfc6979 v0.5.0
28812026-07-22T20:24:08.555Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28822026-07-22T20:24:08.594Z Checking sapling-renderdag v0.1.0
28832026-07-22T20:24:08.750Z Compiling blake3 v1.8.5
28842026-07-22T20:24:08.869Z Checking sync-ptr v0.1.4
28852026-07-22T20:24:09.018Z Checking ecdsa v0.17.0-rc.18
28862026-07-22T20:24:09.440Z Checking event-listener-strategy v0.5.4
28872026-07-22T20:24:09.605Z Checking primeorder v0.14.0-rc.10
28882026-07-22T20:24:09.668Z Checking primefield v0.14.0
28892026-07-22T20:24:09.927Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28902026-07-22T20:24:09.945Z Compiling curve25519-dalek v5.0.0-rc.0
28912026-07-22T20:24:10.170Z Checking futures-timer v3.0.3
28922026-07-22T20:24:10.457Z Checking async-lock v3.4.2
28932026-07-22T20:24:10.630Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28942026-07-22T20:24:10.737Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28952026-07-22T20:24:10.882Z Checking ssh-encoding v0.3.0-rc.9
28962026-07-22T20:24:11.235Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28972026-07-22T20:24:11.725Z Compiling strsim v0.10.0
28982026-07-22T20:24:12.089Z Checking topological-sort v0.2.2
28992026-07-22T20:24:12.198Z Compiling darling_core v0.13.4
29002026-07-22T20:24:12.261Z Checking omicron-zone-package v0.12.3
29012026-07-22T20:24:13.138Z Compiling samael v0.0.19
29022026-07-22T20:24:13.224Z Checking async-object-pool v0.2.0
29032026-07-22T20:24:13.411Z Checking ed25519 v3.0.0
29042026-07-22T20:24:13.636Z Checking crypto-primes v0.7.2
29052026-07-22T20:24:14.077Z Checking pkcs1 v0.8.0-rc.4
29062026-07-22T20:24:14.198Z Checking poly1305 v0.9.0
29072026-07-22T20:24:14.330Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29082026-07-22T20:24:14.520Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
29092026-07-22T20:24:14.713Z Checking serde_regex v1.1.0
29102026-07-22T20:24:14.721Z Checking blowfish v0.10.0
29112026-07-22T20:24:14.898Z Checking blake2 v0.11.0-rc.6
29122026-07-22T20:24:14.919Z Checking assert-json-diff v2.0.2
29132026-07-22T20:24:15.095Z Checking path-tree v0.8.3
29142026-07-22T20:24:15.130Z Checking keccak v0.2.0
29152026-07-22T20:24:15.217Z Checking gimli v0.32.3
29162026-07-22T20:24:15.329Z Checking stringmetrics v2.2.2
29172026-07-22T20:24:15.356Z Compiling target-lexicon v0.13.3
29182026-07-22T20:24:15.504Z Checking fiat-crypto v0.3.0
29192026-07-22T20:24:15.943Z Checking httpmock v0.8.3
29202026-07-22T20:24:16.754Z Checking addr2line v0.25.1
29212026-07-22T20:24:17.061Z Checking sha3 v0.11.0
29222026-07-22T20:24:17.477Z Checking argon2 v0.6.0-rc.8
29232026-07-22T20:24:17.814Z Checking bcrypt-pbkdf v0.11.0
29242026-07-22T20:24:18.021Z Checking rsa v0.10.0-rc.18
29252026-07-22T20:24:18.190Z Checking ssh-cipher v0.3.0-rc.9
29262026-07-22T20:24:18.234Z Checking ed25519-dalek v3.0.0-rc.0
29272026-07-22T20:24:18.458Z Compiling darling_macro v0.13.4
29282026-07-22T20:24:18.576Z Checking p256 v0.14.0-rc.10
29292026-07-22T20:24:18.970Z Checking p521 v0.14.0-rc.10
29302026-07-22T20:24:19.331Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29312026-07-22T20:24:19.607Z Checking kem v0.3.0
29322026-07-22T20:24:19.758Z Checking module-lattice v0.2.3
29332026-07-22T20:24:20.014Z Compiling guppy-workspace-hack v0.1.0
29342026-07-22T20:24:20.249Z Checking rustc-demangle v0.1.27
29352026-07-22T20:24:20.362Z Checking hex-literal v0.4.1
29362026-07-22T20:24:20.542Z Checking backtrace v0.3.76
29372026-07-22T20:24:20.582Z Checking ml-kem v0.3.2
29382026-07-22T20:24:20.704Z Checking p384 v0.14.0-rc.10
29392026-07-22T20:24:20.884Z Compiling darling v0.13.4
29402026-07-22T20:24:21.099Z Compiling git2 v0.20.4
29412026-07-22T20:24:21.311Z Checking russh-cryptovec v0.61.0
29422026-07-22T20:24:21.384Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29432026-07-22T20:24:21.505Z Checking internal-russh-num-bigint v0.5.0
29442026-07-22T20:24:21.621Z Checking num-bigint v0.4.6
29452026-07-22T20:24:22.002Z Checking russh-util v0.52.0
29462026-07-22T20:24:22.187Z Checking generic-array v1.4.3
29472026-07-22T20:24:22.400Z Compiling enum_dispatch v0.3.13
29482026-07-22T20:24:22.634Z Compiling delegate v0.13.5
29492026-07-22T20:24:22.824Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29502026-07-22T20:24:22.854Z Checking ssh-key v0.7.0-rc.10
29512026-07-22T20:24:23.422Z Compiling target-spec v3.5.7
29522026-07-22T20:24:23.608Z Checking hex-literal v1.1.0
29532026-07-22T20:24:23.724Z Checking md5 v0.8.0
29542026-07-22T20:24:23.758Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29552026-07-22T20:24:23.921Z Checking cfg-expr v0.20.6
29562026-07-22T20:24:23.955Z Checking russh v0.61.2
29572026-07-22T20:24:23.989Z Compiling serde_with_macros v1.5.2
29582026-07-22T20:24:24.355Z Checking backtrace-ext v0.2.1
29592026-07-22T20:24:24.397Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
29602026-07-22T20:24:24.502Z Checking supports-color v2.1.0
29612026-07-22T20:24:24.611Z Checking textwrap v0.15.2
29622026-07-22T20:24:24.664Z Checking supports-hyperlinks v2.1.0
29632026-07-22T20:24:24.818Z Checking supports-unicode v2.1.0
29642026-07-22T20:24:24.843Z Checking hashbrown v0.14.5
29652026-07-22T20:24:24.898Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29662026-07-22T20:24:24.959Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29672026-07-22T20:24:25.111Z Checking socket2 v0.5.10
29682026-07-22T20:24:25.190Z Checking terminal_size v0.1.17
29692026-07-22T20:24:25.337Z Compiling miette-derive v5.10.0
29702026-07-22T20:24:25.375Z Checking owo-colors v3.5.0
29712026-07-22T20:24:25.408Z Checking internet-checksum v0.2.1
29722026-07-22T20:24:25.971Z Checking chumsky v0.9.3
29732026-07-22T20:24:26.532Z Checking miette v5.10.0
29742026-07-22T20:24:26.919Z Compiling serde_with v1.14.0
29752026-07-22T20:24:27.279Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29762026-07-22T20:24:27.325Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29772026-07-22T20:24:27.362Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29782026-07-22T20:24:27.716Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
29792026-07-22T20:24:27.942Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29802026-07-22T20:24:28.079Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29812026-07-22T20:24:28.282Z Compiling knuffel-derive v3.2.0
29822026-07-22T20:24:28.289Z Checking httptest v0.16.4
29832026-07-22T20:24:28.301Z Checking pathdiff v0.2.3
29842026-07-22T20:24:28.469Z Checking nested v0.1.1
29852026-07-22T20:24:28.639Z Checking guppy v0.17.25
29862026-07-22T20:24:28.666Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29872026-07-22T20:24:28.943Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29882026-07-22T20:24:29.212Z Checking similar-asserts v1.7.0
29892026-07-22T20:24:29.415Z Compiling target-triple v1.0.0
29902026-07-22T20:24:29.644Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29912026-07-22T20:24:29.717Z Checking knuffel v3.2.0
29922026-07-22T20:24:29.802Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
29932026-07-22T20:24:30.014Z Compiling polar-core v0.27.3
29942026-07-22T20:24:30.373Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29952026-07-22T20:24:30.404Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29962026-07-22T20:24:30.411Z Checking hickory-client v0.25.2
29972026-07-22T20:24:30.776Z Checking escape8259 v0.5.3
29982026-07-22T20:24:30.879Z Compiling assert_cmd v2.1.2
29992026-07-22T20:24:31.068Z Checking libtest-mimic v0.8.1
30002026-07-22T20:24:31.413Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
30012026-07-22T20:24:31.450Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
30022026-07-22T20:24:31.487Z Checking blake2b_simd v1.0.4
30032026-07-22T20:24:31.544Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
30042026-07-22T20:24:31.900Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
30052026-07-22T20:24:31.951Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
30062026-07-22T20:24:32.141Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
30072026-07-22T20:24:32.301Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
30082026-07-22T20:24:32.372Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30092026-07-22T20:24:32.515Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30102026-07-22T20:24:32.627Z Checking fancy-regex v0.14.0
30112026-07-22T20:24:32.742Z Checking serde_tokenstream v0.2.3
30122026-07-22T20:24:32.979Z Checking approx v0.5.1
30132026-07-22T20:24:33.016Z Compiling rstest_macros v0.25.0
30142026-07-22T20:24:33.055Z Checking uzers v0.12.2
30152026-07-22T20:24:33.152Z Checking constant_time_eq v0.3.1
30162026-07-22T20:24:33.469Z Checking termcolor v1.4.1
30172026-07-22T20:24:33.518Z Compiling linkme-impl v0.3.35
30182026-07-22T20:24:33.518Z Checking rust-argon2 v2.1.0
30192026-07-22T20:24:33.547Z Checking trybuild v1.0.116
30202026-07-22T20:24:33.739Z Checking datatest-stable v0.3.3
30212026-07-22T20:24:34.080Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
30222026-07-22T20:24:34.153Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
30232026-07-22T20:24:34.361Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30242026-07-22T20:24:34.462Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
30252026-07-22T20:24:34.515Z Checking support-bundle-viewer v0.1.2
30262026-07-22T20:24:34.823Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
30272026-07-22T20:24:35.043Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
30282026-07-22T20:24:35.085Z Checking oso v0.27.3
30292026-07-22T20:24:35.298Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
30302026-07-22T20:24:35.328Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
30312026-07-22T20:24:35.561Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
30322026-07-22T20:24:35.594Z Checking drift v0.2.0
30332026-07-22T20:24:36.006Z Checking rand_distr v0.5.1
30342026-07-22T20:24:36.025Z Checking digest-io v0.1.0
30352026-07-22T20:24:36.167Z Checking multimap v0.10.1
30362026-07-22T20:24:36.202Z Compiling relative-path v1.9.3
30372026-07-22T20:24:36.363Z Compiling linkme v0.3.35
30382026-07-22T20:24:36.400Z Checking rawzip v0.4.4
30392026-07-22T20:24:36.733Z Checking dropshot-api-manager v0.7.2
30402026-07-22T20:24:36.914Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
30412026-07-22T20:24:37.848Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30422026-07-22T20:24:38.128Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
30432026-07-22T20:24:38.195Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
30442026-07-22T20:24:38.268Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
30452026-07-22T20:24:38.436Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30462026-07-22T20:24:38.503Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
30472026-07-22T20:24:38.806Z Checking cargo_toml v0.21.0
30482026-07-22T20:24:38.923Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30492026-07-22T20:24:38.993Z Checking partial-io v0.5.4
30502026-07-22T20:24:39.225Z Checking termios v0.3.3
30512026-07-22T20:24:39.260Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
30522026-07-22T20:24:39.423Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30532026-07-22T20:24:39.710Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30542026-07-22T20:24:40.256Z Checking rstest v0.25.0
30552026-07-22T20:24:42.621Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30562026-07-22T20:24:44.112Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30572026-07-22T20:24:47.995Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30582026-07-22T20:24:51.456Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30592026-07-22T20:24:51.461Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
30602026-07-22T20:24:54.595Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30612026-07-22T20:24:57.850Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30622026-07-22T20:25:02.502Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30632026-07-22T20:25:07.239Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30642026-07-22T20:25:07.713Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30652026-07-22T20:25:08.067Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30662026-07-22T20:25:10.021Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
30672026-07-22T20:25:14.440Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30682026-07-22T20:25:18.736Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30692026-07-22T20:25:36.506Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
30702026-07-22T20:26:32.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 07s
30712026-07-22T20:26:33.406Z
30722026-07-22T20:26:33.406Zreal 4:10.738776713
30732026-07-22T20:26:33.406Zuser 21:25.713694139
30742026-07-22T20:26:33.406Zsys 5:03.269391931
30752026-07-22T20:26:33.406Ztrap 0.516469391
30762026-07-22T20:26:33.406Ztflt 0.462971593
30772026-07-22T20:26:33.406Zdflt 0.519545066
30782026-07-22T20:26:33.415Zkflt 0.005945325
30792026-07-22T20:26:33.416Zlock 58:40.909636250
30802026-07-22T20:26:33.416Zslp 58:14.030173735
30812026-07-22T20:26:33.416Zlat 1:50.819085097
30822026-07-22T20:26:33.416Zstop 11:38.128356154
30832026-07-22T20:26:33.416Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30842026-07-22T20:26:33.416Z+ ptime -m cargo doc --workspace --no-deps
30852026-07-22T20:26:34.227Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30862026-07-22T20:26:34.227Z |
30872026-07-22T20:26:34.227Z = 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)`
30882026-07-22T20:26:34.227Z = 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>
30892026-07-22T20:26:35.257Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30902026-07-22T20:26:35.492Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30912026-07-22T20:26:35.536Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30922026-07-22T20:26:35.599Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30932026-07-22T20:26:35.631Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
30942026-07-22T20:26:35.700Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30952026-07-22T20:26:35.812Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30962026-07-22T20:26:35.846Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30972026-07-22T20:26:35.874Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30982026-07-22T20:26:35.878Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30992026-07-22T20:26:35.985Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31002026-07-22T20:26:36.094Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31012026-07-22T20:26:36.119Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31022026-07-22T20:26:36.144Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31032026-07-22T20:26:36.166Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31042026-07-22T20:26:36.190Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31052026-07-22T20:26:36.213Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31062026-07-22T20:26:36.245Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31072026-07-22T20:26:36.270Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31082026-07-22T20:26:36.296Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31092026-07-22T20:26:36.346Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31102026-07-22T20:26:36.381Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31112026-07-22T20:26:36.654Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31122026-07-22T20:26:36.802Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31132026-07-22T20:26:36.851Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31142026-07-22T20:26:36.915Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
31152026-07-22T20:26:36.943Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31162026-07-22T20:26:37.090Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31172026-07-22T20:26:37.118Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31182026-07-22T20:26:37.262Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31192026-07-22T20:26:37.385Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31202026-07-22T20:26:37.454Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
31212026-07-22T20:26:37.507Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
31222026-07-22T20:26:37.636Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31232026-07-22T20:26:37.700Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31242026-07-22T20:26:37.726Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31252026-07-22T20:26:37.940Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31262026-07-22T20:26:37.969Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31272026-07-22T20:26:37.996Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
31282026-07-22T20:26:38.000Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31292026-07-22T20:26:38.265Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31302026-07-22T20:26:38.329Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31312026-07-22T20:26:38.498Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31322026-07-22T20:26:38.578Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31332026-07-22T20:26:38.602Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
31342026-07-22T20:26:38.713Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31352026-07-22T20:26:38.766Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31362026-07-22T20:26:38.847Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31372026-07-22T20:26:38.886Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
31382026-07-22T20:26:39.005Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31392026-07-22T20:26:39.033Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
31402026-07-22T20:26:39.095Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
31412026-07-22T20:26:39.150Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31422026-07-22T20:26:39.252Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
31432026-07-22T20:26:39.276Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
31442026-07-22T20:26:39.301Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31452026-07-22T20:26:39.325Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31462026-07-22T20:26:39.366Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31472026-07-22T20:26:39.469Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31482026-07-22T20:26:39.492Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31492026-07-22T20:26:39.851Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31502026-07-22T20:26:40.041Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31512026-07-22T20:26:40.174Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31522026-07-22T20:26:40.451Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31532026-07-22T20:26:40.478Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31542026-07-22T20:26:40.873Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31552026-07-22T20:26:40.898Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31562026-07-22T20:26:40.926Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
31572026-07-22T20:26:40.952Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31582026-07-22T20:26:41.091Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31592026-07-22T20:26:41.171Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31602026-07-22T20:26:41.194Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31612026-07-22T20:26:41.244Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31622026-07-22T20:26:41.541Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31632026-07-22T20:26:41.690Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31642026-07-22T20:26:42.243Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31652026-07-22T20:26:42.358Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
31662026-07-22T20:26:42.419Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31672026-07-22T20:26:42.583Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31682026-07-22T20:26:42.668Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31692026-07-22T20:26:42.703Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31702026-07-22T20:26:42.923Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31712026-07-22T20:26:42.946Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
31722026-07-22T20:26:42.952Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
31732026-07-22T20:26:42.952Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
31742026-07-22T20:26:43.152Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31752026-07-22T20:26:43.337Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
31762026-07-22T20:26:43.340Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
31772026-07-22T20:26:43.382Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31782026-07-22T20:26:43.385Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
31792026-07-22T20:26:43.510Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
31802026-07-22T20:26:43.605Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31812026-07-22T20:26:43.630Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31822026-07-22T20:26:43.677Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31832026-07-22T20:26:43.698Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31842026-07-22T20:26:43.719Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
31852026-07-22T20:26:43.828Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
31862026-07-22T20:26:43.874Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
31872026-07-22T20:26:43.903Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31882026-07-22T20:26:43.951Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
31892026-07-22T20:26:43.980Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31902026-07-22T20:26:44.047Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31912026-07-22T20:26:44.166Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31922026-07-22T20:26:44.196Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31932026-07-22T20:26:44.199Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31942026-07-22T20:26:44.498Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31952026-07-22T20:26:44.541Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31962026-07-22T20:26:44.544Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31972026-07-22T20:26:45.017Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31982026-07-22T20:26:45.225Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31992026-07-22T20:26:45.484Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32002026-07-22T20:26:46.255Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
32012026-07-22T20:26:46.334Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32022026-07-22T20:26:46.449Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32032026-07-22T20:26:46.614Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32042026-07-22T20:26:46.747Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32052026-07-22T20:26:47.305Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
32062026-07-22T20:26:47.986Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32072026-07-22T20:26:48.375Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32082026-07-22T20:26:48.624Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32092026-07-22T20:26:48.713Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32102026-07-22T20:26:49.016Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
32112026-07-22T20:26:49.233Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32122026-07-22T20:26:49.269Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32132026-07-22T20:26:49.381Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32142026-07-22T20:26:49.586Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32152026-07-22T20:26:49.791Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32162026-07-22T20:26:49.858Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32172026-07-22T20:26:50.282Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32182026-07-22T20:26:50.329Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32192026-07-22T20:26:50.770Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32202026-07-22T20:26:51.047Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32212026-07-22T20:26:51.172Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32222026-07-22T20:26:51.474Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32232026-07-22T20:26:51.536Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32242026-07-22T20:26:51.561Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32252026-07-22T20:26:51.723Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32262026-07-22T20:26:52.283Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32272026-07-22T20:26:52.495Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32282026-07-22T20:26:53.076Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32292026-07-22T20:26:53.219Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32302026-07-22T20:26:53.624Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32312026-07-22T20:26:54.318Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32322026-07-22T20:26:54.948Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32332026-07-22T20:26:55.218Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32342026-07-22T20:26:55.282Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32352026-07-22T20:26:55.847Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32362026-07-22T20:26:56.067Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32372026-07-22T20:26:56.336Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32382026-07-22T20:26:56.755Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32392026-07-22T20:26:57.519Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32402026-07-22T20:26:57.624Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32412026-07-22T20:26:58.740Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32422026-07-22T20:26:58.842Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32432026-07-22T20:26:59.702Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32442026-07-22T20:27:02.149Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32452026-07-22T20:27:02.511Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32462026-07-22T20:27:02.730Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32472026-07-22T20:27:02.944Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32482026-07-22T20:27:03.705Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32492026-07-22T20:27:03.976Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32502026-07-22T20:27:04.922Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32512026-07-22T20:27:05.503Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32522026-07-22T20:27:06.451Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32532026-07-22T20:27:06.629Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32542026-07-22T20:27:07.221Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32552026-07-22T20:27:07.293Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32562026-07-22T20:27:07.848Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32572026-07-22T20:27:07.945Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32582026-07-22T20:27:07.981Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32592026-07-22T20:27:08.136Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
32602026-07-22T20:27:08.274Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32612026-07-22T20:27:08.490Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32622026-07-22T20:27:08.624Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32632026-07-22T20:27:08.647Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32642026-07-22T20:27:09.081Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32652026-07-22T20:27:09.351Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32662026-07-22T20:27:09.797Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32672026-07-22T20:27:09.821Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32682026-07-22T20:27:10.043Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32692026-07-22T20:27:10.184Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32702026-07-22T20:27:10.472Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32712026-07-22T20:27:10.723Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32722026-07-22T20:27:11.741Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32732026-07-22T20:27:12.676Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32742026-07-22T20:27:13.043Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32752026-07-22T20:27:14.330Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32762026-07-22T20:27:15.853Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32772026-07-22T20:27:16.245Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32782026-07-22T20:27:17.426Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32792026-07-22T20:27:18.114Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32802026-07-22T20:27:19.964Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32812026-07-22T20:27:20.788Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32822026-07-22T20:27:21.400Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32832026-07-22T20:27:23.103Z Documenting oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
32842026-07-22T20:27:23.734Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32852026-07-22T20:27:25.176Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32862026-07-22T20:27:26.761Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32872026-07-22T20:27:27.601Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32882026-07-22T20:27:27.763Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32892026-07-22T20:27:28.030Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32902026-07-22T20:27:28.625Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32912026-07-22T20:27:33.817Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32922026-07-22T20:27:34.491Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32932026-07-22T20:27:35.066Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32942026-07-22T20:27:35.856Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32952026-07-22T20:27:36.692Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32962026-07-22T20:27:37.446Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32972026-07-22T20:27:38.157Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32982026-07-22T20:27:39.403Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32992026-07-22T20:27:40.156Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33002026-07-22T20:27:41.815Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
33012026-07-22T20:27:41.913Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
33022026-07-22T20:27:42.895Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
33032026-07-22T20:27:43.685Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33042026-07-22T20:27:43.713Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33052026-07-22T20:27:44.399Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
33062026-07-22T20:27:45.230Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
33072026-07-22T20:27:49.075Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33082026-07-22T20:27:49.789Z Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
33092026-07-22T20:27:51.004Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33102026-07-22T20:27:51.601Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
33112026-07-22T20:27:52.447Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33122026-07-22T20:27:53.522Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
33132026-07-22T20:27:54.472Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33142026-07-22T20:27:56.664Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33152026-07-22T20:27:57.823Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
33162026-07-22T20:27:59.081Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33172026-07-22T20:27:59.721Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
33182026-07-22T20:28:04.014Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33192026-07-22T20:28:04.014Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33202026-07-22T20:28:05.032Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
33212026-07-22T20:28:05.668Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33222026-07-22T20:28:07.472Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33232026-07-22T20:28:08.779Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
33242026-07-22T20:28:10.524Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
33252026-07-22T20:28:12.155Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
33262026-07-22T20:28:13.733Z Documenting wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
33272026-07-22T20:28:15.322Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33282026-07-22T20:28:16.968Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33292026-07-22T20:28:18.720Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
33302026-07-22T20:28:22.772Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
33312026-07-22T20:28:23.566Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33322026-07-22T20:28:24.579Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
33332026-07-22T20:28:25.299Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33342026-07-22T20:28:27.263Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33352026-07-22T20:28:28.845Z Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
33362026-07-22T20:28:30.806Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33372026-07-22T20:28:32.834Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
33382026-07-22T20:28:34.609Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33392026-07-22T20:28:36.329Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33402026-07-22T20:28:38.449Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33412026-07-22T20:28:39.897Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33422026-07-22T20:28:41.730Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
33432026-07-22T20:28:43.476Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
33442026-07-22T20:28:45.247Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33452026-07-22T20:28:46.959Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33462026-07-22T20:28:51.978Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33472026-07-22T20:28:54.106Z Documenting wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
33482026-07-22T20:28:55.455Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33492026-07-22T20:28:57.515Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33502026-07-22T20:28:59.597Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
33512026-07-22T20:29:01.239Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
33522026-07-22T20:29:03.182Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33532026-07-22T20:29:05.277Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33542026-07-22T20:29:07.761Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33552026-07-22T20:29:10.651Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
33562026-07-22T20:29:11.515Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33572026-07-22T20:29:14.173Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33582026-07-22T20:29:16.377Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
33592026-07-22T20:29:18.671Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33602026-07-22T20:29:20.839Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33612026-07-22T20:29:23.193Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33622026-07-22T20:29:25.835Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
33632026-07-22T20:29:28.062Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33642026-07-22T20:29:30.651Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33652026-07-22T20:29:32.687Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33662026-07-22T20:29:35.783Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33672026-07-22T20:29:37.727Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
33682026-07-22T20:29:39.575Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33692026-07-22T20:29:41.892Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33702026-07-22T20:29:44.194Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33712026-07-22T20:29:46.569Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33722026-07-22T20:29:48.857Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33732026-07-22T20:29:51.324Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33742026-07-22T20:29:53.653Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33752026-07-22T20:29:55.976Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33762026-07-22T20:29:58.288Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33772026-07-22T20:30:00.681Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33782026-07-22T20:30:03.166Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33792026-07-22T20:30:05.491Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33802026-07-22T20:30:07.926Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33812026-07-22T20:30:10.332Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33822026-07-22T20:30:12.730Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33832026-07-22T20:30:15.112Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33842026-07-22T20:30:17.523Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33852026-07-22T20:30:20.055Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33862026-07-22T20:30:22.422Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33872026-07-22T20:30:27.916Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33882026-07-22T20:30:27.941Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33892026-07-22T20:30:31.197Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33902026-07-22T20:30:32.000Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33912026-07-22T20:30:34.374Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33922026-07-22T20:30:36.893Z Documenting corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
33932026-07-22T20:30:39.255Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33942026-07-22T20:30:41.745Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33952026-07-22T20:30:44.167Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33962026-07-22T20:30:46.642Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33972026-07-22T20:30:49.146Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33982026-07-22T20:30:51.548Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33992026-07-22T20:30:54.578Z Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
34002026-07-22T20:30:56.803Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
34012026-07-22T20:30:59.375Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34022026-07-22T20:31:01.774Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
34032026-07-22T20:31:04.598Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
34042026-07-22T20:31:07.185Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
34052026-07-22T20:31:09.763Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34062026-07-22T20:31:12.298Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
34072026-07-22T20:31:14.970Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
34082026-07-22T20:31:17.556Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
34092026-07-22T20:31:20.245Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34102026-07-22T20:31:23.172Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
34112026-07-22T20:31:25.643Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
34122026-07-22T20:31:33.717Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
34132026-07-22T20:31:33.864Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
34142026-07-22T20:31:37.213Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
34152026-07-22T20:31:40.715Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34162026-07-22T20:31:44.217Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34172026-07-22T20:31:47.485Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
34182026-07-22T20:31:50.876Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
34192026-07-22T20:31:55.583Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
34202026-07-22T20:31:58.464Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34212026-07-22T20:32:02.268Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
34222026-07-22T20:32:06.028Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
34232026-07-22T20:32:09.788Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
34242026-07-22T20:32:13.530Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
34252026-07-22T20:32:17.208Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34262026-07-22T20:32:21.015Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
34272026-07-22T20:32:24.742Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
34282026-07-22T20:32:28.576Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
34292026-07-22T20:32:32.210Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
34302026-07-22T20:32:35.931Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
34312026-07-22T20:32:39.637Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
34322026-07-22T20:32:43.408Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
34332026-07-22T20:32:47.171Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34342026-07-22T20:32:50.858Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34352026-07-22T20:32:54.630Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
34362026-07-22T20:32:58.379Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
34372026-07-22T20:33:02.125Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
34382026-07-22T20:33:05.845Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
34392026-07-22T20:33:35.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 02s
34402026-07-22T20:33:35.942Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 202 other files
34412026-07-22T20:33:36.049Z
34422026-07-22T20:33:36.049Zreal 7:02.555032926
34432026-07-22T20:33:36.050Zuser 18:39.508718990
34442026-07-22T20:33:36.050Zsys 3:58.981137505
34452026-07-22T20:33:36.050Ztrap 0.267983049
34462026-07-22T20:33:36.050Ztflt 0.044923833
34472026-07-22T20:33:36.050Zdflt 0.136472605
34482026-07-22T20:33:36.050Zkflt 0.000017970
34492026-07-22T20:33:36.050Zlock 6:33:37.801278699
34502026-07-22T20:33:36.050Zslp 2:22:19.240908686
34512026-07-22T20:33:36.050Zlat 31.793218977
34522026-07-22T20:33:36.050Zstop 1:43.396553629
34532026-07-22T20:33:36.053Zprocess exited: duration 795584 ms, exit code 0
 
34542026-07-22T20:33:36.060Zfound 0 output files