01KQJ3MSW5A5S491CGV6AJHDTQ: 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: 01KQJ3N4500ESGXTJKVVEAS7K7

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-01T15:49:44.280Zjob assigned to worker 01KQJ3NA2SD3M451N71PEQK70G [factory aws, i-06d092b00e1e73e98] (queued for 47 s)
 
22026-05-01T15:49:50.865Zstarting task 0: "setup"
32026-05-01T15:49:50.870Z++ uname -s
42026-05-01T15:49:50.873Z+ kern=SunOS
52026-05-01T15:49:50.873Z+ build_user=build
62026-05-01T15:49:50.873Z+ build_uid=12345
72026-05-01T15:49:50.873Z+ work_dir=/work
82026-05-01T15:49:50.873Z+ input_dir=/input
92026-05-01T15:49:50.873Z+ [[ 0 == 12345 ]]
102026-05-01T15:49:50.873Z+ case "$kern" in
112026-05-01T15:49:50.873Z+ groupadd -g 12345 build
122026-05-01T15:49:50.876Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-01T15:49:52.879Z+ zfs create -o mountpoint=/work rpool/work
142026-05-01T15:49:53.040Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-01T15:49:53.043Z+ home_fs=zfs
162026-05-01T15:49:53.043Z+ [[ zfs == autofs ]]
172026-05-01T15:49:53.043Z+ mkdir -p /home/build
182026-05-01T15:49:53.043Z+ chown build:build /home/build /work
192026-05-01T15:49:55.047Z+ chmod 0700 /home/build /work
202026-05-01T15:49:55.051Zprocess exited: duration 4181 ms, exit code 0
 
212026-05-01T15:49:55.063Zstarting task 1: "rust-toolchain"
222026-05-01T15:49:55.071Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-01T15:49:55.071Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-01T15:49:55.071Z * rust toolchain channel = "1.94.0"
252026-05-01T15:49:55.071Z * rust toolchain profile = "default"
262026-05-01T15:49:55.071Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-01T15:49:55.071Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-01T15:49:55.071Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-01T15:49:55.071Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-01T15:49:55.186Zinfo: downloading installer
312026-05-01T15:49:56.642Zwarn: It looks like you have an existing installation of Rust at:
322026-05-01T15:49:56.642Zwarn: /opt/ooce/bin
332026-05-01T15:49:56.642Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-01T15:49:56.642Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-01T15:49:56.642Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-01T15:49:56.642Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-01T15:49:56.642Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-01T15:49:56.642Zerror: cannot install while Rust is installed
392026-05-01T15:49:56.642Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-01T15:49:56.649Zwarn: It looks like you have an existing rustup settings file at:
412026-05-01T15:49:56.649Zwarn: /home/build/.rustup/settings.toml
422026-05-01T15:49:56.650Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-01T15:49:56.650Zwarn: instead of the one inferred from the default host triple.
442026-05-01T15:49:56.655Zinfo: profile set to default
452026-05-01T15:49:56.655Zinfo: default host triple is x86_64-unknown-illumos
462026-05-01T15:49:56.658Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-05-01T15:49:56.793Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-05-01T15:49:56.798Zinfo: downloading 6 components
492026-05-01T15:50:11.590Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-05-01T15:50:11.590Z
512026-05-01T15:50:11.617Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-05-01T15:50:11.617Z
532026-05-01T15:50:11.617Z
542026-05-01T15:50:11.617ZRust is installed now. Great!
552026-05-01T15:50:11.618Z
562026-05-01T15:50:11.621ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-01T15:50:11.621Zenvironment variable. This has not been done automatically.
582026-05-01T15:50:11.622Z
592026-05-01T15:50:11.622ZTo configure your current shell, you need to source
602026-05-01T15:50:11.622Zthe corresponding env file under $HOME/.cargo.
612026-05-01T15:50:11.622Z
622026-05-01T15:50:11.622ZThis is usually done by running one of the following (note the leading DOT):
632026-05-01T15:50:11.622Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-01T15:50:11.622Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-01T15:50:11.622Zsource "~/.cargo/env.nu" # For nushell
662026-05-01T15:50:11.622Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-01T15:50:11.622Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-01T15:50:11.622Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-01T15:50:11.622Zwarn: no default linker (`cc`) was found in your PATH
702026-05-01T15:50:11.622Zwarn: many Rust crates require a system C toolchain to build
712026-05-01T15:50:11.711Z+ rustup --version
722026-05-01T15:50:11.720Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-01T15:50:11.723Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-01T15:50:11.742Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-05-01T15:50:11.746Z+ cargo --version
762026-05-01T15:50:11.757Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-05-01T15:50:11.761Z+ rustc --version
782026-05-01T15:50:11.780Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-05-01T15:50:11.783Zprocess exited: duration 16721 ms, exit code 0
 
802026-05-01T15:50:11.788Zstarting task 2: "authentication"
812026-05-01T15:50:11.804Zprocess exited: duration 16 ms, exit code 0
 
822026-05-01T15:50:11.812Zstarting task 3: "clone repository"
832026-05-01T15:50:11.817Z+ mkdir -p /work/oxidecomputer/omicron
842026-05-01T15:50:11.821Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-05-01T15:50:11.846ZCloning into '/work/oxidecomputer/omicron'...
862026-05-01T15:50:21.221Z+ cd /work/oxidecomputer/omicron
872026-05-01T15:50:21.221Z+ git fetch origin 85f0bc11e8297db677c01047a5cacd41b49d05a7
882026-05-01T15:50:24.621ZFrom https://github.com/oxidecomputer/omicron
892026-05-01T15:50:24.621Z * branch 85f0bc11e8297db677c01047a5cacd41b49d05a7 -> FETCH_HEAD
902026-05-01T15:50:24.621Z+ [[ -n ben/include-max-error-in-time-sync ]]
912026-05-01T15:50:24.621Z++ git branch --show-current
922026-05-01T15:50:24.621Z+ current=main
932026-05-01T15:50:24.621Z+ [[ main != ben/include-max-error-in-time-sync ]]
942026-05-01T15:50:24.621Z+ git branch -f ben/include-max-error-in-time-sync 85f0bc11e8297db677c01047a5cacd41b49d05a7
952026-05-01T15:50:24.621Z+ git checkout -f ben/include-max-error-in-time-sync
962026-05-01T15:50:24.621ZSwitched to branch 'ben/include-max-error-in-time-sync'
972026-05-01T15:50:24.621Z+ git reset --hard 85f0bc11e8297db677c01047a5cacd41b49d05a7
982026-05-01T15:50:24.621ZHEAD is now at 85f0bc11e add note
992026-05-01T15:50:24.621Zprocess exited: duration 10185 ms, exit code 0
 
