01KNJVNKXX729CAFTJG4KNEDJ9: 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: 01KNJVNX7BDWP28130ECYZ8JPN

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-07T02:18:22.182Zjob assigned to worker 01KNJVP24SE1QV8BE6TYG588G4 [factory aws, i-06637660285d10ddd] (queued for 57 s)
 
22026-04-07T02:18:29.475Zstarting task 0: "setup"
32026-04-07T02:18:29.481Z++ uname -s
42026-04-07T02:18:29.484Z+ kern=SunOS
52026-04-07T02:18:29.484Z+ build_user=build
62026-04-07T02:18:29.484Z+ build_uid=12345
72026-04-07T02:18:29.484Z+ work_dir=/work
82026-04-07T02:18:29.484Z+ input_dir=/input
92026-04-07T02:18:29.484Z+ [[ 0 == 12345 ]]
102026-04-07T02:18:29.484Z+ case "$kern" in
112026-04-07T02:18:29.484Z+ groupadd -g 12345 build
122026-04-07T02:18:29.488Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-07T02:18:31.498Z+ zfs create -o mountpoint=/work rpool/work
142026-04-07T02:18:31.609Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-07T02:18:31.614Z+ home_fs=zfs
162026-04-07T02:18:31.614Z+ [[ zfs == autofs ]]
172026-04-07T02:18:31.614Z+ mkdir -p /home/build
182026-04-07T02:18:31.614Z+ chown build:build /home/build /work
192026-04-07T02:18:33.617Z+ chmod 0700 /home/build /work
202026-04-07T02:18:33.631Zprocess exited: duration 4140 ms, exit code 0
 
212026-04-07T02:18:33.646Zstarting task 1: "rust-toolchain"
222026-04-07T02:18:33.653Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-04-07T02:18:33.653Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-04-07T02:18:33.654Z * rust toolchain channel = "1.94.0"
252026-04-07T02:18:33.654Z * rust toolchain profile = "default"
262026-04-07T02:18:33.654Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-07T02:18:33.654Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-07T02:18:33.657Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-07T02:18:33.657Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-04-07T02:18:33.783Zinfo: downloading installer
312026-04-07T02:18:35.268Zwarn: It looks like you have an existing installation of Rust at:
322026-04-07T02:18:35.268Zwarn: /opt/ooce/bin
332026-04-07T02:18:35.268Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-07T02:18:35.268Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-07T02:18:35.268Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-07T02:18:35.268Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-07T02:18:35.268Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-07T02:18:35.268Zerror: cannot install while Rust is installed
392026-04-07T02:18:35.269Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-07T02:18:35.269Zwarn: It looks like you have an existing rustup settings file at:
412026-04-07T02:18:35.269Zwarn: /home/build/.rustup/settings.toml
422026-04-07T02:18:35.269Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-07T02:18:35.269Zwarn: instead of the one inferred from the default host triple.
442026-04-07T02:18:35.304Zinfo: profile set to default
452026-04-07T02:18:35.304Zinfo: default host triple is x86_64-unknown-illumos
462026-04-07T02:18:35.310Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-04-07T02:18:35.600Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-04-07T02:18:35.606Zinfo: downloading 6 components
492026-04-07T02:18:49.846Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-04-07T02:18:49.846Z
512026-04-07T02:18:49.876Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-04-07T02:18:49.876Z
532026-04-07T02:18:49.880Z
542026-04-07T02:18:49.880ZRust is installed now. Great!
552026-04-07T02:18:49.880Z
562026-04-07T02:18:49.880ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-07T02:18:49.880Zenvironment variable. This has not been done automatically.
582026-04-07T02:18:49.880Z
592026-04-07T02:18:49.880ZTo configure your current shell, you need to source
602026-04-07T02:18:49.880Zthe corresponding env file under $HOME/.cargo.
612026-04-07T02:18:49.880Z
622026-04-07T02:18:49.880ZThis is usually done by running one of the following (note the leading DOT):
632026-04-07T02:18:49.880Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-07T02:18:49.880Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-07T02:18:49.880Zsource "~/.cargo/env.nu" # For nushell
662026-04-07T02:18:49.880Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-07T02:18:49.880Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-07T02:18:49.880Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-07T02:18:49.880Zwarn: no default linker (`cc`) was found in your PATH
702026-04-07T02:18:49.880Zwarn: many Rust crates require a system C toolchain to build
712026-04-07T02:18:49.982Z+ rustup --version
722026-04-07T02:18:49.991Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-07T02:18:49.995Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-07T02:18:50.014Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-04-07T02:18:50.018Z+ cargo --version
762026-04-07T02:18:50.030Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-04-07T02:18:50.034Z+ rustc --version
782026-04-07T02:18:50.054Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-04-07T02:18:50.057Zprocess exited: duration 16410 ms, exit code 0
 
802026-04-07T02:18:50.063Zstarting task 2: "authentication"
812026-04-07T02:18:50.080Zprocess exited: duration 16 ms, exit code 0
 
822026-04-07T02:18:50.086Zstarting task 3: "clone repository"
832026-04-07T02:18:50.089Z+ mkdir -p /work/oxidecomputer/omicron
842026-04-07T02:18:50.092Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-04-07T02:18:50.155ZCloning into '/work/oxidecomputer/omicron'...
862026-04-07T02:19:00.800Z+ cd /work/oxidecomputer/omicron
872026-04-07T02:19:00.800Z+ git fetch origin 50642c7a3908023cccc3cc5d83e0eefc14f84159
882026-04-07T02:19:01.100ZFrom https://github.com/oxidecomputer/omicron
892026-04-07T02:19:01.100Z * branch 50642c7a3908023cccc3cc5d83e0eefc14f84159 -> FETCH_HEAD
902026-04-07T02:19:01.110Z+ [[ -n jhendricks/r19-propolis-bump ]]
912026-04-07T02:19:01.113Z++ git branch --show-current
922026-04-07T02:19:01.113Z+ current=main
932026-04-07T02:19:01.113Z+ [[ main != jhendricks/r19-propolis-bump ]]
942026-04-07T02:19:01.113Z+ git branch -f jhendricks/r19-propolis-bump 50642c7a3908023cccc3cc5d83e0eefc14f84159
952026-04-07T02:19:01.116Z+ git checkout -f jhendricks/r19-propolis-bump
962026-04-07T02:19:01.346ZSwitched to branch 'jhendricks/r19-propolis-bump'
972026-04-07T02:19:01.349Z+ git reset --hard 50642c7a3908023cccc3cc5d83e0eefc14f84159
982026-04-07T02:19:01.364ZHEAD is now at 50642c7a3 and ls-apis has a test
992026-04-07T02:19:01.367Zprocess exited: duration 11279 ms, exit code 0
 
