01KSAQK2KFT6V3NJ2CZFQJSH2T: clippy (helios)

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

Buildomat Job: 01KSAQKCX2DAQ7K0BGRV6ABJAA

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-23T15:35:52.301Zjob assigned to worker 01KSAQKQAR9GCN5ZCZ4ZND8DC6 [factory aws, i-0752e8fd65a9c3252] (queued for 52 s)
 
22026-05-23T15:35:59.132Zstarting task 0: "setup"
32026-05-23T15:35:59.137Z++ uname -s
42026-05-23T15:35:59.139Z+ kern=SunOS
52026-05-23T15:35:59.139Z+ build_user=build
62026-05-23T15:35:59.139Z+ build_uid=12345
72026-05-23T15:35:59.140Z+ work_dir=/work
82026-05-23T15:35:59.140Z+ input_dir=/input
92026-05-23T15:35:59.140Z+ [[ 0 == 12345 ]]
102026-05-23T15:35:59.140Z+ case "$kern" in
112026-05-23T15:35:59.140Z+ groupadd -g 12345 build
122026-05-23T15:35:59.142Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-23T15:36:01.147Z+ zfs create -o mountpoint=/work rpool/work
142026-05-23T15:36:01.247Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-23T15:36:01.250Z+ home_fs=zfs
162026-05-23T15:36:01.251Z+ [[ zfs == autofs ]]
172026-05-23T15:36:01.251Z+ mkdir -p /home/build
182026-05-23T15:36:01.251Z+ chown build:build /home/build /work
192026-05-23T15:36:03.252Z+ chmod 0700 /home/build /work
202026-05-23T15:36:03.255Zprocess exited: duration 4123 ms, exit code 0
 
212026-05-23T15:36:03.261Zstarting task 1: "rust-toolchain"
222026-05-23T15:36:03.265Z * rust toolchain channel = "1.94.0"
232026-05-23T15:36:03.266Z * rust toolchain profile = "default"
242026-05-23T15:36:03.266Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
252026-05-23T15:36:03.266Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-23T15:36:03.266Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-23T15:36:03.266Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-23T15:36:03.269Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-23T15:36:03.269Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-23T15:36:03.376Zinfo: downloading installer
312026-05-23T15:36:04.704Zwarn: It looks like you have an existing rustup settings file at:
322026-05-23T15:36:04.704Zwarn: /home/build/.rustup/settings.toml
332026-05-23T15:36:04.705Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-23T15:36:04.705Zwarn: instead of the one inferred from the default host triple.
352026-05-23T15:36:04.717Zinfo: profile set to default
362026-05-23T15:36:04.717Zinfo: default host triple is x86_64-unknown-illumos
372026-05-23T15:36:04.720Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-23T15:36:04.850Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-23T15:36:04.853Zinfo: downloading 6 components
402026-05-23T15:36:18.887Z
412026-05-23T15:36:18.887Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
422026-05-23T15:36:18.917Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-23T15:36:18.917Z
442026-05-23T15:36:18.917Z
452026-05-23T15:36:18.917ZRust is installed now. Great!
462026-05-23T15:36:18.917Z
472026-05-23T15:36:18.917ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-23T15:36:18.917Zenvironment variable. This has not been done automatically.
492026-05-23T15:36:18.917Z
502026-05-23T15:36:18.917ZTo configure your current shell, you need to source
512026-05-23T15:36:18.917Zthe corresponding env file under $HOME/.cargo.
522026-05-23T15:36:18.917Z
532026-05-23T15:36:18.917ZThis is usually done by running one of the following (note the leading DOT):
542026-05-23T15:36:18.920Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-23T15:36:18.920Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-23T15:36:18.920Zsource "~/.cargo/env.nu" # For nushell
572026-05-23T15:36:18.920Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-23T15:36:18.920Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-23T15:36:18.920Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-23T15:36:18.920Zwarn: no default linker (`cc`) was found in your PATH
612026-05-23T15:36:18.920Zwarn: many Rust crates require a system C toolchain to build
622026-05-23T15:36:19.010Z+ rustup --version
632026-05-23T15:36:19.019Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-23T15:36:19.021Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-23T15:36:19.040Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-23T15:36:19.043Z+ cargo --version
672026-05-23T15:36:19.055Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-23T15:36:19.058Z+ rustc --version
692026-05-23T15:36:19.078Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-23T15:36:19.081Zprocess exited: duration 15818 ms, exit code 0
 
712026-05-23T15:36:19.086Zstarting task 2: "authentication"
722026-05-23T15:36:19.102Zprocess exited: duration 15 ms, exit code 0
 
732026-05-23T15:36:19.109Zstarting task 3: "clone repository"
742026-05-23T15:36:19.111Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-23T15:36:19.114Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-23T15:36:19.152ZCloning into '/work/oxidecomputer/omicron'...
772026-05-23T15:36:29.792Z+ cd /work/oxidecomputer/omicron
782026-05-23T15:36:29.792Z+ git fetch origin 02064d20f7cb6dd1eda05799b621dc965429ad5e
792026-05-23T15:36:30.080ZFrom https://github.com/oxidecomputer/omicron
802026-05-23T15:36:30.080Z * branch 02064d20f7cb6dd1eda05799b621dc965429ad5e -> FETCH_HEAD
812026-05-23T15:36:30.090Z+ [[ -n zl/multicast-m2p-forwarding ]]
822026-05-23T15:36:30.093Z++ git branch --show-current
832026-05-23T15:36:30.093Z+ current=main
842026-05-23T15:36:30.093Z+ [[ main != zl/multicast-m2p-forwarding ]]
852026-05-23T15:36:30.093Z+ git branch -f zl/multicast-m2p-forwarding 02064d20f7cb6dd1eda05799b621dc965429ad5e
862026-05-23T15:36:30.096Z+ git checkout -f zl/multicast-m2p-forwarding
872026-05-23T15:36:30.325ZSwitched to branch 'zl/multicast-m2p-forwarding'
882026-05-23T15:36:30.328Z+ git reset --hard 02064d20f7cb6dd1eda05799b621dc965429ad5e
892026-05-23T15:36:30.342ZHEAD is now at 02064d20f merge e2e
902026-05-23T15:36:30.344Zprocess exited: duration 11235 ms, exit code 0
 
