01KN7RDN83X1TZDT16RA2TTNQA: check-features (helios)

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

Buildomat Job: 01KN7REJ6MM5M4XEGMHCVAKH9A

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-02T19:07:24.296Zjob assigned to worker 01KN7SDR49CNQRE4RNJ6KY60MV [factory aws, i-09166ba4b90e990e7] (queued for 18 m 4 s)
 
22026-04-02T19:07:32.735Zstarting task 0: "setup"
32026-04-02T19:07:32.742Z++ uname -s
42026-04-02T19:07:32.745Z+ kern=SunOS
52026-04-02T19:07:32.745Z+ build_user=build
62026-04-02T19:07:32.745Z+ build_uid=12345
72026-04-02T19:07:32.745Z+ work_dir=/work
82026-04-02T19:07:32.745Z+ input_dir=/input
92026-04-02T19:07:32.745Z+ [[ 0 == 12345 ]]
102026-04-02T19:07:32.745Z+ case "$kern" in
112026-04-02T19:07:32.745Z+ groupadd -g 12345 build
122026-04-02T19:07:32.748Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-02T19:07:34.752Z+ zfs create -o mountpoint=/work rpool/work
142026-04-02T19:07:34.837Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-02T19:07:34.840Z+ home_fs=zfs
162026-04-02T19:07:34.841Z+ [[ zfs == autofs ]]
172026-04-02T19:07:34.841Z+ mkdir -p /home/build
182026-04-02T19:07:34.841Z+ chown build:build /home/build /work
192026-04-02T19:07:36.842Z+ chmod 0700 /home/build /work
202026-04-02T19:07:36.846Zprocess exited: duration 4109 ms, exit code 0
 
212026-04-02T19:07:36.851Zstarting task 1: "rust-toolchain"
222026-04-02T19:07:36.856Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-04-02T19:07:36.856Z * rust toolchain channel = "1.94.0"
242026-04-02T19:07:36.856Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-04-02T19:07:36.856Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-04-02T19:07:36.856Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-02T19:07:36.856Z * rust toolchain profile = "default"
282026-04-02T19:07:36.859Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-02T19:07:36.859Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-04-02T19:07:36.969Zinfo: downloading installer
312026-04-02T19:07:38.689Zwarn: It looks like you have an existing rustup settings file at:
322026-04-02T19:07:38.689Zwarn: /home/build/.rustup/settings.toml
332026-04-02T19:07:38.689Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-04-02T19:07:38.689Zwarn: instead of the one inferred from the default host triple.
352026-04-02T19:07:38.700Zinfo: profile set to default
362026-04-02T19:07:38.700Zinfo: default host triple is x86_64-unknown-illumos
372026-04-02T19:07:38.704Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-04-02T19:07:38.870Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-04-02T19:07:38.873Zinfo: downloading 6 components
402026-04-02T19:07:54.534Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-04-02T19:07:54.534Z
422026-04-02T19:07:54.562Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-04-02T19:07:54.562Z
442026-04-02T19:07:54.574Z
452026-04-02T19:07:54.574ZRust is installed now. Great!
462026-04-02T19:07:54.574Z
472026-04-02T19:07:54.574ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-04-02T19:07:54.574Zenvironment variable. This has not been done automatically.
492026-04-02T19:07:54.574Z
502026-04-02T19:07:54.574ZTo configure your current shell, you need to source
512026-04-02T19:07:54.574Zthe corresponding env file under $HOME/.cargo.
522026-04-02T19:07:54.575Z
532026-04-02T19:07:54.575ZThis is usually done by running one of the following (note the leading DOT):
542026-04-02T19:07:54.575Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-04-02T19:07:54.575Zsource "$HOME/.cargo/env.fish" # For fish
562026-04-02T19:07:54.575Zsource "~/.cargo/env.nu" # For nushell
572026-04-02T19:07:54.575Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-04-02T19:07:54.575Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-04-02T19:07:54.575Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-04-02T19:07:54.575Zwarn: no default linker (`cc`) was found in your PATH
612026-04-02T19:07:54.575Zwarn: many Rust crates require a system C toolchain to build
622026-04-02T19:07:54.651Z+ rustup --version
632026-04-02T19:07:54.656Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-04-02T19:07:54.656Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-04-02T19:07:54.680Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-04-02T19:07:54.688Z+ cargo --version
672026-04-02T19:07:54.744Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-04-02T19:07:54.750Z+ rustc --version
692026-04-02T19:07:54.750Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-04-02T19:07:54.750Zprocess exited: duration 17878 ms, exit code 0
 
712026-04-02T19:07:54.770Zstarting task 2: "authentication"
722026-04-02T19:07:54.795Zprocess exited: duration 26 ms, exit code 0
 
732026-04-02T19:07:54.815Zstarting task 3: "clone repository"
742026-04-02T19:07:54.821Z+ mkdir -p /work/oxidecomputer/omicron
752026-04-02T19:07:54.821Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-04-02T19:07:55.254ZCloning into '/work/oxidecomputer/omicron'...
772026-04-02T19:08:06.012Z+ cd /work/oxidecomputer/omicron
782026-04-02T19:08:06.012Z+ git fetch origin 56d7b28b9ae67db3c16b956fe5047fa5f6e8f78c
792026-04-02T19:08:06.316ZFrom https://github.com/oxidecomputer/omicron
802026-04-02T19:08:06.316Z * branch 56d7b28b9ae67db3c16b956fe5047fa5f6e8f78c -> FETCH_HEAD
812026-04-02T19:08:06.329Z+ [[ -n helios3 ]]
822026-04-02T19:08:06.333Z++ git branch --show-current
832026-04-02T19:08:06.333Z+ current=main
842026-04-02T19:08:06.333Z+ [[ main != helios3 ]]
852026-04-02T19:08:06.333Z+ git branch -f helios3 56d7b28b9ae67db3c16b956fe5047fa5f6e8f78c
862026-04-02T19:08:06.336Z+ git checkout -f helios3
872026-04-02T19:08:06.437ZSwitched to branch 'helios3'
882026-04-02T19:08:06.440Z+ git reset --hard 56d7b28b9ae67db3c16b956fe5047fa5f6e8f78c
892026-04-02T19:08:06.542ZHEAD is now at 56d7b28b9 WIP - move to Helios v3
902026-04-02T19:08:06.545Zprocess exited: duration 11735 ms, exit code 0
 
