01KQXPZSQGV8NAE6DY3725E2WF: 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: 01KQXQ05J21DWP6ZSDMP9D1QAT

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-06T03:59:34.680Zjob assigned to worker 01KQXQ0G0JS5V0HCKWJJVWXK8G [factory aws, i-0a3d9c8be56d017c2] (queued for 54 s)
 
22026-05-06T03:59:41.934Zstarting task 0: "setup"
32026-05-06T03:59:41.941Z++ uname -s
42026-05-06T03:59:41.944Z+ kern=SunOS
52026-05-06T03:59:41.944Z+ build_user=build
62026-05-06T03:59:41.944Z+ build_uid=12345
72026-05-06T03:59:41.944Z+ work_dir=/work
82026-05-06T03:59:41.944Z+ input_dir=/input
92026-05-06T03:59:41.944Z+ [[ 0 == 12345 ]]
102026-05-06T03:59:41.944Z+ case "$kern" in
112026-05-06T03:59:41.944Z+ groupadd -g 12345 build
122026-05-06T03:59:41.944Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-06T03:59:43.953Z+ zfs create -o mountpoint=/work rpool/work
142026-05-06T03:59:44.050Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-06T03:59:44.054Z+ home_fs=zfs
162026-05-06T03:59:44.055Z+ [[ zfs == autofs ]]
172026-05-06T03:59:44.055Z+ mkdir -p /home/build
182026-05-06T03:59:44.055Z+ chown build:build /home/build /work
192026-05-06T03:59:46.060Z+ chmod 0700 /home/build /work
202026-05-06T03:59:46.065Zprocess exited: duration 4120 ms, exit code 0
 
212026-05-06T03:59:46.073Zstarting task 1: "rust-toolchain"
222026-05-06T03:59:46.080Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-06T03:59:46.080Z * rust toolchain channel = "1.94.0"
242026-05-06T03:59:46.080Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-05-06T03:59:46.080Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-06T03:59:46.080Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-06T03:59:46.080Z * rust toolchain profile = "default"
282026-05-06T03:59:46.088Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-06T03:59:46.088Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-06T03:59:46.174Zinfo: downloading installer
312026-05-06T03:59:47.577Zwarn: It looks like you have an existing installation of Rust at:
322026-05-06T03:59:47.577Zwarn: /opt/ooce/bin
332026-05-06T03:59:47.577Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-06T03:59:47.577Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-06T03:59:47.577Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-06T03:59:47.577Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-06T03:59:47.577Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-06T03:59:47.577Zerror: cannot install while Rust is installed
392026-05-06T03:59:47.577Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-06T03:59:47.578Zwarn: It looks like you have an existing rustup settings file at:
412026-05-06T03:59:47.578Zwarn: /home/build/.rustup/settings.toml
422026-05-06T03:59:47.578Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-06T03:59:47.578Zwarn: instead of the one inferred from the default host triple.
442026-05-06T03:59:47.591Zinfo: profile set to default
452026-05-06T03:59:47.591Zinfo: default host triple is x86_64-unknown-illumos
462026-05-06T03:59:47.594Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-05-06T03:59:47.757Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-05-06T03:59:47.760Zinfo: downloading 6 components
492026-05-06T04:00:02.376Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-05-06T04:00:02.376Z
512026-05-06T04:00:02.404Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-05-06T04:00:02.404Z
532026-05-06T04:00:02.404Z
542026-05-06T04:00:02.404ZRust is installed now. Great!
552026-05-06T04:00:02.404Z
562026-05-06T04:00:02.407ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-06T04:00:02.407Zenvironment variable. This has not been done automatically.
582026-05-06T04:00:02.407Z
592026-05-06T04:00:02.407ZTo configure your current shell, you need to source
602026-05-06T04:00:02.407Zthe corresponding env file under $HOME/.cargo.
612026-05-06T04:00:02.407Z
622026-05-06T04:00:02.407ZThis is usually done by running one of the following (note the leading DOT):
632026-05-06T04:00:02.407Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-06T04:00:02.407Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-06T04:00:02.407Zsource "~/.cargo/env.nu" # For nushell
662026-05-06T04:00:02.408Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-06T04:00:02.408Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-06T04:00:02.408Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-06T04:00:02.408Zwarn: no default linker (`cc`) was found in your PATH
702026-05-06T04:00:02.408Zwarn: many Rust crates require a system C toolchain to build
712026-05-06T04:00:02.494Z+ rustup --version
722026-05-06T04:00:02.503Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-06T04:00:02.506Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-06T04:00:02.524Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-05-06T04:00:02.528Z+ cargo --version
762026-05-06T04:00:02.540Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-05-06T04:00:02.543Z+ rustc --version
782026-05-06T04:00:02.563Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-05-06T04:00:02.566Zprocess exited: duration 16495 ms, exit code 0
 
802026-05-06T04:00:02.573Zstarting task 2: "authentication"
812026-05-06T04:00:02.596Zprocess exited: duration 17 ms, exit code 0
 
822026-05-06T04:00:02.603Zstarting task 3: "clone repository"
832026-05-06T04:00:02.607Z+ mkdir -p /work/oxidecomputer/omicron
842026-05-06T04:00:02.610Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-05-06T04:00:02.647ZCloning into '/work/oxidecomputer/omicron'...
862026-05-06T04:00:14.631Z+ cd /work/oxidecomputer/omicron
872026-05-06T04:00:14.631Z+ git fetch origin 30ff563e9f2934744df9de4b7ce980a0a19b5a23
882026-05-06T04:00:14.915ZFrom https://github.com/oxidecomputer/omicron
892026-05-06T04:00:14.915Z * branch 30ff563e9f2934744df9de4b7ce980a0a19b5a23 -> FETCH_HEAD
902026-05-06T04:00:14.925Z+ [[ -n eliza/stop-ingester-gaslighting ]]
912026-05-06T04:00:14.928Z++ git branch --show-current
922026-05-06T04:00:14.929Z+ current=main
932026-05-06T04:00:14.929Z+ [[ main != eliza/stop-ingester-gaslighting ]]
942026-05-06T04:00:14.929Z+ git branch -f eliza/stop-ingester-gaslighting 30ff563e9f2934744df9de4b7ce980a0a19b5a23
952026-05-06T04:00:14.932Z+ git checkout -f eliza/stop-ingester-gaslighting
962026-05-06T04:00:15.165ZSwitched to branch 'eliza/stop-ingester-gaslighting'
972026-05-06T04:00:15.168Z+ git reset --hard 30ff563e9f2934744df9de4b7ce980a0a19b5a23
982026-05-06T04:00:15.209ZHEAD is now at 30ff563e9 you have to actually increment the things
992026-05-06T04:00:15.213Zprocess exited: duration 12611 ms, exit code 0
 
