01KVRCA74BA2WAQKVAMDVWBJ52: clippy (helios)

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

Buildomat Job: 01KVRCFQCGYTZ2TSQTV60WDF01

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-22T19:22:45.877Zjob assigned to worker 01KVRCGQQWNK1Y434RVGNWRMHS [factory aws, i-062bd46eae27d3a1e] (queued for 1 m 15 s)
 
22026-06-22T19:22:52.029Zstarting task 0: "setup"
32026-06-22T19:22:52.034Z++ uname -s
42026-06-22T19:22:52.034Z+ kern=SunOS
52026-06-22T19:22:52.034Z+ build_user=build
62026-06-22T19:22:52.034Z+ build_uid=12345
72026-06-22T19:22:52.034Z+ work_dir=/work
82026-06-22T19:22:52.034Z+ input_dir=/input
92026-06-22T19:22:52.034Z+ [[ 0 == 12345 ]]
102026-06-22T19:22:52.034Z+ case "$kern" in
112026-06-22T19:22:52.034Z+ groupadd -g 12345 build
122026-06-22T19:22:52.034Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-22T19:22:54.081Z+ zfs create -o mountpoint=/work rpool/work
142026-06-22T19:22:54.141Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-22T19:22:54.150Z+ home_fs=zfs
162026-06-22T19:22:54.150Z+ [[ zfs == autofs ]]
172026-06-22T19:22:54.150Z+ mkdir -p /home/build
182026-06-22T19:22:54.151Z+ chown build:build /home/build /work
192026-06-22T19:22:56.155Z+ chmod 0700 /home/build /work
202026-06-22T19:22:56.172Zprocess exited: duration 4114 ms, exit code 0
 
212026-06-22T19:22:56.213Zstarting task 1: "rust-toolchain"
222026-06-22T19:22:56.232Z * rust toolchain channel = "1.94.0"
232026-06-22T19:22:56.232Z * rust toolchain profile = "default"
242026-06-22T19:22:56.232Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
252026-06-22T19:22:56.232Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-22T19:22:56.232Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-22T19:22:56.232Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-22T19:22:56.233Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-22T19:22:56.233Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-22T19:22:56.291Zinfo: downloading installer
312026-06-22T19:22:57.715Zwarn: It looks like you have an existing rustup settings file at:
322026-06-22T19:22:57.715Zwarn: /home/build/.rustup/settings.toml
332026-06-22T19:22:57.715Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-22T19:22:57.715Zwarn: instead of the one inferred from the default host triple.
352026-06-22T19:22:57.729Zinfo: profile set to default
362026-06-22T19:22:57.729Zinfo: default host triple is x86_64-unknown-illumos
372026-06-22T19:22:57.732Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-22T19:22:57.867Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-22T19:22:57.871Zinfo: downloading 6 components
402026-06-22T19:23:12.967Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-06-22T19:23:12.967Z
422026-06-22T19:23:12.994Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-22T19:23:12.994Z
442026-06-22T19:23:12.994Z
452026-06-22T19:23:12.995ZRust is installed now. Great!
462026-06-22T19:23:12.995Z
472026-06-22T19:23:12.998ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-22T19:23:12.998Zenvironment variable. This has not been done automatically.
492026-06-22T19:23:12.998Z
502026-06-22T19:23:12.998ZTo configure your current shell, you need to source
512026-06-22T19:23:12.998Zthe corresponding env file under $HOME/.cargo.
522026-06-22T19:23:12.998Z
532026-06-22T19:23:12.998ZThis is usually done by running one of the following (note the leading DOT):
542026-06-22T19:23:12.998Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-22T19:23:12.998Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-22T19:23:12.998Zsource "~/.cargo/env.nu" # For nushell
572026-06-22T19:23:12.998Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-22T19:23:12.999Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-22T19:23:12.999Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-22T19:23:12.999Zwarn: no default linker (`cc`) was found in your PATH
612026-06-22T19:23:12.999Zwarn: many Rust crates require a system C toolchain to build
622026-06-22T19:23:13.083Z+ rustup --version
632026-06-22T19:23:13.091Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-22T19:23:13.096Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-22T19:23:13.113Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-22T19:23:13.116Z+ cargo --version
672026-06-22T19:23:13.152Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-22T19:23:13.159Z+ rustc --version
692026-06-22T19:23:13.159Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-22T19:23:13.159Zprocess exited: duration 16960 ms, exit code 0
 
712026-06-22T19:23:13.175Zstarting task 2: "authentication"
722026-06-22T19:23:13.196ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
732026-06-22T19:24:09.290Zprocess exited: duration 56116 ms, exit code 0
 
742026-06-22T19:24:09.296Zstarting task 3: "clone repository"
752026-06-22T19:24:09.301Z+ mkdir -p /work/oxidecomputer/omicron
762026-06-22T19:24:09.307Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
772026-06-22T19:24:09.332ZCloning into '/work/oxidecomputer/omicron'...
782026-06-22T19:24:18.942Z+ cd /work/oxidecomputer/omicron
792026-06-22T19:24:18.942Z+ git fetch origin 8c3936c626894c90c60f54610810b257b0b346b3
802026-06-22T19:24:19.214ZFrom https://github.com/oxidecomputer/omicron
812026-06-22T19:24:19.214Z * branch 8c3936c626894c90c60f54610810b257b0b346b3 -> FETCH_HEAD
822026-06-22T19:24:19.226Z+ [[ -n '' ]]
832026-06-22T19:24:19.226Z+ git reset --hard 8c3936c626894c90c60f54610810b257b0b346b3
842026-06-22T19:24:19.468ZHEAD is now at 8c3936c62 [spr] initial version
852026-06-22T19:24:19.474Zprocess exited: duration 10175 ms, exit code 0
 
