01KQDN9WYNGWWR0X416N3PT3Z7: 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: 01KQDNA8D43A877X1NMZMN8KAN

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-29T22:22:13.397Zjob assigned to worker 01KQDNAHYTQAHMHZ1AZWVBPWC4 [factory aws, i-0e17feb146983e1ac] (queued for 50 s)
 
22026-04-29T22:22:20.256Zstarting task 0: "setup"
32026-04-29T22:22:20.262Z++ uname -s
42026-04-29T22:22:20.265Z+ kern=SunOS
52026-04-29T22:22:20.265Z+ build_user=build
62026-04-29T22:22:20.265Z+ build_uid=12345
72026-04-29T22:22:20.265Z+ work_dir=/work
82026-04-29T22:22:20.265Z+ input_dir=/input
92026-04-29T22:22:20.265Z+ [[ 0 == 12345 ]]
102026-04-29T22:22:20.265Z+ case "$kern" in
112026-04-29T22:22:20.265Z+ groupadd -g 12345 build
122026-04-29T22:22:20.265Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-29T22:22:22.271Z+ zfs create -o mountpoint=/work rpool/work
142026-04-29T22:22:22.328Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-29T22:22:22.331Z+ home_fs=zfs
162026-04-29T22:22:22.331Z+ [[ zfs == autofs ]]
172026-04-29T22:22:22.331Z+ mkdir -p /home/build
182026-04-29T22:22:22.331Z+ chown build:build /home/build /work
192026-04-29T22:22:24.336Z+ chmod 0700 /home/build /work
202026-04-29T22:22:24.341Zprocess exited: duration 4080 ms, exit code 0
 
212026-04-29T22:22:24.347Zstarting task 1: "rust-toolchain"
222026-04-29T22:22:24.351Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-04-29T22:22:24.351Z * rust toolchain channel = "1.94.0"
242026-04-29T22:22:24.351Z * rust toolchain profile = "default"
252026-04-29T22:22:24.351Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-04-29T22:22:24.351Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-29T22:22:24.351Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-29T22:22:24.354Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-29T22:22:24.354Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-04-29T22:22:24.472Zinfo: downloading installer
312026-04-29T22:22:25.762Zwarn: It looks like you have an existing installation of Rust at:
322026-04-29T22:22:25.762Zwarn: /opt/ooce/bin
332026-04-29T22:22:25.762Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-29T22:22:25.762Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-29T22:22:25.762Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-29T22:22:25.762Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-29T22:22:25.762Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-29T22:22:25.762Zerror: cannot install while Rust is installed
392026-04-29T22:22:25.762Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-29T22:22:25.762Zwarn: It looks like you have an existing rustup settings file at:
412026-04-29T22:22:25.762Zwarn: /home/build/.rustup/settings.toml
422026-04-29T22:22:25.762Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-29T22:22:25.762Zwarn: instead of the one inferred from the default host triple.
442026-04-29T22:22:25.775Zinfo: profile set to default
452026-04-29T22:22:25.775Zinfo: default host triple is x86_64-unknown-illumos
462026-04-29T22:22:25.778Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-04-29T22:22:25.908Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-04-29T22:22:25.912Zinfo: downloading 6 components
492026-04-29T22:22:40.471Z
502026-04-29T22:22:40.471Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
512026-04-29T22:22:40.498Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-04-29T22:22:40.498Z
532026-04-29T22:22:40.498Z
542026-04-29T22:22:40.498ZRust is installed now. Great!
552026-04-29T22:22:40.498Z
562026-04-29T22:22:40.498ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-29T22:22:40.498Zenvironment variable. This has not been done automatically.
582026-04-29T22:22:40.498Z
592026-04-29T22:22:40.498ZTo configure your current shell, you need to source
602026-04-29T22:22:40.498Zthe corresponding env file under $HOME/.cargo.
612026-04-29T22:22:40.498Z
622026-04-29T22:22:40.498ZThis is usually done by running one of the following (note the leading DOT):
632026-04-29T22:22:40.498Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-29T22:22:40.498Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-29T22:22:40.498Zsource "~/.cargo/env.nu" # For nushell
662026-04-29T22:22:40.498Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-29T22:22:40.498Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-29T22:22:40.498Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-29T22:22:40.501Zwarn: no default linker (`cc`) was found in your PATH
702026-04-29T22:22:40.501Zwarn: many Rust crates require a system C toolchain to build
712026-04-29T22:22:40.587Z+ rustup --version
722026-04-29T22:22:40.596Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-29T22:22:40.599Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-29T22:22:40.617Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-04-29T22:22:40.620Z+ cargo --version
762026-04-29T22:22:40.633Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-04-29T22:22:40.636Z+ rustc --version
782026-04-29T22:22:40.656Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-04-29T22:22:40.658Zprocess exited: duration 16310 ms, exit code 0
 
802026-04-29T22:22:40.664Zstarting task 2: "authentication"
812026-04-29T22:22:40.679Zprocess exited: duration 15 ms, exit code 0
 
822026-04-29T22:22:40.685Zstarting task 3: "clone repository"
832026-04-29T22:22:40.688Z+ mkdir -p /work/oxidecomputer/omicron
842026-04-29T22:22:40.691Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-04-29T22:22:40.765ZCloning into '/work/oxidecomputer/omicron'...
862026-04-29T22:22:50.004Z+ cd /work/oxidecomputer/omicron
872026-04-29T22:22:50.004Z+ git fetch origin fe921f9be55472269c6f399511d99191444c1d26
882026-04-29T22:22:50.269ZFrom https://github.com/oxidecomputer/omicron
892026-04-29T22:22:50.269Z * branch fe921f9be55472269c6f399511d99191444c1d26 -> FETCH_HEAD
902026-04-29T22:22:50.278Z+ [[ -n sunshowers/spr/2n-reconfigurator-rename-create_zone_artifacts_at_version-introduce-whichversion ]]
912026-04-29T22:22:50.281Z++ git branch --show-current
922026-04-29T22:22:50.281Z+ current=main
932026-04-29T22:22:50.281Z+ [[ main != sunshowers/spr/2n-reconfigurator-rename-create_zone_artifacts_at_version-introduce-whichversion ]]
942026-04-29T22:22:50.281Z+ git branch -f sunshowers/spr/2n-reconfigurator-rename-create_zone_artifacts_at_version-introduce-whichversion fe921f9be55472269c6f399511d99191444c1d26
952026-04-29T22:22:50.284Z+ git checkout -f sunshowers/spr/2n-reconfigurator-rename-create_zone_artifacts_at_version-introduce-whichversion
962026-04-29T22:22:50.512ZSwitched to branch 'sunshowers/spr/2n-reconfigurator-rename-create_zone_artifacts_at_version-introduce-whichversion'
972026-04-29T22:22:50.515Z+ git reset --hard fe921f9be55472269c6f399511d99191444c1d26
982026-04-29T22:22:50.527ZHEAD is now at fe921f9be rebase on main, review comments
992026-04-29T22:22:50.530Zprocess exited: duration 9843 ms, exit code 0
 