1002026-05-01T15:50:24.653Zstarting task 4: "build"
1012026-05-01T15:50:24.658Z+ source .github/buildomat/ci-env.sh
1022026-05-01T15:50:24.658Z++ export CARGO_TERM_COLOR=always
1032026-05-01T15:50:24.658Z++ CARGO_TERM_COLOR=always
1042026-05-01T15:50:24.658Z+ cargo --version
1052026-05-01T15:50:24.665Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-05-01T15:50:24.670Z+ rustc --version
1072026-05-01T15:50:24.683Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-05-01T15:50:24.686Z+ source ./env.sh
1092026-05-01T15:50:24.686Z++ OLD_SHELL_OPTS=ehxB
1102026-05-01T15:50:24.686Z++ set -o xtrace
1112026-05-01T15:50:24.689Z++++ dirname ./env.sh
1122026-05-01T15:50:24.689Z+++ readlink -f .
1132026-05-01T15:50:24.692Z++ OMICRON_WS=/work/oxidecomputer/omicron
1142026-05-01T15:50:24.692Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152026-05-01T15:50:24.692Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1162026-05-01T15:50:24.692Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1172026-05-01T15:50:24.692Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1182026-05-01T15:50:24.692Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1192026-05-01T15:50:24.693Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1202026-05-01T15:50:24.693Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1212026-05-01T15:50:24.693Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1222026-05-01T15:50:24.693Z++ case $OLD_SHELL_OPTS in
1232026-05-01T15:50:24.693Z++ unset OLD_SHELL_OPTS OMICRON_WS
1242026-05-01T15:50:24.693Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1252026-05-01T15:50:24.693Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1262026-05-01T15:50:24.693Z+ banner prerequisites
1272026-05-01T15:50:24.696Z
1282026-05-01T15:50:24.696Z ##### ##### ###### ##### ###### #### # # # #### #
1292026-05-01T15:50:24.696Z # # # # # # # # # # # # # # #
1302026-05-01T15:50:24.696Z # # # # ##### # # ##### # # # # # #### #
1312026-05-01T15:50:24.696Z ##### ##### # ##### # # # # # # # # #
1322026-05-01T15:50:24.696Z # # # # # # # # # # # # # # #
1332026-05-01T15:50:24.696Z # # # ###### # # ###### ### # #### # #### #
1342026-05-01T15:50:24.697Z
1352026-05-01T15:50:24.697Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1362026-05-01T15:50:34.611Z Startup: Refreshing catalog 'helios-dev' ... Done
1372026-05-01T15:50:42.068Z Startup: Caching catalogs ... Done
1382026-05-01T15:50:48.924ZPlanning: Solver setup ... Done (5.298s)
1392026-05-01T15:50:48.959ZPlanning: Running solver ... Done (0.036s)
1402026-05-01T15:50:49.092ZPlanning: Finding local manifests ... Done (0.002s)
1412026-05-01T15:50:49.106ZPlanning: Fetching manifests: 0/5 0% complete
1422026-05-01T15:50:49.221ZPlanning: Fetching manifests: 5/5 100% complete
1432026-05-01T15:50:49.258ZPlanning: Package planning ... Done (0.036s)
1442026-05-01T15:50:49.294ZPlanning: Merging actions ... Done (0.037s)
1452026-05-01T15:50:49.473ZPlanning: Checking for conflicting actions ... Done (0.178s)
1462026-05-01T15:50:49.482ZPlanning: Consolidating action changes ... Done (0.009s)
1472026-05-01T15:50:50.199ZPlanning: Evaluating mediators ... Done (0.715s)
1482026-05-01T15:50:50.205ZPlanning: Planning completed in 7.97 seconds
1492026-05-01T15:50:50.218Z Packages to install: 5
1502026-05-01T15:50:50.218Z Mediators to change: 3
1512026-05-01T15:50:50.221Z Services to change: 1
1522026-05-01T15:50:50.221Z Estimated space available: 155.34 GB
1532026-05-01T15:50:50.221ZEstimated space to be consumed: 1.89 GB
1542026-05-01T15:50:50.221Z Create boot environment: No
1552026-05-01T15:50:50.221ZCreate backup boot environment: No
1562026-05-01T15:50:50.221Z Rebuild boot archive: No
1572026-05-01T15:50:50.221Z
1582026-05-01T15:50:50.221ZChanged mediators:
1592026-05-01T15:50:50.221Z mediator clang:
1602026-05-01T15:50:50.221Z version: None -> 15 (system default)
1612026-05-01T15:50:50.221Z
1622026-05-01T15:50:50.221Z mediator llvm:
1632026-05-01T15:50:50.221Z version: 14 (system default) -> 15 (system default)
1642026-05-01T15:50:50.221Z
1652026-05-01T15:50:50.221Z mediator postgresql:
1662026-05-01T15:50:50.221Z version: 15 (system default) -> 18 (system default)
1672026-05-01T15:50:50.222Z
1682026-05-01T15:50:50.222ZChanged packages:
1692026-05-01T15:50:50.222Zhelios-dev
1702026-05-01T15:50:50.222Z developer/build-essential
1712026-05-01T15:50:50.222Z None -> 11-2.0
1722026-05-01T15:50:50.222Z library/libxmlsec1
1732026-05-01T15:50:50.222Z None -> 1.2.35-2.0
1742026-05-01T15:50:50.222Z ooce/developer/clang-15
1752026-05-01T15:50:50.222Z None -> 15.0.7-2.0
1762026-05-01T15:50:50.222Z ooce/developer/llvm-15
1772026-05-01T15:50:50.222Z None -> 15.0.7-2.0
1782026-05-01T15:50:50.222Z ooce/library/postgresql-18
1792026-05-01T15:50:50.222Z None -> 18.1-2.0
1802026-05-01T15:50:50.222Z
1812026-05-01T15:50:50.222ZServices:
1822026-05-01T15:50:50.222Z restart_fmri:
1832026-05-01T15:50:50.222Z svc:/system/update-man-index:default
1842026-05-01T15:50:50.260Z
1852026-05-01T15:50:50.260ZDownload: 0/4272 items 0.0/219.0MB 0% complete
1862026-05-01T15:50:55.262ZDownload: 2046/4272 items 117.8/219.0MB 53% complete (23.9M/s)
1872026-05-01T15:51:00.347ZDownload: 3248/4272 items 203.1/219.0MB 92% complete (22.0M/s)
1882026-05-01T15:51:06.922ZDownload: 3287/4272 items 211.1/219.0MB 96% complete (12.4M/s)
1892026-05-01T15:51:13.449ZDownload: 4254/4272 items 218.9/219.0MB 99% complete (6.9M/s)
1902026-05-01T15:51:13.489ZDownload: Completed 218.99 MB in 23.23 seconds (9.4M/s)
1912026-05-01T15:51:13.654Z Actions: 1/4789 actions (Installing new actions)
1922026-05-01T15:51:16.983Z Actions: Completed 4789 actions in 3.35 seconds.
1932026-05-01T15:51:17.291Z Done (0.304s)
1942026-05-01T15:51:17.291Z Done (0.000s)
1952026-05-01T15:51:18.027Z Done (0.736s)
1962026-05-01T15:51:21.486Z Done (3.108s)
1972026-05-01T15:51:21.563Z Done (0.012s)
1982026-05-01T15:51:21.566Z Done (0.000s)
1992026-05-01T15:51:21.887Z Done (0.000s)
2002026-05-01T15:51:22.751ZPlanning: Evaluating mediator changes ... Done
2012026-05-01T15:51:22.859ZPlanning: Checking for conflicting actions ... Done
2022026-05-01T15:51:22.862ZPlanning: Consolidating action changes ... Done
2032026-05-01T15:51:23.021ZPlanning: Evaluating mediators ... Done
2042026-05-01T15:51:23.024ZPlanning: Planning completed in 0.27 seconds
2052026-05-01T15:51:23.042Z Mediators to change: 2
2062026-05-01T15:51:23.042Z Create boot environment: No
2072026-05-01T15:51:23.045ZCreate backup boot environment: No
2082026-05-01T15:51:23.117Z Done
2092026-05-01T15:51:23.117Z Done
2102026-05-01T15:51:23.760Z Done
2112026-05-01T15:51:26.281Z Done
2122026-05-01T15:51:26.355Z Done
2132026-05-01T15:51:26.358Z Done
2142026-05-01T15:51:26.547Z Done
2152026-05-01T15:51:26.811ZPlanning: Evaluating mediator changes ... Done
2162026-05-01T15:51:26.920ZPlanning: Checking for conflicting actions ... Done
2172026-05-01T15:51:26.923ZPlanning: Consolidating action changes ... Done
2182026-05-01T15:51:27.076ZPlanning: Evaluating mediators ... Done
2192026-05-01T15:51:27.079ZPlanning: Planning completed in 0.27 seconds
2202026-05-01T15:51:27.097Z Mediators to change: 1
2212026-05-01T15:51:27.097Z Create boot environment: No
2222026-05-01T15:51:27.100ZCreate backup boot environment: No
2232026-05-01T15:51:27.165Z Done
2242026-05-01T15:51:27.165Z Done
2252026-05-01T15:51:27.781Z Done
2262026-05-01T15:51:30.292Z Done
2272026-05-01T15:51:30.369Z Done
2282026-05-01T15:51:30.372Z Done
2292026-05-01T15:51:30.525Z Done
2302026-05-01T15:51:30.818ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2312026-05-01T15:51:30.818Zclang system 15 system
2322026-05-01T15:51:30.818Zcsh system system illumos
2332026-05-01T15:51:30.818Zctags system system illumos
2342026-05-01T15:51:30.818Zfile system system illumos
2352026-05-01T15:51:30.819Zgcc vendor 12 vendor
2362026-05-01T15:51:30.819Zgcc system 14 system
2372026-05-01T15:51:30.819Zgcc system 10 system
2382026-05-01T15:51:30.819Zgo system 1.20 system
2392026-05-01T15:51:30.819Zgo system 1.19 system
2402026-05-01T15:51:30.819Zllvm system 15 system
2412026-05-01T15:51:30.819Zllvm system 14 system
2422026-05-01T15:51:30.819Zmariadb system 10.6 system
2432026-05-01T15:51:30.819Zmta vendor vendor dma
2442026-05-01T15:51:30.819Zopenjdk system 17 system
2452026-05-01T15:51:30.819Zopenjdk system 11 system
2462026-05-01T15:51:30.819Zopenjdk system 1.8 system
2472026-05-01T15:51:30.819Zopenssl vendor 3 vendor
2482026-05-01T15:51:30.819Zperl system 5.36 system
2492026-05-01T15:51:30.819Zpostgresql system 18 system
2502026-05-01T15:51:30.819Zpostgresql system 15 system
2512026-05-01T15:51:30.819Zpostgresql system 13 system
2522026-05-01T15:51:30.819Zpython vendor 3 vendor
2532026-05-01T15:51:30.820Zpython system 2 system
2542026-05-01T15:51:30.820Zpython3 system 3.11 system
2552026-05-01T15:51:30.820Zruby system 3.0 system
2562026-05-01T15:51:30.820Zwords vendor vendor american-english
2572026-05-01T15:51:30.820Zwords system system australian-english
2582026-05-01T15:51:30.820Zwords system system british-english
2592026-05-01T15:51:30.820Zwords system system canadian-english
2602026-05-01T15:51:30.820Zwords system system french
2612026-05-01T15:51:30.820Zwords system system italian
2622026-05-01T15:51:30.820Zwords system system ngerman
2632026-05-01T15:51:30.820Zwords system system ogerman
2642026-05-01T15:51:30.820Zwords system system spanish
2652026-05-01T15:51:31.048ZPUBLISHER TYPE STATUS P LOCATION
2662026-05-01T15:51:31.048Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2672026-05-01T15:51:35.630ZFMRI IFO
2682026-05-01T15:51:35.631Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2692026-05-01T15:51:35.631Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2702026-05-01T15:51:35.631Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2712026-05-01T15:51:35.631Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2722026-05-01T15:51:35.631Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2732026-05-01T15:51:35.631Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2742026-05-01T15:51:35.632Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260217T164409Z im-
2752026-05-01T15:51:35.632Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260213T170424Z ---
2762026-05-01T15:51:35.632Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2772026-05-01T15:51:35.632Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2782026-05-01T15:51:35.632Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2792026-05-01T15:51:35.632Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2802026-05-01T15:51:35.632Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2812026-05-01T15:51:35.632Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2822026-05-01T15:51:35.632Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2832026-05-01T15:51:35.632Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2842026-05-01T15:51:35.632Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2852026-05-01T15:51:36.790Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2862026-05-01T15:51:37.043Z Updating crates.io index
2872026-05-01T15:51:37.079Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2882026-05-01T15:51:37.284Z Updating git repository `https://github.com/oxidecomputer/lldp`
2892026-05-01T15:51:38.165Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2902026-05-01T15:51:38.990Z Updating git repository `https://github.com/oxidecomputer/propolis`
2912026-05-01T15:51:39.745Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2922026-05-01T15:51:40.264Z Updating git repository `https://github.com/oxidecomputer/crucible`
2932026-05-01T15:51:41.603Z Updating git repository `https://github.com/oxidecomputer/opte`
2942026-05-01T15:51:42.256Z Updating git repository `https://github.com/oxidecomputer/tofino`
2952026-05-01T15:51:42.634Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2962026-05-01T15:51:43.610Z Updating git repository `https://github.com/oxidecomputer/clickward`
2972026-05-01T15:51:44.189Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2982026-05-01T15:51:44.633Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2992026-05-01T15:51:44.944Z Updating git repository `https://github.com/oxidecomputer/dendrite`
3002026-05-01T15:51:45.959Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3012026-05-01T15:51:46.507Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3022026-05-01T15:51:46.739Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3032026-05-01T15:51:47.158Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3042026-05-01T15:51:47.450Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3052026-05-01T15:51:47.760Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3062026-05-01T15:51:47.980Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3072026-05-01T15:51:48.206Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3082026-05-01T15:51:48.610Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3092026-05-01T15:51:49.136Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3102026-05-01T15:51:49.607Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3112026-05-01T15:51:50.061Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3122026-05-01T15:51:50.305Z Updating git repository `https://github.com/oxidecomputer/ispf`
3132026-05-01T15:51:50.537Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3142026-05-01T15:51:51.542Z Updating git repository `https://github.com/oxidecomputer/crucible`
3152026-05-01T15:51:52.435Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3162026-05-01T15:51:52.873Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3172026-05-01T15:51:53.273Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3182026-05-01T15:51:53.630Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3192026-05-01T15:51:53.905Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3202026-05-01T15:51:54.239Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3212026-05-01T15:51:54.794Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3222026-05-01T15:51:55.039Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3232026-05-01T15:51:55.266Z Updating git repository `https://github.com/illumos/smf-rs`
3242026-05-01T15:51:55.608Z Updating git repository `https://github.com/oxidecomputer/omicron`
3252026-05-01T15:52:07.808Z Downloading crates ...
3262026-05-01T15:52:07.861Z Downloaded dtrace-parser v0.2.0
3272026-05-01T15:52:07.864Z Downloaded displaydoc v0.2.5
3282026-05-01T15:52:07.872Z Downloaded heck v0.5.0
3292026-05-01T15:52:07.876Z Downloaded generic-array v0.14.7
3302026-05-01T15:52:07.879Z Downloaded fnv v1.0.7
3312026-05-01T15:52:07.879Z Downloaded errno v0.3.14
3322026-05-01T15:52:07.881Z Downloaded itoa v1.0.17
3332026-05-01T15:52:07.882Z Downloaded icu_normalizer_data v2.1.1
3342026-05-01T15:52:07.884Z Downloaded getrandom v0.4.1
3352026-05-01T15:52:07.887Z Downloaded fastrand v2.3.0
3362026-05-01T15:52:07.887Z Downloaded smawk v0.3.2
3372026-05-01T15:52:07.887Z Downloaded fs-err v3.3.0
3382026-05-01T15:52:07.890Z Downloaded is_terminal_polyfill v1.70.2
3392026-05-01T15:52:07.890Z Downloaded cfg-if v1.0.4
3402026-05-01T15:52:07.894Z Downloaded equivalent v1.0.2
3412026-05-01T15:52:07.894Z Downloaded form_urlencoded v1.2.2
3422026-05-01T15:52:07.896Z Downloaded plain v0.2.3
3432026-05-01T15:52:07.896Z Downloaded serde_spanned v0.6.9
3442026-05-01T15:52:07.899Z Downloaded synstructure v0.13.2
3452026-05-01T15:52:07.899Z Downloaded toml_write v0.1.2
3462026-05-01T15:52:07.899Z Downloaded usdt-macro v0.5.0
3472026-05-01T15:52:07.899Z Downloaded version_check v0.9.5
3482026-05-01T15:52:07.902Z Downloaded usdt v0.5.0
3492026-05-01T15:52:07.902Z Downloaded unicode-xid v0.2.6
3502026-05-01T15:52:07.905Z Downloaded zerofrom-derive v0.1.6
3512026-05-01T15:52:07.905Z Downloaded yoke-derive v0.8.1
3522026-05-01T15:52:07.907Z Downloaded typeid v1.0.3
3532026-05-01T15:52:07.907Z Downloaded toml_datetime v0.6.11
3542026-05-01T15:52:07.907Z Downloaded dof v0.3.0
3552026-05-01T15:52:07.909Z Downloaded percent-encoding v2.3.2
3562026-05-01T15:52:07.912Z Downloaded utf8parse v0.2.2
3572026-05-01T15:52:07.912Z Downloaded zerofrom v0.1.6
3582026-05-01T15:52:07.912Z Downloaded unicode-linebreak v0.1.5
3592026-05-01T15:52:07.912Z Downloaded stable_deref_trait v1.2.1
3602026-05-01T15:52:07.915Z Downloaded serde-value v0.7.0
3612026-05-01T15:52:07.915Z Downloaded toml_edit v0.22.27
3622026-05-01T15:52:07.918Z Downloaded semver v1.0.27
3632026-05-01T15:52:07.920Z Downloaded thread-id v4.2.2
3642026-05-01T15:52:07.923Z Downloaded once_cell v1.21.3
3652026-05-01T15:52:07.926Z Downloaded clap_derive v4.5.55
3662026-05-01T15:52:07.926Z Downloaded anstream v0.6.21
3672026-05-01T15:52:07.928Z Downloaded usdt-attr-macro v0.5.0
3682026-05-01T15:52:07.931Z Downloaded pretty-hex v0.4.1
3692026-05-01T15:52:07.931Z Downloaded heck v0.4.1
3702026-05-01T15:52:07.931Z Downloaded thiserror-impl v2.0.18
3712026-05-01T15:52:07.934Z Downloaded block-buffer v0.10.4
3722026-05-01T15:52:07.934Z Downloaded usdt-impl v0.5.0
3732026-05-01T15:52:07.936Z Downloaded thiserror v2.0.18
3742026-05-01T15:52:07.939Z Downloaded zmij v1.0.21
3752026-05-01T15:52:07.939Z Downloaded thiserror v1.0.69
3762026-05-01T15:52:07.942Z Downloaded yoke v0.8.1
3772026-05-01T15:52:07.945Z Downloaded tinystr v0.8.2
3782026-05-01T15:52:07.945Z Downloaded proc-macro-error-attr v1.0.4
3792026-05-01T15:52:07.947Z Downloaded zerovec-derive v0.11.2
3802026-05-01T15:52:07.947Z Downloaded utf8_iter v1.0.4
3812026-05-01T15:52:07.947Z Downloaded thiserror-impl v1.0.69
3822026-05-01T15:52:07.947Z Downloaded ucd-trie v0.1.7
3832026-05-01T15:52:07.950Z Downloaded zerocopy-derive v0.7.35
3842026-05-01T15:52:07.953Z Downloaded writeable v0.6.2
3852026-05-01T15:52:07.953Z Downloaded terminal_size v0.4.3
3862026-05-01T15:52:07.953Z Downloaded cpufeatures v0.2.17
3872026-05-01T15:52:07.953Z Downloaded unicode-ident v1.0.24
3882026-05-01T15:52:07.956Z Downloaded memmap v0.7.0
3892026-05-01T15:52:07.956Z Downloaded toml v0.8.23
3902026-05-01T15:52:07.959Z Downloaded textwrap v0.16.2
3912026-05-01T15:52:07.959Z Downloaded swrite v0.1.0
3922026-05-01T15:52:07.962Z Downloaded idna_adapter v1.2.1
3932026-05-01T15:52:07.962Z Downloaded crypto-common v0.1.7
3942026-05-01T15:52:07.962Z Downloaded ordered-float v2.10.1
3952026-05-01T15:52:07.962Z Downloaded macaddr v1.0.1
3962026-05-01T15:52:07.964Z Downloaded cargo-util-schemas v0.8.2
3972026-05-01T15:52:07.967Z Downloaded tabled_derive v0.7.0
3982026-05-01T15:52:07.967Z Downloaded proc-macro2 v1.0.106
3992026-05-01T15:52:07.971Z Downloaded zerotrie v0.2.3
4002026-05-01T15:52:07.973Z Downloaded cargo-platform v0.2.0
4012026-05-01T15:52:07.976Z Downloaded url v2.5.8
4022026-05-01T15:52:07.976Z Downloaded typenum v1.19.0
4032026-05-01T15:52:07.980Z Downloaded strsim v0.11.1
4042026-05-01T15:52:07.980Z Downloaded anstyle-query v1.1.5
4052026-05-01T15:52:07.983Z Downloaded scroll_derive v0.12.1
4062026-05-01T15:52:07.983Z Downloaded clap_lex v1.0.0
4072026-05-01T15:52:07.989Z Downloaded zerovec v0.11.5
4082026-05-01T15:52:07.992Z Downloaded icu_normalizer v2.1.1
4092026-05-01T15:52:07.995Z Downloaded scroll v0.12.0
4102026-05-01T15:52:07.998Z Downloaded cargo_metadata v0.21.0
4112026-05-01T15:52:07.998Z Downloaded colorchoice v1.0.4
4122026-05-01T15:52:08.002Z Downloaded digest v0.10.7
4132026-05-01T15:52:08.002Z Downloaded zerocopy v0.7.35
4142026-05-01T15:52:08.008Z Downloaded winnow v0.7.14
4152026-05-01T15:52:08.014Z Downloaded hashbrown v0.16.1
4162026-05-01T15:52:08.017Z Downloaded autocfg v1.5.0
4172026-05-01T15:52:08.020Z Downloaded anstyle v1.0.13
4182026-05-01T15:52:08.020Z Downloaded unicode-width v0.1.14
4192026-05-01T15:52:08.023Z Downloaded potential_utf v0.1.4
4202026-05-01T15:52:08.023Z Downloaded unicode-width v0.2.0
4212026-05-01T15:52:08.026Z Downloaded cargo_toml v0.21.0
4222026-05-01T15:52:08.026Z Downloaded erased-serde v0.4.9
4232026-05-01T15:52:08.029Z Downloaded camino-tempfile v1.4.1
4242026-05-01T15:52:08.029Z Downloaded anstyle-parse v0.2.7
4252026-05-01T15:52:08.029Z Downloaded camino v1.2.2
4262026-05-01T15:52:08.031Z Downloaded byteorder v1.5.0
4272026-05-01T15:52:08.031Z Downloaded bytecount v0.6.9
4282026-05-01T15:52:08.034Z Downloaded quote v1.0.44
4292026-05-01T15:52:08.037Z Downloaded tempfile v3.25.0
4302026-05-01T15:52:08.040Z Downloaded bitflags v2.11.0
4312026-05-01T15:52:08.043Z Downloaded smallvec v1.15.1
4322026-05-01T15:52:08.046Z Downloaded proc-macro-error v1.0.4
4332026-05-01T15:52:08.049Z Downloaded serde-untagged v0.1.9
4342026-05-01T15:52:08.049Z Downloaded pest_derive v2.8.6
4352026-05-01T15:52:08.052Z Downloaded num-traits v0.2.19
4362026-05-01T15:52:08.052Z Downloaded litemap v0.8.1
4372026-05-01T15:52:08.061Z Downloaded sha2 v0.10.9
4382026-05-01T15:52:08.064Z Downloaded serde_tokenstream v0.2.3
4392026-05-01T15:52:08.071Z Downloaded anyhow v1.0.102
4402026-05-01T15:52:08.074Z Downloaded icu_properties v2.1.2
4412026-05-01T15:52:08.087Z Downloaded serde_derive v1.0.228
4422026-05-01T15:52:08.093Z Downloaded clap v4.5.60
4432026-05-01T15:52:08.099Z Downloaded icu_provider v2.1.1
4442026-05-01T15:52:08.102Z Downloaded papergrid v0.11.0
4452026-05-01T15:52:08.105Z Downloaded log v0.4.29
4462026-05-01T15:52:08.108Z Downloaded serde_core v1.0.228
4472026-05-01T15:52:08.110Z Downloaded icu_locale_core v2.1.1
4482026-05-01T15:52:08.118Z Downloaded serde v1.0.228
4492026-05-01T15:52:08.121Z Downloaded memchr v2.8.0
4502026-05-01T15:52:08.123Z Downloaded pest_meta v2.8.6
4512026-05-01T15:52:08.132Z Downloaded pest_generator v2.8.6
4522026-05-01T15:52:08.134Z Downloaded indexmap v2.13.0
4532026-05-01T15:52:08.137Z Downloaded icu_collections v2.1.1
4542026-05-01T15:52:08.159Z Downloaded pest v2.8.6
4552026-05-01T15:52:08.162Z Downloaded idna v1.1.0
4562026-05-01T15:52:08.166Z Downloaded goblin v0.8.2
4572026-05-01T15:52:08.180Z Downloaded icu_properties_data v2.1.2
4582026-05-01T15:52:08.187Z Downloaded serde_json v1.0.149
4592026-05-01T15:52:08.191Z Downloaded clap_builder v4.5.60
4602026-05-01T15:52:08.197Z Downloaded tabled v0.15.0
4612026-05-01T15:52:08.205Z Downloaded syn v1.0.109
4622026-05-01T15:52:08.217Z Downloaded syn v2.0.117
4632026-05-01T15:52:08.226Z Downloaded rustix v1.1.3
4642026-05-01T15:52:08.257Z Downloaded libc v0.2.185
4652026-05-01T15:52:08.324Z Compiling proc-macro2 v1.0.106
4662026-05-01T15:52:08.324Z Compiling unicode-ident v1.0.24
4672026-05-01T15:52:08.324Z Compiling quote v1.0.44
4682026-05-01T15:52:08.327Z Compiling serde_core v1.0.228
4692026-05-01T15:52:08.327Z Compiling libc v0.2.185
4702026-05-01T15:52:08.327Z Compiling version_check v0.9.5
4712026-05-01T15:52:08.327Z Compiling stable_deref_trait v1.2.1
4722026-05-01T15:52:08.327Z Compiling memchr v2.8.0
4732026-05-01T15:52:08.641Z Compiling serde v1.0.228
4742026-05-01T15:52:08.659Z Compiling zmij v1.0.21
4752026-05-01T15:52:08.922Z Compiling ucd-trie v0.1.7
4762026-05-01T15:52:08.925Z Compiling itoa v1.0.17
4772026-05-01T15:52:09.140Z Compiling thiserror v1.0.69
4782026-05-01T15:52:09.193Z Compiling autocfg v1.5.0
4792026-05-01T15:52:09.210Z Compiling pest v2.8.6
4802026-05-01T15:52:09.296Z Compiling litemap v0.8.1
4812026-05-01T15:52:09.356Z Compiling writeable v0.6.2
4822026-05-01T15:52:09.493Z Compiling byteorder v1.5.0
4832026-05-01T15:52:09.637Z Compiling icu_properties_data v2.1.2
4842026-05-01T15:52:09.727Z Compiling icu_normalizer_data v2.1.1
4852026-05-01T15:52:09.812Z Compiling syn v2.0.117
4862026-05-01T15:52:09.830Z Compiling rustix v1.1.3
4872026-05-01T15:52:09.869Z Compiling errno v0.3.14
4882026-05-01T15:52:09.979Z Compiling bitflags v2.11.0
4892026-05-01T15:52:10.023Z Compiling serde_json v1.0.149
4902026-05-01T15:52:10.231Z Compiling num-traits v0.2.19
4912026-05-01T15:52:10.268Z Compiling pest_meta v2.8.6
4922026-05-01T15:52:10.287Z Compiling equivalent v1.0.2
4932026-05-01T15:52:10.471Z Compiling hashbrown v0.16.1
4942026-05-01T15:52:10.533Z Compiling smallvec v1.15.1
4952026-05-01T15:52:10.609Z Compiling typeid v1.0.3
4962026-05-01T15:52:10.851Z Compiling thread-id v4.2.2
4972026-05-01T15:52:10.930Z Compiling usdt-impl v0.5.0
4982026-05-01T15:52:10.947Z Compiling proc-macro-error-attr v1.0.4
4992026-05-01T15:52:10.950Z Compiling winnow v0.7.14
5002026-05-01T15:52:11.030Z Compiling indexmap v2.13.0
5012026-05-01T15:52:11.157Z Compiling erased-serde v0.4.9
5022026-05-01T15:52:11.268Z Compiling syn v1.0.109
5032026-05-01T15:52:11.430Z Compiling toml_write v0.1.2
5042026-05-01T15:52:11.761Z Compiling proc-macro-error v1.0.4
5052026-05-01T15:52:11.827Z Compiling thiserror v2.0.18
5062026-05-01T15:52:11.959Z Compiling utf8parse v0.2.2
5072026-05-01T15:52:11.977Z Compiling utf8_iter v1.0.4
5082026-05-01T15:52:12.082Z Compiling plain v0.2.3
5092026-05-01T15:52:12.139Z Compiling getrandom v0.4.1
5102026-05-01T15:52:12.179Z Compiling log v0.4.29
5112026-05-01T15:52:12.200Z Compiling percent-encoding v2.3.2
5122026-05-01T15:52:12.227Z Compiling camino v1.2.2
5132026-05-01T15:52:12.327Z Compiling ordered-float v2.10.1
5142026-05-01T15:52:12.369Z Compiling form_urlencoded v1.2.2
5152026-05-01T15:52:12.510Z Compiling synstructure v0.13.2
5162026-05-01T15:52:12.531Z Compiling pest_generator v2.8.6
5172026-05-01T15:52:12.567Z Compiling anstyle-parse v0.2.7
5182026-05-01T15:52:12.757Z Compiling terminal_size v0.4.3
5192026-05-01T15:52:12.906Z Compiling colorchoice v1.0.4
5202026-05-01T15:52:13.001Z Compiling is_terminal_polyfill v1.70.2
5212026-05-01T15:52:13.019Z Compiling anstyle v1.0.13
5222026-05-01T15:52:13.038Z Compiling anstyle-query v1.1.5
5232026-05-01T15:52:13.066Z Compiling cfg-if v1.0.4
5242026-05-01T15:52:13.100Z Compiling pretty-hex v0.4.1
5252026-05-01T15:52:13.163Z Compiling serde-untagged v0.1.9
5262026-05-01T15:52:13.218Z Compiling anstream v0.6.21
5272026-05-01T15:52:13.252Z Compiling semver v1.0.27
5282026-05-01T15:52:13.316Z Compiling fs-err v3.3.0
5292026-05-01T15:52:13.400Z Compiling heck v0.5.0
5302026-05-01T15:52:13.508Z Compiling unicode-width v0.1.14
5312026-05-01T15:52:13.530Z Compiling heck v0.4.1
5322026-05-01T15:52:13.581Z Compiling unicode-xid v0.2.6
5332026-05-01T15:52:13.610Z Compiling clap_lex v1.0.0
5342026-05-01T15:52:13.640Z Compiling fastrand v2.3.0
5352026-05-01T15:52:13.710Z Compiling bytecount v0.6.9
5362026-05-01T15:52:13.756Z Compiling strsim v0.11.1
5372026-05-01T15:52:13.843Z Compiling fnv v1.0.7
5382026-05-01T15:52:13.860Z Compiling once_cell v1.21.3
5392026-05-01T15:52:13.906Z Compiling anyhow v1.0.102
5402026-05-01T15:52:13.951Z Compiling clap_builder v4.5.60
5412026-05-01T15:52:14.076Z Compiling tempfile v3.25.0
5422026-05-01T15:52:14.094Z Compiling papergrid v0.11.0
5432026-05-01T15:52:14.211Z Compiling serde_derive v1.0.228
5442026-05-01T15:52:14.246Z Compiling zerofrom-derive v0.1.6
5452026-05-01T15:52:14.435Z Compiling yoke-derive v0.8.1
5462026-05-01T15:52:14.458Z Compiling zerovec-derive v0.11.2
5472026-05-01T15:52:14.728Z Compiling displaydoc v0.2.5
5482026-05-01T15:52:15.488Z Compiling thiserror-impl v1.0.69
5492026-05-01T15:52:15.568Z Compiling zerocopy-derive v0.7.35
5502026-05-01T15:52:15.606Z Compiling pest_derive v2.8.6
5512026-05-01T15:52:15.624Z Compiling scroll_derive v0.12.1
5522026-05-01T15:52:15.668Z Compiling zerofrom v0.1.6
5532026-05-01T15:52:15.808Z Compiling yoke v0.8.1
5542026-05-01T15:52:16.013Z Compiling zerovec v0.11.5
5552026-05-01T15:52:16.041Z Compiling zerotrie v0.2.3
5562026-05-01T15:52:16.290Z Compiling scroll v0.12.0
5572026-05-01T15:52:16.352Z Compiling thiserror-impl v2.0.18
5582026-05-01T15:52:16.440Z Compiling zerocopy v0.7.35
5592026-05-01T15:52:16.522Z Compiling tinystr v0.8.2
5602026-05-01T15:52:16.576Z Compiling potential_utf v0.1.4
5612026-05-01T15:52:16.738Z Compiling icu_locale_core v2.1.1
5622026-05-01T15:52:16.755Z Compiling icu_collections v2.1.1
5632026-05-01T15:52:16.893Z Compiling dtrace-parser v0.2.0
5642026-05-01T15:52:17.010Z Compiling goblin v0.8.2
5652026-05-01T15:52:17.028Z Compiling tabled_derive v0.7.0
5662026-05-01T15:52:17.247Z Compiling clap_derive v4.5.55
5672026-05-01T15:52:17.619Z Compiling icu_provider v2.1.1
5682026-05-01T15:52:17.636Z Compiling toml_datetime v0.6.11
5692026-05-01T15:52:17.704Z Compiling serde_spanned v0.6.9
5702026-05-01T15:52:17.722Z Compiling dof v0.3.0
5712026-05-01T15:52:17.739Z Compiling serde_tokenstream v0.2.3
5722026-05-01T15:52:17.856Z Compiling icu_properties v2.1.2
5732026-05-01T15:52:17.898Z Compiling icu_normalizer v2.1.1
5742026-05-01T15:52:17.920Z Compiling toml_edit v0.22.27
5752026-05-01T15:52:18.071Z Compiling serde-value v0.7.0
5762026-05-01T15:52:18.110Z Compiling cargo-platform v0.2.0
5772026-05-01T15:52:18.387Z Compiling memmap v0.7.0
5782026-05-01T15:52:18.429Z Compiling unicode-width v0.2.0
5792026-05-01T15:52:18.447Z Compiling unicode-linebreak v0.1.5
5802026-05-01T15:52:18.572Z Compiling smawk v0.3.2
5812026-05-01T15:52:18.667Z Compiling usdt-macro v0.5.0
5822026-05-01T15:52:18.695Z Compiling idna_adapter v1.2.1
5832026-05-01T15:52:18.712Z Compiling usdt-attr-macro v0.5.0
5842026-05-01T15:52:18.728Z Compiling textwrap v0.16.2
5852026-05-01T15:52:18.838Z Compiling idna v1.1.0
5862026-05-01T15:52:18.939Z Compiling tabled v0.15.0
5872026-05-01T15:52:19.042Z Compiling clap v4.5.60
5882026-05-01T15:52:19.134Z Compiling macaddr v1.0.1
5892026-05-01T15:52:19.205Z Compiling url v2.5.8
5902026-05-01T15:52:19.293Z Compiling toml v0.8.23
5912026-05-01T15:52:19.502Z Compiling camino-tempfile v1.4.1
5922026-05-01T15:52:19.766Z Compiling cargo-util-schemas v0.8.2
5932026-05-01T15:52:19.908Z Compiling cargo_toml v0.21.0
5942026-05-01T15:52:20.078Z Compiling usdt v0.5.0
5952026-05-01T15:52:20.251Z Compiling swrite v0.1.0
5962026-05-01T15:52:20.337Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5972026-05-01T15:52:20.780Z Compiling cargo_metadata v0.21.0
5982026-05-01T15:52:21.730Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5992026-05-01T15:52:23.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.21s
6002026-05-01T15:52:24.066Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
6012026-05-01T15:52:24.629Z Downloading crates ...
6022026-05-01T15:52:24.719Z Downloaded array-init v0.0.4
6032026-05-01T15:52:24.727Z Downloaded base64ct v1.8.3
6042026-05-01T15:52:24.733Z Downloaded ciborium-io v0.2.2
6052026-05-01T15:52:24.736Z Downloaded adler2 v2.0.1
6062026-05-01T15:52:24.742Z Downloaded crc32fast v1.5.0
6072026-05-01T15:52:24.745Z Downloaded bitfield-struct v0.6.2
6082026-05-01T15:52:24.745Z Downloaded curve25519-dalek-derive v0.1.1
6092026-05-01T15:52:24.748Z Downloaded crucible-workspace-hack v0.1.0
6102026-05-01T15:52:24.748Z Downloaded bytes v1.11.1
6112026-05-01T15:52:24.751Z Downloaded csv-core v0.1.13
6122026-05-01T15:52:24.754Z Downloaded allocator-api2 v0.2.21
6132026-05-01T15:52:24.758Z Downloaded aead v0.5.2
6142026-05-01T15:52:24.762Z Downloaded bitfield v0.19.4
6152026-05-01T15:52:24.762Z Downloaded crossbeam-utils v0.8.21
6162026-05-01T15:52:24.762Z Downloaded block-padding v0.3.3
6172026-05-01T15:52:24.767Z Downloaded bitflags v1.3.2
6182026-05-01T15:52:24.767Z Downloaded blake2 v0.10.6
6192026-05-01T15:52:24.770Z Downloaded bit-vec v0.6.3
6202026-05-01T15:52:24.776Z Downloaded buf-list v1.1.2
6212026-05-01T15:52:24.781Z Downloaded debug-ignore v1.0.5
6222026-05-01T15:52:24.785Z Downloaded der_derive v0.7.3
6232026-05-01T15:52:24.785Z Downloaded bit-vec v0.8.0
6242026-05-01T15:52:24.787Z Downloaded crunchy v0.2.4
6252026-05-01T15:52:24.787Z Downloaded byte-wrapper v0.1.0
6262026-05-01T15:52:24.787Z Downloaded defmt v0.3.100
6272026-05-01T15:52:24.787Z Downloaded defmt-macros v1.0.1
6282026-05-01T15:52:24.792Z Downloaded bitfield-macros v0.19.4
6292026-05-01T15:52:24.792Z Downloaded async-stream-impl v0.3.6
6302026-05-01T15:52:24.796Z Downloaded assert_matches v1.5.0
6312026-05-01T15:52:24.796Z Downloaded daft-derive v0.1.5
6322026-05-01T15:52:24.796Z Downloaded defmt-parser v1.0.0
6332026-05-01T15:52:24.800Z Downloaded darling_macro v0.23.0
6342026-05-01T15:52:24.800Z Downloaded atty v0.2.14
6352026-05-01T15:52:24.801Z Downloaded bit-set v0.8.0
6362026-05-01T15:52:24.801Z Downloaded ascii-canvas v3.0.0
6372026-05-01T15:52:24.804Z Downloaded diesel_table_macro_syntax v0.3.0
6382026-05-01T15:52:24.804Z Downloaded atomicwrites v0.4.4
6392026-05-01T15:52:24.804Z Downloaded ctr v0.9.2
6402026-05-01T15:52:24.808Z Downloaded crc8 v0.1.1
6412026-05-01T15:52:24.808Z Downloaded cfg_aliases v0.2.1
6422026-05-01T15:52:24.808Z Downloaded cargo-platform v0.1.9
6432026-05-01T15:52:24.808Z Downloaded ciborium-ll v0.2.2
6442026-05-01T15:52:24.811Z Downloaded dropshot-api-manager-types v0.6.0
6452026-05-01T15:52:24.811Z Downloaded derive-where v1.6.0
6462026-05-01T15:52:24.811Z Downloaded arrayref v0.3.9
6472026-05-01T15:52:24.814Z Downloaded async-stream v0.3.6
6482026-05-01T15:52:24.814Z Downloaded async-recursion v1.1.1
6492026-05-01T15:52:24.820Z Downloaded flagset v0.4.7
6502026-05-01T15:52:24.820Z Downloaded dunce v1.0.5
6512026-05-01T15:52:24.824Z Downloaded endian-type v0.1.2
6522026-05-01T15:52:24.824Z Downloaded darling_macro v0.20.11
6532026-05-01T15:52:24.825Z Downloaded float-ord v0.3.2
6542026-05-01T15:52:24.825Z Downloaded cstr-argument v0.1.2
6552026-05-01T15:52:24.825Z Downloaded enum-as-inner v0.6.1
6562026-05-01T15:52:24.825Z Downloaded darling_macro v0.21.3
6572026-05-01T15:52:24.825Z Downloaded embedded-io v0.4.0
6582026-05-01T15:52:24.829Z Downloaded dyn-clone v1.0.20
6592026-05-01T15:52:24.829Z Downloaded dof v0.4.0
6602026-05-01T15:52:24.829Z Downloaded cpufeatures v0.3.0
6612026-05-01T15:52:24.833Z Downloaded embedded-io v0.6.1
6622026-05-01T15:52:24.833Z Downloaded derive-ex v0.1.8
6632026-05-01T15:52:24.833Z Downloaded convert_case v0.4.0
6642026-05-01T15:52:24.833Z Downloaded castaway v0.2.4
6652026-05-01T15:52:24.833Z Downloaded crc v3.4.0
6662026-05-01T15:52:24.836Z Downloaded cfg_aliases v0.1.1
6672026-05-01T15:52:24.836Z Downloaded compression-core v0.4.31
6682026-05-01T15:52:24.836Z Downloaded atomic-waker v1.1.2
6692026-05-01T15:52:24.836Z Downloaded dsl_auto_type v0.2.0
6702026-05-01T15:52:24.840Z Downloaded foreign-types v0.3.2
6712026-05-01T15:52:24.843Z Downloaded env_filter v1.0.0
6722026-05-01T15:52:24.847Z Downloaded float-cmp v0.10.0
6732026-05-01T15:52:24.850Z Downloaded downcast-rs v2.0.2
6742026-05-01T15:52:24.850Z Downloaded cobs v0.3.0
6752026-05-01T15:52:24.854Z Downloaded dirs-next v2.0.0
6762026-05-01T15:52:24.855Z Downloaded foreign-types-shared v0.1.1
6772026-05-01T15:52:24.855Z Downloaded foreign-types v0.5.0
6782026-05-01T15:52:24.859Z Downloaded difflib v0.4.0
6792026-05-01T15:52:24.859Z Downloaded derive_builder_macro v0.20.2
6802026-05-01T15:52:24.859Z Downloaded document-features v0.2.12
6812026-05-01T15:52:24.859Z Downloaded display-error-chain v0.2.2
6822026-05-01T15:52:24.864Z Downloaded dirs-sys-next v0.1.2
6832026-05-01T15:52:24.864Z Downloaded bit-set v0.5.3
6842026-05-01T15:52:24.864Z Downloaded bb8 v0.8.6
6852026-05-01T15:52:24.864Z Downloaded funty v2.0.0
6862026-05-01T15:52:24.864Z Downloaded futures-core v0.3.32
6872026-05-01T15:52:24.867Z Downloaded defmt v1.0.1
6882026-05-01T15:52:24.871Z Downloaded futures-sink v0.3.32
6892026-05-01T15:52:24.871Z Downloaded crypto-bigint v0.5.5
6902026-05-01T15:52:24.876Z Downloaded const_format_proc_macros v0.2.34
6912026-05-01T15:52:24.876Z Downloaded constant_time_eq v0.4.2
6922026-05-01T15:52:24.913Z Downloaded cipher v0.4.4
6932026-05-01T15:52:24.913Z Downloaded cexpr v0.6.0
6942026-05-01T15:52:24.913Z Downloaded fixedbitset v0.4.2
6952026-05-01T15:52:24.913Z Downloaded foreign-types-shared v0.3.1
6962026-05-01T15:52:24.924Z Downloaded compression-codecs v0.4.37
6972026-05-01T15:52:24.924Z Downloaded futures-macro v0.3.32
6982026-05-01T15:52:24.924Z Downloaded camino-tempfile-ext v0.3.3
6992026-05-01T15:52:24.924Z Downloaded ghash v0.5.1
7002026-05-01T15:52:24.924Z Downloaded foldhash v0.2.0
7012026-05-01T15:52:24.924Z Downloaded deranged v0.5.8
7022026-05-01T15:52:24.924Z Downloaded fxhash v0.2.1
7032026-05-01T15:52:24.924Z Downloaded ed25519 v2.2.3
7042026-05-01T15:52:24.924Z Downloaded gethostname v0.5.0
7052026-05-01T15:52:24.924Z Downloaded ff v0.13.1
7062026-05-01T15:52:24.924Z Downloaded hash32 v0.2.1
7072026-05-01T15:52:24.924Z Downloaded hash32 v0.3.1
7082026-05-01T15:52:24.924Z Downloaded globwalk v0.9.1
7092026-05-01T15:52:24.924Z Downloaded git-stub v1.0.0
7102026-05-01T15:52:24.924Z Downloaded critical-section v1.2.0
7112026-05-01T15:52:24.924Z Downloaded fallible-iterator v0.2.0
7122026-05-01T15:52:24.924Z Downloaded hex-literal v0.4.1
7132026-05-01T15:52:24.925Z Downloaded hex v0.4.3
7142026-05-01T15:52:24.925Z Downloaded headers-core v0.3.0
7152026-05-01T15:52:24.925Z Downloaded derive_builder v0.20.2
7162026-05-01T15:52:24.925Z Downloaded darling v0.21.3
7172026-05-01T15:52:24.925Z Downloaded fixedbitset v0.5.7
7182026-05-01T15:52:24.925Z Downloaded filetime v0.2.27
7192026-05-01T15:52:24.925Z Downloaded fd-lock v4.0.4
7202026-05-01T15:52:24.925Z Downloaded foldhash v0.1.5
7212026-05-01T15:52:24.925Z Downloaded find-msvc-tools v0.1.9
7222026-05-01T15:52:24.925Z Downloaded ena v0.14.4
7232026-05-01T15:52:24.925Z Downloaded crc-catalog v2.4.0
7242026-05-01T15:52:24.925Z Downloaded bcs v0.1.6
7252026-05-01T15:52:24.933Z Downloaded convert_case v0.10.0
7262026-05-01T15:52:24.933Z Downloaded cbc v0.1.2
7272026-05-01T15:52:24.933Z Downloaded darling v0.20.11
7282026-05-01T15:52:24.933Z Downloaded crossbeam-epoch v0.9.18
7292026-05-01T15:52:24.933Z Downloaded hubpack_derive v0.1.1
7302026-05-01T15:52:24.933Z Downloaded hostname v0.4.2
7312026-05-01T15:52:24.940Z Downloaded hubpack v0.1.2
7322026-05-01T15:52:24.940Z Downloaded futures-task v0.3.32
7332026-05-01T15:52:24.940Z Downloaded http-body v1.0.1
7342026-05-01T15:52:24.940Z Downloaded futures-executor v0.3.32
7352026-05-01T15:52:24.941Z Downloaded http-range v0.1.5
7362026-05-01T15:52:24.941Z Downloaded fs-err v2.11.0
7372026-05-01T15:52:24.941Z Downloaded httpdate v1.0.3
7382026-05-01T15:52:24.941Z Downloaded aes v0.8.4
7392026-05-01T15:52:24.945Z Downloaded cmake v0.1.57
7402026-05-01T15:52:24.946Z Downloaded ecdsa v0.16.9
7412026-05-01T15:52:24.946Z Downloaded async-bb8-diesel v0.2.1
7422026-05-01T15:52:24.946Z Downloaded either v1.15.0
7432026-05-01T15:52:24.949Z Downloaded hyper-tls v0.6.0
7442026-05-01T15:52:24.949Z Downloaded colored v2.2.0
7452026-05-01T15:52:24.949Z Downloaded ident_case v1.0.1
7462026-05-01T15:52:24.949Z Downloaded bzip2 v0.6.1
7472026-05-01T15:52:24.954Z Downloaded git-stub-vcs v0.1.0
7482026-05-01T15:52:24.954Z Downloaded group v0.13.0
7492026-05-01T15:52:24.954Z Downloaded globset v0.4.18
7502026-05-01T15:52:24.957Z Downloaded fs_extra v1.3.0
7512026-05-01T15:52:24.957Z Downloaded des v0.8.1
7522026-05-01T15:52:24.957Z Downloaded data-encoding v2.10.0
7532026-05-01T15:52:24.957Z Downloaded curve25519-dalek v4.1.3
7542026-05-01T15:52:24.964Z Downloaded instant v0.1.13
7552026-05-01T15:52:24.967Z Downloaded is-terminal v0.4.17
7562026-05-01T15:52:24.967Z Downloaded indoc v1.0.9
7572026-05-01T15:52:24.967Z Downloaded instability v0.3.11
7582026-05-01T15:52:24.981Z Downloaded darling v0.23.0
7592026-05-01T15:52:24.985Z Downloaded lalrpop-util v0.19.12
7602026-05-01T15:52:24.985Z Downloaded keccak v0.1.6
7612026-05-01T15:52:24.985Z Downloaded lazy_static v1.5.0
7622026-05-01T15:52:24.985Z Downloaded cookie_store v0.22.1
7632026-05-01T15:52:24.985Z Downloaded internet-checksum v0.2.1
7642026-05-01T15:52:24.985Z Downloaded futures-channel v0.3.32
7652026-05-01T15:52:24.985Z Downloaded is_ci v1.2.0
7662026-05-01T15:52:24.985Z Downloaded backon v1.6.0
7672026-05-01T15:52:24.985Z Downloaded kstat-rs v0.2.4
7682026-05-01T15:52:24.985Z Downloaded console v0.16.2
7692026-05-01T15:52:24.985Z Downloaded chacha20 v0.10.0
7702026-05-01T15:52:24.991Z Downloaded hostname v0.3.1
7712026-05-01T15:52:24.991Z Downloaded highway v1.3.0
7722026-05-01T15:52:24.991Z Downloaded cookie v0.18.1
7732026-05-01T15:52:24.995Z Downloaded cancel-safe-futures v0.1.5
7742026-05-01T15:52:24.995Z Downloaded colored v3.1.1
7752026-05-01T15:52:24.995Z Downloaded derive_builder_core v0.20.2
7762026-05-01T15:52:24.999Z Downloaded libscf-sys v1.1.0
7772026-05-01T15:52:24.999Z Downloaded http-body-util v0.1.3
7782026-05-01T15:52:24.999Z Downloaded lru v0.12.5
7792026-05-01T15:52:24.999Z Downloaded indent_write v2.2.0
7802026-05-01T15:52:25.005Z Downloaded humantime v2.3.0
7812026-05-01T15:52:25.005Z Downloaded hyper-staticfile v0.10.1
7822026-05-01T15:52:25.005Z Downloaded clang-sys v1.8.1
7832026-05-01T15:52:25.009Z Downloaded ahash v0.8.12
7842026-05-01T15:52:25.009Z Downloaded maplit v1.0.2
7852026-05-01T15:52:25.009Z Downloaded lru-cache v0.1.2
7862026-05-01T15:52:25.009Z Downloaded ciborium v0.2.2
7872026-05-01T15:52:25.013Z Downloaded bzip2 v0.4.4
7882026-05-01T15:52:25.013Z Downloaded argon2 v0.5.3
7892026-05-01T15:52:25.013Z Downloaded md5 v0.7.0
7902026-05-01T15:52:25.013Z Downloaded newline-converter v0.3.0
7912026-05-01T15:52:25.018Z Downloaded lzss v0.8.2
7922026-05-01T15:52:25.018Z Downloaded nibble_vec v0.1.0
7932026-05-01T15:52:25.018Z Downloaded newtype_derive v0.1.6
7942026-05-01T15:52:25.022Z Downloaded newtype-uuid-macros v0.1.0
7952026-05-01T15:52:25.022Z Downloaded mime v0.3.17
7962026-05-01T15:52:25.022Z Downloaded maybe-uninit v2.0.0
7972026-05-01T15:52:25.022Z Downloaded glob v0.3.3
7982026-05-01T15:52:25.023Z Downloaded getrandom v0.2.17
7992026-05-01T15:52:25.028Z Downloaded linked-hash-map v0.5.6
8002026-05-01T15:52:25.028Z Downloaded multimap v0.10.1
8012026-05-01T15:52:25.028Z Downloaded md-5 v0.10.6
8022026-05-01T15:52:25.028Z Downloaded managed v0.8.0
8032026-05-01T15:52:25.032Z Downloaded inout v0.1.4
8042026-05-01T15:52:25.032Z Downloaded indoc v2.0.7
8052026-05-01T15:52:25.032Z Downloaded impl-trait-for-tuples v0.2.3
8062026-05-01T15:52:25.039Z Downloaded ipnetwork v0.21.1
8072026-05-01T15:52:25.039Z Downloaded ipnet v2.11.0
8082026-05-01T15:52:25.039Z Downloaded new_debug_unreachable v1.0.6
8092026-05-01T15:52:25.039Z Downloaded half v1.8.3
8102026-05-01T15:52:25.043Z Downloaded lru-slab v0.1.2
8112026-05-01T15:52:25.043Z Downloaded home v0.5.12
8122026-05-01T15:52:25.043Z Downloaded num v0.4.3
8132026-05-01T15:52:25.044Z Downloaded num-conv v0.2.0
8142026-05-01T15:52:25.044Z Downloaded normalize-line-endings v0.3.0
8152026-05-01T15:52:25.044Z Downloaded num-iter v0.1.45
8162026-05-01T15:52:25.049Z Downloaded ingot v0.1.1
8172026-05-01T15:52:25.049Z Downloaded dropshot_endpoint v0.16.7
8182026-05-01T15:52:25.049Z Downloaded derive_more v0.99.20
8192026-05-01T15:52:25.052Z Downloaded num_enum_derive v0.5.11
8202026-05-01T15:52:25.052Z Downloaded num-derive v0.4.2
8212026-05-01T15:52:25.053Z Downloaded num_threads v0.1.7
8222026-05-01T15:52:25.053Z Downloaded const-oid v0.9.6
8232026-05-01T15:52:25.056Z Downloaded nodrop v0.1.14
8242026-05-01T15:52:25.056Z Downloaded jobserver v0.1.34
8252026-05-01T15:52:25.056Z Downloaded nonempty v0.12.0
8262026-05-01T15:52:25.061Z Downloaded chacha20 v0.9.1
8272026-05-01T15:52:25.061Z Downloaded hmac v0.12.1
8282026-05-01T15:52:25.061Z Downloaded crossterm v0.28.1
8292026-05-01T15:52:25.065Z Downloaded httparse v1.10.1
8302026-05-01T15:52:25.068Z Downloaded futures v0.3.32
8312026-05-01T15:52:25.072Z Downloaded openssl-macros v0.1.1
8322026-05-01T15:52:25.073Z Downloaded opaque-debug v0.3.1
8332026-05-01T15:52:25.073Z Downloaded libefi-sys v0.1.0
8342026-05-01T15:52:25.080Z Downloaded oso-derive v0.27.3
8352026-05-01T15:52:25.080Z Downloaded openssl-probe v0.1.6
8362026-05-01T15:52:25.080Z Downloaded console v0.15.11
8372026-05-01T15:52:25.080Z Downloaded libloading v0.8.9
8382026-05-01T15:52:25.084Z Downloaded memoffset v0.9.1
8392026-05-01T15:52:25.084Z Downloaded libsw-core v0.3.2
8402026-05-01T15:52:25.084Z Downloaded olpc-cjson v0.1.4
8412026-05-01T15:52:25.084Z Downloaded libsw v3.5.0
8422026-05-01T15:52:25.084Z Downloaded openssl-probe v0.2.1
8432026-05-01T15:52:25.084Z Downloaded iana-time-zone v0.1.65
8442026-05-01T15:52:25.088Z Downloaded mime_guess v2.0.5
8452026-05-01T15:52:25.088Z Downloaded match_cfg v0.1.0
8462026-05-01T15:52:25.088Z Downloaded lock_api v0.4.14
8472026-05-01T15:52:25.088Z Downloaded linear-map v1.2.0
8482026-05-01T15:52:25.093Z Downloaded packed_struct_codegen v0.10.1
8492026-05-01T15:52:25.093Z Downloaded parse-size v1.1.0
8502026-05-01T15:52:25.093Z Downloaded parse-display v0.10.0
8512026-05-01T15:52:25.093Z Downloaded base64 v0.22.1
8522026-05-01T15:52:25.102Z Downloaded newtype-uuid v1.3.2
8532026-05-01T15:52:25.102Z Downloaded getrandom v0.3.4
8542026-05-01T15:52:25.106Z Downloaded darling_core v0.20.11
8552026-05-01T15:52:25.106Z Downloaded crc-any v2.5.0
8562026-05-01T15:52:25.106Z Downloaded ingot-macros v0.1.1
8572026-05-01T15:52:25.106Z Downloaded dropshot_endpoint v0.17.0
8582026-05-01T15:52:25.106Z Downloaded ingot-types v0.1.2
8592026-05-01T15:52:25.109Z Downloaded corncobs v0.1.4
8602026-05-01T15:52:25.109Z Downloaded bcrypt-pbkdf v0.10.0
8612026-05-01T15:52:25.110Z Downloaded arrayvec v0.7.6
8622026-05-01T15:52:25.110Z Downloaded nu-ansi-term v0.50.3
8632026-05-01T15:52:25.116Z Downloaded native-tls v0.2.18
8642026-05-01T15:52:25.116Z Downloaded num-derive v0.3.3
8652026-05-01T15:52:25.119Z Downloaded nanorand v0.7.0
8662026-05-01T15:52:25.119Z Downloaded pbkdf2 v0.12.2
8672026-05-01T15:52:25.119Z Downloaded peg-runtime v0.8.5
8682026-05-01T15:52:25.119Z Downloaded path-slash v0.1.5
8692026-05-01T15:52:25.119Z Downloaded num-integer v0.1.46
8702026-05-01T15:52:25.122Z Downloaded phf_shared v0.11.3
8712026-05-01T15:52:25.122Z Downloaded num-complex v0.4.6
8722026-05-01T15:52:25.122Z Downloaded env_logger v0.11.9
8732026-05-01T15:52:25.126Z Downloaded num_enum_derive v0.7.5
8742026-05-01T15:52:25.126Z Downloaded num-rational v0.4.2
8752026-05-01T15:52:25.126Z Downloaded drift v0.1.3
8762026-05-01T15:52:25.130Z Downloaded num_enum v0.5.11
8772026-05-01T15:52:25.147Z Downloaded predicates-tree v1.0.13
8782026-05-01T15:52:25.150Z Downloaded pin-utils v0.1.0
8792026-05-01T15:52:25.151Z Downloaded phf_shared v0.13.1
8802026-05-01T15:52:25.151Z Downloaded phf_shared v0.12.1
8812026-05-01T15:52:25.154Z Downloaded num_enum v0.7.5
8822026-05-01T15:52:25.154Z Downloaded hyper-rustls v0.27.7
8832026-05-01T15:52:25.157Z Downloaded predicates-core v1.0.10
8842026-05-01T15:52:25.157Z Downloaded multer v3.1.0
8852026-05-01T15:52:25.162Z Downloaded precomputed-hash v0.1.1
8862026-05-01T15:52:25.162Z Downloaded powerfmt v0.2.0
8872026-05-01T15:52:25.162Z Downloaded memmap2 v0.9.10
8882026-05-01T15:52:25.165Z Downloaded oxnet v0.1.4
8892026-05-01T15:52:25.166Z Downloaded packed_struct v0.10.1
8902026-05-01T15:52:25.166Z Downloaded proc-macro-crate v1.3.1
8912026-05-01T15:52:25.166Z Downloaded paste v1.0.15
8922026-05-01T15:52:25.169Z Downloaded oxide-tokio-rt v0.1.4
8932026-05-01T15:52:25.169Z Downloaded proc-macro-error-attr2 v2.0.0
8942026-05-01T15:52:25.174Z Downloaded darling_core v0.23.0
8952026-05-01T15:52:25.177Z Downloaded parse-display-derive v0.10.0
8962026-05-01T15:52:25.177Z Downloaded indexmap v1.9.3
8972026-05-01T15:52:25.177Z Downloaded password-hash v0.5.0
8982026-05-01T15:52:25.177Z Downloaded heapless v0.8.0
8992026-05-01T15:52:25.181Z Downloaded pbkdf2 v0.11.0
9002026-05-01T15:52:25.185Z Downloaded heapless v0.7.17
9012026-05-01T15:52:25.185Z Downloaded progenitor-client v0.11.2
9022026-05-01T15:52:25.188Z Downloaded psl-types v2.0.11
9032026-05-01T15:52:25.188Z Downloaded progenitor-macro v0.10.0
9042026-05-01T15:52:25.188Z Downloaded progenitor-client v0.10.0
9052026-05-01T15:52:25.188Z Downloaded password-hash v0.4.2
9062026-05-01T15:52:25.191Z Downloaded progenitor-macro v0.13.0
9072026-05-01T15:52:25.192Z Downloaded progenitor-macro v0.11.2
9082026-05-01T15:52:25.192Z Downloaded der v0.7.10
9092026-05-01T15:52:25.196Z Downloaded radium v0.7.0
9102026-05-01T15:52:25.196Z Downloaded ar_archive_writer v0.5.1
9112026-05-01T15:52:25.199Z Downloaded phf v0.13.1
9122026-05-01T15:52:25.199Z Downloaded pem-rfc7468 v0.7.0
9132026-05-01T15:52:25.202Z Downloaded base64 v0.21.7
9142026-05-01T15:52:25.205Z Downloaded quick-error v1.2.3
9152026-05-01T15:52:25.205Z Downloaded const_format v0.2.35
9162026-05-01T15:52:25.208Z Downloaded phf v0.12.1
9172026-05-01T15:52:25.208Z Downloaded omicron-zone-package v0.12.2
9182026-05-01T15:52:25.211Z Downloaded libbz2-rs-sys v0.2.2
9192026-05-01T15:52:25.214Z Downloaded postgres-protocol v0.6.10
9202026-05-01T15:52:25.214Z Downloaded pin-project-lite v0.2.17
9212026-05-01T15:52:25.217Z Downloaded rand_chacha v0.3.1
9222026-05-01T15:52:25.222Z Downloaded polyval v0.6.2
9232026-05-01T15:52:25.222Z Downloaded poly1305 v0.8.0
9242026-05-01T15:52:25.226Z Downloaded pkg-config v0.3.32
9252026-05-01T15:52:25.226Z Downloaded pkcs8 v0.10.2
9262026-05-01T15:52:25.226Z Downloaded recursive-proc-macro-impl v0.1.1
9272026-05-01T15:52:25.227Z Downloaded flate2 v1.1.9
9282026-05-01T15:52:25.231Z Downloaded parking_lot v0.12.5
9292026-05-01T15:52:25.231Z Downloaded derive_more v2.1.1
9302026-05-01T15:52:25.238Z Downloaded ref-cast-impl v1.0.25
9312026-05-01T15:52:25.242Z Downloaded rand_xorshift v0.4.0
9322026-05-01T15:52:25.242Z Downloaded ref-cast v1.0.25
9332026-05-01T15:52:25.242Z Downloaded aho-corasick v1.1.4
9342026-05-01T15:52:25.247Z Downloaded ignore v0.4.25
9352026-05-01T15:52:25.247Z Downloaded hickory-resolver v0.24.4
9362026-05-01T15:52:25.250Z Downloaded progenitor-extras v0.1.1
9372026-05-01T15:52:25.253Z Downloaded proc-macro-error2 v2.0.1
9382026-05-01T15:52:25.253Z Downloaded progenitor v0.13.0
9392026-05-01T15:52:25.257Z Downloaded peg-macros v0.8.5
9402026-05-01T15:52:25.257Z Downloaded psm v0.1.30
9412026-05-01T15:52:25.257Z Downloaded progenitor-client v0.13.0
9422026-05-01T15:52:25.263Z Downloaded rfc6979 v0.4.0
9432026-05-01T15:52:25.263Z Downloaded diesel_derives v2.3.7
9442026-05-01T15:52:25.266Z Downloaded rustc-hash v2.1.1
9452026-05-01T15:52:25.266Z Downloaded rustc_version v0.4.1
9462026-05-01T15:52:25.266Z Downloaded r2d2 v0.8.10
9472026-05-01T15:52:25.270Z Downloaded cc v1.2.56
9482026-05-01T15:52:25.270Z Downloaded hickory-resolver v0.25.2
9492026-05-01T15:52:25.273Z Downloaded russh-cryptovec v0.7.3
9502026-05-01T15:52:25.274Z Downloaded progenitor v0.10.0
9512026-05-01T15:52:25.277Z Downloaded primeorder v0.13.6
9522026-05-01T15:52:25.277Z Downloaded rtoolbox v0.0.3
9532026-05-01T15:52:25.277Z Downloaded pkcs5 v0.7.1
9542026-05-01T15:52:25.280Z Downloaded pkcs1 v0.7.5
9552026-05-01T15:52:25.280Z Downloaded async-compression v0.4.41
9562026-05-01T15:52:25.284Z Downloaded postcard v1.1.3
9572026-05-01T15:52:25.287Z Downloaded pin-project-internal v1.1.11
9582026-05-01T15:52:25.287Z Downloaded rand_core v0.9.5
9592026-05-01T15:52:25.290Z Downloaded rand_chacha v0.9.0
9602026-05-01T15:52:25.290Z Downloaded scheduled-thread-pool v0.2.7
9612026-05-01T15:52:25.290Z Downloaded rand_seeder v0.4.0
9622026-05-01T15:52:25.294Z Downloaded rand_core v0.6.4
9632026-05-01T15:52:25.294Z Downloaded predicates v3.1.4
9642026-05-01T15:52:25.297Z Downloaded parking_lot_core v0.9.12
9652026-05-01T15:52:25.297Z Downloaded rand_core v0.10.0
9662026-05-01T15:52:25.300Z Downloaded postgres-types v0.2.12
9672026-05-01T15:52:25.300Z Downloaded same-file v1.0.6
9682026-05-01T15:52:25.303Z Downloaded p256 v0.13.2
9692026-05-01T15:52:25.303Z Downloaded parking_lot_core v0.8.6
9702026-05-01T15:52:25.306Z Downloaded salsa20 v0.10.2
9712026-05-01T15:52:25.306Z Downloaded scopeguard v1.2.0
9722026-05-01T15:52:25.309Z Downloaded expectorate v1.2.0
9732026-05-01T15:52:25.309Z Downloaded sapling-renderdag v0.1.0
9742026-05-01T15:52:25.312Z Downloaded secrecy v0.8.0
9752026-05-01T15:52:25.312Z Downloaded scroll_derive v0.13.1
9762026-05-01T15:52:25.312Z Downloaded secrecy v0.10.3
9772026-05-01T15:52:25.315Z Downloaded scrypt v0.11.0
9782026-05-01T15:52:25.315Z Downloaded progenitor v0.11.2
9792026-05-01T15:52:25.315Z Downloaded papergrid v0.17.0
9802026-05-01T15:52:25.318Z Downloaded parking_lot v0.11.2
9812026-05-01T15:52:25.321Z Downloaded serde-big-array v0.5.1
9822026-05-01T15:52:25.321Z Downloaded semver v0.1.20
9832026-05-01T15:52:25.324Z Downloaded dropshot-api-manager v0.6.0
9842026-05-01T15:52:25.324Z Downloaded jiff-static v0.2.21
9852026-05-01T15:52:25.327Z Downloaded recursive v0.1.1
9862026-05-01T15:52:25.327Z Downloaded pem v3.0.6
9872026-05-01T15:52:25.331Z Downloaded peg v0.8.5
9882026-05-01T15:52:25.331Z Downloaded darling_core v0.21.3
9892026-05-01T15:52:25.334Z Downloaded headers v0.4.1
9902026-05-01T15:52:25.337Z Downloaded serde_urlencoded v0.7.1
9912026-05-01T15:52:25.340Z Downloaded serde_repr v0.1.20
9922026-05-01T15:52:25.340Z Downloaded seq-macro v0.3.6
9932026-05-01T15:52:25.340Z Downloaded serde_plain v1.0.2
9942026-05-01T15:52:25.343Z Downloaded pin-project v1.1.11
9952026-05-01T15:52:25.348Z Downloaded sigpipe v0.1.3
9962026-05-01T15:52:25.351Z Downloaded signature v2.2.0
9972026-05-01T15:52:25.351Z Downloaded rustversion v1.0.22
9982026-05-01T15:52:25.354Z Downloaded rustls-native-certs v0.8.3
9992026-05-01T15:52:25.355Z Downloaded rustc_version v0.1.7
10002026-05-01T15:52:25.355Z Downloaded ppv-lite86 v0.2.21
10012026-05-01T15:52:25.358Z Downloaded shell-words v1.1.1
10022026-05-01T15:52:25.358Z Downloaded signal-hook-tokio v0.3.1
10032026-05-01T15:52:25.358Z Downloaded quinn-udp v0.5.14
10042026-05-01T15:52:25.362Z Downloaded siphasher v1.0.2
10052026-05-01T15:52:25.362Z Downloaded ed25519-dalek v2.2.0
10062026-05-01T15:52:25.365Z Downloaded rustls-pemfile v2.2.0
10072026-05-01T15:52:25.365Z Downloaded serde_bytes v0.11.19
10082026-05-01T15:52:25.365Z Downloaded slog-envlogger v2.2.0
10092026-05-01T15:52:25.367Z Downloaded slog-bunyan v2.5.0
10102026-05-01T15:52:25.367Z Downloaded derive_more-impl v2.1.1
10112026-05-01T15:52:25.370Z Downloaded rusty-fork v0.3.1
10122026-05-01T15:52:25.373Z Downloaded oso v0.27.3
10132026-05-01T15:52:25.377Z Downloaded openssl-sys v0.9.111
10142026-05-01T15:52:25.380Z Downloaded signal-hook-mio v0.2.5
10152026-05-01T15:52:25.380Z Downloaded schemars_derive v0.8.22
10162026-05-01T15:52:25.380Z Downloaded resolv-conf v0.7.6
10172026-05-01T15:52:25.384Z Downloaded half v2.7.1
10182026-05-01T15:52:25.384Z Downloaded proc-macro-crate v3.4.0
10192026-05-01T15:52:25.384Z Downloaded owo-colors v4.3.0
10202026-05-01T15:52:25.387Z Downloaded litrs v1.0.0
10212026-05-01T15:52:25.387Z Downloaded scroll v0.13.0
10222026-05-01T15:52:25.390Z Downloaded elliptic-curve v0.13.8
10232026-05-01T15:52:25.393Z Downloaded indicatif v0.18.4
10242026-05-01T15:52:25.393Z Downloaded sec1 v0.7.3
10252026-05-01T15:52:25.395Z Downloaded serde_path_to_error v0.1.20
10262026-05-01T15:52:25.395Z Downloaded sct v0.7.1
10272026-05-01T15:52:25.398Z Downloaded hashbrown v0.12.3
10282026-05-01T15:52:25.401Z Downloaded serde-hex v0.1.0
10292026-05-01T15:52:25.403Z Downloaded progenitor-impl v0.13.0
10302026-05-01T15:52:25.403Z Downloaded progenitor-impl v0.10.0
10312026-05-01T15:52:25.415Z Downloaded miniz_oxide v0.8.9
10322026-05-01T15:52:25.415Z Downloaded minimal-lexical v0.2.1
10332026-05-01T15:52:25.415Z Downloaded ssh-encoding v0.2.0
10342026-05-01T15:52:25.415Z Downloaded serde_derive_internals v0.29.1
10352026-05-01T15:52:25.415Z Downloaded serde_spanned v1.0.4
10362026-05-01T15:52:25.415Z Downloaded russh-keys v0.45.0
10372026-05-01T15:52:25.426Z Downloaded diff v0.1.13
10382026-05-01T15:52:25.426Z Downloaded subtle v2.6.1
10392026-05-01T15:52:25.426Z Downloaded structmeta-derive v0.3.0
10402026-05-01T15:52:25.426Z Downloaded ssh-cipher v0.2.0
10412026-05-01T15:52:25.429Z Downloaded strip-ansi-escapes v0.2.1
10422026-05-01T15:52:25.429Z Downloaded strum v0.27.2
10432026-05-01T15:52:25.429Z Downloaded strum v0.26.3
10442026-05-01T15:52:25.429Z Downloaded structmeta v0.3.0
10452026-05-01T15:52:25.431Z Downloaded sqlparser_derive v0.5.0
10462026-05-01T15:52:25.431Z Downloaded http v1.4.0
10472026-05-01T15:52:25.434Z Downloaded signal-hook-registry v1.4.8
10482026-05-01T15:52:25.434Z Downloaded hickory-server v0.25.2
10492026-05-01T15:52:25.437Z Downloaded rustls-pemfile v1.0.4
10502026-05-01T15:52:25.440Z Downloaded shlex v1.3.0
10512026-05-01T15:52:25.440Z Downloaded tabled_derive v0.11.0
10522026-05-01T15:52:25.442Z Downloaded rustls-pki-types v1.14.0
10532026-05-01T15:52:25.442Z Downloaded slog-dtrace v0.3.0
10542026-05-01T15:52:25.445Z Downloaded supports-color v3.0.2
10552026-05-01T15:52:25.445Z Downloaded slog-async v2.8.0
10562026-05-01T15:52:25.448Z Downloaded prefix-trie v0.7.0
10572026-05-01T15:52:25.451Z Downloaded slab v0.4.12
10582026-05-01T15:52:25.451Z Downloaded sync_wrapper v1.0.2
10592026-05-01T15:52:25.451Z Downloaded hyper-util v0.1.20
10602026-05-01T15:52:25.455Z Downloaded slog-json v2.6.1
10612026-05-01T15:52:25.458Z Downloaded rcgen v0.12.1
10622026-05-01T15:52:25.458Z Downloaded hashbrown v0.13.2
10632026-05-01T15:52:25.461Z Downloaded smf v0.2.3
10642026-05-01T15:52:25.464Z Downloaded tagptr v0.2.0
10652026-05-01T15:52:25.464Z Downloaded sqlformat v0.3.5
10662026-05-01T15:52:25.464Z Downloaded termtree v0.5.1
10672026-05-01T15:52:25.467Z Downloaded testing_table v0.3.0
10682026-05-01T15:52:25.467Z Downloaded time-core v0.1.8
10692026-05-01T15:52:25.467Z Downloaded thread-id v5.1.0
10702026-05-01T15:52:25.469Z Downloaded tap v1.0.1
10712026-05-01T15:52:25.469Z Downloaded take_mut v0.2.2
10722026-05-01T15:52:25.469Z Downloaded tabwriter v1.4.1
10732026-05-01T15:52:25.472Z Downloaded snafu-derive v0.8.9
10742026-05-01T15:52:25.472Z Downloaded smallvec v0.6.14
10752026-05-01T15:52:25.475Z Downloaded slog-term v2.9.2
10762026-05-01T15:52:25.475Z Downloaded sync-ptr v0.1.4
10772026-05-01T15:52:25.475Z Downloaded simd-adler32 v0.3.8
10782026-05-01T15:52:25.479Z Downloaded sha1 v0.10.6
10792026-05-01T15:52:25.479Z Downloaded itertools v0.10.5
10802026-05-01T15:52:25.482Z Downloaded ron v0.8.1
10812026-05-01T15:52:25.485Z Downloaded crossterm v0.29.0
10822026-05-01T15:52:25.489Z Downloaded tinyvec_macros v0.1.1
10832026-05-01T15:52:25.492Z Downloaded spki v0.7.3
10842026-05-01T15:52:25.492Z Downloaded serde_with_macros v3.17.0
10852026-05-01T15:52:25.495Z Downloaded stringprep v0.1.5
10862026-05-01T15:52:25.495Z Downloaded crossbeam-channel v0.5.15
10872026-05-01T15:52:25.498Z Downloaded chacha20poly1305 v0.10.1
10882026-05-01T15:52:25.498Z Downloaded arc-swap v1.8.2
10892026-05-01T15:52:25.500Z Downloaded strum_macros v0.26.4
10902026-05-01T15:52:25.504Z Downloaded static_assertions v1.1.0
10912026-05-01T15:52:25.504Z Downloaded stacker v0.1.23
10922026-05-01T15:52:25.506Z Downloaded tokio-macros v2.7.0
10932026-05-01T15:52:25.506Z Downloaded ryu v1.0.23
10942026-05-01T15:52:25.509Z Downloaded strum_macros v0.24.3
10952026-05-01T15:52:25.512Z Downloaded rustls-platform-verifier v0.6.2
10962026-05-01T15:52:25.512Z Downloaded flume v0.11.1
10972026-05-01T15:52:25.514Z Downloaded fatfs v0.3.6
10982026-05-01T15:52:25.517Z Downloaded support-bundle-viewer v0.1.2
10992026-05-01T15:52:25.520Z Downloaded rayon-core v1.13.0
11002026-05-01T15:52:25.520Z Downloaded slog-stdlog v4.1.1
11012026-05-01T15:52:25.523Z Downloaded compact_str v0.8.1
11022026-05-01T15:52:25.525Z Downloaded pretty_assertions v1.4.1
11032026-05-01T15:52:25.525Z Downloaded schemars v0.8.22
11042026-05-01T15:52:25.531Z Downloaded slog-scope v4.4.1
11052026-05-01T15:52:25.534Z Downloaded mio v1.2.0
11062026-05-01T15:52:25.537Z Downloaded topological-sort v0.2.2
11072026-05-01T15:52:25.537Z Downloaded hashbrown v0.15.5
11082026-05-01T15:52:25.540Z Downloaded tower-service v0.3.3
11092026-05-01T15:52:25.543Z Downloaded tower-layer v0.3.3
11102026-05-01T15:52:25.544Z Downloaded thiserror-no-std v2.0.2
11112026-05-01T15:52:25.546Z Downloaded spin v0.9.8
11122026-05-01T15:52:25.546Z Downloaded serde_cbor v0.11.2
11132026-05-01T15:52:25.549Z Downloaded progenitor-impl v0.11.2
11142026-05-01T15:52:25.549Z Downloaded num-bigint v0.4.6
11152026-05-01T15:52:25.584Z Downloaded trait-variant v0.1.2
11162026-05-01T15:52:25.584Z Downloaded tls_codec v0.4.2
11172026-05-01T15:52:25.585Z Downloaded publicsuffix v2.3.0
11182026-05-01T15:52:25.585Z Downloaded nom v7.1.3
11192026-05-01T15:52:25.585Z Downloaded typify-macro v0.4.3
11202026-05-01T15:52:25.585Z Downloaded try-lock v0.2.5
11212026-05-01T15:52:25.585Z Downloaded typify-macro v0.6.1
11222026-05-01T15:52:25.585Z Downloaded tiny-keccak v2.0.2
11232026-05-01T15:52:25.585Z Downloaded thiserror-impl-no-std v2.0.2
11242026-05-01T15:52:25.585Z Downloaded qorb v0.4.1
11252026-05-01T15:52:25.585Z Downloaded thread_local v1.1.9
11262026-05-01T15:52:25.585Z Downloaded termios v0.3.3
11272026-05-01T15:52:25.585Z Downloaded time-macros v0.2.27
11282026-05-01T15:52:25.585Z Downloaded prettyplease v0.2.37
11292026-05-01T15:52:25.585Z Downloaded serde_yaml v0.9.34+deprecated
11302026-05-01T15:52:25.585Z Downloaded unarray v0.1.4
11312026-05-01T15:52:25.585Z Downloaded tls_codec_derive v0.4.2
11322026-05-01T15:52:25.585Z Downloaded strum_macros v0.27.2
11332026-05-01T15:52:25.585Z Downloaded string_cache v0.8.9
11342026-05-01T15:52:25.585Z Downloaded tokio-dtrace v0.1.1
11352026-05-01T15:52:25.586Z Downloaded universal-hash v0.5.1
11362026-05-01T15:52:25.590Z Downloaded unit-prefix v0.5.2
11372026-05-01T15:52:25.590Z Downloaded unicode-truncate v1.1.0
11382026-05-01T15:52:25.590Z Downloaded rand v0.8.5
11392026-05-01T15:52:25.590Z Downloaded diesel-dtrace v0.5.0
11402026-05-01T15:52:25.590Z Downloaded similar v2.7.0
11412026-05-01T15:52:25.590Z Downloaded tokio-rustls v0.25.0
11422026-05-01T15:52:25.590Z Downloaded libxml v0.3.3
11432026-05-01T15:52:25.593Z Downloaded untrusted v0.9.0
11442026-05-01T15:52:25.593Z Downloaded tokio-tungstenite v0.21.0
11452026-05-01T15:52:25.596Z Downloaded untrusted v0.7.1
11462026-05-01T15:52:25.596Z Downloaded signal-hook v0.3.18
11472026-05-01T15:52:25.596Z Downloaded iddqd v0.3.17
11482026-05-01T15:52:25.600Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11492026-05-01T15:52:25.603Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11502026-05-01T15:52:25.603Z Downloaded term v1.2.1
11512026-05-01T15:52:25.606Z Downloaded usdt-macro v0.6.0
11522026-05-01T15:52:25.606Z Downloaded backoff v0.4.0
11532026-05-01T15:52:25.608Z Downloaded utf-8 v0.7.6
11542026-05-01T15:52:25.608Z Downloaded tokio-tungstenite v0.23.1
11552026-05-01T15:52:25.608Z Downloaded toml_writer v1.0.6+spec-1.1.0
11562026-05-01T15:52:25.611Z Downloaded daft v0.1.5
11572026-05-01T15:52:25.611Z Downloaded erased-serde v0.3.31
11582026-05-01T15:52:25.614Z Downloaded crossbeam-deque v0.8.6
11592026-05-01T15:52:25.614Z Downloaded bumpalo v3.20.2
11602026-05-01T15:52:25.616Z Downloaded usdt-attr-macro v0.6.0
11612026-05-01T15:52:25.616Z Downloaded aes-gcm v0.10.3
11622026-05-01T15:52:25.619Z Downloaded void v1.0.2
11632026-05-01T15:52:25.619Z Downloaded socket2 v0.5.10
11642026-05-01T15:52:25.619Z Downloaded quinn v0.11.9
11652026-05-01T15:52:25.622Z Downloaded num-bigint-dig v0.8.6
11662026-05-01T15:52:25.624Z Downloaded tui-tree-widget v0.23.1
11672026-05-01T15:52:25.627Z Downloaded itertools v0.13.0
11682026-05-01T15:52:25.630Z Downloaded want v0.3.1
11692026-05-01T15:52:25.630Z Downloaded itertools v0.12.1
11702026-05-01T15:52:25.633Z Downloaded rand v0.9.2
11712026-05-01T15:52:25.636Z Downloaded blowfish v0.9.1
11722026-05-01T15:52:25.636Z Downloaded dtrace-parser v0.3.0
11732026-05-01T15:52:25.636Z Downloaded cargo_metadata v0.19.2
11742026-05-01T15:52:25.639Z Downloaded waitgroup v0.1.2
11752026-05-01T15:52:25.639Z Downloaded rsa v0.9.10
11762026-05-01T15:52:25.642Z Downloaded tokio-native-tls v0.3.1
11772026-05-01T15:52:25.642Z Downloaded tokio-rustls v0.26.4
11782026-05-01T15:52:25.648Z Downloaded subprocess v0.2.15
11792026-05-01T15:52:25.648Z Downloaded cassowary v0.3.0
11802026-05-01T15:52:25.650Z Downloaded async-trait v0.1.89
11812026-05-01T15:52:25.651Z Downloaded futures-io v0.3.32
11822026-05-01T15:52:25.651Z Downloaded foreign-types-macros v0.2.3
11832026-05-01T15:52:25.651Z Downloaded samael v0.0.19
11842026-05-01T15:52:25.653Z Downloaded wait-timeout v0.2.1
11852026-05-01T15:52:25.656Z Downloaded slog v2.8.2
11862026-05-01T15:52:25.656Z Downloaded tokio-rustls v0.24.1
11872026-05-01T15:52:25.659Z Downloaded rustls-webpki v0.103.9
11882026-05-01T15:52:25.659Z Downloaded hyper v1.8.1
11892026-05-01T15:52:25.662Z Downloaded unicase v2.9.0
11902026-05-01T15:52:25.665Z Downloaded schemars v1.2.1
11912026-05-01T15:52:25.671Z Downloaded xshell-macros v0.2.7
11922026-05-01T15:52:25.673Z Downloaded xattr v1.6.1
11932026-05-01T15:52:25.673Z Downloaded zone v0.3.1
11942026-05-01T15:52:25.673Z Downloaded toml_parser v1.0.9+spec-1.1.0
11952026-05-01T15:52:25.676Z Downloaded vergen-git2 v1.0.7
11962026-05-01T15:52:25.676Z Downloaded usdt v0.6.0
11972026-05-01T15:52:25.676Z Downloaded zeroize_derive v1.4.3
11982026-05-01T15:52:25.679Z Downloaded tokio-stream v0.1.18
11992026-05-01T15:52:25.682Z Downloaded schemars v0.9.0
12002026-05-01T15:52:25.686Z Downloaded term v0.7.0
12012026-05-01T15:52:25.688Z Downloaded usdt-impl v0.6.0
12022026-05-01T15:52:25.691Z Downloaded socket2 v0.6.3
12032026-05-01T15:52:25.691Z Downloaded base16ct v0.2.0
12042026-05-01T15:52:25.694Z Downloaded zone_cfg_derive v0.3.1
12052026-05-01T15:52:25.694Z Downloaded tinyvec v1.10.0
12062026-05-01T15:52:25.694Z Downloaded test-strategy v0.4.5
12072026-05-01T15:52:25.696Z Downloaded itertools v0.14.0
12082026-05-01T15:52:25.699Z Downloaded tracing-attributes v0.1.31
12092026-05-01T15:52:25.703Z Downloaded hkdf v0.12.4
12102026-05-01T15:52:25.703Z Downloaded iri-string v0.7.10
12112026-05-01T15:52:25.706Z Downloaded futures-util v0.3.32
12122026-05-01T15:52:25.712Z Downloaded whoami v1.6.1
12132026-05-01T15:52:25.715Z Downloaded walkdir v2.5.0
12142026-05-01T15:52:25.715Z Downloaded vergen-lib v0.1.6
12152026-05-01T15:52:25.717Z Downloaded twox-hash v2.1.2
12162026-05-01T15:52:25.717Z Downloaded vsss-rs v3.3.4
12172026-05-01T15:52:25.720Z Downloaded wyz v0.5.1
12182026-05-01T15:52:25.720Z Downloaded libm v0.2.16
12192026-05-01T15:52:25.724Z Downloaded toml v0.9.12+spec-1.1.0
12202026-05-01T15:52:25.727Z Downloaded whoami v2.1.0
12212026-05-01T15:52:25.729Z Downloaded toml v0.7.8
12222026-05-01T15:52:25.732Z Downloaded xshell v0.2.7
12232026-05-01T15:52:25.732Z Downloaded tar v0.4.45
12242026-05-01T15:52:25.735Z Downloaded vergen-gitcl v1.0.8
12252026-05-01T15:52:25.735Z Downloaded zeroize v1.8.2
12262026-05-01T15:52:25.739Z Downloaded vergen v9.0.6
12272026-05-01T15:52:25.742Z Downloaded p521 v0.13.3
12282026-05-01T15:52:25.742Z Downloaded zstd v0.13.3
12292026-05-01T15:52:25.745Z Downloaded snafu v0.8.9
12302026-05-01T15:52:25.750Z Downloaded toml v1.0.6+spec-1.1.0
12312026-05-01T15:52:25.753Z Downloaded uzers v0.12.2
12322026-05-01T15:52:25.753Z Downloaded tracing-core v0.1.36
12332026-05-01T15:52:25.755Z Downloaded zstd-safe v7.2.4
12342026-05-01T15:52:25.755Z Downloaded typify v0.4.3
12352026-05-01T15:52:25.759Z Downloaded tungstenite v0.23.0
12362026-05-01T15:52:25.768Z Downloaded unicode-bidi v0.3.18
12372026-05-01T15:52:25.770Z Downloaded unsafe-libyaml v0.2.11
12382026-05-01T15:52:25.773Z Downloaded rustyline v14.0.0
12392026-05-01T15:52:25.776Z Downloaded russh v0.45.0
12402026-05-01T15:52:25.778Z Downloaded yasna v0.5.2
12412026-05-01T15:52:25.781Z Downloaded rand v0.10.0
12422026-05-01T15:52:25.784Z Downloaded unicode-properties v0.1.4
12432026-05-01T15:52:25.784Z Downloaded blake3 v1.8.3
12442026-05-01T15:52:25.787Z Downloaded h2 v0.4.13
12452026-05-01T15:52:25.797Z Downloaded toml_edit v0.23.10+spec-1.0.0
12462026-05-01T15:52:25.801Z Downloaded steno v0.4.1
12472026-05-01T15:52:25.803Z Downloaded rpassword v7.4.0
12482026-05-01T15:52:25.808Z Downloaded tungstenite v0.21.0
12492026-05-01T15:52:25.820Z Downloaded typify v0.6.1
12502026-05-01T15:52:25.827Z Downloaded zerocopy v0.6.6
12512026-05-01T15:52:25.838Z Downloaded zopfli v0.8.3
12522026-05-01T15:52:25.842Z Downloaded reedline v0.40.0
12532026-05-01T15:52:25.850Z Downloaded uuid v1.23.0
12542026-05-01T15:52:25.853Z Downloaded ssh-key v0.6.7
12552026-05-01T15:52:25.856Z Downloaded tokio-postgres v0.7.16
12562026-05-01T15:52:25.860Z Downloaded unicode_categories v0.1.1
12572026-05-01T15:52:25.865Z Downloaded bitvec v1.0.1
12582026-05-01T15:52:25.876Z Downloaded yansi v1.0.1
12592026-05-01T15:52:25.876Z Downloaded vte v0.14.1
12602026-05-01T15:52:25.879Z Downloaded regex v1.12.3
12612026-05-01T15:52:25.881Z Downloaded zip v0.6.6
12622026-05-01T15:52:25.881Z Downloaded aws-lc-rs v1.16.0
12632026-05-01T15:52:25.887Z Downloaded reqwest v0.13.2
12642026-05-01T15:52:25.890Z Downloaded p384 v0.13.1
12652026-05-01T15:52:25.893Z Downloaded toml_edit v0.19.15
12662026-05-01T15:52:25.903Z Downloaded git2 v0.20.4
12672026-05-01T15:52:25.908Z Downloaded reqwest v0.12.28
12682026-05-01T15:52:25.924Z Downloaded lalrpop v0.19.12
12692026-05-01T15:52:25.932Z Downloaded tower v0.5.3
12702026-05-01T15:52:25.937Z Downloaded bindgen v0.71.1
12712026-05-01T15:52:25.942Z Downloaded typed-path v0.9.3
12722026-05-01T15:52:25.944Z Downloaded zerocopy-derive v0.8.40
12732026-05-01T15:52:25.949Z Downloaded portable-atomic v1.13.1
12742026-05-01T15:52:25.953Z Downloaded x509-cert v0.2.5
12752026-05-01T15:52:25.956Z Downloaded quick-xml v0.37.5
12762026-05-01T15:52:25.960Z Downloaded moka v0.12.13
12772026-05-01T15:52:25.965Z Downloaded salty v0.3.0
12782026-05-01T15:52:25.972Z Downloaded chrono v0.4.44
12792026-05-01T15:52:25.979Z Downloaded zip v4.6.1
12802026-05-01T15:52:25.982Z Downloaded goblin v0.10.5
12812026-05-01T15:52:25.986Z Downloaded rustls-webpki v0.101.7
12822026-05-01T15:52:25.994Z Downloaded bstr v1.12.1
12832026-05-01T15:52:25.998Z Downloaded tough v0.20.0
12842026-05-01T15:52:26.003Z Downloaded unicode-normalization v0.1.25
12852026-05-01T15:52:26.006Z Downloaded unicode-segmentation v1.12.0
12862026-05-01T15:52:26.008Z Downloaded proptest v1.10.0
12872026-05-01T15:52:26.012Z Downloaded petname v2.0.2
12882026-05-01T15:52:26.016Z Downloaded rayon v1.11.0
12892026-05-01T15:52:26.021Z Downloaded tokio-util v0.7.18
12902026-05-01T15:52:26.026Z Downloaded tower-http v0.6.8
12912026-05-01T15:52:26.038Z Downloaded rustls-webpki v0.102.8
12922026-05-01T15:52:26.054Z Downloaded radix_trie v0.2.1
12932026-05-01T15:52:26.057Z Downloaded serde_with v3.17.0
12942026-05-01T15:52:26.064Z Downloaded winnow v0.5.40
12952026-05-01T15:52:26.073Z Downloaded object v0.30.4
12962026-05-01T15:52:26.085Z Downloaded winnow v0.6.26
12972026-05-01T15:52:26.105Z Downloaded nix v0.27.1
12982026-05-01T15:52:26.111Z Downloaded nix v0.29.0
12992026-05-01T15:52:26.117Z Downloaded polar-core v0.27.3
13002026-05-01T15:52:26.121Z Downloaded time v0.3.47
13012026-05-01T15:52:26.130Z Downloaded quinn-proto v0.11.13
13022026-05-01T15:52:26.136Z Downloaded openssl v0.10.75
13032026-05-01T15:52:26.139Z Downloaded nix v0.28.0
13042026-05-01T15:52:26.144Z Downloaded regex-syntax v0.6.29
13052026-05-01T15:52:26.153Z Downloaded tabled v0.20.0
13062026-05-01T15:52:26.163Z Downloaded rustls v0.21.12
13072026-05-01T15:52:26.171Z Downloaded vcpkg v0.2.15
13082026-05-01T15:52:26.191Z Downloaded zlib-rs v0.6.2
13092026-05-01T15:52:26.194Z Downloaded zerocopy v0.8.40
13102026-05-01T15:52:26.200Z Downloaded smoltcp v0.11.0
13112026-05-01T15:52:26.206Z Downloaded object v0.37.3
13122026-05-01T15:52:26.213Z Downloaded dropshot v0.17.0
13132026-05-01T15:52:26.226Z Downloaded rustls v0.22.4
13142026-05-01T15:52:26.234Z Downloaded webpki-roots v1.0.6
13152026-05-01T15:52:26.237Z Downloaded openapiv3 v2.2.0
13162026-05-01T15:52:26.243Z Downloaded regress v0.10.5
13172026-05-01T15:52:26.249Z Downloaded regex-syntax v0.8.10
13182026-05-01T15:52:26.254Z Downloaded nix v0.31.2
13192026-05-01T15:52:26.262Z Downloaded hickory-proto v0.24.4
13202026-05-01T15:52:26.271Z Downloaded rustls v0.23.37
13212026-05-01T15:52:26.279Z Downloaded rustix v0.38.44
13222026-05-01T15:52:26.293Z Downloaded hickory-proto v0.25.2
13232026-05-01T15:52:26.302Z Downloaded diesel v2.3.7
13242026-05-01T15:52:26.314Z Downloaded smoltcp v0.9.1
13252026-05-01T15:52:26.320Z Downloaded dropshot v0.16.7
13262026-05-01T15:52:26.333Z Downloaded sqlparser v0.61.0
13272026-05-01T15:52:26.339Z Downloaded typify-impl v0.6.1
13282026-05-01T15:52:26.348Z Downloaded sled v0.34.7
13292026-05-01T15:52:26.359Z Downloaded ratatui v0.29.0
13302026-05-01T15:52:26.371Z Downloaded typify-impl v0.4.3
13312026-05-01T15:52:26.381Z Downloaded tracing v0.1.44
13322026-05-01T15:52:26.395Z Downloaded bzip2-sys v0.1.13+1.0.8
13332026-05-01T15:52:26.405Z Downloaded regex-automata v0.4.14
13342026-05-01T15:52:26.414Z Downloaded zerocopy-derive v0.6.6
13352026-05-01T15:52:26.423Z Downloaded petgraph v0.6.5
13362026-05-01T15:52:26.443Z Downloaded chrono-tz v0.10.4
13372026-05-01T15:52:26.454Z Downloaded jiff v0.2.21
13382026-05-01T15:52:26.465Z Downloaded csv v1.4.0
13392026-05-01T15:52:26.478Z Downloaded petgraph v0.8.3
13402026-05-01T15:52:26.491Z Downloaded libz-sys v1.1.24
13412026-05-01T15:52:26.503Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13422026-05-01T15:52:26.516Z Downloaded sha3 v0.10.8
13432026-05-01T15:52:26.546Z Downloaded tokio v1.52.1
13442026-05-01T15:52:26.597Z Downloaded encoding_rs v0.8.35
13452026-05-01T15:52:26.624Z Downloaded ring v0.17.14
13462026-05-01T15:52:26.657Z Downloaded libgit2-sys v0.18.3+1.9.2
13472026-05-01T15:52:27.117Z Downloaded aws-lc-sys v0.37.1
13482026-05-01T15:52:27.363Z Compiling libc v0.2.185
13492026-05-01T15:52:27.363Z Compiling serde v1.0.228
13502026-05-01T15:52:27.366Z Compiling shlex v1.3.0
13512026-05-01T15:52:27.366Z Compiling find-msvc-tools v0.1.9
13522026-05-01T15:52:27.510Z Compiling log v0.4.29
13532026-05-01T15:52:27.517Z Compiling smallvec v1.15.1
13542026-05-01T15:52:27.526Z Compiling syn v2.0.117
13552026-05-01T15:52:27.539Z Compiling typenum v1.19.0
13562026-05-01T15:52:27.688Z Compiling generic-array v0.14.7
13572026-05-01T15:52:27.726Z Compiling subtle v2.6.1
13582026-05-01T15:52:27.744Z Compiling scopeguard v1.2.0
13592026-05-01T15:52:27.773Z Compiling const-oid v0.9.6
13602026-05-01T15:52:27.831Z Compiling lock_api v0.4.14
13612026-05-01T15:52:27.845Z Compiling portable-atomic v1.13.1
13622026-05-01T15:52:27.907Z Compiling zerocopy v0.8.40
13632026-05-01T15:52:27.950Z Compiling serde_json v1.0.149
13642026-05-01T15:52:28.053Z Compiling critical-section v1.2.0
13652026-05-01T15:52:28.154Z Compiling pin-project-lite v0.2.17
13662026-05-01T15:52:28.166Z Compiling parking_lot_core v0.9.12
13672026-05-01T15:52:28.347Z Compiling getrandom v0.2.17
13682026-05-01T15:52:28.361Z Compiling jobserver v0.1.34
13692026-05-01T15:52:28.399Z Compiling errno v0.3.14
13702026-05-01T15:52:28.494Z Compiling rand_core v0.6.4
13712026-05-01T15:52:28.540Z Compiling pkg-config v0.3.32
13722026-05-01T15:52:28.574Z Compiling cc v1.2.56
13732026-05-01T15:52:28.738Z Compiling signal-hook-registry v1.4.8
13742026-05-01T15:52:28.766Z Compiling bitflags v2.11.0
13752026-05-01T15:52:28.835Z Compiling once_cell v1.21.3
13762026-05-01T15:52:28.903Z Compiling libm v0.2.16
13772026-05-01T15:52:28.996Z Compiling parking_lot v0.12.5
13782026-05-01T15:52:29.010Z Compiling mio v1.2.0
13792026-05-01T15:52:29.049Z Compiling num-traits v0.2.19
13802026-05-01T15:52:29.092Z Compiling futures-core v0.3.32
13812026-05-01T15:52:29.252Z Compiling percent-encoding v2.3.2
13822026-05-01T15:52:29.361Z Compiling socket2 v0.6.3
13832026-05-01T15:52:29.382Z Compiling allocator-api2 v0.2.21
13842026-05-01T15:52:29.405Z Compiling foldhash v0.2.0
13852026-05-01T15:52:29.445Z Compiling futures-sink v0.3.32
13862026-05-01T15:52:29.468Z Compiling cpufeatures v0.2.17
13872026-05-01T15:52:29.549Z Compiling futures-channel v0.3.32
13882026-05-01T15:52:29.563Z Compiling futures-task v0.3.32
13892026-05-01T15:52:29.623Z Compiling slab v0.4.12
13902026-05-01T15:52:29.702Z Compiling hashbrown v0.16.1
13912026-05-01T15:52:29.735Z Compiling futures-io v0.3.32
13922026-05-01T15:52:29.757Z Compiling getrandom v0.4.1
13932026-05-01T15:52:29.773Z Compiling getrandom v0.3.4
13942026-05-01T15:52:29.800Z Compiling rustversion v1.0.22
13952026-05-01T15:52:29.890Z Compiling rand_core v0.10.0
13962026-05-01T15:52:30.106Z Compiling form_urlencoded v1.2.2
13972026-05-01T15:52:30.284Z Compiling synstructure v0.13.2
13982026-05-01T15:52:30.299Z Compiling indexmap v2.13.0
13992026-05-01T15:52:30.323Z Compiling cmake v0.1.57
14002026-05-01T15:52:30.345Z Compiling dunce v1.0.5
14012026-05-01T15:52:30.474Z Compiling base64ct v1.8.3
14022026-05-01T15:52:30.751Z Compiling fs_extra v1.3.0
14032026-05-01T15:52:30.792Z Compiling ident_case v1.0.1
14042026-05-01T15:52:30.807Z Compiling pem-rfc7468 v0.7.0
14052026-05-01T15:52:30.833Z Compiling flagset v0.4.7
14062026-05-01T15:52:30.849Z Compiling rand_core v0.9.5
14072026-05-01T15:52:30.928Z Compiling iana-time-zone v0.1.65
14082026-05-01T15:52:30.977Z Compiling rustix v1.1.3
14092026-05-01T15:52:31.019Z Compiling uuid v1.23.0
14102026-05-01T15:52:31.051Z Compiling aws-lc-sys v0.37.1
14112026-05-01T15:52:31.066Z Compiling ring v0.17.14
14122026-05-01T15:52:31.141Z Compiling rustc_version v0.4.1
14132026-05-01T15:52:31.156Z Compiling aws-lc-rs v1.16.0
14142026-05-01T15:52:31.159Z Compiling vcpkg v0.2.15
14152026-05-01T15:52:31.448Z Compiling regex-syntax v0.8.10
14162026-05-01T15:52:31.476Z Compiling tracing-core v0.1.36
14172026-05-01T15:52:31.764Z Compiling pest_generator v2.8.6
14182026-05-01T15:52:31.933Z Compiling openssl-sys v0.9.111
14192026-05-01T15:52:32.057Z Compiling serde_derive_internals v0.29.1
14202026-05-01T15:52:32.178Z Compiling serde_derive v1.0.228
14212026-05-01T15:52:32.466Z Compiling zeroize_derive v1.4.3
14222026-05-01T15:52:32.500Z Compiling zerofrom-derive v0.1.6
14232026-05-01T15:52:32.796Z Compiling yoke-derive v0.8.1
14242026-05-01T15:52:32.998Z Compiling zerocopy-derive v0.8.40
14252026-05-01T15:52:33.132Z Compiling zeroize v1.8.2
14262026-05-01T15:52:33.885Z Compiling crypto-common v0.1.7
14272026-05-01T15:52:33.911Z Compiling block-buffer v0.10.4
14282026-05-01T15:52:33.931Z Compiling zerofrom v0.1.6
14292026-05-01T15:52:33.994Z Compiling zerovec-derive v0.11.2
14302026-05-01T15:52:34.036Z Compiling yoke v0.8.1
14312026-05-01T15:52:34.061Z Compiling digest v0.10.7
14322026-05-01T15:52:34.088Z Compiling displaydoc v0.2.5
14332026-05-01T15:52:34.233Z Compiling tokio-macros v2.7.0
14342026-05-01T15:52:34.313Z Compiling hmac v0.12.1
14352026-05-01T15:52:34.475Z Compiling futures-macro v0.3.32
14362026-05-01T15:52:34.819Z Compiling zerotrie v0.2.3
14372026-05-01T15:52:34.949Z Compiling block-padding v0.3.3
14382026-05-01T15:52:35.102Z Compiling zerovec v0.11.5
14392026-05-01T15:52:35.116Z Compiling inout v0.1.4
14402026-05-01T15:52:35.129Z Compiling sha2 v0.10.9
14412026-05-01T15:52:35.275Z Compiling futures-util v0.3.32
14422026-05-01T15:52:35.290Z Compiling cipher v0.4.4
14432026-05-01T15:52:35.568Z Compiling der_derive v0.7.3
14442026-05-01T15:52:35.674Z Compiling tinystr v0.8.2
14452026-05-01T15:52:35.720Z Compiling bytes v1.11.1
14462026-05-01T15:52:35.767Z Compiling potential_utf v0.1.4
14472026-05-01T15:52:35.887Z Compiling icu_locale_core v2.1.1
14482026-05-01T15:52:35.938Z Compiling icu_collections v2.1.1
14492026-05-01T15:52:36.340Z Compiling tokio v1.52.1
14502026-05-01T15:52:36.433Z Compiling http v1.4.0
14512026-05-01T15:52:36.536Z Compiling icu_provider v2.1.1
14522026-05-01T15:52:36.568Z Compiling der v0.7.10
14532026-05-01T15:52:36.793Z Compiling icu_properties v2.1.2
14542026-05-01T15:52:36.837Z Compiling icu_normalizer v2.1.1
14552026-05-01T15:52:37.343Z Compiling chrono v0.4.44
14562026-05-01T15:52:37.382Z Compiling ppv-lite86 v0.2.21
14572026-05-01T15:52:37.541Z Compiling spki v0.7.3
14582026-05-01T15:52:37.581Z Compiling salsa20 v0.10.2
14592026-05-01T15:52:37.709Z Compiling idna_adapter v1.2.1
14602026-05-01T15:52:37.725Z Compiling pbkdf2 v0.12.2
14612026-05-01T15:52:37.746Z Compiling thiserror-impl v2.0.18
14622026-05-01T15:52:37.777Z Compiling rand_chacha v0.9.0
14632026-05-01T15:52:37.841Z Compiling idna v1.1.0
14642026-05-01T15:52:37.857Z Compiling scrypt v0.11.0
14652026-05-01T15:52:37.875Z Compiling cbc v0.1.2
14662026-05-01T15:52:38.027Z Compiling aes v0.8.4
14672026-05-01T15:52:38.104Z Compiling rustls-pki-types v1.14.0
14682026-05-01T15:52:38.471Z Compiling url v2.5.8
14692026-05-01T15:52:38.486Z Compiling tracing-attributes v0.1.31
14702026-05-01T15:52:38.550Z Compiling pkcs5 v0.7.1
14712026-05-01T15:52:38.713Z Compiling rand v0.9.2
14722026-05-01T15:52:39.023Z Compiling http-body v1.0.1
14732026-05-01T15:52:39.053Z Compiling thiserror v2.0.18
14742026-05-01T15:52:39.130Z Compiling untrusted v0.7.1
14752026-05-01T15:52:39.162Z Compiling base64 v0.22.1
14762026-05-01T15:52:39.177Z Compiling untrusted v0.9.0
14772026-05-01T15:52:39.256Z Compiling schemars v0.8.22
14782026-05-01T15:52:39.260Z Compiling openssl-probe v0.2.1
14792026-05-01T15:52:39.299Z Compiling httparse v1.10.1
14802026-05-01T15:52:39.477Z Compiling pkcs8 v0.10.2
14812026-05-01T15:52:39.492Z Compiling schemars_derive v0.8.22
14822026-05-01T15:52:39.505Z Compiling pest_derive v2.8.6
14832026-05-01T15:52:39.688Z Compiling scroll_derive v0.13.1
14842026-05-01T15:52:39.781Z Compiling darling_core v0.20.11
14852026-05-01T15:52:39.783Z Compiling tracing v0.1.44
14862026-05-01T15:52:39.926Z Compiling dyn-clone v1.0.20
14872026-05-01T15:52:40.062Z Compiling tokio-util v0.7.18
14882026-05-01T15:52:40.078Z Compiling rustls v0.23.37
14892026-05-01T15:52:40.251Z Compiling tower-layer v0.3.3
14902026-05-01T15:52:40.417Z Compiling atomic-waker v1.1.2
14912026-05-01T15:52:40.499Z Compiling try-lock v0.2.5
14922026-05-01T15:52:40.591Z Compiling tinyvec_macros v0.1.1
14932026-05-01T15:52:40.614Z Compiling tower-service v0.3.3
14942026-05-01T15:52:40.666Z Compiling tinyvec v1.10.0
14952026-05-01T15:52:40.715Z Compiling want v0.3.1
14962026-05-01T15:52:40.889Z Compiling h2 v0.4.13
14972026-05-01T15:52:41.017Z Compiling scroll v0.13.0
14982026-05-01T15:52:41.254Z Compiling ipnet v2.11.0
14992026-05-01T15:52:41.290Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15002026-05-01T15:52:41.457Z Compiling spin v0.9.8
15012026-05-01T15:52:41.672Z Compiling aho-corasick v1.1.4
15022026-05-01T15:52:41.687Z Compiling num-conv v0.2.0
15032026-05-01T15:52:41.760Z Compiling httpdate v1.0.3
15042026-05-01T15:52:41.820Z Compiling crc32fast v1.5.0
15052026-05-01T15:52:41.988Z Compiling pin-utils v0.1.0
15062026-05-01T15:52:42.005Z Compiling foreign-types-shared v0.1.1
15072026-05-01T15:52:42.057Z Compiling powerfmt v0.2.0
15082026-05-01T15:52:42.071Z Compiling openssl v0.10.75
15092026-05-01T15:52:42.085Z Compiling time-core v0.1.8
15102026-05-01T15:52:42.099Z Compiling darling_macro v0.20.11
15112026-05-01T15:52:42.148Z Compiling foreign-types v0.3.2
15122026-05-01T15:52:42.222Z Compiling deranged v0.5.8
15132026-05-01T15:52:42.236Z Compiling time-macros v0.2.27
15142026-05-01T15:52:42.260Z Compiling tempfile v3.25.0
15152026-05-01T15:52:42.580Z Compiling darling v0.20.11
15162026-05-01T15:52:42.630Z Compiling regex-automata v0.4.14
15172026-05-01T15:52:42.692Z Compiling goblin v0.10.5
15182026-05-01T15:52:43.285Z Compiling openssl-macros v0.1.1
15192026-05-01T15:52:43.360Z Compiling wait-timeout v0.2.1
15202026-05-01T15:52:43.637Z Compiling socket2 v0.5.10
15212026-05-01T15:52:43.675Z Compiling num_threads v0.1.7
15222026-05-01T15:52:43.724Z Compiling siphasher v1.0.2
15232026-05-01T15:52:43.773Z Compiling native-tls v0.2.18
15242026-05-01T15:52:43.916Z Compiling hyper v1.8.1
15252026-05-01T15:52:43.979Z Compiling simd-adler32 v0.3.8
15262026-05-01T15:52:44.039Z Compiling quick-error v1.2.3
15272026-05-01T15:52:44.150Z Compiling syn v1.0.109
15282026-05-01T15:52:44.222Z Compiling usdt-impl v0.6.0
15292026-05-01T15:52:44.435Z Compiling bit-vec v0.8.0
15302026-05-01T15:52:44.457Z Compiling crossbeam-utils v0.8.21
15312026-05-01T15:52:44.669Z Compiling bit-set v0.8.0
15322026-05-01T15:52:44.834Z Compiling rusty-fork v0.3.1
15332026-05-01T15:52:44.863Z Compiling time v0.3.47
15342026-05-01T15:52:45.149Z Compiling hyper-util v0.1.20
15352026-05-01T15:52:45.512Z Compiling dof v0.4.0
15362026-05-01T15:52:46.518Z Compiling derive_builder_core v0.20.2
15372026-05-01T15:52:46.745Z Compiling unicode-normalization v0.1.25
15382026-05-01T15:52:46.889Z Compiling dtrace-parser v0.3.0
15392026-05-01T15:52:46.954Z Compiling rustls-native-certs v0.8.3
15402026-05-01T15:52:46.969Z Compiling signature v2.2.0
15412026-05-01T15:52:47.154Z Compiling thiserror-impl v1.0.69
15422026-05-01T15:52:47.197Z Compiling scroll_derive v0.12.1
15432026-05-01T15:52:47.249Z Compiling heapless v0.7.17
15442026-05-01T15:52:47.393Z Compiling rand_xorshift v0.4.0
15452026-05-01T15:52:48.495Z Compiling darling_core v0.21.3
15462026-05-01T15:52:48.498Z Compiling slog v2.8.2
15472026-05-01T15:52:48.498Z Compiling bzip2-sys v0.1.13+1.0.8
15482026-05-01T15:52:48.498Z Compiling sync_wrapper v1.0.2
15492026-05-01T15:52:48.498Z Compiling thread-id v5.1.0
15502026-05-01T15:52:48.498Z Compiling cookie v0.18.1
15512026-05-01T15:52:48.498Z Compiling adler2 v2.0.1
15522026-05-01T15:52:48.498Z Compiling zstd-safe v7.2.4
15532026-05-01T15:52:48.498Z Compiling unarray v0.1.4
15542026-05-01T15:52:48.498Z Compiling paste v1.0.15
15552026-05-01T15:52:48.498Z Compiling unicode-properties v0.1.4
15562026-05-01T15:52:48.498Z Compiling unicode-bidi v0.3.18
15572026-05-01T15:52:48.498Z Compiling anyhow v1.0.102
15582026-05-01T15:52:48.498Z Compiling signal-hook v0.3.18
15592026-05-01T15:52:48.498Z Compiling stringprep v0.1.5
15602026-05-01T15:52:48.498Z Compiling thiserror v1.0.69
15612026-05-01T15:52:48.498Z Compiling proptest v1.10.0
15622026-05-01T15:52:48.516Z Compiling miniz_oxide v0.8.9
15632026-05-01T15:52:48.821Z Compiling scroll v0.12.0
15642026-05-01T15:52:48.936Z Compiling tower v0.5.3
15652026-05-01T15:52:49.129Z Compiling derive_builder_macro v0.20.2
15662026-05-01T15:52:49.404Z Compiling ipnetwork v0.21.1
15672026-05-01T15:52:49.456Z Compiling http-body-util v0.1.3
15682026-05-01T15:52:49.580Z Compiling webpki-roots v1.0.6
15692026-05-01T15:52:49.702Z Compiling rand_chacha v0.3.1
15702026-05-01T15:52:49.718Z Compiling serde_spanned v0.6.9
15712026-05-01T15:52:49.797Z Compiling serde_tokenstream v0.2.3
15722026-05-01T15:52:49.844Z Compiling toml_datetime v0.6.11
15732026-05-01T15:52:49.865Z Compiling erased-serde v0.3.31
15742026-05-01T15:52:49.988Z Compiling darling_macro v0.21.3
15752026-05-01T15:52:50.102Z Compiling md-5 v0.10.6
15762026-05-01T15:52:50.117Z Compiling zerocopy-derive v0.7.35
15772026-05-01T15:52:50.275Z Compiling curve25519-dalek v4.1.3
15782026-05-01T15:52:50.418Z Compiling vergen-lib v0.1.6
15792026-05-01T15:52:50.495Z Compiling num-integer v0.1.46
15802026-05-01T15:52:50.561Z Compiling hash32 v0.2.1
15812026-05-01T15:52:50.587Z Compiling ff v0.13.1
15822026-05-01T15:52:50.657Z Compiling memoffset v0.9.1
15832026-05-01T15:52:50.758Z Compiling psl-types v2.0.11
15842026-05-01T15:52:50.761Z Compiling litrs v1.0.0
15852026-05-01T15:52:50.819Z Compiling ref-cast v1.0.25
15862026-05-01T15:52:50.854Z Compiling fallible-iterator v0.2.0
15872026-05-01T15:52:50.870Z Compiling ryu v1.0.23
15882026-05-01T15:52:51.045Z Compiling base16ct v0.2.0
15892026-05-01T15:52:51.060Z Compiling zlib-rs v0.6.2
15902026-05-01T15:52:51.129Z Compiling rustix v0.38.44
15912026-05-01T15:52:51.177Z Compiling num-bigint-dig v0.8.6
15922026-05-01T15:52:51.231Z Compiling cfg_aliases v0.2.1
15932026-05-01T15:52:51.290Z Compiling smoltcp v0.9.1
15942026-05-01T15:52:51.313Z Compiling iri-string v0.7.10
15952026-05-01T15:52:51.390Z Compiling nix v0.31.2
15962026-05-01T15:52:51.576Z Compiling document-features v0.2.12
15972026-05-01T15:52:51.647Z Compiling sec1 v0.7.3
15982026-05-01T15:52:51.763Z Compiling postgres-protocol v0.6.10
15992026-05-01T15:52:51.986Z Compiling zerocopy v0.7.35
16002026-05-01T15:52:52.171Z Compiling serde_urlencoded v0.7.1
16012026-05-01T15:52:52.417Z Compiling publicsuffix v2.3.0
16022026-05-01T15:52:52.435Z Compiling tower-http v0.6.8
16032026-05-01T15:52:52.535Z Compiling newtype-uuid v1.3.2
16042026-05-01T15:52:52.593Z Compiling num-iter v0.1.45
16052026-05-01T15:52:52.809Z Compiling group v0.13.0
16062026-05-01T15:52:52.890Z Compiling darling v0.21.3
16072026-05-01T15:52:53.003Z Compiling rand v0.8.5
16082026-05-01T15:52:53.009Z Compiling oxnet v0.1.4
16092026-05-01T15:52:53.073Z Compiling hubpack_derive v0.1.1
16102026-05-01T15:52:53.184Z Compiling derive_builder v0.20.2
16112026-05-01T15:52:53.316Z Compiling tokio-native-tls v0.3.1
16122026-05-01T15:52:53.381Z Compiling goblin v0.8.2
16132026-05-01T15:52:53.823Z Compiling regex v1.12.3
16142026-05-01T15:52:53.842Z Compiling phf_shared v0.13.1
16152026-05-01T15:52:54.088Z Compiling flate2 v1.1.9
16162026-05-01T15:52:54.151Z Compiling lazy_static v1.5.0
16172026-05-01T15:52:54.251Z Compiling cargo-platform v0.1.9
16182026-05-01T15:52:54.255Z Compiling hkdf v0.12.4
16192026-05-01T15:52:54.281Z Compiling crypto-bigint v0.5.5
16202026-05-01T15:52:54.315Z Compiling terminal_size v0.4.3
16212026-05-01T15:52:54.435Z Compiling async-trait v0.1.89
16222026-05-01T15:52:54.456Z Compiling strum_macros v0.27.2
16232026-05-01T15:52:54.500Z Compiling daft-derive v0.1.5
16242026-05-01T15:52:54.515Z Compiling curve25519-dalek-derive v0.1.1
16252026-05-01T15:52:55.154Z Compiling ref-cast-impl v1.0.25
16262026-05-01T15:52:55.215Z Compiling vergen v9.0.6
16272026-05-01T15:52:55.405Z Compiling fs-err v3.3.0
16282026-05-01T15:52:55.458Z Compiling ahash v0.8.12
16292026-05-01T15:52:55.622Z Compiling foldhash v0.1.5
16302026-05-01T15:52:55.676Z Compiling object v0.37.3
16312026-05-01T15:52:55.734Z Compiling bitflags v1.3.2
16322026-05-01T15:52:55.803Z Compiling managed v0.8.0
16332026-05-01T15:52:55.819Z Compiling winnow v0.5.40
16342026-05-01T15:52:55.961Z Compiling libbz2-rs-sys v0.2.2
16352026-05-01T15:52:56.047Z Compiling unicode-segmentation v1.12.0
16362026-05-01T15:52:56.444Z Compiling bumpalo v3.20.2
16372026-05-01T15:52:56.447Z Compiling strum v0.27.2
16382026-05-01T15:52:56.447Z Compiling bzip2 v0.6.1
16392026-05-01T15:52:56.655Z Compiling zopfli v0.8.3
16402026-05-01T15:52:56.714Z Compiling hashbrown v0.15.5
16412026-05-01T15:52:56.890Z Compiling dof v0.3.0
16422026-05-01T15:52:56.943Z Compiling clap_builder v4.5.60
16432026-05-01T15:52:57.261Z Compiling toml_edit v0.19.15
16442026-05-01T15:52:57.348Z Compiling daft v0.1.5
16452026-05-01T15:52:57.381Z Compiling elliptic-curve v0.13.8
16462026-05-01T15:52:57.598Z Compiling cargo_metadata v0.19.2
16472026-05-01T15:52:57.781Z Compiling phf v0.13.1
16482026-05-01T15:52:57.949Z Compiling cookie_store v0.22.1
16492026-05-01T15:52:58.906Z Compiling signal-hook-mio v0.2.5
16502026-05-01T15:52:58.978Z Compiling zstd v0.13.3
16512026-05-01T15:52:59.028Z Compiling hubpack v0.1.2
16522026-05-01T15:52:59.246Z Compiling hyper-tls v0.6.0
16532026-05-01T15:52:59.262Z Compiling bzip2 v0.4.4
16542026-05-01T15:52:59.469Z Compiling serde_with_macros v3.17.0
16552026-05-01T15:52:59.547Z Compiling postgres-types v0.2.12
16562026-05-01T15:52:59.885Z Compiling usdt-attr-macro v0.6.0
16572026-05-01T15:52:59.912Z Compiling usdt-macro v0.6.0
16582026-05-01T15:53:00.102Z Compiling dtrace-parser v0.2.0
16592026-05-01T15:53:00.390Z Compiling ed25519 v2.2.3
16602026-05-01T15:53:00.621Z Compiling bstr v1.12.1
16612026-05-01T15:53:00.693Z Compiling phf_shared v0.11.3
16622026-05-01T15:53:00.718Z Compiling pkcs1 v0.7.5
16632026-05-01T15:53:00.739Z Compiling hex v0.4.3
16642026-05-01T15:53:00.874Z Compiling serde-big-array v0.5.1
16652026-05-01T15:53:00.888Z Compiling rfc6979 v0.4.0
16662026-05-01T15:53:01.018Z Compiling strum_macros v0.26.4
16672026-05-01T15:53:01.018Z Compiling serde_repr v0.1.20
16682026-05-01T15:53:01.047Z Compiling enum-as-inner v0.6.1
16692026-05-01T15:53:01.127Z Compiling clap_derive v4.5.55
16702026-05-01T15:53:01.295Z Compiling float-cmp v0.10.0
16712026-05-01T15:53:01.363Z Compiling memmap2 v0.9.10
16722026-05-01T15:53:01.446Z Compiling thread-id v4.2.2
16732026-05-01T15:53:01.539Z Compiling env_filter v1.0.0
16742026-05-01T15:53:01.554Z Compiling encoding_rs v0.8.35
16752026-05-01T15:53:01.567Z Compiling whoami v2.1.0
16762026-05-01T15:53:01.582Z Compiling mime v0.3.17
16772026-05-01T15:53:01.842Z Compiling either v1.15.0
16782026-05-01T15:53:01.842Z Compiling keccak v0.1.6
16792026-05-01T15:53:01.945Z Compiling jiff v0.2.21
16802026-05-01T15:53:02.074Z Compiling data-encoding v2.10.0
16812026-05-01T15:53:02.664Z Compiling fixedbitset v0.4.2
16822026-05-01T15:53:02.775Z Compiling precomputed-hash v0.1.1
16832026-05-01T15:53:02.790Z Compiling static_assertions v1.1.0
16842026-05-01T15:53:02.868Z Compiling fixedbitset v0.5.7
16852026-05-01T15:53:02.884Z Compiling new_debug_unreachable v1.0.6
16862026-05-01T15:53:02.897Z Compiling rustc-hash v2.1.1
16872026-05-01T15:53:02.917Z Compiling normalize-line-endings v0.3.0
16882026-05-01T15:53:02.956Z Compiling predicates-core v1.0.10
16892026-05-01T15:53:03.017Z Compiling difflib v0.4.0
16902026-05-01T15:53:03.032Z Compiling iddqd v0.3.17
16912026-05-01T15:53:03.088Z Compiling petgraph v0.8.3
16922026-05-01T15:53:03.136Z Compiling string_cache v0.8.9
16932026-05-01T15:53:03.173Z Compiling clap v4.5.60
16942026-05-01T15:53:03.261Z Compiling predicates v3.1.4
16952026-05-01T15:53:03.276Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16962026-05-01T15:53:03.362Z Compiling petgraph v0.6.5
16972026-05-01T15:53:03.604Z Compiling strum v0.26.3
16982026-05-01T15:53:03.744Z Compiling hickory-proto v0.25.2
16992026-05-01T15:53:03.913Z Compiling itertools v0.13.0
17002026-05-01T15:53:04.176Z Compiling sha3 v0.10.8
17012026-05-01T15:53:04.642Z Compiling zip v4.6.1
17022026-05-01T15:53:04.848Z Compiling toml_edit v0.22.27
17032026-05-01T15:53:05.052Z Compiling tokio-postgres v0.7.16
17042026-05-01T15:53:05.142Z Compiling env_logger v0.11.9
17052026-05-01T15:53:05.559Z Compiling usdt-impl v0.5.0
17062026-05-01T15:53:05.659Z Compiling usdt v0.6.0
17072026-05-01T15:53:05.931Z Compiling similar v2.7.0
17082026-05-01T15:53:06.050Z Compiling ecdsa v0.16.9
17092026-05-01T15:53:06.159Z Compiling serde_with v3.17.0
17102026-05-01T15:53:06.248Z Compiling rsa v0.9.10
17112026-05-01T15:53:06.452Z Compiling ed25519-dalek v2.2.0
17122026-05-01T15:53:06.811Z Compiling crossterm v0.28.1
17132026-05-01T15:53:07.334Z Compiling zip v0.6.6
17142026-05-01T15:53:07.905Z Compiling toml v0.7.8
17152026-05-01T15:53:08.297Z Compiling heck v0.4.1
17162026-05-01T15:53:08.322Z Compiling toml_parser v1.0.9+spec-1.1.0
17172026-05-01T15:53:08.495Z Compiling crossbeam-epoch v0.9.18
17182026-05-01T15:53:08.510Z Compiling tokio-stream v0.1.18
17192026-05-01T15:53:08.525Z Compiling buf-list v1.1.2
17202026-05-01T15:53:08.570Z Compiling x509-cert v0.2.5
17212026-05-01T15:53:08.802Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17222026-05-01T15:53:08.824Z Compiling openapiv3 v2.2.0
17232026-05-01T15:53:08.971Z Compiling sha1 v0.10.6
17242026-05-01T15:53:08.987Z Compiling toml_datetime v0.7.5+spec-1.1.0
17252026-05-01T15:53:09.116Z Compiling lalrpop-util v0.19.12
17262026-05-01T15:53:09.200Z Compiling peg-runtime v0.8.5
17272026-05-01T15:53:09.281Z Compiling thread_local v1.1.9
17282026-05-01T15:53:09.319Z Compiling slog-async v2.8.0
17292026-05-01T15:53:09.488Z Compiling crossbeam-channel v0.5.15
17302026-05-01T15:53:09.537Z Compiling futures-executor v0.3.32
17312026-05-01T15:53:09.596Z Compiling filetime v0.2.27
17322026-05-01T15:53:09.649Z Compiling is-terminal v0.4.17
17332026-05-01T15:53:09.752Z Compiling take_mut v0.2.2
17342026-05-01T15:53:09.792Z Compiling term v1.2.1
17352026-05-01T15:53:09.807Z Compiling xattr v1.6.1
17362026-05-01T15:53:09.950Z Compiling tar v0.4.45
17372026-05-01T15:53:09.977Z Compiling futures v0.3.32
17382026-05-01T15:53:10.064Z Compiling slog-term v2.9.2
17392026-05-01T15:53:16.867Z Compiling rustls-webpki v0.103.9
17402026-05-01T15:53:19.679Z Compiling tokio-rustls v0.26.4
17412026-05-01T15:53:19.679Z Compiling rustls-platform-verifier v0.6.2
17422026-05-01T15:53:19.878Z Compiling hyper-rustls v0.27.7
17432026-05-01T15:53:20.085Z Compiling reqwest v0.12.28
17442026-05-01T15:53:20.085Z Compiling reqwest v0.13.2
17452026-05-01T15:53:22.240Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17462026-05-01T15:53:22.456Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17472026-05-01T15:53:25.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s
17482026-05-01T15:53:25.459Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17492026-05-01T15:53:25.518ZMay 01 15:53:23.692 INFO Starting download, target: Console
17502026-05-01T15:53:25.519ZMay 01 15:53:23.693 INFO Starting download, target: Cockroach
17512026-05-01T15:53:25.519ZMay 01 15:53:23.693 INFO Starting download, target: DendriteStub
17522026-05-01T15:53:25.519ZMay 01 15:53:23.693 INFO Starting download, target: Clickhouse
17532026-05-01T15:53:25.519ZMay 01 15:53:23.693 INFO Starting download, target: TransceiverControl
17542026-05-01T15:53:25.524ZMay 01 15:53:23.693 INFO Starting download, target: MaghemiteMgd
17552026-05-01T15:53:25.525ZMay 01 15:53:23.693 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17562026-05-01T15:53:25.525ZMay 01 15:53:23.693 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17572026-05-01T15:53:25.525ZMay 01 15:53:23.693 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17582026-05-01T15:53:25.525ZMay 01 15:53:23.693 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17592026-05-01T15:53:25.525ZMay 01 15:53:23.693 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17602026-05-01T15:53:25.525ZMay 01 15:53:23.693 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17612026-05-01T15:53:25.982ZMay 01 15:53:24.130 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17622026-05-01T15:53:26.185ZMay 01 15:53:24.355 INFO Download complete, target: TransceiverControl
17632026-05-01T15:53:26.601ZMay 01 15:53:24.771 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17642026-05-01T15:53:26.846ZMay 01 15:53:25.005 INFO Download complete, target: Console
17652026-05-01T15:53:27.045ZMay 01 15:53:25.219 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17662026-05-01T15:53:27.251ZMay 01 15:53:25.425 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17672026-05-01T15:53:27.287ZMay 01 15:53:25.462 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17682026-05-01T15:53:27.872ZMay 01 15:53:26.046 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17692026-05-01T15:53:27.872ZMay 01 15:53:26.046 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17702026-05-01T15:53:29.369ZMay 01 15:53:27.543 INFO Download complete, target: DendriteStub
17712026-05-01T15:53:29.594ZMay 01 15:53:27.769 INFO Download complete, target: MaghemiteMgd
17722026-05-01T15:53:32.470ZMay 01 15:53:30.644 INFO Checking that binary works, target: Cockroach
17732026-05-01T15:53:32.565ZMay 01 15:53:30.740 INFO Download complete, target: Cockroach
17742026-05-01T15:53:33.993ZMay 01 15:53:32.167 INFO Checking that binary works, target: Clickhouse
17752026-05-01T15:53:34.091ZMay 01 15:53:32.265 INFO Download complete, target: Clickhouse
17762026-05-01T15:53:34.103ZAll builder prerequisites installed successfully, and PATH looks valid
17772026-05-01T15:53:34.106Z
17782026-05-01T15:53:34.106Zreal 3:09.401641813
17792026-05-01T15:53:34.106Zuser 7:19.387770151
17802026-05-01T15:53:34.106Zsys 1:26.769563426
17812026-05-01T15:53:34.106Ztrap 0.218836764
17822026-05-01T15:53:34.107Ztflt 0.557894731
17832026-05-01T15:53:34.107Zdflt 0.513290143
17842026-05-01T15:53:34.107Zkflt 0.022341384
17852026-05-01T15:53:34.107Zlock 21:06.523293903
17862026-05-01T15:53:34.107Zslp 21:57.277447027
17872026-05-01T15:53:34.107Zlat 43.350221025
17882026-05-01T15:53:34.107Zstop 2:00.750013939
17892026-05-01T15:53:34.107Z+ banner hack-check
17902026-05-01T15:53:34.107Z
17912026-05-01T15:53:34.107Z # # ## #### # # #### # # ###### #### # #
17922026-05-01T15:53:34.107Z # # # # # # # # # # # # # # # # #
17932026-05-01T15:53:34.107Z ###### # # # #### ##### # ###### ##### # ####
17942026-05-01T15:53:34.107Z # # ###### # # # # # # # # # #
17952026-05-01T15:53:34.107Z # # # # # # # # # # # # # # # # #
17962026-05-01T15:53:34.107Z # # # # #### # # #### # # ###### #### # #
17972026-05-01T15:53:34.107Z
17982026-05-01T15:53:34.107Z+ export CARGO_INCREMENTAL=0
17992026-05-01T15:53:34.107Z+ CARGO_INCREMENTAL=0
18002026-05-01T15:53:34.107Z+ ptime -m timeout 2h cargo xtask check-features --ci
18012026-05-01T15:53:34.634Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18022026-05-01T15:53:34.866Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18032026-05-01T15:53:36.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.64s
18042026-05-01T15:53:36.845Z Running `target/debug/xtask check-features --ci`
18052026-05-01T15:53:36.874Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18062026-05-01T15:53:36.877Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18072026-05-01T15:53:37.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18082026-05-01T15:53:37.391Z Running `target/debug/xtask download cargo-hack`
18092026-05-01T15:53:38.180Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18102026-05-01T15:53:38.500Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18112026-05-01T15:53:40.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.56s
18122026-05-01T15:53:41.161Z Running `target/debug/xtask-downloader cargo-hack`
18132026-05-01T15:53:41.205ZMay 01 15:53:39.379 INFO Starting download, target: CargoHack
18142026-05-01T15:53:41.208ZMay 01 15:53:39.380 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18152026-05-01T15:53:41.558ZMay 01 15:53:39.731 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18162026-05-01T15:53:41.606ZMay 01 15:53:39.781 INFO Download complete, target: CargoHack
18172026-05-01T15:53:41.609Zrunning: "/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"
18182026-05-01T15:53:41.622Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18192026-05-01T15:53:41.773Zinfo: running `cargo check --bins` on api_identity (1/272)
18202026-05-01T15:53:42.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18212026-05-01T15:53:42.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18222026-05-01T15:53:42.274Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18232026-05-01T15:53:42.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18242026-05-01T15:53:42.363Z
18252026-05-01T15:53:42.363Zinfo: running `cargo check --bins` on bootstore (2/272)
18262026-05-01T15:53:42.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18272026-05-01T15:53:42.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18282026-05-01T15:53:42.869Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18292026-05-01T15:53:42.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18302026-05-01T15:53:42.960Z
18312026-05-01T15:53:42.960Zinfo: running `cargo check --bins` on omicron-ledger (3/272)
18322026-05-01T15:53:43.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18332026-05-01T15:53:43.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18342026-05-01T15:53:43.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18352026-05-01T15:53:43.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18362026-05-01T15:53:43.548Z
18372026-05-01T15:53:43.548Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/272)
18382026-05-01T15:53:44.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18392026-05-01T15:53:44.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18402026-05-01T15:53:44.051Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18412026-05-01T15:53:44.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18422026-05-01T15:53:44.205Z
18432026-05-01T15:53:44.205Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/272)
18442026-05-01T15:53:44.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18452026-05-01T15:53:44.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18462026-05-01T15:53:44.638Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18472026-05-01T15:53:44.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18482026-05-01T15:53:44.727Z
18492026-05-01T15:53:44.727Zinfo: running `cargo check --bins` on omicron-certificates (6/272)
18502026-05-01T15:53:45.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18512026-05-01T15:53:45.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18522026-05-01T15:53:45.238Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18532026-05-01T15:53:45.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18542026-05-01T15:53:45.331Z
18552026-05-01T15:53:45.331Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/272)
18562026-05-01T15:53:45.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18572026-05-01T15:53:45.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18582026-05-01T15:53:45.840Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18592026-05-01T15:53:45.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18602026-05-01T15:53:45.929Z
18612026-05-01T15:53:45.929Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/272)
18622026-05-01T15:53:46.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18632026-05-01T15:53:46.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18642026-05-01T15:53:46.435Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18652026-05-01T15:53:46.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18662026-05-01T15:53:46.523Z
18672026-05-01T15:53:46.523Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/272)
18682026-05-01T15:53:46.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18692026-05-01T15:53:46.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18702026-05-01T15:53:46.936Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18712026-05-01T15:53:46.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18722026-05-01T15:53:46.994Z
18732026-05-01T15:53:46.995Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/272)
18742026-05-01T15:53:47.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18752026-05-01T15:53:47.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18762026-05-01T15:53:47.408Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18772026-05-01T15:53:47.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18782026-05-01T15:53:47.465Z
18792026-05-01T15:53:47.465Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/272)
18802026-05-01T15:53:47.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18812026-05-01T15:53:47.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18822026-05-01T15:53:47.881Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18832026-05-01T15:53:47.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18842026-05-01T15:53:47.936Z
18852026-05-01T15:53:47.936Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/272)
18862026-05-01T15:53:48.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18872026-05-01T15:53:48.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18882026-05-01T15:53:48.350Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18892026-05-01T15:53:48.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18902026-05-01T15:53:48.410Z
18912026-05-01T15:53:48.410Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/272)
18922026-05-01T15:53:48.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18932026-05-01T15:53:48.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18942026-05-01T15:53:48.824Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18952026-05-01T15:53:48.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18962026-05-01T15:53:48.882Z
18972026-05-01T15:53:48.882Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/272)
18982026-05-01T15:53:49.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18992026-05-01T15:53:49.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19002026-05-01T15:53:49.300Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19012026-05-01T15:53:49.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19022026-05-01T15:53:49.360Z
19032026-05-01T15:53:49.361Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/272)
19042026-05-01T15:53:49.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19052026-05-01T15:53:49.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19062026-05-01T15:53:49.773Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19072026-05-01T15:53:49.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19082026-05-01T15:53:49.835Z
19092026-05-01T15:53:49.835Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/272)
19102026-05-01T15:53:50.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19112026-05-01T15:53:50.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19122026-05-01T15:53:50.309Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19132026-05-01T15:53:50.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19142026-05-01T15:53:50.312Z
19152026-05-01T15:53:50.313Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/272)
19162026-05-01T15:53:50.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19172026-05-01T15:53:50.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19182026-05-01T15:53:50.727Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19192026-05-01T15:53:50.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19202026-05-01T15:53:50.785Z
19212026-05-01T15:53:50.785Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/272)
19222026-05-01T15:53:51.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19232026-05-01T15:53:51.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19242026-05-01T15:53:51.200Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19252026-05-01T15:53:51.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19262026-05-01T15:53:51.257Z
19272026-05-01T15:53:51.257Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/272)
19282026-05-01T15:53:51.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19292026-05-01T15:53:51.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19302026-05-01T15:53:51.668Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19312026-05-01T15:53:51.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19322026-05-01T15:53:51.726Z
19332026-05-01T15:53:51.726Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/272)
19342026-05-01T15:53:52.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19352026-05-01T15:53:52.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19362026-05-01T15:53:52.141Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19372026-05-01T15:53:52.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19382026-05-01T15:53:52.198Z
19392026-05-01T15:53:52.198Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/272)
19402026-05-01T15:53:52.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19412026-05-01T15:53:52.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19422026-05-01T15:53:52.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19432026-05-01T15:53:52.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19442026-05-01T15:53:52.674Z
19452026-05-01T15:53:52.674Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/272)
19462026-05-01T15:53:53.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19472026-05-01T15:53:53.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19482026-05-01T15:53:53.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19492026-05-01T15:53:53.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19502026-05-01T15:53:53.149Z
19512026-05-01T15:53:53.149Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/272)
19522026-05-01T15:53:53.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19532026-05-01T15:53:53.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19542026-05-01T15:53:53.562Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19552026-05-01T15:53:53.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19562026-05-01T15:53:53.621Z
19572026-05-01T15:53:53.621Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/272)
19582026-05-01T15:53:54.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19592026-05-01T15:53:54.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19602026-05-01T15:53:54.036Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19612026-05-01T15:53:54.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19622026-05-01T15:53:54.093Z
19632026-05-01T15:53:54.093Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/272)
19642026-05-01T15:53:54.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19652026-05-01T15:53:54.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19662026-05-01T15:53:54.503Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19672026-05-01T15:53:54.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19682026-05-01T15:53:54.561Z
19692026-05-01T15:53:54.561Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/272)
19702026-05-01T15:53:54.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19712026-05-01T15:53:54.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19722026-05-01T15:53:54.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19732026-05-01T15:53:54.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19742026-05-01T15:53:55.034Z
19752026-05-01T15:53:55.034Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/272)
19762026-05-01T15:53:55.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19772026-05-01T15:53:55.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19782026-05-01T15:53:55.450Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19792026-05-01T15:53:55.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19802026-05-01T15:53:55.509Z
19812026-05-01T15:53:55.509Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/272)
19822026-05-01T15:53:55.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19832026-05-01T15:53:55.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19842026-05-01T15:53:55.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19852026-05-01T15:53:55.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19862026-05-01T15:53:55.987Z
19872026-05-01T15:53:55.987Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/272)
19882026-05-01T15:53:56.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19892026-05-01T15:53:56.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19902026-05-01T15:53:56.398Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19912026-05-01T15:53:56.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19922026-05-01T15:53:56.458Z
19932026-05-01T15:53:56.458Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/272)
19942026-05-01T15:53:56.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19952026-05-01T15:53:56.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19962026-05-01T15:53:56.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19972026-05-01T15:53:56.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19982026-05-01T15:53:56.929Z
19992026-05-01T15:53:56.929Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/272)
20002026-05-01T15:53:57.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20012026-05-01T15:53:57.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20022026-05-01T15:53:57.340Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20032026-05-01T15:53:57.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20042026-05-01T15:53:57.398Z
20052026-05-01T15:53:57.398Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/272)
20062026-05-01T15:53:57.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20072026-05-01T15:53:57.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20082026-05-01T15:53:57.809Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20092026-05-01T15:53:57.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20102026-05-01T15:53:57.869Z
20112026-05-01T15:53:57.869Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/272)
20122026-05-01T15:53:58.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20132026-05-01T15:53:58.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20142026-05-01T15:53:58.280Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20152026-05-01T15:53:58.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20162026-05-01T15:53:58.339Z
20172026-05-01T15:53:58.339Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/272)
20182026-05-01T15:53:58.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20192026-05-01T15:53:58.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20202026-05-01T15:53:58.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20212026-05-01T15:53:58.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20222026-05-01T15:53:58.806Z
20232026-05-01T15:53:58.806Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/272)
20242026-05-01T15:53:59.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20252026-05-01T15:53:59.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20262026-05-01T15:53:59.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20272026-05-01T15:53:59.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20282026-05-01T15:53:59.274Z
20292026-05-01T15:53:59.274Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/272)
20302026-05-01T15:53:59.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20312026-05-01T15:53:59.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20322026-05-01T15:53:59.686Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20332026-05-01T15:53:59.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20342026-05-01T15:53:59.745Z
20352026-05-01T15:53:59.745Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/272)
20362026-05-01T15:54:00.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20372026-05-01T15:54:00.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20382026-05-01T15:54:00.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20392026-05-01T15:54:00.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20402026-05-01T15:54:00.220Z
20412026-05-01T15:54:00.220Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/272)
20422026-05-01T15:54:00.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20432026-05-01T15:54:00.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20442026-05-01T15:54:00.633Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20452026-05-01T15:54:00.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20462026-05-01T15:54:00.691Z
20472026-05-01T15:54:00.691Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/272)
20482026-05-01T15:54:01.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20492026-05-01T15:54:01.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20502026-05-01T15:54:01.103Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20512026-05-01T15:54:01.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20522026-05-01T15:54:01.164Z
20532026-05-01T15:54:01.164Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/272)
20542026-05-01T15:54:01.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20552026-05-01T15:54:01.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20562026-05-01T15:54:01.576Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20572026-05-01T15:54:01.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20582026-05-01T15:54:01.635Z
20592026-05-01T15:54:01.635Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/272)
20602026-05-01T15:54:02.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20612026-05-01T15:54:02.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20622026-05-01T15:54:02.050Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20632026-05-01T15:54:02.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20642026-05-01T15:54:02.107Z
20652026-05-01T15:54:02.107Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/272)
20662026-05-01T15:54:02.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20672026-05-01T15:54:02.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20682026-05-01T15:54:02.521Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20692026-05-01T15:54:02.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20702026-05-01T15:54:02.580Z
20712026-05-01T15:54:02.580Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/272)
20722026-05-01T15:54:02.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20732026-05-01T15:54:02.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20742026-05-01T15:54:02.995Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20752026-05-01T15:54:03.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20762026-05-01T15:54:03.054Z
20772026-05-01T15:54:03.054Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/272)
20782026-05-01T15:54:03.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20792026-05-01T15:54:03.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20802026-05-01T15:54:03.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20812026-05-01T15:54:03.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20822026-05-01T15:54:03.527Z
20832026-05-01T15:54:03.527Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/272)
20842026-05-01T15:54:03.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20852026-05-01T15:54:03.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20862026-05-01T15:54:03.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20872026-05-01T15:54:03.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20882026-05-01T15:54:04.002Z
20892026-05-01T15:54:04.002Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/272)
20902026-05-01T15:54:04.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20912026-05-01T15:54:04.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20922026-05-01T15:54:04.416Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20932026-05-01T15:54:04.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20942026-05-01T15:54:04.473Z
20952026-05-01T15:54:04.473Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/272)
20962026-05-01T15:54:04.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20972026-05-01T15:54:04.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20982026-05-01T15:54:04.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20992026-05-01T15:54:04.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
21002026-05-01T15:54:04.952Z
21012026-05-01T15:54:04.952Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/272)
21022026-05-01T15:54:05.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21032026-05-01T15:54:05.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21042026-05-01T15:54:05.371Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21052026-05-01T15:54:05.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
21062026-05-01T15:54:05.431Z
21072026-05-01T15:54:05.431Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/272)
21082026-05-01T15:54:05.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21092026-05-01T15:54:05.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21102026-05-01T15:54:05.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21112026-05-01T15:54:05.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21122026-05-01T15:54:06.080Z
21132026-05-01T15:54:06.080Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/272)
21142026-05-01T15:54:06.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21152026-05-01T15:54:06.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21162026-05-01T15:54:06.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21172026-05-01T15:54:06.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21182026-05-01T15:54:06.724Z
21192026-05-01T15:54:06.724Zinfo: running `cargo check --bins` on nexus-config (51/272)
21202026-05-01T15:54:07.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21212026-05-01T15:54:07.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21222026-05-01T15:54:07.270Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21232026-05-01T15:54:07.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21242026-05-01T15:54:07.373Z
21252026-05-01T15:54:07.373Zinfo: running `cargo check --bins` on nexus-types (52/272)
21262026-05-01T15:54:07.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21272026-05-01T15:54:07.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21282026-05-01T15:54:07.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21292026-05-01T15:54:07.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
21302026-05-01T15:54:08.027Z
21312026-05-01T15:54:08.027Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/272)
21322026-05-01T15:54:08.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21332026-05-01T15:54:08.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21342026-05-01T15:54:08.546Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21352026-05-01T15:54:08.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21362026-05-01T15:54:08.643Z
21372026-05-01T15:54:08.643Zinfo: running `cargo check --bins` on omicron-passwords (54/272)
21382026-05-01T15:54:09.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21392026-05-01T15:54:09.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21402026-05-01T15:54:09.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21412026-05-01T15:54:09.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21422026-05-01T15:54:09.226Z
21432026-05-01T15:54:09.226Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/272)
21442026-05-01T15:54:09.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21452026-05-01T15:54:09.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21462026-05-01T15:54:09.742Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21472026-05-01T15:54:09.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21482026-05-01T15:54:09.837Z
21492026-05-01T15:54:09.837Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/272)
21502026-05-01T15:54:10.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21512026-05-01T15:54:10.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21522026-05-01T15:54:10.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21532026-05-01T15:54:10.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21542026-05-01T15:54:10.448Z
21552026-05-01T15:54:10.448Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/272)
21562026-05-01T15:54:10.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21572026-05-01T15:54:10.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21582026-05-01T15:54:10.967Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21592026-05-01T15:54:10.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21602026-05-01T15:54:11.062Z
21612026-05-01T15:54:11.063Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/272)
21622026-05-01T15:54:11.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21632026-05-01T15:54:11.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21642026-05-01T15:54:11.583Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21652026-05-01T15:54:11.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21662026-05-01T15:54:11.679Z
21672026-05-01T15:54:11.679Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/272)
21682026-05-01T15:54:12.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21692026-05-01T15:54:12.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21702026-05-01T15:54:12.186Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21712026-05-01T15:54:12.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21722026-05-01T15:54:12.272Z
21732026-05-01T15:54:12.272Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/272)
21742026-05-01T15:54:12.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21752026-05-01T15:54:12.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21762026-05-01T15:54:12.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21772026-05-01T15:54:12.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21782026-05-01T15:54:12.868Z
21792026-05-01T15:54:12.868Zinfo: running `cargo check --bins --no-default-features` on gfss (61/272)
21802026-05-01T15:54:13.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21812026-05-01T15:54:13.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21822026-05-01T15:54:13.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21832026-05-01T15:54:13.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21842026-05-01T15:54:13.463Z
21852026-05-01T15:54:13.463Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/272)
21862026-05-01T15:54:13.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21872026-05-01T15:54:13.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21882026-05-01T15:54:13.970Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21892026-05-01T15:54:13.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21902026-05-01T15:54:14.057Z
21912026-05-01T15:54:14.057Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/272)
21922026-05-01T15:54:14.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21932026-05-01T15:54:14.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21942026-05-01T15:54:14.573Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21952026-05-01T15:54:14.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21962026-05-01T15:54:14.667Z
21972026-05-01T15:54:14.667Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/272)
21982026-05-01T15:54:15.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21992026-05-01T15:54:15.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22002026-05-01T15:54:15.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22012026-05-01T15:54:15.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22022026-05-01T15:54:15.272Z
22032026-05-01T15:54:15.272Zinfo: running `cargo check --bins` on cockroach-admin-types (65/272)
22042026-05-01T15:54:15.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22052026-05-01T15:54:15.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22062026-05-01T15:54:15.775Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22072026-05-01T15:54:15.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22082026-05-01T15:54:15.864Z
22092026-05-01T15:54:15.864Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/272)
22102026-05-01T15:54:16.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22112026-05-01T15:54:16.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22122026-05-01T15:54:16.370Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22132026-05-01T15:54:16.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22142026-05-01T15:54:16.465Z
22152026-05-01T15:54:16.465Zinfo: running `cargo check --bins` on ereport-types (67/272)
22162026-05-01T15:54:16.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22172026-05-01T15:54:16.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22182026-05-01T15:54:16.988Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22192026-05-01T15:54:16.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22202026-05-01T15:54:17.083Z
22212026-05-01T15:54:17.083Zinfo: running `cargo check --bins` on gateway-client (68/272)
22222026-05-01T15:54:17.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22232026-05-01T15:54:17.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22242026-05-01T15:54:17.592Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22252026-05-01T15:54:17.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22262026-05-01T15:54:17.675Z
22272026-05-01T15:54:17.675Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/272)
22282026-05-01T15:54:18.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22292026-05-01T15:54:18.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22302026-05-01T15:54:18.184Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22312026-05-01T15:54:18.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22322026-05-01T15:54:18.273Z
22332026-05-01T15:54:18.273Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/272)
22342026-05-01T15:54:18.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22352026-05-01T15:54:18.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22362026-05-01T15:54:18.781Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22372026-05-01T15:54:18.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22382026-05-01T15:54:18.906Z
22392026-05-01T15:54:18.906Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/272)
22402026-05-01T15:54:19.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22412026-05-01T15:54:19.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22422026-05-01T15:54:19.385Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22432026-05-01T15:54:19.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22442026-05-01T15:54:19.475Z
22452026-05-01T15:54:19.475Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/272)
22462026-05-01T15:54:19.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22472026-05-01T15:54:19.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22482026-05-01T15:54:19.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22492026-05-01T15:54:19.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22502026-05-01T15:54:20.078Z
22512026-05-01T15:54:20.078Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/272)
22522026-05-01T15:54:20.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22532026-05-01T15:54:20.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22542026-05-01T15:54:20.604Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22552026-05-01T15:54:20.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22562026-05-01T15:54:20.696Z
22572026-05-01T15:54:20.696Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/272)
22582026-05-01T15:54:21.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22592026-05-01T15:54:21.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22602026-05-01T15:54:21.225Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22612026-05-01T15:54:21.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22622026-05-01T15:54:21.325Z
22632026-05-01T15:54:21.325Zinfo: running `cargo check --bins` on key-manager-types (75/272)
22642026-05-01T15:54:21.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22652026-05-01T15:54:21.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22662026-05-01T15:54:21.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22672026-05-01T15:54:21.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22682026-05-01T15:54:21.926Z
22692026-05-01T15:54:21.926Zinfo: running `cargo check --bins` on oxlog (76/272)
22702026-05-01T15:54:22.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22712026-05-01T15:54:22.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22722026-05-01T15:54:22.547Z Checking cfg-if v1.0.4
22732026-05-01T15:54:22.551Z Checking libc v0.2.185
22742026-05-01T15:54:22.551Z Checking serde_core v1.0.228
22752026-05-01T15:54:22.668Z Checking zeroize v1.8.2
22762026-05-01T15:54:22.677Z Checking memchr v2.8.0
22772026-05-01T15:54:22.684Z Checking log v0.4.29
22782026-05-01T15:54:22.695Z Checking smallvec v1.15.1
22792026-05-01T15:54:22.706Z Checking typenum v1.19.0
22802026-05-01T15:54:22.715Z Checking subtle v2.6.1
22812026-05-01T15:54:22.810Z Checking itoa v1.0.17
22822026-05-01T15:54:22.844Z Checking scopeguard v1.2.0
22832026-05-01T15:54:22.864Z Checking stable_deref_trait v1.2.1
22842026-05-01T15:54:22.876Z Checking const-oid v0.9.6
22852026-05-01T15:54:22.938Z Checking portable-atomic v1.13.1
22862026-05-01T15:54:22.950Z Checking lock_api v0.4.14
22872026-05-01T15:54:22.954Z Checking zerofrom v0.1.6
22882026-05-01T15:54:23.058Z Checking critical-section v1.2.0
22892026-05-01T15:54:23.070Z Checking getrandom v0.2.17
22902026-05-01T15:54:23.073Z Checking errno v0.3.14
22912026-05-01T15:54:23.143Z Checking yoke v0.8.1
22922026-05-01T15:54:23.156Z Checking parking_lot_core v0.9.12
22932026-05-01T15:54:23.195Z Checking signal-hook-registry v1.4.8
22942026-05-01T15:54:23.217Z Checking rand_core v0.6.4
22952026-05-01T15:54:23.228Z Checking generic-array v0.14.7
22962026-05-01T15:54:23.309Z Checking zerovec v0.11.5
22972026-05-01T15:54:23.338Z Checking zerocopy v0.8.40
22982026-05-01T15:54:23.341Z Checking once_cell v1.21.3
22992026-05-01T15:54:23.360Z Checking pin-project-lite v0.2.17
23002026-05-01T15:54:23.390Z Checking parking_lot v0.12.5
23012026-05-01T15:54:23.446Z Checking mio v1.2.0
23022026-05-01T15:54:23.521Z Checking socket2 v0.6.3
23032026-05-01T15:54:23.539Z Checking libm v0.2.16
23042026-05-01T15:54:23.575Z Checking zmij v1.0.21
23052026-05-01T15:54:23.670Z Checking crypto-common v0.1.7
23062026-05-01T15:54:23.720Z Checking block-buffer v0.10.4
23072026-05-01T15:54:23.750Z Checking tinystr v0.8.2
23082026-05-01T15:54:23.762Z Checking equivalent v1.0.2
23092026-05-01T15:54:23.785Z Checking percent-encoding v2.3.2
23102026-05-01T15:54:23.796Z Checking allocator-api2 v0.2.21
23112026-05-01T15:54:23.855Z Checking writeable v0.6.2
23122026-05-01T15:54:23.859Z Checking digest v0.10.7
23132026-05-01T15:54:23.923Z Checking futures-core v0.3.32
23142026-05-01T15:54:23.926Z Checking litemap v0.8.1
23152026-05-01T15:54:24.000Z Checking potential_utf v0.1.4
23162026-05-01T15:54:24.047Z Checking zerotrie v0.2.3
23172026-05-01T15:54:24.060Z Checking cpufeatures v0.2.17
23182026-05-01T15:54:24.073Z Checking foldhash v0.2.0
23192026-05-01T15:54:24.105Z Checking icu_locale_core v2.1.1
23202026-05-01T15:54:24.126Z Checking icu_collections v2.1.1
23212026-05-01T15:54:24.129Z Checking hmac v0.12.1
23222026-05-01T15:54:24.170Z Checking serde v1.0.228
23232026-05-01T15:54:24.221Z Checking bitflags v2.11.0
23242026-05-01T15:54:24.235Z Checking num-traits v0.2.19
23252026-05-01T15:54:24.277Z Checking serde_json v1.0.149
23262026-05-01T15:54:24.287Z Checking hashbrown v0.16.1
23272026-05-01T15:54:24.390Z Checking block-padding v0.3.3
23282026-05-01T15:54:24.465Z Checking icu_normalizer_data v2.1.1
23292026-05-01T15:54:24.520Z Checking icu_properties_data v2.1.2
23302026-05-01T15:54:24.537Z Checking rand_core v0.10.0
23312026-05-01T15:54:24.574Z Checking bytes v1.11.1
23322026-05-01T15:54:24.647Z Checking futures-sink v0.3.32
23332026-05-01T15:54:24.676Z Checking getrandom v0.4.1
23342026-05-01T15:54:24.699Z Checking icu_provider v2.1.1
23352026-05-01T15:54:24.745Z Checking futures-channel v0.3.32
23362026-05-01T15:54:24.757Z Checking inout v0.1.4
23372026-05-01T15:54:24.774Z Checking indexmap v2.13.0
23382026-05-01T15:54:24.822Z Checking futures-io v0.3.32
23392026-05-01T15:54:24.889Z Checking futures-task v0.3.32
23402026-05-01T15:54:24.930Z Checking slab v0.4.12
23412026-05-01T15:54:24.933Z Checking icu_normalizer v2.1.1
23422026-05-01T15:54:24.953Z Checking icu_properties v2.1.2
23432026-05-01T15:54:24.963Z Checking cipher v0.4.4
23442026-05-01T15:54:25.026Z Checking tokio v1.52.1
23452026-05-01T15:54:25.038Z Checking sha2 v0.10.9
23462026-05-01T15:54:25.106Z Checking futures-util v0.3.32
23472026-05-01T15:54:25.177Z Checking getrandom v0.3.4
23482026-05-01T15:54:25.249Z Checking base64ct v1.8.3
23492026-05-01T15:54:25.318Z Checking utf8_iter v1.0.4
23502026-05-01T15:54:25.332Z Checking byteorder v1.5.0
23512026-05-01T15:54:25.353Z Checking form_urlencoded v1.2.2
23522026-05-01T15:54:25.442Z Checking flagset v0.4.7
23532026-05-01T15:54:25.481Z Checking fnv v1.0.7
23542026-05-01T15:54:25.493Z Checking pem-rfc7468 v0.7.0
23552026-05-01T15:54:25.528Z Checking rand_core v0.9.5
23562026-05-01T15:54:25.566Z Checking salsa20 v0.10.2
23572026-05-01T15:54:25.579Z Checking http v1.4.0
23582026-05-01T15:54:25.649Z Checking der v0.7.10
23592026-05-01T15:54:25.698Z Checking uuid v1.23.0
23602026-05-01T15:54:25.701Z Checking pbkdf2 v0.12.2
23612026-05-01T15:54:25.810Z Checking idna_adapter v1.2.1
23622026-05-01T15:54:25.829Z Checking scrypt v0.11.0
23632026-05-01T15:54:25.929Z Checking idna v1.1.0
23642026-05-01T15:54:25.969Z Checking aes v0.8.4
23652026-05-01T15:54:26.017Z Checking cbc v0.1.2
23662026-05-01T15:54:26.129Z Checking ppv-lite86 v0.2.21
23672026-05-01T15:54:26.141Z Checking rustix v1.1.3
23682026-05-01T15:54:26.153Z Checking tracing-core v0.1.36
23692026-05-01T15:54:26.175Z Checking url v2.5.8
23702026-05-01T15:54:26.362Z Checking rustls-pki-types v1.14.0
23712026-05-01T15:54:26.401Z Checking spki v0.7.3
23722026-05-01T15:54:26.421Z Checking rand_chacha v0.9.0
23732026-05-01T15:54:26.459Z Checking iana-time-zone v0.1.65
23742026-05-01T15:54:26.566Z Checking regex-syntax v0.8.10
23752026-05-01T15:54:26.581Z Checking pkcs5 v0.7.1
23762026-05-01T15:54:26.613Z Checking chrono v0.4.44
23772026-05-01T15:54:26.624Z Checking rand v0.9.2
23782026-05-01T15:54:26.646Z Checking tracing v0.1.44
23792026-05-01T15:54:26.830Z Checking http-body v1.0.1
23802026-05-01T15:54:26.854Z Checking aws-lc-sys v0.37.1
23812026-05-01T15:54:26.964Z Checking untrusted v0.9.0
23822026-05-01T15:54:26.978Z Checking openssl-probe v0.2.1
23832026-05-01T15:54:27.024Z Checking untrusted v0.7.1
23842026-05-01T15:54:27.073Z Checking base64 v0.22.1
23852026-05-01T15:54:27.086Z Checking ring v0.17.14
23862026-05-01T15:54:27.099Z Checking pkcs8 v0.10.2
23872026-05-01T15:54:27.135Z Checking tower-service v0.3.3
23882026-05-01T15:54:27.228Z Checking tower-layer v0.3.3
23892026-05-01T15:54:27.277Z Checking tinyvec_macros v0.1.1
23902026-05-01T15:54:27.313Z Checking plain v0.2.3
23912026-05-01T15:54:27.344Z Checking atomic-waker v1.1.2
23922026-05-01T15:54:27.369Z Checking aws-lc-rs v1.16.0
23932026-05-01T15:54:27.380Z Checking try-lock v0.2.5
23942026-05-01T15:54:27.414Z Checking tinyvec v1.10.0
23952026-05-01T15:54:27.443Z Checking ipnet v2.11.0
23962026-05-01T15:54:27.475Z Checking want v0.3.1
23972026-05-01T15:54:27.487Z Checking semver v1.0.27
23982026-05-01T15:54:27.597Z Checking httparse v1.10.1
23992026-05-01T15:54:27.693Z Checking spin v0.9.8
24002026-05-01T15:54:27.706Z Checking fastrand v2.3.0
24012026-05-01T15:54:27.721Z Checking httpdate v1.0.3
24022026-05-01T15:54:27.809Z Checking foreign-types-shared v0.1.1
24032026-05-01T15:54:27.866Z Checking dyn-clone v1.0.20
24042026-05-01T15:54:27.878Z Checking ucd-trie v0.1.7
24052026-05-01T15:54:27.879Z Checking pin-utils v0.1.0
24062026-05-01T15:54:27.900Z Checking unicode-ident v1.0.24
24072026-05-01T15:54:27.912Z Checking foreign-types v0.3.2
24082026-05-01T15:54:27.958Z Checking tempfile v3.25.0
24092026-05-01T15:54:27.970Z Checking schemars v0.8.22
24102026-05-01T15:54:27.984Z Checking openssl-sys v0.9.111
24112026-05-01T15:54:28.006Z Checking pest v2.8.6
24122026-05-01T15:54:28.009Z Checking proc-macro2 v1.0.106
24132026-05-01T15:54:28.078Z Checking thiserror v2.0.18
24142026-05-01T15:54:28.147Z Checking socket2 v0.5.10
24152026-05-01T15:54:28.180Z Checking wait-timeout v0.2.1
24162026-05-01T15:54:28.199Z Checking rustls-webpki v0.103.9
24172026-05-01T15:54:28.284Z Checking tokio-util v0.7.18
24182026-05-01T15:54:28.305Z Checking aho-corasick v1.1.4
24192026-05-01T15:54:28.324Z Checking anstyle v1.0.13
24202026-05-01T15:54:28.394Z Checking bit-vec v0.8.0
24212026-05-01T15:54:28.475Z Checking simd-adler32 v0.3.8
24222026-05-01T15:54:28.507Z Checking utf8parse v0.2.2
24232026-05-01T15:54:28.588Z Checking quick-error v1.2.3
24242026-05-01T15:54:28.610Z Checking siphasher v1.0.2
24252026-05-01T15:54:28.665Z Checking rustls v0.23.37
24262026-05-01T15:54:28.665Z Checking pretty-hex v0.4.1
24272026-05-01T15:54:28.665Z Checking powerfmt v0.2.0
24282026-05-01T15:54:28.687Z Checking rusty-fork v0.3.1
24292026-05-01T15:54:28.749Z Checking anstyle-parse v0.2.7
24302026-05-01T15:54:28.762Z Checking bit-set v0.8.0
24312026-05-01T15:54:28.793Z Checking deranged v0.5.8
24322026-05-01T15:54:28.857Z Checking openssl v0.10.75
24332026-05-01T15:54:28.896Z Checking h2 v0.4.13
24342026-05-01T15:54:28.909Z Checking quote v1.0.44
24352026-05-01T15:54:28.924Z Compiling newtype-uuid v1.3.2
24362026-05-01T15:54:28.982Z Checking regex-automata v0.4.14
24372026-05-01T15:54:29.076Z Checking unicode-normalization v0.1.25
24382026-05-01T15:54:29.089Z Checking rustls-native-certs v0.8.3
24392026-05-01T15:54:29.103Z Checking crossbeam-utils v0.8.21
24402026-05-01T15:54:29.214Z Checking rand_xorshift v0.4.0
24412026-05-01T15:54:29.336Z Checking crc32fast v1.5.0
24422026-05-01T15:54:29.438Z Checking scroll v0.13.0
24432026-05-01T15:54:29.471Z Checking signature v2.2.0
24442026-05-01T15:54:29.483Z Checking sync_wrapper v1.0.2
24452026-05-01T15:54:29.582Z Checking is_terminal_polyfill v1.70.2
24462026-05-01T15:54:29.601Z Checking unicode-bidi v0.3.18
24472026-05-01T15:54:29.664Z Checking unarray v0.1.4
24482026-05-01T15:54:29.678Z Checking unicode-properties v0.1.4
24492026-05-01T15:54:29.725Z Checking num-conv v0.2.0
24502026-05-01T15:54:29.767Z Checking time-core v0.1.8
24512026-05-01T15:54:29.843Z Checking anstyle-query v1.1.5
24522026-05-01T15:54:29.860Z Checking colorchoice v1.0.4
24532026-05-01T15:54:29.891Z Checking num_threads v0.1.7
24542026-05-01T15:54:29.910Z Checking adler2 v2.0.1
24552026-05-01T15:54:29.934Z Checking stringprep v0.1.5
24562026-05-01T15:54:29.955Z Checking anstream v0.6.21
24572026-05-01T15:54:29.975Z Checking time v0.3.47
24582026-05-01T15:54:30.033Z Checking miniz_oxide v0.8.9
24592026-05-01T15:54:30.087Z Checking proptest v1.10.0
24602026-05-01T15:54:30.173Z Checking goblin v0.10.5
24612026-05-01T15:54:30.398Z Checking tower v0.5.3
24622026-05-01T15:54:30.784Z Checking crossbeam-epoch v0.9.18
24632026-05-01T15:54:30.851Z Checking syn v2.0.117
24642026-05-01T15:54:30.866Z Checking native-tls v0.2.18
24652026-05-01T15:54:31.007Z Compiling daft v0.1.5
24662026-05-01T15:54:31.020Z Checking tokio-rustls v0.26.4
24672026-05-01T15:54:31.041Z Checking ipnetwork v0.21.1
24682026-05-01T15:54:31.114Z Checking http-body-util v0.1.3
24692026-05-01T15:54:31.248Z Checking webpki-roots v1.0.6
24702026-05-01T15:54:31.261Z Checking rand_chacha v0.3.1
24712026-05-01T15:54:31.284Z Checking thiserror v1.0.69
24722026-05-01T15:54:31.335Z Checking scroll v0.12.0
24732026-05-01T15:54:31.363Z Checking zstd-sys v2.0.16+zstd.1.5.7
24742026-05-01T15:54:31.382Z Checking hash32 v0.2.1
24752026-05-01T15:54:31.468Z Checking num-integer v0.1.46
24762026-05-01T15:54:31.479Z Checking toml_datetime v0.6.11
24772026-05-01T15:54:31.541Z Checking serde_spanned v0.6.9
24782026-05-01T15:54:31.562Z Checking md-5 v0.10.6
24792026-05-01T15:54:31.640Z Checking hyper v1.8.1
24802026-05-01T15:54:31.655Z Checking ff v0.13.1
24812026-05-01T15:54:31.668Z Checking ryu v1.0.23
24822026-05-01T15:54:31.693Z Checking psl-types v2.0.11
24832026-05-01T15:54:31.705Z Checking fallible-iterator v0.2.0
24842026-05-01T15:54:31.781Z Checking base16ct v0.2.0
24852026-05-01T15:54:31.805Z Checking zlib-rs v0.6.2
24862026-05-01T15:54:31.816Z Checking iri-string v0.7.10
24872026-05-01T15:54:31.920Z Checking sec1 v0.7.3
24882026-05-01T15:54:31.981Z Checking postgres-protocol v0.6.10
24892026-05-01T15:54:32.060Z Checking publicsuffix v2.3.0
24902026-05-01T15:54:32.120Z Compiling iddqd v0.3.17
24912026-05-01T15:54:32.218Z Checking serde_urlencoded v0.7.1
24922026-05-01T15:54:32.294Z Checking group v0.13.0
24932026-05-01T15:54:32.423Z Checking num-iter v0.1.45
24942026-05-01T15:54:32.444Z Checking goblin v0.8.2
24952026-05-01T15:54:32.518Z Checking dof v0.4.0
24962026-05-01T15:54:32.531Z Checking hyper-util v0.1.20
24972026-05-01T15:54:32.543Z Checking heapless v0.7.17
24982026-05-01T15:54:32.676Z Checking flate2 v1.1.9
24992026-05-01T15:54:32.846Z Checking tower-http v0.6.8
25002026-05-01T15:54:32.954Z Checking zstd-safe v7.2.4
25012026-05-01T15:54:32.973Z Checking rand v0.8.5
25022026-05-01T15:54:33.121Z Checking oxnet v0.1.4
25032026-05-01T15:54:33.134Z Checking cookie v0.18.1
25042026-05-01T15:54:33.147Z Checking tokio-native-tls v0.3.1
25052026-05-01T15:54:33.160Z Checking dtrace-parser v0.3.0
25062026-05-01T15:54:33.241Z Checking phf_shared v0.13.1
25072026-05-01T15:54:33.304Z Checking lazy_static v1.5.0
25082026-05-01T15:54:33.356Z Checking terminal_size v0.4.3
25092026-05-01T15:54:33.359Z Checking zerocopy v0.7.35
25102026-05-01T15:54:33.391Z Checking bzip2-sys v0.1.13+1.0.8
25112026-05-01T15:54:33.391Z Checking signal-hook v0.3.18
25122026-05-01T15:54:33.501Z Checking hkdf v0.12.4
25132026-05-01T15:54:33.506Z Checking crypto-bigint v0.5.5
25142026-05-01T15:54:33.506Z Checking thread-id v5.1.0
25152026-05-01T15:54:33.507Z Checking strsim v0.11.1
25162026-05-01T15:54:33.561Z Checking foldhash v0.1.5
25172026-05-01T15:54:33.573Z Checking either v1.15.0
25182026-05-01T15:54:33.587Z Checking winnow v0.5.40
25192026-05-01T15:54:33.656Z Checking bumpalo v3.20.2
25202026-05-01T15:54:33.696Z Checking managed v0.8.0
25212026-05-01T15:54:33.753Z Checking libbz2-rs-sys v0.2.2
25222026-05-01T15:54:33.800Z Checking hyper-rustls v0.27.7
25232026-05-01T15:54:33.855Z Checking winnow v0.7.14
25242026-05-01T15:54:33.858Z Checking clap_lex v1.0.0
25252026-05-01T15:54:33.882Z Checking bitflags v1.3.2
25262026-05-01T15:54:33.955Z Compiling rayon-core v1.13.0
25272026-05-01T15:54:34.010Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25282026-05-01T15:54:34.024Z Checking clap_builder v4.5.60
25292026-05-01T15:54:34.144Z Checking bzip2 v0.6.1
25302026-05-01T15:54:34.159Z Checking smoltcp v0.9.1
25312026-05-01T15:54:34.197Z Checking zopfli v0.8.3
25322026-05-01T15:54:34.307Z Checking hyper-tls v0.6.0
25332026-05-01T15:54:34.347Z Checking dof v0.3.0
25342026-05-01T15:54:34.376Z Checking elliptic-curve v0.13.8
25352026-05-01T15:54:34.475Z Checking hashbrown v0.15.5
25362026-05-01T15:54:34.531Z Checking signal-hook-mio v0.2.5
25372026-05-01T15:54:34.627Z Checking usdt-impl v0.6.0
25382026-05-01T15:54:34.639Z Checking num-bigint-dig v0.8.6
25392026-05-01T15:54:34.679Z Checking bzip2 v0.4.4
25402026-05-01T15:54:34.729Z Checking toml_edit v0.19.15
25412026-05-01T15:54:34.748Z Checking phf v0.13.1
25422026-05-01T15:54:34.841Z Checking cookie_store v0.22.1
25432026-05-01T15:54:34.909Z Checking zstd v0.13.3
25442026-05-01T15:54:34.946Z Checking postgres-types v0.2.12
25452026-05-01T15:54:35.056Z Checking dtrace-parser v0.2.0
25462026-05-01T15:54:35.111Z Checking rustls-platform-verifier v0.6.2
25472026-05-01T15:54:35.155Z Checking crossbeam-deque v0.8.6
25482026-05-01T15:54:35.182Z Checking regex v1.12.3
25492026-05-01T15:54:35.253Z Checking bstr v1.12.1
25502026-05-01T15:54:35.267Z Checking ed25519 v2.2.3
25512026-05-01T15:54:35.290Z Checking phf_shared v0.11.3
25522026-05-01T15:54:35.303Z Checking curve25519-dalek v4.1.3
25532026-05-01T15:54:35.339Z Checking ref-cast v1.0.25
25542026-05-01T15:54:35.436Z Checking strum v0.27.2
25552026-05-01T15:54:35.437Z Checking hubpack v0.1.2
25562026-05-01T15:54:35.459Z Checking memoffset v0.9.1
25572026-05-01T15:54:35.472Z Checking rustix v0.38.44
25582026-05-01T15:54:35.485Z Checking pkcs1 v0.7.5
25592026-05-01T15:54:35.537Z Checking float-cmp v0.10.0
25602026-05-01T15:54:35.556Z Checking serde-big-array v0.5.1
25612026-05-01T15:54:35.604Z Checking hex v0.4.3
25622026-05-01T15:54:35.657Z Checking erased-serde v0.3.31
25632026-05-01T15:54:35.671Z Checking rfc6979 v0.4.0
25642026-05-01T15:54:35.690Z Checking memmap2 v0.9.10
25652026-05-01T15:54:35.702Z Checking thread-id v4.2.2
25662026-05-01T15:54:35.778Z Checking env_filter v1.0.0
25672026-05-01T15:54:35.781Z Checking encoding_rs v0.8.35
25682026-05-01T15:54:35.803Z Checking static_assertions v1.1.0
25692026-05-01T15:54:35.825Z Checking keccak v0.1.6
25702026-05-01T15:54:35.848Z Checking precomputed-hash v0.1.1
25712026-05-01T15:54:35.870Z Checking rustc-hash v2.1.1
25722026-05-01T15:54:35.931Z Checking whoami v2.1.0
25732026-05-01T15:54:35.933Z Checking data-encoding v2.10.0
25742026-05-01T15:54:35.984Z Checking unicode-segmentation v1.12.0
25752026-05-01T15:54:35.995Z Checking predicates-core v1.0.10
25762026-05-01T15:54:36.035Z Checking jiff v0.2.21
25772026-05-01T15:54:36.088Z Checking toml_write v0.1.2
25782026-05-01T15:54:36.117Z Checking new_debug_unreachable v1.0.6
25792026-05-01T15:54:36.131Z Checking mime v0.3.17
25802026-05-01T15:54:36.187Z Checking normalize-line-endings v0.3.0
25812026-05-01T15:54:36.212Z Checking fixedbitset v0.5.7
25822026-05-01T15:54:36.259Z Checking difflib v0.4.0
25832026-05-01T15:54:36.276Z Checking fixedbitset v0.4.2
25842026-05-01T15:54:36.279Z Checking crossterm v0.28.1
25852026-05-01T15:54:36.302Z Checking similar v2.7.0
25862026-05-01T15:54:36.313Z Checking toml_edit v0.22.27
25872026-05-01T15:54:36.408Z Checking petgraph v0.8.3
25882026-05-01T15:54:36.427Z Checking petgraph v0.6.5
25892026-05-01T15:54:36.439Z Checking predicates v3.1.4
25902026-05-01T15:54:36.688Z Checking hickory-proto v0.25.2
25912026-05-01T15:54:36.730Z Checking reqwest v0.12.28
25922026-05-01T15:54:36.742Z Checking string_cache v0.8.9
25932026-05-01T15:54:36.910Z Checking tokio-postgres v0.7.16
25942026-05-01T15:54:36.995Z Checking ed25519-dalek v2.2.0
25952026-05-01T15:54:37.227Z Checking slog v2.8.2
25962026-05-01T15:54:37.405Z Checking sha3 v0.10.8
25972026-05-01T15:54:37.573Z Checking env_logger v0.11.9
25982026-05-01T15:54:37.613Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
25992026-05-01T15:54:37.678Z Checking usdt v0.6.0
26002026-05-01T15:54:37.764Z Checking serde_with v3.17.0
26012026-05-01T15:54:37.847Z Checking toml v0.7.8
26022026-05-01T15:54:37.971Z Checking ecdsa v0.16.9
26032026-05-01T15:54:38.155Z Checking usdt-impl v0.5.0
26042026-05-01T15:54:38.168Z Checking rsa v0.9.10
26052026-05-01T15:54:38.271Z Checking zip v4.6.1
26062026-05-01T15:54:38.317Z Checking nix v0.31.2
26072026-05-01T15:54:38.435Z Checking clap v4.5.60
26082026-05-01T15:54:38.517Z Checking reqwest v0.13.2
26092026-05-01T15:54:38.638Z Checking toml_parser v1.0.9+spec-1.1.0
26102026-05-01T15:54:38.661Z Checking zip v0.6.6
26112026-05-01T15:54:38.862Z Checking itertools v0.13.0
26122026-05-01T15:54:38.961Z Checking strum v0.26.3
26132026-05-01T15:54:38.988Z Checking fs-err v3.3.0
26142026-05-01T15:54:39.077Z Checking ahash v0.8.12
26152026-05-01T15:54:39.177Z Checking tokio-stream v0.1.18
26162026-05-01T15:54:39.276Z Checking object v0.37.3
26172026-05-01T15:54:39.293Z Checking buf-list v1.1.2
26182026-05-01T15:54:39.311Z Checking camino v1.2.2
26192026-05-01T15:54:39.345Z Checking anyhow v1.0.102
26202026-05-01T15:54:39.476Z Checking x509-cert v0.2.5
26212026-05-01T15:54:39.493Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
26222026-05-01T15:54:39.542Z Checking openapiv3 v2.2.0
26232026-05-01T15:54:39.559Z Checking toml_datetime v0.7.5+spec-1.1.0
26242026-05-01T15:54:39.571Z Checking sha1 v0.10.6
26252026-05-01T15:54:39.733Z Checking peg-runtime v0.8.5
26262026-05-01T15:54:39.753Z Checking lalrpop-util v0.19.12
26272026-05-01T15:54:39.766Z Checking rayon v1.11.0
26282026-05-01T15:54:39.875Z Checking sigpipe v0.1.3
26292026-05-01T15:54:39.887Z Checking glob v0.3.3
26302026-05-01T15:54:41.488Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26312026-05-01T15:54:41.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.84s
26322026-05-01T15:54:41.935Z
26332026-05-01T15:54:41.935Zinfo: running `cargo check --bins` on internal-dns-types (77/272)
26342026-05-01T15:54:42.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26352026-05-01T15:54:42.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26362026-05-01T15:54:42.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26372026-05-01T15:54:42.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26382026-05-01T15:54:42.547Z
26392026-05-01T15:54:42.547Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/272)
26402026-05-01T15:54:43.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26412026-05-01T15:54:43.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26422026-05-01T15:54:43.067Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26432026-05-01T15:54:43.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26442026-05-01T15:54:43.164Z
26452026-05-01T15:54:43.164Zinfo: running `cargo check --bins` on nexus-types-versions (79/272)
26462026-05-01T15:54:43.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26472026-05-01T15:54:43.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26482026-05-01T15:54:43.696Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26492026-05-01T15:54:43.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26502026-05-01T15:54:43.794Z
26512026-05-01T15:54:43.794Zinfo: running `cargo check --bins` on oxql-types (80/272)
26522026-05-01T15:54:44.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26532026-05-01T15:54:44.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26542026-05-01T15:54:44.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26552026-05-01T15:54:44.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26562026-05-01T15:54:44.404Z
26572026-05-01T15:54:44.404Zinfo: running `cargo check --bins` on oximeter-types (81/272)
26582026-05-01T15:54:44.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26592026-05-01T15:54:44.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26602026-05-01T15:54:44.919Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26612026-05-01T15:54:44.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26622026-05-01T15:54:45.006Z
26632026-05-01T15:54:45.006Zinfo: running `cargo check --bins` on oximeter-types-versions (82/272)
26642026-05-01T15:54:45.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26652026-05-01T15:54:45.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26662026-05-01T15:54:45.512Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26672026-05-01T15:54:45.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26682026-05-01T15:54:45.602Z
26692026-05-01T15:54:45.602Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/272)
26702026-05-01T15:54:46.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26712026-05-01T15:54:46.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26722026-05-01T15:54:46.105Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26732026-05-01T15:54:46.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26742026-05-01T15:54:46.198Z
26752026-05-01T15:54:46.198Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/272)
26762026-05-01T15:54:46.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26772026-05-01T15:54:46.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26782026-05-01T15:54:46.894Z Compiling structmeta-derive v0.3.0
26792026-05-01T15:54:47.009Z Compiling rustls v0.22.4
26802026-05-01T15:54:47.019Z Compiling multer v3.1.0
26812026-05-01T15:54:47.029Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26822026-05-01T15:54:47.032Z Compiling async-stream-impl v0.3.6
26832026-05-01T15:54:47.050Z Compiling dropshot v0.16.7
26842026-05-01T15:54:47.065Z Compiling dropshot_endpoint v0.16.7
26852026-05-01T15:54:47.068Z Compiling newtype-uuid-macros v0.1.0
26862026-05-01T15:54:47.189Z Checking newtype-uuid v1.3.2
26872026-05-01T15:54:47.250Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26882026-05-01T15:54:47.315Z Checking rustls-webpki v0.102.8
26892026-05-01T15:54:47.395Z Checking daft v0.1.5
26902026-05-01T15:54:47.411Z Checking futures-executor v0.3.32
26912026-05-01T15:54:47.614Z Checking thread_local v1.1.9
26922026-05-01T15:54:47.646Z Compiling match_cfg v0.1.0
26932026-05-01T15:54:47.724Z Compiling hostname v0.3.1
26942026-05-01T15:54:47.783Z Checking iddqd v0.3.17
26952026-05-01T15:54:47.825Z Checking futures v0.3.32
26962026-05-01T15:54:47.841Z Checking crossbeam-channel v0.5.15
26972026-05-01T15:54:47.862Z Checking slog-json v2.6.1
26982026-05-01T15:54:48.061Z Compiling structmeta v0.3.0
26992026-05-01T15:54:48.115Z Checking serde_spanned v1.0.4
27002026-05-01T15:54:48.176Z Checking is-terminal v0.4.17
27012026-05-01T15:54:48.268Z Compiling toml_writer v1.0.6+spec-1.1.0
27022026-05-01T15:54:48.271Z Compiling derive-ex v0.1.8
27032026-05-01T15:54:48.332Z Compiling parse-display-derive v0.10.0
27042026-05-01T15:54:48.401Z Checking take_mut v0.2.2
27052026-05-01T15:54:48.481Z Checking term v1.2.1
27062026-05-01T15:54:48.634Z Checking debug-ignore v1.0.5
27072026-05-01T15:54:48.687Z Checking toml v0.9.12+spec-1.1.0
27082026-05-01T15:54:48.704Z Checking slog-term v2.9.2
27092026-05-01T15:54:48.736Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27102026-05-01T15:54:48.812Z Checking slog-async v2.8.0
27112026-05-01T15:54:48.967Z Compiling slog-bunyan v2.5.0
27122026-05-01T15:54:49.104Z Checking async-stream v0.3.6
27132026-05-01T15:54:49.138Z Checking tokio-rustls v0.25.0
27142026-05-01T15:54:49.236Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27152026-05-01T15:54:49.285Z Checking progenitor-client v0.13.0
27162026-05-01T15:54:49.336Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27172026-05-01T15:54:49.481Z Checking backon v1.6.0
27182026-05-01T15:54:49.519Z Checking waitgroup v0.1.2
27192026-05-01T15:54:49.646Z Checking rustls-pemfile v2.2.0
27202026-05-01T15:54:49.942Z Checking serde_path_to_error v0.1.20
27212026-05-01T15:54:49.969Z Compiling test-strategy v0.4.5
27222026-05-01T15:54:50.055Z Checking hostname v0.4.2
27232026-05-01T15:54:50.109Z Checking instant v0.1.13
27242026-05-01T15:54:50.160Z Compiling prettyplease v0.2.37
27252026-05-01T15:54:50.230Z Compiling backoff v0.4.0
27262026-05-01T15:54:50.300Z Checking parse-display v0.10.0
27272026-05-01T15:54:50.434Z Compiling progenitor-extras v0.1.1
27282026-05-01T15:54:50.460Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27292026-05-01T15:54:50.679Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27302026-05-01T15:54:50.705Z Checking progenitor-client v0.10.0
27312026-05-01T15:54:50.922Z Checking itertools v0.14.0
27322026-05-01T15:54:50.939Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27332026-05-01T15:54:51.417Z Checking regress v0.10.5
27342026-05-01T15:54:51.491Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27352026-05-01T15:54:52.035Z Checking macaddr v1.0.1
27362026-05-01T15:54:52.219Z Checking num-rational v0.4.2
27372026-05-01T15:54:52.343Z Compiling usdt-attr-macro v0.5.0
27382026-05-01T15:54:52.365Z Compiling usdt-macro v0.5.0
27392026-05-01T15:54:52.494Z Checking num-complex v0.4.6
27402026-05-01T15:54:52.811Z Checking memmap v0.7.0
27412026-05-01T15:54:52.831Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27422026-05-01T15:54:52.834Z Checking num v0.4.3
27432026-05-01T15:54:52.919Z Compiling float-ord v0.3.2
27442026-05-01T15:54:53.040Z Compiling toml v0.8.23
27452026-05-01T15:54:53.053Z Checking linked-hash-map v0.5.6
27462026-05-01T15:54:53.120Z Checking usdt v0.5.0
27472026-05-01T15:54:53.223Z Compiling minimal-lexical v0.2.1
27482026-05-01T15:54:53.287Z Checking lru-cache v0.1.2
27492026-05-01T15:54:53.414Z Compiling nom v7.1.3
27502026-05-01T15:54:54.000Z Checking hickory-proto v0.24.4
27512026-05-01T15:54:54.005Z Checking phf_shared v0.12.1
27522026-05-01T15:54:54.150Z Compiling slog-dtrace v0.3.0
27532026-05-01T15:54:54.164Z Compiling chrono-tz v0.10.4
27542026-05-01T15:54:54.342Z Checking resolv-conf v0.7.6
27552026-05-01T15:54:54.356Z Checking heck v0.5.0
27562026-05-01T15:54:54.482Z Compiling convert_case v0.4.0
27572026-05-01T15:54:54.529Z Compiling const_format_proc_macros v0.2.34
27582026-05-01T15:54:54.652Z Checking phf v0.12.1
27592026-05-01T15:54:54.778Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27602026-05-01T15:54:54.800Z Checking tokio-dtrace v0.1.1
27612026-05-01T15:54:54.861Z Compiling derive_more v0.99.20
27622026-05-01T15:54:55.009Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27632026-05-01T15:54:55.287Z Compiling derive-where v1.6.0
27642026-05-01T15:54:55.401Z Checking highway v1.3.0
27652026-05-01T15:54:55.632Z Checking const_format v0.2.35
27662026-05-01T15:54:55.712Z Checking oxide-tokio-rt v0.1.4
27672026-05-01T15:54:55.861Z Checking hickory-resolver v0.24.4
27682026-05-01T15:54:56.118Z Checking gethostname v0.5.0
27692026-05-01T15:54:56.212Z Checking bcs v0.1.6
27702026-05-01T15:54:56.451Z Compiling async-recursion v1.1.1
27712026-05-01T15:54:56.615Z Checking termtree v0.5.1
27722026-05-01T15:54:56.638Z Checking qorb v0.4.1
27732026-05-01T15:54:56.690Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27742026-05-01T15:54:57.085Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27752026-05-01T15:54:57.341Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27762026-05-01T15:54:58.393Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27772026-05-01T15:54:58.396Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27782026-05-01T15:55:00.018Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27792026-05-01T15:55:02.632Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27802026-05-01T15:55:04.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.51s
27812026-05-01T15:55:04.894Z
27822026-05-01T15:55:04.894Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/272)
27832026-05-01T15:55:05.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27842026-05-01T15:55:05.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27852026-05-01T15:55:05.585Z Compiling ar_archive_writer v0.5.1
27862026-05-01T15:55:05.697Z Compiling stacker v0.1.23
27872026-05-01T15:55:05.706Z Compiling cfg_aliases v0.1.1
27882026-05-01T15:55:05.714Z Compiling convert_case v0.10.0
27892026-05-01T15:55:05.720Z Checking unicode-width v0.1.14
27902026-05-01T15:55:05.730Z Compiling proc-macro-error v1.0.4
27912026-05-01T15:55:05.741Z Checking fd-lock v4.0.4
27922026-05-01T15:55:05.744Z Checking nibble_vec v0.1.0
27932026-05-01T15:55:05.767Z Compiling nix v0.28.0
27942026-05-01T15:55:05.862Z Checking vte v0.14.1
27952026-05-01T15:55:05.874Z Compiling recursive-proc-macro-impl v0.1.1
27962026-05-01T15:55:05.959Z Checking bytecount v0.6.9
27972026-05-01T15:55:05.972Z Checking endian-type v0.1.2
27982026-05-01T15:55:06.013Z Compiling derive_more-impl v2.1.1
27992026-05-01T15:55:06.016Z Checking strip-ansi-escapes v0.2.1
28002026-05-01T15:55:06.037Z Compiling tabled_derive v0.7.0
28012026-05-01T15:55:06.060Z Checking papergrid v0.11.0
28022026-05-01T15:55:06.093Z Checking radix_trie v0.2.1
28032026-05-01T15:55:06.140Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28042026-05-01T15:55:06.279Z Compiling peg-macros v0.8.5
28052026-05-01T15:55:06.301Z Checking winnow v0.6.26
28062026-05-01T15:55:06.552Z Compiling psm v0.1.30
28072026-05-01T15:55:06.613Z Compiling sqlparser_derive v0.5.0
28082026-05-01T15:55:06.670Z Checking unicode_categories v0.1.1
28092026-05-01T15:55:06.830Z Checking unicode-width v0.2.0
28102026-05-01T15:55:06.833Z Checking derive_more v2.1.1
28112026-05-01T15:55:06.924Z Checking nu-ansi-term v0.50.3
28122026-05-01T15:55:07.000Z Checking home v0.5.12
28132026-05-01T15:55:07.072Z Checking tabled v0.15.0
28142026-05-01T15:55:07.087Z Checking crossterm v0.29.0
28152026-05-01T15:55:07.106Z Checking rustyline v14.0.0
28162026-05-01T15:55:07.142Z Checking reedline v0.40.0
28172026-05-01T15:55:07.349Z Checking recursive v0.1.1
28182026-05-01T15:55:07.412Z Checking display-error-chain v0.2.2
28192026-05-01T15:55:07.445Z Checking sqlparser v0.61.0
28202026-05-01T15:55:07.478Z Checking sqlformat v0.3.5
28212026-05-01T15:55:07.683Z Checking peg v0.8.5
28222026-05-01T15:55:18.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.77s
28232026-05-01T15:55:18.853Z
28242026-05-01T15:55:18.853Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/272)
28252026-05-01T15:55:19.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28262026-05-01T15:55:19.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28272026-05-01T15:55:19.538Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28282026-05-01T15:55:22.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.08s
28292026-05-01T15:55:23.143Z
28302026-05-01T15:55:23.143Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/272)
28312026-05-01T15:55:23.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28322026-05-01T15:55:23.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28332026-05-01T15:55:23.824Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28342026-05-01T15:55:26.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.08s
28352026-05-01T15:55:26.420Z
28362026-05-01T15:55:26.420Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/272)
28372026-05-01T15:55:26.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28382026-05-01T15:55:26.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28392026-05-01T15:55:27.096Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28402026-05-01T15:55:30.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.88s
28412026-05-01T15:55:30.517Z
28422026-05-01T15:55:30.517Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/272)
28432026-05-01T15:55:31.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28442026-05-01T15:55:31.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28452026-05-01T15:55:31.204Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28462026-05-01T15:55:34.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.90s
28472026-05-01T15:55:34.620Z
28482026-05-01T15:55:34.620Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/272)
28492026-05-01T15:55:35.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28502026-05-01T15:55:35.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28512026-05-01T15:55:35.297Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28522026-05-01T15:55:37.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.27s
28532026-05-01T15:55:38.081Z
28542026-05-01T15:55:38.081Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/272)
28552026-05-01T15:55:38.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28562026-05-01T15:55:38.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28572026-05-01T15:55:38.762Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28582026-05-01T15:55:41.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.27s
28592026-05-01T15:55:41.540Z
28602026-05-01T15:55:41.540Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/272)
28612026-05-01T15:55:42.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28622026-05-01T15:55:42.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28632026-05-01T15:55:42.225Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28642026-05-01T15:55:45.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.05s
28652026-05-01T15:55:45.787Z
28662026-05-01T15:55:45.787Zinfo: running `cargo check --bins` on oximeter (93/272)
28672026-05-01T15:55:46.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28682026-05-01T15:55:46.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28692026-05-01T15:55:46.306Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28702026-05-01T15:55:46.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28712026-05-01T15:55:46.403Z
28722026-05-01T15:55:46.403Zinfo: running `cargo check --bins` on oximeter-schema (94/272)
28732026-05-01T15:55:46.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28742026-05-01T15:55:46.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28752026-05-01T15:55:47.048Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28762026-05-01T15:55:47.212Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28772026-05-01T15:55:47.215Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28782026-05-01T15:55:47.558Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28792026-05-01T15:55:50.687Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28802026-05-01T15:55:51.009Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28812026-05-01T15:55:52.100Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28822026-05-01T15:55:52.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.37s
28832026-05-01T15:55:52.961Z
28842026-05-01T15:55:52.961Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/272)
28852026-05-01T15:55:53.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28862026-05-01T15:55:53.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28872026-05-01T15:55:53.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28882026-05-01T15:55:53.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28892026-05-01T15:55:53.567Z
28902026-05-01T15:55:53.567Zinfo: running `cargo check --bins` on oximeter-test-utils (96/272)
28912026-05-01T15:55:54.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28922026-05-01T15:55:54.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28932026-05-01T15:55:54.112Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28942026-05-01T15:55:54.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28952026-05-01T15:55:54.214Z
28962026-05-01T15:55:54.215Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/272)
28972026-05-01T15:55:54.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28982026-05-01T15:55:54.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28992026-05-01T15:55:54.734Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29002026-05-01T15:55:54.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29012026-05-01T15:55:54.829Z
29022026-05-01T15:55:54.830Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/272)
29032026-05-01T15:55:55.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29042026-05-01T15:55:55.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29052026-05-01T15:55:55.345Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29062026-05-01T15:55:55.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29072026-05-01T15:55:55.442Z
29082026-05-01T15:55:55.442Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/272)
29092026-05-01T15:55:55.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29102026-05-01T15:55:55.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29112026-05-01T15:55:55.962Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29122026-05-01T15:55:55.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29132026-05-01T15:55:56.058Z
29142026-05-01T15:55:56.058Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/272)
29152026-05-01T15:55:56.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29162026-05-01T15:55:56.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29172026-05-01T15:55:56.577Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29182026-05-01T15:55:56.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29192026-05-01T15:55:56.672Z
29202026-05-01T15:55:56.672Zinfo: running `cargo check --bins` on trust-quorum-types (101/272)
29212026-05-01T15:55:57.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29222026-05-01T15:55:57.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29232026-05-01T15:55:57.182Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29242026-05-01T15:55:57.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29252026-05-01T15:55:57.273Z
29262026-05-01T15:55:57.273Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/272)
29272026-05-01T15:55:57.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29282026-05-01T15:55:57.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29292026-05-01T15:55:57.792Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29302026-05-01T15:55:57.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29312026-05-01T15:55:57.888Z
29322026-05-01T15:55:57.889Zinfo: running `cargo check --bins` on update-engine (103/272)
29332026-05-01T15:55:58.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29342026-05-01T15:55:58.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29352026-05-01T15:55:58.396Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29362026-05-01T15:55:58.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29372026-05-01T15:55:58.487Z
29382026-05-01T15:55:58.487Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/272)
29392026-05-01T15:55:59.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29402026-05-01T15:55:59.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29412026-05-01T15:55:59.222Z Compiling crucible-workspace-hack v0.1.0
29422026-05-01T15:55:59.338Z Checking secrecy v0.10.3
29432026-05-01T15:55:59.344Z Compiling heapless v0.8.0
29442026-05-01T15:55:59.351Z Compiling ingot-macros v0.1.1
29452026-05-01T15:55:59.357Z Compiling toml_edit v0.23.10+spec-1.0.0
29462026-05-01T15:55:59.361Z Checking hash32 v0.3.1
29472026-05-01T15:55:59.367Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29482026-05-01T15:55:59.378Z Compiling smoltcp v0.11.0
29492026-05-01T15:55:59.441Z Checking cobs v0.3.0
29502026-05-01T15:55:59.488Z Compiling thiserror-impl-no-std v2.0.2
29512026-05-01T15:55:59.590Z Checking universal-hash v0.5.1
29522026-05-01T15:55:59.593Z Checking half v2.7.1
29532026-05-01T15:55:59.654Z Checking ciborium-io v0.2.2
29542026-05-01T15:55:59.733Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29552026-05-01T15:55:59.746Z Checking opaque-debug v0.3.1
29562026-05-01T15:55:59.762Z Checking postcard v1.1.3
29572026-05-01T15:55:59.816Z Checking poly1305 v0.8.0
29582026-05-01T15:55:59.873Z Compiling proc-macro-crate v3.4.0
29592026-05-01T15:55:59.931Z Checking ciborium-ll v0.2.2
29602026-05-01T15:56:00.062Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
29612026-05-01T15:56:00.083Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29622026-05-01T15:56:00.118Z Checking password-hash v0.5.0
29632026-05-01T15:56:00.352Z Checking chacha20 v0.9.1
29642026-05-01T15:56:00.366Z Compiling proc-macro-crate v1.3.1
29652026-05-01T15:56:00.382Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29662026-05-01T15:56:00.427Z Checking blake2 v0.10.6
29672026-05-01T15:56:00.440Z Compiling num_enum_derive v0.7.5
29682026-05-01T15:56:00.548Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29692026-05-01T15:56:00.615Z Checking aead v0.5.2
29702026-05-01T15:56:00.668Z Compiling foreign-types-macros v0.2.3
29712026-05-01T15:56:00.681Z Checking thiserror-no-std v2.0.2
29722026-05-01T15:56:00.756Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29732026-05-01T15:56:00.759Z Checking foreign-types-shared v0.3.1
29742026-05-01T15:56:00.783Z Checking cpufeatures v0.3.0
29752026-05-01T15:56:00.797Z Checking vsss-rs v3.3.4
29762026-05-01T15:56:00.858Z Checking chacha20 v0.10.0
29772026-05-01T15:56:00.861Z Compiling num_enum_derive v0.5.11
29782026-05-01T15:56:01.001Z Checking chacha20poly1305 v0.10.1
29792026-05-01T15:56:01.076Z Checking argon2 v0.5.3
29802026-05-01T15:56:01.132Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29812026-05-01T15:56:01.257Z Checking foreign-types v0.5.0
29822026-05-01T15:56:01.341Z Checking ciborium v0.2.2
29832026-05-01T15:56:01.484Z Checking num_enum v0.7.5
29842026-05-01T15:56:01.498Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29852026-05-01T15:56:01.529Z Checking console v0.15.11
29862026-05-01T15:56:01.599Z Checking tabwriter v1.4.1
29872026-05-01T15:56:01.748Z Checking newline-converter v0.3.0
29882026-05-01T15:56:01.762Z Checking atomicwrites v0.4.4
29892026-05-01T15:56:01.779Z Checking camino-tempfile v1.4.1
29902026-05-01T15:56:01.806Z Checking byte-wrapper v0.1.0
29912026-05-01T15:56:01.858Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29922026-05-01T15:56:01.892Z Checking cstr-argument v0.1.2
29932026-05-01T15:56:01.907Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29942026-05-01T15:56:01.911Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29952026-05-01T15:56:01.941Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29962026-05-01T15:56:02.015Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29972026-05-01T15:56:02.029Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29982026-05-01T15:56:02.127Z Checking num_enum v0.5.11
29992026-05-01T15:56:02.188Z Checking expectorate v1.2.0
30002026-05-01T15:56:02.201Z Checking ingot-types v0.1.2
30012026-05-01T15:56:02.244Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30022026-05-01T15:56:02.272Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30032026-05-01T15:56:02.321Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30042026-05-01T15:56:02.361Z Checking rand v0.10.0
30052026-05-01T15:56:02.383Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30062026-05-01T15:56:02.410Z Checking colored v3.1.1
30072026-05-01T15:56:02.524Z Checking indent_write v2.2.0
30082026-05-01T15:56:02.565Z Checking ingot v0.1.1
30092026-05-01T15:56:02.614Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30102026-05-01T15:56:02.627Z Compiling zone_cfg_derive v0.3.1
30112026-05-01T15:56:02.654Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
30122026-05-01T15:56:02.669Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30132026-05-01T15:56:02.703Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30142026-05-01T15:56:02.717Z Checking itertools v0.12.1
30152026-05-01T15:56:02.841Z Compiling num-derive v0.4.2
30162026-05-01T15:56:02.879Z Checking swrite v0.1.0
30172026-05-01T15:56:02.975Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30182026-05-01T15:56:03.067Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30192026-05-01T15:56:03.186Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30202026-05-01T15:56:03.266Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30212026-05-01T15:56:03.429Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30222026-05-01T15:56:03.510Z Checking dropshot-api-manager-types v0.6.0
30232026-05-01T15:56:03.543Z Checking smf v0.2.3
30242026-05-01T15:56:03.680Z Checking nanorand v0.7.0
30252026-05-01T15:56:03.694Z Checking whoami v1.6.1
30262026-05-01T15:56:03.728Z Checking zone v0.3.1
30272026-05-01T15:56:03.755Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30282026-05-01T15:56:03.769Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
30292026-05-01T15:56:03.782Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
30302026-05-01T15:56:03.880Z Checking flume v0.11.1
30312026-05-01T15:56:04.182Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30322026-05-01T15:56:05.159Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30332026-05-01T15:56:06.066Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30342026-05-01T15:56:08.995Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30352026-05-01T15:56:11.059Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30362026-05-01T15:56:12.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.60s
30372026-05-01T15:56:12.285Z
30382026-05-01T15:56:12.286Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/272)
30392026-05-01T15:56:12.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30402026-05-01T15:56:12.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30412026-05-01T15:56:12.803Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30422026-05-01T15:56:12.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30432026-05-01T15:56:12.895Z
30442026-05-01T15:56:12.895Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/272)
30452026-05-01T15:56:13.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30462026-05-01T15:56:13.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30472026-05-01T15:56:13.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30482026-05-01T15:56:13.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30492026-05-01T15:56:13.507Z
30502026-05-01T15:56:13.507Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/272)
30512026-05-01T15:56:14.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30522026-05-01T15:56:14.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30532026-05-01T15:56:14.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30542026-05-01T15:56:14.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30552026-05-01T15:56:14.121Z
30562026-05-01T15:56:14.121Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/272)
30572026-05-01T15:56:14.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30582026-05-01T15:56:14.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30592026-05-01T15:56:14.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30602026-05-01T15:56:14.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30612026-05-01T15:56:14.735Z
30622026-05-01T15:56:14.735Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/272)
30632026-05-01T15:56:15.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30642026-05-01T15:56:15.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30652026-05-01T15:56:15.246Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30662026-05-01T15:56:15.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30672026-05-01T15:56:15.342Z
30682026-05-01T15:56:15.342Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/272)
30692026-05-01T15:56:15.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30702026-05-01T15:56:15.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30712026-05-01T15:56:15.860Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30722026-05-01T15:56:15.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30732026-05-01T15:56:15.950Z
30742026-05-01T15:56:15.950Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/272)
30752026-05-01T15:56:16.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30762026-05-01T15:56:16.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30772026-05-01T15:56:16.455Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30782026-05-01T15:56:16.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30792026-05-01T15:56:16.545Z
30802026-05-01T15:56:16.545Zinfo: running `cargo check --bins` on cockroach-admin-client (112/272)
30812026-05-01T15:56:17.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30822026-05-01T15:56:17.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30832026-05-01T15:56:17.044Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30842026-05-01T15:56:17.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30852026-05-01T15:56:17.133Z
30862026-05-01T15:56:17.133Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/272)
30872026-05-01T15:56:17.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30882026-05-01T15:56:17.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30892026-05-01T15:56:17.640Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30902026-05-01T15:56:17.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30912026-05-01T15:56:17.733Z
30922026-05-01T15:56:17.733Zinfo: running `cargo check --bins` on dns-service-client (114/272)
30932026-05-01T15:56:18.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30942026-05-01T15:56:18.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30952026-05-01T15:56:18.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30962026-05-01T15:56:18.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30972026-05-01T15:56:18.331Z
30982026-05-01T15:56:18.331Zinfo: running `cargo check --bins` on installinator-client (115/272)
30992026-05-01T15:56:18.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31002026-05-01T15:56:18.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31012026-05-01T15:56:18.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31022026-05-01T15:56:18.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31032026-05-01T15:56:18.935Z
31042026-05-01T15:56:18.935Zinfo: running `cargo check --bins` on nexus-client (116/272)
31052026-05-01T15:56:19.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31062026-05-01T15:56:19.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31072026-05-01T15:56:19.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31082026-05-01T15:56:19.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31092026-05-01T15:56:19.574Z
31102026-05-01T15:56:19.574Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/272)
31112026-05-01T15:56:20.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31122026-05-01T15:56:20.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31132026-05-01T15:56:20.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31142026-05-01T15:56:20.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31152026-05-01T15:56:20.216Z
31162026-05-01T15:56:20.216Zinfo: running `cargo check --bins` on ntp-admin-client (118/272)
31172026-05-01T15:56:20.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31182026-05-01T15:56:20.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31192026-05-01T15:56:20.721Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31202026-05-01T15:56:20.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31212026-05-01T15:56:20.809Z
31222026-05-01T15:56:20.809Zinfo: running `cargo check --bins` on oxide-client (119/272)
31232026-05-01T15:56:21.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31242026-05-01T15:56:21.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31252026-05-01T15:56:21.313Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31262026-05-01T15:56:21.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31272026-05-01T15:56:21.404Z
31282026-05-01T15:56:21.404Zinfo: running `cargo check --bins` on oximeter-client (120/272)
31292026-05-01T15:56:21.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31302026-05-01T15:56:21.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31312026-05-01T15:56:21.914Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31322026-05-01T15:56:21.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31332026-05-01T15:56:22.006Z
31342026-05-01T15:56:22.006Zinfo: running `cargo check --bins` on repo-depot-client (121/272)
31352026-05-01T15:56:22.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31362026-05-01T15:56:22.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31372026-05-01T15:56:22.505Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31382026-05-01T15:56:22.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31392026-05-01T15:56:22.594Z
31402026-05-01T15:56:22.594Zinfo: running `cargo check --bins` on sled-agent-client (122/272)
31412026-05-01T15:56:23.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31422026-05-01T15:56:23.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31432026-05-01T15:56:23.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31442026-05-01T15:56:23.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31452026-05-01T15:56:23.205Z
31462026-05-01T15:56:23.205Zinfo: running `cargo check --bins` on wicketd-client (123/272)
31472026-05-01T15:56:23.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31482026-05-01T15:56:23.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31492026-05-01T15:56:23.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31502026-05-01T15:56:23.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31512026-05-01T15:56:23.829Z
31522026-05-01T15:56:23.829Zinfo: running `cargo check --bins` on installinator-common (124/272)
31532026-05-01T15:56:24.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31542026-05-01T15:56:24.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31552026-05-01T15:56:24.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31562026-05-01T15:56:24.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31572026-05-01T15:56:24.450Z
31582026-05-01T15:56:24.450Zinfo: running `cargo check --bins` on installinator-common-versions (125/272)
31592026-05-01T15:56:24.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31602026-05-01T15:56:24.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31612026-05-01T15:56:24.948Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31622026-05-01T15:56:24.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31632026-05-01T15:56:25.036Z
31642026-05-01T15:56:25.036Zinfo: running `cargo check --bins` on wicket-common (126/272)
31652026-05-01T15:56:25.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31662026-05-01T15:56:25.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31672026-05-01T15:56:25.553Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31682026-05-01T15:56:25.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31692026-05-01T15:56:25.648Z
31702026-05-01T15:56:25.648Zinfo: running `cargo check --bins` on omicron-cockroach-admin (127/272)
31712026-05-01T15:56:26.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31722026-05-01T15:56:26.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31732026-05-01T15:56:26.339Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31742026-05-01T15:56:26.454Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31752026-05-01T15:56:26.461Z Checking csv-core v0.1.13
31762026-05-01T15:56:26.468Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31772026-05-01T15:56:26.475Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31782026-05-01T15:56:26.484Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31792026-05-01T15:56:26.496Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31802026-05-01T15:56:26.507Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31812026-05-01T15:56:26.619Z Checking csv v1.4.0
31822026-05-01T15:56:26.636Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31832026-05-01T15:56:26.686Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31842026-05-01T15:56:26.719Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31852026-05-01T15:56:26.962Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31862026-05-01T15:56:27.332Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31872026-05-01T15:56:27.335Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31882026-05-01T15:56:27.645Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31892026-05-01T15:56:33.305Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31902026-05-01T15:56:33.845Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31912026-05-01T15:56:36.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.55s
31922026-05-01T15:56:36.398Z
31932026-05-01T15:56:36.398Zinfo: running `cargo check --bins` on cockroach-admin-api (128/272)
31942026-05-01T15:56:36.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31952026-05-01T15:56:36.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31962026-05-01T15:56:36.907Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31972026-05-01T15:56:36.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31982026-05-01T15:56:36.995Z
31992026-05-01T15:56:36.995Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (129/272)
32002026-05-01T15:56:37.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32012026-05-01T15:56:37.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32022026-05-01T15:56:37.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32032026-05-01T15:56:37.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32042026-05-01T15:56:37.679Z
32052026-05-01T15:56:37.679Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (130/272)
32062026-05-01T15:56:38.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32072026-05-01T15:56:38.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32082026-05-01T15:56:38.263Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32092026-05-01T15:56:38.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32102026-05-01T15:56:38.380Z
32112026-05-01T15:56:38.380Zinfo: running `cargo check --bins` on gateway-test-utils (131/272)
32122026-05-01T15:56:38.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32132026-05-01T15:56:38.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32142026-05-01T15:56:38.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32152026-05-01T15:56:38.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
32162026-05-01T15:56:39.051Z
32172026-05-01T15:56:39.052Zinfo: running `cargo check --bins` on omicron-gateway (132/272)
32182026-05-01T15:56:39.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32192026-05-01T15:56:39.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32202026-05-01T15:56:39.834Z Compiling typify-impl v0.6.1
32212026-05-01T15:56:39.975Z Compiling unsafe-libyaml v0.2.11
32222026-05-01T15:56:39.985Z Compiling semver v0.1.20
32232026-05-01T15:56:39.994Z Compiling radium v0.7.0
32242026-05-01T15:56:40.009Z Compiling pin-project-internal v1.1.11
32252026-05-01T15:56:40.021Z Compiling maybe-uninit v2.0.0
32262026-05-01T15:56:40.024Z Checking tap v1.0.1
32272026-05-01T15:56:40.139Z Checking wyz v0.5.1
32282026-05-01T15:56:40.258Z Compiling rustc_version v0.1.7
32292026-05-01T15:56:40.316Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32302026-05-01T15:56:40.340Z Compiling snafu-derive v0.8.9
32312026-05-01T15:56:40.449Z Compiling zerocopy-derive v0.6.6
32322026-05-01T15:56:40.480Z Compiling serde_yaml v0.9.34+deprecated
32332026-05-01T15:56:40.710Z Compiling newtype_derive v0.1.6
32342026-05-01T15:56:40.906Z Compiling packed_struct v0.10.1
32352026-05-01T15:56:41.103Z Checking same-file v1.0.6
32362026-05-01T15:56:41.139Z Checking pin-project v1.1.11
32372026-05-01T15:56:41.205Z Checking crc-catalog v2.4.0
32382026-05-01T15:56:41.228Z Compiling cancel-safe-futures v0.1.5
32392026-05-01T15:56:41.242Z Checking funty v2.0.0
32402026-05-01T15:56:41.283Z Compiling owo-colors v4.3.0
32412026-05-01T15:56:41.300Z Checking crc v3.4.0
32422026-05-01T15:56:41.457Z Checking zerocopy v0.6.6
32432026-05-01T15:56:41.480Z Checking walkdir v2.5.0
32442026-05-01T15:56:41.563Z Checking bitvec v1.0.1
32452026-05-01T15:56:41.715Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32462026-05-01T15:56:41.754Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32472026-05-01T15:56:41.757Z Checking globset v0.4.18
32482026-05-01T15:56:41.819Z Checking olpc-cjson v0.1.4
32492026-05-01T15:56:41.932Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32502026-05-01T15:56:41.959Z Checking pem v3.0.6
32512026-05-01T15:56:42.022Z Compiling packed_struct_codegen v0.10.1
32522026-05-01T15:56:42.093Z Checking libsw-core v0.3.2
32532026-05-01T15:56:42.120Z Checking serde_plain v1.0.2
32542026-05-01T15:56:42.189Z Compiling bitfield-macros v0.19.4
32552026-05-01T15:56:42.243Z Compiling indexmap v1.9.3
32562026-05-01T15:56:42.259Z Checking snafu v0.8.9
32572026-05-01T15:56:42.271Z Checking typed-path v0.9.3
32582026-05-01T15:56:42.284Z Checking nodrop v0.1.14
32592026-05-01T15:56:42.380Z Checking array-init v0.0.4
32602026-05-01T15:56:42.460Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32612026-05-01T15:56:42.501Z Checking libsw v3.5.0
32622026-05-01T15:56:42.660Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32632026-05-01T15:56:42.682Z Checking smallvec v0.6.14
32642026-05-01T15:56:42.862Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32652026-05-01T15:56:42.902Z Checking bitfield v0.19.4
32662026-05-01T15:56:42.918Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32672026-05-01T15:56:43.049Z Checking smawk v0.3.2
32682026-05-01T15:56:43.064Z Checking tough v0.20.0
32692026-05-01T15:56:43.131Z Checking unicode-linebreak v0.1.5
32702026-05-01T15:56:43.168Z Checking tagptr v0.2.0
32712026-05-01T15:56:43.183Z Checking hashbrown v0.12.3
32722026-05-01T15:56:43.280Z Checking base64 v0.21.7
32732026-05-01T15:56:43.313Z Checking linear-map v1.2.0
32742026-05-01T15:56:43.345Z Checking textwrap v0.16.2
32752026-05-01T15:56:43.438Z Checking moka v0.12.13
32762026-05-01T15:56:43.488Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32772026-05-01T15:56:43.521Z Checking ron v0.8.1
32782026-05-01T15:56:43.562Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32792026-05-01T15:56:43.733Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32802026-05-01T15:56:43.921Z Checking steno v0.4.1
32812026-05-01T15:56:44.038Z Checking serde-hex v0.1.0
32822026-05-01T15:56:44.071Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32832026-05-01T15:56:44.146Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32842026-05-01T15:56:44.236Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32852026-05-01T15:56:44.456Z Compiling typify-macro v0.6.1
32862026-05-01T15:56:44.538Z Checking hashbrown v0.13.2
32872026-05-01T15:56:44.760Z Checking humantime v2.3.0
32882026-05-01T15:56:44.812Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32892026-05-01T15:56:44.912Z Checking crc-any v2.5.0
32902026-05-01T15:56:44.946Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32912026-05-01T15:56:44.969Z Checking object v0.30.4
32922026-05-01T15:56:45.058Z Checking hickory-resolver v0.25.2
32932026-05-01T15:56:45.085Z Checking void v1.0.2
32942026-05-01T15:56:45.118Z Checking path-slash v0.1.5
32952026-05-01T15:56:45.147Z Checking half v1.8.3
32962026-05-01T15:56:45.194Z Checking utf-8 v0.7.6
32972026-05-01T15:56:45.226Z Checking lzss v0.8.2
32982026-05-01T15:56:45.334Z Checking tungstenite v0.23.0
32992026-05-01T15:56:45.352Z Checking serde_cbor v0.11.2
33002026-05-01T15:56:45.558Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33012026-05-01T15:56:45.592Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33022026-05-01T15:56:45.721Z Checking nix v0.27.1
33032026-05-01T15:56:45.740Z Checking kstat-rs v0.2.4
33042026-05-01T15:56:45.759Z Checking fxhash v0.2.1
33052026-05-01T15:56:45.788Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33062026-05-01T15:56:45.829Z Checking serde_bytes v0.11.19
33072026-05-01T15:56:45.885Z Checking tokio-tungstenite v0.23.1
33082026-05-01T15:56:45.935Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33092026-05-01T15:56:46.012Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33102026-05-01T15:56:46.150Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33112026-05-01T15:56:46.218Z Checking signal-hook-tokio v0.3.1
33122026-05-01T15:56:46.257Z Compiling typify v0.6.1
33132026-05-01T15:56:46.355Z Compiling progenitor-impl v0.13.0
33142026-05-01T15:56:47.215Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33152026-05-01T15:56:47.884Z Compiling progenitor-macro v0.13.0
33162026-05-01T15:56:48.110Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33172026-05-01T15:56:48.409Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
33182026-05-01T15:56:50.232Z Checking progenitor v0.13.0
33192026-05-01T15:56:50.351Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33202026-05-01T15:56:50.354Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33212026-05-01T15:56:53.378Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33222026-05-01T15:57:00.913Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33232026-05-01T15:57:07.164Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33242026-05-01T15:57:08.518Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33252026-05-01T15:57:09.012Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33262026-05-01T15:57:11.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.01s
33272026-05-01T15:57:11.265Z
33282026-05-01T15:57:11.265Zinfo: running `cargo check --bins` on gateway-api (133/272)
33292026-05-01T15:57:11.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33302026-05-01T15:57:11.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33312026-05-01T15:57:11.785Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33322026-05-01T15:57:11.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33332026-05-01T15:57:11.879Z
33342026-05-01T15:57:11.880Zinfo: running `cargo check --bins` on ipcc (134/272)
33352026-05-01T15:57:12.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33362026-05-01T15:57:12.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33372026-05-01T15:57:12.396Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33382026-05-01T15:57:12.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33392026-05-01T15:57:12.490Z
33402026-05-01T15:57:12.490Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (135/272)
33412026-05-01T15:57:12.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33422026-05-01T15:57:12.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33432026-05-01T15:57:12.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33442026-05-01T15:57:13.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33452026-05-01T15:57:13.088Z
33462026-05-01T15:57:13.088Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (136/272)
33472026-05-01T15:57:13.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33482026-05-01T15:57:13.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33492026-05-01T15:57:13.604Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33502026-05-01T15:57:13.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33512026-05-01T15:57:13.693Z
33522026-05-01T15:57:13.693Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (137/272)
33532026-05-01T15:57:14.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33542026-05-01T15:57:14.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33552026-05-01T15:57:14.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33562026-05-01T15:57:14.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33572026-05-01T15:57:14.300Z
33582026-05-01T15:57:14.300Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (138/272)
33592026-05-01T15:57:14.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33602026-05-01T15:57:14.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33612026-05-01T15:57:14.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33622026-05-01T15:57:14.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33632026-05-01T15:57:14.912Z
33642026-05-01T15:57:14.913Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (139/272)
33652026-05-01T15:57:15.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33662026-05-01T15:57:15.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33672026-05-01T15:57:15.428Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33682026-05-01T15:57:15.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33692026-05-01T15:57:15.522Z
33702026-05-01T15:57:15.522Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (140/272)
33712026-05-01T15:57:16.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33722026-05-01T15:57:16.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33732026-05-01T15:57:16.030Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33742026-05-01T15:57:16.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33752026-05-01T15:57:16.124Z
33762026-05-01T15:57:16.124Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (141/272)
33772026-05-01T15:57:16.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33782026-05-01T15:57:16.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33792026-05-01T15:57:16.632Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33802026-05-01T15:57:16.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33812026-05-01T15:57:16.727Z
33822026-05-01T15:57:16.727Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (142/272)
33832026-05-01T15:57:17.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33842026-05-01T15:57:17.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33852026-05-01T15:57:17.237Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33862026-05-01T15:57:17.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33872026-05-01T15:57:17.333Z
33882026-05-01T15:57:17.333Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (143/272)
33892026-05-01T15:57:17.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33902026-05-01T15:57:17.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33912026-05-01T15:57:17.842Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33922026-05-01T15:57:17.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33932026-05-01T15:57:17.933Z
33942026-05-01T15:57:17.933Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (144/272)
33952026-05-01T15:57:18.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33962026-05-01T15:57:18.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33972026-05-01T15:57:18.442Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33982026-05-01T15:57:18.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33992026-05-01T15:57:18.536Z
34002026-05-01T15:57:18.536Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (145/272)
34012026-05-01T15:57:19.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34022026-05-01T15:57:19.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34032026-05-01T15:57:19.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34042026-05-01T15:57:19.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34052026-05-01T15:57:19.145Z
34062026-05-01T15:57:19.145Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (146/272)
34072026-05-01T15:57:19.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34082026-05-01T15:57:19.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34092026-05-01T15:57:19.659Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34102026-05-01T15:57:19.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34112026-05-01T15:57:19.755Z
34122026-05-01T15:57:19.755Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (147/272)
34132026-05-01T15:57:20.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34142026-05-01T15:57:20.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34152026-05-01T15:57:20.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34162026-05-01T15:57:20.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34172026-05-01T15:57:20.366Z
34182026-05-01T15:57:20.366Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (148/272)
34192026-05-01T15:57:20.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34202026-05-01T15:57:20.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34212026-05-01T15:57:20.881Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34222026-05-01T15:57:20.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34232026-05-01T15:57:20.977Z
34242026-05-01T15:57:20.977Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (149/272)
34252026-05-01T15:57:21.488Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34262026-05-01T15:57:21.491Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34272026-05-01T15:57:21.491Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34282026-05-01T15:57:21.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34292026-05-01T15:57:21.587Z
34302026-05-01T15:57:21.587Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (150/272)
34312026-05-01T15:57:22.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34322026-05-01T15:57:22.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34332026-05-01T15:57:22.100Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34342026-05-01T15:57:22.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34352026-05-01T15:57:22.196Z
34362026-05-01T15:57:22.196Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (151/272)
34372026-05-01T15:57:22.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34382026-05-01T15:57:22.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34392026-05-01T15:57:22.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34402026-05-01T15:57:22.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34412026-05-01T15:57:22.805Z
34422026-05-01T15:57:22.805Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (152/272)
34432026-05-01T15:57:23.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34442026-05-01T15:57:23.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34452026-05-01T15:57:23.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34462026-05-01T15:57:23.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34472026-05-01T15:57:23.415Z
34482026-05-01T15:57:23.415Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (153/272)
34492026-05-01T15:57:23.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34502026-05-01T15:57:23.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34512026-05-01T15:57:23.932Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34522026-05-01T15:57:23.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34532026-05-01T15:57:24.028Z
34542026-05-01T15:57:24.028Zinfo: running `cargo check --bins` on oximeter-producer (154/272)
34552026-05-01T15:57:24.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34562026-05-01T15:57:24.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34572026-05-01T15:57:24.571Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34582026-05-01T15:57:24.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34592026-05-01T15:57:24.675Z
34602026-05-01T15:57:24.675Zinfo: running `cargo check --bins` on internal-dns-resolver (155/272)
34612026-05-01T15:57:25.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34622026-05-01T15:57:25.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34632026-05-01T15:57:25.190Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34642026-05-01T15:57:25.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34652026-05-01T15:57:25.287Z
34662026-05-01T15:57:25.287Zinfo: running `cargo check --bins` on dns-server (156/272)
34672026-05-01T15:57:25.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34682026-05-01T15:57:25.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34692026-05-01T15:57:25.940Z Compiling parking_lot_core v0.8.6
34702026-05-01T15:57:25.940Z Compiling git-stub v1.0.0
34712026-05-01T15:57:25.944Z Compiling atomicwrites v0.4.4
34722026-05-01T15:57:25.944Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34732026-05-01T15:57:26.047Z Checking prefix-trie v0.7.0
34742026-05-01T15:57:26.171Z Compiling git-stub-vcs v0.1.0
34752026-05-01T15:57:26.358Z Checking hickory-server v0.25.2
34762026-05-01T15:57:26.449Z Checking parking_lot v0.11.2
34772026-05-01T15:57:26.453Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34782026-05-01T15:57:26.521Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34792026-05-01T15:57:26.521Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34802026-05-01T15:57:26.626Z Checking sled v0.34.7
34812026-05-01T15:57:28.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
34822026-05-01T15:57:28.708Z
34832026-05-01T15:57:28.708Zinfo: running `cargo check --bins` on dns-server-api (157/272)
34842026-05-01T15:57:29.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34852026-05-01T15:57:29.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34862026-05-01T15:57:29.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34872026-05-01T15:57:29.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34882026-05-01T15:57:29.306Z
34892026-05-01T15:57:29.306Zinfo: running `cargo check --bins` on oximeter-producer-api (158/272)
34902026-05-01T15:57:29.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34912026-05-01T15:57:29.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34922026-05-01T15:57:29.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34932026-05-01T15:57:29.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34942026-05-01T15:57:29.912Z
34952026-05-01T15:57:29.912Zinfo: running `cargo check --bins` on sp-sim (159/272)
34962026-05-01T15:57:30.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34972026-05-01T15:57:30.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34982026-05-01T15:57:30.636Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34992026-05-01T15:57:32.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.46s
35002026-05-01T15:57:32.574Z
35012026-05-01T15:57:32.574Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (160/272)
35022026-05-01T15:57:33.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35032026-05-01T15:57:33.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35042026-05-01T15:57:33.126Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35052026-05-01T15:57:33.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35062026-05-01T15:57:33.226Z
35072026-05-01T15:57:33.226Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (161/272)
35082026-05-01T15:57:33.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35092026-05-01T15:57:33.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35102026-05-01T15:57:33.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35112026-05-01T15:57:33.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35122026-05-01T15:57:33.875Z
35132026-05-01T15:57:33.875Zinfo: running `cargo check --bins` on db-macros (162/272)
35142026-05-01T15:57:34.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35152026-05-01T15:57:34.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35162026-05-01T15:57:34.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35172026-05-01T15:57:34.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35182026-05-01T15:57:34.464Z
35192026-05-01T15:57:34.464Zinfo: running `cargo check --bins` on nexus-macros-common (163/272)
35202026-05-01T15:57:34.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35212026-05-01T15:57:34.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35222026-05-01T15:57:34.966Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35232026-05-01T15:57:34.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35242026-05-01T15:57:35.057Z
35252026-05-01T15:57:35.057Zinfo: running `cargo check --bins` on nexus-auth (164/272)
35262026-05-01T15:57:35.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35272026-05-01T15:57:35.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35282026-05-01T15:57:35.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35292026-05-01T15:57:35.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35302026-05-01T15:57:35.714Z
35312026-05-01T15:57:35.714Zinfo: running `cargo check --bins` on authz-macros (165/272)
35322026-05-01T15:57:36.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35332026-05-01T15:57:36.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35342026-05-01T15:57:36.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35352026-05-01T15:57:36.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35362026-05-01T15:57:36.305Z
35372026-05-01T15:57:36.305Zinfo: running `cargo check --bins` on nexus-db-fixed-data (166/272)
35382026-05-01T15:57:36.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35392026-05-01T15:57:36.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35402026-05-01T15:57:36.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35412026-05-01T15:57:36.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35422026-05-01T15:57:36.955Z
35432026-05-01T15:57:36.955Zinfo: running `cargo check --bins` on nexus-db-model (167/272)
35442026-05-01T15:57:37.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35452026-05-01T15:57:37.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35462026-05-01T15:57:37.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35472026-05-01T15:57:37.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35482026-05-01T15:57:37.601Z
35492026-05-01T15:57:37.601Zinfo: running `cargo check --bins` on nexus-db-schema (168/272)
35502026-05-01T15:57:38.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35512026-05-01T15:57:38.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35522026-05-01T15:57:38.104Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35532026-05-01T15:57:38.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35542026-05-01T15:57:38.196Z
35552026-05-01T15:57:38.196Zinfo: running `cargo check --bins` on omicron-rpaths (169/272)
35562026-05-01T15:57:38.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35572026-05-01T15:57:38.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35582026-05-01T15:57:38.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35592026-05-01T15:57:38.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35602026-05-01T15:57:38.786Z
35612026-05-01T15:57:38.786Zinfo: running `cargo check --bins` on nexus-defaults (170/272)
35622026-05-01T15:57:39.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35632026-05-01T15:57:39.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35642026-05-01T15:57:39.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35652026-05-01T15:57:39.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35662026-05-01T15:57:39.389Z
35672026-05-01T15:57:39.389Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (171/272)
35682026-05-01T15:57:39.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35692026-05-01T15:57:39.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35702026-05-01T15:57:39.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35712026-05-01T15:57:39.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35722026-05-01T15:57:39.980Z
35732026-05-01T15:57:39.980Zinfo: running `cargo check --bins` on parallel-task-set (172/272)
35742026-05-01T15:57:40.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35752026-05-01T15:57:40.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35762026-05-01T15:57:40.476Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35772026-05-01T15:57:40.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35782026-05-01T15:57:40.566Z
35792026-05-01T15:57:40.566Zinfo: running `cargo check --bins` on nexus-db-errors (173/272)
35802026-05-01T15:57:41.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35812026-05-01T15:57:41.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35822026-05-01T15:57:41.118Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35832026-05-01T15:57:41.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35842026-05-01T15:57:41.224Z
35852026-05-01T15:57:41.224Zinfo: running `cargo check --bins` on nexus-db-lookup (174/272)
35862026-05-01T15:57:41.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35872026-05-01T15:57:41.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35882026-05-01T15:57:41.776Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35892026-05-01T15:57:41.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35902026-05-01T15:57:41.883Z
35912026-05-01T15:57:41.883Zinfo: running `cargo check --bins` on nexus-inventory (175/272)
35922026-05-01T15:57:42.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35932026-05-01T15:57:42.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35942026-05-01T15:57:42.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35952026-05-01T15:57:42.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35962026-05-01T15:57:42.527Z
35972026-05-01T15:57:42.527Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (176/272)
35982026-05-01T15:57:43.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35992026-05-01T15:57:43.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36002026-05-01T15:57:43.054Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36012026-05-01T15:57:43.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36022026-05-01T15:57:43.151Z
36032026-05-01T15:57:43.151Zinfo: running `cargo check --bins --no-default-features` on sled-storage (177/272)
36042026-05-01T15:57:43.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36052026-05-01T15:57:43.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36062026-05-01T15:57:43.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36072026-05-01T15:57:43.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36082026-05-01T15:57:43.768Z
36092026-05-01T15:57:43.768Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (178/272)
36102026-05-01T15:57:44.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36112026-05-01T15:57:44.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36122026-05-01T15:57:44.290Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36132026-05-01T15:57:44.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36142026-05-01T15:57:44.387Z
36152026-05-01T15:57:44.387Zinfo: running `cargo check --bins` on key-manager (179/272)
36162026-05-01T15:57:44.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36172026-05-01T15:57:44.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36182026-05-01T15:57:44.898Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36192026-05-01T15:57:44.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36202026-05-01T15:57:44.991Z
36212026-05-01T15:57:44.991Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (180/272)
36222026-05-01T15:57:45.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36232026-05-01T15:57:45.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36242026-05-01T15:57:45.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36252026-05-01T15:57:45.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36262026-05-01T15:57:45.612Z
36272026-05-01T15:57:45.612Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (181/272)
36282026-05-01T15:57:46.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36292026-05-01T15:57:46.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36302026-05-01T15:57:46.138Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36312026-05-01T15:57:46.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36322026-05-01T15:57:46.237Z
36332026-05-01T15:57:46.237Zinfo: running `cargo check --bins` on typed-rng (182/272)
36342026-05-01T15:57:46.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36352026-05-01T15:57:46.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36362026-05-01T15:57:46.732Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36372026-05-01T15:57:46.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36382026-05-01T15:57:46.820Z
36392026-05-01T15:57:46.820Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (183/272)
36402026-05-01T15:57:47.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36412026-05-01T15:57:47.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36422026-05-01T15:57:47.670Z Compiling typify-impl v0.4.3
36432026-05-01T15:57:47.673Z Compiling libefi-sys v0.1.0
36442026-05-01T15:57:47.673Z Compiling bitfield-struct v0.6.2
36452026-05-01T15:57:47.821Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36462026-05-01T15:57:47.830Z Compiling xshell-macros v0.2.7
36472026-05-01T15:57:47.843Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36482026-05-01T15:57:47.858Z Compiling salty v0.3.0
36492026-05-01T15:57:47.890Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36502026-05-01T15:57:48.019Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36512026-05-01T15:57:48.173Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36522026-05-01T15:57:48.188Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36532026-05-01T15:57:48.202Z Checking xshell v0.2.7
36542026-05-01T15:57:48.327Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36552026-05-01T15:57:48.394Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36562026-05-01T15:57:48.439Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36572026-05-01T15:57:48.483Z Checking primeorder v0.13.6
36582026-05-01T15:57:48.563Z Compiling proc-macro-error-attr2 v2.0.0
36592026-05-01T15:57:48.678Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36602026-05-01T15:57:48.718Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36612026-05-01T15:57:48.733Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36622026-05-01T15:57:48.915Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36632026-05-01T15:57:48.950Z Checking tungstenite v0.21.0
36642026-05-01T15:57:48.964Z Compiling proc-macro-error2 v2.0.1
36652026-05-01T15:57:48.978Z Checking p384 v0.13.1
36662026-05-01T15:57:49.014Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36672026-05-01T15:57:49.379Z Compiling num-derive v0.3.3
36682026-05-01T15:57:49.401Z Compiling unicase v2.9.0
36692026-05-01T15:57:49.610Z Checking compression-core v0.4.31
36702026-05-01T15:57:49.680Z Compiling mime_guess v2.0.5
36712026-05-01T15:57:49.699Z Checking tokio-tungstenite v0.21.0
36722026-05-01T15:57:49.743Z Checking compression-codecs v0.4.37
36732026-05-01T15:57:49.768Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36742026-05-01T15:57:49.919Z Compiling tabled_derive v0.11.0
36752026-05-01T15:57:49.984Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36762026-05-01T15:57:50.182Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36772026-05-01T15:57:50.280Z Checking libscf-sys v1.1.0
36782026-05-01T15:57:50.423Z Checking papergrid v0.17.0
36792026-05-01T15:57:50.426Z Checking testing_table v0.3.0
36802026-05-01T15:57:50.504Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36812026-05-01T15:57:50.537Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36822026-05-01T15:57:50.710Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36832026-05-01T15:57:50.967Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36842026-05-01T15:57:51.070Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36852026-05-01T15:57:51.146Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36862026-05-01T15:57:51.224Z Checking toml_datetime v1.0.0+spec-1.1.0
36872026-05-01T15:57:51.280Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36882026-05-01T15:57:51.341Z Compiling dropshot v0.17.0
36892026-05-01T15:57:51.357Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36902026-05-01T15:57:51.433Z Checking corncobs v0.1.4
36912026-05-01T15:57:51.498Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36922026-05-01T15:57:51.529Z Checking toml v1.0.6+spec-1.1.0
36932026-05-01T15:57:51.571Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36942026-05-01T15:57:51.605Z Checking tabled v0.20.0
36952026-05-01T15:57:51.624Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36962026-05-01T15:57:51.673Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36972026-05-01T15:57:51.828Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36982026-05-01T15:57:51.844Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36992026-05-01T15:57:51.992Z Checking async-compression v0.4.41
37002026-05-01T15:57:52.034Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37012026-05-01T15:57:52.121Z Checking progenitor-client v0.11.2
37022026-05-01T15:57:52.247Z Compiling dropshot_endpoint v0.17.0
37032026-05-01T15:57:52.300Z Compiling typify-macro v0.4.3
37042026-05-01T15:57:52.315Z Checking secrecy v0.8.0
37052026-05-01T15:57:52.356Z Checking filetime v0.2.27
37062026-05-01T15:57:52.385Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37072026-05-01T15:57:52.436Z Checking xattr v1.6.1
37082026-05-01T15:57:52.492Z Checking http-range v0.1.5
37092026-05-01T15:57:52.569Z Checking tar v0.4.45
37102026-05-01T15:57:52.866Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37112026-05-01T15:57:53.095Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37122026-05-01T15:57:53.195Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37132026-05-01T15:57:53.535Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
37142026-05-01T15:57:53.600Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
37152026-05-01T15:57:53.636Z Checking atty v0.2.14
37162026-05-01T15:57:53.740Z Checking crc8 v0.1.1
37172026-05-01T15:57:53.845Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37182026-05-01T15:57:54.013Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
37192026-05-01T15:57:54.029Z Compiling typify v0.4.3
37202026-05-01T15:57:54.182Z Compiling progenitor-impl v0.11.2
37212026-05-01T15:57:54.236Z Compiling progenitor-impl v0.10.0
37222026-05-01T15:57:54.540Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37232026-05-01T15:57:54.687Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37242026-05-01T15:57:54.720Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37252026-05-01T15:57:54.973Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37262026-05-01T15:57:55.053Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37272026-05-01T15:57:55.216Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37282026-05-01T15:57:55.219Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
37292026-05-01T15:57:55.463Z Checking hyper-staticfile v0.10.1
37302026-05-01T15:57:55.501Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37312026-05-01T15:57:55.533Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37322026-05-01T15:57:55.762Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37332026-05-01T15:57:55.778Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
37342026-05-01T15:57:55.926Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37352026-05-01T15:57:55.943Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37362026-05-01T15:57:56.136Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37372026-05-01T15:57:56.428Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37382026-05-01T15:57:56.715Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37392026-05-01T15:57:56.732Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37402026-05-01T15:57:56.920Z Compiling progenitor-macro v0.11.2
37412026-05-01T15:57:56.952Z Compiling progenitor-macro v0.10.0
37422026-05-01T15:57:57.014Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
37432026-05-01T15:57:57.286Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37442026-05-01T15:57:59.821Z Checking progenitor v0.11.2
37452026-05-01T15:57:59.857Z Checking progenitor v0.10.0
37462026-05-01T15:57:59.957Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37472026-05-01T15:57:59.991Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37482026-05-01T15:58:04.699Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37492026-05-01T15:58:15.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.91s
37502026-05-01T15:58:15.970Z
37512026-05-01T15:58:15.970Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (184/272)
37522026-05-01T15:58:16.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37532026-05-01T15:58:16.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37542026-05-01T15:58:16.755Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37552026-05-01T15:58:27.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.89s
37562026-05-01T15:58:28.088Z
37572026-05-01T15:58:28.088Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (185/272)
37582026-05-01T15:58:28.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37592026-05-01T15:58:28.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37602026-05-01T15:58:28.885Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37612026-05-01T15:58:39.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.84s
37622026-05-01T15:58:40.161Z
37632026-05-01T15:58:40.161Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (186/272)
37642026-05-01T15:58:40.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37652026-05-01T15:58:40.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37662026-05-01T15:58:40.947Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37672026-05-01T15:58:52.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.90s
37682026-05-01T15:58:52.298Z
37692026-05-01T15:58:52.298Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (187/272)
37702026-05-01T15:58:52.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37712026-05-01T15:58:52.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37722026-05-01T15:58:53.082Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37732026-05-01T15:59:04.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.95s
37742026-05-01T15:59:04.483Z
37752026-05-01T15:59:04.483Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (188/272)
37762026-05-01T15:59:05.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37772026-05-01T15:59:05.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37782026-05-01T15:59:05.273Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37792026-05-01T15:59:16.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.88s
37802026-05-01T15:59:16.587Z
37812026-05-01T15:59:16.588Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (189/272)
37822026-05-01T15:59:17.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37832026-05-01T15:59:17.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37842026-05-01T15:59:17.370Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37852026-05-01T15:59:28.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.94s
37862026-05-01T15:59:28.759Z
37872026-05-01T15:59:28.759Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (190/272)
37882026-05-01T15:59:29.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37892026-05-01T15:59:29.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37902026-05-01T15:59:29.546Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37912026-05-01T15:59:40.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.99s
37922026-05-01T15:59:40.965Z
37932026-05-01T15:59:40.965Zinfo: running `cargo check --bins` on bootstrap-agent-api (191/272)
37942026-05-01T15:59:41.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37952026-05-01T15:59:41.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37962026-05-01T15:59:41.482Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37972026-05-01T15:59:41.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37982026-05-01T15:59:41.573Z
37992026-05-01T15:59:41.573Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (192/272)
38002026-05-01T15:59:42.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38012026-05-01T15:59:42.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38022026-05-01T15:59:42.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38032026-05-01T15:59:42.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38042026-05-01T15:59:42.190Z
38052026-05-01T15:59:42.190Zinfo: running `cargo check --bins` on range-requests (193/272)
38062026-05-01T15:59:42.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38072026-05-01T15:59:42.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38082026-05-01T15:59:42.701Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38092026-05-01T15:59:42.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38102026-05-01T15:59:42.790Z
38112026-05-01T15:59:42.790Zinfo: running `cargo check --bins` on repo-depot-api (194/272)
38122026-05-01T15:59:43.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38132026-05-01T15:59:43.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38142026-05-01T15:59:43.300Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38152026-05-01T15:59:43.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38162026-05-01T15:59:43.394Z
38172026-05-01T15:59:43.394Zinfo: running `cargo check --bins` on sled-agent-api (195/272)
38182026-05-01T15:59:43.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38192026-05-01T15:59:43.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38202026-05-01T15:59:43.921Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38212026-05-01T15:59:43.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38222026-05-01T15:59:44.018Z
38232026-05-01T15:59:44.018Zinfo: running `cargo check --bins` on sled-diagnostics (196/272)
38242026-05-01T15:59:44.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38252026-05-01T15:59:44.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38262026-05-01T15:59:44.546Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38272026-05-01T15:59:44.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38282026-05-01T15:59:44.644Z
38292026-05-01T15:59:44.644Zinfo: running `cargo check --bins` on zfs-test-harness (197/272)
38302026-05-01T15:59:45.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38312026-05-01T15:59:45.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38322026-05-01T15:59:45.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38332026-05-01T15:59:45.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38342026-05-01T15:59:45.273Z
38352026-05-01T15:59:45.273Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (198/272)
38362026-05-01T15:59:45.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38372026-05-01T15:59:45.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38382026-05-01T15:59:45.801Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38392026-05-01T15:59:45.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38402026-05-01T15:59:45.902Z
38412026-05-01T15:59:45.902Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (199/272)
38422026-05-01T15:59:46.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38432026-05-01T15:59:46.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38442026-05-01T15:59:46.434Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38452026-05-01T15:59:46.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38462026-05-01T15:59:46.532Z
38472026-05-01T15:59:46.532Zinfo: running `cargo check --bins` on sled-agent-health-monitor (200/272)
38482026-05-01T15:59:47.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38492026-05-01T15:59:47.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38502026-05-01T15:59:47.057Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38512026-05-01T15:59:47.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38522026-05-01T15:59:47.155Z
38532026-05-01T15:59:47.155Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (201/272)
38542026-05-01T15:59:47.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38552026-05-01T15:59:47.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38562026-05-01T15:59:47.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38572026-05-01T15:59:47.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38582026-05-01T15:59:47.780Z
38592026-05-01T15:59:47.780Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (202/272)
38602026-05-01T15:59:48.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38612026-05-01T15:59:48.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38622026-05-01T15:59:48.307Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38632026-05-01T15:59:48.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38642026-05-01T15:59:48.405Z
38652026-05-01T15:59:48.405Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (203/272)
38662026-05-01T15:59:48.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38672026-05-01T15:59:48.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38682026-05-01T15:59:48.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38692026-05-01T15:59:48.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38702026-05-01T15:59:49.035Z
38712026-05-01T15:59:49.035Zinfo: running `cargo check --bins` on transient-dns-server (204/272)
38722026-05-01T15:59:49.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38732026-05-01T15:59:49.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38742026-05-01T15:59:49.552Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38752026-05-01T15:59:49.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38762026-05-01T15:59:49.648Z
38772026-05-01T15:59:49.648Zinfo: running `cargo check --bins` on trust-quorum (205/272)
38782026-05-01T15:59:50.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38792026-05-01T15:59:50.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38802026-05-01T15:59:50.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38812026-05-01T15:59:50.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38822026-05-01T15:59:50.284Z
38832026-05-01T15:59:50.284Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (206/272)
38842026-05-01T15:59:50.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38852026-05-01T15:59:50.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38862026-05-01T15:59:50.827Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38872026-05-01T15:59:50.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38882026-05-01T15:59:50.925Z
38892026-05-01T15:59:50.925Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (207/272)
38902026-05-01T15:59:51.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38912026-05-01T15:59:51.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38922026-05-01T15:59:51.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38932026-05-01T15:59:51.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38942026-05-01T15:59:51.583Z
38952026-05-01T15:59:51.583Zinfo: running `cargo check --bins` on update-common (208/272)
38962026-05-01T15:59:52.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38972026-05-01T15:59:52.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38982026-05-01T15:59:52.103Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38992026-05-01T15:59:52.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39002026-05-01T15:59:52.196Z
39012026-05-01T15:59:52.196Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (209/272)
39022026-05-01T15:59:52.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39032026-05-01T15:59:52.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39042026-05-01T15:59:52.755Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39052026-05-01T15:59:52.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39062026-05-01T15:59:52.856Z
39072026-05-01T15:59:52.856Zinfo: running `cargo check --bins` on reconfigurator-cli (210/272)
39082026-05-01T15:59:53.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39092026-05-01T15:59:53.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39102026-05-01T15:59:53.623Z Compiling fs-err v2.11.0
39112026-05-01T15:59:53.627Z Checking ignore v0.4.25
39122026-05-01T15:59:53.627Z Checking arc-swap v1.8.2
39132026-05-01T15:59:53.758Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
39142026-05-01T15:59:53.761Z Checking predicates-tree v1.0.13
39152026-05-01T15:59:53.761Z Checking parse-size v1.1.0
39162026-05-01T15:59:53.787Z Checking rand_seeder v0.4.0
39172026-05-01T15:59:53.790Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
39182026-05-01T15:59:53.876Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39192026-05-01T15:59:53.876Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39202026-05-01T15:59:53.932Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39212026-05-01T15:59:53.954Z Checking slog-scope v4.4.1
39222026-05-01T15:59:54.077Z Compiling petname v2.0.2
39232026-05-01T15:59:54.094Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39242026-05-01T15:59:54.130Z Checking slog-stdlog v4.1.1
39252026-05-01T15:59:54.130Z Checking globwalk v0.9.1
39262026-05-01T15:59:54.189Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39272026-05-01T15:59:54.255Z Checking slog-envlogger v2.2.0
39282026-05-01T15:59:54.322Z Checking camino-tempfile-ext v0.3.3
39292026-05-01T15:59:54.337Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
39302026-05-01T15:59:54.407Z Checking sapling-renderdag v0.1.0
39312026-05-01T15:59:54.504Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39322026-05-01T15:59:54.518Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39332026-05-01T15:59:54.648Z Checking subprocess v0.2.15
39342026-05-01T15:59:54.669Z Checking sync-ptr v0.1.4
39352026-05-01T15:59:54.719Z Checking colored v2.2.0
39362026-05-01T15:59:54.788Z Checking assert_matches v1.5.0
39372026-05-01T15:59:54.871Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39382026-05-01T15:59:54.928Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39392026-05-01T15:59:55.021Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39402026-05-01T15:59:55.021Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39412026-05-01T15:59:55.617Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39422026-05-01T15:59:56.908Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39432026-05-01T15:59:59.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.24s
39442026-05-01T15:59:59.298Z
39452026-05-01T15:59:59.298Zinfo: running `cargo check --bins` on omicron-repl-utils (211/272)
39462026-05-01T15:59:59.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39472026-05-01T15:59:59.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39482026-05-01T15:59:59.803Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39492026-05-01T15:59:59.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39502026-05-01T15:59:59.887Z
39512026-05-01T15:59:59.887Zinfo: running `cargo check --bins` on nexus-test-interface (212/272)
39522026-05-01T16:00:00.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39532026-05-01T16:00:00.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39542026-05-01T16:00:00.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39552026-05-01T16:00:00.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39562026-05-01T16:00:00.545Z
39572026-05-01T16:00:00.545Zinfo: running `cargo check --bins` on oximeter-collector (213/272)
39582026-05-01T16:00:01.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39592026-05-01T16:00:01.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39602026-05-01T16:00:01.276Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39612026-05-01T16:00:01.279Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39622026-05-01T16:00:01.924Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39632026-05-01T16:00:03.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.94s
39642026-05-01T16:00:03.697Z
39652026-05-01T16:00:03.698Zinfo: running `cargo check --bins` on oximeter-api (214/272)
39662026-05-01T16:00:04.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39672026-05-01T16:00:04.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39682026-05-01T16:00:04.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39692026-05-01T16:00:04.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39702026-05-01T16:00:04.298Z
39712026-05-01T16:00:04.298Zinfo: running `cargo check --bins` on cert-dev (215/272)
39722026-05-01T16:00:04.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39732026-05-01T16:00:04.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39742026-05-01T16:00:04.911Z Checking yasna v0.5.2
39752026-05-01T16:00:05.316Z Checking rcgen v0.12.1
39762026-05-01T16:00:05.569Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39772026-05-01T16:00:05.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
39782026-05-01T16:00:05.942Z
39792026-05-01T16:00:05.942Zinfo: running `cargo check --bins` on clickana (216/272)
39802026-05-01T16:00:06.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39812026-05-01T16:00:06.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39822026-05-01T16:00:06.591Z Compiling darling_core v0.23.0
39832026-05-01T16:00:06.700Z Compiling instability v0.3.11
39842026-05-01T16:00:06.706Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39852026-05-01T16:00:06.709Z Checking castaway v0.2.4
39862026-05-01T16:00:06.709Z Compiling indoc v2.0.7
39872026-05-01T16:00:06.726Z Checking unicode-truncate v1.1.0
39882026-05-01T16:00:06.737Z Checking lru v0.12.5
39892026-05-01T16:00:06.744Z Checking cassowary v0.3.0
39902026-05-01T16:00:06.807Z Checking compact_str v0.8.1
39912026-05-01T16:00:07.670Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39922026-05-01T16:00:07.856Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39932026-05-01T16:00:08.114Z Compiling darling_macro v0.23.0
39942026-05-01T16:00:08.526Z Compiling darling v0.23.0
39952026-05-01T16:00:09.130Z Checking ratatui v0.29.0
39962026-05-01T16:00:10.192Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39972026-05-01T16:00:10.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.92s
39982026-05-01T16:00:11.051Z
39992026-05-01T16:00:11.051Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (217/272)
40002026-05-01T16:00:11.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40012026-05-01T16:00:11.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40022026-05-01T16:00:11.777Z Checking headers-core v0.3.0
40032026-05-01T16:00:11.779Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
40042026-05-01T16:00:11.975Z Checking headers v0.4.1
40052026-05-01T16:00:12.350Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40062026-05-01T16:00:13.191Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
40072026-05-01T16:00:13.682Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
40082026-05-01T16:00:14.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.03s
40092026-05-01T16:00:14.289Z
40102026-05-01T16:00:14.289Zinfo: running `cargo check --bins` on ch-dev (218/272)
40112026-05-01T16:00:14.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40122026-05-01T16:00:14.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40132026-05-01T16:00:15.012Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
40142026-05-01T16:00:15.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
40152026-05-01T16:00:15.965Z
40162026-05-01T16:00:15.965Zinfo: running `cargo check --bins` on dev-tools-common (219/272)
40172026-05-01T16:00:16.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40182026-05-01T16:00:16.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40192026-05-01T16:00:16.379Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40202026-05-01T16:00:16.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
40212026-05-01T16:00:16.437Z
40222026-05-01T16:00:16.437Zinfo: running `cargo check --bins` on crdb-seed (220/272)
40232026-05-01T16:00:16.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40242026-05-01T16:00:16.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40252026-05-01T16:00:17.157Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40262026-05-01T16:00:18.151Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40272026-05-01T16:00:18.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.03s
40282026-05-01T16:00:18.728Z
40292026-05-01T16:00:18.729Zinfo: running `cargo check --bins` on db-dev (221/272)
40302026-05-01T16:00:19.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40312026-05-01T16:00:19.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40322026-05-01T16:00:19.413Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40332026-05-01T16:00:20.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
40342026-05-01T16:00:20.363Z
40352026-05-01T16:00:20.363Zinfo: running `cargo check --bins` on omicron-dev-lib (222/272)
40362026-05-01T16:00:20.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40372026-05-01T16:00:20.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40382026-05-01T16:00:20.908Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40392026-05-01T16:00:20.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40402026-05-01T16:00:21.007Z
40412026-05-01T16:00:21.007Zinfo: running `cargo check --bins` on xtask-downloader (223/272)
40422026-05-01T16:00:21.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40432026-05-01T16:00:21.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40442026-05-01T16:00:21.623Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40452026-05-01T16:00:22.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
40462026-05-01T16:00:22.486Z
40472026-05-01T16:00:22.486Zinfo: running `cargo check --bins` on omicron-dropshot-apis (224/272)
40482026-05-01T16:00:23.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40492026-05-01T16:00:23.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40502026-05-01T16:00:23.235Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40512026-05-01T16:00:23.236Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40522026-05-01T16:00:23.243Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
40532026-05-01T16:00:23.243Z Checking git-stub v1.0.0
40542026-05-01T16:00:23.243Z Compiling trait-variant v0.1.2
40552026-05-01T16:00:23.243Z Checking is_ci v1.2.0
40562026-05-01T16:00:23.366Z Checking maplit v1.0.2
40572026-05-01T16:00:23.382Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40582026-05-01T16:00:23.435Z Checking supports-color v3.0.2
40592026-05-01T16:00:23.476Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40602026-05-01T16:00:23.500Z Checking git-stub-vcs v0.1.0
40612026-05-01T16:00:23.557Z Checking drift v0.1.3
40622026-05-01T16:00:23.620Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40632026-05-01T16:00:23.685Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40642026-05-01T16:00:23.699Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40652026-05-01T16:00:23.847Z Checking dropshot-api-manager v0.6.0
40662026-05-01T16:00:23.884Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
40672026-05-01T16:00:23.899Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40682026-05-01T16:00:23.916Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40692026-05-01T16:00:24.099Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40702026-05-01T16:00:24.128Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40712026-05-01T16:00:24.313Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
40722026-05-01T16:00:24.624Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40732026-05-01T16:00:29.558Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40742026-05-01T16:00:30.640Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40752026-05-01T16:00:31.203Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40762026-05-01T16:00:31.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.13s
40772026-05-01T16:00:31.824Z
40782026-05-01T16:00:31.824Zinfo: running `cargo check --bins` on installinator-api (225/272)
40792026-05-01T16:00:32.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40802026-05-01T16:00:32.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40812026-05-01T16:00:32.336Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40822026-05-01T16:00:32.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40832026-05-01T16:00:32.430Z
40842026-05-01T16:00:32.430Zinfo: running `cargo check --bins` on nexus-external-api (226/272)
40852026-05-01T16:00:32.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40862026-05-01T16:00:32.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40872026-05-01T16:00:32.982Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40882026-05-01T16:00:32.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40892026-05-01T16:00:33.084Z
40902026-05-01T16:00:33.084Zinfo: running `cargo check --bins` on nexus-internal-api (227/272)
40912026-05-01T16:00:33.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40922026-05-01T16:00:33.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40932026-05-01T16:00:33.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40942026-05-01T16:00:33.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40952026-05-01T16:00:33.727Z
40962026-05-01T16:00:33.727Zinfo: running `cargo check --bins` on nexus-lockstep-api (228/272)
40972026-05-01T16:00:34.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40982026-05-01T16:00:34.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40992026-05-01T16:00:34.269Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41002026-05-01T16:00:34.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41012026-05-01T16:00:34.372Z
41022026-05-01T16:00:34.372Zinfo: running `cargo check --bins` on ntp-admin-api (229/272)
41032026-05-01T16:00:34.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41042026-05-01T16:00:34.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41052026-05-01T16:00:34.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41062026-05-01T16:00:34.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41072026-05-01T16:00:34.980Z
41082026-05-01T16:00:34.980Zinfo: running `cargo check --bins` on ntp-admin-types-versions (230/272)
41092026-05-01T16:00:35.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41102026-05-01T16:00:35.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41112026-05-01T16:00:35.483Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41122026-05-01T16:00:35.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41132026-05-01T16:00:35.570Z
41142026-05-01T16:00:35.570Zinfo: running `cargo check --bins` on wicketd-api (231/272)
41152026-05-01T16:00:36.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41162026-05-01T16:00:36.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41172026-05-01T16:00:36.103Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41182026-05-01T16:00:36.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41192026-05-01T16:00:36.202Z
41202026-05-01T16:00:36.202Zinfo: running `cargo check --bins` on omicron-ls-apis (232/272)
41212026-05-01T16:00:36.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41222026-05-01T16:00:36.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41232026-05-01T16:00:36.813Z Checking typeid v1.0.3
41242026-05-01T16:00:36.928Z Checking ordered-float v2.10.1
41252026-05-01T16:00:36.947Z Checking unicode-xid v0.2.6
41262026-05-01T16:00:36.967Z Checking cargo-platform v0.2.0
41272026-05-01T16:00:36.993Z Checking erased-serde v0.4.9
41282026-05-01T16:00:37.130Z Checking serde-value v0.7.0
41292026-05-01T16:00:37.307Z Checking serde-untagged v0.1.9
41302026-05-01T16:00:37.465Z Checking cargo-util-schemas v0.8.2
41312026-05-01T16:00:38.152Z Checking cargo_metadata v0.21.0
41322026-05-01T16:00:38.760Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41332026-05-01T16:00:39.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s
41342026-05-01T16:00:39.627Z
41352026-05-01T16:00:39.627Zinfo: running `cargo check --bins` on mgs-dev (233/272)
41362026-05-01T16:00:40.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41372026-05-01T16:00:40.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41382026-05-01T16:00:40.366Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41392026-05-01T16:00:40.981Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41402026-05-01T16:00:41.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s
41412026-05-01T16:00:41.697Z
41422026-05-01T16:00:41.697Zinfo: running `cargo check --bins` on omicron-omdb (234/272)
41432026-05-01T16:00:42.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41442026-05-01T16:00:42.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41452026-05-01T16:00:42.554Z Compiling vergen-gitcl v1.0.8
41462026-05-01T16:00:42.554Z Compiling dirs-sys-next v0.1.2
41472026-05-01T16:00:42.554Z Compiling glob v0.3.3
41482026-05-01T16:00:42.557Z Compiling crunchy v0.2.4
41492026-05-01T16:00:42.557Z Compiling diesel_derives v2.3.7
41502026-05-01T16:00:42.557Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41512026-05-01T16:00:42.558Z Compiling dsl_auto_type v0.2.0
41522026-05-01T16:00:42.558Z Checking scheduled-thread-pool v0.2.7
41532026-05-01T16:00:42.818Z Compiling diesel_table_macro_syntax v0.3.0
41542026-05-01T16:00:42.875Z Compiling tiny-keccak v2.0.2
41552026-05-01T16:00:42.909Z Compiling dirs-next v2.0.0
41562026-05-01T16:00:43.019Z Compiling term v0.7.0
41572026-05-01T16:00:43.034Z Checking r2d2 v0.8.10
41582026-05-01T16:00:43.133Z Compiling clang-sys v1.8.1
41592026-05-01T16:00:43.146Z Compiling bit-vec v0.6.3
41602026-05-01T16:00:43.193Z Checking downcast-rs v2.0.2
41612026-05-01T16:00:43.295Z Compiling ascii-canvas v3.0.0
41622026-05-01T16:00:43.308Z Compiling bit-set v0.5.3
41632026-05-01T16:00:43.469Z Compiling itertools v0.10.5
41642026-05-01T16:00:43.507Z Compiling ena v0.14.4
41652026-05-01T16:00:43.539Z Compiling libloading v0.8.9
41662026-05-01T16:00:43.569Z Compiling bindgen v0.71.1
41672026-05-01T16:00:43.642Z Compiling diff v0.1.13
41682026-05-01T16:00:43.716Z Compiling regex-syntax v0.6.29
41692026-05-01T16:00:43.772Z Compiling cexpr v0.6.0
41702026-05-01T16:00:43.910Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41712026-05-01T16:00:44.006Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41722026-05-01T16:00:44.126Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41732026-05-01T16:00:44.160Z Compiling libxml v0.3.3
41742026-05-01T16:00:44.392Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41752026-05-01T16:00:44.485Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41762026-05-01T16:00:44.532Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41772026-05-01T16:00:44.707Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41782026-05-01T16:00:44.723Z Compiling strum_macros v0.24.3
41792026-05-01T16:00:44.739Z Compiling indoc v1.0.9
41802026-05-01T16:00:45.194Z Compiling lalrpop v0.19.12
41812026-05-01T16:00:45.782Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41822026-05-01T16:00:45.846Z Checking derive_builder v0.20.2
41832026-05-01T16:00:45.967Z Compiling oso-derive v0.27.3
41842026-05-01T16:00:45.981Z Checking quick-xml v0.37.5
41852026-05-01T16:00:46.110Z Compiling impl-trait-for-tuples v0.2.3
41862026-05-01T16:00:46.465Z Checking openssl-probe v0.1.6
41872026-05-01T16:00:46.613Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41882026-05-01T16:00:46.865Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41892026-05-01T16:00:47.064Z Checking bb8 v0.8.6
41902026-05-01T16:00:47.373Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41912026-05-01T16:00:47.401Z Checking nonempty v0.12.0
41922026-05-01T16:00:47.445Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41932026-05-01T16:00:47.562Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41942026-05-01T16:00:47.601Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41952026-05-01T16:00:47.653Z Checking console v0.16.2
41962026-05-01T16:00:47.674Z Checking unit-prefix v0.5.2
41972026-05-01T16:00:47.777Z Checking support-bundle-viewer v0.1.2
41982026-05-01T16:00:47.806Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41992026-05-01T16:00:47.964Z Checking indicatif v0.18.4
42002026-05-01T16:00:48.031Z Checking multimap v0.10.1
42012026-05-01T16:00:48.644Z Checking diesel v2.3.7
42022026-05-01T16:00:50.424Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
42032026-05-01T16:00:51.157Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
42042026-05-01T16:00:51.420Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
42052026-05-01T16:00:52.086Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42062026-05-01T16:00:52.907Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
42072026-05-01T16:00:52.991Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
42082026-05-01T16:00:53.143Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
42092026-05-01T16:00:53.531Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
42102026-05-01T16:00:55.577Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42112026-05-01T16:01:00.601Z Compiling samael v0.0.19
42122026-05-01T16:01:04.265Z Checking diesel-dtrace v0.5.0
42132026-05-01T16:01:04.503Z Checking async-bb8-diesel v0.2.1
42142026-05-01T16:01:05.568Z Compiling polar-core v0.27.3
42152026-05-01T16:01:10.077Z Checking oso v0.27.3
42162026-05-01T16:01:46.869Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42172026-05-01T16:02:19.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 38s
42182026-05-01T16:02:20.149Z
42192026-05-01T16:02:20.149Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (235/272)
42202026-05-01T16:02:20.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42212026-05-01T16:02:20.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42222026-05-01T16:02:20.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42232026-05-01T16:02:20.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42242026-05-01T16:02:20.809Z
42252026-05-01T16:02:20.809Zinfo: running `cargo check --bins` on nexus-saga-recovery (236/272)
42262026-05-01T16:02:21.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42272026-05-01T16:02:21.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42282026-05-01T16:02:21.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42292026-05-01T16:02:21.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42302026-05-01T16:02:21.470Z
42312026-05-01T16:02:21.470Zinfo: running `cargo check --bins` on nexus-test-utils-macros (237/272)
42322026-05-01T16:02:21.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42332026-05-01T16:02:21.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42342026-05-01T16:02:21.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42352026-05-01T16:02:21.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42362026-05-01T16:02:22.059Z
42372026-05-01T16:02:22.059Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (238/272)
42382026-05-01T16:02:22.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42392026-05-01T16:02:22.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42402026-05-01T16:02:22.920Z Compiling libz-sys v1.1.24
42412026-05-01T16:02:23.052Z Compiling libgit2-sys v0.18.3+1.9.2
42422026-05-01T16:02:23.061Z Compiling vergen-git2 v1.0.7
42432026-05-01T16:02:23.070Z Compiling rustls v0.21.12
42442026-05-01T16:02:23.080Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42452026-05-01T16:02:23.092Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42462026-05-01T16:02:23.094Z Checking rustls-webpki v0.101.7
42472026-05-01T16:02:23.095Z Checking sct v0.7.1
42482026-05-01T16:02:23.263Z Compiling nix v0.29.0
42492026-05-01T16:02:23.278Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42502026-05-01T16:02:23.278Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42512026-05-01T16:02:23.336Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42522026-05-01T16:02:23.436Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42532026-05-01T16:02:23.571Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42542026-05-01T16:02:23.583Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42552026-05-01T16:02:23.652Z Checking rustls-pemfile v1.0.4
42562026-05-01T16:02:23.787Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
42572026-05-01T16:02:23.893Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42582026-05-01T16:02:23.990Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42592026-05-01T16:02:24.084Z Checking twox-hash v2.1.2
42602026-05-01T16:02:24.151Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42612026-05-01T16:02:24.812Z Checking tokio-rustls v0.24.1
42622026-05-01T16:02:24.828Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42632026-05-01T16:02:24.856Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42642026-05-01T16:02:24.871Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
42652026-05-01T16:02:25.012Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42662026-05-01T16:02:25.427Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42672026-05-01T16:02:25.541Z Checking fatfs v0.3.6
42682026-05-01T16:02:25.582Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42692026-05-01T16:02:25.695Z Compiling seq-macro v0.3.6
42702026-05-01T16:02:29.726Z Compiling git2 v0.20.4
42712026-05-01T16:02:29.785Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42722026-05-01T16:02:29.913Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42732026-05-01T16:02:31.947Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42742026-05-01T16:03:18.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.50s
42752026-05-01T16:03:18.794Z
42762026-05-01T16:03:18.794Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (239/272)
42772026-05-01T16:03:19.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42782026-05-01T16:03:19.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42792026-05-01T16:03:19.678Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42802026-05-01T16:03:58.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.90s
42812026-05-01T16:03:58.911Z
42822026-05-01T16:03:58.911Zinfo: running `cargo check --bins` on nexus-background-task-interface (240/272)
42832026-05-01T16:03:59.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42842026-05-01T16:03:59.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42852026-05-01T16:03:59.416Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42862026-05-01T16:03:59.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42872026-05-01T16:03:59.503Z
42882026-05-01T16:03:59.503Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (241/272)
42892026-05-01T16:04:00.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42902026-05-01T16:04:00.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42912026-05-01T16:04:00.050Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42922026-05-01T16:04:00.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42932026-05-01T16:04:00.153Z
42942026-05-01T16:04:00.153Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (242/272)
42952026-05-01T16:04:00.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42962026-05-01T16:04:00.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42972026-05-01T16:04:00.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42982026-05-01T16:04:00.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42992026-05-01T16:04:00.820Z
43002026-05-01T16:04:00.820Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (243/272)
43012026-05-01T16:04:01.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43022026-05-01T16:04:01.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43032026-05-01T16:04:01.373Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43042026-05-01T16:04:01.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43052026-05-01T16:04:01.482Z
43062026-05-01T16:04:01.482Zinfo: running `cargo check --bins` on nexus-mgs-updates (244/272)
43072026-05-01T16:04:02.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43082026-05-01T16:04:02.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43092026-05-01T16:04:02.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43102026-05-01T16:04:02.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43112026-05-01T16:04:02.130Z
43122026-05-01T16:04:02.130Zinfo: running `cargo check --bins` on nexus-networking (245/272)
43132026-05-01T16:04:02.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43142026-05-01T16:04:02.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43152026-05-01T16:04:02.691Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43162026-05-01T16:04:02.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43172026-05-01T16:04:02.798Z
43182026-05-01T16:04:02.798Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (246/272)
43192026-05-01T16:04:03.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43202026-05-01T16:04:03.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43212026-05-01T16:04:03.355Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43222026-05-01T16:04:03.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43232026-05-01T16:04:03.462Z
43242026-05-01T16:04:03.462Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (247/272)
43252026-05-01T16:04:04.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43262026-05-01T16:04:04.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43272026-05-01T16:04:04.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43282026-05-01T16:04:04.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43292026-05-01T16:04:04.124Z
43302026-05-01T16:04:04.124Zinfo: running `cargo check --bins` on omicron-dev (248/272)
43312026-05-01T16:04:04.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43322026-05-01T16:04:04.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43332026-05-01T16:04:05.029Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43342026-05-01T16:04:05.032Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43352026-05-01T16:04:05.218Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43362026-05-01T16:04:05.252Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43372026-05-01T16:04:05.255Z Checking yansi v1.0.1
43382026-05-01T16:04:05.269Z Checking diff v0.1.13
43392026-05-01T16:04:05.272Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43402026-05-01T16:04:05.297Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43412026-05-01T16:04:05.351Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43422026-05-01T16:04:05.512Z Checking pretty_assertions v1.4.1
43432026-05-01T16:04:06.165Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43442026-05-01T16:04:29.714Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43452026-05-01T16:04:29.717Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43462026-05-01T16:04:29.717Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43472026-05-01T16:04:29.717Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43482026-05-01T16:04:29.717Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43492026-05-01T16:04:29.717Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43502026-05-01T16:04:30.423Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43512026-05-01T16:04:31.503Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43522026-05-01T16:05:10.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
43532026-05-01T16:05:10.587Z
43542026-05-01T16:05:10.587Zinfo: running `cargo check --bins` on omicron-pins (249/272)
43552026-05-01T16:05:11.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43562026-05-01T16:05:11.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43572026-05-01T16:05:11.092Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43582026-05-01T16:05:11.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43592026-05-01T16:05:11.181Z
43602026-05-01T16:05:11.181Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (250/272)
43612026-05-01T16:05:11.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43622026-05-01T16:05:11.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43632026-05-01T16:05:11.963Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43642026-05-01T16:05:12.083Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43652026-05-01T16:05:12.086Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43662026-05-01T16:05:37.775Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43672026-05-01T16:05:38.151Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43682026-05-01T16:05:39.834Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43692026-05-01T16:05:40.277Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43702026-05-01T16:05:43.193Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43712026-05-01T16:06:05.793Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43722026-05-01T16:06:06.415Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43732026-05-01T16:06:08.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.86s
43742026-05-01T16:06:08.264Z
43752026-05-01T16:06:08.264Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (251/272)
43762026-05-01T16:06:08.810Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43772026-05-01T16:06:08.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43782026-05-01T16:06:08.990Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43792026-05-01T16:06:09.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
43802026-05-01T16:06:09.853Z
43812026-05-01T16:06:09.853Zinfo: running `cargo check --bins` on omicron-releng (252/272)
43822026-05-01T16:06:10.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43832026-05-01T16:06:10.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43842026-05-01T16:06:10.515Z Compiling blake3 v1.8.3
43852026-05-01T16:06:10.624Z Checking arrayvec v0.7.6
43862026-05-01T16:06:10.624Z Checking arrayref v0.3.9
43872026-05-01T16:06:10.630Z Checking constant_time_eq v0.4.2
43882026-05-01T16:06:10.643Z Checking topological-sort v0.2.2
43892026-05-01T16:06:10.646Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
43902026-05-01T16:06:10.646Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
43912026-05-01T16:06:10.646Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43922026-05-01T16:06:10.687Z Checking shell-words v1.1.1
43932026-05-01T16:06:11.418Z Checking omicron-zone-package v0.12.2
43942026-05-01T16:06:12.135Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43952026-05-01T16:06:12.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.10s
43962026-05-01T16:06:13.147Z
43972026-05-01T16:06:13.147Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (253/272)
43982026-05-01T16:06:13.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43992026-05-01T16:06:13.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44002026-05-01T16:06:13.802Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
44012026-05-01T16:06:14.124Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
44022026-05-01T16:06:14.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
44032026-05-01T16:06:14.710Z
44042026-05-01T16:06:14.710Zinfo: running `cargo check --bins` on schema (254/272)
44052026-05-01T16:06:15.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44062026-05-01T16:06:15.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44072026-05-01T16:06:15.440Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
44082026-05-01T16:06:16.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
44092026-05-01T16:06:16.322Z
44102026-05-01T16:06:16.322Zinfo: running `cargo check --bins` on xtask (255/272)
44112026-05-01T16:06:16.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44122026-05-01T16:06:16.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44132026-05-01T16:06:16.776Z Checking libc v0.2.185
44142026-05-01T16:06:16.861Z Checking serde v1.0.228
44152026-05-01T16:06:16.866Z Checking zerofrom v0.1.6
44162026-05-01T16:06:16.870Z Checking bitflags v2.11.0
44172026-05-01T16:06:16.875Z Checking hashbrown v0.16.1
44182026-05-01T16:06:16.875Z Checking smallvec v1.15.1
44192026-05-01T16:06:16.889Z Checking serde_json v1.0.149
44202026-05-01T16:06:16.904Z Checking num-traits v0.2.19
44212026-05-01T16:06:16.962Z Checking yoke v0.8.1
44222026-05-01T16:06:17.021Z Checking scroll v0.12.0
44232026-05-01T16:06:17.055Z Checking thiserror v1.0.69
44242026-05-01T16:06:17.127Z Checking zerovec v0.11.5
44252026-05-01T16:06:17.158Z Checking zerotrie v0.2.3
44262026-05-01T16:06:17.163Z Checking errno v0.3.14
44272026-05-01T16:06:17.240Z Checking serde_spanned v0.6.9
44282026-05-01T16:06:17.251Z Checking toml_datetime v0.6.11
44292026-05-01T16:06:17.280Z Checking rustix v1.1.3
44302026-05-01T16:06:17.316Z Checking indexmap v2.13.0
44312026-05-01T16:06:17.369Z Checking log v0.4.29
44322026-05-01T16:06:17.389Z Checking percent-encoding v2.3.2
44332026-05-01T16:06:17.411Z Checking ordered-float v2.10.1
44342026-05-01T16:06:17.426Z Checking zerocopy v0.7.35
44352026-05-01T16:06:17.487Z Checking getrandom v0.4.1
44362026-05-01T16:06:17.516Z Checking goblin v0.8.2
44372026-05-01T16:06:17.529Z Checking form_urlencoded v1.2.2
44382026-05-01T16:06:17.578Z Checking tinystr v0.8.2
44392026-05-01T16:06:17.618Z Checking potential_utf v0.1.4
44402026-05-01T16:06:17.634Z Checking serde-value v0.7.0
44412026-05-01T16:06:17.658Z Checking thiserror v2.0.18
44422026-05-01T16:06:17.756Z Checking icu_collections v2.1.1
44432026-05-01T16:06:17.768Z Checking icu_locale_core v2.1.1
44442026-05-01T16:06:17.770Z Checking syn v2.0.117
44452026-05-01T16:06:17.843Z Checking dtrace-parser v0.2.0
44462026-05-01T16:06:17.862Z Checking toml_edit v0.22.27
44472026-05-01T16:06:17.918Z Checking thread-id v4.2.2
44482026-05-01T16:06:18.001Z Checking once_cell v1.21.3
44492026-05-01T16:06:18.081Z Checking cargo-platform v0.2.0
44502026-05-01T16:06:18.081Z Checking memmap v0.7.0
44512026-05-01T16:06:18.106Z Checking terminal_size v0.4.3
44522026-05-01T16:06:18.174Z Checking tempfile v3.25.0
44532026-05-01T16:06:18.211Z Checking fs-err v3.3.0
44542026-05-01T16:06:18.240Z Checking clap_builder v4.5.60
44552026-05-01T16:06:18.268Z Checking textwrap v0.16.2
44562026-05-01T16:06:18.320Z Checking icu_provider v2.1.1
44572026-05-01T16:06:18.375Z Checking camino-tempfile v1.4.1
44582026-05-01T16:06:18.390Z Checking tabled v0.15.0
44592026-05-01T16:06:18.479Z Checking anyhow v1.0.102
44602026-05-01T16:06:18.531Z Checking macaddr v1.0.1
44612026-05-01T16:06:18.560Z Checking icu_properties v2.1.2
44622026-05-01T16:06:18.680Z Checking icu_normalizer v2.1.1
44632026-05-01T16:06:18.708Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44642026-05-01T16:06:18.961Z Checking toml v0.8.23
44652026-05-01T16:06:19.271Z Checking cargo_toml v0.21.0
44662026-05-01T16:06:19.372Z Checking idna_adapter v1.2.1
44672026-05-01T16:06:19.408Z Checking dof v0.3.0
44682026-05-01T16:06:19.450Z Checking clap v4.5.60
44692026-05-01T16:06:19.489Z Checking idna v1.1.0
44702026-05-01T16:06:19.678Z Checking usdt-impl v0.5.0
44712026-05-01T16:06:19.713Z Checking url v2.5.8
44722026-05-01T16:06:19.933Z Checking usdt v0.5.0
44732026-05-01T16:06:20.064Z Checking cargo-util-schemas v0.8.2
44742026-05-01T16:06:20.752Z Checking cargo_metadata v0.21.0
44752026-05-01T16:06:21.360Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44762026-05-01T16:06:21.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.46s
44772026-05-01T16:06:21.902Z
44782026-05-01T16:06:21.902Zinfo: running `cargo check --bins` on dnsadm (256/272)
44792026-05-01T16:06:22.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44802026-05-01T16:06:22.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44812026-05-01T16:06:22.557Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
44822026-05-01T16:06:23.023Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
44832026-05-01T16:06:23.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s
44842026-05-01T16:06:23.613Z
44852026-05-01T16:06:23.613Zinfo: running `cargo check --bins` on end-to-end-tests (257/272)
44862026-05-01T16:06:24.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44872026-05-01T16:06:24.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44882026-05-01T16:06:24.418Z Checking polyval v0.6.2
44892026-05-01T16:06:24.541Z Checking ctr v0.9.2
44902026-05-01T16:06:24.551Z Checking ssh-encoding v0.2.0
44912026-05-01T16:06:24.552Z Checking blowfish v0.9.1
44922026-05-01T16:06:24.573Z Checking password-hash v0.4.2
44932026-05-01T16:06:24.590Z Checking p521 v0.13.3
44942026-05-01T16:06:24.593Z Checking p256 v0.13.2
44952026-05-01T16:06:24.616Z Checking russh-cryptovec v0.7.3
44962026-05-01T16:06:24.684Z Checking ghash v0.5.1
44972026-05-01T16:06:24.687Z Checking md5 v0.7.0
44982026-05-01T16:06:24.711Z Checking bcrypt-pbkdf v0.10.0
44992026-05-01T16:06:24.726Z Checking num-bigint v0.4.6
45002026-05-01T16:06:24.745Z Checking des v0.8.1
45012026-05-01T16:06:24.792Z Checking pbkdf2 v0.11.0
45022026-05-01T16:06:24.800Z Checking aes-gcm v0.10.3
45032026-05-01T16:06:24.861Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45042026-05-01T16:06:24.863Z Checking hex-literal v0.4.1
45052026-05-01T16:06:24.890Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
45062026-05-01T16:06:24.906Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
45072026-05-01T16:06:24.973Z Checking internet-checksum v0.2.1
45082026-05-01T16:06:24.988Z Checking ssh-cipher v0.2.0
45092026-05-01T16:06:25.153Z Checking ssh-key v0.6.7
45102026-05-01T16:06:25.209Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45112026-05-01T16:06:25.770Z Checking russh-keys v0.45.0
45122026-05-01T16:06:26.320Z Checking russh v0.45.0
45132026-05-01T16:06:41.149Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
45142026-05-01T16:06:42.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.72s
45152026-05-01T16:06:42.555Z
45162026-05-01T16:06:42.555Zinfo: running `cargo check --bins` on gateway-cli (258/272)
45172026-05-01T16:06:43.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45182026-05-01T16:06:43.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45192026-05-01T16:06:43.208Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
45202026-05-01T16:06:43.317Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
45212026-05-01T16:06:43.328Z Checking termios v0.3.3
45222026-05-01T16:06:44.522Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
45232026-05-01T16:06:44.671Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45242026-05-01T16:06:46.451Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
45252026-05-01T16:06:47.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.45s
45262026-05-01T16:06:47.204Z
45272026-05-01T16:06:47.204Zinfo: running `cargo check --bins --no-default-features` on installinator (259/272)
45282026-05-01T16:06:47.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45292026-05-01T16:06:47.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45302026-05-01T16:06:47.916Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
45312026-05-01T16:06:48.030Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45322026-05-01T16:06:48.037Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45332026-05-01T16:06:48.037Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45342026-05-01T16:06:48.077Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45352026-05-01T16:06:48.080Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45362026-05-01T16:06:48.770Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45372026-05-01T16:06:49.124Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45382026-05-01T16:06:49.124Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45392026-05-01T16:06:49.764Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45402026-05-01T16:06:51.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.16s
45412026-05-01T16:06:51.576Z
45422026-05-01T16:06:51.576Zinfo: running `cargo check --bins` on internal-dns-cli (260/272)
45432026-05-01T16:06:52.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45442026-05-01T16:06:52.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45452026-05-01T16:06:52.216Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45462026-05-01T16:06:52.669Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45472026-05-01T16:06:52.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
45482026-05-01T16:06:53.178Z
45492026-05-01T16:06:53.178Zinfo: running `cargo check --bins` on omicron-live-tests (261/272)
45502026-05-01T16:06:53.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45512026-05-01T16:06:53.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45522026-05-01T16:06:53.682Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45532026-05-01T16:06:53.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45542026-05-01T16:06:53.777Z
45552026-05-01T16:06:53.777Zinfo: running `cargo check --bins` on live-tests-macros (262/272)
45562026-05-01T16:06:54.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45572026-05-01T16:06:54.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45582026-05-01T16:06:54.282Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45592026-05-01T16:06:54.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45602026-05-01T16:06:54.372Z
45612026-05-01T16:06:54.372Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (263/272)
45622026-05-01T16:06:54.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45632026-05-01T16:06:54.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45642026-05-01T16:06:55.128Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45652026-05-01T16:06:55.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
45662026-05-01T16:06:55.924Z
45672026-05-01T16:06:55.924Zinfo: running `cargo check --bins` on omicron-ntp-admin (264/272)
45682026-05-01T16:06:56.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45692026-05-01T16:06:56.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45702026-05-01T16:06:56.572Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45712026-05-01T16:06:56.575Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45722026-05-01T16:06:56.850Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45732026-05-01T16:06:56.850Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45742026-05-01T16:06:57.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.73s
45752026-05-01T16:06:57.847Z
45762026-05-01T16:06:57.847Zinfo: running `cargo check --bins` on ntp-admin-types (265/272)
45772026-05-01T16:06:58.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45782026-05-01T16:06:58.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45792026-05-01T16:06:58.352Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45802026-05-01T16:06:58.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45812026-05-01T16:06:58.445Z
45822026-05-01T16:06:58.446Zinfo: running `cargo check --bins` on omicron-package (266/272)
45832026-05-01T16:06:58.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45842026-05-01T16:06:58.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45852026-05-01T16:06:59.127Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
45862026-05-01T16:07:00.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s
45872026-05-01T16:07:00.402Z
45882026-05-01T16:07:00.402Zinfo: running `cargo check --bins` on tqdb (267/272)
45892026-05-01T16:07:00.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45902026-05-01T16:07:00.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45912026-05-01T16:07:01.190Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45922026-05-01T16:07:01.544Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45932026-05-01T16:07:02.059Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45942026-05-01T16:07:02.059Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
45952026-05-01T16:07:07.755Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45962026-05-01T16:07:07.755Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45972026-05-01T16:07:08.339Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
45982026-05-01T16:07:08.339Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45992026-05-01T16:07:08.455Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46002026-05-01T16:07:08.455Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
46012026-05-01T16:07:09.087Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
46022026-05-01T16:07:10.089Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46032026-05-01T16:07:10.857Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46042026-05-01T16:07:11.471Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
46052026-05-01T16:07:15.494Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
46062026-05-01T16:07:21.790Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
46072026-05-01T16:07:21.790Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
46082026-05-01T16:07:21.814Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46092026-05-01T16:07:21.814Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
46102026-05-01T16:07:23.220Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
46112026-05-01T16:07:27.918Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
46122026-05-01T16:07:27.960Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
46132026-05-01T16:07:27.961Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
46142026-05-01T16:07:27.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.53s
46152026-05-01T16:07:27.961Z
46162026-05-01T16:07:27.961Zinfo: running `cargo check --bins` on wicket-dbg (268/272)
46172026-05-01T16:07:27.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46182026-05-01T16:07:27.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46192026-05-01T16:07:27.961Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46202026-05-01T16:07:27.961Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46212026-05-01T16:07:27.961Z Checking rtoolbox v0.0.3
46222026-05-01T16:07:28.011Z Checking tui-tree-widget v0.23.1
46232026-05-01T16:07:28.103Z Checking rpassword v7.4.0
46242026-05-01T16:07:29.099Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46252026-05-01T16:07:32.049Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46262026-05-01T16:07:33.891Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
46272026-05-01T16:07:34.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.60s
46282026-05-01T16:07:34.961Z
46292026-05-01T16:07:34.961Zinfo: running `cargo check --bins` on wicket (269/272)
46302026-05-01T16:07:35.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46312026-05-01T16:07:35.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46322026-05-01T16:07:35.666Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46332026-05-01T16:07:36.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
46342026-05-01T16:07:36.204Z
46352026-05-01T16:07:36.205Zinfo: running `cargo check --bins` on wicketd (270/272)
46362026-05-01T16:07:36.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46372026-05-01T16:07:36.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46382026-05-01T16:07:36.930Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46392026-05-01T16:07:36.934Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46402026-05-01T16:07:36.934Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46412026-05-01T16:07:37.045Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46422026-05-01T16:07:37.918Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46432026-05-01T16:07:38.479Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46442026-05-01T16:07:41.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.19s
46452026-05-01T16:07:41.608Z
46462026-05-01T16:07:41.608Zinfo: running `cargo check --bins` on omicron-workspace-hack (271/272)
46472026-05-01T16:07:42.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46482026-05-01T16:07:42.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46492026-05-01T16:07:42.115Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46502026-05-01T16:07:42.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
46512026-05-01T16:07:42.204Z
46522026-05-01T16:07:42.204Zinfo: running `cargo check --bins` on zone-setup (272/272)
46532026-05-01T16:07:42.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46542026-05-01T16:07:42.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46552026-05-01T16:07:42.884Z Checking uzers v0.12.2
46562026-05-01T16:07:43.157Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46572026-05-01T16:07:43.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s
46582026-05-01T16:07:44.128Z
46592026-05-01T16:07:44.129Zreal 14:09.986486314
46602026-05-01T16:07:44.129Zuser 20:29.834927075
46612026-05-01T16:07:44.129Zsys 4:15.367336756
46622026-05-01T16:07:44.129Ztrap 0.326220873
46632026-05-01T16:07:44.129Ztflt 0.350924977
46642026-05-01T16:07:44.129Zdflt 0.886117239
46652026-05-01T16:07:44.129Zkflt 0.001717684
46662026-05-01T16:07:44.129Zlock 1:17:04.204731142
46672026-05-01T16:07:44.130Zslp 1:38:25.058632261
46682026-05-01T16:07:44.130Zlat 55.059222967
46692026-05-01T16:07:44.130Zstop 3:24.913326794
46702026-05-01T16:07:44.134Zprocess exited: duration 1039441 ms, exit code 0
 
46712026-05-01T16:07:44.143Zfound 0 output files