1002026-05-06T04:00:15.219Zstarting task 4: "build"
1012026-05-06T04:00:15.223Z+ source .github/buildomat/ci-env.sh
1022026-05-06T04:00:15.226Z++ export CARGO_TERM_COLOR=always
1032026-05-06T04:00:15.226Z++ CARGO_TERM_COLOR=always
1042026-05-06T04:00:15.226Z+ cargo --version
1052026-05-06T04:00:15.233Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-05-06T04:00:15.237Z+ rustc --version
1072026-05-06T04:00:15.257Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-05-06T04:00:15.260Z+ source ./env.sh
1092026-05-06T04:00:15.260Z++ OLD_SHELL_OPTS=ehxB
1102026-05-06T04:00:15.260Z++ set -o xtrace
1112026-05-06T04:00:15.264Z++++ dirname ./env.sh
1122026-05-06T04:00:15.264Z+++ readlink -f .
1132026-05-06T04:00:15.273Z++ OMICRON_WS=/work/oxidecomputer/omicron
1142026-05-06T04:00:15.273Z++ 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-06T04:00:15.273Z++ 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-06T04:00:15.273Z++ 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-06T04:00:15.273Z++ 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-06T04:00:15.273Z++ 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-06T04:00:15.273Z++ 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-06T04:00:15.273Z++ 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-06T04:00:15.273Z++ 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-06T04:00:15.273Z++ case $OLD_SHELL_OPTS in
1232026-05-06T04:00:15.273Z++ unset OLD_SHELL_OPTS OMICRON_WS
1242026-05-06T04:00:15.273Z+ 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-06T04:00:15.273Z+ 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-06T04:00:15.273Z+ banner prerequisites
1272026-05-06T04:00:15.274Z
1282026-05-06T04:00:15.274Z ##### ##### ###### ##### ###### #### # # # #### #
1292026-05-06T04:00:15.274Z # # # # # # # # # # # # # # #
1302026-05-06T04:00:15.274Z # # # # ##### # # ##### # # # # # #### #
1312026-05-06T04:00:15.274Z ##### ##### # ##### # # # # # # # # #
1322026-05-06T04:00:15.274Z # # # # # # # # # # # # # # #
1332026-05-06T04:00:15.274Z # # # ###### # # ###### ### # #### # #### #
1342026-05-06T04:00:15.274Z
1352026-05-06T04:00:15.274Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1362026-05-06T04:00:25.439Z Startup: Refreshing catalog 'helios-dev' ... Done
1372026-05-06T04:00:32.949Z Startup: Caching catalogs ... Done
1382026-05-06T04:00:40.421ZPlanning: Solver setup ... Done (6.044s)
1392026-05-06T04:00:40.464ZPlanning: Running solver ... Done (0.043s)
1402026-05-06T04:00:40.604ZPlanning: Finding local manifests ... Done (0.003s)
1412026-05-06T04:00:40.624ZPlanning: Fetching manifests: 0/5 0% complete
1422026-05-06T04:00:41.996ZPlanning: Fetching manifests: 5/5 100% complete
1432026-05-06T04:00:42.033ZPlanning: Package planning ... Done (0.037s)
1442026-05-06T04:00:42.072ZPlanning: Merging actions ... Done (0.039s)
1452026-05-06T04:00:42.251ZPlanning: Checking for conflicting actions ... Done (0.180s)
1462026-05-06T04:00:42.263ZPlanning: Consolidating action changes ... Done (0.009s)
1472026-05-06T04:00:43.384ZPlanning: Evaluating mediators ... Done (1.123s)
1482026-05-06T04:00:43.393ZPlanning: Planning completed in 10.28 seconds
1492026-05-06T04:00:43.404Z Packages to install: 5
1502026-05-06T04:00:43.404Z Mediators to change: 3
1512026-05-06T04:00:43.408Z Services to change: 1
1522026-05-06T04:00:43.408Z Estimated space available: 155.34 GB
1532026-05-06T04:00:43.408ZEstimated space to be consumed: 1.90 GB
1542026-05-06T04:00:43.408Z Create boot environment: No
1552026-05-06T04:00:43.408ZCreate backup boot environment: No
1562026-05-06T04:00:43.408Z Rebuild boot archive: No
1572026-05-06T04:00:43.408Z
1582026-05-06T04:00:43.408ZChanged mediators:
1592026-05-06T04:00:43.408Z mediator clang:
1602026-05-06T04:00:43.408Z version: None -> 15 (system default)
1612026-05-06T04:00:43.408Z
1622026-05-06T04:00:43.408Z mediator llvm:
1632026-05-06T04:00:43.408Z version: 14 (system default) -> 15 (system default)
1642026-05-06T04:00:43.408Z
1652026-05-06T04:00:43.408Z mediator postgresql:
1662026-05-06T04:00:43.408Z version: 15 (system default) -> 18 (system default)
1672026-05-06T04:00:43.408Z
1682026-05-06T04:00:43.408ZChanged packages:
1692026-05-06T04:00:43.408Zhelios-dev
1702026-05-06T04:00:43.408Z developer/build-essential
1712026-05-06T04:00:43.408Z None -> 11-2.0
1722026-05-06T04:00:43.408Z library/libxmlsec1
1732026-05-06T04:00:43.408Z None -> 1.2.35-2.0
1742026-05-06T04:00:43.408Z ooce/developer/clang-15
1752026-05-06T04:00:43.408Z None -> 15.0.7-2.0
1762026-05-06T04:00:43.408Z ooce/developer/llvm-15
1772026-05-06T04:00:43.408Z None -> 15.0.7-2.0
1782026-05-06T04:00:43.408Z ooce/library/postgresql-18
1792026-05-06T04:00:43.408Z None -> 18.1-2.0
1802026-05-06T04:00:43.408Z
1812026-05-06T04:00:43.408ZServices:
1822026-05-06T04:00:43.408Z restart_fmri:
1832026-05-06T04:00:43.408Z svc:/system/update-man-index:default
1842026-05-06T04:00:43.447Z
1852026-05-06T04:00:43.447ZDownload: 0/4272 items 0.0/219.0MB 0% complete
1862026-05-06T04:00:56.288ZDownload: 212/4272 items 1.3/219.0MB 0% complete (1.6M/s)
1872026-05-06T04:01:01.601ZDownload: 2218/4272 items 118.4/219.0MB 54% complete (26.2M/s)
1882026-05-06T04:01:06.600ZDownload: 3474/4272 items 213.5/219.0MB 97% complete (21.1M/s)
1892026-05-06T04:01:07.904ZDownload: Completed 218.99 MB in 24.46 seconds (8.9M/s)
1902026-05-06T04:01:08.080Z Actions: 1/4789 actions (Installing new actions)
1912026-05-06T04:01:11.454Z Actions: Completed 4789 actions in 3.37 seconds.
1922026-05-06T04:01:11.772Z Done (0.314s)
1932026-05-06T04:01:11.772Z Done (0.000s)
1942026-05-06T04:01:12.520Z Done (0.748s)
1952026-05-06T04:01:15.928Z Done (3.052s)
1962026-05-06T04:01:16.002Z Done (0.013s)
1972026-05-06T04:01:16.006Z Done (0.000s)
1982026-05-06T04:01:16.220Z Done (0.000s)
1992026-05-06T04:01:17.087ZPlanning: Evaluating mediator changes ... Done
2002026-05-06T04:01:17.194ZPlanning: Checking for conflicting actions ... Done
2012026-05-06T04:01:17.198ZPlanning: Consolidating action changes ... Done
2022026-05-06T04:01:17.359ZPlanning: Evaluating mediators ... Done
2032026-05-06T04:01:17.362ZPlanning: Planning completed in 0.27 seconds
2042026-05-06T04:01:17.380Z Mediators to change: 2
2052026-05-06T04:01:17.380Z Create boot environment: No
2062026-05-06T04:01:17.380ZCreate backup boot environment: No
2072026-05-06T04:01:17.441Z Done
2082026-05-06T04:01:17.441Z Done
2092026-05-06T04:01:18.060Z Done
2102026-05-06T04:01:20.715Z Done
2112026-05-06T04:01:20.791Z Done
2122026-05-06T04:01:20.791Z Done
2132026-05-06T04:01:20.942Z Done
2142026-05-06T04:01:21.199ZPlanning: Evaluating mediator changes ... Done
2152026-05-06T04:01:21.308ZPlanning: Checking for conflicting actions ... Done
2162026-05-06T04:01:21.311ZPlanning: Consolidating action changes ... Done
2172026-05-06T04:01:21.471ZPlanning: Evaluating mediators ... Done
2182026-05-06T04:01:21.474ZPlanning: Planning completed in 0.27 seconds
2192026-05-06T04:01:21.492Z Mediators to change: 1
2202026-05-06T04:01:21.492Z Create boot environment: No
2212026-05-06T04:01:21.492ZCreate backup boot environment: No
2222026-05-06T04:01:21.544Z Done
2232026-05-06T04:01:21.544Z Done
2242026-05-06T04:01:22.157Z Done
2252026-05-06T04:01:24.779Z Done
2262026-05-06T04:01:24.854Z Done
2272026-05-06T04:01:24.854Z Done
2282026-05-06T04:01:25.025Z Done
2292026-05-06T04:01:25.322ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2302026-05-06T04:01:25.322Zclang system 15 system
2312026-05-06T04:01:25.322Zcsh system system illumos
2322026-05-06T04:01:25.322Zctags system system illumos
2332026-05-06T04:01:25.322Zfile system system illumos
2342026-05-06T04:01:25.322Zgcc vendor 12 vendor
2352026-05-06T04:01:25.322Zgcc system 14 system
2362026-05-06T04:01:25.322Zgcc system 10 system
2372026-05-06T04:01:25.322Zgo system 1.20 system
2382026-05-06T04:01:25.322Zgo system 1.19 system
2392026-05-06T04:01:25.322Zllvm system 15 system
2402026-05-06T04:01:25.322Zllvm system 14 system
2412026-05-06T04:01:25.322Zmariadb system 10.6 system
2422026-05-06T04:01:25.322Zmta vendor vendor dma
2432026-05-06T04:01:25.322Zopenjdk system 17 system
2442026-05-06T04:01:25.322Zopenjdk system 11 system
2452026-05-06T04:01:25.322Zopenjdk system 1.8 system
2462026-05-06T04:01:25.322Zopenssl vendor 3 vendor
2472026-05-06T04:01:25.322Zperl system 5.36 system
2482026-05-06T04:01:25.322Zpostgresql system 18 system
2492026-05-06T04:01:25.322Zpostgresql system 15 system
2502026-05-06T04:01:25.322Zpostgresql system 13 system
2512026-05-06T04:01:25.322Zpython vendor 3 vendor
2522026-05-06T04:01:25.322Zpython system 2 system
2532026-05-06T04:01:25.322Zpython3 system 3.11 system
2542026-05-06T04:01:25.322Zruby system 3.0 system
2552026-05-06T04:01:25.322Zwords vendor vendor american-english
2562026-05-06T04:01:25.323Zwords system system australian-english
2572026-05-06T04:01:25.323Zwords system system british-english
2582026-05-06T04:01:25.323Zwords system system canadian-english
2592026-05-06T04:01:25.323Zwords system system french
2602026-05-06T04:01:25.323Zwords system system italian
2612026-05-06T04:01:25.323Zwords system system ngerman
2622026-05-06T04:01:25.323Zwords system system ogerman
2632026-05-06T04:01:25.323Zwords system system spanish
2642026-05-06T04:01:25.582ZPUBLISHER TYPE STATUS P LOCATION
2652026-05-06T04:01:25.582Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2662026-05-06T04:01:30.202ZFMRI IFO
2672026-05-06T04:01:30.202Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2682026-05-06T04:01:30.203Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2692026-05-06T04:01:30.203Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2702026-05-06T04:01:30.203Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2712026-05-06T04:01:30.203Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2722026-05-06T04:01:30.203Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2732026-05-06T04:01:30.203Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260217T164409Z im-
2742026-05-06T04:01:30.203Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260213T170424Z ---
2752026-05-06T04:01:30.203Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2762026-05-06T04:01:30.203Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2772026-05-06T04:01:30.203Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2782026-05-06T04:01:30.203Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2792026-05-06T04:01:30.203Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2802026-05-06T04:01:30.203Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2812026-05-06T04:01:30.203Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2822026-05-06T04:01:30.203Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2832026-05-06T04:01:30.203Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2842026-05-06T04:01:31.351Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2852026-05-06T04:01:31.710Z Updating crates.io index
2862026-05-06T04:01:31.751Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2872026-05-06T04:01:32.605Z Updating git repository `https://github.com/oxidecomputer/lldp`
2882026-05-06T04:01:32.905Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2892026-05-06T04:01:33.435Z Updating git repository `https://github.com/oxidecomputer/propolis`
2902026-05-06T04:01:34.631Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2912026-05-06T04:01:35.112Z Updating git repository `https://github.com/oxidecomputer/crucible`
2922026-05-06T04:01:36.456Z Updating git repository `https://github.com/oxidecomputer/opte`
2932026-05-06T04:01:37.228Z Updating git repository `https://github.com/oxidecomputer/tofino`
2942026-05-06T04:01:37.565Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2952026-05-06T04:01:38.290Z Updating git repository `https://github.com/oxidecomputer/clickward`
2962026-05-06T04:01:38.712Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2972026-05-06T04:01:38.998Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2982026-05-06T04:01:39.356Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2992026-05-06T04:01:40.229Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3002026-05-06T04:01:40.696Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3012026-05-06T04:01:41.068Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3022026-05-06T04:01:41.311Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3032026-05-06T04:01:41.719Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3042026-05-06T04:01:42.075Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3052026-05-06T04:01:42.290Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3062026-05-06T04:01:42.529Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3072026-05-06T04:01:42.900Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3082026-05-06T04:01:43.229Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3092026-05-06T04:01:43.768Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3102026-05-06T04:01:43.990Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3112026-05-06T04:01:44.300Z Updating git repository `https://github.com/oxidecomputer/ispf`
3122026-05-06T04:01:44.571Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3132026-05-06T04:01:45.394Z Updating git repository `https://github.com/oxidecomputer/crucible`
3142026-05-06T04:01:46.593Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3152026-05-06T04:01:47.040Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3162026-05-06T04:01:47.394Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3172026-05-06T04:01:47.774Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3182026-05-06T04:01:48.036Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3192026-05-06T04:01:48.492Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3202026-05-06T04:01:48.723Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3212026-05-06T04:01:48.962Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3222026-05-06T04:01:49.203Z Updating git repository `https://github.com/illumos/smf-rs`
3232026-05-06T04:01:49.538Z Updating git repository `https://github.com/oxidecomputer/omicron`
3242026-05-06T04:02:01.345Z Downloading crates ...
3252026-05-06T04:02:01.417Z Downloaded strsim v0.11.1
3262026-05-06T04:02:01.422Z Downloaded icu_normalizer_data v2.1.1
3272026-05-06T04:02:01.425Z Downloaded zerofrom v0.1.6
3282026-05-06T04:02:01.425Z Downloaded yoke-derive v0.8.1
3292026-05-06T04:02:01.425Z Downloaded serde_derive v1.0.228
3302026-05-06T04:02:01.428Z Downloaded clap v4.5.60
3312026-05-06T04:02:01.431Z Downloaded anstream v0.6.21
3322026-05-06T04:02:01.434Z Downloaded toml_datetime v0.6.11
3332026-05-06T04:02:01.438Z Downloaded heck v0.5.0
3342026-05-06T04:02:01.441Z Downloaded pest_meta v2.8.6
3352026-05-06T04:02:01.444Z Downloaded log v0.4.29
3362026-05-06T04:02:01.444Z Downloaded camino-tempfile v1.4.1
3372026-05-06T04:02:01.447Z Downloaded toml_write v0.1.2
3382026-05-06T04:02:01.447Z Downloaded pest_derive v2.8.6
3392026-05-06T04:02:01.450Z Downloaded usdt v0.5.0
3402026-05-06T04:02:01.453Z Downloaded getrandom v0.4.1
3412026-05-06T04:02:01.456Z Downloaded writeable v0.6.2
3422026-05-06T04:02:01.456Z Downloaded icu_properties v2.1.2
3432026-05-06T04:02:01.459Z Downloaded version_check v0.9.5
3442026-05-06T04:02:01.459Z Downloaded usdt-attr-macro v0.5.0
3452026-05-06T04:02:01.459Z Downloaded idna_adapter v1.2.1
3462026-05-06T04:02:01.464Z Downloaded proc-macro-error v1.0.4
3472026-05-06T04:02:01.468Z Downloaded usdt-macro v0.5.0
3482026-05-06T04:02:01.468Z Downloaded zerofrom-derive v0.1.6
3492026-05-06T04:02:01.468Z Downloaded heck v0.4.1
3502026-05-06T04:02:01.468Z Downloaded icu_provider v2.1.1
3512026-05-06T04:02:01.468Z Downloaded unicode-linebreak v0.1.5
3522026-05-06T04:02:01.473Z Downloaded plain v0.2.3
3532026-05-06T04:02:01.473Z Downloaded pest_generator v2.8.6
3542026-05-06T04:02:01.473Z Downloaded typeid v1.0.3
3552026-05-06T04:02:01.476Z Downloaded thread-id v4.2.2
3562026-05-06T04:02:01.476Z Downloaded byteorder v1.5.0
3572026-05-06T04:02:01.479Z Downloaded scroll_derive v0.12.1
3582026-05-06T04:02:01.479Z Downloaded clap_lex v1.0.0
3592026-05-06T04:02:01.479Z Downloaded sha2 v0.10.9
3602026-05-06T04:02:01.479Z Downloaded litemap v0.8.1
3612026-05-06T04:02:01.485Z Downloaded utf8_iter v1.0.4
3622026-05-06T04:02:01.488Z Downloaded utf8parse v0.2.2
3632026-05-06T04:02:01.492Z Downloaded errno v0.3.14
3642026-05-06T04:02:01.495Z Downloaded digest v0.10.7
3652026-05-06T04:02:01.495Z Downloaded zerovec-derive v0.11.2
3662026-05-06T04:02:01.495Z Downloaded displaydoc v0.2.5
3672026-05-06T04:02:01.498Z Downloaded tinystr v0.8.2
3682026-05-06T04:02:01.498Z Downloaded cfg-if v1.0.4
3692026-05-06T04:02:01.498Z Downloaded dof v0.3.0
3702026-05-06T04:02:01.502Z Downloaded thiserror v1.0.69
3712026-05-06T04:02:01.505Z Downloaded usdt-impl v0.5.0
3722026-05-06T04:02:01.508Z Downloaded indexmap v2.14.0
3732026-05-06T04:02:01.508Z Downloaded num-traits v0.2.19
3742026-05-06T04:02:01.512Z Downloaded cargo_toml v0.21.0
3752026-05-06T04:02:01.512Z Downloaded thiserror-impl v1.0.69
3762026-05-06T04:02:01.515Z Downloaded fs-err v3.3.0
3772026-05-06T04:02:01.515Z Downloaded zmij v1.0.21
3782026-05-06T04:02:01.515Z Downloaded unicode-xid v0.2.6
3792026-05-06T04:02:01.515Z Downloaded yoke v0.8.1
3802026-05-06T04:02:01.519Z Downloaded form_urlencoded v1.2.2
3812026-05-06T04:02:01.519Z Downloaded block-buffer v0.10.4
3822026-05-06T04:02:01.522Z Downloaded thiserror v2.0.18
3832026-05-06T04:02:01.526Z Downloaded percent-encoding v2.3.2
3842026-05-06T04:02:01.526Z Downloaded fnv v1.0.7
3852026-05-06T04:02:01.526Z Downloaded camino v1.2.2
3862026-05-06T04:02:01.526Z Downloaded toml v0.8.23
3872026-05-06T04:02:01.529Z Downloaded icu_normalizer v2.1.1
3882026-05-06T04:02:01.529Z Downloaded macaddr v1.0.1
3892026-05-06T04:02:01.529Z Downloaded swrite v0.1.0
3902026-05-06T04:02:01.532Z Downloaded colorchoice v1.0.4
3912026-05-06T04:02:01.532Z Downloaded bitflags v2.11.0
3922026-05-06T04:02:01.535Z Downloaded unicode-ident v1.0.24
3932026-05-06T04:02:01.535Z Downloaded serde_tokenstream v0.2.3
3942026-05-06T04:02:01.538Z Downloaded zerocopy-derive v0.7.35
3952026-05-06T04:02:01.542Z Downloaded zerotrie v0.2.3
3962026-05-06T04:02:01.545Z Downloaded textwrap v0.16.2
3972026-05-06T04:02:01.545Z Downloaded smawk v0.3.2
3982026-05-06T04:02:01.545Z Downloaded ucd-trie v0.1.7
3992026-05-06T04:02:01.548Z Downloaded memmap v0.7.0
4002026-05-06T04:02:01.551Z Downloaded thiserror-impl v2.0.18
4012026-05-06T04:02:01.552Z Downloaded url v2.5.8
4022026-05-06T04:02:01.555Z Downloaded toml_edit v0.22.27
4032026-05-06T04:02:01.555Z Downloaded serde-value v0.7.0
4042026-05-06T04:02:01.558Z Downloaded terminal_size v0.4.3
4052026-05-06T04:02:01.558Z Downloaded zerovec v0.11.5
4062026-05-06T04:02:01.562Z Downloaded typenum v1.19.0
4072026-05-06T04:02:01.562Z Downloaded clap_derive v4.5.55
4082026-05-06T04:02:01.565Z Downloaded anstyle-parse v0.2.7
4092026-05-06T04:02:01.568Z Downloaded cargo_metadata v0.21.0
4102026-05-06T04:02:01.571Z Downloaded icu_locale_core v2.1.1
4112026-05-06T04:02:01.575Z Downloaded serde v1.0.228
4122026-05-06T04:02:01.575Z Downloaded ordered-float v2.10.1
4132026-05-06T04:02:01.575Z Downloaded cpufeatures v0.2.17
4142026-05-06T04:02:01.578Z Downloaded zerocopy v0.7.35
4152026-05-06T04:02:01.586Z Downloaded unicode-width v0.1.14
4162026-05-06T04:02:01.589Z Downloaded serde_spanned v0.6.9
4172026-05-06T04:02:01.592Z Downloaded anyhow v1.0.102
4182026-05-06T04:02:01.592Z Downloaded tempfile v3.25.0
4192026-05-06T04:02:01.595Z Downloaded serde_core v1.0.228
4202026-05-06T04:02:01.596Z Downloaded proc-macro2 v1.0.106
4212026-05-06T04:02:01.599Z Downloaded winnow v0.7.14
4222026-05-06T04:02:01.602Z Downloaded anstyle-query v1.1.5
4232026-05-06T04:02:01.605Z Downloaded unicode-width v0.2.0
4242026-05-06T04:02:01.607Z Downloaded semver v1.0.28
4252026-05-06T04:02:01.611Z Downloaded icu_collections v2.1.1
4262026-05-06T04:02:01.614Z Downloaded goblin v0.8.2
4272026-05-06T04:02:01.625Z Downloaded idna v1.1.0
4282026-05-06T04:02:01.628Z Downloaded serde_json v1.0.149
4292026-05-06T04:02:01.643Z Downloaded tabled v0.15.0
4302026-05-06T04:02:01.651Z Downloaded cargo-platform v0.2.0
4312026-05-06T04:02:01.699Z Downloaded syn v2.0.117
4322026-05-06T04:02:01.699Z Downloaded fastrand v2.3.0
4332026-05-06T04:02:01.699Z Downloaded rustix v1.1.3
4342026-05-06T04:02:01.699Z Downloaded papergrid v0.11.0
4352026-05-06T04:02:01.699Z Downloaded crypto-common v0.1.7
4362026-05-06T04:02:01.699Z Downloaded potential_utf v0.1.4
4372026-05-06T04:02:01.699Z Downloaded tabled_derive v0.7.0
4382026-05-06T04:02:01.699Z Downloaded proc-macro-error-attr v1.0.4
4392026-05-06T04:02:01.699Z Downloaded quote v1.0.45
4402026-05-06T04:02:01.699Z Downloaded bytecount v0.6.9
4412026-05-06T04:02:01.699Z Downloaded dtrace-parser v0.2.0
4422026-05-06T04:02:01.704Z Downloaded scroll v0.12.0
4432026-05-06T04:02:01.704Z Downloaded erased-serde v0.4.9
4442026-05-06T04:02:01.704Z Downloaded equivalent v1.0.2
4452026-05-06T04:02:01.704Z Downloaded smallvec v1.15.1
4462026-05-06T04:02:01.709Z Downloaded serde-untagged v0.1.9
4472026-05-06T04:02:01.709Z Downloaded generic-array v0.14.7
4482026-05-06T04:02:01.709Z Downloaded once_cell v1.21.3
4492026-05-06T04:02:01.712Z Downloaded pretty-hex v0.4.1
4502026-05-06T04:02:01.715Z Downloaded synstructure v0.13.2
4512026-05-06T04:02:01.719Z Downloaded memchr v2.8.0
4522026-05-06T04:02:01.723Z Downloaded icu_properties_data v2.1.2
4532026-05-06T04:02:01.728Z Downloaded stable_deref_trait v1.2.1
4542026-05-06T04:02:01.738Z Downloaded autocfg v1.5.0
4552026-05-06T04:02:01.741Z Downloaded cargo-util-schemas v0.8.2
4562026-05-06T04:02:01.744Z Downloaded is_terminal_polyfill v1.70.2
4572026-05-06T04:02:01.753Z Downloaded itoa v1.0.17
4582026-05-06T04:02:01.757Z Downloaded anstyle v1.0.13
4592026-05-06T04:02:01.761Z Downloaded clap_builder v4.5.60
4602026-05-06T04:02:01.774Z Downloaded pest v2.8.6
4612026-05-06T04:02:01.803Z Downloaded syn v1.0.109
4622026-05-06T04:02:01.820Z Downloaded hashbrown v0.17.0
4632026-05-06T04:02:01.824Z Downloaded libc v0.2.185
4642026-05-06T04:02:01.892Z Compiling proc-macro2 v1.0.106
4652026-05-06T04:02:01.892Z Compiling unicode-ident v1.0.24
4662026-05-06T04:02:01.895Z Compiling quote v1.0.45
4672026-05-06T04:02:01.895Z Compiling serde_core v1.0.228
4682026-05-06T04:02:01.896Z Compiling libc v0.2.185
4692026-05-06T04:02:01.896Z Compiling version_check v0.9.5
4702026-05-06T04:02:01.896Z Compiling memchr v2.8.0
4712026-05-06T04:02:01.896Z Compiling serde v1.0.228
4722026-05-06T04:02:02.241Z Compiling stable_deref_trait v1.2.1
4732026-05-06T04:02:02.318Z Compiling zmij v1.0.21
4742026-05-06T04:02:02.408Z Compiling ucd-trie v0.1.7
4752026-05-06T04:02:02.522Z Compiling autocfg v1.5.0
4762026-05-06T04:02:02.525Z Compiling thiserror v1.0.69
4772026-05-06T04:02:02.672Z Compiling itoa v1.0.17
4782026-05-06T04:02:02.855Z Compiling pest v2.8.6
4792026-05-06T04:02:02.911Z Compiling writeable v0.6.2
4802026-05-06T04:02:02.938Z Compiling litemap v0.8.1
4812026-05-06T04:02:02.982Z Compiling icu_properties_data v2.1.2
4822026-05-06T04:02:02.999Z Compiling icu_normalizer_data v2.1.1
4832026-05-06T04:02:03.104Z Compiling byteorder v1.5.0
4842026-05-06T04:02:03.134Z Compiling rustix v1.1.3
4852026-05-06T04:02:03.359Z Compiling syn v2.0.117
4862026-05-06T04:02:03.481Z Compiling errno v0.3.14
4872026-05-06T04:02:03.515Z Compiling serde_json v1.0.149
4882026-05-06T04:02:03.531Z Compiling bitflags v2.11.0
4892026-05-06T04:02:03.770Z Compiling num-traits v0.2.19
4902026-05-06T04:02:03.788Z Compiling hashbrown v0.17.0
4912026-05-06T04:02:03.806Z Compiling equivalent v1.0.2
4922026-05-06T04:02:03.899Z Compiling pest_meta v2.8.6
4932026-05-06T04:02:03.954Z Compiling typeid v1.0.3
4942026-05-06T04:02:04.087Z Compiling smallvec v1.15.1
4952026-05-06T04:02:04.301Z Compiling indexmap v2.14.0
4962026-05-06T04:02:04.406Z Compiling thread-id v4.2.2
4972026-05-06T04:02:04.446Z Compiling usdt-impl v0.5.0
4982026-05-06T04:02:04.492Z Compiling proc-macro-error-attr v1.0.4
4992026-05-06T04:02:04.556Z Compiling erased-serde v0.4.9
5002026-05-06T04:02:04.661Z Compiling winnow v0.7.14
5012026-05-06T04:02:04.680Z Compiling toml_write v0.1.2
5022026-05-06T04:02:04.859Z Compiling syn v1.0.109
5032026-05-06T04:02:05.224Z Compiling proc-macro-error v1.0.4
5042026-05-06T04:02:05.259Z Compiling percent-encoding v2.3.2
5052026-05-06T04:02:05.420Z Compiling plain v0.2.3
5062026-05-06T04:02:05.465Z Compiling utf8parse v0.2.2
5072026-05-06T04:02:05.537Z Compiling utf8_iter v1.0.4
5082026-05-06T04:02:05.565Z Compiling camino v1.2.2
5092026-05-06T04:02:05.585Z Compiling log v0.4.29
5102026-05-06T04:02:05.634Z Compiling thiserror v2.0.18
5112026-05-06T04:02:05.692Z Compiling getrandom v0.4.1
5122026-05-06T04:02:05.774Z Compiling anstyle-parse v0.2.7
5132026-05-06T04:02:05.937Z Compiling ordered-float v2.10.1
5142026-05-06T04:02:05.974Z Compiling form_urlencoded v1.2.2
5152026-05-06T04:02:06.051Z Compiling synstructure v0.13.2
5162026-05-06T04:02:06.070Z Compiling pest_generator v2.8.6
5172026-05-06T04:02:06.214Z Compiling terminal_size v0.4.3
5182026-05-06T04:02:06.367Z Compiling is_terminal_polyfill v1.70.2
5192026-05-06T04:02:06.463Z Compiling pretty-hex v0.4.1
5202026-05-06T04:02:06.482Z Compiling anstyle-query v1.1.5
5212026-05-06T04:02:06.592Z Compiling colorchoice v1.0.4
5222026-05-06T04:02:06.611Z Compiling anstyle v1.0.13
5232026-05-06T04:02:06.647Z Compiling cfg-if v1.0.4
5242026-05-06T04:02:06.651Z Compiling serde-untagged v0.1.9
5252026-05-06T04:02:06.770Z Compiling semver v1.0.28
5262026-05-06T04:02:06.786Z Compiling anstream v0.6.21
5272026-05-06T04:02:06.877Z Compiling fs-err v3.3.0
5282026-05-06T04:02:06.896Z Compiling strsim v0.11.1
5292026-05-06T04:02:07.078Z Compiling bytecount v0.6.9
5302026-05-06T04:02:07.105Z Compiling once_cell v1.21.3
5312026-05-06T04:02:07.105Z Compiling heck v0.4.1
5322026-05-06T04:02:07.109Z Compiling clap_lex v1.0.0
5332026-05-06T04:02:07.215Z Compiling unicode-xid v0.2.6
5342026-05-06T04:02:07.336Z Compiling fnv v1.0.7
5352026-05-06T04:02:07.339Z Compiling unicode-width v0.1.14
5362026-05-06T04:02:07.371Z Compiling anyhow v1.0.102
5372026-05-06T04:02:07.374Z Compiling heck v0.5.0
5382026-05-06T04:02:07.442Z Compiling fastrand v2.3.0
5392026-05-06T04:02:07.561Z Compiling clap_builder v4.5.60
5402026-05-06T04:02:07.626Z Compiling tempfile v3.25.0
5412026-05-06T04:02:07.629Z Compiling papergrid v0.11.0
5422026-05-06T04:02:07.725Z Compiling serde_derive v1.0.228
5432026-05-06T04:02:07.810Z Compiling zerofrom-derive v0.1.6
5442026-05-06T04:02:07.894Z Compiling yoke-derive v0.8.1
5452026-05-06T04:02:08.004Z Compiling zerovec-derive v0.11.2
5462026-05-06T04:02:08.147Z Compiling displaydoc v0.2.5
5472026-05-06T04:02:08.875Z Compiling thiserror-impl v1.0.69
5482026-05-06T04:02:09.043Z Compiling zerocopy-derive v0.7.35
5492026-05-06T04:02:09.062Z Compiling pest_derive v2.8.6
5502026-05-06T04:02:09.092Z Compiling scroll_derive v0.12.1
5512026-05-06T04:02:09.183Z Compiling zerofrom v0.1.6
5522026-05-06T04:02:09.320Z Compiling yoke v0.8.1
5532026-05-06T04:02:09.481Z Compiling thiserror-impl v2.0.18
5542026-05-06T04:02:09.519Z Compiling zerovec v0.11.5
5552026-05-06T04:02:09.743Z Compiling zerotrie v0.2.3
5562026-05-06T04:02:09.935Z Compiling zerocopy v0.7.35
5572026-05-06T04:02:10.048Z Compiling tinystr v0.8.2
5582026-05-06T04:02:10.112Z Compiling potential_utf v0.1.4
5592026-05-06T04:02:10.267Z Compiling icu_locale_core v2.1.1
5602026-05-06T04:02:10.286Z Compiling icu_collections v2.1.1
5612026-05-06T04:02:10.289Z Compiling dtrace-parser v0.2.0
5622026-05-06T04:02:10.499Z Compiling scroll v0.12.0
5632026-05-06T04:02:10.616Z Compiling tabled_derive v0.7.0
5642026-05-06T04:02:10.780Z Compiling goblin v0.8.2
5652026-05-06T04:02:10.798Z Compiling clap_derive v4.5.55
5662026-05-06T04:02:10.911Z Compiling icu_provider v2.1.1
5672026-05-06T04:02:11.165Z Compiling icu_normalizer v2.1.1
5682026-05-06T04:02:11.187Z Compiling icu_properties v2.1.2
5692026-05-06T04:02:11.217Z Compiling toml_datetime v0.6.11
5702026-05-06T04:02:11.229Z Compiling serde_spanned v0.6.9
5712026-05-06T04:02:11.267Z Compiling dof v0.3.0
5722026-05-06T04:02:11.386Z Compiling serde_tokenstream v0.2.3
5732026-05-06T04:02:11.485Z Compiling toml_edit v0.22.27
5742026-05-06T04:02:11.663Z Compiling serde-value v0.7.0
5752026-05-06T04:02:11.704Z Compiling cargo-platform v0.2.0
5762026-05-06T04:02:11.724Z Compiling memmap v0.7.0
5772026-05-06T04:02:11.909Z Compiling unicode-linebreak v0.1.5
5782026-05-06T04:02:11.981Z Compiling smawk v0.3.2
5792026-05-06T04:02:12.029Z Compiling unicode-width v0.2.0
5802026-05-06T04:02:12.125Z Compiling idna_adapter v1.2.1
5812026-05-06T04:02:12.157Z Compiling tabled v0.15.0
5822026-05-06T04:02:12.160Z Compiling usdt-attr-macro v0.5.0
5832026-05-06T04:02:12.269Z Compiling idna v1.1.0
5842026-05-06T04:02:12.287Z Compiling usdt-macro v0.5.0
5852026-05-06T04:02:12.303Z Compiling textwrap v0.16.2
5862026-05-06T04:02:12.555Z Compiling clap v4.5.60
5872026-05-06T04:02:12.646Z Compiling url v2.5.8
5882026-05-06T04:02:12.766Z Compiling macaddr v1.0.1
5892026-05-06T04:02:12.906Z Compiling toml v0.8.23
5902026-05-06T04:02:12.934Z Compiling camino-tempfile v1.4.1
5912026-05-06T04:02:13.204Z Compiling swrite v0.1.0
5922026-05-06T04:02:13.284Z Compiling cargo-util-schemas v0.8.2
5932026-05-06T04:02:13.310Z Compiling cargo_toml v0.21.0
5942026-05-06T04:02:13.395Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5952026-05-06T04:02:13.852Z Compiling usdt v0.5.0
5962026-05-06T04:02:14.217Z Compiling cargo_metadata v0.21.0
5972026-05-06T04:02:15.160Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5982026-05-06T04:02:17.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.10s
5992026-05-06T04:02:17.524Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
6002026-05-06T04:02:18.087Z Downloading crates ...
6012026-05-06T04:02:18.212Z Downloaded atomic-waker v1.1.2
6022026-05-06T04:02:18.215Z Downloaded cfg_aliases v0.2.1
6032026-05-06T04:02:18.218Z Downloaded compression-core v0.4.31
6042026-05-06T04:02:18.221Z Downloaded buf-list v1.1.2
6052026-05-06T04:02:18.225Z Downloaded bit-vec v0.8.0
6062026-05-06T04:02:18.235Z Downloaded backon v1.6.0
6072026-05-06T04:02:18.238Z Downloaded bitvec v1.0.1
6082026-05-06T04:02:18.245Z Downloaded downcast-rs v2.0.2
6092026-05-06T04:02:18.248Z Downloaded cipher v0.4.4
6102026-05-06T04:02:18.248Z Downloaded cassowary v0.3.0
6112026-05-06T04:02:18.248Z Downloaded diesel-dtrace v0.5.0
6122026-05-06T04:02:18.248Z Downloaded crucible-workspace-hack v0.1.0
6132026-05-06T04:02:18.251Z Downloaded ciborium-ll v0.2.2
6142026-05-06T04:02:18.252Z Downloaded ctr v0.9.2
6152026-05-06T04:02:18.252Z Downloaded critical-section v1.2.0
6162026-05-06T04:02:18.254Z Downloaded dyn-clone v1.0.20
6172026-05-06T04:02:18.255Z Downloaded const-oid v0.9.6
6182026-05-06T04:02:18.258Z Downloaded drift v0.1.3
6192026-05-06T04:02:18.261Z Downloaded convert_case v0.4.0
6202026-05-06T04:02:18.261Z Downloaded diesel_table_macro_syntax v0.3.0
6212026-05-06T04:02:18.261Z Downloaded darling v0.20.11
6222026-05-06T04:02:18.264Z Downloaded bzip2 v0.4.4
6232026-05-06T04:02:18.264Z Downloaded derive_builder_macro v0.20.2
6242026-05-06T04:02:18.267Z Downloaded bit-vec v0.6.3
6252026-05-06T04:02:18.267Z Downloaded darling_macro v0.20.11
6262026-05-06T04:02:18.267Z Downloaded crc8 v0.1.1
6272026-05-06T04:02:18.267Z Downloaded bit-set v0.5.3
6282026-05-06T04:02:18.270Z Downloaded backoff v0.4.0
6292026-05-06T04:02:18.270Z Downloaded crc32fast v1.5.0
6302026-05-06T04:02:18.270Z Downloaded crc v3.4.0
6312026-05-06T04:02:18.307Z Downloaded chacha20 v0.9.1
6322026-05-06T04:02:18.307Z Downloaded cookie_store v0.22.1
6332026-05-06T04:02:18.307Z Downloaded float-cmp v0.10.0
6342026-05-06T04:02:18.307Z Downloaded dirs-sys-next v0.1.2
6352026-05-06T04:02:18.307Z Downloaded flagset v0.4.7
6362026-05-06T04:02:18.307Z Downloaded cancel-safe-futures v0.1.5
6372026-05-06T04:02:18.307Z Downloaded document-features v0.2.12
6382026-05-06T04:02:18.307Z Downloaded curve25519-dalek-derive v0.1.1
6392026-05-06T04:02:18.307Z Downloaded ascii-canvas v3.0.0
6402026-05-06T04:02:18.307Z Downloaded bumpalo v3.20.2
6412026-05-06T04:02:18.307Z Downloaded defmt v0.3.100
6422026-05-06T04:02:18.307Z Downloaded argon2 v0.5.3
6432026-05-06T04:02:18.308Z Downloaded cc v1.2.56
6442026-05-06T04:02:18.308Z Downloaded embedded-io v0.4.0
6452026-05-06T04:02:18.308Z Downloaded ecdsa v0.16.9
6462026-05-06T04:02:18.308Z Downloaded arrayref v0.3.9
6472026-05-06T04:02:18.308Z Downloaded deranged v0.5.8
6482026-05-06T04:02:18.308Z Downloaded async-stream-impl v0.3.6
6492026-05-06T04:02:18.308Z Downloaded crossbeam-deque v0.8.6
6502026-05-06T04:02:18.308Z Downloaded ciborium-io v0.2.2
6512026-05-06T04:02:18.308Z Downloaded dtrace-parser v0.3.0
6522026-05-06T04:02:18.314Z Downloaded dsl_auto_type v0.2.0
6532026-05-06T04:02:18.314Z Downloaded dof v0.4.0
6542026-05-06T04:02:18.314Z Downloaded daft-derive v0.1.5
6552026-05-06T04:02:18.315Z Downloaded fs_extra v1.3.0
6562026-05-06T04:02:18.315Z Downloaded defmt-macros v1.0.1
6572026-05-06T04:02:18.315Z Downloaded env_filter v1.0.0
6582026-05-06T04:02:18.318Z Downloaded fd-lock v4.0.4
6592026-05-06T04:02:18.318Z Downloaded foreign-types v0.3.2
6602026-05-06T04:02:18.318Z Downloaded bitfield-struct v0.6.2
6612026-05-06T04:02:18.318Z Downloaded darling_macro v0.23.0
6622026-05-06T04:02:18.318Z Downloaded crunchy v0.2.4
6632026-05-06T04:02:18.321Z Downloaded crc-any v2.5.0
6642026-05-06T04:02:18.326Z Downloaded elliptic-curve v0.13.8
6652026-05-06T04:02:18.326Z Downloaded bit-set v0.8.0
6662026-05-06T04:02:18.333Z Downloaded display-error-chain v0.2.2
6672026-05-06T04:02:18.338Z Downloaded funty v2.0.0
6682026-05-06T04:02:18.338Z Downloaded embedded-io v0.6.1
6692026-05-06T04:02:18.338Z Downloaded debug-ignore v1.0.5
6702026-05-06T04:02:18.338Z Downloaded dirs-next v2.0.0
6712026-05-06T04:02:18.338Z Downloaded block-padding v0.3.3
6722026-05-06T04:02:18.338Z Downloaded castaway v0.2.4
6732026-05-06T04:02:18.338Z Downloaded bitfield-macros v0.19.4
6742026-05-06T04:02:18.343Z Downloaded fxhash v0.2.1
6752026-05-06T04:02:18.343Z Downloaded cobs v0.3.0
6762026-05-06T04:02:18.343Z Downloaded darling v0.23.0
6772026-05-06T04:02:18.349Z Downloaded fs-err v2.11.0
6782026-05-06T04:02:18.349Z Downloaded find-msvc-tools v0.1.9
6792026-05-06T04:02:18.353Z Downloaded defmt-parser v1.0.0
6802026-05-06T04:02:18.353Z Downloaded colored v3.1.1
6812026-05-06T04:02:18.353Z Downloaded chacha20 v0.10.0
6822026-05-06T04:02:18.353Z Downloaded byte-wrapper v0.1.0
6832026-05-06T04:02:18.356Z Downloaded fixedbitset v0.4.2
6842026-05-06T04:02:18.356Z Downloaded cargo-platform v0.1.9
6852026-05-06T04:02:18.356Z Downloaded cpufeatures v0.3.0
6862026-05-06T04:02:18.359Z Downloaded cstr-argument v0.1.2
6872026-05-06T04:02:18.362Z Downloaded futures-sink v0.3.32
6882026-05-06T04:02:18.362Z Downloaded darling_macro v0.21.3
6892026-05-06T04:02:18.362Z Downloaded const_format v0.2.35
6902026-05-06T04:02:18.367Z Downloaded dunce v1.0.5
6912026-05-06T04:02:18.367Z Downloaded der_derive v0.7.3
6922026-05-06T04:02:18.371Z Downloaded cexpr v0.6.0
6932026-05-06T04:02:18.371Z Downloaded foldhash v0.1.5
6942026-05-06T04:02:18.371Z Downloaded darling v0.21.3
6952026-05-06T04:02:18.374Z Downloaded float-ord v0.3.2
6962026-05-06T04:02:18.374Z Downloaded enum-as-inner v0.6.1
6972026-05-06T04:02:18.378Z Downloaded cfg_aliases v0.1.1
6982026-05-06T04:02:18.378Z Downloaded futures-task v0.3.32
6992026-05-06T04:02:18.378Z Downloaded cbc v0.1.2
7002026-05-06T04:02:18.381Z Downloaded ar_archive_writer v0.5.1
7012026-05-06T04:02:18.381Z Downloaded endian-type v0.1.2
7022026-05-06T04:02:18.381Z Downloaded dropshot-api-manager-types v0.7.1
7032026-05-06T04:02:18.392Z Downloaded hash32 v0.2.1
7042026-05-06T04:02:18.395Z Downloaded assert_matches v1.5.0
7052026-05-06T04:02:18.395Z Downloaded bb8 v0.8.6
7062026-05-06T04:02:18.395Z Downloaded difflib v0.4.0
7072026-05-06T04:02:18.398Z Downloaded data-encoding v2.10.0
7082026-05-06T04:02:18.398Z Downloaded async-recursion v1.1.1
7092026-05-06T04:02:18.401Z Downloaded ff v0.13.1
7102026-05-06T04:02:18.401Z Downloaded ed25519 v2.2.3
7112026-05-06T04:02:18.406Z Downloaded atty v0.2.14
7122026-05-06T04:02:18.406Z Downloaded bcrypt-pbkdf v0.10.0
7132026-05-06T04:02:18.406Z Downloaded futures-macro v0.3.32
7142026-05-06T04:02:18.411Z Downloaded async-stream v0.3.6
7152026-05-06T04:02:18.411Z Downloaded globwalk v0.9.1
7162026-05-06T04:02:18.411Z Downloaded ghash v0.5.1
7172026-05-06T04:02:18.411Z Downloaded atomicwrites v0.4.4
7182026-05-06T04:02:18.414Z Downloaded foreign-types-shared v0.1.1
7192026-05-06T04:02:18.414Z Downloaded hash32 v0.3.1
7202026-05-06T04:02:18.414Z Downloaded crc-catalog v2.4.0
7212026-05-06T04:02:18.414Z Downloaded array-init v0.0.4
7222026-05-06T04:02:18.414Z Downloaded gethostname v0.5.0
7232026-05-06T04:02:18.414Z Downloaded aead v0.5.2
7242026-05-06T04:02:18.418Z Downloaded foreign-types v0.5.0
7252026-05-06T04:02:18.422Z Downloaded const_format_proc_macros v0.2.34
7262026-05-06T04:02:18.422Z Downloaded adler2 v2.0.1
7272026-05-06T04:02:18.422Z Downloaded corncobs v0.1.4
7282026-05-06T04:02:18.426Z Downloaded futures-executor v0.3.32
7292026-05-06T04:02:18.426Z Downloaded derive_more-impl v2.1.1
7302026-05-06T04:02:18.429Z Downloaded erased-serde v0.3.31
7312026-05-06T04:02:18.429Z Downloaded async-trait v0.1.89
7322026-05-06T04:02:18.432Z Downloaded derive_builder_core v0.20.2
7332026-05-06T04:02:18.432Z Downloaded futures-io v0.3.32
7342026-05-06T04:02:18.432Z Downloaded foreign-types-shared v0.3.1
7352026-05-06T04:02:18.437Z Downloaded base16ct v0.2.0
7362026-05-06T04:02:18.437Z Downloaded ciborium v0.2.2
7372026-05-06T04:02:18.437Z Downloaded arrayvec v0.7.6
7382026-05-06T04:02:18.442Z Downloaded bcs v0.1.6
7392026-05-06T04:02:18.447Z Downloaded headers-core v0.3.0
7402026-05-06T04:02:18.447Z Downloaded hostname v0.4.2
7412026-05-06T04:02:18.450Z Downloaded http-range v0.1.5
7422026-05-06T04:02:18.453Z Downloaded hubpack v0.1.2
7432026-05-06T04:02:18.453Z Downloaded env_logger v0.11.9
7442026-05-06T04:02:18.457Z Downloaded hex v0.4.3
7452026-05-06T04:02:18.457Z Downloaded daft v0.1.5
7462026-05-06T04:02:18.457Z Downloaded constant_time_eq v0.4.2
7472026-05-06T04:02:18.461Z Downloaded blowfish v0.9.1
7482026-05-06T04:02:18.461Z Downloaded convert_case v0.10.0
7492026-05-06T04:02:18.461Z Downloaded bitflags v1.3.2
7502026-05-06T04:02:18.464Z Downloaded either v1.15.0
7512026-05-06T04:02:18.464Z Downloaded hubpack_derive v0.1.1
7522026-05-06T04:02:18.464Z Downloaded httpdate v1.0.3
7532026-05-06T04:02:18.464Z Downloaded hyper-tls v0.6.0
7542026-05-06T04:02:18.467Z Downloaded http-body v1.0.1
7552026-05-06T04:02:18.467Z Downloaded defmt v1.0.1
7562026-05-06T04:02:18.471Z Downloaded foldhash v0.2.0
7572026-05-06T04:02:18.471Z Downloaded ena v0.14.4
7582026-05-06T04:02:18.471Z Downloaded cargo_metadata v0.19.2
7592026-05-06T04:02:18.476Z Downloaded indent_write v2.2.0
7602026-05-06T04:02:18.476Z Downloaded foreign-types-macros v0.2.3
7612026-05-06T04:02:18.476Z Downloaded cmake v0.1.57
7622026-05-06T04:02:18.476Z Downloaded bitfield v0.19.4
7632026-05-06T04:02:18.479Z Downloaded instant v0.1.13
7642026-05-06T04:02:18.479Z Downloaded inout v0.1.4
7652026-05-06T04:02:18.479Z Downloaded hostname v0.3.1
7662026-05-06T04:02:18.479Z Downloaded derive-ex v0.1.8
7672026-05-06T04:02:18.479Z Downloaded ident_case v1.0.1
7682026-05-06T04:02:18.484Z Downloaded base64ct v1.8.3
7692026-05-06T04:02:18.484Z Downloaded async-bb8-diesel v0.2.1
7702026-05-06T04:02:18.487Z Downloaded fixedbitset v0.5.7
7712026-05-06T04:02:18.491Z Downloaded ahash v0.8.12
7722026-05-06T04:02:18.491Z Downloaded instability v0.3.11
7732026-05-06T04:02:18.494Z Downloaded futures-core v0.3.32
7742026-05-06T04:02:18.494Z Downloaded filetime v0.2.27
7752026-05-06T04:02:18.497Z Downloaded blake2 v0.10.6
7762026-05-06T04:02:18.498Z Downloaded console v0.16.2
7772026-05-06T04:02:18.501Z Downloaded hex-literal v0.4.1
7782026-05-06T04:02:18.501Z Downloaded glob v0.3.3
7792026-05-06T04:02:18.501Z Downloaded git-stub v1.0.0
7802026-05-06T04:02:18.505Z Downloaded internet-checksum v0.2.1
7812026-05-06T04:02:18.505Z Downloaded group v0.13.0
7822026-05-06T04:02:18.505Z Downloaded is-terminal v0.4.17
7832026-05-06T04:02:18.508Z Downloaded dropshot_endpoint v0.16.7
7842026-05-06T04:02:18.511Z Downloaded bzip2 v0.6.1
7852026-05-06T04:02:18.511Z Downloaded diff v0.1.13
7862026-05-06T04:02:18.514Z Downloaded is_ci v1.2.0
7872026-05-06T04:02:18.514Z Downloaded csv-core v0.1.13
7882026-05-06T04:02:18.514Z Downloaded camino-tempfile-ext v0.3.3
7892026-05-06T04:02:18.518Z Downloaded indoc v1.0.9
7902026-05-06T04:02:18.521Z Downloaded console v0.15.11
7912026-05-06T04:02:18.521Z Downloaded derive_more v2.1.1
7922026-05-06T04:02:18.527Z Downloaded home v0.5.12
7932026-05-06T04:02:18.530Z Downloaded cookie v0.18.1
7942026-05-06T04:02:18.530Z Downloaded derive-where v1.6.0
7952026-05-06T04:02:18.534Z Downloaded compression-codecs v0.4.37
7962026-05-06T04:02:18.534Z Downloaded keccak v0.1.6
7972026-05-06T04:02:18.538Z Downloaded match_cfg v0.1.0
7982026-05-06T04:02:18.538Z Downloaded highway v1.3.0
7992026-05-06T04:02:18.538Z Downloaded http-body-util v0.1.3
8002026-05-06T04:02:18.542Z Downloaded libscf-sys v1.1.0
8012026-05-06T04:02:18.542Z Downloaded colored v2.2.0
8022026-05-06T04:02:18.545Z Downloaded lalrpop-util v0.19.12
8032026-05-06T04:02:18.545Z Downloaded ingot v0.1.1
8042026-05-06T04:02:18.545Z Downloaded des v0.8.1
8052026-05-06T04:02:18.548Z Downloaded lazy_static v1.5.0
8062026-05-06T04:02:18.548Z Downloaded maybe-uninit v2.0.0
8072026-05-06T04:02:18.548Z Downloaded kstat-rs v0.2.4
8082026-05-06T04:02:18.551Z Downloaded lru-cache v0.1.2
8092026-05-06T04:02:18.551Z Downloaded compact_str v0.8.1
8102026-05-06T04:02:18.554Z Downloaded linked-hash-map v0.5.6
8112026-05-06T04:02:18.557Z Downloaded hyper-staticfile v0.10.1
8122026-05-06T04:02:18.557Z Downloaded maplit v1.0.2
8132026-05-06T04:02:18.561Z Downloaded memoffset v0.9.1
8142026-05-06T04:02:18.564Z Downloaded managed v0.8.0
8152026-05-06T04:02:18.564Z Downloaded lzss v0.8.2
8162026-05-06T04:02:18.564Z Downloaded derive_more v0.99.20
8172026-05-06T04:02:18.567Z Downloaded indoc v2.0.7
8182026-05-06T04:02:18.570Z Downloaded allocator-api2 v0.2.21
8192026-05-06T04:02:18.570Z Downloaded git-stub-vcs v0.1.0
8202026-05-06T04:02:18.573Z Downloaded derive_builder v0.20.2
8212026-05-06T04:02:18.576Z Downloaded newtype_derive v0.1.6
8222026-05-06T04:02:18.576Z Downloaded impl-trait-for-tuples v0.2.3
8232026-05-06T04:02:18.579Z Downloaded futures-channel v0.3.32
8242026-05-06T04:02:18.579Z Downloaded hyper-rustls v0.27.7
8252026-05-06T04:02:18.579Z Downloaded crossbeam-utils v0.8.21
8262026-05-06T04:02:18.582Z Downloaded getrandom v0.2.17
8272026-05-06T04:02:18.585Z Downloaded multimap v0.10.1
8282026-05-06T04:02:18.585Z Downloaded new_debug_unreachable v1.0.6
8292026-05-06T04:02:18.585Z Downloaded md-5 v0.10.6
8302026-05-06T04:02:18.588Z Downloaded ipnetwork v0.21.1
8312026-05-06T04:02:18.588Z Downloaded ingot-types v0.1.2
8322026-05-06T04:02:18.601Z Downloaded openssl-macros v0.1.1
8332026-05-06T04:02:18.604Z Downloaded aes-gcm v0.10.3
8342026-05-06T04:02:18.604Z Downloaded hmac v0.12.1
8352026-05-06T04:02:18.607Z Downloaded opaque-debug v0.3.1
8362026-05-06T04:02:18.607Z Downloaded mime v0.3.17
8372026-05-06T04:02:18.607Z Downloaded lru v0.12.5
8382026-05-06T04:02:18.610Z Downloaded lock_api v0.4.14
8392026-05-06T04:02:18.610Z Downloaded jobserver v0.1.34
8402026-05-06T04:02:18.610Z Downloaded num-iter v0.1.45
8412026-05-06T04:02:18.613Z Downloaded num-derive v0.3.3
8422026-05-06T04:02:18.613Z Downloaded nodrop v0.1.14
8432026-05-06T04:02:18.613Z Downloaded half v2.7.1
8442026-05-06T04:02:18.616Z Downloaded half v1.8.3
8452026-05-06T04:02:18.616Z Downloaded nanorand v0.7.0
8462026-05-06T04:02:18.619Z Downloaded bytes v1.11.1
8472026-05-06T04:02:18.622Z Downloaded num_threads v0.1.7
8482026-05-06T04:02:18.622Z Downloaded num-conv v0.2.0
8492026-05-06T04:02:18.622Z Downloaded arc-swap v1.8.2
8502026-05-06T04:02:18.625Z Downloaded lru-slab v0.1.2
8512026-05-06T04:02:18.625Z Downloaded ignore v0.4.25
8522026-05-06T04:02:18.628Z Downloaded libefi-sys v0.1.0
8532026-05-06T04:02:18.628Z Downloaded newline-converter v0.3.0
8542026-05-06T04:02:18.628Z Downloaded futures v0.3.32
8552026-05-06T04:02:18.635Z Downloaded der v0.7.10
8562026-05-06T04:02:18.639Z Downloaded libsw-core v0.3.2
8572026-05-06T04:02:18.639Z Downloaded path-slash v0.1.5
8582026-05-06T04:02:18.639Z Downloaded newtype-uuid-macros v0.1.0
8592026-05-06T04:02:18.639Z Downloaded openssl-probe v0.2.1
8602026-05-06T04:02:18.639Z Downloaded openssl-probe v0.1.6
8612026-05-06T04:02:18.639Z Downloaded olpc-cjson v0.1.4
8622026-05-06T04:02:18.643Z Downloaded libsw v3.5.0
8632026-05-06T04:02:18.643Z Downloaded packed_struct_codegen v0.10.1
8642026-05-06T04:02:18.643Z Downloaded oso-derive v0.27.3
8652026-05-06T04:02:18.643Z Downloaded peg-runtime v0.8.5
8662026-05-06T04:02:18.643Z Downloaded md5 v0.7.0
8672026-05-06T04:02:18.647Z Downloaded nu-ansi-term v0.50.3
8682026-05-06T04:02:18.647Z Downloaded indexmap v1.9.3
8692026-05-06T04:02:18.647Z Downloaded linear-map v1.2.0
8702026-05-06T04:02:18.651Z Downloaded humantime v2.3.0
8712026-05-06T04:02:18.651Z Downloaded dropshot_endpoint v0.17.0
8722026-05-06T04:02:18.651Z Downloaded httparse v1.10.1
8732026-05-06T04:02:18.654Z Downloaded ipnet v2.11.0
8742026-05-06T04:02:18.654Z Downloaded darling_core v0.21.3
8752026-05-06T04:02:18.657Z Downloaded fallible-iterator v0.2.0
8762026-05-06T04:02:18.657Z Downloaded litrs v1.0.0
8772026-05-06T04:02:18.660Z Downloaded headers v0.4.1
8782026-05-06T04:02:18.663Z Downloaded mime_guess v2.0.5
8792026-05-06T04:02:18.663Z Downloaded ingot-macros v0.1.1
8802026-05-06T04:02:18.666Z Downloaded nibble_vec v0.1.0
8812026-05-06T04:02:18.666Z Downloaded chacha20poly1305 v0.10.1
8822026-05-06T04:02:18.666Z Downloaded base64 v0.21.7
8832026-05-06T04:02:18.669Z Downloaded ed25519-dalek v2.2.0
8842026-05-06T04:02:18.672Z Downloaded fatfs v0.3.6
8852026-05-06T04:02:18.673Z Downloaded indicatif v0.18.4
8862026-05-06T04:02:18.676Z Downloaded heapless v0.8.0
8872026-05-06T04:02:18.680Z Downloaded base64 v0.22.1
8882026-05-06T04:02:18.680Z Downloaded parse-size v1.1.0
8892026-05-06T04:02:18.683Z Downloaded num-derive v0.4.2
8902026-05-06T04:02:18.683Z Downloaded parse-display v0.10.0
8912026-05-06T04:02:18.683Z Downloaded newtype-uuid v1.3.2
8922026-05-06T04:02:18.683Z Downloaded native-tls v0.2.18
8932026-05-06T04:02:18.683Z Downloaded globset v0.4.18
8942026-05-06T04:02:18.688Z Downloaded clang-sys v1.8.1
8952026-05-06T04:02:18.688Z Downloaded crossbeam-epoch v0.9.18
8962026-05-06T04:02:18.691Z Downloaded owo-colors v4.3.0
8972026-05-06T04:02:18.691Z Downloaded multer v3.1.0
8982026-05-06T04:02:18.695Z Downloaded phf_shared v0.13.1
8992026-05-06T04:02:18.702Z Downloaded num-complex v0.4.6
9002026-05-06T04:02:18.702Z Downloaded num_enum_derive v0.5.11
9012026-05-06T04:02:18.702Z Downloaded num_enum v0.5.11
9022026-05-06T04:02:18.705Z Downloaded num-integer v0.1.46
9032026-05-06T04:02:18.705Z Downloaded num v0.4.3
9042026-05-06T04:02:18.705Z Downloaded nonempty v0.12.0
9052026-05-06T04:02:18.705Z Downloaded libloading v0.8.9
9062026-05-06T04:02:18.708Z Downloaded phf_shared v0.11.3
9072026-05-06T04:02:18.715Z Downloaded expectorate v1.2.0
9082026-05-06T04:02:18.719Z Downloaded darling_core v0.20.11
9092026-05-06T04:02:18.719Z Downloaded peg-macros v0.8.5
9102026-05-06T04:02:18.722Z Downloaded password-hash v0.5.0
9112026-05-06T04:02:18.722Z Downloaded darling_core v0.23.0
9122026-05-06T04:02:18.725Z Downloaded predicates-tree v1.0.13
9132026-05-06T04:02:18.725Z Downloaded iana-time-zone v0.1.65
9142026-05-06T04:02:18.728Z Downloaded async-compression v0.4.41
9152026-05-06T04:02:18.731Z Downloaded powerfmt v0.2.0
9162026-05-06T04:02:18.731Z Downloaded memmap2 v0.9.10
9172026-05-06T04:02:18.734Z Downloaded proc-macro-crate v1.3.1
9182026-05-06T04:02:18.734Z Downloaded parse-display-derive v0.10.0
9192026-05-06T04:02:18.734Z Downloaded proc-macro-crate v3.4.0
9202026-05-06T04:02:18.737Z Downloaded proc-macro-error-attr2 v2.0.0
9212026-05-06T04:02:18.737Z Downloaded getrandom v0.3.4
9222026-05-06T04:02:18.740Z Downloaded pbkdf2 v0.12.2
9232026-05-06T04:02:18.740Z Downloaded num-rational v0.4.2
9242026-05-06T04:02:18.743Z Downloaded oxnet v0.1.4
9252026-05-06T04:02:18.743Z Downloaded flume v0.11.1
9262026-05-06T04:02:18.747Z Downloaded parking_lot_core v0.9.12
9272026-05-06T04:02:18.747Z Downloaded pin-utils v0.1.0
9282026-05-06T04:02:18.747Z Downloaded normalize-line-endings v0.3.0
9292026-05-06T04:02:18.750Z Downloaded heapless v0.7.17
9302026-05-06T04:02:18.753Z Downloaded oxide-tokio-rt v0.1.4
9312026-05-06T04:02:18.757Z Downloaded progenitor-client v0.11.2
9322026-05-06T04:02:18.761Z Downloaded progenitor-client v0.10.0
9332026-05-06T04:02:18.761Z Downloaded pem v3.0.6
9342026-05-06T04:02:18.761Z Downloaded packed_struct v0.10.1
9352026-05-06T04:02:18.764Z Downloaded parking_lot_core v0.8.6
9362026-05-06T04:02:18.767Z Downloaded diesel_derives v2.3.7
9372026-05-06T04:02:18.770Z Downloaded peg v0.8.5
9382026-05-06T04:02:18.775Z Downloaded parking_lot v0.12.5
9392026-05-06T04:02:18.775Z Downloaded progenitor-macro v0.10.0
9402026-05-06T04:02:18.781Z Downloaded pbkdf2 v0.11.0
9412026-05-06T04:02:18.781Z Downloaded psl-types v2.0.11
9422026-05-06T04:02:18.781Z Downloaded num_enum_derive v0.7.5
9432026-05-06T04:02:18.781Z Downloaded libbz2-rs-sys v0.2.2
9442026-05-06T04:02:18.784Z Downloaded progenitor v0.13.0
9452026-05-06T04:02:18.787Z Downloaded password-hash v0.4.2
9462026-05-06T04:02:18.787Z Downloaded paste v1.0.15
9472026-05-06T04:02:18.790Z Downloaded pin-project-lite v0.2.17
9482026-05-06T04:02:18.793Z Downloaded phf_shared v0.12.1
9492026-05-06T04:02:18.793Z Downloaded phf v0.13.1
9502026-05-06T04:02:18.796Z Downloaded pin-project-internal v1.1.11
9512026-05-06T04:02:18.797Z Downloaded phf v0.12.1
9522026-05-06T04:02:18.797Z Downloaded pem-rfc7468 v0.7.0
9532026-05-06T04:02:18.800Z Downloaded aes v0.8.4
9542026-05-06T04:02:18.800Z Downloaded pkcs8 v0.10.2
9552026-05-06T04:02:18.804Z Downloaded pkg-config v0.3.32
9562026-05-06T04:02:18.809Z Downloaded rand_xorshift v0.4.0
9572026-05-06T04:02:18.813Z Downloaded num_enum v0.7.5
9582026-05-06T04:02:18.816Z Downloaded postgres-protocol v0.6.10
9592026-05-06T04:02:18.816Z Downloaded polyval v0.6.2
9602026-05-06T04:02:18.819Z Downloaded ref-cast v1.0.25
9612026-05-06T04:02:18.822Z Downloaded omicron-zone-package v0.12.2
9622026-05-06T04:02:18.825Z Downloaded psm v0.1.30
9632026-05-06T04:02:18.828Z Downloaded poly1305 v0.8.0
9642026-05-06T04:02:18.831Z Downloaded recursive-proc-macro-impl v0.1.1
9652026-05-06T04:02:18.831Z Downloaded recursive v0.1.1
9662026-05-06T04:02:18.834Z Downloaded rand_chacha v0.3.1
9672026-05-06T04:02:18.837Z Downloaded crypto-bigint v0.5.5
9682026-05-06T04:02:18.840Z Downloaded postcard v1.1.3
9692026-05-06T04:02:18.845Z Downloaded aws-lc-rs v1.16.0
9702026-05-06T04:02:18.849Z Downloaded progenitor-extras v0.2.0
9712026-05-06T04:02:18.853Z Downloaded progenitor-client v0.14.0
9722026-05-06T04:02:18.853Z Downloaded pkcs1 v0.7.5
9732026-05-06T04:02:18.853Z Downloaded parking_lot v0.11.2
9742026-05-06T04:02:18.856Z Downloaded dropshot-api-manager v0.7.1
9752026-05-06T04:02:18.866Z Downloaded rtoolbox v0.0.3
9762026-05-06T04:02:18.869Z Downloaded predicates-core v1.0.10
9772026-05-06T04:02:18.869Z Downloaded rustc_version v0.4.1
9782026-05-06T04:02:18.873Z Downloaded rustc_version v0.1.7
9792026-05-06T04:02:18.873Z Downloaded pkcs5 v0.7.1
9802026-05-06T04:02:18.875Z Downloaded progenitor-client v0.13.0
9812026-05-06T04:02:18.878Z Downloaded ppv-lite86 v0.2.21
9822026-05-06T04:02:18.879Z Downloaded hickory-server v0.25.2
9832026-05-06T04:02:18.882Z Downloaded radium v0.7.0
9842026-05-06T04:02:18.882Z Downloaded hickory-resolver v0.25.2
9852026-05-06T04:02:18.886Z Downloaded progenitor v0.10.0
9862026-05-06T04:02:18.889Z Downloaded openssl-sys v0.9.114
9872026-05-06T04:02:18.894Z Downloaded rustc-hash v2.1.1
9882026-05-06T04:02:18.897Z Downloaded russh-cryptovec v0.7.3
9892026-05-06T04:02:18.900Z Downloaded rand_core v0.6.4
9902026-05-06T04:02:18.900Z Downloaded progenitor v0.11.2
9912026-05-06T04:02:18.903Z Downloaded minimal-lexical v0.2.1
9922026-05-06T04:02:18.906Z Downloaded rand_core v0.9.5
9932026-05-06T04:02:18.906Z Downloaded r2d2 v0.8.10
9942026-05-06T04:02:18.909Z Downloaded same-file v1.0.6
9952026-05-06T04:02:18.913Z Downloaded precomputed-hash v0.1.1
9962026-05-06T04:02:18.915Z Downloaded flate2 v1.1.9
9972026-05-06T04:02:18.919Z Downloaded predicates v3.1.4
9982026-05-06T04:02:18.922Z Downloaded postgres-types v0.2.12
9992026-05-06T04:02:18.922Z Downloaded oso v0.27.3
10002026-05-06T04:02:18.925Z Downloaded primeorder v0.13.6
10012026-05-06T04:02:18.937Z Downloaded miniz_oxide v0.8.9
10022026-05-06T04:02:18.940Z Downloaded rand_seeder v0.4.0
10032026-05-06T04:02:18.947Z Downloaded papergrid v0.17.0
10042026-05-06T04:02:18.953Z Downloaded sapling-renderdag v0.1.0
10052026-05-06T04:02:18.956Z Downloaded seq-macro v0.3.6
10062026-05-06T04:02:18.959Z Downloaded secrecy v0.8.0
10072026-05-06T04:02:18.959Z Downloaded secrecy v0.10.3
10082026-05-06T04:02:18.959Z Downloaded mio v1.2.0
10092026-05-06T04:02:18.965Z Downloaded rfc6979 v0.4.0
10102026-05-06T04:02:18.968Z Downloaded serde_plain v1.0.2
10112026-05-06T04:02:18.968Z Downloaded progenitor-macro v0.14.0
10122026-05-06T04:02:18.968Z Downloaded crossterm v0.28.1
10132026-05-06T04:02:18.972Z Downloaded rustls-native-certs v0.8.3
10142026-05-06T04:02:18.975Z Downloaded serde_repr v0.1.20
10152026-05-06T04:02:18.975Z Downloaded iri-string v0.7.10
10162026-05-06T04:02:18.978Z Downloaded serde_urlencoded v0.7.1
10172026-05-06T04:02:18.981Z Downloaded serde-big-array v0.5.1
10182026-05-06T04:02:18.981Z Downloaded semver v0.1.20
10192026-05-06T04:02:18.986Z Downloaded hickory-resolver v0.24.4
10202026-05-06T04:02:18.989Z Downloaded jiff-static v0.2.21
10212026-05-06T04:02:18.989Z Downloaded progenitor-macro v0.11.2
10222026-05-06T04:02:18.992Z Downloaded pin-project v1.1.11
10232026-05-06T04:02:18.998Z Downloaded rustls-pemfile v1.0.4
10242026-05-06T04:02:19.001Z Downloaded quinn-udp v0.5.14
10252026-05-06T04:02:19.004Z Downloaded aho-corasick v1.1.4
10262026-05-06T04:02:19.007Z Downloaded rustls-pemfile v2.2.0
10272026-05-06T04:02:19.007Z Downloaded rustversion v1.0.22
10282026-05-06T04:02:19.010Z Downloaded sha1 v0.10.6
10292026-05-06T04:02:19.011Z Downloaded signal-hook-tokio v0.3.1
10302026-05-06T04:02:19.011Z Downloaded proc-macro-error2 v2.0.1
10312026-05-06T04:02:19.014Z Downloaded signal-hook-mio v0.2.5
10322026-05-06T04:02:19.014Z Downloaded signature v2.2.0
10332026-05-06T04:02:19.022Z Downloaded p256 v0.13.2
10342026-05-06T04:02:19.029Z Downloaded serde_spanned v1.0.4
10352026-05-06T04:02:19.032Z Downloaded progenitor-impl v0.11.2
10362026-05-06T04:02:19.035Z Downloaded prefix-trie v0.7.0
10372026-05-06T04:02:19.038Z Downloaded futures-util v0.3.32
10382026-05-06T04:02:19.043Z Downloaded sct v0.7.1
10392026-05-06T04:02:19.083Z Downloaded schemars_derive v0.8.22
10402026-05-06T04:02:19.083Z Downloaded scroll v0.13.0
10412026-05-06T04:02:19.083Z Downloaded quick-error v1.2.3
10422026-05-06T04:02:19.083Z Downloaded slog-bunyan v2.5.0
10432026-05-06T04:02:19.083Z Downloaded serde-hex v0.1.0
10442026-05-06T04:02:19.083Z Downloaded resolv-conf v0.7.6
10452026-05-06T04:02:19.083Z Downloaded progenitor v0.14.0
10462026-05-06T04:02:19.083Z Downloaded progenitor-impl v0.14.0
10472026-05-06T04:02:19.083Z Downloaded sec1 v0.7.3
10482026-05-06T04:02:19.083Z Downloaded siphasher v1.0.2
10492026-05-06T04:02:19.083Z Downloaded russh-keys v0.45.0
10502026-05-06T04:02:19.083Z Downloaded qorb v0.4.1
10512026-05-06T04:02:19.083Z Downloaded serde_bytes v0.11.19
10522026-05-06T04:02:19.083Z Downloaded pretty_assertions v1.4.1
10532026-05-06T04:02:19.083Z Downloaded rayon-core v1.13.0
10542026-05-06T04:02:19.083Z Downloaded sigpipe v0.1.3
10552026-05-06T04:02:19.083Z Downloaded shell-words v1.1.1
10562026-05-06T04:02:19.083Z Downloaded rustls-pki-types v1.14.0
10572026-05-06T04:02:19.088Z Downloaded ref-cast-impl v1.0.25
10582026-05-06T04:02:19.088Z Downloaded http v1.4.0
10592026-05-06T04:02:19.088Z Downloaded serde_path_to_error v0.1.20
10602026-05-06T04:02:19.091Z Downloaded rustls-platform-verifier v0.6.2
10612026-05-06T04:02:19.091Z Downloaded rand_core v0.10.0
10622026-05-06T04:02:19.091Z Downloaded slab v0.4.12
10632026-05-06T04:02:19.094Z Downloaded progenitor-macro v0.13.0
10642026-05-06T04:02:19.094Z Downloaded num-bigint v0.4.6
10652026-05-06T04:02:19.099Z Downloaded bindgen v0.71.1
10662026-05-06T04:02:19.102Z Downloaded salsa20 v0.10.2
10672026-05-06T04:02:19.102Z Downloaded blake3 v1.8.3
10682026-05-06T04:02:19.106Z Downloaded signal-hook-registry v1.4.8
10692026-05-06T04:02:19.109Z Downloaded ryu v1.0.23
10702026-05-06T04:02:19.109Z Downloaded strip-ansi-escapes v0.2.1
10712026-05-06T04:02:19.109Z Downloaded scrypt v0.11.0
10722026-05-06T04:02:19.109Z Downloaded crossbeam-channel v0.5.15
10732026-05-06T04:02:19.113Z Downloaded ssh-encoding v0.2.0
10742026-05-06T04:02:19.113Z Downloaded scheduled-thread-pool v0.2.7
10752026-05-06T04:02:19.116Z Downloaded rusty-fork v0.3.1
10762026-05-06T04:02:19.119Z Downloaded slog-dtrace v0.3.0
10772026-05-06T04:02:19.119Z Downloaded shlex v1.3.0
10782026-05-06T04:02:19.119Z Downloaded h2 v0.4.13
10792026-05-06T04:02:19.123Z Downloaded simd-adler32 v0.3.8
10802026-05-06T04:02:19.126Z Downloaded strum v0.26.3
10812026-05-06T04:02:19.130Z Downloaded ssh-cipher v0.2.0
10822026-05-06T04:02:19.130Z Downloaded scopeguard v1.2.0
10832026-05-06T04:02:19.133Z Downloaded strum v0.27.2
10842026-05-06T04:02:19.133Z Downloaded structmeta-derive v0.3.0
10852026-05-06T04:02:19.133Z Downloaded structmeta v0.3.0
10862026-05-06T04:02:19.142Z Downloaded slog-term v2.9.2
10872026-05-06T04:02:19.145Z Downloaded hashbrown v0.13.2
10882026-05-06T04:02:19.148Z Downloaded rand_chacha v0.9.0
10892026-05-06T04:02:19.153Z Downloaded take_mut v0.2.2
10902026-05-06T04:02:19.153Z Downloaded progenitor-impl v0.13.0
10912026-05-06T04:02:19.153Z Downloaded itertools v0.10.5
10922026-05-06T04:02:19.156Z Downloaded ron v0.8.1
10932026-05-06T04:02:19.159Z Downloaded slog-stdlog v4.1.1
10942026-05-06T04:02:19.159Z Downloaded snafu-derive v0.8.9
10952026-05-06T04:02:19.159Z Downloaded smf v0.2.3
10962026-05-06T04:02:19.162Z Downloaded termtree v0.5.1
10972026-05-06T04:02:19.162Z Downloaded sqlformat v0.3.5
10982026-05-06T04:02:19.162Z Downloaded slog-envlogger v2.2.0
10992026-05-06T04:02:19.166Z Downloaded tabwriter v1.4.1
11002026-05-06T04:02:19.166Z Downloaded tabled_derive v0.11.0
11012026-05-06T04:02:19.166Z Downloaded sync_wrapper v1.0.2
11022026-05-06T04:02:19.166Z Downloaded sync-ptr v0.1.4
11032026-05-06T04:02:19.169Z Downloaded tagptr v0.2.0
11042026-05-06T04:02:19.173Z Downloaded hashbrown v0.12.3
11052026-05-06T04:02:19.176Z Downloaded smallvec v0.6.14
11062026-05-06T04:02:19.179Z Downloaded slog-json v2.6.1
11072026-05-06T04:02:19.179Z Downloaded scroll_derive v0.13.1
11082026-05-06T04:02:19.180Z Downloaded thread-id v5.1.0
11092026-05-06T04:02:19.182Z Downloaded subtle v2.6.1
11102026-05-06T04:02:19.186Z Downloaded strum_macros v0.24.3
11112026-05-06T04:02:19.186Z Downloaded stacker v0.1.23
11122026-05-06T04:02:19.189Z Downloaded publicsuffix v2.3.0
11132026-05-06T04:02:19.193Z Downloaded sqlparser_derive v0.5.0
11142026-05-06T04:02:19.193Z Downloaded serde_with_macros v3.17.0
11152026-05-06T04:02:19.196Z Downloaded thiserror-impl-no-std v2.0.2
11162026-05-06T04:02:19.200Z Downloaded tokio-macros v2.7.0
11172026-05-06T04:02:19.200Z Downloaded time-core v0.1.8
11182026-05-06T04:02:19.203Z Downloaded tinyvec_macros v0.1.1
11192026-05-06T04:02:19.203Z Downloaded static_assertions v1.1.0
11202026-05-06T04:02:19.203Z Downloaded rcgen v0.12.1
11212026-05-06T04:02:19.206Z Downloaded hyper-util v0.1.20
11222026-05-06T04:02:19.209Z Downloaded serde_derive_internals v0.29.1
11232026-05-06T04:02:19.213Z Downloaded slog-scope v4.4.1
11242026-05-06T04:02:20.220Z Downloaded slog-async v2.8.0
11252026-05-06T04:02:20.226Z Downloaded strum_macros v0.26.4
11262026-05-06T04:02:20.226Z Downloaded strum_macros v0.27.2
11272026-05-06T04:02:20.226Z Downloaded prettyplease v0.2.37
11282026-05-06T04:02:20.226Z Downloaded crossterm v0.29.0
11292026-05-06T04:02:20.226Z Downloaded testing_table v0.3.0
11302026-05-06T04:02:20.226Z Downloaded support-bundle-viewer v0.1.2
11312026-05-06T04:02:20.226Z Downloaded hashbrown v0.15.5
11322026-05-06T04:02:20.226Z Downloaded topological-sort v0.2.2
11332026-05-06T04:02:20.226Z Downloaded serde_cbor v0.11.2
11342026-05-06T04:02:20.226Z Downloaded termios v0.3.3
11352026-05-06T04:02:20.226Z Downloaded supports-color v3.0.2
11362026-05-06T04:02:20.227Z Downloaded spin v0.9.8
11372026-05-06T04:02:20.227Z Downloaded tap v1.0.1
11382026-05-06T04:02:20.227Z Downloaded rsa v0.9.10
11392026-05-06T04:02:20.227Z Downloaded thiserror-no-std v2.0.2
11402026-05-06T04:02:20.227Z Downloaded stringprep v0.1.5
11412026-05-06T04:02:20.227Z Downloaded string_cache v0.8.9
11422026-05-06T04:02:20.227Z Downloaded serde_yaml v0.9.34+deprecated
11432026-05-06T04:02:20.227Z Downloaded trait-variant v0.1.2
11442026-05-06T04:02:20.227Z Downloaded try-lock v0.2.5
11452026-05-06T04:02:20.227Z Downloaded tower-service v0.3.3
11462026-05-06T04:02:20.227Z Downloaded tower-layer v0.3.3
11472026-05-06T04:02:20.227Z Downloaded spki v0.7.3
11482026-05-06T04:02:20.227Z Downloaded quinn v0.11.9
11492026-05-06T04:02:20.227Z Downloaded rand v0.8.5
11502026-05-06T04:02:20.227Z Downloaded russh v0.45.0
11512026-05-06T04:02:20.227Z Downloaded time-macros v0.2.27
11522026-05-06T04:02:20.227Z Downloaded thread_local v1.1.9
11532026-05-06T04:02:20.227Z Downloaded tls_codec v0.4.2
11542026-05-06T04:02:20.227Z Downloaded libxml v0.3.3
11552026-05-06T04:02:20.227Z Downloaded schemars v0.9.0
11562026-05-06T04:02:20.227Z Downloaded tls_codec_derive v0.4.2
11572026-05-06T04:02:20.227Z Downloaded typify-macro v0.4.3
11582026-05-06T04:02:20.227Z Downloaded slog v2.8.2
11592026-05-06T04:02:20.227Z Downloaded tokio-native-tls v0.3.1
11602026-05-06T04:02:20.227Z Downloaded git2 v0.20.4
11612026-05-06T04:02:20.227Z Downloaded universal-hash v0.5.1
11622026-05-06T04:02:20.227Z Downloaded unicode-truncate v1.1.0
11632026-05-06T04:02:20.227Z Downloaded progenitor-impl v0.10.0
11642026-05-06T04:02:20.227Z Downloaded hashbrown v0.16.1
11652026-05-06T04:02:20.227Z Downloaded iddqd v0.3.18
11662026-05-06T04:02:20.227Z Downloaded typify-macro v0.6.2
11672026-05-06T04:02:20.228Z Downloaded term v1.2.1
11682026-05-06T04:02:20.228Z Downloaded itertools v0.12.1
11692026-05-06T04:02:20.228Z Downloaded unarray v0.1.4
11702026-05-06T04:02:20.228Z Downloaded usdt-attr-macro v0.6.0
11712026-05-06T04:02:20.228Z Downloaded usdt v0.6.0
11722026-05-06T04:02:20.228Z Downloaded usdt-macro v0.6.0
11732026-05-06T04:02:20.228Z Downloaded toml_writer v1.0.6+spec-1.1.0
11742026-05-06T04:02:20.228Z Downloaded untrusted v0.9.0
11752026-05-06T04:02:20.228Z Downloaded untrusted v0.7.1
11762026-05-06T04:02:20.228Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11772026-05-06T04:02:20.228Z Downloaded tokio-tungstenite v0.23.1
11782026-05-06T04:02:20.228Z Downloaded void v1.0.2
11792026-05-06T04:02:20.228Z Downloaded itertools v0.14.0
11802026-05-06T04:02:20.228Z Downloaded schemars v0.8.22
11812026-05-06T04:02:20.228Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11822026-05-06T04:02:20.228Z Downloaded term v0.7.0
11832026-05-06T04:02:20.228Z Downloaded nom v7.1.3
11842026-05-06T04:02:20.228Z Downloaded waitgroup v0.1.2
11852026-05-06T04:02:20.228Z Downloaded rustls-webpki v0.103.9
11862026-05-06T04:02:20.228Z Downloaded signal-hook v0.3.18
11872026-05-06T04:02:20.228Z Downloaded num-bigint-dig v0.8.6
11882026-05-06T04:02:20.228Z Downloaded tui-tree-widget v0.23.1
11892026-05-06T04:02:20.228Z Downloaded want v0.3.1
11902026-05-06T04:02:20.228Z Downloaded tiny-keccak v2.0.2
11912026-05-06T04:02:20.228Z Downloaded rand v0.9.2
11922026-05-06T04:02:20.228Z Downloaded socket2 v0.5.10
11932026-05-06T04:02:20.228Z Downloaded samael v0.0.19
11942026-05-06T04:02:20.228Z Downloaded tokio-dtrace v0.1.1
11952026-05-06T04:02:20.228Z Downloaded p521 v0.13.3
11962026-05-06T04:02:20.228Z Downloaded tokio-tungstenite v0.21.0
11972026-05-06T04:02:20.228Z Downloaded subprocess v0.2.15
11982026-05-06T04:02:20.228Z Downloaded utf-8 v0.7.6
11992026-05-06T04:02:20.228Z Downloaded hyper v1.8.1
12002026-05-06T04:02:20.228Z Downloaded unicase v2.9.0
12012026-05-06T04:02:20.228Z Downloaded tokio-rustls v0.26.4
12022026-05-06T04:02:20.228Z Downloaded tokio-rustls v0.24.1
12032026-05-06T04:02:20.229Z Downloaded similar v2.7.0
12042026-05-06T04:02:20.229Z Downloaded zone_cfg_derive v0.3.1
12052026-05-06T04:02:20.229Z Downloaded toml_parser v1.0.9+spec-1.1.0
12062026-05-06T04:02:20.229Z Downloaded tokio-rustls v0.25.0
12072026-05-06T04:02:20.229Z Downloaded socket2 v0.6.3
12082026-05-06T04:02:20.229Z Downloaded uzers v0.12.2
12092026-05-06T04:02:20.229Z Downloaded vsss-rs v3.3.4
12102026-05-06T04:02:20.229Z Downloaded unit-prefix v0.5.2
12112026-05-06T04:02:20.229Z Downloaded rpassword v7.4.0
12122026-05-06T04:02:20.229Z Downloaded usdt-impl v0.6.0
12132026-05-06T04:02:20.229Z Downloaded tracing-attributes v0.1.31
12142026-05-06T04:02:20.229Z Downloaded itertools v0.13.0
12152026-05-06T04:02:20.229Z Downloaded twox-hash v2.1.2
12162026-05-06T04:02:20.229Z Downloaded hkdf v0.12.4
12172026-05-06T04:02:20.229Z Downloaded snafu v0.8.9
12182026-05-06T04:02:20.229Z Downloaded tokio-stream v0.1.18
12192026-05-06T04:02:20.229Z Downloaded xshell-macros v0.2.7
12202026-05-06T04:02:20.229Z Downloaded toml v1.0.6+spec-1.1.0
12212026-05-06T04:02:20.229Z Downloaded xattr v1.6.1
12222026-05-06T04:02:20.229Z Downloaded toml v0.9.12+spec-1.1.0
12232026-05-06T04:02:20.229Z Downloaded toml v0.7.8
12242026-05-06T04:02:20.229Z Downloaded test-strategy v0.4.5
12252026-05-06T04:02:20.234Z Downloaded zeroize_derive v1.4.3
12262026-05-06T04:02:20.234Z Downloaded vergen-lib v0.1.6
12272026-05-06T04:02:20.234Z Downloaded schemars v1.2.1
12282026-05-06T04:02:20.234Z Downloaded wyz v0.5.1
12292026-05-06T04:02:20.234Z Downloaded vergen-gitcl v1.0.8
12302026-05-06T04:02:20.234Z Downloaded whoami v2.1.0
12312026-05-06T04:02:20.234Z Downloaded whoami v1.6.1
12322026-05-06T04:02:20.234Z Downloaded tinyvec v1.10.0
12332026-05-06T04:02:20.234Z Downloaded xshell v0.2.7
12342026-05-06T04:02:20.234Z Downloaded p384 v0.13.1
12352026-05-06T04:02:20.234Z Downloaded regex v1.12.3
12362026-05-06T04:02:20.234Z Downloaded tar v0.4.45
12372026-05-06T04:02:20.234Z Downloaded zstd v0.13.3
12382026-05-06T04:02:20.234Z Downloaded typify v0.4.3
12392026-05-06T04:02:20.235Z Downloaded vergen v9.0.6
12402026-05-06T04:02:20.235Z Downloaded zstd-safe v7.2.4
12412026-05-06T04:02:20.235Z Downloaded tracing-core v0.1.36
12422026-05-06T04:02:20.235Z Downloaded chrono v0.4.44
12432026-05-06T04:02:20.235Z Downloaded rand v0.10.0
12442026-05-06T04:02:20.235Z Downloaded libm v0.2.16
12452026-05-06T04:02:20.235Z Downloaded wait-timeout v0.2.1
12462026-05-06T04:02:20.235Z Downloaded steno v0.4.1
12472026-05-06T04:02:20.235Z Downloaded rustyline v14.0.0
12482026-05-06T04:02:20.235Z Downloaded yasna v0.5.2
12492026-05-06T04:02:20.235Z Downloaded unicode-properties v0.1.4
12502026-05-06T04:02:20.235Z Downloaded unicode-bidi v0.3.18
12512026-05-06T04:02:20.235Z Downloaded toml_edit v0.23.10+spec-1.0.0
12522026-05-06T04:02:20.235Z Downloaded zone v0.3.1
12532026-05-06T04:02:20.235Z Downloaded unsafe-libyaml v0.2.11
12542026-05-06T04:02:20.235Z Downloaded tungstenite v0.21.0
12552026-05-06T04:02:20.235Z Downloaded vte v0.14.1
12562026-05-06T04:02:20.235Z Downloaded reqwest v0.12.28
12572026-05-06T04:02:20.235Z Downloaded tungstenite v0.23.0
12582026-05-06T04:02:20.235Z Downloaded typify v0.6.2
12592026-05-06T04:02:20.235Z Downloaded portable-atomic v1.13.1
12602026-05-06T04:02:20.235Z Downloaded zeroize v1.8.2
12612026-05-06T04:02:20.235Z Downloaded walkdir v2.5.0
12622026-05-06T04:02:20.237Z Downloaded zerocopy v0.6.6
12632026-05-06T04:02:20.237Z Downloaded reedline v0.40.0
12642026-05-06T04:02:20.237Z Downloaded vergen-git2 v1.0.7
12652026-05-06T04:02:20.238Z Downloaded uuid v1.23.0
12662026-05-06T04:02:20.238Z Downloaded toml_edit v0.19.15
12672026-05-06T04:02:20.238Z Downloaded tokio-postgres v0.7.16
12682026-05-06T04:02:20.238Z Downloaded yansi v1.0.1
12692026-05-06T04:02:20.238Z Downloaded ssh-key v0.6.7
12702026-05-06T04:02:20.238Z Downloaded rayon v1.11.0
12712026-05-06T04:02:20.238Z Downloaded object v0.30.4
12722026-05-06T04:02:20.238Z Downloaded zopfli v0.8.3
12732026-05-06T04:02:20.238Z Downloaded rustls-webpki v0.101.7
12742026-05-06T04:02:20.238Z Downloaded unicode_categories v0.1.1
12752026-05-06T04:02:20.238Z Downloaded moka v0.12.13
12762026-05-06T04:02:20.238Z Downloaded reqwest v0.13.2
12772026-05-06T04:02:20.238Z Downloaded tower v0.5.3
12782026-05-06T04:02:20.238Z Downloaded typed-path v0.9.3
12792026-05-06T04:02:20.238Z Downloaded bstr v1.12.1
12802026-05-06T04:02:20.238Z Downloaded zerocopy-derive v0.8.40
12812026-05-06T04:02:20.238Z Downloaded x509-cert v0.2.5
12822026-05-06T04:02:20.238Z Downloaded goblin v0.10.5
12832026-05-06T04:02:20.238Z Downloaded unicode-segmentation v1.12.0
12842026-05-06T04:02:20.238Z Downloaded zip v0.6.6
12852026-05-06T04:02:20.238Z Downloaded quick-xml v0.37.5
12862026-05-06T04:02:20.238Z Downloaded zip v4.6.1
12872026-05-06T04:02:20.238Z Downloaded nix v0.29.0
12882026-05-06T04:02:20.238Z Downloaded tokio-util v0.7.18
12892026-05-06T04:02:20.238Z Downloaded tower-http v0.6.8
12902026-05-06T04:02:20.239Z Downloaded radix_trie v0.2.1
12912026-05-06T04:02:20.239Z Downloaded proptest v1.10.0
12922026-05-06T04:02:20.239Z Downloaded unicode-normalization v0.1.25
12932026-05-06T04:02:20.239Z Downloaded salty v0.3.0
12942026-05-06T04:02:20.239Z Downloaded openssl v0.10.78
12952026-05-06T04:02:20.239Z Downloaded lalrpop v0.19.12
12962026-05-06T04:02:20.239Z Downloaded tough v0.20.0
12972026-05-06T04:02:20.239Z Downloaded serde_with v3.17.0
12982026-05-06T04:02:20.239Z Downloaded nix v0.27.1
12992026-05-06T04:02:20.239Z Downloaded quinn-proto v0.11.13
13002026-05-06T04:02:20.239Z Downloaded winnow v0.6.26
13012026-05-06T04:02:20.239Z Downloaded curve25519-dalek v4.1.3
13022026-05-06T04:02:20.239Z Downloaded petname v2.0.2
13032026-05-06T04:02:20.239Z Downloaded rustls-webpki v0.102.8
13042026-05-06T04:02:20.239Z Downloaded winnow v0.5.40
13052026-05-06T04:02:20.239Z Downloaded polar-core v0.27.3
13062026-05-06T04:02:20.239Z Downloaded nix v0.28.0
13072026-05-06T04:02:20.239Z Downloaded rustls v0.21.12
13082026-05-06T04:02:20.239Z Downloaded tabled v0.20.0
13092026-05-06T04:02:20.239Z Downloaded smoltcp v0.9.1
13102026-05-06T04:02:20.239Z Downloaded dropshot v0.16.7
13112026-05-06T04:02:20.239Z Downloaded regex-syntax v0.6.29
13122026-05-06T04:02:20.239Z Downloaded time v0.3.47
13132026-05-06T04:02:20.239Z Downloaded dropshot v0.17.0
13142026-05-06T04:02:20.240Z Downloaded vcpkg v0.2.15
13152026-05-06T04:02:20.240Z Downloaded webpki-roots v1.0.6
13162026-05-06T04:02:20.240Z Downloaded openapiv3 v2.2.0
13172026-05-06T04:02:20.240Z Downloaded hickory-proto v0.24.4
13182026-05-06T04:02:20.240Z Downloaded nix v0.31.2
13192026-05-06T04:02:20.240Z Downloaded diesel v2.3.7
13202026-05-06T04:02:20.240Z Downloaded zlib-rs v0.6.2
13212026-05-06T04:02:20.240Z Downloaded rustls v0.23.37
13222026-05-06T04:02:20.240Z Downloaded regex-syntax v0.8.10
13232026-05-06T04:02:20.240Z Downloaded hickory-proto v0.25.2
13242026-05-06T04:02:20.240Z Downloaded object v0.37.3
13252026-05-06T04:02:20.247Z Downloaded smoltcp v0.11.0
13262026-05-06T04:02:20.247Z Downloaded zerocopy v0.8.40
13272026-05-06T04:02:20.247Z Downloaded rustls v0.22.4
13282026-05-06T04:02:20.247Z Downloaded rustix v0.38.44
13292026-05-06T04:02:20.247Z Downloaded regress v0.11.1
13302026-05-06T04:02:20.247Z Downloaded regress v0.10.5
13312026-05-06T04:02:20.247Z Downloaded typify-impl v0.6.2
13322026-05-06T04:02:20.247Z Downloaded typify-impl v0.4.3
13332026-05-06T04:02:20.247Z Downloaded ratatui v0.29.0
13342026-05-06T04:02:20.247Z Downloaded bzip2-sys v0.1.13+1.0.8
13352026-05-06T04:02:20.247Z Downloaded sqlparser v0.61.0
13362026-05-06T04:02:20.247Z Downloaded tracing v0.1.44
13372026-05-06T04:02:20.247Z Downloaded sled v0.34.7
13382026-05-06T04:02:20.254Z Downloaded csv v1.4.0
13392026-05-06T04:02:20.264Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13402026-05-06T04:02:20.278Z Downloaded chrono-tz v0.10.4
13412026-05-06T04:02:20.287Z Downloaded regex-automata v0.4.14
13422026-05-06T04:02:20.299Z Downloaded zerocopy-derive v0.6.6
13432026-05-06T04:02:20.314Z Downloaded petgraph v0.6.5
13442026-05-06T04:02:20.336Z Downloaded jiff v0.2.21
13452026-05-06T04:02:20.364Z Downloaded libz-sys v1.1.24
13462026-05-06T04:02:20.376Z Downloaded petgraph v0.8.3
13472026-05-06T04:02:20.393Z Downloaded sha3 v0.10.8
13482026-05-06T04:02:20.398Z Downloaded tokio v1.52.1
13492026-05-06T04:02:20.420Z Downloaded encoding_rs v0.8.35
13502026-05-06T04:02:20.437Z Downloaded ring v0.17.14
13512026-05-06T04:02:20.480Z Downloaded libgit2-sys v0.18.3+1.9.2
13522026-05-06T04:02:21.109Z Downloaded aws-lc-sys v0.37.1
13532026-05-06T04:02:21.363Z Compiling libc v0.2.185
13542026-05-06T04:02:21.363Z Compiling serde v1.0.228
13552026-05-06T04:02:21.367Z Compiling find-msvc-tools v0.1.9
13562026-05-06T04:02:21.367Z Compiling shlex v1.3.0
13572026-05-06T04:02:21.516Z Compiling log v0.4.29
13582026-05-06T04:02:21.524Z Compiling smallvec v1.15.1
13592026-05-06T04:02:21.533Z Compiling syn v2.0.117
13602026-05-06T04:02:21.536Z Compiling typenum v1.19.0
13612026-05-06T04:02:21.727Z Compiling generic-array v0.14.7
13622026-05-06T04:02:21.738Z Compiling subtle v2.6.1
13632026-05-06T04:02:21.762Z Compiling scopeguard v1.2.0
13642026-05-06T04:02:21.781Z Compiling const-oid v0.9.6
13652026-05-06T04:02:21.856Z Compiling lock_api v0.4.14
13662026-05-06T04:02:21.871Z Compiling portable-atomic v1.13.1
13672026-05-06T04:02:21.921Z Compiling zerocopy v0.8.40
13682026-05-06T04:02:22.040Z Compiling serde_json v1.0.149
13692026-05-06T04:02:22.109Z Compiling critical-section v1.2.0
13702026-05-06T04:02:22.221Z Compiling pin-project-lite v0.2.17
13712026-05-06T04:02:22.252Z Compiling parking_lot_core v0.9.12
13722026-05-06T04:02:22.404Z Compiling getrandom v0.2.17
13732026-05-06T04:02:22.423Z Compiling jobserver v0.1.34
13742026-05-06T04:02:22.458Z Compiling errno v0.3.14
13752026-05-06T04:02:22.561Z Compiling rand_core v0.6.4
13762026-05-06T04:02:22.602Z Compiling pkg-config v0.3.32
13772026-05-06T04:02:22.606Z Compiling signal-hook-registry v1.4.8
13782026-05-06T04:02:22.632Z Compiling cc v1.2.56
13792026-05-06T04:02:22.832Z Compiling bitflags v2.11.0
13802026-05-06T04:02:22.883Z Compiling libm v0.2.16
13812026-05-06T04:02:22.984Z Compiling once_cell v1.21.3
13822026-05-06T04:02:23.057Z Compiling parking_lot v0.12.5
13832026-05-06T04:02:23.074Z Compiling mio v1.2.0
13842026-05-06T04:02:23.148Z Compiling num-traits v0.2.19
13852026-05-06T04:02:23.196Z Compiling futures-core v0.3.32
13862026-05-06T04:02:23.348Z Compiling percent-encoding v2.3.2
13872026-05-06T04:02:23.421Z Compiling socket2 v0.6.3
13882026-05-06T04:02:23.442Z Compiling futures-sink v0.3.32
13892026-05-06T04:02:23.493Z Compiling cpufeatures v0.2.17
13902026-05-06T04:02:23.536Z Compiling futures-channel v0.3.32
13912026-05-06T04:02:23.551Z Compiling futures-io v0.3.32
13922026-05-06T04:02:23.551Z Compiling slab v0.4.12
13932026-05-06T04:02:23.577Z Compiling futures-task v0.3.32
13942026-05-06T04:02:23.705Z Compiling getrandom v0.4.1
13952026-05-06T04:02:23.739Z Compiling rustversion v1.0.22
13962026-05-06T04:02:23.753Z Compiling getrandom v0.3.4
13972026-05-06T04:02:23.767Z Compiling rand_core v0.10.0
13982026-05-06T04:02:23.815Z Compiling indexmap v2.14.0
13992026-05-06T04:02:23.954Z Compiling form_urlencoded v1.2.2
14002026-05-06T04:02:24.173Z Compiling cmake v0.1.57
14012026-05-06T04:02:24.314Z Compiling base64ct v1.8.3
14022026-05-06T04:02:24.317Z Compiling fs_extra v1.3.0
14032026-05-06T04:02:24.463Z Compiling synstructure v0.13.2
14042026-05-06T04:02:24.564Z Compiling dunce v1.0.5
14052026-05-06T04:02:24.589Z Compiling ident_case v1.0.1
14062026-05-06T04:02:24.603Z Compiling pem-rfc7468 v0.7.0
14072026-05-06T04:02:24.658Z Compiling aws-lc-sys v0.37.1
14082026-05-06T04:02:24.658Z Compiling flagset v0.4.7
14092026-05-06T04:02:24.711Z Compiling rand_core v0.9.5
14102026-05-06T04:02:24.725Z Compiling rustix v1.1.3
14112026-05-06T04:02:24.728Z Compiling iana-time-zone v0.1.65
14122026-05-06T04:02:24.801Z Compiling uuid v1.23.0
14132026-05-06T04:02:24.976Z Compiling ring v0.17.14
14142026-05-06T04:02:25.008Z Compiling rustc_version v0.4.1
14152026-05-06T04:02:25.054Z Compiling aws-lc-rs v1.16.0
14162026-05-06T04:02:25.102Z Compiling vcpkg v0.2.15
14172026-05-06T04:02:25.340Z Compiling regex-syntax v0.8.10
14182026-05-06T04:02:25.344Z Compiling tracing-core v0.1.36
14192026-05-06T04:02:25.600Z Compiling pest_generator v2.8.6
14202026-05-06T04:02:25.858Z Compiling openssl-sys v0.9.114
14212026-05-06T04:02:25.924Z Compiling serde_derive_internals v0.29.1
14222026-05-06T04:02:26.113Z Compiling serde_derive v1.0.228
14232026-05-06T04:02:26.330Z Compiling zeroize_derive v1.4.3
14242026-05-06T04:02:26.382Z Compiling zerofrom-derive v0.1.6
14252026-05-06T04:02:26.593Z Compiling yoke-derive v0.8.1
14262026-05-06T04:02:26.850Z Compiling zerocopy-derive v0.8.40
14272026-05-06T04:02:26.980Z Compiling zeroize v1.8.2
14282026-05-06T04:02:27.730Z Compiling crypto-common v0.1.7
14292026-05-06T04:02:27.749Z Compiling block-buffer v0.10.4
14302026-05-06T04:02:27.753Z Compiling zerovec-derive v0.11.2
14312026-05-06T04:02:27.792Z Compiling zerofrom v0.1.6
14322026-05-06T04:02:27.876Z Compiling displaydoc v0.2.5
14332026-05-06T04:02:27.916Z Compiling yoke v0.8.1
14342026-05-06T04:02:27.930Z Compiling digest v0.10.7
14352026-05-06T04:02:28.101Z Compiling tokio-macros v2.7.0
14362026-05-06T04:02:28.177Z Compiling hmac v0.12.1
14372026-05-06T04:02:28.340Z Compiling futures-macro v0.3.32
14382026-05-06T04:02:28.607Z Compiling zerotrie v0.2.3
14392026-05-06T04:02:28.809Z Compiling block-padding v0.3.3
14402026-05-06T04:02:28.856Z Compiling zerovec v0.11.5
14412026-05-06T04:02:28.904Z Compiling sha2 v0.10.9
14422026-05-06T04:02:28.968Z Compiling inout v0.1.4
14432026-05-06T04:02:29.125Z Compiling futures-util v0.3.32
14442026-05-06T04:02:29.139Z Compiling cipher v0.4.4
14452026-05-06T04:02:29.347Z Compiling tinystr v0.8.2
14462026-05-06T04:02:29.400Z Compiling potential_utf v0.1.4
14472026-05-06T04:02:29.548Z Compiling bytes v1.11.1
14482026-05-06T04:02:29.563Z Compiling icu_locale_core v2.1.1
14492026-05-06T04:02:29.576Z Compiling icu_collections v2.1.1
14502026-05-06T04:02:29.609Z Compiling der_derive v0.7.3
14512026-05-06T04:02:30.112Z Compiling tokio v1.52.1
14522026-05-06T04:02:30.180Z Compiling http v1.4.0
14532026-05-06T04:02:30.330Z Compiling icu_provider v2.1.1
14542026-05-06T04:02:30.482Z Compiling chrono v0.4.44
14552026-05-06T04:02:30.614Z Compiling icu_properties v2.1.2
14562026-05-06T04:02:30.625Z Compiling icu_normalizer v2.1.1
14572026-05-06T04:02:31.083Z Compiling der v0.7.10
14582026-05-06T04:02:31.158Z Compiling ppv-lite86 v0.2.21
14592026-05-06T04:02:31.323Z Compiling salsa20 v0.10.2
14602026-05-06T04:02:31.427Z Compiling pbkdf2 v0.12.2
14612026-05-06T04:02:31.462Z Compiling thiserror-impl v2.0.18
14622026-05-06T04:02:31.486Z Compiling idna_adapter v1.2.1
14632026-05-06T04:02:31.543Z Compiling scrypt v0.11.0
14642026-05-06T04:02:31.625Z Compiling idna v1.1.0
14652026-05-06T04:02:31.720Z Compiling rand_chacha v0.9.0
14662026-05-06T04:02:31.794Z Compiling aes v0.8.4
14672026-05-06T04:02:31.873Z Compiling cbc v0.1.2
14682026-05-06T04:02:32.024Z Compiling url v2.5.8
14692026-05-06T04:02:32.268Z Compiling spki v0.7.3
14702026-05-06T04:02:32.282Z Compiling rustls-pki-types v1.14.0
14712026-05-06T04:02:32.413Z Compiling tracing-attributes v0.1.31
14722026-05-06T04:02:32.467Z Compiling pkcs5 v0.7.1
14732026-05-06T04:02:32.723Z Compiling rand v0.9.2
14742026-05-06T04:02:32.762Z Compiling thiserror v2.0.18
14752026-05-06T04:02:32.819Z Compiling http-body v1.0.1
14762026-05-06T04:02:32.866Z Compiling untrusted v0.9.0
14772026-05-06T04:02:32.899Z Compiling schemars v0.8.22
14782026-05-06T04:02:32.942Z Compiling base64 v0.22.1
14792026-05-06T04:02:32.967Z Compiling untrusted v0.7.1
14802026-05-06T04:02:32.984Z Compiling httparse v1.10.1
14812026-05-06T04:02:33.089Z Compiling openssl-probe v0.2.1
14822026-05-06T04:02:33.255Z Compiling pkcs8 v0.10.2
14832026-05-06T04:02:33.269Z Compiling schemars_derive v0.8.22
14842026-05-06T04:02:33.359Z Compiling pest_derive v2.8.6
14852026-05-06T04:02:33.504Z Compiling scroll_derive v0.13.1
14862026-05-06T04:02:33.564Z Compiling darling_core v0.20.11
14872026-05-06T04:02:33.709Z Compiling tracing v0.1.44
14882026-05-06T04:02:33.780Z Compiling atomic-waker v1.1.2
14892026-05-06T04:02:33.908Z Compiling tokio-util v0.7.18
14902026-05-06T04:02:33.976Z Compiling dyn-clone v1.0.20
14912026-05-06T04:02:34.115Z Compiling try-lock v0.2.5
14922026-05-06T04:02:34.227Z Compiling rustls v0.23.37
14932026-05-06T04:02:34.294Z Compiling tinyvec_macros v0.1.1
14942026-05-06T04:02:34.365Z Compiling tower-layer v0.3.3
14952026-05-06T04:02:34.396Z Compiling tower-service v0.3.3
14962026-05-06T04:02:34.494Z Compiling tinyvec v1.10.0
14972026-05-06T04:02:34.524Z Compiling scroll v0.13.0
14982026-05-06T04:02:34.788Z Compiling h2 v0.4.13
14992026-05-06T04:02:34.832Z Compiling want v0.3.1
15002026-05-06T04:02:34.961Z Compiling ipnet v2.11.0
15012026-05-06T04:02:35.052Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15022026-05-06T04:02:35.215Z Compiling spin v0.9.8
15032026-05-06T04:02:35.428Z Compiling aho-corasick v1.1.4
15042026-05-06T04:02:35.443Z Compiling pin-utils v0.1.0
15052026-05-06T04:02:35.463Z Compiling foreign-types-shared v0.1.1
15062026-05-06T04:02:35.516Z Compiling openssl v0.10.78
15072026-05-06T04:02:35.578Z Compiling httpdate v1.0.3
15082026-05-06T04:02:35.749Z Compiling time-core v0.1.8
15092026-05-06T04:02:35.780Z Compiling powerfmt v0.2.0
15102026-05-06T04:02:35.797Z Compiling num-conv v0.2.0
15112026-05-06T04:02:35.855Z Compiling darling_macro v0.20.11
15122026-05-06T04:02:35.870Z Compiling crc32fast v1.5.0
15132026-05-06T04:02:35.892Z Compiling tempfile v3.25.0
15142026-05-06T04:02:35.924Z Compiling time-macros v0.2.27
15152026-05-06T04:02:35.979Z Compiling deranged v0.5.8
15162026-05-06T04:02:36.198Z Compiling foreign-types v0.3.2
15172026-05-06T04:02:36.267Z Compiling regex-automata v0.4.14
15182026-05-06T04:02:36.317Z Compiling darling v0.20.11
15192026-05-06T04:02:36.400Z Compiling goblin v0.10.5
15202026-05-06T04:02:36.975Z Compiling openssl-macros v0.1.1
15212026-05-06T04:02:37.116Z Compiling wait-timeout v0.2.1
15222026-05-06T04:02:37.358Z Compiling simd-adler32 v0.3.8
15232026-05-06T04:02:37.383Z Compiling bit-vec v0.8.0
15242026-05-06T04:02:37.439Z Compiling usdt-impl v0.6.0
15252026-05-06T04:02:37.600Z Compiling quick-error v1.2.3
15262026-05-06T04:02:37.614Z Compiling siphasher v1.0.2
15272026-05-06T04:02:37.637Z Compiling crossbeam-utils v0.8.21
15282026-05-06T04:02:37.706Z Compiling syn v1.0.109
15292026-05-06T04:02:37.796Z Compiling hyper v1.8.1
15302026-05-06T04:02:37.923Z Compiling native-tls v0.2.18
15312026-05-06T04:02:38.008Z Compiling num_threads v0.1.7
15322026-05-06T04:02:38.106Z Compiling time v0.3.47
15332026-05-06T04:02:38.207Z Compiling rusty-fork v0.3.1
15342026-05-06T04:02:38.545Z Compiling bit-set v0.8.0
15352026-05-06T04:02:38.758Z Compiling derive_builder_core v0.20.2
15362026-05-06T04:02:39.363Z Compiling dof v0.4.0
15372026-05-06T04:02:39.613Z Compiling hyper-util v0.1.20
15382026-05-06T04:02:39.837Z Compiling unicode-normalization v0.1.25
15392026-05-06T04:02:40.335Z Compiling dtrace-parser v0.3.0
15402026-05-06T04:02:40.354Z Compiling rustls-native-certs v0.8.3
15412026-05-06T04:02:40.598Z Compiling signature v2.2.0
15422026-05-06T04:02:40.621Z Compiling thiserror-impl v1.0.69
15432026-05-06T04:02:40.641Z Compiling scroll_derive v0.12.1
15442026-05-06T04:02:40.780Z Compiling heapless v0.7.17
15452026-05-06T04:02:41.021Z Compiling rand_xorshift v0.4.0
15462026-05-06T04:02:41.081Z Compiling slog v2.8.2
15472026-05-06T04:02:41.191Z Compiling darling_core v0.21.3
15482026-05-06T04:02:41.265Z Compiling bzip2-sys v0.1.13+1.0.8
15492026-05-06T04:02:41.300Z Compiling sync_wrapper v1.0.2
15502026-05-06T04:02:41.403Z Compiling thread-id v5.1.0
15512026-05-06T04:02:41.406Z Compiling cookie v0.18.1
15522026-05-06T04:02:41.490Z Compiling allocator-api2 v0.2.21
15532026-05-06T04:02:41.530Z Compiling unicode-properties v0.1.4
15542026-05-06T04:02:41.594Z Compiling paste v1.0.15
15552026-05-06T04:02:41.633Z Compiling unarray v0.1.4
15562026-05-06T04:02:41.732Z Compiling zstd-safe v7.2.4
15572026-05-06T04:02:41.746Z Compiling anyhow v1.0.102
15582026-05-06T04:02:41.809Z Compiling signal-hook v0.3.18
15592026-05-06T04:02:41.855Z Compiling adler2 v2.0.1
15602026-05-06T04:02:41.870Z Compiling unicode-bidi v0.3.18
15612026-05-06T04:02:41.924Z Compiling thiserror v1.0.69
15622026-05-06T04:02:41.988Z Compiling miniz_oxide v0.8.9
15632026-05-06T04:02:42.024Z Compiling proptest v1.10.0
15642026-05-06T04:02:42.252Z Compiling stringprep v0.1.5
15652026-05-06T04:02:42.580Z Compiling tower v0.5.3
15662026-05-06T04:02:42.683Z Compiling scroll v0.12.0
15672026-05-06T04:02:42.931Z Compiling derive_builder_macro v0.20.2
15682026-05-06T04:02:43.044Z Compiling ipnetwork v0.21.1
15692026-05-06T04:02:43.221Z Compiling http-body-util v0.1.3
15702026-05-06T04:02:43.381Z Compiling webpki-roots v1.0.6
15712026-05-06T04:02:43.433Z Compiling rand_chacha v0.3.1
15722026-05-06T04:02:43.449Z Compiling erased-serde v0.3.31
15732026-05-06T04:02:43.463Z Compiling serde_spanned v0.6.9
15742026-05-06T04:02:43.502Z Compiling serde_tokenstream v0.2.3
15752026-05-06T04:02:43.608Z Compiling toml_datetime v0.6.11
15762026-05-06T04:02:43.669Z Compiling darling_macro v0.21.3
15772026-05-06T04:02:43.816Z Compiling md-5 v0.10.6
15782026-05-06T04:02:43.869Z Compiling zerocopy-derive v0.7.35
15792026-05-06T04:02:43.919Z Compiling curve25519-dalek v4.1.3
15802026-05-06T04:02:43.988Z Compiling vergen-lib v0.1.6
15812026-05-06T04:02:44.152Z Compiling num-integer v0.1.46
15822026-05-06T04:02:44.167Z Compiling hash32 v0.2.1
15832026-05-06T04:02:44.243Z Compiling ff v0.13.1
15842026-05-06T04:02:44.257Z Compiling memoffset v0.9.1
15852026-05-06T04:02:44.356Z Compiling num-bigint-dig v0.8.6
15862026-05-06T04:02:44.384Z Compiling base16ct v0.2.0
15872026-05-06T04:02:44.446Z Compiling ref-cast v1.0.25
15882026-05-06T04:02:44.469Z Compiling cfg_aliases v0.2.1
15892026-05-06T04:02:44.542Z Compiling smoltcp v0.9.1
15902026-05-06T04:02:44.556Z Compiling psl-types v2.0.11
15912026-05-06T04:02:44.570Z Compiling fallible-iterator v0.2.0
15922026-05-06T04:02:44.680Z Compiling litrs v1.0.0
15932026-05-06T04:02:44.736Z Compiling ryu v1.0.23
15942026-05-06T04:02:44.801Z Compiling iri-string v0.7.10
15952026-05-06T04:02:44.893Z Compiling zlib-rs v0.6.2
15962026-05-06T04:02:44.950Z Compiling rustix v0.38.44
15972026-05-06T04:02:45.007Z Compiling serde_urlencoded v0.7.1
15982026-05-06T04:02:45.234Z Compiling document-features v0.2.12
15992026-05-06T04:02:45.257Z Compiling postgres-protocol v0.6.10
16002026-05-06T04:02:45.443Z Compiling zerocopy v0.7.35
16012026-05-06T04:02:45.807Z Compiling publicsuffix v2.3.0
16022026-05-06T04:02:45.823Z Compiling nix v0.31.2
16032026-05-06T04:02:45.986Z Compiling tower-http v0.6.8
16042026-05-06T04:02:46.021Z Compiling sec1 v0.7.3
16052026-05-06T04:02:46.285Z Compiling num-iter v0.1.45
16062026-05-06T04:02:46.300Z Compiling group v0.13.0
16072026-05-06T04:02:46.303Z Compiling newtype-uuid v1.3.2
16082026-05-06T04:02:46.494Z Compiling darling v0.21.3
16092026-05-06T04:02:46.578Z Compiling rand v0.8.5
16102026-05-06T04:02:46.642Z Compiling derive_builder v0.20.2
16112026-05-06T04:02:46.773Z Compiling oxnet v0.1.4
16122026-05-06T04:02:46.843Z Compiling hubpack_derive v0.1.1
16132026-05-06T04:02:46.858Z Compiling tokio-native-tls v0.3.1
16142026-05-06T04:02:46.891Z Compiling goblin v0.8.2
16152026-05-06T04:02:47.572Z Compiling regex v1.12.3
16162026-05-06T04:02:47.703Z Compiling phf_shared v0.13.1
16172026-05-06T04:02:47.778Z Compiling flate2 v1.1.9
16182026-05-06T04:02:47.792Z Compiling lazy_static v1.5.0
16192026-05-06T04:02:47.886Z Compiling cargo-platform v0.1.9
16202026-05-06T04:02:47.940Z Compiling hkdf v0.12.4
16212026-05-06T04:02:48.004Z Compiling crypto-bigint v0.5.5
16222026-05-06T04:02:48.106Z Compiling terminal_size v0.4.3
16232026-05-06T04:02:48.121Z Compiling daft-derive v0.1.5
16242026-05-06T04:02:48.144Z Compiling ref-cast-impl v1.0.25
16252026-05-06T04:02:48.189Z Compiling strum_macros v0.27.2
16262026-05-06T04:02:48.245Z Compiling curve25519-dalek-derive v0.1.1
16272026-05-06T04:02:48.676Z Compiling async-trait v0.1.89
16282026-05-06T04:02:48.829Z Compiling vergen v9.0.6
16292026-05-06T04:02:48.891Z Compiling fs-err v3.3.0
16302026-05-06T04:02:49.010Z Compiling ahash v0.8.12
16312026-05-06T04:02:49.080Z Compiling bitflags v1.3.2
16322026-05-06T04:02:49.161Z Compiling libbz2-rs-sys v0.2.2
16332026-05-06T04:02:49.213Z Compiling bumpalo v3.20.2
16342026-05-06T04:02:49.465Z Compiling foldhash v0.2.0
16352026-05-06T04:02:49.692Z Compiling object v0.37.3
16362026-05-06T04:02:49.707Z Compiling managed v0.8.0
16372026-05-06T04:02:49.864Z Compiling winnow v0.5.40
16382026-05-06T04:02:49.974Z Compiling unicode-segmentation v1.12.0
16392026-05-06T04:02:49.977Z Compiling foldhash v0.1.5
16402026-05-06T04:02:50.155Z Compiling hashbrown v0.15.5
16412026-05-06T04:02:50.159Z Compiling strum v0.27.2
16422026-05-06T04:02:50.290Z Compiling hashbrown v0.16.1
16432026-05-06T04:02:50.367Z Compiling bzip2 v0.6.1
16442026-05-06T04:02:50.387Z Compiling zopfli v0.8.3
16452026-05-06T04:02:50.623Z Compiling clap_builder v4.5.60
16462026-05-06T04:02:50.828Z Compiling dof v0.3.0
16472026-05-06T04:02:50.908Z Compiling elliptic-curve v0.13.8
16482026-05-06T04:02:51.055Z Compiling daft v0.1.5
16492026-05-06T04:02:51.314Z Compiling toml_edit v0.19.15
16502026-05-06T04:02:51.343Z Compiling cargo_metadata v0.19.2
16512026-05-06T04:02:51.419Z Compiling phf v0.13.1
16522026-05-06T04:02:51.578Z Compiling signal-hook-mio v0.2.5
16532026-05-06T04:02:51.697Z Compiling cookie_store v0.22.1
16542026-05-06T04:02:52.661Z Compiling hubpack v0.1.2
16552026-05-06T04:02:52.731Z Compiling bzip2 v0.4.4
16562026-05-06T04:02:52.879Z Compiling zstd v0.13.3
16572026-05-06T04:02:52.926Z Compiling hyper-tls v0.6.0
16582026-05-06T04:02:53.076Z Compiling serde_with_macros v3.17.0
16592026-05-06T04:02:53.179Z Compiling postgres-types v0.2.12
16602026-05-06T04:02:53.591Z Compiling usdt-attr-macro v0.6.0
16612026-05-06T04:02:53.735Z Compiling usdt-macro v0.6.0
16622026-05-06T04:02:53.910Z Compiling dtrace-parser v0.2.0
16632026-05-06T04:02:54.033Z Compiling ed25519 v2.2.3
16642026-05-06T04:02:54.185Z Compiling bstr v1.12.1
16652026-05-06T04:02:54.334Z Compiling phf_shared v0.11.3
16662026-05-06T04:02:54.385Z Compiling pkcs1 v0.7.5
16672026-05-06T04:02:54.468Z Compiling hex v0.4.3
16682026-05-06T04:02:54.518Z Compiling serde-big-array v0.5.1
16692026-05-06T04:02:54.663Z Compiling rfc6979 v0.4.0
16702026-05-06T04:02:54.678Z Compiling clap_derive v4.5.55
16712026-05-06T04:02:54.740Z Compiling serde_repr v0.1.20
16722026-05-06T04:02:54.785Z Compiling strum_macros v0.26.4
16732026-05-06T04:02:54.788Z Compiling enum-as-inner v0.6.1
16742026-05-06T04:02:54.837Z Compiling float-cmp v0.10.0
16752026-05-06T04:02:54.954Z Compiling thread-id v4.2.2
16762026-05-06T04:02:55.022Z Compiling memmap2 v0.9.10
16772026-05-06T04:02:55.041Z Compiling env_filter v1.0.0
16782026-05-06T04:02:55.235Z Compiling encoding_rs v0.8.35
16792026-05-06T04:02:55.306Z Compiling either v1.15.0
16802026-05-06T04:02:55.330Z Compiling fixedbitset v0.4.2
16812026-05-06T04:02:55.347Z Compiling difflib v0.4.0
16822026-05-06T04:02:55.513Z Compiling static_assertions v1.1.0
16832026-05-06T04:02:55.547Z Compiling mime v0.3.17
16842026-05-06T04:02:55.594Z Compiling precomputed-hash v0.1.1
16852026-05-06T04:02:55.689Z Compiling predicates-core v1.0.10
16862026-05-06T04:02:55.814Z Compiling new_debug_unreachable v1.0.6
16872026-05-06T04:02:55.873Z Compiling jiff v0.2.21
16882026-05-06T04:02:55.891Z Compiling keccak v0.1.6
16892026-05-06T04:02:55.915Z Compiling fixedbitset v0.5.7
16902026-05-06T04:02:56.236Z Compiling whoami v2.1.0
16912026-05-06T04:02:56.506Z Compiling data-encoding v2.10.0
16922026-05-06T04:02:56.582Z Compiling normalize-line-endings v0.3.0
16932026-05-06T04:02:56.604Z Compiling rustc-hash v2.1.1
16942026-05-06T04:02:56.681Z Compiling predicates v3.1.4
16952026-05-06T04:02:56.717Z Compiling iddqd v0.3.18
16962026-05-06T04:02:56.731Z Compiling strum v0.26.3
16972026-05-06T04:02:56.780Z Compiling clap v4.5.60
16982026-05-06T04:02:56.860Z Compiling hickory-proto v0.25.2
16992026-05-06T04:02:56.878Z Compiling tokio-postgres v0.7.16
17002026-05-06T04:02:57.135Z Compiling toml_edit v0.22.27
17012026-05-06T04:02:57.204Z Compiling petgraph v0.8.3
17022026-05-06T04:02:57.394Z Compiling sha3 v0.10.8
17032026-05-06T04:02:57.780Z Compiling string_cache v0.8.9
17042026-05-06T04:02:57.875Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
17052026-05-06T04:02:58.006Z Compiling itertools v0.13.0
17062026-05-06T04:02:59.049Z Compiling zip v4.6.1
17072026-05-06T04:02:59.114Z Compiling petgraph v0.6.5
17082026-05-06T04:02:59.229Z Compiling env_logger v0.11.9
17092026-05-06T04:02:59.580Z Compiling usdt v0.6.0
17102026-05-06T04:02:59.847Z Compiling usdt-impl v0.5.0
17112026-05-06T04:02:59.873Z Compiling ecdsa v0.16.9
17122026-05-06T04:03:00.065Z Compiling serde_with v3.17.0
17132026-05-06T04:03:00.074Z Compiling similar v2.7.0
17142026-05-06T04:03:00.285Z Compiling rsa v0.9.10
17152026-05-06T04:03:00.441Z Compiling ed25519-dalek v2.2.0
17162026-05-06T04:03:00.659Z Compiling crossterm v0.28.1
17172026-05-06T04:03:00.953Z Compiling zip v0.6.6
17182026-05-06T04:03:01.117Z Compiling toml v0.7.8
17192026-05-06T04:03:01.767Z Compiling heck v0.4.1
17202026-05-06T04:03:01.947Z Compiling toml_parser v1.0.9+spec-1.1.0
17212026-05-06T04:03:01.962Z Compiling crossbeam-epoch v0.9.18
17222026-05-06T04:03:01.994Z Compiling tokio-stream v0.1.18
17232026-05-06T04:03:02.005Z Compiling buf-list v1.1.2
17242026-05-06T04:03:02.131Z Compiling x509-cert v0.2.5
17252026-05-06T04:03:02.278Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
17262026-05-06T04:03:02.296Z Compiling openapiv3 v2.2.0
17272026-05-06T04:03:02.453Z Compiling sha1 v0.10.6
17282026-05-06T04:03:02.569Z Compiling toml_datetime v0.7.5+spec-1.1.0
17292026-05-06T04:03:02.584Z Compiling peg-runtime v0.8.5
17302026-05-06T04:03:02.675Z Compiling lalrpop-util v0.19.12
17312026-05-06T04:03:02.860Z Compiling thread_local v1.1.9
17322026-05-06T04:03:02.874Z Compiling slog-async v2.8.0
17332026-05-06T04:03:02.878Z Compiling crossbeam-channel v0.5.15
17342026-05-06T04:03:03.119Z Compiling futures-executor v0.3.32
17352026-05-06T04:03:03.203Z Compiling is-terminal v0.4.17
17362026-05-06T04:03:03.303Z Compiling filetime v0.2.27
17372026-05-06T04:03:03.335Z Compiling term v1.2.1
17382026-05-06T04:03:03.378Z Compiling xattr v1.6.1
17392026-05-06T04:03:03.484Z Compiling take_mut v0.2.2
17402026-05-06T04:03:03.552Z Compiling tar v0.4.45
17412026-05-06T04:03:03.616Z Compiling slog-term v2.9.2
17422026-05-06T04:03:03.777Z Compiling futures v0.3.32
17432026-05-06T04:03:10.401Z Compiling rustls-webpki v0.103.9
17442026-05-06T04:03:13.188Z Compiling tokio-rustls v0.26.4
17452026-05-06T04:03:13.188Z Compiling rustls-platform-verifier v0.6.2
17462026-05-06T04:03:13.395Z Compiling hyper-rustls v0.27.7
17472026-05-06T04:03:13.597Z Compiling reqwest v0.12.28
17482026-05-06T04:03:13.597Z Compiling reqwest v0.13.2
17492026-05-06T04:03:15.714Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17502026-05-06T04:03:15.931Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17512026-05-06T04:03:18.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s
17522026-05-06T04:03:18.917Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17532026-05-06T04:03:18.971ZMay 06 04:03:17.203 INFO Starting download, target: Cockroach
17542026-05-06T04:03:18.971ZMay 06 04:03:17.203 INFO Starting download, target: Clickhouse
17552026-05-06T04:03:18.971ZMay 06 04:03:17.203 INFO Starting download, target: DendriteStub
17562026-05-06T04:03:18.971ZMay 06 04:03:17.203 INFO Starting download, target: Console
17572026-05-06T04:03:18.971ZMay 06 04:03:17.203 INFO Starting download, target: MaghemiteMgd
17582026-05-06T04:03:18.974ZMay 06 04:03:17.203 INFO Starting download, target: TransceiverControl
17592026-05-06T04:03:18.974ZMay 06 04:03:17.203 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17602026-05-06T04:03:18.974ZMay 06 04:03:17.203 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17612026-05-06T04:03:18.974ZMay 06 04:03:17.203 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17622026-05-06T04:03:18.974ZMay 06 04:03:17.204 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17632026-05-06T04:03:18.974ZMay 06 04:03:17.204 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17642026-05-06T04:03:18.974ZMay 06 04:03:17.204 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17652026-05-06T04:03:19.405ZMay 06 04:03:17.634 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17662026-05-06T04:03:19.646ZMay 06 04:03:17.877 INFO Download complete, target: TransceiverControl
17672026-05-06T04:03:19.951ZMay 06 04:03:18.176 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17682026-05-06T04:03:20.185ZMay 06 04:03:18.414 INFO Download complete, target: Console
17692026-05-06T04:03:20.249ZMay 06 04:03:18.480 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17702026-05-06T04:03:20.669ZMay 06 04:03:18.898 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17712026-05-06T04:03:21.257ZMay 06 04:03:19.489 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17722026-05-06T04:03:21.257ZMay 06 04:03:19.489 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17732026-05-06T04:03:21.298ZMay 06 04:03:19.530 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17742026-05-06T04:03:22.646ZMay 06 04:03:20.879 INFO Download complete, target: MaghemiteMgd
17752026-05-06T04:03:23.008ZMay 06 04:03:21.242 INFO Download complete, target: DendriteStub
17762026-05-06T04:03:25.869ZMay 06 04:03:24.103 INFO Checking that binary works, target: Cockroach
17772026-05-06T04:03:25.963ZMay 06 04:03:24.197 INFO Download complete, target: Cockroach
17782026-05-06T04:03:28.049ZMay 06 04:03:26.282 INFO Checking that binary works, target: Clickhouse
17792026-05-06T04:03:28.146ZMay 06 04:03:26.381 INFO Download complete, target: Clickhouse
17802026-05-06T04:03:28.159ZAll builder prerequisites installed successfully, and PATH looks valid
17812026-05-06T04:03:28.162Z
17822026-05-06T04:03:28.162Zreal 3:12.941642805
17832026-05-06T04:03:28.162Zuser 7:20.755034954
17842026-05-06T04:03:28.162Zsys 1:25.116149192
17852026-05-06T04:03:28.162Ztrap 0.215290182
17862026-05-06T04:03:28.162Ztflt 0.623376287
17872026-05-06T04:03:28.162Zdflt 0.490115155
17882026-05-06T04:03:28.162Zkflt 0.024598272
17892026-05-06T04:03:28.162Zlock 21:24.643957034
17902026-05-06T04:03:28.162Zslp 21:52.075070101
17912026-05-06T04:03:28.163Zlat 44.598694333
17922026-05-06T04:03:28.163Zstop 2:04.083016584
17932026-05-06T04:03:28.163Z+ banner hack-check
17942026-05-06T04:03:28.163Z
17952026-05-06T04:03:28.163Z # # ## #### # # #### # # ###### #### # #
17962026-05-06T04:03:28.163Z # # # # # # # # # # # # # # # # #
17972026-05-06T04:03:28.163Z ###### # # # #### ##### # ###### ##### # ####
17982026-05-06T04:03:28.163Z # # ###### # # # # # # # # # #
17992026-05-06T04:03:28.163Z # # # # # # # # # # # # # # # # #
18002026-05-06T04:03:28.163Z # # # # #### # # #### # # ###### #### # #
18012026-05-06T04:03:28.163Z
18022026-05-06T04:03:28.163Z+ export CARGO_INCREMENTAL=0
18032026-05-06T04:03:28.163Z+ CARGO_INCREMENTAL=0
18042026-05-06T04:03:28.163Z+ ptime -m timeout 2h cargo xtask check-features --ci
18052026-05-06T04:03:28.688Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18062026-05-06T04:03:28.906Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18072026-05-06T04:03:30.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.59s
18082026-05-06T04:03:30.855Z Running `target/debug/xtask check-features --ci`
18092026-05-06T04:03:30.880Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18102026-05-06T04:03:30.883Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18112026-05-06T04:03:31.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18122026-05-06T04:03:31.392Z Running `target/debug/xtask download cargo-hack`
18132026-05-06T04:03:32.169Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18142026-05-06T04:03:32.477Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18152026-05-06T04:03:34.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.54s
18162026-05-06T04:03:35.132Z Running `target/debug/xtask-downloader cargo-hack`
18172026-05-06T04:03:35.170ZMay 06 04:03:33.406 INFO Starting download, target: CargoHack
18182026-05-06T04:03:35.174ZMay 06 04:03:33.407 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18192026-05-06T04:03:35.533ZMay 06 04:03:33.770 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18202026-05-06T04:03:35.582ZMay 06 04:03:33.819 INFO Download complete, target: CargoHack
18212026-05-06T04:03:35.585Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
18222026-05-06T04:03:35.597Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18232026-05-06T04:03:35.746Zinfo: running `cargo check --bins` on api_identity (1/274)
18242026-05-06T04:03:36.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18252026-05-06T04:03:36.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18262026-05-06T04:03:36.238Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18272026-05-06T04:03:36.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18282026-05-06T04:03:36.321Z
18292026-05-06T04:03:36.321Zinfo: running `cargo check --bins` on bootstore (2/274)
18302026-05-06T04:03:36.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18312026-05-06T04:03:36.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18322026-05-06T04:03:36.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18332026-05-06T04:03:36.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18342026-05-06T04:03:36.898Z
18352026-05-06T04:03:36.898Zinfo: running `cargo check --bins` on omicron-ledger (3/274)
18362026-05-06T04:03:37.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18372026-05-06T04:03:37.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18382026-05-06T04:03:37.388Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18392026-05-06T04:03:37.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18402026-05-06T04:03:37.469Z
18412026-05-06T04:03:37.469Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/274)
18422026-05-06T04:03:37.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18432026-05-06T04:03:37.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18442026-05-06T04:03:37.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18452026-05-06T04:03:37.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18462026-05-06T04:03:38.043Z
18472026-05-06T04:03:38.043Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/274)
18482026-05-06T04:03:38.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18492026-05-06T04:03:38.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18502026-05-06T04:03:38.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18512026-05-06T04:03:38.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18522026-05-06T04:03:38.617Z
18532026-05-06T04:03:38.617Zinfo: running `cargo check --bins` on omicron-certificates (6/274)
18542026-05-06T04:03:39.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18552026-05-06T04:03:39.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18562026-05-06T04:03:39.130Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18572026-05-06T04:03:39.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18582026-05-06T04:03:39.217Z
18592026-05-06T04:03:39.217Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/274)
18602026-05-06T04:03:39.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18612026-05-06T04:03:39.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18622026-05-06T04:03:39.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18632026-05-06T04:03:39.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18642026-05-06T04:03:39.804Z
18652026-05-06T04:03:39.804Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/274)
18662026-05-06T04:03:40.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18672026-05-06T04:03:40.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18682026-05-06T04:03:40.308Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18692026-05-06T04:03:40.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18702026-05-06T04:03:40.393Z
18712026-05-06T04:03:40.393Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/274)
18722026-05-06T04:03:40.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18732026-05-06T04:03:40.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18742026-05-06T04:03:40.801Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18752026-05-06T04:03:40.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18762026-05-06T04:03:40.857Z
18772026-05-06T04:03:40.857Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/274)
18782026-05-06T04:03:41.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18792026-05-06T04:03:41.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18802026-05-06T04:03:41.266Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18812026-05-06T04:03:41.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18822026-05-06T04:03:41.321Z
18832026-05-06T04:03:41.322Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/274)
18842026-05-06T04:03:41.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18852026-05-06T04:03:41.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18862026-05-06T04:03:41.728Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18872026-05-06T04:03:41.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18882026-05-06T04:03:41.783Z
18892026-05-06T04:03:41.783Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/274)
18902026-05-06T04:03:42.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18912026-05-06T04:03:42.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18922026-05-06T04:03:42.189Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18932026-05-06T04:03:42.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18942026-05-06T04:03:42.243Z
18952026-05-06T04:03:42.243Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/274)
18962026-05-06T04:03:42.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18972026-05-06T04:03:42.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18982026-05-06T04:03:42.649Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18992026-05-06T04:03:42.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19002026-05-06T04:03:42.702Z
19012026-05-06T04:03:42.702Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/274)
19022026-05-06T04:03:43.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19032026-05-06T04:03:43.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19042026-05-06T04:03:43.112Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19052026-05-06T04:03:43.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19062026-05-06T04:03:43.165Z
19072026-05-06T04:03:43.165Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/274)
19082026-05-06T04:03:43.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19092026-05-06T04:03:43.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19102026-05-06T04:03:43.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19112026-05-06T04:03:43.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19122026-05-06T04:03:43.627Z
19132026-05-06T04:03:43.627Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/274)
19142026-05-06T04:03:44.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19152026-05-06T04:03:44.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19162026-05-06T04:03:44.034Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19172026-05-06T04:03:44.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19182026-05-06T04:03:44.089Z
19192026-05-06T04:03:44.089Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/274)
19202026-05-06T04:03:44.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19212026-05-06T04:03:44.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19222026-05-06T04:03:44.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19232026-05-06T04:03:44.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19242026-05-06T04:03:44.551Z
19252026-05-06T04:03:44.551Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/274)
19262026-05-06T04:03:44.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19272026-05-06T04:03:44.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19282026-05-06T04:03:44.958Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19292026-05-06T04:03:44.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19302026-05-06T04:03:45.015Z
19312026-05-06T04:03:45.015Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/274)
19322026-05-06T04:03:45.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19332026-05-06T04:03:45.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19342026-05-06T04:03:45.423Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19352026-05-06T04:03:45.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19362026-05-06T04:03:45.479Z
19372026-05-06T04:03:45.479Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/274)
19382026-05-06T04:03:45.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19392026-05-06T04:03:45.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19402026-05-06T04:03:45.887Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19412026-05-06T04:03:45.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19422026-05-06T04:03:45.942Z
19432026-05-06T04:03:45.942Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/274)
19442026-05-06T04:03:46.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19452026-05-06T04:03:46.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19462026-05-06T04:03:46.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19472026-05-06T04:03:46.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19482026-05-06T04:03:46.404Z
19492026-05-06T04:03:46.404Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/274)
19502026-05-06T04:03:46.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19512026-05-06T04:03:46.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19522026-05-06T04:03:46.815Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19532026-05-06T04:03:46.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19542026-05-06T04:03:46.870Z
19552026-05-06T04:03:46.870Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/274)
19562026-05-06T04:03:47.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19572026-05-06T04:03:47.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19582026-05-06T04:03:47.280Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19592026-05-06T04:03:47.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19602026-05-06T04:03:47.333Z
19612026-05-06T04:03:47.333Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/274)
19622026-05-06T04:03:47.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19632026-05-06T04:03:47.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19642026-05-06T04:03:47.745Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19652026-05-06T04:03:47.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19662026-05-06T04:03:47.799Z
19672026-05-06T04:03:47.799Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/274)
19682026-05-06T04:03:48.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19692026-05-06T04:03:48.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19702026-05-06T04:03:48.207Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19712026-05-06T04:03:48.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19722026-05-06T04:03:48.263Z
19732026-05-06T04:03:48.263Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/274)
19742026-05-06T04:03:48.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19752026-05-06T04:03:48.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19762026-05-06T04:03:48.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19772026-05-06T04:03:48.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19782026-05-06T04:03:48.729Z
19792026-05-06T04:03:48.729Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/274)
19802026-05-06T04:03:49.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19812026-05-06T04:03:49.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19822026-05-06T04:03:49.139Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19832026-05-06T04:03:49.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19842026-05-06T04:03:49.195Z
19852026-05-06T04:03:49.195Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/274)
19862026-05-06T04:03:49.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19872026-05-06T04:03:49.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19882026-05-06T04:03:49.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19892026-05-06T04:03:49.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19902026-05-06T04:03:49.658Z
19912026-05-06T04:03:49.658Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/274)
19922026-05-06T04:03:50.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19932026-05-06T04:03:50.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19942026-05-06T04:03:50.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19952026-05-06T04:03:50.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19962026-05-06T04:03:50.125Z
19972026-05-06T04:03:50.125Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/274)
19982026-05-06T04:03:50.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19992026-05-06T04:03:50.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20002026-05-06T04:03:50.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20012026-05-06T04:03:50.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20022026-05-06T04:03:50.588Z
20032026-05-06T04:03:50.588Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/274)
20042026-05-06T04:03:50.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20052026-05-06T04:03:50.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20062026-05-06T04:03:50.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20072026-05-06T04:03:50.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20082026-05-06T04:03:51.052Z
20092026-05-06T04:03:51.052Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/274)
20102026-05-06T04:03:51.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20112026-05-06T04:03:51.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20122026-05-06T04:03:51.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20132026-05-06T04:03:51.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20142026-05-06T04:03:51.515Z
20152026-05-06T04:03:51.515Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/274)
20162026-05-06T04:03:51.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20172026-05-06T04:03:51.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20182026-05-06T04:03:51.923Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20192026-05-06T04:03:51.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20202026-05-06T04:03:51.981Z
20212026-05-06T04:03:51.981Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/274)
20222026-05-06T04:03:52.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20232026-05-06T04:03:52.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20242026-05-06T04:03:52.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20252026-05-06T04:03:52.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20262026-05-06T04:03:52.443Z
20272026-05-06T04:03:52.443Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/274)
20282026-05-06T04:03:52.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20292026-05-06T04:03:52.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20302026-05-06T04:03:52.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20312026-05-06T04:03:52.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20322026-05-06T04:03:52.904Z
20332026-05-06T04:03:52.904Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/274)
20342026-05-06T04:03:53.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20352026-05-06T04:03:53.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20362026-05-06T04:03:53.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20372026-05-06T04:03:53.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20382026-05-06T04:03:53.365Z
20392026-05-06T04:03:53.365Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/274)
20402026-05-06T04:03:53.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20412026-05-06T04:03:53.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20422026-05-06T04:03:53.772Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20432026-05-06T04:03:53.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20442026-05-06T04:03:53.828Z
20452026-05-06T04:03:53.828Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/274)
20462026-05-06T04:03:54.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20472026-05-06T04:03:54.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20482026-05-06T04:03:54.236Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20492026-05-06T04:03:54.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20502026-05-06T04:03:54.294Z
20512026-05-06T04:03:54.294Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/274)
20522026-05-06T04:03:54.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20532026-05-06T04:03:54.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20542026-05-06T04:03:54.699Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20552026-05-06T04:03:54.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20562026-05-06T04:03:54.755Z
20572026-05-06T04:03:54.755Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/274)
20582026-05-06T04:03:55.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20592026-05-06T04:03:55.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20602026-05-06T04:03:55.165Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20612026-05-06T04:03:55.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20622026-05-06T04:03:55.221Z
20632026-05-06T04:03:55.221Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/274)
20642026-05-06T04:03:55.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20652026-05-06T04:03:55.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20662026-05-06T04:03:55.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20672026-05-06T04:03:55.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20682026-05-06T04:03:55.684Z
20692026-05-06T04:03:55.684Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/274)
20702026-05-06T04:03:56.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20712026-05-06T04:03:56.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20722026-05-06T04:03:56.095Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20732026-05-06T04:03:56.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20742026-05-06T04:03:56.151Z
20752026-05-06T04:03:56.151Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/274)
20762026-05-06T04:03:56.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20772026-05-06T04:03:56.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20782026-05-06T04:03:56.559Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20792026-05-06T04:03:56.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20802026-05-06T04:03:56.614Z
20812026-05-06T04:03:56.614Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/274)
20822026-05-06T04:03:57.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20832026-05-06T04:03:57.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20842026-05-06T04:03:57.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20852026-05-06T04:03:57.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20862026-05-06T04:03:57.077Z
20872026-05-06T04:03:57.077Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/274)
20882026-05-06T04:03:57.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20892026-05-06T04:03:57.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20902026-05-06T04:03:57.503Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20912026-05-06T04:03:57.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20922026-05-06T04:03:57.538Z
20932026-05-06T04:03:57.538Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/274)
20942026-05-06T04:03:57.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20952026-05-06T04:03:57.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20962026-05-06T04:03:57.945Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20972026-05-06T04:03:57.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20982026-05-06T04:03:58.001Z
20992026-05-06T04:03:58.001Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/274)
21002026-05-06T04:03:58.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21012026-05-06T04:03:58.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21022026-05-06T04:03:58.412Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21032026-05-06T04:03:58.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
21042026-05-06T04:03:58.469Z
21052026-05-06T04:03:58.469Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/274)
21062026-05-06T04:03:58.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21072026-05-06T04:03:58.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21082026-05-06T04:03:58.877Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21092026-05-06T04:03:58.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
21102026-05-06T04:03:58.932Z
21112026-05-06T04:03:58.932Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/274)
21122026-05-06T04:03:59.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21132026-05-06T04:03:59.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21142026-05-06T04:03:59.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21152026-05-06T04:03:59.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21162026-05-06T04:03:59.562Z
21172026-05-06T04:03:59.562Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/274)
21182026-05-06T04:04:00.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21192026-05-06T04:04:00.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21202026-05-06T04:04:00.099Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21212026-05-06T04:04:00.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21222026-05-06T04:04:00.195Z
21232026-05-06T04:04:00.195Zinfo: running `cargo check --bins` on nexus-config (51/274)
21242026-05-06T04:04:00.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21252026-05-06T04:04:00.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21262026-05-06T04:04:00.730Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21272026-05-06T04:04:00.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21282026-05-06T04:04:00.822Z
21292026-05-06T04:04:00.822Zinfo: running `cargo check --bins` on nexus-types (52/274)
21302026-05-06T04:04:01.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21312026-05-06T04:04:01.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21322026-05-06T04:04:01.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21332026-05-06T04:04:01.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21342026-05-06T04:04:01.456Z
21352026-05-06T04:04:01.456Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/274)
21362026-05-06T04:04:01.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21372026-05-06T04:04:01.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21382026-05-06T04:04:01.962Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21392026-05-06T04:04:01.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21402026-05-06T04:04:02.046Z
21412026-05-06T04:04:02.046Zinfo: running `cargo check --bins` on omicron-passwords (54/274)
21422026-05-06T04:04:02.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21432026-05-06T04:04:02.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21442026-05-06T04:04:02.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21452026-05-06T04:04:02.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21462026-05-06T04:04:02.620Z
21472026-05-06T04:04:02.620Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/274)
21482026-05-06T04:04:03.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21492026-05-06T04:04:03.127Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21502026-05-06T04:04:03.127Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21512026-05-06T04:04:03.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21522026-05-06T04:04:03.209Z
21532026-05-06T04:04:03.209Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/274)
21542026-05-06T04:04:03.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21552026-05-06T04:04:03.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21562026-05-06T04:04:03.719Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21572026-05-06T04:04:03.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21582026-05-06T04:04:03.798Z
21592026-05-06T04:04:03.798Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/274)
21602026-05-06T04:04:04.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21612026-05-06T04:04:04.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21622026-05-06T04:04:04.306Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21632026-05-06T04:04:04.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21642026-05-06T04:04:04.388Z
21652026-05-06T04:04:04.388Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/274)
21662026-05-06T04:04:04.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21672026-05-06T04:04:04.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21682026-05-06T04:04:04.897Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21692026-05-06T04:04:04.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21702026-05-06T04:04:04.987Z
21712026-05-06T04:04:04.987Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/274)
21722026-05-06T04:04:05.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21732026-05-06T04:04:05.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21742026-05-06T04:04:05.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21752026-05-06T04:04:05.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21762026-05-06T04:04:05.562Z
21772026-05-06T04:04:05.562Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/274)
21782026-05-06T04:04:06.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21792026-05-06T04:04:06.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21802026-05-06T04:04:06.059Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21812026-05-06T04:04:06.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21822026-05-06T04:04:06.144Z
21832026-05-06T04:04:06.144Zinfo: running `cargo check --bins --no-default-features` on gfss (61/274)
21842026-05-06T04:04:06.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21852026-05-06T04:04:06.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21862026-05-06T04:04:06.640Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21872026-05-06T04:04:06.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21882026-05-06T04:04:06.722Z
21892026-05-06T04:04:06.722Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/274)
21902026-05-06T04:04:07.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21912026-05-06T04:04:07.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21922026-05-06T04:04:07.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21932026-05-06T04:04:07.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21942026-05-06T04:04:07.297Z
21952026-05-06T04:04:07.297Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/274)
21962026-05-06T04:04:07.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21972026-05-06T04:04:07.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21982026-05-06T04:04:07.800Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21992026-05-06T04:04:07.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22002026-05-06T04:04:07.889Z
22012026-05-06T04:04:07.889Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/274)
22022026-05-06T04:04:08.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22032026-05-06T04:04:08.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22042026-05-06T04:04:08.396Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22052026-05-06T04:04:08.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22062026-05-06T04:04:08.485Z
22072026-05-06T04:04:08.485Zinfo: running `cargo check --bins` on cockroach-admin-types (65/274)
22082026-05-06T04:04:08.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22092026-05-06T04:04:08.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22102026-05-06T04:04:08.978Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22112026-05-06T04:04:08.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22122026-05-06T04:04:09.063Z
22132026-05-06T04:04:09.063Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/274)
22142026-05-06T04:04:09.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22152026-05-06T04:04:09.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22162026-05-06T04:04:09.557Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22172026-05-06T04:04:09.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22182026-05-06T04:04:09.642Z
22192026-05-06T04:04:09.642Zinfo: running `cargo check --bins` on ereport-types (67/274)
22202026-05-06T04:04:10.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22212026-05-06T04:04:10.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22222026-05-06T04:04:10.139Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22232026-05-06T04:04:10.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22242026-05-06T04:04:10.222Z
22252026-05-06T04:04:10.222Zinfo: running `cargo check --bins` on gateway-client (68/274)
22262026-05-06T04:04:10.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22272026-05-06T04:04:10.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22282026-05-06T04:04:10.721Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22292026-05-06T04:04:10.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22302026-05-06T04:04:10.804Z
22312026-05-06T04:04:10.804Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/274)
22322026-05-06T04:04:11.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22332026-05-06T04:04:11.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22342026-05-06T04:04:11.301Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22352026-05-06T04:04:11.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22362026-05-06T04:04:11.385Z
22372026-05-06T04:04:11.385Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/274)
22382026-05-06T04:04:11.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22392026-05-06T04:04:11.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22402026-05-06T04:04:11.888Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22412026-05-06T04:04:11.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22422026-05-06T04:04:11.969Z
22432026-05-06T04:04:11.969Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/274)
22442026-05-06T04:04:12.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22452026-05-06T04:04:12.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22462026-05-06T04:04:12.468Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22472026-05-06T04:04:12.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22482026-05-06T04:04:12.556Z
22492026-05-06T04:04:12.556Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/274)
22502026-05-06T04:04:13.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22512026-05-06T04:04:13.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22522026-05-06T04:04:13.058Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22532026-05-06T04:04:13.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22542026-05-06T04:04:13.145Z
22552026-05-06T04:04:13.145Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/274)
22562026-05-06T04:04:13.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22572026-05-06T04:04:13.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22582026-05-06T04:04:13.659Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22592026-05-06T04:04:13.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22602026-05-06T04:04:13.750Z
22612026-05-06T04:04:13.750Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/274)
22622026-05-06T04:04:14.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22632026-05-06T04:04:14.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22642026-05-06T04:04:14.268Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22652026-05-06T04:04:14.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22662026-05-06T04:04:14.358Z
22672026-05-06T04:04:14.358Zinfo: running `cargo check --bins` on key-manager-types (75/274)
22682026-05-06T04:04:14.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22692026-05-06T04:04:14.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22702026-05-06T04:04:14.852Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22712026-05-06T04:04:14.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22722026-05-06T04:04:14.933Z
22732026-05-06T04:04:14.933Zinfo: running `cargo check --bins` on oxlog (76/274)
22742026-05-06T04:04:15.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22752026-05-06T04:04:15.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22762026-05-06T04:04:15.538Z Checking cfg-if v1.0.4
22772026-05-06T04:04:15.541Z Checking libc v0.2.185
22782026-05-06T04:04:15.541Z Checking serde_core v1.0.228
22792026-05-06T04:04:15.657Z Checking zeroize v1.8.2
22802026-05-06T04:04:15.663Z Checking memchr v2.8.0
22812026-05-06T04:04:15.671Z Checking log v0.4.29
22822026-05-06T04:04:15.679Z Checking smallvec v1.15.1
22832026-05-06T04:04:15.689Z Checking typenum v1.19.0
22842026-05-06T04:04:15.700Z Checking subtle v2.6.1
22852026-05-06T04:04:15.794Z Checking itoa v1.0.17
22862026-05-06T04:04:15.825Z Checking scopeguard v1.2.0
22872026-05-06T04:04:15.874Z Checking const-oid v0.9.6
22882026-05-06T04:04:15.874Z Checking stable_deref_trait v1.2.1
22892026-05-06T04:04:15.922Z Checking lock_api v0.4.14
22902026-05-06T04:04:15.935Z Checking portable-atomic v1.13.1
22912026-05-06T04:04:15.935Z Checking zerofrom v0.1.6
22922026-05-06T04:04:16.042Z Checking critical-section v1.2.0
22932026-05-06T04:04:16.055Z Checking getrandom v0.2.17
22942026-05-06T04:04:16.055Z Checking errno v0.3.14
22952026-05-06T04:04:16.119Z Checking yoke v0.8.1
22962026-05-06T04:04:16.137Z Checking parking_lot_core v0.9.12
22972026-05-06T04:04:16.167Z Checking signal-hook-registry v1.4.8
22982026-05-06T04:04:16.204Z Checking generic-array v0.14.7
22992026-05-06T04:04:16.207Z Checking rand_core v0.6.4
23002026-05-06T04:04:16.279Z Checking zerovec v0.11.5
23012026-05-06T04:04:16.316Z Checking zerocopy v0.8.40
23022026-05-06T04:04:16.328Z Checking pin-project-lite v0.2.17
23032026-05-06T04:04:16.340Z Checking once_cell v1.21.3
23042026-05-06T04:04:16.385Z Checking parking_lot v0.12.5
23052026-05-06T04:04:16.414Z Checking mio v1.2.0
23062026-05-06T04:04:16.507Z Checking socket2 v0.6.3
23072026-05-06T04:04:16.519Z Checking libm v0.2.16
23082026-05-06T04:04:16.566Z Checking zmij v1.0.21
23092026-05-06T04:04:16.641Z Checking crypto-common v0.1.7
23102026-05-06T04:04:16.688Z Checking block-buffer v0.10.4
23112026-05-06T04:04:16.708Z Checking tinystr v0.8.2
23122026-05-06T04:04:16.740Z Checking litemap v0.8.1
23132026-05-06T04:04:16.761Z Checking percent-encoding v2.3.2
23142026-05-06T04:04:16.772Z Checking writeable v0.6.2
23152026-05-06T04:04:16.822Z Checking digest v0.10.7
23162026-05-06T04:04:16.883Z Checking equivalent v1.0.2
23172026-05-06T04:04:16.897Z Checking futures-core v0.3.32
23182026-05-06T04:04:16.907Z Checking potential_utf v0.1.4
23192026-05-06T04:04:16.926Z Checking icu_locale_core v2.1.1
23202026-05-06T04:04:16.960Z Checking zerotrie v0.2.3
23212026-05-06T04:04:17.012Z Checking cpufeatures v0.2.17
23222026-05-06T04:04:17.026Z Checking hmac v0.12.1
23232026-05-06T04:04:17.038Z Checking icu_collections v2.1.1
23242026-05-06T04:04:17.082Z Checking block-padding v0.3.3
23252026-05-06T04:04:17.134Z Checking serde v1.0.228
23262026-05-06T04:04:17.153Z Checking bitflags v2.11.0
23272026-05-06T04:04:17.198Z Checking serde_json v1.0.149
23282026-05-06T04:04:17.213Z Checking icu_properties_data v2.1.2
23292026-05-06T04:04:17.225Z Checking num-traits v0.2.19
23302026-05-06T04:04:17.312Z Checking icu_normalizer_data v2.1.1
23312026-05-06T04:04:17.337Z Checking rand_core v0.10.0
23322026-05-06T04:04:17.351Z Checking hashbrown v0.17.0
23332026-05-06T04:04:17.381Z Checking futures-sink v0.3.32
23342026-05-06T04:04:17.473Z Checking futures-channel v0.3.32
23352026-05-06T04:04:17.476Z Checking getrandom v0.4.1
23362026-05-06T04:04:17.494Z Checking icu_provider v2.1.1
23372026-05-06T04:04:17.538Z Checking bytes v1.11.1
23382026-05-06T04:04:17.624Z Checking inout v0.1.4
23392026-05-06T04:04:17.664Z Checking futures-task v0.3.32
23402026-05-06T04:04:17.721Z Checking icu_normalizer v2.1.1
23412026-05-06T04:04:17.735Z Checking icu_properties v2.1.2
23422026-05-06T04:04:17.755Z Checking slab v0.4.12
23432026-05-06T04:04:17.797Z Checking futures-io v0.3.32
23442026-05-06T04:04:17.809Z Checking indexmap v2.14.0
23452026-05-06T04:04:17.848Z Checking cipher v0.4.4
23462026-05-06T04:04:17.905Z Checking futures-util v0.3.32
23472026-05-06T04:04:17.908Z Checking sha2 v0.10.9
23482026-05-06T04:04:17.969Z Checking tokio v1.52.1
23492026-05-06T04:04:18.016Z Checking getrandom v0.3.4
23502026-05-06T04:04:18.052Z Checking base64ct v1.8.3
23512026-05-06T04:04:18.157Z Checking byteorder v1.5.0
23522026-05-06T04:04:18.183Z Checking utf8_iter v1.0.4
23532026-05-06T04:04:18.281Z Checking pem-rfc7468 v0.7.0
23542026-05-06T04:04:18.299Z Checking form_urlencoded v1.2.2
23552026-05-06T04:04:18.346Z Checking fnv v1.0.7
23562026-05-06T04:04:18.359Z Checking flagset v0.4.7
23572026-05-06T04:04:18.424Z Checking rand_core v0.9.5
23582026-05-06T04:04:18.439Z Checking salsa20 v0.10.2
23592026-05-06T04:04:18.442Z Checking http v1.4.0
23602026-05-06T04:04:18.474Z Checking der v0.7.10
23612026-05-06T04:04:18.542Z Checking idna_adapter v1.2.1
23622026-05-06T04:04:18.568Z Checking uuid v1.23.0
23632026-05-06T04:04:18.595Z Checking pbkdf2 v0.12.2
23642026-05-06T04:04:18.659Z Checking idna v1.1.0
23652026-05-06T04:04:18.702Z Checking scrypt v0.11.0
23662026-05-06T04:04:18.843Z Checking aes v0.8.4
23672026-05-06T04:04:18.881Z Checking cbc v0.1.2
23682026-05-06T04:04:18.908Z Checking url v2.5.8
23692026-05-06T04:04:19.005Z Checking rustix v1.1.3
23702026-05-06T04:04:19.028Z Checking tracing-core v0.1.36
23712026-05-06T04:04:19.091Z Checking ppv-lite86 v0.2.21
23722026-05-06T04:04:19.210Z Checking spki v0.7.3
23732026-05-06T04:04:19.232Z Checking rustls-pki-types v1.14.0
23742026-05-06T04:04:19.321Z Checking iana-time-zone v0.1.65
23752026-05-06T04:04:19.336Z Checking regex-syntax v0.8.10
23762026-05-06T04:04:19.367Z Checking pkcs5 v0.7.1
23772026-05-06T04:04:19.380Z Checking rand_chacha v0.9.0
23782026-05-06T04:04:19.422Z Checking chrono v0.4.44
23792026-05-06T04:04:19.514Z Checking tracing v0.1.44
23802026-05-06T04:04:19.570Z Checking rand v0.9.2
23812026-05-06T04:04:19.619Z Checking http-body v1.0.1
23822026-05-06T04:04:19.717Z Checking aws-lc-sys v0.37.1
23832026-05-06T04:04:19.749Z Checking base64 v0.22.1
23842026-05-06T04:04:19.815Z Checking untrusted v0.7.1
23852026-05-06T04:04:19.828Z Checking openssl-probe v0.2.1
23862026-05-06T04:04:19.926Z Checking untrusted v0.9.0
23872026-05-06T04:04:19.941Z Checking pkcs8 v0.10.2
23882026-05-06T04:04:19.988Z Checking tinyvec_macros v0.1.1
23892026-05-06T04:04:20.033Z Checking ring v0.17.14
23902026-05-06T04:04:20.037Z Checking tower-service v0.3.3
23912026-05-06T04:04:20.056Z Checking plain v0.2.3
23922026-05-06T04:04:20.113Z Checking try-lock v0.2.5
23932026-05-06T04:04:20.129Z Checking atomic-waker v1.1.2
23942026-05-06T04:04:20.152Z Checking tower-layer v0.3.3
23952026-05-06T04:04:20.211Z Checking want v0.3.1
23962026-05-06T04:04:20.223Z Checking aws-lc-rs v1.16.0
23972026-05-06T04:04:20.236Z Checking tinyvec v1.10.0
23982026-05-06T04:04:20.267Z Checking ipnet v2.11.0
23992026-05-06T04:04:20.297Z Checking semver v1.0.28
24002026-05-06T04:04:20.327Z Checking httparse v1.10.1
24012026-05-06T04:04:20.500Z Checking spin v0.9.8
24022026-05-06T04:04:20.519Z Checking ucd-trie v0.1.7
24032026-05-06T04:04:20.532Z Checking unicode-ident v1.0.24
24042026-05-06T04:04:20.536Z Checking fastrand v2.3.0
24052026-05-06T04:04:20.632Z Checking dyn-clone v1.0.20
24062026-05-06T04:04:20.644Z Checking foreign-types-shared v0.1.1
24072026-05-06T04:04:20.655Z Checking httpdate v1.0.3
24082026-05-06T04:04:20.677Z Checking pin-utils v0.1.0
24092026-05-06T04:04:20.716Z Checking tempfile v3.25.0
24102026-05-06T04:04:20.728Z Checking foreign-types v0.3.2
24112026-05-06T04:04:20.739Z Checking schemars v0.8.22
24122026-05-06T04:04:20.751Z Checking pest v2.8.6
24132026-05-06T04:04:20.790Z Checking proc-macro2 v1.0.106
24142026-05-06T04:04:20.805Z Checking openssl-sys v0.9.114
24152026-05-06T04:04:20.903Z Checking thiserror v2.0.18
24162026-05-06T04:04:21.004Z Checking wait-timeout v0.2.1
24172026-05-06T04:04:21.025Z Checking aho-corasick v1.1.4
24182026-05-06T04:04:21.050Z Checking rustls-webpki v0.103.9
24192026-05-06T04:04:21.105Z Checking utf8parse v0.2.2
24202026-05-06T04:04:21.122Z Checking simd-adler32 v0.3.8
24212026-05-06T04:04:21.199Z Checking tokio-util v0.7.18
24222026-05-06T04:04:21.211Z Checking siphasher v1.0.2
24232026-05-06T04:04:21.274Z Checking quick-error v1.2.3
24242026-05-06T04:04:21.286Z Checking pretty-hex v0.4.1
24252026-05-06T04:04:21.359Z Checking powerfmt v0.2.0
24262026-05-06T04:04:21.372Z Checking anstyle v1.0.13
24272026-05-06T04:04:21.385Z Checking bit-vec v0.8.0
24282026-05-06T04:04:21.397Z Checking rusty-fork v0.3.1
24292026-05-06T04:04:21.470Z Checking rustls v0.23.37
24302026-05-06T04:04:21.503Z Checking deranged v0.5.8
24312026-05-06T04:04:21.546Z Checking openssl v0.10.78
24322026-05-06T04:04:21.560Z Checking anstyle-parse v0.2.7
24332026-05-06T04:04:21.572Z Checking bit-set v0.8.0
24342026-05-06T04:04:21.696Z Checking regex-automata v0.4.14
24352026-05-06T04:04:21.709Z Checking quote v1.0.45
24362026-05-06T04:04:21.723Z Compiling newtype-uuid v1.3.2
24372026-05-06T04:04:21.799Z Checking h2 v0.4.13
24382026-05-06T04:04:21.812Z Checking unicode-normalization v0.1.25
24392026-05-06T04:04:21.872Z Checking rustls-native-certs v0.8.3
24402026-05-06T04:04:21.898Z Checking crossbeam-utils v0.8.21
24412026-05-06T04:04:21.997Z Checking rand_xorshift v0.4.0
24422026-05-06T04:04:22.116Z Checking crc32fast v1.5.0
24432026-05-06T04:04:22.198Z Checking scroll v0.13.0
24442026-05-06T04:04:22.223Z Checking signature v2.2.0
24452026-05-06T04:04:22.251Z Checking sync_wrapper v1.0.2
24462026-05-06T04:04:22.349Z Checking colorchoice v1.0.4
24472026-05-06T04:04:22.349Z Checking is_terminal_polyfill v1.70.2
24482026-05-06T04:04:22.422Z Checking time-core v0.1.8
24492026-05-06T04:04:22.431Z Checking num_threads v0.1.7
24502026-05-06T04:04:22.443Z Checking num-conv v0.2.0
24512026-05-06T04:04:22.444Z Checking anstyle-query v1.1.5
24522026-05-06T04:04:22.512Z Checking allocator-api2 v0.2.21
24532026-05-06T04:04:22.543Z Checking adler2 v2.0.1
24542026-05-06T04:04:22.610Z Checking unicode-bidi v0.3.18
24552026-05-06T04:04:22.620Z Checking unicode-properties v0.1.4
24562026-05-06T04:04:22.645Z Checking unarray v0.1.4
24572026-05-06T04:04:22.744Z Checking miniz_oxide v0.8.9
24582026-05-06T04:04:22.749Z Checking proptest v1.10.0
24592026-05-06T04:04:22.788Z Checking time v0.3.47
24602026-05-06T04:04:22.843Z Checking stringprep v0.1.5
24612026-05-06T04:04:22.995Z Checking anstream v0.6.21
24622026-05-06T04:04:23.112Z Checking goblin v0.10.5
24632026-05-06T04:04:23.201Z Checking tower v0.5.3
24642026-05-06T04:04:23.514Z Checking crossbeam-epoch v0.9.18
24652026-05-06T04:04:23.535Z Checking native-tls v0.2.18
24662026-05-06T04:04:23.580Z Checking syn v2.0.117
24672026-05-06T04:04:23.737Z Compiling daft v0.1.5
24682026-05-06T04:04:23.751Z Checking ipnetwork v0.21.1
24692026-05-06T04:04:23.835Z Checking tokio-rustls v0.26.4
24702026-05-06T04:04:23.934Z Checking http-body-util v0.1.3
24712026-05-06T04:04:23.964Z Checking webpki-roots v1.0.6
24722026-05-06T04:04:24.016Z Checking rand_chacha v0.3.1
24732026-05-06T04:04:24.068Z Checking scroll v0.12.0
24742026-05-06T04:04:24.082Z Checking thiserror v1.0.69
24752026-05-06T04:04:24.160Z Checking zstd-sys v2.0.16+zstd.1.5.7
24762026-05-06T04:04:24.178Z Checking hash32 v0.2.1
24772026-05-06T04:04:24.225Z Checking num-integer v0.1.46
24782026-05-06T04:04:24.270Z Checking toml_datetime v0.6.11
24792026-05-06T04:04:24.301Z Checking serde_spanned v0.6.9
24802026-05-06T04:04:24.335Z Checking md-5 v0.10.6
24812026-05-06T04:04:24.426Z Checking ff v0.13.1
24822026-05-06T04:04:24.446Z Checking ryu v1.0.23
24832026-05-06T04:04:24.449Z Checking fallible-iterator v0.2.0
24842026-05-06T04:04:24.473Z Checking psl-types v2.0.11
24852026-05-06T04:04:24.527Z Checking hyper v1.8.1
24862026-05-06T04:04:24.550Z Checking base16ct v0.2.0
24872026-05-06T04:04:24.563Z Checking zlib-rs v0.6.2
24882026-05-06T04:04:24.577Z Checking iri-string v0.7.10
24892026-05-06T04:04:24.591Z Checking publicsuffix v2.3.0
24902026-05-06T04:04:24.672Z Checking sec1 v0.7.3
24912026-05-06T04:04:24.725Z Checking postgres-protocol v0.6.10
24922026-05-06T04:04:24.745Z Compiling iddqd v0.3.18
24932026-05-06T04:04:24.881Z Checking serde_urlencoded v0.7.1
24942026-05-06T04:04:25.081Z Checking group v0.13.0
24952026-05-06T04:04:25.184Z Checking num-iter v0.1.45
24962026-05-06T04:04:25.228Z Checking heapless v0.7.17
24972026-05-06T04:04:25.295Z Checking goblin v0.8.2
24982026-05-06T04:04:25.416Z Checking hyper-util v0.1.20
24992026-05-06T04:04:25.435Z Checking flate2 v1.1.9
25002026-05-06T04:04:25.487Z Checking dof v0.4.0
25012026-05-06T04:04:25.591Z Checking tower-http v0.6.8
25022026-05-06T04:04:25.640Z Checking zstd-safe v7.2.4
25032026-05-06T04:04:25.727Z Checking rand v0.8.5
25042026-05-06T04:04:25.805Z Checking oxnet v0.1.4
25052026-05-06T04:04:25.864Z Checking cookie v0.18.1
25062026-05-06T04:04:25.877Z Checking tokio-native-tls v0.3.1
25072026-05-06T04:04:25.897Z Checking dtrace-parser v0.3.0
25082026-05-06T04:04:26.028Z Checking phf_shared v0.13.1
25092026-05-06T04:04:26.040Z Checking lazy_static v1.5.0
25102026-05-06T04:04:26.091Z Checking terminal_size v0.4.3
25112026-05-06T04:04:26.110Z Checking zerocopy v0.7.35
25122026-05-06T04:04:26.122Z Checking bzip2-sys v0.1.13+1.0.8
25132026-05-06T04:04:26.133Z Checking signal-hook v0.3.18
25142026-05-06T04:04:26.200Z Checking hkdf v0.12.4
25152026-05-06T04:04:26.213Z Checking crypto-bigint v0.5.5
25162026-05-06T04:04:26.224Z Checking thread-id v5.1.0
25172026-05-06T04:04:26.247Z Checking clap_lex v1.0.0
25182026-05-06T04:04:26.297Z Checking bitflags v1.3.2
25192026-05-06T04:04:26.317Z Checking winnow v0.7.14
25202026-05-06T04:04:26.329Z Checking foldhash v0.1.5
25212026-05-06T04:04:26.366Z Checking strsim v0.11.1
25222026-05-06T04:04:26.395Z Checking libbz2-rs-sys v0.2.2
25232026-05-06T04:04:26.456Z Checking bumpalo v3.20.2
25242026-05-06T04:04:26.524Z Checking managed v0.8.0
25252026-05-06T04:04:26.599Z Checking either v1.15.0
25262026-05-06T04:04:26.652Z Checking foldhash v0.2.0
25272026-05-06T04:04:26.668Z Checking hyper-rustls v0.27.7
25282026-05-06T04:04:26.701Z Compiling rayon-core v1.13.0
25292026-05-06T04:04:26.781Z Checking winnow v0.5.40
25302026-05-06T04:04:26.784Z Checking bzip2 v0.6.1
25312026-05-06T04:04:26.804Z Checking hashbrown v0.16.1
25322026-05-06T04:04:26.871Z Checking smoltcp v0.9.1
25332026-05-06T04:04:26.900Z Checking hyper-tls v0.6.0
25342026-05-06T04:04:26.949Z Checking zopfli v0.8.3
25352026-05-06T04:04:27.066Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25362026-05-06T04:04:27.101Z Checking elliptic-curve v0.13.8
25372026-05-06T04:04:27.200Z Checking dof v0.3.0
25382026-05-06T04:04:27.245Z Checking clap_builder v4.5.60
25392026-05-06T04:04:27.269Z Checking hashbrown v0.15.5
25402026-05-06T04:04:27.289Z Checking signal-hook-mio v0.2.5
25412026-05-06T04:04:27.390Z Checking usdt-impl v0.6.0
25422026-05-06T04:04:27.409Z Checking num-bigint-dig v0.8.6
25432026-05-06T04:04:27.465Z Checking phf v0.13.1
25442026-05-06T04:04:27.484Z Checking bzip2 v0.4.4
25452026-05-06T04:04:27.510Z Checking cookie_store v0.22.1
25462026-05-06T04:04:27.642Z Checking zstd v0.13.3
25472026-05-06T04:04:27.671Z Checking postgres-types v0.2.12
25482026-05-06T04:04:27.738Z Checking dtrace-parser v0.2.0
25492026-05-06T04:04:27.821Z Checking rustls-platform-verifier v0.6.2
25502026-05-06T04:04:27.841Z Checking crossbeam-deque v0.8.6
25512026-05-06T04:04:27.844Z Checking regex v1.12.3
25522026-05-06T04:04:27.925Z Checking toml_edit v0.19.15
25532026-05-06T04:04:27.955Z Checking bstr v1.12.1
25542026-05-06T04:04:27.972Z Checking ed25519 v2.2.3
25552026-05-06T04:04:27.985Z Checking phf_shared v0.11.3
25562026-05-06T04:04:28.014Z Checking curve25519-dalek v4.1.3
25572026-05-06T04:04:28.123Z Checking ref-cast v1.0.25
25582026-05-06T04:04:28.135Z Checking strum v0.27.2
25592026-05-06T04:04:28.153Z Checking hubpack v0.1.2
25602026-05-06T04:04:28.215Z Checking memoffset v0.9.1
25612026-05-06T04:04:28.218Z Checking rustix v0.38.44
25622026-05-06T04:04:28.239Z Checking pkcs1 v0.7.5
25632026-05-06T04:04:28.294Z Checking float-cmp v0.10.0
25642026-05-06T04:04:28.318Z Checking erased-serde v0.3.31
25652026-05-06T04:04:28.344Z Checking hex v0.4.3
25662026-05-06T04:04:28.420Z Checking serde-big-array v0.5.1
25672026-05-06T04:04:28.444Z Checking rfc6979 v0.4.0
25682026-05-06T04:04:28.487Z Checking memmap2 v0.9.10
25692026-05-06T04:04:28.551Z Checking thread-id v4.2.2
25702026-05-06T04:04:28.563Z Checking env_filter v1.0.0
25712026-05-06T04:04:28.566Z Checking encoding_rs v0.8.35
25722026-05-06T04:04:28.626Z Checking keccak v0.1.6
25732026-05-06T04:04:28.651Z Checking normalize-line-endings v0.3.0
25742026-05-06T04:04:28.704Z Checking static_assertions v1.1.0
25752026-05-06T04:04:28.717Z Checking toml_write v0.1.2
25762026-05-06T04:04:28.736Z Checking rustc-hash v2.1.1
25772026-05-06T04:04:28.774Z Checking mime v0.3.17
25782026-05-06T04:04:28.804Z Checking fixedbitset v0.4.2
25792026-05-06T04:04:28.816Z Checking fixedbitset v0.5.7
25802026-05-06T04:04:28.846Z Checking whoami v2.1.0
25812026-05-06T04:04:28.880Z Checking difflib v0.4.0
25822026-05-06T04:04:28.945Z Checking new_debug_unreachable v1.0.6
25832026-05-06T04:04:28.957Z Checking jiff v0.2.21
25842026-05-06T04:04:28.982Z Checking predicates-core v1.0.10
25852026-05-06T04:04:29.011Z Checking unicode-segmentation v1.12.0
25862026-05-06T04:04:29.014Z Checking data-encoding v2.10.0
25872026-05-06T04:04:29.042Z Checking precomputed-hash v0.1.1
25882026-05-06T04:04:29.054Z Checking crossterm v0.28.1
25892026-05-06T04:04:29.067Z Checking tokio-postgres v0.7.16
25902026-05-06T04:04:29.101Z Checking predicates v3.1.4
25912026-05-06T04:04:29.120Z Checking string_cache v0.8.9
25922026-05-06T04:04:29.282Z Checking petgraph v0.8.3
25932026-05-06T04:04:29.296Z Checking hickory-proto v0.25.2
25942026-05-06T04:04:29.325Z Checking similar v2.7.0
25952026-05-06T04:04:29.397Z Checking toml v0.7.8
25962026-05-06T04:04:29.544Z Checking reqwest v0.12.28
25972026-05-06T04:04:29.699Z Checking petgraph v0.6.5
25982026-05-06T04:04:29.713Z Checking toml_edit v0.22.27
25992026-05-06T04:04:30.315Z Checking sha3 v0.10.8
26002026-05-06T04:04:30.394Z Checking ed25519-dalek v2.2.0
26012026-05-06T04:04:30.518Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
26022026-05-06T04:04:30.593Z Checking slog v2.8.2
26032026-05-06T04:04:30.621Z Checking env_logger v0.11.9
26042026-05-06T04:04:30.764Z Checking usdt v0.6.0
26052026-05-06T04:04:30.808Z Checking usdt-impl v0.5.0
26062026-05-06T04:04:30.836Z Checking ecdsa v0.16.9
26072026-05-06T04:04:30.851Z Checking serde_with v3.17.0
26082026-05-06T04:04:30.928Z Checking clap v4.5.60
26092026-05-06T04:04:30.942Z Checking rsa v0.9.10
26102026-05-06T04:04:31.006Z Checking nix v0.31.2
26112026-05-06T04:04:31.175Z Checking reqwest v0.13.2
26122026-05-06T04:04:31.189Z Checking zip v4.6.1
26132026-05-06T04:04:31.401Z Checking zip v0.6.6
26142026-05-06T04:04:31.404Z Checking toml_parser v1.0.9+spec-1.1.0
26152026-05-06T04:04:31.736Z Checking itertools v0.13.0
26162026-05-06T04:04:31.748Z Checking strum v0.26.3
26172026-05-06T04:04:31.752Z Checking tokio-stream v0.1.18
26182026-05-06T04:04:31.872Z Checking fs-err v3.3.0
26192026-05-06T04:04:31.988Z Checking ahash v0.8.12
26202026-05-06T04:04:32.012Z Checking object v0.37.3
26212026-05-06T04:04:32.061Z Checking buf-list v1.1.2
26222026-05-06T04:04:32.145Z Checking camino v1.2.2
26232026-05-06T04:04:32.160Z Checking anyhow v1.0.102
26242026-05-06T04:04:32.181Z Checking x509-cert v0.2.5
26252026-05-06T04:04:32.244Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
26262026-05-06T04:04:32.258Z Checking openapiv3 v2.2.0
26272026-05-06T04:04:32.357Z Checking toml_datetime v0.7.5+spec-1.1.0
26282026-05-06T04:04:32.388Z Checking sha1 v0.10.6
26292026-05-06T04:04:32.507Z Checking peg-runtime v0.8.5
26302026-05-06T04:04:32.547Z Checking lalrpop-util v0.19.12
26312026-05-06T04:04:32.550Z Checking rayon v1.11.0
26322026-05-06T04:04:32.649Z Checking sigpipe v0.1.3
26332026-05-06T04:04:32.708Z Checking glob v0.3.3
26342026-05-06T04:04:34.214Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26352026-05-06T04:04:34.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.55s
26362026-05-06T04:04:34.650Z
26372026-05-06T04:04:34.650Zinfo: running `cargo check --bins` on internal-dns-types (77/274)
26382026-05-06T04:04:35.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26392026-05-06T04:04:35.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26402026-05-06T04:04:35.157Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26412026-05-06T04:04:35.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26422026-05-06T04:04:35.248Z
26432026-05-06T04:04:35.248Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/274)
26442026-05-06T04:04:35.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26452026-05-06T04:04:35.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26462026-05-06T04:04:35.753Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26472026-05-06T04:04:35.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26482026-05-06T04:04:35.843Z
26492026-05-06T04:04:35.843Zinfo: running `cargo check --bins` on nexus-types-versions (79/274)
26502026-05-06T04:04:36.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26512026-05-06T04:04:36.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26522026-05-06T04:04:36.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26532026-05-06T04:04:36.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26542026-05-06T04:04:36.450Z
26552026-05-06T04:04:36.450Zinfo: running `cargo check --bins` on oxql-types (80/274)
26562026-05-06T04:04:36.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26572026-05-06T04:04:36.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26582026-05-06T04:04:36.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26592026-05-06T04:04:36.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26602026-05-06T04:04:37.049Z
26612026-05-06T04:04:37.049Zinfo: running `cargo check --bins` on oximeter-types (81/274)
26622026-05-06T04:04:37.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26632026-05-06T04:04:37.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26642026-05-06T04:04:37.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26652026-05-06T04:04:37.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26662026-05-06T04:04:37.638Z
26672026-05-06T04:04:37.638Zinfo: running `cargo check --bins` on oximeter-types-versions (82/274)
26682026-05-06T04:04:38.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26692026-05-06T04:04:38.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26702026-05-06T04:04:38.147Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26712026-05-06T04:04:38.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26722026-05-06T04:04:38.241Z
26732026-05-06T04:04:38.241Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/274)
26742026-05-06T04:04:38.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26752026-05-06T04:04:38.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26762026-05-06T04:04:38.737Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26772026-05-06T04:04:38.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26782026-05-06T04:04:38.826Z
26792026-05-06T04:04:38.826Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/274)
26802026-05-06T04:04:39.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26812026-05-06T04:04:39.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26822026-05-06T04:04:39.506Z Compiling structmeta-derive v0.3.0
26832026-05-06T04:04:39.622Z Compiling rustls v0.22.4
26842026-05-06T04:04:39.631Z Compiling multer v3.1.0
26852026-05-06T04:04:39.640Z Compiling async-stream-impl v0.3.6
26862026-05-06T04:04:39.640Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26872026-05-06T04:04:39.661Z Compiling dropshot v0.17.0
26882026-05-06T04:04:39.676Z Compiling newtype-uuid-macros v0.1.0
26892026-05-06T04:04:39.676Z Compiling dropshot_endpoint v0.17.0
26902026-05-06T04:04:39.797Z Checking newtype-uuid v1.3.2
26912026-05-06T04:04:39.871Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26922026-05-06T04:04:39.913Z Checking rustls-webpki v0.102.8
26932026-05-06T04:04:39.995Z Checking daft v0.1.5
26942026-05-06T04:04:40.023Z Checking futures-executor v0.3.32
26952026-05-06T04:04:40.224Z Checking thread_local v1.1.9
26962026-05-06T04:04:40.238Z Compiling compression-core v0.4.31
26972026-05-06T04:04:40.291Z Checking match_cfg v0.1.0
26982026-05-06T04:04:40.385Z Checking iddqd v0.3.18
26992026-05-06T04:04:40.389Z Checking hostname v0.3.1
27002026-05-06T04:04:40.410Z Checking compression-codecs v0.4.37
27012026-05-06T04:04:40.583Z Checking futures v0.3.32
27022026-05-06T04:04:40.659Z Checking crossbeam-channel v0.5.15
27032026-05-06T04:04:40.673Z Checking slog-json v2.6.1
27042026-05-06T04:04:40.676Z Compiling structmeta v0.3.0
27052026-05-06T04:04:40.898Z Compiling derive-ex v0.1.8
27062026-05-06T04:04:40.924Z Compiling parse-display-derive v0.10.0
27072026-05-06T04:04:40.993Z Checking serde_spanned v1.0.4
27082026-05-06T04:04:41.025Z Checking toml_datetime v1.0.0+spec-1.1.0
27092026-05-06T04:04:41.120Z Checking is-terminal v0.4.17
27102026-05-06T04:04:41.247Z Checking term v1.2.1
27112026-05-06T04:04:41.363Z Checking toml_writer v1.0.6+spec-1.1.0
27122026-05-06T04:04:41.427Z Checking debug-ignore v1.0.5
27132026-05-06T04:04:41.509Z Checking take_mut v0.2.2
27142026-05-06T04:04:41.524Z Checking slog-term v2.9.2
27152026-05-06T04:04:41.542Z Checking toml v1.0.6+spec-1.1.0
27162026-05-06T04:04:41.612Z Checking slog-async v2.8.0
27172026-05-06T04:04:41.781Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27182026-05-06T04:04:41.794Z Compiling slog-bunyan v2.5.0
27192026-05-06T04:04:41.926Z Compiling async-compression v0.4.41
27202026-05-06T04:04:41.940Z Checking tokio-rustls v0.25.0
27212026-05-06T04:04:42.122Z Compiling async-stream v0.3.6
27222026-05-06T04:04:42.217Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27232026-05-06T04:04:42.261Z Checking progenitor-client v0.14.0
27242026-05-06T04:04:42.293Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27252026-05-06T04:04:42.493Z Checking backon v1.6.0
27262026-05-06T04:04:42.559Z Checking waitgroup v0.1.2
27272026-05-06T04:04:42.574Z Compiling test-strategy v0.4.5
27282026-05-06T04:04:42.656Z Checking rustls-pemfile v2.2.0
27292026-05-06T04:04:42.837Z Checking serde_path_to_error v0.1.20
27302026-05-06T04:04:42.884Z Checking hostname v0.4.2
27312026-05-06T04:04:42.981Z Checking instant v0.1.13
27322026-05-06T04:04:43.058Z Compiling prettyplease v0.2.37
27332026-05-06T04:04:43.071Z Checking backoff v0.4.0
27342026-05-06T04:04:43.110Z Compiling progenitor-extras v0.2.0
27352026-05-06T04:04:43.274Z Compiling parse-display v0.10.0
27362026-05-06T04:04:43.361Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27372026-05-06T04:04:43.464Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27382026-05-06T04:04:43.584Z Checking progenitor-client v0.10.0
27392026-05-06T04:04:43.740Z Checking itertools v0.14.0
27402026-05-06T04:04:43.856Z Checking regress v0.10.5
27412026-05-06T04:04:43.963Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27422026-05-06T04:04:43.966Z Checking num-rational v0.4.2
27432026-05-06T04:04:44.080Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27442026-05-06T04:04:44.791Z Checking num-complex v0.4.6
27452026-05-06T04:04:45.131Z Compiling macaddr v1.0.1
27462026-05-06T04:04:45.276Z Checking num v0.4.3
27472026-05-06T04:04:45.351Z Compiling usdt-macro v0.5.0
27482026-05-06T04:04:45.365Z Compiling usdt-attr-macro v0.5.0
27492026-05-06T04:04:45.382Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27502026-05-06T04:04:45.413Z Checking memmap v0.7.0
27512026-05-06T04:04:45.551Z Compiling float-ord v0.3.2
27522026-05-06T04:04:45.667Z Compiling toml v0.8.23
27532026-05-06T04:04:45.693Z Compiling minimal-lexical v0.2.1
27542026-05-06T04:04:45.948Z Checking linked-hash-map v0.5.6
27552026-05-06T04:04:46.118Z Checking lru-cache v0.1.2
27562026-05-06T04:04:46.131Z Checking usdt v0.5.0
27572026-05-06T04:04:46.239Z Compiling nom v7.1.3
27582026-05-06T04:04:46.635Z Checking hickory-proto v0.24.4
27592026-05-06T04:04:46.806Z Checking phf_shared v0.12.1
27602026-05-06T04:04:46.832Z Compiling slog-dtrace v0.3.0
27612026-05-06T04:04:46.947Z Compiling convert_case v0.4.0
27622026-05-06T04:04:47.027Z Checking resolv-conf v0.7.6
27632026-05-06T04:04:47.209Z Checking heck v0.5.0
27642026-05-06T04:04:47.328Z Compiling chrono-tz v0.10.4
27652026-05-06T04:04:47.341Z Compiling derive_more v0.99.20
27662026-05-06T04:04:47.573Z Compiling const_format_proc_macros v0.2.34
27672026-05-06T04:04:47.586Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27682026-05-06T04:04:47.651Z Checking phf v0.12.1
27692026-05-06T04:04:47.752Z Checking tokio-dtrace v0.1.1
27702026-05-06T04:04:47.940Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27712026-05-06T04:04:48.057Z Compiling derive-where v1.6.0
27722026-05-06T04:04:48.415Z Checking hickory-resolver v0.24.4
27732026-05-06T04:04:48.465Z Checking highway v1.3.0
27742026-05-06T04:04:48.674Z Checking const_format v0.2.35
27752026-05-06T04:04:48.755Z Checking oxide-tokio-rt v0.1.4
27762026-05-06T04:04:49.167Z Checking gethostname v0.5.0
27772026-05-06T04:04:49.180Z Checking bcs v0.1.6
27782026-05-06T04:04:49.238Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27792026-05-06T04:04:49.255Z Compiling async-recursion v1.1.1
27802026-05-06T04:04:49.412Z Checking termtree v0.5.1
27812026-05-06T04:04:49.426Z Checking qorb v0.4.1
27822026-05-06T04:04:49.940Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27832026-05-06T04:04:50.719Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27842026-05-06T04:04:50.910Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27852026-05-06T04:04:50.910Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27862026-05-06T04:04:52.926Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27872026-05-06T04:04:55.805Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27882026-05-06T04:04:57.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.02s
27892026-05-06T04:04:58.024Z
27902026-05-06T04:04:58.024Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/274)
27912026-05-06T04:04:58.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27922026-05-06T04:04:58.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27932026-05-06T04:04:58.707Z Compiling ar_archive_writer v0.5.1
27942026-05-06T04:04:58.819Z Compiling stacker v0.1.23
27952026-05-06T04:04:58.822Z Compiling cfg_aliases v0.1.1
27962026-05-06T04:04:58.835Z Compiling convert_case v0.10.0
27972026-05-06T04:04:58.838Z Checking unicode-width v0.1.14
27982026-05-06T04:04:58.851Z Compiling proc-macro-error v1.0.4
27992026-05-06T04:04:58.861Z Checking fd-lock v4.0.4
28002026-05-06T04:04:58.864Z Checking nibble_vec v0.1.0
28012026-05-06T04:04:58.886Z Compiling nix v0.28.0
28022026-05-06T04:04:58.977Z Checking vte v0.14.1
28032026-05-06T04:04:58.989Z Compiling recursive-proc-macro-impl v0.1.1
28042026-05-06T04:04:59.077Z Checking bytecount v0.6.9
28052026-05-06T04:04:59.090Z Checking endian-type v0.1.2
28062026-05-06T04:04:59.139Z Compiling derive_more-impl v2.1.1
28072026-05-06T04:04:59.142Z Checking strip-ansi-escapes v0.2.1
28082026-05-06T04:04:59.154Z Compiling tabled_derive v0.7.0
28092026-05-06T04:04:59.182Z Checking papergrid v0.11.0
28102026-05-06T04:04:59.239Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28112026-05-06T04:04:59.252Z Checking radix_trie v0.2.1
28122026-05-06T04:04:59.382Z Compiling peg-macros v0.8.5
28132026-05-06T04:04:59.468Z Checking winnow v0.6.26
28142026-05-06T04:04:59.647Z Compiling psm v0.1.30
28152026-05-06T04:04:59.704Z Compiling sqlparser_derive v0.5.0
28162026-05-06T04:04:59.798Z Checking home v0.5.12
28172026-05-06T04:04:59.905Z Checking unicode_categories v0.1.1
28182026-05-06T04:04:59.965Z Checking derive_more v2.1.1
28192026-05-06T04:05:00.045Z Checking nu-ansi-term v0.50.3
28202026-05-06T04:05:00.059Z Checking unicode-width v0.2.0
28212026-05-06T04:05:00.124Z Checking tabled v0.15.0
28222026-05-06T04:05:00.183Z Checking rustyline v14.0.0
28232026-05-06T04:05:00.250Z Checking crossterm v0.29.0
28242026-05-06T04:05:00.305Z Checking reedline v0.40.0
28252026-05-06T04:05:00.415Z Checking recursive v0.1.1
28262026-05-06T04:05:00.487Z Checking display-error-chain v0.2.2
28272026-05-06T04:05:00.506Z Checking sqlparser v0.61.0
28282026-05-06T04:05:00.607Z Checking sqlformat v0.3.5
28292026-05-06T04:05:00.737Z Checking peg v0.8.5
28302026-05-06T04:05:11.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.58s
28312026-05-06T04:05:11.822Z
28322026-05-06T04:05:11.822Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/274)
28332026-05-06T04:05:12.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28342026-05-06T04:05:12.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28352026-05-06T04:05:12.496Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28362026-05-06T04:05:15.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.05s
28372026-05-06T04:05:16.065Z
28382026-05-06T04:05:16.065Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/274)
28392026-05-06T04:05:16.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28402026-05-06T04:05:16.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28412026-05-06T04:05:16.740Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28422026-05-06T04:05:19.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.04s
28432026-05-06T04:05:19.304Z
28442026-05-06T04:05:19.304Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/274)
28452026-05-06T04:05:19.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28462026-05-06T04:05:19.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28472026-05-06T04:05:19.963Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28482026-05-06T04:05:23.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.81s
28492026-05-06T04:05:23.299Z
28502026-05-06T04:05:23.299Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/274)
28512026-05-06T04:05:23.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28522026-05-06T04:05:23.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28532026-05-06T04:05:23.976Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28542026-05-06T04:05:27.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.84s
28552026-05-06T04:05:27.355Z
28562026-05-06T04:05:27.355Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/274)
28572026-05-06T04:05:27.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28582026-05-06T04:05:27.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28592026-05-06T04:05:28.022Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28602026-05-06T04:05:30.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.17s
28612026-05-06T04:05:30.718Z
28622026-05-06T04:05:30.718Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/274)
28632026-05-06T04:05:31.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28642026-05-06T04:05:31.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28652026-05-06T04:05:31.387Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28662026-05-06T04:05:33.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
28672026-05-06T04:05:34.144Z
28682026-05-06T04:05:34.145Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/274)
28692026-05-06T04:05:34.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28702026-05-06T04:05:34.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28712026-05-06T04:05:34.817Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28722026-05-06T04:05:38.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.00s
28732026-05-06T04:05:38.351Z
28742026-05-06T04:05:38.351Zinfo: running `cargo check --bins` on oximeter (93/274)
28752026-05-06T04:05:38.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28762026-05-06T04:05:38.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28772026-05-06T04:05:38.865Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28782026-05-06T04:05:38.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28792026-05-06T04:05:38.957Z
28802026-05-06T04:05:38.957Zinfo: running `cargo check --bins` on oximeter-schema (94/274)
28812026-05-06T04:05:39.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28822026-05-06T04:05:39.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28832026-05-06T04:05:39.582Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28842026-05-06T04:05:39.745Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28852026-05-06T04:05:39.745Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28862026-05-06T04:05:40.079Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28872026-05-06T04:05:43.146Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28882026-05-06T04:05:44.362Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28892026-05-06T04:05:44.525Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28902026-05-06T04:05:45.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.23s
28912026-05-06T04:05:45.370Z
28922026-05-06T04:05:45.371Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/274)
28932026-05-06T04:05:45.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28942026-05-06T04:05:45.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28952026-05-06T04:05:45.876Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28962026-05-06T04:05:45.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28972026-05-06T04:05:45.967Z
28982026-05-06T04:05:45.967Zinfo: running `cargo check --bins` on oximeter-test-utils (96/274)
28992026-05-06T04:05:46.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29002026-05-06T04:05:46.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29012026-05-06T04:05:46.509Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29022026-05-06T04:05:46.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
29032026-05-06T04:05:46.603Z
29042026-05-06T04:05:46.603Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/274)
29052026-05-06T04:05:47.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29062026-05-06T04:05:47.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29072026-05-06T04:05:47.114Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29082026-05-06T04:05:47.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29092026-05-06T04:05:47.201Z
29102026-05-06T04:05:47.201Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/274)
29112026-05-06T04:05:47.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29122026-05-06T04:05:47.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29132026-05-06T04:05:47.707Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29142026-05-06T04:05:47.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29152026-05-06T04:05:47.795Z
29162026-05-06T04:05:47.795Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/274)
29172026-05-06T04:05:48.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29182026-05-06T04:05:48.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29192026-05-06T04:05:48.303Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29202026-05-06T04:05:48.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29212026-05-06T04:05:48.394Z
29222026-05-06T04:05:48.394Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/274)
29232026-05-06T04:05:48.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29242026-05-06T04:05:48.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29252026-05-06T04:05:48.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29262026-05-06T04:05:48.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29272026-05-06T04:05:48.992Z
29282026-05-06T04:05:48.992Zinfo: running `cargo check --bins` on trust-quorum-types (101/274)
29292026-05-06T04:05:49.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29302026-05-06T04:05:49.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29312026-05-06T04:05:49.485Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29322026-05-06T04:05:49.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29332026-05-06T04:05:49.568Z
29342026-05-06T04:05:49.568Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/274)
29352026-05-06T04:05:50.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29362026-05-06T04:05:50.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29372026-05-06T04:05:50.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29382026-05-06T04:05:50.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29392026-05-06T04:05:50.171Z
29402026-05-06T04:05:50.171Zinfo: running `cargo check --bins` on update-engine (103/274)
29412026-05-06T04:05:50.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29422026-05-06T04:05:50.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29432026-05-06T04:05:50.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29442026-05-06T04:05:50.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29452026-05-06T04:05:50.756Z
29462026-05-06T04:05:50.756Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/274)
29472026-05-06T04:05:51.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29482026-05-06T04:05:51.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29492026-05-06T04:05:51.473Z Compiling crucible-workspace-hack v0.1.0
29502026-05-06T04:05:51.590Z Checking secrecy v0.10.3
29512026-05-06T04:05:51.598Z Compiling heapless v0.8.0
29522026-05-06T04:05:51.605Z Compiling ingot-macros v0.1.1
29532026-05-06T04:05:51.612Z Compiling toml_edit v0.23.10+spec-1.0.0
29542026-05-06T04:05:51.615Z Checking hash32 v0.3.1
29552026-05-06T04:05:51.633Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29562026-05-06T04:05:51.637Z Compiling smoltcp v0.11.0
29572026-05-06T04:05:51.693Z Checking cobs v0.3.0
29582026-05-06T04:05:51.739Z Compiling thiserror-impl-no-std v2.0.2
29592026-05-06T04:05:51.840Z Checking half v2.7.1
29602026-05-06T04:05:51.841Z Checking universal-hash v0.5.1
29612026-05-06T04:05:51.879Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29622026-05-06T04:05:51.983Z Checking opaque-debug v0.3.1
29632026-05-06T04:05:51.988Z Checking ciborium-io v0.2.2
29642026-05-06T04:05:52.076Z Checking postcard v1.1.3
29652026-05-06T04:05:52.091Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
29662026-05-06T04:05:52.106Z Checking poly1305 v0.8.0
29672026-05-06T04:05:52.119Z Checking ciborium-ll v0.2.2
29682026-05-06T04:05:52.287Z Compiling proc-macro-crate v3.4.0
29692026-05-06T04:05:52.358Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29702026-05-06T04:05:52.361Z Checking password-hash v0.5.0
29712026-05-06T04:05:52.383Z Checking chacha20 v0.9.1
29722026-05-06T04:05:52.573Z Compiling proc-macro-crate v1.3.1
29732026-05-06T04:05:52.595Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29742026-05-06T04:05:52.626Z Checking blake2 v0.10.6
29752026-05-06T04:05:52.667Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29762026-05-06T04:05:52.827Z Checking aead v0.5.2
29772026-05-06T04:05:52.840Z Compiling num_enum_derive v0.7.5
29782026-05-06T04:05:52.861Z Compiling foreign-types-macros v0.2.3
29792026-05-06T04:05:52.874Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29802026-05-06T04:05:52.914Z Checking thiserror-no-std v2.0.2
29812026-05-06T04:05:52.966Z Checking cpufeatures v0.3.0
29822026-05-06T04:05:52.985Z Checking foreign-types-shared v0.3.1
29832026-05-06T04:05:52.999Z Checking vsss-rs v3.3.4
29842026-05-06T04:05:53.038Z Checking chacha20 v0.10.0
29852026-05-06T04:05:53.072Z Compiling num_enum_derive v0.5.11
29862026-05-06T04:05:53.102Z Checking chacha20poly1305 v0.10.1
29872026-05-06T04:05:53.227Z Checking argon2 v0.5.3
29882026-05-06T04:05:53.246Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29892026-05-06T04:05:53.446Z Checking foreign-types v0.5.0
29902026-05-06T04:05:53.527Z Checking ciborium v0.2.2
29912026-05-06T04:05:53.693Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29922026-05-06T04:05:53.719Z Checking console v0.15.11
29932026-05-06T04:05:53.896Z Checking num_enum v0.7.5
29942026-05-06T04:05:53.951Z Checking tabwriter v1.4.1
29952026-05-06T04:05:53.975Z Checking newline-converter v0.3.0
29962026-05-06T04:05:53.995Z Checking camino-tempfile v1.4.1
29972026-05-06T04:05:54.009Z Checking atomicwrites v0.4.4
29982026-05-06T04:05:54.083Z Checking byte-wrapper v0.1.0
29992026-05-06T04:05:54.097Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30002026-05-06T04:05:54.115Z Checking cstr-argument v0.1.2
30012026-05-06T04:05:54.132Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30022026-05-06T04:05:54.146Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
30032026-05-06T04:05:54.159Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30042026-05-06T04:05:54.234Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30052026-05-06T04:05:54.292Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30062026-05-06T04:05:54.347Z Checking expectorate v1.2.0
30072026-05-06T04:05:54.397Z Checking num_enum v0.5.11
30082026-05-06T04:05:54.432Z Checking ingot-types v0.1.2
30092026-05-06T04:05:54.473Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30102026-05-06T04:05:54.509Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30112026-05-06T04:05:54.523Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30122026-05-06T04:05:54.576Z Checking rand v0.10.0
30132026-05-06T04:05:54.626Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30142026-05-06T04:05:54.640Z Checking indent_write v2.2.0
30152026-05-06T04:05:54.702Z Checking colored v3.1.1
30162026-05-06T04:05:54.741Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30172026-05-06T04:05:54.768Z Compiling zone_cfg_derive v0.3.1
30182026-05-06T04:05:54.791Z Checking ingot v0.1.1
30192026-05-06T04:05:54.837Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30202026-05-06T04:05:54.897Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
30212026-05-06T04:05:54.913Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30222026-05-06T04:05:54.930Z Checking itertools v0.12.1
30232026-05-06T04:05:55.007Z Compiling num-derive v0.4.2
30242026-05-06T04:05:55.081Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30252026-05-06T04:05:55.260Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30262026-05-06T04:05:55.275Z Checking swrite v0.1.0
30272026-05-06T04:05:55.367Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30282026-05-06T04:05:55.420Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30292026-05-06T04:05:55.574Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30302026-05-06T04:05:55.685Z Checking dropshot-api-manager-types v0.7.1
30312026-05-06T04:05:55.701Z Checking smf v0.2.3
30322026-05-06T04:05:55.854Z Checking nanorand v0.7.0
30332026-05-06T04:05:55.878Z Checking whoami v1.6.1
30342026-05-06T04:05:55.933Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
30352026-05-06T04:05:55.946Z Checking zone v0.3.1
30362026-05-06T04:05:55.991Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
30372026-05-06T04:05:55.991Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30382026-05-06T04:05:56.041Z Checking flume v0.11.1
30392026-05-06T04:05:56.395Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30402026-05-06T04:05:57.341Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30412026-05-06T04:05:58.214Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30422026-05-06T04:06:01.247Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30432026-05-06T04:06:03.265Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30442026-05-06T04:06:04.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.52s
30452026-05-06T04:06:04.469Z
30462026-05-06T04:06:04.469Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/274)
30472026-05-06T04:06:04.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30482026-05-06T04:06:04.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30492026-05-06T04:06:04.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30502026-05-06T04:06:04.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30512026-05-06T04:06:05.069Z
30522026-05-06T04:06:05.069Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/274)
30532026-05-06T04:06:05.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30542026-05-06T04:06:05.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30552026-05-06T04:06:05.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30562026-05-06T04:06:05.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30572026-05-06T04:06:05.671Z
30582026-05-06T04:06:05.671Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/274)
30592026-05-06T04:06:06.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30602026-05-06T04:06:06.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30612026-05-06T04:06:06.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30622026-05-06T04:06:06.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30632026-05-06T04:06:06.268Z
30642026-05-06T04:06:06.268Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/274)
30652026-05-06T04:06:06.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30662026-05-06T04:06:06.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30672026-05-06T04:06:06.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30682026-05-06T04:06:06.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30692026-05-06T04:06:06.867Z
30702026-05-06T04:06:06.867Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/274)
30712026-05-06T04:06:07.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30722026-05-06T04:06:07.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30732026-05-06T04:06:07.376Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30742026-05-06T04:06:07.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30752026-05-06T04:06:07.463Z
30762026-05-06T04:06:07.463Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/274)
30772026-05-06T04:06:07.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30782026-05-06T04:06:07.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30792026-05-06T04:06:07.970Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30802026-05-06T04:06:07.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30812026-05-06T04:06:08.057Z
30822026-05-06T04:06:08.057Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/274)
30832026-05-06T04:06:08.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30842026-05-06T04:06:08.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30852026-05-06T04:06:08.563Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30862026-05-06T04:06:08.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30872026-05-06T04:06:08.656Z
30882026-05-06T04:06:08.656Zinfo: running `cargo check --bins` on cockroach-admin-client (112/274)
30892026-05-06T04:06:09.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30902026-05-06T04:06:09.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30912026-05-06T04:06:09.153Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30922026-05-06T04:06:09.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30932026-05-06T04:06:09.237Z
30942026-05-06T04:06:09.237Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/274)
30952026-05-06T04:06:09.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30962026-05-06T04:06:09.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30972026-05-06T04:06:09.743Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30982026-05-06T04:06:09.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30992026-05-06T04:06:09.830Z
31002026-05-06T04:06:09.830Zinfo: running `cargo check --bins` on dns-service-client (114/274)
31012026-05-06T04:06:10.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31022026-05-06T04:06:10.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31032026-05-06T04:06:10.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31042026-05-06T04:06:10.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31052026-05-06T04:06:10.424Z
31062026-05-06T04:06:10.424Zinfo: running `cargo check --bins` on installinator-client (115/274)
31072026-05-06T04:06:10.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31082026-05-06T04:06:10.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31092026-05-06T04:06:10.931Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31102026-05-06T04:06:10.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31112026-05-06T04:06:11.017Z
31122026-05-06T04:06:11.017Zinfo: running `cargo check --bins` on nexus-client (116/274)
31132026-05-06T04:06:11.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31142026-05-06T04:06:11.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31152026-05-06T04:06:11.554Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31162026-05-06T04:06:11.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31172026-05-06T04:06:11.652Z
31182026-05-06T04:06:11.652Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/274)
31192026-05-06T04:06:12.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31202026-05-06T04:06:12.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31212026-05-06T04:06:12.190Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31222026-05-06T04:06:12.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31232026-05-06T04:06:12.284Z
31242026-05-06T04:06:12.284Zinfo: running `cargo check --bins` on ntp-admin-client (118/274)
31252026-05-06T04:06:12.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31262026-05-06T04:06:12.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31272026-05-06T04:06:12.776Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31282026-05-06T04:06:12.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31292026-05-06T04:06:12.860Z
31302026-05-06T04:06:12.860Zinfo: running `cargo check --bins` on oxide-client (119/274)
31312026-05-06T04:06:13.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31322026-05-06T04:06:13.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31332026-05-06T04:06:13.355Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31342026-05-06T04:06:13.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31352026-05-06T04:06:13.440Z
31362026-05-06T04:06:13.440Zinfo: running `cargo check --bins` on oximeter-client (120/274)
31372026-05-06T04:06:13.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31382026-05-06T04:06:13.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31392026-05-06T04:06:13.949Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31402026-05-06T04:06:13.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31412026-05-06T04:06:14.040Z
31422026-05-06T04:06:14.040Zinfo: running `cargo check --bins` on repo-depot-client (121/274)
31432026-05-06T04:06:14.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31442026-05-06T04:06:14.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31452026-05-06T04:06:14.536Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31462026-05-06T04:06:14.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31472026-05-06T04:06:14.621Z
31482026-05-06T04:06:14.621Zinfo: running `cargo check --bins` on sled-agent-client (122/274)
31492026-05-06T04:06:15.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31502026-05-06T04:06:15.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31512026-05-06T04:06:15.132Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31522026-05-06T04:06:15.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31532026-05-06T04:06:15.221Z
31542026-05-06T04:06:15.221Zinfo: running `cargo check --bins` on wicketd-client (123/274)
31552026-05-06T04:06:15.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31562026-05-06T04:06:15.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31572026-05-06T04:06:15.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31582026-05-06T04:06:15.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31592026-05-06T04:06:15.842Z
31602026-05-06T04:06:15.842Zinfo: running `cargo check --bins` on installinator-common (124/274)
31612026-05-06T04:06:16.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31622026-05-06T04:06:16.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31632026-05-06T04:06:16.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31642026-05-06T04:06:16.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31652026-05-06T04:06:16.454Z
31662026-05-06T04:06:16.454Zinfo: running `cargo check --bins` on installinator-common-versions (125/274)
31672026-05-06T04:06:16.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31682026-05-06T04:06:16.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31692026-05-06T04:06:16.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31702026-05-06T04:06:16.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31712026-05-06T04:06:17.037Z
31722026-05-06T04:06:17.037Zinfo: running `cargo check --bins` on wicket-common (126/274)
31732026-05-06T04:06:17.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31742026-05-06T04:06:17.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31752026-05-06T04:06:17.549Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31762026-05-06T04:06:17.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31772026-05-06T04:06:17.641Z
31782026-05-06T04:06:17.641Zinfo: running `cargo check --bins` on omicron-cockroach-admin (127/274)
31792026-05-06T04:06:18.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31802026-05-06T04:06:18.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31812026-05-06T04:06:18.331Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31822026-05-06T04:06:18.446Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31832026-05-06T04:06:18.453Z Checking csv-core v0.1.13
31842026-05-06T04:06:18.460Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31852026-05-06T04:06:18.468Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31862026-05-06T04:06:18.476Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31872026-05-06T04:06:18.487Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31882026-05-06T04:06:18.497Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31892026-05-06T04:06:18.612Z Checking csv v1.4.0
31902026-05-06T04:06:18.626Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31912026-05-06T04:06:18.681Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31922026-05-06T04:06:18.706Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31932026-05-06T04:06:18.943Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31942026-05-06T04:06:19.303Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31952026-05-06T04:06:19.306Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31962026-05-06T04:06:19.631Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31972026-05-06T04:06:25.367Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31982026-05-06T04:06:25.894Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31992026-05-06T04:06:28.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.59s
32002026-05-06T04:06:28.429Z
32012026-05-06T04:06:28.429Zinfo: running `cargo check --bins` on cockroach-admin-api (128/274)
32022026-05-06T04:06:28.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32032026-05-06T04:06:28.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32042026-05-06T04:06:28.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32052026-05-06T04:06:28.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32062026-05-06T04:06:29.028Z
32072026-05-06T04:06:29.028Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (129/274)
32082026-05-06T04:06:29.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32092026-05-06T04:06:29.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32102026-05-06T04:06:29.607Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32112026-05-06T04:06:29.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32122026-05-06T04:06:29.714Z
32132026-05-06T04:06:29.714Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (130/274)
32142026-05-06T04:06:30.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32152026-05-06T04:06:30.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32162026-05-06T04:06:30.289Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32172026-05-06T04:06:30.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32182026-05-06T04:06:30.395Z
32192026-05-06T04:06:30.395Zinfo: running `cargo check --bins` on gateway-test-utils (131/274)
32202026-05-06T04:06:30.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32212026-05-06T04:06:30.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32222026-05-06T04:06:30.944Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32232026-05-06T04:06:30.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32242026-05-06T04:06:31.043Z
32252026-05-06T04:06:31.043Zinfo: running `cargo check --bins` on omicron-gateway (132/274)
32262026-05-06T04:06:31.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32272026-05-06T04:06:31.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32282026-05-06T04:06:31.810Z Compiling regress v0.11.1
32292026-05-06T04:06:31.949Z Compiling unsafe-libyaml v0.2.11
32302026-05-06T04:06:31.962Z Compiling radium v0.7.0
32312026-05-06T04:06:31.974Z Compiling semver v0.1.20
32322026-05-06T04:06:31.987Z Compiling pin-project-internal v1.1.11
32332026-05-06T04:06:31.999Z Compiling maybe-uninit v2.0.0
32342026-05-06T04:06:32.004Z Checking tap v1.0.1
32352026-05-06T04:06:32.112Z Checking wyz v0.5.1
32362026-05-06T04:06:32.228Z Compiling rustc_version v0.1.7
32372026-05-06T04:06:32.288Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32382026-05-06T04:06:32.310Z Checking progenitor-client v0.13.0
32392026-05-06T04:06:32.419Z Compiling snafu-derive v0.8.9
32402026-05-06T04:06:32.446Z Compiling newtype_derive v0.1.6
32412026-05-06T04:06:32.542Z Compiling serde_yaml v0.9.34+deprecated
32422026-05-06T04:06:32.631Z Compiling zerocopy-derive v0.6.6
32432026-05-06T04:06:32.687Z Checking funty v2.0.0
32442026-05-06T04:06:33.007Z Checking crc-catalog v2.4.0
32452026-05-06T04:06:33.103Z Checking same-file v1.0.6
32462026-05-06T04:06:33.117Z Checking pin-project v1.1.11
32472026-05-06T04:06:33.214Z Compiling owo-colors v4.3.0
32482026-05-06T04:06:33.228Z Compiling cancel-safe-futures v0.1.5
32492026-05-06T04:06:33.390Z Checking typify-impl v0.6.2
32502026-05-06T04:06:33.507Z Compiling packed_struct v0.10.1
32512026-05-06T04:06:33.580Z Checking zerocopy v0.6.6
32522026-05-06T04:06:33.813Z Checking walkdir v2.5.0
32532026-05-06T04:06:33.828Z Checking crc v3.4.0
32542026-05-06T04:06:33.900Z Checking bitvec v1.0.1
32552026-05-06T04:06:34.013Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32562026-05-06T04:06:34.028Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32572026-05-06T04:06:34.065Z Checking globset v0.4.18
32582026-05-06T04:06:34.322Z Checking olpc-cjson v0.1.4
32592026-05-06T04:06:34.356Z Checking snafu v0.8.9
32602026-05-06T04:06:34.373Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32612026-05-06T04:06:34.462Z Checking pem v3.0.6
32622026-05-06T04:06:34.544Z Compiling packed_struct_codegen v0.10.1
32632026-05-06T04:06:34.581Z Checking libsw-core v0.3.2
32642026-05-06T04:06:34.598Z Checking serde_plain v1.0.2
32652026-05-06T04:06:34.621Z Compiling bitfield-macros v0.19.4
32662026-05-06T04:06:34.635Z Compiling indexmap v1.9.3
32672026-05-06T04:06:34.726Z Checking nodrop v0.1.14
32682026-05-06T04:06:34.743Z Checking typed-path v0.9.3
32692026-05-06T04:06:34.820Z Checking array-init v0.0.4
32702026-05-06T04:06:34.855Z Checking libsw v3.5.0
32712026-05-06T04:06:35.008Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32722026-05-06T04:06:35.122Z Checking smallvec v0.6.14
32732026-05-06T04:06:35.206Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32742026-05-06T04:06:35.311Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32752026-05-06T04:06:35.330Z Checking bitfield v0.19.4
32762026-05-06T04:06:35.475Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32772026-05-06T04:06:35.492Z Checking smawk v0.3.2
32782026-05-06T04:06:35.529Z Checking tough v0.20.0
32792026-05-06T04:06:35.596Z Checking unicode-linebreak v0.1.5
32802026-05-06T04:06:35.611Z Checking hashbrown v0.12.3
32812026-05-06T04:06:35.622Z Checking tagptr v0.2.0
32822026-05-06T04:06:35.648Z Checking linear-map v1.2.0
32832026-05-06T04:06:35.772Z Checking base64 v0.21.7
32842026-05-06T04:06:35.806Z Checking textwrap v0.16.2
32852026-05-06T04:06:35.819Z Checking moka v0.12.13
32862026-05-06T04:06:35.967Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32872026-05-06T04:06:36.009Z Checking ron v0.8.1
32882026-05-06T04:06:36.023Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32892026-05-06T04:06:36.189Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32902026-05-06T04:06:36.346Z Checking serde-hex v0.1.0
32912026-05-06T04:06:36.454Z Checking steno v0.4.1
32922026-05-06T04:06:36.530Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32932026-05-06T04:06:36.667Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32942026-05-06T04:06:36.694Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32952026-05-06T04:06:36.991Z Checking hashbrown v0.13.2
32962026-05-06T04:06:37.233Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32972026-05-06T04:06:37.272Z Checking humantime v2.3.0
32982026-05-06T04:06:37.423Z Checking crc-any v2.5.0
32992026-05-06T04:06:37.423Z Checking object v0.30.4
33002026-05-06T04:06:37.476Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33012026-05-06T04:06:37.491Z Checking hickory-resolver v0.25.2
33022026-05-06T04:06:37.505Z Checking utf-8 v0.7.6
33032026-05-06T04:06:37.597Z Checking half v1.8.3
33042026-05-06T04:06:37.634Z Checking path-slash v0.1.5
33052026-05-06T04:06:37.638Z Checking void v1.0.2
33062026-05-06T04:06:37.740Z Checking tungstenite v0.23.0
33072026-05-06T04:06:37.764Z Checking lzss v0.8.2
33082026-05-06T04:06:37.795Z Checking serde_cbor v0.11.2
33092026-05-06T04:06:37.946Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33102026-05-06T04:06:37.961Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33112026-05-06T04:06:37.991Z Compiling typify-macro v0.6.2
33122026-05-06T04:06:38.105Z Checking nix v0.27.1
33132026-05-06T04:06:38.147Z Checking kstat-rs v0.2.4
33142026-05-06T04:06:38.172Z Checking fxhash v0.2.1
33152026-05-06T04:06:38.192Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33162026-05-06T04:06:38.196Z Checking serde_bytes v0.11.19
33172026-05-06T04:06:38.293Z Checking tokio-tungstenite v0.23.1
33182026-05-06T04:06:38.333Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33192026-05-06T04:06:38.380Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33202026-05-06T04:06:38.552Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33212026-05-06T04:06:38.610Z Checking signal-hook-tokio v0.3.1
33222026-05-06T04:06:39.456Z Compiling typify v0.6.2
33232026-05-06T04:06:39.540Z Compiling progenitor-impl v0.13.0
33242026-05-06T04:06:39.540Z Compiling progenitor-impl v0.14.0
33252026-05-06T04:06:39.650Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33262026-05-06T04:06:40.560Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33272026-05-06T04:06:40.900Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
33282026-05-06T04:06:41.121Z Compiling progenitor-macro v0.14.0
33292026-05-06T04:06:41.144Z Compiling progenitor-macro v0.13.0
33302026-05-06T04:06:43.716Z Checking progenitor v0.14.0
33312026-05-06T04:06:43.797Z Checking progenitor v0.13.0
33322026-05-06T04:06:43.840Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33332026-05-06T04:06:43.913Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33342026-05-06T04:06:46.934Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33352026-05-06T04:06:54.320Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33362026-05-06T04:07:00.651Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33372026-05-06T04:07:02.023Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33382026-05-06T04:07:02.519Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33392026-05-06T04:07:04.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.55s
33402026-05-06T04:07:04.799Z
33412026-05-06T04:07:04.799Zinfo: running `cargo check --bins` on gateway-api (133/274)
33422026-05-06T04:07:05.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33432026-05-06T04:07:05.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33442026-05-06T04:07:05.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33452026-05-06T04:07:05.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33462026-05-06T04:07:05.396Z
33472026-05-06T04:07:05.396Zinfo: running `cargo check --bins` on ipcc (134/274)
33482026-05-06T04:07:05.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33492026-05-06T04:07:05.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33502026-05-06T04:07:05.900Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33512026-05-06T04:07:05.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33522026-05-06T04:07:05.989Z
33532026-05-06T04:07:05.989Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (135/274)
33542026-05-06T04:07:06.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33552026-05-06T04:07:06.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33562026-05-06T04:07:06.482Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33572026-05-06T04:07:06.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33582026-05-06T04:07:06.566Z
33592026-05-06T04:07:06.566Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (136/274)
33602026-05-06T04:07:07.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33612026-05-06T04:07:07.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33622026-05-06T04:07:07.075Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33632026-05-06T04:07:07.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33642026-05-06T04:07:07.167Z
33652026-05-06T04:07:07.167Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (137/274)
33662026-05-06T04:07:07.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33672026-05-06T04:07:07.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33682026-05-06T04:07:07.675Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33692026-05-06T04:07:07.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33702026-05-06T04:07:07.763Z
33712026-05-06T04:07:07.763Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (138/274)
33722026-05-06T04:07:08.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33732026-05-06T04:07:08.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33742026-05-06T04:07:08.269Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33752026-05-06T04:07:08.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33762026-05-06T04:07:08.355Z
33772026-05-06T04:07:08.355Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (139/274)
33782026-05-06T04:07:08.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33792026-05-06T04:07:08.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33802026-05-06T04:07:08.863Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33812026-05-06T04:07:08.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33822026-05-06T04:07:08.951Z
33832026-05-06T04:07:08.951Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (140/274)
33842026-05-06T04:07:09.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33852026-05-06T04:07:09.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33862026-05-06T04:07:09.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33872026-05-06T04:07:09.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33882026-05-06T04:07:09.552Z
33892026-05-06T04:07:09.552Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (141/274)
33902026-05-06T04:07:10.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33912026-05-06T04:07:10.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33922026-05-06T04:07:10.063Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33932026-05-06T04:07:10.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33942026-05-06T04:07:10.155Z
33952026-05-06T04:07:10.155Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (142/274)
33962026-05-06T04:07:10.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33972026-05-06T04:07:10.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33982026-05-06T04:07:10.663Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33992026-05-06T04:07:10.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34002026-05-06T04:07:10.750Z
34012026-05-06T04:07:10.750Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (143/274)
34022026-05-06T04:07:11.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34032026-05-06T04:07:11.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34042026-05-06T04:07:11.257Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34052026-05-06T04:07:11.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34062026-05-06T04:07:11.347Z
34072026-05-06T04:07:11.347Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (144/274)
34082026-05-06T04:07:11.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34092026-05-06T04:07:11.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34102026-05-06T04:07:11.857Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34112026-05-06T04:07:11.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34122026-05-06T04:07:11.947Z
34132026-05-06T04:07:11.947Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (145/274)
34142026-05-06T04:07:12.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34152026-05-06T04:07:12.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34162026-05-06T04:07:12.455Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34172026-05-06T04:07:12.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34182026-05-06T04:07:12.548Z
34192026-05-06T04:07:12.548Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (146/274)
34202026-05-06T04:07:13.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34212026-05-06T04:07:13.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34222026-05-06T04:07:13.054Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34232026-05-06T04:07:13.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34242026-05-06T04:07:13.145Z
34252026-05-06T04:07:13.146Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (147/274)
34262026-05-06T04:07:13.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34272026-05-06T04:07:13.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34282026-05-06T04:07:13.658Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34292026-05-06T04:07:13.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34302026-05-06T04:07:13.750Z
34312026-05-06T04:07:13.750Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (148/274)
34322026-05-06T04:07:14.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34332026-05-06T04:07:14.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34342026-05-06T04:07:14.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34352026-05-06T04:07:14.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34362026-05-06T04:07:14.347Z
34372026-05-06T04:07:14.347Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (149/274)
34382026-05-06T04:07:14.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34392026-05-06T04:07:14.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34402026-05-06T04:07:14.857Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34412026-05-06T04:07:14.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34422026-05-06T04:07:14.944Z
34432026-05-06T04:07:14.944Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (150/274)
34442026-05-06T04:07:15.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34452026-05-06T04:07:15.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34462026-05-06T04:07:15.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34472026-05-06T04:07:15.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34482026-05-06T04:07:15.546Z
34492026-05-06T04:07:15.546Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (151/274)
34502026-05-06T04:07:16.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34512026-05-06T04:07:16.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34522026-05-06T04:07:16.051Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34532026-05-06T04:07:16.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34542026-05-06T04:07:16.144Z
34552026-05-06T04:07:16.144Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (152/274)
34562026-05-06T04:07:16.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34572026-05-06T04:07:16.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34582026-05-06T04:07:16.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34592026-05-06T04:07:16.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34602026-05-06T04:07:16.743Z
34612026-05-06T04:07:16.743Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (153/274)
34622026-05-06T04:07:17.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34632026-05-06T04:07:17.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34642026-05-06T04:07:17.252Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34652026-05-06T04:07:17.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34662026-05-06T04:07:17.344Z
34672026-05-06T04:07:17.344Zinfo: running `cargo check --bins` on oximeter-producer (154/274)
34682026-05-06T04:07:17.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34692026-05-06T04:07:17.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34702026-05-06T04:07:17.881Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34712026-05-06T04:07:17.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34722026-05-06T04:07:17.975Z
34732026-05-06T04:07:17.975Zinfo: running `cargo check --bins` on internal-dns-resolver (155/274)
34742026-05-06T04:07:18.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34752026-05-06T04:07:18.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34762026-05-06T04:07:18.485Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34772026-05-06T04:07:18.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34782026-05-06T04:07:18.572Z
34792026-05-06T04:07:18.572Zinfo: running `cargo check --bins` on dns-server (156/274)
34802026-05-06T04:07:19.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34812026-05-06T04:07:19.087Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34822026-05-06T04:07:19.226Z Compiling parking_lot_core v0.8.6
34832026-05-06T04:07:19.226Z Compiling git-stub v1.0.0
34842026-05-06T04:07:19.226Z Compiling atomicwrites v0.4.4
34852026-05-06T04:07:19.226Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34862026-05-06T04:07:19.229Z Checking prefix-trie v0.7.0
34872026-05-06T04:07:19.478Z Compiling git-stub-vcs v0.1.0
34882026-05-06T04:07:19.619Z Checking hickory-server v0.25.2
34892026-05-06T04:07:19.733Z Checking parking_lot v0.11.2
34902026-05-06T04:07:19.753Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34912026-05-06T04:07:19.815Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34922026-05-06T04:07:19.818Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34932026-05-06T04:07:19.903Z Checking sled v0.34.7
34942026-05-06T04:07:21.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s
34952026-05-06T04:07:21.968Z
34962026-05-06T04:07:21.969Zinfo: running `cargo check --bins` on dns-server-api (157/274)
34972026-05-06T04:07:22.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34982026-05-06T04:07:22.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34992026-05-06T04:07:22.472Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35002026-05-06T04:07:22.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35012026-05-06T04:07:22.559Z
35022026-05-06T04:07:22.559Zinfo: running `cargo check --bins` on oximeter-producer-api (158/274)
35032026-05-06T04:07:23.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35042026-05-06T04:07:23.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35052026-05-06T04:07:23.072Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35062026-05-06T04:07:23.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35072026-05-06T04:07:23.163Z
35082026-05-06T04:07:23.163Zinfo: running `cargo check --bins` on sp-sim (159/274)
35092026-05-06T04:07:23.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35102026-05-06T04:07:23.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35112026-05-06T04:07:23.895Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35122026-05-06T04:07:25.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.48s
35132026-05-06T04:07:25.858Z
35142026-05-06T04:07:25.859Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (160/274)
35152026-05-06T04:07:26.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35162026-05-06T04:07:26.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35172026-05-06T04:07:26.411Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35182026-05-06T04:07:26.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35192026-05-06T04:07:26.509Z
35202026-05-06T04:07:26.509Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (161/274)
35212026-05-06T04:07:27.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35222026-05-06T04:07:27.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35232026-05-06T04:07:27.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35242026-05-06T04:07:27.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35252026-05-06T04:07:27.168Z
35262026-05-06T04:07:27.168Zinfo: running `cargo check --bins` on db-macros (162/274)
35272026-05-06T04:07:27.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35282026-05-06T04:07:27.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35292026-05-06T04:07:27.668Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35302026-05-06T04:07:27.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35312026-05-06T04:07:27.753Z
35322026-05-06T04:07:27.753Zinfo: running `cargo check --bins` on nexus-macros-common (163/274)
35332026-05-06T04:07:28.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35342026-05-06T04:07:28.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35352026-05-06T04:07:28.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35362026-05-06T04:07:28.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35372026-05-06T04:07:28.342Z
35382026-05-06T04:07:28.342Zinfo: running `cargo check --bins` on nexus-auth (164/274)
35392026-05-06T04:07:28.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35402026-05-06T04:07:28.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35412026-05-06T04:07:28.897Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35422026-05-06T04:07:28.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35432026-05-06T04:07:28.998Z
35442026-05-06T04:07:28.998Zinfo: running `cargo check --bins` on authz-macros (165/274)
35452026-05-06T04:07:29.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35462026-05-06T04:07:29.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35472026-05-06T04:07:29.494Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35482026-05-06T04:07:29.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35492026-05-06T04:07:29.579Z
35502026-05-06T04:07:29.579Zinfo: running `cargo check --bins` on nexus-db-fixed-data (166/274)
35512026-05-06T04:07:30.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35522026-05-06T04:07:30.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35532026-05-06T04:07:30.122Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35542026-05-06T04:07:30.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35552026-05-06T04:07:30.223Z
35562026-05-06T04:07:30.223Zinfo: running `cargo check --bins` on nexus-db-model (167/274)
35572026-05-06T04:07:30.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35582026-05-06T04:07:30.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35592026-05-06T04:07:30.768Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35602026-05-06T04:07:30.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35612026-05-06T04:07:30.870Z
35622026-05-06T04:07:30.870Zinfo: running `cargo check --bins` on nexus-db-schema (168/274)
35632026-05-06T04:07:31.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35642026-05-06T04:07:31.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35652026-05-06T04:07:31.371Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35662026-05-06T04:07:31.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35672026-05-06T04:07:31.460Z
35682026-05-06T04:07:31.460Zinfo: running `cargo check --bins` on omicron-rpaths (169/274)
35692026-05-06T04:07:31.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35702026-05-06T04:07:31.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35712026-05-06T04:07:31.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35722026-05-06T04:07:31.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35732026-05-06T04:07:32.041Z
35742026-05-06T04:07:32.041Zinfo: running `cargo check --bins` on nexus-defaults (170/274)
35752026-05-06T04:07:32.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35762026-05-06T04:07:32.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35772026-05-06T04:07:32.549Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35782026-05-06T04:07:32.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35792026-05-06T04:07:32.637Z
35802026-05-06T04:07:32.637Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (171/274)
35812026-05-06T04:07:33.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35822026-05-06T04:07:33.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35832026-05-06T04:07:33.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35842026-05-06T04:07:33.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35852026-05-06T04:07:33.221Z
35862026-05-06T04:07:33.221Zinfo: running `cargo check --bins` on parallel-task-set (172/274)
35872026-05-06T04:07:33.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35882026-05-06T04:07:33.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35892026-05-06T04:07:33.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35902026-05-06T04:07:33.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35912026-05-06T04:07:33.804Z
35922026-05-06T04:07:33.804Zinfo: running `cargo check --bins` on nexus-db-errors (173/274)
35932026-05-06T04:07:34.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35942026-05-06T04:07:34.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35952026-05-06T04:07:34.355Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35962026-05-06T04:07:34.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35972026-05-06T04:07:34.457Z
35982026-05-06T04:07:34.457Zinfo: running `cargo check --bins` on nexus-db-lookup (174/274)
35992026-05-06T04:07:35.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36002026-05-06T04:07:35.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36012026-05-06T04:07:35.008Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36022026-05-06T04:07:35.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36032026-05-06T04:07:35.112Z
36042026-05-06T04:07:35.112Zinfo: running `cargo check --bins` on nexus-inventory (175/274)
36052026-05-06T04:07:35.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36062026-05-06T04:07:35.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36072026-05-06T04:07:35.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36082026-05-06T04:07:35.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36092026-05-06T04:07:35.761Z
36102026-05-06T04:07:35.761Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (176/274)
36112026-05-06T04:07:36.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36122026-05-06T04:07:36.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36132026-05-06T04:07:36.285Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36142026-05-06T04:07:36.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36152026-05-06T04:07:36.377Z
36162026-05-06T04:07:36.377Zinfo: running `cargo check --bins --no-default-features` on sled-storage (177/274)
36172026-05-06T04:07:36.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36182026-05-06T04:07:36.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36192026-05-06T04:07:36.900Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36202026-05-06T04:07:36.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36212026-05-06T04:07:36.993Z
36222026-05-06T04:07:36.994Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (178/274)
36232026-05-06T04:07:37.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36242026-05-06T04:07:37.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36252026-05-06T04:07:37.514Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36262026-05-06T04:07:37.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36272026-05-06T04:07:37.608Z
36282026-05-06T04:07:37.608Zinfo: running `cargo check --bins` on key-manager (179/274)
36292026-05-06T04:07:38.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36302026-05-06T04:07:38.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36312026-05-06T04:07:38.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36322026-05-06T04:07:38.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36332026-05-06T04:07:38.205Z
36342026-05-06T04:07:38.205Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (180/274)
36352026-05-06T04:07:38.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36362026-05-06T04:07:38.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36372026-05-06T04:07:38.726Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36382026-05-06T04:07:38.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36392026-05-06T04:07:38.821Z
36402026-05-06T04:07:38.821Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (181/274)
36412026-05-06T04:07:39.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36422026-05-06T04:07:39.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36432026-05-06T04:07:39.339Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36442026-05-06T04:07:39.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36452026-05-06T04:07:39.434Z
36462026-05-06T04:07:39.434Zinfo: running `cargo check --bins` on typed-rng (182/274)
36472026-05-06T04:07:39.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36482026-05-06T04:07:39.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36492026-05-06T04:07:39.931Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36502026-05-06T04:07:39.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36512026-05-06T04:07:40.017Z
36522026-05-06T04:07:40.017Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (183/274)
36532026-05-06T04:07:40.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36542026-05-06T04:07:40.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36552026-05-06T04:07:40.867Z Compiling typify-impl v0.4.3
36562026-05-06T04:07:40.870Z Compiling libefi-sys v0.1.0
36572026-05-06T04:07:40.870Z Compiling bitfield-struct v0.6.2
36582026-05-06T04:07:41.020Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36592026-05-06T04:07:41.031Z Compiling xshell-macros v0.2.7
36602026-05-06T04:07:41.043Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36612026-05-06T04:07:41.058Z Compiling salty v0.3.0
36622026-05-06T04:07:41.093Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36632026-05-06T04:07:41.259Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36642026-05-06T04:07:41.371Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36652026-05-06T04:07:41.387Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36662026-05-06T04:07:41.400Z Checking xshell v0.2.7
36672026-05-06T04:07:41.567Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36682026-05-06T04:07:41.587Z Checking primeorder v0.13.6
36692026-05-06T04:07:41.625Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36702026-05-06T04:07:41.737Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36712026-05-06T04:07:41.791Z Compiling proc-macro-error-attr2 v2.0.0
36722026-05-06T04:07:41.827Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36732026-05-06T04:07:41.865Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36742026-05-06T04:07:42.024Z Checking tungstenite v0.21.0
36752026-05-06T04:07:42.044Z Checking p384 v0.13.1
36762026-05-06T04:07:42.099Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36772026-05-06T04:07:42.178Z Compiling proc-macro-error2 v2.0.1
36782026-05-06T04:07:42.249Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36792026-05-06T04:07:42.449Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36802026-05-06T04:07:42.465Z Compiling num-derive v0.3.3
36812026-05-06T04:07:42.496Z Compiling tabled_derive v0.11.0
36822026-05-06T04:07:42.779Z Checking tokio-tungstenite v0.21.0
36832026-05-06T04:07:42.955Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36842026-05-06T04:07:43.046Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36852026-05-06T04:07:43.062Z Checking papergrid v0.17.0
36862026-05-06T04:07:43.257Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36872026-05-06T04:07:43.423Z Checking libscf-sys v1.1.0
36882026-05-06T04:07:43.560Z Checking testing_table v0.3.0
36892026-05-06T04:07:43.636Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36902026-05-06T04:07:43.669Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36912026-05-06T04:07:43.685Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36922026-05-06T04:07:43.779Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36932026-05-06T04:07:43.880Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36942026-05-06T04:07:43.996Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36952026-05-06T04:07:44.086Z Checking corncobs v0.1.4
36962026-05-06T04:07:44.101Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36972026-05-06T04:07:44.196Z Compiling unicase v2.9.0
36982026-05-06T04:07:44.226Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36992026-05-06T04:07:44.283Z Checking tabled v0.20.0
37002026-05-06T04:07:44.330Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37012026-05-06T04:07:44.403Z Compiling mime_guess v2.0.5
37022026-05-06T04:07:44.477Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37032026-05-06T04:07:44.493Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37042026-05-06T04:07:44.539Z Checking progenitor-client v0.11.2
37052026-05-06T04:07:44.782Z Checking secrecy v0.8.0
37062026-05-06T04:07:44.807Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
37072026-05-06T04:07:44.826Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37082026-05-06T04:07:44.841Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37092026-05-06T04:07:44.970Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37102026-05-06T04:07:45.043Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
37112026-05-06T04:07:45.351Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37122026-05-06T04:07:45.459Z Compiling typify-macro v0.4.3
37132026-05-06T04:07:45.474Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
37142026-05-06T04:07:45.501Z Checking filetime v0.2.27
37152026-05-06T04:07:45.518Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37162026-05-06T04:07:45.622Z Checking crc8 v0.1.1
37172026-05-06T04:07:45.638Z Checking http-range v0.1.5
37182026-05-06T04:07:45.763Z Checking xattr v1.6.1
37192026-05-06T04:07:45.900Z Checking tar v0.4.45
37202026-05-06T04:07:46.099Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37212026-05-06T04:07:46.220Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37222026-05-06T04:07:46.314Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37232026-05-06T04:07:46.377Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37242026-05-06T04:07:46.423Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
37252026-05-06T04:07:46.536Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37262026-05-06T04:07:46.704Z Checking atty v0.2.14
37272026-05-06T04:07:46.813Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37282026-05-06T04:07:46.881Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
37292026-05-06T04:07:47.025Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37302026-05-06T04:07:47.176Z Compiling typify v0.4.3
37312026-05-06T04:07:47.295Z Compiling progenitor-impl v0.11.2
37322026-05-06T04:07:47.371Z Compiling progenitor-impl v0.10.0
37332026-05-06T04:07:47.662Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37342026-05-06T04:07:47.679Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37352026-05-06T04:07:47.922Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37362026-05-06T04:07:48.186Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37372026-05-06T04:07:48.634Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37382026-05-06T04:07:48.742Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
37392026-05-06T04:07:48.866Z Checking hyper-staticfile v0.10.1
37402026-05-06T04:07:48.974Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37412026-05-06T04:07:49.171Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37422026-05-06T04:07:49.187Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
37432026-05-06T04:07:49.246Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37442026-05-06T04:07:49.530Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37452026-05-06T04:07:49.552Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37462026-05-06T04:07:49.793Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37472026-05-06T04:07:49.816Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37482026-05-06T04:07:49.965Z Compiling progenitor-macro v0.11.2
37492026-05-06T04:07:49.987Z Compiling progenitor-macro v0.10.0
37502026-05-06T04:07:52.762Z Checking progenitor v0.11.2
37512026-05-06T04:07:52.858Z Checking progenitor v0.10.0
37522026-05-06T04:07:52.894Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37532026-05-06T04:07:52.980Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37542026-05-06T04:07:57.595Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
37552026-05-06T04:07:58.706Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37562026-05-06T04:08:09.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.02s
37572026-05-06T04:08:09.250Z
37582026-05-06T04:08:09.250Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (184/274)
37592026-05-06T04:08:09.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37602026-05-06T04:08:09.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37612026-05-06T04:08:10.031Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37622026-05-06T04:08:20.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.22s
37632026-05-06T04:08:20.684Z
37642026-05-06T04:08:20.684Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (185/274)
37652026-05-06T04:08:21.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37662026-05-06T04:08:21.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37672026-05-06T04:08:21.462Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37682026-05-06T04:08:31.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.25s
37692026-05-06T04:08:32.156Z
37702026-05-06T04:08:32.156Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (186/274)
37712026-05-06T04:08:32.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37722026-05-06T04:08:32.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37732026-05-06T04:08:32.933Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37742026-05-06T04:08:43.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.17s
37752026-05-06T04:08:43.546Z
37762026-05-06T04:08:43.546Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (187/274)
37772026-05-06T04:08:44.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37782026-05-06T04:08:44.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37792026-05-06T04:08:44.340Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37802026-05-06T04:08:54.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.23s
37812026-05-06T04:08:54.989Z
37822026-05-06T04:08:54.990Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (188/274)
37832026-05-06T04:08:55.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37842026-05-06T04:08:55.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37852026-05-06T04:08:55.776Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37862026-05-06T04:09:06.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.27s
37872026-05-06T04:09:06.472Z
37882026-05-06T04:09:06.472Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (189/274)
37892026-05-06T04:09:07.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37902026-05-06T04:09:07.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37912026-05-06T04:09:07.254Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37922026-05-06T04:09:17.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.35s
37932026-05-06T04:09:18.043Z
37942026-05-06T04:09:18.043Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (190/274)
37952026-05-06T04:09:18.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37962026-05-06T04:09:18.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37972026-05-06T04:09:18.825Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37982026-05-06T04:09:29.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.20s
37992026-05-06T04:09:29.469Z
38002026-05-06T04:09:29.469Zinfo: running `cargo check --bins` on bootstrap-agent-api (191/274)
38012026-05-06T04:09:29.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38022026-05-06T04:09:29.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38032026-05-06T04:09:29.989Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38042026-05-06T04:09:29.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38052026-05-06T04:09:30.086Z
38062026-05-06T04:09:30.086Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (192/274)
38072026-05-06T04:09:30.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38082026-05-06T04:09:30.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38092026-05-06T04:09:30.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38102026-05-06T04:09:30.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38112026-05-06T04:09:30.692Z
38122026-05-06T04:09:30.692Zinfo: running `cargo check --bins` on range-requests (193/274)
38132026-05-06T04:09:31.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38142026-05-06T04:09:31.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38152026-05-06T04:09:31.200Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38162026-05-06T04:09:31.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38172026-05-06T04:09:31.288Z
38182026-05-06T04:09:31.288Zinfo: running `cargo check --bins` on repo-depot-api (194/274)
38192026-05-06T04:09:31.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38202026-05-06T04:09:31.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38212026-05-06T04:09:31.793Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38222026-05-06T04:09:31.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38232026-05-06T04:09:31.887Z
38242026-05-06T04:09:31.887Zinfo: running `cargo check --bins` on sled-agent-api (195/274)
38252026-05-06T04:09:32.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38262026-05-06T04:09:32.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38272026-05-06T04:09:32.411Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38282026-05-06T04:09:32.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38292026-05-06T04:09:32.510Z
38302026-05-06T04:09:32.511Zinfo: running `cargo check --bins` on sled-diagnostics (196/274)
38312026-05-06T04:09:33.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38322026-05-06T04:09:33.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38332026-05-06T04:09:33.037Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38342026-05-06T04:09:33.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38352026-05-06T04:09:33.131Z
38362026-05-06T04:09:33.131Zinfo: running `cargo check --bins` on zfs-test-harness (197/274)
38372026-05-06T04:09:33.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38382026-05-06T04:09:33.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38392026-05-06T04:09:33.658Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38402026-05-06T04:09:33.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38412026-05-06T04:09:33.758Z
38422026-05-06T04:09:33.758Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (198/274)
38432026-05-06T04:09:34.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38442026-05-06T04:09:34.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38452026-05-06T04:09:34.292Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38462026-05-06T04:09:34.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38472026-05-06T04:09:34.384Z
38482026-05-06T04:09:34.384Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (199/274)
38492026-05-06T04:09:34.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38502026-05-06T04:09:34.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38512026-05-06T04:09:34.916Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38522026-05-06T04:09:34.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38532026-05-06T04:09:35.016Z
38542026-05-06T04:09:35.016Zinfo: running `cargo check --bins` on sled-agent-health-monitor (200/274)
38552026-05-06T04:09:35.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38562026-05-06T04:09:35.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38572026-05-06T04:09:35.546Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38582026-05-06T04:09:35.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38592026-05-06T04:09:35.641Z
38602026-05-06T04:09:35.641Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (201/274)
38612026-05-06T04:09:36.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38622026-05-06T04:09:36.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38632026-05-06T04:09:36.173Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38642026-05-06T04:09:36.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38652026-05-06T04:09:36.273Z
38662026-05-06T04:09:36.273Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (202/274)
38672026-05-06T04:09:36.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38682026-05-06T04:09:36.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38692026-05-06T04:09:36.807Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38702026-05-06T04:09:36.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38712026-05-06T04:09:36.903Z
38722026-05-06T04:09:36.903Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (203/274)
38732026-05-06T04:09:37.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38742026-05-06T04:09:37.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38752026-05-06T04:09:37.434Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38762026-05-06T04:09:37.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38772026-05-06T04:09:37.530Z
38782026-05-06T04:09:37.530Zinfo: running `cargo check --bins` on sled-agent-rack-setup (204/274)
38792026-05-06T04:09:38.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38802026-05-06T04:09:38.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38812026-05-06T04:09:38.088Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38822026-05-06T04:09:38.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38832026-05-06T04:09:38.193Z
38842026-05-06T04:09:38.193Zinfo: running `cargo check --bins` on trust-quorum (205/274)
38852026-05-06T04:09:38.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38862026-05-06T04:09:38.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38872026-05-06T04:09:38.727Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38882026-05-06T04:09:38.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38892026-05-06T04:09:38.829Z
38902026-05-06T04:09:38.829Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (206/274)
38912026-05-06T04:09:39.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38922026-05-06T04:09:39.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38932026-05-06T04:09:39.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38942026-05-06T04:09:39.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38952026-05-06T04:09:39.473Z
38962026-05-06T04:09:39.473Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (207/274)
38972026-05-06T04:09:40.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38982026-05-06T04:09:40.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38992026-05-06T04:09:40.036Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39002026-05-06T04:09:40.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
39012026-05-06T04:09:40.141Z
39022026-05-06T04:09:40.141Zinfo: running `cargo check --bins` on update-common (208/274)
39032026-05-06T04:09:40.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39042026-05-06T04:09:40.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39052026-05-06T04:09:40.662Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39062026-05-06T04:09:40.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39072026-05-06T04:09:40.756Z
39082026-05-06T04:09:40.756Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (209/274)
39092026-05-06T04:09:41.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39102026-05-06T04:09:41.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39112026-05-06T04:09:41.312Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39122026-05-06T04:09:41.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39132026-05-06T04:09:41.418Z
39142026-05-06T04:09:41.418Zinfo: running `cargo check --bins` on omicron-deployment-graph (210/274)
39152026-05-06T04:09:41.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39162026-05-06T04:09:41.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39172026-05-06T04:09:41.916Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39182026-05-06T04:09:41.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39192026-05-06T04:09:42.005Z
39202026-05-06T04:09:42.005Zinfo: running `cargo check --bins` on reconfigurator-cli (211/274)
39212026-05-06T04:09:42.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39222026-05-06T04:09:42.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39232026-05-06T04:09:42.789Z Compiling fs-err v2.11.0
39242026-05-06T04:09:42.789Z Checking ignore v0.4.25
39252026-05-06T04:09:42.789Z Checking arc-swap v1.8.2
39262026-05-06T04:09:42.792Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
39272026-05-06T04:09:42.911Z Checking predicates-tree v1.0.13
39282026-05-06T04:09:42.935Z Checking parse-size v1.1.0
39292026-05-06T04:09:42.957Z Checking rand_seeder v0.4.0
39302026-05-06T04:09:42.961Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
39312026-05-06T04:09:43.038Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39322026-05-06T04:09:43.058Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39332026-05-06T04:09:43.101Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39342026-05-06T04:09:43.119Z Checking slog-scope v4.4.1
39352026-05-06T04:09:43.254Z Compiling petname v2.0.2
39362026-05-06T04:09:43.276Z Checking slog-stdlog v4.1.1
39372026-05-06T04:09:43.292Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39382026-05-06T04:09:43.305Z Checking globwalk v0.9.1
39392026-05-06T04:09:43.358Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39402026-05-06T04:09:43.397Z Checking slog-envlogger v2.2.0
39412026-05-06T04:09:43.484Z Checking camino-tempfile-ext v0.3.3
39422026-05-06T04:09:43.499Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
39432026-05-06T04:09:43.547Z Checking sapling-renderdag v0.1.0
39442026-05-06T04:09:43.672Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39452026-05-06T04:09:43.686Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39462026-05-06T04:09:43.800Z Checking subprocess v0.2.15
39472026-05-06T04:09:43.859Z Checking sync-ptr v0.1.4
39482026-05-06T04:09:43.917Z Checking colored v2.2.0
39492026-05-06T04:09:43.949Z Checking assert_matches v1.5.0
39502026-05-06T04:09:44.054Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39512026-05-06T04:09:44.085Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39522026-05-06T04:09:44.172Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39532026-05-06T04:09:44.175Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39542026-05-06T04:09:44.771Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39552026-05-06T04:09:46.095Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39562026-05-06T04:09:48.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.31s
39572026-05-06T04:09:48.520Z
39582026-05-06T04:09:48.520Zinfo: running `cargo check --bins` on omicron-repl-utils (212/274)
39592026-05-06T04:09:49.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39602026-05-06T04:09:49.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39612026-05-06T04:09:49.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39622026-05-06T04:09:49.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39632026-05-06T04:09:49.113Z
39642026-05-06T04:09:49.113Zinfo: running `cargo check --bins` on transient-dns-server (213/274)
39652026-05-06T04:09:49.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39662026-05-06T04:09:49.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39672026-05-06T04:09:49.627Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39682026-05-06T04:09:49.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39692026-05-06T04:09:49.723Z
39702026-05-06T04:09:49.723Zinfo: running `cargo check --bins` on nexus-test-interface (214/274)
39712026-05-06T04:09:50.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39722026-05-06T04:09:50.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39732026-05-06T04:09:50.275Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39742026-05-06T04:09:50.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39752026-05-06T04:09:50.381Z
39762026-05-06T04:09:50.381Zinfo: running `cargo check --bins` on oximeter-collector (215/274)
39772026-05-06T04:09:50.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39782026-05-06T04:09:50.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39792026-05-06T04:09:51.106Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39802026-05-06T04:09:51.109Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39812026-05-06T04:09:51.768Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39822026-05-06T04:09:53.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.97s
39832026-05-06T04:09:53.559Z
39842026-05-06T04:09:53.559Zinfo: running `cargo check --bins` on oximeter-api (216/274)
39852026-05-06T04:09:54.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39862026-05-06T04:09:54.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39872026-05-06T04:09:54.065Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39882026-05-06T04:09:54.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39892026-05-06T04:09:54.157Z
39902026-05-06T04:09:54.157Zinfo: running `cargo check --bins` on cert-dev (217/274)
39912026-05-06T04:09:54.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39922026-05-06T04:09:54.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39932026-05-06T04:09:54.763Z Checking yasna v0.5.2
39942026-05-06T04:09:55.169Z Checking rcgen v0.12.1
39952026-05-06T04:09:55.423Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39962026-05-06T04:09:55.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
39972026-05-06T04:09:55.786Z
39982026-05-06T04:09:55.787Zinfo: running `cargo check --bins` on clickana (218/274)
39992026-05-06T04:09:56.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40002026-05-06T04:09:56.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40012026-05-06T04:09:56.426Z Compiling darling_core v0.23.0
40022026-05-06T04:09:56.430Z Compiling instability v0.3.11
40032026-05-06T04:09:56.430Z Checking castaway v0.2.4
40042026-05-06T04:09:56.542Z Compiling indoc v2.0.7
40052026-05-06T04:09:56.547Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
40062026-05-06T04:09:56.554Z Checking unicode-truncate v1.1.0
40072026-05-06T04:09:56.572Z Checking lru v0.12.5
40082026-05-06T04:09:56.576Z Checking cassowary v0.3.0
40092026-05-06T04:09:56.633Z Checking compact_str v0.8.1
40102026-05-06T04:09:57.501Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
40112026-05-06T04:09:57.684Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40122026-05-06T04:09:57.959Z Compiling darling_macro v0.23.0
40132026-05-06T04:09:58.373Z Compiling darling v0.23.0
40142026-05-06T04:09:58.977Z Checking ratatui v0.29.0
40152026-05-06T04:10:00.049Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
40162026-05-06T04:10:00.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.95s
40172026-05-06T04:10:00.920Z
40182026-05-06T04:10:00.920Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (219/274)
40192026-05-06T04:10:01.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40202026-05-06T04:10:01.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40212026-05-06T04:10:01.647Z Checking headers-core v0.3.0
40222026-05-06T04:10:01.647Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
40232026-05-06T04:10:01.850Z Checking headers v0.4.1
40242026-05-06T04:10:02.221Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40252026-05-06T04:10:03.101Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
40262026-05-06T04:10:03.598Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
40272026-05-06T04:10:04.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.09s
40282026-05-06T04:10:04.221Z
40292026-05-06T04:10:04.221Zinfo: running `cargo check --bins` on ch-dev (220/274)
40302026-05-06T04:10:04.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40312026-05-06T04:10:04.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40322026-05-06T04:10:04.956Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
40332026-05-06T04:10:05.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
40342026-05-06T04:10:05.923Z
40352026-05-06T04:10:05.923Zinfo: running `cargo check --bins` on dev-tools-common (221/274)
40362026-05-06T04:10:06.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40372026-05-06T04:10:06.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40382026-05-06T04:10:06.332Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40392026-05-06T04:10:06.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
40402026-05-06T04:10:06.390Z
40412026-05-06T04:10:06.390Zinfo: running `cargo check --bins` on crdb-seed (222/274)
40422026-05-06T04:10:06.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40432026-05-06T04:10:06.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40442026-05-06T04:10:07.110Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40452026-05-06T04:10:08.119Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40462026-05-06T04:10:08.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.06s
40472026-05-06T04:10:08.666Z
40482026-05-06T04:10:08.666Zinfo: running `cargo check --bins` on db-dev (223/274)
40492026-05-06T04:10:09.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40502026-05-06T04:10:09.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40512026-05-06T04:10:09.387Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40522026-05-06T04:10:10.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s
40532026-05-06T04:10:10.361Z
40542026-05-06T04:10:10.361Zinfo: running `cargo check --bins` on omicron-dev-lib (224/274)
40552026-05-06T04:10:10.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40562026-05-06T04:10:10.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40572026-05-06T04:10:10.906Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40582026-05-06T04:10:10.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40592026-05-06T04:10:11.010Z
40602026-05-06T04:10:11.010Zinfo: running `cargo check --bins` on xtask-downloader (225/274)
40612026-05-06T04:10:11.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40622026-05-06T04:10:11.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40632026-05-06T04:10:11.624Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40642026-05-06T04:10:12.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
40652026-05-06T04:10:12.482Z
40662026-05-06T04:10:12.482Zinfo: running `cargo check --bins` on omicron-dropshot-apis (226/274)
40672026-05-06T04:10:13.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40682026-05-06T04:10:13.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40692026-05-06T04:10:13.234Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40702026-05-06T04:10:13.234Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40712026-05-06T04:10:13.234Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
40722026-05-06T04:10:13.238Z Checking git-stub v1.0.0
40732026-05-06T04:10:13.238Z Compiling trait-variant v0.1.2
40742026-05-06T04:10:13.238Z Checking maplit v1.0.2
40752026-05-06T04:10:13.238Z Checking is_ci v1.2.0
40762026-05-06T04:10:13.355Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40772026-05-06T04:10:13.455Z Checking supports-color v3.0.2
40782026-05-06T04:10:13.458Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40792026-05-06T04:10:13.544Z Checking git-stub-vcs v0.1.0
40802026-05-06T04:10:13.580Z Checking drift v0.1.3
40812026-05-06T04:10:13.593Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40822026-05-06T04:10:13.678Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40832026-05-06T04:10:13.749Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40842026-05-06T04:10:13.844Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40852026-05-06T04:10:13.874Z Checking dropshot-api-manager v0.7.1
40862026-05-06T04:10:13.889Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
40872026-05-06T04:10:13.902Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40882026-05-06T04:10:14.116Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40892026-05-06T04:10:14.130Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40902026-05-06T04:10:14.387Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
40912026-05-06T04:10:14.627Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40922026-05-06T04:10:19.679Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40932026-05-06T04:10:20.766Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40942026-05-06T04:10:21.336Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40952026-05-06T04:10:21.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.28s
40962026-05-06T04:10:21.972Z
40972026-05-06T04:10:21.972Zinfo: running `cargo check --bins` on installinator-api (227/274)
40982026-05-06T04:10:22.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40992026-05-06T04:10:22.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41002026-05-06T04:10:22.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41012026-05-06T04:10:22.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41022026-05-06T04:10:22.569Z
41032026-05-06T04:10:22.569Zinfo: running `cargo check --bins` on nexus-external-api (228/274)
41042026-05-06T04:10:23.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41052026-05-06T04:10:23.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41062026-05-06T04:10:23.111Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41072026-05-06T04:10:23.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41082026-05-06T04:10:23.211Z
41092026-05-06T04:10:23.211Zinfo: running `cargo check --bins` on nexus-internal-api (229/274)
41102026-05-06T04:10:23.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41112026-05-06T04:10:23.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41122026-05-06T04:10:23.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41132026-05-06T04:10:23.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41142026-05-06T04:10:23.860Z
41152026-05-06T04:10:23.860Zinfo: running `cargo check --bins` on nexus-lockstep-api (230/274)
41162026-05-06T04:10:24.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41172026-05-06T04:10:24.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41182026-05-06T04:10:24.396Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41192026-05-06T04:10:24.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41202026-05-06T04:10:24.493Z
41212026-05-06T04:10:24.493Zinfo: running `cargo check --bins` on ntp-admin-api (231/274)
41222026-05-06T04:10:24.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41232026-05-06T04:10:25.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41242026-05-06T04:10:25.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41252026-05-06T04:10:25.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41262026-05-06T04:10:25.091Z
41272026-05-06T04:10:25.091Zinfo: running `cargo check --bins` on ntp-admin-types-versions (232/274)
41282026-05-06T04:10:25.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41292026-05-06T04:10:25.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41302026-05-06T04:10:25.592Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41312026-05-06T04:10:25.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41322026-05-06T04:10:25.677Z
41332026-05-06T04:10:25.677Zinfo: running `cargo check --bins` on wicketd-api (233/274)
41342026-05-06T04:10:26.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41352026-05-06T04:10:26.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41362026-05-06T04:10:26.198Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41372026-05-06T04:10:26.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41382026-05-06T04:10:26.289Z
41392026-05-06T04:10:26.289Zinfo: running `cargo check --bins` on omicron-ls-apis (234/274)
41402026-05-06T04:10:26.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41412026-05-06T04:10:26.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41422026-05-06T04:10:26.903Z Checking typeid v1.0.3
41432026-05-06T04:10:27.015Z Checking ordered-float v2.10.1
41442026-05-06T04:10:27.033Z Checking unicode-xid v0.2.6
41452026-05-06T04:10:27.037Z Checking cargo-platform v0.2.0
41462026-05-06T04:10:27.054Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
41472026-05-06T04:10:27.087Z Checking erased-serde v0.4.9
41482026-05-06T04:10:27.219Z Checking serde-value v0.7.0
41492026-05-06T04:10:27.396Z Checking serde-untagged v0.1.9
41502026-05-06T04:10:27.553Z Checking cargo-util-schemas v0.8.2
41512026-05-06T04:10:28.235Z Checking cargo_metadata v0.21.0
41522026-05-06T04:10:28.838Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41532026-05-06T04:10:29.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s
41542026-05-06T04:10:29.702Z
41552026-05-06T04:10:29.703Zinfo: running `cargo check --bins` on mgs-dev (235/274)
41562026-05-06T04:10:30.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41572026-05-06T04:10:30.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41582026-05-06T04:10:30.435Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41592026-05-06T04:10:31.058Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41602026-05-06T04:10:31.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s
41612026-05-06T04:10:31.773Z
41622026-05-06T04:10:31.773Zinfo: running `cargo check --bins` on omicron-omdb (236/274)
41632026-05-06T04:10:32.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41642026-05-06T04:10:32.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41652026-05-06T04:10:32.633Z Compiling vergen-gitcl v1.0.8
41662026-05-06T04:10:32.633Z Compiling dirs-sys-next v0.1.2
41672026-05-06T04:10:32.633Z Compiling glob v0.3.3
41682026-05-06T04:10:32.633Z Compiling crunchy v0.2.4
41692026-05-06T04:10:32.633Z Compiling diesel_derives v2.3.7
41702026-05-06T04:10:32.633Z Compiling dsl_auto_type v0.2.0
41712026-05-06T04:10:32.633Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41722026-05-06T04:10:32.637Z Checking scheduled-thread-pool v0.2.7
41732026-05-06T04:10:32.895Z Compiling diesel_table_macro_syntax v0.3.0
41742026-05-06T04:10:32.965Z Compiling dirs-next v2.0.0
41752026-05-06T04:10:32.979Z Compiling tiny-keccak v2.0.2
41762026-05-06T04:10:33.096Z Compiling term v0.7.0
41772026-05-06T04:10:33.116Z Checking r2d2 v0.8.10
41782026-05-06T04:10:33.157Z Compiling bit-vec v0.6.3
41792026-05-06T04:10:33.192Z Checking downcast-rs v2.0.2
41802026-05-06T04:10:33.207Z Compiling clang-sys v1.8.1
41812026-05-06T04:10:33.295Z Compiling itertools v0.10.5
41822026-05-06T04:10:33.378Z Compiling ascii-canvas v3.0.0
41832026-05-06T04:10:33.585Z Compiling bit-set v0.5.3
41842026-05-06T04:10:33.643Z Compiling ena v0.14.4
41852026-05-06T04:10:33.658Z Compiling libloading v0.8.9
41862026-05-06T04:10:33.677Z Compiling regex-syntax v0.6.29
41872026-05-06T04:10:33.748Z Compiling bindgen v0.71.1
41882026-05-06T04:10:33.766Z Compiling diff v0.1.13
41892026-05-06T04:10:33.872Z Compiling cexpr v0.6.0
41902026-05-06T04:10:34.037Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41912026-05-06T04:10:34.202Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41922026-05-06T04:10:34.252Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41932026-05-06T04:10:34.360Z Compiling libxml v0.3.3
41942026-05-06T04:10:34.438Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41952026-05-06T04:10:34.560Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41962026-05-06T04:10:34.617Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41972026-05-06T04:10:34.784Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41982026-05-06T04:10:34.810Z Compiling strum_macros v0.24.3
41992026-05-06T04:10:34.860Z Compiling indoc v1.0.9
42002026-05-06T04:10:35.048Z Compiling lalrpop v0.19.12
42012026-05-06T04:10:35.854Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42022026-05-06T04:10:36.049Z Checking derive_builder v0.20.2
42032026-05-06T04:10:36.159Z Compiling oso-derive v0.27.3
42042026-05-06T04:10:36.175Z Checking quick-xml v0.37.5
42052026-05-06T04:10:36.371Z Compiling impl-trait-for-tuples v0.2.3
42062026-05-06T04:10:36.668Z Checking openssl-probe v0.1.6
42072026-05-06T04:10:36.812Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
42082026-05-06T04:10:37.052Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42092026-05-06T04:10:37.249Z Checking bb8 v0.8.6
42102026-05-06T04:10:37.555Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42112026-05-06T04:10:37.573Z Checking nonempty v0.12.0
42122026-05-06T04:10:37.591Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42132026-05-06T04:10:37.742Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42142026-05-06T04:10:37.780Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
42152026-05-06T04:10:37.815Z Checking console v0.16.2
42162026-05-06T04:10:37.928Z Checking unit-prefix v0.5.2
42172026-05-06T04:10:37.964Z Checking support-bundle-viewer v0.1.2
42182026-05-06T04:10:38.067Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42192026-05-06T04:10:38.122Z Checking indicatif v0.18.4
42202026-05-06T04:10:38.216Z Checking multimap v0.10.1
42212026-05-06T04:10:38.736Z Checking diesel v2.3.7
42222026-05-06T04:10:40.523Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
42232026-05-06T04:10:40.865Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
42242026-05-06T04:10:40.974Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
42252026-05-06T04:10:41.211Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
42262026-05-06T04:10:41.437Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
42272026-05-06T04:10:42.202Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42282026-05-06T04:10:42.637Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
42292026-05-06T04:10:43.305Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
42302026-05-06T04:10:45.431Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42312026-05-06T04:10:48.779Z Compiling samael v0.0.19
42322026-05-06T04:10:53.234Z Checking diesel-dtrace v0.5.0
42332026-05-06T04:10:53.476Z Checking async-bb8-diesel v0.2.1
42342026-05-06T04:10:56.231Z Compiling polar-core v0.27.3
42352026-05-06T04:11:00.784Z Checking oso v0.27.3
42362026-05-06T04:11:37.061Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42372026-05-06T04:12:10.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 38s
42382026-05-06T04:12:10.399Z
42392026-05-06T04:12:10.399Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (237/274)
42402026-05-06T04:12:10.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42412026-05-06T04:12:10.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42422026-05-06T04:12:10.960Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42432026-05-06T04:12:10.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42442026-05-06T04:12:11.065Z
42452026-05-06T04:12:11.065Zinfo: running `cargo check --bins` on nexus-saga-recovery (238/274)
42462026-05-06T04:12:11.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42472026-05-06T04:12:11.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42482026-05-06T04:12:11.624Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42492026-05-06T04:12:11.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42502026-05-06T04:12:11.729Z
42512026-05-06T04:12:11.729Zinfo: running `cargo check --bins` on nexus-test-utils-macros (239/274)
42522026-05-06T04:12:12.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42532026-05-06T04:12:12.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42542026-05-06T04:12:12.229Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42552026-05-06T04:12:12.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42562026-05-06T04:12:12.316Z
42572026-05-06T04:12:12.316Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (240/274)
42582026-05-06T04:12:12.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42592026-05-06T04:12:12.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42602026-05-06T04:12:13.194Z Compiling libz-sys v1.1.24
42612026-05-06T04:12:13.326Z Compiling libgit2-sys v0.18.3+1.9.2
42622026-05-06T04:12:13.337Z Compiling vergen-git2 v1.0.7
42632026-05-06T04:12:13.364Z Compiling rustls v0.21.12
42642026-05-06T04:12:13.372Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42652026-05-06T04:12:13.375Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42662026-05-06T04:12:13.375Z Checking rustls-webpki v0.101.7
42672026-05-06T04:12:13.375Z Checking sct v0.7.1
42682026-05-06T04:12:13.530Z Compiling nix v0.29.0
42692026-05-06T04:12:13.546Z Compiling dropshot v0.16.7
42702026-05-06T04:12:13.593Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42712026-05-06T04:12:13.638Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42722026-05-06T04:12:13.710Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42732026-05-06T04:12:13.821Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42742026-05-06T04:12:13.837Z Checking toml v0.9.12+spec-1.1.0
42752026-05-06T04:12:13.865Z Compiling dropshot_endpoint v0.16.7
42762026-05-06T04:12:14.027Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42772026-05-06T04:12:14.168Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42782026-05-06T04:12:14.385Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42792026-05-06T04:12:14.413Z Checking rustls-pemfile v1.0.4
42802026-05-06T04:12:14.556Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
42812026-05-06T04:12:14.772Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42822026-05-06T04:12:14.817Z Checking twox-hash v2.1.2
42832026-05-06T04:12:14.992Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42842026-05-06T04:12:15.056Z Checking tokio-rustls v0.24.1
42852026-05-06T04:12:15.570Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42862026-05-06T04:12:15.620Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42872026-05-06T04:12:15.859Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
42882026-05-06T04:12:16.254Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42892026-05-06T04:12:16.347Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42902026-05-06T04:12:16.415Z Checking fatfs v0.3.6
42912026-05-06T04:12:16.495Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42922026-05-06T04:12:16.618Z Compiling seq-macro v0.3.6
42932026-05-06T04:12:20.338Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42942026-05-06T04:12:20.469Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42952026-05-06T04:12:20.591Z Compiling git2 v0.20.4
42962026-05-06T04:12:22.804Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42972026-05-06T04:13:08.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.65s
42982026-05-06T04:13:09.190Z
42992026-05-06T04:13:09.190Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (241/274)
43002026-05-06T04:13:09.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43012026-05-06T04:13:09.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43022026-05-06T04:13:10.104Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43032026-05-06T04:13:48.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.49s
43042026-05-06T04:13:48.895Z
43052026-05-06T04:13:48.895Zinfo: running `cargo check --bins` on nexus-background-task-interface (242/274)
43062026-05-06T04:13:49.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43072026-05-06T04:13:49.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43082026-05-06T04:13:49.412Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43092026-05-06T04:13:49.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43102026-05-06T04:13:49.506Z
43112026-05-06T04:13:49.506Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (243/274)
43122026-05-06T04:13:50.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43132026-05-06T04:13:50.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43142026-05-06T04:13:50.062Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43152026-05-06T04:13:50.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43162026-05-06T04:13:50.167Z
43172026-05-06T04:13:50.167Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (244/274)
43182026-05-06T04:13:50.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43192026-05-06T04:13:50.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43202026-05-06T04:13:50.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43212026-05-06T04:13:50.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
43222026-05-06T04:13:50.851Z
43232026-05-06T04:13:50.851Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (245/274)
43242026-05-06T04:13:51.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43252026-05-06T04:13:51.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43262026-05-06T04:13:51.416Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43272026-05-06T04:13:51.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43282026-05-06T04:13:51.520Z
43292026-05-06T04:13:51.520Zinfo: running `cargo check --bins` on nexus-mgs-updates (246/274)
43302026-05-06T04:13:52.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43312026-05-06T04:13:52.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43322026-05-06T04:13:52.075Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43332026-05-06T04:13:52.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43342026-05-06T04:13:52.173Z
43352026-05-06T04:13:52.173Zinfo: running `cargo check --bins` on nexus-networking (247/274)
43362026-05-06T04:13:52.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43372026-05-06T04:13:52.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43382026-05-06T04:13:52.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43392026-05-06T04:13:52.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43402026-05-06T04:13:52.829Z
43412026-05-06T04:13:52.829Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (248/274)
43422026-05-06T04:13:53.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43432026-05-06T04:13:53.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43442026-05-06T04:13:53.392Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43452026-05-06T04:13:53.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43462026-05-06T04:13:53.496Z
43472026-05-06T04:13:53.496Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (249/274)
43482026-05-06T04:13:54.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43492026-05-06T04:13:54.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43502026-05-06T04:13:54.058Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43512026-05-06T04:13:54.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43522026-05-06T04:13:54.161Z
43532026-05-06T04:13:54.161Zinfo: running `cargo check --bins` on omicron-dev (250/274)
43542026-05-06T04:13:54.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43552026-05-06T04:13:54.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43562026-05-06T04:13:55.071Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43572026-05-06T04:13:55.071Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43582026-05-06T04:13:55.260Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43592026-05-06T04:13:55.290Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
43602026-05-06T04:13:55.310Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43612026-05-06T04:13:55.328Z Checking yansi v1.0.1
43622026-05-06T04:13:55.331Z Checking diff v0.1.13
43632026-05-06T04:13:55.358Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43642026-05-06T04:13:55.402Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43652026-05-06T04:13:55.602Z Checking pretty_assertions v1.4.1
43662026-05-06T04:13:56.236Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43672026-05-06T04:13:56.588Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43682026-05-06T04:14:19.956Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43692026-05-06T04:14:19.960Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43702026-05-06T04:14:19.960Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43712026-05-06T04:14:19.960Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43722026-05-06T04:14:19.960Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43732026-05-06T04:14:19.960Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43742026-05-06T04:14:20.754Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43752026-05-06T04:14:21.847Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43762026-05-06T04:15:00.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
43772026-05-06T04:15:00.401Z
43782026-05-06T04:15:00.401Zinfo: running `cargo check --bins` on omicron-pins (251/274)
43792026-05-06T04:15:00.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43802026-05-06T04:15:00.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43812026-05-06T04:15:00.914Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43822026-05-06T04:15:00.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43832026-05-06T04:15:01.004Z
43842026-05-06T04:15:01.004Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (252/274)
43852026-05-06T04:15:01.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43862026-05-06T04:15:01.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43872026-05-06T04:15:01.794Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43882026-05-06T04:15:01.919Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43892026-05-06T04:15:01.923Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43902026-05-06T04:15:27.734Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43912026-05-06T04:15:28.126Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43922026-05-06T04:15:29.828Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43932026-05-06T04:15:30.288Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43942026-05-06T04:15:33.240Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43952026-05-06T04:15:55.923Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43962026-05-06T04:15:56.634Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43972026-05-06T04:15:58.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.27s
43982026-05-06T04:15:58.488Z
43992026-05-06T04:15:58.489Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (253/274)
44002026-05-06T04:15:59.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44012026-05-06T04:15:59.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44022026-05-06T04:15:59.228Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
44032026-05-06T04:15:59.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
44042026-05-06T04:16:00.113Z
44052026-05-06T04:16:00.113Zinfo: running `cargo check --bins` on omicron-releng (254/274)
44062026-05-06T04:16:00.647Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44072026-05-06T04:16:00.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44082026-05-06T04:16:00.785Z Compiling blake3 v1.8.3
44092026-05-06T04:16:00.897Z Checking arrayref v0.3.9
44102026-05-06T04:16:00.897Z Checking constant_time_eq v0.4.2
44112026-05-06T04:16:00.901Z Checking arrayvec v0.7.6
44122026-05-06T04:16:00.919Z Checking topological-sort v0.2.2
44132026-05-06T04:16:00.923Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
44142026-05-06T04:16:00.923Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
44152026-05-06T04:16:00.923Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
44162026-05-06T04:16:00.963Z Checking shell-words v1.1.1
44172026-05-06T04:16:01.784Z Checking omicron-zone-package v0.12.2
44182026-05-06T04:16:02.505Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
44192026-05-06T04:16:03.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
44202026-05-06T04:16:03.516Z
44212026-05-06T04:16:03.516Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (255/274)
44222026-05-06T04:16:04.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44232026-05-06T04:16:04.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44242026-05-06T04:16:04.177Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
44252026-05-06T04:16:04.501Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
44262026-05-06T04:16:04.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
44272026-05-06T04:16:05.082Z
44282026-05-06T04:16:05.082Zinfo: running `cargo check --bins` on schema (256/274)
44292026-05-06T04:16:05.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44302026-05-06T04:16:05.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44312026-05-06T04:16:05.825Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
44322026-05-06T04:16:06.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
44332026-05-06T04:16:06.744Z
44342026-05-06T04:16:06.744Zinfo: running `cargo check --bins` on xtask (257/274)
44352026-05-06T04:16:07.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44362026-05-06T04:16:07.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44372026-05-06T04:16:07.205Z Checking libc v0.2.185
44382026-05-06T04:16:07.209Z Checking serde v1.0.228
44392026-05-06T04:16:07.294Z Checking zerofrom v0.1.6
44402026-05-06T04:16:07.300Z Checking bitflags v2.11.0
44412026-05-06T04:16:07.307Z Checking smallvec v1.15.1
44422026-05-06T04:16:07.315Z Checking indexmap v2.14.0
44432026-05-06T04:16:07.326Z Checking serde_json v1.0.149
44442026-05-06T04:16:07.329Z Checking scroll v0.12.0
44452026-05-06T04:16:07.394Z Checking yoke v0.8.1
44462026-05-06T04:16:07.448Z Checking num-traits v0.2.19
44472026-05-06T04:16:07.481Z Checking thiserror v1.0.69
44482026-05-06T04:16:07.550Z Checking percent-encoding v2.3.2
44492026-05-06T04:16:07.561Z Checking zerovec v0.11.5
44502026-05-06T04:16:07.574Z Checking zerotrie v0.2.3
44512026-05-06T04:16:07.584Z Checking errno v0.3.14
44522026-05-06T04:16:07.675Z Checking serde_spanned v0.6.9
44532026-05-06T04:16:07.689Z Checking toml_datetime v0.6.11
44542026-05-06T04:16:07.699Z Checking rustix v1.1.3
44552026-05-06T04:16:07.799Z Checking log v0.4.29
44562026-05-06T04:16:07.813Z Checking zerocopy v0.7.35
44572026-05-06T04:16:07.840Z Checking form_urlencoded v1.2.2
44582026-05-06T04:16:07.868Z Checking toml_edit v0.22.27
44592026-05-06T04:16:07.946Z Checking getrandom v0.4.1
44602026-05-06T04:16:07.957Z Checking goblin v0.8.2
44612026-05-06T04:16:07.970Z Checking ordered-float v2.10.1
44622026-05-06T04:16:07.970Z Checking thiserror v2.0.18
44632026-05-06T04:16:07.989Z Checking tinystr v0.8.2
44642026-05-06T04:16:08.079Z Checking potential_utf v0.1.4
44652026-05-06T04:16:08.086Z Checking syn v2.0.117
44662026-05-06T04:16:08.167Z Checking icu_locale_core v2.1.1
44672026-05-06T04:16:08.193Z Checking serde-value v0.7.0
44682026-05-06T04:16:08.208Z Checking icu_collections v2.1.1
44692026-05-06T04:16:08.304Z Checking dtrace-parser v0.2.0
44702026-05-06T04:16:08.395Z Checking thread-id v4.2.2
44712026-05-06T04:16:08.477Z Checking once_cell v1.21.3
44722026-05-06T04:16:08.501Z Checking terminal_size v0.4.3
44732026-05-06T04:16:08.536Z Checking cargo-platform v0.2.0
44742026-05-06T04:16:08.536Z Checking memmap v0.7.0
44752026-05-06T04:16:08.642Z Checking clap_builder v4.5.60
44762026-05-06T04:16:08.654Z Checking tempfile v3.25.0
44772026-05-06T04:16:08.674Z Checking textwrap v0.16.2
44782026-05-06T04:16:08.713Z Checking fs-err v3.3.0
44792026-05-06T04:16:08.723Z Checking icu_provider v2.1.1
44802026-05-06T04:16:08.844Z Checking camino-tempfile v1.4.1
44812026-05-06T04:16:08.883Z Checking tabled v0.15.0
44822026-05-06T04:16:08.894Z Checking anyhow v1.0.102
44832026-05-06T04:16:08.959Z Checking icu_normalizer v2.1.1
44842026-05-06T04:16:08.969Z Checking icu_properties v2.1.2
44852026-05-06T04:16:09.000Z Checking toml v0.8.23
44862026-05-06T04:16:09.087Z Checking macaddr v1.0.1
44872026-05-06T04:16:09.266Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44882026-05-06T04:16:09.318Z Checking cargo_toml v0.21.0
44892026-05-06T04:16:09.787Z Checking idna_adapter v1.2.1
44902026-05-06T04:16:09.825Z Checking dof v0.3.0
44912026-05-06T04:16:09.859Z Checking clap v4.5.60
44922026-05-06T04:16:09.905Z Checking idna v1.1.0
44932026-05-06T04:16:10.088Z Checking usdt-impl v0.5.0
44942026-05-06T04:16:10.132Z Checking url v2.5.8
44952026-05-06T04:16:10.336Z Checking usdt v0.5.0
44962026-05-06T04:16:10.484Z Checking cargo-util-schemas v0.8.2
44972026-05-06T04:16:11.191Z Checking cargo_metadata v0.21.0
44982026-05-06T04:16:11.794Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44992026-05-06T04:16:12.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.46s
45002026-05-06T04:16:12.336Z
45012026-05-06T04:16:12.336Zinfo: running `cargo check --bins` on dnsadm (258/274)
45022026-05-06T04:16:12.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45032026-05-06T04:16:12.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45042026-05-06T04:16:12.987Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
45052026-05-06T04:16:13.466Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
45062026-05-06T04:16:13.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.52s
45072026-05-06T04:16:14.049Z
45082026-05-06T04:16:14.049Zinfo: running `cargo check --bins` on end-to-end-tests (259/274)
45092026-05-06T04:16:14.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45102026-05-06T04:16:14.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45112026-05-06T04:16:14.863Z Checking polyval v0.6.2
45122026-05-06T04:16:14.988Z Checking ctr v0.9.2
45132026-05-06T04:16:14.999Z Checking ssh-encoding v0.2.0
45142026-05-06T04:16:14.999Z Checking blowfish v0.9.1
45152026-05-06T04:16:15.021Z Checking password-hash v0.4.2
45162026-05-06T04:16:15.035Z Checking p256 v0.13.2
45172026-05-06T04:16:15.035Z Checking p521 v0.13.3
45182026-05-06T04:16:15.063Z Checking russh-cryptovec v0.7.3
45192026-05-06T04:16:15.131Z Checking ghash v0.5.1
45202026-05-06T04:16:15.144Z Checking md5 v0.7.0
45212026-05-06T04:16:15.157Z Checking bcrypt-pbkdf v0.10.0
45222026-05-06T04:16:15.185Z Checking num-bigint v0.4.6
45232026-05-06T04:16:15.191Z Checking des v0.8.1
45242026-05-06T04:16:15.241Z Checking pbkdf2 v0.11.0
45252026-05-06T04:16:15.253Z Checking aes-gcm v0.10.3
45262026-05-06T04:16:15.285Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45272026-05-06T04:16:15.308Z Checking hex-literal v0.4.1
45282026-05-06T04:16:15.322Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
45292026-05-06T04:16:15.363Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
45302026-05-06T04:16:15.400Z Checking socket2 v0.5.10
45312026-05-06T04:16:15.404Z Checking ssh-cipher v0.2.0
45322026-05-06T04:16:15.404Z Checking internet-checksum v0.2.1
45332026-05-06T04:16:15.580Z Checking ssh-key v0.6.7
45342026-05-06T04:16:15.681Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45352026-05-06T04:16:16.213Z Checking russh-keys v0.45.0
45362026-05-06T04:16:16.772Z Checking russh v0.45.0
45372026-05-06T04:16:31.538Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
45382026-05-06T04:16:32.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.72s
45392026-05-06T04:16:32.988Z
45402026-05-06T04:16:32.988Zinfo: running `cargo check --bins` on gateway-cli (260/274)
45412026-05-06T04:16:33.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45422026-05-06T04:16:33.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45432026-05-06T04:16:33.641Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
45442026-05-06T04:16:33.749Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
45452026-05-06T04:16:33.757Z Checking termios v0.3.3
45462026-05-06T04:16:34.952Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
45472026-05-06T04:16:35.102Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45482026-05-06T04:16:36.896Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
45492026-05-06T04:16:37.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.47s
45502026-05-06T04:16:37.650Z
45512026-05-06T04:16:37.650Zinfo: running `cargo check --bins --no-default-features` on installinator (261/274)
45522026-05-06T04:16:38.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45532026-05-06T04:16:38.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45542026-05-06T04:16:38.374Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
45552026-05-06T04:16:38.491Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45562026-05-06T04:16:38.500Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45572026-05-06T04:16:38.504Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45582026-05-06T04:16:38.515Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45592026-05-06T04:16:38.525Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45602026-05-06T04:16:39.243Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45612026-05-06T04:16:39.583Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45622026-05-06T04:16:39.587Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45632026-05-06T04:16:40.216Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45642026-05-06T04:16:41.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.20s
45652026-05-06T04:16:42.059Z
45662026-05-06T04:16:42.059Zinfo: running `cargo check --bins` on internal-dns-cli (262/274)
45672026-05-06T04:16:42.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45682026-05-06T04:16:42.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45692026-05-06T04:16:42.705Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45702026-05-06T04:16:43.157Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45712026-05-06T04:16:43.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
45722026-05-06T04:16:43.674Z
45732026-05-06T04:16:43.674Zinfo: running `cargo check --bins` on omicron-live-tests (263/274)
45742026-05-06T04:16:44.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45752026-05-06T04:16:44.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45762026-05-06T04:16:44.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45772026-05-06T04:16:44.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45782026-05-06T04:16:44.276Z
45792026-05-06T04:16:44.276Zinfo: running `cargo check --bins` on live-tests-macros (264/274)
45802026-05-06T04:16:44.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45812026-05-06T04:16:44.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45822026-05-06T04:16:44.784Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45832026-05-06T04:16:44.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45842026-05-06T04:16:44.878Z
45852026-05-06T04:16:44.878Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (265/274)
45862026-05-06T04:16:45.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45872026-05-06T04:16:45.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45882026-05-06T04:16:45.647Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45892026-05-06T04:16:46.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
45902026-05-06T04:16:46.463Z
45912026-05-06T04:16:46.463Zinfo: running `cargo check --bins` on omicron-ntp-admin (266/274)
45922026-05-06T04:16:46.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45932026-05-06T04:16:46.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45942026-05-06T04:16:47.123Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45952026-05-06T04:16:47.127Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45962026-05-06T04:16:47.378Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45972026-05-06T04:16:47.378Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45982026-05-06T04:16:48.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.71s
45992026-05-06T04:16:48.362Z
46002026-05-06T04:16:48.362Zinfo: running `cargo check --bins` on ntp-admin-types (267/274)
46012026-05-06T04:16:48.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46022026-05-06T04:16:48.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46032026-05-06T04:16:48.870Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46042026-05-06T04:16:48.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
46052026-05-06T04:16:48.958Z
46062026-05-06T04:16:48.958Zinfo: running `cargo check --bins` on omicron-package (268/274)
46072026-05-06T04:16:49.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46082026-05-06T04:16:49.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46092026-05-06T04:16:49.653Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
46102026-05-06T04:16:50.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s
46112026-05-06T04:16:50.932Z
46122026-05-06T04:16:50.932Zinfo: running `cargo check --bins` on tqdb (269/274)
46132026-05-06T04:16:51.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46142026-05-06T04:16:51.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46152026-05-06T04:16:51.708Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
46162026-05-06T04:16:52.065Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
46172026-05-06T04:16:52.590Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
46182026-05-06T04:16:52.609Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
46192026-05-06T04:16:58.403Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
46202026-05-06T04:16:58.435Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
46212026-05-06T04:16:58.948Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
46222026-05-06T04:16:58.948Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
46232026-05-06T04:16:58.959Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46242026-05-06T04:16:58.959Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
46252026-05-06T04:16:59.741Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
46262026-05-06T04:17:00.683Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46272026-05-06T04:17:01.448Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46282026-05-06T04:17:02.061Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
46292026-05-06T04:17:06.197Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
46302026-05-06T04:17:12.589Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46312026-05-06T04:17:12.599Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
46322026-05-06T04:17:12.599Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
46332026-05-06T04:17:12.599Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
46342026-05-06T04:17:17.687Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
46352026-05-06T04:17:17.712Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
46362026-05-06T04:17:17.712Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
46372026-05-06T04:17:17.712Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
46382026-05-06T04:17:17.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.96s
46392026-05-06T04:17:18.104Z
46402026-05-06T04:17:18.104Zinfo: running `cargo check --bins` on wicket-dbg (270/274)
46412026-05-06T04:17:18.647Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46422026-05-06T04:17:18.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46432026-05-06T04:17:18.821Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46442026-05-06T04:17:18.821Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46452026-05-06T04:17:18.825Z Checking rtoolbox v0.0.3
46462026-05-06T04:17:18.952Z Checking tui-tree-widget v0.23.1
46472026-05-06T04:17:19.053Z Checking rpassword v7.4.0
46482026-05-06T04:17:20.073Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46492026-05-06T04:17:23.035Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46502026-05-06T04:17:24.873Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
46512026-05-06T04:17:25.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.67s
46522026-05-06T04:17:25.985Z
46532026-05-06T04:17:25.985Zinfo: running `cargo check --bins` on wicket (271/274)
46542026-05-06T04:17:26.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46552026-05-06T04:17:26.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46562026-05-06T04:17:26.690Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46572026-05-06T04:17:27.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
46582026-05-06T04:17:27.266Z
46592026-05-06T04:17:27.266Zinfo: running `cargo check --bins` on wicketd (272/274)
46602026-05-06T04:17:27.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46612026-05-06T04:17:27.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46622026-05-06T04:17:27.994Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46632026-05-06T04:17:28.001Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46642026-05-06T04:17:28.001Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46652026-05-06T04:17:28.001Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46662026-05-06T04:17:28.997Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46672026-05-06T04:17:29.568Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46682026-05-06T04:17:32.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.24s
46692026-05-06T04:17:32.718Z
46702026-05-06T04:17:32.718Zinfo: running `cargo check --bins` on omicron-workspace-hack (273/274)
46712026-05-06T04:17:33.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46722026-05-06T04:17:33.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46732026-05-06T04:17:33.223Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46742026-05-06T04:17:33.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
46752026-05-06T04:17:33.310Z
46762026-05-06T04:17:33.311Zinfo: running `cargo check --bins` on zone-setup (274/274)
46772026-05-06T04:17:33.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46782026-05-06T04:17:33.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46792026-05-06T04:17:33.982Z Checking uzers v0.12.2
46802026-05-06T04:17:34.257Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46812026-05-06T04:17:35.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s
46822026-05-06T04:17:35.231Z
46832026-05-06T04:17:35.232Zreal 14:07.291266991
46842026-05-06T04:17:35.232Zuser 20:37.341755186
46852026-05-06T04:17:35.232Zsys 4:15.326505417
46862026-05-06T04:17:35.236Ztrap 0.328488741
46872026-05-06T04:17:35.237Ztflt 0.333361637
46882026-05-06T04:17:35.237Zdflt 0.953010100
46892026-05-06T04:17:35.237Zkflt 0.001908341
46902026-05-06T04:17:35.237Zlock 1:17:38.429086485
46912026-05-06T04:17:35.237Zslp 1:38:20.275684145
46922026-05-06T04:17:35.237Zlat 55.581254186
46932026-05-06T04:17:35.237Zstop 3:32.581969843
46942026-05-06T04:17:35.237Zprocess exited: duration 1040288 ms, exit code 0
 
46952026-05-06T04:17:35.246Zfound 0 output files