1002026-04-29T22:22:50.536Zstarting task 4: "build"
1012026-04-29T22:22:50.540Z+ source .github/buildomat/ci-env.sh
1022026-04-29T22:22:50.540Z++ export CARGO_TERM_COLOR=always
1032026-04-29T22:22:50.540Z++ CARGO_TERM_COLOR=always
1042026-04-29T22:22:50.543Z+ cargo --version
1052026-04-29T22:22:50.550Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-04-29T22:22:50.553Z+ rustc --version
1072026-04-29T22:22:50.572Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-04-29T22:22:50.575Z+ source ./env.sh
1092026-04-29T22:22:50.575Z++ OLD_SHELL_OPTS=ehxB
1102026-04-29T22:22:50.575Z++ set -o xtrace
1112026-04-29T22:22:50.578Z++++ dirname ./env.sh
1122026-04-29T22:22:50.581Z+++ readlink -f .
1132026-04-29T22:22:50.584Z++ OMICRON_WS=/work/oxidecomputer/omicron
1142026-04-29T22:22:50.584Z++ 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-04-29T22:22:50.584Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1162026-04-29T22:22:50.584Z++ 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-04-29T22:22:50.584Z++ 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-04-29T22:22:50.584Z++ 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-04-29T22:22:50.584Z++ 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-04-29T22:22:50.584Z++ 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-04-29T22:22:50.584Z++ 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-04-29T22:22:50.584Z++ case $OLD_SHELL_OPTS in
1232026-04-29T22:22:50.584Z++ unset OLD_SHELL_OPTS OMICRON_WS
1242026-04-29T22:22:50.584Z+ 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-04-29T22:22:50.584Z+ 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-04-29T22:22:50.584Z+ banner prerequisites
1272026-04-29T22:22:50.584Z
1282026-04-29T22:22:50.584Z ##### ##### ###### ##### ###### #### # # # #### #
1292026-04-29T22:22:50.584Z # # # # # # # # # # # # # # #
1302026-04-29T22:22:50.584Z # # # # ##### # # ##### # # # # # #### #
1312026-04-29T22:22:50.584Z ##### ##### # ##### # # # # # # # # #
1322026-04-29T22:22:50.584Z # # # # # # # # # # # # # # #
1332026-04-29T22:22:50.584Z # # # ###### # # ###### ### # #### # #### #
1342026-04-29T22:22:50.584Z
1352026-04-29T22:22:50.584Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1362026-04-29T22:23:00.459Z Startup: Refreshing catalog 'helios-dev' ... Done
1372026-04-29T22:23:07.791Z Startup: Caching catalogs ... Done
1382026-04-29T22:23:14.218ZPlanning: Solver setup ... Done (4.923s)
1392026-04-29T22:23:14.251ZPlanning: Running solver ... Done (0.033s)
1402026-04-29T22:23:14.385ZPlanning: Finding local manifests ... Done (0.003s)
1412026-04-29T22:23:14.399ZPlanning: Fetching manifests: 0/5 0% complete
1422026-04-29T22:23:14.518ZPlanning: Fetching manifests: 5/5 100% complete
1432026-04-29T22:23:14.555ZPlanning: Package planning ... Done (0.036s)
1442026-04-29T22:23:14.590ZPlanning: Merging actions ... Done (0.035s)
1452026-04-29T22:23:14.792ZPlanning: Checking for conflicting actions ... Done (0.202s)
1462026-04-29T22:23:14.801ZPlanning: Consolidating action changes ... Done (0.009s)
1472026-04-29T22:23:15.793ZPlanning: Evaluating mediators ... Done (0.991s)
1482026-04-29T22:23:15.799ZPlanning: Planning completed in 7.85 seconds
1492026-04-29T22:23:15.810Z Packages to install: 5
1502026-04-29T22:23:15.810Z Mediators to change: 3
1512026-04-29T22:23:15.810Z Services to change: 1
1522026-04-29T22:23:15.813Z Estimated space available: 155.35 GB
1532026-04-29T22:23:15.813ZEstimated space to be consumed: 1.89 GB
1542026-04-29T22:23:15.813Z Create boot environment: No
1552026-04-29T22:23:15.813ZCreate backup boot environment: No
1562026-04-29T22:23:15.813Z Rebuild boot archive: No
1572026-04-29T22:23:15.813Z
1582026-04-29T22:23:15.813ZChanged mediators:
1592026-04-29T22:23:15.813Z mediator clang:
1602026-04-29T22:23:15.813Z version: None -> 15 (system default)
1612026-04-29T22:23:15.813Z
1622026-04-29T22:23:15.814Z mediator llvm:
1632026-04-29T22:23:15.814Z version: 14 (system default) -> 15 (system default)
1642026-04-29T22:23:15.814Z
1652026-04-29T22:23:15.814Z mediator postgresql:
1662026-04-29T22:23:15.814Z version: 15 (system default) -> 18 (system default)
1672026-04-29T22:23:15.814Z
1682026-04-29T22:23:15.814ZChanged packages:
1692026-04-29T22:23:15.814Zhelios-dev
1702026-04-29T22:23:15.814Z developer/build-essential
1712026-04-29T22:23:15.814Z None -> 11-2.0
1722026-04-29T22:23:15.814Z library/libxmlsec1
1732026-04-29T22:23:15.814Z None -> 1.2.35-2.0
1742026-04-29T22:23:15.814Z ooce/developer/clang-15
1752026-04-29T22:23:15.814Z None -> 15.0.7-2.0
1762026-04-29T22:23:15.814Z ooce/developer/llvm-15
1772026-04-29T22:23:15.814Z None -> 15.0.7-2.0
1782026-04-29T22:23:15.814Z ooce/library/postgresql-18
1792026-04-29T22:23:15.814Z None -> 18.1-2.0
1802026-04-29T22:23:15.814Z
1812026-04-29T22:23:15.814ZServices:
1822026-04-29T22:23:15.814Z restart_fmri:
1832026-04-29T22:23:15.814Z svc:/system/update-man-index:default
1842026-04-29T22:23:15.859Z
1852026-04-29T22:23:15.859ZDownload: 0/4272 items 0.0/219.0MB 0% complete
1862026-04-29T22:23:20.860ZDownload: 1352/4272 items 115.9/219.0MB 52% complete (23.4M/s)
1872026-04-29T22:23:26.853ZDownload: 2224/4272 items 119.2/219.0MB 54% complete (16.3M/s)
1882026-04-29T22:23:31.860ZDownload: 3617/4272 items 213.6/219.0MB 97% complete (9.6M/s)
1892026-04-29T22:23:36.283ZDownload: Completed 218.99 MB in 20.42 seconds (10.7M/s)
1902026-04-29T22:23:36.419Z Actions: 1/4789 actions (Installing new actions)
1912026-04-29T22:23:39.829Z Actions: Completed 4789 actions in 3.41 seconds.
1922026-04-29T22:23:40.134Z Done (0.301s)
1932026-04-29T22:23:40.134Z Done (0.000s)
1942026-04-29T22:23:40.868Z Done (0.734s)
1952026-04-29T22:23:44.077Z Done (2.853s)
1962026-04-29T22:23:44.156Z Done (0.018s)
1972026-04-29T22:23:44.162Z Done (0.000s)
1982026-04-29T22:23:44.498Z Done (0.000s)
1992026-04-29T22:23:45.342ZPlanning: Evaluating mediator changes ... Done
2002026-04-29T22:23:45.450ZPlanning: Checking for conflicting actions ... Done
2012026-04-29T22:23:45.453ZPlanning: Consolidating action changes ... Done
2022026-04-29T22:23:45.610ZPlanning: Evaluating mediators ... Done
2032026-04-29T22:23:45.613ZPlanning: Planning completed in 0.27 seconds
2042026-04-29T22:23:45.631Z Mediators to change: 2
2052026-04-29T22:23:45.631Z Create boot environment: No
2062026-04-29T22:23:45.631ZCreate backup boot environment: No
2072026-04-29T22:23:45.691Z Done
2082026-04-29T22:23:45.691Z Done
2092026-04-29T22:23:46.291Z Done
2102026-04-29T22:23:48.796Z Done
2112026-04-29T22:23:48.869Z Done
2122026-04-29T22:23:48.872Z Done
2132026-04-29T22:23:49.021Z Done
2142026-04-29T22:23:49.281ZPlanning: Evaluating mediator changes ... Done
2152026-04-29T22:23:49.390ZPlanning: Checking for conflicting actions ... Done
2162026-04-29T22:23:49.393ZPlanning: Consolidating action changes ... Done
2172026-04-29T22:23:49.549ZPlanning: Evaluating mediators ... Done
2182026-04-29T22:23:49.552ZPlanning: Planning completed in 0.27 seconds
2192026-04-29T22:23:49.570Z Mediators to change: 1
2202026-04-29T22:23:49.570Z Create boot environment: No
2212026-04-29T22:23:49.570ZCreate backup boot environment: No
2222026-04-29T22:23:49.626Z Done
2232026-04-29T22:23:49.626Z Done
2242026-04-29T22:23:50.223Z Done
2252026-04-29T22:23:52.705Z Done
2262026-04-29T22:23:53.787Z Done
2272026-04-29T22:23:53.787Z Done
2282026-04-29T22:23:53.790Z Done
2292026-04-29T22:23:53.790ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2302026-04-29T22:23:53.790Zclang system 15 system
2312026-04-29T22:23:53.790Zcsh system system illumos
2322026-04-29T22:23:53.790Zctags system system illumos
2332026-04-29T22:23:53.790Zfile system system illumos
2342026-04-29T22:23:53.790Zgcc vendor 12 vendor
2352026-04-29T22:23:53.790Zgcc system 14 system
2362026-04-29T22:23:53.790Zgcc system 10 system
2372026-04-29T22:23:53.790Zgo system 1.20 system
2382026-04-29T22:23:53.790Zgo system 1.19 system
2392026-04-29T22:23:53.790Zllvm system 15 system
2402026-04-29T22:23:53.790Zllvm system 14 system
2412026-04-29T22:23:53.791Zmariadb system 10.6 system
2422026-04-29T22:23:53.791Zmta vendor vendor dma
2432026-04-29T22:23:53.791Zopenjdk system 17 system
2442026-04-29T22:23:53.791Zopenjdk system 11 system
2452026-04-29T22:23:53.791Zopenjdk system 1.8 system
2462026-04-29T22:23:53.791Zopenssl vendor 3 vendor
2472026-04-29T22:23:53.791Zperl system 5.36 system
2482026-04-29T22:23:53.791Zpostgresql system 18 system
2492026-04-29T22:23:53.791Zpostgresql system 15 system
2502026-04-29T22:23:53.791Zpostgresql system 13 system
2512026-04-29T22:23:53.791Zpython vendor 3 vendor
2522026-04-29T22:23:53.791Zpython system 2 system
2532026-04-29T22:23:53.791Zpython3 system 3.11 system
2542026-04-29T22:23:53.791Zruby system 3.0 system
2552026-04-29T22:23:53.791Zwords vendor vendor american-english
2562026-04-29T22:23:53.791Zwords system system australian-english
2572026-04-29T22:23:53.791Zwords system system british-english
2582026-04-29T22:23:53.791Zwords system system canadian-english
2592026-04-29T22:23:53.791Zwords system system french
2602026-04-29T22:23:53.791Zwords system system italian
2612026-04-29T22:23:53.791Zwords system system ngerman
2622026-04-29T22:23:53.791Zwords system system ogerman
2632026-04-29T22:23:53.791Zwords system system spanish
2642026-04-29T22:23:53.791ZPUBLISHER TYPE STATUS P LOCATION
2652026-04-29T22:23:53.791Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2662026-04-29T22:23:57.931ZFMRI IFO
2672026-04-29T22:23:57.931Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2682026-04-29T22:23:57.931Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2692026-04-29T22:23:57.932Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2702026-04-29T22:23:57.932Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2712026-04-29T22:23:57.932Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2722026-04-29T22:23:57.932Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2732026-04-29T22:23:57.932Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260217T164409Z im-
2742026-04-29T22:23:57.932Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260213T170424Z ---
2752026-04-29T22:23:57.932Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2762026-04-29T22:23:57.932Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2772026-04-29T22:23:57.932Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2782026-04-29T22:23:57.932Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2792026-04-29T22:23:57.932Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2802026-04-29T22:23:57.932Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2812026-04-29T22:23:57.932Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2822026-04-29T22:23:57.932Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2832026-04-29T22:23:57.932Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2842026-04-29T22:23:59.050Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2852026-04-29T22:23:59.307Z Updating crates.io index
2862026-04-29T22:23:59.310Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2872026-04-29T22:23:59.569Z Updating git repository `https://github.com/oxidecomputer/lldp`
2882026-04-29T22:24:00.357Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2892026-04-29T22:24:00.792Z Updating git repository `https://github.com/oxidecomputer/propolis`
2902026-04-29T22:24:01.989Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2912026-04-29T22:24:02.503Z Updating git repository `https://github.com/oxidecomputer/crucible`
2922026-04-29T22:24:03.855Z Updating git repository `https://github.com/oxidecomputer/opte`
2932026-04-29T22:24:04.602Z Updating git repository `https://github.com/oxidecomputer/tofino`
2942026-04-29T22:24:04.981Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2952026-04-29T22:24:05.720Z Updating git repository `https://github.com/oxidecomputer/clickward`
2962026-04-29T22:24:06.122Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2972026-04-29T22:24:06.515Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2982026-04-29T22:24:06.805Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2992026-04-29T22:24:07.883Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3002026-04-29T22:24:08.378Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3012026-04-29T22:24:08.756Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3022026-04-29T22:24:09.138Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3032026-04-29T22:24:09.587Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3042026-04-29T22:24:09.963Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3052026-04-29T22:24:10.197Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3062026-04-29T22:24:10.484Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3072026-04-29T22:24:10.867Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3082026-04-29T22:24:11.230Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3092026-04-29T22:24:11.828Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3102026-04-29T22:24:12.140Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3112026-04-29T22:24:12.454Z Updating git repository `https://github.com/oxidecomputer/ispf`
3122026-04-29T22:24:12.744Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3132026-04-29T22:24:13.597Z Updating git repository `https://github.com/oxidecomputer/crucible`
3142026-04-29T22:24:14.358Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3152026-04-29T22:24:14.808Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3162026-04-29T22:24:15.074Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3172026-04-29T22:24:15.431Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3182026-04-29T22:24:15.755Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3192026-04-29T22:24:16.095Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3202026-04-29T22:24:16.504Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3212026-04-29T22:24:16.758Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3222026-04-29T22:24:16.996Z Updating git repository `https://github.com/illumos/smf-rs`
3232026-04-29T22:24:17.339Z Updating git repository `https://github.com/oxidecomputer/omicron`
3242026-04-29T22:24:29.130Z Downloading crates ...
3252026-04-29T22:24:29.190Z Downloaded byteorder v1.5.0
3262026-04-29T22:24:29.193Z Downloaded typeid v1.0.3
3272026-04-29T22:24:29.193Z Downloaded icu_properties v2.1.2
3282026-04-29T22:24:29.197Z Downloaded log v0.4.29
3292026-04-29T22:24:29.200Z Downloaded clap v4.5.60
3302026-04-29T22:24:29.205Z Downloaded anstyle-query v1.1.5
3312026-04-29T22:24:29.208Z Downloaded textwrap v0.16.2
3322026-04-29T22:24:29.208Z Downloaded anstyle v1.0.13
3332026-04-29T22:24:29.208Z Downloaded anstream v0.6.21
3342026-04-29T22:24:29.212Z Downloaded unicode-linebreak v0.1.5
3352026-04-29T22:24:29.212Z Downloaded block-buffer v0.10.4
3362026-04-29T22:24:29.212Z Downloaded utf8parse v0.2.2
3372026-04-29T22:24:29.215Z Downloaded percent-encoding v2.3.2
3382026-04-29T22:24:29.215Z Downloaded camino v1.2.2
3392026-04-29T22:24:29.215Z Downloaded bytecount v0.6.9
3402026-04-29T22:24:29.215Z Downloaded anyhow v1.0.102
3412026-04-29T22:24:29.218Z Downloaded thiserror-impl v1.0.69
3422026-04-29T22:24:29.218Z Downloaded usdt-impl v0.5.0
3432026-04-29T22:24:29.221Z Downloaded is_terminal_polyfill v1.70.2
3442026-04-29T22:24:29.221Z Downloaded smawk v0.3.2
3452026-04-29T22:24:29.221Z Downloaded heck v0.5.0
3462026-04-29T22:24:29.224Z Downloaded heck v0.4.1
3472026-04-29T22:24:29.224Z Downloaded autocfg v1.5.0
3482026-04-29T22:24:29.224Z Downloaded idna_adapter v1.2.1
3492026-04-29T22:24:29.227Z Downloaded usdt-macro v0.5.0
3502026-04-29T22:24:29.227Z Downloaded usdt-attr-macro v0.5.0
3512026-04-29T22:24:29.230Z Downloaded proc-macro2 v1.0.106
3522026-04-29T22:24:29.230Z Downloaded usdt v0.5.0
3532026-04-29T22:24:29.232Z Downloaded cfg-if v1.0.4
3542026-04-29T22:24:29.233Z Downloaded yoke-derive v0.8.1
3552026-04-29T22:24:29.235Z Downloaded terminal_size v0.4.3
3562026-04-29T22:24:29.235Z Downloaded fnv v1.0.7
3572026-04-29T22:24:29.235Z Downloaded serde_tokenstream v0.2.3
3582026-04-29T22:24:29.235Z Downloaded writeable v0.6.2
3592026-04-29T22:24:29.238Z Downloaded toml_datetime v0.6.11
3602026-04-29T22:24:29.238Z Downloaded pest_derive v2.8.6
3612026-04-29T22:24:29.241Z Downloaded version_check v0.9.5
3622026-04-29T22:24:29.241Z Downloaded pretty-hex v0.4.1
3632026-04-29T22:24:29.241Z Downloaded equivalent v1.0.2
3642026-04-29T22:24:29.241Z Downloaded cpufeatures v0.2.17
3652026-04-29T22:24:29.244Z Downloaded cargo-platform v0.2.0
3662026-04-29T22:24:29.244Z Downloaded anstyle-parse v0.2.7
3672026-04-29T22:24:29.248Z Downloaded zmij v1.0.21
3682026-04-29T22:24:29.248Z Downloaded unicode-ident v1.0.24
3692026-04-29T22:24:29.250Z Downloaded colorchoice v1.0.4
3702026-04-29T22:24:29.250Z Downloaded utf8_iter v1.0.4
3712026-04-29T22:24:29.250Z Downloaded semver v1.0.28
3722026-04-29T22:24:29.250Z Downloaded thiserror-impl v2.0.18
3732026-04-29T22:24:29.253Z Downloaded zerovec-derive v0.11.2
3742026-04-29T22:24:29.253Z Downloaded zerofrom v0.1.6
3752026-04-29T22:24:29.256Z Downloaded plain v0.2.3
3762026-04-29T22:24:29.256Z Downloaded memmap v0.7.0
3772026-04-29T22:24:29.256Z Downloaded unicode-xid v0.2.6
3782026-04-29T22:24:29.256Z Downloaded toml_write v0.1.2
3792026-04-29T22:24:29.259Z Downloaded ucd-trie v0.1.7
3802026-04-29T22:24:29.262Z Downloaded tabled_derive v0.7.0
3812026-04-29T22:24:29.262Z Downloaded thiserror v1.0.69
3822026-04-29T22:24:29.265Z Downloaded sha2 v0.10.9
3832026-04-29T22:24:29.267Z Downloaded url v2.5.8
3842026-04-29T22:24:29.270Z Downloaded serde-untagged v0.1.9
3852026-04-29T22:24:29.270Z Downloaded zerofrom-derive v0.1.6
3862026-04-29T22:24:29.270Z Downloaded serde_spanned v0.6.9
3872026-04-29T22:24:29.274Z Downloaded toml_edit v0.22.27
3882026-04-29T22:24:29.277Z Downloaded typenum v1.19.0
3892026-04-29T22:24:29.277Z Downloaded tinystr v0.8.2
3902026-04-29T22:24:29.278Z Downloaded toml v0.8.23
3912026-04-29T22:24:29.281Z Downloaded thiserror v2.0.18
3922026-04-29T22:24:29.283Z Downloaded yoke v0.8.1
3932026-04-29T22:24:29.284Z Downloaded itoa v1.0.17
3942026-04-29T22:24:29.284Z Downloaded potential_utf v0.1.4
3952026-04-29T22:24:29.287Z Downloaded serde-value v0.7.0
3962026-04-29T22:24:29.287Z Downloaded zerotrie v0.2.3
3972026-04-29T22:24:29.287Z Downloaded zerocopy-derive v0.7.35
3982026-04-29T22:24:29.290Z Downloaded stable_deref_trait v1.2.1
3992026-04-29T22:24:29.290Z Downloaded macaddr v1.0.1
4002026-04-29T22:24:29.293Z Downloaded proc-macro-error v1.0.4
4012026-04-29T22:24:29.293Z Downloaded dtrace-parser v0.2.0
4022026-04-29T22:24:29.295Z Downloaded clap_lex v1.0.0
4032026-04-29T22:24:29.295Z Downloaded thread-id v4.2.2
4042026-04-29T22:24:29.298Z Downloaded papergrid v0.11.0
4052026-04-29T22:24:29.301Z Downloaded fastrand v2.3.0
4062026-04-29T22:24:29.301Z Downloaded crypto-common v0.1.7
4072026-04-29T22:24:29.301Z Downloaded dof v0.3.0
4082026-04-29T22:24:29.304Z Downloaded ordered-float v2.10.1
4092026-04-29T22:24:29.304Z Downloaded erased-serde v0.4.9
4102026-04-29T22:24:29.304Z Downloaded form_urlencoded v1.2.2
4112026-04-29T22:24:29.307Z Downloaded zerovec v0.11.5
4122026-04-29T22:24:29.310Z Downloaded zerocopy v0.7.35
4132026-04-29T22:24:29.316Z Downloaded swrite v0.1.0
4142026-04-29T22:24:29.318Z Downloaded winnow v0.7.14
4152026-04-29T22:24:29.321Z Downloaded proc-macro-error-attr v1.0.4
4162026-04-29T22:24:29.324Z Downloaded errno v0.3.14
4172026-04-29T22:24:29.324Z Downloaded scroll_derive v0.12.1
4182026-04-29T22:24:29.324Z Downloaded unicode-width v0.2.0
4192026-04-29T22:24:29.327Z Downloaded icu_locale_core v2.1.1
4202026-04-29T22:24:29.331Z Downloaded strsim v0.11.1
4212026-04-29T22:24:29.334Z Downloaded scroll v0.12.0
4222026-04-29T22:24:29.334Z Downloaded camino-tempfile v1.4.1
4232026-04-29T22:24:29.334Z Downloaded unicode-width v0.1.14
4242026-04-29T22:24:29.336Z Downloaded quote v1.0.45
4252026-04-29T22:24:29.339Z Downloaded fs-err v3.3.0
4262026-04-29T22:24:29.339Z Downloaded generic-array v0.14.7
4272026-04-29T22:24:29.345Z Downloaded cargo_metadata v0.21.0
4282026-04-29T22:24:29.355Z Downloaded synstructure v0.13.2
4292026-04-29T22:24:29.360Z Downloaded displaydoc v0.2.5
4302026-04-29T22:24:29.363Z Downloaded digest v0.10.7
4312026-04-29T22:24:29.366Z Downloaded once_cell v1.21.3
4322026-04-29T22:24:29.369Z Downloaded bitflags v2.11.0
4332026-04-29T22:24:29.372Z Downloaded litemap v0.8.1
4342026-04-29T22:24:29.372Z Downloaded clap_derive v4.5.55
4352026-04-29T22:24:29.375Z Downloaded tempfile v3.25.0
4362026-04-29T22:24:29.383Z Downloaded cargo-util-schemas v0.8.2
4372026-04-29T22:24:29.388Z Downloaded smallvec v1.15.1
4382026-04-29T22:24:29.390Z Downloaded pest_generator v2.8.6
4392026-04-29T22:24:29.393Z Downloaded num-traits v0.2.19
4402026-04-29T22:24:29.397Z Downloaded serde_derive v1.0.228
4412026-04-29T22:24:29.409Z Downloaded getrandom v0.4.1
4422026-04-29T22:24:29.412Z Downloaded cargo_toml v0.21.0
4432026-04-29T22:24:29.417Z Downloaded icu_normalizer_data v2.1.1
4442026-04-29T22:24:29.420Z Downloaded serde v1.0.228
4452026-04-29T22:24:29.424Z Downloaded icu_provider v2.1.1
4462026-04-29T22:24:29.428Z Downloaded pest_meta v2.8.6
4472026-04-29T22:24:29.431Z Downloaded icu_normalizer v2.1.1
4482026-04-29T22:24:29.431Z Downloaded serde_core v1.0.228
4492026-04-29T22:24:29.448Z Downloaded serde_json v1.0.149
4502026-04-29T22:24:29.451Z Downloaded clap_builder v4.5.60
4512026-04-29T22:24:29.455Z Downloaded indexmap v2.14.0
4522026-04-29T22:24:29.458Z Downloaded icu_collections v2.1.1
4532026-04-29T22:24:29.466Z Downloaded pest v2.8.6
4542026-04-29T22:24:29.472Z Downloaded memchr v2.8.0
4552026-04-29T22:24:29.489Z Downloaded hashbrown v0.17.0
4562026-04-29T22:24:29.493Z Downloaded idna v1.1.0
4572026-04-29T22:24:29.496Z Downloaded icu_properties_data v2.1.2
4582026-04-29T22:24:29.501Z Downloaded goblin v0.8.2
4592026-04-29T22:24:29.512Z Downloaded tabled v0.15.0
4602026-04-29T22:24:29.521Z Downloaded syn v1.0.109
4612026-04-29T22:24:29.539Z Downloaded syn v2.0.117
4622026-04-29T22:24:29.558Z Downloaded rustix v1.1.3
4632026-04-29T22:24:29.580Z Downloaded libc v0.2.185
4642026-04-29T22:24:29.648Z Compiling proc-macro2 v1.0.106
4652026-04-29T22:24:29.648Z Compiling unicode-ident v1.0.24
4662026-04-29T22:24:29.651Z Compiling quote v1.0.45
4672026-04-29T22:24:29.651Z Compiling serde_core v1.0.228
4682026-04-29T22:24:29.651Z Compiling libc v0.2.185
4692026-04-29T22:24:29.651Z Compiling version_check v0.9.5
4702026-04-29T22:24:29.651Z Compiling memchr v2.8.0
4712026-04-29T22:24:29.651Z Compiling stable_deref_trait v1.2.1
4722026-04-29T22:24:29.990Z Compiling serde v1.0.228
4732026-04-29T22:24:30.008Z Compiling zmij v1.0.21
4742026-04-29T22:24:30.259Z Compiling thiserror v1.0.69
4752026-04-29T22:24:30.362Z Compiling autocfg v1.5.0
4762026-04-29T22:24:30.462Z Compiling itoa v1.0.17
4772026-04-29T22:24:30.462Z Compiling ucd-trie v0.1.7
4782026-04-29T22:24:30.615Z Compiling pest v2.8.6
4792026-04-29T22:24:30.707Z Compiling litemap v0.8.1
4802026-04-29T22:24:30.723Z Compiling writeable v0.6.2
4812026-04-29T22:24:30.755Z Compiling icu_normalizer_data v2.1.1
4822026-04-29T22:24:30.788Z Compiling rustix v1.1.3
4832026-04-29T22:24:30.899Z Compiling icu_properties_data v2.1.2
4842026-04-29T22:24:31.083Z Compiling byteorder v1.5.0
4852026-04-29T22:24:31.137Z Compiling syn v2.0.117
4862026-04-29T22:24:31.266Z Compiling errno v0.3.14
4872026-04-29T22:24:32.295Z Compiling bitflags v2.11.0
4882026-04-29T22:24:32.298Z Compiling serde_json v1.0.149
4892026-04-29T22:24:32.298Z Compiling num-traits v0.2.19
4902026-04-29T22:24:32.298Z Compiling hashbrown v0.17.0
4912026-04-29T22:24:32.298Z Compiling typeid v1.0.3
4922026-04-29T22:24:32.298Z Compiling pest_meta v2.8.6
4932026-04-29T22:24:32.298Z Compiling smallvec v1.15.1
4942026-04-29T22:24:32.299Z Compiling equivalent v1.0.2
4952026-04-29T22:24:32.299Z Compiling indexmap v2.14.0
4962026-04-29T22:24:32.299Z Compiling thread-id v4.2.2
4972026-04-29T22:24:32.299Z Compiling proc-macro-error-attr v1.0.4
4982026-04-29T22:24:32.299Z Compiling usdt-impl v0.5.0
4992026-04-29T22:24:32.299Z Compiling syn v1.0.109
5002026-04-29T22:24:32.359Z Compiling erased-serde v0.4.9
5012026-04-29T22:24:32.519Z Compiling winnow v0.7.14
5022026-04-29T22:24:32.565Z Compiling toml_write v0.1.2
5032026-04-29T22:24:32.762Z Compiling proc-macro-error v1.0.4
5042026-04-29T22:24:32.909Z Compiling log v0.4.29
5052026-04-29T22:24:32.999Z Compiling utf8_iter v1.0.4
5062026-04-29T22:24:33.106Z Compiling getrandom v0.4.1
5072026-04-29T22:24:33.152Z Compiling plain v0.2.3
5082026-04-29T22:24:33.268Z Compiling percent-encoding v2.3.2
5092026-04-29T22:24:33.319Z Compiling utf8parse v0.2.2
5102026-04-29T22:24:33.369Z Compiling camino v1.2.2
5112026-04-29T22:24:33.441Z Compiling thiserror v2.0.18
5122026-04-29T22:24:33.474Z Compiling anstyle-parse v0.2.7
5132026-04-29T22:24:33.491Z Compiling form_urlencoded v1.2.2
5142026-04-29T22:24:33.508Z Compiling ordered-float v2.10.1
5152026-04-29T22:24:33.813Z Compiling synstructure v0.13.2
5162026-04-29T22:24:33.819Z Compiling pest_generator v2.8.6
5172026-04-29T22:24:34.045Z Compiling terminal_size v0.4.3
5182026-04-29T22:24:34.165Z Compiling cfg-if v1.0.4
5192026-04-29T22:24:34.189Z Compiling colorchoice v1.0.4
5202026-04-29T22:24:34.206Z Compiling pretty-hex v0.4.1
5212026-04-29T22:24:34.244Z Compiling anstyle v1.0.13
5222026-04-29T22:24:34.280Z Compiling anstyle-query v1.1.5
5232026-04-29T22:24:34.312Z Compiling is_terminal_polyfill v1.70.2
5242026-04-29T22:24:34.407Z Compiling serde-untagged v0.1.9
5252026-04-29T22:24:34.423Z Compiling anstream v0.6.21
5262026-04-29T22:24:34.479Z Compiling semver v1.0.28
5272026-04-29T22:24:34.570Z Compiling fs-err v3.3.0
5282026-04-29T22:24:34.659Z Compiling heck v0.4.1
5292026-04-29T22:24:34.727Z Compiling unicode-width v0.1.14
5302026-04-29T22:24:34.761Z Compiling fastrand v2.3.0
5312026-04-29T22:24:34.806Z Compiling once_cell v1.21.3
5322026-04-29T22:24:34.835Z Compiling unicode-xid v0.2.6
5332026-04-29T22:24:34.885Z Compiling anyhow v1.0.102
5342026-04-29T22:24:34.996Z Compiling strsim v0.11.1
5352026-04-29T22:24:35.014Z Compiling heck v0.5.0
5362026-04-29T22:24:35.014Z Compiling bytecount v0.6.9
5372026-04-29T22:24:35.170Z Compiling clap_lex v1.0.0
5382026-04-29T22:24:35.191Z Compiling fnv v1.0.7
5392026-04-29T22:24:35.266Z Compiling tempfile v3.25.0
5402026-04-29T22:24:35.297Z Compiling papergrid v0.11.0
5412026-04-29T22:24:35.337Z Compiling clap_builder v4.5.60
5422026-04-29T22:24:35.448Z Compiling serde_derive v1.0.228
5432026-04-29T22:24:35.467Z Compiling zerofrom-derive v0.1.6
5442026-04-29T22:24:35.509Z Compiling yoke-derive v0.8.1
5452026-04-29T22:24:35.639Z Compiling zerovec-derive v0.11.2
5462026-04-29T22:24:35.882Z Compiling displaydoc v0.2.5
5472026-04-29T22:24:36.616Z Compiling thiserror-impl v1.0.69
5482026-04-29T22:24:36.638Z Compiling zerocopy-derive v0.7.35
5492026-04-29T22:24:36.691Z Compiling pest_derive v2.8.6
5502026-04-29T22:24:36.730Z Compiling scroll_derive v0.12.1
5512026-04-29T22:24:36.837Z Compiling zerofrom v0.1.6
5522026-04-29T22:24:36.971Z Compiling yoke v0.8.1
5532026-04-29T22:24:37.138Z Compiling zerovec v0.11.5
5542026-04-29T22:24:37.167Z Compiling zerotrie v0.2.3
5552026-04-29T22:24:37.384Z Compiling scroll v0.12.0
5562026-04-29T22:24:37.474Z Compiling thiserror-impl v2.0.18
5572026-04-29T22:24:37.511Z Compiling zerocopy v0.7.35
5582026-04-29T22:24:37.640Z Compiling tinystr v0.8.2
5592026-04-29T22:24:37.657Z Compiling potential_utf v0.1.4
5602026-04-29T22:24:37.890Z Compiling icu_locale_core v2.1.1
5612026-04-29T22:24:37.906Z Compiling icu_collections v2.1.1
5622026-04-29T22:24:37.988Z Compiling dtrace-parser v0.2.0
5632026-04-29T22:24:38.112Z Compiling goblin v0.8.2
5642026-04-29T22:24:38.339Z Compiling tabled_derive v0.7.0
5652026-04-29T22:24:38.395Z Compiling clap_derive v4.5.55
5662026-04-29T22:24:38.745Z Compiling icu_provider v2.1.1
5672026-04-29T22:24:38.784Z Compiling memmap v0.7.0
5682026-04-29T22:24:38.865Z Compiling toml_datetime v0.6.11
5692026-04-29T22:24:38.932Z Compiling serde_spanned v0.6.9
5702026-04-29T22:24:38.953Z Compiling dof v0.3.0
5712026-04-29T22:24:38.973Z Compiling serde_tokenstream v0.2.3
5722026-04-29T22:24:39.044Z Compiling icu_normalizer v2.1.1
5732026-04-29T22:24:39.083Z Compiling icu_properties v2.1.2
5742026-04-29T22:24:39.135Z Compiling toml_edit v0.22.27
5752026-04-29T22:24:39.341Z Compiling serde-value v0.7.0
5762026-04-29T22:24:39.407Z Compiling cargo-platform v0.2.0
5772026-04-29T22:24:39.583Z Compiling smawk v0.3.2
5782026-04-29T22:24:39.685Z Compiling unicode-width v0.2.0
5792026-04-29T22:24:39.708Z Compiling unicode-linebreak v0.1.5
5802026-04-29T22:24:39.728Z Compiling tabled v0.15.0
5812026-04-29T22:24:39.886Z Compiling usdt-macro v0.5.0
5822026-04-29T22:24:39.969Z Compiling idna_adapter v1.2.1
5832026-04-29T22:24:39.987Z Compiling usdt-attr-macro v0.5.0
5842026-04-29T22:24:40.117Z Compiling idna v1.1.0
5852026-04-29T22:24:40.163Z Compiling clap v4.5.60
5862026-04-29T22:24:40.185Z Compiling textwrap v0.16.2
5872026-04-29T22:24:40.254Z Compiling macaddr v1.0.1
5882026-04-29T22:24:40.482Z Compiling url v2.5.8
5892026-04-29T22:24:40.639Z Compiling toml v0.8.23
5902026-04-29T22:24:41.120Z Compiling cargo-util-schemas v0.8.2
5912026-04-29T22:24:41.195Z Compiling cargo_toml v0.21.0
5922026-04-29T22:24:41.237Z Compiling camino-tempfile v1.4.1
5932026-04-29T22:24:41.256Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5942026-04-29T22:24:41.471Z Compiling usdt v0.5.0
5952026-04-29T22:24:41.505Z Compiling swrite v0.1.0
5962026-04-29T22:24:42.012Z Compiling cargo_metadata v0.21.0
5972026-04-29T22:24:42.958Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5982026-04-29T22:24:45.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.19s
5992026-04-29T22:24:45.295Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
6002026-04-29T22:24:45.860Z Downloading crates ...
6012026-04-29T22:24:45.952Z Downloaded aead v0.5.2
6022026-04-29T22:24:45.955Z Downloaded adler2 v2.0.1
6032026-04-29T22:24:45.979Z Downloaded bit-set v0.8.0
6042026-04-29T22:24:45.981Z Downloaded ciborium-io v0.2.2
6052026-04-29T22:24:45.981Z Downloaded bytes v1.11.1
6062026-04-29T22:24:45.985Z Downloaded bitfield v0.19.4
6072026-04-29T22:24:45.985Z Downloaded castaway v0.2.4
6082026-04-29T22:24:45.988Z Downloaded difflib v0.4.0
6092026-04-29T22:24:45.988Z Downloaded bitfield-macros v0.19.4
6102026-04-29T22:24:45.988Z Downloaded async-stream v0.3.6
6112026-04-29T22:24:45.991Z Downloaded ctr v0.9.2
6122026-04-29T22:24:45.995Z Downloaded defmt-macros v1.0.1
6132026-04-29T22:24:45.995Z Downloaded bzip2 v0.6.1
6142026-04-29T22:24:45.999Z Downloaded crc32fast v1.5.0
6152026-04-29T22:24:46.003Z Downloaded find-msvc-tools v0.1.9
6162026-04-29T22:24:46.006Z Downloaded either v1.15.0
6172026-04-29T22:24:46.010Z Downloaded darling_macro v0.21.3
6182026-04-29T22:24:46.010Z Downloaded block-padding v0.3.3
6192026-04-29T22:24:46.014Z Downloaded dyn-clone v1.0.20
6202026-04-29T22:24:46.018Z Downloaded derive_builder_core v0.20.2
6212026-04-29T22:24:46.019Z Downloaded cmake v0.1.57
6222026-04-29T22:24:46.021Z Downloaded dropshot-api-manager v0.7.1
6232026-04-29T22:24:46.021Z Downloaded cfg_aliases v0.2.1
6242026-04-29T22:24:46.021Z Downloaded arrayref v0.3.9
6252026-04-29T22:24:46.024Z Downloaded darling v0.21.3
6262026-04-29T22:24:46.027Z Downloaded defmt v0.3.100
6272026-04-29T22:24:46.027Z Downloaded assert_matches v1.5.0
6282026-04-29T22:24:46.030Z Downloaded crc-catalog v2.4.0
6292026-04-29T22:24:46.030Z Downloaded dropshot-api-manager-types v0.7.1
6302026-04-29T22:24:46.033Z Downloaded derive-where v1.6.0
6312026-04-29T22:24:46.036Z Downloaded embedded-io v0.6.1
6322026-04-29T22:24:46.039Z Downloaded display-error-chain v0.2.2
6332026-04-29T22:24:46.039Z Downloaded colored v3.1.1
6342026-04-29T22:24:46.039Z Downloaded drift v0.1.3
6352026-04-29T22:24:46.043Z Downloaded expectorate v1.2.0
6362026-04-29T22:24:46.046Z Downloaded diesel-dtrace v0.5.0
6372026-04-29T22:24:46.046Z Downloaded curve25519-dalek-derive v0.1.1
6382026-04-29T22:24:46.049Z Downloaded cobs v0.3.0
6392026-04-29T22:24:46.049Z Downloaded bitfield-struct v0.6.2
6402026-04-29T22:24:46.049Z Downloaded daft-derive v0.1.5
6412026-04-29T22:24:46.053Z Downloaded debug-ignore v1.0.5
6422026-04-29T22:24:46.056Z Downloaded embedded-io v0.4.0
6432026-04-29T22:24:46.056Z Downloaded dirs-next v2.0.0
6442026-04-29T22:24:46.056Z Downloaded bit-vec v0.8.0
6452026-04-29T22:24:46.059Z Downloaded crc8 v0.1.1
6462026-04-29T22:24:46.059Z Downloaded crc v3.4.0
6472026-04-29T22:24:46.062Z Downloaded crossbeam-utils v0.8.21
6482026-04-29T22:24:46.062Z Downloaded async-stream-impl v0.3.6
6492026-04-29T22:24:46.065Z Downloaded ena v0.14.4
6502026-04-29T22:24:46.065Z Downloaded base16ct v0.2.0
6512026-04-29T22:24:46.065Z Downloaded derive_builder_macro v0.20.2
6522026-04-29T22:24:46.069Z Downloaded bcrypt-pbkdf v0.10.0
6532026-04-29T22:24:46.069Z Downloaded defmt-parser v1.0.0
6542026-04-29T22:24:46.069Z Downloaded dof v0.4.0
6552026-04-29T22:24:46.069Z Downloaded cargo_metadata v0.19.2
6562026-04-29T22:24:46.072Z Downloaded cpufeatures v0.3.0
6572026-04-29T22:24:46.072Z Downloaded enum-as-inner v0.6.1
6582026-04-29T22:24:46.072Z Downloaded compression-core v0.4.31
6592026-04-29T22:24:46.075Z Downloaded ascii-canvas v3.0.0
6602026-04-29T22:24:46.075Z Downloaded blowfish v0.9.1
6612026-04-29T22:24:46.075Z Downloaded bit-set v0.5.3
6622026-04-29T22:24:46.075Z Downloaded atomicwrites v0.4.4
6632026-04-29T22:24:46.078Z Downloaded document-features v0.2.12
6642026-04-29T22:24:46.078Z Downloaded async-recursion v1.1.1
6652026-04-29T22:24:46.081Z Downloaded dirs-sys-next v0.1.2
6662026-04-29T22:24:46.084Z Downloaded cbc v0.1.2
6672026-04-29T22:24:46.084Z Downloaded corncobs v0.1.4
6682026-04-29T22:24:46.084Z Downloaded backoff v0.4.0
6692026-04-29T22:24:46.087Z Downloaded chacha20 v0.9.1
6702026-04-29T22:24:46.087Z Downloaded diesel_table_macro_syntax v0.3.0
6712026-04-29T22:24:46.090Z Downloaded bitflags v1.3.2
6722026-04-29T22:24:46.090Z Downloaded endian-type v0.1.2
6732026-04-29T22:24:46.094Z Downloaded cstr-argument v0.1.2
6742026-04-29T22:24:46.094Z Downloaded crunchy v0.2.4
6752026-04-29T22:24:46.094Z Downloaded darling_macro v0.20.11
6762026-04-29T22:24:46.098Z Downloaded futures-core v0.3.32
6772026-04-29T22:24:46.101Z Downloaded foreign-types-shared v0.1.1
6782026-04-29T22:24:46.101Z Downloaded array-init v0.0.4
6792026-04-29T22:24:46.101Z Downloaded ciborium-ll v0.2.2
6802026-04-29T22:24:46.101Z Downloaded foreign-types v0.5.0
6812026-04-29T22:24:46.104Z Downloaded float-ord v0.3.2
6822026-04-29T22:24:46.104Z Downloaded darling_macro v0.23.0
6832026-04-29T22:24:46.104Z Downloaded atty v0.2.14
6842026-04-29T22:24:46.107Z Downloaded foreign-types-shared v0.3.1
6852026-04-29T22:24:46.110Z Downloaded convert_case v0.4.0
6862026-04-29T22:24:46.110Z Downloaded git-stub v1.0.0
6872026-04-29T22:24:46.111Z Downloaded env_filter v1.0.0
6882026-04-29T22:24:46.114Z Downloaded dsl_auto_type v0.2.0
6892026-04-29T22:24:46.114Z Downloaded cargo-platform v0.1.9
6902026-04-29T22:24:46.118Z Downloaded dunce v1.0.5
6912026-04-29T22:24:46.118Z Downloaded funty v2.0.0
6922026-04-29T22:24:46.118Z Downloaded futures-io v0.3.32
6932026-04-29T22:24:46.123Z Downloaded downcast-rs v2.0.2
6942026-04-29T22:24:46.123Z Downloaded base64ct v1.8.3
6952026-04-29T22:24:46.123Z Downloaded futures-macro v0.3.32
6962026-04-29T22:24:46.123Z Downloaded flagset v0.4.7
6972026-04-29T22:24:46.126Z Downloaded crucible-workspace-hack v0.1.0
6982026-04-29T22:24:46.126Z Downloaded constant_time_eq v0.4.2
6992026-04-29T22:24:46.126Z Downloaded foreign-types v0.3.2
7002026-04-29T22:24:46.126Z Downloaded critical-section v1.2.0
7012026-04-29T22:24:46.130Z Downloaded defmt v1.0.1
7022026-04-29T22:24:46.130Z Downloaded bb8 v0.8.6
7032026-04-29T22:24:46.130Z Downloaded cipher v0.4.4
7042026-04-29T22:24:46.133Z Downloaded darling_core v0.21.3
7052026-04-29T22:24:46.136Z Downloaded bcs v0.1.6
7062026-04-29T22:24:46.136Z Downloaded filetime v0.2.27
7072026-04-29T22:24:46.139Z Downloaded cfg_aliases v0.1.1
7082026-04-29T22:24:46.139Z Downloaded fallible-iterator v0.2.0
7092026-04-29T22:24:46.139Z Downloaded atomic-waker v1.1.2
7102026-04-29T22:24:46.142Z Downloaded const_format_proc_macros v0.2.34
7112026-04-29T22:24:46.142Z Downloaded compression-codecs v0.4.37
7122026-04-29T22:24:46.146Z Downloaded bit-vec v0.6.3
7132026-04-29T22:24:46.146Z Downloaded dtrace-parser v0.3.0
7142026-04-29T22:24:46.146Z Downloaded ghash v0.5.1
7152026-04-29T22:24:46.149Z Downloaded foreign-types-macros v0.2.3
7162026-04-29T22:24:46.149Z Downloaded clang-sys v1.8.1
7172026-04-29T22:24:46.149Z Downloaded futures-task v0.3.32
7182026-04-29T22:24:46.152Z Downloaded float-cmp v0.10.0
7192026-04-29T22:24:46.152Z Downloaded gethostname v0.5.0
7202026-04-29T22:24:46.152Z Downloaded base64 v0.21.7
7212026-04-29T22:24:46.155Z Downloaded hash32 v0.2.1
7222026-04-29T22:24:46.157Z Downloaded cassowary v0.3.0
7232026-04-29T22:24:46.161Z Downloaded argon2 v0.5.3
7242026-04-29T22:24:46.161Z Downloaded hex-literal v0.4.1
7252026-04-29T22:24:46.163Z Downloaded fixedbitset v0.4.2
7262026-04-29T22:24:46.163Z Downloaded arrayvec v0.7.6
7272026-04-29T22:24:46.168Z Downloaded daft v0.1.5
7282026-04-29T22:24:46.168Z Downloaded byte-wrapper v0.1.0
7292026-04-29T22:24:46.171Z Downloaded fs-err v2.11.0
7302026-04-29T22:24:46.171Z Downloaded ed25519 v2.2.3
7312026-04-29T22:24:46.171Z Downloaded camino-tempfile-ext v0.3.3
7322026-04-29T22:24:46.171Z Downloaded fxhash v0.2.1
7332026-04-29T22:24:46.175Z Downloaded der_derive v0.7.3
7342026-04-29T22:24:46.175Z Downloaded data-encoding v2.10.0
7352026-04-29T22:24:46.175Z Downloaded async-trait v0.1.89
7362026-04-29T22:24:46.178Z Downloaded foldhash v0.1.5
7372026-04-29T22:24:46.178Z Downloaded ff v0.13.1
7382026-04-29T22:24:46.181Z Downloaded futures-executor v0.3.32
7392026-04-29T22:24:46.181Z Downloaded console v0.16.2
7402026-04-29T22:24:46.185Z Downloaded foldhash v0.2.0
7412026-04-29T22:24:46.185Z Downloaded bzip2 v0.4.4
7422026-04-29T22:24:46.185Z Downloaded hostname v0.3.1
7432026-04-29T22:24:46.188Z Downloaded hostname v0.4.2
7442026-04-29T22:24:46.188Z Downloaded hex v0.4.3
7452026-04-29T22:24:46.188Z Downloaded globwalk v0.9.1
7462026-04-29T22:24:46.191Z Downloaded fd-lock v4.0.4
7472026-04-29T22:24:46.191Z Downloaded http-range v0.1.5
7482026-04-29T22:24:46.191Z Downloaded csv-core v0.1.13
7492026-04-29T22:24:46.194Z Downloaded derive-ex v0.1.8
7502026-04-29T22:24:46.194Z Downloaded crossbeam-deque v0.8.6
7512026-04-29T22:24:46.197Z Downloaded deranged v0.5.8
7522026-04-29T22:24:46.197Z Downloaded der v0.7.10
7532026-04-29T22:24:46.200Z Downloaded elliptic-curve v0.13.8
7542026-04-29T22:24:46.203Z Downloaded derive_builder v0.20.2
7552026-04-29T22:24:46.206Z Downloaded ident_case v1.0.1
7562026-04-29T22:24:46.209Z Downloaded ahash v0.8.12
7572026-04-29T22:24:46.209Z Downloaded futures-sink v0.3.32
7582026-04-29T22:24:46.209Z Downloaded fixedbitset v0.5.7
7592026-04-29T22:24:46.214Z Downloaded env_logger v0.11.9
7602026-04-29T22:24:46.214Z Downloaded const_format v0.2.35
7612026-04-29T22:24:46.217Z Downloaded hubpack v0.1.2
7622026-04-29T22:24:46.217Z Downloaded git-stub-vcs v0.1.0
7632026-04-29T22:24:46.220Z Downloaded home v0.5.12
7642026-04-29T22:24:46.220Z Downloaded glob v0.3.3
7652026-04-29T22:24:46.220Z Downloaded cookie v0.18.1
7662026-04-29T22:24:46.223Z Downloaded colored v2.2.0
7672026-04-29T22:24:46.223Z Downloaded indent_write v2.2.0
7682026-04-29T22:24:46.226Z Downloaded http-body v1.0.1
7692026-04-29T22:24:46.226Z Downloaded blake2 v0.10.6
7702026-04-29T22:24:46.226Z Downloaded instant v0.1.13
7712026-04-29T22:24:46.230Z Downloaded hyper-tls v0.6.0
7722026-04-29T22:24:46.230Z Downloaded is-terminal v0.4.17
7732026-04-29T22:24:46.230Z Downloaded chacha20 v0.10.0
7742026-04-29T22:24:46.233Z Downloaded futures-channel v0.3.32
7752026-04-29T22:24:46.233Z Downloaded fs_extra v1.3.0
7762026-04-29T22:24:46.236Z Downloaded cancel-safe-futures v0.1.5
7772026-04-29T22:24:46.236Z Downloaded lazy_static v1.5.0
7782026-04-29T22:24:46.240Z Downloaded lalrpop-util v0.19.12
7792026-04-29T22:24:46.240Z Downloaded hubpack_derive v0.1.1
7802026-04-29T22:24:46.240Z Downloaded indoc v1.0.9
7812026-04-29T22:24:46.243Z Downloaded compact_str v0.8.1
7822026-04-29T22:24:46.243Z Downloaded diff v0.1.13
7832026-04-29T22:24:46.246Z Downloaded httpdate v1.0.3
7842026-04-29T22:24:46.247Z Downloaded cc v1.2.56
7852026-04-29T22:24:46.250Z Downloaded ecdsa v0.16.9
7862026-04-29T22:24:46.250Z Downloaded darling v0.23.0
7872026-04-29T22:24:46.253Z Downloaded crc-any v2.5.0
7882026-04-29T22:24:46.257Z Downloaded libscf-sys v1.1.0
7892026-04-29T22:24:46.257Z Downloaded base64 v0.22.1
7902026-04-29T22:24:46.261Z Downloaded highway v1.3.0
7912026-04-29T22:24:46.261Z Downloaded ar_archive_writer v0.5.1
7922026-04-29T22:24:46.265Z Downloaded darling v0.20.11
7932026-04-29T22:24:46.268Z Downloaded keccak v0.1.6
7942026-04-29T22:24:46.268Z Downloaded instability v0.3.11
7952026-04-29T22:24:46.268Z Downloaded const-oid v0.9.6
7962026-04-29T22:24:46.268Z Downloaded dropshot_endpoint v0.16.7
7972026-04-29T22:24:46.272Z Downloaded http-body-util v0.1.3
7982026-04-29T22:24:46.272Z Downloaded erased-serde v0.3.31
7992026-04-29T22:24:46.275Z Downloaded is_ci v1.2.0
8002026-04-29T22:24:46.275Z Downloaded lzss v0.8.2
8012026-04-29T22:24:46.278Z Downloaded match_cfg v0.1.0
8022026-04-29T22:24:46.278Z Downloaded maplit v1.0.2
8032026-04-29T22:24:46.278Z Downloaded md5 v0.7.0
8042026-04-29T22:24:46.281Z Downloaded ciborium v0.2.2
8052026-04-29T22:24:46.281Z Downloaded maybe-uninit v2.0.0
8062026-04-29T22:24:46.281Z Downloaded inout v0.1.4
8072026-04-29T22:24:46.284Z Downloaded hmac v0.12.1
8082026-04-29T22:24:46.284Z Downloaded kstat-rs v0.2.4
8092026-04-29T22:24:46.284Z Downloaded half v1.8.3
8102026-04-29T22:24:46.287Z Downloaded impl-trait-for-tuples v0.2.3
8112026-04-29T22:24:46.290Z Downloaded lru-cache v0.1.2
8122026-04-29T22:24:46.290Z Downloaded lru v0.12.5
8132026-04-29T22:24:46.290Z Downloaded humantime v2.3.0
8142026-04-29T22:24:46.295Z Downloaded group v0.13.0
8152026-04-29T22:24:46.295Z Downloaded md-5 v0.10.6
8162026-04-29T22:24:46.295Z Downloaded managed v0.8.0
8172026-04-29T22:24:46.299Z Downloaded mime v0.3.17
8182026-04-29T22:24:46.299Z Downloaded memoffset v0.9.1
8192026-04-29T22:24:46.299Z Downloaded ipnetwork v0.21.1
8202026-04-29T22:24:46.299Z Downloaded indoc v2.0.7
8212026-04-29T22:24:46.304Z Downloaded new_debug_unreachable v1.0.6
8222026-04-29T22:24:46.304Z Downloaded hyper-staticfile v0.10.1
8232026-04-29T22:24:46.304Z Downloaded globset v0.4.18
8242026-04-29T22:24:46.308Z Downloaded newtype-uuid-macros v0.1.0
8252026-04-29T22:24:46.308Z Downloaded ingot-types v0.1.2
8262026-04-29T22:24:46.308Z Downloaded getrandom v0.2.17
8272026-04-29T22:24:46.311Z Downloaded normalize-line-endings v0.3.0
8282026-04-29T22:24:46.311Z Downloaded nonempty v0.12.0
8292026-04-29T22:24:46.311Z Downloaded nodrop v0.1.14
8302026-04-29T22:24:46.311Z Downloaded ipnet v2.11.0
8312026-04-29T22:24:46.311Z Downloaded dropshot_endpoint v0.17.0
8322026-04-29T22:24:46.314Z Downloaded nibble_vec v0.1.0
8332026-04-29T22:24:46.317Z Downloaded fatfs v0.3.6
8342026-04-29T22:24:46.317Z Downloaded multimap v0.10.1
8352026-04-29T22:24:46.317Z Downloaded allocator-api2 v0.2.21
8362026-04-29T22:24:46.320Z Downloaded des v0.8.1
8372026-04-29T22:24:46.320Z Downloaded convert_case v0.10.0
8382026-04-29T22:24:46.323Z Downloaded newtype_derive v0.1.6
8392026-04-29T22:24:46.323Z Downloaded derive_more v0.99.20
8402026-04-29T22:24:46.326Z Downloaded ingot v0.1.1
8412026-04-29T22:24:46.329Z Downloaded async-bb8-diesel v0.2.1
8422026-04-29T22:24:46.329Z Downloaded crossbeam-epoch v0.9.18
8432026-04-29T22:24:46.332Z Downloaded half v2.7.1
8442026-04-29T22:24:46.335Z Downloaded linked-hash-map v0.5.6
8452026-04-29T22:24:46.335Z Downloaded libloading v0.8.9
8462026-04-29T22:24:46.335Z Downloaded internet-checksum v0.2.1
8472026-04-29T22:24:46.338Z Downloaded cookie_store v0.22.1
8482026-04-29T22:24:46.338Z Downloaded console v0.15.11
8492026-04-29T22:24:46.340Z Downloaded num-iter v0.1.45
8502026-04-29T22:24:46.340Z Downloaded hyper-rustls v0.27.7
8512026-04-29T22:24:46.343Z Downloaded httparse v1.10.1
8522026-04-29T22:24:46.343Z Downloaded num-conv v0.2.0
8532026-04-29T22:24:46.347Z Downloaded num-derive v0.4.2
8542026-04-29T22:24:46.347Z Downloaded num_threads v0.1.7
8552026-04-29T22:24:46.350Z Downloaded openssl-macros v0.1.1
8562026-04-29T22:24:46.350Z Downloaded libsw v3.5.0
8572026-04-29T22:24:46.350Z Downloaded opaque-debug v0.3.1
8582026-04-29T22:24:46.350Z Downloaded olpc-cjson v0.1.4
8592026-04-29T22:24:46.353Z Downloaded openssl-probe v0.2.1
8602026-04-29T22:24:46.353Z Downloaded num-derive v0.3.3
8612026-04-29T22:24:46.353Z Downloaded lru-slab v0.1.2
8622026-04-29T22:24:46.353Z Downloaded lock_api v0.4.14
8632026-04-29T22:24:46.356Z Downloaded num_enum_derive v0.5.11
8642026-04-29T22:24:46.356Z Downloaded getrandom v0.3.4
8652026-04-29T22:24:46.359Z Downloaded openssl-probe v0.1.6
8662026-04-29T22:24:46.359Z Downloaded linear-map v1.2.0
8672026-04-29T22:24:46.362Z Downloaded libsw-core v0.3.2
8682026-04-29T22:24:46.378Z Downloaded newtype-uuid v1.3.2
8692026-04-29T22:24:46.382Z Downloaded newline-converter v0.3.0
8702026-04-29T22:24:46.382Z Downloaded native-tls v0.2.18
8712026-04-29T22:24:46.382Z Downloaded nanorand v0.7.0
8722026-04-29T22:24:46.382Z Downloaded multer v3.1.0
8732026-04-29T22:24:46.385Z Downloaded mime_guess v2.0.5
8742026-04-29T22:24:46.385Z Downloaded jobserver v0.1.34
8752026-04-29T22:24:46.389Z Downloaded chacha20poly1305 v0.10.1
8762026-04-29T22:24:46.389Z Downloaded packed_struct_codegen v0.10.1
8772026-04-29T22:24:46.389Z Downloaded ingot-macros v0.1.1
8782026-04-29T22:24:46.392Z Downloaded bumpalo v3.20.2
8792026-04-29T22:24:46.392Z Downloaded libefi-sys v0.1.0
8802026-04-29T22:24:46.392Z Downloaded num v0.4.3
8812026-04-29T22:24:46.395Z Downloaded parse-size v1.1.0
8822026-04-29T22:24:46.396Z Downloaded parse-display v0.10.0
8832026-04-29T22:24:46.396Z Downloaded darling_core v0.23.0
8842026-04-29T22:24:46.398Z Downloaded arc-swap v1.8.2
8852026-04-29T22:24:46.401Z Downloaded iana-time-zone v0.1.65
8862026-04-29T22:24:46.405Z Downloaded num-complex v0.4.6
8872026-04-29T22:24:46.405Z Downloaded flume v0.11.1
8882026-04-29T22:24:46.408Z Downloaded num-rational v0.4.2
8892026-04-29T22:24:46.408Z Downloaded darling_core v0.20.11
8902026-04-29T22:24:46.411Z Downloaded phf_shared v0.11.3
8912026-04-29T22:24:46.414Z Downloaded peg-runtime v0.8.5
8922026-04-29T22:24:46.414Z Downloaded pbkdf2 v0.12.2
8932026-04-29T22:24:46.414Z Downloaded pbkdf2 v0.11.0
8942026-04-29T22:24:46.417Z Downloaded path-slash v0.1.5
8952026-04-29T22:24:46.417Z Downloaded num-integer v0.1.46
8962026-04-29T22:24:46.417Z Downloaded pin-utils v0.1.0
8972026-04-29T22:24:46.420Z Downloaded phf_shared v0.13.1
8982026-04-29T22:24:46.420Z Downloaded phf_shared v0.12.1
8992026-04-29T22:24:46.420Z Downloaded nu-ansi-term v0.50.3
9002026-04-29T22:24:46.424Z Downloaded num_enum v0.5.11
9012026-04-29T22:24:46.427Z Downloaded diesel_derives v2.3.7
9022026-04-29T22:24:46.430Z Downloaded powerfmt v0.2.0
9032026-04-29T22:24:46.430Z Downloaded backon v1.6.0
9042026-04-29T22:24:46.433Z Downloaded buf-list v1.1.2
9052026-04-29T22:24:46.433Z Downloaded cexpr v0.6.0
9062026-04-29T22:24:46.436Z Downloaded num_enum v0.7.5
9072026-04-29T22:24:46.439Z Downloaded ignore v0.4.25
9082026-04-29T22:24:46.439Z Downloaded headers-core v0.3.0
9092026-04-29T22:24:46.442Z Downloaded hash32 v0.3.1
9102026-04-29T22:24:46.445Z Downloaded owo-colors v4.3.0
9112026-04-29T22:24:46.448Z Downloaded oxide-tokio-rt v0.1.4
9122026-04-29T22:24:46.451Z Downloaded predicates-tree v1.0.13
9132026-04-29T22:24:46.451Z Downloaded proc-macro-crate v1.3.1
9142026-04-29T22:24:46.451Z Downloaded precomputed-hash v0.1.1
9152026-04-29T22:24:46.451Z Downloaded predicates-core v1.0.10
9162026-04-29T22:24:46.454Z Downloaded proc-macro-crate v3.4.0
9172026-04-29T22:24:46.454Z Downloaded async-compression v0.4.41
9182026-04-29T22:24:46.457Z Downloaded proc-macro-error-attr2 v2.0.0
9192026-04-29T22:24:46.460Z Downloaded packed_struct v0.10.1
9202026-04-29T22:24:46.463Z Downloaded headers v0.4.1
9212026-04-29T22:24:46.466Z Downloaded futures v0.3.32
9222026-04-29T22:24:46.468Z Downloaded crossbeam-channel v0.5.15
9232026-04-29T22:24:46.471Z Downloaded derive_more v2.1.1
9242026-04-29T22:24:46.477Z Downloaded progenitor-macro v0.13.0
9252026-04-29T22:24:46.480Z Downloaded progenitor-macro v0.11.2
9262026-04-29T22:24:46.480Z Downloaded crypto-bigint v0.5.5
9272026-04-29T22:24:46.483Z Downloaded progenitor-client v0.11.2
9282026-04-29T22:24:46.486Z Downloaded progenitor-client v0.10.0
9292026-04-29T22:24:46.486Z Downloaded progenitor-client v0.14.0
9302026-04-29T22:24:46.486Z Downloaded phf v0.13.1
9312026-04-29T22:24:46.486Z Downloaded peg-macros v0.8.5
9322026-04-29T22:24:46.489Z Downloaded peg v0.8.5
9332026-04-29T22:24:46.489Z Downloaded paste v1.0.15
9342026-04-29T22:24:46.492Z Downloaded pem-rfc7468 v0.7.0
9352026-04-29T22:24:46.492Z Downloaded pem v3.0.6
9362026-04-29T22:24:46.495Z Downloaded progenitor-macro v0.14.0
9372026-04-29T22:24:46.495Z Downloaded pin-project-internal v1.1.11
9382026-04-29T22:24:46.495Z Downloaded phf v0.12.1
9392026-04-29T22:24:46.499Z Downloaded num_enum_derive v0.7.5
9402026-04-29T22:24:46.499Z Downloaded litrs v1.0.0
9412026-04-29T22:24:46.503Z Downloaded progenitor-macro v0.10.0
9422026-04-29T22:24:46.503Z Downloaded password-hash v0.4.2
9432026-04-29T22:24:46.503Z Downloaded psl-types v2.0.11
9442026-04-29T22:24:46.503Z Downloaded password-hash v0.5.0
9452026-04-29T22:24:46.506Z Downloaded oxnet v0.1.4
9462026-04-29T22:24:46.506Z Downloaded parse-display-derive v0.10.0
9472026-04-29T22:24:46.506Z Downloaded libbz2-rs-sys v0.2.2
9482026-04-29T22:24:46.506Z Downloaded poly1305 v0.8.0
9492026-04-29T22:24:46.509Z Downloaded rand_chacha v0.3.1
9502026-04-29T22:24:46.509Z Downloaded indexmap v1.9.3
9512026-04-29T22:24:46.512Z Downloaded postgres-protocol v0.6.10
9522026-04-29T22:24:46.512Z Downloaded polyval v0.6.2
9532026-04-29T22:24:46.515Z Downloaded pkcs8 v0.10.2
9542026-04-29T22:24:46.515Z Downloaded memmap2 v0.9.10
9552026-04-29T22:24:46.518Z Downloaded hickory-resolver v0.24.4
9562026-04-29T22:24:46.521Z Downloaded heapless v0.8.0
9572026-04-29T22:24:46.524Z Downloaded ppv-lite86 v0.2.21
9582026-04-29T22:24:46.528Z Downloaded rand_xorshift v0.4.0
9592026-04-29T22:24:46.531Z Downloaded oso-derive v0.27.3
9602026-04-29T22:24:46.534Z Downloaded predicates v3.1.4
9612026-04-29T22:24:46.537Z Downloaded pkg-config v0.3.32
9622026-04-29T22:24:46.537Z Downloaded primeorder v0.13.6
9632026-04-29T22:24:46.540Z Downloaded derive_more-impl v2.1.1
9642026-04-29T22:24:46.543Z Downloaded parking_lot_core v0.9.12
9652026-04-29T22:24:46.543Z Downloaded progenitor v0.11.2
9662026-04-29T22:24:46.546Z Downloaded progenitor v0.14.0
9672026-04-29T22:24:46.546Z Downloaded progenitor v0.13.0
9682026-04-29T22:24:46.546Z Downloaded progenitor v0.10.0
9692026-04-29T22:24:46.549Z Downloaded proc-macro-error2 v2.0.1
9702026-04-29T22:24:46.549Z Downloaded parking_lot_core v0.8.6
9712026-04-29T22:24:46.552Z Downloaded ref-cast-impl v1.0.25
9722026-04-29T22:24:46.552Z Downloaded ref-cast v1.0.25
9732026-04-29T22:24:46.555Z Downloaded progenitor-client v0.13.0
9742026-04-29T22:24:46.555Z Downloaded recursive v0.1.1
9752026-04-29T22:24:46.558Z Downloaded parking_lot v0.12.5
9762026-04-29T22:24:46.561Z Downloaded recursive-proc-macro-impl v0.1.1
9772026-04-29T22:24:46.561Z Downloaded parking_lot v0.11.2
9782026-04-29T22:24:46.561Z Downloaded quick-error v1.2.3
9792026-04-29T22:24:46.564Z Downloaded progenitor-extras v0.2.0
9802026-04-29T22:24:46.564Z Downloaded flate2 v1.1.9
9812026-04-29T22:24:46.568Z Downloaded indicatif v0.18.4
9822026-04-29T22:24:46.568Z Downloaded heapless v0.7.17
9832026-04-29T22:24:46.570Z Downloaded rfc6979 v0.4.0
9842026-04-29T22:24:46.575Z Downloaded psm v0.1.30
9852026-04-29T22:24:46.578Z Downloaded pkcs1 v0.7.5
9862026-04-29T22:24:46.581Z Downloaded r2d2 v0.8.10
9872026-04-29T22:24:46.581Z Downloaded radium v0.7.0
9882026-04-29T22:24:46.581Z Downloaded pin-project-lite v0.2.17
9892026-04-29T22:24:46.584Z Downloaded rustc-hash v2.1.1
9902026-04-29T22:24:46.584Z Downloaded russh-cryptovec v0.7.3
9912026-04-29T22:24:46.587Z Downloaded rtoolbox v0.0.3
9922026-04-29T22:24:46.587Z Downloaded rand_core v0.10.0
9932026-04-29T22:24:46.587Z Downloaded rustc_version v0.1.7
9942026-04-29T22:24:46.587Z Downloaded oso v0.27.3
9952026-04-29T22:24:46.590Z Downloaded omicron-zone-package v0.12.2
9962026-04-29T22:24:46.593Z Downloaded rand_core v0.9.5
9972026-04-29T22:24:46.593Z Downloaded rand_core v0.6.4
9982026-04-29T22:24:46.593Z Downloaded rand_chacha v0.9.0
9992026-04-29T22:24:46.597Z Downloaded miniz_oxide v0.8.9
10002026-04-29T22:24:46.600Z Downloaded postgres-types v0.2.12
10012026-04-29T22:24:46.605Z Downloaded aes-gcm v0.10.3
10022026-04-29T22:24:46.609Z Downloaded rand_seeder v0.4.0
10032026-04-29T22:24:46.613Z Downloaded jiff-static v0.2.21
10042026-04-29T22:24:46.616Z Downloaded hashbrown v0.13.2
10052026-04-29T22:24:46.616Z Downloaded hickory-resolver v0.25.2
10062026-04-29T22:24:46.619Z Downloaded ed25519-dalek v2.2.0
10072026-04-29T22:24:46.626Z Downloaded same-file v1.0.6
10082026-04-29T22:24:46.629Z Downloaded sapling-renderdag v0.1.0
10092026-04-29T22:24:46.634Z Downloaded aes v0.8.4
10102026-04-29T22:24:46.643Z Downloaded pkcs5 v0.7.1
10112026-04-29T22:24:46.647Z Downloaded resolv-conf v0.7.6
10122026-04-29T22:24:46.650Z Downloaded scheduled-thread-pool v0.2.7
10132026-04-29T22:24:46.654Z Downloaded scroll_derive v0.13.1
10142026-04-29T22:24:46.657Z Downloaded postcard v1.1.3
10152026-04-29T22:24:46.659Z Downloaded quinn-udp v0.5.14
10162026-04-29T22:24:46.660Z Downloaded pin-project v1.1.11
10172026-04-29T22:24:46.666Z Downloaded hashbrown v0.12.3
10182026-04-29T22:24:46.669Z Downloaded serde_bytes v0.11.19
10192026-04-29T22:24:46.671Z Downloaded seq-macro v0.3.6
10202026-04-29T22:24:46.672Z Downloaded openssl-sys v0.9.111
10212026-04-29T22:24:46.682Z Downloaded bitvec v1.0.1
10222026-04-29T22:24:46.690Z Downloaded signal-hook-mio v0.2.5
10232026-04-29T22:24:46.693Z Downloaded shell-words v1.1.1
10242026-04-29T22:24:46.693Z Downloaded serde_urlencoded v0.7.1
10252026-04-29T22:24:46.693Z Downloaded serde_spanned v1.0.4
10262026-04-29T22:24:46.696Z Downloaded serde_repr v0.1.20
10272026-04-29T22:24:46.696Z Downloaded minimal-lexical v0.2.1
10282026-04-29T22:24:46.699Z Downloaded secrecy v0.8.0
10292026-04-29T22:24:46.699Z Downloaded scrypt v0.11.0
10302026-04-29T22:24:46.702Z Downloaded papergrid v0.17.0
10312026-04-29T22:24:46.705Z Downloaded rustls-pemfile v1.0.4
10322026-04-29T22:24:46.705Z Downloaded http v1.4.0
10332026-04-29T22:24:46.709Z Downloaded rustls-pemfile v2.2.0
10342026-04-29T22:24:46.709Z Downloaded schemars_derive v0.8.22
10352026-04-29T22:24:46.713Z Downloaded serde_plain v1.0.2
10362026-04-29T22:24:46.713Z Downloaded rusty-fork v0.3.1
10372026-04-29T22:24:46.713Z Downloaded sha1 v0.10.6
10382026-04-29T22:24:46.713Z Downloaded signature v2.2.0
10392026-04-29T22:24:46.713Z Downloaded crossterm v0.29.0
10402026-04-29T22:24:46.753Z Downloaded sigpipe v0.1.3
10412026-04-29T22:24:46.753Z Downloaded rustls-native-certs v0.8.3
10422026-04-29T22:24:46.753Z Downloaded signal-hook-tokio v0.3.1
10432026-04-29T22:24:46.753Z Downloaded progenitor-impl v0.11.2
10442026-04-29T22:24:46.753Z Downloaded progenitor-impl v0.10.0
10452026-04-29T22:24:46.753Z Downloaded semver v0.1.20
10462026-04-29T22:24:46.753Z Downloaded siphasher v1.0.2
10472026-04-29T22:24:46.753Z Downloaded serde-big-array v0.5.1
10482026-04-29T22:24:46.753Z Downloaded secrecy v0.10.3
10492026-04-29T22:24:46.753Z Downloaded scopeguard v1.2.0
10502026-04-29T22:24:46.753Z Downloaded progenitor-impl v0.14.0
10512026-04-29T22:24:46.753Z Downloaded slog-envlogger v2.2.0
10522026-04-29T22:24:46.753Z Downloaded salsa20 v0.10.2
10532026-04-29T22:24:46.753Z Downloaded rustc_version v0.4.1
10542026-04-29T22:24:46.753Z Downloaded p256 v0.13.2
10552026-04-29T22:24:46.753Z Downloaded sct v0.7.1
10562026-04-29T22:24:46.753Z Downloaded slog-bunyan v2.5.0
10572026-04-29T22:24:46.753Z Downloaded scroll v0.13.0
10582026-04-29T22:24:46.753Z Downloaded rustversion v1.0.22
10592026-04-29T22:24:46.753Z Downloaded crossterm v0.28.1
10602026-04-29T22:24:46.753Z Downloaded sec1 v0.7.3
10612026-04-29T22:24:46.753Z Downloaded mio v1.2.0
10622026-04-29T22:24:46.753Z Downloaded hickory-server v0.25.2
10632026-04-29T22:24:46.754Z Downloaded serde-hex v0.1.0
10642026-04-29T22:24:46.757Z Downloaded prefix-trie v0.7.0
10652026-04-29T22:24:46.761Z Downloaded serde_derive_internals v0.29.1
10662026-04-29T22:24:46.765Z Downloaded russh-keys v0.45.0
10672026-04-29T22:24:46.765Z Downloaded prettyplease v0.2.37
10682026-04-29T22:24:46.769Z Downloaded serde_path_to_error v0.1.20
10692026-04-29T22:24:46.772Z Downloaded sqlparser_derive v0.5.0
10702026-04-29T22:24:46.775Z Downloaded shlex v1.3.0
10712026-04-29T22:24:46.780Z Downloaded ssh-cipher v0.2.0
10722026-04-29T22:24:46.784Z Downloaded ssh-encoding v0.2.0
10732026-04-29T22:24:46.784Z Downloaded hyper-util v0.1.20
10742026-04-29T22:24:46.788Z Downloaded structmeta v0.3.0
10752026-04-29T22:24:46.788Z Downloaded rcgen v0.12.1
10762026-04-29T22:24:46.791Z Downloaded rustls-pki-types v1.14.0
10772026-04-29T22:24:46.794Z Downloaded slab v0.4.12
10782026-04-29T22:24:46.794Z Downloaded strum v0.27.2
10792026-04-29T22:24:46.797Z Downloaded strip-ansi-escapes v0.2.1
10802026-04-29T22:24:46.797Z Downloaded structmeta-derive v0.3.0
10812026-04-29T22:24:46.800Z Downloaded signal-hook-registry v1.4.8
10822026-04-29T22:24:46.800Z Downloaded tagptr v0.2.0
10832026-04-29T22:24:46.800Z Downloaded slog-dtrace v0.3.0
10842026-04-29T22:24:46.803Z Downloaded slog-async v2.8.0
10852026-04-29T22:24:46.803Z Downloaded simd-adler32 v0.3.8
10862026-04-29T22:24:46.803Z Downloaded tabled_derive v0.11.0
10872026-04-29T22:24:46.806Z Downloaded progenitor-impl v0.13.0
10882026-04-29T22:24:46.814Z Downloaded strum v0.26.3
10892026-04-29T22:24:46.821Z Downloaded nom v7.1.3
10902026-04-29T22:24:46.824Z Downloaded ron v0.8.1
10912026-04-29T22:24:46.827Z Downloaded slog-term v2.9.2
10922026-04-29T22:24:46.830Z Downloaded snafu-derive v0.8.9
10932026-04-29T22:24:46.830Z Downloaded subtle v2.6.1
10942026-04-29T22:24:46.833Z Downloaded spki v0.7.3
10952026-04-29T22:24:46.833Z Downloaded aws-lc-rs v1.16.0
10962026-04-29T22:24:46.837Z Downloaded tap v1.0.1
10972026-04-29T22:24:46.840Z Downloaded take_mut v0.2.2
10982026-04-29T22:24:46.840Z Downloaded sync_wrapper v1.0.2
10992026-04-29T22:24:46.840Z Downloaded sync-ptr v0.1.4
11002026-04-29T22:24:46.840Z Downloaded num-bigint v0.4.6
11012026-04-29T22:24:46.843Z Downloaded smf v0.2.3
11022026-04-29T22:24:46.847Z Downloaded slog-json v2.6.1
11032026-04-29T22:24:46.847Z Downloaded hashbrown v0.16.1
11042026-04-29T22:24:46.851Z Downloaded hashbrown v0.15.5
11052026-04-29T22:24:46.853Z Downloaded time-core v0.1.8
11062026-04-29T22:24:46.853Z Downloaded thread-id v5.1.0
11072026-04-29T22:24:46.854Z Downloaded thiserror-impl-no-std v2.0.2
11082026-04-29T22:24:46.854Z Downloaded tabwriter v1.4.1
11092026-04-29T22:24:46.857Z Downloaded qorb v0.4.1
11102026-04-29T22:24:46.860Z Downloaded tinyvec_macros v0.1.1
11112026-04-29T22:24:46.860Z Downloaded supports-color v3.0.2
11122026-04-29T22:24:46.860Z Downloaded static_assertions v1.1.0
11132026-04-29T22:24:46.860Z Downloaded aho-corasick v1.1.4
11142026-04-29T22:24:46.863Z Downloaded slog-stdlog v4.1.1
11152026-04-29T22:24:46.866Z Downloaded serde_cbor v0.11.2
11162026-04-29T22:24:46.866Z Downloaded pretty_assertions v1.4.1
11172026-04-29T22:24:46.869Z Downloaded testing_table v0.3.0
11182026-04-29T22:24:46.872Z Downloaded string_cache v0.8.9
11192026-04-29T22:24:46.873Z Downloaded serde_with_macros v3.17.0
11202026-04-29T22:24:46.875Z Downloaded itertools v0.10.5
11212026-04-29T22:24:46.878Z Downloaded publicsuffix v2.3.0
11222026-04-29T22:24:46.881Z Downloaded stringprep v0.1.5
11232026-04-29T22:24:46.881Z Downloaded tokio-macros v2.7.0
11242026-04-29T22:24:46.887Z Downloaded slog-scope v4.4.1
11252026-04-29T22:24:46.890Z Downloaded strum_macros v0.27.2
11262026-04-29T22:24:46.893Z Downloaded strum_macros v0.24.3
11272026-04-29T22:24:46.893Z Downloaded smallvec v0.6.14
11282026-04-29T22:24:46.893Z Downloaded ryu v1.0.23
11292026-04-29T22:24:46.896Z Downloaded schemars v0.8.22
11302026-04-29T22:24:46.903Z Downloaded strum_macros v0.26.4
11312026-04-29T22:24:46.906Z Downloaded support-bundle-viewer v0.1.2
11322026-04-29T22:24:46.906Z Downloaded sqlformat v0.3.5
11332026-04-29T22:24:46.909Z Downloaded itertools v0.13.0
11342026-04-29T22:24:46.911Z Downloaded libxml v0.3.3
11352026-04-29T22:24:46.914Z Downloaded rand v0.8.5
11362026-04-29T22:24:46.917Z Downloaded iri-string v0.7.10
11372026-04-29T22:24:46.920Z Downloaded time-macros v0.2.27
11382026-04-29T22:24:46.923Z Downloaded topological-sort v0.2.2
11392026-04-29T22:24:46.923Z Downloaded thread_local v1.1.9
11402026-04-29T22:24:46.926Z Downloaded spin v0.9.8
11412026-04-29T22:24:46.926Z Downloaded iddqd v0.3.18
11422026-04-29T22:24:46.929Z Downloaded tower-layer v0.3.3
11432026-04-29T22:24:46.932Z Downloaded tls_codec_derive v0.4.2
11442026-04-29T22:24:46.932Z Downloaded stacker v0.1.23
11452026-04-29T22:24:46.932Z Downloaded rayon-core v1.13.0
11462026-04-29T22:24:46.935Z Downloaded termtree v0.5.1
11472026-04-29T22:24:46.938Z Downloaded rustls-platform-verifier v0.6.2
11482026-04-29T22:24:46.938Z Downloaded tokio-native-tls v0.3.1
11492026-04-29T22:24:46.941Z Downloaded tower-service v0.3.3
11502026-04-29T22:24:46.941Z Downloaded tls_codec v0.4.2
11512026-04-29T22:24:46.941Z Downloaded signal-hook v0.3.18
11522026-04-29T22:24:46.945Z Downloaded termios v0.3.3
11532026-04-29T22:24:46.945Z Downloaded trait-variant v0.1.2
11542026-04-29T22:24:46.948Z Downloaded schemars v0.9.0
11552026-04-29T22:24:46.954Z Downloaded tiny-keccak v2.0.2
11562026-04-29T22:24:46.957Z Downloaded try-lock v0.2.5
11572026-04-29T22:24:46.957Z Downloaded tokio-rustls v0.25.0
11582026-04-29T22:24:46.960Z Downloaded thiserror-no-std v2.0.2
11592026-04-29T22:24:46.960Z Downloaded tokio-tungstenite v0.23.1
11602026-04-29T22:24:46.963Z Downloaded typify-macro v0.6.2
11612026-04-29T22:24:46.963Z Downloaded num-bigint-dig v0.8.6
11622026-04-29T22:24:46.966Z Downloaded typify-macro v0.4.3
11632026-04-29T22:24:46.966Z Downloaded tokio-dtrace v0.1.1
11642026-04-29T22:24:46.969Z Downloaded quinn v0.11.9
11652026-04-29T22:24:46.970Z Downloaded blake3 v1.8.3
11662026-04-29T22:24:46.974Z Downloaded universal-hash v0.5.1
11672026-04-29T22:24:46.977Z Downloaded term v0.7.0
11682026-04-29T22:24:46.977Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11692026-04-29T22:24:46.980Z Downloaded socket2 v0.6.3
11702026-04-29T22:24:46.980Z Downloaded tokio-tungstenite v0.21.0
11712026-04-29T22:24:46.984Z Downloaded unicode-truncate v1.1.0
11722026-04-29T22:24:46.984Z Downloaded unit-prefix v0.5.2
11732026-04-29T22:24:46.984Z Downloaded unarray v0.1.4
11742026-04-29T22:24:46.984Z Downloaded rsa v0.9.10
11752026-04-29T22:24:46.987Z Downloaded untrusted v0.9.0
11762026-04-29T22:24:46.987Z Downloaded hyper v1.8.1
11772026-04-29T22:24:46.991Z Downloaded rand v0.10.0
11782026-04-29T22:24:46.994Z Downloaded itertools v0.12.1
11792026-04-29T22:24:46.998Z Downloaded rand v0.9.2
11802026-04-29T22:24:47.001Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11812026-04-29T22:24:47.001Z Downloaded untrusted v0.7.1
11822026-04-29T22:24:47.004Z Downloaded usdt-macro v0.6.0
11832026-04-29T22:24:47.004Z Downloaded usdt-attr-macro v0.6.0
11842026-04-29T22:24:47.004Z Downloaded usdt v0.6.0
11852026-04-29T22:24:47.004Z Downloaded futures-util v0.3.32
11862026-04-29T22:24:47.010Z Downloaded utf-8 v0.7.6
11872026-04-29T22:24:47.012Z Downloaded libm v0.2.16
11882026-04-29T22:24:47.016Z Downloaded toml_writer v1.0.6+spec-1.1.0
11892026-04-29T22:24:47.019Z Downloaded tokio-rustls v0.24.1
11902026-04-29T22:24:47.019Z Downloaded term v1.2.1
11912026-04-29T22:24:47.022Z Downloaded itertools v0.14.0
11922026-04-29T22:24:47.025Z Downloaded want v0.3.1
11932026-04-29T22:24:47.025Z Downloaded wait-timeout v0.2.1
11942026-04-29T22:24:47.028Z Downloaded h2 v0.4.13
11952026-04-29T22:24:47.031Z Downloaded slog v2.8.2
11962026-04-29T22:24:47.034Z Downloaded void v1.0.2
11972026-04-29T22:24:47.034Z Downloaded socket2 v0.5.10
11982026-04-29T22:24:47.035Z Downloaded waitgroup v0.1.2
11992026-04-29T22:24:47.035Z Downloaded samael v0.0.19
12002026-04-29T22:24:47.038Z Downloaded unicase v2.9.0
12012026-04-29T22:24:47.041Z Downloaded similar v2.7.0
12022026-04-29T22:24:47.044Z Downloaded xattr v1.6.1
12032026-04-29T22:24:47.044Z Downloaded tokio-rustls v0.26.4
12042026-04-29T22:24:47.047Z Downloaded tui-tree-widget v0.23.1
12052026-04-29T22:24:47.054Z Downloaded xshell-macros v0.2.7
12062026-04-29T22:24:47.057Z Downloaded tokio-stream v0.1.18
12072026-04-29T22:24:47.060Z Downloaded rustls-webpki v0.103.9
12082026-04-29T22:24:47.068Z Downloaded serde_yaml v0.9.34+deprecated
12092026-04-29T22:24:47.071Z Downloaded toml_parser v1.0.9+spec-1.1.0
12102026-04-29T22:24:47.071Z Downloaded usdt-impl v0.6.0
12112026-04-29T22:24:47.071Z Downloaded tinyvec v1.10.0
12122026-04-29T22:24:47.074Z Downloaded vergen-git2 v1.0.7
12132026-04-29T22:24:47.074Z Downloaded p521 v0.13.3
12142026-04-29T22:24:47.077Z Downloaded snafu v0.8.9
12152026-04-29T22:24:47.081Z Downloaded zeroize_derive v1.4.3
12162026-04-29T22:24:47.081Z Downloaded uzers v0.12.2
12172026-04-29T22:24:47.084Z Downloaded zone_cfg_derive v0.3.1
12182026-04-29T22:24:47.087Z Downloaded tracing-attributes v0.1.31
12192026-04-29T22:24:47.091Z Downloaded vergen-gitcl v1.0.8
12202026-04-29T22:24:47.094Z Downloaded zone v0.3.1
12212026-04-29T22:24:47.097Z Downloaded vergen-lib v0.1.6
12222026-04-29T22:24:47.100Z Downloaded vsss-rs v3.3.4
12232026-04-29T22:24:47.104Z Downloaded test-strategy v0.4.5
12242026-04-29T22:24:47.107Z Downloaded schemars v1.2.1
12252026-04-29T22:24:47.112Z Downloaded twox-hash v2.1.2
12262026-04-29T22:24:47.115Z Downloaded subprocess v0.2.15
12272026-04-29T22:24:47.118Z Downloaded whoami v1.6.1
12282026-04-29T22:24:47.118Z Downloaded toml v0.9.12+spec-1.1.0
12292026-04-29T22:24:47.121Z Downloaded xshell v0.2.7
12302026-04-29T22:24:47.121Z Downloaded toml v0.7.8
12312026-04-29T22:24:47.124Z Downloaded wyz v0.5.1
12322026-04-29T22:24:47.130Z Downloaded toml v1.0.6+spec-1.1.0
12332026-04-29T22:24:47.133Z Downloaded unicode-properties v0.1.4
12342026-04-29T22:24:47.138Z Downloaded chrono v0.4.44
12352026-04-29T22:24:47.142Z Downloaded vergen v9.0.6
12362026-04-29T22:24:47.145Z Downloaded tar v0.4.45
12372026-04-29T22:24:47.150Z Downloaded zeroize v1.8.2
12382026-04-29T22:24:47.160Z Downloaded tungstenite v0.21.0
12392026-04-29T22:24:47.163Z Downloaded tracing-core v0.1.36
12402026-04-29T22:24:47.168Z Downloaded zstd-safe v7.2.4
12412026-04-29T22:24:47.172Z Downloaded rpassword v7.4.0
12422026-04-29T22:24:47.172Z Downloaded zstd v0.13.3
12432026-04-29T22:24:47.174Z Downloaded walkdir v2.5.0
12442026-04-29T22:24:47.177Z Downloaded tungstenite v0.23.0
12452026-04-29T22:24:47.177Z Downloaded whoami v2.1.0
12462026-04-29T22:24:47.180Z Downloaded russh v0.45.0
12472026-04-29T22:24:47.183Z Downloaded typify v0.6.2
12482026-04-29T22:24:47.186Z Downloaded typify v0.4.3
12492026-04-29T22:24:47.186Z Downloaded rustyline v14.0.0
12502026-04-29T22:24:47.201Z Downloaded unsafe-libyaml v0.2.11
12512026-04-29T22:24:47.204Z Downloaded yasna v0.5.2
12522026-04-29T22:24:47.207Z Downloaded toml_edit v0.23.10+spec-1.0.0
12532026-04-29T22:24:47.211Z Downloaded zerocopy v0.6.6
12542026-04-29T22:24:47.219Z Downloaded steno v0.4.1
12552026-04-29T22:24:47.222Z Downloaded vte v0.14.1
12562026-04-29T22:24:47.231Z Downloaded bindgen v0.71.1
12572026-04-29T22:24:47.239Z Downloaded hkdf v0.12.4
12582026-04-29T22:24:47.242Z Downloaded unicode-bidi v0.3.18
12592026-04-29T22:24:47.245Z Downloaded toml_edit v0.19.15
12602026-04-29T22:24:47.274Z Downloaded ssh-key v0.6.7
12612026-04-29T22:24:47.278Z Downloaded reedline v0.40.0
12622026-04-29T22:24:47.282Z Downloaded reqwest v0.13.2
12632026-04-29T22:24:47.286Z Downloaded zopfli v0.8.3
12642026-04-29T22:24:47.289Z Downloaded tokio-postgres v0.7.16
12652026-04-29T22:24:47.293Z Downloaded regex v1.12.3
12662026-04-29T22:24:47.303Z Downloaded uuid v1.23.0
12672026-04-29T22:24:47.306Z Downloaded unicode_categories v0.1.1
12682026-04-29T22:24:47.312Z Downloaded zip v0.6.6
12692026-04-29T22:24:47.315Z Downloaded p384 v0.13.1
12702026-04-29T22:24:47.318Z Downloaded git2 v0.20.4
12712026-04-29T22:24:47.322Z Downloaded reqwest v0.12.28
12722026-04-29T22:24:47.335Z Downloaded goblin v0.10.5
12732026-04-29T22:24:47.339Z Downloaded yansi v1.0.1
12742026-04-29T22:24:47.350Z Downloaded zerocopy-derive v0.8.40
12752026-04-29T22:24:47.356Z Downloaded tower v0.5.3
12762026-04-29T22:24:47.361Z Downloaded rustls-webpki v0.101.7
12772026-04-29T22:24:47.369Z Downloaded x509-cert v0.2.5
12782026-04-29T22:24:47.372Z Downloaded lalrpop v0.19.12
12792026-04-29T22:24:47.378Z Downloaded typed-path v0.9.3
12802026-04-29T22:24:47.381Z Downloaded portable-atomic v1.13.1
12812026-04-29T22:24:47.385Z Downloaded unicode-segmentation v1.12.0
12822026-04-29T22:24:47.388Z Downloaded moka v0.12.13
12832026-04-29T22:24:47.392Z Downloaded salty v0.3.0
12842026-04-29T22:24:47.396Z Downloaded rayon v1.11.0
12852026-04-29T22:24:47.400Z Downloaded proptest v1.10.0
12862026-04-29T22:24:47.413Z Downloaded tokio-util v0.7.18
12872026-04-29T22:24:47.417Z Downloaded unicode-normalization v0.1.25
12882026-04-29T22:24:47.420Z Downloaded petname v2.0.2
12892026-04-29T22:24:47.423Z Downloaded object v0.30.4
12902026-04-29T22:24:47.427Z Downloaded quick-xml v0.37.5
12912026-04-29T22:24:47.434Z Downloaded tough v0.20.0
12922026-04-29T22:24:47.439Z Downloaded tower-http v0.6.8
12932026-04-29T22:24:47.447Z Downloaded zip v4.6.1
12942026-04-29T22:24:47.452Z Downloaded rustls-webpki v0.102.8
12952026-04-29T22:24:47.467Z Downloaded bstr v1.12.1
12962026-04-29T22:24:47.481Z Downloaded serde_with v3.17.0
12972026-04-29T22:24:47.488Z Downloaded curve25519-dalek v4.1.3
12982026-04-29T22:24:47.494Z Downloaded quinn-proto v0.11.13
12992026-04-29T22:24:47.497Z Downloaded polar-core v0.27.3
13002026-04-29T22:24:47.501Z Downloaded openssl v0.10.75
13012026-04-29T22:24:47.507Z Downloaded nix v0.27.1
13022026-04-29T22:24:47.523Z Downloaded radix_trie v0.2.1
13032026-04-29T22:24:47.536Z Downloaded winnow v0.6.26
13042026-04-29T22:24:47.542Z Downloaded dropshot v0.17.0
13052026-04-29T22:24:47.556Z Downloaded winnow v0.5.40
13062026-04-29T22:24:47.561Z Downloaded nix v0.29.0
13072026-04-29T22:24:47.566Z Downloaded nix v0.28.0
13082026-04-29T22:24:47.572Z Downloaded object v0.37.3
13092026-04-29T22:24:47.586Z Downloaded nix v0.31.2
13102026-04-29T22:24:47.595Z Downloaded dropshot v0.16.7
13112026-04-29T22:24:47.606Z Downloaded tabled v0.20.0
13122026-04-29T22:24:47.616Z Downloaded vcpkg v0.2.15
13132026-04-29T22:24:47.638Z Downloaded smoltcp v0.9.1
13142026-04-29T22:24:47.643Z Downloaded regress v0.11.1
13152026-04-29T22:24:47.648Z Downloaded rustls v0.21.12
13162026-04-29T22:24:47.654Z Downloaded zlib-rs v0.6.2
13172026-04-29T22:24:47.657Z Downloaded hickory-proto v0.24.4
13182026-04-29T22:24:47.665Z Downloaded rustix v0.38.44
13192026-04-29T22:24:47.677Z Downloaded zerocopy v0.8.40
13202026-04-29T22:24:47.682Z Downloaded regex-syntax v0.6.29
13212026-04-29T22:24:47.686Z Downloaded time v0.3.47
13222026-04-29T22:24:47.693Z Downloaded rustls v0.22.4
13232026-04-29T22:24:47.700Z Downloaded webpki-roots v1.0.6
13242026-04-29T22:24:47.707Z Downloaded openapiv3 v2.2.0
13252026-04-29T22:24:47.722Z Downloaded rustls v0.23.37
13262026-04-29T22:24:47.729Z Downloaded diesel v2.3.7
13272026-04-29T22:24:47.740Z Downloaded smoltcp v0.11.0
13282026-04-29T22:24:47.748Z Downloaded sqlparser v0.61.0
13292026-04-29T22:24:47.754Z Downloaded hickory-proto v0.25.2
13302026-04-29T22:24:47.762Z Downloaded regex-syntax v0.8.10
13312026-04-29T22:24:47.767Z Downloaded regress v0.10.5
13322026-04-29T22:24:47.797Z Downloaded typify-impl v0.6.2
13332026-04-29T22:24:47.805Z Downloaded typify-impl v0.4.3
13342026-04-29T22:24:47.813Z Downloaded tracing v0.1.44
13352026-04-29T22:24:47.832Z Downloaded ratatui v0.29.0
13362026-04-29T22:24:47.848Z Downloaded bzip2-sys v0.1.13+1.0.8
13372026-04-29T22:24:47.878Z Downloaded chrono-tz v0.10.4
13382026-04-29T22:24:47.890Z Downloaded sled v0.34.7
13392026-04-29T22:24:47.909Z Downloaded petgraph v0.8.3
13402026-04-29T22:24:47.922Z Downloaded libz-sys v1.1.24
13412026-04-29T22:24:47.934Z Downloaded zerocopy-derive v0.6.6
13422026-04-29T22:24:47.949Z Downloaded regex-automata v0.4.14
13432026-04-29T22:24:47.973Z Downloaded petgraph v0.6.5
13442026-04-29T22:24:47.983Z Downloaded jiff v0.2.21
13452026-04-29T22:24:48.024Z Downloaded ring v0.17.14
13462026-04-29T22:24:48.049Z Downloaded csv v1.4.0
13472026-04-29T22:24:48.083Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13482026-04-29T22:24:48.092Z Downloaded sha3 v0.10.8
13492026-04-29T22:24:48.106Z Downloaded tokio v1.52.1
13502026-04-29T22:24:48.160Z Downloaded encoding_rs v0.8.35
13512026-04-29T22:24:48.192Z Downloaded libgit2-sys v0.18.3+1.9.2
13522026-04-29T22:24:48.707Z Downloaded aws-lc-sys v0.37.1
13532026-04-29T22:24:48.948Z Compiling libc v0.2.185
13542026-04-29T22:24:48.948Z Compiling serde v1.0.228
13552026-04-29T22:24:48.952Z Compiling find-msvc-tools v0.1.9
13562026-04-29T22:24:48.952Z Compiling shlex v1.3.0
13572026-04-29T22:24:49.114Z Compiling log v0.4.29
13582026-04-29T22:24:49.114Z Compiling smallvec v1.15.1
13592026-04-29T22:24:49.124Z Compiling syn v2.0.117
13602026-04-29T22:24:49.134Z Compiling typenum v1.19.0
13612026-04-29T22:24:49.279Z Compiling generic-array v0.14.7
13622026-04-29T22:24:49.320Z Compiling subtle v2.6.1
13632026-04-29T22:24:49.336Z Compiling scopeguard v1.2.0
13642026-04-29T22:24:49.377Z Compiling const-oid v0.9.6
13652026-04-29T22:24:49.414Z Compiling portable-atomic v1.13.1
13662026-04-29T22:24:49.450Z Compiling lock_api v0.4.14
13672026-04-29T22:24:49.496Z Compiling zerocopy v0.8.40
13682026-04-29T22:24:49.524Z Compiling serde_json v1.0.149
13692026-04-29T22:24:49.677Z Compiling critical-section v1.2.0
13702026-04-29T22:24:49.734Z Compiling parking_lot_core v0.9.12
13712026-04-29T22:24:49.787Z Compiling pin-project-lite v0.2.17
13722026-04-29T22:24:49.936Z Compiling getrandom v0.2.17
13732026-04-29T22:24:49.962Z Compiling jobserver v0.1.34
13742026-04-29T22:24:49.976Z Compiling errno v0.3.14
13752026-04-29T22:24:50.124Z Compiling rand_core v0.6.4
13762026-04-29T22:24:50.140Z Compiling pkg-config v0.3.32
13772026-04-29T22:24:50.182Z Compiling cc v1.2.56
13782026-04-29T22:24:50.371Z Compiling signal-hook-registry v1.4.8
13792026-04-29T22:24:50.462Z Compiling once_cell v1.21.3
13802026-04-29T22:24:50.490Z Compiling bitflags v2.11.0
13812026-04-29T22:24:50.538Z Compiling libm v0.2.16
13822026-04-29T22:24:50.656Z Compiling parking_lot v0.12.5
13832026-04-29T22:24:50.677Z Compiling mio v1.2.0
13842026-04-29T22:24:50.716Z Compiling num-traits v0.2.19
13852026-04-29T22:24:50.730Z Compiling futures-core v0.3.32
13862026-04-29T22:24:50.890Z Compiling percent-encoding v2.3.2
13872026-04-29T22:24:51.030Z Compiling socket2 v0.6.3
13882026-04-29T22:24:51.062Z Compiling cpufeatures v0.2.17
13892026-04-29T22:24:51.074Z Compiling futures-sink v0.3.32
13902026-04-29T22:24:51.088Z Compiling getrandom v0.4.1
13912026-04-29T22:24:51.137Z Compiling slab v0.4.12
13922026-04-29T22:24:51.154Z Compiling futures-channel v0.3.32
13932026-04-29T22:24:51.177Z Compiling futures-task v0.3.32
13942026-04-29T22:24:51.312Z Compiling futures-io v0.3.32
13952026-04-29T22:24:51.345Z Compiling rand_core v0.10.0
13962026-04-29T22:24:51.375Z Compiling rustversion v1.0.22
13972026-04-29T22:24:51.423Z Compiling getrandom v0.3.4
13982026-04-29T22:24:51.440Z Compiling indexmap v2.14.0
13992026-04-29T22:24:51.459Z Compiling form_urlencoded v1.2.2
14002026-04-29T22:24:51.720Z Compiling cmake v0.1.57
14012026-04-29T22:24:51.735Z Compiling dunce v1.0.5
14022026-04-29T22:24:51.832Z Compiling ident_case v1.0.1
14032026-04-29T22:24:51.952Z Compiling synstructure v0.13.2
14042026-04-29T22:24:51.967Z Compiling base64ct v1.8.3
14052026-04-29T22:24:52.078Z Compiling fs_extra v1.3.0
14062026-04-29T22:24:52.107Z Compiling flagset v0.4.7
14072026-04-29T22:24:52.238Z Compiling pem-rfc7468 v0.7.0
14082026-04-29T22:24:52.252Z Compiling iana-time-zone v0.1.65
14092026-04-29T22:24:52.269Z Compiling rand_core v0.9.5
14102026-04-29T22:24:52.322Z Compiling rustix v1.1.3
14112026-04-29T22:24:52.340Z Compiling aws-lc-sys v0.37.1
14122026-04-29T22:24:52.356Z Compiling ring v0.17.14
14132026-04-29T22:24:52.448Z Compiling uuid v1.23.0
14142026-04-29T22:24:52.533Z Compiling rustc_version v0.4.1
14152026-04-29T22:24:52.536Z Compiling aws-lc-rs v1.16.0
14162026-04-29T22:24:52.561Z Compiling vcpkg v0.2.15
14172026-04-29T22:24:52.899Z Compiling regex-syntax v0.8.10
14182026-04-29T22:24:52.902Z Compiling tracing-core v0.1.36
14192026-04-29T22:24:53.193Z Compiling pest_generator v2.8.6
14202026-04-29T22:24:53.343Z Compiling openssl-sys v0.9.111
14212026-04-29T22:24:53.468Z Compiling serde_derive_internals v0.29.1
14222026-04-29T22:24:53.658Z Compiling serde_derive v1.0.228
14232026-04-29T22:24:53.870Z Compiling zeroize_derive v1.4.3
14242026-04-29T22:24:53.905Z Compiling zerofrom-derive v0.1.6
14252026-04-29T22:24:54.124Z Compiling yoke-derive v0.8.1
14262026-04-29T22:24:54.385Z Compiling zerocopy-derive v0.8.40
14272026-04-29T22:24:54.515Z Compiling zeroize v1.8.2
14282026-04-29T22:24:55.234Z Compiling crypto-common v0.1.7
14292026-04-29T22:24:55.271Z Compiling block-buffer v0.10.4
14302026-04-29T22:24:55.285Z Compiling zerovec-derive v0.11.2
14312026-04-29T22:24:55.312Z Compiling zerofrom v0.1.6
14322026-04-29T22:24:55.379Z Compiling displaydoc v0.2.5
14332026-04-29T22:24:55.433Z Compiling yoke v0.8.1
14342026-04-29T22:24:55.433Z Compiling digest v0.10.7
14352026-04-29T22:24:55.622Z Compiling tokio-macros v2.7.0
14362026-04-29T22:24:55.690Z Compiling hmac v0.12.1
14372026-04-29T22:24:55.844Z Compiling futures-macro v0.3.32
14382026-04-29T22:24:56.100Z Compiling zerotrie v0.2.3
14392026-04-29T22:24:56.315Z Compiling block-padding v0.3.3
14402026-04-29T22:24:56.356Z Compiling zerovec v0.11.5
14412026-04-29T22:24:56.394Z Compiling sha2 v0.10.9
14422026-04-29T22:24:56.885Z Compiling inout v0.1.4
14432026-04-29T22:24:56.888Z Compiling futures-util v0.3.32
14442026-04-29T22:24:56.889Z Compiling cipher v0.4.4
14452026-04-29T22:24:56.889Z Compiling tinystr v0.8.2
14462026-04-29T22:24:56.892Z Compiling potential_utf v0.1.4
14472026-04-29T22:24:57.025Z Compiling bytes v1.11.1
14482026-04-29T22:24:57.052Z Compiling icu_locale_core v2.1.1
14492026-04-29T22:24:57.056Z Compiling icu_collections v2.1.1
14502026-04-29T22:24:57.072Z Compiling der_derive v0.7.3
14512026-04-29T22:24:57.530Z Compiling tokio v1.52.1
14522026-04-29T22:24:57.605Z Compiling http v1.4.0
14532026-04-29T22:24:57.753Z Compiling icu_provider v2.1.1
14542026-04-29T22:24:57.972Z Compiling chrono v0.4.44
14552026-04-29T22:24:58.030Z Compiling icu_properties v2.1.2
14562026-04-29T22:24:58.074Z Compiling icu_normalizer v2.1.1
14572026-04-29T22:24:58.576Z Compiling der v0.7.10
14582026-04-29T22:24:58.612Z Compiling ppv-lite86 v0.2.21
14592026-04-29T22:24:58.772Z Compiling salsa20 v0.10.2
14602026-04-29T22:24:58.911Z Compiling idna_adapter v1.2.1
14612026-04-29T22:24:58.931Z Compiling pbkdf2 v0.12.2
14622026-04-29T22:24:58.931Z Compiling thiserror-impl v2.0.18
14632026-04-29T22:24:59.051Z Compiling idna v1.1.0
14642026-04-29T22:24:59.051Z Compiling scrypt v0.11.0
14652026-04-29T22:24:59.115Z Compiling rand_chacha v0.9.0
14662026-04-29T22:24:59.309Z Compiling cbc v0.1.2
14672026-04-29T22:24:59.353Z Compiling url v2.5.8
14682026-04-29T22:24:59.458Z Compiling spki v0.7.3
14692026-04-29T22:24:59.661Z Compiling aes v0.8.4
14702026-04-29T22:24:59.697Z Compiling rustls-pki-types v1.14.0
14712026-04-29T22:24:59.754Z Compiling tracing-attributes v0.1.31
14722026-04-29T22:24:59.799Z Compiling rand v0.9.2
14732026-04-29T22:25:00.120Z Compiling pkcs5 v0.7.1
14742026-04-29T22:25:00.134Z Compiling http-body v1.0.1
14752026-04-29T22:25:00.233Z Compiling thiserror v2.0.18
14762026-04-29T22:25:00.340Z Compiling schemars v0.8.22
14772026-04-29T22:25:00.360Z Compiling untrusted v0.7.1
14782026-04-29T22:25:00.477Z Compiling untrusted v0.9.0
14792026-04-29T22:25:00.536Z Compiling openssl-probe v0.2.1
14802026-04-29T22:25:00.566Z Compiling base64 v0.22.1
14812026-04-29T22:25:00.581Z Compiling httparse v1.10.1
14822026-04-29T22:25:00.707Z Compiling pkcs8 v0.10.2
14832026-04-29T22:25:00.725Z Compiling schemars_derive v0.8.22
14842026-04-29T22:25:00.873Z Compiling pest_derive v2.8.6
14852026-04-29T22:25:00.955Z Compiling scroll_derive v0.13.1
14862026-04-29T22:25:01.007Z Compiling darling_core v0.20.11
14872026-04-29T22:25:01.027Z Compiling tracing v0.1.44
14882026-04-29T22:25:01.289Z Compiling tokio-util v0.7.18
14892026-04-29T22:25:01.289Z Compiling tower-layer v0.3.3
14902026-04-29T22:25:01.480Z Compiling tinyvec_macros v0.1.1
14912026-04-29T22:25:01.541Z Compiling try-lock v0.2.5
14922026-04-29T22:25:01.649Z Compiling rustls v0.23.37
14932026-04-29T22:25:01.735Z Compiling dyn-clone v1.0.20
14942026-04-29T22:25:01.825Z Compiling tower-service v0.3.3
14952026-04-29T22:25:01.875Z Compiling atomic-waker v1.1.2
14962026-04-29T22:25:01.918Z Compiling scroll v0.13.0
14972026-04-29T22:25:01.995Z Compiling h2 v0.4.13
14982026-04-29T22:25:02.187Z Compiling want v0.3.1
14992026-04-29T22:25:02.311Z Compiling tinyvec v1.10.0
15002026-04-29T22:25:02.366Z Compiling ipnet v2.11.0
15012026-04-29T22:25:02.641Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15022026-04-29T22:25:02.658Z Compiling spin v0.9.8
15032026-04-29T22:25:02.911Z Compiling aho-corasick v1.1.4
15042026-04-29T22:25:02.924Z Compiling crc32fast v1.5.0
15052026-04-29T22:25:03.075Z Compiling pin-utils v0.1.0
15062026-04-29T22:25:03.151Z Compiling time-core v0.1.8
15072026-04-29T22:25:03.167Z Compiling openssl v0.10.75
15082026-04-29T22:25:03.189Z Compiling powerfmt v0.2.0
15092026-04-29T22:25:03.236Z Compiling darling_macro v0.20.11
15102026-04-29T22:25:03.256Z Compiling num-conv v0.2.0
15112026-04-29T22:25:03.295Z Compiling foreign-types-shared v0.1.1
15122026-04-29T22:25:03.381Z Compiling httpdate v1.0.3
15132026-04-29T22:25:03.381Z Compiling time-macros v0.2.27
15142026-04-29T22:25:03.406Z Compiling foreign-types v0.3.2
15152026-04-29T22:25:03.440Z Compiling deranged v0.5.8
15162026-04-29T22:25:03.602Z Compiling tempfile v3.25.0
15172026-04-29T22:25:03.690Z Compiling darling v0.20.11
15182026-04-29T22:25:03.774Z Compiling regex-automata v0.4.14
15192026-04-29T22:25:03.968Z Compiling goblin v0.10.5
15202026-04-29T22:25:04.449Z Compiling openssl-macros v0.1.1
15212026-04-29T22:25:04.593Z Compiling wait-timeout v0.2.1
15222026-04-29T22:25:04.838Z Compiling num_threads v0.1.7
15232026-04-29T22:25:04.859Z Compiling quick-error v1.2.3
15242026-04-29T22:25:04.915Z Compiling simd-adler32 v0.3.8
15252026-04-29T22:25:04.929Z Compiling usdt-impl v0.6.0
15262026-04-29T22:25:04.959Z Compiling hyper v1.8.1
15272026-04-29T22:25:05.145Z Compiling syn v1.0.109
15282026-04-29T22:25:05.158Z Compiling bit-vec v0.8.0
15292026-04-29T22:25:05.384Z Compiling siphasher v1.0.2
15302026-04-29T22:25:05.427Z Compiling crossbeam-utils v0.8.21
15312026-04-29T22:25:05.570Z Compiling native-tls v0.2.18
15322026-04-29T22:25:05.785Z Compiling bit-set v0.8.0
15332026-04-29T22:25:05.822Z Compiling rusty-fork v0.3.1
15342026-04-29T22:25:05.946Z Compiling time v0.3.47
15352026-04-29T22:25:06.125Z Compiling hyper-util v0.1.20
15362026-04-29T22:25:06.511Z Compiling derive_builder_core v0.20.2
15372026-04-29T22:25:07.367Z Compiling dof v0.4.0
15382026-04-29T22:25:07.679Z Compiling unicode-normalization v0.1.25
15392026-04-29T22:25:07.795Z Compiling dtrace-parser v0.3.0
15402026-04-29T22:25:07.811Z Compiling rustls-native-certs v0.8.3
15412026-04-29T22:25:08.144Z Compiling signature v2.2.0
15422026-04-29T22:25:08.159Z Compiling scroll_derive v0.12.1
15432026-04-29T22:25:08.173Z Compiling thiserror-impl v1.0.69
15442026-04-29T22:25:08.317Z Compiling heapless v0.7.17
15452026-04-29T22:25:08.557Z Compiling rand_xorshift v0.4.0
15462026-04-29T22:25:08.571Z Compiling slog v2.8.2
15472026-04-29T22:25:08.584Z Compiling darling_core v0.21.3
15482026-04-29T22:25:08.719Z Compiling bzip2-sys v0.1.13+1.0.8
15492026-04-29T22:25:08.751Z Compiling sync_wrapper v1.0.2
15502026-04-29T22:25:08.808Z Compiling thread-id v5.1.0
15512026-04-29T22:25:08.812Z Compiling cookie v0.18.1
15522026-04-29T22:25:08.856Z Compiling zstd-safe v7.2.4
15532026-04-29T22:25:08.895Z Compiling unicode-bidi v0.3.18
15542026-04-29T22:25:08.987Z Compiling paste v1.0.15
15552026-04-29T22:25:09.001Z Compiling signal-hook v0.3.18
15562026-04-29T22:25:09.048Z Compiling unicode-properties v0.1.4
15572026-04-29T22:25:09.166Z Compiling unarray v0.1.4
15582026-04-29T22:25:09.249Z Compiling allocator-api2 v0.2.21
15592026-04-29T22:25:09.263Z Compiling anyhow v1.0.102
15602026-04-29T22:25:09.276Z Compiling adler2 v2.0.1
15612026-04-29T22:25:09.404Z Compiling miniz_oxide v0.8.9
15622026-04-29T22:25:09.419Z Compiling proptest v1.10.0
15632026-04-29T22:25:09.437Z Compiling thiserror v1.0.69
15642026-04-29T22:25:09.576Z Compiling stringprep v0.1.5
15652026-04-29T22:25:09.946Z Compiling tower v0.5.3
15662026-04-29T22:25:09.997Z Compiling scroll v0.12.0
15672026-04-29T22:25:10.255Z Compiling derive_builder_macro v0.20.2
15682026-04-29T22:25:10.403Z Compiling ipnetwork v0.21.1
15692026-04-29T22:25:10.418Z Compiling http-body-util v0.1.3
15702026-04-29T22:25:10.657Z Compiling webpki-roots v1.0.6
15712026-04-29T22:25:10.699Z Compiling rand_chacha v0.3.1
15722026-04-29T22:25:10.776Z Compiling serde_spanned v0.6.9
15732026-04-29T22:25:10.791Z Compiling serde_tokenstream v0.2.3
15742026-04-29T22:25:10.866Z Compiling toml_datetime v0.6.11
15752026-04-29T22:25:10.923Z Compiling erased-serde v0.3.31
15762026-04-29T22:25:11.053Z Compiling darling_macro v0.21.3
15772026-04-29T22:25:11.096Z Compiling md-5 v0.10.6
15782026-04-29T22:25:11.124Z Compiling zerocopy-derive v0.7.35
15792026-04-29T22:25:11.261Z Compiling curve25519-dalek v4.1.3
15802026-04-29T22:25:11.413Z Compiling vergen-lib v0.1.6
15812026-04-29T22:25:11.496Z Compiling num-integer v0.1.46
15822026-04-29T22:25:11.522Z Compiling hash32 v0.2.1
15832026-04-29T22:25:11.590Z Compiling ff v0.13.1
15842026-04-29T22:25:11.605Z Compiling memoffset v0.9.1
15852026-04-29T22:25:11.716Z Compiling fallible-iterator v0.2.0
15862026-04-29T22:25:11.727Z Compiling iri-string v0.7.10
15872026-04-29T22:25:11.790Z Compiling base16ct v0.2.0
15882026-04-29T22:25:11.812Z Compiling num-bigint-dig v0.8.6
15892026-04-29T22:25:11.970Z Compiling zlib-rs v0.6.2
15902026-04-29T22:25:11.987Z Compiling litrs v1.0.0
15912026-04-29T22:25:12.003Z Compiling smoltcp v0.9.1
15922026-04-29T22:25:12.016Z Compiling rustix v0.38.44
15932026-04-29T22:25:12.334Z Compiling ryu v1.0.23
15942026-04-29T22:25:12.357Z Compiling psl-types v2.0.11
15952026-04-29T22:25:12.481Z Compiling ref-cast v1.0.25
15962026-04-29T22:25:12.485Z Compiling cfg_aliases v0.2.1
15972026-04-29T22:25:12.513Z Compiling document-features v0.2.12
15982026-04-29T22:25:12.569Z Compiling nix v0.31.2
15992026-04-29T22:25:12.848Z Compiling tower-http v0.6.8
16002026-04-29T22:25:13.005Z Compiling publicsuffix v2.3.0
16012026-04-29T22:25:13.140Z Compiling serde_urlencoded v0.7.1
16022026-04-29T22:25:13.286Z Compiling postgres-protocol v0.6.10
16032026-04-29T22:25:13.299Z Compiling zerocopy v0.7.35
16042026-04-29T22:25:13.312Z Compiling sec1 v0.7.3
16052026-04-29T22:25:13.489Z Compiling num-iter v0.1.45
16062026-04-29T22:25:13.583Z Compiling group v0.13.0
16072026-04-29T22:25:13.768Z Compiling newtype-uuid v1.3.2
16082026-04-29T22:25:13.860Z Compiling darling v0.21.3
16092026-04-29T22:25:13.945Z Compiling rand v0.8.5
16102026-04-29T22:25:14.076Z Compiling derive_builder v0.20.2
16112026-04-29T22:25:14.099Z Compiling oxnet v0.1.4
16122026-04-29T22:25:14.136Z Compiling hubpack_derive v0.1.1
16132026-04-29T22:25:14.301Z Compiling tokio-native-tls v0.3.1
16142026-04-29T22:25:14.316Z Compiling goblin v0.8.2
16152026-04-29T22:25:14.827Z Compiling flate2 v1.1.9
16162026-04-29T22:25:14.970Z Compiling regex v1.12.3
16172026-04-29T22:25:15.107Z Compiling phf_shared v0.13.1
16182026-04-29T22:25:15.184Z Compiling lazy_static v1.5.0
16192026-04-29T22:25:15.228Z Compiling cargo-platform v0.1.9
16202026-04-29T22:25:15.278Z Compiling hkdf v0.12.4
16212026-04-29T22:25:15.298Z Compiling crypto-bigint v0.5.5
16222026-04-29T22:25:15.343Z Compiling terminal_size v0.4.3
16232026-04-29T22:25:15.399Z Compiling curve25519-dalek-derive v0.1.1
16242026-04-29T22:25:15.438Z Compiling daft-derive v0.1.5
16252026-04-29T22:25:15.478Z Compiling ref-cast-impl v1.0.25
16262026-04-29T22:25:15.481Z Compiling async-trait v0.1.89
16272026-04-29T22:25:16.006Z Compiling strum_macros v0.27.2
16282026-04-29T22:25:16.035Z Compiling vergen v9.0.6
16292026-04-29T22:25:16.134Z Compiling fs-err v3.3.0
16302026-04-29T22:25:16.217Z Compiling ahash v0.8.12
16312026-04-29T22:25:16.323Z Compiling managed v0.8.0
16322026-04-29T22:25:16.419Z Compiling winnow v0.5.40
16332026-04-29T22:25:16.490Z Compiling unicode-segmentation v1.12.0
16342026-04-29T22:25:16.535Z Compiling libbz2-rs-sys v0.2.2
16352026-04-29T22:25:16.880Z Compiling bitflags v1.3.2
16362026-04-29T22:25:16.961Z Compiling object v0.37.3
16372026-04-29T22:25:17.215Z Compiling foldhash v0.1.5
16382026-04-29T22:25:17.229Z Compiling bumpalo v3.20.2
16392026-04-29T22:25:17.380Z Compiling foldhash v0.2.0
16402026-04-29T22:25:17.458Z Compiling hashbrown v0.15.5
16412026-04-29T22:25:17.484Z Compiling zopfli v0.8.3
16422026-04-29T22:25:17.606Z Compiling hashbrown v0.16.1
16432026-04-29T22:25:17.752Z Compiling toml_edit v0.19.15
16442026-04-29T22:25:17.917Z Compiling bzip2 v0.6.1
16452026-04-29T22:25:17.946Z Compiling strum v0.27.2
16462026-04-29T22:25:18.079Z Compiling clap_builder v4.5.60
16472026-04-29T22:25:18.120Z Compiling dof v0.3.0
16482026-04-29T22:25:18.257Z Compiling elliptic-curve v0.13.8
16492026-04-29T22:25:18.326Z Compiling daft v0.1.5
16502026-04-29T22:25:18.754Z Compiling cargo_metadata v0.19.2
16512026-04-29T22:25:18.793Z Compiling phf v0.13.1
16522026-04-29T22:25:18.952Z Compiling signal-hook-mio v0.2.5
16532026-04-29T22:25:19.070Z Compiling cookie_store v0.22.1
16542026-04-29T22:25:20.068Z Compiling zstd v0.13.3
16552026-04-29T22:25:20.083Z Compiling hubpack v0.1.2
16562026-04-29T22:25:20.298Z Compiling hyper-tls v0.6.0
16572026-04-29T22:25:20.312Z Compiling bzip2 v0.4.4
16582026-04-29T22:25:20.327Z Compiling serde_with_macros v3.17.0
16592026-04-29T22:25:20.398Z Compiling postgres-types v0.2.12
16602026-04-29T22:25:20.624Z Compiling usdt-attr-macro v0.6.0
16612026-04-29T22:25:20.948Z Compiling usdt-macro v0.6.0
16622026-04-29T22:25:21.071Z Compiling dtrace-parser v0.2.0
16632026-04-29T22:25:21.409Z Compiling ed25519 v2.2.3
16642026-04-29T22:25:21.438Z Compiling bstr v1.12.1
16652026-04-29T22:25:21.555Z Compiling phf_shared v0.11.3
16662026-04-29T22:25:21.609Z Compiling pkcs1 v0.7.5
16672026-04-29T22:25:21.690Z Compiling hex v0.4.3
16682026-04-29T22:25:21.739Z Compiling serde-big-array v0.5.1
16692026-04-29T22:25:21.818Z Compiling rfc6979 v0.4.0
16702026-04-29T22:25:21.881Z Compiling enum-as-inner v0.6.1
16712026-04-29T22:25:21.943Z Compiling serde_repr v0.1.20
16722026-04-29T22:25:21.957Z Compiling clap_derive v4.5.55
16732026-04-29T22:25:21.999Z Compiling strum_macros v0.26.4
16742026-04-29T22:25:22.081Z Compiling float-cmp v0.10.0
16752026-04-29T22:25:22.231Z Compiling memmap2 v0.9.10
16762026-04-29T22:25:22.311Z Compiling thread-id v4.2.2
16772026-04-29T22:25:22.378Z Compiling env_filter v1.0.0
16782026-04-29T22:25:22.398Z Compiling encoding_rs v0.8.35
16792026-04-29T22:25:22.442Z Compiling keccak v0.1.6
16802026-04-29T22:25:22.463Z Compiling precomputed-hash v0.1.1
16812026-04-29T22:25:22.556Z Compiling difflib v0.4.0
16822026-04-29T22:25:22.679Z Compiling jiff v0.2.21
16832026-04-29T22:25:23.166Z Compiling fixedbitset v0.5.7
16842026-04-29T22:25:23.304Z Compiling fixedbitset v0.4.2
16852026-04-29T22:25:23.475Z Compiling data-encoding v2.10.0
16862026-04-29T22:25:23.529Z Compiling normalize-line-endings v0.3.0
16872026-04-29T22:25:23.631Z Compiling whoami v2.1.0
16882026-04-29T22:25:23.755Z Compiling rustc-hash v2.1.1
16892026-04-29T22:25:23.789Z Compiling predicates-core v1.0.10
16902026-04-29T22:25:23.883Z Compiling new_debug_unreachable v1.0.6
16912026-04-29T22:25:23.962Z Compiling static_assertions v1.1.0
16922026-04-29T22:25:23.977Z Compiling mime v0.3.17
16932026-04-29T22:25:23.989Z Compiling either v1.15.0
16942026-04-29T22:25:24.021Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16952026-04-29T22:25:24.038Z Compiling string_cache v0.8.9
16962026-04-29T22:25:24.182Z Compiling itertools v0.13.0
16972026-04-29T22:25:24.197Z Compiling predicates v3.1.4
16982026-04-29T22:25:24.233Z Compiling iddqd v0.3.18
16992026-04-29T22:25:24.265Z Compiling tokio-postgres v0.7.16
17002026-04-29T22:25:24.390Z Compiling strum v0.26.3
17012026-04-29T22:25:24.523Z Compiling hickory-proto v0.25.2
17022026-04-29T22:25:24.840Z Compiling clap v4.5.60
17032026-04-29T22:25:24.926Z Compiling toml_edit v0.22.27
17042026-04-29T22:25:25.353Z Compiling zip v4.6.1
17052026-04-29T22:25:25.405Z Compiling petgraph v0.6.5
17062026-04-29T22:25:26.304Z Compiling petgraph v0.8.3
17072026-04-29T22:25:26.411Z Compiling sha3 v0.10.8
17082026-04-29T22:25:26.775Z Compiling env_logger v0.11.9
17092026-04-29T22:25:26.873Z Compiling usdt-impl v0.5.0
17102026-04-29T22:25:26.888Z Compiling usdt v0.6.0
17112026-04-29T22:25:26.902Z Compiling ecdsa v0.16.9
17122026-04-29T22:25:27.129Z Compiling serde_with v3.17.0
17132026-04-29T22:25:27.146Z Compiling similar v2.7.0
17142026-04-29T22:25:27.283Z Compiling rsa v0.9.10
17152026-04-29T22:25:27.456Z Compiling ed25519-dalek v2.2.0
17162026-04-29T22:25:27.618Z Compiling crossterm v0.28.1
17172026-04-29T22:25:28.155Z Compiling zip v0.6.6
17182026-04-29T22:25:28.666Z Compiling toml v0.7.8
17192026-04-29T22:25:29.100Z Compiling toml_parser v1.0.9+spec-1.1.0
17202026-04-29T22:25:29.152Z Compiling heck v0.4.1
17212026-04-29T22:25:29.170Z Compiling crossbeam-epoch v0.9.18
17222026-04-29T22:25:29.268Z Compiling tokio-stream v0.1.18
17232026-04-29T22:25:29.382Z Compiling buf-list v1.1.2
17242026-04-29T22:25:29.462Z Compiling x509-cert v0.2.5
17252026-04-29T22:25:29.491Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
17262026-04-29T22:25:29.656Z Compiling openapiv3 v2.2.0
17272026-04-29T22:25:29.727Z Compiling sha1 v0.10.6
17282026-04-29T22:25:29.728Z Compiling toml_datetime v0.7.5+spec-1.1.0
17292026-04-29T22:25:29.792Z Compiling lalrpop-util v0.19.12
17302026-04-29T22:25:29.963Z Compiling peg-runtime v0.8.5
17312026-04-29T22:25:29.988Z Compiling thread_local v1.1.9
17322026-04-29T22:25:30.013Z Compiling slog-async v2.8.0
17332026-04-29T22:25:30.234Z Compiling crossbeam-channel v0.5.15
17342026-04-29T22:25:30.234Z Compiling futures-executor v0.3.32
17352026-04-29T22:25:30.330Z Compiling filetime v0.2.27
17362026-04-29T22:25:30.501Z Compiling is-terminal v0.4.17
17372026-04-29T22:25:30.511Z Compiling xattr v1.6.1
17382026-04-29T22:25:30.596Z Compiling take_mut v0.2.2
17392026-04-29T22:25:30.611Z Compiling term v1.2.1
17402026-04-29T22:25:30.681Z Compiling tar v0.4.45
17412026-04-29T22:25:30.715Z Compiling futures v0.3.32
17422026-04-29T22:25:31.067Z Compiling slog-term v2.9.2
17432026-04-29T22:25:37.009Z Compiling rustls-webpki v0.103.9
17442026-04-29T22:25:39.798Z Compiling tokio-rustls v0.26.4
17452026-04-29T22:25:39.798Z Compiling rustls-platform-verifier v0.6.2
17462026-04-29T22:25:39.995Z Compiling hyper-rustls v0.27.7
17472026-04-29T22:25:40.194Z Compiling reqwest v0.13.2
17482026-04-29T22:25:40.194Z Compiling reqwest v0.12.28
17492026-04-29T22:25:42.311Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17502026-04-29T22:25:42.529Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17512026-04-29T22:25:45.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
17522026-04-29T22:25:45.533Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17532026-04-29T22:25:45.590ZApr 29 22:25:44.075 INFO Starting download, target: Cockroach
17542026-04-29T22:25:45.590ZApr 29 22:25:44.076 INFO Starting download, target: Console
17552026-04-29T22:25:45.590ZApr 29 22:25:44.076 INFO Starting download, target: Clickhouse
17562026-04-29T22:25:45.590ZApr 29 22:25:44.076 INFO Starting download, target: DendriteStub
17572026-04-29T22:25:45.593ZApr 29 22:25:44.076 INFO Starting download, target: TransceiverControl
17582026-04-29T22:25:45.593ZApr 29 22:25:44.076 INFO Starting download, target: MaghemiteMgd
17592026-04-29T22:25:45.593ZApr 29 22:25:44.076 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17602026-04-29T22:25:45.593ZApr 29 22:25:44.076 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17612026-04-29T22:25:45.593ZApr 29 22:25:44.076 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17622026-04-29T22:25:45.593ZApr 29 22:25:44.076 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17632026-04-29T22:25:45.593ZApr 29 22:25:44.076 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17642026-04-29T22:25:45.593ZApr 29 22:25:44.076 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17652026-04-29T22:25:45.890ZApr 29 22:25:44.363 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17662026-04-29T22:25:46.090ZApr 29 22:25:44.569 INFO Download complete, target: TransceiverControl
17672026-04-29T22:25:46.598ZApr 29 22:25:45.083 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17682026-04-29T22:25:46.833ZApr 29 22:25:45.313 INFO Download complete, target: Console
17692026-04-29T22:25:47.178ZApr 29 22:25:45.664 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17702026-04-29T22:25:47.333ZApr 29 22:25:45.818 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17712026-04-29T22:25:47.363ZApr 29 22:25:45.848 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17722026-04-29T22:25:47.800ZApr 29 22:25:46.285 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17732026-04-29T22:25:47.800ZApr 29 22:25:46.285 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17742026-04-29T22:25:49.482ZApr 29 22:25:47.968 INFO Download complete, target: DendriteStub
17752026-04-29T22:25:49.816ZApr 29 22:25:48.302 INFO Download complete, target: MaghemiteMgd
17762026-04-29T22:25:52.342ZApr 29 22:25:50.827 INFO Checking that binary works, target: Cockroach
17772026-04-29T22:25:52.444ZApr 29 22:25:50.930 INFO Download complete, target: Cockroach
17782026-04-29T22:25:54.041ZApr 29 22:25:52.520 INFO Checking that binary works, target: Clickhouse
17792026-04-29T22:25:54.133ZApr 29 22:25:52.618 INFO Download complete, target: Clickhouse
17802026-04-29T22:25:54.149ZAll builder prerequisites installed successfully, and PATH looks valid
17812026-04-29T22:25:54.154Z
17822026-04-29T22:25:54.155Zreal 3:03.550593583
17832026-04-29T22:25:54.155Zuser 7:13.378298325
17842026-04-29T22:25:54.155Zsys 1:24.512162864
17852026-04-29T22:25:54.155Ztrap 0.212015538
17862026-04-29T22:25:54.155Ztflt 0.567523501
17872026-04-29T22:25:54.155Zdflt 0.609755426
17882026-04-29T22:25:54.155Zkflt 0.034397689
17892026-04-29T22:25:54.155Zlock 20:50.275740313
17902026-04-29T22:25:54.155Zslp 21:33.150880865
17912026-04-29T22:25:54.155Zlat 42.207496807
17922026-04-29T22:25:54.155Zstop 1:56.711411995
17932026-04-29T22:25:54.155Z+ banner hack-check
17942026-04-29T22:25:54.155Z
17952026-04-29T22:25:54.155Z # # ## #### # # #### # # ###### #### # #
17962026-04-29T22:25:54.155Z # # # # # # # # # # # # # # # # #
17972026-04-29T22:25:54.155Z ###### # # # #### ##### # ###### ##### # ####
17982026-04-29T22:25:54.156Z # # ###### # # # # # # # # # #
17992026-04-29T22:25:54.156Z # # # # # # # # # # # # # # # # #
18002026-04-29T22:25:54.156Z # # # # #### # # #### # # ###### #### # #
18012026-04-29T22:25:54.156Z
18022026-04-29T22:25:54.156Z+ export CARGO_INCREMENTAL=0
18032026-04-29T22:25:54.156Z+ CARGO_INCREMENTAL=0
18042026-04-29T22:25:54.156Z+ ptime -m timeout 2h cargo xtask check-features --ci
18052026-04-29T22:25:54.667Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18062026-04-29T22:25:54.895Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18072026-04-29T22:25:56.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.57s
18082026-04-29T22:25:56.830Z Running `target/debug/xtask check-features --ci`
18092026-04-29T22:25:56.859Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18102026-04-29T22:25:56.863Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18112026-04-29T22:25:57.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18122026-04-29T22:25:57.362Z Running `target/debug/xtask download cargo-hack`
18132026-04-29T22:25:58.137Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18142026-04-29T22:25:58.448Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18152026-04-29T22:26:00.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.50s
18162026-04-29T22:26:01.063Z Running `target/debug/xtask-downloader cargo-hack`
18172026-04-29T22:26:01.106ZApr 29 22:25:59.591 INFO Starting download, target: CargoHack
18182026-04-29T22:26:01.109ZApr 29 22:25:59.591 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18192026-04-29T22:26:01.687ZApr 29 22:26:00.172 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18202026-04-29T22:26:01.736ZApr 29 22:26:00.221 INFO Download complete, target: CargoHack
18212026-04-29T22:26:01.739Zrunning: "/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"
18222026-04-29T22:26:01.752Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18232026-04-29T22:26:01.902Zinfo: running `cargo check --bins` on api_identity (1/272)
18242026-04-29T22:26:02.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18252026-04-29T22:26:02.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18262026-04-29T22:26:02.398Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18272026-04-29T22:26:02.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18282026-04-29T22:26:02.482Z
18292026-04-29T22:26:02.482Zinfo: running `cargo check --bins` on bootstore (2/272)
18302026-04-29T22:26:02.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18312026-04-29T22:26:02.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18322026-04-29T22:26:02.987Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18332026-04-29T22:26:02.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18342026-04-29T22:26:03.068Z
18352026-04-29T22:26:03.069Zinfo: running `cargo check --bins` on omicron-ledger (3/272)
18362026-04-29T22:26:03.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18372026-04-29T22:26:03.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18382026-04-29T22:26:03.562Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18392026-04-29T22:26:03.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18402026-04-29T22:26:03.650Z
18412026-04-29T22:26:03.650Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/272)
18422026-04-29T22:26:04.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18432026-04-29T22:26:04.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18442026-04-29T22:26:04.144Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18452026-04-29T22:26:04.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18462026-04-29T22:26:04.225Z
18472026-04-29T22:26:04.225Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/272)
18482026-04-29T22:26:04.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18492026-04-29T22:26:04.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18502026-04-29T22:26:04.723Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18512026-04-29T22:26:04.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18522026-04-29T22:26:04.816Z
18532026-04-29T22:26:04.816Zinfo: running `cargo check --bins` on omicron-certificates (6/272)
18542026-04-29T22:26:05.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18552026-04-29T22:26:05.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18562026-04-29T22:26:05.324Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18572026-04-29T22:26:05.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18582026-04-29T22:26:05.411Z
18592026-04-29T22:26:05.411Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/272)
18602026-04-29T22:26:05.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18612026-04-29T22:26:05.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18622026-04-29T22:26:05.912Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18632026-04-29T22:26:05.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18642026-04-29T22:26:06.001Z
18652026-04-29T22:26:06.001Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/272)
18662026-04-29T22:26:06.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18672026-04-29T22:26:06.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18682026-04-29T22:26:06.505Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18692026-04-29T22:26:06.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18702026-04-29T22:26:06.590Z
18712026-04-29T22:26:06.590Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/272)
18722026-04-29T22:26:06.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18732026-04-29T22:26:07.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18742026-04-29T22:26:07.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18752026-04-29T22:26:07.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18762026-04-29T22:26:07.062Z
18772026-04-29T22:26:07.062Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/272)
18782026-04-29T22:26:07.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18792026-04-29T22:26:07.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18802026-04-29T22:26:07.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18812026-04-29T22:26:07.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18822026-04-29T22:26:07.539Z
18832026-04-29T22:26:07.539Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/272)
18842026-04-29T22:26:07.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18852026-04-29T22:26:07.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18862026-04-29T22:26:07.953Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18872026-04-29T22:26:07.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18882026-04-29T22:26:08.012Z
18892026-04-29T22:26:08.012Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/272)
18902026-04-29T22:26:08.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18912026-04-29T22:26:08.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18922026-04-29T22:26:08.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18932026-04-29T22:26:08.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18942026-04-29T22:26:08.481Z
18952026-04-29T22:26:08.481Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/272)
18962026-04-29T22:26:08.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18972026-04-29T22:26:08.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18982026-04-29T22:26:08.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18992026-04-29T22:26:08.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19002026-04-29T22:26:08.948Z
19012026-04-29T22:26:08.948Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/272)
19022026-04-29T22:26:09.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19032026-04-29T22:26:09.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19042026-04-29T22:26:09.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19052026-04-29T22:26:09.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19062026-04-29T22:26:09.418Z
19072026-04-29T22:26:09.418Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/272)
19082026-04-29T22:26:09.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19092026-04-29T22:26:09.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19102026-04-29T22:26:09.831Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19112026-04-29T22:26:09.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19122026-04-29T22:26:09.889Z
19132026-04-29T22:26:09.889Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/272)
19142026-04-29T22:26:10.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19152026-04-29T22:26:10.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19162026-04-29T22:26:10.301Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19172026-04-29T22:26:10.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19182026-04-29T22:26:10.358Z
19192026-04-29T22:26:10.358Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/272)
19202026-04-29T22:26:10.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19212026-04-29T22:26:10.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19222026-04-29T22:26:10.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19232026-04-29T22:26:10.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19242026-04-29T22:26:10.832Z
19252026-04-29T22:26:10.832Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/272)
19262026-04-29T22:26:11.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19272026-04-29T22:26:11.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19282026-04-29T22:26:11.245Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19292026-04-29T22:26:11.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19302026-04-29T22:26:11.301Z
19312026-04-29T22:26:11.301Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/272)
19322026-04-29T22:26:11.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19332026-04-29T22:26:11.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19342026-04-29T22:26:11.718Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19352026-04-29T22:26:11.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19362026-04-29T22:26:11.781Z
19372026-04-29T22:26:11.781Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/272)
19382026-04-29T22:26:12.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19392026-04-29T22:26:12.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19402026-04-29T22:26:12.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19412026-04-29T22:26:12.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19422026-04-29T22:26:12.253Z
19432026-04-29T22:26:12.253Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/272)
19442026-04-29T22:26:12.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19452026-04-29T22:26:12.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19462026-04-29T22:26:12.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19472026-04-29T22:26:12.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19482026-04-29T22:26:12.726Z
19492026-04-29T22:26:12.726Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/272)
19502026-04-29T22:26:13.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19512026-04-29T22:26:13.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19522026-04-29T22:26:13.141Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19532026-04-29T22:26:13.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19542026-04-29T22:26:13.201Z
19552026-04-29T22:26:13.201Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/272)
19562026-04-29T22:26:13.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19572026-04-29T22:26:13.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19582026-04-29T22:26:13.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19592026-04-29T22:26:13.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19602026-04-29T22:26:13.676Z
19612026-04-29T22:26:13.676Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/272)
19622026-04-29T22:26:14.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19632026-04-29T22:26:14.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19642026-04-29T22:26:14.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19652026-04-29T22:26:14.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19662026-04-29T22:26:14.152Z
19672026-04-29T22:26:14.152Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/272)
19682026-04-29T22:26:14.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19692026-04-29T22:26:14.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19702026-04-29T22:26:14.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19712026-04-29T22:26:14.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19722026-04-29T22:26:14.627Z
19732026-04-29T22:26:14.627Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/272)
19742026-04-29T22:26:15.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19752026-04-29T22:26:15.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19762026-04-29T22:26:15.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19772026-04-29T22:26:15.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19782026-04-29T22:26:15.103Z
19792026-04-29T22:26:15.103Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/272)
19802026-04-29T22:26:15.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19812026-04-29T22:26:15.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19822026-04-29T22:26:15.521Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19832026-04-29T22:26:15.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19842026-04-29T22:26:15.577Z
19852026-04-29T22:26:15.577Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/272)
19862026-04-29T22:26:15.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19872026-04-29T22:26:15.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19882026-04-29T22:26:15.992Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19892026-04-29T22:26:15.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19902026-04-29T22:26:16.047Z
19912026-04-29T22:26:16.048Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/272)
19922026-04-29T22:26:16.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19932026-04-29T22:26:16.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19942026-04-29T22:26:16.457Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19952026-04-29T22:26:16.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19962026-04-29T22:26:16.517Z
19972026-04-29T22:26:16.517Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/272)
19982026-04-29T22:26:16.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19992026-04-29T22:26:16.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20002026-04-29T22:26:16.930Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20012026-04-29T22:26:16.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20022026-04-29T22:26:16.991Z
20032026-04-29T22:26:16.991Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/272)
20042026-04-29T22:26:17.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20052026-04-29T22:26:17.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20062026-04-29T22:26:17.404Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20072026-04-29T22:26:17.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20082026-04-29T22:26:17.464Z
20092026-04-29T22:26:17.464Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/272)
20102026-04-29T22:26:17.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20112026-04-29T22:26:17.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20122026-04-29T22:26:17.875Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20132026-04-29T22:26:17.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20142026-04-29T22:26:17.937Z
20152026-04-29T22:26:17.937Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/272)
20162026-04-29T22:26:18.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20172026-04-29T22:26:18.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20182026-04-29T22:26:18.346Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20192026-04-29T22:26:18.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20202026-04-29T22:26:18.408Z
20212026-04-29T22:26:18.408Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/272)
20222026-04-29T22:26:18.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20232026-04-29T22:26:18.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20242026-04-29T22:26:18.819Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20252026-04-29T22:26:18.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20262026-04-29T22:26:18.878Z
20272026-04-29T22:26:18.878Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/272)
20282026-04-29T22:26:19.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20292026-04-29T22:26:19.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20302026-04-29T22:26:19.291Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20312026-04-29T22:26:19.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20322026-04-29T22:26:19.350Z
20332026-04-29T22:26:19.350Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/272)
20342026-04-29T22:26:19.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20352026-04-29T22:26:19.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20362026-04-29T22:26:19.759Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20372026-04-29T22:26:19.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20382026-04-29T22:26:19.819Z
20392026-04-29T22:26:19.819Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/272)
20402026-04-29T22:26:20.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20412026-04-29T22:26:20.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20422026-04-29T22:26:20.225Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20432026-04-29T22:26:20.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20442026-04-29T22:26:20.283Z
20452026-04-29T22:26:20.283Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/272)
20462026-04-29T22:26:20.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20472026-04-29T22:26:20.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20482026-04-29T22:26:20.692Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20492026-04-29T22:26:20.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20502026-04-29T22:26:20.750Z
20512026-04-29T22:26:20.750Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/272)
20522026-04-29T22:26:21.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20532026-04-29T22:26:21.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20542026-04-29T22:26:21.167Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20552026-04-29T22:26:21.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20562026-04-29T22:26:21.224Z
20572026-04-29T22:26:21.224Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/272)
20582026-04-29T22:26:21.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20592026-04-29T22:26:21.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20602026-04-29T22:26:21.641Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20612026-04-29T22:26:21.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20622026-04-29T22:26:21.704Z
20632026-04-29T22:26:21.704Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/272)
20642026-04-29T22:26:22.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20652026-04-29T22:26:22.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20662026-04-29T22:26:22.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20672026-04-29T22:26:22.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20682026-04-29T22:26:22.183Z
20692026-04-29T22:26:22.183Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/272)
20702026-04-29T22:26:22.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20712026-04-29T22:26:22.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20722026-04-29T22:26:22.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20732026-04-29T22:26:22.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20742026-04-29T22:26:22.662Z
20752026-04-29T22:26:22.663Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/272)
20762026-04-29T22:26:23.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20772026-04-29T22:26:23.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20782026-04-29T22:26:23.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20792026-04-29T22:26:23.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20802026-04-29T22:26:23.138Z
20812026-04-29T22:26:23.138Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/272)
20822026-04-29T22:26:23.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20832026-04-29T22:26:23.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20842026-04-29T22:26:23.554Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20852026-04-29T22:26:23.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20862026-04-29T22:26:23.616Z
20872026-04-29T22:26:23.616Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/272)
20882026-04-29T22:26:24.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20892026-04-29T22:26:24.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20902026-04-29T22:26:24.035Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20912026-04-29T22:26:24.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20922026-04-29T22:26:24.092Z
20932026-04-29T22:26:24.092Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/272)
20942026-04-29T22:26:24.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20952026-04-29T22:26:24.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20962026-04-29T22:26:24.505Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20972026-04-29T22:26:24.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20982026-04-29T22:26:24.567Z
20992026-04-29T22:26:24.567Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/272)
21002026-04-29T22:26:24.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21012026-04-29T22:26:24.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21022026-04-29T22:26:24.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21032026-04-29T22:26:24.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
21042026-04-29T22:26:25.045Z
21052026-04-29T22:26:25.045Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/272)
21062026-04-29T22:26:25.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21072026-04-29T22:26:25.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21082026-04-29T22:26:25.458Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21092026-04-29T22:26:25.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
21102026-04-29T22:26:25.517Z
21112026-04-29T22:26:25.517Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/272)
21122026-04-29T22:26:26.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21132026-04-29T22:26:26.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21142026-04-29T22:26:26.052Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21152026-04-29T22:26:26.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21162026-04-29T22:26:26.150Z
21172026-04-29T22:26:26.150Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/272)
21182026-04-29T22:26:26.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21192026-04-29T22:26:26.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21202026-04-29T22:26:26.701Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21212026-04-29T22:26:26.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
21222026-04-29T22:26:26.802Z
21232026-04-29T22:26:26.802Zinfo: running `cargo check --bins` on nexus-config (51/272)
21242026-04-29T22:26:27.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21252026-04-29T22:26:27.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21262026-04-29T22:26:27.339Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21272026-04-29T22:26:27.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21282026-04-29T22:26:27.435Z
21292026-04-29T22:26:27.435Zinfo: running `cargo check --bins` on nexus-types (52/272)
21302026-04-29T22:26:27.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21312026-04-29T22:26:27.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21322026-04-29T22:26:27.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21332026-04-29T22:26:27.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21342026-04-29T22:26:28.083Z
21352026-04-29T22:26:28.083Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/272)
21362026-04-29T22:26:28.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21372026-04-29T22:26:28.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21382026-04-29T22:26:28.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21392026-04-29T22:26:28.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21402026-04-29T22:26:28.688Z
21412026-04-29T22:26:28.688Zinfo: running `cargo check --bins` on omicron-passwords (54/272)
21422026-04-29T22:26:29.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21432026-04-29T22:26:29.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21442026-04-29T22:26:29.184Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21452026-04-29T22:26:29.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21462026-04-29T22:26:29.269Z
21472026-04-29T22:26:29.269Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/272)
21482026-04-29T22:26:29.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21492026-04-29T22:26:29.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21502026-04-29T22:26:29.785Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21512026-04-29T22:26:29.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21522026-04-29T22:26:29.874Z
21532026-04-29T22:26:29.874Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/272)
21542026-04-29T22:26:30.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21552026-04-29T22:26:30.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21562026-04-29T22:26:30.388Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21572026-04-29T22:26:30.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21582026-04-29T22:26:30.473Z
21592026-04-29T22:26:30.473Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/272)
21602026-04-29T22:26:30.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21612026-04-29T22:26:30.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21622026-04-29T22:26:30.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21632026-04-29T22:26:30.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21642026-04-29T22:26:31.079Z
21652026-04-29T22:26:31.079Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/272)
21662026-04-29T22:26:31.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21672026-04-29T22:26:31.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21682026-04-29T22:26:31.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21692026-04-29T22:26:31.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21702026-04-29T22:26:31.688Z
21712026-04-29T22:26:31.688Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/272)
21722026-04-29T22:26:32.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21732026-04-29T22:26:32.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21742026-04-29T22:26:32.186Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21752026-04-29T22:26:32.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21762026-04-29T22:26:32.274Z
21772026-04-29T22:26:32.274Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/272)
21782026-04-29T22:26:32.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21792026-04-29T22:26:32.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21802026-04-29T22:26:32.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21812026-04-29T22:26:32.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21822026-04-29T22:26:32.867Z
21832026-04-29T22:26:32.867Zinfo: running `cargo check --bins --no-default-features` on gfss (61/272)
21842026-04-29T22:26:33.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21852026-04-29T22:26:33.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21862026-04-29T22:26:33.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21872026-04-29T22:26:33.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21882026-04-29T22:26:33.453Z
21892026-04-29T22:26:33.454Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/272)
21902026-04-29T22:26:33.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21912026-04-29T22:26:33.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21922026-04-29T22:26:33.949Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21932026-04-29T22:26:33.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21942026-04-29T22:26:34.035Z
21952026-04-29T22:26:34.035Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/272)
21962026-04-29T22:26:34.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21972026-04-29T22:26:34.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21982026-04-29T22:26:34.545Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21992026-04-29T22:26:34.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22002026-04-29T22:26:34.634Z
22012026-04-29T22:26:34.634Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/272)
22022026-04-29T22:26:35.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22032026-04-29T22:26:35.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22042026-04-29T22:26:35.144Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22052026-04-29T22:26:35.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22062026-04-29T22:26:35.235Z
22072026-04-29T22:26:35.235Zinfo: running `cargo check --bins` on cockroach-admin-types (65/272)
22082026-04-29T22:26:35.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22092026-04-29T22:26:35.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22102026-04-29T22:26:35.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22112026-04-29T22:26:35.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22122026-04-29T22:26:35.815Z
22132026-04-29T22:26:35.815Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/272)
22142026-04-29T22:26:36.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22152026-04-29T22:26:36.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22162026-04-29T22:26:36.301Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22172026-04-29T22:26:36.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22182026-04-29T22:26:36.382Z
22192026-04-29T22:26:36.382Zinfo: running `cargo check --bins` on ereport-types (67/272)
22202026-04-29T22:26:36.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22212026-04-29T22:26:36.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22222026-04-29T22:26:36.873Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22232026-04-29T22:26:36.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22242026-04-29T22:26:36.955Z
22252026-04-29T22:26:36.955Zinfo: running `cargo check --bins` on gateway-client (68/272)
22262026-04-29T22:26:37.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22272026-04-29T22:26:37.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22282026-04-29T22:26:37.451Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22292026-04-29T22:26:37.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22302026-04-29T22:26:37.537Z
22312026-04-29T22:26:37.537Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/272)
22322026-04-29T22:26:38.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22332026-04-29T22:26:38.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22342026-04-29T22:26:38.037Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22352026-04-29T22:26:38.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22362026-04-29T22:26:38.125Z
22372026-04-29T22:26:38.125Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/272)
22382026-04-29T22:26:38.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22392026-04-29T22:26:38.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22402026-04-29T22:26:38.625Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22412026-04-29T22:26:38.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22422026-04-29T22:26:38.712Z
22432026-04-29T22:26:38.712Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/272)
22442026-04-29T22:26:39.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22452026-04-29T22:26:39.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22462026-04-29T22:26:39.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22472026-04-29T22:26:39.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22482026-04-29T22:26:39.296Z
22492026-04-29T22:26:39.296Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/272)
22502026-04-29T22:26:39.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22512026-04-29T22:26:39.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22522026-04-29T22:26:39.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22532026-04-29T22:26:39.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22542026-04-29T22:26:39.883Z
22552026-04-29T22:26:39.883Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/272)
22562026-04-29T22:26:40.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22572026-04-29T22:26:40.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22582026-04-29T22:26:40.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22592026-04-29T22:26:40.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22602026-04-29T22:26:40.483Z
22612026-04-29T22:26:40.483Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/272)
22622026-04-29T22:26:40.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22632026-04-29T22:26:40.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22642026-04-29T22:26:40.996Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22652026-04-29T22:26:40.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22662026-04-29T22:26:42.092Z
22672026-04-29T22:26:42.092Zinfo: running `cargo check --bins` on key-manager-types (75/272)
22682026-04-29T22:26:42.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22692026-04-29T22:26:42.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22702026-04-29T22:26:42.095Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22712026-04-29T22:26:42.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22722026-04-29T22:26:42.095Z
22732026-04-29T22:26:42.095Zinfo: running `cargo check --bins` on oxlog (76/272)
22742026-04-29T22:26:42.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22752026-04-29T22:26:42.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22762026-04-29T22:26:42.271Z Checking cfg-if v1.0.4
22772026-04-29T22:26:42.274Z Checking libc v0.2.185
22782026-04-29T22:26:42.274Z Checking serde_core v1.0.228
22792026-04-29T22:26:42.389Z Checking zeroize v1.8.2
22802026-04-29T22:26:42.396Z Checking memchr v2.8.0
22812026-04-29T22:26:42.405Z Checking log v0.4.29
22822026-04-29T22:26:42.413Z Checking smallvec v1.15.1
22832026-04-29T22:26:42.425Z Checking typenum v1.19.0
22842026-04-29T22:26:42.428Z Checking subtle v2.6.1
22852026-04-29T22:26:42.527Z Checking itoa v1.0.17
22862026-04-29T22:26:42.563Z Checking scopeguard v1.2.0
22872026-04-29T22:26:42.575Z Checking stable_deref_trait v1.2.1
22882026-04-29T22:26:42.585Z Checking const-oid v0.9.6
22892026-04-29T22:26:42.646Z Checking portable-atomic v1.13.1
22902026-04-29T22:26:42.660Z Checking lock_api v0.4.14
22912026-04-29T22:26:42.670Z Checking zerofrom v0.1.6
22922026-04-29T22:26:42.773Z Checking critical-section v1.2.0
22932026-04-29T22:26:42.777Z Checking yoke v0.8.1
22942026-04-29T22:26:42.781Z Checking getrandom v0.2.17
22952026-04-29T22:26:42.850Z Checking errno v0.3.14
22962026-04-29T22:26:42.908Z Checking parking_lot_core v0.9.12
22972026-04-29T22:26:42.942Z Checking generic-array v0.14.7
22982026-04-29T22:26:42.953Z Checking rand_core v0.6.4
22992026-04-29T22:26:42.964Z Checking signal-hook-registry v1.4.8
23002026-04-29T22:26:42.988Z Checking zerovec v0.11.5
23012026-04-29T22:26:43.030Z Checking once_cell v1.21.3
23022026-04-29T22:26:43.089Z Checking zerocopy v0.8.40
23032026-04-29T22:26:43.116Z Checking pin-project-lite v0.2.17
23042026-04-29T22:26:43.127Z Checking parking_lot v0.12.5
23052026-04-29T22:26:43.197Z Checking mio v1.2.0
23062026-04-29T22:26:43.213Z Checking socket2 v0.6.3
23072026-04-29T22:26:43.253Z Checking libm v0.2.16
23082026-04-29T22:26:43.304Z Checking zmij v1.0.21
23092026-04-29T22:26:43.369Z Checking crypto-common v0.1.7
23102026-04-29T22:26:43.416Z Checking block-buffer v0.10.4
23112026-04-29T22:26:43.448Z Checking tinystr v0.8.2
23122026-04-29T22:26:43.465Z Checking litemap v0.8.1
23132026-04-29T22:26:43.493Z Checking equivalent v1.0.2
23142026-04-29T22:26:43.505Z Checking percent-encoding v2.3.2
23152026-04-29T22:26:43.546Z Checking digest v0.10.7
23162026-04-29T22:26:43.569Z Checking futures-core v0.3.32
23172026-04-29T22:26:43.621Z Checking writeable v0.6.2
23182026-04-29T22:26:43.634Z Checking potential_utf v0.1.4
23192026-04-29T22:26:43.644Z Checking zerotrie v0.2.3
23202026-04-29T22:26:43.691Z Checking cpufeatures v0.2.17
23212026-04-29T22:26:43.734Z Checking hmac v0.12.1
23222026-04-29T22:26:43.753Z Checking icu_collections v2.1.1
23232026-04-29T22:26:43.768Z Checking block-padding v0.3.3
23242026-04-29T22:26:43.780Z Checking icu_locale_core v2.1.1
23252026-04-29T22:26:43.856Z Checking serde v1.0.228
23262026-04-29T22:26:43.867Z Checking bitflags v2.11.0
23272026-04-29T22:26:43.879Z Checking serde_json v1.0.149
23282026-04-29T22:26:43.893Z Checking icu_normalizer_data v2.1.1
23292026-04-29T22:26:43.948Z Checking num-traits v0.2.19
23302026-04-29T22:26:43.964Z Checking icu_properties_data v2.1.2
23312026-04-29T22:26:44.028Z Checking futures-sink v0.3.32
23322026-04-29T22:26:44.060Z Checking hashbrown v0.17.0
23332026-04-29T22:26:44.088Z Checking rand_core v0.10.0
23342026-04-29T22:26:44.121Z Checking futures-channel v0.3.32
23352026-04-29T22:26:44.226Z Checking getrandom v0.4.1
23362026-04-29T22:26:44.249Z Checking bytes v1.11.1
23372026-04-29T22:26:44.311Z Checking inout v0.1.4
23382026-04-29T22:26:44.326Z Checking icu_provider v2.1.1
23392026-04-29T22:26:44.366Z Checking futures-io v0.3.32
23402026-04-29T22:26:44.441Z Checking slab v0.4.12
23412026-04-29T22:26:44.466Z Checking futures-task v0.3.32
23422026-04-29T22:26:44.478Z Checking cipher v0.4.4
23432026-04-29T22:26:44.514Z Checking indexmap v2.14.0
23442026-04-29T22:26:44.532Z Checking sha2 v0.10.9
23452026-04-29T22:26:44.548Z Checking icu_properties v2.1.2
23462026-04-29T22:26:44.593Z Checking icu_normalizer v2.1.1
23472026-04-29T22:26:44.596Z Checking futures-util v0.3.32
23482026-04-29T22:26:44.678Z Checking getrandom v0.3.4
23492026-04-29T22:26:44.690Z Checking tokio v1.52.1
23502026-04-29T22:26:44.802Z Checking byteorder v1.5.0
23512026-04-29T22:26:44.818Z Checking base64ct v1.8.3
23522026-04-29T22:26:44.906Z Checking utf8_iter v1.0.4
23532026-04-29T22:26:45.002Z Checking form_urlencoded v1.2.2
23542026-04-29T22:26:45.027Z Checking flagset v0.4.7
23552026-04-29T22:26:45.050Z Checking pem-rfc7468 v0.7.0
23562026-04-29T22:26:45.121Z Checking fnv v1.0.7
23572026-04-29T22:26:45.128Z Checking rand_core v0.9.5
23582026-04-29T22:26:45.146Z Checking http v1.4.0
23592026-04-29T22:26:45.165Z Checking salsa20 v0.10.2
23602026-04-29T22:26:45.199Z Checking der v0.7.10
23612026-04-29T22:26:45.291Z Checking uuid v1.23.0
23622026-04-29T22:26:45.303Z Checking pbkdf2 v0.12.2
23632026-04-29T22:26:45.394Z Checking idna_adapter v1.2.1
23642026-04-29T22:26:45.417Z Checking scrypt v0.11.0
23652026-04-29T22:26:45.510Z Checking idna v1.1.0
23662026-04-29T22:26:45.551Z Checking cbc v0.1.2
23672026-04-29T22:26:45.601Z Checking aes v0.8.4
23682026-04-29T22:26:45.676Z Checking rustix v1.1.3
23692026-04-29T22:26:45.710Z Checking tracing-core v0.1.36
23702026-04-29T22:26:45.752Z Checking url v2.5.8
23712026-04-29T22:26:45.865Z Checking ppv-lite86 v0.2.21
23722026-04-29T22:26:45.937Z Checking spki v0.7.3
23732026-04-29T22:26:45.978Z Checking rustls-pki-types v1.14.0
23742026-04-29T22:26:46.008Z Checking iana-time-zone v0.1.65
23752026-04-29T22:26:46.100Z Checking regex-syntax v0.8.10
23762026-04-29T22:26:46.112Z Checking chrono v0.4.44
23772026-04-29T22:26:46.148Z Checking rand_chacha v0.9.0
23782026-04-29T22:26:46.185Z Checking pkcs5 v0.7.1
23792026-04-29T22:26:46.255Z Checking tracing v0.1.44
23802026-04-29T22:26:46.343Z Checking rand v0.9.2
23812026-04-29T22:26:46.434Z Checking http-body v1.0.1
23822026-04-29T22:26:46.456Z Checking aws-lc-sys v0.37.1
23832026-04-29T22:26:46.499Z Checking openssl-probe v0.2.1
23842026-04-29T22:26:46.530Z Checking untrusted v0.9.0
23852026-04-29T22:26:46.560Z Checking base64 v0.22.1
23862026-04-29T22:26:46.603Z Checking untrusted v0.7.1
23872026-04-29T22:26:46.636Z Checking ring v0.17.14
23882026-04-29T22:26:46.714Z Checking pkcs8 v0.10.2
23892026-04-29T22:26:46.796Z Checking plain v0.2.3
23902026-04-29T22:26:46.809Z Checking try-lock v0.2.5
23912026-04-29T22:26:46.892Z Checking tower-layer v0.3.3
23922026-04-29T22:26:46.904Z Checking atomic-waker v1.1.2
23932026-04-29T22:26:46.904Z Checking tower-service v0.3.3
23942026-04-29T22:26:46.951Z Checking aws-lc-rs v1.16.0
23952026-04-29T22:26:46.963Z Checking tinyvec_macros v0.1.1
23962026-04-29T22:26:46.996Z Checking want v0.3.1
23972026-04-29T22:26:47.011Z Checking ipnet v2.11.0
23982026-04-29T22:26:47.025Z Checking tinyvec v1.10.0
23992026-04-29T22:26:47.035Z Checking semver v1.0.28
24002026-04-29T22:26:47.115Z Checking httparse v1.10.1
24012026-04-29T22:26:47.236Z Checking spin v0.9.8
24022026-04-29T22:26:47.260Z Checking ucd-trie v0.1.7
24032026-04-29T22:26:47.320Z Checking foreign-types-shared v0.1.1
24042026-04-29T22:26:47.323Z Checking pin-utils v0.1.0
24052026-04-29T22:26:47.386Z Checking fastrand v2.3.0
24062026-04-29T22:26:47.399Z Checking httpdate v1.0.3
24072026-04-29T22:26:47.402Z Checking unicode-ident v1.0.24
24082026-04-29T22:26:47.402Z Checking dyn-clone v1.0.20
24092026-04-29T22:26:47.431Z Checking foreign-types v0.3.2
24102026-04-29T22:26:47.495Z Checking pest v2.8.6
24112026-04-29T22:26:47.506Z Checking schemars v0.8.22
24122026-04-29T22:26:47.522Z Checking proc-macro2 v1.0.106
24132026-04-29T22:26:47.537Z Checking openssl-sys v0.9.111
24142026-04-29T22:26:47.557Z Checking tempfile v3.25.0
24152026-04-29T22:26:47.617Z Checking thiserror v2.0.18
24162026-04-29T22:26:47.719Z Checking wait-timeout v0.2.1
24172026-04-29T22:26:47.749Z Checking aho-corasick v1.1.4
24182026-04-29T22:26:47.774Z Checking rustls-webpki v0.103.9
24192026-04-29T22:26:47.836Z Checking anstyle v1.0.13
24202026-04-29T22:26:47.848Z Checking quick-error v1.2.3
24212026-04-29T22:26:47.909Z Checking tokio-util v0.7.18
24222026-04-29T22:26:47.942Z Checking bit-vec v0.8.0
24232026-04-29T22:26:48.012Z Checking siphasher v1.0.2
24242026-04-29T22:26:48.025Z Checking utf8parse v0.2.2
24252026-04-29T22:26:48.119Z Checking simd-adler32 v0.3.8
24262026-04-29T22:26:48.133Z Checking pretty-hex v0.4.1
24272026-04-29T22:26:48.146Z Checking powerfmt v0.2.0
24282026-04-29T22:26:48.161Z Checking bit-set v0.8.0
24292026-04-29T22:26:48.193Z Checking rustls v0.23.37
24302026-04-29T22:26:48.240Z Checking anstyle-parse v0.2.7
24312026-04-29T22:26:48.281Z Checking openssl v0.10.75
24322026-04-29T22:26:48.293Z Checking deranged v0.5.8
24332026-04-29T22:26:48.303Z Checking rusty-fork v0.3.1
24342026-04-29T22:26:48.387Z Checking quote v1.0.45
24352026-04-29T22:26:48.421Z Checking regex-automata v0.4.14
24362026-04-29T22:26:48.465Z Compiling newtype-uuid v1.3.2
24372026-04-29T22:26:48.512Z Checking h2 v0.4.13
24382026-04-29T22:26:48.540Z Checking unicode-normalization v0.1.25
24392026-04-29T22:26:48.553Z Checking rustls-native-certs v0.8.3
24402026-04-29T22:26:48.642Z Checking crossbeam-utils v0.8.21
24412026-04-29T22:26:48.677Z Checking rand_xorshift v0.4.0
24422026-04-29T22:26:48.794Z Checking crc32fast v1.5.0
24432026-04-29T22:26:48.930Z Checking scroll v0.13.0
24442026-04-29T22:26:48.943Z Checking signature v2.2.0
24452026-04-29T22:26:48.964Z Checking sync_wrapper v1.0.2
24462026-04-29T22:26:49.065Z Checking adler2 v2.0.1
24472026-04-29T22:26:49.068Z Checking num_threads v0.1.7
24482026-04-29T22:26:49.155Z Checking anstyle-query v1.1.5
24492026-04-29T22:26:49.167Z Checking is_terminal_polyfill v1.70.2
24502026-04-29T22:26:49.178Z Checking unicode-bidi v0.3.18
24512026-04-29T22:26:49.199Z Checking num-conv v0.2.0
24522026-04-29T22:26:49.242Z Checking unicode-properties v0.1.4
24532026-04-29T22:26:49.255Z Checking colorchoice v1.0.4
24542026-04-29T22:26:49.309Z Checking time-core v0.1.8
24552026-04-29T22:26:49.348Z Checking unarray v0.1.4
24562026-04-29T22:26:49.423Z Checking allocator-api2 v0.2.21
24572026-04-29T22:26:49.448Z Checking time v0.3.47
24582026-04-29T22:26:49.448Z Checking proptest v1.10.0
24592026-04-29T22:26:49.471Z Checking stringprep v0.1.5
24602026-04-29T22:26:49.618Z Checking anstream v0.6.21
24612026-04-29T22:26:49.703Z Checking miniz_oxide v0.8.9
24622026-04-29T22:26:49.831Z Checking goblin v0.10.5
24632026-04-29T22:26:50.081Z Checking tower v0.5.3
24642026-04-29T22:26:50.232Z Checking crossbeam-epoch v0.9.18
24652026-04-29T22:26:50.251Z Checking native-tls v0.2.18
24662026-04-29T22:26:50.431Z Compiling daft v0.1.5
24672026-04-29T22:26:50.453Z Checking syn v2.0.117
24682026-04-29T22:26:50.466Z Checking ipnetwork v0.21.1
24692026-04-29T22:26:50.560Z Checking tokio-rustls v0.26.4
24702026-04-29T22:26:50.589Z Checking http-body-util v0.1.3
24712026-04-29T22:26:50.676Z Checking webpki-roots v1.0.6
24722026-04-29T22:26:50.701Z Checking rand_chacha v0.3.1
24732026-04-29T22:26:50.786Z Checking scroll v0.12.0
24742026-04-29T22:26:50.798Z Checking thiserror v1.0.69
24752026-04-29T22:26:50.810Z Checking zstd-sys v2.0.16+zstd.1.5.7
24762026-04-29T22:26:50.892Z Checking hash32 v0.2.1
24772026-04-29T22:26:50.905Z Checking num-integer v0.1.46
24782026-04-29T22:26:50.917Z Checking toml_datetime v0.6.11
24792026-04-29T22:26:51.009Z Checking serde_spanned v0.6.9
24802026-04-29T22:26:51.095Z Checking md-5 v0.10.6
24812026-04-29T22:26:51.099Z Checking ff v0.13.1
24822026-04-29T22:26:51.124Z Checking base16ct v0.2.0
24832026-04-29T22:26:51.136Z Checking iri-string v0.7.10
24842026-04-29T22:26:51.172Z Checking hyper v1.8.1
24852026-04-29T22:26:51.186Z Checking zlib-rs v0.6.2
24862026-04-29T22:26:51.213Z Checking fallible-iterator v0.2.0
24872026-04-29T22:26:51.242Z Checking ryu v1.0.23
24882026-04-29T22:26:51.256Z Checking psl-types v2.0.11
24892026-04-29T22:26:51.365Z Checking publicsuffix v2.3.0
24902026-04-29T22:26:51.378Z Checking serde_urlencoded v0.7.1
24912026-04-29T22:26:51.477Z Checking postgres-protocol v0.6.10
24922026-04-29T22:26:51.574Z Checking sec1 v0.7.3
24932026-04-29T22:26:51.665Z Checking group v0.13.0
24942026-04-29T22:26:51.776Z Compiling iddqd v0.3.18
24952026-04-29T22:26:51.791Z Checking num-iter v0.1.45
24962026-04-29T22:26:51.807Z Checking heapless v0.7.17
24972026-04-29T22:26:51.897Z Checking goblin v0.8.2
24982026-04-29T22:26:52.054Z Checking flate2 v1.1.9
24992026-04-29T22:26:52.057Z Checking hyper-util v0.1.20
25002026-04-29T22:26:52.129Z Checking tower-http v0.6.8
25012026-04-29T22:26:52.144Z Checking dof v0.4.0
25022026-04-29T22:26:52.213Z Checking zstd-safe v7.2.4
25032026-04-29T22:26:52.344Z Checking rand v0.8.5
25042026-04-29T22:26:52.373Z Checking oxnet v0.1.4
25052026-04-29T22:26:52.403Z Checking cookie v0.18.1
25062026-04-29T22:26:52.608Z Checking tokio-native-tls v0.3.1
25072026-04-29T22:26:52.628Z Checking dtrace-parser v0.3.0
25082026-04-29T22:26:52.706Z Checking phf_shared v0.13.1
25092026-04-29T22:26:52.761Z Checking lazy_static v1.5.0
25102026-04-29T22:26:52.774Z Checking zerocopy v0.7.35
25112026-04-29T22:26:52.849Z Checking terminal_size v0.4.3
25122026-04-29T22:26:52.852Z Checking bzip2-sys v0.1.13+1.0.8
25132026-04-29T22:26:52.871Z Checking signal-hook v0.3.18
25142026-04-29T22:26:52.898Z Checking hkdf v0.12.4
25152026-04-29T22:26:52.915Z Checking crypto-bigint v0.5.5
25162026-04-29T22:26:52.957Z Checking thread-id v5.1.0
25172026-04-29T22:26:52.968Z Checking managed v0.8.0
25182026-04-29T22:26:53.028Z Checking foldhash v0.2.0
25192026-04-29T22:26:53.040Z Checking clap_lex v1.0.0
25202026-04-29T22:26:53.051Z Checking either v1.15.0
25212026-04-29T22:26:53.146Z Compiling rayon-core v1.13.0
25222026-04-29T22:26:53.179Z Checking bitflags v1.3.2
25232026-04-29T22:26:53.192Z Checking winnow v0.5.40
25242026-04-29T22:26:53.230Z Checking strsim v0.11.1
25252026-04-29T22:26:53.249Z Checking bumpalo v3.20.2
25262026-04-29T22:26:53.261Z Checking winnow v0.7.14
25272026-04-29T22:26:53.300Z Checking hyper-rustls v0.27.7
25282026-04-29T22:26:53.315Z Checking foldhash v0.1.5
25292026-04-29T22:26:53.385Z Checking libbz2-rs-sys v0.2.2
25302026-04-29T22:26:53.443Z Checking zopfli v0.8.3
25312026-04-29T22:26:53.446Z Checking hashbrown v0.15.5
25322026-04-29T22:26:53.501Z Checking clap_builder v4.5.60
25332026-04-29T22:26:53.773Z Checking bzip2 v0.6.1
25342026-04-29T22:26:53.798Z Checking dof v0.3.0
25352026-04-29T22:26:53.811Z Checking hyper-tls v0.6.0
25362026-04-29T22:26:53.833Z Checking elliptic-curve v0.13.8
25372026-04-29T22:26:53.904Z Checking smoltcp v0.9.1
25382026-04-29T22:26:53.931Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25392026-04-29T22:26:53.970Z Checking hashbrown v0.16.1
25402026-04-29T22:26:54.069Z Checking signal-hook-mio v0.2.5
25412026-04-29T22:26:54.109Z Checking usdt-impl v0.6.0
25422026-04-29T22:26:54.135Z Checking bzip2 v0.4.4
25432026-04-29T22:26:54.170Z Checking phf v0.13.1
25442026-04-29T22:26:54.293Z Checking num-bigint-dig v0.8.6
25452026-04-29T22:26:54.315Z Checking cookie_store v0.22.1
25462026-04-29T22:26:54.318Z Checking toml_edit v0.19.15
25472026-04-29T22:26:54.424Z Checking zstd v0.13.3
25482026-04-29T22:26:54.465Z Checking postgres-types v0.2.12
25492026-04-29T22:26:54.494Z Checking dtrace-parser v0.2.0
25502026-04-29T22:26:54.604Z Checking rustls-platform-verifier v0.6.2
25512026-04-29T22:26:54.616Z Checking crossbeam-deque v0.8.6
25522026-04-29T22:26:54.648Z Checking bstr v1.12.1
25532026-04-29T22:26:54.726Z Checking regex v1.12.3
25542026-04-29T22:26:54.754Z Checking ed25519 v2.2.3
25552026-04-29T22:26:54.757Z Checking phf_shared v0.11.3
25562026-04-29T22:26:54.779Z Checking ref-cast v1.0.25
25572026-04-29T22:26:54.801Z Checking curve25519-dalek v4.1.3
25582026-04-29T22:26:54.871Z Checking strum v0.27.2
25592026-04-29T22:26:54.906Z Checking hubpack v0.1.2
25602026-04-29T22:26:54.935Z Checking memoffset v0.9.1
25612026-04-29T22:26:54.982Z Checking rustix v0.38.44
25622026-04-29T22:26:55.013Z Checking pkcs1 v0.7.5
25632026-04-29T22:26:55.016Z Checking float-cmp v0.10.0
25642026-04-29T22:26:55.062Z Checking erased-serde v0.3.31
25652026-04-29T22:26:55.074Z Checking hex v0.4.3
25662026-04-29T22:26:55.126Z Checking serde-big-array v0.5.1
25672026-04-29T22:26:55.147Z Checking rfc6979 v0.4.0
25682026-04-29T22:26:55.223Z Checking thread-id v4.2.2
25692026-04-29T22:26:55.257Z Checking memmap2 v0.9.10
25702026-04-29T22:26:55.257Z Checking env_filter v1.0.0
25712026-04-29T22:26:55.293Z Checking encoding_rs v0.8.35
25722026-04-29T22:26:55.305Z Checking predicates-core v1.0.10
25732026-04-29T22:26:55.383Z Checking new_debug_unreachable v1.0.6
25742026-04-29T22:26:55.403Z Checking mime v0.3.17
25752026-04-29T22:26:55.414Z Checking static_assertions v1.1.0
25762026-04-29T22:26:55.424Z Checking toml_write v0.1.2
25772026-04-29T22:26:55.440Z Checking jiff v0.2.21
25782026-04-29T22:26:55.451Z Checking precomputed-hash v0.1.1
25792026-04-29T22:26:55.477Z Checking keccak v0.1.6
25802026-04-29T22:26:55.528Z Checking fixedbitset v0.5.7
25812026-04-29T22:26:55.572Z Checking whoami v2.1.0
25822026-04-29T22:26:55.583Z Checking unicode-segmentation v1.12.0
25832026-04-29T22:26:55.586Z Checking fixedbitset v0.4.2
25842026-04-29T22:26:55.637Z Checking normalize-line-endings v0.3.0
25852026-04-29T22:26:55.723Z Checking rustc-hash v2.1.1
25862026-04-29T22:26:55.726Z Checking data-encoding v2.10.0
25872026-04-29T22:26:55.747Z Checking difflib v0.4.0
25882026-04-29T22:26:55.757Z Checking tokio-postgres v0.7.16
25892026-04-29T22:26:55.788Z Checking crossterm v0.28.1
25902026-04-29T22:26:55.899Z Checking similar v2.7.0
25912026-04-29T22:26:55.919Z Checking predicates v3.1.4
25922026-04-29T22:26:56.005Z Checking hickory-proto v0.25.2
25932026-04-29T22:26:56.213Z Checking petgraph v0.6.5
25942026-04-29T22:26:56.256Z Checking reqwest v0.12.28
25952026-04-29T22:26:56.272Z Checking petgraph v0.8.3
25962026-04-29T22:26:56.483Z Checking sha3 v0.10.8
25972026-04-29T22:26:56.687Z Checking ed25519-dalek v2.2.0
25982026-04-29T22:26:56.700Z Checking toml_edit v0.22.27
25992026-04-29T22:26:56.914Z Checking string_cache v0.8.9
26002026-04-29T22:26:57.004Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
26012026-04-29T22:26:57.080Z Checking slog v2.8.2
26022026-04-29T22:26:57.095Z Checking usdt v0.6.0
26032026-04-29T22:26:57.259Z Checking env_logger v0.11.9
26042026-04-29T22:26:57.336Z Checking toml v0.7.8
26052026-04-29T22:26:57.439Z Checking usdt-impl v0.5.0
26062026-04-29T22:26:57.452Z Checking serde_with v3.17.0
26072026-04-29T22:26:57.642Z Checking ecdsa v0.16.9
26082026-04-29T22:26:57.660Z Checking zip v4.6.1
26092026-04-29T22:26:57.713Z Checking rsa v0.9.10
26102026-04-29T22:26:57.778Z Checking nix v0.31.2
26112026-04-29T22:26:57.970Z Checking clap v4.5.60
26122026-04-29T22:26:58.051Z Checking reqwest v0.13.2
26132026-04-29T22:26:58.142Z Checking toml_parser v1.0.9+spec-1.1.0
26142026-04-29T22:26:58.165Z Checking zip v0.6.6
26152026-04-29T22:26:58.243Z Checking itertools v0.13.0
26162026-04-29T22:26:58.464Z Checking strum v0.26.3
26172026-04-29T22:26:58.481Z Checking tokio-stream v0.1.18
26182026-04-29T22:26:58.573Z Checking fs-err v3.3.0
26192026-04-29T22:26:58.759Z Checking ahash v0.8.12
26202026-04-29T22:26:58.771Z Checking object v0.37.3
26212026-04-29T22:26:58.856Z Checking buf-list v1.1.2
26222026-04-29T22:26:58.869Z Checking anyhow v1.0.102
26232026-04-29T22:26:58.871Z Checking camino v1.2.2
26242026-04-29T22:26:58.892Z Checking x509-cert v0.2.5
26252026-04-29T22:26:58.946Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
26262026-04-29T22:26:59.032Z Checking openapiv3 v2.2.0
26272026-04-29T22:26:59.061Z Checking toml_datetime v0.7.5+spec-1.1.0
26282026-04-29T22:26:59.124Z Checking sha1 v0.10.6
26292026-04-29T22:26:59.210Z Checking peg-runtime v0.8.5
26302026-04-29T22:26:59.258Z Checking lalrpop-util v0.19.12
26312026-04-29T22:26:59.270Z Checking rayon v1.11.0
26322026-04-29T22:26:59.282Z Checking sigpipe v0.1.3
26332026-04-29T22:26:59.292Z Checking glob v0.3.3
26342026-04-29T22:27:00.929Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26352026-04-29T22:27:01.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.53s
26362026-04-29T22:27:01.369Z
26372026-04-29T22:27:01.369Zinfo: running `cargo check --bins` on internal-dns-types (77/272)
26382026-04-29T22:27:01.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26392026-04-29T22:27:01.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26402026-04-29T22:27:01.874Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26412026-04-29T22:27:01.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26422026-04-29T22:27:01.964Z
26432026-04-29T22:27:01.964Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/272)
26442026-04-29T22:27:02.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26452026-04-29T22:27:02.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26462026-04-29T22:27:02.468Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26472026-04-29T22:27:02.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26482026-04-29T22:27:02.555Z
26492026-04-29T22:27:02.555Zinfo: running `cargo check --bins` on nexus-types-versions (79/272)
26502026-04-29T22:27:03.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26512026-04-29T22:27:03.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26522026-04-29T22:27:03.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26532026-04-29T22:27:03.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26542026-04-29T22:27:03.166Z
26552026-04-29T22:27:03.166Zinfo: running `cargo check --bins` on oxql-types (80/272)
26562026-04-29T22:27:03.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26572026-04-29T22:27:03.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26582026-04-29T22:27:03.670Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26592026-04-29T22:27:03.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26602026-04-29T22:27:03.756Z
26612026-04-29T22:27:03.757Zinfo: running `cargo check --bins` on oximeter-types (81/272)
26622026-04-29T22:27:04.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26632026-04-29T22:27:04.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26642026-04-29T22:27:04.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26652026-04-29T22:27:04.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26662026-04-29T22:27:04.348Z
26672026-04-29T22:27:04.348Zinfo: running `cargo check --bins` on oximeter-types-versions (82/272)
26682026-04-29T22:27:04.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26692026-04-29T22:27:04.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26702026-04-29T22:27:04.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26712026-04-29T22:27:04.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26722026-04-29T22:27:04.942Z
26732026-04-29T22:27:04.942Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/272)
26742026-04-29T22:27:05.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26752026-04-29T22:27:05.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26762026-04-29T22:27:05.429Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26772026-04-29T22:27:05.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
26782026-04-29T22:27:05.515Z
26792026-04-29T22:27:05.515Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/272)
26802026-04-29T22:27:06.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26812026-04-29T22:27:06.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26822026-04-29T22:27:06.188Z Compiling structmeta-derive v0.3.0
26832026-04-29T22:27:06.303Z Compiling rustls v0.22.4
26842026-04-29T22:27:06.314Z Compiling multer v3.1.0
26852026-04-29T22:27:06.323Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26862026-04-29T22:27:06.326Z Compiling async-stream-impl v0.3.6
26872026-04-29T22:27:06.342Z Compiling dropshot v0.17.0
26882026-04-29T22:27:06.357Z Compiling newtype-uuid-macros v0.1.0
26892026-04-29T22:27:06.357Z Compiling dropshot_endpoint v0.17.0
26902026-04-29T22:27:06.493Z Checking newtype-uuid v1.3.2
26912026-04-29T22:27:06.533Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26922026-04-29T22:27:06.591Z Checking rustls-webpki v0.102.8
26932026-04-29T22:27:06.684Z Checking daft v0.1.5
26942026-04-29T22:27:06.698Z Checking futures-executor v0.3.32
26952026-04-29T22:27:06.898Z Checking thread_local v1.1.9
26962026-04-29T22:27:06.924Z Compiling match_cfg v0.1.0
26972026-04-29T22:27:06.944Z Checking compression-core v0.4.31
26982026-04-29T22:27:07.058Z Checking iddqd v0.3.18
26992026-04-29T22:27:07.071Z Checking hostname v0.3.1
27002026-04-29T22:27:07.074Z Checking compression-codecs v0.4.37
27012026-04-29T22:27:07.251Z Checking futures v0.3.32
27022026-04-29T22:27:07.327Z Checking crossbeam-channel v0.5.15
27032026-04-29T22:27:07.340Z Checking slog-json v2.6.1
27042026-04-29T22:27:07.355Z Compiling structmeta v0.3.0
27052026-04-29T22:27:07.564Z Compiling derive-ex v0.1.8
27062026-04-29T22:27:07.598Z Compiling parse-display-derive v0.10.0
27072026-04-29T22:27:07.657Z Checking serde_spanned v1.0.4
27082026-04-29T22:27:07.785Z Checking toml_datetime v1.0.0+spec-1.1.0
27092026-04-29T22:27:07.836Z Checking is-terminal v0.4.17
27102026-04-29T22:27:07.923Z Compiling toml_writer v1.0.6+spec-1.1.0
27112026-04-29T22:27:08.091Z Checking take_mut v0.2.2
27122026-04-29T22:27:08.133Z Checking debug-ignore v1.0.5
27132026-04-29T22:27:08.155Z Checking term v1.2.1
27142026-04-29T22:27:08.192Z Checking slog-async v2.8.0
27152026-04-29T22:27:08.195Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27162026-04-29T22:27:08.228Z Checking toml v1.0.6+spec-1.1.0
27172026-04-29T22:27:08.358Z Compiling slog-bunyan v2.5.0
27182026-04-29T22:27:08.371Z Checking slog-term v2.9.2
27192026-04-29T22:27:08.576Z Checking tokio-rustls v0.25.0
27202026-04-29T22:27:08.604Z Checking async-compression v0.4.41
27212026-04-29T22:27:08.766Z Compiling async-stream v0.3.6
27222026-04-29T22:27:08.845Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27232026-04-29T22:27:08.939Z Checking progenitor-client v0.14.0
27242026-04-29T22:27:08.939Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27252026-04-29T22:27:09.166Z Checking backon v1.6.0
27262026-04-29T22:27:09.192Z Checking waitgroup v0.1.2
27272026-04-29T22:27:09.214Z Compiling test-strategy v0.4.5
27282026-04-29T22:27:09.287Z Checking rustls-pemfile v2.2.0
27292026-04-29T22:27:09.520Z Checking serde_path_to_error v0.1.20
27302026-04-29T22:27:09.544Z Compiling hostname v0.4.2
27312026-04-29T22:27:09.560Z Checking instant v0.1.13
27322026-04-29T22:27:09.665Z Compiling prettyplease v0.2.37
27332026-04-29T22:27:09.677Z Checking backoff v0.4.0
27342026-04-29T22:27:09.746Z Compiling progenitor-extras v0.2.0
27352026-04-29T22:27:09.918Z Compiling parse-display v0.10.0
27362026-04-29T22:27:10.024Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27372026-04-29T22:27:10.126Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27382026-04-29T22:27:10.237Z Checking progenitor-client v0.10.0
27392026-04-29T22:27:10.329Z Checking itertools v0.14.0
27402026-04-29T22:27:10.464Z Checking regress v0.10.5
27412026-04-29T22:27:10.559Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27422026-04-29T22:27:10.596Z Checking num-rational v0.4.2
27432026-04-29T22:27:10.761Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27442026-04-29T22:27:11.404Z Checking num-complex v0.4.6
27452026-04-29T22:27:11.732Z Compiling macaddr v1.0.1
27462026-04-29T22:27:11.870Z Checking num v0.4.3
27472026-04-29T22:27:11.931Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27482026-04-29T22:27:11.943Z Compiling usdt-attr-macro v0.5.0
27492026-04-29T22:27:11.955Z Compiling usdt-macro v0.5.0
27502026-04-29T22:27:12.161Z Checking memmap v0.7.0
27512026-04-29T22:27:12.240Z Checking float-ord v0.3.2
27522026-04-29T22:27:12.342Z Compiling toml v0.8.23
27532026-04-29T22:27:12.366Z Compiling minimal-lexical v0.2.1
27542026-04-29T22:27:12.619Z Checking linked-hash-map v0.5.6
27552026-04-29T22:27:12.711Z Checking usdt v0.5.0
27562026-04-29T22:27:12.788Z Checking lru-cache v0.1.2
27572026-04-29T22:27:12.879Z Compiling nom v7.1.3
27582026-04-29T22:27:13.277Z Checking hickory-proto v0.24.4
27592026-04-29T22:27:13.409Z Checking phf_shared v0.12.1
27602026-04-29T22:27:13.444Z Compiling slog-dtrace v0.3.0
27612026-04-29T22:27:13.550Z Compiling convert_case v0.4.0
27622026-04-29T22:27:13.636Z Checking heck v0.5.0
27632026-04-29T22:27:13.764Z Compiling chrono-tz v0.10.4
27642026-04-29T22:27:13.923Z Checking resolv-conf v0.7.6
27652026-04-29T22:27:13.961Z Compiling derive_more v0.99.20
27662026-04-29T22:27:14.117Z Compiling const_format_proc_macros v0.2.34
27672026-04-29T22:27:14.153Z Checking phf v0.12.1
27682026-04-29T22:27:14.204Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27692026-04-29T22:27:14.292Z Checking tokio-dtrace v0.1.1
27702026-04-29T22:27:14.479Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27712026-04-29T22:27:14.668Z Compiling derive-where v1.6.0
27722026-04-29T22:27:14.961Z Checking highway v1.3.0
27732026-04-29T22:27:15.047Z Checking hickory-resolver v0.24.4
27742026-04-29T22:27:15.190Z Checking const_format v0.2.35
27752026-04-29T22:27:15.305Z Checking oxide-tokio-rt v0.1.4
27762026-04-29T22:27:15.702Z Checking gethostname v0.5.0
27772026-04-29T22:27:15.716Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27782026-04-29T22:27:15.786Z Checking bcs v0.1.6
27792026-04-29T22:27:15.789Z Compiling async-recursion v1.1.1
27802026-04-29T22:27:16.015Z Checking termtree v0.5.1
27812026-04-29T22:27:16.028Z Checking qorb v0.4.1
27822026-04-29T22:27:16.520Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27832026-04-29T22:27:17.206Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27842026-04-29T22:27:17.399Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27852026-04-29T22:27:17.402Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27862026-04-29T22:27:19.502Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27872026-04-29T22:27:22.214Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27882026-04-29T22:27:24.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.73s
27892026-04-29T22:27:24.434Z
27902026-04-29T22:27:24.434Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/272)
27912026-04-29T22:27:24.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27922026-04-29T22:27:24.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27932026-04-29T22:27:25.114Z Compiling ar_archive_writer v0.5.1
27942026-04-29T22:27:25.226Z Compiling stacker v0.1.23
27952026-04-29T22:27:25.229Z Compiling cfg_aliases v0.1.1
27962026-04-29T22:27:25.241Z Compiling convert_case v0.10.0
27972026-04-29T22:27:25.244Z Checking unicode-width v0.1.14
27982026-04-29T22:27:25.258Z Compiling proc-macro-error v1.0.4
27992026-04-29T22:27:25.269Z Checking fd-lock v4.0.4
28002026-04-29T22:27:25.276Z Checking nibble_vec v0.1.0
28012026-04-29T22:27:25.294Z Compiling nix v0.28.0
28022026-04-29T22:27:25.386Z Checking vte v0.14.1
28032026-04-29T22:27:25.398Z Compiling recursive-proc-macro-impl v0.1.1
28042026-04-29T22:27:25.479Z Checking bytecount v0.6.9
28052026-04-29T22:27:25.495Z Checking endian-type v0.1.2
28062026-04-29T22:27:25.537Z Compiling derive_more-impl v2.1.1
28072026-04-29T22:27:25.554Z Compiling tabled_derive v0.7.0
28082026-04-29T22:27:25.557Z Checking strip-ansi-escapes v0.2.1
28092026-04-29T22:27:25.611Z Checking papergrid v0.11.0
28102026-04-29T22:27:25.653Z Checking radix_trie v0.2.1
28112026-04-29T22:27:25.665Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28122026-04-29T22:27:25.797Z Compiling peg-macros v0.8.5
28132026-04-29T22:27:25.852Z Checking winnow v0.6.26
28142026-04-29T22:27:26.067Z Compiling psm v0.1.30
28152026-04-29T22:27:26.121Z Compiling sqlparser_derive v0.5.0
28162026-04-29T22:27:26.208Z Checking unicode_categories v0.1.1
28172026-04-29T22:27:26.336Z Checking derive_more v2.1.1
28182026-04-29T22:27:26.361Z Checking home v0.5.12
28192026-04-29T22:27:26.413Z Checking nu-ansi-term v0.50.3
28202026-04-29T22:27:26.464Z Checking unicode-width v0.2.0
28212026-04-29T22:27:26.514Z Checking tabled v0.15.0
28222026-04-29T22:27:26.553Z Checking rustyline v14.0.0
28232026-04-29T22:27:26.621Z Checking crossterm v0.29.0
28242026-04-29T22:27:26.708Z Checking reedline v0.40.0
28252026-04-29T22:27:26.840Z Checking recursive v0.1.1
28262026-04-29T22:27:26.897Z Checking display-error-chain v0.2.2
28272026-04-29T22:27:26.930Z Checking sqlparser v0.61.0
28282026-04-29T22:27:26.984Z Checking sqlformat v0.3.5
28292026-04-29T22:27:27.146Z Checking peg v0.8.5
28302026-04-29T22:27:38.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.58s
28312026-04-29T22:27:38.202Z
28322026-04-29T22:27:38.202Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/272)
28332026-04-29T22:27:38.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28342026-04-29T22:27:38.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28352026-04-29T22:27:38.873Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28362026-04-29T22:27:42.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.01s
28372026-04-29T22:27:42.404Z
28382026-04-29T22:27:42.404Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/272)
28392026-04-29T22:27:42.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28402026-04-29T22:27:42.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28412026-04-29T22:27:43.080Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28422026-04-29T22:27:45.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.05s
28432026-04-29T22:27:45.647Z
28442026-04-29T22:27:45.647Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/272)
28452026-04-29T22:27:46.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28462026-04-29T22:27:46.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28472026-04-29T22:27:46.310Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28482026-04-29T22:27:49.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.85s
28492026-04-29T22:27:49.684Z
28502026-04-29T22:27:49.684Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/272)
28512026-04-29T22:27:50.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28522026-04-29T22:27:50.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28532026-04-29T22:27:50.349Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28542026-04-29T22:27:53.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.83s
28552026-04-29T22:27:53.716Z
28562026-04-29T22:27:53.716Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/272)
28572026-04-29T22:27:54.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28582026-04-29T22:27:54.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28592026-04-29T22:27:54.381Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28602026-04-29T22:27:56.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
28612026-04-29T22:27:57.109Z
28622026-04-29T22:27:57.109Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/272)
28632026-04-29T22:27:57.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28642026-04-29T22:27:57.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28652026-04-29T22:27:57.782Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28662026-04-29T22:28:00.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s
28672026-04-29T22:28:00.501Z
28682026-04-29T22:28:00.501Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/272)
28692026-04-29T22:28:01.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28702026-04-29T22:28:01.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28712026-04-29T22:28:01.169Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28722026-04-29T22:28:04.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.99s
28732026-04-29T22:28:04.688Z
28742026-04-29T22:28:04.689Zinfo: running `cargo check --bins` on oximeter (93/272)
28752026-04-29T22:28:05.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28762026-04-29T22:28:05.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28772026-04-29T22:28:05.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28782026-04-29T22:28:05.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28792026-04-29T22:28:05.281Z
28802026-04-29T22:28:05.281Zinfo: running `cargo check --bins` on oximeter-schema (94/272)
28812026-04-29T22:28:05.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28822026-04-29T22:28:05.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28832026-04-29T22:28:05.910Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28842026-04-29T22:28:06.071Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28852026-04-29T22:28:06.074Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28862026-04-29T22:28:06.401Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28872026-04-29T22:28:09.444Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28882026-04-29T22:28:10.652Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28892026-04-29T22:28:10.815Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28902026-04-29T22:28:11.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.19s
28912026-04-29T22:28:11.656Z
28922026-04-29T22:28:11.656Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/272)
28932026-04-29T22:28:12.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28942026-04-29T22:28:12.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28952026-04-29T22:28:12.160Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28962026-04-29T22:28:12.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28972026-04-29T22:28:12.251Z
28982026-04-29T22:28:12.251Zinfo: running `cargo check --bins` on oximeter-test-utils (96/272)
28992026-04-29T22:28:12.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29002026-04-29T22:28:12.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29012026-04-29T22:28:12.790Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29022026-04-29T22:28:12.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29032026-04-29T22:28:12.893Z
29042026-04-29T22:28:12.893Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/272)
29052026-04-29T22:28:13.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29062026-04-29T22:28:13.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29072026-04-29T22:28:13.400Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29082026-04-29T22:28:13.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29092026-04-29T22:28:13.492Z
29102026-04-29T22:28:13.492Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/272)
29112026-04-29T22:28:13.998Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29122026-04-29T22:28:14.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29132026-04-29T22:28:14.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29142026-04-29T22:28:14.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29152026-04-29T22:28:14.095Z
29162026-04-29T22:28:14.095Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/272)
29172026-04-29T22:28:14.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29182026-04-29T22:28:14.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29192026-04-29T22:28:14.607Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29202026-04-29T22:28:14.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29212026-04-29T22:28:14.702Z
29222026-04-29T22:28:14.702Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/272)
29232026-04-29T22:28:15.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29242026-04-29T22:28:15.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29252026-04-29T22:28:15.212Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29262026-04-29T22:28:15.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29272026-04-29T22:28:15.301Z
29282026-04-29T22:28:15.301Zinfo: running `cargo check --bins` on trust-quorum-types (101/272)
29292026-04-29T22:28:15.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29302026-04-29T22:28:15.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29312026-04-29T22:28:15.795Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29322026-04-29T22:28:15.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29332026-04-29T22:28:15.880Z
29342026-04-29T22:28:15.880Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/272)
29352026-04-29T22:28:16.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29362026-04-29T22:28:16.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29372026-04-29T22:28:16.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29382026-04-29T22:28:16.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29392026-04-29T22:28:16.483Z
29402026-04-29T22:28:16.483Zinfo: running `cargo check --bins` on update-engine (103/272)
29412026-04-29T22:28:16.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29422026-04-29T22:28:16.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29432026-04-29T22:28:16.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29442026-04-29T22:28:16.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29452026-04-29T22:28:17.069Z
29462026-04-29T22:28:17.069Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/272)
29472026-04-29T22:28:17.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29482026-04-29T22:28:17.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29492026-04-29T22:28:17.785Z Compiling crucible-workspace-hack v0.1.0
29502026-04-29T22:28:17.902Z Checking secrecy v0.10.3
29512026-04-29T22:28:17.909Z Compiling heapless v0.8.0
29522026-04-29T22:28:17.917Z Compiling ingot-macros v0.1.1
29532026-04-29T22:28:17.923Z Compiling toml_edit v0.23.10+spec-1.0.0
29542026-04-29T22:28:17.923Z Checking hash32 v0.3.1
29552026-04-29T22:28:17.944Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29562026-04-29T22:28:17.944Z Compiling smoltcp v0.11.0
29572026-04-29T22:28:18.003Z Checking cobs v0.3.0
29582026-04-29T22:28:18.049Z Compiling thiserror-impl-no-std v2.0.2
29592026-04-29T22:28:18.136Z Checking universal-hash v0.5.1
29602026-04-29T22:28:18.159Z Checking half v2.7.1
29612026-04-29T22:28:18.172Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29622026-04-29T22:28:18.266Z Checking ciborium-io v0.2.2
29632026-04-29T22:28:18.299Z Checking opaque-debug v0.3.1
29642026-04-29T22:28:18.354Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
29652026-04-29T22:28:18.378Z Checking poly1305 v0.8.0
29662026-04-29T22:28:18.390Z Checking postcard v1.1.3
29672026-04-29T22:28:18.408Z Checking ciborium-ll v0.2.2
29682026-04-29T22:28:18.577Z Compiling proc-macro-crate v3.4.0
29692026-04-29T22:28:18.630Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29702026-04-29T22:28:18.643Z Checking password-hash v0.5.0
29712026-04-29T22:28:18.670Z Checking chacha20 v0.9.1
29722026-04-29T22:28:18.881Z Compiling proc-macro-crate v1.3.1
29732026-04-29T22:28:18.900Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29742026-04-29T22:28:18.900Z Checking blake2 v0.10.6
29752026-04-29T22:28:18.949Z Checking aead v0.5.2
29762026-04-29T22:28:19.088Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29772026-04-29T22:28:19.125Z Compiling num_enum_derive v0.7.5
29782026-04-29T22:28:19.139Z Compiling foreign-types-macros v0.2.3
29792026-04-29T22:28:19.142Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29802026-04-29T22:28:19.212Z Checking thiserror-no-std v2.0.2
29812026-04-29T22:28:19.286Z Checking foreign-types-shared v0.3.1
29822026-04-29T22:28:19.300Z Checking cpufeatures v0.3.0
29832026-04-29T22:28:19.300Z Checking vsss-rs v3.3.4
29842026-04-29T22:28:19.373Z Compiling num_enum_derive v0.5.11
29852026-04-29T22:28:19.385Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29862026-04-29T22:28:19.397Z Checking chacha20 v0.10.0
29872026-04-29T22:28:19.615Z Checking argon2 v0.5.3
29882026-04-29T22:28:19.715Z Checking foreign-types v0.5.0
29892026-04-29T22:28:19.796Z Checking chacha20poly1305 v0.10.1
29902026-04-29T22:28:19.897Z Checking ciborium v0.2.2
29912026-04-29T22:28:20.022Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29922026-04-29T22:28:20.083Z Checking tabwriter v1.4.1
29932026-04-29T22:28:20.180Z Checking num_enum v0.7.5
29942026-04-29T22:28:20.224Z Checking console v0.15.11
29952026-04-29T22:28:20.295Z Checking newline-converter v0.3.0
29962026-04-29T22:28:20.310Z Checking atomicwrites v0.4.4
29972026-04-29T22:28:20.323Z Checking camino-tempfile v1.4.1
29982026-04-29T22:28:20.403Z Checking byte-wrapper v0.1.0
29992026-04-29T22:28:20.416Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30002026-04-29T22:28:20.433Z Checking cstr-argument v0.1.2
30012026-04-29T22:28:20.436Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30022026-04-29T22:28:20.477Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
30032026-04-29T22:28:20.498Z Checking expectorate v1.2.0
30042026-04-29T22:28:20.551Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30052026-04-29T22:28:20.604Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30062026-04-29T22:28:20.624Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30072026-04-29T22:28:20.673Z Checking num_enum v0.5.11
30082026-04-29T22:28:20.690Z Checking ingot-types v0.1.2
30092026-04-29T22:28:20.714Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30102026-04-29T22:28:20.781Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30112026-04-29T22:28:20.823Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30122026-04-29T22:28:20.867Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30132026-04-29T22:28:20.879Z Checking rand v0.10.0
30142026-04-29T22:28:20.892Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30152026-04-29T22:28:20.924Z Checking indent_write v2.2.0
30162026-04-29T22:28:20.963Z Checking colored v3.1.1
30172026-04-29T22:28:20.979Z Compiling zone_cfg_derive v0.3.1
30182026-04-29T22:28:21.047Z Checking ingot v0.1.1
30192026-04-29T22:28:21.060Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30202026-04-29T22:28:21.158Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
30212026-04-29T22:28:21.192Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30222026-04-29T22:28:21.216Z Checking itertools v0.12.1
30232026-04-29T22:28:21.229Z Compiling num-derive v0.4.2
30242026-04-29T22:28:21.367Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30252026-04-29T22:28:21.551Z Checking swrite v0.1.0
30262026-04-29T22:28:21.615Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30272026-04-29T22:28:21.660Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30282026-04-29T22:28:21.715Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30292026-04-29T22:28:21.810Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30302026-04-29T22:28:21.916Z Checking dropshot-api-manager-types v0.7.1
30312026-04-29T22:28:21.931Z Checking smf v0.2.3
30322026-04-29T22:28:22.088Z Checking nanorand v0.7.0
30332026-04-29T22:28:22.134Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
30342026-04-29T22:28:22.199Z Checking whoami v1.6.1
30352026-04-29T22:28:22.217Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
30362026-04-29T22:28:22.217Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30372026-04-29T22:28:22.243Z Checking zone v0.3.1
30382026-04-29T22:28:22.279Z Checking flume v0.11.1
30392026-04-29T22:28:22.635Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30402026-04-29T22:28:23.582Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30412026-04-29T22:28:24.461Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30422026-04-29T22:28:27.668Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30432026-04-29T22:28:29.683Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30442026-04-29T22:28:30.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.63s
30452026-04-29T22:28:30.895Z
30462026-04-29T22:28:30.895Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/272)
30472026-04-29T22:28:31.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30482026-04-29T22:28:31.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30492026-04-29T22:28:31.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30502026-04-29T22:28:31.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30512026-04-29T22:28:31.492Z
30522026-04-29T22:28:31.492Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/272)
30532026-04-29T22:28:31.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30542026-04-29T22:28:32.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30552026-04-29T22:28:32.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30562026-04-29T22:28:32.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30572026-04-29T22:28:32.093Z
30582026-04-29T22:28:32.093Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/272)
30592026-04-29T22:28:32.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30602026-04-29T22:28:32.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30612026-04-29T22:28:32.604Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30622026-04-29T22:28:32.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30632026-04-29T22:28:32.695Z
30642026-04-29T22:28:32.695Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/272)
30652026-04-29T22:28:33.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30662026-04-29T22:28:33.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30672026-04-29T22:28:33.207Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30682026-04-29T22:28:33.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30692026-04-29T22:28:33.297Z
30702026-04-29T22:28:33.297Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/272)
30712026-04-29T22:28:33.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30722026-04-29T22:28:33.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30732026-04-29T22:28:33.805Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30742026-04-29T22:28:33.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30752026-04-29T22:28:33.901Z
30762026-04-29T22:28:33.901Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/272)
30772026-04-29T22:28:34.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30782026-04-29T22:28:34.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30792026-04-29T22:28:34.411Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30802026-04-29T22:28:34.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30812026-04-29T22:28:34.505Z
30822026-04-29T22:28:34.505Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/272)
30832026-04-29T22:28:35.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30842026-04-29T22:28:35.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30852026-04-29T22:28:35.017Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30862026-04-29T22:28:35.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30872026-04-29T22:28:35.110Z
30882026-04-29T22:28:35.110Zinfo: running `cargo check --bins` on cockroach-admin-client (112/272)
30892026-04-29T22:28:35.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30902026-04-29T22:28:35.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30912026-04-29T22:28:35.607Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30922026-04-29T22:28:35.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30932026-04-29T22:28:35.696Z
30942026-04-29T22:28:35.696Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/272)
30952026-04-29T22:28:36.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30962026-04-29T22:28:36.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30972026-04-29T22:28:36.202Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30982026-04-29T22:28:36.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30992026-04-29T22:28:36.292Z
31002026-04-29T22:28:36.292Zinfo: running `cargo check --bins` on dns-service-client (114/272)
31012026-04-29T22:28:36.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31022026-04-29T22:28:36.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31032026-04-29T22:28:36.798Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31042026-04-29T22:28:36.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31052026-04-29T22:28:36.891Z
31062026-04-29T22:28:36.891Zinfo: running `cargo check --bins` on installinator-client (115/272)
31072026-04-29T22:28:37.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31082026-04-29T22:28:37.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31092026-04-29T22:28:37.401Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31102026-04-29T22:28:37.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31112026-04-29T22:28:37.496Z
31122026-04-29T22:28:37.496Zinfo: running `cargo check --bins` on nexus-client (116/272)
31132026-04-29T22:28:38.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31142026-04-29T22:28:38.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31152026-04-29T22:28:38.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31162026-04-29T22:28:38.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31172026-04-29T22:28:38.132Z
31182026-04-29T22:28:38.133Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/272)
31192026-04-29T22:28:38.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31202026-04-29T22:28:38.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31212026-04-29T22:28:38.668Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31222026-04-29T22:28:38.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31232026-04-29T22:28:38.765Z
31242026-04-29T22:28:38.765Zinfo: running `cargo check --bins` on ntp-admin-client (118/272)
31252026-04-29T22:28:39.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31262026-04-29T22:28:39.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31272026-04-29T22:28:39.257Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31282026-04-29T22:28:39.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31292026-04-29T22:28:39.348Z
31302026-04-29T22:28:39.348Zinfo: running `cargo check --bins` on oxide-client (119/272)
31312026-04-29T22:28:39.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31322026-04-29T22:28:39.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31332026-04-29T22:28:39.846Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31342026-04-29T22:28:39.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31352026-04-29T22:28:39.934Z
31362026-04-29T22:28:39.934Zinfo: running `cargo check --bins` on oximeter-client (120/272)
31372026-04-29T22:28:40.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31382026-04-29T22:28:40.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31392026-04-29T22:28:40.442Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31402026-04-29T22:28:40.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31412026-04-29T22:28:40.534Z
31422026-04-29T22:28:40.534Zinfo: running `cargo check --bins` on repo-depot-client (121/272)
31432026-04-29T22:28:41.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31442026-04-29T22:28:41.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31452026-04-29T22:28:41.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31462026-04-29T22:28:41.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31472026-04-29T22:28:41.122Z
31482026-04-29T22:28:41.122Zinfo: running `cargo check --bins` on sled-agent-client (122/272)
31492026-04-29T22:28:41.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31502026-04-29T22:28:41.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31512026-04-29T22:28:41.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31522026-04-29T22:28:41.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31532026-04-29T22:28:41.738Z
31542026-04-29T22:28:41.738Zinfo: running `cargo check --bins` on wicketd-client (123/272)
31552026-04-29T22:28:42.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31562026-04-29T22:28:42.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31572026-04-29T22:28:42.269Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31582026-04-29T22:28:42.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31592026-04-29T22:28:42.368Z
31602026-04-29T22:28:42.368Zinfo: running `cargo check --bins` on installinator-common (124/272)
31612026-04-29T22:28:42.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31622026-04-29T22:28:42.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31632026-04-29T22:28:42.887Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31642026-04-29T22:28:42.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31652026-04-29T22:28:42.981Z
31662026-04-29T22:28:42.981Zinfo: running `cargo check --bins` on installinator-common-versions (125/272)
31672026-04-29T22:28:43.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31682026-04-29T22:28:43.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31692026-04-29T22:28:43.473Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31702026-04-29T22:28:43.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31712026-04-29T22:28:43.562Z
31722026-04-29T22:28:43.562Zinfo: running `cargo check --bins` on wicket-common (126/272)
31732026-04-29T22:28:44.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31742026-04-29T22:28:44.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31752026-04-29T22:28:44.077Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31762026-04-29T22:28:44.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31772026-04-29T22:28:44.175Z
31782026-04-29T22:28:44.175Zinfo: running `cargo check --bins` on omicron-cockroach-admin (127/272)
31792026-04-29T22:28:44.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31802026-04-29T22:28:44.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31812026-04-29T22:28:44.864Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31822026-04-29T22:28:44.979Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31832026-04-29T22:28:44.987Z Checking csv-core v0.1.13
31842026-04-29T22:28:44.994Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31852026-04-29T22:28:45.003Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31862026-04-29T22:28:45.012Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31872026-04-29T22:28:45.024Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31882026-04-29T22:28:45.034Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31892026-04-29T22:28:45.138Z Checking csv v1.4.0
31902026-04-29T22:28:45.159Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31912026-04-29T22:28:45.203Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31922026-04-29T22:28:45.232Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31932026-04-29T22:28:45.461Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31942026-04-29T22:28:45.826Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31952026-04-29T22:28:45.830Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31962026-04-29T22:28:46.163Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31972026-04-29T22:28:51.837Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31982026-04-29T22:28:52.358Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31992026-04-29T22:28:54.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.50s
32002026-04-29T22:28:54.876Z
32012026-04-29T22:28:54.876Zinfo: running `cargo check --bins` on cockroach-admin-api (128/272)
32022026-04-29T22:28:55.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32032026-04-29T22:28:55.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32042026-04-29T22:28:55.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32052026-04-29T22:28:55.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32062026-04-29T22:28:55.475Z
32072026-04-29T22:28:55.476Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (129/272)
32082026-04-29T22:28:56.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32092026-04-29T22:28:56.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32102026-04-29T22:28:56.049Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32112026-04-29T22:28:56.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32122026-04-29T22:28:56.158Z
32132026-04-29T22:28:56.158Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (130/272)
32142026-04-29T22:28:56.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32152026-04-29T22:28:56.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32162026-04-29T22:28:56.737Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32172026-04-29T22:28:56.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32182026-04-29T22:28:56.848Z
32192026-04-29T22:28:56.848Zinfo: running `cargo check --bins` on gateway-test-utils (131/272)
32202026-04-29T22:28:57.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32212026-04-29T22:28:57.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32222026-04-29T22:28:57.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32232026-04-29T22:28:57.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32242026-04-29T22:28:57.502Z
32252026-04-29T22:28:57.503Zinfo: running `cargo check --bins` on omicron-gateway (132/272)
32262026-04-29T22:28:58.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32272026-04-29T22:28:58.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32282026-04-29T22:28:58.266Z Compiling regress v0.11.1
32292026-04-29T22:28:58.403Z Compiling unsafe-libyaml v0.2.11
32302026-04-29T22:28:58.416Z Compiling radium v0.7.0
32312026-04-29T22:28:58.416Z Compiling semver v0.1.20
32322026-04-29T22:28:58.440Z Compiling pin-project-internal v1.1.11
32332026-04-29T22:28:58.451Z Compiling maybe-uninit v2.0.0
32342026-04-29T22:28:58.454Z Checking tap v1.0.1
32352026-04-29T22:28:58.562Z Checking wyz v0.5.1
32362026-04-29T22:28:58.675Z Compiling rustc_version v0.1.7
32372026-04-29T22:28:58.737Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32382026-04-29T22:28:58.760Z Checking progenitor-client v0.13.0
32392026-04-29T22:28:58.863Z Compiling snafu-derive v0.8.9
32402026-04-29T22:28:58.888Z Compiling newtype_derive v0.1.6
32412026-04-29T22:28:58.987Z Compiling serde_yaml v0.9.34+deprecated
32422026-04-29T22:28:59.075Z Compiling zerocopy-derive v0.6.6
32432026-04-29T22:28:59.131Z Compiling owo-colors v4.3.0
32442026-04-29T22:28:59.460Z Compiling cancel-safe-futures v0.1.5
32452026-04-29T22:28:59.555Z Checking pin-project v1.1.11
32462026-04-29T22:28:59.653Z Checking crc-catalog v2.4.0
32472026-04-29T22:28:59.667Z Checking same-file v1.0.6
32482026-04-29T22:28:59.748Z Checking funty v2.0.0
32492026-04-29T22:28:59.789Z Compiling packed_struct v0.10.1
32502026-04-29T22:28:59.830Z Checking typify-impl v0.6.2
32512026-04-29T22:29:00.054Z Checking zerocopy v0.6.6
32522026-04-29T22:29:00.082Z Checking bitvec v1.0.1
32532026-04-29T22:29:00.257Z Checking walkdir v2.5.0
32542026-04-29T22:29:00.350Z Checking crc v3.4.0
32552026-04-29T22:29:00.525Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32562026-04-29T22:29:00.525Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32572026-04-29T22:29:00.567Z Checking globset v0.4.18
32582026-04-29T22:29:00.776Z Checking snafu v0.8.9
32592026-04-29T22:29:00.822Z Checking olpc-cjson v0.1.4
32602026-04-29T22:29:00.872Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32612026-04-29T22:29:00.959Z Checking pem v3.0.6
32622026-04-29T22:29:00.978Z Compiling packed_struct_codegen v0.10.1
32632026-04-29T22:29:01.010Z Checking libsw-core v0.3.2
32642026-04-29T22:29:01.050Z Checking serde_plain v1.0.2
32652026-04-29T22:29:01.116Z Compiling bitfield-macros v0.19.4
32662026-04-29T22:29:01.129Z Compiling indexmap v1.9.3
32672026-04-29T22:29:01.154Z Checking nodrop v0.1.14
32682026-04-29T22:29:01.194Z Checking typed-path v0.9.3
32692026-04-29T22:29:01.246Z Checking array-init v0.0.4
32702026-04-29T22:29:01.340Z Checking libsw v3.5.0
32712026-04-29T22:29:01.381Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32722026-04-29T22:29:01.488Z Checking smallvec v0.6.14
32732026-04-29T22:29:01.617Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32742026-04-29T22:29:01.775Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32752026-04-29T22:29:01.812Z Checking bitfield v0.19.4
32762026-04-29T22:29:01.908Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32772026-04-29T22:29:01.943Z Checking tagptr v0.2.0
32782026-04-29T22:29:01.958Z Checking tough v0.20.0
32792026-04-29T22:29:02.023Z Checking hashbrown v0.12.3
32802026-04-29T22:29:02.037Z Checking base64 v0.21.7
32812026-04-29T22:29:02.082Z Checking smawk v0.3.2
32822026-04-29T22:29:02.084Z Checking linear-map v1.2.0
32832026-04-29T22:29:02.145Z Checking unicode-linebreak v0.1.5
32842026-04-29T22:29:02.210Z Checking moka v0.12.13
32852026-04-29T22:29:02.261Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32862026-04-29T22:29:02.274Z Checking ron v0.8.1
32872026-04-29T22:29:02.355Z Checking textwrap v0.16.2
32882026-04-29T22:29:02.566Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32892026-04-29T22:29:02.738Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32902026-04-29T22:29:02.786Z Checking serde-hex v0.1.0
32912026-04-29T22:29:02.831Z Checking steno v0.4.1
32922026-04-29T22:29:02.908Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32932026-04-29T22:29:03.067Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32942026-04-29T22:29:03.094Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32952026-04-29T22:29:03.363Z Checking hashbrown v0.13.2
32962026-04-29T22:29:03.509Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32972026-04-29T22:29:03.631Z Checking crc-any v2.5.0
32982026-04-29T22:29:03.703Z Checking humantime v2.3.0
32992026-04-29T22:29:03.782Z Checking object v0.30.4
33002026-04-29T22:29:03.829Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33012026-04-29T22:29:03.845Z Checking hickory-resolver v0.25.2
33022026-04-29T22:29:03.883Z Checking utf-8 v0.7.6
33032026-04-29T22:29:03.927Z Checking void v1.0.2
33042026-04-29T22:29:03.988Z Checking half v1.8.3
33052026-04-29T22:29:04.016Z Checking path-slash v0.1.5
33062026-04-29T22:29:04.029Z Checking lzss v0.8.2
33072026-04-29T22:29:04.120Z Checking tungstenite v0.23.0
33082026-04-29T22:29:04.185Z Checking serde_cbor v0.11.2
33092026-04-29T22:29:04.253Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33102026-04-29T22:29:04.337Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33112026-04-29T22:29:04.408Z Checking nix v0.27.1
33122026-04-29T22:29:04.422Z Compiling typify-macro v0.6.2
33132026-04-29T22:29:04.537Z Checking kstat-rs v0.2.4
33142026-04-29T22:29:04.550Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33152026-04-29T22:29:04.563Z Checking fxhash v0.2.1
33162026-04-29T22:29:04.576Z Checking serde_bytes v0.11.19
33172026-04-29T22:29:04.679Z Checking tokio-tungstenite v0.23.1
33182026-04-29T22:29:04.719Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33192026-04-29T22:29:04.748Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33202026-04-29T22:29:04.923Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33212026-04-29T22:29:04.945Z Checking signal-hook-tokio v0.3.1
33222026-04-29T22:29:05.829Z Compiling typify v0.6.2
33232026-04-29T22:29:05.912Z Compiling progenitor-impl v0.13.0
33242026-04-29T22:29:05.912Z Compiling progenitor-impl v0.14.0
33252026-04-29T22:29:06.060Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33262026-04-29T22:29:06.974Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33272026-04-29T22:29:07.299Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
33282026-04-29T22:29:07.493Z Compiling progenitor-macro v0.13.0
33292026-04-29T22:29:07.528Z Compiling progenitor-macro v0.14.0
33302026-04-29T22:29:10.121Z Checking progenitor v0.13.0
33312026-04-29T22:29:10.124Z Checking progenitor v0.14.0
33322026-04-29T22:29:10.249Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33332026-04-29T22:29:10.251Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33342026-04-29T22:29:13.221Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33352026-04-29T22:29:20.560Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33362026-04-29T22:29:26.750Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33372026-04-29T22:29:28.107Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33382026-04-29T22:29:28.610Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33392026-04-29T22:29:30.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.19s
33402026-04-29T22:29:30.901Z
33412026-04-29T22:29:30.901Zinfo: running `cargo check --bins` on gateway-api (133/272)
33422026-04-29T22:29:31.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33432026-04-29T22:29:31.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33442026-04-29T22:29:31.409Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33452026-04-29T22:29:31.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33462026-04-29T22:29:31.497Z
33472026-04-29T22:29:31.497Zinfo: running `cargo check --bins` on ipcc (134/272)
33482026-04-29T22:29:32.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33492026-04-29T22:29:32.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33502026-04-29T22:29:32.007Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33512026-04-29T22:29:32.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33522026-04-29T22:29:32.097Z
33532026-04-29T22:29:32.097Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (135/272)
33542026-04-29T22:29:32.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33552026-04-29T22:29:32.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33562026-04-29T22:29:32.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33572026-04-29T22:29:32.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33582026-04-29T22:29:32.684Z
33592026-04-29T22:29:32.684Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (136/272)
33602026-04-29T22:29:33.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33612026-04-29T22:29:33.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33622026-04-29T22:29:33.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33632026-04-29T22:29:33.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33642026-04-29T22:29:33.290Z
33652026-04-29T22:29:33.290Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (137/272)
33662026-04-29T22:29:33.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33672026-04-29T22:29:33.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33682026-04-29T22:29:33.803Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33692026-04-29T22:29:33.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33702026-04-29T22:29:33.896Z
33712026-04-29T22:29:33.896Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (138/272)
33722026-04-29T22:29:34.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33732026-04-29T22:29:34.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33742026-04-29T22:29:34.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33752026-04-29T22:29:34.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33762026-04-29T22:29:34.501Z
33772026-04-29T22:29:34.501Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (139/272)
33782026-04-29T22:29:35.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33792026-04-29T22:29:35.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33802026-04-29T22:29:35.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33812026-04-29T22:29:35.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33822026-04-29T22:29:35.105Z
33832026-04-29T22:29:35.105Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (140/272)
33842026-04-29T22:29:35.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33852026-04-29T22:29:35.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33862026-04-29T22:29:35.614Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33872026-04-29T22:29:35.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33882026-04-29T22:29:35.704Z
33892026-04-29T22:29:35.704Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (141/272)
33902026-04-29T22:29:36.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33912026-04-29T22:29:36.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33922026-04-29T22:29:36.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33932026-04-29T22:29:36.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33942026-04-29T22:29:36.308Z
33952026-04-29T22:29:36.308Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (142/272)
33962026-04-29T22:29:36.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33972026-04-29T22:29:36.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33982026-04-29T22:29:36.818Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33992026-04-29T22:29:36.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34002026-04-29T22:29:36.912Z
34012026-04-29T22:29:36.912Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (143/272)
34022026-04-29T22:29:37.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34032026-04-29T22:29:37.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34042026-04-29T22:29:37.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34052026-04-29T22:29:37.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34062026-04-29T22:29:37.515Z
34072026-04-29T22:29:37.515Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (144/272)
34082026-04-29T22:29:38.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34092026-04-29T22:29:38.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34102026-04-29T22:29:38.023Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34112026-04-29T22:29:38.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34122026-04-29T22:29:38.114Z
34132026-04-29T22:29:38.114Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (145/272)
34142026-04-29T22:29:38.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34152026-04-29T22:29:38.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34162026-04-29T22:29:38.621Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34172026-04-29T22:29:38.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34182026-04-29T22:29:38.714Z
34192026-04-29T22:29:38.714Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (146/272)
34202026-04-29T22:29:39.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34212026-04-29T22:29:39.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34222026-04-29T22:29:39.224Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34232026-04-29T22:29:39.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34242026-04-29T22:29:39.314Z
34252026-04-29T22:29:39.314Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (147/272)
34262026-04-29T22:29:39.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34272026-04-29T22:29:39.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34282026-04-29T22:29:39.825Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34292026-04-29T22:29:39.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34302026-04-29T22:29:39.919Z
34312026-04-29T22:29:39.919Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (148/272)
34322026-04-29T22:29:40.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34332026-04-29T22:29:40.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34342026-04-29T22:29:40.426Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34352026-04-29T22:29:40.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34362026-04-29T22:29:40.517Z
34372026-04-29T22:29:40.517Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (149/272)
34382026-04-29T22:29:41.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34392026-04-29T22:29:41.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34402026-04-29T22:29:41.026Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34412026-04-29T22:29:41.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34422026-04-29T22:29:41.124Z
34432026-04-29T22:29:41.124Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (150/272)
34442026-04-29T22:29:41.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34452026-04-29T22:29:41.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34462026-04-29T22:29:41.633Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34472026-04-29T22:29:41.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34482026-04-29T22:29:41.723Z
34492026-04-29T22:29:41.723Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (151/272)
34502026-04-29T22:29:42.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34512026-04-29T22:29:42.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34522026-04-29T22:29:42.233Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34532026-04-29T22:29:42.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34542026-04-29T22:29:42.327Z
34552026-04-29T22:29:42.327Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (152/272)
34562026-04-29T22:29:42.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34572026-04-29T22:29:42.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34582026-04-29T22:29:42.839Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34592026-04-29T22:29:42.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34602026-04-29T22:29:42.934Z
34612026-04-29T22:29:42.934Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (153/272)
34622026-04-29T22:29:43.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34632026-04-29T22:29:43.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34642026-04-29T22:29:43.446Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34652026-04-29T22:29:43.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34662026-04-29T22:29:43.536Z
34672026-04-29T22:29:43.536Zinfo: running `cargo check --bins` on oximeter-producer (154/272)
34682026-04-29T22:29:44.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34692026-04-29T22:29:44.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34702026-04-29T22:29:44.077Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34712026-04-29T22:29:44.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34722026-04-29T22:29:44.182Z
34732026-04-29T22:29:44.182Zinfo: running `cargo check --bins` on internal-dns-resolver (155/272)
34742026-04-29T22:29:44.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34752026-04-29T22:29:44.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34762026-04-29T22:29:44.696Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34772026-04-29T22:29:44.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34782026-04-29T22:29:44.794Z
34792026-04-29T22:29:44.794Zinfo: running `cargo check --bins` on dns-server (156/272)
34802026-04-29T22:29:45.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34812026-04-29T22:29:45.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34822026-04-29T22:29:45.454Z Compiling parking_lot_core v0.8.6
34832026-04-29T22:29:45.454Z Compiling git-stub v1.0.0
34842026-04-29T22:29:45.458Z Compiling atomicwrites v0.4.4
34852026-04-29T22:29:45.458Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34862026-04-29T22:29:45.458Z Checking prefix-trie v0.7.0
34872026-04-29T22:29:45.688Z Compiling git-stub-vcs v0.1.0
34882026-04-29T22:29:45.870Z Checking hickory-server v0.25.2
34892026-04-29T22:29:45.958Z Checking parking_lot v0.11.2
34902026-04-29T22:29:45.961Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34912026-04-29T22:29:46.054Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34922026-04-29T22:29:46.054Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34932026-04-29T22:29:46.164Z Checking sled v0.34.7
34942026-04-29T22:29:48.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s
34952026-04-29T22:29:48.212Z
34962026-04-29T22:29:48.212Zinfo: running `cargo check --bins` on dns-server-api (157/272)
34972026-04-29T22:29:48.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34982026-04-29T22:29:48.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34992026-04-29T22:29:48.724Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35002026-04-29T22:29:48.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35012026-04-29T22:29:48.819Z
35022026-04-29T22:29:48.819Zinfo: running `cargo check --bins` on oximeter-producer-api (158/272)
35032026-04-29T22:29:49.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35042026-04-29T22:29:49.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35052026-04-29T22:29:49.331Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35062026-04-29T22:29:49.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35072026-04-29T22:29:49.422Z
35082026-04-29T22:29:49.422Zinfo: running `cargo check --bins` on sp-sim (159/272)
35092026-04-29T22:29:49.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35102026-04-29T22:29:49.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35112026-04-29T22:29:50.153Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35122026-04-29T22:29:51.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.49s
35132026-04-29T22:29:52.119Z
35142026-04-29T22:29:52.119Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (160/272)
35152026-04-29T22:29:52.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35162026-04-29T22:29:52.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35172026-04-29T22:29:52.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35182026-04-29T22:29:52.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35192026-04-29T22:29:52.781Z
35202026-04-29T22:29:52.781Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (161/272)
35212026-04-29T22:29:53.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35222026-04-29T22:29:53.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35232026-04-29T22:29:53.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35242026-04-29T22:29:53.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35252026-04-29T22:29:53.440Z
35262026-04-29T22:29:53.440Zinfo: running `cargo check --bins` on db-macros (162/272)
35272026-04-29T22:29:53.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35282026-04-29T22:29:53.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35292026-04-29T22:29:53.943Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35302026-04-29T22:29:53.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35312026-04-29T22:29:54.031Z
35322026-04-29T22:29:54.031Zinfo: running `cargo check --bins` on nexus-macros-common (163/272)
35332026-04-29T22:29:54.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35342026-04-29T22:29:54.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35352026-04-29T22:29:54.531Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35362026-04-29T22:29:54.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35372026-04-29T22:29:54.619Z
35382026-04-29T22:29:54.620Zinfo: running `cargo check --bins` on nexus-auth (164/272)
35392026-04-29T22:29:55.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35402026-04-29T22:29:55.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35412026-04-29T22:29:55.170Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35422026-04-29T22:29:55.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35432026-04-29T22:29:55.276Z
35442026-04-29T22:29:55.276Zinfo: running `cargo check --bins` on authz-macros (165/272)
35452026-04-29T22:29:55.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35462026-04-29T22:29:55.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35472026-04-29T22:29:55.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35482026-04-29T22:29:55.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35492026-04-29T22:29:55.871Z
35502026-04-29T22:29:55.871Zinfo: running `cargo check --bins` on nexus-db-fixed-data (166/272)
35512026-04-29T22:29:56.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35522026-04-29T22:29:56.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35532026-04-29T22:29:56.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35542026-04-29T22:29:56.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35552026-04-29T22:29:56.519Z
35562026-04-29T22:29:56.519Zinfo: running `cargo check --bins` on nexus-db-model (167/272)
35572026-04-29T22:29:57.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35582026-04-29T22:29:57.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35592026-04-29T22:29:57.067Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35602026-04-29T22:29:57.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35612026-04-29T22:29:57.166Z
35622026-04-29T22:29:57.166Zinfo: running `cargo check --bins` on nexus-db-schema (168/272)
35632026-04-29T22:29:57.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35642026-04-29T22:29:57.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35652026-04-29T22:29:57.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35662026-04-29T22:29:57.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35672026-04-29T22:29:57.763Z
35682026-04-29T22:29:57.763Zinfo: running `cargo check --bins` on omicron-rpaths (169/272)
35692026-04-29T22:29:58.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35702026-04-29T22:29:58.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35712026-04-29T22:29:58.267Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35722026-04-29T22:29:58.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35732026-04-29T22:29:58.361Z
35742026-04-29T22:29:58.361Zinfo: running `cargo check --bins` on nexus-defaults (170/272)
35752026-04-29T22:29:58.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35762026-04-29T22:29:58.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35772026-04-29T22:29:58.875Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35782026-04-29T22:29:58.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35792026-04-29T22:29:58.970Z
35802026-04-29T22:29:58.970Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (171/272)
35812026-04-29T22:29:59.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35822026-04-29T22:29:59.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35832026-04-29T22:29:59.475Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35842026-04-29T22:29:59.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35852026-04-29T22:29:59.568Z
35862026-04-29T22:29:59.568Zinfo: running `cargo check --bins` on parallel-task-set (172/272)
35872026-04-29T22:30:00.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35882026-04-29T22:30:00.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35892026-04-29T22:30:00.068Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35902026-04-29T22:30:00.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35912026-04-29T22:30:00.155Z
35922026-04-29T22:30:00.155Zinfo: running `cargo check --bins` on nexus-db-errors (173/272)
35932026-04-29T22:30:00.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35942026-04-29T22:30:00.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35952026-04-29T22:30:00.707Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35962026-04-29T22:30:00.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35972026-04-29T22:30:00.808Z
35982026-04-29T22:30:00.808Zinfo: running `cargo check --bins` on nexus-db-lookup (174/272)
35992026-04-29T22:30:01.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36002026-04-29T22:30:01.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36012026-04-29T22:30:01.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36022026-04-29T22:30:01.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36032026-04-29T22:30:01.462Z
36042026-04-29T22:30:01.463Zinfo: running `cargo check --bins` on nexus-inventory (175/272)
36052026-04-29T22:30:02.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36062026-04-29T22:30:02.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36072026-04-29T22:30:02.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36082026-04-29T22:30:02.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36092026-04-29T22:30:02.116Z
36102026-04-29T22:30:02.116Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (176/272)
36112026-04-29T22:30:02.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36122026-04-29T22:30:02.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36132026-04-29T22:30:02.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36142026-04-29T22:30:02.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36152026-04-29T22:30:02.748Z
36162026-04-29T22:30:02.748Zinfo: running `cargo check --bins --no-default-features` on sled-storage (177/272)
36172026-04-29T22:30:03.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36182026-04-29T22:30:03.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36192026-04-29T22:30:03.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36202026-04-29T22:30:03.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36212026-04-29T22:30:03.372Z
36222026-04-29T22:30:03.372Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (178/272)
36232026-04-29T22:30:03.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36242026-04-29T22:30:03.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36252026-04-29T22:30:03.898Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36262026-04-29T22:30:03.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36272026-04-29T22:30:03.992Z
36282026-04-29T22:30:03.992Zinfo: running `cargo check --bins` on key-manager (179/272)
36292026-04-29T22:30:04.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36302026-04-29T22:30:04.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36312026-04-29T22:30:04.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36322026-04-29T22:30:04.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36332026-04-29T22:30:04.591Z
36342026-04-29T22:30:04.591Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (180/272)
36352026-04-29T22:30:05.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36362026-04-29T22:30:05.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36372026-04-29T22:30:05.114Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36382026-04-29T22:30:05.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36392026-04-29T22:30:05.214Z
36402026-04-29T22:30:05.214Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (181/272)
36412026-04-29T22:30:05.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36422026-04-29T22:30:05.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36432026-04-29T22:30:05.742Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36442026-04-29T22:30:05.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36452026-04-29T22:30:05.837Z
36462026-04-29T22:30:05.837Zinfo: running `cargo check --bins` on typed-rng (182/272)
36472026-04-29T22:30:06.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36482026-04-29T22:30:06.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36492026-04-29T22:30:06.338Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36502026-04-29T22:30:06.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36512026-04-29T22:30:06.430Z
36522026-04-29T22:30:06.430Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (183/272)
36532026-04-29T22:30:06.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36542026-04-29T22:30:06.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36552026-04-29T22:30:07.282Z Compiling typify-impl v0.4.3
36562026-04-29T22:30:07.282Z Compiling libefi-sys v0.1.0
36572026-04-29T22:30:07.285Z Compiling bitfield-struct v0.6.2
36582026-04-29T22:30:07.433Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36592026-04-29T22:30:07.443Z Compiling xshell-macros v0.2.7
36602026-04-29T22:30:07.455Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36612026-04-29T22:30:07.494Z Compiling salty v0.3.0
36622026-04-29T22:30:07.498Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36632026-04-29T22:30:07.654Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36642026-04-29T22:30:07.775Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36652026-04-29T22:30:07.790Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36662026-04-29T22:30:07.804Z Checking xshell v0.2.7
36672026-04-29T22:30:07.987Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36682026-04-29T22:30:08.018Z Checking primeorder v0.13.6
36692026-04-29T22:30:08.036Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36702026-04-29T22:30:08.155Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36712026-04-29T22:30:08.177Z Compiling proc-macro-error-attr2 v2.0.0
36722026-04-29T22:30:08.255Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36732026-04-29T22:30:08.271Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36742026-04-29T22:30:08.309Z Checking tungstenite v0.21.0
36752026-04-29T22:30:08.464Z Checking p384 v0.13.1
36762026-04-29T22:30:08.503Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36772026-04-29T22:30:08.561Z Compiling proc-macro-error2 v2.0.1
36782026-04-29T22:30:08.671Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36792026-04-29T22:30:08.734Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36802026-04-29T22:30:08.869Z Compiling num-derive v0.3.3
36812026-04-29T22:30:08.872Z Compiling unicase v2.9.0
36822026-04-29T22:30:09.069Z Compiling tabled_derive v0.11.0
36832026-04-29T22:30:09.090Z Compiling mime_guess v2.0.5
36842026-04-29T22:30:09.335Z Checking tokio-tungstenite v0.21.0
36852026-04-29T22:30:09.355Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36862026-04-29T22:30:09.630Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36872026-04-29T22:30:09.751Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36882026-04-29T22:30:09.793Z Checking libscf-sys v1.1.0
36892026-04-29T22:30:09.927Z Checking papergrid v0.17.0
36902026-04-29T22:30:10.015Z Checking testing_table v0.3.0
36912026-04-29T22:30:10.080Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36922026-04-29T22:30:10.113Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36932026-04-29T22:30:10.245Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36942026-04-29T22:30:10.316Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36952026-04-29T22:30:10.528Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36962026-04-29T22:30:10.548Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36972026-04-29T22:30:10.646Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36982026-04-29T22:30:10.719Z Checking corncobs v0.1.4
36992026-04-29T22:30:10.734Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37002026-04-29T22:30:10.751Z Checking tabled v0.20.0
37012026-04-29T22:30:10.854Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37022026-04-29T22:30:10.914Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37032026-04-29T22:30:10.953Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37042026-04-29T22:30:11.025Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37052026-04-29T22:30:11.142Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37062026-04-29T22:30:11.157Z Checking progenitor-client v0.11.2
37072026-04-29T22:30:11.201Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37082026-04-29T22:30:11.239Z Checking secrecy v0.8.0
37092026-04-29T22:30:11.255Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
37102026-04-29T22:30:11.361Z Checking filetime v0.2.27
37112026-04-29T22:30:11.405Z Checking http-range v0.1.5
37122026-04-29T22:30:11.497Z Checking xattr v1.6.1
37132026-04-29T22:30:11.540Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37142026-04-29T22:30:11.629Z Checking tar v0.4.45
37152026-04-29T22:30:11.874Z Compiling typify-macro v0.4.3
37162026-04-29T22:30:11.957Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37172026-04-29T22:30:12.002Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37182026-04-29T22:30:12.032Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37192026-04-29T22:30:12.200Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
37202026-04-29T22:30:12.426Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
37212026-04-29T22:30:12.459Z Checking atty v0.2.14
37222026-04-29T22:30:12.560Z Checking crc8 v0.1.1
37232026-04-29T22:30:12.659Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37242026-04-29T22:30:12.677Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
37252026-04-29T22:30:12.798Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37262026-04-29T22:30:13.006Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
37272026-04-29T22:30:13.059Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37282026-04-29T22:30:13.131Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37292026-04-29T22:30:13.229Z Checking hyper-staticfile v0.10.1
37302026-04-29T22:30:13.350Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37312026-04-29T22:30:13.505Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
37322026-04-29T22:30:13.527Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37332026-04-29T22:30:13.577Z Compiling typify v0.4.3
37342026-04-29T22:30:13.607Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37352026-04-29T22:30:13.691Z Compiling progenitor-impl v0.10.0
37362026-04-29T22:30:13.706Z Compiling progenitor-impl v0.11.2
37372026-04-29T22:30:14.119Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37382026-04-29T22:30:14.191Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37392026-04-29T22:30:14.634Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37402026-04-29T22:30:15.130Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37412026-04-29T22:30:15.218Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37422026-04-29T22:30:15.368Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37432026-04-29T22:30:15.497Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37442026-04-29T22:30:15.646Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37452026-04-29T22:30:15.775Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
37462026-04-29T22:30:15.942Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37472026-04-29T22:30:16.038Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37482026-04-29T22:30:16.345Z Compiling progenitor-macro v0.10.0
37492026-04-29T22:30:16.426Z Compiling progenitor-macro v0.11.2
37502026-04-29T22:30:19.089Z Checking progenitor v0.10.0
37512026-04-29T22:30:19.218Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37522026-04-29T22:30:19.287Z Checking progenitor v0.11.2
37532026-04-29T22:30:19.405Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37542026-04-29T22:30:24.040Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37552026-04-29T22:30:34.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.54s
37562026-04-29T22:30:35.186Z
37572026-04-29T22:30:35.186Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (184/272)
37582026-04-29T22:30:35.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37592026-04-29T22:30:35.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37602026-04-29T22:30:35.973Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37612026-04-29T22:30:47.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.84s
37622026-04-29T22:30:47.254Z
37632026-04-29T22:30:47.254Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (185/272)
37642026-04-29T22:30:47.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37652026-04-29T22:30:47.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37662026-04-29T22:30:48.040Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37672026-04-29T22:30:59.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.80s
37682026-04-29T22:30:59.275Z
37692026-04-29T22:30:59.275Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (186/272)
37702026-04-29T22:30:59.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37712026-04-29T22:30:59.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37722026-04-29T22:31:00.060Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37732026-04-29T22:31:11.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.83s
37742026-04-29T22:31:11.328Z
37752026-04-29T22:31:11.328Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (187/272)
37762026-04-29T22:31:11.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37772026-04-29T22:31:11.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37782026-04-29T22:31:12.116Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37792026-04-29T22:31:23.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.81s
37802026-04-29T22:31:23.364Z
37812026-04-29T22:31:23.364Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (188/272)
37822026-04-29T22:31:23.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37832026-04-29T22:31:23.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37842026-04-29T22:31:24.152Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37852026-04-29T22:31:35.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.85s
37862026-04-29T22:31:35.433Z
37872026-04-29T22:31:35.433Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (189/272)
37882026-04-29T22:31:35.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37892026-04-29T22:31:35.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37902026-04-29T22:31:36.221Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37912026-04-29T22:31:47.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.84s
37922026-04-29T22:31:47.495Z
37932026-04-29T22:31:47.495Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (190/272)
37942026-04-29T22:31:48.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37952026-04-29T22:31:48.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37962026-04-29T22:31:48.284Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37972026-04-29T22:31:59.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.84s
37982026-04-29T22:31:59.550Z
37992026-04-29T22:31:59.550Zinfo: running `cargo check --bins` on bootstrap-agent-api (191/272)
38002026-04-29T22:32:00.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38012026-04-29T22:32:00.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38022026-04-29T22:32:00.065Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38032026-04-29T22:32:00.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38042026-04-29T22:32:00.154Z
38052026-04-29T22:32:00.154Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (192/272)
38062026-04-29T22:32:00.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38072026-04-29T22:32:00.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38082026-04-29T22:32:00.675Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38092026-04-29T22:32:00.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38102026-04-29T22:32:00.770Z
38112026-04-29T22:32:00.770Zinfo: running `cargo check --bins` on range-requests (193/272)
38122026-04-29T22:32:01.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38132026-04-29T22:32:01.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38142026-04-29T22:32:01.280Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38152026-04-29T22:32:01.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38162026-04-29T22:32:01.374Z
38172026-04-29T22:32:01.374Zinfo: running `cargo check --bins` on repo-depot-api (194/272)
38182026-04-29T22:32:01.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38192026-04-29T22:32:01.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38202026-04-29T22:32:01.884Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38212026-04-29T22:32:01.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38222026-04-29T22:32:01.977Z
38232026-04-29T22:32:01.977Zinfo: running `cargo check --bins` on sled-agent-api (195/272)
38242026-04-29T22:32:02.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38252026-04-29T22:32:02.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38262026-04-29T22:32:02.502Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38272026-04-29T22:32:02.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38282026-04-29T22:32:02.596Z
38292026-04-29T22:32:02.596Zinfo: running `cargo check --bins` on sled-diagnostics (196/272)
38302026-04-29T22:32:03.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38312026-04-29T22:32:03.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38322026-04-29T22:32:03.120Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38332026-04-29T22:32:03.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38342026-04-29T22:32:03.215Z
38352026-04-29T22:32:03.216Zinfo: running `cargo check --bins` on zfs-test-harness (197/272)
38362026-04-29T22:32:03.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38372026-04-29T22:32:03.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38382026-04-29T22:32:03.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38392026-04-29T22:32:03.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38402026-04-29T22:32:03.833Z
38412026-04-29T22:32:03.833Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (198/272)
38422026-04-29T22:32:04.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38432026-04-29T22:32:04.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38442026-04-29T22:32:04.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38452026-04-29T22:32:04.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38462026-04-29T22:32:04.456Z
38472026-04-29T22:32:04.456Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (199/272)
38482026-04-29T22:32:04.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38492026-04-29T22:32:04.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38502026-04-29T22:32:04.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38512026-04-29T22:32:04.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38522026-04-29T22:32:05.085Z
38532026-04-29T22:32:05.086Zinfo: running `cargo check --bins` on sled-agent-health-monitor (200/272)
38542026-04-29T22:32:05.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38552026-04-29T22:32:05.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38562026-04-29T22:32:05.619Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38572026-04-29T22:32:05.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38582026-04-29T22:32:05.717Z
38592026-04-29T22:32:05.717Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (201/272)
38602026-04-29T22:32:06.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38612026-04-29T22:32:06.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38622026-04-29T22:32:06.247Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38632026-04-29T22:32:06.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38642026-04-29T22:32:06.347Z
38652026-04-29T22:32:06.347Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (202/272)
38662026-04-29T22:32:06.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38672026-04-29T22:32:06.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38682026-04-29T22:32:06.877Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38692026-04-29T22:32:06.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38702026-04-29T22:32:06.972Z
38712026-04-29T22:32:06.972Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (203/272)
38722026-04-29T22:32:07.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38732026-04-29T22:32:07.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38742026-04-29T22:32:07.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38752026-04-29T22:32:07.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38762026-04-29T22:32:07.596Z
38772026-04-29T22:32:07.596Zinfo: running `cargo check --bins` on transient-dns-server (204/272)
38782026-04-29T22:32:08.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38792026-04-29T22:32:08.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38802026-04-29T22:32:08.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38812026-04-29T22:32:08.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38822026-04-29T22:32:08.211Z
38832026-04-29T22:32:08.211Zinfo: running `cargo check --bins` on trust-quorum (205/272)
38842026-04-29T22:32:08.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38852026-04-29T22:32:08.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38862026-04-29T22:32:08.747Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38872026-04-29T22:32:08.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38882026-04-29T22:32:08.841Z
38892026-04-29T22:32:08.841Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (206/272)
38902026-04-29T22:32:09.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38912026-04-29T22:32:09.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38922026-04-29T22:32:09.383Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38932026-04-29T22:32:09.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38942026-04-29T22:32:09.481Z
38952026-04-29T22:32:09.481Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (207/272)
38962026-04-29T22:32:10.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38972026-04-29T22:32:10.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38982026-04-29T22:32:10.041Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38992026-04-29T22:32:10.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39002026-04-29T22:32:10.148Z
39012026-04-29T22:32:10.148Zinfo: running `cargo check --bins` on update-common (208/272)
39022026-04-29T22:32:10.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39032026-04-29T22:32:10.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39042026-04-29T22:32:10.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39052026-04-29T22:32:10.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39062026-04-29T22:32:10.768Z
39072026-04-29T22:32:10.768Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (209/272)
39082026-04-29T22:32:11.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39092026-04-29T22:32:11.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39102026-04-29T22:32:11.328Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39112026-04-29T22:32:11.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
39122026-04-29T22:32:11.435Z
39132026-04-29T22:32:11.436Zinfo: running `cargo check --bins` on reconfigurator-cli (210/272)
39142026-04-29T22:32:11.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39152026-04-29T22:32:12.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39162026-04-29T22:32:13.002Z Compiling fs-err v2.11.0
39172026-04-29T22:32:13.002Z Checking ignore v0.4.25
39182026-04-29T22:32:13.002Z Checking arc-swap v1.8.2
39192026-04-29T22:32:13.002Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
39202026-04-29T22:32:13.002Z Checking predicates-tree v1.0.13
39212026-04-29T22:32:13.002Z Checking parse-size v1.1.0
39222026-04-29T22:32:13.002Z Checking rand_seeder v0.4.0
39232026-04-29T22:32:13.002Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
39242026-04-29T22:32:13.002Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39252026-04-29T22:32:13.002Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39262026-04-29T22:32:13.002Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39272026-04-29T22:32:13.002Z Checking slog-scope v4.4.1
39282026-04-29T22:32:13.002Z Compiling petname v2.0.2
39292026-04-29T22:32:13.002Z Checking slog-stdlog v4.1.1
39302026-04-29T22:32:13.002Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39312026-04-29T22:32:13.002Z Checking globwalk v0.9.1
39322026-04-29T22:32:13.002Z Checking slog-envlogger v2.2.0
39332026-04-29T22:32:13.002Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39342026-04-29T22:32:13.002Z Checking camino-tempfile-ext v0.3.3
39352026-04-29T22:32:13.002Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
39362026-04-29T22:32:13.002Z Checking sapling-renderdag v0.1.0
39372026-04-29T22:32:13.072Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39382026-04-29T22:32:13.086Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39392026-04-29T22:32:13.172Z Checking subprocess v0.2.15
39402026-04-29T22:32:13.252Z Checking sync-ptr v0.1.4
39412026-04-29T22:32:13.299Z Checking colored v2.2.0
39422026-04-29T22:32:13.351Z Checking assert_matches v1.5.0
39432026-04-29T22:32:13.428Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39442026-04-29T22:32:13.447Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39452026-04-29T22:32:13.613Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39462026-04-29T22:32:13.616Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39472026-04-29T22:32:14.196Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39482026-04-29T22:32:15.501Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39492026-04-29T22:32:17.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.26s
39502026-04-29T22:32:17.925Z
39512026-04-29T22:32:17.925Zinfo: running `cargo check --bins` on omicron-repl-utils (211/272)
39522026-04-29T22:32:18.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39532026-04-29T22:32:18.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39542026-04-29T22:32:18.427Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39552026-04-29T22:32:18.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39562026-04-29T22:32:18.514Z
39572026-04-29T22:32:18.514Zinfo: running `cargo check --bins` on nexus-test-interface (212/272)
39582026-04-29T22:32:19.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39592026-04-29T22:32:19.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39602026-04-29T22:32:19.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39612026-04-29T22:32:19.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39622026-04-29T22:32:19.171Z
39632026-04-29T22:32:19.171Zinfo: running `cargo check --bins` on oximeter-collector (213/272)
39642026-04-29T22:32:19.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39652026-04-29T22:32:19.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39662026-04-29T22:32:19.901Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39672026-04-29T22:32:19.901Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39682026-04-29T22:32:20.544Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39692026-04-29T22:32:22.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.95s
39702026-04-29T22:32:22.337Z
39712026-04-29T22:32:22.337Zinfo: running `cargo check --bins` on oximeter-api (214/272)
39722026-04-29T22:32:22.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39732026-04-29T22:32:22.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39742026-04-29T22:32:22.848Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39752026-04-29T22:32:22.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39762026-04-29T22:32:22.937Z
39772026-04-29T22:32:22.937Zinfo: running `cargo check --bins` on cert-dev (215/272)
39782026-04-29T22:32:23.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39792026-04-29T22:32:23.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39802026-04-29T22:32:23.545Z Checking yasna v0.5.2
39812026-04-29T22:32:23.951Z Checking rcgen v0.12.1
39822026-04-29T22:32:24.201Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39832026-04-29T22:32:24.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
39842026-04-29T22:32:24.554Z
39852026-04-29T22:32:24.554Zinfo: running `cargo check --bins` on clickana (216/272)
39862026-04-29T22:32:25.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39872026-04-29T22:32:25.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39882026-04-29T22:32:25.203Z Compiling darling_core v0.23.0
39892026-04-29T22:32:25.206Z Compiling instability v0.3.11
39902026-04-29T22:32:25.318Z Checking castaway v0.2.4
39912026-04-29T22:32:25.324Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39922026-04-29T22:32:25.327Z Compiling indoc v2.0.7
39932026-04-29T22:32:25.339Z Checking unicode-truncate v1.1.0
39942026-04-29T22:32:25.342Z Checking lru v0.12.5
39952026-04-29T22:32:25.342Z Checking cassowary v0.3.0
39962026-04-29T22:32:25.405Z Checking compact_str v0.8.1
39972026-04-29T22:32:26.265Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39982026-04-29T22:32:26.445Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39992026-04-29T22:32:26.723Z Compiling darling_macro v0.23.0
40002026-04-29T22:32:27.133Z Compiling darling v0.23.0
40012026-04-29T22:32:27.718Z Checking ratatui v0.29.0
40022026-04-29T22:32:28.763Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
40032026-04-29T22:32:29.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.86s
40042026-04-29T22:32:29.613Z
40052026-04-29T22:32:29.614Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (217/272)
40062026-04-29T22:32:30.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40072026-04-29T22:32:30.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40082026-04-29T22:32:30.351Z Checking headers-core v0.3.0
40092026-04-29T22:32:30.354Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
40102026-04-29T22:32:30.545Z Checking headers v0.4.1
40112026-04-29T22:32:30.909Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40122026-04-29T22:32:31.753Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
40132026-04-29T22:32:32.250Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
40142026-04-29T22:32:32.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.05s
40152026-04-29T22:32:32.879Z
40162026-04-29T22:32:32.879Zinfo: running `cargo check --bins` on ch-dev (218/272)
40172026-04-29T22:32:33.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40182026-04-29T22:32:33.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40192026-04-29T22:32:33.605Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
40202026-04-29T22:32:34.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
40212026-04-29T22:32:34.554Z
40222026-04-29T22:32:34.554Zinfo: running `cargo check --bins` on dev-tools-common (219/272)
40232026-04-29T22:32:34.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40242026-04-29T22:32:34.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40252026-04-29T22:32:34.966Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40262026-04-29T22:32:34.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
40272026-04-29T22:32:35.026Z
40282026-04-29T22:32:35.026Zinfo: running `cargo check --bins` on crdb-seed (220/272)
40292026-04-29T22:32:35.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40302026-04-29T22:32:35.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40312026-04-29T22:32:35.745Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40322026-04-29T22:32:36.728Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40332026-04-29T22:32:37.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.03s
40342026-04-29T22:32:37.271Z
40352026-04-29T22:32:37.271Zinfo: running `cargo check --bins` on db-dev (221/272)
40362026-04-29T22:32:37.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40372026-04-29T22:32:37.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40382026-04-29T22:32:38.000Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40392026-04-29T22:32:38.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
40402026-04-29T22:32:38.959Z
40412026-04-29T22:32:38.960Zinfo: running `cargo check --bins` on omicron-dev-lib (222/272)
40422026-04-29T22:32:39.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40432026-04-29T22:32:39.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40442026-04-29T22:32:39.506Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40452026-04-29T22:32:39.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40462026-04-29T22:32:39.611Z
40472026-04-29T22:32:39.611Zinfo: running `cargo check --bins` on xtask-downloader (223/272)
40482026-04-29T22:32:40.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40492026-04-29T22:32:40.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40502026-04-29T22:32:40.221Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40512026-04-29T22:32:40.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
40522026-04-29T22:32:41.073Z
40532026-04-29T22:32:41.073Zinfo: running `cargo check --bins` on omicron-dropshot-apis (224/272)
40542026-04-29T22:32:41.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40552026-04-29T22:32:41.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40562026-04-29T22:32:41.819Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40572026-04-29T22:32:41.819Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40582026-04-29T22:32:41.819Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
40592026-04-29T22:32:41.822Z Checking git-stub v1.0.0
40602026-04-29T22:32:41.822Z Compiling trait-variant v0.1.2
40612026-04-29T22:32:41.822Z Checking is_ci v1.2.0
40622026-04-29T22:32:41.938Z Checking maplit v1.0.2
40632026-04-29T22:32:41.951Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40642026-04-29T22:32:42.007Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40652026-04-29T22:32:42.055Z Checking supports-color v3.0.2
40662026-04-29T22:32:42.083Z Checking git-stub-vcs v0.1.0
40672026-04-29T22:32:42.173Z Checking drift v0.1.3
40682026-04-29T22:32:42.189Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40692026-04-29T22:32:42.204Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40702026-04-29T22:32:42.272Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40712026-04-29T22:32:42.380Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40722026-04-29T22:32:42.462Z Checking dropshot-api-manager v0.7.1
40732026-04-29T22:32:42.478Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
40742026-04-29T22:32:42.493Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40752026-04-29T22:32:42.673Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40762026-04-29T22:32:42.704Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40772026-04-29T22:32:42.869Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
40782026-04-29T22:32:43.207Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40792026-04-29T22:32:48.101Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40802026-04-29T22:32:49.181Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40812026-04-29T22:32:49.740Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40822026-04-29T22:32:50.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.09s
40832026-04-29T22:32:50.379Z
40842026-04-29T22:32:50.379Zinfo: running `cargo check --bins` on installinator-api (225/272)
40852026-04-29T22:32:50.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40862026-04-29T22:32:50.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40872026-04-29T22:32:50.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40882026-04-29T22:32:50.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40892026-04-29T22:32:50.978Z
40902026-04-29T22:32:50.978Zinfo: running `cargo check --bins` on nexus-external-api (226/272)
40912026-04-29T22:32:51.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40922026-04-29T22:32:51.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40932026-04-29T22:32:51.517Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40942026-04-29T22:32:51.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40952026-04-29T22:32:51.622Z
40962026-04-29T22:32:51.622Zinfo: running `cargo check --bins` on nexus-internal-api (227/272)
40972026-04-29T22:32:52.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40982026-04-29T22:32:52.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40992026-04-29T22:32:52.164Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41002026-04-29T22:32:52.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41012026-04-29T22:32:52.267Z
41022026-04-29T22:32:52.267Zinfo: running `cargo check --bins` on nexus-lockstep-api (228/272)
41032026-04-29T22:32:52.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41042026-04-29T22:32:52.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41052026-04-29T22:32:52.811Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41062026-04-29T22:32:52.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41072026-04-29T22:32:52.909Z
41082026-04-29T22:32:52.909Zinfo: running `cargo check --bins` on ntp-admin-api (229/272)
41092026-04-29T22:32:53.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41102026-04-29T22:32:53.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41112026-04-29T22:32:53.417Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41122026-04-29T22:32:53.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41132026-04-29T22:32:53.510Z
41142026-04-29T22:32:53.510Zinfo: running `cargo check --bins` on ntp-admin-types-versions (230/272)
41152026-04-29T22:32:54.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41162026-04-29T22:32:54.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41172026-04-29T22:32:54.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41182026-04-29T22:32:54.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41192026-04-29T22:32:54.103Z
41202026-04-29T22:32:54.103Zinfo: running `cargo check --bins` on wicketd-api (231/272)
41212026-04-29T22:32:54.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41222026-04-29T22:32:54.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41232026-04-29T22:32:54.627Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41242026-04-29T22:32:54.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41252026-04-29T22:32:54.723Z
41262026-04-29T22:32:54.723Zinfo: running `cargo check --bins` on omicron-ls-apis (232/272)
41272026-04-29T22:32:55.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41282026-04-29T22:32:55.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41292026-04-29T22:32:55.329Z Checking typeid v1.0.3
41302026-04-29T22:32:55.442Z Checking ordered-float v2.10.1
41312026-04-29T22:32:55.463Z Checking unicode-xid v0.2.6
41322026-04-29T22:32:55.483Z Checking cargo-platform v0.2.0
41332026-04-29T22:32:55.506Z Checking erased-serde v0.4.9
41342026-04-29T22:32:55.647Z Checking serde-value v0.7.0
41352026-04-29T22:32:55.814Z Checking serde-untagged v0.1.9
41362026-04-29T22:32:55.966Z Checking cargo-util-schemas v0.8.2
41372026-04-29T22:32:56.674Z Checking cargo_metadata v0.21.0
41382026-04-29T22:32:57.276Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41392026-04-29T22:32:57.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
41402026-04-29T22:32:58.120Z
41412026-04-29T22:32:58.120Zinfo: running `cargo check --bins` on mgs-dev (233/272)
41422026-04-29T22:32:58.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41432026-04-29T22:32:58.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41442026-04-29T22:32:58.859Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41452026-04-29T22:32:59.486Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41462026-04-29T22:32:59.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.87s
41472026-04-29T22:33:00.221Z
41482026-04-29T22:33:00.221Zinfo: running `cargo check --bins` on omicron-omdb (234/272)
41492026-04-29T22:33:00.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41502026-04-29T22:33:00.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41512026-04-29T22:33:01.079Z Compiling vergen-gitcl v1.0.8
41522026-04-29T22:33:01.079Z Compiling dirs-sys-next v0.1.2
41532026-04-29T22:33:01.079Z Compiling diesel_derives v2.3.7
41542026-04-29T22:33:01.079Z Compiling crunchy v0.2.4
41552026-04-29T22:33:01.082Z Compiling glob v0.3.3
41562026-04-29T22:33:01.082Z Compiling dsl_auto_type v0.2.0
41572026-04-29T22:33:01.083Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41582026-04-29T22:33:01.083Z Checking scheduled-thread-pool v0.2.7
41592026-04-29T22:33:01.375Z Compiling dirs-next v2.0.0
41602026-04-29T22:33:01.411Z Compiling diesel_table_macro_syntax v0.3.0
41612026-04-29T22:33:01.477Z Compiling tiny-keccak v2.0.2
41622026-04-29T22:33:01.493Z Compiling term v0.7.0
41632026-04-29T22:33:01.614Z Checking r2d2 v0.8.10
41642026-04-29T22:33:01.643Z Compiling clang-sys v1.8.1
41652026-04-29T22:33:01.658Z Compiling bit-vec v0.6.3
41662026-04-29T22:33:01.694Z Checking downcast-rs v2.0.2
41672026-04-29T22:33:01.790Z Compiling ascii-canvas v3.0.0
41682026-04-29T22:33:01.878Z Compiling bit-set v0.5.3
41692026-04-29T22:33:02.012Z Compiling itertools v0.10.5
41702026-04-29T22:33:02.030Z Compiling ena v0.14.4
41712026-04-29T22:33:02.045Z Compiling libloading v0.8.9
41722026-04-29T22:33:02.058Z Compiling bindgen v0.71.1
41732026-04-29T22:33:02.139Z Compiling diff v0.1.13
41742026-04-29T22:33:02.210Z Compiling regex-syntax v0.6.29
41752026-04-29T22:33:02.250Z Compiling cexpr v0.6.0
41762026-04-29T22:33:02.401Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41772026-04-29T22:33:02.495Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41782026-04-29T22:33:02.614Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41792026-04-29T22:33:02.648Z Compiling libxml v0.3.3
41802026-04-29T22:33:02.866Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41812026-04-29T22:33:02.956Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41822026-04-29T22:33:03.050Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41832026-04-29T22:33:03.183Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41842026-04-29T22:33:03.199Z Compiling strum_macros v0.24.3
41852026-04-29T22:33:03.233Z Compiling indoc v1.0.9
41862026-04-29T22:33:03.665Z Compiling lalrpop v0.19.12
41872026-04-29T22:33:04.218Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41882026-04-29T22:33:04.280Z Checking derive_builder v0.20.2
41892026-04-29T22:33:04.398Z Compiling oso-derive v0.27.3
41902026-04-29T22:33:04.414Z Checking quick-xml v0.37.5
41912026-04-29T22:33:04.541Z Compiling impl-trait-for-tuples v0.2.3
41922026-04-29T22:33:04.895Z Checking openssl-probe v0.1.6
41932026-04-29T22:33:05.038Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41942026-04-29T22:33:05.338Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41952026-04-29T22:33:05.530Z Checking bb8 v0.8.6
41962026-04-29T22:33:05.813Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41972026-04-29T22:33:05.831Z Checking nonempty v0.12.0
41982026-04-29T22:33:05.949Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41992026-04-29T22:33:05.996Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42002026-04-29T22:33:06.033Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
42012026-04-29T22:33:06.129Z Checking console v0.16.2
42022026-04-29T22:33:06.165Z Checking unit-prefix v0.5.2
42032026-04-29T22:33:06.203Z Checking support-bundle-viewer v0.1.2
42042026-04-29T22:33:06.296Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42052026-04-29T22:33:06.437Z Checking indicatif v0.18.4
42062026-04-29T22:33:06.453Z Checking multimap v0.10.1
42072026-04-29T22:33:07.138Z Checking diesel v2.3.7
42082026-04-29T22:33:08.988Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
42092026-04-29T22:33:09.485Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
42102026-04-29T22:33:09.602Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
42112026-04-29T22:33:10.113Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
42122026-04-29T22:33:10.730Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42132026-04-29T22:33:11.196Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
42142026-04-29T22:33:11.270Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
42152026-04-29T22:33:11.928Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
42162026-04-29T22:33:13.974Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42172026-04-29T22:33:19.176Z Compiling samael v0.0.19
42182026-04-29T22:33:22.875Z Checking diesel-dtrace v0.5.0
42192026-04-29T22:33:23.113Z Checking async-bb8-diesel v0.2.1
42202026-04-29T22:33:24.019Z Compiling polar-core v0.27.3
42212026-04-29T22:33:28.423Z Checking oso v0.27.3
42222026-04-29T22:34:05.038Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42232026-04-29T22:34:38.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 37s
42242026-04-29T22:34:38.277Z
42252026-04-29T22:34:38.277Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (235/272)
42262026-04-29T22:34:38.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42272026-04-29T22:34:38.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42282026-04-29T22:34:38.847Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42292026-04-29T22:34:38.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42302026-04-29T22:34:38.950Z
42312026-04-29T22:34:38.950Zinfo: running `cargo check --bins` on nexus-saga-recovery (236/272)
42322026-04-29T22:34:39.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42332026-04-29T22:34:39.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42342026-04-29T22:34:39.503Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42352026-04-29T22:34:39.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42362026-04-29T22:34:39.611Z
42372026-04-29T22:34:39.611Zinfo: running `cargo check --bins` on nexus-test-utils-macros (237/272)
42382026-04-29T22:34:40.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42392026-04-29T22:34:40.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42402026-04-29T22:34:40.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42412026-04-29T22:34:40.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42422026-04-29T22:34:40.203Z
42432026-04-29T22:34:40.203Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (238/272)
42442026-04-29T22:34:40.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42452026-04-29T22:34:40.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42462026-04-29T22:34:41.080Z Compiling libz-sys v1.1.24
42472026-04-29T22:34:41.212Z Compiling libgit2-sys v0.18.3+1.9.2
42482026-04-29T22:34:41.240Z Compiling vergen-git2 v1.0.7
42492026-04-29T22:34:41.249Z Compiling rustls v0.21.12
42502026-04-29T22:34:41.251Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42512026-04-29T22:34:41.252Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42522026-04-29T22:34:41.252Z Checking sct v0.7.1
42532026-04-29T22:34:41.254Z Checking rustls-webpki v0.101.7
42542026-04-29T22:34:41.421Z Compiling nix v0.29.0
42552026-04-29T22:34:41.473Z Compiling dropshot v0.16.7
42562026-04-29T22:34:41.525Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42572026-04-29T22:34:41.540Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42582026-04-29T22:34:41.580Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42592026-04-29T22:34:41.718Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42602026-04-29T22:34:41.732Z Checking toml v0.9.12+spec-1.1.0
42612026-04-29T22:34:41.753Z Compiling dropshot_endpoint v0.16.7
42622026-04-29T22:34:41.853Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42632026-04-29T22:34:42.045Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42642026-04-29T22:34:42.242Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42652026-04-29T22:34:42.296Z Checking rustls-pemfile v1.0.4
42662026-04-29T22:34:42.432Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
42672026-04-29T22:34:42.638Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42682026-04-29T22:34:42.764Z Checking twox-hash v2.1.2
42692026-04-29T22:34:42.857Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42702026-04-29T22:34:42.880Z Checking tokio-rustls v0.24.1
42712026-04-29T22:34:43.498Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42722026-04-29T22:34:43.518Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42732026-04-29T22:34:43.670Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
42742026-04-29T22:34:44.154Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42752026-04-29T22:34:44.170Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42762026-04-29T22:34:44.209Z Checking fatfs v0.3.6
42772026-04-29T22:34:44.309Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42782026-04-29T22:34:44.479Z Compiling seq-macro v0.3.6
42792026-04-29T22:34:48.130Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42802026-04-29T22:34:48.261Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42812026-04-29T22:34:48.429Z Compiling git2 v0.20.4
42822026-04-29T22:34:50.641Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42832026-04-29T22:35:37.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.71s
42842026-04-29T22:35:38.150Z
42852026-04-29T22:35:38.150Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (239/272)
42862026-04-29T22:35:38.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42872026-04-29T22:35:38.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42882026-04-29T22:35:39.040Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42892026-04-29T22:36:17.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.46s
42902026-04-29T22:36:17.845Z
42912026-04-29T22:36:17.845Zinfo: running `cargo check --bins` on nexus-background-task-interface (240/272)
42922026-04-29T22:36:18.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42932026-04-29T22:36:18.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42942026-04-29T22:36:18.346Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42952026-04-29T22:36:18.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42962026-04-29T22:36:18.436Z
42972026-04-29T22:36:18.436Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (241/272)
42982026-04-29T22:36:18.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42992026-04-29T22:36:18.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43002026-04-29T22:36:18.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43012026-04-29T22:36:18.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43022026-04-29T22:36:19.087Z
43032026-04-29T22:36:19.087Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (242/272)
43042026-04-29T22:36:19.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43052026-04-29T22:36:19.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43062026-04-29T22:36:19.645Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43072026-04-29T22:36:19.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43082026-04-29T22:36:19.751Z
43092026-04-29T22:36:19.751Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (243/272)
43102026-04-29T22:36:20.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43112026-04-29T22:36:20.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43122026-04-29T22:36:20.309Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43132026-04-29T22:36:20.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43142026-04-29T22:36:20.414Z
43152026-04-29T22:36:20.414Zinfo: running `cargo check --bins` on nexus-mgs-updates (244/272)
43162026-04-29T22:36:20.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43172026-04-29T22:36:20.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43182026-04-29T22:36:20.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43192026-04-29T22:36:20.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43202026-04-29T22:36:21.067Z
43212026-04-29T22:36:21.067Zinfo: running `cargo check --bins` on nexus-networking (245/272)
43222026-04-29T22:36:21.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43232026-04-29T22:36:21.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43242026-04-29T22:36:21.623Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43252026-04-29T22:36:21.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43262026-04-29T22:36:21.723Z
43272026-04-29T22:36:21.723Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (246/272)
43282026-04-29T22:36:22.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43292026-04-29T22:36:22.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43302026-04-29T22:36:22.275Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43312026-04-29T22:36:22.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43322026-04-29T22:36:22.380Z
43332026-04-29T22:36:22.380Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (247/272)
43342026-04-29T22:36:22.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43352026-04-29T22:36:22.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43362026-04-29T22:36:22.936Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43372026-04-29T22:36:22.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43382026-04-29T22:36:23.043Z
43392026-04-29T22:36:23.043Zinfo: running `cargo check --bins` on omicron-dev (248/272)
43402026-04-29T22:36:23.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43412026-04-29T22:36:23.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43422026-04-29T22:36:23.935Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43432026-04-29T22:36:23.935Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43442026-04-29T22:36:24.123Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43452026-04-29T22:36:24.157Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43462026-04-29T22:36:24.174Z Checking yansi v1.0.1
43472026-04-29T22:36:24.177Z Checking diff v0.1.13
43482026-04-29T22:36:24.177Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43492026-04-29T22:36:24.201Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43502026-04-29T22:36:24.253Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43512026-04-29T22:36:24.416Z Checking pretty_assertions v1.4.1
43522026-04-29T22:36:25.096Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43532026-04-29T22:36:48.682Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43542026-04-29T22:36:48.685Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43552026-04-29T22:36:48.685Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43562026-04-29T22:36:48.685Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43572026-04-29T22:36:48.685Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43582026-04-29T22:36:48.685Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43592026-04-29T22:36:49.509Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43602026-04-29T22:36:50.609Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43612026-04-29T22:37:28.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
43622026-04-29T22:37:29.160Z
43632026-04-29T22:37:29.160Zinfo: running `cargo check --bins` on omicron-pins (249/272)
43642026-04-29T22:37:29.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43652026-04-29T22:37:29.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43662026-04-29T22:37:29.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43672026-04-29T22:37:29.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43682026-04-29T22:37:29.748Z
43692026-04-29T22:37:29.748Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (250/272)
43702026-04-29T22:37:30.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43712026-04-29T22:37:30.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43722026-04-29T22:37:30.521Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43732026-04-29T22:37:30.644Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43742026-04-29T22:37:30.647Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43752026-04-29T22:37:56.233Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43762026-04-29T22:37:56.618Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43772026-04-29T22:37:58.317Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43782026-04-29T22:37:58.767Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43792026-04-29T22:38:01.682Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43802026-04-29T22:38:24.069Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43812026-04-29T22:38:24.773Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43822026-04-29T22:38:26.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.64s
43832026-04-29T22:38:26.607Z
43842026-04-29T22:38:26.607Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (251/272)
43852026-04-29T22:38:27.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43862026-04-29T22:38:27.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43872026-04-29T22:38:27.326Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43882026-04-29T22:38:28.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
43892026-04-29T22:38:28.202Z
43902026-04-29T22:38:28.202Zinfo: running `cargo check --bins` on omicron-releng (252/272)
43912026-04-29T22:38:28.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43922026-04-29T22:38:28.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43932026-04-29T22:38:28.855Z Compiling blake3 v1.8.3
43942026-04-29T22:38:28.966Z Checking arrayvec v0.7.6
43952026-04-29T22:38:28.969Z Checking constant_time_eq v0.4.2
43962026-04-29T22:38:28.972Z Checking arrayref v0.3.9
43972026-04-29T22:38:28.985Z Checking topological-sort v0.2.2
43982026-04-29T22:38:28.988Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
43992026-04-29T22:38:28.988Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
44002026-04-29T22:38:28.988Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
44012026-04-29T22:38:29.028Z Checking shell-words v1.1.1
44022026-04-29T22:38:29.828Z Checking omicron-zone-package v0.12.2
44032026-04-29T22:38:30.531Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
44042026-04-29T22:38:31.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.13s
44052026-04-29T22:38:31.531Z
44062026-04-29T22:38:31.531Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (253/272)
44072026-04-29T22:38:32.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44082026-04-29T22:38:32.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44092026-04-29T22:38:32.188Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
44102026-04-29T22:38:32.504Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
44112026-04-29T22:38:32.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
44122026-04-29T22:38:33.090Z
44132026-04-29T22:38:33.090Zinfo: running `cargo check --bins` on schema (254/272)
44142026-04-29T22:38:33.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44152026-04-29T22:38:33.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44162026-04-29T22:38:33.829Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
44172026-04-29T22:38:34.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
44182026-04-29T22:38:34.754Z
44192026-04-29T22:38:34.755Zinfo: running `cargo check --bins` on xtask (255/272)
44202026-04-29T22:38:35.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44212026-04-29T22:38:35.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44222026-04-29T22:38:35.217Z Checking libc v0.2.185
44232026-04-29T22:38:35.297Z Checking serde v1.0.228
44242026-04-29T22:38:35.305Z Checking zerofrom v0.1.6
44252026-04-29T22:38:35.309Z Checking bitflags v2.11.0
44262026-04-29T22:38:35.315Z Checking smallvec v1.15.1
44272026-04-29T22:38:35.322Z Checking indexmap v2.14.0
44282026-04-29T22:38:35.331Z Checking serde_json v1.0.149
44292026-04-29T22:38:35.341Z Checking scroll v0.12.0
44302026-04-29T22:38:35.402Z Checking yoke v0.8.1
44312026-04-29T22:38:35.453Z Checking num-traits v0.2.19
44322026-04-29T22:38:35.482Z Checking thiserror v1.0.69
44332026-04-29T22:38:35.558Z Checking log v0.4.29
44342026-04-29T22:38:35.568Z Checking zerovec v0.11.5
44352026-04-29T22:38:35.576Z Checking zerotrie v0.2.3
44362026-04-29T22:38:35.587Z Checking errno v0.3.14
44372026-04-29T22:38:35.687Z Checking toml_datetime v0.6.11
44382026-04-29T22:38:35.700Z Checking serde_spanned v0.6.9
44392026-04-29T22:38:35.703Z Checking rustix v1.1.3
44402026-04-29T22:38:35.809Z Checking percent-encoding v2.3.2
44412026-04-29T22:38:35.823Z Checking goblin v0.8.2
44422026-04-29T22:38:35.840Z Checking zerocopy v0.7.35
44432026-04-29T22:38:35.863Z Checking toml_edit v0.22.27
44442026-04-29T22:38:35.927Z Checking getrandom v0.4.1
44452026-04-29T22:38:35.942Z Checking form_urlencoded v1.2.2
44462026-04-29T22:38:35.971Z Checking ordered-float v2.10.1
44472026-04-29T22:38:35.992Z Checking tinystr v0.8.2
44482026-04-29T22:38:36.054Z Checking potential_utf v0.1.4
44492026-04-29T22:38:36.065Z Checking thiserror v2.0.18
44502026-04-29T22:38:36.161Z Checking syn v2.0.117
44512026-04-29T22:38:36.171Z Checking icu_locale_core v2.1.1
44522026-04-29T22:38:36.180Z Checking icu_collections v2.1.1
44532026-04-29T22:38:36.196Z Checking serde-value v0.7.0
44542026-04-29T22:38:36.325Z Checking dtrace-parser v0.2.0
44552026-04-29T22:38:36.395Z Checking thread-id v4.2.2
44562026-04-29T22:38:36.475Z Checking once_cell v1.21.3
44572026-04-29T22:38:36.487Z Checking cargo-platform v0.2.0
44582026-04-29T22:38:36.510Z Checking terminal_size v0.4.3
44592026-04-29T22:38:36.556Z Checking memmap v0.7.0
44602026-04-29T22:38:36.620Z Checking clap_builder v4.5.60
44612026-04-29T22:38:36.642Z Checking tempfile v3.25.0
44622026-04-29T22:38:36.656Z Checking textwrap v0.16.2
44632026-04-29T22:38:36.681Z Checking fs-err v3.3.0
44642026-04-29T22:38:36.732Z Checking icu_provider v2.1.1
44652026-04-29T22:38:36.829Z Checking camino-tempfile v1.4.1
44662026-04-29T22:38:36.858Z Checking tabled v0.15.0
44672026-04-29T22:38:36.858Z Checking anyhow v1.0.102
44682026-04-29T22:38:36.960Z Checking toml v0.8.23
44692026-04-29T22:38:36.976Z Checking icu_normalizer v2.1.1
44702026-04-29T22:38:36.987Z Checking icu_properties v2.1.2
44712026-04-29T22:38:37.052Z Checking macaddr v1.0.1
44722026-04-29T22:38:37.227Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44732026-04-29T22:38:37.274Z Checking cargo_toml v0.21.0
44742026-04-29T22:38:37.691Z Checking dof v0.3.0
44752026-04-29T22:38:37.796Z Checking idna_adapter v1.2.1
44762026-04-29T22:38:37.834Z Checking clap v4.5.60
44772026-04-29T22:38:37.910Z Checking idna v1.1.0
44782026-04-29T22:38:37.962Z Checking usdt-impl v0.5.0
44792026-04-29T22:38:38.129Z Checking url v2.5.8
44802026-04-29T22:38:38.206Z Checking usdt v0.5.0
44812026-04-29T22:38:38.460Z Checking cargo-util-schemas v0.8.2
44822026-04-29T22:38:39.135Z Checking cargo_metadata v0.21.0
44832026-04-29T22:38:39.730Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44842026-04-29T22:38:40.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.38s
44852026-04-29T22:38:40.259Z
44862026-04-29T22:38:40.260Zinfo: running `cargo check --bins` on dnsadm (256/272)
44872026-04-29T22:38:40.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44882026-04-29T22:38:40.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44892026-04-29T22:38:40.904Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
44902026-04-29T22:38:41.385Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
44912026-04-29T22:38:41.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s
44922026-04-29T22:38:41.959Z
44932026-04-29T22:38:41.959Zinfo: running `cargo check --bins` on end-to-end-tests (257/272)
44942026-04-29T22:38:42.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44952026-04-29T22:38:42.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44962026-04-29T22:38:42.760Z Checking polyval v0.6.2
44972026-04-29T22:38:42.884Z Checking ctr v0.9.2
44982026-04-29T22:38:42.894Z Checking ssh-encoding v0.2.0
44992026-04-29T22:38:42.897Z Checking blowfish v0.9.1
45002026-04-29T22:38:42.918Z Checking password-hash v0.4.2
45012026-04-29T22:38:42.933Z Checking p521 v0.13.3
45022026-04-29T22:38:42.936Z Checking p256 v0.13.2
45032026-04-29T22:38:42.960Z Checking russh-cryptovec v0.7.3
45042026-04-29T22:38:43.021Z Checking ghash v0.5.1
45052026-04-29T22:38:43.034Z Checking bcrypt-pbkdf v0.10.0
45062026-04-29T22:38:43.038Z Checking md5 v0.7.0
45072026-04-29T22:38:43.083Z Checking num-bigint v0.4.6
45082026-04-29T22:38:43.084Z Checking des v0.8.1
45092026-04-29T22:38:43.126Z Checking pbkdf2 v0.11.0
45102026-04-29T22:38:43.143Z Checking aes-gcm v0.10.3
45112026-04-29T22:38:43.183Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45122026-04-29T22:38:43.183Z Checking hex-literal v0.4.1
45132026-04-29T22:38:43.208Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
45142026-04-29T22:38:43.251Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
45152026-04-29T22:38:43.284Z Checking ssh-cipher v0.2.0
45162026-04-29T22:38:43.297Z Checking socket2 v0.5.10
45172026-04-29T22:38:43.342Z Checking internet-checksum v0.2.1
45182026-04-29T22:38:43.448Z Checking ssh-key v0.6.7
45192026-04-29T22:38:43.610Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45202026-04-29T22:38:44.071Z Checking russh-keys v0.45.0
45212026-04-29T22:38:44.618Z Checking russh v0.45.0
45222026-04-29T22:38:59.416Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
45232026-04-29T22:39:00.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.65s
45242026-04-29T22:39:00.829Z
45252026-04-29T22:39:00.829Zinfo: running `cargo check --bins` on gateway-cli (258/272)
45262026-04-29T22:39:01.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45272026-04-29T22:39:01.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45282026-04-29T22:39:01.467Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
45292026-04-29T22:39:01.575Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
45302026-04-29T22:39:01.584Z Checking termios v0.3.3
45312026-04-29T22:39:02.775Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
45322026-04-29T22:39:02.921Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45332026-04-29T22:39:04.711Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
45342026-04-29T22:39:05.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.44s
45352026-04-29T22:39:05.454Z
45362026-04-29T22:39:05.455Zinfo: running `cargo check --bins --no-default-features` on installinator (259/272)
45372026-04-29T22:39:05.998Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45382026-04-29T22:39:06.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45392026-04-29T22:39:06.177Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
45402026-04-29T22:39:06.292Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45412026-04-29T22:39:06.302Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45422026-04-29T22:39:06.305Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45432026-04-29T22:39:06.318Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45442026-04-29T22:39:06.321Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45452026-04-29T22:39:07.027Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45462026-04-29T22:39:07.373Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45472026-04-29T22:39:07.376Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45482026-04-29T22:39:08.017Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45492026-04-29T22:39:09.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.20s
45502026-04-29T22:39:09.861Z
45512026-04-29T22:39:09.861Zinfo: running `cargo check --bins` on internal-dns-cli (260/272)
45522026-04-29T22:39:10.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45532026-04-29T22:39:10.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45542026-04-29T22:39:10.499Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45552026-04-29T22:39:10.947Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45562026-04-29T22:39:11.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
45572026-04-29T22:39:11.455Z
45582026-04-29T22:39:11.455Zinfo: running `cargo check --bins` on omicron-live-tests (261/272)
45592026-04-29T22:39:11.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45602026-04-29T22:39:11.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45612026-04-29T22:39:11.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45622026-04-29T22:39:11.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45632026-04-29T22:39:12.050Z
45642026-04-29T22:39:12.050Zinfo: running `cargo check --bins` on live-tests-macros (262/272)
45652026-04-29T22:39:12.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45662026-04-29T22:39:12.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45672026-04-29T22:39:12.552Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45682026-04-29T22:39:12.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45692026-04-29T22:39:12.645Z
45702026-04-29T22:39:12.645Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (263/272)
45712026-04-29T22:39:13.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45722026-04-29T22:39:13.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45732026-04-29T22:39:13.403Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45742026-04-29T22:39:13.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
45752026-04-29T22:39:14.196Z
45762026-04-29T22:39:14.196Zinfo: running `cargo check --bins` on omicron-ntp-admin (264/272)
45772026-04-29T22:39:14.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45782026-04-29T22:39:14.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45792026-04-29T22:39:14.851Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45802026-04-29T22:39:14.854Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45812026-04-29T22:39:15.097Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45822026-04-29T22:39:15.097Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45832026-04-29T22:39:15.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s
45842026-04-29T22:39:16.054Z
45852026-04-29T22:39:16.054Zinfo: running `cargo check --bins` on ntp-admin-types (265/272)
45862026-04-29T22:39:16.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45872026-04-29T22:39:16.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45882026-04-29T22:39:16.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45892026-04-29T22:39:16.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45902026-04-29T22:39:16.648Z
45912026-04-29T22:39:16.648Zinfo: running `cargo check --bins` on omicron-package (266/272)
45922026-04-29T22:39:17.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45932026-04-29T22:39:17.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45942026-04-29T22:39:17.330Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
45952026-04-29T22:39:18.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s
45962026-04-29T22:39:18.598Z
45972026-04-29T22:39:18.598Zinfo: running `cargo check --bins` on tqdb (267/272)
45982026-04-29T22:39:19.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45992026-04-29T22:39:19.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46002026-04-29T22:39:19.378Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
46012026-04-29T22:39:19.723Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
46022026-04-29T22:39:20.223Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
46032026-04-29T22:39:20.223Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
46042026-04-29T22:39:25.936Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
46052026-04-29T22:39:25.936Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
46062026-04-29T22:39:26.493Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
46072026-04-29T22:39:26.493Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
46082026-04-29T22:39:26.496Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46092026-04-29T22:39:26.496Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
46102026-04-29T22:39:27.250Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
46112026-04-29T22:39:28.250Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46122026-04-29T22:39:29.012Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46132026-04-29T22:39:29.614Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
46142026-04-29T22:39:33.615Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
46152026-04-29T22:39:39.901Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
46162026-04-29T22:39:39.904Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46172026-04-29T22:39:39.904Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
46182026-04-29T22:39:39.904Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
46192026-04-29T22:39:41.364Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
46202026-04-29T22:39:42.662Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
46212026-04-29T22:39:43.324Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
46222026-04-29T22:39:44.548Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
46232026-04-29T22:39:45.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.48s
46242026-04-29T22:39:45.308Z
46252026-04-29T22:39:45.308Zinfo: running `cargo check --bins` on wicket-dbg (268/272)
46262026-04-29T22:39:45.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46272026-04-29T22:39:45.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46282026-04-29T22:39:46.022Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46292026-04-29T22:39:46.022Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46302026-04-29T22:39:46.025Z Checking rtoolbox v0.0.3
46312026-04-29T22:39:46.151Z Checking tui-tree-widget v0.23.1
46322026-04-29T22:39:46.249Z Checking rpassword v7.4.0
46332026-04-29T22:39:47.251Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46342026-04-29T22:39:50.185Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46352026-04-29T22:39:52.000Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
46362026-04-29T22:39:52.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.56s
46372026-04-29T22:39:53.083Z
46382026-04-29T22:39:53.083Zinfo: running `cargo check --bins` on wicket (269/272)
46392026-04-29T22:39:53.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46402026-04-29T22:39:53.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46412026-04-29T22:39:53.793Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46422026-04-29T22:39:54.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
46432026-04-29T22:39:54.339Z
46442026-04-29T22:39:54.339Zinfo: running `cargo check --bins` on wicketd (270/272)
46452026-04-29T22:39:54.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46462026-04-29T22:39:54.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46472026-04-29T22:39:55.063Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46482026-04-29T22:39:55.068Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46492026-04-29T22:39:55.068Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46502026-04-29T22:39:55.068Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46512026-04-29T22:39:56.040Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46522026-04-29T22:39:56.612Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46532026-04-29T22:39:59.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.22s
46542026-04-29T22:39:59.765Z
46552026-04-29T22:39:59.766Zinfo: running `cargo check --bins` on omicron-workspace-hack (271/272)
46562026-04-29T22:40:00.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46572026-04-29T22:40:00.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46582026-04-29T22:40:00.275Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46592026-04-29T22:40:00.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
46602026-04-29T22:40:00.358Z
46612026-04-29T22:40:00.358Zinfo: running `cargo check --bins` on zone-setup (272/272)
46622026-04-29T22:40:00.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46632026-04-29T22:40:00.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46642026-04-29T22:40:01.033Z Checking uzers v0.12.2
46652026-04-29T22:40:01.295Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46662026-04-29T22:40:02.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.65s
46672026-04-29T22:40:02.248Z
46682026-04-29T22:40:02.248Zreal 14:08.056736973
46692026-04-29T22:40:02.248Zuser 20:33.684680680
46702026-04-29T22:40:02.249Zsys 4:12.717133026
46712026-04-29T22:40:02.249Ztrap 0.331617342
46722026-04-29T22:40:02.249Ztflt 0.310728808
46732026-04-29T22:40:02.253Zdflt 0.813375839
46742026-04-29T22:40:02.254Zkflt 0.001602892
46752026-04-29T22:40:02.254Zlock 1:17:02.446677866
46762026-04-29T22:40:02.254Zslp 1:38:35.009734515
46772026-04-29T22:40:02.254Zlat 48.077086426
46782026-04-29T22:40:02.254Zstop 3:21.968749863
46792026-04-29T22:40:02.254Zprocess exited: duration 1031662 ms, exit code 0
 
46802026-04-29T22:40:02.261Zfound 0 output files