01KQTGSRZKMD03YBQZFZYH7Z80: check-features (helios)

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

Buildomat Job: 01KQTGT3XZ3XPJSKB5EV1MNCHY

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-04T22:13:43.050Zjob assigned to worker 01KQTGT8W3MSGHVP7TCH94P1KR [factory aws, i-0332f5828fbbf8e48] (queued for 55 s)
 
22026-05-04T22:13:50.089Zstarting task 0: "setup"
32026-05-04T22:13:50.093Z++ uname -s
42026-05-04T22:13:50.096Z+ kern=SunOS
52026-05-04T22:13:50.096Z+ build_user=build
62026-05-04T22:13:50.096Z+ build_uid=12345
72026-05-04T22:13:50.096Z+ work_dir=/work
82026-05-04T22:13:50.096Z+ input_dir=/input
92026-05-04T22:13:50.096Z+ [[ 0 == 12345 ]]
102026-05-04T22:13:50.096Z+ case "$kern" in
112026-05-04T22:13:50.096Z+ groupadd -g 12345 build
122026-05-04T22:13:50.099Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-04T22:13:52.103Z+ zfs create -o mountpoint=/work rpool/work
142026-05-04T22:13:52.225Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-04T22:13:52.228Z+ home_fs=zfs
162026-05-04T22:13:52.228Z+ [[ zfs == autofs ]]
172026-05-04T22:13:52.228Z+ mkdir -p /home/build
182026-05-04T22:13:52.228Z+ chown build:build /home/build /work
192026-05-04T22:13:54.230Z+ chmod 0700 /home/build /work
202026-05-04T22:13:54.233Zprocess exited: duration 4144 ms, exit code 0
 
212026-05-04T22:13:54.239Zstarting task 1: "rust-toolchain"
222026-05-04T22:13:54.244Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-04T22:13:54.244Z * rust toolchain channel = "1.94.0"
242026-05-04T22:13:54.244Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-05-04T22:13:54.244Z * rust toolchain profile = "default"
262026-05-04T22:13:54.244Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-04T22:13:54.244Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-04T22:13:54.247Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-04T22:13:54.247Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-04T22:13:54.355Zinfo: downloading installer
312026-05-04T22:13:55.758Zwarn: It looks like you have an existing installation of Rust at:
322026-05-04T22:13:55.758Zwarn: /opt/ooce/bin
332026-05-04T22:13:55.758Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-04T22:13:55.758Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-04T22:13:55.758Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-04T22:13:55.758Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-04T22:13:55.759Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-04T22:13:55.759Zerror: cannot install while Rust is installed
392026-05-04T22:13:55.759Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-04T22:13:55.759Zwarn: It looks like you have an existing rustup settings file at:
412026-05-04T22:13:55.759Zwarn: /home/build/.rustup/settings.toml
422026-05-04T22:13:55.759Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-04T22:13:55.759Zwarn: instead of the one inferred from the default host triple.
442026-05-04T22:13:55.793Zinfo: profile set to default
452026-05-04T22:13:55.794Zinfo: default host triple is x86_64-unknown-illumos
462026-05-04T22:13:55.797Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-05-04T22:13:55.931Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-05-04T22:13:55.934Zinfo: downloading 6 components
492026-05-04T22:14:10.145Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-05-04T22:14:10.145Z
512026-05-04T22:14:10.181Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-05-04T22:14:10.181Z
532026-05-04T22:14:10.181Z
542026-05-04T22:14:10.181ZRust is installed now. Great!
552026-05-04T22:14:10.181Z
562026-05-04T22:14:10.181ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-04T22:14:10.181Zenvironment variable. This has not been done automatically.
582026-05-04T22:14:10.181Z
592026-05-04T22:14:10.181ZTo configure your current shell, you need to source
602026-05-04T22:14:10.181Zthe corresponding env file under $HOME/.cargo.
612026-05-04T22:14:10.181Z
622026-05-04T22:14:10.181ZThis is usually done by running one of the following (note the leading DOT):
632026-05-04T22:14:10.181Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-04T22:14:10.181Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-04T22:14:10.181Zsource "~/.cargo/env.nu" # For nushell
662026-05-04T22:14:10.181Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-04T22:14:10.182Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-04T22:14:10.182Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-04T22:14:10.186Zwarn: no default linker (`cc`) was found in your PATH
702026-05-04T22:14:10.186Zwarn: many Rust crates require a system C toolchain to build
712026-05-04T22:14:10.281Z+ rustup --version
722026-05-04T22:14:10.290Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-04T22:14:10.293Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-04T22:14:10.312Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-05-04T22:14:10.315Z+ cargo --version
762026-05-04T22:14:10.327Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-05-04T22:14:10.330Z+ rustc --version
782026-05-04T22:14:10.350Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-05-04T22:14:10.353Zprocess exited: duration 16110 ms, exit code 0
 
802026-05-04T22:14:10.358Zstarting task 2: "authentication"
812026-05-04T22:14:10.374Zprocess exited: duration 15 ms, exit code 0
 
822026-05-04T22:14:10.380Zstarting task 3: "clone repository"
832026-05-04T22:14:10.383Z+ mkdir -p /work/oxidecomputer/omicron
842026-05-04T22:14:10.386Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-05-04T22:14:10.501ZCloning into '/work/oxidecomputer/omicron'...
862026-05-04T22:14:19.634Z+ cd /work/oxidecomputer/omicron
872026-05-04T22:14:19.634Z+ git fetch origin 5c70790acfcb27fac662c0e7a2e7b70923af56f8
882026-05-04T22:14:19.922ZFrom https://github.com/oxidecomputer/omicron
892026-05-04T22:14:19.922Z * branch 5c70790acfcb27fac662c0e7a2e7b70923af56f8 -> FETCH_HEAD
902026-05-04T22:14:19.931Z+ [[ -n john/populate-switch-ports-rpw ]]
912026-05-04T22:14:19.934Z++ git branch --show-current
922026-05-04T22:14:19.934Z+ current=main
932026-05-04T22:14:19.934Z+ [[ main != john/populate-switch-ports-rpw ]]
942026-05-04T22:14:19.934Z+ git branch -f john/populate-switch-ports-rpw 5c70790acfcb27fac662c0e7a2e7b70923af56f8
952026-05-04T22:14:19.937Z+ git checkout -f john/populate-switch-ports-rpw
962026-05-04T22:14:20.165ZSwitched to branch 'john/populate-switch-ports-rpw'
972026-05-04T22:14:20.168Z+ git reset --hard 5c70790acfcb27fac662c0e7a2e7b70923af56f8
982026-05-04T22:14:20.396ZHEAD is now at 5c70790ac [RSS] Move `switch_port` table population to a Nexus bg task
992026-05-04T22:14:20.399Zprocess exited: duration 10016 ms, exit code 0
 
