01KS4Z1PA15WC9VYXVZZEWR9MQ: clippy (helios)

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

Buildomat Job: 01KS4Z23P7FT9N2B9595A9KKMK

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-21T09:50:47.087Zjob assigned to worker 01KS4Z2E3QKFC7QZY1YGD1HGS1 [factory aws, i-046b4cd38ebe5d608] (queued for 51 s)
 
22026-05-21T09:50:53.176Zstarting task 0: "setup"
32026-05-21T09:50:53.183Z++ uname -s
42026-05-21T09:50:53.186Z+ kern=SunOS
52026-05-21T09:50:53.186Z+ build_user=build
62026-05-21T09:50:53.186Z+ build_uid=12345
72026-05-21T09:50:53.186Z+ work_dir=/work
82026-05-21T09:50:53.186Z+ input_dir=/input
92026-05-21T09:50:53.186Z+ [[ 0 == 12345 ]]
102026-05-21T09:50:53.186Z+ case "$kern" in
112026-05-21T09:50:53.186Z+ groupadd -g 12345 build
122026-05-21T09:50:53.189Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-21T09:50:55.193Z+ zfs create -o mountpoint=/work rpool/work
142026-05-21T09:50:55.310Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-21T09:50:55.312Z+ home_fs=zfs
162026-05-21T09:50:55.312Z+ [[ zfs == autofs ]]
172026-05-21T09:50:55.313Z+ mkdir -p /home/build
182026-05-21T09:50:55.313Z+ chown build:build /home/build /work
192026-05-21T09:50:57.314Z+ chmod 0700 /home/build /work
202026-05-21T09:50:57.316Zprocess exited: duration 4139 ms, exit code 0
 
212026-05-21T09:50:57.327Zstarting task 1: "rust-toolchain"
222026-05-21T09:50:57.332Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-21T09:50:57.332Z * rust toolchain channel = "1.94.0"
242026-05-21T09:50:57.332Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-05-21T09:50:57.332Z * rust toolchain profile = "default"
262026-05-21T09:50:57.332Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-21T09:50:57.337Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-21T09:50:57.337Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-21T09:50:57.337Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-21T09:50:57.446Zinfo: downloading installer
312026-05-21T09:50:58.852Zwarn: It looks like you have an existing rustup settings file at:
322026-05-21T09:50:58.852Zwarn: /home/build/.rustup/settings.toml
332026-05-21T09:50:58.852Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-21T09:50:58.852Zwarn: instead of the one inferred from the default host triple.
352026-05-21T09:50:58.863Zinfo: profile set to default
362026-05-21T09:50:58.863Zinfo: default host triple is x86_64-unknown-illumos
372026-05-21T09:50:58.866Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-21T09:50:58.993Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-21T09:50:58.996Zinfo: downloading 6 components
402026-05-21T09:51:14.564Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-21T09:51:14.564Z
422026-05-21T09:51:14.591Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-21T09:51:14.591Z
442026-05-21T09:51:14.591Z
452026-05-21T09:51:14.591ZRust is installed now. Great!
462026-05-21T09:51:14.591Z
472026-05-21T09:51:14.595ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-21T09:51:14.595Zenvironment variable. This has not been done automatically.
492026-05-21T09:51:14.595Z
502026-05-21T09:51:14.595ZTo configure your current shell, you need to source
512026-05-21T09:51:14.595Zthe corresponding env file under $HOME/.cargo.
522026-05-21T09:51:14.595Z
532026-05-21T09:51:14.595ZThis is usually done by running one of the following (note the leading DOT):
542026-05-21T09:51:14.595Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-21T09:51:14.595Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-21T09:51:14.595Zsource "~/.cargo/env.nu" # For nushell
572026-05-21T09:51:14.595Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-21T09:51:14.595Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-21T09:51:14.595Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-21T09:51:14.595Zwarn: no default linker (`cc`) was found in your PATH
612026-05-21T09:51:14.595Zwarn: many Rust crates require a system C toolchain to build
622026-05-21T09:51:14.672Z+ rustup --version
632026-05-21T09:51:14.680Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-21T09:51:14.684Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-21T09:51:14.702Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-21T09:51:14.704Z+ cargo --version
672026-05-21T09:51:14.717Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-21T09:51:14.720Z+ rustc --version
692026-05-21T09:51:14.738Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-21T09:51:14.741Zprocess exited: duration 17414 ms, exit code 0
 
712026-05-21T09:51:14.747Zstarting task 2: "authentication"
722026-05-21T09:51:14.763Zprocess exited: duration 15 ms, exit code 0
 
732026-05-21T09:51:14.770Zstarting task 3: "clone repository"
742026-05-21T09:51:14.773Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-21T09:51:14.775Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-21T09:51:14.810ZCloning into '/work/oxidecomputer/omicron'...
772026-05-21T09:51:24.866Z+ cd /work/oxidecomputer/omicron
782026-05-21T09:51:24.866Z+ git fetch origin d250ae7ce411a976ea6048fe767b6cfd0e70894f
792026-05-21T09:51:25.143ZFrom https://github.com/oxidecomputer/omicron
802026-05-21T09:51:25.143Z * branch d250ae7ce411a976ea6048fe767b6cfd0e70894f -> FETCH_HEAD
812026-05-21T09:51:25.152Z+ [[ -n zl/ddm-internal-dns ]]
822026-05-21T09:51:25.156Z++ git branch --show-current
832026-05-21T09:51:25.156Z+ current=main
842026-05-21T09:51:25.156Z+ [[ main != zl/ddm-internal-dns ]]
852026-05-21T09:51:25.156Z+ git branch -f zl/ddm-internal-dns d250ae7ce411a976ea6048fe767b6cfd0e70894f
862026-05-21T09:51:25.159Z+ git checkout -f zl/ddm-internal-dns
872026-05-21T09:51:25.390ZSwitched to branch 'zl/ddm-internal-dns'
882026-05-21T09:51:25.393Z+ git reset --hard d250ae7ce411a976ea6048fe767b6cfd0e70894f
892026-05-21T09:51:25.418ZHEAD is now at d250ae7ce merge main + bump maghemite to 9bb5037 + oxlog patch
902026-05-21T09:51:25.421Zprocess exited: duration 10650 ms, exit code 0
 