1002026-04-07T02:19:01.373Zstarting task 4: "build"
1012026-04-07T02:19:01.378Z+ source .github/buildomat/ci-env.sh
1022026-04-07T02:19:01.378Z++ export CARGO_TERM_COLOR=always
1032026-04-07T02:19:01.378Z++ CARGO_TERM_COLOR=always
1042026-04-07T02:19:01.378Z+ cargo --version
1052026-04-07T02:19:01.389Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-04-07T02:19:01.392Z+ rustc --version
1072026-04-07T02:19:01.413Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-04-07T02:19:01.416Z+ source ./env.sh
1092026-04-07T02:19:01.419Z++ OLD_SHELL_OPTS=ehxB
1102026-04-07T02:19:01.419Z++ set -o xtrace
1112026-04-07T02:19:01.419Z++++ dirname ./env.sh
1122026-04-07T02:19:01.422Z+++ readlink -f .
1132026-04-07T02:19:01.435Z++ OMICRON_WS=/work/oxidecomputer/omicron
1142026-04-07T02:19:01.439Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152026-04-07T02:19:01.439Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1162026-04-07T02:19:01.439Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1172026-04-07T02:19:01.439Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1182026-04-07T02:19:01.439Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1192026-04-07T02:19:01.439Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1202026-04-07T02:19:01.439Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1212026-04-07T02:19:01.439Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1222026-04-07T02:19:01.439Z++ case $OLD_SHELL_OPTS in
1232026-04-07T02:19:01.439Z++ unset OLD_SHELL_OPTS OMICRON_WS
1242026-04-07T02:19:01.439Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1252026-04-07T02:19:01.439Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1262026-04-07T02:19:01.439Z+ banner prerequisites
1272026-04-07T02:19:01.439Z
1282026-04-07T02:19:01.439Z ##### ##### ###### ##### ###### #### # # # #### #
1292026-04-07T02:19:01.439Z # # # # # # # # # # # # # # #
1302026-04-07T02:19:01.439Z # # # # ##### # # ##### # # # # # #### #
1312026-04-07T02:19:01.439Z ##### ##### # ##### # # # # # # # # #
1322026-04-07T02:19:01.439Z # # # # # # # # # # # # # # #
1332026-04-07T02:19:01.439Z # # # ###### # # ###### ### # #### # #### #
1342026-04-07T02:19:01.439Z
1352026-04-07T02:19:01.439Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1362026-04-07T02:19:10.710Z Startup: Refreshing catalog 'helios-dev' ... Done
1372026-04-07T02:19:17.770Z Startup: Caching catalogs ... Done
1382026-04-07T02:19:22.711ZPlanning: Solver setup ... Done (3.312s)
1392026-04-07T02:19:22.733ZPlanning: Running solver ... Done (0.022s)
1402026-04-07T02:19:22.851ZPlanning: Finding local manifests ... Done (0.003s)
1412026-04-07T02:19:22.872ZPlanning: Fetching manifests: 0/4 0% complete
1422026-04-07T02:19:23.435ZPlanning: Fetching manifests: 4/4 100% complete
1432026-04-07T02:19:23.467ZPlanning: Package planning ... Done (0.032s)
1442026-04-07T02:19:23.494ZPlanning: Merging actions ... Done (0.028s)
1452026-04-07T02:19:23.684ZPlanning: Checking for conflicting actions ... Done (0.189s)
1462026-04-07T02:19:23.691ZPlanning: Consolidating action changes ... Done (0.007s)
1472026-04-07T02:19:24.407ZPlanning: Evaluating mediators ... Done (0.716s)
1482026-04-07T02:19:24.413ZPlanning: Planning completed in 6.48 seconds
1492026-04-07T02:19:24.964Z Packages to install: 4
1502026-04-07T02:19:24.965Z Mediators to change: 2
1512026-04-07T02:19:24.965Z Services to change: 1
1522026-04-07T02:19:24.965Z Estimated space available: 155.35 GB
1532026-04-07T02:19:24.965ZEstimated space to be consumed: 1.84 GB
1542026-04-07T02:19:24.968Z Create boot environment: No
1552026-04-07T02:19:24.968ZCreate backup boot environment: No
1562026-04-07T02:19:24.968Z Rebuild boot archive: No
1572026-04-07T02:19:24.968Z
1582026-04-07T02:19:24.968ZChanged mediators:
1592026-04-07T02:19:24.968Z mediator clang:
1602026-04-07T02:19:24.968Z version: None -> 15 (system default)
1612026-04-07T02:19:24.968Z
1622026-04-07T02:19:24.968Z mediator llvm:
1632026-04-07T02:19:24.968Z version: 14 (system default) -> 15 (system default)
1642026-04-07T02:19:24.968Z
1652026-04-07T02:19:24.968ZChanged packages:
1662026-04-07T02:19:24.968Zhelios-dev
1672026-04-07T02:19:24.968Z developer/build-essential
1682026-04-07T02:19:24.968Z None -> 11-2.0
1692026-04-07T02:19:24.968Z library/libxmlsec1
1702026-04-07T02:19:24.968Z None -> 1.2.35-2.0
1712026-04-07T02:19:24.968Z ooce/developer/clang-15
1722026-04-07T02:19:24.968Z None -> 15.0.7-2.0
1732026-04-07T02:19:24.968Z ooce/developer/llvm-15
1742026-04-07T02:19:24.969Z None -> 15.0.7-2.0
1752026-04-07T02:19:24.969Z
1762026-04-07T02:19:24.969ZServices:
1772026-04-07T02:19:24.969Z restart_fmri:
1782026-04-07T02:19:24.969Z svc:/system/update-man-index:default
1792026-04-07T02:19:25.006Z
1802026-04-07T02:19:25.006ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1812026-04-07T02:19:30.193ZDownload: 2221/3290 items 119.2/212.6MB 56% complete (26.0M/s)
1822026-04-07T02:19:33.882ZDownload: Completed 212.60 MB in 8.88 seconds (23.9M/s)
1832026-04-07T02:19:35.256Z Actions: 1/3689 actions (Installing new actions)
1842026-04-07T02:19:38.673Z Actions: Completed 3689 actions in 3.42 seconds.
1852026-04-07T02:19:38.994Z Done (0.317s)
1862026-04-07T02:19:38.994Z Done (0.000s)
1872026-04-07T02:19:39.705Z Done (0.711s)
1882026-04-07T02:19:43.044Z Done (2.994s)
1892026-04-07T02:19:43.118Z Done (0.013s)
1902026-04-07T02:19:43.121Z Done (0.000s)
1912026-04-07T02:19:43.391Z Done (0.000s)
1922026-04-07T02:19:44.245ZPlanning: Evaluating mediator changes ... Done
1932026-04-07T02:19:44.358ZPlanning: Checking for conflicting actions ... Done
1942026-04-07T02:19:44.361ZPlanning: Consolidating action changes ... Done
1952026-04-07T02:19:44.528ZPlanning: Evaluating mediators ... Done
1962026-04-07T02:19:44.533ZPlanning: Planning completed in 0.28 seconds
1972026-04-07T02:19:44.550Z Mediators to change: 2
1982026-04-07T02:19:44.550Z Create boot environment: No
1992026-04-07T02:19:44.550ZCreate backup boot environment: No
2002026-04-07T02:19:44.610Z Done
2012026-04-07T02:19:44.610Z Done
2022026-04-07T02:19:45.236Z Done
2032026-04-07T02:19:47.828Z Done
2042026-04-07T02:19:47.906Z Done
2052026-04-07T02:19:47.909Z Done
2062026-04-07T02:19:48.061Z Done
2072026-04-07T02:19:48.473ZPlanning: Evaluating mediator changes ... Done
2082026-04-07T02:19:48.477ZPlanning: Merging actions ... Done
2092026-04-07T02:19:48.619ZPlanning: Checking for conflicting actions ... Done
2102026-04-07T02:19:48.622ZPlanning: Consolidating action changes ... Done
2112026-04-07T02:19:48.764ZPlanning: Evaluating mediators ... Done
2122026-04-07T02:19:48.793ZPlanning: Planning completed in 0.47 seconds
2132026-04-07T02:19:48.816Z Packages to change: 1
2142026-04-07T02:19:48.817Z Mediators to change: 1
2152026-04-07T02:19:48.817Z Services to change: 1
2162026-04-07T02:19:48.817Z Create boot environment: No
2172026-04-07T02:19:48.820ZCreate backup boot environment: Yes
2182026-04-07T02:19:51.200Z Actions: 1/6 actions (Updating modified actions)
2192026-04-07T02:19:51.253Z Actions: Completed 6 actions in 0.05 seconds.
2202026-04-07T02:19:51.256Z Done
2212026-04-07T02:19:51.256Z Done
2222026-04-07T02:19:51.393Z Done
2232026-04-07T02:19:53.934Z Done
2242026-04-07T02:19:54.009Z Done
2252026-04-07T02:19:54.012Z Done
2262026-04-07T02:19:54.167Z Done
2272026-04-07T02:19:54.457ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2282026-04-07T02:19:54.457Zclang system 15 system
2292026-04-07T02:19:54.457Zcsh system system illumos
2302026-04-07T02:19:54.457Zctags system system illumos
2312026-04-07T02:19:54.457Zfile system system illumos
2322026-04-07T02:19:54.457Zgcc vendor 12 vendor
2332026-04-07T02:19:54.457Zgcc system 14 system
2342026-04-07T02:19:54.457Zgcc system 10 system
2352026-04-07T02:19:54.457Zgo system 1.20 system
2362026-04-07T02:19:54.457Zgo system 1.19 system
2372026-04-07T02:19:54.457Zllvm system 15 system
2382026-04-07T02:19:54.457Zllvm system 14 system
2392026-04-07T02:19:54.457Zmariadb system 10.6 system
2402026-04-07T02:19:54.457Zmta vendor vendor dma
2412026-04-07T02:19:54.457Zopenjdk system 17 system
2422026-04-07T02:19:54.457Zopenjdk system 11 system
2432026-04-07T02:19:54.457Zopenjdk system 1.8 system
2442026-04-07T02:19:54.457Zopenssl vendor 3 vendor
2452026-04-07T02:19:54.457Zperl system 5.36 system
2462026-04-07T02:19:54.457Zpostgresql system 15 system
2472026-04-07T02:19:54.457Zpostgresql system 13 system
2482026-04-07T02:19:54.457Zpython vendor 3 vendor
2492026-04-07T02:19:54.457Zpython system 2 system
2502026-04-07T02:19:54.457Zpython3 system 3.11 system
2512026-04-07T02:19:54.457Zruby system 3.0 system
2522026-04-07T02:19:54.457Zwords vendor vendor american-english
2532026-04-07T02:19:54.458Zwords system system australian-english
2542026-04-07T02:19:54.458Zwords system system british-english
2552026-04-07T02:19:54.458Zwords system system canadian-english
2562026-04-07T02:19:54.458Zwords system system french
2572026-04-07T02:19:54.458Zwords system system italian
2582026-04-07T02:19:54.458Zwords system system ngerman
2592026-04-07T02:19:54.458Zwords system system ogerman
2602026-04-07T02:19:54.458Zwords system system spanish
2612026-04-07T02:19:54.690ZPUBLISHER TYPE STATUS P LOCATION
2622026-04-07T02:19:54.690Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2632026-04-07T02:19:59.288ZFMRI IFO
2642026-04-07T02:19:59.288Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2652026-04-07T02:19:59.288Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2662026-04-07T02:19:59.288Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2672026-04-07T02:19:59.288Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2682026-04-07T02:19:59.288Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2692026-04-07T02:19:59.288Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2702026-04-07T02:19:59.288Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2712026-04-07T02:19:59.288Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2722026-04-07T02:19:59.288Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2732026-04-07T02:19:59.288Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2742026-04-07T02:19:59.288Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2752026-04-07T02:19:59.288Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2762026-04-07T02:19:59.288Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2772026-04-07T02:19:59.289Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2782026-04-07T02:19:59.289Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2792026-04-07T02:19:59.289Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2802026-04-07T02:20:00.436Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2812026-04-07T02:20:00.693Z Updating crates.io index
2822026-04-07T02:20:00.696Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2832026-04-07T02:20:01.236Z Updating git repository `https://github.com/oxidecomputer/lldp`
2842026-04-07T02:20:01.573Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2852026-04-07T02:20:02.175Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2862026-04-07T02:20:02.711Z Updating git repository `https://github.com/oxidecomputer/propolis`
2872026-04-07T02:20:04.746Z Updating git repository `https://github.com/oxidecomputer/crucible`
2882026-04-07T02:20:06.070Z Updating git repository `https://github.com/oxidecomputer/opte`
2892026-04-07T02:20:06.739Z Updating git repository `https://github.com/oxidecomputer/tofino`
2902026-04-07T02:20:07.124Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2912026-04-07T02:20:07.785Z Updating git repository `https://github.com/oxidecomputer/clickward`
2922026-04-07T02:20:08.177Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2932026-04-07T02:20:08.797Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2942026-04-07T02:20:09.069Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2952026-04-07T02:20:10.107Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2962026-04-07T02:20:10.596Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2972026-04-07T02:20:11.080Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2982026-04-07T02:20:11.352Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2992026-04-07T02:20:11.900Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3002026-04-07T02:20:12.141Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3012026-04-07T02:20:12.384Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3022026-04-07T02:20:12.627Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3032026-04-07T02:20:13.047Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3042026-04-07T02:20:13.428Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3052026-04-07T02:20:14.027Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3062026-04-07T02:20:14.375Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3072026-04-07T02:20:14.911Z Updating git repository `https://github.com/oxidecomputer/ispf`
3082026-04-07T02:20:16.075Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3092026-04-07T02:20:16.344Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3102026-04-07T02:20:17.090Z Updating git repository `https://github.com/oxidecomputer/crucible`
3112026-04-07T02:20:17.731Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3122026-04-07T02:20:18.035Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3132026-04-07T02:20:18.366Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3142026-04-07T02:20:18.654Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3152026-04-07T02:20:19.354Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3162026-04-07T02:20:19.606Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3172026-04-07T02:20:19.851Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3182026-04-07T02:20:20.106Z Updating git repository `https://github.com/illumos/smf-rs`
3192026-04-07T02:20:20.555Z Updating git repository `https://github.com/oxidecomputer/omicron`
3202026-04-07T02:20:33.496Z Downloading crates ...
3212026-04-07T02:20:33.570Z Downloaded tabled_derive v0.7.0
3222026-04-07T02:20:33.589Z Downloaded usdt-macro v0.5.0
3232026-04-07T02:20:33.597Z Downloaded unicode-ident v1.0.24
3242026-04-07T02:20:33.603Z Downloaded utf8_iter v1.0.4
3252026-04-07T02:20:33.606Z Downloaded thiserror-impl v1.0.69
3262026-04-07T02:20:33.606Z Downloaded yoke-derive v0.8.1
3272026-04-07T02:20:33.606Z Downloaded usdt-attr-macro v0.5.0
3282026-04-07T02:20:33.606Z Downloaded usdt v0.5.0
3292026-04-07T02:20:33.609Z Downloaded thiserror-impl v2.0.18
3302026-04-07T02:20:33.609Z Downloaded serde_derive v1.0.228
3312026-04-07T02:20:33.609Z Downloaded zerofrom-derive v0.1.6
3322026-04-07T02:20:33.612Z Downloaded unicode-xid v0.2.6
3332026-04-07T02:20:33.612Z Downloaded quote v1.0.44
3342026-04-07T02:20:33.612Z Downloaded toml v0.8.23
3352026-04-07T02:20:33.615Z Downloaded tinystr v0.8.2
3362026-04-07T02:20:33.615Z Downloaded thiserror v1.0.69
3372026-04-07T02:20:33.618Z Downloaded thiserror v2.0.18
3382026-04-07T02:20:33.621Z Downloaded toml_write v0.1.2
3392026-04-07T02:20:33.622Z Downloaded toml_datetime v0.6.11
3402026-04-07T02:20:33.625Z Downloaded typeid v1.0.3
3412026-04-07T02:20:33.625Z Downloaded camino v1.2.2
3422026-04-07T02:20:33.628Z Downloaded usdt-impl v0.5.0
3432026-04-07T02:20:33.628Z Downloaded url v2.5.8
3442026-04-07T02:20:33.631Z Downloaded heck v0.5.0
3452026-04-07T02:20:33.631Z Downloaded cargo_metadata v0.21.0
3462026-04-07T02:20:33.631Z Downloaded zmij v1.0.21
3472026-04-07T02:20:33.634Z Downloaded writeable v0.6.2
3482026-04-07T02:20:33.634Z Downloaded zerocopy-derive v0.7.35
3492026-04-07T02:20:33.637Z Downloaded digest v0.10.7
3502026-04-07T02:20:33.637Z Downloaded zerovec-derive v0.11.2
3512026-04-07T02:20:33.640Z Downloaded serde-untagged v0.1.9
3522026-04-07T02:20:33.640Z Downloaded dof v0.3.0
3532026-04-07T02:20:33.643Z Downloaded icu_collections v2.1.1
3542026-04-07T02:20:33.646Z Downloaded log v0.4.29
3552026-04-07T02:20:33.649Z Downloaded unicode-width v0.2.0
3562026-04-07T02:20:33.652Z Downloaded errno v0.3.14
3572026-04-07T02:20:33.655Z Downloaded unicode-linebreak v0.1.5
3582026-04-07T02:20:33.655Z Downloaded anstyle-query v1.1.5
3592026-04-07T02:20:33.659Z Downloaded ucd-trie v0.1.7
3602026-04-07T02:20:33.662Z Downloaded thread-id v4.2.2
3612026-04-07T02:20:33.662Z Downloaded zerofrom v0.1.6
3622026-04-07T02:20:33.662Z Downloaded version_check v0.9.5
3632026-04-07T02:20:33.665Z Downloaded utf8parse v0.2.2
3642026-04-07T02:20:33.665Z Downloaded cargo_toml v0.21.0
3652026-04-07T02:20:33.668Z Downloaded toml_edit v0.22.27
3662026-04-07T02:20:33.677Z Downloaded pest_derive v2.8.6
3672026-04-07T02:20:33.680Z Downloaded yoke v0.8.1
3682026-04-07T02:20:33.680Z Downloaded textwrap v0.16.2
3692026-04-07T02:20:33.683Z Downloaded icu_provider v2.1.1
3702026-04-07T02:20:33.686Z Downloaded proc-macro2 v1.0.106
3712026-04-07T02:20:33.686Z Downloaded serde_spanned v0.6.9
3722026-04-07T02:20:33.689Z Downloaded winnow v0.7.14
3732026-04-07T02:20:33.695Z Downloaded zerovec v0.11.5
3742026-04-07T02:20:33.698Z Downloaded zerotrie v0.2.3
3752026-04-07T02:20:33.702Z Downloaded typenum v1.19.0
3762026-04-07T02:20:33.702Z Downloaded zerocopy v0.7.35
3772026-04-07T02:20:33.709Z Downloaded memchr v2.8.0
3782026-04-07T02:20:33.712Z Downloaded heck v0.4.1
3792026-04-07T02:20:33.715Z Downloaded form_urlencoded v1.2.2
3802026-04-07T02:20:33.715Z Downloaded dtrace-parser v0.2.0
3812026-04-07T02:20:33.715Z Downloaded block-buffer v0.10.4
3822026-04-07T02:20:33.715Z Downloaded crypto-common v0.1.7
3832026-04-07T02:20:33.715Z Downloaded cargo-platform v0.2.0
3842026-04-07T02:20:33.715Z Downloaded serde_core v1.0.228
3852026-04-07T02:20:33.719Z Downloaded semver v1.0.27
3862026-04-07T02:20:33.719Z Downloaded pretty-hex v0.4.1
3872026-04-07T02:20:33.725Z Downloaded clap_lex v1.0.0
3882026-04-07T02:20:33.728Z Downloaded cpufeatures v0.2.17
3892026-04-07T02:20:33.732Z Downloaded anstyle v1.0.13
3902026-04-07T02:20:33.738Z Downloaded scroll_derive v0.12.1
3912026-04-07T02:20:33.741Z Downloaded generic-array v0.14.7
3922026-04-07T02:20:33.746Z Downloaded memmap v0.7.0
3932026-04-07T02:20:33.749Z Downloaded fnv v1.0.7
3942026-04-07T02:20:33.752Z Downloaded is_terminal_polyfill v1.70.2
3952026-04-07T02:20:33.752Z Downloaded fastrand v2.3.0
3962026-04-07T02:20:33.752Z Downloaded cfg-if v1.0.4
3972026-04-07T02:20:33.756Z Downloaded icu_properties_data v2.1.2
3982026-04-07T02:20:33.767Z Downloaded terminal_size v0.4.3
3992026-04-07T02:20:33.767Z Downloaded strsim v0.11.1
4002026-04-07T02:20:33.767Z Downloaded serde-value v0.7.0
4012026-04-07T02:20:33.767Z Downloaded anyhow v1.0.102
4022026-04-07T02:20:33.767Z Downloaded macaddr v1.0.1
4032026-04-07T02:20:33.772Z Downloaded potential_utf v0.1.4
4042026-04-07T02:20:33.776Z Downloaded idna_adapter v1.2.1
4052026-04-07T02:20:33.779Z Downloaded percent-encoding v2.3.2
4062026-04-07T02:20:33.779Z Downloaded equivalent v1.0.2
4072026-04-07T02:20:33.782Z Downloaded sha2 v0.10.9
4082026-04-07T02:20:33.782Z Downloaded once_cell v1.21.3
4092026-04-07T02:20:33.785Z Downloaded serde_tokenstream v0.2.3
4102026-04-07T02:20:33.785Z Downloaded camino-tempfile v1.4.1
4112026-04-07T02:20:33.785Z Downloaded unicode-width v0.1.14
4122026-04-07T02:20:33.788Z Downloaded tempfile v3.25.0
4132026-04-07T02:20:33.792Z Downloaded itoa v1.0.17
4142026-04-07T02:20:33.801Z Downloaded ordered-float v2.10.1
4152026-04-07T02:20:33.813Z Downloaded proc-macro-error-attr v1.0.4
4162026-04-07T02:20:33.816Z Downloaded litemap v0.8.1
4172026-04-07T02:20:33.822Z Downloaded papergrid v0.11.0
4182026-04-07T02:20:33.831Z Downloaded plain v0.2.3
4192026-04-07T02:20:33.836Z Downloaded swrite v0.1.0
4202026-04-07T02:20:33.839Z Downloaded stable_deref_trait v1.2.1
4212026-04-07T02:20:33.844Z Downloaded scroll v0.12.0
4222026-04-07T02:20:33.848Z Downloaded fs-err v3.3.0
4232026-04-07T02:20:33.848Z Downloaded bytecount v0.6.9
4242026-04-07T02:20:33.853Z Downloaded anstream v0.6.21
4252026-04-07T02:20:33.856Z Downloaded smawk v0.3.2
4262026-04-07T02:20:33.859Z Downloaded icu_properties v2.1.2
4272026-04-07T02:20:33.862Z Downloaded clap_derive v4.5.55
4282026-04-07T02:20:33.865Z Downloaded synstructure v0.13.2
4292026-04-07T02:20:33.868Z Downloaded erased-serde v0.4.9
4302026-04-07T02:20:33.870Z Downloaded proc-macro-error v1.0.4
4312026-04-07T02:20:33.874Z Downloaded displaydoc v0.2.5
4322026-04-07T02:20:33.877Z Downloaded anstyle-parse v0.2.7
4332026-04-07T02:20:33.882Z Downloaded getrandom v0.3.4
4342026-04-07T02:20:33.885Z Downloaded cargo-util-schemas v0.8.2
4352026-04-07T02:20:33.888Z Downloaded byteorder v1.5.0
4362026-04-07T02:20:33.888Z Downloaded autocfg v1.5.0
4372026-04-07T02:20:33.901Z Downloaded bitflags v2.11.0
4382026-04-07T02:20:33.906Z Downloaded smallvec v1.15.1
4392026-04-07T02:20:33.909Z Downloaded icu_locale_core v2.1.1
4402026-04-07T02:20:33.912Z Downloaded clap v4.5.60
4412026-04-07T02:20:33.917Z Downloaded pest_meta v2.8.6
4422026-04-07T02:20:33.920Z Downloaded serde v1.0.228
4432026-04-07T02:20:33.926Z Downloaded pest_generator v2.8.6
4442026-04-07T02:20:33.929Z Downloaded num-traits v0.2.19
4452026-04-07T02:20:33.933Z Downloaded icu_normalizer v2.1.1
4462026-04-07T02:20:33.949Z Downloaded icu_normalizer_data v2.1.1
4472026-04-07T02:20:33.959Z Downloaded indexmap v2.13.0
4482026-04-07T02:20:33.965Z Downloaded rustix v1.1.3
4492026-04-07T02:20:33.987Z Downloaded pest v2.8.6
4502026-04-07T02:20:33.991Z Downloaded serde_json v1.0.149
4512026-04-07T02:20:33.997Z Downloaded idna v1.1.0
4522026-04-07T02:20:34.001Z Downloaded goblin v0.8.2
4532026-04-07T02:20:34.004Z Downloaded hashbrown v0.16.1
4542026-04-07T02:20:34.008Z Downloaded clap_builder v4.5.60
4552026-04-07T02:20:34.011Z Downloaded tabled v0.15.0
4562026-04-07T02:20:34.023Z Downloaded syn v1.0.109
4572026-04-07T02:20:34.029Z Downloaded syn v2.0.117
4582026-04-07T02:20:34.047Z Downloaded colorchoice v1.0.4
4592026-04-07T02:20:34.071Z Downloaded libc v0.2.180
4602026-04-07T02:20:34.142Z Compiling proc-macro2 v1.0.106
4612026-04-07T02:20:34.142Z Compiling unicode-ident v1.0.24
4622026-04-07T02:20:34.145Z Compiling quote v1.0.44
4632026-04-07T02:20:34.145Z Compiling serde_core v1.0.228
4642026-04-07T02:20:34.145Z Compiling libc v0.2.180
4652026-04-07T02:20:34.146Z Compiling version_check v0.9.5
4662026-04-07T02:20:34.146Z Compiling memchr v2.8.0
4672026-04-07T02:20:34.146Z Compiling serde v1.0.228
4682026-04-07T02:20:34.491Z Compiling stable_deref_trait v1.2.1
4692026-04-07T02:20:34.575Z Compiling zmij v1.0.21
4702026-04-07T02:20:34.736Z Compiling thiserror v1.0.69
4712026-04-07T02:20:35.027Z Compiling ucd-trie v0.1.7
4722026-04-07T02:20:35.339Z Compiling autocfg v1.5.0
4732026-04-07T02:20:35.342Z Compiling itoa v1.0.17
4742026-04-07T02:20:35.560Z Compiling pest v2.8.6
4752026-04-07T02:20:35.591Z Compiling litemap v0.8.1
4762026-04-07T02:20:35.611Z Compiling writeable v0.6.2
4772026-04-07T02:20:35.764Z Compiling icu_properties_data v2.1.2
4782026-04-07T02:20:35.786Z Compiling rustix v1.1.3
4792026-04-07T02:20:35.834Z Compiling icu_normalizer_data v2.1.1
4802026-04-07T02:20:36.021Z Compiling byteorder v1.5.0
4812026-04-07T02:20:36.129Z Compiling syn v2.0.117
4822026-04-07T02:20:36.257Z Compiling errno v0.3.14
4832026-04-07T02:20:36.277Z Compiling bitflags v2.11.0
4842026-04-07T02:20:36.277Z Compiling serde_json v1.0.149
4852026-04-07T02:20:36.524Z Compiling num-traits v0.2.19
4862026-04-07T02:20:36.543Z Compiling hashbrown v0.16.1
4872026-04-07T02:20:36.712Z Compiling pest_meta v2.8.6
4882026-04-07T02:20:36.733Z Compiling equivalent v1.0.2
4892026-04-07T02:20:36.825Z Compiling typeid v1.0.3
4902026-04-07T02:20:36.844Z Compiling smallvec v1.15.1
4912026-04-07T02:20:37.056Z Compiling indexmap v2.13.0
4922026-04-07T02:20:37.154Z Compiling thread-id v4.2.2
4932026-04-07T02:20:37.221Z Compiling usdt-impl v0.5.0
4942026-04-07T02:20:37.238Z Compiling proc-macro-error-attr v1.0.4
4952026-04-07T02:20:37.300Z Compiling erased-serde v0.4.9
4962026-04-07T02:20:37.439Z Compiling toml_write v0.1.2
4972026-04-07T02:20:37.514Z Compiling winnow v0.7.14
4982026-04-07T02:20:37.564Z Compiling syn v1.0.109
4992026-04-07T02:20:37.826Z Compiling proc-macro-error v1.0.4
5002026-04-07T02:20:37.924Z Compiling utf8_iter v1.0.4
5012026-04-07T02:20:38.015Z Compiling log v0.4.29
5022026-04-07T02:20:38.075Z Compiling getrandom v0.3.4
5032026-04-07T02:20:38.202Z Compiling utf8parse v0.2.2
5042026-04-07T02:20:38.304Z Compiling thiserror v2.0.18
5052026-04-07T02:20:38.334Z Compiling camino v1.2.2
5062026-04-07T02:20:38.373Z Compiling percent-encoding v2.3.2
5072026-04-07T02:20:38.456Z Compiling plain v0.2.3
5082026-04-07T02:20:38.570Z Compiling form_urlencoded v1.2.2
5092026-04-07T02:20:38.570Z Compiling anstyle-parse v0.2.7
5102026-04-07T02:20:38.715Z Compiling ordered-float v2.10.1
5112026-04-07T02:20:38.756Z Compiling synstructure v0.13.2
5122026-04-07T02:20:38.779Z Compiling pest_generator v2.8.6
5132026-04-07T02:20:38.978Z Compiling terminal_size v0.4.3
5142026-04-07T02:20:39.171Z Compiling cfg-if v1.0.4
5152026-04-07T02:20:39.253Z Compiling is_terminal_polyfill v1.70.2
5162026-04-07T02:20:39.278Z Compiling pretty-hex v0.4.1
5172026-04-07T02:20:39.333Z Compiling colorchoice v1.0.4
5182026-04-07T02:20:39.359Z Compiling anstyle v1.0.13
5192026-04-07T02:20:39.374Z Compiling anstyle-query v1.1.5
5202026-04-07T02:20:39.422Z Compiling serde-untagged v0.1.9
5212026-04-07T02:20:39.544Z Compiling anstream v0.6.21
5222026-04-07T02:20:39.563Z Compiling semver v1.0.27
5232026-04-07T02:20:39.628Z Compiling fs-err v3.3.0
5242026-04-07T02:20:39.672Z Compiling fnv v1.0.7
5252026-04-07T02:20:39.779Z Compiling once_cell v1.21.3
5262026-04-07T02:20:39.823Z Compiling unicode-xid v0.2.6
5272026-04-07T02:20:39.858Z Compiling heck v0.4.1
5282026-04-07T02:20:39.877Z Compiling bytecount v0.6.9
5292026-04-07T02:20:39.895Z Compiling unicode-width v0.1.14
5302026-04-07T02:20:39.950Z Compiling fastrand v2.3.0
5312026-04-07T02:20:40.022Z Compiling clap_lex v1.0.0
5322026-04-07T02:20:40.087Z Compiling strsim v0.11.1
5332026-04-07T02:20:40.174Z Compiling heck v0.5.0
5342026-04-07T02:20:40.222Z Compiling anyhow v1.0.102
5352026-04-07T02:20:40.252Z Compiling tempfile v3.25.0
5362026-04-07T02:20:40.315Z Compiling clap_builder v4.5.60
5372026-04-07T02:20:40.419Z Compiling papergrid v0.11.0
5382026-04-07T02:20:40.521Z Compiling serde_derive v1.0.228
5392026-04-07T02:20:40.540Z Compiling zerofrom-derive v0.1.6
5402026-04-07T02:20:40.556Z Compiling yoke-derive v0.8.1
5412026-04-07T02:20:40.637Z Compiling zerovec-derive v0.11.2
5422026-04-07T02:20:40.961Z Compiling displaydoc v0.2.5
5432026-04-07T02:20:41.717Z Compiling thiserror-impl v1.0.69
5442026-04-07T02:20:41.735Z Compiling zerocopy-derive v0.7.35
5452026-04-07T02:20:41.756Z Compiling pest_derive v2.8.6
5462026-04-07T02:20:41.867Z Compiling scroll_derive v0.12.1
5472026-04-07T02:20:41.936Z Compiling zerofrom v0.1.6
5482026-04-07T02:20:42.072Z Compiling yoke v0.8.1
5492026-04-07T02:20:42.186Z Compiling thiserror-impl v2.0.18
5502026-04-07T02:20:42.263Z Compiling zerovec v0.11.5
5512026-04-07T02:20:42.543Z Compiling zerotrie v0.2.3
5522026-04-07T02:20:42.613Z Compiling zerocopy v0.7.35
5532026-04-07T02:20:42.785Z Compiling tinystr v0.8.2
5542026-04-07T02:20:42.859Z Compiling potential_utf v0.1.4
5552026-04-07T02:20:43.005Z Compiling icu_locale_core v2.1.1
5562026-04-07T02:20:43.034Z Compiling icu_collections v2.1.1
5572026-04-07T02:20:43.099Z Compiling dtrace-parser v0.2.0
5582026-04-07T02:20:43.185Z Compiling scroll v0.12.0
5592026-04-07T02:20:43.393Z Compiling tabled_derive v0.7.0
5602026-04-07T02:20:43.462Z Compiling goblin v0.8.2
5612026-04-07T02:20:43.653Z Compiling icu_provider v2.1.1
5622026-04-07T02:20:43.816Z Compiling clap_derive v4.5.55
5632026-04-07T02:20:43.861Z Compiling memmap v0.7.0
5642026-04-07T02:20:43.906Z Compiling icu_properties v2.1.2
5652026-04-07T02:20:43.962Z Compiling toml_datetime v0.6.11
5662026-04-07T02:20:44.012Z Compiling serde_spanned v0.6.9
5672026-04-07T02:20:44.049Z Compiling icu_normalizer v2.1.1
5682026-04-07T02:20:44.052Z Compiling dof v0.3.0
5692026-04-07T02:20:44.219Z Compiling toml_edit v0.22.27
5702026-04-07T02:20:44.270Z Compiling serde_tokenstream v0.2.3
5712026-04-07T02:20:44.395Z Compiling serde-value v0.7.0
5722026-04-07T02:20:44.631Z Compiling cargo-platform v0.2.0
5732026-04-07T02:20:44.650Z Compiling unicode-linebreak v0.1.5
5742026-04-07T02:20:44.779Z Compiling smawk v0.3.2
5752026-04-07T02:20:44.903Z Compiling idna_adapter v1.2.1
5762026-04-07T02:20:44.920Z Compiling unicode-width v0.2.0
5772026-04-07T02:20:44.938Z Compiling tabled v0.15.0
5782026-04-07T02:20:45.049Z Compiling idna v1.1.0
5792026-04-07T02:20:45.128Z Compiling macaddr v1.0.1
5802026-04-07T02:20:45.196Z Compiling usdt-attr-macro v0.5.0
5812026-04-07T02:20:45.214Z Compiling usdt-macro v0.5.0
5822026-04-07T02:20:45.357Z Compiling url v2.5.8
5832026-04-07T02:20:45.737Z Compiling toml v0.8.23
5842026-04-07T02:20:45.757Z Compiling clap v4.5.60
5852026-04-07T02:20:45.866Z Compiling textwrap v0.16.2
5862026-04-07T02:20:46.142Z Compiling cargo-util-schemas v0.8.2
5872026-04-07T02:20:46.337Z Compiling cargo_toml v0.21.0
5882026-04-07T02:20:46.562Z Compiling camino-tempfile v1.4.1
5892026-04-07T02:20:46.669Z Compiling usdt v0.5.0
5902026-04-07T02:20:46.798Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5912026-04-07T02:20:46.850Z Compiling swrite v0.1.0
5922026-04-07T02:20:47.113Z Compiling cargo_metadata v0.21.0
5932026-04-07T02:20:48.069Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5942026-04-07T02:20:50.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.96s
5952026-04-07T02:20:50.461Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5962026-04-07T02:20:51.028Z Downloading crates ...
5972026-04-07T02:20:51.126Z Downloaded ascii-canvas v3.0.0
5982026-04-07T02:20:51.133Z Downloaded aead v0.5.2
5992026-04-07T02:20:51.136Z Downloaded async-stream v0.3.6
6002026-04-07T02:20:51.139Z Downloaded atomicwrites v0.4.4
6012026-04-07T02:20:51.142Z Downloaded atomic-waker v1.1.2
6022026-04-07T02:20:51.142Z Downloaded async-stream-impl v0.3.6
6032026-04-07T02:20:51.145Z Downloaded atty v0.2.14
6042026-04-07T02:20:51.148Z Downloaded async-compression v0.4.41
6052026-04-07T02:20:51.151Z Downloaded crunchy v0.2.4
6062026-04-07T02:20:51.154Z Downloaded cpufeatures v0.3.0
6072026-04-07T02:20:51.154Z Downloaded assert_matches v1.5.0
6082026-04-07T02:20:51.157Z Downloaded deranged v0.5.8
6092026-04-07T02:20:51.157Z Downloaded darling_macro v0.20.11
6102026-04-07T02:20:51.160Z Downloaded cstr-argument v0.1.2
6112026-04-07T02:20:51.160Z Downloaded ctr v0.9.2
6122026-04-07T02:20:51.164Z Downloaded dirs-next v2.0.0
6132026-04-07T02:20:51.164Z Downloaded diesel_derives v2.3.7
6142026-04-07T02:20:51.167Z Downloaded foreign-types v0.3.2
6152026-04-07T02:20:51.167Z Downloaded aws-lc-rs v1.16.0
6162026-04-07T02:20:51.173Z Downloaded foreign-types-shared v0.3.1
6172026-04-07T02:20:51.176Z Downloaded adler2 v2.0.1
6182026-04-07T02:20:51.176Z Downloaded crossterm v0.28.1
6192026-04-07T02:20:51.179Z Downloaded foldhash v0.1.5
6202026-04-07T02:20:51.182Z Downloaded derive-where v1.6.0
6212026-04-07T02:20:51.182Z Downloaded base64ct v1.8.3
6222026-04-07T02:20:51.185Z Downloaded backon v1.6.0
6232026-04-07T02:20:51.185Z Downloaded darling v0.21.3
6242026-04-07T02:20:51.188Z Downloaded dunce v1.0.5
6252026-04-07T02:20:51.191Z Downloaded bit-vec v0.6.3
6262026-04-07T02:20:51.191Z Downloaded bitfield-macros v0.19.4
6272026-04-07T02:20:51.191Z Downloaded compression-core v0.4.31
6282026-04-07T02:20:51.194Z Downloaded cargo-platform v0.1.9
6292026-04-07T02:20:51.194Z Downloaded darling_macro v0.23.0
6302026-04-07T02:20:51.194Z Downloaded cexpr v0.6.0
6312026-04-07T02:20:51.194Z Downloaded darling v0.20.11
6322026-04-07T02:20:51.197Z Downloaded drift v0.1.3
6332026-04-07T02:20:51.200Z Downloaded crossbeam-epoch v0.9.18
6342026-04-07T02:20:51.203Z Downloaded byte-wrapper v0.1.0
6352026-04-07T02:20:51.203Z Downloaded cancel-safe-futures v0.1.5
6362026-04-07T02:20:51.206Z Downloaded darling_macro v0.21.3
6372026-04-07T02:20:51.206Z Downloaded csv-core v0.1.13
6382026-04-07T02:20:51.209Z Downloaded backoff v0.4.0
6392026-04-07T02:20:51.209Z Downloaded bcrypt-pbkdf v0.10.0
6402026-04-07T02:20:51.209Z Downloaded defmt v1.0.1
6412026-04-07T02:20:51.213Z Downloaded console v0.15.11
6422026-04-07T02:20:51.213Z Downloaded chacha20 v0.9.1
6432026-04-07T02:20:51.216Z Downloaded argon2 v0.5.3
6442026-04-07T02:20:51.216Z Downloaded bitfield-struct v0.6.2
6452026-04-07T02:20:51.219Z Downloaded bit-vec v0.8.0
6462026-04-07T02:20:51.219Z Downloaded async-bb8-diesel v0.2.1
6472026-04-07T02:20:51.219Z Downloaded crossbeam-utils v0.8.21
6482026-04-07T02:20:51.222Z Downloaded bytes v1.11.1
6492026-04-07T02:20:51.225Z Downloaded block-padding v0.3.3
6502026-04-07T02:20:51.225Z Downloaded base64 v0.21.7
6512026-04-07T02:20:51.228Z Downloaded foldhash v0.2.0
6522026-04-07T02:20:51.228Z Downloaded cfg_aliases v0.2.1
6532026-04-07T02:20:51.228Z Downloaded arrayref v0.3.9
6542026-04-07T02:20:51.231Z Downloaded async-trait v0.1.89
6552026-04-07T02:20:51.231Z Downloaded display-error-chain v0.2.2
6562026-04-07T02:20:51.231Z Downloaded debug-ignore v1.0.5
6572026-04-07T02:20:51.235Z Downloaded curve25519-dalek-derive v0.1.1
6582026-04-07T02:20:51.235Z Downloaded async-recursion v1.1.1
6592026-04-07T02:20:51.238Z Downloaded diff v0.1.13
6602026-04-07T02:20:51.238Z Downloaded derive_builder_core v0.20.2
6612026-04-07T02:20:51.241Z Downloaded base16ct v0.2.0
6622026-04-07T02:20:51.241Z Downloaded daft-derive v0.1.5
6632026-04-07T02:20:51.244Z Downloaded compression-codecs v0.4.37
6642026-04-07T02:20:51.247Z Downloaded flagset v0.4.7
6652026-04-07T02:20:51.247Z Downloaded fixedbitset v0.5.7
6662026-04-07T02:20:51.247Z Downloaded fixedbitset v0.4.2
6672026-04-07T02:20:51.251Z Downloaded cfg_aliases v0.1.1
6682026-04-07T02:20:51.251Z Downloaded difflib v0.4.0
6692026-04-07T02:20:51.251Z Downloaded cobs v0.3.0
6702026-04-07T02:20:51.254Z Downloaded arc-swap v1.8.2
6712026-04-07T02:20:51.254Z Downloaded find-msvc-tools v0.1.9
6722026-04-07T02:20:51.254Z Downloaded ed25519 v2.2.3
6732026-04-07T02:20:51.258Z Downloaded ed25519-dalek v2.2.0
6742026-04-07T02:20:51.258Z Downloaded defmt v0.3.100
6752026-04-07T02:20:51.261Z Downloaded constant_time_eq v0.4.2
6762026-04-07T02:20:51.261Z Downloaded des v0.8.1
6772026-04-07T02:20:51.261Z Downloaded futures-io v0.3.32
6782026-04-07T02:20:51.264Z Downloaded enum-as-inner v0.6.1
6792026-04-07T02:20:51.264Z Downloaded dirs-sys-next v0.1.2
6802026-04-07T02:20:51.264Z Downloaded const_format v0.2.35
6812026-04-07T02:20:51.267Z Downloaded float-cmp v0.10.0
6822026-04-07T02:20:51.267Z Downloaded foreign-types-shared v0.1.1
6832026-04-07T02:20:51.270Z Downloaded ciborium v0.2.2
6842026-04-07T02:20:51.270Z Downloaded float-ord v0.3.2
6852026-04-07T02:20:51.270Z Downloaded embedded-io v0.6.1
6862026-04-07T02:20:51.273Z Downloaded either v1.15.0
6872026-04-07T02:20:51.273Z Downloaded darling_core v0.20.11
6882026-04-07T02:20:51.276Z Downloaded console v0.16.2
6892026-04-07T02:20:51.276Z Downloaded endian-type v0.1.2
6902026-04-07T02:20:51.280Z Downloaded crc v3.4.0
6912026-04-07T02:20:51.280Z Downloaded document-features v0.2.12
6922026-04-07T02:20:51.280Z Downloaded ciborium-io v0.2.2
6932026-04-07T02:20:51.280Z Downloaded bzip2 v0.6.1
6942026-04-07T02:20:51.283Z Downloaded hash32 v0.3.1
6952026-04-07T02:20:51.283Z Downloaded ghash v0.5.1
6962026-04-07T02:20:51.283Z Downloaded foreign-types-macros v0.2.3
6972026-04-07T02:20:51.286Z Downloaded embedded-io v0.4.0
6982026-04-07T02:20:51.286Z Downloaded fxhash v0.2.1
6992026-04-07T02:20:51.286Z Downloaded fallible-iterator v0.2.0
7002026-04-07T02:20:51.286Z Downloaded ecdsa v0.16.9
7012026-04-07T02:20:51.289Z Downloaded allocator-api2 v0.2.21
7022026-04-07T02:20:51.290Z Downloaded critical-section v1.2.0
7032026-04-07T02:20:51.290Z Downloaded dof v0.4.0
7042026-04-07T02:20:51.292Z Downloaded corncobs v0.1.4
7052026-04-07T02:20:51.292Z Downloaded cassowary v0.3.0
7062026-04-07T02:20:51.292Z Downloaded bcs v0.1.6
7072026-04-07T02:20:51.295Z Downloaded bb8 v0.8.6
7082026-04-07T02:20:51.295Z Downloaded cargo_metadata v0.19.2
7092026-04-07T02:20:51.298Z Downloaded const_format_proc_macros v0.2.34
7102026-04-07T02:20:51.298Z Downloaded convert_case v0.4.0
7112026-04-07T02:20:51.298Z Downloaded dtrace-parser v0.3.0
7122026-04-07T02:20:51.302Z Downloaded dsl_auto_type v0.2.0
7132026-04-07T02:20:51.302Z Downloaded daft v0.1.5
7142026-04-07T02:20:51.302Z Downloaded crucible-workspace-hack v0.1.0
7152026-04-07T02:20:51.302Z Downloaded bitfield v0.19.4
7162026-04-07T02:20:51.305Z Downloaded diesel-dtrace v0.5.0
7172026-04-07T02:20:51.305Z Downloaded diesel_table_macro_syntax v0.3.0
7182026-04-07T02:20:51.308Z Downloaded dropshot-api-manager-types v0.6.0
7192026-04-07T02:20:51.308Z Downloaded dyn-clone v1.0.20
7202026-04-07T02:20:51.311Z Downloaded blake2 v0.10.6
7212026-04-07T02:20:51.311Z Downloaded bit-set v0.8.0
7222026-04-07T02:20:51.311Z Downloaded globwalk v0.9.1
7232026-04-07T02:20:51.314Z Downloaded ff v0.13.1
7242026-04-07T02:20:51.314Z Downloaded derive_more v2.1.1
7252026-04-07T02:20:51.319Z Downloaded array-init v0.0.4
7262026-04-07T02:20:51.322Z Downloaded derive_builder_macro v0.20.2
7272026-04-07T02:20:51.322Z Downloaded colored v3.1.1
7282026-04-07T02:20:51.322Z Downloaded cookie_store v0.22.1
7292026-04-07T02:20:51.326Z Downloaded httpdate v1.0.3
7302026-04-07T02:20:51.326Z Downloaded blowfish v0.9.1
7312026-04-07T02:20:51.329Z Downloaded headers-core v0.3.0
7322026-04-07T02:20:51.329Z Downloaded futures-task v0.3.32
7332026-04-07T02:20:51.329Z Downloaded bzip2 v0.4.4
7342026-04-07T02:20:51.329Z Downloaded darling_core v0.21.3
7352026-04-07T02:20:51.332Z Downloaded funty v2.0.0
7362026-04-07T02:20:51.334Z Downloaded ena v0.14.4
7372026-04-07T02:20:51.335Z Downloaded gethostname v0.5.0
7382026-04-07T02:20:51.335Z Downloaded git-stub v1.0.0
7392026-04-07T02:20:51.338Z Downloaded der_derive v0.7.3
7402026-04-07T02:20:51.338Z Downloaded foreign-types v0.5.0
7412026-04-07T02:20:51.338Z Downloaded defmt-macros v1.0.1
7422026-04-07T02:20:51.341Z Downloaded hubpack_derive v0.1.1
7432026-04-07T02:20:51.341Z Downloaded home v0.5.12
7442026-04-07T02:20:51.341Z Downloaded hostname v0.3.1
7452026-04-07T02:20:51.344Z Downloaded group v0.13.0
7462026-04-07T02:20:51.344Z Downloaded cipher v0.4.4
7472026-04-07T02:20:51.344Z Downloaded elliptic-curve v0.13.8
7482026-04-07T02:20:51.347Z Downloaded derive-ex v0.1.8
7492026-04-07T02:20:51.347Z Downloaded hubpack v0.1.2
7502026-04-07T02:20:51.350Z Downloaded const-oid v0.9.6
7512026-04-07T02:20:51.350Z Downloaded ahash v0.8.12
7522026-04-07T02:20:51.353Z Downloaded futures-macro v0.3.32
7532026-04-07T02:20:51.353Z Downloaded convert_case v0.10.0
7542026-04-07T02:20:51.353Z Downloaded filetime v0.2.27
7552026-04-07T02:20:51.356Z Downloaded env_logger v0.11.9
7562026-04-07T02:20:51.357Z Downloaded cmake v0.1.57
7572026-04-07T02:20:51.357Z Downloaded hex v0.4.3
7582026-04-07T02:20:51.361Z Downloaded hyper-tls v0.6.0
7592026-04-07T02:20:51.361Z Downloaded futures-executor v0.3.32
7602026-04-07T02:20:51.361Z Downloaded erased-serde v0.3.31
7612026-04-07T02:20:51.366Z Downloaded buf-list v1.1.2
7622026-04-07T02:20:51.366Z Downloaded arrayvec v0.7.6
7632026-04-07T02:20:51.366Z Downloaded crc-catalog v2.4.0
7642026-04-07T02:20:51.369Z Downloaded colored v2.2.0
7652026-04-07T02:20:51.369Z Downloaded chacha20 v0.10.0
7662026-04-07T02:20:51.369Z Downloaded crc32fast v1.5.0
7672026-04-07T02:20:51.369Z Downloaded cbc v0.1.2
7682026-04-07T02:20:51.372Z Downloaded bitflags v1.3.2
7692026-04-07T02:20:51.372Z Downloaded http-range v0.1.5
7702026-04-07T02:20:51.375Z Downloaded hostname v0.4.2
7712026-04-07T02:20:51.375Z Downloaded base64 v0.22.1
7722026-04-07T02:20:51.378Z Downloaded http-body v1.0.1
7732026-04-07T02:20:51.379Z Downloaded hex-literal v0.4.1
7742026-04-07T02:20:51.379Z Downloaded futures-sink v0.3.32
7752026-04-07T02:20:51.382Z Downloaded futures-core v0.3.32
7762026-04-07T02:20:51.382Z Downloaded fd-lock v4.0.4
7772026-04-07T02:20:51.382Z Downloaded fs_extra v1.3.0
7782026-04-07T02:20:51.385Z Downloaded ciborium-ll v0.2.2
7792026-04-07T02:20:51.385Z Downloaded castaway v0.2.4
7802026-04-07T02:20:51.385Z Downloaded bit-set v0.5.3
7812026-04-07T02:20:51.385Z Downloaded is_ci v1.2.0
7822026-04-07T02:20:51.388Z Downloaded indoc v1.0.9
7832026-04-07T02:20:51.388Z Downloaded hash32 v0.2.1
7842026-04-07T02:20:51.388Z Downloaded instability v0.3.11
7852026-04-07T02:20:51.391Z Downloaded fs-err v2.11.0
7862026-04-07T02:20:51.391Z Downloaded highway v1.3.0
7872026-04-07T02:20:51.394Z Downloaded globset v0.4.18
7882026-04-07T02:20:51.394Z Downloaded futures-channel v0.3.32
7892026-04-07T02:20:51.394Z Downloaded git-stub-vcs v0.1.0
7902026-04-07T02:20:51.397Z Downloaded downcast-rs v2.0.2
7912026-04-07T02:20:51.397Z Downloaded camino-tempfile-ext v0.3.3
7922026-04-07T02:20:51.402Z Downloaded indoc v2.0.7
7932026-04-07T02:20:51.402Z Downloaded fatfs v0.3.6
7942026-04-07T02:20:51.405Z Downloaded darling v0.23.0
7952026-04-07T02:20:51.411Z Downloaded ipnetwork v0.21.1
7962026-04-07T02:20:51.411Z Downloaded lazy_static v1.5.0
7972026-04-07T02:20:51.411Z Downloaded lalrpop-util v0.19.12
7982026-04-07T02:20:51.414Z Downloaded ingot v0.1.1
7992026-04-07T02:20:51.414Z Downloaded cookie v0.18.1
8002026-04-07T02:20:51.414Z Downloaded darling_core v0.23.0
8012026-04-07T02:20:51.417Z Downloaded der v0.7.10
8022026-04-07T02:20:51.421Z Downloaded hyper-staticfile v0.10.1
8032026-04-07T02:20:51.423Z Downloaded instant v0.1.13
8042026-04-07T02:20:51.423Z Downloaded getrandom v0.2.17
8052026-04-07T02:20:51.423Z Downloaded inout v0.1.4
8062026-04-07T02:20:51.426Z Downloaded futures v0.3.32
8072026-04-07T02:20:51.429Z Downloaded lru-cache v0.1.2
8082026-04-07T02:20:51.429Z Downloaded clang-sys v1.8.1
8092026-04-07T02:20:51.432Z Downloaded humantime v2.3.0
8102026-04-07T02:20:51.432Z Downloaded libscf-sys v1.1.0
8112026-04-07T02:20:51.432Z Downloaded ident_case v1.0.1
8122026-04-07T02:20:51.432Z Downloaded indent_write v2.2.0
8132026-04-07T02:20:51.435Z Downloaded libefi-sys v0.1.0
8142026-04-07T02:20:51.435Z Downloaded crc-any v2.5.0
8152026-04-07T02:20:51.435Z Downloaded chacha20poly1305 v0.10.1
8162026-04-07T02:20:51.439Z Downloaded maplit v1.0.2
8172026-04-07T02:20:51.443Z Downloaded defmt-parser v1.0.0
8182026-04-07T02:20:51.443Z Downloaded is-terminal v0.4.17
8192026-04-07T02:20:51.443Z Downloaded headers v0.4.1
8202026-04-07T02:20:51.446Z Downloaded half v2.7.1
8212026-04-07T02:20:51.449Z Downloaded hmac v0.12.1
8222026-04-07T02:20:51.452Z Downloaded libsw-core v0.3.2
8232026-04-07T02:20:51.452Z Downloaded ipnet v2.11.0
8242026-04-07T02:20:51.452Z Downloaded ingot-types v0.1.2
8252026-04-07T02:20:51.455Z Downloaded keccak v0.1.6
8262026-04-07T02:20:51.455Z Downloaded hyper-rustls v0.27.7
8272026-04-07T02:20:51.458Z Downloaded flume v0.11.1
8282026-04-07T02:20:51.458Z Downloaded md-5 v0.10.6
8292026-04-07T02:20:51.462Z Downloaded getrandom v0.4.1
8302026-04-07T02:20:51.462Z Downloaded memoffset v0.9.1
8312026-04-07T02:20:51.465Z Downloaded newtype_derive v0.1.6
8322026-04-07T02:20:51.465Z Downloaded derive_builder v0.20.2
8332026-04-07T02:20:51.468Z Downloaded nanorand v0.7.0
8342026-04-07T02:20:51.468Z Downloaded match_cfg v0.1.0
8352026-04-07T02:20:51.471Z Downloaded mime v0.3.17
8362026-04-07T02:20:51.471Z Downloaded kstat-rs v0.2.4
8372026-04-07T02:20:51.471Z Downloaded lzss v0.8.2
8382026-04-07T02:20:51.474Z Downloaded num-complex v0.4.6
8392026-04-07T02:20:51.474Z Downloaded linked-hash-map v0.5.6
8402026-04-07T02:20:51.474Z Downloaded cc v1.2.56
8412026-04-07T02:20:51.477Z Downloaded dropshot_endpoint v0.16.7
8422026-04-07T02:20:51.480Z Downloaded env_filter v1.0.0
8432026-04-07T02:20:51.480Z Downloaded http-body-util v0.1.3
8442026-04-07T02:20:51.480Z Downloaded openssl-probe v0.2.1
8452026-04-07T02:20:51.483Z Downloaded nibble_vec v0.1.0
8462026-04-07T02:20:51.483Z Downloaded nonempty v0.12.0
8472026-04-07T02:20:51.486Z Downloaded iana-time-zone v0.1.65
8482026-04-07T02:20:51.486Z Downloaded num-derive v0.3.3
8492026-04-07T02:20:51.489Z Downloaded md5 v0.7.0
8502026-04-07T02:20:51.489Z Downloaded libloading v0.8.9
8512026-04-07T02:20:51.492Z Downloaded num-iter v0.1.45
8522026-04-07T02:20:51.492Z Downloaded crypto-bigint v0.5.5
8532026-04-07T02:20:51.495Z Downloaded parse-display v0.10.0
8542026-04-07T02:20:51.495Z Downloaded flate2 v1.1.9
8552026-04-07T02:20:51.498Z Downloaded compact_str v0.8.1
8562026-04-07T02:20:51.502Z Downloaded lru v0.12.5
8572026-04-07T02:20:51.502Z Downloaded ignore v0.4.25
8582026-04-07T02:20:51.505Z Downloaded multimap v0.10.1
8592026-04-07T02:20:51.505Z Downloaded crossbeam-channel v0.5.15
8602026-04-07T02:20:51.508Z Downloaded newtype-uuid-macros v0.1.0
8612026-04-07T02:20:51.508Z Downloaded impl-trait-for-tuples v0.2.3
8622026-04-07T02:20:51.511Z Downloaded jobserver v0.1.34
8632026-04-07T02:20:51.511Z Downloaded half v1.8.3
8642026-04-07T02:20:51.514Z Downloaded managed v0.8.0
8652026-04-07T02:20:51.514Z Downloaded libsw v3.5.0
8662026-04-07T02:20:51.514Z Downloaded num_enum_derive v0.7.5
8672026-04-07T02:20:51.517Z Downloaded mime_guess v2.0.5
8682026-04-07T02:20:51.517Z Downloaded normalize-line-endings v0.3.0
8692026-04-07T02:20:51.517Z Downloaded heapless v0.7.17
8702026-04-07T02:20:51.520Z Downloaded lru-slab v0.1.2
8712026-04-07T02:20:51.523Z Downloaded ingot-macros v0.1.1
8722026-04-07T02:20:51.540Z Downloaded opaque-debug v0.3.1
8732026-04-07T02:20:51.542Z Downloaded ar_archive_writer v0.5.1
8742026-04-07T02:20:51.545Z Downloaded omicron-zone-package v0.12.2
8752026-04-07T02:20:51.545Z Downloaded olpc-cjson v0.1.4
8762026-04-07T02:20:51.545Z Downloaded num-derive v0.4.2
8772026-04-07T02:20:51.548Z Downloaded httparse v1.10.1
8782026-04-07T02:20:51.552Z Downloaded dropshot-api-manager v0.6.0
8792026-04-07T02:20:51.552Z Downloaded bumpalo v3.20.2
8802026-04-07T02:20:51.554Z Downloaded hickory-resolver v0.24.4
8812026-04-07T02:20:51.557Z Downloaded parse-size v1.1.0
8822026-04-07T02:20:51.557Z Downloaded crossterm v0.29.0
8832026-04-07T02:20:51.560Z Downloaded num-integer v0.1.46
8842026-04-07T02:20:51.563Z Downloaded libbz2-rs-sys v0.2.2
8852026-04-07T02:20:51.564Z Downloaded packed_struct_codegen v0.10.1
8862026-04-07T02:20:51.566Z Downloaded nu-ansi-term v0.50.3
8872026-04-07T02:20:51.567Z Downloaded linear-map v1.2.0
8882026-04-07T02:20:51.567Z Downloaded derive_more-impl v2.1.1
8892026-04-07T02:20:51.570Z Downloaded predicates-tree v1.0.13
8902026-04-07T02:20:51.573Z Downloaded peg-runtime v0.8.5
8912026-04-07T02:20:51.573Z Downloaded native-tls v0.2.18
8922026-04-07T02:20:51.573Z Downloaded jiff-static v0.2.21
8932026-04-07T02:20:51.576Z Downloaded indicatif v0.18.4
8942026-04-07T02:20:51.579Z Downloaded pbkdf2 v0.12.2
8952026-04-07T02:20:51.579Z Downloaded http v1.4.0
8962026-04-07T02:20:51.582Z Downloaded lock_api v0.4.14
8972026-04-07T02:20:51.582Z Downloaded hashbrown v0.13.2
8982026-04-07T02:20:51.585Z Downloaded password-hash v0.4.2
8992026-04-07T02:20:51.588Z Downloaded parking_lot_core v0.8.6
9002026-04-07T02:20:51.588Z Downloaded num-rational v0.4.2
9012026-04-07T02:20:51.588Z Downloaded hickory-resolver v0.25.2
9022026-04-07T02:20:51.591Z Downloaded heapless v0.8.0
9032026-04-07T02:20:51.594Z Downloaded predicates-core v1.0.10
9042026-04-07T02:20:51.594Z Downloaded maybe-uninit v2.0.0
9052026-04-07T02:20:51.594Z Downloaded proc-macro-crate v1.3.1
9062026-04-07T02:20:51.599Z Downloaded miniz_oxide v0.8.9
9072026-04-07T02:20:51.599Z Downloaded new_debug_unreachable v1.0.6
9082026-04-07T02:20:51.602Z Downloaded hickory-server v0.25.2
9092026-04-07T02:20:51.602Z Downloaded aes v0.8.4
9102026-04-07T02:20:51.604Z Downloaded aes-gcm v0.10.3
9112026-04-07T02:20:51.607Z Downloaded password-hash v0.5.0
9122026-04-07T02:20:51.608Z Downloaded parse-display-derive v0.10.0
9132026-04-07T02:20:51.611Z Downloaded phf v0.12.1
9142026-04-07T02:20:51.611Z Downloaded oso v0.27.3
9152026-04-07T02:20:51.611Z Downloaded paste v1.0.15
9162026-04-07T02:20:51.614Z Downloaded precomputed-hash v0.1.1
9172026-04-07T02:20:51.614Z Downloaded pin-project-internal v1.1.11
9182026-04-07T02:20:51.617Z Downloaded glob v0.3.3
9192026-04-07T02:20:51.617Z Downloaded oxnet v0.1.4
9202026-04-07T02:20:51.617Z Downloaded openssl-sys v0.9.111
9212026-04-07T02:20:51.620Z Downloaded pkcs8 v0.10.2
9222026-04-07T02:20:51.623Z Downloaded pin-project-lite v0.2.17
9232026-04-07T02:20:51.626Z Downloaded pem-rfc7468 v0.7.0
9242026-04-07T02:20:51.629Z Downloaded hashbrown v0.12.3
9252026-04-07T02:20:51.629Z Downloaded progenitor-macro v0.11.2
9262026-04-07T02:20:51.632Z Downloaded num v0.4.3
9272026-04-07T02:20:51.632Z Downloaded internet-checksum v0.2.1
9282026-04-07T02:20:51.632Z Downloaded aho-corasick v1.1.4
9292026-04-07T02:20:51.635Z Downloaded psl-types v2.0.11
9302026-04-07T02:20:51.635Z Downloaded phf_shared v0.12.1
9312026-04-07T02:20:51.638Z Downloaded itertools v0.10.5
9322026-04-07T02:20:51.641Z Downloaded indexmap v1.9.3
9332026-04-07T02:20:51.644Z Downloaded progenitor v0.10.0
9342026-04-07T02:20:51.644Z Downloaded ppv-lite86 v0.2.21
9352026-04-07T02:20:51.647Z Downloaded pkcs5 v0.7.1
9362026-04-07T02:20:51.650Z Downloaded hashbrown v0.15.5
9372026-04-07T02:20:51.653Z Downloaded dropshot_endpoint v0.17.0
9382026-04-07T02:20:51.661Z Downloaded itertools v0.12.1
9392026-04-07T02:20:51.665Z Downloaded bitvec v1.0.1
9402026-04-07T02:20:51.674Z Downloaded ref-cast-impl v1.0.25
9412026-04-07T02:20:51.677Z Downloaded owo-colors v4.3.0
9422026-04-07T02:20:51.677Z Downloaded recursive-proc-macro-impl v0.1.1
9432026-04-07T02:20:51.677Z Downloaded primeorder v0.13.6
9442026-04-07T02:20:51.680Z Downloaded newline-converter v0.3.0
9452026-04-07T02:20:51.680Z Downloaded crc8 v0.1.1
9462026-04-07T02:20:51.680Z Downloaded blake3 v1.8.3
9472026-04-07T02:20:51.685Z Downloaded papergrid v0.17.0
9482026-04-07T02:20:51.689Z Downloaded proc-macro-error2 v2.0.1
9492026-04-07T02:20:51.692Z Downloaded hyper-util v0.1.20
9502026-04-07T02:20:51.695Z Downloaded russh-cryptovec v0.7.3
9512026-04-07T02:20:51.695Z Downloaded openssl-probe v0.1.6
9522026-04-07T02:20:51.698Z Downloaded pkcs1 v0.7.5
9532026-04-07T02:20:51.702Z Downloaded minimal-lexical v0.2.1
9542026-04-07T02:20:51.702Z Downloaded rtoolbox v0.0.3
9552026-04-07T02:20:51.705Z Downloaded num-conv v0.2.0
9562026-04-07T02:20:51.705Z Downloaded progenitor-client v0.10.0
9572026-04-07T02:20:51.708Z Downloaded sapling-renderdag v0.1.0
9582026-04-07T02:20:51.711Z Downloaded num_enum_derive v0.5.11
9592026-04-07T02:20:51.715Z Downloaded postcard v1.1.3
9602026-04-07T02:20:51.718Z Downloaded quinn-udp v0.5.14
9612026-04-07T02:20:51.725Z Downloaded packed_struct v0.10.1
9622026-04-07T02:20:51.729Z Downloaded phf_shared v0.11.3
9632026-04-07T02:20:51.732Z Downloaded prefix-trie v0.7.0
9642026-04-07T02:20:51.735Z Downloaded itertools v0.14.0
9652026-04-07T02:20:51.738Z Downloaded radium v0.7.0
9662026-04-07T02:20:51.743Z Downloaded psm v0.1.30
9672026-04-07T02:20:51.746Z Downloaded parking_lot v0.12.5
9682026-04-07T02:20:51.749Z Downloaded nom v7.1.3
9692026-04-07T02:20:51.752Z Downloaded serde_bytes v0.11.19
9702026-04-07T02:20:51.752Z Downloaded path-slash v0.1.5
9712026-04-07T02:20:51.755Z Downloaded pkg-config v0.3.32
9722026-04-07T02:20:51.755Z Downloaded peg v0.8.5
9732026-04-07T02:20:51.758Z Downloaded rustls-native-certs v0.8.3
9742026-04-07T02:20:51.758Z Downloaded pin-project v1.1.11
9752026-04-07T02:20:51.770Z Downloaded progenitor-macro v0.10.0
9762026-04-07T02:20:51.771Z Downloaded bindgen v0.71.1
9772026-04-07T02:20:51.771Z Downloaded num-bigint v0.4.6
9782026-04-07T02:20:51.775Z Downloaded proc-macro-crate v3.4.0
9792026-04-07T02:20:51.775Z Downloaded iddqd v0.3.17
9802026-04-07T02:20:51.778Z Downloaded postgres-types v0.2.12
9812026-04-07T02:20:51.782Z Downloaded pin-utils v0.1.0
9822026-04-07T02:20:51.782Z Downloaded chrono v0.4.44
9832026-04-07T02:20:51.785Z Downloaded rustls-pki-types v1.14.0
9842026-04-07T02:20:51.788Z Downloaded progenitor-extras v0.1.1
9852026-04-07T02:20:51.788Z Downloaded powerfmt v0.2.0
9862026-04-07T02:20:51.791Z Downloaded crossbeam-deque v0.8.6
9872026-04-07T02:20:51.791Z Downloaded schemars_derive v0.8.22
9882026-04-07T02:20:51.794Z Downloaded lalrpop v0.19.12
9892026-04-07T02:20:51.797Z Downloaded p384 v0.13.1
9902026-04-07T02:20:51.800Z Downloaded libxml v0.3.3
9912026-04-07T02:20:51.804Z Downloaded progenitor-client v0.11.2
9922026-04-07T02:20:51.807Z Downloaded progenitor v0.11.2
9932026-04-07T02:20:51.807Z Downloaded rand_core v0.10.0
9942026-04-07T02:20:51.810Z Downloaded nodrop v0.1.14
9952026-04-07T02:20:51.810Z Downloaded iri-string v0.7.10
9962026-04-07T02:20:51.813Z Downloaded multer v3.1.0
9972026-04-07T02:20:51.816Z Downloaded itertools v0.13.0
9982026-04-07T02:20:51.819Z Downloaded serde-big-array v0.5.1
9992026-04-07T02:20:51.819Z Downloaded futures-util v0.3.32
10002026-04-07T02:20:51.825Z Downloaded num_enum v0.7.5
10012026-04-07T02:20:51.828Z Downloaded num_enum v0.5.11
10022026-04-07T02:20:51.832Z Downloaded ryu v1.0.23
10032026-04-07T02:20:51.835Z Downloaded progenitor-impl v0.13.0
10042026-04-07T02:20:51.838Z Downloaded hyper v1.8.1
10052026-04-07T02:20:51.841Z Downloaded rand_core v0.6.4
10062026-04-07T02:20:51.841Z Downloaded quinn v0.11.9
10072026-04-07T02:20:51.844Z Downloaded prettyplease v0.2.37
10082026-04-07T02:20:51.847Z Downloaded serde_spanned v1.0.4
10092026-04-07T02:20:51.847Z Downloaded h2 v0.4.13
10102026-04-07T02:20:51.850Z Downloaded parking_lot_core v0.9.12
10112026-04-07T02:20:51.853Z Downloaded newtype-uuid v1.3.2
10122026-04-07T02:20:51.853Z Downloaded memmap2 v0.9.10
10132026-04-07T02:20:51.853Z Downloaded litrs v1.0.0
10142026-04-07T02:20:51.856Z Downloaded secrecy v0.10.3
10152026-04-07T02:20:51.856Z Downloaded scrypt v0.11.0
10162026-04-07T02:20:51.859Z Downloaded pretty_assertions v1.4.1
10172026-04-07T02:20:51.859Z Downloaded goblin v0.10.5
10182026-04-07T02:20:51.862Z Downloaded rustversion v1.0.22
10192026-04-07T02:20:51.865Z Downloaded rustls-pemfile v2.2.0
10202026-04-07T02:20:51.865Z Downloaded rustc_version v0.4.1
10212026-04-07T02:20:51.868Z Downloaded p521 v0.13.3
10222026-04-07T02:20:51.871Z Downloaded signature v2.2.0
10232026-04-07T02:20:51.871Z Downloaded seq-macro v0.3.6
10242026-04-07T02:20:51.871Z Downloaded sha1 v0.10.6
10252026-04-07T02:20:51.875Z Downloaded diesel v2.3.7
10262026-04-07T02:20:51.887Z Downloaded scroll_derive v0.13.1
10272026-04-07T02:20:51.890Z Downloaded rand_seeder v0.4.0
10282026-04-07T02:20:51.890Z Downloaded ref-cast v1.0.25
10292026-04-07T02:20:51.893Z Downloaded shell-words v1.1.1
10302026-04-07T02:20:51.893Z Downloaded rfc6979 v0.4.0
10312026-04-07T02:20:51.896Z Downloaded rusty-fork v0.3.1
10322026-04-07T02:20:51.896Z Downloaded rand_core v0.9.5
10332026-04-07T02:20:51.899Z Downloaded git2 v0.20.4
10342026-04-07T02:20:51.904Z Downloaded serde_derive_internals v0.29.1
10352026-04-07T02:20:51.907Z Downloaded slog-bunyan v2.5.0
10362026-04-07T02:20:51.910Z Downloaded sct v0.7.1
10372026-04-07T02:20:51.913Z Downloaded oso-derive v0.27.3
10382026-04-07T02:20:51.916Z Downloaded bstr v1.12.1
10392026-04-07T02:20:51.920Z Downloaded signal-hook-registry v1.4.8
10402026-04-07T02:20:51.923Z Downloaded scroll v0.13.0
10412026-04-07T02:20:51.923Z Downloaded rand v0.8.5
10422026-04-07T02:20:51.927Z Downloaded hkdf v0.12.4
10432026-04-07T02:20:51.927Z Downloaded shlex v1.3.0
10442026-04-07T02:20:51.931Z Downloaded resolv-conf v0.7.6
10452026-04-07T02:20:51.931Z Downloaded progenitor-impl v0.11.2
10462026-04-07T02:20:51.936Z Downloaded rcgen v0.12.1
10472026-04-07T02:20:51.939Z Downloaded num_threads v0.1.7
10482026-04-07T02:20:51.942Z Downloaded schemars v0.8.22
10492026-04-07T02:20:51.946Z Downloaded signal-hook-tokio v0.3.1
10502026-04-07T02:20:51.949Z Downloaded slog-async v2.8.0
10512026-04-07T02:20:51.949Z Downloaded openssl v0.10.75
10522026-04-07T02:20:51.955Z Downloaded openssl-macros v0.1.1
10532026-04-07T02:20:51.958Z Downloaded parking_lot v0.11.2
10542026-04-07T02:20:51.966Z Downloaded serde_yaml v0.9.34+deprecated
10552026-04-07T02:20:51.973Z Downloaded serde_path_to_error v0.1.20
10562026-04-07T02:20:51.976Z Downloaded rustc-hash v2.1.1
10572026-04-07T02:20:51.976Z Downloaded phf_shared v0.13.1
10582026-04-07T02:20:51.976Z Downloaded pbkdf2 v0.11.0
10592026-04-07T02:20:51.979Z Downloaded publicsuffix v2.3.0
10602026-04-07T02:20:51.982Z Downloaded smf v0.2.3
10612026-04-07T02:20:51.982Z Downloaded moka v0.12.13
10622026-04-07T02:20:51.986Z Downloaded rustls-platform-verifier v0.6.2
10632026-04-07T02:20:51.989Z Downloaded rand v0.9.2
10642026-04-07T02:20:51.992Z Downloaded phf v0.13.1
10652026-04-07T02:20:51.992Z Downloaded sqlformat v0.3.5
10662026-04-07T02:20:51.995Z Downloaded support-bundle-viewer v0.1.2
10672026-04-07T02:20:51.995Z Downloaded snafu-derive v0.8.9
10682026-04-07T02:20:51.995Z Downloaded slog-json v2.6.1
10692026-04-07T02:20:51.998Z Downloaded nix v0.31.1
10702026-04-07T02:20:52.005Z Downloaded serde_cbor v0.11.2
10712026-04-07T02:20:52.007Z Downloaded postgres-protocol v0.6.10
10722026-04-07T02:20:52.010Z Downloaded slog-scope v4.4.1
10732026-04-07T02:20:52.013Z Downloaded libm v0.2.16
10742026-04-07T02:20:52.019Z Downloaded subtle v2.6.1
10752026-04-07T02:20:52.022Z Downloaded rsa v0.9.10
10762026-04-07T02:20:52.025Z Downloaded poly1305 v0.8.0
10772026-04-07T02:20:52.025Z Downloaded progenitor-macro v0.13.0
10782026-04-07T02:20:52.025Z Downloaded tabled_derive v0.11.0
10792026-04-07T02:20:52.028Z Downloaded mio v1.1.1
10802026-04-07T02:20:52.031Z Downloaded predicates v3.1.4
10812026-04-07T02:20:52.031Z Downloaded strum_macros v0.24.3
10822026-04-07T02:20:52.034Z Downloaded similar v2.7.0
10832026-04-07T02:20:52.037Z Downloaded samael v0.0.19
10842026-04-07T02:20:52.040Z Downloaded thiserror-impl-no-std v2.0.2
10852026-04-07T02:20:52.040Z Downloaded tagptr v0.2.0
10862026-04-07T02:20:52.043Z Downloaded peg-macros v0.8.5
10872026-04-07T02:20:52.043Z Downloaded polyval v0.6.2
10882026-04-07T02:20:52.046Z Downloaded hickory-proto v0.25.2
10892026-04-07T02:20:52.052Z Downloaded time-core v0.1.8
10902026-04-07T02:20:52.055Z Downloaded data-encoding v2.10.0
10912026-04-07T02:20:52.055Z Downloaded schemars v1.2.1
10922026-04-07T02:20:52.063Z Downloaded term v1.2.1
10932026-04-07T02:20:52.066Z Downloaded take_mut v0.2.2
10942026-04-07T02:20:52.066Z Downloaded tls_codec_derive v0.4.2
10952026-04-07T02:20:52.070Z Downloaded slog-envlogger v2.2.0
10962026-04-07T02:20:52.070Z Downloaded thiserror-no-std v2.0.2
10972026-04-07T02:20:52.073Z Downloaded oxide-tokio-rt v0.1.3
10982026-04-07T02:20:52.073Z Downloaded hickory-proto v0.24.4
10992026-04-07T02:20:52.081Z Downloaded socket2 v0.5.10
11002026-04-07T02:20:52.084Z Downloaded tower-layer v0.3.3
11012026-04-07T02:20:52.084Z Downloaded num-bigint-dig v0.8.6
11022026-04-07T02:20:52.087Z Downloaded recursive v0.1.1
11032026-04-07T02:20:52.087Z Downloaded rand_chacha v0.3.1
11042026-04-07T02:20:52.090Z Downloaded proptest v1.10.0
11052026-04-07T02:20:52.093Z Downloaded tower-service v0.3.3
11062026-04-07T02:20:52.098Z Downloaded reqwest v0.13.2
11072026-04-07T02:20:52.101Z Downloaded termios v0.3.3
11082026-04-07T02:20:52.101Z Downloaded ssh-cipher v0.2.0
11092026-04-07T02:20:52.101Z Downloaded slab v0.4.12
11102026-04-07T02:20:52.101Z Downloaded regex v1.12.3
11112026-04-07T02:20:52.104Z Downloaded rand v0.10.0
11122026-04-07T02:20:52.107Z Downloaded subprocess v0.2.15
11132026-04-07T02:20:52.110Z Downloaded strum_macros v0.26.4
11142026-04-07T02:20:52.110Z Downloaded progenitor v0.13.0
11152026-04-07T02:20:52.110Z Downloaded signal-hook v0.3.18
11162026-04-07T02:20:52.113Z Downloaded p256 v0.13.2
11172026-04-07T02:20:52.116Z Downloaded pem v3.0.6
11182026-04-07T02:20:52.116Z Downloaded toml_writer v1.0.6+spec-1.1.0
11192026-04-07T02:20:52.116Z Downloaded rustls-webpki v0.101.7
11202026-04-07T02:20:52.124Z Downloaded progenitor-impl v0.10.0
11212026-04-07T02:20:52.127Z Downloaded rayon-core v1.13.0
11222026-04-07T02:20:52.130Z Downloaded term v0.7.0
11232026-04-07T02:20:52.130Z Downloaded curve25519-dalek v4.1.3
11242026-04-07T02:20:52.135Z Downloaded spin v0.9.8
11252026-04-07T02:20:52.138Z Downloaded salty v0.3.0
11262026-04-07T02:20:52.141Z Downloaded serde_plain v1.0.2
11272026-04-07T02:20:52.144Z Downloaded tar v0.4.45
11282026-04-07T02:20:52.144Z Downloaded simd-adler32 v0.3.8
11292026-04-07T02:20:52.147Z Downloaded slog v2.8.2
11302026-04-07T02:20:52.147Z Downloaded portable-atomic v1.13.1
11312026-04-07T02:20:52.152Z Downloaded untrusted v0.9.0
11322026-04-07T02:20:52.155Z Downloaded unit-prefix v0.5.2
11332026-04-07T02:20:52.158Z Downloaded tokio-native-tls v0.3.1
11342026-04-07T02:20:52.158Z Downloaded scheduled-thread-pool v0.2.7
11352026-04-07T02:20:52.163Z Downloaded expectorate v1.2.0
11362026-04-07T02:20:52.170Z Downloaded usdt v0.6.0
11372026-04-07T02:20:52.173Z Downloaded russh v0.45.0
11382026-04-07T02:20:52.176Z Downloaded vergen-gitcl v1.0.8
11392026-04-07T02:20:52.176Z Downloaded siphasher v1.0.2
11402026-04-07T02:20:52.179Z Downloaded polar-core v0.27.3
11412026-04-07T02:20:52.182Z Downloaded sync_wrapper v1.0.2
11422026-04-07T02:20:52.182Z Downloaded proc-macro-error-attr2 v2.0.0
11432026-04-07T02:20:52.185Z Downloaded try-lock v0.2.5
11442026-04-07T02:20:52.185Z Downloaded salsa20 v0.10.2
11452026-04-07T02:20:52.189Z Downloaded spki v0.7.3
11462026-04-07T02:20:52.189Z Downloaded rustls v0.23.37
11472026-04-07T02:20:52.194Z Downloaded ron v0.8.1
11482026-04-07T02:20:52.197Z Downloaded untrusted v0.7.1
11492026-04-07T02:20:52.200Z Downloaded object v0.30.4
11502026-04-07T02:20:52.204Z Downloaded rand_xorshift v0.4.0
11512026-04-07T02:20:52.207Z Downloaded ssh-key v0.6.7
11522026-04-07T02:20:52.210Z Downloaded strip-ansi-escapes v0.2.1
11532026-04-07T02:20:52.210Z Downloaded sqlparser_derive v0.5.0
11542026-04-07T02:20:52.215Z Downloaded r2d2 v0.8.10
11552026-04-07T02:20:52.215Z Downloaded usdt-attr-macro v0.6.0
11562026-04-07T02:20:52.215Z Downloaded serde-hex v0.1.0
11572026-04-07T02:20:52.215Z Downloaded qorb v0.4.1
11582026-04-07T02:20:52.220Z Downloaded tokio-util v0.7.18
11592026-04-07T02:20:52.225Z Downloaded serde_with v3.17.0
11602026-04-07T02:20:52.232Z Downloaded xattr v1.6.1
11612026-04-07T02:20:52.235Z Downloaded vergen-lib v0.1.6
11622026-04-07T02:20:52.235Z Downloaded rustls-webpki v0.103.9
11632026-04-07T02:20:52.238Z Downloaded typify-macro v0.6.1
11642026-04-07T02:20:52.238Z Downloaded rpassword v7.4.0
11652026-04-07T02:20:52.238Z Downloaded toml v0.9.12+spec-1.1.0
11662026-04-07T02:20:52.241Z Downloaded rustls v0.21.12
11672026-04-07T02:20:52.247Z Downloaded typify-macro v0.4.3
11682026-04-07T02:20:52.250Z Downloaded scopeguard v1.2.0
11692026-04-07T02:20:52.250Z Downloaded same-file v1.0.6
11702026-04-07T02:20:52.250Z Downloaded steno v0.4.1
11712026-04-07T02:20:52.253Z Downloaded petname v2.0.2
11722026-04-07T02:20:52.255Z Downloaded rustls-pemfile v1.0.4
11732026-04-07T02:20:52.258Z Downloaded string_cache v0.8.9
11742026-04-07T02:20:52.258Z Downloaded smallvec v0.6.14
11752026-04-07T02:20:52.259Z Downloaded universal-hash v0.5.1
11762026-04-07T02:20:52.259Z Downloaded slog-dtrace v0.3.0
11772026-04-07T02:20:52.262Z Downloaded slog-stdlog v4.1.1
11782026-04-07T02:20:52.262Z Downloaded wyz v0.5.1
11792026-04-07T02:20:52.262Z Downloaded toml_edit v0.23.10+spec-1.0.0
11802026-04-07T02:20:52.265Z Downloaded rustls v0.22.4
11812026-04-07T02:20:52.271Z Downloaded vsss-rs v3.3.4
11822026-04-07T02:20:52.274Z Downloaded zone v0.3.1
11832026-04-07T02:20:52.274Z Downloaded quick-error v1.2.3
11842026-04-07T02:20:52.274Z Downloaded reedline v0.40.0
11852026-04-07T02:20:52.278Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11862026-04-07T02:20:52.282Z Downloaded tiny-keccak v2.0.2
11872026-04-07T02:20:52.282Z Downloaded tracing-core v0.1.36
11882026-04-07T02:20:52.285Z Downloaded socket2 v0.6.2
11892026-04-07T02:20:52.285Z Downloaded bzip2-sys v0.1.13+1.0.8
11902026-04-07T02:20:52.292Z Downloaded thread-id v5.1.0
11912026-04-07T02:20:52.296Z Downloaded quick-xml v0.37.5
11922026-04-07T02:20:52.308Z Downloaded zeroize v1.8.2
11932026-04-07T02:20:52.311Z Downloaded zeroize_derive v1.4.3
11942026-04-07T02:20:52.311Z Downloaded test-strategy v0.4.5
11952026-04-07T02:20:52.315Z Downloaded smoltcp v0.9.1
11962026-04-07T02:20:52.318Z Downloaded unicode-bidi v0.3.18
11972026-04-07T02:20:52.321Z Downloaded dropshot v0.16.7
11982026-04-07T02:20:52.332Z Downloaded whoami v2.1.0
11992026-04-07T02:20:52.335Z Downloaded rand_chacha v0.9.0
12002026-04-07T02:20:52.335Z Downloaded usdt-macro v0.6.0
12012026-04-07T02:20:52.335Z Downloaded twox-hash v2.1.2
12022026-04-07T02:20:52.338Z Downloaded unsafe-libyaml v0.2.11
12032026-04-07T02:20:52.341Z Downloaded tracing-attributes v0.1.31
12042026-04-07T02:20:52.342Z Downloaded xshell v0.2.7
12052026-04-07T02:20:52.342Z Downloaded tokio-rustls v0.26.4
12062026-04-07T02:20:52.345Z Downloaded tungstenite v0.21.0
12072026-04-07T02:20:52.348Z Downloaded chrono-tz v0.10.4
12082026-04-07T02:20:52.357Z Downloaded tower v0.5.3
12092026-04-07T02:20:52.362Z Downloaded nix v0.28.0
12102026-04-07T02:20:52.369Z Downloaded vergen-git2 v1.0.7
12112026-04-07T02:20:52.372Z Downloaded dropshot v0.17.0
12122026-04-07T02:20:52.384Z Downloaded stacker v0.1.23
12132026-04-07T02:20:52.387Z Downloaded rayon v1.11.0
12142026-04-07T02:20:52.392Z Downloaded serde_repr v0.1.20
12152026-04-07T02:20:52.392Z Downloaded rustls-webpki v0.102.8
12162026-04-07T02:20:52.400Z Downloaded unicode-segmentation v1.12.0
12172026-04-07T02:20:52.403Z Downloaded sec1 v0.7.3
12182026-04-07T02:20:52.403Z Downloaded nix v0.27.1
12192026-04-07T02:20:52.409Z Downloaded waitgroup v0.1.2
12202026-04-07T02:20:52.412Z Downloaded secrecy v0.8.0
12212026-04-07T02:20:52.412Z Downloaded tokio-postgres v0.7.16
12222026-04-07T02:20:52.415Z Downloaded void v1.0.2
12232026-04-07T02:20:52.416Z Downloaded rustyline v14.0.0
12242026-04-07T02:20:52.419Z Downloaded nix v0.29.0
12252026-04-07T02:20:52.423Z Downloaded quinn-proto v0.11.13
12262026-04-07T02:20:52.429Z Downloaded supports-color v3.0.2
12272026-04-07T02:20:52.432Z Downloaded rustc_version v0.1.7
12282026-04-07T02:20:52.432Z Downloaded petgraph v0.8.3
12292026-04-07T02:20:52.442Z Downloaded tungstenite v0.23.0
12302026-04-07T02:20:52.445Z Downloaded tap v1.0.1
12312026-04-07T02:20:52.445Z Downloaded stringprep v0.1.5
12322026-04-07T02:20:52.448Z Downloaded regex-syntax v0.6.29
12332026-04-07T02:20:52.452Z Downloaded openapiv3 v2.2.0
12342026-04-07T02:20:52.457Z Downloaded zerocopy-derive v0.8.40
12352026-04-07T02:20:52.462Z Downloaded derive_more v0.99.20
12362026-04-07T02:20:52.465Z Downloaded tabled v0.20.0
12372026-04-07T02:20:52.474Z Downloaded zip v4.6.1
12382026-04-07T02:20:52.477Z Downloaded ssh-encoding v0.2.0
12392026-04-07T02:20:52.481Z Downloaded trait-variant v0.1.2
12402026-04-07T02:20:52.481Z Downloaded sha3 v0.10.8
12412026-04-07T02:20:52.484Z Downloaded tinyvec_macros v0.1.1
12422026-04-07T02:20:52.484Z Downloaded tabwriter v1.4.1
12432026-04-07T02:20:52.484Z Downloaded slog-term v2.9.2
12442026-04-07T02:20:52.487Z Downloaded radix_trie v0.2.1
12452026-04-07T02:20:52.487Z Downloaded toml_parser v1.0.9+spec-1.1.0
12462026-04-07T02:20:52.491Z Downloaded toml_edit v0.19.15
12472026-04-07T02:20:52.498Z Downloaded yasna v0.5.2
12482026-04-07T02:20:52.501Z Downloaded unicode-normalization v0.1.25
12492026-04-07T02:20:52.504Z Downloaded semver v0.1.20
12502026-04-07T02:20:52.504Z Downloaded object v0.37.3
12512026-04-07T02:20:52.508Z Downloaded time v0.3.47
12522026-04-07T02:20:52.515Z Downloaded schemars v0.9.0
12532026-04-07T02:20:52.523Z Downloaded yansi v1.0.1
12542026-04-07T02:20:52.526Z Downloaded tokio-tungstenite v0.23.1
12552026-04-07T02:20:52.526Z Downloaded tokio-rustls v0.25.0
12562026-04-07T02:20:52.529Z Downloaded reqwest v0.12.28
12572026-04-07T02:20:52.532Z Downloaded termtree v0.5.1
12582026-04-07T02:20:52.532Z Downloaded rustix v0.38.44
12592026-04-07T02:20:52.544Z Downloaded zip v0.6.6
12602026-04-07T02:20:52.547Z Downloaded strum v0.26.3
12612026-04-07T02:20:52.547Z Downloaded topological-sort v0.2.2
12622026-04-07T02:20:52.550Z Downloaded zerocopy v0.8.40
12632026-04-07T02:20:52.553Z Downloaded unarray v0.1.4
12642026-04-07T02:20:52.556Z Downloaded tinyvec v1.10.0
12652026-04-07T02:20:52.556Z Downloaded toml v0.7.8
12662026-04-07T02:20:52.559Z Downloaded russh-keys v0.45.0
12672026-04-07T02:20:52.559Z Downloaded sigpipe v0.1.3
12682026-04-07T02:20:52.559Z Downloaded whoami v1.6.1
12692026-04-07T02:20:52.562Z Downloaded unicode-properties v0.1.4
12702026-04-07T02:20:52.562Z Downloaded toml v1.0.6+spec-1.1.0
12712026-04-07T02:20:52.565Z Downloaded sled v0.34.7
12722026-04-07T02:20:52.570Z Downloaded regex-syntax v0.8.10
12732026-04-07T02:20:52.574Z Downloaded strum_macros v0.27.2
12742026-04-07T02:20:52.577Z Downloaded progenitor-client v0.13.0
12752026-04-07T02:20:52.577Z Downloaded tokio-rustls v0.24.1
12762026-04-07T02:20:52.582Z Downloaded signal-hook-mio v0.2.5
12772026-04-07T02:20:52.594Z Downloaded structmeta-derive v0.3.0
12782026-04-07T02:20:52.598Z Downloaded typify v0.4.3
12792026-04-07T02:20:52.601Z Downloaded testing_table v0.3.0
12802026-04-07T02:20:52.606Z Downloaded serde_with_macros v3.17.0
12812026-04-07T02:20:52.610Z Downloaded regress v0.10.5
12822026-04-07T02:20:52.616Z Downloaded structmeta v0.3.0
12832026-04-07T02:20:52.619Z Downloaded uzers v0.12.2
12842026-04-07T02:20:52.623Z Downloaded sync-ptr v0.1.4
12852026-04-07T02:20:52.627Z Downloaded thread_local v1.1.9
12862026-04-07T02:20:52.630Z Downloaded tokio-stream v0.1.18
12872026-04-07T02:20:52.633Z Downloaded strum v0.27.2
12882026-04-07T02:20:52.633Z Downloaded tokio-dtrace v0.1.1
12892026-04-07T02:20:52.637Z Downloaded smoltcp v0.11.0
12902026-04-07T02:20:52.645Z Downloaded toml_datetime v1.0.0+spec-1.1.0
12912026-04-07T02:20:52.648Z Downloaded zlib-rs v0.6.2
12922026-04-07T02:20:52.652Z Downloaded tokio-macros v2.6.0
12932026-04-07T02:20:52.656Z Downloaded tls_codec v0.4.2
12942026-04-07T02:20:52.660Z Downloaded time-macros v0.2.27
12952026-04-07T02:20:52.668Z Downloaded want v0.3.1
12962026-04-07T02:20:52.672Z Downloaded zstd v0.13.3
12972026-04-07T02:20:52.679Z Downloaded vergen v9.0.6
12982026-04-07T02:20:52.679Z Downloaded tui-tree-widget v0.23.1
12992026-04-07T02:20:52.682Z Downloaded tokio-tungstenite v0.21.0
13002026-04-07T02:20:52.682Z Downloaded zone_cfg_derive v0.3.1
13012026-04-07T02:20:52.682Z Downloaded utf-8 v0.7.6
13022026-04-07T02:20:52.685Z Downloaded typify v0.6.1
13032026-04-07T02:20:52.689Z Downloaded wait-timeout v0.2.1
13042026-04-07T02:20:52.689Z Downloaded usdt-impl v0.6.0
13052026-04-07T02:20:52.692Z Downloaded uuid v1.23.0
13062026-04-07T02:20:52.695Z Downloaded walkdir v2.5.0
13072026-04-07T02:20:52.695Z Downloaded xshell-macros v0.2.7
13082026-04-07T02:20:52.698Z Downloaded zerocopy v0.6.6
13092026-04-07T02:20:52.705Z Downloaded vte v0.14.1
13102026-04-07T02:20:52.710Z Downloaded snafu v0.8.9
13112026-04-07T02:20:52.713Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13122026-04-07T02:20:52.723Z Downloaded zopfli v0.8.3
13132026-04-07T02:20:52.726Z Downloaded winnow v0.6.26
13142026-04-07T02:20:52.729Z Downloaded vcpkg v0.2.15
13152026-04-07T02:20:52.751Z Downloaded sqlparser v0.61.0
13162026-04-07T02:20:52.758Z Downloaded zstd-safe v7.2.4
13172026-04-07T02:20:52.761Z Downloaded winnow v0.5.40
13182026-04-07T02:20:52.764Z Downloaded static_assertions v1.1.0
13192026-04-07T02:20:52.767Z Downloaded x509-cert v0.2.5
13202026-04-07T02:20:52.771Z Downloaded unicode_categories v0.1.1
13212026-04-07T02:20:52.775Z Downloaded serde_urlencoded v0.7.1
13222026-04-07T02:20:52.779Z Downloaded unicase v2.9.0
13232026-04-07T02:20:52.793Z Downloaded typed-path v0.9.3
13242026-04-07T02:20:52.799Z Downloaded tower-http v0.6.8
13252026-04-07T02:20:52.814Z Downloaded tough v0.20.0
13262026-04-07T02:20:52.818Z Downloaded zerocopy-derive v0.6.6
13272026-04-07T02:20:52.826Z Downloaded unicode-truncate v1.1.0
13282026-04-07T02:20:52.830Z Downloaded ratatui v0.29.0
13292026-04-07T02:20:52.838Z Downloaded tracing v0.1.44
13302026-04-07T02:20:52.851Z Downloaded typify-impl v0.4.3
13312026-04-07T02:20:52.869Z Downloaded regex-automata v0.4.14
13322026-04-07T02:20:52.876Z Downloaded petgraph v0.6.5
13332026-04-07T02:20:52.887Z Downloaded jiff v0.2.21
13342026-04-07T02:20:52.897Z Downloaded webpki-roots v1.0.6
13352026-04-07T02:20:52.914Z Downloaded csv v1.4.0
13362026-04-07T02:20:52.933Z Downloaded libz-sys v1.1.24
13372026-04-07T02:20:52.973Z Downloaded typify-impl v0.6.1
13382026-04-07T02:20:52.989Z Downloaded tokio v1.50.0
13392026-04-07T02:20:53.100Z Downloaded encoding_rs v0.8.35
13402026-04-07T02:20:53.115Z Downloaded ring v0.17.14
13412026-04-07T02:20:53.139Z Downloaded libgit2-sys v0.18.3+1.9.2
13422026-04-07T02:20:53.354Z Downloaded aws-lc-sys v0.37.1
13432026-04-07T02:20:53.610Z Compiling libc v0.2.180
13442026-04-07T02:20:53.611Z Compiling serde v1.0.228
13452026-04-07T02:20:53.614Z Compiling shlex v1.3.0
13462026-04-07T02:20:53.614Z Compiling log v0.4.29
13472026-04-07T02:20:53.614Z Compiling find-msvc-tools v0.1.9
13482026-04-07T02:20:53.743Z Compiling smallvec v1.15.1
13492026-04-07T02:20:53.747Z Compiling syn v2.0.117
13502026-04-07T02:20:53.752Z Compiling typenum v1.19.0
13512026-04-07T02:20:53.941Z Compiling generic-array v0.14.7
13522026-04-07T02:20:53.954Z Compiling subtle v2.6.1
13532026-04-07T02:20:53.975Z Compiling scopeguard v1.2.0
13542026-04-07T02:20:54.046Z Compiling const-oid v0.9.6
13552026-04-07T02:20:54.189Z Compiling portable-atomic v1.13.1
13562026-04-07T02:20:54.192Z Compiling lock_api v0.4.14
13572026-04-07T02:20:54.212Z Compiling zerocopy v0.8.40
13582026-04-07T02:20:54.310Z Compiling serde_json v1.0.149
13592026-04-07T02:20:54.446Z Compiling critical-section v1.2.0
13602026-04-07T02:20:54.528Z Compiling parking_lot_core v0.9.12
13612026-04-07T02:20:54.558Z Compiling pin-project-lite v0.2.17
13622026-04-07T02:20:54.675Z Compiling pkg-config v0.3.32
13632026-04-07T02:20:54.771Z Compiling getrandom v0.2.17
13642026-04-07T02:20:54.815Z Compiling jobserver v0.1.34
13652026-04-07T02:20:54.831Z Compiling errno v0.3.14
13662026-04-07T02:20:54.962Z Compiling rand_core v0.6.4
13672026-04-07T02:20:55.017Z Compiling signal-hook-registry v1.4.8
13682026-04-07T02:20:55.045Z Compiling cc v1.2.56
13692026-04-07T02:20:55.237Z Compiling once_cell v1.21.3
13702026-04-07T02:20:55.267Z Compiling bitflags v2.11.0
13712026-04-07T02:20:55.288Z Compiling libm v0.2.16
13722026-04-07T02:20:55.316Z Compiling mio v1.1.1
13732026-04-07T02:20:55.457Z Compiling parking_lot v0.12.5
13742026-04-07T02:20:55.498Z Compiling num-traits v0.2.19
13752026-04-07T02:20:55.544Z Compiling futures-core v0.3.32
13762026-04-07T02:20:55.708Z Compiling percent-encoding v2.3.2
13772026-04-07T02:20:55.818Z Compiling socket2 v0.6.2
13782026-04-07T02:20:55.859Z Compiling allocator-api2 v0.2.21
13792026-04-07T02:20:55.875Z Compiling futures-sink v0.3.32
13802026-04-07T02:20:55.888Z Compiling getrandom v0.3.4
13812026-04-07T02:20:55.904Z Compiling cpufeatures v0.2.17
13822026-04-07T02:20:55.986Z Compiling foldhash v0.2.0
13832026-04-07T02:20:56.000Z Compiling futures-channel v0.3.32
13842026-04-07T02:20:56.216Z Compiling hashbrown v0.16.1
13852026-04-07T02:20:56.231Z Compiling futures-task v0.3.32
13862026-04-07T02:20:56.243Z Compiling futures-io v0.3.32
13872026-04-07T02:20:56.259Z Compiling slab v0.4.12
13882026-04-07T02:20:56.404Z Compiling rustversion v1.0.22
13892026-04-07T02:20:56.420Z Compiling form_urlencoded v1.2.2
13902026-04-07T02:20:56.609Z Compiling cmake v0.1.57
13912026-04-07T02:20:56.710Z Compiling fs_extra v1.3.0
13922026-04-07T02:20:56.813Z Compiling indexmap v2.13.0
13932026-04-07T02:20:56.828Z Compiling synstructure v0.13.2
13942026-04-07T02:20:56.911Z Compiling ident_case v1.0.1
13952026-04-07T02:20:56.992Z Compiling base64ct v1.8.3
13962026-04-07T02:20:57.026Z Compiling dunce v1.0.5
13972026-04-07T02:20:57.044Z Compiling getrandom v0.4.1
13982026-04-07T02:20:57.104Z Compiling flagset v0.4.7
13992026-04-07T02:20:57.127Z Compiling aws-lc-sys v0.37.1
14002026-04-07T02:20:57.241Z Compiling pem-rfc7468 v0.7.0
14012026-04-07T02:20:57.300Z Compiling rand_core v0.10.0
14022026-04-07T02:20:57.415Z Compiling rand_core v0.9.5
14032026-04-07T02:20:57.448Z Compiling rustix v1.1.3
14042026-04-07T02:20:57.478Z Compiling iana-time-zone v0.1.65
14052026-04-07T02:20:57.504Z Compiling ring v0.17.14
14062026-04-07T02:20:57.559Z Compiling rustc_version v0.4.1
14072026-04-07T02:20:57.682Z Compiling uuid v1.23.0
14082026-04-07T02:20:57.682Z Compiling aws-lc-rs v1.16.0
14092026-04-07T02:20:57.707Z Compiling regex-syntax v0.8.10
14102026-04-07T02:20:57.894Z Compiling vcpkg v0.2.15
14112026-04-07T02:20:57.985Z Compiling tracing-core v0.1.36
14122026-04-07T02:20:58.414Z Compiling pest_generator v2.8.6
14132026-04-07T02:20:58.544Z Compiling serde_derive_internals v0.29.1
14142026-04-07T02:20:58.627Z Compiling serde_derive v1.0.228
14152026-04-07T02:20:58.644Z Compiling zeroize_derive v1.4.3
14162026-04-07T02:20:59.134Z Compiling zerofrom-derive v0.1.6
14172026-04-07T02:20:59.259Z Compiling yoke-derive v0.8.1
14182026-04-07T02:20:59.295Z Compiling zeroize v1.8.2
14192026-04-07T02:20:59.514Z Compiling zerocopy-derive v0.8.40
14202026-04-07T02:21:00.067Z Compiling crypto-common v0.1.7
14212026-04-07T02:21:00.128Z Compiling block-buffer v0.10.4
14222026-04-07T02:21:00.221Z Compiling zerovec-derive v0.11.2
14232026-04-07T02:21:00.300Z Compiling digest v0.10.7
14242026-04-07T02:21:00.441Z Compiling displaydoc v0.2.5
14252026-04-07T02:21:00.546Z Compiling tokio-macros v2.6.0
14262026-04-07T02:21:00.559Z Compiling zerofrom v0.1.6
14272026-04-07T02:21:00.685Z Compiling yoke v0.8.1
14282026-04-07T02:21:00.873Z Compiling hmac v0.12.1
14292026-04-07T02:21:01.033Z Compiling futures-macro v0.3.32
14302026-04-07T02:21:01.177Z Compiling zerotrie v0.2.3
14312026-04-07T02:21:01.268Z Compiling block-padding v0.3.3
14322026-04-07T02:21:01.316Z Compiling zerovec v0.11.5
14332026-04-07T02:21:01.425Z Compiling inout v0.1.4
14342026-04-07T02:21:01.475Z Compiling sha2 v0.10.9
14352026-04-07T02:21:01.598Z Compiling cipher v0.4.4
14362026-04-07T02:21:01.827Z Compiling tinystr v0.8.2
14372026-04-07T02:21:01.842Z Compiling potential_utf v0.1.4
14382026-04-07T02:21:01.865Z Compiling futures-util v0.3.32
14392026-04-07T02:21:02.008Z Compiling icu_locale_core v2.1.1
14402026-04-07T02:21:02.030Z Compiling icu_collections v2.1.1
14412026-04-07T02:21:02.166Z Compiling bytes v1.11.1
14422026-04-07T02:21:02.466Z Compiling der_derive v0.7.3
14432026-04-07T02:21:02.774Z Compiling tokio v1.50.0
14442026-04-07T02:21:02.883Z Compiling icu_provider v2.1.1
14452026-04-07T02:21:02.897Z Compiling http v1.4.0
14462026-04-07T02:21:03.176Z Compiling icu_normalizer v2.1.1
14472026-04-07T02:21:03.399Z Compiling icu_properties v2.1.2
14482026-04-07T02:21:03.711Z Compiling der v0.7.10
14492026-04-07T02:21:03.795Z Compiling ppv-lite86 v0.2.21
14502026-04-07T02:21:03.930Z Compiling chrono v0.4.44
14512026-04-07T02:21:03.977Z Compiling salsa20 v0.10.2
14522026-04-07T02:21:04.179Z Compiling pbkdf2 v0.12.2
14532026-04-07T02:21:04.193Z Compiling thiserror-impl v2.0.18
14542026-04-07T02:21:04.207Z Compiling rand_chacha v0.9.0
14552026-04-07T02:21:04.296Z Compiling idna_adapter v1.2.1
14562026-04-07T02:21:04.443Z Compiling idna v1.1.0
14572026-04-07T02:21:04.545Z Compiling scrypt v0.11.0
14582026-04-07T02:21:04.804Z Compiling url v2.5.8
14592026-04-07T02:21:04.930Z Compiling spki v0.7.3
14602026-04-07T02:21:04.953Z Compiling cbc v0.1.2
14612026-04-07T02:21:05.103Z Compiling aes v0.8.4
14622026-04-07T02:21:05.103Z Compiling rustls-pki-types v1.14.0
14632026-04-07T02:21:05.139Z Compiling openssl-sys v0.9.111
14642026-04-07T02:21:05.350Z Compiling tracing-attributes v0.1.31
14652026-04-07T02:21:05.549Z Compiling thiserror v2.0.18
14662026-04-07T02:21:05.571Z Compiling pkcs5 v0.7.1
14672026-04-07T02:21:05.624Z Compiling rand v0.9.2
14682026-04-07T02:21:05.656Z Compiling http-body v1.0.1
14692026-04-07T02:21:05.729Z Compiling openssl-probe v0.2.1
14702026-04-07T02:21:05.809Z Compiling httparse v1.10.1
14712026-04-07T02:21:05.943Z Compiling base64 v0.22.1
14722026-04-07T02:21:06.052Z Compiling untrusted v0.9.0
14732026-04-07T02:21:06.149Z Compiling schemars v0.8.22
14742026-04-07T02:21:06.174Z Compiling untrusted v0.7.1
14752026-04-07T02:21:06.244Z Compiling pkcs8 v0.10.2
14762026-04-07T02:21:06.297Z Compiling schemars_derive v0.8.22
14772026-04-07T02:21:06.363Z Compiling pest_derive v2.8.6
14782026-04-07T02:21:06.432Z Compiling scroll_derive v0.13.1
14792026-04-07T02:21:06.552Z Compiling darling_core v0.20.11
14802026-04-07T02:21:06.664Z Compiling tokio-util v0.7.18
14812026-04-07T02:21:06.792Z Compiling tracing v0.1.44
14822026-04-07T02:21:07.068Z Compiling tower-service v0.3.3
14832026-04-07T02:21:07.170Z Compiling try-lock v0.2.5
14842026-04-07T02:21:07.236Z Compiling rustls v0.23.37
14852026-04-07T02:21:07.282Z Compiling tinyvec_macros v0.1.1
14862026-04-07T02:21:07.355Z Compiling tower-layer v0.3.3
14872026-04-07T02:21:07.409Z Compiling atomic-waker v1.1.2
14882026-04-07T02:21:07.520Z Compiling dyn-clone v1.0.20
14892026-04-07T02:21:07.541Z Compiling h2 v0.4.13
14902026-04-07T02:21:07.565Z Compiling tinyvec v1.10.0
14912026-04-07T02:21:07.709Z Compiling want v0.3.1
14922026-04-07T02:21:07.877Z Compiling scroll v0.13.0
14932026-04-07T02:21:08.045Z Compiling ipnet v2.11.0
14942026-04-07T02:21:08.152Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14952026-04-07T02:21:08.210Z Compiling spin v0.9.8
14962026-04-07T02:21:08.419Z Compiling aho-corasick v1.1.4
14972026-04-07T02:21:08.541Z Compiling powerfmt v0.2.0
14982026-04-07T02:21:08.557Z Compiling foreign-types-shared v0.1.1
14992026-04-07T02:21:08.571Z Compiling time-core v0.1.8
15002026-04-07T02:21:08.645Z Compiling openssl v0.10.75
15012026-04-07T02:21:08.724Z Compiling pin-utils v0.1.0
15022026-04-07T02:21:08.754Z Compiling num-conv v0.2.0
15032026-04-07T02:21:08.800Z Compiling crc32fast v1.5.0
15042026-04-07T02:21:08.865Z Compiling darling_macro v0.20.11
15052026-04-07T02:21:08.879Z Compiling httpdate v1.0.3
15062026-04-07T02:21:08.891Z Compiling tempfile v3.25.0
15072026-04-07T02:21:08.975Z Compiling time-macros v0.2.27
15082026-04-07T02:21:09.162Z Compiling deranged v0.5.8
15092026-04-07T02:21:09.177Z Compiling foreign-types v0.3.2
15102026-04-07T02:21:09.333Z Compiling regex-automata v0.4.14
15112026-04-07T02:21:09.414Z Compiling darling v0.20.11
15122026-04-07T02:21:09.501Z Compiling goblin v0.10.5
15132026-04-07T02:21:10.175Z Compiling openssl-macros v0.1.1
15142026-04-07T02:21:10.231Z Compiling wait-timeout v0.2.1
15152026-04-07T02:21:10.517Z Compiling socket2 v0.5.10
15162026-04-07T02:21:10.576Z Compiling quick-error v1.2.3
15172026-04-07T02:21:10.685Z Compiling hyper v1.8.1
15182026-04-07T02:21:10.688Z Compiling simd-adler32 v0.3.8
15192026-04-07T02:21:10.931Z Compiling bit-vec v0.8.0
15202026-04-07T02:21:10.951Z Compiling num_threads v0.1.7
15212026-04-07T02:21:11.052Z Compiling syn v1.0.109
15222026-04-07T02:21:11.170Z Compiling crossbeam-utils v0.8.21
15232026-04-07T02:21:11.367Z Compiling native-tls v0.2.18
15242026-04-07T02:21:11.468Z Compiling siphasher v1.0.2
15252026-04-07T02:21:11.576Z Compiling usdt-impl v0.6.0
15262026-04-07T02:21:11.714Z Compiling bit-set v0.8.0
15272026-04-07T02:21:11.746Z Compiling time v0.3.47
15282026-04-07T02:21:11.806Z Compiling hyper-util v0.1.20
15292026-04-07T02:21:11.878Z Compiling rusty-fork v0.3.1
15302026-04-07T02:21:12.337Z Compiling dof v0.4.0
15312026-04-07T02:21:13.379Z Compiling derive_builder_core v0.20.2
15322026-04-07T02:21:13.586Z Compiling unicode-normalization v0.1.25
15332026-04-07T02:21:13.650Z Compiling dtrace-parser v0.3.0
15342026-04-07T02:21:13.735Z Compiling rustls-native-certs v0.8.3
15352026-04-07T02:21:13.920Z Compiling signature v2.2.0
15362026-04-07T02:21:14.028Z Compiling thiserror-impl v1.0.69
15372026-04-07T02:21:14.052Z Compiling scroll_derive v0.12.1
15382026-04-07T02:21:14.155Z Compiling heapless v0.7.17
15392026-04-07T02:21:14.284Z Compiling rand_xorshift v0.4.0
15402026-04-07T02:21:14.401Z Compiling slog v2.8.2
15412026-04-07T02:21:14.460Z Compiling darling_core v0.21.3
15422026-04-07T02:21:14.483Z Compiling bzip2-sys v0.1.13+1.0.8
15432026-04-07T02:21:14.592Z Compiling sync_wrapper v1.0.2
15442026-04-07T02:21:14.707Z Compiling thread-id v5.1.0
15452026-04-07T02:21:14.768Z Compiling cookie v0.18.1
15462026-04-07T02:21:14.771Z Compiling zstd-safe v7.2.4
15472026-04-07T02:21:14.796Z Compiling unicode-properties v0.1.4
15482026-04-07T02:21:14.960Z Compiling unarray v0.1.4
15492026-04-07T02:21:14.985Z Compiling signal-hook v0.3.18
15502026-04-07T02:21:15.014Z Compiling paste v1.0.15
15512026-04-07T02:21:15.073Z Compiling anyhow v1.0.102
15522026-04-07T02:21:15.157Z Compiling unicode-bidi v0.3.18
15532026-04-07T02:21:15.241Z Compiling adler2 v2.0.1
15542026-04-07T02:21:15.332Z Compiling miniz_oxide v0.8.9
15552026-04-07T02:21:15.351Z Compiling thiserror v1.0.69
15562026-04-07T02:21:15.399Z Compiling proptest v1.10.0
15572026-04-07T02:21:15.502Z Compiling stringprep v0.1.5
15582026-04-07T02:21:15.910Z Compiling scroll v0.12.0
15592026-04-07T02:21:15.946Z Compiling tower v0.5.3
15602026-04-07T02:21:16.188Z Compiling derive_builder_macro v0.20.2
15612026-04-07T02:21:16.430Z Compiling ipnetwork v0.21.1
15622026-04-07T02:21:16.452Z Compiling http-body-util v0.1.3
15632026-04-07T02:21:16.661Z Compiling webpki-roots v1.0.6
15642026-04-07T02:21:16.700Z Compiling rand_chacha v0.3.1
15652026-04-07T02:21:16.789Z Compiling erased-serde v0.3.31
15662026-04-07T02:21:16.794Z Compiling serde_spanned v0.6.9
15672026-04-07T02:21:16.836Z Compiling serde_tokenstream v0.2.3
15682026-04-07T02:21:16.946Z Compiling toml_datetime v0.6.11
15692026-04-07T02:21:17.073Z Compiling darling_macro v0.21.3
15702026-04-07T02:21:17.156Z Compiling md-5 v0.10.6
15712026-04-07T02:21:17.213Z Compiling zerocopy-derive v0.7.35
15722026-04-07T02:21:17.288Z Compiling curve25519-dalek v4.1.3
15732026-04-07T02:21:17.330Z Compiling vergen-lib v0.1.6
15742026-04-07T02:21:17.523Z Compiling num-integer v0.1.46
15752026-04-07T02:21:17.536Z Compiling hash32 v0.2.1
15762026-04-07T02:21:17.565Z Compiling ff v0.13.1
15772026-04-07T02:21:17.633Z Compiling memoffset v0.9.1
15782026-04-07T02:21:17.706Z Compiling iri-string v0.7.10
15792026-04-07T02:21:17.725Z Compiling zlib-rs v0.6.2
15802026-04-07T02:21:17.825Z Compiling psl-types v2.0.11
15812026-04-07T02:21:17.851Z Compiling ryu v1.0.23
15822026-04-07T02:21:17.954Z Compiling base16ct v0.2.0
15832026-04-07T02:21:18.043Z Compiling num-bigint-dig v0.8.6
15842026-04-07T02:21:18.101Z Compiling cfg_aliases v0.2.1
15852026-04-07T02:21:18.137Z Compiling rustix v0.38.44
15862026-04-07T02:21:18.174Z Compiling ref-cast v1.0.25
15872026-04-07T02:21:18.228Z Compiling fallible-iterator v0.2.0
15882026-04-07T02:21:18.481Z Compiling litrs v1.0.0
15892026-04-07T02:21:18.485Z Compiling smoltcp v0.9.1
15902026-04-07T02:21:18.545Z Compiling postgres-protocol v0.6.10
15912026-04-07T02:21:18.851Z Compiling tower-http v0.6.8
15922026-04-07T02:21:19.002Z Compiling document-features v0.2.12
15932026-04-07T02:21:19.287Z Compiling nix v0.31.1
15942026-04-07T02:21:19.301Z Compiling zerocopy v0.7.35
15952026-04-07T02:21:19.324Z Compiling sec1 v0.7.3
15962026-04-07T02:21:19.610Z Compiling serde_urlencoded v0.7.1
15972026-04-07T02:21:19.624Z Compiling publicsuffix v2.3.0
15982026-04-07T02:21:19.768Z Compiling newtype-uuid v1.3.2
15992026-04-07T02:21:19.794Z Compiling num-iter v0.1.45
16002026-04-07T02:21:19.862Z Compiling group v0.13.0
16012026-04-07T02:21:19.998Z Compiling darling v0.21.3
16022026-04-07T02:21:20.088Z Compiling rand v0.8.5
16032026-04-07T02:21:20.106Z Compiling derive_builder v0.20.2
16042026-04-07T02:21:20.194Z Compiling hubpack_derive v0.1.1
16052026-04-07T02:21:20.235Z Compiling oxnet v0.1.4
16062026-04-07T02:21:20.446Z Compiling tokio-native-tls v0.3.1
16072026-04-07T02:21:20.470Z Compiling goblin v0.8.2
16082026-04-07T02:21:20.850Z Compiling flate2 v1.1.9
16092026-04-07T02:21:21.052Z Compiling regex v1.12.3
16102026-04-07T02:21:21.204Z Compiling phf_shared v0.13.1
16112026-04-07T02:21:21.249Z Compiling lazy_static v1.5.0
16122026-04-07T02:21:21.271Z Compiling cargo-platform v0.1.9
16132026-04-07T02:21:21.346Z Compiling hkdf v0.12.4
16142026-04-07T02:21:21.450Z Compiling crypto-bigint v0.5.5
16152026-04-07T02:21:21.497Z Compiling terminal_size v0.4.3
16162026-04-07T02:21:21.516Z Compiling strum_macros v0.27.2
16172026-04-07T02:21:21.519Z Compiling daft-derive v0.1.5
16182026-04-07T02:21:21.541Z Compiling ref-cast-impl v1.0.25
16192026-04-07T02:21:21.634Z Compiling curve25519-dalek-derive v0.1.1
16202026-04-07T02:21:22.086Z Compiling async-trait v0.1.89
16212026-04-07T02:21:22.247Z Compiling vergen v9.0.6
16222026-04-07T02:21:22.289Z Compiling fs-err v3.3.0
16232026-04-07T02:21:22.434Z Compiling ahash v0.8.12
16242026-04-07T02:21:22.480Z Compiling object v0.37.3
16252026-04-07T02:21:22.639Z Compiling foldhash v0.1.5
16262026-04-07T02:21:22.758Z Compiling bumpalo v3.20.2
16272026-04-07T02:21:22.816Z Compiling winnow v0.5.40
16282026-04-07T02:21:23.019Z Compiling libbz2-rs-sys v0.2.2
16292026-04-07T02:21:23.133Z Compiling bitflags v1.3.2
16302026-04-07T02:21:23.214Z Compiling unicode-segmentation v1.12.0
16312026-04-07T02:21:23.524Z Compiling managed v0.8.0
16322026-04-07T02:21:23.621Z Compiling strum v0.27.2
16332026-04-07T02:21:23.624Z Compiling bzip2 v0.6.1
16342026-04-07T02:21:23.743Z Compiling zopfli v0.8.3
16352026-04-07T02:21:23.757Z Compiling hashbrown v0.15.5
16362026-04-07T02:21:23.896Z Compiling dof v0.3.0
16372026-04-07T02:21:24.100Z Compiling clap_builder v4.5.60
16382026-04-07T02:21:24.320Z Compiling toml_edit v0.19.15
16392026-04-07T02:21:24.455Z Compiling elliptic-curve v0.13.8
16402026-04-07T02:21:24.592Z Compiling daft v0.1.5
16412026-04-07T02:21:24.798Z Compiling cargo_metadata v0.19.2
16422026-04-07T02:21:24.865Z Compiling phf v0.13.1
16432026-04-07T02:21:25.034Z Compiling signal-hook-mio v0.2.5
16442026-04-07T02:21:25.156Z Compiling cookie_store v0.22.1
16452026-04-07T02:21:26.181Z Compiling zstd v0.13.3
16462026-04-07T02:21:26.195Z Compiling hubpack v0.1.2
16472026-04-07T02:21:26.422Z Compiling hyper-tls v0.6.0
16482026-04-07T02:21:26.463Z Compiling bzip2 v0.4.4
16492026-04-07T02:21:26.658Z Compiling serde_with_macros v3.17.0
16502026-04-07T02:21:26.882Z Compiling postgres-types v0.2.12
16512026-04-07T02:21:27.034Z Compiling usdt-attr-macro v0.6.0
16522026-04-07T02:21:27.186Z Compiling usdt-macro v0.6.0
16532026-04-07T02:21:27.449Z Compiling dtrace-parser v0.2.0
16542026-04-07T02:21:27.544Z Compiling ed25519 v2.2.3
16552026-04-07T02:21:27.818Z Compiling bstr v1.12.1
16562026-04-07T02:21:27.844Z Compiling phf_shared v0.11.3
16572026-04-07T02:21:27.909Z Compiling pkcs1 v0.7.5
16582026-04-07T02:21:27.943Z Compiling serde-big-array v0.5.1
16592026-04-07T02:21:28.038Z Compiling hex v0.4.3
16602026-04-07T02:21:28.102Z Compiling rfc6979 v0.4.0
16612026-04-07T02:21:28.219Z Compiling serde_repr v0.1.20
16622026-04-07T02:21:28.234Z Compiling strum_macros v0.26.4
16632026-04-07T02:21:28.321Z Compiling enum-as-inner v0.6.1
16642026-04-07T02:21:28.335Z Compiling clap_derive v4.5.55
16652026-04-07T02:21:28.481Z Compiling float-cmp v0.10.0
16662026-04-07T02:21:28.496Z Compiling memmap2 v0.9.10
16672026-04-07T02:21:28.636Z Compiling thread-id v4.2.2
16682026-04-07T02:21:28.716Z Compiling env_filter v1.0.0
16692026-04-07T02:21:28.729Z Compiling encoding_rs v0.8.35
16702026-04-07T02:21:28.759Z Compiling keccak v0.1.6
16712026-04-07T02:21:28.844Z Compiling normalize-line-endings v0.3.0
16722026-04-07T02:21:28.948Z Compiling static_assertions v1.1.0
16732026-04-07T02:21:29.029Z Compiling whoami v2.1.0
16742026-04-07T02:21:29.043Z Compiling mime v0.3.17
16752026-04-07T02:21:29.339Z Compiling data-encoding v2.10.0
16762026-04-07T02:21:29.460Z Compiling fixedbitset v0.5.7
16772026-04-07T02:21:29.648Z Compiling rustc-hash v2.1.1
16782026-04-07T02:21:29.779Z Compiling precomputed-hash v0.1.1
16792026-04-07T02:21:29.779Z Compiling predicates-core v1.0.10
16802026-04-07T02:21:29.876Z Compiling fixedbitset v0.4.2
16812026-04-07T02:21:29.980Z Compiling either v1.15.0
16822026-04-07T02:21:30.070Z Compiling jiff v0.2.21
16832026-04-07T02:21:30.104Z Compiling new_debug_unreachable v1.0.6
16842026-04-07T02:21:30.118Z Compiling difflib v0.4.0
16852026-04-07T02:21:30.179Z Compiling itertools v0.13.0
16862026-04-07T02:21:30.200Z Compiling string_cache v0.8.9
16872026-04-07T02:21:30.215Z Compiling clap v4.5.60
16882026-04-07T02:21:30.301Z Compiling toml_edit v0.22.27
16892026-04-07T02:21:30.335Z Compiling predicates v3.1.4
16902026-04-07T02:21:30.432Z Compiling strum v0.26.3
16912026-04-07T02:21:30.572Z Compiling petgraph v0.6.5
16922026-04-07T02:21:30.678Z Compiling iddqd v0.3.17
16932026-04-07T02:21:30.699Z Compiling petgraph v0.8.3
16942026-04-07T02:21:31.017Z Compiling hickory-proto v0.25.2
16952026-04-07T02:21:31.443Z Compiling tokio-postgres v0.7.16
16962026-04-07T02:21:31.844Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16972026-04-07T02:21:32.091Z Compiling sha3 v0.10.8
16982026-04-07T02:21:32.566Z Compiling env_logger v0.11.9
16992026-04-07T02:21:32.685Z Compiling zip v4.6.1
17002026-04-07T02:21:32.937Z Compiling usdt-impl v0.5.0
17012026-04-07T02:21:33.124Z Compiling usdt v0.6.0
17022026-04-07T02:21:33.399Z Compiling serde_with v3.17.0
17032026-04-07T02:21:33.528Z Compiling similar v2.7.0
17042026-04-07T02:21:33.662Z Compiling ecdsa v0.16.9
17052026-04-07T02:21:33.682Z Compiling rsa v0.9.10
17062026-04-07T02:21:34.072Z Compiling ed25519-dalek v2.2.0
17072026-04-07T02:21:34.385Z Compiling crossterm v0.28.1
17082026-04-07T02:21:34.675Z Compiling zip v0.6.6
17092026-04-07T02:21:35.179Z Compiling toml v0.7.8
17102026-04-07T02:21:35.612Z Compiling heck v0.4.1
17112026-04-07T02:21:35.756Z Compiling toml_parser v1.0.9+spec-1.1.0
17122026-04-07T02:21:35.800Z Compiling crossbeam-epoch v0.9.18
17132026-04-07T02:21:35.824Z Compiling tokio-stream v0.1.18
17142026-04-07T02:21:35.849Z Compiling buf-list v1.1.2
17152026-04-07T02:21:35.916Z Compiling x509-cert v0.2.5
17162026-04-07T02:21:36.127Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17172026-04-07T02:21:36.142Z Compiling openapiv3 v2.2.0
17182026-04-07T02:21:36.286Z Compiling sha1 v0.10.6
17192026-04-07T02:21:36.395Z Compiling toml_datetime v0.7.5+spec-1.1.0
17202026-04-07T02:21:36.435Z Compiling lalrpop-util v0.19.12
17212026-04-07T02:21:36.517Z Compiling peg-runtime v0.8.5
17222026-04-07T02:21:36.630Z Compiling thread_local v1.1.9
17232026-04-07T02:21:36.696Z Compiling slog-async v2.8.0
17242026-04-07T02:21:36.811Z Compiling crossbeam-channel v0.5.15
17252026-04-07T02:21:36.890Z Compiling futures-executor v0.3.32
17262026-04-07T02:21:37.025Z Compiling is-terminal v0.4.17
17272026-04-07T02:21:37.129Z Compiling filetime v0.2.27
17282026-04-07T02:21:37.144Z Compiling xattr v1.6.1
17292026-04-07T02:21:37.164Z Compiling take_mut v0.2.2
17302026-04-07T02:21:37.280Z Compiling term v1.2.1
17312026-04-07T02:21:37.293Z Compiling tar v0.4.45
17322026-04-07T02:21:37.309Z Compiling futures v0.3.32
17332026-04-07T02:21:37.606Z Compiling slog-term v2.9.2
17342026-04-07T02:21:43.576Z Compiling rustls-webpki v0.103.9
17352026-04-07T02:21:46.422Z Compiling tokio-rustls v0.26.4
17362026-04-07T02:21:46.422Z Compiling rustls-platform-verifier v0.6.2
17372026-04-07T02:21:46.627Z Compiling hyper-rustls v0.27.7
17382026-04-07T02:21:46.833Z Compiling reqwest v0.13.2
17392026-04-07T02:21:46.833Z Compiling reqwest v0.12.28
17402026-04-07T02:21:48.948Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17412026-04-07T02:21:49.169Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17422026-04-07T02:21:52.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s
17432026-04-07T02:21:52.183Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17442026-04-07T02:21:52.235ZApr 07 02:21:51.282 INFO Starting download, target: Clickhouse
17452026-04-07T02:21:52.235ZApr 07 02:21:51.283 INFO Starting download, target: Cockroach
17462026-04-07T02:21:52.238ZApr 07 02:21:51.283 INFO Starting download, target: Console
17472026-04-07T02:21:52.238ZApr 07 02:21:51.283 INFO Starting download, target: DendriteStub
17482026-04-07T02:21:52.238ZApr 07 02:21:51.283 INFO Starting download, target: MaghemiteMgd
17492026-04-07T02:21:52.238ZApr 07 02:21:51.283 INFO Starting download, target: TransceiverControl
17502026-04-07T02:21:52.238ZApr 07 02:21:51.283 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17512026-04-07T02:21:52.238ZApr 07 02:21:51.283 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17522026-04-07T02:21:52.238ZApr 07 02:21:51.283 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17532026-04-07T02:21:52.238ZApr 07 02:21:51.283 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17542026-04-07T02:21:52.238ZApr 07 02:21:51.283 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17552026-04-07T02:21:52.238ZApr 07 02:21:51.283 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17562026-04-07T02:21:52.601ZApr 07 02:21:51.642 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17572026-04-07T02:21:52.807ZApr 07 02:21:51.851 INFO Download complete, target: TransceiverControl
17582026-04-07T02:21:53.174ZApr 07 02:21:52.216 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17592026-04-07T02:21:53.407ZApr 07 02:21:52.451 INFO Download complete, target: Console
17602026-04-07T02:21:54.246ZApr 07 02:21:53.290 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17612026-04-07T02:21:54.352ZApr 07 02:21:53.398 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17622026-04-07T02:21:54.820ZApr 07 02:21:53.868 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17632026-04-07T02:21:54.820ZApr 07 02:21:53.868 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17642026-04-07T02:21:55.079ZApr 07 02:21:54.127 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17652026-04-07T02:21:56.671ZApr 07 02:21:55.719 INFO Download complete, target: DendriteStub
17662026-04-07T02:21:56.684ZApr 07 02:21:55.731 INFO Download complete, target: MaghemiteMgd
17672026-04-07T02:21:59.430ZApr 07 02:21:58.477 INFO Checking that binary works, target: Cockroach
17682026-04-07T02:21:59.529ZApr 07 02:21:58.576 INFO Download complete, target: Cockroach
17692026-04-07T02:22:01.807ZApr 07 02:22:00.854 INFO Checking that binary works, target: Clickhouse
17702026-04-07T02:22:02.004ZApr 07 02:22:01.051 INFO Download complete, target: Clickhouse
17712026-04-07T02:22:02.018ZAll builder prerequisites installed successfully, and PATH looks valid
17722026-04-07T02:22:02.021Z
17732026-04-07T02:22:02.021Zreal 3:00.573556705
17742026-04-07T02:22:02.021Zuser 7:26.916018382
17752026-04-07T02:22:02.021Zsys 1:25.527889958
17762026-04-07T02:22:02.022Ztrap 0.228063291
17772026-04-07T02:22:02.022Ztflt 1.384147435
17782026-04-07T02:22:02.022Zdflt 1.837429138
17792026-04-07T02:22:02.022Zkflt 0.106084661
17802026-04-07T02:22:02.022Zlock 21:54.858292842
17812026-04-07T02:22:02.022Zslp 22:36.997866407
17822026-04-07T02:22:02.022Zlat 41.051220659
17832026-04-07T02:22:02.022Zstop 1:54.392491929
17842026-04-07T02:22:02.022Z+ banner hack-check
17852026-04-07T02:22:02.022Z
17862026-04-07T02:22:02.022Z # # ## #### # # #### # # ###### #### # #
17872026-04-07T02:22:02.022Z # # # # # # # # # # # # # # # # #
17882026-04-07T02:22:02.022Z ###### # # # #### ##### # ###### ##### # ####
17892026-04-07T02:22:02.022Z # # ###### # # # # # # # # # #
17902026-04-07T02:22:02.022Z # # # # # # # # # # # # # # # # #
17912026-04-07T02:22:02.022Z # # # # #### # # #### # # ###### #### # #
17922026-04-07T02:22:02.022Z
17932026-04-07T02:22:02.022Z+ export CARGO_INCREMENTAL=0
17942026-04-07T02:22:02.022Z+ CARGO_INCREMENTAL=0
17952026-04-07T02:22:02.022Z+ ptime -m timeout 2h cargo xtask check-features --ci
17962026-04-07T02:22:02.559Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17972026-04-07T02:22:02.781Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17982026-04-07T02:22:04.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.64s
17992026-04-07T02:22:04.769Z Running `target/debug/xtask check-features --ci`
18002026-04-07T02:22:04.797Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18012026-04-07T02:22:04.800Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18022026-04-07T02:22:05.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18032026-04-07T02:22:05.312Z Running `target/debug/xtask download cargo-hack`
18042026-04-07T02:22:06.085Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18052026-04-07T02:22:06.405Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18062026-04-07T02:22:08.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.55s
18072026-04-07T02:22:09.075Z Running `target/debug/xtask-downloader cargo-hack`
18082026-04-07T02:22:09.115ZApr 07 02:22:08.163 INFO Starting download, target: CargoHack
18092026-04-07T02:22:09.118ZApr 07 02:22:08.163 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18102026-04-07T02:22:09.695ZApr 07 02:22:08.743 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18112026-04-07T02:22:09.747ZApr 07 02:22:08.794 INFO Download complete, target: CargoHack
18122026-04-07T02:22:09.750Zrunning: "/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"
18132026-04-07T02:22:09.763Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18142026-04-07T02:22:09.915Zinfo: running `cargo check --bins` on api_identity (1/270)
18152026-04-07T02:22:10.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18162026-04-07T02:22:10.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18172026-04-07T02:22:10.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18182026-04-07T02:22:10.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18192026-04-07T02:22:10.502Z
18202026-04-07T02:22:10.503Zinfo: running `cargo check --bins` on bootstore (2/270)
18212026-04-07T02:22:11.000Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18222026-04-07T02:22:11.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18232026-04-07T02:22:11.003Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18242026-04-07T02:22:11.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18252026-04-07T02:22:11.092Z
18262026-04-07T02:22:11.092Zinfo: running `cargo check --bins` on omicron-ledger (3/270)
18272026-04-07T02:22:11.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18282026-04-07T02:22:11.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18292026-04-07T02:22:11.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18302026-04-07T02:22:11.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18312026-04-07T02:22:11.679Z
18322026-04-07T02:22:11.679Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/270)
18332026-04-07T02:22:12.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18342026-04-07T02:22:12.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18352026-04-07T02:22:12.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18362026-04-07T02:22:12.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18372026-04-07T02:22:12.268Z
18382026-04-07T02:22:12.268Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/270)
18392026-04-07T02:22:12.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18402026-04-07T02:22:12.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18412026-04-07T02:22:12.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18422026-04-07T02:22:12.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18432026-04-07T02:22:12.852Z
18442026-04-07T02:22:12.852Zinfo: running `cargo check --bins` on omicron-certificates (6/270)
18452026-04-07T02:22:13.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18462026-04-07T02:22:13.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18472026-04-07T02:22:13.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18482026-04-07T02:22:13.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18492026-04-07T02:22:13.446Z
18502026-04-07T02:22:13.446Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/270)
18512026-04-07T02:22:13.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18522026-04-07T02:22:13.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18532026-04-07T02:22:13.952Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18542026-04-07T02:22:13.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18552026-04-07T02:22:14.045Z
18562026-04-07T02:22:14.045Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/270)
18572026-04-07T02:22:14.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18582026-04-07T02:22:14.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18592026-04-07T02:22:14.557Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18602026-04-07T02:22:14.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18612026-04-07T02:22:14.646Z
18622026-04-07T02:22:14.646Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/270)
18632026-04-07T02:22:15.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18642026-04-07T02:22:15.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18652026-04-07T02:22:15.063Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18662026-04-07T02:22:15.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18672026-04-07T02:22:15.125Z
18682026-04-07T02:22:15.125Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/270)
18692026-04-07T02:22:15.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18702026-04-07T02:22:15.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18712026-04-07T02:22:15.543Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18722026-04-07T02:22:15.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18732026-04-07T02:22:15.607Z
18742026-04-07T02:22:15.607Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/270)
18752026-04-07T02:22:16.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18762026-04-07T02:22:16.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18772026-04-07T02:22:16.023Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18782026-04-07T02:22:16.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18792026-04-07T02:22:16.085Z
18802026-04-07T02:22:16.085Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/270)
18812026-04-07T02:22:16.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18822026-04-07T02:22:16.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18832026-04-07T02:22:16.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18842026-04-07T02:22:16.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18852026-04-07T02:22:16.556Z
18862026-04-07T02:22:16.556Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/270)
18872026-04-07T02:22:16.968Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18882026-04-07T02:22:16.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18892026-04-07T02:22:16.971Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18902026-04-07T02:22:16.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18912026-04-07T02:22:17.030Z
18922026-04-07T02:22:17.030Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/270)
18932026-04-07T02:22:17.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18942026-04-07T02:22:17.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18952026-04-07T02:22:17.446Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18962026-04-07T02:22:17.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18972026-04-07T02:22:17.507Z
18982026-04-07T02:22:17.507Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/270)
18992026-04-07T02:22:17.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19002026-04-07T02:22:17.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19012026-04-07T02:22:17.923Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19022026-04-07T02:22:17.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19032026-04-07T02:22:17.978Z
19042026-04-07T02:22:17.978Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/270)
19052026-04-07T02:22:18.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19062026-04-07T02:22:18.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19072026-04-07T02:22:18.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19082026-04-07T02:22:18.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19092026-04-07T02:22:18.450Z
19102026-04-07T02:22:18.450Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/270)
19112026-04-07T02:22:18.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19122026-04-07T02:22:18.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19132026-04-07T02:22:18.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19142026-04-07T02:22:18.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19152026-04-07T02:22:18.929Z
19162026-04-07T02:22:18.929Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/270)
19172026-04-07T02:22:19.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19182026-04-07T02:22:19.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19192026-04-07T02:22:19.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19202026-04-07T02:22:19.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19212026-04-07T02:22:19.409Z
19222026-04-07T02:22:19.409Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/270)
19232026-04-07T02:22:19.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19242026-04-07T02:22:19.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19252026-04-07T02:22:19.827Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19262026-04-07T02:22:19.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19272026-04-07T02:22:19.888Z
19282026-04-07T02:22:19.888Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/270)
19292026-04-07T02:22:20.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19302026-04-07T02:22:20.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19312026-04-07T02:22:20.306Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19322026-04-07T02:22:20.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19332026-04-07T02:22:20.367Z
19342026-04-07T02:22:20.367Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/270)
19352026-04-07T02:22:20.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19362026-04-07T02:22:20.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19372026-04-07T02:22:20.781Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19382026-04-07T02:22:20.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19392026-04-07T02:22:20.842Z
19402026-04-07T02:22:20.842Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/270)
19412026-04-07T02:22:21.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19422026-04-07T02:22:21.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19432026-04-07T02:22:21.260Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19442026-04-07T02:22:21.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19452026-04-07T02:22:21.320Z
19462026-04-07T02:22:21.320Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/270)
19472026-04-07T02:22:21.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19482026-04-07T02:22:21.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19492026-04-07T02:22:21.739Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19502026-04-07T02:22:21.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19512026-04-07T02:22:21.801Z
19522026-04-07T02:22:21.802Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/270)
19532026-04-07T02:22:22.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19542026-04-07T02:22:22.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19552026-04-07T02:22:22.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19562026-04-07T02:22:22.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19572026-04-07T02:22:22.277Z
19582026-04-07T02:22:22.277Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/270)
19592026-04-07T02:22:22.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19602026-04-07T02:22:22.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19612026-04-07T02:22:22.693Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19622026-04-07T02:22:22.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19632026-04-07T02:22:22.754Z
19642026-04-07T02:22:22.754Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/270)
19652026-04-07T02:22:23.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19662026-04-07T02:22:23.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19672026-04-07T02:22:23.173Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19682026-04-07T02:22:23.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19692026-04-07T02:22:23.231Z
19702026-04-07T02:22:23.231Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/270)
19712026-04-07T02:22:23.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19722026-04-07T02:22:23.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19732026-04-07T02:22:23.652Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19742026-04-07T02:22:23.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19752026-04-07T02:22:23.715Z
19762026-04-07T02:22:23.715Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/270)
19772026-04-07T02:22:24.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19782026-04-07T02:22:24.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19792026-04-07T02:22:24.135Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19802026-04-07T02:22:24.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19812026-04-07T02:22:24.195Z
19822026-04-07T02:22:24.195Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/270)
19832026-04-07T02:22:24.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19842026-04-07T02:22:24.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19852026-04-07T02:22:24.610Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19862026-04-07T02:22:24.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19872026-04-07T02:22:24.670Z
19882026-04-07T02:22:24.671Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/270)
19892026-04-07T02:22:25.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19902026-04-07T02:22:25.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19912026-04-07T02:22:25.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19922026-04-07T02:22:25.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19932026-04-07T02:22:25.144Z
19942026-04-07T02:22:25.144Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/270)
19952026-04-07T02:22:25.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19962026-04-07T02:22:25.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19972026-04-07T02:22:25.559Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19982026-04-07T02:22:25.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19992026-04-07T02:22:25.618Z
20002026-04-07T02:22:25.618Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/270)
20012026-04-07T02:22:26.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20022026-04-07T02:22:26.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20032026-04-07T02:22:26.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20042026-04-07T02:22:26.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20052026-04-07T02:22:26.090Z
20062026-04-07T02:22:26.091Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/270)
20072026-04-07T02:22:26.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20082026-04-07T02:22:26.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20092026-04-07T02:22:26.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20102026-04-07T02:22:26.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20112026-04-07T02:22:26.564Z
20122026-04-07T02:22:26.564Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/270)
20132026-04-07T02:22:26.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20142026-04-07T02:22:26.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20152026-04-07T02:22:26.978Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20162026-04-07T02:22:26.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20172026-04-07T02:22:27.043Z
20182026-04-07T02:22:27.043Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/270)
20192026-04-07T02:22:27.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20202026-04-07T02:22:27.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20212026-04-07T02:22:27.462Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20222026-04-07T02:22:27.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20232026-04-07T02:22:27.525Z
20242026-04-07T02:22:27.525Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/270)
20252026-04-07T02:22:27.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20262026-04-07T02:22:27.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20272026-04-07T02:22:27.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20282026-04-07T02:22:27.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20292026-04-07T02:22:28.005Z
20302026-04-07T02:22:28.005Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/270)
20312026-04-07T02:22:28.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20322026-04-07T02:22:28.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20332026-04-07T02:22:28.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20342026-04-07T02:22:28.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20352026-04-07T02:22:28.479Z
20362026-04-07T02:22:28.479Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/270)
20372026-04-07T02:22:28.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20382026-04-07T02:22:28.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20392026-04-07T02:22:28.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20402026-04-07T02:22:28.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20412026-04-07T02:22:28.950Z
20422026-04-07T02:22:28.950Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/270)
20432026-04-07T02:22:29.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20442026-04-07T02:22:29.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20452026-04-07T02:22:29.363Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20462026-04-07T02:22:29.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20472026-04-07T02:22:29.422Z
20482026-04-07T02:22:29.422Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/270)
20492026-04-07T02:22:29.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20502026-04-07T02:22:29.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20512026-04-07T02:22:29.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20522026-04-07T02:22:29.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20532026-04-07T02:22:29.899Z
20542026-04-07T02:22:29.899Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/270)
20552026-04-07T02:22:30.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20562026-04-07T02:22:30.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20572026-04-07T02:22:30.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20582026-04-07T02:22:30.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20592026-04-07T02:22:30.382Z
20602026-04-07T02:22:30.382Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/270)
20612026-04-07T02:22:30.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20622026-04-07T02:22:30.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20632026-04-07T02:22:30.801Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20642026-04-07T02:22:30.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20652026-04-07T02:22:30.864Z
20662026-04-07T02:22:30.864Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/270)
20672026-04-07T02:22:31.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20682026-04-07T02:22:31.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20692026-04-07T02:22:31.281Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20702026-04-07T02:22:31.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20712026-04-07T02:22:31.342Z
20722026-04-07T02:22:31.342Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/270)
20732026-04-07T02:22:31.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20742026-04-07T02:22:31.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20752026-04-07T02:22:31.758Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20762026-04-07T02:22:31.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20772026-04-07T02:22:31.818Z
20782026-04-07T02:22:31.818Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/270)
20792026-04-07T02:22:32.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20802026-04-07T02:22:32.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20812026-04-07T02:22:32.238Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20822026-04-07T02:22:32.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20832026-04-07T02:22:32.299Z
20842026-04-07T02:22:32.299Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/270)
20852026-04-07T02:22:32.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20862026-04-07T02:22:32.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20872026-04-07T02:22:32.714Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20882026-04-07T02:22:32.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20892026-04-07T02:22:32.774Z
20902026-04-07T02:22:32.774Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/270)
20912026-04-07T02:22:33.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20922026-04-07T02:22:33.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20932026-04-07T02:22:33.189Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20942026-04-07T02:22:33.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20952026-04-07T02:22:33.250Z
20962026-04-07T02:22:33.250Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/270)
20972026-04-07T02:22:33.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20982026-04-07T02:22:33.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20992026-04-07T02:22:33.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21002026-04-07T02:22:33.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
21012026-04-07T02:22:33.729Z
21022026-04-07T02:22:33.729Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/270)
21032026-04-07T02:22:34.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21042026-04-07T02:22:34.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21052026-04-07T02:22:34.273Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21062026-04-07T02:22:34.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21072026-04-07T02:22:34.373Z
21082026-04-07T02:22:34.373Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/270)
21092026-04-07T02:22:34.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21102026-04-07T02:22:34.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21112026-04-07T02:22:34.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21122026-04-07T02:22:34.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21132026-04-07T02:22:35.022Z
21142026-04-07T02:22:35.022Zinfo: running `cargo check --bins` on nexus-config (51/270)
21152026-04-07T02:22:35.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21162026-04-07T02:22:35.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21172026-04-07T02:22:35.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21182026-04-07T02:22:35.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21192026-04-07T02:22:35.665Z
21202026-04-07T02:22:35.665Zinfo: running `cargo check --bins` on nexus-types (52/270)
21212026-04-07T02:22:36.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21222026-04-07T02:22:36.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21232026-04-07T02:22:36.209Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21242026-04-07T02:22:36.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21252026-04-07T02:22:36.312Z
21262026-04-07T02:22:36.312Zinfo: running `cargo check --bins` on clickhouse-admin-types (53/270)
21272026-04-07T02:22:36.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21282026-04-07T02:22:36.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21292026-04-07T02:22:36.826Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21302026-04-07T02:22:36.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21312026-04-07T02:22:36.917Z
21322026-04-07T02:22:36.917Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (54/270)
21332026-04-07T02:22:37.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21342026-04-07T02:22:37.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21352026-04-07T02:22:37.430Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21362026-04-07T02:22:37.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21372026-04-07T02:22:37.520Z
21382026-04-07T02:22:37.520Zinfo: running `cargo check --bins` on cockroach-admin-types (55/270)
21392026-04-07T02:22:38.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21402026-04-07T02:22:38.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21412026-04-07T02:22:38.020Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21422026-04-07T02:22:38.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21432026-04-07T02:22:38.108Z
21442026-04-07T02:22:38.108Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (56/270)
21452026-04-07T02:22:38.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21462026-04-07T02:22:38.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21472026-04-07T02:22:38.610Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21482026-04-07T02:22:38.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21492026-04-07T02:22:38.697Z
21502026-04-07T02:22:38.697Zinfo: running `cargo check --bins` on ereport-types (57/270)
21512026-04-07T02:22:39.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21522026-04-07T02:22:39.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21532026-04-07T02:22:39.208Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21542026-04-07T02:22:39.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21552026-04-07T02:22:39.300Z
21562026-04-07T02:22:39.301Zinfo: running `cargo check --bins` on gateway-client (58/270)
21572026-04-07T02:22:39.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21582026-04-07T02:22:39.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21592026-04-07T02:22:39.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21602026-04-07T02:22:39.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21612026-04-07T02:22:39.905Z
21622026-04-07T02:22:39.905Zinfo: running `cargo check --bins --no-default-features` on gateway-types (59/270)
21632026-04-07T02:22:40.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21642026-04-07T02:22:40.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21652026-04-07T02:22:40.411Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21662026-04-07T02:22:40.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21672026-04-07T02:22:40.504Z
21682026-04-07T02:22:40.504Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (60/270)
21692026-04-07T02:22:41.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21702026-04-07T02:22:41.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21712026-04-07T02:22:41.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21722026-04-07T02:22:41.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21732026-04-07T02:22:41.106Z
21742026-04-07T02:22:41.106Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (61/270)
21752026-04-07T02:22:41.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21762026-04-07T02:22:41.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21772026-04-07T02:22:41.617Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21782026-04-07T02:22:41.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21792026-04-07T02:22:41.708Z
21802026-04-07T02:22:41.708Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (62/270)
21812026-04-07T02:22:42.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21822026-04-07T02:22:42.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21832026-04-07T02:22:42.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21842026-04-07T02:22:42.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21852026-04-07T02:22:42.314Z
21862026-04-07T02:22:42.314Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (63/270)
21872026-04-07T02:22:42.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21882026-04-07T02:22:42.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21892026-04-07T02:22:42.840Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21902026-04-07T02:22:42.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21912026-04-07T02:22:42.931Z
21922026-04-07T02:22:42.931Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (64/270)
21932026-04-07T02:22:43.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21942026-04-07T02:22:43.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21952026-04-07T02:22:43.456Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21962026-04-07T02:22:43.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21972026-04-07T02:22:43.551Z
21982026-04-07T02:22:43.552Zinfo: running `cargo check --bins` on key-manager-types (65/270)
21992026-04-07T02:22:44.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22002026-04-07T02:22:44.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22012026-04-07T02:22:44.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22022026-04-07T02:22:44.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22032026-04-07T02:22:44.144Z
22042026-04-07T02:22:44.144Zinfo: running `cargo check --bins` on oxlog (66/270)
22052026-04-07T02:22:44.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22062026-04-07T02:22:44.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22072026-04-07T02:22:44.760Z Checking cfg-if v1.0.4
22082026-04-07T02:22:44.763Z Checking libc v0.2.180
22092026-04-07T02:22:44.763Z Checking serde_core v1.0.228
22102026-04-07T02:22:44.878Z Checking zeroize v1.8.2
22112026-04-07T02:22:44.885Z Checking memchr v2.8.0
22122026-04-07T02:22:44.893Z Checking log v0.4.29
22132026-04-07T02:22:44.896Z Checking smallvec v1.15.1
22142026-04-07T02:22:44.913Z Checking typenum v1.19.0
22152026-04-07T02:22:44.924Z Checking subtle v2.6.1
22162026-04-07T02:22:45.018Z Checking itoa v1.0.17
22172026-04-07T02:22:45.052Z Checking scopeguard v1.2.0
22182026-04-07T02:22:45.067Z Checking stable_deref_trait v1.2.1
22192026-04-07T02:22:45.081Z Checking const-oid v0.9.6
22202026-04-07T02:22:45.141Z Checking portable-atomic v1.13.1
22212026-04-07T02:22:45.153Z Checking lock_api v0.4.14
22222026-04-07T02:22:45.163Z Checking zerofrom v0.1.6
22232026-04-07T02:22:45.267Z Checking critical-section v1.2.0
22242026-04-07T02:22:45.278Z Checking yoke v0.8.1
22252026-04-07T02:22:45.288Z Checking getrandom v0.2.17
22262026-04-07T02:22:45.349Z Checking errno v0.3.14
22272026-04-07T02:22:45.363Z Checking parking_lot_core v0.9.12
22282026-04-07T02:22:45.431Z Checking rand_core v0.6.4
22292026-04-07T02:22:45.443Z Checking generic-array v0.14.7
22302026-04-07T02:22:45.446Z Checking zerovec v0.11.5
22312026-04-07T02:22:45.466Z Checking signal-hook-registry v1.4.8
22322026-04-07T02:22:45.544Z Checking once_cell v1.21.3
22332026-04-07T02:22:45.556Z Checking zerocopy v0.8.40
22342026-04-07T02:22:45.607Z Checking pin-project-lite v0.2.17
22352026-04-07T02:22:45.624Z Checking parking_lot v0.12.5
22362026-04-07T02:22:45.698Z Checking mio v1.1.1
22372026-04-07T02:22:45.719Z Checking socket2 v0.6.2
22382026-04-07T02:22:45.765Z Checking libm v0.2.16
22392026-04-07T02:22:45.809Z Checking zmij v1.0.21
22402026-04-07T02:22:45.871Z Checking tinystr v0.8.2
22412026-04-07T02:22:45.895Z Checking crypto-common v0.1.7
22422026-04-07T02:22:45.959Z Checking block-buffer v0.10.4
22432026-04-07T02:22:45.977Z Checking litemap v0.8.1
22442026-04-07T02:22:46.019Z Checking writeable v0.6.2
22452026-04-07T02:22:46.022Z Checking percent-encoding v2.3.2
22462026-04-07T02:22:46.048Z Checking allocator-api2 v0.2.21
22472026-04-07T02:22:46.095Z Checking digest v0.10.7
22482026-04-07T02:22:46.151Z Checking futures-core v0.3.32
22492026-04-07T02:22:46.167Z Checking equivalent v1.0.2
22502026-04-07T02:22:46.182Z Checking icu_locale_core v2.1.1
22512026-04-07T02:22:46.249Z Checking potential_utf v0.1.4
22522026-04-07T02:22:46.274Z Checking zerotrie v0.2.3
22532026-04-07T02:22:46.299Z Checking foldhash v0.2.0
22542026-04-07T02:22:46.343Z Checking cpufeatures v0.2.17
22552026-04-07T02:22:46.378Z Checking icu_collections v2.1.1
22562026-04-07T02:22:46.405Z Checking serde v1.0.228
22572026-04-07T02:22:46.416Z Checking bitflags v2.11.0
22582026-04-07T02:22:46.451Z Checking serde_json v1.0.149
22592026-04-07T02:22:46.487Z Checking num-traits v0.2.19
22602026-04-07T02:22:46.529Z Checking hashbrown v0.16.1
22612026-04-07T02:22:46.578Z Checking hmac v0.12.1
22622026-04-07T02:22:46.690Z Checking block-padding v0.3.3
22632026-04-07T02:22:46.710Z Checking getrandom v0.3.4
22642026-04-07T02:22:46.750Z Checking icu_provider v2.1.1
22652026-04-07T02:22:46.810Z Checking bytes v1.11.1
22662026-04-07T02:22:46.823Z Checking icu_properties_data v2.1.2
22672026-04-07T02:22:46.853Z Checking icu_normalizer_data v2.1.1
22682026-04-07T02:22:46.926Z Checking futures-sink v0.3.32
22692026-04-07T02:22:46.951Z Checking inout v0.1.4
22702026-04-07T02:22:46.989Z Checking icu_properties v2.1.2
22712026-04-07T02:22:47.023Z Checking futures-channel v0.3.32
22722026-04-07T02:22:47.034Z Checking indexmap v2.13.0
22732026-04-07T02:22:47.047Z Checking icu_normalizer v2.1.1
22742026-04-07T02:22:47.089Z Checking futures-task v0.3.32
22752026-04-07T02:22:47.125Z Checking slab v0.4.12
22762026-04-07T02:22:47.215Z Checking futures-io v0.3.32
22772026-04-07T02:22:47.228Z Checking cipher v0.4.4
22782026-04-07T02:22:47.259Z Checking tokio v1.50.0
22792026-04-07T02:22:47.282Z Checking sha2 v0.10.9
22802026-04-07T02:22:47.329Z Checking futures-util v0.3.32
22812026-04-07T02:22:47.351Z Checking utf8_iter v1.0.4
22822026-04-07T02:22:47.433Z Checking byteorder v1.5.0
22832026-04-07T02:22:47.475Z Checking base64ct v1.8.3
22842026-04-07T02:22:47.557Z Checking form_urlencoded v1.2.2
22852026-04-07T02:22:47.602Z Checking flagset v0.4.7
22862026-04-07T02:22:47.634Z Checking rand_core v0.10.0
22872026-04-07T02:22:47.687Z Checking fnv v1.0.7
22882026-04-07T02:22:47.711Z Checking pem-rfc7468 v0.7.0
22892026-04-07T02:22:47.725Z Checking rand_core v0.9.5
22902026-04-07T02:22:47.776Z Checking getrandom v0.4.1
22912026-04-07T02:22:47.791Z Checking salsa20 v0.10.2
22922026-04-07T02:22:47.823Z Checking idna_adapter v1.2.1
22932026-04-07T02:22:47.865Z Checking der v0.7.10
22942026-04-07T02:22:47.900Z Checking http v1.4.0
22952026-04-07T02:22:47.918Z Checking pbkdf2 v0.12.2
22962026-04-07T02:22:47.921Z Checking uuid v1.23.0
22972026-04-07T02:22:47.941Z Checking idna v1.1.0
22982026-04-07T02:22:48.026Z Checking scrypt v0.11.0
22992026-04-07T02:22:48.174Z Checking aes v0.8.4
23002026-04-07T02:22:48.193Z Checking url v2.5.8
23012026-04-07T02:22:48.248Z Checking cbc v0.1.2
23022026-04-07T02:22:48.378Z Checking rustix v1.1.3
23032026-04-07T02:22:48.405Z Checking ppv-lite86 v0.2.21
23042026-04-07T02:22:48.475Z Checking tracing-core v0.1.36
23052026-04-07T02:22:48.576Z Checking rustls-pki-types v1.14.0
23062026-04-07T02:22:48.614Z Checking spki v0.7.3
23072026-04-07T02:22:48.632Z Checking iana-time-zone v0.1.65
23082026-04-07T02:22:48.698Z Checking rand_chacha v0.9.0
23092026-04-07T02:22:48.740Z Checking regex-syntax v0.8.10
23102026-04-07T02:22:48.778Z Checking pkcs5 v0.7.1
23112026-04-07T02:22:48.789Z Checking tracing v0.1.44
23122026-04-07T02:22:48.863Z Checking chrono v0.4.44
23132026-04-07T02:22:48.895Z Checking rand v0.9.2
23142026-04-07T02:22:48.989Z Checking http-body v1.0.1
23152026-04-07T02:22:49.034Z Checking aws-lc-sys v0.37.1
23162026-04-07T02:22:49.123Z Checking untrusted v0.9.0
23172026-04-07T02:22:49.229Z Checking untrusted v0.7.1
23182026-04-07T02:22:49.242Z Checking base64 v0.22.1
23192026-04-07T02:22:49.285Z Checking openssl-probe v0.2.1
23202026-04-07T02:22:49.342Z Checking ring v0.17.14
23212026-04-07T02:22:49.373Z Checking pkcs8 v0.10.2
23222026-04-07T02:22:49.395Z Checking tower-layer v0.3.3
23232026-04-07T02:22:49.486Z Checking atomic-waker v1.1.2
23242026-04-07T02:22:49.545Z Checking aws-lc-rs v1.16.0
23252026-04-07T02:22:49.545Z Checking try-lock v0.2.5
23262026-04-07T02:22:49.567Z Checking tinyvec_macros v0.1.1
23272026-04-07T02:22:49.582Z Checking plain v0.2.3
23282026-04-07T02:22:49.630Z Checking tower-service v0.3.3
23292026-04-07T02:22:49.642Z Checking want v0.3.1
23302026-04-07T02:22:49.682Z Checking tinyvec v1.10.0
23312026-04-07T02:22:49.721Z Checking ipnet v2.11.0
23322026-04-07T02:22:49.734Z Checking semver v1.0.27
23332026-04-07T02:22:49.759Z Checking httparse v1.10.1
23342026-04-07T02:22:49.940Z Checking spin v0.9.8
23352026-04-07T02:22:49.971Z Checking fastrand v2.3.0
23362026-04-07T02:22:49.971Z Checking ucd-trie v0.1.7
23372026-04-07T02:22:49.995Z Checking unicode-ident v1.0.24
23382026-04-07T02:22:50.081Z Checking foreign-types-shared v0.1.1
23392026-04-07T02:22:50.099Z Checking httpdate v1.0.3
23402026-04-07T02:22:50.112Z Checking pin-utils v0.1.0
23412026-04-07T02:22:50.122Z Checking dyn-clone v1.0.20
23422026-04-07T02:22:50.161Z Checking tempfile v3.25.0
23432026-04-07T02:22:50.161Z Checking foreign-types v0.3.2
23442026-04-07T02:22:50.185Z Checking pest v2.8.6
23452026-04-07T02:22:50.218Z Checking schemars v0.8.22
23462026-04-07T02:22:50.238Z Checking proc-macro2 v1.0.106
23472026-04-07T02:22:50.253Z Checking openssl-sys v0.9.111
23482026-04-07T02:22:50.354Z Checking thiserror v2.0.18
23492026-04-07T02:22:50.368Z Checking wait-timeout v0.2.1
23502026-04-07T02:22:50.397Z Checking rustls-webpki v0.103.9
23512026-04-07T02:22:50.457Z Checking socket2 v0.5.10
23522026-04-07T02:22:50.487Z Checking aho-corasick v1.1.4
23532026-04-07T02:22:50.545Z Checking tokio-util v0.7.18
23542026-04-07T02:22:50.560Z Checking siphasher v1.0.2
23552026-04-07T02:22:50.707Z Checking simd-adler32 v0.3.8
23562026-04-07T02:22:50.719Z Checking powerfmt v0.2.0
23572026-04-07T02:22:50.743Z Checking quick-error v1.2.3
23582026-04-07T02:22:50.831Z Checking rustls v0.23.37
23592026-04-07T02:22:50.844Z Checking pretty-hex v0.4.1
23602026-04-07T02:22:50.869Z Checking bit-vec v0.8.0
23612026-04-07T02:22:50.879Z Checking utf8parse v0.2.2
23622026-04-07T02:22:50.890Z Checking anstyle v1.0.13
23632026-04-07T02:22:50.955Z Checking deranged v0.5.8
23642026-04-07T02:22:50.977Z Checking anstyle-parse v0.2.7
23652026-04-07T02:22:51.064Z Checking bit-set v0.8.0
23662026-04-07T02:22:51.076Z Checking rusty-fork v0.3.1
23672026-04-07T02:22:51.130Z Checking openssl v0.10.75
23682026-04-07T02:22:51.187Z Checking h2 v0.4.13
23692026-04-07T02:22:51.200Z Checking regex-automata v0.4.14
23702026-04-07T02:22:51.218Z Checking quote v1.0.44
23712026-04-07T02:22:51.253Z Compiling newtype-uuid v1.3.2
23722026-04-07T02:22:51.289Z Checking unicode-normalization v0.1.25
23732026-04-07T02:22:51.389Z Checking rustls-native-certs v0.8.3
23742026-04-07T02:22:51.440Z Checking crossbeam-utils v0.8.21
23752026-04-07T02:22:51.520Z Checking rand_xorshift v0.4.0
23762026-04-07T02:22:51.643Z Checking crc32fast v1.5.0
23772026-04-07T02:22:51.709Z Checking scroll v0.13.0
23782026-04-07T02:22:51.784Z Checking signature v2.2.0
23792026-04-07T02:22:51.797Z Checking sync_wrapper v1.0.2
23802026-04-07T02:22:51.900Z Checking colorchoice v1.0.4
23812026-04-07T02:22:51.917Z Checking adler2 v2.0.1
23822026-04-07T02:22:51.942Z Checking unarray v0.1.4
23832026-04-07T02:22:51.954Z Checking unicode-bidi v0.3.18
23842026-04-07T02:22:51.998Z Checking num-conv v0.2.0
23852026-04-07T02:22:52.024Z Checking anstyle-query v1.1.5
23862026-04-07T02:22:52.044Z Checking num_threads v0.1.7
23872026-04-07T02:22:52.113Z Checking time-core v0.1.8
23882026-04-07T02:22:52.117Z Checking is_terminal_polyfill v1.70.2
23892026-04-07T02:22:52.137Z Checking unicode-properties v0.1.4
23902026-04-07T02:22:52.213Z Checking anstream v0.6.21
23912026-04-07T02:22:52.250Z Checking proptest v1.10.0
23922026-04-07T02:22:52.262Z Checking time v0.3.47
23932026-04-07T02:22:52.325Z Checking stringprep v0.1.5
23942026-04-07T02:22:52.412Z Checking miniz_oxide v0.8.9
23952026-04-07T02:22:52.480Z Checking goblin v0.10.5
23962026-04-07T02:22:52.774Z Checking tower v0.5.3
23972026-04-07T02:22:53.067Z Checking crossbeam-epoch v0.9.18
23982026-04-07T02:22:53.158Z Checking native-tls v0.2.18
23992026-04-07T02:22:53.178Z Checking syn v2.0.117
24002026-04-07T02:22:53.290Z Compiling daft v0.1.5
24012026-04-07T02:22:53.293Z Checking tokio-rustls v0.26.4
24022026-04-07T02:22:53.335Z Checking ipnetwork v0.21.1
24032026-04-07T02:22:53.405Z Checking http-body-util v0.1.3
24042026-04-07T02:22:53.535Z Checking webpki-roots v1.0.6
24052026-04-07T02:22:53.557Z Checking rand_chacha v0.3.1
24062026-04-07T02:22:53.572Z Checking thiserror v1.0.69
24072026-04-07T02:22:53.635Z Checking scroll v0.12.0
24082026-04-07T02:22:53.653Z Checking zstd-sys v2.0.16+zstd.1.5.7
24092026-04-07T02:22:53.668Z Checking hash32 v0.2.1
24102026-04-07T02:22:53.766Z Checking num-integer v0.1.46
24112026-04-07T02:22:53.779Z Checking toml_datetime v0.6.11
24122026-04-07T02:22:53.829Z Checking serde_spanned v0.6.9
24132026-04-07T02:22:53.869Z Checking md-5 v0.10.6
24142026-04-07T02:22:53.946Z Checking hyper v1.8.1
24152026-04-07T02:22:53.959Z Checking ff v0.13.1
24162026-04-07T02:22:53.973Z Checking ryu v1.0.23
24172026-04-07T02:22:53.992Z Checking fallible-iterator v0.2.0
24182026-04-07T02:22:54.007Z Checking base16ct v0.2.0
24192026-04-07T02:22:54.083Z Checking psl-types v2.0.11
24202026-04-07T02:22:54.095Z Checking iri-string v0.7.10
24212026-04-07T02:22:54.106Z Checking zlib-rs v0.6.2
24222026-04-07T02:22:54.132Z Checking sec1 v0.7.3
24232026-04-07T02:22:54.199Z Checking publicsuffix v2.3.0
24242026-04-07T02:22:54.271Z Checking postgres-protocol v0.6.10
24252026-04-07T02:22:54.345Z Checking serde_urlencoded v0.7.1
24262026-04-07T02:22:54.366Z Checking group v0.13.0
24272026-04-07T02:22:54.554Z Compiling iddqd v0.3.17
24282026-04-07T02:22:54.594Z Checking num-iter v0.1.45
24292026-04-07T02:22:54.669Z Checking goblin v0.8.2
24302026-04-07T02:22:54.706Z Checking heapless v0.7.17
24312026-04-07T02:22:54.886Z Checking hyper-util v0.1.20
24322026-04-07T02:22:54.901Z Checking dof v0.4.0
24332026-04-07T02:22:55.009Z Checking flate2 v1.1.9
24342026-04-07T02:22:55.123Z Checking rand v0.8.5
24352026-04-07T02:22:55.142Z Checking tower-http v0.6.8
24362026-04-07T02:22:55.309Z Checking zstd-safe v7.2.4
24372026-04-07T02:22:55.429Z Checking oxnet v0.1.4
24382026-04-07T02:22:55.483Z Checking cookie v0.18.1
24392026-04-07T02:22:55.543Z Checking tokio-native-tls v0.3.1
24402026-04-07T02:22:55.558Z Checking dtrace-parser v0.3.0
24412026-04-07T02:22:55.645Z Checking phf_shared v0.13.1
24422026-04-07T02:22:55.673Z Checking lazy_static v1.5.0
24432026-04-07T02:22:55.702Z Checking terminal_size v0.4.3
24442026-04-07T02:22:55.705Z Checking zerocopy v0.7.35
24452026-04-07T02:22:55.725Z Checking bzip2-sys v0.1.13+1.0.8
24462026-04-07T02:22:55.763Z Checking signal-hook v0.3.18
24472026-04-07T02:22:55.793Z Checking hkdf v0.12.4
24482026-04-07T02:22:55.809Z Checking crypto-bigint v0.5.5
24492026-04-07T02:22:55.818Z Checking thread-id v5.1.0
24502026-04-07T02:22:55.842Z Checking either v1.15.0
24512026-04-07T02:22:55.897Z Checking winnow v0.5.40
24522026-04-07T02:22:55.923Z Compiling rayon-core v1.13.0
24532026-04-07T02:22:55.952Z Checking libbz2-rs-sys v0.2.2
24542026-04-07T02:22:56.030Z Checking bitflags v1.3.2
24552026-04-07T02:22:56.101Z Checking winnow v0.7.14
24562026-04-07T02:22:56.104Z Checking foldhash v0.1.5
24572026-04-07T02:22:56.181Z Checking hyper-rustls v0.27.7
24582026-04-07T02:22:56.222Z Checking bumpalo v3.20.2
24592026-04-07T02:22:56.262Z Checking clap_lex v1.0.0
24602026-04-07T02:22:56.376Z Checking managed v0.8.0
24612026-04-07T02:22:56.398Z Checking strsim v0.11.1
24622026-04-07T02:22:56.418Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24632026-04-07T02:22:56.432Z Checking zopfli v0.8.3
24642026-04-07T02:22:56.569Z Checking clap_builder v4.5.60
24652026-04-07T02:22:56.572Z Checking smoltcp v0.9.1
24662026-04-07T02:22:56.606Z Checking bzip2 v0.6.1
24672026-04-07T02:22:56.624Z Checking dof v0.3.0
24682026-04-07T02:22:56.754Z Checking elliptic-curve v0.13.8
24692026-04-07T02:22:56.769Z Checking hashbrown v0.15.5
24702026-04-07T02:22:56.773Z Checking hyper-tls v0.6.0
24712026-04-07T02:22:56.929Z Checking signal-hook-mio v0.2.5
24722026-04-07T02:22:56.953Z Checking usdt-impl v0.6.0
24732026-04-07T02:22:57.035Z Checking phf v0.13.1
24742026-04-07T02:22:57.064Z Checking bzip2 v0.4.4
24752026-04-07T02:22:57.101Z Checking toml_edit v0.19.15
24762026-04-07T02:22:57.183Z Checking num-bigint-dig v0.8.6
24772026-04-07T02:22:57.186Z Checking cookie_store v0.22.1
24782026-04-07T02:22:57.243Z Checking zstd v0.13.3
24792026-04-07T02:22:57.246Z Checking postgres-types v0.2.12
24802026-04-07T02:22:57.355Z Checking dtrace-parser v0.2.0
24812026-04-07T02:22:57.430Z Checking rustls-platform-verifier v0.6.2
24822026-04-07T02:22:57.475Z Checking crossbeam-deque v0.8.6
24832026-04-07T02:22:57.531Z Checking regex v1.12.3
24842026-04-07T02:22:57.568Z Checking bstr v1.12.1
24852026-04-07T02:22:57.571Z Checking ed25519 v2.2.3
24862026-04-07T02:22:57.593Z Checking phf_shared v0.11.3
24872026-04-07T02:22:57.652Z Checking ref-cast v1.0.25
24882026-04-07T02:22:57.735Z Checking curve25519-dalek v4.1.3
24892026-04-07T02:22:57.752Z Checking strum v0.27.2
24902026-04-07T02:22:57.765Z Checking hubpack v0.1.2
24912026-04-07T02:22:57.810Z Checking memoffset v0.9.1
24922026-04-07T02:22:57.835Z Checking rustix v0.38.44
24932026-04-07T02:22:57.862Z Checking pkcs1 v0.7.5
24942026-04-07T02:22:57.892Z Checking float-cmp v0.10.0
24952026-04-07T02:22:57.926Z Checking erased-serde v0.3.31
24962026-04-07T02:22:57.965Z Checking hex v0.4.3
24972026-04-07T02:22:58.008Z Checking serde-big-array v0.5.1
24982026-04-07T02:22:58.021Z Checking rfc6979 v0.4.0
24992026-04-07T02:22:58.070Z Checking memmap2 v0.9.10
25002026-04-07T02:22:58.134Z Checking thread-id v4.2.2
25012026-04-07T02:22:58.146Z Checking env_filter v1.0.0
25022026-04-07T02:22:58.157Z Checking encoding_rs v0.8.35
25032026-04-07T02:22:58.190Z Checking precomputed-hash v0.1.1
25042026-04-07T02:22:58.212Z Checking jiff v0.2.21
25052026-04-07T02:22:58.230Z Checking keccak v0.1.6
25062026-04-07T02:22:58.271Z Checking data-encoding v2.10.0
25072026-04-07T02:22:58.285Z Checking unicode-segmentation v1.12.0
25082026-04-07T02:22:58.318Z Checking difflib v0.4.0
25092026-04-07T02:22:58.393Z Checking mime v0.3.17
25102026-04-07T02:22:58.497Z Checking normalize-line-endings v0.3.0
25112026-04-07T02:22:58.525Z Checking predicates-core v1.0.10
25122026-04-07T02:22:58.543Z Checking static_assertions v1.1.0
25132026-04-07T02:22:58.570Z Checking fixedbitset v0.5.7
25142026-04-07T02:22:58.586Z Checking fixedbitset v0.4.2
25152026-04-07T02:22:58.598Z Checking toml_write v0.1.2
25162026-04-07T02:22:58.611Z Checking rustc-hash v2.1.1
25172026-04-07T02:22:58.650Z Checking whoami v2.1.0
25182026-04-07T02:22:58.662Z Checking new_debug_unreachable v1.0.6
25192026-04-07T02:22:58.733Z Checking string_cache v0.8.9
25202026-04-07T02:22:58.736Z Checking petgraph v0.6.5
25212026-04-07T02:22:58.759Z Checking petgraph v0.8.3
25222026-04-07T02:22:58.762Z Checking toml_edit v0.22.27
25232026-04-07T02:22:58.845Z Checking tokio-postgres v0.7.16
25242026-04-07T02:22:58.911Z Checking crossterm v0.28.1
25252026-04-07T02:22:59.129Z Checking reqwest v0.12.28
25262026-04-07T02:22:59.580Z Checking predicates v3.1.4
25272026-04-07T02:22:59.623Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
25282026-04-07T02:22:59.870Z Checking similar v2.7.0
25292026-04-07T02:22:59.883Z Checking hickory-proto v0.25.2
25302026-04-07T02:22:59.993Z Checking ed25519-dalek v2.2.0
25312026-04-07T02:23:00.032Z Checking sha3 v0.10.8
25322026-04-07T02:23:00.117Z Checking slog v2.8.2
25332026-04-07T02:23:00.222Z Checking env_logger v0.11.9
25342026-04-07T02:23:00.237Z Checking usdt v0.6.0
25352026-04-07T02:23:00.262Z Checking usdt-impl v0.5.0
25362026-04-07T02:23:00.367Z Checking serde_with v3.17.0
25372026-04-07T02:23:00.391Z Checking toml v0.7.8
25382026-04-07T02:23:00.402Z Checking ecdsa v0.16.9
25392026-04-07T02:23:00.413Z Checking rsa v0.9.10
25402026-04-07T02:23:00.503Z Checking zip v4.6.1
25412026-04-07T02:23:00.545Z Checking nix v0.31.1
25422026-04-07T02:23:00.700Z Checking clap v4.5.60
25432026-04-07T02:23:00.781Z Checking reqwest v0.13.2
25442026-04-07T02:23:00.883Z Checking toml_parser v1.0.9+spec-1.1.0
25452026-04-07T02:23:01.066Z Checking zip v0.6.6
25462026-04-07T02:23:01.103Z Checking itertools v0.13.0
25472026-04-07T02:23:01.235Z Checking strum v0.26.3
25482026-04-07T02:23:01.353Z Checking fs-err v3.3.0
25492026-04-07T02:23:01.404Z Checking ahash v0.8.12
25502026-04-07T02:23:01.600Z Checking object v0.37.3
25512026-04-07T02:23:01.612Z Checking tokio-stream v0.1.18
25522026-04-07T02:23:01.664Z Checking buf-list v1.1.2
25532026-04-07T02:23:01.675Z Checking anyhow v1.0.102
25542026-04-07T02:23:01.821Z Checking camino v1.2.2
25552026-04-07T02:23:01.847Z Checking x509-cert v0.2.5
25562026-04-07T02:23:01.872Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
25572026-04-07T02:23:01.939Z Checking openapiv3 v2.2.0
25582026-04-07T02:23:01.993Z Checking sha1 v0.10.6
25592026-04-07T02:23:02.076Z Checking toml_datetime v0.7.5+spec-1.1.0
25602026-04-07T02:23:02.139Z Checking peg-runtime v0.8.5
25612026-04-07T02:23:02.157Z Checking lalrpop-util v0.19.12
25622026-04-07T02:23:02.157Z Checking rayon v1.11.0
25632026-04-07T02:23:02.274Z Checking sigpipe v0.1.3
25642026-04-07T02:23:02.287Z Checking glob v0.3.3
25652026-04-07T02:23:03.818Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25662026-04-07T02:23:04.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.95s
25672026-04-07T02:23:04.269Z
25682026-04-07T02:23:04.269Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (67/270)
25692026-04-07T02:23:04.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25702026-04-07T02:23:04.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25712026-04-07T02:23:04.786Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25722026-04-07T02:23:04.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
25732026-04-07T02:23:04.877Z
25742026-04-07T02:23:04.877Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (68/270)
25752026-04-07T02:23:05.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25762026-04-07T02:23:05.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25772026-04-07T02:23:05.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25782026-04-07T02:23:05.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
25792026-04-07T02:23:05.494Z
25802026-04-07T02:23:05.494Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (69/270)
25812026-04-07T02:23:06.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25822026-04-07T02:23:06.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25832026-04-07T02:23:06.016Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25842026-04-07T02:23:06.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
25852026-04-07T02:23:06.111Z
25862026-04-07T02:23:06.111Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (70/270)
25872026-04-07T02:23:06.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25882026-04-07T02:23:06.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25892026-04-07T02:23:06.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25902026-04-07T02:23:06.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
25912026-04-07T02:23:06.722Z
25922026-04-07T02:23:06.722Zinfo: running `cargo check --bins` on omicron-passwords (71/270)
25932026-04-07T02:23:07.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25942026-04-07T02:23:07.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25952026-04-07T02:23:07.223Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25962026-04-07T02:23:07.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
25972026-04-07T02:23:07.317Z
25982026-04-07T02:23:07.318Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (72/270)
25992026-04-07T02:23:07.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26002026-04-07T02:23:07.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26012026-04-07T02:23:07.819Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26022026-04-07T02:23:07.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26032026-04-07T02:23:07.911Z
26042026-04-07T02:23:07.911Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (73/270)
26052026-04-07T02:23:08.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26062026-04-07T02:23:08.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26072026-04-07T02:23:08.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26082026-04-07T02:23:08.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26092026-04-07T02:23:08.507Z
26102026-04-07T02:23:08.507Zinfo: running `cargo check --bins --no-default-features` on gfss (74/270)
26112026-04-07T02:23:09.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26122026-04-07T02:23:09.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26132026-04-07T02:23:09.009Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26142026-04-07T02:23:09.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26152026-04-07T02:23:09.102Z
26162026-04-07T02:23:09.102Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (75/270)
26172026-04-07T02:23:09.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26182026-04-07T02:23:09.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26192026-04-07T02:23:09.607Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26202026-04-07T02:23:09.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26212026-04-07T02:23:09.694Z
26222026-04-07T02:23:09.694Zinfo: running `cargo check --bins` on internal-dns-types (76/270)
26232026-04-07T02:23:10.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26242026-04-07T02:23:10.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26252026-04-07T02:23:10.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26262026-04-07T02:23:10.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26272026-04-07T02:23:10.297Z
26282026-04-07T02:23:10.297Zinfo: running `cargo check --bins` on internal-dns-types-versions (77/270)
26292026-04-07T02:23:10.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26302026-04-07T02:23:10.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26312026-04-07T02:23:10.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26322026-04-07T02:23:10.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26332026-04-07T02:23:10.905Z
26342026-04-07T02:23:10.905Zinfo: running `cargo check --bins` on nexus-types-versions (78/270)
26352026-04-07T02:23:11.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26362026-04-07T02:23:11.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26372026-04-07T02:23:11.431Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26382026-04-07T02:23:11.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26392026-04-07T02:23:11.530Z
26402026-04-07T02:23:11.530Zinfo: running `cargo check --bins` on oxql-types (79/270)
26412026-04-07T02:23:12.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26422026-04-07T02:23:12.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26432026-04-07T02:23:12.043Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26442026-04-07T02:23:12.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26452026-04-07T02:23:12.138Z
26462026-04-07T02:23:12.138Zinfo: running `cargo check --bins` on oximeter-types (80/270)
26472026-04-07T02:23:12.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26482026-04-07T02:23:12.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26492026-04-07T02:23:12.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26502026-04-07T02:23:12.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26512026-04-07T02:23:12.747Z
26522026-04-07T02:23:12.747Zinfo: running `cargo check --bins` on oximeter-types-versions (81/270)
26532026-04-07T02:23:13.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26542026-04-07T02:23:13.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26552026-04-07T02:23:13.256Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26562026-04-07T02:23:13.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26572026-04-07T02:23:13.345Z
26582026-04-07T02:23:13.345Zinfo: running `cargo check --bins` on oximeter-macro-impl (82/270)
26592026-04-07T02:23:13.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26602026-04-07T02:23:13.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26612026-04-07T02:23:13.842Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26622026-04-07T02:23:13.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26632026-04-07T02:23:13.933Z
26642026-04-07T02:23:13.933Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (83/270)
26652026-04-07T02:23:14.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26662026-04-07T02:23:14.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26672026-04-07T02:23:14.623Z Compiling structmeta-derive v0.3.0
26682026-04-07T02:23:14.739Z Compiling rustls v0.22.4
26692026-04-07T02:23:14.748Z Compiling multer v3.1.0
26702026-04-07T02:23:14.757Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26712026-04-07T02:23:14.760Z Compiling async-stream-impl v0.3.6
26722026-04-07T02:23:14.777Z Compiling dropshot v0.16.7
26732026-04-07T02:23:14.792Z Compiling dropshot_endpoint v0.16.7
26742026-04-07T02:23:14.792Z Compiling newtype-uuid-macros v0.1.0
26752026-04-07T02:23:14.921Z Checking newtype-uuid v1.3.2
26762026-04-07T02:23:14.982Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26772026-04-07T02:23:15.015Z Checking rustls-webpki v0.102.8
26782026-04-07T02:23:15.123Z Checking daft v0.1.5
26792026-04-07T02:23:15.139Z Checking futures-executor v0.3.32
26802026-04-07T02:23:15.356Z Checking thread_local v1.1.9
26812026-04-07T02:23:15.373Z Compiling match_cfg v0.1.0
26822026-04-07T02:23:15.447Z Compiling hostname v0.3.1
26832026-04-07T02:23:15.521Z Checking iddqd v0.3.17
26842026-04-07T02:23:15.555Z Checking futures v0.3.32
26852026-04-07T02:23:15.570Z Checking crossbeam-channel v0.5.15
26862026-04-07T02:23:15.582Z Checking slog-json v2.6.1
26872026-04-07T02:23:15.833Z Compiling structmeta v0.3.0
26882026-04-07T02:23:15.847Z Compiling serde_spanned v1.0.4
26892026-04-07T02:23:15.914Z Checking is-terminal v0.4.17
26902026-04-07T02:23:16.008Z Compiling toml_writer v1.0.6+spec-1.1.0
26912026-04-07T02:23:16.049Z Compiling derive-ex v0.1.8
26922026-04-07T02:23:16.062Z Compiling parse-display-derive v0.10.0
26932026-04-07T02:23:16.125Z Checking take_mut v0.2.2
26942026-04-07T02:23:16.252Z Checking term v1.2.1
26952026-04-07T02:23:16.404Z Checking debug-ignore v1.0.5
26962026-04-07T02:23:16.421Z Checking toml v0.9.12+spec-1.1.0
26972026-04-07T02:23:16.478Z Checking slog-term v2.9.2
26982026-04-07T02:23:16.509Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26992026-04-07T02:23:16.586Z Checking slog-async v2.8.0
27002026-04-07T02:23:16.751Z Compiling slog-bunyan v2.5.0
27012026-04-07T02:23:16.885Z Compiling async-stream v0.3.6
27022026-04-07T02:23:16.920Z Checking tokio-rustls v0.25.0
27032026-04-07T02:23:17.028Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27042026-04-07T02:23:17.062Z Checking progenitor-client v0.13.0
27052026-04-07T02:23:17.125Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27062026-04-07T02:23:17.270Z Checking backon v1.6.0
27072026-04-07T02:23:17.301Z Checking waitgroup v0.1.2
27082026-04-07T02:23:17.439Z Checking rustls-pemfile v2.2.0
27092026-04-07T02:23:17.732Z Checking serde_path_to_error v0.1.20
27102026-04-07T02:23:17.799Z Compiling test-strategy v0.4.5
27112026-04-07T02:23:17.829Z Checking hostname v0.4.2
27122026-04-07T02:23:17.860Z Checking instant v0.1.13
27132026-04-07T02:23:17.944Z Compiling prettyplease v0.2.37
27142026-04-07T02:23:17.984Z Checking backoff v0.4.0
27152026-04-07T02:23:18.061Z Checking parse-display v0.10.0
27162026-04-07T02:23:18.180Z Compiling progenitor-extras v0.1.1
27172026-04-07T02:23:18.237Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27182026-04-07T02:23:18.436Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27192026-04-07T02:23:18.468Z Checking progenitor-client v0.10.0
27202026-04-07T02:23:18.677Z Checking itertools v0.14.0
27212026-04-07T02:23:18.700Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27222026-04-07T02:23:19.188Z Checking regress v0.10.5
27232026-04-07T02:23:19.302Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27242026-04-07T02:23:19.738Z Checking macaddr v1.0.1
27252026-04-07T02:23:19.928Z Checking num-rational v0.4.2
27262026-04-07T02:23:20.133Z Compiling usdt-attr-macro v0.5.0
27272026-04-07T02:23:20.215Z Compiling usdt-macro v0.5.0
27282026-04-07T02:23:20.257Z Checking num-complex v0.4.6
27292026-04-07T02:23:20.594Z Checking memmap v0.7.0
27302026-04-07T02:23:20.606Z Checking num v0.4.3
27312026-04-07T02:23:20.650Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27322026-04-07T02:23:20.710Z Checking float-ord v0.3.2
27332026-04-07T02:23:20.817Z Compiling toml v0.8.23
27342026-04-07T02:23:20.848Z Checking linked-hash-map v0.5.6
27352026-04-07T02:23:20.951Z Checking usdt v0.5.0
27362026-04-07T02:23:21.023Z Compiling minimal-lexical v0.2.1
27372026-04-07T02:23:21.121Z Checking lru-cache v0.1.2
27382026-04-07T02:23:21.281Z Compiling nom v7.1.3
27392026-04-07T02:23:21.845Z Checking hickory-proto v0.24.4
27402026-04-07T02:23:21.868Z Checking phf_shared v0.12.1
27412026-04-07T02:23:22.021Z Compiling slog-dtrace v0.3.0
27422026-04-07T02:23:22.034Z Checking resolv-conf v0.7.6
27432026-04-07T02:23:22.223Z Compiling convert_case v0.4.0
27442026-04-07T02:23:22.226Z Compiling chrono-tz v0.10.4
27452026-04-07T02:23:22.423Z Checking heck v0.5.0
27462026-04-07T02:23:22.466Z Compiling const_format_proc_macros v0.2.34
27472026-04-07T02:23:22.614Z Compiling derive_more v0.99.20
27482026-04-07T02:23:22.627Z Checking phf v0.12.1
27492026-04-07T02:23:22.721Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27502026-04-07T02:23:22.771Z Checking tokio-dtrace v0.1.1
27512026-04-07T02:23:22.967Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27522026-04-07T02:23:23.205Z Compiling derive-where v1.6.0
27532026-04-07T02:23:23.290Z Checking highway v1.3.0
27542026-04-07T02:23:23.529Z Checking const_format v0.2.35
27552026-04-07T02:23:23.668Z Checking oxide-tokio-rt v0.1.3
27562026-04-07T02:23:23.712Z Checking hickory-resolver v0.24.4
27572026-04-07T02:23:24.067Z Checking gethostname v0.5.0
27582026-04-07T02:23:24.160Z Checking bcs v0.1.6
27592026-04-07T02:23:24.401Z Compiling async-recursion v1.1.1
27602026-04-07T02:23:24.460Z Checking termtree v0.5.1
27612026-04-07T02:23:24.538Z Checking qorb v0.4.1
27622026-04-07T02:23:25.021Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27632026-04-07T02:23:25.139Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27642026-04-07T02:23:25.409Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27652026-04-07T02:23:26.779Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27662026-04-07T02:23:26.782Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27672026-04-07T02:23:28.577Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27682026-04-07T02:23:31.313Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27692026-04-07T02:23:33.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.51s
27702026-04-07T02:23:33.631Z
27712026-04-07T02:23:33.631Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (84/270)
27722026-04-07T02:23:34.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27732026-04-07T02:23:34.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27742026-04-07T02:23:34.314Z Compiling ar_archive_writer v0.5.1
27752026-04-07T02:23:34.317Z Compiling stacker v0.1.23
27762026-04-07T02:23:34.433Z Compiling cfg_aliases v0.1.1
27772026-04-07T02:23:34.439Z Compiling convert_case v0.10.0
27782026-04-07T02:23:34.446Z Checking unicode-width v0.1.14
27792026-04-07T02:23:34.454Z Compiling proc-macro-error v1.0.4
27802026-04-07T02:23:34.465Z Checking fd-lock v4.0.4
27812026-04-07T02:23:34.468Z Checking nibble_vec v0.1.0
27822026-04-07T02:23:34.490Z Compiling nix v0.28.0
27832026-04-07T02:23:34.582Z Checking vte v0.14.1
27842026-04-07T02:23:34.594Z Compiling recursive-proc-macro-impl v0.1.1
27852026-04-07T02:23:34.681Z Checking bytecount v0.6.9
27862026-04-07T02:23:34.693Z Checking endian-type v0.1.2
27872026-04-07T02:23:34.732Z Compiling derive_more-impl v2.1.1
27882026-04-07T02:23:34.746Z Checking strip-ansi-escapes v0.2.1
27892026-04-07T02:23:34.749Z Compiling tabled_derive v0.7.0
27902026-04-07T02:23:34.800Z Checking papergrid v0.11.0
27912026-04-07T02:23:34.810Z Checking radix_trie v0.2.1
27922026-04-07T02:23:34.889Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27932026-04-07T02:23:34.985Z Compiling peg-macros v0.8.5
27942026-04-07T02:23:35.023Z Checking winnow v0.6.26
27952026-04-07T02:23:35.260Z Compiling psm v0.1.30
27962026-04-07T02:23:35.356Z Compiling sqlparser_derive v0.5.0
27972026-04-07T02:23:35.414Z Checking unicode_categories v0.1.1
27982026-04-07T02:23:35.570Z Checking home v0.5.12
27992026-04-07T02:23:35.573Z Checking derive_more v2.1.1
28002026-04-07T02:23:35.650Z Checking unicode-width v0.2.0
28012026-04-07T02:23:35.686Z Checking nu-ansi-term v0.50.3
28022026-04-07T02:23:35.723Z Checking tabled v0.15.0
28032026-04-07T02:23:35.783Z Checking rustyline v14.0.0
28042026-04-07T02:23:35.892Z Checking crossterm v0.29.0
28052026-04-07T02:23:35.904Z Checking reedline v0.40.0
28062026-04-07T02:23:36.040Z Checking recursive v0.1.1
28072026-04-07T02:23:36.157Z Checking sqlparser v0.61.0
28082026-04-07T02:23:36.171Z Checking sqlformat v0.3.5
28092026-04-07T02:23:36.171Z Checking display-error-chain v0.2.2
28102026-04-07T02:23:36.390Z Checking peg v0.8.5
28112026-04-07T02:23:47.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.85s
28122026-04-07T02:23:47.701Z
28132026-04-07T02:23:47.701Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (85/270)
28142026-04-07T02:23:48.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28152026-04-07T02:23:48.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28162026-04-07T02:23:48.380Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28172026-04-07T02:23:51.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.12s
28182026-04-07T02:23:52.017Z
28192026-04-07T02:23:52.017Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (86/270)
28202026-04-07T02:23:52.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28212026-04-07T02:23:52.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28222026-04-07T02:23:52.696Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28232026-04-07T02:23:55.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.09s
28242026-04-07T02:23:55.308Z
28252026-04-07T02:23:55.308Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (87/270)
28262026-04-07T02:23:55.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28272026-04-07T02:23:55.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28282026-04-07T02:23:55.988Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28292026-04-07T02:23:59.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.93s
28302026-04-07T02:23:59.436Z
28312026-04-07T02:23:59.436Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (88/270)
28322026-04-07T02:23:59.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28332026-04-07T02:23:59.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28342026-04-07T02:24:00.114Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28352026-04-07T02:24:03.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.97s
28362026-04-07T02:24:03.590Z
28372026-04-07T02:24:03.590Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (89/270)
28382026-04-07T02:24:04.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28392026-04-07T02:24:04.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28402026-04-07T02:24:04.266Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28412026-04-07T02:24:06.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.27s
28422026-04-07T02:24:07.050Z
28432026-04-07T02:24:07.050Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (90/270)
28442026-04-07T02:24:07.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28452026-04-07T02:24:07.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28462026-04-07T02:24:07.725Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28472026-04-07T02:24:10.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.27s
28482026-04-07T02:24:10.523Z
28492026-04-07T02:24:10.523Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (91/270)
28502026-04-07T02:24:11.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28512026-04-07T02:24:11.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28522026-04-07T02:24:11.202Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28532026-04-07T02:24:14.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.07s
28542026-04-07T02:24:14.801Z
28552026-04-07T02:24:14.801Zinfo: running `cargo check --bins` on oximeter (92/270)
28562026-04-07T02:24:15.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28572026-04-07T02:24:15.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28582026-04-07T02:24:15.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28592026-04-07T02:24:15.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28602026-04-07T02:24:15.405Z
28612026-04-07T02:24:15.405Zinfo: running `cargo check --bins` on oximeter-schema (93/270)
28622026-04-07T02:24:15.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28632026-04-07T02:24:15.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28642026-04-07T02:24:16.043Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28652026-04-07T02:24:16.208Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28662026-04-07T02:24:16.223Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28672026-04-07T02:24:16.547Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28682026-04-07T02:24:20.019Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28692026-04-07T02:24:20.346Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28702026-04-07T02:24:21.453Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28712026-04-07T02:24:22.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.73s
28722026-04-07T02:24:23.326Z
28732026-04-07T02:24:23.326Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (94/270)
28742026-04-07T02:24:23.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28752026-04-07T02:24:23.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28762026-04-07T02:24:23.329Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28772026-04-07T02:24:23.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28782026-04-07T02:24:23.329Z
28792026-04-07T02:24:23.329Zinfo: running `cargo check --bins` on oximeter-test-utils (95/270)
28802026-04-07T02:24:23.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28812026-04-07T02:24:23.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28822026-04-07T02:24:23.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28832026-04-07T02:24:23.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28842026-04-07T02:24:23.573Z
28852026-04-07T02:24:23.573Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (96/270)
28862026-04-07T02:24:24.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28872026-04-07T02:24:24.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28882026-04-07T02:24:24.091Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28892026-04-07T02:24:24.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28902026-04-07T02:24:24.182Z
28912026-04-07T02:24:24.182Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (97/270)
28922026-04-07T02:24:24.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28932026-04-07T02:24:24.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28942026-04-07T02:24:24.696Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28952026-04-07T02:24:24.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28962026-04-07T02:24:24.792Z
28972026-04-07T02:24:24.792Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (98/270)
28982026-04-07T02:24:25.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28992026-04-07T02:24:25.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29002026-04-07T02:24:25.308Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29012026-04-07T02:24:25.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29022026-04-07T02:24:25.401Z
29032026-04-07T02:24:25.401Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (99/270)
29042026-04-07T02:24:25.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29052026-04-07T02:24:25.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29062026-04-07T02:24:25.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29072026-04-07T02:24:25.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29082026-04-07T02:24:26.010Z
29092026-04-07T02:24:26.010Zinfo: running `cargo check --bins` on trust-quorum-types (100/270)
29102026-04-07T02:24:26.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29112026-04-07T02:24:26.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29122026-04-07T02:24:26.507Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29132026-04-07T02:24:26.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29142026-04-07T02:24:26.594Z
29152026-04-07T02:24:26.594Zinfo: running `cargo check --bins` on trust-quorum-test-utils (101/270)
29162026-04-07T02:24:27.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29172026-04-07T02:24:27.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29182026-04-07T02:24:27.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29192026-04-07T02:24:27.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29202026-04-07T02:24:27.202Z
29212026-04-07T02:24:27.202Zinfo: running `cargo check --bins` on update-engine (102/270)
29222026-04-07T02:24:27.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29232026-04-07T02:24:27.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29242026-04-07T02:24:27.699Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29252026-04-07T02:24:27.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29262026-04-07T02:24:27.789Z
29272026-04-07T02:24:27.789Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (103/270)
29282026-04-07T02:24:28.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29292026-04-07T02:24:28.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29302026-04-07T02:24:28.509Z Compiling crucible-workspace-hack v0.1.0
29312026-04-07T02:24:28.628Z Checking secrecy v0.10.3
29322026-04-07T02:24:28.636Z Compiling heapless v0.8.0
29332026-04-07T02:24:28.643Z Compiling ingot-macros v0.1.1
29342026-04-07T02:24:28.650Z Compiling toml_edit v0.23.10+spec-1.0.0
29352026-04-07T02:24:28.653Z Checking hash32 v0.3.1
29362026-04-07T02:24:28.671Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29372026-04-07T02:24:28.674Z Compiling smoltcp v0.11.0
29382026-04-07T02:24:28.732Z Checking cobs v0.3.0
29392026-04-07T02:24:28.781Z Compiling thiserror-impl-no-std v2.0.2
29402026-04-07T02:24:28.883Z Checking universal-hash v0.5.1
29412026-04-07T02:24:28.883Z Checking half v2.7.1
29422026-04-07T02:24:28.917Z Checking opaque-debug v0.3.1
29432026-04-07T02:24:28.986Z Checking ciborium-io v0.2.2
29442026-04-07T02:24:29.008Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29452026-04-07T02:24:29.040Z Checking poly1305 v0.8.0
29462026-04-07T02:24:29.082Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
29472026-04-07T02:24:29.149Z Checking ciborium-ll v0.2.2
29482026-04-07T02:24:29.185Z Compiling proc-macro-crate v3.4.0
29492026-04-07T02:24:29.319Z Checking postcard v1.1.3
29502026-04-07T02:24:29.333Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29512026-04-07T02:24:29.367Z Checking password-hash v0.5.0
29522026-04-07T02:24:29.591Z Checking chacha20 v0.9.1
29532026-04-07T02:24:29.609Z Compiling proc-macro-crate v1.3.1
29542026-04-07T02:24:29.622Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
29552026-04-07T02:24:29.718Z Checking blake2 v0.10.6
29562026-04-07T02:24:29.734Z Compiling num_enum_derive v0.7.5
29572026-04-07T02:24:29.783Z Checking aead v0.5.2
29582026-04-07T02:24:29.858Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
29592026-04-07T02:24:29.929Z Compiling foreign-types-macros v0.2.3
29602026-04-07T02:24:29.960Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
29612026-04-07T02:24:29.982Z Checking thiserror-no-std v2.0.2
29622026-04-07T02:24:30.024Z Checking cpufeatures v0.3.0
29632026-04-07T02:24:30.074Z Checking foreign-types-shared v0.3.1
29642026-04-07T02:24:30.085Z Checking vsss-rs v3.3.4
29652026-04-07T02:24:30.099Z Checking chacha20 v0.10.0
29662026-04-07T02:24:30.164Z Compiling num_enum_derive v0.5.11
29672026-04-07T02:24:30.198Z Checking argon2 v0.5.3
29682026-04-07T02:24:30.314Z Checking chacha20poly1305 v0.10.1
29692026-04-07T02:24:30.444Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
29702026-04-07T02:24:30.529Z Checking foreign-types v0.5.0
29712026-04-07T02:24:30.542Z Checking ciborium v0.2.2
29722026-04-07T02:24:30.714Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29732026-04-07T02:24:30.759Z Checking console v0.15.11
29742026-04-07T02:24:30.790Z Checking num_enum v0.7.5
29752026-04-07T02:24:30.904Z Checking tabwriter v1.4.1
29762026-04-07T02:24:30.958Z Checking newline-converter v0.3.0
29772026-04-07T02:24:31.004Z Checking atomicwrites v0.4.4
29782026-04-07T02:24:31.030Z Checking camino-tempfile v1.4.1
29792026-04-07T02:24:31.053Z Checking byte-wrapper v0.1.0
29802026-04-07T02:24:31.070Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29812026-04-07T02:24:31.172Z Checking cstr-argument v0.1.2
29822026-04-07T02:24:31.209Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
29832026-04-07T02:24:31.223Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29842026-04-07T02:24:31.237Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29852026-04-07T02:24:31.284Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29862026-04-07T02:24:31.297Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29872026-04-07T02:24:31.427Z Checking num_enum v0.5.11
29882026-04-07T02:24:31.468Z Checking expectorate v1.2.0
29892026-04-07T02:24:31.487Z Checking ingot-types v0.1.2
29902026-04-07T02:24:31.514Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29912026-04-07T02:24:31.538Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29922026-04-07T02:24:31.599Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29932026-04-07T02:24:31.622Z Checking rand v0.10.0
29942026-04-07T02:24:31.659Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
29952026-04-07T02:24:31.702Z Checking colored v3.1.1
29962026-04-07T02:24:31.802Z Checking indent_write v2.2.0
29972026-04-07T02:24:31.869Z Checking ingot v0.1.1
29982026-04-07T02:24:31.907Z Compiling zone_cfg_derive v0.3.1
29992026-04-07T02:24:31.934Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
30002026-04-07T02:24:31.937Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30012026-04-07T02:24:31.960Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
30022026-04-07T02:24:31.982Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
30032026-04-07T02:24:32.054Z Checking itertools v0.12.1
30042026-04-07T02:24:32.119Z Compiling num-derive v0.4.2
30052026-04-07T02:24:32.154Z Checking swrite v0.1.0
30062026-04-07T02:24:32.249Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30072026-04-07T02:24:32.358Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30082026-04-07T02:24:32.459Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30092026-04-07T02:24:32.549Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
30102026-04-07T02:24:32.710Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30112026-04-07T02:24:32.778Z Checking dropshot-api-manager-types v0.6.0
30122026-04-07T02:24:32.824Z Checking smf v0.2.3
30132026-04-07T02:24:32.921Z Checking nanorand v0.7.0
30142026-04-07T02:24:32.950Z Checking whoami v1.6.1
30152026-04-07T02:24:33.024Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30162026-04-07T02:24:33.043Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
30172026-04-07T02:24:33.058Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
30182026-04-07T02:24:33.072Z Checking zone v0.3.1
30192026-04-07T02:24:33.117Z Checking flume v0.11.1
30202026-04-07T02:24:33.488Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30212026-04-07T02:24:34.449Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30222026-04-07T02:24:35.279Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30232026-04-07T02:24:37.867Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30242026-04-07T02:24:40.014Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30252026-04-07T02:24:41.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.27s
30262026-04-07T02:24:41.265Z
30272026-04-07T02:24:41.265Zinfo: running `cargo check --bins` on clickhouse-admin-api (104/270)
30282026-04-07T02:24:41.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30292026-04-07T02:24:41.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30302026-04-07T02:24:41.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30312026-04-07T02:24:41.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30322026-04-07T02:24:41.867Z
30332026-04-07T02:24:41.867Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (105/270)
30342026-04-07T02:24:42.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30352026-04-07T02:24:42.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30362026-04-07T02:24:42.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30372026-04-07T02:24:42.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30382026-04-07T02:24:42.470Z
30392026-04-07T02:24:42.470Zinfo: running `cargo check --bins` on bootstrap-agent-client (106/270)
30402026-04-07T02:24:42.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30412026-04-07T02:24:42.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30422026-04-07T02:24:42.987Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30432026-04-07T02:24:42.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30442026-04-07T02:24:43.082Z
30452026-04-07T02:24:43.083Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (107/270)
30462026-04-07T02:24:43.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30472026-04-07T02:24:43.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30482026-04-07T02:24:43.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30492026-04-07T02:24:43.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30502026-04-07T02:24:43.693Z
30512026-04-07T02:24:43.693Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (108/270)
30522026-04-07T02:24:44.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30532026-04-07T02:24:44.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30542026-04-07T02:24:44.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30552026-04-07T02:24:44.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30562026-04-07T02:24:44.296Z
30572026-04-07T02:24:44.296Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (109/270)
30582026-04-07T02:24:44.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30592026-04-07T02:24:44.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30602026-04-07T02:24:44.805Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30612026-04-07T02:24:44.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30622026-04-07T02:24:44.898Z
30632026-04-07T02:24:44.898Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (110/270)
30642026-04-07T02:24:45.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652026-04-07T02:24:45.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662026-04-07T02:24:45.408Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30672026-04-07T02:24:45.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30682026-04-07T02:24:45.503Z
30692026-04-07T02:24:45.503Zinfo: running `cargo check --bins` on cockroach-admin-client (111/270)
30702026-04-07T02:24:45.998Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30712026-04-07T02:24:46.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30722026-04-07T02:24:46.001Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30732026-04-07T02:24:46.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30742026-04-07T02:24:46.093Z
30752026-04-07T02:24:46.093Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (112/270)
30762026-04-07T02:24:46.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30772026-04-07T02:24:46.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30782026-04-07T02:24:46.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30792026-04-07T02:24:46.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30802026-04-07T02:24:46.688Z
30812026-04-07T02:24:46.688Zinfo: running `cargo check --bins` on dns-service-client (113/270)
30822026-04-07T02:24:47.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30832026-04-07T02:24:47.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30842026-04-07T02:24:47.198Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30852026-04-07T02:24:47.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30862026-04-07T02:24:47.291Z
30872026-04-07T02:24:47.291Zinfo: running `cargo check --bins` on installinator-client (114/270)
30882026-04-07T02:24:47.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30892026-04-07T02:24:47.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30902026-04-07T02:24:47.801Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30912026-04-07T02:24:47.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30922026-04-07T02:24:47.894Z
30932026-04-07T02:24:47.894Zinfo: running `cargo check --bins` on nexus-client (115/270)
30942026-04-07T02:24:48.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30952026-04-07T02:24:48.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30962026-04-07T02:24:48.431Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30972026-04-07T02:24:48.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30982026-04-07T02:24:48.533Z
30992026-04-07T02:24:48.534Zinfo: running `cargo check --bins` on nexus-lockstep-client (116/270)
31002026-04-07T02:24:49.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31012026-04-07T02:24:49.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31022026-04-07T02:24:49.078Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31032026-04-07T02:24:49.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31042026-04-07T02:24:49.174Z
31052026-04-07T02:24:49.174Zinfo: running `cargo check --bins` on ntp-admin-client (117/270)
31062026-04-07T02:24:49.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31072026-04-07T02:24:49.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31082026-04-07T02:24:49.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31092026-04-07T02:24:49.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31102026-04-07T02:24:49.769Z
31112026-04-07T02:24:49.769Zinfo: running `cargo check --bins` on oxide-client (118/270)
31122026-04-07T02:24:50.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31132026-04-07T02:24:50.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31142026-04-07T02:24:50.273Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31152026-04-07T02:24:50.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31162026-04-07T02:24:50.366Z
31172026-04-07T02:24:50.366Zinfo: running `cargo check --bins` on oximeter-client (119/270)
31182026-04-07T02:24:50.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31192026-04-07T02:24:50.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31202026-04-07T02:24:50.875Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31212026-04-07T02:24:50.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31222026-04-07T02:24:50.966Z
31232026-04-07T02:24:50.966Zinfo: running `cargo check --bins` on repo-depot-client (120/270)
31242026-04-07T02:24:51.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31252026-04-07T02:24:51.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31262026-04-07T02:24:51.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31272026-04-07T02:24:51.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31282026-04-07T02:24:51.550Z
31292026-04-07T02:24:51.550Zinfo: running `cargo check --bins` on sled-agent-client (121/270)
31302026-04-07T02:24:52.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31312026-04-07T02:24:52.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31322026-04-07T02:24:52.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31332026-04-07T02:24:52.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31342026-04-07T02:24:52.161Z
31352026-04-07T02:24:52.161Zinfo: running `cargo check --bins` on wicketd-client (122/270)
31362026-04-07T02:24:52.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31372026-04-07T02:24:52.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31382026-04-07T02:24:52.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31392026-04-07T02:24:52.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31402026-04-07T02:24:52.788Z
31412026-04-07T02:24:52.788Zinfo: running `cargo check --bins` on installinator-common (123/270)
31422026-04-07T02:24:53.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31432026-04-07T02:24:53.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31442026-04-07T02:24:53.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31452026-04-07T02:24:53.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31462026-04-07T02:24:53.402Z
31472026-04-07T02:24:53.402Zinfo: running `cargo check --bins` on installinator-common-versions (124/270)
31482026-04-07T02:24:53.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31492026-04-07T02:24:53.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31502026-04-07T02:24:53.899Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31512026-04-07T02:24:53.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31522026-04-07T02:24:53.988Z
31532026-04-07T02:24:53.988Zinfo: running `cargo check --bins` on wicket-common (125/270)
31542026-04-07T02:24:54.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31552026-04-07T02:24:54.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31562026-04-07T02:24:54.505Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31572026-04-07T02:24:54.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31582026-04-07T02:24:54.601Z
31592026-04-07T02:24:54.602Zinfo: running `cargo check --bins` on omicron-cockroach-admin (126/270)
31602026-04-07T02:24:55.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31612026-04-07T02:24:55.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31622026-04-07T02:24:55.291Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31632026-04-07T02:24:55.408Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31642026-04-07T02:24:55.415Z Checking csv-core v0.1.13
31652026-04-07T02:24:55.422Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31662026-04-07T02:24:55.429Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31672026-04-07T02:24:55.441Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31682026-04-07T02:24:55.450Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31692026-04-07T02:24:55.462Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31702026-04-07T02:24:55.570Z Checking csv v1.4.0
31712026-04-07T02:24:55.588Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31722026-04-07T02:24:55.639Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31732026-04-07T02:24:55.664Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31742026-04-07T02:24:55.901Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31752026-04-07T02:24:56.278Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31762026-04-07T02:24:56.281Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31772026-04-07T02:24:56.609Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31782026-04-07T02:25:01.818Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31792026-04-07T02:25:02.453Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31802026-04-07T02:25:04.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.19s
31812026-04-07T02:25:04.983Z
31822026-04-07T02:25:04.983Zinfo: running `cargo check --bins` on cockroach-admin-api (127/270)
31832026-04-07T02:25:05.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31842026-04-07T02:25:05.491Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31852026-04-07T02:25:05.491Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31862026-04-07T02:25:05.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31872026-04-07T02:25:05.584Z
31882026-04-07T02:25:05.584Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (128/270)
31892026-04-07T02:25:06.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31902026-04-07T02:25:06.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31912026-04-07T02:25:06.168Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31922026-04-07T02:25:06.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
31932026-04-07T02:25:06.280Z
31942026-04-07T02:25:06.280Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (129/270)
31952026-04-07T02:25:06.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31962026-04-07T02:25:06.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31972026-04-07T02:25:06.863Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31982026-04-07T02:25:06.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
31992026-04-07T02:25:06.976Z
32002026-04-07T02:25:06.977Zinfo: running `cargo check --bins` on gateway-test-utils (130/270)
32012026-04-07T02:25:07.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32022026-04-07T02:25:07.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32032026-04-07T02:25:07.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32042026-04-07T02:25:07.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32052026-04-07T02:25:07.624Z
32062026-04-07T02:25:07.624Zinfo: running `cargo check --bins` on omicron-gateway (131/270)
32072026-04-07T02:25:08.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32082026-04-07T02:25:08.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32092026-04-07T02:25:08.386Z Compiling typify-impl v0.6.1
32102026-04-07T02:25:08.524Z Compiling unsafe-libyaml v0.2.11
32112026-04-07T02:25:08.535Z Compiling radium v0.7.0
32122026-04-07T02:25:08.544Z Compiling semver v0.1.20
32132026-04-07T02:25:08.556Z Compiling pin-project-internal v1.1.11
32142026-04-07T02:25:08.567Z Compiling maybe-uninit v2.0.0
32152026-04-07T02:25:08.570Z Checking tap v1.0.1
32162026-04-07T02:25:08.680Z Checking wyz v0.5.1
32172026-04-07T02:25:08.800Z Compiling rustc_version v0.1.7
32182026-04-07T02:25:08.859Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32192026-04-07T02:25:08.883Z Compiling snafu-derive v0.8.9
32202026-04-07T02:25:09.002Z Compiling zerocopy-derive v0.6.6
32212026-04-07T02:25:09.023Z Compiling newtype_derive v0.1.6
32222026-04-07T02:25:09.214Z Compiling serde_yaml v0.9.34+deprecated
32232026-04-07T02:25:09.261Z Checking funty v2.0.0
32242026-04-07T02:25:09.589Z Checking same-file v1.0.6
32252026-04-07T02:25:09.656Z Compiling cancel-safe-futures v0.1.5
32262026-04-07T02:25:09.685Z Checking pin-project v1.1.11
32272026-04-07T02:25:09.710Z Checking crc-catalog v2.4.0
32282026-04-07T02:25:09.785Z Compiling packed_struct v0.10.1
32292026-04-07T02:25:09.811Z Compiling owo-colors v4.3.0
32302026-04-07T02:25:09.864Z Checking zerocopy v0.6.6
32312026-04-07T02:25:09.896Z Checking crc v3.4.0
32322026-04-07T02:25:10.061Z Checking walkdir v2.5.0
32332026-04-07T02:25:10.074Z Checking bitvec v1.0.1
32342026-04-07T02:25:10.228Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32352026-04-07T02:25:10.242Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32362026-04-07T02:25:10.265Z Checking globset v0.4.18
32372026-04-07T02:25:10.424Z Checking olpc-cjson v0.1.4
32382026-04-07T02:25:10.525Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
32392026-04-07T02:25:10.568Z Checking pem v3.0.6
32402026-04-07T02:25:10.582Z Compiling packed_struct_codegen v0.10.1
32412026-04-07T02:25:10.700Z Checking libsw-core v0.3.2
32422026-04-07T02:25:10.727Z Checking serde_plain v1.0.2
32432026-04-07T02:25:10.774Z Compiling bitfield-macros v0.19.4
32442026-04-07T02:25:10.789Z Compiling indexmap v1.9.3
32452026-04-07T02:25:10.841Z Checking snafu v0.8.9
32462026-04-07T02:25:10.845Z Checking nodrop v0.1.14
32472026-04-07T02:25:10.872Z Checking typed-path v0.9.3
32482026-04-07T02:25:10.947Z Checking array-init v0.0.4
32492026-04-07T02:25:11.002Z Checking libsw v3.5.0
32502026-04-07T02:25:11.091Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32512026-04-07T02:25:11.180Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32522026-04-07T02:25:11.272Z Checking smallvec v0.6.14
32532026-04-07T02:25:11.404Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32542026-04-07T02:25:11.510Z Checking bitfield v0.19.4
32552026-04-07T02:25:11.527Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32562026-04-07T02:25:11.660Z Checking linear-map v1.2.0
32572026-04-07T02:25:11.696Z Checking tough v0.20.0
32582026-04-07T02:25:11.710Z Checking unicode-linebreak v0.1.5
32592026-04-07T02:25:11.790Z Checking base64 v0.21.7
32602026-04-07T02:25:11.828Z Checking hashbrown v0.12.3
32612026-04-07T02:25:11.842Z Checking smawk v0.3.2
32622026-04-07T02:25:11.940Z Checking tagptr v0.2.0
32632026-04-07T02:25:11.974Z Checking textwrap v0.16.2
32642026-04-07T02:25:12.019Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32652026-04-07T02:25:12.036Z Checking ron v0.8.1
32662026-04-07T02:25:12.085Z Checking moka v0.12.13
32672026-04-07T02:25:12.196Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32682026-04-07T02:25:12.373Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32692026-04-07T02:25:12.576Z Checking serde-hex v0.1.0
32702026-04-07T02:25:12.590Z Checking steno v0.4.1
32712026-04-07T02:25:12.725Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32722026-04-07T02:25:12.774Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32732026-04-07T02:25:12.889Z Checking hashbrown v0.13.2
32742026-04-07T02:25:13.041Z Compiling typify-macro v0.6.1
32752026-04-07T02:25:13.183Z Checking crc-any v2.5.0
32762026-04-07T02:25:13.296Z Checking humantime v2.3.0
32772026-04-07T02:25:13.320Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32782026-04-07T02:25:13.364Z Checking object v0.30.4
32792026-04-07T02:25:13.483Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32802026-04-07T02:25:13.529Z Checking hickory-resolver v0.25.2
32812026-04-07T02:25:13.590Z Checking path-slash v0.1.5
32822026-04-07T02:25:13.650Z Checking half v1.8.3
32832026-04-07T02:25:13.695Z Checking void v1.0.2
32842026-04-07T02:25:13.716Z Checking utf-8 v0.7.6
32852026-04-07T02:25:13.802Z Checking lzss v0.8.2
32862026-04-07T02:25:13.846Z Checking serde_cbor v0.11.2
32872026-04-07T02:25:13.860Z Checking tungstenite v0.23.0
32882026-04-07T02:25:14.104Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32892026-04-07T02:25:14.128Z Checking nix v0.27.1
32902026-04-07T02:25:14.243Z Checking kstat-rs v0.2.4
32912026-04-07T02:25:14.246Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32922026-04-07T02:25:14.270Z Checking fxhash v0.2.1
32932026-04-07T02:25:14.273Z Checking serde_bytes v0.11.19
32942026-04-07T02:25:14.391Z Checking tokio-tungstenite v0.23.1
32952026-04-07T02:25:14.435Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32962026-04-07T02:25:14.453Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32972026-04-07T02:25:14.640Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32982026-04-07T02:25:14.659Z Checking signal-hook-tokio v0.3.1
32992026-04-07T02:25:14.788Z Compiling typify v0.6.1
33002026-04-07T02:25:14.875Z Compiling progenitor-impl v0.13.0
33012026-04-07T02:25:15.791Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33022026-04-07T02:25:16.439Z Compiling progenitor-macro v0.13.0
33032026-04-07T02:25:16.723Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33042026-04-07T02:25:17.028Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
33052026-04-07T02:25:18.815Z Checking progenitor v0.13.0
33062026-04-07T02:25:18.930Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33072026-04-07T02:25:18.933Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33082026-04-07T02:25:21.973Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33092026-04-07T02:25:29.336Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33102026-04-07T02:25:35.612Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33112026-04-07T02:25:36.992Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33122026-04-07T02:25:37.581Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33132026-04-07T02:25:39.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.02s
33142026-04-07T02:25:39.860Z
33152026-04-07T02:25:39.860Zinfo: running `cargo check --bins` on gateway-api (132/270)
33162026-04-07T02:25:40.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33172026-04-07T02:25:40.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33182026-04-07T02:25:40.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33192026-04-07T02:25:40.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33202026-04-07T02:25:40.469Z
33212026-04-07T02:25:40.469Zinfo: running `cargo check --bins` on ipcc (133/270)
33222026-04-07T02:25:40.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33232026-04-07T02:25:40.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33242026-04-07T02:25:40.978Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33252026-04-07T02:25:40.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33262026-04-07T02:25:41.072Z
33272026-04-07T02:25:41.072Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (134/270)
33282026-04-07T02:25:41.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33292026-04-07T02:25:41.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33302026-04-07T02:25:41.570Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33312026-04-07T02:25:41.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33322026-04-07T02:25:41.657Z
33332026-04-07T02:25:41.658Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (135/270)
33342026-04-07T02:25:42.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33352026-04-07T02:25:42.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33362026-04-07T02:25:42.170Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33372026-04-07T02:25:42.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33382026-04-07T02:25:42.263Z
33392026-04-07T02:25:42.263Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (136/270)
33402026-04-07T02:25:42.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33412026-04-07T02:25:42.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33422026-04-07T02:25:42.778Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33432026-04-07T02:25:42.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33442026-04-07T02:25:42.875Z
33452026-04-07T02:25:42.875Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (137/270)
33462026-04-07T02:25:43.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33472026-04-07T02:25:43.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33482026-04-07T02:25:43.395Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33492026-04-07T02:25:43.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33502026-04-07T02:25:43.491Z
33512026-04-07T02:25:43.491Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (138/270)
33522026-04-07T02:25:43.998Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33532026-04-07T02:25:44.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33542026-04-07T02:25:44.001Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33552026-04-07T02:25:44.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33562026-04-07T02:25:44.092Z
33572026-04-07T02:25:44.092Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (139/270)
33582026-04-07T02:25:44.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33592026-04-07T02:25:44.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33602026-04-07T02:25:44.606Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33612026-04-07T02:25:44.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33622026-04-07T02:25:44.701Z
33632026-04-07T02:25:44.701Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (140/270)
33642026-04-07T02:25:45.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33652026-04-07T02:25:45.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33662026-04-07T02:25:45.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33672026-04-07T02:25:45.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33682026-04-07T02:25:45.307Z
33692026-04-07T02:25:45.307Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (141/270)
33702026-04-07T02:25:45.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33712026-04-07T02:25:45.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33722026-04-07T02:25:45.818Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33732026-04-07T02:25:45.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33742026-04-07T02:25:45.912Z
33752026-04-07T02:25:45.912Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (142/270)
33762026-04-07T02:25:46.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33772026-04-07T02:25:46.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33782026-04-07T02:25:46.423Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33792026-04-07T02:25:46.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33802026-04-07T02:25:46.514Z
33812026-04-07T02:25:46.514Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (143/270)
33822026-04-07T02:25:47.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33832026-04-07T02:25:47.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33842026-04-07T02:25:47.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33852026-04-07T02:25:47.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33862026-04-07T02:25:47.121Z
33872026-04-07T02:25:47.121Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (144/270)
33882026-04-07T02:25:47.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33892026-04-07T02:25:47.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33902026-04-07T02:25:47.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33912026-04-07T02:25:47.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33922026-04-07T02:25:47.725Z
33932026-04-07T02:25:47.725Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (145/270)
33942026-04-07T02:25:48.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33952026-04-07T02:25:48.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33962026-04-07T02:25:48.237Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33972026-04-07T02:25:48.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33982026-04-07T02:25:48.331Z
33992026-04-07T02:25:48.331Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (146/270)
34002026-04-07T02:25:48.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34012026-04-07T02:25:48.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34022026-04-07T02:25:48.841Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34032026-04-07T02:25:48.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34042026-04-07T02:25:48.935Z
34052026-04-07T02:25:48.935Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (147/270)
34062026-04-07T02:25:49.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34072026-04-07T02:25:49.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34082026-04-07T02:25:49.443Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34092026-04-07T02:25:49.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34102026-04-07T02:25:49.532Z
34112026-04-07T02:25:49.532Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (148/270)
34122026-04-07T02:25:50.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34132026-04-07T02:25:50.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34142026-04-07T02:25:50.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34152026-04-07T02:25:50.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34162026-04-07T02:25:50.136Z
34172026-04-07T02:25:50.136Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (149/270)
34182026-04-07T02:25:50.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34192026-04-07T02:25:50.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34202026-04-07T02:25:50.646Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34212026-04-07T02:25:50.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34222026-04-07T02:25:50.741Z
34232026-04-07T02:25:50.742Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (150/270)
34242026-04-07T02:25:51.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34252026-04-07T02:25:51.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34262026-04-07T02:25:51.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34272026-04-07T02:25:51.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34282026-04-07T02:25:51.351Z
34292026-04-07T02:25:51.351Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (151/270)
34302026-04-07T02:25:51.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34312026-04-07T02:25:51.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34322026-04-07T02:25:51.865Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34332026-04-07T02:25:51.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34342026-04-07T02:25:51.959Z
34352026-04-07T02:25:51.959Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (152/270)
34362026-04-07T02:25:52.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34372026-04-07T02:25:52.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34382026-04-07T02:25:52.471Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34392026-04-07T02:25:52.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34402026-04-07T02:25:52.565Z
34412026-04-07T02:25:52.565Zinfo: running `cargo check --bins` on oximeter-producer (153/270)
34422026-04-07T02:25:53.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34432026-04-07T02:25:53.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34442026-04-07T02:25:53.107Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34452026-04-07T02:25:53.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34462026-04-07T02:25:53.208Z
34472026-04-07T02:25:53.208Zinfo: running `cargo check --bins` on internal-dns-resolver (154/270)
34482026-04-07T02:25:53.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34492026-04-07T02:25:53.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34502026-04-07T02:25:53.726Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34512026-04-07T02:25:53.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34522026-04-07T02:25:53.816Z
34532026-04-07T02:25:53.816Zinfo: running `cargo check --bins` on dns-server (155/270)
34542026-04-07T02:25:54.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34552026-04-07T02:25:54.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34562026-04-07T02:25:54.472Z Compiling parking_lot_core v0.8.6
34572026-04-07T02:25:54.472Z Compiling atomicwrites v0.4.4
34582026-04-07T02:25:54.472Z Compiling git-stub v1.0.0
34592026-04-07T02:25:54.476Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34602026-04-07T02:25:54.602Z Checking prefix-trie v0.7.0
34612026-04-07T02:25:54.717Z Compiling git-stub-vcs v0.1.0
34622026-04-07T02:25:54.897Z Checking hickory-server v0.25.2
34632026-04-07T02:25:54.991Z Checking parking_lot v0.11.2
34642026-04-07T02:25:55.003Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34652026-04-07T02:25:55.077Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34662026-04-07T02:25:55.077Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34672026-04-07T02:25:55.163Z Checking sled v0.34.7
34682026-04-07T02:25:57.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.27s
34692026-04-07T02:25:57.272Z
34702026-04-07T02:25:57.272Zinfo: running `cargo check --bins` on dns-server-api (156/270)
34712026-04-07T02:25:57.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34722026-04-07T02:25:57.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34732026-04-07T02:25:57.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34742026-04-07T02:25:57.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34752026-04-07T02:25:57.870Z
34762026-04-07T02:25:57.870Zinfo: running `cargo check --bins` on sp-sim (157/270)
34772026-04-07T02:25:58.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34782026-04-07T02:25:58.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34792026-04-07T02:25:58.596Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34802026-04-07T02:26:00.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.48s
34812026-04-07T02:26:00.569Z
34822026-04-07T02:26:00.569Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (158/270)
34832026-04-07T02:26:01.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34842026-04-07T02:26:01.127Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34852026-04-07T02:26:01.127Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34862026-04-07T02:26:01.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34872026-04-07T02:26:01.233Z
34882026-04-07T02:26:01.233Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (159/270)
34892026-04-07T02:26:01.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34902026-04-07T02:26:01.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34912026-04-07T02:26:01.790Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34922026-04-07T02:26:01.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34932026-04-07T02:26:01.897Z
34942026-04-07T02:26:01.897Zinfo: running `cargo check --bins` on db-macros (160/270)
34952026-04-07T02:26:02.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34962026-04-07T02:26:02.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34972026-04-07T02:26:02.395Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34982026-04-07T02:26:02.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34992026-04-07T02:26:02.482Z
35002026-04-07T02:26:02.482Zinfo: running `cargo check --bins` on nexus-macros-common (161/270)
35012026-04-07T02:26:02.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35022026-04-07T02:26:02.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35032026-04-07T02:26:02.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35042026-04-07T02:26:02.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35052026-04-07T02:26:03.072Z
35062026-04-07T02:26:03.072Zinfo: running `cargo check --bins` on nexus-auth (162/270)
35072026-04-07T02:26:03.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35082026-04-07T02:26:03.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35092026-04-07T02:26:03.621Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35102026-04-07T02:26:03.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35112026-04-07T02:26:03.722Z
35122026-04-07T02:26:03.722Zinfo: running `cargo check --bins` on authz-macros (163/270)
35132026-04-07T02:26:04.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35142026-04-07T02:26:04.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35152026-04-07T02:26:04.226Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35162026-04-07T02:26:04.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35172026-04-07T02:26:04.316Z
35182026-04-07T02:26:04.317Zinfo: running `cargo check --bins` on nexus-db-fixed-data (164/270)
35192026-04-07T02:26:04.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35202026-04-07T02:26:04.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35212026-04-07T02:26:04.862Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35222026-04-07T02:26:04.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35232026-04-07T02:26:04.967Z
35242026-04-07T02:26:04.967Zinfo: running `cargo check --bins` on nexus-db-model (165/270)
35252026-04-07T02:26:05.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35262026-04-07T02:26:05.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35272026-04-07T02:26:05.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35282026-04-07T02:26:05.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35292026-04-07T02:26:05.619Z
35302026-04-07T02:26:05.619Zinfo: running `cargo check --bins` on nexus-db-schema (166/270)
35312026-04-07T02:26:06.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35322026-04-07T02:26:06.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35332026-04-07T02:26:06.122Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35342026-04-07T02:26:06.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35352026-04-07T02:26:06.211Z
35362026-04-07T02:26:06.211Zinfo: running `cargo check --bins` on omicron-rpaths (167/270)
35372026-04-07T02:26:06.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35382026-04-07T02:26:06.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35392026-04-07T02:26:06.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35402026-04-07T02:26:06.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35412026-04-07T02:26:06.810Z
35422026-04-07T02:26:06.810Zinfo: running `cargo check --bins` on nexus-defaults (168/270)
35432026-04-07T02:26:07.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35442026-04-07T02:26:07.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35452026-04-07T02:26:07.324Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35462026-04-07T02:26:07.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35472026-04-07T02:26:07.415Z
35482026-04-07T02:26:07.415Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (169/270)
35492026-04-07T02:26:07.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35502026-04-07T02:26:07.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35512026-04-07T02:26:07.921Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35522026-04-07T02:26:07.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35532026-04-07T02:26:08.010Z
35542026-04-07T02:26:08.010Zinfo: running `cargo check --bins` on parallel-task-set (170/270)
35552026-04-07T02:26:08.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35562026-04-07T02:26:08.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35572026-04-07T02:26:08.509Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35582026-04-07T02:26:08.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35592026-04-07T02:26:08.601Z
35602026-04-07T02:26:08.601Zinfo: running `cargo check --bins` on nexus-db-errors (171/270)
35612026-04-07T02:26:09.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35622026-04-07T02:26:09.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35632026-04-07T02:26:09.160Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35642026-04-07T02:26:09.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35652026-04-07T02:26:09.269Z
35662026-04-07T02:26:09.269Zinfo: running `cargo check --bins` on nexus-db-lookup (172/270)
35672026-04-07T02:26:09.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35682026-04-07T02:26:09.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35692026-04-07T02:26:09.823Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35702026-04-07T02:26:09.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35712026-04-07T02:26:09.931Z
35722026-04-07T02:26:09.931Zinfo: running `cargo check --bins` on nexus-inventory (173/270)
35732026-04-07T02:26:10.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35742026-04-07T02:26:10.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35752026-04-07T02:26:10.483Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35762026-04-07T02:26:10.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35772026-04-07T02:26:10.583Z
35782026-04-07T02:26:10.583Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (174/270)
35792026-04-07T02:26:11.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35802026-04-07T02:26:11.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35812026-04-07T02:26:11.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35822026-04-07T02:26:11.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35832026-04-07T02:26:11.212Z
35842026-04-07T02:26:11.212Zinfo: running `cargo check --bins --no-default-features` on sled-storage (175/270)
35852026-04-07T02:26:11.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35862026-04-07T02:26:11.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35872026-04-07T02:26:11.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35882026-04-07T02:26:11.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35892026-04-07T02:26:11.835Z
35902026-04-07T02:26:11.835Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (176/270)
35912026-04-07T02:26:12.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35922026-04-07T02:26:12.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35932026-04-07T02:26:12.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35942026-04-07T02:26:12.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35952026-04-07T02:26:12.461Z
35962026-04-07T02:26:12.461Zinfo: running `cargo check --bins` on key-manager (177/270)
35972026-04-07T02:26:12.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35982026-04-07T02:26:12.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35992026-04-07T02:26:12.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36002026-04-07T02:26:12.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36012026-04-07T02:26:13.073Z
36022026-04-07T02:26:13.073Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (178/270)
36032026-04-07T02:26:13.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36042026-04-07T02:26:13.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36052026-04-07T02:26:13.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36062026-04-07T02:26:13.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36072026-04-07T02:26:13.702Z
36082026-04-07T02:26:13.702Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (179/270)
36092026-04-07T02:26:14.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36102026-04-07T02:26:14.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36112026-04-07T02:26:14.230Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36122026-04-07T02:26:14.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36132026-04-07T02:26:14.329Z
36142026-04-07T02:26:14.329Zinfo: running `cargo check --bins` on typed-rng (180/270)
36152026-04-07T02:26:14.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36162026-04-07T02:26:14.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36172026-04-07T02:26:14.829Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36182026-04-07T02:26:14.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36192026-04-07T02:26:14.923Z
36202026-04-07T02:26:14.923Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (181/270)
36212026-04-07T02:26:15.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36222026-04-07T02:26:15.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36232026-04-07T02:26:15.785Z Compiling typify-impl v0.4.3
36242026-04-07T02:26:15.788Z Compiling libefi-sys v0.1.0
36252026-04-07T02:26:15.788Z Compiling bitfield-struct v0.6.2
36262026-04-07T02:26:15.938Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36272026-04-07T02:26:15.948Z Compiling xshell-macros v0.2.7
36282026-04-07T02:26:15.961Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36292026-04-07T02:26:16.002Z Compiling salty v0.3.0
36302026-04-07T02:26:16.005Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36312026-04-07T02:26:16.177Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36322026-04-07T02:26:16.290Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36332026-04-07T02:26:16.304Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36342026-04-07T02:26:16.318Z Checking xshell v0.2.7
36352026-04-07T02:26:16.510Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36362026-04-07T02:26:16.534Z Checking primeorder v0.13.6
36372026-04-07T02:26:16.553Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36382026-04-07T02:26:16.679Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36392026-04-07T02:26:16.715Z Compiling proc-macro-error-attr2 v2.0.0
36402026-04-07T02:26:16.772Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36412026-04-07T02:26:16.795Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36422026-04-07T02:26:16.833Z Checking tungstenite v0.21.0
36432026-04-07T02:26:16.988Z Checking p384 v0.13.1
36442026-04-07T02:26:17.030Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36452026-04-07T02:26:17.111Z Compiling proc-macro-error2 v2.0.1
36462026-04-07T02:26:17.179Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36472026-04-07T02:26:17.264Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36482026-04-07T02:26:17.407Z Compiling num-derive v0.3.3
36492026-04-07T02:26:17.427Z Compiling unicase v2.9.0
36502026-04-07T02:26:17.593Z Checking compression-core v0.4.31
36512026-04-07T02:26:17.634Z Compiling mime_guess v2.0.5
36522026-04-07T02:26:17.730Z Checking compression-codecs v0.4.37
36532026-04-07T02:26:17.850Z Compiling tabled_derive v0.11.0
36542026-04-07T02:26:17.905Z Checking tokio-tungstenite v0.21.0
36552026-04-07T02:26:17.921Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36562026-04-07T02:26:18.198Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36572026-04-07T02:26:18.295Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36582026-04-07T02:26:18.320Z Checking libscf-sys v1.1.0
36592026-04-07T02:26:18.458Z Checking papergrid v0.17.0
36602026-04-07T02:26:18.583Z Checking testing_table v0.3.0
36612026-04-07T02:26:18.636Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36622026-04-07T02:26:18.683Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36632026-04-07T02:26:18.860Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36642026-04-07T02:26:19.031Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36652026-04-07T02:26:19.100Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36662026-04-07T02:26:19.222Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36672026-04-07T02:26:19.244Z Checking toml_datetime v1.0.0+spec-1.1.0
36682026-04-07T02:26:19.260Z Compiling dropshot v0.17.0
36692026-04-07T02:26:19.308Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36702026-04-07T02:26:19.419Z Checking corncobs v0.1.4
36712026-04-07T02:26:19.451Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36722026-04-07T02:26:19.522Z Checking toml v1.0.6+spec-1.1.0
36732026-04-07T02:26:19.549Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36742026-04-07T02:26:19.564Z Checking tabled v0.20.0
36752026-04-07T02:26:19.649Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36762026-04-07T02:26:19.705Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36772026-04-07T02:26:19.750Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36782026-04-07T02:26:19.808Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36792026-04-07T02:26:19.825Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36802026-04-07T02:26:20.040Z Checking async-compression v0.4.41
36812026-04-07T02:26:20.043Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36822026-04-07T02:26:20.109Z Checking progenitor-client v0.11.2
36832026-04-07T02:26:20.294Z Compiling dropshot_endpoint v0.17.0
36842026-04-07T02:26:20.332Z Checking secrecy v0.8.0
36852026-04-07T02:26:20.347Z Checking filetime v0.2.27
36862026-04-07T02:26:20.451Z Compiling typify-macro v0.4.3
36872026-04-07T02:26:20.466Z Checking http-range v0.1.5
36882026-04-07T02:26:20.486Z Checking xattr v1.6.1
36892026-04-07T02:26:20.519Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36902026-04-07T02:26:20.613Z Checking tar v0.4.45
36912026-04-07T02:26:20.995Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36922026-04-07T02:26:21.205Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
36932026-04-07T02:26:21.208Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36942026-04-07T02:26:21.625Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36952026-04-07T02:26:21.693Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
36962026-04-07T02:26:21.709Z Checking atty v0.2.14
36972026-04-07T02:26:21.813Z Checking crc8 v0.1.1
36982026-04-07T02:26:21.929Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36992026-04-07T02:26:22.115Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
37002026-04-07T02:26:22.179Z Compiling typify v0.4.3
37012026-04-07T02:26:22.299Z Compiling progenitor-impl v0.10.0
37022026-04-07T02:26:22.354Z Compiling progenitor-impl v0.11.2
37032026-04-07T02:26:22.786Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37042026-04-07T02:26:22.828Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37052026-04-07T02:26:22.844Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37062026-04-07T02:26:23.088Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37072026-04-07T02:26:23.287Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37082026-04-07T02:26:23.309Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37092026-04-07T02:26:23.353Z Checking hyper-staticfile v0.10.1
37102026-04-07T02:26:23.565Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
37112026-04-07T02:26:23.647Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37122026-04-07T02:26:23.754Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37132026-04-07T02:26:23.801Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37142026-04-07T02:26:23.905Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
37152026-04-07T02:26:23.998Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37162026-04-07T02:26:24.014Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
37172026-04-07T02:26:24.168Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37182026-04-07T02:26:24.453Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37192026-04-07T02:26:24.845Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
37202026-04-07T02:26:24.919Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37212026-04-07T02:26:24.956Z Compiling progenitor-macro v0.10.0
37222026-04-07T02:26:25.041Z Compiling progenitor-macro v0.11.2
37232026-04-07T02:26:25.199Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37242026-04-07T02:26:25.449Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37252026-04-07T02:26:28.032Z Checking progenitor v0.10.0
37262026-04-07T02:26:28.130Z Checking progenitor v0.11.2
37272026-04-07T02:26:28.182Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37282026-04-07T02:26:28.266Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37292026-04-07T02:26:33.093Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37302026-04-07T02:26:44.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.31s
37312026-04-07T02:26:44.459Z
37322026-04-07T02:26:44.460Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (182/270)
37332026-04-07T02:26:45.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37342026-04-07T02:26:45.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37352026-04-07T02:26:45.255Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37362026-04-07T02:26:56.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.09s
37372026-04-07T02:26:56.779Z
37382026-04-07T02:26:56.779Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (183/270)
37392026-04-07T02:26:57.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37402026-04-07T02:26:57.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37412026-04-07T02:26:57.575Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37422026-04-07T02:27:08.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.07s
37432026-04-07T02:27:09.078Z
37442026-04-07T02:27:09.078Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (184/270)
37452026-04-07T02:27:09.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37462026-04-07T02:27:09.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37472026-04-07T02:27:09.861Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37482026-04-07T02:27:21.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.10s
37492026-04-07T02:27:21.402Z
37502026-04-07T02:27:21.402Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (185/270)
37512026-04-07T02:27:21.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37522026-04-07T02:27:21.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37532026-04-07T02:27:22.204Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37542026-04-07T02:27:33.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.04s
37552026-04-07T02:27:33.670Z
37562026-04-07T02:27:33.670Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (186/270)
37572026-04-07T02:27:34.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37582026-04-07T02:27:34.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37592026-04-07T02:27:34.465Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37602026-04-07T02:27:45.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.00s
37612026-04-07T02:27:45.896Z
37622026-04-07T02:27:45.896Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (187/270)
37632026-04-07T02:27:46.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37642026-04-07T02:27:46.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37652026-04-07T02:27:46.696Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37662026-04-07T02:27:57.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.00s
37672026-04-07T02:27:58.127Z
37682026-04-07T02:27:58.127Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (188/270)
37692026-04-07T02:27:58.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37702026-04-07T02:27:58.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37712026-04-07T02:27:58.916Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37722026-04-07T02:28:10.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.99s
37732026-04-07T02:28:10.344Z
37742026-04-07T02:28:10.344Zinfo: running `cargo check --bins` on bootstrap-agent-api (189/270)
37752026-04-07T02:28:10.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37762026-04-07T02:28:10.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37772026-04-07T02:28:10.863Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37782026-04-07T02:28:10.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37792026-04-07T02:28:10.959Z
37802026-04-07T02:28:10.959Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (190/270)
37812026-04-07T02:28:11.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37822026-04-07T02:28:11.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37832026-04-07T02:28:11.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37842026-04-07T02:28:11.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37852026-04-07T02:28:11.572Z
37862026-04-07T02:28:11.572Zinfo: running `cargo check --bins` on range-requests (191/270)
37872026-04-07T02:28:12.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37882026-04-07T02:28:12.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37892026-04-07T02:28:12.080Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37902026-04-07T02:28:12.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37912026-04-07T02:28:12.170Z
37922026-04-07T02:28:12.170Zinfo: running `cargo check --bins` on repo-depot-api (192/270)
37932026-04-07T02:28:12.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37942026-04-07T02:28:12.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37952026-04-07T02:28:12.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37962026-04-07T02:28:12.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37972026-04-07T02:28:12.769Z
37982026-04-07T02:28:12.769Zinfo: running `cargo check --bins` on sled-agent-api (193/270)
37992026-04-07T02:28:13.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38002026-04-07T02:28:13.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38012026-04-07T02:28:13.330Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38022026-04-07T02:28:13.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38032026-04-07T02:28:13.397Z
38042026-04-07T02:28:13.397Zinfo: running `cargo check --bins` on sled-diagnostics (194/270)
38052026-04-07T02:28:13.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38062026-04-07T02:28:13.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38072026-04-07T02:28:13.922Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38082026-04-07T02:28:13.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38092026-04-07T02:28:14.025Z
38102026-04-07T02:28:14.025Zinfo: running `cargo check --bins` on zfs-test-harness (195/270)
38112026-04-07T02:28:14.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38122026-04-07T02:28:14.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38132026-04-07T02:28:14.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38142026-04-07T02:28:14.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38152026-04-07T02:28:14.646Z
38162026-04-07T02:28:14.646Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (196/270)
38172026-04-07T02:28:15.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38182026-04-07T02:28:15.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38192026-04-07T02:28:15.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38202026-04-07T02:28:15.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38212026-04-07T02:28:15.277Z
38222026-04-07T02:28:15.277Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (197/270)
38232026-04-07T02:28:15.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38242026-04-07T02:28:15.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38252026-04-07T02:28:15.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38262026-04-07T02:28:15.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38272026-04-07T02:28:15.900Z
38282026-04-07T02:28:15.900Zinfo: running `cargo check --bins` on sled-agent-health-monitor (198/270)
38292026-04-07T02:28:16.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38302026-04-07T02:28:16.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38312026-04-07T02:28:16.428Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38322026-04-07T02:28:16.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38332026-04-07T02:28:16.527Z
38342026-04-07T02:28:16.527Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (199/270)
38352026-04-07T02:28:17.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38362026-04-07T02:28:17.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38372026-04-07T02:28:17.062Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38382026-04-07T02:28:17.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38392026-04-07T02:28:17.160Z
38402026-04-07T02:28:17.160Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (200/270)
38412026-04-07T02:28:17.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38422026-04-07T02:28:17.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38432026-04-07T02:28:17.692Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38442026-04-07T02:28:17.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38452026-04-07T02:28:17.790Z
38462026-04-07T02:28:17.790Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (201/270)
38472026-04-07T02:28:18.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38482026-04-07T02:28:18.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38492026-04-07T02:28:18.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38502026-04-07T02:28:18.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38512026-04-07T02:28:18.418Z
38522026-04-07T02:28:18.418Zinfo: running `cargo check --bins` on transient-dns-server (202/270)
38532026-04-07T02:28:18.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38542026-04-07T02:28:18.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38552026-04-07T02:28:18.936Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38562026-04-07T02:28:18.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38572026-04-07T02:28:19.032Z
38582026-04-07T02:28:19.032Zinfo: running `cargo check --bins` on trust-quorum (203/270)
38592026-04-07T02:28:19.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38602026-04-07T02:28:19.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38612026-04-07T02:28:19.562Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38622026-04-07T02:28:19.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38632026-04-07T02:28:19.659Z
38642026-04-07T02:28:19.659Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (204/270)
38652026-04-07T02:28:20.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38662026-04-07T02:28:20.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38672026-04-07T02:28:20.203Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38682026-04-07T02:28:20.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38692026-04-07T02:28:20.304Z
38702026-04-07T02:28:20.304Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (205/270)
38712026-04-07T02:28:20.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38722026-04-07T02:28:20.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38732026-04-07T02:28:20.858Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38742026-04-07T02:28:20.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38752026-04-07T02:28:20.963Z
38762026-04-07T02:28:20.964Zinfo: running `cargo check --bins` on update-common (206/270)
38772026-04-07T02:28:21.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38782026-04-07T02:28:21.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38792026-04-07T02:28:21.482Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38802026-04-07T02:28:21.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38812026-04-07T02:28:21.579Z
38822026-04-07T02:28:21.579Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (207/270)
38832026-04-07T02:28:22.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38842026-04-07T02:28:22.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38852026-04-07T02:28:22.144Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38862026-04-07T02:28:22.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
38872026-04-07T02:28:22.241Z
38882026-04-07T02:28:22.241Zinfo: running `cargo check --bins` on reconfigurator-cli (208/270)
38892026-04-07T02:28:22.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38902026-04-07T02:28:22.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38912026-04-07T02:28:23.016Z Compiling fs-err v2.11.0
38922026-04-07T02:28:23.019Z Checking ignore v0.4.25
38932026-04-07T02:28:23.019Z Checking arc-swap v1.8.2
38942026-04-07T02:28:23.019Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
38952026-04-07T02:28:23.147Z Checking predicates-tree v1.0.13
38962026-04-07T02:28:23.160Z Checking parse-size v1.1.0
38972026-04-07T02:28:23.183Z Checking rand_seeder v0.4.0
38982026-04-07T02:28:23.185Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
38992026-04-07T02:28:23.249Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39002026-04-07T02:28:23.282Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39012026-04-07T02:28:23.324Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39022026-04-07T02:28:23.350Z Checking slog-scope v4.4.1
39032026-04-07T02:28:23.469Z Compiling petname v2.0.2
39042026-04-07T02:28:23.486Z Checking slog-stdlog v4.1.1
39052026-04-07T02:28:23.500Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39062026-04-07T02:28:23.530Z Checking globwalk v0.9.1
39072026-04-07T02:28:23.580Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39082026-04-07T02:28:23.604Z Checking slog-envlogger v2.2.0
39092026-04-07T02:28:23.708Z Checking camino-tempfile-ext v0.3.3
39102026-04-07T02:28:23.733Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
39112026-04-07T02:28:23.753Z Checking sapling-renderdag v0.1.0
39122026-04-07T02:28:23.900Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39132026-04-07T02:28:23.903Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39142026-04-07T02:28:23.997Z Checking subprocess v0.2.15
39152026-04-07T02:28:24.078Z Checking sync-ptr v0.1.4
39162026-04-07T02:28:24.125Z Checking colored v2.2.0
39172026-04-07T02:28:24.194Z Checking assert_matches v1.5.0
39182026-04-07T02:28:24.263Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39192026-04-07T02:28:24.280Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39202026-04-07T02:28:24.393Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39212026-04-07T02:28:24.393Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39222026-04-07T02:28:24.991Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39232026-04-07T02:28:26.298Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39242026-04-07T02:28:28.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.24s
39252026-04-07T02:28:28.703Z
39262026-04-07T02:28:28.703Zinfo: running `cargo check --bins` on omicron-repl-utils (209/270)
39272026-04-07T02:28:29.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39282026-04-07T02:28:29.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39292026-04-07T02:28:29.209Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39302026-04-07T02:28:29.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39312026-04-07T02:28:29.298Z
39322026-04-07T02:28:29.298Zinfo: running `cargo check --bins` on nexus-test-interface (210/270)
39332026-04-07T02:28:29.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39342026-04-07T02:28:29.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39352026-04-07T02:28:29.852Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39362026-04-07T02:28:29.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39372026-04-07T02:28:29.954Z
39382026-04-07T02:28:29.954Zinfo: running `cargo check --bins` on oximeter-collector (211/270)
39392026-04-07T02:28:30.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39402026-04-07T02:28:30.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39412026-04-07T02:28:30.680Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39422026-04-07T02:28:30.680Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39432026-04-07T02:28:31.335Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39442026-04-07T02:28:32.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.92s
39452026-04-07T02:28:33.086Z
39462026-04-07T02:28:33.086Zinfo: running `cargo check --bins` on oximeter-api (212/270)
39472026-04-07T02:28:33.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39482026-04-07T02:28:33.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39492026-04-07T02:28:33.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39502026-04-07T02:28:33.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39512026-04-07T02:28:33.690Z
39522026-04-07T02:28:33.690Zinfo: running `cargo check --bins` on cert-dev (213/270)
39532026-04-07T02:28:34.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39542026-04-07T02:28:34.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39552026-04-07T02:28:34.300Z Checking yasna v0.5.2
39562026-04-07T02:28:34.713Z Checking rcgen v0.12.1
39572026-04-07T02:28:34.991Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39582026-04-07T02:28:35.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
39592026-04-07T02:28:35.335Z
39602026-04-07T02:28:35.335Zinfo: running `cargo check --bins` on clickana (214/270)
39612026-04-07T02:28:35.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39622026-04-07T02:28:35.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39632026-04-07T02:28:35.984Z Compiling darling_core v0.23.0
39642026-04-07T02:28:35.988Z Compiling instability v0.3.11
39652026-04-07T02:28:35.988Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39662026-04-07T02:28:36.093Z Checking castaway v0.2.4
39672026-04-07T02:28:36.099Z Compiling indoc v2.0.7
39682026-04-07T02:28:36.118Z Checking unicode-truncate v1.1.0
39692026-04-07T02:28:36.121Z Checking lru v0.12.5
39702026-04-07T02:28:36.121Z Checking cassowary v0.3.0
39712026-04-07T02:28:36.198Z Checking compact_str v0.8.1
39722026-04-07T02:28:37.046Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39732026-04-07T02:28:37.230Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39742026-04-07T02:28:37.536Z Compiling darling_macro v0.23.0
39752026-04-07T02:28:37.953Z Compiling darling v0.23.0
39762026-04-07T02:28:38.552Z Checking ratatui v0.29.0
39772026-04-07T02:28:39.615Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39782026-04-07T02:28:40.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.95s
39792026-04-07T02:28:40.479Z
39802026-04-07T02:28:40.479Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (215/270)
39812026-04-07T02:28:41.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39822026-04-07T02:28:41.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39832026-04-07T02:28:41.216Z Checking headers-core v0.3.0
39842026-04-07T02:28:41.219Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39852026-04-07T02:28:41.413Z Checking headers v0.4.1
39862026-04-07T02:28:41.785Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
39872026-04-07T02:28:42.625Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39882026-04-07T02:28:43.119Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39892026-04-07T02:28:43.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.04s
39902026-04-07T02:28:43.735Z
39912026-04-07T02:28:43.735Zinfo: running `cargo check --bins` on ch-dev (216/270)
39922026-04-07T02:28:44.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39932026-04-07T02:28:44.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39942026-04-07T02:28:44.465Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
39952026-04-07T02:28:45.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
39962026-04-07T02:28:45.405Z
39972026-04-07T02:28:45.405Zinfo: running `cargo check --bins` on dev-tools-common (217/270)
39982026-04-07T02:28:45.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39992026-04-07T02:28:45.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40002026-04-07T02:28:45.821Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40012026-04-07T02:28:45.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
40022026-04-07T02:28:45.884Z
40032026-04-07T02:28:45.885Zinfo: running `cargo check --bins` on crdb-seed (218/270)
40042026-04-07T02:28:46.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40052026-04-07T02:28:46.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40062026-04-07T02:28:46.608Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40072026-04-07T02:28:47.584Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40082026-04-07T02:28:47.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.02s
40092026-04-07T02:28:48.113Z
40102026-04-07T02:28:48.113Zinfo: running `cargo check --bins` on db-dev (219/270)
40112026-04-07T02:28:48.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40122026-04-07T02:28:48.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40132026-04-07T02:28:48.840Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40142026-04-07T02:28:49.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
40152026-04-07T02:28:49.800Z
40162026-04-07T02:28:49.800Zinfo: running `cargo check --bins` on omicron-dev-lib (220/270)
40172026-04-07T02:28:50.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40182026-04-07T02:28:50.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40192026-04-07T02:28:50.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40202026-04-07T02:28:50.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40212026-04-07T02:28:50.454Z
40222026-04-07T02:28:50.454Zinfo: running `cargo check --bins` on xtask-downloader (221/270)
40232026-04-07T02:28:50.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40242026-04-07T02:28:50.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40252026-04-07T02:28:51.076Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40262026-04-07T02:28:51.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
40272026-04-07T02:28:51.943Z
40282026-04-07T02:28:51.944Zinfo: running `cargo check --bins` on omicron-dropshot-apis (222/270)
40292026-04-07T02:28:52.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40302026-04-07T02:28:52.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40312026-04-07T02:28:52.702Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40322026-04-07T02:28:52.702Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40332026-04-07T02:28:52.702Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
40342026-04-07T02:28:52.705Z Checking git-stub v1.0.0
40352026-04-07T02:28:52.705Z Compiling trait-variant v0.1.2
40362026-04-07T02:28:52.705Z Checking maplit v1.0.2
40372026-04-07T02:28:52.828Z Checking is_ci v1.2.0
40382026-04-07T02:28:52.850Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40392026-04-07T02:28:52.892Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40402026-04-07T02:28:52.942Z Checking supports-color v3.0.2
40412026-04-07T02:28:52.975Z Checking git-stub-vcs v0.1.0
40422026-04-07T02:28:53.062Z Checking drift v0.1.3
40432026-04-07T02:28:53.078Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40442026-04-07T02:28:53.092Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40452026-04-07T02:28:53.201Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40462026-04-07T02:28:53.282Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40472026-04-07T02:28:53.341Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
40482026-04-07T02:28:53.354Z Checking dropshot-api-manager v0.6.0
40492026-04-07T02:28:53.368Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40502026-04-07T02:28:53.581Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40512026-04-07T02:28:53.614Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40522026-04-07T02:28:53.780Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
40532026-04-07T02:28:54.084Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40542026-04-07T02:28:59.087Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40552026-04-07T02:29:00.095Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40562026-04-07T02:29:00.643Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40572026-04-07T02:29:01.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.11s
40582026-04-07T02:29:01.260Z
40592026-04-07T02:29:01.260Zinfo: running `cargo check --bins` on installinator-api (223/270)
40602026-04-07T02:29:01.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40612026-04-07T02:29:01.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40622026-04-07T02:29:01.778Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40632026-04-07T02:29:01.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40642026-04-07T02:29:01.874Z
40652026-04-07T02:29:01.875Zinfo: running `cargo check --bins` on nexus-external-api (224/270)
40662026-04-07T02:29:02.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40672026-04-07T02:29:02.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40682026-04-07T02:29:02.424Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40692026-04-07T02:29:02.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40702026-04-07T02:29:02.530Z
40712026-04-07T02:29:02.530Zinfo: running `cargo check --bins` on nexus-internal-api (225/270)
40722026-04-07T02:29:03.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40732026-04-07T02:29:03.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40742026-04-07T02:29:03.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40752026-04-07T02:29:03.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40762026-04-07T02:29:03.183Z
40772026-04-07T02:29:03.183Zinfo: running `cargo check --bins` on nexus-lockstep-api (226/270)
40782026-04-07T02:29:03.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40792026-04-07T02:29:03.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40802026-04-07T02:29:03.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40812026-04-07T02:29:03.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40822026-04-07T02:29:03.836Z
40832026-04-07T02:29:03.837Zinfo: running `cargo check --bins` on ntp-admin-api (227/270)
40842026-04-07T02:29:04.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40852026-04-07T02:29:04.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40862026-04-07T02:29:04.350Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40872026-04-07T02:29:04.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40882026-04-07T02:29:04.442Z
40892026-04-07T02:29:04.442Zinfo: running `cargo check --bins` on ntp-admin-types-versions (228/270)
40902026-04-07T02:29:04.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40912026-04-07T02:29:04.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40922026-04-07T02:29:04.948Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40932026-04-07T02:29:04.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40942026-04-07T02:29:05.038Z
40952026-04-07T02:29:05.038Zinfo: running `cargo check --bins` on wicketd-api (229/270)
40962026-04-07T02:29:05.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40972026-04-07T02:29:05.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40982026-04-07T02:29:05.561Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40992026-04-07T02:29:05.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41002026-04-07T02:29:05.660Z
41012026-04-07T02:29:05.660Zinfo: running `cargo check --bins` on omicron-ls-apis (230/270)
41022026-04-07T02:29:06.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41032026-04-07T02:29:06.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41042026-04-07T02:29:06.275Z Checking typeid v1.0.3
41052026-04-07T02:29:06.389Z Checking ordered-float v2.10.1
41062026-04-07T02:29:06.412Z Checking unicode-xid v0.2.6
41072026-04-07T02:29:06.431Z Checking cargo-platform v0.2.0
41082026-04-07T02:29:06.454Z Checking erased-serde v0.4.9
41092026-04-07T02:29:06.591Z Checking serde-value v0.7.0
41102026-04-07T02:29:06.766Z Checking serde-untagged v0.1.9
41112026-04-07T02:29:06.924Z Checking cargo-util-schemas v0.8.2
41122026-04-07T02:29:07.613Z Checking cargo_metadata v0.21.0
41132026-04-07T02:29:08.235Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41142026-04-07T02:29:08.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s
41152026-04-07T02:29:09.097Z
41162026-04-07T02:29:09.097Zinfo: running `cargo check --bins` on mgs-dev (231/270)
41172026-04-07T02:29:09.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41182026-04-07T02:29:09.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41192026-04-07T02:29:09.841Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41202026-04-07T02:29:10.456Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41212026-04-07T02:29:10.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s
41222026-04-07T02:29:11.163Z
41232026-04-07T02:29:11.163Zinfo: running `cargo check --bins` on omicron-omdb (232/270)
41242026-04-07T02:29:11.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41252026-04-07T02:29:11.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41262026-04-07T02:29:12.025Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41272026-04-07T02:29:12.025Z Compiling vergen-gitcl v1.0.8
41282026-04-07T02:29:12.025Z Compiling dirs-sys-next v0.1.2
41292026-04-07T02:29:12.025Z Compiling diesel_derives v2.3.7
41302026-04-07T02:29:12.025Z Compiling glob v0.3.3
41312026-04-07T02:29:12.025Z Compiling crunchy v0.2.4
41322026-04-07T02:29:12.028Z Compiling dsl_auto_type v0.2.0
41332026-04-07T02:29:12.028Z Checking scheduled-thread-pool v0.2.7
41342026-04-07T02:29:12.317Z Compiling dirs-next v2.0.0
41352026-04-07T02:29:12.352Z Compiling diesel_table_macro_syntax v0.3.0
41362026-04-07T02:29:12.418Z Compiling tiny-keccak v2.0.2
41372026-04-07T02:29:12.432Z Compiling term v0.7.0
41382026-04-07T02:29:12.557Z Checking r2d2 v0.8.10
41392026-04-07T02:29:12.573Z Compiling bit-vec v0.6.3
41402026-04-07T02:29:12.599Z Compiling clang-sys v1.8.1
41412026-04-07T02:29:12.633Z Checking downcast-rs v2.0.2
41422026-04-07T02:29:12.731Z Compiling bit-set v0.5.3
41432026-04-07T02:29:12.746Z Compiling ascii-canvas v3.0.0
41442026-04-07T02:29:12.887Z Compiling itertools v0.10.5
41452026-04-07T02:29:12.971Z Compiling ena v0.14.4
41462026-04-07T02:29:12.985Z Compiling libloading v0.8.9
41472026-04-07T02:29:12.988Z Compiling diff v0.1.13
41482026-04-07T02:29:13.012Z Compiling regex-syntax v0.6.29
41492026-04-07T02:29:13.176Z Compiling bindgen v0.71.1
41502026-04-07T02:29:13.209Z Compiling cexpr v0.6.0
41512026-04-07T02:29:13.252Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41522026-04-07T02:29:13.440Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41532026-04-07T02:29:13.630Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41542026-04-07T02:29:13.646Z Compiling libxml v0.3.3
41552026-04-07T02:29:13.865Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41562026-04-07T02:29:13.906Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41572026-04-07T02:29:13.938Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41582026-04-07T02:29:14.128Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41592026-04-07T02:29:14.182Z Compiling strum_macros v0.24.3
41602026-04-07T02:29:14.219Z Compiling indoc v1.0.9
41612026-04-07T02:29:14.390Z Compiling lalrpop v0.19.12
41622026-04-07T02:29:15.176Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41632026-04-07T02:29:15.366Z Checking derive_builder v0.20.2
41642026-04-07T02:29:15.486Z Compiling oso-derive v0.27.3
41652026-04-07T02:29:15.538Z Checking quick-xml v0.37.5
41662026-04-07T02:29:15.718Z Compiling impl-trait-for-tuples v0.2.3
41672026-04-07T02:29:15.980Z Checking openssl-probe v0.1.6
41682026-04-07T02:29:16.122Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41692026-04-07T02:29:16.483Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41702026-04-07T02:29:16.677Z Checking bb8 v0.8.6
41712026-04-07T02:29:16.902Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41722026-04-07T02:29:16.934Z Checking nonempty v0.12.0
41732026-04-07T02:29:16.968Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41742026-04-07T02:29:17.110Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41752026-04-07T02:29:17.130Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41762026-04-07T02:29:17.179Z Checking console v0.16.2
41772026-04-07T02:29:17.323Z Checking unit-prefix v0.5.2
41782026-04-07T02:29:17.352Z Checking support-bundle-viewer v0.1.2
41792026-04-07T02:29:17.457Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41802026-04-07T02:29:17.488Z Checking indicatif v0.18.4
41812026-04-07T02:29:17.598Z Checking multimap v0.10.1
41822026-04-07T02:29:18.155Z Checking diesel v2.3.7
41832026-04-07T02:29:19.755Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41842026-04-07T02:29:20.232Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41852026-04-07T02:29:20.496Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41862026-04-07T02:29:20.774Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41872026-04-07T02:29:21.427Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41882026-04-07T02:29:22.029Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
41892026-04-07T02:29:22.120Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
41902026-04-07T02:29:22.765Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
41912026-04-07T02:29:24.772Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41922026-04-07T02:29:29.789Z Compiling samael v0.0.19
41932026-04-07T02:29:33.683Z Checking async-bb8-diesel v0.2.1
41942026-04-07T02:29:34.038Z Checking diesel-dtrace v0.5.0
41952026-04-07T02:29:34.960Z Compiling polar-core v0.27.3
41962026-04-07T02:29:39.475Z Checking oso v0.27.3
41972026-04-07T02:30:16.445Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
41982026-04-07T02:30:49.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 38s
41992026-04-07T02:30:49.732Z
42002026-04-07T02:30:49.732Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (233/270)
42012026-04-07T02:30:50.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42022026-04-07T02:30:50.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42032026-04-07T02:30:50.295Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42042026-04-07T02:30:50.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42052026-04-07T02:30:50.398Z
42062026-04-07T02:30:50.398Zinfo: running `cargo check --bins` on nexus-saga-recovery (234/270)
42072026-04-07T02:30:50.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42082026-04-07T02:30:50.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42092026-04-07T02:30:50.954Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42102026-04-07T02:30:50.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42112026-04-07T02:30:51.056Z
42122026-04-07T02:30:51.056Zinfo: running `cargo check --bins` on nexus-test-utils-macros (235/270)
42132026-04-07T02:30:51.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42142026-04-07T02:30:51.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42152026-04-07T02:30:51.554Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42162026-04-07T02:30:51.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42172026-04-07T02:30:51.644Z
42182026-04-07T02:30:51.645Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (236/270)
42192026-04-07T02:30:52.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42202026-04-07T02:30:52.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42212026-04-07T02:30:52.519Z Compiling libz-sys v1.1.24
42222026-04-07T02:30:52.652Z Compiling libgit2-sys v0.18.3+1.9.2
42232026-04-07T02:30:52.686Z Compiling vergen-git2 v1.0.7
42242026-04-07T02:30:52.690Z Compiling rustls v0.21.12
42252026-04-07T02:30:52.690Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42262026-04-07T02:30:52.693Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42272026-04-07T02:30:52.693Z Checking sct v0.7.1
42282026-04-07T02:30:52.693Z Checking rustls-webpki v0.101.7
42292026-04-07T02:30:52.844Z Compiling nix v0.29.0
42302026-04-07T02:30:52.911Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42312026-04-07T02:30:52.963Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42322026-04-07T02:30:52.977Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42332026-04-07T02:30:53.033Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42342026-04-07T02:30:53.192Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42352026-04-07T02:30:53.246Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42362026-04-07T02:30:53.273Z Checking rustls-pemfile v1.0.4
42372026-04-07T02:30:53.405Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
42382026-04-07T02:30:53.477Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42392026-04-07T02:30:53.666Z Checking twox-hash v2.1.2
42402026-04-07T02:30:53.682Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42412026-04-07T02:30:53.817Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42422026-04-07T02:30:54.361Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42432026-04-07T02:30:54.379Z Checking tokio-rustls v0.24.1
42442026-04-07T02:30:54.477Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42452026-04-07T02:30:54.544Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
42462026-04-07T02:30:54.573Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42472026-04-07T02:30:55.042Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42482026-04-07T02:30:55.140Z Checking fatfs v0.3.6
42492026-04-07T02:30:55.186Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42502026-04-07T02:30:55.214Z Compiling seq-macro v0.3.6
42512026-04-07T02:30:59.326Z Compiling git2 v0.20.4
42522026-04-07T02:30:59.491Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42532026-04-07T02:30:59.616Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42542026-04-07T02:31:01.571Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42552026-04-07T02:31:49.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.86s
42562026-04-07T02:31:49.735Z
42572026-04-07T02:31:49.735Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (237/270)
42582026-04-07T02:31:50.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42592026-04-07T02:31:50.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42602026-04-07T02:31:50.624Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42612026-04-07T02:32:30.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.60s
42622026-04-07T02:32:30.569Z
42632026-04-07T02:32:30.569Zinfo: running `cargo check --bins` on nexus-background-task-interface (238/270)
42642026-04-07T02:32:31.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42652026-04-07T02:32:31.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42662026-04-07T02:32:31.078Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42672026-04-07T02:32:31.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42682026-04-07T02:32:31.170Z
42692026-04-07T02:32:31.170Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (239/270)
42702026-04-07T02:32:31.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42712026-04-07T02:32:31.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42722026-04-07T02:32:31.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42732026-04-07T02:32:31.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42742026-04-07T02:32:31.818Z
42752026-04-07T02:32:31.818Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (240/270)
42762026-04-07T02:32:32.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42772026-04-07T02:32:32.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42782026-04-07T02:32:32.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42792026-04-07T02:32:32.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42802026-04-07T02:32:32.480Z
42812026-04-07T02:32:32.480Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (241/270)
42822026-04-07T02:32:33.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42832026-04-07T02:32:33.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42842026-04-07T02:32:33.040Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42852026-04-07T02:32:33.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42862026-04-07T02:32:33.145Z
42872026-04-07T02:32:33.145Zinfo: running `cargo check --bins` on nexus-mgs-updates (242/270)
42882026-04-07T02:32:33.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42892026-04-07T02:32:33.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42902026-04-07T02:32:33.697Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42912026-04-07T02:32:33.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42922026-04-07T02:32:33.795Z
42932026-04-07T02:32:33.795Zinfo: running `cargo check --bins` on nexus-networking (243/270)
42942026-04-07T02:32:34.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42952026-04-07T02:32:34.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42962026-04-07T02:32:34.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42972026-04-07T02:32:34.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42982026-04-07T02:32:34.462Z
42992026-04-07T02:32:34.462Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (244/270)
43002026-04-07T02:32:35.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43012026-04-07T02:32:35.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43022026-04-07T02:32:35.017Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43032026-04-07T02:32:35.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43042026-04-07T02:32:35.123Z
43052026-04-07T02:32:35.123Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (245/270)
43062026-04-07T02:32:35.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43072026-04-07T02:32:35.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43082026-04-07T02:32:35.675Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43092026-04-07T02:32:35.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43102026-04-07T02:32:35.774Z
43112026-04-07T02:32:35.774Zinfo: running `cargo check --bins` on omicron-dev (246/270)
43122026-04-07T02:32:36.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43132026-04-07T02:32:36.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43142026-04-07T02:32:36.666Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43152026-04-07T02:32:36.666Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43162026-04-07T02:32:36.855Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43172026-04-07T02:32:36.889Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43182026-04-07T02:32:36.906Z Checking diff v0.1.13
43192026-04-07T02:32:36.909Z Checking yansi v1.0.1
43202026-04-07T02:32:36.909Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43212026-04-07T02:32:36.946Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43222026-04-07T02:32:36.986Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43232026-04-07T02:32:37.176Z Checking pretty_assertions v1.4.1
43242026-04-07T02:32:37.801Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43252026-04-07T02:33:01.201Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43262026-04-07T02:33:01.201Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43272026-04-07T02:33:01.204Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43282026-04-07T02:33:01.205Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43292026-04-07T02:33:01.205Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43302026-04-07T02:33:01.205Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43312026-04-07T02:33:01.909Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43322026-04-07T02:33:03.004Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43332026-04-07T02:33:42.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
43342026-04-07T02:33:42.224Z
43352026-04-07T02:33:42.224Zinfo: running `cargo check --bins` on omicron-pins (247/270)
43362026-04-07T02:33:42.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43372026-04-07T02:33:42.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43382026-04-07T02:33:42.724Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43392026-04-07T02:33:42.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43402026-04-07T02:33:42.811Z
43412026-04-07T02:33:42.811Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (248/270)
43422026-04-07T02:33:43.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43432026-04-07T02:33:43.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43442026-04-07T02:33:43.581Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43452026-04-07T02:33:43.702Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43462026-04-07T02:33:43.705Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43472026-04-07T02:34:09.317Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43482026-04-07T02:34:09.693Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43492026-04-07T02:34:11.378Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43502026-04-07T02:34:11.819Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43512026-04-07T02:34:14.764Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43522026-04-07T02:34:37.364Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43532026-04-07T02:34:37.996Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43542026-04-07T02:34:39.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.79s
43552026-04-07T02:34:39.832Z
43562026-04-07T02:34:39.832Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (249/270)
43572026-04-07T02:34:40.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43582026-04-07T02:34:40.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43592026-04-07T02:34:40.557Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43602026-04-07T02:34:41.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
43612026-04-07T02:34:41.428Z
43622026-04-07T02:34:41.428Zinfo: running `cargo check --bins` on omicron-releng (250/270)
43632026-04-07T02:34:41.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43642026-04-07T02:34:41.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43652026-04-07T02:34:42.087Z Compiling blake3 v1.8.3
43662026-04-07T02:34:42.197Z Checking arrayvec v0.7.6
43672026-04-07T02:34:42.197Z Checking arrayref v0.3.9
43682026-04-07T02:34:42.197Z Checking constant_time_eq v0.4.2
43692026-04-07T02:34:42.216Z Checking topological-sort v0.2.2
43702026-04-07T02:34:42.220Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
43712026-04-07T02:34:42.220Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
43722026-04-07T02:34:42.220Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43732026-04-07T02:34:42.258Z Checking shell-words v1.1.1
43742026-04-07T02:34:43.079Z Checking omicron-zone-package v0.12.2
43752026-04-07T02:34:43.791Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43762026-04-07T02:34:44.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s
43772026-04-07T02:34:44.832Z
43782026-04-07T02:34:44.833Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (251/270)
43792026-04-07T02:34:45.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43802026-04-07T02:34:45.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43812026-04-07T02:34:45.483Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
43822026-04-07T02:34:45.805Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
43832026-04-07T02:34:46.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
43842026-04-07T02:34:46.389Z
43852026-04-07T02:34:46.389Zinfo: running `cargo check --bins` on schema (252/270)
43862026-04-07T02:34:46.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43872026-04-07T02:34:46.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43882026-04-07T02:34:47.118Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
43892026-04-07T02:34:47.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
43902026-04-07T02:34:47.998Z
43912026-04-07T02:34:47.998Zinfo: running `cargo check --bins` on xtask (253/270)
43922026-04-07T02:34:48.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43932026-04-07T02:34:48.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43942026-04-07T02:34:48.453Z Checking libc v0.2.180
43952026-04-07T02:34:48.533Z Checking serde v1.0.228
43962026-04-07T02:34:48.539Z Checking zerofrom v0.1.6
43972026-04-07T02:34:48.544Z Checking bitflags v2.11.0
43982026-04-07T02:34:48.549Z Checking hashbrown v0.16.1
43992026-04-07T02:34:48.554Z Checking smallvec v1.15.1
44002026-04-07T02:34:48.563Z Checking serde_json v1.0.149
44012026-04-07T02:34:48.566Z Checking scroll v0.12.0
44022026-04-07T02:34:48.636Z Checking yoke v0.8.1
44032026-04-07T02:34:48.687Z Checking num-traits v0.2.19
44042026-04-07T02:34:48.728Z Checking thiserror v1.0.69
44052026-04-07T02:34:48.791Z Checking log v0.4.29
44062026-04-07T02:34:48.803Z Checking zerovec v0.11.5
44072026-04-07T02:34:48.820Z Checking zerotrie v0.2.3
44082026-04-07T02:34:48.830Z Checking errno v0.3.14
44092026-04-07T02:34:48.920Z Checking serde_spanned v0.6.9
44102026-04-07T02:34:48.946Z Checking toml_datetime v0.6.11
44112026-04-07T02:34:48.950Z Checking rustix v1.1.3
44122026-04-07T02:34:49.005Z Checking indexmap v2.13.0
44132026-04-07T02:34:49.042Z Checking percent-encoding v2.3.2
44142026-04-07T02:34:49.066Z Checking goblin v0.8.2
44152026-04-07T02:34:49.125Z Checking zerocopy v0.7.35
44162026-04-07T02:34:49.172Z Checking getrandom v0.3.4
44172026-04-07T02:34:49.183Z Checking form_urlencoded v1.2.2
44182026-04-07T02:34:49.219Z Checking ordered-float v2.10.1
44192026-04-07T02:34:49.242Z Checking tinystr v0.8.2
44202026-04-07T02:34:49.300Z Checking potential_utf v0.1.4
44212026-04-07T02:34:49.311Z Checking thiserror v2.0.18
44222026-04-07T02:34:49.407Z Checking syn v2.0.117
44232026-04-07T02:34:49.422Z Checking icu_locale_core v2.1.1
44242026-04-07T02:34:49.432Z Checking icu_collections v2.1.1
44252026-04-07T02:34:49.442Z Checking serde-value v0.7.0
44262026-04-07T02:34:49.538Z Checking toml_edit v0.22.27
44272026-04-07T02:34:49.615Z Checking dtrace-parser v0.2.0
44282026-04-07T02:34:49.642Z Checking thread-id v4.2.2
44292026-04-07T02:34:49.724Z Checking once_cell v1.21.3
44302026-04-07T02:34:49.737Z Checking cargo-platform v0.2.0
44312026-04-07T02:34:49.767Z Checking terminal_size v0.4.3
44322026-04-07T02:34:49.847Z Checking memmap v0.7.0
44332026-04-07T02:34:49.878Z Checking clap_builder v4.5.60
44342026-04-07T02:34:49.894Z Checking tempfile v3.25.0
44352026-04-07T02:34:49.911Z Checking textwrap v0.16.2
44362026-04-07T02:34:49.972Z Checking fs-err v3.3.0
44372026-04-07T02:34:49.982Z Checking icu_provider v2.1.1
44382026-04-07T02:34:50.084Z Checking camino-tempfile v1.4.1
44392026-04-07T02:34:50.117Z Checking tabled v0.15.0
44402026-04-07T02:34:50.150Z Checking anyhow v1.0.102
44412026-04-07T02:34:50.214Z Checking icu_normalizer v2.1.1
44422026-04-07T02:34:50.236Z Checking icu_properties v2.1.2
44432026-04-07T02:34:50.346Z Checking macaddr v1.0.1
44442026-04-07T02:34:50.519Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44452026-04-07T02:34:50.629Z Checking toml v0.8.23
44462026-04-07T02:34:50.937Z Checking cargo_toml v0.21.0
44472026-04-07T02:34:50.972Z Checking dof v0.3.0
44482026-04-07T02:34:51.041Z Checking idna_adapter v1.2.1
44492026-04-07T02:34:51.062Z Checking clap v4.5.60
44502026-04-07T02:34:51.160Z Checking idna v1.1.0
44512026-04-07T02:34:51.243Z Checking usdt-impl v0.5.0
44522026-04-07T02:34:51.385Z Checking url v2.5.8
44532026-04-07T02:34:51.495Z Checking usdt v0.5.0
44542026-04-07T02:34:51.733Z Checking cargo-util-schemas v0.8.2
44552026-04-07T02:34:52.419Z Checking cargo_metadata v0.21.0
44562026-04-07T02:34:53.023Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44572026-04-07T02:34:53.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.43s
44582026-04-07T02:34:53.561Z
44592026-04-07T02:34:53.561Zinfo: running `cargo check --bins` on dnsadm (254/270)
44602026-04-07T02:34:54.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44612026-04-07T02:34:54.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44622026-04-07T02:34:54.210Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
44632026-04-07T02:34:54.682Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
44642026-04-07T02:34:55.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s
44652026-04-07T02:34:55.278Z
44662026-04-07T02:34:55.278Zinfo: running `cargo check --bins` on end-to-end-tests (255/270)
44672026-04-07T02:34:55.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44682026-04-07T02:34:55.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44692026-04-07T02:34:56.081Z Checking polyval v0.6.2
44702026-04-07T02:34:56.206Z Checking ctr v0.9.2
44712026-04-07T02:34:56.217Z Checking ssh-encoding v0.2.0
44722026-04-07T02:34:56.217Z Checking blowfish v0.9.1
44732026-04-07T02:34:56.239Z Checking password-hash v0.4.2
44742026-04-07T02:34:56.255Z Checking p256 v0.13.2
44752026-04-07T02:34:56.259Z Checking p521 v0.13.3
44762026-04-07T02:34:56.281Z Checking russh-cryptovec v0.7.3
44772026-04-07T02:34:56.352Z Checking ghash v0.5.1
44782026-04-07T02:34:56.355Z Checking md5 v0.7.0
44792026-04-07T02:34:56.378Z Checking bcrypt-pbkdf v0.10.0
44802026-04-07T02:34:56.394Z Checking num-bigint v0.4.6
44812026-04-07T02:34:56.408Z Checking des v0.8.1
44822026-04-07T02:34:56.451Z Checking pbkdf2 v0.11.0
44832026-04-07T02:34:56.468Z Checking aes-gcm v0.10.3
44842026-04-07T02:34:56.496Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44852026-04-07T02:34:56.529Z Checking hex-literal v0.4.1
44862026-04-07T02:34:56.543Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
44872026-04-07T02:34:56.556Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
44882026-04-07T02:34:56.614Z Checking internet-checksum v0.2.1
44892026-04-07T02:34:56.617Z Checking ssh-cipher v0.2.0
44902026-04-07T02:34:56.789Z Checking ssh-key v0.6.7
44912026-04-07T02:34:56.845Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44922026-04-07T02:34:57.445Z Checking russh-keys v0.45.0
44932026-04-07T02:34:57.992Z Checking russh v0.45.0
44942026-04-07T02:35:12.887Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
44952026-04-07T02:35:14.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.80s
44962026-04-07T02:35:14.298Z
44972026-04-07T02:35:14.298Zinfo: running `cargo check --bins` on gateway-cli (256/270)
44982026-04-07T02:35:14.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44992026-04-07T02:35:14.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45002026-04-07T02:35:14.942Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
45012026-04-07T02:35:15.053Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
45022026-04-07T02:35:15.060Z Checking termios v0.3.3
45032026-04-07T02:35:16.281Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
45042026-04-07T02:35:16.431Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45052026-04-07T02:35:18.364Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
45062026-04-07T02:35:18.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.63s
45072026-04-07T02:35:19.117Z
45082026-04-07T02:35:19.117Zinfo: running `cargo check --bins --no-default-features` on installinator (257/270)
45092026-04-07T02:35:19.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45102026-04-07T02:35:19.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45112026-04-07T02:35:19.825Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
45122026-04-07T02:35:19.828Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45132026-04-07T02:35:19.947Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45142026-04-07T02:35:19.947Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45152026-04-07T02:35:19.961Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45162026-04-07T02:35:19.965Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45172026-04-07T02:35:20.688Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45182026-04-07T02:35:21.031Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45192026-04-07T02:35:21.035Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45202026-04-07T02:35:21.683Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45212026-04-07T02:35:23.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.17s
45222026-04-07T02:35:23.493Z
45232026-04-07T02:35:23.493Zinfo: running `cargo check --bins` on internal-dns-cli (258/270)
45242026-04-07T02:35:24.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45252026-04-07T02:35:24.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45262026-04-07T02:35:24.129Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45272026-04-07T02:35:24.583Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45282026-04-07T02:35:24.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
45292026-04-07T02:35:25.083Z
45302026-04-07T02:35:25.083Zinfo: running `cargo check --bins` on omicron-live-tests (259/270)
45312026-04-07T02:35:25.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45322026-04-07T02:35:25.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45332026-04-07T02:35:25.580Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45342026-04-07T02:35:25.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45352026-04-07T02:35:25.669Z
45362026-04-07T02:35:25.669Zinfo: running `cargo check --bins` on live-tests-macros (260/270)
45372026-04-07T02:35:26.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45382026-04-07T02:35:26.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45392026-04-07T02:35:26.173Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45402026-04-07T02:35:26.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45412026-04-07T02:35:26.263Z
45422026-04-07T02:35:26.263Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (261/270)
45432026-04-07T02:35:26.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45442026-04-07T02:35:26.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45452026-04-07T02:35:27.020Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45462026-04-07T02:35:27.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
45472026-04-07T02:35:27.812Z
45482026-04-07T02:35:27.813Zinfo: running `cargo check --bins` on omicron-ntp-admin (262/270)
45492026-04-07T02:35:28.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45502026-04-07T02:35:28.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45512026-04-07T02:35:28.453Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45522026-04-07T02:35:28.459Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45532026-04-07T02:35:28.706Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45542026-04-07T02:35:28.710Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45552026-04-07T02:35:29.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s
45562026-04-07T02:35:29.693Z
45572026-04-07T02:35:29.693Zinfo: running `cargo check --bins` on ntp-admin-types (263/270)
45582026-04-07T02:35:30.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45592026-04-07T02:35:30.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45602026-04-07T02:35:30.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45612026-04-07T02:35:30.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45622026-04-07T02:35:30.282Z
45632026-04-07T02:35:30.282Zinfo: running `cargo check --bins` on omicron-package (264/270)
45642026-04-07T02:35:30.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45652026-04-07T02:35:30.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45662026-04-07T02:35:30.964Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
45672026-04-07T02:35:32.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s
45682026-04-07T02:35:32.254Z
45692026-04-07T02:35:32.254Zinfo: running `cargo check --bins` on tqdb (265/270)
45702026-04-07T02:35:32.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45712026-04-07T02:35:32.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45722026-04-07T02:35:33.033Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45732026-04-07T02:35:33.386Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45742026-04-07T02:35:33.902Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45752026-04-07T02:35:33.908Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
45762026-04-07T02:35:39.163Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45772026-04-07T02:35:39.810Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
45782026-04-07T02:35:39.810Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45792026-04-07T02:35:39.814Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45802026-04-07T02:35:39.814Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45812026-04-07T02:35:40.551Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
45822026-04-07T02:35:41.512Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45832026-04-07T02:35:42.314Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45842026-04-07T02:35:42.901Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
45852026-04-07T02:35:47.525Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
45862026-04-07T02:35:57.635Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
45872026-04-07T02:35:57.635Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
45882026-04-07T02:35:57.644Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
45892026-04-07T02:35:57.644Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
45902026-04-07T02:35:57.644Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
45912026-04-07T02:35:57.645Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
45922026-04-07T02:35:57.645Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
45932026-04-07T02:35:58.433Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
45942026-04-07T02:35:58.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.71s
45952026-04-07T02:35:59.190Z
45962026-04-07T02:35:59.190Zinfo: running `cargo check --bins` on wicket-dbg (266/270)
45972026-04-07T02:35:59.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45982026-04-07T02:35:59.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45992026-04-07T02:35:59.909Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46002026-04-07T02:35:59.914Z Checking rtoolbox v0.0.3
46012026-04-07T02:36:00.020Z Checking tui-tree-widget v0.23.1
46022026-04-07T02:36:00.119Z Checking rpassword v7.4.0
46032026-04-07T02:36:01.009Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46042026-04-07T02:36:03.994Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46052026-04-07T02:36:05.765Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
46062026-04-07T02:36:06.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.43s
46072026-04-07T02:36:06.835Z
46082026-04-07T02:36:06.835Zinfo: running `cargo check --bins` on wicket (267/270)
46092026-04-07T02:36:07.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46102026-04-07T02:36:07.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46112026-04-07T02:36:07.527Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46122026-04-07T02:36:07.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
46132026-04-07T02:36:08.073Z
46142026-04-07T02:36:08.073Zinfo: running `cargo check --bins` on wicketd (268/270)
46152026-04-07T02:36:08.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46162026-04-07T02:36:08.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46172026-04-07T02:36:08.795Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46182026-04-07T02:36:08.799Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46192026-04-07T02:36:08.799Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46202026-04-07T02:36:08.799Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46212026-04-07T02:36:09.754Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46222026-04-07T02:36:10.317Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46232026-04-07T02:36:13.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.19s
46242026-04-07T02:36:13.468Z
46252026-04-07T02:36:13.468Zinfo: running `cargo check --bins` on omicron-workspace-hack (269/270)
46262026-04-07T02:36:13.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46272026-04-07T02:36:13.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46282026-04-07T02:36:13.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46292026-04-07T02:36:13.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
46302026-04-07T02:36:14.065Z
46312026-04-07T02:36:14.065Zinfo: running `cargo check --bins` on zone-setup (270/270)
46322026-04-07T02:36:14.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46332026-04-07T02:36:14.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46342026-04-07T02:36:14.735Z Checking uzers v0.12.2
46352026-04-07T02:36:15.010Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46362026-04-07T02:36:15.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s
46372026-04-07T02:36:15.974Z
46382026-04-07T02:36:15.978Zreal 14:13.926280478
46392026-04-07T02:36:15.978Zuser 20:39.271940152
46402026-04-07T02:36:15.978Zsys 4:13.227373129
46412026-04-07T02:36:15.978Ztrap 0.340274095
46422026-04-07T02:36:15.978Ztflt 0.329025110
46432026-04-07T02:36:15.978Zdflt 0.897566499
46442026-04-07T02:36:15.978Zkflt 0.001022533
46452026-04-07T02:36:15.978Zlock 1:15:48.705643204
46462026-04-07T02:36:15.978Zslp 1:39:01.727210194
46472026-04-07T02:36:15.978Zlat 53.844418852
46482026-04-07T02:36:15.978Zstop 3:21.697446920
46492026-04-07T02:36:15.978Zprocess exited: duration 1034572 ms, exit code 0
 
46502026-04-07T02:36:15.987Zfound 0 output files