01KQJWW6ARSGD34RZ0G2BC3MHN: 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: 01KQJWWGAAN5NM2RQMYZ2S7NA2

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-01T23:10:36.627Zjob assigned to worker 01KQJWWK321P53KVWP29K5T5VE [factory aws, i-009cc29255c3d0b29] (queued for 43 s)
 
22026-05-01T23:10:43.308Zstarting task 0: "setup"
32026-05-01T23:10:43.312Z++ uname -s
42026-05-01T23:10:43.315Z+ kern=SunOS
52026-05-01T23:10:43.315Z+ build_user=build
62026-05-01T23:10:43.315Z+ build_uid=12345
72026-05-01T23:10:43.315Z+ work_dir=/work
82026-05-01T23:10:43.315Z+ input_dir=/input
92026-05-01T23:10:43.315Z+ [[ 0 == 12345 ]]
102026-05-01T23:10:43.315Z+ case "$kern" in
112026-05-01T23:10:43.315Z+ groupadd -g 12345 build
122026-05-01T23:10:43.318Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-01T23:10:45.323Z+ zfs create -o mountpoint=/work rpool/work
142026-05-01T23:10:45.428Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-01T23:10:45.432Z+ home_fs=zfs
162026-05-01T23:10:45.432Z+ [[ zfs == autofs ]]
172026-05-01T23:10:45.432Z+ mkdir -p /home/build
182026-05-01T23:10:45.432Z+ chown build:build /home/build /work
192026-05-01T23:10:47.433Z+ chmod 0700 /home/build /work
202026-05-01T23:10:47.436Zprocess exited: duration 4129 ms, exit code 0
 
212026-05-01T23:10:47.442Zstarting task 1: "rust-toolchain"
222026-05-01T23:10:47.447Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-01T23:10:47.447Z * rust toolchain channel = "1.94.0"
242026-05-01T23:10:47.447Z * rust toolchain profile = "default"
252026-05-01T23:10:47.447Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-01T23:10:47.447Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-01T23:10:47.447Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-01T23:10:47.450Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-01T23:10:47.450Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-01T23:10:47.536Zinfo: downloading installer
312026-05-01T23:10:48.881Zwarn: It looks like you have an existing installation of Rust at:
322026-05-01T23:10:48.882Zwarn: /opt/ooce/bin
332026-05-01T23:10:48.882Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-01T23:10:48.882Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-01T23:10:48.882Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-01T23:10:48.882Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-01T23:10:48.882Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-01T23:10:48.882Zerror: cannot install while Rust is installed
392026-05-01T23:10:48.882Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-01T23:10:48.882Zwarn: It looks like you have an existing rustup settings file at:
412026-05-01T23:10:48.882Zwarn: /home/build/.rustup/settings.toml
422026-05-01T23:10:48.882Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-01T23:10:48.882Zwarn: instead of the one inferred from the default host triple.
442026-05-01T23:10:48.895Zinfo: profile set to default
452026-05-01T23:10:48.895Zinfo: default host triple is x86_64-unknown-illumos
462026-05-01T23:10:48.898Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-05-01T23:10:49.025Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-05-01T23:10:49.028Zinfo: downloading 6 components
492026-05-01T23:11:03.290Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-05-01T23:11:03.290Z
512026-05-01T23:11:03.323Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-05-01T23:11:03.323Z
532026-05-01T23:11:03.327Z
542026-05-01T23:11:03.327ZRust is installed now. Great!
552026-05-01T23:11:03.327Z
562026-05-01T23:11:03.327ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-01T23:11:03.327Zenvironment variable. This has not been done automatically.
582026-05-01T23:11:03.327Z
592026-05-01T23:11:03.327ZTo configure your current shell, you need to source
602026-05-01T23:11:03.327Zthe corresponding env file under $HOME/.cargo.
612026-05-01T23:11:03.327Z
622026-05-01T23:11:03.327ZThis is usually done by running one of the following (note the leading DOT):
632026-05-01T23:11:03.327Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-01T23:11:03.327Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-01T23:11:03.327Zsource "~/.cargo/env.nu" # For nushell
662026-05-01T23:11:03.327Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-01T23:11:03.327Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-01T23:11:03.327Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-01T23:11:03.327Zwarn: no default linker (`cc`) was found in your PATH
702026-05-01T23:11:03.327Zwarn: many Rust crates require a system C toolchain to build
712026-05-01T23:11:03.412Z+ rustup --version
722026-05-01T23:11:03.421Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-01T23:11:03.424Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-01T23:11:03.442Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-05-01T23:11:03.445Z+ cargo --version
762026-05-01T23:11:03.458Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-05-01T23:11:03.461Z+ rustc --version
782026-05-01T23:11:03.481Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-05-01T23:11:03.484Zprocess exited: duration 16038 ms, exit code 0
 
802026-05-01T23:11:03.490Zstarting task 2: "authentication"
812026-05-01T23:11:03.506Zprocess exited: duration 16 ms, exit code 0
 
822026-05-01T23:11:03.513Zstarting task 3: "clone repository"
832026-05-01T23:11:03.516Z+ mkdir -p /work/oxidecomputer/omicron
842026-05-01T23:11:03.519Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-05-01T23:11:03.549ZCloning into '/work/oxidecomputer/omicron'...
862026-05-01T23:11:12.747Z+ cd /work/oxidecomputer/omicron
872026-05-01T23:11:12.747Z+ git fetch origin a64b210950fbf575a656a53b32e12c158001595f
882026-05-01T23:11:13.084ZFrom https://github.com/oxidecomputer/omicron
892026-05-01T23:11:13.084Z * branch a64b210950fbf575a656a53b32e12c158001595f -> FETCH_HEAD
902026-05-01T23:11:13.093Z+ [[ -n '' ]]
912026-05-01T23:11:13.093Z+ git reset --hard a64b210950fbf575a656a53b32e12c158001595f
922026-05-01T23:11:13.326ZHEAD is now at a64b21095 rebase on main, minor comment cleanup
932026-05-01T23:11:13.329Zprocess exited: duration 9813 ms, exit code 0
 