912026-05-21T09:51:25.427Zstarting task 4: "build"
922026-05-21T09:51:25.431Z+ source ./env.sh
932026-05-21T09:51:25.435Z++ OLD_SHELL_OPTS=ehxB
942026-05-21T09:51:25.435Z++ set -o xtrace
952026-05-21T09:51:25.435Z++++ dirname ./env.sh
962026-05-21T09:51:25.438Z+++ readlink -f .
972026-05-21T09:51:25.441Z++ OMICRON_WS=/work/oxidecomputer/omicron
982026-05-21T09:51:25.441Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992026-05-21T09:51:25.441Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002026-05-21T09:51:25.441Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1012026-05-21T09:51:25.441Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1022026-05-21T09:51:25.441Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1032026-05-21T09:51:25.441Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1042026-05-21T09:51:25.441Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1052026-05-21T09:51:25.441Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062026-05-21T09:51:25.441Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-05-21T09:51:25.441Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-05-21T09:51:25.441Z++ case $OLD_SHELL_OPTS in
1092026-05-21T09:51:25.441Z++ unset OLD_SHELL_OPTS OMICRON_WS
1102026-05-21T09:51:25.441Z+ source .github/buildomat/ci-env.sh
1112026-05-21T09:51:25.441Z++ export CARGO_TERM_COLOR=always
1122026-05-21T09:51:25.441Z++ CARGO_TERM_COLOR=always
1132026-05-21T09:51:25.441Z+ cargo --version
1142026-05-21T09:51:25.448Zcargo 1.94.0 (85eff7c80 2026-01-15)
1152026-05-21T09:51:25.451Z+ rustc --version
1162026-05-21T09:51:25.470Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1172026-05-21T09:51:25.473Z+ banner prerequisites
1182026-05-21T09:51:25.476Z
1192026-05-21T09:51:25.476Z ##### ##### ###### ##### ###### #### # # # #### #
1202026-05-21T09:51:25.476Z # # # # # # # # # # # # # # #
1212026-05-21T09:51:25.476Z # # # # ##### # # ##### # # # # # #### #
1222026-05-21T09:51:25.476Z ##### ##### # ##### # # # # # # # # #
1232026-05-21T09:51:25.476Z # # # # # # # # # # # # # # #
1242026-05-21T09:51:25.476Z # # # ###### # # ###### ### # #### # #### #
1252026-05-21T09:51:25.476Z
1262026-05-21T09:51:25.476Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1272026-05-21T09:51:27.457Z Startup: Refreshing catalog 'helios' ... Done
1282026-05-21T09:51:27.514Z Startup: Caching catalogs ... Done
1292026-05-21T09:51:27.719ZPlanning: Solver setup ... Done (0.173s)
1302026-05-21T09:51:27.736ZPlanning: Running solver ... Done (0.017s)
1312026-05-21T09:51:27.745ZPlanning: Finding local manifests ... Done (0.003s)
1322026-05-21T09:51:27.753ZPlanning: Fetching manifests: 0/2 0% complete
1332026-05-21T09:51:27.774ZPlanning: Fetching manifests: 2/2 100% complete
1342026-05-21T09:51:27.790ZPlanning: Package planning ... Done (0.013s)
1352026-05-21T09:51:27.793ZPlanning: Merging actions ... Done (0.001s)
1362026-05-21T09:51:27.978ZPlanning: Checking for conflicting actions ... Done (0.190s)
1372026-05-21T09:51:27.981ZPlanning: Consolidating action changes ... Done (0.001s)
1382026-05-21T09:51:28.782ZPlanning: Evaluating mediators ... Done (0.802s)
1392026-05-21T09:51:28.785ZPlanning: Planning completed in 1.25 seconds
1402026-05-21T09:51:28.791Z Packages to install: 2
1412026-05-21T09:51:28.794Z Estimated space available: 156.08 GB
1422026-05-21T09:51:28.794ZEstimated space to be consumed: 19.75 MB
1432026-05-21T09:51:28.795Z Create boot environment: No
1442026-05-21T09:51:28.795ZCreate backup boot environment: No
1452026-05-21T09:51:28.795Z Rebuild boot archive: No
1462026-05-21T09:51:28.795Z
1472026-05-21T09:51:28.795ZChanged packages:
1482026-05-21T09:51:28.795Zhelios
1492026-05-21T09:51:28.795Z developer/build-essential
1502026-05-21T09:51:28.795Z None -> 11-3.0
1512026-05-21T09:51:28.795Z library/libxmlsec1
1522026-05-21T09:51:28.795Z None -> 1.2.35-3.0
1532026-05-21T09:51:28.815Z
1542026-05-21T09:51:28.815ZDownload: 0/214 items 0.0/1.3MB 0% complete
1552026-05-21T09:51:29.281ZDownload: Completed 1.28 MB in 0.46 seconds (2.8M/s)
1562026-05-21T09:51:29.345Z Actions: 1/268 actions (Installing new actions)
1572026-05-21T09:51:29.384Z Actions: Completed 268 actions in 0.04 seconds.
1582026-05-21T09:51:29.390ZFinalize: Updating package state database ... Done (0.006s)
1592026-05-21T09:51:29.392ZFinalize: Updating package cache ... Done (0.000s)
1602026-05-21T09:51:29.407ZFinalize: Updating image state ... Done (0.016s)
1612026-05-21T09:51:31.778ZFinalize: Creating fast lookup database ... Done (2.352s)
1622026-05-21T09:51:31.846ZFinalize: Reading search index ... Done (0.012s)
1632026-05-21T09:51:31.849ZFinalize: Updating search index ... Done (0.000s)
1642026-05-21T09:51:31.942ZFinalize: Updating package cache ... Done (0.000s)
1652026-05-21T09:51:32.232ZPlanning: Evaluating mediator changes ... Done
1662026-05-21T09:51:32.337ZPlanning: Checking for conflicting actions ... Done
1672026-05-21T09:51:32.340ZPlanning: Consolidating action changes ... Done
1682026-05-21T09:51:32.495ZPlanning: Evaluating mediators ... Done
1692026-05-21T09:51:32.499ZPlanning: Planning completed in 0.26 seconds
1702026-05-21T09:51:32.519Z Mediators to change: 2
1712026-05-21T09:51:32.519Z Create boot environment: No
1722026-05-21T09:51:32.522ZCreate backup boot environment: No
1732026-05-21T09:51:32.580ZFinalize: Updating package state database ... Done
1742026-05-21T09:51:32.580ZFinalize: Updating package cache ... Done
1752026-05-21T09:51:32.589ZFinalize: Updating image state ... Done
1762026-05-21T09:51:34.527ZFinalize: Creating fast lookup database ... Done
1772026-05-21T09:51:34.591ZFinalize: Reading search index ... Done
1782026-05-21T09:51:34.595ZFinalize: Updating search index ... Done
1792026-05-21T09:51:34.676ZFinalize: Updating package cache ... Done
1802026-05-21T09:51:34.959ZPlanning: Evaluating mediator changes ... Done
1812026-05-21T09:51:35.064ZPlanning: Checking for conflicting actions ... Done
1822026-05-21T09:51:35.067ZPlanning: Consolidating action changes ... Done
1832026-05-21T09:51:35.225ZPlanning: Evaluating mediators ... Done
1842026-05-21T09:51:35.228ZPlanning: Planning completed in 0.27 seconds
1852026-05-21T09:51:35.248Z Mediators to change: 1
1862026-05-21T09:51:35.248Z Create boot environment: No
1872026-05-21T09:51:35.248ZCreate backup boot environment: No
1882026-05-21T09:51:35.298ZFinalize: Updating package state database ... Done
1892026-05-21T09:51:35.298ZFinalize: Updating package cache ... Done
1902026-05-21T09:51:35.307ZFinalize: Updating image state ... Done
1912026-05-21T09:51:37.264ZFinalize: Creating fast lookup database ... Done
1922026-05-21T09:51:37.329ZFinalize: Reading search index ... Done
1932026-05-21T09:51:37.332ZFinalize: Updating search index ... Done
1942026-05-21T09:51:37.406ZFinalize: Updating package cache ... Done
1952026-05-21T09:51:37.716ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1962026-05-21T09:51:37.716Zapache system 2.4 system
1972026-05-21T09:51:37.716Zclang system 15 system
1982026-05-21T09:51:37.716Zcsh system system illumos
1992026-05-21T09:51:37.716Zctags system system illumos
2002026-05-21T09:51:37.716Zfile vendor vendor darwinsys
2012026-05-21T09:51:37.716Zfile system system illumos
2022026-05-21T09:51:37.716Zgcc vendor 14 vendor
2032026-05-21T09:51:37.716Zgcc system 13 system
2042026-05-21T09:51:37.716Zgcc system 10 system
2052026-05-21T09:51:37.717Zgo system 1.25 system
2062026-05-21T09:51:37.717Zllvm system 15 system
2072026-05-21T09:51:37.717Zmariadb system 11.4 system
2082026-05-21T09:51:37.717Zmta vendor vendor dma
2092026-05-21T09:51:37.717Zopenjdk system 17 system
2102026-05-21T09:51:37.717Zopenjdk system 11 system
2112026-05-21T09:51:37.717Zopenssl vendor 3 vendor
2122026-05-21T09:51:37.717Zperl system 5.40 system
2132026-05-21T09:51:37.717Zpostgresql system 18 system
2142026-05-21T09:51:37.717Zpostgresql system 17 system
2152026-05-21T09:51:37.717Zpython vendor 3 vendor
2162026-05-21T09:51:37.717Zpython system 2 system
2172026-05-21T09:51:37.717Zpython3 vendor 3.13 vendor
2182026-05-21T09:51:37.717Zruby system 3.4 system
2192026-05-21T09:51:37.717Zruby system 3.0 system
2202026-05-21T09:51:37.717Zwords vendor vendor american-english
2212026-05-21T09:51:37.717Zwords system system australian-english
2222026-05-21T09:51:37.717Zwords system system british-english
2232026-05-21T09:51:37.717Zwords system system canadian-english
2242026-05-21T09:51:37.717Zwords system system french
2252026-05-21T09:51:37.717Zwords system system italian
2262026-05-21T09:51:37.717Zwords system system ngerman
2272026-05-21T09:51:37.717Zwords system system ogerman
2282026-05-21T09:51:37.717Zwords system system spanish
2292026-05-21T09:51:37.969ZPUBLISHER TYPE STATUS P LOCATION
2302026-05-21T09:51:37.969Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2312026-05-21T09:51:38.241ZFMRI IFO
2322026-05-21T09:51:38.241Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2332026-05-21T09:51:38.241Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2342026-05-21T09:51:38.241Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2352026-05-21T09:51:38.241Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2362026-05-21T09:51:38.241Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2372026-05-21T09:51:38.241Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2382026-05-21T09:51:38.241Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2392026-05-21T09:51:38.241Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2402026-05-21T09:51:38.241Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2412026-05-21T09:51:38.469Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2422026-05-21T09:51:38.734Z Updating crates.io index
2432026-05-21T09:51:38.737Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2442026-05-21T09:51:39.033Z Updating git repository `https://github.com/oxidecomputer/lldp`
2452026-05-21T09:51:39.863Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2462026-05-21T09:51:40.302Z Updating git repository `https://github.com/oxidecomputer/propolis`
2472026-05-21T09:51:41.341Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2482026-05-21T09:51:41.827Z Updating git repository `https://github.com/oxidecomputer/crucible`
2492026-05-21T09:51:43.157Z Updating git repository `https://github.com/oxidecomputer/opte`
2502026-05-21T09:51:43.880Z Updating git repository `https://github.com/oxidecomputer/tofino`
2512026-05-21T09:51:44.298Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2522026-05-21T09:51:45.268Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-05-21T09:51:45.618Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2542026-05-21T09:51:46.049Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2552026-05-21T09:51:46.332Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2562026-05-21T09:51:47.373Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2572026-05-21T09:51:47.850Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2582026-05-21T09:51:48.100Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2592026-05-21T09:51:48.478Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2602026-05-21T09:51:48.846Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2612026-05-21T09:51:49.265Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2622026-05-21T09:51:49.610Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2632026-05-21T09:51:49.833Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2642026-05-21T09:51:50.069Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2652026-05-21T09:51:50.436Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2662026-05-21T09:51:50.810Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2672026-05-21T09:51:51.522Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2682026-05-21T09:51:51.777Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2692026-05-21T09:51:52.094Z Updating git repository `https://github.com/oxidecomputer/ispf`
2702026-05-21T09:51:52.380Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2712026-05-21T09:51:53.385Z Updating git repository `https://github.com/oxidecomputer/crucible`
2722026-05-21T09:51:54.247Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2732026-05-21T09:51:54.684Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2742026-05-21T09:51:55.115Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2752026-05-21T09:51:55.379Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2762026-05-21T09:51:55.838Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2772026-05-21T09:51:56.162Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2782026-05-21T09:51:56.530Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2792026-05-21T09:51:57.097Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2802026-05-21T09:51:57.357Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2812026-05-21T09:51:57.584Z Updating git repository `https://github.com/oxidecomputer/omicron`
2822026-05-21T09:52:09.782Z Updating git repository `https://github.com/illumos/smf-rs`
2832026-05-21T09:52:10.303Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2842026-05-21T09:52:12.250Z Downloading crates ...
2852026-05-21T09:52:12.299Z Downloaded autocfg v1.5.0
2862026-05-21T09:52:12.302Z Downloaded anstream v1.0.0
2872026-05-21T09:52:12.305Z Downloaded anstyle-query v1.1.5
2882026-05-21T09:52:12.305Z Downloaded heck v0.5.0
2892026-05-21T09:52:12.308Z Downloaded cpufeatures v0.2.17
2902026-05-21T09:52:12.312Z Downloaded fs-err v3.3.0
2912026-05-21T09:52:12.312Z Downloaded thiserror-impl v1.0.69
2922026-05-21T09:52:12.314Z Downloaded dof v0.3.0
2932026-05-21T09:52:12.314Z Downloaded anstyle-parse v1.0.0
2942026-05-21T09:52:12.314Z Downloaded dtrace-parser v0.2.0
2952026-05-21T09:52:12.314Z Downloaded digest v0.10.7
2962026-05-21T09:52:12.317Z Downloaded writeable v0.6.2
2972026-05-21T09:52:12.317Z Downloaded thread-id v4.2.2
2982026-05-21T09:52:12.317Z Downloaded anstyle v1.0.14
2992026-05-21T09:52:12.320Z Downloaded utf8parse v0.2.2
3002026-05-21T09:52:12.320Z Downloaded form_urlencoded v1.2.2
3012026-05-21T09:52:12.320Z Downloaded equivalent v1.0.2
3022026-05-21T09:52:12.320Z Downloaded colorchoice v1.0.4
3032026-05-21T09:52:12.323Z Downloaded unicode-linebreak v0.1.5
3042026-05-21T09:52:12.326Z Downloaded anyhow v1.0.102
3052026-05-21T09:52:12.326Z Downloaded generic-array v0.14.7
3062026-05-21T09:52:12.329Z Downloaded heck v0.4.1
3072026-05-21T09:52:12.329Z Downloaded usdt-impl v0.5.0
3082026-05-21T09:52:12.329Z Downloaded toml_write v0.1.2
3092026-05-21T09:52:12.331Z Downloaded fastrand v2.3.0
3102026-05-21T09:52:12.336Z Downloaded zerofrom v0.1.6
3112026-05-21T09:52:12.339Z Downloaded scroll_derive v0.12.1
3122026-05-21T09:52:12.339Z Downloaded fnv v1.0.7
3132026-05-21T09:52:12.342Z Downloaded usdt-macro v0.5.0
3142026-05-21T09:52:12.345Z Downloaded ordered-float v2.10.1
3152026-05-21T09:52:12.345Z Downloaded utf8_iter v1.0.4
3162026-05-21T09:52:12.348Z Downloaded zerofrom-derive v0.1.6
3172026-05-21T09:52:12.348Z Downloaded usdt-attr-macro v0.5.0
3182026-05-21T09:52:12.348Z Downloaded toml_datetime v0.6.11
3192026-05-21T09:52:12.348Z Downloaded usdt v0.5.0
3202026-05-21T09:52:12.348Z Downloaded yoke-derive v0.8.1
3212026-05-21T09:52:12.351Z Downloaded version_check v0.9.5
3222026-05-21T09:52:12.355Z Downloaded unicode-xid v0.2.6
3232026-05-21T09:52:12.355Z Downloaded icu_properties v2.1.2
3242026-05-21T09:52:12.358Z Downloaded zerovec-derive v0.11.2
3252026-05-21T09:52:12.358Z Downloaded zerotrie v0.2.3
3262026-05-21T09:52:12.361Z Downloaded zmij v1.0.21
3272026-05-21T09:52:12.361Z Downloaded crypto-common v0.1.7
3282026-05-21T09:52:12.361Z Downloaded typeid v1.0.3
3292026-05-21T09:52:12.364Z Downloaded thiserror v2.0.18
3302026-05-21T09:52:12.367Z Downloaded yoke v0.8.1
3312026-05-21T09:52:12.367Z Downloaded strsim v0.11.1
3322026-05-21T09:52:12.369Z Downloaded itoa v1.0.17
3332026-05-21T09:52:12.369Z Downloaded thiserror-impl v2.0.18
3342026-05-21T09:52:12.369Z Downloaded serde-untagged v0.1.9
3352026-05-21T09:52:12.377Z Downloaded potential_utf v0.1.4
3362026-05-21T09:52:12.377Z Downloaded errno v0.3.14
3372026-05-21T09:52:12.377Z Downloaded displaydoc v0.2.5
3382026-05-21T09:52:12.379Z Downloaded ucd-trie v0.1.7
3392026-05-21T09:52:12.379Z Downloaded is_terminal_polyfill v1.70.2
3402026-05-21T09:52:12.380Z Downloaded clap_lex v1.0.0
3412026-05-21T09:52:12.380Z Downloaded percent-encoding v2.3.2
3422026-05-21T09:52:12.380Z Downloaded pretty-hex v0.4.1
3432026-05-21T09:52:12.380Z Downloaded plain v0.2.3
3442026-05-21T09:52:12.380Z Downloaded thiserror v1.0.69
3452026-05-21T09:52:12.382Z Downloaded zerocopy-derive v0.7.35
3462026-05-21T09:52:12.385Z Downloaded macaddr v1.0.1
3472026-05-21T09:52:12.385Z Downloaded toml v0.8.23
3482026-05-21T09:52:12.388Z Downloaded idna_adapter v1.2.1
3492026-05-21T09:52:12.388Z Downloaded textwrap v0.16.2
3502026-05-21T09:52:12.388Z Downloaded pest_generator v2.8.6
3512026-05-21T09:52:12.391Z Downloaded unicode-ident v1.0.24
3522026-05-21T09:52:12.391Z Downloaded erased-serde v0.4.9
3532026-05-21T09:52:12.394Z Downloaded tinystr v0.8.2
3542026-05-21T09:52:12.394Z Downloaded getrandom v0.4.1
3552026-05-21T09:52:12.396Z Downloaded typenum v1.19.0
3562026-05-21T09:52:12.399Z Downloaded serde_spanned v0.6.9
3572026-05-21T09:52:12.399Z Downloaded serde-value v0.7.0
3582026-05-21T09:52:12.399Z Downloaded cargo-platform v0.2.0
3592026-05-21T09:52:12.402Z Downloaded toml_edit v0.22.27
3602026-05-21T09:52:12.404Z Downloaded memmap v0.7.0
3612026-05-21T09:52:12.407Z Downloaded url v2.5.8
3622026-05-21T09:52:12.407Z Downloaded terminal_size v0.4.3
3632026-05-21T09:52:12.409Z Downloaded zerocopy v0.7.35
3642026-05-21T09:52:12.417Z Downloaded zerovec v0.11.5
3652026-05-21T09:52:12.419Z Downloaded block-buffer v0.10.4
3662026-05-21T09:52:12.422Z Downloaded tabled_derive v0.7.0
3672026-05-21T09:52:12.422Z Downloaded swrite v0.1.0
3682026-05-21T09:52:12.422Z Downloaded smawk v0.3.2
3692026-05-21T09:52:12.423Z Downloaded proc-macro-error-attr v1.0.4
3702026-05-21T09:52:12.426Z Downloaded cfg-if v1.0.4
3712026-05-21T09:52:12.426Z Downloaded winnow v0.7.14
3722026-05-21T09:52:12.432Z Downloaded unicode-width v0.2.0
3732026-05-21T09:52:12.436Z Downloaded unicode-width v0.1.14
3742026-05-21T09:52:12.439Z Downloaded quote v1.0.45
3752026-05-21T09:52:12.442Z Downloaded cargo_metadata v0.21.0
3762026-05-21T09:52:12.442Z Downloaded byteorder v1.5.0
3772026-05-21T09:52:12.451Z Downloaded pest_derive v2.8.6
3782026-05-21T09:52:12.453Z Downloaded sha2 v0.10.9
3792026-05-21T09:52:12.453Z Downloaded camino-tempfile v1.4.1
3802026-05-21T09:52:12.457Z Downloaded synstructure v0.13.2
3812026-05-21T09:52:12.460Z Downloaded stable_deref_trait v1.2.1
3822026-05-21T09:52:12.460Z Downloaded cargo_toml v0.21.0
3832026-05-21T09:52:12.460Z Downloaded bytecount v0.6.9
3842026-05-21T09:52:12.466Z Downloaded proc-macro-error v1.0.4
3852026-05-21T09:52:12.473Z Downloaded serde_tokenstream v0.2.3
3862026-05-21T09:52:12.476Z Downloaded bitflags v2.11.0
3872026-05-21T09:52:12.478Z Downloaded semver v1.0.28
3882026-05-21T09:52:12.479Z Downloaded scroll v0.12.0
3892026-05-21T09:52:12.481Z Downloaded smallvec v1.15.1
3902026-05-21T09:52:12.485Z Downloaded clap_derive v4.6.1
3912026-05-21T09:52:12.488Z Downloaded once_cell v1.21.3
3922026-05-21T09:52:12.488Z Downloaded litemap v0.8.1
3932026-05-21T09:52:12.490Z Downloaded camino v1.2.2
3942026-05-21T09:52:12.490Z Downloaded clap v4.6.1
3952026-05-21T09:52:12.495Z Downloaded log v0.4.29
3962026-05-21T09:52:12.498Z Downloaded cargo-util-schemas v0.8.2
3972026-05-21T09:52:12.504Z Downloaded icu_provider v2.1.1
3982026-05-21T09:52:12.508Z Downloaded proc-macro2 v1.0.106
3992026-05-21T09:52:12.511Z Downloaded serde_derive v1.0.228
4002026-05-21T09:52:12.514Z Downloaded icu_collections v2.1.1
4012026-05-21T09:52:12.516Z Downloaded tempfile v3.25.0
4022026-05-21T09:52:12.516Z Downloaded papergrid v0.11.0
4032026-05-21T09:52:12.519Z Downloaded icu_normalizer v2.1.1
4042026-05-21T09:52:12.522Z Downloaded icu_locale_core v2.1.1
4052026-05-21T09:52:12.525Z Downloaded serde_core v1.0.228
4062026-05-21T09:52:12.528Z Downloaded num-traits v0.2.19
4072026-05-21T09:52:12.528Z Downloaded icu_normalizer_data v2.1.1
4082026-05-21T09:52:12.544Z Downloaded memchr v2.8.0
4092026-05-21T09:52:12.547Z Downloaded serde v1.0.228
4102026-05-21T09:52:12.550Z Downloaded pest_meta v2.8.6
4112026-05-21T09:52:12.566Z Downloaded hashbrown v0.17.0
4122026-05-21T09:52:12.569Z Downloaded goblin v0.8.2
4132026-05-21T09:52:12.584Z Downloaded indexmap v2.14.0
4142026-05-21T09:52:12.587Z Downloaded idna v1.1.0
4152026-05-21T09:52:12.596Z Downloaded icu_properties_data v2.1.2
4162026-05-21T09:52:12.601Z Downloaded serde_json v1.0.149
4172026-05-21T09:52:12.605Z Downloaded pest v2.8.6
4182026-05-21T09:52:12.608Z Downloaded clap_builder v4.6.0
4192026-05-21T09:52:12.618Z Downloaded tabled v0.15.0
4202026-05-21T09:52:12.632Z Downloaded syn v2.0.117
4212026-05-21T09:52:12.638Z Downloaded syn v1.0.109
4222026-05-21T09:52:12.653Z Downloaded rustix v1.1.3
4232026-05-21T09:52:12.680Z Downloaded libc v0.2.185
4242026-05-21T09:52:12.751Z Compiling proc-macro2 v1.0.106
4252026-05-21T09:52:12.751Z Compiling unicode-ident v1.0.24
4262026-05-21T09:52:12.754Z Compiling quote v1.0.45
4272026-05-21T09:52:12.754Z Compiling serde_core v1.0.228
4282026-05-21T09:52:12.754Z Compiling libc v0.2.185
4292026-05-21T09:52:12.754Z Compiling version_check v0.9.5
4302026-05-21T09:52:12.754Z Compiling serde v1.0.228
4312026-05-21T09:52:12.754Z Compiling stable_deref_trait v1.2.1
4322026-05-21T09:52:13.057Z Compiling memchr v2.8.0
4332026-05-21T09:52:13.075Z Compiling zmij v1.0.21
4342026-05-21T09:52:13.328Z Compiling ucd-trie v0.1.7
4352026-05-21T09:52:13.331Z Compiling thiserror v1.0.69
4362026-05-21T09:52:13.369Z Compiling autocfg v1.5.0
4372026-05-21T09:52:13.632Z Compiling itoa v1.0.17
4382026-05-21T09:52:13.672Z Compiling pest v2.8.6
4392026-05-21T09:52:13.785Z Compiling litemap v0.8.1
4402026-05-21T09:52:13.788Z Compiling writeable v0.6.2
4412026-05-21T09:52:13.814Z Compiling byteorder v1.5.0
4422026-05-21T09:52:13.993Z Compiling icu_properties_data v2.1.2
4432026-05-21T09:52:14.037Z Compiling icu_normalizer_data v2.1.1
4442026-05-21T09:52:14.133Z Compiling rustix v1.1.3
4452026-05-21T09:52:14.170Z Compiling syn v2.0.117
4462026-05-21T09:52:14.270Z Compiling errno v0.3.14
4472026-05-21T09:52:14.283Z Compiling bitflags v2.11.0
4482026-05-21T09:52:14.301Z Compiling serde_json v1.0.149
4492026-05-21T09:52:14.535Z Compiling num-traits v0.2.19
4502026-05-21T09:52:14.558Z Compiling smallvec v1.15.1
4512026-05-21T09:52:14.593Z Compiling equivalent v1.0.2
4522026-05-21T09:52:14.684Z Compiling pest_meta v2.8.6
4532026-05-21T09:52:14.719Z Compiling typeid v1.0.3
4542026-05-21T09:52:14.764Z Compiling hashbrown v0.17.0
4552026-05-21T09:52:15.106Z Compiling thread-id v4.2.2
4562026-05-21T09:52:15.185Z Compiling proc-macro-error-attr v1.0.4
4572026-05-21T09:52:15.202Z Compiling usdt-impl v0.5.0
4582026-05-21T09:52:15.214Z Compiling toml_write v0.1.2
4592026-05-21T09:52:15.309Z Compiling indexmap v2.14.0
4602026-05-21T09:52:15.369Z Compiling syn v1.0.109
4612026-05-21T09:52:15.404Z Compiling winnow v0.7.14
4622026-05-21T09:52:15.408Z Compiling erased-serde v0.4.9
4632026-05-21T09:52:15.911Z Compiling proc-macro-error v1.0.4
4642026-05-21T09:52:15.940Z Compiling plain v0.2.3
4652026-05-21T09:52:16.061Z Compiling log v0.4.29
4662026-05-21T09:52:16.102Z Compiling percent-encoding v2.3.2
4672026-05-21T09:52:16.246Z Compiling camino v1.2.2
4682026-05-21T09:52:16.292Z Compiling utf8_iter v1.0.4
4692026-05-21T09:52:16.295Z Compiling getrandom v0.4.1
4702026-05-21T09:52:16.407Z Compiling thiserror v2.0.18
4712026-05-21T09:52:16.441Z Compiling utf8parse v0.2.2
4722026-05-21T09:52:16.556Z Compiling anstyle-parse v1.0.0
4732026-05-21T09:52:16.620Z Compiling ordered-float v2.10.1
4742026-05-21T09:52:16.668Z Compiling form_urlencoded v1.2.2
4752026-05-21T09:52:16.739Z Compiling synstructure v0.13.2
4762026-05-21T09:52:16.755Z Compiling pest_generator v2.8.6
4772026-05-21T09:52:16.886Z Compiling terminal_size v0.4.3
4782026-05-21T09:52:17.023Z Compiling cfg-if v1.0.4
4792026-05-21T09:52:17.101Z Compiling is_terminal_polyfill v1.70.2
4802026-05-21T09:52:17.202Z Compiling colorchoice v1.0.4
4812026-05-21T09:52:17.218Z Compiling anstyle v1.0.14
4822026-05-21T09:52:17.235Z Compiling pretty-hex v0.4.1
4832026-05-21T09:52:17.305Z Compiling anstyle-query v1.1.5
4842026-05-21T09:52:17.337Z Compiling serde-untagged v0.1.9
4852026-05-21T09:52:17.472Z Compiling anstream v1.0.0
4862026-05-21T09:52:17.513Z Compiling semver v1.0.28
4872026-05-21T09:52:17.615Z Compiling fs-err v3.3.0
4882026-05-21T09:52:17.644Z Compiling unicode-xid v0.2.6
4892026-05-21T09:52:17.776Z Compiling bytecount v0.6.9
4902026-05-21T09:52:17.791Z Compiling unicode-width v0.1.14
4912026-05-21T09:52:17.806Z Compiling strsim v0.11.1
4922026-05-21T09:52:17.841Z Compiling clap_lex v1.0.0
4932026-05-21T09:52:17.886Z Compiling once_cell v1.21.3
4942026-05-21T09:52:17.915Z Compiling heck v0.5.0
4952026-05-21T09:52:18.091Z Compiling fnv v1.0.7
4962026-05-21T09:52:18.105Z Compiling fastrand v2.3.0
4972026-05-21T09:52:18.162Z Compiling heck v0.4.1
4982026-05-21T09:52:18.165Z Compiling anyhow v1.0.102
4992026-05-21T09:52:18.193Z Compiling papergrid v0.11.0
5002026-05-21T09:52:18.365Z Compiling tempfile v3.25.0
5012026-05-21T09:52:18.385Z Compiling clap_builder v4.6.0
5022026-05-21T09:52:18.469Z Compiling serde_derive v1.0.228
5032026-05-21T09:52:18.484Z Compiling zerofrom-derive v0.1.6
5042026-05-21T09:52:18.503Z Compiling yoke-derive v0.8.1
5052026-05-21T09:52:18.747Z Compiling zerovec-derive v0.11.2
5062026-05-21T09:52:18.967Z Compiling displaydoc v0.2.5
5072026-05-21T09:52:19.668Z Compiling thiserror-impl v1.0.69
5082026-05-21T09:52:19.764Z Compiling zerocopy-derive v0.7.35
5092026-05-21T09:52:19.856Z Compiling pest_derive v2.8.6
5102026-05-21T09:52:19.959Z Compiling scroll_derive v0.12.1
5112026-05-21T09:52:19.959Z Compiling zerofrom v0.1.6
5122026-05-21T09:52:20.079Z Compiling yoke v0.8.1
5132026-05-21T09:52:20.177Z Compiling thiserror-impl v2.0.18
5142026-05-21T09:52:20.250Z Compiling zerovec v0.11.5
5152026-05-21T09:52:20.533Z Compiling zerotrie v0.2.3
5162026-05-21T09:52:20.533Z Compiling zerocopy v0.7.35
5172026-05-21T09:52:20.732Z Compiling tinystr v0.8.2
5182026-05-21T09:52:20.844Z Compiling potential_utf v0.1.4
5192026-05-21T09:52:20.943Z Compiling icu_locale_core v2.1.1
5202026-05-21T09:52:20.986Z Compiling icu_collections v2.1.1
5212026-05-21T09:52:21.015Z Compiling dtrace-parser v0.2.0
5222026-05-21T09:52:21.085Z Compiling scroll v0.12.0
5232026-05-21T09:52:21.367Z Compiling goblin v0.8.2
5242026-05-21T09:52:21.437Z Compiling tabled_derive v0.7.0
5252026-05-21T09:52:21.566Z Compiling clap_derive v4.6.1
5262026-05-21T09:52:21.686Z Compiling icu_provider v2.1.1
5272026-05-21T09:52:21.762Z Compiling memmap v0.7.0
5282026-05-21T09:52:21.822Z Compiling toml_datetime v0.6.11
5292026-05-21T09:52:21.885Z Compiling serde_spanned v0.6.9
5302026-05-21T09:52:21.920Z Compiling icu_properties v2.1.2
5312026-05-21T09:52:21.947Z Compiling icu_normalizer v2.1.1
5322026-05-21T09:52:21.984Z Compiling dof v0.3.0
5332026-05-21T09:52:22.035Z Compiling toml_edit v0.22.27
5342026-05-21T09:52:22.080Z Compiling serde_tokenstream v0.2.3
5352026-05-21T09:52:22.425Z Compiling serde-value v0.7.0
5362026-05-21T09:52:22.470Z Compiling cargo-platform v0.2.0
5372026-05-21T09:52:22.550Z Compiling smawk v0.3.2
5382026-05-21T09:52:22.711Z Compiling unicode-width v0.2.0
5392026-05-21T09:52:22.754Z Compiling unicode-linebreak v0.1.5
5402026-05-21T09:52:22.823Z Compiling tabled v0.15.0
5412026-05-21T09:52:22.973Z Compiling idna_adapter v1.2.1
5422026-05-21T09:52:22.988Z Compiling usdt-attr-macro v0.5.0
5432026-05-21T09:52:22.988Z Compiling usdt-macro v0.5.0
5442026-05-21T09:52:23.062Z Compiling textwrap v0.16.2
5452026-05-21T09:52:23.118Z Compiling idna v1.1.0
5462026-05-21T09:52:23.401Z Compiling clap v4.6.1
5472026-05-21T09:52:23.493Z Compiling toml v0.8.23
5482026-05-21T09:52:23.539Z Compiling url v2.5.8
5492026-05-21T09:52:23.674Z Compiling macaddr v1.0.1
5502026-05-21T09:52:23.901Z Compiling cargo_toml v0.21.0
5512026-05-21T09:52:24.141Z Compiling cargo-util-schemas v0.8.2
5522026-05-21T09:52:24.295Z Compiling camino-tempfile v1.4.1
5532026-05-21T09:52:24.528Z Compiling usdt v0.5.0
5542026-05-21T09:52:24.621Z Compiling swrite v0.1.0
5552026-05-21T09:52:24.725Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5562026-05-21T09:52:25.059Z Compiling cargo_metadata v0.21.0
5572026-05-21T09:52:25.978Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5582026-05-21T09:52:28.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.73s
5592026-05-21T09:52:28.297Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5602026-05-21T09:52:28.872Z Downloading crates ...
5612026-05-21T09:52:28.956Z Downloaded adler2 v2.0.1
5622026-05-21T09:52:28.968Z Downloaded bit-vec v0.6.3
5632026-05-21T09:52:28.971Z Downloaded base16ct v0.2.0
5642026-05-21T09:52:28.974Z Downloaded backoff v0.4.0
5652026-05-21T09:52:28.977Z Downloaded async-bb8-diesel v0.2.1
5662026-05-21T09:52:28.977Z Downloaded crc v3.4.0
5672026-05-21T09:52:28.981Z Downloaded atty v0.2.14
5682026-05-21T09:52:28.981Z Downloaded ascii-canvas v3.0.0
5692026-05-21T09:52:28.994Z Downloaded crossbeam-deque v0.8.6
5702026-05-21T09:52:28.997Z Downloaded array-init v0.0.4
5712026-05-21T09:52:29.000Z Downloaded crossbeam-utils v0.8.21
5722026-05-21T09:52:29.003Z Downloaded cstr-argument v0.1.2
5732026-05-21T09:52:29.003Z Downloaded bit-set v0.5.3
5742026-05-21T09:52:29.006Z Downloaded curve25519-dalek-derive v0.1.1
5752026-05-21T09:52:29.006Z Downloaded crunchy v0.2.4
5762026-05-21T09:52:29.006Z Downloaded assert_matches v1.5.0
5772026-05-21T09:52:29.010Z Downloaded crc8 v0.1.1
5782026-05-21T09:52:29.010Z Downloaded compression-core v0.4.31
5792026-05-21T09:52:29.012Z Downloaded cpufeatures v0.3.0
5802026-05-21T09:52:29.012Z Downloaded async-stream-impl v0.3.6
5812026-05-21T09:52:29.013Z Downloaded arrayref v0.3.9
5822026-05-21T09:52:29.017Z Downloaded atomicwrites v0.4.4
5832026-05-21T09:52:29.017Z Downloaded endian-type v0.1.2
5842026-05-21T09:52:29.017Z Downloaded dyn-clone v1.0.20
5852026-05-21T09:52:29.019Z Downloaded dtrace-parser v0.3.0
5862026-05-21T09:52:29.019Z Downloaded difflib v0.4.0
5872026-05-21T09:52:29.019Z Downloaded atomic-waker v1.1.2
5882026-05-21T09:52:29.022Z Downloaded float-cmp v0.10.0
5892026-05-21T09:52:29.022Z Downloaded env_filter v1.0.0
5902026-05-21T09:52:29.022Z Downloaded derive_builder_macro v0.20.2
5912026-05-21T09:52:29.025Z Downloaded enum-as-inner v0.6.1
5922026-05-21T09:52:29.025Z Downloaded float-ord v0.3.2
5932026-05-21T09:52:29.025Z Downloaded aead v0.5.2
5942026-05-21T09:52:29.028Z Downloaded cobs v0.3.0
5952026-05-21T09:52:29.028Z Downloaded block-padding v0.3.3
5962026-05-21T09:52:29.028Z Downloaded embedded-io v0.4.0
5972026-05-21T09:52:29.031Z Downloaded darling_macro v0.23.0
5982026-05-21T09:52:29.031Z Downloaded bcrypt-pbkdf v0.10.0
5992026-05-21T09:52:29.031Z Downloaded bit-set v0.8.0
6002026-05-21T09:52:29.050Z Downloaded cexpr v0.6.0
6012026-05-21T09:52:29.050Z Downloaded crucible-workspace-hack v0.1.0
6022026-05-21T09:52:29.055Z Downloaded buf-list v1.1.2
6032026-05-21T09:52:29.056Z Downloaded bit-vec v0.8.0
6042026-05-21T09:52:29.056Z Downloaded base64ct v1.8.3
6052026-05-21T09:52:29.056Z Downloaded document-features v0.2.12
6062026-05-21T09:52:29.056Z Downloaded ciborium-ll v0.2.2
6072026-05-21T09:52:29.056Z Downloaded defmt v0.3.100
6082026-05-21T09:52:29.056Z Downloaded cfg_aliases v0.2.1
6092026-05-21T09:52:29.056Z Downloaded bitfield-macros v0.19.4
6102026-05-21T09:52:29.056Z Downloaded async-stream v0.3.6
6112026-05-21T09:52:29.056Z Downloaded ciborium-io v0.2.2
6122026-05-21T09:52:29.056Z Downloaded async-recursion v1.1.1
6132026-05-21T09:52:29.056Z Downloaded defmt-parser v1.0.0
6142026-05-21T09:52:29.056Z Downloaded darling_macro v0.20.11
6152026-05-21T09:52:29.059Z Downloaded castaway v0.2.4
6162026-05-21T09:52:29.059Z Downloaded convert_case v0.4.0
6172026-05-21T09:52:29.063Z Downloaded flagset v0.4.7
6182026-05-21T09:52:29.063Z Downloaded dirs-sys-next v0.1.2
6192026-05-21T09:52:29.067Z Downloaded debug-ignore v1.0.5
6202026-05-21T09:52:29.067Z Downloaded dunce v1.0.5
6212026-05-21T09:52:29.067Z Downloaded crossbeam-epoch v0.9.18
6222026-05-21T09:52:29.070Z Downloaded critical-section v1.2.0
6232026-05-21T09:52:29.070Z Downloaded display-error-chain v0.2.2
6242026-05-21T09:52:29.070Z Downloaded crc-catalog v2.4.0
6252026-05-21T09:52:29.070Z Downloaded cfg_aliases v0.1.1
6262026-05-21T09:52:29.070Z Downloaded cargo-platform v0.1.9
6272026-05-21T09:52:29.073Z Downloaded foreign-types-shared v0.1.1
6282026-05-21T09:52:29.074Z Downloaded foreign-types v0.3.2
6292026-05-21T09:52:29.074Z Downloaded dof v0.4.0
6302026-05-21T09:52:29.074Z Downloaded foreign-types-shared v0.3.1
6312026-05-21T09:52:29.077Z Downloaded foreign-types v0.5.0
6322026-05-21T09:52:29.077Z Downloaded dsl_auto_type v0.2.0
6332026-05-21T09:52:29.077Z Downloaded diesel_table_macro_syntax v0.3.0
6342026-05-21T09:52:29.077Z Downloaded dropshot-api-manager-types v0.7.1
6352026-05-21T09:52:29.080Z Downloaded cassowary v0.3.0
6362026-05-21T09:52:29.080Z Downloaded byte-wrapper v0.1.0
6372026-05-21T09:52:29.083Z Downloaded bitfield v0.19.4
6382026-05-21T09:52:29.083Z Downloaded darling_macro v0.21.3
6392026-05-21T09:52:29.084Z Downloaded bitflags v1.3.2
6402026-05-21T09:52:29.086Z Downloaded const_format_proc_macros v0.2.34
6412026-05-21T09:52:29.086Z Downloaded blowfish v0.9.1
6422026-05-21T09:52:29.089Z Downloaded async-trait v0.1.89
6432026-05-21T09:52:29.093Z Downloaded argon2 v0.5.3
6442026-05-21T09:52:29.093Z Downloaded downcast-rs v2.0.2
6452026-05-21T09:52:29.095Z Downloaded bitfield-struct v0.6.2
6462026-05-21T09:52:29.099Z Downloaded camino-tempfile-ext v0.3.3
6472026-05-21T09:52:29.099Z Downloaded funty v2.0.0
6482026-05-21T09:52:29.103Z Downloaded dirs-next v2.0.0
6492026-05-21T09:52:29.103Z Downloaded fixedbitset v0.4.2
6502026-05-21T09:52:29.103Z Downloaded async-compression v0.4.41
6512026-05-21T09:52:29.106Z Downloaded gethostname v0.5.0
6522026-05-21T09:52:29.106Z Downloaded futures-task v0.3.32
6532026-05-21T09:52:29.109Z Downloaded hash32 v0.3.1
6542026-05-21T09:52:29.109Z Downloaded futures-io v0.3.32
6552026-05-21T09:52:29.112Z Downloaded bb8 v0.8.6
6562026-05-21T09:52:29.112Z Downloaded futures-sink v0.3.32
6572026-05-21T09:52:29.112Z Downloaded anstream v0.6.21
6582026-05-21T09:52:29.114Z Downloaded ahash v0.8.12
6592026-05-21T09:52:29.114Z Downloaded futures-core v0.3.32
6602026-05-21T09:52:29.117Z Downloaded crc-any v2.5.0
6612026-05-21T09:52:29.120Z Downloaded corncobs v0.1.4
6622026-05-21T09:52:29.120Z Downloaded fd-lock v4.0.4
6632026-05-21T09:52:29.123Z Downloaded filetime v0.2.27
6642026-05-21T09:52:29.123Z Downloaded compression-codecs v0.4.37
6652026-05-21T09:52:29.126Z Downloaded ctr v0.9.2
6662026-05-21T09:52:29.126Z Downloaded csv-core v0.1.13
6672026-05-21T09:52:29.129Z Downloaded chacha20 v0.9.1
6682026-05-21T09:52:29.129Z Downloaded arrayvec v0.7.6
6692026-05-21T09:52:29.135Z Downloaded foreign-types-macros v0.2.3
6702026-05-21T09:52:29.135Z Downloaded bcs v0.1.6
6712026-05-21T09:52:29.135Z Downloaded derive_builder_core v0.20.2
6722026-05-21T09:52:29.139Z Downloaded fs-err v2.11.0
6732026-05-21T09:52:29.139Z Downloaded embedded-io v0.6.1
6742026-05-21T09:52:29.139Z Downloaded foldhash v0.2.0
6752026-05-21T09:52:29.139Z Downloaded hash32 v0.2.1
6762026-05-21T09:52:29.139Z Downloaded headers-core v0.3.0
6772026-05-21T09:52:29.144Z Downloaded ena v0.14.4
6782026-05-21T09:52:29.144Z Downloaded env_logger v0.11.9
6792026-05-21T09:52:29.144Z Downloaded hex-literal v0.4.1
6802026-05-21T09:52:29.148Z Downloaded ghash v0.5.1
6812026-05-21T09:52:29.148Z Downloaded futures-macro v0.3.32
6822026-05-21T09:52:29.148Z Downloaded hex v0.4.3
6832026-05-21T09:52:29.148Z Downloaded deranged v0.5.8
6842026-05-21T09:52:29.148Z Downloaded cipher v0.4.4
6852026-05-21T09:52:29.152Z Downloaded git-stub v1.0.0
6862026-05-21T09:52:29.152Z Downloaded blake2 v0.10.6
6872026-05-21T09:52:29.156Z Downloaded globwalk v0.9.1
6882026-05-21T09:52:29.156Z Downloaded const-oid v0.9.6
6892026-05-21T09:52:29.156Z Downloaded console v0.15.11
6902026-05-21T09:52:29.159Z Downloaded colored v3.1.1
6912026-05-21T09:52:29.159Z Downloaded cookie v0.18.1
6922026-05-21T09:52:29.164Z Downloaded console v0.16.2
6932026-05-21T09:52:29.165Z Downloaded bzip2 v0.4.4
6942026-05-21T09:52:29.165Z Downloaded anstyle-parse v0.2.7
6952026-05-21T09:52:29.171Z Downloaded hostname v0.3.1
6962026-05-21T09:52:29.171Z Downloaded http-range v0.1.5
6972026-05-21T09:52:29.171Z Downloaded glob v0.3.3
6982026-05-21T09:52:29.171Z Downloaded hubpack_derive v0.1.1
6992026-05-21T09:52:29.171Z Downloaded fxhash v0.2.1
7002026-05-21T09:52:29.171Z Downloaded home v0.5.12
7012026-05-21T09:52:29.171Z Downloaded ecdsa v0.16.9
7022026-05-21T09:52:29.175Z Downloaded der_derive v0.7.3
7032026-05-21T09:52:29.175Z Downloaded illumos-nvpair-sys v0.2.0
7042026-05-21T09:52:29.175Z Downloaded ff v0.13.1
7052026-05-21T09:52:29.175Z Downloaded fallible-iterator v0.2.0
7062026-05-21T09:52:29.179Z Downloaded ed25519 v2.2.3
7072026-05-21T09:52:29.179Z Downloaded find-msvc-tools v0.1.9
7082026-05-21T09:52:29.179Z Downloaded defmt-macros v1.0.1
7092026-05-21T09:52:29.182Z Downloaded colored v2.2.0
7102026-05-21T09:52:29.183Z Downloaded fixedbitset v0.5.7
7112026-05-21T09:52:29.187Z Downloaded clang-sys v1.8.1
7122026-05-21T09:52:29.187Z Downloaded cbc v0.1.2
7132026-05-21T09:52:29.187Z Downloaded either v1.15.0
7142026-05-21T09:52:29.187Z Downloaded data-encoding v2.10.0
7152026-05-21T09:52:29.191Z Downloaded daft v0.1.7
7162026-05-21T09:52:29.191Z Downloaded ciborium v0.2.2
7172026-05-21T09:52:29.194Z Downloaded cancel-safe-futures v0.1.5
7182026-05-21T09:52:29.194Z Downloaded hostname v0.4.2
7192026-05-21T09:52:29.197Z Downloaded fs_extra v1.3.0
7202026-05-21T09:52:29.197Z Downloaded bzip2 v0.6.1
7212026-05-21T09:52:29.197Z Downloaded backon v1.6.0
7222026-05-21T09:52:29.200Z Downloaded defmt v1.0.1
7232026-05-21T09:52:29.204Z Downloaded hubpack v0.1.2
7242026-05-21T09:52:29.204Z Downloaded instability v0.3.11
7252026-05-21T09:52:29.207Z Downloaded inout v0.1.4
7262026-05-21T09:52:29.207Z Downloaded indent_write v2.2.0
7272026-05-21T09:52:29.207Z Downloaded allocator-api2 v0.2.21
7282026-05-21T09:52:29.211Z Downloaded httpdate v1.0.3
7292026-05-21T09:52:29.211Z Downloaded http-body v1.0.1
7302026-05-21T09:52:29.211Z Downloaded chacha20 v0.10.0
7312026-05-21T09:52:29.211Z Downloaded derive-ex v0.1.8
7322026-05-21T09:52:29.214Z Downloaded illumos-nvpair v0.3.0
7332026-05-21T09:52:29.214Z Downloaded ident_case v1.0.1
7342026-05-21T09:52:29.214Z Downloaded hyper-tls v0.6.0
7352026-05-21T09:52:29.214Z Downloaded foldhash v0.1.5
7362026-05-21T09:52:29.217Z Downloaded erased-serde v0.3.31
7372026-05-21T09:52:29.221Z Downloaded constant_time_eq v0.4.2
7382026-05-21T09:52:29.221Z Downloaded is_ci v1.2.0
7392026-05-21T09:52:29.221Z Downloaded is-terminal v0.4.17
7402026-05-21T09:52:29.221Z Downloaded crc32fast v1.5.0
7412026-05-21T09:52:29.225Z Downloaded convert_case v0.10.0
7422026-05-21T09:52:29.225Z Downloaded cmake v0.1.57
7432026-05-21T09:52:29.225Z Downloaded drift v0.1.4
7442026-05-21T09:52:29.229Z Downloaded lazy_static v1.5.0
7452026-05-21T09:52:29.232Z Downloaded impl-trait-for-tuples v0.2.3
7462026-05-21T09:52:29.235Z Downloaded internet-checksum v0.2.1
7472026-05-21T09:52:29.235Z Downloaded globset v0.4.18
7482026-05-21T09:52:29.238Z Downloaded indoc v1.0.9
7492026-05-21T09:52:29.238Z Downloaded indoc v2.0.7
7502026-05-21T09:52:29.241Z Downloaded lru-cache v0.1.2
7512026-05-21T09:52:29.241Z Downloaded linked-hash-map v0.5.6
7522026-05-21T09:52:29.241Z Downloaded git-stub-vcs v0.1.0
7532026-05-21T09:52:29.244Z Downloaded getrandom v0.2.17
7542026-05-21T09:52:29.247Z Downloaded maplit v1.0.2
7552026-05-21T09:52:29.247Z Downloaded mime v0.3.17
7562026-05-21T09:52:29.247Z Downloaded match_cfg v0.1.0
7572026-05-21T09:52:29.250Z Downloaded lru-slab v0.1.2
7582026-05-21T09:52:29.251Z Downloaded keccak v0.1.6
7592026-05-21T09:52:29.251Z Downloaded instant v0.1.13
7602026-05-21T09:52:29.251Z Downloaded kstat-rs v0.2.4
7612026-05-21T09:52:29.254Z Downloaded lalrpop-util v0.19.12
7622026-05-21T09:52:29.254Z Downloaded cookie_store v0.22.1
7632026-05-21T09:52:29.254Z Downloaded libscf-sys v1.1.0
7642026-05-21T09:52:29.254Z Downloaded cargo_metadata v0.19.2
7652026-05-21T09:52:29.256Z Downloaded futures-channel v0.3.32
7662026-05-21T09:52:29.256Z Downloaded managed v0.8.0
7672026-05-21T09:52:29.260Z Downloaded lru v0.12.5
7682026-05-21T09:52:29.265Z Downloaded memoffset v0.9.1
7692026-05-21T09:52:29.268Z Downloaded md-5 v0.10.6
7702026-05-21T09:52:29.268Z Downloaded darling v0.21.3
7712026-05-21T09:52:29.271Z Downloaded diesel-dtrace v0.5.0
7722026-05-21T09:52:29.276Z Downloaded md5 v0.7.0
7732026-05-21T09:52:29.276Z Downloaded compact_str v0.8.1
7742026-05-21T09:52:29.278Z Downloaded darling v0.20.11
7752026-05-21T09:52:29.278Z Downloaded hmac v0.12.1
7762026-05-21T09:52:29.281Z Downloaded hyper-staticfile v0.10.1
7772026-05-21T09:52:29.283Z Downloaded humantime v2.3.0
7782026-05-21T09:52:29.283Z Downloaded ipnet v2.11.0
7792026-05-21T09:52:29.286Z Downloaded lzss v0.8.2
7802026-05-21T09:52:29.286Z Downloaded num v0.4.3
7812026-05-21T09:52:29.289Z Downloaded newline-converter v0.3.0
7822026-05-21T09:52:29.289Z Downloaded newtype_derive v0.1.6
7832026-05-21T09:52:29.289Z Downloaded new_debug_unreachable v1.0.6
7842026-05-21T09:52:29.292Z Downloaded maybe-uninit v2.0.0
7852026-05-21T09:52:29.292Z Downloaded num-derive v0.4.2
7862026-05-21T09:52:29.292Z Downloaded diff v0.1.13
7872026-05-21T09:52:29.295Z Downloaded jobserver v0.1.34
7882026-05-21T09:52:29.295Z Downloaded normalize-line-endings v0.3.0
7892026-05-21T09:52:29.298Z Downloaded derive-where v1.6.0
7902026-05-21T09:52:29.298Z Downloaded ingot v0.1.1
7912026-05-21T09:52:29.301Z Downloaded nonempty v0.12.0
7922026-05-21T09:52:29.301Z Downloaded num_threads v0.1.7
7932026-05-21T09:52:29.303Z Downloaded getrandom v0.3.4
7942026-05-21T09:52:29.304Z Downloaded httparse v1.10.1
7952026-05-21T09:52:29.307Z Downloaded nibble_vec v0.1.0
7962026-05-21T09:52:29.311Z Downloaded nodrop v0.1.14
7972026-05-21T09:52:29.311Z Downloaded libsw v3.5.0
7982026-05-21T09:52:29.311Z Downloaded hyper-rustls v0.27.7
7992026-05-21T09:52:29.314Z Downloaded darling v0.23.0
8002026-05-21T09:52:29.315Z Downloaded num-derive v0.3.3
8012026-05-21T09:52:29.318Z Downloaded num-conv v0.2.0
8022026-05-21T09:52:29.318Z Downloaded opaque-debug v0.3.1
8032026-05-21T09:52:29.318Z Downloaded num_enum_derive v0.5.11
8042026-05-21T09:52:29.318Z Downloaded openssl-probe v0.2.1
8052026-05-21T09:52:29.323Z Downloaded openssl-probe v0.1.6
8062026-05-21T09:52:29.323Z Downloaded olpc-cjson v0.1.4
8072026-05-21T09:52:29.323Z Downloaded bytes v1.11.1
8082026-05-21T09:52:29.333Z Downloaded num-iter v0.1.45
8092026-05-21T09:52:29.333Z Downloaded group v0.13.0
8102026-05-21T09:52:29.333Z Downloaded const_format v0.2.35
8112026-05-21T09:52:29.333Z Downloaded half v1.8.3
8122026-05-21T09:52:29.333Z Downloaded chacha20poly1305 v0.10.1
8132026-05-21T09:52:29.333Z Downloaded arc-swap v1.8.2
8142026-05-21T09:52:29.337Z Downloaded ipnetwork v0.21.1
8152026-05-21T09:52:29.337Z Downloaded http-body-util v0.1.3
8162026-05-21T09:52:29.337Z Downloaded linear-map v1.2.0
8172026-05-21T09:52:29.337Z Downloaded ingot-macros v0.1.1
8182026-05-21T09:52:29.341Z Downloaded libloading v0.8.9
8192026-05-21T09:52:29.341Z Downloaded oso-derive v0.27.3
8202026-05-21T09:52:29.343Z Downloaded nanorand v0.7.0
8212026-05-21T09:52:29.343Z Downloaded openssl-macros v0.1.1
8222026-05-21T09:52:29.343Z Downloaded crossterm v0.29.0
8232026-05-21T09:52:29.347Z Downloaded multer v3.1.0
8242026-05-21T09:52:29.350Z Downloaded bumpalo v3.20.2
8252026-05-21T09:52:29.354Z Downloaded fatfs v0.3.6
8262026-05-21T09:52:29.356Z Downloaded newtype-uuid-macros v0.1.0
8272026-05-21T09:52:29.356Z Downloaded newtype-uuid v1.3.2
8282026-05-21T09:52:29.356Z Downloaded native-tls v0.2.18
8292026-05-21T09:52:29.359Z Downloaded packed_struct_codegen v0.10.1
8302026-05-21T09:52:29.374Z Downloaded pbkdf2 v0.12.2
8312026-05-21T09:52:29.376Z Downloaded darling_core v0.20.11
8322026-05-21T09:52:29.379Z Downloaded indexmap v1.9.3
8332026-05-21T09:52:29.382Z Downloaded pbkdf2 v0.11.0
8342026-05-21T09:52:29.382Z Downloaded num_enum_derive v0.7.6
8352026-05-21T09:52:29.385Z Downloaded darling_core v0.21.3
8362026-05-21T09:52:29.389Z Downloaded path-slash v0.1.5
8372026-05-21T09:52:29.389Z Downloaded parse-size v1.1.0
8382026-05-21T09:52:29.392Z Downloaded parse-display v0.10.0
8392026-05-21T09:52:29.392Z Downloaded pin-utils v0.1.0
8402026-05-21T09:52:29.392Z Downloaded phf_shared v0.13.1
8412026-05-21T09:52:29.392Z Downloaded nu-ansi-term v0.50.3
8422026-05-21T09:52:29.395Z Downloaded ignore v0.4.25
8432026-05-21T09:52:29.395Z Downloaded darling_core v0.23.0
8442026-05-21T09:52:29.398Z Downloaded ar_archive_writer v0.5.1
8452026-05-21T09:52:29.401Z Downloaded peg-runtime v0.8.5
8462026-05-21T09:52:29.404Z Downloaded phf_shared v0.12.1
8472026-05-21T09:52:29.404Z Downloaded phf_shared v0.11.3
8482026-05-21T09:52:29.404Z Downloaded base64 v0.22.1
8492026-05-21T09:52:29.409Z Downloaded memmap2 v0.9.10
8502026-05-21T09:52:29.409Z Downloaded num_enum v0.7.6
8512026-05-21T09:52:29.412Z Downloaded half v2.7.1
8522026-05-21T09:52:29.412Z Downloaded num-rational v0.4.2
8532026-05-21T09:52:29.414Z Downloaded num-complex v0.4.6
8542026-05-21T09:52:29.414Z Downloaded headers v0.4.1
8552026-05-21T09:52:29.417Z Downloaded predicates-tree v1.0.13
8562026-05-21T09:52:29.420Z Downloaded precomputed-hash v0.1.1
8572026-05-21T09:52:29.420Z Downloaded powerfmt v0.2.0
8582026-05-21T09:52:29.420Z Downloaded iana-time-zone v0.1.65
8592026-05-21T09:52:29.428Z Downloaded elliptic-curve v0.13.8
8602026-05-21T09:52:29.428Z Downloaded dropshot_endpoint v0.17.0
8612026-05-21T09:52:29.432Z Downloaded packed_struct v0.10.1
8622026-05-21T09:52:29.432Z Downloaded dropshot_endpoint v0.16.7
8632026-05-21T09:52:29.432Z Downloaded des v0.8.1
8642026-05-21T09:52:29.436Z Downloaded proc-macro-crate v3.4.0
8652026-05-21T09:52:29.436Z Downloaded proc-macro-crate v1.3.1
8662026-05-21T09:52:29.436Z Downloaded derive_builder v0.20.2
8672026-05-21T09:52:29.442Z Downloaded progenitor-client v0.10.0
8682026-05-21T09:52:29.442Z Downloaded libbz2-rs-sys v0.2.2
8692026-05-21T09:52:29.442Z Downloaded progenitor-client v0.11.2
8702026-05-21T09:52:29.442Z Downloaded num-integer v0.1.46
8712026-05-21T09:52:29.444Z Downloaded oxnet v0.1.5
8722026-05-21T09:52:29.444Z Downloaded predicates-core v1.0.10
8732026-05-21T09:52:29.454Z Downloaded proc-macro-error-attr2 v2.0.0
8742026-05-21T09:52:29.454Z Downloaded indicatif v0.18.4
8752026-05-21T09:52:29.454Z Downloaded litrs v1.0.0
8762026-05-21T09:52:29.457Z Downloaded omicron-zone-package v0.12.2
8772026-05-21T09:52:29.457Z Downloaded pem v3.0.6
8782026-05-21T09:52:29.457Z Downloaded pin-project-lite v0.2.17
8792026-05-21T09:52:29.457Z Downloaded crypto-bigint v0.5.5
8802026-05-21T09:52:29.468Z Downloaded radium v0.7.0
8812026-05-21T09:52:29.468Z Downloaded parse-display-derive v0.10.0
8822026-05-21T09:52:29.468Z Downloaded paste v1.0.15
8832026-05-21T09:52:29.468Z Downloaded password-hash v0.5.0
8842026-05-21T09:52:29.468Z Downloaded password-hash v0.4.2
8852026-05-21T09:52:29.468Z Downloaded derive_more v0.99.20
8862026-05-21T09:52:29.472Z Downloaded progenitor-macro v0.10.0
8872026-05-21T09:52:29.472Z Downloaded progenitor-macro v0.11.2
8882026-05-21T09:52:29.472Z Downloaded progenitor-macro v0.14.0
8892026-05-21T09:52:29.472Z Downloaded progenitor-client v0.14.0
8902026-05-21T09:52:29.472Z Downloaded pin-project-internal v1.1.11
8912026-05-21T09:52:29.475Z Downloaded quick-error v1.2.3
8922026-05-21T09:52:29.475Z Downloaded psl-types v2.0.11
8932026-05-21T09:52:29.475Z Downloaded pem-rfc7468 v0.7.0
8942026-05-21T09:52:29.475Z Downloaded oxide-tokio-rt v0.1.4
8952026-05-21T09:52:29.480Z Downloaded owo-colors v4.3.0
8962026-05-21T09:52:29.480Z Downloaded peg-macros v0.8.5
8972026-05-21T09:52:29.480Z Downloaded num_enum v0.5.11
8982026-05-21T09:52:29.483Z Downloaded libefi-sys v0.1.0
8992026-05-21T09:52:29.483Z Downloaded mime_guess v2.0.5
9002026-05-21T09:52:29.483Z Downloaded polyval v0.6.2
9012026-05-21T09:52:29.486Z Downloaded pkg-config v0.3.32
9022026-05-21T09:52:29.486Z Downloaded progenitor-macro v0.13.0
9032026-05-21T09:52:29.488Z Downloaded phf v0.13.1
9042026-05-21T09:52:29.488Z Downloaded ppv-lite86 v0.2.21
9052026-05-21T09:52:29.488Z Downloaded futures v0.3.32
9062026-05-21T09:52:29.493Z Downloaded rand_chacha v0.3.1
9072026-05-21T09:52:29.493Z Downloaded flume v0.11.1
9082026-05-21T09:52:29.499Z Downloaded heapless v0.8.0
9092026-05-21T09:52:29.499Z Downloaded heapless v0.7.17
9102026-05-21T09:52:29.499Z Downloaded cc v1.2.56
9112026-05-21T09:52:29.502Z Downloaded parking_lot_core v0.8.6
9122026-05-21T09:52:29.506Z Downloaded parking_lot v0.12.5
9132026-05-21T09:52:29.506Z Downloaded recursive-proc-macro-impl v0.1.1
9142026-05-21T09:52:29.509Z Downloaded progenitor v0.11.2
9152026-05-21T09:52:29.509Z Downloaded progenitor v0.10.0
9162026-05-21T09:52:29.509Z Downloaded poly1305 v0.8.0
9172026-05-21T09:52:29.509Z Downloaded pkcs8 v0.10.2
9182026-05-21T09:52:29.512Z Downloaded base64 v0.21.7
9192026-05-21T09:52:29.514Z Downloaded recursive v0.1.1
9202026-05-21T09:52:29.514Z Downloaded ref-cast v1.0.25
9212026-05-21T09:52:29.517Z Downloaded rand_xorshift v0.4.0
9222026-05-21T09:52:29.517Z Downloaded progenitor v0.13.0
9232026-05-21T09:52:29.517Z Downloaded rfc6979 v0.4.0
9242026-05-21T09:52:29.522Z Downloaded derive_more v2.1.1
9252026-05-21T09:52:29.527Z Downloaded ed25519-dalek v2.2.0
9262026-05-21T09:52:29.530Z Downloaded multimap v0.10.1
9272026-05-21T09:52:29.530Z Downloaded primeorder v0.13.6
9282026-05-21T09:52:29.530Z Downloaded ref-cast-impl v1.0.25
9292026-05-21T09:52:29.530Z Downloaded r2d2 v0.8.10
9302026-05-21T09:52:29.533Z Downloaded proc-macro-error2 v2.0.1
9312026-05-21T09:52:29.533Z Downloaded predicates v3.1.4
9322026-05-21T09:52:29.536Z Downloaded psm v0.1.30
9332026-05-21T09:52:29.536Z Downloaded parking_lot v0.11.2
9342026-05-21T09:52:29.538Z Downloaded rustc_version v0.1.7
9352026-05-21T09:52:29.538Z Downloaded lock_api v0.4.14
9362026-05-21T09:52:29.541Z Downloaded libsw-core v0.3.2
9372026-05-21T09:52:29.541Z Downloaded pkcs1 v0.7.5
9382026-05-21T09:52:29.544Z Downloaded highway v1.3.0
9392026-05-21T09:52:29.544Z Downloaded hashbrown v0.13.2
9402026-05-21T09:52:29.547Z Downloaded progenitor-extras v0.2.0
9412026-05-21T09:52:29.549Z Downloaded hickory-server v0.25.2
9422026-05-21T09:52:29.553Z Downloaded miniz_oxide v0.8.9
9432026-05-21T09:52:29.553Z Downloaded progenitor-client v0.13.0
9442026-05-21T09:52:29.553Z Downloaded postgres-types v0.2.12
9452026-05-21T09:52:29.556Z Downloaded rand_core v0.9.5
9462026-05-21T09:52:29.556Z Downloaded rand_core v0.6.4
9472026-05-21T09:52:29.556Z Downloaded phf v0.12.1
9482026-05-21T09:52:29.558Z Downloaded peg v0.8.5
9492026-05-21T09:52:29.561Z Downloaded rustc_version v0.4.1
9502026-05-21T09:52:29.561Z Downloaded rustc-hash v2.1.1
9512026-05-21T09:52:29.561Z Downloaded postcard v1.1.3
9522026-05-21T09:52:29.564Z Downloaded progenitor v0.14.0
9532026-05-21T09:52:29.564Z Downloaded hickory-resolver v0.24.4
9542026-05-21T09:52:29.567Z Downloaded rand_chacha v0.9.0
9552026-05-21T09:52:29.567Z Downloaded oso v0.27.3
9562026-05-21T09:52:29.569Z Downloaded papergrid v0.17.0
9572026-05-21T09:52:29.572Z Downloaded dropshot-api-manager v0.7.1
9582026-05-21T09:52:29.574Z Downloaded expectorate v1.2.0
9592026-05-21T09:52:29.576Z Downloaded derive_more-impl v2.1.1
9602026-05-21T09:52:29.579Z Downloaded crossbeam-channel v0.5.15
9612026-05-21T09:52:29.582Z Downloaded futures-executor v0.3.32
9622026-05-21T09:52:29.582Z Downloaded parking_lot_core v0.9.12
9632026-05-21T09:52:29.585Z Downloaded scheduled-thread-pool v0.2.7
9642026-05-21T09:52:29.585Z Downloaded pkcs5 v0.7.1
9652026-05-21T09:52:29.588Z Downloaded secrecy v0.8.0
9662026-05-21T09:52:29.588Z Downloaded scrypt v0.11.0
9672026-05-21T09:52:29.590Z Downloaded rand_seeder v0.4.0
9682026-05-21T09:52:29.590Z Downloaded rand_core v0.10.0
9692026-05-21T09:52:29.590Z Downloaded scroll_derive v0.13.1
9702026-05-21T09:52:29.593Z Downloaded daft-derive v0.1.7
9712026-05-21T09:52:29.596Z Downloaded same-file v1.0.6
9722026-05-21T09:52:29.596Z Downloaded sapling-renderdag v0.1.0
9732026-05-21T09:52:29.596Z Downloaded salsa20 v0.10.2
9742026-05-21T09:52:29.599Z Downloaded ingot-types v0.1.2
9752026-05-21T09:52:29.604Z Downloaded scopeguard v1.2.0
9762026-05-21T09:52:29.606Z Downloaded flate2 v1.1.9
9772026-05-21T09:52:29.606Z Downloaded resolv-conf v0.7.6
9782026-05-21T09:52:29.609Z Downloaded serde-big-array v0.5.1
9792026-05-21T09:52:29.613Z Downloaded secrecy v0.10.3
9802026-05-21T09:52:29.613Z Downloaded serde_bytes v0.11.19
9812026-05-21T09:52:29.615Z Downloaded serde_spanned v1.0.4
9822026-05-21T09:52:29.615Z Downloaded rustls-pemfile v1.0.4
9832026-05-21T09:52:29.619Z Downloaded hickory-resolver v0.25.2
9842026-05-21T09:52:29.623Z Downloaded p256 v0.13.2
9852026-05-21T09:52:29.626Z Downloaded russh-cryptovec v0.7.3
9862026-05-21T09:52:29.626Z Downloaded rtoolbox v0.0.3
9872026-05-21T09:52:29.629Z Downloaded prefix-trie v0.7.0
9882026-05-21T09:52:29.629Z Downloaded minimal-lexical v0.2.1
9892026-05-21T09:52:29.632Z Downloaded serde_repr v0.1.20
9902026-05-21T09:52:29.632Z Downloaded seq-macro v0.3.6
9912026-05-21T09:52:29.635Z Downloaded serde_urlencoded v0.7.1
9922026-05-21T09:52:29.635Z Downloaded serde_plain v1.0.2
9932026-05-21T09:52:29.639Z Downloaded diesel_derives v2.3.7
9942026-05-21T09:52:29.647Z Downloaded rusty-fork v0.3.1
9952026-05-21T09:52:29.651Z Downloaded signal-hook-tokio v0.3.1
9962026-05-21T09:52:29.653Z Downloaded quinn-udp v0.5.14
9972026-05-21T09:52:29.657Z Downloaded slog-envlogger v2.2.0
9982026-05-21T09:52:29.657Z Downloaded sigpipe v0.1.3
9992026-05-21T09:52:29.660Z Downloaded signature v2.2.0
10002026-05-21T09:52:29.661Z Downloaded rustls-native-certs v0.8.3
10012026-05-21T09:52:29.664Z Downloaded hyper-util v0.1.20
10022026-05-21T09:52:29.668Z Downloaded shell-words v1.1.1
10032026-05-21T09:52:29.670Z Downloaded sha1 v0.10.6
10042026-05-21T09:52:29.670Z Downloaded rustversion v1.0.22
10052026-05-21T09:52:29.670Z Downloaded signal-hook-mio v0.2.5
10062026-05-21T09:52:29.673Z Downloaded progenitor-impl v0.11.2
10072026-05-21T09:52:29.673Z Downloaded siphasher v1.0.2
10082026-05-21T09:52:29.676Z Downloaded progenitor-impl v0.10.0
10092026-05-21T09:52:29.676Z Downloaded progenitor-impl v0.13.0
10102026-05-21T09:52:29.678Z Downloaded rustls-pemfile v2.2.0
10112026-05-21T09:52:29.681Z Downloaded serde_derive_internals v0.29.1
10122026-05-21T09:52:29.686Z Downloaded postgres-protocol v0.6.10
10132026-05-21T09:52:29.689Z Downloaded pin-project v1.1.11
10142026-05-21T09:52:29.694Z Downloaded ssh-cipher v0.2.0
10152026-05-21T09:52:29.696Z Downloaded aes-gcm v0.10.3
10162026-05-21T09:52:29.699Z Downloaded scroll v0.13.0
10172026-05-21T09:52:29.699Z Downloaded schemars_derive v0.8.22
10182026-05-21T09:52:29.702Z Downloaded slog-bunyan v2.5.0
10192026-05-21T09:52:29.702Z Downloaded serde-hex v0.1.0
10202026-05-21T09:52:29.702Z Downloaded hashbrown v0.12.3
10212026-05-21T09:52:29.704Z Downloaded rustls-pki-types v1.14.0
10222026-05-21T09:52:29.707Z Downloaded sec1 v0.7.3
10232026-05-21T09:52:29.707Z Downloaded openssl-sys v0.9.115
10242026-05-21T09:52:29.710Z Downloaded sqlparser_derive v0.5.0
10252026-05-21T09:52:29.712Z Downloaded der v0.7.10
10262026-05-21T09:52:29.715Z Downloaded signal-hook-registry v1.4.8
10272026-05-21T09:52:29.717Z Downloaded sct v0.7.1
10282026-05-21T09:52:29.717Z Downloaded aes v0.8.4
10292026-05-21T09:52:29.721Z Downloaded serde_path_to_error v0.1.20
10302026-05-21T09:52:29.723Z Downloaded semver v0.1.20
10312026-05-21T09:52:29.723Z Downloaded ssh-encoding v0.2.0
10322026-05-21T09:52:29.725Z Downloaded structmeta-derive v0.3.0
10332026-05-21T09:52:29.725Z Downloaded structmeta v0.3.0
10342026-05-21T09:52:29.729Z Downloaded rcgen v0.12.1
10352026-05-21T09:52:29.732Z Downloaded simd-adler32 v0.3.8
10362026-05-21T09:52:29.732Z Downloaded strum v0.27.2
10372026-05-21T09:52:29.732Z Downloaded strum v0.26.3
10382026-05-21T09:52:29.734Z Downloaded smallvec v0.6.14
10392026-05-21T09:52:29.734Z Downloaded slog-term v2.9.2
10402026-05-21T09:52:29.737Z Downloaded slog-stdlog v4.1.1
10412026-05-21T09:52:29.737Z Downloaded slog-scope v4.4.1
10422026-05-21T09:52:29.740Z Downloaded supports-color v3.0.2
10432026-05-21T09:52:29.740Z Downloaded sync-ptr v0.1.4
10442026-05-21T09:52:29.740Z Downloaded subtle v2.6.1
10452026-05-21T09:52:29.743Z Downloaded progenitor-impl v0.14.0
10462026-05-21T09:52:29.750Z Downloaded serde_cbor v0.11.2
10472026-05-21T09:52:29.752Z Downloaded snafu-derive v0.8.9
10482026-05-21T09:52:29.756Z Downloaded russh-keys v0.45.0
10492026-05-21T09:52:29.758Z Downloaded spki v0.7.3
10502026-05-21T09:52:29.758Z Downloaded take_mut v0.2.2
10512026-05-21T09:52:29.759Z Downloaded tagptr v0.2.0
10522026-05-21T09:52:29.762Z Downloaded shlex v1.3.0
10532026-05-21T09:52:29.762Z Downloaded sync_wrapper v1.0.2
10542026-05-21T09:52:29.762Z Downloaded slog-async v2.8.0
10552026-05-21T09:52:29.765Z Downloaded slab v0.4.12
10562026-05-21T09:52:29.765Z Downloaded mio v1.2.0
10572026-05-21T09:52:29.768Z Downloaded smf v0.2.3
10582026-05-21T09:52:29.770Z Downloaded jiff-static v0.2.21
10592026-05-21T09:52:29.773Z Downloaded rustls-platform-verifier v0.6.2
10602026-05-21T09:52:29.776Z Downloaded serde_with_macros v3.17.0
10612026-05-21T09:52:29.776Z Downloaded hashbrown v0.15.5
10622026-05-21T09:52:29.781Z Downloaded ryu v1.0.23
10632026-05-21T09:52:29.784Z Downloaded tabwriter v1.4.1
10642026-05-21T09:52:29.788Z Downloaded tap v1.0.1
10652026-05-21T09:52:29.788Z Downloaded tabled_derive v0.11.0
10662026-05-21T09:52:29.788Z Downloaded strip-ansi-escapes v0.2.1
10672026-05-21T09:52:29.788Z Downloaded slog-dtrace v0.3.0
10682026-05-21T09:52:29.791Z Downloaded slog-json v2.6.1
10692026-05-21T09:52:29.794Z Downloaded prettyplease v0.2.37
10702026-05-21T09:52:29.796Z Downloaded pretty_assertions v1.4.1
10712026-05-21T09:52:29.799Z Downloaded strum_macros v0.24.3
10722026-05-21T09:52:29.799Z Downloaded strum_macros v0.27.2
10732026-05-21T09:52:29.802Z Downloaded strum_macros v0.26.4
10742026-05-21T09:52:29.802Z Downloaded thiserror-impl-no-std v2.0.2
10752026-05-21T09:52:29.804Z Downloaded testing_table v0.3.0
10762026-05-21T09:52:29.807Z Downloaded thread-id v5.1.0
10772026-05-21T09:52:29.810Z Downloaded time-core v0.1.8
10782026-05-21T09:52:29.810Z Downloaded static_assertions v1.1.0
10792026-05-21T09:52:29.813Z Downloaded stacker v0.1.23
10802026-05-21T09:52:29.813Z Downloaded sqlformat v0.3.5
10812026-05-21T09:52:29.815Z Downloaded crossterm v0.28.1
10822026-05-21T09:52:29.818Z Downloaded tinyvec_macros v0.1.1
10832026-05-21T09:52:29.818Z Downloaded tokio-macros v2.7.0
10842026-05-21T09:52:29.823Z Downloaded stringprep v0.1.5
10852026-05-21T09:52:29.823Z Downloaded string_cache v0.8.9
10862026-05-21T09:52:29.823Z Downloaded ron v0.8.1
10872026-05-21T09:52:29.825Z Downloaded rand v0.8.6
10882026-05-21T09:52:29.830Z Downloaded tower-layer v0.3.3
10892026-05-21T09:52:29.834Z Downloaded hashbrown v0.16.1
10902026-05-21T09:52:29.841Z Downloaded serde_yaml v0.9.34+deprecated
10912026-05-21T09:52:29.843Z Downloaded termtree v0.5.1
10922026-05-21T09:52:29.846Z Downloaded support-bundle-viewer v0.1.2
10932026-05-21T09:52:29.848Z Downloaded tower-service v0.3.3
10942026-05-21T09:52:29.854Z Downloaded thread_local v1.1.9
10952026-05-21T09:52:29.856Z Downloaded aho-corasick v1.1.4
10962026-05-21T09:52:29.859Z Downloaded itertools v0.10.5
10972026-05-21T09:52:29.862Z Downloaded try-lock v0.2.5
10982026-05-21T09:52:29.865Z Downloaded tokio-dtrace v0.1.1
10992026-05-21T09:52:29.865Z Downloaded rayon-core v1.13.0
11002026-05-21T09:52:29.868Z Downloaded tls_codec v0.4.2
11012026-05-21T09:52:29.868Z Downloaded itertools v0.13.0
11022026-05-21T09:52:29.872Z Downloaded tokio-tungstenite v0.23.1
11032026-05-21T09:52:29.875Z Downloaded termios v0.3.3
11042026-05-21T09:52:29.875Z Downloaded tls_codec_derive v0.4.2
11052026-05-21T09:52:29.880Z Downloaded typify-macro v0.4.3
11062026-05-21T09:52:29.880Z Downloaded schemars v0.8.22
11072026-05-21T09:52:29.883Z Downloaded http v1.4.0
11082026-05-21T09:52:29.889Z Downloaded libxml v0.3.3
11092026-05-21T09:52:29.889Z Downloaded num-bigint v0.4.6
11102026-05-21T09:52:29.891Z Downloaded unarray v0.1.4
11112026-05-21T09:52:29.894Z Downloaded term v1.2.1
11122026-05-21T09:52:29.897Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11132026-05-21T09:52:29.897Z Downloaded term v0.7.0
11142026-05-21T09:52:29.900Z Downloaded untrusted v0.9.0
11152026-05-21T09:52:29.900Z Downloaded typify-macro v0.6.2
11162026-05-21T09:52:29.900Z Downloaded untrusted v0.7.1
11172026-05-21T09:52:29.902Z Downloaded unit-prefix v0.5.2
11182026-05-21T09:52:29.902Z Downloaded universal-hash v0.5.1
11192026-05-21T09:52:29.902Z Downloaded unicode-truncate v1.1.0
11202026-05-21T09:52:29.904Z Downloaded topological-sort v0.2.2
11212026-05-21T09:52:29.904Z Downloaded toml_writer v1.0.6+spec-1.1.0
11222026-05-21T09:52:29.904Z Downloaded usdt-macro v0.6.0
11232026-05-21T09:52:29.907Z Downloaded tokio-native-tls v0.3.1
11242026-05-21T09:52:29.907Z Downloaded spin v0.9.8
11252026-05-21T09:52:29.909Z Downloaded socket2 v0.6.3
11262026-05-21T09:52:29.912Z Downloaded thiserror-no-std v2.0.2
11272026-05-21T09:52:29.912Z Downloaded tokio-rustls v0.25.0
11282026-05-21T09:52:29.914Z Downloaded socket2 v0.5.10
11292026-05-21T09:52:29.914Z Downloaded rsa v0.9.10
11302026-05-21T09:52:29.917Z Downloaded usdt-attr-macro v0.6.0
11312026-05-21T09:52:29.920Z Downloaded usdt v0.6.0
11322026-05-21T09:52:29.920Z Downloaded publicsuffix v2.3.0
11332026-05-21T09:52:29.922Z Downloaded quinn v0.11.9
11342026-05-21T09:52:29.925Z Downloaded qorb v0.4.1
11352026-05-21T09:52:29.925Z Downloaded nom v7.1.3
11362026-05-21T09:52:29.928Z Downloaded waitgroup v0.1.2
11372026-05-21T09:52:29.930Z Downloaded iri-string v0.7.10
11382026-05-21T09:52:29.933Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11392026-05-21T09:52:29.936Z Downloaded utf-8 v0.7.6
11402026-05-21T09:52:29.936Z Downloaded tokio-tungstenite v0.21.0
11412026-05-21T09:52:29.936Z Downloaded tokio-rustls v0.24.1
11422026-05-21T09:52:29.938Z Downloaded unicase v2.9.0
11432026-05-21T09:52:29.938Z Downloaded signal-hook v0.3.18
11442026-05-21T09:52:29.941Z Downloaded itertools v0.14.0
11452026-05-21T09:52:29.945Z Downloaded want v0.3.1
11462026-05-21T09:52:29.947Z Downloaded libm v0.2.16
11472026-05-21T09:52:29.951Z Downloaded hyper v1.8.1
11482026-05-21T09:52:29.955Z Downloaded snafu v0.8.9
11492026-05-21T09:52:29.958Z Downloaded wait-timeout v0.2.1
11502026-05-21T09:52:29.961Z Downloaded void v1.0.2
11512026-05-21T09:52:29.961Z Downloaded schemars v0.9.0
11522026-05-21T09:52:29.966Z Downloaded xattr v1.6.1
11532026-05-21T09:52:29.969Z Downloaded xshell-macros v0.2.7
11542026-05-21T09:52:29.969Z Downloaded slog v2.8.2
11552026-05-21T09:52:29.972Z Downloaded futures-util v0.3.32
11562026-05-21T09:52:29.977Z Downloaded tui-tree-widget v0.23.1
11572026-05-21T09:52:29.979Z Downloaded rand v0.10.1
11582026-05-21T09:52:29.982Z Downloaded itertools v0.12.1
11592026-05-21T09:52:29.985Z Downloaded toml_parser v1.0.9+spec-1.1.0
11602026-05-21T09:52:29.985Z Downloaded tracing-attributes v0.1.31
11612026-05-21T09:52:29.988Z Downloaded trait-variant v0.1.2
11622026-05-21T09:52:29.988Z Downloaded tiny-keccak v2.0.2
11632026-05-21T09:52:29.991Z Downloaded time-macros v0.2.27
11642026-05-21T09:52:29.991Z Downloaded p521 v0.13.3
11652026-05-21T09:52:29.994Z Downloaded zone v0.3.1
11662026-05-21T09:52:29.997Z Downloaded vergen-gitcl v1.0.8
11672026-05-21T09:52:29.997Z Downloaded rustls-webpki v0.103.9
11682026-05-21T09:52:30.000Z Downloaded walkdir v2.5.0
11692026-05-21T09:52:30.000Z Downloaded vergen-lib v0.1.6
11702026-05-21T09:52:30.002Z Downloaded zeroize_derive v1.4.3
11712026-05-21T09:52:30.002Z Downloaded twox-hash v2.1.2
11722026-05-21T09:52:30.007Z Downloaded zone_cfg_derive v0.3.1
11732026-05-21T09:52:30.013Z Downloaded num-bigint-dig v0.8.6
11742026-05-21T09:52:30.016Z Downloaded whoami v2.1.0
11752026-05-21T09:52:30.018Z Downloaded rand v0.9.2
11762026-05-21T09:52:30.020Z Downloaded tar v0.4.45
11772026-05-21T09:52:30.023Z Downloaded tokio-rustls v0.26.4
11782026-05-21T09:52:30.028Z Downloaded xshell v0.2.7
11792026-05-21T09:52:30.031Z Downloaded usdt-impl v0.6.0
11802026-05-21T09:52:30.031Z Downloaded wyz v0.5.1
11812026-05-21T09:52:30.033Z Downloaded blake3 v1.8.3
11822026-05-21T09:52:30.038Z Downloaded vergen-git2 v1.0.7
11832026-05-21T09:52:30.040Z Downloaded similar v2.7.0
11842026-05-21T09:52:30.046Z Downloaded zeroize v1.8.2
11852026-05-21T09:52:30.050Z Downloaded bitvec v1.0.1
11862026-05-21T09:52:30.059Z Downloaded vsss-rs v3.3.4
11872026-05-21T09:52:30.061Z Downloaded tungstenite v0.21.0
11882026-05-21T09:52:30.064Z Downloaded unicode-bidi v0.3.18
11892026-05-21T09:52:30.064Z Downloaded tungstenite v0.23.0
11902026-05-21T09:52:30.067Z Downloaded subprocess v0.2.15
11912026-05-21T09:52:30.067Z Downloaded test-strategy v0.4.5
11922026-05-21T09:52:30.071Z Downloaded aws-lc-rs v1.16.3
11932026-05-21T09:52:30.075Z Downloaded whoami v1.6.1
11942026-05-21T09:52:30.079Z Downloaded toml_edit v0.23.10+spec-1.0.0
11952026-05-21T09:52:30.082Z Downloaded uzers v0.12.2
11962026-05-21T09:52:30.082Z Downloaded rpassword v7.4.0
11972026-05-21T09:52:30.082Z Downloaded yasna v0.5.2
11982026-05-21T09:52:30.084Z Downloaded tinyvec v1.10.0
11992026-05-21T09:52:30.084Z Downloaded unicode-properties v0.1.4
12002026-05-21T09:52:30.087Z Downloaded tracing-core v0.1.36
12012026-05-21T09:52:30.087Z Downloaded zerocopy v0.6.6
12022026-05-21T09:52:30.091Z Downloaded tokio-stream v0.1.18
12032026-05-21T09:52:30.096Z Downloaded nom v8.0.0
12042026-05-21T09:52:30.103Z Downloaded bindgen v0.71.1
12052026-05-21T09:52:30.107Z Downloaded toml v0.7.8
12062026-05-21T09:52:30.109Z Downloaded vergen v9.0.6
12072026-05-21T09:52:30.111Z Downloaded toml v0.9.12+spec-1.1.0
12082026-05-21T09:52:30.114Z Downloaded zstd v0.13.3
12092026-05-21T09:52:30.114Z Downloaded rustyline v14.0.0
12102026-05-21T09:52:30.116Z Downloaded reedline v0.40.0
12112026-05-21T09:52:30.122Z Downloaded samael v0.0.19
12122026-05-21T09:52:30.125Z Downloaded toml_edit v0.19.15
12132026-05-21T09:52:30.135Z Downloaded schemars v1.2.1
12142026-05-21T09:52:30.142Z Downloaded iddqd v0.4.1
12152026-05-21T09:52:30.147Z Downloaded typify v0.6.2
12162026-05-21T09:52:30.149Z Downloaded typify v0.4.3
12172026-05-21T09:52:30.152Z Downloaded chrono v0.4.44
12182026-05-21T09:52:30.155Z Downloaded zopfli v0.8.3
12192026-05-21T09:52:30.157Z Downloaded unsafe-libyaml v0.2.11
12202026-05-21T09:52:30.159Z Downloaded steno v0.4.1
12212026-05-21T09:52:30.166Z Downloaded yansi v1.0.1
12222026-05-21T09:52:30.173Z Downloaded toml v1.0.6+spec-1.1.0
12232026-05-21T09:52:30.175Z Downloaded p384 v0.13.1
12242026-05-21T09:52:30.178Z Downloaded uuid v1.23.0
12252026-05-21T09:52:30.180Z Downloaded russh v0.45.0
12262026-05-21T09:52:30.185Z Downloaded h2 v0.4.13
12272026-05-21T09:52:30.188Z Downloaded reqwest v0.12.28
12282026-05-21T09:52:30.192Z Downloaded rayon v1.11.0
12292026-05-21T09:52:30.197Z Downloaded hkdf v0.12.4
12302026-05-21T09:52:30.214Z Downloaded rustls-webpki v0.101.7
12312026-05-21T09:52:30.222Z Downloaded zerocopy-derive v0.8.40
12322026-05-21T09:52:30.238Z Downloaded zstd-safe v7.2.4
12332026-05-21T09:52:30.250Z Downloaded tower v0.5.3
12342026-05-21T09:52:30.261Z Downloaded vte v0.14.1
12352026-05-21T09:52:30.267Z Downloaded x509-cert v0.2.5
12362026-05-21T09:52:30.270Z Downloaded tokio-util v0.7.18
12372026-05-21T09:52:30.277Z Downloaded tokio-postgres v0.7.16
12382026-05-21T09:52:30.283Z Downloaded tower-http v0.6.8
12392026-05-21T09:52:30.287Z Downloaded rustls-webpki v0.102.8
12402026-05-21T09:52:30.297Z Downloaded proptest v1.10.0
12412026-05-21T09:52:30.303Z Downloaded object v0.30.4
12422026-05-21T09:52:30.307Z Downloaded tough v0.22.0
12432026-05-21T09:52:30.312Z Downloaded zip v4.6.1
12442026-05-21T09:52:30.314Z Downloaded unicode-normalization v0.1.25
12452026-05-21T09:52:30.323Z Downloaded winnow v0.5.40
12462026-05-21T09:52:30.328Z Downloaded zip v0.6.6
12472026-05-21T09:52:30.331Z Downloaded unicode_categories v0.1.1
12482026-05-21T09:52:30.335Z Downloaded ssh-key v0.6.7
12492026-05-21T09:52:30.339Z Downloaded bstr v1.12.1
12502026-05-21T09:52:30.346Z Downloaded winnow v0.6.26
12512026-05-21T09:52:30.353Z Downloaded lalrpop v0.19.12
12522026-05-21T09:52:30.359Z Downloaded portable-atomic v1.13.1
12532026-05-21T09:52:30.364Z Downloaded radix_trie v0.2.1
12542026-05-21T09:52:30.367Z Downloaded polar-core v0.27.3
12552026-05-21T09:52:30.371Z Downloaded reqwest v0.13.2
12562026-05-21T09:52:30.375Z Downloaded typed-path v0.9.3
12572026-05-21T09:52:30.378Z Downloaded regex v1.12.3
12582026-05-21T09:52:30.381Z Downloaded unicode-segmentation v1.12.0
12592026-05-21T09:52:30.392Z Downloaded git2 v0.20.4
12602026-05-21T09:52:30.397Z Downloaded time v0.3.47
12612026-05-21T09:52:30.426Z Downloaded moka v0.12.13
12622026-05-21T09:52:30.429Z Downloaded quick-xml v0.37.5
12632026-05-21T09:52:30.437Z Downloaded salty v0.3.0
12642026-05-21T09:52:30.451Z Downloaded hickory-proto v0.24.4
12652026-05-21T09:52:30.460Z Downloaded serde_with v3.17.0
12662026-05-21T09:52:30.466Z Downloaded webpki-roots v1.0.6
12672026-05-21T09:52:30.472Z Downloaded goblin v0.10.5
12682026-05-21T09:52:30.475Z Downloaded openapiv3 v2.2.0
12692026-05-21T09:52:30.481Z Downloaded regex-syntax v0.8.10
12702026-05-21T09:52:30.486Z Downloaded smoltcp v0.11.0
12712026-05-21T09:52:30.503Z Downloaded petname v2.0.2
12722026-05-21T09:52:30.506Z Downloaded rustix v0.38.44
12732026-05-21T09:52:30.527Z Downloaded nix v0.27.1
12742026-05-21T09:52:30.538Z Downloaded quinn-proto v0.11.13
12752026-05-21T09:52:30.554Z Downloaded curve25519-dalek v4.1.3
12762026-05-21T09:52:30.584Z Downloaded sqlparser v0.61.0
12772026-05-21T09:52:30.596Z Downloaded winnow v1.0.3
12782026-05-21T09:52:30.606Z Downloaded tabled v0.20.0
12792026-05-21T09:52:30.620Z Downloaded sled v0.34.7
12802026-05-21T09:52:30.628Z Downloaded nix v0.29.0
12812026-05-21T09:52:30.634Z Downloaded ratatui v0.29.0
12822026-05-21T09:52:30.645Z Downloaded typify-impl v0.6.2
12832026-05-21T09:52:30.653Z Downloaded tracing v0.1.44
12842026-05-21T09:52:30.667Z Downloaded regex-syntax v0.6.29
12852026-05-21T09:52:30.670Z Downloaded zlib-rs v0.6.2
12862026-05-21T09:52:30.673Z Downloaded bzip2-sys v0.1.13+1.0.8
12872026-05-21T09:52:30.680Z Downloaded vcpkg v0.2.15
12882026-05-21T09:52:30.702Z Downloaded zerocopy-derive v0.6.6
12892026-05-21T09:52:30.708Z Downloaded nix v0.28.0
12902026-05-21T09:52:30.714Z Downloaded nix v0.31.2
12912026-05-21T09:52:30.721Z Downloaded dropshot v0.17.0
12922026-05-21T09:52:30.732Z Downloaded hickory-proto v0.25.2
12932026-05-21T09:52:30.742Z Downloaded zerocopy v0.8.40
12942026-05-21T09:52:30.747Z Downloaded regress v0.11.1
12952026-05-21T09:52:30.752Z Downloaded diesel v2.3.7
12962026-05-21T09:52:30.764Z Downloaded regress v0.10.5
12972026-05-21T09:52:30.769Z Downloaded rustls v0.23.37
12982026-05-21T09:52:30.775Z Downloaded chrono-tz v0.10.4
12992026-05-21T09:52:30.785Z Downloaded object v0.37.3
13002026-05-21T09:52:30.792Z Downloaded rustls v0.22.4
13012026-05-21T09:52:30.799Z Downloaded smoltcp v0.9.1
13022026-05-21T09:52:30.804Z Downloaded petgraph v0.8.3
13032026-05-21T09:52:30.817Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13042026-05-21T09:52:30.827Z Downloaded libz-sys v1.1.24
13052026-05-21T09:52:30.839Z Downloaded dropshot v0.16.7
13062026-05-21T09:52:30.851Z Downloaded tokio v1.52.1
13072026-05-21T09:52:30.873Z Downloaded openssl v0.10.79
13082026-05-21T09:52:30.878Z Downloaded rustls v0.21.12
13092026-05-21T09:52:30.886Z Downloaded typify-impl v0.4.3
13102026-05-21T09:52:30.913Z Downloaded regex-automata v0.4.14
13112026-05-21T09:52:30.937Z Downloaded petgraph v0.6.5
13122026-05-21T09:52:30.948Z Downloaded jiff v0.2.21
13132026-05-21T09:52:30.959Z Downloaded ring v0.17.14
13142026-05-21T09:52:30.983Z Downloaded csv v1.4.0
13152026-05-21T09:52:31.021Z Downloaded sha3 v0.10.8
13162026-05-21T09:52:31.079Z Downloaded encoding_rs v0.8.35
13172026-05-21T09:52:31.112Z Downloaded libgit2-sys v0.18.3+1.9.2
13182026-05-21T09:52:31.475Z Downloaded aws-lc-sys v0.40.0
13192026-05-21T09:52:31.727Z Compiling libc v0.2.185
13202026-05-21T09:52:31.727Z Compiling serde v1.0.228
13212026-05-21T09:52:31.730Z Compiling log v0.4.29
13222026-05-21T09:52:31.730Z Compiling shlex v1.3.0
13232026-05-21T09:52:31.730Z Compiling find-msvc-tools v0.1.9
13242026-05-21T09:52:31.730Z Compiling smallvec v1.15.1
13252026-05-21T09:52:31.876Z Compiling syn v2.0.117
13262026-05-21T09:52:31.882Z Compiling typenum v1.19.0
13272026-05-21T09:52:32.054Z Compiling generic-array v0.14.7
13282026-05-21T09:52:32.076Z Compiling subtle v2.6.1
13292026-05-21T09:52:32.089Z Compiling scopeguard v1.2.0
13302026-05-21T09:52:32.157Z Compiling const-oid v0.9.6
13312026-05-21T09:52:32.185Z Compiling lock_api v0.4.14
13322026-05-21T09:52:32.198Z Compiling serde_json v1.0.149
13332026-05-21T09:52:32.240Z Compiling zerocopy v0.8.40
13342026-05-21T09:52:32.305Z Compiling pin-project-lite v0.2.17
13352026-05-21T09:52:32.435Z Compiling portable-atomic v1.13.1
13362026-05-21T09:52:32.510Z Compiling parking_lot_core v0.9.12
13372026-05-21T09:52:32.773Z Compiling getrandom v0.2.17
13382026-05-21T09:52:32.786Z Compiling jobserver v0.1.34
13392026-05-21T09:52:32.848Z Compiling errno v0.3.14
13402026-05-21T09:52:32.942Z Compiling rand_core v0.6.4
13412026-05-21T09:52:33.005Z Compiling cc v1.2.56
13422026-05-21T09:52:33.032Z Compiling pkg-config v0.3.32
13432026-05-21T09:52:33.044Z Compiling signal-hook-registry v1.4.8
13442026-05-21T09:52:33.223Z Compiling bitflags v2.11.0
13452026-05-21T09:52:33.319Z Compiling libm v0.2.16
13462026-05-21T09:52:33.461Z Compiling futures-core v0.3.32
13472026-05-21T09:52:33.475Z Compiling critical-section v1.2.0
13482026-05-21T09:52:33.579Z Compiling once_cell v1.21.3
13492026-05-21T09:52:33.594Z Compiling parking_lot v0.12.5
13502026-05-21T09:52:33.605Z Compiling mio v1.2.0
13512026-05-21T09:52:33.618Z Compiling num-traits v0.2.19
13522026-05-21T09:52:33.742Z Compiling percent-encoding v2.3.2
13532026-05-21T09:52:33.791Z Compiling socket2 v0.6.3
13542026-05-21T09:52:33.939Z Compiling futures-sink v0.3.32
13552026-05-21T09:52:33.966Z Compiling futures-io v0.3.32
13562026-05-21T09:52:33.979Z Compiling futures-task v0.3.32
13572026-05-21T09:52:34.045Z Compiling futures-channel v0.3.32
13582026-05-21T09:52:34.095Z Compiling cpufeatures v0.2.17
13592026-05-21T09:52:34.145Z Compiling slab v0.4.12
13602026-05-21T09:52:34.167Z Compiling getrandom v0.4.1
13612026-05-21T09:52:34.188Z Compiling rand_core v0.10.0
13622026-05-21T09:52:34.223Z Compiling indexmap v2.14.0
13632026-05-21T09:52:34.301Z Compiling getrandom v0.3.4
13642026-05-21T09:52:34.326Z Compiling rustversion v1.0.22
13652026-05-21T09:52:34.353Z Compiling form_urlencoded v1.2.2
13662026-05-21T09:52:34.611Z Compiling cmake v0.1.57
13672026-05-21T09:52:34.717Z Compiling fs_extra v1.3.0
13682026-05-21T09:52:34.778Z Compiling dunce v1.0.5
13692026-05-21T09:52:34.878Z Compiling synstructure v0.13.2
13702026-05-21T09:52:34.893Z Compiling ident_case v1.0.1
13712026-05-21T09:52:34.991Z Compiling base64ct v1.8.3
13722026-05-21T09:52:35.019Z Compiling rustix v1.1.3
13732026-05-21T09:52:35.032Z Compiling aws-lc-sys v0.40.0
13742026-05-21T09:52:35.144Z Compiling iana-time-zone v0.1.65
13752026-05-21T09:52:35.283Z Compiling pem-rfc7468 v0.7.0
13762026-05-21T09:52:35.297Z Compiling regex-syntax v0.8.10
13772026-05-21T09:52:35.352Z Compiling flagset v0.4.7
13782026-05-21T09:52:35.391Z Compiling rand_core v0.9.5
13792026-05-21T09:52:35.485Z Compiling ring v0.17.14
13802026-05-21T09:52:35.501Z Compiling vcpkg v0.2.15
13812026-05-21T09:52:35.590Z Compiling aws-lc-rs v1.16.3
13822026-05-21T09:52:35.682Z Compiling uuid v1.23.0
13832026-05-21T09:52:35.881Z Compiling rustc_version v0.4.1
13842026-05-21T09:52:36.226Z Compiling tracing-core v0.1.36
13852026-05-21T09:52:36.261Z Compiling openssl-sys v0.9.115
13862026-05-21T09:52:36.405Z Compiling base64 v0.22.1
13872026-05-21T09:52:36.647Z Compiling serde_derive v1.0.228
13882026-05-21T09:52:36.741Z Compiling zeroize_derive v1.4.3
13892026-05-21T09:52:36.764Z Compiling zerofrom-derive v0.1.6
13902026-05-21T09:52:36.780Z Compiling yoke-derive v0.8.1
13912026-05-21T09:52:36.794Z Compiling zerocopy-derive v0.8.40
13922026-05-21T09:52:37.413Z Compiling zeroize v1.8.2
13932026-05-21T09:52:37.659Z Compiling zerovec-derive v0.11.2
13942026-05-21T09:52:37.946Z Compiling displaydoc v0.2.5
13952026-05-21T09:52:38.155Z Compiling crypto-common v0.1.7
13962026-05-21T09:52:38.176Z Compiling zerofrom v0.1.6
13972026-05-21T09:52:38.300Z Compiling yoke v0.8.1
13982026-05-21T09:52:38.300Z Compiling block-buffer v0.10.4
13992026-05-21T09:52:38.471Z Compiling digest v0.10.7
14002026-05-21T09:52:38.497Z Compiling tokio-macros v2.7.0
14012026-05-21T09:52:38.684Z Compiling zerotrie v0.2.3
14022026-05-21T09:52:38.722Z Compiling futures-macro v0.3.32
14032026-05-21T09:52:38.771Z Compiling zerovec v0.11.5
14042026-05-21T09:52:38.977Z Compiling hmac v0.12.1
14052026-05-21T09:52:39.137Z Compiling block-padding v0.3.3
14062026-05-21T09:52:39.202Z Compiling sha2 v0.10.9
14072026-05-21T09:52:39.267Z Compiling tinystr v0.8.2
14082026-05-21T09:52:39.297Z Compiling potential_utf v0.1.4
14092026-05-21T09:52:39.461Z Compiling icu_locale_core v2.1.1
14102026-05-21T09:52:39.474Z Compiling icu_collections v2.1.1
14112026-05-21T09:52:39.511Z Compiling futures-util v0.3.32
14122026-05-21T09:52:39.934Z Compiling inout v0.1.4
14132026-05-21T09:52:40.102Z Compiling bytes v1.11.1
14142026-05-21T09:52:40.102Z Compiling icu_provider v2.1.1
14152026-05-21T09:52:40.172Z Compiling cipher v0.4.4
14162026-05-21T09:52:40.320Z Compiling der_derive v0.7.3
14172026-05-21T09:52:40.409Z Compiling icu_normalizer v2.1.1
14182026-05-21T09:52:40.440Z Compiling icu_properties v2.1.2
14192026-05-21T09:52:40.569Z Compiling tokio v1.52.1
14202026-05-21T09:52:40.704Z Compiling http v1.4.0
14212026-05-21T09:52:40.948Z Compiling chrono v0.4.44
14222026-05-21T09:52:41.230Z Compiling ppv-lite86 v0.2.21
14232026-05-21T09:52:41.268Z Compiling idna_adapter v1.2.1
14242026-05-21T09:52:41.408Z Compiling idna v1.1.0
14252026-05-21T09:52:41.508Z Compiling der v0.7.10
14262026-05-21T09:52:41.546Z Compiling salsa20 v0.10.2
14272026-05-21T09:52:41.591Z Compiling pbkdf2 v0.12.2
14282026-05-21T09:52:41.687Z Compiling url v2.5.8
14292026-05-21T09:52:41.707Z Compiling rustls-pki-types v1.14.0
14302026-05-21T09:52:41.739Z Compiling tracing-attributes v0.1.31
14312026-05-21T09:52:42.045Z Compiling thiserror-impl v2.0.18
14322026-05-21T09:52:42.151Z Compiling scrypt v0.11.0
14332026-05-21T09:52:42.290Z Compiling rand_chacha v0.9.0
14342026-05-21T09:52:42.450Z Compiling spki v0.7.3
14352026-05-21T09:52:42.504Z Compiling http-body v1.0.1
14362026-05-21T09:52:42.656Z Compiling cbc v0.1.2
14372026-05-21T09:52:42.656Z Compiling aes v0.8.4
14382026-05-21T09:52:42.793Z Compiling openssl-probe v0.2.1
14392026-05-21T09:52:42.806Z Compiling tinyvec_macros v0.1.1
14402026-05-21T09:52:42.876Z Compiling httparse v1.10.1
14412026-05-21T09:52:42.971Z Compiling untrusted v0.7.1
14422026-05-21T09:52:43.026Z Compiling untrusted v0.9.0
14432026-05-21T09:52:43.039Z Compiling tracing v0.1.44
14442026-05-21T09:52:43.093Z Compiling pkcs5 v0.7.1
14452026-05-21T09:52:43.261Z Compiling tinyvec v1.10.0
14462026-05-21T09:52:43.306Z Compiling pest_generator v2.8.6
14472026-05-21T09:52:43.416Z Compiling thiserror v2.0.18
14482026-05-21T09:52:43.528Z Compiling rand v0.9.2
14492026-05-21T09:52:43.572Z Compiling serde_derive_internals v0.29.1
14502026-05-21T09:52:43.608Z Compiling aho-corasick v1.1.4
14512026-05-21T09:52:43.721Z Compiling try-lock v0.2.5
14522026-05-21T09:52:43.831Z Compiling tower-layer v0.3.3
14532026-05-21T09:52:43.992Z Compiling atomic-waker v1.1.2
14542026-05-21T09:52:44.007Z Compiling tower-service v0.3.3
14552026-05-21T09:52:44.103Z Compiling dyn-clone v1.0.20
14562026-05-21T09:52:44.117Z Compiling rustls v0.23.37
14572026-05-21T09:52:44.240Z Compiling tokio-util v0.7.18
14582026-05-21T09:52:44.292Z Compiling schemars v0.8.22
14592026-05-21T09:52:44.307Z Compiling pest_derive v2.8.6
14602026-05-21T09:52:44.450Z Compiling schemars_derive v0.8.22
14612026-05-21T09:52:44.506Z Compiling regex-automata v0.4.14
14622026-05-21T09:52:44.719Z Compiling want v0.3.1
14632026-05-21T09:52:44.891Z Compiling h2 v0.4.13
14642026-05-21T09:52:44.905Z Compiling pkcs8 v0.10.2
14652026-05-21T09:52:45.249Z Compiling ipnet v2.11.0
14662026-05-21T09:52:45.270Z Compiling scroll_derive v0.13.1
14672026-05-21T09:52:45.498Z Compiling darling_core v0.20.11
14682026-05-21T09:52:45.666Z Compiling httpdate v1.0.3
14692026-05-21T09:52:45.741Z Compiling pin-utils v0.1.0
14702026-05-21T09:52:45.817Z Compiling openssl v0.10.79
14712026-05-21T09:52:45.888Z Compiling foreign-types-shared v0.1.1
14722026-05-21T09:52:45.977Z Compiling foreign-types v0.3.2
14732026-05-21T09:52:46.050Z Compiling tempfile v3.25.0
14742026-05-21T09:52:46.064Z Compiling scroll v0.13.0
14752026-05-21T09:52:46.183Z Compiling unicode-normalization v0.1.25
14762026-05-21T09:52:46.424Z Compiling openssl-macros v0.1.1
14772026-05-21T09:52:46.641Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14782026-05-21T09:52:46.745Z Compiling spin v0.9.8
14792026-05-21T09:52:46.811Z Compiling native-tls v0.2.18
14802026-05-21T09:52:46.954Z Compiling powerfmt v0.2.0
14812026-05-21T09:52:47.012Z Compiling crc32fast v1.5.0
14822026-05-21T09:52:47.027Z Compiling num-conv v0.2.0
14832026-05-21T09:52:47.155Z Compiling time-core v0.1.8
14842026-05-21T09:52:47.155Z Compiling deranged v0.5.8
14852026-05-21T09:52:47.303Z Compiling time-macros v0.2.27
14862026-05-21T09:52:47.772Z Compiling darling_macro v0.20.11
14872026-05-21T09:52:48.163Z Compiling hyper v1.8.1
14882026-05-21T09:52:48.234Z Compiling darling v0.20.11
14892026-05-21T09:52:48.319Z Compiling goblin v0.10.5
14902026-05-21T09:52:48.369Z Compiling rustls-native-certs v0.8.3
14912026-05-21T09:52:48.591Z Compiling sync_wrapper v1.0.2
14922026-05-21T09:52:48.670Z Compiling wait-timeout v0.2.1
14932026-05-21T09:52:48.698Z Compiling crossbeam-utils v0.8.21
14942026-05-21T09:52:48.791Z Compiling bit-vec v0.8.0
14952026-05-21T09:52:48.939Z Compiling usdt-impl v0.6.0
14962026-05-21T09:52:48.981Z Compiling quick-error v1.2.3
14972026-05-21T09:52:49.023Z Compiling syn v1.0.109
14982026-05-21T09:52:49.088Z Compiling num_threads v0.1.7
14992026-05-21T09:52:49.137Z Compiling siphasher v1.0.2
15002026-05-21T09:52:49.185Z Compiling simd-adler32 v0.3.8
15012026-05-21T09:52:49.318Z Compiling hyper-util v0.1.20
15022026-05-21T09:52:49.381Z Compiling time v0.3.47
15032026-05-21T09:52:49.445Z Compiling rusty-fork v0.3.1
15042026-05-21T09:52:49.780Z Compiling bit-set v0.8.0
15052026-05-21T09:52:49.942Z Compiling tower v0.5.3
15062026-05-21T09:52:50.040Z Compiling derive_builder_core v0.20.2
15072026-05-21T09:52:50.409Z Compiling dtrace-parser v0.3.0
15082026-05-21T09:52:50.575Z Compiling http-body-util v0.1.3
15092026-05-21T09:52:50.820Z Compiling webpki-roots v1.0.6
15102026-05-21T09:52:50.893Z Compiling signature v2.2.0
15112026-05-21T09:52:50.921Z Compiling thiserror-impl v1.0.69
15122026-05-21T09:52:50.942Z Compiling scroll_derive v0.12.1
15132026-05-21T09:52:51.015Z Compiling dof v0.4.0
15142026-05-21T09:52:51.070Z Compiling heapless v0.7.17
15152026-05-21T09:52:51.152Z Compiling rand_xorshift v0.4.0
15162026-05-21T09:52:51.309Z Compiling slog v2.8.2
15172026-05-21T09:52:51.324Z Compiling darling_core v0.21.3
15182026-05-21T09:52:51.492Z Compiling bzip2-sys v0.1.13+1.0.8
15192026-05-21T09:52:51.603Z Compiling thread-id v5.1.0
15202026-05-21T09:52:51.688Z Compiling cookie v0.18.1
15212026-05-21T09:52:51.767Z Compiling paste v1.0.15
15222026-05-21T09:52:51.870Z Compiling unicode-properties v0.1.4
15232026-05-21T09:52:52.031Z Compiling zstd-safe v7.2.4
15242026-05-21T09:52:52.081Z Compiling unarray v0.1.4
15252026-05-21T09:52:52.153Z Compiling anyhow v1.0.102
15262026-05-21T09:52:52.167Z Compiling adler2 v2.0.1
15272026-05-21T09:52:52.192Z Compiling iri-string v0.7.10
15282026-05-21T09:52:52.225Z Compiling unicode-bidi v0.3.18
15292026-05-21T09:52:52.295Z Compiling allocator-api2 v0.2.21
15302026-05-21T09:52:52.509Z Compiling signal-hook v0.3.18
15312026-05-21T09:52:52.534Z Compiling ryu v1.0.23
15322026-05-21T09:52:52.626Z Compiling stringprep v0.1.5
15332026-05-21T09:52:52.695Z Compiling serde_urlencoded v0.7.1
15342026-05-21T09:52:52.800Z Compiling miniz_oxide v0.8.9
15352026-05-21T09:52:52.930Z Compiling proptest v1.10.0
15362026-05-21T09:52:52.944Z Compiling thiserror v1.0.69
15372026-05-21T09:52:53.437Z Compiling tower-http v0.6.8
15382026-05-21T09:52:53.700Z Compiling scroll v0.12.0
15392026-05-21T09:52:53.807Z Compiling derive_builder_macro v0.20.2
15402026-05-21T09:52:53.812Z Compiling tokio-native-tls v0.3.1
15412026-05-21T09:52:53.850Z Compiling darling_macro v0.21.3
15422026-05-21T09:52:53.987Z Compiling ipnetwork v0.21.1
15432026-05-21T09:52:53.999Z Compiling bstr v1.12.1
15442026-05-21T09:52:54.251Z Compiling rand_chacha v0.3.1
15452026-05-21T09:52:54.331Z Compiling serde_tokenstream v0.2.3
15462026-05-21T09:52:54.334Z Compiling erased-serde v0.3.31
15472026-05-21T09:52:54.370Z Compiling serde_spanned v0.6.9
15482026-05-21T09:52:54.517Z Compiling toml_datetime v0.6.11
15492026-05-21T09:52:54.631Z Compiling md-5 v0.10.6
15502026-05-21T09:52:54.645Z Compiling zerocopy-derive v0.7.35
15512026-05-21T09:52:54.773Z Compiling pin-project-internal v1.1.11
15522026-05-21T09:52:54.797Z Compiling async-trait v0.1.89
15532026-05-21T09:52:54.822Z Compiling curve25519-dalek v4.1.3
15542026-05-21T09:52:55.051Z Compiling vergen-lib v0.1.6
15552026-05-21T09:52:55.152Z Compiling num-integer v0.1.46
15562026-05-21T09:52:55.231Z Compiling hash32 v0.2.1
15572026-05-21T09:52:55.423Z Compiling ff v0.13.1
15582026-05-21T09:52:55.471Z Compiling memoffset v0.9.1
15592026-05-21T09:52:55.492Z Compiling encoding_rs v0.8.35
15602026-05-21T09:52:55.561Z Compiling num-bigint-dig v0.8.6
15612026-05-21T09:52:55.662Z Compiling cfg_aliases v0.2.1
15622026-05-21T09:52:55.749Z Compiling fallible-iterator v0.2.0
15632026-05-21T09:52:55.763Z Compiling psl-types v2.0.11
15642026-05-21T09:52:55.808Z Compiling rustix v0.38.44
15652026-05-21T09:52:55.883Z Compiling base16ct v0.2.0
15662026-05-21T09:52:55.887Z Compiling mime v0.3.17
15672026-05-21T09:52:56.055Z Compiling litrs v1.0.0
15682026-05-21T09:52:56.068Z Compiling smoltcp v0.9.1
15692026-05-21T09:52:56.145Z Compiling ref-cast v1.0.25
15702026-05-21T09:52:56.148Z Compiling zlib-rs v0.6.2
15712026-05-21T09:52:56.494Z Compiling postgres-protocol v0.6.10
15722026-05-21T09:52:56.508Z Compiling sec1 v0.7.3
15732026-05-21T09:52:56.555Z Compiling document-features v0.2.12
15742026-05-21T09:52:56.778Z Compiling pin-project v1.1.11
15752026-05-21T09:52:56.883Z Compiling publicsuffix v2.3.0
15762026-05-21T09:52:57.013Z Compiling nix v0.31.2
15772026-05-21T09:52:57.054Z Compiling group v0.13.0
15782026-05-21T09:52:57.130Z Compiling zerocopy v0.7.35
15792026-05-21T09:52:57.144Z Compiling num-iter v0.1.45
15802026-05-21T09:52:57.282Z Compiling newtype-uuid v1.3.2
15812026-05-21T09:52:57.638Z Compiling rand v0.8.6
15822026-05-21T09:52:57.695Z Compiling darling v0.21.3
15832026-05-21T09:52:57.720Z Compiling derive_builder v0.20.2
15842026-05-21T09:52:57.754Z Compiling hubpack_derive v0.1.1
15852026-05-21T09:52:57.777Z Compiling oxnet v0.1.5
15862026-05-21T09:52:57.891Z Compiling hyper-tls v0.6.0
15872026-05-21T09:52:58.054Z Compiling goblin v0.8.2
15882026-05-21T09:52:58.561Z Compiling phf_shared v0.13.1
15892026-05-21T09:52:58.695Z Compiling lazy_static v1.5.0
15902026-05-21T09:52:58.710Z Compiling regex v1.12.3
15912026-05-21T09:52:58.779Z Compiling anstyle-parse v0.2.7
15922026-05-21T09:52:58.793Z Compiling futures-executor v0.3.32
15932026-05-21T09:52:58.812Z Compiling hex v0.4.3
15942026-05-21T09:52:58.966Z Compiling cargo-platform v0.1.9
15952026-05-21T09:52:59.046Z Compiling flate2 v1.1.9
15962026-05-21T09:52:59.074Z Compiling hkdf v0.12.4
15972026-05-21T09:52:59.127Z Compiling crypto-bigint v0.5.5
15982026-05-21T09:52:59.223Z Compiling strum_macros v0.27.2
15992026-05-21T09:52:59.242Z Compiling ref-cast-impl v1.0.25
16002026-05-21T09:52:59.405Z Compiling daft-derive v0.1.7
16012026-05-21T09:52:59.448Z Compiling snafu-derive v0.8.9
16022026-05-21T09:52:59.774Z Compiling curve25519-dalek-derive v0.1.1
16032026-05-21T09:53:00.114Z Compiling terminal_size v0.4.3
16042026-05-21T09:53:00.259Z Compiling vergen v9.0.6
16052026-05-21T09:53:00.403Z Compiling fs-err v3.3.0
16062026-05-21T09:53:00.439Z Compiling ahash v0.8.12
16072026-05-21T09:53:00.594Z Compiling bumpalo v3.20.2
16082026-05-21T09:53:00.641Z Compiling foldhash v0.1.5
16092026-05-21T09:53:00.815Z Compiling libbz2-rs-sys v0.2.2
16102026-05-21T09:53:00.844Z Compiling managed v0.8.0
16112026-05-21T09:53:01.063Z Compiling foldhash v0.2.0
16122026-05-21T09:53:01.152Z Compiling same-file v1.0.6
16132026-05-21T09:53:01.227Z Compiling bitflags v1.3.2
16142026-05-21T09:53:01.286Z Compiling object v0.37.3
16152026-05-21T09:53:01.306Z Compiling winnow v0.5.40
16162026-05-21T09:53:01.320Z Compiling unicode-segmentation v1.12.0
16172026-05-21T09:53:01.323Z Compiling snafu v0.8.9
16182026-05-21T09:53:01.505Z Compiling walkdir v2.5.0
16192026-05-21T09:53:01.597Z Compiling bzip2 v0.6.1
16202026-05-21T09:53:01.682Z Compiling hashbrown v0.16.1
16212026-05-21T09:53:01.702Z Compiling strum v0.27.2
16222026-05-21T09:53:01.801Z Compiling clap_builder v4.6.0
16232026-05-21T09:53:01.818Z Compiling zopfli v0.8.3
16242026-05-21T09:53:01.835Z Compiling hashbrown v0.15.5
16252026-05-21T09:53:02.379Z Compiling dof v0.3.0
16262026-05-21T09:53:02.438Z Compiling daft v0.1.7
16272026-05-21T09:53:02.569Z Compiling elliptic-curve v0.13.8
16282026-05-21T09:53:02.706Z Compiling toml_edit v0.19.15
16292026-05-21T09:53:02.851Z Compiling cargo_metadata v0.19.2
16302026-05-21T09:53:02.920Z Compiling futures v0.3.32
16312026-05-21T09:53:03.013Z Compiling anstream v0.6.21
16322026-05-21T09:53:03.312Z Compiling phf v0.13.1
16332026-05-21T09:53:03.479Z Compiling signal-hook-mio v0.2.5
16342026-05-21T09:53:03.603Z Compiling cookie_store v0.22.1
16352026-05-21T09:53:04.176Z Compiling hubpack v0.1.2
16362026-05-21T09:53:04.249Z Compiling bzip2 v0.4.4
16372026-05-21T09:53:04.271Z Compiling zstd v0.13.3
16382026-05-21T09:53:04.398Z Compiling serde_with_macros v3.17.0
16392026-05-21T09:53:04.533Z Compiling postgres-types v0.2.12
16402026-05-21T09:53:04.793Z Compiling usdt-macro v0.6.0
16412026-05-21T09:53:05.089Z Compiling usdt-attr-macro v0.6.0
16422026-05-21T09:53:05.330Z Compiling globset v0.4.18
16432026-05-21T09:53:05.349Z Compiling dtrace-parser v0.2.0
16442026-05-21T09:53:05.524Z Compiling ed25519 v2.2.3
16452026-05-21T09:53:05.539Z Compiling phf_shared v0.11.3
16462026-05-21T09:53:05.641Z Compiling olpc-cjson v0.1.4
16472026-05-21T09:53:05.707Z Compiling pkcs1 v0.7.5
16482026-05-21T09:53:05.800Z Compiling serde_plain v1.0.2
16492026-05-21T09:53:05.870Z Compiling serde-big-array v0.5.1
16502026-05-21T09:53:05.997Z Compiling rfc6979 v0.4.0
16512026-05-21T09:53:06.012Z Compiling pem v3.0.6
16522026-05-21T09:53:06.013Z Compiling enum-as-inner v0.6.1
16532026-05-21T09:53:06.079Z Compiling clap_derive v4.6.1
16542026-05-21T09:53:06.109Z Compiling strum_macros v0.26.4
16552026-05-21T09:53:06.121Z Compiling serde_repr v0.1.20
16562026-05-21T09:53:06.335Z Compiling async-recursion v1.1.1
16572026-05-21T09:53:06.396Z Compiling float-cmp v0.10.0
16582026-05-21T09:53:06.512Z Compiling memmap2 v0.9.10
16592026-05-21T09:53:06.546Z Compiling thread-id v4.2.2
16602026-05-21T09:53:06.637Z Compiling env_filter v1.0.0
16612026-05-21T09:53:06.650Z Compiling difflib v0.4.0
16622026-05-21T09:53:06.727Z Compiling predicates-core v1.0.10
16632026-05-21T09:53:06.907Z Compiling typed-path v0.9.3
16642026-05-21T09:53:06.935Z Compiling fixedbitset v0.4.2
16652026-05-21T09:53:07.000Z Compiling data-encoding v2.10.0
16662026-05-21T09:53:07.160Z Compiling either v1.15.0
16672026-05-21T09:53:07.205Z Compiling jiff v0.2.21
16682026-05-21T09:53:07.407Z Compiling new_debug_unreachable v1.0.6
16692026-05-21T09:53:07.491Z Compiling keccak v0.1.6
16702026-05-21T09:53:07.734Z Compiling normalize-line-endings v0.3.0
16712026-05-21T09:53:07.835Z Compiling static_assertions v1.1.0
16722026-05-21T09:53:07.850Z Compiling fixedbitset v0.5.7
16732026-05-21T09:53:07.876Z Compiling whoami v2.1.0
16742026-05-21T09:53:07.914Z Compiling precomputed-hash v0.1.1
16752026-05-21T09:53:08.006Z Compiling string_cache v0.8.9
16762026-05-21T09:53:08.155Z Compiling tokio-postgres v0.7.16
16772026-05-21T09:53:08.185Z Compiling petgraph v0.8.3
16782026-05-21T09:53:08.238Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
16792026-05-21T09:53:08.256Z Compiling clap v4.6.1
16802026-05-21T09:53:08.303Z Compiling strum v0.26.3
16812026-05-21T09:53:08.340Z Compiling predicates v3.1.4
16822026-05-21T09:53:08.438Z Compiling sha3 v0.10.8
16832026-05-21T09:53:08.742Z Compiling itertools v0.13.0
16842026-05-21T09:53:08.909Z Compiling hickory-proto v0.25.2
16852026-05-21T09:53:09.001Z Compiling toml_edit v0.22.27
16862026-05-21T09:53:09.938Z Compiling zip v4.6.1
16872026-05-21T09:53:10.115Z Compiling petgraph v0.6.5
16882026-05-21T09:53:10.358Z Compiling env_logger v0.11.9
16892026-05-21T09:53:10.710Z Compiling usdt v0.6.0
16902026-05-21T09:53:10.874Z Compiling usdt-impl v0.5.0
16912026-05-21T09:53:10.977Z Compiling ecdsa v0.16.9
16922026-05-21T09:53:11.022Z Compiling rsa v0.9.10
16932026-05-21T09:53:11.369Z Compiling ed25519-dalek v2.2.0
16942026-05-21T09:53:11.397Z Compiling serde_with v3.17.0
16952026-05-21T09:53:11.450Z Compiling crossterm v0.28.1
16962026-05-21T09:53:11.678Z Compiling zip v0.6.6
16972026-05-21T09:53:12.259Z Compiling toml v0.7.8
16982026-05-21T09:53:12.459Z Compiling iddqd v0.4.1
16992026-05-21T09:53:13.011Z Compiling similar v2.7.0
17002026-05-21T09:53:13.152Z Compiling heck v0.4.1
17012026-05-21T09:53:13.208Z Compiling toml_parser v1.0.9+spec-1.1.0
17022026-05-21T09:53:13.385Z Compiling crossbeam-epoch v0.9.18
17032026-05-21T09:53:13.574Z Compiling tokio-stream v0.1.18
17042026-05-21T09:53:13.709Z Compiling buf-list v1.1.2
17052026-05-21T09:53:13.723Z Compiling x509-cert v0.2.5
17062026-05-21T09:53:13.837Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
17072026-05-21T09:53:13.885Z Compiling openapiv3 v2.2.0
17082026-05-21T09:53:13.984Z Compiling sha1 v0.10.6
17092026-05-21T09:53:14.038Z Compiling toml_datetime v0.7.5+spec-1.1.0
17102026-05-21T09:53:14.138Z Compiling peg-runtime v0.8.5
17112026-05-21T09:53:14.207Z Compiling lalrpop-util v0.19.12
17122026-05-21T09:53:14.325Z Compiling thread_local v1.1.9
17132026-05-21T09:53:14.342Z Compiling slog-async v2.8.0
17142026-05-21T09:53:14.399Z Compiling crossbeam-channel v0.5.15
17152026-05-21T09:53:14.421Z Compiling filetime v0.2.27
17162026-05-21T09:53:14.577Z Compiling is-terminal v0.4.17
17172026-05-21T09:53:14.598Z Compiling take_mut v0.2.2
17182026-05-21T09:53:14.647Z Compiling xattr v1.6.1
17192026-05-21T09:53:14.671Z Compiling term v1.2.1
17202026-05-21T09:53:14.813Z Compiling tar v0.4.45
17212026-05-21T09:53:15.248Z Compiling slog-term v2.9.2
17222026-05-21T09:53:24.874Z Compiling rustls-webpki v0.103.9
17232026-05-21T09:53:27.642Z Compiling tokio-rustls v0.26.4
17242026-05-21T09:53:27.642Z Compiling rustls-platform-verifier v0.6.2
17252026-05-21T09:53:27.842Z Compiling hyper-rustls v0.27.7
17262026-05-21T09:53:28.044Z Compiling reqwest v0.12.28
17272026-05-21T09:53:28.047Z Compiling reqwest v0.13.2
17282026-05-21T09:53:29.296Z Compiling tough v0.22.0
17292026-05-21T09:53:31.827Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17302026-05-21T09:53:32.047Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17312026-05-21T09:53:34.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17322026-05-21T09:53:35.081Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17332026-05-21T09:53:35.134ZMay 21 09:53:34.248 INFO Starting download, target: Cockroach
17342026-05-21T09:53:35.134ZMay 21 09:53:34.249 INFO Starting download, target: Console
17352026-05-21T09:53:35.134ZMay 21 09:53:34.249 INFO Starting download, target: DendriteStub
17362026-05-21T09:53:35.134ZMay 21 09:53:34.249 INFO Starting download, target: Clickhouse
17372026-05-21T09:53:35.137ZMay 21 09:53:34.249 INFO Starting download, target: MaghemiteMgd
17382026-05-21T09:53:35.138ZMay 21 09:53:34.249 INFO Starting download, target: MaghemiteDdmd
17392026-05-21T09:53:35.138ZMay 21 09:53:34.249 INFO Starting download, target: TransceiverControl
17402026-05-21T09:53:35.138ZMay 21 09:53:34.249 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17412026-05-21T09:53:35.138ZMay 21 09:53:34.249 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17422026-05-21T09:53:35.138ZMay 21 09:53:34.249 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17432026-05-21T09:53:35.138ZMay 21 09:53:34.249 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17442026-05-21T09:53:35.138ZMay 21 09:53:34.249 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17452026-05-21T09:53:35.138ZMay 21 09:53:34.249 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17462026-05-21T09:53:35.138ZMay 21 09:53:34.249 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17472026-05-21T09:53:35.513ZMay 21 09:53:34.624 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17482026-05-21T09:53:35.740ZMay 21 09:53:34.842 INFO Download complete, target: TransceiverControl
17492026-05-21T09:53:36.147ZMay 21 09:53:35.260 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17502026-05-21T09:53:36.452ZMay 21 09:53:35.566 INFO Download complete, target: Console
17512026-05-21T09:53:37.065ZMay 21 09:53:36.179 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17522026-05-21T09:53:37.230ZMay 21 09:53:36.344 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17532026-05-21T09:53:37.313ZMay 21 09:53:36.423 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17542026-05-21T09:53:37.337ZMay 21 09:53:36.451 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17552026-05-21T09:53:37.867ZMay 21 09:53:36.982 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17562026-05-21T09:53:37.867ZMay 21 09:53:36.982 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17572026-05-21T09:53:39.428ZMay 21 09:53:38.541 INFO Download complete, target: MaghemiteDdmd
17582026-05-21T09:53:39.771ZMay 21 09:53:38.885 INFO Download complete, target: DendriteStub
17592026-05-21T09:53:39.889ZMay 21 09:53:39.002 INFO Download complete, target: MaghemiteMgd
17602026-05-21T09:53:42.704ZMay 21 09:53:41.819 INFO Checking that binary works, target: Cockroach
17612026-05-21T09:53:42.824ZMay 21 09:53:41.938 INFO Download complete, target: Cockroach
17622026-05-21T09:53:44.058ZMay 21 09:53:43.170 INFO Checking that binary works, target: Clickhouse
17632026-05-21T09:53:44.180ZMay 21 09:53:43.294 INFO Download complete, target: Clickhouse
17642026-05-21T09:53:44.198ZAll builder prerequisites installed successfully, and PATH looks valid
17652026-05-21T09:53:44.202Z
17662026-05-21T09:53:44.202Zreal 2:18.720002313
17672026-05-21T09:53:44.202Zuser 6:57.860035922
17682026-05-21T09:53:44.202Zsys 1:23.583160630
17692026-05-21T09:53:44.202Ztrap 0.236610985
17702026-05-21T09:53:44.202Ztflt 0.713385280
17712026-05-21T09:53:44.202Zdflt 0.582604787
17722026-05-21T09:53:44.202Zkflt 0.028092610
17732026-05-21T09:53:44.202Zlock 21:52.602575691
17742026-05-21T09:53:44.202Zslp 21:26.968432906
17752026-05-21T09:53:44.202Zlat 41.861412734
17762026-05-21T09:53:44.202Zstop 1:53.958333958
17772026-05-21T09:53:44.202Z+ banner clippy
17782026-05-21T09:53:44.202Z
17792026-05-21T09:53:44.202Z #### # # ##### ##### # #
17802026-05-21T09:53:44.202Z # # # # # # # # # #
17812026-05-21T09:53:44.202Z # # # # # # # #
17822026-05-21T09:53:44.202Z # # # ##### ##### #
17832026-05-21T09:53:44.202Z # # # # # # #
17842026-05-21T09:53:44.202Z #### ###### # # # #
17852026-05-21T09:53:44.202Z
17862026-05-21T09:53:44.202Z+ export CARGO_INCREMENTAL=0
17872026-05-21T09:53:44.202Z+ CARGO_INCREMENTAL=0
17882026-05-21T09:53:44.202Z+ ptime -m cargo xtask clippy
17892026-05-21T09:53:44.752Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17902026-05-21T09:53:44.979Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17912026-05-21T09:53:46.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.60s
17922026-05-21T09:53:46.907Z Running `target/debug/xtask clippy`
17932026-05-21T09:53:46.936Zrunning: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
17942026-05-21T09:53:47.569Z Downloading crates ...
17952026-05-21T09:53:47.759Z Downloaded assert-json-diff v2.0.2
17962026-05-21T09:53:47.767Z Downloaded addr2line v0.25.1
17972026-05-21T09:53:47.770Z Downloaded approx v0.5.1
17982026-05-21T09:53:47.771Z Downloaded anes v0.1.6
17992026-05-21T09:53:47.773Z Downloaded assert_cmd v2.1.2
18002026-05-21T09:53:47.776Z Downloaded tokio-test v0.4.5
18012026-05-21T09:53:47.779Z Downloaded nested v0.1.1
18022026-05-21T09:53:47.782Z Downloaded linkme-impl v0.3.35
18032026-05-21T09:53:47.782Z Downloaded pathdiff v0.2.3
18042026-05-21T09:53:47.785Z Downloaded supports-hyperlinks v2.1.0
18052026-05-21T09:53:47.785Z Downloaded serde_regex v1.1.0
18062026-05-21T09:53:47.788Z Downloaded similar-asserts v1.7.0
18072026-05-21T09:53:47.791Z Downloaded constant_time_eq v0.3.1
18082026-05-21T09:53:47.793Z Downloaded backtrace-ext v0.2.1
18092026-05-21T09:53:47.796Z Downloaded parking v2.2.1
18102026-05-21T09:53:47.799Z Downloaded event-listener-strategy v0.5.4
18112026-05-21T09:53:47.802Z Downloaded supports-color v2.1.0
18122026-05-21T09:53:47.804Z Downloaded guppy-workspace-hack v0.1.0
18132026-05-21T09:53:47.808Z Downloaded terminal_size v0.1.17
18142026-05-21T09:53:47.814Z Downloaded cargo-platform v0.3.2
18152026-05-21T09:53:47.817Z Downloaded escape8259 v0.5.3
18162026-05-21T09:53:47.817Z Downloaded cast v0.3.0
18172026-05-21T09:53:47.817Z Downloaded plotters-svg v0.3.7
18182026-05-21T09:53:47.817Z Downloaded plotters-backend v0.3.7
18192026-05-21T09:53:47.820Z Downloaded target-triple v1.0.0
18202026-05-21T09:53:47.824Z Downloaded supports-unicode v2.1.0
18212026-05-21T09:53:47.827Z Downloaded async-object-pool v0.2.0
18222026-05-21T09:53:47.830Z Downloaded oorandom v11.1.5
18232026-05-21T09:53:47.832Z Downloaded chumsky v0.9.3
18242026-05-21T09:53:47.841Z Downloaded partial-io v0.5.4
18252026-05-21T09:53:47.844Z Downloaded owo-colors v3.5.0
18262026-05-21T09:53:47.847Z Downloaded miette-derive v5.10.0
18272026-05-21T09:53:47.847Z Downloaded stringmetrics v2.2.2
18282026-05-21T09:53:47.849Z Downloaded concurrent-queue v2.5.0
18292026-05-21T09:53:47.852Z Downloaded criterion-plot v0.6.0
18302026-05-21T09:53:47.852Z Downloaded rustc-demangle v0.1.27
18312026-05-21T09:53:47.855Z Downloaded rust-argon2 v2.1.0
18322026-05-21T09:53:47.857Z Downloaded termcolor v1.4.1
18332026-05-21T09:53:47.857Z Downloaded target-spec v3.5.7
18342026-05-21T09:53:47.860Z Downloaded cargo_metadata v0.23.1
18352026-05-21T09:53:47.860Z Downloaded tinytemplate v1.2.1
18362026-05-21T09:53:47.864Z Downloaded target-lexicon v0.13.3
18372026-05-21T09:53:47.867Z Downloaded linkme v0.3.35
18382026-05-21T09:53:47.867Z Downloaded event-listener v5.4.1
18392026-05-21T09:53:47.870Z Downloaded cfg-expr v0.20.6
18402026-05-21T09:53:47.870Z Downloaded libtest-mimic v0.8.1
18412026-05-21T09:53:47.872Z Downloaded knuffel-derive v3.2.0
18422026-05-21T09:53:47.872Z Downloaded path-tree v0.8.3
18432026-05-21T09:53:47.872Z Downloaded async-lock v3.4.2
18442026-05-21T09:53:47.875Z Downloaded httptest v0.16.4
18452026-05-21T09:53:47.875Z Downloaded hickory-client v0.25.2
18462026-05-21T09:53:47.878Z Downloaded blake2b_simd v1.0.4
18472026-05-21T09:53:47.881Z Downloaded relative-path v1.9.3
18482026-05-21T09:53:47.884Z Downloaded futures-timer v3.0.3
18492026-05-21T09:53:47.884Z Downloaded datatest-stable v0.3.3
18502026-05-21T09:53:47.887Z Downloaded trybuild v1.0.116
18512026-05-21T09:53:47.890Z Downloaded textwrap v0.15.2
18522026-05-21T09:53:47.893Z Downloaded rstest_macros v0.25.0
18532026-05-21T09:53:47.897Z Downloaded rand_distr v0.5.1
18542026-05-21T09:53:47.900Z Downloaded knuffel v3.2.0
18552026-05-21T09:53:47.900Z Downloaded rstest v0.25.0
18562026-05-21T09:53:47.911Z Downloaded fancy-regex v0.14.0
18572026-05-21T09:53:47.914Z Downloaded plotters v0.3.7
18582026-05-21T09:53:47.918Z Downloaded miette v5.10.0
18592026-05-21T09:53:47.922Z Downloaded backtrace v0.3.76
18602026-05-21T09:53:47.926Z Downloaded hashbrown v0.14.5
18612026-05-21T09:53:47.928Z Downloaded guppy v0.17.25
18622026-05-21T09:53:47.931Z Downloaded criterion v0.7.0
18632026-05-21T09:53:47.951Z Downloaded gimli v0.32.3
18642026-05-21T09:53:48.051Z Downloaded httpmock v0.8.3
18652026-05-21T09:53:49.825Z Checking cfg-if v1.0.4
18662026-05-21T09:53:50.178Z Checking libc v0.2.185
18672026-05-21T09:53:50.182Z Checking serde_core v1.0.228
18682026-05-21T09:53:50.243Z Checking memchr v2.8.0
18692026-05-21T09:53:50.311Z Checking smallvec v1.15.1
18702026-05-21T09:53:50.329Z Checking itoa v1.0.17
18712026-05-21T09:53:50.361Z Checking log v0.4.29
18722026-05-21T09:53:50.405Z Checking libm v0.2.16
18732026-05-21T09:53:50.446Z Checking zeroize v1.8.2
18742026-05-21T09:53:50.500Z Checking stable_deref_trait v1.2.1
18752026-05-21T09:53:50.534Z Checking scopeguard v1.2.0
18762026-05-21T09:53:50.581Z Checking zmij v1.0.21
18772026-05-21T09:53:50.611Z Checking errno v0.3.14
18782026-05-21T09:53:50.611Z Checking getrandom v0.2.17
18792026-05-21T09:53:50.686Z Checking lock_api v0.4.14
18802026-05-21T09:53:50.697Z Checking zerofrom v0.1.6
18812026-05-21T09:53:50.778Z Checking percent-encoding v2.3.2
18822026-05-21T09:53:50.803Z Checking litemap v0.8.1
18832026-05-21T09:53:50.834Z Checking writeable v0.6.2
18842026-05-21T09:53:50.871Z Checking yoke v0.8.1
18852026-05-21T09:53:50.902Z Checking icu_normalizer_data v2.1.1
18862026-05-21T09:53:50.940Z Checking icu_properties_data v2.1.2
18872026-05-21T09:53:50.976Z Checking form_urlencoded v1.2.2
18882026-05-21T09:53:51.011Z Checking utf8_iter v1.0.4
18892026-05-21T09:53:51.062Z Checking rand_core v0.10.0
18902026-05-21T09:53:51.062Z Checking subtle v2.6.1
18912026-05-21T09:53:51.122Z Checking zerovec v0.11.5
18922026-05-21T09:53:51.126Z Checking num-traits v0.2.19
18932026-05-21T09:53:51.126Z Checking zerotrie v0.2.3
18942026-05-21T09:53:51.226Z Checking getrandom v0.4.1
18952026-05-21T09:53:51.260Z Checking pin-project-lite v0.2.17
18962026-05-21T09:53:51.296Z Checking parking_lot_core v0.9.12
18972026-05-21T09:53:51.341Z Checking rand_core v0.6.4
18982026-05-21T09:53:51.390Z Checking zerocopy v0.8.40
18992026-05-21T09:53:51.430Z Checking portable-atomic v1.13.1
19002026-05-21T09:53:51.476Z Checking signal-hook-registry v1.4.8
19012026-05-21T09:53:51.525Z Checking parking_lot v0.12.5
19022026-05-21T09:53:51.576Z Checking critical-section v1.2.0
19032026-05-21T09:53:51.609Z Checking tinystr v0.8.2
19042026-05-21T09:53:51.685Z Checking potential_utf v0.1.4
19052026-05-21T09:53:51.708Z Checking serde v1.0.228
19062026-05-21T09:53:51.741Z Checking serde_json v1.0.149
19072026-05-21T09:53:51.747Z Checking bitflags v2.11.0
19082026-05-21T09:53:51.815Z Checking icu_locale_core v2.1.1
19092026-05-21T09:53:51.850Z Checking icu_collections v2.1.1
19102026-05-21T09:53:51.888Z Checking once_cell v1.21.3
19112026-05-21T09:53:51.923Z Checking mio v1.2.0
19122026-05-21T09:53:51.983Z Checking iana-time-zone v0.1.65
19132026-05-21T09:53:52.096Z Checking socket2 v0.6.3
19142026-05-21T09:53:52.135Z Checking bytes v1.11.1
19152026-05-21T09:53:52.135Z Checking chrono v0.4.44
19162026-05-21T09:53:52.209Z Checking uuid v1.23.0
19172026-05-21T09:53:52.248Z Checking typenum v1.19.0
19182026-05-21T09:53:52.370Z Checking semver v1.0.28
19192026-05-21T09:53:52.409Z Checking icu_provider v2.1.1
19202026-05-21T09:53:52.459Z Checking thiserror v2.0.18
19212026-05-21T09:53:52.573Z Checking futures-core v0.3.32
19222026-05-21T09:53:52.623Z Checking tokio v1.52.1
19232026-05-21T09:53:52.660Z Checking icu_properties v2.1.2
19242026-05-21T09:53:52.660Z Checking icu_normalizer v2.1.1
19252026-05-21T09:53:52.738Z Checking dyn-clone v1.0.20
19262026-05-21T09:53:52.738Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19272026-05-21T09:53:52.803Z Checking generic-array v0.14.7
19282026-05-21T09:53:52.874Z Checking equivalent v1.0.2
19292026-05-21T09:53:52.988Z Checking const-oid v0.9.6
19302026-05-21T09:53:53.026Z Checking futures-sink v0.3.32
19312026-05-21T09:53:53.065Z Checking futures-task v0.3.32
19322026-05-21T09:53:53.142Z Checking slab v0.4.12
19332026-05-21T09:53:53.182Z Checking futures-channel v0.3.32
19342026-05-21T09:53:53.278Z Checking futures-io v0.3.32
19352026-05-21T09:53:53.305Z Checking crypto-common v0.1.7
19362026-05-21T09:53:53.337Z Checking block-buffer v0.10.4
19372026-05-21T09:53:53.406Z Checking byteorder v1.5.0
19382026-05-21T09:53:53.436Z Checking futures-util v0.3.32
19392026-05-21T09:53:53.471Z Checking hashbrown v0.17.0
19402026-05-21T09:53:53.503Z Checking rustix v1.1.3
19412026-05-21T09:53:53.537Z Checking idna_adapter v1.2.1
19422026-05-21T09:53:53.624Z Checking cpufeatures v0.2.17
19432026-05-21T09:53:53.685Z Checking digest v0.10.7
19442026-05-21T09:53:53.688Z Checking idna v1.1.0
19452026-05-21T09:53:53.757Z Checking thiserror v1.0.69
19462026-05-21T09:53:53.886Z Checking getrandom v0.3.4
19472026-05-21T09:53:53.947Z Checking fnv v1.0.7
19482026-05-21T09:53:53.985Z Checking url v2.5.8
19492026-05-21T09:53:53.988Z Checking indexmap v2.14.0
19502026-05-21T09:53:54.078Z Checking regex-syntax v0.8.10
19512026-05-21T09:53:54.081Z Checking http v1.4.0
19522026-05-21T09:53:54.150Z Checking ppv-lite86 v0.2.21
19532026-05-21T09:53:54.365Z Checking tracing-core v0.1.36
19542026-05-21T09:53:54.467Z Checking schemars v0.8.22
19552026-05-21T09:53:54.505Z Checking base64 v0.22.1
19562026-05-21T09:53:54.614Z Checking ipnet v2.11.0
19572026-05-21T09:53:54.704Z Checking tracing v0.1.44
19582026-05-21T09:53:54.742Z Checking unicode-ident v1.0.24
19592026-05-21T09:53:54.779Z Checking utf8parse v0.2.2
19602026-05-21T09:53:54.883Z Checking proc-macro2 v1.0.106
19612026-05-21T09:53:54.921Z Checking untrusted v0.9.0
19622026-05-21T09:53:54.924Z Checking anstyle v1.0.14
19632026-05-21T09:53:54.991Z Checking aho-corasick v1.1.4
19642026-05-21T09:53:55.064Z Checking ring v0.17.14
19652026-05-21T09:53:55.137Z Checking rustls-pki-types v1.14.0
19662026-05-21T09:53:55.175Z Checking httparse v1.10.1
19672026-05-21T09:53:55.219Z Checking quote v1.0.45
19682026-05-21T09:53:55.357Z Checking anstyle-query v1.1.5
19692026-05-21T09:53:55.412Z Checking colorchoice v1.0.4
19702026-05-21T09:53:55.415Z Checking is_terminal_polyfill v1.70.2
19712026-05-21T09:53:55.483Z Checking syn v2.0.117
19722026-05-21T09:53:55.486Z Checking base64ct v1.8.3
19732026-05-21T09:53:55.486Z Checking block-padding v0.3.3
19742026-05-21T09:53:55.585Z Checking crossbeam-utils v0.8.21
19752026-05-21T09:53:55.590Z Checking allocator-api2 v0.2.21
19762026-05-21T09:53:55.681Z Checking regex-automata v0.4.14
19772026-05-21T09:53:55.717Z Checking inout v0.1.4
19782026-05-21T09:53:55.777Z Checking tokio-util v0.7.18
19792026-05-21T09:53:55.780Z Checking anstyle-parse v1.0.0
19802026-05-21T09:53:55.885Z Checking cipher v0.4.4
19812026-05-21T09:53:55.921Z Checking http-body v1.0.1
19822026-05-21T09:53:55.976Z Checking terminal_size v0.4.3
19832026-05-21T09:53:56.013Z Checking atomic-waker v1.1.2
19842026-05-21T09:53:56.082Z Checking anstream v1.0.0
19852026-05-21T09:53:56.120Z Checking clap_lex v1.0.0
19862026-05-21T09:53:56.123Z Checking try-lock v0.2.5
19872026-05-21T09:53:56.154Z Checking httpdate v1.0.3
19882026-05-21T09:53:56.228Z Checking strsim v0.11.1
19892026-05-21T09:53:56.284Z Checking want v0.3.1
19902026-05-21T09:53:56.322Z Checking pem-rfc7468 v0.7.0
19912026-05-21T09:53:56.324Z Checking sha2 v0.10.9
19922026-05-21T09:53:56.390Z Checking pin-utils v0.1.0
19932026-05-21T09:53:56.425Z Checking clap_builder v4.6.0
19942026-05-21T09:53:56.428Z Checking h2 v0.4.13
19952026-05-21T09:53:56.495Z Checking tower-layer v0.3.3
19962026-05-21T09:53:56.498Z Checking ryu v1.0.23
19972026-05-21T09:53:56.564Z Checking tower-service v0.3.3
19982026-05-21T09:53:56.650Z Checking rand_core v0.9.5
19992026-05-21T09:53:56.686Z Checking hmac v0.12.1
20002026-05-21T09:53:56.689Z Checking erased-serde v0.3.31
20012026-05-21T09:53:56.754Z Checking powerfmt v0.2.0
20022026-05-21T09:53:56.855Z Checking time-core v0.1.8
20032026-05-21T09:53:56.893Z Checking num-conv v0.2.0
20042026-05-21T09:53:56.932Z Checking deranged v0.5.8
20052026-05-21T09:53:57.030Z Checking flagset v0.4.7
20062026-05-21T09:53:57.067Z Checking mime v0.3.17
20072026-05-21T09:53:57.100Z Checking slog v2.8.2
20082026-05-21T09:53:57.185Z Checking num_threads v0.1.7
20092026-05-21T09:53:57.271Z Checking der v0.7.10
20102026-05-21T09:53:57.307Z Checking rand_chacha v0.9.0
20112026-05-21T09:53:57.392Z Checking http-body-util v0.1.3
20122026-05-21T09:53:57.500Z Checking spin v0.9.8
20132026-05-21T09:53:57.538Z Checking anyhow v1.0.102
20142026-05-21T09:53:57.643Z Checking rand v0.9.2
20152026-05-21T09:53:57.681Z Checking clap v4.6.1
20162026-05-21T09:53:57.717Z Checking aws-lc-sys v0.40.0
20172026-05-21T09:53:57.755Z Checking untrusted v0.7.1
20182026-05-21T09:53:57.791Z Checking serde_urlencoded v0.7.1
20192026-05-21T09:53:57.794Z Checking ipnetwork v0.21.1
20202026-05-21T09:53:57.864Z Checking time v0.3.47
20212026-05-21T09:53:57.900Z Checking encoding_rs v0.8.35
20222026-05-21T09:53:58.020Z Checking openssl-probe v0.2.1
20232026-05-21T09:53:58.058Z Checking regex v1.12.3
20242026-05-21T09:53:58.094Z Checking fastrand v2.3.0
20252026-05-21T09:53:58.147Z Checking spki v0.7.3
20262026-05-21T09:53:58.185Z Checking pbkdf2 v0.12.2
20272026-05-21T09:53:58.252Z Checking aws-lc-rs v1.16.3
20282026-05-21T09:53:58.304Z Checking aes v0.8.4
20292026-05-21T09:53:58.341Z Checking pretty-hex v0.4.1
20302026-05-21T09:53:58.376Z Checking cbc v0.1.2
20312026-05-21T09:53:58.379Z Checking salsa20 v0.10.2
20322026-05-21T09:53:58.489Z Checking rand_chacha v0.3.1
20332026-05-21T09:53:58.538Z Checking hex v0.4.3
20342026-05-21T09:53:58.575Z Checking plain v0.2.3
20352026-05-21T09:53:58.707Z Checking scrypt v0.11.0
20362026-05-21T09:53:58.747Z Checking rand v0.8.6
20372026-05-21T09:53:58.750Z Checking tempfile v3.25.0
20382026-05-21T09:53:58.882Z Checking rustls-native-certs v0.8.3
20392026-05-21T09:53:58.885Z Checking sync_wrapper v1.0.2
20402026-05-21T09:53:58.885Z Checking ucd-trie v0.1.7
20412026-05-21T09:53:58.997Z Checking foldhash v0.2.0
20422026-05-21T09:53:59.050Z Checking simd-adler32 v0.3.8
20432026-05-21T09:53:59.089Z Checking tower v0.5.3
20442026-05-21T09:53:59.092Z Checking rustls-webpki v0.103.9
20452026-05-21T09:53:59.092Z Checking pest v2.8.6
20462026-05-21T09:53:59.193Z Checking hyper v1.8.1
20472026-05-21T09:53:59.196Z Checking hashbrown v0.16.1
20482026-05-21T09:53:59.196Z Checking pkcs5 v0.7.1
20492026-05-21T09:53:59.296Z Checking webpki-roots v1.0.6
20502026-05-21T09:53:59.364Z Checking camino v1.2.2
20512026-05-21T09:53:59.443Z Checking iri-string v0.7.10
20522026-05-21T09:53:59.510Z Checking adler2 v2.0.1
20532026-05-21T09:53:59.550Z Checking pkcs8 v0.10.2
20542026-05-21T09:53:59.587Z Checking rustls v0.23.37
20552026-05-21T09:53:59.646Z Checking openapiv3 v2.2.0
20562026-05-21T09:53:59.648Z Checking miniz_oxide v0.8.9
20572026-05-21T09:53:59.753Z Checking oxnet v0.1.5
20582026-05-21T09:53:59.792Z Checking futures-executor v0.3.32
20592026-05-21T09:53:59.968Z Checking futures v0.3.32
20602026-05-21T09:54:00.019Z Checking either v1.15.0
20612026-05-21T09:54:00.059Z Checking crc32fast v1.5.0
20622026-05-21T09:54:00.097Z Checking static_assertions v1.1.0
20632026-05-21T09:54:00.138Z Checking hyper-util v0.1.20
20642026-05-21T09:54:00.198Z Checking lazy_static v1.5.0
20652026-05-21T09:54:00.235Z Checking signature v2.2.0
20662026-05-21T09:54:00.240Z Checking winnow v0.7.14
20672026-05-21T09:54:00.240Z Checking hubpack v0.1.2
20682026-05-21T09:54:00.337Z Checking strum v0.26.3
20692026-05-21T09:54:00.395Z Checking zlib-rs v0.6.2
20702026-05-21T09:54:00.466Z Checking sha1 v0.10.6
20712026-05-21T09:54:00.505Z Checking scroll v0.13.0
20722026-05-21T09:54:00.507Z Checking tower-http v0.6.8
20732026-05-21T09:54:00.661Z Checking foreign-types-shared v0.1.1
20742026-05-21T09:54:00.763Z Checking tinyvec_macros v0.1.1
20752026-05-21T09:54:00.800Z Checking foreign-types v0.3.2
20762026-05-21T09:54:00.841Z Checking goblin v0.10.5
20772026-05-21T09:54:00.888Z Checking tinyvec v1.10.0
20782026-05-21T09:54:00.926Z Checking serde_spanned v0.6.9
20792026-05-21T09:54:00.961Z Checking toml_datetime v0.6.11
20802026-05-21T09:54:01.084Z Checking num-integer v0.1.46
20812026-05-21T09:54:01.173Z Checking openssl-sys v0.9.115
20822026-05-21T09:54:01.230Z Checking memmap2 v0.9.10
20832026-05-21T09:54:01.301Z Checking flate2 v1.1.9
20842026-05-21T09:54:01.346Z Checking data-encoding v2.10.0
20852026-05-21T09:54:01.408Z Checking dtrace-parser v0.3.0
20862026-05-21T09:54:01.445Z Checking thread-id v5.1.0
20872026-05-21T09:54:01.491Z Checking psl-types v2.0.11
20882026-05-21T09:54:01.555Z Checking bit-vec v0.8.0
20892026-05-21T09:54:01.601Z Checking openssl v0.10.79
20902026-05-21T09:54:01.639Z Checking base16ct v0.2.0
20912026-05-21T09:54:01.643Z Checking publicsuffix v2.3.0
20922026-05-21T09:54:01.709Z Checking cookie v0.18.1
20932026-05-21T09:54:01.713Z Checking ff v0.13.1
20942026-05-21T09:54:01.777Z Checking bit-set v0.8.0
20952026-05-21T09:54:01.812Z Checking sec1 v0.7.3
20962026-05-21T09:54:01.862Z Checking wait-timeout v0.2.1
20972026-05-21T09:54:01.898Z Checking group v0.13.0
20982026-05-21T09:54:01.951Z Checking num-iter v0.1.45
20992026-05-21T09:54:01.954Z Checking tokio-rustls v0.26.4
21002026-05-21T09:54:02.022Z Checking cookie_store v0.22.1
21012026-05-21T09:54:02.025Z Checking rustls-platform-verifier v0.6.2
21022026-05-21T09:54:02.093Z Checking bstr v1.12.1
21032026-05-21T09:54:02.096Z Checking hkdf v0.12.4
21042026-05-21T09:54:02.096Z Checking crossbeam-epoch v0.9.18
21052026-05-21T09:54:02.225Z Checking anstyle-parse v0.2.7
21062026-05-21T09:54:02.262Z Checking hyper-rustls v0.27.7
21072026-05-21T09:54:02.321Z Checking ahash v0.8.12
21082026-05-21T09:54:02.373Z Checking crypto-bigint v0.5.5
21092026-05-21T09:54:02.411Z Checking quick-error v1.2.3
21102026-05-21T09:54:02.414Z Checking anstream v0.6.21
21112026-05-21T09:54:02.491Z Checking reqwest v0.13.2
21122026-05-21T09:54:02.530Z Checking rand_xorshift v0.4.0
21132026-05-21T09:54:02.568Z Checking scroll v0.12.0
21142026-05-21T09:54:02.570Z Checking rusty-fork v0.3.1
21152026-05-21T09:54:02.665Z Checking unarray v0.1.4
21162026-05-21T09:54:02.703Z Checking num-bigint-dig v0.8.6
21172026-05-21T09:54:02.799Z Checking pkcs1 v0.7.5
21182026-05-21T09:54:02.802Z Checking proptest v1.10.0
21192026-05-21T09:54:02.871Z Checking goblin v0.8.2
21202026-05-21T09:54:03.043Z Checking x509-cert v0.2.5
21212026-05-21T09:54:03.151Z Checking dof v0.4.0
21222026-05-21T09:54:03.275Z Checking elliptic-curve v0.13.8
21232026-05-21T09:54:03.364Z Checking zerocopy v0.7.35
21242026-05-21T09:54:03.533Z Checking unicode-segmentation v1.12.0
21252026-05-21T09:54:03.611Z Checking native-tls v0.2.18
21262026-05-21T09:54:03.614Z Checking rsa v0.9.10
21272026-05-21T09:54:03.717Z Checking dtrace-parser v0.2.0
21282026-05-21T09:54:03.814Z Checking usdt-impl v0.6.0
21292026-05-21T09:54:03.851Z Checking tokio-native-tls v0.3.1
21302026-05-21T09:54:03.886Z Checking rfc6979 v0.4.0
21312026-05-21T09:54:03.889Z Checking thread-id v4.2.2
21322026-05-21T09:54:03.982Z Checking toml_write v0.1.2
21332026-05-21T09:54:04.019Z Checking toml_parser v1.0.9+spec-1.1.0
21342026-05-21T09:54:04.054Z Checking hyper-tls v0.6.0
21352026-05-21T09:54:04.091Z Checking ecdsa v0.16.9
21362026-05-21T09:54:04.130Z Checking usdt v0.6.0
21372026-05-21T09:54:04.169Z Checking curve25519-dalek v4.1.3
21382026-05-21T09:54:04.205Z Checking toml_edit v0.22.27
21392026-05-21T09:54:04.258Z Checking reqwest v0.12.28
21402026-05-21T09:54:04.328Z Checking memoffset v0.9.1
21412026-05-21T09:54:04.389Z Checking rustix v0.38.44
21422026-05-21T09:54:04.443Z Checking env_filter v1.0.0
21432026-05-21T09:54:04.480Z Checking keccak v0.1.6
21442026-05-21T09:54:04.621Z Checking same-file v1.0.6
21452026-05-21T09:54:04.659Z Checking newtype-uuid v1.3.2
21462026-05-21T09:54:04.696Z Checking sha3 v0.10.8
21472026-05-21T09:54:04.769Z Checking walkdir v2.5.0
21482026-05-21T09:54:04.807Z Checking dof v0.3.0
21492026-05-21T09:54:04.892Z Checking daft v0.1.7
21502026-05-21T09:54:04.934Z Checking env_logger v0.11.9
21512026-05-21T09:54:04.972Z Checking ed25519 v2.2.3
21522026-05-21T09:54:04.975Z Checking itertools v0.13.0
21532026-05-21T09:54:05.121Z Checking usdt-impl v0.5.0
21542026-05-21T09:54:05.159Z Checking serde_with v3.17.0
21552026-05-21T09:54:05.162Z Checking siphasher v1.0.2
21562026-05-21T09:54:05.192Z Checking bitflags v1.3.2
21572026-05-21T09:54:05.196Z Checking ed25519-dalek v2.2.0
21582026-05-21T09:54:05.297Z Checking unicode-normalization v0.1.25
21592026-05-21T09:54:05.300Z Checking signal-hook v0.3.18
21602026-05-21T09:54:05.365Z Checking managed v0.8.0
21612026-05-21T09:54:05.410Z Checking winnow v0.5.40
21622026-05-21T09:54:05.447Z Checking nix v0.31.2
21632026-05-21T09:54:05.515Z Checking bzip2-sys v0.1.13+1.0.8
21642026-05-21T09:54:05.552Z Checking object v0.37.3
21652026-05-21T09:54:05.587Z Checking foldhash v0.1.5
21662026-05-21T09:54:05.631Z Checking bzip2 v0.4.4
21672026-05-21T09:54:05.719Z Checking signal-hook-mio v0.2.5
21682026-05-21T09:54:05.757Z Checking hashbrown v0.15.5
21692026-05-21T09:54:05.823Z Checking globset v0.4.18
21702026-05-21T09:54:05.861Z Checking ref-cast v1.0.25
21712026-05-21T09:54:05.993Z Checking zstd-sys v2.0.16+zstd.1.5.7
21722026-05-21T09:54:06.049Z Checking zip v0.6.6
21732026-05-21T09:54:06.103Z Checking pin-project v1.1.11
21742026-05-21T09:54:06.140Z Checking zstd-safe v7.2.4
21752026-05-21T09:54:06.231Z Checking libbz2-rs-sys v0.2.2
21762026-05-21T09:54:06.269Z Checking bumpalo v3.20.2
21772026-05-21T09:54:06.336Z Checking zstd v0.13.3
21782026-05-21T09:54:06.397Z Checking crossterm v0.28.1
21792026-05-21T09:54:06.462Z Checking similar v2.7.0
21802026-05-21T09:54:06.499Z Checking zopfli v0.8.3
21812026-05-21T09:54:06.554Z Checking tokio-stream v0.1.18
21822026-05-21T09:54:06.592Z Checking toml_edit v0.19.15
21832026-05-21T09:54:06.595Z Checking fs-err v3.3.0
21842026-05-21T09:54:06.662Z Checking bzip2 v0.6.1
21852026-05-21T09:54:06.852Z Checking pem v3.0.6
21862026-05-21T09:54:06.855Z Checking hash32 v0.2.1
21872026-05-21T09:54:06.925Z Checking serde-big-array v0.5.1
21882026-05-21T09:54:06.960Z Checking unicode-bidi v0.3.18
21892026-05-21T09:54:06.997Z Checking predicates-core v1.0.10
21902026-05-21T09:54:07.042Z Checking jiff v0.2.21
21912026-05-21T09:54:07.079Z Checking unicode-properties v0.1.4
21922026-05-21T09:54:07.115Z Checking heapless v0.7.17
21932026-05-21T09:54:07.118Z Checking snafu v0.8.9
21942026-05-21T09:54:07.184Z Checking olpc-cjson v0.1.4
21952026-05-21T09:54:07.279Z Checking hickory-proto v0.25.2
21962026-05-21T09:54:07.316Z Checking stringprep v0.1.5
21972026-05-21T09:54:07.352Z Checking md-5 v0.10.6
21982026-05-21T09:54:07.412Z Checking serde_plain v1.0.2
21992026-05-21T09:54:07.499Z Checking float-cmp v0.10.0
22002026-05-21T09:54:07.536Z Checking toml_datetime v0.7.5+spec-1.1.0
22012026-05-21T09:54:07.572Z Checking typed-path v0.9.3
22022026-05-21T09:54:07.607Z Checking fallible-iterator v0.2.0
22032026-05-21T09:54:07.641Z Checking toml v0.7.8
22042026-05-21T09:54:07.677Z Checking normalize-line-endings v0.3.0
22052026-05-21T09:54:07.758Z Checking difflib v0.4.0
22062026-05-21T09:54:07.800Z Checking smoltcp v0.9.1
22072026-05-21T09:54:07.858Z Checking iddqd v0.4.1
22082026-05-21T09:54:07.906Z Checking postgres-protocol v0.6.10
22092026-05-21T09:54:07.964Z Checking predicates v3.1.4
22102026-05-21T09:54:08.002Z Checking phf_shared v0.13.1
22112026-05-21T09:54:08.231Z Checking phf_shared v0.11.3
22122026-05-21T09:54:08.269Z Checking buf-list v1.1.2
22132026-05-21T09:54:08.304Z Checking strum v0.27.2
22142026-05-21T09:54:08.355Z Checking tough v0.22.0
22152026-05-21T09:54:08.398Z Checking fixedbitset v0.4.2
22162026-05-21T09:54:08.435Z Checking precomputed-hash v0.1.1
22172026-05-21T09:54:08.469Z Checking new_debug_unreachable v1.0.6
22182026-05-21T09:54:08.505Z Checking lalrpop-util v0.19.12
22192026-05-21T09:54:08.548Z Checking fixedbitset v0.5.7
22202026-05-21T09:54:08.588Z Checking string_cache v0.8.9
22212026-05-21T09:54:08.591Z Checking petgraph v0.6.5
22222026-05-21T09:54:08.697Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
22232026-05-21T09:54:08.776Z Checking petgraph v0.8.3
22242026-05-21T09:54:08.814Z Checking postgres-types v0.2.12
22252026-05-21T09:54:08.817Z Checking phf v0.13.1
22262026-05-21T09:54:09.029Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
22272026-05-21T09:54:09.169Z Checking peg-runtime v0.8.5
22282026-05-21T09:54:09.308Z Checking zip v4.6.1
22292026-05-21T09:54:09.345Z Checking whoami v2.1.0
22302026-05-21T09:54:09.496Z Checking is-terminal v0.4.17
22312026-05-21T09:54:09.570Z Checking tokio-postgres v0.7.16
22322026-05-21T09:54:09.625Z Checking crossbeam-channel v0.5.15
22332026-05-21T09:54:09.894Z Compiling structmeta-derive v0.3.0
22342026-05-21T09:54:09.932Z Compiling newtype-uuid-macros v0.1.0
22352026-05-21T09:54:09.991Z Checking thread_local v1.1.9
22362026-05-21T09:54:10.049Z Checking term v1.2.1
22372026-05-21T09:54:10.191Z Checking take_mut v0.2.2
22382026-05-21T09:54:10.306Z Checking slog-term v2.9.2
22392026-05-21T09:54:10.343Z Checking slog-async v2.8.0
22402026-05-21T09:54:10.378Z Compiling rustls v0.22.4
22412026-05-21T09:54:10.382Z Compiling multer v3.1.0
22422026-05-21T09:54:10.545Z Compiling async-stream-impl v0.3.6
22432026-05-21T09:54:10.623Z Compiling dropshot v0.17.0
22442026-05-21T09:54:10.695Z Compiling dropshot_endpoint v0.17.0
22452026-05-21T09:54:10.730Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22462026-05-21T09:54:10.765Z Checking match_cfg v0.1.0
22472026-05-21T09:54:10.841Z Checking slog-json v2.6.1
22482026-05-21T09:54:10.911Z Checking hostname v0.3.1
22492026-05-21T09:54:10.954Z Checking debug-ignore v1.0.5
22502026-05-21T09:54:10.991Z Compiling structmeta v0.3.0
22512026-05-21T09:54:11.059Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22522026-05-21T09:54:11.063Z Checking slog-bunyan v2.5.0
22532026-05-21T09:54:11.128Z Checking serde_spanned v1.0.4
22542026-05-21T09:54:11.167Z Checking toml_writer v1.0.6+spec-1.1.0
22552026-05-21T09:54:11.206Z Checking rustls-webpki v0.102.8
22562026-05-21T09:54:11.242Z Checking serde_path_to_error v0.1.20
22572026-05-21T09:54:11.246Z Checking async-stream v0.3.6
22582026-05-21T09:54:11.311Z Compiling derive-ex v0.1.8
22592026-05-21T09:54:11.379Z Checking waitgroup v0.1.2
22602026-05-21T09:54:11.437Z Checking rustls-pemfile v2.2.0
22612026-05-21T09:54:11.474Z Checking toml_datetime v1.0.0+spec-1.1.0
22622026-05-21T09:54:11.510Z Checking hostname v0.4.2
22632026-05-21T09:54:11.545Z Checking compression-core v0.4.31
22642026-05-21T09:54:11.592Z Checking progenitor-client v0.14.0
22652026-05-21T09:54:11.665Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22662026-05-21T09:54:11.668Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22672026-05-21T09:54:11.732Z Checking compression-codecs v0.4.37
22682026-05-21T09:54:11.735Z Checking toml v1.0.6+spec-1.1.0
22692026-05-21T09:54:11.805Z Checking regress v0.10.5
22702026-05-21T09:54:11.867Z Compiling parse-display-derive v0.10.0
22712026-05-21T09:54:11.904Z Checking itertools v0.14.0
22722026-05-21T09:54:11.939Z Checking async-compression v0.4.41
22732026-05-21T09:54:12.219Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22742026-05-21T09:54:12.371Z Checking macaddr v1.0.1
22752026-05-21T09:54:12.453Z Checking instant v0.1.13
22762026-05-21T09:54:12.573Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22772026-05-21T09:54:12.612Z Checking progenitor-client v0.10.0
22782026-05-21T09:54:12.661Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
22792026-05-21T09:54:12.842Z Checking backoff v0.4.0
22802026-05-21T09:54:12.880Z Checking backon v1.6.0
22812026-05-21T09:54:12.964Z Checking unicode-width v0.2.0
22822026-05-21T09:54:13.001Z Compiling test-strategy v0.4.5
22832026-05-21T09:54:13.050Z Checking tokio-rustls v0.25.0
22842026-05-21T09:54:13.053Z Checking heck v0.5.0
22852026-05-21T09:54:13.119Z Checking progenitor-extras v0.2.0
22862026-05-21T09:54:13.172Z Compiling convert_case v0.4.0
22872026-05-21T09:54:13.236Z Checking half v2.7.1
22882026-05-21T09:54:13.239Z Checking ciborium-io v0.2.2
22892026-05-21T09:54:13.270Z Checking secrecy v0.10.3
22902026-05-21T09:54:13.376Z Checking indent_write v2.2.0
22912026-05-21T09:54:13.411Z Checking universal-hash v0.5.1
22922026-05-21T09:54:13.454Z Checking opaque-debug v0.3.1
22932026-05-21T09:54:13.524Z Checking ciborium-ll v0.2.2
22942026-05-21T09:54:13.561Z Checking camino-tempfile v1.4.1
22952026-05-21T09:54:13.564Z Checking parse-display v0.10.0
22962026-05-21T09:54:13.593Z Compiling regress v0.11.1
22972026-05-21T09:54:13.597Z Compiling unsafe-libyaml v0.2.11
22982026-05-21T09:54:13.597Z Compiling derive_more v0.99.20
22992026-05-21T09:54:13.729Z Checking ciborium v0.2.2
23002026-05-21T09:54:13.765Z Checking aead v0.5.2
23012026-05-21T09:54:13.803Z Compiling crucible-workspace-hack v0.1.0
23022026-05-21T09:54:13.942Z Checking poly1305 v0.8.0
23032026-05-21T09:54:14.058Z Checking chacha20 v0.9.1
23042026-05-21T09:54:14.222Z Compiling serde_yaml v0.9.34+deprecated
23052026-05-21T09:54:14.381Z Compiling thiserror-impl-no-std v2.0.2
23062026-05-21T09:54:14.431Z Checking byte-wrapper v0.1.0
23072026-05-21T09:54:14.507Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23082026-05-21T09:54:14.679Z Checking password-hash v0.5.0
23092026-05-21T09:54:14.925Z Checking blake2 v0.10.6
23102026-05-21T09:54:14.964Z Checking chacha20poly1305 v0.10.1
23112026-05-21T09:54:15.126Z Checking swrite v0.1.0
23122026-05-21T09:54:15.206Z Checking argon2 v0.5.3
23132026-05-21T09:54:15.252Z Compiling typify-impl v0.6.2
23142026-05-21T09:54:15.333Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23152026-05-21T09:54:15.595Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
23162026-05-21T09:54:15.632Z Checking thiserror-no-std v2.0.2
23172026-05-21T09:54:15.719Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23182026-05-21T09:54:15.755Z Checking vsss-rs v3.3.4
23192026-05-21T09:54:15.919Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23202026-05-21T09:54:15.989Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23212026-05-21T09:54:16.313Z Checking crossbeam-deque v0.8.6
23222026-05-21T09:54:16.528Z Compiling rayon-core v1.13.0
23232026-05-21T09:54:16.795Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23242026-05-21T09:54:16.882Z Checking toml v0.8.23
23252026-05-21T09:54:16.955Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23262026-05-21T09:54:17.113Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23272026-05-21T09:54:17.230Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23282026-05-21T09:54:17.407Z Compiling proc-macro-error v1.0.4
23292026-05-21T09:54:17.443Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23302026-05-21T09:54:17.482Z Checking rayon v1.11.0
23312026-05-21T09:54:17.521Z Compiling toml_edit v0.23.10+spec-1.0.0
23322026-05-21T09:54:17.571Z Checking unicode-width v0.1.14
23332026-05-21T09:54:17.744Z Checking glob v0.3.3
23342026-05-21T09:54:17.848Z Compiling heapless v0.8.0
23352026-05-21T09:54:17.886Z Compiling ingot-macros v0.1.1
23362026-05-21T09:54:17.953Z Checking tabwriter v1.4.1
23372026-05-21T09:54:18.135Z Compiling proc-macro-crate v3.4.0
23382026-05-21T09:54:18.174Z Checking hash32 v0.3.1
23392026-05-21T09:54:18.368Z Compiling usdt-attr-macro v0.5.0
23402026-05-21T09:54:18.406Z Compiling usdt-macro v0.5.0
23412026-05-21T09:54:18.597Z Checking memmap v0.7.0
23422026-05-21T09:54:18.715Z Compiling num_enum_derive v0.7.6
23432026-05-21T09:54:18.767Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23442026-05-21T09:54:18.935Z Compiling smoltcp v0.11.0
23452026-05-21T09:54:19.165Z Checking cobs v0.3.0
23462026-05-21T09:54:19.172Z Checking usdt v0.5.0
23472026-05-21T09:54:19.365Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
23482026-05-21T09:54:19.406Z Checking postcard v1.1.3
23492026-05-21T09:54:19.442Z Compiling proc-macro-crate v1.3.1
23502026-05-21T09:54:19.622Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23512026-05-21T09:54:19.669Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23522026-05-21T09:54:19.729Z Checking sigpipe v0.1.3
23532026-05-21T09:54:19.829Z Checking num_enum v0.7.6
23542026-05-21T09:54:19.832Z Compiling typify-macro v0.6.2
23552026-05-21T09:54:19.899Z Compiling foreign-types-macros v0.2.3
23562026-05-21T09:54:19.902Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23572026-05-21T09:54:19.966Z Checking colored v3.1.1
23582026-05-21T09:54:20.001Z Checking foreign-types-shared v0.3.1
23592026-05-21T09:54:20.120Z Checking cpufeatures v0.3.0
23602026-05-21T09:54:20.195Z Compiling num_enum_derive v0.5.11
23612026-05-21T09:54:20.230Z Checking chacha20 v0.10.0
23622026-05-21T09:54:20.478Z Checking cstr-argument v0.1.2
23632026-05-21T09:54:20.543Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23642026-05-21T09:54:20.580Z Checking foreign-types v0.5.0
23652026-05-21T09:54:20.633Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23662026-05-21T09:54:20.690Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ca2cb23e)
23672026-05-21T09:54:20.726Z Checking ingot-types v0.1.2
23682026-05-21T09:54:20.730Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23692026-05-21T09:54:20.949Z Checking rand v0.10.1
23702026-05-21T09:54:20.983Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
23712026-05-21T09:54:21.017Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23722026-05-21T09:54:21.103Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23732026-05-21T09:54:21.138Z Checking ingot v0.1.1
23742026-05-21T09:54:21.171Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299)
23752026-05-21T09:54:21.205Z Checking winnow v1.0.3
23762026-05-21T09:54:21.242Z Checking num_enum v0.5.11
23772026-05-21T09:54:21.310Z Compiling zone_cfg_derive v0.3.1
23782026-05-21T09:54:21.384Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23792026-05-21T09:54:21.449Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23802026-05-21T09:54:21.579Z Checking itertools v0.12.1
23812026-05-21T09:54:21.616Z Compiling typify v0.6.2
23822026-05-21T09:54:21.684Z Compiling num-derive v0.4.2
23832026-05-21T09:54:21.758Z Compiling progenitor-impl v0.14.0
23842026-05-21T09:54:21.985Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23852026-05-21T09:54:22.353Z Checking smf v0.2.3
23862026-05-21T09:54:22.619Z Checking whoami v1.6.1
23872026-05-21T09:54:22.622Z Checking zone v0.3.1
23882026-05-21T09:54:22.622Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23892026-05-21T09:54:22.720Z Checking tokio-dtrace v0.1.1
23902026-05-21T09:54:22.758Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23912026-05-21T09:54:22.824Z Compiling derive-where v1.6.0
23922026-05-21T09:54:22.902Z Checking console v0.15.11
23932026-05-21T09:54:22.938Z Checking atomicwrites v0.4.4
23942026-05-21T09:54:22.941Z Checking oxide-tokio-rt v0.1.4
23952026-05-21T09:54:23.037Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23962026-05-21T09:54:23.097Z Checking newline-converter v0.3.0
23972026-05-21T09:54:23.166Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23982026-05-21T09:54:23.204Z Checking num-rational v0.4.2
23992026-05-21T09:54:23.207Z Checking num-complex v0.4.6
24002026-05-21T09:54:23.273Z Checking expectorate v1.2.0
24012026-05-21T09:54:23.436Z Checking float-ord v0.3.2
24022026-05-21T09:54:23.472Z Checking bytecount v0.6.9
24032026-05-21T09:54:23.514Z Compiling owo-colors v4.3.0
24042026-05-21T09:54:23.620Z Checking num v0.4.3
24052026-05-21T09:54:23.622Z Compiling cancel-safe-futures v0.1.5
24062026-05-21T09:54:23.723Z Checking libsw-core v0.3.2
24072026-05-21T09:54:23.900Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
24082026-05-21T09:54:23.900Z Compiling prettyplease v0.2.37
24092026-05-21T09:54:24.246Z Checking libsw v3.5.0
24102026-05-21T09:54:24.291Z Checking linear-map v1.2.0
24112026-05-21T09:54:24.333Z Compiling progenitor-impl v0.13.0
24122026-05-21T09:54:24.466Z Compiling progenitor-macro v0.14.0
24132026-05-21T09:54:24.502Z Checking gethostname v0.5.0
24142026-05-21T09:54:24.623Z Checking progenitor-client v0.13.0
24152026-05-21T09:54:24.659Z Compiling num-derive v0.3.3
24162026-05-21T09:54:25.079Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
24172026-05-21T09:54:25.577Z Checking libscf-sys v1.1.0
24182026-05-21T09:54:26.227Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24192026-05-21T09:54:26.983Z Compiling progenitor-macro v0.13.0
24202026-05-21T09:54:28.211Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24212026-05-21T09:54:29.405Z Checking resolv-conf v0.7.6
24222026-05-21T09:54:29.408Z Checking progenitor v0.14.0
24232026-05-21T09:54:29.624Z Compiling slog-dtrace v0.3.0
24242026-05-21T09:54:29.691Z Checking smawk v0.3.2
24252026-05-21T09:54:29.778Z Checking unicode-linebreak v0.1.5
24262026-05-21T09:54:29.854Z Checking papergrid v0.11.0
24272026-05-21T09:54:29.923Z Compiling tabled_derive v0.7.0
24282026-05-21T09:54:29.969Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24292026-05-21T09:54:30.280Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24302026-05-21T09:54:30.702Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24312026-05-21T09:54:30.770Z Checking linked-hash-map v0.5.6
24322026-05-21T09:54:30.902Z Checking tabled v0.15.0
24332026-05-21T09:54:31.158Z Compiling minimal-lexical v0.2.1
24342026-05-21T09:54:31.229Z Checking lru-cache v0.1.2
24352026-05-21T09:54:31.383Z Compiling nom v7.1.3
24362026-05-21T09:54:31.447Z Checking hickory-proto v0.24.4
24372026-05-21T09:54:31.764Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24382026-05-21T09:54:31.893Z Checking progenitor v0.13.0
24392026-05-21T09:54:31.976Z Checking termtree v0.5.1
24402026-05-21T09:54:32.055Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24412026-05-21T09:54:32.092Z Checking textwrap v0.16.2
24422026-05-21T09:54:32.145Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24432026-05-21T09:54:32.343Z Checking csv-core v0.1.13
24442026-05-21T09:54:32.500Z Checking tagptr v0.2.0
24452026-05-21T09:54:32.556Z Checking csv v1.4.0
24462026-05-21T09:54:32.677Z Checking moka v0.12.13
24472026-05-21T09:54:32.738Z Checking humantime v2.3.0
24482026-05-21T09:54:32.950Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24492026-05-21T09:54:32.986Z Compiling convert_case v0.10.0
24502026-05-21T09:54:33.203Z Checking highway v1.3.0
24512026-05-21T09:54:33.274Z Checking hickory-resolver v0.24.4
24522026-05-21T09:54:33.330Z Compiling derive_more-impl v2.1.1
24532026-05-21T09:54:33.367Z Checking hickory-resolver v0.25.2
24542026-05-21T09:54:33.462Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24552026-05-21T09:54:33.534Z Compiling semver v0.1.20
24562026-05-21T09:54:33.577Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24572026-05-21T09:54:33.827Z Compiling rustc_version v0.1.7
24582026-05-21T09:54:33.864Z Checking oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
24592026-05-21T09:54:34.038Z Checking qorb v0.4.1
24602026-05-21T09:54:34.092Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24612026-05-21T09:54:34.116Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
24622026-05-21T09:54:34.163Z Checking phf_shared v0.12.1
24632026-05-21T09:54:34.224Z Checking derive_more v2.1.1
24642026-05-21T09:54:34.335Z Compiling chrono-tz v0.10.4
24652026-05-21T09:54:34.338Z Checking crossterm v0.29.0
24662026-05-21T09:54:34.427Z Checking phf v0.12.1
24672026-05-21T09:54:34.598Z Compiling newtype_derive v0.1.6
24682026-05-21T09:54:34.637Z Compiling const_format_proc_macros v0.2.34
24692026-05-21T09:54:34.640Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
24702026-05-21T09:54:34.640Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
24712026-05-21T09:54:35.029Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
24722026-05-21T09:54:35.264Z Checking omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
24732026-05-21T09:54:35.357Z Checking fd-lock v4.0.4
24742026-05-21T09:54:35.420Z Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
24752026-05-21T09:54:35.477Z Checking const_format v0.2.35
24762026-05-21T09:54:35.513Z Checking bcs v0.1.6
24772026-05-21T09:54:35.516Z Checking vte v0.14.1
24782026-05-21T09:54:35.683Z Checking display-error-chain v0.2.2
24792026-05-21T09:54:35.732Z Checking strip-ansi-escapes v0.2.1
24802026-05-21T09:54:35.768Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
24812026-05-21T09:54:35.833Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24822026-05-21T09:54:35.872Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
24832026-05-21T09:54:35.909Z Checking nu-ansi-term v0.50.3
24842026-05-21T09:54:36.002Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371)
24852026-05-21T09:54:36.110Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
24862026-05-21T09:54:36.153Z Checking reedline v0.40.0
24872026-05-21T09:54:36.357Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24882026-05-21T09:54:36.652Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
24892026-05-21T09:54:36.853Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24902026-05-21T09:54:36.891Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
24912026-05-21T09:54:37.226Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24922026-05-21T09:54:37.352Z Compiling ar_archive_writer v0.5.1
24932026-05-21T09:54:37.437Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
24942026-05-21T09:54:37.850Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
24952026-05-21T09:54:38.249Z Compiling psm v0.1.30
24962026-05-21T09:54:38.367Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
24972026-05-21T09:54:38.488Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
24982026-05-21T09:54:38.777Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
24992026-05-21T09:54:39.063Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25002026-05-21T09:54:39.124Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25012026-05-21T09:54:39.336Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25022026-05-21T09:54:39.379Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25032026-05-21T09:54:39.492Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25042026-05-21T09:54:39.645Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25052026-05-21T09:54:39.726Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25062026-05-21T09:54:39.887Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25072026-05-21T09:54:39.889Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25082026-05-21T09:54:39.957Z Checking key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25092026-05-21T09:54:40.072Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25102026-05-21T09:54:40.108Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25112026-05-21T09:54:40.287Z Compiling stacker v0.1.23
25122026-05-21T09:54:40.324Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25132026-05-21T09:54:40.360Z Compiling cfg_aliases v0.1.1
25142026-05-21T09:54:40.466Z Compiling nix v0.28.0
25152026-05-21T09:54:40.522Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25162026-05-21T09:54:40.558Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25172026-05-21T09:54:40.758Z Checking steno v0.4.1
25182026-05-21T09:54:40.794Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25192026-05-21T09:54:40.845Z Checking nibble_vec v0.1.0
25202026-05-21T09:54:41.006Z Checking home v0.5.12
25212026-05-21T09:54:41.147Z Checking endian-type v0.1.2
25222026-05-21T09:54:41.320Z Checking radix_trie v0.2.1
25232026-05-21T09:54:41.777Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25242026-05-21T09:54:41.780Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25252026-05-21T09:54:42.070Z Compiling recursive-proc-macro-impl v0.1.1
25262026-05-21T09:54:42.227Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25272026-05-21T09:54:42.549Z Checking recursive v0.1.1
25282026-05-21T09:54:42.670Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25292026-05-21T09:54:42.706Z Checking oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25302026-05-21T09:54:42.781Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25312026-05-21T09:54:42.980Z Compiling peg-macros v0.8.5
25322026-05-21T09:54:43.017Z Checking nom v8.0.0
25332026-05-21T09:54:43.081Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25342026-05-21T09:54:43.120Z Checking winnow v0.6.26
25352026-05-21T09:54:43.278Z Compiling sqlparser_derive v0.5.0
25362026-05-21T09:54:43.314Z Checking unicode_categories v0.1.1
25372026-05-21T09:54:43.410Z Checking rustyline v14.0.0
25382026-05-21T09:54:43.504Z Checking ddm-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371)
25392026-05-21T09:54:43.634Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
25402026-05-21T09:54:43.873Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25412026-05-21T09:54:43.979Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25422026-05-21T09:54:44.063Z Checking nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25432026-05-21T09:54:44.178Z Checking sqlparser v0.61.0
25442026-05-21T09:54:44.218Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25452026-05-21T09:54:44.356Z Checking sqlformat v0.3.5
25462026-05-21T09:54:44.427Z Checking peg v0.8.5
25472026-05-21T09:54:44.484Z Checking filetime v0.2.27
25482026-05-21T09:54:44.533Z Checking xattr v1.6.1
25492026-05-21T09:54:44.654Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25502026-05-21T09:54:44.698Z Checking tar v0.4.45
25512026-05-21T09:54:44.817Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25522026-05-21T09:54:44.859Z Checking bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25532026-05-21T09:54:45.047Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371)
25542026-05-21T09:54:45.114Z Checking subprocess v0.2.15
25552026-05-21T09:54:45.220Z Checking base64 v0.21.7
25562026-05-21T09:54:45.430Z Checking headers-core v0.3.0
25572026-05-21T09:54:45.467Z Checking yasna v0.5.2
25582026-05-21T09:54:45.502Z Checking dropshot-api-manager-types v0.7.1
25592026-05-21T09:54:45.571Z Checking headers v0.4.1
25602026-05-21T09:54:45.637Z Checking utf-8 v0.7.6
25612026-05-21T09:54:45.699Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25622026-05-21T09:54:45.805Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25632026-05-21T09:54:45.879Z Checking rcgen v0.12.1
25642026-05-21T09:54:45.884Z Compiling libefi-sys v0.1.0
25652026-05-21T09:54:46.058Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25662026-05-21T09:54:46.181Z Compiling bitfield-struct v0.6.2
25672026-05-21T09:54:46.312Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25682026-05-21T09:54:46.426Z Compiling radium v0.7.0
25692026-05-21T09:54:46.459Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25702026-05-21T09:54:46.561Z Checking tungstenite v0.21.0
25712026-05-21T09:54:46.643Z Checking tap v1.0.1
25722026-05-21T09:54:46.679Z Compiling maybe-uninit v2.0.0
25732026-05-21T09:54:46.804Z Checking wyz v0.5.1
25742026-05-21T09:54:46.846Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25752026-05-21T09:54:46.977Z Compiling zerocopy-derive v0.6.6
25762026-05-21T09:54:47.012Z Checking tokio-tungstenite v0.21.0
25772026-05-21T09:54:47.012Z Compiling packed_struct v0.10.1
25782026-05-21T09:54:47.110Z Checking crc-catalog v2.4.0
25792026-05-21T09:54:47.143Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25802026-05-21T09:54:47.235Z Checking funty v2.0.0
25812026-05-21T09:54:47.373Z Checking crc v3.4.0
25822026-05-21T09:54:47.408Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25832026-05-21T09:54:47.545Z Compiling packed_struct_codegen v0.10.1
25842026-05-21T09:54:47.579Z Compiling bitfield-macros v0.19.4
25852026-05-21T09:54:47.582Z Checking bitvec v1.0.1
25862026-05-21T09:54:47.849Z Checking zerocopy v0.6.6
25872026-05-21T09:54:48.175Z Compiling indexmap v1.9.3
25882026-05-21T09:54:48.311Z Checking nodrop v0.1.14
25892026-05-21T09:54:48.345Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371)
25902026-05-21T09:54:48.381Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25912026-05-21T09:54:48.444Z Checking array-init v0.0.4
25922026-05-21T09:54:48.478Z Checking bitfield v0.19.4
25932026-05-21T09:54:48.512Z Checking smallvec v0.6.14
25942026-05-21T09:54:48.631Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25952026-05-21T09:54:48.675Z Checking hashbrown v0.12.3
25962026-05-21T09:54:48.729Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25972026-05-21T09:54:48.770Z Checking serde-hex v0.1.0
25982026-05-21T09:54:48.806Z Checking ron v0.8.1
25992026-05-21T09:54:48.915Z Checking hashbrown v0.13.2
26002026-05-21T09:54:49.381Z Checking crc-any v2.5.0
26012026-05-21T09:54:49.423Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26022026-05-21T09:54:49.492Z Checking object v0.30.4
26032026-05-21T09:54:49.603Z Checking path-slash v0.1.5
26042026-05-21T09:54:49.639Z Compiling xshell-macros v0.2.7
26052026-05-21T09:54:49.745Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26062026-05-21T09:54:50.035Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26072026-05-21T09:54:50.068Z Checking xshell v0.2.7
26082026-05-21T09:54:50.162Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26092026-05-21T09:54:50.203Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26102026-05-21T09:54:50.285Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26112026-05-21T09:54:50.477Z Checking half v1.8.3
26122026-05-21T09:54:50.707Z Checking serde_cbor v0.11.2
26132026-05-21T09:54:50.836Z Compiling proc-macro-error-attr2 v2.0.0
26142026-05-21T09:54:51.063Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26152026-05-21T09:54:51.119Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26162026-05-21T09:54:51.263Z Compiling proc-macro-error2 v2.0.1
26172026-05-21T09:54:51.350Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26182026-05-21T09:54:51.487Z Checking papergrid v0.17.0
26192026-05-21T09:54:51.593Z Checking testing_table v0.3.0
26202026-05-21T09:54:51.628Z Compiling tabled_derive v0.11.0
26212026-05-21T09:54:51.631Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26222026-05-21T09:54:51.720Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26232026-05-21T09:54:52.191Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26242026-05-21T09:54:52.504Z Compiling git-stub v1.0.0
26252026-05-21T09:54:52.540Z Checking crc8 v0.1.1
26262026-05-21T09:54:52.543Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26272026-05-21T09:54:52.672Z Checking maplit v1.0.2
26282026-05-21T09:54:52.789Z Compiling git-stub-vcs v0.1.0
26292026-05-21T09:54:52.824Z Checking tabled v0.20.0
26302026-05-21T09:54:52.827Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26312026-05-21T09:54:53.049Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
26322026-05-21T09:54:53.085Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26332026-05-21T09:54:53.172Z Checking fxhash v0.2.1
26342026-05-21T09:54:53.330Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26352026-05-21T09:54:53.471Z Checking unicase v2.9.0
26362026-05-21T09:54:53.614Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26372026-05-21T09:54:53.667Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26382026-05-21T09:54:53.957Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26392026-05-21T09:54:54.047Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26402026-05-21T09:54:54.078Z Compiling typify-impl v0.4.3
26412026-05-21T09:54:54.132Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26422026-05-21T09:54:54.350Z Checking kstat-rs v0.2.4
26432026-05-21T09:54:54.505Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26442026-05-21T09:54:54.541Z Compiling diesel_derives v2.3.7
26452026-05-21T09:54:54.578Z Checking scheduled-thread-pool v0.2.7
26462026-05-21T09:54:54.756Z Compiling dsl_auto_type v0.2.0
26472026-05-21T09:54:54.836Z Compiling vergen-gitcl v1.0.8
26482026-05-21T09:54:54.999Z Checking arc-swap v1.8.2
26492026-05-21T09:54:55.059Z Compiling diesel_table_macro_syntax v0.3.0
26502026-05-21T09:54:55.260Z Compiling parking_lot_core v0.8.6
26512026-05-21T09:54:55.305Z Checking slog-scope v4.4.1
26522026-05-21T09:54:55.340Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26532026-05-21T09:54:55.523Z Checking r2d2 v0.8.10
26542026-05-21T09:54:55.602Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26552026-05-21T09:54:55.740Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26562026-05-21T09:54:56.101Z Checking downcast-rs v2.0.2
26572026-05-21T09:54:56.539Z Checking slog-stdlog v4.1.1
26582026-05-21T09:54:56.573Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26592026-05-21T09:54:56.653Z Checking parking_lot v0.11.2
26602026-05-21T09:54:56.698Z Checking slog-envlogger v2.2.0
26612026-05-21T09:54:56.877Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26622026-05-21T09:54:56.913Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
26632026-05-21T09:54:56.918Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26642026-05-21T09:54:57.067Z Checking prefix-trie v0.7.0
26652026-05-21T09:54:57.223Z Checking sled v0.34.7
26662026-05-21T09:54:57.424Z Checking hickory-server v0.25.2
26672026-05-21T09:54:57.458Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371)
26682026-05-21T09:54:57.492Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26692026-05-21T09:54:57.692Z Checking nanorand v0.7.0
26702026-05-21T09:54:57.807Z Compiling dirs-sys-next v0.1.2
26712026-05-21T09:54:57.928Z Compiling salty v0.3.0
26722026-05-21T09:54:58.097Z Compiling crunchy v0.2.4
26732026-05-21T09:54:58.130Z Compiling dirs-next v2.0.0
26742026-05-21T09:54:58.246Z Checking flume v0.11.1
26752026-05-21T09:54:58.288Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26762026-05-21T09:54:58.439Z Compiling clang-sys v1.8.1
26772026-05-21T09:54:58.514Z Compiling typify-macro v0.4.3
26782026-05-21T09:54:58.550Z Checking primeorder v0.13.6
26792026-05-21T09:54:58.691Z Compiling tiny-keccak v2.0.2
26802026-05-21T09:54:59.031Z Compiling term v0.7.0
26812026-05-21T09:54:59.079Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26822026-05-21T09:54:59.322Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26832026-05-21T09:54:59.607Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26842026-05-21T09:54:59.646Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26852026-05-21T09:54:59.688Z Compiling bit-vec v0.6.3
26862026-05-21T09:54:59.913Z Compiling bit-set v0.5.3
26872026-05-21T09:54:59.948Z Compiling ascii-canvas v3.0.0
26882026-05-21T09:55:00.111Z Compiling itertools v0.10.5
26892026-05-21T09:55:00.226Z Compiling ena v0.14.4
26902026-05-21T09:55:00.279Z Compiling typify v0.4.3
26912026-05-21T09:55:00.422Z Compiling libloading v0.8.9
26922026-05-21T09:55:00.456Z Compiling fs-err v2.11.0
26932026-05-21T09:55:00.459Z Compiling bindgen v0.71.1
26942026-05-21T09:55:00.522Z Compiling diff v0.1.13
26952026-05-21T09:55:00.660Z Compiling regex-syntax v0.6.29
26962026-05-21T09:55:00.663Z Checking diesel v2.3.7
26972026-05-21T09:55:00.801Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
26982026-05-21T09:55:00.834Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26992026-05-21T09:55:00.869Z Checking p384 v0.13.1
27002026-05-21T09:55:00.982Z Compiling cexpr v0.6.0
27012026-05-21T09:55:01.191Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27022026-05-21T09:55:01.304Z Compiling rustc-hash v2.1.1
27032026-05-21T09:55:01.554Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27042026-05-21T09:55:01.674Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27052026-05-21T09:55:01.707Z Compiling libxml v0.3.3
27062026-05-21T09:55:01.899Z Checking parse-size v1.1.0
27072026-05-21T09:55:02.009Z Compiling lalrpop v0.19.12
27082026-05-21T09:55:02.043Z Compiling strum_macros v0.24.3
27092026-05-21T09:55:02.077Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27102026-05-21T09:55:02.574Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
27112026-05-21T09:55:02.944Z Compiling indoc v1.0.9
27122026-05-21T09:55:03.242Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27132026-05-21T09:55:03.278Z Checking mg-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371)
27142026-05-21T09:55:03.402Z Checking assert_matches v1.5.0
27152026-05-21T09:55:03.541Z Compiling progenitor-impl v0.10.0
27162026-05-21T09:55:03.841Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
27172026-05-21T09:55:04.004Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27182026-05-21T09:55:04.068Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371)
27192026-05-21T09:55:04.274Z Checking predicates-tree v1.0.13
27202026-05-21T09:55:04.421Z Checking quick-xml v0.37.5
27212026-05-21T09:55:04.477Z Checking derive_builder v0.20.2
27222026-05-21T09:55:04.623Z Compiling oso-derive v0.27.3
27232026-05-21T09:55:04.863Z Compiling trait-variant v0.1.2
27242026-05-21T09:55:05.146Z Compiling impl-trait-for-tuples v0.2.3
27252026-05-21T09:55:05.335Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27262026-05-21T09:55:05.450Z Checking openssl-probe v0.1.6
27272026-05-21T09:55:05.596Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27282026-05-21T09:55:05.641Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
27292026-05-21T09:55:06.202Z Compiling progenitor-macro v0.10.0
27302026-05-21T09:55:06.704Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27312026-05-21T09:55:07.595Z Compiling mime_guess v2.0.5
27322026-05-21T09:55:07.674Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27332026-05-21T09:55:07.725Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27342026-05-21T09:55:08.088Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27352026-05-21T09:55:08.176Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27362026-05-21T09:55:08.406Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27372026-05-21T09:55:08.441Z Checking corncobs v0.1.4
27382026-05-21T09:55:08.606Z Checking http-range v0.1.5
27392026-05-21T09:55:08.698Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27402026-05-21T09:55:08.823Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27412026-05-21T09:55:08.994Z Compiling progenitor-impl v0.11.2
27422026-05-21T09:55:09.243Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27432026-05-21T09:55:09.880Z Checking ignore v0.4.25
27442026-05-21T09:55:10.328Z Checking secrecy v0.8.0
27452026-05-21T09:55:10.489Z Checking atty v0.2.14
27462026-05-21T09:55:11.127Z Checking progenitor v0.10.0
27472026-05-21T09:55:11.246Z Checking globwalk v0.9.1
27482026-05-21T09:55:11.308Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27492026-05-21T09:55:11.700Z Compiling progenitor-macro v0.11.2
27502026-05-21T09:55:11.836Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27512026-05-21T09:55:12.112Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27522026-05-21T09:55:12.342Z Checking progenitor-client v0.11.2
27532026-05-21T09:55:12.379Z Checking bb8 v0.8.6
27542026-05-21T09:55:12.622Z Compiling illumos-nvpair-sys v0.2.0
27552026-05-21T09:55:12.739Z Checking hyper-staticfile v0.10.1
27562026-05-21T09:55:12.798Z Checking camino-tempfile-ext v0.3.3
27572026-05-21T09:55:12.898Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27582026-05-21T09:55:13.036Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27592026-05-21T09:55:13.070Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27602026-05-21T09:55:13.222Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27612026-05-21T09:55:13.303Z Checking signal-hook-tokio v0.3.1
27622026-05-21T09:55:13.469Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27632026-05-21T09:55:13.968Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27642026-05-21T09:55:14.005Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27652026-05-21T09:55:14.525Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27662026-05-21T09:55:14.809Z Checking diesel-dtrace v0.5.0
27672026-05-21T09:55:14.939Z Checking async-bb8-diesel v0.2.1
27682026-05-21T09:55:15.090Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27692026-05-21T09:55:15.240Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27702026-05-21T09:55:15.329Z Checking nonempty v0.12.0
27712026-05-21T09:55:15.440Z Checking illumos-nvpair v0.3.0
27722026-05-21T09:55:15.563Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27732026-05-21T09:55:15.633Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27742026-05-21T09:55:15.697Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27752026-05-21T09:55:15.971Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27762026-05-21T09:55:16.005Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
27772026-05-21T09:55:16.060Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27782026-05-21T09:55:16.177Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27792026-05-21T09:55:16.435Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27802026-05-21T09:55:16.602Z Checking progenitor v0.11.2
27812026-05-21T09:55:16.637Z Checking tungstenite v0.23.0
27822026-05-21T09:55:16.722Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27832026-05-21T09:55:16.780Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27842026-05-21T09:55:17.092Z Checking tokio-tungstenite v0.23.1
27852026-05-21T09:55:17.393Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27862026-05-21T09:55:17.793Z Checking rand_seeder v0.4.0
27872026-05-21T09:55:17.849Z Checking void v1.0.2
27882026-05-21T09:55:17.898Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27892026-05-21T09:55:17.977Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27902026-05-21T09:55:18.016Z Checking lzss v0.8.2
27912026-05-21T09:55:18.182Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27922026-05-21T09:55:18.243Z Checking nix v0.27.1
27932026-05-21T09:55:18.311Z Checking serde_bytes v0.11.19
27942026-05-21T09:55:18.459Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27952026-05-21T09:55:18.531Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27962026-05-21T09:55:18.668Z Checking is_ci v1.2.0
27972026-05-21T09:55:18.787Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
27982026-05-21T09:55:18.821Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27992026-05-21T09:55:19.005Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28002026-05-21T09:55:19.146Z Checking yansi v1.0.1
28012026-05-21T09:55:19.450Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28022026-05-21T09:55:19.513Z Checking pretty_assertions v1.4.1
28032026-05-21T09:55:19.683Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28042026-05-21T09:55:19.766Z Compiling darling_core v0.23.0
28052026-05-21T09:55:19.965Z Compiling indoc v2.0.7
28062026-05-21T09:55:20.240Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28072026-05-21T09:55:20.443Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
28082026-05-21T09:55:20.480Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
28092026-05-21T09:55:20.707Z Compiling instability v0.3.11
28102026-05-21T09:55:21.105Z Compiling libz-sys v1.1.24
28112026-05-21T09:55:21.249Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
28122026-05-21T09:55:21.513Z Checking castaway v0.2.4
28132026-05-21T09:55:21.664Z Checking compact_str v0.8.1
28142026-05-21T09:55:22.343Z Compiling darling_macro v0.23.0
28152026-05-21T09:55:22.692Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28162026-05-21T09:55:22.874Z Compiling darling v0.23.0
28172026-05-21T09:55:22.938Z Checking supports-color v3.0.2
28182026-05-21T09:55:22.988Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
28192026-05-21T09:55:23.103Z Checking unicode-truncate v1.1.0
28202026-05-21T09:55:23.218Z Checking console v0.16.2
28212026-05-21T09:55:23.288Z Checking lru v0.12.5
28222026-05-21T09:55:23.482Z Checking cassowary v0.3.0
28232026-05-21T09:55:23.559Z Checking unit-prefix v0.5.2
28242026-05-21T09:55:23.644Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
28252026-05-21T09:55:23.720Z Checking indicatif v0.18.4
28262026-05-21T09:55:23.723Z Compiling libgit2-sys v0.18.3+1.9.2
28272026-05-21T09:55:23.787Z Checking ratatui v0.29.0
28282026-05-21T09:55:23.891Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28292026-05-21T09:55:24.333Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28302026-05-21T09:55:24.568Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28312026-05-21T09:55:24.899Z Compiling vergen-git2 v1.0.7
28322026-05-21T09:55:25.128Z Checking plotters-backend v0.3.7
28332026-05-21T09:55:25.212Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28342026-05-21T09:55:25.367Z Checking plotters-svg v0.3.7
28352026-05-21T09:55:25.443Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28362026-05-21T09:55:25.539Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28372026-05-21T09:55:25.575Z Checking colored v2.2.0
28382026-05-21T09:55:25.670Z Checking cast v0.3.0
28392026-05-21T09:55:25.810Z Compiling rustls v0.21.12
28402026-05-21T09:55:25.862Z Checking shell-words v1.1.1
28412026-05-21T09:55:26.022Z Checking criterion-plot v0.6.0
28422026-05-21T09:55:26.150Z Checking plotters v0.3.7
28432026-05-21T09:55:26.256Z Checking typeid v1.0.3
28442026-05-21T09:55:26.299Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#85d6fc96)
28452026-05-21T09:55:26.395Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28462026-05-21T09:55:26.627Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28472026-05-21T09:55:26.863Z Checking sct v0.7.1
28482026-05-21T09:55:26.906Z Checking rustls-webpki v0.101.7
28492026-05-21T09:55:27.039Z Checking tinytemplate v1.2.1
28502026-05-21T09:55:27.270Z Compiling nix v0.29.0
28512026-05-21T09:55:27.273Z Compiling dropshot v0.16.7
28522026-05-21T09:55:27.339Z Checking anes v0.1.6
28532026-05-21T09:55:27.540Z Checking hex-literal v0.4.1
28542026-05-21T09:55:27.575Z Checking oorandom v11.1.5
28552026-05-21T09:55:27.743Z Checking criterion v0.7.0
28562026-05-21T09:55:27.788Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#85d6fc96)
28572026-05-21T09:55:28.315Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28582026-05-21T09:55:28.957Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28592026-05-21T09:55:29.143Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28602026-05-21T09:55:30.472Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28612026-05-21T09:55:30.941Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28622026-05-21T09:55:31.293Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28632026-05-21T09:55:31.863Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28642026-05-21T09:55:32.130Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28652026-05-21T09:55:33.783Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28662026-05-21T09:55:34.273Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28672026-05-21T09:55:34.508Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28682026-05-21T09:55:35.317Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28692026-05-21T09:55:35.890Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28702026-05-21T09:55:35.964Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28712026-05-21T09:55:36.629Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28722026-05-21T09:55:36.905Z Checking erased-serde v0.4.9
28732026-05-21T09:55:37.299Z Checking toml v0.9.12+spec-1.1.0
28742026-05-21T09:55:37.592Z Checking ordered-float v2.10.1
28752026-05-21T09:55:37.864Z Compiling dropshot_endpoint v0.16.7
28762026-05-21T09:55:37.915Z Checking serde-value v0.7.0
28772026-05-21T09:55:38.053Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28782026-05-21T09:55:38.159Z Checking serde-untagged v0.1.9
28792026-05-21T09:55:38.389Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
28802026-05-21T09:55:38.578Z Checking tokio-rustls v0.24.1
28812026-05-21T09:55:39.088Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28822026-05-21T09:55:39.123Z Checking rustls-pemfile v1.0.4
28832026-05-21T09:55:39.299Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28842026-05-21T09:55:39.543Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
28852026-05-21T09:55:39.910Z Checking twox-hash v2.1.2
28862026-05-21T09:55:39.946Z Checking unicode-xid v0.2.6
28872026-05-21T09:55:40.094Z Checking cargo-util-schemas v0.8.2
28882026-05-21T09:55:40.242Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
28892026-05-21T09:55:41.042Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28902026-05-21T09:55:41.542Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28912026-05-21T09:55:41.545Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28922026-05-21T09:55:41.776Z Checking fatfs v0.3.6
28932026-05-21T09:55:41.893Z Checking cargo-platform v0.2.0
28942026-05-21T09:55:42.118Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28952026-05-21T09:55:42.275Z Compiling petname v2.0.2
28962026-05-21T09:55:42.790Z Compiling seq-macro v0.3.6
28972026-05-21T09:55:43.447Z Checking cargo_metadata v0.21.0
28982026-05-21T09:55:43.490Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28992026-05-21T09:55:43.977Z Compiling samael v0.0.19
29002026-05-21T09:55:44.251Z Checking concurrent-queue v2.5.0
29012026-05-21T09:55:44.482Z Checking rtoolbox v0.0.3
29022026-05-21T09:55:44.657Z Checking parking v2.2.1
29032026-05-21T09:55:44.821Z Checking event-listener v5.4.1
29042026-05-21T09:55:45.078Z Checking rpassword v7.4.0
29052026-05-21T09:55:45.642Z Checking tui-tree-widget v0.23.1
29062026-05-21T09:55:45.711Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
29072026-05-21T09:55:45.867Z Checking polyval v0.6.2
29082026-05-21T09:55:45.909Z Checking sapling-renderdag v0.1.0
29092026-05-21T09:55:46.072Z Checking sync-ptr v0.1.4
29102026-05-21T09:55:46.186Z Checking ghash v0.5.1
29112026-05-21T09:55:46.230Z Checking event-listener-strategy v0.5.4
29122026-05-21T09:55:46.343Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
29132026-05-21T09:55:46.404Z Checking ctr v0.9.2
29142026-05-21T09:55:46.574Z Checking arrayvec v0.7.6
29152026-05-21T09:55:46.612Z Checking arrayref v0.3.9
29162026-05-21T09:55:46.720Z Checking constant_time_eq v0.4.2
29172026-05-21T09:55:46.797Z Checking futures-timer v3.0.3
29182026-05-21T09:55:46.900Z Checking aes-gcm v0.10.3
29192026-05-21T09:55:47.063Z Checking async-lock v3.4.2
29202026-05-21T09:55:47.096Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
29212026-05-21T09:55:47.480Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29222026-05-21T09:55:48.213Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
29232026-05-21T09:55:49.036Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29242026-05-21T09:55:49.146Z Checking ssh-encoding v0.2.0
29252026-05-21T09:55:49.383Z Checking blowfish v0.9.1
29262026-05-21T09:55:49.591Z Checking bcrypt-pbkdf v0.10.0
29272026-05-21T09:55:49.800Z Checking ssh-cipher v0.2.0
29282026-05-21T09:55:50.017Z Checking async-object-pool v0.2.0
29292026-05-21T09:55:50.168Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29302026-05-21T09:55:50.214Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
29312026-05-21T09:55:50.269Z Checking serde_regex v1.1.0
29322026-05-21T09:55:50.468Z Checking password-hash v0.4.2
29332026-05-21T09:55:50.559Z Checking assert-json-diff v2.0.2
29342026-05-21T09:55:50.726Z Checking path-tree v0.8.3
29352026-05-21T09:55:50.766Z Compiling target-lexicon v0.13.3
29362026-05-21T09:55:50.881Z Checking gimli v0.32.3
29372026-05-21T09:55:50.951Z Checking stringmetrics v2.2.2
29382026-05-21T09:55:51.143Z Checking httpmock v0.8.3
29392026-05-21T09:55:51.364Z Checking pbkdf2 v0.11.0
29402026-05-21T09:55:51.578Z Compiling git2 v0.20.4
29412026-05-21T09:55:51.634Z Checking ssh-key v0.6.7
29422026-05-21T09:55:52.432Z Checking addr2line v0.25.1
29432026-05-21T09:55:52.738Z Checking p521 v0.13.3
29442026-05-21T09:55:53.087Z Checking p256 v0.13.2
29452026-05-21T09:55:53.356Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29462026-05-21T09:55:53.392Z Checking russh-cryptovec v0.7.3
29472026-05-21T09:55:53.395Z Checking rustc-demangle v0.1.27
29482026-05-21T09:55:53.566Z Compiling guppy-workspace-hack v0.1.0
29492026-05-21T09:55:53.635Z Checking md5 v0.7.0
29502026-05-21T09:55:53.695Z Checking backtrace v0.3.76
29512026-05-21T09:55:53.850Z Checking russh-keys v0.45.0
29522026-05-21T09:55:54.383Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29532026-05-21T09:55:54.426Z Checking num-bigint v0.4.6
29542026-05-21T09:55:54.461Z Checking des v0.8.1
29552026-05-21T09:55:54.616Z Compiling blake3 v1.8.3
29562026-05-21T09:55:54.655Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29572026-05-21T09:55:54.708Z Compiling target-spec v3.5.7
29582026-05-21T09:55:54.984Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
29592026-05-21T09:55:55.132Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29602026-05-21T09:55:55.279Z Checking cfg-expr v0.20.6
29612026-05-21T09:55:55.419Z Checking russh v0.45.0
29622026-05-21T09:55:55.635Z Checking backtrace-ext v0.2.1
29632026-05-21T09:55:55.701Z Checking supports-color v2.1.0
29642026-05-21T09:55:55.803Z Checking textwrap v0.15.2
29652026-05-21T09:55:55.806Z Checking supports-hyperlinks v2.1.0
29662026-05-21T09:55:55.870Z Checking supports-unicode v2.1.0
29672026-05-21T09:55:55.984Z Checking hashbrown v0.14.5
29682026-05-21T09:55:56.019Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29692026-05-21T09:55:56.051Z Checking cargo-platform v0.3.2
29702026-05-21T09:55:56.250Z Checking socket2 v0.5.10
29712026-05-21T09:55:56.284Z Checking terminal_size v0.1.17
29722026-05-21T09:55:56.432Z Compiling miette-derive v5.10.0
29732026-05-21T09:55:56.501Z Checking internet-checksum v0.2.1
29742026-05-21T09:55:56.541Z Checking owo-colors v3.5.0
29752026-05-21T09:55:56.658Z Checking chumsky v0.9.3
29762026-05-21T09:55:57.119Z Checking cargo_metadata v0.23.1
29772026-05-21T09:55:57.646Z Checking miette v5.10.0
29782026-05-21T09:55:57.934Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29792026-05-21T09:55:57.968Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29802026-05-21T09:55:58.025Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29812026-05-21T09:55:58.174Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
29822026-05-21T09:55:58.398Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29832026-05-21T09:55:58.437Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29842026-05-21T09:55:58.703Z Compiling knuffel-derive v3.2.0
29852026-05-21T09:55:58.785Z Checking httptest v0.16.4
29862026-05-21T09:55:58.960Z Checking pathdiff v0.2.3
29872026-05-21T09:55:59.207Z Checking nested v0.1.1
29882026-05-21T09:55:59.246Z Compiling polar-core v0.27.3
29892026-05-21T09:55:59.298Z Checking topological-sort v0.2.2
29902026-05-21T09:55:59.391Z Checking guppy v0.17.25
29912026-05-21T09:55:59.427Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29922026-05-21T09:55:59.492Z Checking omicron-zone-package v0.12.2
29932026-05-21T09:55:59.707Z Checking similar-asserts v1.7.0
29942026-05-21T09:55:59.906Z Compiling target-triple v1.0.0
29952026-05-21T09:56:00.248Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29962026-05-21T09:56:00.454Z Checking knuffel v3.2.0
29972026-05-21T09:56:00.458Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29982026-05-21T09:56:00.523Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
29992026-05-21T09:56:00.526Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
30002026-05-21T09:56:01.115Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
30012026-05-21T09:56:01.149Z Checking hickory-client v0.25.2
30022026-05-21T09:56:01.356Z Checking tokio-test v0.4.5
30032026-05-21T09:56:01.475Z Checking escape8259 v0.5.3
30042026-05-21T09:56:01.599Z Compiling assert_cmd v2.1.2
30052026-05-21T09:56:01.645Z Checking libtest-mimic v0.8.1
30062026-05-21T09:56:02.022Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
30072026-05-21T09:56:02.120Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
30082026-05-21T09:56:02.259Z Checking blake2b_simd v1.0.4
30092026-05-21T09:56:02.404Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
30102026-05-21T09:56:02.707Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
30112026-05-21T09:56:02.917Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30122026-05-21T09:56:02.952Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
30132026-05-21T09:56:03.129Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30142026-05-21T09:56:03.190Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
30152026-05-21T09:56:03.430Z Checking fancy-regex v0.14.0
30162026-05-21T09:56:03.544Z Checking serde_tokenstream v0.2.3
30172026-05-21T09:56:03.682Z Checking approx v0.5.1
30182026-05-21T09:56:03.804Z Compiling rstest_macros v0.25.0
30192026-05-21T09:56:03.846Z Checking uzers v0.12.2
30202026-05-21T09:56:03.881Z Checking termcolor v1.4.1
30212026-05-21T09:56:04.097Z Checking constant_time_eq v0.3.1
30222026-05-21T09:56:04.131Z Compiling linkme-impl v0.3.35
30232026-05-21T09:56:04.235Z Checking rust-argon2 v2.1.0
30242026-05-21T09:56:04.283Z Checking trybuild v1.0.116
30252026-05-21T09:56:04.393Z Checking oso v0.27.3
30262026-05-21T09:56:04.511Z Checking datatest-stable v0.3.3
30272026-05-21T09:56:04.818Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
30282026-05-21T09:56:04.888Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30292026-05-21T09:56:04.924Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
30302026-05-21T09:56:05.123Z Checking support-bundle-viewer v0.1.2
30312026-05-21T09:56:05.184Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
30322026-05-21T09:56:05.359Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
30332026-05-21T09:56:05.403Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
30342026-05-21T09:56:05.436Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
30352026-05-21T09:56:05.594Z Checking drift v0.1.4
30362026-05-21T09:56:05.629Z Checking rand_distr v0.5.1
30372026-05-21T09:56:05.664Z Checking multimap v0.10.1
30382026-05-21T09:56:05.733Z Compiling linkme v0.3.35
30392026-05-21T09:56:05.907Z Compiling relative-path v1.9.3
30402026-05-21T09:56:05.941Z Checking dropshot-api-manager v0.7.1
30412026-05-21T09:56:06.293Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30422026-05-21T09:56:06.979Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
30432026-05-21T09:56:07.067Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
30442026-05-21T09:56:07.321Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
30452026-05-21T09:56:07.595Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30462026-05-21T09:56:07.689Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
30472026-05-21T09:56:07.759Z Checking cargo_toml v0.21.0
30482026-05-21T09:56:07.805Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
30492026-05-21T09:56:08.138Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30502026-05-21T09:56:08.290Z Checking partial-io v0.5.4
30512026-05-21T09:56:08.401Z Checking termios v0.3.3
30522026-05-21T09:56:08.485Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
30532026-05-21T09:56:08.587Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30542026-05-21T09:56:08.620Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30552026-05-21T09:56:09.668Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30562026-05-21T09:56:09.881Z Checking rstest v0.25.0
30572026-05-21T09:56:13.147Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30582026-05-21T09:56:14.155Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30592026-05-21T09:56:18.300Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30602026-05-21T09:56:21.385Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30612026-05-21T09:56:25.790Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30622026-05-21T09:56:28.118Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30632026-05-21T09:56:32.515Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30642026-05-21T09:56:32.930Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30652026-05-21T09:56:34.380Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30662026-05-21T09:56:42.806Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30672026-05-21T09:56:46.468Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30682026-05-21T09:58:00.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 13s
30692026-05-21T09:58:00.749Z
30702026-05-21T09:58:00.749Zreal 4:16.544547326
30712026-05-21T09:58:00.749Zuser 21:51.227806976
30722026-05-21T09:58:00.749Zsys 5:15.042295452
30732026-05-21T09:58:00.749Ztrap 0.506027594
30742026-05-21T09:58:00.749Ztflt 0.495778133
30752026-05-21T09:58:00.749Zdflt 0.424233866
30762026-05-21T09:58:00.753Zkflt 0.005756541
30772026-05-21T09:58:00.753Zlock 1:00:27.275358288
30782026-05-21T09:58:00.753Zslp 1:00:10.503421469
30792026-05-21T09:58:00.753Zlat 1:55.087584226
30802026-05-21T09:58:00.753Zstop 11:27.492508216
30812026-05-21T09:58:00.753Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30822026-05-21T09:58:00.753Z+ ptime -m cargo doc --workspace --no-deps
30832026-05-21T09:58:01.661Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30842026-05-21T09:58:01.661Z |
30852026-05-21T09:58:01.661Z = 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)`
30862026-05-21T09:58:01.661Z = 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>
30872026-05-21T09:58:02.730Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30882026-05-21T09:58:02.976Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30892026-05-21T09:58:03.023Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30902026-05-21T09:58:03.089Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30912026-05-21T09:58:03.157Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
30922026-05-21T09:58:03.253Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30932026-05-21T09:58:03.284Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30942026-05-21T09:58:03.284Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30952026-05-21T09:58:03.335Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30962026-05-21T09:58:03.360Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30972026-05-21T09:58:03.536Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30982026-05-21T09:58:03.565Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30992026-05-21T09:58:03.568Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31002026-05-21T09:58:03.614Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31012026-05-21T09:58:03.668Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31022026-05-21T09:58:03.711Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31032026-05-21T09:58:03.734Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31042026-05-21T09:58:03.758Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31052026-05-21T09:58:03.762Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31062026-05-21T09:58:03.805Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31072026-05-21T09:58:04.085Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31082026-05-21T09:58:04.138Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31092026-05-21T09:58:04.266Z Checking omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31102026-05-21T09:58:04.293Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31112026-05-21T09:58:04.439Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31122026-05-21T09:58:04.465Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31132026-05-21T09:58:04.497Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31142026-05-21T09:58:04.666Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31152026-05-21T09:58:04.691Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31162026-05-21T09:58:04.981Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31172026-05-21T09:58:05.089Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31182026-05-21T09:58:05.207Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31192026-05-21T09:58:05.232Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31202026-05-21T09:58:05.257Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31212026-05-21T09:58:05.428Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31222026-05-21T09:58:05.524Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31232026-05-21T09:58:05.595Z Checking key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31242026-05-21T09:58:05.618Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31252026-05-21T09:58:05.641Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31262026-05-21T09:58:05.726Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31272026-05-21T09:58:05.867Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31282026-05-21T09:58:05.939Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31292026-05-21T09:58:06.019Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
31302026-05-21T09:58:06.049Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31312026-05-21T09:58:06.173Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31322026-05-21T09:58:06.247Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
31332026-05-21T09:58:06.278Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31342026-05-21T09:58:06.369Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31352026-05-21T09:58:06.438Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31362026-05-21T09:58:06.462Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31372026-05-21T09:58:06.544Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
31382026-05-21T09:58:07.030Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31392026-05-21T09:58:07.108Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31402026-05-21T09:58:07.312Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31412026-05-21T09:58:07.312Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31422026-05-21T09:58:07.360Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31432026-05-21T09:58:07.736Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31442026-05-21T09:58:07.797Z Checking oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31452026-05-21T09:58:08.610Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31462026-05-21T09:58:08.847Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31472026-05-21T09:58:08.874Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31482026-05-21T09:58:09.110Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31492026-05-21T09:58:09.349Z Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31502026-05-21T09:58:09.596Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31512026-05-21T09:58:09.655Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31522026-05-21T09:58:09.723Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31532026-05-21T09:58:10.120Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31542026-05-21T09:58:10.742Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31552026-05-21T09:58:11.145Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31562026-05-21T09:58:11.568Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31572026-05-21T09:58:11.594Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31582026-05-21T09:58:11.782Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31592026-05-21T09:58:11.981Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31602026-05-21T09:58:12.048Z Checking oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31612026-05-21T09:58:12.148Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31622026-05-21T09:58:12.236Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31632026-05-21T09:58:12.326Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31642026-05-21T09:58:12.350Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31652026-05-21T09:58:12.681Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31662026-05-21T09:58:12.706Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31672026-05-21T09:58:12.764Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31682026-05-21T09:58:12.971Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31692026-05-21T09:58:13.200Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
31702026-05-21T09:58:13.349Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31712026-05-21T09:58:13.505Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
31722026-05-21T09:58:13.595Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31732026-05-21T09:58:13.781Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31742026-05-21T09:58:13.840Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31752026-05-21T09:58:13.940Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31762026-05-21T09:58:14.151Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31772026-05-21T09:58:14.387Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31782026-05-21T09:58:14.532Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31792026-05-21T09:58:14.908Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31802026-05-21T09:58:14.944Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31812026-05-21T09:58:15.181Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31822026-05-21T09:58:15.206Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31832026-05-21T09:58:15.231Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
31842026-05-21T09:58:15.280Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31852026-05-21T09:58:15.283Z Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31862026-05-21T09:58:15.404Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31872026-05-21T09:58:15.827Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31882026-05-21T09:58:15.865Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31892026-05-21T09:58:15.890Z Checking nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31902026-05-21T09:58:16.233Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31912026-05-21T09:58:16.554Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31922026-05-21T09:58:17.078Z Checking bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31932026-05-21T09:58:17.163Z Checking illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31942026-05-21T09:58:17.227Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31952026-05-21T09:58:17.454Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31962026-05-21T09:58:17.760Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31972026-05-21T09:58:18.124Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31982026-05-21T09:58:18.195Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
31992026-05-21T09:58:18.499Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32002026-05-21T09:58:18.684Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
32012026-05-21T09:58:18.806Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32022026-05-21T09:58:18.835Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32032026-05-21T09:58:18.854Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32042026-05-21T09:58:19.114Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32052026-05-21T09:58:19.139Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32062026-05-21T09:58:19.337Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32072026-05-21T09:58:19.394Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
32082026-05-21T09:58:19.418Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
32092026-05-21T09:58:19.502Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32102026-05-21T09:58:19.758Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32112026-05-21T09:58:20.010Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32122026-05-21T09:58:20.052Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32132026-05-21T09:58:20.104Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32142026-05-21T09:58:20.261Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32152026-05-21T09:58:20.444Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32162026-05-21T09:58:20.507Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32172026-05-21T09:58:20.718Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
32182026-05-21T09:58:20.777Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32192026-05-21T09:58:20.804Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32202026-05-21T09:58:20.878Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32212026-05-21T09:58:20.955Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32222026-05-21T09:58:21.198Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32232026-05-21T09:58:21.269Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32242026-05-21T09:58:21.360Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32252026-05-21T09:58:21.411Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32262026-05-21T09:58:21.482Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32272026-05-21T09:58:21.676Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32282026-05-21T09:58:21.701Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32292026-05-21T09:58:21.747Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32302026-05-21T09:58:21.773Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32312026-05-21T09:58:21.988Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32322026-05-21T09:58:22.018Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
32332026-05-21T09:58:22.079Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
32342026-05-21T09:58:22.308Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
32352026-05-21T09:58:22.556Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32362026-05-21T09:58:22.954Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32372026-05-21T09:58:22.954Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32382026-05-21T09:58:23.170Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32392026-05-21T09:58:23.380Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
32402026-05-21T09:58:23.532Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32412026-05-21T09:58:23.618Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32422026-05-21T09:58:23.649Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32432026-05-21T09:58:24.011Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32442026-05-21T09:58:24.480Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
32452026-05-21T09:58:24.575Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
32462026-05-21T09:58:24.607Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32472026-05-21T09:58:24.766Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
32482026-05-21T09:58:24.905Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32492026-05-21T09:58:25.099Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32502026-05-21T09:58:25.179Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32512026-05-21T09:58:25.307Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32522026-05-21T09:58:25.329Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32532026-05-21T09:58:25.354Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32542026-05-21T09:58:25.387Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32552026-05-21T09:58:25.445Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32562026-05-21T09:58:25.560Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
32572026-05-21T09:58:25.750Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32582026-05-21T09:58:25.754Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32592026-05-21T09:58:25.797Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32602026-05-21T09:58:26.287Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32612026-05-21T09:58:26.338Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
32622026-05-21T09:58:26.553Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32632026-05-21T09:58:27.115Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32642026-05-21T09:58:27.163Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32652026-05-21T09:58:27.359Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32662026-05-21T09:58:27.432Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32672026-05-21T09:58:27.704Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32682026-05-21T09:58:27.980Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32692026-05-21T09:58:28.131Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
32702026-05-21T09:58:29.544Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32712026-05-21T09:58:30.021Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
32722026-05-21T09:58:30.797Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
32732026-05-21T09:58:32.445Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32742026-05-21T09:58:32.970Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32752026-05-21T09:58:33.450Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
32762026-05-21T09:58:33.658Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32772026-05-21T09:58:33.709Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32782026-05-21T09:58:34.250Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32792026-05-21T09:58:34.280Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32802026-05-21T09:58:35.011Z Checking mg-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371)
32812026-05-21T09:58:35.255Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32822026-05-21T09:58:35.354Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32832026-05-21T09:58:35.505Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32842026-05-21T09:58:35.563Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32852026-05-21T09:58:35.838Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371)
32862026-05-21T09:58:38.183Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
32872026-05-21T09:58:38.327Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
32882026-05-21T09:58:38.451Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32892026-05-21T09:58:38.615Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32902026-05-21T09:58:38.695Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32912026-05-21T09:58:39.041Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
32922026-05-21T09:58:39.094Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
32932026-05-21T09:58:39.487Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32942026-05-21T09:58:39.846Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32952026-05-21T09:58:40.110Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32962026-05-21T09:58:40.724Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32972026-05-21T09:58:41.369Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32982026-05-21T09:58:41.495Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
32992026-05-21T09:58:42.207Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33002026-05-21T09:58:42.633Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
33012026-05-21T09:58:42.878Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33022026-05-21T09:58:44.383Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33032026-05-21T09:58:44.457Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33042026-05-21T09:58:44.734Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33052026-05-21T09:58:45.188Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33062026-05-21T09:58:45.392Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
33072026-05-21T09:58:45.824Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
33082026-05-21T09:58:47.124Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33092026-05-21T09:58:47.547Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33102026-05-21T09:58:47.904Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33112026-05-21T09:58:48.167Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33122026-05-21T09:58:48.459Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33132026-05-21T09:58:48.693Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
33142026-05-21T09:58:48.864Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33152026-05-21T09:58:49.959Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33162026-05-21T09:58:50.064Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
33172026-05-21T09:58:50.529Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33182026-05-21T09:58:51.095Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33192026-05-21T09:58:51.861Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
33202026-05-21T09:58:52.268Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33212026-05-21T09:58:52.715Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33222026-05-21T09:58:53.757Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33232026-05-21T09:58:54.165Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33242026-05-21T09:58:54.716Z Documenting ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
33252026-05-21T09:58:55.423Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
33262026-05-21T09:58:56.288Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33272026-05-21T09:58:56.659Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33282026-05-21T09:58:56.762Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33292026-05-21T09:58:57.407Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33302026-05-21T09:58:58.485Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33312026-05-21T09:58:58.635Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33322026-05-21T09:58:59.333Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33332026-05-21T09:58:59.887Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33342026-05-21T09:58:59.926Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33352026-05-21T09:59:00.228Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33362026-05-21T09:59:00.722Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33372026-05-21T09:59:01.144Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33382026-05-21T09:59:01.530Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33392026-05-21T09:59:02.116Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33402026-05-21T09:59:02.222Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33412026-05-21T09:59:02.997Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33422026-05-21T09:59:03.040Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33432026-05-21T09:59:03.043Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33442026-05-21T09:59:03.121Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
33452026-05-21T09:59:03.193Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33462026-05-21T09:59:03.231Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33472026-05-21T09:59:03.836Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33482026-05-21T09:59:03.861Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
33492026-05-21T09:59:04.040Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
33502026-05-21T09:59:05.793Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
33512026-05-21T09:59:05.844Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
33522026-05-21T09:59:06.104Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33532026-05-21T09:59:09.256Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33542026-05-21T09:59:12.447Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33552026-05-21T09:59:13.350Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
33562026-05-21T09:59:14.498Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33572026-05-21T09:59:15.314Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33582026-05-21T09:59:16.555Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
33592026-05-21T09:59:18.389Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33602026-05-21T09:59:19.462Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33612026-05-21T09:59:20.930Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
33622026-05-21T09:59:21.217Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33632026-05-21T09:59:22.205Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
33642026-05-21T09:59:23.238Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
33652026-05-21T09:59:27.255Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
33662026-05-21T09:59:32.068Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
33672026-05-21T09:59:33.230Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
33682026-05-21T09:59:33.887Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33692026-05-21T09:59:34.450Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33702026-05-21T09:59:35.872Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
33712026-05-21T09:59:37.204Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
33722026-05-21T09:59:38.503Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
33732026-05-21T09:59:39.773Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33742026-05-21T09:59:41.503Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33752026-05-21T09:59:42.531Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33762026-05-21T09:59:43.890Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
33772026-05-21T09:59:45.278Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33782026-05-21T09:59:46.443Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33792026-05-21T09:59:47.905Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33802026-05-21T09:59:49.159Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33812026-05-21T09:59:50.600Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33822026-05-21T09:59:52.105Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
33832026-05-21T09:59:54.455Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33842026-05-21T09:59:55.398Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33852026-05-21T09:59:56.999Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
33862026-05-21T09:59:58.743Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33872026-05-21T10:00:00.755Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33882026-05-21T10:00:02.262Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33892026-05-21T10:00:04.018Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33902026-05-21T10:00:05.818Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33912026-05-21T10:00:07.519Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33922026-05-21T10:00:11.487Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
33932026-05-21T10:00:12.880Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33942026-05-21T10:00:13.621Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33952026-05-21T10:00:14.369Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33962026-05-21T10:00:18.520Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33972026-05-21T10:00:18.769Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33982026-05-21T10:00:20.821Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33992026-05-21T10:00:23.286Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
34002026-05-21T10:00:25.304Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
34012026-05-21T10:00:27.685Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
34022026-05-21T10:00:29.510Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
34032026-05-21T10:00:31.614Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
34042026-05-21T10:00:33.665Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34052026-05-21T10:00:35.721Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
34062026-05-21T10:00:37.802Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
34072026-05-21T10:00:39.623Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
34082026-05-21T10:00:41.685Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
34092026-05-21T10:00:44.124Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
34102026-05-21T10:00:45.923Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34112026-05-21T10:00:48.136Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34122026-05-21T10:00:50.207Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34132026-05-21T10:00:52.313Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
34142026-05-21T10:00:54.515Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
34152026-05-21T10:00:56.634Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
34162026-05-21T10:00:58.763Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
34172026-05-21T10:01:00.958Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
34182026-05-21T10:01:01.618Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
34192026-05-21T10:01:05.607Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
34202026-05-21T10:01:07.852Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
34212026-05-21T10:01:10.228Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
34222026-05-21T10:01:12.623Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34232026-05-21T10:01:15.353Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
34242026-05-21T10:01:17.400Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34252026-05-21T10:01:19.861Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
34262026-05-21T10:01:22.814Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34272026-05-21T10:01:24.751Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
34282026-05-21T10:01:27.452Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
34292026-05-21T10:01:29.461Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
34302026-05-21T10:01:31.936Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
34312026-05-21T10:01:34.340Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34322026-05-21T10:01:36.871Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34332026-05-21T10:01:39.463Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
34342026-05-21T10:01:41.886Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
34352026-05-21T10:01:44.384Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
34362026-05-21T10:01:46.986Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
34372026-05-21T10:01:49.398Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
34382026-05-21T10:01:51.812Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34392026-05-21T10:01:54.467Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34402026-05-21T10:01:56.978Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
34412026-05-21T10:01:59.461Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
34422026-05-21T10:02:02.373Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
34432026-05-21T10:02:04.667Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
34442026-05-21T10:02:12.068Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
34452026-05-21T10:02:12.356Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
34462026-05-21T10:02:15.660Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
34472026-05-21T10:02:19.038Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
34482026-05-21T10:02:23.580Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
34492026-05-21T10:02:26.385Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
34502026-05-21T10:02:29.981Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34512026-05-21T10:02:33.731Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
34522026-05-21T10:02:37.277Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
34532026-05-21T10:02:40.963Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
34542026-05-21T10:02:44.580Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
34552026-05-21T10:02:48.187Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34562026-05-21T10:02:51.801Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
34572026-05-21T10:02:55.409Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
34582026-05-21T10:02:59.245Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
34592026-05-21T10:03:02.801Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
34602026-05-21T10:03:06.401Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34612026-05-21T10:03:10.057Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
34622026-05-21T10:03:13.741Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
34632026-05-21T10:03:17.490Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
34642026-05-21T10:03:21.042Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
34652026-05-21T10:03:24.915Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34662026-05-21T10:03:28.422Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
34672026-05-21T10:03:32.168Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
34682026-05-21T10:03:35.882Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
34692026-05-21T10:03:39.595Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
34702026-05-21T10:04:08.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 08s
34712026-05-21T10:04:09.129Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 196 other files
34722026-05-21T10:04:09.240Z
34732026-05-21T10:04:09.240Zreal 6:08.398025934
34742026-05-21T10:04:09.241Zuser 18:39.811083847
34752026-05-21T10:04:09.241Zsys 3:59.608697240
34762026-05-21T10:04:09.241Ztrap 0.285246167
34772026-05-21T10:04:09.241Ztflt 0.085782073
34782026-05-21T10:04:09.241Zdflt 0.034233020
34792026-05-21T10:04:09.241Zkflt 0.000035347
34802026-05-21T10:04:09.250Zlock 5:15:47.153434475
34812026-05-21T10:04:09.250Zslp 1:59:48.143516456
34822026-05-21T10:04:09.250Zlat 41.163693944
34832026-05-21T10:04:09.250Zstop 1:51.528296732
34842026-05-21T10:04:09.250Zprocess exited: duration 763811 ms, exit code 0
 
34852026-05-21T10:04:09.266Zfound 0 output files