912026-04-02T19:08:06.551Zstarting task 4: "build"
922026-04-02T19:08:06.556Z+ source .github/buildomat/ci-env.sh
932026-04-02T19:08:06.559Z++ export CARGO_TERM_COLOR=always
942026-04-02T19:08:06.559Z++ CARGO_TERM_COLOR=always
952026-04-02T19:08:06.559Z+ cargo --version
962026-04-02T19:08:06.568Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-04-02T19:08:06.571Z+ rustc --version
982026-04-02T19:08:06.597Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-04-02T19:08:06.599Z+ source ./env.sh
1002026-04-02T19:08:06.603Z++ OLD_SHELL_OPTS=ehxB
1012026-04-02T19:08:06.603Z++ set -o xtrace
1022026-04-02T19:08:06.603Z++++ dirname ./env.sh
1032026-04-02T19:08:06.606Z+++ readlink -f .
1042026-04-02T19:08:06.606Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-04-02T19:08:06.606Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062026-04-02T19:08:06.606Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-04-02T19:08:06.609Z++ 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
1082026-04-02T19:08:06.609Z++ 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
1092026-04-02T19:08:06.609Z++ 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
1102026-04-02T19:08:06.609Z++ 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
1112026-04-02T19:08:06.609Z++ 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
1122026-04-02T19:08:06.609Z++ 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
1132026-04-02T19:08:06.609Z++ case $OLD_SHELL_OPTS in
1142026-04-02T19:08:06.609Z++ unset OLD_SHELL_OPTS OMICRON_WS
1152026-04-02T19:08:06.609Z+ 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:/work/oxidecomputer/omicron/out/cargo-hack
1162026-04-02T19:08:06.609Z+ 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:/work/oxidecomputer/omicron/out/cargo-hack
1172026-04-02T19:08:06.609Z+ banner prerequisites
1182026-04-02T19:08:06.609Z
1192026-04-02T19:08:06.609Z ##### ##### ###### ##### ###### #### # # # #### #
1202026-04-02T19:08:06.609Z # # # # # # # # # # # # # # #
1212026-04-02T19:08:06.609Z # # # # ##### # # ##### # # # # # #### #
1222026-04-02T19:08:06.609Z ##### ##### # ##### # # # # # # # # #
1232026-04-02T19:08:06.609Z # # # # # # # # # # # # # # #
1242026-04-02T19:08:06.609Z # # # ###### # # ###### ### # #### # #### #
1252026-04-02T19:08:06.609Z
1262026-04-02T19:08:06.609Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1272026-04-02T19:08:11.171Z Startup: Refreshing catalog 'helios' ... Done
1282026-04-02T19:08:11.245Z Startup: Caching catalogs ... Done
1292026-04-02T19:08:11.529ZPlanning: Solver setup ... Done (0.239s)
1302026-04-02T19:08:11.549ZPlanning: Running solver ... Done (0.020s)
1312026-04-02T19:08:11.587ZPlanning: Finding local manifests ... Done (0.034s)
1322026-04-02T19:08:11.598ZPlanning: Fetching manifests: 0/2 0% complete
1332026-04-02T19:08:11.620ZPlanning: Fetching manifests: 2/2 100% complete
1342026-04-02T19:08:11.636ZPlanning: Package planning ... Done (0.018s)
1352026-04-02T19:08:11.641ZPlanning: Merging actions ... Done (0.002s)
1362026-04-02T19:08:12.086ZPlanning: Checking for conflicting actions ... Done (0.447s)
1372026-04-02T19:08:12.089ZPlanning: Consolidating action changes ... Done (0.001s)
1382026-04-02T19:08:16.379ZPlanning: Evaluating mediators ... Done (4.292s)
1392026-04-02T19:08:16.382ZPlanning: Planning completed in 5.11 seconds
1402026-04-02T19:08:16.392Z Packages to install: 2
1412026-04-02T19:08:16.395Z Estimated space available: 156.08 GB
1422026-04-02T19:08:16.395ZEstimated space to be consumed: 18.46 MB
1432026-04-02T19:08:16.395Z Create boot environment: No
1442026-04-02T19:08:16.395ZCreate backup boot environment: No
1452026-04-02T19:08:16.396Z Rebuild boot archive: No
1462026-04-02T19:08:16.396Z
1472026-04-02T19:08:16.396ZChanged packages:
1482026-04-02T19:08:16.396Zhelios
1492026-04-02T19:08:16.396Z developer/build-essential
1502026-04-02T19:08:16.396Z None -> 11-3.0
1512026-04-02T19:08:16.396Z library/libxmlsec1
1522026-04-02T19:08:16.396Z None -> 1.2.35-3.0
1532026-04-02T19:08:16.453Z
1542026-04-02T19:08:16.453ZDownload: 0/214 items 0.0/1.3MB 0% complete
1552026-04-02T19:08:17.703ZDownload: Completed 1.28 MB in 1.25 seconds (1.0M/s)
1562026-04-02T19:08:17.781Z Actions: 1/268 actions (Installing new actions)
1572026-04-02T19:08:17.872Z Actions: Completed 268 actions in 0.09 seconds.
1582026-04-02T19:08:17.877ZFinalize: Updating package state database ... Done (0.007s)
1592026-04-02T19:08:17.879ZFinalize: Updating package cache ... Done (0.000s)
1602026-04-02T19:08:17.896ZFinalize: Updating image state ... Done (0.019s)
1612026-04-02T19:08:21.658ZFinalize: Creating fast lookup database ... Done (3.737s)
1622026-04-02T19:08:21.822ZFinalize: Reading search index ... Done (0.099s)
1632026-04-02T19:08:21.825ZFinalize: Updating search index ... Done (0.000s)
1642026-04-02T19:08:21.935ZFinalize: Updating package cache ... Done (0.000s)
1652026-04-02T19:08:22.322ZPlanning: Evaluating mediator changes ... Done
1662026-04-02T19:08:22.462ZPlanning: Checking for conflicting actions ... Done
1672026-04-02T19:08:22.465ZPlanning: Consolidating action changes ... Done
1682026-04-02T19:08:22.704ZPlanning: Evaluating mediators ... Done
1692026-04-02T19:08:22.707ZPlanning: Planning completed in 0.38 seconds
1702026-04-02T19:08:22.738Z Mediators to change: 2
1712026-04-02T19:08:22.738Z Create boot environment: No
1722026-04-02T19:08:22.738ZCreate backup boot environment: No
1732026-04-02T19:08:22.809ZFinalize: Updating package state database ... Done
1742026-04-02T19:08:22.809ZFinalize: Updating package cache ... Done
1752026-04-02T19:08:22.821ZFinalize: Updating image state ... Done
1762026-04-02T19:08:25.611ZFinalize: Creating fast lookup database ... Done
1772026-04-02T19:08:25.692ZFinalize: Reading search index ... Done
1782026-04-02T19:08:25.695ZFinalize: Updating search index ... Done
1792026-04-02T19:08:25.789ZFinalize: Updating package cache ... Done
1802026-04-02T19:08:26.160ZPlanning: Evaluating mediator changes ... Done
1812026-04-02T19:08:26.299ZPlanning: Checking for conflicting actions ... Done
1822026-04-02T19:08:26.302ZPlanning: Consolidating action changes ... Done
1832026-04-02T19:08:26.537ZPlanning: Evaluating mediators ... Done
1842026-04-02T19:08:26.540ZPlanning: Planning completed in 0.38 seconds
1852026-04-02T19:08:26.568Z Mediators to change: 1
1862026-04-02T19:08:26.568Z Create boot environment: No
1872026-04-02T19:08:26.572ZCreate backup boot environment: No
1882026-04-02T19:08:26.642ZFinalize: Updating package state database ... Done
1892026-04-02T19:08:26.642ZFinalize: Updating package cache ... Done
1902026-04-02T19:08:26.655ZFinalize: Updating image state ... Done
1912026-04-02T19:08:29.429ZFinalize: Creating fast lookup database ... Done
1922026-04-02T19:08:29.510ZFinalize: Reading search index ... Done
1932026-04-02T19:08:29.513ZFinalize: Updating search index ... Done
1942026-04-02T19:08:29.590ZFinalize: Updating package cache ... Done
1952026-04-02T19:08:30.003ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1962026-04-02T19:08:30.003Zapache system 2.4 system
1972026-04-02T19:08:30.003Zclang system 15 system
1982026-04-02T19:08:30.003Zcsh system system illumos
1992026-04-02T19:08:30.003Zctags system system illumos
2002026-04-02T19:08:30.003Zfile vendor vendor darwinsys
2012026-04-02T19:08:30.003Zfile system system illumos
2022026-04-02T19:08:30.003Zgcc vendor 14 vendor
2032026-04-02T19:08:30.003Zgcc system 13 system
2042026-04-02T19:08:30.003Zgcc system 10 system
2052026-04-02T19:08:30.003Zgo system 1.25 system
2062026-04-02T19:08:30.003Zllvm system 15 system
2072026-04-02T19:08:30.004Zmariadb system 11.4 system
2082026-04-02T19:08:30.004Zmta vendor vendor dma
2092026-04-02T19:08:30.004Zopenjdk system 17 system
2102026-04-02T19:08:30.004Zopenjdk system 11 system
2112026-04-02T19:08:30.004Zopenssl vendor 3 vendor
2122026-04-02T19:08:30.004Zperl system 5.40 system
2132026-04-02T19:08:30.004Zpostgresql system 18 system
2142026-04-02T19:08:30.004Zpostgresql system 17 system
2152026-04-02T19:08:30.004Zpython vendor 3 vendor
2162026-04-02T19:08:30.004Zpython system 2 system
2172026-04-02T19:08:30.004Zpython3 vendor 3.13 vendor
2182026-04-02T19:08:30.004Zruby system 3.4 system
2192026-04-02T19:08:30.004Zruby system 3.0 system
2202026-04-02T19:08:30.004Zwords vendor vendor american-english
2212026-04-02T19:08:30.004Zwords system system australian-english
2222026-04-02T19:08:30.004Zwords system system british-english
2232026-04-02T19:08:30.004Zwords system system canadian-english
2242026-04-02T19:08:30.004Zwords system system french
2252026-04-02T19:08:30.004Zwords system system italian
2262026-04-02T19:08:30.004Zwords system system ngerman
2272026-04-02T19:08:30.004Zwords system system ogerman
2282026-04-02T19:08:30.004Zwords system system spanish
2292026-04-02T19:08:30.342ZPUBLISHER TYPE STATUS P LOCATION
2302026-04-02T19:08:30.342Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2312026-04-02T19:08:30.706ZFMRI IFO
2322026-04-02T19:08:30.706Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2332026-04-02T19:08:30.706Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2342026-04-02T19:08:30.706Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2352026-04-02T19:08:30.706Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2362026-04-02T19:08:30.706Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2372026-04-02T19:08:30.706Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2382026-04-02T19:08:30.706Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2392026-04-02T19:08:30.706Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2402026-04-02T19:08:30.706Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2412026-04-02T19:08:31.007Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2422026-04-02T19:08:31.286Z Updating crates.io index
2432026-04-02T19:08:31.289Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2442026-04-02T19:08:31.560Z Updating git repository `https://github.com/oxidecomputer/lldp`
2452026-04-02T19:08:32.541Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2462026-04-02T19:08:33.241Z Updating git repository `https://github.com/oxidecomputer/falcon`
2472026-04-02T19:08:34.407Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2482026-04-02T19:08:34.932Z Updating git repository `https://github.com/oxidecomputer/propolis`
2492026-04-02T19:08:36.409Z Updating git repository `https://github.com/oxidecomputer/crucible`
2502026-04-02T19:08:38.017Z Updating git repository `https://github.com/oxidecomputer/opte`
2512026-04-02T19:08:40.016Z Updating git repository `https://github.com/oxidecomputer/tofino`
2522026-04-02T19:08:40.019Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2532026-04-02T19:08:40.373Z Updating git repository `https://github.com/oxidecomputer/clickward`
2542026-04-02T19:08:40.705Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2552026-04-02T19:08:41.248Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2562026-04-02T19:08:41.603Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2572026-04-02T19:08:42.559Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2582026-04-02T19:08:43.188Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2592026-04-02T19:08:43.500Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2602026-04-02T19:08:43.917Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2612026-04-02T19:08:44.253Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2622026-04-02T19:08:44.565Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2632026-04-02T19:08:44.816Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2642026-04-02T19:08:45.075Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2652026-04-02T19:08:45.479Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2662026-04-02T19:08:45.994Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2672026-04-02T19:08:46.507Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2682026-04-02T19:08:46.745Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2692026-04-02T19:08:47.055Z Updating git repository `https://github.com/oxidecomputer/ispf`
2702026-04-02T19:08:48.348Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2712026-04-02T19:08:48.611Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2722026-04-02T19:08:49.426Z Updating git repository `https://github.com/oxidecomputer/crucible`
2732026-04-02T19:08:50.149Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2742026-04-02T19:08:50.508Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2752026-04-02T19:08:50.841Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2762026-04-02T19:08:51.240Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2772026-04-02T19:08:51.762Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2782026-04-02T19:08:52.011Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2792026-04-02T19:08:52.263Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2802026-04-02T19:08:52.546Z Updating git repository `https://github.com/illumos/smf-rs`
2812026-04-02T19:08:52.876Z Updating git repository `https://github.com/oxidecomputer/omicron`
2822026-04-02T19:09:06.916Z Downloading crates ...
2832026-04-02T19:09:06.982Z Downloaded serde_core v1.0.228
2842026-04-02T19:09:06.985Z Downloaded toml_write v0.1.2
2852026-04-02T19:09:06.988Z Downloaded anstream v0.6.21
2862026-04-02T19:09:06.988Z Downloaded heck v0.5.0
2872026-04-02T19:09:06.991Z Downloaded erased-serde v0.4.9
2882026-04-02T19:09:06.994Z Downloaded unicode-linebreak v0.1.5
2892026-04-02T19:09:06.998Z Downloaded proc-macro2 v1.0.106
2902026-04-02T19:09:07.002Z Downloaded dof v0.3.0
2912026-04-02T19:09:07.006Z Downloaded unicode-xid v0.2.6
2922026-04-02T19:09:07.006Z Downloaded zerofrom-derive v0.1.6
2932026-04-02T19:09:07.006Z Downloaded cpufeatures v0.2.17
2942026-04-02T19:09:07.009Z Downloaded usdt-attr-macro v0.5.0
2952026-04-02T19:09:07.009Z Downloaded toml_datetime v0.6.11
2962026-04-02T19:09:07.009Z Downloaded is_terminal_polyfill v1.70.2
2972026-04-02T19:09:07.009Z Downloaded toml v0.8.23
2982026-04-02T19:09:07.012Z Downloaded fnv v1.0.7
2992026-04-02T19:09:07.016Z Downloaded itoa v1.0.17
3002026-04-02T19:09:07.017Z Downloaded utf8parse v0.2.2
3012026-04-02T19:09:07.020Z Downloaded utf8_iter v1.0.4
3022026-04-02T19:09:07.023Z Downloaded usdt-macro v0.5.0
3032026-04-02T19:09:07.023Z Downloaded tinystr v0.8.2
3042026-04-02T19:09:07.023Z Downloaded typenum v1.19.0
3052026-04-02T19:09:07.027Z Downloaded usdt v0.5.0
3062026-04-02T19:09:07.027Z Downloaded dtrace-parser v0.2.0
3072026-04-02T19:09:07.027Z Downloaded thread-id v4.2.2
3082026-04-02T19:09:07.030Z Downloaded displaydoc v0.2.5
3092026-04-02T19:09:07.030Z Downloaded synstructure v0.13.2
3102026-04-02T19:09:07.033Z Downloaded anstyle-parse v0.2.7
3112026-04-02T19:09:07.033Z Downloaded anstyle v1.0.13
3122026-04-02T19:09:07.033Z Downloaded zerofrom v0.1.6
3132026-04-02T19:09:07.036Z Downloaded typeid v1.0.3
3142026-04-02T19:09:07.036Z Downloaded cfg-if v1.0.4
3152026-04-02T19:09:07.036Z Downloaded cargo_metadata v0.21.0
3162026-04-02T19:09:07.039Z Downloaded thiserror-impl v2.0.18
3172026-04-02T19:09:07.039Z Downloaded camino-tempfile v1.4.1
3182026-04-02T19:09:07.039Z Downloaded sha2 v0.10.9
3192026-04-02T19:09:07.042Z Downloaded yoke-derive v0.8.1
3202026-04-02T19:09:07.042Z Downloaded thiserror v2.0.18
3212026-04-02T19:09:07.046Z Downloaded version_check v0.9.5
3222026-04-02T19:09:07.049Z Downloaded terminal_size v0.4.3
3232026-04-02T19:09:07.049Z Downloaded digest v0.10.7
3242026-04-02T19:09:07.052Z Downloaded zerovec-derive v0.11.2
3252026-04-02T19:09:07.052Z Downloaded scroll v0.12.0
3262026-04-02T19:09:07.052Z Downloaded generic-array v0.14.7
3272026-04-02T19:09:07.055Z Downloaded thiserror-impl v1.0.69
3282026-04-02T19:09:07.055Z Downloaded errno v0.3.14
3292026-04-02T19:09:07.055Z Downloaded zerocopy-derive v0.7.35
3302026-04-02T19:09:07.058Z Downloaded usdt-impl v0.5.0
3312026-04-02T19:09:07.061Z Downloaded ucd-trie v0.1.7
3322026-04-02T19:09:07.061Z Downloaded memchr v2.8.0
3332026-04-02T19:09:07.064Z Downloaded writeable v0.6.2
3342026-04-02T19:09:07.067Z Downloaded cargo-util-schemas v0.8.2
3352026-04-02T19:09:07.067Z Downloaded yoke v0.8.1
3362026-04-02T19:09:07.070Z Downloaded textwrap v0.16.2
3372026-04-02T19:09:07.070Z Downloaded zmij v1.0.21
3382026-04-02T19:09:07.073Z Downloaded thiserror v1.0.69
3392026-04-02T19:09:07.076Z Downloaded ordered-float v2.10.1
3402026-04-02T19:09:07.076Z Downloaded form_urlencoded v1.2.2
3412026-04-02T19:09:07.079Z Downloaded block-buffer v0.10.4
3422026-04-02T19:09:07.079Z Downloaded macaddr v1.0.1
3432026-04-02T19:09:07.079Z Downloaded clap v4.5.60
3442026-04-02T19:09:07.084Z Downloaded zerotrie v0.2.3
3452026-04-02T19:09:07.087Z Downloaded unicode-ident v1.0.24
3462026-04-02T19:09:07.090Z Downloaded toml_edit v0.22.27
3472026-04-02T19:09:07.093Z Downloaded smawk v0.3.2
3482026-04-02T19:09:07.096Z Downloaded stable_deref_trait v1.2.1
3492026-04-02T19:09:07.096Z Downloaded serde_spanned v0.6.9
3502026-04-02T19:09:07.096Z Downloaded tabled_derive v0.7.0
3512026-04-02T19:09:07.096Z Downloaded fastrand v2.3.0
3522026-04-02T19:09:07.099Z Downloaded url v2.5.8
3532026-04-02T19:09:07.099Z Downloaded plain v0.2.3
3542026-04-02T19:09:07.101Z Downloaded percent-encoding v2.3.2
3552026-04-02T19:09:07.101Z Downloaded serde-value v0.7.0
3562026-04-02T19:09:07.101Z Downloaded memmap v0.7.0
3572026-04-02T19:09:07.104Z Downloaded strsim v0.11.1
3582026-04-02T19:09:07.104Z Downloaded swrite v0.1.0
3592026-04-02T19:09:07.104Z Downloaded idna_adapter v1.2.1
3602026-04-02T19:09:07.104Z Downloaded proc-macro-error-attr v1.0.4
3612026-04-02T19:09:07.107Z Downloaded cargo-platform v0.2.0
3622026-04-02T19:09:07.107Z Downloaded bitflags v2.11.0
3632026-04-02T19:09:07.110Z Downloaded pretty-hex v0.4.1
3642026-04-02T19:09:07.110Z Downloaded zerocopy v0.7.35
3652026-04-02T19:09:07.121Z Downloaded zerovec v0.11.5
3662026-04-02T19:09:07.126Z Downloaded serde-untagged v0.1.9
3672026-04-02T19:09:07.132Z Downloaded anyhow v1.0.102
3682026-04-02T19:09:07.132Z Downloaded log v0.4.29
3692026-04-02T19:09:07.135Z Downloaded getrandom v0.4.1
3702026-04-02T19:09:07.135Z Downloaded scroll_derive v0.12.1
3712026-04-02T19:09:07.135Z Downloaded fs-err v3.3.0
3722026-04-02T19:09:07.135Z Downloaded cargo_toml v0.21.0
3732026-04-02T19:09:07.138Z Downloaded proc-macro-error v1.0.4
3742026-04-02T19:09:07.138Z Downloaded semver v1.0.27
3752026-04-02T19:09:07.141Z Downloaded bytecount v0.6.9
3762026-04-02T19:09:07.141Z Downloaded clap_lex v1.0.0
3772026-04-02T19:09:07.144Z Downloaded potential_utf v0.1.4
3782026-04-02T19:09:07.144Z Downloaded icu_locale_core v2.1.1
3792026-04-02T19:09:07.147Z Downloaded unicode-width v0.2.0
3802026-04-02T19:09:07.151Z Downloaded winnow v0.7.14
3812026-04-02T19:09:07.157Z Downloaded icu_collections v2.1.1
3822026-04-02T19:09:07.161Z Downloaded autocfg v1.5.0
3832026-04-02T19:09:07.165Z Downloaded camino v1.2.2
3842026-04-02T19:09:07.165Z Downloaded unicode-width v0.1.14
3852026-04-02T19:09:07.169Z Downloaded tempfile v3.25.0
3862026-04-02T19:09:07.171Z Downloaded smallvec v1.15.1
3872026-04-02T19:09:07.174Z Downloaded clap_derive v4.5.55
3882026-04-02T19:09:07.174Z Downloaded serde_tokenstream v0.2.3
3892026-04-02T19:09:07.174Z Downloaded heck v0.4.1
3902026-04-02T19:09:07.177Z Downloaded equivalent v1.0.2
3912026-04-02T19:09:07.177Z Downloaded crypto-common v0.1.7
3922026-04-02T19:09:07.177Z Downloaded quote v1.0.44
3932026-04-02T19:09:07.180Z Downloaded pest_generator v2.8.6
3942026-04-02T19:09:07.181Z Downloaded pest_derive v2.8.6
3952026-04-02T19:09:07.184Z Downloaded litemap v0.8.1
3962026-04-02T19:09:07.184Z Downloaded once_cell v1.21.3
3972026-04-02T19:09:07.187Z Downloaded byteorder v1.5.0
3982026-04-02T19:09:07.187Z Downloaded num-traits v0.2.19
3992026-04-02T19:09:07.187Z Downloaded icu_properties v2.1.2
4002026-04-02T19:09:07.191Z Downloaded anstyle-query v1.1.5
4012026-04-02T19:09:07.191Z Downloaded colorchoice v1.0.4
4022026-04-02T19:09:07.194Z Downloaded papergrid v0.11.0
4032026-04-02T19:09:07.198Z Downloaded serde_derive v1.0.228
4042026-04-02T19:09:07.209Z Downloaded pest_meta v2.8.6
4052026-04-02T19:09:07.214Z Downloaded icu_provider v2.1.1
4062026-04-02T19:09:07.217Z Downloaded icu_normalizer v2.1.1
4072026-04-02T19:09:07.229Z Downloaded serde v1.0.228
4082026-04-02T19:09:07.232Z Downloaded icu_normalizer_data v2.1.1
4092026-04-02T19:09:07.245Z Downloaded indexmap v2.13.0
4102026-04-02T19:09:07.257Z Downloaded hashbrown v0.16.1
4112026-04-02T19:09:07.263Z Downloaded pest v2.8.6
4122026-04-02T19:09:07.270Z Downloaded idna v1.1.0
4132026-04-02T19:09:07.280Z Downloaded icu_properties_data v2.1.2
4142026-04-02T19:09:07.302Z Downloaded goblin v0.8.2
4152026-04-02T19:09:07.306Z Downloaded clap_builder v4.5.60
4162026-04-02T19:09:07.310Z Downloaded serde_json v1.0.149
4172026-04-02T19:09:07.327Z Downloaded tabled v0.15.0
4182026-04-02T19:09:07.338Z Downloaded syn v1.0.109
4192026-04-02T19:09:07.345Z Downloaded syn v2.0.117
4202026-04-02T19:09:07.356Z Downloaded rustix v1.1.3
4212026-04-02T19:09:07.382Z Downloaded libc v0.2.180
4222026-04-02T19:09:07.468Z Compiling proc-macro2 v1.0.106
4232026-04-02T19:09:07.471Z Compiling quote v1.0.44
4242026-04-02T19:09:07.471Z Compiling unicode-ident v1.0.24
4252026-04-02T19:09:07.471Z Compiling serde_core v1.0.228
4262026-04-02T19:09:07.471Z Compiling libc v0.2.180
4272026-04-02T19:09:07.471Z Compiling version_check v0.9.5
4282026-04-02T19:09:07.471Z Compiling memchr v2.8.0
4292026-04-02T19:09:07.471Z Compiling serde v1.0.228
4302026-04-02T19:09:07.853Z Compiling stable_deref_trait v1.2.1
4312026-04-02T19:09:07.944Z Compiling zmij v1.0.21
4322026-04-02T19:09:08.198Z Compiling thiserror v1.0.69
4332026-04-02T19:09:08.607Z Compiling ucd-trie v0.1.7
4342026-04-02T19:09:08.639Z Compiling itoa v1.0.17
4352026-04-02T19:09:08.714Z Compiling autocfg v1.5.0
4362026-04-02T19:09:08.891Z Compiling pest v2.8.6
4372026-04-02T19:09:08.980Z Compiling litemap v0.8.1
4382026-04-02T19:09:09.125Z Compiling writeable v0.6.2
4392026-04-02T19:09:09.198Z Compiling byteorder v1.5.0
4402026-04-02T19:09:09.223Z Compiling icu_properties_data v2.1.2
4412026-04-02T19:09:09.310Z Compiling rustix v1.1.3
4422026-04-02T19:09:09.503Z Compiling icu_normalizer_data v2.1.1
4432026-04-02T19:09:09.775Z Compiling syn v2.0.117
4442026-04-02T19:09:09.893Z Compiling errno v0.3.14
4452026-04-02T19:09:09.915Z Compiling serde_json v1.0.149
4462026-04-02T19:09:09.937Z Compiling bitflags v2.11.0
4472026-04-02T19:09:10.197Z Compiling num-traits v0.2.19
4482026-04-02T19:09:10.223Z Compiling smallvec v1.15.1
4492026-04-02T19:09:10.429Z Compiling pest_meta v2.8.6
4502026-04-02T19:09:10.493Z Compiling typeid v1.0.3
4512026-04-02T19:09:10.516Z Compiling equivalent v1.0.2
4522026-04-02T19:09:10.628Z Compiling hashbrown v0.16.1
4532026-04-02T19:09:10.967Z Compiling thread-id v4.2.2
4542026-04-02T19:09:10.970Z Compiling usdt-impl v0.5.0
4552026-04-02T19:09:11.072Z Compiling proc-macro-error-attr v1.0.4
4562026-04-02T19:09:11.252Z Compiling syn v1.0.109
4572026-04-02T19:09:11.299Z Compiling toml_write v0.1.2
4582026-04-02T19:09:11.359Z Compiling indexmap v2.13.0
4592026-04-02T19:09:11.383Z Compiling winnow v0.7.14
4602026-04-02T19:09:11.578Z Compiling erased-serde v0.4.9
4612026-04-02T19:09:12.112Z Compiling proc-macro-error v1.0.4
4622026-04-02T19:09:12.202Z Compiling log v0.4.29
4632026-04-02T19:09:12.339Z Compiling getrandom v0.4.1
4642026-04-02T19:09:12.434Z Compiling thiserror v2.0.18
4652026-04-02T19:09:12.756Z Compiling plain v0.2.3
4662026-04-02T19:09:12.782Z Compiling percent-encoding v2.3.2
4672026-04-02T19:09:12.858Z Compiling utf8_iter v1.0.4
4682026-04-02T19:09:12.882Z Compiling utf8parse v0.2.2
4692026-04-02T19:09:12.905Z Compiling camino v1.2.2
4702026-04-02T19:09:13.020Z Compiling anstyle-parse v0.2.7
4712026-04-02T19:09:13.023Z Compiling form_urlencoded v1.2.2
4722026-04-02T19:09:13.091Z Compiling ordered-float v2.10.1
4732026-04-02T19:09:13.395Z Compiling terminal_size v0.4.3
4742026-04-02T19:09:13.419Z Compiling anstyle-query v1.1.5
4752026-04-02T19:09:13.465Z Compiling synstructure v0.13.2
4762026-04-02T19:09:13.563Z Compiling pest_generator v2.8.6
4772026-04-02T19:09:13.587Z Compiling colorchoice v1.0.4
4782026-04-02T19:09:13.673Z Compiling pretty-hex v0.4.1
4792026-04-02T19:09:13.726Z Compiling anstyle v1.0.13
4802026-04-02T19:09:13.839Z Compiling cfg-if v1.0.4
4812026-04-02T19:09:13.925Z Compiling is_terminal_polyfill v1.70.2
4822026-04-02T19:09:13.952Z Compiling serde-untagged v0.1.9
4832026-04-02T19:09:14.047Z Compiling anstream v0.6.21
4842026-04-02T19:09:14.173Z Compiling semver v1.0.27
4852026-04-02T19:09:14.279Z Compiling fs-err v3.3.0
4862026-04-02T19:09:14.441Z Compiling once_cell v1.21.3
4872026-04-02T19:09:14.507Z Compiling strsim v0.11.1
4882026-04-02T19:09:14.533Z Compiling clap_lex v1.0.0
4892026-04-02T19:09:14.646Z Compiling heck v0.4.1
4902026-04-02T19:09:14.727Z Compiling bytecount v0.6.9
4912026-04-02T19:09:14.751Z Compiling fastrand v2.3.0
4922026-04-02T19:09:14.865Z Compiling heck v0.5.0
4932026-04-02T19:09:14.903Z Compiling unicode-xid v0.2.6
4942026-04-02T19:09:14.946Z Compiling anyhow v1.0.102
4952026-04-02T19:09:15.058Z Compiling unicode-width v0.1.14
4962026-04-02T19:09:15.094Z Compiling fnv v1.0.7
4972026-04-02T19:09:15.183Z Compiling tempfile v3.25.0
4982026-04-02T19:09:15.218Z Compiling clap_builder v4.5.60
4992026-04-02T19:09:15.407Z Compiling papergrid v0.11.0
5002026-04-02T19:09:15.552Z Compiling memmap v0.7.0
5012026-04-02T19:09:15.607Z Compiling smawk v0.3.2
5022026-04-02T19:09:15.689Z Compiling unicode-linebreak v0.1.5
5032026-04-02T19:09:15.779Z Compiling unicode-width v0.2.0
5042026-04-02T19:09:16.072Z Compiling serde_derive v1.0.228
5052026-04-02T19:09:16.135Z Compiling zerofrom-derive v0.1.6
5062026-04-02T19:09:16.265Z Compiling yoke-derive v0.8.1
5072026-04-02T19:09:16.364Z Compiling zerovec-derive v0.11.2
5082026-04-02T19:09:16.381Z Compiling displaydoc v0.2.5
5092026-04-02T19:09:17.331Z Compiling thiserror-impl v1.0.69
5102026-04-02T19:09:17.388Z Compiling zerocopy-derive v0.7.35
5112026-04-02T19:09:17.796Z Compiling pest_derive v2.8.6
5122026-04-02T19:09:17.822Z Compiling scroll_derive v0.12.1
5132026-04-02T19:09:18.007Z Compiling zerofrom v0.1.6
5142026-04-02T19:09:18.171Z Compiling yoke v0.8.1
5152026-04-02T19:09:18.316Z Compiling thiserror-impl v2.0.18
5162026-04-02T19:09:18.412Z Compiling zerovec v0.11.5
5172026-04-02T19:09:18.517Z Compiling zerotrie v0.2.3
5182026-04-02T19:09:18.682Z Compiling zerocopy v0.7.35
5192026-04-02T19:09:18.908Z Compiling scroll v0.12.0
5202026-04-02T19:09:19.109Z Compiling tinystr v0.8.2
5212026-04-02T19:09:19.134Z Compiling potential_utf v0.1.4
5222026-04-02T19:09:19.255Z Compiling dtrace-parser v0.2.0
5232026-04-02T19:09:19.344Z Compiling icu_locale_core v2.1.1
5242026-04-02T19:09:19.364Z Compiling icu_collections v2.1.1
5252026-04-02T19:09:19.430Z Compiling goblin v0.8.2
5262026-04-02T19:09:19.461Z Compiling tabled_derive v0.7.0
5272026-04-02T19:09:20.000Z Compiling clap_derive v4.5.55
5282026-04-02T19:09:20.065Z Compiling textwrap v0.16.2
5292026-04-02T19:09:20.384Z Compiling icu_provider v2.1.1
5302026-04-02T19:09:20.689Z Compiling camino-tempfile v1.4.1
5312026-04-02T19:09:20.755Z Compiling serde_spanned v0.6.9
5322026-04-02T19:09:20.809Z Compiling toml_datetime v0.6.11
5332026-04-02T19:09:20.817Z Compiling icu_normalizer v2.1.1
5342026-04-02T19:09:20.831Z Compiling icu_properties v2.1.2
5352026-04-02T19:09:20.855Z Compiling dof v0.3.0
5362026-04-02T19:09:20.932Z Compiling serde_tokenstream v0.2.3
5372026-04-02T19:09:20.990Z Compiling serde-value v0.7.0
5382026-04-02T19:09:21.128Z Compiling toml_edit v0.22.27
5392026-04-02T19:09:21.367Z Compiling cargo-platform v0.2.0
5402026-04-02T19:09:21.457Z Compiling tabled v0.15.0
5412026-04-02T19:09:21.523Z Compiling macaddr v1.0.1
5422026-04-02T19:09:21.716Z Compiling swrite v0.1.0
5432026-04-02T19:09:21.807Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5442026-04-02T19:09:22.029Z Compiling idna_adapter v1.2.1
5452026-04-02T19:09:22.066Z Compiling usdt-macro v0.5.0
5462026-04-02T19:09:22.104Z Compiling usdt-attr-macro v0.5.0
5472026-04-02T19:09:22.207Z Compiling idna v1.1.0
5482026-04-02T19:09:22.332Z Compiling clap v4.5.60
5492026-04-02T19:09:22.644Z Compiling url v2.5.8
5502026-04-02T19:09:23.143Z Compiling toml v0.8.23
5512026-04-02T19:09:23.547Z Compiling usdt v0.5.0
5522026-04-02T19:09:23.685Z Compiling cargo-util-schemas v0.8.2
5532026-04-02T19:09:23.709Z Compiling cargo_toml v0.21.0
5542026-04-02T19:09:24.876Z Compiling cargo_metadata v0.21.0
5552026-04-02T19:09:26.179Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5562026-04-02T19:09:28.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 58.18s
5572026-04-02T19:09:29.276Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5582026-04-02T19:09:30.037Z Downloading crates ...
5592026-04-02T19:09:30.153Z Downloaded adler2 v2.0.1
5602026-04-02T19:09:30.156Z Downloaded async-stream-impl v0.3.6
5612026-04-02T19:09:30.162Z Downloaded atomicwrites v0.4.4
5622026-04-02T19:09:30.162Z Downloaded backoff v0.4.0
5632026-04-02T19:09:30.169Z Downloaded atomic-waker v1.1.2
5642026-04-02T19:09:30.176Z Downloaded atty v0.2.14
5652026-04-02T19:09:30.176Z Downloaded array-init v0.0.4
5662026-04-02T19:09:30.176Z Downloaded argon2 v0.5.3
5672026-04-02T19:09:30.176Z Downloaded backon v1.6.0
5682026-04-02T19:09:30.188Z Downloaded crc8 v0.1.1
5692026-04-02T19:09:30.188Z Downloaded convert_case v0.4.0
5702026-04-02T19:09:30.188Z Downloaded assert_matches v1.5.0
5712026-04-02T19:09:30.188Z Downloaded ascii-canvas v3.0.0
5722026-04-02T19:09:30.188Z Downloaded async-recursion v1.1.1
5732026-04-02T19:09:30.192Z Downloaded dirs-sys-next v0.1.2
5742026-04-02T19:09:30.192Z Downloaded crossbeam-epoch v0.9.18
5752026-04-02T19:09:30.192Z Downloaded aws-lc-rs v1.16.0
5762026-04-02T19:09:30.199Z Downloaded foldhash v0.1.5
5772026-04-02T19:09:30.205Z Downloaded darling_core v0.23.0
5782026-04-02T19:09:30.205Z Downloaded csv-core v0.1.13
5792026-04-02T19:09:30.209Z Downloaded colored v3.1.1
5802026-04-02T19:09:30.209Z Downloaded display-error-chain v0.2.2
5812026-04-02T19:09:30.209Z Downloaded cobs v0.3.0
5822026-04-02T19:09:30.212Z Downloaded cargo_toml v0.22.3
5832026-04-02T19:09:30.213Z Downloaded block-padding v0.3.3
5842026-04-02T19:09:30.213Z Downloaded cargo_metadata v0.19.2
5852026-04-02T19:09:30.216Z Downloaded derive-where v1.6.0
5862026-04-02T19:09:30.220Z Downloaded crossbeam-utils v0.8.21
5872026-04-02T19:09:30.220Z Downloaded darling_macro v0.20.11
5882026-04-02T19:09:30.225Z Downloaded ar_archive_writer v0.5.1
5892026-04-02T19:09:30.225Z Downloaded curve25519-dalek-derive v0.1.1
5902026-04-02T19:09:30.229Z Downloaded diesel_table_macro_syntax v0.3.0
5912026-04-02T19:09:30.229Z Downloaded cstr-argument v0.1.2
5922026-04-02T19:09:30.230Z Downloaded crucible-workspace-hack v0.1.0
5932026-04-02T19:09:30.230Z Downloaded crc v3.4.0
5942026-04-02T19:09:30.234Z Downloaded cbc v0.1.2
5952026-04-02T19:09:30.234Z Downloaded arrayref v0.3.9
5962026-04-02T19:09:30.234Z Downloaded crunchy v0.2.4
5972026-04-02T19:09:30.238Z Downloaded byte-wrapper v0.1.0
5982026-04-02T19:09:30.238Z Downloaded foreign-types-shared v0.3.1
5992026-04-02T19:09:30.242Z Downloaded bitfield-struct v0.6.2
6002026-04-02T19:09:30.242Z Downloaded foreign-types-shared v0.1.1
6012026-04-02T19:09:30.242Z Downloaded fixedbitset v0.4.2
6022026-04-02T19:09:30.245Z Downloaded diesel-dtrace v0.5.0
6032026-04-02T19:09:30.245Z Downloaded darling_macro v0.21.3
6042026-04-02T19:09:30.245Z Downloaded darling v0.20.11
6052026-04-02T19:09:30.252Z Downloaded deranged v0.5.8
6062026-04-02T19:09:30.252Z Downloaded daft-derive v0.1.5
6072026-04-02T19:09:30.257Z Downloaded float-ord v0.3.2
6082026-04-02T19:09:30.257Z Downloaded float-cmp v0.10.0
6092026-04-02T19:09:30.262Z Downloaded bcrypt-pbkdf v0.10.0
6102026-04-02T19:09:30.262Z Downloaded dtrace-parser v0.3.0
6112026-04-02T19:09:30.262Z Downloaded dirs-next v2.0.0
6122026-04-02T19:09:30.262Z Downloaded cfg_aliases v0.1.1
6132026-04-02T19:09:30.262Z Downloaded flagset v0.4.7
6142026-04-02T19:09:30.266Z Downloaded dropshot-api-manager-types v0.6.0
6152026-04-02T19:09:30.266Z Downloaded derive_builder_macro v0.20.2
6162026-04-02T19:09:30.266Z Downloaded dof v0.4.0
6172026-04-02T19:09:30.266Z Downloaded defmt-parser v1.0.0
6182026-04-02T19:09:30.266Z Downloaded cargo-platform v0.1.9
6192026-04-02T19:09:30.276Z Downloaded endian-type v0.1.2
6202026-04-02T19:09:30.276Z Downloaded const_format_proc_macros v0.2.34
6212026-04-02T19:09:30.285Z Downloaded foreign-types v0.5.0
6222026-04-02T19:09:30.286Z Downloaded darling_macro v0.23.0
6232026-04-02T19:09:30.286Z Downloaded dunce v1.0.5
6242026-04-02T19:09:30.286Z Downloaded document-features v0.2.12
6252026-04-02T19:09:30.286Z Downloaded convert_case v0.10.0
6262026-04-02T19:09:30.286Z Downloaded async-stream v0.3.6
6272026-04-02T19:09:30.286Z Downloaded futures-task v0.3.32
6282026-04-02T19:09:30.286Z Downloaded difflib v0.4.0
6292026-04-02T19:09:30.290Z Downloaded downcast-rs v2.0.2
6302026-04-02T19:09:30.290Z Downloaded corncobs v0.1.4
6312026-04-02T19:09:30.290Z Downloaded chacha20poly1305 v0.10.1
6322026-04-02T19:09:30.290Z Downloaded globwalk v0.9.1
6332026-04-02T19:09:30.291Z Downloaded futures-macro v0.3.32
6342026-04-02T19:09:30.291Z Downloaded gethostname v0.5.0
6352026-04-02T19:09:30.291Z Downloaded fxhash v0.2.1
6362026-04-02T19:09:30.295Z Downloaded embedded-io v0.4.0
6372026-04-02T19:09:30.295Z Downloaded futures-executor v0.3.32
6382026-04-02T19:09:30.295Z Downloaded dyn-clone v1.0.20
6392026-04-02T19:09:30.300Z Downloaded fs-err v2.11.0
6402026-04-02T19:09:30.300Z Downloaded bitfield v0.19.4
6412026-04-02T19:09:30.300Z Downloaded git-stub v1.0.0
6422026-04-02T19:09:30.303Z Downloaded base16ct v1.0.0
6432026-04-02T19:09:30.303Z Downloaded defmt-macros v1.0.1
6442026-04-02T19:09:30.307Z Downloaded daft v0.1.5
6452026-04-02T19:09:30.311Z Downloaded colored v2.2.0
6462026-04-02T19:09:30.311Z Downloaded der_derive v0.7.3
6472026-04-02T19:09:30.318Z Downloaded bitflags v1.3.2
6482026-04-02T19:09:30.318Z Downloaded bcs v0.1.6
6492026-04-02T19:09:30.318Z Downloaded crossbeam-deque v0.8.6
6502026-04-02T19:09:30.318Z Downloaded darling v0.21.3
6512026-04-02T19:09:30.323Z Downloaded fs_extra v1.3.0
6522026-04-02T19:09:30.328Z Downloaded aead v0.5.2
6532026-04-02T19:09:30.328Z Downloaded hash32 v0.3.1
6542026-04-02T19:09:30.328Z Downloaded hash32 v0.2.1
6552026-04-02T19:09:30.328Z Downloaded hex-literal v0.4.1
6562026-04-02T19:09:30.331Z Downloaded base16ct v0.2.0
6572026-04-02T19:09:30.331Z Downloaded hex v0.4.3
6582026-04-02T19:09:30.331Z Downloaded embedded-io v0.6.1
6592026-04-02T19:09:30.335Z Downloaded crc-catalog v2.4.0
6602026-04-02T19:09:30.336Z Downloaded bit-set v0.5.3
6612026-04-02T19:09:30.336Z Downloaded http-body v1.0.1
6622026-04-02T19:09:30.336Z Downloaded env_logger v0.11.9
6632026-04-02T19:09:30.338Z Downloaded glob v0.3.3
6642026-04-02T19:09:30.342Z Downloaded futures-channel v0.3.32
6652026-04-02T19:09:30.342Z Downloaded console v0.16.2
6662026-04-02T19:09:30.348Z Downloaded erased-serde v0.3.31
6672026-04-02T19:09:30.348Z Downloaded fixedbitset v0.5.7
6682026-04-02T19:09:30.348Z Downloaded foreign-types-macros v0.2.3
6692026-04-02T19:09:30.364Z Downloaded foldhash v0.2.0
6702026-04-02T19:09:30.367Z Downloaded ecdsa v0.16.9
6712026-04-02T19:09:30.368Z Downloaded either v1.15.0
6722026-04-02T19:09:30.370Z Downloaded find-msvc-tools v0.1.9
6732026-04-02T19:09:30.370Z Downloaded filetime v0.2.27
6742026-04-02T19:09:30.373Z Downloaded futures-sink v0.3.32
6752026-04-02T19:09:30.373Z Downloaded hubpack_derive v0.1.1
6762026-04-02T19:09:30.378Z Downloaded critical-section v1.2.0
6772026-04-02T19:09:30.378Z Downloaded fallible-iterator v0.2.0
6782026-04-02T19:09:30.378Z Downloaded hubpack v0.1.2
6792026-04-02T19:09:30.378Z Downloaded httpdate v1.0.3
6802026-04-02T19:09:30.385Z Downloaded cassowary v0.3.0
6812026-04-02T19:09:30.385Z Downloaded derive_builder_core v0.20.2
6822026-04-02T19:09:30.390Z Downloaded darling v0.23.0
6832026-04-02T19:09:30.390Z Downloaded lazy_static v1.5.0
6842026-04-02T19:09:30.390Z Downloaded is-terminal v0.4.17
6852026-04-02T19:09:30.394Z Downloaded ident_case v1.0.1
6862026-04-02T19:09:30.394Z Downloaded hyper-tls v0.6.0
6872026-04-02T19:09:30.394Z Downloaded futures v0.3.32
6882026-04-02T19:09:30.398Z Downloaded hyper-staticfile v0.10.1
6892026-04-02T19:09:30.401Z Downloaded const_format v0.2.35
6902026-04-02T19:09:30.404Z Downloaded indent_write v2.2.0
6912026-04-02T19:09:30.404Z Downloaded home v0.5.12
6922026-04-02T19:09:30.409Z Downloaded group v0.13.0
6932026-04-02T19:09:30.409Z Downloaded base64 v0.21.7
6942026-04-02T19:09:30.414Z Downloaded libscf-sys v1.1.0
6952026-04-02T19:09:30.414Z Downloaded kstat-rs v0.2.4
6962026-04-02T19:09:30.414Z Downloaded internet-checksum v0.2.1
6972026-04-02T19:09:30.418Z Downloaded blowfish v0.9.1
6982026-04-02T19:09:30.419Z Downloaded instability v0.3.11
6992026-04-02T19:09:30.419Z Downloaded compact_str v0.8.1
7002026-04-02T19:09:30.426Z Downloaded ff v0.13.1
7012026-04-02T19:09:30.427Z Downloaded ingot v0.1.1
7022026-04-02T19:09:30.427Z Downloaded des v0.8.1
7032026-04-02T19:09:30.459Z Downloaded defmt v1.0.1
7042026-04-02T19:09:30.459Z Downloaded globset v0.4.18
7052026-04-02T19:09:30.459Z Downloaded ena v0.14.4
7062026-04-02T19:09:30.470Z Downloaded half v2.7.1
7072026-04-02T19:09:30.471Z Downloaded bzip2 v0.4.4
7082026-04-02T19:09:30.471Z Downloaded ghash v0.5.1
7092026-04-02T19:09:30.471Z Downloaded cancel-safe-futures v0.1.5
7102026-04-02T19:09:30.471Z Downloaded http-body-util v0.1.3
7112026-04-02T19:09:30.471Z Downloaded base64 v0.22.1
7122026-04-02T19:09:30.471Z Downloaded newtype-uuid-macros v0.1.0
7132026-04-02T19:09:30.471Z Downloaded num v0.4.3
7142026-04-02T19:09:30.471Z Downloaded lru-cache v0.1.2
7152026-04-02T19:09:30.471Z Downloaded async-bb8-diesel v0.2.1
7162026-04-02T19:09:30.471Z Downloaded derive_builder v0.20.2
7172026-04-02T19:09:30.472Z Downloaded lru-slab v0.1.2
7182026-04-02T19:09:30.472Z Downloaded md5 v0.7.0
7192026-04-02T19:09:30.472Z Downloaded humantime v2.3.0
7202026-04-02T19:09:30.472Z Downloaded darling_core v0.20.11
7212026-04-02T19:09:30.472Z Downloaded newtype_derive v0.1.6
7222026-04-02T19:09:30.472Z Downloaded maybe-uninit v2.0.0
7232026-04-02T19:09:30.479Z Downloaded memoffset v0.9.1
7242026-04-02T19:09:30.479Z Downloaded ingot-macros v0.1.1
7252026-04-02T19:09:30.479Z Downloaded newline-converter v0.3.0
7262026-04-02T19:09:30.479Z Downloaded http-range v0.1.5
7272026-04-02T19:09:30.479Z Downloaded new_debug_unreachable v1.0.6
7282026-04-02T19:09:30.479Z Downloaded multimap v0.10.1
7292026-04-02T19:09:30.479Z Downloaded inout v0.1.4
7302026-04-02T19:09:30.479Z Downloaded num_enum_derive v0.5.11
7312026-04-02T19:09:30.479Z Downloaded clang-sys v1.8.1
7322026-04-02T19:09:30.483Z Downloaded impl-trait-for-tuples v0.2.3
7332026-04-02T19:09:30.483Z Downloaded const-oid v0.9.6
7342026-04-02T19:09:30.484Z Downloaded md-5 v0.10.6
7352026-04-02T19:09:30.484Z Downloaded headers v0.4.1
7362026-04-02T19:09:30.487Z Downloaded openssl-probe v0.2.1
7372026-04-02T19:09:30.490Z Downloaded normalize-line-endings v0.3.0
7382026-04-02T19:09:30.491Z Downloaded nonempty v0.12.0
7392026-04-02T19:09:30.496Z Downloaded nodrop v0.1.14
7402026-04-02T19:09:30.497Z Downloaded openssl-macros v0.1.1
7412026-04-02T19:09:30.497Z Downloaded num_threads v0.1.7
7422026-04-02T19:09:30.497Z Downloaded instant v0.1.13
7432026-04-02T19:09:30.500Z Downloaded managed v0.8.0
7442026-04-02T19:09:30.500Z Downloaded num-derive v0.3.3
7452026-04-02T19:09:30.500Z Downloaded crc-any v2.5.0
7462026-04-02T19:09:30.500Z Downloaded num-iter v0.1.45
7472026-04-02T19:09:30.505Z Downloaded fatfs v0.3.6
7482026-04-02T19:09:30.505Z Downloaded num-derive v0.4.2
7492026-04-02T19:09:30.509Z Downloaded libefi-sys v0.1.0
7502026-04-02T19:09:30.509Z Downloaded litrs v1.0.0
7512026-04-02T19:09:30.513Z Downloaded nu-ansi-term v0.50.3
7522026-04-02T19:09:30.514Z Downloaded indoc v1.0.9
7532026-04-02T19:09:30.517Z Downloaded linked-hash-map v0.5.6
7542026-04-02T19:09:30.517Z Downloaded nibble_vec v0.1.0
7552026-04-02T19:09:30.517Z Downloaded elliptic-curve v0.13.8
7562026-04-02T19:09:30.521Z Downloaded num-rational v0.4.2
7572026-04-02T19:09:30.524Z Downloaded hyper-rustls v0.27.7
7582026-04-02T19:09:30.524Z Downloaded lock_api v0.4.14
7592026-04-02T19:09:30.529Z Downloaded ipnet v2.11.0
7602026-04-02T19:09:30.529Z Downloaded openssl-probe v0.1.6
7612026-04-02T19:09:30.529Z Downloaded hostname v0.4.2
7622026-04-02T19:09:30.535Z Downloaded bytes v1.11.1
7632026-04-02T19:09:30.535Z Downloaded arc-swap v1.8.2
7642026-04-02T19:09:30.542Z Downloaded lru v0.12.5
7652026-04-02T19:09:30.542Z Downloaded der v0.7.10
7662026-04-02T19:09:30.546Z Downloaded oso-derive v0.27.3
7672026-04-02T19:09:30.546Z Downloaded iana-time-zone v0.1.65
7682026-04-02T19:09:30.546Z Downloaded jobserver v0.1.34
7692026-04-02T19:09:30.550Z Downloaded opaque-debug v0.3.1
7702026-04-02T19:09:30.550Z Downloaded olpc-cjson v0.1.4
7712026-04-02T19:09:30.553Z Downloaded headers-core v0.3.0
7722026-04-02T19:09:30.553Z Downloaded getrandom v0.2.17
7732026-04-02T19:09:30.553Z Downloaded parse-display v0.10.0
7742026-04-02T19:09:30.558Z Downloaded derive_more v0.99.20
7752026-04-02T19:09:30.558Z Downloaded libsw-core v0.3.2
7762026-04-02T19:09:30.562Z Downloaded indoc v2.0.7
7772026-04-02T19:09:30.566Z Downloaded oxnet v0.1.4
7782026-04-02T19:09:30.566Z Downloaded nanorand v0.7.0
7792026-04-02T19:09:30.570Z Downloaded multer v3.1.0
7802026-04-02T19:09:30.570Z Downloaded ipnetwork v0.21.1
7812026-04-02T19:09:30.574Z Downloaded lzss v0.8.2
7822026-04-02T19:09:30.574Z Downloaded half v1.8.3
7832026-04-02T19:09:30.577Z Downloaded mime_guess v2.0.5
7842026-04-02T19:09:30.577Z Downloaded dropshot_endpoint v0.16.7
7852026-04-02T19:09:30.580Z Downloaded bumpalo v3.20.2
7862026-04-02T19:09:30.583Z Downloaded num-complex v0.4.6
7872026-04-02T19:09:30.583Z Downloaded aes v0.8.4
7882026-04-02T19:09:30.588Z Downloaded peg-runtime v0.8.5
7892026-04-02T19:09:30.588Z Downloaded pbkdf2 v0.12.2
7902026-04-02T19:09:30.593Z Downloaded phf_shared v0.12.1
7912026-04-02T19:09:30.593Z Downloaded peg v0.8.5
7922026-04-02T19:09:30.598Z Downloaded highway v1.3.0
7932026-04-02T19:09:30.598Z Downloaded num_enum v0.5.11
7942026-04-02T19:09:30.604Z Downloaded darling_core v0.21.3
7952026-04-02T19:09:30.608Z Downloaded pem-rfc7468 v0.7.0
7962026-04-02T19:09:30.608Z Downloaded jiff-static v0.2.21
7972026-04-02T19:09:30.608Z Downloaded linear-map v1.2.0
7982026-04-02T19:09:30.612Z Downloaded hickory-resolver v0.25.2
7992026-04-02T19:09:30.618Z Downloaded pin-project-internal v1.1.11
8002026-04-02T19:09:30.618Z Downloaded pin-utils v0.1.0
8012026-04-02T19:09:30.623Z Downloaded parking_lot_core v0.9.12
8022026-04-02T19:09:30.624Z Downloaded num-integer v0.1.46
8032026-04-02T19:09:30.624Z Downloaded maplit v1.0.2
8042026-04-02T19:09:30.624Z Downloaded crypto-bigint v0.5.5
8052026-04-02T19:09:30.629Z Downloaded progenitor-client v0.11.2
8062026-04-02T19:09:30.629Z Downloaded psl-types v2.0.11
8072026-04-02T19:09:30.629Z Downloaded progenitor-macro v0.11.2
8082026-04-02T19:09:30.638Z Downloaded keccak v0.1.6
8092026-04-02T19:09:30.638Z Downloaded progenitor-client v0.10.0
8102026-04-02T19:09:30.638Z Downloaded password-hash v0.5.0
8112026-04-02T19:09:30.639Z Downloaded derive_more v2.1.1
8122026-04-02T19:09:30.642Z Downloaded precomputed-hash v0.1.1
8132026-04-02T19:09:30.646Z Downloaded poly1305 v0.8.0
8142026-04-02T19:09:30.646Z Downloaded proc-macro-error-attr2 v2.0.0
8152026-04-02T19:09:30.651Z Downloaded predicates-core v1.0.10
8162026-04-02T19:09:30.651Z Downloaded httparse v1.10.1
8172026-04-02T19:09:30.655Z Downloaded proc-macro-crate v1.3.1
8182026-04-02T19:09:30.655Z Downloaded packed_struct_codegen v0.10.1
8192026-04-02T19:09:30.655Z Downloaded packed_struct v0.10.1
8202026-04-02T19:09:30.655Z Downloaded num_enum_derive v0.7.5
8212026-04-02T19:09:30.655Z Downloaded libsw v3.5.0
8222026-04-02T19:09:30.659Z Downloaded papergrid v0.17.0
8232026-04-02T19:09:30.666Z Downloaded phf_shared v0.13.1
8242026-04-02T19:09:30.666Z Downloaded num_enum v0.7.5
8252026-04-02T19:09:30.670Z Downloaded parse-size v1.1.0
8262026-04-02T19:09:30.670Z Downloaded powerfmt v0.2.0
8272026-04-02T19:09:30.670Z Downloaded indexmap v1.9.3
8282026-04-02T19:09:30.676Z Downloaded phf_shared v0.11.3
8292026-04-02T19:09:30.676Z Downloaded ignore v0.4.25
8302026-04-02T19:09:30.680Z Downloaded progenitor-client v0.13.0
8312026-04-02T19:09:30.680Z Downloaded hmac v0.12.1
8322026-04-02T19:09:30.680Z Downloaded psm v0.1.30
8332026-04-02T19:09:30.686Z Downloaded quick-error v1.2.3
8342026-04-02T19:09:30.686Z Downloaded recursive v0.1.1
8352026-04-02T19:09:30.686Z Downloaded progenitor-macro v0.10.0
8362026-04-02T19:09:30.686Z Downloaded proc-macro-error2 v2.0.1
8372026-04-02T19:09:30.691Z Downloaded libbz2-rs-sys v0.2.2
8382026-04-02T19:09:30.691Z Downloaded phf v0.12.1
8392026-04-02T19:09:30.691Z Downloaded match_cfg v0.1.0
8402026-04-02T19:09:30.696Z Downloaded oxide-tokio-rt v0.1.3
8412026-04-02T19:09:30.696Z Downloaded postgres-types v0.2.12
8422026-04-02T19:09:30.700Z Downloaded flume v0.11.1
8432026-04-02T19:09:30.700Z Downloaded indicatif v0.18.4
8442026-04-02T19:09:30.704Z Downloaded ref-cast v1.0.25
8452026-04-02T19:09:30.707Z Downloaded pbkdf2 v0.11.0
8462026-04-02T19:09:30.707Z Downloaded pin-project-lite v0.2.17
8472026-04-02T19:09:30.711Z Downloaded rand_chacha v0.3.1
8482026-04-02T19:09:30.715Z Downloaded phf v0.13.1
8492026-04-02T19:09:30.715Z Downloaded derive_more-impl v2.1.1
8502026-04-02T19:09:30.718Z Downloaded radium v0.7.0
8512026-04-02T19:09:30.727Z Downloaded crossbeam-channel v0.5.15
8522026-04-02T19:09:30.731Z Downloaded rfc6979 v0.4.0
8532026-04-02T19:09:30.731Z Downloaded recursive-proc-macro-impl v0.1.1
8542026-04-02T19:09:30.731Z Downloaded rand_xorshift v0.4.0
8552026-04-02T19:09:30.731Z Downloaded ed25519-dalek v2.2.0
8562026-04-02T19:09:30.731Z Downloaded predicates v3.1.4
8572026-04-02T19:09:30.737Z Downloaded parking_lot v0.11.2
8582026-04-02T19:09:30.737Z Downloaded ppv-lite86 v0.2.21
8592026-04-02T19:09:30.737Z Downloaded predicates-tree v1.0.13
8602026-04-02T19:09:30.741Z Downloaded peg-macros v0.8.5
8612026-04-02T19:09:30.741Z Downloaded native-tls v0.2.18
8622026-04-02T19:09:30.741Z Downloaded rustc-hash v2.1.1
8632026-04-02T19:09:30.744Z Downloaded progenitor-macro v0.13.0
8642026-04-02T19:09:30.744Z Downloaded rustc_version v0.1.7
8652026-04-02T19:09:30.744Z Downloaded rtoolbox v0.0.3
8662026-04-02T19:09:30.744Z Downloaded progenitor-extras v0.1.1
8672026-04-02T19:09:30.748Z Downloaded ref-cast-impl v1.0.25
8682026-04-02T19:09:30.748Z Downloaded progenitor v0.11.2
8692026-04-02T19:09:30.752Z Downloaded progenitor v0.10.0
8702026-04-02T19:09:30.752Z Downloaded primeorder v0.13.6
8712026-04-02T19:09:30.752Z Downloaded parking_lot v0.12.5
8722026-04-02T19:09:30.757Z Downloaded proc-macro-crate v3.4.0
8732026-04-02T19:09:30.757Z Downloaded pem v3.0.6
8742026-04-02T19:09:30.762Z Downloaded parse-display-derive v0.10.0
8752026-04-02T19:09:30.762Z Downloaded heapless v0.7.17
8762026-04-02T19:09:30.767Z Downloaded hickory-resolver v0.24.4
8772026-04-02T19:09:30.767Z Downloaded polyval v0.6.2
8782026-04-02T19:09:30.774Z Downloaded owo-colors v4.3.0
8792026-04-02T19:09:30.774Z Downloaded paste v1.0.15
8802026-04-02T19:09:30.774Z Downloaded rand_seeder v0.4.0
8812026-04-02T19:09:30.783Z Downloaded password-hash v0.4.2
8822026-04-02T19:09:30.783Z Downloaded russh-cryptovec v0.7.3
8832026-04-02T19:09:30.783Z Downloaded newtype-uuid v1.3.2
8842026-04-02T19:09:30.783Z Downloaded hickory-server v0.25.2
8852026-04-02T19:09:30.789Z Downloaded rustc_version v0.4.1
8862026-04-02T19:09:30.789Z Downloaded progenitor v0.13.0
8872026-04-02T19:09:30.789Z Downloaded pkg-config v0.3.32
8882026-04-02T19:09:30.789Z Downloaded diesel_derives v2.3.7
8892026-04-02T19:09:30.789Z Downloaded flate2 v1.1.9
8902026-04-02T19:09:30.794Z Downloaded sapling-renderdag v0.1.0
8912026-04-02T19:09:30.810Z Downloaded same-file v1.0.6
8922026-04-02T19:09:30.810Z Downloaded pkcs8 v0.10.2
8932026-04-02T19:09:30.816Z Downloaded scheduled-thread-pool v0.2.7
8942026-04-02T19:09:30.816Z Downloaded rand_core v0.10.0
8952026-04-02T19:09:30.816Z Downloaded omicron-zone-package v0.12.2
8962026-04-02T19:09:30.816Z Downloaded rand_chacha v0.9.0
8972026-04-02T19:09:30.817Z Downloaded parking_lot_core v0.8.6
8982026-04-02T19:09:30.817Z Downloaded salsa20 v0.10.2
8992026-04-02T19:09:30.817Z Downloaded quinn-udp v0.5.14
9002026-04-02T19:09:30.817Z Downloaded scopeguard v1.2.0
9012026-04-02T19:09:30.817Z Downloaded pkcs5 v0.7.1
9022026-04-02T19:09:30.820Z Downloaded serde-big-array v0.5.1
9032026-04-02T19:09:30.820Z Downloaded p256 v0.13.2
9042026-04-02T19:09:30.820Z Downloaded secrecy v0.10.3
9052026-04-02T19:09:30.825Z Downloaded secrecy v0.8.0
9062026-04-02T19:09:30.825Z Downloaded seq-macro v0.3.6
9072026-04-02T19:09:30.825Z Downloaded scroll_derive v0.13.1
9082026-04-02T19:09:30.825Z Downloaded oso v0.27.3
9092026-04-02T19:09:30.830Z Downloaded crossterm v0.29.0
9102026-04-02T19:09:30.840Z Downloaded serde_bytes v0.11.19
9112026-04-02T19:09:30.845Z Downloaded serde_repr v0.1.20
9122026-04-02T19:09:30.845Z Downloaded serde_plain v1.0.2
9132026-04-02T19:09:30.845Z Downloaded scrypt v0.11.0
9142026-04-02T19:09:30.845Z Downloaded postgres-protocol v0.6.10
9152026-04-02T19:09:30.845Z Downloaded rustversion v1.0.22
9162026-04-02T19:09:30.848Z Downloaded resolv-conf v0.7.6
9172026-04-02T19:09:30.848Z Downloaded miniz_oxide v0.8.9
9182026-04-02T19:09:30.848Z Downloaded postcard v1.1.3
9192026-04-02T19:09:30.851Z Downloaded pkcs1 v0.7.5
9202026-04-02T19:09:30.855Z Downloaded hashbrown v0.15.5
9212026-04-02T19:09:30.862Z Downloaded signal-hook-tokio v0.3.1
9222026-04-02T19:09:30.862Z Downloaded rand_core v0.9.5
9232026-04-02T19:09:30.862Z Downloaded sha1 v0.10.6
9242026-04-02T19:09:30.866Z Downloaded serde_spanned v1.0.4
9252026-04-02T19:09:30.866Z Downloaded signal-hook-mio v0.2.5
9262026-04-02T19:09:30.867Z Downloaded shell-words v1.1.1
9272026-04-02T19:09:30.867Z Downloaded mio v1.1.1
9282026-04-02T19:09:30.870Z Downloaded scroll v0.13.0
9292026-04-02T19:09:30.873Z Downloaded rustls-native-certs v0.8.3
9302026-04-02T19:09:30.873Z Downloaded rustls-pemfile v2.2.0
9312026-04-02T19:09:30.880Z Downloaded rustls-pemfile v1.0.4
9322026-04-02T19:09:30.880Z Downloaded rand_core v0.6.4
9332026-04-02T19:09:30.886Z Downloaded r2d2 v0.8.10
9342026-04-02T19:09:30.886Z Downloaded expectorate v1.2.0
9352026-04-02T19:09:30.887Z Downloaded dropshot-api-manager v0.6.0
9362026-04-02T19:09:30.887Z Downloaded sigpipe v0.1.3
9372026-04-02T19:09:30.887Z Downloaded russh-keys v0.45.0
9382026-04-02T19:09:30.890Z Downloaded slog-bunyan v2.5.0
9392026-04-02T19:09:30.890Z Downloaded slog-envlogger v2.2.0
9402026-04-02T19:09:30.896Z Downloaded siphasher v1.0.2
9412026-04-02T19:09:30.896Z Downloaded signature v2.2.0
9422026-04-02T19:09:30.896Z Downloaded semver v0.1.20
9432026-04-02T19:09:30.900Z Downloaded sec1 v0.7.3
9442026-04-02T19:09:30.900Z Downloaded progenitor-impl v0.11.2
9452026-04-02T19:09:30.900Z Downloaded rusty-fork v0.3.1
9462026-04-02T19:09:30.903Z Downloaded schemars_derive v0.8.22
9472026-04-02T19:09:30.903Z Downloaded serde_derive_internals v0.29.1
9482026-04-02T19:09:30.907Z Downloaded aes-gcm v0.10.3
9492026-04-02T19:09:30.907Z Downloaded minimal-lexical v0.2.1
9502026-04-02T19:09:30.910Z Downloaded ingot-types v0.1.2
9512026-04-02T19:09:30.914Z Downloaded progenitor-impl v0.10.0
9522026-04-02T19:09:30.914Z Downloaded openssl-sys v0.9.111
9532026-04-02T19:09:30.919Z Downloaded hashbrown v0.13.2
9542026-04-02T19:09:30.927Z Downloaded serde-hex v0.1.0
9552026-04-02T19:09:30.927Z Downloaded heapless v0.8.0
9562026-04-02T19:09:30.930Z Downloaded memmap2 v0.9.10
9572026-04-02T19:09:30.930Z Downloaded lalrpop-util v0.19.12
9582026-04-02T19:09:30.931Z Downloaded mime v0.3.17
9592026-04-02T19:09:30.931Z Downloaded ssh-encoding v0.2.0
9602026-04-02T19:09:30.931Z Downloaded structmeta v0.3.0
9612026-04-02T19:09:30.936Z Downloaded strum v0.27.2
9622026-04-02T19:09:30.936Z Downloaded strip-ansi-escapes v0.2.1
9632026-04-02T19:09:30.936Z Downloaded sqlparser_derive v0.5.0
9642026-04-02T19:09:30.940Z Downloaded hashbrown v0.12.3
9652026-04-02T19:09:30.940Z Downloaded pin-project v1.1.11
9662026-04-02T19:09:30.952Z Downloaded serde_urlencoded v0.7.1
9672026-04-02T19:09:30.956Z Downloaded sct v0.7.1
9682026-04-02T19:09:30.956Z Downloaded sync_wrapper v1.0.2
9692026-04-02T19:09:30.956Z Downloaded strum v0.26.3
9702026-04-02T19:09:30.956Z Downloaded structmeta-derive v0.3.0
9712026-04-02T19:09:30.956Z Downloaded slog-scope v4.4.1
9722026-04-02T19:09:30.962Z Downloaded supports-color v3.0.2
9732026-04-02T19:09:30.962Z Downloaded subtle v2.6.1
9742026-04-02T19:09:30.962Z Downloaded tagptr v0.2.0
9752026-04-02T19:09:30.967Z Downloaded ssh-cipher v0.2.0
9762026-04-02T19:09:30.967Z Downloaded slog-dtrace v0.3.0
9772026-04-02T19:09:30.967Z Downloaded signal-hook-registry v1.4.8
9782026-04-02T19:09:30.967Z Downloaded tabled_derive v0.11.0
9792026-04-02T19:09:30.971Z Downloaded git-stub-vcs v0.1.0
9802026-04-02T19:09:30.971Z Downloaded path-slash v0.1.5
9812026-04-02T19:09:30.971Z Downloaded is_ci v1.2.0
9822026-04-02T19:09:30.971Z Downloaded simd-adler32 v0.3.8
9832026-04-02T19:09:30.977Z Downloaded serde_path_to_error v0.1.20
9842026-04-02T19:09:30.977Z Downloaded shlex v1.3.0
9852026-04-02T19:09:30.977Z Downloaded slog-async v2.8.0
9862026-04-02T19:09:30.980Z Downloaded tap v1.0.1
9872026-04-02T19:09:30.980Z Downloaded slab v0.4.12
9882026-04-02T19:09:30.980Z Downloaded libloading v0.8.9
9892026-04-02T19:09:30.980Z Downloaded diff v0.1.13
9902026-04-02T19:09:30.994Z Downloaded take_mut v0.2.2
9912026-04-02T19:09:30.994Z Downloaded num-conv v0.2.0
9922026-04-02T19:09:30.994Z Downloaded smallvec v0.6.14
9932026-04-02T19:09:30.997Z Downloaded thread-id v5.1.0
9942026-04-02T19:09:30.998Z Downloaded slog-stdlog v4.1.1
9952026-04-02T19:09:30.998Z Downloaded thiserror-impl-no-std v2.0.2
9962026-04-02T19:09:30.998Z Downloaded smf v0.2.3
9972026-04-02T19:09:30.998Z Downloaded time-core v0.1.8
9982026-04-02T19:09:30.998Z Downloaded serde_with_macros v3.17.0
9992026-04-02T19:09:30.998Z Downloaded testing_table v0.3.0
10002026-04-02T19:09:30.998Z Downloaded snafu-derive v0.8.9
10012026-04-02T19:09:30.998Z Downloaded rcgen v0.12.1
10022026-04-02T19:09:31.003Z Downloaded progenitor-impl v0.13.0
10032026-04-02T19:09:31.003Z Downloaded pretty_assertions v1.4.1
10042026-04-02T19:09:31.008Z Downloaded prefix-trie v0.7.0
10052026-04-02T19:09:31.008Z Downloaded hyper-util v0.1.20
10062026-04-02T19:09:31.012Z Downloaded termtree v0.5.1
10072026-04-02T19:09:31.012Z Downloaded tabwriter v1.4.1
10082026-04-02T19:09:31.018Z Downloaded sync-ptr v0.1.4
10092026-04-02T19:09:31.018Z Downloaded spki v0.7.3
10102026-04-02T19:09:31.018Z Downloaded slog-json v2.6.1
10112026-04-02T19:09:31.023Z Downloaded allocator-api2 v0.2.21
10122026-04-02T19:09:31.023Z Downloaded static_assertions v1.1.0
10132026-04-02T19:09:31.023Z Downloaded stacker v0.1.23
10142026-04-02T19:09:31.026Z Downloaded sqlformat v0.3.5
10152026-04-02T19:09:31.027Z Downloaded hkdf v0.12.4
10162026-04-02T19:09:31.027Z Downloaded getrandom v0.3.4
10172026-04-02T19:09:31.031Z Downloaded rustls-pki-types v1.14.0
10182026-04-02T19:09:31.036Z Downloaded ciborium-io v0.2.2
10192026-04-02T19:09:31.036Z Downloaded buf-list v1.1.2
10202026-04-02T19:09:31.042Z Downloaded ron v0.8.1
10212026-04-02T19:09:31.042Z Downloaded support-bundle-viewer v0.1.2
10222026-04-02T19:09:31.042Z Downloaded strum_macros v0.26.4
10232026-04-02T19:09:31.047Z Downloaded strum_macros v0.24.3
10242026-04-02T19:09:31.047Z Downloaded string_cache v0.8.9
10252026-04-02T19:09:31.052Z Downloaded num-bigint v0.4.6
10262026-04-02T19:09:31.052Z Downloaded ctr v0.9.2
10272026-04-02T19:09:31.055Z Downloaded crc32fast v1.5.0
10282026-04-02T19:09:31.055Z Downloaded http v1.4.0
10292026-04-02T19:09:31.059Z Downloaded rustls-platform-verifier v0.6.2
10302026-04-02T19:09:31.064Z Downloaded crossterm v0.28.1
10312026-04-02T19:09:31.067Z Downloaded slog-term v2.9.2
10322026-04-02T19:09:31.071Z Downloaded serde_cbor v0.11.2
10332026-04-02T19:09:31.071Z Downloaded thiserror-no-std v2.0.2
10342026-04-02T19:09:31.078Z Downloaded rand v0.8.5
10352026-04-02T19:09:31.082Z Downloaded tower-layer v0.3.3
10362026-04-02T19:09:31.082Z Downloaded tiny-keccak v2.0.2
10372026-04-02T19:09:31.083Z Downloaded tinyvec_macros v0.1.1
10382026-04-02T19:09:31.083Z Downloaded aho-corasick v1.1.4
10392026-04-02T19:09:31.087Z Downloaded tokio-native-tls v0.3.1
10402026-04-02T19:09:31.090Z Downloaded try-lock v0.2.5
10412026-04-02T19:09:31.091Z Downloaded trait-variant v0.1.2
10422026-04-02T19:09:31.091Z Downloaded termios v0.3.3
10432026-04-02T19:09:31.094Z Downloaded thread_local v1.1.9
10442026-04-02T19:09:31.094Z Downloaded tls_codec_derive v0.4.2
10452026-04-02T19:09:31.100Z Downloaded tls_codec v0.4.2
10462026-04-02T19:09:31.100Z Downloaded tokio-macros v2.6.0
10472026-04-02T19:09:31.101Z Downloaded itertools v0.10.5
10482026-04-02T19:09:31.105Z Downloaded similar v2.7.0
10492026-04-02T19:09:31.115Z Downloaded schemars v0.9.0
10502026-04-02T19:09:31.120Z Downloaded unarray v0.1.4
10512026-04-02T19:09:31.123Z Downloaded typify-macro v0.6.1
10522026-04-02T19:09:31.123Z Downloaded typify-macro v0.4.3
10532026-04-02T19:09:31.124Z Downloaded tokio-dtrace v0.1.1
10542026-04-02T19:09:31.124Z Downloaded schemars v0.8.22
10552026-04-02T19:09:31.135Z Downloaded usdt-attr-macro v0.6.0
10562026-04-02T19:09:31.135Z Downloaded tokio-tungstenite v0.23.1
10572026-04-02T19:09:31.135Z Downloaded usdt v0.6.0
10582026-04-02T19:09:31.139Z Downloaded usdt-macro v0.6.0
10592026-04-02T19:09:31.139Z Downloaded untrusted v0.9.0
10602026-04-02T19:09:31.139Z Downloaded socket2 v0.5.10
10612026-04-02T19:09:31.145Z Downloaded quinn v0.11.9
10622026-04-02T19:09:31.145Z Downloaded signal-hook v0.3.18
10632026-04-02T19:09:31.148Z Downloaded tokio-tungstenite v0.21.0
10642026-04-02T19:09:31.148Z Downloaded rsa v0.9.10
10652026-04-02T19:09:31.152Z Downloaded universal-hash v0.5.1
10662026-04-02T19:09:31.157Z Downloaded toml_writer v1.0.6+spec-1.1.0
10672026-04-02T19:09:31.157Z Downloaded qorb v0.4.1
10682026-04-02T19:09:31.160Z Downloaded socket2 v0.6.2
10692026-04-02T19:09:31.160Z Downloaded ryu v1.0.23
10702026-04-02T19:09:31.164Z Downloaded utf-8 v0.7.6
10712026-04-02T19:09:31.165Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10722026-04-02T19:09:31.168Z Downloaded publicsuffix v2.3.0
10732026-04-02T19:09:31.168Z Downloaded time-macros v0.2.27
10742026-04-02T19:09:31.171Z Downloaded term v1.2.1
10752026-04-02T19:09:31.176Z Downloaded tui-tree-widget v0.23.1
10762026-04-02T19:09:31.176Z Downloaded spin v0.9.8
10772026-04-02T19:09:31.176Z Downloaded rustls-webpki v0.103.9
10782026-04-02T19:09:31.179Z Downloaded tokio-rustls v0.26.4
10792026-04-02T19:09:31.188Z Downloaded void v1.0.2
10802026-04-02T19:09:31.188Z Downloaded waitgroup v0.1.2
10812026-04-02T19:09:31.188Z Downloaded unicode-truncate v1.1.0
10822026-04-02T19:09:31.193Z Downloaded unicase v2.9.0
10832026-04-02T19:09:31.193Z Downloaded tokio-rustls v0.24.1
10842026-04-02T19:09:31.193Z Downloaded rand v0.9.2
10852026-04-02T19:09:31.193Z Downloaded itertools v0.13.0
10862026-04-02T19:09:31.198Z Downloaded unit-prefix v0.5.2
10872026-04-02T19:09:31.198Z Downloaded term v0.7.0
10882026-04-02T19:09:31.203Z Downloaded samael v0.0.19
10892026-04-02T19:09:31.206Z Downloaded zeroize_derive v1.4.3
10902026-04-02T19:09:31.206Z Downloaded tokio-rustls v0.25.0
10912026-04-02T19:09:31.211Z Downloaded subprocess v0.2.15
10922026-04-02T19:09:31.211Z Downloaded snafu v0.8.9
10932026-04-02T19:09:31.217Z Downloaded xattr v1.6.1
10942026-04-02T19:09:31.217Z Downloaded toml_parser v1.0.9+spec-1.1.0
10952026-04-02T19:09:31.247Z Downloaded usdt-impl v0.6.0
10962026-04-02T19:09:31.247Z Downloaded libxml v0.3.3
10972026-04-02T19:09:31.275Z Downloaded zone_cfg_derive v0.3.1
10982026-04-02T19:09:31.275Z Downloaded itertools v0.12.1
10992026-04-02T19:09:31.275Z Downloaded tokio-stream v0.1.18
11002026-04-02T19:09:31.275Z Downloaded num-bigint-dig v0.8.6
11012026-04-02T19:09:31.276Z Downloaded untrusted v0.7.1
11022026-04-02T19:09:31.276Z Downloaded tinyvec v1.10.0
11032026-04-02T19:09:31.276Z Downloaded want v0.3.1
11042026-04-02T19:09:31.276Z Downloaded zone v0.3.1
11052026-04-02T19:09:31.276Z Downloaded walkdir v2.5.0
11062026-04-02T19:09:31.276Z Downloaded blake3 v1.8.3
11072026-04-02T19:09:31.276Z Downloaded whoami v1.6.1
11082026-04-02T19:09:31.295Z Downloaded unicode-properties v0.1.4
11092026-04-02T19:09:31.295Z Downloaded iddqd v0.3.17
11102026-04-02T19:09:31.295Z Downloaded xz2 v0.1.7
11112026-04-02T19:09:31.295Z Downloaded wait-timeout v0.2.1
11122026-04-02T19:09:31.295Z Downloaded vergen-git2 v1.0.7
11132026-04-02T19:09:31.296Z Downloaded vsss-rs v3.3.4
11142026-04-02T19:09:31.296Z Downloaded vergen-lib v0.1.6
11152026-04-02T19:09:31.296Z Downloaded vergen-gitcl v1.0.8
11162026-04-02T19:09:31.296Z Downloaded xshell v0.2.7
11172026-04-02T19:09:31.296Z Downloaded h2 v0.4.13
11182026-04-02T19:09:31.296Z Downloaded twox-hash v2.1.2
11192026-04-02T19:09:31.296Z Downloaded libm v0.2.16
11202026-04-02T19:09:31.308Z Downloaded zstd-safe v7.2.4
11212026-04-02T19:09:31.309Z Downloaded vergen v9.0.6
11222026-04-02T19:09:31.309Z Downloaded russh v0.45.0
11232026-04-02T19:09:31.309Z Downloaded futures-util v0.3.32
11242026-04-02T19:09:31.330Z Downloaded whoami v2.1.0
11252026-04-02T19:09:31.330Z Downloaded xshell-macros v0.2.7
11262026-04-02T19:09:31.330Z Downloaded tungstenite v0.21.0
11272026-04-02T19:09:31.330Z Downloaded toml v0.9.12+spec-1.1.0
11282026-04-02T19:09:31.330Z Downloaded toml v0.7.8
11292026-04-02T19:09:31.330Z Downloaded zeroize v1.8.2
11302026-04-02T19:09:31.330Z Downloaded schemars v1.2.1
11312026-04-02T19:09:31.362Z Downloaded tar v0.4.45
11322026-04-02T19:09:31.362Z Downloaded toml_edit v0.23.10+spec-1.0.0
11332026-04-02T19:09:31.362Z Downloaded rand v0.10.0
11342026-04-02T19:09:31.362Z Downloaded hyper v1.8.1
11352026-04-02T19:09:31.376Z Downloaded uzers v0.12.2
11362026-04-02T19:09:31.377Z Downloaded zstd v0.13.3
11372026-04-02T19:09:31.377Z Downloaded test-strategy v0.4.5
11382026-04-02T19:09:31.377Z Downloaded steno v0.4.1
11392026-04-02T19:09:31.377Z Downloaded typify v0.4.3
11402026-04-02T19:09:31.377Z Downloaded itertools v0.14.0
11412026-04-02T19:09:31.377Z Downloaded reedline v0.40.0
11422026-04-02T19:09:31.377Z Downloaded typify v0.6.1
11432026-04-02T19:09:31.377Z Downloaded tracing-attributes v0.1.31
11442026-04-02T19:09:31.377Z Downloaded ron v0.12.0
11452026-04-02T19:09:31.383Z Downloaded wyz v0.5.1
11462026-04-02T19:09:31.383Z Downloaded git2 v0.20.4
11472026-04-02T19:09:31.383Z Downloaded yasna v0.5.2
11482026-04-02T19:09:31.383Z Downloaded zopfli v0.8.3
11492026-04-02T19:09:31.393Z Downloaded unsafe-libyaml v0.2.11
11502026-04-02T19:09:31.393Z Downloaded bitvec v1.0.1
11512026-04-02T19:09:31.400Z Downloaded zerocopy v0.6.6
11522026-04-02T19:09:31.404Z Downloaded moka v0.12.13
11532026-04-02T19:09:31.404Z Downloaded vte v0.14.1
11542026-04-02T19:09:31.410Z Downloaded p521 v0.13.3
11552026-04-02T19:09:31.417Z Downloaded bindgen v0.71.1
11562026-04-02T19:09:31.422Z Downloaded uuid v1.21.0
11572026-04-02T19:09:31.422Z Downloaded tungstenite v0.23.0
11582026-04-02T19:09:31.422Z Downloaded toml_edit v0.19.15
11592026-04-02T19:09:31.432Z Downloaded unicode-bidi v0.3.18
11602026-04-02T19:09:31.436Z Downloaded reqwest v0.12.28
11612026-04-02T19:09:31.439Z Downloaded lalrpop v0.19.12
11622026-04-02T19:09:31.445Z Downloaded yansi v1.0.1
11632026-04-02T19:09:31.450Z Downloaded zip v0.6.6
11642026-04-02T19:09:31.486Z Downloaded reqwest v0.13.2
11652026-04-02T19:09:31.487Z Downloaded tracing-core v0.1.36
11662026-04-02T19:09:31.487Z Downloaded tokio-postgres v0.7.16
11672026-04-02T19:09:31.487Z Downloaded tower v0.5.3
11682026-04-02T19:09:31.487Z Downloaded rpassword v7.4.0
11692026-04-02T19:09:31.487Z Downloaded portable-atomic v1.13.1
11702026-04-02T19:09:31.487Z Downloaded ssh-key v0.6.7
11712026-04-02T19:09:31.487Z Downloaded rustyline v14.0.0
11722026-04-02T19:09:31.491Z Downloaded slog v2.8.2
11732026-04-02T19:09:31.491Z Downloaded iri-string v0.7.10
11742026-04-02T19:09:31.497Z Downloaded nom v7.1.3
11752026-04-02T19:09:31.501Z Downloaded p384 v0.13.1
11762026-04-02T19:09:31.501Z Downloaded stringprep v0.1.5
11772026-04-02T19:09:31.502Z Downloaded tower-service v0.3.3
11782026-04-02T19:09:31.549Z Downloaded topological-sort v0.2.2
11792026-04-02T19:09:31.549Z Downloaded strum_macros v0.27.2
11802026-04-02T19:09:31.549Z Downloaded regex v1.12.3
11812026-04-02T19:09:31.549Z Downloaded zerocopy-derive v0.8.40
11822026-04-02T19:09:31.549Z Downloaded tower-http v0.6.8
11832026-04-02T19:09:31.549Z Downloaded unicode_categories v0.1.1
11842026-04-02T19:09:31.549Z Downloaded zip v4.6.1
11852026-04-02T19:09:31.664Z Downloaded tough v0.20.0
11862026-04-02T19:09:31.664Z Downloaded unicode-segmentation v1.12.0
11872026-04-02T19:09:31.664Z Downloaded curve25519-dalek v4.1.3
11882026-04-02T19:09:31.664Z Downloaded rayon v1.11.0
11892026-04-02T19:09:31.665Z Downloaded proptest v1.10.0
11902026-04-02T19:09:31.694Z Downloaded quick-xml v0.37.5
11912026-04-02T19:09:31.694Z Downloaded typed-path v0.9.3
11922026-04-02T19:09:31.694Z Downloaded x509-cert v0.2.5
11932026-04-02T19:09:31.694Z Downloaded object v0.30.4
11942026-04-02T19:09:31.694Z Downloaded radix_trie v0.2.1
11952026-04-02T19:09:31.694Z Downloaded serde_yaml v0.9.34+deprecated
11962026-04-02T19:09:31.694Z Downloaded rayon-core v1.13.0
11972026-04-02T19:09:31.695Z Downloaded prettyplease v0.2.37
11982026-04-02T19:09:31.695Z Downloaded chrono v0.4.44
11992026-04-02T19:09:31.695Z Downloaded cookie_store v0.22.1
12002026-04-02T19:09:31.695Z Downloaded cipher v0.4.4
12012026-04-02T19:09:31.695Z Downloaded cfg_aliases v0.2.1
12022026-04-02T19:09:31.695Z Downloaded debug-ignore v1.0.5
12032026-04-02T19:09:31.695Z Downloaded futures-core v0.3.32
12042026-04-02T19:09:31.695Z Downloaded bb8 v0.8.6
12052026-04-02T19:09:31.695Z Downloaded env_filter v1.0.0
12062026-04-02T19:09:31.695Z Downloaded quinn-proto v0.11.13
12072026-04-02T19:09:31.695Z Downloaded ed25519 v2.2.3
12082026-04-02T19:09:31.695Z Downloaded drift v0.1.3
12092026-04-02T19:09:31.695Z Downloaded unicode-normalization v0.1.25
12102026-04-02T19:09:31.695Z Downloaded rustls-webpki v0.101.7
12112026-04-02T19:09:31.695Z Downloaded tokio-util v0.7.18
12122026-04-02T19:09:31.695Z Downloaded bstr v1.12.1
12132026-04-02T19:09:31.695Z Downloaded salty v0.3.0
12142026-04-02T19:09:31.695Z Downloaded goblin v0.10.5
12152026-04-02T19:09:31.695Z Downloaded rustls-webpki v0.102.8
12162026-04-02T19:09:31.695Z Downloaded tabled v0.20.0
12172026-04-02T19:09:31.700Z Downloaded regex-syntax v0.6.29
12182026-04-02T19:09:31.700Z Downloaded rustls v0.21.12
12192026-04-02T19:09:31.700Z Downloaded petname v2.0.2
12202026-04-02T19:09:31.700Z Downloaded openssl v0.10.75
12212026-04-02T19:09:31.700Z Downloaded serde_with v3.17.0
12222026-04-02T19:09:31.709Z Downloaded winnow v0.6.26
12232026-04-02T19:09:31.716Z Downloaded vcpkg v0.2.15
12242026-04-02T19:09:31.746Z Downloaded winnow v0.5.40
12252026-04-02T19:09:31.752Z Downloaded webpki-roots v1.0.6
12262026-04-02T19:09:31.758Z Downloaded rustls v0.22.4
12272026-04-02T19:09:31.768Z Downloaded object v0.37.3
12282026-04-02T19:09:31.773Z Downloaded hickory-proto v0.24.4
12292026-04-02T19:09:31.783Z Downloaded rustls v0.23.37
12302026-04-02T19:09:31.792Z Downloaded regex-syntax v0.8.10
12312026-04-02T19:09:31.797Z Downloaded nix v0.29.0
12322026-04-02T19:09:31.805Z Downloaded smoltcp v0.11.0
12332026-04-02T19:09:31.817Z Downloaded time v0.3.47
12342026-04-02T19:09:31.823Z Downloaded smoltcp v0.9.1
12352026-04-02T19:09:31.833Z Downloaded rustix v0.38.44
12362026-04-02T19:09:31.848Z Downloaded zlib-rs v0.6.2
12372026-04-02T19:09:31.853Z Downloaded nix v0.28.0
12382026-04-02T19:09:31.861Z Downloaded dropshot v0.16.7
12392026-04-02T19:09:31.878Z Downloaded openapiv3 v2.2.0
12402026-04-02T19:09:31.886Z Downloaded nix v0.31.1
12412026-04-02T19:09:31.895Z Downloaded regress v0.10.5
12422026-04-02T19:09:31.901Z Downloaded zerocopy v0.8.40
12432026-04-02T19:09:31.927Z Downloaded hickory-proto v0.25.2
12442026-04-02T19:09:31.936Z Downloaded nix v0.27.1
12452026-04-02T19:09:31.936Z Downloaded diesel v2.3.7
12462026-04-02T19:09:31.946Z Downloaded tracing v0.1.44
12472026-04-02T19:09:31.973Z Downloaded ratatui v0.29.0
12482026-04-02T19:09:31.986Z Downloaded bzip2-sys v0.1.13+1.0.8
12492026-04-02T19:09:31.989Z Downloaded polar-core v0.27.3
12502026-04-02T19:09:32.000Z Downloaded cc v1.2.56
12512026-04-02T19:09:32.000Z Downloaded castaway v0.2.4
12522026-04-02T19:09:32.020Z Downloaded blake2 v0.10.6
12532026-04-02T19:09:32.020Z Downloaded async-trait v0.1.89
12542026-04-02T19:09:32.020Z Downloaded zerocopy-derive v0.6.6
12552026-04-02T19:09:32.025Z Downloaded sqlparser v0.61.0
12562026-04-02T19:09:32.025Z Downloaded regex-automata v0.4.14
12572026-04-02T19:09:32.037Z Downloaded chrono-tz v0.10.4
12582026-04-02T19:09:32.042Z Downloaded jiff v0.2.21
12592026-04-02T19:09:32.052Z Downloaded typify-impl v0.6.1
12602026-04-02T19:09:32.063Z Downloaded sled v0.34.7
12612026-04-02T19:09:32.071Z Downloaded typify-impl v0.4.3
12622026-04-02T19:09:32.082Z Downloaded data-encoding v2.10.0
12632026-04-02T19:09:32.085Z Downloaded ciborium-ll v0.2.2
12642026-04-02T19:09:32.085Z Downloaded fd-lock v4.0.4
12652026-04-02T19:09:32.085Z Downloaded ciborium v0.2.2
12662026-04-02T19:09:32.089Z Downloaded chacha20 v0.10.0
12672026-04-02T19:09:32.089Z Downloaded base64ct v1.8.3
12682026-04-02T19:09:32.093Z Downloaded derive-ex v0.1.8
12692026-04-02T19:09:32.093Z Downloaded defmt v0.3.100
12702026-04-02T19:09:32.093Z Downloaded hostname v0.3.1
12712026-04-02T19:09:32.093Z Downloaded camino-tempfile-ext v0.3.3
12722026-04-02T19:09:32.097Z Downloaded enum-as-inner v0.6.1
12732026-04-02T19:09:32.097Z Downloaded dsl_auto_type v0.2.0
12742026-04-02T19:09:32.097Z Downloaded cpufeatures v0.3.0
12752026-04-02T19:09:32.101Z Downloaded constant_time_eq v0.4.2
12762026-04-02T19:09:32.101Z Downloaded bit-vec v0.8.0
12772026-04-02T19:09:32.101Z Downloaded foreign-types v0.3.2
12782026-04-02T19:09:32.101Z Downloaded futures-io v0.3.32
12792026-04-02T19:09:32.101Z Downloaded arrayvec v0.7.6
12802026-04-02T19:09:32.106Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12812026-04-02T19:09:32.115Z Downloaded tokio v1.49.0
12822026-04-02T19:09:32.145Z Downloaded funty v2.0.0
12832026-04-02T19:09:32.151Z Downloaded cookie v0.18.1
12842026-04-02T19:09:32.151Z Downloaded bzip2 v0.6.1
12852026-04-02T19:09:32.151Z Downloaded bit-set v0.8.0
12862026-04-02T19:09:32.151Z Downloaded console v0.15.11
12872026-04-02T19:09:32.151Z Downloaded cmake v0.1.57
12882026-04-02T19:09:32.154Z Downloaded chacha20 v0.9.1
12892026-04-02T19:09:32.154Z Downloaded cexpr v0.6.0
12902026-04-02T19:09:32.154Z Downloaded bitfield-macros v0.19.4
12912026-04-02T19:09:32.154Z Downloaded bit-vec v0.6.3
12922026-04-02T19:09:32.158Z Downloaded ahash v0.8.12
12932026-04-02T19:09:32.173Z Downloaded lzma-sys v0.1.20
12942026-04-02T19:09:32.193Z Downloaded petgraph v0.6.5
12952026-04-02T19:09:32.220Z Downloaded petgraph v0.8.3
12962026-04-02T19:09:32.237Z Downloaded csv v1.4.0
12972026-04-02T19:09:32.250Z Downloaded sha3 v0.10.8
12982026-04-02T19:09:32.254Z Downloaded libz-sys v1.1.24
12992026-04-02T19:09:32.312Z Downloaded encoding_rs v0.8.35
13002026-04-02T19:09:32.329Z Downloaded libgit2-sys v0.18.3+1.9.2
13012026-04-02T19:09:32.371Z Downloaded ring v0.17.14
13022026-04-02T19:09:32.899Z Downloaded aws-lc-sys v0.37.1
13032026-04-02T19:09:33.224Z Compiling libc v0.2.180
13042026-04-02T19:09:33.228Z Compiling serde v1.0.228
13052026-04-02T19:09:33.228Z Compiling log v0.4.29
13062026-04-02T19:09:33.228Z Compiling find-msvc-tools v0.1.9
13072026-04-02T19:09:33.484Z Compiling shlex v1.3.0
13082026-04-02T19:09:33.506Z Compiling smallvec v1.15.1
13092026-04-02T19:09:33.506Z Compiling syn v2.0.117
13102026-04-02T19:09:33.506Z Compiling typenum v1.19.0
13112026-04-02T19:09:33.667Z Compiling generic-array v0.14.7
13122026-04-02T19:09:33.713Z Compiling subtle v2.6.1
13132026-04-02T19:09:33.724Z Compiling scopeguard v1.2.0
13142026-04-02T19:09:33.782Z Compiling portable-atomic v1.13.1
13152026-04-02T19:09:33.819Z Compiling const-oid v0.9.6
13162026-04-02T19:09:33.848Z Compiling lock_api v0.4.14
13172026-04-02T19:09:33.969Z Compiling critical-section v1.2.0
13182026-04-02T19:09:33.978Z Compiling zerocopy v0.8.40
13192026-04-02T19:09:34.045Z Compiling pin-project-lite v0.2.17
13202026-04-02T19:09:34.156Z Compiling parking_lot_core v0.9.12
13212026-04-02T19:09:34.159Z Compiling serde_json v1.0.149
13222026-04-02T19:09:34.743Z Compiling pkg-config v0.3.32
13232026-04-02T19:09:34.777Z Compiling bitflags v2.11.0
13242026-04-02T19:09:34.777Z Compiling getrandom v0.2.17
13252026-04-02T19:09:34.883Z Compiling jobserver v0.1.34
13262026-04-02T19:09:34.913Z Compiling errno v0.3.14
13272026-04-02T19:09:35.024Z Compiling rand_core v0.6.4
13282026-04-02T19:09:35.093Z Compiling signal-hook-registry v1.4.8
13292026-04-02T19:09:35.273Z Compiling cc v1.2.56
13302026-04-02T19:09:35.349Z Compiling once_cell v1.21.3
13312026-04-02T19:09:35.377Z Compiling parking_lot v0.12.5
13322026-04-02T19:09:35.418Z Compiling mio v1.1.1
13332026-04-02T19:09:35.436Z Compiling libm v0.2.16
13342026-04-02T19:09:35.455Z Compiling num-traits v0.2.19
13352026-04-02T19:09:35.625Z Compiling futures-core v0.3.32
13362026-04-02T19:09:35.809Z Compiling socket2 v0.6.2
13372026-04-02T19:09:35.886Z Compiling percent-encoding v2.3.2
13382026-04-02T19:09:35.904Z Compiling allocator-api2 v0.2.21
13392026-04-02T19:09:36.094Z Compiling foldhash v0.2.0
13402026-04-02T19:09:36.153Z Compiling cpufeatures v0.2.17
13412026-04-02T19:09:36.198Z Compiling futures-sink v0.3.32
13422026-04-02T19:09:36.265Z Compiling futures-task v0.3.32
13432026-04-02T19:09:36.360Z Compiling hashbrown v0.16.1
13442026-04-02T19:09:36.371Z Compiling futures-channel v0.3.32
13452026-04-02T19:09:36.371Z Compiling getrandom v0.4.1
13462026-04-02T19:09:36.413Z Compiling slab v0.4.12
13472026-04-02T19:09:36.461Z Compiling futures-io v0.3.32
13482026-04-02T19:09:36.614Z Compiling getrandom v0.3.4
13492026-04-02T19:09:36.658Z Compiling rand_core v0.10.0
13502026-04-02T19:09:36.699Z Compiling rustversion v1.0.22
13512026-04-02T19:09:36.856Z Compiling cmake v0.1.57
13522026-04-02T19:09:37.135Z Compiling indexmap v2.13.0
13532026-04-02T19:09:37.358Z Compiling form_urlencoded v1.2.2
13542026-04-02T19:09:37.487Z Compiling ident_case v1.0.1
13552026-04-02T19:09:37.504Z Compiling fs_extra v1.3.0
13562026-04-02T19:09:37.686Z Compiling dunce v1.0.5
13572026-04-02T19:09:37.702Z Compiling synstructure v0.13.2
13582026-04-02T19:09:37.767Z Compiling base64ct v1.8.3
13592026-04-02T19:09:37.848Z Compiling flagset v0.4.7
13602026-04-02T19:09:37.862Z Compiling aws-lc-sys v0.37.1
13612026-04-02T19:09:37.976Z Compiling rand_core v0.9.5
13622026-04-02T19:09:38.006Z Compiling rustix v1.1.3
13632026-04-02T19:09:38.097Z Compiling pem-rfc7468 v0.7.0
13642026-04-02T19:09:38.117Z Compiling iana-time-zone v0.1.65
13652026-04-02T19:09:38.132Z Compiling ring v0.17.14
13662026-04-02T19:09:38.316Z Compiling uuid v1.21.0
13672026-04-02T19:09:38.353Z Compiling rustc_version v0.4.1
13682026-04-02T19:09:38.476Z Compiling vcpkg v0.2.15
13692026-04-02T19:09:38.503Z Compiling aws-lc-rs v1.16.0
13702026-04-02T19:09:38.732Z Compiling regex-syntax v0.8.10
13712026-04-02T19:09:38.868Z Compiling tracing-core v0.1.36
13722026-04-02T19:09:39.260Z Compiling crossbeam-utils v0.8.21
13732026-04-02T19:09:39.485Z Compiling openssl-sys v0.9.111
13742026-04-02T19:09:39.598Z Compiling pest_generator v2.8.6
13752026-04-02T19:09:39.611Z Compiling serde_derive_internals v0.29.1
13762026-04-02T19:09:40.261Z Compiling openssl-probe v0.2.1
13772026-04-02T19:09:40.325Z Compiling serde_derive v1.0.228
13782026-04-02T19:09:40.446Z Compiling zeroize_derive v1.4.3
13792026-04-02T19:09:40.473Z Compiling zerofrom-derive v0.1.6
13802026-04-02T19:09:40.532Z Compiling yoke-derive v0.8.1
13812026-04-02T19:09:40.858Z Compiling zerocopy-derive v0.8.40
13822026-04-02T19:09:41.276Z Compiling zeroize v1.8.2
13832026-04-02T19:09:41.974Z Compiling zerovec-derive v0.11.2
13842026-04-02T19:09:42.067Z Compiling displaydoc v0.2.5
13852026-04-02T19:09:42.329Z Compiling crypto-common v0.1.7
13862026-04-02T19:09:42.349Z Compiling zerofrom v0.1.6
13872026-04-02T19:09:42.493Z Compiling yoke v0.8.1
13882026-04-02T19:09:42.493Z Compiling block-buffer v0.10.4
13892026-04-02T19:09:42.720Z Compiling digest v0.10.7
13902026-04-02T19:09:42.752Z Compiling tokio-macros v2.6.0
13912026-04-02T19:09:47.089Z Compiling zerotrie v0.2.3
13922026-04-02T19:09:47.177Z Compiling hmac v0.12.1
13932026-04-02T19:09:47.177Z Compiling futures-macro v0.3.32
13942026-04-02T19:09:47.177Z Compiling block-padding v0.3.3
13952026-04-02T19:09:47.177Z Compiling zerovec v0.11.5
13962026-04-02T19:09:47.177Z Compiling inout v0.1.4
13972026-04-02T19:09:47.177Z Compiling sha2 v0.10.9
13982026-04-02T19:09:47.177Z Compiling cipher v0.4.4
13992026-04-02T19:09:47.177Z Compiling tinystr v0.8.2
14002026-04-02T19:09:47.177Z Compiling potential_utf v0.1.4
14012026-04-02T19:09:47.177Z Compiling futures-util v0.3.32
14022026-04-02T19:09:47.177Z Compiling icu_locale_core v2.1.1
14032026-04-02T19:09:47.177Z Compiling icu_collections v2.1.1
14042026-04-02T19:09:47.177Z Compiling der_derive v0.7.3
14052026-04-02T19:09:47.177Z Compiling bytes v1.11.1
14062026-04-02T19:09:47.178Z Compiling icu_provider v2.1.1
14072026-04-02T19:09:47.178Z Compiling chrono v0.4.44
14082026-04-02T19:09:47.178Z Compiling tokio v1.49.0
14092026-04-02T19:09:47.178Z Compiling der v0.7.10
14102026-04-02T19:09:47.178Z Compiling icu_normalizer v2.1.1
14112026-04-02T19:09:47.178Z Compiling icu_properties v2.1.2
14122026-04-02T19:09:47.178Z Compiling http v1.4.0
14132026-04-02T19:09:47.208Z Compiling idna_adapter v1.2.1
14142026-04-02T19:09:47.291Z Compiling ppv-lite86 v0.2.21
14152026-04-02T19:09:47.390Z Compiling idna v1.1.0
14162026-04-02T19:09:47.407Z Compiling spki v0.7.3
14172026-04-02T19:09:47.427Z Compiling salsa20 v0.10.2
14182026-04-02T19:09:47.458Z Compiling pbkdf2 v0.12.2
14192026-04-02T19:09:47.593Z Compiling thiserror-impl v2.0.18
14202026-04-02T19:09:47.610Z Compiling scrypt v0.11.0
14212026-04-02T19:09:47.653Z Compiling cbc v0.1.2
14222026-04-02T19:09:47.723Z Compiling rand_chacha v0.9.0
14232026-04-02T19:09:47.755Z Compiling url v2.5.8
14242026-04-02T19:09:47.829Z Compiling aes v0.8.4
14252026-04-02T19:09:47.932Z Compiling rustls-pki-types v1.14.0
14262026-04-02T19:09:48.249Z Compiling tracing-attributes v0.1.31
14272026-04-02T19:09:48.528Z Compiling pkcs5 v0.7.1
14282026-04-02T19:09:48.589Z Compiling rand v0.9.2
14292026-04-02T19:09:48.803Z Compiling http-body v1.0.1
14302026-04-02T19:09:48.989Z Compiling syn v1.0.109
14312026-04-02T19:09:49.161Z Compiling untrusted v0.9.0
14322026-04-02T19:09:49.209Z Compiling schemars v0.8.22
14332026-04-02T19:09:49.311Z Compiling untrusted v0.7.1
14342026-04-02T19:09:49.351Z Compiling thiserror v2.0.18
14352026-04-02T19:09:49.370Z Compiling httparse v1.10.1
14362026-04-02T19:09:49.449Z Compiling base64 v0.22.1
14372026-04-02T19:09:49.557Z Compiling pkcs8 v0.10.2
14382026-04-02T19:09:49.609Z Compiling schemars_derive v0.8.22
14392026-04-02T19:09:49.886Z Compiling pest_derive v2.8.6
14402026-04-02T19:09:49.904Z Compiling scroll_derive v0.13.1
14412026-04-02T19:09:50.077Z Compiling tracing v0.1.44
14422026-04-02T19:09:50.411Z Compiling darling_core v0.20.11
14432026-04-02T19:09:50.429Z Compiling tinyvec_macros v0.1.1
14442026-04-02T19:09:50.514Z Compiling tower-layer v0.3.3
14452026-04-02T19:09:50.623Z Compiling tower-service v0.3.3
14462026-04-02T19:09:50.712Z Compiling tokio-util v0.7.18
14472026-04-02T19:09:50.736Z Compiling dyn-clone v1.0.20
14482026-04-02T19:09:50.906Z Compiling try-lock v0.2.5
14492026-04-02T19:09:50.953Z Compiling atomic-waker v1.1.2
14502026-04-02T19:09:51.035Z Compiling rustls v0.23.37
14512026-04-02T19:09:51.100Z Compiling want v0.3.1
14522026-04-02T19:09:51.245Z Compiling scroll v0.13.0
14532026-04-02T19:09:51.304Z Compiling tinyvec v1.10.0
14542026-04-02T19:09:51.753Z Compiling h2 v0.4.13
14552026-04-02T19:09:51.978Z Compiling ipnet v2.11.0
14562026-04-02T19:09:52.101Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14572026-04-02T19:09:52.590Z Compiling spin v0.9.8
14582026-04-02T19:09:52.637Z Compiling aho-corasick v1.1.4
14592026-04-02T19:09:52.857Z Compiling httpdate v1.0.3
14602026-04-02T19:09:53.055Z Compiling crc32fast v1.5.0
14612026-04-02T19:09:53.134Z Compiling powerfmt v0.2.0
14622026-04-02T19:09:53.384Z Compiling num-conv v0.2.0
14632026-04-02T19:09:53.402Z Compiling pin-utils v0.1.0
14642026-04-02T19:09:53.486Z Compiling foreign-types-shared v0.1.1
14652026-04-02T19:09:53.525Z Compiling openssl v0.10.75
14662026-04-02T19:09:53.546Z Compiling time-core v0.1.8
14672026-04-02T19:09:53.587Z Compiling foreign-types v0.3.2
14682026-04-02T19:09:53.631Z Compiling darling_macro v0.20.11
14692026-04-02T19:09:53.674Z Compiling tempfile v3.25.0
14702026-04-02T19:09:53.727Z Compiling time-macros v0.2.27
14712026-04-02T19:09:53.828Z Compiling regex-automata v0.4.14
14722026-04-02T19:09:54.220Z Compiling darling v0.20.11
14732026-04-02T19:09:54.239Z Compiling deranged v0.5.8
14742026-04-02T19:09:54.988Z Compiling goblin v0.10.5
14752026-04-02T19:09:55.208Z Compiling thiserror-impl v1.0.69
14762026-04-02T19:09:55.655Z Compiling openssl-macros v0.1.1
14772026-04-02T19:09:56.128Z Compiling hyper v1.8.1
14782026-04-02T19:09:57.072Z Compiling wait-timeout v0.2.1
14792026-04-02T19:09:57.405Z Compiling num_threads v0.1.7
14802026-04-02T19:09:57.524Z Compiling quick-error v1.2.3
14812026-04-02T19:09:57.543Z Compiling either v1.15.0
14822026-04-02T19:09:57.601Z Compiling siphasher v1.0.2
14832026-04-02T19:09:57.649Z Compiling simd-adler32 v0.3.8
14842026-04-02T19:09:57.806Z Compiling native-tls v0.2.18
14852026-04-02T19:09:57.846Z Compiling usdt-impl v0.6.0
14862026-04-02T19:09:57.973Z Compiling bit-vec v0.8.0
14872026-04-02T19:09:58.076Z Compiling rusty-fork v0.3.1
14882026-04-02T19:09:58.125Z Compiling hyper-util v0.1.20
14892026-04-02T19:09:58.231Z Compiling bit-set v0.8.0
14902026-04-02T19:09:58.264Z Compiling time v0.3.47
14912026-04-02T19:09:58.479Z Compiling thiserror v1.0.69
14922026-04-02T19:09:58.603Z Compiling derive_builder_core v0.20.2
14932026-04-02T19:09:59.553Z Compiling dof v0.4.0
14942026-04-02T19:10:00.057Z Compiling unicode-normalization v0.1.25
14952026-04-02T19:10:00.442Z Compiling crossbeam-epoch v0.9.18
14962026-04-02T19:10:00.462Z Compiling dtrace-parser v0.3.0
14972026-04-02T19:10:00.658Z Compiling rustls-native-certs v0.8.3
14982026-04-02T19:10:00.863Z Compiling signature v2.2.0
14992026-04-02T19:10:00.964Z Compiling scroll_derive v0.12.1
15002026-04-02T19:10:01.017Z Compiling heapless v0.7.17
15012026-04-02T19:10:01.075Z Compiling rand_xorshift v0.4.0
15022026-04-02T19:10:01.183Z Compiling slog v2.8.2
15032026-04-02T19:10:01.268Z Compiling darling_core v0.21.3
15042026-04-02T19:10:01.305Z Compiling bzip2-sys v0.1.13+1.0.8
15052026-04-02T19:10:01.406Z Compiling sync_wrapper v1.0.2
15062026-04-02T19:10:01.495Z Compiling thread-id v5.1.0
15072026-04-02T19:10:01.541Z Compiling cookie v0.18.1
15082026-04-02T19:10:01.592Z Compiling adler2 v2.0.1
15092026-04-02T19:10:01.644Z Compiling zstd-safe v7.2.4
15102026-04-02T19:10:01.749Z Compiling unicode-bidi v0.3.18
15112026-04-02T19:10:01.770Z Compiling unarray v0.1.4
15122026-04-02T19:10:01.817Z Compiling anyhow v1.0.102
15132026-04-02T19:10:01.881Z Compiling paste v1.0.15
15142026-04-02T19:10:01.898Z Compiling unicode-segmentation v1.12.0
15152026-04-02T19:10:02.197Z Compiling signal-hook v0.3.18
15162026-04-02T19:10:02.218Z Compiling unicode-properties v0.1.4
15172026-04-02T19:10:02.397Z Compiling rayon-core v1.13.0
15182026-04-02T19:10:02.440Z Compiling stringprep v0.1.5
15192026-04-02T19:10:02.513Z Compiling proptest v1.10.0
15202026-04-02T19:10:02.633Z Compiling scroll v0.12.0
15212026-04-02T19:10:02.722Z Compiling miniz_oxide v0.8.9
15222026-04-02T19:10:03.265Z Compiling tower v0.5.3
15232026-04-02T19:10:03.456Z Compiling crossbeam-deque v0.8.6
15242026-04-02T19:10:03.502Z Compiling derive_builder_macro v0.20.2
15252026-04-02T19:10:03.521Z Compiling ipnetwork v0.21.1
15262026-04-02T19:10:03.690Z Compiling http-body-util v0.1.3
15272026-04-02T19:10:03.770Z Compiling webpki-roots v1.0.6
15282026-04-02T19:10:03.877Z Compiling rand_chacha v0.3.1
15292026-04-02T19:10:03.917Z Compiling serde_tokenstream v0.2.3
15302026-04-02T19:10:03.995Z Compiling serde_spanned v0.6.9
15312026-04-02T19:10:04.025Z Compiling toml_datetime v0.6.11
15322026-04-02T19:10:04.081Z Compiling erased-serde v0.3.31
15332026-04-02T19:10:04.165Z Compiling md-5 v0.10.6
15342026-04-02T19:10:04.314Z Compiling zerocopy-derive v0.7.35
15352026-04-02T19:10:04.354Z Compiling curve25519-dalek v4.1.3
15362026-04-02T19:10:04.375Z Compiling num-integer v0.1.46
15372026-04-02T19:10:04.817Z Compiling vergen-lib v0.1.6
15382026-04-02T19:10:04.822Z Compiling hash32 v0.2.1
15392026-04-02T19:10:05.854Z Compiling ff v0.13.1
15402026-04-02T19:10:05.857Z Compiling darling_macro v0.21.3
15412026-04-02T19:10:05.857Z Compiling memoffset v0.9.1
15422026-04-02T19:10:05.857Z Compiling rustix v0.38.44
15432026-04-02T19:10:05.857Z Compiling cfg_aliases v0.2.1
15442026-04-02T19:10:05.857Z Compiling zlib-rs v0.6.2
15452026-04-02T19:10:05.857Z Compiling base16ct v0.2.0
15462026-04-02T19:10:05.857Z Compiling ref-cast v1.0.25
15472026-04-02T19:10:05.857Z Compiling smoltcp v0.9.1
15482026-04-02T19:10:05.857Z Compiling fallible-iterator v0.2.0
15492026-04-02T19:10:05.857Z Compiling ryu v1.0.23
15502026-04-02T19:10:05.857Z Compiling litrs v1.0.0
15512026-04-02T19:10:05.857Z Compiling psl-types v2.0.11
15522026-04-02T19:10:05.857Z Compiling iri-string v0.7.10
15532026-04-02T19:10:05.857Z Compiling num-bigint-dig v0.8.6
15542026-04-02T19:10:05.857Z Compiling newtype-uuid v1.3.2
15552026-04-02T19:10:05.869Z Compiling postgres-protocol v0.6.10
15562026-04-02T19:10:05.969Z Compiling publicsuffix v2.3.0
15572026-04-02T19:10:06.181Z Compiling serde_urlencoded v0.7.1
15582026-04-02T19:10:06.200Z Compiling document-features v0.2.12
15592026-04-02T19:10:06.289Z Compiling zerocopy v0.7.35
15602026-04-02T19:10:06.497Z Compiling darling v0.21.3
15612026-04-02T19:10:06.607Z Compiling sec1 v0.7.3
15622026-04-02T19:10:06.811Z Compiling nix v0.31.1
15632026-04-02T19:10:06.966Z Compiling group v0.13.0
15642026-04-02T19:10:07.137Z Compiling num-iter v0.1.45
15652026-04-02T19:10:07.280Z Compiling tower-http v0.6.8
15662026-04-02T19:10:07.300Z Compiling rand v0.8.5
15672026-04-02T19:10:07.596Z Compiling derive_builder v0.20.2
15682026-04-02T19:10:07.695Z Compiling oxnet v0.1.4
15692026-04-02T19:10:07.807Z Compiling proc-macro-error v1.0.4
15702026-04-02T19:10:08.188Z Compiling tokio-native-tls v0.3.1
15712026-04-02T19:10:08.206Z Compiling goblin v0.8.2
15722026-04-02T19:10:08.693Z Compiling heck v0.4.1
15732026-04-02T19:10:08.975Z Compiling phf_shared v0.13.1
15742026-04-02T19:10:08.998Z Compiling hubpack_derive v0.1.1
15752026-04-02T19:10:09.042Z Compiling regex v1.12.3
15762026-04-02T19:10:09.079Z Compiling lazy_static v1.5.0
15772026-04-02T19:10:09.192Z Compiling flate2 v1.1.9
15782026-04-02T19:10:09.293Z Compiling cargo-platform v0.1.9
15792026-04-02T19:10:09.555Z Compiling hkdf v0.12.4
15802026-04-02T19:10:09.686Z Compiling crypto-bigint v0.5.5
15812026-04-02T19:10:09.706Z Compiling daft-derive v0.1.5
15822026-04-02T19:10:09.706Z Compiling async-trait v0.1.89
15832026-04-02T19:10:09.769Z Compiling curve25519-dalek-derive v0.1.1
15842026-04-02T19:10:09.792Z Compiling strum_macros v0.27.2
15852026-04-02T19:10:10.614Z Compiling ref-cast-impl v1.0.25
15862026-04-02T19:10:10.632Z Compiling terminal_size v0.4.3
15872026-04-02T19:10:10.789Z Compiling vergen v9.0.6
15882026-04-02T19:10:11.010Z Compiling fs-err v3.3.0
15892026-04-02T19:10:11.123Z Compiling ahash v0.8.12
15902026-04-02T19:10:11.234Z Compiling foldhash v0.1.5
15912026-04-02T19:10:11.283Z Compiling libbz2-rs-sys v0.2.2
15922026-04-02T19:10:11.366Z Compiling winnow v0.5.40
15932026-04-02T19:10:11.454Z Compiling managed v0.8.0
15942026-04-02T19:10:11.728Z Compiling bitflags v1.3.2
15952026-04-02T19:10:11.818Z Compiling bumpalo v3.20.2
15962026-04-02T19:10:12.142Z Compiling object v0.37.3
15972026-04-02T19:10:12.176Z Compiling zopfli v0.8.3
15982026-04-02T19:10:12.504Z Compiling strum v0.27.2
15992026-04-02T19:10:12.534Z Compiling bzip2 v0.6.1
16002026-04-02T19:10:12.664Z Compiling hashbrown v0.15.5
16012026-04-02T19:10:12.856Z Compiling dof v0.3.0
16022026-04-02T19:10:13.061Z Compiling console v0.16.2
16032026-04-02T19:10:13.188Z Compiling toml_edit v0.19.15
16042026-04-02T19:10:13.383Z Compiling clap_builder v4.5.60
16052026-04-02T19:10:13.538Z Compiling elliptic-curve v0.13.8
16062026-04-02T19:10:13.675Z Compiling daft v0.1.5
16072026-04-02T19:10:13.824Z Compiling hubpack v0.1.2
16082026-04-02T19:10:14.029Z Compiling cargo_metadata v0.19.2
16092026-04-02T19:10:14.053Z Compiling phf v0.13.1
16102026-04-02T19:10:14.257Z Compiling zone_cfg_derive v0.3.1
16112026-04-02T19:10:15.100Z Compiling signal-hook-mio v0.2.5
16122026-04-02T19:10:15.243Z Compiling cookie_store v0.22.1
16132026-04-02T19:10:16.126Z Compiling hyper-tls v0.6.0
16142026-04-02T19:10:16.376Z Compiling rayon v1.11.0
16152026-04-02T19:10:16.410Z Compiling zstd v0.13.3
16162026-04-02T19:10:16.751Z Compiling bzip2 v0.4.4
16172026-04-02T19:10:16.963Z Compiling serde_with_macros v3.17.0
16182026-04-02T19:10:17.017Z Compiling postgres-types v0.2.12
16192026-04-02T19:10:17.595Z Compiling usdt-macro v0.6.0
16202026-04-02T19:10:17.715Z Compiling usdt-attr-macro v0.6.0
16212026-04-02T19:10:17.766Z Compiling ed25519 v2.2.3
16222026-04-02T19:10:18.470Z Compiling dtrace-parser v0.2.0
16232026-04-02T19:10:18.489Z Compiling phf_shared v0.11.3
16242026-04-02T19:10:18.583Z Compiling itertools v0.12.1
16252026-04-02T19:10:18.728Z Compiling bstr v1.12.1
16262026-04-02T19:10:18.755Z Compiling pkcs1 v0.7.5
16272026-04-02T19:10:18.805Z Compiling hex v0.4.3
16282026-04-02T19:10:18.909Z Compiling serde-big-array v0.5.1
16292026-04-02T19:10:19.084Z Compiling rfc6979 v0.4.0
16302026-04-02T19:10:19.154Z Compiling strum_macros v0.26.4
16312026-04-02T19:10:19.237Z Compiling serde_repr v0.1.20
16322026-04-02T19:10:19.295Z Compiling clap_derive v4.5.55
16332026-04-02T19:10:19.515Z Compiling enum-as-inner v0.6.1
16342026-04-02T19:10:19.600Z Compiling float-cmp v0.10.0
16352026-04-02T19:10:19.782Z Compiling thread-id v4.2.2
16362026-04-02T19:10:19.890Z Compiling memmap2 v0.9.10
16372026-04-02T19:10:19.973Z Compiling env_filter v1.0.0
16382026-04-02T19:10:20.183Z Compiling encoding_rs v0.8.35
16392026-04-02T19:10:20.220Z Compiling keccak v0.1.6
16402026-04-02T19:10:20.285Z Compiling whoami v2.1.0
16412026-04-02T19:10:20.378Z Compiling difflib v0.4.0
16422026-04-02T19:10:20.787Z Compiling normalize-line-endings v0.3.0
16432026-04-02T19:10:20.903Z Compiling precomputed-hash v0.1.1
16442026-04-02T19:10:21.012Z Compiling jiff v0.2.21
16452026-04-02T19:10:21.134Z Compiling new_debug_unreachable v1.0.6
16462026-04-02T19:10:21.221Z Compiling predicates-core v1.0.10
16472026-04-02T19:10:21.325Z Compiling data-encoding v2.10.0
16482026-04-02T19:10:21.444Z Compiling fixedbitset v0.4.2
16492026-04-02T19:10:21.502Z Compiling mime v0.3.17
16502026-04-02T19:10:21.598Z Compiling unit-prefix v0.5.2
16512026-04-02T19:10:21.722Z Compiling fixedbitset v0.5.7
16522026-04-02T19:10:21.751Z Compiling static_assertions v1.1.0
16532026-04-02T19:10:21.777Z Compiling rustc-hash v2.1.1
16542026-04-02T19:10:21.838Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16552026-04-02T19:10:21.856Z Compiling clap v4.5.60
16562026-04-02T19:10:21.926Z Compiling iddqd v0.3.17
16572026-04-02T19:10:21.955Z Compiling indicatif v0.18.4
16582026-04-02T19:10:22.113Z Compiling petgraph v0.8.3
16592026-04-02T19:10:22.232Z Compiling hickory-proto v0.25.2
16602026-04-02T19:10:22.286Z Compiling petgraph v0.6.5
16612026-04-02T19:10:23.101Z Compiling strum v0.26.3
16622026-04-02T19:10:23.262Z Compiling predicates v3.1.4
16632026-04-02T19:10:23.435Z Compiling string_cache v0.8.9
16642026-04-02T19:10:23.713Z Compiling toml_edit v0.22.27
16652026-04-02T19:10:24.126Z Compiling tokio-postgres v0.7.16
16662026-04-02T19:10:24.311Z Compiling sha3 v0.10.8
16672026-04-02T19:10:24.736Z Compiling zip v4.6.1
16682026-04-02T19:10:24.950Z Compiling env_logger v0.11.9
16692026-04-02T19:10:25.428Z Compiling zone v0.3.1
16702026-04-02T19:10:25.619Z Compiling usdt v0.6.0
16712026-04-02T19:10:25.940Z Compiling usdt-impl v0.5.0
16722026-04-02T19:10:26.029Z Compiling similar v2.7.0
16732026-04-02T19:10:26.323Z Compiling ecdsa v0.16.9
16742026-04-02T19:10:26.702Z Compiling serde_with v3.17.0
16752026-04-02T19:10:26.840Z Compiling rsa v0.9.10
16762026-04-02T19:10:26.888Z Compiling crossterm v0.28.1
16772026-04-02T19:10:27.132Z Compiling ed25519-dalek v2.2.0
16782026-04-02T19:10:27.192Z Compiling zip v0.6.6
16792026-04-02T19:10:27.951Z Compiling toml v0.7.8
16802026-04-02T19:10:28.803Z Compiling toml_parser v1.0.9+spec-1.1.0
16812026-04-02T19:10:28.946Z Compiling itertools v0.13.0
16822026-04-02T19:10:29.027Z Compiling tokio-stream v0.1.18
16832026-04-02T19:10:29.100Z Compiling buf-list v1.1.2
16842026-04-02T19:10:29.461Z Compiling x509-cert v0.2.5
16852026-04-02T19:10:29.562Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16862026-04-02T19:10:29.662Z Compiling openapiv3 v2.2.0
16872026-04-02T19:10:29.681Z Compiling sha1 v0.10.6
16882026-04-02T19:10:29.964Z Compiling toml_datetime v0.7.5+spec-1.1.0
16892026-04-02T19:10:29.982Z Compiling lalrpop-util v0.19.12
16902026-04-02T19:10:30.230Z Compiling peg-runtime v0.8.5
16912026-04-02T19:10:30.354Z Compiling thread_local v1.1.9
16922026-04-02T19:10:30.594Z Compiling slog-async v2.8.0
16932026-04-02T19:10:30.676Z Compiling crossbeam-channel v0.5.15
16942026-04-02T19:10:30.679Z Compiling futures-executor v0.3.32
16952026-04-02T19:10:30.995Z Compiling is-terminal v0.4.17
16962026-04-02T19:10:31.030Z Compiling filetime v0.2.27
16972026-04-02T19:10:31.087Z Compiling xattr v1.6.1
16982026-04-02T19:10:31.109Z Compiling term v1.2.1
16992026-04-02T19:10:31.248Z Compiling take_mut v0.2.2
17002026-04-02T19:10:31.296Z Compiling tar v0.4.45
17012026-04-02T19:10:31.316Z Compiling futures v0.3.32
17022026-04-02T19:10:31.817Z Compiling slog-term v2.9.2
17032026-04-02T19:10:39.261Z Compiling rustls-webpki v0.103.9
17042026-04-02T19:10:43.299Z Compiling tokio-rustls v0.26.4
17052026-04-02T19:10:43.299Z Compiling rustls-platform-verifier v0.6.2
17062026-04-02T19:10:43.565Z Compiling hyper-rustls v0.27.7
17072026-04-02T19:10:43.822Z Compiling reqwest v0.13.2
17082026-04-02T19:10:43.828Z Compiling reqwest v0.12.28
17092026-04-02T19:10:46.774Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17102026-04-02T19:10:47.046Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17112026-04-02T19:10:50.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s
17122026-04-02T19:10:51.040Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17132026-04-02T19:10:51.104ZApr 02 19:10:50.211 INFO Starting download, target: Console
17142026-04-02T19:10:51.104ZApr 02 19:10:50.212 INFO Starting download, target: Clickhouse
17152026-04-02T19:10:51.104ZApr 02 19:10:50.212 INFO Starting download, target: MaghemiteMgd
17162026-04-02T19:10:51.104ZApr 02 19:10:50.212 INFO Starting download, target: DendriteStub
17172026-04-02T19:10:51.104ZApr 02 19:10:50.212 INFO Starting download, target: TransceiverControl
17182026-04-02T19:10:51.109ZApr 02 19:10:50.212 INFO Starting download, target: Cockroach
17192026-04-02T19:10:51.109ZApr 02 19:10:50.212 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17202026-04-02T19:10:51.109ZApr 02 19:10:50.212 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17212026-04-02T19:10:51.109ZApr 02 19:10:50.212 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17222026-04-02T19:10:51.109ZApr 02 19:10:50.212 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17232026-04-02T19:10:51.109ZApr 02 19:10:50.212 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17242026-04-02T19:10:51.109ZApr 02 19:10:50.212 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17252026-04-02T19:10:51.730ZApr 02 19:10:50.836 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17262026-04-02T19:10:52.094ZApr 02 19:10:51.188 INFO Download complete, target: TransceiverControl
17272026-04-02T19:10:52.180ZApr 02 19:10:51.280 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17282026-04-02T19:10:52.570ZApr 02 19:10:51.668 INFO Download complete, target: Console
17292026-04-02T19:10:53.047ZApr 02 19:10:52.153 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17302026-04-02T19:10:53.251ZApr 02 19:10:52.359 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17312026-04-02T19:10:53.776ZApr 02 19:10:52.882 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17322026-04-02T19:10:53.897ZApr 02 19:10:53.006 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17332026-04-02T19:10:53.897ZApr 02 19:10:53.006 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17342026-04-02T19:10:56.983ZApr 02 19:10:56.090 INFO Download complete, target: DendriteStub
17352026-04-02T19:10:57.088ZApr 02 19:10:56.197 INFO Download complete, target: MaghemiteMgd
17362026-04-02T19:11:01.669ZApr 02 19:11:00.777 INFO Checking that binary works, target: Cockroach
17372026-04-02T19:11:01.904ZApr 02 19:11:01.014 INFO Download complete, target: Cockroach
17382026-04-02T19:11:05.215ZApr 02 19:11:04.324 INFO Checking that binary works, target: Clickhouse
17392026-04-02T19:11:05.508ZApr 02 19:11:04.618 INFO Download complete, target: Clickhouse
17402026-04-02T19:11:05.553ZAll builder prerequisites installed successfully, and PATH looks valid
17412026-04-02T19:11:05.561Z
17422026-04-02T19:11:05.561Zreal 2:58.948468494
17432026-04-02T19:11:05.561Zuser 9:33.330258957
17442026-04-02T19:11:05.561Zsys 1:41.542494961
17452026-04-02T19:11:05.561Ztrap 0.323571484
17462026-04-02T19:11:05.561Ztflt 2.260160400
17472026-04-02T19:11:05.561Zdflt 2.443787213
17482026-04-02T19:11:05.561Zkflt 0.096419261
17492026-04-02T19:11:05.562Zlock 30:36.189092088
17502026-04-02T19:11:05.562Zslp 28:28.581358379
17512026-04-02T19:11:05.562Zlat 55.120434051
17522026-04-02T19:11:05.562Zstop 2:38.420353103
17532026-04-02T19:11:05.562Z+ banner hack-check
17542026-04-02T19:11:05.562Z
17552026-04-02T19:11:05.562Z # # ## #### # # #### # # ###### #### # #
17562026-04-02T19:11:05.562Z # # # # # # # # # # # # # # # # #
17572026-04-02T19:11:05.562Z ###### # # # #### ##### # ###### ##### # ####
17582026-04-02T19:11:05.562Z # # ###### # # # # # # # # # #
17592026-04-02T19:11:05.562Z # # # # # # # # # # # # # # # # #
17602026-04-02T19:11:05.562Z # # # # #### # # #### # # ###### #### # #
17612026-04-02T19:11:05.562Z
17622026-04-02T19:11:05.562Z+ export CARGO_INCREMENTAL=0
17632026-04-02T19:11:05.562Z+ CARGO_INCREMENTAL=0
17642026-04-02T19:11:05.562Z+ ptime -m timeout 2h cargo xtask check-features --ci
17652026-04-02T19:11:06.325Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17662026-04-02T19:11:06.601Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17672026-04-02T19:11:09.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.50s
17682026-04-02T19:11:09.212Z Running `target/debug/xtask check-features --ci`
17692026-04-02T19:11:09.242Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17702026-04-02T19:11:09.247Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17712026-04-02T19:11:09.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
17722026-04-02T19:11:09.926Z Running `target/debug/xtask download cargo-hack`
17732026-04-02T19:11:10.987Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17742026-04-02T19:11:11.369Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17752026-04-02T19:11:14.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.67s
17762026-04-02T19:11:14.822Z Running `target/debug/xtask-downloader cargo-hack`
17772026-04-02T19:11:14.868ZApr 02 19:11:13.978 INFO Starting download, target: CargoHack
17782026-04-02T19:11:14.871ZApr 02 19:11:13.978 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17792026-04-02T19:11:15.264ZApr 02 19:11:14.374 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17802026-04-02T19:11:15.359ZApr 02 19:11:14.454 INFO Download complete, target: CargoHack
17812026-04-02T19:11:15.366Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
17822026-04-02T19:11:15.379Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17832026-04-02T19:11:15.576Zinfo: running `cargo check --bins` on api_identity (1/270)
17842026-04-02T19:11:16.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17852026-04-02T19:11:16.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17862026-04-02T19:11:16.282Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17872026-04-02T19:11:16.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
17882026-04-02T19:11:16.365Z
17892026-04-02T19:11:16.365Zinfo: running `cargo check --bins` on bootstore (2/270)
17902026-04-02T19:11:17.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17912026-04-02T19:11:17.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17922026-04-02T19:11:17.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17932026-04-02T19:11:17.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
17942026-04-02T19:11:17.166Z
17952026-04-02T19:11:17.166Zinfo: running `cargo check --bins` on omicron-ledger (3/270)
17962026-04-02T19:11:17.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17972026-04-02T19:11:17.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17982026-04-02T19:11:17.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17992026-04-02T19:11:17.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
18002026-04-02T19:11:17.961Z
18012026-04-02T19:11:17.961Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/270)
18022026-04-02T19:11:18.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18032026-04-02T19:11:18.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18042026-04-02T19:11:18.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18052026-04-02T19:11:18.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
18062026-04-02T19:11:18.774Z
18072026-04-02T19:11:18.774Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/270)
18082026-04-02T19:11:19.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18092026-04-02T19:11:19.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18102026-04-02T19:11:19.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18112026-04-02T19:11:19.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
18122026-04-02T19:11:19.548Z
18132026-04-02T19:11:19.548Zinfo: running `cargo check --bins` on omicron-certificates (6/270)
18142026-04-02T19:11:20.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18152026-04-02T19:11:20.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18162026-04-02T19:11:20.293Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18172026-04-02T19:11:20.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
18182026-04-02T19:11:20.361Z
18192026-04-02T19:11:20.361Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/270)
18202026-04-02T19:11:21.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18212026-04-02T19:11:21.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18222026-04-02T19:11:21.083Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18232026-04-02T19:11:21.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
18242026-04-02T19:11:21.186Z
18252026-04-02T19:11:21.186Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/270)
18262026-04-02T19:11:21.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18272026-04-02T19:11:21.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18282026-04-02T19:11:21.875Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18292026-04-02T19:11:21.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
18302026-04-02T19:11:21.966Z
18312026-04-02T19:11:21.966Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/270)
18322026-04-02T19:11:22.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18332026-04-02T19:11:22.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18342026-04-02T19:11:22.536Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18352026-04-02T19:11:22.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
18362026-04-02T19:11:22.604Z
18372026-04-02T19:11:22.604Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/270)
18382026-04-02T19:11:23.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18392026-04-02T19:11:23.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18402026-04-02T19:11:23.179Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18412026-04-02T19:11:23.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
18422026-04-02T19:11:23.233Z
18432026-04-02T19:11:23.233Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/270)
18442026-04-02T19:11:23.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18452026-04-02T19:11:23.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18462026-04-02T19:11:23.803Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18472026-04-02T19:11:23.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
18482026-04-02T19:11:23.865Z
18492026-04-02T19:11:23.866Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/270)
18502026-04-02T19:11:24.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18512026-04-02T19:11:24.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18522026-04-02T19:11:24.449Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18532026-04-02T19:11:24.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
18542026-04-02T19:11:24.521Z
18552026-04-02T19:11:24.521Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/270)
18562026-04-02T19:11:25.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18572026-04-02T19:11:25.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18582026-04-02T19:11:25.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18592026-04-02T19:11:25.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
18602026-04-02T19:11:25.203Z
18612026-04-02T19:11:25.203Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/270)
18622026-04-02T19:11:25.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18632026-04-02T19:11:25.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18642026-04-02T19:11:25.742Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18652026-04-02T19:11:25.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
18662026-04-02T19:11:25.814Z
18672026-04-02T19:11:25.814Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/270)
18682026-04-02T19:11:26.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18692026-04-02T19:11:26.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18702026-04-02T19:11:26.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18712026-04-02T19:11:26.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
18722026-04-02T19:11:26.437Z
18732026-04-02T19:11:26.437Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/270)
18742026-04-02T19:11:27.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18752026-04-02T19:11:27.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18762026-04-02T19:11:27.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18772026-04-02T19:11:27.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
18782026-04-02T19:11:27.077Z
18792026-04-02T19:11:27.077Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/270)
18802026-04-02T19:11:27.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18812026-04-02T19:11:27.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18822026-04-02T19:11:27.682Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18832026-04-02T19:11:27.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
18842026-04-02T19:11:27.729Z
18852026-04-02T19:11:27.730Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/270)
18862026-04-02T19:11:29.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18872026-04-02T19:11:29.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18882026-04-02T19:11:29.284Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18892026-04-02T19:11:29.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
18902026-04-02T19:11:29.284Z
18912026-04-02T19:11:29.284Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/270)
18922026-04-02T19:11:29.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18932026-04-02T19:11:29.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18942026-04-02T19:11:29.284Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18952026-04-02T19:11:29.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
18962026-04-02T19:11:29.284Z
18972026-04-02T19:11:29.284Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/270)
18982026-04-02T19:11:29.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18992026-04-02T19:11:29.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19002026-04-02T19:11:29.571Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19012026-04-02T19:11:29.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
19022026-04-02T19:11:29.631Z
19032026-04-02T19:11:29.631Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/270)
19042026-04-02T19:11:30.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19052026-04-02T19:11:30.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19062026-04-02T19:11:30.200Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19072026-04-02T19:11:30.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
19082026-04-02T19:11:30.273Z
19092026-04-02T19:11:30.273Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/270)
19102026-04-02T19:11:30.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19112026-04-02T19:11:30.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19122026-04-02T19:11:30.832Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19132026-04-02T19:11:30.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
19142026-04-02T19:11:30.900Z
19152026-04-02T19:11:30.900Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/270)
19162026-04-02T19:11:31.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19172026-04-02T19:11:31.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19182026-04-02T19:11:31.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19192026-04-02T19:11:31.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
19202026-04-02T19:11:31.539Z
19212026-04-02T19:11:31.539Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/270)
19222026-04-02T19:11:32.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19232026-04-02T19:11:32.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19242026-04-02T19:11:32.123Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19252026-04-02T19:11:32.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
19262026-04-02T19:11:32.176Z
19272026-04-02T19:11:32.176Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/270)
19282026-04-02T19:11:32.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19292026-04-02T19:11:32.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19302026-04-02T19:11:32.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19312026-04-02T19:11:32.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
19322026-04-02T19:11:32.836Z
19332026-04-02T19:11:32.836Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/270)
19342026-04-02T19:11:33.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19352026-04-02T19:11:33.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19362026-04-02T19:11:33.396Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19372026-04-02T19:11:33.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
19382026-04-02T19:11:33.448Z
19392026-04-02T19:11:33.448Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/270)
19402026-04-02T19:11:34.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19412026-04-02T19:11:34.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19422026-04-02T19:11:34.016Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19432026-04-02T19:11:34.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
19442026-04-02T19:11:34.075Z
19452026-04-02T19:11:34.075Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/270)
19462026-04-02T19:11:34.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19472026-04-02T19:11:34.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19482026-04-02T19:11:34.751Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19492026-04-02T19:11:34.751Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
19502026-04-02T19:11:34.784Z
19512026-04-02T19:11:34.784Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/270)
19522026-04-02T19:11:35.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19532026-04-02T19:11:35.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19542026-04-02T19:11:35.295Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19552026-04-02T19:11:35.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
19562026-04-02T19:11:35.370Z
19572026-04-02T19:11:35.370Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/270)
19582026-04-02T19:11:35.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19592026-04-02T19:11:35.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19602026-04-02T19:11:35.972Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19612026-04-02T19:11:35.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
19622026-04-02T19:11:35.999Z
19632026-04-02T19:11:36.000Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/270)
19642026-04-02T19:11:36.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19652026-04-02T19:11:36.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19662026-04-02T19:11:36.563Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19672026-04-02T19:11:36.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
19682026-04-02T19:11:36.634Z
19692026-04-02T19:11:36.634Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/270)
19702026-04-02T19:11:37.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19712026-04-02T19:11:37.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19722026-04-02T19:11:37.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19732026-04-02T19:11:37.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
19742026-04-02T19:11:37.308Z
19752026-04-02T19:11:37.309Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/270)
19762026-04-02T19:11:37.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19772026-04-02T19:11:37.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19782026-04-02T19:11:37.841Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19792026-04-02T19:11:37.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
19802026-04-02T19:11:37.900Z
19812026-04-02T19:11:37.900Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/270)
19822026-04-02T19:11:38.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19832026-04-02T19:11:38.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19842026-04-02T19:11:38.465Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19852026-04-02T19:11:38.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
19862026-04-02T19:11:38.513Z
19872026-04-02T19:11:38.514Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/270)
19882026-04-02T19:11:39.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19892026-04-02T19:11:39.087Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19902026-04-02T19:11:39.088Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19912026-04-02T19:11:39.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
19922026-04-02T19:11:39.146Z
19932026-04-02T19:11:39.147Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/270)
19942026-04-02T19:11:39.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19952026-04-02T19:11:39.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19962026-04-02T19:11:39.743Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19972026-04-02T19:11:39.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
19982026-04-02T19:11:39.795Z
19992026-04-02T19:11:39.795Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/270)
20002026-04-02T19:11:40.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20012026-04-02T19:11:40.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20022026-04-02T19:11:40.385Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20032026-04-02T19:11:40.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20042026-04-02T19:11:40.431Z
20052026-04-02T19:11:40.431Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/270)
20062026-04-02T19:11:40.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20072026-04-02T19:11:41.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20082026-04-02T19:11:41.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20092026-04-02T19:11:41.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20102026-04-02T19:11:41.061Z
20112026-04-02T19:11:41.061Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/270)
20122026-04-02T19:11:41.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20132026-04-02T19:11:41.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20142026-04-02T19:11:41.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20152026-04-02T19:11:41.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20162026-04-02T19:11:41.703Z
20172026-04-02T19:11:41.703Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/270)
20182026-04-02T19:11:42.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20192026-04-02T19:11:42.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20202026-04-02T19:11:42.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20212026-04-02T19:11:42.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20222026-04-02T19:11:42.352Z
20232026-04-02T19:11:42.352Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/270)
20242026-04-02T19:11:42.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20252026-04-02T19:11:42.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20262026-04-02T19:11:42.952Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20272026-04-02T19:11:42.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20282026-04-02T19:11:42.978Z
20292026-04-02T19:11:42.978Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/270)
20302026-04-02T19:11:43.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20312026-04-02T19:11:43.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20322026-04-02T19:11:43.544Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20332026-04-02T19:11:43.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20342026-04-02T19:11:43.624Z
20352026-04-02T19:11:43.624Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/270)
20362026-04-02T19:11:44.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20372026-04-02T19:11:44.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20382026-04-02T19:11:44.241Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20392026-04-02T19:11:44.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
20402026-04-02T19:11:44.262Z
20412026-04-02T19:11:44.262Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/270)
20422026-04-02T19:11:44.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20432026-04-02T19:11:44.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20442026-04-02T19:11:44.872Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20452026-04-02T19:11:44.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20462026-04-02T19:11:44.906Z
20472026-04-02T19:11:44.906Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/270)
20482026-04-02T19:11:45.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20492026-04-02T19:11:45.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20502026-04-02T19:11:45.489Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20512026-04-02T19:11:45.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20522026-04-02T19:11:45.527Z
20532026-04-02T19:11:45.528Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/270)
20542026-04-02T19:11:46.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20552026-04-02T19:11:46.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20562026-04-02T19:11:46.129Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20572026-04-02T19:11:46.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20582026-04-02T19:11:46.183Z
20592026-04-02T19:11:46.183Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/270)
20602026-04-02T19:11:46.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20612026-04-02T19:11:46.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20622026-04-02T19:11:46.743Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20632026-04-02T19:11:46.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20642026-04-02T19:11:46.817Z
20652026-04-02T19:11:46.817Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/270)
20662026-04-02T19:11:47.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20672026-04-02T19:11:47.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20682026-04-02T19:11:47.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20692026-04-02T19:11:47.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20702026-04-02T19:11:47.440Z
20712026-04-02T19:11:47.440Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/270)
20722026-04-02T19:11:48.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20732026-04-02T19:11:48.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20742026-04-02T19:11:48.554Z Checking cfg-if v1.0.4
20752026-04-02T19:11:48.721Z Checking libc v0.2.180
20762026-04-02T19:11:48.741Z Checking serde_core v1.0.228
20772026-04-02T19:11:48.751Z Checking memchr v2.8.0
20782026-04-02T19:11:48.775Z Checking smallvec v1.15.1
20792026-04-02T19:11:48.775Z Checking itoa v1.0.17
20802026-04-02T19:11:48.809Z Checking log v0.4.29
20812026-04-02T19:11:48.809Z Checking zeroize v1.8.2
20822026-04-02T19:11:48.855Z Checking stable_deref_trait v1.2.1
20832026-04-02T19:11:48.937Z Checking zerofrom v0.1.6
20842026-04-02T19:11:48.990Z Checking zmij v1.0.21
20852026-04-02T19:11:49.010Z Checking writeable v0.6.2
20862026-04-02T19:11:49.029Z Checking litemap v0.8.1
20872026-04-02T19:11:49.043Z Checking percent-encoding v2.3.2
20882026-04-02T19:11:49.081Z Checking yoke v0.8.1
20892026-04-02T19:11:49.208Z Checking libm v0.2.16
20902026-04-02T19:11:49.229Z Checking scopeguard v1.2.0
20912026-04-02T19:11:49.247Z Checking icu_normalizer_data v2.1.1
20922026-04-02T19:11:49.247Z Checking icu_properties_data v2.1.2
20932026-04-02T19:11:49.289Z Checking subtle v2.6.1
20942026-04-02T19:11:49.313Z Checking zerovec v0.11.5
20952026-04-02T19:11:49.338Z Checking getrandom v0.2.17
20962026-04-02T19:11:49.353Z Checking errno v0.3.14
20972026-04-02T19:11:49.353Z Checking zerotrie v0.2.3
20982026-04-02T19:11:49.428Z Checking lock_api v0.4.14
20992026-04-02T19:11:49.490Z Checking utf8_iter v1.0.4
21002026-04-02T19:11:49.505Z Checking form_urlencoded v1.2.2
21012026-04-02T19:11:49.522Z Checking rand_core v0.6.4
21022026-04-02T19:11:49.637Z Checking rand_core v0.10.0
21032026-04-02T19:11:49.656Z Checking pin-project-lite v0.2.17
21042026-04-02T19:11:49.686Z Checking typenum v1.19.0
21052026-04-02T19:11:49.711Z Checking portable-atomic v1.13.1
21062026-04-02T19:11:49.746Z Checking critical-section v1.2.0
21072026-04-02T19:11:49.782Z Checking iana-time-zone v0.1.65
21082026-04-02T19:11:49.809Z Checking getrandom v0.4.1
21092026-04-02T19:11:49.862Z Checking signal-hook-registry v1.4.8
21102026-04-02T19:11:49.914Z Checking tinystr v0.8.2
21112026-04-02T19:11:49.925Z Checking potential_utf v0.1.4
21122026-04-02T19:11:49.990Z Checking parking_lot_core v0.9.12
21132026-04-02T19:11:50.155Z Checking mio v1.1.1
21142026-04-02T19:11:50.214Z Checking icu_collections v2.1.1
21152026-04-02T19:11:50.214Z Checking icu_locale_core v2.1.1
21162026-04-02T19:11:50.214Z Checking num-traits v0.2.19
21172026-04-02T19:11:50.255Z Checking parking_lot v0.12.5
21182026-04-02T19:11:50.301Z Checking once_cell v1.21.3
21192026-04-02T19:11:50.395Z Checking generic-array v0.14.7
21202026-04-02T19:11:50.446Z Checking socket2 v0.6.2
21212026-04-02T19:11:50.478Z Checking zerocopy v0.8.40
21222026-04-02T19:11:50.495Z Checking futures-core v0.3.32
21232026-04-02T19:11:50.515Z Checking dyn-clone v1.0.20
21242026-04-02T19:11:50.679Z Checking allocator-api2 v0.2.21
21252026-04-02T19:11:50.706Z Checking equivalent v1.0.2
21262026-04-02T19:11:50.761Z Checking foldhash v0.2.0
21272026-04-02T19:11:50.761Z Checking const-oid v0.9.6
21282026-04-02T19:11:50.883Z Checking icu_provider v2.1.1
21292026-04-02T19:11:50.891Z Checking serde v1.0.228
21302026-04-02T19:11:50.964Z Checking serde_json v1.0.149
21312026-04-02T19:11:50.996Z Checking bitflags v2.11.0
21322026-04-02T19:11:51.025Z Checking uuid v1.21.0
21332026-04-02T19:11:51.050Z Checking crypto-common v0.1.7
21342026-04-02T19:11:51.178Z Checking icu_normalizer v2.1.1
21352026-04-02T19:11:51.233Z Checking icu_properties v2.1.2
21362026-04-02T19:11:51.242Z Checking semver v1.0.27
21372026-04-02T19:11:51.435Z Checking hashbrown v0.16.1
21382026-04-02T19:11:51.466Z Checking bytes v1.11.1
21392026-04-02T19:11:51.501Z Checking chrono v0.4.44
21402026-04-02T19:11:51.564Z Checking futures-sink v0.3.32
21412026-04-02T19:11:51.692Z Checking futures-channel v0.3.32
21422026-04-02T19:11:51.781Z Checking block-buffer v0.10.4
21432026-04-02T19:11:51.880Z Checking futures-io v0.3.32
21442026-04-02T19:11:51.939Z Checking futures-task v0.3.32
21452026-04-02T19:11:51.968Z Checking slab v0.4.12
21462026-04-02T19:11:52.410Z Checking digest v0.10.7
21472026-04-02T19:11:52.410Z Checking tokio v1.49.0
21482026-04-02T19:11:52.410Z Checking thiserror v2.0.18
21492026-04-02T19:11:52.410Z Checking byteorder v1.5.0
21502026-04-02T19:11:52.410Z Checking futures-util v0.3.32
21512026-04-02T19:11:52.410Z Checking base64 v0.22.1
21522026-04-02T19:11:52.410Z Checking indexmap v2.13.0
21532026-04-02T19:11:52.455Z Checking idna_adapter v1.2.1
21542026-04-02T19:11:52.455Z Checking cpufeatures v0.2.17
21552026-04-02T19:11:52.502Z Checking http v1.4.0
21562026-04-02T19:11:52.527Z Checking idna v1.1.0
21572026-04-02T19:11:52.551Z Checking fnv v1.0.7
21582026-04-02T19:11:52.643Z Checking unicode-ident v1.0.24
21592026-04-02T19:11:52.665Z Checking tracing-core v0.1.36
21602026-04-02T19:11:52.784Z Checking proc-macro2 v1.0.106
21612026-04-02T19:11:52.977Z Checking url v2.5.8
21622026-04-02T19:11:53.046Z Checking thiserror v1.0.69
21632026-04-02T19:11:53.120Z Checking tracing v0.1.44
21642026-04-02T19:11:53.174Z Checking rustls-pki-types v1.14.0
21652026-04-02T19:11:53.208Z Checking regex-syntax v0.8.10
21662026-04-02T19:11:53.289Z Checking quote v1.0.44
21672026-04-02T19:11:53.338Z Checking untrusted v0.9.0
21682026-04-02T19:11:53.404Z Checking schemars v0.8.22
21692026-04-02T19:11:53.477Z Checking ring v0.17.14
21702026-04-02T19:11:53.497Z Checking syn v2.0.117
21712026-04-02T19:11:53.565Z Checking ipnet v2.11.0
21722026-04-02T19:11:53.940Z Checking httparse v1.10.1
21732026-04-02T19:11:54.177Z Checking http-body v1.0.1
21742026-04-02T19:11:54.316Z Checking rustix v1.1.3
21752026-04-02T19:11:54.342Z Checking block-padding v0.3.3
21762026-04-02T19:11:54.477Z Checking ppv-lite86 v0.2.21
21772026-04-02T19:11:54.503Z Checking getrandom v0.3.4
21782026-04-02T19:11:54.688Z Checking atomic-waker v1.1.2
21792026-04-02T19:11:54.805Z Checking inout v0.1.4
21802026-04-02T19:11:54.822Z Checking hmac v0.12.1
21812026-04-02T19:11:54.850Z Checking aws-lc-sys v0.37.1
21822026-04-02T19:11:54.873Z Checking aho-corasick v1.1.4
21832026-04-02T19:11:54.976Z Checking powerfmt v0.2.0
21842026-04-02T19:11:54.996Z Checking untrusted v0.7.1
21852026-04-02T19:11:55.034Z Checking tower-layer v0.3.3
21862026-04-02T19:11:55.135Z Checking tower-service v0.3.3
21872026-04-02T19:11:55.167Z Checking httpdate v1.0.3
21882026-04-02T19:11:55.210Z Checking openssl-probe v0.2.1
21892026-04-02T19:11:55.240Z Checking try-lock v0.2.5
21902026-04-02T19:11:55.339Z Checking deranged v0.5.8
21912026-04-02T19:11:55.371Z Checking cipher v0.4.4
21922026-04-02T19:11:55.385Z Checking want v0.3.1
21932026-04-02T19:11:55.482Z Checking rand_core v0.9.5
21942026-04-02T19:11:55.530Z Checking time-core v0.1.8
21952026-04-02T19:11:55.550Z Checking aws-lc-rs v1.16.0
21962026-04-02T19:11:55.655Z Checking pin-utils v0.1.0
21972026-04-02T19:11:55.700Z Checking num-conv v0.2.0
21982026-04-02T19:11:55.727Z Checking base64ct v1.8.3
21992026-04-02T19:11:55.740Z Checking num_threads v0.1.7
22002026-04-02T19:11:55.787Z Checking regex-automata v0.4.14
22012026-04-02T19:11:55.862Z Checking sha2 v0.10.9
22022026-04-02T19:11:55.868Z Checking erased-serde v0.3.31
22032026-04-02T19:11:56.269Z Checking pretty-hex v0.4.1
22042026-04-02T19:11:56.307Z Checking rand_chacha v0.9.0
22052026-04-02T19:11:56.307Z Checking ryu v1.0.23
22062026-04-02T19:11:56.384Z Checking fastrand v2.3.0
22072026-04-02T19:11:56.434Z Checking rand v0.9.2
22082026-04-02T19:11:56.455Z Checking slog v2.8.2
22092026-04-02T19:11:56.488Z Checking tokio-util v0.7.18
22102026-04-02T19:11:56.621Z Checking pem-rfc7468 v0.7.0
22112026-04-02T19:11:56.641Z Checking time v0.3.47
22122026-04-02T19:11:56.675Z Checking rustls-webpki v0.103.9
22132026-04-02T19:11:56.798Z Checking rustls-native-certs v0.8.3
22142026-04-02T19:11:56.812Z Checking http-body-util v0.1.3
22152026-04-02T19:11:56.829Z Checking ipnetwork v0.21.1
22162026-04-02T19:11:56.946Z Checking sync_wrapper v1.0.2
22172026-04-02T19:11:57.063Z Checking spin v0.9.8
22182026-04-02T19:11:57.077Z Checking plain v0.2.3
22192026-04-02T19:11:57.102Z Checking flagset v0.4.7
22202026-04-02T19:11:57.124Z Checking tower v0.5.3
22212026-04-02T19:11:57.207Z Checking serde_urlencoded v0.7.1
22222026-04-02T19:11:57.245Z Checking rustls v0.23.37
22232026-04-02T19:11:57.252Z Checking der v0.7.10
22242026-04-02T19:11:57.318Z Checking h2 v0.4.13
22252026-04-02T19:11:57.337Z Checking rand_chacha v0.3.1
22262026-04-02T19:11:57.477Z Checking webpki-roots v1.0.6
22272026-04-02T19:11:57.579Z Checking iri-string v0.7.10
22282026-04-02T19:11:57.623Z Checking tinyvec_macros v0.1.1
22292026-04-02T19:11:57.644Z Checking ucd-trie v0.1.7
22302026-04-02T19:11:57.707Z Checking tinyvec v1.10.0
22312026-04-02T19:11:57.807Z Checking pest v2.8.6
22322026-04-02T19:11:58.132Z Checking rand v0.8.5
22332026-04-02T19:11:58.208Z Checking tempfile v3.25.0
22342026-04-02T19:11:58.258Z Checking spki v0.7.3
22352026-04-02T19:11:58.299Z Checking salsa20 v0.10.2
22362026-04-02T19:11:58.454Z Checking pbkdf2 v0.12.2
22372026-04-02T19:11:58.479Z Checking unicode-width v0.2.0
22382026-04-02T19:11:58.479Z Checking foreign-types-shared v0.1.1
22392026-04-02T19:11:58.587Z Checking foreign-types v0.3.2
22402026-04-02T19:11:58.609Z Checking scrypt v0.11.0
22412026-04-02T19:11:58.680Z Checking regex v1.12.3
22422026-04-02T19:11:58.780Z Checking cbc v0.1.2
22432026-04-02T19:11:58.821Z Checking aes v0.8.4
22442026-04-02T19:11:58.842Z Checking anyhow v1.0.102
22452026-04-02T19:11:58.943Z Checking openssl-sys v0.9.111
22462026-04-02T19:11:59.047Z Checking crossbeam-utils v0.8.21
22472026-04-02T19:11:59.068Z Checking tower-http v0.6.8
22482026-04-02T19:11:59.102Z Checking oxnet v0.1.4
22492026-04-02T19:11:59.302Z Checking mime v0.3.17
22502026-04-02T19:11:59.343Z Checking pkcs5 v0.7.1
22512026-04-02T19:11:59.397Z Checking openapiv3 v2.2.0
22522026-04-02T19:11:59.434Z Checking scroll v0.12.0
22532026-04-02T19:11:59.505Z Checking encoding_rs v0.8.35
22542026-04-02T19:11:59.527Z Checking siphasher v1.0.2
22552026-04-02T19:11:59.631Z Checking openssl v0.10.75
22562026-04-02T19:11:59.683Z Checking pkcs8 v0.10.2
22572026-04-02T19:11:59.731Z Checking data-encoding v2.10.0
22582026-04-02T19:11:59.750Z Checking winnow v0.7.14
22592026-04-02T19:11:59.903Z Checking goblin v0.8.2
22602026-04-02T19:12:00.086Z Checking lazy_static v1.5.0
22612026-04-02T19:12:00.673Z Checking zerocopy v0.7.35
22622026-04-02T19:12:00.784Z Checking tokio-rustls v0.26.4
22632026-04-02T19:12:00.839Z Checking wait-timeout v0.2.1
22642026-04-02T19:12:00.839Z Checking quick-error v1.2.3
22652026-04-02T19:12:00.889Z Checking either v1.15.0
22662026-04-02T19:12:00.898Z Checking managed v0.8.0
22672026-04-02T19:12:00.932Z Checking hyper v1.8.1
22682026-04-02T19:12:00.951Z Checking bit-vec v0.8.0
22692026-04-02T19:12:01.171Z Checking bitflags v1.3.2
22702026-04-02T19:12:01.233Z Checking utf8parse v0.2.2
22712026-04-02T19:12:01.233Z Checking psl-types v2.0.11
22722026-04-02T19:12:01.255Z Checking anstyle v1.0.13
22732026-04-02T19:12:01.255Z Checking bit-set v0.8.0
22742026-04-02T19:12:01.291Z Checking anstyle-parse v0.2.7
22752026-04-02T19:12:01.321Z Checking publicsuffix v2.3.0
22762026-04-02T19:12:01.377Z Checking rusty-fork v0.3.1
22772026-04-02T19:12:01.404Z Checking dtrace-parser v0.2.0
22782026-04-02T19:12:01.448Z Checking cookie v0.18.1
22792026-04-02T19:12:01.471Z Checking unicode-normalization v0.1.25
22802026-04-02T19:12:01.523Z Checking rand_xorshift v0.4.0
22812026-04-02T19:12:01.589Z Checking sha1 v0.10.6
22822026-04-02T19:12:01.681Z Checking hex v0.4.3
22832026-04-02T19:12:01.716Z Checking thread-id v4.2.2
22842026-04-02T19:12:01.734Z Checking is_terminal_polyfill v1.70.2
22852026-04-02T19:12:01.791Z Checking anstyle-query v1.1.5
22862026-04-02T19:12:01.822Z Checking unarray v0.1.4
22872026-04-02T19:12:01.846Z Checking colorchoice v1.0.4
22882026-04-02T19:12:01.917Z Checking cookie_store v0.22.1
22892026-04-02T19:12:01.964Z Checking proptest v1.10.0
22902026-04-02T19:12:01.986Z Checking rustls-platform-verifier v0.6.2
22912026-04-02T19:12:01.986Z Checking anstream v0.6.21
22922026-04-02T19:12:02.016Z Checking crossbeam-epoch v0.9.18
22932026-04-02T19:12:02.126Z Checking terminal_size v0.4.3
22942026-04-02T19:12:02.146Z Checking hyper-util v0.1.20
22952026-04-02T19:12:02.239Z Checking scroll v0.13.0
22962026-04-02T19:12:02.271Z Checking num-integer v0.1.46
22972026-04-02T19:12:02.293Z Checking simd-adler32 v0.3.8
22982026-04-02T19:12:02.335Z Checking crossbeam-deque v0.8.6
22992026-04-02T19:12:02.436Z Checking native-tls v0.2.18
23002026-04-02T19:12:02.510Z Checking bstr v1.12.1
23012026-04-02T19:12:02.532Z Checking goblin v0.10.5
23022026-04-02T19:12:02.533Z Checking dof v0.3.0
23032026-04-02T19:12:02.570Z Checking ref-cast v1.0.25
23042026-04-02T19:12:02.579Z Checking rustix v0.38.44
23052026-04-02T19:12:02.662Z Checking tokio-native-tls v0.3.1
23062026-04-02T19:12:02.693Z Checking camino v1.2.2
23072026-04-02T19:12:02.857Z Checking crc32fast v1.5.0
23082026-04-02T19:12:02.910Z Checking usdt-impl v0.5.0
23092026-04-02T19:12:03.032Z Checking signature v2.2.0
23102026-04-02T19:12:03.052Z Checking toml_datetime v0.6.11
23112026-04-02T19:12:03.063Z Checking serde_spanned v0.6.9
23122026-04-02T19:12:03.207Z Checking ff v0.13.1
23132026-04-02T19:12:03.246Z Checking strsim v0.11.1
23142026-04-02T19:12:03.276Z Checking clap_lex v1.0.0
23152026-04-02T19:12:03.299Z Checking base16ct v0.2.0
23162026-04-02T19:12:03.372Z Checking unicode-properties v0.1.4
23172026-04-02T19:12:03.464Z Checking adler2 v2.0.1
23182026-04-02T19:12:03.552Z Checking unicode-bidi v0.3.18
23192026-04-02T19:12:03.553Z Checking clap_builder v4.5.60
23202026-04-02T19:12:03.593Z Checking miniz_oxide v0.8.9
23212026-04-02T19:12:03.632Z Checking sec1 v0.7.3
23222026-04-02T19:12:03.747Z Checking group v0.13.0
23232026-04-02T19:12:03.820Z Checking hyper-rustls v0.27.7
23242026-04-02T19:12:03.853Z Checking hyper-tls v0.6.0
23252026-04-02T19:12:03.888Z Checking stringprep v0.1.5
23262026-04-02T19:12:03.928Z Checking rayon-core v1.13.0
23272026-04-02T19:12:04.058Z Checking num-iter v0.1.45
23282026-04-02T19:12:04.081Z Checking toml_parser v1.0.9+spec-1.1.0
23292026-04-02T19:12:04.590Z Checking dtrace-parser v0.3.0
23302026-04-02T19:12:04.590Z Checking reqwest v0.12.28
23312026-04-02T19:12:04.590Z Checking reqwest v0.13.2
23322026-04-02T19:12:04.590Z Checking hkdf v0.12.4
23332026-04-02T19:12:04.591Z Checking strum v0.26.3
23342026-04-02T19:12:04.591Z Checking newtype-uuid v1.3.2
23352026-04-02T19:12:04.663Z Checking zstd-sys v2.0.16+zstd.1.5.7
23362026-04-02T19:12:04.663Z Checking hash32 v0.2.1
23372026-04-02T19:12:04.663Z Checking md-5 v0.10.6
23382026-04-02T19:12:04.715Z Checking crypto-bigint v0.5.5
23392026-04-02T19:12:04.737Z Checking daft v0.1.5
23402026-04-02T19:12:04.754Z Checking toml_datetime v0.7.5+spec-1.1.0
23412026-04-02T19:12:04.754Z Checking thread-id v5.1.0
23422026-04-02T19:12:04.844Z Checking zlib-rs v0.6.2
23432026-04-02T19:12:04.985Z Checking fallible-iterator v0.2.0
23442026-04-02T19:12:05.027Z Checking unicode-segmentation v1.12.0
23452026-04-02T19:12:05.161Z Checking clap v4.5.60
23462026-04-02T19:12:05.247Z Checking heapless v0.7.17
23472026-04-02T19:12:05.268Z Checking zstd-safe v7.2.4
23482026-04-02T19:12:05.319Z Checking rayon v1.11.0
23492026-04-02T19:12:05.346Z Checking postgres-protocol v0.6.10
23502026-04-02T19:12:05.440Z Checking itertools v0.12.1
23512026-04-02T19:12:05.493Z Checking phf_shared v0.13.1
23522026-04-02T19:12:05.759Z Checking console v0.16.2
23532026-04-02T19:12:05.812Z Checking curve25519-dalek v4.1.3
23542026-04-02T19:12:05.839Z Checking dof v0.4.0
23552026-04-02T19:12:05.839Z Checking memoffset v0.9.1
23562026-04-02T19:12:05.916Z Checking bzip2-sys v0.1.13+1.0.8
23572026-04-02T19:12:05.964Z Checking elliptic-curve v0.13.8
23582026-04-02T19:12:06.021Z Checking signal-hook v0.3.18
23592026-04-02T19:12:06.059Z Checking flate2 v1.1.9
23602026-04-02T19:12:06.136Z Checking memmap2 v0.9.10
23612026-04-02T19:12:06.259Z Checking unit-prefix v0.5.2
23622026-04-02T19:12:06.336Z Checking fixedbitset v0.4.2
23632026-04-02T19:12:06.373Z Checking libbz2-rs-sys v0.2.2
23642026-04-02T19:12:06.413Z Checking foldhash v0.1.5
23652026-04-02T19:12:06.460Z Checking toml_write v0.1.2
23662026-04-02T19:12:06.536Z Checking bumpalo v3.20.2
23672026-04-02T19:12:06.604Z Checking winnow v0.5.40
23682026-04-02T19:12:06.650Z Checking usdt-impl v0.6.0
23692026-04-02T19:12:06.680Z Checking toml_edit v0.22.27
23702026-04-02T19:12:06.789Z Checking zopfli v0.8.3
23712026-04-02T19:12:06.814Z Checking zone v0.3.1
23722026-04-02T19:12:06.824Z Checking hashbrown v0.15.5
23732026-04-02T19:12:06.876Z Checking bzip2 v0.6.1
23742026-04-02T19:12:07.005Z Checking usdt v0.6.0
23752026-04-02T19:12:07.082Z Checking petgraph v0.6.5
23762026-04-02T19:12:07.206Z Checking signal-hook-mio v0.2.5
23772026-04-02T19:12:07.225Z Checking bzip2 v0.4.4
23782026-04-02T19:12:07.302Z Checking nix v0.31.1
23792026-04-02T19:12:07.335Z Checking smoltcp v0.9.1
23802026-04-02T19:12:07.350Z Checking indicatif v0.18.4
23812026-04-02T19:12:07.430Z Checking postgres-types v0.2.12
23822026-04-02T19:12:07.450Z Checking phf v0.13.1
23832026-04-02T19:12:07.641Z Checking zstd v0.13.3
23842026-04-02T19:12:07.840Z Checking similar v2.7.0
23852026-04-02T19:12:07.880Z Checking num-bigint-dig v0.8.6
23862026-04-02T19:12:07.908Z Checking ed25519 v2.2.3
23872026-04-02T19:12:08.133Z Checking pkcs1 v0.7.5
23882026-04-02T19:12:08.140Z Checking phf_shared v0.11.3
23892026-04-02T19:12:08.173Z Checking toml_edit v0.19.15
23902026-04-02T19:12:08.193Z Checking tokio-stream v0.1.18
23912026-04-02T19:12:08.642Z Checking strum v0.27.2
23922026-04-02T19:12:08.676Z Checking hubpack v0.1.2
23932026-04-02T19:12:08.676Z Checking rfc6979 v0.4.0
23942026-04-02T19:12:08.677Z Checking serde-big-array v0.5.1
23952026-04-02T19:12:08.677Z Checking float-cmp v0.10.0
23962026-04-02T19:12:08.677Z Checking env_filter v1.0.0
23972026-04-02T19:12:08.677Z Checking precomputed-hash v0.1.1
23982026-04-02T19:12:08.733Z Checking predicates-core v1.0.10
23992026-04-02T19:12:08.754Z Checking jiff v0.2.21
24002026-04-02T19:12:08.754Z Checking rustc-hash v2.1.1
24012026-04-02T19:12:08.771Z Checking static_assertions v1.1.0
24022026-04-02T19:12:08.782Z Checking keccak v0.1.6
24032026-04-02T19:12:08.818Z Checking whoami v2.1.0
24042026-04-02T19:12:08.849Z Checking normalize-line-endings v0.3.0
24052026-04-02T19:12:08.882Z Checking new_debug_unreachable v1.0.6
24062026-04-02T19:12:08.889Z Checking fixedbitset v0.5.7
24072026-04-02T19:12:08.955Z Checking difflib v0.4.0
24082026-04-02T19:12:08.979Z Checking string_cache v0.8.9
24092026-04-02T19:12:09.010Z Checking sha3 v0.10.8
24102026-04-02T19:12:09.017Z Checking rsa v0.9.10
24112026-04-02T19:12:09.065Z Checking tokio-postgres v0.7.16
24122026-04-02T19:12:09.139Z Checking petgraph v0.8.3
24132026-04-02T19:12:09.188Z Checking predicates v3.1.4
24142026-04-02T19:12:09.209Z Checking iddqd v0.3.17
24152026-04-02T19:12:09.278Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24162026-04-02T19:12:09.570Z Checking env_logger v0.11.9
24172026-04-02T19:12:09.607Z Checking toml v0.7.8
24182026-04-02T19:12:09.647Z Checking ecdsa v0.16.9
24192026-04-02T19:12:09.840Z Checking ed25519-dalek v2.2.0
24202026-04-02T19:12:10.032Z Checking zip v0.6.6
24212026-04-02T19:12:10.102Z Checking crossterm v0.28.1
24222026-04-02T19:12:10.140Z Checking serde_with v3.17.0
24232026-04-02T19:12:10.380Z Checking itertools v0.13.0
24242026-04-02T19:12:10.454Z Checking hickory-proto v0.25.2
24252026-04-02T19:12:10.734Z Checking x509-cert v0.2.5
24262026-04-02T19:12:11.057Z Checking fs-err v3.3.0
24272026-04-02T19:12:11.305Z Checking ahash v0.8.12
24282026-04-02T19:12:11.444Z Checking object v0.37.3
24292026-04-02T19:12:11.577Z Checking buf-list v1.1.2
24302026-04-02T19:12:11.617Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24312026-04-02T19:12:12.109Z Checking lalrpop-util v0.19.12
24322026-04-02T19:12:12.217Z Checking peg-runtime v0.8.5
24332026-04-02T19:12:12.217Z Checking zip v4.6.1
24342026-04-02T19:12:12.217Z Compiling structmeta-derive v0.3.0
24352026-04-02T19:12:12.217Z Compiling rustls v0.22.4
24362026-04-02T19:12:12.218Z Compiling newtype-uuid-macros v0.1.0
24372026-04-02T19:12:12.255Z Compiling multer v3.1.0
24382026-04-02T19:12:12.291Z Compiling async-stream-impl v0.3.6
24392026-04-02T19:12:12.291Z Checking futures-executor v0.3.32
24402026-04-02T19:12:12.418Z Checking regress v0.10.5
24412026-04-02T19:12:12.610Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24422026-04-02T19:12:13.007Z Compiling dropshot v0.16.7
24432026-04-02T19:12:13.034Z Checking futures v0.3.32
24442026-04-02T19:12:13.101Z Compiling dropshot_endpoint v0.16.7
24452026-04-02T19:12:13.144Z Checking thread_local v1.1.9
24462026-04-02T19:12:13.339Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24472026-04-02T19:12:13.395Z Checking crossbeam-channel v0.5.15
24482026-04-02T19:12:13.438Z Compiling structmeta v0.3.0
24492026-04-02T19:12:13.708Z Compiling derive-ex v0.1.8
24502026-04-02T19:12:13.793Z Checking is-terminal v0.4.17
24512026-04-02T19:12:13.837Z Checking take_mut v0.2.2
24522026-04-02T19:12:13.917Z Checking term v1.2.1
24532026-04-02T19:12:13.978Z Checking slog-async v2.8.0
24542026-04-02T19:12:14.185Z Compiling parse-display-derive v0.10.0
24552026-04-02T19:12:14.203Z Checking slog-term v2.9.2
24562026-04-02T19:12:14.331Z Checking rustls-webpki v0.102.8
24572026-04-02T19:12:14.390Z Checking serde_spanned v1.0.4
24582026-04-02T19:12:14.545Z Checking match_cfg v0.1.0
24592026-04-02T19:12:14.575Z Checking debug-ignore v1.0.5
24602026-04-02T19:12:14.629Z Checking toml_writer v1.0.6+spec-1.1.0
24612026-04-02T19:12:14.695Z Checking hostname v0.3.1
24622026-04-02T19:12:14.813Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24632026-04-02T19:12:14.842Z Checking slog-json v2.6.1
24642026-04-02T19:12:14.879Z Checking toml v0.9.12+spec-1.1.0
24652026-04-02T19:12:14.899Z Checking macaddr v1.0.1
24662026-04-02T19:12:15.054Z Checking slog-bunyan v2.5.0
24672026-04-02T19:12:15.157Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24682026-04-02T19:12:15.528Z Checking async-stream v0.3.6
24692026-04-02T19:12:15.653Z Checking waitgroup v0.1.2
24702026-04-02T19:12:15.790Z Checking rustls-pemfile v2.2.0
24712026-04-02T19:12:15.790Z Checking serde_path_to_error v0.1.20
24722026-04-02T19:12:15.790Z Checking hostname v0.4.2
24732026-04-02T19:12:15.874Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24742026-04-02T19:12:15.874Z Checking progenitor-client v0.13.0
24752026-04-02T19:12:15.874Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24762026-04-02T19:12:15.999Z Checking progenitor-client v0.10.0
24772026-04-02T19:12:16.055Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24782026-04-02T19:12:16.055Z Checking backon v1.6.0
24792026-04-02T19:12:16.065Z Compiling test-strategy v0.4.5
24802026-04-02T19:12:16.151Z Checking instant v0.1.13
24812026-04-02T19:12:16.249Z Checking itertools v0.14.0
24822026-04-02T19:12:16.332Z Checking backoff v0.4.0
24832026-04-02T19:12:16.332Z Checking progenitor-extras v0.1.1
24842026-04-02T19:12:16.332Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24852026-04-02T19:12:16.448Z Checking heck v0.5.0
24862026-04-02T19:12:16.471Z Checking parse-display v0.10.0
24872026-04-02T19:12:16.591Z Compiling crucible-workspace-hack v0.1.0
24882026-04-02T19:12:16.835Z Checking tokio-rustls v0.25.0
24892026-04-02T19:12:16.988Z Compiling convert_case v0.4.0
24902026-04-02T19:12:17.108Z Checking secrecy v0.10.3
24912026-04-02T19:12:17.108Z Compiling prettyplease v0.2.37
24922026-04-02T19:12:17.148Z Compiling typify-impl v0.6.1
24932026-04-02T19:12:17.302Z Compiling derive_more v0.99.20
24942026-04-02T19:12:17.588Z Compiling unsafe-libyaml v0.2.11
24952026-04-02T19:12:18.064Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24962026-04-02T19:12:18.666Z Compiling serde_yaml v0.9.34+deprecated
24972026-04-02T19:12:18.972Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
24982026-04-02T19:12:19.529Z Checking half v2.7.1
24992026-04-02T19:12:19.691Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25002026-04-02T19:12:19.862Z Compiling toml_edit v0.23.10+spec-1.0.0
25012026-04-02T19:12:20.028Z Compiling thiserror-impl-no-std v2.0.2
25022026-04-02T19:12:20.184Z Checking universal-hash v0.5.1
25032026-04-02T19:12:20.787Z Checking ciborium-io v0.2.2
25042026-04-02T19:12:20.914Z Compiling heapless v0.8.0
25052026-04-02T19:12:21.069Z Checking opaque-debug v0.3.1
25062026-04-02T19:12:21.161Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25072026-04-02T19:12:21.187Z Checking poly1305 v0.8.0
25082026-04-02T19:12:21.361Z Checking ciborium-ll v0.2.2
25092026-04-02T19:12:24.036Z Checking thiserror-no-std v2.0.2
25102026-04-02T19:12:24.340Z Compiling proc-macro-crate v3.4.0
25112026-04-02T19:12:24.340Z Compiling ingot-macros v0.1.1
25122026-04-02T19:12:24.340Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25132026-04-02T19:12:24.341Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
25142026-04-02T19:12:24.341Z Compiling typify-impl v0.4.3
25152026-04-02T19:12:24.341Z Checking toml v0.8.23
25162026-04-02T19:12:24.341Z Checking num-rational v0.4.2
25172026-04-02T19:12:24.341Z Compiling typify-macro v0.6.1
25182026-04-02T19:12:24.341Z Checking byte-wrapper v0.1.0
25192026-04-02T19:12:24.341Z Checking tabwriter v1.4.1
25202026-04-02T19:12:24.341Z Checking password-hash v0.5.0
25212026-04-02T19:12:24.341Z Checking chacha20 v0.9.1
25222026-04-02T19:12:24.581Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
25232026-04-02T19:12:24.581Z Checking hash32 v0.3.1
25242026-04-02T19:12:24.687Z Checking blake2 v0.10.6
25252026-04-02T19:12:24.687Z Checking aead v0.5.2
25262026-04-02T19:12:24.787Z Checking num-complex v0.4.6
25272026-04-02T19:12:25.082Z Compiling smoltcp v0.11.0
25282026-04-02T19:12:25.217Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25292026-04-02T19:12:25.406Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25302026-04-02T19:12:25.460Z Checking num v0.4.3
25312026-04-02T19:12:25.533Z Checking argon2 v0.5.3
25322026-04-02T19:12:25.612Z Checking chacha20poly1305 v0.10.1
25332026-04-02T19:12:25.710Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
25342026-04-02T19:12:25.762Z Checking ingot-types v0.1.2
25352026-04-02T19:12:25.881Z Compiling typify v0.6.1
25362026-04-02T19:12:25.967Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25372026-04-02T19:12:26.755Z Compiling num_enum_derive v0.7.5
25382026-04-02T19:12:26.816Z Checking ciborium v0.2.2
25392026-04-02T19:12:26.816Z Checking vsss-rs v3.3.4
25402026-04-02T19:12:27.383Z Compiling usdt-attr-macro v0.5.0
25412026-04-02T19:12:27.602Z Compiling usdt-macro v0.5.0
25422026-04-02T19:12:27.617Z Checking cobs v0.3.0
25432026-04-02T19:12:27.806Z Checking memmap v0.7.0
25442026-04-02T19:12:28.012Z Compiling foreign-types-macros v0.2.3
25452026-04-02T19:12:28.319Z Checking colored v3.1.1
25462026-04-02T19:12:28.426Z Checking float-ord v0.3.2
25472026-04-02T19:12:28.557Z Checking cpufeatures v0.3.0
25482026-04-02T19:12:28.578Z Checking foreign-types-shared v0.3.1
25492026-04-02T19:12:28.588Z Checking indent_write v2.2.0
25502026-04-02T19:12:28.619Z Checking usdt v0.5.0
25512026-04-02T19:12:28.651Z Checking chacha20 v0.10.0
25522026-04-02T19:12:28.673Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25532026-04-02T19:12:28.792Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25542026-04-02T19:12:28.815Z Checking foreign-types v0.5.0
25552026-04-02T19:12:28.845Z Checking postcard v1.1.3
25562026-04-02T19:12:28.896Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
25572026-04-02T19:12:28.917Z Checking num_enum v0.7.5
25582026-04-02T19:12:29.017Z Compiling typify-macro v0.4.3
25592026-04-02T19:12:29.035Z Checking ingot v0.1.1
25602026-04-02T19:12:29.063Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25612026-04-02T19:12:29.231Z Compiling progenitor-impl v0.13.0
25622026-04-02T19:12:29.630Z Compiling proc-macro-crate v1.3.1
25632026-04-02T19:12:30.137Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25642026-04-02T19:12:30.252Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25652026-04-02T19:12:30.527Z Checking cstr-argument v0.1.2
25662026-04-02T19:12:33.174Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25672026-04-02T19:12:33.251Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
25682026-04-02T19:12:33.251Z Checking swrite v0.1.0
25692026-04-02T19:12:33.251Z Compiling semver v0.1.20
25702026-04-02T19:12:33.251Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25712026-04-02T19:12:33.251Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25722026-04-02T19:12:33.251Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25732026-04-02T19:12:33.251Z Compiling num_enum_derive v0.5.11
25742026-04-02T19:12:33.251Z Compiling rustc_version v0.1.7
25752026-04-02T19:12:33.251Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25762026-04-02T19:12:33.251Z Checking rand v0.10.0
25772026-04-02T19:12:33.251Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25782026-04-02T19:12:33.251Z Compiling pin-project-internal v1.1.11
25792026-04-02T19:12:33.256Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25802026-04-02T19:12:33.256Z Compiling minimal-lexical v0.2.1
25812026-04-02T19:12:33.256Z Checking linked-hash-map v0.5.6
25822026-04-02T19:12:33.265Z Compiling nom v7.1.3
25832026-04-02T19:12:33.265Z Compiling progenitor-macro v0.13.0
25842026-04-02T19:12:33.265Z Checking lru-cache v0.1.2
25852026-04-02T19:12:33.265Z Checking num_enum v0.5.11
25862026-04-02T19:12:33.795Z Compiling newtype_derive v0.1.6
25872026-04-02T19:12:33.858Z Compiling typify v0.4.3
25882026-04-02T19:12:33.924Z Checking pin-project v1.1.11
25892026-04-02T19:12:34.373Z Checking newline-converter v0.3.0
25902026-04-02T19:12:34.514Z Checking atomicwrites v0.4.4
25912026-04-02T19:12:34.535Z Checking camino-tempfile v1.4.1
25922026-04-02T19:12:34.665Z Checking hickory-proto v0.24.4
25932026-04-02T19:12:34.693Z Checking phf_shared v0.12.1
25942026-04-02T19:12:34.737Z Checking console v0.15.11
25952026-04-02T19:12:34.870Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25962026-04-02T19:12:35.104Z Checking pem v3.0.6
25972026-04-02T19:12:35.200Z Checking csv-core v0.1.13
25982026-04-02T19:12:35.316Z Compiling snafu-derive v0.8.9
25992026-04-02T19:12:35.457Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
26002026-04-02T19:12:35.538Z Compiling async-recursion v1.1.1
26012026-04-02T19:12:35.767Z Compiling derive-where v1.6.0
26022026-04-02T19:12:36.266Z Compiling slog-dtrace v0.3.0
26032026-04-02T19:12:36.423Z Checking same-file v1.0.6
26042026-04-02T19:12:37.540Z Checking resolv-conf v0.7.6
26052026-04-02T19:12:37.540Z Compiling owo-colors v4.3.0
26062026-04-02T19:12:37.541Z Checking unicode-width v0.1.14
26072026-04-02T19:12:37.541Z Compiling cancel-safe-futures v0.1.5
26082026-04-02T19:12:37.541Z Checking highway v1.3.0
26092026-04-02T19:12:37.541Z Compiling chrono-tz v0.10.4
26102026-04-02T19:12:37.541Z Compiling const_format_proc_macros v0.2.34
26112026-04-02T19:12:37.541Z Checking hickory-resolver v0.24.4
26122026-04-02T19:12:37.541Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26132026-04-02T19:12:37.541Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26142026-04-02T19:12:37.541Z Checking walkdir v2.5.0
26152026-04-02T19:12:37.973Z Checking snafu v0.8.9
26162026-04-02T19:12:38.043Z Checking csv v1.4.0
26172026-04-02T19:12:38.094Z Checking expectorate v1.2.0
26182026-04-02T19:12:38.233Z Checking phf v0.12.1
26192026-04-02T19:12:38.266Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26202026-04-02T19:12:38.611Z Compiling progenitor-impl v0.10.0
26212026-04-02T19:12:38.654Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26222026-04-02T19:12:38.654Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26232026-04-02T19:12:38.788Z Checking tokio-dtrace v0.1.1
26242026-04-02T19:12:38.902Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
26252026-04-02T19:12:39.000Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26262026-04-02T19:12:39.029Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
26272026-04-02T19:12:39.271Z Checking globset v0.4.18
26282026-04-02T19:12:39.544Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26292026-04-02T19:12:39.606Z Checking olpc-cjson v0.1.4
26302026-04-02T19:12:39.660Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26312026-04-02T19:12:39.784Z Checking libsw-core v0.3.2
26322026-04-02T19:12:39.856Z Checking smf v0.2.3
26332026-04-02T19:12:39.969Z Checking serde_plain v1.0.2
26342026-04-02T19:12:39.991Z Checking arc-swap v1.8.2
26352026-04-02T19:12:40.002Z Checking progenitor v0.13.0
26362026-04-02T19:12:40.165Z Checking sigpipe v0.1.3
26372026-04-02T19:12:40.178Z Compiling lzma-sys v0.1.20
26382026-04-02T19:12:40.178Z Compiling num-derive v0.4.2
26392026-04-02T19:12:40.268Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26402026-04-02T19:12:40.320Z Checking utf-8 v0.7.6
26412026-04-02T19:12:40.508Z Checking glob v0.3.3
26422026-04-02T19:12:40.582Z Checking bytecount v0.6.9
26432026-04-02T19:12:40.703Z Checking typed-path v0.9.3
26442026-04-02T19:12:40.727Z Checking papergrid v0.11.0
26452026-04-02T19:12:40.796Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26462026-04-02T19:12:40.951Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
26472026-04-02T19:12:41.025Z Checking tungstenite v0.21.0
26482026-04-02T19:12:41.151Z Checking slog-scope v4.4.1
26492026-04-02T19:12:41.325Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26502026-04-02T19:12:41.400Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
26512026-04-02T19:12:43.412Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26522026-04-02T19:12:43.456Z Checking libsw v3.5.0
26532026-04-02T19:12:43.456Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26542026-04-02T19:12:43.456Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
26552026-04-02T19:12:43.456Z Checking oxide-tokio-rt v0.1.3
26562026-04-02T19:12:43.456Z Checking tough v0.20.0
26572026-04-02T19:12:43.456Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
26582026-04-02T19:12:43.456Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
26592026-04-02T19:12:43.456Z Checking const_format v0.2.35
26602026-04-02T19:12:43.456Z Compiling progenitor-macro v0.10.0
26612026-04-02T19:12:43.456Z Checking qorb v0.4.1
26622026-04-02T19:12:43.513Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
26632026-04-02T19:12:43.530Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
26642026-04-02T19:12:43.671Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
26652026-04-02T19:12:43.805Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
26662026-04-02T19:12:43.947Z Compiling cargo_toml v0.22.3
26672026-04-02T19:12:44.243Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26682026-04-02T19:12:44.264Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
26692026-04-02T19:12:44.337Z Checking gethostname v0.5.0
26702026-04-02T19:12:44.381Z Compiling tabled_derive v0.7.0
26712026-04-02T19:12:44.450Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26722026-04-02T19:12:44.548Z Checking bcs v0.1.6
26732026-04-02T19:12:44.652Z Checking linear-map v1.2.0
26742026-04-02T19:12:44.757Z Checking termtree v0.5.1
26752026-04-02T19:12:44.866Z Checking smawk v0.3.2
26762026-04-02T19:12:44.887Z Checking unicode-linebreak v0.1.5
26772026-04-02T19:12:44.933Z Checking whoami v1.6.1
26782026-04-02T19:12:45.034Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
26792026-04-02T19:12:45.163Z Checking textwrap v0.16.2
26802026-04-02T19:12:45.443Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26812026-04-02T19:12:45.684Z Checking tabled v0.15.0
26822026-04-02T19:12:46.419Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26832026-04-02T19:12:46.749Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26842026-04-02T19:12:47.171Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
26852026-04-02T19:12:47.251Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
26862026-04-02T19:12:47.655Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
26872026-04-02T19:12:47.696Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26882026-04-02T19:12:47.892Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
26892026-04-02T19:12:47.915Z Checking steno v0.4.1
26902026-04-02T19:12:47.936Z Checking tokio-tungstenite v0.21.0
26912026-04-02T19:12:48.334Z Checking slog-stdlog v4.1.1
26922026-04-02T19:12:48.353Z Checking typeid v1.0.3
26932026-04-02T19:12:48.498Z Checking base64 v0.21.7
26942026-04-02T19:12:48.618Z Checking humantime v2.3.0
26952026-04-02T19:12:48.826Z Checking xz2 v0.1.7
26962026-04-02T19:12:48.862Z Checking ron v0.12.0
26972026-04-02T19:12:49.048Z Checking slog-envlogger v2.2.0
26982026-04-02T19:12:49.102Z Checking progenitor v0.10.0
26992026-04-02T19:12:49.127Z Checking yasna v0.5.2
27002026-04-02T19:12:49.229Z Checking headers-core v0.3.0
27012026-04-02T19:12:49.273Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27022026-04-02T19:12:49.295Z Checking filetime v0.2.27
27032026-04-02T19:12:49.362Z Checking base16ct v1.0.0
27042026-04-02T19:12:49.465Z Checking xattr v1.6.1
27052026-04-02T19:12:49.525Z Checking headers v0.4.1
27062026-04-02T19:12:49.626Z Checking tar v0.4.45
27072026-04-02T19:12:49.645Z Checking rcgen v0.12.1
27082026-04-02T19:12:49.855Z Checking subprocess v0.2.15
27092026-04-02T19:12:57.257Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27102026-04-02T19:13:05.727Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27112026-04-02T19:13:07.560Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27122026-04-02T19:13:09.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s
27132026-04-02T19:13:09.366Z
27142026-04-02T19:13:09.366Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/270)
27152026-04-02T19:13:10.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27162026-04-02T19:13:10.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27172026-04-02T19:13:10.424Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27182026-04-02T19:13:12.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.79s
27192026-04-02T19:13:12.396Z
27202026-04-02T19:13:12.397Zinfo: running `cargo check --bins` on nexus-config (51/270)
27212026-04-02T19:13:13.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27222026-04-02T19:13:13.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27232026-04-02T19:13:13.160Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27242026-04-02T19:13:13.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
27252026-04-02T19:13:13.283Z
27262026-04-02T19:13:13.283Zinfo: running `cargo check --bins` on nexus-types (52/270)
27272026-04-02T19:13:14.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27282026-04-02T19:13:14.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27292026-04-02T19:13:14.034Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27302026-04-02T19:13:14.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
27312026-04-02T19:13:14.158Z
27322026-04-02T19:13:14.158Zinfo: running `cargo check --bins` on clickhouse-admin-types (53/270)
27332026-04-02T19:13:14.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27342026-04-02T19:13:14.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27352026-04-02T19:13:14.858Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27362026-04-02T19:13:14.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
27372026-04-02T19:13:15.013Z
27382026-04-02T19:13:15.013Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (54/270)
27392026-04-02T19:13:15.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27402026-04-02T19:13:15.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27412026-04-02T19:13:15.683Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27422026-04-02T19:13:15.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
27432026-04-02T19:13:15.792Z
27442026-04-02T19:13:15.792Zinfo: running `cargo check --bins` on cockroach-admin-types (55/270)
27452026-04-02T19:13:16.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27462026-04-02T19:13:16.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27472026-04-02T19:13:16.494Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27482026-04-02T19:13:16.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
27492026-04-02T19:13:16.618Z
27502026-04-02T19:13:16.618Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (56/270)
27512026-04-02T19:13:17.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27522026-04-02T19:13:17.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27532026-04-02T19:13:17.525Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27542026-04-02T19:13:17.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
27552026-04-02T19:13:17.525Z
27562026-04-02T19:13:17.525Zinfo: running `cargo check --bins` on ereport-types (57/270)
27572026-04-02T19:13:18.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27582026-04-02T19:13:18.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27592026-04-02T19:13:18.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27602026-04-02T19:13:18.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
27612026-04-02T19:13:18.214Z
27622026-04-02T19:13:18.214Zinfo: running `cargo check --bins` on gateway-client (58/270)
27632026-04-02T19:13:18.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27642026-04-02T19:13:19.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27652026-04-02T19:13:19.017Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27662026-04-02T19:13:19.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
27672026-04-02T19:13:19.049Z
27682026-04-02T19:13:19.049Zinfo: running `cargo check --bins --no-default-features` on gateway-types (59/270)
27692026-04-02T19:13:19.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27702026-04-02T19:13:19.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27712026-04-02T19:13:19.911Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27722026-04-02T19:13:19.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
27732026-04-02T19:13:19.911Z
27742026-04-02T19:13:19.911Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (60/270)
27752026-04-02T19:13:20.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27762026-04-02T19:13:20.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27772026-04-02T19:13:20.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27782026-04-02T19:13:20.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
27792026-04-02T19:13:20.665Z
27802026-04-02T19:13:20.665Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (61/270)
27812026-04-02T19:13:21.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27822026-04-02T19:13:21.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27832026-04-02T19:13:21.422Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27842026-04-02T19:13:21.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
27852026-04-02T19:13:21.501Z
27862026-04-02T19:13:21.501Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (62/270)
27872026-04-02T19:13:22.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27882026-04-02T19:13:22.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27892026-04-02T19:13:22.266Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27902026-04-02T19:13:22.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
27912026-04-02T19:13:22.330Z
27922026-04-02T19:13:22.330Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (63/270)
27932026-04-02T19:13:23.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27942026-04-02T19:13:23.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27952026-04-02T19:13:23.057Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27962026-04-02T19:13:23.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
27972026-04-02T19:13:23.153Z
27982026-04-02T19:13:23.153Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (64/270)
27992026-04-02T19:13:23.875Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28002026-04-02T19:13:23.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28012026-04-02T19:13:23.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28022026-04-02T19:13:23.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
28032026-04-02T19:13:23.966Z
28042026-04-02T19:13:23.966Zinfo: running `cargo check --bins` on key-manager-types (65/270)
28052026-04-02T19:13:24.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28062026-04-02T19:13:24.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28072026-04-02T19:13:24.786Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28082026-04-02T19:13:24.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
28092026-04-02T19:13:24.823Z
28102026-04-02T19:13:24.823Zinfo: running `cargo check --bins` on oxlog (66/270)
28112026-04-02T19:13:29.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28122026-04-02T19:13:29.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28132026-04-02T19:13:29.156Z Compiling newtype-uuid v1.3.2
28142026-04-02T19:13:29.156Z Compiling daft v0.1.5
28152026-04-02T19:13:29.156Z Compiling iddqd v0.3.17
28162026-04-02T19:13:29.156Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28172026-04-02T19:13:29.156Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28182026-04-02T19:13:29.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s
28192026-04-02T19:13:29.200Z
28202026-04-02T19:13:29.200Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (67/270)
28212026-04-02T19:13:29.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28222026-04-02T19:13:29.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28232026-04-02T19:13:29.200Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28242026-04-02T19:13:29.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
28252026-04-02T19:13:29.201Z
28262026-04-02T19:13:29.201Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (68/270)
28272026-04-02T19:13:29.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28282026-04-02T19:13:29.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28292026-04-02T19:13:29.776Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28302026-04-02T19:13:29.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
28312026-04-02T19:13:29.880Z
28322026-04-02T19:13:29.880Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (69/270)
28332026-04-02T19:13:30.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28342026-04-02T19:13:30.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28352026-04-02T19:13:30.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28362026-04-02T19:13:30.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
28372026-04-02T19:13:30.707Z
28382026-04-02T19:13:30.707Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (70/270)
28392026-04-02T19:13:31.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28402026-04-02T19:13:31.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28412026-04-02T19:13:31.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28422026-04-02T19:13:31.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
28432026-04-02T19:13:31.537Z
28442026-04-02T19:13:31.537Zinfo: running `cargo check --bins` on omicron-passwords (71/270)
28452026-04-02T19:13:32.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28462026-04-02T19:13:32.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28472026-04-02T19:13:32.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28482026-04-02T19:13:32.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28492026-04-02T19:13:32.360Z
28502026-04-02T19:13:32.360Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (72/270)
28512026-04-02T19:13:33.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28522026-04-02T19:13:33.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28532026-04-02T19:13:33.065Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28542026-04-02T19:13:33.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28552026-04-02T19:13:33.161Z
28562026-04-02T19:13:33.161Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (73/270)
28572026-04-02T19:13:33.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28582026-04-02T19:13:33.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28592026-04-02T19:13:33.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28602026-04-02T19:13:33.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
28612026-04-02T19:13:33.960Z
28622026-04-02T19:13:33.960Zinfo: running `cargo check --bins --no-default-features` on gfss (74/270)
28632026-04-02T19:13:34.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28642026-04-02T19:13:34.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28652026-04-02T19:13:34.655Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28662026-04-02T19:13:34.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
28672026-04-02T19:13:34.752Z
28682026-04-02T19:13:34.753Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (75/270)
28692026-04-02T19:13:35.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28702026-04-02T19:13:35.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28712026-04-02T19:13:35.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28722026-04-02T19:13:35.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
28732026-04-02T19:13:35.556Z
28742026-04-02T19:13:35.556Zinfo: running `cargo check --bins` on internal-dns-types (76/270)
28752026-04-02T19:13:36.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28762026-04-02T19:13:36.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28772026-04-02T19:13:36.273Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28782026-04-02T19:13:36.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
28792026-04-02T19:13:36.376Z
28802026-04-02T19:13:36.376Zinfo: running `cargo check --bins` on internal-dns-types-versions (77/270)
28812026-04-02T19:13:37.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28822026-04-02T19:13:37.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28832026-04-02T19:13:37.097Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28842026-04-02T19:13:37.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28852026-04-02T19:13:37.191Z
28862026-04-02T19:13:37.191Zinfo: running `cargo check --bins` on nexus-types-versions (78/270)
28872026-04-02T19:13:37.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28882026-04-02T19:13:37.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28892026-04-02T19:13:37.921Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28902026-04-02T19:13:37.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
28912026-04-02T19:13:38.030Z
28922026-04-02T19:13:38.030Zinfo: running `cargo check --bins` on oxql-types (79/270)
28932026-04-02T19:13:38.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28942026-04-02T19:13:38.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28952026-04-02T19:13:38.747Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28962026-04-02T19:13:38.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
28972026-04-02T19:13:38.853Z
28982026-04-02T19:13:38.853Zinfo: running `cargo check --bins` on oximeter-types (80/270)
28992026-04-02T19:13:39.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29002026-04-02T19:13:39.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29012026-04-02T19:13:39.574Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29022026-04-02T19:13:39.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
29032026-04-02T19:13:39.675Z
29042026-04-02T19:13:39.675Zinfo: running `cargo check --bins` on oximeter-types-versions (81/270)
29052026-04-02T19:13:40.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29062026-04-02T19:13:40.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29072026-04-02T19:13:40.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29082026-04-02T19:13:40.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
29092026-04-02T19:13:40.505Z
29102026-04-02T19:13:40.505Zinfo: running `cargo check --bins` on oximeter-macro-impl (82/270)
29112026-04-02T19:13:41.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29122026-04-02T19:13:41.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29132026-04-02T19:13:41.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29142026-04-02T19:13:41.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
29152026-04-02T19:13:41.298Z
29162026-04-02T19:13:41.298Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (83/270)
29172026-04-02T19:13:42.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29182026-04-02T19:13:42.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29192026-04-02T19:13:42.213Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29202026-04-02T19:13:42.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.58s
29212026-04-02T19:13:43.128Z
29222026-04-02T19:13:43.129Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (84/270)
29232026-04-02T19:13:43.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29242026-04-02T19:13:43.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29252026-04-02T19:13:44.065Z Compiling ar_archive_writer v0.5.1
29262026-04-02T19:13:44.203Z Compiling stacker v0.1.23
29272026-04-02T19:13:44.219Z Compiling cfg_aliases v0.1.1
29282026-04-02T19:13:44.224Z Compiling convert_case v0.10.0
29292026-04-02T19:13:44.228Z Checking fd-lock v4.0.4
29302026-04-02T19:13:44.228Z Checking nibble_vec v0.1.0
29312026-04-02T19:13:44.228Z Checking vte v0.14.1
29322026-04-02T19:13:44.228Z Compiling recursive-proc-macro-impl v0.1.1
29332026-04-02T19:13:44.395Z Checking endian-type v0.1.2
29342026-04-02T19:13:44.415Z Compiling nix v0.28.0
29352026-04-02T19:13:44.432Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29362026-04-02T19:13:44.481Z Checking strip-ansi-escapes v0.2.1
29372026-04-02T19:13:44.559Z Checking radix_trie v0.2.1
29382026-04-02T19:13:44.581Z Compiling peg-macros v0.8.5
29392026-04-02T19:13:44.630Z Checking winnow v0.6.26
29402026-04-02T19:13:44.683Z Compiling derive_more-impl v2.1.1
29412026-04-02T19:13:44.828Z Compiling sqlparser_derive v0.5.0
29422026-04-02T19:13:44.837Z Checking nu-ansi-term v0.50.3
29432026-04-02T19:13:45.044Z Checking home v0.5.12
29442026-04-02T19:13:45.112Z Checking unicode_categories v0.1.1
29452026-04-02T19:13:45.177Z Checking reedline v0.40.0
29462026-04-02T19:13:45.343Z Checking display-error-chain v0.2.2
29472026-04-02T19:13:45.376Z Compiling psm v0.1.30
29482026-04-02T19:13:45.753Z Checking derive_more v2.1.1
29492026-04-02T19:13:45.845Z Checking crossterm v0.29.0
29502026-04-02T19:13:46.098Z Checking peg v0.8.5
29512026-04-02T19:13:46.150Z Checking sqlformat v0.3.5
29522026-04-02T19:13:46.220Z Checking rustyline v14.0.0
29532026-04-02T19:13:46.321Z Checking recursive v0.1.1
29542026-04-02T19:13:46.427Z Checking sqlparser v0.61.0
29552026-04-02T19:14:02.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.15s
29562026-04-02T19:14:02.509Z
29572026-04-02T19:14:02.509Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (85/270)
29582026-04-02T19:14:06.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29592026-04-02T19:14:06.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29602026-04-02T19:14:06.938Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29612026-04-02T19:14:08.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.67s
29622026-04-02T19:14:08.400Z
29632026-04-02T19:14:08.401Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (86/270)
29642026-04-02T19:14:09.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29652026-04-02T19:14:09.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29662026-04-02T19:14:09.354Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29672026-04-02T19:14:12.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.19s
29682026-04-02T19:14:12.829Z
29692026-04-02T19:14:12.829Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (87/270)
29702026-04-02T19:14:13.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29712026-04-02T19:14:13.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29722026-04-02T19:14:13.760Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29732026-04-02T19:14:18.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.35s
29742026-04-02T19:14:18.417Z
29752026-04-02T19:14:18.417Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (88/270)
29762026-04-02T19:14:19.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29772026-04-02T19:14:19.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29782026-04-02T19:14:19.348Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29792026-04-02T19:14:23.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.38s
29802026-04-02T19:14:24.018Z
29812026-04-02T19:14:24.018Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (89/270)
29822026-04-02T19:14:24.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29832026-04-02T19:14:24.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29842026-04-02T19:14:24.949Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29852026-04-02T19:14:28.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.39s
29862026-04-02T19:14:28.654Z
29872026-04-02T19:14:28.654Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (90/270)
29882026-04-02T19:14:29.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29892026-04-02T19:14:29.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29902026-04-02T19:14:29.588Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29912026-04-02T19:14:33.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.48s
29922026-04-02T19:14:33.359Z
29932026-04-02T19:14:33.359Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (91/270)
29942026-04-02T19:14:34.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29952026-04-02T19:14:34.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29962026-04-02T19:14:34.292Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29972026-04-02T19:14:38.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.63s
29982026-04-02T19:14:39.216Z
29992026-04-02T19:14:39.216Zinfo: running `cargo check --bins` on oximeter (92/270)
30002026-04-02T19:14:39.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30012026-04-02T19:14:39.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30022026-04-02T19:14:39.931Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30032026-04-02T19:14:39.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
30042026-04-02T19:14:40.035Z
30052026-04-02T19:14:40.035Zinfo: running `cargo check --bins` on oximeter-schema (93/270)
30062026-04-02T19:14:40.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30072026-04-02T19:14:40.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30082026-04-02T19:14:40.925Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30092026-04-02T19:14:41.119Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30102026-04-02T19:14:41.149Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30112026-04-02T19:14:41.564Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30122026-04-02T19:14:46.489Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
30132026-04-02T19:14:46.908Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30142026-04-02T19:14:48.451Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30152026-04-02T19:14:49.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.29s
30162026-04-02T19:14:49.544Z
30172026-04-02T19:14:49.544Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (94/270)
30182026-04-02T19:14:50.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30192026-04-02T19:14:50.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30202026-04-02T19:14:50.262Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30212026-04-02T19:14:50.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
30222026-04-02T19:14:50.369Z
30232026-04-02T19:14:50.369Zinfo: running `cargo check --bins` on oximeter-test-utils (95/270)
30242026-04-02T19:14:51.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30252026-04-02T19:14:51.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30262026-04-02T19:14:51.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30272026-04-02T19:14:51.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
30282026-04-02T19:14:51.254Z
30292026-04-02T19:14:51.255Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (96/270)
30302026-04-02T19:14:51.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30312026-04-02T19:14:51.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30322026-04-02T19:14:51.976Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30332026-04-02T19:14:51.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
30342026-04-02T19:14:52.082Z
30352026-04-02T19:14:52.082Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (97/270)
30362026-04-02T19:14:52.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30372026-04-02T19:14:52.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30382026-04-02T19:14:52.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30392026-04-02T19:14:52.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
30402026-04-02T19:14:52.918Z
30412026-04-02T19:14:52.918Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (98/270)
30422026-04-02T19:14:53.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30432026-04-02T19:14:53.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30442026-04-02T19:14:53.634Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30452026-04-02T19:14:53.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
30462026-04-02T19:14:53.742Z
30472026-04-02T19:14:53.742Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (99/270)
30482026-04-02T19:14:54.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30492026-04-02T19:14:54.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30502026-04-02T19:14:54.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30512026-04-02T19:14:54.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
30522026-04-02T19:14:54.568Z
30532026-04-02T19:14:54.568Zinfo: running `cargo check --bins` on trust-quorum-types (100/270)
30542026-04-02T19:14:55.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30552026-04-02T19:14:55.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30562026-04-02T19:14:55.264Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30572026-04-02T19:14:55.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
30582026-04-02T19:14:55.364Z
30592026-04-02T19:14:55.365Zinfo: running `cargo check --bins` on trust-quorum-test-utils (101/270)
30602026-04-02T19:14:56.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30612026-04-02T19:14:56.087Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30622026-04-02T19:14:56.087Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30632026-04-02T19:14:56.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
30642026-04-02T19:14:56.196Z
30652026-04-02T19:14:56.196Zinfo: running `cargo check --bins` on update-engine (102/270)
30662026-04-02T19:14:56.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30672026-04-02T19:14:56.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30682026-04-02T19:14:56.887Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30692026-04-02T19:14:56.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
30702026-04-02T19:14:56.991Z
30712026-04-02T19:14:56.991Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (103/270)
30722026-04-02T19:14:57.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30732026-04-02T19:14:57.752Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30742026-04-02T19:14:57.964Z Checking dropshot-api-manager-types v0.6.0
30752026-04-02T19:14:57.968Z Checking nanorand v0.7.0
30762026-04-02T19:14:58.278Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30772026-04-02T19:14:58.298Z Checking flume v0.11.1
30782026-04-02T19:14:58.574Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30792026-04-02T19:14:59.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.91s
30802026-04-02T19:15:00.145Z
30812026-04-02T19:15:00.145Zinfo: running `cargo check --bins` on clickhouse-admin-api (104/270)
30822026-04-02T19:15:00.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30832026-04-02T19:15:00.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30842026-04-02T19:15:00.858Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30852026-04-02T19:15:00.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
30862026-04-02T19:15:00.967Z
30872026-04-02T19:15:00.967Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (105/270)
30882026-04-02T19:15:01.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30892026-04-02T19:15:01.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30902026-04-02T19:15:01.684Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30912026-04-02T19:15:01.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
30922026-04-02T19:15:01.791Z
30932026-04-02T19:15:01.791Zinfo: running `cargo check --bins` on bootstrap-agent-client (106/270)
30942026-04-02T19:15:02.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30952026-04-02T19:15:02.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30962026-04-02T19:15:02.516Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30972026-04-02T19:15:02.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
30982026-04-02T19:15:02.620Z
30992026-04-02T19:15:02.621Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (107/270)
31002026-04-02T19:15:03.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31012026-04-02T19:15:03.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31022026-04-02T19:15:03.343Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31032026-04-02T19:15:03.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
31042026-04-02T19:15:03.452Z
31052026-04-02T19:15:03.452Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (108/270)
31062026-04-02T19:15:04.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31072026-04-02T19:15:04.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31082026-04-02T19:15:04.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31092026-04-02T19:15:04.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
31102026-04-02T19:15:04.283Z
31112026-04-02T19:15:04.283Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (109/270)
31122026-04-02T19:15:04.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31132026-04-02T19:15:05.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31142026-04-02T19:15:05.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31152026-04-02T19:15:05.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
31162026-04-02T19:15:05.112Z
31172026-04-02T19:15:05.112Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (110/270)
31182026-04-02T19:15:05.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31192026-04-02T19:15:05.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31202026-04-02T19:15:05.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31212026-04-02T19:15:05.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
31222026-04-02T19:15:05.932Z
31232026-04-02T19:15:05.932Zinfo: running `cargo check --bins` on cockroach-admin-client (111/270)
31242026-04-02T19:15:06.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31252026-04-02T19:15:06.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31262026-04-02T19:15:06.636Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31272026-04-02T19:15:06.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
31282026-04-02T19:15:06.733Z
31292026-04-02T19:15:06.733Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (112/270)
31302026-04-02T19:15:07.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31312026-04-02T19:15:07.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31322026-04-02T19:15:07.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31332026-04-02T19:15:07.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
31342026-04-02T19:15:07.561Z
31352026-04-02T19:15:07.561Zinfo: running `cargo check --bins` on dns-service-client (113/270)
31362026-04-02T19:15:08.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31372026-04-02T19:15:08.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31382026-04-02T19:15:08.277Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31392026-04-02T19:15:08.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
31402026-04-02T19:15:08.385Z
31412026-04-02T19:15:08.385Zinfo: running `cargo check --bins` on installinator-client (114/270)
31422026-04-02T19:15:09.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31432026-04-02T19:15:09.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31442026-04-02T19:15:09.105Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31452026-04-02T19:15:09.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
31462026-04-02T19:15:09.208Z
31472026-04-02T19:15:09.208Zinfo: running `cargo check --bins` on nexus-client (115/270)
31482026-04-02T19:15:09.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31492026-04-02T19:15:09.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31502026-04-02T19:15:09.966Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31512026-04-02T19:15:09.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
31522026-04-02T19:15:10.077Z
31532026-04-02T19:15:10.078Zinfo: running `cargo check --bins` on nexus-lockstep-client (116/270)
31542026-04-02T19:15:10.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31552026-04-02T19:15:10.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31562026-04-02T19:15:10.835Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31572026-04-02T19:15:10.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
31582026-04-02T19:15:10.952Z
31592026-04-02T19:15:10.952Zinfo: running `cargo check --bins` on ntp-admin-client (117/270)
31602026-04-02T19:15:11.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31612026-04-02T19:15:11.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31622026-04-02T19:15:11.658Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31632026-04-02T19:15:11.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
31642026-04-02T19:15:11.760Z
31652026-04-02T19:15:11.760Zinfo: running `cargo check --bins` on oxide-client (118/270)
31662026-04-02T19:15:12.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31672026-04-02T19:15:12.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31682026-04-02T19:15:12.468Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31692026-04-02T19:15:12.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
31702026-04-02T19:15:12.575Z
31712026-04-02T19:15:12.575Zinfo: running `cargo check --bins` on oximeter-client (119/270)
31722026-04-02T19:15:13.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31732026-04-02T19:15:13.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31742026-04-02T19:15:13.290Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31752026-04-02T19:15:13.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
31762026-04-02T19:15:13.398Z
31772026-04-02T19:15:13.399Zinfo: running `cargo check --bins` on repo-depot-client (120/270)
31782026-04-02T19:15:14.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31792026-04-02T19:15:14.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31802026-04-02T19:15:14.097Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31812026-04-02T19:15:14.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
31822026-04-02T19:15:14.201Z
31832026-04-02T19:15:14.201Zinfo: running `cargo check --bins` on sled-agent-client (121/270)
31842026-04-02T19:15:14.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31852026-04-02T19:15:14.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31862026-04-02T19:15:14.932Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31872026-04-02T19:15:14.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
31882026-04-02T19:15:15.041Z
31892026-04-02T19:15:15.041Zinfo: running `cargo check --bins` on wicketd-client (122/270)
31902026-04-02T19:15:15.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31912026-04-02T19:15:15.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31922026-04-02T19:15:15.781Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31932026-04-02T19:15:15.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
31942026-04-02T19:15:15.897Z
31952026-04-02T19:15:15.897Zinfo: running `cargo check --bins` on installinator-common (123/270)
31962026-04-02T19:15:16.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31972026-04-02T19:15:16.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31982026-04-02T19:15:16.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31992026-04-02T19:15:16.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
32002026-04-02T19:15:16.738Z
32012026-04-02T19:15:16.738Zinfo: running `cargo check --bins` on installinator-common-versions (124/270)
32022026-04-02T19:15:17.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32032026-04-02T19:15:17.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32042026-04-02T19:15:17.440Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32052026-04-02T19:15:17.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
32062026-04-02T19:15:17.541Z
32072026-04-02T19:15:17.541Zinfo: running `cargo check --bins` on wicket-common (125/270)
32082026-04-02T19:15:18.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32092026-04-02T19:15:18.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32102026-04-02T19:15:18.262Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32112026-04-02T19:15:18.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
32122026-04-02T19:15:18.376Z
32132026-04-02T19:15:18.376Zinfo: running `cargo check --bins` on omicron-cockroach-admin (126/270)
32142026-04-02T19:15:19.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32152026-04-02T19:15:19.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32162026-04-02T19:15:19.328Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
32172026-04-02T19:15:19.488Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
32182026-04-02T19:15:19.491Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
32192026-04-02T19:15:19.497Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32202026-04-02T19:15:19.512Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32212026-04-02T19:15:19.515Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32222026-04-02T19:15:19.565Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32232026-04-02T19:15:19.568Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32242026-04-02T19:15:19.725Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32252026-04-02T19:15:19.775Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32262026-04-02T19:15:19.803Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
32272026-04-02T19:15:20.056Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32282026-04-02T19:15:20.059Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32292026-04-02T19:15:21.052Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32302026-04-02T19:15:28.425Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32312026-04-02T19:15:29.288Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32322026-04-02T19:15:32.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.08s
32332026-04-02T19:15:32.686Z
32342026-04-02T19:15:32.686Zinfo: running `cargo check --bins` on cockroach-admin-api (127/270)
32352026-04-02T19:15:33.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32362026-04-02T19:15:33.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32372026-04-02T19:15:33.395Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32382026-04-02T19:15:33.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
32392026-04-02T19:15:33.504Z
32402026-04-02T19:15:33.504Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (128/270)
32412026-04-02T19:15:34.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32422026-04-02T19:15:34.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32432026-04-02T19:15:34.307Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32442026-04-02T19:15:34.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
32452026-04-02T19:15:34.433Z
32462026-04-02T19:15:34.433Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (129/270)
32472026-04-02T19:15:35.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32482026-04-02T19:15:35.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32492026-04-02T19:15:35.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32502026-04-02T19:15:35.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
32512026-04-02T19:15:35.366Z
32522026-04-02T19:15:35.366Zinfo: running `cargo check --bins` on gateway-test-utils (130/270)
32532026-04-02T19:15:36.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32542026-04-02T19:15:36.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32552026-04-02T19:15:36.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32562026-04-02T19:15:36.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
32572026-04-02T19:15:36.256Z
32582026-04-02T19:15:36.256Zinfo: running `cargo check --bins` on omicron-gateway (131/270)
32592026-04-02T19:15:37.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32602026-04-02T19:15:37.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32612026-04-02T19:15:37.286Z Compiling radium v0.7.0
32622026-04-02T19:15:37.432Z Checking tap v1.0.1
32632026-04-02T19:15:37.432Z Compiling maybe-uninit v2.0.0
32642026-04-02T19:15:37.462Z Compiling zerocopy-derive v0.6.6
32652026-04-02T19:15:37.478Z Compiling packed_struct v0.10.1
32662026-04-02T19:15:37.482Z Checking crc-catalog v2.4.0
32672026-04-02T19:15:37.482Z Checking funty v2.0.0
32682026-04-02T19:15:37.535Z Compiling packed_struct_codegen v0.10.1
32692026-04-02T19:15:37.563Z Checking wyz v0.5.1
32702026-04-02T19:15:37.631Z Checking crc v3.4.0
32712026-04-02T19:15:37.800Z Compiling bitfield-macros v0.19.4
32722026-04-02T19:15:37.838Z Compiling indexmap v1.9.3
32732026-04-02T19:15:37.857Z Checking nodrop v0.1.14
32742026-04-02T19:15:37.903Z Checking smallvec v0.6.14
32752026-04-02T19:15:37.947Z Checking tagptr v0.2.0
32762026-04-02T19:15:37.966Z Checking array-init v0.0.4
32772026-04-02T19:15:37.988Z Checking bitvec v1.0.1
32782026-04-02T19:15:38.101Z Checking hashbrown v0.12.3
32792026-04-02T19:15:38.126Z Checking moka v0.12.13
32802026-04-02T19:15:38.152Z Checking ron v0.8.1
32812026-04-02T19:15:38.456Z Checking serde-hex v0.1.0
32822026-04-02T19:15:38.599Z Checking zerocopy v0.6.6
32832026-04-02T19:15:38.734Z Checking bitfield v0.19.4
32842026-04-02T19:15:38.874Z Checking hashbrown v0.13.2
32852026-04-02T19:15:38.973Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32862026-04-02T19:15:38.992Z Checking crc-any v2.5.0
32872026-04-02T19:15:39.010Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32882026-04-02T19:15:39.086Z Checking hickory-resolver v0.25.2
32892026-04-02T19:15:39.105Z Checking half v1.8.3
32902026-04-02T19:15:39.196Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32912026-04-02T19:15:39.232Z Checking void v1.0.2
32922026-04-02T19:15:39.249Z Checking path-slash v0.1.5
32932026-04-02T19:15:39.354Z Checking lzss v0.8.2
32942026-04-02T19:15:39.372Z Checking serde_cbor v0.11.2
32952026-04-02T19:15:39.408Z Checking tungstenite v0.23.0
32962026-04-02T19:15:39.433Z Checking object v0.30.4
32972026-04-02T19:15:39.529Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32982026-04-02T19:15:39.582Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32992026-04-02T19:15:39.775Z Checking nix v0.27.1
33002026-04-02T19:15:39.905Z Checking kstat-rs v0.2.4
33012026-04-02T19:15:39.942Z Checking fxhash v0.2.1
33022026-04-02T19:15:39.976Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33032026-04-02T19:15:40.087Z Checking serde_bytes v0.11.19
33042026-04-02T19:15:40.139Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33052026-04-02T19:15:40.312Z Checking tokio-tungstenite v0.23.1
33062026-04-02T19:15:40.462Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33072026-04-02T19:15:40.500Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33082026-04-02T19:15:40.544Z Checking signal-hook-tokio v0.3.1
33092026-04-02T19:15:41.270Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33102026-04-02T19:15:41.659Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33112026-04-02T19:15:44.866Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33122026-04-02T19:15:46.051Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33132026-04-02T19:15:46.416Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
33142026-04-02T19:15:47.895Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33152026-04-02T19:15:50.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.40s
33162026-04-02T19:15:50.902Z
33172026-04-02T19:15:50.902Zinfo: running `cargo check --bins` on gateway-api (132/270)
33182026-04-02T19:15:51.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33192026-04-02T19:15:51.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33202026-04-02T19:15:51.604Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33212026-04-02T19:15:51.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
33222026-04-02T19:15:51.707Z
33232026-04-02T19:15:51.707Zinfo: running `cargo check --bins` on ipcc (133/270)
33242026-04-02T19:15:53.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33252026-04-02T19:15:53.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33262026-04-02T19:15:53.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33272026-04-02T19:15:53.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
33282026-04-02T19:15:53.821Z
33292026-04-02T19:15:53.821Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (134/270)
33302026-04-02T19:15:53.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33312026-04-02T19:15:53.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33322026-04-02T19:15:53.853Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33332026-04-02T19:15:53.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
33342026-04-02T19:15:53.853Z
33352026-04-02T19:15:53.853Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (135/270)
33362026-04-02T19:15:54.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33372026-04-02T19:15:54.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33382026-04-02T19:15:54.023Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33392026-04-02T19:15:54.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
33402026-04-02T19:15:54.139Z
33412026-04-02T19:15:54.139Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (136/270)
33422026-04-02T19:15:54.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33432026-04-02T19:15:54.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33442026-04-02T19:15:54.838Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33452026-04-02T19:15:54.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
33462026-04-02T19:15:54.947Z
33472026-04-02T19:15:54.947Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (137/270)
33482026-04-02T19:15:55.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33492026-04-02T19:15:55.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33502026-04-02T19:15:55.662Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33512026-04-02T19:15:55.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
33522026-04-02T19:15:55.764Z
33532026-04-02T19:15:55.764Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (138/270)
33542026-04-02T19:15:56.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33552026-04-02T19:15:56.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33562026-04-02T19:15:56.471Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33572026-04-02T19:15:56.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
33582026-04-02T19:15:56.578Z
33592026-04-02T19:15:56.578Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (139/270)
33602026-04-02T19:15:57.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33612026-04-02T19:15:57.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33622026-04-02T19:15:57.289Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33632026-04-02T19:15:57.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
33642026-04-02T19:15:57.397Z
33652026-04-02T19:15:57.398Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (140/270)
33662026-04-02T19:15:58.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33672026-04-02T19:15:58.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33682026-04-02T19:15:58.102Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33692026-04-02T19:15:58.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
33702026-04-02T19:15:58.211Z
33712026-04-02T19:15:58.211Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (141/270)
33722026-04-02T19:15:58.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33732026-04-02T19:15:58.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33742026-04-02T19:15:58.921Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33752026-04-02T19:15:58.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
33762026-04-02T19:15:59.031Z
33772026-04-02T19:15:59.031Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (142/270)
33782026-04-02T19:15:59.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33792026-04-02T19:15:59.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33802026-04-02T19:15:59.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33812026-04-02T19:15:59.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
33822026-04-02T19:15:59.851Z
33832026-04-02T19:15:59.851Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (143/270)
33842026-04-02T19:16:00.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33852026-04-02T19:16:00.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33862026-04-02T19:16:00.557Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33872026-04-02T19:16:00.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
33882026-04-02T19:16:00.666Z
33892026-04-02T19:16:00.667Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (144/270)
33902026-04-02T19:16:01.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33912026-04-02T19:16:01.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33922026-04-02T19:16:01.376Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33932026-04-02T19:16:01.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
33942026-04-02T19:16:01.485Z
33952026-04-02T19:16:01.485Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (145/270)
33962026-04-02T19:16:02.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33972026-04-02T19:16:02.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33982026-04-02T19:16:02.191Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33992026-04-02T19:16:02.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
34002026-04-02T19:16:02.297Z
34012026-04-02T19:16:02.297Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (146/270)
34022026-04-02T19:16:02.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34032026-04-02T19:16:03.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34042026-04-02T19:16:03.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34052026-04-02T19:16:03.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
34062026-04-02T19:16:03.111Z
34072026-04-02T19:16:03.111Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (147/270)
34082026-04-02T19:16:03.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34092026-04-02T19:16:03.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34102026-04-02T19:16:03.815Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34112026-04-02T19:16:03.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
34122026-04-02T19:16:03.923Z
34132026-04-02T19:16:03.923Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (148/270)
34142026-04-02T19:16:04.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34152026-04-02T19:16:04.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34162026-04-02T19:16:04.627Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34172026-04-02T19:16:04.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
34182026-04-02T19:16:04.735Z
34192026-04-02T19:16:04.735Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (149/270)
34202026-04-02T19:16:05.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34212026-04-02T19:16:05.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34222026-04-02T19:16:05.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34232026-04-02T19:16:05.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
34242026-04-02T19:16:05.551Z
34252026-04-02T19:16:05.551Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (150/270)
34262026-04-02T19:16:06.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34272026-04-02T19:16:06.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34282026-04-02T19:16:06.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34292026-04-02T19:16:06.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
34302026-04-02T19:16:06.367Z
34312026-04-02T19:16:06.367Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (151/270)
34322026-04-02T19:16:07.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34332026-04-02T19:16:07.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34342026-04-02T19:16:07.071Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34352026-04-02T19:16:07.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
34362026-04-02T19:16:07.175Z
34372026-04-02T19:16:07.175Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (152/270)
34382026-04-02T19:16:07.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34392026-04-02T19:16:07.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34402026-04-02T19:16:07.881Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34412026-04-02T19:16:07.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
34422026-04-02T19:16:07.993Z
34432026-04-02T19:16:07.993Zinfo: running `cargo check --bins` on oximeter-producer (153/270)
34442026-04-02T19:16:08.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34452026-04-02T19:16:08.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34462026-04-02T19:16:08.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34472026-04-02T19:16:08.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
34482026-04-02T19:16:08.853Z
34492026-04-02T19:16:08.853Zinfo: running `cargo check --bins` on internal-dns-resolver (154/270)
34502026-04-02T19:16:09.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34512026-04-02T19:16:09.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34522026-04-02T19:16:09.560Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34532026-04-02T19:16:09.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
34542026-04-02T19:16:09.669Z
34552026-04-02T19:16:09.669Zinfo: running `cargo check --bins` on dns-server (155/270)
34562026-04-02T19:16:10.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34572026-04-02T19:16:10.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34582026-04-02T19:16:10.568Z Compiling parking_lot_core v0.8.6
34592026-04-02T19:16:10.568Z Compiling git-stub v1.0.0
34602026-04-02T19:16:10.571Z Compiling atomicwrites v0.4.4
34612026-04-02T19:16:10.571Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34622026-04-02T19:16:10.735Z Checking prefix-trie v0.7.0
34632026-04-02T19:16:10.869Z Compiling git-stub-vcs v0.1.0
34642026-04-02T19:16:11.171Z Checking hickory-server v0.25.2
34652026-04-02T19:16:11.202Z Checking parking_lot v0.11.2
34662026-04-02T19:16:11.230Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34672026-04-02T19:16:11.349Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34682026-04-02T19:16:11.349Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34692026-04-02T19:16:11.421Z Checking sled v0.34.7
34702026-04-02T19:16:14.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.33s
34712026-04-02T19:16:14.215Z
34722026-04-02T19:16:14.215Zinfo: running `cargo check --bins` on dns-server-api (156/270)
34732026-04-02T19:16:14.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34742026-04-02T19:16:14.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34752026-04-02T19:16:14.923Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34762026-04-02T19:16:14.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
34772026-04-02T19:16:15.029Z
34782026-04-02T19:16:15.029Zinfo: running `cargo check --bins` on sp-sim (157/270)
34792026-04-02T19:16:15.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34802026-04-02T19:16:15.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34812026-04-02T19:16:16.021Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34822026-04-02T19:16:18.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.31s
34832026-04-02T19:16:18.599Z
34842026-04-02T19:16:18.599Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (158/270)
34852026-04-02T19:16:19.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34862026-04-02T19:16:19.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34872026-04-02T19:16:19.368Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34882026-04-02T19:16:19.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
34892026-04-02T19:16:19.486Z
34902026-04-02T19:16:19.486Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (159/270)
34912026-04-02T19:16:20.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34922026-04-02T19:16:20.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34932026-04-02T19:16:20.263Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34942026-04-02T19:16:20.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
34952026-04-02T19:16:20.385Z
34962026-04-02T19:16:20.385Zinfo: running `cargo check --bins` on db-macros (160/270)
34972026-04-02T19:16:21.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34982026-04-02T19:16:21.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34992026-04-02T19:16:21.083Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35002026-04-02T19:16:21.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35012026-04-02T19:16:21.184Z
35022026-04-02T19:16:21.184Zinfo: running `cargo check --bins` on nexus-macros-common (161/270)
35032026-04-02T19:16:21.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35042026-04-02T19:16:21.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35052026-04-02T19:16:21.873Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35062026-04-02T19:16:21.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
35072026-04-02T19:16:21.980Z
35082026-04-02T19:16:21.980Zinfo: running `cargo check --bins` on nexus-auth (162/270)
35092026-04-02T19:16:22.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35102026-04-02T19:16:22.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35112026-04-02T19:16:22.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35122026-04-02T19:16:22.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
35132026-04-02T19:16:22.869Z
35142026-04-02T19:16:22.869Zinfo: running `cargo check --bins` on authz-macros (163/270)
35152026-04-02T19:16:23.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35162026-04-02T19:16:23.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35172026-04-02T19:16:23.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35182026-04-02T19:16:23.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35192026-04-02T19:16:23.657Z
35202026-04-02T19:16:23.657Zinfo: running `cargo check --bins` on nexus-db-fixed-data (164/270)
35212026-04-02T19:16:24.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35222026-04-02T19:16:24.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35232026-04-02T19:16:24.412Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35242026-04-02T19:16:24.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
35252026-04-02T19:16:24.527Z
35262026-04-02T19:16:24.527Zinfo: running `cargo check --bins` on nexus-db-model (165/270)
35272026-04-02T19:16:25.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35282026-04-02T19:16:25.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35292026-04-02T19:16:25.282Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35302026-04-02T19:16:25.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
35312026-04-02T19:16:25.398Z
35322026-04-02T19:16:25.398Zinfo: running `cargo check --bins` on nexus-db-schema (166/270)
35332026-04-02T19:16:26.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35342026-04-02T19:16:26.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35352026-04-02T19:16:26.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35362026-04-02T19:16:26.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35372026-04-02T19:16:26.197Z
35382026-04-02T19:16:26.197Zinfo: running `cargo check --bins` on omicron-rpaths (167/270)
35392026-04-02T19:16:26.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35402026-04-02T19:16:26.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35412026-04-02T19:16:26.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35422026-04-02T19:16:26.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35432026-04-02T19:16:26.993Z
35442026-04-02T19:16:26.993Zinfo: running `cargo check --bins` on nexus-defaults (168/270)
35452026-04-02T19:16:27.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35462026-04-02T19:16:27.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35472026-04-02T19:16:27.697Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35482026-04-02T19:16:27.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
35492026-04-02T19:16:27.804Z
35502026-04-02T19:16:27.804Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (169/270)
35512026-04-02T19:16:28.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35522026-04-02T19:16:28.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35532026-04-02T19:16:28.496Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35542026-04-02T19:16:28.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35552026-04-02T19:16:28.599Z
35562026-04-02T19:16:28.599Zinfo: running `cargo check --bins` on parallel-task-set (170/270)
35572026-04-02T19:16:29.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35582026-04-02T19:16:29.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35592026-04-02T19:16:29.286Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35602026-04-02T19:16:29.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
35612026-04-02T19:16:29.390Z
35622026-04-02T19:16:29.391Zinfo: running `cargo check --bins` on nexus-db-errors (171/270)
35632026-04-02T19:16:30.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35642026-04-02T19:16:30.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35652026-04-02T19:16:30.152Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35662026-04-02T19:16:30.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
35672026-04-02T19:16:30.271Z
35682026-04-02T19:16:30.271Zinfo: running `cargo check --bins` on nexus-db-lookup (172/270)
35692026-04-02T19:16:31.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35702026-04-02T19:16:31.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35712026-04-02T19:16:31.035Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35722026-04-02T19:16:31.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
35732026-04-02T19:16:31.155Z
35742026-04-02T19:16:31.155Zinfo: running `cargo check --bins` on nexus-inventory (173/270)
35752026-04-02T19:16:31.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35762026-04-02T19:16:31.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35772026-04-02T19:16:31.907Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35782026-04-02T19:16:31.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
35792026-04-02T19:16:32.024Z
35802026-04-02T19:16:32.024Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (174/270)
35812026-04-02T19:16:32.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35822026-04-02T19:16:32.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35832026-04-02T19:16:32.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35842026-04-02T19:16:32.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
35852026-04-02T19:16:32.859Z
35862026-04-02T19:16:32.859Zinfo: running `cargo check --bins --no-default-features` on sled-storage (175/270)
35872026-04-02T19:16:33.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35882026-04-02T19:16:33.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35892026-04-02T19:16:33.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35902026-04-02T19:16:33.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
35912026-04-02T19:16:33.693Z
35922026-04-02T19:16:33.693Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (176/270)
35932026-04-02T19:16:34.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35942026-04-02T19:16:34.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35952026-04-02T19:16:34.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35962026-04-02T19:16:34.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
35972026-04-02T19:16:34.530Z
35982026-04-02T19:16:34.530Zinfo: running `cargo check --bins` on key-manager (177/270)
35992026-04-02T19:16:35.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36002026-04-02T19:16:35.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36012026-04-02T19:16:35.238Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36022026-04-02T19:16:35.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
36032026-04-02T19:16:35.345Z
36042026-04-02T19:16:35.345Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (178/270)
36052026-04-02T19:16:36.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36062026-04-02T19:16:36.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36072026-04-02T19:16:36.096Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36082026-04-02T19:16:36.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
36092026-04-02T19:16:36.189Z
36102026-04-02T19:16:36.189Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (179/270)
36112026-04-02T19:16:37.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36122026-04-02T19:16:37.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36132026-04-02T19:16:37.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36142026-04-02T19:16:37.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
36152026-04-02T19:16:37.645Z
36162026-04-02T19:16:37.645Zinfo: running `cargo check --bins` on typed-rng (180/270)
36172026-04-02T19:16:37.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36182026-04-02T19:16:37.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36192026-04-02T19:16:37.743Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36202026-04-02T19:16:37.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
36212026-04-02T19:16:37.813Z
36222026-04-02T19:16:37.813Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (181/270)
36232026-04-02T19:16:38.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36242026-04-02T19:16:38.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36252026-04-02T19:16:38.994Z Compiling libefi-sys v0.1.0
36262026-04-02T19:16:38.997Z Compiling bitfield-struct v0.6.2
36272026-04-02T19:16:39.174Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36282026-04-02T19:16:39.185Z Compiling xshell-macros v0.2.7
36292026-04-02T19:16:39.201Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36302026-04-02T19:16:39.244Z Compiling salty v0.3.0
36312026-04-02T19:16:39.249Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36322026-04-02T19:16:39.268Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36332026-04-02T19:16:39.268Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36342026-04-02T19:16:39.611Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36352026-04-02T19:16:39.632Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36362026-04-02T19:16:39.651Z Checking xshell v0.2.7
36372026-04-02T19:16:39.796Z Checking primeorder v0.13.6
36382026-04-02T19:16:39.833Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36392026-04-02T19:16:39.888Z Compiling proc-macro-error-attr2 v2.0.0
36402026-04-02T19:16:39.908Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36412026-04-02T19:16:39.960Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36422026-04-02T19:16:39.981Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36432026-04-02T19:16:40.112Z Checking p384 v0.13.1
36442026-04-02T19:16:40.135Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36452026-04-02T19:16:40.184Z Compiling num-derive v0.3.3
36462026-04-02T19:16:40.287Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36472026-04-02T19:16:40.375Z Compiling proc-macro-error2 v2.0.1
36482026-04-02T19:16:40.545Z Compiling unicase v2.9.0
36492026-04-02T19:16:40.588Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36502026-04-02T19:16:40.781Z Compiling tabled_derive v0.11.0
36512026-04-02T19:16:40.803Z Compiling mime_guess v2.0.5
36522026-04-02T19:16:40.872Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36532026-04-02T19:16:40.887Z Compiling progenitor-impl v0.11.2
36542026-04-02T19:16:41.306Z Checking papergrid v0.17.0
36552026-04-02T19:16:41.354Z Checking libscf-sys v1.1.0
36562026-04-02T19:16:41.490Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36572026-04-02T19:16:41.515Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36582026-04-02T19:16:41.729Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36592026-04-02T19:16:41.754Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36602026-04-02T19:16:42.352Z Checking testing_table v0.3.0
36612026-04-02T19:16:42.402Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36622026-04-02T19:16:42.424Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36632026-04-02T19:16:42.466Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36642026-04-02T19:16:42.561Z Checking corncobs v0.1.4
36652026-04-02T19:16:42.606Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36662026-04-02T19:16:42.658Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36672026-04-02T19:16:42.710Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36682026-04-02T19:16:42.750Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36692026-04-02T19:16:42.793Z Checking tabled v0.20.0
36702026-04-02T19:16:42.923Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36712026-04-02T19:16:43.123Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36722026-04-02T19:16:43.201Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36732026-04-02T19:16:43.367Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36742026-04-02T19:16:43.580Z Checking progenitor-client v0.11.2
36752026-04-02T19:16:43.717Z Checking secrecy v0.8.0
36762026-04-02T19:16:43.900Z Checking http-range v0.1.5
36772026-04-02T19:16:44.065Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36782026-04-02T19:16:44.119Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36792026-04-02T19:16:44.202Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36802026-04-02T19:16:44.514Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
36812026-04-02T19:16:44.536Z Compiling progenitor-macro v0.11.2
36822026-04-02T19:16:44.619Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36832026-04-02T19:16:44.672Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36842026-04-02T19:16:44.912Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
36852026-04-02T19:16:45.042Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36862026-04-02T19:16:45.123Z Checking atty v0.2.14
36872026-04-02T19:16:45.239Z Checking crc8 v0.1.1
36882026-04-02T19:16:45.261Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
36892026-04-02T19:16:45.363Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
36902026-04-02T19:16:45.616Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36912026-04-02T19:16:45.669Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
36922026-04-02T19:16:45.733Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36932026-04-02T19:16:46.044Z Checking hyper-staticfile v0.10.1
36942026-04-02T19:16:46.068Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
36952026-04-02T19:16:46.115Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
36962026-04-02T19:16:46.419Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
36972026-04-02T19:16:46.441Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
36982026-04-02T19:16:46.643Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
36992026-04-02T19:16:46.695Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37002026-04-02T19:16:46.754Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37012026-04-02T19:16:47.031Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37022026-04-02T19:16:47.223Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
37032026-04-02T19:16:47.722Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37042026-04-02T19:16:47.809Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37052026-04-02T19:16:47.925Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37062026-04-02T19:16:48.089Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37072026-04-02T19:16:48.426Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37082026-04-02T19:16:48.624Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37092026-04-02T19:16:49.152Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37102026-04-02T19:16:50.146Z Checking progenitor v0.11.2
37112026-04-02T19:16:50.312Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37122026-04-02T19:16:57.116Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37132026-04-02T19:17:12.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.13s
37142026-04-02T19:17:13.207Z
37152026-04-02T19:17:13.207Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (182/270)
37162026-04-02T19:17:13.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37172026-04-02T19:17:13.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37182026-04-02T19:17:14.309Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37192026-04-02T19:17:30.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.09s
37202026-04-02T19:17:30.554Z
37212026-04-02T19:17:30.554Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (183/270)
37222026-04-02T19:17:31.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37232026-04-02T19:17:31.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37242026-04-02T19:17:31.652Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37252026-04-02T19:17:47.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.07s
37262026-04-02T19:17:47.878Z
37272026-04-02T19:17:47.878Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (184/270)
37282026-04-02T19:17:48.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37292026-04-02T19:17:48.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37302026-04-02T19:17:48.977Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37312026-04-02T19:18:04.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.11s
37322026-04-02T19:18:05.244Z
37332026-04-02T19:18:05.244Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (185/270)
37342026-04-02T19:18:06.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37352026-04-02T19:18:06.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37362026-04-02T19:18:06.349Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37372026-04-02T19:18:22.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.06s
37382026-04-02T19:18:22.566Z
37392026-04-02T19:18:22.566Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (186/270)
37402026-04-02T19:18:23.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37412026-04-02T19:18:23.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37422026-04-02T19:18:23.661Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37432026-04-02T19:18:39.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.19s
37442026-04-02T19:18:40.015Z
37452026-04-02T19:18:40.016Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (187/270)
37462026-04-02T19:18:40.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37472026-04-02T19:18:40.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37482026-04-02T19:18:41.130Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37492026-04-02T19:18:57.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.19s
37502026-04-02T19:18:57.469Z
37512026-04-02T19:18:57.469Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (188/270)
37522026-04-02T19:18:58.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37532026-04-02T19:18:58.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37542026-04-02T19:18:58.575Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37552026-04-02T19:19:14.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.20s
37562026-04-02T19:19:14.925Z
37572026-04-02T19:19:14.925Zinfo: running `cargo check --bins` on bootstrap-agent-api (189/270)
37582026-04-02T19:19:15.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37592026-04-02T19:19:15.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37602026-04-02T19:19:15.654Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37612026-04-02T19:19:15.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
37622026-04-02T19:19:15.763Z
37632026-04-02T19:19:15.763Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (190/270)
37642026-04-02T19:19:16.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37652026-04-02T19:19:16.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37662026-04-02T19:19:16.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37672026-04-02T19:19:16.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
37682026-04-02T19:19:16.594Z
37692026-04-02T19:19:16.594Zinfo: running `cargo check --bins` on range-requests (191/270)
37702026-04-02T19:19:17.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37712026-04-02T19:19:17.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37722026-04-02T19:19:17.299Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37732026-04-02T19:19:17.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
37742026-04-02T19:19:17.404Z
37752026-04-02T19:19:17.404Zinfo: running `cargo check --bins` on repo-depot-api (192/270)
37762026-04-02T19:19:18.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37772026-04-02T19:19:18.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37782026-04-02T19:19:18.119Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37792026-04-02T19:19:18.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
37802026-04-02T19:19:18.230Z
37812026-04-02T19:19:18.230Zinfo: running `cargo check --bins` on sled-agent-api (193/270)
37822026-04-02T19:19:18.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37832026-04-02T19:19:18.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37842026-04-02T19:19:18.968Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37852026-04-02T19:19:18.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
37862026-04-02T19:19:19.082Z
37872026-04-02T19:19:19.082Zinfo: running `cargo check --bins` on sled-diagnostics (194/270)
37882026-04-02T19:19:19.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37892026-04-02T19:19:19.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37902026-04-02T19:19:19.821Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37912026-04-02T19:19:19.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
37922026-04-02T19:19:19.937Z
37932026-04-02T19:19:19.937Zinfo: running `cargo check --bins` on zfs-test-harness (195/270)
37942026-04-02T19:19:20.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37952026-04-02T19:19:20.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37962026-04-02T19:19:20.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37972026-04-02T19:19:20.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
37982026-04-02T19:19:20.787Z
37992026-04-02T19:19:20.787Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (196/270)
38002026-04-02T19:19:21.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38012026-04-02T19:19:21.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38022026-04-02T19:19:21.529Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38032026-04-02T19:19:21.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
38042026-04-02T19:19:21.645Z
38052026-04-02T19:19:21.645Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (197/270)
38062026-04-02T19:19:22.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38072026-04-02T19:19:22.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38082026-04-02T19:19:22.384Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38092026-04-02T19:19:22.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
38102026-04-02T19:19:22.492Z
38112026-04-02T19:19:22.492Zinfo: running `cargo check --bins` on sled-agent-health-monitor (198/270)
38122026-04-02T19:19:23.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38132026-04-02T19:19:23.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38142026-04-02T19:19:23.219Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38152026-04-02T19:19:23.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
38162026-04-02T19:19:23.329Z
38172026-04-02T19:19:23.329Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (199/270)
38182026-04-02T19:19:24.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38192026-04-02T19:19:24.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38202026-04-02T19:19:24.067Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38212026-04-02T19:19:24.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
38222026-04-02T19:19:24.179Z
38232026-04-02T19:19:24.179Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (200/270)
38242026-04-02T19:19:24.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38252026-04-02T19:19:24.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38262026-04-02T19:19:24.920Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38272026-04-02T19:19:24.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
38282026-04-02T19:19:25.037Z
38292026-04-02T19:19:25.037Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (201/270)
38302026-04-02T19:19:25.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38312026-04-02T19:19:25.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38322026-04-02T19:19:25.782Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38332026-04-02T19:19:25.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
38342026-04-02T19:19:25.915Z
38352026-04-02T19:19:25.915Zinfo: running `cargo check --bins` on transient-dns-server (202/270)
38362026-04-02T19:19:26.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38372026-04-02T19:19:26.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38382026-04-02T19:19:26.623Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38392026-04-02T19:19:26.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
38402026-04-02T19:19:26.732Z
38412026-04-02T19:19:26.732Zinfo: running `cargo check --bins` on trust-quorum (203/270)
38422026-04-02T19:19:27.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38432026-04-02T19:19:27.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38442026-04-02T19:19:27.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38452026-04-02T19:19:27.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
38462026-04-02T19:19:27.593Z
38472026-04-02T19:19:27.593Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (204/270)
38482026-04-02T19:19:28.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38492026-04-02T19:19:28.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38502026-04-02T19:19:28.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38512026-04-02T19:19:28.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
38522026-04-02T19:19:28.490Z
38532026-04-02T19:19:28.490Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (205/270)
38542026-04-02T19:19:29.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38552026-04-02T19:19:29.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38562026-04-02T19:19:29.264Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38572026-04-02T19:19:29.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
38582026-04-02T19:19:29.384Z
38592026-04-02T19:19:29.384Zinfo: running `cargo check --bins` on update-common (206/270)
38602026-04-02T19:19:30.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38612026-04-02T19:19:30.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38622026-04-02T19:19:30.118Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38632026-04-02T19:19:30.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
38642026-04-02T19:19:30.228Z
38652026-04-02T19:19:30.229Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (207/270)
38662026-04-02T19:19:30.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38672026-04-02T19:19:30.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38682026-04-02T19:19:30.996Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38692026-04-02T19:19:31.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
38702026-04-02T19:19:31.118Z
38712026-04-02T19:19:31.118Zinfo: running `cargo check --bins` on reconfigurator-cli (208/270)
38722026-04-02T19:19:31.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38732026-04-02T19:19:31.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38742026-04-02T19:19:32.217Z Compiling fs-err v2.11.0
38752026-04-02T19:19:32.220Z Checking ignore v0.4.25
38762026-04-02T19:19:32.380Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
38772026-04-02T19:19:32.395Z Checking predicates-tree v1.0.13
38782026-04-02T19:19:32.399Z Checking parse-size v1.1.0
38792026-04-02T19:19:32.430Z Checking rand_seeder v0.4.0
38802026-04-02T19:19:32.433Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
38812026-04-02T19:19:32.466Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
38822026-04-02T19:19:32.519Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
38832026-04-02T19:19:32.554Z Compiling petname v2.0.2
38842026-04-02T19:19:32.606Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
38852026-04-02T19:19:32.789Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
38862026-04-02T19:19:32.809Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38872026-04-02T19:19:32.889Z Checking globwalk v0.9.1
38882026-04-02T19:19:32.913Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
38892026-04-02T19:19:33.008Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
38902026-04-02T19:19:33.130Z Checking sapling-renderdag v0.1.0
38912026-04-02T19:19:33.149Z Checking camino-tempfile-ext v0.3.3
38922026-04-02T19:19:33.247Z Checking sync-ptr v0.1.4
38932026-04-02T19:19:33.400Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
38942026-04-02T19:19:33.414Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
38952026-04-02T19:19:33.470Z Checking colored v2.2.0
38962026-04-02T19:19:33.514Z Checking assert_matches v1.5.0
38972026-04-02T19:19:33.836Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
38982026-04-02T19:19:33.968Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
38992026-04-02T19:19:33.971Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39002026-04-02T19:19:34.738Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39012026-04-02T19:19:36.545Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39022026-04-02T19:19:39.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.37s
39032026-04-02T19:19:39.745Z
39042026-04-02T19:19:39.745Zinfo: running `cargo check --bins` on omicron-repl-utils (209/270)
39052026-04-02T19:19:40.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39062026-04-02T19:19:40.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39072026-04-02T19:19:40.454Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39082026-04-02T19:19:40.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
39092026-04-02T19:19:40.558Z
39102026-04-02T19:19:40.558Zinfo: running `cargo check --bins` on nexus-test-interface (210/270)
39112026-04-02T19:19:41.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39122026-04-02T19:19:41.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39132026-04-02T19:19:41.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39142026-04-02T19:19:41.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
39152026-04-02T19:19:41.452Z
39162026-04-02T19:19:41.452Zinfo: running `cargo check --bins` on oximeter-collector (211/270)
39172026-04-02T19:19:42.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39182026-04-02T19:19:42.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39192026-04-02T19:19:42.472Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39202026-04-02T19:19:42.477Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39212026-04-02T19:19:43.332Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39222026-04-02T19:19:45.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.89s
39232026-04-02T19:19:45.582Z
39242026-04-02T19:19:45.582Zinfo: running `cargo check --bins` on oximeter-api (212/270)
39252026-04-02T19:19:46.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39262026-04-02T19:19:46.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39272026-04-02T19:19:46.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39282026-04-02T19:19:46.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
39292026-04-02T19:19:46.404Z
39302026-04-02T19:19:46.404Zinfo: running `cargo check --bins` on cert-dev (213/270)
39312026-04-02T19:19:47.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39322026-04-02T19:19:47.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39332026-04-02T19:19:47.255Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39342026-04-02T19:19:47.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.18s
39352026-04-02T19:19:47.806Z
39362026-04-02T19:19:47.806Zinfo: running `cargo check --bins` on clickana (214/270)
39372026-04-02T19:19:48.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39382026-04-02T19:19:48.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39392026-04-02T19:19:48.709Z Compiling darling_core v0.23.0
39402026-04-02T19:19:48.856Z Compiling instability v0.3.11
39412026-04-02T19:19:48.862Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39422026-04-02T19:19:48.865Z Checking castaway v0.2.4
39432026-04-02T19:19:48.865Z Compiling indoc v2.0.7
39442026-04-02T19:19:48.865Z Checking unicode-truncate v1.1.0
39452026-04-02T19:19:48.865Z Checking lru v0.12.5
39462026-04-02T19:19:48.865Z Checking cassowary v0.3.0
39472026-04-02T19:19:49.025Z Checking compact_str v0.8.1
39482026-04-02T19:19:50.224Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39492026-04-02T19:19:50.445Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39502026-04-02T19:19:50.832Z Compiling darling_macro v0.23.0
39512026-04-02T19:19:51.357Z Compiling darling v0.23.0
39522026-04-02T19:19:52.145Z Checking ratatui v0.29.0
39532026-04-02T19:19:53.687Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39542026-04-02T19:19:54.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.72s
39552026-04-02T19:19:54.756Z
39562026-04-02T19:19:54.756Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (215/270)
39572026-04-02T19:19:55.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39582026-04-02T19:19:55.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39592026-04-02T19:19:55.792Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39602026-04-02T19:19:55.795Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39612026-04-02T19:19:56.555Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39622026-04-02T19:19:57.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.30s
39632026-04-02T19:19:57.303Z
39642026-04-02T19:19:57.303Zinfo: running `cargo check --bins` on ch-dev (216/270)
39652026-04-02T19:19:58.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39662026-04-02T19:19:58.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39672026-04-02T19:19:58.338Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
39682026-04-02T19:19:59.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.95s
39692026-04-02T19:19:59.500Z
39702026-04-02T19:19:59.500Zinfo: running `cargo check --bins` on dev-tools-common (217/270)
39712026-04-02T19:20:00.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39722026-04-02T19:20:00.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39732026-04-02T19:20:00.072Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39742026-04-02T19:20:00.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
39752026-04-02T19:20:00.147Z
39762026-04-02T19:20:00.147Zinfo: running `cargo check --bins` on crdb-seed (218/270)
39772026-04-02T19:20:00.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39782026-04-02T19:20:00.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39792026-04-02T19:20:01.170Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
39802026-04-02T19:20:01.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.55s
39812026-04-02T19:20:01.948Z
39822026-04-02T19:20:01.948Zinfo: running `cargo check --bins` on db-dev (219/270)
39832026-04-02T19:20:02.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39842026-04-02T19:20:02.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39852026-04-02T19:20:02.973Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
39862026-04-02T19:20:03.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.95s
39872026-04-02T19:20:04.140Z
39882026-04-02T19:20:04.140Zinfo: running `cargo check --bins` on omicron-dev-lib (220/270)
39892026-04-02T19:20:04.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39902026-04-02T19:20:04.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39912026-04-02T19:20:04.908Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39922026-04-02T19:20:04.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
39932026-04-02T19:20:05.030Z
39942026-04-02T19:20:05.030Zinfo: running `cargo check --bins` on xtask-downloader (221/270)
39952026-04-02T19:20:05.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39962026-04-02T19:20:05.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39972026-04-02T19:20:05.883Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
39982026-04-02T19:20:06.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.72s
39992026-04-02T19:20:06.976Z
40002026-04-02T19:20:06.976Zinfo: running `cargo check --bins` on omicron-dropshot-apis (222/270)
40012026-04-02T19:20:07.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40022026-04-02T19:20:07.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40032026-04-02T19:20:08.026Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40042026-04-02T19:20:08.026Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40052026-04-02T19:20:08.029Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
40062026-04-02T19:20:08.029Z Checking git-stub v1.0.0
40072026-04-02T19:20:08.029Z Compiling trait-variant v0.1.2
40082026-04-02T19:20:08.171Z Checking is_ci v1.2.0
40092026-04-02T19:20:08.218Z Checking maplit v1.0.2
40102026-04-02T19:20:08.270Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40112026-04-02T19:20:08.310Z Checking supports-color v3.0.2
40122026-04-02T19:20:08.348Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40132026-04-02T19:20:08.407Z Checking git-stub-vcs v0.1.0
40142026-04-02T19:20:08.448Z Checking drift v0.1.3
40152026-04-02T19:20:08.467Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40162026-04-02T19:20:08.560Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40172026-04-02T19:20:08.651Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40182026-04-02T19:20:08.794Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40192026-04-02T19:20:08.818Z Checking dropshot-api-manager v0.6.0
40202026-04-02T19:20:08.821Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40212026-04-02T19:20:08.921Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
40222026-04-02T19:20:09.095Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40232026-04-02T19:20:09.200Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40242026-04-02T19:20:09.456Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
40252026-04-02T19:20:09.885Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40262026-04-02T19:20:16.780Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40272026-04-02T19:20:18.172Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40282026-04-02T19:20:18.915Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40292026-04-02T19:20:19.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.46s
40302026-04-02T19:20:19.683Z
40312026-04-02T19:20:19.684Zinfo: running `cargo check --bins` on installinator-api (223/270)
40322026-04-02T19:20:20.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40332026-04-02T19:20:20.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40342026-04-02T19:20:20.403Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40352026-04-02T19:20:20.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
40362026-04-02T19:20:20.515Z
40372026-04-02T19:20:20.515Zinfo: running `cargo check --bins` on nexus-external-api (224/270)
40382026-04-02T19:20:21.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40392026-04-02T19:20:21.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40402026-04-02T19:20:21.274Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40412026-04-02T19:20:21.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
40422026-04-02T19:20:21.396Z
40432026-04-02T19:20:21.396Zinfo: running `cargo check --bins` on nexus-internal-api (225/270)
40442026-04-02T19:20:22.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40452026-04-02T19:20:22.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40462026-04-02T19:20:22.157Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40472026-04-02T19:20:22.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
40482026-04-02T19:20:22.279Z
40492026-04-02T19:20:22.279Zinfo: running `cargo check --bins` on nexus-lockstep-api (226/270)
40502026-04-02T19:20:23.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40512026-04-02T19:20:23.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40522026-04-02T19:20:23.038Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40532026-04-02T19:20:23.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
40542026-04-02T19:20:23.159Z
40552026-04-02T19:20:23.159Zinfo: running `cargo check --bins` on ntp-admin-api (227/270)
40562026-04-02T19:20:23.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40572026-04-02T19:20:23.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40582026-04-02T19:20:23.875Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40592026-04-02T19:20:23.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
40602026-04-02T19:20:23.987Z
40612026-04-02T19:20:23.987Zinfo: running `cargo check --bins` on ntp-admin-types-versions (228/270)
40622026-04-02T19:20:24.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40632026-04-02T19:20:24.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40642026-04-02T19:20:24.691Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40652026-04-02T19:20:24.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
40662026-04-02T19:20:24.797Z
40672026-04-02T19:20:24.797Zinfo: running `cargo check --bins` on wicketd-api (229/270)
40682026-04-02T19:20:25.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40692026-04-02T19:20:25.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40702026-04-02T19:20:25.529Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40712026-04-02T19:20:25.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
40722026-04-02T19:20:25.644Z
40732026-04-02T19:20:25.644Zinfo: running `cargo check --bins` on omicron-ls-apis (230/270)
40742026-04-02T19:20:26.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40752026-04-02T19:20:26.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40762026-04-02T19:20:26.499Z Checking erased-serde v0.4.9
40772026-04-02T19:20:26.629Z Checking ordered-float v2.10.1
40782026-04-02T19:20:26.668Z Checking unicode-xid v0.2.6
40792026-04-02T19:20:26.713Z Checking cargo-platform v0.2.0
40802026-04-02T19:20:26.913Z Checking serde-value v0.7.0
40812026-04-02T19:20:27.080Z Checking serde-untagged v0.1.9
40822026-04-02T19:20:27.286Z Checking cargo-util-schemas v0.8.2
40832026-04-02T19:20:28.278Z Checking cargo_metadata v0.21.0
40842026-04-02T19:20:29.141Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
40852026-04-02T19:20:30.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.42s
40862026-04-02T19:20:30.274Z
40872026-04-02T19:20:30.274Zinfo: running `cargo check --bins` on mgs-dev (231/270)
40882026-04-02T19:20:31.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40892026-04-02T19:20:31.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40902026-04-02T19:20:31.323Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
40912026-04-02T19:20:32.098Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
40922026-04-02T19:20:32.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.44s
40932026-04-02T19:20:32.965Z
40942026-04-02T19:20:32.965Zinfo: running `cargo check --bins` on omicron-omdb (232/270)
40952026-04-02T19:20:33.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40962026-04-02T19:20:33.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40972026-04-02T19:20:34.182Z Compiling vergen-gitcl v1.0.8
40982026-04-02T19:20:34.182Z Compiling dirs-sys-next v0.1.2
40992026-04-02T19:20:34.182Z Compiling diesel_derives v2.3.7
41002026-04-02T19:20:34.185Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41012026-04-02T19:20:34.185Z Compiling crunchy v0.2.4
41022026-04-02T19:20:34.185Z Compiling glob v0.3.3
41032026-04-02T19:20:34.185Z Compiling dsl_auto_type v0.2.0
41042026-04-02T19:20:34.185Z Checking scheduled-thread-pool v0.2.7
41052026-04-02T19:20:34.582Z Compiling dirs-next v2.0.0
41062026-04-02T19:20:34.675Z Compiling diesel_table_macro_syntax v0.3.0
41072026-04-02T19:20:34.715Z Compiling tiny-keccak v2.0.2
41082026-04-02T19:20:34.756Z Compiling term v0.7.0
41092026-04-02T19:20:34.854Z Compiling clang-sys v1.8.1
41102026-04-02T19:20:34.894Z Checking r2d2 v0.8.10
41112026-04-02T19:20:34.935Z Compiling bit-vec v0.6.3
41122026-04-02T19:20:34.986Z Checking downcast-rs v2.0.2
41132026-04-02T19:20:35.128Z Compiling ascii-canvas v3.0.0
41142026-04-02T19:20:35.218Z Compiling bit-set v0.5.3
41152026-04-02T19:20:35.334Z Compiling itertools v0.10.5
41162026-04-02T19:20:35.416Z Compiling ena v0.14.4
41172026-04-02T19:20:35.449Z Compiling libloading v0.8.9
41182026-04-02T19:20:35.513Z Compiling bindgen v0.71.1
41192026-04-02T19:20:35.533Z Compiling regex-syntax v0.6.29
41202026-04-02T19:20:35.651Z Compiling diff v0.1.13
41212026-04-02T19:20:35.707Z Compiling cexpr v0.6.0
41222026-04-02T19:20:35.997Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41232026-04-02T19:20:36.063Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41242026-04-02T19:20:36.253Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41252026-04-02T19:20:36.278Z Compiling libxml v0.3.3
41262026-04-02T19:20:36.557Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41272026-04-02T19:20:36.654Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41282026-04-02T19:20:36.764Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41292026-04-02T19:20:36.951Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41302026-04-02T19:20:36.997Z Compiling strum_macros v0.24.3
41312026-04-02T19:20:37.041Z Compiling indoc v1.0.9
41322026-04-02T19:20:37.602Z Compiling lalrpop v0.19.12
41332026-04-02T19:20:38.407Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41342026-04-02T19:20:38.489Z Checking derive_builder v0.20.2
41352026-04-02T19:20:38.632Z Compiling oso-derive v0.27.3
41362026-04-02T19:20:38.654Z Checking quick-xml v0.37.5
41372026-04-02T19:20:38.849Z Compiling impl-trait-for-tuples v0.2.3
41382026-04-02T19:20:39.267Z Checking openssl-probe v0.1.6
41392026-04-02T19:20:39.436Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41402026-04-02T19:20:39.889Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41412026-04-02T19:20:40.124Z Checking bb8 v0.8.6
41422026-04-02T19:20:40.426Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41432026-04-02T19:20:40.490Z Checking nonempty v0.12.0
41442026-04-02T19:20:40.696Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41452026-04-02T19:20:40.716Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41462026-04-02T19:20:41.006Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41472026-04-02T19:20:41.025Z Checking support-bundle-viewer v0.1.2
41482026-04-02T19:20:41.032Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41492026-04-02T19:20:41.216Z Checking multimap v0.10.1
41502026-04-02T19:20:42.322Z Checking diesel v2.3.7
41512026-04-02T19:20:44.528Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41522026-04-02T19:20:45.527Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41532026-04-02T19:20:45.898Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41542026-04-02T19:20:46.727Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41552026-04-02T19:20:47.850Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
41562026-04-02T19:20:47.909Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
41572026-04-02T19:20:48.087Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41582026-04-02T19:20:48.768Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
41592026-04-02T19:20:51.456Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41602026-04-02T19:20:57.571Z Compiling samael v0.0.19
41612026-04-02T19:21:02.323Z Checking diesel-dtrace v0.5.0
41622026-04-02T19:21:02.616Z Checking async-bb8-diesel v0.2.1
41632026-04-02T19:21:04.117Z Compiling polar-core v0.27.3
41642026-04-02T19:21:10.019Z Checking oso v0.27.3
41652026-04-02T19:22:04.901Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
41662026-04-02T19:22:51.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 18s
41672026-04-02T19:22:51.915Z
41682026-04-02T19:22:51.915Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (233/270)
41692026-04-02T19:22:52.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41702026-04-02T19:22:52.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41712026-04-02T19:22:52.695Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41722026-04-02T19:22:52.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
41732026-04-02T19:22:52.820Z
41742026-04-02T19:22:52.820Zinfo: running `cargo check --bins` on nexus-saga-recovery (234/270)
41752026-04-02T19:22:53.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41762026-04-02T19:22:53.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41772026-04-02T19:22:53.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41782026-04-02T19:22:53.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
41792026-04-02T19:22:53.725Z
41802026-04-02T19:22:53.725Zinfo: running `cargo check --bins` on nexus-test-utils-macros (235/270)
41812026-04-02T19:22:54.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41822026-04-02T19:22:54.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41832026-04-02T19:22:54.432Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41842026-04-02T19:22:54.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
41852026-04-02T19:22:54.539Z
41862026-04-02T19:22:54.539Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (236/270)
41872026-04-02T19:22:55.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41882026-04-02T19:22:55.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41892026-04-02T19:22:55.757Z Compiling libz-sys v1.1.24
41902026-04-02T19:22:55.917Z Compiling libgit2-sys v0.18.3+1.9.2
41912026-04-02T19:22:55.936Z Compiling vergen-git2 v1.0.7
41922026-04-02T19:22:55.954Z Compiling rustls v0.21.12
41932026-04-02T19:22:55.972Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
41942026-04-02T19:22:55.991Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
41952026-04-02T19:22:55.994Z Checking sct v0.7.1
41962026-04-02T19:22:55.994Z Checking rustls-webpki v0.101.7
41972026-04-02T19:22:56.179Z Compiling nix v0.29.0
41982026-04-02T19:22:56.242Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
41992026-04-02T19:22:56.261Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42002026-04-02T19:22:56.282Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42012026-04-02T19:22:56.430Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42022026-04-02T19:22:56.603Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42032026-04-02T19:22:56.623Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42042026-04-02T19:22:56.701Z Checking rustls-pemfile v1.0.4
42052026-04-02T19:22:56.863Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
42062026-04-02T19:22:57.002Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42072026-04-02T19:22:57.189Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42082026-04-02T19:22:57.229Z Checking twox-hash v2.1.2
42092026-04-02T19:22:57.344Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42102026-04-02T19:22:58.027Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42112026-04-02T19:22:58.202Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42122026-04-02T19:22:58.223Z Checking tokio-rustls v0.24.1
42132026-04-02T19:22:58.361Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42142026-04-02T19:22:58.473Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42152026-04-02T19:22:58.647Z Checking fatfs v0.3.6
42162026-04-02T19:22:59.050Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42172026-04-02T19:22:59.182Z Compiling seq-macro v0.3.6
42182026-04-02T19:23:04.292Z Compiling git2 v0.20.4
42192026-04-02T19:23:05.087Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42202026-04-02T19:23:05.241Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42212026-04-02T19:23:07.525Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42222026-04-02T19:24:16.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s
42232026-04-02T19:24:16.765Z
42242026-04-02T19:24:16.765Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (237/270)
42252026-04-02T19:24:17.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42262026-04-02T19:24:17.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42272026-04-02T19:24:18.025Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42282026-04-02T19:25:17.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
42292026-04-02T19:25:17.930Z
42302026-04-02T19:25:17.930Zinfo: running `cargo check --bins` on nexus-background-task-interface (238/270)
42312026-04-02T19:25:18.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42322026-04-02T19:25:18.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42332026-04-02T19:25:18.643Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42342026-04-02T19:25:18.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
42352026-04-02T19:25:18.739Z
42362026-04-02T19:25:18.739Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (239/270)
42372026-04-02T19:25:19.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42382026-04-02T19:25:19.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42392026-04-02T19:25:19.549Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42402026-04-02T19:25:19.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
42412026-04-02T19:25:19.662Z
42422026-04-02T19:25:19.663Zinfo: running `cargo check --bins` on nexus-mgs-updates (240/270)
42432026-04-02T19:25:20.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42442026-04-02T19:25:20.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42452026-04-02T19:25:20.435Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42462026-04-02T19:25:20.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
42472026-04-02T19:25:20.535Z
42482026-04-02T19:25:20.535Zinfo: running `cargo check --bins` on nexus-networking (241/270)
42492026-04-02T19:25:21.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42502026-04-02T19:25:21.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42512026-04-02T19:25:21.322Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42522026-04-02T19:25:21.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
42532026-04-02T19:25:21.445Z
42542026-04-02T19:25:21.445Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (242/270)
42552026-04-02T19:25:22.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42562026-04-02T19:25:22.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42572026-04-02T19:25:22.225Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42582026-04-02T19:25:22.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
42592026-04-02T19:25:22.383Z
42602026-04-02T19:25:22.384Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (243/270)
42612026-04-02T19:25:23.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42622026-04-02T19:25:23.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42632026-04-02T19:25:23.120Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42642026-04-02T19:25:23.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
42652026-04-02T19:25:23.242Z
42662026-04-02T19:25:23.242Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (244/270)
42672026-04-02T19:25:24.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42682026-04-02T19:25:24.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42692026-04-02T19:25:24.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42702026-04-02T19:25:24.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
42712026-04-02T19:25:24.143Z
42722026-04-02T19:25:24.143Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (245/270)
42732026-04-02T19:25:24.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42742026-04-02T19:25:24.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42752026-04-02T19:25:24.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42762026-04-02T19:25:24.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
42772026-04-02T19:25:25.044Z
42782026-04-02T19:25:25.044Zinfo: running `cargo check --bins` on omicron-dev (246/270)
42792026-04-02T19:25:25.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42802026-04-02T19:25:25.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42812026-04-02T19:25:26.313Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42822026-04-02T19:25:26.317Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42832026-04-02T19:25:26.508Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
42842026-04-02T19:25:26.534Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
42852026-04-02T19:25:26.556Z Checking yansi v1.0.1
42862026-04-02T19:25:26.563Z Checking diff v0.1.13
42872026-04-02T19:25:26.563Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42882026-04-02T19:25:26.615Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
42892026-04-02T19:25:26.709Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
42902026-04-02T19:25:26.899Z Checking pretty_assertions v1.4.1
42912026-04-02T19:25:27.804Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42922026-04-02T19:26:01.042Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42932026-04-02T19:26:01.047Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42942026-04-02T19:26:01.047Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42952026-04-02T19:26:01.047Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42962026-04-02T19:26:01.047Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42972026-04-02T19:26:01.047Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42982026-04-02T19:26:02.030Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42992026-04-02T19:26:03.429Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43002026-04-02T19:27:03.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 38s
43012026-04-02T19:27:03.911Z
43022026-04-02T19:27:03.911Zinfo: running `cargo check --bins` on omicron-pins (247/270)
43032026-04-02T19:27:04.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43042026-04-02T19:27:04.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43052026-04-02T19:27:04.617Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43062026-04-02T19:27:04.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
43072026-04-02T19:27:04.725Z
43082026-04-02T19:27:04.725Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (248/270)
43092026-04-02T19:27:05.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43102026-04-02T19:27:05.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43112026-04-02T19:27:05.829Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43122026-04-02T19:27:05.980Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43132026-04-02T19:27:05.983Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43142026-04-02T19:27:42.896Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43152026-04-02T19:27:43.364Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43162026-04-02T19:27:45.701Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43172026-04-02T19:27:46.255Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43182026-04-02T19:27:50.303Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43192026-04-02T19:28:22.133Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43202026-04-02T19:28:22.936Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43212026-04-02T19:28:25.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s
43222026-04-02T19:28:25.298Z
43232026-04-02T19:28:25.298Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (249/270)
43242026-04-02T19:28:26.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43252026-04-02T19:28:26.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43262026-04-02T19:28:26.302Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43272026-04-02T19:28:27.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.87s
43282026-04-02T19:28:27.443Z
43292026-04-02T19:28:27.443Zinfo: running `cargo check --bins` on omicron-releng (250/270)
43302026-04-02T19:28:28.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43312026-04-02T19:28:28.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43322026-04-02T19:28:28.362Z Compiling blake3 v1.8.3
43332026-04-02T19:28:28.496Z Checking constant_time_eq v0.4.2
43342026-04-02T19:28:28.499Z Checking arrayvec v0.7.6
43352026-04-02T19:28:28.499Z Checking arrayref v0.3.9
43362026-04-02T19:28:28.539Z Checking topological-sort v0.2.2
43372026-04-02T19:28:28.543Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43382026-04-02T19:28:28.543Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
43392026-04-02T19:28:28.543Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
43402026-04-02T19:28:28.621Z Checking shell-words v1.1.1
43412026-04-02T19:28:29.512Z Checking omicron-zone-package v0.12.2
43422026-04-02T19:28:30.506Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43432026-04-02T19:28:31.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.17s
43442026-04-02T19:28:31.870Z
43452026-04-02T19:28:31.870Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (251/270)
43462026-04-02T19:28:32.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43472026-04-02T19:28:32.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43482026-04-02T19:28:32.773Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
43492026-04-02T19:28:33.169Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
43502026-04-02T19:28:33.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.79s
43512026-04-02T19:28:33.914Z
43522026-04-02T19:28:33.914Zinfo: running `cargo check --bins` on schema (252/270)
43532026-04-02T19:28:34.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43542026-04-02T19:28:34.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43552026-04-02T19:28:34.938Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
43562026-04-02T19:28:35.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.87s
43572026-04-02T19:28:36.029Z
43582026-04-02T19:28:36.029Zinfo: running `cargo check --bins` on xtask (253/270)
43592026-04-02T19:28:36.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43602026-04-02T19:28:36.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43612026-04-02T19:28:36.666Z Checking libc v0.2.180
43622026-04-02T19:28:36.766Z Checking serde v1.0.228
43632026-04-02T19:28:36.776Z Checking zerofrom v0.1.6
43642026-04-02T19:28:36.784Z Checking bitflags v2.11.0
43652026-04-02T19:28:36.796Z Checking hashbrown v0.16.1
43662026-04-02T19:28:36.808Z Checking smallvec v1.15.1
43672026-04-02T19:28:36.824Z Checking serde_json v1.0.149
43682026-04-02T19:28:36.828Z Checking scroll v0.12.0
43692026-04-02T19:28:36.910Z Checking yoke v0.8.1
43702026-04-02T19:28:36.979Z Checking num-traits v0.2.19
43712026-04-02T19:28:37.037Z Checking thiserror v1.0.69
43722026-04-02T19:28:37.127Z Checking zerovec v0.11.5
43732026-04-02T19:28:37.141Z Checking zerotrie v0.2.3
43742026-04-02T19:28:37.166Z Checking percent-encoding v2.3.2
43752026-04-02T19:28:37.170Z Checking errno v0.3.14
43762026-04-02T19:28:37.313Z Checking rustix v1.1.3
43772026-04-02T19:28:37.329Z Checking toml_datetime v0.6.11
43782026-04-02T19:28:37.329Z Checking serde_spanned v0.6.9
43792026-04-02T19:28:37.413Z Checking indexmap v2.13.0
43802026-04-02T19:28:37.448Z Checking log v0.4.29
43812026-04-02T19:28:37.478Z Checking zerocopy v0.7.35
43822026-04-02T19:28:37.568Z Checking form_urlencoded v1.2.2
43832026-04-02T19:28:37.639Z Checking goblin v0.8.2
43842026-04-02T19:28:37.690Z Checking getrandom v0.4.1
43852026-04-02T19:28:37.721Z Checking tinystr v0.8.2
43862026-04-02T19:28:37.735Z Checking potential_utf v0.1.4
43872026-04-02T19:28:37.763Z Checking ordered-float v2.10.1
43882026-04-02T19:28:37.848Z Checking thiserror v2.0.18
43892026-04-02T19:28:37.893Z Checking icu_collections v2.1.1
43902026-04-02T19:28:37.944Z Checking icu_locale_core v2.1.1
43912026-04-02T19:28:37.969Z Checking syn v2.0.117
43922026-04-02T19:28:38.074Z Checking serde-value v0.7.0
43932026-04-02T19:28:38.159Z Checking toml_edit v0.22.27
43942026-04-02T19:28:38.186Z Checking dtrace-parser v0.2.0
43952026-04-02T19:28:38.290Z Checking thread-id v4.2.2
43962026-04-02T19:28:38.357Z Checking once_cell v1.21.3
43972026-04-02T19:28:38.391Z Checking cargo-platform v0.2.0
43982026-04-02T19:28:38.469Z Checking terminal_size v0.4.3
43992026-04-02T19:28:38.493Z Checking memmap v0.7.0
44002026-04-02T19:28:38.588Z Checking tempfile v3.25.0
44012026-04-02T19:28:38.607Z Checking clap_builder v4.5.60
44022026-04-02T19:28:38.621Z Checking textwrap v0.16.2
44032026-04-02T19:28:38.651Z Checking fs-err v3.3.0
44042026-04-02T19:28:38.702Z Checking icu_provider v2.1.1
44052026-04-02T19:28:38.838Z Checking camino-tempfile v1.4.1
44062026-04-02T19:28:38.880Z Checking anyhow v1.0.102
44072026-04-02T19:28:38.880Z Checking tabled v0.15.0
44082026-04-02T19:28:39.010Z Checking icu_properties v2.1.2
44092026-04-02T19:28:39.035Z Checking icu_normalizer v2.1.1
44102026-04-02T19:28:39.132Z Checking macaddr v1.0.1
44112026-04-02T19:28:39.359Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44122026-04-02T19:28:39.657Z Checking toml v0.8.23
44132026-04-02T19:28:40.081Z Checking cargo_toml v0.21.0
44142026-04-02T19:28:40.139Z Checking idna_adapter v1.2.1
44152026-04-02T19:28:40.227Z Checking clap v4.5.60
44162026-04-02T19:28:40.240Z Checking dof v0.3.0
44172026-04-02T19:28:40.280Z Checking idna v1.1.0
44182026-04-02T19:28:40.576Z Checking url v2.5.8
44192026-04-02T19:28:40.590Z Checking usdt-impl v0.5.0
44202026-04-02T19:28:40.904Z Checking usdt v0.5.0
44212026-04-02T19:28:41.044Z Checking cargo-util-schemas v0.8.2
44222026-04-02T19:28:42.055Z Checking cargo_metadata v0.21.0
44232026-04-02T19:28:42.918Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44242026-04-02T19:28:43.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.46s
44252026-04-02T19:28:43.640Z
44262026-04-02T19:28:43.640Zinfo: running `cargo check --bins` on dnsadm (254/270)
44272026-04-02T19:28:44.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44282026-04-02T19:28:44.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44292026-04-02T19:28:44.532Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
44302026-04-02T19:28:45.144Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
44312026-04-02T19:28:45.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.01s
44322026-04-02T19:28:45.896Z
44332026-04-02T19:28:45.896Zinfo: running `cargo check --bins` on end-to-end-tests (255/270)
44342026-04-02T19:28:46.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44352026-04-02T19:28:46.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44362026-04-02T19:28:47.036Z Checking polyval v0.6.2
44372026-04-02T19:28:47.187Z Checking ctr v0.9.2
44382026-04-02T19:28:47.206Z Checking ssh-encoding v0.2.0
44392026-04-02T19:28:47.211Z Checking blowfish v0.9.1
44402026-04-02T19:28:47.247Z Checking password-hash v0.4.2
44412026-04-02T19:28:47.265Z Checking p521 v0.13.3
44422026-04-02T19:28:47.271Z Checking p256 v0.13.2
44432026-04-02T19:28:47.304Z Checking russh-cryptovec v0.7.3
44442026-04-02T19:28:47.361Z Checking ghash v0.5.1
44452026-04-02T19:28:47.388Z Checking bcrypt-pbkdf v0.10.0
44462026-04-02T19:28:47.399Z Checking md5 v0.7.0
44472026-04-02T19:28:47.461Z Checking num-bigint v0.4.6
44482026-04-02T19:28:47.480Z Checking des v0.8.1
44492026-04-02T19:28:47.509Z Checking aes-gcm v0.10.3
44502026-04-02T19:28:47.523Z Checking pbkdf2 v0.11.0
44512026-04-02T19:28:47.579Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44522026-04-02T19:28:47.603Z Checking hex-literal v0.4.1
44532026-04-02T19:28:47.624Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
44542026-04-02T19:28:47.670Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
44552026-04-02T19:28:47.690Z Checking ssh-cipher v0.2.0
44562026-04-02T19:28:47.722Z Checking socket2 v0.5.10
44572026-04-02T19:28:47.733Z Checking internet-checksum v0.2.1
44582026-04-02T19:28:47.903Z Checking ssh-key v0.6.7
44592026-04-02T19:28:48.088Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44602026-04-02T19:28:48.780Z Checking russh-keys v0.45.0
44612026-04-02T19:28:49.524Z Checking russh v0.45.0
44622026-04-02T19:29:14.133Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
44632026-04-02T19:29:14.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.92s
44642026-04-02T19:29:14.203Z
44652026-04-02T19:29:14.203Zinfo: running `cargo check --bins` on gateway-cli (256/270)
44662026-04-02T19:29:14.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44672026-04-02T19:29:14.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44682026-04-02T19:29:14.203Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
44692026-04-02T19:29:14.203Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
44702026-04-02T19:29:14.203Z Checking termios v0.3.3
44712026-04-02T19:29:15.815Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
44722026-04-02T19:29:16.002Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
44732026-04-02T19:29:18.630Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
44742026-04-02T19:29:19.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.30s
44752026-04-02T19:29:19.600Z
44762026-04-02T19:29:19.600Zinfo: running `cargo check --bins --no-default-features` on installinator (257/270)
44772026-04-02T19:29:20.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44782026-04-02T19:29:20.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44792026-04-02T19:29:20.598Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
44802026-04-02T19:29:20.738Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
44812026-04-02T19:29:20.764Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
44822026-04-02T19:29:20.768Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
44832026-04-02T19:29:20.768Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
44842026-04-02T19:29:20.768Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
44852026-04-02T19:29:21.771Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
44862026-04-02T19:29:22.263Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
44872026-04-02T19:29:22.266Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
44882026-04-02T19:29:23.103Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
44892026-04-02T19:29:25.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.67s
44902026-04-02T19:29:25.507Z
44912026-04-02T19:29:25.507Zinfo: running `cargo check --bins` on internal-dns-cli (258/270)
44922026-04-02T19:29:26.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44932026-04-02T19:29:26.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44942026-04-02T19:29:26.404Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
44952026-04-02T19:29:26.982Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
44962026-04-02T19:29:27.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.87s
44972026-04-02T19:29:27.607Z
44982026-04-02T19:29:27.607Zinfo: running `cargo check --bins` on omicron-live-tests (259/270)
44992026-04-02T19:29:28.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45002026-04-02T19:29:28.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45012026-04-02T19:29:28.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45022026-04-02T19:29:28.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
45032026-04-02T19:29:28.416Z
45042026-04-02T19:29:28.416Zinfo: running `cargo check --bins` on live-tests-macros (260/270)
45052026-04-02T19:29:29.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45062026-04-02T19:29:29.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45072026-04-02T19:29:29.118Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45082026-04-02T19:29:29.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
45092026-04-02T19:29:29.224Z
45102026-04-02T19:29:29.224Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (261/270)
45112026-04-02T19:29:29.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45122026-04-02T19:29:29.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45132026-04-02T19:29:30.270Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45142026-04-02T19:29:30.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s
45152026-04-02T19:29:31.233Z
45162026-04-02T19:29:31.233Zinfo: running `cargo check --bins` on omicron-ntp-admin (262/270)
45172026-04-02T19:29:31.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45182026-04-02T19:29:31.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45192026-04-02T19:29:32.132Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45202026-04-02T19:29:32.136Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45212026-04-02T19:29:32.440Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45222026-04-02T19:29:32.444Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45232026-04-02T19:29:33.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.19s
45242026-04-02T19:29:33.663Z
45252026-04-02T19:29:33.664Zinfo: running `cargo check --bins` on ntp-admin-types (263/270)
45262026-04-02T19:29:34.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45272026-04-02T19:29:34.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45282026-04-02T19:29:34.368Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45292026-04-02T19:29:34.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
45302026-04-02T19:29:34.474Z
45312026-04-02T19:29:34.474Zinfo: running `cargo check --bins` on omicron-package (264/270)
45322026-04-02T19:29:35.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45332026-04-02T19:29:35.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45342026-04-02T19:29:35.413Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
45352026-04-02T19:29:36.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.35s
45362026-04-02T19:29:37.071Z
45372026-04-02T19:29:37.071Zinfo: running `cargo check --bins` on tqdb (265/270)
45382026-04-02T19:29:37.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45392026-04-02T19:29:37.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45402026-04-02T19:29:38.178Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45412026-04-02T19:29:38.626Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45422026-04-02T19:29:39.337Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45432026-04-02T19:29:39.340Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
45442026-04-02T19:29:46.756Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45452026-04-02T19:29:47.634Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
45462026-04-02T19:29:47.638Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45472026-04-02T19:29:47.638Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45482026-04-02T19:29:47.638Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45492026-04-02T19:29:48.675Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
45502026-04-02T19:29:49.927Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45512026-04-02T19:29:50.942Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45522026-04-02T19:29:51.741Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
45532026-04-02T19:29:58.331Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
45542026-04-02T19:30:06.913Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
45552026-04-02T19:30:06.916Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
45562026-04-02T19:30:06.916Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
45572026-04-02T19:30:06.916Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
45582026-04-02T19:30:08.879Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
45592026-04-02T19:30:10.708Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
45602026-04-02T19:30:11.591Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
45612026-04-02T19:30:13.322Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
45622026-04-02T19:30:14.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.94s
45632026-04-02T19:30:14.265Z
45642026-04-02T19:30:14.265Zinfo: running `cargo check --bins` on wicket-dbg (266/270)
45652026-04-02T19:30:15.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45662026-04-02T19:30:15.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45672026-04-02T19:30:15.251Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
45682026-04-02T19:30:15.254Z Checking rtoolbox v0.0.3
45692026-04-02T19:30:15.254Z Checking tui-tree-widget v0.23.1
45702026-04-02T19:30:15.531Z Checking rpassword v7.4.0
45712026-04-02T19:30:16.794Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
45722026-04-02T19:30:20.971Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
45732026-04-02T19:30:23.465Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
45742026-04-02T19:30:24.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.30s
45752026-04-02T19:30:24.804Z
45762026-04-02T19:30:24.804Zinfo: running `cargo check --bins` on wicket (267/270)
45772026-04-02T19:30:25.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45782026-04-02T19:30:25.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45792026-04-02T19:30:25.762Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
45802026-04-02T19:30:26.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
45812026-04-02T19:30:26.424Z
45822026-04-02T19:30:26.424Zinfo: running `cargo check --bins` on wicketd (268/270)
45832026-04-02T19:30:27.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45842026-04-02T19:30:27.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45852026-04-02T19:30:27.446Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
45862026-04-02T19:30:27.448Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
45872026-04-02T19:30:27.449Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45882026-04-02T19:30:27.449Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
45892026-04-02T19:30:28.760Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
45902026-04-02T19:30:29.511Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
45912026-04-02T19:30:33.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.17s
45922026-04-02T19:30:33.842Z
45932026-04-02T19:30:33.842Zinfo: running `cargo check --bins` on omicron-workspace-hack (269/270)
45942026-04-02T19:30:34.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45952026-04-02T19:30:34.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45962026-04-02T19:30:34.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45972026-04-02T19:30:34.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
45982026-04-02T19:30:34.655Z
45992026-04-02T19:30:34.655Zinfo: running `cargo check --bins` on zone-setup (270/270)
46002026-04-02T19:30:35.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46012026-04-02T19:30:35.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46022026-04-02T19:30:35.588Z Checking uzers v0.12.2
46032026-04-02T19:30:35.936Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46042026-04-02T19:30:36.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.24s
46052026-04-02T19:30:37.185Z
46062026-04-02T19:30:37.188Zreal 19:31.675539443
46072026-04-02T19:30:37.188Zuser 28:56.340654151
46082026-04-02T19:30:37.188Zsys 5:20.471202817
46092026-04-02T19:30:37.188Ztrap 0.485066679
46102026-04-02T19:30:37.188Ztflt 2.883471527
46112026-04-02T19:30:37.188Zdflt 2.940674678
46122026-04-02T19:30:37.189Zkflt 0.100210454
46132026-04-02T19:30:37.189Zlock 1:46:13.038742814
46142026-04-02T19:30:37.189Zslp 2:16:12.941321570
46152026-04-02T19:30:37.189Zlat 1:22.631991315
46162026-04-02T19:30:37.189Zstop 5:28.458518427
46172026-04-02T19:30:37.189Zprocess exited: duration 1350690 ms, exit code 0
 
46182026-04-02T19:30:37.198Zfound 0 output files