912026-05-23T15:36:30.350Zstarting task 4: "build"
922026-05-23T15:36:30.354Z+ source ./env.sh
932026-05-23T15:36:30.355Z++ OLD_SHELL_OPTS=ehxB
942026-05-23T15:36:30.355Z++ set -o xtrace
952026-05-23T15:36:30.358Z++++ dirname ./env.sh
962026-05-23T15:36:30.360Z+++ readlink -f .
972026-05-23T15:36:30.363Z++ OMICRON_WS=/work/oxidecomputer/omicron
982026-05-23T15:36:30.363Z++ 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-23T15:36:30.363Z++ 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-23T15:36:30.363Z++ 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-23T15:36:30.363Z++ 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-23T15:36:30.363Z++ 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-23T15:36:30.363Z++ 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-23T15:36:30.363Z++ 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-23T15:36:30.363Z++ 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-23T15:36:30.363Z++ 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-23T15:36:30.363Z++ 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-23T15:36:30.363Z++ case $OLD_SHELL_OPTS in
1092026-05-23T15:36:30.363Z++ unset OLD_SHELL_OPTS OMICRON_WS
1102026-05-23T15:36:30.363Z+ source .github/buildomat/ci-env.sh
1112026-05-23T15:36:30.363Z++ export CARGO_TERM_COLOR=always
1122026-05-23T15:36:30.364Z++ CARGO_TERM_COLOR=always
1132026-05-23T15:36:30.364Z+ cargo --version
1142026-05-23T15:36:30.371Zcargo 1.94.0 (85eff7c80 2026-01-15)
1152026-05-23T15:36:30.374Z+ rustc --version
1162026-05-23T15:36:30.394Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1172026-05-23T15:36:30.397Z+ banner prerequisites
1182026-05-23T15:36:30.400Z
1192026-05-23T15:36:30.400Z ##### ##### ###### ##### ###### #### # # # #### #
1202026-05-23T15:36:30.400Z # # # # # # # # # # # # # # #
1212026-05-23T15:36:30.400Z # # # # ##### # # ##### # # # # # #### #
1222026-05-23T15:36:30.400Z ##### ##### # ##### # # # # # # # # #
1232026-05-23T15:36:30.400Z # # # # # # # # # # # # # # #
1242026-05-23T15:36:30.400Z # # # ###### # # ###### ### # #### # #### #
1252026-05-23T15:36:30.400Z
1262026-05-23T15:36:30.400Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1272026-05-23T15:36:31.858Z Startup: Refreshing catalog 'helios' ... Done
1282026-05-23T15:36:31.927Z Startup: Caching catalogs ... Done
1292026-05-23T15:36:32.186ZPlanning: Solver setup ... Done (0.224s)
1302026-05-23T15:36:32.204ZPlanning: Running solver ... Done (0.018s)
1312026-05-23T15:36:32.209ZPlanning: Finding local manifests ... Done (0.003s)
1322026-05-23T15:36:32.220ZPlanning: Fetching manifests: 0/2 0% complete
1332026-05-23T15:36:32.242ZPlanning: Fetching manifests: 2/2 100% complete
1342026-05-23T15:36:32.255ZPlanning: Package planning ... Done (0.013s)
1352026-05-23T15:36:32.257ZPlanning: Merging actions ... Done (0.002s)
1362026-05-23T15:36:32.446ZPlanning: Checking for conflicting actions ... Done (0.189s)
1372026-05-23T15:36:32.449ZPlanning: Consolidating action changes ... Done (0.001s)
1382026-05-23T15:36:33.269ZPlanning: Evaluating mediators ... Done (0.822s)
1392026-05-23T15:36:33.272ZPlanning: Planning completed in 1.32 seconds
1402026-05-23T15:36:33.278Z Packages to install: 2
1412026-05-23T15:36:33.283Z Estimated space available: 156.07 GB
1422026-05-23T15:36:33.283ZEstimated space to be consumed: 22.53 MB
1432026-05-23T15:36:33.283Z Create boot environment: No
1442026-05-23T15:36:33.283ZCreate backup boot environment: No
1452026-05-23T15:36:33.283Z Rebuild boot archive: No
1462026-05-23T15:36:33.283Z
1472026-05-23T15:36:33.283ZChanged packages:
1482026-05-23T15:36:33.284Zhelios
1492026-05-23T15:36:33.284Z developer/build-essential
1502026-05-23T15:36:33.284Z None -> 11-3.0
1512026-05-23T15:36:33.284Z library/libxmlsec1
1522026-05-23T15:36:33.284Z None -> 1.2.35-3.0
1532026-05-23T15:36:33.303Z
1542026-05-23T15:36:33.303ZDownload: 0/214 items 0.0/1.3MB 0% complete
1552026-05-23T15:36:33.786ZDownload: Completed 1.28 MB in 0.48 seconds (2.6M/s)
1562026-05-23T15:36:33.860Z Actions: 1/268 actions (Installing new actions)
1572026-05-23T15:36:33.898Z Actions: Completed 268 actions in 0.04 seconds.
1582026-05-23T15:36:33.932ZFinalize: Updating package state database ... Done (0.034s)
1592026-05-23T15:36:33.935ZFinalize: Updating package cache ... Done (0.000s)
1602026-05-23T15:36:33.951ZFinalize: Updating image state ... Done (0.019s)
1612026-05-23T15:36:36.344ZFinalize: Creating fast lookup database ... Done (2.369s)
1622026-05-23T15:36:36.414ZFinalize: Reading search index ... Done (0.013s)
1632026-05-23T15:36:36.417ZFinalize: Updating search index ... Done (0.000s)
1642026-05-23T15:36:36.490ZFinalize: Updating package cache ... Done (0.000s)
1652026-05-23T15:36:36.795ZPlanning: Evaluating mediator changes ... Done
1662026-05-23T15:36:36.901ZPlanning: Checking for conflicting actions ... Done
1672026-05-23T15:36:36.903ZPlanning: Consolidating action changes ... Done
1682026-05-23T15:36:37.060ZPlanning: Evaluating mediators ... Done
1692026-05-23T15:36:37.063ZPlanning: Planning completed in 0.27 seconds
1702026-05-23T15:36:37.083Z Mediators to change: 2
1712026-05-23T15:36:37.083Z Create boot environment: No
1722026-05-23T15:36:37.083ZCreate backup boot environment: No
1732026-05-23T15:36:37.191ZFinalize: Updating package state database ... Done
1742026-05-23T15:36:37.191ZFinalize: Updating package cache ... Done
1752026-05-23T15:36:37.201ZFinalize: Updating image state ... Done
1762026-05-23T15:36:39.154ZFinalize: Creating fast lookup database ... Done
1772026-05-23T15:36:39.217ZFinalize: Reading search index ... Done
1782026-05-23T15:36:39.220ZFinalize: Updating search index ... Done
1792026-05-23T15:36:39.305ZFinalize: Updating package cache ... Done
1802026-05-23T15:36:39.592ZPlanning: Evaluating mediator changes ... Done
1812026-05-23T15:36:39.699ZPlanning: Checking for conflicting actions ... Done
1822026-05-23T15:36:39.702ZPlanning: Consolidating action changes ... Done
1832026-05-23T15:36:39.858ZPlanning: Evaluating mediators ... Done
1842026-05-23T15:36:39.861ZPlanning: Planning completed in 0.27 seconds
1852026-05-23T15:36:39.881Z Mediators to change: 1
1862026-05-23T15:36:39.881Z Create boot environment: No
1872026-05-23T15:36:39.881ZCreate backup boot environment: No
1882026-05-23T15:36:39.949ZFinalize: Updating package state database ... Done
1892026-05-23T15:36:39.949ZFinalize: Updating package cache ... Done
1902026-05-23T15:36:39.959ZFinalize: Updating image state ... Done
1912026-05-23T15:36:41.909ZFinalize: Creating fast lookup database ... Done
1922026-05-23T15:36:41.973ZFinalize: Reading search index ... Done
1932026-05-23T15:36:41.976ZFinalize: Updating search index ... Done
1942026-05-23T15:36:42.115ZFinalize: Updating package cache ... Done
1952026-05-23T15:36:42.427ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1962026-05-23T15:36:42.428Zapache system 2.4 system
1972026-05-23T15:36:42.428Zclang system 15 system
1982026-05-23T15:36:42.428Zcsh system system illumos
1992026-05-23T15:36:42.428Zctags system system illumos
2002026-05-23T15:36:42.428Zfile vendor vendor darwinsys
2012026-05-23T15:36:42.428Zfile system system illumos
2022026-05-23T15:36:42.428Zgcc vendor 14 vendor
2032026-05-23T15:36:42.428Zgcc system 13 system
2042026-05-23T15:36:42.428Zgcc system 10 system
2052026-05-23T15:36:42.428Zgo system 1.25 system
2062026-05-23T15:36:42.428Zllvm system 15 system
2072026-05-23T15:36:42.428Zmariadb system 11.4 system
2082026-05-23T15:36:42.428Zmta vendor vendor dma
2092026-05-23T15:36:42.428Zopenjdk system 17 system
2102026-05-23T15:36:42.428Zopenjdk system 11 system
2112026-05-23T15:36:42.428Zopenssl vendor 3 vendor
2122026-05-23T15:36:42.428Zperl system 5.40 system
2132026-05-23T15:36:42.428Zpostgresql system 18 system
2142026-05-23T15:36:42.428Zpostgresql system 17 system
2152026-05-23T15:36:42.428Zpython vendor 3 vendor
2162026-05-23T15:36:42.428Zpython system 2 system
2172026-05-23T15:36:42.428Zpython3 vendor 3.13 vendor
2182026-05-23T15:36:42.428Zruby system 3.4 system
2192026-05-23T15:36:42.428Zruby system 3.0 system
2202026-05-23T15:36:42.428Zwords vendor vendor american-english
2212026-05-23T15:36:42.428Zwords system system australian-english
2222026-05-23T15:36:42.428Zwords system system british-english
2232026-05-23T15:36:42.428Zwords system system canadian-english
2242026-05-23T15:36:42.428Zwords system system french
2252026-05-23T15:36:42.428Zwords system system italian
2262026-05-23T15:36:42.428Zwords system system ngerman
2272026-05-23T15:36:42.428Zwords system system ogerman
2282026-05-23T15:36:42.428Zwords system system spanish
2292026-05-23T15:36:42.685ZPUBLISHER TYPE STATUS P LOCATION
2302026-05-23T15:36:42.685Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2312026-05-23T15:36:42.963ZFMRI IFO
2322026-05-23T15:36:42.963Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2332026-05-23T15:36:42.963Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2342026-05-23T15:36:42.963Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2352026-05-23T15:36:42.963Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2362026-05-23T15:36:42.963Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2372026-05-23T15:36:42.963Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2382026-05-23T15:36:42.963Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2392026-05-23T15:36:42.963Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2402026-05-23T15:36:42.963Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2412026-05-23T15:36:43.222Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2422026-05-23T15:36:43.479Z Updating crates.io index
2432026-05-23T15:36:43.514Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2442026-05-23T15:36:44.210Z Updating git repository `https://github.com/oxidecomputer/lldp`
2452026-05-23T15:36:44.512Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2462026-05-23T15:36:45.004Z Updating git repository `https://github.com/oxidecomputer/propolis`
2472026-05-23T15:36:46.174Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2482026-05-23T15:36:46.670Z Updating git repository `https://github.com/oxidecomputer/crucible`
2492026-05-23T15:36:48.126Z Updating git repository `https://github.com/oxidecomputer/opte`
2502026-05-23T15:36:48.890Z Updating git repository `https://github.com/oxidecomputer/tofino`
2512026-05-23T15:36:49.358Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2522026-05-23T15:36:50.551Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-05-23T15:36:50.909Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2542026-05-23T15:36:51.251Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2552026-05-23T15:36:51.642Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2562026-05-23T15:36:52.543Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2572026-05-23T15:36:53.003Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2582026-05-23T15:36:53.319Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2592026-05-23T15:36:53.623Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2602026-05-23T15:36:53.875Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2612026-05-23T15:36:54.462Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2622026-05-23T15:36:54.696Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2632026-05-23T15:36:55.052Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2642026-05-23T15:36:55.304Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2652026-05-23T15:36:55.693Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2662026-05-23T15:36:55.993Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2672026-05-23T15:36:56.601Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2682026-05-23T15:36:56.852Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2692026-05-23T15:36:57.156Z Updating git repository `https://github.com/oxidecomputer/ispf`
2702026-05-23T15:36:57.436Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2712026-05-23T15:36:58.352Z Updating git repository `https://github.com/oxidecomputer/crucible`
2722026-05-23T15:36:59.436Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2732026-05-23T15:36:59.877Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2742026-05-23T15:37:00.281Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2752026-05-23T15:37:00.578Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2762026-05-23T15:37:00.892Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2772026-05-23T15:37:01.166Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2782026-05-23T15:37:01.776Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2792026-05-23T15:37:02.125Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2802026-05-23T15:37:02.388Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2812026-05-23T15:37:02.653Z Updating git repository `https://github.com/oxidecomputer/omicron`
2822026-05-23T15:37:15.293Z Updating git repository `https://github.com/illumos/smf-rs`
2832026-05-23T15:37:17.261Z Downloading crates ...
2842026-05-23T15:37:17.307Z Downloaded anstyle-query v1.1.5
2852026-05-23T15:37:17.310Z Downloaded autocfg v1.5.0
2862026-05-23T15:37:17.313Z Downloaded anstream v1.0.0
2872026-05-23T15:37:17.313Z Downloaded anstyle-parse v1.0.0
2882026-05-23T15:37:17.317Z Downloaded anyhow v1.0.102
2892026-05-23T15:37:17.317Z Downloaded cargo-platform v0.2.0
2902026-05-23T15:37:17.317Z Downloaded block-buffer v0.10.4
2912026-05-23T15:37:17.319Z Downloaded anstyle v1.0.14
2922026-05-23T15:37:17.324Z Downloaded serde-value v0.7.0
2932026-05-23T15:37:17.326Z Downloaded itoa v1.0.17
2942026-05-23T15:37:17.327Z Downloaded clap_lex v1.0.0
2952026-05-23T15:37:17.329Z Downloaded heck v0.5.0
2962026-05-23T15:37:17.353Z Downloaded plain v0.2.3
2972026-05-23T15:37:17.353Z Downloaded percent-encoding v2.3.2
2982026-05-23T15:37:17.353Z Downloaded crypto-common v0.1.7
2992026-05-23T15:37:17.356Z Downloaded zerofrom v0.1.6
3002026-05-23T15:37:17.356Z Downloaded usdt-macro v0.5.0
3012026-05-23T15:37:17.356Z Downloaded toml_write v0.1.2
3022026-05-23T15:37:17.356Z Downloaded equivalent v1.0.2
3032026-05-23T15:37:17.356Z Downloaded idna_adapter v1.2.1
3042026-05-23T15:37:17.356Z Downloaded heck v0.4.1
3052026-05-23T15:37:17.356Z Downloaded scroll_derive v0.12.1
3062026-05-23T15:37:17.356Z Downloaded ucd-trie v0.1.7
3072026-05-23T15:37:17.356Z Downloaded generic-array v0.14.7
3082026-05-23T15:37:17.356Z Downloaded proc-macro-error-attr v1.0.4
3092026-05-23T15:37:17.356Z Downloaded potential_utf v0.1.4
3102026-05-23T15:37:17.356Z Downloaded dof v0.3.0
3112026-05-23T15:37:17.356Z Downloaded pretty-hex v0.4.1
3122026-05-23T15:37:17.357Z Downloaded form_urlencoded v1.2.2
3132026-05-23T15:37:17.357Z Downloaded fnv v1.0.7
3142026-05-23T15:37:17.357Z Downloaded macaddr v1.0.1
3152026-05-23T15:37:17.357Z Downloaded utf8parse v0.2.2
3162026-05-23T15:37:17.357Z Downloaded yoke-derive v0.8.1
3172026-05-23T15:37:17.359Z Downloaded smawk v0.3.2
3182026-05-23T15:37:17.359Z Downloaded strsim v0.11.1
3192026-05-23T15:37:17.359Z Downloaded ordered-float v2.10.1
3202026-05-23T15:37:17.359Z Downloaded unicode-xid v0.2.6
3212026-05-23T15:37:17.363Z Downloaded writeable v0.6.2
3222026-05-23T15:37:17.363Z Downloaded usdt-attr-macro v0.5.0
3232026-05-23T15:37:17.363Z Downloaded unicode-linebreak v0.1.5
3242026-05-23T15:37:17.366Z Downloaded thread-id v4.2.2
3252026-05-23T15:37:17.366Z Downloaded swrite v0.1.0
3262026-05-23T15:37:17.366Z Downloaded stable_deref_trait v1.2.1
3272026-05-23T15:37:17.366Z Downloaded memmap v0.7.0
3282026-05-23T15:37:17.368Z Downloaded version_check v0.9.5
3292026-05-23T15:37:17.371Z Downloaded typeid v1.0.3
3302026-05-23T15:37:17.371Z Downloaded serde_spanned v0.6.9
3312026-05-23T15:37:17.371Z Downloaded terminal_size v0.4.3
3322026-05-23T15:37:17.374Z Downloaded errno v0.3.14
3332026-05-23T15:37:17.374Z Downloaded dtrace-parser v0.2.0
3342026-05-23T15:37:17.377Z Downloaded usdt v0.5.0
3352026-05-23T15:37:17.379Z Downloaded zerofrom-derive v0.1.6
3362026-05-23T15:37:17.379Z Downloaded tabled_derive v0.7.0
3372026-05-23T15:37:17.379Z Downloaded is_terminal_polyfill v1.70.2
3382026-05-23T15:37:17.379Z Downloaded fastrand v2.3.0
3392026-05-23T15:37:17.382Z Downloaded cfg-if v1.0.4
3402026-05-23T15:37:17.382Z Downloaded utf8_iter v1.0.4
3412026-05-23T15:37:17.382Z Downloaded zerovec-derive v0.11.2
3422026-05-23T15:37:17.382Z Downloaded yoke v0.8.1
3432026-05-23T15:37:17.384Z Downloaded thiserror-impl v1.0.69
3442026-05-23T15:37:17.384Z Downloaded colorchoice v1.0.4
3452026-05-23T15:37:17.387Z Downloaded toml_datetime v0.6.11
3462026-05-23T15:37:17.391Z Downloaded tinystr v0.8.2
3472026-05-23T15:37:17.393Z Downloaded digest v0.10.7
3482026-05-23T15:37:17.393Z Downloaded zmij v1.0.21
3492026-05-23T15:37:17.396Z Downloaded thiserror v1.0.69
3502026-05-23T15:37:17.399Z Downloaded cpufeatures v0.2.17
3512026-05-23T15:37:17.402Z Downloaded thiserror-impl v2.0.18
3522026-05-23T15:37:17.402Z Downloaded synstructure v0.13.2
3532026-05-23T15:37:17.404Z Downloaded quote v1.0.45
3542026-05-23T15:37:17.407Z Downloaded sha2 v0.10.9
3552026-05-23T15:37:17.409Z Downloaded zerocopy-derive v0.7.35
3562026-05-23T15:37:17.412Z Downloaded usdt-impl v0.5.0
3572026-05-23T15:37:17.412Z Downloaded toml v0.8.23
3582026-05-23T15:37:17.413Z Downloaded thiserror v2.0.18
3592026-05-23T15:37:17.416Z Downloaded bytecount v0.6.9
3602026-05-23T15:37:17.417Z Downloaded scroll v0.12.0
3612026-05-23T15:37:17.419Z Downloaded byteorder v1.5.0
3622026-05-23T15:37:17.419Z Downloaded unicode-ident v1.0.24
3632026-05-23T15:37:17.420Z Downloaded serde_tokenstream v0.2.3
3642026-05-23T15:37:17.422Z Downloaded serde-untagged v0.1.9
3652026-05-23T15:37:17.422Z Downloaded fs-err v3.3.0
3662026-05-23T15:37:17.422Z Downloaded proc-macro-error v1.0.4
3672026-05-23T15:37:17.425Z Downloaded erased-serde v0.4.9
3682026-05-23T15:37:17.428Z Downloaded displaydoc v0.2.5
3692026-05-23T15:37:17.431Z Downloaded cargo_metadata v0.21.0
3702026-05-23T15:37:17.431Z Downloaded typenum v1.19.0
3712026-05-23T15:37:17.433Z Downloaded textwrap v0.16.2
3722026-05-23T15:37:17.436Z Downloaded toml_edit v0.22.27
3732026-05-23T15:37:17.436Z Downloaded zerotrie v0.2.3
3742026-05-23T15:37:17.439Z Downloaded litemap v0.8.1
3752026-05-23T15:37:17.443Z Downloaded semver v1.0.28
3762026-05-23T15:37:17.443Z Downloaded url v2.5.8
3772026-05-23T15:37:17.446Z Downloaded pest_derive v2.8.6
3782026-05-23T15:37:17.446Z Downloaded cargo_toml v0.21.0
3792026-05-23T15:37:17.452Z Downloaded pest_generator v2.8.6
3802026-05-23T15:37:17.455Z Downloaded once_cell v1.21.3
3812026-05-23T15:37:17.458Z Downloaded tempfile v3.25.0
3822026-05-23T15:37:17.461Z Downloaded clap_derive v4.6.1
3832026-05-23T15:37:17.464Z Downloaded zerovec v0.11.5
3842026-05-23T15:37:17.467Z Downloaded camino-tempfile v1.4.1
3852026-05-23T15:37:17.469Z Downloaded bitflags v2.11.0
3862026-05-23T15:37:17.472Z Downloaded zerocopy v0.7.35
3872026-05-23T15:37:17.478Z Downloaded winnow v0.7.14
3882026-05-23T15:37:17.484Z Downloaded smallvec v1.15.1
3892026-05-23T15:37:17.486Z Downloaded papergrid v0.11.0
3902026-05-23T15:37:17.489Z Downloaded serde_derive v1.0.228
3912026-05-23T15:37:17.489Z Downloaded unicode-width v0.2.0
3922026-05-23T15:37:17.492Z Downloaded unicode-width v0.1.14
3932026-05-23T15:37:17.495Z Downloaded cargo-util-schemas v0.8.2
3942026-05-23T15:37:17.497Z Downloaded clap v4.6.1
3952026-05-23T15:37:17.500Z Downloaded camino v1.2.2
3962026-05-23T15:37:17.503Z Downloaded num-traits v0.2.19
3972026-05-23T15:37:17.503Z Downloaded log v0.4.29
3982026-05-23T15:37:17.506Z Downloaded icu_provider v2.1.1
3992026-05-23T15:37:17.506Z Downloaded icu_locale_core v2.1.1
4002026-05-23T15:37:17.509Z Downloaded icu_normalizer_data v2.1.1
4012026-05-23T15:37:17.511Z Downloaded serde_core v1.0.228
4022026-05-23T15:37:17.514Z Downloaded proc-macro2 v1.0.106
4032026-05-23T15:37:17.514Z Downloaded getrandom v0.4.1
4042026-05-23T15:37:17.519Z Downloaded icu_normalizer v2.1.1
4052026-05-23T15:37:17.521Z Downloaded memchr v2.8.0
4062026-05-23T15:37:17.524Z Downloaded icu_properties v2.1.2
4072026-05-23T15:37:17.531Z Downloaded serde v1.0.228
4082026-05-23T15:37:17.533Z Downloaded pest_meta v2.8.6
4092026-05-23T15:37:17.536Z Downloaded icu_collections v2.1.1
4102026-05-23T15:37:17.557Z Downloaded indexmap v2.14.0
4112026-05-23T15:37:17.576Z Downloaded idna v1.1.0
4122026-05-23T15:37:17.579Z Downloaded hashbrown v0.17.0
4132026-05-23T15:37:17.582Z Downloaded pest v2.8.6
4142026-05-23T15:37:17.585Z Downloaded serde_json v1.0.149
4152026-05-23T15:37:17.589Z Downloaded icu_properties_data v2.1.2
4162026-05-23T15:37:17.597Z Downloaded clap_builder v4.6.0
4172026-05-23T15:37:17.601Z Downloaded goblin v0.8.2
4182026-05-23T15:37:17.608Z Downloaded tabled v0.15.0
4192026-05-23T15:37:17.621Z Downloaded syn v1.0.109
4202026-05-23T15:37:17.630Z Downloaded syn v2.0.117
4212026-05-23T15:37:17.643Z Downloaded rustix v1.1.3
4222026-05-23T15:37:17.670Z Downloaded libc v0.2.185
4232026-05-23T15:37:17.738Z Compiling proc-macro2 v1.0.106
4242026-05-23T15:37:17.738Z Compiling quote v1.0.45
4252026-05-23T15:37:17.741Z Compiling unicode-ident v1.0.24
4262026-05-23T15:37:17.741Z Compiling serde_core v1.0.228
4272026-05-23T15:37:17.741Z Compiling libc v0.2.185
4282026-05-23T15:37:17.741Z Compiling version_check v0.9.5
4292026-05-23T15:37:17.741Z Compiling stable_deref_trait v1.2.1
4302026-05-23T15:37:17.741Z Compiling serde v1.0.228
4312026-05-23T15:37:18.036Z Compiling memchr v2.8.0
4322026-05-23T15:37:18.065Z Compiling zmij v1.0.21
4332026-05-23T15:37:18.286Z Compiling itoa v1.0.17
4342026-05-23T15:37:18.388Z Compiling ucd-trie v0.1.7
4352026-05-23T15:37:18.418Z Compiling thiserror v1.0.69
4362026-05-23T15:37:18.463Z Compiling autocfg v1.5.0
4372026-05-23T15:37:18.660Z Compiling pest v2.8.6
4382026-05-23T15:37:18.699Z Compiling writeable v0.6.2
4392026-05-23T15:37:18.780Z Compiling litemap v0.8.1
4402026-05-23T15:37:18.897Z Compiling byteorder v1.5.0
4412026-05-23T15:37:18.905Z Compiling rustix v1.1.3
4422026-05-23T15:37:18.912Z Compiling icu_properties_data v2.1.2
4432026-05-23T15:37:19.139Z Compiling icu_normalizer_data v2.1.1
4442026-05-23T15:37:19.262Z Compiling syn v2.0.117
4452026-05-23T15:37:19.314Z Compiling errno v0.3.14
4462026-05-23T15:37:19.349Z Compiling bitflags v2.11.0
4472026-05-23T15:37:19.460Z Compiling serde_json v1.0.149
4482026-05-23T15:37:19.578Z Compiling num-traits v0.2.19
4492026-05-23T15:37:19.696Z Compiling pest_meta v2.8.6
4502026-05-23T15:37:19.757Z Compiling equivalent v1.0.2
4512026-05-23T15:37:19.847Z Compiling hashbrown v0.17.0
4522026-05-23T15:37:19.867Z Compiling smallvec v1.15.1
4532026-05-23T15:37:19.911Z Compiling typeid v1.0.3
4542026-05-23T15:37:20.198Z Compiling thread-id v4.2.2
4552026-05-23T15:37:20.221Z Compiling proc-macro-error-attr v1.0.4
4562026-05-23T15:37:20.258Z Compiling usdt-impl v0.5.0
4572026-05-23T15:37:20.284Z Compiling winnow v0.7.14
4582026-05-23T15:37:20.396Z Compiling indexmap v2.14.0
4592026-05-23T15:37:20.412Z Compiling erased-serde v0.4.9
4602026-05-23T15:37:20.470Z Compiling syn v1.0.109
4612026-05-23T15:37:20.613Z Compiling toml_write v0.1.2
4622026-05-23T15:37:20.989Z Compiling proc-macro-error v1.0.4
4632026-05-23T15:37:21.010Z Compiling log v0.4.29
4642026-05-23T15:37:21.178Z Compiling percent-encoding v2.3.2
4652026-05-23T15:37:21.199Z Compiling utf8parse v0.2.2
4662026-05-23T15:37:21.297Z Compiling camino v1.2.2
4672026-05-23T15:37:21.314Z Compiling plain v0.2.3
4682026-05-23T15:37:21.367Z Compiling utf8_iter v1.0.4
4692026-05-23T15:37:21.424Z Compiling thiserror v2.0.18
4702026-05-23T15:37:21.449Z Compiling getrandom v0.4.1
4712026-05-23T15:37:21.521Z Compiling ordered-float v2.10.1
4722026-05-23T15:37:21.665Z Compiling form_urlencoded v1.2.2
4732026-05-23T15:37:21.724Z Compiling anstyle-parse v1.0.0
4742026-05-23T15:37:21.767Z Compiling synstructure v0.13.2
4752026-05-23T15:37:21.787Z Compiling pest_generator v2.8.6
4762026-05-23T15:37:21.925Z Compiling terminal_size v0.4.3
4772026-05-23T15:37:22.123Z Compiling colorchoice v1.0.4
4782026-05-23T15:37:22.245Z Compiling cfg-if v1.0.4
4792026-05-23T15:37:22.293Z Compiling is_terminal_polyfill v1.70.2
4802026-05-23T15:37:22.311Z Compiling anstyle-query v1.1.5
4812026-05-23T15:37:22.325Z Compiling pretty-hex v0.4.1
4822026-05-23T15:37:22.391Z Compiling anstyle v1.0.14
4832026-05-23T15:37:22.425Z Compiling serde-untagged v0.1.9
4842026-05-23T15:37:22.531Z Compiling semver v1.0.28
4852026-05-23T15:37:22.559Z Compiling anstream v1.0.0
4862026-05-23T15:37:22.621Z Compiling fs-err v3.3.0
4872026-05-23T15:37:22.688Z Compiling heck v0.4.1
4882026-05-23T15:37:22.814Z Compiling bytecount v0.6.9
4892026-05-23T15:37:22.849Z Compiling strsim v0.11.1
4902026-05-23T15:37:22.866Z Compiling clap_lex v1.0.0
4912026-05-23T15:37:22.883Z Compiling unicode-xid v0.2.6
4922026-05-23T15:37:22.923Z Compiling fnv v1.0.7
4932026-05-23T15:37:22.955Z Compiling once_cell v1.21.3
4942026-05-23T15:37:23.010Z Compiling heck v0.5.0
4952026-05-23T15:37:23.031Z Compiling fastrand v2.3.0
4962026-05-23T15:37:23.180Z Compiling anyhow v1.0.102
4972026-05-23T15:37:23.210Z Compiling unicode-width v0.1.14
4982026-05-23T15:37:23.254Z Compiling tempfile v3.25.0
4992026-05-23T15:37:23.298Z Compiling clap_builder v4.6.0
5002026-05-23T15:37:23.543Z Compiling papergrid v0.11.0
5012026-05-23T15:37:23.675Z Compiling memmap v0.7.0
5022026-05-23T15:37:23.675Z Compiling serde_derive v1.0.228
5032026-05-23T15:37:23.769Z Compiling zerofrom-derive v0.1.6
5042026-05-23T15:37:23.769Z Compiling yoke-derive v0.8.1
5052026-05-23T15:37:23.843Z Compiling zerovec-derive v0.11.2
5062026-05-23T15:37:24.126Z Compiling displaydoc v0.2.5
5072026-05-23T15:37:24.797Z Compiling thiserror-impl v1.0.69
5082026-05-23T15:37:24.838Z Compiling zerocopy-derive v0.7.35
5092026-05-23T15:37:24.866Z Compiling pest_derive v2.8.6
5102026-05-23T15:37:24.937Z Compiling scroll_derive v0.12.1
5112026-05-23T15:37:25.049Z Compiling zerofrom v0.1.6
5122026-05-23T15:37:25.188Z Compiling yoke v0.8.1
5132026-05-23T15:37:25.295Z Compiling thiserror-impl v2.0.18
5142026-05-23T15:37:25.388Z Compiling zerovec v0.11.5
5152026-05-23T15:37:25.606Z Compiling zerotrie v0.2.3
5162026-05-23T15:37:25.705Z Compiling zerocopy v0.7.35
5172026-05-23T15:37:25.900Z Compiling tinystr v0.8.2
5182026-05-23T15:37:25.900Z Compiling potential_utf v0.1.4
5192026-05-23T15:37:26.073Z Compiling icu_collections v2.1.1
5202026-05-23T15:37:26.142Z Compiling icu_locale_core v2.1.1
5212026-05-23T15:37:26.166Z Compiling dtrace-parser v0.2.0
5222026-05-23T15:37:26.251Z Compiling scroll v0.12.0
5232026-05-23T15:37:26.317Z Compiling tabled_derive v0.7.0
5242026-05-23T15:37:26.529Z Compiling goblin v0.8.2
5252026-05-23T15:37:26.551Z Compiling clap_derive v4.6.1
5262026-05-23T15:37:26.746Z Compiling icu_provider v2.1.1
5272026-05-23T15:37:26.923Z Compiling unicode-width v0.2.0
5282026-05-23T15:37:27.022Z Compiling icu_normalizer v2.1.1
5292026-05-23T15:37:27.077Z Compiling icu_properties v2.1.2
5302026-05-23T15:37:27.080Z Compiling toml_datetime v0.6.11
5312026-05-23T15:37:27.080Z Compiling serde_spanned v0.6.9
5322026-05-23T15:37:27.235Z Compiling dof v0.3.0
5332026-05-23T15:37:27.265Z Compiling serde_tokenstream v0.2.3
5342026-05-23T15:37:27.301Z Compiling toml_edit v0.22.27
5352026-05-23T15:37:27.363Z Compiling serde-value v0.7.0
5362026-05-23T15:37:27.615Z Compiling cargo-platform v0.2.0
5372026-05-23T15:37:27.632Z Compiling smawk v0.3.2
5382026-05-23T15:37:27.730Z Compiling unicode-linebreak v0.1.5
5392026-05-23T15:37:27.770Z Compiling tabled v0.15.0
5402026-05-23T15:37:27.887Z Compiling macaddr v1.0.1
5412026-05-23T15:37:27.979Z Compiling idna_adapter v1.2.1
5422026-05-23T15:37:28.126Z Compiling idna v1.1.0
5432026-05-23T15:37:28.129Z Compiling textwrap v0.16.2
5442026-05-23T15:37:28.206Z Compiling usdt-attr-macro v0.5.0
5452026-05-23T15:37:28.225Z Compiling usdt-macro v0.5.0
5462026-05-23T15:37:28.398Z Compiling clap v4.6.1
5472026-05-23T15:37:28.489Z Compiling url v2.5.8
5482026-05-23T15:37:28.816Z Compiling toml v0.8.23
5492026-05-23T15:37:28.952Z Compiling camino-tempfile v1.4.1
5502026-05-23T15:37:29.176Z Compiling cargo-util-schemas v0.8.2
5512026-05-23T15:37:29.249Z Compiling cargo_toml v0.21.0
5522026-05-23T15:37:29.428Z Compiling swrite v0.1.0
5532026-05-23T15:37:29.529Z Compiling usdt v0.5.0
5542026-05-23T15:37:29.545Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5552026-05-23T15:37:30.096Z Compiling cargo_metadata v0.21.0
5562026-05-23T15:37:31.018Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5572026-05-23T15:37:33.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.07s
5582026-05-23T15:37:33.372Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5592026-05-23T15:37:33.989Z Downloading crates ...
5602026-05-23T15:37:34.078Z Downloaded adler2 v2.0.1
5612026-05-23T15:37:34.084Z Downloaded anstyle-parse v0.2.7
5622026-05-23T15:37:34.088Z Downloaded aead v0.5.2
5632026-05-23T15:37:34.092Z Downloaded crc-catalog v2.4.0
5642026-05-23T15:37:34.095Z Downloaded crc8 v0.1.1
5652026-05-23T15:37:34.098Z Downloaded aho-corasick v1.1.4
5662026-05-23T15:37:34.104Z Downloaded ahash v0.8.12
5672026-05-23T15:37:34.108Z Downloaded defmt-parser v1.0.0
5682026-05-23T15:37:34.108Z Downloaded darling_macro v0.20.11
5692026-05-23T15:37:34.111Z Downloaded dof v0.4.0
5702026-05-23T15:37:34.111Z Downloaded critical-section v1.2.0
5712026-05-23T15:37:34.111Z Downloaded castaway v0.2.4
5722026-05-23T15:37:34.114Z Downloaded chacha20 v0.9.1
5732026-05-23T15:37:34.114Z Downloaded backoff v0.4.0
5742026-05-23T15:37:34.116Z Downloaded async-recursion v1.1.1
5752026-05-23T15:37:34.120Z Downloaded data-encoding v2.10.0
5762026-05-23T15:37:34.120Z Downloaded array-init v0.0.4
5772026-05-23T15:37:34.120Z Downloaded anstream v0.6.21
5782026-05-23T15:37:34.124Z Downloaded fixedbitset v0.5.7
5792026-05-23T15:37:34.124Z Downloaded darling v0.21.3
5802026-05-23T15:37:34.127Z Downloaded crc32fast v1.5.0
5812026-05-23T15:37:34.129Z Downloaded derive_builder v0.20.2
5822026-05-23T15:37:34.135Z Downloaded dirs-next v2.0.0
5832026-05-23T15:37:34.135Z Downloaded fd-lock v4.0.4
5842026-05-23T15:37:34.135Z Downloaded defmt-macros v1.0.1
5852026-05-23T15:37:34.138Z Downloaded derive_builder_macro v0.20.2
5862026-05-23T15:37:34.138Z Downloaded cpufeatures v0.3.0
5872026-05-23T15:37:34.141Z Downloaded display-error-chain v0.2.2
5882026-05-23T15:37:34.141Z Downloaded cfg_aliases v0.2.1
5892026-05-23T15:37:34.141Z Downloaded curve25519-dalek-derive v0.1.1
5902026-05-23T15:37:34.144Z Downloaded bit-set v0.5.3
5912026-05-23T15:37:34.144Z Downloaded crc v3.4.0
5922026-05-23T15:37:34.144Z Downloaded bit-set v0.8.0
5932026-05-23T15:37:34.147Z Downloaded enum-as-inner v0.6.1
5942026-05-23T15:37:34.147Z Downloaded crucible-workspace-hack v0.1.0
5952026-05-23T15:37:34.147Z Downloaded flume v0.11.1
5962026-05-23T15:37:34.150Z Downloaded dtrace-parser v0.3.0
5972026-05-23T15:37:34.150Z Downloaded cobs v0.3.0
5982026-05-23T15:37:34.153Z Downloaded arrayref v0.3.9
5992026-05-23T15:37:34.153Z Downloaded ed25519 v2.2.3
6002026-05-23T15:37:34.156Z Downloaded dunce v1.0.5
6012026-05-23T15:37:34.157Z Downloaded dropshot-api-manager-types v0.7.2
6022026-05-23T15:37:34.157Z Downloaded diesel_table_macro_syntax v0.3.0
6032026-05-23T15:37:34.157Z Downloaded darling_core v0.21.3
6042026-05-23T15:37:34.160Z Downloaded env_filter v1.0.0
6052026-05-23T15:37:34.163Z Downloaded ecdsa v0.16.9
6062026-05-23T15:37:34.163Z Downloaded atty v0.2.14
6072026-05-23T15:37:34.166Z Downloaded debug-ignore v1.0.5
6082026-05-23T15:37:34.166Z Downloaded dyn-clone v1.0.20
6092026-05-23T15:37:34.169Z Downloaded cfg_aliases v0.1.1
6102026-05-23T15:37:34.169Z Downloaded float-cmp v0.10.0
6112026-05-23T15:37:34.169Z Downloaded ar_archive_writer v0.5.1
6122026-05-23T15:37:34.172Z Downloaded assert_matches v1.5.0
6132026-05-23T15:37:34.172Z Downloaded bitflags v1.3.2
6142026-05-23T15:37:34.175Z Downloaded convert_case v0.4.0
6152026-05-23T15:37:34.175Z Downloaded darling_macro v0.23.0
6162026-05-23T15:37:34.178Z Downloaded ascii-canvas v3.0.0
6172026-05-23T15:37:34.178Z Downloaded base16ct v0.2.0
6182026-05-23T15:37:34.178Z Downloaded dsl_auto_type v0.2.0
6192026-05-23T15:37:34.178Z Downloaded find-msvc-tools v0.1.9
6202026-05-23T15:37:34.182Z Downloaded ff v0.13.1
6212026-05-23T15:37:34.182Z Downloaded foldhash v0.1.5
6222026-05-23T15:37:34.185Z Downloaded embedded-io v0.6.1
6232026-05-23T15:37:34.185Z Downloaded bb8 v0.8.6
6242026-05-23T15:37:34.185Z Downloaded crossbeam-deque v0.8.6
6252026-05-23T15:37:34.185Z Downloaded defmt v1.0.1
6262026-05-23T15:37:34.189Z Downloaded futures-core v0.3.32
6272026-05-23T15:37:34.189Z Downloaded downcast-rs v2.0.2
6282026-05-23T15:37:34.192Z Downloaded bitfield-struct v0.6.2
6292026-05-23T15:37:34.192Z Downloaded bitfield-macros v0.19.4
6302026-05-23T15:37:34.192Z Downloaded darling v0.20.11
6312026-05-23T15:37:34.195Z Downloaded document-features v0.2.12
6322026-05-23T15:37:34.197Z Downloaded float-ord v0.3.2
6332026-05-23T15:37:34.197Z Downloaded fixedbitset v0.4.2
6342026-05-23T15:37:34.197Z Downloaded endian-type v0.1.2
6352026-05-23T15:37:34.202Z Downloaded cargo-platform v0.3.2
6362026-05-23T15:37:34.202Z Downloaded block-padding v0.3.3
6372026-05-23T15:37:34.202Z Downloaded ciborium-io v0.2.2
6382026-05-23T15:37:34.202Z Downloaded dirs-sys-next v0.1.2
6392026-05-23T15:37:34.204Z Downloaded defmt v0.3.100
6402026-05-23T15:37:34.204Z Downloaded crunchy v0.2.4
6412026-05-23T15:37:34.204Z Downloaded foreign-types-shared v0.3.1
6422026-05-23T15:37:34.205Z Downloaded darling_macro v0.21.3
6432026-05-23T15:37:34.205Z Downloaded compression-core v0.4.31
6442026-05-23T15:37:34.208Z Downloaded foreign-types-macros v0.2.3
6452026-05-23T15:37:34.208Z Downloaded foreign-types v0.3.2
6462026-05-23T15:37:34.208Z Downloaded foreign-types v0.5.0
6472026-05-23T15:37:34.211Z Downloaded foreign-types-shared v0.1.1
6482026-05-23T15:37:34.211Z Downloaded flagset v0.4.7
6492026-05-23T15:37:34.211Z Downloaded ciborium-ll v0.2.2
6502026-05-23T15:37:34.211Z Downloaded ghash v0.5.1
6512026-05-23T15:37:34.214Z Downloaded fxhash v0.2.1
6522026-05-23T15:37:34.214Z Downloaded funty v2.0.0
6532026-05-23T15:37:34.214Z Downloaded cbc v0.1.2
6542026-05-23T15:37:34.217Z Downloaded compression-codecs v0.4.37
6552026-05-23T15:37:34.217Z Downloaded git-stub v1.0.0
6562026-05-23T15:37:34.220Z Downloaded buf-list v1.1.2
6572026-05-23T15:37:34.220Z Downloaded bit-vec v0.8.0
6582026-05-23T15:37:34.223Z Downloaded globwalk v0.9.1
6592026-05-23T15:37:34.223Z Downloaded futures-task v0.3.32
6602026-05-23T15:37:34.226Z Downloaded derive-ex v0.1.8
6612026-05-23T15:37:34.226Z Downloaded difflib v0.4.0
6622026-05-23T15:37:34.226Z Downloaded diesel-dtrace v0.5.0
6632026-05-23T15:37:34.229Z Downloaded futures-sink v0.3.32
6642026-05-23T15:37:34.229Z Downloaded futures-macro v0.3.32
6652026-05-23T15:37:34.229Z Downloaded hash32 v0.3.1
6662026-05-23T15:37:34.232Z Downloaded ena v0.14.4
6672026-05-23T15:37:34.232Z Downloaded fallible-iterator v0.2.0
6682026-05-23T15:37:34.232Z Downloaded daft v0.1.7
6692026-05-23T15:37:34.235Z Downloaded futures-io v0.3.32
6702026-05-23T15:37:34.235Z Downloaded backon v1.6.0
6712026-05-23T15:37:34.238Z Downloaded base64ct v1.8.3
6722026-05-23T15:37:34.238Z Downloaded hex v0.4.3
6732026-05-23T15:37:34.241Z Downloaded hostname v0.3.1
6742026-05-23T15:37:34.241Z Downloaded home v0.5.12
6752026-05-23T15:37:34.241Z Downloaded http-body v1.0.1
6762026-05-23T15:37:34.244Z Downloaded cargo_metadata v0.23.1
6772026-05-23T15:37:34.244Z Downloaded bit-vec v0.6.3
6782026-05-23T15:37:34.247Z Downloaded arrayvec v0.7.6
6792026-05-23T15:37:34.247Z Downloaded hex-literal v0.4.1
6802026-05-23T15:37:34.247Z Downloaded bcs v0.1.6
6812026-05-23T15:37:34.249Z Downloaded http-range v0.1.5
6822026-05-23T15:37:34.249Z Downloaded hostname v0.4.2
6832026-05-23T15:37:34.252Z Downloaded headers-core v0.3.0
6842026-05-23T15:37:34.253Z Downloaded env_logger v0.11.9
6852026-05-23T15:37:34.255Z Downloaded daft-derive v0.1.7
6862026-05-23T15:37:34.258Z Downloaded either v1.15.0
6872026-05-23T15:37:34.258Z Downloaded embedded-io v0.4.0
6882026-05-23T15:37:34.261Z Downloaded deranged v0.5.8
6892026-05-23T15:37:34.261Z Downloaded foldhash v0.2.0
6902026-05-23T15:37:34.264Z Downloaded convert_case v0.10.0
6912026-05-23T15:37:34.264Z Downloaded corncobs v0.1.4
6922026-05-23T15:37:34.264Z Downloaded derive_builder_core v0.20.2
6932026-05-23T15:37:34.269Z Downloaded cmake v0.1.57
6942026-05-23T15:37:34.269Z Downloaded ctr v0.9.2
6952026-05-23T15:37:34.272Z Downloaded const_format_proc_macros v0.2.34
6962026-05-23T15:37:34.272Z Downloaded bzip2 v0.6.1
6972026-05-23T15:37:34.272Z Downloaded fs-err v2.11.0
6982026-05-23T15:37:34.275Z Downloaded byte-wrapper v0.1.0
6992026-05-23T15:37:34.275Z Downloaded hubpack_derive v0.1.1
7002026-05-23T15:37:34.275Z Downloaded hubpack v0.1.2
7012026-05-23T15:37:34.278Z Downloaded atomic-waker v1.1.2
7022026-05-23T15:37:34.278Z Downloaded hyper-tls v0.6.0
7032026-05-23T15:37:34.278Z Downloaded const-oid v0.9.6
7042026-05-23T15:37:34.281Z Downloaded globset v0.4.18
7052026-05-23T15:37:34.281Z Downloaded glob v0.3.3
7062026-05-23T15:37:34.284Z Downloaded cipher v0.4.4
7072026-05-23T15:37:34.284Z Downloaded ident_case v1.0.1
7082026-05-23T15:37:34.284Z Downloaded darling v0.23.0
7092026-05-23T15:37:34.288Z Downloaded indent_write v2.2.0
7102026-05-23T15:37:34.291Z Downloaded gethostname v0.5.0
7112026-05-23T15:37:34.291Z Downloaded futures-executor v0.3.32
7122026-05-23T15:37:34.291Z Downloaded fs_extra v1.3.0
7132026-05-23T15:37:34.294Z Downloaded group v0.13.0
7142026-05-23T15:37:34.294Z Downloaded git-stub-vcs v0.1.0
7152026-05-23T15:37:34.297Z Downloaded indoc v1.0.9
7162026-05-23T15:37:34.297Z Downloaded bumpalo v3.20.2
7172026-05-23T15:37:34.301Z Downloaded csv-core v0.1.13
7182026-05-23T15:37:34.301Z Downloaded cexpr v0.6.0
7192026-05-23T15:37:34.301Z Downloaded cassowary v0.3.0
7202026-05-23T15:37:34.304Z Downloaded camino-tempfile-ext v0.3.3
7212026-05-23T15:37:34.304Z Downloaded instability v0.3.11
7222026-05-23T15:37:34.307Z Downloaded httpdate v1.0.3
7232026-05-23T15:37:34.307Z Downloaded highway v1.3.0
7242026-05-23T15:37:34.307Z Downloaded illumos-nvpair v0.3.0
7252026-05-23T15:37:34.310Z Downloaded http-body-util v0.1.3
7262026-05-23T15:37:34.310Z Downloaded blowfish v0.9.1
7272026-05-23T15:37:34.310Z Downloaded illumos-nvpair-sys v0.2.0
7282026-05-23T15:37:34.313Z Downloaded clang-sys v1.8.1
7292026-05-23T15:37:34.313Z Downloaded cookie v0.18.1
7302026-05-23T15:37:34.316Z Downloaded is-terminal v0.4.17
7312026-05-23T15:37:34.316Z Downloaded internet-checksum v0.2.1
7322026-05-23T15:37:34.316Z Downloaded instant v0.1.13
7332026-05-23T15:37:34.319Z Downloaded inout v0.1.4
7342026-05-23T15:37:34.319Z Downloaded cancel-safe-futures v0.1.5
7352026-05-23T15:37:34.323Z Downloaded erased-serde v0.3.31
7362026-05-23T15:37:34.323Z Downloaded console v0.16.2
7372026-05-23T15:37:34.326Z Downloaded console v0.15.11
7382026-05-23T15:37:34.326Z Downloaded blake2 v0.10.6
7392026-05-23T15:37:34.329Z Downloaded lazy_static v1.5.0
7402026-05-23T15:37:34.329Z Downloaded futures-channel v0.3.32
7412026-05-23T15:37:34.332Z Downloaded lalrpop-util v0.19.12
7422026-05-23T15:37:34.332Z Downloaded diff v0.1.13
7432026-05-23T15:37:34.335Z Downloaded der_derive v0.7.3
7442026-05-23T15:37:34.335Z Downloaded ciborium v0.2.2
7452026-05-23T15:37:34.338Z Downloaded is_ci v1.2.0
7462026-05-23T15:37:34.338Z Downloaded constant_time_eq v0.4.2
7472026-05-23T15:37:34.338Z Downloaded colored v2.2.0
7482026-05-23T15:37:34.343Z Downloaded cookie_store v0.22.1
7492026-05-23T15:37:34.343Z Downloaded kstat-rs v0.2.4
7502026-05-23T15:37:34.347Z Downloaded libscf-sys v1.1.0
7512026-05-23T15:37:34.347Z Downloaded impl-trait-for-tuples v0.2.3
7522026-05-23T15:37:34.347Z Downloaded keccak v0.1.6
7532026-05-23T15:37:34.350Z Downloaded lru v0.12.5
7542026-05-23T15:37:34.350Z Downloaded humantime v2.3.0
7552026-05-23T15:37:34.350Z Downloaded md5 v0.7.0
7562026-05-23T15:37:34.350Z Downloaded mime v0.3.17
7572026-05-23T15:37:34.353Z Downloaded maybe-uninit v2.0.0
7582026-05-23T15:37:34.353Z Downloaded md-5 v0.10.6
7592026-05-23T15:37:34.354Z Downloaded memoffset v0.9.1
7602026-05-23T15:37:34.356Z Downloaded elliptic-curve v0.13.8
7612026-05-23T15:37:34.359Z Downloaded match_cfg v0.1.0
7622026-05-23T15:37:34.360Z Downloaded maplit v1.0.2
7632026-05-23T15:37:34.360Z Downloaded managed v0.8.0
7642026-05-23T15:37:34.360Z Downloaded lzss v0.8.2
7652026-05-23T15:37:34.363Z Downloaded lru-slab v0.1.2
7662026-05-23T15:37:34.363Z Downloaded lru-cache v0.1.2
7672026-05-23T15:37:34.363Z Downloaded linked-hash-map v0.5.6
7682026-05-23T15:37:34.366Z Downloaded ingot-types v0.1.2
7692026-05-23T15:37:34.366Z Downloaded ingot v0.1.1
7702026-05-23T15:37:34.366Z Downloaded hyper-staticfile v0.10.1
7712026-05-23T15:37:34.369Z Downloaded hmac v0.12.1
7722026-05-23T15:37:34.369Z Downloaded getrandom v0.2.17
7732026-05-23T15:37:34.372Z Downloaded nibble_vec v0.1.0
7742026-05-23T15:37:34.372Z Downloaded new_debug_unreachable v1.0.6
7752026-05-23T15:37:34.399Z Downloaded newtype_derive v0.1.6
7762026-05-23T15:37:34.399Z Downloaded newtype-uuid-macros v0.1.0
7772026-05-23T15:37:34.399Z Downloaded ipnet v2.11.0
7782026-05-23T15:37:34.399Z Downloaded num v0.4.3
7792026-05-23T15:37:34.399Z Downloaded num-iter v0.1.45
7802026-05-23T15:37:34.399Z Downloaded num-conv v0.2.0
7812026-05-23T15:37:34.399Z Downloaded nodrop v0.1.14
7822026-05-23T15:37:34.399Z Downloaded num-derive v0.3.3
7832026-05-23T15:37:34.399Z Downloaded nonempty v0.12.0
7842026-05-23T15:37:34.399Z Downloaded newline-converter v0.3.0
7852026-05-23T15:37:34.399Z Downloaded normalize-line-endings v0.3.0
7862026-05-23T15:37:34.399Z Downloaded multimap v0.10.1
7872026-05-23T15:37:34.399Z Downloaded ipnetwork v0.21.1
7882026-05-23T15:37:34.399Z Downloaded derive_more v0.99.20
7892026-05-23T15:37:34.399Z Downloaded fatfs v0.3.6
7902026-05-23T15:37:34.399Z Downloaded drift v0.2.0
7912026-05-23T15:37:34.402Z Downloaded libloading v0.8.9
7922026-05-23T15:37:34.402Z Downloaded libefi-sys v0.1.0
7932026-05-23T15:37:34.402Z Downloaded getrandom v0.3.4
7942026-05-23T15:37:34.405Z Downloaded linear-map v1.2.0
7952026-05-23T15:37:34.405Z Downloaded hyper-rustls v0.27.7
7962026-05-23T15:37:34.408Z Downloaded des v0.8.1
7972026-05-23T15:37:34.408Z Downloaded num-derive v0.4.2
7982026-05-23T15:37:34.411Z Downloaded num_threads v0.1.7
7992026-05-23T15:37:34.411Z Downloaded num_enum_derive v0.5.11
8002026-05-23T15:37:34.411Z Downloaded lock_api v0.4.14
8012026-05-23T15:37:34.414Z Downloaded libsw v3.5.0
8022026-05-23T15:37:34.414Z Downloaded base64 v0.22.1
8032026-05-23T15:37:34.418Z Downloaded openssl-probe v0.1.6
8042026-05-23T15:37:34.418Z Downloaded mime_guess v2.0.5
8052026-05-23T15:37:34.421Z Downloaded oso-derive v0.27.3
8062026-05-23T15:37:34.421Z Downloaded opaque-debug v0.3.1
8072026-05-23T15:37:34.421Z Downloaded iana-time-zone v0.1.65
8082026-05-23T15:37:34.426Z Downloaded half v1.8.3
8092026-05-23T15:37:34.426Z Downloaded arc-swap v1.8.2
8102026-05-23T15:37:34.429Z Downloaded native-tls v0.2.18
8112026-05-23T15:37:34.429Z Downloaded ingot-macros v0.1.1
8122026-05-23T15:37:34.429Z Downloaded crossterm v0.29.0
8132026-05-23T15:37:34.432Z Downloaded nanorand v0.7.0
8142026-05-23T15:37:34.435Z Downloaded multer v3.1.0
8152026-05-23T15:37:34.438Z Downloaded colored v3.1.1
8162026-05-23T15:37:34.438Z Downloaded chacha20 v0.10.0
8172026-05-23T15:37:34.442Z Downloaded openssl-probe v0.2.1
8182026-05-23T15:37:34.460Z Downloaded futures v0.3.32
8192026-05-23T15:37:34.463Z Downloaded compact_str v0.8.1
8202026-05-23T15:37:34.467Z Downloaded crossbeam-utils v0.8.21
8212026-05-23T15:37:34.469Z Downloaded pbkdf2 v0.12.2
8222026-05-23T15:37:34.469Z Downloaded crossbeam-channel v0.5.15
8232026-05-23T15:37:34.472Z Downloaded pbkdf2 v0.11.0
8242026-05-23T15:37:34.475Z Downloaded path-slash v0.1.5
8252026-05-23T15:37:34.475Z Downloaded phf_shared v0.13.1
8262026-05-23T15:37:34.475Z Downloaded phf_shared v0.12.1
8272026-05-23T15:37:34.478Z Downloaded peg-runtime v0.8.5
8282026-05-23T15:37:34.478Z Downloaded olpc-cjson v0.1.4
8292026-05-23T15:37:34.478Z Downloaded num_enum_derive v0.7.6
8302026-05-23T15:37:34.479Z Downloaded num_enum v0.5.11
8312026-05-23T15:37:34.482Z Downloaded openssl-macros v0.1.1
8322026-05-23T15:37:34.485Z Downloaded aes-gcm v0.10.3
8332026-05-23T15:37:34.485Z Downloaded aes v0.8.4
8342026-05-23T15:37:34.488Z Downloaded num_enum v0.7.6
8352026-05-23T15:37:34.490Z Downloaded proc-macro-crate v1.3.1
8362026-05-23T15:37:34.493Z Downloaded predicates-tree v1.0.13
8372026-05-23T15:37:34.493Z Downloaded predicates-core v1.0.10
8382026-05-23T15:37:34.493Z Downloaded precomputed-hash v0.1.1
8392026-05-23T15:37:34.496Z Downloaded powerfmt v0.2.0
8402026-05-23T15:37:34.496Z Downloaded progenitor-client v0.11.2
8412026-05-23T15:37:34.496Z Downloaded heapless v0.7.17
8422026-05-23T15:37:34.499Z Downloaded owo-colors v4.3.0
8432026-05-23T15:37:34.502Z Downloaded ignore v0.4.25
8442026-05-23T15:37:34.502Z Downloaded oxide-tokio-rt v0.1.4
8452026-05-23T15:37:34.505Z Downloaded heapless v0.8.0
8462026-05-23T15:37:34.508Z Downloaded indexmap v1.9.3
8472026-05-23T15:37:34.508Z Downloaded parse-display-derive v0.10.0
8482026-05-23T15:37:34.511Z Downloaded psl-types v2.0.11
8492026-05-23T15:37:34.511Z Downloaded progenitor-macro v0.11.2
8502026-05-23T15:37:34.511Z Downloaded newtype-uuid v1.3.2
8512026-05-23T15:37:34.514Z Downloaded half v2.7.1
8522026-05-23T15:37:34.515Z Downloaded proc-macro-crate v3.4.0
8532026-05-23T15:37:34.517Z Downloaded progenitor-macro v0.14.0
8542026-05-23T15:37:34.517Z Downloaded quick-error v1.2.3
8552026-05-23T15:37:34.518Z Downloaded proc-macro-error-attr2 v2.0.0
8562026-05-23T15:37:34.518Z Downloaded packed_struct_codegen v0.10.1
8572026-05-23T15:37:34.520Z Downloaded oxnet v0.1.5
8582026-05-23T15:37:34.520Z Downloaded pin-utils v0.1.0
8592026-05-23T15:37:34.520Z Downloaded num-rational v0.4.2
8602026-05-23T15:37:34.525Z Downloaded password-hash v0.5.0
8612026-05-23T15:37:34.527Z Downloaded ed25519-dalek v2.2.0
8622026-05-23T15:37:34.527Z Downloaded der v0.7.10
8632026-05-23T15:37:34.532Z Downloaded phf_shared v0.11.3
8642026-05-23T15:37:34.532Z Downloaded crypto-bigint v0.5.5
8652026-05-23T15:37:34.535Z Downloaded jobserver v0.1.34
8662026-05-23T15:37:34.538Z Downloaded progenitor-client v0.14.0
8672026-05-23T15:37:34.538Z Downloaded password-hash v0.4.2
8682026-05-23T15:37:34.538Z Downloaded num-integer v0.1.46
8692026-05-23T15:37:34.541Z Downloaded radium v0.7.0
8702026-05-23T15:37:34.541Z Downloaded peg v0.8.5
8712026-05-23T15:37:34.544Z Downloaded progenitor-macro v0.13.0
8722026-05-23T15:37:34.544Z Downloaded litrs v1.0.0
8732026-05-23T15:37:34.547Z Downloaded omicron-zone-package v0.12.2
8742026-05-23T15:37:34.550Z Downloaded async-compression v0.4.41
8752026-05-23T15:37:34.553Z Downloaded ppv-lite86 v0.2.21
8762026-05-23T15:37:34.556Z Downloaded polyval v0.6.2
8772026-05-23T15:37:34.556Z Downloaded pkg-config v0.3.32
8782026-05-23T15:37:34.556Z Downloaded pin-project-lite v0.2.17
8792026-05-23T15:37:34.559Z Downloaded rand_chacha v0.3.1
8802026-05-23T15:37:34.562Z Downloaded poly1305 v0.8.0
8812026-05-23T15:37:34.562Z Downloaded nu-ansi-term v0.50.3
8822026-05-23T15:37:34.567Z Downloaded pkcs8 v0.10.2
8832026-05-23T15:37:34.570Z Downloaded progenitor-extras v0.2.0
8842026-05-23T15:37:34.570Z Downloaded progenitor v0.13.0
8852026-05-23T15:37:34.570Z Downloaded parking_lot_core v0.8.6
8862026-05-23T15:37:34.570Z Downloaded parking_lot v0.12.5
8872026-05-23T15:37:34.573Z Downloaded indicatif v0.18.4
8882026-05-23T15:37:34.576Z Downloaded ref-cast-impl v1.0.25
8892026-05-23T15:37:34.576Z Downloaded recursive v0.1.1
8902026-05-23T15:37:34.579Z Downloaded progenitor v0.11.2
8912026-05-23T15:37:34.579Z Downloaded proc-macro-error2 v2.0.1
8922026-05-23T15:37:34.582Z Downloaded rand_xorshift v0.4.0
8932026-05-23T15:37:34.583Z Downloaded flate2 v1.1.9
8942026-05-23T15:37:34.586Z Downloaded progenitor v0.14.0
8952026-05-23T15:37:34.586Z Downloaded parking_lot_core v0.9.12
8962026-05-23T15:37:34.588Z Downloaded cc v1.2.56
8972026-05-23T15:37:34.591Z Downloaded ref-cast v1.0.25
8982026-05-23T15:37:34.591Z Downloaded progenitor-client v0.13.0
8992026-05-23T15:37:34.594Z Downloaded recursive-proc-macro-impl v0.1.1
9002026-05-23T15:37:34.594Z Downloaded rfc6979 v0.4.0
9012026-05-23T15:37:34.594Z Downloaded primeorder v0.13.6
9022026-05-23T15:37:34.597Z Downloaded predicates v3.1.4
9032026-05-23T15:37:34.597Z Downloaded psm v0.1.30
9042026-05-23T15:37:34.600Z Downloaded r2d2 v0.8.10
9052026-05-23T15:37:34.600Z Downloaded diesel_derives v2.3.7
9062026-05-23T15:37:34.604Z Downloaded postgres-protocol v0.6.10
9072026-05-23T15:37:34.607Z Downloaded oso v0.27.3
9082026-05-23T15:37:34.611Z Downloaded hickory-resolver v0.25.2
9092026-05-23T15:37:34.616Z Downloaded headers v0.4.1
9102026-05-23T15:37:34.620Z Downloaded rtoolbox v0.0.3
9112026-05-23T15:37:34.620Z Downloaded postcard v1.1.3
9122026-05-23T15:37:34.620Z Downloaded pkcs5 v0.7.1
9132026-05-23T15:37:34.624Z Downloaded rustc_version v0.4.1
9142026-05-23T15:37:34.624Z Downloaded rustc_version v0.1.7
9152026-05-23T15:37:34.624Z Downloaded rustc-hash v2.1.1
9162026-05-23T15:37:34.624Z Downloaded pin-project-internal v1.1.11
9172026-05-23T15:37:34.627Z Downloaded phf v0.12.1
9182026-05-23T15:37:34.627Z Downloaded phf v0.13.1
9192026-05-23T15:37:34.627Z Downloaded pem-rfc7468 v0.7.0
9202026-05-23T15:37:34.630Z Downloaded parking_lot v0.11.2
9212026-05-23T15:37:34.631Z Downloaded papergrid v0.17.0
9222026-05-23T15:37:34.633Z Downloaded rand_seeder v0.4.0
9232026-05-23T15:37:34.636Z Downloaded rand_core v0.9.5
9242026-05-23T15:37:34.636Z Downloaded rand_chacha v0.9.0
9252026-05-23T15:37:34.636Z Downloaded rand_core v0.6.4
9262026-05-23T15:37:34.639Z Downloaded miniz_oxide v0.8.9
9272026-05-23T15:37:34.641Z Downloaded p256 v0.13.2
9282026-05-23T15:37:34.641Z Downloaded hickory-resolver v0.24.4
9292026-05-23T15:37:34.644Z Downloaded expectorate v1.2.0
9302026-05-23T15:37:34.647Z Downloaded pem v3.0.6
9312026-05-23T15:37:34.650Z Downloaded peg-macros v0.8.5
9322026-05-23T15:37:34.650Z Downloaded secrecy v0.8.0
9332026-05-23T15:37:34.650Z Downloaded scroll_derive v0.13.1
9342026-05-23T15:37:34.654Z Downloaded paste v1.0.15
9352026-05-23T15:37:34.654Z Downloaded semver v0.1.20
9362026-05-23T15:37:34.657Z Downloaded salsa20 v0.10.2
9372026-05-23T15:37:34.657Z Downloaded quinn-udp v0.5.14
9382026-05-23T15:37:34.657Z Downloaded secrecy v0.10.3
9392026-05-23T15:37:34.657Z Downloaded same-file v1.0.6
9402026-05-23T15:37:34.660Z Downloaded jiff-static v0.2.21
9412026-05-23T15:37:34.660Z Downloaded seq-macro v0.3.6
9422026-05-23T15:37:34.663Z Downloaded scopeguard v1.2.0
9432026-05-23T15:37:34.663Z Downloaded russh-cryptovec v0.7.3
9442026-05-23T15:37:34.663Z Downloaded scheduled-thread-pool v0.2.7
9452026-05-23T15:37:34.667Z Downloaded sapling-renderdag v0.1.0
9462026-05-23T15:37:34.667Z Downloaded serde_bytes v0.11.19
9472026-05-23T15:37:34.667Z Downloaded serde-big-array v0.5.1
9482026-05-23T15:37:34.670Z Downloaded packed_struct v0.10.1
9492026-05-23T15:37:34.670Z Downloaded libbz2-rs-sys v0.2.2
9502026-05-23T15:37:34.670Z Downloaded serde_plain v1.0.2
9512026-05-23T15:37:34.673Z Downloaded const_format v0.2.35
9522026-05-23T15:37:34.675Z Downloaded resolv-conf v0.7.6
9532026-05-23T15:37:34.678Z Downloaded pin-project v1.1.11
9542026-05-23T15:37:34.683Z Downloaded sigpipe v0.1.3
9552026-05-23T15:37:34.686Z Downloaded rustls-native-certs v0.8.3
9562026-05-23T15:37:34.686Z Downloaded serde_urlencoded v0.7.1
9572026-05-23T15:37:34.689Z Downloaded shell-words v1.1.1
9582026-05-23T15:37:34.689Z Downloaded sha1 v0.10.6
9592026-05-23T15:37:34.693Z Downloaded serde_spanned v1.0.4
9602026-05-23T15:37:34.693Z Downloaded prefix-trie v0.7.0
9612026-05-23T15:37:34.696Z Downloaded hickory-server v0.25.2
9622026-05-23T15:37:34.699Z Downloaded hashbrown v0.13.2
9632026-05-23T15:37:34.699Z Downloaded progenitor-impl v0.14.0
9642026-05-23T15:37:34.702Z Downloaded siphasher v1.0.2
9652026-05-23T15:37:34.702Z Downloaded signature v2.2.0
9662026-05-23T15:37:34.705Z Downloaded signal-hook-tokio v0.3.1
9672026-05-23T15:37:34.705Z Downloaded rusty-fork v0.3.1
9682026-05-23T15:37:34.705Z Downloaded slog-envlogger v2.2.0
9692026-05-23T15:37:34.708Z Downloaded rustversion v1.0.22
9702026-05-23T15:37:34.713Z Downloaded rustls-pemfile v2.2.0
9712026-05-23T15:37:34.713Z Downloaded crossterm v0.28.1
9722026-05-23T15:37:34.716Z Downloaded slog-bunyan v2.5.0
9732026-05-23T15:37:34.716Z Downloaded scrypt v0.11.0
9742026-05-23T15:37:34.718Z Downloaded scroll v0.13.0
9752026-05-23T15:37:34.718Z Downloaded rustls-pemfile v1.0.4
9762026-05-23T15:37:34.718Z Downloaded rand_core v0.10.0
9772026-05-23T15:37:34.722Z Downloaded hashbrown v0.12.3
9782026-05-23T15:37:34.726Z Downloaded sec1 v0.7.3
9792026-05-23T15:37:34.726Z Downloaded postgres-types v0.2.12
9802026-05-23T15:37:34.728Z Downloaded pkcs1 v0.7.5
9812026-05-23T15:37:34.728Z Downloaded serde_repr v0.1.20
9822026-05-23T15:37:34.732Z Downloaded serde-hex v0.1.0
9832026-05-23T15:37:34.732Z Downloaded sct v0.7.1
9842026-05-23T15:37:34.735Z Downloaded schemars_derive v0.8.22
9852026-05-23T15:37:34.735Z Downloaded serde_path_to_error v0.1.20
9862026-05-23T15:37:34.737Z Downloaded serde_derive_internals v0.29.1
9872026-05-23T15:37:34.737Z Downloaded bytes v1.11.1
9882026-05-23T15:37:34.741Z Downloaded base64 v0.21.7
9892026-05-23T15:37:34.743Z Downloaded openssl-sys v0.9.114
9902026-05-23T15:37:34.747Z Downloaded minimal-lexical v0.2.1
9912026-05-23T15:37:34.750Z Downloaded hyper-util v0.1.20
9922026-05-23T15:37:34.753Z Downloaded shlex v1.3.0
9932026-05-23T15:37:34.755Z Downloaded memmap2 v0.9.10
9942026-05-23T15:37:34.755Z Downloaded mio v1.2.0
9952026-05-23T15:37:34.758Z Downloaded ssh-encoding v0.2.0
9962026-05-23T15:37:34.761Z Downloaded ssh-cipher v0.2.0
9972026-05-23T15:37:34.761Z Downloaded simd-adler32 v0.3.8
9982026-05-23T15:37:34.764Z Downloaded progenitor-impl v0.11.2
9992026-05-23T15:37:34.767Z Downloaded slog-dtrace v0.3.0
10002026-05-23T15:37:34.767Z Downloaded slab v0.4.12
10012026-05-23T15:37:34.767Z Downloaded signal-hook-registry v1.4.8
10022026-05-23T15:37:34.770Z Downloaded signal-hook-mio v0.2.5
10032026-05-23T15:37:34.770Z Downloaded strum v0.27.2
10042026-05-23T15:37:34.770Z Downloaded subtle v2.6.1
10052026-05-23T15:37:34.774Z Downloaded rcgen v0.12.1
10062026-05-23T15:37:34.774Z Downloaded num-bigint v0.4.6
10072026-05-23T15:37:34.777Z Downloaded supports-color v3.0.2
10082026-05-23T15:37:34.780Z Downloaded http v1.4.0
10092026-05-23T15:37:34.780Z Downloaded smallvec v0.6.14
10102026-05-23T15:37:34.783Z Downloaded slog-stdlog v4.1.1
10112026-05-23T15:37:34.783Z Downloaded progenitor-impl v0.13.0
10122026-05-23T15:37:34.786Z Downloaded dropshot-api-manager v0.7.2
10132026-05-23T15:37:34.789Z Downloaded structmeta-derive v0.3.0
10142026-05-23T15:37:34.789Z Downloaded sync_wrapper v1.0.2
10152026-05-23T15:37:34.792Z Downloaded take_mut v0.2.2
10162026-05-23T15:37:34.792Z Downloaded sync-ptr v0.1.4
10172026-05-23T15:37:34.792Z Downloaded structmeta v0.3.0
10182026-05-23T15:37:34.794Z Downloaded strip-ansi-escapes v0.2.1
10192026-05-23T15:37:34.795Z Downloaded slog-json v2.6.1
10202026-05-23T15:37:34.795Z Downloaded slog-async v2.8.0
10212026-05-23T15:37:34.799Z Downloaded strum v0.26.3
10222026-05-23T15:37:34.799Z Downloaded tabwriter v1.4.1
10232026-05-23T15:37:34.799Z Downloaded serde_with_macros v3.17.0
10242026-05-23T15:37:34.802Z Downloaded snafu-derive v0.8.9
10252026-05-23T15:37:34.802Z Downloaded slog-scope v4.4.1
10262026-05-23T15:37:34.802Z Downloaded sqlparser_derive v0.5.0
10272026-05-23T15:37:34.802Z Downloaded rustls-pki-types v1.14.0
10282026-05-23T15:37:34.806Z Downloaded tagptr v0.2.0
10292026-05-23T15:37:34.809Z Downloaded spki v0.7.3
10302026-05-23T15:37:34.809Z Downloaded ron v0.8.1
10312026-05-23T15:37:34.812Z Downloaded termtree v0.5.1
10322026-05-23T15:37:34.812Z Downloaded rustls-platform-verifier v0.6.2
10332026-05-23T15:37:34.815Z Downloaded stacker v0.1.23
10342026-05-23T15:37:34.818Z Downloaded testing_table v0.3.0
10352026-05-23T15:37:34.818Z Downloaded sqlformat v0.3.5
10362026-05-23T15:37:34.818Z Downloaded time-core v0.1.8
10372026-05-23T15:37:34.820Z Downloaded serde_cbor v0.11.2
10382026-05-23T15:37:34.820Z Downloaded prettyplease v0.2.37
10392026-05-23T15:37:34.823Z Downloaded static_assertions v1.1.0
10402026-05-23T15:37:34.826Z Downloaded hashbrown v0.15.5
10412026-05-23T15:37:34.829Z Downloaded tinyvec_macros v0.1.1
10422026-05-23T15:37:34.829Z Downloaded strum_macros v0.24.3
10432026-05-23T15:37:34.832Z Downloaded rayon-core v1.13.0
10442026-05-23T15:37:34.836Z Downloaded stringprep v0.1.5
10452026-05-23T15:37:34.836Z Downloaded string_cache v0.8.9
10462026-05-23T15:37:34.837Z Downloaded itertools v0.10.5
10472026-05-23T15:37:34.841Z Downloaded tokio-macros v2.7.0
10482026-05-23T15:37:34.844Z Downloaded quinn v0.11.9
10492026-05-23T15:37:34.844Z Downloaded nom v7.1.3
10502026-05-23T15:37:34.847Z Downloaded support-bundle-viewer v0.1.2
10512026-05-23T15:37:34.850Z Downloaded schemars v0.8.22
10522026-05-23T15:37:34.854Z Downloaded tabled_derive v0.11.0
10532026-05-23T15:37:34.858Z Downloaded strum_macros v0.27.2
10542026-05-23T15:37:34.861Z Downloaded rand v0.8.6
10552026-05-23T15:37:34.861Z Downloaded strum_macros v0.26.4
10562026-05-23T15:37:34.864Z Downloaded smf v0.2.3
10572026-05-23T15:37:34.864Z Downloaded slog-term v2.9.2
10582026-05-23T15:37:34.867Z Downloaded termios v0.3.3
10592026-05-23T15:37:34.867Z Downloaded tap v1.0.1
10602026-05-23T15:37:34.867Z Downloaded spin v0.9.8
10612026-05-23T15:37:34.870Z Downloaded qorb v0.4.1
10622026-05-23T15:37:34.873Z Downloaded serde_yaml v0.9.34+deprecated
10632026-05-23T15:37:34.877Z Downloaded russh-keys v0.45.0
10642026-05-23T15:37:34.877Z Downloaded pretty_assertions v1.4.1
10652026-05-23T15:37:34.880Z Downloaded libsw-core v0.3.2
10662026-05-23T15:37:34.880Z Downloaded thread_local v1.1.9
10672026-05-23T15:37:34.880Z Downloaded thiserror-no-std v2.0.2
10682026-05-23T15:37:34.884Z Downloaded thiserror-impl-no-std v2.0.2
10692026-05-23T15:37:34.888Z Downloaded derive_more-impl v2.1.1
10702026-05-23T15:37:34.891Z Downloaded tower-service v0.3.3
10712026-05-23T15:37:34.891Z Downloaded slog v2.8.2
10722026-05-23T15:37:34.891Z Downloaded itertools v0.13.0
10732026-05-23T15:37:34.895Z Downloaded tls_codec v0.4.2
10742026-05-23T15:37:34.898Z Downloaded tiny-keccak v2.0.2
10752026-05-23T15:37:34.900Z Downloaded thread-id v5.1.0
10762026-05-23T15:37:34.900Z Downloaded ryu v1.0.23
10772026-05-23T15:37:34.904Z Downloaded tower-layer v0.3.3
10782026-05-23T15:37:34.904Z Downloaded typify-macro v0.4.3
10792026-05-23T15:37:34.904Z Downloaded try-lock v0.2.5
10802026-05-23T15:37:34.906Z Downloaded tokio-dtrace v0.1.1
10812026-05-23T15:37:34.906Z Downloaded tls_codec_derive v0.4.2
10822026-05-23T15:37:34.907Z Downloaded time-macros v0.2.27
10832026-05-23T15:37:34.909Z Downloaded similar v2.7.0
10842026-05-23T15:37:34.912Z Downloaded typify-macro v0.6.2
10852026-05-23T15:37:34.912Z Downloaded schemars v0.9.0
10862026-05-23T15:37:34.920Z Downloaded untrusted v0.9.0
10872026-05-23T15:37:34.924Z Downloaded unarray v0.1.4
10882026-05-23T15:37:34.924Z Downloaded tokio-rustls v0.25.0
10892026-05-23T15:37:34.927Z Downloaded libxml v0.3.3
10902026-05-23T15:37:34.930Z Downloaded hyper v1.8.1
10912026-05-23T15:37:34.933Z Downloaded untrusted v0.7.1
10922026-05-23T15:37:34.933Z Downloaded usdt-macro v0.6.0
10932026-05-23T15:37:34.936Z Downloaded socket2 v0.6.3
10942026-05-23T15:37:34.936Z Downloaded unit-prefix v0.5.2
10952026-05-23T15:37:34.936Z Downloaded tokio-tungstenite v0.23.1
10962026-05-23T15:37:34.939Z Downloaded tokio-tungstenite v0.21.0
10972026-05-23T15:37:34.939Z Downloaded topological-sort v0.2.2
10982026-05-23T15:37:34.942Z Downloaded usdt-attr-macro v0.6.0
10992026-05-23T15:37:34.942Z Downloaded rustls-webpki v0.103.9
11002026-05-23T15:37:34.945Z Downloaded usdt v0.6.0
11012026-05-23T15:37:34.945Z Downloaded unicode-truncate v1.1.0
11022026-05-23T15:37:34.945Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11032026-05-23T15:37:34.948Z Downloaded term v1.2.1
11042026-05-23T15:37:34.948Z Downloaded hkdf v0.12.4
11052026-05-23T15:37:34.951Z Downloaded void v1.0.2
11062026-05-23T15:37:34.951Z Downloaded iri-string v0.7.10
11072026-05-23T15:37:34.955Z Downloaded toml_writer v1.0.6+spec-1.1.0
11082026-05-23T15:37:34.958Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11092026-05-23T15:37:34.958Z Downloaded h2 v0.4.13
11102026-05-23T15:37:34.961Z Downloaded trait-variant v0.1.2
11112026-05-23T15:37:34.964Z Downloaded itertools v0.12.1
11122026-05-23T15:37:34.966Z Downloaded itertools v0.14.0
11132026-05-23T15:37:34.970Z Downloaded socket2 v0.5.10
11142026-05-23T15:37:34.974Z Downloaded iddqd v0.4.1
11152026-05-23T15:37:34.977Z Downloaded schemars v1.2.1
11162026-05-23T15:37:34.985Z Downloaded want v0.3.1
11172026-05-23T15:37:34.988Z Downloaded waitgroup v0.1.2
11182026-05-23T15:37:34.988Z Downloaded unicase v2.9.0
11192026-05-23T15:37:34.988Z Downloaded tokio-stream v0.1.18
11202026-05-23T15:37:34.991Z Downloaded tokio-rustls v0.26.4
11212026-05-23T15:37:34.994Z Downloaded universal-hash v0.5.1
11222026-05-23T15:37:34.994Z Downloaded xattr v1.6.1
11232026-05-23T15:37:34.997Z Downloaded rand v0.10.1
11242026-05-23T15:37:34.997Z Downloaded wait-timeout v0.2.1
11252026-05-23T15:37:35.000Z Downloaded tui-tree-widget v0.23.1
11262026-05-23T15:37:35.000Z Downloaded utf-8 v0.7.6
11272026-05-23T15:37:35.003Z Downloaded p521 v0.13.3
11282026-05-23T15:37:35.003Z Downloaded snafu v0.8.9
11292026-05-23T15:37:35.008Z Downloaded blake3 v1.8.3
11302026-05-23T15:37:35.012Z Downloaded zone_cfg_derive v0.3.1
11312026-05-23T15:37:35.015Z Downloaded zeroize_derive v1.4.3
11322026-05-23T15:37:35.015Z Downloaded test-strategy v0.4.5
11332026-05-23T15:37:35.017Z Downloaded zone v0.3.1
11342026-05-23T15:37:35.017Z Downloaded xshell-macros v0.2.7
11352026-05-23T15:37:35.017Z Downloaded vergen-gitcl v1.0.8
11362026-05-23T15:37:35.021Z Downloaded hashbrown v0.16.1
11372026-05-23T15:37:35.023Z Downloaded uzers v0.12.2
11382026-05-23T15:37:35.023Z Downloaded tracing-attributes v0.1.31
11392026-05-23T15:37:35.026Z Downloaded toml_parser v1.0.9+spec-1.1.0
11402026-05-23T15:37:35.026Z Downloaded tinyvec v1.10.0
11412026-05-23T15:37:35.029Z Downloaded nom v8.0.0
11422026-05-23T15:37:35.033Z Downloaded usdt-impl v0.6.0
11432026-05-23T15:37:35.055Z Downloaded rsa v0.9.10
11442026-05-23T15:37:35.056Z Downloaded vergen-lib v9.1.0
11452026-05-23T15:37:35.056Z Downloaded vergen-lib v0.1.6
11462026-05-23T15:37:35.056Z Downloaded tokio-rustls v0.24.1
11472026-05-23T15:37:35.056Z Downloaded subprocess v0.2.15
11482026-05-23T15:37:35.056Z Downloaded libm v0.2.16
11492026-05-23T15:37:35.056Z Downloaded walkdir v2.5.0
11502026-05-23T15:37:35.056Z Downloaded twox-hash v2.1.2
11512026-05-23T15:37:35.056Z Downloaded term v0.7.0
11522026-05-23T15:37:35.056Z Downloaded xshell v0.2.7
11532026-05-23T15:37:35.056Z Downloaded tokio-native-tls v0.3.1
11542026-05-23T15:37:35.060Z Downloaded rand v0.9.2
11552026-05-23T15:37:35.060Z Downloaded unicode-properties v0.1.4
11562026-05-23T15:37:35.060Z Downloaded toml v1.0.6+spec-1.1.0
11572026-05-23T15:37:35.063Z Downloaded whoami v2.1.0
11582026-05-23T15:37:35.063Z Downloaded publicsuffix v2.3.0
11592026-05-23T15:37:35.066Z Downloaded num-bigint-dig v0.8.6
11602026-05-23T15:37:35.069Z Downloaded toml v0.7.8
11612026-05-23T15:37:35.072Z Downloaded wyz v0.5.1
11622026-05-23T15:37:35.072Z Downloaded tar v0.4.45
11632026-05-23T15:37:35.072Z Downloaded zeroize v1.8.2
11642026-05-23T15:37:35.074Z Downloaded futures-util v0.3.32
11652026-05-23T15:37:35.080Z Downloaded russh v0.45.0
11662026-05-23T15:37:35.084Z Downloaded zstd-safe v7.2.4
11672026-05-23T15:37:35.086Z Downloaded tracing-core v0.1.36
11682026-05-23T15:37:35.086Z Downloaded typify v0.6.2
11692026-05-23T15:37:35.089Z Downloaded vsss-rs v3.3.4
11702026-05-23T15:37:35.092Z Downloaded samael v0.0.19
11712026-05-23T15:37:35.097Z Downloaded rustyline v14.0.0
11722026-05-23T15:37:35.099Z Downloaded typify v0.4.3
11732026-05-23T15:37:35.102Z Downloaded tungstenite v0.21.0
11742026-05-23T15:37:35.105Z Downloaded vergen-git2 v9.1.0
11752026-05-23T15:37:35.105Z Downloaded vergen v9.1.0
11762026-05-23T15:37:35.105Z Downloaded signal-hook v0.3.18
11772026-05-23T15:37:35.109Z Downloaded whoami v1.6.1
11782026-05-23T15:37:35.112Z Downloaded unicode-bidi v0.3.18
11792026-05-23T15:37:35.112Z Downloaded derive_more v2.1.1
11802026-05-23T15:37:35.116Z Downloaded chacha20poly1305 v0.10.1
11812026-05-23T15:37:35.119Z Downloaded parse-size v1.1.0
11822026-05-23T15:37:35.119Z Downloaded parse-display v0.10.0
11832026-05-23T15:37:35.119Z Downloaded num-complex v0.4.6
11842026-05-23T15:37:35.124Z Downloaded darling_core v0.20.11
11852026-05-23T15:37:35.126Z Downloaded uuid v1.23.0
11862026-05-23T15:37:35.126Z Downloaded yasna v0.5.2
11872026-05-23T15:37:35.129Z Downloaded rpassword v7.4.0
11882026-05-23T15:37:35.129Z Downloaded zstd v0.13.3
11892026-05-23T15:37:35.132Z Downloaded zerocopy v0.6.6
11902026-05-23T15:37:35.132Z Downloaded indoc v2.0.7
11912026-05-23T15:37:35.136Z Downloaded tungstenite v0.23.0
11922026-05-23T15:37:35.136Z Downloaded steno v0.4.1
11932026-05-23T15:37:35.139Z Downloaded httparse v1.10.1
11942026-05-23T15:37:35.139Z Downloaded dropshot_endpoint v0.17.0
11952026-05-23T15:37:35.144Z Downloaded vte v0.14.1
11962026-05-23T15:37:35.147Z Downloaded derive-where v1.6.0
11972026-05-23T15:37:35.148Z Downloaded darling_core v0.23.0
11982026-05-23T15:37:35.150Z Downloaded bitvec v1.0.1
11992026-05-23T15:37:35.157Z Downloaded reedline v0.40.0
12002026-05-23T15:37:35.162Z Downloaded zopfli v0.8.3
12012026-05-23T15:37:35.165Z Downloaded git2 v0.20.4
12022026-05-23T15:37:35.169Z Downloaded unsafe-libyaml v0.2.11
12032026-05-23T15:37:35.172Z Downloaded bzip2 v0.4.4
12042026-05-23T15:37:35.174Z Downloaded toml_edit v0.19.15
12052026-05-23T15:37:35.184Z Downloaded toml_edit v0.23.10+spec-1.0.0
12062026-05-23T15:37:35.189Z Downloaded ssh-key v0.6.7
12072026-05-23T15:37:35.191Z Downloaded reqwest v0.12.28
12082026-05-23T15:37:35.194Z Downloaded aws-lc-rs v1.16.3
12092026-05-23T15:37:35.199Z Downloaded tokio-postgres v0.7.16
12102026-05-23T15:37:35.201Z Downloaded reqwest v0.13.2
12112026-05-23T15:37:35.206Z Downloaded unicode_categories v0.1.1
12122026-05-23T15:37:35.209Z Downloaded p384 v0.13.1
12132026-05-23T15:37:35.212Z Downloaded lalrpop v0.19.12
12142026-05-23T15:37:35.217Z Downloaded yansi v1.0.1
12152026-05-23T15:37:35.220Z Downloaded portable-atomic v1.13.1
12162026-05-23T15:37:35.223Z Downloaded tower v0.5.3
12172026-05-23T15:37:35.229Z Downloaded rayon v1.11.0
12182026-05-23T15:37:35.235Z Downloaded chrono v0.4.44
12192026-05-23T15:37:35.239Z Downloaded regex v1.12.3
12202026-05-23T15:37:35.243Z Downloaded salty v0.3.0
12212026-05-23T15:37:35.247Z Downloaded typed-path v0.9.3
12222026-05-23T15:37:35.252Z Downloaded quick-xml v0.37.5
12232026-05-23T15:37:35.255Z Downloaded zip v0.6.6
12242026-05-23T15:37:35.257Z Downloaded zerocopy-derive v0.8.40
12252026-05-23T15:37:35.262Z Downloaded rustls-webpki v0.101.7
12262026-05-23T15:37:35.271Z Downloaded unicode-segmentation v1.12.0
12272026-05-23T15:37:35.274Z Downloaded x509-cert v0.2.5
12282026-05-23T15:37:35.277Z Downloaded bindgen v0.71.1
12292026-05-23T15:37:35.281Z Downloaded bitfield v0.19.4
12302026-05-23T15:37:35.284Z Downloaded hash32 v0.2.1
12312026-05-23T15:37:35.284Z Downloaded argon2 v0.5.3
12322026-05-23T15:37:35.287Z Downloaded async-stream-impl v0.3.6
12332026-05-23T15:37:35.287Z Downloaded bcrypt-pbkdf v0.10.0
12342026-05-23T15:37:35.287Z Downloaded atomicwrites v0.4.4
12352026-05-23T15:37:35.287Z Downloaded cstr-argument v0.1.2
12362026-05-23T15:37:35.287Z Downloaded moka v0.12.13
12372026-05-23T15:37:35.291Z Downloaded proptest v1.10.0
12382026-05-23T15:37:35.297Z Downloaded async-trait v0.1.89
12392026-05-23T15:37:35.299Z Downloaded async-bb8-diesel v0.2.1
12402026-05-23T15:37:35.302Z Downloaded rustls-webpki v0.102.8
12412026-05-23T15:37:35.312Z Downloaded unicode-normalization v0.1.25
12422026-05-23T15:37:35.315Z Downloaded goblin v0.10.5
12432026-05-23T15:37:35.318Z Downloaded tower-http v0.6.8
12442026-05-23T15:37:35.324Z Downloaded zip v4.6.1
12452026-05-23T15:37:35.327Z Downloaded tokio-util v0.7.18
12462026-05-23T15:37:35.331Z Downloaded object v0.30.4
12472026-05-23T15:37:35.337Z Downloaded tough v0.22.0
12482026-05-23T15:37:35.343Z Downloaded curve25519-dalek v4.1.3
12492026-05-23T15:37:35.348Z Downloaded petname v2.0.2
12502026-05-23T15:37:35.353Z Downloaded nix v0.27.1
12512026-05-23T15:37:35.358Z Downloaded serde_with v3.17.0
12522026-05-23T15:37:35.366Z Downloaded quinn-proto v0.11.13
12532026-05-23T15:37:35.371Z Downloaded winnow v0.6.26
12542026-05-23T15:37:35.376Z Downloaded winnow v0.5.40
12552026-05-23T15:37:35.381Z Downloaded crc-any v2.5.0
12562026-05-23T15:37:35.383Z Downloaded radix_trie v0.2.1
12572026-05-23T15:37:35.386Z Downloaded async-stream v0.3.6
12582026-05-23T15:37:35.390Z Downloaded filetime v0.2.27
12592026-05-23T15:37:35.390Z Downloaded polar-core v0.27.3
12602026-05-23T15:37:35.393Z Downloaded crossbeam-epoch v0.9.18
12612026-05-23T15:37:35.397Z Downloaded allocator-api2 v0.2.21
12622026-05-23T15:37:35.401Z Downloaded bstr v1.12.1
12632026-05-23T15:37:35.416Z Downloaded time v0.3.47
12642026-05-23T15:37:35.429Z Downloaded smoltcp v0.9.1
12652026-05-23T15:37:35.435Z Downloaded winnow v1.0.3
12662026-05-23T15:37:35.441Z Downloaded nix v0.28.0
12672026-05-23T15:37:35.448Z Downloaded object v0.37.3
12682026-05-23T15:37:35.455Z Downloaded rustls v0.21.12
12692026-05-23T15:37:35.462Z Downloaded tabled v0.20.0
12702026-05-23T15:37:35.472Z Downloaded openssl v0.10.78
12712026-05-23T15:37:35.478Z Downloaded zlib-rs v0.6.2
12722026-05-23T15:37:35.482Z Downloaded rustls v0.22.4
12732026-05-23T15:37:35.490Z Downloaded vcpkg v0.2.15
12742026-05-23T15:37:35.513Z Downloaded nix v0.31.2
12752026-05-23T15:37:35.520Z Downloaded smoltcp v0.11.0
12762026-05-23T15:37:35.527Z Downloaded zerocopy v0.8.40
12772026-05-23T15:37:35.533Z Downloaded regress v0.10.5
12782026-05-23T15:37:35.539Z Downloaded diesel v2.3.7
12792026-05-23T15:37:35.552Z Downloaded webpki-roots v1.0.6
12802026-05-23T15:37:35.555Z Downloaded regex-syntax v0.8.10
12812026-05-23T15:37:35.559Z Downloaded regress v0.11.1
12822026-05-23T15:37:35.565Z Downloaded openapiv3 v2.2.0
12832026-05-23T15:37:35.572Z Downloaded rustls v0.23.37
12842026-05-23T15:37:35.580Z Downloaded rustix v0.38.44
12852026-05-23T15:37:35.594Z Downloaded hickory-proto v0.25.2
12862026-05-23T15:37:35.603Z Downloaded hickory-proto v0.24.4
12872026-05-23T15:37:35.612Z Downloaded regex-syntax v0.6.29
12882026-05-23T15:37:35.618Z Downloaded dropshot v0.17.0
12892026-05-23T15:37:35.641Z Downloaded sqlparser v0.61.0
12902026-05-23T15:37:35.650Z Downloaded tracing v0.1.44
12912026-05-23T15:37:35.664Z Downloaded sled v0.34.7
12922026-05-23T15:37:35.670Z Downloaded typify-impl v0.6.2
12932026-05-23T15:37:35.684Z Downloaded ratatui v0.29.0
12942026-05-23T15:37:35.696Z Downloaded typify-impl v0.4.3
12952026-05-23T15:37:35.705Z Downloaded zerocopy-derive v0.6.6
12962026-05-23T15:37:35.711Z Downloaded bzip2-sys v0.1.13+1.0.8
12972026-05-23T15:37:35.719Z Downloaded regex-automata v0.4.14
12982026-05-23T15:37:35.730Z Downloaded petgraph v0.6.5
12992026-05-23T15:37:35.742Z Downloaded chrono-tz v0.10.4
13002026-05-23T15:37:35.753Z Downloaded jiff v0.2.21
13012026-05-23T15:37:35.782Z Downloaded petgraph v0.8.3
13022026-05-23T15:37:35.796Z Downloaded libz-sys v1.1.24
13032026-05-23T15:37:35.808Z Downloaded csv v1.4.0
13042026-05-23T15:37:35.820Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13052026-05-23T15:37:35.830Z Downloaded sha3 v0.10.8
13062026-05-23T15:37:35.841Z Downloaded tokio v1.52.1
13072026-05-23T15:37:35.872Z Downloaded encoding_rs v0.8.35
13082026-05-23T15:37:35.954Z Downloaded ring v0.17.14
13092026-05-23T15:37:36.007Z Downloaded libgit2-sys v0.18.3+1.9.2
13102026-05-23T15:37:36.512Z Downloaded aws-lc-sys v0.40.0
13112026-05-23T15:37:36.759Z Compiling libc v0.2.185
13122026-05-23T15:37:36.759Z Compiling serde v1.0.228
13132026-05-23T15:37:36.762Z Compiling log v0.4.29
13142026-05-23T15:37:36.762Z Compiling shlex v1.3.0
13152026-05-23T15:37:36.762Z Compiling find-msvc-tools v0.1.9
13162026-05-23T15:37:36.762Z Compiling smallvec v1.15.1
13172026-05-23T15:37:36.762Z Compiling syn v2.0.117
13182026-05-23T15:37:36.902Z Compiling typenum v1.19.0
13192026-05-23T15:37:37.203Z Compiling generic-array v0.14.7
13202026-05-23T15:37:37.206Z Compiling subtle v2.6.1
13212026-05-23T15:37:37.253Z Compiling scopeguard v1.2.0
13222026-05-23T15:37:37.273Z Compiling portable-atomic v1.13.1
13232026-05-23T15:37:37.361Z Compiling lock_api v0.4.14
13242026-05-23T15:37:37.402Z Compiling const-oid v0.9.6
13252026-05-23T15:37:37.405Z Compiling serde_json v1.0.149
13262026-05-23T15:37:37.471Z Compiling zerocopy v0.8.40
13272026-05-23T15:37:37.604Z Compiling critical-section v1.2.0
13282026-05-23T15:37:37.715Z Compiling pin-project-lite v0.2.17
13292026-05-23T15:37:37.819Z Compiling parking_lot_core v0.9.12
13302026-05-23T15:37:37.869Z Compiling getrandom v0.2.17
13312026-05-23T15:37:37.944Z Compiling jobserver v0.1.34
13322026-05-23T15:37:38.030Z Compiling rand_core v0.6.4
13332026-05-23T15:37:38.055Z Compiling errno v0.3.14
13342026-05-23T15:37:38.142Z Compiling cc v1.2.56
13352026-05-23T15:37:38.174Z Compiling pkg-config v0.3.32
13362026-05-23T15:37:38.207Z Compiling once_cell v1.21.3
13372026-05-23T15:37:38.306Z Compiling signal-hook-registry v1.4.8
13382026-05-23T15:37:38.327Z Compiling bitflags v2.11.0
13392026-05-23T15:37:38.431Z Compiling libm v0.2.16
13402026-05-23T15:37:38.567Z Compiling futures-core v0.3.32
13412026-05-23T15:37:38.581Z Compiling parking_lot v0.12.5
13422026-05-23T15:37:38.595Z Compiling mio v1.2.0
13432026-05-23T15:37:38.742Z Compiling num-traits v0.2.19
13442026-05-23T15:37:38.744Z Compiling percent-encoding v2.3.2
13452026-05-23T15:37:38.805Z Compiling socket2 v0.6.3
13462026-05-23T15:37:38.954Z Compiling futures-sink v0.3.32
13472026-05-23T15:37:38.981Z Compiling cpufeatures v0.2.17
13482026-05-23T15:37:39.059Z Compiling futures-channel v0.3.32
13492026-05-23T15:37:39.073Z Compiling futures-task v0.3.32
13502026-05-23T15:37:39.085Z Compiling getrandom v0.4.1
13512026-05-23T15:37:39.099Z Compiling slab v0.4.12
13522026-05-23T15:37:39.217Z Compiling futures-io v0.3.32
13532026-05-23T15:37:39.243Z Compiling rand_core v0.10.0
13542026-05-23T15:37:39.281Z Compiling indexmap v2.14.0
13552026-05-23T15:37:39.296Z Compiling rustversion v1.0.22
13562026-05-23T15:37:39.384Z Compiling getrandom v0.3.4
13572026-05-23T15:37:39.415Z Compiling form_urlencoded v1.2.2
13582026-05-23T15:37:39.678Z Compiling cmake v0.1.57
13592026-05-23T15:37:39.695Z Compiling fs_extra v1.3.0
13602026-05-23T15:37:39.751Z Compiling dunce v1.0.5
13612026-05-23T15:37:39.857Z Compiling synstructure v0.13.2
13622026-05-23T15:37:39.962Z Compiling base64ct v1.8.3
13632026-05-23T15:37:39.976Z Compiling ident_case v1.0.1
13642026-05-23T15:37:40.093Z Compiling aws-lc-sys v0.40.0
13652026-05-23T15:37:40.107Z Compiling regex-syntax v0.8.10
13662026-05-23T15:37:40.268Z Compiling pem-rfc7468 v0.7.0
13672026-05-23T15:37:40.301Z Compiling flagset v0.4.7
13682026-05-23T15:37:40.399Z Compiling rustix v1.1.3
13692026-05-23T15:37:40.441Z Compiling iana-time-zone v0.1.65
13702026-05-23T15:37:40.506Z Compiling rand_core v0.9.5
13712026-05-23T15:37:40.568Z Compiling ring v0.17.14
13722026-05-23T15:37:40.594Z Compiling vcpkg v0.2.15
13732026-05-23T15:37:40.649Z Compiling aws-lc-rs v1.16.3
13742026-05-23T15:37:40.794Z Compiling uuid v1.23.0
13752026-05-23T15:37:40.941Z Compiling rustc_version v0.4.1
13762026-05-23T15:37:41.280Z Compiling tracing-core v0.1.36
13772026-05-23T15:37:41.359Z Compiling openssl-sys v0.9.114
13782026-05-23T15:37:41.522Z Compiling base64 v0.22.1
13792026-05-23T15:37:41.661Z Compiling serde_derive v1.0.228
13802026-05-23T15:37:41.840Z Compiling zeroize_derive v1.4.3
13812026-05-23T15:37:41.855Z Compiling zerofrom-derive v0.1.6
13822026-05-23T15:37:41.902Z Compiling yoke-derive v0.8.1
13832026-05-23T15:37:42.192Z Compiling zerocopy-derive v0.8.40
13842026-05-23T15:37:42.520Z Compiling zeroize v1.8.2
13852026-05-23T15:37:42.565Z Compiling zerovec-derive v0.11.2
13862026-05-23T15:37:43.128Z Compiling displaydoc v0.2.5
13872026-05-23T15:37:43.292Z Compiling crypto-common v0.1.7
13882026-05-23T15:37:43.292Z Compiling zerofrom v0.1.6
13892026-05-23T15:37:43.429Z Compiling yoke v0.8.1
13902026-05-23T15:37:43.443Z Compiling block-buffer v0.10.4
13912026-05-23T15:37:43.609Z Compiling digest v0.10.7
13922026-05-23T15:37:43.623Z Compiling tokio-macros v2.7.0
13932026-05-23T15:37:43.680Z Compiling zerovec v0.11.5
13942026-05-23T15:37:43.853Z Compiling futures-macro v0.3.32
13952026-05-23T15:37:43.871Z Compiling zerotrie v0.2.3
13962026-05-23T15:37:44.163Z Compiling tinystr v0.8.2
13972026-05-23T15:37:44.178Z Compiling potential_utf v0.1.4
13982026-05-23T15:37:44.328Z Compiling icu_locale_core v2.1.1
13992026-05-23T15:37:44.342Z Compiling icu_collections v2.1.1
14002026-05-23T15:37:44.361Z Compiling hmac v0.12.1
14012026-05-23T15:37:44.516Z Compiling block-padding v0.3.3
14022026-05-23T15:37:44.638Z Compiling futures-util v0.3.32
14032026-05-23T15:37:44.674Z Compiling inout v0.1.4
14042026-05-23T15:37:44.809Z Compiling cipher v0.4.4
14052026-05-23T15:37:44.839Z Compiling sha2 v0.10.9
14062026-05-23T15:37:45.071Z Compiling bytes v1.11.1
14072026-05-23T15:37:45.121Z Compiling icu_provider v2.1.1
14082026-05-23T15:37:45.198Z Compiling der_derive v0.7.3
14092026-05-23T15:37:45.259Z Compiling chrono v0.4.44
14102026-05-23T15:37:45.423Z Compiling icu_normalizer v2.1.1
14112026-05-23T15:37:45.674Z Compiling tokio v1.52.1
14122026-05-23T15:37:45.958Z Compiling icu_properties v2.1.2
14132026-05-23T15:37:46.147Z Compiling der v0.7.10
14142026-05-23T15:37:46.210Z Compiling http v1.4.0
14152026-05-23T15:37:46.606Z Compiling ppv-lite86 v0.2.21
14162026-05-23T15:37:46.647Z Compiling salsa20 v0.10.2
14172026-05-23T15:37:46.789Z Compiling idna_adapter v1.2.1
14182026-05-23T15:37:46.892Z Compiling idna v1.1.0
14192026-05-23T15:37:46.924Z Compiling pbkdf2 v0.12.2
14202026-05-23T15:37:46.939Z Compiling rustls-pki-types v1.14.0
14212026-05-23T15:37:47.034Z Compiling spki v0.7.3
14222026-05-23T15:37:47.092Z Compiling tracing-attributes v0.1.31
14232026-05-23T15:37:47.159Z Compiling thiserror-impl v2.0.18
14242026-05-23T15:37:47.264Z Compiling url v2.5.8
14252026-05-23T15:37:47.383Z Compiling scrypt v0.11.0
14262026-05-23T15:37:47.386Z Compiling rand_chacha v0.9.0
14272026-05-23T15:37:47.605Z Compiling http-body v1.0.1
14282026-05-23T15:37:47.652Z Compiling cbc v0.1.2
14292026-05-23T15:37:47.763Z Compiling aes v0.8.4
14302026-05-23T15:37:47.881Z Compiling untrusted v0.7.1
14312026-05-23T15:37:48.010Z Compiling httparse v1.10.1
14322026-05-23T15:37:48.054Z Compiling openssl-probe v0.2.1
14332026-05-23T15:37:48.078Z Compiling untrusted v0.9.0
14342026-05-23T15:37:48.202Z Compiling tinyvec_macros v0.1.1
14352026-05-23T15:37:48.274Z Compiling tinyvec v1.10.0
14362026-05-23T15:37:48.393Z Compiling pkcs5 v0.7.1
14372026-05-23T15:37:48.408Z Compiling tracing v0.1.44
14382026-05-23T15:37:48.489Z Compiling thiserror v2.0.18
14392026-05-23T15:37:48.599Z Compiling pest_generator v2.8.6
14402026-05-23T15:37:48.627Z Compiling rand v0.9.2
14412026-05-23T15:37:48.667Z Compiling serde_derive_internals v0.29.1
14422026-05-23T15:37:48.820Z Compiling aho-corasick v1.1.4
14432026-05-23T15:37:48.870Z Compiling schemars v0.8.22
14442026-05-23T15:37:49.069Z Compiling dyn-clone v1.0.20
14452026-05-23T15:37:49.210Z Compiling atomic-waker v1.1.2
14462026-05-23T15:37:49.291Z Compiling rustls v0.23.37
14472026-05-23T15:37:49.340Z Compiling tower-service v0.3.3
14482026-05-23T15:37:49.397Z Compiling tower-layer v0.3.3
14492026-05-23T15:37:49.437Z Compiling tokio-util v0.7.18
14502026-05-23T15:37:49.459Z Compiling try-lock v0.2.5
14512026-05-23T15:37:49.546Z Compiling schemars_derive v0.8.22
14522026-05-23T15:37:49.560Z Compiling want v0.3.1
14532026-05-23T15:37:49.574Z Compiling pest_derive v2.8.6
14542026-05-23T15:37:49.724Z Compiling regex-automata v0.4.14
14552026-05-23T15:37:49.995Z Compiling pkcs8 v0.10.2
14562026-05-23T15:37:50.300Z Compiling h2 v0.4.13
14572026-05-23T15:37:50.303Z Compiling ipnet v2.11.0
14582026-05-23T15:37:50.459Z Compiling scroll_derive v0.13.1
14592026-05-23T15:37:50.482Z Compiling darling_core v0.20.11
14602026-05-23T15:37:50.759Z Compiling httpdate v1.0.3
14612026-05-23T15:37:50.803Z Compiling foreign-types-shared v0.1.1
14622026-05-23T15:37:50.893Z Compiling openssl v0.10.78
14632026-05-23T15:37:50.983Z Compiling pin-utils v0.1.0
14642026-05-23T15:37:51.059Z Compiling foreign-types v0.3.2
14652026-05-23T15:37:51.140Z Compiling tempfile v3.25.0
14662026-05-23T15:37:51.249Z Compiling scroll v0.13.0
14672026-05-23T15:37:51.363Z Compiling unicode-normalization v0.1.25
14682026-05-23T15:37:51.523Z Compiling openssl-macros v0.1.1
14692026-05-23T15:37:51.821Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14702026-05-23T15:37:51.910Z Compiling spin v0.9.8
14712026-05-23T15:37:52.104Z Compiling crc32fast v1.5.0
14722026-05-23T15:37:52.147Z Compiling native-tls v0.2.18
14732026-05-23T15:37:52.250Z Compiling num-conv v0.2.0
14742026-05-23T15:37:52.363Z Compiling powerfmt v0.2.0
14752026-05-23T15:37:52.383Z Compiling time-core v0.1.8
14762026-05-23T15:37:52.516Z Compiling deranged v0.5.8
14772026-05-23T15:37:52.534Z Compiling time-macros v0.2.27
14782026-05-23T15:37:52.779Z Compiling darling_macro v0.20.11
14792026-05-23T15:37:53.244Z Compiling hyper v1.8.1
14802026-05-23T15:37:53.483Z Compiling darling v0.20.11
14812026-05-23T15:37:53.570Z Compiling goblin v0.10.5
14822026-05-23T15:37:53.589Z Compiling rustls-native-certs v0.8.3
14832026-05-23T15:37:53.808Z Compiling sync_wrapper v1.0.2
14842026-05-23T15:37:53.879Z Compiling wait-timeout v0.2.1
14852026-05-23T15:37:53.920Z Compiling num_threads v0.1.7
14862026-05-23T15:37:54.023Z Compiling simd-adler32 v0.3.8
14872026-05-23T15:37:54.145Z Compiling bit-vec v0.8.0
14882026-05-23T15:37:54.256Z Compiling syn v1.0.109
14892026-05-23T15:37:54.274Z Compiling hyper-util v0.1.20
14902026-05-23T15:37:54.373Z Compiling crossbeam-utils v0.8.21
14912026-05-23T15:37:54.555Z Compiling usdt-impl v0.6.0
14922026-05-23T15:37:54.658Z Compiling quick-error v1.2.3
14932026-05-23T15:37:54.759Z Compiling siphasher v1.0.2
14942026-05-23T15:37:54.807Z Compiling rusty-fork v0.3.1
14952026-05-23T15:37:55.020Z Compiling bit-set v0.8.0
14962026-05-23T15:37:55.102Z Compiling time v0.3.47
14972026-05-23T15:37:55.117Z Compiling tower v0.5.3
14982026-05-23T15:37:55.182Z Compiling derive_builder_core v0.20.2
14992026-05-23T15:37:55.575Z Compiling dtrace-parser v0.3.0
15002026-05-23T15:37:55.707Z Compiling http-body-util v0.1.3
15012026-05-23T15:37:55.954Z Compiling webpki-roots v1.0.6
15022026-05-23T15:37:55.983Z Compiling signature v2.2.0
15032026-05-23T15:37:56.044Z Compiling scroll_derive v0.12.1
15042026-05-23T15:37:56.074Z Compiling thiserror-impl v1.0.69
15052026-05-23T15:37:56.168Z Compiling heapless v0.7.17
15062026-05-23T15:37:56.325Z Compiling dof v0.4.0
15072026-05-23T15:37:56.410Z Compiling rand_xorshift v0.4.0
15082026-05-23T15:37:56.579Z Compiling slog v2.8.2
15092026-05-23T15:37:56.658Z Compiling darling_core v0.21.3
15102026-05-23T15:37:56.699Z Compiling bzip2-sys v0.1.13+1.0.8
15112026-05-23T15:37:56.763Z Compiling thread-id v5.1.0
15122026-05-23T15:37:56.851Z Compiling cookie v0.18.1
15132026-05-23T15:37:56.973Z Compiling adler2 v2.0.1
15142026-05-23T15:37:57.087Z Compiling zstd-safe v7.2.4
15152026-05-23T15:37:57.155Z Compiling signal-hook v0.3.18
15162026-05-23T15:37:57.286Z Compiling paste v1.0.15
15172026-05-23T15:37:57.324Z Compiling iri-string v0.7.10
15182026-05-23T15:37:57.339Z Compiling ryu v1.0.23
15192026-05-23T15:37:57.523Z Compiling allocator-api2 v0.2.21
15202026-05-23T15:37:57.544Z Compiling unicode-bidi v0.3.18
15212026-05-23T15:37:57.559Z Compiling anyhow v1.0.102
15222026-05-23T15:37:57.793Z Compiling unarray v0.1.4
15232026-05-23T15:37:57.847Z Compiling unicode-properties v0.1.4
15242026-05-23T15:37:57.907Z Compiling proptest v1.10.0
15252026-05-23T15:37:58.052Z Compiling stringprep v0.1.5
15262026-05-23T15:37:58.092Z Compiling serde_urlencoded v0.7.1
15272026-05-23T15:37:58.145Z Compiling thiserror v1.0.69
15282026-05-23T15:37:58.252Z Compiling miniz_oxide v0.8.9
15292026-05-23T15:37:58.490Z Compiling tower-http v0.6.8
15302026-05-23T15:37:58.882Z Compiling scroll v0.12.0
15312026-05-23T15:37:58.942Z Compiling derive_builder_macro v0.20.2
15322026-05-23T15:37:59.082Z Compiling tokio-native-tls v0.3.1
15332026-05-23T15:37:59.212Z Compiling darling_macro v0.21.3
15342026-05-23T15:37:59.250Z Compiling ipnetwork v0.21.1
15352026-05-23T15:37:59.381Z Compiling bstr v1.12.1
15362026-05-23T15:37:59.591Z Compiling rand_chacha v0.3.1
15372026-05-23T15:37:59.621Z Compiling serde_spanned v0.6.9
15382026-05-23T15:37:59.640Z Compiling erased-serde v0.3.31
15392026-05-23T15:37:59.684Z Compiling toml_datetime v0.6.11
15402026-05-23T15:37:59.762Z Compiling serde_tokenstream v0.2.3
15412026-05-23T15:37:59.947Z Compiling md-5 v0.10.6
15422026-05-23T15:38:00.023Z Compiling async-trait v0.1.89
15432026-05-23T15:38:00.076Z Compiling pin-project-internal v1.1.11
15442026-05-23T15:38:00.112Z Compiling zerocopy-derive v0.7.35
15452026-05-23T15:38:00.112Z Compiling curve25519-dalek v4.1.3
15462026-05-23T15:38:00.388Z Compiling vergen-lib v9.1.0
15472026-05-23T15:38:00.460Z Compiling num-integer v0.1.46
15482026-05-23T15:38:00.570Z Compiling hash32 v0.2.1
15492026-05-23T15:38:00.767Z Compiling ff v0.13.1
15502026-05-23T15:38:00.783Z Compiling memoffset v0.9.1
15512026-05-23T15:38:00.911Z Compiling encoding_rs v0.8.35
15522026-05-23T15:38:00.963Z Compiling num-bigint-dig v0.8.6
15532026-05-23T15:38:00.980Z Compiling mime v0.3.17
15542026-05-23T15:38:01.053Z Compiling ref-cast v1.0.25
15552026-05-23T15:38:01.155Z Compiling fallible-iterator v0.2.0
15562026-05-23T15:38:01.172Z Compiling smoltcp v0.9.1
15572026-05-23T15:38:01.238Z Compiling psl-types v2.0.11
15582026-05-23T15:38:01.354Z Compiling rustix v0.38.44
15592026-05-23T15:38:01.369Z Compiling cfg_aliases v0.2.1
15602026-05-23T15:38:01.445Z Compiling base16ct v0.2.0
15612026-05-23T15:38:01.467Z Compiling zlib-rs v0.6.2
15622026-05-23T15:38:01.506Z Compiling litrs v1.0.0
15632026-05-23T15:38:01.630Z Compiling sec1 v0.7.3
15642026-05-23T15:38:01.815Z Compiling nix v0.31.2
15652026-05-23T15:38:01.908Z Compiling postgres-protocol v0.6.10
15662026-05-23T15:38:02.074Z Compiling document-features v0.2.12
15672026-05-23T15:38:02.280Z Compiling publicsuffix v2.3.0
15682026-05-23T15:38:02.459Z Compiling pin-project v1.1.11
15692026-05-23T15:38:02.538Z Compiling zerocopy v0.7.35
15702026-05-23T15:38:02.559Z Compiling group v0.13.0
15712026-05-23T15:38:02.654Z Compiling num-iter v0.1.45
15722026-05-23T15:38:02.778Z Compiling newtype-uuid v1.3.2
15732026-05-23T15:38:02.855Z Compiling hubpack_derive v0.1.1
15742026-05-23T15:38:03.070Z Compiling rand v0.8.6
15752026-05-23T15:38:03.085Z Compiling darling v0.21.3
15762026-05-23T15:38:03.170Z Compiling oxnet v0.1.5
15772026-05-23T15:38:03.209Z Compiling derive_builder v0.20.2
15782026-05-23T15:38:03.230Z Compiling hyper-tls v0.6.0
15792026-05-23T15:38:03.299Z Compiling goblin v0.8.2
15802026-05-23T15:38:03.916Z Compiling phf_shared v0.13.1
15812026-05-23T15:38:03.987Z Compiling lazy_static v1.5.0
15822026-05-23T15:38:04.060Z Compiling regex v1.12.3
15832026-05-23T15:38:04.084Z Compiling anstyle-parse v0.2.7
15842026-05-23T15:38:04.160Z Compiling futures-executor v0.3.32
15852026-05-23T15:38:04.199Z Compiling hex v0.4.3
15862026-05-23T15:38:04.270Z Compiling hkdf v0.12.4
15872026-05-23T15:38:04.421Z Compiling flate2 v1.1.9
15882026-05-23T15:38:04.440Z Compiling crypto-bigint v0.5.5
15892026-05-23T15:38:04.466Z Compiling terminal_size v0.4.3
15902026-05-23T15:38:04.482Z Compiling daft-derive v0.1.7
15912026-05-23T15:38:04.603Z Compiling ref-cast-impl v1.0.25
15922026-05-23T15:38:04.673Z Compiling snafu-derive v0.8.9
15932026-05-23T15:38:04.825Z Compiling curve25519-dalek-derive v0.1.1
15942026-05-23T15:38:05.139Z Compiling strum_macros v0.27.2
15952026-05-23T15:38:05.200Z Compiling vergen v9.1.0
15962026-05-23T15:38:05.386Z Compiling fs-err v3.3.0
15972026-05-23T15:38:05.464Z Compiling cargo-platform v0.3.2
15982026-05-23T15:38:05.577Z Compiling ahash v0.8.12
15992026-05-23T15:38:05.739Z Compiling bumpalo v3.20.2
16002026-05-23T15:38:05.780Z Compiling libbz2-rs-sys v0.2.2
16012026-05-23T15:38:06.014Z Compiling same-file v1.0.6
16022026-05-23T15:38:06.184Z Compiling unicode-segmentation v1.12.0
16032026-05-23T15:38:06.461Z Compiling foldhash v0.1.5
16042026-05-23T15:38:06.533Z Compiling winnow v0.5.40
16052026-05-23T15:38:06.572Z Compiling foldhash v0.2.0
16062026-05-23T15:38:06.575Z Compiling managed v0.8.0
16072026-05-23T15:38:06.635Z Compiling object v0.37.3
16082026-05-23T15:38:06.797Z Compiling bitflags v1.3.2
16092026-05-23T15:38:06.797Z Compiling hashbrown v0.16.1
16102026-05-23T15:38:06.799Z Compiling clap_builder v4.6.0
16112026-05-23T15:38:06.956Z Compiling hashbrown v0.15.5
16122026-05-23T15:38:07.127Z Compiling strum v0.27.2
16132026-05-23T15:38:07.262Z Compiling snafu v0.8.9
16142026-05-23T15:38:07.439Z Compiling bzip2 v0.6.1
16152026-05-23T15:38:07.540Z Compiling walkdir v2.5.0
16162026-05-23T15:38:07.625Z Compiling zopfli v0.8.3
16172026-05-23T15:38:07.704Z Compiling cargo_metadata v0.23.1
16182026-05-23T15:38:07.848Z Compiling toml_edit v0.19.15
16192026-05-23T15:38:07.862Z Compiling dof v0.3.0
16202026-05-23T15:38:08.330Z Compiling elliptic-curve v0.13.8
16212026-05-23T15:38:08.584Z Compiling daft v0.1.7
16222026-05-23T15:38:08.835Z Compiling futures v0.3.32
16232026-05-23T15:38:08.862Z Compiling anstream v0.6.21
16242026-05-23T15:38:08.888Z Compiling phf v0.13.1
16252026-05-23T15:38:09.072Z Compiling signal-hook-mio v0.2.5
16262026-05-23T15:38:09.163Z Compiling cookie_store v0.22.1
16272026-05-23T15:38:09.189Z Compiling zstd v0.13.3
16282026-05-23T15:38:09.416Z Compiling hubpack v0.1.2
16292026-05-23T15:38:09.459Z Compiling bzip2 v0.4.4
16302026-05-23T15:38:09.641Z Compiling serde_with_macros v3.17.0
16312026-05-23T15:38:09.766Z Compiling postgres-types v0.2.12
16322026-05-23T15:38:09.851Z Compiling usdt-attr-macro v0.6.0
16332026-05-23T15:38:10.315Z Compiling usdt-macro v0.6.0
16342026-05-23T15:38:10.480Z Compiling globset v0.4.18
16352026-05-23T15:38:10.636Z Compiling dtrace-parser v0.2.0
16362026-05-23T15:38:10.746Z Compiling ed25519 v2.2.3
16372026-05-23T15:38:10.939Z Compiling phf_shared v0.11.3
16382026-05-23T15:38:10.984Z Compiling olpc-cjson v0.1.4
16392026-05-23T15:38:11.044Z Compiling pkcs1 v0.7.5
16402026-05-23T15:38:11.126Z Compiling serde-big-array v0.5.1
16412026-05-23T15:38:11.147Z Compiling serde_plain v1.0.2
16422026-05-23T15:38:11.162Z Compiling rfc6979 v0.4.0
16432026-05-23T15:38:11.271Z Compiling pem v3.0.6
16442026-05-23T15:38:11.290Z Compiling serde_repr v0.1.20
16452026-05-23T15:38:11.349Z Compiling strum_macros v0.26.4
16462026-05-23T15:38:11.390Z Compiling async-recursion v1.1.1
16472026-05-23T15:38:11.449Z Compiling clap_derive v4.6.1
16482026-05-23T15:38:11.604Z Compiling enum-as-inner v0.6.1
16492026-05-23T15:38:11.654Z Compiling float-cmp v0.10.0
16502026-05-23T15:38:11.807Z Compiling memmap2 v0.9.10
16512026-05-23T15:38:11.822Z Compiling thread-id v4.2.2
16522026-05-23T15:38:11.908Z Compiling env_filter v1.0.0
16532026-05-23T15:38:12.071Z Compiling static_assertions v1.1.0
16542026-05-23T15:38:12.086Z Compiling typed-path v0.9.3
16552026-05-23T15:38:12.136Z Compiling keccak v0.1.6
16562026-05-23T15:38:12.151Z Compiling difflib v0.4.0
16572026-05-23T15:38:12.248Z Compiling fixedbitset v0.5.7
16582026-05-23T15:38:12.564Z Compiling fixedbitset v0.4.2
16592026-05-23T15:38:12.712Z Compiling data-encoding v2.10.0
16602026-05-23T15:38:12.790Z Compiling new_debug_unreachable v1.0.6
16612026-05-23T15:38:12.869Z Compiling precomputed-hash v0.1.1
16622026-05-23T15:38:12.956Z Compiling whoami v2.1.0
16632026-05-23T15:38:12.973Z Compiling predicates-core v1.0.10
16642026-05-23T15:38:13.131Z Compiling jiff v0.2.21
16652026-05-23T15:38:13.155Z Compiling either v1.15.0
16662026-05-23T15:38:13.256Z Compiling normalize-line-endings v0.3.0
16672026-05-23T15:38:13.325Z Compiling clap v4.6.1
16682026-05-23T15:38:13.342Z Compiling predicates v3.1.4
16692026-05-23T15:38:13.359Z Compiling itertools v0.13.0
16702026-05-23T15:38:13.374Z Compiling tokio-postgres v0.7.16
16712026-05-23T15:38:13.407Z Compiling strum v0.26.3
16722026-05-23T15:38:13.410Z Compiling hickory-proto v0.25.2
16732026-05-23T15:38:13.541Z Compiling toml_edit v0.22.27
16742026-05-23T15:38:13.990Z Compiling string_cache v0.8.9
16752026-05-23T15:38:14.224Z Compiling petgraph v0.6.5
16762026-05-23T15:38:14.560Z Compiling petgraph v0.8.3
16772026-05-23T15:38:14.588Z Compiling sha3 v0.10.8
16782026-05-23T15:38:15.051Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
16792026-05-23T15:38:15.564Z Compiling env_logger v0.11.9
16802026-05-23T15:38:15.703Z Compiling zip v4.6.1
16812026-05-23T15:38:15.924Z Compiling usdt v0.6.0
16822026-05-23T15:38:16.177Z Compiling usdt-impl v0.5.0
16832026-05-23T15:38:16.252Z Compiling rsa v0.9.10
16842026-05-23T15:38:16.497Z Compiling ecdsa v0.16.9
16852026-05-23T15:38:16.684Z Compiling ed25519-dalek v2.2.0
16862026-05-23T15:38:16.763Z Compiling serde_with v3.17.0
16872026-05-23T15:38:16.884Z Compiling crossterm v0.28.1
16882026-05-23T15:38:17.381Z Compiling zip v0.6.6
16892026-05-23T15:38:17.976Z Compiling toml v0.7.8
16902026-05-23T15:38:18.061Z Compiling iddqd v0.4.1
16912026-05-23T15:38:18.566Z Compiling toml_parser v1.0.9+spec-1.1.0
16922026-05-23T15:38:18.599Z Compiling similar v2.7.0
16932026-05-23T15:38:18.664Z Compiling heck v0.4.1
16942026-05-23T15:38:18.838Z Compiling crossbeam-epoch v0.9.18
16952026-05-23T15:38:18.896Z Compiling tokio-stream v0.1.18
16962026-05-23T15:38:19.172Z Compiling buf-list v1.1.2
16972026-05-23T15:38:19.204Z Compiling x509-cert v0.2.5
16982026-05-23T15:38:19.295Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
16992026-05-23T15:38:19.373Z Compiling openapiv3 v2.2.0
17002026-05-23T15:38:19.451Z Compiling sha1 v0.10.6
17012026-05-23T15:38:19.466Z Compiling peg-runtime v0.8.5
17022026-05-23T15:38:19.595Z Compiling lalrpop-util v0.19.12
17032026-05-23T15:38:19.611Z Compiling thread_local v1.1.9
17042026-05-23T15:38:19.674Z Compiling slog-async v2.8.0
17052026-05-23T15:38:19.750Z Compiling crossbeam-channel v0.5.15
17062026-05-23T15:38:19.786Z Compiling is-terminal v0.4.17
17072026-05-23T15:38:19.861Z Compiling filetime v0.2.27
17082026-05-23T15:38:19.883Z Compiling term v1.2.1
17092026-05-23T15:38:19.988Z Compiling xattr v1.6.1
17102026-05-23T15:38:20.037Z Compiling take_mut v0.2.2
17112026-05-23T15:38:20.154Z Compiling slog-term v2.9.2
17122026-05-23T15:38:20.196Z Compiling tar v0.4.45
17132026-05-23T15:38:29.657Z Compiling rustls-webpki v0.103.9
17142026-05-23T15:38:32.476Z Compiling tokio-rustls v0.26.4
17152026-05-23T15:38:32.476Z Compiling rustls-platform-verifier v0.6.2
17162026-05-23T15:38:32.679Z Compiling hyper-rustls v0.27.7
17172026-05-23T15:38:32.886Z Compiling reqwest v0.12.28
17182026-05-23T15:38:32.886Z Compiling reqwest v0.13.2
17192026-05-23T15:38:34.158Z Compiling tough v0.22.0
17202026-05-23T15:38:36.708Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17212026-05-23T15:38:36.930Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17222026-05-23T15:38:39.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17232026-05-23T15:38:39.986Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17242026-05-23T15:38:40.044ZMay 23 15:38:38.722 INFO Starting download, target: Clickhouse
17252026-05-23T15:38:40.044ZMay 23 15:38:38.723 INFO Starting download, target: Cockroach
17262026-05-23T15:38:40.047ZMay 23 15:38:38.723 INFO Starting download, target: Console
17272026-05-23T15:38:40.047ZMay 23 15:38:38.723 INFO Starting download, target: DendriteStub
17282026-05-23T15:38:40.047ZMay 23 15:38:38.723 INFO Starting download, target: MaghemiteMgd
17292026-05-23T15:38:40.047ZMay 23 15:38:38.723 INFO Starting download, target: TransceiverControl
17302026-05-23T15:38:40.047ZMay 23 15:38:38.723 INFO Starting download, target: MaghemiteDdmd
17312026-05-23T15:38:40.047ZMay 23 15:38:38.723 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17322026-05-23T15:38:40.047ZMay 23 15:38:38.723 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17332026-05-23T15:38:40.048ZMay 23 15:38:38.723 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17342026-05-23T15:38:40.048ZMay 23 15:38:38.723 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17352026-05-23T15:38:40.048ZMay 23 15:38:38.723 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17362026-05-23T15:38:40.048ZMay 23 15:38:38.723 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17372026-05-23T15:38:40.048ZMay 23 15:38:38.723 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17382026-05-23T15:38:40.632ZMay 23 15:38:39.309 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17392026-05-23T15:38:40.861ZMay 23 15:38:39.524 INFO Download complete, target: TransceiverControl
17402026-05-23T15:38:41.027ZMay 23 15:38:39.696 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17412026-05-23T15:38:41.262ZMay 23 15:38:39.932 INFO Download complete, target: Console
17422026-05-23T15:38:41.801ZMay 23 15:38:40.477 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17432026-05-23T15:38:42.259ZMay 23 15:38:40.937 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17442026-05-23T15:38:42.269ZMay 23 15:38:40.943 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17452026-05-23T15:38:42.297ZMay 23 15:38:40.958 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17462026-05-23T15:38:42.695ZMay 23 15:38:41.373 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17472026-05-23T15:38:42.695ZMay 23 15:38:41.373 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17482026-05-23T15:38:44.347ZMay 23 15:38:43.025 INFO Download complete, target: MaghemiteDdmd
17492026-05-23T15:38:44.924ZMay 23 15:38:43.602 INFO Download complete, target: MaghemiteMgd
17502026-05-23T15:38:44.965ZMay 23 15:38:43.643 INFO Download complete, target: DendriteStub
17512026-05-23T15:38:47.427ZMay 23 15:38:46.105 INFO Checking that binary works, target: Cockroach
17522026-05-23T15:38:47.543ZMay 23 15:38:46.222 INFO Download complete, target: Cockroach
17532026-05-23T15:38:48.747ZMay 23 15:38:47.425 INFO Checking that binary works, target: Clickhouse
17542026-05-23T15:38:48.896ZMay 23 15:38:47.574 INFO Download complete, target: Clickhouse
17552026-05-23T15:38:48.914ZAll builder prerequisites installed successfully, and PATH looks valid
17562026-05-23T15:38:48.917Z
17572026-05-23T15:38:48.917Zreal 2:18.512128136
17582026-05-23T15:38:48.917Zuser 7:00.424701852
17592026-05-23T15:38:48.917Zsys 1:24.914262599
17602026-05-23T15:38:48.917Ztrap 0.247613410
17612026-05-23T15:38:48.917Ztflt 0.723426660
17622026-05-23T15:38:48.917Zdflt 0.555319690
17632026-05-23T15:38:48.917Zkflt 0.030155827
17642026-05-23T15:38:48.917Zlock 21:55.205847132
17652026-05-23T15:38:48.917Zslp 21:23.161402002
17662026-05-23T15:38:48.917Zlat 45.264814737
17672026-05-23T15:38:48.917Zstop 1:59.345268445
17682026-05-23T15:38:48.917Z+ banner clippy
17692026-05-23T15:38:48.917Z
17702026-05-23T15:38:48.917Z #### # # ##### ##### # #
17712026-05-23T15:38:48.917Z # # # # # # # # # #
17722026-05-23T15:38:48.917Z # # # # # # # #
17732026-05-23T15:38:48.917Z # # # ##### ##### #
17742026-05-23T15:38:48.917Z # # # # # # #
17752026-05-23T15:38:48.917Z #### ###### # # # #
17762026-05-23T15:38:48.918Z
17772026-05-23T15:38:48.918Z+ export CARGO_INCREMENTAL=0
17782026-05-23T15:38:48.918Z+ CARGO_INCREMENTAL=0
17792026-05-23T15:38:48.918Z+ ptime -m cargo xtask clippy
17802026-05-23T15:38:49.492Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17812026-05-23T15:38:49.719Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17822026-05-23T15:38:51.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.64s
17832026-05-23T15:38:51.670Z Running `target/debug/xtask clippy`
17842026-05-23T15:38:51.699Zrunning: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
17852026-05-23T15:38:52.367Z Downloading crates ...
17862026-05-23T15:38:52.565Z Downloaded addr2line v0.25.1
17872026-05-23T15:38:52.568Z Downloaded miette-derive v5.10.0
17882026-05-23T15:38:52.569Z Downloaded parking v2.2.1
17892026-05-23T15:38:52.576Z Downloaded cfg-expr v0.20.6
17902026-05-23T15:38:52.578Z Downloaded approx v0.5.1
17912026-05-23T15:38:52.581Z Downloaded assert-json-diff v2.0.2
17922026-05-23T15:38:52.584Z Downloaded partial-io v0.5.4
17932026-05-23T15:38:52.584Z Downloaded owo-colors v3.5.0
17942026-05-23T15:38:52.594Z Downloaded target-triple v1.0.0
17952026-05-23T15:38:52.596Z Downloaded async-object-pool v0.2.0
17962026-05-23T15:38:52.596Z Downloaded rustc-demangle v0.1.27
17972026-05-23T15:38:52.599Z Downloaded linkme v0.3.35
17982026-05-23T15:38:52.599Z Downloaded event-listener-strategy v0.5.4
17992026-05-23T15:38:52.602Z Downloaded guppy-workspace-hack v0.1.0
18002026-05-23T15:38:52.605Z Downloaded anes v0.1.6
18012026-05-23T15:38:52.608Z Downloaded assert_cmd v2.1.2
18022026-05-23T15:38:52.610Z Downloaded termcolor v1.4.1
18032026-05-23T15:38:52.610Z Downloaded criterion-plot v0.6.0
18042026-05-23T15:38:52.615Z Downloaded escape8259 v0.5.3
18052026-05-23T15:38:52.617Z Downloaded nested v0.1.1
18062026-05-23T15:38:52.617Z Downloaded constant_time_eq v0.3.1
18072026-05-23T15:38:52.620Z Downloaded supports-color v2.1.0
18082026-05-23T15:38:52.623Z Downloaded backtrace-ext v0.2.1
18092026-05-23T15:38:52.626Z Downloaded cast v0.3.0
18102026-05-23T15:38:52.629Z Downloaded linkme-impl v0.3.35
18112026-05-23T15:38:52.629Z Downloaded libtest-mimic v0.8.1
18122026-05-23T15:38:52.632Z Downloaded supports-unicode v2.1.0
18132026-05-23T15:38:52.634Z Downloaded terminal_size v0.1.17
18142026-05-23T15:38:52.637Z Downloaded hickory-client v0.25.2
18152026-05-23T15:38:52.640Z Downloaded trybuild v1.0.116
18162026-05-23T15:38:52.642Z Downloaded rust-argon2 v2.1.0
18172026-05-23T15:38:52.642Z Downloaded plotters-backend v0.3.7
18182026-05-23T15:38:52.645Z Downloaded supports-hyperlinks v2.1.0
18192026-05-23T15:38:52.648Z Downloaded plotters-svg v0.3.7
18202026-05-23T15:38:52.648Z Downloaded pathdiff v0.2.3
18212026-05-23T15:38:52.648Z Downloaded serde_regex v1.1.0
18222026-05-23T15:38:52.651Z Downloaded stringmetrics v2.2.2
18232026-05-23T15:38:52.651Z Downloaded similar-asserts v1.7.0
18242026-05-23T15:38:52.655Z Downloaded target-spec v3.5.7
18252026-05-23T15:38:52.655Z Downloaded concurrent-queue v2.5.0
18262026-05-23T15:38:52.657Z Downloaded tokio-test v0.4.5
18272026-05-23T15:38:52.662Z Downloaded relative-path v1.9.3
18282026-05-23T15:38:52.666Z Downloaded futures-timer v3.0.3
18292026-05-23T15:38:52.669Z Downloaded tinytemplate v1.2.1
18302026-05-23T15:38:52.675Z Downloaded fancy-regex v0.14.0
18312026-05-23T15:38:52.678Z Downloaded event-listener v5.4.1
18322026-05-23T15:38:52.681Z Downloaded path-tree v0.8.3
18332026-05-23T15:38:52.684Z Downloaded target-lexicon v0.13.3
18342026-05-23T15:38:52.689Z Downloaded oorandom v11.1.5
18352026-05-23T15:38:52.691Z Downloaded async-lock v3.4.2
18362026-05-23T15:38:52.694Z Downloaded httptest v0.16.4
18372026-05-23T15:38:52.698Z Downloaded knuffel-derive v3.2.0
18382026-05-23T15:38:52.700Z Downloaded datatest-stable v0.3.3
18392026-05-23T15:38:52.703Z Downloaded blake2b_simd v1.0.4
18402026-05-23T15:38:52.703Z Downloaded rstest v0.25.0
18412026-05-23T15:38:52.709Z Downloaded textwrap v0.15.2
18422026-05-23T15:38:52.712Z Downloaded miette v5.10.0
18432026-05-23T15:38:52.715Z Downloaded knuffel v3.2.0
18442026-05-23T15:38:52.719Z Downloaded rstest_macros v0.25.0
18452026-05-23T15:38:52.719Z Downloaded backtrace v0.3.76
18462026-05-23T15:38:52.725Z Downloaded rand_distr v0.5.1
18472026-05-23T15:38:52.727Z Downloaded chumsky v0.9.3
18482026-05-23T15:38:52.736Z Downloaded guppy v0.17.25
18492026-05-23T15:38:52.760Z Downloaded hashbrown v0.14.5
18502026-05-23T15:38:52.762Z Downloaded plotters v0.3.7
18512026-05-23T15:38:52.767Z Downloaded criterion v0.7.0
18522026-05-23T15:38:52.784Z Downloaded gimli v0.32.3
18532026-05-23T15:38:52.862Z Downloaded httpmock v0.8.3
18542026-05-23T15:38:54.655Z Checking cfg-if v1.0.4
18552026-05-23T15:38:55.030Z Checking libc v0.2.185
18562026-05-23T15:38:55.033Z Checking serde_core v1.0.228
18572026-05-23T15:38:55.108Z Checking memchr v2.8.0
18582026-05-23T15:38:55.150Z Checking smallvec v1.15.1
18592026-05-23T15:38:55.192Z Checking itoa v1.0.17
18602026-05-23T15:38:55.235Z Checking log v0.4.29
18612026-05-23T15:38:55.283Z Checking libm v0.2.16
18622026-05-23T15:38:55.325Z Checking zeroize v1.8.2
18632026-05-23T15:38:55.369Z Checking stable_deref_trait v1.2.1
18642026-05-23T15:38:55.372Z Checking scopeguard v1.2.0
18652026-05-23T15:38:55.447Z Checking errno v0.3.14
18662026-05-23T15:38:55.447Z Checking getrandom v0.2.17
18672026-05-23T15:38:55.525Z Checking zmij v1.0.21
18682026-05-23T15:38:55.566Z Checking lock_api v0.4.14
18692026-05-23T15:38:55.566Z Checking zerofrom v0.1.6
18702026-05-23T15:38:55.640Z Checking percent-encoding v2.3.2
18712026-05-23T15:38:55.643Z Checking writeable v0.6.2
18722026-05-23T15:38:55.643Z Checking litemap v0.8.1
18732026-05-23T15:38:55.746Z Checking yoke v0.8.1
18742026-05-23T15:38:55.786Z Checking icu_properties_data v2.1.2
18752026-05-23T15:38:55.789Z Checking icu_normalizer_data v2.1.1
18762026-05-23T15:38:55.863Z Checking form_urlencoded v1.2.2
18772026-05-23T15:38:55.903Z Checking utf8_iter v1.0.4
18782026-05-23T15:38:55.943Z Checking zerovec v0.11.5
18792026-05-23T15:38:55.943Z Checking zerotrie v0.2.3
18802026-05-23T15:38:56.019Z Checking num-traits v0.2.19
18812026-05-23T15:38:56.058Z Checking subtle v2.6.1
18822026-05-23T15:38:56.058Z Checking rand_core v0.10.0
18832026-05-23T15:38:56.133Z Checking pin-project-lite v0.2.17
18842026-05-23T15:38:56.175Z Checking rand_core v0.6.4
18852026-05-23T15:38:56.218Z Checking zerocopy v0.8.40
18862026-05-23T15:38:56.259Z Checking getrandom v0.4.1
18872026-05-23T15:38:56.299Z Checking parking_lot_core v0.9.12
18882026-05-23T15:38:56.339Z Checking portable-atomic v1.13.1
18892026-05-23T15:38:56.384Z Checking critical-section v1.2.0
18902026-05-23T15:38:56.428Z Checking tinystr v0.8.2
18912026-05-23T15:38:56.468Z Checking potential_utf v0.1.4
18922026-05-23T15:38:56.515Z Checking parking_lot v0.12.5
18932026-05-23T15:38:56.555Z Checking serde v1.0.228
18942026-05-23T15:38:56.558Z Checking serde_json v1.0.149
18952026-05-23T15:38:56.630Z Checking bitflags v2.11.0
18962026-05-23T15:38:56.633Z Checking icu_locale_core v2.1.1
18972026-05-23T15:38:56.633Z Checking icu_collections v2.1.1
18982026-05-23T15:38:56.746Z Checking signal-hook-registry v1.4.8
18992026-05-23T15:38:56.789Z Checking once_cell v1.21.3
19002026-05-23T15:38:56.832Z Checking mio v1.2.0
19012026-05-23T15:38:56.952Z Checking typenum v1.19.0
19022026-05-23T15:38:56.995Z Checking bytes v1.11.1
19032026-05-23T15:38:57.037Z Checking iana-time-zone v0.1.65
19042026-05-23T15:38:57.077Z Checking socket2 v0.6.3
19052026-05-23T15:38:57.149Z Checking uuid v1.23.0
19062026-05-23T15:38:57.191Z Checking chrono v0.4.44
19072026-05-23T15:38:57.243Z Checking icu_provider v2.1.1
19082026-05-23T15:38:57.293Z Checking semver v1.0.28
19092026-05-23T15:38:57.362Z Checking thiserror v2.0.18
19102026-05-23T15:38:57.462Z Checking tokio v1.52.1
19112026-05-23T15:38:57.503Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19122026-05-23T15:38:57.506Z Checking futures-core v0.3.32
19132026-05-23T15:38:57.579Z Checking generic-array v0.14.7
19142026-05-23T15:38:57.582Z Checking icu_properties v2.1.2
19152026-05-23T15:38:57.614Z Checking icu_normalizer v2.1.1
19162026-05-23T15:38:57.693Z Checking dyn-clone v1.0.20
19172026-05-23T15:38:57.788Z Checking equivalent v1.0.2
19182026-05-23T15:38:57.829Z Checking const-oid v0.9.6
19192026-05-23T15:38:57.906Z Checking futures-sink v0.3.32
19202026-05-23T15:38:57.987Z Checking rustix v1.1.3
19212026-05-23T15:38:58.040Z Checking byteorder v1.5.0
19222026-05-23T15:38:58.080Z Checking crypto-common v0.1.7
19232026-05-23T15:38:58.083Z Checking block-buffer v0.10.4
19242026-05-23T15:38:58.238Z Checking futures-channel v0.3.32
19252026-05-23T15:38:58.276Z Checking slab v0.4.12
19262026-05-23T15:38:58.313Z Checking futures-io v0.3.32
19272026-05-23T15:38:58.465Z Checking futures-task v0.3.32
19282026-05-23T15:38:58.468Z Checking thiserror v1.0.69
19292026-05-23T15:38:58.468Z Checking cpufeatures v0.2.17
19302026-05-23T15:38:58.576Z Checking idna_adapter v1.2.1
19312026-05-23T15:38:58.580Z Checking digest v0.10.7
19322026-05-23T15:38:58.647Z Checking futures-util v0.3.32
19332026-05-23T15:38:58.650Z Checking hashbrown v0.17.0
19342026-05-23T15:38:58.722Z Checking getrandom v0.3.4
19352026-05-23T15:38:58.760Z Checking idna v1.1.0
19362026-05-23T15:38:58.832Z Checking fnv v1.0.7
19372026-05-23T15:38:58.872Z Checking regex-syntax v0.8.10
19382026-05-23T15:38:58.911Z Checking base64 v0.22.1
19392026-05-23T15:38:58.960Z Checking http v1.4.0
19402026-05-23T15:38:59.017Z Checking ppv-lite86 v0.2.21
19412026-05-23T15:38:59.056Z Checking url v2.5.8
19422026-05-23T15:38:59.175Z Checking indexmap v2.14.0
19432026-05-23T15:38:59.215Z Checking tracing-core v0.1.36
19442026-05-23T15:38:59.338Z Checking utf8parse v0.2.2
19452026-05-23T15:38:59.473Z Checking anstyle v1.0.14
19462026-05-23T15:38:59.520Z Checking schemars v0.8.22
19472026-05-23T15:38:59.561Z Checking ipnet v2.11.0
19482026-05-23T15:38:59.563Z Checking tracing v0.1.44
19492026-05-23T15:38:59.691Z Checking base64ct v1.8.3
19502026-05-23T15:38:59.764Z Checking unicode-ident v1.0.24
19512026-05-23T15:38:59.833Z Checking colorchoice v1.0.4
19522026-05-23T15:38:59.873Z Checking is_terminal_polyfill v1.70.2
19532026-05-23T15:38:59.910Z Checking anstyle-query v1.1.5
19542026-05-23T15:38:59.956Z Checking proc-macro2 v1.0.106
19552026-05-23T15:38:59.996Z Checking block-padding v0.3.3
19562026-05-23T15:38:59.999Z Checking untrusted v0.9.0
19572026-05-23T15:39:00.070Z Checking aho-corasick v1.1.4
19582026-05-23T15:39:00.165Z Checking inout v0.1.4
19592026-05-23T15:39:00.206Z Checking ring v0.17.14
19602026-05-23T15:39:00.209Z Checking anstyle-parse v1.0.0
19612026-05-23T15:39:00.247Z Checking terminal_size v0.4.3
19622026-05-23T15:39:00.319Z Checking quote v1.0.45
19632026-05-23T15:39:00.357Z Checking cipher v0.4.4
19642026-05-23T15:39:00.426Z Checking crossbeam-utils v0.8.21
19652026-05-23T15:39:00.429Z Checking anstream v1.0.0
19662026-05-23T15:39:00.519Z Checking syn v2.0.117
19672026-05-23T15:39:00.560Z Checking rustls-pki-types v1.14.0
19682026-05-23T15:39:00.600Z Checking httparse v1.10.1
19692026-05-23T15:39:00.677Z Checking tokio-util v0.7.18
19702026-05-23T15:39:00.719Z Checking clap_lex v1.0.0
19712026-05-23T15:39:00.763Z Checking regex-automata v0.4.14
19722026-05-23T15:39:00.803Z Checking strsim v0.11.1
19732026-05-23T15:39:00.843Z Checking pem-rfc7468 v0.7.0
19742026-05-23T15:39:00.882Z Checking sha2 v0.10.9
19752026-05-23T15:39:00.922Z Checking allocator-api2 v0.2.21
19762026-05-23T15:39:00.996Z Checking clap_builder v4.6.0
19772026-05-23T15:39:01.036Z Checking rand_core v0.9.5
19782026-05-23T15:39:01.187Z Checking hmac v0.12.1
19792026-05-23T15:39:01.239Z Checking powerfmt v0.2.0
19802026-05-23T15:39:01.242Z Checking http-body v1.0.1
19812026-05-23T15:39:01.242Z Checking time-core v0.1.8
19822026-05-23T15:39:01.350Z Checking num-conv v0.2.0
19832026-05-23T15:39:01.353Z Checking atomic-waker v1.1.2
19842026-05-23T15:39:01.425Z Checking deranged v0.5.8
19852026-05-23T15:39:01.465Z Checking flagset v0.4.7
19862026-05-23T15:39:01.502Z Checking num_threads v0.1.7
19872026-05-23T15:39:01.505Z Checking httpdate v1.0.3
19882026-05-23T15:39:01.575Z Checking try-lock v0.2.5
19892026-05-23T15:39:01.617Z Checking der v0.7.10
19902026-05-23T15:39:01.655Z Checking h2 v0.4.13
19912026-05-23T15:39:01.706Z Checking want v0.3.1
19922026-05-23T15:39:01.745Z Checking rand_chacha v0.9.0
19932026-05-23T15:39:01.863Z Checking anyhow v1.0.102
19942026-05-23T15:39:01.973Z Checking tower-layer v0.3.3
19952026-05-23T15:39:02.092Z Checking pin-utils v0.1.0
19962026-05-23T15:39:02.156Z Checking ryu v1.0.23
19972026-05-23T15:39:02.197Z Checking tower-service v0.3.3
19982026-05-23T15:39:02.235Z Checking clap v4.6.1
19992026-05-23T15:39:02.319Z Checking rand v0.9.2
20002026-05-23T15:39:02.360Z Checking erased-serde v0.3.31
20012026-05-23T15:39:02.363Z Checking spin v0.9.8
20022026-05-23T15:39:02.400Z Checking time v0.3.47
20032026-05-23T15:39:02.472Z Checking mime v0.3.17
20042026-05-23T15:39:02.583Z Checking fastrand v2.3.0
20052026-05-23T15:39:02.623Z Checking spki v0.7.3
20062026-05-23T15:39:02.677Z Checking http-body-util v0.1.3
20072026-05-23T15:39:02.780Z Checking slog v2.8.2
20082026-05-23T15:39:02.783Z Checking pbkdf2 v0.12.2
20092026-05-23T15:39:02.855Z Checking aes v0.8.4
20102026-05-23T15:39:02.858Z Checking aws-lc-sys v0.40.0
20112026-05-23T15:39:02.890Z Checking untrusted v0.7.1
20122026-05-23T15:39:02.965Z Checking salsa20 v0.10.2
20132026-05-23T15:39:02.968Z Checking cbc v0.1.2
20142026-05-23T15:39:03.040Z Checking rand_chacha v0.3.1
20152026-05-23T15:39:03.079Z Checking hex v0.4.3
20162026-05-23T15:39:03.134Z Checking pretty-hex v0.4.1
20172026-05-23T15:39:03.174Z Checking simd-adler32 v0.3.8
20182026-05-23T15:39:03.267Z Checking openssl-probe v0.2.1
20192026-05-23T15:39:03.309Z Checking scrypt v0.11.0
20202026-05-23T15:39:03.312Z Checking rand v0.8.6
20212026-05-23T15:39:03.332Z Checking tempfile v3.25.0
20222026-05-23T15:39:03.485Z Checking regex v1.12.3
20232026-05-23T15:39:03.488Z Checking aws-lc-rs v1.16.3
20242026-05-23T15:39:03.488Z Checking serde_urlencoded v0.7.1
20252026-05-23T15:39:03.602Z Checking encoding_rs v0.8.35
20262026-05-23T15:39:03.650Z Checking plain v0.2.3
20272026-05-23T15:39:03.653Z Checking adler2 v2.0.1
20282026-05-23T15:39:03.792Z Checking pkcs5 v0.7.1
20292026-05-23T15:39:03.833Z Checking ipnetwork v0.21.1
20302026-05-23T15:39:03.836Z Checking miniz_oxide v0.8.9
20312026-05-23T15:39:03.908Z Checking ucd-trie v0.1.7
20322026-05-23T15:39:03.946Z Checking camino v1.2.2
20332026-05-23T15:39:04.074Z Checking pest v2.8.6
20342026-05-23T15:39:04.113Z Checking pkcs8 v0.10.2
20352026-05-23T15:39:04.152Z Checking rustls-native-certs v0.8.3
20362026-05-23T15:39:04.219Z Checking sync_wrapper v1.0.2
20372026-05-23T15:39:04.261Z Checking foldhash v0.2.0
20382026-05-23T15:39:04.315Z Checking webpki-roots v1.0.6
20392026-05-23T15:39:04.354Z Checking futures-executor v0.3.32
20402026-05-23T15:39:04.391Z Checking tower v0.5.3
20412026-05-23T15:39:04.394Z Checking hyper v1.8.1
20422026-05-23T15:39:04.394Z Checking rustls-webpki v0.103.9
20432026-05-23T15:39:04.500Z Checking iri-string v0.7.10
20442026-05-23T15:39:04.503Z Checking hashbrown v0.16.1
20452026-05-23T15:39:04.573Z Checking either v1.15.0
20462026-05-23T15:39:04.610Z Checking futures v0.3.32
20472026-05-23T15:39:04.721Z Checking crc32fast v1.5.0
20482026-05-23T15:39:04.788Z Checking openapiv3 v2.2.0
20492026-05-23T15:39:04.829Z Checking static_assertions v1.1.0
20502026-05-23T15:39:04.894Z Checking lazy_static v1.5.0
20512026-05-23T15:39:04.934Z Checking signature v2.2.0
20522026-05-23T15:39:04.937Z Checking rustls v0.23.37
20532026-05-23T15:39:05.019Z Checking strum v0.26.3
20542026-05-23T15:39:05.058Z Checking oxnet v0.1.5
20552026-05-23T15:39:05.100Z Checking hubpack v0.1.2
20562026-05-23T15:39:05.158Z Checking zlib-rs v0.6.2
20572026-05-23T15:39:05.161Z Checking winnow v0.7.14
20582026-05-23T15:39:05.299Z Checking tinyvec_macros v0.1.1
20592026-05-23T15:39:05.338Z Checking sha1 v0.10.6
20602026-05-23T15:39:05.378Z Checking hyper-util v0.1.20
20612026-05-23T15:39:05.417Z Checking tinyvec v1.10.0
20622026-05-23T15:39:05.532Z Checking num-integer v0.1.46
20632026-05-23T15:39:05.572Z Checking tower-http v0.6.8
20642026-05-23T15:39:05.751Z Checking scroll v0.13.0
20652026-05-23T15:39:05.791Z Checking psl-types v2.0.11
20662026-05-23T15:39:05.877Z Checking data-encoding v2.10.0
20672026-05-23T15:39:05.942Z Checking publicsuffix v2.3.0
20682026-05-23T15:39:06.012Z Checking goblin v0.10.5
20692026-05-23T15:39:06.078Z Checking flate2 v1.1.9
20702026-05-23T15:39:06.119Z Checking cookie v0.18.1
20712026-05-23T15:39:06.159Z Checking toml_datetime v0.6.11
20722026-05-23T15:39:06.195Z Checking serde_spanned v0.6.9
20732026-05-23T15:39:06.359Z Checking memmap2 v0.9.10
20742026-05-23T15:39:06.399Z Checking bit-vec v0.8.0
20752026-05-23T15:39:06.402Z Checking base16ct v0.2.0
20762026-05-23T15:39:06.402Z Checking cookie_store v0.22.1
20772026-05-23T15:39:06.508Z Checking dtrace-parser v0.3.0
20782026-05-23T15:39:06.554Z Checking ff v0.13.1
20792026-05-23T15:39:06.625Z Checking bit-set v0.8.0
20802026-05-23T15:39:06.628Z Checking sec1 v0.7.3
20812026-05-23T15:39:06.701Z Checking wait-timeout v0.2.1
20822026-05-23T15:39:06.740Z Checking thread-id v5.1.0
20832026-05-23T15:39:06.777Z Checking group v0.13.0
20842026-05-23T15:39:06.817Z Checking num-iter v0.1.45
20852026-05-23T15:39:06.819Z Checking bstr v1.12.1
20862026-05-23T15:39:06.890Z Checking hkdf v0.12.4
20872026-05-23T15:39:06.893Z Checking crossbeam-epoch v0.9.18
20882026-05-23T15:39:06.963Z Checking anstyle-parse v0.2.7
20892026-05-23T15:39:06.969Z Checking ahash v0.8.12
20902026-05-23T15:39:06.969Z Checking crypto-bigint v0.5.5
20912026-05-23T15:39:07.073Z Checking quick-error v1.2.3
20922026-05-23T15:39:07.149Z Checking foreign-types-shared v0.1.1
20932026-05-23T15:39:07.188Z Checking anstream v0.6.21
20942026-05-23T15:39:07.227Z Checking rusty-fork v0.3.1
20952026-05-23T15:39:07.264Z Checking foreign-types v0.3.2
20962026-05-23T15:39:07.267Z Checking rand_xorshift v0.4.0
20972026-05-23T15:39:07.267Z Checking scroll v0.12.0
20982026-05-23T15:39:07.372Z Checking openssl-sys v0.9.114
20992026-05-23T15:39:07.375Z Checking tokio-rustls v0.26.4
21002026-05-23T15:39:07.447Z Checking rustls-platform-verifier v0.6.2
21012026-05-23T15:39:07.451Z Checking unarray v0.1.4
21022026-05-23T15:39:07.451Z Checking num-bigint-dig v0.8.6
21032026-05-23T15:39:07.586Z Checking goblin v0.8.2
21042026-05-23T15:39:07.630Z Checking proptest v1.10.0
21052026-05-23T15:39:07.633Z Checking pkcs1 v0.7.5
21062026-05-23T15:39:07.703Z Checking hyper-rustls v0.27.7
21072026-05-23T15:39:07.901Z Checking openssl v0.10.78
21082026-05-23T15:39:07.941Z Checking x509-cert v0.2.5
21092026-05-23T15:39:07.944Z Checking elliptic-curve v0.13.8
21102026-05-23T15:39:08.015Z Checking reqwest v0.13.2
21112026-05-23T15:39:08.319Z Checking dof v0.4.0
21122026-05-23T15:39:08.323Z Checking zerocopy v0.7.35
21132026-05-23T15:39:08.397Z Checking unicode-segmentation v1.12.0
21142026-05-23T15:39:08.627Z Checking rsa v0.9.10
21152026-05-23T15:39:08.751Z Checking dtrace-parser v0.2.0
21162026-05-23T15:39:08.895Z Checking rfc6979 v0.4.0
21172026-05-23T15:39:08.937Z Checking memoffset v0.9.1
21182026-05-23T15:39:08.997Z Checking usdt-impl v0.6.0
21192026-05-23T15:39:09.038Z Checking thread-id v4.2.2
21202026-05-23T15:39:09.077Z Checking ecdsa v0.16.9
21212026-05-23T15:39:09.080Z Checking curve25519-dalek v4.1.3
21222026-05-23T15:39:09.152Z Checking rustix v0.38.44
21232026-05-23T15:39:09.155Z Checking env_filter v1.0.0
21242026-05-23T15:39:09.306Z Checking usdt v0.6.0
21252026-05-23T15:39:09.365Z Checking keccak v0.1.6
21262026-05-23T15:39:09.449Z Checking toml_write v0.1.2
21272026-05-23T15:39:09.490Z Checking newtype-uuid v1.3.2
21282026-05-23T15:39:09.528Z Checking same-file v1.0.6
21292026-05-23T15:39:09.565Z Checking dof v0.3.0
21302026-05-23T15:39:09.568Z Checking sha3 v0.10.8
21312026-05-23T15:39:09.646Z Checking toml_edit v0.22.27
21322026-05-23T15:39:09.686Z Checking walkdir v2.5.0
21332026-05-23T15:39:09.723Z Checking daft v0.1.7
21342026-05-23T15:39:09.835Z Checking env_logger v0.11.9
21352026-05-23T15:39:09.879Z Checking usdt-impl v0.5.0
21362026-05-23T15:39:09.882Z Checking ed25519 v2.2.3
21372026-05-23T15:39:09.920Z Checking itertools v0.13.0
21382026-05-23T15:39:09.993Z Checking native-tls v0.2.18
21392026-05-23T15:39:09.996Z Checking serde_with v3.17.0
21402026-05-23T15:39:10.028Z Checking bitflags v1.3.2
21412026-05-23T15:39:10.101Z Checking siphasher v1.0.2
21422026-05-23T15:39:10.140Z Checking ed25519-dalek v2.2.0
21432026-05-23T15:39:10.143Z Checking nix v0.31.2
21442026-05-23T15:39:10.214Z Checking tokio-native-tls v0.3.1
21452026-05-23T15:39:10.217Z Checking toml_parser v1.0.9+spec-1.1.0
21462026-05-23T15:39:10.287Z Checking unicode-normalization v0.1.25
21472026-05-23T15:39:10.404Z Checking signal-hook v0.3.18
21482026-05-23T15:39:10.444Z Checking hyper-tls v0.6.0
21492026-05-23T15:39:10.574Z Checking winnow v0.5.40
21502026-05-23T15:39:10.626Z Checking managed v0.8.0
21512026-05-23T15:39:10.666Z Checking reqwest v0.12.28
21522026-05-23T15:39:10.716Z Checking bzip2-sys v0.1.13+1.0.8
21532026-05-23T15:39:10.761Z Checking object v0.37.3
21542026-05-23T15:39:10.833Z Checking foldhash v0.1.5
21552026-05-23T15:39:10.873Z Checking bzip2 v0.4.4
21562026-05-23T15:39:11.000Z Checking hashbrown v0.15.5
21572026-05-23T15:39:11.003Z Checking signal-hook-mio v0.2.5
21582026-05-23T15:39:11.075Z Checking globset v0.4.18
21592026-05-23T15:39:11.174Z Checking ref-cast v1.0.25
21602026-05-23T15:39:11.262Z Checking zstd-sys v2.0.16+zstd.1.5.7
21612026-05-23T15:39:11.308Z Checking zip v0.6.6
21622026-05-23T15:39:11.356Z Checking pin-project v1.1.11
21632026-05-23T15:39:11.408Z Checking zstd-safe v7.2.4
21642026-05-23T15:39:11.483Z Checking bumpalo v3.20.2
21652026-05-23T15:39:11.524Z Checking libbz2-rs-sys v0.2.2
21662026-05-23T15:39:11.527Z Checking crossterm v0.28.1
21672026-05-23T15:39:11.600Z Checking similar v2.7.0
21682026-05-23T15:39:11.639Z Checking zstd v0.13.3
21692026-05-23T15:39:11.678Z Checking tokio-stream v0.1.18
21702026-05-23T15:39:11.719Z Checking zopfli v0.8.3
21712026-05-23T15:39:11.761Z Checking toml_edit v0.19.15
21722026-05-23T15:39:11.856Z Checking fs-err v3.3.0
21732026-05-23T15:39:11.943Z Checking bzip2 v0.6.1
21742026-05-23T15:39:12.008Z Checking pem v3.0.6
21752026-05-23T15:39:12.078Z Checking hash32 v0.2.1
21762026-05-23T15:39:12.118Z Checking serde-big-array v0.5.1
21772026-05-23T15:39:12.156Z Checking jiff v0.2.21
21782026-05-23T15:39:12.195Z Checking predicates-core v1.0.10
21792026-05-23T15:39:12.198Z Checking unicode-properties v0.1.4
21802026-05-23T15:39:12.268Z Checking unicode-bidi v0.3.18
21812026-05-23T15:39:12.306Z Checking heapless v0.7.17
21822026-05-23T15:39:12.309Z Checking snafu v0.8.9
21832026-05-23T15:39:12.379Z Checking olpc-cjson v0.1.4
21842026-05-23T15:39:12.446Z Checking hickory-proto v0.25.2
21852026-05-23T15:39:12.547Z Checking md-5 v0.10.6
21862026-05-23T15:39:12.591Z Checking stringprep v0.1.5
21872026-05-23T15:39:12.631Z Checking serde_plain v1.0.2
21882026-05-23T15:39:12.718Z Checking float-cmp v0.10.0
21892026-05-23T15:39:12.758Z Checking normalize-line-endings v0.3.0
21902026-05-23T15:39:12.795Z Checking difflib v0.4.0
21912026-05-23T15:39:12.799Z Checking toml v0.7.8
21922026-05-23T15:39:12.867Z Checking fallible-iterator v0.2.0
21932026-05-23T15:39:12.906Z Checking typed-path v0.9.3
21942026-05-23T15:39:12.909Z Checking smoltcp v0.9.1
21952026-05-23T15:39:13.041Z Checking predicates v3.1.4
21962026-05-23T15:39:13.082Z Checking iddqd v0.4.1
21972026-05-23T15:39:13.134Z Checking phf_shared v0.11.3
21982026-05-23T15:39:13.175Z Checking postgres-protocol v0.6.10
21992026-05-23T15:39:13.314Z Checking phf_shared v0.13.1
22002026-05-23T15:39:13.370Z Checking buf-list v1.1.2
22012026-05-23T15:39:13.527Z Checking strum v0.27.2
22022026-05-23T15:39:13.570Z Checking new_debug_unreachable v1.0.6
22032026-05-23T15:39:13.573Z Checking fixedbitset v0.4.2
22042026-05-23T15:39:13.644Z Checking fixedbitset v0.5.7
22052026-05-23T15:39:13.683Z Checking precomputed-hash v0.1.1
22062026-05-23T15:39:13.686Z Checking lalrpop-util v0.19.12
22072026-05-23T15:39:13.760Z Checking tough v0.22.0
22082026-05-23T15:39:13.803Z Checking petgraph v0.6.5
22092026-05-23T15:39:13.851Z Checking string_cache v0.8.9
22102026-05-23T15:39:13.893Z Checking petgraph v0.8.3
22112026-05-23T15:39:13.929Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
22122026-05-23T15:39:14.036Z Checking phf v0.13.1
22132026-05-23T15:39:14.078Z Checking postgres-types v0.2.12
22142026-05-23T15:39:14.221Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
22152026-05-23T15:39:14.428Z Checking peg-runtime v0.8.5
22162026-05-23T15:39:14.468Z Checking zip v4.6.1
22172026-05-23T15:39:14.525Z Checking whoami v2.1.0
22182026-05-23T15:39:14.725Z Checking is-terminal v0.4.17
22192026-05-23T15:39:14.766Z Checking tokio-postgres v0.7.16
22202026-05-23T15:39:14.852Z Checking crossbeam-channel v0.5.15
22212026-05-23T15:39:15.085Z Compiling structmeta-derive v0.3.0
22222026-05-23T15:39:15.088Z Compiling newtype-uuid-macros v0.1.0
22232026-05-23T15:39:15.220Z Checking thread_local v1.1.9
22242026-05-23T15:39:15.295Z Checking term v1.2.1
22252026-05-23T15:39:15.421Z Checking take_mut v0.2.2
22262026-05-23T15:39:15.481Z Compiling rustls v0.22.4
22272026-05-23T15:39:15.553Z Checking slog-term v2.9.2
22282026-05-23T15:39:15.592Z Checking slog-async v2.8.0
22292026-05-23T15:39:15.744Z Compiling multer v3.1.0
22302026-05-23T15:39:15.784Z Compiling async-stream-impl v0.3.6
22312026-05-23T15:39:15.825Z Compiling dropshot v0.17.0
22322026-05-23T15:39:15.863Z Compiling dropshot_endpoint v0.17.0
22332026-05-23T15:39:15.901Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22342026-05-23T15:39:16.039Z Checking match_cfg v0.1.0
22352026-05-23T15:39:16.080Z Checking slog-json v2.6.1
22362026-05-23T15:39:16.153Z Checking hostname v0.3.1
22372026-05-23T15:39:16.188Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22382026-05-23T15:39:16.262Z Compiling structmeta v0.3.0
22392026-05-23T15:39:16.301Z Checking debug-ignore v1.0.5
22402026-05-23T15:39:16.304Z Checking slog-bunyan v2.5.0
22412026-05-23T15:39:16.377Z Checking rustls-webpki v0.102.8
22422026-05-23T15:39:16.419Z Checking toml_datetime v1.0.0+spec-1.1.0
22432026-05-23T15:39:16.459Z Checking serde_spanned v1.0.4
22442026-05-23T15:39:16.497Z Checking serde_path_to_error v0.1.20
22452026-05-23T15:39:16.500Z Checking compression-core v0.4.31
22462026-05-23T15:39:16.570Z Compiling derive-ex v0.1.8
22472026-05-23T15:39:16.609Z Checking toml_writer v1.0.6+spec-1.1.0
22482026-05-23T15:39:16.646Z Checking async-stream v0.3.6
22492026-05-23T15:39:16.723Z Checking compression-codecs v0.4.37
22502026-05-23T15:39:16.801Z Checking waitgroup v0.1.2
22512026-05-23T15:39:16.839Z Checking rustls-pemfile v2.2.0
22522026-05-23T15:39:16.839Z Checking toml v1.0.6+spec-1.1.0
22532026-05-23T15:39:16.917Z Checking async-compression v0.4.41
22542026-05-23T15:39:16.957Z Checking hostname v0.4.2
22552026-05-23T15:39:16.960Z Checking progenitor-client v0.14.0
22562026-05-23T15:39:17.031Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22572026-05-23T15:39:17.088Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22582026-05-23T15:39:17.169Z Compiling parse-display-derive v0.10.0
22592026-05-23T15:39:17.210Z Checking regress v0.10.5
22602026-05-23T15:39:17.250Z Checking itertools v0.14.0
22612026-05-23T15:39:17.289Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22622026-05-23T15:39:17.475Z Checking progenitor-client v0.13.0
22632026-05-23T15:39:17.620Z Checking macaddr v1.0.1
22642026-05-23T15:39:17.719Z Checking instant v0.1.13
22652026-05-23T15:39:17.760Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22662026-05-23T15:39:17.832Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#0d199ceb)
22672026-05-23T15:39:17.873Z Checking backoff v0.4.0
22682026-05-23T15:39:18.018Z Checking backon v1.6.0
22692026-05-23T15:39:18.078Z Checking humantime v2.3.0
22702026-05-23T15:39:18.217Z Checking tokio-rustls v0.25.0
22712026-05-23T15:39:18.256Z Checking progenitor-extras v0.2.0
22722026-05-23T15:39:18.294Z Compiling test-strategy v0.4.5
22732026-05-23T15:39:18.297Z Checking unicode-width v0.2.0
22742026-05-23T15:39:18.395Z Checking heck v0.5.0
22752026-05-23T15:39:18.398Z Compiling convert_case v0.4.0
22762026-05-23T15:39:18.538Z Checking half v2.7.1
22772026-05-23T15:39:18.577Z Checking ciborium-io v0.2.2
22782026-05-23T15:39:18.638Z Checking secrecy v0.10.3
22792026-05-23T15:39:18.688Z Checking indent_write v2.2.0
22802026-05-23T15:39:18.727Z Compiling crucible-workspace-hack v0.1.0
22812026-05-23T15:39:18.795Z Checking universal-hash v0.5.1
22822026-05-23T15:39:18.834Z Checking ciborium-ll v0.2.2
22832026-05-23T15:39:18.872Z Compiling derive_more v0.99.20
22842026-05-23T15:39:18.875Z Checking opaque-debug v0.3.1
22852026-05-23T15:39:18.944Z Checking parse-display v0.10.0
22862026-05-23T15:39:19.019Z Checking camino-tempfile v1.4.1
22872026-05-23T15:39:19.019Z Compiling regress v0.11.1
22882026-05-23T15:39:19.092Z Checking ciborium v0.2.2
22892026-05-23T15:39:19.165Z Checking aead v0.5.2
22902026-05-23T15:39:19.209Z Checking poly1305 v0.8.0
22912026-05-23T15:39:19.248Z Checking chacha20 v0.9.1
22922026-05-23T15:39:19.340Z Compiling unsafe-libyaml v0.2.11
22932026-05-23T15:39:19.515Z Compiling thiserror-impl-no-std v2.0.2
22942026-05-23T15:39:19.553Z Checking byte-wrapper v0.1.0
22952026-05-23T15:39:19.794Z Checking password-hash v0.5.0
22962026-05-23T15:39:19.836Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
22972026-05-23T15:39:20.052Z Compiling serde_yaml v0.9.34+deprecated
22982026-05-23T15:39:20.114Z Checking blake2 v0.10.6
22992026-05-23T15:39:20.253Z Checking chacha20poly1305 v0.10.1
23002026-05-23T15:39:20.387Z Checking argon2 v0.5.3
23012026-05-23T15:39:20.425Z Checking swrite v0.1.0
23022026-05-23T15:39:20.463Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23032026-05-23T15:39:20.549Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23042026-05-23T15:39:20.723Z Compiling typify-impl v0.6.2
23052026-05-23T15:39:20.761Z Checking thiserror-no-std v2.0.2
23062026-05-23T15:39:20.883Z Checking vsss-rs v3.3.4
23072026-05-23T15:39:21.454Z Checking crossbeam-deque v0.8.6
23082026-05-23T15:39:21.547Z Compiling rayon-core v1.13.0
23092026-05-23T15:39:21.667Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23102026-05-23T15:39:21.819Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23112026-05-23T15:39:22.022Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
23122026-05-23T15:39:22.110Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23132026-05-23T15:39:22.150Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23142026-05-23T15:39:22.225Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23152026-05-23T15:39:22.292Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
23162026-05-23T15:39:22.330Z Checking toml v0.8.23
23172026-05-23T15:39:22.481Z Compiling proc-macro-error v1.0.4
23182026-05-23T15:39:22.544Z Checking rayon v1.11.0
23192026-05-23T15:39:22.687Z Compiling toml_datetime v0.7.5+spec-1.1.0
23202026-05-23T15:39:22.831Z Checking glob v0.3.3
23212026-05-23T15:39:22.893Z Compiling toml_edit v0.23.10+spec-1.0.0
23222026-05-23T15:39:22.971Z Compiling heapless v0.8.0
23232026-05-23T15:39:23.044Z Compiling ingot-macros v0.1.1
23242026-05-23T15:39:23.328Z Checking tabwriter v1.4.1
23252026-05-23T15:39:23.524Z Compiling proc-macro-crate v3.4.0
23262026-05-23T15:39:23.563Z Checking hash32 v0.3.1
23272026-05-23T15:39:23.730Z Compiling smoltcp v0.11.0
23282026-05-23T15:39:23.807Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
23292026-05-23T15:39:23.941Z Checking unicode-width v0.1.14
23302026-05-23T15:39:23.992Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23312026-05-23T15:39:24.121Z Compiling num_enum_derive v0.7.6
23322026-05-23T15:39:24.207Z Checking cobs v0.3.0
23332026-05-23T15:39:24.247Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
23342026-05-23T15:39:24.328Z Compiling proc-macro-crate v1.3.1
23352026-05-23T15:39:24.388Z Checking postcard v1.1.3
23362026-05-23T15:39:24.577Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23372026-05-23T15:39:24.711Z Compiling usdt-attr-macro v0.5.0
23382026-05-23T15:39:24.767Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23392026-05-23T15:39:24.807Z Compiling usdt-macro v0.5.0
23402026-05-23T15:39:24.844Z Checking sigpipe v0.1.3
23412026-05-23T15:39:24.956Z Checking memmap v0.7.0
23422026-05-23T15:39:25.129Z Compiling foreign-types-macros v0.2.3
23432026-05-23T15:39:25.179Z Checking num_enum v0.7.6
23442026-05-23T15:39:25.262Z Compiling typify-macro v0.6.2
23452026-05-23T15:39:25.328Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23462026-05-23T15:39:25.526Z Checking colored v3.1.1
23472026-05-23T15:39:25.565Z Checking foreign-types-shared v0.3.1
23482026-05-23T15:39:25.568Z Checking cpufeatures v0.3.0
23492026-05-23T15:39:25.733Z Checking chacha20 v0.10.0
23502026-05-23T15:39:25.736Z Checking usdt v0.5.0
23512026-05-23T15:39:25.808Z Compiling num_enum_derive v0.5.11
23522026-05-23T15:39:25.811Z Checking foreign-types v0.5.0
23532026-05-23T15:39:25.918Z Checking ingot-types v0.1.2
23542026-05-23T15:39:25.987Z Checking cstr-argument v0.1.2
23552026-05-23T15:39:25.990Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23562026-05-23T15:39:25.990Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23572026-05-23T15:39:26.091Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ca2cb23e)
23582026-05-23T15:39:26.141Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23592026-05-23T15:39:26.303Z Checking ingot v0.1.1
23602026-05-23T15:39:26.377Z Checking rand v0.10.1
23612026-05-23T15:39:26.414Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
23622026-05-23T15:39:26.488Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23632026-05-23T15:39:26.526Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23642026-05-23T15:39:26.607Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299)
23652026-05-23T15:39:26.664Z Compiling num-derive v0.4.2
23662026-05-23T15:39:26.703Z Checking winnow v1.0.3
23672026-05-23T15:39:26.932Z Checking num_enum v0.5.11
23682026-05-23T15:39:26.935Z Compiling zone_cfg_derive v0.3.1
23692026-05-23T15:39:27.003Z Checking itertools v0.12.1
23702026-05-23T15:39:27.039Z Compiling typify v0.6.2
23712026-05-23T15:39:27.180Z Compiling progenitor-impl v0.14.0
23722026-05-23T15:39:27.618Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23732026-05-23T15:39:27.654Z Checking smf v0.2.3
23742026-05-23T15:39:27.913Z Checking whoami v1.6.1
23752026-05-23T15:39:27.994Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23762026-05-23T15:39:28.034Z Checking tokio-dtrace v0.1.1
23772026-05-23T15:39:28.036Z Checking zone v0.3.1
23782026-05-23T15:39:28.119Z Compiling derive-where v1.6.0
23792026-05-23T15:39:28.167Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23802026-05-23T15:39:28.247Z Checking oxide-tokio-rt v0.1.4
23812026-05-23T15:39:28.323Z Checking console v0.15.11
23822026-05-23T15:39:28.464Z Checking atomicwrites v0.4.4
23832026-05-23T15:39:28.503Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
23842026-05-23T15:39:28.539Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23852026-05-23T15:39:28.630Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=3c1708d86e10f0370807388a1efe092edd99d431#3c1708d8)
23862026-05-23T15:39:28.669Z Checking newline-converter v0.3.0
23872026-05-23T15:39:28.712Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
23882026-05-23T15:39:28.812Z Checking expectorate v1.2.0
23892026-05-23T15:39:28.815Z Checking num-rational v0.4.2
23902026-05-23T15:39:28.886Z Checking num-complex v0.4.6
23912026-05-23T15:39:28.959Z Checking float-ord v0.3.2
23922026-05-23T15:39:28.997Z Checking bytecount v0.6.9
23932026-05-23T15:39:29.097Z Compiling owo-colors v4.3.0
23942026-05-23T15:39:29.136Z Compiling cancel-safe-futures v0.1.5
23952026-05-23T15:39:29.172Z Checking libsw-core v0.3.2
23962026-05-23T15:39:29.237Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23972026-05-23T15:39:29.289Z Checking num v0.4.3
23982026-05-23T15:39:29.352Z Compiling prettyplease v0.2.37
23992026-05-23T15:39:29.430Z Checking libsw v3.5.0
24002026-05-23T15:39:29.555Z Checking linear-map v1.2.0
24012026-05-23T15:39:29.712Z Checking gethostname v0.5.0
24022026-05-23T15:39:29.786Z Compiling progenitor-impl v0.13.0
24032026-05-23T15:39:29.858Z Compiling num-derive v0.3.3
24042026-05-23T15:39:29.896Z Compiling progenitor-macro v0.14.0
24052026-05-23T15:39:30.301Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
24062026-05-23T15:39:30.813Z Checking libscf-sys v1.1.0
24072026-05-23T15:39:31.473Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24082026-05-23T15:39:32.395Z Compiling progenitor-macro v0.13.0
24092026-05-23T15:39:33.590Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24102026-05-23T15:39:34.848Z Checking progenitor v0.14.0
24112026-05-23T15:39:34.899Z Checking resolv-conf v0.7.6
24122026-05-23T15:39:35.120Z Compiling slog-dtrace v0.3.0
24132026-05-23T15:39:35.123Z Checking smawk v0.3.2
24142026-05-23T15:39:35.209Z Checking unicode-linebreak v0.1.5
24152026-05-23T15:39:35.249Z Checking papergrid v0.11.0
24162026-05-23T15:39:35.320Z Compiling tabled_derive v0.7.0
24172026-05-23T15:39:35.437Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24182026-05-23T15:39:35.728Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24192026-05-23T15:39:36.147Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24202026-05-23T15:39:36.186Z Compiling minimal-lexical v0.2.1
24212026-05-23T15:39:36.309Z Checking tabled v0.15.0
24222026-05-23T15:39:36.550Z Checking linked-hash-map v0.5.6
24232026-05-23T15:39:36.589Z Compiling nom v7.1.3
24242026-05-23T15:39:36.754Z Checking lru-cache v0.1.2
24252026-05-23T15:39:36.912Z Checking hickory-proto v0.24.4
24262026-05-23T15:39:37.249Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24272026-05-23T15:39:37.355Z Checking progenitor v0.13.0
24282026-05-23T15:39:37.465Z Checking termtree v0.5.1
24292026-05-23T15:39:37.504Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24302026-05-23T15:39:37.544Z Checking textwrap v0.16.2
24312026-05-23T15:39:37.639Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24322026-05-23T15:39:37.788Z Checking csv-core v0.1.13
24332026-05-23T15:39:37.959Z Checking tagptr v0.2.0
24342026-05-23T15:39:37.999Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24352026-05-23T15:39:38.034Z Checking csv v1.4.0
24362026-05-23T15:39:38.136Z Checking moka v0.12.13
24372026-05-23T15:39:38.318Z Compiling convert_case v0.10.0
24382026-05-23T15:39:38.473Z Checking highway v1.3.0
24392026-05-23T15:39:38.686Z Compiling derive_more-impl v2.1.1
24402026-05-23T15:39:38.749Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24412026-05-23T15:39:38.793Z Checking hickory-resolver v0.24.4
24422026-05-23T15:39:38.855Z Checking hickory-resolver v0.25.2
24432026-05-23T15:39:39.061Z Compiling semver v0.1.20
24442026-05-23T15:39:39.107Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24452026-05-23T15:39:39.358Z Compiling rustc_version v0.1.7
24462026-05-23T15:39:39.400Z Checking oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
24472026-05-23T15:39:39.403Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24482026-05-23T15:39:39.545Z Checking derive_more v2.1.1
24492026-05-23T15:39:39.584Z Checking qorb v0.4.1
24502026-05-23T15:39:39.621Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
24512026-05-23T15:39:39.658Z Checking phf_shared v0.12.1
24522026-05-23T15:39:39.694Z Compiling chrono-tz v0.10.4
24532026-05-23T15:39:39.832Z Checking phf v0.12.1
24542026-05-23T15:39:39.939Z Checking crossterm v0.29.0
24552026-05-23T15:39:39.977Z Compiling newtype_derive v0.1.6
24562026-05-23T15:39:40.013Z Compiling const_format_proc_macros v0.2.34
24572026-05-23T15:39:40.016Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
24582026-05-23T15:39:40.087Z Checking multicast-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
24592026-05-23T15:39:40.192Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
24602026-05-23T15:39:40.437Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
24612026-05-23T15:39:40.512Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
24622026-05-23T15:39:40.762Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
24632026-05-23T15:39:40.800Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
24642026-05-23T15:39:40.908Z Checking const_format v0.2.35
24652026-05-23T15:39:40.911Z Checking omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
24662026-05-23T15:39:40.981Z Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
24672026-05-23T15:39:41.214Z Checking fd-lock v4.0.4
24682026-05-23T15:39:41.217Z Checking bcs v0.1.6
24692026-05-23T15:39:41.383Z Checking vte v0.14.1
24702026-05-23T15:39:41.422Z Checking display-error-chain v0.2.2
24712026-05-23T15:39:41.480Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
24722026-05-23T15:39:41.575Z Checking strip-ansi-escapes v0.2.1
24732026-05-23T15:39:41.719Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24742026-05-23T15:39:41.722Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
24752026-05-23T15:39:41.895Z Checking nu-ansi-term v0.50.3
24762026-05-23T15:39:41.935Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
24772026-05-23T15:39:41.995Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
24782026-05-23T15:39:42.144Z Checking reedline v0.40.0
24792026-05-23T15:39:42.300Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
24802026-05-23T15:39:42.547Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24812026-05-23T15:39:42.597Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
24822026-05-23T15:39:42.637Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
24832026-05-23T15:39:42.889Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24842026-05-23T15:39:43.152Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24852026-05-23T15:39:43.354Z Compiling ar_archive_writer v0.5.1
24862026-05-23T15:39:43.477Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
24872026-05-23T15:39:43.825Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
24882026-05-23T15:39:44.058Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
24892026-05-23T15:39:44.284Z Compiling psm v0.1.30
24902026-05-23T15:39:44.286Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
24912026-05-23T15:39:44.357Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
24922026-05-23T15:39:44.794Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
24932026-05-23T15:39:44.859Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
24942026-05-23T15:39:45.227Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
24952026-05-23T15:39:45.321Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
24962026-05-23T15:39:45.359Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
24972026-05-23T15:39:45.434Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
24982026-05-23T15:39:45.583Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
24992026-05-23T15:39:45.621Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
25002026-05-23T15:39:45.741Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
25012026-05-23T15:39:45.780Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
25022026-05-23T15:39:45.874Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
25032026-05-23T15:39:45.913Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
25042026-05-23T15:39:46.048Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
25052026-05-23T15:39:46.089Z Checking key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
25062026-05-23T15:39:46.162Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
25072026-05-23T15:39:46.227Z Compiling stacker v0.1.23
25082026-05-23T15:39:46.266Z Compiling cfg_aliases v0.1.1
25092026-05-23T15:39:46.379Z Compiling nix v0.28.0
25102026-05-23T15:39:46.425Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
25112026-05-23T15:39:46.576Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
25122026-05-23T15:39:46.745Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25132026-05-23T15:39:46.784Z Checking steno v0.4.1
25142026-05-23T15:39:46.787Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
25152026-05-23T15:39:46.787Z Checking nibble_vec v0.1.0
25162026-05-23T15:39:47.019Z Checking home v0.5.12
25172026-05-23T15:39:47.165Z Checking endian-type v0.1.2
25182026-05-23T15:39:47.331Z Checking radix_trie v0.2.1
25192026-05-23T15:39:47.684Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
25202026-05-23T15:39:47.789Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25212026-05-23T15:39:47.827Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25222026-05-23T15:39:48.089Z Compiling recursive-proc-macro-impl v0.1.1
25232026-05-23T15:39:48.594Z Checking recursive v0.1.1
25242026-05-23T15:39:48.728Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
25252026-05-23T15:39:48.770Z Checking oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
25262026-05-23T15:39:48.773Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25272026-05-23T15:39:49.102Z Compiling peg-macros v0.8.5
25282026-05-23T15:39:49.218Z Checking nom v8.0.0
25292026-05-23T15:39:49.258Z Checking winnow v0.6.26
25302026-05-23T15:39:49.319Z Compiling sqlparser_derive v0.5.0
25312026-05-23T15:39:49.395Z Checking unicode_categories v0.1.1
25322026-05-23T15:39:49.591Z Checking rustyline v14.0.0
25332026-05-23T15:39:49.631Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25342026-05-23T15:39:49.860Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
25352026-05-23T15:39:49.914Z Checking nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
25362026-05-23T15:39:50.002Z Checking ddm-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
25372026-05-23T15:39:50.128Z Checking sqlparser v0.61.0
25382026-05-23T15:39:50.226Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
25392026-05-23T15:39:50.329Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25402026-05-23T15:39:50.438Z Checking sqlformat v0.3.5
25412026-05-23T15:39:50.476Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25422026-05-23T15:39:50.533Z Checking peg v0.8.5
25432026-05-23T15:39:50.573Z Checking filetime v0.2.27
25442026-05-23T15:39:50.575Z Checking bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
25452026-05-23T15:39:50.741Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
25462026-05-23T15:39:50.895Z Checking xattr v1.6.1
25472026-05-23T15:39:51.062Z Checking tar v0.4.45
25482026-05-23T15:39:51.198Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
25492026-05-23T15:39:51.237Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25502026-05-23T15:39:51.453Z Checking subprocess v0.2.15
25512026-05-23T15:39:51.484Z Checking base64 v0.21.7
25522026-05-23T15:39:51.520Z Checking headers-core v0.3.0
25532026-05-23T15:39:51.582Z Checking yasna v0.5.2
25542026-05-23T15:39:51.663Z Checking headers v0.4.1
25552026-05-23T15:39:51.758Z Checking dropshot-api-manager-types v0.7.2
25562026-05-23T15:39:51.796Z Checking utf-8 v0.7.6
25572026-05-23T15:39:51.967Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25582026-05-23T15:39:52.003Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25592026-05-23T15:39:52.041Z Checking rcgen v0.12.1
25602026-05-23T15:39:52.153Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25612026-05-23T15:39:52.190Z Compiling libefi-sys v0.1.0
25622026-05-23T15:39:52.395Z Checking tungstenite v0.21.0
25632026-05-23T15:39:52.482Z Compiling bitfield-struct v0.6.2
25642026-05-23T15:39:52.604Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25652026-05-23T15:39:52.652Z Compiling radium v0.7.0
25662026-05-23T15:39:52.716Z Compiling maybe-uninit v2.0.0
25672026-05-23T15:39:52.753Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25682026-05-23T15:39:52.849Z Checking tokio-tungstenite v0.21.0
25692026-05-23T15:39:52.936Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25702026-05-23T15:39:53.020Z Checking tap v1.0.1
25712026-05-23T15:39:53.210Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25722026-05-23T15:39:53.213Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
25732026-05-23T15:39:53.213Z Checking wyz v0.5.1
25742026-05-23T15:39:53.321Z Compiling zerocopy-derive v0.6.6
25752026-05-23T15:39:53.392Z Checking funty v2.0.0
25762026-05-23T15:39:53.456Z Compiling packed_struct v0.10.1
25772026-05-23T15:39:53.595Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25782026-05-23T15:39:53.740Z Checking crc-catalog v2.4.0
25792026-05-23T15:39:53.778Z Checking bitvec v1.0.1
25802026-05-23T15:39:53.869Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25812026-05-23T15:39:53.906Z Checking crc v3.4.0
25822026-05-23T15:39:54.231Z Checking zerocopy v0.6.6
25832026-05-23T15:39:54.287Z Compiling packed_struct_codegen v0.10.1
25842026-05-23T15:39:54.560Z Compiling bitfield-macros v0.19.4
25852026-05-23T15:39:54.862Z Compiling indexmap v1.9.3
25862026-05-23T15:39:55.049Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
25872026-05-23T15:39:55.087Z Checking nodrop v0.1.14
25882026-05-23T15:39:55.123Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25892026-05-23T15:39:55.207Z Checking smallvec v0.6.14
25902026-05-23T15:39:55.211Z Checking array-init v0.0.4
25912026-05-23T15:39:55.282Z Checking hashbrown v0.12.3
25922026-05-23T15:39:55.319Z Checking bitfield v0.19.4
25932026-05-23T15:39:55.441Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25942026-05-23T15:39:55.567Z Checking serde-hex v0.1.0
25952026-05-23T15:39:55.614Z Checking ron v0.8.1
25962026-05-23T15:39:55.650Z Checking hashbrown v0.13.2
25972026-05-23T15:39:56.069Z Checking crc-any v2.5.0
25982026-05-23T15:39:56.105Z Checking object v0.30.4
25992026-05-23T15:39:56.160Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26002026-05-23T15:39:56.279Z Compiling xshell-macros v0.2.7
26012026-05-23T15:39:56.357Z Checking path-slash v0.1.5
26022026-05-23T15:39:56.469Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26032026-05-23T15:39:56.505Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26042026-05-23T15:39:56.689Z Checking xshell v0.2.7
26052026-05-23T15:39:56.910Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26062026-05-23T15:39:57.180Z Checking half v1.8.3
26072026-05-23T15:39:57.320Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26082026-05-23T15:39:57.408Z Compiling proc-macro-error-attr2 v2.0.0
26092026-05-23T15:39:57.411Z Checking serde_cbor v0.11.2
26102026-05-23T15:39:57.828Z Compiling proc-macro-error2 v2.0.1
26112026-05-23T15:39:57.866Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26122026-05-23T15:39:58.101Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26132026-05-23T15:39:58.139Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26142026-05-23T15:39:58.175Z Compiling tabled_derive v0.11.0
26152026-05-23T15:39:58.247Z Checking papergrid v0.17.0
26162026-05-23T15:39:58.321Z Checking testing_table v0.3.0
26172026-05-23T15:39:58.393Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26182026-05-23T15:39:58.464Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26192026-05-23T15:39:58.923Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26202026-05-23T15:39:58.964Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
26212026-05-23T15:39:59.108Z Checking maplit v1.0.2
26222026-05-23T15:39:59.264Z Compiling git-stub v1.0.0
26232026-05-23T15:39:59.299Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26242026-05-23T15:39:59.421Z Checking tabled v0.20.0
26252026-05-23T15:39:59.458Z Checking crc8 v0.1.1
26262026-05-23T15:39:59.553Z Compiling git-stub-vcs v0.1.0
26272026-05-23T15:39:59.591Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26282026-05-23T15:39:59.594Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26292026-05-23T15:39:59.934Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26302026-05-23T15:40:00.197Z Checking fxhash v0.2.1
26312026-05-23T15:40:00.236Z Checking unicase v2.9.0
26322026-05-23T15:40:00.354Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26332026-05-23T15:40:00.428Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26342026-05-23T15:40:00.581Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26352026-05-23T15:40:00.706Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26362026-05-23T15:40:00.835Z Compiling vergen-lib v0.1.6
26372026-05-23T15:40:00.874Z Compiling diesel_derives v2.3.7
26382026-05-23T15:40:01.003Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26392026-05-23T15:40:01.142Z Checking scheduled-thread-pool v0.2.7
26402026-05-23T15:40:01.177Z Compiling dsl_auto_type v0.2.0
26412026-05-23T15:40:01.243Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26422026-05-23T15:40:01.289Z Compiling vergen-gitcl v1.0.8
26432026-05-23T15:40:01.327Z Compiling diesel_table_macro_syntax v0.3.0
26442026-05-23T15:40:01.558Z Checking r2d2 v0.8.10
26452026-05-23T15:40:01.634Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26462026-05-23T15:40:01.783Z Checking kstat-rs v0.2.4
26472026-05-23T15:40:01.999Z Checking downcast-rs v2.0.2
26482026-05-23T15:40:02.109Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26492026-05-23T15:40:02.112Z Checking arc-swap v1.8.2
26502026-05-23T15:40:02.182Z Compiling parking_lot_core v0.8.6
26512026-05-23T15:40:02.367Z Checking slog-scope v4.4.1
26522026-05-23T15:40:02.425Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26532026-05-23T15:40:02.518Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26542026-05-23T15:40:02.555Z Checking slog-stdlog v4.1.1
26552026-05-23T15:40:02.711Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26562026-05-23T15:40:02.796Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26572026-05-23T15:40:02.904Z Compiling dirs-sys-next v0.1.2
26582026-05-23T15:40:02.996Z Compiling crunchy v0.2.4
26592026-05-23T15:40:03.033Z Checking parking_lot v0.11.2
26602026-05-23T15:40:03.073Z Checking slog-envlogger v2.2.0
26612026-05-23T15:40:03.224Z Compiling dirs-next v2.0.0
26622026-05-23T15:40:03.260Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26632026-05-23T15:40:03.264Z Compiling clang-sys v1.8.1
26642026-05-23T15:40:03.379Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26652026-05-23T15:40:03.415Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
26662026-05-23T15:40:03.556Z Checking prefix-trie v0.7.0
26672026-05-23T15:40:03.712Z Compiling tiny-keccak v2.0.2
26682026-05-23T15:40:03.985Z Checking hickory-server v0.25.2
26692026-05-23T15:40:04.023Z Compiling term v0.7.0
26702026-05-23T15:40:04.026Z Checking sled v0.34.7
26712026-05-23T15:40:04.113Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26722026-05-23T15:40:04.136Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
26732026-05-23T15:40:04.205Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26742026-05-23T15:40:04.512Z Checking nanorand v0.7.0
26752026-05-23T15:40:04.610Z Compiling salty v0.3.0
26762026-05-23T15:40:04.751Z Compiling bit-vec v0.6.3
26772026-05-23T15:40:04.936Z Checking flume v0.11.1
26782026-05-23T15:40:04.974Z Compiling ascii-canvas v3.0.0
26792026-05-23T15:40:05.013Z Compiling bit-set v0.5.3
26802026-05-23T15:40:05.210Z Checking primeorder v0.13.6
26812026-05-23T15:40:05.283Z Compiling itertools v0.10.5
26822026-05-23T15:40:05.319Z Compiling ena v0.14.4
26832026-05-23T15:40:05.378Z Compiling libloading v0.8.9
26842026-05-23T15:40:05.523Z Compiling regex-syntax v0.6.29
26852026-05-23T15:40:05.564Z Compiling bindgen v0.71.1
26862026-05-23T15:40:05.596Z Compiling diff v0.1.13
26872026-05-23T15:40:05.901Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26882026-05-23T15:40:06.371Z Compiling cexpr v0.6.0
26892026-05-23T15:40:06.374Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26902026-05-23T15:40:06.443Z Compiling rustc-hash v2.1.1
26912026-05-23T15:40:06.605Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26922026-05-23T15:40:06.675Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
26932026-05-23T15:40:06.722Z Compiling libxml v0.3.3
26942026-05-23T15:40:06.830Z Compiling fs-err v2.11.0
26952026-05-23T15:40:06.979Z Compiling lalrpop v0.19.12
26962026-05-23T15:40:07.164Z Checking diesel v2.3.7
26972026-05-23T15:40:07.248Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26982026-05-23T15:40:07.285Z Checking p384 v0.13.1
26992026-05-23T15:40:07.630Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27002026-05-23T15:40:07.742Z Compiling strum_macros v0.24.3
27012026-05-23T15:40:08.003Z Compiling indoc v1.0.9
27022026-05-23T15:40:08.460Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
27032026-05-23T15:40:09.158Z Checking mg-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
27042026-05-23T15:40:09.198Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27052026-05-23T15:40:09.310Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27062026-05-23T15:40:09.380Z Compiling typify-impl v0.4.3
27072026-05-23T15:40:09.540Z Checking quick-xml v0.37.5
27082026-05-23T15:40:09.582Z Checking derive_builder v0.20.2
27092026-05-23T15:40:09.729Z Compiling oso-derive v0.27.3
27102026-05-23T15:40:09.779Z Compiling impl-trait-for-tuples v0.2.3
27112026-05-23T15:40:09.950Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
27122026-05-23T15:40:10.252Z Compiling trait-variant v0.1.2
27132026-05-23T15:40:10.441Z Checking openssl-probe v0.1.6
27142026-05-23T15:40:10.596Z Checking parse-size v1.1.0
27152026-05-23T15:40:10.749Z Checking assert_matches v1.5.0
27162026-05-23T15:40:10.837Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27172026-05-23T15:40:10.874Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27182026-05-23T15:40:11.354Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27192026-05-23T15:40:11.713Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27202026-05-23T15:40:11.750Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=90efdc6cf618523320bc403f1b9484dbd7f762be#90efdc6c)
27212026-05-23T15:40:11.989Z Checking predicates-tree v1.0.13
27222026-05-23T15:40:12.140Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27232026-05-23T15:40:12.667Z Compiling mime_guess v2.0.5
27242026-05-23T15:40:12.705Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27252026-05-23T15:40:12.770Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=90efdc6cf618523320bc403f1b9484dbd7f762be#90efdc6c)
27262026-05-23T15:40:13.121Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27272026-05-23T15:40:13.242Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27282026-05-23T15:40:13.515Z Checking bb8 v0.8.6
27292026-05-23T15:40:13.837Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27302026-05-23T15:40:13.886Z Compiling typify-macro v0.4.3
27312026-05-23T15:40:14.007Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27322026-05-23T15:40:14.068Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27332026-05-23T15:40:14.316Z Checking corncobs v0.1.4
27342026-05-23T15:40:14.483Z Checking http-range v0.1.5
27352026-05-23T15:40:14.651Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27362026-05-23T15:40:14.863Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27372026-05-23T15:40:14.953Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27382026-05-23T15:40:15.184Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27392026-05-23T15:40:15.237Z Checking ignore v0.4.25
27402026-05-23T15:40:15.657Z Compiling typify v0.4.3
27412026-05-23T15:40:15.803Z Compiling progenitor-impl v0.11.2
27422026-05-23T15:40:15.841Z Checking secrecy v0.8.0
27432026-05-23T15:40:15.878Z Checking atty v0.2.14
27442026-05-23T15:40:16.609Z Checking globwalk v0.9.1
27452026-05-23T15:40:16.967Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27462026-05-23T15:40:17.249Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=3c1708d86e10f0370807388a1efe092edd99d431#3c1708d8)
27472026-05-23T15:40:17.505Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=3c1708d86e10f0370807388a1efe092edd99d431#3c1708d8)
27482026-05-23T15:40:18.108Z Checking progenitor-client v0.11.2
27492026-05-23T15:40:18.292Z Compiling illumos-nvpair-sys v0.2.0
27502026-05-23T15:40:18.412Z Checking nonempty v0.12.0
27512026-05-23T15:40:18.501Z Compiling progenitor-macro v0.11.2
27522026-05-23T15:40:18.586Z Checking hyper-staticfile v0.10.1
27532026-05-23T15:40:18.623Z Checking camino-tempfile-ext v0.3.3
27542026-05-23T15:40:18.863Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27552026-05-23T15:40:18.919Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27562026-05-23T15:40:19.189Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27572026-05-23T15:40:19.367Z Checking signal-hook-tokio v0.3.1
27582026-05-23T15:40:19.535Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27592026-05-23T15:40:19.856Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27602026-05-23T15:40:19.982Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27612026-05-23T15:40:20.478Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27622026-05-23T15:40:20.804Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27632026-05-23T15:40:20.892Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27642026-05-23T15:40:21.108Z Checking illumos-nvpair v0.3.0
27652026-05-23T15:40:21.209Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27662026-05-23T15:40:21.303Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27672026-05-23T15:40:21.341Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27682026-05-23T15:40:21.573Z Checking async-bb8-diesel v0.2.1
27692026-05-23T15:40:21.638Z Checking diesel-dtrace v0.5.0
27702026-05-23T15:40:21.740Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27712026-05-23T15:40:21.968Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27722026-05-23T15:40:22.028Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
27732026-05-23T15:40:22.112Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27742026-05-23T15:40:22.175Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27752026-05-23T15:40:22.467Z Checking tungstenite v0.23.0
27762026-05-23T15:40:22.538Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27772026-05-23T15:40:22.921Z Checking tokio-tungstenite v0.23.1
27782026-05-23T15:40:23.227Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27792026-05-23T15:40:23.409Z Checking progenitor v0.11.2
27802026-05-23T15:40:23.590Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27812026-05-23T15:40:23.629Z Checking rand_seeder v0.4.0
27822026-05-23T15:40:23.742Z Checking void v1.0.2
27832026-05-23T15:40:23.817Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27842026-05-23T15:40:23.888Z Checking lzss v0.8.2
27852026-05-23T15:40:24.113Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27862026-05-23T15:40:24.116Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27872026-05-23T15:40:24.228Z Checking nix v0.27.1
27882026-05-23T15:40:24.313Z Checking serde_bytes v0.11.19
27892026-05-23T15:40:24.432Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27902026-05-23T15:40:24.529Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27912026-05-23T15:40:24.641Z Checking is_ci v1.2.0
27922026-05-23T15:40:24.780Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
27932026-05-23T15:40:24.816Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27942026-05-23T15:40:25.305Z Checking yansi v1.0.1
27952026-05-23T15:40:25.343Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27962026-05-23T15:40:25.449Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27972026-05-23T15:40:25.612Z Checking pretty_assertions v1.4.1
27982026-05-23T15:40:25.659Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27992026-05-23T15:40:25.782Z Compiling darling_core v0.23.0
28002026-05-23T15:40:25.928Z Compiling indoc v2.0.7
28012026-05-23T15:40:26.223Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28022026-05-23T15:40:26.414Z Compiling instability v0.3.11
28032026-05-23T15:40:26.509Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
28042026-05-23T15:40:26.688Z Compiling libz-sys v1.1.24
28052026-05-23T15:40:27.098Z Checking castaway v0.2.4
28062026-05-23T15:40:27.249Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
28072026-05-23T15:40:27.318Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
28082026-05-23T15:40:27.566Z Checking compact_str v0.8.1
28092026-05-23T15:40:28.239Z Checking supports-color v3.0.2
28102026-05-23T15:40:28.366Z Compiling darling_macro v0.23.0
28112026-05-23T15:40:28.418Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28122026-05-23T15:40:28.653Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
28132026-05-23T15:40:28.846Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28142026-05-23T15:40:28.896Z Checking unicode-truncate v1.1.0
28152026-05-23T15:40:28.933Z Compiling darling v0.23.0
28162026-05-23T15:40:29.098Z Checking console v0.16.2
28172026-05-23T15:40:29.159Z Checking lru v0.12.5
28182026-05-23T15:40:29.330Z Checking cassowary v0.3.0
28192026-05-23T15:40:29.448Z Checking unit-prefix v0.5.2
28202026-05-23T15:40:29.616Z Checking indicatif v0.18.4
28212026-05-23T15:40:29.653Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28222026-05-23T15:40:29.824Z Checking ratatui v0.29.0
28232026-05-23T15:40:30.029Z Compiling libgit2-sys v0.18.3+1.9.2
28242026-05-23T15:40:30.669Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
28252026-05-23T15:40:30.725Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28262026-05-23T15:40:30.882Z Compiling vergen-git2 v9.1.0
28272026-05-23T15:40:31.115Z Checking plotters-backend v0.3.7
28282026-05-23T15:40:31.229Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28292026-05-23T15:40:31.353Z Checking plotters-svg v0.3.7
28302026-05-23T15:40:31.463Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28312026-05-23T15:40:31.530Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28322026-05-23T15:40:31.701Z Checking cast v0.3.0
28332026-05-23T15:40:31.896Z Compiling rustls v0.21.12
28342026-05-23T15:40:32.170Z Checking criterion-plot v0.6.0
28352026-05-23T15:40:32.276Z Checking plotters v0.3.7
28362026-05-23T15:40:32.373Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#50ed5312)
28372026-05-23T15:40:32.497Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28382026-05-23T15:40:32.731Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28392026-05-23T15:40:32.967Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28402026-05-23T15:40:33.049Z Checking colored v2.2.0
28412026-05-23T15:40:33.201Z Checking rustls-webpki v0.101.7
28422026-05-23T15:40:33.280Z Checking sct v0.7.1
28432026-05-23T15:40:33.356Z Checking tinytemplate v1.2.1
28442026-05-23T15:40:33.484Z Checking anes v0.1.6
28452026-05-23T15:40:33.615Z Checking oorandom v11.1.5
28462026-05-23T15:40:33.652Z Checking shell-words v1.1.1
28472026-05-23T15:40:33.770Z Checking criterion v0.7.0
28482026-05-23T15:40:33.815Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#50ed5312)
28492026-05-23T15:40:34.791Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28502026-05-23T15:40:35.011Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28512026-05-23T15:40:35.048Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28522026-05-23T15:40:36.890Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28532026-05-23T15:40:36.991Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28542026-05-23T15:40:37.207Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28552026-05-23T15:40:38.051Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28562026-05-23T15:40:39.358Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28572026-05-23T15:40:40.239Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28582026-05-23T15:40:40.277Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28592026-05-23T15:40:40.472Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28602026-05-23T15:40:41.275Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28612026-05-23T15:40:41.951Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28622026-05-23T15:40:42.310Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28632026-05-23T15:40:42.598Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28642026-05-23T15:40:43.018Z Checking typeid v1.0.3
28652026-05-23T15:40:43.161Z Checking hex-literal v0.4.1
28662026-05-23T15:40:43.274Z Checking erased-serde v0.4.9
28672026-05-23T15:40:43.311Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#0d199ceb)
28682026-05-23T15:40:43.514Z Checking tokio-rustls v0.24.1
28692026-05-23T15:40:43.680Z Checking rustls-pemfile v1.0.4
28702026-05-23T15:40:43.755Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28712026-05-23T15:40:43.862Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#0d199ceb)
28722026-05-23T15:40:43.995Z Checking twox-hash v2.1.2
28732026-05-23T15:40:44.175Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28742026-05-23T15:40:44.272Z Checking ordered-float v2.10.1
28752026-05-23T15:40:44.333Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#0d199ceb)
28762026-05-23T15:40:44.548Z Checking serde-value v0.7.0
28772026-05-23T15:40:44.847Z Checking serde-untagged v0.1.9
28782026-05-23T15:40:45.084Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28792026-05-23T15:40:45.665Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28802026-05-23T15:40:45.854Z Checking fatfs v0.3.6
28812026-05-23T15:40:45.892Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28822026-05-23T15:40:45.928Z Checking unicode-xid v0.2.6
28832026-05-23T15:40:46.073Z Compiling seq-macro v0.3.6
28842026-05-23T15:40:46.340Z Checking cargo-util-schemas v0.8.2
28852026-05-23T15:40:46.616Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28862026-05-23T15:40:47.236Z Checking cargo-platform v0.2.0
28872026-05-23T15:40:47.239Z Compiling petname v2.0.2
28882026-05-23T15:40:47.464Z Checking cargo_metadata v0.21.0
28892026-05-23T15:40:47.958Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28902026-05-23T15:40:48.251Z Checking concurrent-queue v2.5.0
28912026-05-23T15:40:48.477Z Checking rtoolbox v0.0.3
28922026-05-23T15:40:48.543Z Compiling samael v0.0.19
28932026-05-23T15:40:48.654Z Checking parking v2.2.1
28942026-05-23T15:40:48.814Z Checking event-listener v5.4.1
28952026-05-23T15:40:49.070Z Checking rpassword v7.4.0
28962026-05-23T15:40:49.641Z Checking tui-tree-widget v0.23.1
28972026-05-23T15:40:49.868Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28982026-05-23T15:40:50.073Z Checking polyval v0.6.2
28992026-05-23T15:40:50.284Z Checking sapling-renderdag v0.1.0
29002026-05-23T15:40:50.561Z Checking sync-ptr v0.1.4
29012026-05-23T15:40:50.721Z Checking ghash v0.5.1
29022026-05-23T15:40:50.773Z Checking event-listener-strategy v0.5.4
29032026-05-23T15:40:50.882Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
29042026-05-23T15:40:50.950Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
29052026-05-23T15:40:51.178Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29062026-05-23T15:40:51.677Z Checking ctr v0.9.2
29072026-05-23T15:40:51.886Z Checking futures-timer v3.0.3
29082026-05-23T15:40:52.109Z Checking arrayref v0.3.9
29092026-05-23T15:40:52.222Z Checking constant_time_eq v0.4.2
29102026-05-23T15:40:52.382Z Checking arrayvec v0.7.6
29112026-05-23T15:40:52.418Z Checking aes-gcm v0.10.3
29122026-05-23T15:40:52.607Z Checking async-lock v3.4.2
29132026-05-23T15:40:52.693Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29142026-05-23T15:40:53.082Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
29152026-05-23T15:40:53.725Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
29162026-05-23T15:40:54.219Z Checking ssh-encoding v0.2.0
29172026-05-23T15:40:54.406Z Checking blowfish v0.9.1
29182026-05-23T15:40:54.456Z Checking ssh-cipher v0.2.0
29192026-05-23T15:40:54.603Z Checking bcrypt-pbkdf v0.10.0
29202026-05-23T15:40:54.669Z Checking async-object-pool v0.2.0
29212026-05-23T15:40:54.811Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29222026-05-23T15:40:54.849Z Checking serde_regex v1.1.0
29232026-05-23T15:40:55.045Z Checking password-hash v0.4.2
29242026-05-23T15:40:55.210Z Checking assert-json-diff v2.0.2
29252026-05-23T15:40:55.303Z Checking path-tree v0.8.3
29262026-05-23T15:40:55.419Z Checking stringmetrics v2.2.2
29272026-05-23T15:40:55.464Z Compiling target-lexicon v0.13.3
29282026-05-23T15:40:55.526Z Checking gimli v0.32.3
29292026-05-23T15:40:55.610Z Checking httpmock v0.8.3
29302026-05-23T15:40:56.061Z Checking pbkdf2 v0.11.0
29312026-05-23T15:40:56.273Z Checking ssh-key v0.6.7
29322026-05-23T15:40:57.098Z Checking addr2line v0.25.1
29332026-05-23T15:40:57.409Z Checking p521 v0.13.3
29342026-05-23T15:40:57.821Z Checking p256 v0.13.2
29352026-05-23T15:40:58.060Z Compiling git2 v0.20.4
29362026-05-23T15:40:58.107Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29372026-05-23T15:40:58.144Z Checking russh-cryptovec v0.7.3
29382026-05-23T15:40:58.320Z Checking rustc-demangle v0.1.27
29392026-05-23T15:40:58.387Z Compiling guppy-workspace-hack v0.1.0
29402026-05-23T15:40:58.593Z Checking md5 v0.7.0
29412026-05-23T15:40:58.679Z Checking backtrace v0.3.76
29422026-05-23T15:40:58.815Z Checking russh-keys v0.45.0
29432026-05-23T15:40:59.099Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29442026-05-23T15:40:59.301Z Checking num-bigint v0.4.6
29452026-05-23T15:40:59.339Z Checking des v0.8.1
29462026-05-23T15:40:59.547Z Compiling blake3 v1.8.3
29472026-05-23T15:40:59.675Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29482026-05-23T15:40:59.714Z Compiling target-spec v3.5.7
29492026-05-23T15:41:00.120Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29502026-05-23T15:41:00.297Z Checking russh v0.45.0
29512026-05-23T15:41:00.448Z Checking cfg-expr v0.20.6
29522026-05-23T15:41:00.786Z Checking backtrace-ext v0.2.1
29532026-05-23T15:41:00.911Z Checking supports-color v2.1.0
29542026-05-23T15:41:00.947Z Checking textwrap v0.15.2
29552026-05-23T15:41:00.995Z Checking supports-hyperlinks v2.1.0
29562026-05-23T15:41:01.084Z Checking supports-unicode v2.1.0
29572026-05-23T15:41:01.151Z Checking hashbrown v0.14.5
29582026-05-23T15:41:01.195Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29592026-05-23T15:41:01.239Z Checking cargo-platform v0.3.2
29602026-05-23T15:41:01.435Z Checking terminal_size v0.1.17
29612026-05-23T15:41:01.476Z Checking socket2 v0.5.10
29622026-05-23T15:41:01.480Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=3c1708d86e10f0370807388a1efe092edd99d431#3c1708d8)
29632026-05-23T15:41:01.586Z Compiling miette-derive v5.10.0
29642026-05-23T15:41:01.674Z Checking internet-checksum v0.2.1
29652026-05-23T15:41:01.770Z Checking owo-colors v3.5.0
29662026-05-23T15:41:01.834Z Checking chumsky v0.9.3
29672026-05-23T15:41:02.258Z Checking cargo_metadata v0.23.1
29682026-05-23T15:41:02.774Z Checking miette v5.10.0
29692026-05-23T15:41:02.943Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29702026-05-23T15:41:03.038Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29712026-05-23T15:41:03.174Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29722026-05-23T15:41:03.307Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
29732026-05-23T15:41:03.561Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29742026-05-23T15:41:03.600Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29752026-05-23T15:41:03.869Z Compiling knuffel-derive v3.2.0
29762026-05-23T15:41:03.909Z Checking httptest v0.16.4
29772026-05-23T15:41:04.027Z Checking pathdiff v0.2.3
29782026-05-23T15:41:04.174Z Checking topological-sort v0.2.2
29792026-05-23T15:41:04.211Z Compiling polar-core v0.27.3
29802026-05-23T15:41:04.326Z Checking nested v0.1.1
29812026-05-23T15:41:04.362Z Checking omicron-zone-package v0.12.2
29822026-05-23T15:41:04.516Z Checking guppy v0.17.25
29832026-05-23T15:41:04.554Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29842026-05-23T15:41:04.843Z Checking similar-asserts v1.7.0
29852026-05-23T15:41:05.051Z Compiling target-triple v1.0.0
29862026-05-23T15:41:05.328Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29872026-05-23T15:41:05.423Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29882026-05-23T15:41:05.483Z Checking knuffel v3.2.0
29892026-05-23T15:41:05.519Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
29902026-05-23T15:41:05.522Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29912026-05-23T15:41:06.127Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29922026-05-23T15:41:06.165Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29932026-05-23T15:41:06.168Z Checking hickory-client v0.25.2
29942026-05-23T15:41:06.549Z Checking tokio-test v0.4.5
29952026-05-23T15:41:06.855Z Compiling assert_cmd v2.1.2
29962026-05-23T15:41:06.894Z Checking escape8259 v0.5.3
29972026-05-23T15:41:07.076Z Checking libtest-mimic v0.8.1
29982026-05-23T15:41:07.344Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29992026-05-23T15:41:07.382Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
30002026-05-23T15:41:07.420Z Checking blake2b_simd v1.0.4
30012026-05-23T15:41:07.491Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
30022026-05-23T15:41:07.862Z Checking support-bundle-viewer v0.1.2
30032026-05-23T15:41:08.015Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
30042026-05-23T15:41:08.120Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
30052026-05-23T15:41:08.158Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30062026-05-23T15:41:08.362Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
30072026-05-23T15:41:08.439Z Checking fancy-regex v0.14.0
30082026-05-23T15:41:08.618Z Checking serde_tokenstream v0.2.3
30092026-05-23T15:41:08.785Z Checking multimap v0.10.1
30102026-05-23T15:41:08.849Z Checking approx v0.5.1
30112026-05-23T15:41:08.925Z Compiling rstest_macros v0.25.0
30122026-05-23T15:41:09.007Z Checking uzers v0.12.2
30132026-05-23T15:41:09.038Z Compiling linkme-impl v0.3.35
30142026-05-23T15:41:09.245Z Checking termcolor v1.4.1
30152026-05-23T15:41:09.281Z Checking constant_time_eq v0.3.1
30162026-05-23T15:41:09.364Z Checking oso v0.27.3
30172026-05-23T15:41:09.436Z Checking rust-argon2 v2.1.0
30182026-05-23T15:41:09.509Z Checking trybuild v1.0.116
30192026-05-23T15:41:09.578Z Checking datatest-stable v0.3.3
30202026-05-23T15:41:09.757Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
30212026-05-23T15:41:09.939Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30222026-05-23T15:41:10.133Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
30232026-05-23T15:41:10.136Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
30242026-05-23T15:41:10.207Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
30252026-05-23T15:41:10.349Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
30262026-05-23T15:41:10.386Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
30272026-05-23T15:41:10.449Z Checking drift v0.2.0
30282026-05-23T15:41:10.593Z Checking rand_distr v0.5.1
30292026-05-23T15:41:10.630Z Compiling linkme v0.3.35
30302026-05-23T15:41:10.928Z Compiling relative-path v1.9.3
30312026-05-23T15:41:10.966Z Checking dropshot-api-manager v0.7.2
30322026-05-23T15:41:11.325Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30332026-05-23T15:41:12.121Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
30342026-05-23T15:41:12.203Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
30352026-05-23T15:41:12.262Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
30362026-05-23T15:41:12.515Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30372026-05-23T15:41:12.770Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
30382026-05-23T15:41:12.821Z Checking cargo_toml v0.21.0
30392026-05-23T15:41:12.903Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
30402026-05-23T15:41:13.066Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30412026-05-23T15:41:13.488Z Checking partial-io v0.5.4
30422026-05-23T15:41:13.525Z Checking termios v0.3.3
30432026-05-23T15:41:13.561Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
30442026-05-23T15:41:13.680Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30452026-05-23T15:41:13.715Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30462026-05-23T15:41:14.534Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30472026-05-23T15:41:14.897Z Checking rstest v0.25.0
30482026-05-23T15:41:17.616Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30492026-05-23T15:41:21.339Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30502026-05-23T15:41:23.030Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30512026-05-23T15:41:26.236Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30522026-05-23T15:41:30.958Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30532026-05-23T15:41:34.766Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30542026-05-23T15:41:37.074Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30552026-05-23T15:41:37.114Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30562026-05-23T15:41:37.790Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30572026-05-23T15:41:48.665Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30582026-05-23T15:41:52.000Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30592026-05-23T15:43:06.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 15s
30602026-05-23T15:43:07.625Z
30612026-05-23T15:43:07.628Zreal 4:18.705336026
30622026-05-23T15:43:07.629Zuser 21:54.236619778
30632026-05-23T15:43:07.629Zsys 5:20.643893879
30642026-05-23T15:43:07.629Ztrap 0.508792698
30652026-05-23T15:43:07.629Ztflt 0.509088044
30662026-05-23T15:43:07.629Zdflt 0.333720128
30672026-05-23T15:43:07.629Zkflt 0.005386892
30682026-05-23T15:43:07.629Zlock 1:00:16.446140976
30692026-05-23T15:43:07.629Zslp 59:33.176583159
30702026-05-23T15:43:07.629Zlat 1:51.729151088
30712026-05-23T15:43:07.629Zstop 12:19.904652571
30722026-05-23T15:43:07.629Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30732026-05-23T15:43:07.629Z+ ptime -m cargo doc --workspace --no-deps
30742026-05-23T15:43:08.566Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30752026-05-23T15:43:08.566Z |
30762026-05-23T15:43:08.566Z = 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)`
30772026-05-23T15:43:08.566Z = 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>
30782026-05-23T15:43:09.652Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30792026-05-23T15:43:09.904Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30802026-05-23T15:43:09.953Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30812026-05-23T15:43:10.024Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30822026-05-23T15:43:10.171Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
30832026-05-23T15:43:10.174Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30842026-05-23T15:43:10.221Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30852026-05-23T15:43:10.250Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30862026-05-23T15:43:10.281Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
30872026-05-23T15:43:10.397Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30882026-05-23T15:43:10.462Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30892026-05-23T15:43:10.499Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30902026-05-23T15:43:10.541Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30912026-05-23T15:43:10.615Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30922026-05-23T15:43:10.656Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30932026-05-23T15:43:10.682Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30942026-05-23T15:43:10.708Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30952026-05-23T15:43:10.739Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30962026-05-23T15:43:10.792Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30972026-05-23T15:43:10.819Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30982026-05-23T15:43:10.842Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
30992026-05-23T15:43:11.127Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
31002026-05-23T15:43:11.155Z Checking omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
31012026-05-23T15:43:11.388Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
31022026-05-23T15:43:11.442Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
31032026-05-23T15:43:11.474Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31042026-05-23T15:43:11.622Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
31052026-05-23T15:43:11.849Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
31062026-05-23T15:43:11.876Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31072026-05-23T15:43:11.966Z Checking key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
31082026-05-23T15:43:12.064Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
31092026-05-23T15:43:12.099Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
31102026-05-23T15:43:12.216Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
31112026-05-23T15:43:12.275Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31122026-05-23T15:43:12.430Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
31132026-05-23T15:43:12.475Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31142026-05-23T15:43:12.501Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
31152026-05-23T15:43:12.527Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
31162026-05-23T15:43:12.576Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31172026-05-23T15:43:12.753Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31182026-05-23T15:43:12.850Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31192026-05-23T15:43:12.908Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
31202026-05-23T15:43:13.008Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31212026-05-23T15:43:13.148Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31222026-05-23T15:43:13.205Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31232026-05-23T15:43:13.321Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31242026-05-23T15:43:13.347Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
31252026-05-23T15:43:13.455Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
31262026-05-23T15:43:13.543Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
31272026-05-23T15:43:13.814Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
31282026-05-23T15:43:14.008Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31292026-05-23T15:43:14.035Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31302026-05-23T15:43:14.273Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31312026-05-23T15:43:14.299Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31322026-05-23T15:43:14.323Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31332026-05-23T15:43:14.599Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31342026-05-23T15:43:14.726Z Checking oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
31352026-05-23T15:43:15.560Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31362026-05-23T15:43:15.824Z Checking multicast-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
31372026-05-23T15:43:15.888Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31382026-05-23T15:43:16.180Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
31392026-05-23T15:43:16.208Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
31402026-05-23T15:43:16.341Z Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
31412026-05-23T15:43:16.462Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31422026-05-23T15:43:16.575Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
31432026-05-23T15:43:16.853Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31442026-05-23T15:43:17.106Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
31452026-05-23T15:43:17.296Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
31462026-05-23T15:43:17.890Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
31472026-05-23T15:43:18.026Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
31482026-05-23T15:43:18.459Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31492026-05-23T15:43:18.702Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
31502026-05-23T15:43:18.731Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
31512026-05-23T15:43:19.124Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
31522026-05-23T15:43:19.181Z Checking oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
31532026-05-23T15:43:19.223Z Checking ddm-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
31542026-05-23T15:43:19.358Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
31552026-05-23T15:43:19.444Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31562026-05-23T15:43:19.470Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31572026-05-23T15:43:19.589Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31582026-05-23T15:43:19.832Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31592026-05-23T15:43:19.889Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31602026-05-23T15:43:20.164Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31612026-05-23T15:43:20.191Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31622026-05-23T15:43:20.692Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
31632026-05-23T15:43:20.936Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31642026-05-23T15:43:20.967Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31652026-05-23T15:43:21.309Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
31662026-05-23T15:43:21.582Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
31672026-05-23T15:43:21.609Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31682026-05-23T15:43:21.637Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31692026-05-23T15:43:21.640Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
31702026-05-23T15:43:21.841Z Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
31712026-05-23T15:43:21.942Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31722026-05-23T15:43:22.433Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
31732026-05-23T15:43:22.515Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31742026-05-23T15:43:23.040Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31752026-05-23T15:43:23.068Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31762026-05-23T15:43:23.129Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
31772026-05-23T15:43:23.291Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
31782026-05-23T15:43:23.355Z Checking nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
31792026-05-23T15:43:23.743Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31802026-05-23T15:43:23.881Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31812026-05-23T15:43:23.978Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
31822026-05-23T15:43:24.138Z Checking illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
31832026-05-23T15:43:24.185Z Checking bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
31842026-05-23T15:43:24.280Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31852026-05-23T15:43:24.789Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31862026-05-23T15:43:24.828Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31872026-05-23T15:43:25.179Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31882026-05-23T15:43:25.472Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31892026-05-23T15:43:25.892Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31902026-05-23T15:43:25.969Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31912026-05-23T15:43:26.038Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31922026-05-23T15:43:26.066Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31932026-05-23T15:43:26.214Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31942026-05-23T15:43:26.351Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31952026-05-23T15:43:26.445Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31962026-05-23T15:43:26.789Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31972026-05-23T15:43:26.930Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31982026-05-23T15:43:26.958Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
31992026-05-23T15:43:27.039Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32002026-05-23T15:43:27.186Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32012026-05-23T15:43:27.251Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32022026-05-23T15:43:27.278Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
32032026-05-23T15:43:27.312Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32042026-05-23T15:43:27.338Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32052026-05-23T15:43:27.585Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
32062026-05-23T15:43:27.625Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
32072026-05-23T15:43:27.799Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32082026-05-23T15:43:27.948Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32092026-05-23T15:43:27.976Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32102026-05-23T15:43:28.006Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32112026-05-23T15:43:28.345Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32122026-05-23T15:43:28.389Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32132026-05-23T15:43:28.649Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32142026-05-23T15:43:28.696Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32152026-05-23T15:43:28.905Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32162026-05-23T15:43:28.965Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32172026-05-23T15:43:29.175Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
32182026-05-23T15:43:29.231Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32192026-05-23T15:43:29.264Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32202026-05-23T15:43:29.325Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32212026-05-23T15:43:29.413Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
32222026-05-23T15:43:29.506Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32232026-05-23T15:43:29.534Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32242026-05-23T15:43:29.624Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32252026-05-23T15:43:29.833Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32262026-05-23T15:43:29.882Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32272026-05-23T15:43:29.886Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32282026-05-23T15:43:29.933Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32292026-05-23T15:43:30.119Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32302026-05-23T15:43:30.144Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32312026-05-23T15:43:30.168Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
32322026-05-23T15:43:30.251Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
32332026-05-23T15:43:30.424Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
32342026-05-23T15:43:30.648Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32352026-05-23T15:43:30.701Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32362026-05-23T15:43:31.097Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32372026-05-23T15:43:31.154Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32382026-05-23T15:43:31.312Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32392026-05-23T15:43:31.527Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
32402026-05-23T15:43:31.771Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32412026-05-23T15:43:31.796Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32422026-05-23T15:43:32.294Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
32432026-05-23T15:43:32.323Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
32442026-05-23T15:43:32.421Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32452026-05-23T15:43:32.502Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
32462026-05-23T15:43:32.529Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
32472026-05-23T15:43:32.758Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32482026-05-23T15:43:32.846Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32492026-05-23T15:43:32.968Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32502026-05-23T15:43:33.061Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32512026-05-23T15:43:33.096Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32522026-05-23T15:43:33.147Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32532026-05-23T15:43:33.272Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
32542026-05-23T15:43:33.435Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32552026-05-23T15:43:33.484Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32562026-05-23T15:43:33.534Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32572026-05-23T15:43:33.557Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32582026-05-23T15:43:33.957Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32592026-05-23T15:43:34.066Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
32602026-05-23T15:43:34.280Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32612026-05-23T15:43:34.803Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32622026-05-23T15:43:35.365Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32632026-05-23T15:43:35.430Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32642026-05-23T15:43:35.627Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32652026-05-23T15:43:35.627Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32662026-05-23T15:43:35.912Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32672026-05-23T15:43:36.223Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32682026-05-23T15:43:36.898Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
32692026-05-23T15:43:37.198Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
32702026-05-23T15:43:37.797Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
32712026-05-23T15:43:40.197Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
32722026-05-23T15:43:40.813Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32732026-05-23T15:43:41.641Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32742026-05-23T15:43:41.894Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32752026-05-23T15:43:41.982Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
32762026-05-23T15:43:42.373Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32772026-05-23T15:43:42.702Z Checking mg-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
32782026-05-23T15:43:43.067Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
32792026-05-23T15:43:43.091Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32802026-05-23T15:43:43.469Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32812026-05-23T15:43:43.517Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32822026-05-23T15:43:43.544Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
32832026-05-23T15:43:43.876Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32842026-05-23T15:43:45.513Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
32852026-05-23T15:43:46.037Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
32862026-05-23T15:43:46.115Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32872026-05-23T15:43:46.391Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
32882026-05-23T15:43:46.447Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
32892026-05-23T15:43:46.803Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
32902026-05-23T15:43:46.918Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32912026-05-23T15:43:47.485Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32922026-05-23T15:43:47.512Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32932026-05-23T15:43:47.671Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32942026-05-23T15:43:48.536Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32952026-05-23T15:43:48.694Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32962026-05-23T15:43:49.669Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32972026-05-23T15:43:49.887Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32982026-05-23T15:43:50.540Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
32992026-05-23T15:43:51.053Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33002026-05-23T15:43:51.399Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
33012026-05-23T15:43:52.584Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33022026-05-23T15:43:52.967Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33032026-05-23T15:43:52.993Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33042026-05-23T15:43:53.397Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33052026-05-23T15:43:53.989Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33062026-05-23T15:43:54.298Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33072026-05-23T15:43:54.367Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33082026-05-23T15:43:54.709Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
33092026-05-23T15:43:55.535Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
33102026-05-23T15:43:56.447Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33112026-05-23T15:43:56.573Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33122026-05-23T15:43:56.912Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33132026-05-23T15:43:57.744Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33142026-05-23T15:43:57.996Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33152026-05-23T15:43:58.191Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33162026-05-23T15:43:58.718Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
33172026-05-23T15:43:59.079Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
33182026-05-23T15:43:59.639Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33192026-05-23T15:44:00.731Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33202026-05-23T15:44:01.105Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
33212026-05-23T15:44:01.693Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33222026-05-23T15:44:02.219Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33232026-05-23T15:44:02.831Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
33242026-05-23T15:44:03.327Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33252026-05-23T15:44:03.921Z Documenting ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
33262026-05-23T15:44:04.834Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33272026-05-23T15:44:04.897Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33282026-05-23T15:44:05.715Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33292026-05-23T15:44:06.285Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33302026-05-23T15:44:06.754Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33312026-05-23T15:44:07.631Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33322026-05-23T15:44:08.023Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33332026-05-23T15:44:08.453Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33342026-05-23T15:44:09.055Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33352026-05-23T15:44:09.168Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33362026-05-23T15:44:09.213Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33372026-05-23T15:44:09.255Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33382026-05-23T15:44:10.330Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33392026-05-23T15:44:10.365Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33402026-05-23T15:44:10.847Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33412026-05-23T15:44:11.129Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33422026-05-23T15:44:11.229Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
33432026-05-23T15:44:11.272Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33442026-05-23T15:44:11.430Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33452026-05-23T15:44:11.767Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33462026-05-23T15:44:11.953Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33472026-05-23T15:44:12.237Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
33482026-05-23T15:44:12.576Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
33492026-05-23T15:44:13.325Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
33502026-05-23T15:44:13.828Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
33512026-05-23T15:44:14.265Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33522026-05-23T15:44:17.446Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33532026-05-23T15:44:20.589Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33542026-05-23T15:44:21.599Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
33552026-05-23T15:44:22.716Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33562026-05-23T15:44:23.555Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33572026-05-23T15:44:24.820Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
33582026-05-23T15:44:26.593Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33592026-05-23T15:44:27.957Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33602026-05-23T15:44:28.608Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
33612026-05-23T15:44:30.595Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
33622026-05-23T15:44:30.692Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
33632026-05-23T15:44:31.658Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
33642026-05-23T15:44:39.661Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
33652026-05-23T15:44:40.941Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
33662026-05-23T15:44:42.044Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33672026-05-23T15:44:42.099Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33682026-05-23T15:44:43.466Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
33692026-05-23T15:44:44.956Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
33702026-05-23T15:44:46.292Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
33712026-05-23T15:44:47.592Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33722026-05-23T15:44:48.973Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33732026-05-23T15:44:50.640Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33742026-05-23T15:44:51.718Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33752026-05-23T15:44:53.155Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
33762026-05-23T15:44:54.296Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33772026-05-23T15:44:55.830Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33782026-05-23T15:44:57.148Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33792026-05-23T15:44:58.511Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
33802026-05-23T15:44:59.976Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33812026-05-23T15:45:02.418Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33822026-05-23T15:45:03.297Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33832026-05-23T15:45:05.059Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33842026-05-23T15:45:06.750Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
33852026-05-23T15:45:08.432Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33862026-05-23T15:45:10.161Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33872026-05-23T15:45:11.921Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33882026-05-23T15:45:13.797Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33892026-05-23T15:45:15.428Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33902026-05-23T15:45:20.220Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
33912026-05-23T15:45:20.934Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33922026-05-23T15:45:22.363Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
33932026-05-23T15:45:22.671Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33942026-05-23T15:45:24.167Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33952026-05-23T15:45:28.363Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33962026-05-23T15:45:28.662Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33972026-05-23T15:45:31.143Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33982026-05-23T15:45:33.280Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
33992026-05-23T15:45:35.400Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
34002026-05-23T15:45:37.833Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
34012026-05-23T15:45:39.673Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
34022026-05-23T15:45:41.776Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34032026-05-23T15:45:43.909Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
34042026-05-23T15:45:45.959Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
34052026-05-23T15:45:48.066Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
34062026-05-23T15:45:49.859Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
34072026-05-23T15:45:51.995Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34082026-05-23T15:45:54.477Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
34092026-05-23T15:45:56.247Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
34102026-05-23T15:45:58.495Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
34112026-05-23T15:46:00.578Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34122026-05-23T15:46:02.778Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34132026-05-23T15:46:05.018Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34142026-05-23T15:46:07.199Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
34152026-05-23T15:46:08.308Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
34162026-05-23T15:46:11.887Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
34172026-05-23T15:46:14.215Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
34182026-05-23T15:46:16.561Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
34192026-05-23T15:46:18.893Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
34202026-05-23T15:46:21.220Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
34212026-05-23T15:46:23.707Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
34222026-05-23T15:46:26.037Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
34232026-05-23T15:46:29.022Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
34242026-05-23T15:46:30.865Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
34252026-05-23T15:46:33.615Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
34262026-05-23T15:46:35.650Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34272026-05-23T15:46:38.156Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34282026-05-23T15:46:40.499Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
34292026-05-23T15:46:43.414Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
34302026-05-23T15:46:45.572Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34312026-05-23T15:46:48.144Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34322026-05-23T15:46:50.717Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
34332026-05-23T15:46:53.298Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
34342026-05-23T15:46:55.851Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
34352026-05-23T15:46:58.359Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
34362026-05-23T15:47:00.864Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
34372026-05-23T15:47:03.386Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
34382026-05-23T15:47:06.077Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
34392026-05-23T15:47:08.563Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
34402026-05-23T15:47:11.080Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
34412026-05-23T15:47:13.683Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
34422026-05-23T15:47:16.286Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
34432026-05-23T15:47:23.744Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
34442026-05-23T15:47:24.315Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
34452026-05-23T15:47:27.327Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
34462026-05-23T15:47:30.706Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
34472026-05-23T15:47:34.035Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
34482026-05-23T15:47:37.456Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
34492026-05-23T15:47:40.798Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34502026-05-23T15:47:44.261Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
34512026-05-23T15:47:47.563Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34522026-05-23T15:47:50.926Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
34532026-05-23T15:47:54.316Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
34542026-05-23T15:47:57.721Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34552026-05-23T15:48:01.112Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
34562026-05-23T15:48:04.520Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
34572026-05-23T15:48:08.065Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
34582026-05-23T15:48:11.562Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
34592026-05-23T15:48:14.923Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
34602026-05-23T15:48:18.237Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
34612026-05-23T15:48:21.689Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34622026-05-23T15:48:25.092Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34632026-05-23T15:48:28.694Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
34642026-05-23T15:48:33.344Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
34652026-05-23T15:48:36.242Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34662026-05-23T15:48:39.964Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
34672026-05-23T15:48:43.727Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
34682026-05-23T15:48:47.614Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
34692026-05-23T15:49:17.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 09s
34702026-05-23T15:49:17.628Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 197 other files
34712026-05-23T15:49:17.748Z
34722026-05-23T15:49:17.748Zreal 6:10.021430857
34732026-05-23T15:49:17.748Zuser 18:53.095391619
34742026-05-23T15:49:17.748Zsys 4:06.495353202
34752026-05-23T15:49:17.749Ztrap 0.285677975
34762026-05-23T15:49:17.752Ztflt 0.066030426
34772026-05-23T15:49:17.752Zdflt 0.026796634
34782026-05-23T15:49:17.752Zkflt 0.000038370
34792026-05-23T15:49:17.752Zlock 5:15:38.622080466
34802026-05-23T15:49:17.752Zslp 1:59:42.724100609
34812026-05-23T15:49:17.752Zlat 40.836299551
34822026-05-23T15:49:17.752Zstop 2:04.942052475
34832026-05-23T15:49:17.752Zprocess exited: duration 767395 ms, exit code 0
 
34842026-05-23T15:49:17.758Zfound 0 output files