01KW0JMD61E52W8S5T890AC392: clippy (helios)

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

Buildomat Job: 01KW0JMSNEC58BKBHQM7RMXXET

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-25T23:44:10.928Zjob assigned to worker 01KW0JN89NN3N9EF4PF612T66X [factory aws, i-072f00f77b47ba60f] (queued for 1 m 7 s)
 
22026-06-25T23:44:17.237Zstarting task 0: "setup"
32026-06-25T23:44:17.242Z++ uname -s
42026-06-25T23:44:17.245Z+ kern=SunOS
52026-06-25T23:44:17.245Z+ build_user=build
62026-06-25T23:44:17.245Z+ build_uid=12345
72026-06-25T23:44:17.245Z+ work_dir=/work
82026-06-25T23:44:17.245Z+ input_dir=/input
92026-06-25T23:44:17.245Z+ [[ 0 == 12345 ]]
102026-06-25T23:44:17.245Z+ case "$kern" in
112026-06-25T23:44:17.245Z+ groupadd -g 12345 build
122026-06-25T23:44:17.248Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-25T23:44:19.251Z+ zfs create -o mountpoint=/work rpool/work
142026-06-25T23:44:19.354Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-25T23:44:19.357Z+ home_fs=zfs
162026-06-25T23:44:19.357Z+ [[ zfs == autofs ]]
172026-06-25T23:44:19.357Z+ mkdir -p /home/build
182026-06-25T23:44:19.357Z+ chown build:build /home/build /work
192026-06-25T23:44:21.358Z+ chmod 0700 /home/build /work
202026-06-25T23:44:21.361Zprocess exited: duration 4122 ms, exit code 0
 
212026-06-25T23:44:21.366Zstarting task 1: "rust-toolchain"
222026-06-25T23:44:21.370Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.0
232026-06-25T23:44:21.370Z * rust toolchain channel = "1.96.0"
242026-06-25T23:44:21.370Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-06-25T23:44:21.370Z * rust toolchain profile = "default"
262026-06-25T23:44:21.370Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-25T23:44:21.370Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-25T23:44:21.373Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-25T23:44:21.373Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default
302026-06-25T23:44:21.439Zinfo: downloading installer
312026-06-25T23:44:22.857Zwarn: It looks like you have an existing rustup settings file at:
322026-06-25T23:44:22.857Zwarn: /home/build/.rustup/settings.toml
332026-06-25T23:44:22.857Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-25T23:44:22.857Zwarn: instead of the one inferred from the default host triple.
352026-06-25T23:44:22.869Zinfo: profile set to default
362026-06-25T23:44:22.869Zinfo: default host triple is x86_64-unknown-illumos
372026-06-25T23:44:22.872Zinfo: syncing channel updates for 1.96.0-x86_64-unknown-illumos
382026-06-25T23:44:23.008Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
392026-06-25T23:44:23.011Zinfo: downloading 6 components
402026-06-25T23:44:37.376Zinfo: default toolchain set to 1.96.0-x86_64-unknown-illumos
412026-06-25T23:44:37.376Z
422026-06-25T23:44:37.403Z 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
432026-06-25T23:44:37.403Z
442026-06-25T23:44:37.407Z
452026-06-25T23:44:37.407ZRust is installed now. Great!
462026-06-25T23:44:37.407Z
472026-06-25T23:44:37.407ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-25T23:44:37.407Zenvironment variable. This has not been done automatically.
492026-06-25T23:44:37.407Z
502026-06-25T23:44:37.407ZTo configure your current shell, you need to source
512026-06-25T23:44:37.407Zthe corresponding env file under $HOME/.cargo.
522026-06-25T23:44:37.407Z
532026-06-25T23:44:37.407ZThis is usually done by running one of the following (note the leading DOT):
542026-06-25T23:44:37.407Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-25T23:44:37.407Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-25T23:44:37.407Zsource "~/.cargo/env.nu" # For nushell
572026-06-25T23:44:37.407Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-25T23:44:37.407Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-25T23:44:37.407Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-25T23:44:37.407Zwarn: no default linker (`cc`) was found in your PATH
612026-06-25T23:44:37.407Zwarn: many Rust crates require a system C toolchain to build
622026-06-25T23:44:37.508Z+ rustup --version
632026-06-25T23:44:37.517Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-25T23:44:37.520Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-25T23:44:37.538Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
662026-06-25T23:44:37.541Z+ cargo --version
672026-06-25T23:44:37.554Zcargo 1.96.0 (30a34c682 2026-05-25)
682026-06-25T23:44:37.557Z+ rustc --version
692026-06-25T23:44:37.576Zrustc 1.96.0 (ac68faa20 2026-05-25)
702026-06-25T23:44:37.580Zprocess exited: duration 16211 ms, exit code 0
 
712026-06-25T23:44:37.586Zstarting task 2: "authentication"
722026-06-25T23:44:37.602Zprocess exited: duration 15 ms, exit code 0
 
732026-06-25T23:44:37.607Zstarting task 3: "clone repository"
742026-06-25T23:44:37.610Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-25T23:44:37.613Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-25T23:44:37.640ZCloning into '/work/oxidecomputer/omicron'...
772026-06-25T23:44:48.075Z+ cd /work/oxidecomputer/omicron
782026-06-25T23:44:48.075Z+ git fetch origin 794b50256f2d4fa6f94e39dacec47863ad6bf338
792026-06-25T23:44:48.553ZFrom https://github.com/oxidecomputer/omicron
802026-06-25T23:44:48.553Z * branch 794b50256f2d4fa6f94e39dacec47863ad6bf338 -> FETCH_HEAD
812026-06-25T23:44:48.564Z+ [[ -n '' ]]
822026-06-25T23:44:48.564Z+ git reset --hard 794b50256f2d4fa6f94e39dacec47863ad6bf338
832026-06-25T23:44:48.806ZHEAD is now at 794b50256 Support only requiring 2/3 downstairs to activate
842026-06-25T23:44:48.809Zprocess exited: duration 11200 ms, exit code 0
 
