01KQGSWMRRT0HQ9TKBSTQGTGGC: 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: 01KQGSWYT889PPKK5P3MQCFZVK

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-01T03:40:01.948Zjob assigned to worker 01KQGSX5XEG69YX92KG5YVGZAN [factory aws, i-00a45f7d8843345bb] (queued for 48 s)
 
22026-05-01T03:40:08.910Zstarting task 0: "setup"
32026-05-01T03:40:08.914Z++ uname -s
42026-05-01T03:40:08.917Z+ kern=SunOS
52026-05-01T03:40:08.917Z+ build_user=build
62026-05-01T03:40:08.917Z+ build_uid=12345
72026-05-01T03:40:08.917Z+ work_dir=/work
82026-05-01T03:40:08.917Z+ input_dir=/input
92026-05-01T03:40:08.917Z+ [[ 0 == 12345 ]]
102026-05-01T03:40:08.917Z+ case "$kern" in
112026-05-01T03:40:08.917Z+ groupadd -g 12345 build
122026-05-01T03:40:08.920Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-01T03:40:10.924Z+ zfs create -o mountpoint=/work rpool/work
142026-05-01T03:40:11.039Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-01T03:40:11.042Z+ home_fs=zfs
162026-05-01T03:40:11.042Z+ [[ zfs == autofs ]]
172026-05-01T03:40:11.042Z+ mkdir -p /home/build
182026-05-01T03:40:11.042Z+ chown build:build /home/build /work
192026-05-01T03:40:13.042Z+ chmod 0700 /home/build /work
202026-05-01T03:40:13.045Zprocess exited: duration 4137 ms, exit code 0
 
212026-05-01T03:40:13.051Zstarting task 1: "rust-toolchain"
222026-05-01T03:40:13.056Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-01T03:40:13.056Z * rust toolchain channel = "1.94.0"
242026-05-01T03:40:13.056Z * rust toolchain profile = "default"
252026-05-01T03:40:13.056Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-01T03:40:13.056Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-01T03:40:13.056Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-01T03:40:13.059Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-01T03:40:13.059Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-01T03:40:13.143Zinfo: downloading installer
312026-05-01T03:40:14.505Zwarn: It looks like you have an existing installation of Rust at:
322026-05-01T03:40:14.505Zwarn: /opt/ooce/bin
332026-05-01T03:40:14.505Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-01T03:40:14.505Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-01T03:40:14.505Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-01T03:40:14.506Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-01T03:40:14.506Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-01T03:40:14.506Zerror: cannot install while Rust is installed
392026-05-01T03:40:14.506Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-01T03:40:14.506Zwarn: It looks like you have an existing rustup settings file at:
412026-05-01T03:40:14.506Zwarn: /home/build/.rustup/settings.toml
422026-05-01T03:40:14.506Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-01T03:40:14.506Zwarn: instead of the one inferred from the default host triple.
442026-05-01T03:40:14.539Zinfo: profile set to default
452026-05-01T03:40:14.539Zinfo: default host triple is x86_64-unknown-illumos
462026-05-01T03:40:14.542Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-05-01T03:40:14.683Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-05-01T03:40:14.686Zinfo: downloading 6 components
492026-05-01T03:40:29.209Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-05-01T03:40:29.209Z
512026-05-01T03:40:29.239Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-05-01T03:40:29.239Z
532026-05-01T03:40:29.239Z
542026-05-01T03:40:29.239ZRust is installed now. Great!
552026-05-01T03:40:29.239Z
562026-05-01T03:40:29.239ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-01T03:40:29.239Zenvironment variable. This has not been done automatically.
582026-05-01T03:40:29.239Z
592026-05-01T03:40:29.239ZTo configure your current shell, you need to source
602026-05-01T03:40:29.239Zthe corresponding env file under $HOME/.cargo.
612026-05-01T03:40:29.239Z
622026-05-01T03:40:29.239ZThis is usually done by running one of the following (note the leading DOT):
632026-05-01T03:40:29.242Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-01T03:40:29.242Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-01T03:40:29.242Zsource "~/.cargo/env.nu" # For nushell
662026-05-01T03:40:29.242Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-01T03:40:29.242Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-01T03:40:29.242Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-01T03:40:29.242Zwarn: no default linker (`cc`) was found in your PATH
702026-05-01T03:40:29.242Zwarn: many Rust crates require a system C toolchain to build
712026-05-01T03:40:29.332Z+ rustup --version
722026-05-01T03:40:29.341Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-01T03:40:29.344Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-01T03:40:29.363Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-05-01T03:40:29.366Z+ cargo --version
762026-05-01T03:40:29.378Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-05-01T03:40:29.381Z+ rustc --version
782026-05-01T03:40:29.441Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-05-01T03:40:29.441Zprocess exited: duration 16354 ms, exit code 0
 
802026-05-01T03:40:29.448Zstarting task 2: "authentication"
812026-05-01T03:40:29.465Zprocess exited: duration 16 ms, exit code 0
 
822026-05-01T03:40:29.470Zstarting task 3: "clone repository"
832026-05-01T03:40:29.473Z+ mkdir -p /work/oxidecomputer/omicron
842026-05-01T03:40:29.476Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-05-01T03:40:29.506ZCloning into '/work/oxidecomputer/omicron'...
862026-05-01T03:40:38.628Z+ cd /work/oxidecomputer/omicron
872026-05-01T03:40:38.628Z+ git fetch origin bb34bc725a997052cb2674e6e4dbc05ad2b254d1
882026-05-01T03:40:38.907ZFrom https://github.com/oxidecomputer/omicron
892026-05-01T03:40:38.907Z * branch bb34bc725a997052cb2674e6e4dbc05ad2b254d1 -> FETCH_HEAD
902026-05-01T03:40:38.916Z+ [[ -n renovate/attest-mock-digest ]]
912026-05-01T03:40:38.919Z++ git branch --show-current
922026-05-01T03:40:38.919Z+ current=main
932026-05-01T03:40:38.923Z+ [[ main != renovate/attest-mock-digest ]]
942026-05-01T03:40:38.923Z+ git branch -f renovate/attest-mock-digest bb34bc725a997052cb2674e6e4dbc05ad2b254d1
952026-05-01T03:40:38.923Z+ git checkout -f renovate/attest-mock-digest
962026-05-01T03:40:39.152ZSwitched to branch 'renovate/attest-mock-digest'
972026-05-01T03:40:39.155Z+ git reset --hard bb34bc725a997052cb2674e6e4dbc05ad2b254d1
982026-05-01T03:40:39.382ZHEAD is now at bb34bc725 Update attest-mock digest to 06f05ee
992026-05-01T03:40:39.385Zprocess exited: duration 9915 ms, exit code 0
 