942026-05-01T23:11:13.336Zstarting task 4: "build"
952026-05-01T23:11:13.340Z+ source .github/buildomat/ci-env.sh
962026-05-01T23:11:13.343Z++ export CARGO_TERM_COLOR=always
972026-05-01T23:11:13.343Z++ CARGO_TERM_COLOR=always
982026-05-01T23:11:13.343Z+ cargo --version
992026-05-01T23:11:13.351Zcargo 1.94.0 (85eff7c80 2026-01-15)
1002026-05-01T23:11:13.354Z+ rustc --version
1012026-05-01T23:11:13.373Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1022026-05-01T23:11:13.376Z+ source ./env.sh
1032026-05-01T23:11:13.376Z++ OLD_SHELL_OPTS=ehxB
1042026-05-01T23:11:13.376Z++ set -o xtrace
1052026-05-01T23:11:13.380Z++++ dirname ./env.sh
1062026-05-01T23:11:13.380Z+++ readlink -f .
1072026-05-01T23:11:13.383Z++ OMICRON_WS=/work/oxidecomputer/omicron
1082026-05-01T23:11:13.383Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-05-01T23:11:13.383Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-05-01T23:11:13.383Z++ 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
1112026-05-01T23:11:13.383Z++ 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
1122026-05-01T23:11:13.383Z++ 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
1132026-05-01T23:11:13.383Z++ 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
1142026-05-01T23:11:13.383Z++ 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
1152026-05-01T23:11:13.383Z++ 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
1162026-05-01T23:11:13.383Z++ case $OLD_SHELL_OPTS in
1172026-05-01T23:11:13.383Z++ unset OLD_SHELL_OPTS OMICRON_WS
1182026-05-01T23:11:13.383Z+ 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
1192026-05-01T23:11:13.383Z+ 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
1202026-05-01T23:11:13.383Z+ banner prerequisites
1212026-05-01T23:11:13.386Z
1222026-05-01T23:11:13.387Z ##### ##### ###### ##### ###### #### # # # #### #
1232026-05-01T23:11:13.387Z # # # # # # # # # # # # # # #
1242026-05-01T23:11:13.387Z # # # # ##### # # ##### # # # # # #### #
1252026-05-01T23:11:13.387Z ##### ##### # ##### # # # # # # # # #
1262026-05-01T23:11:13.387Z # # # # # # # # # # # # # # #
1272026-05-01T23:11:13.387Z # # # ###### # # ###### ### # #### # #### #
1282026-05-01T23:11:13.387Z
1292026-05-01T23:11:13.387Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1302026-05-01T23:11:23.180Z Startup: Refreshing catalog 'helios-dev' ... Done
1312026-05-01T23:11:30.537Z Startup: Caching catalogs ... Done
1322026-05-01T23:11:37.318ZPlanning: Solver setup ... Done (5.270s)
1332026-05-01T23:11:37.355ZPlanning: Running solver ... Done (0.037s)
1342026-05-01T23:11:37.492ZPlanning: Finding local manifests ... Done (0.003s)
1352026-05-01T23:11:37.504ZPlanning: Fetching manifests: 0/5 0% complete
1362026-05-01T23:11:37.620ZPlanning: Fetching manifests: 5/5 100% complete
1372026-05-01T23:11:37.657ZPlanning: Package planning ... Done (0.037s)
1382026-05-01T23:11:37.695ZPlanning: Merging actions ... Done (0.036s)
1392026-05-01T23:11:37.873ZPlanning: Checking for conflicting actions ... Done (0.179s)
1402026-05-01T23:11:37.881ZPlanning: Consolidating action changes ... Done (0.009s)
1412026-05-01T23:11:38.654ZPlanning: Evaluating mediators ... Done (0.773s)
1422026-05-01T23:11:38.662ZPlanning: Planning completed in 7.96 seconds
1432026-05-01T23:11:38.675Z Packages to install: 5
1442026-05-01T23:11:38.675Z Mediators to change: 3
1452026-05-01T23:11:38.678Z Services to change: 1
1462026-05-01T23:11:38.678Z Estimated space available: 155.34 GB
1472026-05-01T23:11:38.678ZEstimated space to be consumed: 1.89 GB
1482026-05-01T23:11:38.678Z Create boot environment: No
1492026-05-01T23:11:38.678ZCreate backup boot environment: No
1502026-05-01T23:11:38.678Z Rebuild boot archive: No
1512026-05-01T23:11:38.678Z
1522026-05-01T23:11:38.678ZChanged mediators:
1532026-05-01T23:11:38.678Z mediator clang:
1542026-05-01T23:11:38.678Z version: None -> 15 (system default)
1552026-05-01T23:11:38.678Z
1562026-05-01T23:11:38.678Z mediator llvm:
1572026-05-01T23:11:38.678Z version: 14 (system default) -> 15 (system default)
1582026-05-01T23:11:38.678Z
1592026-05-01T23:11:38.678Z mediator postgresql:
1602026-05-01T23:11:38.678Z version: 15 (system default) -> 18 (system default)
1612026-05-01T23:11:38.678Z
1622026-05-01T23:11:38.678ZChanged packages:
1632026-05-01T23:11:38.678Zhelios-dev
1642026-05-01T23:11:38.678Z developer/build-essential
1652026-05-01T23:11:38.678Z None -> 11-2.0
1662026-05-01T23:11:38.679Z library/libxmlsec1
1672026-05-01T23:11:38.679Z None -> 1.2.35-2.0
1682026-05-01T23:11:38.679Z ooce/developer/clang-15
1692026-05-01T23:11:38.679Z None -> 15.0.7-2.0
1702026-05-01T23:11:38.679Z ooce/developer/llvm-15
1712026-05-01T23:11:38.679Z None -> 15.0.7-2.0
1722026-05-01T23:11:38.679Z ooce/library/postgresql-18
1732026-05-01T23:11:38.679Z None -> 18.1-2.0
1742026-05-01T23:11:38.679Z
1752026-05-01T23:11:38.679ZServices:
1762026-05-01T23:11:38.679Z restart_fmri:
1772026-05-01T23:11:38.679Z svc:/system/update-man-index:default
1782026-05-01T23:11:38.719Z
1792026-05-01T23:11:38.719ZDownload: 0/4272 items 0.0/219.0MB 0% complete
1802026-05-01T23:11:43.720ZDownload: 1904/4272 items 117.0/219.0MB 53% complete (23.6M/s)
1812026-05-01T23:11:48.979ZDownload: 3244/4272 items 199.0/219.0MB 90% complete (20.2M/s)
1822026-05-01T23:11:56.519ZDownload: 3288/4272 items 211.2/219.0MB 96% complete (13.7M/s)
1832026-05-01T23:11:58.960ZDownload: Completed 218.99 MB in 20.24 seconds (10.8M/s)
1842026-05-01T23:11:59.104Z Actions: 1/4789 actions (Installing new actions)
1852026-05-01T23:12:02.438Z Actions: Completed 4789 actions in 3.33 seconds.
1862026-05-01T23:12:02.749Z Done (0.306s)
1872026-05-01T23:12:02.749Z Done (0.000s)
1882026-05-01T23:12:03.480Z Done (0.731s)
1892026-05-01T23:12:06.873Z Done (3.046s)
1902026-05-01T23:12:06.945Z Done (0.012s)
1912026-05-01T23:12:06.949Z Done (0.000s)
1922026-05-01T23:12:07.230Z Done (0.000s)
1932026-05-01T23:12:08.081ZPlanning: Evaluating mediator changes ... Done
1942026-05-01T23:12:08.188ZPlanning: Checking for conflicting actions ... Done
1952026-05-01T23:12:08.192ZPlanning: Consolidating action changes ... Done
1962026-05-01T23:12:08.349ZPlanning: Evaluating mediators ... Done
1972026-05-01T23:12:08.352ZPlanning: Planning completed in 0.27 seconds
1982026-05-01T23:12:08.370Z Mediators to change: 2
1992026-05-01T23:12:08.370Z Create boot environment: No
2002026-05-01T23:12:08.370ZCreate backup boot environment: No
2012026-05-01T23:12:08.442Z Done
2022026-05-01T23:12:08.442Z Done
2032026-05-01T23:12:09.067Z Done
2042026-05-01T23:12:11.506Z Done
2052026-05-01T23:12:11.580Z Done
2062026-05-01T23:12:11.583Z Done
2072026-05-01T23:12:11.717Z Done
2082026-05-01T23:12:11.975ZPlanning: Evaluating mediator changes ... Done
2092026-05-01T23:12:12.084ZPlanning: Checking for conflicting actions ... Done
2102026-05-01T23:12:12.087ZPlanning: Consolidating action changes ... Done
2112026-05-01T23:12:12.242ZPlanning: Evaluating mediators ... Done
2122026-05-01T23:12:12.245ZPlanning: Planning completed in 0.27 seconds
2132026-05-01T23:12:12.262Z Mediators to change: 1
2142026-05-01T23:12:12.262Z Create boot environment: No
2152026-05-01T23:12:12.262ZCreate backup boot environment: No
2162026-05-01T23:12:12.299Z Done
2172026-05-01T23:12:12.299Z Done
2182026-05-01T23:12:12.905Z Done
2192026-05-01T23:12:15.355Z Done
2202026-05-01T23:12:15.427Z Done
2212026-05-01T23:12:15.430Z Done
2222026-05-01T23:12:15.552Z Done
2232026-05-01T23:12:15.840ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2242026-05-01T23:12:15.840Zclang system 15 system
2252026-05-01T23:12:15.840Zcsh system system illumos
2262026-05-01T23:12:15.840Zctags system system illumos
2272026-05-01T23:12:15.840Zfile system system illumos
2282026-05-01T23:12:15.840Zgcc vendor 12 vendor
2292026-05-01T23:12:15.840Zgcc system 14 system
2302026-05-01T23:12:15.840Zgcc system 10 system
2312026-05-01T23:12:15.840Zgo system 1.20 system
2322026-05-01T23:12:15.840Zgo system 1.19 system
2332026-05-01T23:12:15.840Zllvm system 15 system
2342026-05-01T23:12:15.840Zllvm system 14 system
2352026-05-01T23:12:15.840Zmariadb system 10.6 system
2362026-05-01T23:12:15.840Zmta vendor vendor dma
2372026-05-01T23:12:15.840Zopenjdk system 17 system
2382026-05-01T23:12:15.840Zopenjdk system 11 system
2392026-05-01T23:12:15.840Zopenjdk system 1.8 system
2402026-05-01T23:12:15.840Zopenssl vendor 3 vendor
2412026-05-01T23:12:15.841Zperl system 5.36 system
2422026-05-01T23:12:15.841Zpostgresql system 18 system
2432026-05-01T23:12:15.841Zpostgresql system 15 system
2442026-05-01T23:12:15.841Zpostgresql system 13 system
2452026-05-01T23:12:15.841Zpython vendor 3 vendor
2462026-05-01T23:12:15.841Zpython system 2 system
2472026-05-01T23:12:15.841Zpython3 system 3.11 system
2482026-05-01T23:12:15.841Zruby system 3.0 system
2492026-05-01T23:12:15.841Zwords vendor vendor american-english
2502026-05-01T23:12:15.841Zwords system system australian-english
2512026-05-01T23:12:15.841Zwords system system british-english
2522026-05-01T23:12:15.841Zwords system system canadian-english
2532026-05-01T23:12:15.841Zwords system system french
2542026-05-01T23:12:15.841Zwords system system italian
2552026-05-01T23:12:15.841Zwords system system ngerman
2562026-05-01T23:12:15.841Zwords system system ogerman
2572026-05-01T23:12:15.841Zwords system system spanish
2582026-05-01T23:12:16.066ZPUBLISHER TYPE STATUS P LOCATION
2592026-05-01T23:12:16.066Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2602026-05-01T23:12:20.587ZFMRI IFO
2612026-05-01T23:12:20.587Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2622026-05-01T23:12:20.587Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2632026-05-01T23:12:20.587Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2642026-05-01T23:12:20.588Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2652026-05-01T23:12:20.588Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2662026-05-01T23:12:20.588Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2672026-05-01T23:12:20.588Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260217T164409Z im-
2682026-05-01T23:12:20.588Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260213T170424Z ---
2692026-05-01T23:12:20.588Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2702026-05-01T23:12:20.588Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2712026-05-01T23:12:20.588Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2722026-05-01T23:12:20.588Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2732026-05-01T23:12:20.588Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2742026-05-01T23:12:20.588Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2752026-05-01T23:12:20.588Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2762026-05-01T23:12:20.588Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2772026-05-01T23:12:20.588Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2782026-05-01T23:12:21.711Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2792026-05-01T23:12:21.967Z Updating crates.io index
2802026-05-01T23:12:22.004Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2812026-05-01T23:12:22.720Z Updating git repository `https://github.com/oxidecomputer/lldp`
2822026-05-01T23:12:23.182Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2832026-05-01T23:12:23.463Z Updating git repository `https://github.com/oxidecomputer/propolis`
2842026-05-01T23:12:24.656Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2852026-05-01T23:12:25.219Z Updating git repository `https://github.com/oxidecomputer/crucible`
2862026-05-01T23:12:26.540Z Updating git repository `https://github.com/oxidecomputer/opte`
2872026-05-01T23:12:27.196Z Updating git repository `https://github.com/oxidecomputer/tofino`
2882026-05-01T23:12:27.632Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2892026-05-01T23:12:28.492Z Updating git repository `https://github.com/oxidecomputer/clickward`
2902026-05-01T23:12:29.012Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2912026-05-01T23:12:29.373Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2922026-05-01T23:12:29.710Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2932026-05-01T23:12:30.674Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2942026-05-01T23:12:31.195Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2952026-05-01T23:12:31.536Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2962026-05-01T23:12:31.873Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2972026-05-01T23:12:32.254Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2982026-05-01T23:12:32.460Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2992026-05-01T23:12:32.815Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3002026-05-01T23:12:33.068Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3012026-05-01T23:12:33.449Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3022026-05-01T23:12:33.968Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3032026-05-01T23:12:34.458Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3042026-05-01T23:12:34.691Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3052026-05-01T23:12:34.972Z Updating git repository `https://github.com/oxidecomputer/ispf`
3062026-05-01T23:12:35.971Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3072026-05-01T23:12:36.603Z Updating git repository `https://github.com/oxidecomputer/crucible`
3082026-05-01T23:12:37.083Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3092026-05-01T23:12:37.521Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3102026-05-01T23:12:37.817Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3112026-05-01T23:12:38.164Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3122026-05-01T23:12:38.497Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3132026-05-01T23:12:39.046Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3142026-05-01T23:12:39.298Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3152026-05-01T23:12:39.564Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3162026-05-01T23:12:39.854Z Updating git repository `https://github.com/illumos/smf-rs`
3172026-05-01T23:12:40.267Z Updating git repository `https://github.com/oxidecomputer/omicron`
3182026-05-01T23:12:52.036Z Downloading crates ...
3192026-05-01T23:12:52.084Z Downloaded anstream v0.6.21
3202026-05-01T23:12:52.087Z Downloaded anyhow v1.0.102
3212026-05-01T23:12:52.090Z Downloaded heck v0.4.1
3222026-05-01T23:12:52.093Z Downloaded anstyle v1.0.13
3232026-05-01T23:12:52.096Z Downloaded fnv v1.0.7
3242026-05-01T23:12:52.096Z Downloaded anstyle-query v1.1.5
3252026-05-01T23:12:52.096Z Downloaded thiserror v1.0.69
3262026-05-01T23:12:52.099Z Downloaded equivalent v1.0.2
3272026-05-01T23:12:52.102Z Downloaded unicode-xid v0.2.6
3282026-05-01T23:12:52.102Z Downloaded zerofrom v0.1.6
3292026-05-01T23:12:52.102Z Downloaded zerofrom-derive v0.1.6
3302026-05-01T23:12:52.105Z Downloaded dof v0.3.0
3312026-05-01T23:12:52.108Z Downloaded byteorder v1.5.0
3322026-05-01T23:12:52.108Z Downloaded form_urlencoded v1.2.2
3332026-05-01T23:12:52.108Z Downloaded yoke-derive v0.8.1
3342026-05-01T23:12:52.111Z Downloaded fastrand v2.3.0
3352026-05-01T23:12:52.111Z Downloaded anstyle-parse v0.2.7
3362026-05-01T23:12:52.114Z Downloaded clap v4.5.60
3372026-05-01T23:12:52.116Z Downloaded version_check v0.9.5
3382026-05-01T23:12:52.119Z Downloaded utf8parse v0.2.2
3392026-05-01T23:12:52.119Z Downloaded unicode-linebreak v0.1.5
3402026-05-01T23:12:52.119Z Downloaded hashbrown v0.17.0
3412026-05-01T23:12:52.122Z Downloaded usdt-macro v0.5.0
3422026-05-01T23:12:52.122Z Downloaded typeid v1.0.3
3432026-05-01T23:12:52.122Z Downloaded toml_write v0.1.2
3442026-05-01T23:12:52.126Z Downloaded thread-id v4.2.2
3452026-05-01T23:12:52.126Z Downloaded displaydoc v0.2.5
3462026-05-01T23:12:52.126Z Downloaded errno v0.3.14
3472026-05-01T23:12:52.128Z Downloaded bitflags v2.11.0
3482026-05-01T23:12:52.128Z Downloaded colorchoice v1.0.4
3492026-05-01T23:12:52.132Z Downloaded cargo_toml v0.21.0
3502026-05-01T23:12:52.132Z Downloaded utf8_iter v1.0.4
3512026-05-01T23:12:52.132Z Downloaded usdt v0.5.0
3522026-05-01T23:12:52.132Z Downloaded autocfg v1.5.0
3532026-05-01T23:12:52.135Z Downloaded goblin v0.8.2
3542026-05-01T23:12:52.138Z Downloaded memmap v0.7.0
3552026-05-01T23:12:52.138Z Downloaded usdt-attr-macro v0.5.0
3562026-05-01T23:12:52.138Z Downloaded cpufeatures v0.2.17
3572026-05-01T23:12:52.138Z Downloaded toml_datetime v0.6.11
3582026-05-01T23:12:52.141Z Downloaded cfg-if v1.0.4
3592026-05-01T23:12:52.144Z Downloaded usdt-impl v0.5.0
3602026-05-01T23:12:52.144Z Downloaded macaddr v1.0.1
3612026-05-01T23:12:52.144Z Downloaded thiserror-impl v2.0.18
3622026-05-01T23:12:52.147Z Downloaded stable_deref_trait v1.2.1
3632026-05-01T23:12:52.147Z Downloaded block-buffer v0.10.4
3642026-05-01T23:12:52.149Z Downloaded thiserror-impl v1.0.69
3652026-05-01T23:12:52.152Z Downloaded thiserror v2.0.18
3662026-05-01T23:12:52.155Z Downloaded yoke v0.8.1
3672026-05-01T23:12:52.155Z Downloaded zerovec-derive v0.11.2
3682026-05-01T23:12:52.155Z Downloaded writeable v0.6.2
3692026-05-01T23:12:52.158Z Downloaded zmij v1.0.21
3702026-05-01T23:12:52.158Z Downloaded ucd-trie v0.1.7
3712026-05-01T23:12:52.158Z Downloaded tinystr v0.8.2
3722026-05-01T23:12:52.162Z Downloaded percent-encoding v2.3.2
3732026-05-01T23:12:52.162Z Downloaded serde_spanned v0.6.9
3742026-05-01T23:12:52.162Z Downloaded plain v0.2.3
3752026-05-01T23:12:52.165Z Downloaded typenum v1.19.0
3762026-05-01T23:12:52.165Z Downloaded tabled_derive v0.7.0
3772026-05-01T23:12:52.168Z Downloaded cargo-platform v0.2.0
3782026-05-01T23:12:52.168Z Downloaded ordered-float v2.10.1
3792026-05-01T23:12:52.168Z Downloaded idna_adapter v1.2.1
3802026-05-01T23:12:52.171Z Downloaded zerocopy-derive v0.7.35
3812026-05-01T23:12:52.174Z Downloaded toml v0.8.23
3822026-05-01T23:12:52.178Z Downloaded generic-array v0.14.7
3832026-05-01T23:12:52.181Z Downloaded textwrap v0.16.2
3842026-05-01T23:12:52.181Z Downloaded unicode-ident v1.0.24
3852026-05-01T23:12:52.184Z Downloaded proc-macro-error-attr v1.0.4
3862026-05-01T23:12:52.184Z Downloaded scroll_derive v0.12.1
3872026-05-01T23:12:52.184Z Downloaded itoa v1.0.17
3882026-05-01T23:12:52.187Z Downloaded zerotrie v0.2.3
3892026-05-01T23:12:52.187Z Downloaded dtrace-parser v0.2.0
3902026-05-01T23:12:52.190Z Downloaded terminal_size v0.4.3
3912026-05-01T23:12:52.190Z Downloaded zerocopy v0.7.35
3922026-05-01T23:12:52.199Z Downloaded toml_edit v0.22.27
3932026-05-01T23:12:52.202Z Downloaded smawk v0.3.2
3942026-05-01T23:12:52.202Z Downloaded swrite v0.1.0
3952026-05-01T23:12:52.202Z Downloaded potential_utf v0.1.4
3962026-05-01T23:12:52.202Z Downloaded pretty-hex v0.4.1
3972026-05-01T23:12:52.206Z Downloaded heck v0.5.0
3982026-05-01T23:12:52.206Z Downloaded zerovec v0.11.5
3992026-05-01T23:12:52.209Z Downloaded clap_lex v1.0.0
4002026-05-01T23:12:52.209Z Downloaded url v2.5.8
4012026-05-01T23:12:52.209Z Downloaded serde-value v0.7.0
4022026-05-01T23:12:52.212Z Downloaded strsim v0.11.1
4032026-05-01T23:12:52.215Z Downloaded winnow v0.7.14
4042026-05-01T23:12:52.218Z Downloaded serde_tokenstream v0.2.3
4052026-05-01T23:12:52.220Z Downloaded quote v1.0.45
4062026-05-01T23:12:52.220Z Downloaded proc-macro-error v1.0.4
4072026-05-01T23:12:52.224Z Downloaded is_terminal_polyfill v1.70.2
4082026-05-01T23:12:52.224Z Downloaded scroll v0.12.0
4092026-05-01T23:12:52.224Z Downloaded unicode-width v0.2.0
4102026-05-01T23:12:52.227Z Downloaded unicode-width v0.1.14
4112026-05-01T23:12:52.230Z Downloaded synstructure v0.13.2
4122026-05-01T23:12:52.230Z Downloaded getrandom v0.4.1
4132026-05-01T23:12:52.233Z Downloaded pest_generator v2.8.6
4142026-05-01T23:12:52.233Z Downloaded bytecount v0.6.9
4152026-05-01T23:12:52.233Z Downloaded clap_derive v4.5.55
4162026-05-01T23:12:52.236Z Downloaded crypto-common v0.1.7
4172026-05-01T23:12:52.239Z Downloaded erased-serde v0.4.9
4182026-05-01T23:12:52.246Z Downloaded digest v0.10.7
4192026-05-01T23:12:52.249Z Downloaded serde-untagged v0.1.9
4202026-05-01T23:12:52.249Z Downloaded fs-err v3.3.0
4212026-05-01T23:12:52.249Z Downloaded camino-tempfile v1.4.1
4222026-05-01T23:12:52.252Z Downloaded sha2 v0.10.9
4232026-05-01T23:12:52.258Z Downloaded tempfile v3.25.0
4242026-05-01T23:12:52.261Z Downloaded smallvec v1.15.1
4252026-05-01T23:12:52.264Z Downloaded pest_derive v2.8.6
4262026-05-01T23:12:52.267Z Downloaded icu_properties v2.1.2
4272026-05-01T23:12:52.267Z Downloaded litemap v0.8.1
4282026-05-01T23:12:52.270Z Downloaded semver v1.0.28
4292026-05-01T23:12:52.273Z Downloaded cargo-util-schemas v0.8.2
4302026-05-01T23:12:52.273Z Downloaded camino v1.2.2
4312026-05-01T23:12:52.280Z Downloaded once_cell v1.21.3
4322026-05-01T23:12:52.283Z Downloaded cargo_metadata v0.21.0
4332026-05-01T23:12:52.296Z Downloaded serde_derive v1.0.228
4342026-05-01T23:12:52.302Z Downloaded icu_provider v2.1.1
4352026-05-01T23:12:52.302Z Downloaded num-traits v0.2.19
4362026-05-01T23:12:52.302Z Downloaded serde_core v1.0.228
4372026-05-01T23:12:52.305Z Downloaded log v0.4.29
4382026-05-01T23:12:52.311Z Downloaded icu_normalizer v2.1.1
4392026-05-01T23:12:52.314Z Downloaded icu_collections v2.1.1
4402026-05-01T23:12:52.317Z Downloaded papergrid v0.11.0
4412026-05-01T23:12:52.321Z Downloaded icu_locale_core v2.1.1
4422026-05-01T23:12:52.324Z Downloaded proc-macro2 v1.0.106
4432026-05-01T23:12:52.324Z Downloaded pest_meta v2.8.6
4442026-05-01T23:12:52.332Z Downloaded icu_normalizer_data v2.1.1
4452026-05-01T23:12:52.343Z Downloaded memchr v2.8.0
4462026-05-01T23:12:52.346Z Downloaded serde v1.0.228
4472026-05-01T23:12:52.350Z Downloaded indexmap v2.14.0
4482026-05-01T23:12:52.363Z Downloaded pest v2.8.6
4492026-05-01T23:12:52.371Z Downloaded idna v1.1.0
4502026-05-01T23:12:52.385Z Downloaded icu_properties_data v2.1.2
4512026-05-01T23:12:52.388Z Downloaded serde_json v1.0.149
4522026-05-01T23:12:52.392Z Downloaded clap_builder v4.5.60
4532026-05-01T23:12:52.409Z Downloaded tabled v0.15.0
4542026-05-01T23:12:52.417Z Downloaded syn v2.0.117
4552026-05-01T23:12:52.422Z Downloaded syn v1.0.109
4562026-05-01T23:12:52.439Z Downloaded rustix v1.1.3
4572026-05-01T23:12:52.461Z Downloaded libc v0.2.185
4582026-05-01T23:12:52.528Z Compiling proc-macro2 v1.0.106
4592026-05-01T23:12:52.528Z Compiling quote v1.0.45
4602026-05-01T23:12:52.531Z Compiling unicode-ident v1.0.24
4612026-05-01T23:12:52.531Z Compiling serde_core v1.0.228
4622026-05-01T23:12:52.531Z Compiling libc v0.2.185
4632026-05-01T23:12:52.531Z Compiling version_check v0.9.5
4642026-05-01T23:12:52.531Z Compiling stable_deref_trait v1.2.1
4652026-05-01T23:12:52.532Z Compiling serde v1.0.228
4662026-05-01T23:12:52.812Z Compiling memchr v2.8.0
4672026-05-01T23:12:52.897Z Compiling zmij v1.0.21
4682026-05-01T23:12:53.103Z Compiling itoa v1.0.17
4692026-05-01T23:12:53.134Z Compiling ucd-trie v0.1.7
4702026-05-01T23:12:53.181Z Compiling autocfg v1.5.0
4712026-05-01T23:12:53.423Z Compiling thiserror v1.0.69
4722026-05-01T23:12:53.440Z Compiling pest v2.8.6
4732026-05-01T23:12:53.512Z Compiling writeable v0.6.2
4742026-05-01T23:12:53.550Z Compiling litemap v0.8.1
4752026-05-01T23:12:53.608Z Compiling icu_properties_data v2.1.2
4762026-05-01T23:12:53.742Z Compiling rustix v1.1.3
4772026-05-01T23:12:53.901Z Compiling byteorder v1.5.0
4782026-05-01T23:12:53.998Z Compiling syn v2.0.117
4792026-05-01T23:12:54.043Z Compiling icu_normalizer_data v2.1.1
4802026-05-01T23:12:54.150Z Compiling errno v0.3.14
4812026-05-01T23:12:54.167Z Compiling bitflags v2.11.0
4822026-05-01T23:12:54.276Z Compiling serde_json v1.0.149
4832026-05-01T23:12:54.408Z Compiling num-traits v0.2.19
4842026-05-01T23:12:54.468Z Compiling pest_meta v2.8.6
4852026-05-01T23:12:54.554Z Compiling equivalent v1.0.2
4862026-05-01T23:12:54.591Z Compiling smallvec v1.15.1
4872026-05-01T23:12:54.645Z Compiling hashbrown v0.17.0
4882026-05-01T23:12:54.685Z Compiling typeid v1.0.3
4892026-05-01T23:12:55.021Z Compiling thread-id v4.2.2
4902026-05-01T23:12:55.043Z Compiling usdt-impl v0.5.0
4912026-05-01T23:12:55.107Z Compiling proc-macro-error-attr v1.0.4
4922026-05-01T23:12:55.140Z Compiling indexmap v2.14.0
4932026-05-01T23:12:55.196Z Compiling erased-serde v0.4.9
4942026-05-01T23:12:55.250Z Compiling winnow v0.7.14
4952026-05-01T23:12:55.430Z Compiling toml_write v0.1.2
4962026-05-01T23:12:55.448Z Compiling syn v1.0.109
4972026-05-01T23:12:55.831Z Compiling proc-macro-error v1.0.4
4982026-05-01T23:12:55.913Z Compiling camino v1.2.2
4992026-05-01T23:12:56.022Z Compiling percent-encoding v2.3.2
5002026-05-01T23:12:56.108Z Compiling thiserror v2.0.18
5012026-05-01T23:12:56.225Z Compiling getrandom v0.4.1
5022026-05-01T23:12:56.242Z Compiling log v0.4.29
5032026-05-01T23:12:56.322Z Compiling plain v0.2.3
5042026-05-01T23:12:56.376Z Compiling utf8_iter v1.0.4
5052026-05-01T23:12:56.435Z Compiling utf8parse v0.2.2
5062026-05-01T23:12:56.505Z Compiling ordered-float v2.10.1
5072026-05-01T23:12:56.531Z Compiling anstyle-parse v0.2.7
5082026-05-01T23:12:56.554Z Compiling form_urlencoded v1.2.2
5092026-05-01T23:12:56.602Z Compiling synstructure v0.13.2
5102026-05-01T23:12:56.683Z Compiling pest_generator v2.8.6
5112026-05-01T23:12:56.799Z Compiling terminal_size v0.4.3
5122026-05-01T23:12:56.946Z Compiling pretty-hex v0.4.1
5132026-05-01T23:12:57.047Z Compiling cfg-if v1.0.4
5142026-05-01T23:12:57.098Z Compiling is_terminal_polyfill v1.70.2
5152026-05-01T23:12:57.143Z Compiling anstyle-query v1.1.5
5162026-05-01T23:12:57.181Z Compiling colorchoice v1.0.4
5172026-05-01T23:12:57.218Z Compiling anstyle v1.0.13
5182026-05-01T23:12:57.237Z Compiling serde-untagged v0.1.9
5192026-05-01T23:12:57.376Z Compiling semver v1.0.28
5202026-05-01T23:12:57.411Z Compiling anstream v0.6.21
5212026-05-01T23:12:57.449Z Compiling fs-err v3.3.0
5222026-05-01T23:12:57.497Z Compiling once_cell v1.21.3
5232026-05-01T23:12:57.637Z Compiling bytecount v0.6.9
5242026-05-01T23:12:57.679Z Compiling heck v0.4.1
5252026-05-01T23:12:57.701Z Compiling anyhow v1.0.102
5262026-05-01T23:12:57.719Z Compiling strsim v0.11.1
5272026-05-01T23:12:57.722Z Compiling fnv v1.0.7
5282026-05-01T23:12:57.771Z Compiling heck v0.5.0
5292026-05-01T23:12:57.842Z Compiling fastrand v2.3.0
5302026-05-01T23:12:58.002Z Compiling clap_lex v1.0.0
5312026-05-01T23:12:58.021Z Compiling unicode-width v0.1.14
5322026-05-01T23:12:58.071Z Compiling unicode-xid v0.2.6
5332026-05-01T23:12:58.106Z Compiling tempfile v3.25.0
5342026-05-01T23:12:58.197Z Compiling clap_builder v4.5.60
5352026-05-01T23:12:58.294Z Compiling papergrid v0.11.0
5362026-05-01T23:12:58.318Z Compiling serde_derive v1.0.228
5372026-05-01T23:12:58.338Z Compiling zerofrom-derive v0.1.6
5382026-05-01T23:12:58.432Z Compiling yoke-derive v0.8.1
5392026-05-01T23:12:58.481Z Compiling zerovec-derive v0.11.2
5402026-05-01T23:12:58.793Z Compiling displaydoc v0.2.5
5412026-05-01T23:12:59.524Z Compiling thiserror-impl v1.0.69
5422026-05-01T23:12:59.565Z Compiling zerocopy-derive v0.7.35
5432026-05-01T23:12:59.568Z Compiling pest_derive v2.8.6
5442026-05-01T23:12:59.697Z Compiling scroll_derive v0.12.1
5452026-05-01T23:12:59.716Z Compiling zerofrom v0.1.6
5462026-05-01T23:12:59.850Z Compiling yoke v0.8.1
5472026-05-01T23:13:00.003Z Compiling thiserror-impl v2.0.18
5482026-05-01T23:13:00.071Z Compiling zerovec v0.11.5
5492026-05-01T23:13:00.373Z Compiling zerotrie v0.2.3
5502026-05-01T23:13:00.433Z Compiling zerocopy v0.7.35
5512026-05-01T23:13:00.645Z Compiling tinystr v0.8.2
5522026-05-01T23:13:00.727Z Compiling potential_utf v0.1.4
5532026-05-01T23:13:00.860Z Compiling icu_locale_core v2.1.1
5542026-05-01T23:13:00.901Z Compiling icu_collections v2.1.1
5552026-05-01T23:13:00.945Z Compiling dtrace-parser v0.2.0
5562026-05-01T23:13:01.053Z Compiling scroll v0.12.0
5572026-05-01T23:13:01.211Z Compiling tabled_derive v0.7.0
5582026-05-01T23:13:01.333Z Compiling goblin v0.8.2
5592026-05-01T23:13:01.389Z Compiling clap_derive v4.5.55
5602026-05-01T23:13:01.481Z Compiling memmap v0.7.0
5612026-05-01T23:13:01.672Z Compiling icu_provider v2.1.1
5622026-05-01T23:13:01.694Z Compiling unicode-width v0.2.0
5632026-05-01T23:13:01.779Z Compiling serde_spanned v0.6.9
5642026-05-01T23:13:01.798Z Compiling toml_datetime v0.6.11
5652026-05-01T23:13:01.831Z Compiling dof v0.3.0
5662026-05-01T23:13:01.934Z Compiling icu_properties v2.1.2
5672026-05-01T23:13:01.972Z Compiling icu_normalizer v2.1.1
5682026-05-01T23:13:01.989Z Compiling toml_edit v0.22.27
5692026-05-01T23:13:02.069Z Compiling serde_tokenstream v0.2.3
5702026-05-01T23:13:02.230Z Compiling serde-value v0.7.0
5712026-05-01T23:13:02.391Z Compiling cargo-platform v0.2.0
5722026-05-01T23:13:02.519Z Compiling unicode-linebreak v0.1.5
5732026-05-01T23:13:02.593Z Compiling smawk v0.3.2
5742026-05-01T23:13:02.673Z Compiling tabled v0.15.0
5752026-05-01T23:13:02.739Z Compiling textwrap v0.16.2
5762026-05-01T23:13:02.756Z Compiling usdt-macro v0.5.0
5772026-05-01T23:13:02.774Z Compiling usdt-attr-macro v0.5.0
5782026-05-01T23:13:03.021Z Compiling idna_adapter v1.2.1
5792026-05-01T23:13:03.135Z Compiling idna v1.1.0
5802026-05-01T23:13:03.170Z Compiling clap v4.5.60
5812026-05-01T23:13:03.217Z Compiling macaddr v1.0.1
5822026-05-01T23:13:03.379Z Compiling toml v0.8.23
5832026-05-01T23:13:03.444Z Compiling url v2.5.8
5842026-05-01T23:13:03.741Z Compiling cargo_toml v0.21.0
5852026-05-01T23:13:03.813Z Compiling camino-tempfile v1.4.1
5862026-05-01T23:13:04.051Z Compiling cargo-util-schemas v0.8.2
5872026-05-01T23:13:04.190Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5882026-05-01T23:13:04.320Z Compiling usdt v0.5.0
5892026-05-01T23:13:04.449Z Compiling swrite v0.1.0
5902026-05-01T23:13:05.036Z Compiling cargo_metadata v0.21.0
5912026-05-01T23:13:05.921Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5922026-05-01T23:13:07.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.46s
5932026-05-01T23:13:08.256Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5942026-05-01T23:13:08.813Z Downloading crates ...
5952026-05-01T23:13:08.916Z Downloaded darling_macro v0.23.0
5962026-05-01T23:13:08.920Z Downloaded backon v1.6.0
5972026-05-01T23:13:08.923Z Downloaded base16ct v0.2.0
5982026-05-01T23:13:08.926Z Downloaded der_derive v0.7.3
5992026-05-01T23:13:08.926Z Downloaded defmt-parser v1.0.0
6002026-05-01T23:13:08.926Z Downloaded crunchy v0.2.4
6012026-05-01T23:13:08.929Z Downloaded async-stream v0.3.6
6022026-05-01T23:13:08.929Z Downloaded bit-set v0.8.0
6032026-05-01T23:13:08.929Z Downloaded aead v0.5.2
6042026-05-01T23:13:08.932Z Downloaded bitflags v1.3.2
6052026-05-01T23:13:08.935Z Downloaded backoff v0.4.0
6062026-05-01T23:13:08.938Z Downloaded atomicwrites v0.4.4
6072026-05-01T23:13:08.938Z Downloaded dirs-sys-next v0.1.2
6082026-05-01T23:13:08.938Z Downloaded enum-as-inner v0.6.1
6092026-05-01T23:13:08.938Z Downloaded arrayref v0.3.9
6102026-05-01T23:13:08.941Z Downloaded array-init v0.0.4
6112026-05-01T23:13:08.941Z Downloaded daft-derive v0.1.5
6122026-05-01T23:13:08.944Z Downloaded atty v0.2.14
6132026-05-01T23:13:08.944Z Downloaded bcrypt-pbkdf v0.10.0
6142026-05-01T23:13:08.944Z Downloaded adler2 v2.0.1
6152026-05-01T23:13:08.947Z Downloaded async-stream-impl v0.3.6
6162026-05-01T23:13:08.947Z Downloaded ff v0.13.1
6172026-05-01T23:13:08.947Z Downloaded crc32fast v1.5.0
6182026-05-01T23:13:08.950Z Downloaded ascii-canvas v3.0.0
6192026-05-01T23:13:08.950Z Downloaded arrayvec v0.7.6
6202026-05-01T23:13:08.953Z Downloaded derive-where v1.6.0
6212026-05-01T23:13:08.953Z Downloaded assert_matches v1.5.0
6222026-05-01T23:13:08.956Z Downloaded elliptic-curve v0.13.8
6232026-05-01T23:13:08.959Z Downloaded bb8 v0.8.6
6242026-05-01T23:13:08.962Z Downloaded base64ct v1.8.3
6252026-05-01T23:13:08.962Z Downloaded atomic-waker v1.1.2
6262026-05-01T23:13:08.965Z Downloaded async-recursion v1.1.1
6272026-05-01T23:13:08.965Z Downloaded ciborium v0.2.2
6282026-05-01T23:13:08.969Z Downloaded ahash v0.8.12
6292026-05-01T23:13:08.976Z Downloaded async-trait v0.1.89
6302026-05-01T23:13:08.979Z Downloaded cfg_aliases v0.1.1
6312026-05-01T23:13:08.982Z Downloaded dropshot-api-manager-types v0.7.1
6322026-05-01T23:13:08.982Z Downloaded ciborium-io v0.2.2
6332026-05-01T23:13:08.982Z Downloaded curve25519-dalek-derive v0.1.1
6342026-05-01T23:13:08.985Z Downloaded bcs v0.1.6
6352026-05-01T23:13:08.985Z Downloaded async-bb8-diesel v0.2.1
6362026-05-01T23:13:08.988Z Downloaded downcast-rs v2.0.2
6372026-05-01T23:13:08.988Z Downloaded diesel_table_macro_syntax v0.3.0
6382026-05-01T23:13:08.988Z Downloaded dirs-next v2.0.0
6392026-05-01T23:13:08.991Z Downloaded ciborium-ll v0.2.2
6402026-05-01T23:13:08.991Z Downloaded document-features v0.2.12
6412026-05-01T23:13:08.994Z Downloaded crc8 v0.1.1
6422026-05-01T23:13:08.997Z Downloaded cargo-platform v0.1.9
6432026-05-01T23:13:09.001Z Downloaded ena v0.14.4
6442026-05-01T23:13:09.004Z Downloaded either v1.15.0
6452026-05-01T23:13:09.004Z Downloaded dunce v1.0.5
6462026-05-01T23:13:09.004Z Downloaded cobs v0.3.0
6472026-05-01T23:13:09.007Z Downloaded endian-type v0.1.2
6482026-05-01T23:13:09.007Z Downloaded cpufeatures v0.3.0
6492026-05-01T23:13:09.007Z Downloaded cfg_aliases v0.2.1
6502026-05-01T23:13:09.007Z Downloaded cstr-argument v0.1.2
6512026-05-01T23:13:09.010Z Downloaded compression-core v0.4.31
6522026-05-01T23:13:09.010Z Downloaded debug-ignore v1.0.5
6532026-05-01T23:13:09.013Z Downloaded difflib v0.4.0
6542026-05-01T23:13:09.017Z Downloaded dof v0.4.0
6552026-05-01T23:13:09.021Z Downloaded bitfield-macros v0.19.4
6562026-05-01T23:13:09.021Z Downloaded bit-vec v0.8.0
6572026-05-01T23:13:09.024Z Downloaded derive_builder_macro v0.20.2
6582026-05-01T23:13:09.027Z Downloaded crc-catalog v2.4.0
6592026-05-01T23:13:09.030Z Downloaded flagset v0.4.7
6602026-05-01T23:13:09.030Z Downloaded bitfield-struct v0.6.2
6612026-05-01T23:13:09.030Z Downloaded fixedbitset v0.4.2
6622026-05-01T23:13:09.035Z Downloaded crc v3.4.0
6632026-05-01T23:13:09.035Z Downloaded block-padding v0.3.3
6642026-05-01T23:13:09.035Z Downloaded bit-set v0.5.3
6652026-05-01T23:13:09.035Z Downloaded display-error-chain v0.2.2
6662026-05-01T23:13:09.038Z Downloaded embedded-io v0.4.0
6672026-05-01T23:13:09.038Z Downloaded dyn-clone v1.0.20
6682026-05-01T23:13:09.038Z Downloaded darling_macro v0.21.3
6692026-05-01T23:13:09.038Z Downloaded crucible-workspace-hack v0.1.0
6702026-05-01T23:13:09.041Z Downloaded cargo_metadata v0.19.2
6712026-05-01T23:13:09.041Z Downloaded defmt v0.3.100
6722026-05-01T23:13:09.044Z Downloaded foreign-types-shared v0.1.1
6732026-05-01T23:13:09.044Z Downloaded foreign-types-macros v0.2.3
6742026-05-01T23:13:09.044Z Downloaded convert_case v0.4.0
6752026-05-01T23:13:09.048Z Downloaded futures-macro v0.3.32
6762026-05-01T23:13:09.048Z Downloaded fxhash v0.2.1
6772026-05-01T23:13:09.048Z Downloaded futures-core v0.3.32
6782026-05-01T23:13:09.048Z Downloaded globwalk v0.9.1
6792026-05-01T23:13:09.051Z Downloaded float-ord v0.3.2
6802026-05-01T23:13:09.051Z Downloaded dsl_auto_type v0.2.0
6812026-05-01T23:13:09.051Z Downloaded ghash v0.5.1
6822026-05-01T23:13:09.051Z Downloaded gethostname v0.5.0
6832026-05-01T23:13:09.054Z Downloaded foreign-types v0.5.0
6842026-05-01T23:13:09.054Z Downloaded fd-lock v4.0.4
6852026-05-01T23:13:09.054Z Downloaded env_filter v1.0.0
6862026-05-01T23:13:09.057Z Downloaded float-cmp v0.10.0
6872026-05-01T23:13:09.060Z Downloaded hash32 v0.2.1
6882026-05-01T23:13:09.063Z Downloaded futures-task v0.3.32
6892026-05-01T23:13:09.063Z Downloaded argon2 v0.5.3
6902026-05-01T23:13:09.063Z Downloaded cipher v0.4.4
6912026-05-01T23:13:09.066Z Downloaded foreign-types-shared v0.3.1
6922026-05-01T23:13:09.066Z Downloaded embedded-io v0.6.1
6932026-05-01T23:13:09.066Z Downloaded darling_macro v0.20.11
6942026-05-01T23:13:09.071Z Downloaded futures-sink v0.3.32
6952026-05-01T23:13:09.074Z Downloaded funty v2.0.0
6962026-05-01T23:13:09.074Z Downloaded foreign-types v0.3.2
6972026-05-01T23:13:09.074Z Downloaded fallible-iterator v0.2.0
6982026-05-01T23:13:09.074Z Downloaded ed25519 v2.2.3
6992026-05-01T23:13:09.077Z Downloaded const_format_proc_macros v0.2.34
7002026-05-01T23:13:09.077Z Downloaded castaway v0.2.4
7012026-05-01T23:13:09.081Z Downloaded deranged v0.5.8
7022026-05-01T23:13:09.081Z Downloaded blowfish v0.9.1
7032026-05-01T23:13:09.081Z Downloaded bitfield v0.19.4
7042026-05-01T23:13:09.084Z Downloaded derive-ex v0.1.8
7052026-05-01T23:13:09.084Z Downloaded git-stub v1.0.0
7062026-05-01T23:13:09.084Z Downloaded dtrace-parser v0.3.0
7072026-05-01T23:13:09.084Z Downloaded data-encoding v2.10.0
7082026-05-01T23:13:09.084Z Downloaded ecdsa v0.16.9
7092026-05-01T23:13:09.088Z Downloaded convert_case v0.10.0
7102026-05-01T23:13:09.088Z Downloaded env_logger v0.11.9
7112026-05-01T23:13:09.093Z Downloaded hash32 v0.3.1
7122026-05-01T23:13:09.093Z Downloaded const_format v0.2.35
7132026-05-01T23:13:09.096Z Downloaded darling v0.20.11
7142026-05-01T23:13:09.096Z Downloaded curve25519-dalek v4.1.3
7152026-05-01T23:13:09.099Z Downloaded hostname v0.3.1
7162026-05-01T23:13:09.102Z Downloaded hex-literal v0.4.1
7172026-05-01T23:13:09.102Z Downloaded http-range v0.1.5
7182026-05-01T23:13:09.102Z Downloaded headers-core v0.3.0
7192026-05-01T23:13:09.105Z Downloaded corncobs v0.1.4
7202026-05-01T23:13:09.105Z Downloaded hostname v0.4.2
7212026-05-01T23:13:09.106Z Downloaded fixedbitset v0.5.7
7222026-05-01T23:13:09.109Z Downloaded buf-list v1.1.2
7232026-05-01T23:13:09.109Z Downloaded bit-vec v0.6.3
7242026-05-01T23:13:09.109Z Downloaded daft v0.1.5
7252026-05-01T23:13:09.112Z Downloaded crossbeam-deque v0.8.6
7262026-05-01T23:13:09.112Z Downloaded fs_extra v1.3.0
7272026-05-01T23:13:09.115Z Downloaded filetime v0.2.27
7282026-05-01T23:13:09.115Z Downloaded futures-io v0.3.32
7292026-05-01T23:13:09.115Z Downloaded futures-executor v0.3.32
7302026-05-01T23:13:09.115Z Downloaded defmt v1.0.1
7312026-05-01T23:13:09.118Z Downloaded globset v0.4.18
7322026-05-01T23:13:09.118Z Downloaded foldhash v0.2.0
7332026-05-01T23:13:09.123Z Downloaded drift v0.1.3
7342026-05-01T23:13:09.127Z Downloaded csv-core v0.1.13
7352026-05-01T23:13:09.127Z Downloaded hubpack_derive v0.1.1
7362026-05-01T23:13:09.127Z Downloaded ident_case v1.0.1
7372026-05-01T23:13:09.127Z Downloaded diesel-dtrace v0.5.0
7382026-05-01T23:13:09.127Z Downloaded find-msvc-tools v0.1.9
7392026-05-01T23:13:09.131Z Downloaded group v0.13.0
7402026-05-01T23:13:09.131Z Downloaded http-body v1.0.1
7412026-05-01T23:13:09.131Z Downloaded foldhash v0.1.5
7422026-05-01T23:13:09.132Z Downloaded blake2 v0.10.6
7432026-05-01T23:13:09.135Z Downloaded hubpack v0.1.2
7442026-05-01T23:13:09.135Z Downloaded clang-sys v1.8.1
7452026-05-01T23:13:09.135Z Downloaded const-oid v0.9.6
7462026-05-01T23:13:09.139Z Downloaded glob v0.3.3
7472026-05-01T23:13:09.139Z Downloaded console v0.15.11
7482026-05-01T23:13:09.143Z Downloaded git-stub-vcs v0.1.0
7492026-05-01T23:13:09.143Z Downloaded derive_builder_core v0.20.2
7502026-05-01T23:13:09.143Z Downloaded hyper-tls v0.6.0
7512026-05-01T23:13:09.143Z Downloaded cookie v0.18.1
7522026-05-01T23:13:09.147Z Downloaded indent_write v2.2.0
7532026-05-01T23:13:09.147Z Downloaded indoc v1.0.9
7542026-05-01T23:13:09.147Z Downloaded inout v0.1.4
7552026-05-01T23:13:09.147Z Downloaded chacha20 v0.10.0
7562026-05-01T23:13:09.150Z Downloaded bzip2 v0.6.1
7572026-05-01T23:13:09.150Z Downloaded fatfs v0.3.6
7582026-05-01T23:13:09.154Z Downloaded bzip2 v0.4.4
7592026-05-01T23:13:09.154Z Downloaded instant v0.1.13
7602026-05-01T23:13:09.155Z Downloaded cancel-safe-futures v0.1.5
7612026-05-01T23:13:09.158Z Downloaded is-terminal v0.4.17
7622026-05-01T23:13:09.158Z Downloaded hex v0.4.3
7632026-05-01T23:13:09.158Z Downloaded cassowary v0.3.0
7642026-05-01T23:13:09.158Z Downloaded constant_time_eq v0.4.2
7652026-05-01T23:13:09.161Z Downloaded colored v2.2.0
7662026-05-01T23:13:09.161Z Downloaded home v0.5.12
7672026-05-01T23:13:09.164Z Downloaded allocator-api2 v0.2.21
7682026-05-01T23:13:09.164Z Downloaded highway v1.3.0
7692026-05-01T23:13:09.164Z Downloaded internet-checksum v0.2.1
7702026-05-01T23:13:09.168Z Downloaded instability v0.3.11
7712026-05-01T23:13:09.168Z Downloaded is_ci v1.2.0
7722026-05-01T23:13:09.168Z Downloaded httpdate v1.0.3
7732026-05-01T23:13:09.168Z Downloaded ctr v0.9.2
7742026-05-01T23:13:09.172Z Downloaded crossbeam-epoch v0.9.18
7752026-05-01T23:13:09.172Z Downloaded cbc v0.1.2
7762026-05-01T23:13:09.177Z Downloaded ar_archive_writer v0.5.1
7772026-05-01T23:13:09.177Z Downloaded futures-channel v0.3.32
7782026-05-01T23:13:09.177Z Downloaded defmt-macros v1.0.1
7792026-05-01T23:13:09.180Z Downloaded des v0.8.1
7802026-05-01T23:13:09.180Z Downloaded darling v0.21.3
7812026-05-01T23:13:09.183Z Downloaded byte-wrapper v0.1.0
7822026-05-01T23:13:09.183Z Downloaded erased-serde v0.3.31
7832026-05-01T23:13:09.186Z Downloaded lalrpop-util v0.19.12
7842026-05-01T23:13:09.186Z Downloaded crossbeam-utils v0.8.21
7852026-05-01T23:13:09.186Z Downloaded lazy_static v1.5.0
7862026-05-01T23:13:09.189Z Downloaded critical-section v1.2.0
7872026-05-01T23:13:09.189Z Downloaded compression-codecs v0.4.37
7882026-05-01T23:13:09.192Z Downloaded libscf-sys v1.1.0
7892026-05-01T23:13:09.192Z Downloaded kstat-rs v0.2.4
7902026-05-01T23:13:09.192Z Downloaded http-body-util v0.1.3
7912026-05-01T23:13:09.195Z Downloaded base64 v0.21.7
7922026-05-01T23:13:09.195Z Downloaded fs-err v2.11.0
7932026-05-01T23:13:09.198Z Downloaded lru-cache v0.1.2
7942026-05-01T23:13:09.198Z Downloaded lru-slab v0.1.2
7952026-05-01T23:13:09.198Z Downloaded lru v0.12.5
7962026-05-01T23:13:09.201Z Downloaded cookie_store v0.22.1
7972026-05-01T23:13:09.201Z Downloaded md-5 v0.10.6
7982026-05-01T23:13:09.201Z Downloaded colored v3.1.1
7992026-05-01T23:13:09.204Z Downloaded darling v0.23.0
8002026-05-01T23:13:09.210Z Downloaded maplit v1.0.2
8012026-05-01T23:13:09.210Z Downloaded hyper-staticfile v0.10.1
8022026-05-01T23:13:09.213Z Downloaded match_cfg v0.1.0
8032026-05-01T23:13:09.213Z Downloaded managed v0.8.0
8042026-05-01T23:13:09.213Z Downloaded crc-any v2.5.0
8052026-05-01T23:13:09.213Z Downloaded lzss v0.8.2
8062026-05-01T23:13:09.213Z Downloaded ingot v0.1.1
8072026-05-01T23:13:09.216Z Downloaded indoc v2.0.7
8082026-05-01T23:13:09.216Z Downloaded dropshot_endpoint v0.17.0
8092026-05-01T23:13:09.219Z Downloaded maybe-uninit v2.0.0
8102026-05-01T23:13:09.219Z Downloaded arc-swap v1.8.2
8112026-05-01T23:13:09.222Z Downloaded newline-converter v0.3.0
8122026-05-01T23:13:09.222Z Downloaded ipnetwork v0.21.1
8132026-05-01T23:13:09.222Z Downloaded memoffset v0.9.1
8142026-05-01T23:13:09.225Z Downloaded new_debug_unreachable v1.0.6
8152026-05-01T23:13:09.225Z Downloaded md5 v0.7.0
8162026-05-01T23:13:09.225Z Downloaded ipnet v2.11.0
8172026-05-01T23:13:09.228Z Downloaded multimap v0.10.1
8182026-05-01T23:13:09.229Z Downloaded linked-hash-map v0.5.6
8192026-05-01T23:13:09.229Z Downloaded console v0.16.2
8202026-05-01T23:13:09.229Z Downloaded humantime v2.3.0
8212026-05-01T23:13:09.231Z Downloaded libloading v0.8.9
8222026-05-01T23:13:09.231Z Downloaded derive_more-impl v2.1.1
8232026-05-01T23:13:09.235Z Downloaded linear-map v1.2.0
8242026-05-01T23:13:09.239Z Downloaded base64 v0.22.1
8252026-05-01T23:13:09.239Z Downloaded jobserver v0.1.34
8262026-05-01T23:13:09.242Z Downloaded keccak v0.1.6
8272026-05-01T23:13:09.242Z Downloaded getrandom v0.2.17
8282026-05-01T23:13:09.242Z Downloaded getrandom v0.3.4
8292026-05-01T23:13:09.245Z Downloaded num-conv v0.2.0
8302026-05-01T23:13:09.245Z Downloaded olpc-cjson v0.1.4
8312026-05-01T23:13:09.245Z Downloaded num-derive v0.3.3
8322026-05-01T23:13:09.248Z Downloaded httparse v1.10.1
8332026-05-01T23:13:09.248Z Downloaded newtype_derive v0.1.6
8342026-05-01T23:13:09.251Z Downloaded libefi-sys v0.1.0
8352026-05-01T23:13:09.252Z Downloaded normalize-line-endings v0.3.0
8362026-05-01T23:13:09.252Z Downloaded num v0.4.3
8372026-05-01T23:13:09.252Z Downloaded nodrop v0.1.14
8382026-05-01T23:13:09.252Z Downloaded half v2.7.1
8392026-05-01T23:13:09.255Z Downloaded num-derive v0.4.2
8402026-05-01T23:13:09.255Z Downloaded nonempty v0.12.0
8412026-05-01T23:13:09.257Z Downloaded dropshot_endpoint v0.16.7
8422026-05-01T23:13:09.257Z Downloaded num-iter v0.1.45
8432026-05-01T23:13:09.260Z Downloaded diff v0.1.13
8442026-05-01T23:13:09.261Z Downloaded derive_builder v0.20.2
8452026-05-01T23:13:09.265Z Downloaded iana-time-zone v0.1.65
8462026-05-01T23:13:09.268Z Downloaded half v1.8.3
8472026-05-01T23:13:09.268Z Downloaded openssl-macros v0.1.1
8482026-05-01T23:13:09.268Z Downloaded darling_core v0.20.11
8492026-05-01T23:13:09.272Z Downloaded bytes v1.11.1
8502026-05-01T23:13:09.275Z Downloaded opaque-debug v0.3.1
8512026-05-01T23:13:09.275Z Downloaded oso-derive v0.27.3
8522026-05-01T23:13:09.275Z Downloaded hyper-rustls v0.27.7
8532026-05-01T23:13:09.275Z Downloaded lock_api v0.4.14
8542026-05-01T23:13:09.278Z Downloaded num_threads v0.1.7
8552026-05-01T23:13:09.278Z Downloaded mime v0.3.17
8562026-05-01T23:13:09.278Z Downloaded ingot-macros v0.1.1
8572026-05-01T23:13:09.281Z Downloaded openssl-probe v0.2.1
8582026-05-01T23:13:09.281Z Downloaded newtype-uuid-macros v0.1.0
8592026-05-01T23:13:09.282Z Downloaded newtype-uuid v1.3.2
8602026-05-01T23:13:09.285Z Downloaded multer v3.1.0
8612026-05-01T23:13:09.285Z Downloaded native-tls v0.2.18
8622026-05-01T23:13:09.285Z Downloaded ingot-types v0.1.2
8632026-05-01T23:13:09.288Z Downloaded mime_guess v2.0.5
8642026-05-01T23:13:09.288Z Downloaded packed_struct_codegen v0.10.1
8652026-05-01T23:13:09.288Z Downloaded nibble_vec v0.1.0
8662026-05-01T23:13:09.291Z Downloaded impl-trait-for-tuples v0.2.3
8672026-05-01T23:13:09.291Z Downloaded nanorand v0.7.0
8682026-05-01T23:13:09.294Z Downloaded darling_core v0.21.3
8692026-05-01T23:13:09.297Z Downloaded hmac v0.12.1
8702026-05-01T23:13:09.297Z Downloaded compact_str v0.8.1
8712026-05-01T23:13:09.301Z Downloaded chacha20poly1305 v0.10.1
8722026-05-01T23:13:09.301Z Downloaded libsw v3.5.0
8732026-05-01T23:13:09.301Z Downloaded futures v0.3.32
8742026-05-01T23:13:09.304Z Downloaded cmake v0.1.57
8752026-05-01T23:13:09.304Z Downloaded chacha20 v0.9.1
8762026-05-01T23:13:09.307Z Downloaded cexpr v0.6.0
8772026-05-01T23:13:09.307Z Downloaded camino-tempfile-ext v0.3.3
8782026-05-01T23:13:09.310Z Downloaded nu-ansi-term v0.50.3
8792026-05-01T23:13:09.313Z Downloaded num-integer v0.1.46
8802026-05-01T23:13:09.313Z Downloaded pbkdf2 v0.12.2
8812026-05-01T23:13:09.313Z Downloaded parse-size v1.1.0
8822026-05-01T23:13:09.316Z Downloaded num_enum_derive v0.5.11
8832026-05-01T23:13:09.316Z Downloaded num-rational v0.4.2
8842026-05-01T23:13:09.316Z Downloaded pbkdf2 v0.11.0
8852026-05-01T23:13:09.320Z Downloaded num_enum v0.7.5
8862026-05-01T23:13:09.334Z Downloaded pin-utils v0.1.0
8872026-05-01T23:13:09.337Z Downloaded phf_shared v0.13.1
8882026-05-01T23:13:09.337Z Downloaded phf_shared v0.11.3
8892026-05-01T23:13:09.337Z Downloaded peg-runtime v0.8.5
8902026-05-01T23:13:09.337Z Downloaded path-slash v0.1.5
8912026-05-01T23:13:09.342Z Downloaded openssl-probe v0.1.6
8922026-05-01T23:13:09.342Z Downloaded num_enum_derive v0.7.5
8932026-05-01T23:13:09.342Z Downloaded num_enum v0.5.11
8942026-05-01T23:13:09.345Z Downloaded phf_shared v0.12.1
8952026-05-01T23:13:09.345Z Downloaded darling_core v0.23.0
8962026-05-01T23:13:09.347Z Downloaded libsw-core v0.3.2
8972026-05-01T23:13:09.348Z Downloaded flume v0.11.1
8982026-05-01T23:13:09.352Z Downloaded precomputed-hash v0.1.1
8992026-05-01T23:13:09.352Z Downloaded oxnet v0.1.4
9002026-05-01T23:13:09.355Z Downloaded memmap2 v0.9.10
9012026-05-01T23:13:09.355Z Downloaded ignore v0.4.25
9022026-05-01T23:13:09.355Z Downloaded derive_more v0.99.20
9032026-05-01T23:13:09.358Z Downloaded predicates-core v1.0.10
9042026-05-01T23:13:09.358Z Downloaded powerfmt v0.2.0
9052026-05-01T23:13:09.361Z Downloaded owo-colors v4.3.0
9062026-05-01T23:13:09.361Z Downloaded cc v1.2.56
9072026-05-01T23:13:09.364Z Downloaded proc-macro-crate v3.4.0
9082026-05-01T23:13:09.364Z Downloaded progenitor-client v0.14.0
9092026-05-01T23:13:09.364Z Downloaded indexmap v1.9.3
9102026-05-01T23:13:09.367Z Downloaded progenitor-client v0.11.2
9112026-05-01T23:13:09.368Z Downloaded proc-macro-crate v1.3.1
9122026-05-01T23:13:09.368Z Downloaded predicates-tree v1.0.13
9132026-05-01T23:13:09.370Z Downloaded parking_lot_core v0.8.6
9142026-05-01T23:13:09.370Z Downloaded password-hash v0.5.0
9152026-05-01T23:13:09.370Z Downloaded libbz2-rs-sys v0.2.2
9162026-05-01T23:13:09.373Z Downloaded heapless v0.8.0
9172026-05-01T23:13:09.377Z Downloaded heapless v0.7.17
9182026-05-01T23:13:09.377Z Downloaded proc-macro-error-attr2 v2.0.0
9192026-05-01T23:13:09.381Z Downloaded num-complex v0.4.6
9202026-05-01T23:13:09.381Z Downloaded bumpalo v3.20.2
9212026-05-01T23:13:09.381Z Downloaded packed_struct v0.10.1
9222026-05-01T23:13:09.384Z Downloaded async-compression v0.4.41
9232026-05-01T23:13:09.386Z Downloaded radium v0.7.0
9242026-05-01T23:13:09.387Z Downloaded progenitor-macro v0.14.0
9252026-05-01T23:13:09.387Z Downloaded progenitor-client v0.10.0
9262026-05-01T23:13:09.389Z Downloaded peg-macros v0.8.5
9272026-05-01T23:13:09.390Z Downloaded pem v3.0.6
9282026-05-01T23:13:09.390Z Downloaded peg v0.8.5
9292026-05-01T23:13:09.393Z Downloaded progenitor-macro v0.13.0
9302026-05-01T23:13:09.393Z Downloaded ed25519-dalek v2.2.0
9312026-05-01T23:13:09.396Z Downloaded derive_more v2.1.1
9322026-05-01T23:13:09.401Z Downloaded pin-project-lite v0.2.17
9332026-05-01T23:13:09.405Z Downloaded omicron-zone-package v0.12.2
9342026-05-01T23:13:09.408Z Downloaded quick-error v1.2.3
9352026-05-01T23:13:09.408Z Downloaded psl-types v2.0.11
9362026-05-01T23:13:09.408Z Downloaded pin-project-internal v1.1.11
9372026-05-01T23:13:09.408Z Downloaded aes v0.8.4
9382026-05-01T23:13:09.411Z Downloaded rand_chacha v0.3.1
9392026-05-01T23:13:09.411Z Downloaded polyval v0.6.2
9402026-05-01T23:13:09.414Z Downloaded litrs v1.0.0
9412026-05-01T23:13:09.414Z Downloaded crossbeam-channel v0.5.15
9422026-05-01T23:13:09.417Z Downloaded indicatif v0.18.4
9432026-05-01T23:13:09.420Z Downloaded pkg-config v0.3.32
9442026-05-01T23:13:09.420Z Downloaded predicates v3.1.4
9452026-05-01T23:13:09.443Z Downloaded postgres-protocol v0.6.10
9462026-05-01T23:13:09.443Z Downloaded poly1305 v0.8.0
9472026-05-01T23:13:09.443Z Downloaded oxide-tokio-rt v0.1.4
9482026-05-01T23:13:09.443Z Downloaded hickory-resolver v0.24.4
9492026-05-01T23:13:09.443Z Downloaded rand_xorshift v0.4.0
9502026-05-01T23:13:09.443Z Downloaded ppv-lite86 v0.2.21
9512026-05-01T23:13:09.444Z Downloaded parking_lot v0.11.2
9522026-05-01T23:13:09.444Z Downloaded progenitor-client v0.13.0
9532026-05-01T23:13:09.444Z Downloaded expectorate v1.2.0
9542026-05-01T23:13:09.444Z Downloaded der v0.7.10
9552026-05-01T23:13:09.444Z Downloaded headers v0.4.1
9562026-05-01T23:13:09.444Z Downloaded parking_lot_core v0.9.12
9572026-05-01T23:13:09.444Z Downloaded progenitor v0.14.0
9582026-05-01T23:13:09.444Z Downloaded recursive v0.1.1
9592026-05-01T23:13:09.444Z Downloaded progenitor v0.13.0
9602026-05-01T23:13:09.448Z Downloaded progenitor v0.11.2
9612026-05-01T23:13:09.448Z Downloaded progenitor v0.10.0
9622026-05-01T23:13:09.448Z Downloaded proc-macro-error2 v2.0.1
9632026-05-01T23:13:09.451Z Downloaded progenitor-extras v0.2.0
9642026-05-01T23:13:09.451Z Downloaded progenitor-macro v0.10.0
9652026-05-01T23:13:09.451Z Downloaded aes-gcm v0.10.3
9662026-05-01T23:13:09.454Z Downloaded recursive-proc-macro-impl v0.1.1
9672026-05-01T23:13:09.454Z Downloaded progenitor-macro v0.11.2
9682026-05-01T23:13:09.454Z Downloaded phf v0.12.1
9692026-05-01T23:13:09.454Z Downloaded pem-rfc7468 v0.7.0
9702026-05-01T23:13:09.457Z Downloaded rfc6979 v0.4.0
9712026-05-01T23:13:09.457Z Downloaded ref-cast-impl v1.0.25
9722026-05-01T23:13:09.457Z Downloaded crypto-bigint v0.5.5
9732026-05-01T23:13:09.461Z Downloaded russh-cryptovec v0.7.3
9742026-05-01T23:13:09.463Z Downloaded paste v1.0.15
9752026-05-01T23:13:09.463Z Downloaded flate2 v1.1.9
9762026-05-01T23:13:09.467Z Downloaded psm v0.1.30
9772026-05-01T23:13:09.470Z Downloaded pkcs1 v0.7.5
9782026-05-01T23:13:09.470Z Downloaded phf v0.13.1
9792026-05-01T23:13:09.470Z Downloaded rand_chacha v0.9.0
9802026-05-01T23:13:09.473Z Downloaded pkcs8 v0.10.2
9812026-05-01T23:13:09.473Z Downloaded miniz_oxide v0.8.9
9822026-05-01T23:13:09.478Z Downloaded password-hash v0.4.2
9832026-05-01T23:13:09.478Z Downloaded r2d2 v0.8.10
9842026-05-01T23:13:09.478Z Downloaded rand_core v0.6.4
9852026-05-01T23:13:09.481Z Downloaded postcard v1.1.3
9862026-05-01T23:13:09.481Z Downloaded rustc_version v0.1.7
9872026-05-01T23:13:09.481Z Downloaded rustc_version v0.4.1
9882026-05-01T23:13:09.481Z Downloaded rustc-hash v2.1.1
9892026-05-01T23:13:09.485Z Downloaded parse-display-derive v0.10.0
9902026-05-01T23:13:09.485Z Downloaded oso v0.27.3
9912026-05-01T23:13:09.485Z Downloaded rtoolbox v0.0.3
9922026-05-01T23:13:09.488Z Downloaded parse-display v0.10.0
9932026-05-01T23:13:09.488Z Downloaded rand_seeder v0.4.0
9942026-05-01T23:13:09.488Z Downloaded http v1.4.0
9952026-05-01T23:13:09.492Z Downloaded rand_core v0.9.5
9962026-05-01T23:13:09.498Z Downloaded papergrid v0.17.0
9972026-05-01T23:13:09.501Z Downloaded primeorder v0.13.6
9982026-05-01T23:13:09.506Z Downloaded salsa20 v0.10.2
9992026-05-01T23:13:09.509Z Downloaded sapling-renderdag v0.1.0
10002026-05-01T23:13:09.512Z Downloaded ref-cast v1.0.25
10012026-05-01T23:13:09.515Z Downloaded scroll_derive v0.13.1
10022026-05-01T23:13:09.515Z Downloaded same-file v1.0.6
10032026-05-01T23:13:09.518Z Downloaded parking_lot v0.12.5
10042026-05-01T23:13:09.521Z Downloaded scheduled-thread-pool v0.2.7
10052026-05-01T23:13:09.521Z Downloaded resolv-conf v0.7.6
10062026-05-01T23:13:09.524Z Downloaded hickory-resolver v0.25.2
10072026-05-01T23:13:09.524Z Downloaded pin-project v1.1.11
10082026-05-01T23:13:09.530Z Downloaded secrecy v0.8.0
10092026-05-01T23:13:09.533Z Downloaded scopeguard v1.2.0
10102026-05-01T23:13:09.533Z Downloaded semver v0.1.20
10112026-05-01T23:13:09.533Z Downloaded jiff-static v0.2.21
10122026-05-01T23:13:09.536Z Downloaded scrypt v0.11.0
10132026-05-01T23:13:09.536Z Downloaded hashbrown v0.12.3
10142026-05-01T23:13:09.539Z Downloaded serde_plain v1.0.2
10152026-05-01T23:13:09.539Z Downloaded secrecy v0.10.3
10162026-05-01T23:13:09.539Z Downloaded quinn-udp v0.5.14
10172026-05-01T23:13:09.542Z Downloaded rand_core v0.10.0
10182026-05-01T23:13:09.542Z Downloaded dropshot-api-manager v0.7.1
10192026-05-01T23:13:09.545Z Downloaded serde_bytes v0.11.19
10202026-05-01T23:13:09.546Z Downloaded postgres-types v0.2.12
10212026-05-01T23:13:09.550Z Downloaded sha1 v0.10.6
10222026-05-01T23:13:09.550Z Downloaded serde_urlencoded v0.7.1
10232026-05-01T23:13:09.550Z Downloaded serde_spanned v1.0.4
10242026-05-01T23:13:09.553Z Downloaded serde-big-array v0.5.1
10252026-05-01T23:13:09.553Z Downloaded serde_repr v0.1.20
10262026-05-01T23:13:09.553Z Downloaded rustls-pemfile v1.0.4
10272026-05-01T23:13:09.553Z Downloaded diesel_derives v2.3.7
10282026-05-01T23:13:09.559Z Downloaded pkcs5 v0.7.1
10292026-05-01T23:13:09.564Z Downloaded aws-lc-rs v1.16.0
10302026-05-01T23:13:09.568Z Downloaded signal-hook-tokio v0.3.1
10312026-05-01T23:13:09.568Z Downloaded shell-words v1.1.1
10322026-05-01T23:13:09.568Z Downloaded siphasher v1.0.2
10332026-05-01T23:13:09.568Z Downloaded signature v2.2.0
10342026-05-01T23:13:09.571Z Downloaded signal-hook-mio v0.2.5
10352026-05-01T23:13:09.571Z Downloaded rustls-pemfile v2.2.0
10362026-05-01T23:13:09.571Z Downloaded rusty-fork v0.3.1
10372026-05-01T23:13:09.571Z Downloaded rustls-native-certs v0.8.3
10382026-05-01T23:13:09.575Z Downloaded minimal-lexical v0.2.1
10392026-05-01T23:13:09.578Z Downloaded rustversion v1.0.22
10402026-05-01T23:13:09.578Z Downloaded progenitor-impl v0.10.0
10412026-05-01T23:13:09.578Z Downloaded p256 v0.13.2
10422026-05-01T23:13:09.581Z Downloaded aho-corasick v1.1.4
10432026-05-01T23:13:09.584Z Downloaded sigpipe v0.1.3
10442026-05-01T23:13:09.584Z Downloaded slog-envlogger v2.2.0
10452026-05-01T23:13:09.588Z Downloaded prefix-trie v0.7.0
10462026-05-01T23:13:09.588Z Downloaded openssl-sys v0.9.114
10472026-05-01T23:13:09.592Z Downloaded schemars_derive v0.8.22
10482026-05-01T23:13:09.595Z Downloaded slog-bunyan v2.5.0
10492026-05-01T23:13:09.597Z Downloaded sct v0.7.1
10502026-05-01T23:13:09.600Z Downloaded serde-hex v0.1.0
10512026-05-01T23:13:09.601Z Downloaded seq-macro v0.3.6
10522026-05-01T23:13:09.601Z Downloaded sec1 v0.7.3
10532026-05-01T23:13:09.605Z Downloaded hickory-server v0.25.2
10542026-05-01T23:13:09.608Z Downloaded progenitor-impl v0.14.0
10552026-05-01T23:13:09.612Z Downloaded serde_path_to_error v0.1.20
10562026-05-01T23:13:09.612Z Downloaded serde_derive_internals v0.29.1
10572026-05-01T23:13:09.616Z Downloaded crossterm v0.28.1
10582026-05-01T23:13:09.619Z Downloaded progenitor-impl v0.11.2
10592026-05-01T23:13:09.624Z Downloaded sqlparser_derive v0.5.0
10602026-05-01T23:13:09.627Z Downloaded ssh-encoding v0.2.0
10612026-05-01T23:13:09.627Z Downloaded rustls-pki-types v1.14.0
10622026-05-01T23:13:09.632Z Downloaded simd-adler32 v0.3.8
10632026-05-01T23:13:09.634Z Downloaded shlex v1.3.0
10642026-05-01T23:13:09.635Z Downloaded signal-hook-registry v1.4.8
10652026-05-01T23:13:09.635Z Downloaded slab v0.4.12
10662026-05-01T23:13:09.639Z Downloaded hyper-util v0.1.20
10672026-05-01T23:13:09.643Z Downloaded strip-ansi-escapes v0.2.1
10682026-05-01T23:13:09.646Z Downloaded slog-scope v4.4.1
10692026-05-01T23:13:09.646Z Downloaded slog-json v2.6.1
10702026-05-01T23:13:09.649Z Downloaded structmeta-derive v0.3.0
10712026-05-01T23:13:09.649Z Downloaded structmeta v0.3.0
10722026-05-01T23:13:09.649Z Downloaded slog-term v2.9.2
10732026-05-01T23:13:09.654Z Downloaded hashbrown v0.16.1
10742026-05-01T23:13:09.658Z Downloaded russh-keys v0.45.0
10752026-05-01T23:13:09.658Z Downloaded slog-stdlog v4.1.1
10762026-05-01T23:13:09.658Z Downloaded strum v0.27.2
10772026-05-01T23:13:09.658Z Downloaded snafu-derive v0.8.9
10782026-05-01T23:13:09.658Z Downloaded slog-dtrace v0.3.0
10792026-05-01T23:13:09.661Z Downloaded take_mut v0.2.2
10802026-05-01T23:13:09.661Z Downloaded tagptr v0.2.0
10812026-05-01T23:13:09.661Z Downloaded tabled_derive v0.11.0
10822026-05-01T23:13:09.664Z Downloaded sync_wrapper v1.0.2
10832026-05-01T23:13:09.664Z Downloaded slog-async v2.8.0
10842026-05-01T23:13:09.664Z Downloaded subtle v2.6.1
10852026-05-01T23:13:09.664Z Downloaded itertools v0.10.5
10862026-05-01T23:13:09.667Z Downloaded supports-color v3.0.2
10872026-05-01T23:13:09.671Z Downloaded scroll v0.13.0
10882026-05-01T23:13:09.671Z Downloaded strum v0.26.3
10892026-05-01T23:13:09.675Z Downloaded serde_with_macros v3.17.0
10902026-05-01T23:13:09.675Z Downloaded mio v1.2.0
10912026-05-01T23:13:09.679Z Downloaded tap v1.0.1
10922026-05-01T23:13:09.679Z Downloaded tabwriter v1.4.1
10932026-05-01T23:13:09.679Z Downloaded hashbrown v0.13.2
10942026-05-01T23:13:09.682Z Downloaded sync-ptr v0.1.4
10952026-05-01T23:13:09.682Z Downloaded spki v0.7.3
10962026-05-01T23:13:09.686Z Downloaded nom v7.1.3
10972026-05-01T23:13:09.689Z Downloaded time-core v0.1.8
10982026-05-01T23:13:09.692Z Downloaded thread-id v5.1.0
10992026-05-01T23:13:09.692Z Downloaded thiserror-impl-no-std v2.0.2
11002026-05-01T23:13:09.692Z Downloaded testing_table v0.3.0
11012026-05-01T23:13:09.695Z Downloaded termtree v0.5.1
11022026-05-01T23:13:09.695Z Downloaded ron v0.8.1
11032026-05-01T23:13:09.699Z Downloaded tinyvec_macros v0.1.1
11042026-05-01T23:13:09.699Z Downloaded stringprep v0.1.5
11052026-05-01T23:13:09.702Z Downloaded string_cache v0.8.9
11062026-05-01T23:13:09.702Z Downloaded num-bigint v0.4.6
11072026-05-01T23:13:09.706Z Downloaded ssh-cipher v0.2.0
11082026-05-01T23:13:09.706Z Downloaded sqlformat v0.3.5
11092026-05-01T23:13:09.706Z Downloaded progenitor-impl v0.13.0
11102026-05-01T23:13:09.709Z Downloaded tokio-macros v2.7.0
11112026-05-01T23:13:09.709Z Downloaded crossterm v0.29.0
11122026-05-01T23:13:09.712Z Downloaded stacker v0.1.23
11132026-05-01T23:13:09.718Z Downloaded static_assertions v1.1.0
11142026-05-01T23:13:09.722Z Downloaded smf v0.2.3
11152026-05-01T23:13:09.725Z Downloaded publicsuffix v2.3.0
11162026-05-01T23:13:09.725Z Downloaded schemars v0.8.22
11172026-05-01T23:13:09.731Z Downloaded rustls-platform-verifier v0.6.2
11182026-05-01T23:13:09.734Z Downloaded strum_macros v0.27.2
11192026-05-01T23:13:09.737Z Downloaded rayon-core v1.13.0
11202026-05-01T23:13:09.737Z Downloaded serde_cbor v0.11.2
11212026-05-01T23:13:09.741Z Downloaded ryu v1.0.23
11222026-05-01T23:13:09.744Z Downloaded spin v0.9.8
11232026-05-01T23:13:09.744Z Downloaded pretty_assertions v1.4.1
11242026-05-01T23:13:09.744Z Downloaded rcgen v0.12.1
11252026-05-01T23:13:09.748Z Downloaded support-bundle-viewer v0.1.2
11262026-05-01T23:13:09.748Z Downloaded smallvec v0.6.14
11272026-05-01T23:13:09.748Z Downloaded hashbrown v0.15.5
11282026-05-01T23:13:09.751Z Downloaded libxml v0.3.3
11292026-05-01T23:13:09.754Z Downloaded thread_local v1.1.9
11302026-05-01T23:13:09.758Z Downloaded termios v0.3.3
11312026-05-01T23:13:09.758Z Downloaded h2 v0.4.13
11322026-05-01T23:13:09.761Z Downloaded topological-sort v0.2.2
11332026-05-01T23:13:09.761Z Downloaded qorb v0.4.1
11342026-05-01T23:13:09.764Z Downloaded try-lock v0.2.5
11352026-05-01T23:13:09.764Z Downloaded prettyplease v0.2.37
11362026-05-01T23:13:09.768Z Downloaded time-macros v0.2.27
11372026-05-01T23:13:09.771Z Downloaded thiserror-no-std v2.0.2
11382026-05-01T23:13:09.777Z Downloaded tokio-dtrace v0.1.1
11392026-05-01T23:13:09.782Z Downloaded tls_codec v0.4.2
11402026-05-01T23:13:09.782Z Downloaded tls_codec_derive v0.4.2
11412026-05-01T23:13:09.785Z Downloaded tower-layer v0.3.3
11422026-05-01T23:13:09.785Z Downloaded tokio-rustls v0.25.0
11432026-05-01T23:13:09.785Z Downloaded tiny-keccak v2.0.2
11442026-05-01T23:13:09.785Z Downloaded tower-service v0.3.3
11452026-05-01T23:13:09.785Z Downloaded schemars v0.9.0
11462026-05-01T23:13:09.792Z Downloaded typify-macro v0.4.3
11472026-05-01T23:13:09.795Z Downloaded trait-variant v0.1.2
11482026-05-01T23:13:09.795Z Downloaded rand v0.8.5
11492026-05-01T23:13:09.798Z Downloaded unarray v0.1.4
11502026-05-01T23:13:09.798Z Downloaded signal-hook v0.3.18
11512026-05-01T23:13:09.798Z Downloaded quinn v0.11.9
11522026-05-01T23:13:09.801Z Downloaded universal-hash v0.5.1
11532026-05-01T23:13:09.801Z Downloaded tokio-native-tls v0.3.1
11542026-05-01T23:13:09.804Z Downloaded itertools v0.13.0
11552026-05-01T23:13:09.807Z Downloaded strum_macros v0.24.3
11562026-05-01T23:13:09.810Z Downloaded socket2 v0.6.3
11572026-05-01T23:13:09.810Z Downloaded typify-macro v0.6.2
11582026-05-01T23:13:09.810Z Downloaded unicode-truncate v1.1.0
11592026-05-01T23:13:09.814Z Downloaded untrusted v0.9.0
11602026-05-01T23:13:09.818Z Downloaded itertools v0.14.0
11612026-05-01T23:13:09.821Z Downloaded usdt-attr-macro v0.6.0
11622026-05-01T23:13:09.821Z Downloaded term v0.7.0
11632026-05-01T23:13:09.821Z Downloaded untrusted v0.7.1
11642026-05-01T23:13:09.824Z Downloaded rustls-webpki v0.103.9
11652026-05-01T23:13:09.824Z Downloaded void v1.0.2
11662026-05-01T23:13:09.824Z Downloaded unit-prefix v0.5.2
11672026-05-01T23:13:09.827Z Downloaded num-bigint-dig v0.8.6
11682026-05-01T23:13:09.830Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11692026-05-01T23:13:09.830Z Downloaded toml_writer v1.0.6+spec-1.1.0
11702026-05-01T23:13:09.830Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11712026-05-01T23:13:09.833Z Downloaded term v1.2.1
11722026-05-01T23:13:09.833Z Downloaded tokio-tungstenite v0.23.1
11732026-05-01T23:13:09.836Z Downloaded usdt-macro v0.6.0
11742026-05-01T23:13:09.836Z Downloaded similar v2.7.0
11752026-05-01T23:13:09.839Z Downloaded usdt v0.6.0
11762026-05-01T23:13:09.839Z Downloaded itertools v0.12.1
11772026-05-01T23:13:09.843Z Downloaded iri-string v0.7.10
11782026-05-01T23:13:09.846Z Downloaded iddqd v0.3.18
11792026-05-01T23:13:09.849Z Downloaded tokio-tungstenite v0.21.0
11802026-05-01T23:13:09.852Z Downloaded tui-tree-widget v0.23.1
11812026-05-01T23:13:09.856Z Downloaded want v0.3.1
11822026-05-01T23:13:09.859Z Downloaded tokio-rustls v0.24.1
11832026-05-01T23:13:09.859Z Downloaded strum_macros v0.26.4
11842026-05-01T23:13:09.862Z Downloaded serde_yaml v0.9.34+deprecated
11852026-05-01T23:13:09.865Z Downloaded slog v2.8.2
11862026-05-01T23:13:09.868Z Downloaded wait-timeout v0.2.1
11872026-05-01T23:13:09.868Z Downloaded rand v0.10.0
11882026-05-01T23:13:09.871Z Downloaded xattr v1.6.1
11892026-05-01T23:13:09.871Z Downloaded unicase v2.9.0
11902026-05-01T23:13:09.871Z Downloaded rand v0.9.2
11912026-05-01T23:13:09.874Z Downloaded waitgroup v0.1.2
11922026-05-01T23:13:09.877Z Downloaded zeroize_derive v1.4.3
11932026-05-01T23:13:09.888Z Downloaded hkdf v0.12.4
11942026-05-01T23:13:09.892Z Downloaded schemars v1.2.1
11952026-05-01T23:13:09.898Z Downloaded zone v0.3.1
11962026-05-01T23:13:09.901Z Downloaded socket2 v0.5.10
11972026-05-01T23:13:09.901Z Downloaded vergen-git2 v1.0.7
11982026-05-01T23:13:09.901Z Downloaded utf-8 v0.7.6
11992026-05-01T23:13:09.901Z Downloaded usdt-impl v0.6.0
12002026-05-01T23:13:09.904Z Downloaded subprocess v0.2.15
12012026-05-01T23:13:09.905Z Downloaded bindgen v0.71.1
12022026-05-01T23:13:09.908Z Downloaded tracing-attributes v0.1.31
12032026-05-01T23:13:09.911Z Downloaded samael v0.0.19
12042026-05-01T23:13:09.913Z Downloaded vergen-lib v0.1.6
12052026-05-01T23:13:09.913Z Downloaded toml_parser v1.0.9+spec-1.1.0
12062026-05-01T23:13:09.917Z Downloaded libm v0.2.16
12072026-05-01T23:13:09.921Z Downloaded zone_cfg_derive v0.3.1
12082026-05-01T23:13:09.924Z Downloaded tokio-rustls v0.26.4
12092026-05-01T23:13:09.924Z Downloaded rsa v0.9.10
12102026-05-01T23:13:09.927Z Downloaded whoami v1.6.1
12112026-05-01T23:13:09.927Z Downloaded walkdir v2.5.0
12122026-05-01T23:13:09.927Z Downloaded futures-util v0.3.32
12132026-05-01T23:13:09.933Z Downloaded vsss-rs v3.3.4
12142026-05-01T23:13:09.936Z Downloaded twox-hash v2.1.2
12152026-05-01T23:13:09.936Z Downloaded russh v0.45.0
12162026-05-01T23:13:09.941Z Downloaded zeroize v1.8.2
12172026-05-01T23:13:09.945Z Downloaded unicode-properties v0.1.4
12182026-05-01T23:13:09.945Z Downloaded wyz v0.5.1
12192026-05-01T23:13:09.945Z Downloaded whoami v2.1.0
12202026-05-01T23:13:09.945Z Downloaded xshell v0.2.7
12212026-05-01T23:13:09.945Z Downloaded p521 v0.13.3
12222026-05-01T23:13:09.948Z Downloaded tokio-stream v0.1.18
12232026-05-01T23:13:09.951Z Downloaded blake3 v1.8.3
12242026-05-01T23:13:09.954Z Downloaded vergen v9.0.6
12252026-05-01T23:13:09.957Z Downloaded vergen-gitcl v1.0.8
12262026-05-01T23:13:09.957Z Downloaded toml v0.7.8
12272026-05-01T23:13:09.961Z Downloaded tar v0.4.45
12282026-05-01T23:13:09.962Z Downloaded chrono v0.4.44
12292026-05-01T23:13:09.965Z Downloaded uzers v0.12.2
12302026-05-01T23:13:09.965Z Downloaded tungstenite v0.21.0
12312026-05-01T23:13:09.968Z Downloaded toml v1.0.6+spec-1.1.0
12322026-05-01T23:13:09.973Z Downloaded snafu v0.8.9
12332026-05-01T23:13:09.976Z Downloaded tinyvec v1.10.0
12342026-05-01T23:13:09.976Z Downloaded zstd v0.13.3
12352026-05-01T23:13:09.976Z Downloaded tracing-core v0.1.36
12362026-05-01T23:13:09.979Z Downloaded zstd-safe v7.2.4
12372026-05-01T23:13:09.979Z Downloaded test-strategy v0.4.5
12382026-05-01T23:13:09.982Z Downloaded steno v0.4.1
12392026-05-01T23:13:09.982Z Downloaded typify v0.4.3
12402026-05-01T23:13:09.985Z Downloaded tungstenite v0.23.0
12412026-05-01T23:13:09.988Z Downloaded typify v0.6.2
12422026-05-01T23:13:09.991Z Downloaded yasna v0.5.2
12432026-05-01T23:13:09.991Z Downloaded xshell-macros v0.2.7
12442026-05-01T23:13:09.991Z Downloaded hyper v1.8.1
12452026-05-01T23:13:10.015Z Downloaded unicode-bidi v0.3.18
12462026-05-01T23:13:10.020Z Downloaded zerocopy v0.6.6
12472026-05-01T23:13:10.020Z Downloaded unsafe-libyaml v0.2.11
12482026-05-01T23:13:10.020Z Downloaded toml v0.9.12+spec-1.1.0
12492026-05-01T23:13:10.020Z Downloaded toml_edit v0.23.10+spec-1.0.0
12502026-05-01T23:13:10.020Z Downloaded uuid v1.23.0
12512026-05-01T23:13:10.023Z Downloaded tokio-postgres v0.7.16
12522026-05-01T23:13:10.041Z Downloaded rustyline v14.0.0
12532026-05-01T23:13:10.044Z Downloaded git2 v0.20.4
12542026-05-01T23:13:10.055Z Downloaded bitvec v1.0.1
12552026-05-01T23:13:10.064Z Downloaded reedline v0.40.0
12562026-05-01T23:13:10.068Z Downloaded zopfli v0.8.3
12572026-05-01T23:13:10.070Z Downloaded rpassword v7.4.0
12582026-05-01T23:13:10.074Z Downloaded unicode_categories v0.1.1
12592026-05-01T23:13:10.074Z Downloaded vte v0.14.1
12602026-05-01T23:13:10.077Z Downloaded portable-atomic v1.13.1
12612026-05-01T23:13:10.083Z Downloaded toml_edit v0.19.15
12622026-05-01T23:13:10.090Z Downloaded zip v0.6.6
12632026-05-01T23:13:10.094Z Downloaded ssh-key v0.6.7
12642026-05-01T23:13:10.097Z Downloaded reqwest v0.12.28
12652026-05-01T23:13:10.101Z Downloaded reqwest v0.13.2
12662026-05-01T23:13:10.104Z Downloaded quick-xml v0.37.5
12672026-05-01T23:13:10.107Z Downloaded regex v1.12.3
12682026-05-01T23:13:10.113Z Downloaded goblin v0.10.5
12692026-05-01T23:13:10.116Z Downloaded zerocopy-derive v0.8.40
12702026-05-01T23:13:10.121Z Downloaded rayon v1.11.0
12712026-05-01T23:13:10.126Z Downloaded p384 v0.13.1
12722026-05-01T23:13:10.129Z Downloaded yansi v1.0.1
12732026-05-01T23:13:10.132Z Downloaded x509-cert v0.2.5
12742026-05-01T23:13:10.135Z Downloaded tower v0.5.3
12752026-05-01T23:13:10.139Z Downloaded typed-path v0.9.3
12762026-05-01T23:13:10.142Z Downloaded lalrpop v0.19.12
12772026-05-01T23:13:10.147Z Downloaded unicode-segmentation v1.12.0
12782026-05-01T23:13:10.157Z Downloaded rustls-webpki v0.101.7
12792026-05-01T23:13:10.166Z Downloaded serde_with v3.17.0
12802026-05-01T23:13:10.176Z Downloaded zip v4.6.1
12812026-05-01T23:13:10.182Z Downloaded tower-http v0.6.8
12822026-05-01T23:13:10.185Z Downloaded object v0.30.4
12832026-05-01T23:13:10.189Z Downloaded moka v0.12.13
12842026-05-01T23:13:10.192Z Downloaded unicode-normalization v0.1.25
12852026-05-01T23:13:10.195Z Downloaded salty v0.3.0
12862026-05-01T23:13:10.198Z Downloaded rustls-webpki v0.102.8
12872026-05-01T23:13:10.211Z Downloaded nix v0.27.1
12882026-05-01T23:13:10.216Z Downloaded tough v0.20.0
12892026-05-01T23:13:10.221Z Downloaded tokio-util v0.7.18
12902026-05-01T23:13:10.225Z Downloaded openssl v0.10.78
12912026-05-01T23:13:10.234Z Downloaded petname v2.0.2
12922026-05-01T23:13:10.238Z Downloaded bstr v1.12.1
12932026-05-01T23:13:10.241Z Downloaded proptest v1.10.0
12942026-05-01T23:13:10.255Z Downloaded time v0.3.47
12952026-05-01T23:13:10.263Z Downloaded radix_trie v0.2.1
12962026-05-01T23:13:10.277Z Downloaded smoltcp v0.9.1
12972026-05-01T23:13:10.284Z Downloaded regex-syntax v0.6.29
12982026-05-01T23:13:10.295Z Downloaded quinn-proto v0.11.13
12992026-05-01T23:13:10.299Z Downloaded winnow v0.5.40
13002026-05-01T23:13:10.303Z Downloaded winnow v0.6.26
13012026-05-01T23:13:10.308Z Downloaded dropshot v0.16.7
13022026-05-01T23:13:10.321Z Downloaded vcpkg v0.2.15
13032026-05-01T23:13:10.343Z Downloaded diesel v2.3.7
13042026-05-01T23:13:10.354Z Downloaded openapiv3 v2.2.0
13052026-05-01T23:13:10.361Z Downloaded smoltcp v0.11.0
13062026-05-01T23:13:10.368Z Downloaded tabled v0.20.0
13072026-05-01T23:13:10.377Z Downloaded dropshot v0.17.0
13082026-05-01T23:13:10.389Z Downloaded rustix v0.38.44
13092026-05-01T23:13:10.401Z Downloaded object v0.37.3
13102026-05-01T23:13:10.408Z Downloaded zlib-rs v0.6.2
13112026-05-01T23:13:10.411Z Downloaded nix v0.31.2
13122026-05-01T23:13:10.419Z Downloaded webpki-roots v1.0.6
13132026-05-01T23:13:10.421Z Downloaded hickory-proto v0.24.4
13142026-05-01T23:13:10.428Z Downloaded zerocopy v0.8.40
13152026-05-01T23:13:10.436Z Downloaded hickory-proto v0.25.2
13162026-05-01T23:13:10.443Z Downloaded rustls v0.22.4
13172026-05-01T23:13:10.449Z Downloaded regress v0.10.5
13182026-05-01T23:13:10.454Z Downloaded regress v0.11.1
13192026-05-01T23:13:10.473Z Downloaded rustls v0.23.37
13202026-05-01T23:13:10.492Z Downloaded regex-syntax v0.8.10
13212026-05-01T23:13:10.496Z Downloaded rustls v0.21.12
13222026-05-01T23:13:10.502Z Downloaded polar-core v0.27.3
13232026-05-01T23:13:10.507Z Downloaded nix v0.28.0
13242026-05-01T23:13:10.515Z Downloaded tracing v0.1.44
13252026-05-01T23:13:10.526Z Downloaded sled v0.34.7
13262026-05-01T23:13:10.530Z Downloaded ratatui v0.29.0
13272026-05-01T23:13:10.542Z Downloaded bzip2-sys v0.1.13+1.0.8
13282026-05-01T23:13:10.548Z Downloaded nix v0.29.0
13292026-05-01T23:13:10.554Z Downloaded sqlparser v0.61.0
13302026-05-01T23:13:10.560Z Downloaded csv v1.4.0
13312026-05-01T23:13:10.570Z Downloaded typify-impl v0.6.2
13322026-05-01T23:13:10.577Z Downloaded zerocopy-derive v0.6.6
13332026-05-01T23:13:10.585Z Downloaded regex-automata v0.4.14
13342026-05-01T23:13:10.593Z Downloaded typify-impl v0.4.3
13352026-05-01T23:13:10.601Z Downloaded chrono-tz v0.10.4
13362026-05-01T23:13:10.610Z Downloaded petgraph v0.6.5
13372026-05-01T23:13:10.632Z Downloaded jiff v0.2.21
13382026-05-01T23:13:10.642Z Downloaded libz-sys v1.1.24
13392026-05-01T23:13:10.653Z Downloaded petgraph v0.8.3
13402026-05-01T23:13:10.681Z Downloaded sha3 v0.10.8
13412026-05-01T23:13:10.684Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13422026-05-01T23:13:10.693Z Downloaded tokio v1.52.1
13432026-05-01T23:13:10.731Z Downloaded encoding_rs v0.8.35
13442026-05-01T23:13:10.807Z Downloaded ring v0.17.14
13452026-05-01T23:13:10.850Z Downloaded libgit2-sys v0.18.3+1.9.2
13462026-05-01T23:13:11.373Z Downloaded aws-lc-sys v0.37.1
13472026-05-01T23:13:11.614Z Compiling libc v0.2.185
13482026-05-01T23:13:11.614Z Compiling serde v1.0.228
13492026-05-01T23:13:11.617Z Compiling log v0.4.29
13502026-05-01T23:13:11.617Z Compiling find-msvc-tools v0.1.9
13512026-05-01T23:13:11.779Z Compiling shlex v1.3.0
13522026-05-01T23:13:11.782Z Compiling smallvec v1.15.1
13532026-05-01T23:13:11.801Z Compiling syn v2.0.117
13542026-05-01T23:13:11.804Z Compiling typenum v1.19.0
13552026-05-01T23:13:11.956Z Compiling generic-array v0.14.7
13562026-05-01T23:13:11.981Z Compiling subtle v2.6.1
13572026-05-01T23:13:11.985Z Compiling scopeguard v1.2.0
13582026-05-01T23:13:12.027Z Compiling const-oid v0.9.6
13592026-05-01T23:13:12.082Z Compiling lock_api v0.4.14
13602026-05-01T23:13:12.095Z Compiling portable-atomic v1.13.1
13612026-05-01T23:13:12.169Z Compiling zerocopy v0.8.40
13622026-05-01T23:13:12.210Z Compiling serde_json v1.0.149
13632026-05-01T23:13:12.316Z Compiling critical-section v1.2.0
13642026-05-01T23:13:12.416Z Compiling parking_lot_core v0.9.12
13652026-05-01T23:13:12.439Z Compiling pin-project-lite v0.2.17
13662026-05-01T23:13:12.597Z Compiling getrandom v0.2.17
13672026-05-01T23:13:12.626Z Compiling jobserver v0.1.34
13682026-05-01T23:13:12.649Z Compiling errno v0.3.14
13692026-05-01T23:13:12.784Z Compiling rand_core v0.6.4
13702026-05-01T23:13:12.810Z Compiling pkg-config v0.3.32
13712026-05-01T23:13:12.826Z Compiling cc v1.2.56
13722026-05-01T23:13:13.008Z Compiling signal-hook-registry v1.4.8
13732026-05-01T23:13:13.070Z Compiling bitflags v2.11.0
13742026-05-01T23:13:13.135Z Compiling once_cell v1.21.3
13752026-05-01T23:13:13.185Z Compiling libm v0.2.16
13762026-05-01T23:13:13.292Z Compiling parking_lot v0.12.5
13772026-05-01T23:13:13.316Z Compiling mio v1.2.0
13782026-05-01T23:13:13.349Z Compiling num-traits v0.2.19
13792026-05-01T23:13:13.379Z Compiling futures-core v0.3.32
13802026-05-01T23:13:13.544Z Compiling percent-encoding v2.3.2
13812026-05-01T23:13:13.669Z Compiling socket2 v0.6.3
13822026-05-01T23:13:13.696Z Compiling cpufeatures v0.2.17
13832026-05-01T23:13:13.732Z Compiling futures-sink v0.3.32
13842026-05-01T23:13:13.735Z Compiling getrandom v0.4.1
13852026-05-01T23:13:13.777Z Compiling slab v0.4.12
13862026-05-01T23:13:13.793Z Compiling futures-io v0.3.32
13872026-05-01T23:13:13.836Z Compiling futures-channel v0.3.32
13882026-05-01T23:13:13.938Z Compiling futures-task v0.3.32
13892026-05-01T23:13:13.954Z Compiling rustversion v1.0.22
13902026-05-01T23:13:14.059Z Compiling getrandom v0.3.4
13912026-05-01T23:13:14.085Z Compiling rand_core v0.10.0
13922026-05-01T23:13:14.101Z Compiling indexmap v2.14.0
13932026-05-01T23:13:14.116Z Compiling form_urlencoded v1.2.2
13942026-05-01T23:13:14.395Z Compiling cmake v0.1.57
13952026-05-01T23:13:14.511Z Compiling fs_extra v1.3.0
13962026-05-01T23:13:14.612Z Compiling synstructure v0.13.2
13972026-05-01T23:13:14.730Z Compiling ident_case v1.0.1
13982026-05-01T23:13:14.778Z Compiling base64ct v1.8.3
13992026-05-01T23:13:14.793Z Compiling dunce v1.0.5
14002026-05-01T23:13:14.847Z Compiling flagset v0.4.7
14012026-05-01T23:13:14.860Z Compiling rustix v1.1.3
14022026-05-01T23:13:14.882Z Compiling aws-lc-sys v0.37.1
14032026-05-01T23:13:14.896Z Compiling iana-time-zone v0.1.65
14042026-05-01T23:13:14.971Z Compiling rand_core v0.9.5
14052026-05-01T23:13:15.013Z Compiling pem-rfc7468 v0.7.0
14062026-05-01T23:13:15.061Z Compiling uuid v1.23.0
14072026-05-01T23:13:15.089Z Compiling ring v0.17.14
14082026-05-01T23:13:15.212Z Compiling rustc_version v0.4.1
14092026-05-01T23:13:15.239Z Compiling regex-syntax v0.8.10
14102026-05-01T23:13:15.318Z Compiling aws-lc-rs v1.16.0
14112026-05-01T23:13:15.415Z Compiling vcpkg v0.2.15
14122026-05-01T23:13:15.627Z Compiling tracing-core v0.1.36
14132026-05-01T23:13:15.804Z Compiling pest_generator v2.8.6
14142026-05-01T23:13:16.163Z Compiling openssl-sys v0.9.114
14152026-05-01T23:13:16.180Z Compiling serde_derive_internals v0.29.1
14162026-05-01T23:13:16.374Z Compiling serde_derive v1.0.228
14172026-05-01T23:13:16.522Z Compiling zeroize_derive v1.4.3
14182026-05-01T23:13:16.686Z Compiling zerofrom-derive v0.1.6
14192026-05-01T23:13:16.746Z Compiling yoke-derive v0.8.1
14202026-05-01T23:13:17.095Z Compiling zerocopy-derive v0.8.40
14212026-05-01T23:13:17.166Z Compiling zeroize v1.8.2
14222026-05-01T23:13:17.631Z Compiling zerovec-derive v0.11.2
14232026-05-01T23:13:17.910Z Compiling crypto-common v0.1.7
14242026-05-01T23:13:17.928Z Compiling block-buffer v0.10.4
14252026-05-01T23:13:18.055Z Compiling digest v0.10.7
14262026-05-01T23:13:18.090Z Compiling zerofrom v0.1.6
14272026-05-01T23:13:18.105Z Compiling displaydoc v0.2.5
14282026-05-01T23:13:18.214Z Compiling yoke v0.8.1
14292026-05-01T23:13:18.299Z Compiling tokio-macros v2.7.0
14302026-05-01T23:13:18.397Z Compiling hmac v0.12.1
14312026-05-01T23:13:18.550Z Compiling futures-macro v0.3.32
14322026-05-01T23:13:18.722Z Compiling zerovec v0.11.5
14332026-05-01T23:13:18.827Z Compiling zerotrie v0.2.3
14342026-05-01T23:13:19.018Z Compiling block-padding v0.3.3
14352026-05-01T23:13:19.116Z Compiling sha2 v0.10.9
14362026-05-01T23:13:19.176Z Compiling tinystr v0.8.2
14372026-05-01T23:13:19.219Z Compiling potential_utf v0.1.4
14382026-05-01T23:13:19.346Z Compiling icu_locale_core v2.1.1
14392026-05-01T23:13:19.370Z Compiling icu_collections v2.1.1
14402026-05-01T23:13:19.373Z Compiling futures-util v0.3.32
14412026-05-01T23:13:19.803Z Compiling bytes v1.11.1
14422026-05-01T23:13:19.819Z Compiling inout v0.1.4
14432026-05-01T23:13:19.854Z Compiling der_derive v0.7.3
14442026-05-01T23:13:19.983Z Compiling icu_provider v2.1.1
14452026-05-01T23:13:20.167Z Compiling cipher v0.4.4
14462026-05-01T23:13:20.209Z Compiling icu_normalizer v2.1.1
14472026-05-01T23:13:20.277Z Compiling tokio v1.52.1
14482026-05-01T23:13:20.402Z Compiling icu_properties v2.1.2
14492026-05-01T23:13:20.486Z Compiling salsa20 v0.10.2
14502026-05-01T23:13:20.664Z Compiling http v1.4.0
14512026-05-01T23:13:20.750Z Compiling chrono v0.4.44
14522026-05-01T23:13:20.837Z Compiling der v0.7.10
14532026-05-01T23:13:21.513Z Compiling ppv-lite86 v0.2.21
14542026-05-01T23:13:21.544Z Compiling idna_adapter v1.2.1
14552026-05-01T23:13:21.571Z Compiling pbkdf2 v0.12.2
14562026-05-01T23:13:21.678Z Compiling idna v1.1.0
14572026-05-01T23:13:21.692Z Compiling spki v0.7.3
14582026-05-01T23:13:21.706Z Compiling thiserror-impl v2.0.18
14592026-05-01T23:13:21.836Z Compiling rand_chacha v0.9.0
14602026-05-01T23:13:21.896Z Compiling scrypt v0.11.0
14612026-05-01T23:13:22.032Z Compiling url v2.5.8
14622026-05-01T23:13:22.115Z Compiling aes v0.8.4
14632026-05-01T23:13:22.141Z Compiling cbc v0.1.2
14642026-05-01T23:13:22.287Z Compiling rustls-pki-types v1.14.0
14652026-05-01T23:13:22.320Z Compiling tracing-attributes v0.1.31
14662026-05-01T23:13:22.539Z Compiling pkcs5 v0.7.1
14672026-05-01T23:13:22.727Z Compiling rand v0.9.2
14682026-05-01T23:13:22.806Z Compiling http-body v1.0.1
14692026-05-01T23:13:23.009Z Compiling untrusted v0.9.0
14702026-05-01T23:13:23.023Z Compiling schemars v0.8.22
14712026-05-01T23:13:23.037Z Compiling thiserror v2.0.18
14722026-05-01T23:13:23.127Z Compiling untrusted v0.7.1
14732026-05-01T23:13:23.141Z Compiling base64 v0.22.1
14742026-05-01T23:13:23.153Z Compiling openssl-probe v0.2.1
14752026-05-01T23:13:23.215Z Compiling httparse v1.10.1
14762026-05-01T23:13:23.321Z Compiling pkcs8 v0.10.2
14772026-05-01T23:13:23.450Z Compiling schemars_derive v0.8.22
14782026-05-01T23:13:23.496Z Compiling pest_derive v2.8.6
14792026-05-01T23:13:23.593Z Compiling scroll_derive v0.13.1
14802026-05-01T23:13:23.596Z Compiling tracing v0.1.44
14812026-05-01T23:13:23.624Z Compiling darling_core v0.20.11
14822026-05-01T23:13:23.868Z Compiling dyn-clone v1.0.20
14832026-05-01T23:13:23.906Z Compiling rustls v0.23.37
14842026-05-01T23:13:24.012Z Compiling tokio-util v0.7.18
14852026-05-01T23:13:24.075Z Compiling tinyvec_macros v0.1.1
14862026-05-01T23:13:24.148Z Compiling tower-service v0.3.3
14872026-05-01T23:13:24.245Z Compiling tower-layer v0.3.3
14882026-05-01T23:13:24.377Z Compiling atomic-waker v1.1.2
14892026-05-01T23:13:24.407Z Compiling try-lock v0.2.5
14902026-05-01T23:13:24.501Z Compiling want v0.3.1
14912026-05-01T23:13:24.517Z Compiling scroll v0.13.0
14922026-05-01T23:13:24.665Z Compiling h2 v0.4.13
14932026-05-01T23:13:24.791Z Compiling tinyvec v1.10.0
14942026-05-01T23:13:25.012Z Compiling ipnet v2.11.0
14952026-05-01T23:13:25.122Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14962026-05-01T23:13:25.289Z Compiling spin v0.9.8
14972026-05-01T23:13:25.509Z Compiling aho-corasick v1.1.4
14982026-05-01T23:13:25.549Z Compiling openssl v0.10.78
14992026-05-01T23:13:25.554Z Compiling time-core v0.1.8
15002026-05-01T23:13:25.712Z Compiling num-conv v0.2.0
15012026-05-01T23:13:25.784Z Compiling httpdate v1.0.3
15022026-05-01T23:13:25.845Z Compiling pin-utils v0.1.0
15032026-05-01T23:13:25.872Z Compiling darling_macro v0.20.11
15042026-05-01T23:13:25.920Z Compiling foreign-types-shared v0.1.1
15052026-05-01T23:13:25.946Z Compiling powerfmt v0.2.0
15062026-05-01T23:13:26.004Z Compiling crc32fast v1.5.0
15072026-05-01T23:13:26.020Z Compiling foreign-types v0.3.2
15082026-05-01T23:13:26.023Z Compiling time-macros v0.2.27
15092026-05-01T23:13:26.088Z Compiling deranged v0.5.8
15102026-05-01T23:13:26.170Z Compiling tempfile v3.25.0
15112026-05-01T23:13:26.315Z Compiling regex-automata v0.4.14
15122026-05-01T23:13:26.368Z Compiling darling v0.20.11
15132026-05-01T23:13:26.542Z Compiling goblin v0.10.5
15142026-05-01T23:13:27.093Z Compiling openssl-macros v0.1.1
15152026-05-01T23:13:27.214Z Compiling wait-timeout v0.2.1
15162026-05-01T23:13:27.468Z Compiling usdt-impl v0.6.0
15172026-05-01T23:13:27.482Z Compiling simd-adler32 v0.3.8
15182026-05-01T23:13:27.562Z Compiling crossbeam-utils v0.8.21
15192026-05-01T23:13:27.669Z Compiling hyper v1.8.1
15202026-05-01T23:13:27.723Z Compiling quick-error v1.2.3
15212026-05-01T23:13:27.828Z Compiling bit-vec v0.8.0
15222026-05-01T23:13:27.842Z Compiling native-tls v0.2.18
15232026-05-01T23:13:28.041Z Compiling num_threads v0.1.7
15242026-05-01T23:13:28.053Z Compiling siphasher v1.0.2
15252026-05-01T23:13:28.138Z Compiling syn v1.0.109
15262026-05-01T23:13:28.237Z Compiling time v0.3.47
15272026-05-01T23:13:28.505Z Compiling bit-set v0.8.0
15282026-05-01T23:13:28.645Z Compiling rusty-fork v0.3.1
15292026-05-01T23:13:28.965Z Compiling hyper-util v0.1.20
15302026-05-01T23:13:29.211Z Compiling dof v0.4.0
15312026-05-01T23:13:29.785Z Compiling derive_builder_core v0.20.2
15322026-05-01T23:13:30.362Z Compiling unicode-normalization v0.1.25
15332026-05-01T23:13:30.545Z Compiling dtrace-parser v0.3.0
15342026-05-01T23:13:30.675Z Compiling rustls-native-certs v0.8.3
15352026-05-01T23:13:30.707Z Compiling signature v2.2.0
15362026-05-01T23:13:30.716Z Compiling thiserror-impl v1.0.69
15372026-05-01T23:13:30.816Z Compiling scroll_derive v0.12.1
15382026-05-01T23:13:30.887Z Compiling heapless v0.7.17
15392026-05-01T23:13:30.963Z Compiling rand_xorshift v0.4.0
15402026-05-01T23:13:31.127Z Compiling slog v2.8.2
15412026-05-01T23:13:31.130Z Compiling darling_core v0.21.3
15422026-05-01T23:13:31.302Z Compiling bzip2-sys v0.1.13+1.0.8
15432026-05-01T23:13:31.315Z Compiling sync_wrapper v1.0.2
15442026-05-01T23:13:31.427Z Compiling thread-id v5.1.0
15452026-05-01T23:13:31.464Z Compiling cookie v0.18.1
15462026-05-01T23:13:31.511Z Compiling adler2 v2.0.1
15472026-05-01T23:13:31.561Z Compiling paste v1.0.15
15482026-05-01T23:13:31.629Z Compiling signal-hook v0.3.18
15492026-05-01T23:13:31.644Z Compiling allocator-api2 v0.2.21
15502026-05-01T23:13:31.647Z Compiling unicode-properties v0.1.4
15512026-05-01T23:13:31.796Z Compiling unarray v0.1.4
15522026-05-01T23:13:31.825Z Compiling anyhow v1.0.102
15532026-05-01T23:13:31.861Z Compiling unicode-bidi v0.3.18
15542026-05-01T23:13:31.905Z Compiling zstd-safe v7.2.4
15552026-05-01T23:13:31.961Z Compiling proptest v1.10.0
15562026-05-01T23:13:31.976Z Compiling thiserror v1.0.69
15572026-05-01T23:13:32.127Z Compiling miniz_oxide v0.8.9
15582026-05-01T23:13:32.347Z Compiling stringprep v0.1.5
15592026-05-01T23:13:32.725Z Compiling scroll v0.12.0
15602026-05-01T23:13:32.781Z Compiling tower v0.5.3
15612026-05-01T23:13:32.985Z Compiling derive_builder_macro v0.20.2
15622026-05-01T23:13:33.244Z Compiling ipnetwork v0.21.1
15632026-05-01T23:13:33.265Z Compiling http-body-util v0.1.3
15642026-05-01T23:13:33.423Z Compiling webpki-roots v1.0.6
15652026-05-01T23:13:33.474Z Compiling rand_chacha v0.3.1
15662026-05-01T23:13:33.505Z Compiling toml_datetime v0.6.11
15672026-05-01T23:13:33.541Z Compiling serde_spanned v0.6.9
15682026-05-01T23:13:33.635Z Compiling serde_tokenstream v0.2.3
15692026-05-01T23:13:33.638Z Compiling darling_macro v0.21.3
15702026-05-01T23:13:33.683Z Compiling erased-serde v0.3.31
15712026-05-01T23:13:33.756Z Compiling md-5 v0.10.6
15722026-05-01T23:13:33.922Z Compiling zerocopy-derive v0.7.35
15732026-05-01T23:13:33.945Z Compiling curve25519-dalek v4.1.3
15742026-05-01T23:13:34.113Z Compiling vergen-lib v0.1.6
15752026-05-01T23:13:34.151Z Compiling num-integer v0.1.46
15762026-05-01T23:13:34.278Z Compiling hash32 v0.2.1
15772026-05-01T23:13:34.281Z Compiling ff v0.13.1
15782026-05-01T23:13:34.308Z Compiling memoffset v0.9.1
15792026-05-01T23:13:34.425Z Compiling psl-types v2.0.11
15802026-05-01T23:13:34.475Z Compiling rustix v0.38.44
15812026-05-01T23:13:34.492Z Compiling ref-cast v1.0.25
15822026-05-01T23:13:34.503Z Compiling litrs v1.0.0
15832026-05-01T23:13:34.539Z Compiling fallible-iterator v0.2.0
15842026-05-01T23:13:34.783Z Compiling num-bigint-dig v0.8.6
15852026-05-01T23:13:34.797Z Compiling zlib-rs v0.6.2
15862026-05-01T23:13:34.809Z Compiling ryu v1.0.23
15872026-05-01T23:13:34.846Z Compiling iri-string v0.7.10
15882026-05-01T23:13:34.970Z Compiling smoltcp v0.9.1
15892026-05-01T23:13:34.986Z Compiling cfg_aliases v0.2.1
15902026-05-01T23:13:35.001Z Compiling base16ct v0.2.0
15912026-05-01T23:13:35.071Z Compiling nix v0.31.2
15922026-05-01T23:13:35.178Z Compiling sec1 v0.7.3
15932026-05-01T23:13:35.321Z Compiling document-features v0.2.12
15942026-05-01T23:13:35.448Z Compiling serde_urlencoded v0.7.1
15952026-05-01T23:13:35.629Z Compiling postgres-protocol v0.6.10
15962026-05-01T23:13:35.721Z Compiling zerocopy v0.7.35
15972026-05-01T23:13:36.019Z Compiling tower-http v0.6.8
15982026-05-01T23:13:36.182Z Compiling publicsuffix v2.3.0
15992026-05-01T23:13:36.369Z Compiling group v0.13.0
16002026-05-01T23:13:36.383Z Compiling num-iter v0.1.45
16012026-05-01T23:13:36.501Z Compiling newtype-uuid v1.3.2
16022026-05-01T23:13:36.518Z Compiling darling v0.21.3
16032026-05-01T23:13:36.613Z Compiling rand v0.8.5
16042026-05-01T23:13:36.831Z Compiling oxnet v0.1.4
16052026-05-01T23:13:36.831Z Compiling derive_builder v0.20.2
16062026-05-01T23:13:36.883Z Compiling hubpack_derive v0.1.1
16072026-05-01T23:13:36.928Z Compiling tokio-native-tls v0.3.1
16082026-05-01T23:13:37.095Z Compiling goblin v0.8.2
16092026-05-01T23:13:37.564Z Compiling regex v1.12.3
16102026-05-01T23:13:37.719Z Compiling flate2 v1.1.9
16112026-05-01T23:13:37.803Z Compiling phf_shared v0.13.1
16122026-05-01T23:13:37.818Z Compiling lazy_static v1.5.0
16132026-05-01T23:13:37.913Z Compiling cargo-platform v0.1.9
16142026-05-01T23:13:37.992Z Compiling hkdf v0.12.4
16152026-05-01T23:13:38.007Z Compiling crypto-bigint v0.5.5
16162026-05-01T23:13:38.037Z Compiling terminal_size v0.4.3
16172026-05-01T23:13:38.127Z Compiling strum_macros v0.27.2
16182026-05-01T23:13:38.155Z Compiling ref-cast-impl v1.0.25
16192026-05-01T23:13:38.169Z Compiling curve25519-dalek-derive v0.1.1
16202026-05-01T23:13:38.182Z Compiling daft-derive v0.1.5
16212026-05-01T23:13:38.684Z Compiling async-trait v0.1.89
16222026-05-01T23:13:38.797Z Compiling vergen v9.0.6
16232026-05-01T23:13:38.879Z Compiling fs-err v3.3.0
16242026-05-01T23:13:38.979Z Compiling ahash v0.8.12
16252026-05-01T23:13:39.066Z Compiling unicode-segmentation v1.12.0
16262026-05-01T23:13:39.179Z Compiling winnow v0.5.40
16272026-05-01T23:13:39.452Z Compiling foldhash v0.1.5
16282026-05-01T23:13:39.627Z Compiling bitflags v1.3.2
16292026-05-01T23:13:39.694Z Compiling foldhash v0.2.0
16302026-05-01T23:13:39.708Z Compiling libbz2-rs-sys v0.2.2
16312026-05-01T23:13:39.913Z Compiling managed v0.8.0
16322026-05-01T23:13:40.075Z Compiling object v0.37.3
16332026-05-01T23:13:40.101Z Compiling bumpalo v3.20.2
16342026-05-01T23:13:40.128Z Compiling bzip2 v0.6.1
16352026-05-01T23:13:40.334Z Compiling zopfli v0.8.3
16362026-05-01T23:13:40.385Z Compiling strum v0.27.2
16372026-05-01T23:13:40.399Z Compiling hashbrown v0.16.1
16382026-05-01T23:13:40.557Z Compiling toml_edit v0.19.15
16392026-05-01T23:13:40.571Z Compiling hashbrown v0.15.5
16402026-05-01T23:13:40.636Z Compiling clap_builder v4.5.60
16412026-05-01T23:13:41.013Z Compiling dof v0.3.0
16422026-05-01T23:13:41.137Z Compiling elliptic-curve v0.13.8
16432026-05-01T23:13:41.180Z Compiling daft v0.1.5
16442026-05-01T23:13:41.530Z Compiling cargo_metadata v0.19.2
16452026-05-01T23:13:41.570Z Compiling phf v0.13.1
16462026-05-01T23:13:41.727Z Compiling signal-hook-mio v0.2.5
16472026-05-01T23:13:41.861Z Compiling cookie_store v0.22.1
16482026-05-01T23:13:42.870Z Compiling hubpack v0.1.2
16492026-05-01T23:13:42.874Z Compiling bzip2 v0.4.4
16502026-05-01T23:13:42.886Z Compiling zstd v0.13.3
16512026-05-01T23:13:43.079Z Compiling hyper-tls v0.6.0
16522026-05-01T23:13:43.098Z Compiling serde_with_macros v3.17.0
16532026-05-01T23:13:43.177Z Compiling postgres-types v0.2.12
16542026-05-01T23:13:43.324Z Compiling usdt-macro v0.6.0
16552026-05-01T23:13:43.592Z Compiling usdt-attr-macro v0.6.0
16562026-05-01T23:13:43.722Z Compiling dtrace-parser v0.2.0
16572026-05-01T23:13:44.084Z Compiling ed25519 v2.2.3
16582026-05-01T23:13:44.214Z Compiling bstr v1.12.1
16592026-05-01T23:13:44.220Z Compiling phf_shared v0.11.3
16602026-05-01T23:13:44.319Z Compiling pkcs1 v0.7.5
16612026-05-01T23:13:44.364Z Compiling serde-big-array v0.5.1
16622026-05-01T23:13:44.393Z Compiling hex v0.4.3
16632026-05-01T23:13:44.507Z Compiling rfc6979 v0.4.0
16642026-05-01T23:13:44.507Z Compiling strum_macros v0.26.4
16652026-05-01T23:13:44.644Z Compiling clap_derive v4.5.55
16662026-05-01T23:13:44.658Z Compiling enum-as-inner v0.6.1
16672026-05-01T23:13:44.729Z Compiling serde_repr v0.1.20
16682026-05-01T23:13:44.822Z Compiling float-cmp v0.10.0
16692026-05-01T23:13:44.975Z Compiling memmap2 v0.9.10
16702026-05-01T23:13:44.988Z Compiling thread-id v4.2.2
16712026-05-01T23:13:45.082Z Compiling env_filter v1.0.0
16722026-05-01T23:13:45.151Z Compiling encoding_rs v0.8.35
16732026-05-01T23:13:45.190Z Compiling static_assertions v1.1.0
16742026-05-01T23:13:45.243Z Compiling predicates-core v1.0.10
16752026-05-01T23:13:45.267Z Compiling jiff v0.2.21
16762026-05-01T23:13:45.375Z Compiling new_debug_unreachable v1.0.6
16772026-05-01T23:13:45.416Z Compiling either v1.15.0
16782026-05-01T23:13:45.448Z Compiling normalize-line-endings v0.3.0
16792026-05-01T23:13:45.581Z Compiling precomputed-hash v0.1.1
16802026-05-01T23:13:45.657Z Compiling data-encoding v2.10.0
16812026-05-01T23:13:45.671Z Compiling difflib v0.4.0
16822026-05-01T23:13:46.251Z Compiling fixedbitset v0.5.7
16832026-05-01T23:13:46.274Z Compiling whoami v2.1.0
16842026-05-01T23:13:46.362Z Compiling rustc-hash v2.1.1
16852026-05-01T23:13:46.460Z Compiling mime v0.3.17
16862026-05-01T23:13:46.491Z Compiling keccak v0.1.6
16872026-05-01T23:13:46.557Z Compiling fixedbitset v0.4.2
16882026-05-01T23:13:46.655Z Compiling sha3 v0.10.8
16892026-05-01T23:13:46.714Z Compiling tokio-postgres v0.7.16
16902026-05-01T23:13:46.740Z Compiling petgraph v0.6.5
16912026-05-01T23:13:46.772Z Compiling iddqd v0.3.18
16922026-05-01T23:13:47.105Z Compiling clap v4.5.60
16932026-05-01T23:13:47.193Z Compiling petgraph v0.8.3
16942026-05-01T23:13:47.295Z Compiling strum v0.26.3
16952026-05-01T23:13:47.344Z Compiling hickory-proto v0.25.2
16962026-05-01T23:13:47.426Z Compiling predicates v3.1.4
16972026-05-01T23:13:47.898Z Compiling zip v4.6.1
16982026-05-01T23:13:48.075Z Compiling toml_edit v0.22.27
16992026-05-01T23:13:48.171Z Compiling string_cache v0.8.9
17002026-05-01T23:13:48.399Z Compiling itertools v0.13.0
17012026-05-01T23:13:48.837Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
17022026-05-01T23:13:48.872Z Compiling env_logger v0.11.9
17032026-05-01T23:13:49.120Z Compiling usdt v0.6.0
17042026-05-01T23:13:49.230Z Compiling usdt-impl v0.5.0
17052026-05-01T23:13:49.376Z Compiling ecdsa v0.16.9
17062026-05-01T23:13:49.493Z Compiling serde_with v3.17.0
17072026-05-01T23:13:49.619Z Compiling similar v2.7.0
17082026-05-01T23:13:49.765Z Compiling rsa v0.9.10
17092026-05-01T23:13:49.804Z Compiling ed25519-dalek v2.2.0
17102026-05-01T23:13:50.502Z Compiling crossterm v0.28.1
17112026-05-01T23:13:50.817Z Compiling zip v0.6.6
17122026-05-01T23:13:51.403Z Compiling toml v0.7.8
17132026-05-01T23:13:51.917Z Compiling toml_parser v1.0.9+spec-1.1.0
17142026-05-01T23:13:51.936Z Compiling heck v0.4.1
17152026-05-01T23:13:52.005Z Compiling crossbeam-epoch v0.9.18
17162026-05-01T23:13:52.020Z Compiling tokio-stream v0.1.18
17172026-05-01T23:13:52.049Z Compiling buf-list v1.1.2
17182026-05-01T23:13:52.156Z Compiling x509-cert v0.2.5
17192026-05-01T23:13:52.325Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
17202026-05-01T23:13:52.344Z Compiling openapiv3 v2.2.0
17212026-05-01T23:13:52.482Z Compiling sha1 v0.10.6
17222026-05-01T23:13:52.538Z Compiling toml_datetime v0.7.5+spec-1.1.0
17232026-05-01T23:13:52.624Z Compiling peg-runtime v0.8.5
17242026-05-01T23:13:52.703Z Compiling lalrpop-util v0.19.12
17252026-05-01T23:13:52.833Z Compiling thread_local v1.1.9
17262026-05-01T23:13:52.895Z Compiling slog-async v2.8.0
17272026-05-01T23:13:52.913Z Compiling crossbeam-channel v0.5.15
17282026-05-01T23:13:53.082Z Compiling futures-executor v0.3.32
17292026-05-01T23:13:53.115Z Compiling is-terminal v0.4.17
17302026-05-01T23:13:53.211Z Compiling filetime v0.2.27
17312026-05-01T23:13:53.215Z Compiling term v1.2.1
17322026-05-01T23:13:53.340Z Compiling xattr v1.6.1
17332026-05-01T23:13:53.356Z Compiling take_mut v0.2.2
17342026-05-01T23:13:53.385Z Compiling futures v0.3.32
17352026-05-01T23:13:53.468Z Compiling tar v0.4.45
17362026-05-01T23:13:53.483Z Compiling slog-term v2.9.2
17372026-05-01T23:14:00.955Z Compiling rustls-webpki v0.103.9
17382026-05-01T23:14:03.720Z Compiling tokio-rustls v0.26.4
17392026-05-01T23:14:03.720Z Compiling rustls-platform-verifier v0.6.2
17402026-05-01T23:14:03.917Z Compiling hyper-rustls v0.27.7
17412026-05-01T23:14:04.117Z Compiling reqwest v0.13.2
17422026-05-01T23:14:04.118Z Compiling reqwest v0.12.28
17432026-05-01T23:14:06.191Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17442026-05-01T23:14:06.408Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17452026-05-01T23:14:09.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
17462026-05-01T23:14:09.384Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17472026-05-01T23:14:09.435ZMay 01 23:14:08.508 INFO Starting download, target: Console
17482026-05-01T23:14:09.435ZMay 01 23:14:08.509 INFO Starting download, target: Clickhouse
17492026-05-01T23:14:09.447ZMay 01 23:14:08.509 INFO Starting download, target: Cockroach
17502026-05-01T23:14:09.447ZMay 01 23:14:08.509 INFO Starting download, target: DendriteStub
17512026-05-01T23:14:09.447ZMay 01 23:14:08.509 INFO Starting download, target: MaghemiteMgd
17522026-05-01T23:14:09.447ZMay 01 23:14:08.509 INFO Starting download, target: TransceiverControl
17532026-05-01T23:14:09.447ZMay 01 23:14:08.509 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17542026-05-01T23:14:09.447ZMay 01 23:14:08.509 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17552026-05-01T23:14:09.447ZMay 01 23:14:08.509 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17562026-05-01T23:14:09.448ZMay 01 23:14:08.509 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17572026-05-01T23:14:09.448ZMay 01 23:14:08.509 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17582026-05-01T23:14:09.448ZMay 01 23:14:08.509 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17592026-05-01T23:14:10.025ZMay 01 23:14:09.093 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17602026-05-01T23:14:10.247ZMay 01 23:14:09.302 INFO Download complete, target: TransceiverControl
17612026-05-01T23:14:10.440ZMay 01 23:14:09.514 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17622026-05-01T23:14:10.687ZMay 01 23:14:09.742 INFO Download complete, target: Console
17632026-05-01T23:14:11.322ZMay 01 23:14:10.392 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17642026-05-01T23:14:11.754ZMay 01 23:14:10.829 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17652026-05-01T23:14:11.761ZMay 01 23:14:10.835 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17662026-05-01T23:14:12.131ZMay 01 23:14:11.211 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17672026-05-01T23:14:12.131ZMay 01 23:14:11.211 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17682026-05-01T23:14:13.675ZMay 01 23:14:12.756 INFO Download complete, target: DendriteStub
17692026-05-01T23:14:14.148ZMay 01 23:14:13.229 INFO Download complete, target: MaghemiteMgd
17702026-05-01T23:14:16.696ZMay 01 23:14:15.776 INFO Checking that binary works, target: Cockroach
17712026-05-01T23:14:16.798ZMay 01 23:14:15.878 INFO Download complete, target: Cockroach
17722026-05-01T23:14:18.517ZMay 01 23:14:17.596 INFO Checking that binary works, target: Clickhouse
17732026-05-01T23:14:18.642ZMay 01 23:14:17.722 INFO Download complete, target: Clickhouse
17742026-05-01T23:14:18.655ZAll builder prerequisites installed successfully, and PATH looks valid
17752026-05-01T23:14:18.658Z
17762026-05-01T23:14:18.658Zreal 3:05.241187205
17772026-05-01T23:14:18.658Zuser 7:15.558284471
17782026-05-01T23:14:18.658Zsys 1:24.072728991
17792026-05-01T23:14:18.658Ztrap 0.211977767
17802026-05-01T23:14:18.658Ztflt 0.601730136
17812026-05-01T23:14:18.658Zdflt 0.575222799
17822026-05-01T23:14:18.658Zkflt 0.022535716
17832026-05-01T23:14:18.658Zlock 21:09.232578201
17842026-05-01T23:14:18.658Zslp 21:41.546032396
17852026-05-01T23:14:18.659Zlat 40.952287419
17862026-05-01T23:14:18.659Zstop 2:00.578400175
17872026-05-01T23:14:18.659Z+ banner hack-check
17882026-05-01T23:14:18.659Z
17892026-05-01T23:14:18.659Z # # ## #### # # #### # # ###### #### # #
17902026-05-01T23:14:18.659Z # # # # # # # # # # # # # # # # #
17912026-05-01T23:14:18.659Z ###### # # # #### ##### # ###### ##### # ####
17922026-05-01T23:14:18.659Z # # ###### # # # # # # # # # #
17932026-05-01T23:14:18.659Z # # # # # # # # # # # # # # # # #
17942026-05-01T23:14:18.659Z # # # # #### # # #### # # ###### #### # #
17952026-05-01T23:14:18.659Z
17962026-05-01T23:14:18.659Z+ export CARGO_INCREMENTAL=0
17972026-05-01T23:14:18.659Z+ CARGO_INCREMENTAL=0
17982026-05-01T23:14:18.659Z+ ptime -m timeout 2h cargo xtask check-features --ci
17992026-05-01T23:14:19.181Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18002026-05-01T23:14:19.406Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18012026-05-01T23:14:21.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.58s
18022026-05-01T23:14:21.344Z Running `target/debug/xtask check-features --ci`
18032026-05-01T23:14:21.368Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18042026-05-01T23:14:21.371Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18052026-05-01T23:14:21.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18062026-05-01T23:14:21.877Z Running `target/debug/xtask download cargo-hack`
18072026-05-01T23:14:22.657Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18082026-05-01T23:14:22.973Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18092026-05-01T23:14:25.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.47s
18102026-05-01T23:14:25.557Z Running `target/debug/xtask-downloader cargo-hack`
18112026-05-01T23:14:25.600ZMay 01 23:14:24.678 INFO Starting download, target: CargoHack
18122026-05-01T23:14:25.603ZMay 01 23:14:24.679 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18132026-05-01T23:14:26.034ZMay 01 23:14:25.112 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18142026-05-01T23:14:26.083ZMay 01 23:14:25.161 INFO Download complete, target: CargoHack
18152026-05-01T23:14:26.086Zrunning: "/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"
18162026-05-01T23:14:26.098Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18172026-05-01T23:14:26.248Zinfo: running `cargo check --bins` on api_identity (1/274)
18182026-05-01T23:14:26.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18192026-05-01T23:14:26.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18202026-05-01T23:14:26.742Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18212026-05-01T23:14:26.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18222026-05-01T23:14:26.827Z
18232026-05-01T23:14:26.827Zinfo: running `cargo check --bins` on bootstore (2/274)
18242026-05-01T23:14:27.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18252026-05-01T23:14:27.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18262026-05-01T23:14:27.322Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18272026-05-01T23:14:27.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18282026-05-01T23:14:27.408Z
18292026-05-01T23:14:27.408Zinfo: running `cargo check --bins` on omicron-ledger (3/274)
18302026-05-01T23:14:27.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18312026-05-01T23:14:27.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18322026-05-01T23:14:27.899Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18332026-05-01T23:14:27.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18342026-05-01T23:14:27.986Z
18352026-05-01T23:14:27.986Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/274)
18362026-05-01T23:14:28.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18372026-05-01T23:14:28.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18382026-05-01T23:14:28.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18392026-05-01T23:14:28.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18402026-05-01T23:14:28.567Z
18412026-05-01T23:14:28.567Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/274)
18422026-05-01T23:14:29.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18432026-05-01T23:14:29.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18442026-05-01T23:14:29.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18452026-05-01T23:14:29.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18462026-05-01T23:14:29.148Z
18472026-05-01T23:14:29.148Zinfo: running `cargo check --bins` on omicron-certificates (6/274)
18482026-05-01T23:14:29.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18492026-05-01T23:14:29.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18502026-05-01T23:14:29.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18512026-05-01T23:14:29.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18522026-05-01T23:14:29.739Z
18532026-05-01T23:14:29.739Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/274)
18542026-05-01T23:14:30.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18552026-05-01T23:14:30.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18562026-05-01T23:14:30.237Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18572026-05-01T23:14:30.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18582026-05-01T23:14:30.324Z
18592026-05-01T23:14:30.324Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/274)
18602026-05-01T23:14:30.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18612026-05-01T23:14:30.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18622026-05-01T23:14:30.822Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18632026-05-01T23:14:30.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18642026-05-01T23:14:30.910Z
18652026-05-01T23:14:30.910Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/274)
18662026-05-01T23:14:31.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18672026-05-01T23:14:31.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18682026-05-01T23:14:31.322Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18692026-05-01T23:14:31.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18702026-05-01T23:14:31.377Z
18712026-05-01T23:14:31.377Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/274)
18722026-05-01T23:14:31.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18732026-05-01T23:14:31.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18742026-05-01T23:14:31.789Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18752026-05-01T23:14:31.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18762026-05-01T23:14:31.848Z
18772026-05-01T23:14:31.848Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/274)
18782026-05-01T23:14:32.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18792026-05-01T23:14:32.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18802026-05-01T23:14:32.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18812026-05-01T23:14:32.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18822026-05-01T23:14:32.313Z
18832026-05-01T23:14:32.313Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/274)
18842026-05-01T23:14:32.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18852026-05-01T23:14:32.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18862026-05-01T23:14:32.723Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18872026-05-01T23:14:32.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18882026-05-01T23:14:32.783Z
18892026-05-01T23:14:32.783Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/274)
18902026-05-01T23:14:33.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18912026-05-01T23:14:33.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18922026-05-01T23:14:33.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18932026-05-01T23:14:33.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18942026-05-01T23:14:33.247Z
18952026-05-01T23:14:33.248Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/274)
18962026-05-01T23:14:33.647Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18972026-05-01T23:14:33.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18982026-05-01T23:14:33.650Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18992026-05-01T23:14:33.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19002026-05-01T23:14:33.704Z
19012026-05-01T23:14:33.704Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/274)
19022026-05-01T23:14:34.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19032026-05-01T23:14:34.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19042026-05-01T23:14:34.114Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19052026-05-01T23:14:34.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19062026-05-01T23:14:34.168Z
19072026-05-01T23:14:34.169Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/274)
19082026-05-01T23:14:34.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19092026-05-01T23:14:34.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19102026-05-01T23:14:34.578Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19112026-05-01T23:14:34.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19122026-05-01T23:14:34.636Z
19132026-05-01T23:14:34.636Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/274)
19142026-05-01T23:14:35.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19152026-05-01T23:14:35.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19162026-05-01T23:14:35.049Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19172026-05-01T23:14:35.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19182026-05-01T23:14:35.105Z
19192026-05-01T23:14:35.105Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/274)
19202026-05-01T23:14:35.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19212026-05-01T23:14:35.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19222026-05-01T23:14:35.514Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19232026-05-01T23:14:35.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19242026-05-01T23:14:35.573Z
19252026-05-01T23:14:35.573Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/274)
19262026-05-01T23:14:35.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19272026-05-01T23:14:35.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19282026-05-01T23:14:35.985Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19292026-05-01T23:14:35.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19302026-05-01T23:14:36.041Z
19312026-05-01T23:14:36.041Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/274)
19322026-05-01T23:14:36.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19332026-05-01T23:14:36.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19342026-05-01T23:14:36.451Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19352026-05-01T23:14:36.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19362026-05-01T23:14:36.511Z
19372026-05-01T23:14:36.511Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/274)
19382026-05-01T23:14:36.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19392026-05-01T23:14:36.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19402026-05-01T23:14:36.921Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19412026-05-01T23:14:36.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19422026-05-01T23:14:36.978Z
19432026-05-01T23:14:36.978Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/274)
19442026-05-01T23:14:37.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19452026-05-01T23:14:37.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19462026-05-01T23:14:37.392Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19472026-05-01T23:14:37.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19482026-05-01T23:14:37.451Z
19492026-05-01T23:14:37.451Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/274)
19502026-05-01T23:14:37.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19512026-05-01T23:14:37.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19522026-05-01T23:14:37.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19532026-05-01T23:14:37.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19542026-05-01T23:14:37.917Z
19552026-05-01T23:14:37.917Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/274)
19562026-05-01T23:14:38.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19572026-05-01T23:14:38.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19582026-05-01T23:14:38.325Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19592026-05-01T23:14:38.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19602026-05-01T23:14:38.380Z
19612026-05-01T23:14:38.380Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/274)
19622026-05-01T23:14:38.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19632026-05-01T23:14:38.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19642026-05-01T23:14:38.789Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19652026-05-01T23:14:38.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19662026-05-01T23:14:38.847Z
19672026-05-01T23:14:38.847Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/274)
19682026-05-01T23:14:39.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19692026-05-01T23:14:39.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19702026-05-01T23:14:39.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19712026-05-01T23:14:39.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19722026-05-01T23:14:39.317Z
19732026-05-01T23:14:39.318Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/274)
19742026-05-01T23:14:39.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19752026-05-01T23:14:39.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19762026-05-01T23:14:39.730Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19772026-05-01T23:14:39.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19782026-05-01T23:14:39.787Z
19792026-05-01T23:14:39.787Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/274)
19802026-05-01T23:14:40.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19812026-05-01T23:14:40.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19822026-05-01T23:14:40.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19832026-05-01T23:14:40.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19842026-05-01T23:14:40.252Z
19852026-05-01T23:14:40.252Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/274)
19862026-05-01T23:14:40.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19872026-05-01T23:14:40.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19882026-05-01T23:14:40.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19892026-05-01T23:14:40.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19902026-05-01T23:14:40.717Z
19912026-05-01T23:14:40.717Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/274)
19922026-05-01T23:14:41.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19932026-05-01T23:14:41.127Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19942026-05-01T23:14:41.127Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19952026-05-01T23:14:41.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19962026-05-01T23:14:41.186Z
19972026-05-01T23:14:41.186Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/274)
19982026-05-01T23:14:41.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19992026-05-01T23:14:41.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20002026-05-01T23:14:41.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20012026-05-01T23:14:41.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20022026-05-01T23:14:41.653Z
20032026-05-01T23:14:41.653Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/274)
20042026-05-01T23:14:42.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20052026-05-01T23:14:42.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20062026-05-01T23:14:42.063Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20072026-05-01T23:14:42.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20082026-05-01T23:14:42.121Z
20092026-05-01T23:14:42.121Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/274)
20102026-05-01T23:14:42.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20112026-05-01T23:14:42.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20122026-05-01T23:14:42.531Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20132026-05-01T23:14:42.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20142026-05-01T23:14:42.588Z
20152026-05-01T23:14:42.589Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/274)
20162026-05-01T23:14:42.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20172026-05-01T23:14:42.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20182026-05-01T23:14:42.997Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20192026-05-01T23:14:43.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20202026-05-01T23:14:43.053Z
20212026-05-01T23:14:43.053Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/274)
20222026-05-01T23:14:43.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20232026-05-01T23:14:43.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20242026-05-01T23:14:43.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20252026-05-01T23:14:43.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20262026-05-01T23:14:43.516Z
20272026-05-01T23:14:43.516Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/274)
20282026-05-01T23:14:43.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20292026-05-01T23:14:43.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20302026-05-01T23:14:43.923Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20312026-05-01T23:14:43.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20322026-05-01T23:14:43.981Z
20332026-05-01T23:14:43.981Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/274)
20342026-05-01T23:14:44.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20352026-05-01T23:14:44.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20362026-05-01T23:14:44.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20372026-05-01T23:14:44.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20382026-05-01T23:14:44.440Z
20392026-05-01T23:14:44.440Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/274)
20402026-05-01T23:14:44.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20412026-05-01T23:14:44.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20422026-05-01T23:14:44.848Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20432026-05-01T23:14:44.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20442026-05-01T23:14:44.906Z
20452026-05-01T23:14:44.907Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/274)
20462026-05-01T23:14:45.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20472026-05-01T23:14:45.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20482026-05-01T23:14:45.313Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20492026-05-01T23:14:45.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20502026-05-01T23:14:45.369Z
20512026-05-01T23:14:45.369Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/274)
20522026-05-01T23:14:45.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20532026-05-01T23:14:45.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20542026-05-01T23:14:45.778Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20552026-05-01T23:14:45.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20562026-05-01T23:14:45.836Z
20572026-05-01T23:14:45.836Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/274)
20582026-05-01T23:14:46.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20592026-05-01T23:14:46.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20602026-05-01T23:14:46.245Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20612026-05-01T23:14:46.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20622026-05-01T23:14:46.302Z
20632026-05-01T23:14:46.302Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/274)
20642026-05-01T23:14:46.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20652026-05-01T23:14:46.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20662026-05-01T23:14:46.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20672026-05-01T23:14:46.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20682026-05-01T23:14:46.764Z
20692026-05-01T23:14:46.764Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/274)
20702026-05-01T23:14:47.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20712026-05-01T23:14:47.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20722026-05-01T23:14:47.172Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20732026-05-01T23:14:47.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20742026-05-01T23:14:47.228Z
20752026-05-01T23:14:47.228Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/274)
20762026-05-01T23:14:47.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20772026-05-01T23:14:47.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20782026-05-01T23:14:47.636Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20792026-05-01T23:14:47.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20802026-05-01T23:14:47.693Z
20812026-05-01T23:14:47.693Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/274)
20822026-05-01T23:14:48.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20832026-05-01T23:14:48.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20842026-05-01T23:14:48.102Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20852026-05-01T23:14:48.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20862026-05-01T23:14:48.159Z
20872026-05-01T23:14:48.159Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/274)
20882026-05-01T23:14:48.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20892026-05-01T23:14:48.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20902026-05-01T23:14:48.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20912026-05-01T23:14:48.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20922026-05-01T23:14:48.622Z
20932026-05-01T23:14:48.622Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/274)
20942026-05-01T23:14:49.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20952026-05-01T23:14:49.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20962026-05-01T23:14:49.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20972026-05-01T23:14:49.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20982026-05-01T23:14:49.088Z
20992026-05-01T23:14:49.088Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/274)
21002026-05-01T23:14:49.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21012026-05-01T23:14:49.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21022026-05-01T23:14:49.495Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21032026-05-01T23:14:49.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
21042026-05-01T23:14:49.552Z
21052026-05-01T23:14:49.552Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/274)
21062026-05-01T23:14:50.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21072026-05-01T23:14:50.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21082026-05-01T23:14:50.085Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21092026-05-01T23:14:50.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21102026-05-01T23:14:50.176Z
21112026-05-01T23:14:50.176Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/274)
21122026-05-01T23:14:50.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21132026-05-01T23:14:50.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21142026-05-01T23:14:50.705Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21152026-05-01T23:14:50.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21162026-05-01T23:14:50.797Z
21172026-05-01T23:14:50.797Zinfo: running `cargo check --bins` on nexus-config (51/274)
21182026-05-01T23:14:51.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21192026-05-01T23:14:51.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21202026-05-01T23:14:51.328Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21212026-05-01T23:14:51.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21222026-05-01T23:14:51.425Z
21232026-05-01T23:14:51.425Zinfo: running `cargo check --bins` on nexus-types (52/274)
21242026-05-01T23:14:51.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21252026-05-01T23:14:51.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21262026-05-01T23:14:51.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21272026-05-01T23:14:51.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21282026-05-01T23:14:52.054Z
21292026-05-01T23:14:52.054Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/274)
21302026-05-01T23:14:52.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21312026-05-01T23:14:52.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21322026-05-01T23:14:52.559Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21332026-05-01T23:14:52.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21342026-05-01T23:14:52.648Z
21352026-05-01T23:14:52.648Zinfo: running `cargo check --bins` on omicron-passwords (54/274)
21362026-05-01T23:14:53.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21372026-05-01T23:14:53.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21382026-05-01T23:14:53.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21392026-05-01T23:14:53.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21402026-05-01T23:14:53.227Z
21412026-05-01T23:14:53.227Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/274)
21422026-05-01T23:14:53.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21432026-05-01T23:14:53.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21442026-05-01T23:14:53.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21452026-05-01T23:14:53.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21462026-05-01T23:14:53.822Z
21472026-05-01T23:14:53.822Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/274)
21482026-05-01T23:14:54.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21492026-05-01T23:14:54.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21502026-05-01T23:14:54.328Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21512026-05-01T23:14:54.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21522026-05-01T23:14:54.419Z
21532026-05-01T23:14:54.419Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/274)
21542026-05-01T23:14:54.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21552026-05-01T23:14:54.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21562026-05-01T23:14:54.923Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21572026-05-01T23:14:54.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21582026-05-01T23:14:55.010Z
21592026-05-01T23:14:55.010Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/274)
21602026-05-01T23:14:55.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21612026-05-01T23:14:55.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21622026-05-01T23:14:55.513Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21632026-05-01T23:14:55.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21642026-05-01T23:14:55.603Z
21652026-05-01T23:14:55.603Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/274)
21662026-05-01T23:14:56.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21672026-05-01T23:14:56.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21682026-05-01T23:14:56.099Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21692026-05-01T23:14:56.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21702026-05-01T23:14:56.184Z
21712026-05-01T23:14:56.184Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/274)
21722026-05-01T23:14:56.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21732026-05-01T23:14:56.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21742026-05-01T23:14:56.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21752026-05-01T23:14:56.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21762026-05-01T23:14:56.765Z
21772026-05-01T23:14:56.765Zinfo: running `cargo check --bins --no-default-features` on gfss (61/274)
21782026-05-01T23:14:57.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21792026-05-01T23:14:57.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21802026-05-01T23:14:57.254Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21812026-05-01T23:14:57.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21822026-05-01T23:14:57.338Z
21832026-05-01T23:14:57.338Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/274)
21842026-05-01T23:14:57.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21852026-05-01T23:14:57.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21862026-05-01T23:14:57.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21872026-05-01T23:14:57.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21882026-05-01T23:14:57.913Z
21892026-05-01T23:14:57.913Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/274)
21902026-05-01T23:14:58.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21912026-05-01T23:14:58.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21922026-05-01T23:14:58.416Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21932026-05-01T23:14:58.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21942026-05-01T23:14:58.503Z
21952026-05-01T23:14:58.503Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/274)
21962026-05-01T23:14:59.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21972026-05-01T23:14:59.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21982026-05-01T23:14:59.009Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21992026-05-01T23:14:59.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22002026-05-01T23:14:59.096Z
22012026-05-01T23:14:59.096Zinfo: running `cargo check --bins` on cockroach-admin-types (65/274)
22022026-05-01T23:14:59.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22032026-05-01T23:14:59.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22042026-05-01T23:14:59.587Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22052026-05-01T23:14:59.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22062026-05-01T23:14:59.670Z
22072026-05-01T23:14:59.670Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/274)
22082026-05-01T23:15:00.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22092026-05-01T23:15:00.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22102026-05-01T23:15:00.166Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22112026-05-01T23:15:00.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22122026-05-01T23:15:00.251Z
22132026-05-01T23:15:00.251Zinfo: running `cargo check --bins` on ereport-types (67/274)
22142026-05-01T23:15:00.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22152026-05-01T23:15:00.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22162026-05-01T23:15:00.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22172026-05-01T23:15:00.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22182026-05-01T23:15:00.830Z
22192026-05-01T23:15:00.830Zinfo: running `cargo check --bins` on gateway-client (68/274)
22202026-05-01T23:15:01.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22212026-05-01T23:15:01.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22222026-05-01T23:15:01.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22232026-05-01T23:15:01.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22242026-05-01T23:15:01.420Z
22252026-05-01T23:15:01.420Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/274)
22262026-05-01T23:15:01.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22272026-05-01T23:15:01.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22282026-05-01T23:15:01.921Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22292026-05-01T23:15:01.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22302026-05-01T23:15:02.010Z
22312026-05-01T23:15:02.010Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/274)
22322026-05-01T23:15:02.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22332026-05-01T23:15:02.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22342026-05-01T23:15:02.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22352026-05-01T23:15:02.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22362026-05-01T23:15:02.599Z
22372026-05-01T23:15:02.599Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/274)
22382026-05-01T23:15:03.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22392026-05-01T23:15:03.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22402026-05-01T23:15:03.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22412026-05-01T23:15:03.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22422026-05-01T23:15:03.184Z
22432026-05-01T23:15:03.184Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/274)
22442026-05-01T23:15:03.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22452026-05-01T23:15:03.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22462026-05-01T23:15:03.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22472026-05-01T23:15:03.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22482026-05-01T23:15:03.765Z
22492026-05-01T23:15:03.765Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/274)
22502026-05-01T23:15:04.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22512026-05-01T23:15:04.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22522026-05-01T23:15:04.281Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22532026-05-01T23:15:04.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22542026-05-01T23:15:04.373Z
22552026-05-01T23:15:04.373Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/274)
22562026-05-01T23:15:04.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22572026-05-01T23:15:04.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22582026-05-01T23:15:04.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22592026-05-01T23:15:04.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22602026-05-01T23:15:04.979Z
22612026-05-01T23:15:04.979Zinfo: running `cargo check --bins` on key-manager-types (75/274)
22622026-05-01T23:15:05.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22632026-05-01T23:15:05.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22642026-05-01T23:15:05.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22652026-05-01T23:15:05.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22662026-05-01T23:15:05.554Z
22672026-05-01T23:15:05.554Zinfo: running `cargo check --bins` on oxlog (76/274)
22682026-05-01T23:15:06.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22692026-05-01T23:15:06.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22702026-05-01T23:15:06.161Z Checking cfg-if v1.0.4
22712026-05-01T23:15:06.164Z Checking libc v0.2.185
22722026-05-01T23:15:06.164Z Checking serde_core v1.0.228
22732026-05-01T23:15:06.278Z Checking zeroize v1.8.2
22742026-05-01T23:15:06.286Z Checking memchr v2.8.0
22752026-05-01T23:15:06.295Z Checking log v0.4.29
22762026-05-01T23:15:06.304Z Checking smallvec v1.15.1
22772026-05-01T23:15:06.315Z Checking typenum v1.19.0
22782026-05-01T23:15:06.325Z Checking subtle v2.6.1
22792026-05-01T23:15:06.424Z Checking itoa v1.0.17
22802026-05-01T23:15:06.448Z Checking scopeguard v1.2.0
22812026-05-01T23:15:06.469Z Checking const-oid v0.9.6
22822026-05-01T23:15:06.481Z Checking stable_deref_trait v1.2.1
22832026-05-01T23:15:06.543Z Checking lock_api v0.4.14
22842026-05-01T23:15:06.557Z Checking portable-atomic v1.13.1
22852026-05-01T23:15:06.557Z Checking zerofrom v0.1.6
22862026-05-01T23:15:06.652Z Checking critical-section v1.2.0
22872026-05-01T23:15:06.665Z Checking getrandom v0.2.17
22882026-05-01T23:15:06.668Z Checking errno v0.3.14
22892026-05-01T23:15:06.734Z Checking yoke v0.8.1
22902026-05-01T23:15:06.748Z Checking parking_lot_core v0.9.12
22912026-05-01T23:15:06.806Z Checking signal-hook-registry v1.4.8
22922026-05-01T23:15:06.822Z Checking generic-array v0.14.7
22932026-05-01T23:15:06.849Z Checking rand_core v0.6.4
22942026-05-01T23:15:06.896Z Checking zerovec v0.11.5
22952026-05-01T23:15:06.926Z Checking zerocopy v0.8.40
22962026-05-01T23:15:06.954Z Checking once_cell v1.21.3
22972026-05-01T23:15:06.965Z Checking pin-project-lite v0.2.17
22982026-05-01T23:15:07.017Z Checking parking_lot v0.12.5
22992026-05-01T23:15:07.049Z Checking mio v1.2.0
23002026-05-01T23:15:07.122Z Checking socket2 v0.6.3
23012026-05-01T23:15:07.136Z Checking libm v0.2.16
23022026-05-01T23:15:07.198Z Checking zmij v1.0.21
23032026-05-01T23:15:07.255Z Checking crypto-common v0.1.7
23042026-05-01T23:15:07.317Z Checking block-buffer v0.10.4
23052026-05-01T23:15:07.329Z Checking tinystr v0.8.2
23062026-05-01T23:15:07.354Z Checking futures-core v0.3.32
23072026-05-01T23:15:07.376Z Checking equivalent v1.0.2
23082026-05-01T23:15:07.405Z Checking writeable v0.6.2
23092026-05-01T23:15:07.451Z Checking digest v0.10.7
23102026-05-01T23:15:07.463Z Checking percent-encoding v2.3.2
23112026-05-01T23:15:07.475Z Checking litemap v0.8.1
23122026-05-01T23:15:07.497Z Checking potential_utf v0.1.4
23132026-05-01T23:15:07.564Z Checking zerotrie v0.2.3
23142026-05-01T23:15:07.596Z Checking cpufeatures v0.2.17
23152026-05-01T23:15:07.621Z Checking icu_collections v2.1.1
23162026-05-01T23:15:07.636Z Checking hmac v0.12.1
23172026-05-01T23:15:07.648Z Checking icu_locale_core v2.1.1
23182026-05-01T23:15:07.664Z Checking block-padding v0.3.3
23192026-05-01T23:15:07.729Z Checking serde v1.0.228
23202026-05-01T23:15:07.763Z Checking bitflags v2.11.0
23212026-05-01T23:15:07.792Z Checking serde_json v1.0.149
23222026-05-01T23:15:07.805Z Checking icu_properties_data v2.1.2
23232026-05-01T23:15:07.825Z Checking num-traits v0.2.19
23242026-05-01T23:15:07.922Z Checking icu_normalizer_data v2.1.1
23252026-05-01T23:15:07.925Z Checking hashbrown v0.17.0
23262026-05-01T23:15:07.945Z Checking futures-sink v0.3.32
23272026-05-01T23:15:07.993Z Checking rand_core v0.10.0
23282026-05-01T23:15:08.039Z Checking futures-channel v0.3.32
23292026-05-01T23:15:08.129Z Checking getrandom v0.4.1
23302026-05-01T23:15:08.132Z Checking bytes v1.11.1
23312026-05-01T23:15:08.181Z Checking icu_provider v2.1.1
23322026-05-01T23:15:08.227Z Checking inout v0.1.4
23332026-05-01T23:15:08.271Z Checking slab v0.4.12
23342026-05-01T23:15:08.342Z Checking futures-io v0.3.32
23352026-05-01T23:15:08.362Z Checking futures-task v0.3.32
23362026-05-01T23:15:08.386Z Checking indexmap v2.14.0
23372026-05-01T23:15:08.406Z Checking icu_normalizer v2.1.1
23382026-05-01T23:15:08.421Z Checking icu_properties v2.1.2
23392026-05-01T23:15:08.446Z Checking cipher v0.4.4
23402026-05-01T23:15:08.459Z Checking sha2 v0.10.9
23412026-05-01T23:15:08.497Z Checking futures-util v0.3.32
23422026-05-01T23:15:08.570Z Checking tokio v1.52.1
23432026-05-01T23:15:08.655Z Checking getrandom v0.3.4
23442026-05-01T23:15:08.699Z Checking byteorder v1.5.0
23452026-05-01T23:15:08.719Z Checking base64ct v1.8.3
23462026-05-01T23:15:08.796Z Checking utf8_iter v1.0.4
23472026-05-01T23:15:08.895Z Checking form_urlencoded v1.2.2
23482026-05-01T23:15:08.916Z Checking flagset v0.4.7
23492026-05-01T23:15:08.929Z Checking fnv v1.0.7
23502026-05-01T23:15:08.947Z Checking pem-rfc7468 v0.7.0
23512026-05-01T23:15:09.016Z Checking rand_core v0.9.5
23522026-05-01T23:15:09.031Z Checking salsa20 v0.10.2
23532026-05-01T23:15:09.044Z Checking http v1.4.0
23542026-05-01T23:15:09.097Z Checking der v0.7.10
23552026-05-01T23:15:09.160Z Checking uuid v1.23.0
23562026-05-01T23:15:09.187Z Checking pbkdf2 v0.12.2
23572026-05-01T23:15:09.226Z Checking idna_adapter v1.2.1
23582026-05-01T23:15:09.293Z Checking scrypt v0.11.0
23592026-05-01T23:15:09.345Z Checking idna v1.1.0
23602026-05-01T23:15:09.431Z Checking aes v0.8.4
23612026-05-01T23:15:09.480Z Checking cbc v0.1.2
23622026-05-01T23:15:09.601Z Checking url v2.5.8
23632026-05-01T23:15:09.616Z Checking rustix v1.1.3
23642026-05-01T23:15:09.619Z Checking tracing-core v0.1.36
23652026-05-01T23:15:09.693Z Checking ppv-lite86 v0.2.21
23662026-05-01T23:15:09.822Z Checking rustls-pki-types v1.14.0
23672026-05-01T23:15:09.856Z Checking spki v0.7.3
23682026-05-01T23:15:09.925Z Checking iana-time-zone v0.1.65
23692026-05-01T23:15:09.986Z Checking rand_chacha v0.9.0
23702026-05-01T23:15:10.021Z Checking regex-syntax v0.8.10
23712026-05-01T23:15:10.034Z Checking chrono v0.4.44
23722026-05-01T23:15:10.045Z Checking pkcs5 v0.7.1
23732026-05-01T23:15:10.106Z Checking tracing v0.1.44
23742026-05-01T23:15:10.181Z Checking rand v0.9.2
23752026-05-01T23:15:10.295Z Checking http-body v1.0.1
23762026-05-01T23:15:10.312Z Checking aws-lc-sys v0.37.1
23772026-05-01T23:15:10.406Z Checking untrusted v0.7.1
23782026-05-01T23:15:10.422Z Checking base64 v0.22.1
23792026-05-01T23:15:10.439Z Checking untrusted v0.9.0
23802026-05-01T23:15:10.517Z Checking openssl-probe v0.2.1
23812026-05-01T23:15:10.545Z Checking ring v0.17.14
23822026-05-01T23:15:10.622Z Checking pkcs8 v0.10.2
23832026-05-01T23:15:10.648Z Checking tower-layer v0.3.3
23842026-05-01T23:15:10.662Z Checking try-lock v0.2.5
23852026-05-01T23:15:10.758Z Checking tower-service v0.3.3
23862026-05-01T23:15:10.793Z Checking plain v0.2.3
23872026-05-01T23:15:10.804Z Checking tinyvec_macros v0.1.1
23882026-05-01T23:15:10.815Z Checking aws-lc-rs v1.16.0
23892026-05-01T23:15:10.843Z Checking atomic-waker v1.1.2
23902026-05-01T23:15:10.868Z Checking tinyvec v1.10.0
23912026-05-01T23:15:10.882Z Checking want v0.3.1
23922026-05-01T23:15:10.894Z Checking ipnet v2.11.0
23932026-05-01T23:15:10.938Z Checking semver v1.0.28
23942026-05-01T23:15:10.998Z Checking httparse v1.10.1
23952026-05-01T23:15:11.143Z Checking spin v0.9.8
23962026-05-01T23:15:11.157Z Checking ucd-trie v0.1.7
23972026-05-01T23:15:11.170Z Checking dyn-clone v1.0.20
23982026-05-01T23:15:11.196Z Checking httpdate v1.0.3
23992026-05-01T23:15:11.269Z Checking fastrand v2.3.0
24002026-05-01T23:15:11.282Z Checking unicode-ident v1.0.24
24012026-05-01T23:15:11.317Z Checking foreign-types-shared v0.1.1
24022026-05-01T23:15:11.321Z Checking pin-utils v0.1.0
24032026-05-01T23:15:11.341Z Checking pest v2.8.6
24042026-05-01T23:15:11.383Z Checking proc-macro2 v1.0.106
24052026-05-01T23:15:11.395Z Checking foreign-types v0.3.2
24062026-05-01T23:15:11.398Z Checking schemars v0.8.22
24072026-05-01T23:15:11.445Z Checking tempfile v3.25.0
24082026-05-01T23:15:11.461Z Checking openssl-sys v0.9.114
24092026-05-01T23:15:11.539Z Checking thiserror v2.0.18
24102026-05-01T23:15:11.634Z Checking wait-timeout v0.2.1
24112026-05-01T23:15:11.647Z Checking aho-corasick v1.1.4
24122026-05-01T23:15:11.650Z Checking rustls-webpki v0.103.9
24132026-05-01T23:15:11.688Z Checking simd-adler32 v0.3.8
24142026-05-01T23:15:11.756Z Checking powerfmt v0.2.0
24152026-05-01T23:15:11.792Z Checking tokio-util v0.7.18
24162026-05-01T23:15:11.855Z Checking bit-vec v0.8.0
24172026-05-01T23:15:11.902Z Checking utf8parse v0.2.2
24182026-05-01T23:15:11.918Z Checking siphasher v1.0.2
24192026-05-01T23:15:12.001Z Checking quick-error v1.2.3
24202026-05-01T23:15:12.042Z Checking anstyle v1.0.13
24212026-05-01T23:15:12.057Z Checking pretty-hex v0.4.1
24222026-05-01T23:15:12.070Z Checking rustls v0.23.37
24232026-05-01T23:15:12.073Z Checking bit-set v0.8.0
24242026-05-01T23:15:12.096Z Checking rusty-fork v0.3.1
24252026-05-01T23:15:12.168Z Checking anstyle-parse v0.2.7
24262026-05-01T23:15:12.208Z Checking openssl v0.10.78
24272026-05-01T23:15:12.220Z Checking deranged v0.5.8
24282026-05-01T23:15:12.262Z Checking quote v1.0.45
24292026-05-01T23:15:12.315Z Checking regex-automata v0.4.14
24302026-05-01T23:15:12.330Z Compiling newtype-uuid v1.3.2
24312026-05-01T23:15:12.386Z Checking unicode-normalization v0.1.25
24322026-05-01T23:15:12.398Z Checking h2 v0.4.13
24332026-05-01T23:15:12.427Z Checking rustls-native-certs v0.8.3
24342026-05-01T23:15:12.509Z Checking crossbeam-utils v0.8.21
24352026-05-01T23:15:12.552Z Checking rand_xorshift v0.4.0
24362026-05-01T23:15:12.670Z Checking crc32fast v1.5.0
24372026-05-01T23:15:12.777Z Checking scroll v0.13.0
24382026-05-01T23:15:12.808Z Checking signature v2.2.0
24392026-05-01T23:15:12.845Z Checking sync_wrapper v1.0.2
24402026-05-01T23:15:12.935Z Checking time-core v0.1.8
24412026-05-01T23:15:12.947Z Checking allocator-api2 v0.2.21
24422026-05-01T23:15:13.002Z Checking adler2 v2.0.1
24432026-05-01T23:15:13.073Z Checking anstyle-query v1.1.5
24442026-05-01T23:15:13.108Z Checking unicode-bidi v0.3.18
24452026-05-01T23:15:13.134Z Checking num-conv v0.2.0
24462026-05-01T23:15:13.162Z Checking colorchoice v1.0.4
24472026-05-01T23:15:13.221Z Checking is_terminal_polyfill v1.70.2
24482026-05-01T23:15:13.247Z Checking num_threads v0.1.7
24492026-05-01T23:15:13.259Z Checking unicode-properties v0.1.4
24502026-05-01T23:15:13.307Z Checking unarray v0.1.4
24512026-05-01T23:15:13.330Z Checking time v0.3.47
24522026-05-01T23:15:13.396Z Checking anstream v0.6.21
24532026-05-01T23:15:13.408Z Checking proptest v1.10.0
24542026-05-01T23:15:13.440Z Checking stringprep v0.1.5
24552026-05-01T23:15:13.590Z Checking miniz_oxide v0.8.9
24562026-05-01T23:15:13.590Z Checking goblin v0.10.5
24572026-05-01T23:15:13.946Z Checking tower v0.5.3
24582026-05-01T23:15:14.101Z Checking crossbeam-epoch v0.9.18
24592026-05-01T23:15:14.165Z Checking native-tls v0.2.18
24602026-05-01T23:15:14.321Z Compiling daft v0.1.5
24612026-05-01T23:15:14.350Z Checking syn v2.0.117
24622026-05-01T23:15:14.366Z Checking ipnetwork v0.21.1
24632026-05-01T23:15:14.446Z Checking tokio-rustls v0.26.4
24642026-05-01T23:15:14.468Z Checking http-body-util v0.1.3
24652026-05-01T23:15:14.588Z Checking webpki-roots v1.0.6
24662026-05-01T23:15:14.604Z Checking rand_chacha v0.3.1
24672026-05-01T23:15:14.677Z Checking thiserror v1.0.69
24682026-05-01T23:15:14.692Z Checking scroll v0.12.0
24692026-05-01T23:15:14.704Z Checking zstd-sys v2.0.16+zstd.1.5.7
24702026-05-01T23:15:14.775Z Checking hash32 v0.2.1
24712026-05-01T23:15:14.813Z Checking num-integer v0.1.46
24722026-05-01T23:15:14.813Z Checking serde_spanned v0.6.9
24732026-05-01T23:15:14.919Z Checking toml_datetime v0.6.11
24742026-05-01T23:15:14.934Z Checking md-5 v0.10.6
24752026-05-01T23:15:14.950Z Checking ff v0.13.1
24762026-05-01T23:15:15.043Z Checking psl-types v2.0.11
24772026-05-01T23:15:15.066Z Checking iri-string v0.7.10
24782026-05-01T23:15:15.078Z Checking base16ct v0.2.0
24792026-05-01T23:15:15.089Z Checking hyper v1.8.1
24802026-05-01T23:15:15.100Z Checking zlib-rs v0.6.2
24812026-05-01T23:15:15.156Z Checking fallible-iterator v0.2.0
24822026-05-01T23:15:15.198Z Checking ryu v1.0.23
24832026-05-01T23:15:15.332Z Checking serde_urlencoded v0.7.1
24842026-05-01T23:15:15.360Z Compiling iddqd v0.3.18
24852026-05-01T23:15:15.422Z Checking postgres-protocol v0.6.10
24862026-05-01T23:15:15.530Z Checking sec1 v0.7.3
24872026-05-01T23:15:15.728Z Checking publicsuffix v2.3.0
24882026-05-01T23:15:15.742Z Checking group v0.13.0
24892026-05-01T23:15:15.885Z Checking num-iter v0.1.45
24902026-05-01T23:15:15.897Z Checking heapless v0.7.17
24912026-05-01T23:15:15.953Z Checking dof v0.4.0
24922026-05-01T23:15:15.965Z Checking flate2 v1.1.9
24932026-05-01T23:15:15.981Z Checking hyper-util v0.1.20
24942026-05-01T23:15:15.992Z Checking goblin v0.8.2
24952026-05-01T23:15:16.068Z Checking tower-http v0.6.8
24962026-05-01T23:15:16.247Z Checking zstd-safe v7.2.4
24972026-05-01T23:15:16.294Z Checking rand v0.8.5
24982026-05-01T23:15:16.342Z Checking oxnet v0.1.4
24992026-05-01T23:15:16.411Z Checking cookie v0.18.1
25002026-05-01T23:15:16.479Z Checking tokio-native-tls v0.3.1
25012026-05-01T23:15:16.577Z Checking dtrace-parser v0.3.0
25022026-05-01T23:15:16.591Z Checking phf_shared v0.13.1
25032026-05-01T23:15:16.606Z Checking lazy_static v1.5.0
25042026-05-01T23:15:16.630Z Checking terminal_size v0.4.3
25052026-05-01T23:15:16.642Z Checking zerocopy v0.7.35
25062026-05-01T23:15:16.689Z Checking bzip2-sys v0.1.13+1.0.8
25072026-05-01T23:15:16.739Z Checking signal-hook v0.3.18
25082026-05-01T23:15:16.771Z Checking hkdf v0.12.4
25092026-05-01T23:15:16.783Z Checking crypto-bigint v0.5.5
25102026-05-01T23:15:16.803Z Checking thread-id v5.1.0
25112026-05-01T23:15:16.816Z Checking either v1.15.0
25122026-05-01T23:15:16.879Z Checking clap_lex v1.0.0
25132026-05-01T23:15:16.896Z Checking winnow v0.7.14
25142026-05-01T23:15:16.938Z Checking foldhash v0.1.5
25152026-05-01T23:15:16.991Z Compiling rayon-core v1.13.0
25162026-05-01T23:15:17.025Z Checking managed v0.8.0
25172026-05-01T23:15:17.069Z Checking winnow v0.5.40
25182026-05-01T23:15:17.125Z Checking bumpalo v3.20.2
25192026-05-01T23:15:17.217Z Checking foldhash v0.2.0
25202026-05-01T23:15:17.222Z Checking bitflags v1.3.2
25212026-05-01T23:15:17.222Z Checking hyper-rustls v0.27.7
25222026-05-01T23:15:17.282Z Checking libbz2-rs-sys v0.2.2
25232026-05-01T23:15:17.315Z Checking strsim v0.11.1
25242026-05-01T23:15:17.327Z Checking zopfli v0.8.3
25252026-05-01T23:15:17.427Z Checking hashbrown v0.16.1
25262026-05-01T23:15:17.473Z Checking clap_builder v4.5.60
25272026-05-01T23:15:17.649Z Checking smoltcp v0.9.1
25282026-05-01T23:15:17.665Z Checking bzip2 v0.6.1
25292026-05-01T23:15:17.677Z Checking elliptic-curve v0.13.8
25302026-05-01T23:15:17.823Z Checking hyper-tls v0.6.0
25312026-05-01T23:15:17.857Z Checking dof v0.3.0
25322026-05-01T23:15:17.944Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25332026-05-01T23:15:17.979Z Checking hashbrown v0.15.5
25342026-05-01T23:15:17.991Z Checking signal-hook-mio v0.2.5
25352026-05-01T23:15:18.064Z Checking usdt-impl v0.6.0
25362026-05-01T23:15:18.088Z Checking num-bigint-dig v0.8.6
25372026-05-01T23:15:18.123Z Checking phf v0.13.1
25382026-05-01T23:15:18.140Z Checking bzip2 v0.4.4
25392026-05-01T23:15:18.197Z Checking toml_edit v0.19.15
25402026-05-01T23:15:18.229Z Checking cookie_store v0.22.1
25412026-05-01T23:15:18.297Z Checking zstd v0.13.3
25422026-05-01T23:15:18.340Z Checking postgres-types v0.2.12
25432026-05-01T23:15:18.437Z Checking dtrace-parser v0.2.0
25442026-05-01T23:15:18.477Z Checking rustls-platform-verifier v0.6.2
25452026-05-01T23:15:18.501Z Checking crossbeam-deque v0.8.6
25462026-05-01T23:15:18.549Z Checking regex v1.12.3
25472026-05-01T23:15:18.609Z Checking bstr v1.12.1
25482026-05-01T23:15:18.650Z Checking ed25519 v2.2.3
25492026-05-01T23:15:18.667Z Checking phf_shared v0.11.3
25502026-05-01T23:15:18.678Z Checking ref-cast v1.0.25
25512026-05-01T23:15:18.694Z Checking curve25519-dalek v4.1.3
25522026-05-01T23:15:18.771Z Checking strum v0.27.2
25532026-05-01T23:15:18.804Z Checking hubpack v0.1.2
25542026-05-01T23:15:18.826Z Checking memoffset v0.9.1
25552026-05-01T23:15:18.829Z Checking rustix v0.38.44
25562026-05-01T23:15:18.875Z Checking pkcs1 v0.7.5
25572026-05-01T23:15:18.888Z Checking float-cmp v0.10.0
25582026-05-01T23:15:18.903Z Checking hex v0.4.3
25592026-05-01T23:15:18.967Z Checking erased-serde v0.3.31
25602026-05-01T23:15:18.995Z Checking serde-big-array v0.5.1
25612026-05-01T23:15:19.007Z Checking rfc6979 v0.4.0
25622026-05-01T23:15:19.079Z Checking thread-id v4.2.2
25632026-05-01T23:15:19.118Z Checking memmap2 v0.9.10
25642026-05-01T23:15:19.121Z Checking env_filter v1.0.0
25652026-05-01T23:15:19.141Z Checking encoding_rs v0.8.35
25662026-05-01T23:15:19.154Z Checking unicode-segmentation v1.12.0
25672026-05-01T23:15:19.212Z Checking fixedbitset v0.5.7
25682026-05-01T23:15:19.261Z Checking toml_write v0.1.2
25692026-05-01T23:15:19.274Z Checking keccak v0.1.6
25702026-05-01T23:15:19.355Z Checking new_debug_unreachable v1.0.6
25712026-05-01T23:15:19.418Z Checking mime v0.3.17
25722026-05-01T23:15:19.430Z Checking precomputed-hash v0.1.1
25732026-05-01T23:15:19.433Z Checking fixedbitset v0.4.2
25742026-05-01T23:15:19.451Z Checking normalize-line-endings v0.3.0
25752026-05-01T23:15:19.474Z Checking difflib v0.4.0
25762026-05-01T23:15:19.477Z Checking rustc-hash v2.1.1
25772026-05-01T23:15:19.507Z Checking jiff v0.2.21
25782026-05-01T23:15:19.533Z Checking whoami v2.1.0
25792026-05-01T23:15:19.584Z Checking data-encoding v2.10.0
25802026-05-01T23:15:19.587Z Checking predicates-core v1.0.10
25812026-05-01T23:15:19.587Z Checking static_assertions v1.1.0
25822026-05-01T23:15:19.652Z Checking crossterm v0.28.1
25832026-05-01T23:15:19.664Z Checking petgraph v0.6.5
25842026-05-01T23:15:19.667Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
25852026-05-01T23:15:19.704Z Checking predicates v3.1.4
25862026-05-01T23:15:19.724Z Checking tokio-postgres v0.7.16
25872026-05-01T23:15:19.877Z Checking hickory-proto v0.25.2
25882026-05-01T23:15:20.094Z Checking reqwest v0.12.28
25892026-05-01T23:15:20.353Z Checking string_cache v0.8.9
25902026-05-01T23:15:20.523Z Checking ed25519-dalek v2.2.0
25912026-05-01T23:15:20.753Z Checking similar v2.7.0
25922026-05-01T23:15:20.836Z Checking sha3 v0.10.8
25932026-05-01T23:15:20.898Z Checking toml_edit v0.22.27
25942026-05-01T23:15:20.920Z Checking petgraph v0.8.3
25952026-05-01T23:15:20.976Z Checking slog v2.8.2
25962026-05-01T23:15:21.040Z Checking usdt v0.6.0
25972026-05-01T23:15:21.133Z Checking env_logger v0.11.9
25982026-05-01T23:15:21.207Z Checking toml v0.7.8
25992026-05-01T23:15:21.233Z Checking usdt-impl v0.5.0
26002026-05-01T23:15:21.319Z Checking ecdsa v0.16.9
26012026-05-01T23:15:21.506Z Checking serde_with v3.17.0
26022026-05-01T23:15:21.509Z Checking rsa v0.9.10
26032026-05-01T23:15:21.652Z Checking nix v0.31.2
26042026-05-01T23:15:21.723Z Checking zip v4.6.1
26052026-05-01T23:15:21.921Z Checking clap v4.5.60
26062026-05-01T23:15:21.989Z Checking reqwest v0.13.2
26072026-05-01T23:15:22.001Z Checking zip v0.6.6
26082026-05-01T23:15:22.292Z Checking toml_parser v1.0.9+spec-1.1.0
26092026-05-01T23:15:22.316Z Checking itertools v0.13.0
26102026-05-01T23:15:22.332Z Checking strum v0.26.3
26112026-05-01T23:15:22.504Z Checking tokio-stream v0.1.18
26122026-05-01T23:15:22.509Z Checking fs-err v3.3.0
26132026-05-01T23:15:22.614Z Checking ahash v0.8.12
26142026-05-01T23:15:22.631Z Checking object v0.37.3
26152026-05-01T23:15:22.643Z Checking buf-list v1.1.2
26162026-05-01T23:15:22.762Z Checking anyhow v1.0.102
26172026-05-01T23:15:22.806Z Checking camino v1.2.2
26182026-05-01T23:15:22.819Z Checking x509-cert v0.2.5
26192026-05-01T23:15:22.819Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
26202026-05-01T23:15:22.842Z Checking openapiv3 v2.2.0
26212026-05-01T23:15:22.895Z Checking toml_datetime v0.7.5+spec-1.1.0
26222026-05-01T23:15:22.957Z Checking sha1 v0.10.6
26232026-05-01T23:15:23.051Z Checking lalrpop-util v0.19.12
26242026-05-01T23:15:23.075Z Checking peg-runtime v0.8.5
26252026-05-01T23:15:23.090Z Checking rayon v1.11.0
26262026-05-01T23:15:23.118Z Checking sigpipe v0.1.3
26272026-05-01T23:15:23.193Z Checking glob v0.3.3
26282026-05-01T23:15:24.788Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26292026-05-01T23:15:25.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.50s
26302026-05-01T23:15:25.225Z
26312026-05-01T23:15:25.225Zinfo: running `cargo check --bins` on internal-dns-types (77/274)
26322026-05-01T23:15:25.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26332026-05-01T23:15:25.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26342026-05-01T23:15:25.726Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26352026-05-01T23:15:25.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26362026-05-01T23:15:25.815Z
26372026-05-01T23:15:25.815Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/274)
26382026-05-01T23:15:26.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26392026-05-01T23:15:26.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26402026-05-01T23:15:26.318Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26412026-05-01T23:15:26.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26422026-05-01T23:15:26.406Z
26432026-05-01T23:15:26.406Zinfo: running `cargo check --bins` on nexus-types-versions (79/274)
26442026-05-01T23:15:26.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26452026-05-01T23:15:26.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26462026-05-01T23:15:26.919Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26472026-05-01T23:15:26.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26482026-05-01T23:15:27.009Z
26492026-05-01T23:15:27.009Zinfo: running `cargo check --bins` on oxql-types (80/274)
26502026-05-01T23:15:27.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26512026-05-01T23:15:27.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26522026-05-01T23:15:27.505Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26532026-05-01T23:15:27.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26542026-05-01T23:15:27.597Z
26552026-05-01T23:15:27.597Zinfo: running `cargo check --bins` on oximeter-types (81/274)
26562026-05-01T23:15:28.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26572026-05-01T23:15:28.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26582026-05-01T23:15:28.096Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26592026-05-01T23:15:28.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26602026-05-01T23:15:28.186Z
26612026-05-01T23:15:28.186Zinfo: running `cargo check --bins` on oximeter-types-versions (82/274)
26622026-05-01T23:15:28.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26632026-05-01T23:15:28.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26642026-05-01T23:15:28.690Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26652026-05-01T23:15:28.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26662026-05-01T23:15:28.781Z
26672026-05-01T23:15:28.781Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/274)
26682026-05-01T23:15:29.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26692026-05-01T23:15:29.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26702026-05-01T23:15:29.275Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26712026-05-01T23:15:29.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26722026-05-01T23:15:29.361Z
26732026-05-01T23:15:29.361Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/274)
26742026-05-01T23:15:29.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26752026-05-01T23:15:29.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26762026-05-01T23:15:30.038Z Compiling structmeta-derive v0.3.0
26772026-05-01T23:15:30.153Z Compiling rustls v0.22.4
26782026-05-01T23:15:30.163Z Compiling multer v3.1.0
26792026-05-01T23:15:30.173Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26802026-05-01T23:15:30.176Z Compiling async-stream-impl v0.3.6
26812026-05-01T23:15:30.193Z Compiling dropshot v0.17.0
26822026-05-01T23:15:30.208Z Compiling newtype-uuid-macros v0.1.0
26832026-05-01T23:15:30.208Z Compiling dropshot_endpoint v0.17.0
26842026-05-01T23:15:30.343Z Checking newtype-uuid v1.3.2
26852026-05-01T23:15:30.386Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26862026-05-01T23:15:30.445Z Checking rustls-webpki v0.102.8
26872026-05-01T23:15:30.543Z Checking daft v0.1.5
26882026-05-01T23:15:30.557Z Checking futures-executor v0.3.32
26892026-05-01T23:15:30.751Z Checking thread_local v1.1.9
26902026-05-01T23:15:30.777Z Checking compression-core v0.4.31
26912026-05-01T23:15:30.817Z Compiling match_cfg v0.1.0
26922026-05-01T23:15:30.905Z Checking iddqd v0.3.18
26932026-05-01T23:15:30.916Z Compiling compression-codecs v0.4.37
26942026-05-01T23:15:30.956Z Checking hostname v0.3.1
26952026-05-01T23:15:31.117Z Checking futures v0.3.32
26962026-05-01T23:15:31.152Z Checking crossbeam-channel v0.5.15
26972026-05-01T23:15:31.188Z Checking slog-json v2.6.1
26982026-05-01T23:15:31.201Z Compiling structmeta v0.3.0
26992026-05-01T23:15:31.409Z Compiling derive-ex v0.1.8
27002026-05-01T23:15:31.465Z Compiling parse-display-derive v0.10.0
27012026-05-01T23:15:31.480Z Checking is-terminal v0.4.17
27022026-05-01T23:15:31.541Z Checking serde_spanned v1.0.4
27032026-05-01T23:15:31.567Z Compiling toml_datetime v1.0.0+spec-1.1.0
27042026-05-01T23:15:31.817Z Checking toml_writer v1.0.6+spec-1.1.0
27052026-05-01T23:15:31.857Z Checking term v1.2.1
27062026-05-01T23:15:31.957Z Checking debug-ignore v1.0.5
27072026-05-01T23:15:31.992Z Checking take_mut v0.2.2
27082026-05-01T23:15:32.052Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27092026-05-01T23:15:32.075Z Checking slog-term v2.9.2
27102026-05-01T23:15:32.093Z Checking slog-async v2.8.0
27112026-05-01T23:15:32.125Z Compiling toml v1.0.6+spec-1.1.0
27122026-05-01T23:15:32.262Z Compiling slog-bunyan v2.5.0
27132026-05-01T23:15:32.397Z Checking async-compression v0.4.41
27142026-05-01T23:15:32.477Z Checking tokio-rustls v0.25.0
27152026-05-01T23:15:32.642Z Checking async-stream v0.3.6
27162026-05-01T23:15:32.712Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27172026-05-01T23:15:32.770Z Checking progenitor-client v0.14.0
27182026-05-01T23:15:32.837Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27192026-05-01T23:15:33.001Z Checking backon v1.6.0
27202026-05-01T23:15:33.076Z Checking waitgroup v0.1.2
27212026-05-01T23:15:33.090Z Compiling test-strategy v0.4.5
27222026-05-01T23:15:33.174Z Checking rustls-pemfile v2.2.0
27232026-05-01T23:15:33.336Z Checking serde_path_to_error v0.1.20
27242026-05-01T23:15:33.413Z Compiling hostname v0.4.2
27252026-05-01T23:15:33.440Z Checking instant v0.1.13
27262026-05-01T23:15:33.534Z Compiling prettyplease v0.2.37
27272026-05-01T23:15:33.546Z Checking backoff v0.4.0
27282026-05-01T23:15:33.626Z Compiling progenitor-extras v0.2.0
27292026-05-01T23:15:33.779Z Compiling parse-display v0.10.0
27302026-05-01T23:15:33.864Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27312026-05-01T23:15:33.973Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27322026-05-01T23:15:34.076Z Checking progenitor-client v0.10.0
27332026-05-01T23:15:34.210Z Checking itertools v0.14.0
27342026-05-01T23:15:34.298Z Checking regress v0.10.5
27352026-05-01T23:15:34.439Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27362026-05-01T23:15:34.452Z Checking num-rational v0.4.2
27372026-05-01T23:15:34.616Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27382026-05-01T23:15:35.322Z Checking num-complex v0.4.6
27392026-05-01T23:15:35.580Z Compiling macaddr v1.0.1
27402026-05-01T23:15:35.760Z Checking num v0.4.3
27412026-05-01T23:15:35.787Z Compiling usdt-attr-macro v0.5.0
27422026-05-01T23:15:35.800Z Compiling usdt-macro v0.5.0
27432026-05-01T23:15:35.840Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27442026-05-01T23:15:35.997Z Checking memmap v0.7.0
27452026-05-01T23:15:36.132Z Compiling float-ord v0.3.2
27462026-05-01T23:15:36.246Z Compiling toml v0.8.23
27472026-05-01T23:15:36.249Z Checking linked-hash-map v0.5.6
27482026-05-01T23:15:36.428Z Compiling minimal-lexical v0.2.1
27492026-05-01T23:15:36.548Z Checking usdt v0.5.0
27502026-05-01T23:15:36.685Z Compiling nom v7.1.3
27512026-05-01T23:15:36.718Z Checking lru-cache v0.1.2
27522026-05-01T23:15:37.188Z Checking hickory-proto v0.24.4
27532026-05-01T23:15:37.314Z Checking phf_shared v0.12.1
27542026-05-01T23:15:37.358Z Compiling slog-dtrace v0.3.0
27552026-05-01T23:15:37.461Z Checking resolv-conf v0.7.6
27562026-05-01T23:15:37.547Z Compiling chrono-tz v0.10.4
27572026-05-01T23:15:37.645Z Checking heck v0.5.0
27582026-05-01T23:15:37.727Z Compiling convert_case v0.4.0
27592026-05-01T23:15:37.840Z Compiling const_format_proc_macros v0.2.34
27602026-05-01T23:15:38.016Z Checking phf v0.12.1
27612026-05-01T23:15:38.019Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27622026-05-01T23:15:38.109Z Compiling derive_more v0.99.20
27632026-05-01T23:15:38.162Z Checking tokio-dtrace v0.1.1
27642026-05-01T23:15:38.351Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27652026-05-01T23:15:38.495Z Compiling derive-where v1.6.0
27662026-05-01T23:15:38.859Z Checking highway v1.3.0
27672026-05-01T23:15:38.946Z Checking hickory-resolver v0.24.4
27682026-05-01T23:15:39.085Z Checking const_format v0.2.35
27692026-05-01T23:15:39.136Z Checking oxide-tokio-rt v0.1.4
27702026-05-01T23:15:39.597Z Checking gethostname v0.5.0
27712026-05-01T23:15:39.630Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27722026-05-01T23:15:39.687Z Checking bcs v0.1.6
27732026-05-01T23:15:39.699Z Compiling async-recursion v1.1.1
27742026-05-01T23:15:39.865Z Checking qorb v0.4.1
27752026-05-01T23:15:39.917Z Checking termtree v0.5.1
27762026-05-01T23:15:40.521Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27772026-05-01T23:15:41.132Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27782026-05-01T23:15:41.321Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27792026-05-01T23:15:41.321Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27802026-05-01T23:15:43.322Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27812026-05-01T23:15:45.859Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27822026-05-01T23:15:47.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.52s
27832026-05-01T23:15:48.067Z
27842026-05-01T23:15:48.067Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/274)
27852026-05-01T23:15:48.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27862026-05-01T23:15:48.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27872026-05-01T23:15:48.736Z Compiling ar_archive_writer v0.5.1
27882026-05-01T23:15:48.845Z Compiling stacker v0.1.23
27892026-05-01T23:15:48.848Z Compiling cfg_aliases v0.1.1
27902026-05-01T23:15:48.858Z Compiling convert_case v0.10.0
27912026-05-01T23:15:48.861Z Checking unicode-width v0.1.14
27922026-05-01T23:15:48.872Z Compiling proc-macro-error v1.0.4
27932026-05-01T23:15:48.882Z Checking fd-lock v4.0.4
27942026-05-01T23:15:48.886Z Checking nibble_vec v0.1.0
27952026-05-01T23:15:48.909Z Compiling nix v0.28.0
27962026-05-01T23:15:48.992Z Checking vte v0.14.1
27972026-05-01T23:15:49.009Z Compiling recursive-proc-macro-impl v0.1.1
27982026-05-01T23:15:49.099Z Checking bytecount v0.6.9
27992026-05-01T23:15:49.112Z Checking endian-type v0.1.2
28002026-05-01T23:15:49.138Z Checking strip-ansi-escapes v0.2.1
28012026-05-01T23:15:49.150Z Compiling derive_more-impl v2.1.1
28022026-05-01T23:15:49.165Z Compiling tabled_derive v0.7.0
28032026-05-01T23:15:49.256Z Checking papergrid v0.11.0
28042026-05-01T23:15:49.261Z Checking radix_trie v0.2.1
28052026-05-01T23:15:49.261Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28062026-05-01T23:15:49.457Z Compiling peg-macros v0.8.5
28072026-05-01T23:15:49.465Z Checking winnow v0.6.26
28082026-05-01T23:15:49.722Z Compiling psm v0.1.30
28092026-05-01T23:15:49.744Z Compiling sqlparser_derive v0.5.0
28102026-05-01T23:15:49.847Z Checking unicode_categories v0.1.1
28112026-05-01T23:15:49.979Z Checking derive_more v2.1.1
28122026-05-01T23:15:50.002Z Checking nu-ansi-term v0.50.3
28132026-05-01T23:15:50.054Z Checking unicode-width v0.2.0
28142026-05-01T23:15:50.146Z Checking home v0.5.12
28152026-05-01T23:15:50.210Z Checking tabled v0.15.0
28162026-05-01T23:15:50.240Z Checking crossterm v0.29.0
28172026-05-01T23:15:50.252Z Checking rustyline v14.0.0
28182026-05-01T23:15:50.305Z Checking reedline v0.40.0
28192026-05-01T23:15:50.489Z Checking recursive v0.1.1
28202026-05-01T23:15:50.535Z Checking display-error-chain v0.2.2
28212026-05-01T23:15:50.582Z Checking sqlparser v0.61.0
28222026-05-01T23:15:50.639Z Checking sqlformat v0.3.5
28232026-05-01T23:15:50.867Z Checking peg v0.8.5
28242026-05-01T23:16:01.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.55s
28252026-05-01T23:16:01.809Z
28262026-05-01T23:16:01.809Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/274)
28272026-05-01T23:16:02.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28282026-05-01T23:16:02.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28292026-05-01T23:16:02.477Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28302026-05-01T23:16:05.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.04s
28312026-05-01T23:16:06.035Z
28322026-05-01T23:16:06.035Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/274)
28332026-05-01T23:16:06.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28342026-05-01T23:16:06.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28352026-05-01T23:16:06.703Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28362026-05-01T23:16:09.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.02s
28372026-05-01T23:16:09.246Z
28382026-05-01T23:16:09.246Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/274)
28392026-05-01T23:16:09.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28402026-05-01T23:16:09.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28412026-05-01T23:16:09.901Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28422026-05-01T23:16:13.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.80s
28432026-05-01T23:16:13.239Z
28442026-05-01T23:16:13.239Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/274)
28452026-05-01T23:16:13.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28462026-05-01T23:16:13.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28472026-05-01T23:16:13.903Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28482026-05-01T23:16:17.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.84s
28492026-05-01T23:16:17.276Z
28502026-05-01T23:16:17.276Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/274)
28512026-05-01T23:16:17.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28522026-05-01T23:16:17.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28532026-05-01T23:16:18.002Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28542026-05-01T23:16:20.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.16s
28552026-05-01T23:16:20.629Z
28562026-05-01T23:16:20.629Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/274)
28572026-05-01T23:16:21.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28582026-05-01T23:16:21.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28592026-05-01T23:16:21.293Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28602026-05-01T23:16:23.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s
28612026-05-01T23:16:24.023Z
28622026-05-01T23:16:24.023Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/274)
28632026-05-01T23:16:24.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28642026-05-01T23:16:24.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28652026-05-01T23:16:24.695Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28662026-05-01T23:16:27.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.96s
28672026-05-01T23:16:28.187Z
28682026-05-01T23:16:28.187Zinfo: running `cargo check --bins` on oximeter (93/274)
28692026-05-01T23:16:28.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28702026-05-01T23:16:28.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28712026-05-01T23:16:28.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28722026-05-01T23:16:28.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28732026-05-01T23:16:28.780Z
28742026-05-01T23:16:28.780Zinfo: running `cargo check --bins` on oximeter-schema (94/274)
28752026-05-01T23:16:29.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28762026-05-01T23:16:29.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28772026-05-01T23:16:29.409Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28782026-05-01T23:16:29.569Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28792026-05-01T23:16:29.573Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28802026-05-01T23:16:29.903Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28812026-05-01T23:16:32.957Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28822026-05-01T23:16:34.185Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28832026-05-01T23:16:34.348Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28842026-05-01T23:16:35.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.23s
28852026-05-01T23:16:35.194Z
28862026-05-01T23:16:35.194Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/274)
28872026-05-01T23:16:35.695Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28882026-05-01T23:16:35.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28892026-05-01T23:16:35.699Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28902026-05-01T23:16:35.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28912026-05-01T23:16:35.791Z
28922026-05-01T23:16:35.791Zinfo: running `cargo check --bins` on oximeter-test-utils (96/274)
28932026-05-01T23:16:36.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28942026-05-01T23:16:36.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28952026-05-01T23:16:36.331Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28962026-05-01T23:16:36.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28972026-05-01T23:16:36.435Z
28982026-05-01T23:16:36.435Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/274)
28992026-05-01T23:16:36.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29002026-05-01T23:16:36.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29012026-05-01T23:16:36.948Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29022026-05-01T23:16:36.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29032026-05-01T23:16:37.045Z
29042026-05-01T23:16:37.045Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/274)
29052026-05-01T23:16:37.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29062026-05-01T23:16:37.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29072026-05-01T23:16:37.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29082026-05-01T23:16:37.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29092026-05-01T23:16:37.648Z
29102026-05-01T23:16:37.648Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/274)
29112026-05-01T23:16:38.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29122026-05-01T23:16:38.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29132026-05-01T23:16:38.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29142026-05-01T23:16:38.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29152026-05-01T23:16:38.254Z
29162026-05-01T23:16:38.254Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/274)
29172026-05-01T23:16:38.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29182026-05-01T23:16:38.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29192026-05-01T23:16:38.758Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29202026-05-01T23:16:38.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29212026-05-01T23:16:38.850Z
29222026-05-01T23:16:38.850Zinfo: running `cargo check --bins` on trust-quorum-types (101/274)
29232026-05-01T23:16:39.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29242026-05-01T23:16:39.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29252026-05-01T23:16:39.346Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29262026-05-01T23:16:39.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29272026-05-01T23:16:39.430Z
29282026-05-01T23:16:39.430Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/274)
29292026-05-01T23:16:39.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29302026-05-01T23:16:39.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29312026-05-01T23:16:39.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29322026-05-01T23:16:39.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29332026-05-01T23:16:40.033Z
29342026-05-01T23:16:40.033Zinfo: running `cargo check --bins` on update-engine (103/274)
29352026-05-01T23:16:40.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29362026-05-01T23:16:40.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29372026-05-01T23:16:40.531Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29382026-05-01T23:16:40.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29392026-05-01T23:16:40.622Z
29402026-05-01T23:16:40.622Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/274)
29412026-05-01T23:16:41.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29422026-05-01T23:16:41.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29432026-05-01T23:16:41.341Z Compiling crucible-workspace-hack v0.1.0
29442026-05-01T23:16:41.459Z Checking secrecy v0.10.3
29452026-05-01T23:16:41.466Z Compiling heapless v0.8.0
29462026-05-01T23:16:41.473Z Compiling ingot-macros v0.1.1
29472026-05-01T23:16:41.481Z Compiling toml_edit v0.23.10+spec-1.0.0
29482026-05-01T23:16:41.485Z Checking hash32 v0.3.1
29492026-05-01T23:16:41.502Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29502026-05-01T23:16:41.502Z Compiling smoltcp v0.11.0
29512026-05-01T23:16:41.560Z Checking cobs v0.3.0
29522026-05-01T23:16:41.595Z Compiling thiserror-impl-no-std v2.0.2
29532026-05-01T23:16:41.693Z Checking universal-hash v0.5.1
29542026-05-01T23:16:41.705Z Checking half v2.7.1
29552026-05-01T23:16:41.745Z Checking ciborium-io v0.2.2
29562026-05-01T23:16:41.811Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29572026-05-01T23:16:41.833Z Checking opaque-debug v0.3.1
29582026-05-01T23:16:41.917Z Checking postcard v1.1.3
29592026-05-01T23:16:41.938Z Checking poly1305 v0.8.0
29602026-05-01T23:16:41.955Z Checking ciborium-ll v0.2.2
29612026-05-01T23:16:42.006Z Compiling proc-macro-crate v3.4.0
29622026-05-01T23:16:42.122Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
29632026-05-01T23:16:42.193Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29642026-05-01T23:16:42.206Z Checking password-hash v0.5.0
29652026-05-01T23:16:42.414Z Checking chacha20 v0.9.1
29662026-05-01T23:16:42.433Z Compiling proc-macro-crate v1.3.1
29672026-05-01T23:16:42.462Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29682026-05-01T23:16:42.530Z Checking blake2 v0.10.6
29692026-05-01T23:16:42.561Z Compiling num_enum_derive v0.7.5
29702026-05-01T23:16:42.604Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29712026-05-01T23:16:42.696Z Checking aead v0.5.2
29722026-05-01T23:16:42.758Z Checking thiserror-no-std v2.0.2
29732026-05-01T23:16:42.771Z Compiling foreign-types-macros v0.2.3
29742026-05-01T23:16:42.810Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29752026-05-01T23:16:42.837Z Checking foreign-types-shared v0.3.1
29762026-05-01T23:16:42.851Z Checking cpufeatures v0.3.0
29772026-05-01T23:16:42.854Z Compiling num_enum_derive v0.5.11
29782026-05-01T23:16:42.926Z Checking vsss-rs v3.3.4
29792026-05-01T23:16:42.941Z Checking chacha20 v0.10.0
29802026-05-01T23:16:43.045Z Checking chacha20poly1305 v0.10.1
29812026-05-01T23:16:43.153Z Checking argon2 v0.5.3
29822026-05-01T23:16:43.171Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29832026-05-01T23:16:43.355Z Checking foreign-types v0.5.0
29842026-05-01T23:16:43.435Z Checking ciborium v0.2.2
29852026-05-01T23:16:43.552Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29862026-05-01T23:16:43.596Z Checking num_enum v0.7.5
29872026-05-01T23:16:43.609Z Checking console v0.15.11
29882026-05-01T23:16:43.709Z Checking tabwriter v1.4.1
29892026-05-01T23:16:43.832Z Checking newline-converter v0.3.0
29902026-05-01T23:16:43.851Z Checking camino-tempfile v1.4.1
29912026-05-01T23:16:43.863Z Checking atomicwrites v0.4.4
29922026-05-01T23:16:43.874Z Checking byte-wrapper v0.1.0
29932026-05-01T23:16:43.887Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29942026-05-01T23:16:43.939Z Checking cstr-argument v0.1.2
29952026-05-01T23:16:43.984Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29962026-05-01T23:16:44.006Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29972026-05-01T23:16:44.033Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29982026-05-01T23:16:44.061Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29992026-05-01T23:16:44.080Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30002026-05-01T23:16:44.209Z Checking expectorate v1.2.0
30012026-05-01T23:16:44.227Z Checking num_enum v0.5.11
30022026-05-01T23:16:44.258Z Checking ingot-types v0.1.2
30032026-05-01T23:16:44.299Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30042026-05-01T23:16:44.378Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30052026-05-01T23:16:44.391Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30062026-05-01T23:16:44.450Z Checking rand v0.10.0
30072026-05-01T23:16:44.465Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30082026-05-01T23:16:44.544Z Checking indent_write v2.2.0
30092026-05-01T23:16:44.592Z Checking colored v3.1.1
30102026-05-01T23:16:44.635Z Checking ingot v0.1.1
30112026-05-01T23:16:44.648Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30122026-05-01T23:16:44.674Z Compiling zone_cfg_derive v0.3.1
30132026-05-01T23:16:44.695Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30142026-05-01T23:16:44.739Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
30152026-05-01T23:16:44.772Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30162026-05-01T23:16:44.789Z Checking itertools v0.12.1
30172026-05-01T23:16:44.869Z Compiling num-derive v0.4.2
30182026-05-01T23:16:44.947Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30192026-05-01T23:16:45.132Z Checking swrite v0.1.0
30202026-05-01T23:16:45.146Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30212026-05-01T23:16:45.226Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30222026-05-01T23:16:45.335Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30232026-05-01T23:16:45.493Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30242026-05-01T23:16:45.547Z Checking dropshot-api-manager-types v0.7.1
30252026-05-01T23:16:45.605Z Checking smf v0.2.3
30262026-05-01T23:16:45.716Z Checking nanorand v0.7.0
30272026-05-01T23:16:45.745Z Checking whoami v1.6.1
30282026-05-01T23:16:45.793Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
30292026-05-01T23:16:45.806Z Checking zone v0.3.1
30302026-05-01T23:16:45.833Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30312026-05-01T23:16:45.847Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
30322026-05-01T23:16:45.910Z Checking flume v0.11.1
30332026-05-01T23:16:46.254Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30342026-05-01T23:16:47.212Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30352026-05-01T23:16:48.093Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30362026-05-01T23:16:51.080Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30372026-05-01T23:16:53.132Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30382026-05-01T23:16:54.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.52s
30392026-05-01T23:16:54.335Z
30402026-05-01T23:16:54.335Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/274)
30412026-05-01T23:16:54.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30422026-05-01T23:16:54.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30432026-05-01T23:16:54.839Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30442026-05-01T23:16:54.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30452026-05-01T23:16:54.930Z
30462026-05-01T23:16:54.930Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/274)
30472026-05-01T23:16:55.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30482026-05-01T23:16:55.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30492026-05-01T23:16:55.435Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30502026-05-01T23:16:55.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30512026-05-01T23:16:55.521Z
30522026-05-01T23:16:55.521Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/274)
30532026-05-01T23:16:56.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30542026-05-01T23:16:56.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30552026-05-01T23:16:56.030Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30562026-05-01T23:16:56.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30572026-05-01T23:16:56.120Z
30582026-05-01T23:16:56.120Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/274)
30592026-05-01T23:16:56.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30602026-05-01T23:16:56.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30612026-05-01T23:16:56.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30622026-05-01T23:16:56.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30632026-05-01T23:16:56.721Z
30642026-05-01T23:16:56.721Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/274)
30652026-05-01T23:16:57.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30662026-05-01T23:16:57.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30672026-05-01T23:16:57.226Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30682026-05-01T23:16:57.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30692026-05-01T23:16:57.317Z
30702026-05-01T23:16:57.317Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/274)
30712026-05-01T23:16:57.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30722026-05-01T23:16:57.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30732026-05-01T23:16:57.822Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30742026-05-01T23:16:57.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30752026-05-01T23:16:57.910Z
30762026-05-01T23:16:57.910Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/274)
30772026-05-01T23:16:58.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30782026-05-01T23:16:58.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30792026-05-01T23:16:58.417Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30802026-05-01T23:16:58.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30812026-05-01T23:16:58.508Z
30822026-05-01T23:16:58.508Zinfo: running `cargo check --bins` on cockroach-admin-client (112/274)
30832026-05-01T23:16:59.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30842026-05-01T23:16:59.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30852026-05-01T23:16:59.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30862026-05-01T23:16:59.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30872026-05-01T23:16:59.095Z
30882026-05-01T23:16:59.095Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/274)
30892026-05-01T23:16:59.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30902026-05-01T23:16:59.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30912026-05-01T23:16:59.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30922026-05-01T23:16:59.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30932026-05-01T23:16:59.693Z
30942026-05-01T23:16:59.693Zinfo: running `cargo check --bins` on dns-service-client (114/274)
30952026-05-01T23:17:00.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30962026-05-01T23:17:00.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30972026-05-01T23:17:00.203Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30982026-05-01T23:17:00.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30992026-05-01T23:17:00.294Z
31002026-05-01T23:17:00.294Zinfo: running `cargo check --bins` on installinator-client (115/274)
31012026-05-01T23:17:00.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31022026-05-01T23:17:00.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31032026-05-01T23:17:00.800Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31042026-05-01T23:17:00.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31052026-05-01T23:17:00.889Z
31062026-05-01T23:17:00.889Zinfo: running `cargo check --bins` on nexus-client (116/274)
31072026-05-01T23:17:01.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31082026-05-01T23:17:01.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31092026-05-01T23:17:01.429Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31102026-05-01T23:17:01.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31112026-05-01T23:17:01.527Z
31122026-05-01T23:17:01.527Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/274)
31132026-05-01T23:17:02.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31142026-05-01T23:17:02.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31152026-05-01T23:17:02.066Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31162026-05-01T23:17:02.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31172026-05-01T23:17:02.165Z
31182026-05-01T23:17:02.165Zinfo: running `cargo check --bins` on ntp-admin-client (118/274)
31192026-05-01T23:17:02.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31202026-05-01T23:17:02.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31212026-05-01T23:17:02.659Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31222026-05-01T23:17:02.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31232026-05-01T23:17:02.741Z
31242026-05-01T23:17:02.741Zinfo: running `cargo check --bins` on oxide-client (119/274)
31252026-05-01T23:17:03.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31262026-05-01T23:17:03.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31272026-05-01T23:17:03.236Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31282026-05-01T23:17:03.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31292026-05-01T23:17:03.324Z
31302026-05-01T23:17:03.324Zinfo: running `cargo check --bins` on oximeter-client (120/274)
31312026-05-01T23:17:03.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31322026-05-01T23:17:03.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31332026-05-01T23:17:03.831Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31342026-05-01T23:17:03.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31352026-05-01T23:17:03.918Z
31362026-05-01T23:17:03.918Zinfo: running `cargo check --bins` on repo-depot-client (121/274)
31372026-05-01T23:17:04.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31382026-05-01T23:17:04.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31392026-05-01T23:17:04.412Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31402026-05-01T23:17:04.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31412026-05-01T23:17:04.501Z
31422026-05-01T23:17:04.501Zinfo: running `cargo check --bins` on sled-agent-client (122/274)
31432026-05-01T23:17:05.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31442026-05-01T23:17:05.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31452026-05-01T23:17:05.012Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31462026-05-01T23:17:05.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31472026-05-01T23:17:05.099Z
31482026-05-01T23:17:05.099Zinfo: running `cargo check --bins` on wicketd-client (123/274)
31492026-05-01T23:17:05.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31502026-05-01T23:17:05.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31512026-05-01T23:17:05.621Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31522026-05-01T23:17:05.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31532026-05-01T23:17:05.715Z
31542026-05-01T23:17:05.715Zinfo: running `cargo check --bins` on installinator-common (124/274)
31552026-05-01T23:17:06.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31562026-05-01T23:17:06.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31572026-05-01T23:17:06.234Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31582026-05-01T23:17:06.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31592026-05-01T23:17:06.327Z
31602026-05-01T23:17:06.327Zinfo: running `cargo check --bins` on installinator-common-versions (125/274)
31612026-05-01T23:17:06.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31622026-05-01T23:17:06.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31632026-05-01T23:17:06.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31642026-05-01T23:17:06.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31652026-05-01T23:17:06.906Z
31662026-05-01T23:17:06.907Zinfo: running `cargo check --bins` on wicket-common (126/274)
31672026-05-01T23:17:07.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31682026-05-01T23:17:07.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31692026-05-01T23:17:07.424Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31702026-05-01T23:17:07.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31712026-05-01T23:17:07.517Z
31722026-05-01T23:17:07.517Zinfo: running `cargo check --bins` on omicron-cockroach-admin (127/274)
31732026-05-01T23:17:08.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31742026-05-01T23:17:08.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31752026-05-01T23:17:08.199Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31762026-05-01T23:17:08.315Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31772026-05-01T23:17:08.322Z Checking csv-core v0.1.13
31782026-05-01T23:17:08.330Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31792026-05-01T23:17:08.337Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31802026-05-01T23:17:08.347Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31812026-05-01T23:17:08.358Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31822026-05-01T23:17:08.380Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31832026-05-01T23:17:08.478Z Checking csv v1.4.0
31842026-05-01T23:17:08.494Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31852026-05-01T23:17:08.543Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31862026-05-01T23:17:08.564Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31872026-05-01T23:17:08.808Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31882026-05-01T23:17:09.166Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31892026-05-01T23:17:09.169Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31902026-05-01T23:17:09.502Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31912026-05-01T23:17:15.204Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31922026-05-01T23:17:15.736Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31932026-05-01T23:17:18.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.55s
31942026-05-01T23:17:18.270Z
31952026-05-01T23:17:18.270Zinfo: running `cargo check --bins` on cockroach-admin-api (128/274)
31962026-05-01T23:17:18.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31972026-05-01T23:17:18.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31982026-05-01T23:17:18.770Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31992026-05-01T23:17:18.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32002026-05-01T23:17:18.861Z
32012026-05-01T23:17:18.861Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (129/274)
32022026-05-01T23:17:19.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32032026-05-01T23:17:19.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32042026-05-01T23:17:19.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32052026-05-01T23:17:19.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32062026-05-01T23:17:19.541Z
32072026-05-01T23:17:19.541Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (130/274)
32082026-05-01T23:17:20.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32092026-05-01T23:17:20.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32102026-05-01T23:17:20.114Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32112026-05-01T23:17:20.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32122026-05-01T23:17:20.221Z
32132026-05-01T23:17:20.221Zinfo: running `cargo check --bins` on gateway-test-utils (131/274)
32142026-05-01T23:17:20.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32152026-05-01T23:17:20.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32162026-05-01T23:17:20.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32172026-05-01T23:17:20.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32182026-05-01T23:17:20.866Z
32192026-05-01T23:17:20.866Zinfo: running `cargo check --bins` on omicron-gateway (132/274)
32202026-05-01T23:17:21.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32212026-05-01T23:17:21.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32222026-05-01T23:17:21.622Z Compiling regress v0.11.1
32232026-05-01T23:17:21.760Z Compiling unsafe-libyaml v0.2.11
32242026-05-01T23:17:21.774Z Compiling radium v0.7.0
32252026-05-01T23:17:21.774Z Compiling semver v0.1.20
32262026-05-01T23:17:21.800Z Compiling pin-project-internal v1.1.11
32272026-05-01T23:17:21.803Z Compiling maybe-uninit v2.0.0
32282026-05-01T23:17:21.823Z Checking tap v1.0.1
32292026-05-01T23:17:21.925Z Checking wyz v0.5.1
32302026-05-01T23:17:22.047Z Compiling rustc_version v0.1.7
32312026-05-01T23:17:22.101Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32322026-05-01T23:17:22.122Z Checking progenitor-client v0.13.0
32332026-05-01T23:17:22.227Z Compiling snafu-derive v0.8.9
32342026-05-01T23:17:22.263Z Compiling serde_yaml v0.9.34+deprecated
32352026-05-01T23:17:22.353Z Compiling newtype_derive v0.1.6
32362026-05-01T23:17:22.487Z Compiling zerocopy-derive v0.6.6
32372026-05-01T23:17:22.541Z Checking funty v2.0.0
32382026-05-01T23:17:22.860Z Checking same-file v1.0.6
32392026-05-01T23:17:22.900Z Checking pin-project v1.1.11
32402026-05-01T23:17:22.979Z Checking crc-catalog v2.4.0
32412026-05-01T23:17:22.999Z Compiling owo-colors v4.3.0
32422026-05-01T23:17:23.073Z Compiling cancel-safe-futures v0.1.5
32432026-05-01T23:17:23.174Z Checking typify-impl v0.6.2
32442026-05-01T23:17:23.322Z Compiling packed_struct v0.10.1
32452026-05-01T23:17:23.335Z Checking zerocopy v0.6.6
32462026-05-01T23:17:23.659Z Checking crc v3.4.0
32472026-05-01T23:17:23.675Z Checking walkdir v2.5.0
32482026-05-01T23:17:23.678Z Checking bitvec v1.0.1
32492026-05-01T23:17:23.831Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32502026-05-01T23:17:23.845Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32512026-05-01T23:17:23.848Z Checking globset v0.4.18
32522026-05-01T23:17:24.120Z Checking olpc-cjson v0.1.4
32532026-05-01T23:17:24.134Z Checking snafu v0.8.9
32542026-05-01T23:17:24.187Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32552026-05-01T23:17:24.259Z Checking pem v3.0.6
32562026-05-01T23:17:24.313Z Compiling packed_struct_codegen v0.10.1
32572026-05-01T23:17:24.373Z Checking libsw-core v0.3.2
32582026-05-01T23:17:24.402Z Checking serde_plain v1.0.2
32592026-05-01T23:17:24.439Z Compiling bitfield-macros v0.19.4
32602026-05-01T23:17:24.453Z Compiling indexmap v1.9.3
32612026-05-01T23:17:24.531Z Checking typed-path v0.9.3
32622026-05-01T23:17:24.550Z Checking nodrop v0.1.14
32632026-05-01T23:17:24.643Z Checking array-init v0.0.4
32642026-05-01T23:17:24.678Z Checking libsw v3.5.0
32652026-05-01T23:17:24.831Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32662026-05-01T23:17:24.935Z Checking smallvec v0.6.14
32672026-05-01T23:17:25.021Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32682026-05-01T23:17:25.152Z Checking bitfield v0.19.4
32692026-05-01T23:17:25.231Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32702026-05-01T23:17:25.269Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32712026-05-01T23:17:25.316Z Checking tough v0.20.0
32722026-05-01T23:17:25.393Z Checking smawk v0.3.2
32732026-05-01T23:17:25.408Z Checking hashbrown v0.12.3
32742026-05-01T23:17:25.422Z Checking linear-map v1.2.0
32752026-05-01T23:17:25.446Z Checking unicode-linebreak v0.1.5
32762026-05-01T23:17:25.522Z Checking tagptr v0.2.0
32772026-05-01T23:17:25.588Z Checking base64 v0.21.7
32782026-05-01T23:17:25.653Z Checking textwrap v0.16.2
32792026-05-01T23:17:25.666Z Checking moka v0.12.13
32802026-05-01T23:17:25.684Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32812026-05-01T23:17:25.836Z Checking ron v0.8.1
32822026-05-01T23:17:25.867Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32832026-05-01T23:17:26.042Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32842026-05-01T23:17:26.141Z Checking serde-hex v0.1.0
32852026-05-01T23:17:26.295Z Checking steno v0.4.1
32862026-05-01T23:17:26.341Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32872026-05-01T23:17:26.477Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32882026-05-01T23:17:26.501Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32892026-05-01T23:17:26.835Z Checking hashbrown v0.13.2
32902026-05-01T23:17:26.953Z Checking crc-any v2.5.0
32912026-05-01T23:17:27.077Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32922026-05-01T23:17:27.135Z Checking humantime v2.3.0
32932026-05-01T23:17:27.267Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32942026-05-01T23:17:27.281Z Checking hickory-resolver v0.25.2
32952026-05-01T23:17:27.308Z Checking object v0.30.4
32962026-05-01T23:17:27.311Z Checking void v1.0.2
32972026-05-01T23:17:27.334Z Checking half v1.8.3
32982026-05-01T23:17:27.422Z Checking path-slash v0.1.5
32992026-05-01T23:17:27.444Z Checking utf-8 v0.7.6
33002026-05-01T23:17:27.526Z Checking lzss v0.8.2
33012026-05-01T23:17:27.529Z Checking serde_cbor v0.11.2
33022026-05-01T23:17:27.580Z Checking tungstenite v0.23.0
33032026-05-01T23:17:27.724Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33042026-05-01T23:17:27.738Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33052026-05-01T23:17:27.821Z Compiling typify-macro v0.6.2
33062026-05-01T23:17:27.879Z Checking nix v0.27.1
33072026-05-01T23:17:27.897Z Checking kstat-rs v0.2.4
33082026-05-01T23:17:27.970Z Checking fxhash v0.2.1
33092026-05-01T23:17:27.987Z Checking serde_bytes v0.11.19
33102026-05-01T23:17:28.002Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33112026-05-01T23:17:28.086Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33122026-05-01T23:17:28.089Z Checking tokio-tungstenite v0.23.1
33132026-05-01T23:17:28.158Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33142026-05-01T23:17:28.356Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33152026-05-01T23:17:28.381Z Checking signal-hook-tokio v0.3.1
33162026-05-01T23:17:29.249Z Compiling typify v0.6.2
33172026-05-01T23:17:29.339Z Compiling progenitor-impl v0.13.0
33182026-05-01T23:17:29.342Z Compiling progenitor-impl v0.14.0
33192026-05-01T23:17:29.413Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33202026-05-01T23:17:30.333Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33212026-05-01T23:17:30.651Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
33222026-05-01T23:17:30.945Z Compiling progenitor-macro v0.14.0
33232026-05-01T23:17:30.984Z Compiling progenitor-macro v0.13.0
33242026-05-01T23:17:33.511Z Checking progenitor v0.13.0
33252026-05-01T23:17:33.626Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33262026-05-01T23:17:33.639Z Checking progenitor v0.14.0
33272026-05-01T23:17:33.745Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33282026-05-01T23:17:36.672Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33292026-05-01T23:17:44.094Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33302026-05-01T23:17:50.319Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33312026-05-01T23:17:51.671Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33322026-05-01T23:17:52.169Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33332026-05-01T23:17:54.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.35s
33342026-05-01T23:17:54.427Z
33352026-05-01T23:17:54.427Zinfo: running `cargo check --bins` on gateway-api (133/274)
33362026-05-01T23:17:54.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33372026-05-01T23:17:54.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33382026-05-01T23:17:54.932Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33392026-05-01T23:17:54.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33402026-05-01T23:17:55.021Z
33412026-05-01T23:17:55.021Zinfo: running `cargo check --bins` on ipcc (134/274)
33422026-05-01T23:17:55.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33432026-05-01T23:17:55.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33442026-05-01T23:17:55.523Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33452026-05-01T23:17:55.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33462026-05-01T23:17:55.611Z
33472026-05-01T23:17:55.611Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (135/274)
33482026-05-01T23:17:56.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33492026-05-01T23:17:56.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33502026-05-01T23:17:56.102Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33512026-05-01T23:17:56.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33522026-05-01T23:17:56.191Z
33532026-05-01T23:17:56.191Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (136/274)
33542026-05-01T23:17:56.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33552026-05-01T23:17:56.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33562026-05-01T23:17:56.696Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33572026-05-01T23:17:56.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33582026-05-01T23:17:56.788Z
33592026-05-01T23:17:56.788Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (137/274)
33602026-05-01T23:17:57.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33612026-05-01T23:17:57.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33622026-05-01T23:17:57.294Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33632026-05-01T23:17:57.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33642026-05-01T23:17:57.384Z
33652026-05-01T23:17:57.384Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (138/274)
33662026-05-01T23:17:57.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33672026-05-01T23:17:57.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33682026-05-01T23:17:57.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33692026-05-01T23:17:57.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33702026-05-01T23:17:57.980Z
33712026-05-01T23:17:57.981Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (139/274)
33722026-05-01T23:17:58.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33732026-05-01T23:17:58.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33742026-05-01T23:17:58.485Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33752026-05-01T23:17:58.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33762026-05-01T23:17:58.575Z
33772026-05-01T23:17:58.575Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (140/274)
33782026-05-01T23:17:59.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33792026-05-01T23:17:59.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33802026-05-01T23:17:59.081Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33812026-05-01T23:17:59.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33822026-05-01T23:17:59.168Z
33832026-05-01T23:17:59.168Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (141/274)
33842026-05-01T23:17:59.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33852026-05-01T23:17:59.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33862026-05-01T23:17:59.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33872026-05-01T23:17:59.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33882026-05-01T23:17:59.763Z
33892026-05-01T23:17:59.763Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (142/274)
33902026-05-01T23:18:00.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33912026-05-01T23:18:00.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33922026-05-01T23:18:00.270Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33932026-05-01T23:18:00.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33942026-05-01T23:18:00.359Z
33952026-05-01T23:18:00.359Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (143/274)
33962026-05-01T23:18:00.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33972026-05-01T23:18:00.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33982026-05-01T23:18:00.863Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33992026-05-01T23:18:00.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34002026-05-01T23:18:00.955Z
34012026-05-01T23:18:00.955Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (144/274)
34022026-05-01T23:18:01.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34032026-05-01T23:18:01.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34042026-05-01T23:18:01.462Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34052026-05-01T23:18:01.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34062026-05-01T23:18:01.553Z
34072026-05-01T23:18:01.553Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (145/274)
34082026-05-01T23:18:02.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34092026-05-01T23:18:02.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34102026-05-01T23:18:02.061Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34112026-05-01T23:18:02.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34122026-05-01T23:18:02.151Z
34132026-05-01T23:18:02.151Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (146/274)
34142026-05-01T23:18:02.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34152026-05-01T23:18:02.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34162026-05-01T23:18:02.655Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34172026-05-01T23:18:02.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34182026-05-01T23:18:02.746Z
34192026-05-01T23:18:02.746Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (147/274)
34202026-05-01T23:18:03.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34212026-05-01T23:18:03.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34222026-05-01T23:18:03.249Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34232026-05-01T23:18:03.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34242026-05-01T23:18:03.334Z
34252026-05-01T23:18:03.334Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (148/274)
34262026-05-01T23:18:03.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34272026-05-01T23:18:03.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34282026-05-01T23:18:03.841Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34292026-05-01T23:18:03.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34302026-05-01T23:18:03.930Z
34312026-05-01T23:18:03.930Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (149/274)
34322026-05-01T23:18:04.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34332026-05-01T23:18:04.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34342026-05-01T23:18:04.435Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34352026-05-01T23:18:04.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34362026-05-01T23:18:04.526Z
34372026-05-01T23:18:04.527Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (150/274)
34382026-05-01T23:18:05.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34392026-05-01T23:18:05.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34402026-05-01T23:18:05.035Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34412026-05-01T23:18:05.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34422026-05-01T23:18:05.127Z
34432026-05-01T23:18:05.127Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (151/274)
34442026-05-01T23:18:05.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34452026-05-01T23:18:05.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34462026-05-01T23:18:05.633Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34472026-05-01T23:18:05.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34482026-05-01T23:18:05.724Z
34492026-05-01T23:18:05.724Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (152/274)
34502026-05-01T23:18:06.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34512026-05-01T23:18:06.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34522026-05-01T23:18:06.229Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34532026-05-01T23:18:06.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34542026-05-01T23:18:06.320Z
34552026-05-01T23:18:06.320Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (153/274)
34562026-05-01T23:18:06.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34572026-05-01T23:18:06.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34582026-05-01T23:18:06.825Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34592026-05-01T23:18:06.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34602026-05-01T23:18:06.915Z
34612026-05-01T23:18:06.915Zinfo: running `cargo check --bins` on oximeter-producer (154/274)
34622026-05-01T23:18:07.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34632026-05-01T23:18:07.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34642026-05-01T23:18:07.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34652026-05-01T23:18:07.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34662026-05-01T23:18:07.552Z
34672026-05-01T23:18:07.552Zinfo: running `cargo check --bins` on internal-dns-resolver (155/274)
34682026-05-01T23:18:08.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34692026-05-01T23:18:08.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34702026-05-01T23:18:08.063Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34712026-05-01T23:18:08.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34722026-05-01T23:18:08.154Z
34732026-05-01T23:18:08.154Zinfo: running `cargo check --bins` on dns-server (156/274)
34742026-05-01T23:18:08.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34752026-05-01T23:18:08.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34762026-05-01T23:18:08.799Z Compiling parking_lot_core v0.8.6
34772026-05-01T23:18:08.799Z Compiling git-stub v1.0.0
34782026-05-01T23:18:08.799Z Compiling atomicwrites v0.4.4
34792026-05-01T23:18:08.803Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34802026-05-01T23:18:08.803Z Checking prefix-trie v0.7.0
34812026-05-01T23:18:09.033Z Compiling git-stub-vcs v0.1.0
34822026-05-01T23:18:09.214Z Checking hickory-server v0.25.2
34832026-05-01T23:18:09.304Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34842026-05-01T23:18:09.316Z Checking parking_lot v0.11.2
34852026-05-01T23:18:09.380Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34862026-05-01T23:18:09.383Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34872026-05-01T23:18:09.482Z Checking sled v0.34.7
34882026-05-01T23:18:11.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s
34892026-05-01T23:18:11.537Z
34902026-05-01T23:18:11.537Zinfo: running `cargo check --bins` on dns-server-api (157/274)
34912026-05-01T23:18:12.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34922026-05-01T23:18:12.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34932026-05-01T23:18:12.043Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34942026-05-01T23:18:12.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34952026-05-01T23:18:12.130Z
34962026-05-01T23:18:12.130Zinfo: running `cargo check --bins` on oximeter-producer-api (158/274)
34972026-05-01T23:18:12.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34982026-05-01T23:18:12.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34992026-05-01T23:18:12.635Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35002026-05-01T23:18:12.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35012026-05-01T23:18:12.727Z
35022026-05-01T23:18:12.727Zinfo: running `cargo check --bins` on sp-sim (159/274)
35032026-05-01T23:18:13.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35042026-05-01T23:18:13.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35052026-05-01T23:18:13.452Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35062026-05-01T23:18:15.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.47s
35072026-05-01T23:18:15.405Z
35082026-05-01T23:18:15.405Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (160/274)
35092026-05-01T23:18:15.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35102026-05-01T23:18:15.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35112026-05-01T23:18:15.962Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35122026-05-01T23:18:15.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35132026-05-01T23:18:16.068Z
35142026-05-01T23:18:16.068Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (161/274)
35152026-05-01T23:18:16.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35162026-05-01T23:18:16.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35172026-05-01T23:18:16.619Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35182026-05-01T23:18:16.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35192026-05-01T23:18:16.721Z
35202026-05-01T23:18:16.721Zinfo: running `cargo check --bins` on db-macros (162/274)
35212026-05-01T23:18:17.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35222026-05-01T23:18:17.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35232026-05-01T23:18:17.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35242026-05-01T23:18:17.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35252026-05-01T23:18:17.308Z
35262026-05-01T23:18:17.308Zinfo: running `cargo check --bins` on nexus-macros-common (163/274)
35272026-05-01T23:18:17.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35282026-05-01T23:18:17.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35292026-05-01T23:18:17.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35302026-05-01T23:18:17.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35312026-05-01T23:18:17.887Z
35322026-05-01T23:18:17.887Zinfo: running `cargo check --bins` on nexus-auth (164/274)
35332026-05-01T23:18:18.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35342026-05-01T23:18:18.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35352026-05-01T23:18:18.432Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35362026-05-01T23:18:18.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35372026-05-01T23:18:18.534Z
35382026-05-01T23:18:18.534Zinfo: running `cargo check --bins` on authz-macros (165/274)
35392026-05-01T23:18:19.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35402026-05-01T23:18:19.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35412026-05-01T23:18:19.030Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35422026-05-01T23:18:19.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35432026-05-01T23:18:19.114Z
35442026-05-01T23:18:19.114Zinfo: running `cargo check --bins` on nexus-db-fixed-data (166/274)
35452026-05-01T23:18:19.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35462026-05-01T23:18:19.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35472026-05-01T23:18:19.659Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35482026-05-01T23:18:19.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35492026-05-01T23:18:19.757Z
35502026-05-01T23:18:19.757Zinfo: running `cargo check --bins` on nexus-db-model (167/274)
35512026-05-01T23:18:20.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35522026-05-01T23:18:20.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35532026-05-01T23:18:20.298Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35542026-05-01T23:18:20.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35552026-05-01T23:18:20.399Z
35562026-05-01T23:18:20.399Zinfo: running `cargo check --bins` on nexus-db-schema (168/274)
35572026-05-01T23:18:20.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35582026-05-01T23:18:20.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35592026-05-01T23:18:20.895Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35602026-05-01T23:18:20.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35612026-05-01T23:18:20.986Z
35622026-05-01T23:18:20.986Zinfo: running `cargo check --bins` on omicron-rpaths (169/274)
35632026-05-01T23:18:21.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35642026-05-01T23:18:21.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35652026-05-01T23:18:21.483Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35662026-05-01T23:18:21.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35672026-05-01T23:18:21.569Z
35682026-05-01T23:18:21.569Zinfo: running `cargo check --bins` on nexus-defaults (170/274)
35692026-05-01T23:18:22.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35702026-05-01T23:18:22.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35712026-05-01T23:18:22.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35722026-05-01T23:18:22.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35732026-05-01T23:18:22.165Z
35742026-05-01T23:18:22.166Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (171/274)
35752026-05-01T23:18:22.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35762026-05-01T23:18:22.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35772026-05-01T23:18:22.662Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35782026-05-01T23:18:22.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35792026-05-01T23:18:22.747Z
35802026-05-01T23:18:22.747Zinfo: running `cargo check --bins` on parallel-task-set (172/274)
35812026-05-01T23:18:23.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35822026-05-01T23:18:23.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35832026-05-01T23:18:23.238Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35842026-05-01T23:18:23.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35852026-05-01T23:18:23.324Z
35862026-05-01T23:18:23.324Zinfo: running `cargo check --bins` on nexus-db-errors (173/274)
35872026-05-01T23:18:23.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35882026-05-01T23:18:23.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35892026-05-01T23:18:23.874Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35902026-05-01T23:18:23.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35912026-05-01T23:18:23.976Z
35922026-05-01T23:18:23.977Zinfo: running `cargo check --bins` on nexus-db-lookup (174/274)
35932026-05-01T23:18:24.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35942026-05-01T23:18:24.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35952026-05-01T23:18:24.522Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35962026-05-01T23:18:24.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35972026-05-01T23:18:24.619Z
35982026-05-01T23:18:24.619Zinfo: running `cargo check --bins` on nexus-inventory (175/274)
35992026-05-01T23:18:25.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36002026-05-01T23:18:25.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36012026-05-01T23:18:25.160Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36022026-05-01T23:18:25.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36032026-05-01T23:18:25.261Z
36042026-05-01T23:18:25.261Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (176/274)
36052026-05-01T23:18:25.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36062026-05-01T23:18:25.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36072026-05-01T23:18:25.782Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36082026-05-01T23:18:25.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36092026-05-01T23:18:25.879Z
36102026-05-01T23:18:25.879Zinfo: running `cargo check --bins --no-default-features` on sled-storage (177/274)
36112026-05-01T23:18:26.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36122026-05-01T23:18:26.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36132026-05-01T23:18:26.396Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36142026-05-01T23:18:26.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36152026-05-01T23:18:26.491Z
36162026-05-01T23:18:26.491Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (178/274)
36172026-05-01T23:18:27.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36182026-05-01T23:18:27.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36192026-05-01T23:18:27.009Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36202026-05-01T23:18:27.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36212026-05-01T23:18:27.102Z
36222026-05-01T23:18:27.102Zinfo: running `cargo check --bins` on key-manager (179/274)
36232026-05-01T23:18:27.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36242026-05-01T23:18:27.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36252026-05-01T23:18:27.604Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36262026-05-01T23:18:27.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36272026-05-01T23:18:27.694Z
36282026-05-01T23:18:27.694Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (180/274)
36292026-05-01T23:18:28.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36302026-05-01T23:18:28.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36312026-05-01T23:18:28.212Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36322026-05-01T23:18:28.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36332026-05-01T23:18:28.304Z
36342026-05-01T23:18:28.304Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (181/274)
36352026-05-01T23:18:28.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36362026-05-01T23:18:28.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36372026-05-01T23:18:28.822Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36382026-05-01T23:18:28.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36392026-05-01T23:18:28.913Z
36402026-05-01T23:18:28.913Zinfo: running `cargo check --bins` on typed-rng (182/274)
36412026-05-01T23:18:29.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36422026-05-01T23:18:29.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36432026-05-01T23:18:29.405Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36442026-05-01T23:18:29.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36452026-05-01T23:18:29.488Z
36462026-05-01T23:18:29.488Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (183/274)
36472026-05-01T23:18:30.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36482026-05-01T23:18:30.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36492026-05-01T23:18:30.332Z Compiling typify-impl v0.4.3
36502026-05-01T23:18:30.335Z Compiling libefi-sys v0.1.0
36512026-05-01T23:18:30.335Z Compiling bitfield-struct v0.6.2
36522026-05-01T23:18:30.485Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36532026-05-01T23:18:30.496Z Compiling xshell-macros v0.2.7
36542026-05-01T23:18:30.533Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36552026-05-01T23:18:30.537Z Compiling salty v0.3.0
36562026-05-01T23:18:30.594Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36572026-05-01T23:18:30.720Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36582026-05-01T23:18:30.827Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36592026-05-01T23:18:30.855Z Checking xshell v0.2.7
36602026-05-01T23:18:30.886Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36612026-05-01T23:18:31.036Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36622026-05-01T23:18:31.082Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36632026-05-01T23:18:31.097Z Checking primeorder v0.13.6
36642026-05-01T23:18:31.204Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36652026-05-01T23:18:31.245Z Compiling proc-macro-error-attr2 v2.0.0
36662026-05-01T23:18:31.322Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36672026-05-01T23:18:31.326Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36682026-05-01T23:18:31.356Z Checking tungstenite v0.21.0
36692026-05-01T23:18:31.541Z Checking p384 v0.13.1
36702026-05-01T23:18:31.573Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36712026-05-01T23:18:31.631Z Compiling proc-macro-error2 v2.0.1
36722026-05-01T23:18:31.692Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36732026-05-01T23:18:31.780Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36742026-05-01T23:18:31.942Z Compiling num-derive v0.3.3
36752026-05-01T23:18:31.960Z Compiling tabled_derive v0.11.0
36762026-05-01T23:18:32.102Z Checking tokio-tungstenite v0.21.0
36772026-05-01T23:18:32.379Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36782026-05-01T23:18:32.417Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36792026-05-01T23:18:32.482Z Checking papergrid v0.17.0
36802026-05-01T23:18:32.763Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36812026-05-01T23:18:32.822Z Checking libscf-sys v1.1.0
36822026-05-01T23:18:32.955Z Checking testing_table v0.3.0
36832026-05-01T23:18:33.053Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36842026-05-01T23:18:33.097Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36852026-05-01T23:18:33.111Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36862026-05-01T23:18:33.255Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36872026-05-01T23:18:33.359Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36882026-05-01T23:18:33.465Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36892026-05-01T23:18:33.551Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36902026-05-01T23:18:33.567Z Checking corncobs v0.1.4
36912026-05-01T23:18:33.580Z Compiling unicase v2.9.0
36922026-05-01T23:18:33.693Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36932026-05-01T23:18:33.732Z Checking tabled v0.20.0
36942026-05-01T23:18:33.765Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36952026-05-01T23:18:33.784Z Compiling mime_guess v2.0.5
36962026-05-01T23:18:33.877Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36972026-05-01T23:18:33.952Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36982026-05-01T23:18:33.972Z Checking progenitor-client v0.11.2
36992026-05-01T23:18:34.182Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37002026-05-01T23:18:34.213Z Checking secrecy v0.8.0
37012026-05-01T23:18:34.253Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
37022026-05-01T23:18:34.281Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37032026-05-01T23:18:34.348Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37042026-05-01T23:18:34.538Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
37052026-05-01T23:18:34.787Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37062026-05-01T23:18:34.889Z Compiling typify-macro v0.4.3
37072026-05-01T23:18:34.919Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
37082026-05-01T23:18:35.012Z Checking filetime v0.2.27
37092026-05-01T23:18:35.027Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37102026-05-01T23:18:35.148Z Checking crc8 v0.1.1
37112026-05-01T23:18:35.229Z Checking http-range v0.1.5
37122026-05-01T23:18:35.249Z Checking xattr v1.6.1
37132026-05-01T23:18:35.385Z Checking tar v0.4.45
37142026-05-01T23:18:35.552Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37152026-05-01T23:18:35.687Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37162026-05-01T23:18:35.780Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37172026-05-01T23:18:35.828Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37182026-05-01T23:18:35.899Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
37192026-05-01T23:18:35.944Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37202026-05-01T23:18:36.168Z Checking atty v0.2.14
37212026-05-01T23:18:36.270Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37222026-05-01T23:18:36.338Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
37232026-05-01T23:18:36.479Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37242026-05-01T23:18:36.590Z Compiling typify v0.4.3
37252026-05-01T23:18:36.709Z Compiling progenitor-impl v0.11.2
37262026-05-01T23:18:36.809Z Compiling progenitor-impl v0.10.0
37272026-05-01T23:18:37.016Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37282026-05-01T23:18:37.165Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37292026-05-01T23:18:37.258Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37302026-05-01T23:18:37.691Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37312026-05-01T23:18:38.125Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
37322026-05-01T23:18:38.140Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37332026-05-01T23:18:38.161Z Checking hyper-staticfile v0.10.1
37342026-05-01T23:18:38.345Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37352026-05-01T23:18:38.455Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37362026-05-01T23:18:38.545Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
37372026-05-01T23:18:38.604Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37382026-05-01T23:18:38.820Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37392026-05-01T23:18:38.875Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37402026-05-01T23:18:39.099Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37412026-05-01T23:18:39.164Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37422026-05-01T23:18:39.309Z Compiling progenitor-macro v0.11.2
37432026-05-01T23:18:39.359Z Compiling progenitor-macro v0.10.0
37442026-05-01T23:18:42.069Z Checking progenitor v0.11.2
37452026-05-01T23:18:42.194Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37462026-05-01T23:18:42.284Z Checking progenitor v0.10.0
37472026-05-01T23:18:42.402Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37482026-05-01T23:18:46.865Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
37492026-05-01T23:18:47.961Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37502026-05-01T23:18:58.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.74s
37512026-05-01T23:18:58.448Z
37522026-05-01T23:18:58.448Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (184/274)
37532026-05-01T23:18:59.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37542026-05-01T23:18:59.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37552026-05-01T23:18:59.227Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37562026-05-01T23:19:09.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.23s
37572026-05-01T23:19:09.893Z
37582026-05-01T23:19:09.893Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (185/274)
37592026-05-01T23:19:10.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37602026-05-01T23:19:10.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37612026-05-01T23:19:10.670Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37622026-05-01T23:19:21.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.16s
37632026-05-01T23:19:21.273Z
37642026-05-01T23:19:21.273Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (186/274)
37652026-05-01T23:19:21.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37662026-05-01T23:19:21.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37672026-05-01T23:19:22.057Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37682026-05-01T23:19:32.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.13s
37692026-05-01T23:19:32.630Z
37702026-05-01T23:19:32.630Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (187/274)
37712026-05-01T23:19:33.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37722026-05-01T23:19:33.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37732026-05-01T23:19:33.414Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37742026-05-01T23:19:43.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.16s
37752026-05-01T23:19:44.020Z
37762026-05-01T23:19:44.020Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (188/274)
37772026-05-01T23:19:44.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37782026-05-01T23:19:44.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37792026-05-01T23:19:44.801Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37802026-05-01T23:19:55.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.26s
37812026-05-01T23:19:55.511Z
37822026-05-01T23:19:55.511Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (189/274)
37832026-05-01T23:19:56.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37842026-05-01T23:19:56.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37852026-05-01T23:19:56.296Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37862026-05-01T23:20:06.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.14s
37872026-05-01T23:20:06.873Z
37882026-05-01T23:20:06.873Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (190/274)
37892026-05-01T23:20:07.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37902026-05-01T23:20:07.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37912026-05-01T23:20:07.654Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37922026-05-01T23:20:18.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.13s
37932026-05-01T23:20:18.230Z
37942026-05-01T23:20:18.230Zinfo: running `cargo check --bins` on bootstrap-agent-api (191/274)
37952026-05-01T23:20:18.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37962026-05-01T23:20:18.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37972026-05-01T23:20:18.747Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37982026-05-01T23:20:18.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37992026-05-01T23:20:18.839Z
38002026-05-01T23:20:18.839Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (192/274)
38012026-05-01T23:20:19.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38022026-05-01T23:20:19.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38032026-05-01T23:20:19.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38042026-05-01T23:20:19.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38052026-05-01T23:20:19.447Z
38062026-05-01T23:20:19.447Zinfo: running `cargo check --bins` on range-requests (193/274)
38072026-05-01T23:20:19.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38082026-05-01T23:20:19.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38092026-05-01T23:20:19.949Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38102026-05-01T23:20:19.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38112026-05-01T23:20:20.041Z
38122026-05-01T23:20:20.041Zinfo: running `cargo check --bins` on repo-depot-api (194/274)
38132026-05-01T23:20:20.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38142026-05-01T23:20:20.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38152026-05-01T23:20:20.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38162026-05-01T23:20:20.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38172026-05-01T23:20:20.647Z
38182026-05-01T23:20:20.647Zinfo: running `cargo check --bins` on sled-agent-api (195/274)
38192026-05-01T23:20:21.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38202026-05-01T23:20:21.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38212026-05-01T23:20:21.173Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38222026-05-01T23:20:21.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38232026-05-01T23:20:21.270Z
38242026-05-01T23:20:21.270Zinfo: running `cargo check --bins` on sled-diagnostics (196/274)
38252026-05-01T23:20:21.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38262026-05-01T23:20:21.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38272026-05-01T23:20:21.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38282026-05-01T23:20:21.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38292026-05-01T23:20:21.893Z
38302026-05-01T23:20:21.893Zinfo: running `cargo check --bins` on zfs-test-harness (197/274)
38312026-05-01T23:20:22.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38322026-05-01T23:20:22.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38332026-05-01T23:20:22.422Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38342026-05-01T23:20:22.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38352026-05-01T23:20:22.518Z
38362026-05-01T23:20:22.518Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (198/274)
38372026-05-01T23:20:23.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38382026-05-01T23:20:23.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38392026-05-01T23:20:23.050Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38402026-05-01T23:20:23.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38412026-05-01T23:20:23.143Z
38422026-05-01T23:20:23.143Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (199/274)
38432026-05-01T23:20:23.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38442026-05-01T23:20:23.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38452026-05-01T23:20:23.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38462026-05-01T23:20:23.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38472026-05-01T23:20:23.766Z
38482026-05-01T23:20:23.766Zinfo: running `cargo check --bins` on sled-agent-health-monitor (200/274)
38492026-05-01T23:20:24.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38502026-05-01T23:20:24.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38512026-05-01T23:20:24.295Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38522026-05-01T23:20:24.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38532026-05-01T23:20:24.391Z
38542026-05-01T23:20:24.391Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (201/274)
38552026-05-01T23:20:24.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38562026-05-01T23:20:24.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38572026-05-01T23:20:24.921Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38582026-05-01T23:20:24.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38592026-05-01T23:20:25.018Z
38602026-05-01T23:20:25.018Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (202/274)
38612026-05-01T23:20:25.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38622026-05-01T23:20:25.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38632026-05-01T23:20:25.545Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38642026-05-01T23:20:25.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38652026-05-01T23:20:25.642Z
38662026-05-01T23:20:25.642Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (203/274)
38672026-05-01T23:20:26.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38682026-05-01T23:20:26.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38692026-05-01T23:20:26.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38702026-05-01T23:20:26.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38712026-05-01T23:20:26.271Z
38722026-05-01T23:20:26.271Zinfo: running `cargo check --bins` on sled-agent-rack-setup (204/274)
38732026-05-01T23:20:26.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38742026-05-01T23:20:26.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38752026-05-01T23:20:26.822Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38762026-05-01T23:20:26.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38772026-05-01T23:20:26.924Z
38782026-05-01T23:20:26.924Zinfo: running `cargo check --bins` on trust-quorum (205/274)
38792026-05-01T23:20:27.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38802026-05-01T23:20:27.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38812026-05-01T23:20:27.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38822026-05-01T23:20:27.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38832026-05-01T23:20:27.548Z
38842026-05-01T23:20:27.548Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (206/274)
38852026-05-01T23:20:28.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38862026-05-01T23:20:28.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38872026-05-01T23:20:28.092Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38882026-05-01T23:20:28.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38892026-05-01T23:20:28.188Z
38902026-05-01T23:20:28.188Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (207/274)
38912026-05-01T23:20:28.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38922026-05-01T23:20:28.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38932026-05-01T23:20:28.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38942026-05-01T23:20:28.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38952026-05-01T23:20:28.844Z
38962026-05-01T23:20:28.844Zinfo: running `cargo check --bins` on update-common (208/274)
38972026-05-01T23:20:29.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38982026-05-01T23:20:29.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38992026-05-01T23:20:29.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39002026-05-01T23:20:29.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39012026-05-01T23:20:29.443Z
39022026-05-01T23:20:29.443Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (209/274)
39032026-05-01T23:20:29.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39042026-05-01T23:20:29.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39052026-05-01T23:20:29.991Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39062026-05-01T23:20:29.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39072026-05-01T23:20:30.091Z
39082026-05-01T23:20:30.091Zinfo: running `cargo check --bins` on omicron-deployment-graph (210/274)
39092026-05-01T23:20:30.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39102026-05-01T23:20:30.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39112026-05-01T23:20:30.584Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39122026-05-01T23:20:30.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39132026-05-01T23:20:30.670Z
39142026-05-01T23:20:30.670Zinfo: running `cargo check --bins` on reconfigurator-cli (211/274)
39152026-05-01T23:20:31.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39162026-05-01T23:20:31.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39172026-05-01T23:20:31.437Z Compiling fs-err v2.11.0
39182026-05-01T23:20:31.440Z Checking ignore v0.4.25
39192026-05-01T23:20:31.441Z Checking arc-swap v1.8.2
39202026-05-01T23:20:31.441Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
39212026-05-01T23:20:31.567Z Checking predicates-tree v1.0.13
39222026-05-01T23:20:31.590Z Checking parse-size v1.1.0
39232026-05-01T23:20:31.603Z Checking rand_seeder v0.4.0
39242026-05-01T23:20:31.606Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
39252026-05-01T23:20:31.680Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39262026-05-01T23:20:31.701Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39272026-05-01T23:20:31.740Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39282026-05-01T23:20:31.775Z Checking slog-scope v4.4.1
39292026-05-01T23:20:31.875Z Compiling petname v2.0.2
39302026-05-01T23:20:31.893Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39312026-05-01T23:20:31.909Z Checking slog-stdlog v4.1.1
39322026-05-01T23:20:31.943Z Checking globwalk v0.9.1
39332026-05-01T23:20:31.993Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39342026-05-01T23:20:32.024Z Checking slog-envlogger v2.2.0
39352026-05-01T23:20:32.120Z Checking camino-tempfile-ext v0.3.3
39362026-05-01T23:20:32.141Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
39372026-05-01T23:20:32.173Z Checking sapling-renderdag v0.1.0
39382026-05-01T23:20:32.305Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39392026-05-01T23:20:32.319Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39402026-05-01T23:20:32.409Z Checking subprocess v0.2.15
39412026-05-01T23:20:32.492Z Checking sync-ptr v0.1.4
39422026-05-01T23:20:32.529Z Checking colored v2.2.0
39432026-05-01T23:20:32.590Z Checking assert_matches v1.5.0
39442026-05-01T23:20:32.681Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39452026-05-01T23:20:32.697Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39462026-05-01T23:20:32.795Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39472026-05-01T23:20:32.798Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39482026-05-01T23:20:33.401Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39492026-05-01T23:20:34.684Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39502026-05-01T23:20:36.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.19s
39512026-05-01T23:20:37.087Z
39522026-05-01T23:20:37.087Zinfo: running `cargo check --bins` on omicron-repl-utils (212/274)
39532026-05-01T23:20:37.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39542026-05-01T23:20:37.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39552026-05-01T23:20:37.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39562026-05-01T23:20:37.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39572026-05-01T23:20:37.667Z
39582026-05-01T23:20:37.667Zinfo: running `cargo check --bins` on transient-dns-server (213/274)
39592026-05-01T23:20:38.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39602026-05-01T23:20:38.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39612026-05-01T23:20:38.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39622026-05-01T23:20:38.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39632026-05-01T23:20:38.269Z
39642026-05-01T23:20:38.269Zinfo: running `cargo check --bins` on nexus-test-interface (214/274)
39652026-05-01T23:20:38.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39662026-05-01T23:20:38.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39672026-05-01T23:20:38.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39682026-05-01T23:20:38.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39692026-05-01T23:20:38.915Z
39702026-05-01T23:20:38.915Zinfo: running `cargo check --bins` on oximeter-collector (215/274)
39712026-05-01T23:20:39.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39722026-05-01T23:20:39.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39732026-05-01T23:20:39.637Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39742026-05-01T23:20:39.637Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39752026-05-01T23:20:40.286Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39762026-05-01T23:20:41.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.93s
39772026-05-01T23:20:42.055Z
39782026-05-01T23:20:42.055Zinfo: running `cargo check --bins` on oximeter-api (216/274)
39792026-05-01T23:20:42.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39802026-05-01T23:20:42.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39812026-05-01T23:20:42.560Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39822026-05-01T23:20:42.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39832026-05-01T23:20:42.648Z
39842026-05-01T23:20:42.648Zinfo: running `cargo check --bins` on cert-dev (217/274)
39852026-05-01T23:20:43.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39862026-05-01T23:20:43.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39872026-05-01T23:20:43.249Z Checking yasna v0.5.2
39882026-05-01T23:20:43.651Z Checking rcgen v0.12.1
39892026-05-01T23:20:43.898Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39902026-05-01T23:20:44.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
39912026-05-01T23:20:44.257Z
39922026-05-01T23:20:44.260Zinfo: running `cargo check --bins` on clickana (218/274)
39932026-05-01T23:20:44.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39942026-05-01T23:20:44.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39952026-05-01T23:20:44.903Z Compiling darling_core v0.23.0
39962026-05-01T23:20:44.906Z Compiling instability v0.3.11
39972026-05-01T23:20:44.906Z Checking castaway v0.2.4
39982026-05-01T23:20:45.021Z Compiling indoc v2.0.7
39992026-05-01T23:20:45.033Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
40002026-05-01T23:20:45.041Z Checking unicode-truncate v1.1.0
40012026-05-01T23:20:45.044Z Checking lru v0.12.5
40022026-05-01T23:20:45.044Z Checking cassowary v0.3.0
40032026-05-01T23:20:45.109Z Checking compact_str v0.8.1
40042026-05-01T23:20:45.973Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
40052026-05-01T23:20:46.153Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40062026-05-01T23:20:46.428Z Compiling darling_macro v0.23.0
40072026-05-01T23:20:46.837Z Compiling darling v0.23.0
40082026-05-01T23:20:47.430Z Checking ratatui v0.29.0
40092026-05-01T23:20:48.483Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
40102026-05-01T23:20:49.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.88s
40112026-05-01T23:20:49.330Z
40122026-05-01T23:20:49.330Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (219/274)
40132026-05-01T23:20:49.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40142026-05-01T23:20:49.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40152026-05-01T23:20:50.053Z Checking headers-core v0.3.0
40162026-05-01T23:20:50.053Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
40172026-05-01T23:20:50.248Z Checking headers v0.4.1
40182026-05-01T23:20:50.608Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40192026-05-01T23:20:51.465Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
40202026-05-01T23:20:51.956Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
40212026-05-01T23:20:52.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.03s
40222026-05-01T23:20:52.574Z
40232026-05-01T23:20:52.574Zinfo: running `cargo check --bins` on ch-dev (220/274)
40242026-05-01T23:20:53.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40252026-05-01T23:20:53.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40262026-05-01T23:20:53.294Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
40272026-05-01T23:20:54.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
40282026-05-01T23:20:54.237Z
40292026-05-01T23:20:54.237Zinfo: running `cargo check --bins` on dev-tools-common (221/274)
40302026-05-01T23:20:54.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40312026-05-01T23:20:54.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40322026-05-01T23:20:54.643Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40332026-05-01T23:20:54.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
40342026-05-01T23:20:54.701Z
40352026-05-01T23:20:54.701Zinfo: running `cargo check --bins` on crdb-seed (222/274)
40362026-05-01T23:20:55.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40372026-05-01T23:20:55.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40382026-05-01T23:20:55.416Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40392026-05-01T23:20:56.403Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40402026-05-01T23:20:56.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.03s
40412026-05-01T23:20:56.963Z
40422026-05-01T23:20:56.963Zinfo: running `cargo check --bins` on db-dev (223/274)
40432026-05-01T23:20:57.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40442026-05-01T23:20:57.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40452026-05-01T23:20:57.686Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40462026-05-01T23:20:58.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
40472026-05-01T23:20:58.659Z
40482026-05-01T23:20:58.659Zinfo: running `cargo check --bins` on omicron-dev-lib (224/274)
40492026-05-01T23:20:59.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40502026-05-01T23:20:59.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40512026-05-01T23:20:59.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40522026-05-01T23:20:59.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40532026-05-01T23:20:59.310Z
40542026-05-01T23:20:59.310Zinfo: running `cargo check --bins` on xtask-downloader (225/274)
40552026-05-01T23:20:59.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40562026-05-01T23:20:59.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40572026-05-01T23:20:59.914Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40582026-05-01T23:21:00.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
40592026-05-01T23:21:00.770Z
40602026-05-01T23:21:00.770Zinfo: running `cargo check --bins` on omicron-dropshot-apis (226/274)
40612026-05-01T23:21:01.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40622026-05-01T23:21:01.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40632026-05-01T23:21:01.513Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40642026-05-01T23:21:01.513Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40652026-05-01T23:21:01.513Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
40662026-05-01T23:21:01.516Z Checking git-stub v1.0.0
40672026-05-01T23:21:01.516Z Compiling trait-variant v0.1.2
40682026-05-01T23:21:01.516Z Checking is_ci v1.2.0
40692026-05-01T23:21:01.641Z Checking maplit v1.0.2
40702026-05-01T23:21:01.654Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40712026-05-01T23:21:01.716Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40722026-05-01T23:21:01.765Z Checking supports-color v3.0.2
40732026-05-01T23:21:01.796Z Checking git-stub-vcs v0.1.0
40742026-05-01T23:21:01.884Z Checking drift v0.1.3
40752026-05-01T23:21:01.899Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40762026-05-01T23:21:01.902Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40772026-05-01T23:21:01.988Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40782026-05-01T23:21:02.099Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40792026-05-01T23:21:02.165Z Checking dropshot-api-manager v0.7.1
40802026-05-01T23:21:02.180Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40812026-05-01T23:21:02.193Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
40822026-05-01T23:21:02.372Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40832026-05-01T23:21:02.392Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40842026-05-01T23:21:02.574Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
40852026-05-01T23:21:02.921Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40862026-05-01T23:21:07.801Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40872026-05-01T23:21:08.874Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40882026-05-01T23:21:09.436Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40892026-05-01T23:21:09.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.08s
40902026-05-01T23:21:10.058Z
40912026-05-01T23:21:10.058Zinfo: running `cargo check --bins` on installinator-api (227/274)
40922026-05-01T23:21:10.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40932026-05-01T23:21:10.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40942026-05-01T23:21:10.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40952026-05-01T23:21:10.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40962026-05-01T23:21:10.658Z
40972026-05-01T23:21:10.658Zinfo: running `cargo check --bins` on nexus-external-api (228/274)
40982026-05-01T23:21:11.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40992026-05-01T23:21:11.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41002026-05-01T23:21:11.198Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41012026-05-01T23:21:11.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41022026-05-01T23:21:11.294Z
41032026-05-01T23:21:11.294Zinfo: running `cargo check --bins` on nexus-internal-api (229/274)
41042026-05-01T23:21:11.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41052026-05-01T23:21:11.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41062026-05-01T23:21:11.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41072026-05-01T23:21:11.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41082026-05-01T23:21:11.934Z
41092026-05-01T23:21:11.934Zinfo: running `cargo check --bins` on nexus-lockstep-api (230/274)
41102026-05-01T23:21:12.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41112026-05-01T23:21:12.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41122026-05-01T23:21:12.479Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41132026-05-01T23:21:12.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41142026-05-01T23:21:12.582Z
41152026-05-01T23:21:12.582Zinfo: running `cargo check --bins` on ntp-admin-api (231/274)
41162026-05-01T23:21:13.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41172026-05-01T23:21:13.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41182026-05-01T23:21:13.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41192026-05-01T23:21:13.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41202026-05-01T23:21:13.183Z
41212026-05-01T23:21:13.184Zinfo: running `cargo check --bins` on ntp-admin-types-versions (232/274)
41222026-05-01T23:21:13.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41232026-05-01T23:21:13.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41242026-05-01T23:21:13.684Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41252026-05-01T23:21:13.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41262026-05-01T23:21:13.773Z
41272026-05-01T23:21:13.773Zinfo: running `cargo check --bins` on wicketd-api (233/274)
41282026-05-01T23:21:14.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41292026-05-01T23:21:14.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41302026-05-01T23:21:14.299Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41312026-05-01T23:21:14.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41322026-05-01T23:21:14.395Z
41332026-05-01T23:21:14.395Zinfo: running `cargo check --bins` on omicron-ls-apis (234/274)
41342026-05-01T23:21:14.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41352026-05-01T23:21:14.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41362026-05-01T23:21:15.000Z Checking typeid v1.0.3
41372026-05-01T23:21:15.111Z Checking ordered-float v2.10.1
41382026-05-01T23:21:15.128Z Checking unicode-xid v0.2.6
41392026-05-01T23:21:15.140Z Checking cargo-platform v0.2.0
41402026-05-01T23:21:15.148Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
41412026-05-01T23:21:15.179Z Checking erased-serde v0.4.9
41422026-05-01T23:21:15.310Z Checking serde-value v0.7.0
41432026-05-01T23:21:15.490Z Checking serde-untagged v0.1.9
41442026-05-01T23:21:15.641Z Checking cargo-util-schemas v0.8.2
41452026-05-01T23:21:16.324Z Checking cargo_metadata v0.21.0
41462026-05-01T23:21:16.930Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41472026-05-01T23:21:17.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
41482026-05-01T23:21:17.794Z
41492026-05-01T23:21:17.794Zinfo: running `cargo check --bins` on mgs-dev (235/274)
41502026-05-01T23:21:18.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41512026-05-01T23:21:18.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41522026-05-01T23:21:18.531Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41532026-05-01T23:21:19.158Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41542026-05-01T23:21:19.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s
41552026-05-01T23:21:19.875Z
41562026-05-01T23:21:19.875Zinfo: running `cargo check --bins` on omicron-omdb (236/274)
41572026-05-01T23:21:20.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41582026-05-01T23:21:20.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41592026-05-01T23:21:20.728Z Compiling vergen-gitcl v1.0.8
41602026-05-01T23:21:20.728Z Compiling dirs-sys-next v0.1.2
41612026-05-01T23:21:20.728Z Compiling glob v0.3.3
41622026-05-01T23:21:20.728Z Compiling crunchy v0.2.4
41632026-05-01T23:21:20.731Z Compiling diesel_derives v2.3.7
41642026-05-01T23:21:20.731Z Compiling dsl_auto_type v0.2.0
41652026-05-01T23:21:20.731Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41662026-05-01T23:21:20.860Z Checking scheduled-thread-pool v0.2.7
41672026-05-01T23:21:21.045Z Compiling dirs-next v2.0.0
41682026-05-01T23:21:21.062Z Compiling diesel_table_macro_syntax v0.3.0
41692026-05-01T23:21:21.124Z Compiling tiny-keccak v2.0.2
41702026-05-01T23:21:21.164Z Compiling term v0.7.0
41712026-05-01T23:21:21.215Z Checking r2d2 v0.8.10
41722026-05-01T23:21:21.256Z Compiling clang-sys v1.8.1
41732026-05-01T23:21:21.271Z Compiling bit-vec v0.6.3
41742026-05-01T23:21:21.330Z Checking downcast-rs v2.0.2
41752026-05-01T23:21:21.426Z Compiling ascii-canvas v3.0.0
41762026-05-01T23:21:21.485Z Compiling bit-set v0.5.3
41772026-05-01T23:21:21.631Z Compiling itertools v0.10.5
41782026-05-01T23:21:21.643Z Compiling ena v0.14.4
41792026-05-01T23:21:21.703Z Compiling libloading v0.8.9
41802026-05-01T23:21:21.720Z Compiling bindgen v0.71.1
41812026-05-01T23:21:21.720Z Compiling diff v0.1.13
41822026-05-01T23:21:21.798Z Compiling regex-syntax v0.6.29
41832026-05-01T23:21:21.911Z Compiling cexpr v0.6.0
41842026-05-01T23:21:21.993Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41852026-05-01T23:21:22.161Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41862026-05-01T23:21:22.202Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41872026-05-01T23:21:22.310Z Compiling libxml v0.3.3
41882026-05-01T23:21:22.532Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41892026-05-01T23:21:22.615Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41902026-05-01T23:21:22.724Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41912026-05-01T23:21:22.774Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41922026-05-01T23:21:22.843Z Compiling strum_macros v0.24.3
41932026-05-01T23:21:22.908Z Compiling indoc v1.0.9
41942026-05-01T23:21:23.346Z Compiling lalrpop v0.19.12
41952026-05-01T23:21:23.877Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41962026-05-01T23:21:23.892Z Checking derive_builder v0.20.2
41972026-05-01T23:21:24.008Z Compiling oso-derive v0.27.3
41982026-05-01T23:21:24.064Z Checking quick-xml v0.37.5
41992026-05-01T23:21:24.174Z Compiling impl-trait-for-tuples v0.2.3
42002026-05-01T23:21:24.502Z Checking openssl-probe v0.1.6
42012026-05-01T23:21:24.644Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
42022026-05-01T23:21:24.975Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42032026-05-01T23:21:25.169Z Checking bb8 v0.8.6
42042026-05-01T23:21:25.412Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42052026-05-01T23:21:25.476Z Checking nonempty v0.12.0
42062026-05-01T23:21:25.592Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42072026-05-01T23:21:25.628Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42082026-05-01T23:21:25.644Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
42092026-05-01T23:21:25.707Z Checking console v0.16.2
42102026-05-01T23:21:25.801Z Checking unit-prefix v0.5.2
42112026-05-01T23:21:25.836Z Checking support-bundle-viewer v0.1.2
42122026-05-01T23:21:25.934Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42132026-05-01T23:21:26.010Z Checking indicatif v0.18.4
42142026-05-01T23:21:26.079Z Checking multimap v0.10.1
42152026-05-01T23:21:26.801Z Checking diesel v2.3.7
42162026-05-01T23:21:28.562Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
42172026-05-01T23:21:29.069Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
42182026-05-01T23:21:29.651Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
42192026-05-01T23:21:30.232Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42202026-05-01T23:21:30.872Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
42212026-05-01T23:21:31.237Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
42222026-05-01T23:21:31.291Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
42232026-05-01T23:21:31.520Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
42242026-05-01T23:21:33.588Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42252026-05-01T23:21:39.170Z Compiling samael v0.0.19
42262026-05-01T23:21:42.542Z Checking diesel-dtrace v0.5.0
42272026-05-01T23:21:42.722Z Checking async-bb8-diesel v0.2.1
42282026-05-01T23:21:43.462Z Compiling polar-core v0.27.3
42292026-05-01T23:21:47.865Z Checking oso v0.27.3
42302026-05-01T23:22:24.671Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42312026-05-01T23:22:57.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 37s
42322026-05-01T23:22:57.840Z
42332026-05-01T23:22:57.840Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (237/274)
42342026-05-01T23:22:58.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42352026-05-01T23:22:58.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42362026-05-01T23:22:58.398Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42372026-05-01T23:22:58.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42382026-05-01T23:22:58.497Z
42392026-05-01T23:22:58.497Zinfo: running `cargo check --bins` on nexus-saga-recovery (238/274)
42402026-05-01T23:22:59.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42412026-05-01T23:22:59.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42422026-05-01T23:22:59.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42432026-05-01T23:22:59.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42442026-05-01T23:22:59.153Z
42452026-05-01T23:22:59.153Zinfo: running `cargo check --bins` on nexus-test-utils-macros (239/274)
42462026-05-01T23:22:59.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42472026-05-01T23:22:59.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42482026-05-01T23:22:59.654Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42492026-05-01T23:22:59.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42502026-05-01T23:22:59.746Z
42512026-05-01T23:22:59.746Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (240/274)
42522026-05-01T23:23:00.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42532026-05-01T23:23:00.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42542026-05-01T23:23:00.617Z Compiling libz-sys v1.1.24
42552026-05-01T23:23:00.748Z Compiling libgit2-sys v0.18.3+1.9.2
42562026-05-01T23:23:00.786Z Compiling vergen-git2 v1.0.7
42572026-05-01T23:23:00.789Z Compiling rustls v0.21.12
42582026-05-01T23:23:00.789Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42592026-05-01T23:23:00.789Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42602026-05-01T23:23:00.789Z Checking rustls-webpki v0.101.7
42612026-05-01T23:23:00.789Z Checking sct v0.7.1
42622026-05-01T23:23:00.971Z Compiling nix v0.29.0
42632026-05-01T23:23:01.004Z Compiling dropshot v0.16.7
42642026-05-01T23:23:01.041Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42652026-05-01T23:23:01.079Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42662026-05-01T23:23:01.118Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42672026-05-01T23:23:01.260Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42682026-05-01T23:23:01.274Z Checking toml v0.9.12+spec-1.1.0
42692026-05-01T23:23:01.294Z Compiling dropshot_endpoint v0.16.7
42702026-05-01T23:23:01.395Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42712026-05-01T23:23:01.591Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42722026-05-01T23:23:01.767Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42732026-05-01T23:23:01.841Z Checking rustls-pemfile v1.0.4
42742026-05-01T23:23:01.978Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
42752026-05-01T23:23:02.191Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42762026-05-01T23:23:02.311Z Checking twox-hash v2.1.2
42772026-05-01T23:23:02.394Z Checking tokio-rustls v0.24.1
42782026-05-01T23:23:02.411Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42792026-05-01T23:23:03.024Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42802026-05-01T23:23:03.059Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42812026-05-01T23:23:03.181Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
42822026-05-01T23:23:03.689Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42832026-05-01T23:23:03.723Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42842026-05-01T23:23:03.741Z Checking fatfs v0.3.6
42852026-05-01T23:23:03.865Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42862026-05-01T23:23:04.020Z Compiling seq-macro v0.3.6
42872026-05-01T23:23:07.609Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42882026-05-01T23:23:07.743Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42892026-05-01T23:23:07.907Z Compiling git2 v0.20.4
42902026-05-01T23:23:10.118Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42912026-05-01T23:23:57.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.33s
42922026-05-01T23:23:57.318Z
42932026-05-01T23:23:57.318Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (241/274)
42942026-05-01T23:23:57.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42952026-05-01T23:23:57.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42962026-05-01T23:23:58.197Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42972026-05-01T23:24:36.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.11s
42982026-05-01T23:24:36.664Z
42992026-05-01T23:24:36.664Zinfo: running `cargo check --bins` on nexus-background-task-interface (242/274)
43002026-05-01T23:24:37.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43012026-05-01T23:24:37.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43022026-05-01T23:24:37.164Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43032026-05-01T23:24:37.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43042026-05-01T23:24:37.254Z
43052026-05-01T23:24:37.254Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (243/274)
43062026-05-01T23:24:37.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43072026-05-01T23:24:37.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43082026-05-01T23:24:37.795Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43092026-05-01T23:24:37.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43102026-05-01T23:24:37.893Z
43112026-05-01T23:24:37.893Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (244/274)
43122026-05-01T23:24:38.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43132026-05-01T23:24:38.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43142026-05-01T23:24:38.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43152026-05-01T23:24:38.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43162026-05-01T23:24:38.536Z
43172026-05-01T23:24:38.537Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (245/274)
43182026-05-01T23:24:39.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43192026-05-01T23:24:39.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43202026-05-01T23:24:39.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43212026-05-01T23:24:39.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43222026-05-01T23:24:39.188Z
43232026-05-01T23:24:39.189Zinfo: running `cargo check --bins` on nexus-mgs-updates (246/274)
43242026-05-01T23:24:39.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43252026-05-01T23:24:39.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43262026-05-01T23:24:39.728Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43272026-05-01T23:24:39.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
43282026-05-01T23:24:39.825Z
43292026-05-01T23:24:39.825Zinfo: running `cargo check --bins` on nexus-networking (247/274)
43302026-05-01T23:24:40.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43312026-05-01T23:24:40.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43322026-05-01T23:24:40.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43332026-05-01T23:24:40.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43342026-05-01T23:24:40.474Z
43352026-05-01T23:24:40.474Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (248/274)
43362026-05-01T23:24:41.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43372026-05-01T23:24:41.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43382026-05-01T23:24:41.030Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43392026-05-01T23:24:41.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43402026-05-01T23:24:41.128Z
43412026-05-01T23:24:41.128Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (249/274)
43422026-05-01T23:24:41.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43432026-05-01T23:24:41.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43442026-05-01T23:24:41.682Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43452026-05-01T23:24:41.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43462026-05-01T23:24:41.786Z
43472026-05-01T23:24:41.786Zinfo: running `cargo check --bins` on omicron-dev (250/274)
43482026-05-01T23:24:42.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43492026-05-01T23:24:42.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43502026-05-01T23:24:42.682Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43512026-05-01T23:24:42.682Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43522026-05-01T23:24:42.866Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43532026-05-01T23:24:42.899Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
43542026-05-01T23:24:42.918Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43552026-05-01T23:24:42.936Z Checking yansi v1.0.1
43562026-05-01T23:24:42.954Z Checking diff v0.1.13
43572026-05-01T23:24:42.954Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43582026-05-01T23:24:43.007Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43592026-05-01T23:24:43.180Z Checking pretty_assertions v1.4.1
43602026-05-01T23:24:43.841Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43612026-05-01T23:24:44.188Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43622026-05-01T23:25:07.652Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43632026-05-01T23:25:07.656Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43642026-05-01T23:25:07.656Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43652026-05-01T23:25:07.656Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43662026-05-01T23:25:07.656Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43672026-05-01T23:25:07.656Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43682026-05-01T23:25:08.480Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43692026-05-01T23:25:09.566Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43702026-05-01T23:25:47.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
43712026-05-01T23:25:47.839Z
43722026-05-01T23:25:47.840Zinfo: running `cargo check --bins` on omicron-pins (251/274)
43732026-05-01T23:25:48.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43742026-05-01T23:25:48.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43752026-05-01T23:25:48.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43762026-05-01T23:25:48.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43772026-05-01T23:25:48.418Z
43782026-05-01T23:25:48.418Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (252/274)
43792026-05-01T23:25:48.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43802026-05-01T23:25:48.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43812026-05-01T23:25:49.185Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43822026-05-01T23:25:49.307Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43832026-05-01T23:25:49.311Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43842026-05-01T23:26:14.829Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43852026-05-01T23:26:15.216Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43862026-05-01T23:26:16.907Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43872026-05-01T23:26:17.362Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43882026-05-01T23:26:20.265Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43892026-05-01T23:26:42.588Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43902026-05-01T23:26:43.291Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43912026-05-01T23:26:44.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.48s
43922026-05-01T23:26:45.133Z
43932026-05-01T23:26:45.133Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (253/274)
43942026-05-01T23:26:45.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43952026-05-01T23:26:45.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43962026-05-01T23:26:45.848Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43972026-05-01T23:26:46.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
43982026-05-01T23:26:46.722Z
43992026-05-01T23:26:46.722Zinfo: running `cargo check --bins` on omicron-releng (254/274)
44002026-05-01T23:26:47.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44012026-05-01T23:26:47.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44022026-05-01T23:26:47.370Z Compiling blake3 v1.8.3
44032026-05-01T23:26:47.480Z Checking arrayref v0.3.9
44042026-05-01T23:26:47.484Z Checking constant_time_eq v0.4.2
44052026-05-01T23:26:47.487Z Checking arrayvec v0.7.6
44062026-05-01T23:26:47.498Z Checking topological-sort v0.2.2
44072026-05-01T23:26:47.501Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
44082026-05-01T23:26:47.501Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
44092026-05-01T23:26:47.501Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
44102026-05-01T23:26:47.538Z Checking shell-words v1.1.1
44112026-05-01T23:26:48.256Z Checking omicron-zone-package v0.12.2
44122026-05-01T23:26:48.961Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
44132026-05-01T23:26:49.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.04s
44142026-05-01T23:26:49.971Z
44152026-05-01T23:26:49.972Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (255/274)
44162026-05-01T23:26:50.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44172026-05-01T23:26:50.491Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44182026-05-01T23:26:50.616Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
44192026-05-01T23:26:50.936Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
44202026-05-01T23:26:51.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
44212026-05-01T23:26:51.519Z
44222026-05-01T23:26:51.519Zinfo: running `cargo check --bins` on schema (256/274)
44232026-05-01T23:26:52.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44242026-05-01T23:26:52.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44252026-05-01T23:26:52.244Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
44262026-05-01T23:26:52.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
44272026-05-01T23:26:53.140Z
44282026-05-01T23:26:53.140Zinfo: running `cargo check --bins` on xtask (257/274)
44292026-05-01T23:26:53.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44302026-05-01T23:26:53.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44312026-05-01T23:26:53.589Z Checking libc v0.2.185
44322026-05-01T23:26:53.592Z Checking serde v1.0.228
44332026-05-01T23:26:53.676Z Checking zerofrom v0.1.6
44342026-05-01T23:26:53.681Z Checking bitflags v2.11.0
44352026-05-01T23:26:53.687Z Checking smallvec v1.15.1
44362026-05-01T23:26:53.693Z Checking indexmap v2.14.0
44372026-05-01T23:26:53.702Z Checking serde_json v1.0.149
44382026-05-01T23:26:53.705Z Checking scroll v0.12.0
44392026-05-01T23:26:53.772Z Checking yoke v0.8.1
44402026-05-01T23:26:53.829Z Checking num-traits v0.2.19
44412026-05-01T23:26:53.855Z Checking thiserror v1.0.69
44422026-05-01T23:26:53.935Z Checking zerovec v0.11.5
44432026-05-01T23:26:53.935Z Checking zerotrie v0.2.3
44442026-05-01T23:26:53.956Z Checking percent-encoding v2.3.2
44452026-05-01T23:26:53.967Z Checking errno v0.3.14
44462026-05-01T23:26:54.053Z Checking toml_datetime v0.6.11
44472026-05-01T23:26:54.083Z Checking rustix v1.1.3
44482026-05-01T23:26:54.093Z Checking serde_spanned v0.6.9
44492026-05-01T23:26:54.175Z Checking log v0.4.29
44502026-05-01T23:26:54.217Z Checking form_urlencoded v1.2.2
44512026-05-01T23:26:54.228Z Checking zerocopy v0.7.35
44522026-05-01T23:26:54.237Z Checking toml_edit v0.22.27
44532026-05-01T23:26:54.296Z Checking getrandom v0.4.1
44542026-05-01T23:26:54.323Z Checking goblin v0.8.2
44552026-05-01T23:26:54.345Z Checking thiserror v2.0.18
44562026-05-01T23:26:54.348Z Checking ordered-float v2.10.1
44572026-05-01T23:26:54.376Z Checking tinystr v0.8.2
44582026-05-01T23:26:54.425Z Checking potential_utf v0.1.4
44592026-05-01T23:26:54.444Z Checking syn v2.0.117
44602026-05-01T23:26:54.550Z Checking icu_collections v2.1.1
44612026-05-01T23:26:54.550Z Checking icu_locale_core v2.1.1
44622026-05-01T23:26:54.574Z Checking serde-value v0.7.0
44632026-05-01T23:26:54.715Z Checking dtrace-parser v0.2.0
44642026-05-01T23:26:54.777Z Checking thread-id v4.2.2
44652026-05-01T23:26:54.857Z Checking once_cell v1.21.3
44662026-05-01T23:26:54.860Z Checking cargo-platform v0.2.0
44672026-05-01T23:26:54.902Z Checking terminal_size v0.4.3
44682026-05-01T23:26:54.949Z Checking memmap v0.7.0
44692026-05-01T23:26:55.019Z Checking clap_builder v4.5.60
44702026-05-01T23:26:55.051Z Checking textwrap v0.16.2
44712026-05-01T23:26:55.061Z Checking tempfile v3.25.0
44722026-05-01T23:26:55.076Z Checking fs-err v3.3.0
44732026-05-01T23:26:55.101Z Checking icu_provider v2.1.1
44742026-05-01T23:26:55.247Z Checking camino-tempfile v1.4.1
44752026-05-01T23:26:55.258Z Checking tabled v0.15.0
44762026-05-01T23:26:55.258Z Checking anyhow v1.0.102
44772026-05-01T23:26:55.319Z Checking toml v0.8.23
44782026-05-01T23:26:55.336Z Checking icu_properties v2.1.2
44792026-05-01T23:26:55.400Z Checking icu_normalizer v2.1.1
44802026-05-01T23:26:55.460Z Checking macaddr v1.0.1
44812026-05-01T23:26:55.634Z Checking cargo_toml v0.21.0
44822026-05-01T23:26:55.645Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44832026-05-01T23:26:56.153Z Checking idna_adapter v1.2.1
44842026-05-01T23:26:56.180Z Checking dof v0.3.0
44852026-05-01T23:26:56.191Z Checking clap v4.5.60
44862026-05-01T23:26:56.266Z Checking idna v1.1.0
44872026-05-01T23:26:56.437Z Checking usdt-impl v0.5.0
44882026-05-01T23:26:56.483Z Checking url v2.5.8
44892026-05-01T23:26:56.678Z Checking usdt v0.5.0
44902026-05-01T23:26:56.821Z Checking cargo-util-schemas v0.8.2
44912026-05-01T23:26:57.512Z Checking cargo_metadata v0.21.0
44922026-05-01T23:26:58.110Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44932026-05-01T23:26:58.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.38s
44942026-05-01T23:26:58.647Z
44952026-05-01T23:26:58.647Zinfo: running `cargo check --bins` on dnsadm (258/274)
44962026-05-01T23:26:59.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44972026-05-01T23:26:59.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44982026-05-01T23:26:59.280Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
44992026-05-01T23:26:59.754Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
45002026-05-01T23:27:00.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s
45012026-05-01T23:27:00.340Z
45022026-05-01T23:27:00.340Zinfo: running `cargo check --bins` on end-to-end-tests (259/274)
45032026-05-01T23:27:00.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45042026-05-01T23:27:00.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45052026-05-01T23:27:01.128Z Checking polyval v0.6.2
45062026-05-01T23:27:01.252Z Checking ctr v0.9.2
45072026-05-01T23:27:01.262Z Checking ssh-encoding v0.2.0
45082026-05-01T23:27:01.262Z Checking blowfish v0.9.1
45092026-05-01T23:27:01.282Z Checking password-hash v0.4.2
45102026-05-01T23:27:01.296Z Checking p521 v0.13.3
45112026-05-01T23:27:01.297Z Checking p256 v0.13.2
45122026-05-01T23:27:01.323Z Checking russh-cryptovec v0.7.3
45132026-05-01T23:27:01.392Z Checking ghash v0.5.1
45142026-05-01T23:27:01.405Z Checking bcrypt-pbkdf v0.10.0
45152026-05-01T23:27:01.408Z Checking md5 v0.7.0
45162026-05-01T23:27:01.434Z Checking num-bigint v0.4.6
45172026-05-01T23:27:01.485Z Checking des v0.8.1
45182026-05-01T23:27:01.499Z Checking pbkdf2 v0.11.0
45192026-05-01T23:27:01.516Z Checking aes-gcm v0.10.3
45202026-05-01T23:27:01.548Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45212026-05-01T23:27:01.599Z Checking hex-literal v0.4.1
45222026-05-01T23:27:01.637Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
45232026-05-01T23:27:01.640Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
45242026-05-01T23:27:01.664Z Checking socket2 v0.5.10
45252026-05-01T23:27:01.664Z Checking ssh-cipher v0.2.0
45262026-05-01T23:27:01.693Z Checking internet-checksum v0.2.1
45272026-05-01T23:27:01.826Z Checking ssh-key v0.6.7
45282026-05-01T23:27:01.936Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45292026-05-01T23:27:02.461Z Checking russh-keys v0.45.0
45302026-05-01T23:27:03.004Z Checking russh v0.45.0
45312026-05-01T23:27:17.919Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
45322026-05-01T23:27:19.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.79s
45332026-05-01T23:27:19.347Z
45342026-05-01T23:27:19.348Zinfo: running `cargo check --bins` on gateway-cli (260/274)
45352026-05-01T23:27:19.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45362026-05-01T23:27:19.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45372026-05-01T23:27:19.982Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
45382026-05-01T23:27:20.090Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
45392026-05-01T23:27:20.098Z Checking termios v0.3.3
45402026-05-01T23:27:21.293Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
45412026-05-01T23:27:21.441Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45422026-05-01T23:27:23.214Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
45432026-05-01T23:27:23.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.42s
45442026-05-01T23:27:23.965Z
45452026-05-01T23:27:23.965Zinfo: running `cargo check --bins --no-default-features` on installinator (261/274)
45462026-05-01T23:27:24.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45472026-05-01T23:27:24.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45482026-05-01T23:27:24.671Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
45492026-05-01T23:27:24.785Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45502026-05-01T23:27:24.794Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45512026-05-01T23:27:24.798Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45522026-05-01T23:27:24.808Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45532026-05-01T23:27:24.811Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45542026-05-01T23:27:25.534Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45552026-05-01T23:27:25.888Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45562026-05-01T23:27:25.896Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45572026-05-01T23:27:26.514Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45582026-05-01T23:27:28.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.18s
45592026-05-01T23:27:28.361Z
45602026-05-01T23:27:28.361Zinfo: running `cargo check --bins` on internal-dns-cli (262/274)
45612026-05-01T23:27:28.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45622026-05-01T23:27:28.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45632026-05-01T23:27:28.986Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45642026-05-01T23:27:29.435Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45652026-05-01T23:27:29.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
45662026-05-01T23:27:29.930Z
45672026-05-01T23:27:29.930Zinfo: running `cargo check --bins` on omicron-live-tests (263/274)
45682026-05-01T23:27:30.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45692026-05-01T23:27:30.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45702026-05-01T23:27:30.431Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45712026-05-01T23:27:30.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45722026-05-01T23:27:30.515Z
45732026-05-01T23:27:30.515Zinfo: running `cargo check --bins` on live-tests-macros (264/274)
45742026-05-01T23:27:31.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45752026-05-01T23:27:31.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45762026-05-01T23:27:31.013Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45772026-05-01T23:27:31.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45782026-05-01T23:27:31.093Z
45792026-05-01T23:27:31.093Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (265/274)
45802026-05-01T23:27:31.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45812026-05-01T23:27:31.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45822026-05-01T23:27:31.840Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45832026-05-01T23:27:32.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
45842026-05-01T23:27:32.661Z
45852026-05-01T23:27:32.661Zinfo: running `cargo check --bins` on omicron-ntp-admin (266/274)
45862026-05-01T23:27:33.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45872026-05-01T23:27:33.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45882026-05-01T23:27:33.315Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45892026-05-01T23:27:33.319Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45902026-05-01T23:27:33.565Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45912026-05-01T23:27:33.565Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45922026-05-01T23:27:34.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
45932026-05-01T23:27:34.533Z
45942026-05-01T23:27:34.533Zinfo: running `cargo check --bins` on ntp-admin-types (267/274)
45952026-05-01T23:27:35.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45962026-05-01T23:27:35.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45972026-05-01T23:27:35.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45982026-05-01T23:27:35.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45992026-05-01T23:27:35.111Z
46002026-05-01T23:27:35.111Zinfo: running `cargo check --bins` on omicron-package (268/274)
46012026-05-01T23:27:35.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46022026-05-01T23:27:35.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46032026-05-01T23:27:35.783Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
46042026-05-01T23:27:36.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s
46052026-05-01T23:27:37.048Z
46062026-05-01T23:27:37.048Zinfo: running `cargo check --bins` on tqdb (269/274)
46072026-05-01T23:27:37.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46082026-05-01T23:27:37.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46092026-05-01T23:27:37.826Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
46102026-05-01T23:27:38.177Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
46112026-05-01T23:27:38.682Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
46122026-05-01T23:27:38.686Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
46132026-05-01T23:27:44.363Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
46142026-05-01T23:27:44.371Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
46152026-05-01T23:27:44.943Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
46162026-05-01T23:27:44.951Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
46172026-05-01T23:27:44.951Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46182026-05-01T23:27:44.952Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
46192026-05-01T23:27:48.781Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
46202026-05-01T23:27:48.791Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46212026-05-01T23:27:48.791Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46222026-05-01T23:27:48.791Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
46232026-05-01T23:27:51.996Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
46242026-05-01T23:27:58.321Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46252026-05-01T23:27:58.325Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
46262026-05-01T23:27:58.325Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
46272026-05-01T23:27:58.325Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
46282026-05-01T23:27:59.765Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
46292026-05-01T23:28:01.074Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
46302026-05-01T23:28:01.746Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
46312026-05-01T23:28:03.002Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
46322026-05-01T23:28:03.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.48s
46332026-05-01T23:28:03.758Z
46342026-05-01T23:28:03.758Zinfo: running `cargo check --bins` on wicket-dbg (270/274)
46352026-05-01T23:28:04.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46362026-05-01T23:28:04.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46372026-05-01T23:28:04.472Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46382026-05-01T23:28:04.476Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46392026-05-01T23:28:04.476Z Checking rtoolbox v0.0.3
46402026-05-01T23:28:04.604Z Checking tui-tree-widget v0.23.1
46412026-05-01T23:28:04.701Z Checking rpassword v7.4.0
46422026-05-01T23:28:05.739Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46432026-05-01T23:28:08.720Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46442026-05-01T23:28:10.542Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
46452026-05-01T23:28:11.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.68s
46462026-05-01T23:28:11.646Z
46472026-05-01T23:28:11.646Zinfo: running `cargo check --bins` on wicket (271/274)
46482026-05-01T23:28:12.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46492026-05-01T23:28:12.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46502026-05-01T23:28:12.338Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46512026-05-01T23:28:12.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
46522026-05-01T23:28:12.908Z
46532026-05-01T23:28:12.908Zinfo: running `cargo check --bins` on wicketd (272/274)
46542026-05-01T23:28:13.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46552026-05-01T23:28:13.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46562026-05-01T23:28:13.628Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46572026-05-01T23:28:13.631Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46582026-05-01T23:28:13.631Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46592026-05-01T23:28:13.631Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46602026-05-01T23:28:14.613Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46612026-05-01T23:28:15.191Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46622026-05-01T23:28:18.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.23s
46632026-05-01T23:28:18.350Z
46642026-05-01T23:28:18.350Zinfo: running `cargo check --bins` on omicron-workspace-hack (273/274)
46652026-05-01T23:28:18.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46662026-05-01T23:28:18.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46672026-05-01T23:28:18.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46682026-05-01T23:28:18.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
46692026-05-01T23:28:18.937Z
46702026-05-01T23:28:18.937Zinfo: running `cargo check --bins` on zone-setup (274/274)
46712026-05-01T23:28:19.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46722026-05-01T23:28:19.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46732026-05-01T23:28:19.602Z Checking uzers v0.12.2
46742026-05-01T23:28:19.872Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46752026-05-01T23:28:20.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s
46762026-05-01T23:28:20.835Z
46772026-05-01T23:28:20.835Zreal 14:02.045826341
46782026-05-01T23:28:20.835Zuser 20:29.926627555
46792026-05-01T23:28:20.835Zsys 4:12.496595771
46802026-05-01T23:28:20.835Ztrap 0.327412445
46812026-05-01T23:28:20.836Ztflt 0.283243553
46822026-05-01T23:28:20.836Zdflt 0.855755150
46832026-05-01T23:28:20.836Zkflt 0.002320042
46842026-05-01T23:28:20.839Zlock 1:16:34.589869501
46852026-05-01T23:28:20.839Zslp 1:37:54.702437556
46862026-05-01T23:28:20.839Zlat 53.646626544
46872026-05-01T23:28:20.839Zstop 3:25.032272387
46882026-05-01T23:28:20.839Zprocess exited: duration 1027342 ms, exit code 0
 
46892026-05-01T23:28:20.846Zfound 0 output files