852026-06-25T23:44:48.815Zstarting task 4: "build"
862026-06-25T23:44:48.819Z+ source ./env.sh
872026-06-25T23:44:48.822Z++ OLD_SHELL_OPTS=ehxB
882026-06-25T23:44:48.822Z++ set -o xtrace
892026-06-25T23:44:48.822Z++++ dirname ./env.sh
902026-06-25T23:44:48.826Z+++ readlink -f .
912026-06-25T23:44:48.826Z++ OMICRON_WS=/work/oxidecomputer/omicron
922026-06-25T23:44:48.826Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
932026-06-25T23:44:48.826Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
942026-06-25T23:44:48.826Z++ 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
952026-06-25T23:44:48.826Z++ 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
962026-06-25T23:44:48.827Z++ 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
972026-06-25T23:44:48.827Z++ 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
982026-06-25T23:44:48.827Z++ 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
992026-06-25T23:44:48.827Z++ 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
1002026-06-25T23:44:48.827Z++ 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
1012026-06-25T23:44:48.827Z++ 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
1022026-06-25T23:44:48.827Z++ case $OLD_SHELL_OPTS in
1032026-06-25T23:44:48.827Z++ unset OLD_SHELL_OPTS OMICRON_WS
1042026-06-25T23:44:48.827Z+ source .github/buildomat/ci-env.sh
1052026-06-25T23:44:48.827Z++ export CARGO_TERM_COLOR=always
1062026-06-25T23:44:48.827Z++ CARGO_TERM_COLOR=always
1072026-06-25T23:44:48.827Z+ cargo --version
1082026-06-25T23:44:48.834Zcargo 1.96.0 (30a34c682 2026-05-25)
1092026-06-25T23:44:48.838Z+ rustc --version
1102026-06-25T23:44:48.857Zrustc 1.96.0 (ac68faa20 2026-05-25)
1112026-06-25T23:44:48.860Z+ banner prerequisites
1122026-06-25T23:44:48.863Z
1132026-06-25T23:44:48.863Z ##### ##### ###### ##### ###### #### # # # #### #
1142026-06-25T23:44:48.863Z # # # # # # # # # # # # # # #
1152026-06-25T23:44:48.864Z # # # # ##### # # ##### # # # # # #### #
1162026-06-25T23:44:48.864Z ##### ##### # ##### # # # # # # # # #
1172026-06-25T23:44:48.864Z # # # # # # # # # # # # # # #
1182026-06-25T23:44:48.864Z # # # ###### # # ###### ### # #### # #### #
1192026-06-25T23:44:48.864Z
1202026-06-25T23:44:48.864Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1212026-06-25T23:44:50.329Z Startup: Refreshing catalog 'helios' ... Done
1222026-06-25T23:44:50.439Z Startup: Caching catalogs ... Done
1232026-06-25T23:44:50.942ZPlanning: Solver setup ... Done (0.460s)
1242026-06-25T23:44:50.966ZPlanning: Running solver ... Done (0.024s)
1252026-06-25T23:44:50.978ZPlanning: Finding local manifests ... Done (0.003s)
1262026-06-25T23:44:50.988ZPlanning: Fetching manifests: 0/2 0% complete
1272026-06-25T23:44:51.005ZPlanning: Fetching manifests: 2/2 100% complete
1282026-06-25T23:44:51.018ZPlanning: Package planning ... Done (0.013s)
1292026-06-25T23:44:51.021ZPlanning: Merging actions ... Done (0.002s)
1302026-06-25T23:44:51.186ZPlanning: Checking for conflicting actions ... Done (0.166s)
1312026-06-25T23:44:51.189ZPlanning: Consolidating action changes ... Done (0.001s)
1322026-06-25T23:44:51.972ZPlanning: Evaluating mediators ... Done (0.786s)
1332026-06-25T23:44:51.975ZPlanning: Planning completed in 1.52 seconds
1342026-06-25T23:44:51.981Z Packages to install: 2
1352026-06-25T23:44:51.984Z Estimated space available: 156.06 GB
1362026-06-25T23:44:51.984ZEstimated space to be consumed: 30.96 MB
1372026-06-25T23:44:51.984Z Create boot environment: No
1382026-06-25T23:44:51.984ZCreate backup boot environment: No
1392026-06-25T23:44:51.984Z Rebuild boot archive: No
1402026-06-25T23:44:51.984Z
1412026-06-25T23:44:51.984ZChanged packages:
1422026-06-25T23:44:51.985Zhelios
1432026-06-25T23:44:51.985Z developer/build-essential
1442026-06-25T23:44:51.985Z None -> 11-3.0
1452026-06-25T23:44:51.985Z library/libxmlsec1
1462026-06-25T23:44:51.985Z None -> 1.2.35-3.0
1472026-06-25T23:44:52.005Z
1482026-06-25T23:44:52.005ZDownload: 0/214 items 0.0/1.3MB 0% complete
1492026-06-25T23:44:52.570ZDownload: Completed 1.28 MB in 0.56 seconds (2.3M/s)
1502026-06-25T23:44:52.696Z Actions: 1/268 actions (Installing new actions)
1512026-06-25T23:44:52.734Z Actions: Completed 268 actions in 0.04 seconds.
1522026-06-25T23:44:52.744ZFinalize: Updating package state database ... Done (0.010s)
1532026-06-25T23:44:52.744ZFinalize: Updating package cache ... Done (0.000s)
1542026-06-25T23:44:52.777ZFinalize: Updating image state ... Done (0.031s)
1552026-06-25T23:44:55.165ZFinalize: Creating fast lookup database ... Done (2.364s)
1562026-06-25T23:44:55.233ZFinalize: Reading search index ... Done (0.011s)
1572026-06-25T23:44:55.236ZFinalize: Updating search index ... Done (0.000s)
1582026-06-25T23:44:55.319ZFinalize: Updating package cache ... Done (0.000s)
1592026-06-25T23:44:55.632ZPlanning: Evaluating mediator changes ... Done
1602026-06-25T23:44:55.734ZPlanning: Checking for conflicting actions ... Done
1612026-06-25T23:44:55.737ZPlanning: Consolidating action changes ... Done
1622026-06-25T23:44:55.890ZPlanning: Evaluating mediators ... Done
1632026-06-25T23:44:55.893ZPlanning: Planning completed in 0.26 seconds
1642026-06-25T23:44:55.913Z Mediators to change: 2
1652026-06-25T23:44:55.913Z Create boot environment: No
1662026-06-25T23:44:55.913ZCreate backup boot environment: No
1672026-06-25T23:44:55.975ZFinalize: Updating package state database ... Done
1682026-06-25T23:44:55.975ZFinalize: Updating package cache ... Done
1692026-06-25T23:44:55.991ZFinalize: Updating image state ... Done
1702026-06-25T23:44:57.925ZFinalize: Creating fast lookup database ... Done
1712026-06-25T23:44:57.985ZFinalize: Reading search index ... Done
1722026-06-25T23:44:57.988ZFinalize: Updating search index ... Done
1732026-06-25T23:44:58.073ZFinalize: Updating package cache ... Done
1742026-06-25T23:44:58.362ZPlanning: Evaluating mediator changes ... Done
1752026-06-25T23:44:58.469ZPlanning: Checking for conflicting actions ... Done
1762026-06-25T23:44:58.472ZPlanning: Consolidating action changes ... Done
1772026-06-25T23:44:58.626ZPlanning: Evaluating mediators ... Done
1782026-06-25T23:44:58.630ZPlanning: Planning completed in 0.26 seconds
1792026-06-25T23:44:58.649Z Mediators to change: 1
1802026-06-25T23:44:58.649Z Create boot environment: No
1812026-06-25T23:44:58.649ZCreate backup boot environment: No
1822026-06-25T23:44:58.712ZFinalize: Updating package state database ... Done
1832026-06-25T23:44:58.712ZFinalize: Updating package cache ... Done
1842026-06-25T23:44:58.718ZFinalize: Updating image state ... Done
1852026-06-25T23:45:00.669ZFinalize: Creating fast lookup database ... Done
1862026-06-25T23:45:00.731ZFinalize: Reading search index ... Done
1872026-06-25T23:45:00.734ZFinalize: Updating search index ... Done
1882026-06-25T23:45:00.808ZFinalize: Updating package cache ... Done
1892026-06-25T23:45:01.125ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1902026-06-25T23:45:01.125Zapache system 2.4 system
1912026-06-25T23:45:01.125Zclang system 15 system
1922026-06-25T23:45:01.125Zcsh system system illumos
1932026-06-25T23:45:01.125Zctags system system illumos
1942026-06-25T23:45:01.125Zfile vendor vendor darwinsys
1952026-06-25T23:45:01.125Zfile system system illumos
1962026-06-25T23:45:01.125Zgcc vendor 14 vendor
1972026-06-25T23:45:01.125Zgcc system 13 system
1982026-06-25T23:45:01.125Zgcc system 10 system
1992026-06-25T23:45:01.125Zgo system 1.25 system
2002026-06-25T23:45:01.125Zllvm system 15 system
2012026-06-25T23:45:01.125Zmariadb system 11.4 system
2022026-06-25T23:45:01.126Zmta vendor vendor dma
2032026-06-25T23:45:01.126Zopenjdk system 17 system
2042026-06-25T23:45:01.126Zopenjdk system 11 system
2052026-06-25T23:45:01.126Zopenssl vendor 3 vendor
2062026-06-25T23:45:01.126Zperl system 5.40 system
2072026-06-25T23:45:01.126Zpostgresql system 18 system
2082026-06-25T23:45:01.126Zpostgresql system 17 system
2092026-06-25T23:45:01.126Zpython vendor 3 vendor
2102026-06-25T23:45:01.126Zpython system 2 system
2112026-06-25T23:45:01.126Zpython3 vendor 3.13 vendor
2122026-06-25T23:45:01.126Zruby system 3.4 system
2132026-06-25T23:45:01.126Zruby system 3.0 system
2142026-06-25T23:45:01.126Zwords vendor vendor american-english
2152026-06-25T23:45:01.126Zwords system system australian-english
2162026-06-25T23:45:01.126Zwords system system british-english
2172026-06-25T23:45:01.126Zwords system system canadian-english
2182026-06-25T23:45:01.126Zwords system system french
2192026-06-25T23:45:01.126Zwords system system italian
2202026-06-25T23:45:01.126Zwords system system ngerman
2212026-06-25T23:45:01.126Zwords system system ogerman
2222026-06-25T23:45:01.126Zwords system system spanish
2232026-06-25T23:45:01.377ZPUBLISHER TYPE STATUS P LOCATION
2242026-06-25T23:45:01.377Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2252026-06-25T23:45:01.682ZFMRI IFO
2262026-06-25T23:45:01.682Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2272026-06-25T23:45:01.682Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2282026-06-25T23:45:01.682Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2292026-06-25T23:45:01.682Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2302026-06-25T23:45:01.682Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2312026-06-25T23:45:01.682Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2322026-06-25T23:45:01.682Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2332026-06-25T23:45:01.682Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2342026-06-25T23:45:01.682Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2352026-06-25T23:45:01.948Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2362026-06-25T23:45:02.250Z Updating crates.io index
2372026-06-25T23:45:02.253Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2382026-06-25T23:45:02.501Z Updating git repository `https://github.com/oxidecomputer/lldp`
2392026-06-25T23:45:02.842Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2402026-06-25T23:45:03.121Z Updating git repository `https://github.com/oxidecomputer/propolis`
2412026-06-25T23:45:03.976Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2422026-06-25T23:45:04.488Z Updating git repository `https://github.com/oxidecomputer/crucible`
2432026-06-25T23:45:06.026Z Updating git repository `https://github.com/oxidecomputer/opte`
2442026-06-25T23:45:06.780Z Updating git repository `https://github.com/oxidecomputer/tofino`
2452026-06-25T23:45:07.061Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2462026-06-25T23:45:08.136Z Updating git repository `https://github.com/oxidecomputer/clickward`
2472026-06-25T23:45:08.475Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2482026-06-25T23:45:08.791Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2492026-06-25T23:45:09.072Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2502026-06-25T23:45:09.505Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2512026-06-25T23:45:09.954Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2522026-06-25T23:45:10.397Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2532026-06-25T23:45:10.607Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2542026-06-25T23:45:10.896Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2552026-06-25T23:45:11.229Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2562026-06-25T23:45:11.479Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2572026-06-25T23:45:11.743Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2582026-06-25T23:45:12.030Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2592026-06-25T23:45:12.410Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2602026-06-25T23:45:12.719Z Updating git repository `https://github.com/oxidecomputer/erebor`
2612026-06-25T23:45:13.002Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2622026-06-25T23:45:13.377Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2632026-06-25T23:45:13.650Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2642026-06-25T23:45:13.937Z Updating git repository `https://github.com/oxidecomputer/ispf`
2652026-06-25T23:45:14.216Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2662026-06-25T23:45:14.479Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2672026-06-25T23:45:14.801Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2682026-06-25T23:45:15.208Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2692026-06-25T23:45:15.458Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2702026-06-25T23:45:15.761Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2712026-06-25T23:45:16.027Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2722026-06-25T23:45:16.307Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2732026-06-25T23:45:16.580Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2742026-06-25T23:45:16.831Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2752026-06-25T23:45:17.109Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2762026-06-25T23:45:17.395Z Updating git repository `https://github.com/illumos/smf-rs`
2772026-06-25T23:45:20.422Z Downloading crates ...
2782026-06-25T23:45:20.476Z Downloaded byteorder v1.5.0
2792026-06-25T23:45:20.486Z Downloaded camino v1.2.2
2802026-06-25T23:45:20.489Z Downloaded bytecount v0.6.9
2812026-06-25T23:45:20.492Z Downloaded clap v4.6.1
2822026-06-25T23:45:20.495Z Downloaded toml v0.8.23
2832026-06-25T23:45:20.498Z Downloaded swrite v0.1.0
2842026-06-25T23:45:20.499Z Downloaded block-buffer v0.10.4
2852026-06-25T23:45:20.499Z Downloaded autocfg v1.5.0
2862026-06-25T23:45:20.502Z Downloaded anstyle-parse v1.0.0
2872026-06-25T23:45:20.502Z Downloaded thread-id v4.2.2
2882026-06-25T23:45:20.502Z Downloaded cfg-if v1.0.4
2892026-06-25T23:45:20.502Z Downloaded zmij v1.0.21
2902026-06-25T23:45:20.506Z Downloaded toml_datetime v0.6.11
2912026-06-25T23:45:20.506Z Downloaded thiserror v1.0.69
2922026-06-25T23:45:20.509Z Downloaded clap_builder v4.6.0
2932026-06-25T23:45:20.511Z Downloaded crypto-common v0.1.7
2942026-06-25T23:45:20.514Z Downloaded anstream v1.0.0
2952026-06-25T23:45:20.514Z Downloaded clap_lex v1.0.0
2962026-06-25T23:45:20.514Z Downloaded cargo-util-schemas v0.8.2
2972026-06-25T23:45:20.517Z Downloaded camino-tempfile v1.4.1
2982026-06-25T23:45:20.518Z Downloaded yoke-derive v0.8.1
2992026-06-25T23:45:20.518Z Downloaded cpufeatures v0.2.17
3002026-06-25T23:45:20.521Z Downloaded getrandom v0.4.1
3012026-06-25T23:45:20.524Z Downloaded anyhow v1.0.102
3022026-06-25T23:45:20.527Z Downloaded zerotrie v0.2.3
3032026-06-25T23:45:20.530Z Downloaded usdt-attr-macro v0.5.0
3042026-06-25T23:45:20.530Z Downloaded usdt v0.5.0
3052026-06-25T23:45:20.530Z Downloaded equivalent v1.0.2
3062026-06-25T23:45:20.530Z Downloaded cargo_toml v0.21.0
3072026-06-25T23:45:20.535Z Downloaded anstyle-query v1.1.5
3082026-06-25T23:45:20.535Z Downloaded serde-value v0.7.0
3092026-06-25T23:45:20.535Z Downloaded is_terminal_polyfill v1.70.2
3102026-06-25T23:45:20.535Z Downloaded version_check v0.9.5
3112026-06-25T23:45:20.538Z Downloaded usdt-macro v0.5.0
3122026-06-25T23:45:20.538Z Downloaded fastrand v2.3.0
3132026-06-25T23:45:20.538Z Downloaded unicode-linebreak v0.1.5
3142026-06-25T23:45:20.538Z Downloaded icu_normalizer v2.1.1
3152026-06-25T23:45:20.541Z Downloaded yoke v0.8.1
3162026-06-25T23:45:20.541Z Downloaded tinystr v0.8.2
3172026-06-25T23:45:20.541Z Downloaded cargo-platform v0.2.0
3182026-06-25T23:45:20.544Z Downloaded thiserror-impl v2.0.18
3192026-06-25T23:45:20.544Z Downloaded memmap v0.7.0
3202026-06-25T23:45:20.544Z Downloaded errno v0.3.14
3212026-06-25T23:45:20.566Z Downloaded colorchoice v1.0.4
3222026-06-25T23:45:20.566Z Downloaded heck v0.5.0
3232026-06-25T23:45:20.566Z Downloaded unicode-xid v0.2.6
3242026-06-25T23:45:20.566Z Downloaded zerofrom-derive v0.1.6
3252026-06-25T23:45:20.566Z Downloaded dtrace-parser v0.2.0
3262026-06-25T23:45:20.566Z Downloaded digest v0.10.7
3272026-06-25T23:45:20.566Z Downloaded clap_derive v4.6.1
3282026-06-25T23:45:20.566Z Downloaded anstyle v1.0.14
3292026-06-25T23:45:20.566Z Downloaded zerofrom v0.1.6
3302026-06-25T23:45:20.566Z Downloaded utf8parse v0.2.2
3312026-06-25T23:45:20.566Z Downloaded thiserror v2.0.18
3322026-06-25T23:45:20.566Z Downloaded utf8_iter v1.0.4
3332026-06-25T23:45:20.566Z Downloaded usdt-impl v0.5.0
3342026-06-25T23:45:20.566Z Downloaded toml_write v0.1.2
3352026-06-25T23:45:20.566Z Downloaded strsim v0.11.1
3362026-06-25T23:45:20.567Z Downloaded dof v0.3.0
3372026-06-25T23:45:20.567Z Downloaded generic-array v0.14.7
3382026-06-25T23:45:20.567Z Downloaded ucd-trie v0.1.7
3392026-06-25T23:45:20.570Z Downloaded pretty-hex v0.4.1
3402026-06-25T23:45:20.570Z Downloaded typeid v1.0.3
3412026-06-25T23:45:20.573Z Downloaded zerovec-derive v0.11.2
3422026-06-25T23:45:20.573Z Downloaded thiserror-impl v1.0.69
3432026-06-25T23:45:20.576Z Downloaded heck v0.4.1
3442026-06-25T23:45:20.576Z Downloaded unicode-ident v1.0.24
3452026-06-25T23:45:20.579Z Downloaded zerocopy-derive v0.7.35
3462026-06-25T23:45:20.582Z Downloaded textwrap v0.16.2
3472026-06-25T23:45:20.585Z Downloaded terminal_size v0.4.3
3482026-06-25T23:45:20.585Z Downloaded typenum v1.19.0
3492026-06-25T23:45:20.588Z Downloaded serde_spanned v0.6.9
3502026-06-25T23:45:20.588Z Downloaded stable_deref_trait v1.2.1
3512026-06-25T23:45:20.588Z Downloaded smawk v0.3.2
3522026-06-25T23:45:20.588Z Downloaded scroll_derive v0.12.1
3532026-06-25T23:45:20.593Z Downloaded fnv v1.0.7
3542026-06-25T23:45:20.593Z Downloaded toml_edit v0.22.27
3552026-06-25T23:45:20.593Z Downloaded url v2.5.8
3562026-06-25T23:45:20.596Z Downloaded plain v0.2.3
3572026-06-25T23:45:20.596Z Downloaded percent-encoding v2.3.2
3582026-06-25T23:45:20.596Z Downloaded ordered-float v2.10.1
3592026-06-25T23:45:20.596Z Downloaded writeable v0.6.2
3602026-06-25T23:45:20.599Z Downloaded synstructure v0.13.2
3612026-06-25T23:45:20.599Z Downloaded serde-untagged v0.1.9
3622026-06-25T23:45:20.602Z Downloaded macaddr v1.0.1
3632026-06-25T23:45:20.605Z Downloaded displaydoc v0.2.5
3642026-06-25T23:45:20.609Z Downloaded proc-macro-error v1.0.4
3652026-06-25T23:45:20.612Z Downloaded idna_adapter v1.2.1
3662026-06-25T23:45:20.612Z Downloaded zerovec v0.11.5
3672026-06-25T23:45:20.615Z Downloaded cargo_metadata v0.21.0
3682026-06-25T23:45:20.618Z Downloaded once_cell v1.21.3
3692026-06-25T23:45:20.618Z Downloaded tabled_derive v0.7.0
3702026-06-25T23:45:20.618Z Downloaded proc-macro-error-attr v1.0.4
3712026-06-25T23:45:20.621Z Downloaded potential_utf v0.1.4
3722026-06-25T23:45:20.621Z Downloaded form_urlencoded v1.2.2
3732026-06-25T23:45:20.625Z Downloaded unicode-width v0.1.14
3742026-06-25T23:45:20.629Z Downloaded zerocopy v0.7.35
3752026-06-25T23:45:20.637Z Downloaded sha2 v0.10.9
3762026-06-25T23:45:20.640Z Downloaded serde_tokenstream v0.2.3
3772026-06-25T23:45:20.640Z Downloaded scroll v0.12.0
3782026-06-25T23:45:20.640Z Downloaded itoa v1.0.17
3792026-06-25T23:45:20.643Z Downloaded unicode-width v0.2.0
3802026-06-25T23:45:20.647Z Downloaded quote v1.0.45
3812026-06-25T23:45:20.647Z Downloaded bitflags v2.11.0
3822026-06-25T23:45:20.651Z Downloaded tempfile v3.25.0
3832026-06-25T23:45:20.651Z Downloaded icu_properties v2.1.2
3842026-06-25T23:45:20.651Z Downloaded fs-err v3.3.0
3852026-06-25T23:45:20.651Z Downloaded pest_generator v2.8.6
3862026-06-25T23:45:20.655Z Downloaded pest_derive v2.8.6
3872026-06-25T23:45:20.655Z Downloaded winnow v0.7.14
3882026-06-25T23:45:20.658Z Downloaded erased-serde v0.4.9
3892026-06-25T23:45:20.663Z Downloaded smallvec v1.15.1
3902026-06-25T23:45:20.666Z Downloaded log v0.4.29
3912026-06-25T23:45:20.666Z Downloaded litemap v0.8.1
3922026-06-25T23:45:20.669Z Downloaded semver v1.0.28
3932026-06-25T23:45:20.685Z Downloaded papergrid v0.11.0
3942026-06-25T23:45:20.688Z Downloaded icu_provider v2.1.1
3952026-06-25T23:45:20.691Z Downloaded num-traits v0.2.19
3962026-06-25T23:45:20.694Z Downloaded icu_normalizer_data v2.1.1
3972026-06-25T23:45:20.700Z Downloaded serde_core v1.0.228
3982026-06-25T23:45:20.713Z Downloaded serde_derive v1.0.228
3992026-06-25T23:45:20.715Z Downloaded icu_locale_core v2.1.1
4002026-06-25T23:45:20.718Z Downloaded icu_collections v2.1.1
4012026-06-25T23:45:20.722Z Downloaded pest_meta v2.8.6
4022026-06-25T23:45:20.725Z Downloaded proc-macro2 v1.0.106
4032026-06-25T23:45:20.728Z Downloaded serde v1.0.228
4042026-06-25T23:45:20.738Z Downloaded memchr v2.8.0
4052026-06-25T23:45:20.755Z Downloaded indexmap v2.14.0
4062026-06-25T23:45:20.758Z Downloaded pest v2.8.6
4072026-06-25T23:45:20.766Z Downloaded serde_json v1.0.149
4082026-06-25T23:45:20.769Z Downloaded idna v1.1.0
4092026-06-25T23:45:20.780Z Downloaded hashbrown v0.17.0
4102026-06-25T23:45:20.783Z Downloaded icu_properties_data v2.1.2
4112026-06-25T23:45:20.792Z Downloaded goblin v0.8.2
4122026-06-25T23:45:20.800Z Downloaded tabled v0.15.0
4132026-06-25T23:45:20.809Z Downloaded syn v1.0.109
4142026-06-25T23:45:20.818Z Downloaded syn v2.0.117
4152026-06-25T23:45:20.838Z Downloaded rustix v1.1.3
4162026-06-25T23:45:20.867Z Downloaded libc v0.2.185
4172026-06-25T23:45:20.937Z Compiling proc-macro2 v1.0.106
4182026-06-25T23:45:20.937Z Compiling unicode-ident v1.0.24
4192026-06-25T23:45:20.937Z Compiling quote v1.0.45
4202026-06-25T23:45:20.937Z Compiling serde_core v1.0.228
4212026-06-25T23:45:20.940Z Compiling libc v0.2.185
4222026-06-25T23:45:20.940Z Compiling version_check v0.9.5
4232026-06-25T23:45:20.940Z Compiling stable_deref_trait v1.2.1
4242026-06-25T23:45:20.940Z Compiling memchr v2.8.0
4252026-06-25T23:45:21.262Z Compiling serde v1.0.228
4262026-06-25T23:45:21.278Z Compiling zmij v1.0.21
4272026-06-25T23:45:21.493Z Compiling autocfg v1.5.0
4282026-06-25T23:45:21.508Z Compiling itoa v1.0.17
4292026-06-25T23:45:21.687Z Compiling ucd-trie v0.1.7
4302026-06-25T23:45:21.797Z Compiling thiserror v1.0.69
4312026-06-25T23:45:21.856Z Compiling pest v2.8.6
4322026-06-25T23:45:21.920Z Compiling litemap v0.8.1
4332026-06-25T23:45:21.938Z Compiling writeable v0.6.2
4342026-06-25T23:45:21.952Z Compiling icu_normalizer_data v2.1.1
4352026-06-25T23:45:22.130Z Compiling icu_properties_data v2.1.2
4362026-06-25T23:45:22.258Z Compiling rustix v1.1.3
4372026-06-25T23:45:22.324Z Compiling syn v2.0.117
4382026-06-25T23:45:22.382Z Compiling byteorder v1.5.0
4392026-06-25T23:45:22.453Z Compiling errno v0.3.14
4402026-06-25T23:45:22.482Z Compiling bitflags v2.11.0
4412026-06-25T23:45:22.623Z Compiling serde_json v1.0.149
4422026-06-25T23:45:22.716Z Compiling num-traits v0.2.19
4432026-06-25T23:45:22.847Z Compiling typeid v1.0.3
4442026-06-25T23:45:22.860Z Compiling hashbrown v0.17.0
4452026-06-25T23:45:22.910Z Compiling pest_meta v2.8.6
4462026-06-25T23:45:23.090Z Compiling smallvec v1.15.1
4472026-06-25T23:45:23.140Z Compiling equivalent v1.0.2
4482026-06-25T23:45:23.369Z Compiling thread-id v4.2.2
4492026-06-25T23:45:23.439Z Compiling indexmap v2.14.0
4502026-06-25T23:45:23.455Z Compiling proc-macro-error-attr v1.0.4
4512026-06-25T23:45:23.458Z Compiling usdt-impl v0.5.0
4522026-06-25T23:45:23.509Z Compiling syn v1.0.109
4532026-06-25T23:45:23.676Z Compiling erased-serde v0.4.9
4542026-06-25T23:45:23.772Z Compiling toml_write v0.1.2
4552026-06-25T23:45:23.808Z Compiling winnow v0.7.14
4562026-06-25T23:45:24.066Z Compiling proc-macro-error v1.0.4
4572026-06-25T23:45:24.163Z Compiling thiserror v2.0.18
4582026-06-25T23:45:24.252Z Compiling plain v0.2.3
4592026-06-25T23:45:24.364Z Compiling getrandom v0.4.1
4602026-06-25T23:45:24.502Z Compiling log v0.4.29
4612026-06-25T23:45:24.535Z Compiling utf8parse v0.2.2
4622026-06-25T23:45:24.603Z Compiling percent-encoding v2.3.2
4632026-06-25T23:45:24.650Z Compiling utf8_iter v1.0.4
4642026-06-25T23:45:24.666Z Compiling camino v1.2.2
4652026-06-25T23:45:24.692Z Compiling anstyle-parse v1.0.0
4662026-06-25T23:45:24.753Z Compiling form_urlencoded v1.2.2
4672026-06-25T23:45:24.796Z Compiling ordered-float v2.10.1
4682026-06-25T23:45:24.877Z Compiling synstructure v0.13.2
4692026-06-25T23:45:24.932Z Compiling pest_generator v2.8.6
4702026-06-25T23:45:25.111Z Compiling terminal_size v0.4.3
4712026-06-25T23:45:25.279Z Compiling anstyle v1.0.14
4722026-06-25T23:45:25.437Z Compiling anstyle-query v1.1.5
4732026-06-25T23:45:25.464Z Compiling cfg-if v1.0.4
4742026-06-25T23:45:25.467Z Compiling pretty-hex v0.4.1
4752026-06-25T23:45:25.496Z Compiling is_terminal_polyfill v1.70.2
4762026-06-25T23:45:25.511Z Compiling colorchoice v1.0.4
4772026-06-25T23:45:25.587Z Compiling serde-untagged v0.1.9
4782026-06-25T23:45:25.614Z Compiling anstream v1.0.0
4792026-06-25T23:45:25.630Z Compiling semver v1.0.28
4802026-06-25T23:45:25.708Z Compiling fs-err v3.3.0
4812026-06-25T23:45:25.866Z Compiling heck v0.4.1
4822026-06-25T23:45:25.962Z Compiling heck v0.5.0
4832026-06-25T23:45:25.999Z Compiling unicode-width v0.1.14
4842026-06-25T23:45:26.030Z Compiling strsim v0.11.1
4852026-06-25T23:45:26.045Z Compiling clap_lex v1.0.0
4862026-06-25T23:45:26.094Z Compiling fastrand v2.3.0
4872026-06-25T23:45:26.276Z Compiling fnv v1.0.7
4882026-06-25T23:45:26.279Z Compiling once_cell v1.21.3
4892026-06-25T23:45:26.363Z Compiling anyhow v1.0.102
4902026-06-25T23:45:26.381Z Compiling bytecount v0.6.9
4912026-06-25T23:45:26.384Z Compiling unicode-xid v0.2.6
4922026-06-25T23:45:26.511Z Compiling papergrid v0.11.0
4932026-06-25T23:45:26.513Z Compiling tempfile v3.25.0
4942026-06-25T23:45:26.542Z Compiling clap_builder v4.6.0
4952026-06-25T23:45:26.545Z Compiling serde_derive v1.0.228
4962026-06-25T23:45:26.658Z Compiling zerofrom-derive v0.1.6
4972026-06-25T23:45:26.675Z Compiling yoke-derive v0.8.1
4982026-06-25T23:45:26.910Z Compiling zerovec-derive v0.11.2
4992026-06-25T23:45:27.107Z Compiling displaydoc v0.2.5
5002026-06-25T23:45:27.844Z Compiling thiserror-impl v1.0.69
5012026-06-25T23:45:27.862Z Compiling zerocopy-derive v0.7.35
5022026-06-25T23:45:27.917Z Compiling pest_derive v2.8.6
5032026-06-25T23:45:28.014Z Compiling scroll_derive v0.12.1
5042026-06-25T23:45:28.036Z Compiling zerofrom v0.1.6
5052026-06-25T23:45:28.167Z Compiling yoke v0.8.1
5062026-06-25T23:45:28.367Z Compiling zerovec v0.11.5
5072026-06-25T23:45:28.372Z Compiling zerotrie v0.2.3
5082026-06-25T23:45:28.673Z Compiling scroll v0.12.0
5092026-06-25T23:45:28.689Z Compiling thiserror-impl v2.0.18
5102026-06-25T23:45:28.714Z Compiling zerocopy v0.7.35
5112026-06-25T23:45:28.871Z Compiling tinystr v0.8.2
5122026-06-25T23:45:28.945Z Compiling potential_utf v0.1.4
5132026-06-25T23:45:29.078Z Compiling icu_locale_core v2.1.1
5142026-06-25T23:45:29.115Z Compiling icu_collections v2.1.1
5152026-06-25T23:45:29.203Z Compiling dtrace-parser v0.2.0
5162026-06-25T23:45:29.266Z Compiling goblin v0.8.2
5172026-06-25T23:45:29.559Z Compiling tabled_derive v0.7.0
5182026-06-25T23:45:29.809Z Compiling icu_provider v2.1.1
5192026-06-25T23:45:29.936Z Compiling serde_spanned v0.6.9
5202026-06-25T23:45:29.954Z Compiling toml_datetime v0.6.11
5212026-06-25T23:45:30.001Z Compiling dof v0.3.0
5222026-06-25T23:45:30.020Z Compiling serde_tokenstream v0.2.3
5232026-06-25T23:45:30.055Z Compiling icu_properties v2.1.2
5242026-06-25T23:45:30.084Z Compiling icu_normalizer v2.1.1
5252026-06-25T23:45:30.215Z Compiling toml_edit v0.22.27
5262026-06-25T23:45:30.230Z Compiling serde-value v0.7.0
5272026-06-25T23:45:30.384Z Compiling cargo-platform v0.2.0
5282026-06-25T23:45:30.483Z Compiling clap_derive v4.6.1
5292026-06-25T23:45:30.610Z Compiling memmap v0.7.0
5302026-06-25T23:45:30.631Z Compiling smawk v0.3.2
5312026-06-25T23:45:30.666Z Compiling unicode-linebreak v0.1.5
5322026-06-25T23:45:30.851Z Compiling unicode-width v0.2.0
5332026-06-25T23:45:30.867Z Compiling tabled v0.15.0
5342026-06-25T23:45:30.959Z Compiling idna_adapter v1.2.1
5352026-06-25T23:45:31.028Z Compiling usdt-macro v0.5.0
5362026-06-25T23:45:31.101Z Compiling idna v1.1.0
5372026-06-25T23:45:31.132Z Compiling usdt-attr-macro v0.5.0
5382026-06-25T23:45:31.187Z Compiling textwrap v0.16.2
5392026-06-25T23:45:31.660Z Compiling url v2.5.8
5402026-06-25T23:45:31.760Z Compiling toml v0.8.23
5412026-06-25T23:45:31.819Z Compiling macaddr v1.0.1
5422026-06-25T23:45:32.285Z Compiling cargo-util-schemas v0.8.2
5432026-06-25T23:45:32.380Z Compiling usdt v0.5.0
5442026-06-25T23:45:32.397Z Compiling clap v4.6.1
5452026-06-25T23:45:32.434Z Compiling cargo_toml v0.21.0
5462026-06-25T23:45:32.631Z Compiling camino-tempfile v1.4.1
5472026-06-25T23:45:32.769Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5482026-06-25T23:45:32.832Z Compiling swrite v0.1.0
5492026-06-25T23:45:33.200Z Compiling cargo_metadata v0.21.0
5502026-06-25T23:45:34.130Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5512026-06-25T23:45:36.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.41s
5522026-06-25T23:45:36.405Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5532026-06-25T23:45:36.908Z Downloading crates ...
5542026-06-25T23:45:37.003Z Downloaded ascii-canvas v3.0.0
5552026-06-25T23:45:37.011Z Downloaded adler2 v2.0.1
5562026-06-25T23:45:37.014Z Downloaded argon2 v0.5.3
5572026-06-25T23:45:37.021Z Downloaded bitfield-macros v0.19.4
5582026-06-25T23:45:37.023Z Downloaded assert_matches v1.5.0
5592026-06-25T23:45:37.023Z Downloaded arrayref v0.3.9
5602026-06-25T23:45:37.029Z Downloaded async-recursion v1.1.1
5612026-06-25T23:45:37.032Z Downloaded aead v0.5.2
5622026-06-25T23:45:37.040Z Downloaded critical-section v1.2.0
5632026-06-25T23:45:37.042Z Downloaded bit-set v0.5.3
5642026-06-25T23:45:37.042Z Downloaded darling v0.20.11
5652026-06-25T23:45:37.046Z Downloaded darling_core v0.23.0
5662026-06-25T23:45:37.050Z Downloaded derive-ex v0.1.8
5672026-06-25T23:45:37.053Z Downloaded derive_builder_macro v0.20.2
5682026-06-25T23:45:37.053Z Downloaded crucible-workspace-hack v0.1.0
5692026-06-25T23:45:37.053Z Downloaded ahash v0.8.12
5702026-06-25T23:45:37.056Z Downloaded buf-list v1.1.2
5712026-06-25T23:45:37.059Z Downloaded defmt-macros v1.0.1
5722026-06-25T23:45:37.061Z Downloaded blowfish v0.9.1
5732026-06-25T23:45:37.062Z Downloaded crc8 v0.1.1
5742026-06-25T23:45:37.062Z Downloaded block-padding v0.3.3
5752026-06-25T23:45:37.062Z Downloaded bitfield-struct v0.6.2
5762026-06-25T23:45:37.064Z Downloaded bcrypt-pbkdf v0.10.0
5772026-06-25T23:45:37.064Z Downloaded atty v0.2.14
5782026-06-25T23:45:37.067Z Downloaded bitflags v1.3.2
5792026-06-25T23:45:37.067Z Downloaded debug-ignore v1.0.5
5802026-06-25T23:45:37.070Z Downloaded async-stream-impl v0.3.6
5812026-06-25T23:45:37.073Z Downloaded bitfield v0.19.4
5822026-06-25T23:45:37.076Z Downloaded crc-any v2.5.0
5832026-06-25T23:45:37.079Z Downloaded bit-vec v0.6.3
5842026-06-25T23:45:37.079Z Downloaded anstyle-parse v0.2.7
5852026-06-25T23:45:37.082Z Downloaded atomic-waker v1.1.2
5862026-06-25T23:45:37.084Z Downloaded bb8 v0.8.6
5872026-06-25T23:45:37.084Z Downloaded atomicwrites v0.4.4
5882026-06-25T23:45:37.084Z Downloaded darling v0.13.4
5892026-06-25T23:45:37.087Z Downloaded daft v0.1.7
5902026-06-25T23:45:37.090Z Downloaded defmt v0.3.100
5912026-06-25T23:45:37.090Z Downloaded array-init v0.0.4
5922026-06-25T23:45:37.090Z Downloaded darling_macro v0.13.4
5932026-06-25T23:45:37.093Z Downloaded darling_macro v0.21.3
5942026-06-25T23:45:37.093Z Downloaded crc32fast v1.5.0
5952026-06-25T23:45:37.093Z Downloaded cobs v0.3.0
5962026-06-25T23:45:37.096Z Downloaded arrayvec v0.7.6
5972026-06-25T23:45:37.096Z Downloaded foreign-types v0.5.0
5982026-06-25T23:45:37.099Z Downloaded daft-derive v0.1.7
5992026-06-25T23:45:37.101Z Downloaded derive_builder v0.20.2
6002026-06-25T23:45:37.104Z Downloaded bcs v0.1.6
6012026-06-25T23:45:37.104Z Downloaded backon v1.6.0
6022026-06-25T23:45:37.107Z Downloaded funty v2.0.0
6032026-06-25T23:45:37.107Z Downloaded diesel_table_macro_syntax v0.3.0
6042026-06-25T23:45:37.113Z Downloaded ctr v0.9.2
6052026-06-25T23:45:37.113Z Downloaded der v0.7.10
6062026-06-25T23:45:37.116Z Downloaded ciborium-ll v0.2.2
6072026-06-25T23:45:37.116Z Downloaded crossbeam-epoch v0.9.18
6082026-06-25T23:45:37.116Z Downloaded crossbeam-channel v0.5.15
6092026-06-25T23:45:37.119Z Downloaded dsl_auto_type v0.2.0
6102026-06-25T23:45:37.122Z Downloaded cfg_aliases v0.1.1
6112026-06-25T23:45:37.122Z Downloaded cargo-platform v0.3.2
6122026-06-25T23:45:37.124Z Downloaded crc v3.4.0
6132026-06-25T23:45:37.124Z Downloaded dof v0.4.0
6142026-06-25T23:45:37.127Z Downloaded compression-core v0.4.31
6152026-06-25T23:45:37.127Z Downloaded ciborium-io v0.2.2
6162026-06-25T23:45:37.127Z Downloaded cfg_aliases v0.2.1
6172026-06-25T23:45:37.127Z Downloaded bit-set v0.8.0
6182026-06-25T23:45:37.130Z Downloaded convert_case v0.4.0
6192026-06-25T23:45:37.130Z Downloaded base16ct v0.2.0
6202026-06-25T23:45:37.134Z Downloaded dyn-clone v1.0.20
6212026-06-25T23:45:37.134Z Downloaded deranged v0.5.8
6222026-06-25T23:45:37.137Z Downloaded data-encoding v2.10.0
6232026-06-25T23:45:37.137Z Downloaded darling_macro v0.20.11
6242026-06-25T23:45:37.137Z Downloaded cstr-argument v0.1.2
6252026-06-25T23:45:37.137Z Downloaded cpufeatures v0.3.0
6262026-06-25T23:45:37.140Z Downloaded allocator-api2 v0.2.21
6272026-06-25T23:45:37.140Z Downloaded dirs-sys-next v0.1.2
6282026-06-25T23:45:37.140Z Downloaded darling_macro v0.23.0
6292026-06-25T23:45:37.143Z Downloaded async-stream v0.3.6
6302026-06-25T23:45:37.143Z Downloaded dtrace-parser v0.3.0
6312026-06-25T23:45:37.145Z Downloaded defmt-parser v1.0.0
6322026-06-25T23:45:37.145Z Downloaded dunce v1.0.5
6332026-06-25T23:45:37.145Z Downloaded display-error-chain v0.2.2
6342026-06-25T23:45:37.145Z Downloaded curve25519-dalek-derive v0.1.1
6352026-06-25T23:45:37.148Z Downloaded crunchy v0.2.4
6362026-06-25T23:45:37.148Z Downloaded dirs-next v2.0.0
6372026-06-25T23:45:37.148Z Downloaded crc-catalog v2.4.0
6382026-06-25T23:45:37.151Z Downloaded dropshot-api-manager-types v0.7.2
6392026-06-25T23:45:37.151Z Downloaded document-features v0.2.12
6402026-06-25T23:45:37.154Z Downloaded embedded-io v0.6.1
6412026-06-25T23:45:37.154Z Downloaded embedded-io v0.4.0
6422026-06-25T23:45:37.154Z Downloaded difflib v0.4.0
6432026-06-25T23:45:37.157Z Downloaded async-bb8-diesel v0.2.1
6442026-06-25T23:45:37.157Z Downloaded foreign-types-shared v0.1.1
6452026-06-25T23:45:37.161Z Downloaded foreign-types-shared v0.3.1
6462026-06-25T23:45:37.161Z Downloaded foreign-types-macros v0.2.3
6472026-06-25T23:45:37.161Z Downloaded foreign-types v0.3.2
6482026-06-25T23:45:37.164Z Downloaded env_filter v1.0.0
6492026-06-25T23:45:37.164Z Downloaded anstream v0.6.21
6502026-06-25T23:45:37.164Z Downloaded bit-vec v0.8.0
6512026-06-25T23:45:37.167Z Downloaded base64ct v1.8.3
6522026-06-25T23:45:37.167Z Downloaded chacha20 v0.9.1
6532026-06-25T23:45:37.170Z Downloaded backoff v0.4.0
6542026-06-25T23:45:37.170Z Downloaded futures-task v0.3.32
6552026-06-25T23:45:37.174Z Downloaded gethostname v0.5.0
6562026-06-25T23:45:37.174Z Downloaded futures-io v0.3.32
6572026-06-25T23:45:37.174Z Downloaded ghash v0.5.1
6582026-06-25T23:45:37.176Z Downloaded flagset v0.4.7
6592026-06-25T23:45:37.177Z Downloaded fixedbitset v0.4.2
6602026-06-25T23:45:37.177Z Downloaded fd-lock v4.0.4
6612026-06-25T23:45:37.179Z Downloaded futures-core v0.3.32
6622026-06-25T23:45:37.179Z Downloaded async-trait v0.1.89
6632026-06-25T23:45:37.182Z Downloaded constant_time_eq v0.4.2
6642026-06-25T23:45:37.185Z Downloaded const_format_proc_macros v0.2.34
6652026-06-25T23:45:37.185Z Downloaded float-cmp v0.10.0
6662026-06-25T23:45:37.185Z Downloaded downcast-rs v2.0.2
6672026-06-25T23:45:37.188Z Downloaded cassowary v0.3.0
6682026-06-25T23:45:37.188Z Downloaded corncobs v0.1.4
6692026-06-25T23:45:37.191Z Downloaded globwalk v0.9.1
6702026-06-25T23:45:37.191Z Downloaded hash32 v0.3.1
6712026-06-25T23:45:37.193Z Downloaded futures-macro v0.3.32
6722026-06-25T23:45:37.193Z Downloaded convert_case v0.10.0
6732026-06-25T23:45:37.193Z Downloaded compression-codecs v0.4.37
6742026-06-25T23:45:37.198Z Downloaded blake2 v0.10.6
6752026-06-25T23:45:37.202Z Downloaded byte-wrapper v0.1.0
6762026-06-25T23:45:37.202Z Downloaded camino-tempfile-ext v0.3.3
6772026-06-25T23:45:37.202Z Downloaded cipher v0.4.4
6782026-06-25T23:45:37.205Z Downloaded csv-core v0.1.13
6792026-06-25T23:45:37.205Z Downloaded cexpr v0.6.0
6802026-06-25T23:45:37.208Z Downloaded hex v0.4.3
6812026-06-25T23:45:37.208Z Downloaded futures-sink v0.3.32
6822026-06-25T23:45:37.211Z Downloaded fxhash v0.2.1
6832026-06-25T23:45:37.211Z Downloaded cmake v0.1.57
6842026-06-25T23:45:37.214Z Downloaded endian-type v0.1.2
6852026-06-25T23:45:37.214Z Downloaded git-stub v1.0.0
6862026-06-25T23:45:37.216Z Downloaded cbc v0.1.2
6872026-06-25T23:45:37.216Z Downloaded foldhash v0.2.0
6882026-06-25T23:45:37.220Z Downloaded castaway v0.2.4
6892026-06-25T23:45:37.220Z Downloaded headers-core v0.3.0
6902026-06-25T23:45:37.220Z Downloaded foldhash v0.1.5
6912026-06-25T23:45:37.222Z Downloaded defmt v1.0.1
6922026-06-25T23:45:37.225Z Downloaded http-body v1.0.1
6932026-06-25T23:45:37.225Z Downloaded derive_builder_core v0.20.2
6942026-06-25T23:45:37.228Z Downloaded hubpack_derive v0.1.1
6952026-06-25T23:45:37.228Z Downloaded enum-as-inner v0.6.1
6962026-06-25T23:45:37.228Z Downloaded ed25519 v2.2.3
6972026-06-25T23:45:37.231Z Downloaded httpdate v1.0.3
6982026-06-25T23:45:37.231Z Downloaded http-range v0.1.5
6992026-06-25T23:45:37.231Z Downloaded hostname v0.4.2
7002026-06-25T23:45:37.234Z Downloaded erased-serde v0.3.31
7012026-06-25T23:45:37.234Z Downloaded cancel-safe-futures v0.1.5
7022026-06-25T23:45:37.241Z Downloaded futures-executor v0.3.32
7032026-06-25T23:45:37.244Z Downloaded hubpack v0.1.2
7042026-06-25T23:45:37.244Z Downloaded home v0.5.12
7052026-06-25T23:45:37.244Z Downloaded cookie v0.18.1
7062026-06-25T23:45:37.244Z Downloaded hostname v0.3.1
7072026-06-25T23:45:37.244Z Downloaded ar_archive_writer v0.5.1
7082026-06-25T23:45:37.247Z Downloaded git-stub-vcs v0.1.0
7092026-06-25T23:45:37.247Z Downloaded ident_case v1.0.1
7102026-06-25T23:45:37.250Z Downloaded console v0.15.11
7112026-06-25T23:45:37.250Z Downloaded derive_more v2.1.1
7122026-06-25T23:45:37.257Z Downloaded fallible-iterator v0.2.0
7132026-06-25T23:45:37.260Z Downloaded colored v3.1.1
7142026-06-25T23:45:37.262Z Downloaded group v0.13.0
7152026-06-25T23:45:37.262Z Downloaded globset v0.4.18
7162026-06-25T23:45:37.262Z Downloaded ena v0.14.4
7172026-06-25T23:45:37.265Z Downloaded float-ord v0.3.2
7182026-06-25T23:45:37.265Z Downloaded find-msvc-tools v0.1.9
7192026-06-25T23:45:37.268Z Downloaded ecdsa v0.16.9
7202026-06-25T23:45:37.268Z Downloaded hex-literal v0.4.1
7212026-06-25T23:45:37.271Z Downloaded env_logger v0.11.9
7222026-06-25T23:45:37.271Z Downloaded fixedbitset v0.5.7
7232026-06-25T23:45:37.274Z Downloaded filetime v0.2.27
7242026-06-25T23:45:37.274Z Downloaded internet-checksum v0.2.1
7252026-06-25T23:45:37.277Z Downloaded ciborium v0.2.2
7262026-06-25T23:45:37.277Z Downloaded ff v0.13.1
7272026-06-25T23:45:37.280Z Downloaded darling v0.23.0
7282026-06-25T23:45:37.282Z Downloaded indent_write v2.2.0
7292026-06-25T23:45:37.282Z Downloaded illumos-nvpair-sys v0.2.0
7302026-06-25T23:45:37.282Z Downloaded colored v2.2.0
7312026-06-25T23:45:37.285Z Downloaded is_ci v1.2.0
7322026-06-25T23:45:37.285Z Downloaded chacha20 v0.10.0
7332026-06-25T23:45:37.288Z Downloaded indoc v1.0.9
7342026-06-25T23:45:37.291Z Downloaded fs_extra v1.3.0
7352026-06-25T23:45:37.291Z Downloaded console v0.16.2
7362026-06-25T23:45:37.294Z Downloaded either v1.15.0
7372026-06-25T23:45:37.294Z Downloaded diesel-dtrace v0.5.0
7382026-06-25T23:45:37.298Z Downloaded hyper-staticfile v0.10.1
7392026-06-25T23:45:37.298Z Downloaded keccak v0.1.6
7402026-06-25T23:45:37.300Z Downloaded crossbeam-deque v0.8.6
7412026-06-25T23:45:37.300Z Downloaded getrandom v0.2.17
7422026-06-25T23:45:37.300Z Downloaded glob v0.3.3
7432026-06-25T23:45:37.304Z Downloaded instant v0.1.13
7442026-06-25T23:45:37.305Z Downloaded instability v0.3.11
7452026-06-25T23:45:37.308Z Downloaded fs-err v2.11.0
7462026-06-25T23:45:37.308Z Downloaded kstat-rs v0.2.4
7472026-06-25T23:45:37.308Z Downloaded is-terminal v0.4.17
7482026-06-25T23:45:37.308Z Downloaded clang-sys v1.8.1
7492026-06-25T23:45:37.311Z Downloaded libscf-sys v1.1.0
7502026-06-25T23:45:37.311Z Downloaded lalrpop-util v0.19.12
7512026-06-25T23:45:37.313Z Downloaded ingot v0.1.1
7522026-06-25T23:45:37.313Z Downloaded crossbeam-utils v0.8.21
7532026-06-25T23:45:37.316Z Downloaded linked-hash-map v0.5.6
7542026-06-25T23:45:37.316Z Downloaded bzip2 v0.4.4
7552026-06-25T23:45:37.319Z Downloaded lru-cache v0.1.2
7562026-06-25T23:45:37.319Z Downloaded der_derive v0.7.3
7572026-06-25T23:45:37.319Z Downloaded cookie_store v0.22.1
7582026-06-25T23:45:37.322Z Downloaded const-oid v0.9.6
7592026-06-25T23:45:37.322Z Downloaded cargo_metadata v0.23.1
7602026-06-25T23:45:37.325Z Downloaded darling_core v0.21.3
7612026-06-25T23:45:37.328Z Downloaded async-compression v0.4.41
7622026-06-25T23:45:37.331Z Downloaded http-body-util v0.1.3
7632026-06-25T23:45:37.334Z Downloaded ipnetwork v0.21.1
7642026-06-25T23:45:37.334Z Downloaded ipnet v2.11.0
7652026-06-25T23:45:37.337Z Downloaded illumos-nvpair v0.3.0
7662026-06-25T23:45:37.337Z Downloaded humantime v2.3.0
7672026-06-25T23:45:37.337Z Downloaded maybe-uninit v2.0.0
7682026-06-25T23:45:37.340Z Downloaded highway v1.3.0
7692026-06-25T23:45:37.340Z Downloaded mime v0.3.17
7702026-06-25T23:45:37.343Z Downloaded darling v0.21.3
7712026-06-25T23:45:37.345Z Downloaded bzip2 v0.6.1
7722026-06-25T23:45:37.350Z Downloaded hmac v0.12.1
7732026-06-25T23:45:37.353Z Downloaded md5 v0.7.0
7742026-06-25T23:45:37.356Z Downloaded lzss v0.8.2
7752026-06-25T23:45:37.356Z Downloaded managed v0.8.0
7762026-06-25T23:45:37.358Z Downloaded lru-slab v0.1.2
7772026-06-25T23:45:37.358Z Downloaded match_cfg v0.1.0
7782026-06-25T23:45:37.358Z Downloaded new_debug_unreachable v1.0.6
7792026-06-25T23:45:37.361Z Downloaded md-5 v0.10.6
7802026-06-25T23:45:37.361Z Downloaded base64 v0.22.1
7812026-06-25T23:45:37.364Z Downloaded multimap v0.10.1
7822026-06-25T23:45:37.364Z Downloaded hyper-tls v0.6.0
7832026-06-25T23:45:37.367Z Downloaded drift v0.2.0
7842026-06-25T23:45:37.372Z Downloaded nibble_vec v0.1.0
7852026-06-25T23:45:37.374Z Downloaded jobserver v0.1.34
7862026-06-25T23:45:37.375Z Downloaded nonempty v0.12.0
7872026-06-25T23:45:37.378Z Downloaded des v0.8.1
7882026-06-25T23:45:37.378Z Downloaded arc-swap v1.8.2
7892026-06-25T23:45:37.381Z Downloaded lazy_static v1.5.0
7902026-06-25T23:45:37.383Z Downloaded linear-map v1.2.0
7912026-06-25T23:45:37.383Z Downloaded libefi-sys v0.1.0
7922026-06-25T23:45:37.383Z Downloaded num-iter v0.1.45
7932026-06-25T23:45:37.387Z Downloaded num-derive v0.4.2
7942026-06-25T23:45:37.387Z Downloaded normalize-line-endings v0.3.0
7952026-06-25T23:45:37.387Z Downloaded libloading v0.8.9
7962026-06-25T23:45:37.389Z Downloaded num v0.4.3
7972026-06-25T23:45:37.389Z Downloaded nodrop v0.1.14
7982026-06-25T23:45:37.392Z Downloaded libsw-core v0.3.2
7992026-06-25T23:45:37.392Z Downloaded dropshot_endpoint v0.17.0
8002026-06-25T23:45:37.395Z Downloaded half v1.8.3
8012026-06-25T23:45:37.398Z Downloaded darling_core v0.13.4
8022026-06-25T23:45:37.401Z Downloaded memoffset v0.9.1
8032026-06-25T23:45:37.401Z Downloaded derive-where v1.6.0
8042026-06-25T23:45:37.403Z Downloaded num-conv v0.2.0
8052026-06-25T23:45:37.403Z Downloaded lru v0.12.5
8062026-06-25T23:45:37.407Z Downloaded indoc v2.0.7
8072026-06-25T23:45:37.410Z Downloaded olpc-cjson v0.1.4
8082026-06-25T23:45:37.410Z Downloaded num-derive v0.3.3
8092026-06-25T23:45:37.410Z Downloaded openssl-probe v0.1.6
8102026-06-25T23:45:37.413Z Downloaded const_format v0.2.35
8112026-06-25T23:45:37.415Z Downloaded opaque-debug v0.3.1
8122026-06-25T23:45:37.415Z Downloaded mime_guess v2.0.5
8132026-06-25T23:45:37.415Z Downloaded elliptic-curve v0.13.8
8142026-06-25T23:45:37.418Z Downloaded diff v0.1.13
8152026-06-25T23:45:37.421Z Downloaded compact_str v0.8.1
8162026-06-25T23:45:37.424Z Downloaded openssl-probe v0.2.1
8172026-06-25T23:45:37.424Z Downloaded fatfs v0.3.6
8182026-06-25T23:45:37.427Z Downloaded chacha20poly1305 v0.10.1
8192026-06-25T23:45:37.430Z Downloaded openssl-macros v0.1.1
8202026-06-25T23:45:37.430Z Downloaded packed_struct_codegen v0.10.1
8212026-06-25T23:45:37.430Z Downloaded num_threads v0.1.7
8222026-06-25T23:45:37.433Z Downloaded num_enum_derive v0.5.11
8232026-06-25T23:45:37.433Z Downloaded libsw v3.5.0
8242026-06-25T23:45:37.433Z Downloaded native-tls v0.2.18
8252026-06-25T23:45:37.437Z Downloaded multer v3.1.0
8262026-06-25T23:45:37.437Z Downloaded oso-derive v0.27.3
8272026-06-25T23:45:37.437Z Downloaded parse-size v1.1.0
8282026-06-25T23:45:37.440Z Downloaded parse-display v0.10.0
8292026-06-25T23:45:37.440Z Downloaded httparse v1.10.1
8302026-06-25T23:45:37.442Z Downloaded derive_more v0.99.20
8312026-06-25T23:45:37.445Z Downloaded iana-time-zone v0.1.65
8322026-06-25T23:45:37.445Z Downloaded ingot-types v0.1.2
8332026-06-25T23:45:37.448Z Downloaded hash32 v0.2.1
8342026-06-25T23:45:37.448Z Downloaded ingot-macros v0.1.1
8352026-06-25T23:45:37.451Z Downloaded pbkdf2 v0.12.2
8362026-06-25T23:45:37.451Z Downloaded lock_api v0.4.14
8372026-06-25T23:45:37.454Z Downloaded ignore v0.4.25
8382026-06-25T23:45:37.454Z Downloaded litrs v1.0.0
8392026-06-25T23:45:37.456Z Downloaded half v2.7.1
8402026-06-25T23:45:37.459Z Downloaded newtype-uuid v1.3.2
8412026-06-25T23:45:37.459Z Downloaded crypto-bigint v0.5.5
8422026-06-25T23:45:37.462Z Downloaded path-slash v0.1.5
8432026-06-25T23:45:37.465Z Downloaded peg-runtime v0.8.5
8442026-06-25T23:45:37.465Z Downloaded pbkdf2 v0.11.0
8452026-06-25T23:45:37.468Z Downloaded phf_shared v0.13.1
8462026-06-25T23:45:37.468Z Downloaded phf_shared v0.12.1
8472026-06-25T23:45:37.483Z Downloaded num_enum_derive v0.7.6
8482026-06-25T23:45:37.485Z Downloaded pin-utils v0.1.0
8492026-06-25T23:45:37.486Z Downloaded num_enum v0.7.6
8502026-06-25T23:45:37.488Z Downloaded num_enum v0.5.11
8512026-06-25T23:45:37.491Z Downloaded powerfmt v0.2.0
8522026-06-25T23:45:37.495Z Downloaded predicates-tree v1.0.13
8532026-06-25T23:45:37.495Z Downloaded phf_shared v0.11.3
8542026-06-25T23:45:37.495Z Downloaded num-complex v0.4.6
8552026-06-25T23:45:37.499Z Downloaded nu-ansi-term v0.50.3
8562026-06-25T23:45:37.499Z Downloaded memmap2 v0.9.10
8572026-06-25T23:45:37.499Z Downloaded bytes v1.11.1
8582026-06-25T23:45:37.501Z Downloaded oxide-tokio-rt v0.1.4
8592026-06-25T23:45:37.504Z Downloaded nanorand v0.7.0
8602026-06-25T23:45:37.504Z Downloaded owo-colors v4.3.0
8612026-06-25T23:45:37.507Z Downloaded precomputed-hash v0.1.1
8622026-06-25T23:45:37.507Z Downloaded flume v0.11.1
8632026-06-25T23:45:37.510Z Downloaded packed_struct v0.10.1
8642026-06-25T23:45:37.512Z Downloaded darling_core v0.20.11
8652026-06-25T23:45:37.515Z Downloaded proc-macro-crate v1.3.1
8662026-06-25T23:45:37.515Z Downloaded parking_lot_core v0.8.6
8672026-06-25T23:45:37.518Z Downloaded predicates-core v1.0.10
8682026-06-25T23:45:37.518Z Downloaded aes-gcm v0.10.3
8692026-06-25T23:45:37.521Z Downloaded proc-macro-error-attr2 v2.0.0
8702026-06-25T23:45:37.521Z Downloaded oxnet v0.1.6
8712026-06-25T23:45:37.524Z Downloaded parse-display-derive v0.10.0
8722026-06-25T23:45:37.524Z Downloaded futures v0.3.32
8732026-06-25T23:45:37.527Z Downloaded password-hash v0.5.0
8742026-06-25T23:45:37.529Z Downloaded psl-types v2.0.11
8752026-06-25T23:45:37.529Z Downloaded proc-macro-crate v3.4.0
8762026-06-25T23:45:37.532Z Downloaded progenitor-client v0.14.0
8772026-06-25T23:45:37.532Z Downloaded peg v0.8.5
8782026-06-25T23:45:37.535Z Downloaded progenitor-macro v0.14.0
8792026-06-25T23:45:37.535Z Downloaded progenitor-macro v0.13.0
8802026-06-25T23:45:37.538Z Downloaded pem-rfc7468 v0.7.0
8812026-06-25T23:45:37.538Z Downloaded pem v3.0.6
8822026-06-25T23:45:37.541Z Downloaded headers v0.4.1
8832026-06-25T23:45:37.544Z Downloaded paste v1.0.15
8842026-06-25T23:45:37.545Z Downloaded quick-error v1.2.3
8852026-06-25T23:45:37.548Z Downloaded password-hash v0.4.2
8862026-06-25T23:45:37.548Z Downloaded radium v0.7.0
8872026-06-25T23:45:37.548Z Downloaded indexmap v1.9.3
8882026-06-25T23:45:37.550Z Downloaded rand_chacha v0.3.1
8892026-06-25T23:45:37.553Z Downloaded bumpalo v3.20.2
8902026-06-25T23:45:37.553Z Downloaded libbz2-rs-sys v0.2.2
8912026-06-25T23:45:37.556Z Downloaded derive_more-impl v2.1.1
8922026-06-25T23:45:37.558Z Downloaded rand_xorshift v0.4.0
8932026-06-25T23:45:37.558Z Downloaded num-rational v0.4.2
8942026-06-25T23:45:37.562Z Downloaded heapless v0.8.0
8952026-06-25T23:45:37.565Z Downloaded num-integer v0.1.46
8962026-06-25T23:45:37.565Z Downloaded getrandom v0.3.4
8972026-06-25T23:45:37.568Z Downloaded pkcs8 v0.10.2
8982026-06-25T23:45:37.570Z Downloaded phf v0.13.1
8992026-06-25T23:45:37.571Z Downloaded pin-project-internal v1.1.11
9002026-06-25T23:45:37.573Z Downloaded pin-project-lite v0.2.17
9012026-06-25T23:45:37.576Z Downloaded predicates v3.1.4
9022026-06-25T23:45:37.579Z Downloaded poly1305 v0.8.0
9032026-06-25T23:45:37.579Z Downloaded ref-cast v1.0.25
9042026-06-25T23:45:37.582Z Downloaded ref-cast-impl v1.0.25
9052026-06-25T23:45:37.582Z Downloaded crossterm v0.29.0
9062026-06-25T23:45:37.586Z Downloaded cc v1.2.56
9072026-06-25T23:45:37.589Z Downloaded ppv-lite86 v0.2.21
9082026-06-25T23:45:37.592Z Downloaded flate2 v1.1.9
9092026-06-25T23:45:37.595Z Downloaded progenitor-extras v0.2.0
9102026-06-25T23:45:37.598Z Downloaded peg-macros v0.8.5
9112026-06-25T23:45:37.598Z Downloaded parking_lot v0.11.2
9122026-06-25T23:45:37.598Z Downloaded aes v0.8.4
9132026-06-25T23:45:37.601Z Downloaded psm v0.1.30
9142026-06-25T23:45:37.604Z Downloaded proc-macro-error2 v2.0.1
9152026-06-25T23:45:37.606Z Downloaded recursive v0.1.1
9162026-06-25T23:45:37.606Z Downloaded recursive-proc-macro-impl v0.1.1
9172026-06-25T23:45:37.607Z Downloaded polyval v0.6.2
9182026-06-25T23:45:37.609Z Downloaded pkg-config v0.3.32
9192026-06-25T23:45:37.609Z Downloaded rustc_version v0.4.1
9202026-06-25T23:45:37.612Z Downloaded russh-cryptovec v0.7.3
9212026-06-25T23:45:37.612Z Downloaded rtoolbox v0.0.3
9222026-06-25T23:45:37.612Z Downloaded rfc6979 v0.4.0
9232026-06-25T23:45:37.615Z Downloaded omicron-zone-package v0.12.2
9242026-06-25T23:45:37.615Z Downloaded newtype_derive v0.1.6
9252026-06-25T23:45:37.618Z Downloaded rand_core v0.6.4
9262026-06-25T23:45:37.618Z Downloaded phf v0.12.1
9272026-06-25T23:45:37.621Z Downloaded indicatif v0.18.4
9282026-06-25T23:45:37.623Z Downloaded progenitor v0.13.0
9292026-06-25T23:45:37.623Z Downloaded rustc-hash v2.1.1
9302026-06-25T23:45:37.628Z Downloaded rustc_version v0.1.7
9312026-06-25T23:45:37.628Z Downloaded newtype-uuid-macros v0.1.0
9322026-06-25T23:45:37.628Z Downloaded newline-converter v0.3.0
9332026-06-25T23:45:37.628Z Downloaded inout v0.1.4
9342026-06-25T23:45:37.631Z Downloaded impl-trait-for-tuples v0.2.3
9352026-06-25T23:45:37.631Z Downloaded hyper-rustls v0.27.7
9362026-06-25T23:45:37.633Z Downloaded miniz_oxide v0.8.9
9372026-06-25T23:45:37.634Z Downloaded futures-channel v0.3.32
9382026-06-25T23:45:37.636Z Downloaded base64 v0.21.7
9392026-06-25T23:45:37.639Z Downloaded maplit v1.0.2
9402026-06-25T23:45:37.639Z Downloaded primeorder v0.13.6
9412026-06-25T23:45:37.642Z Downloaded rand_core v0.9.5
9422026-06-25T23:45:37.642Z Downloaded rand_chacha v0.9.0
9432026-06-25T23:45:37.646Z Downloaded r2d2 v0.8.10
9442026-06-25T23:45:37.646Z Downloaded postgres-protocol v0.6.10
9452026-06-25T23:45:37.646Z Downloaded postcard v1.1.3
9462026-06-25T23:45:37.649Z Downloaded progenitor-client v0.13.0
9472026-06-25T23:45:37.649Z Downloaded jiff-static v0.2.21
9482026-06-25T23:45:37.652Z Downloaded ed25519-dalek v2.2.0
9492026-06-25T23:45:37.655Z Downloaded papergrid v0.17.0
9502026-06-25T23:45:37.658Z Downloaded hickory-resolver v0.25.2
9512026-06-25T23:45:37.661Z Downloaded scroll_derive v0.13.1
9522026-06-25T23:45:37.661Z Downloaded sapling-renderdag v0.1.0
9532026-06-25T23:45:37.664Z Downloaded hickory-resolver v0.24.4
9542026-06-25T23:45:37.667Z Downloaded pkcs1 v0.7.5
9552026-06-25T23:45:37.669Z Downloaded rand_core v0.10.0
9562026-06-25T23:45:37.669Z Downloaded pkcs5 v0.7.1
9572026-06-25T23:45:37.672Z Downloaded scopeguard v1.2.0
9582026-06-25T23:45:37.675Z Downloaded salsa20 v0.10.2
9592026-06-25T23:45:37.678Z Downloaded seq-macro v0.3.6
9602026-06-25T23:45:37.681Z Downloaded scrypt v0.11.0
9612026-06-25T23:45:37.689Z Downloaded p256 v0.13.2
9622026-06-25T23:45:37.692Z Downloaded serde_bytes v0.11.19
9632026-06-25T23:45:37.695Z Downloaded parking_lot_core v0.9.12
9642026-06-25T23:45:37.695Z Downloaded serde_plain v1.0.2
9652026-06-25T23:45:37.698Z Downloaded resolv-conf v0.7.6
9662026-06-25T23:45:37.698Z Downloaded serde_spanned v1.0.4
9672026-06-25T23:45:37.701Z Downloaded serde_repr v0.1.20
9682026-06-25T23:45:37.701Z Downloaded semver v0.1.20
9692026-06-25T23:45:37.703Z Downloaded secrecy v0.8.0
9702026-06-25T23:45:37.703Z Downloaded progenitor v0.14.0
9712026-06-25T23:45:37.703Z Downloaded rustls-pemfile v1.0.4
9722026-06-25T23:45:37.706Z Downloaded rustls-pemfile v2.2.0
9732026-06-25T23:45:37.706Z Downloaded postgres-types v0.2.12
9742026-06-25T23:45:37.709Z Downloaded parking_lot v0.12.5
9752026-06-25T23:45:37.713Z Downloaded serde-big-array v0.5.1
9762026-06-25T23:45:37.713Z Downloaded prefix-trie v0.7.0
9772026-06-25T23:45:37.716Z Downloaded rustversion v1.0.22
9782026-06-25T23:45:37.716Z Downloaded sha1 v0.10.6
9792026-06-25T23:45:37.719Z Downloaded serde_urlencoded v0.7.1
9802026-06-25T23:45:37.719Z Downloaded signal-hook-mio v0.2.5
9812026-06-25T23:45:37.722Z Downloaded expectorate v1.2.0
9822026-06-25T23:45:37.728Z Downloaded quinn-udp v0.5.14
9832026-06-25T23:45:37.731Z Downloaded rustls-native-certs v0.8.3
9842026-06-25T23:45:37.734Z Downloaded scheduled-thread-pool v0.2.7
9852026-06-25T23:45:37.734Z Downloaded rusty-fork v0.3.1
9862026-06-25T23:45:37.736Z Downloaded schemars_derive v0.8.22
9872026-06-25T23:45:37.739Z Downloaded sigpipe v0.1.3
9882026-06-25T23:45:37.739Z Downloaded signal-hook-tokio v0.3.1
9892026-06-25T23:45:37.739Z Downloaded shell-words v1.1.1
9902026-06-25T23:45:37.742Z Downloaded heapless v0.7.17
9912026-06-25T23:45:37.745Z Downloaded sec1 v0.7.3
9922026-06-25T23:45:37.748Z Downloaded pin-project v1.1.11
9932026-06-25T23:45:37.755Z Downloaded secrecy v0.10.3
9942026-06-25T23:45:37.758Z Downloaded same-file v1.0.6
9952026-06-25T23:45:37.758Z Downloaded siphasher v1.0.2
9962026-06-25T23:45:37.761Z Downloaded sct v0.7.1
9972026-06-25T23:45:37.763Z Downloaded slog-envlogger v2.2.0
9982026-06-25T23:45:37.763Z Downloaded slog-bunyan v2.5.0
9992026-06-25T23:45:37.764Z Downloaded scroll v0.13.0
10002026-06-25T23:45:37.766Z Downloaded diesel_derives v2.3.7
10012026-06-25T23:45:37.774Z Downloaded rand_seeder v0.4.0
10022026-06-25T23:45:37.782Z Downloaded minimal-lexical v0.2.1
10032026-06-25T23:45:37.791Z Downloaded oso v0.27.3
10042026-06-25T23:45:37.794Z Downloaded serde_derive_internals v0.29.1
10052026-06-25T23:45:37.797Z Downloaded serde-hex v0.1.0
10062026-06-25T23:45:37.797Z Downloaded russh-keys v0.45.0
10072026-06-25T23:45:37.801Z Downloaded ssh-cipher v0.2.0
10082026-06-25T23:45:37.804Z Downloaded sqlparser_derive v0.5.0
10092026-06-25T23:45:37.804Z Downloaded serde_with_macros v1.5.2
10102026-06-25T23:45:37.817Z Downloaded serde_path_to_error v0.1.20
10112026-06-25T23:45:37.821Z Downloaded progenitor-impl v0.14.0
10122026-06-25T23:45:37.821Z Downloaded rustls-pki-types v1.14.0
10132026-06-25T23:45:37.821Z Downloaded signature v2.2.0
10142026-06-25T23:45:37.823Z Downloaded signal-hook-registry v1.4.8
10152026-06-25T23:45:37.824Z Downloaded strsim v0.10.0
10162026-06-25T23:45:37.824Z Downloaded ssh-encoding v0.2.0
10172026-06-25T23:45:37.826Z Downloaded shlex v1.3.0
10182026-06-25T23:45:37.829Z Downloaded structmeta v0.3.0
10192026-06-25T23:45:37.829Z Downloaded strip-ansi-escapes v0.2.1
10202026-06-25T23:45:37.829Z Downloaded subtle v2.6.1
10212026-06-25T23:45:37.832Z Downloaded strum v0.26.3
10222026-06-25T23:45:37.835Z Downloaded hickory-server v0.25.2
10232026-06-25T23:45:37.837Z Downloaded simd-adler32 v0.3.8
10242026-06-25T23:45:37.840Z Downloaded hyper-util v0.1.20
10252026-06-25T23:45:37.845Z Downloaded http v1.4.0
10262026-06-25T23:45:37.848Z Downloaded strum v0.27.2
10272026-06-25T23:45:37.848Z Downloaded slab v0.4.12
10282026-06-25T23:45:37.848Z Downloaded hashbrown v0.13.2
10292026-06-25T23:45:37.852Z Downloaded tabwriter v1.4.1
10302026-06-25T23:45:37.852Z Downloaded hashbrown v0.12.3
10312026-06-25T23:45:37.856Z Downloaded openssl-sys v0.9.115
10322026-06-25T23:45:37.859Z Downloaded slog-dtrace v0.3.0
10332026-06-25T23:45:37.862Z Downloaded crossterm v0.28.1
10342026-06-25T23:45:37.865Z Downloaded slog-term v2.9.2
10352026-06-25T23:45:37.868Z Downloaded smf v0.2.3
10362026-06-25T23:45:37.868Z Downloaded slog-stdlog v4.1.1
10372026-06-25T23:45:37.871Z Downloaded termtree v0.5.1
10382026-06-25T23:45:37.871Z Downloaded take_mut v0.2.2
10392026-06-25T23:45:37.874Z Downloaded tagptr v0.2.0
10402026-06-25T23:45:37.874Z Downloaded ron v0.8.1
10412026-06-25T23:45:37.876Z Downloaded slog-scope v4.4.1
10422026-06-25T23:45:37.879Z Downloaded slog-json v2.6.1
10432026-06-25T23:45:37.879Z Downloaded rustls-platform-verifier v0.6.2
10442026-06-25T23:45:37.882Z Downloaded tap v1.0.1
10452026-06-25T23:45:37.882Z Downloaded sync-ptr v0.1.4
10462026-06-25T23:45:37.885Z Downloaded smallvec v0.6.14
10472026-06-25T23:45:37.885Z Downloaded serde_cbor v0.11.2
10482026-06-25T23:45:37.887Z Downloaded thread-id v5.1.0
10492026-06-25T23:45:37.887Z Downloaded serde_with_macros v3.17.0
10502026-06-25T23:45:37.890Z Downloaded thiserror-impl-no-std v2.0.2
10512026-06-25T23:45:37.890Z Downloaded testing_table v0.3.0
10522026-06-25T23:45:37.894Z Downloaded supports-color v3.0.2
10532026-06-25T23:45:37.894Z Downloaded sqlformat v0.3.5
10542026-06-25T23:45:37.897Z Downloaded ryu v1.0.23
10552026-06-25T23:45:37.897Z Downloaded spki v0.7.3
10562026-06-25T23:45:37.899Z Downloaded prettyplease v0.2.37
10572026-06-25T23:45:37.902Z Downloaded tinyvec_macros v0.1.1
10582026-06-25T23:45:37.902Z Downloaded time-core v0.1.8
10592026-06-25T23:45:37.905Z Downloaded static_assertions v1.1.0
10602026-06-25T23:45:37.905Z Downloaded publicsuffix v2.3.0
10612026-06-25T23:45:37.908Z Downloaded stacker v0.1.23
10622026-06-25T23:45:37.911Z Downloaded hashbrown v0.16.1
10632026-06-25T23:45:37.914Z Downloaded strum_macros v0.27.2
10642026-06-25T23:45:37.917Z Downloaded num-bigint v0.4.6
10652026-06-25T23:45:37.919Z Downloaded strum_macros v0.26.4
10662026-06-25T23:45:37.924Z Downloaded rcgen v0.12.1
10672026-06-25T23:45:37.927Z Downloaded support-bundle-viewer v0.1.2
10682026-06-25T23:45:37.927Z Downloaded strum_macros v0.24.3
10692026-06-25T23:45:37.927Z Downloaded structmeta-derive v0.3.0
10702026-06-25T23:45:37.927Z Downloaded tokio-macros v2.7.0
10712026-06-25T23:45:37.930Z Downloaded stringprep v0.1.5
10722026-06-25T23:45:37.930Z Downloaded string_cache v0.8.9
10732026-06-25T23:45:37.930Z Downloaded itertools v0.12.1
10742026-06-25T23:45:37.934Z Downloaded sync_wrapper v1.0.2
10752026-06-25T23:45:37.936Z Downloaded blake3 v1.8.5
10762026-06-25T23:45:37.940Z Downloaded slog-async v2.8.0
10772026-06-25T23:45:37.943Z Downloaded pretty_assertions v1.4.1
10782026-06-25T23:45:37.943Z Downloaded dropshot-api-manager v0.7.2
10792026-06-25T23:45:37.947Z Downloaded termios v0.3.3
10802026-06-25T23:45:37.950Z Downloaded tabled_derive v0.11.0
10812026-06-25T23:45:37.950Z Downloaded signal-hook v0.3.18
10822026-06-25T23:45:37.952Z Downloaded progenitor-impl v0.13.0
10832026-06-25T23:45:37.955Z Downloaded itertools v0.10.5
10842026-06-25T23:45:37.958Z Downloaded mio v1.2.0
10852026-06-25T23:45:37.961Z Downloaded nom v7.1.3
10862026-06-25T23:45:37.965Z Downloaded tower-layer v0.3.3
10872026-06-25T23:45:37.967Z Downloaded snafu-derive v0.8.9
10882026-06-25T23:45:37.967Z Downloaded thiserror-no-std v2.0.2
10892026-06-25T23:45:37.970Z Downloaded rsa v0.9.10
10902026-06-25T23:45:37.973Z Downloaded h2 v0.4.13
10912026-06-25T23:45:37.977Z Downloaded topological-sort v0.2.2
10922026-06-25T23:45:37.980Z Downloaded slog v2.8.2
10932026-06-25T23:45:37.983Z Downloaded quinn v0.11.9
10942026-06-25T23:45:37.983Z Downloaded hashbrown v0.15.5
10952026-06-25T23:45:37.987Z Downloaded tls_codec_derive v0.4.2
10962026-06-25T23:45:37.989Z Downloaded rand v0.9.2
10972026-06-25T23:45:37.992Z Downloaded serde_yaml v0.9.34+deprecated
10982026-06-25T23:45:37.995Z Downloaded try-lock v0.2.5
10992026-06-25T23:45:37.995Z Downloaded aws-lc-rs v1.16.3
11002026-06-25T23:45:38.000Z Downloaded tower-service v0.3.3
11012026-06-25T23:45:38.003Z Downloaded tiny-keccak v2.0.2
11022026-06-25T23:45:38.004Z Downloaded trait-variant v0.1.2
11032026-06-25T23:45:38.006Z Downloaded time-macros v0.2.27
11042026-06-25T23:45:38.006Z Downloaded rand v0.8.6
11052026-06-25T23:45:38.009Z Downloaded tokio-tungstenite v0.21.0
11062026-06-25T23:45:38.009Z Downloaded usdt v0.6.0
11072026-06-25T23:45:38.012Z Downloaded unicode-truncate v1.1.0
11082026-06-25T23:45:38.012Z Downloaded itertools v0.13.0
11092026-06-25T23:45:38.015Z Downloaded usdt-attr-macro v0.6.0
11102026-06-25T23:45:38.018Z Downloaded term v1.2.1
11112026-06-25T23:45:38.021Z Downloaded unarray v0.1.4
11122026-06-25T23:45:38.021Z Downloaded socket2 v0.5.10
11132026-06-25T23:45:38.022Z Downloaded libm v0.2.16
11142026-06-25T23:45:38.026Z Downloaded unit-prefix v0.5.2
11152026-06-25T23:45:38.029Z Downloaded schemars v0.9.0
11162026-06-25T23:45:38.035Z Downloaded tui-tree-widget v0.23.1
11172026-06-25T23:45:38.037Z Downloaded hkdf v0.12.4
11182026-06-25T23:45:38.040Z Downloaded tokio-native-tls v0.3.1
11192026-06-25T23:45:38.040Z Downloaded tokio-dtrace v0.1.1
11202026-06-25T23:45:38.040Z Downloaded typify-macro v0.6.2
11212026-06-25T23:45:38.044Z Downloaded toml_writer v1.0.6+spec-1.1.0
11222026-06-25T23:45:38.044Z Downloaded samael v0.0.19
11232026-06-25T23:45:38.047Z Downloaded universal-hash v0.5.1
11242026-06-25T23:45:38.047Z Downloaded utf-8 v0.7.6
11252026-06-25T23:45:38.050Z Downloaded qorb v0.4.1
11262026-06-25T23:45:38.053Z Downloaded wait-timeout v0.2.1
11272026-06-25T23:45:38.053Z Downloaded waitgroup v0.1.2
11282026-06-25T23:45:38.053Z Downloaded untrusted v0.9.0
11292026-06-25T23:45:38.056Z Downloaded untrusted v0.7.1
11302026-06-25T23:45:38.056Z Downloaded tls_codec v0.4.2
11312026-06-25T23:45:38.056Z Downloaded void v1.0.2
11322026-06-25T23:45:38.059Z Downloaded term v0.7.0
11332026-06-25T23:45:38.059Z Downloaded num-bigint-dig v0.8.6
11342026-06-25T23:45:38.062Z Downloaded socket2 v0.6.3
11352026-06-25T23:45:38.065Z Downloaded itertools v0.14.0
11362026-06-25T23:45:38.068Z Downloaded snafu v0.8.9
11372026-06-25T23:45:38.071Z Downloaded want v0.3.1
11382026-06-25T23:45:38.074Z Downloaded usdt-macro v0.6.0
11392026-06-25T23:45:38.074Z Downloaded hyper v1.8.1
11402026-06-25T23:45:38.077Z Downloaded usdt-impl v0.6.0
11412026-06-25T23:45:38.081Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11422026-06-25T23:45:38.081Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11432026-06-25T23:45:38.081Z Downloaded tokio-tungstenite v0.23.1
11442026-06-25T23:45:38.084Z Downloaded bitvec v1.0.1
11452026-06-25T23:45:38.090Z Downloaded rustls-webpki v0.103.9
11462026-06-25T23:45:38.093Z Downloaded russh v0.45.0
11472026-06-25T23:45:38.096Z Downloaded xshell-macros v0.2.7
11482026-06-25T23:45:38.100Z Downloaded similar v2.7.0
11492026-06-25T23:45:38.103Z Downloaded rand v0.10.0
11502026-06-25T23:45:38.103Z Downloaded aho-corasick v1.1.4
11512026-06-25T23:45:38.106Z Downloaded vergen-gitcl v1.0.8
11522026-06-25T23:45:38.109Z Downloaded schemars v1.2.1
11532026-06-25T23:45:38.117Z Downloaded vergen-git2 v9.1.0
11542026-06-25T23:45:38.120Z Downloaded zeroize_derive v1.4.3
11552026-06-25T23:45:38.120Z Downloaded futures-util v0.3.32
11562026-06-25T23:45:38.125Z Downloaded zone_cfg_derive v0.3.1
11572026-06-25T23:45:38.128Z Downloaded wyz v0.5.1
11582026-06-25T23:45:38.128Z Downloaded whoami v1.6.1
11592026-06-25T23:45:38.128Z Downloaded vsss-rs v3.3.4
11602026-06-25T23:45:38.131Z Downloaded tokio-rustls v0.26.4
11612026-06-25T23:45:38.131Z Downloaded tokio-rustls v0.25.0
11622026-06-25T23:45:38.137Z Downloaded tar v0.4.45
11632026-06-25T23:45:38.137Z Downloaded unicode-properties v0.1.4
11642026-06-25T23:45:38.141Z Downloaded xattr v1.6.1
11652026-06-25T23:45:38.141Z Downloaded uzers v0.12.2
11662026-06-25T23:45:38.141Z Downloaded unicase v2.9.0
11672026-06-25T23:45:38.142Z Downloaded tokio-rustls v0.24.1
11682026-06-25T23:45:38.142Z Downloaded serde_with v1.14.0
11692026-06-25T23:45:38.144Z Downloaded bindgen v0.71.1
11702026-06-25T23:45:38.148Z Downloaded toml_parser v1.0.9+spec-1.1.0
11712026-06-25T23:45:38.150Z Downloaded zone v0.3.1
11722026-06-25T23:45:38.151Z Downloaded vergen-lib v0.1.6
11732026-06-25T23:45:38.153Z Downloaded test-strategy v0.4.5
11742026-06-25T23:45:38.153Z Downloaded twox-hash v2.1.2
11752026-06-25T23:45:38.156Z Downloaded nom v8.0.0
11762026-06-25T23:45:38.159Z Downloaded thread_local v1.1.9
11772026-06-25T23:45:38.162Z Downloaded spin v0.9.8
11782026-06-25T23:45:38.162Z Downloaded schemars v0.8.22
11792026-06-25T23:45:38.169Z Downloaded tungstenite v0.23.0
11802026-06-25T23:45:38.172Z Downloaded zstd v0.13.3
11812026-06-25T23:45:38.172Z Downloaded tracing-attributes v0.1.31
11822026-06-25T23:45:38.177Z Downloaded whoami v2.1.0
11832026-06-25T23:45:38.177Z Downloaded vergen-lib v9.1.0
11842026-06-25T23:45:38.180Z Downloaded unicode-bidi v0.3.18
11852026-06-25T23:45:38.180Z Downloaded tinyvec v1.10.0
11862026-06-25T23:45:38.183Z Downloaded libxml v0.3.3
11872026-06-25T23:45:38.186Z Downloaded subprocess v0.2.15
11882026-06-25T23:45:38.186Z Downloaded xshell v0.2.7
11892026-06-25T23:45:38.189Z Downloaded iri-string v0.7.10
11902026-06-25T23:45:38.191Z Downloaded rayon-core v1.13.0
11912026-06-25T23:45:38.194Z Downloaded git2 v0.20.4
11922026-06-25T23:45:38.198Z Downloaded p521 v0.13.3
11932026-06-25T23:45:38.201Z Downloaded zeroize v1.8.2
11942026-06-25T23:45:38.203Z Downloaded zstd-safe v7.2.4
11952026-06-25T23:45:38.203Z Downloaded zerocopy v0.6.6
11962026-06-25T23:45:38.206Z Downloaded rpassword v7.4.0
11972026-06-25T23:45:38.208Z Downloaded tokio-stream v0.1.18
11982026-06-25T23:45:38.211Z Downloaded tungstenite v0.21.0
11992026-06-25T23:45:38.214Z Downloaded toml v1.0.6+spec-1.1.0
12002026-06-25T23:45:38.216Z Downloaded toml v0.7.8
12012026-06-25T23:45:38.220Z Downloaded chrono v0.4.44
12022026-06-25T23:45:38.223Z Downloaded vte v0.14.1
12032026-06-25T23:45:38.226Z Downloaded walkdir v2.5.0
12042026-06-25T23:45:38.226Z Downloaded vergen v9.1.0
12052026-06-25T23:45:38.231Z Downloaded regex v1.12.3
12062026-06-25T23:45:38.244Z Downloaded steno v0.4.1
12072026-06-25T23:45:38.248Z Downloaded rustyline v14.0.0
12082026-06-25T23:45:38.266Z Downloaded uuid v1.23.0
12092026-06-25T23:45:38.271Z Downloaded unsafe-libyaml v0.2.11
12102026-06-25T23:45:38.278Z Downloaded unicode_categories v0.1.1
12112026-06-25T23:45:38.280Z Downloaded toml_edit v0.23.10+spec-1.0.0
12122026-06-25T23:45:38.285Z Downloaded goblin v0.10.5
12132026-06-25T23:45:38.290Z Downloaded yasna v0.5.2
12142026-06-25T23:45:38.295Z Downloaded zip v0.6.6
12152026-06-25T23:45:38.306Z Downloaded zopfli v0.8.3
12162026-06-25T23:45:38.309Z Downloaded rustls-webpki v0.101.7
12172026-06-25T23:45:38.317Z Downloaded typify v0.6.2
12182026-06-25T23:45:38.320Z Downloaded tracing-core v0.1.36
12192026-06-25T23:45:38.323Z Downloaded tokio-postgres v0.7.16
12202026-06-25T23:45:38.326Z Downloaded salty v0.3.0
12212026-06-25T23:45:38.329Z Downloaded reqwest v0.12.28
12222026-06-25T23:45:38.334Z Downloaded zerocopy-derive v0.8.40
12232026-06-25T23:45:38.339Z Downloaded iddqd v0.4.2
12242026-06-25T23:45:38.343Z Downloaded portable-atomic v1.13.1
12252026-06-25T23:45:38.359Z Downloaded x509-cert v0.2.5
12262026-06-25T23:45:38.366Z Downloaded reedline v0.40.0
12272026-06-25T23:45:38.370Z Downloaded petname v2.0.2
12282026-06-25T23:45:38.374Z Downloaded moka v0.12.13
12292026-06-25T23:45:38.379Z Downloaded unicode-normalization v0.1.25
12302026-06-25T23:45:38.387Z Downloaded zip v4.6.1
12312026-06-25T23:45:38.391Z Downloaded toml_edit v0.19.15
12322026-06-25T23:45:38.402Z Downloaded serde_with v3.17.0
12332026-06-25T23:45:38.418Z Downloaded rayon v1.11.0
12342026-06-25T23:45:38.423Z Downloaded yansi v1.0.1
12352026-06-25T23:45:38.426Z Downloaded typed-path v0.9.3
12362026-06-25T23:45:38.429Z Downloaded bstr v1.12.1
12372026-06-25T23:45:38.434Z Downloaded p384 v0.13.1
12382026-06-25T23:45:38.437Z Downloaded reqwest v0.13.2
12392026-06-25T23:45:38.440Z Downloaded nix v0.27.1
12402026-06-25T23:45:38.448Z Downloaded radix_trie v0.2.1
12412026-06-25T23:45:38.451Z Downloaded quick-xml v0.37.5
12422026-06-25T23:45:38.454Z Downloaded tower v0.5.3
12432026-06-25T23:45:38.466Z Downloaded unicode-segmentation v1.12.0
12442026-06-25T23:45:38.474Z Downloaded polar-core v0.27.3
12452026-06-25T23:45:38.487Z Downloaded ssh-key v0.6.7
12462026-06-25T23:45:38.510Z Downloaded openssl v0.10.79
12472026-06-25T23:45:38.517Z Downloaded tokio-util v0.7.18
12482026-06-25T23:45:38.523Z Downloaded tabled v0.20.0
12492026-06-25T23:45:38.532Z Downloaded rustls-webpki v0.102.8
12502026-06-25T23:45:38.543Z Downloaded curve25519-dalek v4.1.3
12512026-06-25T23:45:38.548Z Downloaded hickory-proto v0.24.4
12522026-06-25T23:45:38.557Z Downloaded tower-http v0.6.8
12532026-06-25T23:45:38.562Z Downloaded proptest v1.10.0
12542026-06-25T23:45:38.567Z Downloaded tough v0.22.0
12552026-06-25T23:45:38.574Z Downloaded openapiv3 v2.2.0
12562026-06-25T23:45:38.580Z Downloaded zlib-rs v0.6.2
12572026-06-25T23:45:38.583Z Downloaded zerocopy v0.8.40
12582026-06-25T23:45:38.589Z Downloaded rustls v0.22.4
12592026-06-25T23:45:38.597Z Downloaded winnow v0.6.26
12602026-06-25T23:45:38.602Z Downloaded smoltcp v0.11.0
12612026-06-25T23:45:38.609Z Downloaded rustls v0.23.37
12622026-06-25T23:45:38.617Z Downloaded regress v0.11.1
12632026-06-25T23:45:38.622Z Downloaded object v0.30.4
12642026-06-25T23:45:38.628Z Downloaded winnow v0.5.40
12652026-06-25T23:45:38.633Z Downloaded hickory-proto v0.25.2
12662026-06-25T23:45:38.642Z Downloaded nix v0.31.2
12672026-06-25T23:45:38.650Z Downloaded quinn-proto v0.11.13
12682026-06-25T23:45:38.655Z Downloaded lalrpop v0.19.12
12692026-06-25T23:45:38.677Z Downloaded regex-syntax v0.6.29
12702026-06-25T23:45:38.683Z Downloaded time v0.3.47
12712026-06-25T23:45:38.690Z Downloaded nix v0.28.0
12722026-06-25T23:45:38.704Z Downloaded sled v0.34.7
12732026-06-25T23:45:38.710Z Downloaded smoltcp v0.9.1
12742026-06-25T23:45:38.716Z Downloaded rustls v0.21.12
12752026-06-25T23:45:38.723Z Downloaded ratatui v0.29.0
12762026-06-25T23:45:38.735Z Downloaded vcpkg v0.2.15
12772026-06-25T23:45:38.759Z Downloaded webpki-roots v1.0.6
12782026-06-25T23:45:38.762Z Downloaded bzip2-sys v0.1.13+1.0.8
12792026-06-25T23:45:38.769Z Downloaded regress v0.10.5
12802026-06-25T23:45:38.774Z Downloaded object v0.37.3
12812026-06-25T23:45:38.781Z Downloaded dropshot v0.17.0
12822026-06-25T23:45:38.795Z Downloaded zerocopy-derive v0.6.6
12832026-06-25T23:45:38.800Z Downloaded diesel v2.3.7
12842026-06-25T23:45:38.813Z Downloaded rustix v0.38.44
12852026-06-25T23:45:38.827Z Downloaded regex-syntax v0.8.10
12862026-06-25T23:45:38.831Z Downloaded petgraph v0.6.5
12872026-06-25T23:45:38.843Z Downloaded chrono-tz v0.10.4
12882026-06-25T23:45:38.856Z Downloaded jiff v0.2.21
12892026-06-25T23:45:38.875Z Downloaded libz-sys v1.1.24
12902026-06-25T23:45:38.889Z Downloaded sha3 v0.10.8
12912026-06-25T23:45:38.917Z Downloaded sqlparser v0.61.0
12922026-06-25T23:45:38.927Z Downloaded typify-impl v0.6.2
12932026-06-25T23:45:38.936Z Downloaded tracing v0.1.44
12942026-06-25T23:45:38.970Z Downloaded regex-automata v0.4.14
12952026-06-25T23:45:39.003Z Downloaded libgit2-sys v0.18.3+1.9.2
12962026-06-25T23:45:39.070Z Downloaded petgraph v0.8.3
12972026-06-25T23:45:39.087Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12982026-06-25T23:45:39.094Z Downloaded csv v1.4.0
12992026-06-25T23:45:39.112Z Downloaded tokio v1.52.1
13002026-06-25T23:45:39.174Z Downloaded encoding_rs v0.8.35
13012026-06-25T23:45:39.189Z Downloaded ring v0.17.14
13022026-06-25T23:45:39.586Z Downloaded aws-lc-sys v0.40.0
13032026-06-25T23:45:39.836Z Compiling libc v0.2.185
13042026-06-25T23:45:39.836Z Compiling serde v1.0.228
13052026-06-25T23:45:39.839Z Compiling log v0.4.29
13062026-06-25T23:45:39.839Z Compiling shlex v1.3.0
13072026-06-25T23:45:39.987Z Compiling find-msvc-tools v0.1.9
13082026-06-25T23:45:39.990Z Compiling smallvec v1.15.1
13092026-06-25T23:45:39.996Z Compiling syn v2.0.117
13102026-06-25T23:45:40.007Z Compiling typenum v1.19.0
13112026-06-25T23:45:40.151Z Compiling generic-array v0.14.7
13122026-06-25T23:45:40.167Z Compiling subtle v2.6.1
13132026-06-25T23:45:40.190Z Compiling scopeguard v1.2.0
13142026-06-25T23:45:40.253Z Compiling const-oid v0.9.6
13152026-06-25T23:45:40.284Z Compiling lock_api v0.4.14
13162026-06-25T23:45:40.305Z Compiling serde_json v1.0.149
13172026-06-25T23:45:40.328Z Compiling zerocopy v0.8.40
13182026-06-25T23:45:40.395Z Compiling parking_lot_core v0.9.12
13192026-06-25T23:45:40.503Z Compiling pin-project-lite v0.2.17
13202026-06-25T23:45:40.593Z Compiling portable-atomic v1.13.1
13212026-06-25T23:45:40.637Z Compiling pkg-config v0.3.32
13222026-06-25T23:45:40.775Z Compiling bitflags v2.11.0
13232026-06-25T23:45:40.937Z Compiling getrandom v0.2.17
13242026-06-25T23:45:41.036Z Compiling jobserver v0.1.34
13252026-06-25T23:45:41.100Z Compiling rand_core v0.6.4
13262026-06-25T23:45:41.135Z Compiling errno v0.3.14
13272026-06-25T23:45:41.213Z Compiling critical-section v1.2.0
13282026-06-25T23:45:41.283Z Compiling cc v1.2.56
13292026-06-25T23:45:41.322Z Compiling signal-hook-registry v1.4.8
13302026-06-25T23:45:41.380Z Compiling futures-core v0.3.32
13312026-06-25T23:45:41.426Z Compiling libm v0.2.16
13322026-06-25T23:45:41.467Z Compiling parking_lot v0.12.5
13332026-06-25T23:45:41.534Z Compiling mio v1.2.0
13342026-06-25T23:45:41.599Z Compiling num-traits v0.2.19
13352026-06-25T23:45:41.747Z Compiling once_cell v1.21.3
13362026-06-25T23:45:41.765Z Compiling percent-encoding v2.3.2
13372026-06-25T23:45:41.845Z Compiling socket2 v0.6.3
13382026-06-25T23:45:41.951Z Compiling futures-sink v0.3.32
13392026-06-25T23:45:41.966Z Compiling getrandom v0.4.1
13402026-06-25T23:45:41.966Z Compiling slab v0.4.12
13412026-06-25T23:45:42.007Z Compiling futures-io v0.3.32
13422026-06-25T23:45:42.055Z Compiling futures-channel v0.3.32
13432026-06-25T23:45:42.154Z Compiling cpufeatures v0.2.17
13442026-06-25T23:45:42.168Z Compiling futures-task v0.3.32
13452026-06-25T23:45:42.231Z Compiling rand_core v0.10.0
13462026-06-25T23:45:42.255Z Compiling indexmap v2.14.0
13472026-06-25T23:45:42.285Z Compiling getrandom v0.3.4
13482026-06-25T23:45:42.321Z Compiling rustversion v1.0.22
13492026-06-25T23:45:42.338Z Compiling cmake v0.1.57
13502026-06-25T23:45:42.762Z Compiling form_urlencoded v1.2.2
13512026-06-25T23:45:42.797Z Compiling dunce v1.0.5
13522026-06-25T23:45:42.894Z Compiling synstructure v0.13.2
13532026-06-25T23:45:42.907Z Compiling fs_extra v1.3.0
13542026-06-25T23:45:42.937Z Compiling base64ct v1.8.3
13552026-06-25T23:45:42.951Z Compiling ident_case v1.0.1
13562026-06-25T23:45:43.071Z Compiling rustix v1.1.3
13572026-06-25T23:45:43.178Z Compiling aws-lc-sys v0.40.0
13582026-06-25T23:45:43.226Z Compiling pem-rfc7468 v0.7.0
13592026-06-25T23:45:43.226Z Compiling regex-syntax v0.8.10
13602026-06-25T23:45:43.281Z Compiling iana-time-zone v0.1.65
13612026-06-25T23:45:43.424Z Compiling flagset v0.4.7
13622026-06-25T23:45:43.504Z Compiling rand_core v0.9.5
13632026-06-25T23:45:43.507Z Compiling ring v0.17.14
13642026-06-25T23:45:43.529Z Compiling aws-lc-rs v1.16.3
13652026-06-25T23:45:43.557Z Compiling vcpkg v0.2.15
13662026-06-25T23:45:43.781Z Compiling uuid v1.23.0
13672026-06-25T23:45:43.809Z Compiling rustc_version v0.4.1
13682026-06-25T23:45:44.144Z Compiling tracing-core v0.1.36
13692026-06-25T23:45:44.307Z Compiling openssl-sys v0.9.115
13702026-06-25T23:45:44.493Z Compiling base64 v0.22.1
13712026-06-25T23:45:44.595Z Compiling serde_derive v1.0.228
13722026-06-25T23:45:44.698Z Compiling zeroize_derive v1.4.3
13732026-06-25T23:45:44.814Z Compiling zerofrom-derive v0.1.6
13742026-06-25T23:45:44.828Z Compiling yoke-derive v0.8.1
13752026-06-25T23:45:44.858Z Compiling zerocopy-derive v0.8.40
13762026-06-25T23:45:45.353Z Compiling zeroize v1.8.2
13772026-06-25T23:45:45.593Z Compiling zerovec-derive v0.11.2
13782026-06-25T23:45:46.008Z Compiling displaydoc v0.2.5
13792026-06-25T23:45:46.166Z Compiling crypto-common v0.1.7
13802026-06-25T23:45:46.199Z Compiling zerofrom v0.1.6
13812026-06-25T23:45:46.311Z Compiling yoke v0.8.1
13822026-06-25T23:45:46.324Z Compiling block-buffer v0.10.4
13832026-06-25T23:45:46.485Z Compiling digest v0.10.7
13842026-06-25T23:45:46.498Z Compiling tokio-macros v2.7.0
13852026-06-25T23:45:46.733Z Compiling futures-macro v0.3.32
13862026-06-25T23:45:46.754Z Compiling zerovec v0.11.5
13872026-06-25T23:45:46.768Z Compiling zerotrie v0.2.3
13882026-06-25T23:45:47.057Z Compiling hmac v0.12.1
13892026-06-25T23:45:47.209Z Compiling tinystr v0.8.2
13902026-06-25T23:45:47.223Z Compiling potential_utf v0.1.4
13912026-06-25T23:45:47.248Z Compiling block-padding v0.3.3
13922026-06-25T23:45:47.372Z Compiling icu_locale_core v2.1.1
13932026-06-25T23:45:47.397Z Compiling icu_collections v2.1.1
13942026-06-25T23:45:47.400Z Compiling inout v0.1.4
13952026-06-25T23:45:47.525Z Compiling futures-util v0.3.32
13962026-06-25T23:45:47.560Z Compiling cipher v0.4.4
13972026-06-25T23:45:47.817Z Compiling sha2 v0.10.9
13982026-06-25T23:45:47.867Z Compiling der_derive v0.7.3
13992026-06-25T23:45:48.063Z Compiling bytes v1.11.1
14002026-06-25T23:45:48.164Z Compiling icu_provider v2.1.1
14012026-06-25T23:45:48.232Z Compiling chrono v0.4.44
14022026-06-25T23:45:48.454Z Compiling icu_normalizer v2.1.1
14032026-06-25T23:45:48.668Z Compiling tokio v1.52.1
14042026-06-25T23:45:48.818Z Compiling icu_properties v2.1.2
14052026-06-25T23:45:48.983Z Compiling der v0.7.10
14062026-06-25T23:45:49.187Z Compiling ppv-lite86 v0.2.21
14072026-06-25T23:45:49.291Z Compiling http v1.4.0
14082026-06-25T23:45:49.494Z Compiling salsa20 v0.10.2
14092026-06-25T23:45:49.594Z Compiling pbkdf2 v0.12.2
14102026-06-25T23:45:49.630Z Compiling rustls-pki-types v1.14.0
14112026-06-25T23:45:49.709Z Compiling idna_adapter v1.2.1
14122026-06-25T23:45:49.760Z Compiling thiserror-impl v2.0.18
14132026-06-25T23:45:49.845Z Compiling idna v1.1.0
14142026-06-25T23:45:49.875Z Compiling spki v0.7.3
14152026-06-25T23:45:50.060Z Compiling tracing-attributes v0.1.31
14162026-06-25T23:45:50.077Z Compiling http-body v1.0.1
14172026-06-25T23:45:50.143Z Compiling url v2.5.8
14182026-06-25T23:45:50.180Z Compiling scrypt v0.11.0
14192026-06-25T23:45:50.221Z Compiling rand_chacha v0.9.0
14202026-06-25T23:45:50.425Z Compiling aes v0.8.4
14212026-06-25T23:45:50.476Z Compiling cbc v0.1.2
14222026-06-25T23:45:50.690Z Compiling untrusted v0.9.0
14232026-06-25T23:45:50.851Z Compiling tinyvec_macros v0.1.1
14242026-06-25T23:45:50.910Z Compiling untrusted v0.7.1
14252026-06-25T23:45:50.924Z Compiling openssl-probe v0.2.1
14262026-06-25T23:45:50.982Z Compiling httparse v1.10.1
14272026-06-25T23:45:51.034Z Compiling tinyvec v1.10.0
14282026-06-25T23:45:51.063Z Compiling thiserror v2.0.18
14292026-06-25T23:45:51.096Z Compiling pkcs5 v0.7.1
14302026-06-25T23:45:51.358Z Compiling pest_generator v2.8.6
14312026-06-25T23:45:51.376Z Compiling rand v0.9.2
14322026-06-25T23:45:51.391Z Compiling tracing v0.1.44
14332026-06-25T23:45:51.519Z Compiling serde_derive_internals v0.29.1
14342026-06-25T23:45:51.567Z Compiling aho-corasick v1.1.4
14352026-06-25T23:45:51.651Z Compiling dyn-clone v1.0.20
14362026-06-25T23:45:51.788Z Compiling atomic-waker v1.1.2
14372026-06-25T23:45:51.913Z Compiling try-lock v0.2.5
14382026-06-25T23:45:52.023Z Compiling schemars v0.8.22
14392026-06-25T23:45:52.048Z Compiling rustls v0.23.37
14402026-06-25T23:45:52.164Z Compiling tower-service v0.3.3
14412026-06-25T23:45:52.215Z Compiling tower-layer v0.3.3
14422026-06-25T23:45:52.246Z Compiling pest_derive v2.8.6
14432026-06-25T23:45:52.258Z Compiling want v0.3.1
14442026-06-25T23:45:52.374Z Compiling regex-automata v0.4.14
14452026-06-25T23:45:52.398Z Compiling schemars_derive v0.8.22
14462026-06-25T23:45:52.415Z Compiling pkcs8 v0.10.2
14472026-06-25T23:45:52.661Z Compiling tokio-util v0.7.18
14482026-06-25T23:45:52.925Z Compiling ipnet v2.11.0
14492026-06-25T23:45:53.008Z Compiling scroll_derive v0.13.1
14502026-06-25T23:45:53.227Z Compiling darling_core v0.20.11
14512026-06-25T23:45:53.409Z Compiling h2 v0.4.13
14522026-06-25T23:45:53.618Z Compiling foreign-types-shared v0.1.1
14532026-06-25T23:45:53.672Z Compiling httpdate v1.0.3
14542026-06-25T23:45:53.703Z Compiling pin-utils v0.1.0
14552026-06-25T23:45:53.774Z Compiling openssl v0.10.79
14562026-06-25T23:45:53.796Z Compiling scroll v0.13.0
14572026-06-25T23:45:53.895Z Compiling tempfile v3.25.0
14582026-06-25T23:45:54.015Z Compiling foreign-types v0.3.2
14592026-06-25T23:45:54.085Z Compiling unicode-normalization v0.1.25
14602026-06-25T23:45:54.347Z Compiling openssl-macros v0.1.1
14612026-06-25T23:45:54.533Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14622026-06-25T23:45:54.652Z Compiling socket2 v0.5.10
14632026-06-25T23:45:54.733Z Compiling spin v0.9.8
14642026-06-25T23:45:54.909Z Compiling crc32fast v1.5.0
14652026-06-25T23:45:54.934Z Compiling native-tls v0.2.18
14662026-06-25T23:45:55.043Z Compiling num-conv v0.2.0
14672026-06-25T23:45:55.133Z Compiling powerfmt v0.2.0
14682026-06-25T23:45:55.166Z Compiling time-core v0.1.8
14692026-06-25T23:45:55.309Z Compiling time-macros v0.2.27
14702026-06-25T23:45:55.324Z Compiling deranged v0.5.8
14712026-06-25T23:45:55.459Z Compiling darling_macro v0.20.11
14722026-06-25T23:45:55.972Z Compiling darling v0.20.11
14732026-06-25T23:45:56.054Z Compiling goblin v0.10.5
14742026-06-25T23:45:56.312Z Compiling rustls-native-certs v0.8.3
14752026-06-25T23:45:56.399Z Compiling hyper v1.8.1
14762026-06-25T23:45:56.454Z Compiling sync_wrapper v1.0.2
14772026-06-25T23:45:56.561Z Compiling wait-timeout v0.2.1
14782026-06-25T23:45:56.601Z Compiling crossbeam-utils v0.8.21
14792026-06-25T23:45:56.826Z Compiling num_threads v0.1.7
14802026-06-25T23:45:56.884Z Compiling bit-vec v0.8.0
14812026-06-25T23:45:56.925Z Compiling quick-error v1.2.3
14822026-06-25T23:45:57.032Z Compiling usdt-impl v0.6.0
14832026-06-25T23:45:57.110Z Compiling siphasher v1.0.2
14842026-06-25T23:45:57.233Z Compiling unicode-segmentation v1.12.0
14852026-06-25T23:45:57.294Z Compiling syn v1.0.109
14862026-06-25T23:45:57.366Z Compiling simd-adler32 v0.3.8
14872026-06-25T23:45:57.590Z Compiling hyper-util v0.1.20
14882026-06-25T23:45:57.677Z Compiling bit-set v0.8.0
14892026-06-25T23:45:57.840Z Compiling rusty-fork v0.3.1
14902026-06-25T23:45:57.908Z Compiling time v0.3.47
14912026-06-25T23:45:57.986Z Compiling tower v0.5.3
14922026-06-25T23:45:58.146Z Compiling derive_builder_core v0.20.2
14932026-06-25T23:45:58.455Z Compiling dtrace-parser v0.3.0
14942026-06-25T23:45:58.521Z Compiling http-body-util v0.1.3
14952026-06-25T23:45:58.763Z Compiling dof v0.4.0
14962026-06-25T23:45:59.009Z Compiling webpki-roots v1.0.6
14972026-06-25T23:45:59.128Z Compiling signature v2.2.0
14982026-06-25T23:45:59.193Z Compiling scroll_derive v0.12.1
14992026-06-25T23:45:59.302Z Compiling thiserror-impl v1.0.69
15002026-06-25T23:45:59.316Z Compiling heapless v0.7.17
15012026-06-25T23:45:59.460Z Compiling rand_xorshift v0.4.0
15022026-06-25T23:45:59.541Z Compiling slog v2.8.2
15032026-06-25T23:45:59.619Z Compiling darling_core v0.21.3
15042026-06-25T23:45:59.723Z Compiling bzip2-sys v0.1.13+1.0.8
15052026-06-25T23:45:59.845Z Compiling thread-id v5.1.0
15062026-06-25T23:45:59.904Z Compiling cookie v0.18.1
15072026-06-25T23:45:59.926Z Compiling adler2 v2.0.1
15082026-06-25T23:45:59.990Z Compiling zstd-safe v7.2.4
15092026-06-25T23:46:00.053Z Compiling unicode-properties v0.1.4
15102026-06-25T23:46:00.083Z Compiling allocator-api2 v0.2.21
15112026-06-25T23:46:00.181Z Compiling signal-hook v0.3.18
15122026-06-25T23:46:00.227Z Compiling unarray v0.1.4
15132026-06-25T23:46:00.253Z Compiling anyhow v1.0.102
15142026-06-25T23:46:00.330Z Compiling paste v1.0.15
15152026-06-25T23:46:00.343Z Compiling iri-string v0.7.10
15162026-06-25T23:46:00.402Z Compiling ryu v1.0.23
15172026-06-25T23:46:00.547Z Compiling unicode-bidi v0.3.18
15182026-06-25T23:46:00.574Z Compiling thiserror v1.0.69
15192026-06-25T23:46:00.630Z Compiling serde_urlencoded v0.7.1
15202026-06-25T23:46:00.688Z Compiling proptest v1.10.0
15212026-06-25T23:46:00.847Z Compiling miniz_oxide v0.8.9
15222026-06-25T23:46:00.911Z Compiling stringprep v0.1.5
15232026-06-25T23:46:01.434Z Compiling scroll v0.12.0
15242026-06-25T23:46:01.693Z Compiling tower-http v0.6.8
15252026-06-25T23:46:01.898Z Compiling derive_builder_macro v0.20.2
15262026-06-25T23:46:01.931Z Compiling tokio-native-tls v0.3.1
15272026-06-25T23:46:02.127Z Compiling heck v0.4.1
15282026-06-25T23:46:02.147Z Compiling darling_macro v0.21.3
15292026-06-25T23:46:02.161Z Compiling ipnetwork v0.21.1
15302026-06-25T23:46:02.340Z Compiling bstr v1.12.1
15312026-06-25T23:46:02.354Z Compiling rand_chacha v0.3.1
15322026-06-25T23:46:02.404Z Compiling toml_datetime v0.6.11
15332026-06-25T23:46:02.543Z Compiling serde_spanned v0.6.9
15342026-06-25T23:46:02.616Z Compiling serde_tokenstream v0.2.3
15352026-06-25T23:46:02.654Z Compiling erased-serde v0.3.31
15362026-06-25T23:46:02.680Z Compiling md-5 v0.10.6
15372026-06-25T23:46:02.843Z Compiling zerocopy-derive v0.7.35
15382026-06-25T23:46:02.926Z Compiling async-trait v0.1.89
15392026-06-25T23:46:02.985Z Compiling pin-project-internal v1.1.11
15402026-06-25T23:46:03.126Z Compiling curve25519-dalek v4.1.3
15412026-06-25T23:46:03.129Z Compiling vergen-lib v9.1.0
15422026-06-25T23:46:03.302Z Compiling num-integer v0.1.46
15432026-06-25T23:46:03.459Z Compiling hash32 v0.2.1
15442026-06-25T23:46:03.623Z Compiling ff v0.13.1
15452026-06-25T23:46:03.648Z Compiling memoffset v0.9.1
15462026-06-25T23:46:03.687Z Compiling encoding_rs v0.8.35
15472026-06-25T23:46:03.759Z Compiling cfg_aliases v0.2.1
15482026-06-25T23:46:03.831Z Compiling fallible-iterator v0.2.0
15492026-06-25T23:46:03.844Z Compiling base16ct v0.2.0
15502026-06-25T23:46:03.917Z Compiling rustix v0.38.44
15512026-06-25T23:46:04.016Z Compiling smoltcp v0.9.1
15522026-06-25T23:46:04.070Z Compiling mime v0.3.17
15532026-06-25T23:46:04.138Z Compiling litrs v1.0.0
15542026-06-25T23:46:04.254Z Compiling num-bigint-dig v0.8.6
15552026-06-25T23:46:04.328Z Compiling psl-types v2.0.11
15562026-06-25T23:46:04.347Z Compiling zlib-rs v0.6.2
15572026-06-25T23:46:04.437Z Compiling ref-cast v1.0.25
15582026-06-25T23:46:04.470Z Compiling publicsuffix v2.3.0
15592026-06-25T23:46:04.652Z Compiling document-features v0.2.12
15602026-06-25T23:46:04.750Z Compiling postgres-protocol v0.6.10
15612026-06-25T23:46:04.780Z Compiling pin-project v1.1.11
15622026-06-25T23:46:04.880Z Compiling sec1 v0.7.3
15632026-06-25T23:46:05.165Z Compiling nix v0.31.2
15642026-06-25T23:46:05.234Z Compiling group v0.13.0
15652026-06-25T23:46:05.262Z Compiling zerocopy v0.7.35
15662026-06-25T23:46:05.406Z Compiling num-iter v0.1.45
15672026-06-25T23:46:05.554Z Compiling newtype-uuid v1.3.2
15682026-06-25T23:46:05.764Z Compiling darling v0.21.3
15692026-06-25T23:46:05.849Z Compiling rand v0.8.6
15702026-06-25T23:46:05.890Z Compiling oxnet v0.1.6
15712026-06-25T23:46:05.903Z Compiling hubpack_derive v0.1.1
15722026-06-25T23:46:05.924Z Compiling derive_builder v0.20.2
15732026-06-25T23:46:06.004Z Compiling snafu-derive v0.8.9
15742026-06-25T23:46:06.255Z Compiling hyper-tls v0.6.0
15752026-06-25T23:46:06.338Z Compiling goblin v0.8.2
15762026-06-25T23:46:06.946Z Compiling phf_shared v0.13.1
15772026-06-25T23:46:07.025Z Compiling lazy_static v1.5.0
15782026-06-25T23:46:07.119Z Compiling regex v1.12.3
15792026-06-25T23:46:07.190Z Compiling anstyle-parse v0.2.7
15802026-06-25T23:46:07.340Z Compiling flate2 v1.1.9
15812026-06-25T23:46:07.374Z Compiling strum_macros v0.27.2
15822026-06-25T23:46:07.540Z Compiling futures-executor v0.3.32
15832026-06-25T23:46:07.651Z Compiling hex v0.4.3
15842026-06-25T23:46:07.746Z Compiling hkdf v0.12.4
15852026-06-25T23:46:07.797Z Compiling crypto-bigint v0.5.5
15862026-06-25T23:46:07.898Z Compiling ref-cast-impl v1.0.25
15872026-06-25T23:46:07.911Z Compiling daft-derive v0.1.7
15882026-06-25T23:46:07.923Z Compiling curve25519-dalek-derive v0.1.1
15892026-06-25T23:46:08.434Z Compiling terminal_size v0.4.3
15902026-06-25T23:46:08.552Z Compiling vergen v9.1.0
15912026-06-25T23:46:08.574Z Compiling fs-err v3.3.0
15922026-06-25T23:46:08.616Z Compiling cargo-platform v0.3.2
15932026-06-25T23:46:08.728Z Compiling ahash v0.8.12
15942026-06-25T23:46:08.757Z Compiling same-file v1.0.6
15952026-06-25T23:46:08.889Z Compiling managed v0.8.0
15962026-06-25T23:46:08.922Z Compiling object v0.37.3
15972026-06-25T23:46:08.938Z Compiling bumpalo v3.20.2
15982026-06-25T23:46:09.103Z Compiling winnow v0.5.40
15992026-06-25T23:46:09.178Z Compiling bitflags v1.3.2
16002026-06-25T23:46:09.181Z Compiling foldhash v0.2.0
16012026-06-25T23:46:09.254Z Compiling foldhash v0.1.5
16022026-06-25T23:46:09.300Z Compiling libbz2-rs-sys v0.2.2
16032026-06-25T23:46:09.409Z Compiling hashbrown v0.15.5
16042026-06-25T23:46:09.422Z Compiling hashbrown v0.16.1
16052026-06-25T23:46:09.803Z Compiling bzip2 v0.6.1
16062026-06-25T23:46:09.880Z Compiling strum v0.27.2
16072026-06-25T23:46:10.063Z Compiling zopfli v0.8.3
16082026-06-25T23:46:10.067Z Compiling clap_builder v4.6.0
16092026-06-25T23:46:10.067Z Compiling walkdir v2.5.0
16102026-06-25T23:46:10.067Z Compiling cargo_metadata v0.23.1
16112026-06-25T23:46:10.486Z Compiling toml_edit v0.19.15
16122026-06-25T23:46:10.527Z Compiling elliptic-curve v0.13.8
16132026-06-25T23:46:10.664Z Compiling daft v0.1.7
16142026-06-25T23:46:10.992Z Compiling dof v0.3.0
16152026-06-25T23:46:11.118Z Compiling snafu v0.8.9
16162026-06-25T23:46:11.457Z Compiling futures v0.3.32
16172026-06-25T23:46:11.474Z Compiling anstream v0.6.21
16182026-06-25T23:46:11.542Z Compiling phf v0.13.1
16192026-06-25T23:46:11.701Z Compiling signal-hook-mio v0.2.5
16202026-06-25T23:46:11.774Z Compiling cookie_store v0.22.1
16212026-06-25T23:46:11.825Z Compiling bzip2 v0.4.4
16222026-06-25T23:46:12.021Z Compiling hubpack v0.1.2
16232026-06-25T23:46:12.072Z Compiling zstd v0.13.3
16242026-06-25T23:46:12.235Z Compiling serde_with_macros v3.17.0
16252026-06-25T23:46:12.430Z Compiling postgres-types v0.2.12
16262026-06-25T23:46:12.964Z Compiling usdt-macro v0.6.0
16272026-06-25T23:46:13.028Z Compiling usdt-attr-macro v0.6.0
16282026-06-25T23:46:13.121Z Compiling globset v0.4.18
16292026-06-25T23:46:13.340Z Compiling dtrace-parser v0.2.0
16302026-06-25T23:46:13.528Z Compiling ed25519 v2.2.3
16312026-06-25T23:46:13.711Z Compiling phf_shared v0.11.3
16322026-06-25T23:46:13.747Z Compiling olpc-cjson v0.1.4
16332026-06-25T23:46:13.840Z Compiling pkcs1 v0.7.5
16342026-06-25T23:46:13.843Z Compiling strum_macros v0.26.4
16352026-06-25T23:46:13.887Z Compiling enum-as-inner v0.6.1
16362026-06-25T23:46:13.902Z Compiling clap_derive v4.6.1
16372026-06-25T23:46:14.077Z Compiling serde-big-array v0.5.1
16382026-06-25T23:46:14.179Z Compiling serde_plain v1.0.2
16392026-06-25T23:46:14.216Z Compiling rfc6979 v0.4.0
16402026-06-25T23:46:14.344Z Compiling pem v3.0.6
16412026-06-25T23:46:14.372Z Compiling serde_repr v0.1.20
16422026-06-25T23:46:14.397Z Compiling async-recursion v1.1.1
16432026-06-25T23:46:14.436Z Compiling float-cmp v0.10.0
16442026-06-25T23:46:14.581Z Compiling memmap2 v0.9.10
16452026-06-25T23:46:14.663Z Compiling thread-id v4.2.2
16462026-06-25T23:46:14.749Z Compiling env_filter v1.0.0
16472026-06-25T23:46:14.790Z Compiling precomputed-hash v0.1.1
16482026-06-25T23:46:14.879Z Compiling whoami v2.1.0
16492026-06-25T23:46:14.892Z Compiling data-encoding v2.10.0
16502026-06-25T23:46:15.034Z Compiling fixedbitset v0.4.2
16512026-06-25T23:46:15.047Z Compiling fixedbitset v0.5.7
16522026-06-25T23:46:15.250Z Compiling predicates-core v1.0.10
16532026-06-25T23:46:15.263Z Compiling jiff v0.2.21
16542026-06-25T23:46:15.346Z Compiling typed-path v0.9.3
16552026-06-25T23:46:15.421Z Compiling static_assertions v1.1.0
16562026-06-25T23:46:15.495Z Compiling difflib v0.4.0
16572026-06-25T23:46:15.529Z Compiling keccak v0.1.6
16582026-06-25T23:46:15.589Z Compiling normalize-line-endings v0.3.0
16592026-06-25T23:46:15.657Z Compiling new_debug_unreachable v1.0.6
16602026-06-25T23:46:15.683Z Compiling either v1.15.0
16612026-06-25T23:46:15.726Z Compiling string_cache v0.8.9
16622026-06-25T23:46:15.920Z Compiling itertools v0.13.0
16632026-06-25T23:46:16.002Z Compiling predicates v3.1.4
16642026-06-25T23:46:16.096Z Compiling sha3 v0.10.8
16652026-06-25T23:46:16.304Z Compiling clap v4.6.1
16662026-06-25T23:46:16.392Z Compiling strum v0.26.3
16672026-06-25T23:46:16.527Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16682026-06-25T23:46:16.556Z Compiling petgraph v0.8.3
16692026-06-25T23:46:16.586Z Compiling petgraph v0.6.5
16702026-06-25T23:46:16.661Z Compiling hickory-proto v0.25.2
16712026-06-25T23:46:17.194Z Compiling tokio-postgres v0.7.16
16722026-06-25T23:46:17.365Z Compiling toml_edit v0.22.27
16732026-06-25T23:46:18.063Z Compiling zip v4.6.1
16742026-06-25T23:46:18.512Z Compiling env_logger v0.11.9
16752026-06-25T23:46:18.868Z Compiling usdt-impl v0.5.0
16762026-06-25T23:46:19.010Z Compiling usdt v0.6.0
16772026-06-25T23:46:19.280Z Compiling ecdsa v0.16.9
16782026-06-25T23:46:19.300Z Compiling rsa v0.9.10
16792026-06-25T23:46:19.362Z Compiling ed25519-dalek v2.2.0
16802026-06-25T23:46:19.446Z Compiling serde_with v3.17.0
16812026-06-25T23:46:19.449Z Compiling crossterm v0.28.1
16822026-06-25T23:46:20.009Z Compiling zip v0.6.6
16832026-06-25T23:46:20.451Z Compiling toml v0.7.8
16842026-06-25T23:46:20.580Z Compiling iddqd v0.4.2
16852026-06-25T23:46:21.189Z Compiling toml_parser v1.0.9+spec-1.1.0
16862026-06-25T23:46:21.200Z Compiling similar v2.7.0
16872026-06-25T23:46:21.310Z Compiling crossbeam-epoch v0.9.18
16882026-06-25T23:46:21.351Z Compiling tokio-stream v0.1.18
16892026-06-25T23:46:21.682Z Compiling buf-list v1.1.2
16902026-06-25T23:46:21.829Z Compiling x509-cert v0.2.5
16912026-06-25T23:46:21.851Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16922026-06-25T23:46:21.945Z Compiling openapiv3 v2.2.0
16932026-06-25T23:46:21.973Z Compiling sha1 v0.10.6
16942026-06-25T23:46:22.096Z Compiling peg-runtime v0.8.5
16952026-06-25T23:46:22.137Z Compiling lalrpop-util v0.19.12
16962026-06-25T23:46:22.152Z Compiling thread_local v1.1.9
16972026-06-25T23:46:22.332Z Compiling slog-async v2.8.0
16982026-06-25T23:46:22.359Z Compiling crossbeam-channel v0.5.15
16992026-06-25T23:46:22.410Z Compiling is-terminal v0.4.17
17002026-06-25T23:46:22.511Z Compiling filetime v0.2.27
17012026-06-25T23:46:22.674Z Compiling take_mut v0.2.2
17022026-06-25T23:46:22.707Z Compiling term v1.2.1
17032026-06-25T23:46:22.708Z Compiling xattr v1.6.1
17042026-06-25T23:46:22.811Z Compiling tar v0.4.45
17052026-06-25T23:46:23.186Z Compiling slog-term v2.9.2
17062026-06-25T23:46:32.951Z Compiling rustls-webpki v0.103.9
17072026-06-25T23:46:35.745Z Compiling tokio-rustls v0.26.4
17082026-06-25T23:46:35.745Z Compiling rustls-platform-verifier v0.6.2
17092026-06-25T23:46:35.948Z Compiling hyper-rustls v0.27.7
17102026-06-25T23:46:36.152Z Compiling reqwest v0.12.28
17112026-06-25T23:46:36.157Z Compiling reqwest v0.13.2
17122026-06-25T23:46:37.427Z Compiling tough v0.22.0
17132026-06-25T23:46:39.977Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17142026-06-25T23:46:40.193Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17152026-06-25T23:46:43.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17162026-06-25T23:46:43.260Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17172026-06-25T23:46:43.302ZJun 25 23:46:41.564 INFO Starting download, target: Clickhouse
17182026-06-25T23:46:43.303ZJun 25 23:46:41.564 INFO Starting download, target: Cockroach
17192026-06-25T23:46:43.307ZJun 25 23:46:41.565 INFO Starting download, target: Console
17202026-06-25T23:46:43.307ZJun 25 23:46:41.565 INFO Starting download, target: DendriteStub
17212026-06-25T23:46:43.307ZJun 25 23:46:41.565 INFO Starting download, target: MaghemiteMgd
17222026-06-25T23:46:43.307ZJun 25 23:46:41.565 INFO Starting download, target: MaghemiteDdmd
17232026-06-25T23:46:43.307ZJun 25 23:46:41.565 INFO Starting download, target: TransceiverControl
17242026-06-25T23:46:43.307ZJun 25 23:46:41.565 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17252026-06-25T23:46:43.307ZJun 25 23:46:41.565 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17262026-06-25T23:46:43.308ZJun 25 23:46:41.565 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17272026-06-25T23:46:43.308ZJun 25 23:46:41.565 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17282026-06-25T23:46:43.308ZJun 25 23:46:41.565 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17292026-06-25T23:46:43.308ZJun 25 23:46:41.565 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17302026-06-25T23:46:43.308ZJun 25 23:46:41.565 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17312026-06-25T23:46:45.047ZJun 25 23:46:43.314 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17322026-06-25T23:46:45.205ZJun 25 23:46:43.465 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17332026-06-25T23:46:45.291ZJun 25 23:46:43.558 INFO Download complete, target: Console
17342026-06-25T23:46:45.331ZJun 25 23:46:43.599 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17352026-06-25T23:46:45.544ZJun 25 23:46:43.810 INFO Download complete, target: TransceiverControl
17362026-06-25T23:46:47.101ZJun 25 23:46:45.340 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17372026-06-25T23:46:47.175ZJun 25 23:46:45.431 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17382026-06-25T23:46:47.388ZJun 25 23:46:45.635 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17392026-06-25T23:46:47.911ZJun 25 23:46:46.180 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17402026-06-25T23:46:47.911ZJun 25 23:46:46.180 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17412026-06-25T23:46:49.125ZJun 25 23:46:47.394 INFO Download complete, target: MaghemiteDdmd
17422026-06-25T23:46:49.652ZJun 25 23:46:47.921 INFO Download complete, target: DendriteStub
17432026-06-25T23:46:49.865ZJun 25 23:46:48.133 INFO Download complete, target: MaghemiteMgd
17442026-06-25T23:46:52.140ZJun 25 23:46:50.408 INFO Checking that binary works, target: Clickhouse
17452026-06-25T23:46:52.259ZJun 25 23:46:50.527 INFO Download complete, target: Clickhouse
17462026-06-25T23:46:52.690ZJun 25 23:46:50.959 INFO Checking that binary works, target: Cockroach
17472026-06-25T23:46:52.800ZJun 25 23:46:51.068 INFO Download complete, target: Cockroach
17482026-06-25T23:46:52.816ZAll builder prerequisites installed successfully, and PATH looks valid
17492026-06-25T23:46:52.821Z
17502026-06-25T23:46:52.821Zreal 2:03.951909818
17512026-06-25T23:46:52.821Zuser 6:51.205105046
17522026-06-25T23:46:52.821Zsys 1:23.269217896
17532026-06-25T23:46:52.821Ztrap 0.238447645
17542026-06-25T23:46:52.821Ztflt 0.656971969
17552026-06-25T23:46:52.821Zdflt 0.580639406
17562026-06-25T23:46:52.821Zkflt 0.022914265
17572026-06-25T23:46:52.821Zlock 23:34.138584328
17582026-06-25T23:46:52.821Zslp 21:07.151277651
17592026-06-25T23:46:52.821Zlat 44.075131119
17602026-06-25T23:46:52.821Zstop 1:56.864583981
17612026-06-25T23:46:52.821Z+ banner clippy
17622026-06-25T23:46:52.821Z
17632026-06-25T23:46:52.821Z #### # # ##### ##### # #
17642026-06-25T23:46:52.821Z # # # # # # # # # #
17652026-06-25T23:46:52.821Z # # # # # # # #
17662026-06-25T23:46:52.821Z # # # ##### ##### #
17672026-06-25T23:46:52.821Z # # # # # # #
17682026-06-25T23:46:52.821Z #### ###### # # # #
17692026-06-25T23:46:52.821Z
17702026-06-25T23:46:52.821Z+ export CARGO_INCREMENTAL=0
17712026-06-25T23:46:52.821Z+ CARGO_INCREMENTAL=0
17722026-06-25T23:46:52.822Z+ ptime -m cargo xtask clippy
17732026-06-25T23:46:53.275Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17742026-06-25T23:46:53.485Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17752026-06-25T23:46:55.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.51s
17762026-06-25T23:46:55.409Z Running `target/debug/xtask clippy`
17772026-06-25T23:46:55.434Zrunning: /home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
17782026-06-25T23:46:55.990Z Downloading crates ...
17792026-06-25T23:46:56.198Z Downloaded plotters-svg v0.3.7
17802026-06-25T23:46:56.201Z Downloaded anes v0.1.6
17812026-06-25T23:46:56.207Z Downloaded approx v0.5.1
17822026-06-25T23:46:56.212Z Downloaded blake2b_simd v1.0.4
17832026-06-25T23:46:56.215Z Downloaded relative-path v1.9.3
17842026-06-25T23:46:56.218Z Downloaded nested v0.1.1
17852026-06-25T23:46:56.222Z Downloaded guppy-workspace-hack v0.1.0
17862026-06-25T23:46:56.225Z Downloaded async-object-pool v0.2.0
17872026-06-25T23:46:56.228Z Downloaded supports-hyperlinks v2.1.0
17882026-06-25T23:46:56.241Z Downloaded constant_time_eq v0.3.1
17892026-06-25T23:46:56.249Z Downloaded escape8259 v0.5.3
17902026-06-25T23:46:56.250Z Downloaded target-spec v3.5.7
17912026-06-25T23:46:56.250Z Downloaded criterion-plot v0.6.0
17922026-06-25T23:46:56.250Z Downloaded partial-io v0.5.4
17932026-06-25T23:46:56.260Z Downloaded assert_cmd v2.1.2
17942026-06-25T23:46:56.263Z Downloaded plotters-backend v0.3.7
17952026-06-25T23:46:56.267Z Downloaded event-listener-strategy v0.5.4
17962026-06-25T23:46:56.267Z Downloaded pathdiff v0.2.3
17972026-06-25T23:46:56.274Z Downloaded backtrace-ext v0.2.1
17982026-06-25T23:46:56.274Z Downloaded concurrent-queue v2.5.0
17992026-06-25T23:46:56.274Z Downloaded addr2line v0.25.1
18002026-06-25T23:46:56.278Z Downloaded similar-asserts v1.7.0
18012026-06-25T23:46:56.281Z Downloaded terminal_size v0.1.17
18022026-06-25T23:46:56.281Z Downloaded linkme-impl v0.3.35
18032026-06-25T23:46:56.290Z Downloaded miette-derive v5.10.0
18042026-06-25T23:46:56.292Z Downloaded oorandom v11.1.5
18052026-06-25T23:46:56.293Z Downloaded futures-timer v3.0.3
18062026-06-25T23:46:56.296Z Downloaded owo-colors v3.5.0
18072026-06-25T23:46:56.301Z Downloaded target-lexicon v0.13.3
18082026-06-25T23:46:56.304Z Downloaded async-lock v3.4.2
18092026-06-25T23:46:56.307Z Downloaded tokio-test v0.4.5
18102026-06-25T23:46:56.311Z Downloaded cast v0.3.0
18112026-06-25T23:46:56.319Z Downloaded stringmetrics v2.2.2
18122026-06-25T23:46:56.321Z Downloaded tinytemplate v1.2.1
18132026-06-25T23:46:56.327Z Downloaded target-triple v1.0.0
18142026-06-25T23:46:56.336Z Downloaded assert-json-diff v2.0.2
18152026-06-25T23:46:56.336Z Downloaded parking v2.2.1
18162026-06-25T23:46:56.341Z Downloaded supports-unicode v2.1.0
18172026-06-25T23:46:56.341Z Downloaded supports-color v2.1.0
18182026-06-25T23:46:56.344Z Downloaded knuffel-derive v3.2.0
18192026-06-25T23:46:56.344Z Downloaded hickory-client v0.25.2
18202026-06-25T23:46:56.344Z Downloaded serde_regex v1.1.0
18212026-06-25T23:46:56.351Z Downloaded httptest v0.16.4
18222026-06-25T23:46:56.356Z Downloaded event-listener v5.4.1
18232026-06-25T23:46:56.359Z Downloaded rustc-demangle v0.1.27
18242026-06-25T23:46:56.371Z Downloaded datatest-stable v0.3.3
18252026-06-25T23:46:56.378Z Downloaded termcolor v1.4.1
18262026-06-25T23:46:56.381Z Downloaded libtest-mimic v0.8.1
18272026-06-25T23:46:56.381Z Downloaded cfg-expr v0.20.6
18282026-06-25T23:46:56.383Z Downloaded rust-argon2 v2.1.0
18292026-06-25T23:46:56.384Z Downloaded rand_distr v0.5.1
18302026-06-25T23:46:56.386Z Downloaded linkme v0.3.35
18312026-06-25T23:46:56.386Z Downloaded backtrace v0.3.76
18322026-06-25T23:46:56.393Z Downloaded path-tree v0.8.3
18332026-06-25T23:46:56.403Z Downloaded chumsky v0.9.3
18342026-06-25T23:46:56.407Z Downloaded rstest v0.25.0
18352026-06-25T23:46:56.424Z Downloaded knuffel v3.2.0
18362026-06-25T23:46:56.435Z Downloaded trybuild v1.0.116
18372026-06-25T23:46:56.440Z Downloaded textwrap v0.15.2
18382026-06-25T23:46:56.440Z Downloaded rstest_macros v0.25.0
18392026-06-25T23:46:56.497Z Downloaded miette v5.10.0
18402026-06-25T23:46:56.497Z Downloaded fancy-regex v0.14.0
18412026-06-25T23:46:56.506Z Downloaded criterion v0.7.0
18422026-06-25T23:46:56.506Z Downloaded guppy v0.17.25
18432026-06-25T23:46:56.506Z Downloaded plotters v0.3.7
18442026-06-25T23:46:56.506Z Downloaded hashbrown v0.14.5
18452026-06-25T23:46:56.513Z Downloaded gimli v0.32.3
18462026-06-25T23:46:56.628Z Downloaded httpmock v0.8.3
18472026-06-25T23:46:58.295Z Checking cfg-if v1.0.4
18482026-06-25T23:46:58.648Z Checking libc v0.2.185
18492026-06-25T23:46:58.651Z Checking serde_core v1.0.228
18502026-06-25T23:46:58.724Z Checking memchr v2.8.0
18512026-06-25T23:46:58.763Z Checking smallvec v1.15.1
18522026-06-25T23:46:58.802Z Checking itoa v1.0.17
18532026-06-25T23:46:58.838Z Checking log v0.4.29
18542026-06-25T23:46:58.881Z Checking libm v0.2.16
18552026-06-25T23:46:58.881Z Checking zeroize v1.8.2
18562026-06-25T23:46:58.981Z Checking scopeguard v1.2.0
18572026-06-25T23:46:59.022Z Checking stable_deref_trait v1.2.1
18582026-06-25T23:46:59.063Z Checking zmij v1.0.21
18592026-06-25T23:46:59.102Z Checking errno v0.3.14
18602026-06-25T23:46:59.102Z Checking getrandom v0.2.17
18612026-06-25T23:46:59.171Z Checking lock_api v0.4.14
18622026-06-25T23:46:59.207Z Checking zerofrom v0.1.6
18632026-06-25T23:46:59.244Z Checking percent-encoding v2.3.2
18642026-06-25T23:46:59.280Z Checking writeable v0.6.2
18652026-06-25T23:46:59.316Z Checking litemap v0.8.1
18662026-06-25T23:46:59.352Z Checking yoke v0.8.1
18672026-06-25T23:46:59.390Z Checking icu_normalizer_data v2.1.1
18682026-06-25T23:46:59.390Z Checking icu_properties_data v2.1.2
18692026-06-25T23:46:59.459Z Checking subtle v2.6.1
18702026-06-25T23:46:59.462Z Checking form_urlencoded v1.2.2
18712026-06-25T23:46:59.525Z Checking utf8_iter v1.0.4
18722026-06-25T23:46:59.560Z Checking zerovec v0.11.5
18732026-06-25T23:46:59.560Z Checking zerotrie v0.2.3
18742026-06-25T23:46:59.627Z Checking num-traits v0.2.19
18752026-06-25T23:46:59.664Z Checking rand_core v0.6.4
18762026-06-25T23:46:59.695Z Checking pin-project-lite v0.2.17
18772026-06-25T23:46:59.732Z Checking zerocopy v0.8.40
18782026-06-25T23:46:59.763Z Checking rand_core v0.10.0
18792026-06-25T23:46:59.818Z Checking parking_lot_core v0.9.12
18802026-06-25T23:46:59.866Z Checking portable-atomic v1.13.1
18812026-06-25T23:46:59.906Z Checking signal-hook-registry v1.4.8
18822026-06-25T23:46:59.942Z Checking getrandom v0.4.1
18832026-06-25T23:47:00.006Z Checking tinystr v0.8.2
18842026-06-25T23:47:00.041Z Checking potential_utf v0.1.4
18852026-06-25T23:47:00.093Z Checking parking_lot v0.12.5
18862026-06-25T23:47:00.128Z Checking critical-section v1.2.0
18872026-06-25T23:47:00.163Z Checking serde v1.0.228
18882026-06-25T23:47:00.194Z Checking serde_json v1.0.149
18892026-06-25T23:47:00.227Z Checking bitflags v2.11.0
18902026-06-25T23:47:00.230Z Checking icu_locale_core v2.1.1
18912026-06-25T23:47:00.292Z Checking icu_collections v2.1.1
18922026-06-25T23:47:00.329Z Checking once_cell v1.21.3
18932026-06-25T23:47:00.365Z Checking mio v1.2.0
18942026-06-25T23:47:00.422Z Checking typenum v1.19.0
18952026-06-25T23:47:00.532Z Checking socket2 v0.6.3
18962026-06-25T23:47:00.584Z Checking bytes v1.11.1
18972026-06-25T23:47:00.639Z Checking iana-time-zone v0.1.65
18982026-06-25T23:47:00.688Z Checking uuid v1.23.0
18992026-06-25T23:47:00.778Z Checking chrono v0.4.44
19002026-06-25T23:47:00.819Z Checking thiserror v2.0.18
19012026-06-25T23:47:00.859Z Checking icu_provider v2.1.1
19022026-06-25T23:47:00.903Z Checking semver v1.0.28
19032026-06-25T23:47:00.957Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19042026-06-25T23:47:01.018Z Checking generic-array v0.14.7
19052026-06-25T23:47:01.054Z Checking futures-core v0.3.32
19062026-06-25T23:47:01.095Z Checking tokio v1.52.1
19072026-06-25T23:47:01.130Z Checking icu_properties v2.1.2
19082026-06-25T23:47:01.166Z Checking icu_normalizer v2.1.1
19092026-06-25T23:47:01.206Z Checking dyn-clone v1.0.20
19102026-06-25T23:47:01.283Z Checking const-oid v0.9.6
19112026-06-25T23:47:01.335Z Checking equivalent v1.0.2
19122026-06-25T23:47:01.448Z Checking rustix v1.1.3
19132026-06-25T23:47:01.495Z Checking crypto-common v0.1.7
19142026-06-25T23:47:01.498Z Checking block-buffer v0.10.4
19152026-06-25T23:47:01.650Z Checking byteorder v1.5.0
19162026-06-25T23:47:01.686Z Checking futures-sink v0.3.32
19172026-06-25T23:47:01.721Z Checking futures-task v0.3.32
19182026-06-25T23:47:01.810Z Checking futures-channel v0.3.32
19192026-06-25T23:47:01.877Z Checking futures-io v0.3.32
19202026-06-25T23:47:01.880Z Checking slab v0.4.12
19212026-06-25T23:47:01.962Z Checking idna_adapter v1.2.1
19222026-06-25T23:47:01.998Z Checking digest v0.10.7
19232026-06-25T23:47:02.032Z Checking cpufeatures v0.2.17
19242026-06-25T23:47:02.035Z Checking thiserror v1.0.69
19252026-06-25T23:47:02.098Z Checking futures-util v0.3.32
19262026-06-25T23:47:02.133Z Checking hashbrown v0.17.0
19272026-06-25T23:47:02.136Z Checking idna v1.1.0
19282026-06-25T23:47:02.199Z Checking getrandom v0.3.4
19292026-06-25T23:47:02.234Z Checking fnv v1.0.7
19302026-06-25T23:47:02.285Z Checking regex-syntax v0.8.10
19312026-06-25T23:47:02.353Z Checking http v1.4.0
19322026-06-25T23:47:02.389Z Checking tracing-core v0.1.36
19332026-06-25T23:47:02.424Z Checking url v2.5.8
19342026-06-25T23:47:02.533Z Checking ppv-lite86 v0.2.21
19352026-06-25T23:47:02.654Z Checking indexmap v2.14.0
19362026-06-25T23:47:02.719Z Checking utf8parse v0.2.2
19372026-06-25T23:47:02.846Z Checking base64 v0.22.1
19382026-06-25T23:47:02.881Z Checking tracing v0.1.44
19392026-06-25T23:47:02.914Z Checking schemars v0.8.22
19402026-06-25T23:47:02.950Z Checking anstyle v1.0.14
19412026-06-25T23:47:03.106Z Checking base64ct v1.8.3
19422026-06-25T23:47:03.112Z Checking colorchoice v1.0.4
19432026-06-25T23:47:03.173Z Checking anstyle-query v1.1.5
19442026-06-25T23:47:03.231Z Checking is_terminal_polyfill v1.70.2
19452026-06-25T23:47:03.268Z Checking block-padding v0.3.3
19462026-06-25T23:47:03.303Z Checking ipnet v2.11.0
19472026-06-25T23:47:03.350Z Checking untrusted v0.9.0
19482026-06-25T23:47:03.385Z Checking anstyle-parse v1.0.0
19492026-06-25T23:47:03.425Z Checking inout v0.1.4
19502026-06-25T23:47:03.484Z Checking ring v0.17.14
19512026-06-25T23:47:03.561Z Checking terminal_size v0.4.3
19522026-06-25T23:47:03.597Z Checking aho-corasick v1.1.4
19532026-06-25T23:47:03.600Z Checking cipher v0.4.4
19542026-06-25T23:47:03.629Z Checking crossbeam-utils v0.8.21
19552026-06-25T23:47:03.698Z Checking unicode-ident v1.0.24
19562026-06-25T23:47:03.701Z Checking anstream v1.0.0
19572026-06-25T23:47:03.833Z Checking proc-macro2 v1.0.106
19582026-06-25T23:47:03.868Z Checking clap_lex v1.0.0
19592026-06-25T23:47:03.949Z Checking strsim v0.11.1
19602026-06-25T23:47:04.002Z Checking pem-rfc7468 v0.7.0
19612026-06-25T23:47:04.037Z Checking sha2 v0.10.9
19622026-06-25T23:47:04.072Z Checking rustls-pki-types v1.14.0
19632026-06-25T23:47:04.136Z Checking clap_builder v4.6.0
19642026-06-25T23:47:04.171Z Checking quote v1.0.45
19652026-06-25T23:47:04.205Z Checking httparse v1.10.1
19662026-06-25T23:47:04.283Z Checking regex-automata v0.4.14
19672026-06-25T23:47:04.286Z Checking tokio-util v0.7.18
19682026-06-25T23:47:04.351Z Checking powerfmt v0.2.0
19692026-06-25T23:47:04.388Z Checking syn v2.0.117
19702026-06-25T23:47:04.391Z Checking rand_core v0.9.5
19712026-06-25T23:47:04.452Z Checking hmac v0.12.1
19722026-06-25T23:47:04.488Z Checking num-conv v0.2.0
19732026-06-25T23:47:04.528Z Checking deranged v0.5.8
19742026-06-25T23:47:04.609Z Checking time-core v0.1.8
19752026-06-25T23:47:04.644Z Checking num_threads v0.1.7
19762026-06-25T23:47:04.647Z Checking erased-serde v0.3.31
19772026-06-25T23:47:04.758Z Checking flagset v0.4.7
19782026-06-25T23:47:04.794Z Checking http-body v1.0.1
19792026-06-25T23:47:04.910Z Checking der v0.7.10
19802026-06-25T23:47:04.951Z Checking atomic-waker v1.1.2
19812026-06-25T23:47:04.954Z Checking allocator-api2 v0.2.21
19822026-06-25T23:47:05.079Z Checking rand_chacha v0.9.0
19832026-06-25T23:47:05.082Z Checking slog v2.8.2
19842026-06-25T23:47:05.282Z Checking anyhow v1.0.102
19852026-06-25T23:47:05.319Z Checking try-lock v0.2.5
19862026-06-25T23:47:05.364Z Checking clap v4.6.1
19872026-06-25T23:47:05.399Z Checking httpdate v1.0.3
19882026-06-25T23:47:05.441Z Checking want v0.3.1
19892026-06-25T23:47:05.476Z Checking rand v0.9.2
19902026-06-25T23:47:05.478Z Checking time v0.3.47
19912026-06-25T23:47:05.542Z Checking h2 v0.4.13
19922026-06-25T23:47:05.581Z Checking spin v0.9.8
19932026-06-25T23:47:05.613Z Checking pin-utils v0.1.0
19942026-06-25T23:47:05.670Z Checking ryu v1.0.23
19952026-06-25T23:47:05.709Z Checking tower-service v0.3.3
19962026-06-25T23:47:05.788Z Checking tower-layer v0.3.3
19972026-06-25T23:47:05.826Z Checking ipnetwork v0.21.1
19982026-06-25T23:47:05.861Z Checking socket2 v0.5.10
19992026-06-25T23:47:05.966Z Checking fastrand v2.3.0
20002026-06-25T23:47:06.002Z Checking mime v0.3.17
20012026-06-25T23:47:06.071Z Checking spki v0.7.3
20022026-06-25T23:47:06.125Z Checking pbkdf2 v0.12.2
20032026-06-25T23:47:06.162Z Checking aes v0.8.4
20042026-06-25T23:47:06.196Z Checking http-body-util v0.1.3
20052026-06-25T23:47:06.229Z Checking cbc v0.1.2
20062026-06-25T23:47:06.263Z Checking salsa20 v0.10.2
20072026-06-25T23:47:06.266Z Checking rand_chacha v0.3.1
20082026-06-25T23:47:06.380Z Checking hex v0.4.3
20092026-06-25T23:47:06.439Z Checking aws-lc-sys v0.40.0
20102026-06-25T23:47:06.473Z Checking pretty-hex v0.4.1
20112026-06-25T23:47:06.507Z Checking untrusted v0.7.1
20122026-06-25T23:47:06.576Z Checking simd-adler32 v0.3.8
20132026-06-25T23:47:06.618Z Checking rand v0.8.6
20142026-06-25T23:47:06.653Z Checking scrypt v0.11.0
20152026-06-25T23:47:06.656Z Checking tempfile v3.25.0
20162026-06-25T23:47:06.718Z Checking plain v0.2.3
20172026-06-25T23:47:06.721Z Checking adler2 v2.0.1
20182026-06-25T23:47:06.785Z Checking openssl-probe v0.2.1
20192026-06-25T23:47:06.819Z Checking pkcs5 v0.7.1
20202026-06-25T23:47:06.854Z Checking regex v1.12.3
20212026-06-25T23:47:06.888Z Checking miniz_oxide v0.8.9
20222026-06-25T23:47:06.924Z Checking serde_urlencoded v0.7.1
20232026-06-25T23:47:06.926Z Checking encoding_rs v0.8.35
20242026-06-25T23:47:06.990Z Checking aws-lc-rs v1.16.3
20252026-06-25T23:47:07.089Z Checking ucd-trie v0.1.7
20262026-06-25T23:47:07.141Z Checking pkcs8 v0.10.2
20272026-06-25T23:47:07.176Z Checking camino v1.2.2
20282026-06-25T23:47:07.210Z Checking rustls-native-certs v0.8.3
20292026-06-25T23:47:07.245Z Checking pest v2.8.6
20302026-06-25T23:47:07.281Z Checking oxnet v0.1.6
20312026-06-25T23:47:07.344Z Checking futures-executor v0.3.32
20322026-06-25T23:47:07.380Z Checking sync_wrapper v1.0.2
20332026-06-25T23:47:07.480Z Checking either v1.15.0
20342026-06-25T23:47:07.529Z Checking futures v0.3.32
20352026-06-25T23:47:07.572Z Checking webpki-roots v1.0.6
20362026-06-25T23:47:07.575Z Checking tower v0.5.3
20372026-06-25T23:47:07.642Z Checking crc32fast v1.5.0
20382026-06-25T23:47:07.693Z Checking iri-string v0.7.10
20392026-06-25T23:47:07.730Z Checking static_assertions v1.1.0
20402026-06-25T23:47:07.809Z Checking foldhash v0.2.0
20412026-06-25T23:47:07.845Z Checking lazy_static v1.5.0
20422026-06-25T23:47:07.879Z Checking rustls-webpki v0.103.9
20432026-06-25T23:47:07.914Z Checking openapiv3 v2.2.0
20442026-06-25T23:47:07.959Z Checking signature v2.2.0
20452026-06-25T23:47:07.994Z Checking hashbrown v0.16.1
20462026-06-25T23:47:08.028Z Checking winnow v0.7.14
20472026-06-25T23:47:08.115Z Checking hubpack v0.1.2
20482026-06-25T23:47:08.293Z Checking hyper v1.8.1
20492026-06-25T23:47:08.330Z Checking zlib-rs v0.6.2
20502026-06-25T23:47:08.332Z Checking strum v0.26.3
20512026-06-25T23:47:08.397Z Checking rustls v0.23.37
20522026-06-25T23:47:08.501Z Checking tinyvec_macros v0.1.1
20532026-06-25T23:47:08.537Z Checking psl-types v2.0.11
20542026-06-25T23:47:08.595Z Checking tinyvec v1.10.0
20552026-06-25T23:47:08.677Z Checking publicsuffix v2.3.0
20562026-06-25T23:47:08.731Z Checking tower-http v0.6.8
20572026-06-25T23:47:08.865Z Checking cookie v0.18.1
20582026-06-25T23:47:08.928Z Checking sha1 v0.10.6
20592026-06-25T23:47:09.036Z Checking num-integer v0.1.46
20602026-06-25T23:47:09.117Z Checking scroll v0.13.0
20612026-06-25T23:47:09.153Z Checking data-encoding v2.10.0
20622026-06-25T23:47:09.226Z Checking cookie_store v0.22.1
20632026-06-25T23:47:09.264Z Checking flate2 v1.1.9
20642026-06-25T23:47:09.266Z Checking hyper-util v0.1.20
20652026-06-25T23:47:09.266Z Checking toml_datetime v0.6.11
20662026-06-25T23:47:09.362Z Checking serde_spanned v0.6.9
20672026-06-25T23:47:09.365Z Checking goblin v0.10.5
20682026-06-25T23:47:09.440Z Checking memmap2 v0.9.10
20692026-06-25T23:47:09.500Z Checking base16ct v0.2.0
20702026-06-25T23:47:09.535Z Checking bit-vec v0.8.0
20712026-06-25T23:47:09.580Z Checking dtrace-parser v0.3.0
20722026-06-25T23:47:09.583Z Checking ff v0.13.1
20732026-06-25T23:47:09.646Z Checking thread-id v5.1.0
20742026-06-25T23:47:09.649Z Checking sec1 v0.7.3
20752026-06-25T23:47:09.733Z Checking wait-timeout v0.2.1
20762026-06-25T23:47:09.770Z Checking bit-set v0.8.0
20772026-06-25T23:47:09.773Z Checking group v0.13.0
20782026-06-25T23:47:09.870Z Checking num-iter v0.1.45
20792026-06-25T23:47:09.906Z Checking bstr v1.12.1
20802026-06-25T23:47:09.941Z Checking hkdf v0.12.4
20812026-06-25T23:47:09.944Z Checking crossbeam-epoch v0.9.18
20822026-06-25T23:47:10.007Z Checking anstyle-parse v0.2.7
20832026-06-25T23:47:10.010Z Checking ahash v0.8.12
20842026-06-25T23:47:10.099Z Checking crypto-bigint v0.5.5
20852026-06-25T23:47:10.212Z Checking quick-error v1.2.3
20862026-06-25T23:47:10.250Z Checking anstream v0.6.21
20872026-06-25T23:47:10.253Z Checking rand_xorshift v0.4.0
20882026-06-25T23:47:10.318Z Checking scroll v0.12.0
20892026-06-25T23:47:10.353Z Checking rusty-fork v0.3.1
20902026-06-25T23:47:10.427Z Checking unarray v0.1.4
20912026-06-25T23:47:10.474Z Checking num-bigint-dig v0.8.6
20922026-06-25T23:47:10.546Z Checking pkcs1 v0.7.5
20932026-06-25T23:47:10.582Z Checking proptest v1.10.0
20942026-06-25T23:47:10.585Z Checking goblin v0.8.2
20952026-06-25T23:47:10.650Z Checking x509-cert v0.2.5
20962026-06-25T23:47:10.754Z Checking tokio-rustls v0.26.4
20972026-06-25T23:47:10.799Z Checking rustls-platform-verifier v0.6.2
20982026-06-25T23:47:10.974Z Checking zerocopy v0.7.35
20992026-06-25T23:47:11.015Z Checking hyper-rustls v0.27.7
21002026-06-25T23:47:11.053Z Checking elliptic-curve v0.13.8
21012026-06-25T23:47:11.252Z Checking reqwest v0.13.2
21022026-06-25T23:47:11.323Z Checking foreign-types-shared v0.1.1
21032026-06-25T23:47:11.361Z Checking unicode-segmentation v1.12.0
21042026-06-25T23:47:11.395Z Checking rsa v0.9.10
21052026-06-25T23:47:11.436Z Checking foreign-types v0.3.2
21062026-06-25T23:47:11.478Z Checking dtrace-parser v0.2.0
21072026-06-25T23:47:11.533Z Checking rfc6979 v0.4.0
21082026-06-25T23:47:11.678Z Checking memoffset v0.9.1
21092026-06-25T23:47:11.714Z Checking openssl-sys v0.9.115
21102026-06-25T23:47:11.748Z Checking thread-id v4.2.2
21112026-06-25T23:47:11.751Z Checking dof v0.4.0
21122026-06-25T23:47:11.814Z Checking ecdsa v0.16.9
21132026-06-25T23:47:11.856Z Checking curve25519-dalek v4.1.3
21142026-06-25T23:47:11.900Z Checking rustix v0.38.44
21152026-06-25T23:47:12.109Z Checking openssl v0.10.79
21162026-06-25T23:47:12.146Z Checking env_filter v1.0.0
21172026-06-25T23:47:12.186Z Checking same-file v1.0.6
21182026-06-25T23:47:12.319Z Checking keccak v0.1.6
21192026-06-25T23:47:12.354Z Checking toml_write v0.1.2
21202026-06-25T23:47:12.392Z Checking newtype-uuid v1.3.2
21212026-06-25T23:47:12.431Z Checking usdt-impl v0.6.0
21222026-06-25T23:47:12.512Z Checking sha3 v0.10.8
21232026-06-25T23:47:12.548Z Checking toml_edit v0.22.27
21242026-06-25T23:47:12.551Z Checking dof v0.3.0
21252026-06-25T23:47:12.619Z Checking daft v0.1.7
21262026-06-25T23:47:12.653Z Checking walkdir v2.5.0
21272026-06-25T23:47:12.709Z Checking env_logger v0.11.9
21282026-06-25T23:47:12.745Z Checking ed25519 v2.2.3
21292026-06-25T23:47:12.748Z Checking usdt v0.6.0
21302026-06-25T23:47:12.836Z Checking itertools v0.13.0
21312026-06-25T23:47:12.877Z Checking serde_with v3.17.0
21322026-06-25T23:47:12.914Z Checking usdt-impl v0.5.0
21332026-06-25T23:47:12.949Z Checking siphasher v1.0.2
21342026-06-25T23:47:12.985Z Checking bitflags v1.3.2
21352026-06-25T23:47:12.988Z Checking ed25519-dalek v2.2.0
21362026-06-25T23:47:13.086Z Checking nix v0.31.2
21372026-06-25T23:47:13.133Z Checking toml_parser v1.0.9+spec-1.1.0
21382026-06-25T23:47:13.213Z Checking unicode-normalization v0.1.25
21392026-06-25T23:47:13.270Z Checking signal-hook v0.3.18
21402026-06-25T23:47:13.487Z Checking winnow v0.5.40
21412026-06-25T23:47:13.490Z Checking managed v0.8.0
21422026-06-25T23:47:13.642Z Checking bzip2-sys v0.1.13+1.0.8
21432026-06-25T23:47:13.678Z Checking object v0.37.3
21442026-06-25T23:47:13.712Z Checking foldhash v0.1.5
21452026-06-25T23:47:13.755Z Checking bzip2 v0.4.4
21462026-06-25T23:47:13.870Z Checking hashbrown v0.15.5
21472026-06-25T23:47:13.906Z Checking signal-hook-mio v0.2.5
21482026-06-25T23:47:13.943Z Checking globset v0.4.18
21492026-06-25T23:47:14.036Z Checking ref-cast v1.0.25
21502026-06-25T23:47:14.099Z Checking native-tls v0.2.18
21512026-06-25T23:47:14.160Z Checking zstd-sys v2.0.16+zstd.1.5.7
21522026-06-25T23:47:14.196Z Checking zip v0.6.6
21532026-06-25T23:47:14.229Z Checking pin-project v1.1.11
21542026-06-25T23:47:14.296Z Checking zstd-safe v7.2.4
21552026-06-25T23:47:14.333Z Checking tokio-native-tls v0.3.1
21562026-06-25T23:47:14.336Z Checking bumpalo v3.20.2
21572026-06-25T23:47:14.401Z Checking libbz2-rs-sys v0.2.2
21582026-06-25T23:47:14.406Z Checking crossterm v0.28.1
21592026-06-25T23:47:14.488Z Checking zstd v0.13.3
21602026-06-25T23:47:14.523Z Checking hyper-tls v0.6.0
21612026-06-25T23:47:14.558Z Checking similar v2.7.0
21622026-06-25T23:47:14.592Z Checking zopfli v0.8.3
21632026-06-25T23:47:14.688Z Checking toml_edit v0.19.15
21642026-06-25T23:47:14.725Z Checking tokio-stream v0.1.18
21652026-06-25T23:47:14.728Z Checking reqwest v0.12.28
21662026-06-25T23:47:14.820Z Checking bzip2 v0.6.1
21672026-06-25T23:47:14.941Z Checking fs-err v3.3.0
21682026-06-25T23:47:14.977Z Checking pem v3.0.6
21692026-06-25T23:47:15.012Z Checking hash32 v0.2.1
21702026-06-25T23:47:15.138Z Checking serde-big-array v0.5.1
21712026-06-25T23:47:15.176Z Checking unicode-properties v0.1.4
21722026-06-25T23:47:15.179Z Checking unicode-bidi v0.3.18
21732026-06-25T23:47:15.242Z Checking predicates-core v1.0.10
21742026-06-25T23:47:15.276Z Checking jiff v0.2.21
21752026-06-25T23:47:15.311Z Checking heapless v0.7.17
21762026-06-25T23:47:15.389Z Checking snafu v0.8.9
21772026-06-25T23:47:15.392Z Checking olpc-cjson v0.1.4
21782026-06-25T23:47:15.523Z Checking stringprep v0.1.5
21792026-06-25T23:47:15.558Z Checking hickory-proto v0.25.2
21802026-06-25T23:47:15.621Z Checking md-5 v0.10.6
21812026-06-25T23:47:15.696Z Checking serde_plain v1.0.2
21822026-06-25T23:47:15.730Z Checking float-cmp v0.10.0
21832026-06-25T23:47:15.765Z Checking normalize-line-endings v0.3.0
21842026-06-25T23:47:15.768Z Checking toml v0.7.8
21852026-06-25T23:47:15.832Z Checking fallible-iterator v0.2.0
21862026-06-25T23:47:15.868Z Checking typed-path v0.9.3
21872026-06-25T23:47:15.903Z Checking difflib v0.4.0
21882026-06-25T23:47:15.906Z Checking smoltcp v0.9.1
21892026-06-25T23:47:15.991Z Checking iddqd v0.4.2
21902026-06-25T23:47:16.108Z Checking predicates v3.1.4
21912026-06-25T23:47:16.144Z Checking postgres-protocol v0.6.10
21922026-06-25T23:47:16.146Z Checking phf_shared v0.11.3
21932026-06-25T23:47:16.346Z Checking phf_shared v0.13.1
21942026-06-25T23:47:16.431Z Checking buf-list v1.1.2
21952026-06-25T23:47:16.478Z Checking strum v0.27.2
21962026-06-25T23:47:16.545Z Checking new_debug_unreachable v1.0.6
21972026-06-25T23:47:16.581Z Checking fixedbitset v0.5.7
21982026-06-25T23:47:16.617Z Checking fixedbitset v0.4.2
21992026-06-25T23:47:16.653Z Checking precomputed-hash v0.1.1
22002026-06-25T23:47:16.655Z Checking lalrpop-util v0.19.12
22012026-06-25T23:47:16.719Z Checking tough v0.22.0
22022026-06-25T23:47:16.765Z Checking string_cache v0.8.9
22032026-06-25T23:47:16.801Z Checking petgraph v0.8.3
22042026-06-25T23:47:16.804Z Checking petgraph v0.6.5
22052026-06-25T23:47:16.871Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22062026-06-25T23:47:16.910Z Checking phf v0.13.1
22072026-06-25T23:47:16.955Z Checking postgres-types v0.2.12
22082026-06-25T23:47:17.086Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22092026-06-25T23:47:17.299Z Checking peg-runtime v0.8.5
22102026-06-25T23:47:17.375Z Checking whoami v2.1.0
22112026-06-25T23:47:17.509Z Checking zip v4.6.1
22122026-06-25T23:47:17.589Z Checking is-terminal v0.4.17
22132026-06-25T23:47:17.633Z Checking tokio-postgres v0.7.16
22142026-06-25T23:47:17.716Z Checking crossbeam-channel v0.5.15
22152026-06-25T23:47:18.072Z Checking thread_local v1.1.9
22162026-06-25T23:47:18.109Z Compiling structmeta-derive v0.3.0
22172026-06-25T23:47:18.112Z Checking take_mut v0.2.2
22182026-06-25T23:47:18.270Z Checking term v1.2.1
22192026-06-25T23:47:18.273Z Checking slog-async v2.8.0
22202026-06-25T23:47:18.409Z Compiling newtype-uuid-macros v0.1.0
22212026-06-25T23:47:18.412Z Compiling rustls v0.22.4
22222026-06-25T23:47:18.502Z Compiling multer v3.1.0
22232026-06-25T23:47:18.536Z Checking slog-term v2.9.2
22242026-06-25T23:47:18.689Z Compiling async-stream-impl v0.3.6
22252026-06-25T23:47:18.761Z Checking match_cfg v0.1.0
22262026-06-25T23:47:18.806Z Checking slog-json v2.6.1
22272026-06-25T23:47:18.842Z Compiling dropshot v0.17.0
22282026-06-25T23:47:18.876Z Checking hostname v0.3.1
22292026-06-25T23:47:18.911Z Compiling dropshot_endpoint v0.17.0
22302026-06-25T23:47:18.988Z Checking debug-ignore v1.0.5
22312026-06-25T23:47:19.023Z Checking slog-bunyan v2.5.0
22322026-06-25T23:47:19.116Z Checking progenitor-client v0.14.0
22332026-06-25T23:47:19.151Z Checking rustls-webpki v0.102.8
22342026-06-25T23:47:19.218Z Checking serde_spanned v1.0.4
22352026-06-25T23:47:19.249Z Compiling structmeta v0.3.0
22362026-06-25T23:47:19.249Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22372026-06-25T23:47:19.316Z Checking serde_path_to_error v0.1.20
22382026-06-25T23:47:19.356Z Checking toml_datetime v1.0.0+spec-1.1.0
22392026-06-25T23:47:19.395Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22402026-06-25T23:47:19.398Z Checking toml_writer v1.0.6+spec-1.1.0
22412026-06-25T23:47:19.485Z Compiling derive-ex v0.1.8
22422026-06-25T23:47:19.522Z Checking compression-core v0.4.31
22432026-06-25T23:47:19.617Z Checking async-stream v0.3.6
22442026-06-25T23:47:19.647Z Checking toml v1.0.6+spec-1.1.0
22452026-06-25T23:47:19.680Z Checking compression-codecs v0.4.37
22462026-06-25T23:47:19.768Z Checking waitgroup v0.1.2
22472026-06-25T23:47:19.809Z Checking rustls-pemfile v2.2.0
22482026-06-25T23:47:19.871Z Checking async-compression v0.4.41
22492026-06-25T23:47:19.906Z Checking hostname v0.4.2
22502026-06-25T23:47:19.971Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22512026-06-25T23:47:20.007Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22522026-06-25T23:47:20.040Z Checking atomicwrites v0.4.4
22532026-06-25T23:47:20.107Z Compiling parse-display-derive v0.10.0
22542026-06-25T23:47:20.145Z Checking itertools v0.14.0
22552026-06-25T23:47:20.182Z Checking macaddr v1.0.1
22562026-06-25T23:47:20.212Z Checking regress v0.10.5
22572026-06-25T23:47:20.249Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22582026-06-25T23:47:20.380Z Checking instant v0.1.13
22592026-06-25T23:47:20.496Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22602026-06-25T23:47:20.689Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
22612026-06-25T23:47:20.725Z Checking backoff v0.4.0
22622026-06-25T23:47:20.782Z Checking backon v1.6.0
22632026-06-25T23:47:20.939Z Checking humantime v2.3.0
22642026-06-25T23:47:20.977Z Checking progenitor-extras v0.2.0
22652026-06-25T23:47:21.090Z Checking tokio-rustls v0.25.0
22662026-06-25T23:47:21.154Z Checking unicode-width v0.2.0
22672026-06-25T23:47:21.203Z Compiling convert_case v0.4.0
22682026-06-25T23:47:21.241Z Compiling test-strategy v0.4.5
22692026-06-25T23:47:21.243Z Checking heck v0.5.0
22702026-06-25T23:47:21.305Z Checking half v2.7.1
22712026-06-25T23:47:21.420Z Checking ciborium-io v0.2.2
22722026-06-25T23:47:21.454Z Checking secrecy v0.10.3
22732026-06-25T23:47:21.539Z Compiling regress v0.11.1
22742026-06-25T23:47:21.593Z Checking ciborium-ll v0.2.2
22752026-06-25T23:47:21.629Z Compiling derive_more v0.99.20
22762026-06-25T23:47:21.632Z Checking indent_write v2.2.0
22772026-06-25T23:47:21.693Z Checking universal-hash v0.5.1
22782026-06-25T23:47:21.794Z Checking ciborium v0.2.2
22792026-06-25T23:47:21.828Z Checking opaque-debug v0.3.1
22802026-06-25T23:47:21.863Z Checking parse-display v0.10.0
22812026-06-25T23:47:21.929Z Checking camino-tempfile v1.4.1
22822026-06-25T23:47:22.038Z Compiling crucible-workspace-hack v0.1.0
22832026-06-25T23:47:22.112Z Checking aead v0.5.2
22842026-06-25T23:47:22.275Z Compiling unsafe-libyaml v0.2.11
22852026-06-25T23:47:22.309Z Checking poly1305 v0.8.0
22862026-06-25T23:47:22.439Z Checking chacha20 v0.9.1
22872026-06-25T23:47:22.602Z Compiling thiserror-impl-no-std v2.0.2
22882026-06-25T23:47:22.660Z Checking swrite v0.1.0
22892026-06-25T23:47:22.775Z Checking password-hash v0.5.0
22902026-06-25T23:47:22.809Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
22912026-06-25T23:47:23.040Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22922026-06-25T23:47:23.075Z Compiling serde_yaml v0.9.34+deprecated
22932026-06-25T23:47:23.226Z Compiling typify-impl v0.6.2
22942026-06-25T23:47:23.293Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22952026-06-25T23:47:23.381Z Checking blake2 v0.10.6
22962026-06-25T23:47:23.646Z Checking argon2 v0.5.3
22972026-06-25T23:47:23.805Z Checking thiserror-no-std v2.0.2
22982026-06-25T23:47:23.920Z Checking vsss-rs v3.3.4
22992026-06-25T23:47:24.021Z Checking chacha20poly1305 v0.10.1
23002026-06-25T23:47:24.179Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23012026-06-25T23:47:24.214Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23022026-06-25T23:47:24.530Z Checking byte-wrapper v0.1.0
23032026-06-25T23:47:24.565Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23042026-06-25T23:47:24.604Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23052026-06-25T23:47:24.638Z Checking crossbeam-deque v0.8.6
23062026-06-25T23:47:24.762Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23072026-06-25T23:47:24.798Z Compiling rayon-core v1.13.0
23082026-06-25T23:47:24.830Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23092026-06-25T23:47:24.865Z Compiling toml_datetime v0.7.5+spec-1.1.0
23102026-06-25T23:47:25.079Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23112026-06-25T23:47:25.140Z Compiling toml_edit v0.23.10+spec-1.0.0
23122026-06-25T23:47:25.401Z Compiling proc-macro-error v1.0.4
23132026-06-25T23:47:25.484Z Checking rayon v1.11.0
23142026-06-25T23:47:25.767Z Compiling proc-macro-crate v3.4.0
23152026-06-25T23:47:26.193Z Checking toml v0.8.23
23162026-06-25T23:47:26.258Z Checking tabwriter v1.4.1
23172026-06-25T23:47:26.296Z Checking cpufeatures v0.3.0
23182026-06-25T23:47:26.346Z Compiling num_enum_derive v0.7.6
23192026-06-25T23:47:26.381Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23202026-06-25T23:47:26.415Z Checking glob v0.3.3
23212026-06-25T23:47:26.448Z Checking colored v3.1.1
23222026-06-25T23:47:26.504Z Compiling heapless v0.8.0
23232026-06-25T23:47:26.543Z Compiling ingot-macros v0.1.1
23242026-06-25T23:47:26.623Z Checking hash32 v0.3.1
23252026-06-25T23:47:26.674Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23262026-06-25T23:47:26.782Z Compiling smoltcp v0.11.0
23272026-06-25T23:47:26.906Z Checking unicode-width v0.1.14
23282026-06-25T23:47:27.092Z Checking cobs v0.3.0
23292026-06-25T23:47:27.181Z Compiling usdt-macro v0.5.0
23302026-06-25T23:47:27.224Z Compiling usdt-attr-macro v0.5.0
23312026-06-25T23:47:27.264Z Checking memmap v0.7.0
23322026-06-25T23:47:27.331Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23332026-06-25T23:47:27.405Z Checking num_enum v0.7.6
23342026-06-25T23:47:27.439Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23352026-06-25T23:47:27.545Z Checking postcard v1.1.3
23362026-06-25T23:47:27.701Z Compiling proc-macro-crate v1.3.1
23372026-06-25T23:47:27.746Z Compiling typify-macro v0.6.2
23382026-06-25T23:47:27.867Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23392026-06-25T23:47:27.926Z Checking sigpipe v0.1.3
23402026-06-25T23:47:28.033Z Compiling foreign-types-macros v0.2.3
23412026-06-25T23:47:28.036Z Checking usdt v0.5.0
23422026-06-25T23:47:28.101Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23432026-06-25T23:47:28.148Z Checking foreign-types-shared v0.3.1
23442026-06-25T23:47:28.257Z Compiling num_enum_derive v0.5.11
23452026-06-25T23:47:28.430Z Checking chacha20 v0.10.0
23462026-06-25T23:47:28.534Z Checking cstr-argument v0.1.2
23472026-06-25T23:47:28.652Z Checking foreign-types v0.5.0
23482026-06-25T23:47:28.689Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23492026-06-25T23:47:28.691Z Compiling num-derive v0.4.2
23502026-06-25T23:47:28.691Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23512026-06-25T23:47:28.784Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23522026-06-25T23:47:29.032Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23532026-06-25T23:47:29.128Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23542026-06-25T23:47:29.195Z Checking rand v0.10.0
23552026-06-25T23:47:29.233Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23562026-06-25T23:47:29.266Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23572026-06-25T23:47:29.308Z Checking num_enum v0.5.11
23582026-06-25T23:47:29.389Z Checking ingot-types v0.1.2
23592026-06-25T23:47:29.422Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23602026-06-25T23:47:29.453Z Checking itertools v0.12.1
23612026-06-25T23:47:29.486Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23622026-06-25T23:47:29.520Z Compiling typify v0.6.2
23632026-06-25T23:47:29.659Z Compiling progenitor-impl v0.14.0
23642026-06-25T23:47:29.691Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23652026-06-25T23:47:29.791Z Checking ingot v0.1.1
23662026-06-25T23:47:29.881Z Compiling zone_cfg_derive v0.3.1
23672026-06-25T23:47:29.884Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23682026-06-25T23:47:30.107Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23692026-06-25T23:47:30.371Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23702026-06-25T23:47:30.539Z Checking zone v0.3.1
23712026-06-25T23:47:30.572Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23722026-06-25T23:47:30.606Z Checking smf v0.2.3
23732026-06-25T23:47:30.677Z Checking whoami v1.6.1
23742026-06-25T23:47:30.680Z Checking tokio-dtrace v0.1.1
23752026-06-25T23:47:30.882Z Compiling derive-where v1.6.0
23762026-06-25T23:47:30.916Z Checking console v0.15.11
23772026-06-25T23:47:30.919Z Checking newline-converter v0.3.0
23782026-06-25T23:47:30.983Z Checking oxide-tokio-rt v0.1.4
23792026-06-25T23:47:31.016Z Checking bytecount v0.6.9
23802026-06-25T23:47:31.054Z Compiling owo-colors v4.3.0
23812026-06-25T23:47:31.145Z Compiling cancel-safe-futures v0.1.5
23822026-06-25T23:47:31.185Z Checking libsw-core v0.3.2
23832026-06-25T23:47:31.252Z Checking expectorate v1.2.0
23842026-06-25T23:47:31.353Z Checking libsw v3.5.0
23852026-06-25T23:47:31.423Z Checking num-rational v0.4.2
23862026-06-25T23:47:31.520Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23872026-06-25T23:47:31.754Z Checking num-complex v0.4.6
23882026-06-25T23:47:31.757Z Checking linear-map v1.2.0
23892026-06-25T23:47:31.821Z Checking float-ord v0.3.2
23902026-06-25T23:47:31.952Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
23912026-06-25T23:47:31.987Z Checking gethostname v0.5.0
23922026-06-25T23:47:32.103Z Compiling prettyplease v0.2.37
23932026-06-25T23:47:32.138Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
23942026-06-25T23:47:32.140Z Checking num v0.4.3
23952026-06-25T23:47:32.218Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23962026-06-25T23:47:32.266Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
23972026-06-25T23:47:32.329Z Compiling progenitor-macro v0.14.0
23982026-06-25T23:47:32.437Z Checking resolv-conf v0.7.6
23992026-06-25T23:47:32.543Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24002026-06-25T23:47:32.648Z Checking unicode-linebreak v0.1.5
24012026-06-25T23:47:32.740Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
24022026-06-25T23:47:32.893Z Checking smawk v0.3.2
24032026-06-25T23:47:33.052Z Checking papergrid v0.11.0
24042026-06-25T23:47:33.683Z Compiling tabled_derive v0.7.0
24052026-06-25T23:47:33.718Z Compiling convert_case v0.10.0
24062026-06-25T23:47:33.762Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24072026-06-25T23:47:33.807Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
24082026-06-25T23:47:33.969Z Compiling slog-dtrace v0.3.0
24092026-06-25T23:47:34.080Z Compiling derive_more-impl v2.1.1
24102026-06-25T23:47:34.111Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24112026-06-25T23:47:34.250Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24122026-06-25T23:47:34.316Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24132026-06-25T23:47:34.648Z Checking tabled v0.15.0
24142026-06-25T23:47:34.906Z Checking derive_more v2.1.1
24152026-06-25T23:47:35.009Z Checking crossterm v0.29.0
24162026-06-25T23:47:35.143Z Checking linked-hash-map v0.5.6
24172026-06-25T23:47:35.357Z Checking lru-cache v0.1.2
24182026-06-25T23:47:35.872Z Checking hickory-proto v0.24.4
24192026-06-25T23:47:35.996Z Checking fd-lock v4.0.4
24202026-06-25T23:47:36.070Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24212026-06-25T23:47:36.760Z Checking vte v0.14.1
24222026-06-25T23:47:36.891Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
24232026-06-25T23:47:37.142Z Checking display-error-chain v0.2.2
24242026-06-25T23:47:37.210Z Checking progenitor v0.14.0
24252026-06-25T23:47:37.322Z Checking strip-ansi-escapes v0.2.1
24262026-06-25T23:47:37.370Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24272026-06-25T23:47:37.707Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24282026-06-25T23:47:38.592Z Checking termtree v0.5.1
24292026-06-25T23:47:38.794Z Checking nu-ansi-term v0.50.3
24302026-06-25T23:47:38.931Z Checking hickory-resolver v0.24.4
24312026-06-25T23:47:38.975Z Checking textwrap v0.16.2
24322026-06-25T23:47:39.029Z Checking reedline v0.40.0
24332026-06-25T23:47:39.064Z Compiling minimal-lexical v0.2.1
24342026-06-25T23:47:39.214Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24352026-06-25T23:47:39.248Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24362026-06-25T23:47:39.342Z Compiling nom v7.1.3
24372026-06-25T23:47:39.692Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24382026-06-25T23:47:39.729Z Checking qorb v0.4.1
24392026-06-25T23:47:39.803Z Compiling ar_archive_writer v0.5.1
24402026-06-25T23:47:40.315Z Checking csv-core v0.1.13
24412026-06-25T23:47:40.416Z Compiling stacker v0.1.23
24422026-06-25T23:47:40.526Z Checking csv v1.4.0
24432026-06-25T23:47:40.688Z Compiling psm v0.1.30
24442026-06-25T23:47:40.749Z Compiling cfg_aliases v0.1.1
24452026-06-25T23:47:40.784Z Checking highway v1.3.0
24462026-06-25T23:47:40.859Z Compiling semver v0.1.20
24472026-06-25T23:47:40.956Z Compiling nix v0.28.0
24482026-06-25T23:47:41.048Z Checking nibble_vec v0.1.0
24492026-06-25T23:47:41.082Z Compiling rustc_version v0.1.7
24502026-06-25T23:47:41.188Z Checking endian-type v0.1.2
24512026-06-25T23:47:41.222Z Checking home v0.5.12
24522026-06-25T23:47:41.284Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24532026-06-25T23:47:41.349Z Checking radix_trie v0.2.1
24542026-06-25T23:47:41.352Z Compiling newtype_derive v0.1.6
24552026-06-25T23:47:41.446Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24562026-06-25T23:47:41.510Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24572026-06-25T23:47:41.588Z Checking phf_shared v0.12.1
24582026-06-25T23:47:41.629Z Compiling recursive-proc-macro-impl v0.1.1
24592026-06-25T23:47:41.633Z Compiling chrono-tz v0.10.4
24602026-06-25T23:47:41.755Z Checking phf v0.12.1
24612026-06-25T23:47:41.983Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24622026-06-25T23:47:42.018Z Compiling const_format_proc_macros v0.2.34
24632026-06-25T23:47:42.051Z Compiling peg-macros v0.8.5
24642026-06-25T23:47:42.081Z Checking recursive v0.1.1
24652026-06-25T23:47:42.175Z Checking winnow v0.6.26
24662026-06-25T23:47:42.208Z Checking nom v8.0.0
24672026-06-25T23:47:42.507Z Compiling sqlparser_derive v0.5.0
24682026-06-25T23:47:42.847Z Checking unicode_categories v0.1.1
24692026-06-25T23:47:42.897Z Checking rustyline v14.0.0
24702026-06-25T23:47:43.030Z Checking const_format v0.2.35
24712026-06-25T23:47:43.283Z Checking sqlparser v0.61.0
24722026-06-25T23:47:43.349Z Checking sqlformat v0.3.5
24732026-06-25T23:47:43.437Z Checking peg v0.8.5
24742026-06-25T23:47:43.537Z Checking bcs v0.1.6
24752026-06-25T23:47:43.600Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
24762026-06-25T23:47:43.698Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24772026-06-25T23:47:43.795Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
24782026-06-25T23:47:43.798Z Checking steno v0.4.1
24792026-06-25T23:47:43.909Z Checking filetime v0.2.27
24802026-06-25T23:47:44.052Z Checking xattr v1.6.1
24812026-06-25T23:47:44.086Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24822026-06-25T23:47:44.180Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
24832026-06-25T23:47:44.214Z Checking tar v0.4.45
24842026-06-25T23:47:44.279Z Checking subprocess v0.2.15
24852026-06-25T23:47:44.626Z Checking base64 v0.21.7
24862026-06-25T23:47:44.780Z Checking headers-core v0.3.0
24872026-06-25T23:47:44.873Z Checking yasna v0.5.2
24882026-06-25T23:47:44.908Z Checking dropshot-api-manager-types v0.7.2
24892026-06-25T23:47:44.940Z Checking headers v0.4.1
24902026-06-25T23:47:45.106Z Checking tagptr v0.2.0
24912026-06-25T23:47:45.275Z Checking moka v0.12.13
24922026-06-25T23:47:45.308Z Checking rcgen v0.12.1
24932026-06-25T23:47:45.426Z Checking utf-8 v0.7.6
24942026-06-25T23:47:45.594Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
24952026-06-25T23:47:45.677Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
24962026-06-25T23:47:45.789Z Compiling libefi-sys v0.1.0
24972026-06-25T23:47:45.982Z Checking hickory-resolver v0.25.2
24982026-06-25T23:47:46.059Z Checking tungstenite v0.21.0
24992026-06-25T23:47:46.156Z Compiling bitfield-struct v0.6.2
25002026-06-25T23:47:46.474Z Compiling radium v0.7.0
25012026-06-25T23:47:46.508Z Checking tokio-tungstenite v0.21.0
25022026-06-25T23:47:46.771Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25032026-06-25T23:47:46.808Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25042026-06-25T23:47:46.839Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25052026-06-25T23:47:46.956Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25062026-06-25T23:47:47.107Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25072026-06-25T23:47:47.139Z Checking tap v1.0.1
25082026-06-25T23:47:47.255Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25092026-06-25T23:47:47.289Z Compiling maybe-uninit v2.0.0
25102026-06-25T23:47:47.364Z Checking wyz v0.5.1
25112026-06-25T23:47:47.571Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25122026-06-25T23:47:47.688Z Compiling zerocopy-derive v0.6.6
25132026-06-25T23:47:47.725Z Checking funty v2.0.0
25142026-06-25T23:47:47.728Z Checking crc-catalog v2.4.0
25152026-06-25T23:47:47.875Z Compiling packed_struct v0.10.1
25162026-06-25T23:47:47.936Z Checking crc v3.4.0
25172026-06-25T23:47:48.065Z Checking bitvec v1.0.1
25182026-06-25T23:47:48.216Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25192026-06-25T23:47:48.250Z Compiling packed_struct_codegen v0.10.1
25202026-06-25T23:47:48.280Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25212026-06-25T23:47:48.406Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25222026-06-25T23:47:48.555Z Checking zerocopy v0.6.6
25232026-06-25T23:47:48.612Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25242026-06-25T23:47:48.875Z Compiling bitfield-macros v0.19.4
25252026-06-25T23:47:49.214Z Compiling indexmap v1.9.3
25262026-06-25T23:47:49.323Z Checking nodrop v0.1.14
25272026-06-25T23:47:49.356Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25282026-06-25T23:47:49.445Z Checking array-init v0.0.4
25292026-06-25T23:47:49.517Z Checking smallvec v0.6.14
25302026-06-25T23:47:49.599Z Checking bitfield v0.19.4
25312026-06-25T23:47:49.735Z Checking hashbrown v0.12.3
25322026-06-25T23:47:49.799Z Checking serde-hex v0.1.0
25332026-06-25T23:47:49.894Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25342026-06-25T23:47:50.078Z Checking ron v0.8.1
25352026-06-25T23:47:50.517Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25362026-06-25T23:47:50.529Z Checking hashbrown v0.13.2
25372026-06-25T23:47:50.637Z Checking crc-any v2.5.0
25382026-06-25T23:47:50.845Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25392026-06-25T23:47:51.008Z Checking object v0.30.4
25402026-06-25T23:47:51.046Z Checking path-slash v0.1.5
25412026-06-25T23:47:51.179Z Compiling xshell-macros v0.2.7
25422026-06-25T23:47:51.368Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25432026-06-25T23:47:51.550Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25442026-06-25T23:47:51.591Z Checking xshell v0.2.7
25452026-06-25T23:47:51.735Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25462026-06-25T23:47:51.809Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25472026-06-25T23:47:51.995Z Checking half v1.8.3
25482026-06-25T23:47:52.209Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25492026-06-25T23:47:52.244Z Checking serde_cbor v0.11.2
25502026-06-25T23:47:52.275Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
25512026-06-25T23:47:52.519Z Compiling proc-macro-error-attr2 v2.0.0
25522026-06-25T23:47:52.655Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25532026-06-25T23:47:52.874Z Compiling num-derive v0.3.3
25542026-06-25T23:47:52.944Z Compiling proc-macro-error2 v2.0.1
25552026-06-25T23:47:53.020Z Checking papergrid v0.17.0
25562026-06-25T23:47:53.175Z Checking testing_table v0.3.0
25572026-06-25T23:47:53.289Z Compiling tabled_derive v0.11.0
25582026-06-25T23:47:53.321Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25592026-06-25T23:47:53.628Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25602026-06-25T23:47:53.788Z Checking libscf-sys v1.1.0
25612026-06-25T23:47:53.824Z Compiling progenitor-impl v0.13.0
25622026-06-25T23:47:53.858Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25632026-06-25T23:47:53.942Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25642026-06-25T23:47:54.174Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25652026-06-25T23:47:54.400Z Checking maplit v1.0.2
25662026-06-25T23:47:54.463Z Checking tabled v0.20.0
25672026-06-25T23:47:54.636Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25682026-06-25T23:47:54.667Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
25692026-06-25T23:47:55.039Z Checking progenitor-client v0.13.0
25702026-06-25T23:47:55.313Z Compiling git-stub v1.0.0
25712026-06-25T23:47:55.490Z Checking crc8 v0.1.1
25722026-06-25T23:47:55.524Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
25732026-06-25T23:47:55.599Z Compiling git-stub-vcs v0.1.0
25742026-06-25T23:47:55.639Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25752026-06-25T23:47:56.018Z Checking fxhash v0.2.1
25762026-06-25T23:47:56.066Z Checking unicase v2.9.0
25772026-06-25T23:47:56.170Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
25782026-06-25T23:47:56.209Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
25792026-06-25T23:47:56.257Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
25802026-06-25T23:47:56.420Z Compiling vergen-lib v0.1.6
25812026-06-25T23:47:56.484Z Compiling progenitor-macro v0.13.0
25822026-06-25T23:47:56.604Z Compiling diesel_derives v2.3.7
25832026-06-25T23:47:56.669Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
25842026-06-25T23:47:56.703Z Checking scheduled-thread-pool v0.2.7
25852026-06-25T23:47:56.735Z Compiling dsl_auto_type v0.2.0
25862026-06-25T23:47:56.851Z Compiling vergen-gitcl v1.0.8
25872026-06-25T23:47:56.882Z Compiling diesel_table_macro_syntax v0.3.0
25882026-06-25T23:47:57.110Z Checking r2d2 v0.8.10
25892026-06-25T23:47:57.177Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
25902026-06-25T23:47:57.207Z Checking downcast-rs v2.0.2
25912026-06-25T23:47:57.242Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
25922026-06-25T23:47:57.316Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
25932026-06-25T23:47:57.516Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
25942026-06-25T23:47:57.550Z Checking kstat-rs v0.2.4
25952026-06-25T23:47:57.589Z Checking arc-swap v1.8.2
25962026-06-25T23:47:57.815Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
25972026-06-25T23:47:57.855Z Checking slog-scope v4.4.1
25982026-06-25T23:47:57.936Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
25992026-06-25T23:47:58.003Z Compiling parking_lot_core v0.8.6
26002026-06-25T23:47:58.036Z Checking slog-stdlog v4.1.1
26012026-06-25T23:47:58.039Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26022026-06-25T23:47:58.152Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26032026-06-25T23:47:58.189Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26042026-06-25T23:47:58.449Z Checking slog-envlogger v2.2.0
26052026-06-25T23:47:58.544Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26062026-06-25T23:47:58.627Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26072026-06-25T23:47:58.780Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26082026-06-25T23:47:58.898Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26092026-06-25T23:47:58.947Z Compiling dirs-sys-next v0.1.2
26102026-06-25T23:47:59.084Z Compiling crunchy v0.2.4
26112026-06-25T23:47:59.269Z Compiling dirs-next v2.0.0
26122026-06-25T23:47:59.302Z Checking parking_lot v0.11.2
26132026-06-25T23:47:59.335Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26142026-06-25T23:47:59.412Z Compiling clang-sys v1.8.1
26152026-06-25T23:47:59.444Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
26162026-06-25T23:47:59.522Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26172026-06-25T23:47:59.652Z Checking prefix-trie v0.7.0
26182026-06-25T23:47:59.792Z Compiling tiny-keccak v2.0.2
26192026-06-25T23:47:59.998Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26202026-06-25T23:48:00.063Z Checking sled v0.34.7
26212026-06-25T23:48:00.097Z Checking hickory-server v0.25.2
26222026-06-25T23:48:00.203Z Compiling term v0.7.0
26232026-06-25T23:48:00.266Z Checking nanorand v0.7.0
26242026-06-25T23:48:00.492Z Compiling salty v0.3.0
26252026-06-25T23:48:00.630Z Compiling bit-vec v0.6.3
26262026-06-25T23:48:00.792Z Checking flume v0.11.1
26272026-06-25T23:48:00.868Z Compiling bit-set v0.5.3
26282026-06-25T23:48:00.900Z Compiling ascii-canvas v3.0.0
26292026-06-25T23:48:01.092Z Checking primeorder v0.13.6
26302026-06-25T23:48:01.176Z Compiling itertools v0.10.5
26312026-06-25T23:48:01.361Z Compiling ena v0.14.4
26322026-06-25T23:48:01.396Z Compiling libloading v0.8.9
26332026-06-25T23:48:01.427Z Checking progenitor v0.13.0
26342026-06-25T23:48:01.461Z Compiling regex-syntax v0.6.29
26352026-06-25T23:48:01.505Z Compiling diff v0.1.13
26362026-06-25T23:48:01.593Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26372026-06-25T23:48:01.627Z Compiling bindgen v0.71.1
26382026-06-25T23:48:02.262Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26392026-06-25T23:48:02.555Z Compiling cexpr v0.6.0
26402026-06-25T23:48:02.682Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26412026-06-25T23:48:02.716Z Checking diesel v2.3.7
26422026-06-25T23:48:02.797Z Compiling lalrpop v0.19.12
26432026-06-25T23:48:03.254Z Compiling fs-err v2.11.0
26442026-06-25T23:48:03.369Z Compiling rustc-hash v2.1.1
26452026-06-25T23:48:03.454Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26462026-06-25T23:48:03.552Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26472026-06-25T23:48:03.609Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26482026-06-25T23:48:03.763Z Compiling libxml v0.3.3
26492026-06-25T23:48:04.086Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26502026-06-25T23:48:04.260Z Checking p384 v0.13.1
26512026-06-25T23:48:04.713Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26522026-06-25T23:48:05.093Z Compiling strum_macros v0.24.3
26532026-06-25T23:48:05.312Z Checking parse-size v1.1.0
26542026-06-25T23:48:05.462Z Compiling indoc v1.0.9
26552026-06-25T23:48:05.943Z Checking assert_matches v1.5.0
26562026-06-25T23:48:06.047Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26572026-06-25T23:48:06.586Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26582026-06-25T23:48:06.811Z Checking quick-xml v0.37.5
26592026-06-25T23:48:06.932Z Checking derive_builder v0.20.2
26602026-06-25T23:48:07.075Z Compiling oso-derive v0.27.3
26612026-06-25T23:48:07.078Z Compiling impl-trait-for-tuples v0.2.3
26622026-06-25T23:48:07.589Z Compiling trait-variant v0.1.2
26632026-06-25T23:48:07.727Z Checking openssl-probe v0.1.6
26642026-06-25T23:48:07.915Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26652026-06-25T23:48:08.127Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26662026-06-25T23:48:08.160Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26672026-06-25T23:48:08.536Z Checking predicates-tree v1.0.13
26682026-06-25T23:48:08.665Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
26692026-06-25T23:48:08.930Z Checking http-range v0.1.5
26702026-06-25T23:48:08.954Z Compiling mime_guess v2.0.5
26712026-06-25T23:48:08.988Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26722026-06-25T23:48:09.078Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26732026-06-25T23:48:09.154Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26742026-06-25T23:48:09.371Z Checking bb8 v0.8.6
26752026-06-25T23:48:09.406Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26762026-06-25T23:48:09.440Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
26772026-06-25T23:48:09.575Z Checking atty v0.2.14
26782026-06-25T23:48:09.627Z Checking corncobs v0.1.4
26792026-06-25T23:48:09.754Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26802026-06-25T23:48:09.802Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26812026-06-25T23:48:09.843Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26822026-06-25T23:48:10.064Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26832026-06-25T23:48:10.098Z Checking ignore v0.4.25
26842026-06-25T23:48:10.101Z Checking secrecy v0.8.0
26852026-06-25T23:48:10.162Z Checking hyper-staticfile v0.10.1
26862026-06-25T23:48:10.527Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
26872026-06-25T23:48:10.559Z Checking globwalk v0.9.1
26882026-06-25T23:48:10.702Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
26892026-06-25T23:48:10.790Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
26902026-06-25T23:48:10.869Z Checking nonempty v0.12.0
26912026-06-25T23:48:10.944Z Compiling illumos-nvpair-sys v0.2.0
26922026-06-25T23:48:11.062Z Checking camino-tempfile-ext v0.3.3
26932026-06-25T23:48:11.208Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
26942026-06-25T23:48:11.241Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
26952026-06-25T23:48:11.288Z Checking signal-hook-tokio v0.3.1
26962026-06-25T23:48:11.379Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
26972026-06-25T23:48:11.444Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
26982026-06-25T23:48:11.804Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
26992026-06-25T23:48:12.012Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27002026-06-25T23:48:12.204Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27012026-06-25T23:48:12.369Z Checking illumos-nvpair v0.3.0
27022026-06-25T23:48:12.523Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27032026-06-25T23:48:12.557Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27042026-06-25T23:48:12.653Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27052026-06-25T23:48:12.687Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27062026-06-25T23:48:12.902Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
27072026-06-25T23:48:12.943Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
27082026-06-25T23:48:12.976Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27092026-06-25T23:48:12.979Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27102026-06-25T23:48:13.042Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27112026-06-25T23:48:13.374Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27122026-06-25T23:48:13.407Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27132026-06-25T23:48:13.637Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27142026-06-25T23:48:14.997Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27152026-06-25T23:48:15.031Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27162026-06-25T23:48:15.214Z Checking tungstenite v0.23.0
27172026-06-25T23:48:15.281Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27182026-06-25T23:48:15.384Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27192026-06-25T23:48:15.679Z Checking tokio-tungstenite v0.23.1
27202026-06-25T23:48:15.982Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27212026-06-25T23:48:16.123Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27222026-06-25T23:48:16.324Z Checking rand_seeder v0.4.0
27232026-06-25T23:48:16.396Z Checking void v1.0.2
27242026-06-25T23:48:16.462Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27252026-06-25T23:48:16.498Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27262026-06-25T23:48:16.528Z Checking nix v0.27.1
27272026-06-25T23:48:16.531Z Checking lzss v0.8.2
27282026-06-25T23:48:16.653Z Checking serde_bytes v0.11.19
27292026-06-25T23:48:16.755Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27302026-06-25T23:48:16.787Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27312026-06-25T23:48:16.854Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27322026-06-25T23:48:16.962Z Checking diesel-dtrace v0.5.0
27332026-06-25T23:48:17.067Z Checking async-bb8-diesel v0.2.1
27342026-06-25T23:48:17.234Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27352026-06-25T23:48:17.482Z Checking is_ci v1.2.0
27362026-06-25T23:48:17.607Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27372026-06-25T23:48:17.641Z Checking yansi v1.0.1
27382026-06-25T23:48:17.944Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27392026-06-25T23:48:18.083Z Checking pretty_assertions v1.4.1
27402026-06-25T23:48:18.208Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27412026-06-25T23:48:18.248Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27422026-06-25T23:48:18.357Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27432026-06-25T23:48:18.536Z Compiling darling_core v0.23.0
27442026-06-25T23:48:18.698Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27452026-06-25T23:48:19.761Z Compiling indoc v2.0.7
27462026-06-25T23:48:20.251Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27472026-06-25T23:48:20.337Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27482026-06-25T23:48:20.467Z Compiling libz-sys v1.1.24
27492026-06-25T23:48:20.502Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
27502026-06-25T23:48:20.901Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27512026-06-25T23:48:21.084Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27522026-06-25T23:48:21.118Z Compiling darling_macro v0.23.0
27532026-06-25T23:48:21.149Z Compiling instability v0.3.11
27542026-06-25T23:48:21.180Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27552026-06-25T23:48:21.629Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27562026-06-25T23:48:21.661Z Compiling darling v0.23.0
27572026-06-25T23:48:21.769Z Checking castaway v0.2.4
27582026-06-25T23:48:21.914Z Checking compact_str v0.8.1
27592026-06-25T23:48:22.317Z Checking supports-color v3.0.2
27602026-06-25T23:48:22.480Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27612026-06-25T23:48:22.539Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27622026-06-25T23:48:22.694Z Checking unicode-truncate v1.1.0
27632026-06-25T23:48:22.727Z Checking console v0.16.2
27642026-06-25T23:48:22.761Z Checking lru v0.12.5
27652026-06-25T23:48:22.868Z Compiling libgit2-sys v0.18.3+1.9.2
27662026-06-25T23:48:22.943Z Checking cassowary v0.3.0
27672026-06-25T23:48:22.975Z Checking unit-prefix v0.5.2
27682026-06-25T23:48:23.135Z Checking indicatif v0.18.4
27692026-06-25T23:48:23.208Z Checking ratatui v0.29.0
27702026-06-25T23:48:23.338Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
27712026-06-25T23:48:23.543Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27722026-06-25T23:48:23.795Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27732026-06-25T23:48:24.554Z Compiling vergen-git2 v9.1.0
27742026-06-25T23:48:24.588Z Checking plotters-backend v0.3.7
27752026-06-25T23:48:24.823Z Checking plotters-svg v0.3.7
27762026-06-25T23:48:24.865Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
27772026-06-25T23:48:24.991Z Compiling rustls v0.21.12
27782026-06-25T23:48:25.085Z Checking cast v0.3.0
27792026-06-25T23:48:25.280Z Checking criterion-plot v0.6.0
27802026-06-25T23:48:25.323Z Checking plotters v0.3.7
27812026-06-25T23:48:25.506Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27822026-06-25T23:48:25.551Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
27832026-06-25T23:48:25.790Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
27842026-06-25T23:48:26.014Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
27852026-06-25T23:48:26.100Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
27862026-06-25T23:48:26.234Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
27872026-06-25T23:48:26.326Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
27882026-06-25T23:48:26.457Z Checking colored v2.2.0
27892026-06-25T23:48:26.561Z Checking rustls-webpki v0.101.7
27902026-06-25T23:48:26.685Z Checking sct v0.7.1
27912026-06-25T23:48:26.852Z Checking tinytemplate v1.2.1
27922026-06-25T23:48:26.934Z Checking oorandom v11.1.5
27932026-06-25T23:48:26.996Z Checking shell-words v1.1.1
27942026-06-25T23:48:27.075Z Checking anes v0.1.6
27952026-06-25T23:48:27.148Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27962026-06-25T23:48:27.283Z Checking criterion v0.7.0
27972026-06-25T23:48:28.650Z Checking typeid v1.0.3
27982026-06-25T23:48:28.683Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
27992026-06-25T23:48:28.781Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28002026-06-25T23:48:29.548Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28012026-06-25T23:48:30.349Z Checking hex-literal v0.4.1
28022026-06-25T23:48:30.478Z Checking erased-serde v0.4.9
28032026-06-25T23:48:30.878Z Checking tokio-rustls v0.24.1
28042026-06-25T23:48:31.111Z Checking rustls-pemfile v1.0.4
28052026-06-25T23:48:31.283Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28062026-06-25T23:48:31.509Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28072026-06-25T23:48:31.909Z Checking twox-hash v2.1.2
28082026-06-25T23:48:32.011Z Checking ordered-float v2.10.1
28092026-06-25T23:48:32.282Z Checking serde-untagged v0.1.9
28102026-06-25T23:48:32.316Z Checking serde-value v0.7.0
28112026-06-25T23:48:32.511Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28122026-06-25T23:48:32.558Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28132026-06-25T23:48:32.745Z Checking fatfs v0.3.6
28142026-06-25T23:48:33.224Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28152026-06-25T23:48:33.508Z Checking unicode-xid v0.2.6
28162026-06-25T23:48:33.645Z Compiling seq-macro v0.3.6
28172026-06-25T23:48:33.678Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28182026-06-25T23:48:33.856Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28192026-06-25T23:48:34.179Z Checking cargo-util-schemas v0.8.2
28202026-06-25T23:48:34.552Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28212026-06-25T23:48:35.105Z Checking cargo-platform v0.2.0
28222026-06-25T23:48:35.207Z Compiling petname v2.0.2
28232026-06-25T23:48:35.313Z Checking cargo_metadata v0.21.0
28242026-06-25T23:48:35.895Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28252026-06-25T23:48:36.123Z Checking concurrent-queue v2.5.0
28262026-06-25T23:48:36.342Z Checking rtoolbox v0.0.3
28272026-06-25T23:48:36.473Z Checking parking v2.2.1
28282026-06-25T23:48:36.507Z Checking rpassword v7.4.0
28292026-06-25T23:48:36.628Z Checking event-listener v5.4.1
28302026-06-25T23:48:36.879Z Checking tui-tree-widget v0.23.1
28312026-06-25T23:48:37.076Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28322026-06-25T23:48:37.108Z Checking polyval v0.6.2
28332026-06-25T23:48:37.269Z Checking sapling-renderdag v0.1.0
28342026-06-25T23:48:37.302Z Checking sync-ptr v0.1.4
28352026-06-25T23:48:37.447Z Checking ghash v0.5.1
28362026-06-25T23:48:37.543Z Checking event-listener-strategy v0.5.4
28372026-06-25T23:48:37.595Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28382026-06-25T23:48:37.708Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28392026-06-25T23:48:37.930Z Checking ctr v0.9.2
28402026-06-25T23:48:38.135Z Checking arrayvec v0.7.6
28412026-06-25T23:48:38.260Z Checking arrayref v0.3.9
28422026-06-25T23:48:38.347Z Checking futures-timer v3.0.3
28432026-06-25T23:48:38.378Z Checking constant_time_eq v0.4.2
28442026-06-25T23:48:38.540Z Checking aes-gcm v0.10.3
28452026-06-25T23:48:38.618Z Checking async-lock v3.4.2
28462026-06-25T23:48:38.724Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28472026-06-25T23:48:38.994Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28482026-06-25T23:48:39.028Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28492026-06-25T23:48:39.702Z Checking ssh-encoding v0.2.0
28502026-06-25T23:48:39.926Z Checking blowfish v0.9.1
28512026-06-25T23:48:40.108Z Compiling strsim v0.10.0
28522026-06-25T23:48:40.254Z Checking bcrypt-pbkdf v0.10.0
28532026-06-25T23:48:40.446Z Compiling darling_core v0.13.4
28542026-06-25T23:48:40.478Z Checking ssh-cipher v0.2.0
28552026-06-25T23:48:40.709Z Checking async-object-pool v0.2.0
28562026-06-25T23:48:40.850Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28572026-06-25T23:48:41.263Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28582026-06-25T23:48:41.787Z Checking serde_regex v1.1.0
28592026-06-25T23:48:41.925Z Checking password-hash v0.4.2
28602026-06-25T23:48:41.973Z Checking assert-json-diff v2.0.2
28612026-06-25T23:48:42.167Z Checking path-tree v0.8.3
28622026-06-25T23:48:42.170Z Compiling target-lexicon v0.13.3
28632026-06-25T23:48:42.349Z Checking gimli v0.32.3
28642026-06-25T23:48:42.384Z Checking stringmetrics v2.2.2
28652026-06-25T23:48:42.560Z Checking httpmock v0.8.3
28662026-06-25T23:48:42.767Z Compiling darling_macro v0.13.4
28672026-06-25T23:48:43.267Z Checking pbkdf2 v0.11.0
28682026-06-25T23:48:43.469Z Checking ssh-key v0.6.7
28692026-06-25T23:48:43.933Z Checking addr2line v0.25.1
28702026-06-25T23:48:44.248Z Checking p521 v0.13.3
28712026-06-25T23:48:44.284Z Compiling samael v0.0.19
28722026-06-25T23:48:44.767Z Checking p256 v0.13.2
28732026-06-25T23:48:44.864Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28742026-06-25T23:48:45.045Z Checking russh-cryptovec v0.7.3
28752026-06-25T23:48:45.134Z Checking rustc-demangle v0.1.27
28762026-06-25T23:48:45.212Z Compiling guppy-workspace-hack v0.1.0
28772026-06-25T23:48:45.388Z Checking md5 v0.7.0
28782026-06-25T23:48:45.464Z Checking backtrace v0.3.76
28792026-06-25T23:48:45.595Z Checking russh-keys v0.45.0
28802026-06-25T23:48:45.825Z Compiling darling v0.13.4
28812026-06-25T23:48:46.114Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
28822026-06-25T23:48:46.204Z Checking num-bigint v0.4.6
28832026-06-25T23:48:46.306Z Checking des v0.8.1
28842026-06-25T23:48:46.490Z Compiling blake3 v1.8.5
28852026-06-25T23:48:46.493Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
28862026-06-25T23:48:46.875Z Compiling target-spec v3.5.7
28872026-06-25T23:48:46.955Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
28882026-06-25T23:48:47.210Z Checking russh v0.45.0
28892026-06-25T23:48:47.767Z Checking cfg-expr v0.20.6
28902026-06-25T23:48:47.808Z Compiling serde_with_macros v1.5.2
28912026-06-25T23:48:48.181Z Checking backtrace-ext v0.2.1
28922026-06-25T23:48:48.428Z Checking supports-color v2.1.0
28932026-06-25T23:48:48.590Z Checking textwrap v0.15.2
28942026-06-25T23:48:48.660Z Checking supports-unicode v2.1.0
28952026-06-25T23:48:48.803Z Checking supports-hyperlinks v2.1.0
28962026-06-25T23:48:48.834Z Checking hashbrown v0.14.5
28972026-06-25T23:48:48.948Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
28982026-06-25T23:48:49.130Z Checking cargo-platform v0.3.2
28992026-06-25T23:48:49.168Z Checking terminal_size v0.1.17
29002026-06-25T23:48:49.301Z Compiling miette-derive v5.10.0
29012026-06-25T23:48:49.337Z Checking internet-checksum v0.2.1
29022026-06-25T23:48:49.401Z Checking owo-colors v3.5.0
29032026-06-25T23:48:49.515Z Checking chumsky v0.9.3
29042026-06-25T23:48:49.946Z Checking cargo_metadata v0.23.1
29052026-06-25T23:48:50.459Z Checking miette v5.10.0
29062026-06-25T23:48:50.589Z Compiling serde_with v1.14.0
29072026-06-25T23:48:50.985Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29082026-06-25T23:48:51.064Z Compiling git2 v0.20.4
29092026-06-25T23:48:51.097Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29102026-06-25T23:48:51.170Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29112026-06-25T23:48:51.507Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
29122026-06-25T23:48:51.721Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29132026-06-25T23:48:51.763Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29142026-06-25T23:48:51.915Z Compiling knuffel-derive v3.2.0
29152026-06-25T23:48:51.982Z Checking httptest v0.16.4
29162026-06-25T23:48:52.019Z Checking pathdiff v0.2.3
29172026-06-25T23:48:52.152Z Checking nested v0.1.1
29182026-06-25T23:48:52.320Z Checking topological-sort v0.2.2
29192026-06-25T23:48:52.384Z Checking guppy v0.17.25
29202026-06-25T23:48:52.489Z Checking omicron-zone-package v0.12.2
29212026-06-25T23:48:52.624Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29222026-06-25T23:48:53.420Z Checking knuffel v3.2.0
29232026-06-25T23:48:53.452Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29242026-06-25T23:48:53.719Z Checking similar-asserts v1.7.0
29252026-06-25T23:48:53.906Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29262026-06-25T23:48:53.971Z Compiling target-triple v1.0.0
29272026-06-25T23:48:54.072Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29282026-06-25T23:48:54.104Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
29292026-06-25T23:48:54.319Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29302026-06-25T23:48:54.361Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29312026-06-25T23:48:54.409Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
29322026-06-25T23:48:54.586Z Checking hickory-client v0.25.2
29332026-06-25T23:48:54.897Z Checking tokio-test v0.4.5
29342026-06-25T23:48:54.959Z Compiling assert_cmd v2.1.2
29352026-06-25T23:48:55.136Z Checking escape8259 v0.5.3
29362026-06-25T23:48:55.317Z Checking libtest-mimic v0.8.1
29372026-06-25T23:48:55.583Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29382026-06-25T23:48:55.753Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29392026-06-25T23:48:55.993Z Checking blake2b_simd v1.0.4
29402026-06-25T23:48:56.429Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29412026-06-25T23:48:56.486Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29422026-06-25T23:48:56.838Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29432026-06-25T23:48:56.895Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29442026-06-25T23:48:57.065Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29452026-06-25T23:48:57.123Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29462026-06-25T23:48:57.350Z Checking fancy-regex v0.14.0
29472026-06-25T23:48:57.656Z Checking serde_tokenstream v0.2.3
29482026-06-25T23:48:57.742Z Checking approx v0.5.1
29492026-06-25T23:48:57.908Z Checking uzers v0.12.2
29502026-06-25T23:48:57.940Z Compiling rstest_macros v0.25.0
29512026-06-25T23:48:58.155Z Compiling linkme-impl v0.3.35
29522026-06-25T23:48:58.256Z Checking constant_time_eq v0.3.1
29532026-06-25T23:48:58.399Z Checking termcolor v1.4.1
29542026-06-25T23:48:58.549Z Checking rust-argon2 v2.1.0
29552026-06-25T23:48:58.644Z Checking trybuild v1.0.116
29562026-06-25T23:48:58.923Z Checking datatest-stable v0.3.3
29572026-06-25T23:48:59.443Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29582026-06-25T23:48:59.752Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29592026-06-25T23:48:59.809Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29602026-06-25T23:49:00.150Z Checking support-bundle-viewer v0.1.2
29612026-06-25T23:49:00.423Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29622026-06-25T23:49:00.590Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
29632026-06-25T23:49:00.667Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
29642026-06-25T23:49:00.816Z Compiling polar-core v0.27.3
29652026-06-25T23:49:00.851Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
29662026-06-25T23:49:00.884Z Checking drift v0.2.0
29672026-06-25T23:49:00.919Z Checking rand_distr v0.5.1
29682026-06-25T23:49:01.068Z Checking multimap v0.10.1
29692026-06-25T23:49:01.267Z Compiling relative-path v1.9.3
29702026-06-25T23:49:01.300Z Compiling linkme v0.3.35
29712026-06-25T23:49:01.379Z Checking dropshot-api-manager v0.7.2
29722026-06-25T23:49:02.539Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29732026-06-25T23:49:03.215Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
29742026-06-25T23:49:03.305Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
29752026-06-25T23:49:03.417Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
29762026-06-25T23:49:03.648Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29772026-06-25T23:49:03.898Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
29782026-06-25T23:49:03.979Z Checking cargo_toml v0.21.0
29792026-06-25T23:49:04.168Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
29802026-06-25T23:49:04.596Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
29812026-06-25T23:49:04.795Z Checking partial-io v0.5.4
29822026-06-25T23:49:04.826Z Checking termios v0.3.3
29832026-06-25T23:49:04.983Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
29842026-06-25T23:49:05.125Z Checking rstest v0.25.0
29852026-06-25T23:49:05.778Z Checking oso v0.27.3
29862026-06-25T23:49:07.060Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
29872026-06-25T23:49:07.313Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
29882026-06-25T23:49:07.872Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29892026-06-25T23:49:10.195Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
29902026-06-25T23:49:15.429Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29912026-06-25T23:49:17.482Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
29922026-06-25T23:49:18.588Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29932026-06-25T23:49:20.021Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
29942026-06-25T23:49:24.812Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
29952026-06-25T23:49:30.496Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
29962026-06-25T23:49:33.029Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
29972026-06-25T23:49:34.017Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
29982026-06-25T23:49:36.201Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29992026-06-25T23:49:41.218Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30002026-06-25T23:49:45.214Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30012026-06-25T23:51:01.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 06s
30022026-06-25T23:51:02.138Z
30032026-06-25T23:51:02.138Zreal 4:09.315499246
30042026-06-25T23:51:02.138Zuser 21:11.061363699
30052026-06-25T23:51:02.138Zsys 4:48.855910277
30062026-06-25T23:51:02.138Ztrap 0.519530733
30072026-06-25T23:51:02.138Ztflt 0.531765160
30082026-06-25T23:51:02.138Zdflt 0.529456344
30092026-06-25T23:51:02.138Zkflt 0.004550122
30102026-06-25T23:51:02.138Zlock 58:17.487253366
30112026-06-25T23:51:02.138Zslp 58:04.719589018
30122026-06-25T23:51:02.138Zlat 1:46.183165832
30132026-06-25T23:51:02.138Zstop 10:32.350300431
30142026-06-25T23:51:02.141Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30152026-06-25T23:51:02.141Z+ ptime -m cargo doc --workspace --no-deps
30162026-06-25T23:51:02.926Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30172026-06-25T23:51:02.926Z |
30182026-06-25T23:51:02.926Z = 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)`
30192026-06-25T23:51:02.926Z = 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>
30202026-06-25T23:51:03.927Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30212026-06-25T23:51:04.154Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30222026-06-25T23:51:04.199Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30232026-06-25T23:51:04.259Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30242026-06-25T23:51:04.319Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
30252026-06-25T23:51:04.410Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
30262026-06-25T23:51:04.440Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30272026-06-25T23:51:04.465Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30282026-06-25T23:51:04.488Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30292026-06-25T23:51:04.528Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30302026-06-25T23:51:04.662Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30312026-06-25T23:51:04.729Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30322026-06-25T23:51:04.753Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30332026-06-25T23:51:04.832Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30342026-06-25T23:51:04.856Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30352026-06-25T23:51:04.875Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30362026-06-25T23:51:04.896Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30372026-06-25T23:51:04.896Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30382026-06-25T23:51:04.916Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30392026-06-25T23:51:04.957Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30402026-06-25T23:51:05.066Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30412026-06-25T23:51:05.291Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30422026-06-25T23:51:05.498Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30432026-06-25T23:51:05.638Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30442026-06-25T23:51:05.662Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30452026-06-25T23:51:05.724Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30462026-06-25T23:51:05.788Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30472026-06-25T23:51:05.913Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30482026-06-25T23:51:05.961Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30492026-06-25T23:51:06.078Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30502026-06-25T23:51:06.207Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30512026-06-25T23:51:06.268Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30522026-06-25T23:51:06.348Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30532026-06-25T23:51:06.392Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30542026-06-25T23:51:06.432Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30552026-06-25T23:51:06.570Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30562026-06-25T23:51:06.619Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30572026-06-25T23:51:06.644Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30582026-06-25T23:51:06.840Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30592026-06-25T23:51:06.868Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30602026-06-25T23:51:07.210Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30612026-06-25T23:51:07.309Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30622026-06-25T23:51:07.372Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30632026-06-25T23:51:07.484Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30642026-06-25T23:51:07.532Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30652026-06-25T23:51:07.556Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30662026-06-25T23:51:07.779Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30672026-06-25T23:51:07.801Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30682026-06-25T23:51:07.825Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30692026-06-25T23:51:07.848Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30702026-06-25T23:51:08.033Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30712026-06-25T23:51:08.033Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30722026-06-25T23:51:08.146Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
30732026-06-25T23:51:08.146Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30742026-06-25T23:51:08.291Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
30752026-06-25T23:51:08.319Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
30762026-06-25T23:51:08.344Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30772026-06-25T23:51:08.367Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30782026-06-25T23:51:08.391Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30792026-06-25T23:51:08.483Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
30802026-06-25T23:51:08.512Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
30812026-06-25T23:51:08.539Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
30822026-06-25T23:51:08.569Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30832026-06-25T23:51:08.825Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
30842026-06-25T23:51:08.946Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
30852026-06-25T23:51:09.162Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
30862026-06-25T23:51:09.230Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
30872026-06-25T23:51:09.593Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
30882026-06-25T23:51:09.718Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
30892026-06-25T23:51:10.074Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
30902026-06-25T23:51:10.081Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30912026-06-25T23:51:10.103Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
30922026-06-25T23:51:10.327Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
30932026-06-25T23:51:10.359Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30942026-06-25T23:51:10.399Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
30952026-06-25T23:51:10.590Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
30962026-06-25T23:51:10.719Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
30972026-06-25T23:51:10.742Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
30982026-06-25T23:51:11.199Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
30992026-06-25T23:51:11.447Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31002026-06-25T23:51:11.553Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31012026-06-25T23:51:11.710Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31022026-06-25T23:51:11.743Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31032026-06-25T23:51:11.806Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31042026-06-25T23:51:11.971Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31052026-06-25T23:51:12.014Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31062026-06-25T23:51:12.211Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
31072026-06-25T23:51:12.235Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31082026-06-25T23:51:12.256Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
31092026-06-25T23:51:12.378Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
31102026-06-25T23:51:12.400Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
31112026-06-25T23:51:12.489Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31122026-06-25T23:51:12.509Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31132026-06-25T23:51:12.529Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31142026-06-25T23:51:12.557Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
31152026-06-25T23:51:12.600Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31162026-06-25T23:51:12.724Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
31172026-06-25T23:51:12.727Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
31182026-06-25T23:51:12.788Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31192026-06-25T23:51:12.791Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31202026-06-25T23:51:12.851Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31212026-06-25T23:51:12.935Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31222026-06-25T23:51:12.998Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
31232026-06-25T23:51:13.070Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31242026-06-25T23:51:13.102Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31252026-06-25T23:51:13.203Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
31262026-06-25T23:51:13.395Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31272026-06-25T23:51:13.437Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31282026-06-25T23:51:13.437Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31292026-06-25T23:51:13.925Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31302026-06-25T23:51:14.058Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31312026-06-25T23:51:14.176Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31322026-06-25T23:51:14.883Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31332026-06-25T23:51:14.946Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31342026-06-25T23:51:15.091Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31352026-06-25T23:51:15.522Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31362026-06-25T23:51:15.681Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31372026-06-25T23:51:16.297Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31382026-06-25T23:51:17.101Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
31392026-06-25T23:51:17.735Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31402026-06-25T23:51:17.759Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31412026-06-25T23:51:18.123Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31422026-06-25T23:51:18.401Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31432026-06-25T23:51:18.429Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31442026-06-25T23:51:18.658Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31452026-06-25T23:51:19.039Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31462026-06-25T23:51:19.152Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31472026-06-25T23:51:19.346Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31482026-06-25T23:51:19.369Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
31492026-06-25T23:51:19.694Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31502026-06-25T23:51:20.012Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31512026-06-25T23:51:20.069Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31522026-06-25T23:51:20.426Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31532026-06-25T23:51:20.568Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31542026-06-25T23:51:20.826Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31552026-06-25T23:51:21.091Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31562026-06-25T23:51:21.140Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31572026-06-25T23:51:21.312Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31582026-06-25T23:51:21.760Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31592026-06-25T23:51:22.093Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31602026-06-25T23:51:22.500Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31612026-06-25T23:51:22.910Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31622026-06-25T23:51:23.540Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31632026-06-25T23:51:23.540Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31642026-06-25T23:51:24.291Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31652026-06-25T23:51:24.857Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31662026-06-25T23:51:24.879Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31672026-06-25T23:51:24.903Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31682026-06-25T23:51:25.343Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31692026-06-25T23:51:26.026Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31702026-06-25T23:51:26.219Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31712026-06-25T23:51:26.528Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31722026-06-25T23:51:27.292Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31732026-06-25T23:51:27.731Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31742026-06-25T23:51:27.953Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31752026-06-25T23:51:27.993Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31762026-06-25T23:51:31.912Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31772026-06-25T23:51:32.796Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31782026-06-25T23:51:32.888Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31792026-06-25T23:51:33.120Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31802026-06-25T23:51:33.494Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31812026-06-25T23:51:33.912Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31822026-06-25T23:51:33.986Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
31832026-06-25T23:51:35.334Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
31842026-06-25T23:51:35.649Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
31852026-06-25T23:51:35.721Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31862026-06-25T23:51:36.494Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
31872026-06-25T23:51:36.913Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
31882026-06-25T23:51:37.114Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
31892026-06-25T23:51:37.271Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
31902026-06-25T23:51:37.402Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
31912026-06-25T23:51:37.554Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
31922026-06-25T23:51:37.786Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
31932026-06-25T23:51:37.945Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
31942026-06-25T23:51:38.457Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
31952026-06-25T23:51:38.482Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
31962026-06-25T23:51:38.978Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
31972026-06-25T23:51:39.189Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
31982026-06-25T23:51:39.212Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
31992026-06-25T23:51:39.750Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32002026-06-25T23:51:39.872Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32012026-06-25T23:51:39.953Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32022026-06-25T23:51:40.613Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32032026-06-25T23:51:40.658Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32042026-06-25T23:51:42.167Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32052026-06-25T23:51:42.544Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32062026-06-25T23:51:43.639Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32072026-06-25T23:51:44.231Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32082026-06-25T23:51:45.751Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32092026-06-25T23:51:47.196Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32102026-06-25T23:51:47.885Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32112026-06-25T23:51:48.598Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32122026-06-25T23:51:49.797Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32132026-06-25T23:51:50.488Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32142026-06-25T23:51:52.817Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32152026-06-25T23:51:53.273Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32162026-06-25T23:51:54.104Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32172026-06-25T23:51:55.836Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32182026-06-25T23:51:56.651Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32192026-06-25T23:51:57.413Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32202026-06-25T23:51:57.599Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32212026-06-25T23:51:57.986Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32222026-06-25T23:52:00.323Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32232026-06-25T23:52:01.230Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32242026-06-25T23:52:02.130Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32252026-06-25T23:52:05.223Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32262026-06-25T23:52:05.925Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32272026-06-25T23:52:07.017Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32282026-06-25T23:52:07.800Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32292026-06-25T23:52:08.595Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32302026-06-25T23:52:09.395Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32312026-06-25T23:52:10.880Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32322026-06-25T23:52:11.046Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32332026-06-25T23:52:11.851Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32342026-06-25T23:52:12.787Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32352026-06-25T23:52:12.934Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32362026-06-25T23:52:14.225Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32372026-06-25T23:52:16.392Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32382026-06-25T23:52:17.680Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32392026-06-25T23:52:19.239Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32402026-06-25T23:52:19.974Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32412026-06-25T23:52:20.939Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32422026-06-25T23:52:22.079Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
32432026-06-25T23:52:24.736Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32442026-06-25T23:52:25.044Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32452026-06-25T23:52:25.822Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32462026-06-25T23:52:27.160Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32472026-06-25T23:52:28.362Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32482026-06-25T23:52:29.865Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32492026-06-25T23:52:30.936Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32502026-06-25T23:52:32.350Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32512026-06-25T23:52:34.906Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32522026-06-25T23:52:35.561Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32532026-06-25T23:52:36.994Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32542026-06-25T23:52:38.696Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32552026-06-25T23:52:40.315Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32562026-06-25T23:52:41.947Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32572026-06-25T23:52:43.522Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32582026-06-25T23:52:45.075Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32592026-06-25T23:52:46.695Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32602026-06-25T23:52:50.796Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32612026-06-25T23:52:51.527Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32622026-06-25T23:52:52.409Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
32632026-06-25T23:52:53.575Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32642026-06-25T23:52:55.085Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32652026-06-25T23:52:57.009Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32662026-06-25T23:52:58.802Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32672026-06-25T23:53:00.840Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32682026-06-25T23:53:02.619Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32692026-06-25T23:53:04.346Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32702026-06-25T23:53:06.436Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32712026-06-25T23:53:07.898Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32722026-06-25T23:53:11.521Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32732026-06-25T23:53:13.266Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32742026-06-25T23:53:15.036Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32752026-06-25T23:53:16.369Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32762026-06-25T23:53:18.596Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
32772026-06-25T23:53:22.362Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
32782026-06-25T23:53:24.310Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32792026-06-25T23:53:26.127Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
32802026-06-25T23:53:28.798Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
32812026-06-25T23:53:30.246Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32822026-06-25T23:53:32.333Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
32832026-06-25T23:53:34.388Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32842026-06-25T23:53:36.485Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32852026-06-25T23:53:38.768Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32862026-06-25T23:53:40.900Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32872026-06-25T23:53:43.348Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32882026-06-25T23:53:45.489Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32892026-06-25T23:53:47.752Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32902026-06-25T23:53:49.953Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32912026-06-25T23:53:52.142Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32922026-06-25T23:53:54.417Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32932026-06-25T23:53:56.570Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32942026-06-25T23:53:58.860Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32952026-06-25T23:54:01.469Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
32962026-06-25T23:54:03.468Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
32972026-06-25T23:54:05.325Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32982026-06-25T23:54:07.627Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32992026-06-25T23:54:09.877Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33002026-06-25T23:54:12.266Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33012026-06-25T23:54:14.527Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33022026-06-25T23:54:16.836Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33032026-06-25T23:54:19.192Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33042026-06-25T23:54:21.493Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33052026-06-25T23:54:23.825Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33062026-06-25T23:54:26.132Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33072026-06-25T23:54:28.461Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33082026-06-25T23:54:30.810Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33092026-06-25T23:54:33.114Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33102026-06-25T23:54:35.390Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33112026-06-25T23:54:37.746Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33122026-06-25T23:54:40.103Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33132026-06-25T23:54:42.642Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33142026-06-25T23:54:44.849Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33152026-06-25T23:54:47.198Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33162026-06-25T23:54:49.529Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33172026-06-25T23:54:51.808Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33182026-06-25T23:54:54.318Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33192026-06-25T23:54:56.674Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33202026-06-25T23:54:58.987Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33212026-06-25T23:55:01.335Z Documenting ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
33222026-06-25T23:55:04.166Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33232026-06-25T23:55:06.304Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33242026-06-25T23:55:08.770Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33252026-06-25T23:55:11.081Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33262026-06-25T23:55:13.601Z Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
33272026-06-25T23:55:16.196Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33282026-06-25T23:55:18.638Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33292026-06-25T23:55:21.190Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33302026-06-25T23:55:23.865Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33312026-06-25T23:55:26.362Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33322026-06-25T23:55:28.887Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33332026-06-25T23:55:31.342Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33342026-06-25T23:55:33.918Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33352026-06-25T23:55:36.498Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33362026-06-25T23:55:39.357Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33372026-06-25T23:55:41.747Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33382026-06-25T23:55:44.448Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
33392026-06-25T23:55:52.479Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33402026-06-25T23:55:52.579Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33412026-06-25T23:55:55.760Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
33422026-06-25T23:55:59.173Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33432026-06-25T23:56:02.430Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33442026-06-25T23:56:05.864Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33452026-06-25T23:56:09.098Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33462026-06-25T23:56:13.770Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33472026-06-25T23:56:16.552Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33482026-06-25T23:56:20.344Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33492026-06-25T23:56:23.896Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33502026-06-25T23:56:27.503Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33512026-06-25T23:56:31.164Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33522026-06-25T23:56:34.907Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33532026-06-25T23:56:38.476Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33542026-06-25T23:56:42.141Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33552026-06-25T23:56:46.046Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33562026-06-25T23:56:49.642Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
33572026-06-25T23:56:53.251Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33582026-06-25T23:56:56.942Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
33592026-06-25T23:57:00.566Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33602026-06-25T23:57:04.332Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33612026-06-25T23:57:08.000Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
33622026-06-25T23:57:11.770Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
33632026-06-25T23:57:15.355Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
33642026-06-25T23:57:44.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 42s
33652026-06-25T23:57:44.773Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 198 other files
33662026-06-25T23:57:44.875Z
33672026-06-25T23:57:44.875Zreal 6:42.651955169
33682026-06-25T23:57:44.875Zuser 18:05.881718323
33692026-06-25T23:57:44.875Zsys 3:51.298917990
33702026-06-25T23:57:44.875Ztrap 0.265370804
33712026-06-25T23:57:44.875Ztflt 0.036200939
33722026-06-25T23:57:44.875Zdflt 0.025744379
33732026-06-25T23:57:44.875Zkflt 0.000139310
33742026-06-25T23:57:44.875Zlock 6:17:27.022123353
33752026-06-25T23:57:44.875Zslp 2:15:04.462681624
33762026-06-25T23:57:44.875Zlat 34.043591999
33772026-06-25T23:57:44.875Zstop 1:48.209735306
33782026-06-25T23:57:44.879Zprocess exited: duration 776055 ms, exit code 0
 
33792026-06-25T23:57:44.886Zfound 0 output files