1002026-05-01T03:40:39.391Zstarting task 4: "build"
1012026-05-01T03:40:39.395Z+ source .github/buildomat/ci-env.sh
1022026-05-01T03:40:39.398Z++ export CARGO_TERM_COLOR=always
1032026-05-01T03:40:39.398Z++ CARGO_TERM_COLOR=always
1042026-05-01T03:40:39.398Z+ cargo --version
1052026-05-01T03:40:39.406Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-05-01T03:40:39.409Z+ rustc --version
1072026-05-01T03:40:39.432Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-05-01T03:40:39.437Z+ source ./env.sh
1092026-05-01T03:40:39.440Z++ OLD_SHELL_OPTS=ehxB
1102026-05-01T03:40:39.440Z++ set -o xtrace
1112026-05-01T03:40:39.440Z++++ dirname ./env.sh
1122026-05-01T03:40:39.442Z+++ readlink -f .
1132026-05-01T03:40:39.445Z++ OMICRON_WS=/work/oxidecomputer/omicron
1142026-05-01T03:40:39.445Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152026-05-01T03:40:39.445Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1162026-05-01T03:40:39.445Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1172026-05-01T03:40:39.445Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1182026-05-01T03:40:39.445Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1192026-05-01T03:40:39.445Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1202026-05-01T03:40:39.445Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1212026-05-01T03:40:39.445Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1222026-05-01T03:40:39.445Z++ case $OLD_SHELL_OPTS in
1232026-05-01T03:40:39.445Z++ unset OLD_SHELL_OPTS OMICRON_WS
1242026-05-01T03:40:39.446Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1252026-05-01T03:40:39.446Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1262026-05-01T03:40:39.446Z+ banner prerequisites
1272026-05-01T03:40:39.449Z
1282026-05-01T03:40:39.449Z ##### ##### ###### ##### ###### #### # # # #### #
1292026-05-01T03:40:39.449Z # # # # # # # # # # # # # # #
1302026-05-01T03:40:39.449Z # # # # ##### # # ##### # # # # # #### #
1312026-05-01T03:40:39.449Z ##### ##### # ##### # # # # # # # # #
1322026-05-01T03:40:39.449Z # # # # # # # # # # # # # # #
1332026-05-01T03:40:39.449Z # # # ###### # # ###### ### # #### # #### #
1342026-05-01T03:40:39.449Z
1352026-05-01T03:40:39.449Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1362026-05-01T03:40:49.237Z Startup: Refreshing catalog 'helios-dev' ... Done
1372026-05-01T03:40:56.665Z Startup: Caching catalogs ... Done
1382026-05-01T03:41:03.445ZPlanning: Solver setup ... Done (5.242s)
1392026-05-01T03:41:03.481ZPlanning: Running solver ... Done (0.036s)
1402026-05-01T03:41:03.621ZPlanning: Finding local manifests ... Done (0.003s)
1412026-05-01T03:41:03.633ZPlanning: Fetching manifests: 0/5 0% complete
1422026-05-01T03:41:03.751ZPlanning: Fetching manifests: 5/5 100% complete
1432026-05-01T03:41:03.789ZPlanning: Package planning ... Done (0.038s)
1442026-05-01T03:41:03.825ZPlanning: Merging actions ... Done (0.036s)
1452026-05-01T03:41:04.007ZPlanning: Checking for conflicting actions ... Done (0.182s)
1462026-05-01T03:41:04.017ZPlanning: Consolidating action changes ... Done (0.009s)
1472026-05-01T03:41:04.793ZPlanning: Evaluating mediators ... Done (0.777s)
1482026-05-01T03:41:04.801ZPlanning: Planning completed in 7.97 seconds
1492026-05-01T03:41:04.812Z Packages to install: 5
1502026-05-01T03:41:04.814Z Mediators to change: 3
1512026-05-01T03:41:04.814Z Services to change: 1
1522026-05-01T03:41:04.814Z Estimated space available: 155.34 GB
1532026-05-01T03:41:04.814ZEstimated space to be consumed: 1.89 GB
1542026-05-01T03:41:04.814Z Create boot environment: No
1552026-05-01T03:41:04.814ZCreate backup boot environment: No
1562026-05-01T03:41:04.814Z Rebuild boot archive: No
1572026-05-01T03:41:04.815Z
1582026-05-01T03:41:04.815ZChanged mediators:
1592026-05-01T03:41:04.815Z mediator clang:
1602026-05-01T03:41:04.815Z version: None -> 15 (system default)
1612026-05-01T03:41:04.815Z
1622026-05-01T03:41:04.815Z mediator llvm:
1632026-05-01T03:41:04.815Z version: 14 (system default) -> 15 (system default)
1642026-05-01T03:41:04.815Z
1652026-05-01T03:41:04.815Z mediator postgresql:
1662026-05-01T03:41:04.815Z version: 15 (system default) -> 18 (system default)
1672026-05-01T03:41:04.816Z
1682026-05-01T03:41:04.816ZChanged packages:
1692026-05-01T03:41:04.816Zhelios-dev
1702026-05-01T03:41:04.816Z developer/build-essential
1712026-05-01T03:41:04.816Z None -> 11-2.0
1722026-05-01T03:41:04.816Z library/libxmlsec1
1732026-05-01T03:41:04.816Z None -> 1.2.35-2.0
1742026-05-01T03:41:04.816Z ooce/developer/clang-15
1752026-05-01T03:41:04.816Z None -> 15.0.7-2.0
1762026-05-01T03:41:04.816Z ooce/developer/llvm-15
1772026-05-01T03:41:04.816Z None -> 15.0.7-2.0
1782026-05-01T03:41:04.816Z ooce/library/postgresql-18
1792026-05-01T03:41:04.816Z None -> 18.1-2.0
1802026-05-01T03:41:04.816Z
1812026-05-01T03:41:04.816ZServices:
1822026-05-01T03:41:04.816Z restart_fmri:
1832026-05-01T03:41:04.816Z svc:/system/update-man-index:default
1842026-05-01T03:41:04.855Z
1852026-05-01T03:41:04.856ZDownload: 0/4272 items 0.0/219.0MB 0% complete
1862026-05-01T03:41:14.732ZDownload: 2224/4272 items 119.2/219.0MB 54% complete (29.1M/s)
1872026-05-01T03:41:20.376ZDownload: 3245/4272 items 202.5/219.0MB 92% complete (8.7M/s)
1882026-05-01T03:41:26.967ZDownload: 3287/4272 items 210.6/219.0MB 96% complete (13.6M/s)
1892026-05-01T03:41:33.570ZDownload: 4254/4272 items 218.9/219.0MB 99% complete (1.6M/s)
1902026-05-01T03:41:33.609ZDownload: Completed 218.99 MB in 28.76 seconds (7.6M/s)
1912026-05-01T03:41:33.744Z Actions: 1/4789 actions (Installing new actions)
1922026-05-01T03:41:37.086Z Actions: Completed 4789 actions in 3.34 seconds.
1932026-05-01T03:41:37.394Z Done (0.304s)
1942026-05-01T03:41:37.394Z Done (0.000s)
1952026-05-01T03:41:38.132Z Done (0.738s)
1962026-05-01T03:41:41.573Z Done (3.091s)
1972026-05-01T03:41:41.651Z Done (0.015s)
1982026-05-01T03:41:41.654Z Done (0.000s)
1992026-05-01T03:41:41.955Z Done (0.000s)
2002026-05-01T03:41:42.807ZPlanning: Evaluating mediator changes ... Done
2012026-05-01T03:41:42.914ZPlanning: Checking for conflicting actions ... Done
2022026-05-01T03:41:42.917ZPlanning: Consolidating action changes ... Done
2032026-05-01T03:41:43.076ZPlanning: Evaluating mediators ... Done
2042026-05-01T03:41:43.079ZPlanning: Planning completed in 0.27 seconds
2052026-05-01T03:41:43.097Z Mediators to change: 2
2062026-05-01T03:41:43.097Z Create boot environment: No
2072026-05-01T03:41:43.097ZCreate backup boot environment: No
2082026-05-01T03:41:43.172Z Done
2092026-05-01T03:41:43.172Z Done
2102026-05-01T03:41:43.784Z Done
2112026-05-01T03:41:46.313Z Done
2122026-05-01T03:41:46.385Z Done
2132026-05-01T03:41:46.388Z Done
2142026-05-01T03:41:46.523Z Done
2152026-05-01T03:41:46.783ZPlanning: Evaluating mediator changes ... Done
2162026-05-01T03:41:46.889ZPlanning: Checking for conflicting actions ... Done
2172026-05-01T03:41:46.892ZPlanning: Consolidating action changes ... Done
2182026-05-01T03:41:47.050ZPlanning: Evaluating mediators ... Done
2192026-05-01T03:41:47.052ZPlanning: Planning completed in 0.27 seconds
2202026-05-01T03:41:47.071Z Mediators to change: 1
2212026-05-01T03:41:47.071Z Create boot environment: No
2222026-05-01T03:41:47.071ZCreate backup boot environment: No
2232026-05-01T03:41:47.109Z Done
2242026-05-01T03:41:47.109Z Done
2252026-05-01T03:41:47.728Z Done
2262026-05-01T03:41:50.199Z Done
2272026-05-01T03:41:50.272Z Done
2282026-05-01T03:41:50.274Z Done
2292026-05-01T03:41:50.428Z Done
2302026-05-01T03:41:50.716ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2312026-05-01T03:41:50.716Zclang system 15 system
2322026-05-01T03:41:50.716Zcsh system system illumos
2332026-05-01T03:41:50.716Zctags system system illumos
2342026-05-01T03:41:50.716Zfile system system illumos
2352026-05-01T03:41:50.717Zgcc vendor 12 vendor
2362026-05-01T03:41:50.717Zgcc system 14 system
2372026-05-01T03:41:50.717Zgcc system 10 system
2382026-05-01T03:41:50.717Zgo system 1.20 system
2392026-05-01T03:41:50.717Zgo system 1.19 system
2402026-05-01T03:41:50.717Zllvm system 15 system
2412026-05-01T03:41:50.717Zllvm system 14 system
2422026-05-01T03:41:50.717Zmariadb system 10.6 system
2432026-05-01T03:41:50.717Zmta vendor vendor dma
2442026-05-01T03:41:50.717Zopenjdk system 17 system
2452026-05-01T03:41:50.717Zopenjdk system 11 system
2462026-05-01T03:41:50.717Zopenjdk system 1.8 system
2472026-05-01T03:41:50.717Zopenssl vendor 3 vendor
2482026-05-01T03:41:50.717Zperl system 5.36 system
2492026-05-01T03:41:50.718Zpostgresql system 18 system
2502026-05-01T03:41:50.718Zpostgresql system 15 system
2512026-05-01T03:41:50.718Zpostgresql system 13 system
2522026-05-01T03:41:50.718Zpython vendor 3 vendor
2532026-05-01T03:41:50.718Zpython system 2 system
2542026-05-01T03:41:50.718Zpython3 system 3.11 system
2552026-05-01T03:41:50.718Zruby system 3.0 system
2562026-05-01T03:41:50.718Zwords vendor vendor american-english
2572026-05-01T03:41:50.718Zwords system system australian-english
2582026-05-01T03:41:50.718Zwords system system british-english
2592026-05-01T03:41:50.718Zwords system system canadian-english
2602026-05-01T03:41:50.718Zwords system system french
2612026-05-01T03:41:50.718Zwords system system italian
2622026-05-01T03:41:50.718Zwords system system ngerman
2632026-05-01T03:41:50.718Zwords system system ogerman
2642026-05-01T03:41:50.718Zwords system system spanish
2652026-05-01T03:41:50.941ZPUBLISHER TYPE STATUS P LOCATION
2662026-05-01T03:41:50.941Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2672026-05-01T03:41:55.566ZFMRI IFO
2682026-05-01T03:41:55.566Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2692026-05-01T03:41:55.566Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2702026-05-01T03:41:55.566Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2712026-05-01T03:41:55.566Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2722026-05-01T03:41:55.566Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2732026-05-01T03:41:55.566Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2742026-05-01T03:41:55.566Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260217T164409Z im-
2752026-05-01T03:41:55.566Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260213T170424Z ---
2762026-05-01T03:41:55.566Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2772026-05-01T03:41:55.566Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2782026-05-01T03:41:55.566Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2792026-05-01T03:41:55.566Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2802026-05-01T03:41:55.566Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2812026-05-01T03:41:55.566Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2822026-05-01T03:41:55.566Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2832026-05-01T03:41:55.567Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2842026-05-01T03:41:55.567Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2852026-05-01T03:41:56.706Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2862026-05-01T03:41:56.975Z Updating crates.io index
2872026-05-01T03:41:56.978Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2882026-05-01T03:41:57.228Z Updating git repository `https://github.com/oxidecomputer/lldp`
2892026-05-01T03:41:58.127Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2902026-05-01T03:41:58.434Z Updating git repository `https://github.com/oxidecomputer/propolis`
2912026-05-01T03:41:59.494Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2922026-05-01T03:42:00.008Z Updating git repository `https://github.com/oxidecomputer/crucible`
2932026-05-01T03:42:01.623Z Updating git repository `https://github.com/oxidecomputer/opte`
2942026-05-01T03:42:02.296Z Updating git repository `https://github.com/oxidecomputer/tofino`
2952026-05-01T03:42:02.708Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2962026-05-01T03:42:03.439Z Updating git repository `https://github.com/oxidecomputer/clickward`
2972026-05-01T03:42:03.827Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2982026-05-01T03:42:04.236Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2992026-05-01T03:42:04.492Z Updating git repository `https://github.com/oxidecomputer/dendrite`
3002026-05-01T03:42:05.465Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3012026-05-01T03:42:06.006Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3022026-05-01T03:42:06.241Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3032026-05-01T03:42:06.561Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3042026-05-01T03:42:06.962Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3052026-05-01T03:42:07.486Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3062026-05-01T03:42:07.681Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3072026-05-01T03:42:07.960Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3082026-05-01T03:42:08.322Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3092026-05-01T03:42:08.919Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3102026-05-01T03:42:09.388Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3112026-05-01T03:42:09.680Z Updating git repository `https://github.com/oxidecomputer/ispf`
3122026-05-01T03:42:09.947Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3132026-05-01T03:42:11.426Z Updating git repository `https://github.com/oxidecomputer/crucible`
3142026-05-01T03:42:12.266Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3152026-05-01T03:42:12.718Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3162026-05-01T03:42:12.963Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3172026-05-01T03:42:13.409Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3182026-05-01T03:42:13.721Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3192026-05-01T03:42:14.079Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3202026-05-01T03:42:14.687Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3212026-05-01T03:42:14.956Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3222026-05-01T03:42:15.183Z Updating git repository `https://github.com/illumos/smf-rs`
3232026-05-01T03:42:15.634Z Updating git repository `https://github.com/oxidecomputer/omicron`
3242026-05-01T03:42:27.075Z Downloading crates ...
3252026-05-01T03:42:27.121Z Downloaded clap_lex v1.0.0
3262026-05-01T03:42:27.126Z Downloaded memmap v0.7.0
3272026-05-01T03:42:27.134Z Downloaded dof v0.3.0
3282026-05-01T03:42:27.134Z Downloaded fnv v1.0.7
3292026-05-01T03:42:27.139Z Downloaded thiserror-impl v1.0.69
3302026-05-01T03:42:27.139Z Downloaded percent-encoding v2.3.2
3312026-05-01T03:42:27.139Z Downloaded swrite v0.1.0
3322026-05-01T03:42:27.139Z Downloaded heck v0.4.1
3332026-05-01T03:42:27.142Z Downloaded fs-err v3.3.0
3342026-05-01T03:42:27.142Z Downloaded yoke-derive v0.8.1
3352026-05-01T03:42:27.145Z Downloaded textwrap v0.16.2
3362026-05-01T03:42:27.148Z Downloaded typeid v1.0.3
3372026-05-01T03:42:27.148Z Downloaded toml v0.8.23
3382026-05-01T03:42:27.150Z Downloaded serde-untagged v0.1.9
3392026-05-01T03:42:27.151Z Downloaded camino-tempfile v1.4.1
3402026-05-01T03:42:27.159Z Downloaded quote v1.0.45
3412026-05-01T03:42:27.159Z Downloaded synstructure v0.13.2
3422026-05-01T03:42:27.159Z Downloaded serde-value v0.7.0
3432026-05-01T03:42:27.163Z Downloaded indexmap v2.14.0
3442026-05-01T03:42:27.163Z Downloaded zerofrom-derive v0.1.6
3452026-05-01T03:42:27.163Z Downloaded byteorder v1.5.0
3462026-05-01T03:42:27.171Z Downloaded crypto-common v0.1.7
3472026-05-01T03:42:27.171Z Downloaded anyhow v1.0.102
3482026-05-01T03:42:27.171Z Downloaded yoke v0.8.1
3492026-05-01T03:42:27.176Z Downloaded toml_write v0.1.2
3502026-05-01T03:42:27.176Z Downloaded tempfile v3.25.0
3512026-05-01T03:42:27.176Z Downloaded usdt-macro v0.5.0
3522026-05-01T03:42:27.176Z Downloaded cargo-util-schemas v0.8.2
3532026-05-01T03:42:27.176Z Downloaded zerofrom v0.1.6
3542026-05-01T03:42:27.176Z Downloaded serde_core v1.0.228
3552026-05-01T03:42:27.180Z Downloaded digest v0.10.7
3562026-05-01T03:42:27.180Z Downloaded cfg-if v1.0.4
3572026-05-01T03:42:27.180Z Downloaded cargo_metadata v0.21.0
3582026-05-01T03:42:27.180Z Downloaded toml_datetime v0.6.11
3592026-05-01T03:42:27.180Z Downloaded ucd-trie v0.1.7
3602026-05-01T03:42:27.183Z Downloaded serde_spanned v0.6.9
3612026-05-01T03:42:27.183Z Downloaded pretty-hex v0.4.1
3622026-05-01T03:42:27.183Z Downloaded usdt v0.5.0
3632026-05-01T03:42:27.183Z Downloaded itoa v1.0.17
3642026-05-01T03:42:27.183Z Downloaded thread-id v4.2.2
3652026-05-01T03:42:27.186Z Downloaded cpufeatures v0.2.17
3662026-05-01T03:42:27.186Z Downloaded is_terminal_polyfill v1.70.2
3672026-05-01T03:42:27.186Z Downloaded unicode-xid v0.2.6
3682026-05-01T03:42:27.189Z Downloaded ordered-float v2.10.1
3692026-05-01T03:42:27.189Z Downloaded unicode-linebreak v0.1.5
3702026-05-01T03:42:27.189Z Downloaded version_check v0.9.5
3712026-05-01T03:42:27.189Z Downloaded block-buffer v0.10.4
3722026-05-01T03:42:27.192Z Downloaded litemap v0.8.1
3732026-05-01T03:42:27.195Z Downloaded thiserror v1.0.69
3742026-05-01T03:42:27.198Z Downloaded utf8parse v0.2.2
3752026-05-01T03:42:27.198Z Downloaded displaydoc v0.2.5
3762026-05-01T03:42:27.203Z Downloaded macaddr v1.0.1
3772026-05-01T03:42:27.205Z Downloaded utf8_iter v1.0.4
3782026-05-01T03:42:27.206Z Downloaded form_urlencoded v1.2.2
3792026-05-01T03:42:27.206Z Downloaded zerovec-derive v0.11.2
3802026-05-01T03:42:27.206Z Downloaded smawk v0.3.2
3812026-05-01T03:42:27.206Z Downloaded idna_adapter v1.2.1
3822026-05-01T03:42:27.206Z Downloaded tinystr v0.8.2
3832026-05-01T03:42:27.209Z Downloaded fastrand v2.3.0
3842026-05-01T03:42:27.209Z Downloaded cargo-platform v0.2.0
3852026-05-01T03:42:27.211Z Downloaded usdt-attr-macro v0.5.0
3862026-05-01T03:42:27.212Z Downloaded zmij v1.0.21
3872026-05-01T03:42:27.212Z Downloaded anstyle-query v1.1.5
3882026-05-01T03:42:27.215Z Downloaded terminal_size v0.4.3
3892026-05-01T03:42:27.218Z Downloaded plain v0.2.3
3902026-05-01T03:42:27.218Z Downloaded toml_edit v0.22.27
3912026-05-01T03:42:27.223Z Downloaded zerotrie v0.2.3
3922026-05-01T03:42:27.226Z Downloaded writeable v0.6.2
3932026-05-01T03:42:27.226Z Downloaded stable_deref_trait v1.2.1
3942026-05-01T03:42:27.226Z Downloaded thiserror-impl v2.0.18
3952026-05-01T03:42:27.226Z Downloaded thiserror v2.0.18
3962026-05-01T03:42:27.230Z Downloaded zerocopy-derive v0.7.35
3972026-05-01T03:42:27.234Z Downloaded tabled_derive v0.7.0
3982026-05-01T03:42:27.234Z Downloaded unicode-ident v1.0.24
3992026-05-01T03:42:27.235Z Downloaded proc-macro-error-attr v1.0.4
4002026-05-01T03:42:27.235Z Downloaded heck v0.5.0
4012026-05-01T03:42:27.235Z Downloaded usdt-impl v0.5.0
4022026-05-01T03:42:27.239Z Downloaded url v2.5.8
4032026-05-01T03:42:27.239Z Downloaded anstyle-parse v0.2.7
4042026-05-01T03:42:27.239Z Downloaded strsim v0.11.1
4052026-05-01T03:42:27.239Z Downloaded typenum v1.19.0
4062026-05-01T03:42:27.241Z Downloaded zerocopy v0.7.35
4072026-05-01T03:42:27.248Z Downloaded generic-array v0.14.7
4082026-05-01T03:42:27.251Z Downloaded zerovec v0.11.5
4092026-05-01T03:42:27.253Z Downloaded clap_derive v4.5.55
4102026-05-01T03:42:27.254Z Downloaded winnow v0.7.14
4112026-05-01T03:42:27.259Z Downloaded errno v0.3.14
4122026-05-01T03:42:27.263Z Downloaded bytecount v0.6.9
4132026-05-01T03:42:27.263Z Downloaded equivalent v1.0.2
4142026-05-01T03:42:27.263Z Downloaded dtrace-parser v0.2.0
4152026-05-01T03:42:27.263Z Downloaded unicode-width v0.1.14
4162026-05-01T03:42:27.267Z Downloaded unicode-width v0.2.0
4172026-05-01T03:42:27.270Z Downloaded cargo_toml v0.21.0
4182026-05-01T03:42:27.270Z Downloaded proc-macro-error v1.0.4
4192026-05-01T03:42:27.270Z Downloaded anstyle v1.0.13
4202026-05-01T03:42:27.273Z Downloaded erased-serde v0.4.9
4212026-05-01T03:42:27.273Z Downloaded autocfg v1.5.0
4222026-05-01T03:42:27.273Z Downloaded camino v1.2.2
4232026-05-01T03:42:27.275Z Downloaded scroll v0.12.0
4242026-05-01T03:42:27.275Z Downloaded scroll_derive v0.12.1
4252026-05-01T03:42:27.275Z Downloaded potential_utf v0.1.4
4262026-05-01T03:42:27.275Z Downloaded anstream v0.6.21
4272026-05-01T03:42:27.278Z Downloaded colorchoice v1.0.4
4282026-05-01T03:42:27.281Z Downloaded serde_tokenstream v0.2.3
4292026-05-01T03:42:27.288Z Downloaded log v0.4.29
4302026-05-01T03:42:27.291Z Downloaded icu_properties v2.1.2
4312026-05-01T03:42:27.291Z Downloaded icu_normalizer v2.1.1
4322026-05-01T03:42:27.294Z Downloaded once_cell v1.21.3
4332026-05-01T03:42:27.294Z Downloaded bitflags v2.11.0
4342026-05-01T03:42:27.297Z Downloaded semver v1.0.28
4352026-05-01T03:42:27.306Z Downloaded sha2 v0.10.9
4362026-05-01T03:42:27.311Z Downloaded smallvec v1.15.1
4372026-05-01T03:42:27.318Z Downloaded pest_generator v2.8.6
4382026-05-01T03:42:27.321Z Downloaded papergrid v0.11.0
4392026-05-01T03:42:27.324Z Downloaded getrandom v0.4.1
4402026-05-01T03:42:27.330Z Downloaded num-traits v0.2.19
4412026-05-01T03:42:27.334Z Downloaded serde_derive v1.0.228
4422026-05-01T03:42:27.338Z Downloaded clap v4.5.60
4432026-05-01T03:42:27.346Z Downloaded pest_derive v2.8.6
4442026-05-01T03:42:27.351Z Downloaded pest_meta v2.8.6
4452026-05-01T03:42:27.366Z Downloaded proc-macro2 v1.0.106
4462026-05-01T03:42:27.370Z Downloaded icu_normalizer_data v2.1.1
4472026-05-01T03:42:27.370Z Downloaded icu_collections v2.1.1
4482026-05-01T03:42:27.374Z Downloaded serde v1.0.228
4492026-05-01T03:42:27.374Z Downloaded icu_provider v2.1.1
4502026-05-01T03:42:27.374Z Downloaded icu_locale_core v2.1.1
4512026-05-01T03:42:27.389Z Downloaded memchr v2.8.0
4522026-05-01T03:42:27.413Z Downloaded icu_properties_data v2.1.2
4532026-05-01T03:42:27.417Z Downloaded idna v1.1.0
4542026-05-01T03:42:27.421Z Downloaded pest v2.8.6
4552026-05-01T03:42:27.428Z Downloaded serde_json v1.0.149
4562026-05-01T03:42:27.437Z Downloaded hashbrown v0.17.0
4572026-05-01T03:42:27.440Z Downloaded goblin v0.8.2
4582026-05-01T03:42:27.444Z Downloaded clap_builder v4.5.60
4592026-05-01T03:42:27.447Z Downloaded tabled v0.15.0
4602026-05-01T03:42:27.456Z Downloaded syn v1.0.109
4612026-05-01T03:42:27.471Z Downloaded syn v2.0.117
4622026-05-01T03:42:27.479Z Downloaded rustix v1.1.3
4632026-05-01T03:42:27.506Z Downloaded libc v0.2.185
4642026-05-01T03:42:27.573Z Compiling proc-macro2 v1.0.106
4652026-05-01T03:42:27.573Z Compiling unicode-ident v1.0.24
4662026-05-01T03:42:27.576Z Compiling quote v1.0.45
4672026-05-01T03:42:27.576Z Compiling serde_core v1.0.228
4682026-05-01T03:42:27.576Z Compiling libc v0.2.185
4692026-05-01T03:42:27.576Z Compiling version_check v0.9.5
4702026-05-01T03:42:27.576Z Compiling memchr v2.8.0
4712026-05-01T03:42:27.576Z Compiling stable_deref_trait v1.2.1
4722026-05-01T03:42:27.876Z Compiling serde v1.0.228
4732026-05-01T03:42:27.902Z Compiling zmij v1.0.21
4742026-05-01T03:42:28.176Z Compiling itoa v1.0.17
4752026-05-01T03:42:28.180Z Compiling thiserror v1.0.69
4762026-05-01T03:42:28.265Z Compiling autocfg v1.5.0
4772026-05-01T03:42:28.434Z Compiling ucd-trie v0.1.7
4782026-05-01T03:42:28.536Z Compiling litemap v0.8.1
4792026-05-01T03:42:28.654Z Compiling pest v2.8.6
4802026-05-01T03:42:28.695Z Compiling writeable v0.6.2
4812026-05-01T03:42:28.712Z Compiling rustix v1.1.3
4822026-05-01T03:42:28.731Z Compiling icu_properties_data v2.1.2
4832026-05-01T03:42:28.731Z Compiling byteorder v1.5.0
4842026-05-01T03:42:28.984Z Compiling icu_normalizer_data v2.1.1
4852026-05-01T03:42:29.100Z Compiling syn v2.0.117
4862026-05-01T03:42:29.210Z Compiling errno v0.3.14
4872026-05-01T03:42:29.226Z Compiling serde_json v1.0.149
4882026-05-01T03:42:29.294Z Compiling bitflags v2.11.0
4892026-05-01T03:42:29.448Z Compiling num-traits v0.2.19
4902026-05-01T03:42:29.523Z Compiling equivalent v1.0.2
4912026-05-01T03:42:29.614Z Compiling smallvec v1.15.1
4922026-05-01T03:42:29.634Z Compiling hashbrown v0.17.0
4932026-05-01T03:42:29.696Z Compiling pest_meta v2.8.6
4942026-05-01T03:42:29.825Z Compiling typeid v1.0.3
4952026-05-01T03:42:30.089Z Compiling thread-id v4.2.2
4962026-05-01T03:42:30.125Z Compiling indexmap v2.14.0
4972026-05-01T03:42:30.140Z Compiling proc-macro-error-attr v1.0.4
4982026-05-01T03:42:30.174Z Compiling usdt-impl v0.5.0
4992026-05-01T03:42:30.193Z Compiling winnow v0.7.14
5002026-05-01T03:42:30.383Z Compiling syn v1.0.109
5012026-05-01T03:42:30.408Z Compiling erased-serde v0.4.9
5022026-05-01T03:42:30.646Z Compiling toml_write v0.1.2
5032026-05-01T03:42:30.852Z Compiling proc-macro-error v1.0.4
5042026-05-01T03:42:30.888Z Compiling utf8parse v0.2.2
5052026-05-01T03:42:31.013Z Compiling plain v0.2.3
5062026-05-01T03:42:31.045Z Compiling log v0.4.29
5072026-05-01T03:42:31.131Z Compiling percent-encoding v2.3.2
5082026-05-01T03:42:31.238Z Compiling getrandom v0.4.1
5092026-05-01T03:42:31.333Z Compiling utf8_iter v1.0.4
5102026-05-01T03:42:31.397Z Compiling camino v1.2.2
5112026-05-01T03:42:31.432Z Compiling thiserror v2.0.18
5122026-05-01T03:42:31.497Z Compiling ordered-float v2.10.1
5132026-05-01T03:42:31.632Z Compiling form_urlencoded v1.2.2
5142026-05-01T03:42:31.723Z Compiling anstyle-parse v0.2.7
5152026-05-01T03:42:31.771Z Compiling synstructure v0.13.2
5162026-05-01T03:42:31.793Z Compiling pest_generator v2.8.6
5172026-05-01T03:42:31.928Z Compiling terminal_size v0.4.3
5182026-05-01T03:42:32.100Z Compiling cfg-if v1.0.4
5192026-05-01T03:42:32.183Z Compiling pretty-hex v0.4.1
5202026-05-01T03:42:32.245Z Compiling is_terminal_polyfill v1.70.2
5212026-05-01T03:42:32.293Z Compiling colorchoice v1.0.4
5222026-05-01T03:42:32.313Z Compiling anstyle-query v1.1.5
5232026-05-01T03:42:32.335Z Compiling anstyle v1.0.13
5242026-05-01T03:42:32.405Z Compiling serde-untagged v0.1.9
5252026-05-01T03:42:32.458Z Compiling semver v1.0.28
5262026-05-01T03:42:32.528Z Compiling anstream v0.6.21
5272026-05-01T03:42:32.598Z Compiling fs-err v3.3.0
5282026-05-01T03:42:32.651Z Compiling bytecount v0.6.9
5292026-05-01T03:42:32.782Z Compiling fnv v1.0.7
5302026-05-01T03:42:32.799Z Compiling unicode-xid v0.2.6
5312026-05-01T03:42:32.802Z Compiling strsim v0.11.1
5322026-05-01T03:42:32.834Z Compiling unicode-width v0.1.14
5332026-05-01T03:42:32.855Z Compiling heck v0.5.0
5342026-05-01T03:42:32.885Z Compiling clap_lex v1.0.0
5352026-05-01T03:42:32.928Z Compiling once_cell v1.21.3
5362026-05-01T03:42:33.118Z Compiling heck v0.4.1
5372026-05-01T03:42:33.137Z Compiling anyhow v1.0.102
5382026-05-01T03:42:33.149Z Compiling fastrand v2.3.0
5392026-05-01T03:42:33.167Z Compiling papergrid v0.11.0
5402026-05-01T03:42:33.342Z Compiling tempfile v3.25.0
5412026-05-01T03:42:33.407Z Compiling clap_builder v4.5.60
5422026-05-01T03:42:33.483Z Compiling serde_derive v1.0.228
5432026-05-01T03:42:33.521Z Compiling zerofrom-derive v0.1.6
5442026-05-01T03:42:33.657Z Compiling yoke-derive v0.8.1
5452026-05-01T03:42:33.716Z Compiling zerovec-derive v0.11.2
5462026-05-01T03:42:33.931Z Compiling displaydoc v0.2.5
5472026-05-01T03:42:34.568Z Compiling thiserror-impl v1.0.69
5482026-05-01T03:42:34.667Z Compiling zerocopy-derive v0.7.35
5492026-05-01T03:42:34.794Z Compiling pest_derive v2.8.6
5502026-05-01T03:42:34.815Z Compiling scroll_derive v0.12.1
5512026-05-01T03:42:34.903Z Compiling zerofrom v0.1.6
5522026-05-01T03:42:35.046Z Compiling yoke v0.8.1
5532026-05-01T03:42:35.210Z Compiling thiserror-impl v2.0.18
5542026-05-01T03:42:35.248Z Compiling zerovec v0.11.5
5552026-05-01T03:42:35.539Z Compiling zerotrie v0.2.3
5562026-05-01T03:42:35.564Z Compiling zerocopy v0.7.35
5572026-05-01T03:42:35.827Z Compiling tinystr v0.8.2
5582026-05-01T03:42:35.867Z Compiling potential_utf v0.1.4
5592026-05-01T03:42:35.964Z Compiling dtrace-parser v0.2.0
5602026-05-01T03:42:36.038Z Compiling icu_locale_core v2.1.1
5612026-05-01T03:42:36.041Z Compiling icu_collections v2.1.1
5622026-05-01T03:42:36.126Z Compiling scroll v0.12.0
5632026-05-01T03:42:36.407Z Compiling goblin v0.8.2
5642026-05-01T03:42:36.517Z Compiling tabled_derive v0.7.0
5652026-05-01T03:42:36.549Z Compiling clap_derive v4.5.55
5662026-05-01T03:42:36.710Z Compiling icu_provider v2.1.1
5672026-05-01T03:42:36.736Z Compiling memmap v0.7.0
5682026-05-01T03:42:36.947Z Compiling serde_spanned v0.6.9
5692026-05-01T03:42:37.028Z Compiling icu_normalizer v2.1.1
5702026-05-01T03:42:37.051Z Compiling icu_properties v2.1.2
5712026-05-01T03:42:37.051Z Compiling toml_datetime v0.6.11
5722026-05-01T03:42:37.051Z Compiling dof v0.3.0
5732026-05-01T03:42:37.085Z Compiling serde_tokenstream v0.2.3
5742026-05-01T03:42:37.292Z Compiling toml_edit v0.22.27
5752026-05-01T03:42:37.431Z Compiling serde-value v0.7.0
5762026-05-01T03:42:37.447Z Compiling cargo-platform v0.2.0
5772026-05-01T03:42:37.507Z Compiling unicode-linebreak v0.1.5
5782026-05-01T03:42:37.791Z Compiling unicode-width v0.2.0
5792026-05-01T03:42:37.913Z Compiling smawk v0.3.2
5802026-05-01T03:42:37.913Z Compiling tabled v0.15.0
5812026-05-01T03:42:37.934Z Compiling idna_adapter v1.2.1
5822026-05-01T03:42:38.065Z Compiling textwrap v0.16.2
5832026-05-01T03:42:38.428Z Compiling usdt-attr-macro v0.5.0
5842026-05-01T03:42:38.428Z Compiling idna v1.1.0
5852026-05-01T03:42:38.428Z Compiling usdt-macro v0.5.0
5862026-05-01T03:42:38.437Z Compiling clap v4.5.60
5872026-05-01T03:42:38.438Z Compiling url v2.5.8
5882026-05-01T03:42:38.478Z Compiling macaddr v1.0.1
5892026-05-01T03:42:38.702Z Compiling toml v0.8.23
5902026-05-01T03:42:38.711Z Compiling camino-tempfile v1.4.1
5912026-05-01T03:42:39.234Z Compiling cargo-util-schemas v0.8.2
5922026-05-01T03:42:39.263Z Compiling cargo_toml v0.21.0
5932026-05-01T03:42:39.342Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5942026-05-01T03:42:39.438Z Compiling swrite v0.1.0
5952026-05-01T03:42:39.610Z Compiling usdt v0.5.0
5962026-05-01T03:42:40.076Z Compiling cargo_metadata v0.21.0
5972026-05-01T03:42:41.015Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5982026-05-01T03:42:43.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.58s
5992026-05-01T03:42:43.358Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
6002026-05-01T03:42:43.923Z Downloading crates ...
6012026-05-01T03:42:44.031Z Downloaded bit-set v0.8.0
6022026-05-01T03:42:44.043Z Downloaded atty v0.2.14
6032026-05-01T03:42:44.047Z Downloaded async-trait v0.1.89
6042026-05-01T03:42:44.050Z Downloaded async-stream v0.3.6
6052026-05-01T03:42:44.055Z Downloaded cargo-platform v0.1.9
6062026-05-01T03:42:44.059Z Downloaded dof v0.4.0
6072026-05-01T03:42:44.059Z Downloaded bb8 v0.8.6
6082026-05-01T03:42:44.064Z Downloaded adler2 v2.0.1
6092026-05-01T03:42:44.064Z Downloaded enum-as-inner v0.6.1
6102026-05-01T03:42:44.069Z Downloaded bitflags v1.3.2
6112026-05-01T03:42:44.069Z Downloaded data-encoding v2.10.0
6122026-05-01T03:42:44.069Z Downloaded crossbeam-utils v0.8.21
6132026-05-01T03:42:44.069Z Downloaded blake2 v0.10.6
6142026-05-01T03:42:44.074Z Downloaded curve25519-dalek-derive v0.1.1
6152026-05-01T03:42:44.074Z Downloaded bcrypt-pbkdf v0.10.0
6162026-05-01T03:42:44.074Z Downloaded derive_builder v0.20.2
6172026-05-01T03:42:44.077Z Downloaded elliptic-curve v0.13.8
6182026-05-01T03:42:44.077Z Downloaded csv-core v0.1.13
6192026-05-01T03:42:44.077Z Downloaded crypto-bigint v0.5.5
6202026-05-01T03:42:44.080Z Downloaded embedded-io v0.6.1
6212026-05-01T03:42:44.083Z Downloaded der_derive v0.7.3
6222026-05-01T03:42:44.083Z Downloaded either v1.15.0
6232026-05-01T03:42:44.088Z Downloaded derive_more v0.99.20
6242026-05-01T03:42:44.094Z Downloaded cipher v0.4.4
6252026-05-01T03:42:44.094Z Downloaded arrayvec v0.7.6
6262026-05-01T03:42:44.094Z Downloaded assert_matches v1.5.0
6272026-05-01T03:42:44.094Z Downloaded crc8 v0.1.1
6282026-05-01T03:42:44.099Z Downloaded cmake v0.1.57
6292026-05-01T03:42:44.099Z Downloaded bit-vec v0.8.0
6302026-05-01T03:42:44.099Z Downloaded const-oid v0.9.6
6312026-05-01T03:42:44.102Z Downloaded diff v0.1.13
6322026-05-01T03:42:44.102Z Downloaded crossbeam-epoch v0.9.18
6332026-05-01T03:42:44.109Z Downloaded futures-core v0.3.32
6342026-05-01T03:42:44.112Z Downloaded allocator-api2 v0.2.21
6352026-05-01T03:42:44.112Z Downloaded derive-ex v0.1.8
6362026-05-01T03:42:44.112Z Downloaded ena v0.14.4
6372026-05-01T03:42:44.116Z Downloaded crc-catalog v2.4.0
6382026-05-01T03:42:44.116Z Downloaded colored v3.1.1
6392026-05-01T03:42:44.116Z Downloaded atomic-waker v1.1.2
6402026-05-01T03:42:44.121Z Downloaded float-cmp v0.10.0
6412026-05-01T03:42:44.121Z Downloaded arrayref v0.3.9
6422026-05-01T03:42:44.128Z Downloaded derive_more v2.1.1
6432026-05-01T03:42:44.130Z Downloaded fixedbitset v0.4.2
6442026-05-01T03:42:44.131Z Downloaded compression-core v0.4.31
6452026-05-01T03:42:44.131Z Downloaded atomicwrites v0.4.4
6462026-05-01T03:42:44.131Z Downloaded async-recursion v1.1.1
6472026-05-01T03:42:44.133Z Downloaded derive_builder_core v0.20.2
6482026-05-01T03:42:44.133Z Downloaded constant_time_eq v0.4.2
6492026-05-01T03:42:44.137Z Downloaded ar_archive_writer v0.5.1
6502026-05-01T03:42:44.138Z Downloaded float-ord v0.3.2
6512026-05-01T03:42:44.138Z Downloaded ff v0.13.1
6522026-05-01T03:42:44.142Z Downloaded fxhash v0.2.1
6532026-05-01T03:42:44.142Z Downloaded foreign-types v0.3.2
6542026-05-01T03:42:44.142Z Downloaded ed25519-dalek v2.2.0
6552026-05-01T03:42:44.146Z Downloaded cstr-argument v0.1.2
6562026-05-01T03:42:44.146Z Downloaded cassowary v0.3.0
6572026-05-01T03:42:44.146Z Downloaded cc v1.2.56
6582026-05-01T03:42:44.150Z Downloaded futures v0.3.32
6592026-05-01T03:42:44.150Z Downloaded erased-serde v0.3.31
6602026-05-01T03:42:44.155Z Downloaded diesel_table_macro_syntax v0.3.0
6612026-05-01T03:42:44.156Z Downloaded defmt-parser v1.0.0
6622026-05-01T03:42:44.156Z Downloaded filetime v0.2.27
6632026-05-01T03:42:44.156Z Downloaded endian-type v0.1.2
6642026-05-01T03:42:44.156Z Downloaded display-error-chain v0.2.2
6652026-05-01T03:42:44.156Z Downloaded dunce v1.0.5
6662026-05-01T03:42:44.161Z Downloaded des v0.8.1
6672026-05-01T03:42:44.161Z Downloaded defmt v0.3.100
6682026-05-01T03:42:44.161Z Downloaded daft-derive v0.1.5
6692026-05-01T03:42:44.161Z Downloaded crucible-workspace-hack v0.1.0
6702026-05-01T03:42:44.161Z Downloaded derive-where v1.6.0
6712026-05-01T03:42:44.165Z Downloaded cpufeatures v0.3.0
6722026-05-01T03:42:44.165Z Downloaded convert_case v0.4.0
6732026-05-01T03:42:44.165Z Downloaded crossterm v0.29.0
6742026-05-01T03:42:44.171Z Downloaded foreign-types-macros v0.2.3
6752026-05-01T03:42:44.171Z Downloaded cobs v0.3.0
6762026-05-01T03:42:44.171Z Downloaded foreign-types-shared v0.3.1
6772026-05-01T03:42:44.171Z Downloaded fd-lock v4.0.4
6782026-05-01T03:42:44.181Z Downloaded dirs-sys-next v0.1.2
6792026-05-01T03:42:44.181Z Downloaded flume v0.11.1
6802026-05-01T03:42:44.181Z Downloaded dyn-clone v1.0.20
6812026-05-01T03:42:44.192Z Downloaded dtrace-parser v0.3.0
6822026-05-01T03:42:44.192Z Downloaded darling_macro v0.23.0
6832026-05-01T03:42:44.192Z Downloaded darling_macro v0.21.3
6842026-05-01T03:42:44.192Z Downloaded fixedbitset v0.5.7
6852026-05-01T03:42:44.192Z Downloaded ed25519 v2.2.3
6862026-05-01T03:42:44.192Z Downloaded diesel-dtrace v0.5.0
6872026-05-01T03:42:44.192Z Downloaded cexpr v0.6.0
6882026-05-01T03:42:44.192Z Downloaded darling_macro v0.20.11
6892026-05-01T03:42:44.192Z Downloaded ciborium-io v0.2.2
6902026-05-01T03:42:44.192Z Downloaded fallible-iterator v0.2.0
6912026-05-01T03:42:44.192Z Downloaded defmt-macros v1.0.1
6922026-05-01T03:42:44.193Z Downloaded dsl_auto_type v0.2.0
6932026-05-01T03:42:44.201Z Downloaded hash32 v0.3.1
6942026-05-01T03:42:44.201Z Downloaded difflib v0.4.0
6952026-05-01T03:42:44.201Z Downloaded crunchy v0.2.4
6962026-05-01T03:42:44.201Z Downloaded darling v0.21.3
6972026-05-01T03:42:44.201Z Downloaded futures-task v0.3.32
6982026-05-01T03:42:44.201Z Downloaded cfg_aliases v0.1.1
6992026-05-01T03:42:44.201Z Downloaded bitfield-macros v0.19.4
7002026-05-01T03:42:44.201Z Downloaded darling v0.23.0
7012026-05-01T03:42:44.206Z Downloaded gethostname v0.5.0
7022026-05-01T03:42:44.206Z Downloaded argon2 v0.5.3
7032026-05-01T03:42:44.206Z Downloaded bcs v0.1.6
7042026-05-01T03:42:44.206Z Downloaded bitfield v0.19.4
7052026-05-01T03:42:44.206Z Downloaded cookie v0.18.1
7062026-05-01T03:42:44.206Z Downloaded array-init v0.0.4
7072026-05-01T03:42:44.206Z Downloaded ciborium v0.2.2
7082026-05-01T03:42:44.215Z Downloaded base64ct v1.8.3
7092026-05-01T03:42:44.215Z Downloaded base16ct v0.2.0
7102026-05-01T03:42:44.215Z Downloaded futures-sink v0.3.32
7112026-05-01T03:42:44.215Z Downloaded castaway v0.2.4
7122026-05-01T03:42:44.225Z Downloaded cfg_aliases v0.2.1
7132026-05-01T03:42:44.225Z Downloaded bit-set v0.5.3
7142026-05-01T03:42:44.226Z Downloaded async-stream-impl v0.3.6
7152026-05-01T03:42:44.231Z Downloaded hubpack v0.1.2
7162026-05-01T03:42:44.232Z Downloaded crossterm v0.28.1
7172026-05-01T03:42:44.232Z Downloaded futures-executor v0.3.32
7182026-05-01T03:42:44.232Z Downloaded drift v0.1.3
7192026-05-01T03:42:44.239Z Downloaded blowfish v0.9.1
7202026-05-01T03:42:44.239Z Downloaded ident_case v1.0.1
7212026-05-01T03:42:44.240Z Downloaded futures-channel v0.3.32
7222026-05-01T03:42:44.240Z Downloaded corncobs v0.1.4
7232026-05-01T03:42:44.240Z Downloaded embedded-io v0.4.0
7242026-05-01T03:42:44.240Z Downloaded daft v0.1.5
7252026-05-01T03:42:44.245Z Downloaded buf-list v1.1.2
7262026-05-01T03:42:44.245Z Downloaded foldhash v0.2.0
7272026-05-01T03:42:44.245Z Downloaded ciborium-ll v0.2.2
7282026-05-01T03:42:44.245Z Downloaded hubpack_derive v0.1.1
7292026-05-01T03:42:44.266Z Downloaded home v0.5.12
7302026-05-01T03:42:44.266Z Downloaded httpdate v1.0.3
7312026-05-01T03:42:44.273Z Downloaded ascii-canvas v3.0.0
7322026-05-01T03:42:44.273Z Downloaded aead v0.5.2
7332026-05-01T03:42:44.273Z Downloaded git-stub v1.0.0
7342026-05-01T03:42:44.273Z Downloaded futures-macro v0.3.32
7352026-05-01T03:42:44.273Z Downloaded foreign-types-shared v0.1.1
7362026-05-01T03:42:44.273Z Downloaded aes-gcm v0.10.3
7372026-05-01T03:42:44.273Z Downloaded git-stub-vcs v0.1.0
7382026-05-01T03:42:44.273Z Downloaded block-padding v0.3.3
7392026-05-01T03:42:44.273Z Downloaded backoff v0.4.0
7402026-05-01T03:42:44.273Z Downloaded getrandom v0.2.17
7412026-05-01T03:42:44.274Z Downloaded chacha20 v0.9.1
7422026-05-01T03:42:44.274Z Downloaded is-terminal v0.4.17
7432026-05-01T03:42:44.274Z Downloaded crc v3.4.0
7442026-05-01T03:42:44.274Z Downloaded indent_write v2.2.0
7452026-05-01T03:42:44.277Z Downloaded foreign-types v0.5.0
7462026-05-01T03:42:44.277Z Downloaded http-body v1.0.1
7472026-05-01T03:42:44.277Z Downloaded darling_core v0.20.11
7482026-05-01T03:42:44.277Z Downloaded futures-io v0.3.32
7492026-05-01T03:42:44.277Z Downloaded critical-section v1.2.0
7502026-05-01T03:42:44.277Z Downloaded derive_more-impl v2.1.1
7512026-05-01T03:42:44.284Z Downloaded chacha20 v0.10.0
7522026-05-01T03:42:44.288Z Downloaded lazy_static v1.5.0
7532026-05-01T03:42:44.288Z Downloaded cbc v0.1.2
7542026-05-01T03:42:44.288Z Downloaded internet-checksum v0.2.1
7552026-05-01T03:42:44.298Z Downloaded instant v0.1.13
7562026-05-01T03:42:44.298Z Downloaded keccak v0.1.6
7572026-05-01T03:42:44.298Z Downloaded ahash v0.8.12
7582026-05-01T03:42:44.306Z Downloaded fs_extra v1.3.0
7592026-05-01T03:42:44.306Z Downloaded fatfs v0.3.6
7602026-05-01T03:42:44.306Z Downloaded document-features v0.2.12
7612026-05-01T03:42:44.306Z Downloaded fs-err v2.11.0
7622026-05-01T03:42:44.306Z Downloaded darling_core v0.21.3
7632026-05-01T03:42:44.311Z Downloaded half v1.8.3
7642026-05-01T03:42:44.311Z Downloaded inout v0.1.4
7652026-05-01T03:42:44.311Z Downloaded getrandom v0.3.4
7662026-05-01T03:42:44.311Z Downloaded bitfield-struct v0.6.2
7672026-05-01T03:42:44.311Z Downloaded crossbeam-deque v0.8.6
7682026-05-01T03:42:44.315Z Downloaded indoc v1.0.9
7692026-05-01T03:42:44.315Z Downloaded hostname v0.3.1
7702026-05-01T03:42:44.315Z Downloaded convert_case v0.10.0
7712026-05-01T03:42:44.315Z Downloaded compression-codecs v0.4.37
7722026-05-01T03:42:44.318Z Downloaded globwalk v0.9.1
7732026-05-01T03:42:44.318Z Downloaded expectorate v1.2.0
7742026-05-01T03:42:44.325Z Downloaded der v0.7.10
7752026-05-01T03:42:44.325Z Downloaded libscf-sys v1.1.0
7762026-05-01T03:42:44.332Z Downloaded const_format_proc_macros v0.2.34
7772026-05-01T03:42:44.333Z Downloaded camino-tempfile-ext v0.3.3
7782026-05-01T03:42:44.333Z Downloaded byte-wrapper v0.1.0
7792026-05-01T03:42:44.333Z Downloaded lru-cache v0.1.2
7802026-05-01T03:42:44.333Z Downloaded managed v0.8.0
7812026-05-01T03:42:44.333Z Downloaded kstat-rs v0.2.4
7822026-05-01T03:42:44.333Z Downloaded dirs-next v2.0.0
7832026-05-01T03:42:44.333Z Downloaded deranged v0.5.8
7842026-05-01T03:42:44.337Z Downloaded instability v0.3.11
7852026-05-01T03:42:44.337Z Downloaded indoc v2.0.7
7862026-05-01T03:42:44.337Z Downloaded ipnetwork v0.21.1
7872026-05-01T03:42:44.340Z Downloaded console v0.16.2
7882026-05-01T03:42:44.340Z Downloaded bit-vec v0.6.3
7892026-05-01T03:42:44.341Z Downloaded derive_builder_macro v0.20.2
7902026-05-01T03:42:44.341Z Downloaded crc-any v2.5.0
7912026-05-01T03:42:44.349Z Downloaded hyper-rustls v0.27.7
7922026-05-01T03:42:44.349Z Downloaded lru-slab v0.1.2
7932026-05-01T03:42:44.354Z Downloaded colored v2.2.0
7942026-05-01T03:42:44.354Z Downloaded cargo_metadata v0.19.2
7952026-05-01T03:42:44.354Z Downloaded bzip2 v0.6.1
7962026-05-01T03:42:44.354Z Downloaded bzip2 v0.4.4
7972026-05-01T03:42:44.354Z Downloaded lzss v0.8.2
7982026-05-01T03:42:44.354Z Downloaded env_filter v1.0.0
7992026-05-01T03:42:44.358Z Downloaded hyper-staticfile v0.10.1
8002026-05-01T03:42:44.358Z Downloaded highway v1.3.0
8012026-05-01T03:42:44.358Z Downloaded mime v0.3.17
8022026-05-01T03:42:44.358Z Downloaded backon v1.6.0
8032026-05-01T03:42:44.361Z Downloaded async-bb8-diesel v0.2.1
8042026-05-01T03:42:44.361Z Downloaded libefi-sys v0.1.0
8052026-05-01T03:42:44.361Z Downloaded iana-time-zone v0.1.65
8062026-05-01T03:42:44.364Z Downloaded linked-hash-map v0.5.6
8072026-05-01T03:42:44.364Z Downloaded crossbeam-channel v0.5.15
8082026-05-01T03:42:44.368Z Downloaded half v2.7.1
8092026-05-01T03:42:44.371Z Downloaded console v0.15.11
8102026-05-01T03:42:44.372Z Downloaded maybe-uninit v2.0.0
8112026-05-01T03:42:44.375Z Downloaded clang-sys v1.8.1
8122026-05-01T03:42:44.375Z Downloaded debug-ignore v1.0.5
8132026-05-01T03:42:44.378Z Downloaded newline-converter v0.3.0
8142026-05-01T03:42:44.378Z Downloaded maplit v1.0.2
8152026-05-01T03:42:44.378Z Downloaded ingot v0.1.1
8162026-05-01T03:42:44.378Z Downloaded cancel-safe-futures v0.1.5
8172026-05-01T03:42:44.382Z Downloaded libsw v3.5.0
8182026-05-01T03:42:44.382Z Downloaded crc32fast v1.5.0
8192026-05-01T03:42:44.387Z Downloaded ingot-macros v0.1.1
8202026-05-01T03:42:44.387Z Downloaded hmac v0.12.1
8212026-05-01T03:42:44.387Z Downloaded lru v0.12.5
8222026-05-01T03:42:44.390Z Downloaded foldhash v0.1.5
8232026-05-01T03:42:44.390Z Downloaded compact_str v0.8.1
8242026-05-01T03:42:44.394Z Downloaded async-compression v0.4.41
8252026-05-01T03:42:44.397Z Downloaded num-conv v0.2.0
8262026-05-01T03:42:44.397Z Downloaded aes v0.8.4
8272026-05-01T03:42:44.399Z Downloaded num_enum_derive v0.5.11
8282026-05-01T03:42:44.402Z Downloaded multimap v0.10.1
8292026-05-01T03:42:44.402Z Downloaded hickory-resolver v0.25.2
8302026-05-01T03:42:44.405Z Downloaded newtype_derive v0.1.6
8312026-05-01T03:42:44.405Z Downloaded funty v2.0.0
8322026-05-01T03:42:44.405Z Downloaded ignore v0.4.25
8332026-05-01T03:42:44.408Z Downloaded memoffset v0.9.1
8342026-05-01T03:42:44.408Z Downloaded nodrop v0.1.14
8352026-05-01T03:42:44.411Z Downloaded const_format v0.2.35
8362026-05-01T03:42:44.414Z Downloaded nanorand v0.7.0
8372026-05-01T03:42:44.414Z Downloaded openssl-probe v0.2.1
8382026-05-01T03:42:44.417Z Downloaded mime_guess v2.0.5
8392026-05-01T03:42:44.417Z Downloaded num_threads v0.1.7
8402026-05-01T03:42:44.417Z Downloaded flagset v0.4.7
8412026-05-01T03:42:44.433Z Downloaded packed_struct_codegen v0.10.1
8422026-05-01T03:42:44.436Z Downloaded base64 v0.21.7
8432026-05-01T03:42:44.441Z Downloaded num-derive v0.3.3
8442026-05-01T03:42:44.441Z Downloaded arc-swap v1.8.2
8452026-05-01T03:42:44.443Z Downloaded num-iter v0.1.45
8462026-05-01T03:42:44.443Z Downloaded litrs v1.0.0
8472026-05-01T03:42:44.443Z Downloaded find-msvc-tools v0.1.9
8482026-05-01T03:42:44.447Z Downloaded http-range v0.1.5
8492026-05-01T03:42:44.447Z Downloaded ghash v0.5.1
8502026-05-01T03:42:44.447Z Downloaded aho-corasick v1.1.4
8512026-05-01T03:42:44.450Z Downloaded openssl-probe v0.1.6
8522026-05-01T03:42:44.455Z Downloaded env_logger v0.11.9
8532026-05-01T03:42:44.455Z Downloaded cookie_store v0.22.1
8542026-05-01T03:42:44.458Z Downloaded pbkdf2 v0.11.0
8552026-05-01T03:42:44.458Z Downloaded downcast-rs v2.0.2
8562026-05-01T03:42:44.458Z Downloaded chacha20poly1305 v0.10.1
8572026-05-01T03:42:44.458Z Downloaded bytes v1.11.1
8582026-05-01T03:42:44.461Z Downloaded headers-core v0.3.0
8592026-05-01T03:42:44.461Z Downloaded bumpalo v3.20.2
8602026-05-01T03:42:44.464Z Downloaded is_ci v1.2.0
8612026-05-01T03:42:44.467Z Downloaded heapless v0.7.17
8622026-05-01T03:42:44.467Z Downloaded path-slash v0.1.5
8632026-05-01T03:42:44.471Z Downloaded opaque-debug v0.3.1
8642026-05-01T03:42:44.471Z Downloaded flate2 v1.1.9
8652026-05-01T03:42:44.474Z Downloaded normalize-line-endings v0.3.0
8662026-05-01T03:42:44.474Z Downloaded nibble_vec v0.1.0
8672026-05-01T03:42:44.474Z Downloaded base64 v0.22.1
8682026-05-01T03:42:44.477Z Downloaded dropshot-api-manager v0.7.1
8692026-05-01T03:42:44.480Z Downloaded hash32 v0.2.1
8702026-05-01T03:42:44.480Z Downloaded defmt v1.0.1
8712026-05-01T03:42:44.484Z Downloaded ctr v0.9.2
8722026-05-01T03:42:44.487Z Downloaded httparse v1.10.1
8732026-05-01T03:42:44.487Z Downloaded ecdsa v0.16.9
8742026-05-01T03:42:44.487Z Downloaded nu-ansi-term v0.50.3
8752026-05-01T03:42:44.496Z Downloaded nonempty v0.12.0
8762026-05-01T03:42:44.496Z Downloaded dropshot-api-manager-types v0.7.1
8772026-05-01T03:42:44.496Z Downloaded heapless v0.8.0
8782026-05-01T03:42:44.496Z Downloaded owo-colors v4.3.0
8792026-05-01T03:42:44.499Z Downloaded globset v0.4.18
8802026-05-01T03:42:44.504Z Downloaded indicatif v0.18.4
8812026-05-01T03:42:44.510Z Downloaded pin-utils v0.1.0
8822026-05-01T03:42:44.510Z Downloaded password-hash v0.5.0
8832026-05-01T03:42:44.510Z Downloaded parking_lot_core v0.8.6
8842026-05-01T03:42:44.510Z Downloaded darling v0.20.11
8852026-05-01T03:42:44.513Z Downloaded miniz_oxide v0.8.9
8862026-05-01T03:42:44.513Z Downloaded oxnet v0.1.4
8872026-05-01T03:42:44.513Z Downloaded num_enum v0.5.11
8882026-05-01T03:42:44.521Z Downloaded hostname v0.4.2
8892026-05-01T03:42:44.524Z Downloaded newtype-uuid-macros v0.1.0
8902026-05-01T03:42:44.524Z Downloaded glob v0.3.3
8912026-05-01T03:42:44.526Z Downloaded multer v3.1.0
8922026-05-01T03:42:44.526Z Downloaded precomputed-hash v0.1.1
8932026-05-01T03:42:44.530Z Downloaded peg-runtime v0.8.5
8942026-05-01T03:42:44.530Z Downloaded linear-map v1.2.0
8952026-05-01T03:42:44.530Z Downloaded impl-trait-for-tuples v0.2.3
8962026-05-01T03:42:44.534Z Downloaded parking_lot v0.12.5
8972026-05-01T03:42:44.534Z Downloaded hickory-resolver v0.24.4
8982026-05-01T03:42:44.546Z Downloaded proc-macro-error-attr2 v2.0.0
8992026-05-01T03:42:44.546Z Downloaded packed_struct v0.10.1
9002026-05-01T03:42:44.546Z Downloaded proc-macro-crate v3.4.0
9012026-05-01T03:42:44.546Z Downloaded hashbrown v0.13.2
9022026-05-01T03:42:44.553Z Downloaded parse-display v0.10.0
9032026-05-01T03:42:44.553Z Downloaded num_enum_derive v0.7.5
9042026-05-01T03:42:44.553Z Downloaded powerfmt v0.2.0
9052026-05-01T03:42:44.553Z Downloaded pem-rfc7468 v0.7.0
9062026-05-01T03:42:44.553Z Downloaded headers v0.4.1
9072026-05-01T03:42:44.553Z Downloaded predicates-core v1.0.10
9082026-05-01T03:42:44.556Z Downloaded pkcs8 v0.10.2
9092026-05-01T03:42:44.556Z Downloaded omicron-zone-package v0.12.2
9102026-05-01T03:42:44.556Z Downloaded peg-macros v0.8.5
9112026-05-01T03:42:44.556Z Downloaded num_enum v0.7.5
9122026-05-01T03:42:44.559Z Downloaded parking_lot v0.11.2
9132026-05-01T03:42:44.565Z Downloaded http-body-util v0.1.3
9142026-05-01T03:42:44.565Z Downloaded pbkdf2 v0.12.2
9152026-05-01T03:42:44.565Z Downloaded pkcs1 v0.7.5
9162026-05-01T03:42:44.568Z Downloaded pkcs5 v0.7.1
9172026-05-01T03:42:44.568Z Downloaded peg v0.8.5
9182026-05-01T03:42:44.571Z Downloaded dropshot_endpoint v0.17.0
9192026-05-01T03:42:44.576Z Downloaded pin-project-internal v1.1.11
9202026-05-01T03:42:44.576Z Downloaded dropshot_endpoint v0.16.7
9212026-05-01T03:42:44.579Z Downloaded memmap2 v0.9.10
9222026-05-01T03:42:44.583Z Downloaded openssl-sys v0.9.114
9232026-05-01T03:42:44.591Z Downloaded postgres-protocol v0.6.10
9242026-05-01T03:42:44.591Z Downloaded jobserver v0.1.34
9252026-05-01T03:42:44.591Z Downloaded psl-types v2.0.11
9262026-05-01T03:42:44.596Z Downloaded progenitor-client v0.14.0
9272026-05-01T03:42:44.596Z Downloaded oxide-tokio-rt v0.1.4
9282026-05-01T03:42:44.596Z Downloaded pin-project v1.1.11
9292026-05-01T03:42:44.599Z Downloaded quick-error v1.2.3
9302026-05-01T03:42:44.599Z Downloaded darling_core v0.23.0
9312026-05-01T03:42:44.662Z Downloaded ppv-lite86 v0.2.21
9322026-05-01T03:42:44.687Z Downloaded poly1305 v0.8.0
9332026-05-01T03:42:44.687Z Downloaded parking_lot_core v0.9.12
9342026-05-01T03:42:44.687Z Downloaded libbz2-rs-sys v0.2.2
9352026-05-01T03:42:44.687Z Downloaded pem v3.0.6
9362026-05-01T03:42:44.687Z Downloaded password-hash v0.4.2
9372026-05-01T03:42:44.687Z Downloaded proc-macro-error2 v2.0.1
9382026-05-01T03:42:44.687Z Downloaded progenitor-macro v0.10.0
9392026-05-01T03:42:44.687Z Downloaded num-bigint v0.4.6
9402026-05-01T03:42:44.687Z Downloaded predicates v3.1.4
9412026-05-01T03:42:44.687Z Downloaded phf_shared v0.11.3
9422026-05-01T03:42:44.687Z Downloaded mio v1.2.0
9432026-05-01T03:42:44.687Z Downloaded progenitor-client v0.11.2
9442026-05-01T03:42:44.688Z Downloaded proc-macro-crate v1.3.1
9452026-05-01T03:42:44.688Z Downloaded phf_shared v0.12.1
9462026-05-01T03:42:44.688Z Downloaded parse-size v1.1.0
9472026-05-01T03:42:44.688Z Downloaded ipnet v2.11.0
9482026-05-01T03:42:44.688Z Downloaded progenitor v0.14.0
9492026-05-01T03:42:44.688Z Downloaded phf v0.12.1
9502026-05-01T03:42:44.688Z Downloaded hex-literal v0.4.1
9512026-05-01T03:42:44.688Z Downloaded progenitor v0.10.0
9522026-05-01T03:42:44.688Z Downloaded postgres-types v0.2.12
9532026-05-01T03:42:44.688Z Downloaded progenitor-macro v0.11.2
9542026-05-01T03:42:44.688Z Downloaded http v1.4.0
9552026-05-01T03:42:44.688Z Downloaded hyper-tls v0.6.0
9562026-05-01T03:42:44.688Z Downloaded ref-cast v1.0.25
9572026-05-01T03:42:44.688Z Downloaded recursive v0.1.1
9582026-05-01T03:42:44.688Z Downloaded phf v0.13.1
9592026-05-01T03:42:44.688Z Downloaded lalrpop-util v0.19.12
9602026-05-01T03:42:44.688Z Downloaded papergrid v0.17.0
9612026-05-01T03:42:44.700Z Downloaded libxml v0.3.3
9622026-05-01T03:42:44.701Z Downloaded rand_core v0.9.5
9632026-05-01T03:42:44.701Z Downloaded progenitor-macro v0.14.0
9642026-05-01T03:42:44.701Z Downloaded radium v0.7.0
9652026-05-01T03:42:44.701Z Downloaded hashbrown v0.16.1
9662026-05-01T03:42:44.701Z Downloaded aws-lc-rs v1.16.0
9672026-05-01T03:42:44.701Z Downloaded rand_chacha v0.9.0
9682026-05-01T03:42:44.701Z Downloaded match_cfg v0.1.0
9692026-05-01T03:42:44.701Z Downloaded progenitor-extras v0.2.0
9702026-05-01T03:42:44.701Z Downloaded itertools v0.10.5
9712026-05-01T03:42:44.708Z Downloaded pkg-config v0.3.32
9722026-05-01T03:42:44.708Z Downloaded pin-project-lite v0.2.17
9732026-05-01T03:42:44.708Z Downloaded new_debug_unreachable v1.0.6
9742026-05-01T03:42:44.708Z Downloaded md5 v0.7.0
9752026-05-01T03:42:44.708Z Downloaded rfc6979 v0.4.0
9762026-05-01T03:42:44.708Z Downloaded rand_core v0.6.4
9772026-05-01T03:42:44.727Z Downloaded rand_seeder v0.4.0
9782026-05-01T03:42:44.727Z Downloaded pretty_assertions v1.4.1
9792026-05-01T03:42:44.727Z Downloaded salsa20 v0.10.2
9802026-05-01T03:42:44.727Z Downloaded ref-cast-impl v1.0.25
9812026-05-01T03:42:44.727Z Downloaded progenitor-impl v0.11.2
9822026-05-01T03:42:44.728Z Downloaded recursive-proc-macro-impl v0.1.1
9832026-05-01T03:42:44.728Z Downloaded libm v0.2.16
9842026-05-01T03:42:44.737Z Downloaded scheduled-thread-pool v0.2.7
9852026-05-01T03:42:44.737Z Downloaded russh-cryptovec v0.7.3
9862026-05-01T03:42:44.737Z Downloaded libsw-core v0.3.2
9872026-05-01T03:42:44.737Z Downloaded psm v0.1.30
9882026-05-01T03:42:44.737Z Downloaded group v0.13.0
9892026-05-01T03:42:44.742Z Downloaded progenitor-impl v0.10.0
9902026-05-01T03:42:44.742Z Downloaded quinn-udp v0.5.14
9912026-05-01T03:42:44.742Z Downloaded progenitor-client v0.10.0
9922026-05-01T03:42:44.742Z Downloaded hkdf v0.12.4
9932026-05-01T03:42:44.745Z Downloaded progenitor-impl v0.13.0
9942026-05-01T03:42:44.749Z Downloaded futures-util v0.3.32
9952026-05-01T03:42:44.754Z Downloaded indexmap v1.9.3
9962026-05-01T03:42:44.758Z Downloaded blake3 v1.8.3
9972026-05-01T03:42:44.761Z Downloaded serde_spanned v1.0.4
9982026-05-01T03:42:44.764Z Downloaded jiff-static v0.2.21
9992026-05-01T03:42:44.764Z Downloaded rayon-core v1.13.0
10002026-05-01T03:42:44.768Z Downloaded sapling-renderdag v0.1.0
10012026-05-01T03:42:44.773Z Downloaded scopeguard v1.2.0
10022026-05-01T03:42:44.778Z Downloaded rustc_version v0.4.1
10032026-05-01T03:42:44.778Z Downloaded seq-macro v0.3.6
10042026-05-01T03:42:44.784Z Downloaded rustls-native-certs v0.8.3
10052026-05-01T03:42:44.784Z Downloaded bitvec v1.0.1
10062026-05-01T03:42:44.789Z Downloaded scroll_derive v0.13.1
10072026-05-01T03:42:44.791Z Downloaded rusty-fork v0.3.1
10082026-05-01T03:42:44.791Z Downloaded rand_core v0.10.0
10092026-05-01T03:42:44.794Z Downloaded resolv-conf v0.7.6
10102026-05-01T03:42:44.798Z Downloaded num-integer v0.1.46
10112026-05-01T03:42:44.801Z Downloaded humantime v2.3.0
10122026-05-01T03:42:44.808Z Downloaded schemars v0.8.22
10132026-05-01T03:42:44.816Z Downloaded num v0.4.3
10142026-05-01T03:42:44.819Z Downloaded serde-big-array v0.5.1
10152026-05-01T03:42:44.823Z Downloaded shell-words v1.1.1
10162026-05-01T03:42:44.823Z Downloaded sha1 v0.10.6
10172026-05-01T03:42:44.830Z Downloaded scroll v0.13.0
10182026-05-01T03:42:44.830Z Downloaded rustls-pemfile v2.2.0
10192026-05-01T03:42:44.830Z Downloaded rustls-platform-verifier v0.6.2
10202026-05-01T03:42:44.840Z Downloaded russh-keys v0.45.0
10212026-05-01T03:42:44.840Z Downloaded diesel_derives v2.3.7
10222026-05-01T03:42:44.840Z Downloaded p384 v0.13.1
10232026-05-01T03:42:44.848Z Downloaded h2 v0.4.13
10242026-05-01T03:42:44.848Z Downloaded signature v2.2.0
10252026-05-01T03:42:44.848Z Downloaded signal-hook-mio v0.2.5
10262026-05-01T03:42:44.848Z Downloaded serde_urlencoded v0.7.1
10272026-05-01T03:42:44.851Z Downloaded chrono v0.4.44
10282026-05-01T03:42:44.851Z Downloaded rustls-pki-types v1.14.0
10292026-05-01T03:42:44.854Z Downloaded libloading v0.8.9
10302026-05-01T03:42:44.856Z Downloaded hashbrown v0.15.5
10312026-05-01T03:42:44.859Z Downloaded lock_api v0.4.14
10322026-05-01T03:42:44.859Z Downloaded serde_derive_internals v0.29.1
10332026-05-01T03:42:44.863Z Downloaded sec1 v0.7.3
10342026-05-01T03:42:44.863Z Downloaded schemars_derive v0.8.22
10352026-05-01T03:42:44.870Z Downloaded schemars v0.9.0
10362026-05-01T03:42:44.873Z Downloaded slog-bunyan v2.5.0
10372026-05-01T03:42:44.873Z Downloaded signal-hook-tokio v0.3.1
10382026-05-01T03:42:44.873Z Downloaded r2d2 v0.8.10
10392026-05-01T03:42:44.873Z Downloaded progenitor-impl v0.14.0
10402026-05-01T03:42:44.878Z Downloaded sct v0.7.1
10412026-05-01T03:42:44.882Z Downloaded goblin v0.10.5
10422026-05-01T03:42:44.885Z Downloaded ssh-cipher v0.2.0
10432026-05-01T03:42:44.885Z Downloaded hyper-util v0.1.20
10442026-05-01T03:42:44.888Z Downloaded similar v2.7.0
10452026-05-01T03:42:44.891Z Downloaded strip-ansi-escapes v0.2.1
10462026-05-01T03:42:44.891Z Downloaded scrypt v0.11.0
10472026-05-01T03:42:44.893Z Downloaded oso v0.27.3
10482026-05-01T03:42:44.897Z Downloaded hashbrown v0.12.3
10492026-05-01T03:42:44.897Z Downloaded num-complex v0.4.6
10502026-05-01T03:42:44.900Z Downloaded rustls-pemfile v1.0.4
10512026-05-01T03:42:44.900Z Downloaded minimal-lexical v0.2.1
10522026-05-01T03:42:44.904Z Downloaded itertools v0.13.0
10532026-05-01T03:42:44.907Z Downloaded snafu-derive v0.8.9
10542026-05-01T03:42:44.911Z Downloaded bstr v1.12.1
10552026-05-01T03:42:44.914Z Downloaded sqlparser_derive v0.5.0
10562026-05-01T03:42:44.916Z Downloaded primeorder v0.13.6
10572026-05-01T03:42:44.916Z Downloaded rcgen v0.12.1
10582026-05-01T03:42:44.921Z Downloaded rand_xorshift v0.4.0
10592026-05-01T03:42:44.921Z Downloaded slab v0.4.12
10602026-05-01T03:42:44.926Z Downloaded rtoolbox v0.0.3
10612026-05-01T03:42:44.926Z Downloaded predicates-tree v1.0.13
10622026-05-01T03:42:44.926Z Downloaded hyper v1.8.1
10632026-05-01T03:42:44.933Z Downloaded slog-stdlog v4.1.1
10642026-05-01T03:42:44.933Z Downloaded rpassword v7.4.0
10652026-05-01T03:42:44.933Z Downloaded strum v0.27.2
10662026-05-01T03:42:44.933Z Downloaded slog-scope v4.4.1
10672026-05-01T03:42:44.936Z Downloaded slog-dtrace v0.3.0
10682026-05-01T03:42:44.936Z Downloaded same-file v1.0.6
10692026-05-01T03:42:44.937Z Downloaded subtle v2.6.1
10702026-05-01T03:42:44.937Z Downloaded structmeta-derive v0.3.0
10712026-05-01T03:42:44.937Z Downloaded ron v0.8.1
10722026-05-01T03:42:44.941Z Downloaded supports-color v3.0.2
10732026-05-01T03:42:44.941Z Downloaded simd-adler32 v0.3.8
10742026-05-01T03:42:44.941Z Downloaded itertools v0.12.1
10752026-05-01T03:42:44.947Z Downloaded rustc_version v0.1.7
10762026-05-01T03:42:44.955Z Downloaded polyval v0.6.2
10772026-05-01T03:42:44.955Z Downloaded slog-envlogger v2.2.0
10782026-05-01T03:42:44.955Z Downloaded p256 v0.13.2
10792026-05-01T03:42:44.955Z Downloaded serde-hex v0.1.0
10802026-05-01T03:42:44.959Z Downloaded hickory-server v0.25.2
10812026-05-01T03:42:44.959Z Downloaded petname v2.0.2
10822026-05-01T03:42:44.959Z Downloaded hex v0.4.3
10832026-05-01T03:42:44.963Z Downloaded structmeta v0.3.0
10842026-05-01T03:42:44.963Z Downloaded sync_wrapper v1.0.2
10852026-05-01T03:42:44.963Z Downloaded strum v0.26.3
10862026-05-01T03:42:44.963Z Downloaded slog-term v2.9.2
10872026-05-01T03:42:44.968Z Downloaded ssh-encoding v0.2.0
10882026-05-01T03:42:44.968Z Downloaded iddqd v0.3.18
10892026-05-01T03:42:44.973Z Downloaded spki v0.7.3
10902026-05-01T03:42:44.973Z Downloaded itertools v0.14.0
10912026-05-01T03:42:44.978Z Downloaded bindgen v0.71.1
10922026-05-01T03:42:44.981Z Downloaded progenitor v0.11.2
10932026-05-01T03:42:44.986Z Downloaded take_mut v0.2.2
10942026-05-01T03:42:44.986Z Downloaded static_assertions v1.1.0
10952026-05-01T03:42:44.986Z Downloaded tabled_derive v0.11.0
10962026-05-01T03:42:44.991Z Downloaded ingot-types v0.1.2
10972026-05-01T03:42:44.991Z Downloaded termtree v0.5.1
10982026-05-01T03:42:44.991Z Downloaded time-core v0.1.8
10992026-05-01T03:42:45.004Z Downloaded testing_table v0.3.0
11002026-05-01T03:42:45.004Z Downloaded tagptr v0.2.0
11012026-05-01T03:42:45.004Z Downloaded sync-ptr v0.1.4
11022026-05-01T03:42:45.004Z Downloaded string_cache v0.8.9
11032026-05-01T03:42:45.004Z Downloaded signal-hook-registry v1.4.8
11042026-05-01T03:42:45.008Z Downloaded md-5 v0.10.6
11052026-05-01T03:42:45.008Z Downloaded serde_cbor v0.11.2
11062026-05-01T03:42:45.008Z Downloaded sqlformat v0.3.5
11072026-05-01T03:42:45.008Z Downloaded secrecy v0.8.0
11082026-05-01T03:42:45.008Z Downloaded progenitor-client v0.13.0
11092026-05-01T03:42:45.008Z Downloaded progenitor-macro v0.13.0
11102026-05-01T03:42:45.008Z Downloaded stringprep v0.1.5
11112026-05-01T03:42:45.008Z Downloaded tokio-macros v2.7.0
11122026-05-01T03:42:45.008Z Downloaded strum_macros v0.26.4
11132026-05-01T03:42:45.011Z Downloaded publicsuffix v2.3.0
11142026-05-01T03:42:45.011Z Downloaded slog-async v2.8.0
11152026-05-01T03:42:45.015Z Downloaded rand v0.9.2
11162026-05-01T03:42:45.020Z Downloaded strum_macros v0.27.2
11172026-05-01T03:42:45.020Z Downloaded iri-string v0.7.10
11182026-05-01T03:42:45.028Z Downloaded tinyvec_macros v0.1.1
11192026-05-01T03:42:45.028Z Downloaded spin v0.9.8
11202026-05-01T03:42:45.032Z Downloaded semver v0.1.20
11212026-05-01T03:42:45.032Z Downloaded ryu v1.0.23
11222026-05-01T03:42:45.032Z Downloaded rand v0.8.5
11232026-05-01T03:42:45.039Z Downloaded try-lock v0.2.5
11242026-05-01T03:42:45.039Z Downloaded tap v1.0.1
11252026-05-01T03:42:45.042Z Downloaded serde_bytes v0.11.19
11262026-05-01T03:42:45.049Z Downloaded tabwriter v1.4.1
11272026-05-01T03:42:45.053Z Downloaded sigpipe v0.1.3
11282026-05-01T03:42:45.053Z Downloaded signal-hook v0.3.18
11292026-05-01T03:42:45.058Z Downloaded tokio-tungstenite v0.23.1
11302026-05-01T03:42:45.058Z Downloaded siphasher v1.0.2
11312026-05-01T03:42:45.058Z Downloaded topological-sort v0.2.2
11322026-05-01T03:42:45.061Z Downloaded serde_plain v1.0.2
11332026-05-01T03:42:45.064Z Downloaded termios v0.3.3
11342026-05-01T03:42:45.068Z Downloaded thread_local v1.1.9
11352026-05-01T03:42:45.071Z Downloaded rustversion v1.0.22
11362026-05-01T03:42:45.072Z Downloaded tower-layer v0.3.3
11372026-05-01T03:42:45.072Z Downloaded tls_codec v0.4.2
11382026-05-01T03:42:45.075Z Downloaded openssl-macros v0.1.1
11392026-05-01T03:42:45.075Z Downloaded num-derive v0.4.2
11402026-05-01T03:42:45.075Z Downloaded thiserror-no-std v2.0.2
11412026-05-01T03:42:45.078Z Downloaded tls_codec_derive v0.4.2
11422026-05-01T03:42:45.081Z Downloaded term v1.2.1
11432026-05-01T03:42:45.081Z Downloaded olpc-cjson v0.1.4
11442026-05-01T03:42:45.084Z Downloaded term v0.7.0
11452026-05-01T03:42:45.086Z Downloaded slog v2.8.2
11462026-05-01T03:42:45.089Z Downloaded tiny-keccak v2.0.2
11472026-05-01T03:42:45.089Z Downloaded typify-macro v0.4.3
11482026-05-01T03:42:45.092Z Downloaded postcard v1.1.3
11492026-05-01T03:42:45.095Z Downloaded thiserror-impl-no-std v2.0.2
11502026-05-01T03:42:45.098Z Downloaded quinn v0.11.9
11512026-05-01T03:42:45.108Z Downloaded tokio-native-tls v0.3.1
11522026-05-01T03:42:45.111Z Downloaded smallvec v0.6.14
11532026-05-01T03:42:45.115Z Downloaded git2 v0.20.4
11542026-05-01T03:42:45.121Z Downloaded unarray v0.1.4
11552026-05-01T03:42:45.123Z Downloaded rustls-webpki v0.103.9
11562026-05-01T03:42:45.126Z Downloaded tokio-tungstenite v0.21.0
11572026-05-01T03:42:45.129Z Downloaded qorb v0.4.1
11582026-05-01T03:42:45.132Z Downloaded universal-hash v0.5.1
11592026-05-01T03:42:45.135Z Downloaded thread-id v5.1.0
11602026-05-01T03:42:45.135Z Downloaded untrusted v0.7.1
11612026-05-01T03:42:45.135Z Downloaded usdt-attr-macro v0.6.0
11622026-05-01T03:42:45.135Z Downloaded unit-prefix v0.5.2
11632026-05-01T03:42:45.139Z Downloaded socket2 v0.6.3
11642026-05-01T03:42:45.141Z Downloaded usdt-macro v0.6.0
11652026-05-01T03:42:45.141Z Downloaded typify-macro v0.6.2
11662026-05-01T03:42:45.146Z Downloaded p521 v0.13.3
11672026-05-01T03:42:45.149Z Downloaded toml_writer v1.0.6+spec-1.1.0
11682026-05-01T03:42:45.152Z Downloaded tokio-dtrace v0.1.1
11692026-05-01T03:42:45.152Z Downloaded rustc-hash v2.1.1
11702026-05-01T03:42:45.153Z Downloaded phf_shared v0.13.1
11712026-05-01T03:42:45.156Z Downloaded rand v0.10.0
11722026-05-01T03:42:45.156Z Downloaded stacker v0.1.23
11732026-05-01T03:42:45.160Z Downloaded strum_macros v0.24.3
11742026-05-01T03:42:45.160Z Downloaded rustls-webpki v0.101.7
11752026-05-01T03:42:45.166Z Downloaded wait-timeout v0.2.1
11762026-05-01T03:42:45.171Z Downloaded void v1.0.2
11772026-05-01T03:42:45.174Z Downloaded progenitor v0.13.0
11782026-05-01T03:42:45.174Z Downloaded samael v0.0.19
11792026-05-01T03:42:45.184Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11802026-05-01T03:42:45.188Z Downloaded rand_chacha v0.3.1
11812026-05-01T03:42:45.195Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11822026-05-01T03:42:45.196Z Downloaded schemars v1.2.1
11832026-05-01T03:42:45.208Z Downloaded usdt v0.6.0
11842026-05-01T03:42:45.212Z Downloaded paste v1.0.15
11852026-05-01T03:42:45.212Z Downloaded xattr v1.6.1
11862026-05-01T03:42:45.212Z Downloaded secrecy v0.10.3
11872026-05-01T03:42:45.212Z Downloaded parse-display-derive v0.10.0
11882026-05-01T03:42:45.212Z Downloaded num-rational v0.4.2
11892026-05-01T03:42:45.212Z Downloaded typify v0.6.2
11902026-05-01T03:42:45.216Z Downloaded xshell-macros v0.2.7
11912026-05-01T03:42:45.222Z Downloaded serde_with_macros v3.17.0
11922026-05-01T03:42:45.228Z Downloaded unicase v2.9.0
11932026-05-01T03:42:45.228Z Downloaded oso-derive v0.27.3
11942026-05-01T03:42:45.234Z Downloaded tokio-rustls v0.26.4
11952026-05-01T03:42:45.234Z Downloaded prettyplease v0.2.37
11962026-05-01T03:42:45.237Z Downloaded vergen-git2 v1.0.7
11972026-05-01T03:42:45.249Z Downloaded tokio-rustls v0.25.0
11982026-05-01T03:42:45.249Z Downloaded serde_repr v0.1.20
11992026-05-01T03:42:45.252Z Downloaded walkdir v2.5.0
12002026-05-01T03:42:45.252Z Downloaded uzers v0.12.2
12012026-05-01T03:42:45.252Z Downloaded tokio-stream v0.1.18
12022026-05-01T03:42:45.252Z Downloaded shlex v1.3.0
12032026-05-01T03:42:45.255Z Downloaded native-tls v0.2.18
12042026-05-01T03:42:45.258Z Downloaded russh v0.45.0
12052026-05-01T03:42:45.261Z Downloaded zeroize_derive v1.4.3
12062026-05-01T03:42:45.261Z Downloaded prefix-trie v0.7.0
12072026-05-01T03:42:45.263Z Downloaded want v0.3.1
12082026-05-01T03:42:45.269Z Downloaded zone v0.3.1
12092026-05-01T03:42:45.274Z Downloaded toml_parser v1.0.9+spec-1.1.0
12102026-05-01T03:42:45.274Z Downloaded wyz v0.5.1
12112026-05-01T03:42:45.276Z Downloaded zeroize v1.8.2
12122026-05-01T03:42:45.282Z Downloaded vsss-rs v3.3.4
12132026-05-01T03:42:45.298Z Downloaded uuid v1.23.0
12142026-05-01T03:42:45.304Z Downloaded vergen-gitcl v1.0.8
12152026-05-01T03:42:45.310Z Downloaded tokio-postgres v0.7.16
12162026-05-01T03:42:45.310Z Downloaded tower-service v0.3.3
12172026-05-01T03:42:45.315Z Downloaded serde_yaml v0.9.34+deprecated
12182026-05-01T03:42:45.316Z Downloaded tinyvec v1.10.0
12192026-05-01T03:42:45.316Z Downloaded test-strategy v0.4.5
12202026-05-01T03:42:45.316Z Downloaded subprocess v0.2.15
12212026-05-01T03:42:45.326Z Downloaded utf-8 v0.7.6
12222026-05-01T03:42:45.326Z Downloaded smf v0.2.3
12232026-05-01T03:42:45.326Z Downloaded vergen v9.0.6
12242026-05-01T03:42:45.326Z Downloaded curve25519-dalek v4.1.3
12252026-05-01T03:42:45.334Z Downloaded tungstenite v0.23.0
12262026-05-01T03:42:45.334Z Downloaded toml v0.7.8
12272026-05-01T03:42:45.334Z Downloaded rustyline v14.0.0
12282026-05-01T03:42:45.338Z Downloaded untrusted v0.9.0
12292026-05-01T03:42:45.338Z Downloaded unicode-truncate v1.1.0
12302026-05-01T03:42:45.338Z Downloaded serde_path_to_error v0.1.20
12312026-05-01T03:42:45.338Z Downloaded zstd-safe v7.2.4
12322026-05-01T03:42:45.341Z Downloaded xshell v0.2.7
12332026-05-01T03:42:45.341Z Downloaded support-bundle-viewer v0.1.2
12342026-05-01T03:42:45.344Z Downloaded zone_cfg_derive v0.3.1
12352026-05-01T03:42:45.344Z Downloaded trait-variant v0.1.2
12362026-05-01T03:42:45.344Z Downloaded slog-json v2.6.1
12372026-05-01T03:42:45.344Z Downloaded newtype-uuid v1.3.2
12382026-05-01T03:42:45.349Z Downloaded whoami v2.1.0
12392026-05-01T03:42:45.351Z Downloaded twox-hash v2.1.2
12402026-05-01T03:42:45.359Z Downloaded toml v1.0.6+spec-1.1.0
12412026-05-01T03:42:45.369Z Downloaded typify v0.4.3
12422026-05-01T03:42:45.374Z Downloaded unicode-bidi v0.3.18
12432026-05-01T03:42:45.374Z Downloaded ssh-key v0.6.7
12442026-05-01T03:42:45.374Z Downloaded time-macros v0.2.27
12452026-05-01T03:42:45.374Z Downloaded reqwest v0.13.2
12462026-05-01T03:42:45.382Z Downloaded tui-tree-widget v0.23.1
12472026-05-01T03:42:45.447Z Downloaded nom v7.1.3
12482026-05-01T03:42:45.455Z Downloaded vergen-lib v0.1.6
12492026-05-01T03:42:45.455Z Downloaded lalrpop v0.19.12
12502026-05-01T03:42:45.455Z Downloaded waitgroup v0.1.2
12512026-05-01T03:42:45.455Z Downloaded num-bigint-dig v0.8.6
12522026-05-01T03:42:45.455Z Downloaded zerocopy v0.6.6
12532026-05-01T03:42:45.455Z Downloaded tracing-attributes v0.1.31
12542026-05-01T03:42:45.455Z Downloaded whoami v1.6.1
12552026-05-01T03:42:45.455Z Downloaded toml_edit v0.19.15
12562026-05-01T03:42:45.455Z Downloaded steno v0.4.1
12572026-05-01T03:42:45.456Z Downloaded yasna v0.5.2
12582026-05-01T03:42:45.456Z Downloaded unsafe-libyaml v0.2.11
12592026-05-01T03:42:45.462Z Downloaded tokio-rustls v0.24.1
12602026-05-01T03:42:45.466Z Downloaded regex v1.12.3
12612026-05-01T03:42:45.466Z Downloaded usdt-impl v0.6.0
12622026-05-01T03:42:45.466Z Downloaded toml v0.9.12+spec-1.1.0
12632026-05-01T03:42:45.486Z Downloaded snafu v0.8.9
12642026-05-01T03:42:45.486Z Downloaded reedline v0.40.0
12652026-05-01T03:42:45.495Z Downloaded vte v0.14.1
12662026-05-01T03:42:45.495Z Downloaded unicode-properties v0.1.4
12672026-05-01T03:42:45.495Z Downloaded zstd v0.13.3
12682026-05-01T03:42:45.495Z Downloaded moka v0.12.13
12692026-05-01T03:42:45.499Z Downloaded yansi v1.0.1
12702026-05-01T03:42:45.499Z Downloaded reqwest v0.12.28
12712026-05-01T03:42:45.503Z Downloaded rayon v1.11.0
12722026-05-01T03:42:45.508Z Downloaded tracing-core v0.1.36
12732026-05-01T03:42:45.515Z Downloaded socket2 v0.5.10
12742026-05-01T03:42:45.515Z Downloaded quick-xml v0.37.5
12752026-05-01T03:42:45.519Z Downloaded tar v0.4.45
12762026-05-01T03:42:45.524Z Downloaded portable-atomic v1.13.1
12772026-05-01T03:42:45.528Z Downloaded unicode-segmentation v1.12.0
12782026-05-01T03:42:45.531Z Downloaded toml_edit v0.23.10+spec-1.0.0
12792026-05-01T03:42:45.540Z Downloaded zerocopy-derive v0.8.40
12802026-05-01T03:42:45.546Z Downloaded typed-path v0.9.3
12812026-05-01T03:42:45.565Z Downloaded tower v0.5.3
12822026-05-01T03:42:45.571Z Downloaded salty v0.3.0
12832026-05-01T03:42:45.576Z Downloaded zopfli v0.8.3
12842026-05-01T03:42:45.578Z Downloaded x509-cert v0.2.5
12852026-05-01T03:42:45.583Z Downloaded rsa v0.9.10
12862026-05-01T03:42:45.583Z Downloaded tower-http v0.6.8
12872026-05-01T03:42:45.588Z Downloaded tokio-util v0.7.18
12882026-05-01T03:42:45.591Z Downloaded unicode_categories v0.1.1
12892026-05-01T03:42:45.593Z Downloaded tungstenite v0.21.0
12902026-05-01T03:42:45.596Z Downloaded proptest v1.10.0
12912026-05-01T03:42:45.629Z Downloaded smoltcp v0.9.1
12922026-05-01T03:42:45.635Z Downloaded zip v4.6.1
12932026-05-01T03:42:45.638Z Downloaded object v0.30.4
12942026-05-01T03:42:45.644Z Downloaded nix v0.27.1
12952026-05-01T03:42:45.648Z Downloaded serde_with v3.17.0
12962026-05-01T03:42:45.655Z Downloaded winnow v0.6.26
12972026-05-01T03:42:45.660Z Downloaded zip v0.6.6
12982026-05-01T03:42:45.666Z Downloaded tabled v0.20.0
12992026-05-01T03:42:45.671Z Downloaded tough v0.20.0
13002026-05-01T03:42:45.676Z Downloaded time v0.3.47
13012026-05-01T03:42:45.683Z Downloaded radix_trie v0.2.1
13022026-05-01T03:42:45.687Z Downloaded unicode-normalization v0.1.25
13032026-05-01T03:42:45.690Z Downloaded hickory-proto v0.25.2
13042026-05-01T03:42:45.702Z Downloaded quinn-proto v0.11.13
13052026-05-01T03:42:45.710Z Downloaded dropshot v0.16.7
13062026-05-01T03:42:45.719Z Downloaded rustls-webpki v0.102.8
13072026-05-01T03:42:45.728Z Downloaded object v0.37.3
13082026-05-01T03:42:45.737Z Downloaded winnow v0.5.40
13092026-05-01T03:42:45.742Z Downloaded polar-core v0.27.3
13102026-05-01T03:42:45.745Z Downloaded openssl v0.10.78
13112026-05-01T03:42:45.751Z Downloaded zlib-rs v0.6.2
13122026-05-01T03:42:45.754Z Downloaded hickory-proto v0.24.4
13132026-05-01T03:42:45.761Z Downloaded smoltcp v0.11.0
13142026-05-01T03:42:45.769Z Downloaded rustls v0.21.12
13152026-05-01T03:42:45.774Z Downloaded nix v0.29.0
13162026-05-01T03:42:45.786Z Downloaded nix v0.31.2
13172026-05-01T03:42:45.806Z Downloaded dropshot v0.17.0
13182026-05-01T03:42:45.820Z Downloaded bzip2-sys v0.1.13+1.0.8
13192026-05-01T03:42:45.824Z Downloaded zerocopy v0.8.40
13202026-05-01T03:42:45.829Z Downloaded diesel v2.3.7
13212026-05-01T03:42:45.840Z Downloaded regex-syntax v0.6.29
13222026-05-01T03:42:45.844Z Downloaded nix v0.28.0
13232026-05-01T03:42:45.851Z Downloaded openapiv3 v2.2.0
13242026-05-01T03:42:45.868Z Downloaded vcpkg v0.2.15
13252026-05-01T03:42:45.894Z Downloaded webpki-roots v1.0.6
13262026-05-01T03:42:45.901Z Downloaded rustls v0.22.4
13272026-05-01T03:42:45.909Z Downloaded regress v0.10.5
13282026-05-01T03:42:45.914Z Downloaded rustls v0.23.37
13292026-05-01T03:42:45.921Z Downloaded regress v0.11.1
13302026-05-01T03:42:45.933Z Downloaded chrono-tz v0.10.4
13312026-05-01T03:42:45.938Z Downloaded sled v0.34.7
13322026-05-01T03:42:45.942Z Downloaded rustix v0.38.44
13332026-05-01T03:42:45.956Z Downloaded ratatui v0.29.0
13342026-05-01T03:42:45.967Z Downloaded regex-syntax v0.8.10
13352026-05-01T03:42:45.983Z Downloaded petgraph v0.8.3
13362026-05-01T03:42:45.996Z Downloaded libz-sys v1.1.24
13372026-05-01T03:42:46.018Z Downloaded sqlparser v0.61.0
13382026-05-01T03:42:46.060Z Downloaded tracing v0.1.44
13392026-05-01T03:42:46.071Z Downloaded typify-impl v0.6.2
13402026-05-01T03:42:46.099Z Downloaded tokio v1.52.1
13412026-05-01T03:42:46.124Z Downloaded typify-impl v0.4.3
13422026-05-01T03:42:46.135Z Downloaded regex-automata v0.4.14
13432026-05-01T03:42:46.145Z Downloaded zerocopy-derive v0.6.6
13442026-05-01T03:42:46.154Z Downloaded petgraph v0.6.5
13452026-05-01T03:42:46.167Z Downloaded jiff v0.2.21
13462026-05-01T03:42:46.206Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13472026-05-01T03:42:46.216Z Downloaded csv v1.4.0
13482026-05-01T03:42:46.228Z Downloaded sha3 v0.10.8
13492026-05-01T03:42:46.247Z Downloaded encoding_rs v0.8.35
13502026-05-01T03:42:46.281Z Downloaded ring v0.17.14
13512026-05-01T03:42:46.316Z Downloaded libgit2-sys v0.18.3+1.9.2
13522026-05-01T03:42:46.931Z Downloaded aws-lc-sys v0.37.1
13532026-05-01T03:42:47.185Z Compiling libc v0.2.185
13542026-05-01T03:42:47.185Z Compiling serde v1.0.228
13552026-05-01T03:42:47.188Z Compiling shlex v1.3.0
13562026-05-01T03:42:47.188Z Compiling log v0.4.29
13572026-05-01T03:42:47.357Z Compiling find-msvc-tools v0.1.9
13582026-05-01T03:42:47.367Z Compiling smallvec v1.15.1
13592026-05-01T03:42:47.367Z Compiling syn v2.0.117
13602026-05-01T03:42:47.367Z Compiling typenum v1.19.0
13612026-05-01T03:42:47.521Z Compiling generic-array v0.14.7
13622026-05-01T03:42:47.521Z Compiling subtle v2.6.1
13632026-05-01T03:42:47.549Z Compiling scopeguard v1.2.0
13642026-05-01T03:42:47.620Z Compiling const-oid v0.9.6
13652026-05-01T03:42:47.654Z Compiling lock_api v0.4.14
13662026-05-01T03:42:47.661Z Compiling portable-atomic v1.13.1
13672026-05-01T03:42:47.708Z Compiling zerocopy v0.8.40
13682026-05-01T03:42:47.761Z Compiling critical-section v1.2.0
13692026-05-01T03:42:47.865Z Compiling serde_json v1.0.149
13702026-05-01T03:42:47.879Z Compiling parking_lot_core v0.9.12
13712026-05-01T03:42:48.082Z Compiling pin-project-lite v0.2.17
13722026-05-01T03:42:48.146Z Compiling pkg-config v0.3.32
13732026-05-01T03:42:48.162Z Compiling getrandom v0.2.17
13742026-05-01T03:42:48.173Z Compiling jobserver v0.1.34
13752026-05-01T03:42:48.222Z Compiling errno v0.3.14
13762026-05-01T03:42:48.297Z Compiling rand_core v0.6.4
13772026-05-01T03:42:48.367Z Compiling cc v1.2.56
13782026-05-01T03:42:48.387Z Compiling signal-hook-registry v1.4.8
13792026-05-01T03:42:48.575Z Compiling bitflags v2.11.0
13802026-05-01T03:42:48.664Z Compiling libm v0.2.16
13812026-05-01T03:42:48.706Z Compiling mio v1.2.0
13822026-05-01T03:42:48.837Z Compiling once_cell v1.21.3
13832026-05-01T03:42:48.852Z Compiling parking_lot v0.12.5
13842026-05-01T03:42:48.852Z Compiling num-traits v0.2.19
13852026-05-01T03:42:48.977Z Compiling futures-core v0.3.32
13862026-05-01T03:42:49.127Z Compiling percent-encoding v2.3.2
13872026-05-01T03:42:49.149Z Compiling socket2 v0.6.3
13882026-05-01T03:42:49.180Z Compiling futures-sink v0.3.32
13892026-05-01T03:42:49.193Z Compiling cpufeatures v0.2.17
13902026-05-01T03:42:49.247Z Compiling slab v0.4.12
13912026-05-01T03:42:49.269Z Compiling futures-channel v0.3.32
13922026-05-01T03:42:49.284Z Compiling futures-task v0.3.32
13932026-05-01T03:42:49.316Z Compiling getrandom v0.4.1
13942026-05-01T03:42:49.418Z Compiling futures-io v0.3.32
13952026-05-01T03:42:49.455Z Compiling getrandom v0.3.4
13962026-05-01T03:42:49.487Z Compiling rand_core v0.10.0
13972026-05-01T03:42:49.559Z Compiling rustversion v1.0.22
13982026-05-01T03:42:49.571Z Compiling indexmap v2.14.0
13992026-05-01T03:42:49.652Z Compiling form_urlencoded v1.2.2
14002026-05-01T03:42:49.888Z Compiling cmake v0.1.57
14012026-05-01T03:42:49.927Z Compiling base64ct v1.8.3
14022026-05-01T03:42:50.121Z Compiling synstructure v0.13.2
14032026-05-01T03:42:50.209Z Compiling dunce v1.0.5
14042026-05-01T03:42:50.224Z Compiling ident_case v1.0.1
14052026-05-01T03:42:50.295Z Compiling fs_extra v1.3.0
14062026-05-01T03:42:50.409Z Compiling pem-rfc7468 v0.7.0
14072026-05-01T03:42:50.452Z Compiling flagset v0.4.7
14082026-05-01T03:42:50.495Z Compiling rand_core v0.9.5
14092026-05-01T03:42:50.512Z Compiling iana-time-zone v0.1.65
14102026-05-01T03:42:50.579Z Compiling rustix v1.1.3
14112026-05-01T03:42:50.582Z Compiling ring v0.17.14
14122026-05-01T03:42:50.621Z Compiling aws-lc-sys v0.37.1
14132026-05-01T03:42:50.713Z Compiling uuid v1.23.0
14142026-05-01T03:42:50.727Z Compiling rustc_version v0.4.1
14152026-05-01T03:42:50.771Z Compiling aws-lc-rs v1.16.0
14162026-05-01T03:42:50.776Z Compiling regex-syntax v0.8.10
14172026-05-01T03:42:51.048Z Compiling vcpkg v0.2.15
14182026-05-01T03:42:51.063Z Compiling tracing-core v0.1.36
14192026-05-01T03:42:51.424Z Compiling pest_generator v2.8.6
14202026-05-01T03:42:51.618Z Compiling serde_derive_internals v0.29.1
14212026-05-01T03:42:51.812Z Compiling openssl-sys v0.9.114
14222026-05-01T03:42:51.983Z Compiling serde_derive v1.0.228
14232026-05-01T03:42:52.196Z Compiling zeroize_derive v1.4.3
14242026-05-01T03:42:52.339Z Compiling zerofrom-derive v0.1.6
14252026-05-01T03:42:52.421Z Compiling yoke-derive v0.8.1
14262026-05-01T03:42:52.619Z Compiling zerocopy-derive v0.8.40
14272026-05-01T03:42:52.817Z Compiling zeroize v1.8.2
14282026-05-01T03:42:53.196Z Compiling zerovec-derive v0.11.2
14292026-05-01T03:42:53.515Z Compiling crypto-common v0.1.7
14302026-05-01T03:42:53.577Z Compiling block-buffer v0.10.4
14312026-05-01T03:42:53.655Z Compiling displaydoc v0.2.5
14322026-05-01T03:42:53.709Z Compiling zerofrom v0.1.6
14332026-05-01T03:42:53.735Z Compiling digest v0.10.7
14342026-05-01T03:42:53.831Z Compiling yoke v0.8.1
14352026-05-01T03:42:53.977Z Compiling tokio-macros v2.7.0
14362026-05-01T03:42:54.057Z Compiling hmac v0.12.1
14372026-05-01T03:42:54.169Z Compiling futures-macro v0.3.32
14382026-05-01T03:42:54.280Z Compiling zerovec v0.11.5
14392026-05-01T03:42:54.382Z Compiling zerotrie v0.2.3
14402026-05-01T03:42:54.678Z Compiling block-padding v0.3.3
14412026-05-01T03:42:54.691Z Compiling sha2 v0.10.9
14422026-05-01T03:42:54.790Z Compiling tinystr v0.8.2
14432026-05-01T03:42:54.832Z Compiling potential_utf v0.1.4
14442026-05-01T03:42:54.975Z Compiling icu_locale_core v2.1.1
14452026-05-01T03:42:55.012Z Compiling icu_collections v2.1.1
14462026-05-01T03:42:55.013Z Compiling futures-util v0.3.32
14472026-05-01T03:42:55.257Z Compiling inout v0.1.4
14482026-05-01T03:42:55.470Z Compiling bytes v1.11.1
14492026-05-01T03:42:55.531Z Compiling cipher v0.4.4
14502026-05-01T03:42:55.540Z Compiling der_derive v0.7.3
14512026-05-01T03:42:55.745Z Compiling icu_provider v2.1.1
14522026-05-01T03:42:55.891Z Compiling salsa20 v0.10.2
14532026-05-01T03:42:56.014Z Compiling tokio v1.52.1
14542026-05-01T03:42:56.047Z Compiling icu_properties v2.1.2
14552026-05-01T03:42:56.047Z Compiling icu_normalizer v2.1.1
14562026-05-01T03:42:56.125Z Compiling http v1.4.0
14572026-05-01T03:42:56.473Z Compiling der v0.7.10
14582026-05-01T03:42:56.611Z Compiling chrono v0.4.44
14592026-05-01T03:42:57.082Z Compiling idna_adapter v1.2.1
14602026-05-01T03:42:57.097Z Compiling ppv-lite86 v0.2.21
14612026-05-01T03:42:57.139Z Compiling pbkdf2 v0.12.2
14622026-05-01T03:42:57.203Z Compiling idna v1.1.0
14632026-05-01T03:42:57.253Z Compiling thiserror-impl v2.0.18
14642026-05-01T03:42:57.304Z Compiling spki v0.7.3
14652026-05-01T03:42:57.351Z Compiling rand_chacha v0.9.0
14662026-05-01T03:42:57.506Z Compiling url v2.5.8
14672026-05-01T03:42:57.672Z Compiling scrypt v0.11.0
14682026-05-01T03:42:57.825Z Compiling cbc v0.1.2
14692026-05-01T03:42:57.927Z Compiling aes v0.8.4
14702026-05-01T03:42:57.964Z Compiling rustls-pki-types v1.14.0
14712026-05-01T03:42:57.981Z Compiling tracing-attributes v0.1.31
14722026-05-01T03:42:58.047Z Compiling rand v0.9.2
14732026-05-01T03:42:58.277Z Compiling http-body v1.0.1
14742026-05-01T03:42:58.401Z Compiling pkcs5 v0.7.1
14752026-05-01T03:42:58.497Z Compiling base64 v0.22.1
14762026-05-01T03:42:58.558Z Compiling thiserror v2.0.18
14772026-05-01T03:42:58.681Z Compiling untrusted v0.7.1
14782026-05-01T03:42:58.793Z Compiling httparse v1.10.1
14792026-05-01T03:42:58.804Z Compiling schemars v0.8.22
14802026-05-01T03:42:58.834Z Compiling untrusted v0.9.0
14812026-05-01T03:42:58.872Z Compiling openssl-probe v0.2.1
14822026-05-01T03:42:58.996Z Compiling pkcs8 v0.10.2
14832026-05-01T03:42:59.015Z Compiling schemars_derive v0.8.22
14842026-05-01T03:42:59.041Z Compiling pest_derive v2.8.6
14852026-05-01T03:42:59.166Z Compiling scroll_derive v0.13.1
14862026-05-01T03:42:59.257Z Compiling darling_core v0.20.11
14872026-05-01T03:42:59.271Z Compiling tracing v0.1.44
14882026-05-01T03:42:59.454Z Compiling tinyvec_macros v0.1.1
14892026-05-01T03:42:59.525Z Compiling try-lock v0.2.5
14902026-05-01T03:42:59.540Z Compiling tower-layer v0.3.3
14912026-05-01T03:42:59.635Z Compiling rustls v0.23.37
14922026-05-01T03:42:59.696Z Compiling tokio-util v0.7.18
14932026-05-01T03:42:59.803Z Compiling atomic-waker v1.1.2
14942026-05-01T03:42:59.929Z Compiling tower-service v0.3.3
14952026-05-01T03:42:59.954Z Compiling dyn-clone v1.0.20
14962026-05-01T03:43:00.025Z Compiling scroll v0.13.0
14972026-05-01T03:43:00.088Z Compiling want v0.3.1
14982026-05-01T03:43:00.254Z Compiling tinyvec v1.10.0
14992026-05-01T03:43:00.641Z Compiling h2 v0.4.13
15002026-05-01T03:43:00.663Z Compiling ipnet v2.11.0
15012026-05-01T03:43:00.711Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15022026-05-01T03:43:00.748Z Compiling spin v0.9.8
15032026-05-01T03:43:00.954Z Compiling aho-corasick v1.1.4
15042026-05-01T03:43:01.105Z Compiling openssl v0.10.78
15052026-05-01T03:43:01.152Z Compiling pin-utils v0.1.0
15062026-05-01T03:43:01.224Z Compiling crc32fast v1.5.0
15072026-05-01T03:43:01.328Z Compiling httpdate v1.0.3
15082026-05-01T03:43:01.495Z Compiling time-core v0.1.8
15092026-05-01T03:43:01.549Z Compiling foreign-types-shared v0.1.1
15102026-05-01T03:43:01.572Z Compiling darling_macro v0.20.11
15112026-05-01T03:43:01.590Z Compiling powerfmt v0.2.0
15122026-05-01T03:43:01.634Z Compiling num-conv v0.2.0
15132026-05-01T03:43:01.648Z Compiling foreign-types v0.3.2
15142026-05-01T03:43:01.668Z Compiling tempfile v3.25.0
15152026-05-01T03:43:01.764Z Compiling time-macros v0.2.27
15162026-05-01T03:43:01.775Z Compiling regex-automata v0.4.14
15172026-05-01T03:43:01.795Z Compiling deranged v0.5.8
15182026-05-01T03:43:02.030Z Compiling darling v0.20.11
15192026-05-01T03:43:02.113Z Compiling goblin v0.10.5
15202026-05-01T03:43:02.737Z Compiling openssl-macros v0.1.1
15212026-05-01T03:43:02.806Z Compiling wait-timeout v0.2.1
15222026-05-01T03:43:03.074Z Compiling usdt-impl v0.6.0
15232026-05-01T03:43:03.115Z Compiling bit-vec v0.8.0
15242026-05-01T03:43:03.133Z Compiling siphasher v1.0.2
15252026-05-01T03:43:03.274Z Compiling quick-error v1.2.3
15262026-05-01T03:43:03.316Z Compiling crossbeam-utils v0.8.21
15272026-05-01T03:43:03.345Z Compiling syn v1.0.109
15282026-05-01T03:43:03.378Z Compiling simd-adler32 v0.3.8
15292026-05-01T03:43:03.592Z Compiling hyper v1.8.1
15302026-05-01T03:43:03.617Z Compiling num_threads v0.1.7
15312026-05-01T03:43:03.643Z Compiling native-tls v0.2.18
15322026-05-01T03:43:03.734Z Compiling time v0.3.47
15332026-05-01T03:43:03.923Z Compiling rusty-fork v0.3.1
15342026-05-01T03:43:04.231Z Compiling bit-set v0.8.0
15352026-05-01T03:43:04.537Z Compiling derive_builder_core v0.20.2
15362026-05-01T03:43:05.138Z Compiling dof v0.4.0
15372026-05-01T03:43:05.250Z Compiling hyper-util v0.1.20
15382026-05-01T03:43:05.625Z Compiling unicode-normalization v0.1.25
15392026-05-01T03:43:05.840Z Compiling dtrace-parser v0.3.0
15402026-05-01T03:43:06.088Z Compiling rustls-native-certs v0.8.3
15412026-05-01T03:43:06.349Z Compiling signature v2.2.0
15422026-05-01T03:43:06.378Z Compiling scroll_derive v0.12.1
15432026-05-01T03:43:06.418Z Compiling thiserror-impl v1.0.69
15442026-05-01T03:43:06.525Z Compiling heapless v0.7.17
15452026-05-01T03:43:06.592Z Compiling rand_xorshift v0.4.0
15462026-05-01T03:43:06.757Z Compiling slog v2.8.2
15472026-05-01T03:43:06.770Z Compiling darling_core v0.21.3
15482026-05-01T03:43:06.939Z Compiling bzip2-sys v0.1.13+1.0.8
15492026-05-01T03:43:07.026Z Compiling sync_wrapper v1.0.2
15502026-05-01T03:43:07.029Z Compiling thread-id v5.1.0
15512026-05-01T03:43:07.120Z Compiling cookie v0.18.1
15522026-05-01T03:43:07.134Z Compiling paste v1.0.15
15532026-05-01T03:43:07.210Z Compiling unicode-bidi v0.3.18
15542026-05-01T03:43:07.298Z Compiling unarray v0.1.4
15552026-05-01T03:43:07.378Z Compiling zstd-safe v7.2.4
15562026-05-01T03:43:07.399Z Compiling unicode-properties v0.1.4
15572026-05-01T03:43:07.409Z Compiling allocator-api2 v0.2.21
15582026-05-01T03:43:07.569Z Compiling anyhow v1.0.102
15592026-05-01T03:43:07.598Z Compiling adler2 v2.0.1
15602026-05-01T03:43:07.666Z Compiling signal-hook v0.3.18
15612026-05-01T03:43:07.718Z Compiling miniz_oxide v0.8.9
15622026-05-01T03:43:07.732Z Compiling thiserror v1.0.69
15632026-05-01T03:43:07.745Z Compiling stringprep v0.1.5
15642026-05-01T03:43:07.828Z Compiling proptest v1.10.0
15652026-05-01T03:43:08.084Z Compiling tower v0.5.3
15662026-05-01T03:43:08.319Z Compiling scroll v0.12.0
15672026-05-01T03:43:08.547Z Compiling derive_builder_macro v0.20.2
15682026-05-01T03:43:08.748Z Compiling ipnetwork v0.21.1
15692026-05-01T03:43:08.842Z Compiling http-body-util v0.1.3
15702026-05-01T03:43:08.993Z Compiling webpki-roots v1.0.6
15712026-05-01T03:43:09.060Z Compiling rand_chacha v0.3.1
15722026-05-01T03:43:09.078Z Compiling erased-serde v0.3.31
15732026-05-01T03:43:09.113Z Compiling serde_spanned v0.6.9
15742026-05-01T03:43:09.135Z Compiling toml_datetime v0.6.11
15752026-05-01T03:43:09.246Z Compiling darling_macro v0.21.3
15762026-05-01T03:43:09.261Z Compiling serde_tokenstream v0.2.3
15772026-05-01T03:43:09.392Z Compiling md-5 v0.10.6
15782026-05-01T03:43:09.554Z Compiling zerocopy-derive v0.7.35
15792026-05-01T03:43:09.554Z Compiling curve25519-dalek v4.1.3
15802026-05-01T03:43:09.582Z Compiling vergen-lib v0.1.6
15812026-05-01T03:43:09.717Z Compiling num-integer v0.1.46
15822026-05-01T03:43:09.762Z Compiling hash32 v0.2.1
15832026-05-01T03:43:09.870Z Compiling ff v0.13.1
15842026-05-01T03:43:09.919Z Compiling memoffset v0.9.1
15852026-05-01T03:43:09.957Z Compiling litrs v1.0.0
15862026-05-01T03:43:10.004Z Compiling fallible-iterator v0.2.0
15872026-05-01T03:43:10.034Z Compiling iri-string v0.7.10
15882026-05-01T03:43:10.088Z Compiling num-bigint-dig v0.8.6
15892026-05-01T03:43:10.274Z Compiling ryu v1.0.23
15902026-05-01T03:43:10.311Z Compiling psl-types v2.0.11
15912026-05-01T03:43:10.439Z Compiling zlib-rs v0.6.2
15922026-05-01T03:43:10.478Z Compiling smoltcp v0.9.1
15932026-05-01T03:43:10.492Z Compiling base16ct v0.2.0
15942026-05-01T03:43:10.527Z Compiling ref-cast v1.0.25
15952026-05-01T03:43:10.678Z Compiling cfg_aliases v0.2.1
15962026-05-01T03:43:10.754Z Compiling rustix v0.38.44
15972026-05-01T03:43:10.829Z Compiling nix v0.31.2
15982026-05-01T03:43:10.888Z Compiling sec1 v0.7.3
15992026-05-01T03:43:11.171Z Compiling document-features v0.2.12
16002026-05-01T03:43:11.189Z Compiling publicsuffix v2.3.0
16012026-05-01T03:43:11.204Z Compiling zerocopy v0.7.35
16022026-05-01T03:43:11.361Z Compiling tower-http v0.6.8
16032026-05-01T03:43:11.594Z Compiling serde_urlencoded v0.7.1
16042026-05-01T03:43:11.763Z Compiling postgres-protocol v0.6.10
16052026-05-01T03:43:11.793Z Compiling newtype-uuid v1.3.2
16062026-05-01T03:43:11.841Z Compiling group v0.13.0
16072026-05-01T03:43:11.870Z Compiling num-iter v0.1.45
16082026-05-01T03:43:12.111Z Compiling darling v0.21.3
16092026-05-01T03:43:12.199Z Compiling rand v0.8.5
16102026-05-01T03:43:12.297Z Compiling derive_builder v0.20.2
16112026-05-01T03:43:12.427Z Compiling oxnet v0.1.4
16122026-05-01T03:43:12.452Z Compiling tokio-native-tls v0.3.1
16132026-05-01T03:43:12.574Z Compiling hubpack_derive v0.1.1
16142026-05-01T03:43:12.602Z Compiling goblin v0.8.2
16152026-05-01T03:43:13.160Z Compiling regex v1.12.3
16162026-05-01T03:43:13.319Z Compiling flate2 v1.1.9
16172026-05-01T03:43:13.350Z Compiling phf_shared v0.13.1
16182026-05-01T03:43:13.485Z Compiling lazy_static v1.5.0
16192026-05-01T03:43:13.617Z Compiling cargo-platform v0.1.9
16202026-05-01T03:43:13.620Z Compiling hkdf v0.12.4
16212026-05-01T03:43:13.621Z Compiling crypto-bigint v0.5.5
16222026-05-01T03:43:13.632Z Compiling terminal_size v0.4.3
16232026-05-01T03:43:13.732Z Compiling async-trait v0.1.89
16242026-05-01T03:43:13.751Z Compiling ref-cast-impl v1.0.25
16252026-05-01T03:43:13.766Z Compiling curve25519-dalek-derive v0.1.1
16262026-05-01T03:43:13.828Z Compiling strum_macros v0.27.2
16272026-05-01T03:43:14.280Z Compiling daft-derive v0.1.5
16282026-05-01T03:43:14.401Z Compiling vergen v9.0.6
16292026-05-01T03:43:14.584Z Compiling fs-err v3.3.0
16302026-05-01T03:43:14.745Z Compiling ahash v0.8.12
16312026-05-01T03:43:14.770Z Compiling libbz2-rs-sys v0.2.2
16322026-05-01T03:43:14.946Z Compiling object v0.37.3
16332026-05-01T03:43:14.981Z Compiling foldhash v0.1.5
16342026-05-01T03:43:15.164Z Compiling managed v0.8.0
16352026-05-01T03:43:15.212Z Compiling bitflags v1.3.2
16362026-05-01T03:43:15.300Z Compiling bumpalo v3.20.2
16372026-05-01T03:43:15.425Z Compiling unicode-segmentation v1.12.0
16382026-05-01T03:43:15.519Z Compiling winnow v0.5.40
16392026-05-01T03:43:15.579Z Compiling foldhash v0.2.0
16402026-05-01T03:43:15.750Z Compiling hashbrown v0.16.1
16412026-05-01T03:43:15.805Z Compiling zopfli v0.8.3
16422026-05-01T03:43:15.818Z Compiling clap_builder v4.5.60
16432026-05-01T03:43:15.831Z Compiling strum v0.27.2
16442026-05-01T03:43:16.149Z Compiling bzip2 v0.6.1
16452026-05-01T03:43:16.343Z Compiling hashbrown v0.15.5
16462026-05-01T03:43:16.358Z Compiling daft v0.1.5
16472026-05-01T03:43:16.617Z Compiling dof v0.3.0
16482026-05-01T03:43:16.655Z Compiling elliptic-curve v0.13.8
16492026-05-01T03:43:16.913Z Compiling toml_edit v0.19.15
16502026-05-01T03:43:17.035Z Compiling cargo_metadata v0.19.2
16512026-05-01T03:43:17.327Z Compiling phf v0.13.1
16522026-05-01T03:43:17.487Z Compiling signal-hook-mio v0.2.5
16532026-05-01T03:43:17.606Z Compiling cookie_store v0.22.1
16542026-05-01T03:43:18.351Z Compiling hubpack v0.1.2
16552026-05-01T03:43:18.581Z Compiling zstd v0.13.3
16562026-05-01T03:43:18.624Z Compiling hyper-tls v0.6.0
16572026-05-01T03:43:18.788Z Compiling bzip2 v0.4.4
16582026-05-01T03:43:18.810Z Compiling serde_with_macros v3.17.0
16592026-05-01T03:43:18.834Z Compiling postgres-types v0.2.12
16602026-05-01T03:43:19.060Z Compiling usdt-macro v0.6.0
16612026-05-01T03:43:19.370Z Compiling usdt-attr-macro v0.6.0
16622026-05-01T03:43:19.541Z Compiling dtrace-parser v0.2.0
16632026-05-01T03:43:19.725Z Compiling ed25519 v2.2.3
16642026-05-01T03:43:19.755Z Compiling bstr v1.12.1
16652026-05-01T03:43:19.923Z Compiling phf_shared v0.11.3
16662026-05-01T03:43:20.036Z Compiling pkcs1 v0.7.5
16672026-05-01T03:43:20.109Z Compiling hex v0.4.3
16682026-05-01T03:43:20.177Z Compiling serde-big-array v0.5.1
16692026-05-01T03:43:20.308Z Compiling rfc6979 v0.4.0
16702026-05-01T03:43:20.429Z Compiling enum-as-inner v0.6.1
16712026-05-01T03:43:20.437Z Compiling clap_derive v4.5.55
16722026-05-01T03:43:20.455Z Compiling serde_repr v0.1.20
16732026-05-01T03:43:20.470Z Compiling strum_macros v0.26.4
16742026-05-01T03:43:20.536Z Compiling float-cmp v0.10.0
16752026-05-01T03:43:20.640Z Compiling thread-id v4.2.2
16762026-05-01T03:43:20.680Z Compiling memmap2 v0.9.10
16772026-05-01T03:43:20.723Z Compiling env_filter v1.0.0
16782026-05-01T03:43:20.849Z Compiling encoding_rs v0.8.35
16792026-05-01T03:43:20.906Z Compiling fixedbitset v0.4.2
16802026-05-01T03:43:20.980Z Compiling predicates-core v1.0.10
16812026-05-01T03:43:21.030Z Compiling rustc-hash v2.1.1
16822026-05-01T03:43:21.119Z Compiling new_debug_unreachable v1.0.6
16832026-05-01T03:43:21.156Z Compiling difflib v0.4.0
16842026-05-01T03:43:21.163Z Compiling fixedbitset v0.5.7
16852026-05-01T03:43:21.185Z Compiling static_assertions v1.1.0
16862026-05-01T03:43:21.277Z Compiling keccak v0.1.6
16872026-05-01T03:43:21.470Z Compiling mime v0.3.17
16882026-05-01T03:43:21.735Z Compiling precomputed-hash v0.1.1
16892026-05-01T03:43:21.762Z Compiling either v1.15.0
16902026-05-01T03:43:21.805Z Compiling jiff v0.2.21
16912026-05-01T03:43:21.937Z Compiling whoami v2.1.0
16922026-05-01T03:43:22.103Z Compiling normalize-line-endings v0.3.0
16932026-05-01T03:43:22.175Z Compiling data-encoding v2.10.0
16942026-05-01T03:43:22.187Z Compiling predicates v3.1.4
16952026-05-01T03:43:22.228Z Compiling strum v0.26.3
16962026-05-01T03:43:22.324Z Compiling clap v4.5.60
16972026-05-01T03:43:22.357Z Compiling tokio-postgres v0.7.16
16982026-05-01T03:43:22.361Z Compiling itertools v0.13.0
16992026-05-01T03:43:22.410Z Compiling string_cache v0.8.9
17002026-05-01T03:43:22.685Z Compiling hickory-proto v0.25.2
17012026-05-01T03:43:22.745Z Compiling toml_edit v0.22.27
17022026-05-01T03:43:22.849Z Compiling sha3 v0.10.8
17032026-05-01T03:43:22.885Z Compiling petgraph v0.8.3
17042026-05-01T03:43:23.292Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
17052026-05-01T03:43:23.591Z Compiling iddqd v0.3.18
17062026-05-01T03:43:24.551Z Compiling zip v4.6.1
17072026-05-01T03:43:24.740Z Compiling petgraph v0.6.5
17082026-05-01T03:43:24.790Z Compiling env_logger v0.11.9
17092026-05-01T03:43:25.122Z Compiling usdt v0.6.0
17102026-05-01T03:43:25.407Z Compiling usdt-impl v0.5.0
17112026-05-01T03:43:25.415Z Compiling ecdsa v0.16.9
17122026-05-01T03:43:25.538Z Compiling serde_with v3.17.0
17132026-05-01T03:43:25.811Z Compiling rsa v0.9.10
17142026-05-01T03:43:26.001Z Compiling similar v2.7.0
17152026-05-01T03:43:26.029Z Compiling ed25519-dalek v2.2.0
17162026-05-01T03:43:26.138Z Compiling crossterm v0.28.1
17172026-05-01T03:43:26.690Z Compiling zip v0.6.6
17182026-05-01T03:43:27.248Z Compiling toml v0.7.8
17192026-05-01T03:43:27.405Z Compiling heck v0.4.1
17202026-05-01T03:43:27.505Z Compiling toml_parser v1.0.9+spec-1.1.0
17212026-05-01T03:43:27.631Z Compiling crossbeam-epoch v0.9.18
17222026-05-01T03:43:27.654Z Compiling tokio-stream v0.1.18
17232026-05-01T03:43:27.684Z Compiling buf-list v1.1.2
17242026-05-01T03:43:27.847Z Compiling x509-cert v0.2.5
17252026-05-01T03:43:27.954Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
17262026-05-01T03:43:27.970Z Compiling openapiv3 v2.2.0
17272026-05-01T03:43:28.119Z Compiling sha1 v0.10.6
17282026-05-01T03:43:28.138Z Compiling toml_datetime v0.7.5+spec-1.1.0
17292026-05-01T03:43:28.254Z Compiling peg-runtime v0.8.5
17302026-05-01T03:43:28.343Z Compiling lalrpop-util v0.19.12
17312026-05-01T03:43:28.435Z Compiling thread_local v1.1.9
17322026-05-01T03:43:28.534Z Compiling slog-async v2.8.0
17332026-05-01T03:43:28.546Z Compiling crossbeam-channel v0.5.15
17342026-05-01T03:43:28.679Z Compiling futures-executor v0.3.32
17352026-05-01T03:43:28.881Z Compiling filetime v0.2.27
17362026-05-01T03:43:28.943Z Compiling is-terminal v0.4.17
17372026-05-01T03:43:29.004Z Compiling take_mut v0.2.2
17382026-05-01T03:43:29.030Z Compiling term v1.2.1
17392026-05-01T03:43:29.045Z Compiling xattr v1.6.1
17402026-05-01T03:43:29.147Z Compiling futures v0.3.32
17412026-05-01T03:43:29.217Z Compiling tar v0.4.45
17422026-05-01T03:43:29.472Z Compiling slog-term v2.9.2
17432026-05-01T03:43:35.956Z Compiling rustls-webpki v0.103.9
17442026-05-01T03:43:38.755Z Compiling tokio-rustls v0.26.4
17452026-05-01T03:43:38.755Z Compiling rustls-platform-verifier v0.6.2
17462026-05-01T03:43:38.931Z Compiling hyper-rustls v0.27.7
17472026-05-01T03:43:39.132Z Compiling reqwest v0.12.28
17482026-05-01T03:43:39.132Z Compiling reqwest v0.13.2
17492026-05-01T03:43:41.225Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17502026-05-01T03:43:41.440Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17512026-05-01T03:43:44.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
17522026-05-01T03:43:44.439Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17532026-05-01T03:43:44.475ZMay 01 03:43:43.277 INFO Starting download, target: Cockroach
17542026-05-01T03:43:44.475ZMay 01 03:43:43.278 INFO Starting download, target: Clickhouse
17552026-05-01T03:43:44.489ZMay 01 03:43:43.278 INFO Starting download, target: Console
17562026-05-01T03:43:44.489ZMay 01 03:43:43.278 INFO Starting download, target: DendriteStub
17572026-05-01T03:43:44.489ZMay 01 03:43:43.278 INFO Starting download, target: MaghemiteMgd
17582026-05-01T03:43:44.489ZMay 01 03:43:43.278 INFO Starting download, target: TransceiverControl
17592026-05-01T03:43:44.490ZMay 01 03:43:43.278 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17602026-05-01T03:43:44.490ZMay 01 03:43:43.278 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17612026-05-01T03:43:44.490ZMay 01 03:43:43.278 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17622026-05-01T03:43:44.490ZMay 01 03:43:43.278 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17632026-05-01T03:43:44.490ZMay 01 03:43:43.278 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17642026-05-01T03:43:44.490ZMay 01 03:43:43.278 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17652026-05-01T03:43:45.318ZMay 01 03:43:44.117 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17662026-05-01T03:43:45.421ZMay 01 03:43:44.220 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17672026-05-01T03:43:45.514ZMay 01 03:43:44.321 INFO Download complete, target: TransceiverControl
17682026-05-01T03:43:45.689ZMay 01 03:43:44.475 INFO Download complete, target: Console
17692026-05-01T03:43:46.541ZMay 01 03:43:45.324 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17702026-05-01T03:43:46.812ZMay 01 03:43:45.620 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17712026-05-01T03:43:47.367ZMay 01 03:43:46.165 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17722026-05-01T03:43:47.825ZMay 01 03:43:46.632 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17732026-05-01T03:43:47.825ZMay 01 03:43:46.632 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17742026-05-01T03:43:49.106ZMay 01 03:43:47.886 INFO Download complete, target: DendriteStub
17752026-05-01T03:43:49.744ZMay 01 03:43:48.539 INFO Download complete, target: MaghemiteMgd
17762026-05-01T03:43:52.448ZMay 01 03:43:51.231 INFO Checking that binary works, target: Cockroach
17772026-05-01T03:43:52.540ZMay 01 03:43:51.328 INFO Download complete, target: Cockroach
17782026-05-01T03:43:53.288ZMay 01 03:43:52.071 INFO Checking that binary works, target: Clickhouse
17792026-05-01T03:43:53.370ZMay 01 03:43:52.177 INFO Download complete, target: Clickhouse
17802026-05-01T03:43:53.404ZAll builder prerequisites installed successfully, and PATH looks valid
17812026-05-01T03:43:53.432Z
17822026-05-01T03:43:53.432Zreal 3:13.956385119
17832026-05-01T03:43:53.432Zuser 7:17.955967783
17842026-05-01T03:43:53.432Zsys 1:24.263020261
17852026-05-01T03:43:53.432Ztrap 0.218720062
17862026-05-01T03:43:53.432Ztflt 0.646759608
17872026-05-01T03:43:53.432Zdflt 0.428459796
17882026-05-01T03:43:53.433Zkflt 0.025822337
17892026-05-01T03:43:53.433Zlock 21:26.243456131
17902026-05-01T03:43:53.433Zslp 22:02.917299545
17912026-05-01T03:43:53.433Zlat 41.810465433
17922026-05-01T03:43:53.433Zstop 1:58.183244969
17932026-05-01T03:43:53.433Z+ banner hack-check
17942026-05-01T03:43:53.433Z
17952026-05-01T03:43:53.433Z # # ## #### # # #### # # ###### #### # #
17962026-05-01T03:43:53.433Z # # # # # # # # # # # # # # # # #
17972026-05-01T03:43:53.433Z ###### # # # #### ##### # ###### ##### # ####
17982026-05-01T03:43:53.434Z # # ###### # # # # # # # # # #
17992026-05-01T03:43:53.434Z # # # # # # # # # # # # # # # # #
18002026-05-01T03:43:53.434Z # # # # #### # # #### # # ###### #### # #
18012026-05-01T03:43:53.434Z
18022026-05-01T03:43:53.434Z+ export CARGO_INCREMENTAL=0
18032026-05-01T03:43:53.434Z+ CARGO_INCREMENTAL=0
18042026-05-01T03:43:53.434Z+ ptime -m timeout 2h cargo xtask check-features --ci
18052026-05-01T03:43:53.925Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18062026-05-01T03:43:54.159Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18072026-05-01T03:43:56.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.63s
18082026-05-01T03:43:56.136Z Running `target/debug/xtask check-features --ci`
18092026-05-01T03:43:56.158Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18102026-05-01T03:43:56.163Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18112026-05-01T03:43:56.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18122026-05-01T03:43:56.708Z Running `target/debug/xtask download cargo-hack`
18132026-05-01T03:43:57.473Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18142026-05-01T03:43:57.848Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18152026-05-01T03:44:00.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.55s
18162026-05-01T03:44:00.437Z Running `target/debug/xtask-downloader cargo-hack`
18172026-05-01T03:44:00.466ZMay 01 03:43:59.279 INFO Starting download, target: CargoHack
18182026-05-01T03:44:00.470ZMay 01 03:43:59.279 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18192026-05-01T03:44:01.029ZMay 01 03:43:59.843 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18202026-05-01T03:44:01.078ZMay 01 03:43:59.893 INFO Download complete, target: CargoHack
18212026-05-01T03:44:01.084Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
18222026-05-01T03:44:01.097Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18232026-05-01T03:44:01.266Zinfo: running `cargo check --bins` on api_identity (1/274)
18242026-05-01T03:44:01.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18252026-05-01T03:44:01.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18262026-05-01T03:44:01.751Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18272026-05-01T03:44:01.751Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18282026-05-01T03:44:01.833Z
18292026-05-01T03:44:01.833Zinfo: running `cargo check --bins` on bootstore (2/274)
18302026-05-01T03:44:02.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18312026-05-01T03:44:02.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18322026-05-01T03:44:02.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18332026-05-01T03:44:02.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18342026-05-01T03:44:02.404Z
18352026-05-01T03:44:02.404Zinfo: running `cargo check --bins` on omicron-ledger (3/274)
18362026-05-01T03:44:02.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18372026-05-01T03:44:02.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18382026-05-01T03:44:02.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18392026-05-01T03:44:02.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18402026-05-01T03:44:02.987Z
18412026-05-01T03:44:02.987Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/274)
18422026-05-01T03:44:03.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18432026-05-01T03:44:03.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18442026-05-01T03:44:03.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18452026-05-01T03:44:03.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18462026-05-01T03:44:03.572Z
18472026-05-01T03:44:03.572Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/274)
18482026-05-01T03:44:04.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18492026-05-01T03:44:04.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18502026-05-01T03:44:04.077Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18512026-05-01T03:44:04.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18522026-05-01T03:44:04.147Z
18532026-05-01T03:44:04.147Zinfo: running `cargo check --bins` on omicron-certificates (6/274)
18542026-05-01T03:44:04.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18552026-05-01T03:44:04.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18562026-05-01T03:44:04.719Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18572026-05-01T03:44:04.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18582026-05-01T03:44:04.762Z
18592026-05-01T03:44:04.762Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/274)
18602026-05-01T03:44:05.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18612026-05-01T03:44:05.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18622026-05-01T03:44:05.349Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18632026-05-01T03:44:05.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18642026-05-01T03:44:05.391Z
18652026-05-01T03:44:05.391Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/274)
18662026-05-01T03:44:05.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18672026-05-01T03:44:05.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18682026-05-01T03:44:05.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18692026-05-01T03:44:05.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18702026-05-01T03:44:05.930Z
18712026-05-01T03:44:05.930Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/274)
18722026-05-01T03:44:06.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18732026-05-01T03:44:06.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18742026-05-01T03:44:06.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18752026-05-01T03:44:06.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18762026-05-01T03:44:06.389Z
18772026-05-01T03:44:06.389Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/274)
18782026-05-01T03:44:06.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18792026-05-01T03:44:06.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18802026-05-01T03:44:06.808Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18812026-05-01T03:44:06.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18822026-05-01T03:44:06.864Z
18832026-05-01T03:44:06.864Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/274)
18842026-05-01T03:44:07.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18852026-05-01T03:44:07.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18862026-05-01T03:44:07.294Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18872026-05-01T03:44:07.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18882026-05-01T03:44:07.330Z
18892026-05-01T03:44:07.331Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/274)
18902026-05-01T03:44:07.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18912026-05-01T03:44:07.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18922026-05-01T03:44:07.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18932026-05-01T03:44:07.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18942026-05-01T03:44:07.798Z
18952026-05-01T03:44:07.798Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/274)
18962026-05-01T03:44:08.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18972026-05-01T03:44:08.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18982026-05-01T03:44:08.257Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18992026-05-01T03:44:08.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19002026-05-01T03:44:08.271Z
19012026-05-01T03:44:08.271Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/274)
19022026-05-01T03:44:08.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19032026-05-01T03:44:08.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19042026-05-01T03:44:08.707Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19052026-05-01T03:44:08.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19062026-05-01T03:44:08.742Z
19072026-05-01T03:44:08.742Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/274)
19082026-05-01T03:44:09.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19092026-05-01T03:44:09.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19102026-05-01T03:44:09.240Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19112026-05-01T03:44:09.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19122026-05-01T03:44:09.292Z
19132026-05-01T03:44:09.292Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/274)
19142026-05-01T03:44:09.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19152026-05-01T03:44:09.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19162026-05-01T03:44:09.658Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19172026-05-01T03:44:09.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19182026-05-01T03:44:09.697Z
19192026-05-01T03:44:09.697Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/274)
19202026-05-01T03:44:10.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19212026-05-01T03:44:10.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19222026-05-01T03:44:10.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19232026-05-01T03:44:10.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19242026-05-01T03:44:10.148Z
19252026-05-01T03:44:10.148Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/274)
19262026-05-01T03:44:10.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19272026-05-01T03:44:10.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19282026-05-01T03:44:10.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19292026-05-01T03:44:10.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19302026-05-01T03:44:10.639Z
19312026-05-01T03:44:10.639Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/274)
19322026-05-01T03:44:11.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19332026-05-01T03:44:11.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19342026-05-01T03:44:11.052Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19352026-05-01T03:44:11.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19362026-05-01T03:44:11.125Z
19372026-05-01T03:44:11.125Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/274)
19382026-05-01T03:44:11.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19392026-05-01T03:44:11.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19402026-05-01T03:44:11.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19412026-05-01T03:44:11.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19422026-05-01T03:44:11.681Z
19432026-05-01T03:44:11.681Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/274)
19442026-05-01T03:44:11.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19452026-05-01T03:44:12.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19462026-05-01T03:44:12.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19472026-05-01T03:44:12.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19482026-05-01T03:44:12.128Z
19492026-05-01T03:44:12.128Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/274)
19502026-05-01T03:44:12.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19512026-05-01T03:44:12.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19522026-05-01T03:44:12.573Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19532026-05-01T03:44:12.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19542026-05-01T03:44:12.574Z
19552026-05-01T03:44:12.574Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/274)
19562026-05-01T03:44:12.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19572026-05-01T03:44:12.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19582026-05-01T03:44:12.909Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19592026-05-01T03:44:12.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19602026-05-01T03:44:12.955Z
19612026-05-01T03:44:12.955Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/274)
19622026-05-01T03:44:13.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19632026-05-01T03:44:13.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19642026-05-01T03:44:13.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19652026-05-01T03:44:13.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19662026-05-01T03:44:13.545Z
19672026-05-01T03:44:13.546Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/274)
19682026-05-01T03:44:13.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19692026-05-01T03:44:13.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19702026-05-01T03:44:13.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19712026-05-01T03:44:13.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19722026-05-01T03:44:13.914Z
19732026-05-01T03:44:13.914Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/274)
19742026-05-01T03:44:14.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19752026-05-01T03:44:14.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19762026-05-01T03:44:14.324Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19772026-05-01T03:44:14.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19782026-05-01T03:44:14.376Z
19792026-05-01T03:44:14.376Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/274)
19802026-05-01T03:44:14.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19812026-05-01T03:44:14.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19822026-05-01T03:44:14.783Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19832026-05-01T03:44:14.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19842026-05-01T03:44:14.841Z
19852026-05-01T03:44:14.841Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/274)
19862026-05-01T03:44:15.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19872026-05-01T03:44:15.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19882026-05-01T03:44:15.264Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19892026-05-01T03:44:15.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19902026-05-01T03:44:15.315Z
19912026-05-01T03:44:15.315Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/274)
19922026-05-01T03:44:15.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19932026-05-01T03:44:15.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19942026-05-01T03:44:15.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19952026-05-01T03:44:15.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19962026-05-01T03:44:15.781Z
19972026-05-01T03:44:15.781Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/274)
19982026-05-01T03:44:16.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19992026-05-01T03:44:16.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20002026-05-01T03:44:16.197Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20012026-05-01T03:44:16.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20022026-05-01T03:44:16.268Z
20032026-05-01T03:44:16.268Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/274)
20042026-05-01T03:44:16.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20052026-05-01T03:44:16.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20062026-05-01T03:44:16.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20072026-05-01T03:44:16.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20082026-05-01T03:44:16.721Z
20092026-05-01T03:44:16.721Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/274)
20102026-05-01T03:44:17.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20112026-05-01T03:44:17.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20122026-05-01T03:44:17.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20132026-05-01T03:44:17.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20142026-05-01T03:44:17.191Z
20152026-05-01T03:44:17.191Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/274)
20162026-05-01T03:44:17.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20172026-05-01T03:44:17.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20182026-05-01T03:44:17.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20192026-05-01T03:44:17.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20202026-05-01T03:44:17.662Z
20212026-05-01T03:44:17.662Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/274)
20222026-05-01T03:44:18.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20232026-05-01T03:44:18.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20242026-05-01T03:44:18.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20252026-05-01T03:44:18.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20262026-05-01T03:44:18.142Z
20272026-05-01T03:44:18.142Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/274)
20282026-05-01T03:44:18.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20292026-05-01T03:44:18.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20302026-05-01T03:44:18.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20312026-05-01T03:44:18.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20322026-05-01T03:44:18.609Z
20332026-05-01T03:44:18.609Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/274)
20342026-05-01T03:44:19.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20352026-05-01T03:44:19.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20362026-05-01T03:44:19.104Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20372026-05-01T03:44:19.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20382026-05-01T03:44:19.117Z
20392026-05-01T03:44:19.117Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/274)
20402026-05-01T03:44:19.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20412026-05-01T03:44:19.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20422026-05-01T03:44:19.520Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20432026-05-01T03:44:19.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20442026-05-01T03:44:19.579Z
20452026-05-01T03:44:19.579Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/274)
20462026-05-01T03:44:19.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20472026-05-01T03:44:19.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20482026-05-01T03:44:19.955Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20492026-05-01T03:44:19.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20502026-05-01T03:44:20.020Z
20512026-05-01T03:44:20.020Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/274)
20522026-05-01T03:44:20.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20532026-05-01T03:44:20.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20542026-05-01T03:44:20.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20552026-05-01T03:44:20.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20562026-05-01T03:44:20.471Z
20572026-05-01T03:44:20.471Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/274)
20582026-05-01T03:44:20.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20592026-05-01T03:44:20.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20602026-05-01T03:44:20.883Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20612026-05-01T03:44:20.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20622026-05-01T03:44:20.943Z
20632026-05-01T03:44:20.943Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/274)
20642026-05-01T03:44:21.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20652026-05-01T03:44:21.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20662026-05-01T03:44:21.362Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20672026-05-01T03:44:21.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20682026-05-01T03:44:21.413Z
20692026-05-01T03:44:21.414Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/274)
20702026-05-01T03:44:21.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20712026-05-01T03:44:21.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20722026-05-01T03:44:21.853Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20732026-05-01T03:44:21.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20742026-05-01T03:44:21.892Z
20752026-05-01T03:44:21.892Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/274)
20762026-05-01T03:44:22.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20772026-05-01T03:44:22.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20782026-05-01T03:44:22.330Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20792026-05-01T03:44:22.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20802026-05-01T03:44:22.361Z
20812026-05-01T03:44:22.361Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/274)
20822026-05-01T03:44:22.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20832026-05-01T03:44:22.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20842026-05-01T03:44:22.768Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20852026-05-01T03:44:22.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20862026-05-01T03:44:22.821Z
20872026-05-01T03:44:22.821Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/274)
20882026-05-01T03:44:23.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20892026-05-01T03:44:23.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20902026-05-01T03:44:23.236Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20912026-05-01T03:44:23.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20922026-05-01T03:44:23.352Z
20932026-05-01T03:44:23.353Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/274)
20942026-05-01T03:44:23.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20952026-05-01T03:44:23.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20962026-05-01T03:44:23.705Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20972026-05-01T03:44:23.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20982026-05-01T03:44:23.763Z
20992026-05-01T03:44:23.763Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/274)
21002026-05-01T03:44:24.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21012026-05-01T03:44:24.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21022026-05-01T03:44:24.182Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21032026-05-01T03:44:24.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
21042026-05-01T03:44:24.232Z
21052026-05-01T03:44:24.232Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/274)
21062026-05-01T03:44:24.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21072026-05-01T03:44:24.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21082026-05-01T03:44:24.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21092026-05-01T03:44:24.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
21102026-05-01T03:44:24.704Z
21112026-05-01T03:44:24.704Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/274)
21122026-05-01T03:44:25.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21132026-05-01T03:44:25.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21142026-05-01T03:44:25.245Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21152026-05-01T03:44:25.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21162026-05-01T03:44:25.343Z
21172026-05-01T03:44:25.343Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/274)
21182026-05-01T03:44:25.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21192026-05-01T03:44:25.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21202026-05-01T03:44:25.929Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21212026-05-01T03:44:25.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21222026-05-01T03:44:25.983Z
21232026-05-01T03:44:25.983Zinfo: running `cargo check --bins` on nexus-config (51/274)
21242026-05-01T03:44:26.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21252026-05-01T03:44:26.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21262026-05-01T03:44:26.520Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21272026-05-01T03:44:26.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21282026-05-01T03:44:26.625Z
21292026-05-01T03:44:26.625Zinfo: running `cargo check --bins` on nexus-types (52/274)
21302026-05-01T03:44:27.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21312026-05-01T03:44:27.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21322026-05-01T03:44:27.160Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21332026-05-01T03:44:27.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21342026-05-01T03:44:27.249Z
21352026-05-01T03:44:27.249Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/274)
21362026-05-01T03:44:27.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21372026-05-01T03:44:27.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21382026-05-01T03:44:27.771Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21392026-05-01T03:44:27.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21402026-05-01T03:44:27.862Z
21412026-05-01T03:44:27.862Zinfo: running `cargo check --bins` on omicron-passwords (54/274)
21422026-05-01T03:44:28.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21432026-05-01T03:44:28.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21442026-05-01T03:44:28.349Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21452026-05-01T03:44:28.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21462026-05-01T03:44:28.428Z
21472026-05-01T03:44:28.428Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/274)
21482026-05-01T03:44:28.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21492026-05-01T03:44:28.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21502026-05-01T03:44:28.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21512026-05-01T03:44:28.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21522026-05-01T03:44:29.025Z
21532026-05-01T03:44:29.025Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/274)
21542026-05-01T03:44:29.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21552026-05-01T03:44:29.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21562026-05-01T03:44:29.540Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21572026-05-01T03:44:29.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21582026-05-01T03:44:29.633Z
21592026-05-01T03:44:29.633Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/274)
21602026-05-01T03:44:30.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21612026-05-01T03:44:30.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21622026-05-01T03:44:30.160Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21632026-05-01T03:44:30.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21642026-05-01T03:44:30.234Z
21652026-05-01T03:44:30.234Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/274)
21662026-05-01T03:44:30.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21672026-05-01T03:44:30.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21682026-05-01T03:44:30.742Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21692026-05-01T03:44:30.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21702026-05-01T03:44:30.831Z
21712026-05-01T03:44:30.831Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/274)
21722026-05-01T03:44:31.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21732026-05-01T03:44:31.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21742026-05-01T03:44:31.329Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21752026-05-01T03:44:31.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21762026-05-01T03:44:31.423Z
21772026-05-01T03:44:31.423Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/274)
21782026-05-01T03:44:31.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21792026-05-01T03:44:31.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21802026-05-01T03:44:31.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21812026-05-01T03:44:31.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21822026-05-01T03:44:32.001Z
21832026-05-01T03:44:32.001Zinfo: running `cargo check --bins --no-default-features` on gfss (61/274)
21842026-05-01T03:44:32.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21852026-05-01T03:44:32.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21862026-05-01T03:44:32.496Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21872026-05-01T03:44:32.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21882026-05-01T03:44:32.578Z
21892026-05-01T03:44:32.578Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/274)
21902026-05-01T03:44:33.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21912026-05-01T03:44:33.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21922026-05-01T03:44:33.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21932026-05-01T03:44:33.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21942026-05-01T03:44:33.162Z
21952026-05-01T03:44:33.162Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/274)
21962026-05-01T03:44:33.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21972026-05-01T03:44:33.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21982026-05-01T03:44:33.680Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21992026-05-01T03:44:33.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22002026-05-01T03:44:33.758Z
22012026-05-01T03:44:33.758Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/274)
22022026-05-01T03:44:34.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22032026-05-01T03:44:34.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22042026-05-01T03:44:34.268Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22052026-05-01T03:44:34.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22062026-05-01T03:44:34.357Z
22072026-05-01T03:44:34.357Zinfo: running `cargo check --bins` on cockroach-admin-types (65/274)
22082026-05-01T03:44:34.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22092026-05-01T03:44:34.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22102026-05-01T03:44:34.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22112026-05-01T03:44:34.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22122026-05-01T03:44:34.937Z
22132026-05-01T03:44:34.937Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/274)
22142026-05-01T03:44:35.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22152026-05-01T03:44:35.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22162026-05-01T03:44:35.432Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22172026-05-01T03:44:35.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22182026-05-01T03:44:35.549Z
22192026-05-01T03:44:35.549Zinfo: running `cargo check --bins` on ereport-types (67/274)
22202026-05-01T03:44:36.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22212026-05-01T03:44:36.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22222026-05-01T03:44:36.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22232026-05-01T03:44:36.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22242026-05-01T03:44:36.105Z
22252026-05-01T03:44:36.106Zinfo: running `cargo check --bins` on gateway-client (68/274)
22262026-05-01T03:44:36.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22272026-05-01T03:44:36.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22282026-05-01T03:44:36.610Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22292026-05-01T03:44:36.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22302026-05-01T03:44:36.693Z
22312026-05-01T03:44:36.693Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/274)
22322026-05-01T03:44:37.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22332026-05-01T03:44:37.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22342026-05-01T03:44:37.212Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22352026-05-01T03:44:37.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22362026-05-01T03:44:37.281Z
22372026-05-01T03:44:37.281Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/274)
22382026-05-01T03:44:37.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22392026-05-01T03:44:37.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22402026-05-01T03:44:37.784Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22412026-05-01T03:44:37.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22422026-05-01T03:44:37.871Z
22432026-05-01T03:44:37.871Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/274)
22442026-05-01T03:44:38.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22452026-05-01T03:44:38.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22462026-05-01T03:44:38.371Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22472026-05-01T03:44:38.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22482026-05-01T03:44:38.457Z
22492026-05-01T03:44:38.457Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/274)
22502026-05-01T03:44:38.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22512026-05-01T03:44:38.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22522026-05-01T03:44:38.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22532026-05-01T03:44:38.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22542026-05-01T03:44:39.053Z
22552026-05-01T03:44:39.053Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/274)
22562026-05-01T03:44:39.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22572026-05-01T03:44:39.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22582026-05-01T03:44:39.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22592026-05-01T03:44:39.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22602026-05-01T03:44:39.662Z
22612026-05-01T03:44:39.662Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/274)
22622026-05-01T03:44:40.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22632026-05-01T03:44:40.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22642026-05-01T03:44:40.179Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22652026-05-01T03:44:40.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22662026-05-01T03:44:40.272Z
22672026-05-01T03:44:40.272Zinfo: running `cargo check --bins` on key-manager-types (75/274)
22682026-05-01T03:44:40.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22692026-05-01T03:44:40.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22702026-05-01T03:44:40.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22712026-05-01T03:44:40.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22722026-05-01T03:44:40.856Z
22732026-05-01T03:44:40.856Zinfo: running `cargo check --bins` on oxlog (76/274)
22742026-05-01T03:44:41.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22752026-05-01T03:44:41.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22762026-05-01T03:44:41.463Z Checking cfg-if v1.0.4
22772026-05-01T03:44:41.469Z Checking libc v0.2.185
22782026-05-01T03:44:41.469Z Checking serde_core v1.0.228
22792026-05-01T03:44:41.575Z Checking zeroize v1.8.2
22802026-05-01T03:44:41.585Z Checking memchr v2.8.0
22812026-05-01T03:44:41.591Z Checking log v0.4.29
22822026-05-01T03:44:41.601Z Checking smallvec v1.15.1
22832026-05-01T03:44:41.610Z Checking typenum v1.19.0
22842026-05-01T03:44:41.621Z Checking subtle v2.6.1
22852026-05-01T03:44:41.715Z Checking itoa v1.0.17
22862026-05-01T03:44:41.750Z Checking scopeguard v1.2.0
22872026-05-01T03:44:41.764Z Checking stable_deref_trait v1.2.1
22882026-05-01T03:44:41.777Z Checking const-oid v0.9.6
22892026-05-01T03:44:41.838Z Checking portable-atomic v1.13.1
22902026-05-01T03:44:41.852Z Checking lock_api v0.4.14
22912026-05-01T03:44:41.862Z Checking zerofrom v0.1.6
22922026-05-01T03:44:41.953Z Checking critical-section v1.2.0
22932026-05-01T03:44:41.964Z Checking getrandom v0.2.17
22942026-05-01T03:44:42.027Z Checking errno v0.3.14
22952026-05-01T03:44:42.044Z Checking yoke v0.8.1
22962026-05-01T03:44:42.055Z Checking parking_lot_core v0.9.12
22972026-05-01T03:44:42.106Z Checking rand_core v0.6.4
22982026-05-01T03:44:42.119Z Checking generic-array v0.14.7
22992026-05-01T03:44:42.128Z Checking signal-hook-registry v1.4.8
23002026-05-01T03:44:42.205Z Checking zerovec v0.11.5
23012026-05-01T03:44:42.230Z Checking once_cell v1.21.3
23022026-05-01T03:44:42.256Z Checking zerocopy v0.8.40
23032026-05-01T03:44:42.280Z Checking pin-project-lite v0.2.17
23042026-05-01T03:44:42.292Z Checking parking_lot v0.12.5
23052026-05-01T03:44:42.373Z Checking mio v1.2.0
23062026-05-01T03:44:42.397Z Checking socket2 v0.6.3
23072026-05-01T03:44:42.440Z Checking libm v0.2.16
23082026-05-01T03:44:42.476Z Checking zmij v1.0.21
23092026-05-01T03:44:42.559Z Checking crypto-common v0.1.7
23102026-05-01T03:44:42.633Z Checking block-buffer v0.10.4
23112026-05-01T03:44:42.635Z Checking tinystr v0.8.2
23122026-05-01T03:44:42.657Z Checking writeable v0.6.2
23132026-05-01T03:44:42.680Z Checking futures-core v0.3.32
23142026-05-01T03:44:42.684Z Checking litemap v0.8.1
23152026-05-01T03:44:42.777Z Checking digest v0.10.7
23162026-05-01T03:44:42.804Z Checking percent-encoding v2.3.2
23172026-05-01T03:44:42.817Z Checking equivalent v1.0.2
23182026-05-01T03:44:42.827Z Checking potential_utf v0.1.4
23192026-05-01T03:44:42.897Z Checking icu_locale_core v2.1.1
23202026-05-01T03:44:42.907Z Checking zerotrie v0.2.3
23212026-05-01T03:44:42.943Z Checking cpufeatures v0.2.17
23222026-05-01T03:44:42.963Z Checking icu_collections v2.1.1
23232026-05-01T03:44:42.977Z Checking hmac v0.12.1
23242026-05-01T03:44:43.004Z Checking block-padding v0.3.3
23252026-05-01T03:44:43.036Z Checking serde v1.0.228
23262026-05-01T03:44:43.095Z Checking bitflags v2.11.0
23272026-05-01T03:44:43.138Z Checking serde_json v1.0.149
23282026-05-01T03:44:43.144Z Checking num-traits v0.2.19
23292026-05-01T03:44:43.149Z Checking icu_normalizer_data v2.1.1
23302026-05-01T03:44:43.226Z Checking icu_properties_data v2.1.2
23312026-05-01T03:44:43.259Z Checking futures-sink v0.3.32
23322026-05-01T03:44:43.266Z Checking hashbrown v0.17.0
23332026-05-01T03:44:43.352Z Checking rand_core v0.10.0
23342026-05-01T03:44:43.364Z Checking futures-channel v0.3.32
23352026-05-01T03:44:43.406Z Checking icu_provider v2.1.1
23362026-05-01T03:44:43.435Z Checking bytes v1.11.1
23372026-05-01T03:44:43.489Z Checking getrandom v0.4.1
23382026-05-01T03:44:43.553Z Checking inout v0.1.4
23392026-05-01T03:44:43.632Z Checking icu_normalizer v2.1.1
23402026-05-01T03:44:43.632Z Checking icu_properties v2.1.2
23412026-05-01T03:44:43.670Z Checking futures-task v0.3.32
23422026-05-01T03:44:43.688Z Checking futures-io v0.3.32
23432026-05-01T03:44:43.725Z Checking indexmap v2.14.0
23442026-05-01T03:44:43.820Z Checking slab v0.4.12
23452026-05-01T03:44:43.835Z Checking cipher v0.4.4
23462026-05-01T03:44:43.835Z Checking sha2 v0.10.9
23472026-05-01T03:44:43.865Z Checking tokio v1.52.1
23482026-05-01T03:44:43.937Z Checking getrandom v0.3.4
23492026-05-01T03:44:43.951Z Checking futures-util v0.3.32
23502026-05-01T03:44:44.015Z Checking utf8_iter v1.0.4
23512026-05-01T03:44:44.078Z Checking byteorder v1.5.0
23522026-05-01T03:44:44.093Z Checking base64ct v1.8.3
23532026-05-01T03:44:44.138Z Checking form_urlencoded v1.2.2
23542026-05-01T03:44:44.279Z Checking fnv v1.0.7
23552026-05-01T03:44:44.294Z Checking flagset v0.4.7
23562026-05-01T03:44:44.305Z Checking rand_core v0.9.5
23572026-05-01T03:44:44.320Z Checking pem-rfc7468 v0.7.0
23582026-05-01T03:44:44.359Z Checking salsa20 v0.10.2
23592026-05-01T03:44:44.403Z Checking http v1.4.0
23602026-05-01T03:44:44.461Z Checking uuid v1.23.0
23612026-05-01T03:44:44.482Z Checking der v0.7.10
23622026-05-01T03:44:44.495Z Checking idna_adapter v1.2.1
23632026-05-01T03:44:44.501Z Checking pbkdf2 v0.12.2
23642026-05-01T03:44:44.624Z Checking idna v1.1.0
23652026-05-01T03:44:44.648Z Checking scrypt v0.11.0
23662026-05-01T03:44:44.764Z Checking aes v0.8.4
23672026-05-01T03:44:44.777Z Checking cbc v0.1.2
23682026-05-01T03:44:44.851Z Checking url v2.5.8
23692026-05-01T03:44:44.909Z Checking rustix v1.1.3
23702026-05-01T03:44:44.966Z Checking tracing-core v0.1.36
23712026-05-01T03:44:45.007Z Checking ppv-lite86 v0.2.21
23722026-05-01T03:44:45.150Z Checking rustls-pki-types v1.14.0
23732026-05-01T03:44:45.214Z Checking spki v0.7.3
23742026-05-01T03:44:45.268Z Checking iana-time-zone v0.1.65
23752026-05-01T03:44:45.290Z Checking regex-syntax v0.8.10
23762026-05-01T03:44:45.304Z Checking rand_chacha v0.9.0
23772026-05-01T03:44:45.375Z Checking pkcs5 v0.7.1
23782026-05-01T03:44:45.378Z Checking chrono v0.4.44
23792026-05-01T03:44:45.432Z Checking tracing v0.1.44
23802026-05-01T03:44:45.500Z Checking rand v0.9.2
23812026-05-01T03:44:45.664Z Checking http-body v1.0.1
23822026-05-01T03:44:45.667Z Checking aws-lc-sys v0.37.1
23832026-05-01T03:44:45.742Z Checking base64 v0.22.1
23842026-05-01T03:44:45.758Z Checking untrusted v0.7.1
23852026-05-01T03:44:45.862Z Checking untrusted v0.9.0
23862026-05-01T03:44:45.876Z Checking openssl-probe v0.2.1
23872026-05-01T03:44:45.964Z Checking pkcs8 v0.10.2
23882026-05-01T03:44:45.976Z Checking ring v0.17.14
23892026-05-01T03:44:45.995Z Checking try-lock v0.2.5
23902026-05-01T03:44:46.003Z Checking tinyvec_macros v0.1.1
23912026-05-01T03:44:46.063Z Checking tower-service v0.3.3
23922026-05-01T03:44:46.084Z Checking plain v0.2.3
23932026-05-01T03:44:46.142Z Checking atomic-waker v1.1.2
23942026-05-01T03:44:46.149Z Checking aws-lc-rs v1.16.0
23952026-05-01T03:44:46.158Z Checking tower-layer v0.3.3
23962026-05-01T03:44:46.184Z Checking want v0.3.1
23972026-05-01T03:44:46.229Z Checking tinyvec v1.10.0
23982026-05-01T03:44:46.244Z Checking ipnet v2.11.0
23992026-05-01T03:44:46.301Z Checking semver v1.0.28
24002026-05-01T03:44:46.305Z Checking httparse v1.10.1
24012026-05-01T03:44:46.498Z Checking spin v0.9.8
24022026-05-01T03:44:46.512Z Checking ucd-trie v0.1.7
24032026-05-01T03:44:46.523Z Checking fastrand v2.3.0
24042026-05-01T03:44:46.534Z Checking unicode-ident v1.0.24
24052026-05-01T03:44:46.596Z Checking pin-utils v0.1.0
24062026-05-01T03:44:46.640Z Checking httpdate v1.0.3
24072026-05-01T03:44:46.648Z Checking dyn-clone v1.0.20
24082026-05-01T03:44:46.721Z Checking foreign-types-shared v0.1.1
24092026-05-01T03:44:46.726Z Checking proc-macro2 v1.0.106
24102026-05-01T03:44:46.726Z Checking tempfile v3.25.0
24112026-05-01T03:44:46.743Z Checking foreign-types v0.3.2
24122026-05-01T03:44:46.746Z Checking schemars v0.8.22
24132026-05-01T03:44:46.779Z Checking pest v2.8.6
24142026-05-01T03:44:46.820Z Checking openssl-sys v0.9.114
24152026-05-01T03:44:46.893Z Checking thiserror v2.0.18
24162026-05-01T03:44:46.959Z Checking wait-timeout v0.2.1
24172026-05-01T03:44:46.964Z Checking rustls-webpki v0.103.9
24182026-05-01T03:44:46.985Z Checking aho-corasick v1.1.4
24192026-05-01T03:44:46.999Z Checking siphasher v1.0.2
24202026-05-01T03:44:47.085Z Checking quick-error v1.2.3
24212026-05-01T03:44:47.103Z Checking tokio-util v0.7.18
24222026-05-01T03:44:47.153Z Checking powerfmt v0.2.0
24232026-05-01T03:44:47.187Z Checking simd-adler32 v0.3.8
24242026-05-01T03:44:47.290Z Checking anstyle v1.0.13
24252026-05-01T03:44:47.312Z Checking pretty-hex v0.4.1
24262026-05-01T03:44:47.353Z Checking utf8parse v0.2.2
24272026-05-01T03:44:47.394Z Checking rustls v0.23.37
24282026-05-01T03:44:47.415Z Checking bit-vec v0.8.0
24292026-05-01T03:44:47.426Z Checking deranged v0.5.8
24302026-05-01T03:44:47.460Z Checking anstyle-parse v0.2.7
24312026-05-01T03:44:47.465Z Checking openssl v0.10.78
24322026-05-01T03:44:47.597Z Checking bit-set v0.8.0
24332026-05-01T03:44:47.600Z Checking rusty-fork v0.3.1
24342026-05-01T03:44:47.681Z Checking regex-automata v0.4.14
24352026-05-01T03:44:47.714Z Checking h2 v0.4.13
24362026-05-01T03:44:47.810Z Checking quote v1.0.45
24372026-05-01T03:44:47.825Z Compiling newtype-uuid v1.3.2
24382026-05-01T03:44:47.838Z Checking unicode-normalization v0.1.25
24392026-05-01T03:44:47.913Z Checking rustls-native-certs v0.8.3
24402026-05-01T03:44:47.959Z Checking crossbeam-utils v0.8.21
24412026-05-01T03:44:48.046Z Checking rand_xorshift v0.4.0
24422026-05-01T03:44:48.170Z Checking crc32fast v1.5.0
24432026-05-01T03:44:48.235Z Checking scroll v0.13.0
24442026-05-01T03:44:48.297Z Checking signature v2.2.0
24452026-05-01T03:44:48.311Z Checking sync_wrapper v1.0.2
24462026-05-01T03:44:48.340Z Checking num-conv v0.2.0
24472026-05-01T03:44:48.409Z Checking anstyle-query v1.1.5
24482026-05-01T03:44:48.424Z Checking num_threads v0.1.7
24492026-05-01T03:44:48.456Z Checking unicode-properties v0.1.4
24502026-05-01T03:44:48.456Z Checking colorchoice v1.0.4
24512026-05-01T03:44:48.501Z Checking unarray v0.1.4
24522026-05-01T03:44:48.513Z Checking is_terminal_polyfill v1.70.2
24532026-05-01T03:44:48.552Z Checking time-core v0.1.8
24542026-05-01T03:44:48.598Z Checking allocator-api2 v0.2.21
24552026-05-01T03:44:48.611Z Checking unicode-bidi v0.3.18
24562026-05-01T03:44:48.647Z Checking adler2 v2.0.1
24572026-05-01T03:44:48.702Z Checking time v0.3.47
24582026-05-01T03:44:48.754Z Checking miniz_oxide v0.8.9
24592026-05-01T03:44:48.906Z Checking anstream v0.6.21
24602026-05-01T03:44:48.917Z Checking stringprep v0.1.5
24612026-05-01T03:44:49.062Z Checking proptest v1.10.0
24622026-05-01T03:44:49.086Z Checking goblin v0.10.5
24632026-05-01T03:44:49.115Z Checking tower v0.5.3
24642026-05-01T03:44:49.446Z Checking native-tls v0.2.18
24652026-05-01T03:44:49.488Z Checking crossbeam-epoch v0.9.18
24662026-05-01T03:44:49.509Z Checking syn v2.0.117
24672026-05-01T03:44:49.621Z Compiling daft v0.1.5
24682026-05-01T03:44:49.711Z Checking ipnetwork v0.21.1
24692026-05-01T03:44:49.758Z Checking tokio-rustls v0.26.4
24702026-05-01T03:44:49.838Z Checking http-body-util v0.1.3
24712026-05-01T03:44:49.920Z Checking webpki-roots v1.0.6
24722026-05-01T03:44:49.987Z Checking rand_chacha v0.3.1
24732026-05-01T03:44:49.999Z Checking scroll v0.12.0
24742026-05-01T03:44:50.043Z Checking thiserror v1.0.69
24752026-05-01T03:44:50.065Z Checking zstd-sys v2.0.16+zstd.1.5.7
24762026-05-01T03:44:50.138Z Checking hash32 v0.2.1
24772026-05-01T03:44:50.166Z Checking num-integer v0.1.46
24782026-05-01T03:44:50.187Z Checking toml_datetime v0.6.11
24792026-05-01T03:44:50.225Z Checking serde_spanned v0.6.9
24802026-05-01T03:44:50.299Z Checking md-5 v0.10.6
24812026-05-01T03:44:50.353Z Checking ff v0.13.1
24822026-05-01T03:44:50.367Z Checking iri-string v0.7.10
24832026-05-01T03:44:50.381Z Checking psl-types v2.0.11
24842026-05-01T03:44:50.434Z Checking hyper v1.8.1
24852026-05-01T03:44:50.451Z Checking zlib-rs v0.6.2
24862026-05-01T03:44:50.474Z Checking base16ct v0.2.0
24872026-05-01T03:44:50.516Z Checking fallible-iterator v0.2.0
24882026-05-01T03:44:50.601Z Checking ryu v1.0.23
24892026-05-01T03:44:50.739Z Checking serde_urlencoded v0.7.1
24902026-05-01T03:44:50.771Z Checking postgres-protocol v0.6.10
24912026-05-01T03:44:50.939Z Checking sec1 v0.7.3
24922026-05-01T03:44:51.033Z Compiling iddqd v0.3.18
24932026-05-01T03:44:51.086Z Checking publicsuffix v2.3.0
24942026-05-01T03:44:51.145Z Checking group v0.13.0
24952026-05-01T03:44:51.245Z Checking num-iter v0.1.45
24962026-05-01T03:44:51.295Z Checking heapless v0.7.17
24972026-05-01T03:44:51.316Z Checking flate2 v1.1.9
24982026-05-01T03:44:51.323Z Checking hyper-util v0.1.20
24992026-05-01T03:44:51.356Z Checking goblin v0.8.2
25002026-05-01T03:44:51.382Z Checking tower-http v0.6.8
25012026-05-01T03:44:51.455Z Checking dof v0.4.0
25022026-05-01T03:44:51.602Z Checking zstd-safe v7.2.4
25032026-05-01T03:44:51.658Z Checking rand v0.8.5
25042026-05-01T03:44:51.698Z Checking oxnet v0.1.4
25052026-05-01T03:44:51.767Z Checking cookie v0.18.1
25062026-05-01T03:44:51.797Z Checking tokio-native-tls v0.3.1
25072026-05-01T03:44:51.937Z Checking dtrace-parser v0.3.0
25082026-05-01T03:44:51.954Z Checking phf_shared v0.13.1
25092026-05-01T03:44:51.994Z Checking lazy_static v1.5.0
25102026-05-01T03:44:52.050Z Checking zerocopy v0.7.35
25112026-05-01T03:44:52.084Z Checking terminal_size v0.4.3
25122026-05-01T03:44:52.151Z Checking bzip2-sys v0.1.13+1.0.8
25132026-05-01T03:44:52.176Z Checking signal-hook v0.3.18
25142026-05-01T03:44:52.186Z Checking hkdf v0.12.4
25152026-05-01T03:44:52.610Z Checking crypto-bigint v0.5.5
25162026-05-01T03:44:52.613Z Checking thread-id v5.1.0
25172026-05-01T03:44:52.613Z Checking clap_lex v1.0.0
25182026-05-01T03:44:52.614Z Compiling rayon-core v1.13.0
25192026-05-01T03:44:52.614Z Checking either v1.15.0
25202026-05-01T03:44:52.614Z Checking managed v0.8.0
25212026-05-01T03:44:52.614Z Checking winnow v0.5.40
25222026-05-01T03:44:52.614Z Checking strsim v0.11.1
25232026-05-01T03:44:52.614Z Checking foldhash v0.2.0
25242026-05-01T03:44:52.614Z Checking winnow v0.7.14
25252026-05-01T03:44:52.614Z Checking foldhash v0.1.5
25262026-05-01T03:44:52.614Z Checking hyper-rustls v0.27.7
25272026-05-01T03:44:52.630Z Checking libbz2-rs-sys v0.2.2
25282026-05-01T03:44:52.662Z Checking bitflags v1.3.2
25292026-05-01T03:44:52.677Z Checking bumpalo v3.20.2
25302026-05-01T03:44:52.724Z Checking smoltcp v0.9.1
25312026-05-01T03:44:52.790Z Checking hashbrown v0.15.5
25322026-05-01T03:44:52.879Z Checking zopfli v0.8.3
25332026-05-01T03:44:53.019Z Checking bzip2 v0.6.1
25342026-05-01T03:44:53.084Z Checking elliptic-curve v0.13.8
25352026-05-01T03:44:53.186Z Checking hashbrown v0.16.1
25362026-05-01T03:44:53.206Z Checking clap_builder v4.5.60
25372026-05-01T03:44:53.241Z Checking dof v0.3.0
25382026-05-01T03:44:53.252Z Checking hyper-tls v0.6.0
25392026-05-01T03:44:53.313Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25402026-05-01T03:44:53.410Z Checking signal-hook-mio v0.2.5
25412026-05-01T03:44:53.424Z Checking usdt-impl v0.6.0
25422026-05-01T03:44:53.500Z Checking bzip2 v0.4.4
25432026-05-01T03:44:53.506Z Checking toml_edit v0.19.15
25442026-05-01T03:44:53.517Z Checking num-bigint-dig v0.8.6
25452026-05-01T03:44:53.531Z Checking phf v0.13.1
25462026-05-01T03:44:53.653Z Checking cookie_store v0.22.1
25472026-05-01T03:44:53.688Z Checking zstd v0.13.3
25482026-05-01T03:44:53.703Z Checking postgres-types v0.2.12
25492026-05-01T03:44:53.788Z Checking dtrace-parser v0.2.0
25502026-05-01T03:44:53.870Z Checking rustls-platform-verifier v0.6.2
25512026-05-01T03:44:53.912Z Checking crossbeam-deque v0.8.6
25522026-05-01T03:44:53.944Z Checking regex v1.12.3
25532026-05-01T03:44:53.981Z Checking bstr v1.12.1
25542026-05-01T03:44:54.009Z Checking ed25519 v2.2.3
25552026-05-01T03:44:54.021Z Checking phf_shared v0.11.3
25562026-05-01T03:44:54.087Z Checking ref-cast v1.0.25
25572026-05-01T03:44:54.160Z Checking curve25519-dalek v4.1.3
25582026-05-01T03:44:54.188Z Checking strum v0.27.2
25592026-05-01T03:44:54.198Z Checking hubpack v0.1.2
25602026-05-01T03:44:54.223Z Checking memoffset v0.9.1
25612026-05-01T03:44:54.299Z Checking rustix v0.38.44
25622026-05-01T03:44:54.311Z Checking pkcs1 v0.7.5
25632026-05-01T03:44:54.327Z Checking float-cmp v0.10.0
25642026-05-01T03:44:54.362Z Checking serde-big-array v0.5.1
25652026-05-01T03:44:54.373Z Checking erased-serde v0.3.31
25662026-05-01T03:44:54.436Z Checking hex v0.4.3
25672026-05-01T03:44:54.450Z Checking rfc6979 v0.4.0
25682026-05-01T03:44:54.490Z Checking memmap2 v0.9.10
25692026-05-01T03:44:54.920Z Checking thread-id v4.2.2
25702026-05-01T03:44:54.923Z Checking env_filter v1.0.0
25712026-05-01T03:44:54.923Z Checking encoding_rs v0.8.35
25722026-05-01T03:44:54.923Z Checking predicates-core v1.0.10
25732026-05-01T03:44:54.923Z Checking fixedbitset v0.5.7
25742026-05-01T03:44:54.923Z Checking new_debug_unreachable v1.0.6
25752026-05-01T03:44:54.923Z Checking rustc-hash v2.1.1
25762026-05-01T03:44:54.923Z Checking precomputed-hash v0.1.1
25772026-05-01T03:44:54.923Z Checking data-encoding v2.10.0
25782026-05-01T03:44:54.923Z Checking difflib v0.4.0
25792026-05-01T03:44:54.923Z Checking static_assertions v1.1.0
25802026-05-01T03:44:54.923Z Checking unicode-segmentation v1.12.0
25812026-05-01T03:44:54.923Z Checking jiff v0.2.21
25822026-05-01T03:44:54.923Z Checking normalize-line-endings v0.3.0
25832026-05-01T03:44:54.948Z Checking toml_write v0.1.2
25842026-05-01T03:44:54.955Z Checking keccak v0.1.6
25852026-05-01T03:44:54.974Z Checking whoami v2.1.0
25862026-05-01T03:44:55.001Z Checking mime v0.3.17
25872026-05-01T03:44:55.129Z Checking fixedbitset v0.4.2
25882026-05-01T03:44:55.143Z Checking similar v2.7.0
25892026-05-01T03:44:55.149Z Checking sha3 v0.10.8
25902026-05-01T03:44:55.149Z Checking crossterm v0.28.1
25912026-05-01T03:44:55.167Z Checking tokio-postgres v0.7.16
25922026-05-01T03:44:55.182Z Checking toml_edit v0.22.27
25932026-05-01T03:44:55.267Z Checking petgraph v0.6.5
25942026-05-01T03:44:55.351Z Checking hickory-proto v0.25.2
25952026-05-01T03:44:55.510Z Checking ed25519-dalek v2.2.0
25962026-05-01T03:44:55.535Z Checking reqwest v0.12.28
25972026-05-01T03:44:55.740Z Checking predicates v3.1.4
25982026-05-01T03:44:55.867Z Checking petgraph v0.8.3
25992026-05-01T03:44:56.044Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
26002026-05-01T03:44:56.270Z Checking string_cache v0.8.9
26012026-05-01T03:44:56.406Z Checking slog v2.8.2
26022026-05-01T03:44:56.438Z Checking env_logger v0.11.9
26032026-05-01T03:44:56.509Z Checking serde_with v3.17.0
26042026-05-01T03:44:56.629Z Checking usdt v0.6.0
26052026-05-01T03:44:56.669Z Checking usdt-impl v0.5.0
26062026-05-01T03:44:56.794Z Checking ecdsa v0.16.9
26072026-05-01T03:44:56.951Z Checking toml v0.7.8
26082026-05-01T03:44:57.084Z Checking zip v4.6.1
26092026-05-01T03:44:57.135Z Checking rsa v0.9.10
26102026-05-01T03:44:57.223Z Checking clap v4.5.60
26112026-05-01T03:44:57.265Z Checking nix v0.31.2
26122026-05-01T03:44:57.410Z Checking reqwest v0.13.2
26132026-05-01T03:44:57.601Z Checking toml_parser v1.0.9+spec-1.1.0
26142026-05-01T03:44:57.636Z Checking zip v0.6.6
26152026-05-01T03:44:57.680Z Checking itertools v0.13.0
26162026-05-01T03:44:57.923Z Checking strum v0.26.3
26172026-05-01T03:44:57.928Z Checking fs-err v3.3.0
26182026-05-01T03:44:57.947Z Checking ahash v0.8.12
26192026-05-01T03:44:58.036Z Checking object v0.37.3
26202026-05-01T03:44:58.100Z Checking tokio-stream v0.1.18
26212026-05-01T03:44:58.182Z Checking buf-list v1.1.2
26222026-05-01T03:44:58.234Z Checking camino v1.2.2
26232026-05-01T03:44:58.250Z Checking anyhow v1.0.102
26242026-05-01T03:44:58.263Z Checking x509-cert v0.2.5
26252026-05-01T03:44:58.719Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
26262026-05-01T03:44:58.723Z Checking openapiv3 v2.2.0
26272026-05-01T03:44:58.723Z Checking toml_datetime v0.7.5+spec-1.1.0
26282026-05-01T03:44:58.723Z Checking sha1 v0.10.6
26292026-05-01T03:44:58.723Z Checking peg-runtime v0.8.5
26302026-05-01T03:44:58.723Z Checking lalrpop-util v0.19.12
26312026-05-01T03:44:58.723Z Checking rayon v1.11.0
26322026-05-01T03:44:58.723Z Checking sigpipe v0.1.3
26332026-05-01T03:44:58.723Z Checking glob v0.3.3
26342026-05-01T03:45:00.220Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26352026-05-01T03:45:00.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.64s
26362026-05-01T03:45:00.668Z
26372026-05-01T03:45:00.668Zinfo: running `cargo check --bins` on internal-dns-types (77/274)
26382026-05-01T03:45:01.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26392026-05-01T03:45:01.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26402026-05-01T03:45:01.190Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26412026-05-01T03:45:01.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26422026-05-01T03:45:01.272Z
26432026-05-01T03:45:01.272Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/274)
26442026-05-01T03:45:01.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26452026-05-01T03:45:01.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26462026-05-01T03:45:01.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26472026-05-01T03:45:01.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26482026-05-01T03:45:02.269Z
26492026-05-01T03:45:02.269Zinfo: running `cargo check --bins` on nexus-types-versions (79/274)
26502026-05-01T03:45:02.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26512026-05-01T03:45:02.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26522026-05-01T03:45:02.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26532026-05-01T03:45:02.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26542026-05-01T03:45:02.479Z
26552026-05-01T03:45:02.479Zinfo: running `cargo check --bins` on oxql-types (80/274)
26562026-05-01T03:45:03.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26572026-05-01T03:45:03.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26582026-05-01T03:45:03.069Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26592026-05-01T03:45:03.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26602026-05-01T03:45:03.122Z
26612026-05-01T03:45:03.123Zinfo: running `cargo check --bins` on oximeter-types (81/274)
26622026-05-01T03:45:03.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26632026-05-01T03:45:03.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26642026-05-01T03:45:03.610Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26652026-05-01T03:45:03.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26662026-05-01T03:45:03.685Z
26672026-05-01T03:45:03.685Zinfo: running `cargo check --bins` on oximeter-types-versions (82/274)
26682026-05-01T03:45:04.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26692026-05-01T03:45:04.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26702026-05-01T03:45:04.189Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26712026-05-01T03:45:04.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26722026-05-01T03:45:04.280Z
26732026-05-01T03:45:04.280Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/274)
26742026-05-01T03:45:04.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26752026-05-01T03:45:04.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26762026-05-01T03:45:04.795Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26772026-05-01T03:45:04.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26782026-05-01T03:45:04.869Z
26792026-05-01T03:45:04.869Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/274)
26802026-05-01T03:45:05.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26812026-05-01T03:45:05.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26822026-05-01T03:45:05.551Z Compiling structmeta-derive v0.3.0
26832026-05-01T03:45:05.666Z Compiling rustls v0.22.4
26842026-05-01T03:45:05.726Z Compiling multer v3.1.0
26852026-05-01T03:45:05.743Z Compiling async-stream-impl v0.3.6
26862026-05-01T03:45:05.743Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26872026-05-01T03:45:05.743Z Compiling dropshot v0.17.0
26882026-05-01T03:45:05.743Z Compiling newtype-uuid-macros v0.1.0
26892026-05-01T03:45:05.743Z Compiling dropshot_endpoint v0.17.0
26902026-05-01T03:45:05.886Z Checking newtype-uuid v1.3.2
26912026-05-01T03:45:05.918Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26922026-05-01T03:45:05.967Z Checking rustls-webpki v0.102.8
26932026-05-01T03:45:06.117Z Checking daft v0.1.5
26942026-05-01T03:45:06.148Z Checking futures-executor v0.3.32
26952026-05-01T03:45:06.649Z Checking thread_local v1.1.9
26962026-05-01T03:45:06.652Z Compiling match_cfg v0.1.0
26972026-05-01T03:45:06.652Z Compiling compression-core v0.4.31
26982026-05-01T03:45:06.652Z Checking hostname v0.3.1
26992026-05-01T03:45:06.652Z Checking iddqd v0.3.18
27002026-05-01T03:45:06.652Z Checking compression-codecs v0.4.37
27012026-05-01T03:45:06.652Z Checking futures v0.3.32
27022026-05-01T03:45:06.701Z Compiling structmeta v0.3.0
27032026-05-01T03:45:06.717Z Checking crossbeam-channel v0.5.15
27042026-05-01T03:45:06.717Z Checking slog-json v2.6.1
27052026-05-01T03:45:06.923Z Compiling derive-ex v0.1.8
27062026-05-01T03:45:06.967Z Compiling parse-display-derive v0.10.0
27072026-05-01T03:45:07.061Z Compiling serde_spanned v1.0.4
27082026-05-01T03:45:07.212Z Compiling toml_datetime v1.0.0+spec-1.1.0
27092026-05-01T03:45:07.670Z Checking is-terminal v0.4.17
27102026-05-01T03:45:07.674Z Compiling toml_writer v1.0.6+spec-1.1.0
27112026-05-01T03:45:07.674Z Checking term v1.2.1
27122026-05-01T03:45:07.674Z Checking take_mut v0.2.2
27132026-05-01T03:45:07.674Z Checking debug-ignore v1.0.5
27142026-05-01T03:45:07.674Z Checking toml v1.0.6+spec-1.1.0
27152026-05-01T03:45:07.674Z Checking slog-async v2.8.0
27162026-05-01T03:45:07.674Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27172026-05-01T03:45:07.685Z Checking slog-term v2.9.2
27182026-05-01T03:45:07.781Z Compiling slog-bunyan v2.5.0
27192026-05-01T03:45:07.935Z Checking tokio-rustls v0.25.0
27202026-05-01T03:45:07.950Z Compiling async-compression v0.4.41
27212026-05-01T03:45:08.135Z Checking async-stream v0.3.6
27222026-05-01T03:45:08.256Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27232026-05-01T03:45:08.282Z Checking progenitor-client v0.14.0
27242026-05-01T03:45:08.336Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27252026-05-01T03:45:08.510Z Checking backon v1.6.0
27262026-05-01T03:45:08.593Z Compiling test-strategy v0.4.5
27272026-05-01T03:45:08.595Z Checking waitgroup v0.1.2
27282026-05-01T03:45:08.672Z Checking rustls-pemfile v2.2.0
27292026-05-01T03:45:08.905Z Checking serde_path_to_error v0.1.20
27302026-05-01T03:45:08.933Z Checking hostname v0.4.2
27312026-05-01T03:45:09.019Z Checking instant v0.1.13
27322026-05-01T03:45:09.087Z Compiling prettyplease v0.2.37
27332026-05-01T03:45:09.106Z Checking backoff v0.4.0
27342026-05-01T03:45:09.153Z Compiling progenitor-extras v0.2.0
27352026-05-01T03:45:09.309Z Checking parse-display v0.10.0
27362026-05-01T03:45:09.389Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27372026-05-01T03:45:09.517Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27382026-05-01T03:45:09.636Z Checking progenitor-client v0.10.0
27392026-05-01T03:45:09.757Z Checking itertools v0.14.0
27402026-05-01T03:45:09.911Z Checking regress v0.10.5
27412026-05-01T03:45:09.989Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27422026-05-01T03:45:10.022Z Checking num-rational v0.4.2
27432026-05-01T03:45:10.121Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27442026-05-01T03:45:11.238Z Checking num-complex v0.4.6
27452026-05-01T03:45:11.246Z Checking macaddr v1.0.1
27462026-05-01T03:45:11.318Z Checking num v0.4.3
27472026-05-01T03:45:11.331Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27482026-05-01T03:45:11.396Z Compiling usdt-macro v0.5.0
27492026-05-01T03:45:11.402Z Compiling usdt-attr-macro v0.5.0
27502026-05-01T03:45:11.597Z Checking memmap v0.7.0
27512026-05-01T03:45:11.608Z Checking float-ord v0.3.2
27522026-05-01T03:45:11.728Z Compiling toml v0.8.23
27532026-05-01T03:45:11.812Z Checking linked-hash-map v0.5.6
27542026-05-01T03:45:11.987Z Compiling minimal-lexical v0.2.1
27552026-05-01T03:45:12.175Z Checking usdt v0.5.0
27562026-05-01T03:45:12.305Z Compiling nom v7.1.3
27572026-05-01T03:45:12.344Z Checking lru-cache v0.1.2
27582026-05-01T03:45:12.795Z Checking hickory-proto v0.24.4
27592026-05-01T03:45:12.865Z Checking phf_shared v0.12.1
27602026-05-01T03:45:12.878Z Compiling slog-dtrace v0.3.0
27612026-05-01T03:45:13.012Z Checking heck v0.5.0
27622026-05-01T03:45:13.069Z Checking resolv-conf v0.7.6
27632026-05-01T03:45:13.139Z Compiling chrono-tz v0.10.4
27642026-05-01T03:45:13.256Z Compiling convert_case v0.4.0
27652026-05-01T03:45:13.324Z Compiling const_format_proc_macros v0.2.34
27662026-05-01T03:45:13.589Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27672026-05-01T03:45:13.686Z Compiling derive_more v0.99.20
27682026-05-01T03:45:13.703Z Checking phf v0.12.1
27692026-05-01T03:45:13.851Z Checking tokio-dtrace v0.1.1
27702026-05-01T03:45:14.042Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27712026-05-01T03:45:14.061Z Compiling derive-where v1.6.0
27722026-05-01T03:45:14.341Z Checking highway v1.3.0
27732026-05-01T03:45:14.571Z Checking hickory-resolver v0.24.4
27742026-05-01T03:45:14.576Z Checking const_format v0.2.35
27752026-05-01T03:45:14.688Z Checking oxide-tokio-rt v0.1.4
27762026-05-01T03:45:15.111Z Checking gethostname v0.5.0
27772026-05-01T03:45:15.162Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27782026-05-01T03:45:15.195Z Checking bcs v0.1.6
27792026-05-01T03:45:15.382Z Compiling async-recursion v1.1.1
27802026-05-01T03:45:15.432Z Checking qorb v0.4.1
27812026-05-01T03:45:15.450Z Checking termtree v0.5.1
27822026-05-01T03:45:16.136Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27832026-05-01T03:45:16.672Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27842026-05-01T03:45:16.870Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27852026-05-01T03:45:16.876Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27862026-05-01T03:45:18.961Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27872026-05-01T03:45:21.540Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27882026-05-01T03:45:23.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.73s
27892026-05-01T03:45:23.800Z
27902026-05-01T03:45:23.800Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/274)
27912026-05-01T03:45:24.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27922026-05-01T03:45:24.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27932026-05-01T03:45:24.469Z Compiling ar_archive_writer v0.5.1
27942026-05-01T03:45:24.577Z Compiling stacker v0.1.23
27952026-05-01T03:45:24.590Z Compiling cfg_aliases v0.1.1
27962026-05-01T03:45:24.685Z Compiling convert_case v0.10.0
27972026-05-01T03:45:24.685Z Checking unicode-width v0.1.14
27982026-05-01T03:45:24.719Z Compiling proc-macro-error v1.0.4
27992026-05-01T03:45:24.719Z Checking fd-lock v4.0.4
28002026-05-01T03:45:24.719Z Checking nibble_vec v0.1.0
28012026-05-01T03:45:24.719Z Compiling nix v0.28.0
28022026-05-01T03:45:24.765Z Checking vte v0.14.1
28032026-05-01T03:45:25.178Z Compiling recursive-proc-macro-impl v0.1.1
28042026-05-01T03:45:25.183Z Checking endian-type v0.1.2
28052026-05-01T03:45:25.183Z Checking bytecount v0.6.9
28062026-05-01T03:45:25.183Z Compiling derive_more-impl v2.1.1
28072026-05-01T03:45:25.183Z Compiling tabled_derive v0.7.0
28082026-05-01T03:45:25.184Z Checking strip-ansi-escapes v0.2.1
28092026-05-01T03:45:25.184Z Checking papergrid v0.11.0
28102026-05-01T03:45:25.184Z Checking radix_trie v0.2.1
28112026-05-01T03:45:25.184Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28122026-05-01T03:45:25.184Z Compiling peg-macros v0.8.5
28132026-05-01T03:45:25.187Z Checking winnow v0.6.26
28142026-05-01T03:45:25.450Z Compiling psm v0.1.30
28152026-05-01T03:45:25.505Z Compiling sqlparser_derive v0.5.0
28162026-05-01T03:45:25.582Z Checking unicode-width v0.2.0
28172026-05-01T03:45:25.714Z Checking derive_more v2.1.1
28182026-05-01T03:45:25.794Z Checking unicode_categories v0.1.1
28192026-05-01T03:45:25.835Z Checking home v0.5.12
28202026-05-01T03:45:25.939Z Checking nu-ansi-term v0.50.3
28212026-05-01T03:45:25.956Z Checking tabled v0.15.0
28222026-05-01T03:45:25.966Z Checking crossterm v0.29.0
28232026-05-01T03:45:25.975Z Checking rustyline v14.0.0
28242026-05-01T03:45:26.097Z Checking reedline v0.40.0
28252026-05-01T03:45:26.248Z Checking recursive v0.1.1
28262026-05-01T03:45:26.294Z Checking display-error-chain v0.2.2
28272026-05-01T03:45:26.339Z Checking sqlparser v0.61.0
28282026-05-01T03:45:26.365Z Checking sqlformat v0.3.5
28292026-05-01T03:45:26.538Z Checking peg v0.8.5
28302026-05-01T03:45:37.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.69s
28312026-05-01T03:45:37.669Z
28322026-05-01T03:45:37.669Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/274)
28332026-05-01T03:45:38.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28342026-05-01T03:45:38.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28352026-05-01T03:45:38.343Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28362026-05-01T03:45:41.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.04s
28372026-05-01T03:45:41.903Z
28382026-05-01T03:45:41.903Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/274)
28392026-05-01T03:45:42.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28402026-05-01T03:45:42.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28412026-05-01T03:45:42.576Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28422026-05-01T03:45:44.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.05s
28432026-05-01T03:45:45.147Z
28442026-05-01T03:45:45.147Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/274)
28452026-05-01T03:45:45.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28462026-05-01T03:45:45.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28472026-05-01T03:45:45.814Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28482026-05-01T03:45:49.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.84s
28492026-05-01T03:45:49.228Z
28502026-05-01T03:45:49.228Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/274)
28512026-05-01T03:45:49.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28522026-05-01T03:45:49.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28532026-05-01T03:45:49.862Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28542026-05-01T03:45:53.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.86s
28552026-05-01T03:45:53.243Z
28562026-05-01T03:45:53.243Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/274)
28572026-05-01T03:45:53.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28582026-05-01T03:45:53.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28592026-05-01T03:45:53.914Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28602026-05-01T03:45:56.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
28612026-05-01T03:45:56.664Z
28622026-05-01T03:45:56.664Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/274)
28632026-05-01T03:45:57.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28642026-05-01T03:45:57.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28652026-05-01T03:45:57.371Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28662026-05-01T03:45:59.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s
28672026-05-01T03:46:00.083Z
28682026-05-01T03:46:00.083Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/274)
28692026-05-01T03:46:00.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28702026-05-01T03:46:00.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28712026-05-01T03:46:00.826Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28722026-05-01T03:46:04.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.01s
28732026-05-01T03:46:04.302Z
28742026-05-01T03:46:04.303Zinfo: running `cargo check --bins` on oximeter (93/274)
28752026-05-01T03:46:04.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28762026-05-01T03:46:04.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28772026-05-01T03:46:04.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28782026-05-01T03:46:04.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28792026-05-01T03:46:04.898Z
28802026-05-01T03:46:04.898Zinfo: running `cargo check --bins` on oximeter-schema (94/274)
28812026-05-01T03:46:05.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28822026-05-01T03:46:05.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28832026-05-01T03:46:05.532Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28842026-05-01T03:46:05.691Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28852026-05-01T03:46:05.708Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28862026-05-01T03:46:06.028Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28872026-05-01T03:46:09.117Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28882026-05-01T03:46:10.393Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28892026-05-01T03:46:10.506Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28902026-05-01T03:46:11.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.28s
28912026-05-01T03:46:11.368Z
28922026-05-01T03:46:11.368Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/274)
28932026-05-01T03:46:11.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28942026-05-01T03:46:11.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28952026-05-01T03:46:11.876Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28962026-05-01T03:46:11.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28972026-05-01T03:46:11.964Z
28982026-05-01T03:46:11.964Zinfo: running `cargo check --bins` on oximeter-test-utils (96/274)
28992026-05-01T03:46:12.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29002026-05-01T03:46:12.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29012026-05-01T03:46:12.517Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29022026-05-01T03:46:12.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
29032026-05-01T03:46:12.612Z
29042026-05-01T03:46:12.612Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/274)
29052026-05-01T03:46:13.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29062026-05-01T03:46:13.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29072026-05-01T03:46:13.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29082026-05-01T03:46:13.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29092026-05-01T03:46:13.218Z
29102026-05-01T03:46:13.218Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/274)
29112026-05-01T03:46:13.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29122026-05-01T03:46:13.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29132026-05-01T03:46:13.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29142026-05-01T03:46:13.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29152026-05-01T03:46:13.824Z
29162026-05-01T03:46:13.824Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/274)
29172026-05-01T03:46:14.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29182026-05-01T03:46:14.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29192026-05-01T03:46:14.338Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29202026-05-01T03:46:14.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29212026-05-01T03:46:14.433Z
29222026-05-01T03:46:14.433Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/274)
29232026-05-01T03:46:14.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29242026-05-01T03:46:14.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29252026-05-01T03:46:14.944Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29262026-05-01T03:46:14.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29272026-05-01T03:46:15.040Z
29282026-05-01T03:46:15.040Zinfo: running `cargo check --bins` on trust-quorum-types (101/274)
29292026-05-01T03:46:15.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29302026-05-01T03:46:15.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29312026-05-01T03:46:15.540Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29322026-05-01T03:46:15.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29332026-05-01T03:46:15.625Z
29342026-05-01T03:46:15.625Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/274)
29352026-05-01T03:46:16.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29362026-05-01T03:46:16.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29372026-05-01T03:46:16.138Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29382026-05-01T03:46:16.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29392026-05-01T03:46:16.229Z
29402026-05-01T03:46:16.229Zinfo: running `cargo check --bins` on update-engine (103/274)
29412026-05-01T03:46:16.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29422026-05-01T03:46:16.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29432026-05-01T03:46:16.727Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29442026-05-01T03:46:16.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29452026-05-01T03:46:16.819Z
29462026-05-01T03:46:16.819Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/274)
29472026-05-01T03:46:17.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29482026-05-01T03:46:17.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29492026-05-01T03:46:17.542Z Compiling crucible-workspace-hack v0.1.0
29502026-05-01T03:46:17.659Z Checking secrecy v0.10.3
29512026-05-01T03:46:17.666Z Compiling heapless v0.8.0
29522026-05-01T03:46:17.672Z Compiling ingot-macros v0.1.1
29532026-05-01T03:46:17.679Z Compiling toml_edit v0.23.10+spec-1.0.0
29542026-05-01T03:46:17.682Z Checking hash32 v0.3.1
29552026-05-01T03:46:17.700Z Compiling smoltcp v0.11.0
29562026-05-01T03:46:17.703Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29572026-05-01T03:46:17.763Z Checking cobs v0.3.0
29582026-05-01T03:46:17.796Z Compiling thiserror-impl-no-std v2.0.2
29592026-05-01T03:46:17.898Z Checking universal-hash v0.5.1
29602026-05-01T03:46:17.922Z Checking half v2.7.1
29612026-05-01T03:46:17.945Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29622026-05-01T03:46:18.021Z Checking opaque-debug v0.3.1
29632026-05-01T03:46:18.059Z Checking ciborium-io v0.2.2
29642026-05-01T03:46:18.091Z Checking poly1305 v0.8.0
29652026-05-01T03:46:18.144Z Checking postcard v1.1.3
29662026-05-01T03:46:18.158Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
29672026-05-01T03:46:18.176Z Checking ciborium-ll v0.2.2
29682026-05-01T03:46:18.351Z Compiling proc-macro-crate v3.4.0
29692026-05-01T03:46:18.365Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29702026-05-01T03:46:18.428Z Checking password-hash v0.5.0
29712026-05-01T03:46:18.445Z Checking chacha20 v0.9.1
29722026-05-01T03:46:18.633Z Compiling proc-macro-crate v1.3.1
29732026-05-01T03:46:18.647Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29742026-05-01T03:46:18.659Z Checking blake2 v0.10.6
29752026-05-01T03:46:18.741Z Checking aead v0.5.2
29762026-05-01T03:46:18.879Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29772026-05-01T03:46:18.893Z Compiling foreign-types-macros v0.2.3
29782026-05-01T03:46:18.905Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29792026-05-01T03:46:18.917Z Compiling num_enum_derive v0.7.5
29802026-05-01T03:46:18.979Z Checking thiserror-no-std v2.0.2
29812026-05-01T03:46:19.054Z Checking cpufeatures v0.3.0
29822026-05-01T03:46:19.067Z Checking foreign-types-shared v0.3.1
29832026-05-01T03:46:19.083Z Checking vsss-rs v3.3.4
29842026-05-01T03:46:19.125Z Checking chacha20 v0.10.0
29852026-05-01T03:46:19.144Z Compiling num_enum_derive v0.5.11
29862026-05-01T03:46:19.155Z Checking argon2 v0.5.3
29872026-05-01T03:46:19.337Z Checking chacha20poly1305 v0.10.1
29882026-05-01T03:46:19.466Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29892026-05-01T03:46:19.480Z Checking foreign-types v0.5.0
29902026-05-01T03:46:19.492Z Checking ciborium v0.2.2
29912026-05-01T03:46:19.675Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29922026-05-01T03:46:19.787Z Checking console v0.15.11
29932026-05-01T03:46:19.947Z Checking tabwriter v1.4.1
29942026-05-01T03:46:19.973Z Checking num_enum v0.7.5
29952026-05-01T03:46:19.987Z Checking newline-converter v0.3.0
29962026-05-01T03:46:20.077Z Checking atomicwrites v0.4.4
29972026-05-01T03:46:20.090Z Checking camino-tempfile v1.4.1
29982026-05-01T03:46:20.104Z Checking byte-wrapper v0.1.0
29992026-05-01T03:46:20.115Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30002026-05-01T03:46:20.189Z Checking cstr-argument v0.1.2
30012026-05-01T03:46:20.203Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30022026-05-01T03:46:20.232Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
30032026-05-01T03:46:20.264Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30042026-05-01T03:46:20.342Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30052026-05-01T03:46:20.348Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30062026-05-01T03:46:20.438Z Checking expectorate v1.2.0
30072026-05-01T03:46:20.486Z Checking num_enum v0.5.11
30082026-05-01T03:46:20.502Z Checking ingot-types v0.1.2
30092026-05-01T03:46:20.533Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30102026-05-01T03:46:20.577Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30112026-05-01T03:46:20.595Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30122026-05-01T03:46:20.640Z Checking rand v0.10.0
30132026-05-01T03:46:20.652Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30142026-05-01T03:46:20.727Z Checking colored v3.1.1
30152026-05-01T03:46:20.793Z Checking indent_write v2.2.0
30162026-05-01T03:46:20.848Z Checking ingot v0.1.1
30172026-05-01T03:46:20.924Z Compiling zone_cfg_derive v0.3.1
30182026-05-01T03:46:20.938Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30192026-05-01T03:46:20.941Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30202026-05-01T03:46:20.963Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
30212026-05-01T03:46:20.977Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30222026-05-01T03:46:21.044Z Checking itertools v0.12.1
30232026-05-01T03:46:21.107Z Compiling num-derive v0.4.2
30242026-05-01T03:46:21.144Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30252026-05-01T03:46:21.331Z Checking swrite v0.1.0
30262026-05-01T03:46:21.350Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30272026-05-01T03:46:21.424Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30282026-05-01T03:46:21.579Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30292026-05-01T03:46:21.740Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30302026-05-01T03:46:21.755Z Checking dropshot-api-manager-types v0.7.1
30312026-05-01T03:46:21.855Z Checking smf v0.2.3
30322026-05-01T03:46:21.922Z Checking nanorand v0.7.0
30332026-05-01T03:46:21.937Z Checking whoami v1.6.1
30342026-05-01T03:46:22.022Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
30352026-05-01T03:46:22.038Z Checking zone v0.3.1
30362026-05-01T03:46:22.049Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
30372026-05-01T03:46:22.088Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30382026-05-01T03:46:22.113Z Checking flume v0.11.1
30392026-05-01T03:46:22.455Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30402026-05-01T03:46:23.422Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30412026-05-01T03:46:24.307Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30422026-05-01T03:46:27.333Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30432026-05-01T03:46:29.408Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30442026-05-01T03:46:30.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.60s
30452026-05-01T03:46:30.643Z
30462026-05-01T03:46:30.643Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/274)
30472026-05-01T03:46:31.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30482026-05-01T03:46:31.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30492026-05-01T03:46:31.140Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30502026-05-01T03:46:31.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30512026-05-01T03:46:31.230Z
30522026-05-01T03:46:31.232Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/274)
30532026-05-01T03:46:31.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30542026-05-01T03:46:31.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30552026-05-01T03:46:31.759Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30562026-05-01T03:46:31.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30572026-05-01T03:46:31.830Z
30582026-05-01T03:46:31.830Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/274)
30592026-05-01T03:46:32.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30602026-05-01T03:46:32.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30612026-05-01T03:46:32.343Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30622026-05-01T03:46:32.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30632026-05-01T03:46:32.438Z
30642026-05-01T03:46:32.438Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/274)
30652026-05-01T03:46:32.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30662026-05-01T03:46:32.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30672026-05-01T03:46:32.955Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30682026-05-01T03:46:32.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30692026-05-01T03:46:33.052Z
30702026-05-01T03:46:33.052Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/274)
30712026-05-01T03:46:33.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30722026-05-01T03:46:33.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30732026-05-01T03:46:33.561Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30742026-05-01T03:46:33.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30752026-05-01T03:46:33.727Z
30762026-05-01T03:46:33.727Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/274)
30772026-05-01T03:46:34.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30782026-05-01T03:46:34.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30792026-05-01T03:46:34.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30802026-05-01T03:46:34.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30812026-05-01T03:46:34.271Z
30822026-05-01T03:46:34.271Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/274)
30832026-05-01T03:46:34.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30842026-05-01T03:46:34.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30852026-05-01T03:46:34.791Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30862026-05-01T03:46:34.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30872026-05-01T03:46:34.867Z
30882026-05-01T03:46:34.868Zinfo: running `cargo check --bins` on cockroach-admin-client (112/274)
30892026-05-01T03:46:35.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30902026-05-01T03:46:35.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30912026-05-01T03:46:35.363Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30922026-05-01T03:46:35.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30932026-05-01T03:46:35.453Z
30942026-05-01T03:46:35.453Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/274)
30952026-05-01T03:46:35.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30962026-05-01T03:46:35.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30972026-05-01T03:46:35.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30982026-05-01T03:46:35.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30992026-05-01T03:46:36.066Z
31002026-05-01T03:46:36.066Zinfo: running `cargo check --bins` on dns-service-client (114/274)
31012026-05-01T03:46:36.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31022026-05-01T03:46:36.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31032026-05-01T03:46:36.562Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31042026-05-01T03:46:36.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31052026-05-01T03:46:36.653Z
31062026-05-01T03:46:36.654Zinfo: running `cargo check --bins` on installinator-client (115/274)
31072026-05-01T03:46:37.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31082026-05-01T03:46:37.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31092026-05-01T03:46:37.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31102026-05-01T03:46:37.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31112026-05-01T03:46:37.257Z
31122026-05-01T03:46:37.257Zinfo: running `cargo check --bins` on nexus-client (116/274)
31132026-05-01T03:46:37.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31142026-05-01T03:46:37.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31152026-05-01T03:46:37.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31162026-05-01T03:46:37.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31172026-05-01T03:46:37.893Z
31182026-05-01T03:46:37.893Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/274)
31192026-05-01T03:46:38.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31202026-05-01T03:46:38.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31212026-05-01T03:46:38.430Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31222026-05-01T03:46:38.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31232026-05-01T03:46:38.535Z
31242026-05-01T03:46:38.535Zinfo: running `cargo check --bins` on ntp-admin-client (118/274)
31252026-05-01T03:46:39.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31262026-05-01T03:46:39.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31272026-05-01T03:46:39.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31282026-05-01T03:46:39.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31292026-05-01T03:46:39.109Z
31302026-05-01T03:46:39.109Zinfo: running `cargo check --bins` on oxide-client (119/274)
31312026-05-01T03:46:39.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31322026-05-01T03:46:39.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31332026-05-01T03:46:39.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31342026-05-01T03:46:39.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31352026-05-01T03:46:39.698Z
31362026-05-01T03:46:39.698Zinfo: running `cargo check --bins` on oximeter-client (120/274)
31372026-05-01T03:46:40.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31382026-05-01T03:46:40.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31392026-05-01T03:46:40.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31402026-05-01T03:46:40.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31412026-05-01T03:46:40.301Z
31422026-05-01T03:46:40.301Zinfo: running `cargo check --bins` on repo-depot-client (121/274)
31432026-05-01T03:46:40.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31442026-05-01T03:46:40.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31452026-05-01T03:46:40.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31462026-05-01T03:46:40.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31472026-05-01T03:46:40.888Z
31482026-05-01T03:46:40.888Zinfo: running `cargo check --bins` on sled-agent-client (122/274)
31492026-05-01T03:46:41.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31502026-05-01T03:46:41.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31512026-05-01T03:46:41.409Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31522026-05-01T03:46:41.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31532026-05-01T03:46:41.495Z
31542026-05-01T03:46:41.495Zinfo: running `cargo check --bins` on wicketd-client (123/274)
31552026-05-01T03:46:42.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31562026-05-01T03:46:42.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31572026-05-01T03:46:42.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31582026-05-01T03:46:42.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31592026-05-01T03:46:42.124Z
31602026-05-01T03:46:42.124Zinfo: running `cargo check --bins` on installinator-common (124/274)
31612026-05-01T03:46:42.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31622026-05-01T03:46:42.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31632026-05-01T03:46:42.640Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31642026-05-01T03:46:42.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31652026-05-01T03:46:42.738Z
31662026-05-01T03:46:42.738Zinfo: running `cargo check --bins` on installinator-common-versions (125/274)
31672026-05-01T03:46:43.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31682026-05-01T03:46:43.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31692026-05-01T03:46:43.245Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31702026-05-01T03:46:43.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31712026-05-01T03:46:43.321Z
31722026-05-01T03:46:43.321Zinfo: running `cargo check --bins` on wicket-common (126/274)
31732026-05-01T03:46:43.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31742026-05-01T03:46:43.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31752026-05-01T03:46:43.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31762026-05-01T03:46:43.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31772026-05-01T03:46:43.931Z
31782026-05-01T03:46:43.931Zinfo: running `cargo check --bins` on omicron-cockroach-admin (127/274)
31792026-05-01T03:46:44.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31802026-05-01T03:46:44.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31812026-05-01T03:46:44.617Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31822026-05-01T03:46:44.732Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31832026-05-01T03:46:44.741Z Checking csv-core v0.1.13
31842026-05-01T03:46:44.749Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31852026-05-01T03:46:44.757Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31862026-05-01T03:46:44.767Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31872026-05-01T03:46:44.778Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31882026-05-01T03:46:44.789Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31892026-05-01T03:46:44.898Z Checking csv v1.4.0
31902026-05-01T03:46:44.915Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31912026-05-01T03:46:44.964Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31922026-05-01T03:46:44.989Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31932026-05-01T03:46:45.235Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31942026-05-01T03:46:45.651Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31952026-05-01T03:46:45.651Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31962026-05-01T03:46:45.909Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31972026-05-01T03:46:51.616Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31982026-05-01T03:46:52.148Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31992026-05-01T03:46:54.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.55s
32002026-05-01T03:46:54.684Z
32012026-05-01T03:46:54.684Zinfo: running `cargo check --bins` on cockroach-admin-api (128/274)
32022026-05-01T03:46:55.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32032026-05-01T03:46:55.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32042026-05-01T03:46:55.202Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32052026-05-01T03:46:55.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32062026-05-01T03:46:55.293Z
32072026-05-01T03:46:55.293Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (129/274)
32082026-05-01T03:46:55.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32092026-05-01T03:46:55.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32102026-05-01T03:46:55.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32112026-05-01T03:46:55.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32122026-05-01T03:46:55.973Z
32132026-05-01T03:46:55.973Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (130/274)
32142026-05-01T03:46:56.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32152026-05-01T03:46:56.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32162026-05-01T03:46:56.552Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32172026-05-01T03:46:56.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32182026-05-01T03:46:56.653Z
32192026-05-01T03:46:56.653Zinfo: running `cargo check --bins` on gateway-test-utils (131/274)
32202026-05-01T03:46:57.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32212026-05-01T03:46:57.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32222026-05-01T03:46:57.203Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32232026-05-01T03:46:57.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32242026-05-01T03:46:57.309Z
32252026-05-01T03:46:57.310Zinfo: running `cargo check --bins` on omicron-gateway (132/274)
32262026-05-01T03:46:57.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32272026-05-01T03:46:57.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32282026-05-01T03:46:58.066Z Compiling regress v0.11.1
32292026-05-01T03:46:58.214Z Compiling unsafe-libyaml v0.2.11
32302026-05-01T03:46:58.226Z Compiling radium v0.7.0
32312026-05-01T03:46:58.226Z Compiling semver v0.1.20
32322026-05-01T03:46:58.244Z Compiling pin-project-internal v1.1.11
32332026-05-01T03:46:58.256Z Checking tap v1.0.1
32342026-05-01T03:46:58.260Z Compiling maybe-uninit v2.0.0
32352026-05-01T03:46:58.357Z Checking wyz v0.5.1
32362026-05-01T03:46:58.514Z Compiling rustc_version v0.1.7
32372026-05-01T03:46:58.554Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32382026-05-01T03:46:58.580Z Checking progenitor-client v0.13.0
32392026-05-01T03:46:58.678Z Compiling snafu-derive v0.8.9
32402026-05-01T03:46:58.702Z Compiling newtype_derive v0.1.6
32412026-05-01T03:46:58.824Z Compiling serde_yaml v0.9.34+deprecated
32422026-05-01T03:46:58.893Z Compiling zerocopy-derive v0.6.6
32432026-05-01T03:46:58.930Z Compiling owo-colors v4.3.0
32442026-05-01T03:46:59.251Z Checking crc-catalog v2.4.0
32452026-05-01T03:46:59.346Z Checking same-file v1.0.6
32462026-05-01T03:46:59.365Z Checking pin-project v1.1.11
32472026-05-01T03:46:59.461Z Compiling cancel-safe-futures v0.1.5
32482026-05-01T03:46:59.473Z Compiling packed_struct v0.10.1
32492026-05-01T03:46:59.641Z Checking typify-impl v0.6.2
32502026-05-01T03:46:59.663Z Checking funty v2.0.0
32512026-05-01T03:46:59.752Z Checking zerocopy v0.6.6
32522026-05-01T03:46:59.992Z Checking bitvec v1.0.1
32532026-05-01T03:47:00.090Z Checking walkdir v2.5.0
32542026-05-01T03:47:00.107Z Checking crc v3.4.0
32552026-05-01T03:47:00.322Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32562026-05-01T03:47:00.341Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32572026-05-01T03:47:00.374Z Checking globset v0.4.18
32582026-05-01T03:47:00.606Z Checking snafu v0.8.9
32592026-05-01T03:47:00.634Z Checking olpc-cjson v0.1.4
32602026-05-01T03:47:00.688Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32612026-05-01T03:47:00.776Z Checking pem v3.0.6
32622026-05-01T03:47:00.808Z Compiling packed_struct_codegen v0.10.1
32632026-05-01T03:47:00.838Z Checking libsw-core v0.3.2
32642026-05-01T03:47:00.857Z Checking serde_plain v1.0.2
32652026-05-01T03:47:00.935Z Compiling bitfield-macros v0.19.4
32662026-05-01T03:47:00.949Z Compiling indexmap v1.9.3
32672026-05-01T03:47:00.981Z Checking nodrop v0.1.14
32682026-05-01T03:47:01.006Z Checking typed-path v0.9.3
32692026-05-01T03:47:01.076Z Checking array-init v0.0.4
32702026-05-01T03:47:01.164Z Checking libsw v3.5.0
32712026-05-01T03:47:01.305Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32722026-05-01T03:47:01.318Z Checking smallvec v0.6.14
32732026-05-01T03:47:01.455Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32742026-05-01T03:47:01.643Z Checking bitfield v0.19.4
32752026-05-01T03:47:01.704Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32762026-05-01T03:47:01.743Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32772026-05-01T03:47:01.777Z Checking tough v0.20.0
32782026-05-01T03:47:01.866Z Checking tagptr v0.2.0
32792026-05-01T03:47:01.881Z Checking linear-map v1.2.0
32802026-05-01T03:47:01.892Z Checking hashbrown v0.12.3
32812026-05-01T03:47:01.918Z Checking base64 v0.21.7
32822026-05-01T03:47:02.006Z Checking unicode-linebreak v0.1.5
32832026-05-01T03:47:02.016Z Checking smawk v0.3.2
32842026-05-01T03:47:02.047Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32852026-05-01T03:47:02.148Z Checking moka v0.12.13
32862026-05-01T03:47:02.162Z Checking ron v0.8.1
32872026-05-01T03:47:02.219Z Checking textwrap v0.16.2
32882026-05-01T03:47:02.437Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32892026-05-01T03:47:02.611Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32902026-05-01T03:47:02.632Z Checking serde-hex v0.1.0
32912026-05-01T03:47:02.715Z Checking steno v0.4.1
32922026-05-01T03:47:02.777Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32932026-05-01T03:47:02.939Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32942026-05-01T03:47:02.955Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32952026-05-01T03:47:03.312Z Checking hashbrown v0.13.2
32962026-05-01T03:47:03.406Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32972026-05-01T03:47:03.522Z Checking crc-any v2.5.0
32982026-05-01T03:47:03.605Z Checking humantime v2.3.0
32992026-05-01T03:47:03.693Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33002026-05-01T03:47:03.709Z Checking hickory-resolver v0.25.2
33012026-05-01T03:47:03.746Z Checking object v0.30.4
33022026-05-01T03:47:03.761Z Checking half v1.8.3
33032026-05-01T03:47:03.785Z Checking void v1.0.2
33042026-05-01T03:47:03.857Z Checking path-slash v0.1.5
33052026-05-01T03:47:03.890Z Checking utf-8 v0.7.6
33062026-05-01T03:47:03.958Z Checking serde_cbor v0.11.2
33072026-05-01T03:47:03.973Z Checking lzss v0.8.2
33082026-05-01T03:47:04.027Z Checking tungstenite v0.23.0
33092026-05-01T03:47:04.161Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33102026-05-01T03:47:04.252Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33112026-05-01T03:47:04.302Z Compiling typify-macro v0.6.2
33122026-05-01T03:47:04.318Z Checking nix v0.27.1
33132026-05-01T03:47:04.338Z Checking kstat-rs v0.2.4
33142026-05-01T03:47:04.417Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33152026-05-01T03:47:04.441Z Checking fxhash v0.2.1
33162026-05-01T03:47:04.483Z Checking serde_bytes v0.11.19
33172026-05-01T03:47:04.516Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33182026-05-01T03:47:04.559Z Checking tokio-tungstenite v0.23.1
33192026-05-01T03:47:04.654Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33202026-05-01T03:47:04.858Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33212026-05-01T03:47:04.867Z Checking signal-hook-tokio v0.3.1
33222026-05-01T03:47:05.729Z Compiling typify v0.6.2
33232026-05-01T03:47:05.822Z Compiling progenitor-impl v0.13.0
33242026-05-01T03:47:05.822Z Compiling progenitor-impl v0.14.0
33252026-05-01T03:47:05.946Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33262026-05-01T03:47:06.875Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33272026-05-01T03:47:07.186Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
33282026-05-01T03:47:07.404Z Compiling progenitor-macro v0.13.0
33292026-05-01T03:47:07.439Z Compiling progenitor-macro v0.14.0
33302026-05-01T03:47:09.997Z Checking progenitor v0.13.0
33312026-05-01T03:47:10.074Z Checking progenitor v0.14.0
33322026-05-01T03:47:10.138Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33332026-05-01T03:47:10.191Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33342026-05-01T03:47:13.100Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33352026-05-01T03:47:20.538Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33362026-05-01T03:47:26.833Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33372026-05-01T03:47:28.208Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33382026-05-01T03:47:28.720Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33392026-05-01T03:47:30.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.50s
33402026-05-01T03:47:31.014Z
33412026-05-01T03:47:31.014Zinfo: running `cargo check --bins` on gateway-api (133/274)
33422026-05-01T03:47:31.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33432026-05-01T03:47:31.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33442026-05-01T03:47:31.523Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33452026-05-01T03:47:31.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33462026-05-01T03:47:31.614Z
33472026-05-01T03:47:31.614Zinfo: running `cargo check --bins` on ipcc (134/274)
33482026-05-01T03:47:32.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33492026-05-01T03:47:32.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33502026-05-01T03:47:32.122Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33512026-05-01T03:47:32.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33522026-05-01T03:47:32.210Z
33532026-05-01T03:47:32.211Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (135/274)
33542026-05-01T03:47:32.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33552026-05-01T03:47:32.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33562026-05-01T03:47:32.701Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33572026-05-01T03:47:32.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33582026-05-01T03:47:32.789Z
33592026-05-01T03:47:32.789Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (136/274)
33602026-05-01T03:47:33.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33612026-05-01T03:47:33.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33622026-05-01T03:47:33.297Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33632026-05-01T03:47:33.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33642026-05-01T03:47:33.389Z
33652026-05-01T03:47:33.389Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (137/274)
33662026-05-01T03:47:33.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33672026-05-01T03:47:33.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33682026-05-01T03:47:33.896Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33692026-05-01T03:47:33.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33702026-05-01T03:47:33.986Z
33712026-05-01T03:47:33.986Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (138/274)
33722026-05-01T03:47:34.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33732026-05-01T03:47:34.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33742026-05-01T03:47:34.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33752026-05-01T03:47:34.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33762026-05-01T03:47:34.583Z
33772026-05-01T03:47:34.583Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (139/274)
33782026-05-01T03:47:35.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33792026-05-01T03:47:35.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33802026-05-01T03:47:35.091Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33812026-05-01T03:47:35.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33822026-05-01T03:47:35.184Z
33832026-05-01T03:47:35.184Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (140/274)
33842026-05-01T03:47:35.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33852026-05-01T03:47:35.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33862026-05-01T03:47:35.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33872026-05-01T03:47:35.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33882026-05-01T03:47:35.791Z
33892026-05-01T03:47:35.791Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (141/274)
33902026-05-01T03:47:36.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33912026-05-01T03:47:36.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33922026-05-01T03:47:36.302Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33932026-05-01T03:47:36.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33942026-05-01T03:47:36.400Z
33952026-05-01T03:47:36.400Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (142/274)
33962026-05-01T03:47:36.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33972026-05-01T03:47:36.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33982026-05-01T03:47:36.911Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33992026-05-01T03:47:36.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34002026-05-01T03:47:37.005Z
34012026-05-01T03:47:37.005Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (143/274)
34022026-05-01T03:47:37.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34032026-05-01T03:47:37.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34042026-05-01T03:47:37.516Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34052026-05-01T03:47:37.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34062026-05-01T03:47:37.612Z
34072026-05-01T03:47:37.612Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (144/274)
34082026-05-01T03:47:38.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34092026-05-01T03:47:38.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34102026-05-01T03:47:38.123Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34112026-05-01T03:47:38.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34122026-05-01T03:47:38.215Z
34132026-05-01T03:47:38.215Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (145/274)
34142026-05-01T03:47:38.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34152026-05-01T03:47:38.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34162026-05-01T03:47:38.727Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34172026-05-01T03:47:38.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34182026-05-01T03:47:38.857Z
34192026-05-01T03:47:38.857Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (146/274)
34202026-05-01T03:47:39.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34212026-05-01T03:47:39.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34222026-05-01T03:47:39.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34232026-05-01T03:47:39.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34242026-05-01T03:47:39.431Z
34252026-05-01T03:47:39.431Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (147/274)
34262026-05-01T03:47:39.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34272026-05-01T03:47:39.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34282026-05-01T03:47:39.944Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34292026-05-01T03:47:39.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34302026-05-01T03:47:40.034Z
34312026-05-01T03:47:40.035Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (148/274)
34322026-05-01T03:47:40.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34332026-05-01T03:47:40.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34342026-05-01T03:47:40.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34352026-05-01T03:47:40.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34362026-05-01T03:47:40.640Z
34372026-05-01T03:47:40.640Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (149/274)
34382026-05-01T03:47:41.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34392026-05-01T03:47:41.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34402026-05-01T03:47:41.156Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34412026-05-01T03:47:41.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34422026-05-01T03:47:41.242Z
34432026-05-01T03:47:41.243Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (150/274)
34442026-05-01T03:47:41.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34452026-05-01T03:47:41.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34462026-05-01T03:47:41.756Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34472026-05-01T03:47:41.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34482026-05-01T03:47:41.850Z
34492026-05-01T03:47:41.850Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (151/274)
34502026-05-01T03:47:42.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34512026-05-01T03:47:42.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34522026-05-01T03:47:42.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34532026-05-01T03:47:42.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34542026-05-01T03:47:42.459Z
34552026-05-01T03:47:42.459Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (152/274)
34562026-05-01T03:47:42.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34572026-05-01T03:47:42.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34582026-05-01T03:47:42.970Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34592026-05-01T03:47:42.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34602026-05-01T03:47:43.095Z
34612026-05-01T03:47:43.095Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (153/274)
34622026-05-01T03:47:43.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34632026-05-01T03:47:43.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34642026-05-01T03:47:43.581Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34652026-05-01T03:47:43.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34662026-05-01T03:47:43.675Z
34672026-05-01T03:47:43.675Zinfo: running `cargo check --bins` on oximeter-producer (154/274)
34682026-05-01T03:47:44.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34692026-05-01T03:47:44.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34702026-05-01T03:47:44.220Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34712026-05-01T03:47:44.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34722026-05-01T03:47:44.320Z
34732026-05-01T03:47:44.320Zinfo: running `cargo check --bins` on internal-dns-resolver (155/274)
34742026-05-01T03:47:44.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34752026-05-01T03:47:44.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34762026-05-01T03:47:44.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34772026-05-01T03:47:44.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34782026-05-01T03:47:44.995Z
34792026-05-01T03:47:44.995Zinfo: running `cargo check --bins` on dns-server (156/274)
34802026-05-01T03:47:45.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34812026-05-01T03:47:45.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34822026-05-01T03:47:45.586Z Compiling parking_lot_core v0.8.6
34832026-05-01T03:47:45.586Z Compiling git-stub v1.0.0
34842026-05-01T03:47:45.590Z Compiling atomicwrites v0.4.4
34852026-05-01T03:47:45.590Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34862026-05-01T03:47:45.590Z Checking prefix-trie v0.7.0
34872026-05-01T03:47:45.826Z Compiling git-stub-vcs v0.1.0
34882026-05-01T03:47:45.989Z Checking hickory-server v0.25.2
34892026-05-01T03:47:46.102Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34902026-05-01T03:47:46.122Z Checking parking_lot v0.11.2
34912026-05-01T03:47:46.184Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34922026-05-01T03:47:46.187Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34932026-05-01T03:47:46.293Z Checking sled v0.34.7
34942026-05-01T03:47:48.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s
34952026-05-01T03:47:48.368Z
34962026-05-01T03:47:48.368Zinfo: running `cargo check --bins` on dns-server-api (157/274)
34972026-05-01T03:47:48.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34982026-05-01T03:47:48.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34992026-05-01T03:47:48.881Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35002026-05-01T03:47:48.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35012026-05-01T03:47:48.975Z
35022026-05-01T03:47:48.975Zinfo: running `cargo check --bins` on oximeter-producer-api (158/274)
35032026-05-01T03:47:49.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35042026-05-01T03:47:49.484Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35052026-05-01T03:47:49.484Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35062026-05-01T03:47:49.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35072026-05-01T03:47:49.579Z
35082026-05-01T03:47:49.579Zinfo: running `cargo check --bins` on sp-sim (159/274)
35092026-05-01T03:47:50.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35102026-05-01T03:47:50.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35112026-05-01T03:47:50.311Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35122026-05-01T03:47:52.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.48s
35132026-05-01T03:47:52.290Z
35142026-05-01T03:47:52.290Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (160/274)
35152026-05-01T03:47:52.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35162026-05-01T03:47:52.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35172026-05-01T03:47:52.848Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35182026-05-01T03:47:52.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35192026-05-01T03:47:52.957Z
35202026-05-01T03:47:52.957Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (161/274)
35212026-05-01T03:47:53.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35222026-05-01T03:47:53.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35232026-05-01T03:47:53.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35242026-05-01T03:47:53.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
35252026-05-01T03:47:53.632Z
35262026-05-01T03:47:53.632Zinfo: running `cargo check --bins` on db-macros (162/274)
35272026-05-01T03:47:54.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35282026-05-01T03:47:54.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35292026-05-01T03:47:54.135Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35302026-05-01T03:47:54.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35312026-05-01T03:47:54.226Z
35322026-05-01T03:47:54.226Zinfo: running `cargo check --bins` on nexus-macros-common (163/274)
35332026-05-01T03:47:54.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35342026-05-01T03:47:54.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35352026-05-01T03:47:54.727Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35362026-05-01T03:47:54.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35372026-05-01T03:47:54.816Z
35382026-05-01T03:47:54.816Zinfo: running `cargo check --bins` on nexus-auth (164/274)
35392026-05-01T03:47:55.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35402026-05-01T03:47:55.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35412026-05-01T03:47:55.370Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35422026-05-01T03:47:55.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35432026-05-01T03:47:55.480Z
35442026-05-01T03:47:55.480Zinfo: running `cargo check --bins` on authz-macros (165/274)
35452026-05-01T03:47:55.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35462026-05-01T03:47:55.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35472026-05-01T03:47:55.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35482026-05-01T03:47:55.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35492026-05-01T03:47:56.070Z
35502026-05-01T03:47:56.070Zinfo: running `cargo check --bins` on nexus-db-fixed-data (166/274)
35512026-05-01T03:47:56.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35522026-05-01T03:47:56.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35532026-05-01T03:47:56.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35542026-05-01T03:47:56.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35552026-05-01T03:47:56.719Z
35562026-05-01T03:47:56.719Zinfo: running `cargo check --bins` on nexus-db-model (167/274)
35572026-05-01T03:47:57.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35582026-05-01T03:47:57.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35592026-05-01T03:47:57.269Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35602026-05-01T03:47:57.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35612026-05-01T03:47:57.374Z
35622026-05-01T03:47:57.374Zinfo: running `cargo check --bins` on nexus-db-schema (168/274)
35632026-05-01T03:47:57.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35642026-05-01T03:47:57.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35652026-05-01T03:47:57.876Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35662026-05-01T03:47:57.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35672026-05-01T03:47:57.967Z
35682026-05-01T03:47:57.967Zinfo: running `cargo check --bins` on omicron-rpaths (169/274)
35692026-05-01T03:47:58.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35702026-05-01T03:47:58.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35712026-05-01T03:47:58.470Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35722026-05-01T03:47:58.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35732026-05-01T03:47:58.564Z
35742026-05-01T03:47:58.564Zinfo: running `cargo check --bins` on nexus-defaults (170/274)
35752026-05-01T03:47:59.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35762026-05-01T03:47:59.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35772026-05-01T03:47:59.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35782026-05-01T03:47:59.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35792026-05-01T03:47:59.168Z
35802026-05-01T03:47:59.168Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (171/274)
35812026-05-01T03:47:59.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35822026-05-01T03:47:59.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35832026-05-01T03:47:59.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35842026-05-01T03:47:59.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35852026-05-01T03:47:59.760Z
35862026-05-01T03:47:59.760Zinfo: running `cargo check --bins` on parallel-task-set (172/274)
35872026-05-01T03:48:00.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35882026-05-01T03:48:00.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35892026-05-01T03:48:00.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35902026-05-01T03:48:00.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35912026-05-01T03:48:00.349Z
35922026-05-01T03:48:00.349Zinfo: running `cargo check --bins` on nexus-db-errors (173/274)
35932026-05-01T03:48:00.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35942026-05-01T03:48:00.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35952026-05-01T03:48:00.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35962026-05-01T03:48:00.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35972026-05-01T03:48:00.997Z
35982026-05-01T03:48:00.997Zinfo: running `cargo check --bins` on nexus-db-lookup (174/274)
35992026-05-01T03:48:01.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36002026-05-01T03:48:01.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36012026-05-01T03:48:01.552Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36022026-05-01T03:48:01.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36032026-05-01T03:48:01.656Z
36042026-05-01T03:48:01.656Zinfo: running `cargo check --bins` on nexus-inventory (175/274)
36052026-05-01T03:48:02.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36062026-05-01T03:48:02.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36072026-05-01T03:48:02.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36082026-05-01T03:48:02.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36092026-05-01T03:48:02.315Z
36102026-05-01T03:48:02.315Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (176/274)
36112026-05-01T03:48:02.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36122026-05-01T03:48:02.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36132026-05-01T03:48:02.844Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36142026-05-01T03:48:02.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36152026-05-01T03:48:02.941Z
36162026-05-01T03:48:02.941Zinfo: running `cargo check --bins --no-default-features` on sled-storage (177/274)
36172026-05-01T03:48:03.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36182026-05-01T03:48:03.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36192026-05-01T03:48:03.468Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36202026-05-01T03:48:03.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36212026-05-01T03:48:03.565Z
36222026-05-01T03:48:03.565Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (178/274)
36232026-05-01T03:48:04.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36242026-05-01T03:48:04.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36252026-05-01T03:48:04.091Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36262026-05-01T03:48:04.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36272026-05-01T03:48:04.190Z
36282026-05-01T03:48:04.191Zinfo: running `cargo check --bins` on key-manager (179/274)
36292026-05-01T03:48:04.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36302026-05-01T03:48:04.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36312026-05-01T03:48:04.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36322026-05-01T03:48:04.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36332026-05-01T03:48:04.792Z
36342026-05-01T03:48:04.792Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (180/274)
36352026-05-01T03:48:05.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36362026-05-01T03:48:05.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36372026-05-01T03:48:05.317Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36382026-05-01T03:48:05.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36392026-05-01T03:48:05.411Z
36402026-05-01T03:48:05.411Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (181/274)
36412026-05-01T03:48:05.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36422026-05-01T03:48:05.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36432026-05-01T03:48:05.939Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36442026-05-01T03:48:05.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36452026-05-01T03:48:06.033Z
36462026-05-01T03:48:06.033Zinfo: running `cargo check --bins` on typed-rng (182/274)
36472026-05-01T03:48:06.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36482026-05-01T03:48:06.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36492026-05-01T03:48:06.532Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36502026-05-01T03:48:06.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36512026-05-01T03:48:06.619Z
36522026-05-01T03:48:06.619Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (183/274)
36532026-05-01T03:48:07.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36542026-05-01T03:48:07.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36552026-05-01T03:48:07.472Z Compiling typify-impl v0.4.3
36562026-05-01T03:48:07.472Z Compiling libefi-sys v0.1.0
36572026-05-01T03:48:07.475Z Compiling bitfield-struct v0.6.2
36582026-05-01T03:48:07.626Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36592026-05-01T03:48:07.637Z Compiling xshell-macros v0.2.7
36602026-05-01T03:48:07.649Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36612026-05-01T03:48:07.689Z Compiling salty v0.3.0
36622026-05-01T03:48:07.692Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36632026-05-01T03:48:07.850Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36642026-05-01T03:48:07.971Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36652026-05-01T03:48:07.995Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36662026-05-01T03:48:08.001Z Checking xshell v0.2.7
36672026-05-01T03:48:08.188Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36682026-05-01T03:48:08.214Z Checking primeorder v0.13.6
36692026-05-01T03:48:08.228Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36702026-05-01T03:48:08.357Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36712026-05-01T03:48:08.373Z Compiling proc-macro-error-attr2 v2.0.0
36722026-05-01T03:48:08.451Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36732026-05-01T03:48:08.469Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36742026-05-01T03:48:08.622Z Checking tungstenite v0.21.0
36752026-05-01T03:48:08.664Z Checking p384 v0.13.1
36762026-05-01T03:48:08.709Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36772026-05-01T03:48:08.759Z Compiling proc-macro-error2 v2.0.1
36782026-05-01T03:48:08.874Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36792026-05-01T03:48:09.039Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36802026-05-01T03:48:09.080Z Compiling num-derive v0.3.3
36812026-05-01T03:48:09.096Z Compiling tabled_derive v0.11.0
36822026-05-01T03:48:09.373Z Checking tokio-tungstenite v0.21.0
36832026-05-01T03:48:09.577Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36842026-05-01T03:48:09.660Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36852026-05-01T03:48:09.689Z Checking papergrid v0.17.0
36862026-05-01T03:48:09.870Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36872026-05-01T03:48:10.047Z Checking libscf-sys v1.1.0
36882026-05-01T03:48:10.221Z Checking testing_table v0.3.0
36892026-05-01T03:48:10.261Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36902026-05-01T03:48:10.280Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36912026-05-01T03:48:10.297Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36922026-05-01T03:48:10.389Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36932026-05-01T03:48:10.485Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36942026-05-01T03:48:10.602Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36952026-05-01T03:48:10.685Z Compiling unicase v2.9.0
36962026-05-01T03:48:10.753Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36972026-05-01T03:48:10.789Z Checking corncobs v0.1.4
36982026-05-01T03:48:10.877Z Checking tabled v0.20.0
36992026-05-01T03:48:10.892Z Compiling mime_guess v2.0.5
37002026-05-01T03:48:10.922Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37012026-05-01T03:48:10.944Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37022026-05-01T03:48:11.052Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37032026-05-01T03:48:11.155Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37042026-05-01T03:48:11.183Z Checking progenitor-client v0.11.2
37052026-05-01T03:48:11.419Z Checking secrecy v0.8.0
37062026-05-01T03:48:11.435Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37072026-05-01T03:48:11.449Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37082026-05-01T03:48:11.463Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
37092026-05-01T03:48:11.513Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37102026-05-01T03:48:11.643Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
37112026-05-01T03:48:11.924Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37122026-05-01T03:48:12.022Z Compiling typify-macro v0.4.3
37132026-05-01T03:48:12.099Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
37142026-05-01T03:48:12.115Z Checking filetime v0.2.27
37152026-05-01T03:48:12.183Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37162026-05-01T03:48:12.202Z Checking xattr v1.6.1
37172026-05-01T03:48:12.255Z Checking crc8 v0.1.1
37182026-05-01T03:48:12.334Z Checking http-range v0.1.5
37192026-05-01T03:48:12.465Z Checking tar v0.4.45
37202026-05-01T03:48:12.723Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37212026-05-01T03:48:12.850Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37222026-05-01T03:48:12.914Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37232026-05-01T03:48:12.997Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37242026-05-01T03:48:13.013Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
37252026-05-01T03:48:13.082Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37262026-05-01T03:48:13.299Z Checking atty v0.2.14
37272026-05-01T03:48:13.402Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37282026-05-01T03:48:13.517Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
37292026-05-01T03:48:13.663Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37302026-05-01T03:48:13.728Z Compiling typify v0.4.3
37312026-05-01T03:48:13.867Z Compiling progenitor-impl v0.11.2
37322026-05-01T03:48:13.950Z Compiling progenitor-impl v0.10.0
37332026-05-01T03:48:14.270Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37342026-05-01T03:48:14.325Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37352026-05-01T03:48:14.510Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37362026-05-01T03:48:14.906Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37372026-05-01T03:48:15.316Z Checking hyper-staticfile v0.10.1
37382026-05-01T03:48:15.359Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37392026-05-01T03:48:15.504Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
37402026-05-01T03:48:15.611Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37412026-05-01T03:48:15.729Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37422026-05-01T03:48:15.834Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
37432026-05-01T03:48:15.880Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37442026-05-01T03:48:16.106Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37452026-05-01T03:48:16.160Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37462026-05-01T03:48:16.392Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37472026-05-01T03:48:16.463Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37482026-05-01T03:48:16.541Z Compiling progenitor-macro v0.11.2
37492026-05-01T03:48:16.614Z Compiling progenitor-macro v0.10.0
37502026-05-01T03:48:19.437Z Checking progenitor v0.10.0
37512026-05-01T03:48:19.440Z Checking progenitor v0.11.2
37522026-05-01T03:48:19.575Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37532026-05-01T03:48:19.580Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37542026-05-01T03:48:24.207Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
37552026-05-01T03:48:25.318Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37562026-05-01T03:48:35.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.07s
37572026-05-01T03:48:35.909Z
37582026-05-01T03:48:35.909Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (184/274)
37592026-05-01T03:48:36.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37602026-05-01T03:48:36.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37612026-05-01T03:48:36.699Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37622026-05-01T03:48:47.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.25s
37632026-05-01T03:48:47.376Z
37642026-05-01T03:48:47.376Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (185/274)
37652026-05-01T03:48:47.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37662026-05-01T03:48:47.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37672026-05-01T03:48:48.168Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37682026-05-01T03:48:58.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.31s
37692026-05-01T03:48:58.919Z
37702026-05-01T03:48:58.919Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (186/274)
37712026-05-01T03:48:59.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37722026-05-01T03:48:59.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37732026-05-01T03:48:59.711Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37742026-05-01T03:49:10.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.34s
37752026-05-01T03:49:10.476Z
37762026-05-01T03:49:10.476Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (187/274)
37772026-05-01T03:49:11.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37782026-05-01T03:49:11.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37792026-05-01T03:49:11.261Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37802026-05-01T03:49:21.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.23s
37812026-05-01T03:49:21.942Z
37822026-05-01T03:49:21.942Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (188/274)
37832026-05-01T03:49:22.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37842026-05-01T03:49:22.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37852026-05-01T03:49:22.732Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37862026-05-01T03:49:33.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.22s
37872026-05-01T03:49:33.380Z
37882026-05-01T03:49:33.380Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (189/274)
37892026-05-01T03:49:33.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37902026-05-01T03:49:33.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37912026-05-01T03:49:34.167Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37922026-05-01T03:49:44.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.28s
37932026-05-01T03:49:44.885Z
37942026-05-01T03:49:44.885Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (190/274)
37952026-05-01T03:49:45.447Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37962026-05-01T03:49:45.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37972026-05-01T03:49:45.672Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37982026-05-01T03:49:56.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.23s
37992026-05-01T03:49:56.332Z
38002026-05-01T03:49:56.332Zinfo: running `cargo check --bins` on bootstrap-agent-api (191/274)
38012026-05-01T03:49:56.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38022026-05-01T03:49:56.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38032026-05-01T03:49:56.848Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38042026-05-01T03:49:56.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38052026-05-01T03:49:56.946Z
38062026-05-01T03:49:56.946Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (192/274)
38072026-05-01T03:49:57.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38082026-05-01T03:49:57.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38092026-05-01T03:49:57.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38102026-05-01T03:49:57.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38112026-05-01T03:49:57.558Z
38122026-05-01T03:49:57.558Zinfo: running `cargo check --bins` on range-requests (193/274)
38132026-05-01T03:49:58.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38142026-05-01T03:49:58.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38152026-05-01T03:49:58.066Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38162026-05-01T03:49:58.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38172026-05-01T03:49:58.162Z
38182026-05-01T03:49:58.162Zinfo: running `cargo check --bins` on repo-depot-api (194/274)
38192026-05-01T03:49:58.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38202026-05-01T03:49:58.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38212026-05-01T03:49:58.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38222026-05-01T03:49:58.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38232026-05-01T03:49:58.768Z
38242026-05-01T03:49:58.768Zinfo: running `cargo check --bins` on sled-agent-api (195/274)
38252026-05-01T03:49:59.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38262026-05-01T03:49:59.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38272026-05-01T03:49:59.297Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38282026-05-01T03:49:59.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38292026-05-01T03:49:59.397Z
38302026-05-01T03:49:59.397Zinfo: running `cargo check --bins` on sled-diagnostics (196/274)
38312026-05-01T03:49:59.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38322026-05-01T03:49:59.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38332026-05-01T03:49:59.921Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38342026-05-01T03:49:59.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38352026-05-01T03:50:00.019Z
38362026-05-01T03:50:00.019Zinfo: running `cargo check --bins` on zfs-test-harness (197/274)
38372026-05-01T03:50:00.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38382026-05-01T03:50:00.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38392026-05-01T03:50:00.543Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38402026-05-01T03:50:00.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38412026-05-01T03:50:00.637Z
38422026-05-01T03:50:00.637Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (198/274)
38432026-05-01T03:50:01.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38442026-05-01T03:50:01.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38452026-05-01T03:50:01.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38462026-05-01T03:50:01.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38472026-05-01T03:50:01.265Z
38482026-05-01T03:50:01.265Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (199/274)
38492026-05-01T03:50:01.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38502026-05-01T03:50:01.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38512026-05-01T03:50:01.789Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38522026-05-01T03:50:01.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38532026-05-01T03:50:01.888Z
38542026-05-01T03:50:01.888Zinfo: running `cargo check --bins` on sled-agent-health-monitor (200/274)
38552026-05-01T03:50:02.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38562026-05-01T03:50:02.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38572026-05-01T03:50:02.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38582026-05-01T03:50:02.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38592026-05-01T03:50:02.516Z
38602026-05-01T03:50:02.516Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (201/274)
38612026-05-01T03:50:03.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38622026-05-01T03:50:03.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38632026-05-01T03:50:03.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38642026-05-01T03:50:03.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38652026-05-01T03:50:03.145Z
38662026-05-01T03:50:03.145Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (202/274)
38672026-05-01T03:50:03.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38682026-05-01T03:50:03.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38692026-05-01T03:50:03.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38702026-05-01T03:50:03.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38712026-05-01T03:50:03.779Z
38722026-05-01T03:50:03.780Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (203/274)
38732026-05-01T03:50:04.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38742026-05-01T03:50:04.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38752026-05-01T03:50:04.316Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38762026-05-01T03:50:04.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38772026-05-01T03:50:04.412Z
38782026-05-01T03:50:04.412Zinfo: running `cargo check --bins` on sled-agent-rack-setup (204/274)
38792026-05-01T03:50:04.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38802026-05-01T03:50:04.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38812026-05-01T03:50:04.969Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38822026-05-01T03:50:04.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38832026-05-01T03:50:05.075Z
38842026-05-01T03:50:05.076Zinfo: running `cargo check --bins` on trust-quorum (205/274)
38852026-05-01T03:50:05.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38862026-05-01T03:50:05.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38872026-05-01T03:50:05.607Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38882026-05-01T03:50:05.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38892026-05-01T03:50:05.705Z
38902026-05-01T03:50:05.705Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (206/274)
38912026-05-01T03:50:06.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38922026-05-01T03:50:06.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38932026-05-01T03:50:06.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38942026-05-01T03:50:06.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38952026-05-01T03:50:06.355Z
38962026-05-01T03:50:06.355Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (207/274)
38972026-05-01T03:50:06.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38982026-05-01T03:50:06.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38992026-05-01T03:50:06.912Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39002026-05-01T03:50:06.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39012026-05-01T03:50:07.019Z
39022026-05-01T03:50:07.019Zinfo: running `cargo check --bins` on update-common (208/274)
39032026-05-01T03:50:07.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39042026-05-01T03:50:07.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39052026-05-01T03:50:07.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39062026-05-01T03:50:07.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39072026-05-01T03:50:07.635Z
39082026-05-01T03:50:07.635Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (209/274)
39092026-05-01T03:50:08.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39102026-05-01T03:50:08.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39112026-05-01T03:50:08.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39122026-05-01T03:50:08.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39132026-05-01T03:50:08.294Z
39142026-05-01T03:50:08.294Zinfo: running `cargo check --bins` on omicron-deployment-graph (210/274)
39152026-05-01T03:50:08.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39162026-05-01T03:50:08.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39172026-05-01T03:50:08.795Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39182026-05-01T03:50:08.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39192026-05-01T03:50:08.883Z
39202026-05-01T03:50:08.883Zinfo: running `cargo check --bins` on reconfigurator-cli (211/274)
39212026-05-01T03:50:09.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39222026-05-01T03:50:09.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39232026-05-01T03:50:09.664Z Compiling fs-err v2.11.0
39242026-05-01T03:50:09.667Z Checking ignore v0.4.25
39252026-05-01T03:50:09.667Z Checking arc-swap v1.8.2
39262026-05-01T03:50:09.667Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
39272026-05-01T03:50:09.811Z Checking predicates-tree v1.0.13
39282026-05-01T03:50:09.814Z Checking parse-size v1.1.0
39292026-05-01T03:50:09.834Z Checking rand_seeder v0.4.0
39302026-05-01T03:50:09.846Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
39312026-05-01T03:50:09.913Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39322026-05-01T03:50:09.932Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39332026-05-01T03:50:09.975Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39342026-05-01T03:50:10.010Z Checking slog-scope v4.4.1
39352026-05-01T03:50:10.106Z Compiling petname v2.0.2
39362026-05-01T03:50:10.126Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39372026-05-01T03:50:10.174Z Checking globwalk v0.9.1
39382026-05-01T03:50:10.187Z Checking slog-stdlog v4.1.1
39392026-05-01T03:50:10.233Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39402026-05-01T03:50:10.306Z Checking slog-envlogger v2.2.0
39412026-05-01T03:50:10.353Z Checking camino-tempfile-ext v0.3.3
39422026-05-01T03:50:10.373Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
39432026-05-01T03:50:10.456Z Checking sapling-renderdag v0.1.0
39442026-05-01T03:50:10.540Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39452026-05-01T03:50:10.554Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39462026-05-01T03:50:10.692Z Checking subprocess v0.2.15
39472026-05-01T03:50:10.734Z Checking sync-ptr v0.1.4
39482026-05-01T03:50:10.813Z Checking colored v2.2.0
39492026-05-01T03:50:10.835Z Checking assert_matches v1.5.0
39502026-05-01T03:50:10.901Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39512026-05-01T03:50:10.971Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39522026-05-01T03:50:11.046Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39532026-05-01T03:50:11.049Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39542026-05-01T03:50:11.640Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39552026-05-01T03:50:12.957Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39562026-05-01T03:50:15.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.31s
39572026-05-01T03:50:15.396Z
39582026-05-01T03:50:15.396Zinfo: running `cargo check --bins` on omicron-repl-utils (212/274)
39592026-05-01T03:50:15.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39602026-05-01T03:50:15.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39612026-05-01T03:50:15.894Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39622026-05-01T03:50:15.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39632026-05-01T03:50:15.983Z
39642026-05-01T03:50:15.983Zinfo: running `cargo check --bins` on transient-dns-server (213/274)
39652026-05-01T03:50:16.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39662026-05-01T03:50:16.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39672026-05-01T03:50:16.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39682026-05-01T03:50:16.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39692026-05-01T03:50:16.596Z
39702026-05-01T03:50:16.596Zinfo: running `cargo check --bins` on nexus-test-interface (214/274)
39712026-05-01T03:50:17.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39722026-05-01T03:50:17.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39732026-05-01T03:50:17.152Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39742026-05-01T03:50:17.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39752026-05-01T03:50:17.258Z
39762026-05-01T03:50:17.258Zinfo: running `cargo check --bins` on oximeter-collector (215/274)
39772026-05-01T03:50:17.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39782026-05-01T03:50:17.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39792026-05-01T03:50:17.983Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39802026-05-01T03:50:17.987Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39812026-05-01T03:50:18.631Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39822026-05-01T03:50:20.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.95s
39832026-05-01T03:50:20.415Z
39842026-05-01T03:50:20.415Zinfo: running `cargo check --bins` on oximeter-api (216/274)
39852026-05-01T03:50:20.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39862026-05-01T03:50:20.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39872026-05-01T03:50:20.921Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39882026-05-01T03:50:20.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39892026-05-01T03:50:21.013Z
39902026-05-01T03:50:21.013Zinfo: running `cargo check --bins` on cert-dev (217/274)
39912026-05-01T03:50:21.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39922026-05-01T03:50:21.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39932026-05-01T03:50:21.614Z Checking yasna v0.5.2
39942026-05-01T03:50:22.015Z Checking rcgen v0.12.1
39952026-05-01T03:50:22.266Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39962026-05-01T03:50:22.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
39972026-05-01T03:50:22.627Z
39982026-05-01T03:50:22.627Zinfo: running `cargo check --bins` on clickana (218/274)
39992026-05-01T03:50:23.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40002026-05-01T03:50:23.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40012026-05-01T03:50:23.269Z Compiling darling_core v0.23.0
40022026-05-01T03:50:23.272Z Compiling instability v0.3.11
40032026-05-01T03:50:23.272Z Checking castaway v0.2.4
40042026-05-01T03:50:23.384Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
40052026-05-01T03:50:23.388Z Compiling indoc v2.0.7
40062026-05-01T03:50:23.403Z Checking unicode-truncate v1.1.0
40072026-05-01T03:50:23.406Z Checking lru v0.12.5
40082026-05-01T03:50:23.406Z Checking cassowary v0.3.0
40092026-05-01T03:50:23.470Z Checking compact_str v0.8.1
40102026-05-01T03:50:24.336Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
40112026-05-01T03:50:24.519Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40122026-05-01T03:50:24.809Z Compiling darling_macro v0.23.0
40132026-05-01T03:50:25.219Z Compiling darling v0.23.0
40142026-05-01T03:50:25.810Z Checking ratatui v0.29.0
40152026-05-01T03:50:26.856Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
40162026-05-01T03:50:27.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.89s
40172026-05-01T03:50:27.715Z
40182026-05-01T03:50:27.715Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (219/274)
40192026-05-01T03:50:28.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40202026-05-01T03:50:28.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40212026-05-01T03:50:28.436Z Checking headers-core v0.3.0
40222026-05-01T03:50:28.436Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
40232026-05-01T03:50:28.634Z Checking headers v0.4.1
40242026-05-01T03:50:29.001Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40252026-05-01T03:50:29.859Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
40262026-05-01T03:50:30.351Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
40272026-05-01T03:50:30.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.04s
40282026-05-01T03:50:30.978Z
40292026-05-01T03:50:30.978Zinfo: running `cargo check --bins` on ch-dev (220/274)
40302026-05-01T03:50:31.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40312026-05-01T03:50:31.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40322026-05-01T03:50:31.700Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
40332026-05-01T03:50:32.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
40342026-05-01T03:50:32.665Z
40352026-05-01T03:50:32.665Zinfo: running `cargo check --bins` on dev-tools-common (221/274)
40362026-05-01T03:50:33.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40372026-05-01T03:50:33.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40382026-05-01T03:50:33.075Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40392026-05-01T03:50:33.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
40402026-05-01T03:50:33.135Z
40412026-05-01T03:50:33.135Zinfo: running `cargo check --bins` on crdb-seed (222/274)
40422026-05-01T03:50:33.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40432026-05-01T03:50:33.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40442026-05-01T03:50:33.854Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40452026-05-01T03:50:34.844Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40462026-05-01T03:50:35.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.04s
40472026-05-01T03:50:35.390Z
40482026-05-01T03:50:35.390Zinfo: running `cargo check --bins` on db-dev (223/274)
40492026-05-01T03:50:35.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40502026-05-01T03:50:35.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40512026-05-01T03:50:36.109Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40522026-05-01T03:50:36.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
40532026-05-01T03:50:37.068Z
40542026-05-01T03:50:37.068Zinfo: running `cargo check --bins` on omicron-dev-lib (224/274)
40552026-05-01T03:50:37.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40562026-05-01T03:50:37.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40572026-05-01T03:50:37.610Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40582026-05-01T03:50:37.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40592026-05-01T03:50:37.708Z
40602026-05-01T03:50:37.708Zinfo: running `cargo check --bins` on xtask-downloader (225/274)
40612026-05-01T03:50:38.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40622026-05-01T03:50:38.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40632026-05-01T03:50:38.320Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40642026-05-01T03:50:38.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
40652026-05-01T03:50:39.167Z
40662026-05-01T03:50:39.168Zinfo: running `cargo check --bins` on omicron-dropshot-apis (226/274)
40672026-05-01T03:50:39.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40682026-05-01T03:50:39.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40692026-05-01T03:50:39.921Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40702026-05-01T03:50:39.921Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40712026-05-01T03:50:39.925Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
40722026-05-01T03:50:39.925Z Checking git-stub v1.0.0
40732026-05-01T03:50:40.050Z Compiling trait-variant v0.1.2
40742026-05-01T03:50:40.056Z Checking is_ci v1.2.0
40752026-05-01T03:50:40.073Z Checking maplit v1.0.2
40762026-05-01T03:50:40.084Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40772026-05-01T03:50:40.163Z Checking supports-color v3.0.2
40782026-05-01T03:50:40.163Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40792026-05-01T03:50:40.187Z Checking git-stub-vcs v0.1.0
40802026-05-01T03:50:40.260Z Checking drift v0.1.3
40812026-05-01T03:50:40.290Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40822026-05-01T03:50:40.344Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40832026-05-01T03:50:40.382Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40842026-05-01T03:50:40.540Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40852026-05-01T03:50:40.554Z Checking dropshot-api-manager v0.7.1
40862026-05-01T03:50:40.570Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40872026-05-01T03:50:40.585Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
40882026-05-01T03:50:40.781Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40892026-05-01T03:50:40.794Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40902026-05-01T03:50:40.984Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
40912026-05-01T03:50:41.314Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40922026-05-01T03:50:46.244Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40932026-05-01T03:50:47.328Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40942026-05-01T03:50:47.891Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40952026-05-01T03:50:48.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.15s
40962026-05-01T03:50:48.535Z
40972026-05-01T03:50:48.535Zinfo: running `cargo check --bins` on installinator-api (227/274)
40982026-05-01T03:50:49.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40992026-05-01T03:50:49.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41002026-05-01T03:50:49.045Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41012026-05-01T03:50:49.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41022026-05-01T03:50:49.138Z
41032026-05-01T03:50:49.138Zinfo: running `cargo check --bins` on nexus-external-api (228/274)
41042026-05-01T03:50:49.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41052026-05-01T03:50:49.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41062026-05-01T03:50:49.682Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41072026-05-01T03:50:49.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41082026-05-01T03:50:49.785Z
41092026-05-01T03:50:49.785Zinfo: running `cargo check --bins` on nexus-internal-api (229/274)
41102026-05-01T03:50:50.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41112026-05-01T03:50:50.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41122026-05-01T03:50:50.323Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41132026-05-01T03:50:50.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41142026-05-01T03:50:50.428Z
41152026-05-01T03:50:50.428Zinfo: running `cargo check --bins` on nexus-lockstep-api (230/274)
41162026-05-01T03:50:50.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41172026-05-01T03:50:50.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41182026-05-01T03:50:50.967Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41192026-05-01T03:50:50.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41202026-05-01T03:50:51.067Z
41212026-05-01T03:50:51.067Zinfo: running `cargo check --bins` on ntp-admin-api (231/274)
41222026-05-01T03:50:51.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41232026-05-01T03:50:51.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41242026-05-01T03:50:51.574Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41252026-05-01T03:50:51.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41262026-05-01T03:50:51.664Z
41272026-05-01T03:50:51.664Zinfo: running `cargo check --bins` on ntp-admin-types-versions (232/274)
41282026-05-01T03:50:52.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41292026-05-01T03:50:52.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41302026-05-01T03:50:52.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41312026-05-01T03:50:52.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41322026-05-01T03:50:52.249Z
41332026-05-01T03:50:52.249Zinfo: running `cargo check --bins` on wicketd-api (233/274)
41342026-05-01T03:50:52.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41352026-05-01T03:50:52.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41362026-05-01T03:50:52.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41372026-05-01T03:50:52.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41382026-05-01T03:50:52.860Z
41392026-05-01T03:50:52.860Zinfo: running `cargo check --bins` on omicron-ls-apis (234/274)
41402026-05-01T03:50:53.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41412026-05-01T03:50:53.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41422026-05-01T03:50:53.468Z Checking typeid v1.0.3
41432026-05-01T03:50:53.579Z Checking ordered-float v2.10.1
41442026-05-01T03:50:53.598Z Checking unicode-xid v0.2.6
41452026-05-01T03:50:53.611Z Checking cargo-platform v0.2.0
41462026-05-01T03:50:53.620Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
41472026-05-01T03:50:53.648Z Checking erased-serde v0.4.9
41482026-05-01T03:50:53.781Z Checking serde-value v0.7.0
41492026-05-01T03:50:53.959Z Checking serde-untagged v0.1.9
41502026-05-01T03:50:54.113Z Checking cargo-util-schemas v0.8.2
41512026-05-01T03:50:54.809Z Checking cargo_metadata v0.21.0
41522026-05-01T03:50:55.413Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41532026-05-01T03:50:56.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s
41542026-05-01T03:50:56.271Z
41552026-05-01T03:50:56.271Zinfo: running `cargo check --bins` on mgs-dev (235/274)
41562026-05-01T03:50:56.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41572026-05-01T03:50:56.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41582026-05-01T03:50:57.002Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41592026-05-01T03:50:57.637Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41602026-05-01T03:50:58.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.87s
41612026-05-01T03:50:58.357Z
41622026-05-01T03:50:58.357Zinfo: running `cargo check --bins` on omicron-omdb (236/274)
41632026-05-01T03:50:58.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41642026-05-01T03:50:58.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41652026-05-01T03:50:59.216Z Compiling vergen-gitcl v1.0.8
41662026-05-01T03:50:59.216Z Compiling dirs-sys-next v0.1.2
41672026-05-01T03:50:59.216Z Compiling crunchy v0.2.4
41682026-05-01T03:50:59.216Z Compiling glob v0.3.3
41692026-05-01T03:50:59.216Z Compiling diesel_derives v2.3.7
41702026-05-01T03:50:59.219Z Compiling dsl_auto_type v0.2.0
41712026-05-01T03:50:59.219Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41722026-05-01T03:50:59.219Z Checking scheduled-thread-pool v0.2.7
41732026-05-01T03:50:59.480Z Compiling dirs-next v2.0.0
41742026-05-01T03:50:59.536Z Compiling diesel_table_macro_syntax v0.3.0
41752026-05-01T03:50:59.585Z Compiling tiny-keccak v2.0.2
41762026-05-01T03:50:59.614Z Compiling term v0.7.0
41772026-05-01T03:50:59.749Z Checking r2d2 v0.8.10
41782026-05-01T03:50:59.764Z Checking downcast-rs v2.0.2
41792026-05-01T03:50:59.797Z Compiling clang-sys v1.8.1
41802026-05-01T03:50:59.814Z Compiling bit-vec v0.6.3
41812026-05-01T03:50:59.954Z Compiling ascii-canvas v3.0.0
41822026-05-01T03:51:00.037Z Compiling bit-set v0.5.3
41832026-05-01T03:51:00.175Z Compiling itertools v0.10.5
41842026-05-01T03:51:00.189Z Compiling ena v0.14.4
41852026-05-01T03:51:00.192Z Compiling libloading v0.8.9
41862026-05-01T03:51:00.217Z Compiling regex-syntax v0.6.29
41872026-05-01T03:51:00.220Z Compiling bindgen v0.71.1
41882026-05-01T03:51:00.283Z Compiling diff v0.1.13
41892026-05-01T03:51:00.412Z Compiling cexpr v0.6.0
41902026-05-01T03:51:00.550Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41912026-05-01T03:51:00.671Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41922026-05-01T03:51:00.761Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41932026-05-01T03:51:00.824Z Compiling libxml v0.3.3
41942026-05-01T03:51:01.050Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41952026-05-01T03:51:01.106Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41962026-05-01T03:51:01.231Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41972026-05-01T03:51:01.360Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41982026-05-01T03:51:01.378Z Compiling strum_macros v0.24.3
41992026-05-01T03:51:01.418Z Compiling indoc v1.0.9
42002026-05-01T03:51:01.628Z Compiling lalrpop v0.19.12
42012026-05-01T03:51:02.388Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42022026-05-01T03:51:02.582Z Checking derive_builder v0.20.2
42032026-05-01T03:51:02.703Z Compiling oso-derive v0.27.3
42042026-05-01T03:51:02.720Z Checking quick-xml v0.37.5
42052026-05-01T03:51:02.924Z Compiling impl-trait-for-tuples v0.2.3
42062026-05-01T03:51:03.205Z Checking openssl-probe v0.1.6
42072026-05-01T03:51:03.349Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
42082026-05-01T03:51:03.604Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42092026-05-01T03:51:03.796Z Checking bb8 v0.8.6
42102026-05-01T03:51:04.097Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42112026-05-01T03:51:04.116Z Checking nonempty v0.12.0
42122026-05-01T03:51:04.133Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42132026-05-01T03:51:04.280Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42142026-05-01T03:51:04.317Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
42152026-05-01T03:51:04.353Z Checking console v0.16.2
42162026-05-01T03:51:04.484Z Checking unit-prefix v0.5.2
42172026-05-01T03:51:04.502Z Checking support-bundle-viewer v0.1.2
42182026-05-01T03:51:04.620Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42192026-05-01T03:51:04.662Z Checking indicatif v0.18.4
42202026-05-01T03:51:04.799Z Checking multimap v0.10.1
42212026-05-01T03:51:05.239Z Checking diesel v2.3.7
42222026-05-01T03:51:07.115Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
42232026-05-01T03:51:07.367Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
42242026-05-01T03:51:07.421Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
42252026-05-01T03:51:07.901Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
42262026-05-01T03:51:08.717Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
42272026-05-01T03:51:08.816Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42282026-05-01T03:51:09.083Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
42292026-05-01T03:51:09.760Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
42302026-05-01T03:51:11.810Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42312026-05-01T03:51:16.761Z Compiling samael v0.0.19
42322026-05-01T03:51:20.580Z Checking diesel-dtrace v0.5.0
42332026-05-01T03:51:20.822Z Checking async-bb8-diesel v0.2.1
42342026-05-01T03:51:21.987Z Compiling polar-core v0.27.3
42352026-05-01T03:51:26.409Z Checking oso v0.27.3
42362026-05-01T03:52:03.254Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42372026-05-01T03:52:36.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 38s
42382026-05-01T03:52:36.940Z
42392026-05-01T03:52:36.940Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (237/274)
42402026-05-01T03:52:37.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42412026-05-01T03:52:37.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42422026-05-01T03:52:37.499Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42432026-05-01T03:52:37.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42442026-05-01T03:52:37.604Z
42452026-05-01T03:52:37.604Zinfo: running `cargo check --bins` on nexus-saga-recovery (238/274)
42462026-05-01T03:52:38.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42472026-05-01T03:52:38.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42482026-05-01T03:52:38.160Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42492026-05-01T03:52:38.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42502026-05-01T03:52:38.260Z
42512026-05-01T03:52:38.260Zinfo: running `cargo check --bins` on nexus-test-utils-macros (239/274)
42522026-05-01T03:52:38.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42532026-05-01T03:52:38.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42542026-05-01T03:52:38.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42552026-05-01T03:52:38.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42562026-05-01T03:52:38.845Z
42572026-05-01T03:52:38.845Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (240/274)
42582026-05-01T03:52:39.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42592026-05-01T03:52:39.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42602026-05-01T03:52:39.715Z Compiling libz-sys v1.1.24
42612026-05-01T03:52:39.847Z Compiling libgit2-sys v0.18.3+1.9.2
42622026-05-01T03:52:39.858Z Compiling vergen-git2 v1.0.7
42632026-05-01T03:52:39.867Z Compiling rustls v0.21.12
42642026-05-01T03:52:39.885Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42652026-05-01T03:52:39.893Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42662026-05-01T03:52:39.896Z Checking sct v0.7.1
42672026-05-01T03:52:39.896Z Checking rustls-webpki v0.101.7
42682026-05-01T03:52:40.041Z Compiling nix v0.29.0
42692026-05-01T03:52:40.056Z Compiling dropshot v0.16.7
42702026-05-01T03:52:40.105Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42712026-05-01T03:52:40.157Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42722026-05-01T03:52:40.224Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42732026-05-01T03:52:40.307Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42742026-05-01T03:52:40.339Z Checking toml v0.9.12+spec-1.1.0
42752026-05-01T03:52:40.387Z Compiling dropshot_endpoint v0.16.7
42762026-05-01T03:52:40.517Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42772026-05-01T03:52:40.686Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42782026-05-01T03:52:40.891Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42792026-05-01T03:52:40.910Z Checking rustls-pemfile v1.0.4
42802026-05-01T03:52:41.050Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
42812026-05-01T03:52:41.294Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42822026-05-01T03:52:41.323Z Checking twox-hash v2.1.2
42832026-05-01T03:52:41.504Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42842026-05-01T03:52:41.549Z Checking tokio-rustls v0.24.1
42852026-05-01T03:52:42.114Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42862026-05-01T03:52:42.200Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42872026-05-01T03:52:42.218Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
42882026-05-01T03:52:42.753Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42892026-05-01T03:52:42.799Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42902026-05-01T03:52:42.853Z Checking fatfs v0.3.6
42912026-05-01T03:52:42.944Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42922026-05-01T03:52:43.115Z Compiling seq-macro v0.3.6
42932026-05-01T03:52:46.788Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42942026-05-01T03:52:46.914Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42952026-05-01T03:52:47.103Z Compiling git2 v0.20.4
42962026-05-01T03:52:49.311Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42972026-05-01T03:53:35.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.34s
42982026-05-01T03:53:35.405Z
42992026-05-01T03:53:35.405Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (241/274)
43002026-05-01T03:53:36.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43012026-05-01T03:53:36.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43022026-05-01T03:53:36.319Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43032026-05-01T03:54:14.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.45s
43042026-05-01T03:54:15.082Z
43052026-05-01T03:54:15.082Zinfo: running `cargo check --bins` on nexus-background-task-interface (242/274)
43062026-05-01T03:54:15.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43072026-05-01T03:54:15.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43082026-05-01T03:54:15.584Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43092026-05-01T03:54:15.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43102026-05-01T03:54:15.667Z
43112026-05-01T03:54:15.667Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (243/274)
43122026-05-01T03:54:16.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43132026-05-01T03:54:16.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43142026-05-01T03:54:16.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43152026-05-01T03:54:16.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43162026-05-01T03:54:16.308Z
43172026-05-01T03:54:16.308Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (244/274)
43182026-05-01T03:54:16.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43192026-05-01T03:54:16.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43202026-05-01T03:54:16.864Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43212026-05-01T03:54:16.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43222026-05-01T03:54:16.968Z
43232026-05-01T03:54:16.968Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (245/274)
43242026-05-01T03:54:17.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43252026-05-01T03:54:17.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43262026-05-01T03:54:17.533Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43272026-05-01T03:54:17.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43282026-05-01T03:54:17.634Z
43292026-05-01T03:54:17.634Zinfo: running `cargo check --bins` on nexus-mgs-updates (246/274)
43302026-05-01T03:54:18.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43312026-05-01T03:54:18.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43322026-05-01T03:54:18.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43332026-05-01T03:54:18.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43342026-05-01T03:54:18.275Z
43352026-05-01T03:54:18.275Zinfo: running `cargo check --bins` on nexus-networking (247/274)
43362026-05-01T03:54:18.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43372026-05-01T03:54:18.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43382026-05-01T03:54:18.828Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43392026-05-01T03:54:18.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43402026-05-01T03:54:18.929Z
43412026-05-01T03:54:18.929Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (248/274)
43422026-05-01T03:54:19.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43432026-05-01T03:54:19.484Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43442026-05-01T03:54:19.484Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43452026-05-01T03:54:19.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43462026-05-01T03:54:19.585Z
43472026-05-01T03:54:19.585Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (249/274)
43482026-05-01T03:54:20.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43492026-05-01T03:54:20.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43502026-05-01T03:54:20.139Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43512026-05-01T03:54:20.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43522026-05-01T03:54:20.244Z
43532026-05-01T03:54:20.244Zinfo: running `cargo check --bins` on omicron-dev (250/274)
43542026-05-01T03:54:20.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43552026-05-01T03:54:20.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43562026-05-01T03:54:21.142Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43572026-05-01T03:54:21.142Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43582026-05-01T03:54:21.331Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43592026-05-01T03:54:21.361Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
43602026-05-01T03:54:21.381Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43612026-05-01T03:54:21.409Z Checking diff v0.1.13
43622026-05-01T03:54:21.409Z Checking yansi v1.0.1
43632026-05-01T03:54:21.409Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43642026-05-01T03:54:21.472Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43652026-05-01T03:54:21.665Z Checking pretty_assertions v1.4.1
43662026-05-01T03:54:22.309Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43672026-05-01T03:54:22.633Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43682026-05-01T03:54:45.894Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43692026-05-01T03:54:45.894Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43702026-05-01T03:54:45.897Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43712026-05-01T03:54:45.897Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43722026-05-01T03:54:45.897Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43732026-05-01T03:54:45.897Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43742026-05-01T03:54:46.715Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43752026-05-01T03:54:47.813Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43762026-05-01T03:55:25.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
43772026-05-01T03:55:26.214Z
43782026-05-01T03:55:26.214Zinfo: running `cargo check --bins` on omicron-pins (251/274)
43792026-05-01T03:55:26.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43802026-05-01T03:55:26.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43812026-05-01T03:55:26.714Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43822026-05-01T03:55:26.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43832026-05-01T03:55:26.800Z
43842026-05-01T03:55:26.800Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (252/274)
43852026-05-01T03:55:27.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43862026-05-01T03:55:27.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43872026-05-01T03:55:27.583Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43882026-05-01T03:55:27.706Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43892026-05-01T03:55:27.709Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43902026-05-01T03:55:53.313Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43912026-05-01T03:55:53.702Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43922026-05-01T03:55:55.396Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43932026-05-01T03:55:55.850Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43942026-05-01T03:55:58.776Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43952026-05-01T03:56:21.245Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43962026-05-01T03:56:21.950Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43972026-05-01T03:56:23.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.79s
43982026-05-01T03:56:23.800Z
43992026-05-01T03:56:23.800Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (253/274)
44002026-05-01T03:56:24.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44012026-05-01T03:56:24.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44022026-05-01T03:56:24.523Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
44032026-05-01T03:56:25.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
44042026-05-01T03:56:25.426Z
44052026-05-01T03:56:25.426Zinfo: running `cargo check --bins` on omicron-releng (254/274)
44062026-05-01T03:56:25.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44072026-05-01T03:56:25.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44082026-05-01T03:56:26.083Z Compiling blake3 v1.8.3
44092026-05-01T03:56:26.194Z Checking arrayvec v0.7.6
44102026-05-01T03:56:26.194Z Checking arrayref v0.3.9
44112026-05-01T03:56:26.197Z Checking constant_time_eq v0.4.2
44122026-05-01T03:56:26.213Z Checking topological-sort v0.2.2
44132026-05-01T03:56:26.216Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
44142026-05-01T03:56:26.216Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
44152026-05-01T03:56:26.216Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
44162026-05-01T03:56:26.265Z Checking shell-words v1.1.1
44172026-05-01T03:56:26.974Z Checking omicron-zone-package v0.12.2
44182026-05-01T03:56:27.695Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
44192026-05-01T03:56:28.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.08s
44202026-05-01T03:56:28.710Z
44212026-05-01T03:56:28.710Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (255/274)
44222026-05-01T03:56:29.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44232026-05-01T03:56:29.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44242026-05-01T03:56:29.357Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
44252026-05-01T03:56:29.681Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
44262026-05-01T03:56:30.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
44272026-05-01T03:56:30.259Z
44282026-05-01T03:56:30.259Zinfo: running `cargo check --bins` on schema (256/274)
44292026-05-01T03:56:30.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44302026-05-01T03:56:30.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44312026-05-01T03:56:30.986Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
44322026-05-01T03:56:31.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
44332026-05-01T03:56:31.904Z
44342026-05-01T03:56:31.904Zinfo: running `cargo check --bins` on xtask (257/274)
44352026-05-01T03:56:32.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44362026-05-01T03:56:32.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44372026-05-01T03:56:32.361Z Checking libc v0.2.185
44382026-05-01T03:56:32.364Z Checking serde v1.0.228
44392026-05-01T03:56:32.442Z Checking zerofrom v0.1.6
44402026-05-01T03:56:32.450Z Checking bitflags v2.11.0
44412026-05-01T03:56:32.455Z Checking smallvec v1.15.1
44422026-05-01T03:56:32.461Z Checking indexmap v2.14.0
44432026-05-01T03:56:32.470Z Checking serde_json v1.0.149
44442026-05-01T03:56:32.480Z Checking num-traits v0.2.19
44452026-05-01T03:56:32.544Z Checking yoke v0.8.1
44462026-05-01T03:56:32.594Z Checking scroll v0.12.0
44472026-05-01T03:56:32.628Z Checking thiserror v1.0.69
44482026-05-01T03:56:32.713Z Checking zerovec v0.11.5
44492026-05-01T03:56:32.724Z Checking zerotrie v0.2.3
44502026-05-01T03:56:32.735Z Checking errno v0.3.14
44512026-05-01T03:56:32.822Z Checking log v0.4.29
44522026-05-01T03:56:32.833Z Checking serde_spanned v0.6.9
44532026-05-01T03:56:32.849Z Checking rustix v1.1.3
44542026-05-01T03:56:32.953Z Checking toml_datetime v0.6.11
44552026-05-01T03:56:32.965Z Checking percent-encoding v2.3.2
44562026-05-01T03:56:32.975Z Checking zerocopy v0.7.35
44572026-05-01T03:56:32.984Z Checking goblin v0.8.2
44582026-05-01T03:56:32.993Z Checking ordered-float v2.10.1
44592026-05-01T03:56:33.066Z Checking getrandom v0.4.1
44602026-05-01T03:56:33.102Z Checking form_urlencoded v1.2.2
44612026-05-01T03:56:33.127Z Checking toml_edit v0.22.27
44622026-05-01T03:56:33.146Z Checking tinystr v0.8.2
44632026-05-01T03:56:33.213Z Checking potential_utf v0.1.4
44642026-05-01T03:56:33.223Z Checking serde-value v0.7.0
44652026-05-01T03:56:33.232Z Checking thiserror v2.0.18
44662026-05-01T03:56:33.323Z Checking icu_locale_core v2.1.1
44672026-05-01T03:56:33.334Z Checking syn v2.0.117
44682026-05-01T03:56:33.344Z Checking icu_collections v2.1.1
44692026-05-01T03:56:33.419Z Checking dtrace-parser v0.2.0
44702026-05-01T03:56:33.464Z Checking thread-id v4.2.2
44712026-05-01T03:56:33.544Z Checking once_cell v1.21.3
44722026-05-01T03:56:33.650Z Checking terminal_size v0.4.3
44732026-05-01T03:56:33.663Z Checking cargo-platform v0.2.0
44742026-05-01T03:56:33.663Z Checking memmap v0.7.0
44752026-05-01T03:56:33.717Z Checking tempfile v3.25.0
44762026-05-01T03:56:33.764Z Checking clap_builder v4.5.60
44772026-05-01T03:56:33.794Z Checking textwrap v0.16.2
44782026-05-01T03:56:33.832Z Checking fs-err v3.3.0
44792026-05-01T03:56:33.874Z Checking icu_provider v2.1.1
44802026-05-01T03:56:33.909Z Checking camino-tempfile v1.4.1
44812026-05-01T03:56:34.005Z Checking tabled v0.15.0
44822026-05-01T03:56:34.015Z Checking anyhow v1.0.102
44832026-05-01T03:56:34.065Z Checking macaddr v1.0.1
44842026-05-01T03:56:34.107Z Checking icu_normalizer v2.1.1
44852026-05-01T03:56:34.208Z Checking icu_properties v2.1.2
44862026-05-01T03:56:34.219Z Checking toml v0.8.23
44872026-05-01T03:56:34.240Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44882026-05-01T03:56:34.532Z Checking cargo_toml v0.21.0
44892026-05-01T03:56:34.844Z Checking dof v0.3.0
44902026-05-01T03:56:34.962Z Checking clap v4.5.60
44912026-05-01T03:56:35.001Z Checking idna_adapter v1.2.1
44922026-05-01T03:56:35.115Z Checking idna v1.1.0
44932026-05-01T03:56:35.126Z Checking usdt-impl v0.5.0
44942026-05-01T03:56:35.338Z Checking url v2.5.8
44952026-05-01T03:56:35.365Z Checking usdt v0.5.0
44962026-05-01T03:56:35.667Z Checking cargo-util-schemas v0.8.2
44972026-05-01T03:56:36.352Z Checking cargo_metadata v0.21.0
44982026-05-01T03:56:36.963Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44992026-05-01T03:56:37.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.48s
45002026-05-01T03:56:37.511Z
45012026-05-01T03:56:37.511Zinfo: running `cargo check --bins` on dnsadm (258/274)
45022026-05-01T03:56:38.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45032026-05-01T03:56:38.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45042026-05-01T03:56:38.150Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
45052026-05-01T03:56:38.626Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
45062026-05-01T03:56:39.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s
45072026-05-01T03:56:39.203Z
45082026-05-01T03:56:39.203Zinfo: running `cargo check --bins` on end-to-end-tests (259/274)
45092026-05-01T03:56:39.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45102026-05-01T03:56:39.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45112026-05-01T03:56:40.003Z Checking polyval v0.6.2
45122026-05-01T03:56:40.128Z Checking ctr v0.9.2
45132026-05-01T03:56:40.140Z Checking ssh-encoding v0.2.0
45142026-05-01T03:56:40.143Z Checking blowfish v0.9.1
45152026-05-01T03:56:40.160Z Checking password-hash v0.4.2
45162026-05-01T03:56:40.174Z Checking p256 v0.13.2
45172026-05-01T03:56:40.177Z Checking p521 v0.13.3
45182026-05-01T03:56:40.200Z Checking russh-cryptovec v0.7.3
45192026-05-01T03:56:40.269Z Checking ghash v0.5.1
45202026-05-01T03:56:40.283Z Checking bcrypt-pbkdf v0.10.0
45212026-05-01T03:56:40.286Z Checking md5 v0.7.0
45222026-05-01T03:56:40.311Z Checking num-bigint v0.4.6
45232026-05-01T03:56:40.363Z Checking des v0.8.1
45242026-05-01T03:56:40.380Z Checking pbkdf2 v0.11.0
45252026-05-01T03:56:40.380Z Checking aes-gcm v0.10.3
45262026-05-01T03:56:40.425Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45272026-05-01T03:56:40.477Z Checking hex-literal v0.4.1
45282026-05-01T03:56:40.510Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
45292026-05-01T03:56:40.525Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
45302026-05-01T03:56:40.541Z Checking ssh-cipher v0.2.0
45312026-05-01T03:56:40.554Z Checking socket2 v0.5.10
45322026-05-01T03:56:40.570Z Checking internet-checksum v0.2.1
45332026-05-01T03:56:40.706Z Checking ssh-key v0.6.7
45342026-05-01T03:56:40.816Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45352026-05-01T03:56:41.322Z Checking russh-keys v0.45.0
45362026-05-01T03:56:41.899Z Checking russh v0.45.0
45372026-05-01T03:56:57.083Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
45382026-05-01T03:56:58.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.12s
45392026-05-01T03:56:58.530Z
45402026-05-01T03:56:58.530Zinfo: running `cargo check --bins` on gateway-cli (260/274)
45412026-05-01T03:56:59.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45422026-05-01T03:56:59.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45432026-05-01T03:56:59.174Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
45442026-05-01T03:56:59.283Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
45452026-05-01T03:56:59.290Z Checking termios v0.3.3
45462026-05-01T03:57:00.521Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
45472026-05-01T03:57:00.669Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45482026-05-01T03:57:02.450Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
45492026-05-01T03:57:03.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.48s
45502026-05-01T03:57:03.202Z
45512026-05-01T03:57:03.202Zinfo: running `cargo check --bins --no-default-features` on installinator (261/274)
45522026-05-01T03:57:03.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45532026-05-01T03:57:03.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45542026-05-01T03:57:03.922Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
45552026-05-01T03:57:04.036Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45562026-05-01T03:57:04.046Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45572026-05-01T03:57:04.051Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45582026-05-01T03:57:04.060Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45592026-05-01T03:57:04.073Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45602026-05-01T03:57:04.783Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45612026-05-01T03:57:05.144Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45622026-05-01T03:57:05.154Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45632026-05-01T03:57:05.771Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45642026-05-01T03:57:07.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.23s
45652026-05-01T03:57:07.642Z
45662026-05-01T03:57:07.642Zinfo: running `cargo check --bins` on internal-dns-cli (262/274)
45672026-05-01T03:57:08.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45682026-05-01T03:57:08.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45692026-05-01T03:57:08.279Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45702026-05-01T03:57:08.741Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45712026-05-01T03:57:09.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
45722026-05-01T03:57:09.245Z
45732026-05-01T03:57:09.245Zinfo: running `cargo check --bins` on omicron-live-tests (263/274)
45742026-05-01T03:57:09.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45752026-05-01T03:57:09.752Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45762026-05-01T03:57:09.752Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45772026-05-01T03:57:09.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45782026-05-01T03:57:09.837Z
45792026-05-01T03:57:09.837Zinfo: running `cargo check --bins` on live-tests-macros (264/274)
45802026-05-01T03:57:10.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45812026-05-01T03:57:10.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45822026-05-01T03:57:10.341Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45832026-05-01T03:57:10.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45842026-05-01T03:57:10.481Z
45852026-05-01T03:57:10.482Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (265/274)
45862026-05-01T03:57:10.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45872026-05-01T03:57:10.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45882026-05-01T03:57:11.183Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45892026-05-01T03:57:11.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
45902026-05-01T03:57:12.003Z
45912026-05-01T03:57:12.003Zinfo: running `cargo check --bins` on omicron-ntp-admin (266/274)
45922026-05-01T03:57:12.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45932026-05-01T03:57:12.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45942026-05-01T03:57:12.653Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45952026-05-01T03:57:12.658Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45962026-05-01T03:57:12.903Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45972026-05-01T03:57:12.903Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45982026-05-01T03:57:13.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
45992026-05-01T03:57:13.882Z
46002026-05-01T03:57:13.882Zinfo: running `cargo check --bins` on ntp-admin-types (267/274)
46012026-05-01T03:57:14.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46022026-05-01T03:57:14.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46032026-05-01T03:57:14.384Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46042026-05-01T03:57:14.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
46052026-05-01T03:57:14.472Z
46062026-05-01T03:57:14.472Zinfo: running `cargo check --bins` on omicron-package (268/274)
46072026-05-01T03:57:15.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46082026-05-01T03:57:15.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46092026-05-01T03:57:15.164Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
46102026-05-01T03:57:16.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s
46112026-05-01T03:57:16.421Z
46122026-05-01T03:57:16.421Zinfo: running `cargo check --bins` on tqdb (269/274)
46132026-05-01T03:57:16.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46142026-05-01T03:57:16.981Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46152026-05-01T03:57:17.203Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
46162026-05-01T03:57:17.554Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
46172026-05-01T03:57:18.063Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
46182026-05-01T03:57:18.063Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
46192026-05-01T03:57:25.901Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
46202026-05-01T03:57:25.901Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
46212026-05-01T03:57:25.901Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
46222026-05-01T03:57:25.901Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
46232026-05-01T03:57:25.901Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46242026-05-01T03:57:25.901Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
46252026-05-01T03:57:25.901Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
46262026-05-01T03:57:26.109Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46272026-05-01T03:57:26.882Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46282026-05-01T03:57:27.499Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
46292026-05-01T03:57:31.612Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
46302026-05-01T03:57:37.944Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
46312026-05-01T03:57:37.948Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
46322026-05-01T03:57:37.949Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
46332026-05-01T03:57:37.949Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46342026-05-01T03:57:39.403Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
46352026-05-01T03:57:40.737Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
46362026-05-01T03:57:41.414Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
46372026-05-01T03:57:42.657Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
46382026-05-01T03:57:43.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.78s
46392026-05-01T03:57:43.428Z
46402026-05-01T03:57:43.428Zinfo: running `cargo check --bins` on wicket-dbg (270/274)
46412026-05-01T03:57:43.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46422026-05-01T03:57:43.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46432026-05-01T03:57:44.139Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46442026-05-01T03:57:44.143Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46452026-05-01T03:57:44.143Z Checking rtoolbox v0.0.3
46462026-05-01T03:57:44.270Z Checking tui-tree-widget v0.23.1
46472026-05-01T03:57:44.368Z Checking rpassword v7.4.0
46482026-05-01T03:57:45.380Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46492026-05-01T03:57:48.352Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46502026-05-01T03:57:50.186Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
46512026-05-01T03:57:51.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.66s
46522026-05-01T03:57:51.298Z
46532026-05-01T03:57:51.298Zinfo: running `cargo check --bins` on wicket (271/274)
46542026-05-01T03:57:51.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46552026-05-01T03:57:51.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46562026-05-01T03:57:51.998Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46572026-05-01T03:57:52.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
46582026-05-01T03:57:52.559Z
46592026-05-01T03:57:52.559Zinfo: running `cargo check --bins` on wicketd (272/274)
46602026-05-01T03:57:53.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46612026-05-01T03:57:53.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46622026-05-01T03:57:53.278Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46632026-05-01T03:57:53.282Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46642026-05-01T03:57:53.282Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46652026-05-01T03:57:53.282Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46662026-05-01T03:57:54.277Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46672026-05-01T03:57:54.846Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46682026-05-01T03:57:57.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.22s
46692026-05-01T03:57:57.996Z
46702026-05-01T03:57:57.996Zinfo: running `cargo check --bins` on omicron-workspace-hack (273/274)
46712026-05-01T03:57:58.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46722026-05-01T03:57:58.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46732026-05-01T03:57:58.494Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46742026-05-01T03:57:58.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
46752026-05-01T03:57:58.581Z
46762026-05-01T03:57:58.581Zinfo: running `cargo check --bins` on zone-setup (274/274)
46772026-05-01T03:57:59.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46782026-05-01T03:57:59.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46792026-05-01T03:57:59.250Z Checking uzers v0.12.2
46802026-05-01T03:57:59.523Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46812026-05-01T03:58:00.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
46822026-05-01T03:58:00.483Z
46832026-05-01T03:58:00.486Zreal 14:07.229710970
46842026-05-01T03:58:00.486Zuser 20:35.222580973
46852026-05-01T03:58:00.486Zsys 4:16.182038283
46862026-05-01T03:58:00.486Ztrap 0.325614823
46872026-05-01T03:58:00.486Ztflt 0.325800362
46882026-05-01T03:58:00.486Zdflt 0.790030799
46892026-05-01T03:58:00.486Zkflt 0.001640951
46902026-05-01T03:58:00.486Zlock 1:16:15.007914754
46912026-05-01T03:58:00.486Zslp 1:38:25.505660725
46922026-05-01T03:58:00.486Zlat 57.570879933
46932026-05-01T03:58:00.486Zstop 3:23.948615934
46942026-05-01T03:58:00.486Zprocess exited: duration 1041249 ms, exit code 0
 
46952026-05-01T03:58:00.493Zfound 0 output files