1002026-05-04T22:14:20.405Zstarting task 4: "build"
1012026-05-04T22:14:20.409Z+ source .github/buildomat/ci-env.sh
1022026-05-04T22:14:20.412Z++ export CARGO_TERM_COLOR=always
1032026-05-04T22:14:20.412Z++ CARGO_TERM_COLOR=always
1042026-05-04T22:14:20.412Z+ cargo --version
1052026-05-04T22:14:20.419Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-05-04T22:14:20.422Z+ rustc --version
1072026-05-04T22:14:20.441Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-05-04T22:14:20.444Z+ source ./env.sh
1092026-05-04T22:14:20.444Z++ OLD_SHELL_OPTS=ehxB
1102026-05-04T22:14:20.444Z++ set -o xtrace
1112026-05-04T22:14:20.447Z++++ dirname ./env.sh
1122026-05-04T22:14:20.447Z+++ readlink -f .
1132026-05-04T22:14:20.451Z++ OMICRON_WS=/work/oxidecomputer/omicron
1142026-05-04T22:14:20.451Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152026-05-04T22:14:20.451Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1162026-05-04T22:14:20.451Z++ 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
1172026-05-04T22:14:20.451Z++ 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
1182026-05-04T22:14:20.451Z++ 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
1192026-05-04T22:14:20.451Z++ 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
1202026-05-04T22:14:20.451Z++ 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
1212026-05-04T22:14:20.451Z++ 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
1222026-05-04T22:14:20.451Z++ case $OLD_SHELL_OPTS in
1232026-05-04T22:14:20.451Z++ unset OLD_SHELL_OPTS OMICRON_WS
1242026-05-04T22:14:20.452Z+ 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
1252026-05-04T22:14:20.452Z+ 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
1262026-05-04T22:14:20.452Z+ banner prerequisites
1272026-05-04T22:14:20.452Z
1282026-05-04T22:14:20.452Z ##### ##### ###### ##### ###### #### # # # #### #
1292026-05-04T22:14:20.452Z # # # # # # # # # # # # # # #
1302026-05-04T22:14:20.452Z # # # # ##### # # ##### # # # # # #### #
1312026-05-04T22:14:20.452Z ##### ##### # ##### # # # # # # # # #
1322026-05-04T22:14:20.452Z # # # # # # # # # # # # # # #
1332026-05-04T22:14:20.452Z # # # ###### # # ###### ### # #### # #### #
1342026-05-04T22:14:20.452Z
1352026-05-04T22:14:20.452Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1362026-05-04T22:14:30.555Z Startup: Refreshing catalog 'helios-dev' ... Done
1372026-05-04T22:14:37.946Z Startup: Caching catalogs ... Done
1382026-05-04T22:14:44.668ZPlanning: Solver setup ... Done (5.286s)
1392026-05-04T22:14:44.705ZPlanning: Running solver ... Done (0.037s)
1402026-05-04T22:14:44.837ZPlanning: Finding local manifests ... Done (0.002s)
1412026-05-04T22:14:44.849ZPlanning: Fetching manifests: 0/5 0% complete
1422026-05-04T22:14:44.957ZPlanning: Fetching manifests: 5/5 100% complete
1432026-05-04T22:14:44.994ZPlanning: Package planning ... Done (0.036s)
1442026-05-04T22:14:45.030ZPlanning: Merging actions ... Done (0.036s)
1452026-05-04T22:14:45.240ZPlanning: Checking for conflicting actions ... Done (0.210s)
1462026-05-04T22:14:45.249ZPlanning: Consolidating action changes ... Done (0.009s)
1472026-05-04T22:14:46.368ZPlanning: Evaluating mediators ... Done (1.119s)
1482026-05-04T22:14:46.375ZPlanning: Planning completed in 8.26 seconds
1492026-05-04T22:14:46.386Z Packages to install: 5
1502026-05-04T22:14:46.386Z Mediators to change: 3
1512026-05-04T22:14:46.389Z Services to change: 1
1522026-05-04T22:14:46.389Z Estimated space available: 155.35 GB
1532026-05-04T22:14:46.389ZEstimated space to be consumed: 1.90 GB
1542026-05-04T22:14:46.389Z Create boot environment: No
1552026-05-04T22:14:46.389ZCreate backup boot environment: No
1562026-05-04T22:14:46.389Z Rebuild boot archive: No
1572026-05-04T22:14:46.389Z
1582026-05-04T22:14:46.389ZChanged mediators:
1592026-05-04T22:14:46.389Z mediator clang:
1602026-05-04T22:14:46.389Z version: None -> 15 (system default)
1612026-05-04T22:14:46.389Z
1622026-05-04T22:14:46.389Z mediator llvm:
1632026-05-04T22:14:46.389Z version: 14 (system default) -> 15 (system default)
1642026-05-04T22:14:46.389Z
1652026-05-04T22:14:46.390Z mediator postgresql:
1662026-05-04T22:14:46.390Z version: 15 (system default) -> 18 (system default)
1672026-05-04T22:14:46.390Z
1682026-05-04T22:14:46.390ZChanged packages:
1692026-05-04T22:14:46.390Zhelios-dev
1702026-05-04T22:14:46.390Z developer/build-essential
1712026-05-04T22:14:46.390Z None -> 11-2.0
1722026-05-04T22:14:46.390Z library/libxmlsec1
1732026-05-04T22:14:46.390Z None -> 1.2.35-2.0
1742026-05-04T22:14:46.390Z ooce/developer/clang-15
1752026-05-04T22:14:46.390Z None -> 15.0.7-2.0
1762026-05-04T22:14:46.390Z ooce/developer/llvm-15
1772026-05-04T22:14:46.390Z None -> 15.0.7-2.0
1782026-05-04T22:14:46.390Z ooce/library/postgresql-18
1792026-05-04T22:14:46.390Z None -> 18.1-2.0
1802026-05-04T22:14:46.390Z
1812026-05-04T22:14:46.390ZServices:
1822026-05-04T22:14:46.390Z restart_fmri:
1832026-05-04T22:14:46.390Z svc:/system/update-man-index:default
1842026-05-04T22:14:46.442Z
1852026-05-04T22:14:46.442ZDownload: 0/4272 items 0.0/219.0MB 0% complete
1862026-05-04T22:14:51.467ZDownload: 1195/4272 items 83.5/219.0MB 38% complete (26.8M/s)
1872026-05-04T22:14:56.469ZDownload: 1532/4272 items 116.8/219.0MB 53% complete (11.7M/s)
1882026-05-04T22:15:01.472ZDownload: 2224/4272 items 119.2/219.0MB 54% complete (5.8M/s)
1892026-05-04T22:15:08.013ZDownload: 3247/4272 items 203.1/219.0MB 92% complete (8.8M/s)
1902026-05-04T22:15:15.044ZDownload: 3282/4272 items 209.7/219.0MB 95% complete (9.0M/s)
1912026-05-04T22:15:18.168ZDownload: Completed 218.99 MB in 31.72 seconds (6.9M/s)
1922026-05-04T22:15:18.324Z Actions: 1/4789 actions (Installing new actions)
1932026-05-04T22:15:21.726Z Actions: Completed 4789 actions in 3.40 seconds.
1942026-05-04T22:15:22.385Z Done (0.655s)
1952026-05-04T22:15:22.385Z Done (0.000s)
1962026-05-04T22:15:23.118Z Done (0.733s)
1972026-05-04T22:15:26.149Z Done (2.688s)
1982026-05-04T22:15:26.230Z Done (0.023s)
1992026-05-04T22:15:26.234Z Done (0.000s)
2002026-05-04T22:15:26.499Z Done (0.000s)
2012026-05-04T22:15:27.343ZPlanning: Evaluating mediator changes ... Done
2022026-05-04T22:15:27.450ZPlanning: Checking for conflicting actions ... Done
2032026-05-04T22:15:27.453ZPlanning: Consolidating action changes ... Done
2042026-05-04T22:15:27.611ZPlanning: Evaluating mediators ... Done
2052026-05-04T22:15:27.614ZPlanning: Planning completed in 0.27 seconds
2062026-05-04T22:15:27.633Z Mediators to change: 2
2072026-05-04T22:15:27.633Z Create boot environment: No
2082026-05-04T22:15:27.633ZCreate backup boot environment: No
2092026-05-04T22:15:27.692Z Done
2102026-05-04T22:15:27.692Z Done
2112026-05-04T22:15:28.316Z Done
2122026-05-04T22:15:30.790Z Done
2132026-05-04T22:15:30.863Z Done
2142026-05-04T22:15:30.866Z Done
2152026-05-04T22:15:31.103Z Done
2162026-05-04T22:15:31.362ZPlanning: Evaluating mediator changes ... Done
2172026-05-04T22:15:31.468ZPlanning: Checking for conflicting actions ... Done
2182026-05-04T22:15:31.471ZPlanning: Consolidating action changes ... Done
2192026-05-04T22:15:31.623ZPlanning: Evaluating mediators ... Done
2202026-05-04T22:15:31.627ZPlanning: Planning completed in 0.26 seconds
2212026-05-04T22:15:31.644Z Mediators to change: 1
2222026-05-04T22:15:31.644Z Create boot environment: No
2232026-05-04T22:15:31.644ZCreate backup boot environment: No
2242026-05-04T22:15:31.684Z Done
2252026-05-04T22:15:31.684Z Done
2262026-05-04T22:15:32.278Z Done
2272026-05-04T22:15:34.719Z Done
2282026-05-04T22:15:34.786Z Done
2292026-05-04T22:15:34.789Z Done
2302026-05-04T22:15:34.998Z Done
2312026-05-04T22:15:35.283ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2322026-05-04T22:15:35.283Zclang system 15 system
2332026-05-04T22:15:35.283Zcsh system system illumos
2342026-05-04T22:15:35.283Zctags system system illumos
2352026-05-04T22:15:35.283Zfile system system illumos
2362026-05-04T22:15:35.283Zgcc vendor 12 vendor
2372026-05-04T22:15:35.283Zgcc system 14 system
2382026-05-04T22:15:35.283Zgcc system 10 system
2392026-05-04T22:15:35.283Zgo system 1.20 system
2402026-05-04T22:15:35.283Zgo system 1.19 system
2412026-05-04T22:15:35.283Zllvm system 15 system
2422026-05-04T22:15:35.283Zllvm system 14 system
2432026-05-04T22:15:35.283Zmariadb system 10.6 system
2442026-05-04T22:15:35.283Zmta vendor vendor dma
2452026-05-04T22:15:35.283Zopenjdk system 17 system
2462026-05-04T22:15:35.283Zopenjdk system 11 system
2472026-05-04T22:15:35.283Zopenjdk system 1.8 system
2482026-05-04T22:15:35.284Zopenssl vendor 3 vendor
2492026-05-04T22:15:35.284Zperl system 5.36 system
2502026-05-04T22:15:35.284Zpostgresql system 18 system
2512026-05-04T22:15:35.284Zpostgresql system 15 system
2522026-05-04T22:15:35.284Zpostgresql system 13 system
2532026-05-04T22:15:35.284Zpython vendor 3 vendor
2542026-05-04T22:15:35.284Zpython system 2 system
2552026-05-04T22:15:35.284Zpython3 system 3.11 system
2562026-05-04T22:15:35.284Zruby system 3.0 system
2572026-05-04T22:15:35.284Zwords vendor vendor american-english
2582026-05-04T22:15:35.284Zwords system system australian-english
2592026-05-04T22:15:35.284Zwords system system british-english
2602026-05-04T22:15:35.284Zwords system system canadian-english
2612026-05-04T22:15:35.284Zwords system system french
2622026-05-04T22:15:35.284Zwords system system italian
2632026-05-04T22:15:35.284Zwords system system ngerman
2642026-05-04T22:15:35.284Zwords system system ogerman
2652026-05-04T22:15:35.284Zwords system system spanish
2662026-05-04T22:15:35.510ZPUBLISHER TYPE STATUS P LOCATION
2672026-05-04T22:15:35.510Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2682026-05-04T22:15:40.112ZFMRI IFO
2692026-05-04T22:15:40.112Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2702026-05-04T22:15:40.112Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2712026-05-04T22:15:40.112Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2722026-05-04T22:15:40.112Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2732026-05-04T22:15:40.112Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2742026-05-04T22:15:40.112Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2752026-05-04T22:15:40.112Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260217T164409Z im-
2762026-05-04T22:15:40.112Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260213T170424Z ---
2772026-05-04T22:15:40.112Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2782026-05-04T22:15:40.112Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2792026-05-04T22:15:40.112Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2802026-05-04T22:15:40.112Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2812026-05-04T22:15:40.112Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2822026-05-04T22:15:40.113Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2832026-05-04T22:15:40.113Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2842026-05-04T22:15:40.113Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2852026-05-04T22:15:40.113Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2862026-05-04T22:15:41.226Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2872026-05-04T22:15:41.521Z Updating crates.io index
2882026-05-04T22:15:41.576Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2892026-05-04T22:15:42.308Z Updating git repository `https://github.com/oxidecomputer/lldp`
2902026-05-04T22:15:42.793Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2912026-05-04T22:15:43.413Z Updating git repository `https://github.com/oxidecomputer/propolis`
2922026-05-04T22:15:44.212Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2932026-05-04T22:15:44.717Z Updating git repository `https://github.com/oxidecomputer/crucible`
2942026-05-04T22:15:46.076Z Updating git repository `https://github.com/oxidecomputer/opte`
2952026-05-04T22:15:47.002Z Updating git repository `https://github.com/oxidecomputer/tofino`
2962026-05-04T22:15:47.302Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2972026-05-04T22:15:48.220Z Updating git repository `https://github.com/oxidecomputer/clickward`
2982026-05-04T22:15:48.843Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2992026-05-04T22:15:49.218Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3002026-05-04T22:15:49.635Z Updating git repository `https://github.com/oxidecomputer/dendrite`
3012026-05-04T22:15:50.544Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3022026-05-04T22:15:51.094Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3032026-05-04T22:15:51.444Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3042026-05-04T22:15:51.869Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3052026-05-04T22:15:52.324Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3062026-05-04T22:15:52.570Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3072026-05-04T22:15:52.808Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3082026-05-04T22:15:53.097Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3092026-05-04T22:15:53.523Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3102026-05-04T22:15:54.051Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3112026-05-04T22:15:54.508Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3122026-05-04T22:15:54.768Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3132026-05-04T22:15:55.088Z Updating git repository `https://github.com/oxidecomputer/ispf`
3142026-05-04T22:15:56.125Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3152026-05-04T22:15:56.700Z Updating git repository `https://github.com/oxidecomputer/crucible`
3162026-05-04T22:15:57.244Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3172026-05-04T22:15:57.676Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3182026-05-04T22:15:58.150Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3192026-05-04T22:15:58.461Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3202026-05-04T22:15:58.774Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3212026-05-04T22:15:59.296Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3222026-05-04T22:15:59.537Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3232026-05-04T22:15:59.805Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3242026-05-04T22:16:00.105Z Updating git repository `https://github.com/illumos/smf-rs`
3252026-05-04T22:16:00.435Z Updating git repository `https://github.com/oxidecomputer/omicron`
3262026-05-04T22:16:12.400Z Downloading crates ...
3272026-05-04T22:16:12.458Z Downloaded anstream v0.6.21
3282026-05-04T22:16:12.464Z Downloaded thiserror v1.0.69
3292026-05-04T22:16:12.467Z Downloaded unicode-linebreak v0.1.5
3302026-05-04T22:16:12.471Z Downloaded serde-untagged v0.1.9
3312026-05-04T22:16:12.476Z Downloaded zerofrom-derive v0.1.6
3322026-05-04T22:16:12.479Z Downloaded swrite v0.1.0
3332026-05-04T22:16:12.479Z Downloaded thread-id v4.2.2
3342026-05-04T22:16:12.482Z Downloaded fs-err v3.3.0
3352026-05-04T22:16:12.482Z Downloaded textwrap v0.16.2
3362026-05-04T22:16:12.484Z Downloaded toml_datetime v0.6.11
3372026-05-04T22:16:12.484Z Downloaded toml_write v0.1.2
3382026-05-04T22:16:12.485Z Downloaded errno v0.3.14
3392026-05-04T22:16:12.487Z Downloaded version_check v0.9.5
3402026-05-04T22:16:12.487Z Downloaded is_terminal_polyfill v1.70.2
3412026-05-04T22:16:12.488Z Downloaded smallvec v1.15.1
3422026-05-04T22:16:12.493Z Downloaded zerofrom v0.1.6
3432026-05-04T22:16:12.493Z Downloaded getrandom v0.4.1
3442026-05-04T22:16:12.493Z Downloaded typeid v1.0.3
3452026-05-04T22:16:12.493Z Downloaded usdt-macro v0.5.0
3462026-05-04T22:16:12.493Z Downloaded icu_provider v2.1.1
3472026-05-04T22:16:12.496Z Downloaded pest_derive v2.8.6
3482026-05-04T22:16:12.496Z Downloaded typenum v1.19.0
3492026-05-04T22:16:12.498Z Downloaded once_cell v1.21.3
3502026-05-04T22:16:12.501Z Downloaded usdt-attr-macro v0.5.0
3512026-05-04T22:16:12.501Z Downloaded tabled_derive v0.7.0
3522026-05-04T22:16:12.501Z Downloaded unicode-xid v0.2.6
3532026-05-04T22:16:12.501Z Downloaded icu_normalizer v2.1.1
3542026-05-04T22:16:12.505Z Downloaded quote v1.0.45
3552026-05-04T22:16:12.507Z Downloaded yoke-derive v0.8.1
3562026-05-04T22:16:12.507Z Downloaded utf8parse v0.2.2
3572026-05-04T22:16:12.507Z Downloaded utf8_iter v1.0.4
3582026-05-04T22:16:12.507Z Downloaded clap_lex v1.0.0
3592026-05-04T22:16:12.508Z Downloaded camino-tempfile v1.4.1
3602026-05-04T22:16:12.510Z Downloaded usdt v0.5.0
3612026-05-04T22:16:12.510Z Downloaded strsim v0.11.1
3622026-05-04T22:16:12.511Z Downloaded form_urlencoded v1.2.2
3632026-05-04T22:16:12.511Z Downloaded equivalent v1.0.2
3642026-05-04T22:16:12.513Z Downloaded usdt-impl v0.5.0
3652026-05-04T22:16:12.517Z Downloaded pretty-hex v0.4.1
3662026-05-04T22:16:12.517Z Downloaded clap v4.5.60
3672026-05-04T22:16:12.521Z Downloaded writeable v0.6.2
3682026-05-04T22:16:12.524Z Downloaded zmij v1.0.21
3692026-05-04T22:16:12.524Z Downloaded thiserror-impl v2.0.18
3702026-05-04T22:16:12.527Z Downloaded anyhow v1.0.102
3712026-05-04T22:16:12.527Z Downloaded unicode-ident v1.0.24
3722026-05-04T22:16:12.531Z Downloaded idna_adapter v1.2.1
3732026-05-04T22:16:12.531Z Downloaded thiserror-impl v1.0.69
3742026-05-04T22:16:12.531Z Downloaded ucd-trie v0.1.7
3752026-05-04T22:16:12.531Z Downloaded semver v1.0.28
3762026-05-04T22:16:12.534Z Downloaded zerovec-derive v0.11.2
3772026-05-04T22:16:12.534Z Downloaded thiserror v2.0.18
3782026-05-04T22:16:12.538Z Downloaded smawk v0.3.2
3792026-05-04T22:16:12.538Z Downloaded memmap v0.7.0
3802026-05-04T22:16:12.541Z Downloaded zerocopy-derive v0.7.35
3812026-05-04T22:16:12.541Z Downloaded yoke v0.8.1
3822026-05-04T22:16:12.545Z Downloaded serde_spanned v0.6.9
3832026-05-04T22:16:12.545Z Downloaded zerotrie v0.2.3
3842026-05-04T22:16:12.548Z Downloaded colorchoice v1.0.4
3852026-05-04T22:16:12.548Z Downloaded toml v0.8.23
3862026-05-04T22:16:12.548Z Downloaded tinystr v0.8.2
3872026-05-04T22:16:12.548Z Downloaded toml_edit v0.22.27
3882026-05-04T22:16:12.551Z Downloaded url v2.5.8
3892026-05-04T22:16:12.554Z Downloaded cargo_toml v0.21.0
3902026-05-04T22:16:12.554Z Downloaded bytecount v0.6.9
3912026-05-04T22:16:12.557Z Downloaded erased-serde v0.4.9
3922026-05-04T22:16:12.557Z Downloaded stable_deref_trait v1.2.1
3932026-05-04T22:16:12.557Z Downloaded cargo-platform v0.2.0
3942026-05-04T22:16:12.560Z Downloaded heck v0.4.1
3952026-05-04T22:16:12.560Z Downloaded fnv v1.0.7
3962026-05-04T22:16:12.560Z Downloaded generic-array v0.14.7
3972026-05-04T22:16:12.563Z Downloaded proc-macro-error-attr v1.0.4
3982026-05-04T22:16:12.563Z Downloaded fastrand v2.3.0
3992026-05-04T22:16:12.563Z Downloaded crypto-common v0.1.7
4002026-05-04T22:16:12.566Z Downloaded zerovec v0.11.5
4012026-05-04T22:16:12.569Z Downloaded cpufeatures v0.2.17
4022026-05-04T22:16:12.572Z Downloaded heck v0.5.0
4032026-05-04T22:16:12.572Z Downloaded block-buffer v0.10.4
4042026-05-04T22:16:12.572Z Downloaded plain v0.2.3
4052026-05-04T22:16:12.575Z Downloaded cfg-if v1.0.4
4062026-05-04T22:16:12.575Z Downloaded itoa v1.0.17
4072026-05-04T22:16:12.575Z Downloaded dtrace-parser v0.2.0
4082026-05-04T22:16:12.575Z Downloaded terminal_size v0.4.3
4092026-05-04T22:16:12.577Z Downloaded serde_tokenstream v0.2.3
4102026-05-04T22:16:12.580Z Downloaded litemap v0.8.1
4112026-05-04T22:16:12.583Z Downloaded zerocopy v0.7.35
4122026-05-04T22:16:12.591Z Downloaded scroll_derive v0.12.1
4132026-05-04T22:16:12.594Z Downloaded anstyle-query v1.1.5
4142026-05-04T22:16:12.595Z Downloaded potential_utf v0.1.4
4152026-05-04T22:16:12.595Z Downloaded percent-encoding v2.3.2
4162026-05-04T22:16:12.595Z Downloaded unicode-width v0.2.0
4172026-05-04T22:16:12.598Z Downloaded serde-value v0.7.0
4182026-05-04T22:16:12.598Z Downloaded unicode-width v0.1.14
4192026-05-04T22:16:12.600Z Downloaded macaddr v1.0.1
4202026-05-04T22:16:12.600Z Downloaded dof v0.3.0
4212026-05-04T22:16:12.600Z Downloaded winnow v0.7.14
4222026-05-04T22:16:12.606Z Downloaded proc-macro-error v1.0.4
4232026-05-04T22:16:12.608Z Downloaded cargo_metadata v0.21.0
4242026-05-04T22:16:12.608Z Downloaded scroll v0.12.0
4252026-05-04T22:16:12.612Z Downloaded cargo-util-schemas v0.8.2
4262026-05-04T22:16:12.623Z Downloaded serde v1.0.228
4272026-05-04T22:16:12.626Z Downloaded sha2 v0.10.9
4282026-05-04T22:16:12.629Z Downloaded ordered-float v2.10.1
4292026-05-04T22:16:12.632Z Downloaded num-traits v0.2.19
4302026-05-04T22:16:12.635Z Downloaded anstyle-parse v0.2.7
4312026-05-04T22:16:12.637Z Downloaded autocfg v1.5.0
4322026-05-04T22:16:12.642Z Downloaded displaydoc v0.2.5
4332026-05-04T22:16:12.655Z Downloaded anstyle v1.0.13
4342026-05-04T22:16:12.658Z Downloaded synstructure v0.13.2
4352026-05-04T22:16:12.658Z Downloaded byteorder v1.5.0
4362026-05-04T22:16:12.665Z Downloaded clap_derive v4.5.55
4372026-05-04T22:16:12.672Z Downloaded log v0.4.29
4382026-05-04T22:16:12.678Z Downloaded bitflags v2.11.0
4392026-05-04T22:16:12.681Z Downloaded icu_properties v2.1.2
4402026-05-04T22:16:12.684Z Downloaded pest_generator v2.8.6
4412026-05-04T22:16:12.687Z Downloaded papergrid v0.11.0
4422026-05-04T22:16:12.689Z Downloaded serde_derive v1.0.228
4432026-05-04T22:16:12.689Z Downloaded icu_normalizer_data v2.1.1
4442026-05-04T22:16:12.693Z Downloaded camino v1.2.2
4452026-05-04T22:16:12.693Z Downloaded serde_core v1.0.228
4462026-05-04T22:16:12.696Z Downloaded digest v0.10.7
4472026-05-04T22:16:12.696Z Downloaded tempfile v3.25.0
4482026-05-04T22:16:12.704Z Downloaded memchr v2.8.0
4492026-05-04T22:16:12.707Z Downloaded proc-macro2 v1.0.106
4502026-05-04T22:16:12.710Z Downloaded pest_meta v2.8.6
4512026-05-04T22:16:12.720Z Downloaded icu_locale_core v2.1.1
4522026-05-04T22:16:12.723Z Downloaded icu_collections v2.1.1
4532026-05-04T22:16:12.726Z Downloaded hashbrown v0.17.0
4542026-05-04T22:16:12.729Z Downloaded pest v2.8.6
4552026-05-04T22:16:12.732Z Downloaded indexmap v2.14.0
4562026-05-04T22:16:12.737Z Downloaded icu_properties_data v2.1.2
4572026-05-04T22:16:12.748Z Downloaded clap_builder v4.5.60
4582026-05-04T22:16:12.752Z Downloaded goblin v0.8.2
4592026-05-04T22:16:12.757Z Downloaded idna v1.1.0
4602026-05-04T22:16:12.761Z Downloaded serde_json v1.0.149
4612026-05-04T22:16:12.776Z Downloaded tabled v0.15.0
4622026-05-04T22:16:12.785Z Downloaded syn v1.0.109
4632026-05-04T22:16:12.794Z Downloaded syn v2.0.117
4642026-05-04T22:16:12.807Z Downloaded rustix v1.1.3
4652026-05-04T22:16:12.835Z Downloaded libc v0.2.185
4662026-05-04T22:16:12.901Z Compiling proc-macro2 v1.0.106
4672026-05-04T22:16:12.904Z Compiling quote v1.0.45
4682026-05-04T22:16:12.904Z Compiling unicode-ident v1.0.24
4692026-05-04T22:16:12.904Z Compiling serde_core v1.0.228
4702026-05-04T22:16:12.904Z Compiling libc v0.2.185
4712026-05-04T22:16:12.904Z Compiling version_check v0.9.5
4722026-05-04T22:16:12.904Z Compiling memchr v2.8.0
4732026-05-04T22:16:12.904Z Compiling serde v1.0.228
4742026-05-04T22:16:13.240Z Compiling stable_deref_trait v1.2.1
4752026-05-04T22:16:13.321Z Compiling zmij v1.0.21
4762026-05-04T22:16:13.428Z Compiling itoa v1.0.17
4772026-05-04T22:16:13.581Z Compiling autocfg v1.5.0
4782026-05-04T22:16:13.633Z Compiling thiserror v1.0.69
4792026-05-04T22:16:13.637Z Compiling ucd-trie v0.1.7
4802026-05-04T22:16:13.936Z Compiling pest v2.8.6
4812026-05-04T22:16:13.973Z Compiling litemap v0.8.1
4822026-05-04T22:16:14.017Z Compiling writeable v0.6.2
4832026-05-04T22:16:14.100Z Compiling byteorder v1.5.0
4842026-05-04T22:16:14.165Z Compiling rustix v1.1.3
4852026-05-04T22:16:14.328Z Compiling icu_normalizer_data v2.1.1
4862026-05-04T22:16:14.331Z Compiling icu_properties_data v2.1.2
4872026-05-04T22:16:14.478Z Compiling syn v2.0.117
4882026-05-04T22:16:14.549Z Compiling errno v0.3.14
4892026-05-04T22:16:14.582Z Compiling serde_json v1.0.149
4902026-05-04T22:16:14.599Z Compiling bitflags v2.11.0
4912026-05-04T22:16:14.854Z Compiling num-traits v0.2.19
4922026-05-04T22:16:14.929Z Compiling smallvec v1.15.1
4932026-05-04T22:16:15.061Z Compiling pest_meta v2.8.6
4942026-05-04T22:16:15.108Z Compiling typeid v1.0.3
4952026-05-04T22:16:15.149Z Compiling equivalent v1.0.2
4962026-05-04T22:16:15.231Z Compiling hashbrown v0.17.0
4972026-05-04T22:16:15.423Z Compiling thread-id v4.2.2
4982026-05-04T22:16:15.449Z Compiling usdt-impl v0.5.0
4992026-05-04T22:16:15.512Z Compiling proc-macro-error-attr v1.0.4
5002026-05-04T22:16:15.530Z Compiling syn v1.0.109
5012026-05-04T22:16:15.664Z Compiling winnow v0.7.14
5022026-05-04T22:16:15.702Z Compiling erased-serde v0.4.9
5032026-05-04T22:16:15.812Z Compiling indexmap v2.14.0
5042026-05-04T22:16:15.842Z Compiling toml_write v0.1.2
5052026-05-04T22:16:16.231Z Compiling proc-macro-error v1.0.4
5062026-05-04T22:16:16.430Z Compiling percent-encoding v2.3.2
5072026-05-04T22:16:16.461Z Compiling plain v0.2.3
5082026-05-04T22:16:16.582Z Compiling utf8parse v0.2.2
5092026-05-04T22:16:16.631Z Compiling log v0.4.29
5102026-05-04T22:16:16.722Z Compiling utf8_iter v1.0.4
5112026-05-04T22:16:16.729Z Compiling thiserror v2.0.18
5122026-05-04T22:16:16.751Z Compiling getrandom v0.4.1
5132026-05-04T22:16:16.818Z Compiling camino v1.2.2
5142026-05-04T22:16:16.856Z Compiling anstyle-parse v0.2.7
5152026-05-04T22:16:16.969Z Compiling ordered-float v2.10.1
5162026-05-04T22:16:17.043Z Compiling form_urlencoded v1.2.2
5172026-05-04T22:16:17.142Z Compiling synstructure v0.13.2
5182026-05-04T22:16:17.160Z Compiling pest_generator v2.8.6
5192026-05-04T22:16:17.294Z Compiling terminal_size v0.4.3
5202026-05-04T22:16:17.437Z Compiling anstyle-query v1.1.5
5212026-05-04T22:16:17.527Z Compiling anstyle v1.0.13
5222026-05-04T22:16:17.556Z Compiling cfg-if v1.0.4
5232026-05-04T22:16:17.625Z Compiling pretty-hex v0.4.1
5242026-05-04T22:16:17.643Z Compiling colorchoice v1.0.4
5252026-05-04T22:16:17.738Z Compiling is_terminal_polyfill v1.70.2
5262026-05-04T22:16:17.741Z Compiling serde-untagged v0.1.9
5272026-05-04T22:16:17.837Z Compiling anstream v0.6.21
5282026-05-04T22:16:17.856Z Compiling semver v1.0.28
5292026-05-04T22:16:17.948Z Compiling fs-err v3.3.0
5302026-05-04T22:16:17.999Z Compiling fastrand v2.3.0
5312026-05-04T22:16:18.142Z Compiling heck v0.4.1
5322026-05-04T22:16:18.160Z Compiling clap_lex v1.0.0
5332026-05-04T22:16:18.177Z Compiling unicode-xid v0.2.6
5342026-05-04T22:16:18.195Z Compiling fnv v1.0.7
5352026-05-04T22:16:18.265Z Compiling unicode-width v0.1.14
5362026-05-04T22:16:18.300Z Compiling heck v0.5.0
5372026-05-04T22:16:18.318Z Compiling strsim v0.11.1
5382026-05-04T22:16:18.390Z Compiling bytecount v0.6.9
5392026-05-04T22:16:18.530Z Compiling anyhow v1.0.102
5402026-05-04T22:16:18.549Z Compiling once_cell v1.21.3
5412026-05-04T22:16:18.553Z Compiling clap_builder v4.5.60
5422026-05-04T22:16:18.664Z Compiling papergrid v0.11.0
5432026-05-04T22:16:18.767Z Compiling tempfile v3.25.0
5442026-05-04T22:16:18.786Z Compiling memmap v0.7.0
5452026-05-04T22:16:18.811Z Compiling serde_derive v1.0.228
5462026-05-04T22:16:18.834Z Compiling zerofrom-derive v0.1.6
5472026-05-04T22:16:18.965Z Compiling yoke-derive v0.8.1
5482026-05-04T22:16:19.140Z Compiling zerovec-derive v0.11.2
5492026-05-04T22:16:20.285Z Compiling displaydoc v0.2.5
5502026-05-04T22:16:20.288Z Compiling thiserror-impl v1.0.69
5512026-05-04T22:16:20.288Z Compiling zerocopy-derive v0.7.35
5522026-05-04T22:16:20.288Z Compiling pest_derive v2.8.6
5532026-05-04T22:16:20.288Z Compiling zerofrom v0.1.6
5542026-05-04T22:16:20.298Z Compiling scroll_derive v0.12.1
5552026-05-04T22:16:20.393Z Compiling yoke v0.8.1
5562026-05-04T22:16:20.581Z Compiling zerovec v0.11.5
5572026-05-04T22:16:20.601Z Compiling zerotrie v0.2.3
5582026-05-04T22:16:20.919Z Compiling thiserror-impl v2.0.18
5592026-05-04T22:16:20.970Z Compiling scroll v0.12.0
5602026-05-04T22:16:21.005Z Compiling zerocopy v0.7.35
5612026-05-04T22:16:21.106Z Compiling tinystr v0.8.2
5622026-05-04T22:16:21.251Z Compiling potential_utf v0.1.4
5632026-05-04T22:16:21.322Z Compiling icu_locale_core v2.1.1
5642026-05-04T22:16:21.422Z Compiling icu_collections v2.1.1
5652026-05-04T22:16:21.453Z Compiling dtrace-parser v0.2.0
5662026-05-04T22:16:21.564Z Compiling goblin v0.8.2
5672026-05-04T22:16:21.583Z Compiling tabled_derive v0.7.0
5682026-05-04T22:16:22.005Z Compiling icu_provider v2.1.1
5692026-05-04T22:16:22.186Z Compiling clap_derive v4.5.55
5702026-05-04T22:16:22.205Z Compiling unicode-width v0.2.0
5712026-05-04T22:16:22.261Z Compiling icu_normalizer v2.1.1
5722026-05-04T22:16:22.308Z Compiling icu_properties v2.1.2
5732026-05-04T22:16:22.326Z Compiling serde_spanned v0.6.9
5742026-05-04T22:16:22.416Z Compiling toml_datetime v0.6.11
5752026-05-04T22:16:22.475Z Compiling dof v0.3.0
5762026-05-04T22:16:22.495Z Compiling serde_tokenstream v0.2.3
5772026-05-04T22:16:22.630Z Compiling toml_edit v0.22.27
5782026-05-04T22:16:22.676Z Compiling serde-value v0.7.0
5792026-05-04T22:16:22.814Z Compiling cargo-platform v0.2.0
5802026-05-04T22:16:22.869Z Compiling smawk v0.3.2
5812026-05-04T22:16:23.018Z Compiling unicode-linebreak v0.1.5
5822026-05-04T22:16:23.039Z Compiling tabled v0.15.0
5832026-05-04T22:16:23.087Z Compiling macaddr v1.0.1
5842026-05-04T22:16:23.267Z Compiling idna_adapter v1.2.1
5852026-05-04T22:16:23.325Z Compiling textwrap v0.16.2
5862026-05-04T22:16:23.399Z Compiling idna v1.1.0
5872026-05-04T22:16:23.421Z Compiling usdt-attr-macro v0.5.0
5882026-05-04T22:16:23.421Z Compiling usdt-macro v0.5.0
5892026-05-04T22:16:23.944Z Compiling url v2.5.8
5902026-05-04T22:16:24.049Z Compiling toml v0.8.23
5912026-05-04T22:16:24.070Z Compiling clap v4.5.60
5922026-05-04T22:16:24.489Z Compiling cargo-util-schemas v0.8.2
5932026-05-04T22:16:24.516Z Compiling usdt v0.5.0
5942026-05-04T22:16:24.663Z Compiling cargo_toml v0.21.0
5952026-05-04T22:16:24.698Z Compiling camino-tempfile v1.4.1
5962026-05-04T22:16:24.772Z Compiling swrite v0.1.0
5972026-05-04T22:16:24.921Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5982026-05-04T22:16:25.482Z Compiling cargo_metadata v0.21.0
5992026-05-04T22:16:26.427Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
6002026-05-04T22:16:28.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.42s
6012026-05-04T22:16:28.720Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
6022026-05-04T22:16:29.270Z Downloading crates ...
6032026-05-04T22:16:29.360Z Downloaded arrayref v0.3.9
6042026-05-04T22:16:29.365Z Downloaded async-stream v0.3.6
6052026-05-04T22:16:29.368Z Downloaded aead v0.5.2
6062026-05-04T22:16:29.368Z Downloaded argon2 v0.5.3
6072026-05-04T22:16:29.371Z Downloaded async-recursion v1.1.1
6082026-05-04T22:16:29.374Z Downloaded ascii-canvas v3.0.0
6092026-05-04T22:16:29.377Z Downloaded array-init v0.0.4
6102026-05-04T22:16:29.377Z Downloaded assert_matches v1.5.0
6112026-05-04T22:16:29.380Z Downloaded derive_builder v0.20.2
6122026-05-04T22:16:29.382Z Downloaded async-compression v0.4.41
6132026-05-04T22:16:29.385Z Downloaded crossbeam-epoch v0.9.18
6142026-05-04T22:16:29.385Z Downloaded async-bb8-diesel v0.2.1
6152026-05-04T22:16:29.388Z Downloaded csv-core v0.1.13
6162026-05-04T22:16:29.391Z Downloaded bit-set v0.5.3
6172026-05-04T22:16:29.391Z Downloaded cstr-argument v0.1.2
6182026-05-04T22:16:29.391Z Downloaded crunchy v0.2.4
6192026-05-04T22:16:29.391Z Downloaded ctr v0.9.2
6202026-05-04T22:16:29.394Z Downloaded crc32fast v1.5.0
6212026-05-04T22:16:29.394Z Downloaded bit-set v0.8.0
6222026-05-04T22:16:29.397Z Downloaded base64ct v1.8.3
6232026-05-04T22:16:29.400Z Downloaded bit-vec v0.8.0
6242026-05-04T22:16:29.402Z Downloaded display-error-chain v0.2.2
6252026-05-04T22:16:29.402Z Downloaded bzip2 v0.4.4
6262026-05-04T22:16:29.405Z Downloaded compression-core v0.4.31
6272026-05-04T22:16:29.408Z Downloaded cargo_metadata v0.19.2
6282026-05-04T22:16:29.411Z Downloaded clang-sys v1.8.1
6292026-05-04T22:16:29.414Z Downloaded ar_archive_writer v0.5.1
6302026-05-04T22:16:29.416Z Downloaded atomic-waker v1.1.2
6312026-05-04T22:16:29.419Z Downloaded cancel-safe-futures v0.1.5
6322026-05-04T22:16:29.422Z Downloaded cpufeatures v0.3.0
6332026-05-04T22:16:29.425Z Downloaded convert_case v0.4.0
6342026-05-04T22:16:29.425Z Downloaded cfg_aliases v0.2.1
6352026-05-04T22:16:29.425Z Downloaded curve25519-dalek v4.1.3
6362026-05-04T22:16:29.468Z Downloaded crc v3.4.0
6372026-05-04T22:16:29.472Z Downloaded chacha20 v0.9.1
6382026-05-04T22:16:29.472Z Downloaded bcrypt-pbkdf v0.10.0
6392026-05-04T22:16:29.472Z Downloaded base16ct v0.2.0
6402026-05-04T22:16:29.472Z Downloaded endian-type v0.1.2
6412026-05-04T22:16:29.473Z Downloaded adler2 v2.0.1
6422026-05-04T22:16:29.473Z Downloaded derive_builder_core v0.20.2
6432026-05-04T22:16:29.473Z Downloaded corncobs v0.1.4
6442026-05-04T22:16:29.473Z Downloaded colored v2.2.0
6452026-05-04T22:16:29.473Z Downloaded funty v2.0.0
6462026-05-04T22:16:29.473Z Downloaded crypto-bigint v0.5.5
6472026-05-04T22:16:29.473Z Downloaded arrayvec v0.7.6
6482026-05-04T22:16:29.473Z Downloaded enum-as-inner v0.6.1
6492026-05-04T22:16:29.473Z Downloaded dirs-sys-next v0.1.2
6502026-05-04T22:16:29.473Z Downloaded derive_builder_macro v0.20.2
6512026-05-04T22:16:29.473Z Downloaded castaway v0.2.4
6522026-05-04T22:16:29.473Z Downloaded diesel_table_macro_syntax v0.3.0
6532026-05-04T22:16:29.473Z Downloaded colored v3.1.1
6542026-05-04T22:16:29.473Z Downloaded gethostname v0.5.0
6552026-05-04T22:16:29.473Z Downloaded fs-err v2.11.0
6562026-05-04T22:16:29.473Z Downloaded dsl_auto_type v0.2.0
6572026-05-04T22:16:29.473Z Downloaded cmake v0.1.57
6582026-05-04T22:16:29.473Z Downloaded block-padding v0.3.3
6592026-05-04T22:16:29.473Z Downloaded fs_extra v1.3.0
6602026-05-04T22:16:29.473Z Downloaded bitfield-macros v0.19.4
6612026-05-04T22:16:29.473Z Downloaded cfg_aliases v0.1.1
6622026-05-04T22:16:29.473Z Downloaded blowfish v0.9.1
6632026-05-04T22:16:29.473Z Downloaded cc v1.2.56
6642026-05-04T22:16:29.473Z Downloaded document-features v0.2.12
6652026-05-04T22:16:29.473Z Downloaded defmt v0.3.100
6662026-05-04T22:16:29.473Z Downloaded ciborium-io v0.2.2
6672026-05-04T22:16:29.473Z Downloaded dirs-next v2.0.0
6682026-05-04T22:16:29.473Z Downloaded crc-catalog v2.4.0
6692026-05-04T22:16:29.473Z Downloaded darling_macro v0.20.11
6702026-05-04T22:16:29.473Z Downloaded bitflags v1.3.2
6712026-05-04T22:16:29.473Z Downloaded futures-task v0.3.32
6722026-05-04T22:16:29.473Z Downloaded embedded-io v0.4.0
6732026-05-04T22:16:29.473Z Downloaded ciborium-ll v0.2.2
6742026-05-04T22:16:29.473Z Downloaded fd-lock v4.0.4
6752026-05-04T22:16:29.477Z Downloaded cargo-platform v0.1.9
6762026-05-04T22:16:29.477Z Downloaded bitfield-struct v0.6.2
6772026-05-04T22:16:29.477Z Downloaded erased-serde v0.3.31
6782026-05-04T22:16:29.477Z Downloaded embedded-io v0.6.1
6792026-05-04T22:16:29.477Z Downloaded darling_macro v0.23.0
6802026-05-04T22:16:29.480Z Downloaded dof v0.4.0
6812026-05-04T22:16:29.480Z Downloaded daft v0.1.5
6822026-05-04T22:16:29.480Z Downloaded bcs v0.1.6
6832026-05-04T22:16:29.480Z Downloaded atomicwrites v0.4.4
6842026-05-04T22:16:29.484Z Downloaded arc-swap v1.8.2
6852026-05-04T22:16:29.484Z Downloaded downcast-rs v2.0.2
6862026-05-04T22:16:29.486Z Downloaded debug-ignore v1.0.5
6872026-05-04T22:16:29.486Z Downloaded darling_macro v0.21.3
6882026-05-04T22:16:29.486Z Downloaded difflib v0.4.0
6892026-05-04T22:16:29.489Z Downloaded futures-sink v0.3.32
6902026-05-04T22:16:29.489Z Downloaded foreign-types-shared v0.1.1
6912026-05-04T22:16:29.489Z Downloaded flagset v0.4.7
6922026-05-04T22:16:29.489Z Downloaded fixedbitset v0.4.2
6932026-05-04T22:16:29.492Z Downloaded git-stub v1.0.0
6942026-05-04T22:16:29.492Z Downloaded async-stream-impl v0.3.6
6952026-05-04T22:16:29.495Z Downloaded foreign-types-macros v0.2.3
6962026-05-04T22:16:29.498Z Downloaded foreign-types-shared v0.3.1
6972026-05-04T22:16:29.502Z Downloaded defmt-parser v1.0.0
6982026-05-04T22:16:29.504Z Downloaded curve25519-dalek-derive v0.1.1
6992026-05-04T22:16:29.505Z Downloaded crucible-workspace-hack v0.1.0
7002026-05-04T22:16:29.507Z Downloaded foreign-types v0.5.0
7012026-05-04T22:16:29.507Z Downloaded foreign-types v0.3.2
7022026-05-04T22:16:29.510Z Downloaded atty v0.2.14
7032026-05-04T22:16:29.510Z Downloaded env_filter v1.0.0
7042026-05-04T22:16:29.510Z Downloaded fxhash v0.2.1
7052026-05-04T22:16:29.513Z Downloaded futures-macro v0.3.32
7062026-05-04T22:16:29.513Z Downloaded crc8 v0.1.1
7072026-05-04T22:16:29.513Z Downloaded bb8 v0.8.6
7082026-05-04T22:16:29.513Z Downloaded dtrace-parser v0.3.0
7092026-05-04T22:16:29.516Z Downloaded futures-core v0.3.32
7102026-05-04T22:16:29.519Z Downloaded ghash v0.5.1
7112026-05-04T22:16:29.519Z Downloaded futures-io v0.3.32
7122026-05-04T22:16:29.519Z Downloaded const_format v0.2.35
7132026-05-04T22:16:29.522Z Downloaded dunce v1.0.5
7142026-05-04T22:16:29.522Z Downloaded defmt v1.0.1
7152026-05-04T22:16:29.526Z Downloaded find-msvc-tools v0.1.9
7162026-05-04T22:16:29.529Z Downloaded env_logger v0.11.9
7172026-05-04T22:16:29.529Z Downloaded data-encoding v2.10.0
7182026-05-04T22:16:29.529Z Downloaded ed25519 v2.2.3
7192026-05-04T22:16:29.532Z Downloaded headers-core v0.3.0
7202026-05-04T22:16:29.532Z Downloaded globwalk v0.9.1
7212026-05-04T22:16:29.532Z Downloaded dyn-clone v1.0.20
7222026-05-04T22:16:29.532Z Downloaded daft-derive v0.1.5
7232026-05-04T22:16:29.535Z Downloaded defmt-macros v1.0.1
7242026-05-04T22:16:29.538Z Downloaded cobs v0.3.0
7252026-05-04T22:16:29.538Z Downloaded constant_time_eq v0.4.2
7262026-05-04T22:16:29.541Z Downloaded bitfield v0.19.4
7272026-05-04T22:16:29.541Z Downloaded cipher v0.4.4
7282026-05-04T22:16:29.541Z Downloaded cassowary v0.3.0
7292026-05-04T22:16:29.544Z Downloaded cexpr v0.6.0
7302026-05-04T22:16:29.544Z Downloaded backoff v0.4.0
7312026-05-04T22:16:29.547Z Downloaded hostname v0.4.2
7322026-05-04T22:16:29.547Z Downloaded hostname v0.3.1
7332026-05-04T22:16:29.548Z Downloaded home v0.5.12
7342026-05-04T22:16:29.551Z Downloaded http-range v0.1.5
7352026-05-04T22:16:29.551Z Downloaded camino-tempfile-ext v0.3.3
7362026-05-04T22:16:29.551Z Downloaded git-stub-vcs v0.1.0
7372026-05-04T22:16:29.551Z Downloaded float-cmp v0.10.0
7382026-05-04T22:16:29.554Z Downloaded futures-executor v0.3.32
7392026-05-04T22:16:29.554Z Downloaded drift v0.1.3
7402026-05-04T22:16:29.558Z Downloaded foldhash v0.1.5
7412026-05-04T22:16:29.558Z Downloaded convert_case v0.10.0
7422026-05-04T22:16:29.561Z Downloaded bit-vec v0.6.3
7432026-05-04T22:16:29.561Z Downloaded ff v0.13.1
7442026-05-04T22:16:29.561Z Downloaded either v1.15.0
7452026-05-04T22:16:29.564Z Downloaded derive-ex v0.1.8
7462026-05-04T22:16:29.564Z Downloaded const_format_proc_macros v0.2.34
7472026-05-04T22:16:29.564Z Downloaded cbc v0.1.2
7482026-05-04T22:16:29.567Z Downloaded ena v0.14.4
7492026-05-04T22:16:29.567Z Downloaded fixedbitset v0.5.7
7502026-05-04T22:16:29.567Z Downloaded ecdsa v0.16.9
7512026-05-04T22:16:29.571Z Downloaded compression-codecs v0.4.37
7522026-05-04T22:16:29.571Z Downloaded filetime v0.2.27
7532026-05-04T22:16:29.574Z Downloaded cookie_store v0.22.1
7542026-05-04T22:16:29.574Z Downloaded hubpack v0.1.2
7552026-05-04T22:16:29.574Z Downloaded indent_write v2.2.0
7562026-05-04T22:16:29.576Z Downloaded ident_case v1.0.1
7572026-05-04T22:16:29.576Z Downloaded hash32 v0.3.1
7582026-05-04T22:16:29.577Z Downloaded hyper-tls v0.6.0
7592026-05-04T22:16:29.580Z Downloaded instability v0.3.11
7602026-05-04T22:16:29.580Z Downloaded inout v0.1.4
7612026-05-04T22:16:29.580Z Downloaded httpdate v1.0.3
7622026-05-04T22:16:29.580Z Downloaded hex-literal v0.4.1
7632026-05-04T22:16:29.583Z Downloaded is-terminal v0.4.17
7642026-05-04T22:16:29.583Z Downloaded internet-checksum v0.2.1
7652026-05-04T22:16:29.583Z Downloaded der v0.7.10
7662026-05-04T22:16:29.587Z Downloaded http-body v1.0.1
7672026-05-04T22:16:29.587Z Downloaded darling v0.20.11
7682026-05-04T22:16:29.589Z Downloaded foldhash v0.2.0
7692026-05-04T22:16:29.589Z Downloaded darling v0.21.3
7702026-05-04T22:16:29.592Z Downloaded instant v0.1.13
7712026-05-04T22:16:29.595Z Downloaded hubpack_derive v0.1.1
7722026-05-04T22:16:29.595Z Downloaded fallible-iterator v0.2.0
7732026-05-04T22:16:29.595Z Downloaded crossbeam-utils v0.8.21
7742026-05-04T22:16:29.598Z Downloaded hash32 v0.2.1
7752026-05-04T22:16:29.598Z Downloaded is_ci v1.2.0
7762026-05-04T22:16:29.598Z Downloaded diesel-dtrace v0.5.0
7772026-05-04T22:16:29.601Z Downloaded highway v1.3.0
7782026-05-04T22:16:29.601Z Downloaded dropshot-api-manager-types v0.7.1
7792026-05-04T22:16:29.601Z Downloaded deranged v0.5.8
7802026-05-04T22:16:29.604Z Downloaded critical-section v1.2.0
7812026-05-04T22:16:29.604Z Downloaded keccak v0.1.6
7822026-05-04T22:16:29.604Z Downloaded darling_core v0.21.3
7832026-05-04T22:16:29.608Z Downloaded lalrpop-util v0.19.12
7842026-05-04T22:16:29.611Z Downloaded libscf-sys v1.1.0
7852026-05-04T22:16:29.611Z Downloaded lazy_static v1.5.0
7862026-05-04T22:16:29.611Z Downloaded kstat-rs v0.2.4
7872026-05-04T22:16:29.611Z Downloaded chacha20 v0.10.0
7882026-05-04T22:16:29.614Z Downloaded half v1.8.3
7892026-05-04T22:16:29.614Z Downloaded des v0.8.1
7902026-05-04T22:16:29.617Z Downloaded ciborium v0.2.2
7912026-05-04T22:16:29.617Z Downloaded hyper-staticfile v0.10.1
7922026-05-04T22:16:29.620Z Downloaded getrandom v0.2.17
7932026-05-04T22:16:29.620Z Downloaded futures-channel v0.3.32
7942026-05-04T22:16:29.622Z Downloaded const-oid v0.9.6
7952026-05-04T22:16:29.623Z Downloaded byte-wrapper v0.1.0
7962026-05-04T22:16:29.625Z Downloaded async-trait v0.1.89
7972026-05-04T22:16:29.628Z Downloaded glob v0.3.3
7982026-05-04T22:16:29.628Z Downloaded console v0.16.2
7992026-05-04T22:16:29.628Z Downloaded console v0.15.11
8002026-05-04T22:16:29.631Z Downloaded ahash v0.8.12
8012026-05-04T22:16:29.634Z Downloaded group v0.13.0
8022026-05-04T22:16:29.634Z Downloaded hex v0.4.3
8032026-05-04T22:16:29.634Z Downloaded globset v0.4.18
8042026-05-04T22:16:29.637Z Downloaded der_derive v0.7.3
8052026-05-04T22:16:29.637Z Downloaded managed v0.8.0
8062026-05-04T22:16:29.637Z Downloaded crossbeam-deque v0.8.6
8072026-05-04T22:16:29.640Z Downloaded blake2 v0.10.6
8082026-05-04T22:16:29.640Z Downloaded mime v0.3.17
8092026-05-04T22:16:29.640Z Downloaded lru-slab v0.1.2
8102026-05-04T22:16:29.643Z Downloaded memoffset v0.9.1
8112026-05-04T22:16:29.643Z Downloaded md5 v0.7.0
8122026-05-04T22:16:29.643Z Downloaded maybe-uninit v2.0.0
8132026-05-04T22:16:29.643Z Downloaded maplit v1.0.2
8142026-05-04T22:16:29.646Z Downloaded impl-trait-for-tuples v0.2.3
8152026-05-04T22:16:29.646Z Downloaded md-5 v0.10.6
8162026-05-04T22:16:29.646Z Downloaded elliptic-curve v0.13.8
8172026-05-04T22:16:29.649Z Downloaded ingot v0.1.1
8182026-05-04T22:16:29.652Z Downloaded indoc v2.0.7
8192026-05-04T22:16:29.652Z Downloaded linked-hash-map v0.5.6
8202026-05-04T22:16:29.652Z Downloaded darling v0.23.0
8212026-05-04T22:16:29.655Z Downloaded multimap v0.10.1
8222026-05-04T22:16:29.658Z Downloaded fatfs v0.3.6
8232026-05-04T22:16:29.658Z Downloaded float-ord v0.3.2
8242026-05-04T22:16:29.660Z Downloaded newline-converter v0.3.0
8252026-05-04T22:16:29.660Z Downloaded lru-cache v0.1.2
8262026-05-04T22:16:29.664Z Downloaded indoc v1.0.9
8272026-05-04T22:16:29.664Z Downloaded new_debug_unreachable v1.0.6
8282026-05-04T22:16:29.667Z Downloaded match_cfg v0.1.0
8292026-05-04T22:16:29.668Z Downloaded ingot-types v0.1.2
8302026-05-04T22:16:29.668Z Downloaded ipnetwork v0.21.1
8312026-05-04T22:16:29.668Z Downloaded ipnet v2.11.0
8322026-05-04T22:16:29.671Z Downloaded hmac v0.12.1
8332026-05-04T22:16:29.671Z Downloaded lru v0.12.5
8342026-05-04T22:16:29.671Z Downloaded humantime v2.3.0
8352026-05-04T22:16:29.671Z Downloaded jobserver v0.1.34
8362026-05-04T22:16:29.674Z Downloaded num-derive v0.3.3
8372026-05-04T22:16:29.675Z Downloaded nonempty v0.12.0
8382026-05-04T22:16:29.675Z Downloaded nibble_vec v0.1.0
8392026-05-04T22:16:29.678Z Downloaded normalize-line-endings v0.3.0
8402026-05-04T22:16:29.678Z Downloaded nodrop v0.1.14
8412026-05-04T22:16:29.678Z Downloaded newtype_derive v0.1.6
8422026-05-04T22:16:29.678Z Downloaded num-conv v0.2.0
8432026-05-04T22:16:29.678Z Downloaded newtype-uuid-macros v0.1.0
8442026-05-04T22:16:29.680Z Downloaded libsw v3.5.0
8452026-05-04T22:16:29.680Z Downloaded num-derive v0.4.2
8462026-05-04T22:16:29.683Z Downloaded num v0.4.3
8472026-05-04T22:16:29.683Z Downloaded allocator-api2 v0.2.21
8482026-05-04T22:16:29.683Z Downloaded num_threads v0.1.7
8492026-05-04T22:16:29.687Z Downloaded olpc-cjson v0.1.4
8502026-05-04T22:16:29.687Z Downloaded num-iter v0.1.45
8512026-05-04T22:16:29.687Z Downloaded http-body-util v0.1.3
8522026-05-04T22:16:29.690Z Downloaded openssl-macros v0.1.1
8532026-05-04T22:16:29.690Z Downloaded opaque-debug v0.3.1
8542026-05-04T22:16:29.690Z Downloaded getrandom v0.3.4
8552026-05-04T22:16:29.693Z Downloaded dropshot_endpoint v0.17.0
8562026-05-04T22:16:29.693Z Downloaded bzip2 v0.6.1
8572026-05-04T22:16:29.696Z Downloaded dropshot_endpoint v0.16.7
8582026-05-04T22:16:29.699Z Downloaded diff v0.1.13
8592026-05-04T22:16:29.699Z Downloaded derive_more v0.99.20
8602026-05-04T22:16:29.702Z Downloaded buf-list v1.1.2
8612026-05-04T22:16:29.705Z Downloaded num_enum_derive v0.5.11
8622026-05-04T22:16:29.705Z Downloaded hyper-rustls v0.27.7
8632026-05-04T22:16:29.708Z Downloaded futures v0.3.32
8642026-05-04T22:16:29.711Z Downloaded lock_api v0.4.14
8652026-05-04T22:16:29.711Z Downloaded nanorand v0.7.0
8662026-05-04T22:16:29.711Z Downloaded mime_guess v2.0.5
8672026-05-04T22:16:29.714Z Downloaded lzss v0.8.2
8682026-05-04T22:16:29.714Z Downloaded libefi-sys v0.1.0
8692026-05-04T22:16:29.714Z Downloaded linear-map v1.2.0
8702026-05-04T22:16:29.717Z Downloaded darling_core v0.23.0
8712026-05-04T22:16:29.719Z Downloaded openssl-probe v0.2.1
8722026-05-04T22:16:29.719Z Downloaded openssl-probe v0.1.6
8732026-05-04T22:16:29.719Z Downloaded ingot-macros v0.1.1
8742026-05-04T22:16:29.722Z Downloaded libloading v0.8.9
8752026-05-04T22:16:29.722Z Downloaded darling_core v0.20.11
8762026-05-04T22:16:29.726Z Downloaded packed_struct_codegen v0.10.1
8772026-05-04T22:16:29.730Z Downloaded oso-derive v0.27.3
8782026-05-04T22:16:29.733Z Downloaded httparse v1.10.1
8792026-05-04T22:16:29.733Z Downloaded crc-any v2.5.0
8802026-05-04T22:16:29.735Z Downloaded multer v3.1.0
8812026-05-04T22:16:29.735Z Downloaded iana-time-zone v0.1.65
8822026-05-04T22:16:29.742Z Downloaded native-tls v0.2.18
8832026-05-04T22:16:29.745Z Downloaded num-integer v0.1.46
8842026-05-04T22:16:29.749Z Downloaded parse-size v1.1.0
8852026-05-04T22:16:29.749Z Downloaded path-slash v0.1.5
8862026-05-04T22:16:29.752Z Downloaded nu-ansi-term v0.50.3
8872026-05-04T22:16:29.752Z Downloaded pbkdf2 v0.12.2
8882026-05-04T22:16:29.754Z Downloaded phf_shared v0.13.1
8892026-05-04T22:16:29.754Z Downloaded phf_shared v0.11.3
8902026-05-04T22:16:29.754Z Downloaded phf_shared v0.12.1
8912026-05-04T22:16:29.758Z Downloaded backon v1.6.0
8922026-05-04T22:16:29.761Z Downloaded bytes v1.11.1
8932026-05-04T22:16:29.766Z Downloaded chacha20poly1305 v0.10.1
8942026-05-04T22:16:29.769Z Downloaded flume v0.11.1
8952026-05-04T22:16:29.772Z Downloaded derive-where v1.6.0
8962026-05-04T22:16:29.775Z Downloaded peg-runtime v0.8.5
8972026-05-04T22:16:29.775Z Downloaded num_enum v0.5.11
8982026-05-04T22:16:29.779Z Downloaded litrs v1.0.0
8992026-05-04T22:16:29.779Z Downloaded num-complex v0.4.6
9002026-05-04T22:16:29.782Z Downloaded powerfmt v0.2.0
9012026-05-04T22:16:29.782Z Downloaded indexmap v1.9.3
9022026-05-04T22:16:29.782Z Downloaded precomputed-hash v0.1.1
9032026-05-04T22:16:29.782Z Downloaded aho-corasick v1.1.4
9042026-05-04T22:16:29.786Z Downloaded num_enum v0.7.5
9052026-05-04T22:16:29.789Z Downloaded oxide-tokio-rt v0.1.4
9062026-05-04T22:16:29.789Z Downloaded predicates-core v1.0.10
9072026-05-04T22:16:29.792Z Downloaded newtype-uuid v1.3.2
9082026-05-04T22:16:29.792Z Downloaded oxnet v0.1.4
9092026-05-04T22:16:29.792Z Downloaded proc-macro-crate v3.4.0
9102026-05-04T22:16:29.806Z Downloaded progenitor-client v0.14.0
9112026-05-04T22:16:29.809Z Downloaded progenitor-client v0.10.0
9122026-05-04T22:16:29.809Z Downloaded proc-macro-error-attr2 v2.0.0
9132026-05-04T22:16:29.809Z Downloaded proc-macro-crate v1.3.1
9142026-05-04T22:16:29.812Z Downloaded parse-display v0.10.0
9152026-05-04T22:16:29.812Z Downloaded parking_lot_core v0.8.6
9162026-05-04T22:16:29.812Z Downloaded packed_struct v0.10.1
9172026-05-04T22:16:29.820Z Downloaded progenitor-client v0.11.2
9182026-05-04T22:16:29.820Z Downloaded ignore v0.4.25
9192026-05-04T22:16:29.820Z Downloaded progenitor-macro v0.11.2
9202026-05-04T22:16:29.824Z Downloaded psl-types v2.0.11
9212026-05-04T22:16:29.827Z Downloaded peg v0.8.5
9222026-05-04T22:16:29.830Z Downloaded progenitor-macro v0.14.0
9232026-05-04T22:16:29.830Z Downloaded pin-project-lite v0.2.17
9242026-05-04T22:16:29.832Z Downloaded pin-project-internal v1.1.11
9252026-05-04T22:16:29.835Z Downloaded quick-error v1.2.3
9262026-05-04T22:16:29.835Z Downloaded progenitor-macro v0.13.0
9272026-05-04T22:16:29.835Z Downloaded libbz2-rs-sys v0.2.2
9282026-05-04T22:16:29.839Z Downloaded base64 v0.21.7
9292026-05-04T22:16:29.839Z Downloaded cookie v0.18.1
9302026-05-04T22:16:29.842Z Downloaded omicron-zone-package v0.12.2
9312026-05-04T22:16:29.845Z Downloaded pkg-config v0.3.32
9322026-05-04T22:16:29.845Z Downloaded pkcs8 v0.10.2
9332026-05-04T22:16:29.847Z Downloaded bumpalo v3.20.2
9342026-05-04T22:16:29.847Z Downloaded phf v0.13.1
9352026-05-04T22:16:29.851Z Downloaded radium v0.7.0
9362026-05-04T22:16:29.851Z Downloaded pem-rfc7468 v0.7.0
9372026-05-04T22:16:29.854Z Downloaded num-rational v0.4.2
9382026-05-04T22:16:29.854Z Downloaded pin-utils v0.1.0
9392026-05-04T22:16:29.854Z Downloaded phf v0.12.1
9402026-05-04T22:16:29.854Z Downloaded num_enum_derive v0.7.5
9412026-05-04T22:16:29.854Z Downloaded pbkdf2 v0.11.0
9422026-05-04T22:16:29.859Z Downloaded derive_more-impl v2.1.1
9432026-05-04T22:16:29.862Z Downloaded owo-colors v4.3.0
9442026-05-04T22:16:29.862Z Downloaded predicates v3.1.4
9452026-05-04T22:16:29.862Z Downloaded polyval v0.6.2
9462026-05-04T22:16:29.865Z Downloaded rand_xorshift v0.4.0
9472026-05-04T22:16:29.865Z Downloaded predicates-tree v1.0.13
9482026-05-04T22:16:29.865Z Downloaded password-hash v0.4.2
9492026-05-04T22:16:29.867Z Downloaded rand_chacha v0.3.1
9502026-05-04T22:16:29.867Z Downloaded ref-cast-impl v1.0.25
9512026-05-04T22:16:29.870Z Downloaded recursive-proc-macro-impl v0.1.1
9522026-05-04T22:16:29.870Z Downloaded recursive v0.1.1
9532026-05-04T22:16:29.870Z Downloaded derive_more v2.1.1
9542026-05-04T22:16:29.878Z Downloaded progenitor-extras v0.2.0
9552026-05-04T22:16:29.881Z Downloaded progenitor-client v0.13.0
9562026-05-04T22:16:29.881Z Downloaded progenitor v0.14.0
9572026-05-04T22:16:29.884Z Downloaded rfc6979 v0.4.0
9582026-05-04T22:16:29.884Z Downloaded peg-macros v0.8.5
9592026-05-04T22:16:29.886Z Downloaded hickory-resolver v0.24.4
9602026-05-04T22:16:29.886Z Downloaded progenitor v0.13.0
9612026-05-04T22:16:29.889Z Downloaded ref-cast v1.0.25
9622026-05-04T22:16:29.892Z Downloaded pem v3.0.6
9632026-05-04T22:16:29.892Z Downloaded psm v0.1.30
9642026-05-04T22:16:29.896Z Downloaded progenitor v0.11.2
9652026-05-04T22:16:29.896Z Downloaded progenitor v0.10.0
9662026-05-04T22:16:29.896Z Downloaded proc-macro-error2 v2.0.1
9672026-05-04T22:16:29.899Z Downloaded base64 v0.22.1
9682026-05-04T22:16:29.902Z Downloaded primeorder v0.13.6
9692026-05-04T22:16:29.902Z Downloaded rustc_version v0.4.1
9702026-05-04T22:16:29.902Z Downloaded parking_lot_core v0.9.12
9712026-05-04T22:16:29.905Z Downloaded postgres-protocol v0.6.10
9722026-05-04T22:16:29.905Z Downloaded indicatif v0.18.4
9732026-05-04T22:16:29.907Z Downloaded rustc_version v0.1.7
9742026-05-04T22:16:29.910Z Downloaded postcard v1.1.3
9752026-05-04T22:16:29.910Z Downloaded pkcs1 v0.7.5
9762026-05-04T22:16:29.913Z Downloaded flate2 v1.1.9
9772026-05-04T22:16:29.916Z Downloaded rustc-hash v2.1.1
9782026-05-04T22:16:29.916Z Downloaded rtoolbox v0.0.3
9792026-05-04T22:16:29.919Z Downloaded russh-cryptovec v0.7.3
9802026-05-04T22:16:29.919Z Downloaded expectorate v1.2.0
9812026-05-04T22:16:29.919Z Downloaded crossbeam-channel v0.5.15
9822026-05-04T22:16:29.921Z Downloaded rand_core v0.10.0
9832026-05-04T22:16:29.924Z Downloaded rand_core v0.6.4
9842026-05-04T22:16:29.924Z Downloaded oso v0.27.3
9852026-05-04T22:16:29.927Z Downloaded miniz_oxide v0.8.9
9862026-05-04T22:16:29.927Z Downloaded rand_seeder v0.4.0
9872026-05-04T22:16:29.929Z Downloaded rand_core v0.9.5
9882026-05-04T22:16:29.929Z Downloaded parking_lot v0.12.5
9892026-05-04T22:16:29.932Z Downloaded same-file v1.0.6
9902026-05-04T22:16:29.933Z Downloaded rand_chacha v0.9.0
9912026-05-04T22:16:29.933Z Downloaded ed25519-dalek v2.2.0
9922026-05-04T22:16:29.936Z Downloaded scheduled-thread-pool v0.2.7
9932026-05-04T22:16:29.936Z Downloaded salsa20 v0.10.2
9942026-05-04T22:16:29.936Z Downloaded dropshot-api-manager v0.7.1
9952026-05-04T22:16:29.939Z Downloaded diesel_derives v2.3.7
9962026-05-04T22:16:29.942Z Downloaded heapless v0.7.17
9972026-05-04T22:16:29.944Z Downloaded hickory-resolver v0.25.2
9982026-05-04T22:16:29.947Z Downloaded heapless v0.8.0
9992026-05-04T22:16:29.951Z Downloaded sapling-renderdag v0.1.0
10002026-05-04T22:16:29.951Z Downloaded poly1305 v0.8.0
10012026-05-04T22:16:29.953Z Downloaded jiff-static v0.2.21
10022026-05-04T22:16:29.953Z Downloaded crossterm v0.29.0
10032026-05-04T22:16:29.957Z Downloaded ppv-lite86 v0.2.21
10042026-05-04T22:16:29.959Z Downloaded parking_lot v0.11.2
10052026-05-04T22:16:29.959Z Downloaded scopeguard v1.2.0
10062026-05-04T22:16:29.962Z Downloaded paste v1.0.15
10072026-05-04T22:16:29.962Z Downloaded scroll_derive v0.13.1
10082026-05-04T22:16:29.962Z Downloaded password-hash v0.5.0
10092026-05-04T22:16:29.965Z Downloaded scrypt v0.11.0
10102026-05-04T22:16:29.965Z Downloaded aes v0.8.4
10112026-05-04T22:16:29.968Z Downloaded parse-display-derive v0.10.0
10122026-05-04T22:16:29.968Z Downloaded libsw-core v0.3.2
10132026-05-04T22:16:29.971Z Downloaded serde_bytes v0.11.19
10142026-05-04T22:16:29.971Z Downloaded serde-big-array v0.5.1
10152026-05-04T22:16:29.974Z Downloaded progenitor-macro v0.10.0
10162026-05-04T22:16:29.974Z Downloaded headers v0.4.1
10172026-05-04T22:16:29.977Z Downloaded serde_urlencoded v0.7.1
10182026-05-04T22:16:29.980Z Downloaded serde_repr v0.1.20
10192026-05-04T22:16:29.980Z Downloaded quinn-udp v0.5.14
10202026-05-04T22:16:29.980Z Downloaded pkcs5 v0.7.1
10212026-05-04T22:16:29.983Z Downloaded resolv-conf v0.7.6
10222026-05-04T22:16:29.986Z Downloaded serde_plain v1.0.2
10232026-05-04T22:16:29.986Z Downloaded pin-project v1.1.11
10242026-05-04T22:16:29.993Z Downloaded siphasher v1.0.2
10252026-05-04T22:16:29.996Z Downloaded signature v2.2.0
10262026-05-04T22:16:29.996Z Downloaded signal-hook-tokio v0.3.1
10272026-05-04T22:16:29.996Z Downloaded postgres-types v0.2.12
10282026-05-04T22:16:29.999Z Downloaded shell-words v1.1.1
10292026-05-04T22:16:29.999Z Downloaded rustls-pemfile v2.2.0
10302026-05-04T22:16:30.002Z Downloaded rustls-pemfile v1.0.4
10312026-05-04T22:16:30.002Z Downloaded sha1 v0.10.6
10322026-05-04T22:16:30.005Z Downloaded sigpipe v0.1.3
10332026-05-04T22:16:30.005Z Downloaded signal-hook-mio v0.2.5
10342026-05-04T22:16:30.005Z Downloaded rusty-fork v0.3.1
10352026-05-04T22:16:30.008Z Downloaded rustls-native-certs v0.8.3
10362026-05-04T22:16:30.008Z Downloaded papergrid v0.17.0
10372026-05-04T22:16:30.011Z Downloaded minimal-lexical v0.2.1
10382026-05-04T22:16:30.013Z Downloaded slog-envlogger v2.2.0
10392026-05-04T22:16:30.016Z Downloaded http v1.4.0
10402026-05-04T22:16:30.016Z Downloaded slog-bunyan v2.5.0
10412026-05-04T22:16:30.019Z Downloaded hashbrown v0.13.2
10422026-05-04T22:16:30.022Z Downloaded progenitor-impl v0.13.0
10432026-05-04T22:16:30.022Z Downloaded progenitor-impl v0.11.2
10442026-05-04T22:16:30.024Z Downloaded p256 v0.13.2
10452026-05-04T22:16:30.025Z Downloaded sct v0.7.1
10462026-05-04T22:16:30.027Z Downloaded progenitor-impl v0.14.0
10472026-05-04T22:16:30.030Z Downloaded schemars_derive v0.8.22
10482026-05-04T22:16:30.030Z Downloaded secrecy v0.8.0
10492026-05-04T22:16:30.030Z Downloaded serde_spanned v1.0.4
10502026-05-04T22:16:30.033Z Downloaded seq-macro v0.3.6
10512026-05-04T22:16:30.033Z Downloaded semver v0.1.20
10522026-05-04T22:16:30.033Z Downloaded r2d2 v0.8.10
10532026-05-04T22:16:30.036Z Downloaded openssl-sys v0.9.114
10542026-05-04T22:16:30.039Z Downloaded scroll v0.13.0
10552026-05-04T22:16:30.039Z Downloaded half v2.7.1
10562026-05-04T22:16:30.042Z Downloaded secrecy v0.10.3
10572026-05-04T22:16:30.042Z Downloaded compact_str v0.8.1
10582026-05-04T22:16:30.045Z Downloaded serde_path_to_error v0.1.20
10592026-05-04T22:16:30.045Z Downloaded memmap2 v0.9.10
10602026-05-04T22:16:30.051Z Downloaded serde-hex v0.1.0
10612026-05-04T22:16:30.054Z Downloaded sec1 v0.7.3
10622026-05-04T22:16:30.054Z Downloaded ssh-encoding v0.2.0
10632026-05-04T22:16:30.054Z Downloaded russh-keys v0.45.0
10642026-05-04T22:16:30.057Z Downloaded hyper-util v0.1.20
10652026-05-04T22:16:30.061Z Downloaded strum v0.26.3
10662026-05-04T22:16:30.063Z Downloaded crossterm v0.28.1
10672026-05-04T22:16:30.066Z Downloaded hickory-server v0.25.2
10682026-05-04T22:16:30.069Z Downloaded rcgen v0.12.1
10692026-05-04T22:16:30.072Z Downloaded signal-hook-registry v1.4.8
10702026-05-04T22:16:30.072Z Downloaded shlex v1.3.0
10712026-05-04T22:16:30.075Z Downloaded structmeta-derive v0.3.0
10722026-05-04T22:16:30.075Z Downloaded slab v0.4.12
10732026-05-04T22:16:30.075Z Downloaded rustls-pki-types v1.14.0
10742026-05-04T22:16:30.078Z Downloaded tabwriter v1.4.1
10752026-05-04T22:16:30.078Z Downloaded structmeta v0.3.0
10762026-05-04T22:16:30.081Z Downloaded sync_wrapper v1.0.2
10772026-05-04T22:16:30.081Z Downloaded strip-ansi-escapes v0.2.1
10782026-05-04T22:16:30.081Z Downloaded slog-dtrace v0.3.0
10792026-05-04T22:16:30.081Z Downloaded serde_derive_internals v0.29.1
10802026-05-04T22:16:30.086Z Downloaded smallvec v0.6.14
10812026-05-04T22:16:30.086Z Downloaded subtle v2.6.1
10822026-05-04T22:16:30.089Z Downloaded strum v0.27.2
10832026-05-04T22:16:30.089Z Downloaded mio v1.2.0
10842026-05-04T22:16:30.090Z Downloaded smf v0.2.3
10852026-05-04T22:16:30.090Z Downloaded slog-term v2.9.2
10862026-05-04T22:16:30.093Z Downloaded slog-stdlog v4.1.1
10872026-05-04T22:16:30.093Z Downloaded slog-json v2.6.1
10882026-05-04T22:16:30.093Z Downloaded hashbrown v0.12.3
10892026-05-04T22:16:30.096Z Downloaded progenitor-impl v0.10.0
10902026-05-04T22:16:30.098Z Downloaded termtree v0.5.1
10912026-05-04T22:16:30.098Z Downloaded take_mut v0.2.2
10922026-05-04T22:16:30.099Z Downloaded pretty_assertions v1.4.1
10932026-05-04T22:16:30.102Z Downloaded itertools v0.10.5
10942026-05-04T22:16:30.105Z Downloaded thiserror-impl-no-std v2.0.2
10952026-05-04T22:16:30.106Z Downloaded tagptr v0.2.0
10962026-05-04T22:16:30.106Z Downloaded sync-ptr v0.1.4
10972026-05-04T22:16:30.106Z Downloaded sqlparser_derive v0.5.0
10982026-05-04T22:16:30.109Z Downloaded tap v1.0.1
10992026-05-04T22:16:30.109Z Downloaded spki v0.7.3
11002026-05-04T22:16:30.109Z Downloaded num-bigint v0.4.6
11012026-05-04T22:16:30.112Z Downloaded aes-gcm v0.10.3
11022026-05-04T22:16:30.115Z Downloaded snafu-derive v0.8.9
11032026-05-04T22:16:30.115Z Downloaded prettyplease v0.2.37
11042026-05-04T22:16:30.119Z Downloaded prefix-trie v0.7.0
11052026-05-04T22:16:30.119Z Downloaded serde_cbor v0.11.2
11062026-05-04T22:16:30.123Z Downloaded ron v0.8.1
11072026-05-04T22:16:30.126Z Downloaded time-core v0.1.8
11082026-05-04T22:16:30.126Z Downloaded testing_table v0.3.0
11092026-05-04T22:16:30.126Z Downloaded static_assertions v1.1.0
11102026-05-04T22:16:30.126Z Downloaded ssh-cipher v0.2.0
11112026-05-04T22:16:30.126Z Downloaded sqlformat v0.3.5
11122026-05-04T22:16:30.130Z Downloaded simd-adler32 v0.3.8
11132026-05-04T22:16:30.130Z Downloaded bitvec v1.0.1
11142026-05-04T22:16:30.137Z Downloaded tokio-macros v2.7.0
11152026-05-04T22:16:30.140Z Downloaded serde_with_macros v3.17.0
11162026-05-04T22:16:30.141Z Downloaded stringprep v0.1.5
11172026-05-04T22:16:30.141Z Downloaded stacker v0.1.23
11182026-05-04T22:16:30.144Z Downloaded rayon-core v1.13.0
11192026-05-04T22:16:30.146Z Downloaded iri-string v0.7.10
11202026-05-04T22:16:30.149Z Downloaded supports-color v3.0.2
11212026-05-04T22:16:30.152Z Downloaded strum_macros v0.27.2
11222026-05-04T22:16:30.152Z Downloaded strum_macros v0.26.4
11232026-05-04T22:16:30.155Z Downloaded strum_macros v0.24.3
11242026-05-04T22:16:30.155Z Downloaded slog-scope v4.4.1
11252026-05-04T22:16:30.158Z Downloaded schemars v0.8.22
11262026-05-04T22:16:30.163Z Downloaded support-bundle-viewer v0.1.2
11272026-05-04T22:16:30.165Z Downloaded libxml v0.3.3
11282026-05-04T22:16:30.168Z Downloaded slog-async v2.8.0
11292026-05-04T22:16:30.169Z Downloaded ryu v1.0.23
11302026-05-04T22:16:30.172Z Downloaded spin v0.9.8
11312026-05-04T22:16:30.172Z Downloaded rustversion v1.0.22
11322026-05-04T22:16:30.175Z Downloaded tabled_derive v0.11.0
11332026-05-04T22:16:30.178Z Downloaded quinn v0.11.9
11342026-05-04T22:16:30.181Z Downloaded publicsuffix v2.3.0
11352026-05-04T22:16:30.181Z Downloaded nom v7.1.3
11362026-05-04T22:16:30.185Z Downloaded try-lock v0.2.5
11372026-05-04T22:16:30.188Z Downloaded trait-variant v0.1.2
11382026-05-04T22:16:30.188Z Downloaded termios v0.3.3
11392026-05-04T22:16:30.191Z Downloaded time-macros v0.2.27
11402026-05-04T22:16:30.191Z Downloaded tower-service v0.3.3
11412026-05-04T22:16:30.193Z Downloaded topological-sort v0.2.2
11422026-05-04T22:16:30.193Z Downloaded iddqd v0.3.18
11432026-05-04T22:16:30.196Z Downloaded tower-layer v0.3.3
11442026-05-04T22:16:30.199Z Downloaded tinyvec_macros v0.1.1
11452026-05-04T22:16:30.199Z Downloaded string_cache v0.8.9
11462026-05-04T22:16:30.199Z Downloaded thread_local v1.1.9
11472026-05-04T22:16:30.202Z Downloaded thread-id v5.1.0
11482026-05-04T22:16:30.202Z Downloaded thiserror-no-std v2.0.2
11492026-05-04T22:16:30.205Z Downloaded unarray v0.1.4
11502026-05-04T22:16:30.205Z Downloaded serde_yaml v0.9.34+deprecated
11512026-05-04T22:16:30.208Z Downloaded typify-macro v0.6.2
11522026-05-04T22:16:30.213Z Downloaded tokio-native-tls v0.3.1
11532026-05-04T22:16:30.213Z Downloaded tls_codec_derive v0.4.2
11542026-05-04T22:16:30.217Z Downloaded rustls-platform-verifier v0.6.2
11552026-05-04T22:16:30.217Z Downloaded tls_codec v0.4.2
11562026-05-04T22:16:30.217Z Downloaded signal-hook v0.3.18
11572026-05-04T22:16:30.220Z Downloaded slog v2.8.2
11582026-05-04T22:16:30.220Z Downloaded unicode-truncate v1.1.0
11592026-05-04T22:16:30.224Z Downloaded unit-prefix v0.5.2
11602026-05-04T22:16:30.224Z Downloaded typify-macro v0.4.3
11612026-05-04T22:16:30.229Z Downloaded universal-hash v0.5.1
11622026-05-04T22:16:30.229Z Downloaded tokio-rustls v0.25.0
11632026-05-04T22:16:30.229Z Downloaded tokio-tungstenite v0.21.0
11642026-05-04T22:16:30.232Z Downloaded hashbrown v0.16.1
11652026-05-04T22:16:30.236Z Downloaded term v1.2.1
11662026-05-04T22:16:30.239Z Downloaded usdt-macro v0.6.0
11672026-05-04T22:16:30.239Z Downloaded untrusted v0.7.1
11682026-05-04T22:16:30.239Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11692026-05-04T22:16:30.239Z Downloaded utf-8 v0.7.6
11702026-05-04T22:16:30.242Z Downloaded hyper v1.8.1
11712026-05-04T22:16:30.245Z Downloaded tokio-tungstenite v0.23.1
11722026-05-04T22:16:30.245Z Downloaded socket2 v0.5.10
11732026-05-04T22:16:30.248Z Downloaded itertools v0.13.0
11742026-05-04T22:16:30.252Z Downloaded term v0.7.0
11752026-05-04T22:16:30.252Z Downloaded qorb v0.4.1
11762026-05-04T22:16:30.256Z Downloaded h2 v0.4.13
11772026-05-04T22:16:30.259Z Downloaded want v0.3.1
11782026-05-04T22:16:30.259Z Downloaded waitgroup v0.1.2
11792026-05-04T22:16:30.259Z Downloaded wait-timeout v0.2.1
11802026-05-04T22:16:30.262Z Downloaded socket2 v0.6.3
11812026-05-04T22:16:30.262Z Downloaded toml_writer v1.0.6+spec-1.1.0
11822026-05-04T22:16:30.262Z Downloaded rand v0.9.2
11832026-05-04T22:16:30.265Z Downloaded itertools v0.12.1
11842026-05-04T22:16:30.268Z Downloaded rand v0.8.5
11852026-05-04T22:16:30.270Z Downloaded hashbrown v0.15.5
11862026-05-04T22:16:30.275Z Downloaded rsa v0.9.10
11872026-05-04T22:16:30.277Z Downloaded tiny-keccak v2.0.2
11882026-05-04T22:16:30.277Z Downloaded similar v2.7.0
11892026-05-04T22:16:30.280Z Downloaded unicase v2.9.0
11902026-05-04T22:16:30.281Z Downloaded rustls-webpki v0.103.9
11912026-05-04T22:16:30.284Z Downloaded tokio-dtrace v0.1.1
11922026-05-04T22:16:30.284Z Downloaded tokio-rustls v0.24.1
11932026-05-04T22:16:30.293Z Downloaded untrusted v0.9.0
11942026-05-04T22:16:30.296Z Downloaded schemars v0.9.0
11952026-05-04T22:16:30.301Z Downloaded tokio-stream v0.1.18
11962026-05-04T22:16:30.303Z Downloaded test-strategy v0.4.5
11972026-05-04T22:16:30.306Z Downloaded xshell-macros v0.2.7
11982026-05-04T22:16:30.306Z Downloaded usdt-impl v0.6.0
11992026-05-04T22:16:30.309Z Downloaded subprocess v0.2.15
12002026-05-04T22:16:30.309Z Downloaded samael v0.0.19
12012026-05-04T22:16:30.313Z Downloaded zone_cfg_derive v0.3.1
12022026-05-04T22:16:30.316Z Downloaded toml_datetime v0.7.5+spec-1.1.0
12032026-05-04T22:16:30.316Z Downloaded itertools v0.14.0
12042026-05-04T22:16:30.319Z Downloaded zeroize_derive v1.4.3
12052026-05-04T22:16:30.319Z Downloaded snafu v0.8.9
12062026-05-04T22:16:30.322Z Downloaded num-bigint-dig v0.8.6
12072026-05-04T22:16:30.326Z Downloaded tokio-rustls v0.26.4
12082026-05-04T22:16:30.329Z Downloaded toml_parser v1.0.9+spec-1.1.0
12092026-05-04T22:16:30.329Z Downloaded zone v0.3.1
12102026-05-04T22:16:30.329Z Downloaded vergen-gitcl v1.0.8
12112026-05-04T22:16:30.329Z Downloaded schemars v1.2.1
12122026-05-04T22:16:30.336Z Downloaded tui-tree-widget v0.23.1
12132026-05-04T22:16:30.339Z Downloaded tracing-attributes v0.1.31
12142026-05-04T22:16:30.342Z Downloaded whoami v2.1.0
12152026-05-04T22:16:30.345Z Downloaded whoami v1.6.1
12162026-05-04T22:16:30.345Z Downloaded twox-hash v2.1.2
12172026-05-04T22:16:30.347Z Downloaded void v1.0.2
12182026-05-04T22:16:30.351Z Downloaded wyz v0.5.1
12192026-05-04T22:16:30.351Z Downloaded tinyvec v1.10.0
12202026-05-04T22:16:30.354Z Downloaded usdt-attr-macro v0.6.0
12212026-05-04T22:16:30.360Z Downloaded hkdf v0.12.4
12222026-05-04T22:16:30.362Z Downloaded xshell v0.2.7
12232026-05-04T22:16:30.365Z Downloaded xattr v1.6.1
12242026-05-04T22:16:30.365Z Downloaded toml v0.7.8
12252026-05-04T22:16:30.369Z Downloaded tar v0.4.45
12262026-05-04T22:16:30.372Z Downloaded vergen v9.0.6
12272026-05-04T22:16:30.408Z Downloaded usdt v0.6.0
12282026-05-04T22:16:30.411Z Downloaded vergen-lib v0.1.6
12292026-05-04T22:16:30.411Z Downloaded zeroize v1.8.2
12302026-05-04T22:16:30.411Z Downloaded toml v1.0.6+spec-1.1.0
12312026-05-04T22:16:30.411Z Downloaded zstd v0.13.3
12322026-05-04T22:16:30.411Z Downloaded toml v0.9.12+spec-1.1.0
12332026-05-04T22:16:30.411Z Downloaded walkdir v2.5.0
12342026-05-04T22:16:30.411Z Downloaded typify v0.6.2
12352026-05-04T22:16:30.411Z Downloaded typify v0.4.3
12362026-05-04T22:16:30.411Z Downloaded tungstenite v0.23.0
12372026-05-04T22:16:30.411Z Downloaded tungstenite v0.21.0
12382026-05-04T22:16:30.411Z Downloaded rand v0.10.0
12392026-05-04T22:16:30.411Z Downloaded zstd-safe v7.2.4
12402026-05-04T22:16:30.411Z Downloaded steno v0.4.1
12412026-05-04T22:16:30.411Z Downloaded russh v0.45.0
12422026-05-04T22:16:30.415Z Downloaded rustyline v14.0.0
12432026-05-04T22:16:30.418Z Downloaded unicode-bidi v0.3.18
12442026-05-04T22:16:30.418Z Downloaded unicode-properties v0.1.4
12452026-05-04T22:16:30.418Z Downloaded p521 v0.13.3
12462026-05-04T22:16:30.421Z Downloaded libm v0.2.16
12472026-05-04T22:16:30.425Z Downloaded yasna v0.5.2
12482026-05-04T22:16:30.427Z Downloaded futures-util v0.3.32
12492026-05-04T22:16:30.436Z Downloaded tracing-core v0.1.36
12502026-05-04T22:16:30.446Z Downloaded vergen-git2 v1.0.7
12512026-05-04T22:16:30.448Z Downloaded blake3 v1.8.3
12522026-05-04T22:16:30.451Z Downloaded tokio-postgres v0.7.16
12532026-05-04T22:16:30.455Z Downloaded uzers v0.12.2
12542026-05-04T22:16:30.459Z Downloaded toml_edit v0.23.10+spec-1.0.0
12552026-05-04T22:16:30.470Z Downloaded zopfli v0.8.3
12562026-05-04T22:16:30.483Z Downloaded unicode_categories v0.1.1
12572026-05-04T22:16:30.486Z Downloaded reedline v0.40.0
12582026-05-04T22:16:30.490Z Downloaded uuid v1.23.0
12592026-05-04T22:16:30.493Z Downloaded toml_edit v0.19.15
12602026-05-04T22:16:30.502Z Downloaded vte v0.14.1
12612026-05-04T22:16:30.505Z Downloaded bindgen v0.71.1
12622026-05-04T22:16:30.507Z Downloaded vsss-rs v3.3.4
12632026-05-04T22:16:30.510Z Downloaded p384 v0.13.1
12642026-05-04T22:16:30.513Z Downloaded ssh-key v0.6.7
12652026-05-04T22:16:30.516Z Downloaded zerocopy v0.6.6
12662026-05-04T22:16:30.520Z Downloaded rpassword v7.4.0
12672026-05-04T22:16:30.538Z Downloaded regex v1.12.3
12682026-05-04T22:16:30.541Z Downloaded lalrpop v0.19.12
12692026-05-04T22:16:30.547Z Downloaded unsafe-libyaml v0.2.11
12702026-05-04T22:16:30.550Z Downloaded git2 v0.20.4
12712026-05-04T22:16:30.553Z Downloaded chrono v0.4.44
12722026-05-04T22:16:30.557Z Downloaded portable-atomic v1.13.1
12732026-05-04T22:16:30.561Z Downloaded yansi v1.0.1
12742026-05-04T22:16:30.564Z Downloaded x509-cert v0.2.5
12752026-05-04T22:16:30.567Z Downloaded rayon v1.11.0
12762026-05-04T22:16:30.571Z Downloaded quick-xml v0.37.5
12772026-05-04T22:16:30.574Z Downloaded moka v0.12.13
12782026-05-04T22:16:30.578Z Downloaded zip v0.6.6
12792026-05-04T22:16:30.581Z Downloaded reqwest v0.13.2
12802026-05-04T22:16:30.583Z Downloaded aws-lc-rs v1.16.0
12812026-05-04T22:16:30.589Z Downloaded goblin v0.10.5
12822026-05-04T22:16:30.593Z Downloaded unicode-segmentation v1.12.0
12832026-05-04T22:16:30.602Z Downloaded zip v4.6.1
12842026-05-04T22:16:30.604Z Downloaded tower v0.5.3
12852026-05-04T22:16:30.607Z Downloaded salty v0.3.0
12862026-05-04T22:16:30.610Z Downloaded reqwest v0.12.28
12872026-05-04T22:16:30.614Z Downloaded serde_with v3.17.0
12882026-05-04T22:16:30.621Z Downloaded zerocopy-derive v0.8.40
12892026-05-04T22:16:30.625Z Downloaded rustls-webpki v0.101.7
12902026-05-04T22:16:30.632Z Downloaded object v0.30.4
12912026-05-04T22:16:30.637Z Downloaded typed-path v0.9.3
12922026-05-04T22:16:30.641Z Downloaded petname v2.0.2
12932026-05-04T22:16:30.647Z Downloaded unicode-normalization v0.1.25
12942026-05-04T22:16:30.655Z Downloaded proptest v1.10.0
12952026-05-04T22:16:30.665Z Downloaded tower-http v0.6.8
12962026-05-04T22:16:30.668Z Downloaded rustls-webpki v0.102.8
12972026-05-04T22:16:30.682Z Downloaded nix v0.27.1
12982026-05-04T22:16:30.688Z Downloaded tough v0.20.0
12992026-05-04T22:16:30.694Z Downloaded polar-core v0.27.3
13002026-05-04T22:16:30.705Z Downloaded quinn-proto v0.11.13
13012026-05-04T22:16:30.709Z Downloaded tokio-util v0.7.18
13022026-05-04T22:16:30.714Z Downloaded radix_trie v0.2.1
13032026-05-04T22:16:30.717Z Downloaded winnow v0.5.40
13042026-05-04T22:16:30.730Z Downloaded nix v0.28.0
13052026-05-04T22:16:30.740Z Downloaded winnow v0.6.26
13062026-05-04T22:16:30.745Z Downloaded time v0.3.47
13072026-05-04T22:16:30.753Z Downloaded dropshot v0.16.7
13082026-05-04T22:16:30.765Z Downloaded dropshot v0.17.0
13092026-05-04T22:16:30.779Z Downloaded zlib-rs v0.6.2
13102026-05-04T22:16:30.782Z Downloaded tabled v0.20.0
13112026-05-04T22:16:30.792Z Downloaded rustls v0.21.12
13122026-05-04T22:16:30.798Z Downloaded smoltcp v0.9.1
13132026-05-04T22:16:30.804Z Downloaded bstr v1.12.1
13142026-05-04T22:16:30.809Z Downloaded regex-syntax v0.6.29
13152026-05-04T22:16:30.813Z Downloaded rustls v0.22.4
13162026-05-04T22:16:30.821Z Downloaded webpki-roots v1.0.6
13172026-05-04T22:16:30.824Z Downloaded nix v0.29.0
13182026-05-04T22:16:30.831Z Downloaded diesel v2.3.7
13192026-05-04T22:16:30.842Z Downloaded smoltcp v0.11.0
13202026-05-04T22:16:30.850Z Downloaded openapiv3 v2.2.0
13212026-05-04T22:16:30.858Z Downloaded nix v0.31.2
13222026-05-04T22:16:30.865Z Downloaded rustix v0.38.44
13232026-05-04T22:16:30.878Z Downloaded rustls v0.23.37
13242026-05-04T22:16:30.885Z Downloaded regress v0.11.1
13252026-05-04T22:16:30.890Z Downloaded hickory-proto v0.25.2
13262026-05-04T22:16:30.900Z Downloaded zerocopy v0.8.40
13272026-05-04T22:16:30.906Z Downloaded regex-syntax v0.8.10
13282026-05-04T22:16:30.911Z Downloaded regress v0.10.5
13292026-05-04T22:16:30.916Z Downloaded hickory-proto v0.24.4
13302026-05-04T22:16:30.925Z Downloaded object v0.37.3
13312026-05-04T22:16:30.931Z Downloaded openssl v0.10.78
13322026-05-04T22:16:30.937Z Downloaded vcpkg v0.2.15
13332026-05-04T22:16:30.967Z Downloaded sqlparser v0.61.0
13342026-05-04T22:16:30.973Z Downloaded sled v0.34.7
13352026-05-04T22:16:30.978Z Downloaded tracing v0.1.44
13362026-05-04T22:16:30.991Z Downloaded typify-impl v0.6.2
13372026-05-04T22:16:31.007Z Downloaded typify-impl v0.4.3
13382026-05-04T22:16:31.016Z Downloaded ratatui v0.29.0
13392026-05-04T22:16:31.028Z Downloaded bzip2-sys v0.1.13+1.0.8
13402026-05-04T22:16:31.042Z Downloaded zerocopy-derive v0.6.6
13412026-05-04T22:16:31.052Z Downloaded regex-automata v0.4.14
13422026-05-04T22:16:31.061Z Downloaded chrono-tz v0.10.4
13432026-05-04T22:16:31.085Z Downloaded csv v1.4.0
13442026-05-04T22:16:31.097Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13452026-05-04T22:16:31.108Z Downloaded petgraph v0.6.5
13462026-05-04T22:16:31.120Z Downloaded jiff v0.2.21
13472026-05-04T22:16:31.137Z Downloaded petgraph v0.8.3
13482026-05-04T22:16:31.151Z Downloaded libz-sys v1.1.24
13492026-05-04T22:16:31.170Z Downloaded sha3 v0.10.8
13502026-05-04T22:16:31.177Z Downloaded tokio v1.52.1
13512026-05-04T22:16:31.229Z Downloaded encoding_rs v0.8.35
13522026-05-04T22:16:31.243Z Downloaded ring v0.17.14
13532026-05-04T22:16:31.281Z Downloaded libgit2-sys v0.18.3+1.9.2
13542026-05-04T22:16:31.782Z Downloaded aws-lc-sys v0.37.1
13552026-05-04T22:16:32.027Z Compiling libc v0.2.185
13562026-05-04T22:16:32.027Z Compiling serde v1.0.228
13572026-05-04T22:16:32.030Z Compiling log v0.4.29
13582026-05-04T22:16:32.030Z Compiling find-msvc-tools v0.1.9
13592026-05-04T22:16:32.174Z Compiling shlex v1.3.0
13602026-05-04T22:16:32.180Z Compiling smallvec v1.15.1
13612026-05-04T22:16:32.198Z Compiling syn v2.0.117
13622026-05-04T22:16:32.211Z Compiling typenum v1.19.0
13632026-05-04T22:16:32.354Z Compiling generic-array v0.14.7
13642026-05-04T22:16:32.382Z Compiling subtle v2.6.1
13652026-05-04T22:16:32.382Z Compiling scopeguard v1.2.0
13662026-05-04T22:16:32.430Z Compiling const-oid v0.9.6
13672026-05-04T22:16:32.488Z Compiling lock_api v0.4.14
13682026-05-04T22:16:32.502Z Compiling portable-atomic v1.13.1
13692026-05-04T22:16:32.557Z Compiling zerocopy v0.8.40
13702026-05-04T22:16:32.599Z Compiling critical-section v1.2.0
13712026-05-04T22:16:32.703Z Compiling serde_json v1.0.149
13722026-05-04T22:16:32.717Z Compiling pin-project-lite v0.2.17
13732026-05-04T22:16:32.810Z Compiling parking_lot_core v0.9.12
13742026-05-04T22:16:32.989Z Compiling pkg-config v0.3.32
13752026-05-04T22:16:33.003Z Compiling getrandom v0.2.17
13762026-05-04T22:16:33.045Z Compiling jobserver v0.1.34
13772026-05-04T22:16:33.062Z Compiling errno v0.3.14
13782026-05-04T22:16:33.138Z Compiling rand_core v0.6.4
13792026-05-04T22:16:33.221Z Compiling signal-hook-registry v1.4.8
13802026-05-04T22:16:33.239Z Compiling cc v1.2.56
13812026-05-04T22:16:33.409Z Compiling bitflags v2.11.0
13822026-05-04T22:16:33.493Z Compiling libm v0.2.16
13832026-05-04T22:16:33.531Z Compiling mio v1.2.0
13842026-05-04T22:16:33.634Z Compiling once_cell v1.21.3
13852026-05-04T22:16:33.648Z Compiling parking_lot v0.12.5
13862026-05-04T22:16:33.685Z Compiling num-traits v0.2.19
13872026-05-04T22:16:33.811Z Compiling futures-core v0.3.32
13882026-05-04T22:16:33.962Z Compiling percent-encoding v2.3.2
13892026-05-04T22:16:33.984Z Compiling socket2 v0.6.3
13902026-05-04T22:16:34.002Z Compiling futures-sink v0.3.32
13912026-05-04T22:16:34.015Z Compiling cpufeatures v0.2.17
13922026-05-04T22:16:34.030Z Compiling slab v0.4.12
13932026-05-04T22:16:34.086Z Compiling futures-task v0.3.32
13942026-05-04T22:16:34.103Z Compiling futures-channel v0.3.32
13952026-05-04T22:16:34.146Z Compiling futures-io v0.3.32
13962026-05-04T22:16:34.202Z Compiling getrandom v0.4.1
13972026-05-04T22:16:34.254Z Compiling rustversion v1.0.22
13982026-05-04T22:16:34.294Z Compiling getrandom v0.3.4
13992026-05-04T22:16:34.324Z Compiling rand_core v0.10.0
14002026-05-04T22:16:34.375Z Compiling indexmap v2.14.0
14012026-05-04T22:16:34.491Z Compiling form_urlencoded v1.2.2
14022026-05-04T22:16:34.763Z Compiling cmake v0.1.57
14032026-05-04T22:16:34.767Z Compiling ident_case v1.0.1
14042026-05-04T22:16:34.980Z Compiling fs_extra v1.3.0
14052026-05-04T22:16:34.996Z Compiling dunce v1.0.5
14062026-05-04T22:16:35.076Z Compiling synstructure v0.13.2
14072026-05-04T22:16:35.090Z Compiling base64ct v1.8.3
14082026-05-04T22:16:35.218Z Compiling flagset v0.4.7
14092026-05-04T22:16:35.250Z Compiling aws-lc-sys v0.37.1
14102026-05-04T22:16:35.333Z Compiling pem-rfc7468 v0.7.0
14112026-05-04T22:16:35.350Z Compiling rand_core v0.9.5
14122026-05-04T22:16:35.364Z Compiling rustix v1.1.3
14132026-05-04T22:16:35.383Z Compiling iana-time-zone v0.1.65
14142026-05-04T22:16:35.416Z Compiling ring v0.17.14
14152026-05-04T22:16:35.582Z Compiling uuid v1.23.0
14162026-05-04T22:16:35.623Z Compiling rustc_version v0.4.1
14172026-05-04T22:16:35.643Z Compiling aws-lc-rs v1.16.0
14182026-05-04T22:16:35.692Z Compiling vcpkg v0.2.15
14192026-05-04T22:16:35.936Z Compiling regex-syntax v0.8.10
14202026-05-04T22:16:35.965Z Compiling tracing-core v0.1.36
14212026-05-04T22:16:36.310Z Compiling pest_generator v2.8.6
14222026-05-04T22:16:36.455Z Compiling openssl-sys v0.9.114
14232026-05-04T22:16:36.532Z Compiling serde_derive_internals v0.29.1
14242026-05-04T22:16:36.774Z Compiling serde_derive v1.0.228
14252026-05-04T22:16:36.992Z Compiling zeroize_derive v1.4.3
14262026-05-04T22:16:37.039Z Compiling zerofrom-derive v0.1.6
14272026-05-04T22:16:37.139Z Compiling yoke-derive v0.8.1
14282026-05-04T22:16:37.467Z Compiling zerocopy-derive v0.8.40
14292026-05-04T22:16:37.646Z Compiling zeroize v1.8.2
14302026-05-04T22:16:38.316Z Compiling zerovec-derive v0.11.2
14312026-05-04T22:16:38.319Z Compiling displaydoc v0.2.5
14322026-05-04T22:16:38.410Z Compiling crypto-common v0.1.7
14332026-05-04T22:16:38.450Z Compiling zerofrom v0.1.6
14342026-05-04T22:16:38.562Z Compiling yoke v0.8.1
14352026-05-04T22:16:38.576Z Compiling block-buffer v0.10.4
14362026-05-04T22:16:38.743Z Compiling digest v0.10.7
14372026-05-04T22:16:38.744Z Compiling tokio-macros v2.7.0
14382026-05-04T22:16:38.995Z Compiling hmac v0.12.1
14392026-05-04T22:16:39.064Z Compiling zerotrie v0.2.3
14402026-05-04T22:16:39.149Z Compiling futures-macro v0.3.32
14412026-05-04T22:16:39.352Z Compiling block-padding v0.3.3
14422026-05-04T22:16:39.420Z Compiling zerovec v0.11.5
14432026-05-04T22:16:39.466Z Compiling sha2 v0.10.9
14442026-05-04T22:16:39.509Z Compiling inout v0.1.4
14452026-05-04T22:16:39.676Z Compiling cipher v0.4.4
14462026-05-04T22:16:39.938Z Compiling tinystr v0.8.2
14472026-05-04T22:16:39.953Z Compiling potential_utf v0.1.4
14482026-05-04T22:16:39.989Z Compiling futures-util v0.3.32
14492026-05-04T22:16:40.111Z Compiling icu_locale_core v2.1.1
14502026-05-04T22:16:40.138Z Compiling icu_collections v2.1.1
14512026-05-04T22:16:40.255Z Compiling bytes v1.11.1
14522026-05-04T22:16:40.272Z Compiling der_derive v0.7.3
14532026-05-04T22:16:40.623Z Compiling chrono v0.4.44
14542026-05-04T22:16:40.863Z Compiling icu_provider v2.1.1
14552026-05-04T22:16:40.890Z Compiling tokio v1.52.1
14562026-05-04T22:16:40.996Z Compiling http v1.4.0
14572026-05-04T22:16:41.154Z Compiling icu_normalizer v2.1.1
14582026-05-04T22:16:41.214Z Compiling icu_properties v2.1.2
14592026-05-04T22:16:41.684Z Compiling der v0.7.10
14602026-05-04T22:16:41.890Z Compiling ppv-lite86 v0.2.21
14612026-05-04T22:16:41.917Z Compiling salsa20 v0.10.2
14622026-05-04T22:16:41.977Z Compiling pbkdf2 v0.12.2
14632026-05-04T22:16:42.054Z Compiling idna_adapter v1.2.1
14642026-05-04T22:16:42.091Z Compiling thiserror-impl v2.0.18
14652026-05-04T22:16:42.190Z Compiling idna v1.1.0
14662026-05-04T22:16:42.207Z Compiling rand_chacha v0.9.0
14672026-05-04T22:16:42.229Z Compiling scrypt v0.11.0
14682026-05-04T22:16:42.295Z Compiling aes v0.8.4
14692026-05-04T22:16:42.475Z Compiling url v2.5.8
14702026-05-04T22:16:42.811Z Compiling spki v0.7.3
14712026-05-04T22:16:42.862Z Compiling cbc v0.1.2
14722026-05-04T22:16:42.889Z Compiling rustls-pki-types v1.14.0
14732026-05-04T22:16:43.008Z Compiling tracing-attributes v0.1.31
14742026-05-04T22:16:43.008Z Compiling pkcs5 v0.7.1
14752026-05-04T22:16:43.256Z Compiling rand v0.9.2
14762026-05-04T22:16:43.324Z Compiling http-body v1.0.1
14772026-05-04T22:16:43.389Z Compiling thiserror v2.0.18
14782026-05-04T22:16:43.410Z Compiling base64 v0.22.1
14792026-05-04T22:16:43.473Z Compiling schemars v0.8.22
14802026-05-04T22:16:43.490Z Compiling openssl-probe v0.2.1
14812026-05-04T22:16:43.494Z Compiling httparse v1.10.1
14822026-05-04T22:16:43.663Z Compiling untrusted v0.7.1
14832026-05-04T22:16:43.667Z Compiling untrusted v0.9.0
14842026-05-04T22:16:43.736Z Compiling pkcs8 v0.10.2
14852026-05-04T22:16:43.801Z Compiling schemars_derive v0.8.22
14862026-05-04T22:16:43.880Z Compiling pest_derive v2.8.6
14872026-05-04T22:16:44.029Z Compiling scroll_derive v0.13.1
14882026-05-04T22:16:44.034Z Compiling darling_core v0.20.11
14892026-05-04T22:16:44.288Z Compiling tracing v0.1.44
14902026-05-04T22:16:44.303Z Compiling atomic-waker v1.1.2
14912026-05-04T22:16:44.426Z Compiling try-lock v0.2.5
14922026-05-04T22:16:44.534Z Compiling tokio-util v0.7.18
14932026-05-04T22:16:44.548Z Compiling tinyvec_macros v0.1.1
14942026-05-04T22:16:44.617Z Compiling tower-service v0.3.3
14952026-05-04T22:16:44.714Z Compiling rustls v0.23.37
14962026-05-04T22:16:44.809Z Compiling dyn-clone v1.0.20
14972026-05-04T22:16:44.934Z Compiling tower-layer v0.3.3
14982026-05-04T22:16:44.982Z Compiling scroll v0.13.0
14992026-05-04T22:16:45.098Z Compiling tinyvec v1.10.0
15002026-05-04T22:16:45.251Z Compiling h2 v0.4.13
15012026-05-04T22:16:45.447Z Compiling want v0.3.1
15022026-05-04T22:16:45.591Z Compiling ipnet v2.11.0
15032026-05-04T22:16:45.613Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15042026-05-04T22:16:45.868Z Compiling spin v0.9.8
15052026-05-04T22:16:45.995Z Compiling aho-corasick v1.1.4
15062026-05-04T22:16:46.075Z Compiling time-core v0.1.8
15072026-05-04T22:16:46.088Z Compiling openssl v0.10.78
15082026-05-04T22:16:46.221Z Compiling foreign-types-shared v0.1.1
15092026-05-04T22:16:46.309Z Compiling powerfmt v0.2.0
15102026-05-04T22:16:46.323Z Compiling darling_macro v0.20.11
15112026-05-04T22:16:46.326Z Compiling crc32fast v1.5.0
15122026-05-04T22:16:46.326Z Compiling httpdate v1.0.3
15132026-05-04T22:16:46.506Z Compiling pin-utils v0.1.0
15142026-05-04T22:16:46.522Z Compiling num-conv v0.2.0
15152026-05-04T22:16:46.554Z Compiling deranged v0.5.8
15162026-05-04T22:16:46.598Z Compiling foreign-types v0.3.2
15172026-05-04T22:16:46.652Z Compiling time-macros v0.2.27
15182026-05-04T22:16:46.667Z Compiling tempfile v3.25.0
15192026-05-04T22:16:46.776Z Compiling darling v0.20.11
15202026-05-04T22:16:46.860Z Compiling regex-automata v0.4.14
15212026-05-04T22:16:47.033Z Compiling goblin v0.10.5
15222026-05-04T22:16:47.669Z Compiling openssl-macros v0.1.1
15232026-05-04T22:16:47.683Z Compiling wait-timeout v0.2.1
15242026-05-04T22:16:47.950Z Compiling quick-error v1.2.3
15252026-05-04T22:16:48.004Z Compiling num_threads v0.1.7
15262026-05-04T22:16:48.053Z Compiling crossbeam-utils v0.8.21
15272026-05-04T22:16:48.065Z Compiling siphasher v1.0.2
15282026-05-04T22:16:48.100Z Compiling native-tls v0.2.18
15292026-05-04T22:16:48.249Z Compiling hyper v1.8.1
15302026-05-04T22:16:48.301Z Compiling bit-vec v0.8.0
15312026-05-04T22:16:48.337Z Compiling syn v1.0.109
15322026-05-04T22:16:48.528Z Compiling simd-adler32 v0.3.8
15332026-05-04T22:16:48.636Z Compiling usdt-impl v0.6.0
15342026-05-04T22:16:48.814Z Compiling bit-set v0.8.0
15352026-05-04T22:16:48.895Z Compiling time v0.3.47
15362026-05-04T22:16:49.119Z Compiling rusty-fork v0.3.1
15372026-05-04T22:16:49.430Z Compiling hyper-util v0.1.20
15382026-05-04T22:16:49.780Z Compiling dof v0.4.0
15392026-05-04T22:16:50.523Z Compiling derive_builder_core v0.20.2
15402026-05-04T22:16:50.987Z Compiling unicode-normalization v0.1.25
15412026-05-04T22:16:51.134Z Compiling dtrace-parser v0.3.0
15422026-05-04T22:16:51.150Z Compiling rustls-native-certs v0.8.3
15432026-05-04T22:16:51.286Z Compiling signature v2.2.0
15442026-05-04T22:16:51.391Z Compiling thiserror-impl v1.0.69
15452026-05-04T22:16:51.433Z Compiling scroll_derive v0.12.1
15462026-05-04T22:16:51.437Z Compiling heapless v0.7.17
15472026-05-04T22:16:51.463Z Compiling rand_xorshift v0.4.0
15482026-05-04T22:16:51.625Z Compiling slog v2.8.2
15492026-05-04T22:16:51.670Z Compiling darling_core v0.21.3
15502026-05-04T22:16:51.807Z Compiling bzip2-sys v0.1.13+1.0.8
15512026-05-04T22:16:51.867Z Compiling sync_wrapper v1.0.2
15522026-05-04T22:16:51.974Z Compiling thread-id v5.1.0
15532026-05-04T22:16:51.989Z Compiling cookie v0.18.1
15542026-05-04T22:16:52.061Z Compiling unicode-properties v0.1.4
15552026-05-04T22:16:52.076Z Compiling unicode-bidi v0.3.18
15562026-05-04T22:16:52.094Z Compiling paste v1.0.15
15572026-05-04T22:16:52.167Z Compiling signal-hook v0.3.18
15582026-05-04T22:16:52.264Z Compiling zstd-safe v7.2.4
15592026-05-04T22:16:52.338Z Compiling adler2 v2.0.1
15602026-05-04T22:16:52.356Z Compiling anyhow v1.0.102
15612026-05-04T22:16:52.461Z Compiling unarray v0.1.4
15622026-05-04T22:16:52.475Z Compiling allocator-api2 v0.2.21
15632026-05-04T22:16:52.574Z Compiling proptest v1.10.0
15642026-05-04T22:16:52.598Z Compiling miniz_oxide v0.8.9
15652026-05-04T22:16:52.626Z Compiling thiserror v1.0.69
15662026-05-04T22:16:52.728Z Compiling stringprep v0.1.5
15672026-05-04T22:16:52.878Z Compiling scroll v0.12.0
15682026-05-04T22:16:53.135Z Compiling tower v0.5.3
15692026-05-04T22:16:53.195Z Compiling derive_builder_macro v0.20.2
15702026-05-04T22:16:53.640Z Compiling ipnetwork v0.21.1
15712026-05-04T22:16:53.654Z Compiling http-body-util v0.1.3
15722026-05-04T22:16:53.668Z Compiling webpki-roots v1.0.6
15732026-05-04T22:16:53.788Z Compiling rand_chacha v0.3.1
15742026-05-04T22:16:53.887Z Compiling toml_datetime v0.6.11
15752026-05-04T22:16:54.006Z Compiling serde_tokenstream v0.2.3
15762026-05-04T22:16:54.025Z Compiling serde_spanned v0.6.9
15772026-05-04T22:16:54.131Z Compiling darling_macro v0.21.3
15782026-05-04T22:16:54.145Z Compiling erased-serde v0.3.31
15792026-05-04T22:16:54.169Z Compiling md-5 v0.10.6
15802026-05-04T22:16:54.321Z Compiling zerocopy-derive v0.7.35
15812026-05-04T22:16:54.342Z Compiling curve25519-dalek v4.1.3
15822026-05-04T22:16:54.598Z Compiling vergen-lib v0.1.6
15832026-05-04T22:16:54.601Z Compiling num-integer v0.1.46
15842026-05-04T22:16:54.626Z Compiling hash32 v0.2.1
15852026-05-04T22:16:54.675Z Compiling ff v0.13.1
15862026-05-04T22:16:54.778Z Compiling memoffset v0.9.1
15872026-05-04T22:16:54.812Z Compiling psl-types v2.0.11
15882026-05-04T22:16:54.812Z Compiling rustix v0.38.44
15892026-05-04T22:16:54.974Z Compiling cfg_aliases v0.2.1
15902026-05-04T22:16:54.974Z Compiling fallible-iterator v0.2.0
15912026-05-04T22:16:55.003Z Compiling zlib-rs v0.6.2
15922026-05-04T22:16:55.054Z Compiling smoltcp v0.9.1
15932026-05-04T22:16:55.210Z Compiling litrs v1.0.0
15942026-05-04T22:16:55.236Z Compiling base16ct v0.2.0
15952026-05-04T22:16:55.299Z Compiling num-bigint-dig v0.8.6
15962026-05-04T22:16:55.391Z Compiling ref-cast v1.0.25
15972026-05-04T22:16:55.415Z Compiling ryu v1.0.23
15982026-05-04T22:16:55.489Z Compiling iri-string v0.7.10
15992026-05-04T22:16:55.600Z Compiling serde_urlencoded v0.7.1
16002026-05-04T22:16:55.723Z Compiling document-features v0.2.12
16012026-05-04T22:16:55.786Z Compiling sec1 v0.7.3
16022026-05-04T22:16:55.850Z Compiling postgres-protocol v0.6.10
16032026-05-04T22:16:56.063Z Compiling zerocopy v0.7.35
16042026-05-04T22:16:56.397Z Compiling nix v0.31.2
16052026-05-04T22:16:56.516Z Compiling publicsuffix v2.3.0
16062026-05-04T22:16:56.607Z Compiling tower-http v0.6.8
16072026-05-04T22:16:56.685Z Compiling num-iter v0.1.45
16082026-05-04T22:16:56.758Z Compiling newtype-uuid v1.3.2
16092026-05-04T22:16:56.810Z Compiling group v0.13.0
16102026-05-04T22:16:57.017Z Compiling darling v0.21.3
16112026-05-04T22:16:57.095Z Compiling rand v0.8.5
16122026-05-04T22:16:57.109Z Compiling oxnet v0.1.4
16132026-05-04T22:16:57.438Z Compiling hubpack_derive v0.1.1
16142026-05-04T22:16:57.465Z Compiling derive_builder v0.20.2
16152026-05-04T22:16:57.489Z Compiling tokio-native-tls v0.3.1
16162026-05-04T22:16:57.587Z Compiling goblin v0.8.2
16172026-05-04T22:16:57.871Z Compiling flate2 v1.1.9
16182026-05-04T22:16:58.187Z Compiling regex v1.12.3
16192026-05-04T22:16:58.190Z Compiling phf_shared v0.13.1
16202026-05-04T22:16:58.254Z Compiling lazy_static v1.5.0
16212026-05-04T22:16:58.272Z Compiling cargo-platform v0.1.9
16222026-05-04T22:16:58.351Z Compiling hkdf v0.12.4
16232026-05-04T22:16:58.436Z Compiling crypto-bigint v0.5.5
16242026-05-04T22:16:58.522Z Compiling terminal_size v0.4.3
16252026-05-04T22:16:58.537Z Compiling curve25519-dalek-derive v0.1.1
16262026-05-04T22:16:58.564Z Compiling ref-cast-impl v1.0.25
16272026-05-04T22:16:58.619Z Compiling strum_macros v0.27.2
16282026-05-04T22:16:58.660Z Compiling async-trait v0.1.89
16292026-05-04T22:16:59.091Z Compiling daft-derive v0.1.5
16302026-05-04T22:16:59.169Z Compiling vergen v9.0.6
16312026-05-04T22:16:59.353Z Compiling fs-err v3.3.0
16322026-05-04T22:16:59.543Z Compiling ahash v0.8.12
16332026-05-04T22:16:59.675Z Compiling foldhash v0.2.0
16342026-05-04T22:16:59.748Z Compiling object v0.37.3
16352026-05-04T22:16:59.813Z Compiling bumpalo v3.20.2
16362026-05-04T22:16:59.930Z Compiling bitflags v1.3.2
16372026-05-04T22:17:00.014Z Compiling unicode-segmentation v1.12.0
16382026-05-04T22:17:00.046Z Compiling foldhash v0.1.5
16392026-05-04T22:17:00.110Z Compiling libbz2-rs-sys v0.2.2
16402026-05-04T22:17:00.236Z Compiling managed v0.8.0
16412026-05-04T22:17:00.406Z Compiling winnow v0.5.40
16422026-05-04T22:17:00.619Z Compiling bzip2 v0.6.1
16432026-05-04T22:17:00.643Z Compiling strum v0.27.2
16442026-05-04T22:17:00.781Z Compiling clap_builder v4.5.60
16452026-05-04T22:17:00.802Z Compiling hashbrown v0.15.5
16462026-05-04T22:17:00.884Z Compiling zopfli v0.8.3
16472026-05-04T22:17:01.101Z Compiling hashbrown v0.16.1
16482026-05-04T22:17:01.263Z Compiling daft v0.1.5
16492026-05-04T22:17:01.359Z Compiling dof v0.3.0
16502026-05-04T22:17:01.591Z Compiling elliptic-curve v0.13.8
16512026-05-04T22:17:01.685Z Compiling toml_edit v0.19.15
16522026-05-04T22:17:01.931Z Compiling cargo_metadata v0.19.2
16532026-05-04T22:17:01.985Z Compiling phf v0.13.1
16542026-05-04T22:17:02.510Z Compiling signal-hook-mio v0.2.5
16552026-05-04T22:17:02.634Z Compiling cookie_store v0.22.1
16562026-05-04T22:17:03.236Z Compiling hubpack v0.1.2
16572026-05-04T22:17:03.272Z Compiling zstd v0.13.3
16582026-05-04T22:17:03.454Z Compiling hyper-tls v0.6.0
16592026-05-04T22:17:03.529Z Compiling bzip2 v0.4.4
16602026-05-04T22:17:03.545Z Compiling serde_with_macros v3.17.0
16612026-05-04T22:17:03.754Z Compiling postgres-types v0.2.12
16622026-05-04T22:17:03.786Z Compiling usdt-macro v0.6.0
16632026-05-04T22:17:04.287Z Compiling usdt-attr-macro v0.6.0
16642026-05-04T22:17:04.302Z Compiling dtrace-parser v0.2.0
16652026-05-04T22:17:04.515Z Compiling ed25519 v2.2.3
16662026-05-04T22:17:04.653Z Compiling bstr v1.12.1
16672026-05-04T22:17:04.668Z Compiling phf_shared v0.11.3
16682026-05-04T22:17:04.845Z Compiling pkcs1 v0.7.5
16692026-05-04T22:17:04.901Z Compiling serde-big-array v0.5.1
16702026-05-04T22:17:05.050Z Compiling hex v0.4.3
16712026-05-04T22:17:05.067Z Compiling rfc6979 v0.4.0
16722026-05-04T22:17:05.082Z Compiling serde_repr v0.1.20
16732026-05-04T22:17:05.194Z Compiling clap_derive v4.5.55
16742026-05-04T22:17:05.275Z Compiling strum_macros v0.26.4
16752026-05-04T22:17:05.308Z Compiling enum-as-inner v0.6.1
16762026-05-04T22:17:05.322Z Compiling float-cmp v0.10.0
16772026-05-04T22:17:05.468Z Compiling thread-id v4.2.2
16782026-05-04T22:17:05.472Z Compiling memmap2 v0.9.10
16792026-05-04T22:17:05.560Z Compiling env_filter v1.0.0
16802026-05-04T22:17:05.604Z Compiling encoding_rs v0.8.35
16812026-05-04T22:17:05.694Z Compiling rustc-hash v2.1.1
16822026-05-04T22:17:05.805Z Compiling fixedbitset v0.5.7
16832026-05-04T22:17:05.824Z Compiling keccak v0.1.6
16842026-05-04T22:17:05.867Z Compiling jiff v0.2.21
16852026-05-04T22:17:06.110Z Compiling normalize-line-endings v0.3.0
16862026-05-04T22:17:06.213Z Compiling whoami v2.1.0
16872026-05-04T22:17:06.597Z Compiling fixedbitset v0.4.2
16882026-05-04T22:17:06.634Z Compiling static_assertions v1.1.0
16892026-05-04T22:17:06.715Z Compiling difflib v0.4.0
16902026-05-04T22:17:06.814Z Compiling precomputed-hash v0.1.1
16912026-05-04T22:17:06.909Z Compiling mime v0.3.17
16922026-05-04T22:17:06.959Z Compiling predicates-core v1.0.10
16932026-05-04T22:17:07.015Z Compiling data-encoding v2.10.0
16942026-05-04T22:17:07.109Z Compiling either v1.15.0
16952026-05-04T22:17:07.136Z Compiling new_debug_unreachable v1.0.6
16962026-05-04T22:17:07.166Z Compiling predicates v3.1.4
16972026-05-04T22:17:07.214Z Compiling string_cache v0.8.9
16982026-05-04T22:17:07.281Z Compiling strum v0.26.3
16992026-05-04T22:17:07.316Z Compiling hickory-proto v0.25.2
17002026-05-04T22:17:07.415Z Compiling itertools v0.13.0
17012026-05-04T22:17:07.440Z Compiling clap v4.5.60
17022026-05-04T22:17:07.526Z Compiling toml_edit v0.22.27
17032026-05-04T22:17:07.676Z Compiling petgraph v0.6.5
17042026-05-04T22:17:07.707Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
17052026-05-04T22:17:07.814Z Compiling tokio-postgres v0.7.16
17062026-05-04T22:17:08.647Z Compiling zip v4.6.1
17072026-05-04T22:17:09.156Z Compiling petgraph v0.8.3
17082026-05-04T22:17:09.588Z Compiling sha3 v0.10.8
17092026-05-04T22:17:09.971Z Compiling iddqd v0.3.18
17102026-05-04T22:17:10.049Z Compiling env_logger v0.11.9
17112026-05-04T22:17:10.097Z Compiling usdt v0.6.0
17122026-05-04T22:17:10.205Z Compiling usdt-impl v0.5.0
17132026-05-04T22:17:10.364Z Compiling serde_with v3.17.0
17142026-05-04T22:17:10.412Z Compiling ecdsa v0.16.9
17152026-05-04T22:17:10.512Z Compiling rsa v0.9.10
17162026-05-04T22:17:10.795Z Compiling similar v2.7.0
17172026-05-04T22:17:10.811Z Compiling ed25519-dalek v2.2.0
17182026-05-04T22:17:11.122Z Compiling crossterm v0.28.1
17192026-05-04T22:17:11.467Z Compiling zip v0.6.6
17202026-05-04T22:17:11.666Z Compiling toml v0.7.8
17212026-05-04T22:17:12.303Z Compiling heck v0.4.1
17222026-05-04T22:17:12.402Z Compiling toml_parser v1.0.9+spec-1.1.0
17232026-05-04T22:17:12.417Z Compiling crossbeam-epoch v0.9.18
17242026-05-04T22:17:12.449Z Compiling tokio-stream v0.1.18
17252026-05-04T22:17:12.532Z Compiling buf-list v1.1.2
17262026-05-04T22:17:12.546Z Compiling x509-cert v0.2.5
17272026-05-04T22:17:12.746Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
17282026-05-04T22:17:12.810Z Compiling openapiv3 v2.2.0
17292026-05-04T22:17:12.906Z Compiling sha1 v0.10.6
17302026-05-04T22:17:13.030Z Compiling toml_datetime v0.7.5+spec-1.1.0
17312026-05-04T22:17:13.057Z Compiling peg-runtime v0.8.5
17322026-05-04T22:17:13.130Z Compiling lalrpop-util v0.19.12
17332026-05-04T22:17:13.314Z Compiling thread_local v1.1.9
17342026-05-04T22:17:13.330Z Compiling slog-async v2.8.0
17352026-05-04T22:17:13.354Z Compiling crossbeam-channel v0.5.15
17362026-05-04T22:17:13.574Z Compiling futures-executor v0.3.32
17372026-05-04T22:17:13.647Z Compiling is-terminal v0.4.17
17382026-05-04T22:17:13.749Z Compiling filetime v0.2.27
17392026-05-04T22:17:13.813Z Compiling take_mut v0.2.2
17402026-05-04T22:17:13.826Z Compiling term v1.2.1
17412026-05-04T22:17:13.843Z Compiling xattr v1.6.1
17422026-05-04T22:17:13.922Z Compiling futures v0.3.32
17432026-05-04T22:17:14.008Z Compiling tar v0.4.45
17442026-05-04T22:17:14.154Z Compiling slog-term v2.9.2
17452026-05-04T22:17:20.759Z Compiling rustls-webpki v0.103.9
17462026-05-04T22:17:23.552Z Compiling tokio-rustls v0.26.4
17472026-05-04T22:17:23.552Z Compiling rustls-platform-verifier v0.6.2
17482026-05-04T22:17:23.757Z Compiling hyper-rustls v0.27.7
17492026-05-04T22:17:23.954Z Compiling reqwest v0.12.28
17502026-05-04T22:17:23.954Z Compiling reqwest v0.13.2
17512026-05-04T22:17:26.045Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17522026-05-04T22:17:26.264Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17532026-05-04T22:17:29.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
17542026-05-04T22:17:29.221Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17552026-05-04T22:17:29.274ZMay 04 22:17:27.899 INFO Starting download, target: Clickhouse
17562026-05-04T22:17:29.274ZMay 04 22:17:27.899 INFO Starting download, target: Cockroach
17572026-05-04T22:17:29.277ZMay 04 22:17:27.899 INFO Starting download, target: Console
17582026-05-04T22:17:29.277ZMay 04 22:17:27.899 INFO Starting download, target: DendriteStub
17592026-05-04T22:17:29.277ZMay 04 22:17:27.899 INFO Starting download, target: MaghemiteMgd
17602026-05-04T22:17:29.277ZMay 04 22:17:27.899 INFO Starting download, target: TransceiverControl
17612026-05-04T22:17:29.277ZMay 04 22:17:27.900 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17622026-05-04T22:17:29.277ZMay 04 22:17:27.900 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17632026-05-04T22:17:29.278ZMay 04 22:17:27.900 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17642026-05-04T22:17:29.278ZMay 04 22:17:27.900 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17652026-05-04T22:17:29.278ZMay 04 22:17:27.900 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17662026-05-04T22:17:29.278ZMay 04 22:17:27.900 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17672026-05-04T22:17:29.536ZMay 04 22:17:28.158 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17682026-05-04T22:17:29.741ZMay 04 22:17:28.363 INFO Download complete, target: TransceiverControl
17692026-05-04T22:17:30.338ZMay 04 22:17:28.962 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17702026-05-04T22:17:30.579ZMay 04 22:17:29.197 INFO Download complete, target: Console
17712026-05-04T22:17:30.994ZMay 04 22:17:29.619 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17722026-05-04T22:17:31.209ZMay 04 22:17:29.833 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17732026-05-04T22:17:31.726ZMay 04 22:17:30.350 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17742026-05-04T22:17:31.747ZMay 04 22:17:30.372 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17752026-05-04T22:17:31.747ZMay 04 22:17:30.372 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17762026-05-04T22:17:33.332ZMay 04 22:17:31.956 INFO Download complete, target: DendriteStub
17772026-05-04T22:17:33.609ZMay 04 22:17:32.234 INFO Download complete, target: MaghemiteMgd
17782026-05-04T22:17:36.331ZMay 04 22:17:34.955 INFO Checking that binary works, target: Cockroach
17792026-05-04T22:17:36.437ZMay 04 22:17:35.061 INFO Download complete, target: Cockroach
17802026-05-04T22:17:38.527ZMay 04 22:17:37.150 INFO Checking that binary works, target: Clickhouse
17812026-05-04T22:17:38.639ZMay 04 22:17:37.263 INFO Download complete, target: Clickhouse
17822026-05-04T22:17:38.653ZAll builder prerequisites installed successfully, and PATH looks valid
17832026-05-04T22:17:38.655Z
17842026-05-04T22:17:38.655Zreal 3:18.167351687
17852026-05-04T22:17:38.656Zuser 7:14.998310926
17862026-05-04T22:17:38.656Zsys 1:24.715192491
17872026-05-04T22:17:38.656Ztrap 0.214349991
17882026-05-04T22:17:38.656Ztflt 0.727683458
17892026-05-04T22:17:38.656Zdflt 0.622706016
17902026-05-04T22:17:38.656Zkflt 0.041463420
17912026-05-04T22:17:38.656Zlock 22:43.799372272
17922026-05-04T22:17:38.656Zslp 22:04.877472605
17932026-05-04T22:17:38.656Zlat 42.772191910
17942026-05-04T22:17:38.656Zstop 2:00.540807321
17952026-05-04T22:17:38.656Z+ banner hack-check
17962026-05-04T22:17:38.656Z
17972026-05-04T22:17:38.656Z # # ## #### # # #### # # ###### #### # #
17982026-05-04T22:17:38.656Z # # # # # # # # # # # # # # # # #
17992026-05-04T22:17:38.656Z ###### # # # #### ##### # ###### ##### # ####
18002026-05-04T22:17:38.656Z # # ###### # # # # # # # # # #
18012026-05-04T22:17:38.656Z # # # # # # # # # # # # # # # # #
18022026-05-04T22:17:38.656Z # # # # #### # # #### # # ###### #### # #
18032026-05-04T22:17:38.656Z
18042026-05-04T22:17:38.656Z+ export CARGO_INCREMENTAL=0
18052026-05-04T22:17:38.656Z+ CARGO_INCREMENTAL=0
18062026-05-04T22:17:38.656Z+ ptime -m timeout 2h cargo xtask check-features --ci
18072026-05-04T22:17:39.185Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18082026-05-04T22:17:39.403Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18092026-05-04T22:17:41.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.55s
18102026-05-04T22:17:41.304Z Running `target/debug/xtask check-features --ci`
18112026-05-04T22:17:41.327Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18122026-05-04T22:17:41.330Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18132026-05-04T22:17:41.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18142026-05-04T22:17:41.836Z Running `target/debug/xtask download cargo-hack`
18152026-05-04T22:17:42.618Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18162026-05-04T22:17:42.930Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18172026-05-04T22:17:45.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.50s
18182026-05-04T22:17:45.542Z Running `target/debug/xtask-downloader cargo-hack`
18192026-05-04T22:17:45.584ZMay 04 22:17:44.206 INFO Starting download, target: CargoHack
18202026-05-04T22:17:45.587ZMay 04 22:17:44.207 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18212026-05-04T22:17:46.169ZMay 04 22:17:44.792 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18222026-05-04T22:17:46.218ZMay 04 22:17:44.840 INFO Download complete, target: CargoHack
18232026-05-04T22:17:46.220Zrunning: "/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"
18242026-05-04T22:17:46.235Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18252026-05-04T22:17:46.387Zinfo: running `cargo check --bins` on api_identity (1/274)
18262026-05-04T22:17:46.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18272026-05-04T22:17:46.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18282026-05-04T22:17:46.873Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18292026-05-04T22:17:46.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18302026-05-04T22:17:46.957Z
18312026-05-04T22:17:46.957Zinfo: running `cargo check --bins` on bootstore (2/274)
18322026-05-04T22:17:47.447Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18332026-05-04T22:17:47.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18342026-05-04T22:17:47.450Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18352026-05-04T22:17:47.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18362026-05-04T22:17:47.531Z
18372026-05-04T22:17:47.532Zinfo: running `cargo check --bins` on omicron-ledger (3/274)
18382026-05-04T22:17:48.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18392026-05-04T22:17:48.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18402026-05-04T22:17:48.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18412026-05-04T22:17:48.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18422026-05-04T22:17:48.099Z
18432026-05-04T22:17:48.099Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/274)
18442026-05-04T22:17:48.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18452026-05-04T22:17:48.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18462026-05-04T22:17:48.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18472026-05-04T22:17:48.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18482026-05-04T22:17:48.670Z
18492026-05-04T22:17:48.670Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/274)
18502026-05-04T22:17:49.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18512026-05-04T22:17:49.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18522026-05-04T22:17:49.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18532026-05-04T22:17:49.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18542026-05-04T22:17:49.253Z
18552026-05-04T22:17:49.253Zinfo: running `cargo check --bins` on omicron-certificates (6/274)
18562026-05-04T22:17:49.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18572026-05-04T22:17:49.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18582026-05-04T22:17:49.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18592026-05-04T22:17:49.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18602026-05-04T22:17:49.844Z
18612026-05-04T22:17:49.844Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/274)
18622026-05-04T22:17:50.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18632026-05-04T22:17:50.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18642026-05-04T22:17:50.339Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18652026-05-04T22:17:50.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18662026-05-04T22:17:50.425Z
18672026-05-04T22:17:50.425Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/274)
18682026-05-04T22:17:50.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18692026-05-04T22:17:50.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18702026-05-04T22:17:50.923Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18712026-05-04T22:17:50.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18722026-05-04T22:17:51.009Z
18732026-05-04T22:17:51.009Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/274)
18742026-05-04T22:17:51.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18752026-05-04T22:17:51.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18762026-05-04T22:17:51.417Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18772026-05-04T22:17:51.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18782026-05-04T22:17:51.474Z
18792026-05-04T22:17:51.474Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/274)
18802026-05-04T22:17:51.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18812026-05-04T22:17:51.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18822026-05-04T22:17:51.881Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18832026-05-04T22:17:51.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18842026-05-04T22:17:51.937Z
18852026-05-04T22:17:51.937Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/274)
18862026-05-04T22:17:52.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18872026-05-04T22:17:52.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18882026-05-04T22:17:52.341Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18892026-05-04T22:17:52.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18902026-05-04T22:17:52.397Z
18912026-05-04T22:17:52.397Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/274)
18922026-05-04T22:17:52.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18932026-05-04T22:17:52.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18942026-05-04T22:17:52.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18952026-05-04T22:17:52.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18962026-05-04T22:17:52.857Z
18972026-05-04T22:17:52.857Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/274)
18982026-05-04T22:17:53.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18992026-05-04T22:17:53.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19002026-05-04T22:17:53.261Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19012026-05-04T22:17:53.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19022026-05-04T22:17:53.316Z
19032026-05-04T22:17:53.317Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/274)
19042026-05-04T22:17:53.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19052026-05-04T22:17:53.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19062026-05-04T22:17:53.721Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19072026-05-04T22:17:53.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19082026-05-04T22:17:53.780Z
19092026-05-04T22:17:53.780Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/274)
19102026-05-04T22:17:54.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19112026-05-04T22:17:54.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19122026-05-04T22:17:54.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19132026-05-04T22:17:54.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19142026-05-04T22:17:54.243Z
19152026-05-04T22:17:54.243Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/274)
19162026-05-04T22:17:54.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19172026-05-04T22:17:54.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19182026-05-04T22:17:54.647Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19192026-05-04T22:17:54.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19202026-05-04T22:17:54.702Z
19212026-05-04T22:17:54.702Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/274)
19222026-05-04T22:17:55.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19232026-05-04T22:17:55.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19242026-05-04T22:17:55.107Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19252026-05-04T22:17:55.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19262026-05-04T22:17:55.161Z
19272026-05-04T22:17:55.162Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/274)
19282026-05-04T22:17:55.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19292026-05-04T22:17:55.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19302026-05-04T22:17:55.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19312026-05-04T22:17:55.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19322026-05-04T22:17:55.624Z
19332026-05-04T22:17:55.625Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/274)
19342026-05-04T22:17:56.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19352026-05-04T22:17:56.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19362026-05-04T22:17:56.029Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19372026-05-04T22:17:56.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19382026-05-04T22:17:56.085Z
19392026-05-04T22:17:56.085Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/274)
19402026-05-04T22:17:56.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19412026-05-04T22:17:56.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19422026-05-04T22:17:56.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19432026-05-04T22:17:56.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19442026-05-04T22:17:56.548Z
19452026-05-04T22:17:56.548Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/274)
19462026-05-04T22:17:56.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19472026-05-04T22:17:56.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19482026-05-04T22:17:56.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19492026-05-04T22:17:56.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19502026-05-04T22:17:57.014Z
19512026-05-04T22:17:57.014Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/274)
19522026-05-04T22:17:57.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19532026-05-04T22:17:57.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19542026-05-04T22:17:57.421Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19552026-05-04T22:17:57.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19562026-05-04T22:17:57.478Z
19572026-05-04T22:17:57.478Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/274)
19582026-05-04T22:17:57.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19592026-05-04T22:17:57.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19602026-05-04T22:17:57.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19612026-05-04T22:17:57.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19622026-05-04T22:17:57.943Z
19632026-05-04T22:17:57.943Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/274)
19642026-05-04T22:17:58.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19652026-05-04T22:17:58.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19662026-05-04T22:17:58.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19672026-05-04T22:17:58.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19682026-05-04T22:17:58.407Z
19692026-05-04T22:17:58.407Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/274)
19702026-05-04T22:17:58.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19712026-05-04T22:17:58.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19722026-05-04T22:17:58.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19732026-05-04T22:17:58.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19742026-05-04T22:17:58.875Z
19752026-05-04T22:17:58.875Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/274)
19762026-05-04T22:17:59.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19772026-05-04T22:17:59.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19782026-05-04T22:17:59.283Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19792026-05-04T22:17:59.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19802026-05-04T22:17:59.340Z
19812026-05-04T22:17:59.340Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/274)
19822026-05-04T22:17:59.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19832026-05-04T22:17:59.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19842026-05-04T22:17:59.748Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19852026-05-04T22:17:59.751Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19862026-05-04T22:17:59.809Z
19872026-05-04T22:17:59.809Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/274)
19882026-05-04T22:18:00.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19892026-05-04T22:18:00.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19902026-05-04T22:18:00.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19912026-05-04T22:18:00.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19922026-05-04T22:18:00.276Z
19932026-05-04T22:18:00.276Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/274)
19942026-05-04T22:18:00.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19952026-05-04T22:18:00.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19962026-05-04T22:18:00.680Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19972026-05-04T22:18:00.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19982026-05-04T22:18:00.737Z
19992026-05-04T22:18:00.737Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/274)
20002026-05-04T22:18:01.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20012026-05-04T22:18:01.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20022026-05-04T22:18:01.140Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20032026-05-04T22:18:01.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20042026-05-04T22:18:01.198Z
20052026-05-04T22:18:01.198Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/274)
20062026-05-04T22:18:01.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20072026-05-04T22:18:01.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20082026-05-04T22:18:01.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20092026-05-04T22:18:01.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20102026-05-04T22:18:01.661Z
20112026-05-04T22:18:01.661Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/274)
20122026-05-04T22:18:02.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20132026-05-04T22:18:02.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20142026-05-04T22:18:02.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20152026-05-04T22:18:02.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20162026-05-04T22:18:02.118Z
20172026-05-04T22:18:02.118Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/274)
20182026-05-04T22:18:02.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20192026-05-04T22:18:02.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20202026-05-04T22:18:02.522Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20212026-05-04T22:18:02.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20222026-05-04T22:18:02.578Z
20232026-05-04T22:18:02.578Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/274)
20242026-05-04T22:18:02.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20252026-05-04T22:18:02.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20262026-05-04T22:18:02.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20272026-05-04T22:18:02.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20282026-05-04T22:18:03.038Z
20292026-05-04T22:18:03.038Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/274)
20302026-05-04T22:18:03.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20312026-05-04T22:18:03.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20322026-05-04T22:18:03.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20332026-05-04T22:18:03.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20342026-05-04T22:18:03.498Z
20352026-05-04T22:18:03.498Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/274)
20362026-05-04T22:18:03.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20372026-05-04T22:18:03.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20382026-05-04T22:18:03.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20392026-05-04T22:18:03.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20402026-05-04T22:18:03.958Z
20412026-05-04T22:18:03.958Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/274)
20422026-05-04T22:18:04.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20432026-05-04T22:18:04.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20442026-05-04T22:18:04.363Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20452026-05-04T22:18:04.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20462026-05-04T22:18:04.419Z
20472026-05-04T22:18:04.419Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/274)
20482026-05-04T22:18:04.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20492026-05-04T22:18:04.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20502026-05-04T22:18:04.821Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20512026-05-04T22:18:04.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20522026-05-04T22:18:04.880Z
20532026-05-04T22:18:04.881Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/274)
20542026-05-04T22:18:05.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20552026-05-04T22:18:05.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20562026-05-04T22:18:05.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20572026-05-04T22:18:05.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20582026-05-04T22:18:05.345Z
20592026-05-04T22:18:05.345Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/274)
20602026-05-04T22:18:05.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20612026-05-04T22:18:05.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20622026-05-04T22:18:05.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20632026-05-04T22:18:05.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20642026-05-04T22:18:05.810Z
20652026-05-04T22:18:05.810Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/274)
20662026-05-04T22:18:06.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20672026-05-04T22:18:06.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20682026-05-04T22:18:06.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20692026-05-04T22:18:06.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20702026-05-04T22:18:06.272Z
20712026-05-04T22:18:06.272Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/274)
20722026-05-04T22:18:06.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20732026-05-04T22:18:06.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20742026-05-04T22:18:06.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20752026-05-04T22:18:06.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20762026-05-04T22:18:06.735Z
20772026-05-04T22:18:06.735Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/274)
20782026-05-04T22:18:07.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20792026-05-04T22:18:07.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20802026-05-04T22:18:07.140Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20812026-05-04T22:18:07.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20822026-05-04T22:18:07.195Z
20832026-05-04T22:18:07.195Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/274)
20842026-05-04T22:18:07.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20852026-05-04T22:18:07.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20862026-05-04T22:18:07.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20872026-05-04T22:18:07.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20882026-05-04T22:18:07.659Z
20892026-05-04T22:18:07.659Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/274)
20902026-05-04T22:18:08.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20912026-05-04T22:18:08.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20922026-05-04T22:18:08.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20932026-05-04T22:18:08.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20942026-05-04T22:18:08.119Z
20952026-05-04T22:18:08.119Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/274)
20962026-05-04T22:18:08.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20972026-05-04T22:18:08.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20982026-05-04T22:18:08.526Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20992026-05-04T22:18:08.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
21002026-05-04T22:18:08.583Z
21012026-05-04T22:18:08.583Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/274)
21022026-05-04T22:18:08.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21032026-05-04T22:18:08.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21042026-05-04T22:18:08.987Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21052026-05-04T22:18:08.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
21062026-05-04T22:18:09.044Z
21072026-05-04T22:18:09.044Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/274)
21082026-05-04T22:18:09.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21092026-05-04T22:18:09.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21102026-05-04T22:18:09.454Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21112026-05-04T22:18:09.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
21122026-05-04T22:18:09.512Z
21132026-05-04T22:18:09.512Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/274)
21142026-05-04T22:18:10.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21152026-05-04T22:18:10.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21162026-05-04T22:18:10.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21172026-05-04T22:18:10.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21182026-05-04T22:18:10.139Z
21192026-05-04T22:18:10.139Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/274)
21202026-05-04T22:18:10.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21212026-05-04T22:18:10.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21222026-05-04T22:18:10.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21232026-05-04T22:18:10.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21242026-05-04T22:18:10.761Z
21252026-05-04T22:18:10.761Zinfo: running `cargo check --bins` on nexus-config (51/274)
21262026-05-04T22:18:11.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21272026-05-04T22:18:11.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21282026-05-04T22:18:11.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21292026-05-04T22:18:11.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21302026-05-04T22:18:11.382Z
21312026-05-04T22:18:11.382Zinfo: running `cargo check --bins` on nexus-types (52/274)
21322026-05-04T22:18:11.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21332026-05-04T22:18:11.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21342026-05-04T22:18:11.913Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21352026-05-04T22:18:11.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21362026-05-04T22:18:12.008Z
21372026-05-04T22:18:12.008Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/274)
21382026-05-04T22:18:12.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21392026-05-04T22:18:12.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21402026-05-04T22:18:12.516Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21412026-05-04T22:18:12.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21422026-05-04T22:18:12.602Z
21432026-05-04T22:18:12.602Zinfo: running `cargo check --bins` on omicron-passwords (54/274)
21442026-05-04T22:18:13.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21452026-05-04T22:18:13.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21462026-05-04T22:18:13.086Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21472026-05-04T22:18:13.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21482026-05-04T22:18:13.170Z
21492026-05-04T22:18:13.170Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/274)
21502026-05-04T22:18:13.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21512026-05-04T22:18:13.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21522026-05-04T22:18:13.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21532026-05-04T22:18:13.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21542026-05-04T22:18:13.765Z
21552026-05-04T22:18:13.765Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/274)
21562026-05-04T22:18:14.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21572026-05-04T22:18:14.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21582026-05-04T22:18:14.267Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21592026-05-04T22:18:14.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21602026-05-04T22:18:14.354Z
21612026-05-04T22:18:14.354Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/274)
21622026-05-04T22:18:14.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21632026-05-04T22:18:14.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21642026-05-04T22:18:14.862Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21652026-05-04T22:18:14.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21662026-05-04T22:18:14.949Z
21672026-05-04T22:18:14.949Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/274)
21682026-05-04T22:18:15.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21692026-05-04T22:18:15.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21702026-05-04T22:18:15.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21712026-05-04T22:18:15.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21722026-05-04T22:18:15.538Z
21732026-05-04T22:18:15.538Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/274)
21742026-05-04T22:18:16.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21752026-05-04T22:18:16.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21762026-05-04T22:18:16.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21772026-05-04T22:18:16.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21782026-05-04T22:18:16.113Z
21792026-05-04T22:18:16.113Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/274)
21802026-05-04T22:18:16.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21812026-05-04T22:18:16.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21822026-05-04T22:18:16.604Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21832026-05-04T22:18:16.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21842026-05-04T22:18:16.690Z
21852026-05-04T22:18:16.690Zinfo: running `cargo check --bins --no-default-features` on gfss (61/274)
21862026-05-04T22:18:17.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21872026-05-04T22:18:17.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21882026-05-04T22:18:17.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21892026-05-04T22:18:17.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21902026-05-04T22:18:17.260Z
21912026-05-04T22:18:17.260Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/274)
21922026-05-04T22:18:17.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21932026-05-04T22:18:17.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21942026-05-04T22:18:17.772Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21952026-05-04T22:18:17.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21962026-05-04T22:18:17.857Z
21972026-05-04T22:18:17.857Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/274)
21982026-05-04T22:18:18.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21992026-05-04T22:18:18.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22002026-05-04T22:18:18.374Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22012026-05-04T22:18:18.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22022026-05-04T22:18:18.462Z
22032026-05-04T22:18:18.462Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/274)
22042026-05-04T22:18:18.968Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22052026-05-04T22:18:18.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22062026-05-04T22:18:18.970Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22072026-05-04T22:18:18.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22082026-05-04T22:18:19.059Z
22092026-05-04T22:18:19.059Zinfo: running `cargo check --bins` on cockroach-admin-types (65/274)
22102026-05-04T22:18:19.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22112026-05-04T22:18:19.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22122026-05-04T22:18:19.552Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22132026-05-04T22:18:19.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22142026-05-04T22:18:19.634Z
22152026-05-04T22:18:19.634Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/274)
22162026-05-04T22:18:20.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22172026-05-04T22:18:20.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22182026-05-04T22:18:20.126Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22192026-05-04T22:18:20.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22202026-05-04T22:18:20.206Z
22212026-05-04T22:18:20.206Zinfo: running `cargo check --bins` on ereport-types (67/274)
22222026-05-04T22:18:20.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22232026-05-04T22:18:20.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22242026-05-04T22:18:20.701Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22252026-05-04T22:18:20.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22262026-05-04T22:18:20.789Z
22272026-05-04T22:18:20.789Zinfo: running `cargo check --bins` on gateway-client (68/274)
22282026-05-04T22:18:21.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22292026-05-04T22:18:21.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22302026-05-04T22:18:21.288Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22312026-05-04T22:18:21.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22322026-05-04T22:18:21.373Z
22332026-05-04T22:18:21.373Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/274)
22342026-05-04T22:18:21.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22352026-05-04T22:18:21.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22362026-05-04T22:18:21.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22372026-05-04T22:18:21.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22382026-05-04T22:18:21.955Z
22392026-05-04T22:18:21.955Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/274)
22402026-05-04T22:18:22.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22412026-05-04T22:18:22.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22422026-05-04T22:18:22.451Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22432026-05-04T22:18:22.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22442026-05-04T22:18:22.535Z
22452026-05-04T22:18:22.535Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/274)
22462026-05-04T22:18:23.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22472026-05-04T22:18:23.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22482026-05-04T22:18:23.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22492026-05-04T22:18:23.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22502026-05-04T22:18:23.115Z
22512026-05-04T22:18:23.115Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/274)
22522026-05-04T22:18:23.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22532026-05-04T22:18:23.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22542026-05-04T22:18:23.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22552026-05-04T22:18:23.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22562026-05-04T22:18:23.702Z
22572026-05-04T22:18:23.702Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/274)
22582026-05-04T22:18:24.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22592026-05-04T22:18:24.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22602026-05-04T22:18:24.214Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22612026-05-04T22:18:24.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22622026-05-04T22:18:24.305Z
22632026-05-04T22:18:24.305Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/274)
22642026-05-04T22:18:24.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22652026-05-04T22:18:24.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22662026-05-04T22:18:24.818Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22672026-05-04T22:18:24.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22682026-05-04T22:18:24.909Z
22692026-05-04T22:18:24.909Zinfo: running `cargo check --bins` on key-manager-types (75/274)
22702026-05-04T22:18:25.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22712026-05-04T22:18:25.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22722026-05-04T22:18:25.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22732026-05-04T22:18:25.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22742026-05-04T22:18:25.483Z
22752026-05-04T22:18:25.484Zinfo: running `cargo check --bins` on oxlog (76/274)
22762026-05-04T22:18:25.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22772026-05-04T22:18:25.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22782026-05-04T22:18:26.080Z Checking cfg-if v1.0.4
22792026-05-04T22:18:26.083Z Checking libc v0.2.185
22802026-05-04T22:18:26.083Z Checking serde_core v1.0.228
22812026-05-04T22:18:26.197Z Checking zeroize v1.8.2
22822026-05-04T22:18:26.206Z Checking memchr v2.8.0
22832026-05-04T22:18:26.215Z Checking log v0.4.29
22842026-05-04T22:18:26.224Z Checking smallvec v1.15.1
22852026-05-04T22:18:26.235Z Checking typenum v1.19.0
22862026-05-04T22:18:26.235Z Checking subtle v2.6.1
22872026-05-04T22:18:26.337Z Checking itoa v1.0.17
22882026-05-04T22:18:26.375Z Checking scopeguard v1.2.0
22892026-05-04T22:18:26.391Z Checking stable_deref_trait v1.2.1
22902026-05-04T22:18:26.403Z Checking const-oid v0.9.6
22912026-05-04T22:18:26.464Z Checking portable-atomic v1.13.1
22922026-05-04T22:18:26.477Z Checking zerofrom v0.1.6
22932026-05-04T22:18:26.480Z Checking lock_api v0.4.14
22942026-05-04T22:18:26.581Z Checking critical-section v1.2.0
22952026-05-04T22:18:26.584Z Checking getrandom v0.2.17
22962026-05-04T22:18:26.587Z Checking errno v0.3.14
22972026-05-04T22:18:26.686Z Checking yoke v0.8.1
22982026-05-04T22:18:26.710Z Checking parking_lot_core v0.9.12
22992026-05-04T22:18:26.735Z Checking signal-hook-registry v1.4.8
23002026-05-04T22:18:26.746Z Checking generic-array v0.14.7
23012026-05-04T22:18:26.774Z Checking rand_core v0.6.4
23022026-05-04T22:18:26.852Z Checking zerovec v0.11.5
23032026-05-04T22:18:26.864Z Checking once_cell v1.21.3
23042026-05-04T22:18:26.887Z Checking zerocopy v0.8.40
23052026-05-04T22:18:26.890Z Checking pin-project-lite v0.2.17
23062026-05-04T22:18:26.967Z Checking parking_lot v0.12.5
23072026-05-04T22:18:26.987Z Checking mio v1.2.0
23082026-05-04T22:18:27.030Z Checking socket2 v0.6.3
23092026-05-04T22:18:27.070Z Checking libm v0.2.16
23102026-05-04T22:18:27.130Z Checking zmij v1.0.21
23112026-05-04T22:18:27.181Z Checking crypto-common v0.1.7
23122026-05-04T22:18:27.266Z Checking block-buffer v0.10.4
23132026-05-04T22:18:27.275Z Checking percent-encoding v2.3.2
23142026-05-04T22:18:27.287Z Checking tinystr v0.8.2
23152026-05-04T22:18:27.301Z Checking futures-core v0.3.32
23162026-05-04T22:18:27.337Z Checking writeable v0.6.2
23172026-05-04T22:18:27.400Z Checking digest v0.10.7
23182026-05-04T22:18:27.413Z Checking equivalent v1.0.2
23192026-05-04T22:18:27.424Z Checking litemap v0.8.1
23202026-05-04T22:18:27.457Z Checking potential_utf v0.1.4
23212026-05-04T22:18:27.492Z Checking zerotrie v0.2.3
23222026-05-04T22:18:27.504Z Checking cpufeatures v0.2.17
23232026-05-04T22:18:27.573Z Checking block-padding v0.3.3
23242026-05-04T22:18:27.586Z Checking icu_locale_core v2.1.1
23252026-05-04T22:18:27.590Z Checking icu_collections v2.1.1
23262026-05-04T22:18:27.590Z Checking hmac v0.12.1
23272026-05-04T22:18:27.661Z Checking serde v1.0.228
23282026-05-04T22:18:27.704Z Checking bitflags v2.11.0
23292026-05-04T22:18:27.728Z Checking serde_json v1.0.149
23302026-05-04T22:18:27.741Z Checking icu_normalizer_data v2.1.1
23312026-05-04T22:18:27.756Z Checking num-traits v0.2.19
23322026-05-04T22:18:27.810Z Checking icu_properties_data v2.1.2
23332026-05-04T22:18:27.867Z Checking hashbrown v0.17.0
23342026-05-04T22:18:27.895Z Checking rand_core v0.10.0
23352026-05-04T22:18:27.937Z Checking futures-sink v0.3.32
23362026-05-04T22:18:28.034Z Checking getrandom v0.4.1
23372026-05-04T22:18:28.037Z Checking futures-channel v0.3.32
23382026-05-04T22:18:28.057Z Checking bytes v1.11.1
23392026-05-04T22:18:28.144Z Checking icu_provider v2.1.1
23402026-05-04T22:18:28.178Z Checking inout v0.1.4
23412026-05-04T22:18:28.232Z Checking futures-io v0.3.32
23422026-05-04T22:18:28.276Z Checking slab v0.4.12
23432026-05-04T22:18:28.314Z Checking indexmap v2.14.0
23442026-05-04T22:18:28.314Z Checking futures-task v0.3.32
23452026-05-04T22:18:28.346Z Checking cipher v0.4.4
23462026-05-04T22:18:28.376Z Checking icu_properties v2.1.2
23472026-05-04T22:18:28.389Z Checking icu_normalizer v2.1.1
23482026-05-04T22:18:28.430Z Checking sha2 v0.10.9
23492026-05-04T22:18:28.452Z Checking futures-util v0.3.32
23502026-05-04T22:18:28.493Z Checking tokio v1.52.1
23512026-05-04T22:18:28.549Z Checking getrandom v0.3.4
23522026-05-04T22:18:28.689Z Checking byteorder v1.5.0
23532026-05-04T22:18:28.689Z Checking utf8_iter v1.0.4
23542026-05-04T22:18:28.712Z Checking base64ct v1.8.3
23552026-05-04T22:18:28.820Z Checking form_urlencoded v1.2.2
23562026-05-04T22:18:28.890Z Checking fnv v1.0.7
23572026-05-04T22:18:28.890Z Checking flagset v0.4.7
23582026-05-04T22:18:28.948Z Checking pem-rfc7468 v0.7.0
23592026-05-04T22:18:28.961Z Checking rand_core v0.9.5
23602026-05-04T22:18:28.987Z Checking salsa20 v0.10.2
23612026-05-04T22:18:29.023Z Checking http v1.4.0
23622026-05-04T22:18:29.106Z Checking der v0.7.10
23632026-05-04T22:18:29.119Z Checking uuid v1.23.0
23642026-05-04T22:18:29.134Z Checking pbkdf2 v0.12.2
23652026-05-04T22:18:29.203Z Checking idna_adapter v1.2.1
23662026-05-04T22:18:29.242Z Checking scrypt v0.11.0
23672026-05-04T22:18:29.320Z Checking idna v1.1.0
23682026-05-04T22:18:29.381Z Checking aes v0.8.4
23692026-05-04T22:18:29.420Z Checking cbc v0.1.2
23702026-05-04T22:18:29.557Z Checking rustix v1.1.3
23712026-05-04T22:18:29.568Z Checking url v2.5.8
23722026-05-04T22:18:29.591Z Checking tracing-core v0.1.36
23732026-05-04T22:18:29.657Z Checking ppv-lite86 v0.2.21
23742026-05-04T22:18:29.764Z Checking rustls-pki-types v1.14.0
23752026-05-04T22:18:29.844Z Checking spki v0.7.3
23762026-05-04T22:18:29.895Z Checking iana-time-zone v0.1.65
23772026-05-04T22:18:29.946Z Checking rand_chacha v0.9.0
23782026-05-04T22:18:29.993Z Checking regex-syntax v0.8.10
23792026-05-04T22:18:30.007Z Checking pkcs5 v0.7.1
23802026-05-04T22:18:30.010Z Checking chrono v0.4.44
23812026-05-04T22:18:30.044Z Checking tracing v0.1.44
23822026-05-04T22:18:30.143Z Checking rand v0.9.2
23832026-05-04T22:18:30.247Z Checking http-body v1.0.1
23842026-05-04T22:18:30.268Z Checking aws-lc-sys v0.37.1
23852026-05-04T22:18:30.376Z Checking base64 v0.22.1
23862026-05-04T22:18:30.379Z Checking openssl-probe v0.2.1
23872026-05-04T22:18:30.379Z Checking untrusted v0.9.0
23882026-05-04T22:18:30.483Z Checking untrusted v0.7.1
23892026-05-04T22:18:30.509Z Checking ring v0.17.14
23902026-05-04T22:18:30.596Z Checking pkcs8 v0.10.2
23912026-05-04T22:18:30.612Z Checking tower-service v0.3.3
23922026-05-04T22:18:30.625Z Checking tower-layer v0.3.3
23932026-05-04T22:18:30.703Z Checking atomic-waker v1.1.2
23942026-05-04T22:18:30.763Z Checking aws-lc-rs v1.16.0
23952026-05-04T22:18:30.777Z Checking try-lock v0.2.5
23962026-05-04T22:18:30.787Z Checking tinyvec_macros v0.1.1
23972026-05-04T22:18:30.803Z Checking plain v0.2.3
23982026-05-04T22:18:30.850Z Checking tinyvec v1.10.0
23992026-05-04T22:18:30.866Z Checking ipnet v2.11.0
24002026-05-04T22:18:30.879Z Checking want v0.3.1
24012026-05-04T22:18:30.899Z Checking semver v1.0.28
24022026-05-04T22:18:30.999Z Checking httparse v1.10.1
24032026-05-04T22:18:31.106Z Checking spin v0.9.8
24042026-05-04T22:18:31.119Z Checking dyn-clone v1.0.20
24052026-05-04T22:18:31.158Z Checking httpdate v1.0.3
24062026-05-04T22:18:31.217Z Checking fastrand v2.3.0
24072026-05-04T22:18:31.221Z Checking foreign-types-shared v0.1.1
24082026-05-04T22:18:31.284Z Checking unicode-ident v1.0.24
24092026-05-04T22:18:31.284Z Checking pin-utils v0.1.0
24102026-05-04T22:18:31.307Z Checking ucd-trie v0.1.7
24112026-05-04T22:18:31.318Z Checking foreign-types v0.3.2
24122026-05-04T22:18:31.352Z Checking schemars v0.8.22
24132026-05-04T22:18:31.381Z Checking tempfile v3.25.0
24142026-05-04T22:18:31.397Z Checking openssl-sys v0.9.114
24152026-05-04T22:18:31.409Z Checking proc-macro2 v1.0.106
24162026-05-04T22:18:31.436Z Checking pest v2.8.6
24172026-05-04T22:18:31.504Z Checking thiserror v2.0.18
24182026-05-04T22:18:31.575Z Checking wait-timeout v0.2.1
24192026-05-04T22:18:31.596Z Checking rustls-webpki v0.103.9
24202026-05-04T22:18:31.609Z Checking aho-corasick v1.1.4
24212026-05-04T22:18:31.699Z Checking bit-vec v0.8.0
24222026-05-04T22:18:31.714Z Checking tokio-util v0.7.18
24232026-05-04T22:18:31.727Z Checking anstyle v1.0.13
24242026-05-04T22:18:31.858Z Checking utf8parse v0.2.2
24252026-05-04T22:18:31.892Z Checking siphasher v1.0.2
24262026-05-04T22:18:31.907Z Checking pretty-hex v0.4.1
24272026-05-04T22:18:31.959Z Checking simd-adler32 v0.3.8
24282026-05-04T22:18:32.001Z Checking quick-error v1.2.3
24292026-05-04T22:18:32.021Z Checking powerfmt v0.2.0
24302026-05-04T22:18:32.024Z Checking rustls v0.23.37
24312026-05-04T22:18:32.046Z Checking anstyle-parse v0.2.7
24322026-05-04T22:18:32.100Z Checking rusty-fork v0.3.1
24332026-05-04T22:18:32.127Z Checking bit-set v0.8.0
24342026-05-04T22:18:32.170Z Checking deranged v0.5.8
24352026-05-04T22:18:32.195Z Checking openssl v0.10.78
24362026-05-04T22:18:32.266Z Checking quote v1.0.45
24372026-05-04T22:18:32.281Z Compiling newtype-uuid v1.3.2
24382026-05-04T22:18:32.294Z Checking regex-automata v0.4.14
24392026-05-04T22:18:32.322Z Checking h2 v0.4.13
24402026-05-04T22:18:32.438Z Checking unicode-normalization v0.1.25
24412026-05-04T22:18:32.463Z Checking rustls-native-certs v0.8.3
24422026-05-04T22:18:32.495Z Checking crossbeam-utils v0.8.21
24432026-05-04T22:18:32.589Z Checking rand_xorshift v0.4.0
24442026-05-04T22:18:32.709Z Checking crc32fast v1.5.0
24452026-05-04T22:18:32.829Z Checking scroll v0.13.0
24462026-05-04T22:18:32.832Z Checking signature v2.2.0
24472026-05-04T22:18:32.853Z Checking sync_wrapper v1.0.2
24482026-05-04T22:18:32.954Z Checking anstyle-query v1.1.5
24492026-05-04T22:18:32.968Z Checking num-conv v0.2.0
24502026-05-04T22:18:33.048Z Checking unarray v0.1.4
24512026-05-04T22:18:33.064Z Checking time-core v0.1.8
24522026-05-04T22:18:33.080Z Checking adler2 v2.0.1
24532026-05-04T22:18:33.080Z Checking unicode-bidi v0.3.18
24542026-05-04T22:18:33.149Z Checking allocator-api2 v0.2.21
24552026-05-04T22:18:33.186Z Checking colorchoice v1.0.4
24562026-05-04T22:18:33.205Z Checking num_threads v0.1.7
24572026-05-04T22:18:33.285Z Checking unicode-properties v0.1.4
24582026-05-04T22:18:33.297Z Checking is_terminal_polyfill v1.70.2
24592026-05-04T22:18:33.376Z Checking time v0.3.47
24602026-05-04T22:18:33.389Z Checking anstream v0.6.21
24612026-05-04T22:18:33.423Z Checking miniz_oxide v0.8.9
24622026-05-04T22:18:33.468Z Checking stringprep v0.1.5
24632026-05-04T22:18:33.581Z Checking proptest v1.10.0
24642026-05-04T22:18:33.620Z Checking goblin v0.10.5
24652026-05-04T22:18:33.773Z Checking tower v0.5.3
24662026-05-04T22:18:34.091Z Checking crossbeam-epoch v0.9.18
24672026-05-04T22:18:34.182Z Checking native-tls v0.2.18
24682026-05-04T22:18:34.196Z Checking syn v2.0.117
24692026-05-04T22:18:34.318Z Compiling daft v0.1.5
24702026-05-04T22:18:34.367Z Checking ipnetwork v0.21.1
24712026-05-04T22:18:34.383Z Checking tokio-rustls v0.26.4
24722026-05-04T22:18:34.542Z Checking http-body-util v0.1.3
24732026-05-04T22:18:34.583Z Checking webpki-roots v1.0.6
24742026-05-04T22:18:34.596Z Checking rand_chacha v0.3.1
24752026-05-04T22:18:34.608Z Checking scroll v0.12.0
24762026-05-04T22:18:34.699Z Checking thiserror v1.0.69
24772026-05-04T22:18:34.760Z Checking zstd-sys v2.0.16+zstd.1.5.7
24782026-05-04T22:18:34.798Z Checking hash32 v0.2.1
24792026-05-04T22:18:34.802Z Checking num-integer v0.1.46
24802026-05-04T22:18:34.829Z Checking toml_datetime v0.6.11
24812026-05-04T22:18:34.870Z Checking serde_spanned v0.6.9
24822026-05-04T22:18:34.953Z Checking md-5 v0.10.6
24832026-05-04T22:18:34.995Z Checking ff v0.13.1
24842026-05-04T22:18:35.010Z Checking hyper v1.8.1
24852026-05-04T22:18:35.021Z Checking fallible-iterator v0.2.0
24862026-05-04T22:18:35.034Z Checking zlib-rs v0.6.2
24872026-05-04T22:18:35.086Z Checking base16ct v0.2.0
24882026-05-04T22:18:35.123Z Checking iri-string v0.7.10
24892026-05-04T22:18:35.212Z Checking ryu v1.0.23
24902026-05-04T22:18:35.291Z Checking psl-types v2.0.11
24912026-05-04T22:18:35.349Z Checking serde_urlencoded v0.7.1
24922026-05-04T22:18:35.405Z Checking publicsuffix v2.3.0
24932026-05-04T22:18:35.533Z Checking postgres-protocol v0.6.10
24942026-05-04T22:18:35.547Z Checking sec1 v0.7.3
24952026-05-04T22:18:35.561Z Compiling iddqd v0.3.18
24962026-05-04T22:18:35.751Z Checking group v0.13.0
24972026-05-04T22:18:35.847Z Checking num-iter v0.1.45
24982026-05-04T22:18:35.894Z Checking flate2 v1.1.9
24992026-05-04T22:18:35.908Z Checking hyper-util v0.1.20
25002026-05-04T22:18:35.920Z Checking heapless v0.7.17
25012026-05-04T22:18:35.955Z Checking zstd-safe v7.2.4
25022026-05-04T22:18:35.968Z Checking dof v0.4.0
25032026-05-04T22:18:36.119Z Checking goblin v0.8.2
25042026-05-04T22:18:36.133Z Checking tower-http v0.6.8
25052026-05-04T22:18:36.184Z Checking rand v0.8.5
25062026-05-04T22:18:36.329Z Checking oxnet v0.1.4
25072026-05-04T22:18:36.437Z Checking cookie v0.18.1
25082026-05-04T22:18:36.454Z Checking tokio-native-tls v0.3.1
25092026-05-04T22:18:36.568Z Checking dtrace-parser v0.3.0
25102026-05-04T22:18:36.587Z Checking phf_shared v0.13.1
25112026-05-04T22:18:36.613Z Checking lazy_static v1.5.0
25122026-05-04T22:18:36.633Z Checking zerocopy v0.7.35
25132026-05-04T22:18:36.695Z Checking terminal_size v0.4.3
25142026-05-04T22:18:36.714Z Checking bzip2-sys v0.1.13+1.0.8
25152026-05-04T22:18:36.726Z Checking signal-hook v0.3.18
25162026-05-04T22:18:36.778Z Checking hkdf v0.12.4
25172026-05-04T22:18:36.795Z Checking crypto-bigint v0.5.5
25182026-05-04T22:18:36.808Z Checking thread-id v5.1.0
25192026-05-04T22:18:36.822Z Checking winnow v0.7.14
25202026-05-04T22:18:36.886Z Checking winnow v0.5.40
25212026-05-04T22:18:36.907Z Checking managed v0.8.0
25222026-05-04T22:18:36.907Z Checking clap_lex v1.0.0
25232026-05-04T22:18:37.060Z Checking bitflags v1.3.2
25242026-05-04T22:18:37.103Z Checking either v1.15.0
25252026-05-04T22:18:37.114Z Checking libbz2-rs-sys v0.2.2
25262026-05-04T22:18:37.132Z Checking foldhash v0.2.0
25272026-05-04T22:18:37.144Z Checking hyper-rustls v0.27.7
25282026-05-04T22:18:37.283Z Compiling rayon-core v1.13.0
25292026-05-04T22:18:37.286Z Checking bumpalo v3.20.2
25302026-05-04T22:18:37.346Z Checking strsim v0.11.1
25312026-05-04T22:18:37.472Z Checking foldhash v0.1.5
25322026-05-04T22:18:37.484Z Checking zopfli v0.8.3
25332026-05-04T22:18:37.494Z Checking bzip2 v0.6.1
25342026-05-04T22:18:37.507Z Checking clap_builder v4.5.60
25352026-05-04T22:18:37.604Z Checking hashbrown v0.15.5
25362026-05-04T22:18:37.671Z Checking hashbrown v0.16.1
25372026-05-04T22:18:37.695Z Checking elliptic-curve v0.13.8
25382026-05-04T22:18:37.805Z Checking hyper-tls v0.6.0
25392026-05-04T22:18:37.976Z Checking smoltcp v0.9.1
25402026-05-04T22:18:37.993Z Checking signal-hook-mio v0.2.5
25412026-05-04T22:18:38.005Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25422026-05-04T22:18:38.017Z Checking dof v0.3.0
25432026-05-04T22:18:38.020Z Checking toml_edit v0.19.15
25442026-05-04T22:18:38.072Z Checking usdt-impl v0.6.0
25452026-05-04T22:18:38.089Z Checking bzip2 v0.4.4
25462026-05-04T22:18:38.172Z Checking phf v0.13.1
25472026-05-04T22:18:38.187Z Checking num-bigint-dig v0.8.6
25482026-05-04T22:18:38.248Z Checking cookie_store v0.22.1
25492026-05-04T22:18:38.321Z Checking zstd v0.13.3
25502026-05-04T22:18:38.353Z Checking postgres-types v0.2.12
25512026-05-04T22:18:38.506Z Checking dtrace-parser v0.2.0
25522026-05-04T22:18:38.545Z Checking rustls-platform-verifier v0.6.2
25532026-05-04T22:18:38.566Z Checking crossbeam-deque v0.8.6
25542026-05-04T22:18:38.578Z Checking regex v1.12.3
25552026-05-04T22:18:38.663Z Checking bstr v1.12.1
25562026-05-04T22:18:38.680Z Checking ed25519 v2.2.3
25572026-05-04T22:18:38.736Z Checking phf_shared v0.11.3
25582026-05-04T22:18:38.739Z Checking ref-cast v1.0.25
25592026-05-04T22:18:38.760Z Checking curve25519-dalek v4.1.3
25602026-05-04T22:18:38.835Z Checking strum v0.27.2
25612026-05-04T22:18:38.853Z Checking hubpack v0.1.2
25622026-05-04T22:18:38.865Z Checking memoffset v0.9.1
25632026-05-04T22:18:38.889Z Checking rustix v0.38.44
25642026-05-04T22:18:38.945Z Checking pkcs1 v0.7.5
25652026-05-04T22:18:38.948Z Checking float-cmp v0.10.0
25662026-05-04T22:18:39.018Z Checking serde-big-array v0.5.1
25672026-05-04T22:18:39.038Z Checking hex v0.4.3
25682026-05-04T22:18:39.068Z Checking erased-serde v0.3.31
25692026-05-04T22:18:39.081Z Checking rfc6979 v0.4.0
25702026-05-04T22:18:39.084Z Checking thread-id v4.2.2
25712026-05-04T22:18:39.150Z Checking memmap2 v0.9.10
25722026-05-04T22:18:39.162Z Checking env_filter v1.0.0
25732026-05-04T22:18:39.175Z Checking encoding_rs v0.8.35
25742026-05-04T22:18:39.196Z Checking normalize-line-endings v0.3.0
25752026-05-04T22:18:39.264Z Checking jiff v0.2.21
25762026-05-04T22:18:39.285Z Checking rustc-hash v2.1.1
25772026-05-04T22:18:39.302Z Checking predicates-core v1.0.10
25782026-05-04T22:18:39.313Z Checking keccak v0.1.6
25792026-05-04T22:18:39.400Z Checking data-encoding v2.10.0
25802026-05-04T22:18:39.424Z Checking toml_write v0.1.2
25812026-05-04T22:18:39.457Z Checking unicode-segmentation v1.12.0
25822026-05-04T22:18:39.475Z Checking mime v0.3.17
25832026-05-04T22:18:39.562Z Checking static_assertions v1.1.0
25842026-05-04T22:18:39.592Z Checking new_debug_unreachable v1.0.6
25852026-05-04T22:18:39.634Z Checking difflib v0.4.0
25862026-05-04T22:18:39.648Z Checking precomputed-hash v0.1.1
25872026-05-04T22:18:39.661Z Checking whoami v2.1.0
25882026-05-04T22:18:39.675Z Checking fixedbitset v0.5.7
25892026-05-04T22:18:39.716Z Checking fixedbitset v0.4.2
25902026-05-04T22:18:39.728Z Checking string_cache v0.8.9
25912026-05-04T22:18:39.771Z Checking similar v2.7.0
25922026-05-04T22:18:39.811Z Checking predicates v3.1.4
25932026-05-04T22:18:39.854Z Checking tokio-postgres v0.7.16
25942026-05-04T22:18:39.866Z Checking petgraph v0.6.5
25952026-05-04T22:18:39.869Z Checking petgraph v0.8.3
25962026-05-04T22:18:39.893Z Checking crossterm v0.28.1
25972026-05-04T22:18:40.104Z Checking hickory-proto v0.25.2
25982026-05-04T22:18:40.124Z Checking reqwest v0.12.28
25992026-05-04T22:18:40.152Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
26002026-05-04T22:18:40.598Z Checking toml_edit v0.22.27
26012026-05-04T22:18:40.954Z Checking ed25519-dalek v2.2.0
26022026-05-04T22:18:41.087Z Checking sha3 v0.10.8
26032026-05-04T22:18:41.100Z Checking slog v2.8.2
26042026-05-04T22:18:41.295Z Checking usdt v0.6.0
26052026-05-04T22:18:41.365Z Checking env_logger v0.11.9
26062026-05-04T22:18:41.423Z Checking serde_with v3.17.0
26072026-05-04T22:18:41.455Z Checking zip v4.6.1
26082026-05-04T22:18:41.467Z Checking ecdsa v0.16.9
26092026-05-04T22:18:41.556Z Checking usdt-impl v0.5.0
26102026-05-04T22:18:41.685Z Checking rsa v0.9.10
26112026-05-04T22:18:41.796Z Checking toml v0.7.8
26122026-05-04T22:18:41.831Z Checking nix v0.31.2
26132026-05-04T22:18:42.024Z Checking clap v4.5.60
26142026-05-04T22:18:42.157Z Checking reqwest v0.13.2
26152026-05-04T22:18:42.161Z Checking zip v0.6.6
26162026-05-04T22:18:42.168Z Checking toml_parser v1.0.9+spec-1.1.0
26172026-05-04T22:18:42.351Z Checking itertools v0.13.0
26182026-05-04T22:18:42.404Z Checking strum v0.26.3
26192026-05-04T22:18:42.438Z Checking tokio-stream v0.1.18
26202026-05-04T22:18:42.492Z Checking fs-err v3.3.0
26212026-05-04T22:18:42.514Z Checking ahash v0.8.12
26222026-05-04T22:18:42.707Z Checking object v0.37.3
26232026-05-04T22:18:42.789Z Checking buf-list v1.1.2
26242026-05-04T22:18:42.814Z Checking camino v1.2.2
26252026-05-04T22:18:42.818Z Checking anyhow v1.0.102
26262026-05-04T22:18:42.839Z Checking x509-cert v0.2.5
26272026-05-04T22:18:42.861Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
26282026-05-04T22:18:42.936Z Checking openapiv3 v2.2.0
26292026-05-04T22:18:42.966Z Checking toml_datetime v0.7.5+spec-1.1.0
26302026-05-04T22:18:43.020Z Checking sha1 v0.10.6
26312026-05-04T22:18:43.057Z Checking peg-runtime v0.8.5
26322026-05-04T22:18:43.124Z Checking lalrpop-util v0.19.12
26332026-05-04T22:18:43.162Z Checking rayon v1.11.0
26342026-05-04T22:18:43.179Z Checking sigpipe v0.1.3
26352026-05-04T22:18:43.197Z Checking glob v0.3.3
26362026-05-04T22:18:44.876Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26372026-05-04T22:18:45.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.66s
26382026-05-04T22:18:45.321Z
26392026-05-04T22:18:45.321Zinfo: running `cargo check --bins` on internal-dns-types (77/274)
26402026-05-04T22:18:45.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26412026-05-04T22:18:45.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26422026-05-04T22:18:45.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26432026-05-04T22:18:45.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26442026-05-04T22:18:45.905Z
26452026-05-04T22:18:45.905Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/274)
26462026-05-04T22:18:46.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26472026-05-04T22:18:46.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26482026-05-04T22:18:46.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26492026-05-04T22:18:46.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26502026-05-04T22:18:46.497Z
26512026-05-04T22:18:46.497Zinfo: running `cargo check --bins` on nexus-types-versions (79/274)
26522026-05-04T22:18:47.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26532026-05-04T22:18:47.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26542026-05-04T22:18:47.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26552026-05-04T22:18:47.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26562026-05-04T22:18:47.094Z
26572026-05-04T22:18:47.095Zinfo: running `cargo check --bins` on oxql-types (80/274)
26582026-05-04T22:18:47.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26592026-05-04T22:18:47.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26602026-05-04T22:18:47.590Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26612026-05-04T22:18:47.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26622026-05-04T22:18:47.679Z
26632026-05-04T22:18:47.679Zinfo: running `cargo check --bins` on oximeter-types (81/274)
26642026-05-04T22:18:48.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26652026-05-04T22:18:48.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26662026-05-04T22:18:48.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26672026-05-04T22:18:48.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26682026-05-04T22:18:48.268Z
26692026-05-04T22:18:48.268Zinfo: running `cargo check --bins` on oximeter-types-versions (82/274)
26702026-05-04T22:18:48.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26712026-05-04T22:18:48.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26722026-05-04T22:18:48.767Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26732026-05-04T22:18:48.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26742026-05-04T22:18:48.853Z
26752026-05-04T22:18:48.853Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/274)
26762026-05-04T22:18:49.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26772026-05-04T22:18:49.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26782026-05-04T22:18:49.343Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26792026-05-04T22:18:49.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
26802026-05-04T22:18:49.430Z
26812026-05-04T22:18:49.430Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/274)
26822026-05-04T22:18:49.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26832026-05-04T22:18:49.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26842026-05-04T22:18:50.098Z Compiling structmeta-derive v0.3.0
26852026-05-04T22:18:50.213Z Compiling rustls v0.22.4
26862026-05-04T22:18:50.224Z Compiling multer v3.1.0
26872026-05-04T22:18:50.233Z Compiling async-stream-impl v0.3.6
26882026-05-04T22:18:50.236Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26892026-05-04T22:18:50.253Z Compiling dropshot v0.17.0
26902026-05-04T22:18:50.269Z Compiling dropshot_endpoint v0.17.0
26912026-05-04T22:18:50.270Z Compiling newtype-uuid-macros v0.1.0
26922026-05-04T22:18:50.407Z Checking newtype-uuid v1.3.2
26932026-05-04T22:18:50.463Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26942026-05-04T22:18:50.530Z Checking rustls-webpki v0.102.8
26952026-05-04T22:18:50.600Z Checking daft v0.1.5
26962026-05-04T22:18:50.615Z Checking futures-executor v0.3.32
26972026-05-04T22:18:50.808Z Checking thread_local v1.1.9
26982026-05-04T22:18:50.839Z Compiling match_cfg v0.1.0
26992026-05-04T22:18:50.891Z Checking compression-core v0.4.31
27002026-05-04T22:18:50.950Z Checking hostname v0.3.1
27012026-05-04T22:18:50.973Z Checking iddqd v0.3.18
27022026-05-04T22:18:51.017Z Checking compression-codecs v0.4.37
27032026-05-04T22:18:51.189Z Checking futures v0.3.32
27042026-05-04T22:18:51.267Z Checking crossbeam-channel v0.5.15
27052026-05-04T22:18:51.282Z Compiling structmeta v0.3.0
27062026-05-04T22:18:51.282Z Checking slog-json v2.6.1
27072026-05-04T22:18:51.497Z Compiling derive-ex v0.1.8
27082026-05-04T22:18:51.513Z Compiling parse-display-derive v0.10.0
27092026-05-04T22:18:51.600Z Compiling serde_spanned v1.0.4
27102026-05-04T22:18:51.653Z Checking is-terminal v0.4.17
27112026-05-04T22:18:51.744Z Checking toml_datetime v1.0.0+spec-1.1.0
27122026-05-04T22:18:51.875Z Compiling toml_writer v1.0.6+spec-1.1.0
27132026-05-04T22:18:52.003Z Checking debug-ignore v1.0.5
27142026-05-04T22:18:52.085Z Checking take_mut v0.2.2
27152026-05-04T22:18:52.105Z Checking term v1.2.1
27162026-05-04T22:18:52.117Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27172026-05-04T22:18:52.139Z Checking toml v1.0.6+spec-1.1.0
27182026-05-04T22:18:52.185Z Checking slog-async v2.8.0
27192026-05-04T22:18:52.325Z Checking slog-term v2.9.2
27202026-05-04T22:18:52.365Z Compiling slog-bunyan v2.5.0
27212026-05-04T22:18:52.496Z Checking tokio-rustls v0.25.0
27222026-05-04T22:18:52.585Z Checking async-compression v0.4.41
27232026-05-04T22:18:52.690Z Compiling async-stream v0.3.6
27242026-05-04T22:18:52.827Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27252026-05-04T22:18:52.864Z Checking progenitor-client v0.14.0
27262026-05-04T22:18:52.921Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27272026-05-04T22:18:53.094Z Checking backon v1.6.0
27282026-05-04T22:18:53.149Z Compiling test-strategy v0.4.5
27292026-05-04T22:18:53.163Z Checking waitgroup v0.1.2
27302026-05-04T22:18:53.258Z Checking rustls-pemfile v2.2.0
27312026-05-04T22:18:53.471Z Checking serde_path_to_error v0.1.20
27322026-05-04T22:18:53.496Z Compiling hostname v0.4.2
27332026-05-04T22:18:53.521Z Checking instant v0.1.13
27342026-05-04T22:18:53.610Z Compiling prettyplease v0.2.37
27352026-05-04T22:18:53.634Z Checking backoff v0.4.0
27362026-05-04T22:18:53.715Z Compiling progenitor-extras v0.2.0
27372026-05-04T22:18:53.851Z Compiling parse-display v0.10.0
27382026-05-04T22:18:53.993Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27392026-05-04T22:18:54.086Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27402026-05-04T22:18:54.209Z Checking progenitor-client v0.10.0
27412026-05-04T22:18:54.321Z Checking itertools v0.14.0
27422026-05-04T22:18:54.437Z Checking regress v0.10.5
27432026-05-04T22:18:54.524Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27442026-05-04T22:18:54.527Z Checking num-rational v0.4.2
27452026-05-04T22:18:54.668Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27462026-05-04T22:18:55.369Z Checking num-complex v0.4.6
27472026-05-04T22:18:55.714Z Checking macaddr v1.0.1
27482026-05-04T22:18:55.846Z Checking num v0.4.3
27492026-05-04T22:18:55.892Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27502026-05-04T22:18:55.922Z Compiling usdt-attr-macro v0.5.0
27512026-05-04T22:18:55.967Z Compiling usdt-macro v0.5.0
27522026-05-04T22:18:56.011Z Checking memmap v0.7.0
27532026-05-04T22:18:56.146Z Compiling float-ord v0.3.2
27542026-05-04T22:18:56.263Z Compiling toml v0.8.23
27552026-05-04T22:18:56.263Z Checking linked-hash-map v0.5.6
27562026-05-04T22:18:56.437Z Compiling minimal-lexical v0.2.1
27572026-05-04T22:18:56.685Z Checking usdt v0.5.0
27582026-05-04T22:18:56.712Z Compiling nom v7.1.3
27592026-05-04T22:18:56.867Z Checking lru-cache v0.1.2
27602026-05-04T22:18:57.315Z Checking hickory-proto v0.24.4
27612026-05-04T22:18:57.387Z Checking phf_shared v0.12.1
27622026-05-04T22:18:57.401Z Compiling slog-dtrace v0.3.0
27632026-05-04T22:18:57.534Z Checking heck v0.5.0
27642026-05-04T22:18:57.592Z Checking resolv-conf v0.7.6
27652026-05-04T22:18:57.664Z Compiling chrono-tz v0.10.4
27662026-05-04T22:18:57.779Z Compiling convert_case v0.4.0
27672026-05-04T22:18:57.866Z Compiling const_format_proc_macros v0.2.34
27682026-05-04T22:18:58.069Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27692026-05-04T22:18:58.150Z Compiling derive_more v0.99.20
27702026-05-04T22:18:58.239Z Checking phf v0.12.1
27712026-05-04T22:18:58.388Z Checking tokio-dtrace v0.1.1
27722026-05-04T22:18:58.538Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27732026-05-04T22:18:58.576Z Compiling derive-where v1.6.0
27742026-05-04T22:18:58.881Z Checking highway v1.3.0
27752026-05-04T22:18:59.119Z Checking hickory-resolver v0.24.4
27762026-05-04T22:18:59.133Z Checking const_format v0.2.35
27772026-05-04T22:18:59.236Z Checking oxide-tokio-rt v0.1.4
27782026-05-04T22:18:59.640Z Checking gethostname v0.5.0
27792026-05-04T22:18:59.716Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27802026-05-04T22:18:59.730Z Checking bcs v0.1.6
27812026-05-04T22:18:59.864Z Compiling async-recursion v1.1.1
27822026-05-04T22:18:59.922Z Checking qorb v0.4.1
27832026-05-04T22:18:59.970Z Checking termtree v0.5.1
27842026-05-04T22:19:00.629Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27852026-05-04T22:19:01.176Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27862026-05-04T22:19:01.374Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27872026-05-04T22:19:01.377Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27882026-05-04T22:19:03.492Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27892026-05-04T22:19:06.009Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27902026-05-04T22:19:08.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.61s
27912026-05-04T22:19:08.228Z
27922026-05-04T22:19:08.228Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/274)
27932026-05-04T22:19:08.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27942026-05-04T22:19:08.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27952026-05-04T22:19:08.894Z Compiling ar_archive_writer v0.5.1
27962026-05-04T22:19:09.003Z Compiling stacker v0.1.23
27972026-05-04T22:19:09.006Z Compiling cfg_aliases v0.1.1
27982026-05-04T22:19:09.019Z Compiling convert_case v0.10.0
27992026-05-04T22:19:09.022Z Checking unicode-width v0.1.14
28002026-05-04T22:19:09.034Z Compiling proc-macro-error v1.0.4
28012026-05-04T22:19:09.046Z Checking fd-lock v4.0.4
28022026-05-04T22:19:09.054Z Checking nibble_vec v0.1.0
28032026-05-04T22:19:09.069Z Compiling nix v0.28.0
28042026-05-04T22:19:09.159Z Checking vte v0.14.1
28052026-05-04T22:19:09.178Z Compiling recursive-proc-macro-impl v0.1.1
28062026-05-04T22:19:09.263Z Checking endian-type v0.1.2
28072026-05-04T22:19:09.276Z Checking bytecount v0.6.9
28082026-05-04T22:19:09.311Z Checking strip-ansi-escapes v0.2.1
28092026-05-04T22:19:09.322Z Compiling derive_more-impl v2.1.1
28102026-05-04T22:19:09.334Z Compiling tabled_derive v0.7.0
28112026-05-04T22:19:09.374Z Checking papergrid v0.11.0
28122026-05-04T22:19:09.391Z Checking radix_trie v0.2.1
28132026-05-04T22:19:09.421Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28142026-05-04T22:19:09.568Z Compiling peg-macros v0.8.5
28152026-05-04T22:19:09.596Z Checking winnow v0.6.26
28162026-05-04T22:19:09.859Z Compiling psm v0.1.30
28172026-05-04T22:19:09.891Z Compiling sqlparser_derive v0.5.0
28182026-05-04T22:19:09.990Z Checking unicode_categories v0.1.1
28192026-05-04T22:19:10.145Z Checking derive_more v2.1.1
28202026-05-04T22:19:10.175Z Checking nu-ansi-term v0.50.3
28212026-05-04T22:19:10.227Z Checking unicode-width v0.2.0
28222026-05-04T22:19:10.303Z Checking home v0.5.12
28232026-05-04T22:19:10.375Z Checking tabled v0.15.0
28242026-05-04T22:19:10.405Z Checking crossterm v0.29.0
28252026-05-04T22:19:10.420Z Checking rustyline v14.0.0
28262026-05-04T22:19:10.501Z Checking reedline v0.40.0
28272026-05-04T22:19:10.647Z Checking recursive v0.1.1
28282026-05-04T22:19:10.676Z Checking display-error-chain v0.2.2
28292026-05-04T22:19:10.746Z Checking sqlformat v0.3.5
28302026-05-04T22:19:10.759Z Checking sqlparser v0.61.0
28312026-05-04T22:19:10.919Z Checking peg v0.8.5
28322026-05-04T22:19:21.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.60s
28332026-05-04T22:19:22.038Z
28342026-05-04T22:19:22.038Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/274)
28352026-05-04T22:19:22.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28362026-05-04T22:19:22.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28372026-05-04T22:19:22.716Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28382026-05-04T22:19:26.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.00s
28392026-05-04T22:19:26.234Z
28402026-05-04T22:19:26.234Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/274)
28412026-05-04T22:19:26.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28422026-05-04T22:19:26.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28432026-05-04T22:19:26.895Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28442026-05-04T22:19:29.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.03s
28452026-05-04T22:19:29.475Z
28462026-05-04T22:19:29.475Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/274)
28472026-05-04T22:19:29.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28482026-05-04T22:19:29.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28492026-05-04T22:19:30.137Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28502026-05-04T22:19:33.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.80s
28512026-05-04T22:19:33.469Z
28522026-05-04T22:19:33.469Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/274)
28532026-05-04T22:19:33.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28542026-05-04T22:19:33.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28552026-05-04T22:19:34.135Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28562026-05-04T22:19:37.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.82s
28572026-05-04T22:19:37.492Z
28582026-05-04T22:19:37.492Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/274)
28592026-05-04T22:19:37.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28602026-05-04T22:19:38.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28612026-05-04T22:19:38.149Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28622026-05-04T22:19:40.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.16s
28632026-05-04T22:19:40.840Z
28642026-05-04T22:19:40.841Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/274)
28652026-05-04T22:19:41.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28662026-05-04T22:19:41.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28672026-05-04T22:19:41.504Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28682026-05-04T22:19:44.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
28692026-05-04T22:19:44.262Z
28702026-05-04T22:19:44.262Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/274)
28712026-05-04T22:19:44.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28722026-05-04T22:19:44.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28732026-05-04T22:19:44.924Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28742026-05-04T22:19:48.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.00s
28752026-05-04T22:19:48.476Z
28762026-05-04T22:19:48.476Zinfo: running `cargo check --bins` on oximeter (93/274)
28772026-05-04T22:19:48.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28782026-05-04T22:19:48.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28792026-05-04T22:19:48.978Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28802026-05-04T22:19:48.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28812026-05-04T22:19:49.066Z
28822026-05-04T22:19:49.066Zinfo: running `cargo check --bins` on oximeter-schema (94/274)
28832026-05-04T22:19:49.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28842026-05-04T22:19:49.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28852026-05-04T22:19:49.689Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28862026-05-04T22:19:49.853Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28872026-05-04T22:19:49.857Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28882026-05-04T22:19:50.190Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28892026-05-04T22:19:53.266Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28902026-05-04T22:19:54.478Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28912026-05-04T22:19:54.643Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28922026-05-04T22:19:55.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.24s
28932026-05-04T22:19:55.492Z
28942026-05-04T22:19:55.492Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/274)
28952026-05-04T22:19:55.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28962026-05-04T22:19:55.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28972026-05-04T22:19:55.991Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28982026-05-04T22:19:55.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
28992026-05-04T22:19:56.077Z
29002026-05-04T22:19:56.077Zinfo: running `cargo check --bins` on oximeter-test-utils (96/274)
29012026-05-04T22:19:56.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29022026-05-04T22:19:56.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29032026-05-04T22:19:56.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29042026-05-04T22:19:56.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29052026-05-04T22:19:56.708Z
29062026-05-04T22:19:56.708Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/274)
29072026-05-04T22:19:57.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29082026-05-04T22:19:57.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29092026-05-04T22:19:57.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29102026-05-04T22:19:57.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29112026-05-04T22:19:57.301Z
29122026-05-04T22:19:57.301Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/274)
29132026-05-04T22:19:57.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29142026-05-04T22:19:57.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29152026-05-04T22:19:57.807Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29162026-05-04T22:19:57.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29172026-05-04T22:19:57.899Z
29182026-05-04T22:19:57.899Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/274)
29192026-05-04T22:19:58.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29202026-05-04T22:19:58.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29212026-05-04T22:19:58.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29222026-05-04T22:19:58.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29232026-05-04T22:19:58.494Z
29242026-05-04T22:19:58.494Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/274)
29252026-05-04T22:19:58.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29262026-05-04T22:19:59.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29272026-05-04T22:19:59.001Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29282026-05-04T22:19:59.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29292026-05-04T22:19:59.095Z
29302026-05-04T22:19:59.095Zinfo: running `cargo check --bins` on trust-quorum-types (101/274)
29312026-05-04T22:19:59.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29322026-05-04T22:19:59.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29332026-05-04T22:19:59.585Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29342026-05-04T22:19:59.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29352026-05-04T22:19:59.667Z
29362026-05-04T22:19:59.668Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/274)
29372026-05-04T22:20:00.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29382026-05-04T22:20:00.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29392026-05-04T22:20:00.172Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29402026-05-04T22:20:00.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29412026-05-04T22:20:00.261Z
29422026-05-04T22:20:00.261Zinfo: running `cargo check --bins` on update-engine (103/274)
29432026-05-04T22:20:00.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29442026-05-04T22:20:00.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29452026-05-04T22:20:00.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29462026-05-04T22:20:00.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29472026-05-04T22:20:00.834Z
29482026-05-04T22:20:00.834Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/274)
29492026-05-04T22:20:01.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29502026-05-04T22:20:01.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29512026-05-04T22:20:01.539Z Compiling crucible-workspace-hack v0.1.0
29522026-05-04T22:20:01.655Z Checking secrecy v0.10.3
29532026-05-04T22:20:01.663Z Compiling heapless v0.8.0
29542026-05-04T22:20:01.670Z Compiling ingot-macros v0.1.1
29552026-05-04T22:20:01.677Z Compiling toml_edit v0.23.10+spec-1.0.0
29562026-05-04T22:20:01.677Z Checking hash32 v0.3.1
29572026-05-04T22:20:01.697Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29582026-05-04T22:20:01.697Z Compiling smoltcp v0.11.0
29592026-05-04T22:20:01.760Z Checking cobs v0.3.0
29602026-05-04T22:20:01.804Z Compiling thiserror-impl-no-std v2.0.2
29612026-05-04T22:20:01.908Z Checking universal-hash v0.5.1
29622026-05-04T22:20:01.908Z Checking half v2.7.1
29632026-05-04T22:20:01.934Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29642026-05-04T22:20:02.032Z Checking ciborium-io v0.2.2
29652026-05-04T22:20:02.064Z Checking opaque-debug v0.3.1
29662026-05-04T22:20:02.133Z Checking postcard v1.1.3
29672026-05-04T22:20:02.133Z Checking poly1305 v0.8.0
29682026-05-04T22:20:02.162Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
29692026-05-04T22:20:02.174Z Checking ciborium-ll v0.2.2
29702026-05-04T22:20:02.347Z Compiling proc-macro-crate v3.4.0
29712026-05-04T22:20:02.405Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29722026-05-04T22:20:02.418Z Checking password-hash v0.5.0
29732026-05-04T22:20:02.442Z Checking chacha20 v0.9.1
29742026-05-04T22:20:02.634Z Compiling proc-macro-crate v1.3.1
29752026-05-04T22:20:02.647Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29762026-05-04T22:20:02.670Z Checking blake2 v0.10.6
29772026-05-04T22:20:02.711Z Checking aead v0.5.2
29782026-05-04T22:20:02.859Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29792026-05-04T22:20:02.879Z Compiling foreign-types-macros v0.2.3
29802026-05-04T22:20:02.900Z Compiling num_enum_derive v0.7.5
29812026-05-04T22:20:02.903Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29822026-05-04T22:20:02.974Z Checking thiserror-no-std v2.0.2
29832026-05-04T22:20:03.039Z Checking foreign-types-shared v0.3.1
29842026-05-04T22:20:03.062Z Checking cpufeatures v0.3.0
29852026-05-04T22:20:03.077Z Checking vsss-rs v3.3.4
29862026-05-04T22:20:03.129Z Compiling num_enum_derive v0.5.11
29872026-05-04T22:20:03.140Z Checking argon2 v0.5.3
29882026-05-04T22:20:03.143Z Checking chacha20 v0.10.0
29892026-05-04T22:20:03.363Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29902026-05-04T22:20:03.465Z Checking foreign-types v0.5.0
29912026-05-04T22:20:03.478Z Checking chacha20poly1305 v0.10.1
29922026-05-04T22:20:03.544Z Checking ciborium v0.2.2
29932026-05-04T22:20:03.706Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29942026-05-04T22:20:03.764Z Checking tabwriter v1.4.1
29952026-05-04T22:20:03.922Z Checking console v0.15.11
29962026-05-04T22:20:03.978Z Checking num_enum v0.7.5
29972026-05-04T22:20:03.984Z Checking newline-converter v0.3.0
29982026-05-04T22:20:04.006Z Checking camino-tempfile v1.4.1
29992026-05-04T22:20:04.099Z Checking atomicwrites v0.4.4
30002026-05-04T22:20:04.112Z Checking byte-wrapper v0.1.0
30012026-05-04T22:20:04.169Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30022026-05-04T22:20:04.182Z Checking cstr-argument v0.1.2
30032026-05-04T22:20:04.213Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30042026-05-04T22:20:04.217Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
30052026-05-04T22:20:04.240Z Checking expectorate v1.2.0
30062026-05-04T22:20:04.301Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30072026-05-04T22:20:04.322Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30082026-05-04T22:20:04.367Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30092026-05-04T22:20:04.423Z Checking num_enum v0.5.11
30102026-05-04T22:20:04.448Z Checking ingot-types v0.1.2
30112026-05-04T22:20:04.475Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30122026-05-04T22:20:04.533Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30132026-05-04T22:20:04.587Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30142026-05-04T22:20:04.640Z Checking rand v0.10.0
30152026-05-04T22:20:04.659Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30162026-05-04T22:20:04.694Z Checking colored v3.1.1
30172026-05-04T22:20:04.735Z Checking indent_write v2.2.0
30182026-05-04T22:20:04.811Z Checking ingot v0.1.1
30192026-05-04T22:20:04.840Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30202026-05-04T22:20:04.867Z Compiling zone_cfg_derive v0.3.1
30212026-05-04T22:20:04.892Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30222026-05-04T22:20:04.936Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
30232026-05-04T22:20:04.952Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30242026-05-04T22:20:04.965Z Checking itertools v0.12.1
30252026-05-04T22:20:05.062Z Compiling num-derive v0.4.2
30262026-05-04T22:20:05.121Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30272026-05-04T22:20:05.320Z Checking swrite v0.1.0
30282026-05-04T22:20:05.436Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30292026-05-04T22:20:05.501Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30302026-05-04T22:20:05.519Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30312026-05-04T22:20:05.669Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30322026-05-04T22:20:05.749Z Checking dropshot-api-manager-types v0.7.1
30332026-05-04T22:20:05.780Z Checking smf v0.2.3
30342026-05-04T22:20:05.921Z Checking nanorand v0.7.0
30352026-05-04T22:20:05.935Z Checking whoami v1.6.1
30362026-05-04T22:20:05.965Z Checking zone v0.3.1
30372026-05-04T22:20:05.989Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
30382026-05-04T22:20:06.025Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30392026-05-04T22:20:06.025Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
30402026-05-04T22:20:06.110Z Checking flume v0.11.1
30412026-05-04T22:20:06.401Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30422026-05-04T22:20:07.354Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30432026-05-04T22:20:08.225Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30442026-05-04T22:20:11.431Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30452026-05-04T22:20:13.449Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30462026-05-04T22:20:14.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.62s
30472026-05-04T22:20:14.661Z
30482026-05-04T22:20:14.661Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/274)
30492026-05-04T22:20:15.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30502026-05-04T22:20:15.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30512026-05-04T22:20:15.165Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30522026-05-04T22:20:15.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30532026-05-04T22:20:15.255Z
30542026-05-04T22:20:15.255Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/274)
30552026-05-04T22:20:15.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30562026-05-04T22:20:15.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30572026-05-04T22:20:15.758Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30582026-05-04T22:20:15.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30592026-05-04T22:20:15.846Z
30602026-05-04T22:20:15.846Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/274)
30612026-05-04T22:20:16.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30622026-05-04T22:20:16.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30632026-05-04T22:20:16.352Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30642026-05-04T22:20:16.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30652026-05-04T22:20:16.443Z
30662026-05-04T22:20:16.443Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/274)
30672026-05-04T22:20:16.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30682026-05-04T22:20:16.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30692026-05-04T22:20:16.949Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30702026-05-04T22:20:16.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30712026-05-04T22:20:17.038Z
30722026-05-04T22:20:17.038Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/274)
30732026-05-04T22:20:17.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30742026-05-04T22:20:17.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30752026-05-04T22:20:17.541Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30762026-05-04T22:20:17.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30772026-05-04T22:20:17.629Z
30782026-05-04T22:20:17.629Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/274)
30792026-05-04T22:20:18.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30802026-05-04T22:20:18.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30812026-05-04T22:20:18.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30822026-05-04T22:20:18.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30832026-05-04T22:20:18.221Z
30842026-05-04T22:20:18.221Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/274)
30852026-05-04T22:20:18.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30862026-05-04T22:20:18.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30872026-05-04T22:20:18.724Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30882026-05-04T22:20:18.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30892026-05-04T22:20:18.814Z
30902026-05-04T22:20:18.814Zinfo: running `cargo check --bins` on cockroach-admin-client (112/274)
30912026-05-04T22:20:19.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30922026-05-04T22:20:19.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30932026-05-04T22:20:19.309Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30942026-05-04T22:20:19.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30952026-05-04T22:20:19.394Z
30962026-05-04T22:20:19.394Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/274)
30972026-05-04T22:20:19.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30982026-05-04T22:20:19.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30992026-05-04T22:20:19.896Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31002026-05-04T22:20:19.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31012026-05-04T22:20:19.982Z
31022026-05-04T22:20:19.982Zinfo: running `cargo check --bins` on dns-service-client (114/274)
31032026-05-04T22:20:20.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31042026-05-04T22:20:20.484Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31052026-05-04T22:20:20.484Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31062026-05-04T22:20:20.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31072026-05-04T22:20:20.573Z
31082026-05-04T22:20:20.573Zinfo: running `cargo check --bins` on installinator-client (115/274)
31092026-05-04T22:20:21.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31102026-05-04T22:20:21.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31112026-05-04T22:20:21.076Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31122026-05-04T22:20:21.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31132026-05-04T22:20:21.166Z
31142026-05-04T22:20:21.166Zinfo: running `cargo check --bins` on nexus-client (116/274)
31152026-05-04T22:20:21.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31162026-05-04T22:20:21.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31172026-05-04T22:20:21.756Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31182026-05-04T22:20:21.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31192026-05-04T22:20:21.789Z
31202026-05-04T22:20:21.789Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/274)
31212026-05-04T22:20:22.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31222026-05-04T22:20:22.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31232026-05-04T22:20:22.318Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31242026-05-04T22:20:22.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31252026-05-04T22:20:22.416Z
31262026-05-04T22:20:22.416Zinfo: running `cargo check --bins` on ntp-admin-client (118/274)
31272026-05-04T22:20:22.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31282026-05-04T22:20:22.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31292026-05-04T22:20:22.907Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31302026-05-04T22:20:22.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31312026-05-04T22:20:22.993Z
31322026-05-04T22:20:22.993Zinfo: running `cargo check --bins` on oxide-client (119/274)
31332026-05-04T22:20:23.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31342026-05-04T22:20:23.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31352026-05-04T22:20:23.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31362026-05-04T22:20:23.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31372026-05-04T22:20:23.572Z
31382026-05-04T22:20:23.573Zinfo: running `cargo check --bins` on oximeter-client (120/274)
31392026-05-04T22:20:24.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31402026-05-04T22:20:24.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31412026-05-04T22:20:24.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31422026-05-04T22:20:24.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31432026-05-04T22:20:24.157Z
31442026-05-04T22:20:24.157Zinfo: running `cargo check --bins` on repo-depot-client (121/274)
31452026-05-04T22:20:24.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31462026-05-04T22:20:24.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31472026-05-04T22:20:24.649Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31482026-05-04T22:20:24.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31492026-05-04T22:20:24.734Z
31502026-05-04T22:20:24.734Zinfo: running `cargo check --bins` on sled-agent-client (122/274)
31512026-05-04T22:20:25.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31522026-05-04T22:20:25.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31532026-05-04T22:20:25.244Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31542026-05-04T22:20:25.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31552026-05-04T22:20:25.335Z
31562026-05-04T22:20:25.335Zinfo: running `cargo check --bins` on wicketd-client (123/274)
31572026-05-04T22:20:25.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31582026-05-04T22:20:25.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31592026-05-04T22:20:25.854Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31602026-05-04T22:20:25.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31612026-05-04T22:20:25.949Z
31622026-05-04T22:20:25.949Zinfo: running `cargo check --bins` on installinator-common (124/274)
31632026-05-04T22:20:26.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31642026-05-04T22:20:26.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31652026-05-04T22:20:26.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31662026-05-04T22:20:26.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31672026-05-04T22:20:26.551Z
31682026-05-04T22:20:26.552Zinfo: running `cargo check --bins` on installinator-common-versions (125/274)
31692026-05-04T22:20:27.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31702026-05-04T22:20:27.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31712026-05-04T22:20:27.041Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31722026-05-04T22:20:27.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31732026-05-04T22:20:27.125Z
31742026-05-04T22:20:27.125Zinfo: running `cargo check --bins` on wicket-common (126/274)
31752026-05-04T22:20:27.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31762026-05-04T22:20:27.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31772026-05-04T22:20:27.637Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31782026-05-04T22:20:27.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31792026-05-04T22:20:27.731Z
31802026-05-04T22:20:27.731Zinfo: running `cargo check --bins` on omicron-cockroach-admin (127/274)
31812026-05-04T22:20:28.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31822026-05-04T22:20:28.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31832026-05-04T22:20:28.411Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31842026-05-04T22:20:28.524Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31852026-05-04T22:20:28.531Z Checking csv-core v0.1.13
31862026-05-04T22:20:28.537Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31872026-05-04T22:20:28.544Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31882026-05-04T22:20:28.554Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31892026-05-04T22:20:28.565Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31902026-05-04T22:20:28.576Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31912026-05-04T22:20:28.689Z Checking csv v1.4.0
31922026-05-04T22:20:28.704Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31932026-05-04T22:20:28.754Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31942026-05-04T22:20:28.776Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31952026-05-04T22:20:29.028Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31962026-05-04T22:20:29.391Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31972026-05-04T22:20:29.395Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31982026-05-04T22:20:29.714Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31992026-05-04T22:20:35.415Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32002026-05-04T22:20:35.947Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32012026-05-04T22:20:38.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.56s
32022026-05-04T22:20:38.487Z
32032026-05-04T22:20:38.487Zinfo: running `cargo check --bins` on cockroach-admin-api (128/274)
32042026-05-04T22:20:38.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32052026-05-04T22:20:38.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32062026-05-04T22:20:38.992Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32072026-05-04T22:20:38.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32082026-05-04T22:20:39.079Z
32092026-05-04T22:20:39.079Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (129/274)
32102026-05-04T22:20:39.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32112026-05-04T22:20:39.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32122026-05-04T22:20:39.659Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32132026-05-04T22:20:39.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32142026-05-04T22:20:39.764Z
32152026-05-04T22:20:39.764Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (130/274)
32162026-05-04T22:20:40.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32172026-05-04T22:20:40.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32182026-05-04T22:20:40.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32192026-05-04T22:20:40.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
32202026-05-04T22:20:40.440Z
32212026-05-04T22:20:40.440Zinfo: running `cargo check --bins` on gateway-test-utils (131/274)
32222026-05-04T22:20:40.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32232026-05-04T22:20:40.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32242026-05-04T22:20:40.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32252026-05-04T22:20:40.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32262026-05-04T22:20:41.077Z
32272026-05-04T22:20:41.077Zinfo: running `cargo check --bins` on omicron-gateway (132/274)
32282026-05-04T22:20:41.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32292026-05-04T22:20:41.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32302026-05-04T22:20:41.832Z Compiling regress v0.11.1
32312026-05-04T22:20:41.970Z Compiling unsafe-libyaml v0.2.11
32322026-05-04T22:20:41.983Z Compiling radium v0.7.0
32332026-05-04T22:20:41.983Z Compiling semver v0.1.20
32342026-05-04T22:20:42.009Z Compiling pin-project-internal v1.1.11
32352026-05-04T22:20:42.012Z Compiling maybe-uninit v2.0.0
32362026-05-04T22:20:42.012Z Checking tap v1.0.1
32372026-05-04T22:20:42.124Z Checking wyz v0.5.1
32382026-05-04T22:20:42.257Z Compiling rustc_version v0.1.7
32392026-05-04T22:20:42.315Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32402026-05-04T22:20:42.350Z Checking progenitor-client v0.13.0
32412026-05-04T22:20:42.444Z Compiling snafu-derive v0.8.9
32422026-05-04T22:20:42.468Z Compiling newtype_derive v0.1.6
32432026-05-04T22:20:42.621Z Compiling serde_yaml v0.9.34+deprecated
32442026-05-04T22:20:42.654Z Compiling zerocopy-derive v0.6.6
32452026-05-04T22:20:42.701Z Checking crc-catalog v2.4.0
32462026-05-04T22:20:42.796Z Compiling cancel-safe-futures v0.1.5
32472026-05-04T22:20:43.011Z Compiling owo-colors v4.3.0
32482026-05-04T22:20:43.110Z Checking pin-project v1.1.11
32492026-05-04T22:20:43.213Z Compiling packed_struct v0.10.1
32502026-05-04T22:20:43.330Z Checking same-file v1.0.6
32512026-05-04T22:20:43.406Z Checking typify-impl v0.6.2
32522026-05-04T22:20:43.453Z Checking funty v2.0.0
32532026-05-04T22:20:43.501Z Checking zerocopy v0.6.6
32542026-05-04T22:20:43.768Z Checking bitvec v1.0.1
32552026-05-04T22:20:43.815Z Checking walkdir v2.5.0
32562026-05-04T22:20:43.928Z Checking crc v3.4.0
32572026-05-04T22:20:44.080Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32582026-05-04T22:20:44.105Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32592026-05-04T22:20:44.134Z Checking globset v0.4.18
32602026-05-04T22:20:44.343Z Checking snafu v0.8.9
32612026-05-04T22:20:44.395Z Checking olpc-cjson v0.1.4
32622026-05-04T22:20:44.454Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32632026-05-04T22:20:44.541Z Checking pem v3.0.6
32642026-05-04T22:20:44.589Z Compiling packed_struct_codegen v0.10.1
32652026-05-04T22:20:44.603Z Checking libsw-core v0.3.2
32662026-05-04T22:20:44.622Z Checking serde_plain v1.0.2
32672026-05-04T22:20:44.704Z Compiling bitfield-macros v0.19.4
32682026-05-04T22:20:44.719Z Compiling indexmap v1.9.3
32692026-05-04T22:20:44.746Z Checking typed-path v0.9.3
32702026-05-04T22:20:44.774Z Checking nodrop v0.1.14
32712026-05-04T22:20:44.869Z Checking array-init v0.0.4
32722026-05-04T22:20:44.934Z Checking libsw v3.5.0
32732026-05-04T22:20:45.088Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32742026-05-04T22:20:45.106Z Checking smallvec v0.6.14
32752026-05-04T22:20:45.184Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32762026-05-04T22:20:45.402Z Checking bitfield v0.19.4
32772026-05-04T22:20:45.481Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32782026-05-04T22:20:45.498Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32792026-05-04T22:20:45.517Z Checking tough v0.20.0
32802026-05-04T22:20:45.600Z Checking smawk v0.3.2
32812026-05-04T22:20:45.619Z Checking tagptr v0.2.0
32822026-05-04T22:20:45.650Z Checking base64 v0.21.7
32832026-05-04T22:20:45.681Z Checking linear-map v1.2.0
32842026-05-04T22:20:45.727Z Checking hashbrown v0.12.3
32852026-05-04T22:20:45.757Z Checking unicode-linebreak v0.1.5
32862026-05-04T22:20:45.850Z Checking moka v0.12.13
32872026-05-04T22:20:45.864Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32882026-05-04T22:20:45.887Z Checking ron v0.8.1
32892026-05-04T22:20:45.973Z Checking textwrap v0.16.2
32902026-05-04T22:20:46.196Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32912026-05-04T22:20:46.411Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32922026-05-04T22:20:46.469Z Checking serde-hex v0.1.0
32932026-05-04T22:20:46.484Z Checking steno v0.4.1
32942026-05-04T22:20:46.586Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32952026-05-04T22:20:46.702Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32962026-05-04T22:20:46.750Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32972026-05-04T22:20:47.001Z Checking hashbrown v0.13.2
32982026-05-04T22:20:47.111Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32992026-05-04T22:20:47.307Z Checking humantime v2.3.0
33002026-05-04T22:20:47.322Z Checking crc-any v2.5.0
33012026-05-04T22:20:47.430Z Checking object v0.30.4
33022026-05-04T22:20:47.493Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33032026-05-04T22:20:47.507Z Checking hickory-resolver v0.25.2
33042026-05-04T22:20:47.511Z Checking void v1.0.2
33052026-05-04T22:20:47.532Z Checking path-slash v0.1.5
33062026-05-04T22:20:47.625Z Checking utf-8 v0.7.6
33072026-05-04T22:20:47.641Z Checking half v1.8.3
33082026-05-04T22:20:47.654Z Checking lzss v0.8.2
33092026-05-04T22:20:47.773Z Checking tungstenite v0.23.0
33102026-05-04T22:20:47.851Z Checking serde_cbor v0.11.2
33112026-05-04T22:20:47.963Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33122026-05-04T22:20:48.000Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33132026-05-04T22:20:48.021Z Compiling typify-macro v0.6.2
33142026-05-04T22:20:48.133Z Checking nix v0.27.1
33152026-05-04T22:20:48.210Z Checking kstat-rs v0.2.4
33162026-05-04T22:20:48.235Z Checking fxhash v0.2.1
33172026-05-04T22:20:48.251Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33182026-05-04T22:20:48.263Z Checking serde_bytes v0.11.19
33192026-05-04T22:20:48.357Z Checking tokio-tungstenite v0.23.1
33202026-05-04T22:20:48.395Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33212026-05-04T22:20:48.439Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33222026-05-04T22:20:48.614Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33232026-05-04T22:20:48.644Z Checking signal-hook-tokio v0.3.1
33242026-05-04T22:20:49.503Z Compiling typify v0.6.2
33252026-05-04T22:20:49.587Z Compiling progenitor-impl v0.13.0
33262026-05-04T22:20:49.587Z Compiling progenitor-impl v0.14.0
33272026-05-04T22:20:49.687Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33282026-05-04T22:20:50.597Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33292026-05-04T22:20:50.920Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
33302026-05-04T22:20:51.183Z Compiling progenitor-macro v0.13.0
33312026-05-04T22:20:51.202Z Compiling progenitor-macro v0.14.0
33322026-05-04T22:20:53.780Z Checking progenitor v0.14.0
33332026-05-04T22:20:53.817Z Checking progenitor v0.13.0
33342026-05-04T22:20:53.907Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33352026-05-04T22:20:53.936Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33362026-05-04T22:20:56.946Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33372026-05-04T22:21:04.238Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33382026-05-04T22:21:10.546Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33392026-05-04T22:21:11.907Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33402026-05-04T22:21:12.409Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33412026-05-04T22:21:14.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.39s
33422026-05-04T22:21:14.676Z
33432026-05-04T22:21:14.676Zinfo: running `cargo check --bins` on gateway-api (133/274)
33442026-05-04T22:21:15.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33452026-05-04T22:21:15.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33462026-05-04T22:21:15.182Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33472026-05-04T22:21:15.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33482026-05-04T22:21:15.269Z
33492026-05-04T22:21:15.269Zinfo: running `cargo check --bins` on ipcc (134/274)
33502026-05-04T22:21:15.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33512026-05-04T22:21:15.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33522026-05-04T22:21:15.771Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33532026-05-04T22:21:15.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33542026-05-04T22:21:15.861Z
33552026-05-04T22:21:15.861Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (135/274)
33562026-05-04T22:21:16.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33572026-05-04T22:21:16.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33582026-05-04T22:21:16.349Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33592026-05-04T22:21:16.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33602026-05-04T22:21:16.432Z
33612026-05-04T22:21:16.432Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (136/274)
33622026-05-04T22:21:16.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33632026-05-04T22:21:16.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33642026-05-04T22:21:16.933Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33652026-05-04T22:21:16.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33662026-05-04T22:21:17.023Z
33672026-05-04T22:21:17.023Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (137/274)
33682026-05-04T22:21:17.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33692026-05-04T22:21:17.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33702026-05-04T22:21:17.527Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33712026-05-04T22:21:17.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33722026-05-04T22:21:17.614Z
33732026-05-04T22:21:17.614Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (138/274)
33742026-05-04T22:21:18.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33752026-05-04T22:21:18.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33762026-05-04T22:21:18.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33772026-05-04T22:21:18.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33782026-05-04T22:21:18.205Z
33792026-05-04T22:21:18.205Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (139/274)
33802026-05-04T22:21:18.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33812026-05-04T22:21:18.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33822026-05-04T22:21:18.707Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33832026-05-04T22:21:18.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33842026-05-04T22:21:18.796Z
33852026-05-04T22:21:18.796Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (140/274)
33862026-05-04T22:21:19.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33872026-05-04T22:21:19.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33882026-05-04T22:21:19.300Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33892026-05-04T22:21:19.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33902026-05-04T22:21:19.387Z
33912026-05-04T22:21:19.387Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (141/274)
33922026-05-04T22:21:19.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33932026-05-04T22:21:19.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33942026-05-04T22:21:19.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33952026-05-04T22:21:19.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33962026-05-04T22:21:19.976Z
33972026-05-04T22:21:19.976Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (142/274)
33982026-05-04T22:21:20.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33992026-05-04T22:21:20.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34002026-05-04T22:21:20.479Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34012026-05-04T22:21:20.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34022026-05-04T22:21:20.563Z
34032026-05-04T22:21:20.563Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (143/274)
34042026-05-04T22:21:21.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34052026-05-04T22:21:21.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34062026-05-04T22:21:21.065Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34072026-05-04T22:21:21.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34082026-05-04T22:21:21.151Z
34092026-05-04T22:21:21.151Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (144/274)
34102026-05-04T22:21:21.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34112026-05-04T22:21:21.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34122026-05-04T22:21:21.654Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34132026-05-04T22:21:21.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34142026-05-04T22:21:21.740Z
34152026-05-04T22:21:21.740Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (145/274)
34162026-05-04T22:21:22.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34172026-05-04T22:21:22.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34182026-05-04T22:21:22.241Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34192026-05-04T22:21:22.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34202026-05-04T22:21:22.328Z
34212026-05-04T22:21:22.328Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (146/274)
34222026-05-04T22:21:22.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34232026-05-04T22:21:22.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34242026-05-04T22:21:22.831Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34252026-05-04T22:21:22.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34262026-05-04T22:21:22.919Z
34272026-05-04T22:21:22.919Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (147/274)
34282026-05-04T22:21:23.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34292026-05-04T22:21:23.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34302026-05-04T22:21:23.421Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34312026-05-04T22:21:23.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34322026-05-04T22:21:23.507Z
34332026-05-04T22:21:23.507Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (148/274)
34342026-05-04T22:21:24.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34352026-05-04T22:21:24.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34362026-05-04T22:21:24.008Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34372026-05-04T22:21:24.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34382026-05-04T22:21:24.098Z
34392026-05-04T22:21:24.098Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (149/274)
34402026-05-04T22:21:24.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34412026-05-04T22:21:24.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34422026-05-04T22:21:24.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34432026-05-04T22:21:24.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34442026-05-04T22:21:24.687Z
34452026-05-04T22:21:24.687Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (150/274)
34462026-05-04T22:21:25.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34472026-05-04T22:21:25.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34482026-05-04T22:21:25.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34492026-05-04T22:21:25.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34502026-05-04T22:21:25.275Z
34512026-05-04T22:21:25.275Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (151/274)
34522026-05-04T22:21:25.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34532026-05-04T22:21:25.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34542026-05-04T22:21:25.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34552026-05-04T22:21:25.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34562026-05-04T22:21:25.863Z
34572026-05-04T22:21:25.863Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (152/274)
34582026-05-04T22:21:26.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34592026-05-04T22:21:26.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34602026-05-04T22:21:26.368Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34612026-05-04T22:21:26.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34622026-05-04T22:21:26.450Z
34632026-05-04T22:21:26.450Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (153/274)
34642026-05-04T22:21:26.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34652026-05-04T22:21:26.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34662026-05-04T22:21:26.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34672026-05-04T22:21:26.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34682026-05-04T22:21:27.038Z
34692026-05-04T22:21:27.038Zinfo: running `cargo check --bins` on oximeter-producer (154/274)
34702026-05-04T22:21:27.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34712026-05-04T22:21:27.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34722026-05-04T22:21:27.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34732026-05-04T22:21:27.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34742026-05-04T22:21:27.670Z
34752026-05-04T22:21:27.670Zinfo: running `cargo check --bins` on internal-dns-resolver (155/274)
34762026-05-04T22:21:28.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34772026-05-04T22:21:28.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34782026-05-04T22:21:28.173Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34792026-05-04T22:21:28.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34802026-05-04T22:21:28.267Z
34812026-05-04T22:21:28.267Zinfo: running `cargo check --bins` on dns-server (156/274)
34822026-05-04T22:21:28.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34832026-05-04T22:21:28.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34842026-05-04T22:21:28.907Z Compiling parking_lot_core v0.8.6
34852026-05-04T22:21:28.907Z Compiling git-stub v1.0.0
34862026-05-04T22:21:28.908Z Compiling atomicwrites v0.4.4
34872026-05-04T22:21:28.911Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34882026-05-04T22:21:28.911Z Checking prefix-trie v0.7.0
34892026-05-04T22:21:29.138Z Compiling git-stub-vcs v0.1.0
34902026-05-04T22:21:29.320Z Checking hickory-server v0.25.2
34912026-05-04T22:21:29.415Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34922026-05-04T22:21:29.442Z Checking parking_lot v0.11.2
34932026-05-04T22:21:29.484Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34942026-05-04T22:21:29.484Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34952026-05-04T22:21:29.615Z Checking sled v0.34.7
34962026-05-04T22:21:31.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
34972026-05-04T22:21:31.667Z
34982026-05-04T22:21:31.667Zinfo: running `cargo check --bins` on dns-server-api (157/274)
34992026-05-04T22:21:32.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35002026-05-04T22:21:32.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35012026-05-04T22:21:32.168Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35022026-05-04T22:21:32.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35032026-05-04T22:21:32.255Z
35042026-05-04T22:21:32.255Zinfo: running `cargo check --bins` on oximeter-producer-api (158/274)
35052026-05-04T22:21:32.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35062026-05-04T22:21:32.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35072026-05-04T22:21:32.759Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35082026-05-04T22:21:32.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35092026-05-04T22:21:32.852Z
35102026-05-04T22:21:32.852Zinfo: running `cargo check --bins` on sp-sim (159/274)
35112026-05-04T22:21:33.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35122026-05-04T22:21:33.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35132026-05-04T22:21:33.573Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35142026-05-04T22:21:35.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.47s
35152026-05-04T22:21:35.533Z
35162026-05-04T22:21:35.533Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (160/274)
35172026-05-04T22:21:36.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35182026-05-04T22:21:36.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35192026-05-04T22:21:36.081Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35202026-05-04T22:21:36.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35212026-05-04T22:21:36.187Z
35222026-05-04T22:21:36.187Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (161/274)
35232026-05-04T22:21:36.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35242026-05-04T22:21:36.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35252026-05-04T22:21:36.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35262026-05-04T22:21:36.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35272026-05-04T22:21:36.840Z
35282026-05-04T22:21:36.840Zinfo: running `cargo check --bins` on db-macros (162/274)
35292026-05-04T22:21:37.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35302026-05-04T22:21:37.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35312026-05-04T22:21:37.331Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35322026-05-04T22:21:37.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35332026-05-04T22:21:37.414Z
35342026-05-04T22:21:37.414Zinfo: running `cargo check --bins` on nexus-macros-common (163/274)
35352026-05-04T22:21:37.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35362026-05-04T22:21:37.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35372026-05-04T22:21:37.907Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35382026-05-04T22:21:37.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35392026-05-04T22:21:37.995Z
35402026-05-04T22:21:37.995Zinfo: running `cargo check --bins` on nexus-auth (164/274)
35412026-05-04T22:21:38.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35422026-05-04T22:21:38.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35432026-05-04T22:21:38.541Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35442026-05-04T22:21:38.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35452026-05-04T22:21:38.643Z
35462026-05-04T22:21:38.643Zinfo: running `cargo check --bins` on authz-macros (165/274)
35472026-05-04T22:21:39.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35482026-05-04T22:21:39.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35492026-05-04T22:21:39.138Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35502026-05-04T22:21:39.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35512026-05-04T22:21:39.227Z
35522026-05-04T22:21:39.227Zinfo: running `cargo check --bins` on nexus-db-fixed-data (166/274)
35532026-05-04T22:21:39.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35542026-05-04T22:21:39.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35552026-05-04T22:21:39.768Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35562026-05-04T22:21:39.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35572026-05-04T22:21:39.868Z
35582026-05-04T22:21:39.869Zinfo: running `cargo check --bins` on nexus-db-model (167/274)
35592026-05-04T22:21:40.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35602026-05-04T22:21:40.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35612026-05-04T22:21:40.407Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35622026-05-04T22:21:40.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35632026-05-04T22:21:40.504Z
35642026-05-04T22:21:40.504Zinfo: running `cargo check --bins` on nexus-db-schema (168/274)
35652026-05-04T22:21:40.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35662026-05-04T22:21:40.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35672026-05-04T22:21:41.000Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35682026-05-04T22:21:41.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35692026-05-04T22:21:41.087Z
35702026-05-04T22:21:41.087Zinfo: running `cargo check --bins` on omicron-rpaths (169/274)
35712026-05-04T22:21:41.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35722026-05-04T22:21:41.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35732026-05-04T22:21:41.573Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35742026-05-04T22:21:41.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35752026-05-04T22:21:41.658Z
35762026-05-04T22:21:41.658Zinfo: running `cargo check --bins` on nexus-defaults (170/274)
35772026-05-04T22:21:42.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35782026-05-04T22:21:42.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35792026-05-04T22:21:42.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35802026-05-04T22:21:42.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35812026-05-04T22:21:42.246Z
35822026-05-04T22:21:42.246Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (171/274)
35832026-05-04T22:21:42.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35842026-05-04T22:21:42.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35852026-05-04T22:21:42.739Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35862026-05-04T22:21:42.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35872026-05-04T22:21:42.824Z
35882026-05-04T22:21:42.824Zinfo: running `cargo check --bins` on parallel-task-set (172/274)
35892026-05-04T22:21:43.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35902026-05-04T22:21:43.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35912026-05-04T22:21:43.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35922026-05-04T22:21:43.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35932026-05-04T22:21:43.398Z
35942026-05-04T22:21:43.398Zinfo: running `cargo check --bins` on nexus-db-errors (173/274)
35952026-05-04T22:21:43.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35962026-05-04T22:21:43.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35972026-05-04T22:21:43.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35982026-05-04T22:21:43.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35992026-05-04T22:21:44.036Z
36002026-05-04T22:21:44.036Zinfo: running `cargo check --bins` on nexus-db-lookup (174/274)
36012026-05-04T22:21:44.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36022026-05-04T22:21:44.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36032026-05-04T22:21:44.580Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36042026-05-04T22:21:44.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36052026-05-04T22:21:44.680Z
36062026-05-04T22:21:44.680Zinfo: running `cargo check --bins` on nexus-inventory (175/274)
36072026-05-04T22:21:45.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36082026-05-04T22:21:45.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36092026-05-04T22:21:45.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36102026-05-04T22:21:45.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36112026-05-04T22:21:45.317Z
36122026-05-04T22:21:45.318Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (176/274)
36132026-05-04T22:21:45.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36142026-05-04T22:21:45.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36152026-05-04T22:21:45.835Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36162026-05-04T22:21:45.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36172026-05-04T22:21:45.929Z
36182026-05-04T22:21:45.929Zinfo: running `cargo check --bins --no-default-features` on sled-storage (177/274)
36192026-05-04T22:21:46.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36202026-05-04T22:21:46.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36212026-05-04T22:21:46.443Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36222026-05-04T22:21:46.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36232026-05-04T22:21:46.538Z
36242026-05-04T22:21:46.538Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (178/274)
36252026-05-04T22:21:47.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36262026-05-04T22:21:47.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36272026-05-04T22:21:47.054Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36282026-05-04T22:21:47.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36292026-05-04T22:21:47.147Z
36302026-05-04T22:21:47.147Zinfo: running `cargo check --bins` on key-manager (179/274)
36312026-05-04T22:21:47.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36322026-05-04T22:21:47.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36332026-05-04T22:21:47.649Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36342026-05-04T22:21:47.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36352026-05-04T22:21:47.740Z
36362026-05-04T22:21:47.740Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (180/274)
36372026-05-04T22:21:48.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36382026-05-04T22:21:48.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36392026-05-04T22:21:48.255Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36402026-05-04T22:21:48.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36412026-05-04T22:21:48.350Z
36422026-05-04T22:21:48.350Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (181/274)
36432026-05-04T22:21:48.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36442026-05-04T22:21:48.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36452026-05-04T22:21:48.865Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36462026-05-04T22:21:48.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36472026-05-04T22:21:48.958Z
36482026-05-04T22:21:48.958Zinfo: running `cargo check --bins` on typed-rng (182/274)
36492026-05-04T22:21:49.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36502026-05-04T22:21:49.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36512026-05-04T22:21:49.449Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36522026-05-04T22:21:49.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36532026-05-04T22:21:49.536Z
36542026-05-04T22:21:49.536Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (183/274)
36552026-05-04T22:21:50.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36562026-05-04T22:21:50.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36572026-05-04T22:21:50.377Z Compiling typify-impl v0.4.3
36582026-05-04T22:21:50.381Z Compiling libefi-sys v0.1.0
36592026-05-04T22:21:50.381Z Compiling bitfield-struct v0.6.2
36602026-05-04T22:21:50.530Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36612026-05-04T22:21:50.540Z Compiling xshell-macros v0.2.7
36622026-05-04T22:21:50.570Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36632026-05-04T22:21:50.580Z Compiling salty v0.3.0
36642026-05-04T22:21:50.638Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36652026-05-04T22:21:50.772Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36662026-05-04T22:21:50.871Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36672026-05-04T22:21:50.898Z Checking xshell v0.2.7
36682026-05-04T22:21:50.921Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36692026-05-04T22:21:51.083Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36702026-05-04T22:21:51.141Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36712026-05-04T22:21:51.144Z Checking primeorder v0.13.6
36722026-05-04T22:21:51.251Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36732026-05-04T22:21:51.292Z Compiling proc-macro-error-attr2 v2.0.0
36742026-05-04T22:21:51.377Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36752026-05-04T22:21:51.393Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36762026-05-04T22:21:51.542Z Checking tungstenite v0.21.0
36772026-05-04T22:21:51.608Z Checking p384 v0.13.1
36782026-05-04T22:21:51.611Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36792026-05-04T22:21:51.676Z Compiling proc-macro-error2 v2.0.1
36802026-05-04T22:21:51.713Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36812026-05-04T22:21:51.969Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36822026-05-04T22:21:51.992Z Compiling num-derive v0.3.3
36832026-05-04T22:21:52.030Z Compiling tabled_derive v0.11.0
36842026-05-04T22:21:52.294Z Checking tokio-tungstenite v0.21.0
36852026-05-04T22:21:52.478Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36862026-05-04T22:21:52.506Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36872026-05-04T22:21:52.574Z Checking papergrid v0.17.0
36882026-05-04T22:21:52.760Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36892026-05-04T22:21:52.879Z Checking libscf-sys v1.1.0
36902026-05-04T22:21:53.011Z Checking testing_table v0.3.0
36912026-05-04T22:21:53.111Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36922026-05-04T22:21:53.152Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36932026-05-04T22:21:53.170Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36942026-05-04T22:21:53.266Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36952026-05-04T22:21:53.341Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36962026-05-04T22:21:53.476Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36972026-05-04T22:21:53.538Z Checking corncobs v0.1.4
36982026-05-04T22:21:53.609Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36992026-05-04T22:21:53.629Z Compiling unicase v2.9.0
37002026-05-04T22:21:53.668Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37012026-05-04T22:21:53.757Z Checking tabled v0.20.0
37022026-05-04T22:21:53.805Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37032026-05-04T22:21:53.834Z Compiling mime_guess v2.0.5
37042026-05-04T22:21:53.935Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37052026-05-04T22:21:53.977Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37062026-05-04T22:21:54.023Z Checking progenitor-client v0.11.2
37072026-05-04T22:21:54.269Z Checking secrecy v0.8.0
37082026-05-04T22:21:54.312Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37092026-05-04T22:21:54.329Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37102026-05-04T22:21:54.350Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
37112026-05-04T22:21:54.413Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37122026-05-04T22:21:54.525Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
37132026-05-04T22:21:54.847Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37142026-05-04T22:21:54.941Z Compiling typify-macro v0.4.3
37152026-05-04T22:21:54.957Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
37162026-05-04T22:21:54.988Z Checking filetime v0.2.27
37172026-05-04T22:21:55.077Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37182026-05-04T22:21:55.116Z Checking crc8 v0.1.1
37192026-05-04T22:21:55.131Z Checking xattr v1.6.1
37202026-05-04T22:21:55.261Z Checking http-range v0.1.5
37212026-05-04T22:21:55.396Z Checking tar v0.4.45
37222026-05-04T22:21:55.591Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37232026-05-04T22:21:55.713Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37242026-05-04T22:21:55.801Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37252026-05-04T22:21:55.865Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37262026-05-04T22:21:55.917Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
37272026-05-04T22:21:55.991Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37282026-05-04T22:21:56.183Z Checking atty v0.2.14
37292026-05-04T22:21:56.289Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37302026-05-04T22:21:56.382Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
37312026-05-04T22:21:56.509Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37322026-05-04T22:21:56.650Z Compiling typify v0.4.3
37332026-05-04T22:21:56.769Z Compiling progenitor-impl v0.11.2
37342026-05-04T22:21:56.848Z Compiling progenitor-impl v0.10.0
37352026-05-04T22:21:57.123Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37362026-05-04T22:21:57.195Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37372026-05-04T22:21:57.361Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37382026-05-04T22:21:57.716Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37392026-05-04T22:21:58.158Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37402026-05-04T22:21:58.175Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
37412026-05-04T22:21:58.249Z Checking hyper-staticfile v0.10.1
37422026-05-04T22:21:58.394Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37432026-05-04T22:21:58.545Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37442026-05-04T22:21:58.571Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
37452026-05-04T22:21:58.656Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37462026-05-04T22:21:58.910Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37472026-05-04T22:21:58.949Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37482026-05-04T22:21:59.228Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37492026-05-04T22:21:59.271Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37502026-05-04T22:21:59.367Z Compiling progenitor-macro v0.11.2
37512026-05-04T22:21:59.454Z Compiling progenitor-macro v0.10.0
37522026-05-04T22:22:02.088Z Checking progenitor v0.11.2
37532026-05-04T22:22:02.217Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37542026-05-04T22:22:02.325Z Checking progenitor v0.10.0
37552026-05-04T22:22:02.443Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37562026-05-04T22:22:06.852Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
37572026-05-04T22:22:07.942Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37582026-05-04T22:22:18.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.67s
37592026-05-04T22:22:18.435Z
37602026-05-04T22:22:18.435Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (184/274)
37612026-05-04T22:22:18.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37622026-05-04T22:22:18.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37632026-05-04T22:22:19.206Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37642026-05-04T22:22:29.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.17s
37652026-05-04T22:22:29.824Z
37662026-05-04T22:22:29.824Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (185/274)
37672026-05-04T22:22:30.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37682026-05-04T22:22:30.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37692026-05-04T22:22:30.597Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37702026-05-04T22:22:41.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.17s
37712026-05-04T22:22:41.217Z
37722026-05-04T22:22:41.218Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (186/274)
37732026-05-04T22:22:41.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37742026-05-04T22:22:41.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37752026-05-04T22:22:41.989Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37762026-05-04T22:22:52.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.18s
37772026-05-04T22:22:52.621Z
37782026-05-04T22:22:52.621Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (187/274)
37792026-05-04T22:22:53.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37802026-05-04T22:22:53.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37812026-05-04T22:22:53.392Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37822026-05-04T22:23:03.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.14s
37832026-05-04T22:23:03.986Z
37842026-05-04T22:23:03.986Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (188/274)
37852026-05-04T22:23:04.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37862026-05-04T22:23:04.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37872026-05-04T22:23:04.763Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37882026-05-04T22:23:15.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.20s
37892026-05-04T22:23:15.407Z
37902026-05-04T22:23:15.407Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (189/274)
37912026-05-04T22:23:15.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37922026-05-04T22:23:15.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37932026-05-04T22:23:16.187Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37942026-05-04T22:23:26.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.20s
37952026-05-04T22:23:26.827Z
37962026-05-04T22:23:26.827Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (190/274)
37972026-05-04T22:23:27.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37982026-05-04T22:23:27.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37992026-05-04T22:23:27.607Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38002026-05-04T22:23:38.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.27s
38012026-05-04T22:23:38.317Z
38022026-05-04T22:23:38.317Zinfo: running `cargo check --bins` on bootstrap-agent-api (191/274)
38032026-05-04T22:23:38.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38042026-05-04T22:23:38.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38052026-05-04T22:23:38.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38062026-05-04T22:23:38.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38072026-05-04T22:23:38.920Z
38082026-05-04T22:23:38.920Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (192/274)
38092026-05-04T22:23:39.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38102026-05-04T22:23:39.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38112026-05-04T22:23:39.426Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38122026-05-04T22:23:39.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38132026-05-04T22:23:39.519Z
38142026-05-04T22:23:39.519Zinfo: running `cargo check --bins` on range-requests (193/274)
38152026-05-04T22:23:40.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38162026-05-04T22:23:40.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38172026-05-04T22:23:40.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38182026-05-04T22:23:40.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38192026-05-04T22:23:40.107Z
38202026-05-04T22:23:40.107Zinfo: running `cargo check --bins` on repo-depot-api (194/274)
38212026-05-04T22:23:40.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38222026-05-04T22:23:40.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38232026-05-04T22:23:40.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38242026-05-04T22:23:40.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38252026-05-04T22:23:40.705Z
38262026-05-04T22:23:40.706Zinfo: running `cargo check --bins` on sled-agent-api (195/274)
38272026-05-04T22:23:41.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38282026-05-04T22:23:41.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38292026-05-04T22:23:41.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38302026-05-04T22:23:41.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38312026-05-04T22:23:41.324Z
38322026-05-04T22:23:41.324Zinfo: running `cargo check --bins` on sled-diagnostics (196/274)
38332026-05-04T22:23:41.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38342026-05-04T22:23:41.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38352026-05-04T22:23:41.845Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38362026-05-04T22:23:41.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38372026-05-04T22:23:41.936Z
38382026-05-04T22:23:41.936Zinfo: running `cargo check --bins` on zfs-test-harness (197/274)
38392026-05-04T22:23:42.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38402026-05-04T22:23:42.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38412026-05-04T22:23:42.458Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38422026-05-04T22:23:42.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38432026-05-04T22:23:42.556Z
38442026-05-04T22:23:42.556Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (198/274)
38452026-05-04T22:23:43.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38462026-05-04T22:23:43.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38472026-05-04T22:23:43.081Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38482026-05-04T22:23:43.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38492026-05-04T22:23:43.175Z
38502026-05-04T22:23:43.175Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (199/274)
38512026-05-04T22:23:43.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38522026-05-04T22:23:43.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38532026-05-04T22:23:43.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38542026-05-04T22:23:43.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38552026-05-04T22:23:43.796Z
38562026-05-04T22:23:43.796Zinfo: running `cargo check --bins` on sled-agent-health-monitor (200/274)
38572026-05-04T22:23:44.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38582026-05-04T22:23:44.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38592026-05-04T22:23:44.318Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38602026-05-04T22:23:44.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38612026-05-04T22:23:44.414Z
38622026-05-04T22:23:44.414Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (201/274)
38632026-05-04T22:23:44.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38642026-05-04T22:23:44.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38652026-05-04T22:23:44.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38662026-05-04T22:23:44.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38672026-05-04T22:23:45.037Z
38682026-05-04T22:23:45.037Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (202/274)
38692026-05-04T22:23:45.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38702026-05-04T22:23:45.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38712026-05-04T22:23:45.563Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38722026-05-04T22:23:45.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38732026-05-04T22:23:45.660Z
38742026-05-04T22:23:45.660Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (203/274)
38752026-05-04T22:23:46.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38762026-05-04T22:23:46.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38772026-05-04T22:23:46.191Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38782026-05-04T22:23:46.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38792026-05-04T22:23:46.291Z
38802026-05-04T22:23:46.291Zinfo: running `cargo check --bins` on sled-agent-rack-setup (204/274)
38812026-05-04T22:23:46.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38822026-05-04T22:23:46.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38832026-05-04T22:23:46.841Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38842026-05-04T22:23:46.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38852026-05-04T22:23:46.941Z
38862026-05-04T22:23:46.941Zinfo: running `cargo check --bins` on trust-quorum (205/274)
38872026-05-04T22:23:47.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38882026-05-04T22:23:47.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38892026-05-04T22:23:47.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38902026-05-04T22:23:47.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38912026-05-04T22:23:47.574Z
38922026-05-04T22:23:47.574Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (206/274)
38932026-05-04T22:23:48.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38942026-05-04T22:23:48.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38952026-05-04T22:23:48.115Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38962026-05-04T22:23:48.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38972026-05-04T22:23:48.213Z
38982026-05-04T22:23:48.213Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (207/274)
38992026-05-04T22:23:48.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39002026-05-04T22:23:48.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39012026-05-04T22:23:48.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39022026-05-04T22:23:48.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39032026-05-04T22:23:48.870Z
39042026-05-04T22:23:48.870Zinfo: running `cargo check --bins` on update-common (208/274)
39052026-05-04T22:23:49.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39062026-05-04T22:23:49.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39072026-05-04T22:23:49.386Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39082026-05-04T22:23:49.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39092026-05-04T22:23:49.477Z
39102026-05-04T22:23:49.477Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (209/274)
39112026-05-04T22:23:50.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39122026-05-04T22:23:50.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39132026-05-04T22:23:50.034Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39142026-05-04T22:23:50.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39152026-05-04T22:23:50.135Z
39162026-05-04T22:23:50.135Zinfo: running `cargo check --bins` on omicron-deployment-graph (210/274)
39172026-05-04T22:23:50.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39182026-05-04T22:23:50.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39192026-05-04T22:23:50.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39202026-05-04T22:23:50.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39212026-05-04T22:23:50.732Z
39222026-05-04T22:23:50.732Zinfo: running `cargo check --bins` on reconfigurator-cli (211/274)
39232026-05-04T22:23:51.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39242026-05-04T22:23:51.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39252026-05-04T22:23:51.506Z Compiling fs-err v2.11.0
39262026-05-04T22:23:51.509Z Checking ignore v0.4.25
39272026-05-04T22:23:51.509Z Checking arc-swap v1.8.2
39282026-05-04T22:23:51.509Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
39292026-05-04T22:23:51.650Z Checking predicates-tree v1.0.13
39302026-05-04T22:23:51.653Z Checking parse-size v1.1.0
39312026-05-04T22:23:51.673Z Checking rand_seeder v0.4.0
39322026-05-04T22:23:51.685Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
39332026-05-04T22:23:51.752Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39342026-05-04T22:23:51.772Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39352026-05-04T22:23:51.811Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39362026-05-04T22:23:51.835Z Checking slog-scope v4.4.1
39372026-05-04T22:23:51.951Z Compiling petname v2.0.2
39382026-05-04T22:23:51.967Z Checking slog-stdlog v4.1.1
39392026-05-04T22:23:51.981Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39402026-05-04T22:23:52.026Z Checking globwalk v0.9.1
39412026-05-04T22:23:52.066Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39422026-05-04T22:23:52.087Z Checking slog-envlogger v2.2.0
39432026-05-04T22:23:52.206Z Checking camino-tempfile-ext v0.3.3
39442026-05-04T22:23:52.221Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
39452026-05-04T22:23:52.239Z Checking sapling-renderdag v0.1.0
39462026-05-04T22:23:52.387Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39472026-05-04T22:23:52.401Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39482026-05-04T22:23:52.477Z Checking subprocess v0.2.15
39492026-05-04T22:23:52.576Z Checking sync-ptr v0.1.4
39502026-05-04T22:23:52.612Z Checking colored v2.2.0
39512026-05-04T22:23:52.667Z Checking assert_matches v1.5.0
39522026-05-04T22:23:52.742Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39532026-05-04T22:23:52.757Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39542026-05-04T22:23:52.867Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39552026-05-04T22:23:52.870Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39562026-05-04T22:23:53.454Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39572026-05-04T22:23:54.776Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39582026-05-04T22:23:56.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.24s
39592026-05-04T22:23:57.192Z
39602026-05-04T22:23:57.192Zinfo: running `cargo check --bins` on omicron-repl-utils (212/274)
39612026-05-04T22:23:57.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39622026-05-04T22:23:57.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39632026-05-04T22:23:57.685Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39642026-05-04T22:23:57.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39652026-05-04T22:23:57.773Z
39662026-05-04T22:23:57.773Zinfo: running `cargo check --bins` on transient-dns-server (213/274)
39672026-05-04T22:23:58.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39682026-05-04T22:23:58.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39692026-05-04T22:23:58.285Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39702026-05-04T22:23:58.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39712026-05-04T22:23:58.380Z
39722026-05-04T22:23:58.381Zinfo: running `cargo check --bins` on nexus-test-interface (214/274)
39732026-05-04T22:23:58.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39742026-05-04T22:23:58.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39752026-05-04T22:23:58.928Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39762026-05-04T22:23:58.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39772026-05-04T22:23:59.027Z
39782026-05-04T22:23:59.029Zinfo: running `cargo check --bins` on oximeter-collector (215/274)
39792026-05-04T22:23:59.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39802026-05-04T22:23:59.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39812026-05-04T22:23:59.748Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39822026-05-04T22:23:59.748Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39832026-05-04T22:24:00.390Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39842026-05-04T22:24:01.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.93s
39852026-05-04T22:24:02.166Z
39862026-05-04T22:24:02.166Zinfo: running `cargo check --bins` on oximeter-api (216/274)
39872026-05-04T22:24:02.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39882026-05-04T22:24:02.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39892026-05-04T22:24:02.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39902026-05-04T22:24:02.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39912026-05-04T22:24:02.764Z
39922026-05-04T22:24:02.764Zinfo: running `cargo check --bins` on cert-dev (217/274)
39932026-05-04T22:24:03.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39942026-05-04T22:24:03.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39952026-05-04T22:24:03.364Z Checking yasna v0.5.2
39962026-05-04T22:24:03.772Z Checking rcgen v0.12.1
39972026-05-04T22:24:04.024Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39982026-05-04T22:24:04.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
39992026-05-04T22:24:04.383Z
40002026-05-04T22:24:04.383Zinfo: running `cargo check --bins` on clickana (218/274)
40012026-05-04T22:24:04.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40022026-05-04T22:24:04.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40032026-05-04T22:24:05.025Z Compiling darling_core v0.23.0
40042026-05-04T22:24:05.028Z Compiling instability v0.3.11
40052026-05-04T22:24:05.141Z Checking castaway v0.2.4
40062026-05-04T22:24:05.146Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
40072026-05-04T22:24:05.149Z Compiling indoc v2.0.7
40082026-05-04T22:24:05.162Z Checking unicode-truncate v1.1.0
40092026-05-04T22:24:05.165Z Checking lru v0.12.5
40102026-05-04T22:24:05.165Z Checking cassowary v0.3.0
40112026-05-04T22:24:05.228Z Checking compact_str v0.8.1
40122026-05-04T22:24:06.073Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
40132026-05-04T22:24:06.252Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40142026-05-04T22:24:06.576Z Compiling darling_macro v0.23.0
40152026-05-04T22:24:06.986Z Compiling darling v0.23.0
40162026-05-04T22:24:07.575Z Checking ratatui v0.29.0
40172026-05-04T22:24:08.621Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
40182026-05-04T22:24:09.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.90s
40192026-05-04T22:24:09.472Z
40202026-05-04T22:24:09.472Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (219/274)
40212026-05-04T22:24:10.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40222026-05-04T22:24:10.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40232026-05-04T22:24:10.193Z Checking headers-core v0.3.0
40242026-05-04T22:24:10.193Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
40252026-05-04T22:24:10.389Z Checking headers v0.4.1
40262026-05-04T22:24:10.753Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40272026-05-04T22:24:11.611Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
40282026-05-04T22:24:12.099Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
40292026-05-04T22:24:12.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.03s
40302026-05-04T22:24:12.714Z
40312026-05-04T22:24:12.714Zinfo: running `cargo check --bins` on ch-dev (220/274)
40322026-05-04T22:24:13.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40332026-05-04T22:24:13.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40342026-05-04T22:24:13.432Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
40352026-05-04T22:24:14.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
40362026-05-04T22:24:14.375Z
40372026-05-04T22:24:14.376Zinfo: running `cargo check --bins` on dev-tools-common (221/274)
40382026-05-04T22:24:14.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40392026-05-04T22:24:14.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40402026-05-04T22:24:14.782Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40412026-05-04T22:24:14.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
40422026-05-04T22:24:14.841Z
40432026-05-04T22:24:14.841Zinfo: running `cargo check --bins` on crdb-seed (222/274)
40442026-05-04T22:24:15.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40452026-05-04T22:24:15.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40462026-05-04T22:24:15.555Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40472026-05-04T22:24:16.540Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40482026-05-04T22:24:16.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.04s
40492026-05-04T22:24:17.089Z
40502026-05-04T22:24:17.090Zinfo: running `cargo check --bins` on db-dev (223/274)
40512026-05-04T22:24:17.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40522026-05-04T22:24:17.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40532026-05-04T22:24:17.810Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40542026-05-04T22:24:18.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
40552026-05-04T22:24:18.774Z
40562026-05-04T22:24:18.774Zinfo: running `cargo check --bins` on omicron-dev-lib (224/274)
40572026-05-04T22:24:19.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40582026-05-04T22:24:19.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40592026-05-04T22:24:19.312Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40602026-05-04T22:24:19.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40612026-05-04T22:24:19.406Z
40622026-05-04T22:24:19.406Zinfo: running `cargo check --bins` on xtask-downloader (225/274)
40632026-05-04T22:24:19.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40642026-05-04T22:24:19.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40652026-05-04T22:24:20.016Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40662026-05-04T22:24:20.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
40672026-05-04T22:24:20.869Z
40682026-05-04T22:24:20.869Zinfo: running `cargo check --bins` on omicron-dropshot-apis (226/274)
40692026-05-04T22:24:21.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40702026-05-04T22:24:21.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40712026-05-04T22:24:21.613Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40722026-05-04T22:24:21.613Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40732026-05-04T22:24:21.613Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
40742026-05-04T22:24:21.618Z Checking git-stub v1.0.0
40752026-05-04T22:24:21.618Z Compiling trait-variant v0.1.2
40762026-05-04T22:24:21.618Z Checking maplit v1.0.2
40772026-05-04T22:24:21.618Z Checking is_ci v1.2.0
40782026-05-04T22:24:21.747Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40792026-05-04T22:24:21.819Z Checking supports-color v3.0.2
40802026-05-04T22:24:21.830Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40812026-05-04T22:24:21.885Z Checking git-stub-vcs v0.1.0
40822026-05-04T22:24:21.939Z Checking drift v0.1.3
40832026-05-04T22:24:21.999Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40842026-05-04T22:24:22.014Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40852026-05-04T22:24:22.077Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40862026-05-04T22:24:22.195Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40872026-05-04T22:24:22.220Z Checking dropshot-api-manager v0.7.1
40882026-05-04T22:24:22.248Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
40892026-05-04T22:24:22.293Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40902026-05-04T22:24:22.479Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40912026-05-04T22:24:22.509Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40922026-05-04T22:24:22.712Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
40932026-05-04T22:24:22.987Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40942026-05-04T22:24:27.912Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40952026-05-04T22:24:29.003Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40962026-05-04T22:24:29.573Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40972026-05-04T22:24:30.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.12s
40982026-05-04T22:24:30.204Z
40992026-05-04T22:24:30.204Zinfo: running `cargo check --bins` on installinator-api (227/274)
41002026-05-04T22:24:30.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41012026-05-04T22:24:30.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41022026-05-04T22:24:30.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41032026-05-04T22:24:30.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41042026-05-04T22:24:30.802Z
41052026-05-04T22:24:30.802Zinfo: running `cargo check --bins` on nexus-external-api (228/274)
41062026-05-04T22:24:31.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41072026-05-04T22:24:31.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41082026-05-04T22:24:31.341Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41092026-05-04T22:24:31.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41102026-05-04T22:24:31.443Z
41112026-05-04T22:24:31.443Zinfo: running `cargo check --bins` on nexus-internal-api (229/274)
41122026-05-04T22:24:31.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41132026-05-04T22:24:31.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41142026-05-04T22:24:31.982Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41152026-05-04T22:24:31.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41162026-05-04T22:24:32.084Z
41172026-05-04T22:24:32.084Zinfo: running `cargo check --bins` on nexus-lockstep-api (230/274)
41182026-05-04T22:24:32.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41192026-05-04T22:24:32.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41202026-05-04T22:24:32.623Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41212026-05-04T22:24:32.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41222026-05-04T22:24:32.722Z
41232026-05-04T22:24:32.722Zinfo: running `cargo check --bins` on ntp-admin-api (231/274)
41242026-05-04T22:24:33.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41252026-05-04T22:24:33.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41262026-05-04T22:24:33.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41272026-05-04T22:24:33.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41282026-05-04T22:24:33.319Z
41292026-05-04T22:24:33.319Zinfo: running `cargo check --bins` on ntp-admin-types-versions (232/274)
41302026-05-04T22:24:33.810Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41312026-05-04T22:24:33.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41322026-05-04T22:24:33.814Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41332026-05-04T22:24:33.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41342026-05-04T22:24:33.904Z
41352026-05-04T22:24:33.904Zinfo: running `cargo check --bins` on wicketd-api (233/274)
41362026-05-04T22:24:34.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41372026-05-04T22:24:34.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41382026-05-04T22:24:34.422Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41392026-05-04T22:24:34.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41402026-05-04T22:24:34.520Z
41412026-05-04T22:24:34.520Zinfo: running `cargo check --bins` on omicron-ls-apis (234/274)
41422026-05-04T22:24:35.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41432026-05-04T22:24:35.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41442026-05-04T22:24:35.121Z Checking typeid v1.0.3
41452026-05-04T22:24:35.230Z Checking ordered-float v2.10.1
41462026-05-04T22:24:35.248Z Checking unicode-xid v0.2.6
41472026-05-04T22:24:35.259Z Checking cargo-platform v0.2.0
41482026-05-04T22:24:35.270Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
41492026-05-04T22:24:35.300Z Checking erased-serde v0.4.9
41502026-05-04T22:24:35.432Z Checking serde-value v0.7.0
41512026-05-04T22:24:35.609Z Checking serde-untagged v0.1.9
41522026-05-04T22:24:35.764Z Checking cargo-util-schemas v0.8.2
41532026-05-04T22:24:36.451Z Checking cargo_metadata v0.21.0
41542026-05-04T22:24:37.048Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41552026-05-04T22:24:37.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s
41562026-05-04T22:24:37.919Z
41572026-05-04T22:24:37.919Zinfo: running `cargo check --bins` on mgs-dev (235/274)
41582026-05-04T22:24:38.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41592026-05-04T22:24:38.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41602026-05-04T22:24:39.656Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41612026-05-04T22:24:39.660Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41622026-05-04T22:24:39.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s
41632026-05-04T22:24:39.982Z
41642026-05-04T22:24:39.982Zinfo: running `cargo check --bins` on omicron-omdb (236/274)
41652026-05-04T22:24:40.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41662026-05-04T22:24:40.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41672026-05-04T22:24:40.840Z Compiling vergen-gitcl v1.0.8
41682026-05-04T22:24:40.840Z Compiling dirs-sys-next v0.1.2
41692026-05-04T22:24:40.840Z Compiling crunchy v0.2.4
41702026-05-04T22:24:40.840Z Compiling glob v0.3.3
41712026-05-04T22:24:40.840Z Compiling diesel_derives v2.3.7
41722026-05-04T22:24:40.844Z Compiling dsl_auto_type v0.2.0
41732026-05-04T22:24:40.844Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41742026-05-04T22:24:40.844Z Checking scheduled-thread-pool v0.2.7
41752026-05-04T22:24:41.142Z Compiling diesel_table_macro_syntax v0.3.0
41762026-05-04T22:24:41.178Z Compiling dirs-next v2.0.0
41772026-05-04T22:24:41.251Z Compiling tiny-keccak v2.0.2
41782026-05-04T22:24:41.296Z Compiling term v0.7.0
41792026-05-04T22:24:41.330Z Compiling clang-sys v1.8.1
41802026-05-04T22:24:41.349Z Checking r2d2 v0.8.10
41812026-05-04T22:24:41.394Z Checking downcast-rs v2.0.2
41822026-05-04T22:24:41.461Z Compiling bit-vec v0.6.3
41832026-05-04T22:24:41.534Z Compiling itertools v0.10.5
41842026-05-04T22:24:41.689Z Compiling bit-set v0.5.3
41852026-05-04T22:24:41.708Z Compiling ascii-canvas v3.0.0
41862026-05-04T22:24:41.822Z Compiling ena v0.14.4
41872026-05-04T22:24:41.845Z Compiling libloading v0.8.9
41882026-05-04T22:24:41.849Z Compiling diff v0.1.13
41892026-05-04T22:24:41.893Z Compiling bindgen v0.71.1
41902026-05-04T22:24:41.944Z Compiling regex-syntax v0.6.29
41912026-05-04T22:24:42.052Z Compiling cexpr v0.6.0
41922026-05-04T22:24:42.113Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41932026-05-04T22:24:42.305Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41942026-05-04T22:24:42.364Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41952026-05-04T22:24:42.458Z Compiling libxml v0.3.3
41962026-05-04T22:24:42.604Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41972026-05-04T22:24:42.710Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41982026-05-04T22:24:42.726Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41992026-05-04T22:24:42.914Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
42002026-05-04T22:24:42.935Z Compiling strum_macros v0.24.3
42012026-05-04T22:24:42.951Z Compiling indoc v1.0.9
42022026-05-04T22:24:43.390Z Compiling lalrpop v0.19.12
42032026-05-04T22:24:43.968Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42042026-05-04T22:24:44.054Z Checking derive_builder v0.20.2
42052026-05-04T22:24:44.175Z Compiling oso-derive v0.27.3
42062026-05-04T22:24:44.191Z Checking quick-xml v0.37.5
42072026-05-04T22:24:44.281Z Compiling impl-trait-for-tuples v0.2.3
42082026-05-04T22:24:44.677Z Checking openssl-probe v0.1.6
42092026-05-04T22:24:44.821Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
42102026-05-04T22:24:45.078Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42112026-05-04T22:24:45.273Z Checking bb8 v0.8.6
42122026-05-04T22:24:45.581Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42132026-05-04T22:24:45.603Z Checking nonempty v0.12.0
42142026-05-04T22:24:45.723Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42152026-05-04T22:24:45.770Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42162026-05-04T22:24:45.806Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
42172026-05-04T22:24:45.835Z Checking console v0.16.2
42182026-05-04T22:24:45.932Z Checking unit-prefix v0.5.2
42192026-05-04T22:24:45.978Z Checking support-bundle-viewer v0.1.2
42202026-05-04T22:24:46.066Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42212026-05-04T22:24:46.141Z Checking indicatif v0.18.4
42222026-05-04T22:24:46.227Z Checking multimap v0.10.1
42232026-05-04T22:24:46.838Z Checking diesel v2.3.7
42242026-05-04T22:24:48.650Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
42252026-05-04T22:24:49.196Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
42262026-05-04T22:24:49.297Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
42272026-05-04T22:24:49.787Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
42282026-05-04T22:24:50.385Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42292026-05-04T22:24:50.595Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
42302026-05-04T22:24:50.938Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
42312026-05-04T22:24:51.578Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
42322026-05-04T22:24:53.608Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42332026-05-04T22:24:58.082Z Compiling samael v0.0.19
42342026-05-04T22:25:02.468Z Checking diesel-dtrace v0.5.0
42352026-05-04T22:25:02.704Z Checking async-bb8-diesel v0.2.1
42362026-05-04T22:25:04.281Z Compiling polar-core v0.27.3
42372026-05-04T22:25:08.647Z Checking oso v0.27.3
42382026-05-04T22:25:44.490Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42392026-05-04T22:26:17.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 37s
42402026-05-04T22:26:17.506Z
42412026-05-04T22:26:17.506Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (237/274)
42422026-05-04T22:26:18.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42432026-05-04T22:26:18.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42442026-05-04T22:26:18.061Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42452026-05-04T22:26:18.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42462026-05-04T22:26:18.167Z
42472026-05-04T22:26:18.167Zinfo: running `cargo check --bins` on nexus-saga-recovery (238/274)
42482026-05-04T22:26:18.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42492026-05-04T22:26:18.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42502026-05-04T22:26:18.718Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42512026-05-04T22:26:18.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42522026-05-04T22:26:18.824Z
42532026-05-04T22:26:18.824Zinfo: running `cargo check --bins` on nexus-test-utils-macros (239/274)
42542026-05-04T22:26:19.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42552026-05-04T22:26:19.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42562026-05-04T22:26:19.322Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42572026-05-04T22:26:19.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42582026-05-04T22:26:19.407Z
42592026-05-04T22:26:19.407Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (240/274)
42602026-05-04T22:26:19.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42612026-05-04T22:26:19.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42622026-05-04T22:26:20.272Z Compiling libz-sys v1.1.24
42632026-05-04T22:26:20.404Z Compiling libgit2-sys v0.18.3+1.9.2
42642026-05-04T22:26:20.414Z Compiling vergen-git2 v1.0.7
42652026-05-04T22:26:20.424Z Compiling rustls v0.21.12
42662026-05-04T22:26:20.435Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42672026-05-04T22:26:20.460Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42682026-05-04T22:26:20.460Z Checking rustls-webpki v0.101.7
42692026-05-04T22:26:20.464Z Checking sct v0.7.1
42702026-05-04T22:26:20.618Z Compiling nix v0.29.0
42712026-05-04T22:26:20.632Z Compiling dropshot v0.16.7
42722026-05-04T22:26:20.647Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42732026-05-04T22:26:20.721Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42742026-05-04T22:26:20.782Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42752026-05-04T22:26:20.883Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42762026-05-04T22:26:20.904Z Checking toml v0.9.12+spec-1.1.0
42772026-05-04T22:26:20.929Z Compiling dropshot_endpoint v0.16.7
42782026-05-04T22:26:21.089Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42792026-05-04T22:26:21.252Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42802026-05-04T22:26:21.400Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42812026-05-04T22:26:21.479Z Checking rustls-pemfile v1.0.4
42822026-05-04T22:26:21.621Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
42832026-05-04T22:26:21.850Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42842026-05-04T22:26:21.875Z Checking twox-hash v2.1.2
42852026-05-04T22:26:22.060Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42862026-05-04T22:26:22.124Z Checking tokio-rustls v0.24.1
42872026-05-04T22:26:22.617Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42882026-05-04T22:26:22.673Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42892026-05-04T22:26:22.916Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
42902026-05-04T22:26:23.345Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42912026-05-04T22:26:23.401Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42922026-05-04T22:26:23.472Z Checking fatfs v0.3.6
42932026-05-04T22:26:23.545Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42942026-05-04T22:26:23.687Z Compiling seq-macro v0.3.6
42952026-05-04T22:26:27.274Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42962026-05-04T22:26:27.398Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42972026-05-04T22:26:27.587Z Compiling git2 v0.20.4
42982026-05-04T22:26:29.832Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42992026-05-04T22:27:16.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.73s
43002026-05-04T22:27:16.377Z
43012026-05-04T22:27:16.377Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (241/274)
43022026-05-04T22:27:17.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43032026-05-04T22:27:17.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43042026-05-04T22:27:17.260Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43052026-05-04T22:27:55.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.46s
43062026-05-04T22:27:56.053Z
43072026-05-04T22:27:56.053Zinfo: running `cargo check --bins` on nexus-background-task-interface (242/274)
43082026-05-04T22:27:56.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43092026-05-04T22:27:56.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43102026-05-04T22:27:56.553Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43112026-05-04T22:27:56.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43122026-05-04T22:27:56.641Z
43132026-05-04T22:27:56.641Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (243/274)
43142026-05-04T22:27:57.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43152026-05-04T22:27:57.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43162026-05-04T22:27:57.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43172026-05-04T22:27:57.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
43182026-05-04T22:27:57.282Z
43192026-05-04T22:27:57.282Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (244/274)
43202026-05-04T22:27:57.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43212026-05-04T22:27:57.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43222026-05-04T22:27:57.934Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43232026-05-04T22:27:57.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43242026-05-04T22:27:57.946Z
43252026-05-04T22:27:57.946Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (245/274)
43262026-05-04T22:27:58.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43272026-05-04T22:27:58.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43282026-05-04T22:27:58.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43292026-05-04T22:27:58.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43302026-05-04T22:27:58.595Z
43312026-05-04T22:27:58.595Zinfo: running `cargo check --bins` on nexus-mgs-updates (246/274)
43322026-05-04T22:27:59.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43332026-05-04T22:27:59.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43342026-05-04T22:27:59.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43352026-05-04T22:27:59.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43362026-05-04T22:27:59.233Z
43372026-05-04T22:27:59.233Zinfo: running `cargo check --bins` on nexus-networking (247/274)
43382026-05-04T22:27:59.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43392026-05-04T22:27:59.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43402026-05-04T22:27:59.785Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43412026-05-04T22:27:59.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43422026-05-04T22:27:59.888Z
43432026-05-04T22:27:59.888Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (248/274)
43442026-05-04T22:28:00.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43452026-05-04T22:28:00.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43462026-05-04T22:28:00.442Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43472026-05-04T22:28:00.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43482026-05-04T22:28:00.548Z
43492026-05-04T22:28:00.549Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (249/274)
43502026-05-04T22:28:01.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43512026-05-04T22:28:01.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43522026-05-04T22:28:01.102Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43532026-05-04T22:28:01.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43542026-05-04T22:28:01.206Z
43552026-05-04T22:28:01.206Zinfo: running `cargo check --bins` on omicron-dev (250/274)
43562026-05-04T22:28:01.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43572026-05-04T22:28:01.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43582026-05-04T22:28:02.096Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43592026-05-04T22:28:02.096Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43602026-05-04T22:28:02.280Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43612026-05-04T22:28:02.311Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
43622026-05-04T22:28:02.331Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43632026-05-04T22:28:02.348Z Checking diff v0.1.13
43642026-05-04T22:28:02.351Z Checking yansi v1.0.1
43652026-05-04T22:28:02.351Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43662026-05-04T22:28:02.424Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43672026-05-04T22:28:02.619Z Checking pretty_assertions v1.4.1
43682026-05-04T22:28:03.245Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43692026-05-04T22:28:03.585Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43702026-05-04T22:28:26.603Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43712026-05-04T22:28:26.603Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43722026-05-04T22:28:26.607Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43732026-05-04T22:28:26.607Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43742026-05-04T22:28:26.607Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43752026-05-04T22:28:26.607Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43762026-05-04T22:28:27.451Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43772026-05-04T22:28:28.536Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43782026-05-04T22:29:06.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
43792026-05-04T22:29:06.821Z
43802026-05-04T22:29:06.821Zinfo: running `cargo check --bins` on omicron-pins (251/274)
43812026-05-04T22:29:07.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43822026-05-04T22:29:07.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43832026-05-04T22:29:07.317Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43842026-05-04T22:29:07.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43852026-05-04T22:29:07.403Z
43862026-05-04T22:29:07.403Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (252/274)
43872026-05-04T22:29:07.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43882026-05-04T22:29:07.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43892026-05-04T22:29:08.178Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43902026-05-04T22:29:08.301Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43912026-05-04T22:29:08.307Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43922026-05-04T22:29:33.893Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43932026-05-04T22:29:34.280Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43942026-05-04T22:29:35.974Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43952026-05-04T22:29:36.425Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43962026-05-04T22:29:39.343Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43972026-05-04T22:30:01.779Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43982026-05-04T22:30:02.479Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43992026-05-04T22:30:04.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.68s
44002026-05-04T22:30:04.311Z
44012026-05-04T22:30:04.311Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (253/274)
44022026-05-04T22:30:04.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44032026-05-04T22:30:04.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44042026-05-04T22:30:05.029Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
44052026-05-04T22:30:05.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
44062026-05-04T22:30:05.920Z
44072026-05-04T22:30:05.920Zinfo: running `cargo check --bins` on omicron-releng (254/274)
44082026-05-04T22:30:06.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44092026-05-04T22:30:06.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44102026-05-04T22:30:06.574Z Compiling blake3 v1.8.3
44112026-05-04T22:30:06.683Z Checking arrayref v0.3.9
44122026-05-04T22:30:06.683Z Checking arrayvec v0.7.6
44132026-05-04T22:30:06.686Z Checking constant_time_eq v0.4.2
44142026-05-04T22:30:06.703Z Checking topological-sort v0.2.2
44152026-05-04T22:30:06.706Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
44162026-05-04T22:30:06.706Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
44172026-05-04T22:30:06.712Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
44182026-05-04T22:30:06.745Z Checking shell-words v1.1.1
44192026-05-04T22:30:07.560Z Checking omicron-zone-package v0.12.2
44202026-05-04T22:30:08.269Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
44212026-05-04T22:30:09.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.15s
44222026-05-04T22:30:09.278Z
44232026-05-04T22:30:09.278Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (255/274)
44242026-05-04T22:30:09.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44252026-05-04T22:30:09.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44262026-05-04T22:30:09.921Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
44272026-05-04T22:30:10.241Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
44282026-05-04T22:30:10.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
44292026-05-04T22:30:10.812Z
44302026-05-04T22:30:10.812Zinfo: running `cargo check --bins` on schema (256/274)
44312026-05-04T22:30:11.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44322026-05-04T22:30:11.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44332026-05-04T22:30:11.535Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
44342026-05-04T22:30:12.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
44352026-05-04T22:30:12.442Z
44362026-05-04T22:30:12.442Zinfo: running `cargo check --bins` on xtask (257/274)
44372026-05-04T22:30:12.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44382026-05-04T22:30:12.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44392026-05-04T22:30:12.897Z Checking libc v0.2.185
44402026-05-04T22:30:12.900Z Checking serde v1.0.228
44412026-05-04T22:30:12.984Z Checking zerofrom v0.1.6
44422026-05-04T22:30:12.988Z Checking bitflags v2.11.0
44432026-05-04T22:30:12.995Z Checking smallvec v1.15.1
44442026-05-04T22:30:13.002Z Checking indexmap v2.14.0
44452026-05-04T22:30:13.012Z Checking serde_json v1.0.149
44462026-05-04T22:30:13.015Z Checking scroll v0.12.0
44472026-05-04T22:30:13.080Z Checking yoke v0.8.1
44482026-05-04T22:30:13.136Z Checking num-traits v0.2.19
44492026-05-04T22:30:13.167Z Checking thiserror v1.0.69
44502026-05-04T22:30:13.234Z Checking percent-encoding v2.3.2
44512026-05-04T22:30:13.245Z Checking zerovec v0.11.5
44522026-05-04T22:30:13.262Z Checking zerotrie v0.2.3
44532026-05-04T22:30:13.273Z Checking errno v0.3.14
44542026-05-04T22:30:13.367Z Checking serde_spanned v0.6.9
44552026-05-04T22:30:13.378Z Checking toml_datetime v0.6.11
44562026-05-04T22:30:13.388Z Checking rustix v1.1.3
44572026-05-04T22:30:13.492Z Checking log v0.4.29
44582026-05-04T22:30:13.504Z Checking zerocopy v0.7.35
44592026-05-04T22:30:13.524Z Checking form_urlencoded v1.2.2
44602026-05-04T22:30:13.553Z Checking toml_edit v0.22.27
44612026-05-04T22:30:13.624Z Checking getrandom v0.4.1
44622026-05-04T22:30:13.639Z Checking goblin v0.8.2
44632026-05-04T22:30:13.650Z Checking ordered-float v2.10.1
44642026-05-04T22:30:13.654Z Checking thiserror v2.0.18
44652026-05-04T22:30:13.671Z Checking tinystr v0.8.2
44662026-05-04T22:30:13.751Z Checking potential_utf v0.1.4
44672026-05-04T22:30:13.762Z Checking syn v2.0.117
44682026-05-04T22:30:13.843Z Checking icu_locale_core v2.1.1
44692026-05-04T22:30:13.868Z Checking serde-value v0.7.0
44702026-05-04T22:30:13.882Z Checking icu_collections v2.1.1
44712026-05-04T22:30:13.991Z Checking dtrace-parser v0.2.0
44722026-05-04T22:30:14.074Z Checking thread-id v4.2.2
44732026-05-04T22:30:14.155Z Checking once_cell v1.21.3
44742026-05-04T22:30:14.186Z Checking terminal_size v0.4.3
44752026-05-04T22:30:14.198Z Checking cargo-platform v0.2.0
44762026-05-04T22:30:14.231Z Checking memmap v0.7.0
44772026-05-04T22:30:14.322Z Checking clap_builder v4.5.60
44782026-05-04T22:30:14.325Z Checking tempfile v3.25.0
44792026-05-04T22:30:14.359Z Checking textwrap v0.16.2
44802026-05-04T22:30:14.388Z Checking fs-err v3.3.0
44812026-05-04T22:30:14.400Z Checking icu_provider v2.1.1
44822026-05-04T22:30:14.512Z Checking camino-tempfile v1.4.1
44832026-05-04T22:30:14.564Z Checking tabled v0.15.0
44842026-05-04T22:30:14.574Z Checking anyhow v1.0.102
44852026-05-04T22:30:14.636Z Checking icu_normalizer v2.1.1
44862026-05-04T22:30:14.662Z Checking icu_properties v2.1.2
44872026-05-04T22:30:14.673Z Checking toml v0.8.23
44882026-05-04T22:30:14.768Z Checking macaddr v1.0.1
44892026-05-04T22:30:14.942Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44902026-05-04T22:30:14.987Z Checking cargo_toml v0.21.0
44912026-05-04T22:30:15.460Z Checking idna_adapter v1.2.1
44922026-05-04T22:30:15.508Z Checking dof v0.3.0
44932026-05-04T22:30:15.511Z Checking clap v4.5.60
44942026-05-04T22:30:15.575Z Checking idna v1.1.0
44952026-05-04T22:30:15.771Z Checking usdt-impl v0.5.0
44962026-05-04T22:30:15.794Z Checking url v2.5.8
44972026-05-04T22:30:16.011Z Checking usdt v0.5.0
44982026-05-04T22:30:16.135Z Checking cargo-util-schemas v0.8.2
44992026-05-04T22:30:16.817Z Checking cargo_metadata v0.21.0
45002026-05-04T22:30:17.416Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
45012026-05-04T22:30:17.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.39s
45022026-05-04T22:30:17.964Z
45032026-05-04T22:30:17.964Zinfo: running `cargo check --bins` on dnsadm (258/274)
45042026-05-04T22:30:18.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45052026-05-04T22:30:18.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45062026-05-04T22:30:18.598Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
45072026-05-04T22:30:19.072Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
45082026-05-04T22:30:19.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s
45092026-05-04T22:30:19.658Z
45102026-05-04T22:30:19.658Zinfo: running `cargo check --bins` on end-to-end-tests (259/274)
45112026-05-04T22:30:20.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45122026-05-04T22:30:20.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45132026-05-04T22:30:20.449Z Checking polyval v0.6.2
45142026-05-04T22:30:20.572Z Checking ctr v0.9.2
45152026-05-04T22:30:20.584Z Checking ssh-encoding v0.2.0
45162026-05-04T22:30:20.584Z Checking blowfish v0.9.1
45172026-05-04T22:30:20.605Z Checking password-hash v0.4.2
45182026-05-04T22:30:20.619Z Checking p521 v0.13.3
45192026-05-04T22:30:20.619Z Checking p256 v0.13.2
45202026-05-04T22:30:20.646Z Checking russh-cryptovec v0.7.3
45212026-05-04T22:30:20.712Z Checking ghash v0.5.1
45222026-05-04T22:30:20.726Z Checking bcrypt-pbkdf v0.10.0
45232026-05-04T22:30:20.726Z Checking md5 v0.7.0
45242026-05-04T22:30:20.795Z Checking num-bigint v0.4.6
45252026-05-04T22:30:20.798Z Checking des v0.8.1
45262026-05-04T22:30:20.825Z Checking aes-gcm v0.10.3
45272026-05-04T22:30:20.829Z Checking pbkdf2 v0.11.0
45282026-05-04T22:30:20.865Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45292026-05-04T22:30:20.918Z Checking hex-literal v0.4.1
45302026-05-04T22:30:20.937Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
45312026-05-04T22:30:20.961Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
45322026-05-04T22:30:20.976Z Checking ssh-cipher v0.2.0
45332026-05-04T22:30:21.004Z Checking socket2 v0.5.10
45342026-05-04T22:30:21.018Z Checking internet-checksum v0.2.1
45352026-05-04T22:30:21.136Z Checking ssh-key v0.6.7
45362026-05-04T22:30:21.251Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45372026-05-04T22:30:21.759Z Checking russh-keys v0.45.0
45382026-05-04T22:30:22.304Z Checking russh v0.45.0
45392026-05-04T22:30:37.014Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
45402026-05-04T22:30:38.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.58s
45412026-05-04T22:30:38.459Z
45422026-05-04T22:30:38.459Zinfo: running `cargo check --bins` on gateway-cli (260/274)
45432026-05-04T22:30:38.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45442026-05-04T22:30:38.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45452026-05-04T22:30:39.092Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
45462026-05-04T22:30:39.200Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
45472026-05-04T22:30:39.207Z Checking termios v0.3.3
45482026-05-04T22:30:40.420Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
45492026-05-04T22:30:40.568Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45502026-05-04T22:30:42.405Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
45512026-05-04T22:30:42.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.51s
45522026-05-04T22:30:43.155Z
45532026-05-04T22:30:43.155Zinfo: running `cargo check --bins --no-default-features` on installinator (261/274)
45542026-05-04T22:30:43.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45552026-05-04T22:30:43.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45562026-05-04T22:30:43.865Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
45572026-05-04T22:30:43.980Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45582026-05-04T22:30:43.989Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45592026-05-04T22:30:43.992Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45602026-05-04T22:30:44.003Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45612026-05-04T22:30:44.013Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45622026-05-04T22:30:44.716Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45632026-05-04T22:30:45.074Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45642026-05-04T22:30:45.074Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45652026-05-04T22:30:45.701Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45662026-05-04T22:30:47.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.18s
45672026-05-04T22:30:47.545Z
45682026-05-04T22:30:47.545Zinfo: running `cargo check --bins` on internal-dns-cli (262/274)
45692026-05-04T22:30:48.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45702026-05-04T22:30:48.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45712026-05-04T22:30:48.201Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45722026-05-04T22:30:48.675Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45732026-05-04T22:30:48.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
45742026-05-04T22:30:49.187Z
45752026-05-04T22:30:49.187Zinfo: running `cargo check --bins` on omicron-live-tests (263/274)
45762026-05-04T22:30:49.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45772026-05-04T22:30:49.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45782026-05-04T22:30:49.690Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45792026-05-04T22:30:49.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45802026-05-04T22:30:49.772Z
45812026-05-04T22:30:49.773Zinfo: running `cargo check --bins` on live-tests-macros (264/274)
45822026-05-04T22:30:50.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45832026-05-04T22:30:50.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45842026-05-04T22:30:50.275Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45852026-05-04T22:30:50.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45862026-05-04T22:30:50.362Z
45872026-05-04T22:30:50.362Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (265/274)
45882026-05-04T22:30:50.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45892026-05-04T22:30:50.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45902026-05-04T22:30:51.117Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45912026-05-04T22:30:51.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
45922026-05-04T22:30:51.916Z
45932026-05-04T22:30:51.916Zinfo: running `cargo check --bins` on omicron-ntp-admin (266/274)
45942026-05-04T22:30:52.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45952026-05-04T22:30:52.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45962026-05-04T22:30:52.571Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45972026-05-04T22:30:52.574Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45982026-05-04T22:30:52.820Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45992026-05-04T22:30:52.820Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
46002026-05-04T22:30:53.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
46012026-05-04T22:30:53.788Z
46022026-05-04T22:30:53.788Zinfo: running `cargo check --bins` on ntp-admin-types (267/274)
46032026-05-04T22:30:54.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46042026-05-04T22:30:54.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46052026-05-04T22:30:54.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46062026-05-04T22:30:54.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
46072026-05-04T22:30:54.377Z
46082026-05-04T22:30:54.377Zinfo: running `cargo check --bins` on omicron-package (268/274)
46092026-05-04T22:30:54.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46102026-05-04T22:30:54.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46112026-05-04T22:30:55.056Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
46122026-05-04T22:30:56.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.73s
46132026-05-04T22:30:56.307Z
46142026-05-04T22:30:56.307Zinfo: running `cargo check --bins` on tqdb (269/274)
46152026-05-04T22:30:56.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46162026-05-04T22:30:56.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46172026-05-04T22:30:57.089Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
46182026-05-04T22:30:57.437Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
46192026-05-04T22:30:57.951Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
46202026-05-04T22:30:57.951Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
46212026-05-04T22:31:03.640Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
46222026-05-04T22:31:03.647Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
46232026-05-04T22:31:04.200Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
46242026-05-04T22:31:04.200Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
46252026-05-04T22:31:04.206Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46262026-05-04T22:31:04.206Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
46272026-05-04T22:31:04.972Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
46282026-05-04T22:31:05.949Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46292026-05-04T22:31:06.720Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46302026-05-04T22:31:07.323Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
46312026-05-04T22:31:11.273Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
46322026-05-04T22:31:17.576Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
46332026-05-04T22:31:17.586Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
46342026-05-04T22:31:17.586Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
46352026-05-04T22:31:17.586Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46362026-05-04T22:31:19.059Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
46372026-05-04T22:31:20.360Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
46382026-05-04T22:31:24.358Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
46392026-05-04T22:31:24.368Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
46402026-05-04T22:31:24.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.51s
46412026-05-04T22:31:24.368Z
46422026-05-04T22:31:24.368Zinfo: running `cargo check --bins` on wicket-dbg (270/274)
46432026-05-04T22:31:24.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46442026-05-04T22:31:24.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46452026-05-04T22:31:24.368Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46462026-05-04T22:31:24.368Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46472026-05-04T22:31:24.368Z Checking rtoolbox v0.0.3
46482026-05-04T22:31:24.368Z Checking tui-tree-widget v0.23.1
46492026-05-04T22:31:24.368Z Checking rpassword v7.4.0
46502026-05-04T22:31:24.984Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46512026-05-04T22:31:27.992Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46522026-05-04T22:31:29.828Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
46532026-05-04T22:31:30.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.68s
46542026-05-04T22:31:30.939Z
46552026-05-04T22:31:30.939Zinfo: running `cargo check --bins` on wicket (271/274)
46562026-05-04T22:31:31.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46572026-05-04T22:31:31.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46582026-05-04T22:31:31.645Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46592026-05-04T22:31:32.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
46602026-05-04T22:31:32.214Z
46612026-05-04T22:31:32.214Zinfo: running `cargo check --bins` on wicketd (272/274)
46622026-05-04T22:31:32.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46632026-05-04T22:31:32.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46642026-05-04T22:31:32.933Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46652026-05-04T22:31:32.937Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46662026-05-04T22:31:32.937Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46672026-05-04T22:31:32.937Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46682026-05-04T22:31:33.912Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46692026-05-04T22:31:34.485Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46702026-05-04T22:31:37.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.19s
46712026-05-04T22:31:37.613Z
46722026-05-04T22:31:37.613Zinfo: running `cargo check --bins` on omicron-workspace-hack (273/274)
46732026-05-04T22:31:38.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46742026-05-04T22:31:38.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46752026-05-04T22:31:38.114Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46762026-05-04T22:31:38.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
46772026-05-04T22:31:38.201Z
46782026-05-04T22:31:38.201Zinfo: running `cargo check --bins` on zone-setup (274/274)
46792026-05-04T22:31:38.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46802026-05-04T22:31:38.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46812026-05-04T22:31:38.871Z Checking uzers v0.12.2
46822026-05-04T22:31:39.140Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46832026-05-04T22:31:39.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s
46842026-05-04T22:31:40.103Z
46852026-05-04T22:31:40.104Zreal 14:01.301147478
46862026-05-04T22:31:40.104Zuser 20:27.166290227
46872026-05-04T22:31:40.105Zsys 4:14.213444960
46882026-05-04T22:31:40.105Ztrap 0.323119688
46892026-05-04T22:31:40.105Ztflt 0.372048227
46902026-05-04T22:31:40.106Zdflt 0.907773083
46912026-05-04T22:31:40.106Zkflt 0.001676602
46922026-05-04T22:31:40.106Zlock 1:15:12.870969909
46932026-05-04T22:31:40.107Zslp 1:37:33.932294605
46942026-05-04T22:31:40.107Zlat 57.287118916
46952026-05-04T22:31:40.107Zstop 3:34.424839117
46962026-05-04T22:31:40.120Zprocess exited: duration 1039522 ms, exit code 0
 
46972026-05-04T22:31:40.137Zfound 0 output files