862026-06-22T19:24:19.892Zstarting task 4: "build"
872026-06-22T19:24:19.895Z+ source ./env.sh
882026-06-22T19:24:19.895Z++ OLD_SHELL_OPTS=ehxB
892026-06-22T19:24:19.895Z++ set -o xtrace
902026-06-22T19:24:19.895Z++++ dirname ./env.sh
912026-06-22T19:24:19.895Z+++ readlink -f .
922026-06-22T19:24:19.895Z++ OMICRON_WS=/work/oxidecomputer/omicron
932026-06-22T19:24:19.895Z++ export 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-22T19:24:19.895Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
952026-06-22T19:24:19.895Z++ 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
962026-06-22T19:24:19.895Z++ 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
972026-06-22T19:24:19.895Z++ 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
982026-06-22T19:24:19.895Z++ 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
992026-06-22T19:24:19.895Z++ 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
1002026-06-22T19:24:19.895Z++ 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
1012026-06-22T19:24:19.895Z++ 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
1022026-06-22T19:24:19.896Z++ 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
1032026-06-22T19:24:19.896Z++ case $OLD_SHELL_OPTS in
1042026-06-22T19:24:19.896Z++ unset OLD_SHELL_OPTS OMICRON_WS
1052026-06-22T19:24:19.896Z+ source .github/buildomat/ci-env.sh
1062026-06-22T19:24:19.896Z++ export CARGO_TERM_COLOR=always
1072026-06-22T19:24:19.896Z++ CARGO_TERM_COLOR=always
1082026-06-22T19:24:19.896Z+ cargo --version
1092026-06-22T19:24:19.896Zcargo 1.94.0 (85eff7c80 2026-01-15)
1102026-06-22T19:24:19.896Z+ rustc --version
1112026-06-22T19:24:19.896Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1122026-06-22T19:24:19.896Z+ banner prerequisites
1132026-06-22T19:24:19.896Z
1142026-06-22T19:24:19.896Z ##### ##### ###### ##### ###### #### # # # #### #
1152026-06-22T19:24:19.896Z # # # # # # # # # # # # # # #
1162026-06-22T19:24:19.896Z # # # # ##### # # ##### # # # # # #### #
1172026-06-22T19:24:19.896Z ##### ##### # ##### # # # # # # # # #
1182026-06-22T19:24:19.896Z # # # # # # # # # # # # # # #
1192026-06-22T19:24:19.896Z # # # ###### # # ###### ### # #### # #### #
1202026-06-22T19:24:19.896Z
1212026-06-22T19:24:19.896Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1222026-06-22T19:24:20.995Z Startup: Refreshing catalog 'helios' ... Done
1232026-06-22T19:24:21.085Z Startup: Caching catalogs ... Done
1242026-06-22T19:24:21.507ZPlanning: Solver setup ... Done (0.381s)
1252026-06-22T19:24:21.533ZPlanning: Running solver ... Done (0.024s)
1262026-06-22T19:24:21.542ZPlanning: Finding local manifests ... Done (0.003s)
1272026-06-22T19:24:21.551ZPlanning: Fetching manifests: 0/2 0% complete
1282026-06-22T19:24:21.570ZPlanning: Fetching manifests: 2/2 100% complete
1292026-06-22T19:24:21.583ZPlanning: Package planning ... Done (0.013s)
1302026-06-22T19:24:21.990ZPlanning: Merging actions ... Done (0.001s)
1312026-06-22T19:24:21.996ZPlanning: Checking for conflicting actions ... Done (0.166s)
1322026-06-22T19:24:21.996ZPlanning: Consolidating action changes ... Done (0.001s)
1332026-06-22T19:24:22.552ZPlanning: Evaluating mediators ... Done (0.797s)
1342026-06-22T19:24:22.563ZPlanning: Planning completed in 1.45 seconds
1352026-06-22T19:24:22.570Z Packages to install: 2
1362026-06-22T19:24:22.570Z Estimated space available: 156.07 GB
1372026-06-22T19:24:22.571ZEstimated space to be consumed: 28.17 MB
1382026-06-22T19:24:22.571Z Create boot environment: No
1392026-06-22T19:24:22.571ZCreate backup boot environment: No
1402026-06-22T19:24:22.571Z Rebuild boot archive: No
1412026-06-22T19:24:22.571Z
1422026-06-22T19:24:22.571ZChanged packages:
1432026-06-22T19:24:22.571Zhelios
1442026-06-22T19:24:22.571Z developer/build-essential
1452026-06-22T19:24:22.571Z None -> 11-3.0
1462026-06-22T19:24:22.571Z library/libxmlsec1
1472026-06-22T19:24:22.571Z None -> 1.2.35-3.0
1482026-06-22T19:24:22.584Z
1492026-06-22T19:24:22.584ZDownload: 0/214 items 0.0/1.3MB 0% complete
1502026-06-22T19:24:23.950ZDownload: Completed 1.28 MB in 1.31 seconds (997k/s)
1512026-06-22T19:24:24.003Z Actions: 1/268 actions (Installing new actions)
1522026-06-22T19:24:24.032Z Actions: Completed 268 actions in 0.04 seconds.
1532026-06-22T19:24:24.063ZFinalize: Updating package state database ... Done (0.009s)
1542026-06-22T19:24:24.063ZFinalize: Updating package cache ... Done (0.000s)
1552026-06-22T19:24:24.098ZFinalize: Updating image state ... Done (0.027s)
1562026-06-22T19:24:26.441ZFinalize: Creating fast lookup database ... Done (2.373s)
1572026-06-22T19:24:26.512ZFinalize: Reading search index ... Done (0.012s)
1582026-06-22T19:24:26.549ZFinalize: Updating search index ... Done (0.000s)
1592026-06-22T19:24:26.619ZFinalize: Updating package cache ... Done (0.000s)
1602026-06-22T19:24:26.921ZPlanning: Evaluating mediator changes ... Done
1612026-06-22T19:24:27.018ZPlanning: Checking for conflicting actions ... Done
1622026-06-22T19:24:27.029ZPlanning: Consolidating action changes ... Done
1632026-06-22T19:24:27.192ZPlanning: Evaluating mediators ... Done
1642026-06-22T19:24:27.196ZPlanning: Planning completed in 0.27 seconds
1652026-06-22T19:24:27.202Z Mediators to change: 2
1662026-06-22T19:24:27.202Z Create boot environment: No
1672026-06-22T19:24:27.203ZCreate backup boot environment: No
1682026-06-22T19:24:27.259ZFinalize: Updating package state database ... Done
1692026-06-22T19:24:27.259ZFinalize: Updating package cache ... Done
1702026-06-22T19:24:27.270ZFinalize: Updating image state ... Done
1712026-06-22T19:24:29.238ZFinalize: Creating fast lookup database ... Done
1722026-06-22T19:24:29.305ZFinalize: Reading search index ... Done
1732026-06-22T19:24:29.311ZFinalize: Updating search index ... Done
1742026-06-22T19:24:29.366ZFinalize: Updating package cache ... Done
1752026-06-22T19:24:29.661ZPlanning: Evaluating mediator changes ... Done
1762026-06-22T19:24:29.766ZPlanning: Checking for conflicting actions ... Done
1772026-06-22T19:24:29.769ZPlanning: Consolidating action changes ... Done
1782026-06-22T19:24:30.331ZPlanning: Evaluating mediators ... Done
1792026-06-22T19:24:30.341ZPlanning: Planning completed in 0.27 seconds
1802026-06-22T19:24:30.341Z Mediators to change: 1
1812026-06-22T19:24:30.341Z Create boot environment: No
1822026-06-22T19:24:30.341ZCreate backup boot environment: No
1832026-06-22T19:24:30.341ZFinalize: Updating package state database ... Done
1842026-06-22T19:24:30.341ZFinalize: Updating package cache ... Done
1852026-06-22T19:24:30.341ZFinalize: Updating image state ... Done
1862026-06-22T19:24:31.988ZFinalize: Creating fast lookup database ... Done
1872026-06-22T19:24:32.060ZFinalize: Reading search index ... Done
1882026-06-22T19:24:32.066ZFinalize: Updating search index ... Done
1892026-06-22T19:24:32.146ZFinalize: Updating package cache ... Done
1902026-06-22T19:24:32.456ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1912026-06-22T19:24:32.456Zapache system 2.4 system
1922026-06-22T19:24:32.456Zclang system 15 system
1932026-06-22T19:24:32.456Zcsh system system illumos
1942026-06-22T19:24:32.456Zctags system system illumos
1952026-06-22T19:24:32.456Zfile vendor vendor darwinsys
1962026-06-22T19:24:32.456Zfile system system illumos
1972026-06-22T19:24:32.456Zgcc vendor 14 vendor
1982026-06-22T19:24:32.456Zgcc system 13 system
1992026-06-22T19:24:32.456Zgcc system 10 system
2002026-06-22T19:24:32.456Zgo system 1.25 system
2012026-06-22T19:24:32.456Zllvm system 15 system
2022026-06-22T19:24:32.456Zmariadb system 11.4 system
2032026-06-22T19:24:32.456Zmta vendor vendor dma
2042026-06-22T19:24:32.456Zopenjdk system 17 system
2052026-06-22T19:24:32.456Zopenjdk system 11 system
2062026-06-22T19:24:32.456Zopenssl vendor 3 vendor
2072026-06-22T19:24:32.456Zperl system 5.40 system
2082026-06-22T19:24:32.457Zpostgresql system 18 system
2092026-06-22T19:24:32.457Zpostgresql system 17 system
2102026-06-22T19:24:32.457Zpython vendor 3 vendor
2112026-06-22T19:24:32.457Zpython system 2 system
2122026-06-22T19:24:32.457Zpython3 vendor 3.13 vendor
2132026-06-22T19:24:32.457Zruby system 3.4 system
2142026-06-22T19:24:32.457Zruby system 3.0 system
2152026-06-22T19:24:32.457Zwords vendor vendor american-english
2162026-06-22T19:24:32.457Zwords system system australian-english
2172026-06-22T19:24:32.457Zwords system system british-english
2182026-06-22T19:24:32.457Zwords system system canadian-english
2192026-06-22T19:24:32.457Zwords system system french
2202026-06-22T19:24:32.457Zwords system system italian
2212026-06-22T19:24:32.457Zwords system system ngerman
2222026-06-22T19:24:32.457Zwords system system ogerman
2232026-06-22T19:24:32.457Zwords system system spanish
2242026-06-22T19:24:32.718ZPUBLISHER TYPE STATUS P LOCATION
2252026-06-22T19:24:32.718Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2262026-06-22T19:24:33.009ZFMRI IFO
2272026-06-22T19:24:33.009Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2282026-06-22T19:24:33.009Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2292026-06-22T19:24:33.009Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2302026-06-22T19:24:33.009Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2312026-06-22T19:24:33.009Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2322026-06-22T19:24:33.009Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2332026-06-22T19:24:33.009Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2342026-06-22T19:24:33.010Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2352026-06-22T19:24:33.010Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2362026-06-22T19:24:33.265Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2372026-06-22T19:24:33.523Z Updating crates.io index
2382026-06-22T19:24:33.528Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2392026-06-22T19:24:34.041Z Updating git repository `https://github.com/oxidecomputer/lldp`
2402026-06-22T19:24:34.820Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2412026-06-22T19:24:34.906Z Updating git repository `https://github.com/oxidecomputer/propolis`
2422026-06-22T19:24:35.777Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2432026-06-22T19:24:36.277Z Updating git repository `https://github.com/oxidecomputer/crucible`
2442026-06-22T19:24:37.811Z Updating git repository `https://github.com/oxidecomputer/opte`
2452026-06-22T19:24:38.700Z Updating git repository `https://github.com/oxidecomputer/tofino`
2462026-06-22T19:24:38.937Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2472026-06-22T19:24:40.266Z Updating git repository `https://github.com/oxidecomputer/clickward`
2482026-06-22T19:24:40.670Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2492026-06-22T19:24:40.983Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2502026-06-22T19:24:41.428Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2512026-06-22T19:24:41.823Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2522026-06-22T19:24:42.316Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2532026-06-22T19:24:42.531Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2542026-06-22T19:24:42.996Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2552026-06-22T19:24:43.348Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2562026-06-22T19:24:43.768Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2572026-06-22T19:24:44.071Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2582026-06-22T19:24:44.292Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2592026-06-22T19:24:44.517Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2602026-06-22T19:24:44.886Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2612026-06-22T19:24:45.479Z Updating git repository `https://github.com/oxidecomputer/erebor`
2622026-06-22T19:24:46.133Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2632026-06-22T19:24:46.136Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2642026-06-22T19:24:46.421Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2652026-06-22T19:24:46.700Z Updating git repository `https://github.com/oxidecomputer/ispf`
2662026-06-22T19:24:46.975Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2672026-06-22T19:24:48.532Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2682026-06-22T19:24:48.925Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2692026-06-22T19:24:50.024Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2702026-06-22T19:24:50.041Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2712026-06-22T19:24:50.192Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2722026-06-22T19:24:50.532Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2732026-06-22T19:24:50.873Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2742026-06-22T19:24:51.702Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2752026-06-22T19:24:51.934Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2762026-06-22T19:24:52.447Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2772026-06-22T19:24:52.466Z Updating git repository `https://github.com/illumos/smf-rs`
2782026-06-22T19:24:54.415Z Downloading crates ...
2792026-06-22T19:24:54.454Z Downloaded anstream v1.0.0
2802026-06-22T19:24:54.470Z Downloaded cargo-platform v0.2.0
2812026-06-22T19:24:54.475Z Downloaded cargo_toml v0.21.0
2822026-06-22T19:24:54.475Z Downloaded camino-tempfile v1.4.1
2832026-06-22T19:24:54.475Z Downloaded pretty-hex v0.4.1
2842026-06-22T19:24:54.475Z Downloaded memmap v0.7.0
2852026-06-22T19:24:54.500Z Downloaded autocfg v1.5.0
2862026-06-22T19:24:54.500Z Downloaded bitflags v2.11.0
2872026-06-22T19:24:54.536Z Downloaded anstyle-query v1.1.5
2882026-06-22T19:24:54.536Z Downloaded heck v0.4.1
2892026-06-22T19:24:54.536Z Downloaded camino v1.2.2
2902026-06-22T19:24:54.536Z Downloaded proc-macro-error-attr v1.0.4
2912026-06-22T19:24:54.536Z Downloaded tinystr v0.8.2
2922026-06-22T19:24:54.536Z Downloaded toml_write v0.1.2
2932026-06-22T19:24:54.536Z Downloaded clap_lex v1.0.0
2942026-06-22T19:24:54.536Z Downloaded dtrace-parser v0.2.0
2952026-06-22T19:24:54.536Z Downloaded ucd-trie v0.1.7
2962026-06-22T19:24:54.536Z Downloaded toml_datetime v0.6.11
2972026-06-22T19:24:54.536Z Downloaded usdt-macro v0.5.0
2982026-06-22T19:24:54.536Z Downloaded is_terminal_polyfill v1.70.2
2992026-06-22T19:24:54.536Z Downloaded cpufeatures v0.2.17
3002026-06-22T19:24:54.537Z Downloaded block-buffer v0.10.4
3012026-06-22T19:24:54.537Z Downloaded unicode-xid v0.2.6
3022026-06-22T19:24:54.537Z Downloaded generic-array v0.14.7
3032026-06-22T19:24:54.553Z Downloaded zerofrom-derive v0.1.6
3042026-06-22T19:24:54.553Z Downloaded version_check v0.9.5
3052026-06-22T19:24:54.554Z Downloaded yoke v0.8.1
3062026-06-22T19:24:54.555Z Downloaded unicode-linebreak v0.1.5
3072026-06-22T19:24:54.555Z Downloaded thread-id v4.2.2
3082026-06-22T19:24:54.555Z Downloaded utf8_iter v1.0.4
3092026-06-22T19:24:54.555Z Downloaded usdt v0.5.0
3102026-06-22T19:24:54.555Z Downloaded serde_spanned v0.6.9
3112026-06-22T19:24:54.555Z Downloaded scroll_derive v0.12.1
3122026-06-22T19:24:54.555Z Downloaded scroll v0.12.0
3132026-06-22T19:24:54.555Z Downloaded yoke-derive v0.8.1
3142026-06-22T19:24:54.556Z Downloaded litemap v0.8.1
3152026-06-22T19:24:54.556Z Downloaded displaydoc v0.2.5
3162026-06-22T19:24:54.556Z Downloaded typeid v1.0.3
3172026-06-22T19:24:54.556Z Downloaded plain v0.2.3
3182026-06-22T19:24:54.556Z Downloaded equivalent v1.0.2
3192026-06-22T19:24:54.556Z Downloaded bytecount v0.6.9
3202026-06-22T19:24:54.556Z Downloaded quote v1.0.45
3212026-06-22T19:24:54.556Z Downloaded anstyle-parse v1.0.0
3222026-06-22T19:24:54.623Z Downloaded zerofrom v0.1.6
3232026-06-22T19:24:54.623Z Downloaded utf8parse v0.2.2
3242026-06-22T19:24:54.623Z Downloaded usdt-attr-macro v0.5.0
3252026-06-22T19:24:54.623Z Downloaded terminal_size v0.4.3
3262026-06-22T19:24:54.623Z Downloaded strsim v0.11.1
3272026-06-22T19:24:54.623Z Downloaded idna_adapter v1.2.1
3282026-06-22T19:24:54.623Z Downloaded usdt-impl v0.5.0
3292026-06-22T19:24:54.623Z Downloaded form_urlencoded v1.2.2
3302026-06-22T19:24:54.623Z Downloaded macaddr v1.0.1
3312026-06-22T19:24:54.623Z Downloaded writeable v0.6.2
3322026-06-22T19:24:54.623Z Downloaded percent-encoding v2.3.2
3332026-06-22T19:24:54.623Z Downloaded dof v0.3.0
3342026-06-22T19:24:54.623Z Downloaded crypto-common v0.1.7
3352026-06-22T19:24:54.623Z Downloaded cargo_metadata v0.21.0
3362026-06-22T19:24:54.623Z Downloaded zmij v1.0.21
3372026-06-22T19:24:54.623Z Downloaded thiserror-impl v2.0.18
3382026-06-22T19:24:54.623Z Downloaded thiserror v2.0.18
3392026-06-22T19:24:55.059Z Downloaded clap_derive v4.6.1
3402026-06-22T19:24:55.059Z Downloaded papergrid v0.11.0
3412026-06-22T19:24:55.059Z Downloaded zerovec-derive v0.11.2
3422026-06-22T19:24:55.059Z Downloaded potential_utf v0.1.4
3432026-06-22T19:24:55.059Z Downloaded fnv v1.0.7
3442026-06-22T19:24:55.059Z Downloaded zerocopy-derive v0.7.35
3452026-06-22T19:24:55.059Z Downloaded unicode-ident v1.0.24
3462026-06-22T19:24:55.059Z Downloaded toml v0.8.23
3472026-06-22T19:24:55.059Z Downloaded heck v0.5.0
3482026-06-22T19:24:55.059Z Downloaded smawk v0.3.2
3492026-06-22T19:24:55.059Z Downloaded typenum v1.19.0
3502026-06-22T19:24:55.059Z Downloaded serde-value v0.7.0
3512026-06-22T19:24:55.059Z Downloaded textwrap v0.16.2
3522026-06-22T19:24:55.059Z Downloaded toml_edit v0.22.27
3532026-06-22T19:24:55.059Z Downloaded tabled_derive v0.7.0
3542026-06-22T19:24:55.059Z Downloaded itoa v1.0.17
3552026-06-22T19:24:55.059Z Downloaded zerotrie v0.2.3
3562026-06-22T19:24:55.059Z Downloaded url v2.5.8
3572026-06-22T19:24:55.059Z Downloaded ordered-float v2.10.1
3582026-06-22T19:24:55.059Z Downloaded colorchoice v1.0.4
3592026-06-22T19:24:55.060Z Downloaded thiserror-impl v1.0.69
3602026-06-22T19:24:55.060Z Downloaded swrite v0.1.0
3612026-06-22T19:24:55.060Z Downloaded stable_deref_trait v1.2.1
3622026-06-22T19:24:55.060Z Downloaded zerovec v0.11.5
3632026-06-22T19:24:55.060Z Downloaded errno v0.3.14
3642026-06-22T19:24:55.060Z Downloaded anyhow v1.0.102
3652026-06-22T19:24:55.060Z Downloaded fastrand v2.3.0
3662026-06-22T19:24:55.060Z Downloaded winnow v0.7.14
3672026-06-22T19:24:55.060Z Downloaded zerocopy v0.7.35
3682026-06-22T19:24:55.060Z Downloaded byteorder v1.5.0
3692026-06-22T19:24:55.060Z Downloaded cargo-util-schemas v0.8.2
3702026-06-22T19:24:55.060Z Downloaded unicode-width v0.1.14
3712026-06-22T19:24:55.105Z Downloaded unicode-width v0.2.0
3722026-06-22T19:24:55.105Z Downloaded anstyle v1.0.14
3732026-06-22T19:24:55.105Z Downloaded cfg-if v1.0.4
3742026-06-22T19:24:55.105Z Downloaded serde_tokenstream v0.2.3
3752026-06-22T19:24:55.105Z Downloaded erased-serde v0.4.9
3762026-06-22T19:24:55.105Z Downloaded synstructure v0.13.2
3772026-06-22T19:24:55.105Z Downloaded serde-untagged v0.1.9
3782026-06-22T19:24:55.105Z Downloaded sha2 v0.10.9
3792026-06-22T19:24:55.105Z Downloaded tempfile v3.25.0
3802026-06-22T19:24:55.105Z Downloaded serde v1.0.228
3812026-06-22T19:24:55.105Z Downloaded thiserror v1.0.69
3822026-06-22T19:24:55.105Z Downloaded pest_derive v2.8.6
3832026-06-22T19:24:55.105Z Downloaded proc-macro-error v1.0.4
3842026-06-22T19:24:55.105Z Downloaded pest_generator v2.8.6
3852026-06-22T19:24:55.105Z Downloaded smallvec v1.15.1
3862026-06-22T19:24:55.105Z Downloaded once_cell v1.21.3
3872026-06-22T19:24:55.105Z Downloaded fs-err v3.3.0
3882026-06-22T19:24:55.105Z Downloaded serde_derive v1.0.228
3892026-06-22T19:24:55.106Z Downloaded icu_provider v2.1.1
3902026-06-22T19:24:55.106Z Downloaded semver v1.0.28
3912026-06-22T19:24:55.106Z Downloaded getrandom v0.4.1
3922026-06-22T19:24:55.106Z Downloaded digest v0.10.7
3932026-06-22T19:24:55.106Z Downloaded clap v4.6.1
3942026-06-22T19:24:55.106Z Downloaded log v0.4.29
3952026-06-22T19:24:55.106Z Downloaded num-traits v0.2.19
3962026-06-22T19:24:55.106Z Downloaded icu_properties v2.1.2
3972026-06-22T19:24:55.106Z Downloaded proc-macro2 v1.0.106
3982026-06-22T19:24:55.106Z Downloaded memchr v2.8.0
3992026-06-22T19:24:55.106Z Downloaded icu_normalizer_data v2.1.1
4002026-06-22T19:24:55.106Z Downloaded icu_normalizer v2.1.1
4012026-06-22T19:24:55.106Z Downloaded pest_meta v2.8.6
4022026-06-22T19:24:55.106Z Downloaded serde_core v1.0.228
4032026-06-22T19:24:55.107Z Downloaded icu_locale_core v2.1.1
4042026-06-22T19:24:55.107Z Downloaded icu_collections v2.1.1
4052026-06-22T19:24:55.107Z Downloaded indexmap v2.14.0
4062026-06-22T19:24:55.107Z Downloaded pest v2.8.6
4072026-06-22T19:24:55.107Z Downloaded clap_builder v4.6.0
4082026-06-22T19:24:55.107Z Downloaded serde_json v1.0.149
4092026-06-22T19:24:55.107Z Downloaded idna v1.1.0
4102026-06-22T19:24:55.107Z Downloaded icu_properties_data v2.1.2
4112026-06-22T19:24:55.108Z Downloaded hashbrown v0.17.0
4122026-06-22T19:24:55.108Z Downloaded tabled v0.15.0
4132026-06-22T19:24:55.108Z Downloaded goblin v0.8.2
4142026-06-22T19:24:55.108Z Downloaded syn v2.0.117
4152026-06-22T19:24:55.108Z Downloaded syn v1.0.109
4162026-06-22T19:24:55.108Z Downloaded rustix v1.1.3
4172026-06-22T19:24:55.108Z Downloaded libc v0.2.185
4182026-06-22T19:24:55.109Z Compiling proc-macro2 v1.0.106
4192026-06-22T19:24:55.109Z Compiling unicode-ident v1.0.24
4202026-06-22T19:24:55.109Z Compiling quote v1.0.45
4212026-06-22T19:24:55.109Z Compiling serde_core v1.0.228
4222026-06-22T19:24:55.109Z Compiling libc v0.2.185
4232026-06-22T19:24:55.109Z Compiling version_check v0.9.5
4242026-06-22T19:24:55.109Z Compiling serde v1.0.228
4252026-06-22T19:24:55.109Z Compiling memchr v2.8.0
4262026-06-22T19:24:55.335Z Compiling stable_deref_trait v1.2.1
4272026-06-22T19:24:55.395Z Compiling zmij v1.0.21
4282026-06-22T19:24:55.524Z Compiling itoa v1.0.17
4292026-06-22T19:24:55.623Z Compiling ucd-trie v0.1.7
4302026-06-22T19:24:55.660Z Compiling autocfg v1.5.0
4312026-06-22T19:24:55.839Z Compiling thiserror v1.0.69
4322026-06-22T19:24:55.848Z Compiling pest v2.8.6
4332026-06-22T19:24:56.427Z Compiling writeable v0.6.2
4342026-06-22T19:24:56.459Z Compiling litemap v0.8.1
4352026-06-22T19:24:56.459Z Compiling icu_properties_data v2.1.2
4362026-06-22T19:24:56.459Z Compiling rustix v1.1.3
4372026-06-22T19:24:56.459Z Compiling byteorder v1.5.0
4382026-06-22T19:24:56.483Z Compiling syn v2.0.117
4392026-06-22T19:24:56.483Z Compiling icu_normalizer_data v2.1.1
4402026-06-22T19:24:56.583Z Compiling errno v0.3.14
4412026-06-22T19:24:56.616Z Compiling serde_json v1.0.149
4422026-06-22T19:24:56.714Z Compiling bitflags v2.11.0
4432026-06-22T19:24:56.817Z Compiling num-traits v0.2.19
4442026-06-22T19:24:56.991Z Compiling pest_meta v2.8.6
4452026-06-22T19:24:57.061Z Compiling equivalent v1.0.2
4462026-06-22T19:24:57.061Z Compiling smallvec v1.15.1
4472026-06-22T19:24:57.119Z Compiling typeid v1.0.3
4482026-06-22T19:24:57.168Z Compiling hashbrown v0.17.0
4492026-06-22T19:24:57.482Z Compiling thread-id v4.2.2
4502026-06-22T19:24:57.491Z Compiling usdt-impl v0.5.0
4512026-06-22T19:24:57.980Z Compiling proc-macro-error-attr v1.0.4
4522026-06-22T19:24:58.042Z Compiling winnow v0.7.14
4532026-06-22T19:24:58.042Z Compiling indexmap v2.14.0
4542026-06-22T19:24:58.042Z Compiling erased-serde v0.4.9
4552026-06-22T19:24:58.042Z Compiling syn v1.0.109
4562026-06-22T19:24:58.073Z Compiling toml_write v0.1.2
4572026-06-22T19:24:58.351Z Compiling proc-macro-error v1.0.4
4582026-06-22T19:24:58.374Z Compiling getrandom v0.4.1
4592026-06-22T19:24:58.930Z Compiling utf8_iter v1.0.4
4602026-06-22T19:24:58.935Z Compiling camino v1.2.2
4612026-06-22T19:24:58.935Z Compiling log v0.4.29
4622026-06-22T19:24:58.935Z Compiling percent-encoding v2.3.2
4632026-06-22T19:24:58.935Z Compiling thiserror v2.0.18
4642026-06-22T19:24:58.935Z Compiling plain v0.2.3
4652026-06-22T19:24:58.935Z Compiling utf8parse v0.2.2
4662026-06-22T19:24:58.980Z Compiling form_urlencoded v1.2.2
4672026-06-22T19:24:59.026Z Compiling anstyle-parse v1.0.0
4682026-06-22T19:24:59.040Z Compiling ordered-float v2.10.1
4692026-06-22T19:24:59.141Z Compiling synstructure v0.13.2
4702026-06-22T19:24:59.165Z Compiling pest_generator v2.8.6
4712026-06-22T19:24:59.330Z Compiling terminal_size v0.4.3
4722026-06-22T19:24:59.468Z Compiling colorchoice v1.0.4
4732026-06-22T19:24:59.564Z Compiling anstyle v1.0.14
4742026-06-22T19:24:59.613Z Compiling anstyle-query v1.1.5
4752026-06-22T19:24:59.666Z Compiling pretty-hex v0.4.1
4762026-06-22T19:24:59.690Z Compiling cfg-if v1.0.4
4772026-06-22T19:24:59.702Z Compiling is_terminal_polyfill v1.70.2
4782026-06-22T19:24:59.770Z Compiling serde-untagged v0.1.9
4792026-06-22T19:24:59.829Z Compiling anstream v1.0.0
4802026-06-22T19:24:59.884Z Compiling semver v1.0.28
4812026-06-22T19:24:59.914Z Compiling fs-err v3.3.0
4822026-06-22T19:25:00.011Z Compiling unicode-xid v0.2.6
4832026-06-22T19:25:00.104Z Compiling anyhow v1.0.102
4842026-06-22T19:25:00.151Z Compiling fastrand v2.3.0
4852026-06-22T19:25:00.179Z Compiling fnv v1.0.7
4862026-06-22T19:25:00.179Z Compiling heck v0.5.0
4872026-06-22T19:25:00.667Z Compiling once_cell v1.21.3
4882026-06-22T19:25:00.727Z Compiling strsim v0.11.1
4892026-06-22T19:25:00.727Z Compiling clap_lex v1.0.0
4902026-06-22T19:25:00.727Z Compiling bytecount v0.6.9
4912026-06-22T19:25:00.727Z Compiling unicode-width v0.1.14
4922026-06-22T19:25:00.727Z Compiling heck v0.4.1
4932026-06-22T19:25:00.727Z Compiling clap_builder v4.6.0
4942026-06-22T19:25:00.727Z Compiling papergrid v0.11.0
4952026-06-22T19:25:01.172Z Compiling tempfile v3.25.0
4962026-06-22T19:25:01.196Z Compiling serde_derive v1.0.228
4972026-06-22T19:25:01.196Z Compiling zerofrom-derive v0.1.6
4982026-06-22T19:25:01.196Z Compiling yoke-derive v0.8.1
4992026-06-22T19:25:01.196Z Compiling zerovec-derive v0.11.2
5002026-06-22T19:25:01.327Z Compiling displaydoc v0.2.5
5012026-06-22T19:25:02.099Z Compiling thiserror-impl v1.0.69
5022026-06-22T19:25:02.099Z Compiling zerocopy-derive v0.7.35
5032026-06-22T19:25:02.144Z Compiling pest_derive v2.8.6
5042026-06-22T19:25:02.629Z Compiling scroll_derive v0.12.1
5052026-06-22T19:25:03.096Z Compiling zerofrom v0.1.6
5062026-06-22T19:25:03.096Z Compiling yoke v0.8.1
5072026-06-22T19:25:03.096Z Compiling thiserror-impl v2.0.18
5082026-06-22T19:25:03.096Z Compiling zerovec v0.11.5
5092026-06-22T19:25:03.212Z Compiling zerotrie v0.2.3
5102026-06-22T19:25:03.212Z Compiling zerocopy v0.7.35
5112026-06-22T19:25:03.265Z Compiling tinystr v0.8.2
5122026-06-22T19:25:03.265Z Compiling potential_utf v0.1.4
5132026-06-22T19:25:03.392Z Compiling icu_locale_core v2.1.1
5142026-06-22T19:25:03.472Z Compiling icu_collections v2.1.1
5152026-06-22T19:25:03.910Z Compiling dtrace-parser v0.2.0
5162026-06-22T19:25:03.938Z Compiling scroll v0.12.0
5172026-06-22T19:25:03.938Z Compiling tabled_derive v0.7.0
5182026-06-22T19:25:03.938Z Compiling goblin v0.8.2
5192026-06-22T19:25:03.938Z Compiling clap_derive v4.6.1
5202026-06-22T19:25:04.458Z Compiling icu_provider v2.1.1
5212026-06-22T19:25:04.491Z Compiling memmap v0.7.0
5222026-06-22T19:25:04.491Z Compiling toml_datetime v0.6.11
5232026-06-22T19:25:04.491Z Compiling icu_properties v2.1.2
5242026-06-22T19:25:04.491Z Compiling icu_normalizer v2.1.1
5252026-06-22T19:25:04.491Z Compiling serde_spanned v0.6.9
5262026-06-22T19:25:04.491Z Compiling dof v0.3.0
5272026-06-22T19:25:04.522Z Compiling toml_edit v0.22.27
5282026-06-22T19:25:04.549Z Compiling serde_tokenstream v0.2.3
5292026-06-22T19:25:04.599Z Compiling serde-value v0.7.0
5302026-06-22T19:25:04.844Z Compiling cargo-platform v0.2.0
5312026-06-22T19:25:04.898Z Compiling smawk v0.3.2
5322026-06-22T19:25:04.958Z Compiling unicode-linebreak v0.1.5
5332026-06-22T19:25:05.072Z Compiling unicode-width v0.2.0
5342026-06-22T19:25:05.147Z Compiling tabled v0.15.0
5352026-06-22T19:25:05.199Z Compiling idna_adapter v1.2.1
5362026-06-22T19:25:05.813Z Compiling idna v1.1.0
5372026-06-22T19:25:05.835Z Compiling textwrap v0.16.2
5382026-06-22T19:25:05.835Z Compiling macaddr v1.0.1
5392026-06-22T19:25:05.835Z Compiling usdt-macro v0.5.0
5402026-06-22T19:25:05.836Z Compiling url v2.5.8
5412026-06-22T19:25:05.836Z Compiling usdt-attr-macro v0.5.0
5422026-06-22T19:25:05.836Z Compiling clap v4.6.1
5432026-06-22T19:25:05.909Z Compiling camino-tempfile v1.4.1
5442026-06-22T19:25:06.453Z Compiling toml v0.8.23
5452026-06-22T19:25:06.492Z Compiling cargo-util-schemas v0.8.2
5462026-06-22T19:25:06.651Z Compiling cargo_toml v0.21.0
5472026-06-22T19:25:06.707Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5482026-06-22T19:25:06.786Z Compiling usdt v0.5.0
5492026-06-22T19:25:07.390Z Compiling swrite v0.1.0
5502026-06-22T19:25:07.986Z Compiling cargo_metadata v0.21.0
5512026-06-22T19:25:08.389Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5522026-06-22T19:25:10.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.36s
5532026-06-22T19:25:10.728Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5542026-06-22T19:25:11.227Z Downloading crates ...
5552026-06-22T19:25:11.310Z Downloaded adler2 v2.0.1
5562026-06-22T19:25:11.338Z Downloaded array-init v0.0.4
5572026-06-22T19:25:11.338Z Downloaded anstream v0.6.21
5582026-06-22T19:25:11.339Z Downloaded arrayvec v0.7.6
5592026-06-22T19:25:11.339Z Downloaded arrayref v0.3.9
5602026-06-22T19:25:11.339Z Downloaded async-recursion v1.1.1
5612026-06-22T19:25:11.339Z Downloaded curve25519-dalek-derive v0.1.1
5622026-06-22T19:25:11.339Z Downloaded bit-set v0.5.3
5632026-06-22T19:25:11.339Z Downloaded argon2 v0.5.3
5642026-06-22T19:25:11.339Z Downloaded cassowary v0.3.0
5652026-06-22T19:25:11.339Z Downloaded bit-vec v0.8.0
5662026-06-22T19:25:11.339Z Downloaded anstyle-parse v0.2.7
5672026-06-22T19:25:11.339Z Downloaded crc-any v2.5.0
5682026-06-22T19:25:11.339Z Downloaded const_format_proc_macros v0.2.34
5692026-06-22T19:25:11.339Z Downloaded daft-derive v0.1.7
5702026-06-22T19:25:11.339Z Downloaded ciborium v0.2.2
5712026-06-22T19:25:11.339Z Downloaded daft v0.1.7
5722026-06-22T19:25:11.369Z Downloaded allocator-api2 v0.2.21
5732026-06-22T19:25:11.369Z Downloaded ctr v0.9.2
5742026-06-22T19:25:11.369Z Downloaded ar_archive_writer v0.5.1
5752026-06-22T19:25:11.369Z Downloaded dropshot-api-manager-types v0.7.2
5762026-06-22T19:25:11.369Z Downloaded crossterm v0.29.0
5772026-06-22T19:25:11.369Z Downloaded ascii-canvas v3.0.0
5782026-06-22T19:25:11.369Z Downloaded ciborium-ll v0.2.2
5792026-06-22T19:25:11.369Z Downloaded fd-lock v4.0.4
5802026-06-22T19:25:11.369Z Downloaded ciborium-io v0.2.2
5812026-06-22T19:25:11.369Z Downloaded cfg_aliases v0.2.1
5822026-06-22T19:25:11.369Z Downloaded dirs-next v2.0.0
5832026-06-22T19:25:11.369Z Downloaded difflib v0.4.0
5842026-06-22T19:25:11.369Z Downloaded aho-corasick v1.1.4
5852026-06-22T19:25:11.422Z Downloaded arc-swap v1.8.2
5862026-06-22T19:25:11.422Z Downloaded curve25519-dalek v4.1.3
5872026-06-22T19:25:11.422Z Downloaded async-stream v0.3.6
5882026-06-22T19:25:11.422Z Downloaded compression-core v0.4.31
5892026-06-22T19:25:11.422Z Downloaded cfg_aliases v0.1.1
5902026-06-22T19:25:11.422Z Downloaded bcrypt-pbkdf v0.10.0
5912026-06-22T19:25:11.423Z Downloaded downcast-rs v2.0.2
5922026-06-22T19:25:11.424Z Downloaded env_filter v1.0.0
5932026-06-22T19:25:11.424Z Downloaded diesel_table_macro_syntax v0.3.0
5942026-06-22T19:25:11.425Z Downloaded constant_time_eq v0.4.2
5952026-06-22T19:25:11.425Z Downloaded atomic-waker v1.1.2
5962026-06-22T19:25:11.425Z Downloaded darling_core v0.20.11
5972026-06-22T19:25:11.425Z Downloaded critical-section v1.2.0
5982026-06-22T19:25:11.425Z Downloaded float-cmp v0.10.0
5992026-06-22T19:25:11.426Z Downloaded dof v0.4.0
6002026-06-22T19:25:11.426Z Downloaded defmt v0.3.100
6012026-06-22T19:25:11.426Z Downloaded base16ct v0.2.0
6022026-06-22T19:25:11.426Z Downloaded dirs-sys-next v0.1.2
6032026-06-22T19:25:11.426Z Downloaded endian-type v0.1.2
6042026-06-22T19:25:11.426Z Downloaded defmt-parser v1.0.0
6052026-06-22T19:25:11.443Z Downloaded dyn-clone v1.0.20
6062026-06-22T19:25:11.443Z Downloaded crc8 v0.1.1
6072026-06-22T19:25:11.443Z Downloaded bit-set v0.8.0
6082026-06-22T19:25:11.443Z Downloaded crc v3.4.0
6092026-06-22T19:25:11.443Z Downloaded cpufeatures v0.3.0
6102026-06-22T19:25:11.443Z Downloaded embedded-io v0.6.1
6112026-06-22T19:25:11.443Z Downloaded crucible-workspace-hack v0.1.0
6122026-06-22T19:25:11.443Z Downloaded dunce v1.0.5
6132026-06-22T19:25:11.443Z Downloaded ena v0.14.4
6142026-06-22T19:25:11.443Z Downloaded crossbeam-deque v0.8.6
6152026-06-22T19:25:11.443Z Downloaded convert_case v0.4.0
6162026-06-22T19:25:11.443Z Downloaded bitfield-macros v0.19.4
6172026-06-22T19:25:11.444Z Downloaded cstr-argument v0.1.2
6182026-06-22T19:25:11.444Z Downloaded aead v0.5.2
6192026-06-22T19:25:11.444Z Downloaded display-error-chain v0.2.2
6202026-06-22T19:25:11.444Z Downloaded crypto-bigint v0.5.5
6212026-06-22T19:25:11.444Z Downloaded block-padding v0.3.3
6222026-06-22T19:25:11.444Z Downloaded atty v0.2.14
6232026-06-22T19:25:11.444Z Downloaded dsl_auto_type v0.2.0
6242026-06-22T19:25:11.444Z Downloaded derive_builder_macro v0.20.2
6252026-06-22T19:25:11.444Z Downloaded darling_macro v0.13.4
6262026-06-22T19:25:11.444Z Downloaded cobs v0.3.0
6272026-06-22T19:25:11.444Z Downloaded debug-ignore v1.0.5
6282026-06-22T19:25:11.444Z Downloaded darling_macro v0.21.3
6292026-06-22T19:25:11.444Z Downloaded foreign-types-shared v0.3.1
6302026-06-22T19:25:11.444Z Downloaded fixedbitset v0.4.2
6312026-06-22T19:25:11.444Z Downloaded castaway v0.2.4
6322026-06-22T19:25:11.444Z Downloaded futures-sink v0.3.32
6332026-06-22T19:25:11.444Z Downloaded crc-catalog v2.4.0
6342026-06-22T19:25:11.444Z Downloaded bitfield-struct v0.6.2
6352026-06-22T19:25:11.444Z Downloaded foreign-types v0.5.0
6362026-06-22T19:25:11.444Z Downloaded enum-as-inner v0.6.1
6372026-06-22T19:25:11.445Z Downloaded async-stream-impl v0.3.6
6382026-06-22T19:25:11.445Z Downloaded assert_matches v1.5.0
6392026-06-22T19:25:11.445Z Downloaded dtrace-parser v0.3.0
6402026-06-22T19:25:11.445Z Downloaded crunchy v0.2.4
6412026-06-22T19:25:11.445Z Downloaded futures-macro v0.3.32
6422026-06-22T19:25:11.445Z Downloaded darling_macro v0.20.11
6432026-06-22T19:25:11.445Z Downloaded erased-serde v0.3.31
6442026-06-22T19:25:11.445Z Downloaded foreign-types v0.3.2
6452026-06-22T19:25:11.445Z Downloaded cexpr v0.6.0
6462026-06-22T19:25:11.445Z Downloaded funty v2.0.0
6472026-06-22T19:25:11.445Z Downloaded camino-tempfile-ext v0.3.3
6482026-06-22T19:25:11.445Z Downloaded foreign-types-macros v0.2.3
6492026-06-22T19:25:11.445Z Downloaded chacha20 v0.10.0
6502026-06-22T19:25:11.445Z Downloaded foreign-types-shared v0.1.1
6512026-06-22T19:25:11.445Z Downloaded float-ord v0.3.2
6522026-06-22T19:25:11.445Z Downloaded embedded-io v0.4.0
6532026-06-22T19:25:11.445Z Downloaded darling_macro v0.23.0
6542026-06-22T19:25:11.445Z Downloaded futures-task v0.3.32
6552026-06-22T19:25:11.445Z Downloaded futures-io v0.3.32
6562026-06-22T19:25:11.445Z Downloaded gethostname v0.5.0
6572026-06-22T19:25:11.445Z Downloaded env_logger v0.11.9
6582026-06-22T19:25:11.881Z Downloaded fxhash v0.2.1
6592026-06-22T19:25:11.881Z Downloaded fixedbitset v0.5.7
6602026-06-22T19:25:11.881Z Downloaded darling v0.23.0
6612026-06-22T19:25:11.881Z Downloaded globwalk v0.9.1
6622026-06-22T19:25:11.881Z Downloaded git-stub v1.0.0
6632026-06-22T19:25:11.881Z Downloaded hash32 v0.3.1
6642026-06-22T19:25:11.882Z Downloaded hash32 v0.2.1
6652026-06-22T19:25:11.882Z Downloaded ghash v0.5.1
6662026-06-22T19:25:11.882Z Downloaded headers-core v0.3.0
6672026-06-22T19:25:11.882Z Downloaded compression-codecs v0.4.37
6682026-06-22T19:25:11.882Z Downloaded backoff v0.4.0
6692026-06-22T19:25:11.933Z Downloaded hex-literal v0.4.1
6702026-06-22T19:25:11.933Z Downloaded hex v0.4.3
6712026-06-22T19:25:11.933Z Downloaded derive-ex v0.1.8
6722026-06-22T19:25:11.933Z Downloaded bitflags v1.3.2
6732026-06-22T19:25:11.933Z Downloaded ecdsa v0.16.9
6742026-06-22T19:25:11.933Z Downloaded base64ct v1.8.3
6752026-06-22T19:25:11.933Z Downloaded foldhash v0.2.0
6762026-06-22T19:25:11.933Z Downloaded flagset v0.4.7
6772026-06-22T19:25:11.933Z Downloaded darling v0.13.4
6782026-06-22T19:25:11.933Z Downloaded cargo_metadata v0.23.1
6792026-06-22T19:25:11.933Z Downloaded corncobs v0.1.4
6802026-06-22T19:25:11.933Z Downloaded cargo-platform v0.3.2
6812026-06-22T19:25:11.933Z Downloaded blowfish v0.9.1
6822026-06-22T19:25:11.933Z Downloaded find-msvc-tools v0.1.9
6832026-06-22T19:25:11.933Z Downloaded derive_builder_core v0.20.2
6842026-06-22T19:25:11.933Z Downloaded filetime v0.2.27
6852026-06-22T19:25:11.934Z Downloaded document-features v0.2.12
6862026-06-22T19:25:11.934Z Downloaded async-trait v0.1.89
6872026-06-22T19:25:11.934Z Downloaded bcs v0.1.6
6882026-06-22T19:25:11.934Z Downloaded cipher v0.4.4
6892026-06-22T19:25:11.934Z Downloaded bit-vec v0.6.3
6902026-06-22T19:25:11.934Z Downloaded fallible-iterator v0.2.0
6912026-06-22T19:25:11.934Z Downloaded der_derive v0.7.3
6922026-06-22T19:25:11.934Z Downloaded csv-core v0.1.13
6932026-06-22T19:25:11.934Z Downloaded colored v3.1.1
6942026-06-22T19:25:11.934Z Downloaded byte-wrapper v0.1.0
6952026-06-22T19:25:11.934Z Downloaded fs_extra v1.3.0
6962026-06-22T19:25:11.934Z Downloaded hostname v0.4.2
6972026-06-22T19:25:11.934Z Downloaded hostname v0.3.1
6982026-06-22T19:25:11.934Z Downloaded fs-err v2.11.0
6992026-06-22T19:25:11.934Z Downloaded foldhash v0.1.5
7002026-06-22T19:25:11.934Z Downloaded convert_case v0.10.0
7012026-06-22T19:25:11.934Z Downloaded cancel-safe-futures v0.1.5
7022026-06-22T19:25:11.934Z Downloaded httpdate v1.0.3
7032026-06-22T19:25:11.934Z Downloaded home v0.5.12
7042026-06-22T19:25:11.934Z Downloaded defmt-macros v1.0.1
7052026-06-22T19:25:11.934Z Downloaded hubpack_derive v0.1.1
7062026-06-22T19:25:11.934Z Downloaded defmt v1.0.1
7072026-06-22T19:25:11.934Z Downloaded hubpack v0.1.2
7082026-06-22T19:25:11.935Z Downloaded group v0.13.0
7092026-06-22T19:25:11.935Z Downloaded git-stub-vcs v0.1.0
7102026-06-22T19:25:11.935Z Downloaded hyper-tls v0.6.0
7112026-06-22T19:25:11.935Z Downloaded glob v0.3.3
7122026-06-22T19:25:11.935Z Downloaded http-range v0.1.5
7132026-06-22T19:25:11.935Z Downloaded ident_case v1.0.1
7142026-06-22T19:25:11.935Z Downloaded futures-executor v0.3.32
7152026-06-22T19:25:11.935Z Downloaded either v1.15.0
7162026-06-22T19:25:11.935Z Downloaded indoc v1.0.9
7172026-06-22T19:25:11.935Z Downloaded illumos-nvpair-sys v0.2.0
7182026-06-22T19:25:11.935Z Downloaded illumos-nvpair v0.3.0
7192026-06-22T19:25:11.935Z Downloaded data-encoding v2.10.0
7202026-06-22T19:25:11.935Z Downloaded bzip2 v0.6.1
7212026-06-22T19:25:11.935Z Downloaded indent_write v2.2.0
7222026-06-22T19:25:11.935Z Downloaded bitfield v0.19.4
7232026-06-22T19:25:11.935Z Downloaded buf-list v1.1.2
7242026-06-22T19:25:11.935Z Downloaded bb8 v0.8.6
7252026-06-22T19:25:11.935Z Downloaded cookie_store v0.22.1
7262026-06-22T19:25:11.935Z Downloaded instability v0.3.11
7272026-06-22T19:25:11.935Z Downloaded instant v0.1.13
7282026-06-22T19:25:11.935Z Downloaded cmake v0.1.57
7292026-06-22T19:25:11.935Z Downloaded atomicwrites v0.4.4
7302026-06-22T19:25:11.935Z Downloaded lalrpop-util v0.19.12
7312026-06-22T19:25:11.935Z Downloaded darling v0.21.3
7322026-06-22T19:25:11.935Z Downloaded lazy_static v1.5.0
7332026-06-22T19:25:11.935Z Downloaded diff v0.1.13
7342026-06-22T19:25:11.936Z Downloaded const-oid v0.9.6
7352026-06-22T19:25:11.936Z Downloaded colored v2.2.0
7362026-06-22T19:25:11.936Z Downloaded blake2 v0.10.6
7372026-06-22T19:25:11.936Z Downloaded derive_builder v0.20.2
7382026-06-22T19:25:11.936Z Downloaded console v0.16.2
7392026-06-22T19:25:11.936Z Downloaded ahash v0.8.12
7402026-06-22T19:25:11.936Z Downloaded is-terminal v0.4.17
7412026-06-22T19:25:11.936Z Downloaded internet-checksum v0.2.1
7422026-06-22T19:25:11.936Z Downloaded crc32fast v1.5.0
7432026-06-22T19:25:11.936Z Downloaded highway v1.3.0
7442026-06-22T19:25:11.936Z Downloaded is_ci v1.2.0
7452026-06-22T19:25:11.936Z Downloaded crossbeam-epoch v0.9.18
7462026-06-22T19:25:11.936Z Downloaded ff v0.13.1
7472026-06-22T19:25:11.936Z Downloaded kstat-rs v0.2.4
7482026-06-22T19:25:11.936Z Downloaded http-body v1.0.1
7492026-06-22T19:25:11.936Z Downloaded keccak v0.1.6
7502026-06-22T19:25:11.936Z Downloaded futures-channel v0.3.32
7512026-06-22T19:25:11.936Z Downloaded libscf-sys v1.1.0
7522026-06-22T19:25:11.936Z Downloaded ed25519 v2.2.3
7532026-06-22T19:25:11.936Z Downloaded lru-cache v0.1.2
7542026-06-22T19:25:11.936Z Downloaded linked-hash-map v0.5.6
7552026-06-22T19:25:11.936Z Downloaded fatfs v0.3.6
7562026-06-22T19:25:11.936Z Downloaded drift v0.2.0
7572026-06-22T19:25:11.936Z Downloaded http-body-util v0.1.3
7582026-06-22T19:25:11.936Z Downloaded half v1.8.3
7592026-06-22T19:25:11.937Z Downloaded maybe-uninit v2.0.0
7602026-06-22T19:25:11.937Z Downloaded managed v0.8.0
7612026-06-22T19:25:11.937Z Downloaded lzss v0.8.2
7622026-06-22T19:25:11.937Z Downloaded maplit v1.0.2
7632026-06-22T19:25:11.937Z Downloaded mime v0.3.17
7642026-06-22T19:25:11.937Z Downloaded md5 v0.7.0
7652026-06-22T19:25:11.937Z Downloaded md-5 v0.10.6
7662026-06-22T19:25:11.937Z Downloaded lru v0.12.5
7672026-06-22T19:25:11.937Z Downloaded memoffset v0.9.1
7682026-06-22T19:25:11.937Z Downloaded lru-slab v0.1.2
7692026-06-22T19:25:11.976Z Downloaded getrandom v0.2.17
7702026-06-22T19:25:11.977Z Downloaded new_debug_unreachable v1.0.6
7712026-06-22T19:25:11.977Z Downloaded multimap v0.10.1
7722026-06-22T19:25:11.977Z Downloaded elliptic-curve v0.13.8
7732026-06-22T19:25:11.977Z Downloaded globset v0.4.18
7742026-06-22T19:25:11.977Z Downloaded darling v0.20.11
7752026-06-22T19:25:11.977Z Downloaded inout v0.1.4
7762026-06-22T19:25:11.977Z Downloaded ingot v0.1.1
7772026-06-22T19:25:11.977Z Downloaded indoc v2.0.7
7782026-06-22T19:25:11.977Z Downloaded impl-trait-for-tuples v0.2.3
7792026-06-22T19:25:11.977Z Downloaded nibble_vec v0.1.0
7802026-06-22T19:25:11.977Z Downloaded jobserver v0.1.34
7812026-06-22T19:25:11.977Z Downloaded normalize-line-endings v0.3.0
7822026-06-22T19:25:11.977Z Downloaded nonempty v0.12.0
7832026-06-22T19:25:11.977Z Downloaded num-derive v0.3.3
7842026-06-22T19:25:11.977Z Downloaded cookie v0.18.1
7852026-06-22T19:25:11.977Z Downloaded backon v1.6.0
7862026-06-22T19:25:11.977Z Downloaded libefi-sys v0.1.0
7872026-06-22T19:25:11.977Z Downloaded deranged v0.5.8
7882026-06-22T19:25:11.977Z Downloaded crossbeam-utils v0.8.21
7892026-06-22T19:25:11.977Z Downloaded futures-core v0.3.32
7902026-06-22T19:25:11.977Z Downloaded derive_more v0.99.20
7912026-06-22T19:25:11.977Z Downloaded futures v0.3.32
7922026-06-22T19:25:11.977Z Downloaded ipnet v2.11.0
7932026-06-22T19:25:11.977Z Downloaded ingot-types v0.1.2
7942026-06-22T19:25:11.977Z Downloaded num-derive v0.4.2
7952026-06-22T19:25:11.977Z Downloaded nodrop v0.1.14
7962026-06-22T19:25:11.977Z Downloaded derive-where v1.6.0
7972026-06-22T19:25:11.977Z Downloaded num_threads v0.1.7
7982026-06-22T19:25:11.977Z Downloaded hmac v0.12.1
7992026-06-22T19:25:11.977Z Downloaded darling_core v0.13.4
8002026-06-22T19:25:11.977Z Downloaded num-iter v0.1.45
8012026-06-22T19:25:11.977Z Downloaded humantime v2.3.0
8022026-06-22T19:25:11.977Z Downloaded ipnetwork v0.21.1
8032026-06-22T19:25:11.977Z Downloaded linear-map v1.2.0
8042026-06-22T19:25:11.977Z Downloaded libsw-core v0.3.2
8052026-06-22T19:25:11.977Z Downloaded newtype_derive v0.1.6
8062026-06-22T19:25:11.977Z Downloaded newline-converter v0.3.0
8072026-06-22T19:25:11.978Z Downloaded lock_api v0.4.14
8082026-06-22T19:25:11.978Z Downloaded dropshot_endpoint v0.17.0
8092026-06-22T19:25:11.978Z Downloaded num-conv v0.2.0
8102026-06-22T19:25:11.978Z Downloaded num v0.4.3
8112026-06-22T19:25:11.978Z Downloaded match_cfg v0.1.0
8122026-06-22T19:25:11.978Z Downloaded hyper-staticfile v0.10.1
8132026-06-22T19:25:11.978Z Downloaded openssl-probe v0.2.1
8142026-06-22T19:25:11.978Z Downloaded hyper-rustls v0.27.7
8152026-06-22T19:25:11.978Z Downloaded openssl-probe v0.1.6
8162026-06-22T19:25:11.978Z Downloaded openssl-macros v0.1.1
8172026-06-22T19:25:11.978Z Downloaded getrandom v0.3.4
8182026-06-22T19:25:11.978Z Downloaded derive_more v2.1.1
8192026-06-22T19:25:11.978Z Downloaded opaque-debug v0.3.1
8202026-06-22T19:25:11.978Z Downloaded newtype-uuid-macros v0.1.0
8212026-06-22T19:25:11.978Z Downloaded newtype-uuid v1.3.2
8222026-06-22T19:25:11.978Z Downloaded native-tls v0.2.18
8232026-06-22T19:25:11.978Z Downloaded parse-size v1.1.0
8242026-06-22T19:25:11.978Z Downloaded pbkdf2 v0.12.2
8252026-06-22T19:25:11.978Z Downloaded clang-sys v1.8.1
8262026-06-22T19:25:11.978Z Downloaded peg-runtime v0.8.5
8272026-06-22T19:25:11.978Z Downloaded bytes v1.11.1
8282026-06-22T19:25:11.978Z Downloaded base64 v0.22.1
8292026-06-22T19:25:11.978Z Downloaded libloading v0.8.9
8302026-06-22T19:25:11.978Z Downloaded des v0.8.1
8312026-06-22T19:25:11.978Z Downloaded chacha20poly1305 v0.10.1
8322026-06-22T19:25:11.978Z Downloaded nanorand v0.7.0
8332026-06-22T19:25:11.978Z Downloaded oso-derive v0.27.3
8342026-06-22T19:25:11.978Z Downloaded darling_core v0.21.3
8352026-06-22T19:25:11.978Z Downloaded multer v3.1.0
8362026-06-22T19:25:11.978Z Downloaded mime_guess v2.0.5
8372026-06-22T19:25:11.978Z Downloaded ingot-macros v0.1.1
8382026-06-22T19:25:11.978Z Downloaded num_enum v0.7.6
8392026-06-22T19:25:11.978Z Downloaded path-slash v0.1.5
8402026-06-22T19:25:11.978Z Downloaded olpc-cjson v0.1.4
8412026-06-22T19:25:11.978Z Downloaded iana-time-zone v0.1.65
8422026-06-22T19:25:11.978Z Downloaded httparse v1.10.1
8432026-06-22T19:25:11.979Z Downloaded num_enum v0.5.11
8442026-06-22T19:25:11.979Z Downloaded nu-ansi-term v0.50.3
8452026-06-22T19:25:11.979Z Downloaded darling_core v0.23.0
8462026-06-22T19:25:11.979Z Downloaded num_enum_derive v0.5.11
8472026-06-22T19:25:11.979Z Downloaded packed_struct_codegen v0.10.1
8482026-06-22T19:25:11.979Z Downloaded phf_shared v0.13.1
8492026-06-22T19:25:11.979Z Downloaded phf_shared v0.12.1
8502026-06-22T19:25:11.979Z Downloaded const_format v0.2.35
8512026-06-22T19:25:11.979Z Downloaded owo-colors v4.3.0
8522026-06-22T19:25:11.979Z Downloaded oxide-tokio-rt v0.1.4
8532026-06-22T19:25:11.979Z Downloaded pin-utils v0.1.0
8542026-06-22T19:25:11.979Z Downloaded phf_shared v0.11.3
8552026-06-22T19:25:11.979Z Downloaded pbkdf2 v0.11.0
8562026-06-22T19:25:11.979Z Downloaded num-rational v0.4.2
8572026-06-22T19:25:11.979Z Downloaded compact_str v0.8.1
8582026-06-22T19:25:11.979Z Downloaded powerfmt v0.2.0
8592026-06-22T19:25:11.979Z Downloaded num_enum_derive v0.7.6
8602026-06-22T19:25:11.979Z Downloaded memmap2 v0.9.10
8612026-06-22T19:25:11.979Z Downloaded litrs v1.0.0
8622026-06-22T19:25:11.979Z Downloaded half v2.7.1
8632026-06-22T19:25:11.979Z Downloaded num-complex v0.4.6
8642026-06-22T19:25:11.979Z Downloaded num-integer v0.1.46
8652026-06-22T19:25:11.979Z Downloaded libsw v3.5.0
8662026-06-22T19:25:11.979Z Downloaded indexmap v1.9.3
8672026-06-22T19:25:11.979Z Downloaded flume v0.11.1
8682026-06-22T19:25:11.979Z Downloaded cc v1.2.56
8692026-06-22T19:25:12.426Z Downloaded bumpalo v3.20.2
8702026-06-22T19:25:12.426Z Downloaded password-hash v0.4.2
8712026-06-22T19:25:12.426Z Downloaded parse-display-derive v0.10.0
8722026-06-22T19:25:12.426Z Downloaded progenitor-macro v0.13.0
8732026-06-22T19:25:12.426Z Downloaded progenitor-client v0.14.0
8742026-06-22T19:25:12.426Z Downloaded ignore v0.4.25
8752026-06-22T19:25:12.426Z Downloaded predicates-tree v1.0.13
8762026-06-22T19:25:12.426Z Downloaded quick-error v1.2.3
8772026-06-22T19:25:12.426Z Downloaded progenitor-macro v0.14.0
8782026-06-22T19:25:12.426Z Downloaded predicates-core v1.0.10
8792026-06-22T19:25:12.426Z Downloaded precomputed-hash v0.1.1
8802026-06-22T19:25:12.426Z Downloaded phf v0.12.1
8812026-06-22T19:25:12.426Z Downloaded peg v0.8.5
8822026-06-22T19:25:12.426Z Downloaded proc-macro-crate v3.4.0
8832026-06-22T19:25:12.426Z Downloaded flate2 v1.1.9
8842026-06-22T19:25:12.426Z Downloaded crossbeam-channel v0.5.15
8852026-06-22T19:25:12.426Z Downloaded oxnet v0.1.6
8862026-06-22T19:25:12.426Z Downloaded base64 v0.21.7
8872026-06-22T19:25:12.426Z Downloaded proc-macro-error-attr2 v2.0.0
8882026-06-22T19:25:12.426Z Downloaded parking_lot_core v0.8.6
8892026-06-22T19:25:12.426Z Downloaded der v0.7.10
8902026-06-22T19:25:12.426Z Downloaded async-bb8-diesel v0.2.1
8912026-06-22T19:25:12.426Z Downloaded console v0.15.11
8922026-06-22T19:25:12.427Z Downloaded pin-project-internal v1.1.11
8932026-06-22T19:25:12.427Z Downloaded chacha20 v0.9.1
8942026-06-22T19:25:12.427Z Downloaded rand_chacha v0.3.1
8952026-06-22T19:25:12.427Z Downloaded psl-types v2.0.11
8962026-06-22T19:25:12.427Z Downloaded pem-rfc7468 v0.7.0
8972026-06-22T19:25:12.427Z Downloaded paste v1.0.15
8982026-06-22T19:25:12.427Z Downloaded radium v0.7.0
8992026-06-22T19:25:12.427Z Downloaded parse-display v0.10.0
9002026-06-22T19:25:12.427Z Downloaded packed_struct v0.10.1
9012026-06-22T19:25:12.427Z Downloaded rand_xorshift v0.4.0
9022026-06-22T19:25:12.427Z Downloaded poly1305 v0.8.0
9032026-06-22T19:25:12.427Z Downloaded polyval v0.6.2
9042026-06-22T19:25:12.427Z Downloaded pkg-config v0.3.32
9052026-06-22T19:25:12.427Z Downloaded heapless v0.7.17
9062026-06-22T19:25:12.427Z Downloaded ref-cast v1.0.25
9072026-06-22T19:25:12.427Z Downloaded recursive-proc-macro-impl v0.1.1
9082026-06-22T19:25:12.427Z Downloaded predicates v3.1.4
9092026-06-22T19:25:12.427Z Downloaded headers v0.4.1
9102026-06-22T19:25:12.427Z Downloaded ref-cast-impl v1.0.25
9112026-06-22T19:25:12.427Z Downloaded postgres-protocol v0.6.10
9122026-06-22T19:25:12.427Z Downloaded parking_lot v0.11.2
9132026-06-22T19:25:12.427Z Downloaded async-compression v0.4.41
9142026-06-22T19:25:12.427Z Downloaded progenitor-extras v0.2.0
9152026-06-22T19:25:12.427Z Downloaded proc-macro-crate v1.3.1
9162026-06-22T19:25:12.427Z Downloaded rtoolbox v0.0.3
9172026-06-22T19:25:12.427Z Downloaded primeorder v0.13.6
9182026-06-22T19:25:12.427Z Downloaded phf v0.13.1
9192026-06-22T19:25:12.427Z Downloaded rfc6979 v0.4.0
9202026-06-22T19:25:12.427Z Downloaded proc-macro-error2 v2.0.1
9212026-06-22T19:25:12.427Z Downloaded pem v3.0.6
9222026-06-22T19:25:12.427Z Downloaded derive_more-impl v2.1.1
9232026-06-22T19:25:12.427Z Downloaded recursive v0.1.1
9242026-06-22T19:25:12.427Z Downloaded pkcs8 v0.10.2
9252026-06-22T19:25:12.427Z Downloaded hickory-resolver v0.24.4
9262026-06-22T19:25:12.427Z Downloaded progenitor-client v0.13.0
9272026-06-22T19:25:12.427Z Downloaded progenitor v0.14.0
9282026-06-22T19:25:12.428Z Downloaded progenitor v0.13.0
9292026-06-22T19:25:12.428Z Downloaded parking_lot v0.12.5
9302026-06-22T19:25:12.428Z Downloaded rustc_version v0.1.7
9312026-06-22T19:25:12.428Z Downloaded bzip2 v0.4.4
9322026-06-22T19:25:12.428Z Downloaded diesel-dtrace v0.5.0
9332026-06-22T19:25:12.428Z Downloaded parking_lot_core v0.9.12
9342026-06-22T19:25:12.428Z Downloaded psm v0.1.30
9352026-06-22T19:25:12.428Z Downloaded pkcs1 v0.7.5
9362026-06-22T19:25:12.428Z Downloaded libbz2-rs-sys v0.2.2
9372026-06-22T19:25:12.428Z Downloaded pin-project-lite v0.2.17
9382026-06-22T19:25:12.428Z Downloaded peg-macros v0.8.5
9392026-06-22T19:25:12.428Z Downloaded rand_core v0.9.5
9402026-06-22T19:25:12.428Z Downloaded same-file v1.0.6
9412026-06-22T19:25:12.428Z Downloaded rustc-hash v2.1.1
9422026-06-22T19:25:12.428Z Downloaded pkcs5 v0.7.1
9432026-06-22T19:25:12.428Z Downloaded expectorate v1.2.0
9442026-06-22T19:25:12.428Z Downloaded rand_core v0.10.0
9452026-06-22T19:25:12.428Z Downloaded rand_core v0.6.4
9462026-06-22T19:25:12.428Z Downloaded rand_chacha v0.9.0
9472026-06-22T19:25:12.428Z Downloaded dropshot-api-manager v0.7.2
9482026-06-22T19:25:12.428Z Downloaded rand_seeder v0.4.0
9492026-06-22T19:25:12.428Z Downloaded r2d2 v0.8.10
9502026-06-22T19:25:12.428Z Downloaded scheduled-thread-pool v0.2.7
9512026-06-22T19:25:12.428Z Downloaded bitvec v1.0.1
9522026-06-22T19:25:12.428Z Downloaded sapling-renderdag v0.1.0
9532026-06-22T19:25:12.428Z Downloaded heapless v0.8.0
9542026-06-22T19:25:12.428Z Downloaded salsa20 v0.10.2
9552026-06-22T19:25:12.428Z Downloaded password-hash v0.5.0
9562026-06-22T19:25:12.428Z Downloaded rustc_version v0.4.1
9572026-06-22T19:25:12.428Z Downloaded ppv-lite86 v0.2.21
9582026-06-22T19:25:12.428Z Downloaded papergrid v0.17.0
9592026-06-22T19:25:12.428Z Downloaded resolv-conf v0.7.6
9602026-06-22T19:25:12.428Z Downloaded serde-big-array v0.5.1
9612026-06-22T19:25:12.428Z Downloaded postcard v1.1.3
9622026-06-22T19:25:12.428Z Downloaded scopeguard v1.2.0
9632026-06-22T19:25:12.429Z Downloaded p256 v0.13.2
9642026-06-22T19:25:12.429Z Downloaded ed25519-dalek v2.2.0
9652026-06-22T19:25:12.429Z Downloaded hickory-resolver v0.25.2
9662026-06-22T19:25:12.429Z Downloaded diesel_derives v2.3.7
9672026-06-22T19:25:12.429Z Downloaded serde_plain v1.0.2
9682026-06-22T19:25:12.429Z Downloaded http v1.4.0
9692026-06-22T19:25:12.476Z Downloaded secrecy v0.10.3
9702026-06-22T19:25:12.476Z Downloaded scrypt v0.11.0
9712026-06-22T19:25:12.476Z Downloaded secrecy v0.8.0
9722026-06-22T19:25:12.476Z Downloaded quinn-udp v0.5.14
9732026-06-22T19:25:12.476Z Downloaded jiff-static v0.2.21
9742026-06-22T19:25:12.476Z Downloaded serde_bytes v0.11.19
9752026-06-22T19:25:12.476Z Downloaded semver v0.1.20
9762026-06-22T19:25:12.476Z Downloaded indicatif v0.18.4
9772026-06-22T19:25:12.476Z Downloaded serde_spanned v1.0.4
9782026-06-22T19:25:12.476Z Downloaded seq-macro v0.3.6
9792026-06-22T19:25:12.476Z Downloaded scroll_derive v0.13.1
9802026-06-22T19:25:12.477Z Downloaded rusty-fork v0.3.1
9812026-06-22T19:25:12.477Z Downloaded hashbrown v0.12.3
9822026-06-22T19:25:12.477Z Downloaded sha1 v0.10.6
9832026-06-22T19:25:12.477Z Downloaded oso v0.27.3
9842026-06-22T19:25:12.477Z Downloaded omicron-zone-package v0.12.2
9852026-06-22T19:25:12.477Z Downloaded cbc v0.1.2
9862026-06-22T19:25:12.477Z Downloaded russh-cryptovec v0.7.3
9872026-06-22T19:25:12.477Z Downloaded rustls-pemfile v2.2.0
9882026-06-22T19:25:12.477Z Downloaded postgres-types v0.2.12
9892026-06-22T19:25:12.477Z Downloaded pin-project v1.1.11
9902026-06-22T19:25:12.477Z Downloaded signature v2.2.0
9912026-06-22T19:25:12.477Z Downloaded miniz_oxide v0.8.9
9922026-06-22T19:25:12.477Z Downloaded scroll v0.13.0
9932026-06-22T19:25:12.477Z Downloaded signal-hook-mio v0.2.5
9942026-06-22T19:25:12.477Z Downloaded rustversion v1.0.22
9952026-06-22T19:25:12.477Z Downloaded shell-words v1.1.1
9962026-06-22T19:25:12.477Z Downloaded serde_urlencoded v0.7.1
9972026-06-22T19:25:12.477Z Downloaded schemars_derive v0.8.22
9982026-06-22T19:25:12.477Z Downloaded sigpipe v0.1.3
9992026-06-22T19:25:12.477Z Downloaded rustls-pemfile v1.0.4
10002026-06-22T19:25:12.477Z Downloaded slog-envlogger v2.2.0
10012026-06-22T19:25:12.477Z Downloaded slog-bunyan v2.5.0
10022026-06-22T19:25:12.477Z Downloaded aes v0.8.4
10032026-06-22T19:25:12.477Z Downloaded serde-hex v0.1.0
10042026-06-22T19:25:12.478Z Downloaded siphasher v1.0.2
10052026-06-22T19:25:12.478Z Downloaded progenitor-impl v0.13.0
10062026-06-22T19:25:12.478Z Downloaded hashbrown v0.13.2
10072026-06-22T19:25:12.478Z Downloaded hickory-server v0.25.2
10082026-06-22T19:25:12.478Z Downloaded serde_derive_internals v0.29.1
10092026-06-22T19:25:12.478Z Downloaded serde_path_to_error v0.1.20
10102026-06-22T19:25:12.478Z Downloaded aes-gcm v0.10.3
10112026-06-22T19:25:12.478Z Downloaded rustls-pki-types v1.14.0
10122026-06-22T19:25:12.478Z Downloaded shlex v1.3.0
10132026-06-22T19:25:12.478Z Downloaded serde_repr v0.1.20
10142026-06-22T19:25:12.478Z Downloaded sec1 v0.7.3
10152026-06-22T19:25:12.478Z Downloaded sct v0.7.1
10162026-06-22T19:25:12.478Z Downloaded ssh-encoding v0.2.0
10172026-06-22T19:25:12.478Z Downloaded structmeta v0.3.0
10182026-06-22T19:25:12.478Z Downloaded strsim v0.10.0
10192026-06-22T19:25:12.478Z Downloaded serde_with_macros v1.5.2
10202026-06-22T19:25:12.478Z Downloaded rustls-native-certs v0.8.3
10212026-06-22T19:25:12.478Z Downloaded signal-hook-registry v1.4.8
10222026-06-22T19:25:12.478Z Downloaded ssh-cipher v0.2.0
10232026-06-22T19:25:12.478Z Downloaded strum v0.27.2
10242026-06-22T19:25:12.478Z Downloaded subtle v2.6.1
10252026-06-22T19:25:12.478Z Downloaded structmeta-derive v0.3.0
10262026-06-22T19:25:12.478Z Downloaded strip-ansi-escapes v0.2.1
10272026-06-22T19:25:12.478Z Downloaded signal-hook-tokio v0.3.1
10282026-06-22T19:25:12.478Z Downloaded slab v0.4.12
10292026-06-22T19:25:12.478Z Downloaded prettyplease v0.2.37
10302026-06-22T19:25:12.478Z Downloaded pretty_assertions v1.4.1
10312026-06-22T19:25:12.478Z Downloaded slog-dtrace v0.3.0
10322026-06-22T19:25:12.478Z Downloaded tagptr v0.2.0
10332026-06-22T19:25:12.479Z Downloaded tabwriter v1.4.1
10342026-06-22T19:25:12.479Z Downloaded smallvec v0.6.14
10352026-06-22T19:25:12.479Z Downloaded sync-ptr v0.1.4
10362026-06-22T19:25:12.479Z Downloaded supports-color v3.0.2
10372026-06-22T19:25:12.479Z Downloaded simd-adler32 v0.3.8
10382026-06-22T19:25:12.479Z Downloaded snafu-derive v0.8.9
10392026-06-22T19:25:12.479Z Downloaded sync_wrapper v1.0.2
10402026-06-22T19:25:12.479Z Downloaded tap v1.0.1
10412026-06-22T19:25:12.479Z Downloaded smf v0.2.3
10422026-06-22T19:25:12.479Z Downloaded take_mut v0.2.2
10432026-06-22T19:25:12.479Z Downloaded thiserror-impl-no-std v2.0.2
10442026-06-22T19:25:12.479Z Downloaded itertools v0.10.5
10452026-06-22T19:25:12.479Z Downloaded slog-term v2.9.2
10462026-06-22T19:25:12.479Z Downloaded slog-stdlog v4.1.1
10472026-06-22T19:25:12.479Z Downloaded spki v0.7.3
10482026-06-22T19:25:12.479Z Downloaded serde_cbor v0.11.2
10492026-06-22T19:25:12.479Z Downloaded slog-scope v4.4.1
10502026-06-22T19:25:12.479Z Downloaded ron v0.8.1
10512026-06-22T19:25:12.479Z Downloaded prefix-trie v0.7.0
10522026-06-22T19:25:12.479Z Downloaded sqlformat v0.3.5
10532026-06-22T19:25:12.479Z Downloaded thread-id v5.1.0
10542026-06-22T19:25:12.479Z Downloaded serde_with_macros v3.17.0
10552026-06-22T19:25:12.479Z Downloaded static_assertions v1.1.0
10562026-06-22T19:25:12.479Z Downloaded time-core v0.1.8
10572026-06-22T19:25:12.479Z Downloaded openssl-sys v0.9.115
10582026-06-22T19:25:12.479Z Downloaded tinyvec_macros v0.1.1
10592026-06-22T19:25:12.479Z Downloaded russh-keys v0.45.0
10602026-06-22T19:25:12.479Z Downloaded tokio-macros v2.7.0
10612026-06-22T19:25:12.479Z Downloaded minimal-lexical v0.2.1
10622026-06-22T19:25:12.479Z Downloaded strum_macros v0.27.2
10632026-06-22T19:25:12.479Z Downloaded strum_macros v0.24.3
10642026-06-22T19:25:12.479Z Downloaded stacker v0.1.23
10652026-06-22T19:25:12.479Z Downloaded rustls-platform-verifier v0.6.2
10662026-06-22T19:25:12.479Z Downloaded rayon-core v1.13.0
10672026-06-22T19:25:12.479Z Downloaded testing_table v0.3.0
10682026-06-22T19:25:12.480Z Downloaded termtree v0.5.1
10692026-06-22T19:25:12.517Z Downloaded strum v0.26.3
10702026-06-22T19:25:12.517Z Downloaded stringprep v0.1.5
10712026-06-22T19:25:12.517Z Downloaded strum_macros v0.26.4
10722026-06-22T19:25:12.517Z Downloaded hashbrown v0.15.5
10732026-06-22T19:25:12.517Z Downloaded hashbrown v0.16.1
10742026-06-22T19:25:12.518Z Downloaded support-bundle-viewer v0.1.2
10752026-06-22T19:25:12.518Z Downloaded slog-async v2.8.0
10762026-06-22T19:25:12.518Z Downloaded crossterm v0.28.1
10772026-06-22T19:25:12.518Z Downloaded topological-sort v0.2.2
10782026-06-22T19:25:12.518Z Downloaded thiserror-no-std v2.0.2
10792026-06-22T19:25:12.518Z Downloaded quinn v0.11.9
10802026-06-22T19:25:12.518Z Downloaded progenitor-impl v0.14.0
10812026-06-22T19:25:12.519Z Downloaded nom v7.1.3
10822026-06-22T19:25:12.519Z Downloaded sqlparser_derive v0.5.0
10832026-06-22T19:25:12.519Z Downloaded termios v0.3.3
10842026-06-22T19:25:12.519Z Downloaded tls_codec v0.4.2
10852026-06-22T19:25:12.520Z Downloaded tabled_derive v0.11.0
10862026-06-22T19:25:12.520Z Downloaded serde_yaml v0.9.34+deprecated
10872026-06-22T19:25:12.520Z Downloaded try-lock v0.2.5
10882026-06-22T19:25:12.520Z Downloaded tower-layer v0.3.3
10892026-06-22T19:25:12.520Z Downloaded tiny-keccak v2.0.2
10902026-06-22T19:25:12.520Z Downloaded tokio-dtrace v0.1.1
10912026-06-22T19:25:12.520Z Downloaded string_cache v0.8.9
10922026-06-22T19:25:12.520Z Downloaded trait-variant v0.1.2
10932026-06-22T19:25:12.520Z Downloaded rand v0.8.6
10942026-06-22T19:25:12.520Z Downloaded rcgen v0.12.1
10952026-06-22T19:25:12.520Z Downloaded num-bigint v0.4.6
10962026-06-22T19:25:12.520Z Downloaded slog-json v2.6.1
10972026-06-22T19:25:12.520Z Downloaded publicsuffix v2.3.0
10982026-06-22T19:25:12.520Z Downloaded time-macros v0.2.27
10992026-06-22T19:25:12.520Z Downloaded tls_codec_derive v0.4.2
11002026-06-22T19:25:12.520Z Downloaded hyper-util v0.1.20
11012026-06-22T19:25:12.521Z Downloaded unarray v0.1.4
11022026-06-22T19:25:12.521Z Downloaded schemars v0.8.22
11032026-06-22T19:25:12.521Z Downloaded usdt v0.6.0
11042026-06-22T19:25:12.521Z Downloaded untrusted v0.9.0
11052026-06-22T19:25:12.521Z Downloaded untrusted v0.7.1
11062026-06-22T19:25:12.521Z Downloaded universal-hash v0.5.1
11072026-06-22T19:25:12.521Z Downloaded ryu v1.0.23
11082026-06-22T19:25:12.521Z Downloaded tokio-tungstenite v0.23.1
11092026-06-22T19:25:12.521Z Downloaded tokio-rustls v0.25.0
11102026-06-22T19:25:12.521Z Downloaded unicode-truncate v1.1.0
11112026-06-22T19:25:12.521Z Downloaded typify-macro v0.6.2
11122026-06-22T19:25:12.521Z Downloaded tokio-native-tls v0.3.1
11132026-06-22T19:25:12.521Z Downloaded tokio-tungstenite v0.21.0
11142026-06-22T19:25:12.521Z Downloaded rsa v0.9.10
11152026-06-22T19:25:12.521Z Downloaded unit-prefix v0.5.2
11162026-06-22T19:25:12.521Z Downloaded qorb v0.4.1
11172026-06-22T19:25:12.521Z Downloaded similar v2.7.0
11182026-06-22T19:25:12.521Z Downloaded utf-8 v0.7.6
11192026-06-22T19:25:12.521Z Downloaded void v1.0.2
11202026-06-22T19:25:12.521Z Downloaded slog v2.8.2
11212026-06-22T19:25:12.521Z Downloaded thread_local v1.1.9
11222026-06-22T19:25:12.521Z Downloaded libxml v0.3.3
11232026-06-22T19:25:12.522Z Downloaded usdt-macro v0.6.0
11242026-06-22T19:25:12.522Z Downloaded rand v0.9.2
11252026-06-22T19:25:12.522Z Downloaded signal-hook v0.3.18
11262026-06-22T19:25:12.522Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11272026-06-22T19:25:12.522Z Downloaded tower-service v0.3.3
11282026-06-22T19:25:12.522Z Downloaded term v1.2.1
11292026-06-22T19:25:12.522Z Downloaded wait-timeout v0.2.1
11302026-06-22T19:25:12.522Z Downloaded toml_writer v1.0.6+spec-1.1.0
11312026-06-22T19:25:12.522Z Downloaded socket2 v0.6.3
11322026-06-22T19:25:12.522Z Downloaded itertools v0.12.1
11332026-06-22T19:25:12.522Z Downloaded waitgroup v0.1.2
11342026-06-22T19:25:12.522Z Downloaded tui-tree-widget v0.23.1
11352026-06-22T19:25:12.522Z Downloaded itertools v0.13.0
11362026-06-22T19:25:12.522Z Downloaded schemars v1.2.1
11372026-06-22T19:25:12.522Z Downloaded schemars v0.9.0
11382026-06-22T19:25:12.522Z Downloaded xshell-macros v0.2.7
11392026-06-22T19:25:12.522Z Downloaded xattr v1.6.1
11402026-06-22T19:25:12.522Z Downloaded want v0.3.1
11412026-06-22T19:25:12.522Z Downloaded rustls-webpki v0.103.9
11422026-06-22T19:25:12.522Z Downloaded itertools v0.14.0
11432026-06-22T19:25:12.522Z Downloaded mio v1.2.0
11442026-06-22T19:25:12.522Z Downloaded tokio-rustls v0.26.4
11452026-06-22T19:25:12.522Z Downloaded tokio-rustls v0.24.1
11462026-06-22T19:25:12.522Z Downloaded snafu v0.8.9
11472026-06-22T19:25:12.522Z Downloaded vergen-git2 v9.1.0
11482026-06-22T19:25:12.522Z Downloaded usdt-attr-macro v0.6.0
11492026-06-22T19:25:12.522Z Downloaded zone v0.3.1
11502026-06-22T19:25:12.522Z Downloaded zeroize_derive v1.4.3
11512026-06-22T19:25:12.522Z Downloaded h2 v0.4.13
11522026-06-22T19:25:12.522Z Downloaded num-bigint-dig v0.8.6
11532026-06-22T19:25:12.522Z Downloaded vsss-rs v3.3.4
11542026-06-22T19:25:12.522Z Downloaded samael v0.0.19
11552026-06-22T19:25:12.522Z Downloaded term v0.7.0
11562026-06-22T19:25:12.522Z Downloaded zone_cfg_derive v0.3.1
11572026-06-22T19:25:12.522Z Downloaded usdt-impl v0.6.0
11582026-06-22T19:25:12.522Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11592026-06-22T19:25:12.523Z Downloaded tinyvec v1.10.0
11602026-06-22T19:25:12.523Z Downloaded rand v0.10.0
11612026-06-22T19:25:12.523Z Downloaded nom v8.0.0
11622026-06-22T19:25:12.523Z Downloaded vergen-lib v9.1.0
11632026-06-22T19:25:12.523Z Downloaded vergen-lib v0.1.6
11642026-06-22T19:25:12.523Z Downloaded vergen-gitcl v1.0.8
11652026-06-22T19:25:12.523Z Downloaded toml_parser v1.0.9+spec-1.1.0
11662026-06-22T19:25:12.523Z Downloaded iri-string v0.7.10
11672026-06-22T19:25:12.523Z Downloaded test-strategy v0.4.5
11682026-06-22T19:25:12.523Z Downloaded subprocess v0.2.15
11692026-06-22T19:25:12.555Z Downloaded whoami v1.6.1
11702026-06-22T19:25:12.555Z Downloaded walkdir v2.5.0
11712026-06-22T19:25:12.555Z Downloaded whoami v2.1.0
11722026-06-22T19:25:12.555Z Downloaded socket2 v0.5.10
11732026-06-22T19:25:12.555Z Downloaded wyz v0.5.1
11742026-06-22T19:25:12.555Z Downloaded zeroize v1.8.2
11752026-06-22T19:25:12.555Z Downloaded twox-hash v2.1.2
11762026-06-22T19:25:12.555Z Downloaded toml v1.0.6+spec-1.1.0
11772026-06-22T19:25:12.555Z Downloaded toml v0.7.8
11782026-06-22T19:25:12.556Z Downloaded unicase v2.9.0
11792026-06-22T19:25:12.556Z Downloaded unicode-properties v0.1.4
11802026-06-22T19:25:12.556Z Downloaded vergen v9.1.0
11812026-06-22T19:25:12.556Z Downloaded russh v0.45.0
11822026-06-22T19:25:12.556Z Downloaded uzers v0.12.2
11832026-06-22T19:25:12.556Z Downloaded tokio-stream v0.1.18
11842026-06-22T19:25:12.556Z Downloaded futures-util v0.3.32
11852026-06-22T19:25:12.556Z Downloaded p521 v0.13.3
11862026-06-22T19:25:12.556Z Downloaded hyper v1.8.1
11872026-06-22T19:25:12.556Z Downloaded spin v0.9.8
11882026-06-22T19:25:12.556Z Downloaded zstd v0.13.3
11892026-06-22T19:25:12.556Z Downloaded zstd-safe v7.2.4
11902026-06-22T19:25:12.557Z Downloaded hkdf v0.12.4
11912026-06-22T19:25:12.557Z Downloaded tungstenite v0.23.0
11922026-06-22T19:25:12.557Z Downloaded typify v0.6.2
11932026-06-22T19:25:12.557Z Downloaded tracing-attributes v0.1.31
11942026-06-22T19:25:12.557Z Downloaded steno v0.4.1
11952026-06-22T19:25:12.558Z Downloaded tracing-core v0.1.36
11962026-06-22T19:25:12.558Z Downloaded tungstenite v0.21.0
11972026-06-22T19:25:12.558Z Downloaded iddqd v0.4.2
11982026-06-22T19:25:12.558Z Downloaded xshell v0.2.7
11992026-06-22T19:25:12.558Z Downloaded unicode-bidi v0.3.18
12002026-06-22T19:25:12.558Z Downloaded zerocopy v0.6.6
12012026-06-22T19:25:12.558Z Downloaded unsafe-libyaml v0.2.11
12022026-06-22T19:25:12.558Z Downloaded yasna v0.5.2
12032026-06-22T19:25:12.558Z Downloaded blake3 v1.8.3
12042026-06-22T19:25:12.558Z Downloaded uuid v1.23.0
12052026-06-22T19:25:12.559Z Downloaded libm v0.2.16
12062026-06-22T19:25:12.559Z Downloaded toml_edit v0.23.10+spec-1.0.0
12072026-06-22T19:25:12.559Z Downloaded vte v0.14.1
12082026-06-22T19:25:12.559Z Downloaded tar v0.4.45
12092026-06-22T19:25:12.559Z Downloaded rustyline v14.0.0
12102026-06-22T19:25:12.559Z Downloaded tokio-postgres v0.7.16
12112026-06-22T19:25:12.559Z Downloaded reedline v0.40.0
12122026-06-22T19:25:12.559Z Downloaded chrono v0.4.44
12132026-06-22T19:25:12.559Z Downloaded rpassword v7.4.0
12142026-06-22T19:25:12.559Z Downloaded serde_with v1.14.0
12152026-06-22T19:25:12.559Z Downloaded ssh-key v0.6.7
12162026-06-22T19:25:12.559Z Downloaded zopfli v0.8.3
12172026-06-22T19:25:12.559Z Downloaded reqwest v0.13.2
12182026-06-22T19:25:12.559Z Downloaded aws-lc-rs v1.16.3
12192026-06-22T19:25:12.559Z Downloaded unicode_categories v0.1.1
12202026-06-22T19:25:12.559Z Downloaded typed-path v0.9.3
12212026-06-22T19:25:12.560Z Downloaded git2 v0.20.4
12222026-06-22T19:25:12.560Z Downloaded yansi v1.0.1
12232026-06-22T19:25:12.560Z Downloaded unicode-segmentation v1.12.0
12242026-06-22T19:25:12.560Z Downloaded toml_edit v0.19.15
12252026-06-22T19:25:12.560Z Downloaded zip v0.6.6
12262026-06-22T19:25:12.560Z Downloaded bindgen v0.71.1
12272026-06-22T19:25:12.560Z Downloaded reqwest v0.12.28
12282026-06-22T19:25:12.560Z Downloaded regex v1.12.3
12292026-06-22T19:25:12.560Z Downloaded p384 v0.13.1
12302026-06-22T19:25:12.560Z Downloaded rayon v1.11.0
12312026-06-22T19:25:12.560Z Downloaded portable-atomic v1.13.1
12322026-06-22T19:25:12.560Z Downloaded lalrpop v0.19.12
12332026-06-22T19:25:12.560Z Downloaded tower v0.5.3
12342026-06-22T19:25:12.560Z Downloaded quick-xml v0.37.5
12352026-06-22T19:25:12.560Z Downloaded rustls-webpki v0.101.7
12362026-06-22T19:25:12.560Z Downloaded unicode-normalization v0.1.25
12372026-06-22T19:25:12.581Z Downloaded x509-cert v0.2.5
12382026-06-22T19:25:12.581Z Downloaded tokio-util v0.7.18
12392026-06-22T19:25:12.581Z Downloaded zerocopy-derive v0.8.40
12402026-06-22T19:25:12.581Z Downloaded proptest v1.10.0
12412026-06-22T19:25:12.581Z Downloaded moka v0.12.13
12422026-06-22T19:25:12.581Z Downloaded salty v0.3.0
12432026-06-22T19:25:12.581Z Downloaded goblin v0.10.5
12442026-06-22T19:25:12.632Z Downloaded petname v2.0.2
12452026-06-22T19:25:12.632Z Downloaded rustls-webpki v0.102.8
12462026-06-22T19:25:12.632Z Downloaded tough v0.22.0
12472026-06-22T19:25:12.660Z Downloaded object v0.30.4
12482026-06-22T19:25:12.660Z Downloaded radix_trie v0.2.1
12492026-06-22T19:25:12.660Z Downloaded zip v4.6.1
12502026-06-22T19:25:12.660Z Downloaded serde_with v3.17.0
12512026-06-22T19:25:12.660Z Downloaded tower-http v0.6.8
12522026-06-22T19:25:12.691Z Downloaded bstr v1.12.1
12532026-06-22T19:25:12.691Z Downloaded time v0.3.47
12542026-06-22T19:25:12.691Z Downloaded tabled v0.20.0
12552026-06-22T19:25:12.730Z Downloaded winnow v0.6.26
12562026-06-22T19:25:12.730Z Downloaded openssl v0.10.79
12572026-06-22T19:25:12.730Z Downloaded rustls v0.21.12
12582026-06-22T19:25:12.730Z Downloaded winnow v0.5.40
12592026-06-22T19:25:12.730Z Downloaded zlib-rs v0.6.2
12602026-06-22T19:25:12.731Z Downloaded nix v0.28.0
12612026-06-22T19:25:12.759Z Downloaded quinn-proto v0.11.13
12622026-06-22T19:25:12.759Z Downloaded polar-core v0.27.3
12632026-06-22T19:25:12.759Z Downloaded nix v0.27.1
12642026-06-22T19:25:12.760Z Downloaded zerocopy v0.8.40
12652026-06-22T19:25:12.760Z Downloaded nix v0.31.2
12662026-06-22T19:25:12.760Z Downloaded rustls v0.22.4
12672026-06-22T19:25:12.760Z Downloaded regress v0.11.1
12682026-06-22T19:25:12.777Z Downloaded rustls v0.23.37
12692026-06-22T19:25:12.777Z Downloaded rustix v0.38.44
12702026-06-22T19:25:12.777Z Downloaded dropshot v0.17.0
12712026-06-22T19:25:12.793Z Downloaded regex-syntax v0.6.29
12722026-06-22T19:25:12.807Z Downloaded vcpkg v0.2.15
12732026-06-22T19:25:12.864Z Downloaded webpki-roots v1.0.6
12742026-06-22T19:25:12.864Z Downloaded object v0.37.3
12752026-06-22T19:25:12.917Z Downloaded hickory-proto v0.24.4
12762026-06-22T19:25:12.917Z Downloaded regress v0.10.5
12772026-06-22T19:25:12.917Z Downloaded smoltcp v0.11.0
12782026-06-22T19:25:12.917Z Downloaded sled v0.34.7
12792026-06-22T19:25:12.917Z Downloaded diesel v2.3.7
12802026-06-22T19:25:12.917Z Downloaded typify-impl v0.6.2
12812026-06-22T19:25:12.917Z Downloaded regex-syntax v0.8.10
12822026-06-22T19:25:12.917Z Downloaded bzip2-sys v0.1.13+1.0.8
12832026-06-22T19:25:12.917Z Downloaded ratatui v0.29.0
12842026-06-22T19:25:13.365Z Downloaded openapiv3 v2.2.0
12852026-06-22T19:25:13.365Z Downloaded hickory-proto v0.25.2
12862026-06-22T19:25:13.365Z Downloaded smoltcp v0.9.1
12872026-06-22T19:25:13.365Z Downloaded chrono-tz v0.10.4
12882026-06-22T19:25:13.411Z Downloaded sqlparser v0.61.0
12892026-06-22T19:25:13.411Z Downloaded sha3 v0.10.8
12902026-06-22T19:25:13.411Z Downloaded tokio v1.52.1
12912026-06-22T19:25:13.411Z Downloaded tracing v0.1.44
12922026-06-22T19:25:13.411Z Downloaded zerocopy-derive v0.6.6
12932026-06-22T19:25:13.411Z Downloaded regex-automata v0.4.14
12942026-06-22T19:25:13.411Z Downloaded ring v0.17.14
12952026-06-22T19:25:13.411Z Downloaded petgraph v0.6.5
12962026-06-22T19:25:13.412Z Downloaded jiff v0.2.21
12972026-06-22T19:25:13.412Z Downloaded petgraph v0.8.3
12982026-06-22T19:25:13.412Z Downloaded csv v1.4.0
12992026-06-22T19:25:13.412Z Downloaded libz-sys v1.1.24
13002026-06-22T19:25:13.412Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13012026-06-22T19:25:13.412Z Downloaded encoding_rs v0.8.35
13022026-06-22T19:25:13.412Z Downloaded libgit2-sys v0.18.3+1.9.2
13032026-06-22T19:25:13.670Z Downloaded aws-lc-sys v0.40.0
13042026-06-22T19:25:13.946Z Compiling libc v0.2.185
13052026-06-22T19:25:13.946Z Compiling serde v1.0.228
13062026-06-22T19:25:14.378Z Compiling log v0.4.29
13072026-06-22T19:25:14.379Z Compiling shlex v1.3.0
13082026-06-22T19:25:14.384Z Compiling find-msvc-tools v0.1.9
13092026-06-22T19:25:14.384Z Compiling smallvec v1.15.1
13102026-06-22T19:25:14.384Z Compiling syn v2.0.117
13112026-06-22T19:25:14.384Z Compiling typenum v1.19.0
13122026-06-22T19:25:14.384Z Compiling generic-array v0.14.7
13132026-06-22T19:25:14.384Z Compiling subtle v2.6.1
13142026-06-22T19:25:14.384Z Compiling scopeguard v1.2.0
13152026-06-22T19:25:14.385Z Compiling const-oid v0.9.6
13162026-06-22T19:25:14.385Z Compiling lock_api v0.4.14
13172026-06-22T19:25:14.821Z Compiling serde_json v1.0.149
13182026-06-22T19:25:14.898Z Compiling zerocopy v0.8.40
13192026-06-22T19:25:14.898Z Compiling parking_lot_core v0.9.12
13202026-06-22T19:25:14.898Z Compiling pin-project-lite v0.2.17
13212026-06-22T19:25:14.898Z Compiling portable-atomic v1.13.1
13222026-06-22T19:25:14.898Z Compiling pkg-config v0.3.32
13232026-06-22T19:25:14.950Z Compiling getrandom v0.2.17
13242026-06-22T19:25:14.990Z Compiling jobserver v0.1.34
13252026-06-22T19:25:15.089Z Compiling rand_core v0.6.4
13262026-06-22T19:25:15.089Z Compiling errno v0.3.14
13272026-06-22T19:25:15.173Z Compiling cc v1.2.56
13282026-06-22T19:25:15.312Z Compiling signal-hook-registry v1.4.8
13292026-06-22T19:25:15.337Z Compiling bitflags v2.11.0
13302026-06-22T19:25:15.359Z Compiling futures-core v0.3.32
13312026-06-22T19:25:15.428Z Compiling critical-section v1.2.0
13322026-06-22T19:25:15.901Z Compiling libm v0.2.16
13332026-06-22T19:25:15.908Z Compiling parking_lot v0.12.5
13342026-06-22T19:25:15.908Z Compiling mio v1.2.0
13352026-06-22T19:25:15.908Z Compiling num-traits v0.2.19
13362026-06-22T19:25:15.908Z Compiling once_cell v1.21.3
13372026-06-22T19:25:15.908Z Compiling percent-encoding v2.3.2
13382026-06-22T19:25:15.917Z Compiling socket2 v0.6.3
13392026-06-22T19:25:15.924Z Compiling futures-sink v0.3.32
13402026-06-22T19:25:16.355Z Compiling cpufeatures v0.2.17
13412026-06-22T19:25:16.392Z Compiling futures-task v0.3.32
13422026-06-22T19:25:16.392Z Compiling futures-channel v0.3.32
13432026-06-22T19:25:16.392Z Compiling futures-io v0.3.32
13442026-06-22T19:25:16.392Z Compiling getrandom v0.4.1
13452026-06-22T19:25:16.392Z Compiling slab v0.4.12
13462026-06-22T19:25:16.392Z Compiling rand_core v0.10.0
13472026-06-22T19:25:16.392Z Compiling indexmap v2.14.0
13482026-06-22T19:25:16.392Z Compiling rustversion v1.0.22
13492026-06-22T19:25:16.392Z Compiling getrandom v0.3.4
13502026-06-22T19:25:16.392Z Compiling form_urlencoded v1.2.2
13512026-06-22T19:25:16.545Z Compiling cmake v0.1.57
13522026-06-22T19:25:17.110Z Compiling dunce v1.0.5
13532026-06-22T19:25:17.140Z Compiling fs_extra v1.3.0
13542026-06-22T19:25:17.140Z Compiling synstructure v0.13.2
13552026-06-22T19:25:17.140Z Compiling ident_case v1.0.1
13562026-06-22T19:25:17.140Z Compiling base64ct v1.8.3
13572026-06-22T19:25:17.140Z Compiling aws-lc-sys v0.40.0
13582026-06-22T19:25:17.140Z Compiling iana-time-zone v0.1.65
13592026-06-22T19:25:17.297Z Compiling pem-rfc7468 v0.7.0
13602026-06-22T19:25:17.356Z Compiling rustix v1.1.3
13612026-06-22T19:25:17.399Z Compiling flagset v0.4.7
13622026-06-22T19:25:17.399Z Compiling regex-syntax v0.8.10
13632026-06-22T19:25:17.444Z Compiling rand_core v0.9.5
13642026-06-22T19:25:17.515Z Compiling ring v0.17.14
13652026-06-22T19:25:18.031Z Compiling vcpkg v0.2.15
13662026-06-22T19:25:18.076Z Compiling aws-lc-rs v1.16.3
13672026-06-22T19:25:18.076Z Compiling uuid v1.23.0
13682026-06-22T19:25:18.076Z Compiling rustc_version v0.4.1
13692026-06-22T19:25:18.273Z Compiling tracing-core v0.1.36
13702026-06-22T19:25:18.383Z Compiling openssl-sys v0.9.115
13712026-06-22T19:25:18.488Z Compiling base64 v0.22.1
13722026-06-22T19:25:18.722Z Compiling serde_derive v1.0.228
13732026-06-22T19:25:18.802Z Compiling zeroize_derive v1.4.3
13742026-06-22T19:25:18.851Z Compiling zerofrom-derive v0.1.6
13752026-06-22T19:25:18.916Z Compiling yoke-derive v0.8.1
13762026-06-22T19:25:19.066Z Compiling zerocopy-derive v0.8.40
13772026-06-22T19:25:19.445Z Compiling zeroize v1.8.2
13782026-06-22T19:25:19.751Z Compiling zerovec-derive v0.11.2
13792026-06-22T19:25:20.092Z Compiling displaydoc v0.2.5
13802026-06-22T19:25:20.215Z Compiling crypto-common v0.1.7
13812026-06-22T19:25:20.258Z Compiling zerofrom v0.1.6
13822026-06-22T19:25:20.368Z Compiling yoke v0.8.1
13832026-06-22T19:25:20.387Z Compiling block-buffer v0.10.4
13842026-06-22T19:25:20.973Z Compiling digest v0.10.7
13852026-06-22T19:25:21.012Z Compiling tokio-macros v2.7.0
13862026-06-22T19:25:21.012Z Compiling futures-macro v0.3.32
13872026-06-22T19:25:21.012Z Compiling zerotrie v0.2.3
13882026-06-22T19:25:21.013Z Compiling zerovec v0.11.5
13892026-06-22T19:25:21.150Z Compiling hmac v0.12.1
13902026-06-22T19:25:21.329Z Compiling block-padding v0.3.3
13912026-06-22T19:25:21.380Z Compiling sha2 v0.10.9
13922026-06-22T19:25:21.462Z Compiling tinystr v0.8.2
13932026-06-22T19:25:21.469Z Compiling potential_utf v0.1.4
13942026-06-22T19:25:21.630Z Compiling icu_locale_core v2.1.1
13952026-06-22T19:25:21.685Z Compiling icu_collections v2.1.1
13962026-06-22T19:25:21.685Z Compiling futures-util v0.3.32
13972026-06-22T19:25:22.138Z Compiling inout v0.1.4
13982026-06-22T19:25:22.198Z Compiling der_derive v0.7.3
13992026-06-22T19:25:22.299Z Compiling bytes v1.11.1
14002026-06-22T19:25:22.306Z Compiling icu_provider v2.1.1
14012026-06-22T19:25:23.001Z Compiling icu_normalizer v2.1.1
14022026-06-22T19:25:23.053Z Compiling icu_properties v2.1.2
14032026-06-22T19:25:23.053Z Compiling cipher v0.4.4
14042026-06-22T19:25:23.053Z Compiling tokio v1.52.1
14052026-06-22T19:25:23.053Z Compiling http v1.4.0
14062026-06-22T19:25:23.129Z Compiling chrono v0.4.44
14072026-06-22T19:25:23.170Z Compiling der v0.7.10
14082026-06-22T19:25:23.645Z Compiling idna_adapter v1.2.1
14092026-06-22T19:25:23.727Z Compiling ppv-lite86 v0.2.21
14102026-06-22T19:25:23.780Z Compiling idna v1.1.0
14112026-06-22T19:25:23.917Z Compiling salsa20 v0.10.2
14122026-06-22T19:25:24.033Z Compiling spki v0.7.3
14132026-06-22T19:25:24.049Z Compiling url v2.5.8
14142026-06-22T19:25:24.074Z Compiling pbkdf2 v0.12.2
14152026-06-22T19:25:24.578Z Compiling rustls-pki-types v1.14.0
14162026-06-22T19:25:24.992Z Compiling thiserror-impl v2.0.18
14172026-06-22T19:25:24.992Z Compiling tracing-attributes v0.1.31
14182026-06-22T19:25:24.992Z Compiling scrypt v0.11.0
14192026-06-22T19:25:24.992Z Compiling rand_chacha v0.9.0
14202026-06-22T19:25:25.004Z Compiling http-body v1.0.1
14212026-06-22T19:25:25.004Z Compiling cbc v0.1.2
14222026-06-22T19:25:25.004Z Compiling aes v0.8.4
14232026-06-22T19:25:25.004Z Compiling untrusted v0.9.0
14242026-06-22T19:25:25.004Z Compiling httparse v1.10.1
14252026-06-22T19:25:25.004Z Compiling openssl-probe v0.2.1
14262026-06-22T19:25:25.130Z Compiling tinyvec_macros v0.1.1
14272026-06-22T19:25:25.184Z Compiling untrusted v0.7.1
14282026-06-22T19:25:25.197Z Compiling tinyvec v1.10.0
14292026-06-22T19:25:25.252Z Compiling pkcs5 v0.7.1
14302026-06-22T19:25:25.521Z Compiling thiserror v2.0.18
14312026-06-22T19:25:25.533Z Compiling pest_generator v2.8.6
14322026-06-22T19:25:26.044Z Compiling rand v0.9.2
14332026-06-22T19:25:26.065Z Compiling tracing v0.1.44
14342026-06-22T19:25:26.065Z Compiling serde_derive_internals v0.29.1
14352026-06-22T19:25:26.065Z Compiling aho-corasick v1.1.4
14362026-06-22T19:25:26.065Z Compiling rustls v0.23.37
14372026-06-22T19:25:26.092Z Compiling schemars v0.8.22
14382026-06-22T19:25:26.235Z Compiling atomic-waker v1.1.2
14392026-06-22T19:25:26.274Z Compiling try-lock v0.2.5
14402026-06-22T19:25:26.397Z Compiling tower-service v0.3.3
14412026-06-22T19:25:26.452Z Compiling dyn-clone v1.0.20
14422026-06-22T19:25:26.479Z Compiling tower-layer v0.3.3
14432026-06-22T19:25:26.479Z Compiling want v0.3.1
14442026-06-22T19:25:26.541Z Compiling pest_derive v2.8.6
14452026-06-22T19:25:26.718Z Compiling pkcs8 v0.10.2
14462026-06-22T19:25:26.749Z Compiling regex-automata v0.4.14
14472026-06-22T19:25:26.749Z Compiling schemars_derive v0.8.22
14482026-06-22T19:25:27.291Z Compiling tokio-util v0.7.18
14492026-06-22T19:25:27.307Z Compiling ipnet v2.11.0
14502026-06-22T19:25:27.307Z Compiling scroll_derive v0.13.1
14512026-06-22T19:25:27.712Z Compiling darling_core v0.20.11
14522026-06-22T19:25:27.781Z Compiling h2 v0.4.13
14532026-06-22T19:25:28.364Z Compiling openssl v0.10.79
14542026-06-22T19:25:28.394Z Compiling httpdate v1.0.3
14552026-06-22T19:25:28.394Z Compiling pin-utils v0.1.0
14562026-06-22T19:25:28.394Z Compiling foreign-types-shared v0.1.1
14572026-06-22T19:25:28.394Z Compiling tempfile v3.25.0
14582026-06-22T19:25:28.394Z Compiling scroll v0.13.0
14592026-06-22T19:25:28.394Z Compiling foreign-types v0.3.2
14602026-06-22T19:25:28.498Z Compiling unicode-normalization v0.1.25
14612026-06-22T19:25:28.644Z Compiling openssl-macros v0.1.1
14622026-06-22T19:25:29.050Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14632026-06-22T19:25:29.072Z Compiling socket2 v0.5.10
14642026-06-22T19:25:29.072Z Compiling spin v0.9.8
14652026-06-22T19:25:29.658Z Compiling num-conv v0.2.0
14662026-06-22T19:25:29.716Z Compiling time-core v0.1.8
14672026-06-22T19:25:29.717Z Compiling crc32fast v1.5.0
14682026-06-22T19:25:29.717Z Compiling native-tls v0.2.18
14692026-06-22T19:25:29.717Z Compiling powerfmt v0.2.0
14702026-06-22T19:25:29.717Z Compiling time-macros v0.2.27
14712026-06-22T19:25:29.717Z Compiling deranged v0.5.8
14722026-06-22T19:25:30.255Z Compiling darling_macro v0.20.11
14732026-06-22T19:25:30.289Z Compiling darling v0.20.11
14742026-06-22T19:25:30.386Z Compiling goblin v0.10.5
14752026-06-22T19:25:30.614Z Compiling hyper v1.8.1
14762026-06-22T19:25:31.062Z Compiling rustls-native-certs v0.8.3
14772026-06-22T19:25:31.096Z Compiling sync_wrapper v1.0.2
14782026-06-22T19:25:31.096Z Compiling wait-timeout v0.2.1
14792026-06-22T19:25:31.096Z Compiling quick-error v1.2.3
14802026-06-22T19:25:31.096Z Compiling simd-adler32 v0.3.8
14812026-06-22T19:25:31.545Z Compiling num_threads v0.1.7
14822026-06-22T19:25:31.566Z Compiling siphasher v1.0.2
14832026-06-22T19:25:31.566Z Compiling crossbeam-utils v0.8.21
14842026-06-22T19:25:31.566Z Compiling unicode-segmentation v1.12.0
14852026-06-22T19:25:31.602Z Compiling bit-vec v0.8.0
14862026-06-22T19:25:32.039Z Compiling syn v1.0.109
14872026-06-22T19:25:32.069Z Compiling hyper-util v0.1.20
14882026-06-22T19:25:32.069Z Compiling usdt-impl v0.6.0
14892026-06-22T19:25:32.089Z Compiling bit-set v0.8.0
14902026-06-22T19:25:32.191Z Compiling time v0.3.47
14912026-06-22T19:25:32.220Z Compiling rusty-fork v0.3.1
14922026-06-22T19:25:32.322Z Compiling tower v0.5.3
14932026-06-22T19:25:32.546Z Compiling derive_builder_core v0.20.2
14942026-06-22T19:25:32.817Z Compiling dtrace-parser v0.3.0
14952026-06-22T19:25:33.353Z Compiling http-body-util v0.1.3
14962026-06-22T19:25:33.368Z Compiling dof v0.4.0
14972026-06-22T19:25:33.480Z Compiling webpki-roots v1.0.6
14982026-06-22T19:25:33.565Z Compiling signature v2.2.0
14992026-06-22T19:25:33.574Z Compiling thiserror-impl v1.0.69
15002026-06-22T19:25:33.632Z Compiling scroll_derive v0.12.1
15012026-06-22T19:25:33.735Z Compiling heapless v0.7.17
15022026-06-22T19:25:33.785Z Compiling rand_xorshift v0.4.0
15032026-06-22T19:25:33.972Z Compiling slog v2.8.2
15042026-06-22T19:25:34.000Z Compiling darling_core v0.21.3
15052026-06-22T19:25:34.132Z Compiling bzip2-sys v0.1.13+1.0.8
15062026-06-22T19:25:34.289Z Compiling thread-id v5.1.0
15072026-06-22T19:25:34.345Z Compiling cookie v0.18.1
15082026-06-22T19:25:34.363Z Compiling unicode-bidi v0.3.18
15092026-06-22T19:25:34.419Z Compiling ryu v1.0.23
15102026-06-22T19:25:34.919Z Compiling iri-string v0.7.10
15112026-06-22T19:25:35.328Z Compiling unicode-properties v0.1.4
15122026-06-22T19:25:35.328Z Compiling signal-hook v0.3.18
15132026-06-22T19:25:35.328Z Compiling zstd-safe v7.2.4
15142026-06-22T19:25:35.328Z Compiling paste v1.0.15
15152026-06-22T19:25:35.328Z Compiling allocator-api2 v0.2.21
15162026-06-22T19:25:35.328Z Compiling adler2 v2.0.1
15172026-06-22T19:25:35.331Z Compiling unarray v0.1.4
15182026-06-22T19:25:35.331Z Compiling anyhow v1.0.102
15192026-06-22T19:25:35.331Z Compiling proptest v1.10.0
15202026-06-22T19:25:35.331Z Compiling miniz_oxide v0.8.9
15212026-06-22T19:25:35.331Z Compiling thiserror v1.0.69
15222026-06-22T19:25:35.331Z Compiling stringprep v0.1.5
15232026-06-22T19:25:35.516Z Compiling serde_urlencoded v0.7.1
15242026-06-22T19:25:35.680Z Compiling tower-http v0.6.8
15252026-06-22T19:25:36.001Z Compiling scroll v0.12.0
15262026-06-22T19:25:36.138Z Compiling derive_builder_macro v0.20.2
15272026-06-22T19:25:36.665Z Compiling tokio-native-tls v0.3.1
15282026-06-22T19:25:36.672Z Compiling heck v0.4.1
15292026-06-22T19:25:36.672Z Compiling darling_macro v0.21.3
15302026-06-22T19:25:36.672Z Compiling ipnetwork v0.21.1
15312026-06-22T19:25:36.672Z Compiling bstr v1.12.1
15322026-06-22T19:25:36.672Z Compiling rand_chacha v0.3.1
15332026-06-22T19:25:36.786Z Compiling serde_spanned v0.6.9
15342026-06-22T19:25:36.881Z Compiling serde_tokenstream v0.2.3
15352026-06-22T19:25:36.913Z Compiling erased-serde v0.3.31
15362026-06-22T19:25:36.932Z Compiling toml_datetime v0.6.11
15372026-06-22T19:25:37.642Z Compiling md-5 v0.10.6
15382026-06-22T19:25:38.062Z Compiling pin-project-internal v1.1.11
15392026-06-22T19:25:38.062Z Compiling zerocopy-derive v0.7.35
15402026-06-22T19:25:38.063Z Compiling async-trait v0.1.89
15412026-06-22T19:25:38.063Z Compiling curve25519-dalek v4.1.3
15422026-06-22T19:25:38.063Z Compiling vergen-lib v9.1.0
15432026-06-22T19:25:38.107Z Compiling num-integer v0.1.46
15442026-06-22T19:25:38.107Z Compiling hash32 v0.2.1
15452026-06-22T19:25:38.107Z Compiling ff v0.13.1
15462026-06-22T19:25:38.108Z Compiling memoffset v0.9.1
15472026-06-22T19:25:38.154Z Compiling encoding_rs v0.8.35
15482026-06-22T19:25:38.178Z Compiling num-bigint-dig v0.8.6
15492026-06-22T19:25:38.233Z Compiling litrs v1.0.0
15502026-06-22T19:25:38.442Z Compiling smoltcp v0.9.1
15512026-06-22T19:25:38.460Z Compiling mime v0.3.17
15522026-06-22T19:25:38.460Z Compiling zlib-rs v0.6.2
15532026-06-22T19:25:38.649Z Compiling ref-cast v1.0.25
15542026-06-22T19:25:38.720Z Compiling psl-types v2.0.11
15552026-06-22T19:25:38.746Z Compiling cfg_aliases v0.2.1
15562026-06-22T19:25:38.795Z Compiling base16ct v0.2.0
15572026-06-22T19:25:38.981Z Compiling rustix v0.38.44
15582026-06-22T19:25:39.007Z Compiling fallible-iterator v0.2.0
15592026-06-22T19:25:39.038Z Compiling sec1 v0.7.3
15602026-06-22T19:25:39.262Z Compiling postgres-protocol v0.6.10
15612026-06-22T19:25:39.288Z Compiling publicsuffix v2.3.0
15622026-06-22T19:25:39.303Z Compiling nix v0.31.2
15632026-06-22T19:25:39.443Z Compiling document-features v0.2.12
15642026-06-22T19:25:39.663Z Compiling pin-project v1.1.11
15652026-06-22T19:25:39.775Z Compiling zerocopy v0.7.35
15662026-06-22T19:25:39.799Z Compiling group v0.13.0
15672026-06-22T19:25:39.957Z Compiling num-iter v0.1.45
15682026-06-22T19:25:40.096Z Compiling newtype-uuid v1.3.2
15692026-06-22T19:25:40.281Z Compiling hubpack_derive v0.1.1
15702026-06-22T19:25:40.298Z Compiling darling v0.21.3
15712026-06-22T19:25:40.321Z Compiling rand v0.8.6
15722026-06-22T19:25:40.335Z Compiling oxnet v0.1.6
15732026-06-22T19:25:40.422Z Compiling snafu-derive v0.8.9
15742026-06-22T19:25:40.904Z Compiling derive_builder v0.20.2
15752026-06-22T19:25:40.922Z Compiling hyper-tls v0.6.0
15762026-06-22T19:25:40.922Z Compiling goblin v0.8.2
15772026-06-22T19:25:41.462Z Compiling flate2 v1.1.9
15782026-06-22T19:25:41.475Z Compiling phf_shared v0.13.1
15792026-06-22T19:25:41.748Z Compiling lazy_static v1.5.0
15802026-06-22T19:25:41.815Z Compiling regex v1.12.3
15812026-06-22T19:25:42.265Z Compiling anstyle-parse v0.2.7
15822026-06-22T19:25:42.265Z Compiling strum_macros v0.27.2
15832026-06-22T19:25:42.265Z Compiling futures-executor v0.3.32
15842026-06-22T19:25:42.323Z Compiling hex v0.4.3
15852026-06-22T19:25:42.525Z Compiling hkdf v0.12.4
15862026-06-22T19:25:42.525Z Compiling crypto-bigint v0.5.5
15872026-06-22T19:25:42.525Z Compiling terminal_size v0.4.3
15882026-06-22T19:25:42.525Z Compiling daft-derive v0.1.7
15892026-06-22T19:25:42.525Z Compiling curve25519-dalek-derive v0.1.1
15902026-06-22T19:25:42.525Z Compiling ref-cast-impl v1.0.25
15912026-06-22T19:25:43.398Z Compiling vergen v9.1.0
15922026-06-22T19:25:43.433Z Compiling fs-err v3.3.0
15932026-06-22T19:25:43.433Z Compiling cargo-platform v0.3.2
15942026-06-22T19:25:43.434Z Compiling ahash v0.8.12
15952026-06-22T19:25:43.434Z Compiling object v0.37.3
15962026-06-22T19:25:43.434Z Compiling foldhash v0.2.0
15972026-06-22T19:25:43.434Z Compiling same-file v1.0.6
15982026-06-22T19:25:43.558Z Compiling libbz2-rs-sys v0.2.2
15992026-06-22T19:25:43.604Z Compiling bumpalo v3.20.2
16002026-06-22T19:25:43.604Z Compiling managed v0.8.0
16012026-06-22T19:25:43.817Z Compiling winnow v0.5.40
16022026-06-22T19:25:43.854Z Compiling foldhash v0.1.5
16032026-06-22T19:25:43.855Z Compiling bitflags v1.3.2
16042026-06-22T19:25:43.959Z Compiling bzip2 v0.6.1
16052026-06-22T19:25:44.150Z Compiling hashbrown v0.15.5
16062026-06-22T19:25:44.207Z Compiling strum v0.27.2
16072026-06-22T19:25:44.309Z Compiling zopfli v0.8.3
16082026-06-22T19:25:44.364Z Compiling hashbrown v0.16.1
16092026-06-22T19:25:44.784Z Compiling walkdir v2.5.0
16102026-06-22T19:25:45.228Z Compiling clap_builder v4.6.0
16112026-06-22T19:25:45.229Z Compiling cargo_metadata v0.23.1
16122026-06-22T19:25:45.264Z Compiling elliptic-curve v0.13.8
16132026-06-22T19:25:45.264Z Compiling daft v0.1.7
16142026-06-22T19:25:45.264Z Compiling toml_edit v0.19.15
16152026-06-22T19:25:45.264Z Compiling dof v0.3.0
16162026-06-22T19:25:45.381Z Compiling snafu v0.8.9
16172026-06-22T19:25:45.707Z Compiling futures v0.3.32
16182026-06-22T19:25:45.807Z Compiling anstream v0.6.21
16192026-06-22T19:25:46.076Z Compiling phf v0.13.1
16202026-06-22T19:25:46.151Z Compiling signal-hook-mio v0.2.5
16212026-06-22T19:25:46.632Z Compiling cookie_store v0.22.1
16222026-06-22T19:25:46.657Z Compiling zstd v0.13.3
16232026-06-22T19:25:46.657Z Compiling bzip2 v0.4.4
16242026-06-22T19:25:46.657Z Compiling hubpack v0.1.2
16252026-06-22T19:25:46.743Z Compiling serde_with_macros v3.17.0
16262026-06-22T19:25:47.248Z Compiling postgres-types v0.2.12
16272026-06-22T19:25:47.831Z Compiling usdt-macro v0.6.0
16282026-06-22T19:25:47.854Z Compiling usdt-attr-macro v0.6.0
16292026-06-22T19:25:47.854Z Compiling globset v0.4.18
16302026-06-22T19:25:47.918Z Compiling dtrace-parser v0.2.0
16312026-06-22T19:25:47.963Z Compiling ed25519 v2.2.3
16322026-06-22T19:25:48.071Z Compiling phf_shared v0.11.3
16332026-06-22T19:25:48.256Z Compiling olpc-cjson v0.1.4
16342026-06-22T19:25:48.317Z Compiling pkcs1 v0.7.5
16352026-06-22T19:25:48.363Z Compiling clap_derive v4.6.1
16362026-06-22T19:25:48.513Z Compiling strum_macros v0.26.4
16372026-06-22T19:25:49.770Z Compiling enum-as-inner v0.6.1
16382026-06-22T19:25:49.805Z Compiling serde_plain v1.0.2
16392026-06-22T19:25:49.805Z Compiling serde-big-array v0.5.1
16402026-06-22T19:25:49.805Z Compiling rfc6979 v0.4.0
16412026-06-22T19:25:49.805Z Compiling async-recursion v1.1.1
16422026-06-22T19:25:49.805Z Compiling serde_repr v0.1.20
16432026-06-22T19:25:49.806Z Compiling pem v3.0.6
16442026-06-22T19:25:49.806Z Compiling float-cmp v0.10.0
16452026-06-22T19:25:49.806Z Compiling memmap2 v0.9.10
16462026-06-22T19:25:49.806Z Compiling thread-id v4.2.2
16472026-06-22T19:25:49.806Z Compiling env_filter v1.0.0
16482026-06-22T19:25:49.806Z Compiling data-encoding v2.10.0
16492026-06-22T19:25:49.806Z Compiling whoami v2.1.0
16502026-06-22T19:25:49.806Z Compiling jiff v0.2.21
16512026-06-22T19:25:49.806Z Compiling either v1.15.0
16522026-06-22T19:25:49.806Z Compiling static_assertions v1.1.0
16532026-06-22T19:25:49.910Z Compiling new_debug_unreachable v1.0.6
16542026-06-22T19:25:50.052Z Compiling difflib v0.4.0
16552026-06-22T19:25:50.052Z Compiling fixedbitset v0.4.2
16562026-06-22T19:25:50.098Z Compiling fixedbitset v0.5.7
16572026-06-22T19:25:50.162Z Compiling keccak v0.1.6
16582026-06-22T19:25:50.201Z Compiling predicates-core v1.0.10
16592026-06-22T19:25:50.276Z Compiling precomputed-hash v0.1.1
16602026-06-22T19:25:50.321Z Compiling normalize-line-endings v0.3.0
16612026-06-22T19:25:50.350Z Compiling typed-path v0.9.3
16622026-06-22T19:25:50.398Z Compiling string_cache v0.8.9
16632026-06-22T19:25:50.414Z Compiling predicates v3.1.4
16642026-06-22T19:25:50.437Z Compiling sha3 v0.10.8
16652026-06-22T19:25:50.729Z Compiling petgraph v0.8.3
16662026-06-22T19:25:50.978Z Compiling strum v0.26.3
16672026-06-22T19:25:51.019Z Compiling toml_edit v0.22.27
16682026-06-22T19:25:51.088Z Compiling clap v4.6.1
16692026-06-22T19:25:51.118Z Compiling petgraph v0.6.5
16702026-06-22T19:25:51.137Z Compiling itertools v0.13.0
16712026-06-22T19:25:51.536Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16722026-06-22T19:25:51.636Z Compiling hickory-proto v0.25.2
16732026-06-22T19:25:52.372Z Compiling zip v4.6.1
16742026-06-22T19:25:52.618Z Compiling tokio-postgres v0.7.16
16752026-06-22T19:25:52.697Z Compiling env_logger v0.11.9
16762026-06-22T19:25:53.012Z Compiling usdt-impl v0.5.0
16772026-06-22T19:25:53.810Z Compiling usdt v0.6.0
16782026-06-22T19:25:53.932Z Compiling ecdsa v0.16.9
16792026-06-22T19:25:53.932Z Compiling rsa v0.9.10
16802026-06-22T19:25:53.932Z Compiling ed25519-dalek v2.2.0
16812026-06-22T19:25:53.932Z Compiling serde_with v3.17.0
16822026-06-22T19:25:54.057Z Compiling crossterm v0.28.1
16832026-06-22T19:25:54.552Z Compiling zip v0.6.6
16842026-06-22T19:25:54.956Z Compiling toml v0.7.8
16852026-06-22T19:25:55.277Z Compiling iddqd v0.4.2
16862026-06-22T19:25:55.697Z Compiling toml_parser v1.0.9+spec-1.1.0
16872026-06-22T19:25:55.886Z Compiling similar v2.7.0
16882026-06-22T19:25:55.926Z Compiling crossbeam-epoch v0.9.18
16892026-06-22T19:25:56.266Z Compiling tokio-stream v0.1.18
16902026-06-22T19:25:56.309Z Compiling buf-list v1.1.2
16912026-06-22T19:25:56.351Z Compiling x509-cert v0.2.5
16922026-06-22T19:25:56.764Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16932026-06-22T19:25:56.870Z Compiling openapiv3 v2.2.0
16942026-06-22T19:25:56.870Z Compiling sha1 v0.10.6
16952026-06-22T19:25:56.870Z Compiling peg-runtime v0.8.5
16962026-06-22T19:25:56.923Z Compiling lalrpop-util v0.19.12
16972026-06-22T19:25:56.948Z Compiling thread_local v1.1.9
16982026-06-22T19:25:56.958Z Compiling slog-async v2.8.0
16992026-06-22T19:25:57.045Z Compiling crossbeam-channel v0.5.15
17002026-06-22T19:25:57.102Z Compiling is-terminal v0.4.17
17012026-06-22T19:25:57.220Z Compiling filetime v0.2.27
17022026-06-22T19:25:57.253Z Compiling xattr v1.6.1
17032026-06-22T19:25:57.326Z Compiling term v1.2.1
17042026-06-22T19:25:57.401Z Compiling take_mut v0.2.2
17052026-06-22T19:25:57.415Z Compiling tar v0.4.45
17062026-06-22T19:25:57.970Z Compiling slog-term v2.9.2
17072026-06-22T19:26:06.880Z Compiling rustls-webpki v0.103.9
17082026-06-22T19:26:09.723Z Compiling tokio-rustls v0.26.4
17092026-06-22T19:26:09.723Z Compiling rustls-platform-verifier v0.6.2
17102026-06-22T19:26:09.917Z Compiling hyper-rustls v0.27.7
17112026-06-22T19:26:10.139Z Compiling reqwest v0.12.28
17122026-06-22T19:26:10.219Z Compiling reqwest v0.13.2
17132026-06-22T19:26:11.362Z Compiling tough v0.22.0
17142026-06-22T19:26:14.136Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17152026-06-22T19:26:14.389Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17162026-06-22T19:26:17.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17172026-06-22T19:26:17.238Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17182026-06-22T19:26:17.283ZJun 22 19:26:16.279 INFO Starting download, target: Console
17192026-06-22T19:26:17.283ZJun 22 19:26:16.280 INFO Starting download, target: Clickhouse
17202026-06-22T19:26:17.283ZJun 22 19:26:16.280 INFO Starting download, target: Cockroach
17212026-06-22T19:26:17.304ZJun 22 19:26:16.280 INFO Starting download, target: DendriteStub
17222026-06-22T19:26:17.304ZJun 22 19:26:16.280 INFO Starting download, target: MaghemiteMgd
17232026-06-22T19:26:17.304ZJun 22 19:26:16.280 INFO Starting download, target: MaghemiteDdmd
17242026-06-22T19:26:17.304ZJun 22 19:26:16.280 INFO Starting download, target: TransceiverControl
17252026-06-22T19:26:17.305ZJun 22 19:26:16.280 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17262026-06-22T19:26:17.305ZJun 22 19:26:16.280 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17272026-06-22T19:26:17.305ZJun 22 19:26:16.280 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17282026-06-22T19:26:17.305ZJun 22 19:26:16.280 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17292026-06-22T19:26:17.305ZJun 22 19:26:16.280 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17302026-06-22T19:26:17.305ZJun 22 19:26:16.280 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17312026-06-22T19:26:17.305ZJun 22 19:26:16.280 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17322026-06-22T19:26:18.299ZJun 22 19:26:17.268 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17332026-06-22T19:26:18.527ZJun 22 19:26:17.517 INFO Download complete, target: Console
17342026-06-22T19:26:19.106ZJun 22 19:26:18.045 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17352026-06-22T19:26:21.608ZJun 22 19:26:20.585 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17362026-06-22T19:26:21.894ZJun 22 19:26:20.799 INFO Download complete, target: TransceiverControl
17372026-06-22T19:26:25.675ZJun 22 19:26:24.663 INFO Checking that binary works, target: Clickhouse
17382026-06-22T19:26:25.794ZJun 22 19:26:24.755 INFO Download complete, target: Clickhouse
17392026-06-22T19:26:38.033ZJun 22 19:26:36.997 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17402026-06-22T19:26:39.711ZJun 22 19:26:38.651 INFO Download complete, target: MaghemiteDdmd
17412026-06-22T19:26:41.681ZJun 22 19:26:40.674 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17422026-06-22T19:26:43.966ZJun 22 19:26:42.936 INFO Download complete, target: DendriteStub
17432026-06-22T19:26:45.651ZJun 22 19:26:44.637 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17442026-06-22T19:26:48.004ZJun 22 19:26:46.993 INFO Download complete, target: MaghemiteMgd
17452026-06-22T19:26:53.795ZJun 22 19:26:52.784 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17462026-06-22T19:26:53.795ZJun 22 19:26:52.784 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17472026-06-22T19:26:58.341ZJun 22 19:26:57.339 INFO Checking that binary works, target: Cockroach
17482026-06-22T19:26:58.450ZJun 22 19:26:57.454 INFO Download complete, target: Cockroach
17492026-06-22T19:26:58.468ZAll builder prerequisites installed successfully, and PATH looks valid
17502026-06-22T19:26:58.481Z
17512026-06-22T19:26:58.481Zreal 2:38.934366400
17522026-06-22T19:26:58.481Zuser 6:56.389515205
17532026-06-22T19:26:58.481Zsys 1:23.373484953
17542026-06-22T19:26:58.481Ztrap 0.218315873
17552026-06-22T19:26:58.481Ztflt 0.661128433
17562026-06-22T19:26:58.481Zdflt 0.535952098
17572026-06-22T19:26:58.481Zkflt 0.021780915
17582026-06-22T19:26:58.481Zlock 33:38.872641213
17592026-06-22T19:26:58.481Zslp 22:21.797224602
17602026-06-22T19:26:58.481Zlat 42.624964348
17612026-06-22T19:26:58.481Zstop 1:55.266816545
17622026-06-22T19:26:58.481Z+ banner clippy
17632026-06-22T19:26:58.481Z
17642026-06-22T19:26:58.481Z #### # # ##### ##### # #
17652026-06-22T19:26:58.481Z # # # # # # # # # #
17662026-06-22T19:26:58.481Z # # # # # # # #
17672026-06-22T19:26:58.481Z # # # ##### ##### #
17682026-06-22T19:26:58.481Z # # # # # # #
17692026-06-22T19:26:58.481Z #### ###### # # # #
17702026-06-22T19:26:58.481Z
17712026-06-22T19:26:58.481Z+ export CARGO_INCREMENTAL=0
17722026-06-22T19:26:58.481Z+ CARGO_INCREMENTAL=0
17732026-06-22T19:26:58.481Z+ ptime -m cargo xtask clippy
17742026-06-22T19:26:58.917Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17752026-06-22T19:26:59.145Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17762026-06-22T19:27:00.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.48s
17772026-06-22T19:27:01.038Z Running `target/debug/xtask clippy`
17782026-06-22T19:27:01.049Zrunning: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
17792026-06-22T19:27:01.608Z Downloading crates ...
17802026-06-22T19:27:01.822Z Downloaded async-lock v3.4.2
17812026-06-22T19:27:01.825Z Downloaded approx v0.5.1
17822026-06-22T19:27:01.825Z Downloaded cast v0.3.0
17832026-06-22T19:27:01.830Z Downloaded async-object-pool v0.2.0
17842026-06-22T19:27:01.853Z Downloaded supports-color v2.1.0
17852026-06-22T19:27:01.866Z Downloaded assert-json-diff v2.0.2
17862026-06-22T19:27:01.866Z Downloaded target-lexicon v0.13.3
17872026-06-22T19:27:01.866Z Downloaded supports-hyperlinks v2.1.0
17882026-06-22T19:27:01.866Z Downloaded terminal_size v0.1.17
17892026-06-22T19:27:01.866Z Downloaded pathdiff v0.2.3
17902026-06-22T19:27:01.866Z Downloaded plotters-backend v0.3.7
17912026-06-22T19:27:01.866Z Downloaded futures-timer v3.0.3
17922026-06-22T19:27:01.866Z Downloaded event-listener-strategy v0.5.4
17932026-06-22T19:27:01.866Z Downloaded termcolor v1.4.1
17942026-06-22T19:27:01.886Z Downloaded rustc-demangle v0.1.27
17952026-06-22T19:27:01.886Z Downloaded stringmetrics v2.2.2
17962026-06-22T19:27:01.886Z Downloaded path-tree v0.8.3
17972026-06-22T19:27:01.886Z Downloaded oorandom v11.1.5
17982026-06-22T19:27:01.886Z Downloaded rust-argon2 v2.1.0
17992026-06-22T19:27:01.886Z Downloaded httptest v0.16.4
18002026-06-22T19:27:01.886Z Downloaded knuffel-derive v3.2.0
18012026-06-22T19:27:01.907Z Downloaded target-triple v1.0.0
18022026-06-22T19:27:01.907Z Downloaded plotters-svg v0.3.7
18032026-06-22T19:27:01.907Z Downloaded addr2line v0.25.1
18042026-06-22T19:27:01.917Z Downloaded textwrap v0.15.2
18052026-06-22T19:27:01.917Z Downloaded backtrace v0.3.76
18062026-06-22T19:27:01.918Z Downloaded guppy-workspace-hack v0.1.0
18072026-06-22T19:27:01.918Z Downloaded similar-asserts v1.7.0
18082026-06-22T19:27:01.918Z Downloaded serde_regex v1.1.0
18092026-06-22T19:27:01.918Z Downloaded rstest v0.25.0
18102026-06-22T19:27:01.918Z Downloaded miette v5.10.0
18112026-06-22T19:27:01.918Z Downloaded libtest-mimic v0.8.1
18122026-06-22T19:27:01.960Z Downloaded linkme-impl v0.3.35
18132026-06-22T19:27:01.960Z Downloaded tokio-test v0.4.5
18142026-06-22T19:27:01.960Z Downloaded fancy-regex v0.14.0
18152026-06-22T19:27:01.960Z Downloaded tinytemplate v1.2.1
18162026-06-22T19:27:01.992Z Downloaded datatest-stable v0.3.3
18172026-06-22T19:27:01.992Z Downloaded cfg-expr v0.20.6
18182026-06-22T19:27:01.992Z Downloaded assert_cmd v2.1.2
18192026-06-22T19:27:01.992Z Downloaded backtrace-ext v0.2.1
18202026-06-22T19:27:01.992Z Downloaded supports-unicode v2.1.0
18212026-06-22T19:27:01.992Z Downloaded constant_time_eq v0.3.1
18222026-06-22T19:27:01.992Z Downloaded nested v0.1.1
18232026-06-22T19:27:01.992Z Downloaded escape8259 v0.5.3
18242026-06-22T19:27:01.992Z Downloaded blake2b_simd v1.0.4
18252026-06-22T19:27:01.992Z Downloaded chumsky v0.9.3
18262026-06-22T19:27:01.992Z Downloaded event-listener v5.4.1
18272026-06-22T19:27:01.992Z Downloaded criterion-plot v0.6.0
18282026-06-22T19:27:01.992Z Downloaded parking v2.2.1
18292026-06-22T19:27:01.992Z Downloaded miette-derive v5.10.0
18302026-06-22T19:27:01.992Z Downloaded relative-path v1.9.3
18312026-06-22T19:27:01.992Z Downloaded target-spec v3.5.7
18322026-06-22T19:27:01.992Z Downloaded partial-io v0.5.4
18332026-06-22T19:27:01.992Z Downloaded owo-colors v3.5.0
18342026-06-22T19:27:01.992Z Downloaded linkme v0.3.35
18352026-06-22T19:27:02.011Z Downloaded anes v0.1.6
18362026-06-22T19:27:02.011Z Downloaded trybuild v1.0.116
18372026-06-22T19:27:02.011Z Downloaded concurrent-queue v2.5.0
18382026-06-22T19:27:02.011Z Downloaded hickory-client v0.25.2
18392026-06-22T19:27:02.041Z Downloaded rand_distr v0.5.1
18402026-06-22T19:27:02.041Z Downloaded rstest_macros v0.25.0
18412026-06-22T19:27:02.042Z Downloaded knuffel v3.2.0
18422026-06-22T19:27:02.065Z Downloaded criterion v0.7.0
18432026-06-22T19:27:02.065Z Downloaded hashbrown v0.14.5
18442026-06-22T19:27:02.081Z Downloaded plotters v0.3.7
18452026-06-22T19:27:02.081Z Downloaded guppy v0.17.25
18462026-06-22T19:27:02.081Z Downloaded gimli v0.32.3
18472026-06-22T19:27:02.179Z Downloaded httpmock v0.8.3
18482026-06-22T19:27:03.842Z Checking cfg-if v1.0.4
18492026-06-22T19:27:04.203Z Checking libc v0.2.185
18502026-06-22T19:27:04.206Z Checking serde_core v1.0.228
18512026-06-22T19:27:04.279Z Checking memchr v2.8.0
18522026-06-22T19:27:04.313Z Checking smallvec v1.15.1
18532026-06-22T19:27:04.358Z Checking itoa v1.0.17
18542026-06-22T19:27:04.398Z Checking log v0.4.29
18552026-06-22T19:27:04.435Z Checking zeroize v1.8.2
18562026-06-22T19:27:04.435Z Checking libm v0.2.16
18572026-06-22T19:27:04.516Z Checking scopeguard v1.2.0
18582026-06-22T19:27:04.560Z Checking stable_deref_trait v1.2.1
18592026-06-22T19:27:04.597Z Checking zmij v1.0.21
18602026-06-22T19:27:04.646Z Checking errno v0.3.14
18612026-06-22T19:27:04.646Z Checking getrandom v0.2.17
18622026-06-22T19:27:04.704Z Checking lock_api v0.4.14
18632026-06-22T19:27:04.745Z Checking zerofrom v0.1.6
18642026-06-22T19:27:04.777Z Checking percent-encoding v2.3.2
18652026-06-22T19:27:04.822Z Checking writeable v0.6.2
18662026-06-22T19:27:04.849Z Checking litemap v0.8.1
18672026-06-22T19:27:04.884Z Checking yoke v0.8.1
18682026-06-22T19:27:04.921Z Checking icu_normalizer_data v2.1.1
18692026-06-22T19:27:04.958Z Checking icu_properties_data v2.1.2
18702026-06-22T19:27:05.006Z Checking subtle v2.6.1
18712026-06-22T19:27:05.020Z Checking form_urlencoded v1.2.2
18722026-06-22T19:27:05.064Z Checking utf8_iter v1.0.4
18732026-06-22T19:27:05.071Z Checking rand_core v0.6.4
18742026-06-22T19:27:05.135Z Checking zerovec v0.11.5
18752026-06-22T19:27:05.145Z Checking zerotrie v0.2.3
18762026-06-22T19:27:05.224Z Checking num-traits v0.2.19
18772026-06-22T19:27:05.239Z Checking pin-project-lite v0.2.17
18782026-06-22T19:27:05.277Z Checking zerocopy v0.8.40
18792026-06-22T19:27:05.312Z Checking rand_core v0.10.0
18802026-06-22T19:27:05.362Z Checking parking_lot_core v0.9.12
18812026-06-22T19:27:05.436Z Checking portable-atomic v1.13.1
18822026-06-22T19:27:05.477Z Checking signal-hook-registry v1.4.8
18832026-06-22T19:27:05.505Z Checking getrandom v0.4.1
18842026-06-22T19:27:05.582Z Checking parking_lot v0.12.5
18852026-06-22T19:27:05.616Z Checking tinystr v0.8.2
18862026-06-22T19:27:05.654Z Checking potential_utf v0.1.4
18872026-06-22T19:27:05.711Z Checking critical-section v1.2.0
18882026-06-22T19:27:05.734Z Checking serde v1.0.228
18892026-06-22T19:27:05.761Z Checking serde_json v1.0.149
18902026-06-22T19:27:05.805Z Checking bitflags v2.11.0
18912026-06-22T19:27:05.826Z Checking icu_collections v2.1.1
18922026-06-22T19:27:05.853Z Checking icu_locale_core v2.1.1
18932026-06-22T19:27:05.902Z Checking once_cell v1.21.3
18942026-06-22T19:27:05.933Z Checking mio v1.2.0
18952026-06-22T19:27:05.994Z Checking typenum v1.19.0
18962026-06-22T19:27:06.104Z Checking socket2 v0.6.3
18972026-06-22T19:27:06.143Z Checking bytes v1.11.1
18982026-06-22T19:27:06.191Z Checking iana-time-zone v0.1.65
18992026-06-22T19:27:06.258Z Checking uuid v1.23.0
19002026-06-22T19:27:06.322Z Checking chrono v0.4.44
19012026-06-22T19:27:06.382Z Checking thiserror v2.0.18
19022026-06-22T19:27:06.455Z Checking icu_provider v2.1.1
19032026-06-22T19:27:06.485Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19042026-06-22T19:27:06.513Z Checking semver v1.0.28
19052026-06-22T19:27:06.572Z Checking generic-array v0.14.7
19062026-06-22T19:27:06.601Z Checking futures-core v0.3.32
19072026-06-22T19:27:06.635Z Checking tokio v1.52.1
19082026-06-22T19:27:06.685Z Checking icu_normalizer v2.1.1
19092026-06-22T19:27:06.726Z Checking icu_properties v2.1.2
19102026-06-22T19:27:06.761Z Checking dyn-clone v1.0.20
19112026-06-22T19:27:06.839Z Checking const-oid v0.9.6
19122026-06-22T19:27:06.920Z Checking equivalent v1.0.2
19132026-06-22T19:27:07.026Z Checking crypto-common v0.1.7
19142026-06-22T19:27:07.042Z Checking block-buffer v0.10.4
19152026-06-22T19:27:07.089Z Checking rustix v1.1.3
19162026-06-22T19:27:07.181Z Checking futures-sink v0.3.32
19172026-06-22T19:27:07.220Z Checking byteorder v1.5.0
19182026-06-22T19:27:07.253Z Checking futures-io v0.3.32
19192026-06-22T19:27:07.310Z Checking futures-channel v0.3.32
19202026-06-22T19:27:07.402Z Checking slab v0.4.12
19212026-06-22T19:27:07.452Z Checking futures-task v0.3.32
19222026-06-22T19:27:07.539Z Checking cpufeatures v0.2.17
19232026-06-22T19:27:07.573Z Checking digest v0.10.7
19242026-06-22T19:27:07.609Z Checking idna_adapter v1.2.1
19252026-06-22T19:27:07.609Z Checking thiserror v1.0.69
19262026-06-22T19:27:07.677Z Checking futures-util v0.3.32
19272026-06-22T19:27:07.680Z Checking hashbrown v0.17.0
19282026-06-22T19:27:07.760Z Checking idna v1.1.0
19292026-06-22T19:27:07.794Z Checking getrandom v0.3.4
19302026-06-22T19:27:07.797Z Checking fnv v1.0.7
19312026-06-22T19:27:07.947Z Checking regex-syntax v0.8.10
19322026-06-22T19:27:07.985Z Checking http v1.4.0
19332026-06-22T19:27:07.990Z Checking tracing-core v0.1.36
19342026-06-22T19:27:08.058Z Checking url v2.5.8
19352026-06-22T19:27:08.090Z Checking ppv-lite86 v0.2.21
19362026-06-22T19:27:08.204Z Checking indexmap v2.14.0
19372026-06-22T19:27:08.353Z Checking base64 v0.22.1
19382026-06-22T19:27:08.404Z Checking utf8parse v0.2.2
19392026-06-22T19:27:08.513Z Checking schemars v0.8.22
19402026-06-22T19:27:08.552Z Checking tracing v0.1.44
19412026-06-22T19:27:08.583Z Checking anstyle v1.0.14
19422026-06-22T19:27:08.621Z Checking is_terminal_polyfill v1.70.2
19432026-06-22T19:27:08.740Z Checking anstyle-query v1.1.5
19442026-06-22T19:27:08.781Z Checking base64ct v1.8.3
19452026-06-22T19:27:08.819Z Checking colorchoice v1.0.4
19462026-06-22T19:27:08.822Z Checking block-padding v0.3.3
19472026-06-22T19:27:08.893Z Checking ipnet v2.11.0
19482026-06-22T19:27:08.950Z Checking untrusted v0.9.0
19492026-06-22T19:27:09.013Z Checking inout v0.1.4
19502026-06-22T19:27:09.062Z Checking anstyle-parse v1.0.0
19512026-06-22T19:27:09.089Z Checking ring v0.17.14
19522026-06-22T19:27:09.170Z Checking terminal_size v0.4.3
19532026-06-22T19:27:09.205Z Checking cipher v0.4.4
19542026-06-22T19:27:09.210Z Checking aho-corasick v1.1.4
19552026-06-22T19:27:09.276Z Checking crossbeam-utils v0.8.21
19562026-06-22T19:27:09.315Z Checking unicode-ident v1.0.24
19572026-06-22T19:27:09.322Z Checking anstream v1.0.0
19582026-06-22T19:27:09.453Z Checking strsim v0.11.1
19592026-06-22T19:27:09.460Z Checking proc-macro2 v1.0.106
19602026-06-22T19:27:09.584Z Checking clap_lex v1.0.0
19612026-06-22T19:27:09.601Z Checking pem-rfc7468 v0.7.0
19622026-06-22T19:27:09.640Z Checking sha2 v0.10.9
19632026-06-22T19:27:09.673Z Checking rustls-pki-types v1.14.0
19642026-06-22T19:27:09.745Z Checking clap_builder v4.6.0
19652026-06-22T19:27:09.795Z Checking httparse v1.10.1
19662026-06-22T19:27:09.831Z Checking quote v1.0.45
19672026-06-22T19:27:09.885Z Checking tokio-util v0.7.18
19682026-06-22T19:27:09.935Z Checking regex-automata v0.4.14
19692026-06-22T19:27:09.938Z Checking powerfmt v0.2.0
19702026-06-22T19:27:10.005Z Checking rand_core v0.9.5
19712026-06-22T19:27:10.039Z Checking hmac v0.12.1
19722026-06-22T19:27:10.052Z Checking syn v2.0.117
19732026-06-22T19:27:10.133Z Checking time-core v0.1.8
19742026-06-22T19:27:10.168Z Checking deranged v0.5.8
19752026-06-22T19:27:10.201Z Checking num-conv v0.2.0
19762026-06-22T19:27:10.205Z Checking num_threads v0.1.7
19772026-06-22T19:27:10.299Z Checking erased-serde v0.3.31
19782026-06-22T19:27:10.364Z Checking flagset v0.4.7
19792026-06-22T19:27:10.383Z Checking http-body v1.0.1
19802026-06-22T19:27:10.505Z Checking der v0.7.10
19812026-06-22T19:27:10.951Z Checking atomic-waker v1.1.2
19822026-06-22T19:27:10.955Z Checking allocator-api2 v0.2.21
19832026-06-22T19:27:10.955Z Checking rand_chacha v0.9.0
19842026-06-22T19:27:10.955Z Checking slog v2.8.2
19852026-06-22T19:27:10.955Z Checking anyhow v1.0.102
19862026-06-22T19:27:10.963Z Checking httpdate v1.0.3
19872026-06-22T19:27:10.994Z Checking try-lock v0.2.5
19882026-06-22T19:27:11.053Z Checking clap v4.6.1
19892026-06-22T19:27:11.087Z Checking rand v0.9.2
19902026-06-22T19:27:11.117Z Checking time v0.3.47
19912026-06-22T19:27:11.152Z Checking want v0.3.1
19922026-06-22T19:27:11.183Z Checking h2 v0.4.13
19932026-06-22T19:27:11.183Z Checking spin v0.9.8
19942026-06-22T19:27:11.258Z Checking ryu v1.0.23
19952026-06-22T19:27:11.301Z Checking tower-layer v0.3.3
19962026-06-22T19:27:11.417Z Checking tower-service v0.3.3
19972026-06-22T19:27:11.420Z Checking pin-utils v0.1.0
19982026-06-22T19:27:11.486Z Checking ipnetwork v0.21.1
19992026-06-22T19:27:11.951Z Checking socket2 v0.5.10
20002026-06-22T19:27:11.956Z Checking mime v0.3.17
20012026-06-22T19:27:11.956Z Checking fastrand v2.3.0
20022026-06-22T19:27:11.956Z Checking spki v0.7.3
20032026-06-22T19:27:11.956Z Checking pbkdf2 v0.12.2
20042026-06-22T19:27:11.956Z Checking aes v0.8.4
20052026-06-22T19:27:11.956Z Checking http-body-util v0.1.3
20062026-06-22T19:27:11.957Z Checking salsa20 v0.10.2
20072026-06-22T19:27:11.957Z Checking cbc v0.1.2
20082026-06-22T19:27:11.957Z Checking rand_chacha v0.3.1
20092026-06-22T19:27:11.994Z Checking hex v0.4.3
20102026-06-22T19:27:12.055Z Checking aws-lc-sys v0.40.0
20112026-06-22T19:27:12.140Z Checking simd-adler32 v0.3.8
20122026-06-22T19:27:12.191Z Checking untrusted v0.7.1
20132026-06-22T19:27:12.224Z Checking pretty-hex v0.4.1
20142026-06-22T19:27:12.261Z Checking rand v0.8.6
20152026-06-22T19:27:12.298Z Checking scrypt v0.11.0
20162026-06-22T19:27:12.336Z Checking tempfile v3.25.0
20172026-06-22T19:27:12.339Z Checking openssl-probe v0.2.1
20182026-06-22T19:27:12.401Z Checking plain v0.2.3
20192026-06-22T19:27:12.404Z Checking adler2 v2.0.1
20202026-06-22T19:27:12.466Z Checking pkcs5 v0.7.1
20212026-06-22T19:27:12.500Z Checking regex v1.12.3
20222026-06-22T19:27:12.537Z Checking serde_urlencoded v0.7.1
20232026-06-22T19:27:12.572Z Checking miniz_oxide v0.8.9
20242026-06-22T19:27:12.575Z Checking encoding_rs v0.8.35
20252026-06-22T19:27:12.639Z Checking aws-lc-rs v1.16.3
20262026-06-22T19:27:13.170Z Checking ucd-trie v0.1.7
20272026-06-22T19:27:13.185Z Checking pkcs8 v0.10.2
20282026-06-22T19:27:13.185Z Checking camino v1.2.2
20292026-06-22T19:27:13.185Z Checking rustls-native-certs v0.8.3
20302026-06-22T19:27:13.185Z Checking pest v2.8.6
20312026-06-22T19:27:13.185Z Checking oxnet v0.1.6
20322026-06-22T19:27:13.185Z Checking futures-executor v0.3.32
20332026-06-22T19:27:13.185Z Checking sync_wrapper v1.0.2
20342026-06-22T19:27:13.185Z Checking either v1.15.0
20352026-06-22T19:27:13.185Z Checking tower v0.5.3
20362026-06-22T19:27:14.212Z Checking futures v0.3.32
20372026-06-22T19:27:14.217Z Checking webpki-roots v1.0.6
20382026-06-22T19:27:14.217Z Checking crc32fast v1.5.0
20392026-06-22T19:27:14.217Z Checking iri-string v0.7.10
20402026-06-22T19:27:14.217Z Checking static_assertions v1.1.0
20412026-06-22T19:27:14.217Z Checking foldhash v0.2.0
20422026-06-22T19:27:14.217Z Checking lazy_static v1.5.0
20432026-06-22T19:27:14.217Z Checking rustls-webpki v0.103.9
20442026-06-22T19:27:14.217Z Checking openapiv3 v2.2.0
20452026-06-22T19:27:14.217Z Checking signature v2.2.0
20462026-06-22T19:27:14.217Z Checking winnow v0.7.14
20472026-06-22T19:27:14.217Z Checking hashbrown v0.16.1
20482026-06-22T19:27:14.217Z Checking hubpack v0.1.2
20492026-06-22T19:27:14.217Z Checking hyper v1.8.1
20502026-06-22T19:27:14.217Z Checking zlib-rs v0.6.2
20512026-06-22T19:27:14.217Z Checking rustls v0.23.37
20522026-06-22T19:27:14.217Z Checking strum v0.26.3
20532026-06-22T19:27:14.217Z Checking psl-types v2.0.11
20542026-06-22T19:27:14.263Z Checking tinyvec_macros v0.1.1
20552026-06-22T19:27:14.364Z Checking publicsuffix v2.3.0
20562026-06-22T19:27:14.373Z Checking tinyvec v1.10.0
20572026-06-22T19:27:14.427Z Checking tower-http v0.6.8
20582026-06-22T19:27:14.578Z Checking cookie v0.18.1
20592026-06-22T19:27:14.688Z Checking sha1 v0.10.6
20602026-06-22T19:27:14.731Z Checking num-integer v0.1.46
20612026-06-22T19:27:14.841Z Checking scroll v0.13.0
20622026-06-22T19:27:14.878Z Checking hyper-util v0.1.20
20632026-06-22T19:27:14.881Z Checking data-encoding v2.10.0
20642026-06-22T19:27:14.950Z Checking flate2 v1.1.9
20652026-06-22T19:27:14.980Z Checking cookie_store v0.22.1
20662026-06-22T19:27:14.989Z Checking serde_spanned v0.6.9
20672026-06-22T19:27:15.019Z Checking toml_datetime v0.6.11
20682026-06-22T19:27:15.094Z Checking goblin v0.10.5
20692026-06-22T19:27:15.180Z Checking memmap2 v0.9.10
20702026-06-22T19:27:15.205Z Checking bit-vec v0.8.0
20712026-06-22T19:27:15.251Z Checking base16ct v0.2.0
20722026-06-22T19:27:15.289Z Checking dtrace-parser v0.3.0
20732026-06-22T19:27:15.343Z Checking ff v0.13.1
20742026-06-22T19:27:15.370Z Checking wait-timeout v0.2.1
20752026-06-22T19:27:15.405Z Checking sec1 v0.7.3
20762026-06-22T19:27:15.440Z Checking bit-set v0.8.0
20772026-06-22T19:27:15.489Z Checking thread-id v5.1.0
20782026-06-22T19:27:15.524Z Checking group v0.13.0
20792026-06-22T19:27:15.966Z Checking num-iter v0.1.45
20802026-06-22T19:27:15.970Z Checking bstr v1.12.1
20812026-06-22T19:27:15.970Z Checking hkdf v0.12.4
20822026-06-22T19:27:15.970Z Checking crossbeam-epoch v0.9.18
20832026-06-22T19:27:15.970Z Checking anstyle-parse v0.2.7
20842026-06-22T19:27:15.970Z Checking ahash v0.8.12
20852026-06-22T19:27:15.970Z Checking crypto-bigint v0.5.5
20862026-06-22T19:27:15.970Z Checking quick-error v1.2.3
20872026-06-22T19:27:15.970Z Checking anstream v0.6.21
20882026-06-22T19:27:15.970Z Checking rand_xorshift v0.4.0
20892026-06-22T19:27:16.016Z Checking rusty-fork v0.3.1
20902026-06-22T19:27:16.020Z Checking scroll v0.12.0
20912026-06-22T19:27:16.519Z Checking unarray v0.1.4
20922026-06-22T19:27:16.528Z Checking num-bigint-dig v0.8.6
20932026-06-22T19:27:16.529Z Checking pkcs1 v0.7.5
20942026-06-22T19:27:16.529Z Checking x509-cert v0.2.5
20952026-06-22T19:27:16.529Z Checking proptest v1.10.0
20962026-06-22T19:27:16.529Z Checking goblin v0.8.2
20972026-06-22T19:27:16.529Z Checking tokio-rustls v0.26.4
20982026-06-22T19:27:16.529Z Checking rustls-platform-verifier v0.6.2
20992026-06-22T19:27:16.617Z Checking zerocopy v0.7.35
21002026-06-22T19:27:16.673Z Checking hyper-rustls v0.27.7
21012026-06-22T19:27:16.715Z Checking elliptic-curve v0.13.8
21022026-06-22T19:27:16.888Z Checking foreign-types-shared v0.1.1
21032026-06-22T19:27:16.926Z Checking reqwest v0.13.2
21042026-06-22T19:27:16.965Z Checking unicode-segmentation v1.12.0
21052026-06-22T19:27:17.011Z Checking foreign-types v0.3.2
21062026-06-22T19:27:17.051Z Checking rsa v0.9.10
21072026-06-22T19:27:17.121Z Checking dtrace-parser v0.2.0
21082026-06-22T19:27:17.159Z Checking rfc6979 v0.4.0
21092026-06-22T19:27:17.302Z Checking memoffset v0.9.1
21102026-06-22T19:27:17.338Z Checking openssl-sys v0.9.115
21112026-06-22T19:27:17.385Z Checking thread-id v4.2.2
21122026-06-22T19:27:17.426Z Checking ecdsa v0.16.9
21132026-06-22T19:27:17.459Z Checking dof v0.4.0
21142026-06-22T19:27:17.497Z Checking curve25519-dalek v4.1.3
21152026-06-22T19:27:17.558Z Checking rustix v0.38.44
21162026-06-22T19:27:17.746Z Checking openssl v0.10.79
21172026-06-22T19:27:17.794Z Checking env_filter v1.0.0
21182026-06-22T19:27:17.829Z Checking same-file v1.0.6
21192026-06-22T19:27:17.966Z Checking toml_write v0.1.2
21202026-06-22T19:27:18.001Z Checking keccak v0.1.6
21212026-06-22T19:27:18.071Z Checking newtype-uuid v1.3.2
21222026-06-22T19:27:18.112Z Checking usdt-impl v0.6.0
21232026-06-22T19:27:18.159Z Checking toml_edit v0.22.27
21242026-06-22T19:27:18.195Z Checking sha3 v0.10.8
21252026-06-22T19:27:18.269Z Checking dof v0.3.0
21262026-06-22T19:27:18.305Z Checking daft v0.1.7
21272026-06-22T19:27:18.308Z Checking walkdir v2.5.0
21282026-06-22T19:27:18.389Z Checking env_logger v0.11.9
21292026-06-22T19:27:18.439Z Checking usdt v0.6.0
21302026-06-22T19:27:18.461Z Checking ed25519 v2.2.3
21312026-06-22T19:27:18.522Z Checking itertools v0.13.0
21322026-06-22T19:27:18.575Z Checking serde_with v3.17.0
21332026-06-22T19:27:18.606Z Checking usdt-impl v0.5.0
21342026-06-22T19:27:18.609Z Checking siphasher v1.0.2
21352026-06-22T19:27:18.609Z Checking bitflags v1.3.2
21362026-06-22T19:27:18.704Z Checking ed25519-dalek v2.2.0
21372026-06-22T19:27:19.155Z Checking nix v0.31.2
21382026-06-22T19:27:19.160Z Checking toml_parser v1.0.9+spec-1.1.0
21392026-06-22T19:27:19.160Z Checking unicode-normalization v0.1.25
21402026-06-22T19:27:19.160Z Checking signal-hook v0.3.18
21412026-06-22T19:27:19.179Z Checking winnow v0.5.40
21422026-06-22T19:27:19.215Z Checking managed v0.8.0
21432026-06-22T19:27:19.287Z Checking bzip2-sys v0.1.13+1.0.8
21442026-06-22T19:27:19.346Z Checking object v0.37.3
21452026-06-22T19:27:19.404Z Checking foldhash v0.1.5
21462026-06-22T19:27:19.439Z Checking bzip2 v0.4.4
21472026-06-22T19:27:19.553Z Checking signal-hook-mio v0.2.5
21482026-06-22T19:27:19.591Z Checking hashbrown v0.15.5
21492026-06-22T19:27:19.628Z Checking globset v0.4.18
21502026-06-22T19:27:19.687Z Checking ref-cast v1.0.25
21512026-06-22T19:27:20.205Z Checking native-tls v0.2.18
21522026-06-22T19:27:20.208Z Checking zstd-sys v2.0.16+zstd.1.5.7
21532026-06-22T19:27:20.208Z Checking zip v0.6.6
21542026-06-22T19:27:20.208Z Checking pin-project v1.1.11
21552026-06-22T19:27:20.208Z Checking zstd-safe v7.2.4
21562026-06-22T19:27:20.208Z Checking tokio-native-tls v0.3.1
21572026-06-22T19:27:20.208Z Checking bumpalo v3.20.2
21582026-06-22T19:27:20.208Z Checking libbz2-rs-sys v0.2.2
21592026-06-22T19:27:20.208Z Checking crossterm v0.28.1
21602026-06-22T19:27:20.208Z Checking zstd v0.13.3
21612026-06-22T19:27:20.208Z Checking hyper-tls v0.6.0
21622026-06-22T19:27:20.244Z Checking similar v2.7.0
21632026-06-22T19:27:20.272Z Checking zopfli v0.8.3
21642026-06-22T19:27:20.356Z Checking toml_edit v0.19.15
21652026-06-22T19:27:20.394Z Checking tokio-stream v0.1.18
21662026-06-22T19:27:20.429Z Checking reqwest v0.12.28
21672026-06-22T19:27:20.512Z Checking bzip2 v0.6.1
21682026-06-22T19:27:20.635Z Checking fs-err v3.3.0
21692026-06-22T19:27:20.680Z Checking pem v3.0.6
21702026-06-22T19:27:20.703Z Checking hash32 v0.2.1
21712026-06-22T19:27:20.808Z Checking serde-big-array v0.5.1
21722026-06-22T19:27:20.850Z Checking unicode-properties v0.1.4
21732026-06-22T19:27:21.267Z Checking unicode-bidi v0.3.18
21742026-06-22T19:27:21.271Z Checking jiff v0.2.21
21752026-06-22T19:27:21.271Z Checking predicates-core v1.0.10
21762026-06-22T19:27:21.271Z Checking heapless v0.7.17
21772026-06-22T19:27:21.271Z Checking snafu v0.8.9
21782026-06-22T19:27:21.271Z Checking olpc-cjson v0.1.4
21792026-06-22T19:27:21.271Z Checking stringprep v0.1.5
21802026-06-22T19:27:21.277Z Checking hickory-proto v0.25.2
21812026-06-22T19:27:21.327Z Checking md-5 v0.10.6
21822026-06-22T19:27:21.363Z Checking serde_plain v1.0.2
21832026-06-22T19:27:21.396Z Checking float-cmp v0.10.0
21842026-06-22T19:27:21.431Z Checking toml v0.7.8
21852026-06-22T19:27:21.438Z Checking normalize-line-endings v0.3.0
21862026-06-22T19:27:21.501Z Checking typed-path v0.9.3
21872026-06-22T19:27:21.534Z Checking fallible-iterator v0.2.0
21882026-06-22T19:27:21.568Z Checking difflib v0.4.0
21892026-06-22T19:27:21.602Z Checking smoltcp v0.9.1
21902026-06-22T19:27:21.644Z Checking iddqd v0.4.2
21912026-06-22T19:27:21.766Z Checking phf_shared v0.11.3
21922026-06-22T19:27:21.769Z Checking predicates v3.1.4
21932026-06-22T19:27:21.837Z Checking postgres-protocol v0.6.10
21942026-06-22T19:27:21.956Z Checking phf_shared v0.13.1
21952026-06-22T19:27:22.145Z Checking buf-list v1.1.2
21962026-06-22T19:27:22.190Z Checking strum v0.27.2
21972026-06-22T19:27:22.193Z Checking precomputed-hash v0.1.1
21982026-06-22T19:27:22.259Z Checking new_debug_unreachable v1.0.6
21992026-06-22T19:27:22.298Z Checking tough v0.22.0
22002026-06-22T19:27:22.345Z Checking lalrpop-util v0.19.12
22012026-06-22T19:27:22.351Z Checking fixedbitset v0.5.7
22022026-06-22T19:27:22.409Z Checking fixedbitset v0.4.2
22032026-06-22T19:27:22.413Z Checking string_cache v0.8.9
22042026-06-22T19:27:22.540Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22052026-06-22T19:27:22.601Z Checking petgraph v0.6.5
22062026-06-22T19:27:22.624Z Checking postgres-types v0.2.12
22072026-06-22T19:27:23.037Z Checking petgraph v0.8.3
22082026-06-22T19:27:23.445Z Checking phf v0.13.1
22092026-06-22T19:27:23.445Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22102026-06-22T19:27:23.445Z Checking whoami v2.1.0
22112026-06-22T19:27:23.449Z Checking peg-runtime v0.8.5
22122026-06-22T19:27:23.449Z Checking tokio-postgres v0.7.16
22132026-06-22T19:27:23.449Z Checking zip v4.6.1
22142026-06-22T19:27:23.467Z Checking is-terminal v0.4.17
22152026-06-22T19:27:23.592Z Checking crossbeam-channel v0.5.15
22162026-06-22T19:27:23.861Z Checking thread_local v1.1.9
22172026-06-22T19:27:23.900Z Compiling structmeta-derive v0.3.0
22182026-06-22T19:27:23.961Z Checking term v1.2.1
22192026-06-22T19:27:24.465Z Checking take_mut v0.2.2
22202026-06-22T19:27:24.468Z Compiling newtype-uuid-macros v0.1.0
22212026-06-22T19:27:24.468Z Checking slog-async v2.8.0
22222026-06-22T19:27:24.468Z Checking slog-term v2.9.2
22232026-06-22T19:27:24.468Z Compiling rustls v0.22.4
22242026-06-22T19:27:24.468Z Compiling multer v3.1.0
22252026-06-22T19:27:24.468Z Compiling async-stream-impl v0.3.6
22262026-06-22T19:27:24.907Z Checking match_cfg v0.1.0
22272026-06-22T19:27:24.910Z Checking slog-json v2.6.1
22282026-06-22T19:27:24.910Z Compiling dropshot v0.17.0
22292026-06-22T19:27:24.910Z Checking hostname v0.3.1
22302026-06-22T19:27:24.910Z Compiling dropshot_endpoint v0.17.0
22312026-06-22T19:27:24.910Z Checking debug-ignore v1.0.5
22322026-06-22T19:27:24.910Z Checking slog-bunyan v2.5.0
22332026-06-22T19:27:24.910Z Checking progenitor-client v0.14.0
22342026-06-22T19:27:24.911Z Checking rustls-webpki v0.102.8
22352026-06-22T19:27:24.942Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22362026-06-22T19:27:24.946Z Checking toml_datetime v1.0.0+spec-1.1.0
22372026-06-22T19:27:25.008Z Checking serde_spanned v1.0.4
22382026-06-22T19:27:25.421Z Compiling structmeta v0.3.0
22392026-06-22T19:27:25.441Z Checking serde_path_to_error v0.1.20
22402026-06-22T19:27:25.442Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22412026-06-22T19:27:25.442Z Checking toml_writer v1.0.6+spec-1.1.0
22422026-06-22T19:27:25.442Z Checking compression-core v0.4.31
22432026-06-22T19:27:25.442Z Compiling derive-ex v0.1.8
22442026-06-22T19:27:25.442Z Checking compression-codecs v0.4.37
22452026-06-22T19:27:25.442Z Checking toml v1.0.6+spec-1.1.0
22462026-06-22T19:27:25.442Z Checking async-stream v0.3.6
22472026-06-22T19:27:25.527Z Checking waitgroup v0.1.2
22482026-06-22T19:27:25.975Z Checking rustls-pemfile v2.2.0
22492026-06-22T19:27:25.978Z Checking async-compression v0.4.41
22502026-06-22T19:27:25.978Z Checking hostname v0.4.2
22512026-06-22T19:27:25.978Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22522026-06-22T19:27:25.978Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22532026-06-22T19:27:25.978Z Checking atomicwrites v0.4.4
22542026-06-22T19:27:25.978Z Compiling parse-display-derive v0.10.0
22552026-06-22T19:27:25.978Z Checking itertools v0.14.0
22562026-06-22T19:27:25.978Z Checking macaddr v1.0.1
22572026-06-22T19:27:25.978Z Checking regress v0.10.5
22582026-06-22T19:27:26.017Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22592026-06-22T19:27:26.516Z Checking instant v0.1.13
22602026-06-22T19:27:26.528Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22612026-06-22T19:27:26.528Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
22622026-06-22T19:27:26.528Z Checking backoff v0.4.0
22632026-06-22T19:27:26.947Z Checking backon v1.6.0
22642026-06-22T19:27:26.951Z Checking humantime v2.3.0
22652026-06-22T19:27:26.951Z Checking progenitor-extras v0.2.0
22662026-06-22T19:27:26.951Z Checking tokio-rustls v0.25.0
22672026-06-22T19:27:26.951Z Checking unicode-width v0.2.0
22682026-06-22T19:27:26.951Z Compiling convert_case v0.4.0
22692026-06-22T19:27:26.974Z Checking heck v0.5.0
22702026-06-22T19:27:27.418Z Compiling test-strategy v0.4.5
22712026-06-22T19:27:27.423Z Checking half v2.7.1
22722026-06-22T19:27:27.423Z Checking ciborium-io v0.2.2
22732026-06-22T19:27:27.423Z Checking secrecy v0.10.3
22742026-06-22T19:27:27.423Z Compiling regress v0.11.1
22752026-06-22T19:27:27.423Z Compiling derive_more v0.99.20
22762026-06-22T19:27:27.423Z Checking ciborium-ll v0.2.2
22772026-06-22T19:27:27.423Z Checking indent_write v2.2.0
22782026-06-22T19:27:27.463Z Checking universal-hash v0.5.1
22792026-06-22T19:27:27.567Z Checking parse-display v0.10.0
22802026-06-22T19:27:27.602Z Checking opaque-debug v0.3.1
22812026-06-22T19:27:27.605Z Checking ciborium v0.2.2
22822026-06-22T19:27:27.713Z Checking camino-tempfile v1.4.1
22832026-06-22T19:27:27.744Z Compiling crucible-workspace-hack v0.1.0
22842026-06-22T19:27:27.893Z Checking aead v0.5.2
22852026-06-22T19:27:28.419Z Compiling unsafe-libyaml v0.2.11
22862026-06-22T19:27:28.432Z Checking poly1305 v0.8.0
22872026-06-22T19:27:28.432Z Checking chacha20 v0.9.1
22882026-06-22T19:27:28.432Z Compiling thiserror-impl-no-std v2.0.2
22892026-06-22T19:27:28.432Z Checking swrite v0.1.0
22902026-06-22T19:27:28.540Z Checking password-hash v0.5.0
22912026-06-22T19:27:28.588Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
22922026-06-22T19:27:28.786Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22932026-06-22T19:27:28.819Z Compiling serde_yaml v0.9.34+deprecated
22942026-06-22T19:27:29.005Z Compiling typify-impl v0.6.2
22952026-06-22T19:27:29.041Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22962026-06-22T19:27:29.135Z Checking blake2 v0.10.6
22972026-06-22T19:27:29.413Z Checking argon2 v0.5.3
22982026-06-22T19:27:29.600Z Checking thiserror-no-std v2.0.2
22992026-06-22T19:27:29.720Z Checking vsss-rs v3.3.4
23002026-06-22T19:27:29.777Z Checking chacha20poly1305 v0.10.1
23012026-06-22T19:27:30.345Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23022026-06-22T19:27:30.349Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23032026-06-22T19:27:30.349Z Checking byte-wrapper v0.1.0
23042026-06-22T19:27:30.349Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23052026-06-22T19:27:30.796Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23062026-06-22T19:27:30.806Z Checking crossbeam-deque v0.8.6
23072026-06-22T19:27:30.806Z Compiling rayon-core v1.13.0
23082026-06-22T19:27:30.806Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23092026-06-22T19:27:30.806Z Compiling toml_datetime v0.7.5+spec-1.1.0
23102026-06-22T19:27:30.806Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23112026-06-22T19:27:30.874Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23122026-06-22T19:27:30.908Z Compiling toml_edit v0.23.10+spec-1.0.0
23132026-06-22T19:27:31.162Z Compiling proc-macro-error v1.0.4
23142026-06-22T19:27:31.745Z Checking rayon v1.11.0
23152026-06-22T19:27:31.752Z Compiling proc-macro-crate v3.4.0
23162026-06-22T19:27:31.921Z Checking toml v0.8.23
23172026-06-22T19:27:31.982Z Checking tabwriter v1.4.1
23182026-06-22T19:27:32.066Z Checking glob v0.3.3
23192026-06-22T19:27:32.121Z Compiling num_enum_derive v0.7.6
23202026-06-22T19:27:32.156Z Checking colored v3.1.1
23212026-06-22T19:27:32.192Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23222026-06-22T19:27:32.282Z Compiling heapless v0.8.0
23232026-06-22T19:27:32.322Z Compiling ingot-macros v0.1.1
23242026-06-22T19:27:32.352Z Checking hash32 v0.3.1
23252026-06-22T19:27:32.382Z Checking unicode-width v0.1.14
23262026-06-22T19:27:32.507Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23272026-06-22T19:27:32.663Z Compiling smoltcp v0.11.0
23282026-06-22T19:27:32.787Z Checking cobs v0.3.0
23292026-06-22T19:27:32.870Z Compiling usdt-macro v0.5.0
23302026-06-22T19:27:32.966Z Compiling usdt-attr-macro v0.5.0
23312026-06-22T19:27:33.078Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23322026-06-22T19:27:33.125Z Checking memmap v0.7.0
23332026-06-22T19:27:33.615Z Checking num_enum v0.7.6
23342026-06-22T19:27:33.618Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23352026-06-22T19:27:33.618Z Checking postcard v1.1.3
23362026-06-22T19:27:33.618Z Compiling proc-macro-crate v1.3.1
23372026-06-22T19:27:33.622Z Compiling typify-macro v0.6.2
23382026-06-22T19:27:33.656Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23392026-06-22T19:27:33.688Z Checking sigpipe v0.1.3
23402026-06-22T19:27:34.195Z Checking usdt v0.5.0
23412026-06-22T19:27:34.201Z Compiling foreign-types-macros v0.2.3
23422026-06-22T19:27:34.201Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23432026-06-22T19:27:34.201Z Checking cpufeatures v0.3.0
23442026-06-22T19:27:34.201Z Checking foreign-types-shared v0.3.1
23452026-06-22T19:27:34.201Z Checking chacha20 v0.10.0
23462026-06-22T19:27:34.201Z Compiling num_enum_derive v0.5.11
23472026-06-22T19:27:34.352Z Checking cstr-argument v0.1.2
23482026-06-22T19:27:34.440Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23492026-06-22T19:27:34.481Z Checking foreign-types v0.5.0
23502026-06-22T19:27:34.915Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23512026-06-22T19:27:34.918Z Compiling num-derive v0.4.2
23522026-06-22T19:27:34.918Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23532026-06-22T19:27:34.918Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23542026-06-22T19:27:34.918Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23552026-06-22T19:27:34.973Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23562026-06-22T19:27:35.032Z Checking rand v0.10.0
23572026-06-22T19:27:35.069Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23582026-06-22T19:27:35.171Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23592026-06-22T19:27:35.202Z Checking ingot-types v0.1.2
23602026-06-22T19:27:35.234Z Checking num_enum v0.5.11
23612026-06-22T19:27:35.277Z Checking itertools v0.12.1
23622026-06-22T19:27:35.318Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23632026-06-22T19:27:35.371Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23642026-06-22T19:27:35.407Z Compiling typify v0.6.2
23652026-06-22T19:27:35.543Z Compiling progenitor-impl v0.14.0
23662026-06-22T19:27:35.975Z Compiling zone_cfg_derive v0.3.1
23672026-06-22T19:27:35.978Z Checking ingot v0.1.1
23682026-06-22T19:27:35.978Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23692026-06-22T19:27:35.978Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23702026-06-22T19:27:36.212Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23712026-06-22T19:27:36.308Z Checking zone v0.3.1
23722026-06-22T19:27:36.387Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23732026-06-22T19:27:36.424Z Checking smf v0.2.3
23742026-06-22T19:27:36.457Z Checking whoami v1.6.1
23752026-06-22T19:27:36.612Z Checking tokio-dtrace v0.1.1
23762026-06-22T19:27:36.646Z Compiling derive-where v1.6.0
23772026-06-22T19:27:36.681Z Checking console v0.15.11
23782026-06-22T19:27:36.684Z Checking newline-converter v0.3.0
23792026-06-22T19:27:36.745Z Checking bytecount v0.6.9
23802026-06-22T19:27:36.820Z Compiling owo-colors v4.3.0
23812026-06-22T19:27:36.823Z Checking oxide-tokio-rt v0.1.4
23822026-06-22T19:27:36.894Z Compiling cancel-safe-futures v0.1.5
23832026-06-22T19:27:37.022Z Checking expectorate v1.2.0
23842026-06-22T19:27:37.055Z Checking libsw-core v0.3.2
23852026-06-22T19:27:37.249Z Checking num-rational v0.4.2
23862026-06-22T19:27:37.327Z Checking libsw v3.5.0
23872026-06-22T19:27:37.404Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23882026-06-22T19:27:37.553Z Checking num-complex v0.4.6
23892026-06-22T19:27:37.612Z Checking linear-map v1.2.0
23902026-06-22T19:27:37.724Z Checking float-ord v0.3.2
23912026-06-22T19:27:37.790Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
23922026-06-22T19:27:37.859Z Checking gethostname v0.5.0
23932026-06-22T19:27:37.926Z Checking num v0.4.3
23942026-06-22T19:27:37.953Z Compiling prettyplease v0.2.37
23952026-06-22T19:27:37.992Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
23962026-06-22T19:27:38.024Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
23972026-06-22T19:27:38.062Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23982026-06-22T19:27:38.225Z Compiling progenitor-macro v0.14.0
23992026-06-22T19:27:38.294Z Checking resolv-conf v0.7.6
24002026-06-22T19:27:38.389Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24012026-06-22T19:27:38.509Z Checking unicode-linebreak v0.1.5
24022026-06-22T19:27:38.630Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
24032026-06-22T19:27:39.169Z Checking smawk v0.3.2
24042026-06-22T19:27:39.174Z Checking papergrid v0.11.0
24052026-06-22T19:27:39.555Z Compiling tabled_derive v0.7.0
24062026-06-22T19:27:39.595Z Compiling convert_case v0.10.0
24072026-06-22T19:27:39.641Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24082026-06-22T19:27:39.675Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
24092026-06-22T19:27:39.846Z Compiling slog-dtrace v0.3.0
24102026-06-22T19:27:40.772Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24112026-06-22T19:27:40.950Z Compiling derive_more-impl v2.1.1
24122026-06-22T19:27:40.950Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24132026-06-22T19:27:40.950Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24142026-06-22T19:27:40.950Z Checking tabled v0.15.0
24152026-06-22T19:27:41.040Z Checking derive_more v2.1.1
24162026-06-22T19:27:41.040Z Checking crossterm v0.29.0
24172026-06-22T19:27:41.551Z Checking linked-hash-map v0.5.6
24182026-06-22T19:27:42.085Z Checking lru-cache v0.1.2
24192026-06-22T19:27:42.179Z Checking hickory-proto v0.24.4
24202026-06-22T19:27:42.179Z Checking fd-lock v4.0.4
24212026-06-22T19:27:42.179Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24222026-06-22T19:27:42.706Z Checking vte v0.14.1
24232026-06-22T19:27:43.352Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
24242026-06-22T19:27:43.411Z Checking display-error-chain v0.2.2
24252026-06-22T19:27:43.411Z Checking progenitor v0.14.0
24262026-06-22T19:27:43.411Z Checking strip-ansi-escapes v0.2.1
24272026-06-22T19:27:43.462Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24282026-06-22T19:27:43.671Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24292026-06-22T19:27:44.925Z Checking termtree v0.5.1
24302026-06-22T19:27:44.963Z Checking nu-ansi-term v0.50.3
24312026-06-22T19:27:44.963Z Checking hickory-resolver v0.24.4
24322026-06-22T19:27:44.987Z Checking textwrap v0.16.2
24332026-06-22T19:27:45.434Z Compiling minimal-lexical v0.2.1
24342026-06-22T19:27:45.491Z Checking reedline v0.40.0
24352026-06-22T19:27:45.491Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24362026-06-22T19:27:45.492Z Compiling nom v7.1.3
24372026-06-22T19:27:45.492Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24382026-06-22T19:27:45.699Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24392026-06-22T19:27:45.730Z Checking qorb v0.4.1
24402026-06-22T19:27:45.873Z Compiling ar_archive_writer v0.5.1
24412026-06-22T19:27:46.358Z Checking csv-core v0.1.13
24422026-06-22T19:27:46.451Z Compiling stacker v0.1.23
24432026-06-22T19:27:46.548Z Checking csv v1.4.0
24442026-06-22T19:27:46.604Z Compiling cfg_aliases v0.1.1
24452026-06-22T19:27:46.717Z Checking highway v1.3.0
24462026-06-22T19:27:46.753Z Compiling semver v0.1.20
24472026-06-22T19:27:47.211Z Compiling psm v0.1.30
24482026-06-22T19:27:47.246Z Compiling rustc_version v0.1.7
24492026-06-22T19:27:47.246Z Compiling nix v0.28.0
24502026-06-22T19:27:47.246Z Checking nibble_vec v0.1.0
24512026-06-22T19:27:47.246Z Checking endian-type v0.1.2
24522026-06-22T19:27:47.246Z Checking home v0.5.12
24532026-06-22T19:27:47.295Z Checking radix_trie v0.2.1
24542026-06-22T19:27:47.295Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24552026-06-22T19:27:47.731Z Compiling newtype_derive v0.1.6
24562026-06-22T19:27:47.748Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24572026-06-22T19:27:47.748Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24582026-06-22T19:27:47.748Z Checking phf_shared v0.12.1
24592026-06-22T19:27:47.748Z Compiling recursive-proc-macro-impl v0.1.1
24602026-06-22T19:27:47.748Z Compiling chrono-tz v0.10.4
24612026-06-22T19:27:48.205Z Checking phf v0.12.1
24622026-06-22T19:27:48.626Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24632026-06-22T19:27:48.626Z Checking recursive v0.1.1
24642026-06-22T19:27:48.626Z Compiling const_format_proc_macros v0.2.34
24652026-06-22T19:27:48.626Z Compiling peg-macros v0.8.5
24662026-06-22T19:27:48.627Z Checking winnow v0.6.26
24672026-06-22T19:27:48.627Z Checking nom v8.0.0
24682026-06-22T19:27:48.637Z Compiling sqlparser_derive v0.5.0
24692026-06-22T19:27:48.932Z Checking unicode_categories v0.1.1
24702026-06-22T19:27:48.967Z Checking const_format v0.2.35
24712026-06-22T19:27:49.118Z Checking rustyline v14.0.0
24722026-06-22T19:27:49.328Z Checking sqlparser v0.61.0
24732026-06-22T19:27:49.355Z Checking sqlformat v0.3.5
24742026-06-22T19:27:49.453Z Checking peg v0.8.5
24752026-06-22T19:27:49.653Z Checking bcs v0.1.6
24762026-06-22T19:27:49.793Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
24772026-06-22T19:27:49.843Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24782026-06-22T19:27:49.896Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
24792026-06-22T19:27:49.930Z Checking steno v0.4.1
24802026-06-22T19:27:50.060Z Checking filetime v0.2.27
24812026-06-22T19:27:50.095Z Checking xattr v1.6.1
24822026-06-22T19:27:50.133Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
24832026-06-22T19:27:50.635Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24842026-06-22T19:27:50.638Z Checking tar v0.4.45
24852026-06-22T19:27:50.639Z Checking subprocess v0.2.15
24862026-06-22T19:27:50.765Z Checking base64 v0.21.7
24872026-06-22T19:27:50.881Z Checking headers-core v0.3.0
24882026-06-22T19:27:50.971Z Checking yasna v0.5.2
24892026-06-22T19:27:51.019Z Checking headers v0.4.1
24902026-06-22T19:27:51.475Z Checking tagptr v0.2.0
24912026-06-22T19:27:51.506Z Checking moka v0.12.13
24922026-06-22T19:27:51.506Z Checking rcgen v0.12.1
24932026-06-22T19:27:51.592Z Checking dropshot-api-manager-types v0.7.2
24942026-06-22T19:27:52.785Z Checking utf-8 v0.7.6
24952026-06-22T19:27:52.896Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
24962026-06-22T19:27:52.896Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
24972026-06-22T19:27:52.896Z Checking hickory-resolver v0.25.2
24982026-06-22T19:27:52.896Z Checking tungstenite v0.21.0
24992026-06-22T19:27:52.896Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25002026-06-22T19:27:52.896Z Checking tokio-tungstenite v0.21.0
25012026-06-22T19:27:52.896Z Compiling libefi-sys v0.1.0
25022026-06-22T19:27:52.896Z Compiling bitfield-struct v0.6.2
25032026-06-22T19:27:52.896Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25042026-06-22T19:27:52.896Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25052026-06-22T19:27:53.327Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25062026-06-22T19:27:53.868Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25072026-06-22T19:27:54.276Z Compiling radium v0.7.0
25082026-06-22T19:27:54.276Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25092026-06-22T19:27:54.276Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25102026-06-22T19:27:54.276Z Checking tap v1.0.1
25112026-06-22T19:27:54.280Z Compiling maybe-uninit v2.0.0
25122026-06-22T19:27:54.280Z Compiling zerocopy-derive v0.6.6
25132026-06-22T19:27:54.280Z Checking wyz v0.5.1
25142026-06-22T19:27:54.280Z Compiling packed_struct v0.10.1
25152026-06-22T19:27:54.280Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25162026-06-22T19:27:54.280Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25172026-06-22T19:27:54.348Z Checking crc-catalog v2.4.0
25182026-06-22T19:27:54.380Z Checking funty v2.0.0
25192026-06-22T19:27:54.484Z Checking crc v3.4.0
25202026-06-22T19:27:54.559Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25212026-06-22T19:27:54.625Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25222026-06-22T19:27:55.089Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25232026-06-22T19:27:55.124Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25242026-06-22T19:27:55.124Z Checking bitvec v1.0.1
25252026-06-22T19:27:55.124Z Checking zerocopy v0.6.6
25262026-06-22T19:27:55.216Z Compiling packed_struct_codegen v0.10.1
25272026-06-22T19:27:55.396Z Compiling bitfield-macros v0.19.4
25282026-06-22T19:27:56.024Z Compiling indexmap v1.9.3
25292026-06-22T19:27:56.027Z Checking nodrop v0.1.14
25302026-06-22T19:27:56.027Z Checking array-init v0.0.4
25312026-06-22T19:27:56.078Z Checking smallvec v0.6.14
25322026-06-22T19:27:56.113Z Checking bitfield v0.19.4
25332026-06-22T19:27:56.314Z Checking hashbrown v0.12.3
25342026-06-22T19:27:56.318Z Checking serde-hex v0.1.0
25352026-06-22T19:27:56.437Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25362026-06-22T19:27:56.636Z Checking ron v0.8.1
25372026-06-22T19:27:57.223Z Checking hashbrown v0.13.2
25382026-06-22T19:27:57.260Z Checking crc-any v2.5.0
25392026-06-22T19:27:57.484Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25402026-06-22T19:27:57.904Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25412026-06-22T19:27:58.318Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25422026-06-22T19:27:58.318Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25432026-06-22T19:27:58.318Z Compiling xshell-macros v0.2.7
25442026-06-22T19:27:58.318Z Checking object v0.30.4
25452026-06-22T19:27:58.318Z Checking path-slash v0.1.5
25462026-06-22T19:27:58.318Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25472026-06-22T19:27:58.323Z Checking xshell v0.2.7
25482026-06-22T19:27:58.323Z Checking half v1.8.3
25492026-06-22T19:27:58.735Z Checking maplit v1.0.2
25502026-06-22T19:27:58.740Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25512026-06-22T19:27:58.740Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
25522026-06-22T19:27:58.740Z Checking serde_cbor v0.11.2
25532026-06-22T19:27:58.740Z Compiling proc-macro-error-attr2 v2.0.0
25542026-06-22T19:27:58.934Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25552026-06-22T19:27:59.115Z Compiling proc-macro-error2 v2.0.1
25562026-06-22T19:27:59.151Z Compiling num-derive v0.3.3
25572026-06-22T19:27:59.220Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
25582026-06-22T19:27:59.476Z Compiling tabled_derive v0.11.0
25592026-06-22T19:27:59.863Z Checking papergrid v0.17.0
25602026-06-22T19:27:59.891Z Checking testing_table v0.3.0
25612026-06-22T19:28:00.000Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25622026-06-22T19:28:00.136Z Checking libscf-sys v1.1.0
25632026-06-22T19:28:00.311Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25642026-06-22T19:28:00.547Z Compiling progenitor-impl v0.13.0
25652026-06-22T19:28:01.022Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25662026-06-22T19:28:01.155Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25672026-06-22T19:28:01.155Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25682026-06-22T19:28:01.155Z Checking tabled v0.20.0
25692026-06-22T19:28:01.155Z Checking unicase v2.9.0
25702026-06-22T19:28:01.384Z Checking progenitor-client v0.13.0
25712026-06-22T19:28:02.236Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25722026-06-22T19:28:02.361Z Compiling git-stub v1.0.0
25732026-06-22T19:28:02.361Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
25742026-06-22T19:28:02.361Z Compiling git-stub-vcs v0.1.0
25752026-06-22T19:28:02.361Z Checking crc8 v0.1.1
25762026-06-22T19:28:02.429Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25772026-06-22T19:28:02.429Z Checking fxhash v0.2.1
25782026-06-22T19:28:02.429Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
25792026-06-22T19:28:02.429Z Compiling vergen-lib v0.1.6
25802026-06-22T19:28:02.429Z Compiling diesel_derives v2.3.7
25812026-06-22T19:28:02.541Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
25822026-06-22T19:28:02.569Z Checking scheduled-thread-pool v0.2.7
25832026-06-22T19:28:02.719Z Compiling dsl_auto_type v0.2.0
25842026-06-22T19:28:02.757Z Compiling vergen-gitcl v1.0.8
25852026-06-22T19:28:02.876Z Compiling diesel_table_macro_syntax v0.3.0
25862026-06-22T19:28:03.006Z Checking r2d2 v0.8.10
25872026-06-22T19:28:03.169Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
25882026-06-22T19:28:03.186Z Checking downcast-rs v2.0.2
25892026-06-22T19:28:03.624Z Compiling progenitor-macro v0.13.0
25902026-06-22T19:28:03.627Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
25912026-06-22T19:28:03.627Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
25922026-06-22T19:28:03.627Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
25932026-06-22T19:28:03.627Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
25942026-06-22T19:28:03.649Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
25952026-06-22T19:28:03.722Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
25962026-06-22T19:28:03.809Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
25972026-06-22T19:28:03.913Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
25982026-06-22T19:28:04.006Z Compiling dirs-sys-next v0.1.2
25992026-06-22T19:28:04.095Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26002026-06-22T19:28:04.132Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26012026-06-22T19:28:04.210Z Compiling crunchy v0.2.4
26022026-06-22T19:28:04.323Z Compiling dirs-next v2.0.0
26032026-06-22T19:28:04.478Z Compiling clang-sys v1.8.1
26042026-06-22T19:28:04.556Z Checking kstat-rs v0.2.4
26052026-06-22T19:28:04.800Z Checking arc-swap v1.8.2
26062026-06-22T19:28:04.892Z Compiling tiny-keccak v2.0.2
26072026-06-22T19:28:04.971Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26082026-06-22T19:28:05.064Z Checking slog-scope v4.4.1
26092026-06-22T19:28:05.159Z Compiling term v0.7.0
26102026-06-22T19:28:05.178Z Compiling parking_lot_core v0.8.6
26112026-06-22T19:28:05.214Z Compiling bit-vec v0.6.3
26122026-06-22T19:28:05.254Z Checking slog-stdlog v4.1.1
26132026-06-22T19:28:05.400Z Compiling bit-set v0.5.3
26142026-06-22T19:28:05.487Z Compiling ascii-canvas v3.0.0
26152026-06-22T19:28:05.588Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26162026-06-22T19:28:05.734Z Compiling itertools v0.10.5
26172026-06-22T19:28:05.769Z Compiling ena v0.14.4
26182026-06-22T19:28:05.798Z Compiling libloading v0.8.9
26192026-06-22T19:28:05.977Z Compiling regex-syntax v0.6.29
26202026-06-22T19:28:06.012Z Compiling bindgen v0.71.1
26212026-06-22T19:28:06.460Z Compiling diff v0.1.13
26222026-06-22T19:28:06.773Z Checking slog-envlogger v2.2.0
26232026-06-22T19:28:06.804Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26242026-06-22T19:28:06.839Z Compiling cexpr v0.6.0
26252026-06-22T19:28:06.925Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26262026-06-22T19:28:07.096Z Compiling rustc-hash v2.1.1
26272026-06-22T19:28:07.694Z Checking parking_lot v0.11.2
26282026-06-22T19:28:07.697Z Compiling lalrpop v0.19.12
26292026-06-22T19:28:07.697Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26302026-06-22T19:28:07.697Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
26312026-06-22T19:28:07.855Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26322026-06-22T19:28:08.170Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26332026-06-22T19:28:08.200Z Checking progenitor v0.13.0
26342026-06-22T19:28:08.744Z Checking prefix-trie v0.7.0
26352026-06-22T19:28:08.754Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26362026-06-22T19:28:08.755Z Compiling libxml v0.3.3
26372026-06-22T19:28:08.755Z Checking hickory-server v0.25.2
26382026-06-22T19:28:08.767Z Checking diesel v2.3.7
26392026-06-22T19:28:08.916Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26402026-06-22T19:28:09.221Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26412026-06-22T19:28:09.559Z Checking sled v0.34.7
26422026-06-22T19:28:09.973Z Compiling strum_macros v0.24.3
26432026-06-22T19:28:10.099Z Checking nanorand v0.7.0
26442026-06-22T19:28:10.336Z Compiling indoc v1.0.9
26452026-06-22T19:28:10.842Z Compiling salty v0.3.0
26462026-06-22T19:28:10.880Z Checking flume v0.11.1
26472026-06-22T19:28:11.161Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26482026-06-22T19:28:12.146Z Checking primeorder v0.13.6
26492026-06-22T19:28:12.234Z Checking quick-xml v0.37.5
26502026-06-22T19:28:12.234Z Checking derive_builder v0.20.2
26512026-06-22T19:28:12.234Z Compiling oso-derive v0.27.3
26522026-06-22T19:28:12.235Z Compiling trait-variant v0.1.2
26532026-06-22T19:28:12.450Z Compiling impl-trait-for-tuples v0.2.3
26542026-06-22T19:28:12.468Z Checking openssl-probe v0.1.6
26552026-06-22T19:28:12.468Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26562026-06-22T19:28:13.275Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26572026-06-22T19:28:13.704Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26582026-06-22T19:28:13.872Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26592026-06-22T19:28:14.039Z Compiling fs-err v2.11.0
26602026-06-22T19:28:14.478Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26612026-06-22T19:28:14.589Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26622026-06-22T19:28:14.737Z Checking p384 v0.13.1
26632026-06-22T19:28:14.848Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26642026-06-22T19:28:15.041Z Checking parse-size v1.1.0
26652026-06-22T19:28:15.166Z Checking assert_matches v1.5.0
26662026-06-22T19:28:15.192Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26672026-06-22T19:28:15.225Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26682026-06-22T19:28:15.271Z Checking bb8 v0.8.6
26692026-06-22T19:28:15.470Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26702026-06-22T19:28:15.584Z Checking predicates-tree v1.0.13
26712026-06-22T19:28:15.770Z Checking nonempty v0.12.0
26722026-06-22T19:28:15.967Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
26732026-06-22T19:28:16.002Z Compiling mime_guess v2.0.5
26742026-06-22T19:28:16.115Z Checking http-range v0.1.5
26752026-06-22T19:28:16.280Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26762026-06-22T19:28:16.422Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26772026-06-22T19:28:16.675Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26782026-06-22T19:28:16.747Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
26792026-06-22T19:28:16.802Z Checking atty v0.2.14
26802026-06-22T19:28:17.274Z Checking corncobs v0.1.4
26812026-06-22T19:28:17.279Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26822026-06-22T19:28:17.279Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26832026-06-22T19:28:17.279Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26842026-06-22T19:28:17.297Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26852026-06-22T19:28:17.329Z Checking ignore v0.4.25
26862026-06-22T19:28:17.364Z Checking secrecy v0.8.0
26872026-06-22T19:28:17.712Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
26882026-06-22T19:28:17.808Z Checking globwalk v0.9.1
26892026-06-22T19:28:17.935Z Checking hyper-staticfile v0.10.1
26902026-06-22T19:28:18.003Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
26912026-06-22T19:28:18.147Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
26922026-06-22T19:28:18.236Z Compiling illumos-nvpair-sys v0.2.0
26932026-06-22T19:28:18.271Z Checking camino-tempfile-ext v0.3.3
26942026-06-22T19:28:18.328Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
26952026-06-22T19:28:18.508Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
26962026-06-22T19:28:18.512Z Checking signal-hook-tokio v0.3.1
26972026-06-22T19:28:19.147Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26982026-06-22T19:28:19.215Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26992026-06-22T19:28:19.215Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27002026-06-22T19:28:19.215Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27012026-06-22T19:28:19.804Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27022026-06-22T19:28:20.360Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27032026-06-22T19:28:20.628Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27042026-06-22T19:28:20.767Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27052026-06-22T19:28:22.379Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27062026-06-22T19:28:22.468Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27072026-06-22T19:28:22.468Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27082026-06-22T19:28:22.468Z Checking illumos-nvpair v0.3.0
27092026-06-22T19:28:22.468Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27102026-06-22T19:28:22.468Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27112026-06-22T19:28:22.468Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27122026-06-22T19:28:22.468Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27132026-06-22T19:28:22.468Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
27142026-06-22T19:28:22.468Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
27152026-06-22T19:28:22.468Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27162026-06-22T19:28:22.468Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27172026-06-22T19:28:22.536Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27182026-06-22T19:28:22.643Z Checking tungstenite v0.23.0
27192026-06-22T19:28:22.790Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27202026-06-22T19:28:22.825Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27212026-06-22T19:28:23.110Z Checking async-bb8-diesel v0.2.1
27222026-06-22T19:28:23.261Z Checking diesel-dtrace v0.5.0
27232026-06-22T19:28:23.510Z Checking tokio-tungstenite v0.23.1
27242026-06-22T19:28:23.549Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27252026-06-22T19:28:23.810Z Checking rand_seeder v0.4.0
27262026-06-22T19:28:23.916Z Checking void v1.0.2
27272026-06-22T19:28:23.969Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27282026-06-22T19:28:24.003Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27292026-06-22T19:28:24.059Z Checking lzss v0.8.2
27302026-06-22T19:28:24.144Z Checking nix v0.27.1
27312026-06-22T19:28:24.190Z Checking serde_bytes v0.11.19
27322026-06-22T19:28:24.300Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27332026-06-22T19:28:24.305Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27342026-06-22T19:28:24.394Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27352026-06-22T19:28:24.724Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27362026-06-22T19:28:25.048Z Checking is_ci v1.2.0
27372026-06-22T19:28:25.158Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27382026-06-22T19:28:25.384Z Checking yansi v1.0.1
27392026-06-22T19:28:25.404Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27402026-06-22T19:28:25.489Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27412026-06-22T19:28:25.662Z Checking pretty_assertions v1.4.1
27422026-06-22T19:28:25.737Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27432026-06-22T19:28:25.828Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27442026-06-22T19:28:25.925Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
27452026-06-22T19:28:26.103Z Compiling darling_core v0.23.0
27462026-06-22T19:28:26.142Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27472026-06-22T19:28:27.333Z Compiling indoc v2.0.7
27482026-06-22T19:28:27.441Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27492026-06-22T19:28:27.656Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27502026-06-22T19:28:27.800Z Compiling libz-sys v1.1.24
27512026-06-22T19:28:28.219Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27522026-06-22T19:28:28.454Z Compiling instability v0.3.11
27532026-06-22T19:28:28.486Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27542026-06-22T19:28:28.925Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27552026-06-22T19:28:28.930Z Compiling darling_macro v0.23.0
27562026-06-22T19:28:28.976Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27572026-06-22T19:28:29.212Z Checking castaway v0.2.4
27582026-06-22T19:28:29.280Z Compiling darling v0.23.0
27592026-06-22T19:28:29.362Z Checking compact_str v0.8.1
27602026-06-22T19:28:29.777Z Checking supports-color v3.0.2
27612026-06-22T19:28:29.947Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27622026-06-22T19:28:30.084Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27632026-06-22T19:28:30.176Z Checking unicode-truncate v1.1.0
27642026-06-22T19:28:30.217Z Checking console v0.16.2
27652026-06-22T19:28:30.283Z Checking lru v0.12.5
27662026-06-22T19:28:30.306Z Compiling libgit2-sys v0.18.3+1.9.2
27672026-06-22T19:28:30.355Z Checking cassowary v0.3.0
27682026-06-22T19:28:30.461Z Checking unit-prefix v0.5.2
27692026-06-22T19:28:30.623Z Checking ratatui v0.29.0
27702026-06-22T19:28:30.660Z Checking indicatif v0.18.4
27712026-06-22T19:28:30.836Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
27722026-06-22T19:28:31.083Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27732026-06-22T19:28:31.334Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27742026-06-22T19:28:31.984Z Compiling vergen-git2 v9.1.0
27752026-06-22T19:28:32.056Z Checking plotters-backend v0.3.7
27762026-06-22T19:28:32.673Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
27772026-06-22T19:28:32.676Z Checking plotters-svg v0.3.7
27782026-06-22T19:28:32.676Z Compiling rustls v0.21.12
27792026-06-22T19:28:32.676Z Checking cast v0.3.0
27802026-06-22T19:28:32.725Z Checking criterion-plot v0.6.0
27812026-06-22T19:28:32.849Z Checking plotters v0.3.7
27822026-06-22T19:28:33.044Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27832026-06-22T19:28:33.079Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
27842026-06-22T19:28:33.307Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
27852026-06-22T19:28:33.545Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
27862026-06-22T19:28:33.641Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
27872026-06-22T19:28:33.774Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
27882026-06-22T19:28:33.874Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
27892026-06-22T19:28:34.000Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
27902026-06-22T19:28:34.055Z Checking colored v2.2.0
27912026-06-22T19:28:34.099Z Checking rustls-webpki v0.101.7
27922026-06-22T19:28:34.290Z Checking sct v0.7.1
27932026-06-22T19:28:34.505Z Checking tinytemplate v1.2.1
27942026-06-22T19:28:34.541Z Checking oorandom v11.1.5
27952026-06-22T19:28:34.643Z Checking shell-words v1.1.1
27962026-06-22T19:28:34.677Z Checking anes v0.1.6
27972026-06-22T19:28:34.844Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27982026-06-22T19:28:34.889Z Checking criterion v0.7.0
27992026-06-22T19:28:36.232Z Checking typeid v1.0.3
28002026-06-22T19:28:36.265Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28012026-06-22T19:28:36.370Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28022026-06-22T19:28:37.031Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28032026-06-22T19:28:37.871Z Checking hex-literal v0.4.1
28042026-06-22T19:28:38.009Z Checking erased-serde v0.4.9
28052026-06-22T19:28:38.399Z Checking tokio-rustls v0.24.1
28062026-06-22T19:28:38.643Z Checking rustls-pemfile v1.0.4
28072026-06-22T19:28:38.842Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28082026-06-22T19:28:39.054Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28092026-06-22T19:28:39.478Z Checking twox-hash v2.1.2
28102026-06-22T19:28:39.711Z Checking ordered-float v2.10.1
28112026-06-22T19:28:39.869Z Checking serde-untagged v0.1.9
28122026-06-22T19:28:39.994Z Checking serde-value v0.7.0
28132026-06-22T19:28:40.105Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28142026-06-22T19:28:40.236Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28152026-06-22T19:28:40.432Z Checking fatfs v0.3.6
28162026-06-22T19:28:40.941Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28172026-06-22T19:28:41.117Z Checking unicode-xid v0.2.6
28182026-06-22T19:28:41.267Z Compiling seq-macro v0.3.6
28192026-06-22T19:28:41.317Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28202026-06-22T19:28:41.498Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28212026-06-22T19:28:41.809Z Checking cargo-util-schemas v0.8.2
28222026-06-22T19:28:42.014Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28232026-06-22T19:28:42.292Z Checking cargo-platform v0.2.0
28242026-06-22T19:28:42.516Z Compiling petname v2.0.2
28252026-06-22T19:28:42.754Z Checking cargo_metadata v0.21.0
28262026-06-22T19:28:42.834Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28272026-06-22T19:28:43.199Z Checking concurrent-queue v2.5.0
28282026-06-22T19:28:43.417Z Checking rtoolbox v0.0.3
28292026-06-22T19:28:43.532Z Checking parking v2.2.1
28302026-06-22T19:28:43.585Z Checking rpassword v7.4.0
28312026-06-22T19:28:43.687Z Checking event-listener v5.4.1
28322026-06-22T19:28:43.954Z Checking tui-tree-widget v0.23.1
28332026-06-22T19:28:44.152Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28342026-06-22T19:28:44.250Z Checking polyval v0.6.2
28352026-06-22T19:28:44.360Z Checking sapling-renderdag v0.1.0
28362026-06-22T19:28:44.453Z Checking sync-ptr v0.1.4
28372026-06-22T19:28:44.605Z Checking ghash v0.5.1
28382026-06-22T19:28:44.637Z Checking event-listener-strategy v0.5.4
28392026-06-22T19:28:44.753Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28402026-06-22T19:28:44.803Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28412026-06-22T19:28:45.041Z Checking ctr v0.9.2
28422026-06-22T19:28:45.247Z Checking arrayref v0.3.9
28432026-06-22T19:28:45.369Z Checking constant_time_eq v0.4.2
28442026-06-22T19:28:45.459Z Checking arrayvec v0.7.6
28452026-06-22T19:28:45.521Z Checking futures-timer v3.0.3
28462026-06-22T19:28:45.685Z Checking aes-gcm v0.10.3
28472026-06-22T19:28:45.782Z Checking async-lock v3.4.2
28482026-06-22T19:28:45.866Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28492026-06-22T19:28:46.197Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28502026-06-22T19:28:46.449Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28512026-06-22T19:28:46.862Z Checking ssh-encoding v0.2.0
28522026-06-22T19:28:47.099Z Checking blowfish v0.9.1
28532026-06-22T19:28:47.298Z Compiling strsim v0.10.0
28542026-06-22T19:28:47.443Z Checking bcrypt-pbkdf v0.10.0
28552026-06-22T19:28:47.643Z Compiling darling_core v0.13.4
28562026-06-22T19:28:47.672Z Checking ssh-cipher v0.2.0
28572026-06-22T19:28:47.905Z Checking async-object-pool v0.2.0
28582026-06-22T19:28:48.025Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28592026-06-22T19:28:48.441Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28602026-06-22T19:28:49.116Z Checking serde_regex v1.1.0
28612026-06-22T19:28:49.227Z Checking password-hash v0.4.2
28622026-06-22T19:28:49.307Z Checking assert-json-diff v2.0.2
28632026-06-22T19:28:49.883Z Checking path-tree v0.8.3
28642026-06-22T19:28:49.887Z Checking stringmetrics v2.2.2
28652026-06-22T19:28:49.887Z Checking gimli v0.32.3
28662026-06-22T19:28:49.887Z Compiling samael v0.0.19
28672026-06-22T19:28:49.887Z Compiling target-lexicon v0.13.3
28682026-06-22T19:28:49.887Z Checking httpmock v0.8.3
28692026-06-22T19:28:50.281Z Compiling darling_macro v0.13.4
28702026-06-22T19:28:50.807Z Checking pbkdf2 v0.11.0
28712026-06-22T19:28:50.997Z Checking ssh-key v0.6.7
28722026-06-22T19:28:51.137Z Checking addr2line v0.25.1
28732026-06-22T19:28:51.732Z Checking p256 v0.13.2
28742026-06-22T19:28:51.989Z Checking p521 v0.13.3
28752026-06-22T19:28:52.024Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28762026-06-22T19:28:52.326Z Checking russh-cryptovec v0.7.3
28772026-06-22T19:28:52.490Z Checking md5 v0.7.0
28782026-06-22T19:28:52.645Z Checking rustc-demangle v0.1.27
28792026-06-22T19:28:52.710Z Compiling guppy-workspace-hack v0.1.0
28802026-06-22T19:28:52.913Z Checking backtrace v0.3.76
28812026-06-22T19:28:52.994Z Checking russh-keys v0.45.0
28822026-06-22T19:28:53.257Z Compiling darling v0.13.4
28832026-06-22T19:28:53.415Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
28842026-06-22T19:28:53.640Z Checking num-bigint v0.4.6
28852026-06-22T19:28:53.673Z Checking des v0.8.1
28862026-06-22T19:28:53.860Z Compiling blake3 v1.8.3
28872026-06-22T19:28:53.864Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
28882026-06-22T19:28:54.256Z Compiling target-spec v3.5.7
28892026-06-22T19:28:54.342Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
28902026-06-22T19:28:54.647Z Checking russh v0.45.0
28912026-06-22T19:28:54.926Z Checking cfg-expr v0.20.6
28922026-06-22T19:28:54.990Z Compiling serde_with_macros v1.5.2
28932026-06-22T19:28:55.139Z Checking backtrace-ext v0.2.1
28942026-06-22T19:28:55.346Z Checking supports-color v2.1.0
28952026-06-22T19:28:55.373Z Checking textwrap v0.15.2
28962026-06-22T19:28:55.509Z Checking supports-unicode v2.1.0
28972026-06-22T19:28:55.611Z Checking supports-hyperlinks v2.1.0
28982026-06-22T19:28:55.659Z Checking hashbrown v0.14.5
28992026-06-22T19:28:55.774Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29002026-06-22T19:28:55.864Z Checking cargo-platform v0.3.2
29012026-06-22T19:28:55.993Z Checking terminal_size v0.1.17
29022026-06-22T19:28:56.075Z Compiling miette-derive v5.10.0
29032026-06-22T19:28:56.132Z Checking owo-colors v3.5.0
29042026-06-22T19:28:56.180Z Checking internet-checksum v0.2.1
29052026-06-22T19:28:56.562Z Checking chumsky v0.9.3
29062026-06-22T19:28:56.718Z Checking cargo_metadata v0.23.1
29072026-06-22T19:28:57.275Z Checking miette v5.10.0
29082026-06-22T19:28:57.528Z Compiling serde_with v1.14.0
29092026-06-22T19:28:57.869Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29102026-06-22T19:28:58.005Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29112026-06-22T19:28:58.038Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29122026-06-22T19:28:58.382Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
29132026-06-22T19:28:58.522Z Compiling git2 v0.20.4
29142026-06-22T19:28:58.599Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29152026-06-22T19:28:58.687Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29162026-06-22T19:28:58.831Z Compiling knuffel-derive v3.2.0
29172026-06-22T19:28:58.871Z Checking httptest v0.16.4
29182026-06-22T19:28:58.909Z Checking pathdiff v0.2.3
29192026-06-22T19:28:59.046Z Checking topological-sort v0.2.2
29202026-06-22T19:28:59.225Z Checking nested v0.1.1
29212026-06-22T19:28:59.285Z Checking omicron-zone-package v0.12.2
29222026-06-22T19:28:59.400Z Checking guppy v0.17.25
29232026-06-22T19:28:59.556Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29242026-06-22T19:29:00.221Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29252026-06-22T19:29:00.376Z Checking knuffel v3.2.0
29262026-06-22T19:29:00.409Z Checking similar-asserts v1.7.0
29272026-06-22T19:29:00.500Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29282026-06-22T19:29:00.605Z Compiling target-triple v1.0.0
29292026-06-22T19:29:00.662Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29302026-06-22T19:29:01.087Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
29312026-06-22T19:29:01.256Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29322026-06-22T19:29:01.567Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29332026-06-22T19:29:01.700Z Checking hickory-client v0.25.2
29342026-06-22T19:29:02.317Z Checking tokio-test v0.4.5
29352026-06-22T19:29:02.323Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
29362026-06-22T19:29:02.323Z Compiling assert_cmd v2.1.2
29372026-06-22T19:29:02.323Z Checking escape8259 v0.5.3
29382026-06-22T19:29:02.384Z Checking libtest-mimic v0.8.1
29392026-06-22T19:29:02.665Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29402026-06-22T19:29:02.701Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29412026-06-22T19:29:02.808Z Checking blake2b_simd v1.0.4
29422026-06-22T19:29:03.237Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29432026-06-22T19:29:03.400Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29442026-06-22T19:29:03.644Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29452026-06-22T19:29:03.806Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29462026-06-22T19:29:03.879Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29472026-06-22T19:29:04.043Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29482026-06-22T19:29:04.297Z Checking fancy-regex v0.14.0
29492026-06-22T19:29:04.525Z Checking serde_tokenstream v0.2.3
29502026-06-22T19:29:04.705Z Checking approx v0.5.1
29512026-06-22T19:29:04.784Z Checking uzers v0.12.2
29522026-06-22T19:29:04.864Z Compiling rstest_macros v0.25.0
29532026-06-22T19:29:05.016Z Checking constant_time_eq v0.3.1
29542026-06-22T19:29:05.190Z Compiling linkme-impl v0.3.35
29552026-06-22T19:29:05.230Z Checking termcolor v1.4.1
29562026-06-22T19:29:05.252Z Compiling polar-core v0.27.3
29572026-06-22T19:29:05.434Z Checking trybuild v1.0.116
29582026-06-22T19:29:05.676Z Checking rust-argon2 v2.1.0
29592026-06-22T19:29:05.938Z Checking datatest-stable v0.3.3
29602026-06-22T19:29:06.742Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29612026-06-22T19:29:06.748Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29622026-06-22T19:29:06.748Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29632026-06-22T19:29:07.254Z Checking support-bundle-viewer v0.1.2
29642026-06-22T19:29:07.513Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
29652026-06-22T19:29:07.542Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
29662026-06-22T19:29:08.143Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
29672026-06-22T19:29:08.146Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29682026-06-22T19:29:08.147Z Checking drift v0.2.0
29692026-06-22T19:29:08.147Z Checking rand_distr v0.5.1
29702026-06-22T19:29:08.147Z Checking multimap v0.10.1
29712026-06-22T19:29:08.210Z Compiling relative-path v1.9.3
29722026-06-22T19:29:08.727Z Compiling linkme v0.3.35
29732026-06-22T19:29:08.731Z Checking dropshot-api-manager v0.7.2
29742026-06-22T19:29:09.590Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29752026-06-22T19:29:10.138Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
29762026-06-22T19:29:10.286Z Checking oso v0.27.3
29772026-06-22T19:29:10.331Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
29782026-06-22T19:29:10.486Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
29792026-06-22T19:29:10.727Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29802026-06-22T19:29:10.897Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
29812026-06-22T19:29:10.947Z Checking cargo_toml v0.21.0
29822026-06-22T19:29:11.208Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
29832026-06-22T19:29:11.257Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
29842026-06-22T19:29:11.596Z Checking partial-io v0.5.4
29852026-06-22T19:29:11.726Z Checking termios v0.3.3
29862026-06-22T19:29:12.185Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
29872026-06-22T19:29:12.191Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
29882026-06-22T19:29:12.191Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
29892026-06-22T19:29:12.191Z Checking rstest v0.25.0
29902026-06-22T19:29:14.032Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29912026-06-22T19:29:16.724Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
29922026-06-22T19:29:22.800Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29932026-06-22T19:29:23.895Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29942026-06-22T19:29:24.989Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
29952026-06-22T19:29:27.931Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
29962026-06-22T19:29:31.906Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
29972026-06-22T19:29:36.758Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
29982026-06-22T19:29:40.154Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29992026-06-22T19:29:40.701Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30002026-06-22T19:29:41.169Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30012026-06-22T19:29:44.258Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30022026-06-22T19:29:51.711Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30032026-06-22T19:30:01.584Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
30042026-06-22T19:31:06.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 05s
30052026-06-22T19:31:07.035Z
30062026-06-22T19:31:07.039Zreal 4:08.563145104
30072026-06-22T19:31:07.039Zuser 21:13.539728391
30082026-06-22T19:31:07.039Zsys 4:52.274282242
30092026-06-22T19:31:07.039Ztrap 0.511927207
30102026-06-22T19:31:07.039Ztflt 0.478286891
30112026-06-22T19:31:07.039Zdflt 0.407001476
30122026-06-22T19:31:07.039Zkflt 0.004889370
30132026-06-22T19:31:07.039Zlock 57:40.811302395
30142026-06-22T19:31:07.039Zslp 57:58.947648620
30152026-06-22T19:31:07.039Zlat 1:50.279609592
30162026-06-22T19:31:07.040Zstop 10:52.674335365
30172026-06-22T19:31:07.040Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30182026-06-22T19:31:07.040Z+ ptime -m cargo doc --workspace --no-deps
30192026-06-22T19:31:07.833Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30202026-06-22T19:31:07.833Z |
30212026-06-22T19:31:07.833Z = 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)`
30222026-06-22T19:31:07.833Z = 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>
30232026-06-22T19:31:08.845Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30242026-06-22T19:31:09.075Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30252026-06-22T19:31:09.120Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30262026-06-22T19:31:09.181Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30272026-06-22T19:31:09.244Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
30282026-06-22T19:31:09.338Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
30292026-06-22T19:31:09.396Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30302026-06-22T19:31:09.405Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30312026-06-22T19:31:09.418Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30322026-06-22T19:31:09.450Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30332026-06-22T19:31:09.535Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30342026-06-22T19:31:09.651Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30352026-06-22T19:31:09.674Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30362026-06-22T19:31:09.734Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30372026-06-22T19:31:09.757Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30382026-06-22T19:31:09.779Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30392026-06-22T19:31:09.799Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30402026-06-22T19:31:09.822Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30412026-06-22T19:31:09.825Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30422026-06-22T19:31:09.868Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30432026-06-22T19:31:09.928Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30442026-06-22T19:31:10.327Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30452026-06-22T19:31:10.503Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30462026-06-22T19:31:10.529Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30472026-06-22T19:31:10.655Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30482026-06-22T19:31:10.678Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30492026-06-22T19:31:10.702Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30502026-06-22T19:31:10.894Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30512026-06-22T19:31:10.946Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30522026-06-22T19:31:11.068Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30532026-06-22T19:31:11.138Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30542026-06-22T19:31:11.190Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30552026-06-22T19:31:11.329Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30562026-06-22T19:31:11.342Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30572026-06-22T19:31:11.391Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30582026-06-22T19:31:11.446Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30592026-06-22T19:31:11.534Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30602026-06-22T19:31:11.582Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30612026-06-22T19:31:11.818Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30622026-06-22T19:31:11.852Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30632026-06-22T19:31:12.187Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30642026-06-22T19:31:12.235Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30652026-06-22T19:31:12.399Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30662026-06-22T19:31:12.442Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30672026-06-22T19:31:12.514Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30682026-06-22T19:31:12.540Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30692026-06-22T19:31:12.711Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30702026-06-22T19:31:12.757Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30712026-06-22T19:31:12.792Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30722026-06-22T19:31:12.825Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30732026-06-22T19:31:12.947Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30742026-06-22T19:31:13.020Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30752026-06-22T19:31:13.068Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30762026-06-22T19:31:13.093Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
30772026-06-22T19:31:13.178Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30782026-06-22T19:31:13.203Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30792026-06-22T19:31:13.253Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
30802026-06-22T19:31:13.275Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
30812026-06-22T19:31:13.296Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
30822026-06-22T19:31:13.386Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30832026-06-22T19:31:13.661Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
30842026-06-22T19:31:13.763Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
30852026-06-22T19:31:13.869Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
30862026-06-22T19:31:13.989Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
30872026-06-22T19:31:14.306Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
30882026-06-22T19:31:14.470Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
30892026-06-22T19:31:14.769Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
30902026-06-22T19:31:14.822Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
30912026-06-22T19:31:14.825Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30922026-06-22T19:31:15.052Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
30932026-06-22T19:31:15.129Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30942026-06-22T19:31:15.151Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
30952026-06-22T19:31:15.320Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
30962026-06-22T19:31:15.494Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
30972026-06-22T19:31:15.679Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
30982026-06-22T19:31:15.702Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
30992026-06-22T19:31:16.061Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31002026-06-22T19:31:16.393Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31012026-06-22T19:31:16.505Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31022026-06-22T19:31:16.604Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31032026-06-22T19:31:16.650Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31042026-06-22T19:31:16.762Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31052026-06-22T19:31:16.843Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
31062026-06-22T19:31:16.878Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
31072026-06-22T19:31:17.000Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
31082026-06-22T19:31:17.031Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31092026-06-22T19:31:17.104Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31102026-06-22T19:31:17.256Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
31112026-06-22T19:31:17.280Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
31122026-06-22T19:31:17.283Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31132026-06-22T19:31:17.322Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
31142026-06-22T19:31:17.483Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
31152026-06-22T19:31:17.552Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31162026-06-22T19:31:17.573Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31172026-06-22T19:31:17.594Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31182026-06-22T19:31:17.648Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
31192026-06-22T19:31:17.756Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31202026-06-22T19:31:17.826Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
31212026-06-22T19:31:17.829Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
31222026-06-22T19:31:17.869Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31232026-06-22T19:31:17.869Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
31242026-06-22T19:31:17.936Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31252026-06-22T19:31:18.025Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31262026-06-22T19:31:18.091Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31272026-06-22T19:31:18.141Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31282026-06-22T19:31:18.177Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31292026-06-22T19:31:18.294Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
31302026-06-22T19:31:18.483Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31312026-06-22T19:31:18.488Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31322026-06-22T19:31:18.515Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31332026-06-22T19:31:18.953Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31342026-06-22T19:31:19.105Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31352026-06-22T19:31:19.213Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31362026-06-22T19:31:19.902Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31372026-06-22T19:31:19.998Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31382026-06-22T19:31:20.238Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31392026-06-22T19:31:20.686Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31402026-06-22T19:31:20.740Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31412026-06-22T19:31:20.759Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31422026-06-22T19:31:21.427Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
31432026-06-22T19:31:22.064Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31442026-06-22T19:31:22.258Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31452026-06-22T19:31:22.957Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31462026-06-22T19:31:23.272Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31472026-06-22T19:31:23.549Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31482026-06-22T19:31:23.622Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31492026-06-22T19:31:23.651Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31502026-06-22T19:31:23.915Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31512026-06-22T19:31:24.278Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
31522026-06-22T19:31:24.303Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31532026-06-22T19:31:24.303Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31542026-06-22T19:31:24.943Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31552026-06-22T19:31:25.050Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31562026-06-22T19:31:25.548Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31572026-06-22T19:31:25.613Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31582026-06-22T19:31:25.782Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31592026-06-22T19:31:26.012Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31602026-06-22T19:31:26.086Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31612026-06-22T19:31:26.301Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31622026-06-22T19:31:27.008Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31632026-06-22T19:31:27.083Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31642026-06-22T19:31:27.748Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31652026-06-22T19:31:27.942Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31662026-06-22T19:31:28.157Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31672026-06-22T19:31:28.789Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31682026-06-22T19:31:29.308Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31692026-06-22T19:31:29.548Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31702026-06-22T19:31:29.873Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31712026-06-22T19:31:30.312Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31722026-06-22T19:31:30.375Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31732026-06-22T19:31:30.400Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31742026-06-22T19:31:31.604Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31752026-06-22T19:31:31.977Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31762026-06-22T19:31:32.580Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31772026-06-22T19:31:32.952Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31782026-06-22T19:31:33.894Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31792026-06-22T19:31:36.255Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31802026-06-22T19:31:36.541Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31812026-06-22T19:31:36.622Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31822026-06-22T19:31:37.712Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31832026-06-22T19:31:37.834Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31842026-06-22T19:31:38.147Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31852026-06-22T19:31:38.462Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
31862026-06-22T19:31:39.385Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
31872026-06-22T19:31:40.190Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31882026-06-22T19:31:40.887Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
31892026-06-22T19:31:41.041Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
31902026-06-22T19:31:41.392Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
31912026-06-22T19:31:41.511Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
31922026-06-22T19:31:41.971Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
31932026-06-22T19:31:42.160Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
31942026-06-22T19:31:42.200Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
31952026-06-22T19:31:42.676Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
31962026-06-22T19:31:42.700Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
31972026-06-22T19:31:42.761Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
31982026-06-22T19:31:42.934Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
31992026-06-22T19:31:43.164Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32002026-06-22T19:31:43.392Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32012026-06-22T19:31:43.442Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32022026-06-22T19:31:43.940Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32032026-06-22T19:31:44.398Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32042026-06-22T19:31:45.669Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32052026-06-22T19:31:45.854Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32062026-06-22T19:31:46.309Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32072026-06-22T19:31:46.438Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32082026-06-22T19:31:47.113Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32092026-06-22T19:31:48.174Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32102026-06-22T19:31:48.381Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32112026-06-22T19:31:51.215Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32122026-06-22T19:31:51.886Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32132026-06-22T19:31:52.648Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32142026-06-22T19:31:53.926Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32152026-06-22T19:31:58.131Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32162026-06-22T19:31:58.386Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32172026-06-22T19:31:58.386Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32182026-06-22T19:31:58.464Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32192026-06-22T19:31:58.888Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32202026-06-22T19:31:59.674Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32212026-06-22T19:32:00.764Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32222026-06-22T19:32:01.687Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32232026-06-22T19:32:04.218Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32242026-06-22T19:32:04.894Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32252026-06-22T19:32:05.696Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32262026-06-22T19:32:06.449Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32272026-06-22T19:32:09.614Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32282026-06-22T19:32:10.470Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32292026-06-22T19:32:11.195Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32302026-06-22T19:32:12.107Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32312026-06-22T19:32:12.905Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32322026-06-22T19:32:13.693Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32332026-06-22T19:32:15.212Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32342026-06-22T19:32:15.995Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32352026-06-22T19:32:16.879Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32362026-06-22T19:32:16.973Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32372026-06-22T19:32:18.046Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32382026-06-22T19:32:18.700Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32392026-06-22T19:32:19.597Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32402026-06-22T19:32:22.913Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32412026-06-22T19:32:24.646Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32422026-06-22T19:32:24.765Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32432026-06-22T19:32:25.593Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32442026-06-22T19:32:26.686Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32452026-06-22T19:32:27.536Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
32462026-06-22T19:32:29.345Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32472026-06-22T19:32:32.167Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32482026-06-22T19:32:32.385Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32492026-06-22T19:32:33.355Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32502026-06-22T19:32:34.990Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32512026-06-22T19:32:38.568Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32522026-06-22T19:32:38.795Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32532026-06-22T19:32:40.172Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32542026-06-22T19:32:40.807Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32552026-06-22T19:32:42.605Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32562026-06-22T19:32:46.033Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32572026-06-22T19:32:47.334Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32582026-06-22T19:32:48.900Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32592026-06-22T19:32:50.446Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32602026-06-22T19:32:52.791Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
32612026-06-22T19:32:55.403Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32622026-06-22T19:32:55.732Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32632026-06-22T19:32:57.228Z Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
32642026-06-22T19:32:57.442Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
32652026-06-22T19:32:59.104Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32662026-06-22T19:33:01.049Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32672026-06-22T19:33:02.992Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32682026-06-22T19:33:05.013Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32692026-06-22T19:33:06.625Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32702026-06-22T19:33:08.486Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32712026-06-22T19:33:10.239Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32722026-06-22T19:33:12.413Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32732026-06-22T19:33:13.898Z Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
32742026-06-22T19:33:16.897Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32752026-06-22T19:33:17.647Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32762026-06-22T19:33:19.416Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32772026-06-22T19:33:21.220Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32782026-06-22T19:33:22.830Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32792026-06-22T19:33:24.595Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32802026-06-22T19:33:28.429Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32812026-06-22T19:33:30.137Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32822026-06-22T19:33:32.060Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32832026-06-22T19:33:34.112Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
32842026-06-22T19:33:38.662Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
32852026-06-22T19:33:39.838Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32862026-06-22T19:33:42.986Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32872026-06-22T19:33:45.169Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
32882026-06-22T19:33:46.224Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
32892026-06-22T19:33:49.297Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32902026-06-22T19:33:50.993Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
32912026-06-22T19:33:53.145Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32922026-06-22T19:33:55.430Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32932026-06-22T19:33:57.896Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32942026-06-22T19:34:00.454Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32952026-06-22T19:34:02.512Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32962026-06-22T19:34:05.127Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32972026-06-22T19:34:06.849Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32982026-06-22T19:34:09.160Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32992026-06-22T19:34:11.419Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33002026-06-22T19:34:13.662Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33012026-06-22T19:34:15.939Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33022026-06-22T19:34:18.306Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33032026-06-22T19:34:20.621Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
33042026-06-22T19:34:22.841Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33052026-06-22T19:34:25.198Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33062026-06-22T19:34:27.606Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33072026-06-22T19:34:29.865Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33082026-06-22T19:34:32.332Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33092026-06-22T19:34:34.681Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33102026-06-22T19:34:37.066Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33112026-06-22T19:34:39.470Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33122026-06-22T19:34:41.885Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33132026-06-22T19:34:44.266Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33142026-06-22T19:34:46.685Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33152026-06-22T19:34:49.059Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33162026-06-22T19:34:51.367Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33172026-06-22T19:34:53.841Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33182026-06-22T19:34:56.813Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33192026-06-22T19:34:58.776Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33202026-06-22T19:35:01.213Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33212026-06-22T19:35:03.659Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33222026-06-22T19:35:06.101Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33232026-06-22T19:35:08.545Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33242026-06-22T19:35:10.977Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33252026-06-22T19:35:13.368Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33262026-06-22T19:35:16.370Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33272026-06-22T19:35:18.547Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33282026-06-22T19:35:21.048Z Documenting ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
33292026-06-22T19:35:23.449Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33302026-06-22T19:35:26.191Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33312026-06-22T19:35:28.667Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33322026-06-22T19:35:31.293Z Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
33332026-06-22T19:35:33.609Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33342026-06-22T19:35:36.279Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33352026-06-22T19:35:38.833Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33362026-06-22T19:35:41.476Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33372026-06-22T19:35:44.199Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33382026-06-22T19:35:46.854Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33392026-06-22T19:35:49.460Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33402026-06-22T19:35:52.040Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33412026-06-22T19:35:54.660Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33422026-06-22T19:35:57.397Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33432026-06-22T19:36:00.094Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33442026-06-22T19:36:03.044Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33452026-06-22T19:36:05.511Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33462026-06-22T19:36:08.119Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33472026-06-22T19:36:15.926Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33482026-06-22T19:36:16.329Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33492026-06-22T19:36:19.715Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33502026-06-22T19:36:24.479Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
33512026-06-22T19:36:27.435Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33522026-06-22T19:36:31.304Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33532026-06-22T19:36:34.973Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33542026-06-22T19:36:38.849Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
33552026-06-22T19:36:42.598Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33562026-06-22T19:36:46.336Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33572026-06-22T19:36:50.218Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33582026-06-22T19:36:53.943Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33592026-06-22T19:36:57.653Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33602026-06-22T19:37:01.405Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
33612026-06-22T19:37:05.355Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33622026-06-22T19:37:09.052Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33632026-06-22T19:37:12.855Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33642026-06-22T19:37:16.597Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33652026-06-22T19:37:20.462Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
33662026-06-22T19:37:24.144Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33672026-06-22T19:37:27.988Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33682026-06-22T19:37:31.877Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
33692026-06-22T19:37:35.597Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
33702026-06-22T19:37:41.068Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
33712026-06-22T19:38:09.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 02s
33722026-06-22T19:38:09.994Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 200 other files
33732026-06-22T19:38:10.101Z
33742026-06-22T19:38:10.101Zreal 7:02.970663498
33752026-06-22T19:38:10.101Zuser 18:24.981790266
33762026-06-22T19:38:10.101Zsys 3:53.871245958
33772026-06-22T19:38:10.102Ztrap 0.266599694
33782026-06-22T19:38:10.102Ztflt 0.025128033
33792026-06-22T19:38:10.102Zdflt 0.079304733
33802026-06-22T19:38:10.102Zkflt 0.000023990
33812026-06-22T19:38:10.102Zlock 6:36:39.827176032
33822026-06-22T19:38:10.102Zslp 2:22:53.039830610
33832026-06-22T19:38:10.102Zlat 31.295657815
33842026-06-22T19:38:10.102Zstop 1:37.861279200
33852026-06-22T19:38:10.110Zprocess exited: duration 830606 ms, exit code 0
 
33862026-06-22T19:38:10.138Zfound 0 output files