01M1C2B9V8HWQP5K5TCV0B0Q6Q: check-features (helios)

BasicConfig {
    output_rules: [
        "/out/*",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-3.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01M1C2C9E2AV0WV3HS9XV8BKKX

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-31T14:08:59.935Zjob assigned to worker 01M1C2CG4QNXF57W58MQZ5KGYE [factory aws, i-0b4e6a5cb941ab2b7] (queued for 49 s)
 
22026-08-31T14:09:07.099Zstarting task 0: "setup"
32026-08-31T14:09:07.104Z++ uname -s
42026-08-31T14:09:07.107Z+ kern=SunOS
52026-08-31T14:09:07.107Z+ build_user=build
62026-08-31T14:09:07.107Z+ build_uid=12345
72026-08-31T14:09:07.107Z+ work_dir=/work
82026-08-31T14:09:07.107Z+ input_dir=/input
92026-08-31T14:09:07.107Z+ [[ 0 == 12345 ]]
102026-08-31T14:09:07.107Z+ case "$kern" in
112026-08-31T14:09:07.107Z+ groupadd -g 12345 build
122026-08-31T14:09:07.111Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-31T14:09:09.114Z+ zfs create -o mountpoint=/work rpool/work
142026-08-31T14:09:09.188Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-31T14:09:09.195Z+ home_fs=zfs
162026-08-31T14:09:09.195Z+ [[ zfs == autofs ]]
172026-08-31T14:09:09.195Z+ mkdir -p /home/build
182026-08-31T14:09:09.195Z+ chown build:build /home/build /work
192026-08-31T14:09:11.193Z+ chmod 0700 /home/build /work
202026-08-31T14:09:11.196Zprocess exited: duration 4096 ms, exit code 0
 
212026-08-31T14:09:11.202Zstarting task 1: "rust-toolchain"
222026-08-31T14:09:11.206Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-31T14:09:11.206Z * rust toolchain channel = "1.97.1"
242026-08-31T14:09:11.206Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-08-31T14:09:11.206Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-08-31T14:09:11.206Z * rust toolchain profile = "default"
272026-08-31T14:09:11.209Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-31T14:09:11.209Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-31T14:09:11.209Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-31T14:09:11.289Zinfo: downloading installer
312026-08-31T14:09:12.603Zwarn: It looks like you have an existing rustup settings file at:
322026-08-31T14:09:12.603Zwarn: /home/build/.rustup/settings.toml
332026-08-31T14:09:12.603Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-31T14:09:12.603Zwarn: instead of the one inferred from the default host triple.
352026-08-31T14:09:12.615Zinfo: profile set to default
362026-08-31T14:09:12.615Zinfo: default host triple is x86_64-unknown-illumos
372026-08-31T14:09:12.618Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-31T14:09:12.744Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-31T14:09:12.747Zinfo: downloading 6 components
402026-08-31T14:09:26.837Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-31T14:09:26.837Z
422026-08-31T14:09:26.869Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-31T14:09:26.869Z
442026-08-31T14:09:26.869Z
452026-08-31T14:09:26.869ZRust is installed now. Great!
462026-08-31T14:09:26.869Z
472026-08-31T14:09:26.869ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-31T14:09:26.869Zenvironment variable. This has not been done automatically.
492026-08-31T14:09:26.869Z
502026-08-31T14:09:26.869ZTo configure your current shell, you need to source
512026-08-31T14:09:26.869Zthe corresponding env file under $HOME/.cargo.
522026-08-31T14:09:26.869Z
532026-08-31T14:09:26.869ZThis is usually done by running one of the following (note the leading DOT):
542026-08-31T14:09:26.874Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-31T14:09:26.874Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-31T14:09:26.874Zsource "~/.cargo/env.nu" # For nushell
572026-08-31T14:09:26.874Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-31T14:09:26.874Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-31T14:09:26.874Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-31T14:09:26.874Zwarn: no default linker (`cc`) was found in your PATH
612026-08-31T14:09:26.874Zwarn: many Rust crates require a system C toolchain to build
622026-08-31T14:09:26.963Z+ rustup --version
632026-08-31T14:09:26.972Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-31T14:09:26.975Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-31T14:09:26.993Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-31T14:09:26.995Z+ cargo --version
672026-08-31T14:09:27.010Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-31T14:09:27.013Z+ rustc --version
692026-08-31T14:09:27.032Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-31T14:09:27.035Zprocess exited: duration 15832 ms, exit code 0
 
712026-08-31T14:09:27.041Zstarting task 2: "authentication"
722026-08-31T14:09:27.057Zprocess exited: duration 16 ms, exit code 0
 
732026-08-31T14:09:27.064Zstarting task 3: "clone repository"
742026-08-31T14:09:27.067Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-31T14:09:27.070Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-31T14:09:27.105ZCloning into '/work/oxidecomputer/omicron'...
772026-08-31T14:09:39.776Z+ cd /work/oxidecomputer/omicron
782026-08-31T14:09:39.776Z+ git fetch origin 4f380ddc5e035d11ec69933c4af2cc15385932dd
792026-08-31T14:09:40.352ZFrom https://github.com/oxidecomputer/omicron
802026-08-31T14:09:40.352Z * branch 4f380ddc5e035d11ec69933c4af2cc15385932dd -> FETCH_HEAD
812026-08-31T14:09:40.362Z+ [[ -n john/data-migration-idempotency ]]
822026-08-31T14:09:40.365Z++ git branch --show-current
832026-08-31T14:09:40.365Z+ current=main
842026-08-31T14:09:40.365Z+ [[ main != john/data-migration-idempotency ]]
852026-08-31T14:09:40.365Z+ git branch -f john/data-migration-idempotency 4f380ddc5e035d11ec69933c4af2cc15385932dd
862026-08-31T14:09:40.368Z+ git checkout -f john/data-migration-idempotency
872026-08-31T14:09:40.625ZSwitched to branch 'john/data-migration-idempotency'
882026-08-31T14:09:40.628Z+ git reset --hard 4f380ddc5e035d11ec69933c4af2cc15385932dd
892026-08-31T14:09:40.640ZHEAD is now at 4f380ddc5 add comment explaining apply_update(..., 2)
902026-08-31T14:09:40.643Zprocess exited: duration 13576 ms, exit code 0
 
912026-08-31T14:09:40.649Zstarting task 4: "build"
922026-08-31T14:09:40.653Z+ source .github/buildomat/ci-env.sh
932026-08-31T14:09:40.656Z++ export CARGO_TERM_COLOR=always
942026-08-31T14:09:40.656Z++ CARGO_TERM_COLOR=always
952026-08-31T14:09:40.656Z+++ uname -s
962026-08-31T14:09:40.656Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-31T14:09:40.656Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-31T14:09:40.661Z+ cargo --version
992026-08-31T14:09:40.667Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-31T14:09:40.670Z+ rustc --version
1012026-08-31T14:09:40.687Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-31T14:09:40.690Z+ source ./env.sh
1032026-08-31T14:09:40.690Z++ OLD_SHELL_OPTS=ehxB
1042026-08-31T14:09:40.690Z++ set -o xtrace
1052026-08-31T14:09:40.693Z++++ dirname ./env.sh
1062026-08-31T14:09:40.693Z+++ readlink -f .
1072026-08-31T14:09:40.696Z++ OMICRON_WS=/work/oxidecomputer/omicron
1082026-08-31T14:09:40.696Z++ 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-08-31T14:09:40.696Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-08-31T14:09:40.696Z++ 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-08-31T14:09:40.696Z++ 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-08-31T14:09:40.696Z++ 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-08-31T14:09:40.696Z++ 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-08-31T14:09:40.696Z++ 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-08-31T14:09:40.696Z++ 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-08-31T14:09:40.697Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/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
1172026-08-31T14:09:40.697Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/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
1182026-08-31T14:09:40.697Z++ case $OLD_SHELL_OPTS in
1192026-08-31T14:09:40.697Z++ unset OLD_SHELL_OPTS OMICRON_WS
1202026-08-31T14:09:40.697Z+ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/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
1212026-08-31T14:09:40.697Z+ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/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
1222026-08-31T14:09:40.697Z+ banner prerequisites
1232026-08-31T14:09:40.746Z
1242026-08-31T14:09:40.746Z ##### ##### ###### ##### ###### #### # # # #### #
1252026-08-31T14:09:40.746Z # # # # # # # # # # # # # # #
1262026-08-31T14:09:40.746Z # # # # ##### # # ##### # # # # # #### #
1272026-08-31T14:09:40.746Z ##### ##### # ##### # # # # # # # # #
1282026-08-31T14:09:40.746Z # # # # # # # # # # # # # # #
1292026-08-31T14:09:40.746Z # # # ###### # # ###### ### # #### # #### #
1302026-08-31T14:09:40.746Z
1312026-08-31T14:09:40.746Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1322026-08-31T14:09:42.684Z Startup: Refreshing catalog 'helios' ... Done
1332026-08-31T14:09:43.086Z Startup: Caching catalogs ... Done
1342026-08-31T14:09:45.369ZPlanning: Solver setup ... Done (2.159s)
1352026-08-31T14:09:45.431ZPlanning: Running solver ... Done (0.063s)
1362026-08-31T14:09:45.480ZPlanning: Finding local manifests ... Done (0.002s)
1372026-08-31T14:09:45.494ZPlanning: Fetching manifests: 0/2 0% complete
1382026-08-31T14:09:45.515ZPlanning: Fetching manifests: 2/2 100% complete
1392026-08-31T14:09:45.528ZPlanning: Package planning ... Done (0.014s)
1402026-08-31T14:09:45.532ZPlanning: Merging actions ... Done (0.001s)
1412026-08-31T14:09:45.751ZPlanning: Checking for conflicting actions ... Done (0.222s)
1422026-08-31T14:09:45.758ZPlanning: Consolidating action changes ... Done (0.001s)
1432026-08-31T14:09:46.538ZPlanning: Evaluating mediators ... Done (0.787s)
1442026-08-31T14:09:46.542ZPlanning: Planning completed in 3.42 seconds
1452026-08-31T14:09:46.548Z Packages to install: 2
1462026-08-31T14:09:46.548Z Estimated space available: 156.01 GB
1472026-08-31T14:09:46.548ZEstimated space to be consumed: 83.65 MB
1482026-08-31T14:09:46.552Z Create boot environment: No
1492026-08-31T14:09:46.552ZCreate backup boot environment: No
1502026-08-31T14:09:46.552Z Rebuild boot archive: No
1512026-08-31T14:09:46.552Z
1522026-08-31T14:09:46.552ZChanged packages:
1532026-08-31T14:09:46.552Zhelios
1542026-08-31T14:09:46.552Z developer/build-essential
1552026-08-31T14:09:46.552Z None -> 11-3.0
1562026-08-31T14:09:46.552Z library/libxmlsec1
1572026-08-31T14:09:46.552Z None -> 1.2.35-3.0
1582026-08-31T14:09:46.574Z
1592026-08-31T14:09:46.574ZDownload: 0/214 items 0.0/1.3MB 0% complete
1602026-08-31T14:09:46.650ZDownload: Completed 1.28 MB in 0.08 seconds (16.8M/s)
1612026-08-31T14:09:46.734Z Actions: 1/268 actions (Installing new actions)
1622026-08-31T14:09:46.773Z Actions: Completed 268 actions in 0.04 seconds.
1632026-08-31T14:09:46.814ZFinalize: Updating package state database ... Done (0.036s)
1642026-08-31T14:09:46.824ZFinalize: Updating package cache ... Done (0.000s)
1652026-08-31T14:09:46.901ZFinalize: Updating image state ... Done (0.091s)
1662026-08-31T14:09:49.367ZFinalize: Creating fast lookup database ... Done (2.417s)
1672026-08-31T14:09:49.432ZFinalize: Reading search index ... Done (0.012s)
1682026-08-31T14:09:49.436ZFinalize: Updating search index ... Done (0.000s)
1692026-08-31T14:09:49.517ZFinalize: Updating package cache ... Done (0.000s)
1702026-08-31T14:09:49.886ZPlanning: Evaluating mediator changes ... Done
1712026-08-31T14:09:50.082ZPlanning: Checking for conflicting actions ... Done
1722026-08-31T14:09:50.211ZPlanning: Consolidating action changes ... Done
1732026-08-31T14:09:50.346ZPlanning: Evaluating mediators ... Done
1742026-08-31T14:09:50.346ZPlanning: Planning completed in 0.26 seconds
1752026-08-31T14:09:50.346Z Mediators to change: 2
1762026-08-31T14:09:50.347Z Create boot environment: No
1772026-08-31T14:09:50.347ZCreate backup boot environment: No
1782026-08-31T14:09:50.347ZFinalize: Updating package state database ... Done
1792026-08-31T14:09:50.347ZFinalize: Updating package cache ... Done
1802026-08-31T14:09:50.422ZFinalize: Updating image state ... Done
1812026-08-31T14:09:52.220ZFinalize: Creating fast lookup database ... Done
1822026-08-31T14:09:52.288ZFinalize: Reading search index ... Done
1832026-08-31T14:09:52.297ZFinalize: Updating search index ... Done
1842026-08-31T14:09:52.367ZFinalize: Updating package cache ... Done
1852026-08-31T14:09:52.620ZPlanning: Evaluating mediator changes ... Done
1862026-08-31T14:09:52.723ZPlanning: Checking for conflicting actions ... Done
1872026-08-31T14:09:52.727ZPlanning: Consolidating action changes ... Done
1882026-08-31T14:09:52.888ZPlanning: Evaluating mediators ... Done
1892026-08-31T14:09:52.920ZPlanning: Planning completed in 0.26 seconds
1902026-08-31T14:09:52.920Z Mediators to change: 1
1912026-08-31T14:09:52.921Z Create boot environment: No
1922026-08-31T14:09:52.921ZCreate backup boot environment: No
1932026-08-31T14:09:52.966ZFinalize: Updating package state database ... Done
1942026-08-31T14:09:52.995ZFinalize: Updating package cache ... Done
1952026-08-31T14:09:53.005ZFinalize: Updating image state ... Done
1962026-08-31T14:09:54.907ZFinalize: Creating fast lookup database ... Done
1972026-08-31T14:09:54.971ZFinalize: Reading search index ... Done
1982026-08-31T14:09:54.976ZFinalize: Updating search index ... Done
1992026-08-31T14:09:55.049ZFinalize: Updating package cache ... Done
2002026-08-31T14:09:55.357ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2012026-08-31T14:09:55.358Zapache system 2.4 system
2022026-08-31T14:09:55.358Zclang system 15 system
2032026-08-31T14:09:55.358Zcsh system system illumos
2042026-08-31T14:09:55.358Zctags system system illumos
2052026-08-31T14:09:55.358Zfile vendor vendor darwinsys
2062026-08-31T14:09:55.358Zfile system system illumos
2072026-08-31T14:09:55.358Zgcc vendor 14 vendor
2082026-08-31T14:09:55.358Zgcc system 13 system
2092026-08-31T14:09:55.358Zgcc system 10 system
2102026-08-31T14:09:55.358Zgo system 1.25 system
2112026-08-31T14:09:55.359Zllvm system 15 system
2122026-08-31T14:09:55.359Zmariadb system 11.4 system
2132026-08-31T14:09:55.359Zmta vendor vendor dma
2142026-08-31T14:09:55.359Zopenjdk system 17 system
2152026-08-31T14:09:55.359Zopenjdk system 11 system
2162026-08-31T14:09:55.359Zopenssl vendor 3 vendor
2172026-08-31T14:09:55.359Zperl system 5.40 system
2182026-08-31T14:09:55.359Zpostgresql system 18 system
2192026-08-31T14:09:55.359Zpostgresql system 17 system
2202026-08-31T14:09:55.359Zpython vendor 3 vendor
2212026-08-31T14:09:55.360Zpython system 2 system
2222026-08-31T14:09:55.360Zpython3 vendor 3.13 vendor
2232026-08-31T14:09:55.360Zruby system 3.4 system
2242026-08-31T14:09:55.360Zruby system 3.0 system
2252026-08-31T14:09:55.360Zwords vendor vendor american-english
2262026-08-31T14:09:55.360Zwords system system australian-english
2272026-08-31T14:09:55.360Zwords system system british-english
2282026-08-31T14:09:55.360Zwords system system canadian-english
2292026-08-31T14:09:55.360Zwords system system french
2302026-08-31T14:09:55.360Zwords system system italian
2312026-08-31T14:09:55.360Zwords system system ngerman
2322026-08-31T14:09:55.360Zwords system system ogerman
2332026-08-31T14:09:55.360Zwords system system spanish
2342026-08-31T14:09:55.607ZPUBLISHER TYPE STATUS P LOCATION
2352026-08-31T14:09:55.607Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2362026-08-31T14:09:56.103ZFMRI IFO
2372026-08-31T14:09:56.103Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2382026-08-31T14:09:56.103Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2392026-08-31T14:09:56.103Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2402026-08-31T14:09:56.103Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2412026-08-31T14:09:56.103Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2422026-08-31T14:09:56.103Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2432026-08-31T14:09:56.103Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2442026-08-31T14:09:56.103Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2452026-08-31T14:09:56.103Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2462026-08-31T14:09:56.447Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2472026-08-31T14:09:57.003Z Updating crates.io index
2482026-08-31T14:09:57.006Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2492026-08-31T14:09:57.322Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2502026-08-31T14:09:57.908Z Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox`
2512026-08-31T14:09:58.210Z Updating git repository `https://github.com/oxidecomputer/propolis`
2522026-08-31T14:09:59.263Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2532026-08-31T14:10:00.088Z Updating git repository `https://github.com/oxidecomputer/crucible`
2542026-08-31T14:10:02.139Z Updating git repository `https://github.com/oxidecomputer/opte`
2552026-08-31T14:10:03.037Z Updating git repository `https://github.com/oxidecomputer/tofino`
2562026-08-31T14:10:03.352Z Updating git repository `https://github.com/oxidecomputer/lldp`
2572026-08-31T14:10:03.740Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2582026-08-31T14:10:05.015Z Updating git repository `https://github.com/oxidecomputer/clickward`
2592026-08-31T14:10:05.397Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2602026-08-31T14:10:05.873Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2612026-08-31T14:10:06.456Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2622026-08-31T14:10:06.747Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2632026-08-31T14:10:07.052Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2642026-08-31T14:10:07.351Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2652026-08-31T14:10:07.625Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2662026-08-31T14:10:08.116Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2672026-08-31T14:10:08.738Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2682026-08-31T14:10:09.746Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2692026-08-31T14:10:10.081Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2702026-08-31T14:10:10.624Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2712026-08-31T14:10:10.957Z Updating git repository `https://github.com/oxidecomputer/erebor`
2722026-08-31T14:10:11.244Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2732026-08-31T14:10:12.086Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2742026-08-31T14:10:12.427Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2752026-08-31T14:10:12.865Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2762026-08-31T14:10:13.518Z Updating git repository `https://github.com/oxidecomputer/ispf`
2772026-08-31T14:10:13.796Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2782026-08-31T14:10:14.145Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2792026-08-31T14:10:14.538Z Updating git repository `https://github.com/oxidecomputer/tough`
2802026-08-31T14:10:15.154Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2812026-08-31T14:10:15.817Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2822026-08-31T14:10:16.171Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2832026-08-31T14:10:16.480Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2842026-08-31T14:10:17.143Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2852026-08-31T14:10:17.493Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2862026-08-31T14:10:17.784Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2872026-08-31T14:10:18.119Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2882026-08-31T14:10:18.549Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2892026-08-31T14:10:18.961Z Updating git repository `https://github.com/illumos/smf-rs`
2902026-08-31T14:10:21.208Z Downloading crates ...
2912026-08-31T14:10:21.275Z Downloaded equivalent v1.0.2
2922026-08-31T14:10:21.278Z Downloaded macaddr v1.0.1
2932026-08-31T14:10:21.283Z Downloaded fnv v1.0.7
2942026-08-31T14:10:21.286Z Downloaded anstyle v1.0.14
2952026-08-31T14:10:21.286Z Downloaded dof v0.3.0
2962026-08-31T14:10:21.290Z Downloaded bitflags v2.11.0
2972026-08-31T14:10:21.293Z Downloaded heck v0.4.1
2982026-08-31T14:10:21.293Z Downloaded zmij v1.0.21
2992026-08-31T14:10:21.297Z Downloaded usdt v0.5.0
3002026-08-31T14:10:21.300Z Downloaded anstream v1.0.0
3012026-08-31T14:10:21.305Z Downloaded zerocopy v0.7.35
3022026-08-31T14:10:21.313Z Downloaded anstyle-query v1.1.5
3032026-08-31T14:10:21.316Z Downloaded errno v0.3.14
3042026-08-31T14:10:21.316Z Downloaded is_terminal_polyfill v1.70.2
3052026-08-31T14:10:21.316Z Downloaded memmap v0.7.0
3062026-08-31T14:10:21.316Z Downloaded unicode-linebreak v0.1.5
3072026-08-31T14:10:21.316Z Downloaded colorchoice v1.0.4
3082026-08-31T14:10:21.322Z Downloaded autocfg v1.5.0
3092026-08-31T14:10:21.325Z Downloaded serde_tokenstream v0.2.3
3102026-08-31T14:10:21.325Z Downloaded cargo_metadata v0.23.1
3112026-08-31T14:10:21.325Z Downloaded itoa v1.0.17
3122026-08-31T14:10:21.328Z Downloaded cpufeatures v0.2.17
3132026-08-31T14:10:21.331Z Downloaded block-buffer v0.10.4
3142026-08-31T14:10:21.331Z Downloaded generic-array v0.14.7
3152026-08-31T14:10:21.334Z Downloaded dtrace-parser v0.2.0
3162026-08-31T14:10:21.334Z Downloaded serde_spanned v0.6.9
3172026-08-31T14:10:21.337Z Downloaded byteorder v1.5.0
3182026-08-31T14:10:21.344Z Downloaded camino-tempfile v1.4.1
3192026-08-31T14:10:21.348Z Downloaded heck v0.5.0
3202026-08-31T14:10:21.348Z Downloaded pest_derive v2.8.6
3212026-08-31T14:10:21.351Z Downloaded cargo-platform v0.3.2
3222026-08-31T14:10:21.354Z Downloaded fastrand v2.3.0
3232026-08-31T14:10:21.358Z Downloaded clap_lex v1.0.0
3242026-08-31T14:10:21.361Z Downloaded utf8parse v0.2.2
3252026-08-31T14:10:21.361Z Downloaded strsim v0.11.1
3262026-08-31T14:10:21.365Z Downloaded toml_write v0.1.2
3272026-08-31T14:10:21.365Z Downloaded cfg-if v1.0.4
3282026-08-31T14:10:21.365Z Downloaded proc-macro-error-attr v1.0.4
3292026-08-31T14:10:21.365Z Downloaded toml_datetime v0.6.11
3302026-08-31T14:10:21.369Z Downloaded crypto-common v0.1.7
3312026-08-31T14:10:21.372Z Downloaded thread-id v4.2.2
3322026-08-31T14:10:21.375Z Downloaded usdt-macro v0.5.0
3332026-08-31T14:10:21.375Z Downloaded version_check v0.9.5
3342026-08-31T14:10:21.379Z Downloaded bytecount v0.6.9
3352026-08-31T14:10:21.379Z Downloaded digest v0.10.7
3362026-08-31T14:10:21.387Z Downloaded swrite v0.1.0
3372026-08-31T14:10:21.392Z Downloaded tabled_derive v0.7.0
3382026-08-31T14:10:21.400Z Downloaded smawk v0.3.2
3392026-08-31T14:10:21.403Z Downloaded plain v0.2.3
3402026-08-31T14:10:21.407Z Downloaded pretty-hex v0.4.1
3412026-08-31T14:10:21.407Z Downloaded terminal_size v0.4.3
3422026-08-31T14:10:21.410Z Downloaded clap_derive v4.6.1
3432026-08-31T14:10:21.413Z Downloaded tempfile v3.27.0
3442026-08-31T14:10:21.420Z Downloaded anstyle-parse v1.0.0
3452026-08-31T14:10:21.422Z Downloaded usdt-impl v0.5.0
3462026-08-31T14:10:21.425Z Downloaded usdt-attr-macro v0.5.0
3472026-08-31T14:10:21.425Z Downloaded proc-macro-error v1.0.4
3482026-08-31T14:10:21.430Z Downloaded cargo_toml v0.21.0
3492026-08-31T14:10:21.437Z Downloaded fs-err v3.3.0
3502026-08-31T14:10:21.437Z Downloaded thiserror v1.0.69
3512026-08-31T14:10:21.437Z Downloaded thiserror-impl v1.0.69
3522026-08-31T14:10:21.437Z Downloaded camino v1.2.5
3532026-08-31T14:10:21.453Z Downloaded sha2 v0.10.9
3542026-08-31T14:10:21.466Z Downloaded scroll v0.12.0
3552026-08-31T14:10:21.467Z Downloaded scroll_derive v0.12.1
3562026-08-31T14:10:21.467Z Downloaded thiserror v2.0.18
3572026-08-31T14:10:21.467Z Downloaded quote v1.0.45
3582026-08-31T14:10:21.467Z Downloaded getrandom v0.4.3
3592026-08-31T14:10:21.467Z Downloaded log v0.4.33
3602026-08-31T14:10:21.470Z Downloaded serde_derive v1.0.228
3612026-08-31T14:10:21.470Z Downloaded anyhow v1.0.104
3622026-08-31T14:10:21.473Z Downloaded thiserror-impl v2.0.18
3632026-08-31T14:10:21.473Z Downloaded clap v4.6.1
3642026-08-31T14:10:21.477Z Downloaded once_cell v1.21.3
3652026-08-31T14:10:21.480Z Downloaded papergrid v0.11.0
3662026-08-31T14:10:21.483Z Downloaded toml v0.8.23
3672026-08-31T14:10:21.486Z Downloaded semver v1.0.28
3682026-08-31T14:10:21.489Z Downloaded zerocopy-derive v0.7.35
3692026-08-31T14:10:21.492Z Downloaded ucd-trie v0.1.7
3702026-08-31T14:10:21.497Z Downloaded pest_generator v2.8.6
3712026-08-31T14:10:21.500Z Downloaded unicode-ident v1.0.24
3722026-08-31T14:10:21.503Z Downloaded serde_core v1.0.228
3732026-08-31T14:10:21.510Z Downloaded textwrap v0.16.2
3742026-08-31T14:10:21.515Z Downloaded proc-macro2 v1.0.106
3752026-08-31T14:10:21.519Z Downloaded pest_meta v2.8.6
3762026-08-31T14:10:21.553Z Downloaded serde v1.0.228
3772026-08-31T14:10:21.556Z Downloaded toml_edit v0.22.27
3782026-08-31T14:10:21.562Z Downloaded typenum v1.20.1
3792026-08-31T14:10:21.563Z Downloaded memchr v2.8.0
3802026-08-31T14:10:21.565Z Downloaded indexmap v2.14.0
3812026-08-31T14:10:21.568Z Downloaded pest v2.8.6
3822026-08-31T14:10:21.595Z Downloaded hashbrown v0.17.0
3832026-08-31T14:10:21.608Z Downloaded goblin v0.8.2
3842026-08-31T14:10:21.614Z Downloaded serde_json v1.0.151
3852026-08-31T14:10:21.617Z Downloaded clap_builder v4.6.0
3862026-08-31T14:10:21.632Z Downloaded winnow v0.7.14
3872026-08-31T14:10:21.655Z Downloaded tabled v0.15.0
3882026-08-31T14:10:21.663Z Downloaded syn v1.0.109
3892026-08-31T14:10:21.668Z Downloaded unicode-width v0.1.14
3902026-08-31T14:10:21.671Z Downloaded unicode-width v0.2.0
3912026-08-31T14:10:21.675Z Downloaded syn v2.0.117
3922026-08-31T14:10:21.694Z Downloaded rustix v1.1.4
3932026-08-31T14:10:21.709Z Downloaded libc v0.2.185
3942026-08-31T14:10:21.772Z Compiling proc-macro2 v1.0.106
3952026-08-31T14:10:21.772Z Compiling quote v1.0.45
3962026-08-31T14:10:21.772Z Compiling unicode-ident v1.0.24
3972026-08-31T14:10:21.772Z Compiling serde_core v1.0.228
3982026-08-31T14:10:21.772Z Compiling libc v0.2.185
3992026-08-31T14:10:21.776Z Compiling version_check v0.9.5
4002026-08-31T14:10:21.776Z Compiling memchr v2.8.0
4012026-08-31T14:10:21.776Z Compiling serde v1.0.228
4022026-08-31T14:10:22.088Z Compiling zmij v1.0.21
4032026-08-31T14:10:22.319Z Compiling itoa v1.0.17
4042026-08-31T14:10:22.350Z Compiling thiserror v1.0.69
4052026-08-31T14:10:22.492Z Compiling ucd-trie v0.1.7
4062026-08-31T14:10:22.602Z Compiling byteorder v1.5.0
4072026-08-31T14:10:22.677Z Compiling pest v2.8.6
4082026-08-31T14:10:22.773Z Compiling rustix v1.1.4
4092026-08-31T14:10:22.822Z Compiling errno v0.3.14
4102026-08-31T14:10:22.840Z Compiling bitflags v2.11.0
4112026-08-31T14:10:23.054Z Compiling serde_json v1.0.151
4122026-08-31T14:10:23.267Z Compiling syn v2.0.117
4132026-08-31T14:10:23.373Z Compiling thread-id v4.2.2
4142026-08-31T14:10:23.373Z Compiling usdt-impl v0.5.0
4152026-08-31T14:10:23.501Z Compiling proc-macro-error-attr v1.0.4
4162026-08-31T14:10:23.501Z Compiling camino v1.2.5
4172026-08-31T14:10:23.587Z Compiling syn v1.0.109
4182026-08-31T14:10:23.749Z Compiling proc-macro-error v1.0.4
4192026-08-31T14:10:23.870Z Compiling pest_meta v2.8.6
4202026-08-31T14:10:23.930Z Compiling equivalent v1.0.2
4212026-08-31T14:10:23.930Z Compiling plain v0.2.3
4222026-08-31T14:10:23.999Z Compiling getrandom v0.4.3
4232026-08-31T14:10:23.999Z Compiling log v0.4.33
4242026-08-31T14:10:24.077Z Compiling utf8parse v0.2.2
4252026-08-31T14:10:24.156Z Compiling hashbrown v0.17.0
4262026-08-31T14:10:24.277Z Compiling terminal_size v0.4.3
4272026-08-31T14:10:24.464Z Compiling anstyle-parse v1.0.0
4282026-08-31T14:10:24.587Z Compiling indexmap v2.14.0
4292026-08-31T14:10:24.866Z Compiling toml_write v0.1.2
4302026-08-31T14:10:25.011Z Compiling colorchoice v1.0.4
4312026-08-31T14:10:25.116Z Compiling is_terminal_polyfill v1.70.2
4322026-08-31T14:10:25.168Z Compiling anstyle v1.0.14
4332026-08-31T14:10:25.196Z Compiling autocfg v1.5.0
4342026-08-31T14:10:25.217Z Compiling anstyle-query v1.1.5
4352026-08-31T14:10:25.235Z Compiling cfg-if v1.0.4
4362026-08-31T14:10:25.312Z Compiling thiserror v2.0.18
4372026-08-31T14:10:25.329Z Compiling winnow v0.7.14
4382026-08-31T14:10:25.347Z Compiling pretty-hex v0.4.1
4392026-08-31T14:10:25.385Z Compiling anstream v1.0.0
4402026-08-31T14:10:25.485Z Compiling pest_generator v2.8.6
4412026-08-31T14:10:25.606Z Compiling fs-err v3.3.0
4422026-08-31T14:10:25.710Z Compiling unicode-width v0.1.14
4432026-08-31T14:10:25.730Z Compiling strsim v0.11.1
4442026-08-31T14:10:25.841Z Compiling anyhow v1.0.104
4452026-08-31T14:10:25.981Z Compiling heck v0.5.0
4462026-08-31T14:10:26.074Z Compiling bytecount v0.6.9
4472026-08-31T14:10:26.120Z Compiling heck v0.4.1
4482026-08-31T14:10:26.158Z Compiling once_cell v1.21.3
4492026-08-31T14:10:26.184Z Compiling clap_lex v1.0.0
4502026-08-31T14:10:26.205Z Compiling fnv v1.0.7
4512026-08-31T14:10:26.222Z Compiling fastrand v2.3.0
4522026-08-31T14:10:26.314Z Compiling papergrid v0.11.0
4532026-08-31T14:10:26.368Z Compiling clap_builder v4.6.0
4542026-08-31T14:10:26.420Z Compiling tempfile v3.27.0
4552026-08-31T14:10:26.556Z Compiling cargo-platform v0.3.2
4562026-08-31T14:10:26.594Z Compiling semver v1.0.28
4572026-08-31T14:10:26.709Z Compiling tabled_derive v0.7.0
4582026-08-31T14:10:26.808Z Compiling memmap v0.7.0
4592026-08-31T14:10:26.881Z Compiling unicode-linebreak v0.1.5
4602026-08-31T14:10:26.888Z Compiling unicode-width v0.2.0
4612026-08-31T14:10:26.923Z Compiling smawk v0.3.2
4622026-08-31T14:10:26.990Z Compiling camino-tempfile v1.4.1
4632026-08-31T14:10:27.121Z Compiling textwrap v0.16.2
4642026-08-31T14:10:27.138Z Compiling serde_derive v1.0.228
4652026-08-31T14:10:27.213Z Compiling thiserror-impl v1.0.69
4662026-08-31T14:10:27.342Z Compiling zerocopy-derive v0.7.35
4672026-08-31T14:10:27.417Z Compiling pest_derive v2.8.6
4682026-08-31T14:10:27.572Z Compiling scroll_derive v0.12.1
4692026-08-31T14:10:27.592Z Compiling thiserror-impl v2.0.18
4702026-08-31T14:10:27.726Z Compiling clap_derive v4.6.1
4712026-08-31T14:10:27.858Z Compiling tabled v0.15.0
4722026-08-31T14:10:28.200Z Compiling zerocopy v0.7.35
4732026-08-31T14:10:28.226Z Compiling scroll v0.12.0
4742026-08-31T14:10:28.496Z Compiling goblin v0.8.2
4752026-08-31T14:10:28.578Z Compiling dtrace-parser v0.2.0
4762026-08-31T14:10:28.747Z Compiling swrite v0.1.0
4772026-08-31T14:10:29.389Z Compiling clap v4.6.1
4782026-08-31T14:10:30.000Z Compiling serde_spanned v0.6.9
4792026-08-31T14:10:30.000Z Compiling toml_datetime v0.6.11
4802026-08-31T14:10:30.000Z Compiling cargo_metadata v0.23.1
4812026-08-31T14:10:30.000Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4822026-08-31T14:10:30.000Z Compiling macaddr v1.0.1
4832026-08-31T14:10:30.106Z Compiling dof v0.3.0
4842026-08-31T14:10:30.122Z Compiling serde_tokenstream v0.2.3
4852026-08-31T14:10:30.237Z Compiling toml_edit v0.22.27
4862026-08-31T14:10:30.817Z Compiling usdt-attr-macro v0.5.0
4872026-08-31T14:10:30.850Z Compiling usdt-macro v0.5.0
4882026-08-31T14:10:31.448Z Compiling usdt v0.5.0
4892026-08-31T14:10:31.575Z Compiling toml v0.8.23
4902026-08-31T14:10:31.900Z Compiling cargo_toml v0.21.0
4912026-08-31T14:10:33.131Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4922026-08-31T14:10:35.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.87s
4932026-08-31T14:10:35.350Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4942026-08-31T14:10:35.869Z Downloading crates ...
4952026-08-31T14:10:35.920Z Downloaded async-recursion v1.1.1
4962026-08-31T14:10:35.924Z Downloaded arrayref v0.3.9
4972026-08-31T14:10:35.927Z Downloaded argon2 v0.6.0-rc.8
4982026-08-31T14:10:35.930Z Downloaded cassowary v0.3.0
4992026-08-31T14:10:35.934Z Downloaded aead v0.5.2
5002026-08-31T14:10:35.934Z Downloaded cbc v0.2.1
5012026-08-31T14:10:35.938Z Downloaded console v0.16.2
5022026-08-31T14:10:35.938Z Downloaded atomic-waker v1.1.2
5032026-08-31T14:10:35.942Z Downloaded anstream v0.6.21
5042026-08-31T14:10:35.946Z Downloaded base16ct v1.0.0
5052026-08-31T14:10:35.946Z Downloaded const-oid v0.9.6
5062026-08-31T14:10:35.952Z Downloaded array-init v0.0.4
5072026-08-31T14:10:35.952Z Downloaded blake2 v0.10.6
5082026-08-31T14:10:35.952Z Downloaded ena v0.14.4
5092026-08-31T14:10:35.952Z Downloaded fixedbitset v0.5.7
5102026-08-31T14:10:35.956Z Downloaded adler2 v2.0.1
5112026-08-31T14:10:35.956Z Downloaded allocator-api2 v0.2.21
5122026-08-31T14:10:35.956Z Downloaded flume v0.11.1
5132026-08-31T14:10:35.956Z Downloaded assert_matches v1.5.0
5142026-08-31T14:10:35.960Z Downloaded fxhash v0.2.1
5152026-08-31T14:10:35.960Z Downloaded hex-literal v1.1.0
5162026-08-31T14:10:35.968Z Downloaded const-oid v0.10.2
5172026-08-31T14:10:35.968Z Downloaded form_urlencoded v1.2.2
5182026-08-31T14:10:35.978Z Downloaded backtrace-ext v0.2.1
5192026-08-31T14:10:35.978Z Downloaded futures-macro v0.3.32
5202026-08-31T14:10:35.978Z Downloaded compression-core v0.4.31
5212026-08-31T14:10:35.978Z Downloaded async-stream v0.3.6
5222026-08-31T14:10:35.978Z Downloaded float-cmp v0.10.0
5232026-08-31T14:10:35.978Z Downloaded futures-io v0.3.32
5242026-08-31T14:10:35.978Z Downloaded futures-sink v0.3.32
5252026-08-31T14:10:35.979Z Downloaded async-stream-impl v0.3.6
5262026-08-31T14:10:35.979Z Downloaded hash32 v0.2.1
5272026-08-31T14:10:35.979Z Downloaded endian-type v0.1.2
5282026-08-31T14:10:35.979Z Downloaded futures-task v0.3.32
5292026-08-31T14:10:35.982Z Downloaded foreign-types-macros v0.2.3
5302026-08-31T14:10:35.982Z Downloaded arrayvec v0.7.6
5312026-08-31T14:10:35.982Z Downloaded atomicwrites v0.4.4
5322026-08-31T14:10:35.982Z Downloaded fixedbitset v0.4.2
5332026-08-31T14:10:35.982Z Downloaded flagset v0.4.7
5342026-08-31T14:10:35.982Z Downloaded foreign-types v0.5.0
5352026-08-31T14:10:35.990Z Downloaded anstyle-parse v0.2.7
5362026-08-31T14:10:35.990Z Downloaded base64ct v1.8.3
5372026-08-31T14:10:35.993Z Downloaded backoff v0.4.0
5382026-08-31T14:10:35.993Z Downloaded env_filter v2.0.0
5392026-08-31T14:10:35.993Z Downloaded gethostname v0.5.0
5402026-08-31T14:10:35.993Z Downloaded futures-core v0.3.32
5412026-08-31T14:10:35.993Z Downloaded filetime v0.2.27
5422026-08-31T14:10:35.993Z Downloaded foldhash v0.2.0
5432026-08-31T14:10:35.993Z Downloaded atty v0.2.14
5442026-08-31T14:10:35.993Z Downloaded base16ct v0.2.0
5452026-08-31T14:10:35.993Z Downloaded cobs v0.3.0
5462026-08-31T14:10:35.997Z Downloaded ghash v0.6.0
5472026-08-31T14:10:35.997Z Downloaded addr2line v0.25.1
5482026-08-31T14:10:35.997Z Downloaded float-ord v0.3.2
5492026-08-31T14:10:36.001Z Downloaded aead v0.6.1
5502026-08-31T14:10:36.001Z Downloaded ahash v0.8.12
5512026-08-31T14:10:36.004Z Downloaded foreign-types v0.3.2
5522026-08-31T14:10:36.004Z Downloaded backon v1.6.0
5532026-08-31T14:10:36.004Z Downloaded hubpack_derive v0.1.1
5542026-08-31T14:10:36.004Z Downloaded find-msvc-tools v0.1.9
5552026-08-31T14:10:36.007Z Downloaded bb8 v0.8.6
5562026-08-31T14:10:36.010Z Downloaded env_logger v0.11.11
5572026-08-31T14:10:36.014Z Downloaded foldhash v0.1.5
5582026-08-31T14:10:36.014Z Downloaded http-body-util v0.1.3
5592026-08-31T14:10:36.014Z Downloaded enum_dispatch v0.3.13
5602026-08-31T14:10:36.021Z Downloaded bit-set v0.5.3
5612026-08-31T14:10:36.021Z Downloaded block-buffer v0.12.1
5622026-08-31T14:10:36.021Z Downloaded ciborium-ll v0.2.2
5632026-08-31T14:10:36.021Z Downloaded ff v0.13.1
5642026-08-31T14:10:36.021Z Downloaded fd-lock v4.0.4
5652026-08-31T14:10:36.026Z Downloaded bit-set v0.8.0
5662026-08-31T14:10:36.027Z Downloaded foreign-types-shared v0.1.1
5672026-08-31T14:10:36.027Z Downloaded hash32 v0.3.1
5682026-08-31T14:10:36.027Z Downloaded cfg_aliases v0.2.1
5692026-08-31T14:10:36.027Z Downloaded block-padding v0.4.2
5702026-08-31T14:10:36.027Z Downloaded foreign-types-shared v0.3.1
5712026-08-31T14:10:36.027Z Downloaded home v0.5.12
5722026-08-31T14:10:36.034Z Downloaded ascii-canvas v3.0.0
5732026-08-31T14:10:36.034Z Downloaded fallible-iterator v0.2.0
5742026-08-31T14:10:36.034Z Downloaded enum-as-inner v0.6.1
5752026-08-31T14:10:36.038Z Downloaded hex v0.4.3
5762026-08-31T14:10:36.038Z Downloaded bcrypt-pbkdf v0.11.0
5772026-08-31T14:10:36.038Z Downloaded http-body v1.0.1
5782026-08-31T14:10:36.043Z Downloaded bitfield-macros v0.19.4
5792026-08-31T14:10:36.043Z Downloaded httpdate v1.0.3
5802026-08-31T14:10:36.047Z Downloaded git-stub v1.0.0
5812026-08-31T14:10:36.047Z Downloaded castaway v0.2.4
5822026-08-31T14:10:36.047Z Downloaded http-range v0.1.5
5832026-08-31T14:10:36.047Z Downloaded funty v2.0.0
5842026-08-31T14:10:36.047Z Downloaded globwalk v0.9.1
5852026-08-31T14:10:36.051Z Downloaded futures-executor v0.3.32
5862026-08-31T14:10:36.051Z Downloaded nibble_vec v0.1.0
5872026-08-31T14:10:36.051Z Downloaded cfg_aliases v0.1.1
5882026-08-31T14:10:36.051Z Downloaded bitfield-struct v0.6.2
5892026-08-31T14:10:36.052Z Downloaded ciborium-io v0.2.2
5902026-08-31T14:10:36.052Z Downloaded glob v0.3.3
5912026-08-31T14:10:36.056Z Downloaded bitfield v0.19.4
5922026-08-31T14:10:36.062Z Downloaded blowfish v0.10.0
5932026-08-31T14:10:36.062Z Downloaded headers-core v0.3.0
5942026-08-31T14:10:36.062Z Downloaded hostname v0.3.1
5952026-08-31T14:10:36.062Z Downloaded hubpack v0.1.2
5962026-08-31T14:10:36.067Z Downloaded nodrop v0.1.14
5972026-08-31T14:10:36.067Z Downloaded num_threads v0.1.7
5982026-08-31T14:10:36.072Z Downloaded normalize-line-endings v0.3.0
5992026-08-31T14:10:36.077Z Downloaded precomputed-hash v0.1.1
6002026-08-31T14:10:36.077Z Downloaded openssl-probe v0.1.6
6012026-08-31T14:10:36.077Z Downloaded oxide-generation-macros v0.2.0
6022026-08-31T14:10:36.077Z Downloaded parse-display v0.10.0
6032026-08-31T14:10:36.077Z Downloaded phf_shared v0.13.1
6042026-08-31T14:10:36.077Z Downloaded powerfmt v0.2.0
6052026-08-31T14:10:36.083Z Downloaded fs-err v2.11.0
6062026-08-31T14:10:36.083Z Downloaded group v0.13.0
6072026-08-31T14:10:36.083Z Downloaded num-conv v0.2.0
6082026-08-31T14:10:36.083Z Downloaded openssl-macros v0.1.1
6092026-08-31T14:10:36.087Z Downloaded fs_extra v1.3.0
6102026-08-31T14:10:36.092Z Downloaded argon2 v0.5.3
6112026-08-31T14:10:36.092Z Downloaded erased-serde v0.3.31
6122026-08-31T14:10:36.092Z Downloaded bitflags v1.3.2
6132026-08-31T14:10:36.097Z Downloaded cmake v0.1.57
6142026-08-31T14:10:36.098Z Downloaded group v0.14.0
6152026-08-31T14:10:36.098Z Downloaded fatfs v0.3.6
6162026-08-31T14:10:36.098Z Downloaded cexpr v0.6.0
6172026-08-31T14:10:36.098Z Downloaded progenitor-macro v0.14.0
6182026-08-31T14:10:36.102Z Downloaded rfc6979 v0.4.0
6192026-08-31T14:10:36.102Z Downloaded ref-cast v1.0.25
6202026-08-31T14:10:36.102Z Downloaded buf-list v1.1.2
6212026-08-31T14:10:36.109Z Downloaded hostname v0.4.2
6222026-08-31T14:10:36.109Z Downloaded async-trait v0.1.89
6232026-08-31T14:10:36.109Z Downloaded globset v0.4.18
6242026-08-31T14:10:36.109Z Downloaded bit-vec v0.8.0
6252026-08-31T14:10:36.114Z Downloaded bs58 v0.5.1
6262026-08-31T14:10:36.114Z Downloaded cmov v0.5.4
6272026-08-31T14:10:36.114Z Downloaded highway v1.3.0
6282026-08-31T14:10:36.114Z Downloaded humantime v2.3.0
6292026-08-31T14:10:36.114Z Downloaded compression-codecs v0.4.37
6302026-08-31T14:10:36.118Z Downloaded rustc-hash v2.1.1
6312026-08-31T14:10:36.118Z Downloaded sha1 v0.10.6
6322026-08-31T14:10:36.124Z Downloaded signature v2.2.0
6332026-08-31T14:10:36.124Z Downloaded futures-channel v0.3.32
6342026-08-31T14:10:36.124Z Downloaded getrandom v0.2.17
6352026-08-31T14:10:36.129Z Downloaded cipher v0.5.2
6362026-08-31T14:10:36.129Z Downloaded secrecy v0.10.3
6372026-08-31T14:10:36.134Z Downloaded semver v0.1.20
6382026-08-31T14:10:36.134Z Downloaded serde_spanned v1.1.1
6392026-08-31T14:10:36.134Z Downloaded slog-envlogger v2.2.0
6402026-08-31T14:10:36.134Z Downloaded bcs v0.1.6
6412026-08-31T14:10:36.139Z Downloaded git-stub-vcs v0.1.0
6422026-08-31T14:10:36.139Z Downloaded console v0.15.11
6432026-08-31T14:10:36.147Z Downloaded phf v0.12.1
6442026-08-31T14:10:36.148Z Downloaded supports-hyperlinks v3.2.0
6452026-08-31T14:10:36.148Z Downloaded take_mut v0.2.2
6462026-08-31T14:10:36.148Z Downloaded subtle v2.6.1
6472026-08-31T14:10:36.152Z Downloaded cipher v0.4.4
6482026-08-31T14:10:36.152Z Downloaded bit-vec v0.6.3
6492026-08-31T14:10:36.152Z Downloaded structmeta v0.3.0
6502026-08-31T14:10:36.152Z Downloaded strum v0.27.2
6512026-08-31T14:10:36.152Z Downloaded sqlparser_derive v0.5.0
6522026-08-31T14:10:36.152Z Downloaded oxide-tokio-rt v0.1.4
6532026-08-31T14:10:36.152Z Downloaded progenitor-extras v0.2.0
6542026-08-31T14:10:36.157Z Downloaded half v1.8.3
6552026-08-31T14:10:36.157Z Downloaded num-complex v0.4.6
6562026-08-31T14:10:36.157Z Downloaded camino-tempfile-ext v0.3.3
6572026-08-31T14:10:36.157Z Downloaded ff v0.14.0
6582026-08-31T14:10:36.162Z Downloaded hmac v0.12.1
6592026-08-31T14:10:36.162Z Downloaded pem v3.0.6
6602026-08-31T14:10:36.162Z Downloaded potential_utf v0.1.4
6612026-08-31T14:10:36.162Z Downloaded testing_table v0.3.0
6622026-08-31T14:10:36.169Z Downloaded ppv-lite86 v0.2.21
6632026-08-31T14:10:36.169Z Downloaded bzip2 v0.4.4
6642026-08-31T14:10:36.169Z Downloaded bzip2 v0.6.1
6652026-08-31T14:10:36.169Z Downloaded colored v2.2.0
6662026-08-31T14:10:36.176Z Downloaded byte-wrapper v0.1.0
6672026-08-31T14:10:36.176Z Downloaded rand_core v0.9.5
6682026-08-31T14:10:36.176Z Downloaded rand_core v0.10.0
6692026-08-31T14:10:36.176Z Downloaded topological-sort v0.2.2
6702026-08-31T14:10:36.176Z Downloaded unarray v0.1.4
6712026-08-31T14:10:36.176Z Downloaded usdt v0.6.0
6722026-08-31T14:10:36.181Z Downloaded usdt-attr-macro v0.6.0
6732026-08-31T14:10:36.181Z Downloaded progenitor v0.13.0
6742026-08-31T14:10:36.181Z Downloaded r2d2 v0.8.10
6752026-08-31T14:10:36.181Z Downloaded wait-timeout v0.2.1
6762026-08-31T14:10:36.181Z Downloaded async-bb8-diesel v0.2.1
6772026-08-31T14:10:36.181Z Downloaded chacha20 v0.10.0
6782026-08-31T14:10:36.186Z Downloaded rpassword v7.5.4
6792026-08-31T14:10:36.186Z Downloaded hybrid-array v0.4.13
6802026-08-31T14:10:36.186Z Downloaded blake2 v0.11.0-rc.6
6812026-08-31T14:10:36.190Z Downloaded ciborium v0.2.2
6822026-08-31T14:10:36.190Z Downloaded colored v3.1.1
6832026-08-31T14:10:36.190Z Downloaded signature v3.0.0
6842026-08-31T14:10:36.190Z Downloaded chacha20 v0.9.1
6852026-08-31T14:10:36.195Z Downloaded serde_with_macros v1.5.2
6862026-08-31T14:10:36.195Z Downloaded zeroize_derive v1.5.0
6872026-08-31T14:10:36.195Z Downloaded zone_cfg_derive v0.3.1
6882026-08-31T14:10:36.195Z Downloaded xshell-macros v0.2.7
6892026-08-31T14:10:36.200Z Downloaded darling_macro v0.20.11
6902026-08-31T14:10:36.200Z Downloaded generic-array v1.4.3
6912026-08-31T14:10:36.200Z Downloaded hmac v0.13.0
6922026-08-31T14:10:36.208Z Downloaded convert_case v0.4.0
6932026-08-31T14:10:36.208Z Downloaded arc-swap v1.8.2
6942026-08-31T14:10:36.208Z Downloaded defmt-parser v1.0.0
6952026-08-31T14:10:36.208Z Downloaded spki v0.8.0
6962026-08-31T14:10:36.212Z Downloaded clang-sys v1.8.1
6972026-08-31T14:10:36.212Z Downloaded cancel-safe-futures v0.1.5
6982026-08-31T14:10:36.212Z Downloaded parse-display-derive v0.10.0
6992026-08-31T14:10:36.217Z Downloaded stable_deref_trait v1.2.1
7002026-08-31T14:10:36.217Z Downloaded slog-dtrace v0.3.0
7012026-08-31T14:10:36.217Z Downloaded synstructure v0.13.2
7022026-08-31T14:10:36.217Z Downloaded curve25519-dalek-derive v0.1.1
7032026-08-31T14:10:36.222Z Downloaded crunchy v0.2.4
7042026-08-31T14:10:36.222Z Downloaded debug-ignore v1.0.5
7052026-08-31T14:10:36.222Z Downloaded downcast-rs v2.0.2
7062026-08-31T14:10:36.222Z Downloaded dof v0.4.0
7072026-08-31T14:10:36.226Z Downloaded parking_lot_core v0.9.12
7082026-08-31T14:10:36.226Z Downloaded ar_archive_writer v0.5.1
7092026-08-31T14:10:36.226Z Downloaded backtrace v0.3.76
7102026-08-31T14:10:36.230Z Downloaded poly1305 v0.9.0
7112026-08-31T14:10:36.230Z Downloaded heapless v0.7.17
7122026-08-31T14:10:36.230Z Downloaded futures v0.3.32
7132026-08-31T14:10:36.236Z Downloaded tiny-keccak v2.0.2
7142026-08-31T14:10:36.236Z Downloaded dtrace-parser v0.3.0
7152026-08-31T14:10:36.236Z Downloaded difflib v0.4.0
7162026-08-31T14:10:36.236Z Downloaded thread_local v1.1.9
7172026-08-31T14:10:36.236Z Downloaded tls_codec v0.4.2
7182026-08-31T14:10:36.243Z Downloaded flate2 v1.1.9
7192026-08-31T14:10:36.248Z Downloaded unicase v2.9.0
7202026-08-31T14:10:36.248Z Downloaded httparse v1.10.1
7212026-08-31T14:10:36.248Z Downloaded tls_codec_derive v0.4.2
7222026-08-31T14:10:36.248Z Downloaded toml_writer v1.1.1+spec-1.1.0
7232026-08-31T14:10:36.248Z Downloaded idna_adapter v1.2.1
7242026-08-31T14:10:36.248Z Downloaded illumos-nvpair v0.3.0
7252026-08-31T14:10:36.248Z Downloaded illumos-nvpair-sys v0.2.0
7262026-08-31T14:10:36.253Z Downloaded instant v0.1.13
7272026-08-31T14:10:36.253Z Downloaded embedded-io v0.6.1
7282026-08-31T14:10:36.253Z Downloaded maybe-uninit v2.0.0
7292026-08-31T14:10:36.253Z Downloaded keccak v0.1.6
7302026-08-31T14:10:36.253Z Downloaded lazy_static v1.5.0
7312026-08-31T14:10:36.258Z Downloaded salsa20 v0.11.0
7322026-08-31T14:10:36.258Z Downloaded half v2.7.1
7332026-08-31T14:10:36.263Z Downloaded getrandom v0.3.4
7342026-08-31T14:10:36.263Z Downloaded rustc-demangle v0.1.27
7352026-08-31T14:10:36.307Z Downloaded serde_cbor v0.11.2
7362026-08-31T14:10:36.307Z Downloaded xshell v0.2.7
7372026-08-31T14:10:36.307Z Downloaded critical-section v1.2.0
7382026-08-31T14:10:36.307Z Downloaded wyz v0.5.1
7392026-08-31T14:10:36.308Z Downloaded ctr v0.10.1
7402026-08-31T14:10:36.308Z Downloaded corncobs v0.1.4
7412026-08-31T14:10:36.308Z Downloaded lalrpop-util v0.19.12
7422026-08-31T14:10:36.308Z Downloaded memoffset v0.9.1
7432026-08-31T14:10:36.308Z Downloaded newline-converter v0.3.0
7442026-08-31T14:10:36.308Z Downloaded lzss v0.8.2
7452026-08-31T14:10:36.308Z Downloaded elliptic-curve v0.14.1
7462026-08-31T14:10:36.308Z Downloaded num_enum_derive v0.5.11
7472026-08-31T14:10:36.308Z Downloaded pkcs5 v0.8.1
7482026-08-31T14:10:36.319Z Downloaded psl-types v2.0.11
7492026-08-31T14:10:36.319Z Downloaded packed_struct_codegen v0.10.1
7502026-08-31T14:10:36.319Z Downloaded password-hash v0.6.1
7512026-08-31T14:10:36.319Z Downloaded proc-macro-crate v3.4.0
7522026-08-31T14:10:36.319Z Downloaded predicates-tree v1.0.13
7532026-08-31T14:10:36.319Z Downloaded progenitor-macro v0.13.0
7542026-08-31T14:10:36.319Z Downloaded der_derive v0.7.3
7552026-08-31T14:10:36.319Z Downloaded pin-project v1.1.11
7562026-08-31T14:10:36.319Z Downloaded diesel-dtrace v0.5.0
7572026-08-31T14:10:36.319Z Downloaded digest v0.11.3
7582026-08-31T14:10:36.325Z Downloaded postcard v1.1.3
7592026-08-31T14:10:36.325Z Downloaded term v1.2.1
7602026-08-31T14:10:36.325Z Downloaded recursive-proc-macro-impl v0.1.1
7612026-08-31T14:10:36.325Z Downloaded tracing-attributes v0.1.31
7622026-08-31T14:10:36.325Z Downloaded rand_pcg v0.10.2
7632026-08-31T14:10:36.325Z Downloaded tokio-stream v0.1.18
7642026-08-31T14:10:36.325Z Downloaded linked-hash-map v0.5.6
7652026-08-31T14:10:36.325Z Downloaded scopeguard v1.2.0
7662026-08-31T14:10:36.331Z Downloaded vergen v9.1.0
7672026-08-31T14:10:36.331Z Downloaded ipnetwork v0.21.1
7682026-08-31T14:10:36.331Z Downloaded serde_urlencoded v0.7.1
7692026-08-31T14:10:36.331Z Downloaded signal-hook-mio v0.2.5
7702026-08-31T14:10:36.345Z Downloaded rustls-platform-verifier v0.6.2
7712026-08-31T14:10:36.345Z Downloaded russh-cryptovec v0.62.0
7722026-08-31T14:10:36.346Z Downloaded scheduled-thread-pool v0.2.7
7732026-08-31T14:10:36.346Z Downloaded serde-big-array v0.5.1
7742026-08-31T14:10:36.346Z Downloaded heapless v0.8.0
7752026-08-31T14:10:36.356Z Downloaded libsw v3.5.0
7762026-08-31T14:10:36.356Z Downloaded linear-map v1.2.0
7772026-08-31T14:10:36.356Z Downloaded jobserver v0.1.34
7782026-08-31T14:10:36.356Z Downloaded bytes v1.11.1
7792026-08-31T14:10:36.356Z Downloaded signal-hook v0.3.18
7802026-08-31T14:10:36.356Z Downloaded nonempty v0.12.0
7812026-08-31T14:10:36.356Z Downloaded crossbeam-epoch v0.9.18
7822026-08-31T14:10:36.356Z Downloaded newtype-uuid v1.3.2
7832026-08-31T14:10:36.356Z Downloaded num-rational v0.4.2
7842026-08-31T14:10:36.361Z Downloaded async-compression v0.4.41
7852026-08-31T14:10:36.361Z Downloaded base64 v0.21.7
7862026-08-31T14:10:36.361Z Downloaded base64 v0.22.1
7872026-08-31T14:10:36.366Z Downloaded chumsky v0.9.3
7882026-08-31T14:10:36.366Z Downloaded structmeta-derive v0.3.0
7892026-08-31T14:10:36.367Z Downloaded tokio-macros v2.7.0
7902026-08-31T14:10:36.367Z Downloaded module-lattice v0.2.3
7912026-08-31T14:10:36.367Z Downloaded try-lock v0.2.5
7922026-08-31T14:10:36.367Z Downloaded derive_builder v0.20.2
7932026-08-31T14:10:36.371Z Downloaded num_enum_derive v0.7.6
7942026-08-31T14:10:36.371Z Downloaded omicron-zone-package v0.12.3
7952026-08-31T14:10:36.376Z Downloaded peg v0.8.5
7962026-08-31T14:10:36.376Z Downloaded pem-rfc7468 v1.0.0
7972026-08-31T14:10:36.380Z Downloaded pin-project-lite v0.2.17
7982026-08-31T14:10:36.380Z Downloaded progenitor-client v0.13.0
7992026-08-31T14:10:36.380Z Downloaded p384 v0.14.0
8002026-08-31T14:10:36.385Z Downloaded slog v2.8.2
8012026-08-31T14:10:36.385Z Downloaded socket2 v0.5.10
8022026-08-31T14:10:36.385Z Downloaded headers v0.4.1
8032026-08-31T14:10:36.389Z Downloaded phc v0.6.1
8042026-08-31T14:10:36.389Z Downloaded waitgroup v0.1.2
8052026-08-31T14:10:36.394Z Downloaded chacha20poly1305 v0.10.1
8062026-08-31T14:10:36.399Z Downloaded cpufeatures v0.3.0
8072026-08-31T14:10:36.399Z Downloaded zerofrom-derive v0.1.6
8082026-08-31T14:10:36.402Z Downloaded unsafe-libyaml v0.2.11
8092026-08-31T14:10:36.402Z Downloaded cpubits v0.1.1
8102026-08-31T14:10:36.406Z Downloaded resolv-conf v0.7.6
8112026-08-31T14:10:36.406Z Downloaded toml v0.7.8
8122026-08-31T14:10:36.406Z Downloaded ecdsa v0.17.0
8132026-08-31T14:10:36.411Z Downloaded unicode-bidi v0.3.18
8142026-08-31T14:10:36.411Z Downloaded rustversion v1.0.22
8152026-08-31T14:10:36.411Z Downloaded sec1 v0.7.3
8162026-08-31T14:10:36.411Z Downloaded iana-time-zone v0.1.65
8172026-08-31T14:10:36.416Z Downloaded darling_macro v0.13.4
8182026-08-31T14:10:36.416Z Downloaded strum_macros v0.26.4
8192026-08-31T14:10:36.416Z Downloaded cc v1.2.56
8202026-08-31T14:10:36.420Z Downloaded compact_str v0.8.1
8212026-08-31T14:10:36.420Z Downloaded serde_path_to_error v0.1.20
8222026-08-31T14:10:36.420Z Downloaded bumpalo v3.20.2
8232026-08-31T14:10:36.428Z Downloaded packed_struct v0.10.1
8242026-08-31T14:10:36.432Z Downloaded scuffle v0.1.0
8252026-08-31T14:10:36.438Z Downloaded signal-hook-registry v1.4.8
8262026-08-31T14:10:36.438Z Downloaded slog-stdlog v4.1.1
8272026-08-31T14:10:36.438Z Downloaded ssh-encoding v0.3.0
8282026-08-31T14:10:36.438Z Downloaded static_assertions v1.1.0
8292026-08-31T14:10:36.438Z Downloaded vte v0.14.1
8302026-08-31T14:10:36.445Z Downloaded zopfli v0.8.3
8312026-08-31T14:10:36.446Z Downloaded crc-any v2.5.0
8322026-08-31T14:10:36.446Z Downloaded dyn-clone v1.0.20
8332026-08-31T14:10:36.446Z Downloaded expectorate v1.2.0
8342026-08-31T14:10:36.446Z Downloaded document-features v0.2.12
8352026-08-31T14:10:36.446Z Downloaded indoc v1.0.9
8362026-08-31T14:10:36.451Z Downloaded tokio-native-tls v0.3.1
8372026-08-31T14:10:36.451Z Downloaded toml_datetime v0.7.5+spec-1.1.0
8382026-08-31T14:10:36.451Z Downloaded darling v0.20.11
8392026-08-31T14:10:36.451Z Downloaded hickory-resolver v0.24.4
8402026-08-31T14:10:36.455Z Downloaded primefield v0.14.0
8412026-08-31T14:10:36.455Z Downloaded universal-hash v0.6.1
8422026-08-31T14:10:36.455Z Downloaded pin-project-internal v1.1.11
8432026-08-31T14:10:36.458Z Downloaded pkcs1 v0.7.5
8442026-08-31T14:10:36.458Z Downloaded is-terminal v0.4.17
8452026-08-31T14:10:36.458Z Downloaded vergen-lib v0.1.6
8462026-08-31T14:10:36.458Z Downloaded walkdir v2.5.0
8472026-08-31T14:10:36.458Z Downloaded unicode-xid v0.2.6
8482026-08-31T14:10:36.463Z Downloaded quinn-udp v0.5.14
8492026-08-31T14:10:36.467Z Downloaded writeable v0.6.2
8502026-08-31T14:10:36.467Z Downloaded http v1.4.2
8512026-08-31T14:10:36.467Z Downloaded kstat-rs v0.2.5
8522026-08-31T14:10:36.467Z Downloaded lru-slab v0.1.2
8532026-08-31T14:10:36.472Z Downloaded md-5 v0.10.6
8542026-08-31T14:10:36.472Z Downloaded newtype_derive v0.1.6
8552026-08-31T14:10:36.472Z Downloaded num-derive v0.4.2
8562026-08-31T14:10:36.472Z Downloaded path-slash v0.1.5
8572026-08-31T14:10:36.477Z Downloaded quinn v0.11.11
8582026-08-31T14:10:36.477Z Downloaded rayon-core v1.13.0
8592026-08-31T14:10:36.477Z Downloaded yoke v0.8.1
8602026-08-31T14:10:36.477Z Downloaded zstd-safe v7.2.4
8612026-08-31T14:10:36.481Z Downloaded pkcs1 v0.8.0-rc.4
8622026-08-31T14:10:36.481Z Downloaded icu_provider v2.1.1
8632026-08-31T14:10:36.486Z Downloaded ignore v0.4.25
8642026-08-31T14:10:36.491Z Downloaded rustls-pki-types v1.14.0
8652026-08-31T14:10:36.499Z Downloaded oso-derive v0.27.3
8662026-08-31T14:10:36.499Z Downloaded zip v0.6.6
8672026-08-31T14:10:36.504Z Downloaded delegate v0.13.5
8682026-08-31T14:10:36.504Z Downloaded dirs-next v2.0.0
8692026-08-31T14:10:36.504Z Downloaded strum_macros v0.27.2
8702026-08-31T14:10:36.504Z Downloaded rand_chacha v0.3.1
8712026-08-31T14:10:36.504Z Downloaded proc-macro-crate v1.3.1
8722026-08-31T14:10:36.504Z Downloaded proc-macro-error-attr2 v2.0.0
8732026-08-31T14:10:36.504Z Downloaded slog-scope v4.4.1
8742026-08-31T14:10:36.504Z Downloaded rand_xorshift v0.4.0
8752026-08-31T14:10:36.504Z Downloaded rtoolbox v0.0.3
8762026-08-31T14:10:36.512Z Downloaded yansi v1.0.1
8772026-08-31T14:10:36.517Z Downloaded impl-trait-for-tuples v0.2.3
8782026-08-31T14:10:36.517Z Downloaded ml-kem v0.3.2
8792026-08-31T14:10:36.517Z Downloaded hashbrown v0.12.3
8802026-08-31T14:10:36.521Z Downloaded darling_core v0.20.11
8812026-08-31T14:10:36.521Z Downloaded sapling-renderdag v0.1.0
8822026-08-31T14:10:36.525Z Downloaded derive-ex v0.1.8
8832026-08-31T14:10:36.530Z Downloaded scroll_derive v0.13.1
8842026-08-31T14:10:36.530Z Downloaded term v0.7.0
8852026-08-31T14:10:36.535Z Downloaded hashbrown v0.13.2
8862026-08-31T14:10:36.542Z Downloaded oxide-update-engine-types v0.1.2
8872026-08-31T14:10:36.542Z Downloaded siphasher v1.0.2
8882026-08-31T14:10:36.547Z Downloaded libsw-core v0.3.2
8892026-08-31T14:10:36.547Z Downloaded thiserror-impl-no-std v2.0.2
8902026-08-31T14:10:36.547Z Downloaded thread-id v5.1.0
8912026-08-31T14:10:36.551Z Downloaded miette-derive v7.6.0
8922026-08-31T14:10:36.551Z Downloaded keccak v0.2.0
8932026-08-31T14:10:36.551Z Downloaded num_enum v0.5.11
8942026-08-31T14:10:36.555Z Downloaded tracing-core v0.1.36
8952026-08-31T14:10:36.559Z Downloaded num_enum v0.7.6
8962026-08-31T14:10:36.560Z Downloaded pem-rfc7468 v0.7.0
8972026-08-31T14:10:36.560Z Downloaded utf8_iter v1.0.4
8982026-08-31T14:10:36.560Z Downloaded yoke-derive v0.8.1
8992026-08-31T14:10:36.564Z Downloaded zerofrom v0.1.6
9002026-08-31T14:10:36.564Z Downloaded crossbeam-utils v0.8.21
9012026-08-31T14:10:36.564Z Downloaded untrusted v0.9.0
9022026-08-31T14:10:36.568Z Downloaded hickory-resolver v0.25.2
9032026-08-31T14:10:36.574Z Downloaded owo-colors v4.3.0
9042026-08-31T14:10:36.579Z Downloaded nanorand v0.7.0
9052026-08-31T14:10:36.579Z Downloaded oxide-generation v0.1.3
9062026-08-31T14:10:36.579Z Downloaded hyper-rustls v0.27.7
9072026-08-31T14:10:36.579Z Downloaded rand_seeder v0.4.0
9082026-08-31T14:10:36.579Z Downloaded phf v0.13.1
9092026-08-31T14:10:36.579Z Downloaded pkg-config v0.3.32
9102026-08-31T14:10:36.584Z Downloaded predicates v3.1.4
9112026-08-31T14:10:36.584Z Downloaded darling_macro v0.23.0
9122026-08-31T14:10:36.589Z Downloaded schemars v1.2.1
9132026-08-31T14:10:36.595Z Downloaded hickory-server v0.25.2
9142026-08-31T14:10:36.601Z Downloaded steno v0.4.1
9152026-08-31T14:10:36.601Z Downloaded p521 v0.14.0
9162026-08-31T14:10:36.605Z Downloaded serde_derive_internals v0.29.1
9172026-08-31T14:10:36.605Z Downloaded darling v0.21.3
9182026-08-31T14:10:36.605Z Downloaded shlex v1.3.0
9192026-08-31T14:10:36.605Z Downloaded digest-io v0.1.0
9202026-08-31T14:10:36.605Z Downloaded ingot-types v0.2.0
9212026-08-31T14:10:36.610Z Downloaded hyper-tls v0.6.0
9222026-08-31T14:10:36.610Z Downloaded inout v0.2.2
9232026-08-31T14:10:36.610Z Downloaded serde_tokenstream v0.3.0
9242026-08-31T14:10:36.610Z Downloaded slog-term v2.9.2
9252026-08-31T14:10:36.615Z Downloaded scroll v0.13.0
9262026-08-31T14:10:36.619Z Downloaded newtype-uuid-macros v0.1.0
9272026-08-31T14:10:36.619Z Downloaded stacker v0.1.23
9282026-08-31T14:10:36.619Z Downloaded match_cfg v0.1.0
9292026-08-31T14:10:36.619Z Downloaded md5 v0.8.0
9302026-08-31T14:10:36.624Z Downloaded tinyvec v1.10.0
9312026-08-31T14:10:36.632Z Downloaded toml_parser v1.1.2+spec-1.1.0
9322026-08-31T14:10:36.632Z Downloaded parse-size v1.1.0
9332026-08-31T14:10:36.638Z Downloaded uuid v1.23.4
9342026-08-31T14:10:36.639Z Downloaded sync_wrapper v1.0.2
9352026-08-31T14:10:36.639Z Downloaded termtree v0.5.1
9362026-08-31T14:10:36.639Z Downloaded thiserror-no-std v2.0.2
9372026-08-31T14:10:36.644Z Downloaded whoami v1.6.1
9382026-08-31T14:10:36.644Z Downloaded ssh-cipher v0.3.0
9392026-08-31T14:10:36.644Z Downloaded termios v0.3.3
9402026-08-31T14:10:36.644Z Downloaded num v0.4.3
9412026-08-31T14:10:36.644Z Downloaded whoami v2.1.0
9422026-08-31T14:10:36.650Z Downloaded toml_datetime v1.1.1+spec-1.1.0
9432026-08-31T14:10:36.651Z Downloaded uzers v0.12.2
9442026-08-31T14:10:36.652Z Downloaded zerovec-derive v0.11.2
9452026-08-31T14:10:36.652Z Downloaded aes v0.9.1
9462026-08-31T14:10:36.659Z Downloaded rand v0.10.1
9472026-08-31T14:10:36.659Z Downloaded serde_yaml v0.9.34+deprecated
9482026-08-31T14:10:36.669Z Downloaded rfc6979 v0.6.0
9492026-08-31T14:10:36.670Z Downloaded russh-util v0.52.0
9502026-08-31T14:10:36.670Z Downloaded pkcs8 v0.11.0
9512026-08-31T14:10:36.670Z Downloaded seq-macro v0.3.6
9522026-08-31T14:10:36.670Z Downloaded serde_repr v0.1.20
9532026-08-31T14:10:36.670Z Downloaded postgres-types v0.2.12
9542026-08-31T14:10:36.674Z Downloaded rustls-webpki v0.103.13
9552026-08-31T14:10:36.675Z Downloaded same-file v1.0.6
9562026-08-31T14:10:36.680Z Downloaded derive_builder_core v0.20.2
9572026-08-31T14:10:36.680Z Downloaded ed25519 v3.0.0
9582026-08-31T14:10:36.681Z Downloaded hyper-staticfile v0.10.1
9592026-08-31T14:10:36.685Z Downloaded crypto-bigint v0.5.5
9602026-08-31T14:10:36.685Z Downloaded derive-where v1.6.0
9612026-08-31T14:10:36.685Z Downloaded snafu v0.8.9
9622026-08-31T14:10:36.689Z Downloaded indoc v2.0.7
9632026-08-31T14:10:36.689Z Downloaded derive_more v2.1.1
9642026-08-31T14:10:36.695Z Downloaded aho-corasick v1.1.4
9652026-08-31T14:10:36.700Z Downloaded tar v0.4.46
9662026-08-31T14:10:36.700Z Downloaded drift v0.2.0
9672026-08-31T14:10:36.704Z Downloaded spin v0.9.8
9682026-08-31T14:10:36.709Z Downloaded libefi-sys v0.1.0
9692026-08-31T14:10:36.709Z Downloaded strip-ansi-escapes v0.2.1
9702026-08-31T14:10:36.709Z Downloaded slog-bunyan v2.5.0
9712026-08-31T14:10:36.709Z Downloaded usdt-macro v0.6.0
9722026-08-31T14:10:36.709Z Downloaded tinyvec_macros v0.1.1
9732026-08-31T14:10:36.709Z Downloaded unit-prefix v0.5.2
9742026-08-31T14:10:36.709Z Downloaded tap v1.0.1
9752026-08-31T14:10:36.713Z Downloaded darling_core v0.23.0
9762026-08-31T14:10:36.713Z Downloaded num-bigint-dig v0.8.6
9772026-08-31T14:10:36.718Z Downloaded tungstenite v0.23.0
9782026-08-31T14:10:36.719Z Downloaded aes-gcm v0.11.0
9792026-08-31T14:10:36.725Z Downloaded oxide-update-engine-display v0.1.2
9802026-08-31T14:10:36.725Z Downloaded pkcs8 v0.10.2
9812026-08-31T14:10:36.726Z Downloaded port-file v0.1.0
9822026-08-31T14:10:36.726Z Downloaded crucible-workspace-hack v0.1.0
9832026-08-31T14:10:36.726Z Downloaded nu-ansi-term v0.50.3
9842026-08-31T14:10:36.726Z Downloaded parking_lot_core v0.8.6
9852026-08-31T14:10:36.731Z Downloaded hashbrown v0.15.5
9862026-08-31T14:10:36.731Z Downloaded miette v7.6.0
9872026-08-31T14:10:36.736Z Downloaded defmt v0.3.100
9882026-08-31T14:10:36.741Z Downloaded typed-path v0.9.3
9892026-08-31T14:10:36.741Z Downloaded rustls-pemfile v2.2.0
9902026-08-31T14:10:36.745Z Downloaded darling v0.23.0
9912026-08-31T14:10:36.746Z Downloaded oso v0.27.3
9922026-08-31T14:10:36.750Z Downloaded des v0.9.0
9932026-08-31T14:10:36.750Z Downloaded dirs-sys-next v0.1.2
9942026-08-31T14:10:36.750Z Downloaded dsl_auto_type v0.2.0
9952026-08-31T14:10:36.750Z Downloaded lru v0.12.5
9962026-08-31T14:10:36.755Z Downloaded cookie v0.18.1
9972026-08-31T14:10:36.759Z Downloaded hashbrown v0.14.5
9982026-08-31T14:10:36.765Z Downloaded sponge-cursor v0.1.0
9992026-08-31T14:10:36.860Z Downloaded new_debug_unreachable v1.0.6
10002026-08-31T14:10:36.911Z Downloaded support-bundle-viewer v0.1.2
10012026-08-31T14:10:36.911Z Downloaded lru-cache v0.1.2
10022026-08-31T14:10:36.911Z Downloaded openssl-probe v0.2.1
10032026-08-31T14:10:36.911Z Downloaded schemars_derive v0.8.22
10042026-08-31T14:10:36.912Z Downloaded smf v0.2.3
10052026-08-31T14:10:36.912Z Downloaded url v2.5.8
10062026-08-31T14:10:36.912Z Downloaded tinystr v0.8.2
10072026-08-31T14:10:36.912Z Downloaded litemap v0.8.1
10082026-08-31T14:10:36.912Z Downloaded oxide-update-engine v0.1.2
10092026-08-31T14:10:36.912Z Downloaded phf_shared v0.12.1
10102026-08-31T14:10:36.912Z Downloaded rustc_version v0.4.1
10112026-08-31T14:10:36.912Z Downloaded similar v2.7.0
10122026-08-31T14:10:36.912Z Downloaded rand v0.9.2
10132026-08-31T14:10:36.912Z Downloaded peg-runtime v0.8.5
10142026-08-31T14:10:36.912Z Downloaded progenitor-client v0.14.0
10152026-08-31T14:10:36.913Z Downloaded ed25519-dalek v3.0.0
10162026-08-31T14:10:36.913Z Downloaded vergen-lib v9.1.0
10172026-08-31T14:10:36.913Z Downloaded csv-core v0.1.13
10182026-08-31T14:10:36.913Z Downloaded test-strategy v0.4.5
10192026-08-31T14:10:36.913Z Downloaded supports-unicode v3.0.0
10202026-08-31T14:10:36.913Z Downloaded zeroize v1.9.0
10212026-08-31T14:10:36.913Z Downloaded serde_plain v1.0.2
10222026-08-31T14:10:36.913Z Downloaded sha1 v0.11.0
10232026-08-31T14:10:36.913Z Downloaded constant_time_eq v0.4.2
10242026-08-31T14:10:36.913Z Downloaded itertools v0.10.5
10252026-08-31T14:10:36.913Z Downloaded reedline v0.40.0
10262026-08-31T14:10:36.913Z Downloaded shell-words v1.1.1
10272026-08-31T14:10:36.913Z Downloaded tagptr v0.2.0
10282026-08-31T14:10:36.913Z Downloaded darling v0.13.4
10292026-08-31T14:10:36.913Z Downloaded hashbrown v0.16.1
10302026-08-31T14:10:36.913Z Downloaded tower-layer v0.3.3
10312026-08-31T14:10:36.913Z Downloaded crc v3.4.0
10322026-08-31T14:10:36.913Z Downloaded indent_write v2.2.0
10332026-08-31T14:10:36.913Z Downloaded cookie_store v0.22.1
10342026-08-31T14:10:36.913Z Downloaded ingot v0.2.1
10352026-08-31T14:10:36.913Z Downloaded libloading v0.8.9
10362026-08-31T14:10:36.913Z Downloaded diesel_table_macro_syntax v0.3.0
10372026-08-31T14:10:36.913Z Downloaded ed25519-dalek v2.2.0
10382026-08-31T14:10:36.913Z Downloaded data-encoding v2.10.0
10392026-08-31T14:10:36.913Z Downloaded futures-util v0.3.32
10402026-08-31T14:10:36.913Z Downloaded icu_locale_core v2.1.1
10412026-08-31T14:10:36.913Z Downloaded native-tls v0.2.18
10422026-08-31T14:10:36.913Z Downloaded instability v0.3.11
10432026-08-31T14:10:36.913Z Downloaded mime v0.3.17
10442026-08-31T14:10:36.913Z Downloaded sha2 v0.11.0
10452026-08-31T14:10:36.913Z Downloaded twox-hash v2.1.2
10462026-08-31T14:10:36.913Z Downloaded hkdf v0.12.4
10472026-08-31T14:10:36.913Z Downloaded postgres-protocol v0.6.10
10482026-08-31T14:10:36.923Z Downloaded rand_core v0.6.4
10492026-08-31T14:10:36.923Z Downloaded percent-encoding v2.3.2
10502026-08-31T14:10:36.923Z Downloaded toml_edit v0.23.10+spec-1.0.0
10512026-08-31T14:10:36.923Z Downloaded slog-async v2.8.0
10522026-08-31T14:10:36.923Z Downloaded spki v0.7.3
10532026-08-31T14:10:36.923Z Downloaded sqlformat v0.3.5
10542026-08-31T14:10:36.923Z Downloaded hyper-util v0.1.20
10552026-08-31T14:10:36.923Z Downloaded signal-hook-tokio v0.3.1
10562026-08-31T14:10:36.923Z Downloaded rustc_version v0.1.7
10572026-08-31T14:10:36.923Z Downloaded sigpipe v0.1.3
10582026-08-31T14:10:36.923Z Downloaded tabwriter v1.4.1
10592026-08-31T14:10:36.923Z Downloaded publicsuffix v2.3.0
10602026-08-31T14:10:36.923Z Downloaded h2 v0.4.15
10612026-08-31T14:10:36.923Z Downloaded tokio-dtrace v0.1.1
10622026-08-31T14:10:36.923Z Downloaded tokio-tungstenite v0.21.0
10632026-08-31T14:10:36.923Z Downloaded vergen-gitcl v1.0.8
10642026-08-31T14:10:36.923Z Downloaded zstd v0.13.3
10652026-08-31T14:10:36.923Z Downloaded ctutils v0.4.2
10662026-08-31T14:10:36.923Z Downloaded ref-cast-impl v1.0.25
10672026-08-31T14:10:36.923Z Downloaded tower-service v0.3.3
10682026-08-31T14:10:36.923Z Downloaded typify-macro v0.6.2
10692026-08-31T14:10:36.924Z Downloaded daft-derive v0.1.8
10702026-08-31T14:10:36.934Z Downloaded crossbeam-deque v0.8.6
10712026-08-31T14:10:36.934Z Downloaded rcgen v0.12.1
10722026-08-31T14:10:36.934Z Downloaded wnaf v0.14.0
10732026-08-31T14:10:36.940Z Downloaded knus-derive v3.4.0
10742026-08-31T14:10:36.940Z Downloaded inout v0.1.4
10752026-08-31T14:10:36.940Z Downloaded internet-checksum v0.2.1
10762026-08-31T14:10:36.951Z Downloaded lock_api v0.4.14
10772026-08-31T14:10:36.965Z Downloaded subprocess v0.2.15
10782026-08-31T14:10:36.965Z Downloaded is_ci v1.2.0
10792026-08-31T14:10:36.965Z Downloaded num-iter v0.1.45
10802026-08-31T14:10:36.965Z Downloaded olpc-cjson v0.1.4
10812026-08-31T14:10:36.973Z Downloaded oxnet v0.1.6
10822026-08-31T14:10:36.973Z Downloaded toml v1.1.2+spec-1.1.0
10832026-08-31T14:10:36.973Z Downloaded miniz_oxide v0.8.9
10842026-08-31T14:10:36.973Z Downloaded zip v4.6.1
10852026-08-31T14:10:36.973Z Downloaded multer v3.1.0
10862026-08-31T14:10:36.979Z Downloaded recursive v0.1.1
10872026-08-31T14:10:36.979Z Downloaded serde_bytes v0.11.19
10882026-08-31T14:10:36.986Z Downloaded strum v0.26.3
10892026-08-31T14:10:36.986Z Downloaded time-core v0.1.8
10902026-08-31T14:10:36.986Z Downloaded tokio-test v0.4.5
10912026-08-31T14:10:36.986Z Downloaded unicode_categories v0.1.1
10922026-08-31T14:10:36.986Z Downloaded prefix-trie v0.7.0
10932026-08-31T14:10:36.995Z Downloaded poly1305 v0.8.0
10942026-08-31T14:10:36.995Z Downloaded psm v0.1.30
10952026-08-31T14:10:36.995Z Downloaded qorb v0.4.1
10962026-08-31T14:10:36.999Z Downloaded tokio-util v0.7.18
10972026-08-31T14:10:36.999Z Downloaded usdt-impl v0.6.0
10982026-08-31T14:10:36.999Z Downloaded want v0.3.1
10992026-08-31T14:10:36.999Z Downloaded crc32fast v1.5.0
11002026-08-31T14:10:36.999Z Downloaded string_cache v0.8.9
11012026-08-31T14:10:36.999Z Downloaded universal-hash v0.5.1
11022026-08-31T14:10:36.999Z Downloaded zone v0.3.1
11032026-08-31T14:10:36.999Z Downloaded diesel_derives v2.3.7
11042026-08-31T14:10:37.005Z Downloaded salty v0.3.0
11052026-08-31T14:10:37.016Z Downloaded pretty_assertions v1.4.1
11062026-08-31T14:10:37.016Z Downloaded progenitor-impl v0.13.0
11072026-08-31T14:10:37.016Z Downloaded dropshot_endpoint v0.17.1
11082026-08-31T14:10:37.026Z Downloaded winnow v0.6.26
11092026-08-31T14:10:37.026Z Downloaded num-traits v0.2.19
11102026-08-31T14:10:37.026Z Downloaded daft v0.1.8
11112026-08-31T14:10:37.026Z Downloaded diff v0.1.13
11122026-08-31T14:10:37.026Z Downloaded strum_macros v0.24.3
11132026-08-31T14:10:37.026Z Downloaded vergen-git2 v9.1.0
11142026-08-31T14:10:37.026Z Downloaded cstr-argument v0.1.2
11152026-08-31T14:10:37.026Z Downloaded kem v0.3.0
11162026-08-31T14:10:37.030Z Downloaded const_format_proc_macros v0.2.34
11172026-08-31T14:10:37.030Z Downloaded hyper v1.10.1
11182026-08-31T14:10:37.030Z Downloaded dropshot-api-manager-types v0.8.0
11192026-08-31T14:10:37.030Z Downloaded hkdf v0.13.0
11202026-08-31T14:10:37.030Z Downloaded icu_collections v2.1.1
11212026-08-31T14:10:37.037Z Downloaded internal-russh-num-bigint v0.5.0
11222026-08-31T14:10:37.037Z Downloaded unicode-normalization v0.1.25
11232026-08-31T14:10:37.042Z Downloaded dunce v1.0.5
11242026-08-31T14:10:37.042Z Downloaded ipnet v2.12.0
11252026-08-31T14:10:37.042Z Downloaded tungstenite v0.21.0
11262026-08-31T14:10:37.042Z Downloaded quick-error v1.2.3
11272026-08-31T14:10:37.054Z Downloaded progenitor-impl v0.14.0
11282026-08-31T14:10:37.061Z Downloaded void v1.0.2
11292026-08-31T14:10:37.062Z Downloaded crc-catalog v2.4.0
11302026-08-31T14:10:37.062Z Downloaded itertools v0.15.0
11312026-08-31T14:10:37.066Z Downloaded primeorder v0.13.6
11322026-08-31T14:10:37.066Z Downloaded schemars v0.8.22
11332026-08-31T14:10:37.075Z Downloaded toml_edit v0.19.15
11342026-08-31T14:10:37.078Z Downloaded pbkdf2 v0.13.0
11352026-08-31T14:10:37.078Z Downloaded primeorder v0.14.0
11362026-08-31T14:10:37.087Z Downloaded scrypt v0.12.0
11372026-08-31T14:10:37.087Z Downloaded sync-ptr v0.1.4
11382026-08-31T14:10:37.087Z Downloaded utf-8 v0.7.6
11392026-08-31T14:10:37.087Z Downloaded serdect v0.4.3
11402026-08-31T14:10:37.087Z Downloaded jiff-static v0.2.34
11412026-08-31T14:10:37.087Z Downloaded tui-tree-widget v0.23.1
11422026-08-31T14:10:37.093Z Downloaded vsss-rs v3.3.4
11432026-08-31T14:10:37.093Z Downloaded darling_macro v0.21.3
11442026-08-31T14:10:37.093Z Downloaded rand v0.8.6
11452026-08-31T14:10:37.093Z Downloaded opaque-debug v0.3.1
11462026-08-31T14:10:37.093Z Downloaded predicates-core v1.0.10
11472026-08-31T14:10:37.093Z Downloaded defmt-macros v1.0.1
11482026-08-31T14:10:37.093Z Downloaded derive_builder_macro v0.20.2
11492026-08-31T14:10:37.093Z Downloaded indicatif v0.18.4
11502026-08-31T14:10:37.093Z Downloaded typify v0.6.2
11512026-08-31T14:10:37.097Z Downloaded knus v3.4.0
11522026-08-31T14:10:37.097Z Downloaded nom v8.0.0
11532026-08-31T14:10:37.114Z Downloaded display-error-chain v0.2.2
11542026-08-31T14:10:37.114Z Downloaded displaydoc v0.2.5
11552026-08-31T14:10:37.114Z Downloaded icu_normalizer v2.1.1
11562026-08-31T14:10:37.122Z Downloaded icu_properties v2.1.2
11572026-08-31T14:10:37.122Z Downloaded rustyline v14.0.0
11582026-08-31T14:10:37.122Z Downloaded embedded-io v0.4.0
11592026-08-31T14:10:37.123Z Downloaded paste v1.0.15
11602026-08-31T14:10:37.123Z Downloaded ecdsa v0.16.9
11612026-08-31T14:10:37.123Z Downloaded serde_with v1.14.0
11622026-08-31T14:10:37.123Z Downloaded polyval v0.7.1
11632026-08-31T14:10:37.123Z Downloaded rusty-fork v0.3.1
11642026-08-31T14:10:37.133Z Downloaded supports-color v3.0.2
11652026-08-31T14:10:37.133Z Downloaded crc8 v0.1.1
11662026-08-31T14:10:37.133Z Downloaded crypto-common v0.2.2
11672026-08-31T14:10:37.133Z Downloaded trait-variant v0.1.2
11682026-08-31T14:10:37.136Z Downloaded rustls-native-certs v0.8.3
11692026-08-31T14:10:37.136Z Downloaded mio v1.2.0
11702026-08-31T14:10:37.136Z Downloaded nom v7.1.3
11712026-08-31T14:10:37.137Z Downloaded parking_lot v0.12.5
11722026-08-31T14:10:37.141Z Downloaded tough v0.22.0
11732026-08-31T14:10:37.145Z Downloaded ident_case v1.0.1
11742026-08-31T14:10:37.145Z Downloaded multimap v0.10.1
11752026-08-31T14:10:37.145Z Downloaded untrusted v0.7.1
11762026-08-31T14:10:37.145Z Downloaded phf_shared v0.11.3
11772026-08-31T14:10:37.149Z Downloaded secrecy v0.8.0
11782026-08-31T14:10:37.157Z Downloaded password-hash v0.5.0
11792026-08-31T14:10:37.166Z Downloaded strsim v0.10.0
11802026-08-31T14:10:37.166Z Downloaded ed25519 v2.2.3
11812026-08-31T14:10:37.191Z Downloaded libscf-sys v1.2.0
11822026-08-31T14:10:37.191Z Downloaded blake3 v1.8.5
11832026-08-31T14:10:37.191Z Downloaded serde_with_macros v3.21.0
11842026-08-31T14:10:37.204Z Downloaded papergrid v0.18.0
11852026-08-31T14:10:37.204Z Downloaded litrs v1.0.0
11862026-08-31T14:10:37.204Z Downloaded icu_normalizer_data v2.1.1
11872026-08-31T14:10:37.204Z Downloaded managed v0.8.0
11882026-08-31T14:10:37.204Z Downloaded num-integer v0.1.46
11892026-08-31T14:10:37.204Z Downloaded simd-adler32 v0.3.8
11902026-08-31T14:10:37.204Z Downloaded darling_core v0.13.4
11912026-08-31T14:10:37.210Z Downloaded derive_more v0.99.20
11922026-08-31T14:10:37.210Z Downloaded mime_guess v2.0.5
11932026-08-31T14:10:37.210Z Downloaded time-macros v0.2.27
11942026-08-31T14:10:37.211Z Downloaded peg-macros v0.8.5
11952026-08-31T14:10:37.211Z Downloaded stringprep v0.1.5
11962026-08-31T14:10:37.211Z Downloaded radium v0.7.0
11972026-08-31T14:10:37.224Z Downloaded unicode-truncate v1.1.0
11982026-08-31T14:10:37.224Z Downloaded maplit v1.0.2
11992026-08-31T14:10:37.224Z Downloaded sec1 v0.8.1
12002026-08-31T14:10:37.234Z Downloaded samael v0.0.19
12012026-08-31T14:10:37.234Z Downloaded libxml v0.3.3
12022026-08-31T14:10:37.234Z Downloaded snafu-derive v0.8.9
12032026-08-31T14:10:37.234Z Downloaded serde-hex v0.1.0
12042026-08-31T14:10:37.234Z Downloaded rawzip v0.4.4
12052026-08-31T14:10:37.234Z Downloaded reqwest v0.13.2
12062026-08-31T14:10:37.243Z Downloaded proptest v1.11.0
12072026-08-31T14:10:37.243Z Downloaded ingot-macros v0.2.0
12082026-08-31T14:10:37.243Z Downloaded xattr v1.6.1
12092026-08-31T14:10:37.243Z Downloaded rand_chacha v0.9.0
12102026-08-31T14:10:37.250Z Downloaded derive_more-impl v2.1.1
12112026-08-31T14:10:37.250Z Downloaded zerotrie v0.2.3
12122026-08-31T14:10:37.251Z Downloaded crossterm v0.28.1
12132026-08-31T14:10:37.265Z Downloaded smallvec v0.6.14
12142026-08-31T14:10:37.265Z Downloaded tokio-rustls v0.26.4
12152026-08-31T14:10:37.265Z Downloaded smallvec v1.15.1
12162026-08-31T14:10:37.265Z Downloaded git2 v0.20.4
12172026-08-31T14:10:37.272Z Downloaded defmt v1.0.1
12182026-08-31T14:10:37.272Z Downloaded p256 v0.14.0
12192026-08-31T14:10:37.272Z Downloaded either v1.15.0
12202026-08-31T14:10:37.272Z Downloaded proc-macro-error2 v2.0.1
12212026-08-31T14:10:37.272Z Downloaded jiff-core v0.1.0
12222026-08-31T14:10:37.272Z Downloaded ryu v1.0.23
12232026-08-31T14:10:37.272Z Downloaded socket2 v0.6.3
12242026-08-31T14:10:37.272Z Downloaded slab v0.4.12
12252026-08-31T14:10:37.272Z Downloaded ssh-key v0.7.0-rc.11
12262026-08-31T14:10:37.288Z Downloaded unicode-properties v0.1.4
12272026-08-31T14:10:37.288Z Downloaded itertools v0.14.0
12282026-08-31T14:10:37.302Z Downloaded tower v0.5.3
12292026-08-31T14:10:37.302Z Downloaded progenitor v0.14.0
12302026-08-31T14:10:37.302Z Downloaded prettyplease v0.2.37
12312026-08-31T14:10:37.302Z Downloaded zerocopy-derive v0.8.55
12322026-08-31T14:10:37.302Z Downloaded yasna v0.5.2
12332026-08-31T14:10:37.302Z Downloaded parking_lot v0.11.2
12342026-08-31T14:10:37.309Z Downloaded x509-cert v0.2.5
12352026-08-31T14:10:37.310Z Downloaded bindgen v0.71.1
12362026-08-31T14:10:37.310Z Downloaded bitvec v1.0.1
12372026-08-31T14:10:37.334Z Downloaded icu_properties_data v2.1.2
12382026-08-31T14:10:37.335Z Downloaded crossbeam-channel v0.5.15
12392026-08-31T14:10:37.335Z Downloaded slog-json v2.6.1
12402026-08-31T14:10:37.335Z Downloaded libbz2-rs-sys v0.2.2
12412026-08-31T14:10:37.335Z Downloaded ron v0.8.1
12422026-08-31T14:10:37.351Z Downloaded zerocopy v0.6.6
12432026-08-31T14:10:37.351Z Downloaded memmap2 v0.9.10
12442026-08-31T14:10:37.351Z Downloaded deranged v0.5.8
12452026-08-31T14:10:37.351Z Downloaded convert_case v0.10.0
12462026-08-31T14:10:37.351Z Downloaded dropshot-api-manager v0.8.0
12472026-08-31T14:10:37.351Z Downloaded schemars v0.9.0
12482026-08-31T14:10:37.351Z Downloaded rsa v0.9.10
12492026-08-31T14:10:37.351Z Downloaded tokio-tungstenite v0.23.1
12502026-08-31T14:10:37.351Z Downloaded vcpkg v0.2.15
12512026-08-31T14:10:37.399Z Downloaded russh v0.62.4
12522026-08-31T14:10:37.405Z Downloaded aws-lc-rs v1.16.3
12532026-08-31T14:10:37.405Z Downloaded der v0.8.0
12542026-08-31T14:10:37.405Z Downloaded regex v1.12.3
12552026-08-31T14:10:37.405Z Downloaded tokio-postgres v0.7.16
12562026-08-31T14:10:37.405Z Downloaded chrono v0.4.45
12572026-08-31T14:10:37.405Z Downloaded goblin v0.10.5
12582026-08-31T14:10:37.405Z Downloaded unicode-segmentation v1.12.0
12592026-08-31T14:10:37.406Z Downloaded elliptic-curve v0.13.8
12602026-08-31T14:10:37.406Z Downloaded gimli v0.32.3
12612026-08-31T14:10:37.406Z Downloaded const_format v0.2.35
12622026-08-31T14:10:37.406Z Downloaded iri-string v0.7.10
12632026-08-31T14:10:37.406Z Downloaded indexmap v1.9.3
12642026-08-31T14:10:37.406Z Downloaded minimal-lexical v0.2.1
12652026-08-31T14:10:37.406Z Downloaded openssl-sys v0.9.117
12662026-08-31T14:10:37.412Z Downloaded rsa v0.10.0-rc.18
12672026-08-31T14:10:37.412Z Downloaded crossterm v0.29.0
12682026-08-31T14:10:37.424Z Downloaded itertools v0.12.1
12692026-08-31T14:10:37.424Z Downloaded darling_core v0.21.3
12702026-08-31T14:10:37.433Z Downloaded time v0.3.47
12712026-08-31T14:10:37.433Z Downloaded num-bigint v0.4.6
12722026-08-31T14:10:37.442Z Downloaded smoltcp v0.9.1
12732026-08-31T14:10:37.446Z Downloaded sha3 v0.12.0
12742026-08-31T14:10:37.446Z Downloaded der v0.7.10
12752026-08-31T14:10:37.455Z Downloaded winnow v0.5.40
12762026-08-31T14:10:37.465Z Downloaded winnow v1.0.3
12772026-08-31T14:10:37.465Z Downloaded quick-xml v0.37.5
12782026-08-31T14:10:37.471Z Downloaded zlib-rs v0.6.2
12792026-08-31T14:10:37.471Z Downloaded tower-http v0.6.8
12802026-08-31T14:10:37.477Z Downloaded tabled v0.21.0
12812026-08-31T14:10:37.482Z Downloaded idna v1.1.0
12822026-08-31T14:10:37.491Z Downloaded itertools v0.13.0
12832026-08-31T14:10:37.495Z Downloaded zerovec v0.11.5
12842026-08-31T14:10:37.495Z Downloaded object v0.30.4
12852026-08-31T14:10:37.524Z Downloaded libm v0.2.16
12862026-08-31T14:10:37.534Z Downloaded rayon v1.11.0
12872026-08-31T14:10:37.542Z Downloaded p384 v0.13.1
12882026-08-31T14:10:37.552Z Downloaded hickory-proto v0.24.4
12892026-08-31T14:10:37.556Z Downloaded crypto-primes v0.7.2
12902026-08-31T14:10:37.569Z Downloaded iddqd v0.4.2
12912026-08-31T14:10:37.576Z Downloaded object v0.37.3
12922026-08-31T14:10:37.583Z Downloaded portable-atomic v1.13.1
12932026-08-31T14:10:37.589Z Downloaded lalrpop v0.19.12
12942026-08-31T14:10:37.595Z Downloaded radix_trie v0.2.1
12952026-08-31T14:10:37.600Z Downloaded crypto-bigint v0.7.5
12962026-08-31T14:10:37.609Z Downloaded zerocopy v0.8.55
12972026-08-31T14:10:37.618Z Downloaded curve25519-dalek v4.1.3
12982026-08-31T14:10:37.622Z Downloaded hickory-proto v0.25.2
12992026-08-31T14:10:37.631Z Downloaded reqwest v0.12.28
13002026-08-31T14:10:37.638Z Downloaded nix v0.27.1
13012026-08-31T14:10:37.650Z Downloaded serde_with v3.21.0
13022026-08-31T14:10:37.656Z Downloaded regex-syntax v0.6.29
13032026-08-31T14:10:37.656Z Downloaded regex-syntax v0.8.10
13042026-08-31T14:10:37.656Z Downloaded bstr v1.12.1
13052026-08-31T14:10:37.674Z Downloaded smoltcp v0.11.0
13062026-08-31T14:10:37.696Z Downloaded regress v0.10.5
13072026-08-31T14:10:37.713Z Downloaded nix v0.28.0
13082026-08-31T14:10:37.719Z Downloaded openssl v0.10.80
13092026-08-31T14:10:37.726Z Downloaded sled v0.34.7
13102026-08-31T14:10:37.731Z Downloaded curve25519-dalek v5.0.0
13112026-08-31T14:10:37.737Z Downloaded quinn-proto v0.11.16
13122026-08-31T14:10:37.756Z Downloaded petname v2.0.2
13132026-08-31T14:10:37.765Z Downloaded rustix v0.38.44
13142026-08-31T14:10:37.765Z Downloaded moka v0.12.13
13152026-08-31T14:10:37.777Z Downloaded diesel v2.3.7
13162026-08-31T14:10:37.782Z Downloaded polar-core v0.27.3
13172026-08-31T14:10:37.786Z Downloaded ratatui v0.29.0
13182026-08-31T14:10:37.798Z Downloaded rustls v0.23.41
13192026-08-31T14:10:37.802Z Downloaded tracing v0.1.44
13202026-08-31T14:10:37.822Z Downloaded syn v3.0.3
13212026-08-31T14:10:37.833Z Downloaded dropshot v0.17.1
13222026-08-31T14:10:37.841Z Downloaded petgraph v0.6.5
13232026-08-31T14:10:37.846Z Downloaded openapiv3 v2.2.0
13242026-08-31T14:10:37.854Z Downloaded nix v0.31.2
13252026-08-31T14:10:37.858Z Downloaded regex-automata v0.4.14
13262026-08-31T14:10:37.865Z Downloaded sqlparser v0.61.0
13272026-08-31T14:10:37.869Z Downloaded sha3 v0.11.0
13282026-08-31T14:10:37.878Z Downloaded sha3 v0.10.8
13292026-08-31T14:10:37.889Z Downloaded regress v0.11.1
13302026-08-31T14:10:37.934Z Downloaded typify-impl v0.6.2
13312026-08-31T14:10:37.943Z Downloaded bzip2-sys v0.1.13+1.0.8
13322026-08-31T14:10:37.987Z Downloaded zerocopy-derive v0.6.6
13332026-08-31T14:10:37.993Z Downloaded encoding_rs v0.8.35
13342026-08-31T14:10:38.002Z Downloaded jiff v0.2.34
13352026-08-31T14:10:38.009Z Downloaded ring v0.17.14
13362026-08-31T14:10:38.034Z Downloaded chrono-tz v0.10.4
13372026-08-31T14:10:38.046Z Downloaded libgit2-sys v0.18.3+1.9.2
13382026-08-31T14:10:38.074Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13392026-08-31T14:10:38.084Z Downloaded petgraph v0.8.3
13402026-08-31T14:10:38.096Z Downloaded csv v1.4.0
13412026-08-31T14:10:38.109Z Downloaded libz-sys v1.1.24
13422026-08-31T14:10:38.119Z Downloaded tokio v1.52.1
13432026-08-31T14:10:38.664Z Downloaded aws-lc-sys v0.40.0
13442026-08-31T14:10:38.919Z Compiling serde_core v1.0.228
13452026-08-31T14:10:38.919Z Compiling libc v0.2.185
13462026-08-31T14:10:38.919Z Compiling serde v1.0.228
13472026-08-31T14:10:38.922Z Compiling log v0.4.33
13482026-08-31T14:10:38.922Z Compiling smallvec v1.15.1
13492026-08-31T14:10:38.922Z Compiling shlex v1.3.0
13502026-08-31T14:10:38.922Z Compiling find-msvc-tools v0.1.9
13512026-08-31T14:10:39.053Z Compiling syn v2.0.117
13522026-08-31T14:10:39.255Z Compiling subtle v2.6.1
13532026-08-31T14:10:39.255Z Compiling scopeguard v1.2.0
13542026-08-31T14:10:39.306Z Compiling stable_deref_trait v1.2.1
13552026-08-31T14:10:39.352Z Compiling lock_api v0.4.14
13562026-08-31T14:10:39.366Z Compiling typenum v1.20.1
13572026-08-31T14:10:39.378Z Compiling zerocopy v0.8.55
13582026-08-31T14:10:39.383Z Compiling portable-atomic v1.13.1
13592026-08-31T14:10:39.420Z Compiling serde_json v1.0.151
13602026-08-31T14:10:39.573Z Compiling critical-section v1.2.0
13612026-08-31T14:10:39.619Z Compiling libm v0.2.16
13622026-08-31T14:10:39.675Z Compiling num-traits v0.2.19
13632026-08-31T14:10:39.786Z Compiling pkg-config v0.3.32
13642026-08-31T14:10:39.890Z Compiling errno v0.3.14
13652026-08-31T14:10:39.901Z Compiling jobserver v0.1.34
13662026-08-31T14:10:40.096Z Compiling getrandom v0.2.17
13672026-08-31T14:10:40.255Z Compiling cc v1.2.56
13682026-08-31T14:10:40.335Z Compiling rand_core v0.6.4
13692026-08-31T14:10:40.366Z Compiling generic-array v0.14.7
13702026-08-31T14:10:40.377Z Compiling parking_lot_core v0.9.12
13712026-08-31T14:10:40.559Z Compiling once_cell v1.21.3
13722026-08-31T14:10:40.617Z Compiling getrandom v0.4.3
13732026-08-31T14:10:40.628Z Compiling const-oid v0.9.6
13742026-08-31T14:10:40.628Z Compiling pin-project-lite v0.2.17
13752026-08-31T14:10:40.778Z Compiling rand_core v0.10.0
13762026-08-31T14:10:41.091Z Compiling signal-hook-registry v1.4.8
13772026-08-31T14:10:41.180Z Compiling percent-encoding v2.3.2
13782026-08-31T14:10:41.276Z Compiling bitflags v2.11.0
13792026-08-31T14:10:41.378Z Compiling writeable v0.6.2
13802026-08-31T14:10:41.378Z Compiling litemap v0.8.1
13812026-08-31T14:10:41.410Z Compiling futures-core v0.3.32
13822026-08-31T14:10:41.513Z Compiling semver v1.0.28
13832026-08-31T14:10:41.614Z Compiling parking_lot v0.12.5
13842026-08-31T14:10:41.671Z Compiling mio v1.2.0
13852026-08-31T14:10:41.671Z Compiling icu_properties_data v2.1.2
13862026-08-31T14:10:41.671Z Compiling icu_normalizer_data v2.1.1
13872026-08-31T14:10:41.953Z Compiling socket2 v0.6.3
13882026-08-31T14:10:42.017Z Compiling getrandom v0.3.4
13892026-08-31T14:10:42.017Z Compiling rustix v1.1.4
13902026-08-31T14:10:42.017Z Compiling futures-sink v0.3.32
13912026-08-31T14:10:42.017Z Compiling indexmap v2.14.0
13922026-08-31T14:10:42.037Z Compiling synstructure v0.13.2
13932026-08-31T14:10:42.052Z Compiling futures-channel v0.3.32
13942026-08-31T14:10:42.235Z Compiling utf8_iter v1.0.4
13952026-08-31T14:10:42.268Z Compiling futures-io v0.3.32
13962026-08-31T14:10:42.402Z Compiling slab v0.4.12
13972026-08-31T14:10:42.439Z Compiling futures-task v0.3.32
13982026-08-31T14:10:42.495Z Compiling form_urlencoded v1.2.2
13992026-08-31T14:10:42.556Z Compiling rustversion v1.0.22
14002026-08-31T14:10:42.609Z Compiling base64ct v1.8.3
14012026-08-31T14:10:42.630Z Compiling iana-time-zone v0.1.65
14022026-08-31T14:10:42.630Z Compiling cmake v0.1.57
14032026-08-31T14:10:42.722Z Compiling dunce v1.0.5
14042026-08-31T14:10:42.764Z Compiling fs_extra v1.3.0
14052026-08-31T14:10:42.831Z Compiling regex-syntax v0.8.10
14062026-08-31T14:10:42.831Z Compiling flagset v0.4.7
14072026-08-31T14:10:42.883Z Compiling pem-rfc7468 v0.7.0
14082026-08-31T14:10:42.929Z Compiling ident_case v1.0.1
14092026-08-31T14:10:43.024Z Compiling rand_core v0.9.5
14102026-08-31T14:10:43.072Z Compiling aws-lc-sys v0.40.0
14112026-08-31T14:10:43.089Z Compiling uuid v1.23.4
14122026-08-31T14:10:43.174Z Compiling base64 v0.22.1
14132026-08-31T14:10:43.330Z Compiling vcpkg v0.2.15
14142026-08-31T14:10:43.503Z Compiling syn v1.0.109
14152026-08-31T14:10:43.521Z Compiling serde_derive_internals v0.29.1
14162026-08-31T14:10:43.610Z Compiling rustc_version v0.4.1
14172026-08-31T14:10:43.721Z Compiling serde_derive v1.0.228
14182026-08-31T14:10:43.774Z Compiling zeroize_derive v1.5.0
14192026-08-31T14:10:43.802Z Compiling zerocopy-derive v0.8.55
14202026-08-31T14:10:43.931Z Compiling zerofrom-derive v0.1.6
14212026-08-31T14:10:43.998Z Compiling yoke-derive v0.8.1
14222026-08-31T14:10:44.418Z Compiling zerovec-derive v0.11.2
14232026-08-31T14:10:44.434Z Compiling displaydoc v0.2.5
14242026-08-31T14:10:45.142Z Compiling tokio-macros v2.7.0
14252026-08-31T14:10:45.190Z Compiling futures-macro v0.3.32
14262026-08-31T14:10:45.228Z Compiling der_derive v0.7.3
14272026-08-31T14:10:45.362Z Compiling zerofrom v0.1.6
14282026-08-31T14:10:45.493Z Compiling yoke v0.8.1
14292026-08-31T14:10:45.565Z Compiling thiserror-impl v2.0.18
14302026-08-31T14:10:45.674Z Compiling zerovec v0.11.5
14312026-08-31T14:10:45.871Z Compiling zerotrie v0.2.3
14322026-08-31T14:10:45.995Z Compiling futures-util v0.3.32
14332026-08-31T14:10:46.177Z Compiling tinystr v0.8.2
14342026-08-31T14:10:46.188Z Compiling potential_utf v0.1.4
14352026-08-31T14:10:46.200Z Compiling openssl-sys v0.9.117
14362026-08-31T14:10:46.346Z Compiling icu_locale_core v2.1.1
14372026-08-31T14:10:46.372Z Compiling icu_collections v2.1.1
14382026-08-31T14:10:46.756Z Compiling tracing-attributes v0.1.31
14392026-08-31T14:10:46.831Z Compiling tracing-core v0.1.36
14402026-08-31T14:10:46.895Z Compiling thiserror v2.0.18
14412026-08-31T14:10:47.002Z Compiling icu_provider v2.1.1
14422026-08-31T14:10:47.203Z Compiling zeroize v1.9.0
14432026-08-31T14:10:47.225Z Compiling bytes v1.11.1
14442026-08-31T14:10:47.299Z Compiling icu_normalizer v2.1.1
14452026-08-31T14:10:47.413Z Compiling icu_properties v2.1.2
14462026-08-31T14:10:47.814Z Compiling tokio v1.52.1
14472026-08-31T14:10:47.827Z Compiling chrono v0.4.45
14482026-08-31T14:10:47.937Z Compiling crypto-common v0.1.7
14492026-08-31T14:10:48.021Z Compiling block-buffer v0.10.4
14502026-08-31T14:10:48.085Z Compiling der v0.7.10
14512026-08-31T14:10:48.194Z Compiling digest v0.10.7
14522026-08-31T14:10:48.256Z Compiling idna_adapter v1.2.1
14532026-08-31T14:10:48.352Z Compiling ppv-lite86 v0.2.21
14542026-08-31T14:10:48.393Z Compiling idna v1.1.0
14552026-08-31T14:10:48.445Z Compiling http v1.4.2
14562026-08-31T14:10:48.482Z Compiling schemars v0.8.22
14572026-08-31T14:10:48.674Z Compiling rand_chacha v0.9.0
14582026-08-31T14:10:48.698Z Compiling url v2.5.8
14592026-08-31T14:10:49.024Z Compiling spki v0.7.3
14602026-08-31T14:10:49.173Z Compiling dyn-clone v1.0.20
14612026-08-31T14:10:49.234Z Compiling cpufeatures v0.2.17
14622026-08-31T14:10:49.256Z Compiling simd-adler32 v0.3.8
14632026-08-31T14:10:49.304Z Compiling aws-lc-rs v1.16.3
14642026-08-31T14:10:49.304Z Compiling pkcs8 v0.10.2
14652026-08-31T14:10:49.332Z Compiling http-body v1.0.1
14662026-08-31T14:10:49.349Z Compiling rand v0.9.2
14672026-08-31T14:10:49.464Z Compiling tracing v0.1.44
14682026-08-31T14:10:49.479Z Compiling rustls-pki-types v1.14.0
14692026-08-31T14:10:49.579Z Compiling schemars_derive v0.8.22
14702026-08-31T14:10:49.626Z Compiling spin v0.9.8
14712026-08-31T14:10:49.713Z Compiling tinyvec_macros v0.1.1
14722026-08-31T14:10:49.782Z Compiling openssl-probe v0.2.1
14732026-08-31T14:10:49.826Z Compiling adler2 v2.0.1
14742026-08-31T14:10:49.903Z Compiling cmov v0.5.4
14752026-08-31T14:10:49.948Z Compiling httparse v1.10.1
14762026-08-31T14:10:49.948Z Compiling crc32fast v1.5.0
14772026-08-31T14:10:50.120Z Compiling ctutils v0.4.2
14782026-08-31T14:10:50.148Z Compiling tempfile v3.27.0
14792026-08-31T14:10:50.267Z Compiling miniz_oxide v0.8.9
14802026-08-31T14:10:50.349Z Compiling tinyvec v1.10.0
14812026-08-31T14:10:50.363Z Compiling pest_generator v2.8.6
14822026-08-31T14:10:50.512Z Compiling sha2 v0.10.9
14832026-08-31T14:10:50.685Z Compiling terminal_size v0.4.3
14842026-08-31T14:10:50.833Z Compiling aho-corasick v1.1.4
14852026-08-31T14:10:50.854Z Compiling try-lock v0.2.5
14862026-08-31T14:10:50.961Z Compiling atomic-waker v1.1.2
14872026-08-31T14:10:51.025Z Compiling tower-layer v0.3.3
14882026-08-31T14:10:51.081Z Compiling radium v0.7.0
14892026-08-31T14:10:51.182Z Compiling unicode-segmentation v1.12.0
14902026-08-31T14:10:51.322Z Compiling untrusted v0.7.1
14912026-08-31T14:10:51.444Z Compiling tower-service v0.3.3
14922026-08-31T14:10:51.554Z Compiling pest_derive v2.8.6
14932026-08-31T14:10:51.572Z Compiling tokio-util v0.7.18
14942026-08-31T14:10:51.793Z Compiling regex-automata v0.4.14
14952026-08-31T14:10:51.987Z Compiling want v0.3.1
14962026-08-31T14:10:52.166Z Compiling hybrid-array v0.4.13
14972026-08-31T14:10:52.378Z Compiling h2 v0.4.15
14982026-08-31T14:10:52.605Z Compiling ipnet v2.12.0
14992026-08-31T14:10:52.634Z Compiling scroll_derive v0.13.1
15002026-08-31T14:10:52.982Z Compiling darling_core v0.20.11
15012026-08-31T14:10:53.038Z Compiling openssl v0.10.80
15022026-08-31T14:10:53.263Z Compiling tap v1.0.1
15032026-08-31T14:10:53.279Z Compiling maybe-uninit v2.0.0
15042026-08-31T14:10:53.368Z Compiling rustls v0.23.41
15052026-08-31T14:10:53.396Z Compiling untrusted v0.9.0
15062026-08-31T14:10:53.459Z Compiling foreign-types-shared v0.1.1
15072026-08-31T14:10:53.505Z Compiling httpdate v1.0.3
15082026-08-31T14:10:53.530Z Compiling foreign-types v0.3.2
15092026-08-31T14:10:53.566Z Compiling scroll v0.13.0
15102026-08-31T14:10:53.581Z Compiling wyz v0.5.1
15112026-08-31T14:10:53.740Z Compiling unicode-normalization v0.1.25
15122026-08-31T14:10:53.832Z Compiling rand_chacha v0.3.1
15132026-08-31T14:10:53.946Z Compiling signature v2.2.0
15142026-08-31T14:10:54.014Z Compiling hex v0.4.3
15152026-08-31T14:10:54.184Z Compiling thiserror-impl v1.0.69
15162026-08-31T14:10:54.210Z Compiling openssl-macros v0.1.1
15172026-08-31T14:10:54.297Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15182026-08-31T14:10:54.624Z Compiling bzip2-sys v0.1.13+1.0.8
15192026-08-31T14:10:54.667Z Compiling num-integer v0.1.46
15202026-08-31T14:10:54.667Z Compiling socket2 v0.5.10
15212026-08-31T14:10:54.854Z Compiling wait-timeout v0.2.1
15222026-08-31T14:10:54.890Z Compiling ahash v0.8.12
15232026-08-31T14:10:55.167Z Compiling funty v2.0.0
15242026-08-31T14:10:55.298Z Compiling num-bigint-dig v0.8.6
15252026-08-31T14:10:55.298Z Compiling num-conv v0.2.0
15262026-08-31T14:10:55.298Z Compiling darling_macro v0.20.11
15272026-08-31T14:10:55.427Z Compiling packed_struct v0.10.1
15282026-08-31T14:10:55.427Z Compiling quick-error v1.2.3
15292026-08-31T14:10:55.463Z Compiling native-tls v0.2.18
15302026-08-31T14:10:55.463Z Compiling bit-vec v0.8.0
15312026-08-31T14:10:55.526Z Compiling hyper v1.10.1
15322026-08-31T14:10:55.643Z Compiling powerfmt v0.2.0
15332026-08-31T14:10:55.746Z Compiling time-core v0.1.8
15342026-08-31T14:10:55.747Z Compiling darling v0.20.11
15352026-08-31T14:10:55.747Z Compiling bit-set v0.8.0
15362026-08-31T14:10:55.788Z Compiling deranged v0.5.8
15372026-08-31T14:10:55.788Z Compiling time-macros v0.2.27
15382026-08-31T14:10:55.819Z Compiling clap_builder v4.6.0
15392026-08-31T14:10:55.838Z Compiling thiserror v1.0.69
15402026-08-31T14:10:55.838Z Compiling bitvec v1.0.1
15412026-08-31T14:10:55.962Z Compiling rusty-fork v0.3.1
15422026-08-31T14:10:56.437Z Compiling num-iter v0.1.45
15432026-08-31T14:10:56.697Z Compiling hyper-util v0.1.20
15442026-08-31T14:10:57.036Z Compiling rand v0.8.6
15452026-08-31T14:10:57.058Z Compiling goblin v0.10.5
15462026-08-31T14:10:57.325Z Compiling packed_struct_codegen v0.10.1
15472026-08-31T14:10:57.833Z Compiling lazy_static v1.5.0
15482026-08-31T14:10:57.916Z Compiling hmac v0.12.1
15492026-08-31T14:10:58.072Z Compiling toml_datetime v0.6.11
15502026-08-31T14:10:58.320Z Compiling serde_spanned v0.6.9
15512026-08-31T14:10:58.334Z Compiling bitfield-macros v0.19.4
15522026-08-31T14:10:58.366Z Compiling clap_derive v4.6.1
15532026-08-31T14:10:58.457Z Compiling zerocopy-derive v0.6.6
15542026-08-31T14:10:58.695Z Compiling rand_xorshift v0.4.0
15552026-08-31T14:10:58.859Z Compiling sync_wrapper v1.0.2
15562026-08-31T14:10:58.967Z Compiling indexmap v1.9.3
15572026-08-31T14:10:59.020Z Compiling zlib-rs v0.6.2
15582026-08-31T14:10:59.155Z Compiling paste v1.0.15
15592026-08-31T14:10:59.270Z Compiling unarray v0.1.4
15602026-08-31T14:10:59.379Z Compiling siphasher v1.0.2
15612026-08-31T14:10:59.401Z Compiling nodrop v0.1.14
15622026-08-31T14:10:59.493Z Compiling num_threads v0.1.7
15632026-08-31T14:10:59.566Z Compiling crc-catalog v2.4.0
15642026-08-31T14:10:59.606Z Compiling usdt-impl v0.6.0
15652026-08-31T14:10:59.653Z Compiling object v0.37.3
15662026-08-31T14:10:59.674Z Compiling crossbeam-utils v0.8.21
15672026-08-31T14:10:59.801Z Compiling dof v0.4.0
15682026-08-31T14:10:59.957Z Compiling crc v3.4.0
15692026-08-31T14:10:59.974Z Compiling time v0.3.47
15702026-08-31T14:11:00.114Z Compiling clap v4.6.1
15712026-08-31T14:11:00.195Z Compiling array-init v0.0.4
15722026-08-31T14:11:00.256Z Compiling proptest v1.11.0
15732026-08-31T14:11:00.536Z Compiling zerocopy v0.6.6
15742026-08-31T14:11:00.872Z Compiling bitfield v0.19.4
15752026-08-31T14:11:01.018Z Compiling tower v0.5.3
15762026-08-31T14:11:01.475Z Compiling smallvec v0.6.14
15772026-08-31T14:11:01.668Z Compiling derive_builder_core v0.20.2
15782026-08-31T14:11:01.886Z Compiling flate2 v1.1.9
15792026-08-31T14:11:02.189Z Compiling dtrace-parser v0.3.0
15802026-08-31T14:11:02.265Z Compiling ipnetwork v0.21.1
15812026-08-31T14:11:02.447Z Compiling pkcs1 v0.7.5
15822026-08-31T14:11:02.486Z Compiling http-body-util v0.1.3
15832026-08-31T14:11:02.642Z Compiling heapless v0.7.17
15842026-08-31T14:11:02.721Z Compiling scroll_derive v0.12.1
15852026-08-31T14:11:02.831Z Compiling structmeta-derive v0.3.0
15862026-08-31T14:11:02.872Z Compiling slog v2.8.2
15872026-08-31T14:11:02.900Z Compiling darling_core v0.23.0
15882026-08-31T14:11:03.007Z Compiling thread-id v5.1.0
15892026-08-31T14:11:03.050Z Compiling cookie v0.18.1
15902026-08-31T14:11:03.092Z Compiling env_filter v2.0.0
15912026-08-31T14:11:03.228Z Compiling syn v3.0.3
15922026-08-31T14:11:03.369Z Compiling ryu v1.0.23
15932026-08-31T14:11:03.382Z Compiling anyhow v1.0.104
15942026-08-31T14:11:03.550Z Compiling signal-hook v0.3.18
15952026-08-31T14:11:03.680Z Compiling allocator-api2 v0.2.21
15962026-08-31T14:11:03.716Z Compiling winnow v0.5.40
15972026-08-31T14:11:03.893Z Compiling base64 v0.21.7
15982026-08-31T14:11:04.007Z Compiling iri-string v0.7.10
15992026-08-31T14:11:04.204Z Compiling gimli v0.32.3
16002026-08-31T14:11:05.154Z Compiling hashbrown v0.12.3
16012026-08-31T14:11:05.367Z Compiling zstd-safe v7.2.4
16022026-08-31T14:11:05.541Z Compiling unicode-properties v0.1.4
16032026-08-31T14:11:05.561Z Compiling unicode-bidi v0.3.18
16042026-08-31T14:11:05.770Z Compiling darling_macro v0.23.0
16052026-08-31T14:11:05.992Z Compiling stringprep v0.1.5
16062026-08-31T14:11:06.086Z Compiling addr2line v0.25.1
16072026-08-31T14:11:06.123Z Compiling tower-http v0.6.8
16082026-08-31T14:11:06.248Z Compiling toml_edit v0.19.15
16092026-08-31T14:11:26.237Z Compiling ron v0.8.1
16102026-08-31T14:11:26.439Z Compiling structmeta v0.3.0
16112026-08-31T14:11:26.439Z Compiling serde_urlencoded v0.7.1
16122026-08-31T14:11:26.440Z Compiling daft-derive v0.1.8
16132026-08-31T14:11:26.440Z Compiling scroll v0.12.0
16142026-08-31T14:11:26.440Z Compiling env_logger v0.11.11
16152026-08-31T14:11:26.490Z Compiling rsa v0.9.10
16162026-08-31T14:11:26.490Z Compiling newtype-uuid v1.3.2
16172026-08-31T14:11:26.490Z Compiling derive_builder_macro v0.20.2
16182026-08-31T14:11:26.490Z Compiling oxnet v0.1.6
16192026-08-31T14:11:26.490Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16202026-08-31T14:11:26.490Z Compiling hashbrown v0.13.2
16212026-08-31T14:11:26.490Z Compiling serde-hex v0.1.0
16222026-08-31T14:11:26.490Z Compiling bzip2 v0.4.4
16232026-08-31T14:11:26.490Z Compiling tokio-native-tls v0.3.1
16242026-08-31T14:11:26.490Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16252026-08-31T14:11:26.490Z Compiling camino v1.2.5
16262026-08-31T14:11:26.490Z Compiling bstr v1.12.1
16272026-08-31T14:11:26.490Z Compiling block-padding v0.4.2
16282026-08-31T14:11:26.490Z Compiling block-buffer v0.12.1
16292026-08-31T14:11:26.490Z Compiling crypto-common v0.2.2
16302026-08-31T14:11:26.490Z Compiling heck v0.4.1
16312026-08-31T14:11:26.490Z Compiling rustls-native-certs v0.8.3
16322026-08-31T14:11:26.490Z Compiling x509-cert v0.2.5
16332026-08-31T14:11:26.490Z Compiling md-5 v0.10.6
16342026-08-31T14:11:26.490Z Compiling erased-serde v0.3.31
16352026-08-31T14:11:26.490Z Compiling serde_tokenstream v0.2.3
16362026-08-31T14:11:26.490Z Compiling curve25519-dalek v4.1.3
16372026-08-31T14:11:26.490Z Compiling async-trait v0.1.89
16382026-08-31T14:11:26.491Z Compiling zerocopy-derive v0.7.35
16392026-08-31T14:11:26.491Z Compiling pin-project-internal v1.1.11
16402026-08-31T14:11:26.491Z Compiling vergen-lib v9.1.0
16412026-08-31T14:11:26.491Z Compiling hash32 v0.2.1
16422026-08-31T14:11:26.491Z Compiling memoffset v0.9.1
16432026-08-31T14:11:26.491Z Compiling encoding_rs v0.8.35
16442026-08-31T14:11:26.491Z Compiling rustix v0.38.44
16452026-08-31T14:11:26.491Z Compiling cfg_aliases v0.2.1
16462026-08-31T14:11:26.491Z Compiling ref-cast v1.0.25
16472026-08-31T14:11:26.491Z Compiling psl-types v2.0.11
16482026-08-31T14:11:26.491Z Compiling owo-colors v4.3.0
16492026-08-31T14:11:26.491Z Compiling crc-any v2.5.0
16502026-08-31T14:11:26.491Z Compiling fallible-iterator v0.2.0
16512026-08-31T14:11:26.491Z Compiling smoltcp v0.9.1
16522026-08-31T14:11:26.491Z Compiling rustc-demangle v0.1.27
16532026-08-31T14:11:26.491Z Compiling mime v0.3.17
16542026-08-31T14:11:26.491Z Compiling litrs v1.0.0
16552026-08-31T14:11:26.491Z Compiling postgres-protocol v0.6.10
16562026-08-31T14:11:26.491Z Compiling pin-project v1.1.11
16572026-08-31T14:11:26.491Z Compiling backtrace v0.3.76
16582026-08-31T14:11:26.491Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16592026-08-31T14:11:26.491Z Compiling publicsuffix v2.3.0
16602026-08-31T14:11:26.491Z Compiling zerocopy v0.7.35
16612026-08-31T14:11:26.491Z Compiling nix v0.31.2
16622026-08-31T14:11:26.491Z Compiling document-features v0.2.12
16632026-08-31T14:11:26.491Z Compiling snafu-derive v0.8.9
16642026-08-31T14:11:26.491Z Compiling inout v0.2.2
16652026-08-31T14:11:26.492Z Compiling daft v0.1.8
16662026-08-31T14:11:26.492Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16672026-08-31T14:11:26.492Z Compiling hyper-tls v0.6.0
16682026-08-31T14:11:26.492Z Compiling zip v0.6.6
16692026-08-31T14:11:26.492Z Compiling object v0.30.4
16702026-08-31T14:11:26.492Z Compiling derive_builder v0.20.2
16712026-08-31T14:11:26.492Z Compiling toml v0.7.8
16722026-08-31T14:11:26.492Z Compiling goblin v0.8.2
16732026-08-31T14:11:26.492Z Compiling derive-ex v0.1.8
16742026-08-31T14:11:26.492Z Compiling darling v0.23.0
16752026-08-31T14:11:26.492Z Compiling phf_shared v0.13.1
16762026-08-31T14:11:26.492Z Compiling regex v1.12.3
16772026-08-31T14:11:26.492Z Compiling hubpack_derive v0.1.1
16782026-08-31T14:11:26.492Z Compiling convert_case v0.10.0
16792026-08-31T14:11:26.492Z Compiling futures-executor v0.3.32
16802026-08-31T14:11:26.492Z Compiling ref-cast-impl v1.0.25
16812026-08-31T14:11:26.492Z Compiling curve25519-dalek-derive v0.1.1
16822026-08-31T14:11:26.492Z Compiling strum_macros v0.27.2
16832026-08-31T14:11:26.492Z Compiling vergen v9.1.0
16842026-08-31T14:11:26.492Z Compiling cargo-platform v0.3.2
16852026-08-31T14:11:26.492Z Compiling ff v0.13.1
16862026-08-31T14:11:26.492Z Compiling fs-err v3.3.0
16872026-08-31T14:11:26.492Z Compiling path-slash v0.1.5
16882026-08-31T14:11:26.492Z Compiling bitflags v1.3.2
16892026-08-31T14:11:26.492Z Compiling foldhash v0.1.5
16902026-08-31T14:11:26.492Z Compiling managed v0.8.0
16912026-08-31T14:11:26.492Z Compiling is_ci v1.2.0
16922026-08-31T14:11:26.493Z Compiling jiff-core v0.1.0
16932026-08-31T14:11:26.493Z Compiling bumpalo v3.20.2
16942026-08-31T14:11:26.493Z Compiling base16ct v0.2.0
16952026-08-31T14:11:26.493Z Compiling foldhash v0.2.0
16962026-08-31T14:11:26.493Z Compiling libbz2-rs-sys v0.2.2
16972026-08-31T14:11:26.493Z Compiling same-file v1.0.6
16982026-08-31T14:11:26.493Z Compiling hashbrown v0.16.1
16992026-08-31T14:11:26.493Z Compiling walkdir v2.5.0
17002026-08-31T14:11:26.493Z Compiling jiff v0.2.34
17012026-08-31T14:11:26.493Z Compiling bzip2 v0.6.1
17022026-08-31T14:11:26.493Z Compiling zopfli v0.8.3
17032026-08-31T14:11:26.493Z Compiling sec1 v0.7.3
17042026-08-31T14:11:26.493Z Compiling strum v0.27.2
17052026-08-31T14:11:26.493Z Compiling textwrap v0.16.2
17062026-08-31T14:11:26.493Z Compiling hashbrown v0.15.5
17072026-08-31T14:11:26.493Z Compiling supports-color v3.0.2
17082026-08-31T14:11:26.493Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
17092026-08-31T14:11:26.493Z Compiling group v0.13.0
17102026-08-31T14:11:26.493Z Compiling cargo_metadata v0.23.1
17112026-08-31T14:11:26.493Z Compiling dof v0.3.0
17122026-08-31T14:11:26.493Z Compiling test-strategy v0.4.5
17132026-08-31T14:11:26.493Z Compiling derive_more-impl v2.1.1
17142026-08-31T14:11:26.493Z Compiling futures v0.3.32
17152026-08-31T14:11:26.608Z Compiling hubpack v0.1.2
17162026-08-31T14:11:26.608Z Compiling snafu v0.8.9
17172026-08-31T14:11:26.608Z Compiling phf v0.13.1
17182026-08-31T14:11:26.609Z Compiling signal-hook-mio v0.2.5
17192026-08-31T14:11:26.609Z Compiling serde_with_macros v3.21.0
17202026-08-31T14:11:26.609Z Compiling cookie_store v0.22.1
17212026-08-31T14:11:26.609Z Compiling zstd v0.13.3
17222026-08-31T14:11:26.609Z Compiling reqwest v0.12.28
17232026-08-31T14:11:26.609Z Compiling cipher v0.5.2
17242026-08-31T14:11:26.609Z Compiling backtrace-ext v0.2.1
17252026-08-31T14:11:26.609Z Compiling postgres-types v0.2.12
17262026-08-31T14:11:26.609Z Compiling usdt-macro v0.6.0
17272026-08-31T14:11:26.609Z Compiling usdt-attr-macro v0.6.0
17282026-08-31T14:11:26.609Z Compiling globset v0.4.18
17292026-08-31T14:11:26.609Z Compiling phf_shared v0.11.3
17302026-08-31T14:11:26.609Z Compiling hkdf v0.12.4
17312026-08-31T14:11:26.609Z Compiling dtrace-parser v0.2.0
17322026-08-31T14:11:26.609Z Compiling byte-wrapper v0.1.0
17332026-08-31T14:11:26.609Z Compiling olpc-cjson v0.1.4
17342026-08-31T14:11:26.609Z Compiling ed25519 v2.2.3
17352026-08-31T14:11:26.609Z Compiling crypto-bigint v0.5.5
17362026-08-31T14:11:26.609Z Compiling serde-big-array v0.5.1
17372026-08-31T14:11:26.609Z Compiling serde_plain v1.0.2
17382026-08-31T14:11:26.609Z Compiling async-recursion v1.1.1
17392026-08-31T14:11:26.609Z Compiling serde_repr v0.1.20
17402026-08-31T14:11:26.610Z Compiling enum-as-inner v0.6.1
17412026-08-31T14:11:26.610Z Compiling strum_macros v0.26.4
17422026-08-31T14:11:26.610Z Compiling miette-derive v7.6.0
17432026-08-31T14:11:26.610Z Compiling pem v3.0.6
17442026-08-31T14:11:26.610Z Compiling float-cmp v0.10.0
17452026-08-31T14:11:26.610Z Compiling thread-id v4.2.2
17462026-08-31T14:11:26.610Z Compiling memmap2 v0.9.10
17472026-08-31T14:11:26.610Z Compiling typed-path v0.9.3
17482026-08-31T14:11:26.610Z Compiling keccak v0.1.6
17492026-08-31T14:11:26.610Z Compiling new_debug_unreachable v1.0.6
17502026-08-31T14:11:26.610Z Compiling const-oid v0.10.2
17512026-08-31T14:11:26.610Z Compiling predicates-core v1.0.10
17522026-08-31T14:11:26.610Z Compiling winnow v1.0.3
17532026-08-31T14:11:26.610Z Compiling data-encoding v2.10.0
17542026-08-31T14:11:26.610Z Compiling fixedbitset v0.4.2
17552026-08-31T14:11:26.610Z Compiling whoami v2.1.0
17562026-08-31T14:11:26.610Z Compiling difflib v0.4.0
17572026-08-31T14:11:26.610Z Compiling precomputed-hash v0.1.1
17582026-08-31T14:11:26.610Z Compiling supports-unicode v3.0.0
17592026-08-31T14:11:26.610Z Compiling cpufeatures v0.3.0
17602026-08-31T14:11:26.610Z Compiling supports-hyperlinks v3.2.0
17612026-08-31T14:11:26.610Z Compiling fixedbitset v0.5.7
17622026-08-31T14:11:26.610Z Compiling normalize-line-endings v0.3.0
17632026-08-31T14:11:26.610Z Compiling either v1.15.0
17642026-08-31T14:11:26.610Z Compiling static_assertions v1.1.0
17652026-08-31T14:11:26.610Z Compiling predicates v3.1.4
17662026-08-31T14:11:26.611Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17672026-08-31T14:11:26.611Z Compiling toml_parser v1.1.2+spec-1.1.0
17682026-08-31T14:11:26.611Z Compiling itertools v0.13.0
17692026-08-31T14:11:26.611Z Compiling petgraph v0.8.3
17702026-08-31T14:11:26.611Z Compiling miette v7.6.0
17712026-08-31T14:11:26.611Z Compiling chacha20 v0.10.0
17722026-08-31T14:11:26.611Z Compiling strum v0.26.3
17732026-08-31T14:11:26.611Z Compiling tokio-postgres v0.7.16
17742026-08-31T14:11:26.611Z Compiling string_cache v0.8.9
17752026-08-31T14:11:26.611Z Compiling hickory-proto v0.25.2
17762026-08-31T14:11:26.611Z Compiling petgraph v0.6.5
17772026-08-31T14:11:26.611Z Compiling toml_edit v0.22.27
17782026-08-31T14:11:26.611Z Compiling digest v0.11.3
17792026-08-31T14:11:26.611Z Compiling sha3 v0.10.8
17802026-08-31T14:11:26.611Z Compiling usdt v0.6.0
17812026-08-31T14:11:26.611Z Compiling elliptic-curve v0.13.8
17822026-08-31T14:11:26.611Z Compiling usdt-impl v0.5.0
17832026-08-31T14:11:26.611Z Compiling ed25519-dalek v2.2.0
17842026-08-31T14:11:26.611Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17852026-08-31T14:11:26.783Z Compiling crossterm v0.28.1
17862026-08-31T14:11:26.792Z Compiling serde_with v3.21.0
17872026-08-31T14:11:26.894Z Compiling zip v4.6.1
17882026-08-31T14:11:27.916Z Compiling derive_more v2.1.1
17892026-08-31T14:11:28.089Z Compiling iddqd v0.4.2
17902026-08-31T14:11:28.089Z Compiling similar v2.7.0
17912026-08-31T14:11:28.302Z Compiling crossbeam-epoch v0.9.18
17922026-08-31T14:11:28.372Z Compiling tokio-stream v0.1.18
17932026-08-31T14:11:28.543Z Compiling buf-list v1.1.2
17942026-08-31T14:11:28.631Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17952026-08-31T14:11:28.685Z Compiling openapiv3 v2.2.0
17962026-08-31T14:11:28.845Z Compiling peg-runtime v0.8.5
17972026-08-31T14:11:28.953Z Compiling lalrpop-util v0.19.12
17982026-08-31T14:11:28.953Z Compiling thread_local v1.1.9
17992026-08-31T14:11:28.953Z Compiling slog-async v2.8.0
18002026-08-31T14:11:29.013Z Compiling crossbeam-channel v0.5.15
18012026-08-31T14:11:29.098Z Compiling is-terminal v0.4.17
18022026-08-31T14:11:29.181Z Compiling filetime v0.2.27
18032026-08-31T14:11:29.181Z Compiling xattr v1.6.1
18042026-08-31T14:11:29.181Z Compiling term v1.2.1
18052026-08-31T14:11:29.299Z Compiling take_mut v0.2.2
18062026-08-31T14:11:29.410Z Compiling tar v0.4.46
18072026-08-31T14:11:29.411Z Compiling camino-tempfile v1.4.1
18082026-08-31T14:11:29.473Z Compiling slog-term v2.9.2
18092026-08-31T14:11:35.609Z Compiling rustls-webpki v0.103.13
18102026-08-31T14:11:38.253Z Compiling tokio-rustls v0.26.4
18112026-08-31T14:11:38.253Z Compiling rustls-platform-verifier v0.6.2
18122026-08-31T14:11:38.256Z Compiling tough v0.22.0
18132026-08-31T14:11:38.472Z Compiling hyper-rustls v0.27.7
18142026-08-31T14:11:38.664Z Compiling reqwest v0.13.2
18152026-08-31T14:11:40.864Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18162026-08-31T14:11:41.071Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18172026-08-31T14:11:43.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
18182026-08-31T14:11:44.102Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18192026-08-31T14:11:44.158ZAug 31 14:11:43.250 INFO Starting download, target: Cockroach
18202026-08-31T14:11:44.161ZAug 31 14:11:43.250 INFO Starting download, target: Console
18212026-08-31T14:11:44.161ZAug 31 14:11:43.250 INFO Starting download, target: Clickhouse
18222026-08-31T14:11:44.161ZAug 31 14:11:43.250 INFO Starting download, target: DendriteStub
18232026-08-31T14:11:44.161ZAug 31 14:11:43.250 INFO Starting download, target: MaghemiteMgd
18242026-08-31T14:11:44.161ZAug 31 14:11:43.250 INFO Starting download, target: MaghemiteDdmd
18252026-08-31T14:11:44.161ZAug 31 14:11:43.250 INFO Starting download, target: TransceiverControl
18262026-08-31T14:11:44.161ZAug 31 14:11:43.250 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18272026-08-31T14:11:44.161ZAug 31 14:11:43.250 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18282026-08-31T14:11:44.161ZAug 31 14:11:43.250 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18292026-08-31T14:11:44.162ZAug 31 14:11:43.251 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18302026-08-31T14:11:44.162ZAug 31 14:11:43.251 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18312026-08-31T14:11:44.162ZAug 31 14:11:43.251 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18322026-08-31T14:11:44.162ZAug 31 14:11:43.251 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18332026-08-31T14:11:44.621ZAug 31 14:11:43.710 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18342026-08-31T14:11:44.916ZAug 31 14:11:43.999 INFO Download complete, target: TransceiverControl
18352026-08-31T14:11:45.951ZAug 31 14:11:45.024 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18362026-08-31T14:11:46.254ZAug 31 14:11:45.266 INFO Download complete, target: Console
18372026-08-31T14:11:46.313ZAug 31 14:11:45.357 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18382026-08-31T14:11:47.138ZAug 31 14:11:46.193 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18392026-08-31T14:11:47.179ZAug 31 14:11:46.270 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18402026-08-31T14:11:48.829ZAug 31 14:11:47.921 INFO Download complete, target: MaghemiteDdmd
18412026-08-31T14:11:49.434ZAug 31 14:11:48.524 INFO Download complete, target: DendriteStub
18422026-08-31T14:11:49.824ZAug 31 14:11:48.898 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18432026-08-31T14:11:52.295ZAug 31 14:11:51.387 INFO Download complete, target: MaghemiteMgd
18442026-08-31T14:11:52.806ZAug 31 14:11:51.896 INFO Checking that binary works, target: Clickhouse
18452026-08-31T14:11:52.929ZAug 31 14:11:52.018 INFO Download complete, target: Clickhouse
18462026-08-31T14:11:53.261ZAug 31 14:11:52.353 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18472026-08-31T14:11:53.261ZAug 31 14:11:52.353 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18482026-08-31T14:11:57.643ZAug 31 14:11:56.735 INFO Checking that binary works, target: Cockroach
18492026-08-31T14:11:57.753ZAug 31 14:11:56.844 INFO Download complete, target: Cockroach
18502026-08-31T14:11:57.772ZAll builder prerequisites installed successfully, and PATH looks valid
18512026-08-31T14:11:57.775Z
18522026-08-31T14:11:57.775Zreal 2:17.068387240
18532026-08-31T14:11:57.775Zuser 7:17.244645137
18542026-08-31T14:11:57.775Zsys 1:25.823126131
18552026-08-31T14:11:57.775Ztrap 0.252182907
18562026-08-31T14:11:57.775Ztflt 0.588107577
18572026-08-31T14:11:57.775Zdflt 0.967680188
18582026-08-31T14:11:57.775Zkflt 0.023007695
18592026-08-31T14:11:57.775Zlock 29:23.652567434
18602026-08-31T14:11:57.775Zslp 22:13.899179036
18612026-08-31T14:11:57.775Zlat 48.082377697
18622026-08-31T14:11:57.775Zstop 2:40.632824921
18632026-08-31T14:11:57.775Z+ banner hack-check
18642026-08-31T14:11:57.775Z
18652026-08-31T14:11:57.775Z # # ## #### # # #### # # ###### #### # #
18662026-08-31T14:11:57.775Z # # # # # # # # # # # # # # # # #
18672026-08-31T14:11:57.775Z ###### # # # #### ##### # ###### ##### # ####
18682026-08-31T14:11:57.775Z # # ###### # # # # # # # # # #
18692026-08-31T14:11:57.775Z # # # # # # # # # # # # # # # # #
18702026-08-31T14:11:57.776Z # # # # #### # # #### # # ###### #### # #
18712026-08-31T14:11:57.776Z
18722026-08-31T14:11:57.776Z+ export CARGO_INCREMENTAL=0
18732026-08-31T14:11:57.776Z+ CARGO_INCREMENTAL=0
18742026-08-31T14:11:57.776Z+ ptime -m timeout 2h cargo xtask check-features --ci
18752026-08-31T14:11:58.243Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18762026-08-31T14:11:58.523Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18772026-08-31T14:12:00.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.51s
18782026-08-31T14:12:00.359Z Running `target/debug/xtask check-features --ci`
18792026-08-31T14:12:00.386Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18802026-08-31T14:12:00.386Zrunning: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18812026-08-31T14:12:00.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18822026-08-31T14:12:00.812Z Running `target/debug/xtask download cargo-hack`
18832026-08-31T14:12:01.564Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18842026-08-31T14:12:01.866Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18852026-08-31T14:12:04.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.59s
18862026-08-31T14:12:04.603Z Running `target/debug/xtask-downloader cargo-hack`
18872026-08-31T14:12:04.635ZAug 31 14:12:03.727 INFO Starting download, target: CargoHack
18882026-08-31T14:12:04.638ZAug 31 14:12:03.727 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18892026-08-31T14:12:04.977ZAug 31 14:12:04.069 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18902026-08-31T14:12:05.024ZAug 31 14:12:04.116 INFO Download complete, target: CargoHack
18912026-08-31T14:12:05.027Zrunning: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
18922026-08-31T14:12:05.040Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18932026-08-31T14:12:05.199Zinfo: running `cargo check --bins` on api_identity (1/376)
18942026-08-31T14:12:05.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18952026-08-31T14:12:05.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18962026-08-31T14:12:05.661Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18972026-08-31T14:12:05.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18982026-08-31T14:12:05.739Z
18992026-08-31T14:12:05.739Zinfo: running `cargo check --bins` on bootstore (2/376)
19002026-08-31T14:12:06.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19012026-08-31T14:12:06.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19022026-08-31T14:12:06.212Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19032026-08-31T14:12:06.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
19042026-08-31T14:12:06.284Z
19052026-08-31T14:12:06.284Zinfo: running `cargo check --bins` on omicron-ledger (3/376)
19062026-08-31T14:12:06.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19072026-08-31T14:12:06.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19082026-08-31T14:12:06.755Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19092026-08-31T14:12:06.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19102026-08-31T14:12:06.832Z
19112026-08-31T14:12:06.832Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/376)
19122026-08-31T14:12:07.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19132026-08-31T14:12:07.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19142026-08-31T14:12:07.298Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19152026-08-31T14:12:07.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
19162026-08-31T14:12:07.370Z
19172026-08-31T14:12:07.371Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/376)
19182026-08-31T14:12:07.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19192026-08-31T14:12:07.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19202026-08-31T14:12:07.847Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19212026-08-31T14:12:07.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
19222026-08-31T14:12:07.914Z
19232026-08-31T14:12:07.914Zinfo: running `cargo check --bins` on omicron-certificates (6/376)
19242026-08-31T14:12:08.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19252026-08-31T14:12:08.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19262026-08-31T14:12:08.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19272026-08-31T14:12:08.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19282026-08-31T14:12:08.467Z
19292026-08-31T14:12:08.467Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/376)
19302026-08-31T14:12:08.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19312026-08-31T14:12:08.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19322026-08-31T14:12:08.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19332026-08-31T14:12:08.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19342026-08-31T14:12:09.027Z
19352026-08-31T14:12:09.027Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/376)
19362026-08-31T14:12:09.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19372026-08-31T14:12:09.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19382026-08-31T14:12:09.499Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19392026-08-31T14:12:09.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19402026-08-31T14:12:09.580Z
19412026-08-31T14:12:09.580Zinfo: running `cargo check --bins --no-default-features` on omicron-generation-kinds (9/376)
19422026-08-31T14:12:09.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19432026-08-31T14:12:09.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19442026-08-31T14:12:09.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19452026-08-31T14:12:09.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19462026-08-31T14:12:09.993Z
19472026-08-31T14:12:09.993Zinfo: running `cargo check --bins --no-default-features --features serde,slog2,std,testing` on omicron-generation-kinds (10/376)
19482026-08-31T14:12:10.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19492026-08-31T14:12:10.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19502026-08-31T14:12:10.352Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19512026-08-31T14:12:10.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19522026-08-31T14:12:10.398Z
19532026-08-31T14:12:10.399Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-generation-kinds (11/376)
19542026-08-31T14:12:10.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19552026-08-31T14:12:10.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19562026-08-31T14:12:10.756Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19572026-08-31T14:12:10.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19582026-08-31T14:12:10.804Z
19592026-08-31T14:12:10.804Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-generation-kinds (12/376)
19602026-08-31T14:12:11.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19612026-08-31T14:12:11.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19622026-08-31T14:12:11.166Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19632026-08-31T14:12:11.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19642026-08-31T14:12:11.211Z
19652026-08-31T14:12:11.211Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-generation-kinds (13/376)
19662026-08-31T14:12:11.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19672026-08-31T14:12:11.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19682026-08-31T14:12:11.569Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19692026-08-31T14:12:11.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19702026-08-31T14:12:11.617Z
19712026-08-31T14:12:11.617Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-generation-kinds (14/376)
19722026-08-31T14:12:11.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19732026-08-31T14:12:11.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19742026-08-31T14:12:11.978Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19752026-08-31T14:12:11.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19762026-08-31T14:12:12.026Z
19772026-08-31T14:12:12.026Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-generation-kinds (15/376)
19782026-08-31T14:12:12.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19792026-08-31T14:12:12.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19802026-08-31T14:12:12.384Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19812026-08-31T14:12:12.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19822026-08-31T14:12:12.434Z
19832026-08-31T14:12:12.434Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-generation-kinds (16/376)
19842026-08-31T14:12:12.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19852026-08-31T14:12:12.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19862026-08-31T14:12:12.795Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19872026-08-31T14:12:12.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19882026-08-31T14:12:12.840Z
19892026-08-31T14:12:12.841Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-generation-kinds (17/376)
19902026-08-31T14:12:13.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19912026-08-31T14:12:13.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19922026-08-31T14:12:13.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19932026-08-31T14:12:13.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19942026-08-31T14:12:13.250Z
19952026-08-31T14:12:13.250Zinfo: running `cargo check --bins --no-default-features --features slog2` on omicron-generation-kinds (18/376)
19962026-08-31T14:12:13.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19972026-08-31T14:12:13.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19982026-08-31T14:12:13.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19992026-08-31T14:12:13.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20002026-08-31T14:12:13.653Z
20012026-08-31T14:12:13.653Zinfo: running `cargo check --bins --no-default-features --features default,slog2` on omicron-generation-kinds (19/376)
20022026-08-31T14:12:14.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20032026-08-31T14:12:14.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20042026-08-31T14:12:14.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20052026-08-31T14:12:14.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20062026-08-31T14:12:14.060Z
20072026-08-31T14:12:14.060Zinfo: running `cargo check --bins --no-default-features --features schemars08,slog2` on omicron-generation-kinds (20/376)
20082026-08-31T14:12:14.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20092026-08-31T14:12:14.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20102026-08-31T14:12:14.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20112026-08-31T14:12:14.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20122026-08-31T14:12:14.470Z
20132026-08-31T14:12:14.470Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,slog2` on omicron-generation-kinds (21/376)
20142026-08-31T14:12:14.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20152026-08-31T14:12:14.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20162026-08-31T14:12:14.829Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20172026-08-31T14:12:14.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20182026-08-31T14:12:14.877Z
20192026-08-31T14:12:14.877Zinfo: running `cargo check --bins --no-default-features --features serde,slog2` on omicron-generation-kinds (22/376)
20202026-08-31T14:12:15.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20212026-08-31T14:12:15.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20222026-08-31T14:12:15.236Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20232026-08-31T14:12:15.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20242026-08-31T14:12:15.284Z
20252026-08-31T14:12:15.284Zinfo: running `cargo check --bins --no-default-features --features default,serde,slog2` on omicron-generation-kinds (23/376)
20262026-08-31T14:12:15.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20272026-08-31T14:12:15.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20282026-08-31T14:12:15.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20292026-08-31T14:12:15.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20302026-08-31T14:12:15.689Z
20312026-08-31T14:12:15.689Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,slog2` on omicron-generation-kinds (24/376)
20322026-08-31T14:12:16.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20332026-08-31T14:12:16.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20342026-08-31T14:12:16.049Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20352026-08-31T14:12:16.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20362026-08-31T14:12:16.096Z
20372026-08-31T14:12:16.096Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,slog2` on omicron-generation-kinds (25/376)
20382026-08-31T14:12:16.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20392026-08-31T14:12:16.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20402026-08-31T14:12:16.462Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20412026-08-31T14:12:16.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20422026-08-31T14:12:16.505Z
20432026-08-31T14:12:16.505Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-generation-kinds (26/376)
20442026-08-31T14:12:16.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20452026-08-31T14:12:16.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20462026-08-31T14:12:16.865Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20472026-08-31T14:12:16.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20482026-08-31T14:12:16.911Z
20492026-08-31T14:12:16.911Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-generation-kinds (27/376)
20502026-08-31T14:12:17.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20512026-08-31T14:12:17.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20522026-08-31T14:12:17.269Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20532026-08-31T14:12:17.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20542026-08-31T14:12:17.317Z
20552026-08-31T14:12:17.318Zinfo: running `cargo check --bins --no-default-features --features slog2,std` on omicron-generation-kinds (28/376)
20562026-08-31T14:12:17.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20572026-08-31T14:12:17.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20582026-08-31T14:12:17.675Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20592026-08-31T14:12:17.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20602026-08-31T14:12:17.723Z
20612026-08-31T14:12:17.723Zinfo: running `cargo check --bins --no-default-features --features serde,slog2,std` on omicron-generation-kinds (29/376)
20622026-08-31T14:12:18.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20632026-08-31T14:12:18.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20642026-08-31T14:12:18.080Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20652026-08-31T14:12:18.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20662026-08-31T14:12:18.129Z
20672026-08-31T14:12:18.129Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-generation-kinds (30/376)
20682026-08-31T14:12:18.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20692026-08-31T14:12:18.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20702026-08-31T14:12:18.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20712026-08-31T14:12:18.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20722026-08-31T14:12:18.536Z
20732026-08-31T14:12:18.536Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-generation-kinds (31/376)
20742026-08-31T14:12:18.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20752026-08-31T14:12:18.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20762026-08-31T14:12:18.896Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20772026-08-31T14:12:18.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20782026-08-31T14:12:18.945Z
20792026-08-31T14:12:18.945Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-generation-kinds (32/376)
20802026-08-31T14:12:19.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20812026-08-31T14:12:19.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20822026-08-31T14:12:19.308Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20832026-08-31T14:12:19.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20842026-08-31T14:12:19.356Z
20852026-08-31T14:12:19.356Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-generation-kinds (33/376)
20862026-08-31T14:12:19.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20872026-08-31T14:12:19.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20882026-08-31T14:12:19.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20892026-08-31T14:12:19.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20902026-08-31T14:12:19.766Z
20912026-08-31T14:12:19.766Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-generation-kinds (34/376)
20922026-08-31T14:12:20.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20932026-08-31T14:12:20.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20942026-08-31T14:12:20.126Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20952026-08-31T14:12:20.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20962026-08-31T14:12:20.174Z
20972026-08-31T14:12:20.174Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-generation-kinds (35/376)
20982026-08-31T14:12:20.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20992026-08-31T14:12:20.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21002026-08-31T14:12:20.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21012026-08-31T14:12:20.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
21022026-08-31T14:12:20.584Z
21032026-08-31T14:12:20.584Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-generation-kinds (36/376)
21042026-08-31T14:12:20.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21052026-08-31T14:12:20.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21062026-08-31T14:12:20.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21072026-08-31T14:12:20.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
21082026-08-31T14:12:20.998Z
21092026-08-31T14:12:20.998Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-generation-kinds (37/376)
21102026-08-31T14:12:21.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21112026-08-31T14:12:21.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21122026-08-31T14:12:21.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21132026-08-31T14:12:21.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
21142026-08-31T14:12:21.407Z
21152026-08-31T14:12:21.407Zinfo: running `cargo check --bins --no-default-features --features slog2,testing` on omicron-generation-kinds (38/376)
21162026-08-31T14:12:21.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21172026-08-31T14:12:21.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21182026-08-31T14:12:21.766Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21192026-08-31T14:12:21.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
21202026-08-31T14:12:21.814Z
21212026-08-31T14:12:21.814Zinfo: running `cargo check --bins --no-default-features --features default,slog2,testing` on omicron-generation-kinds (39/376)
21222026-08-31T14:12:22.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21232026-08-31T14:12:22.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21242026-08-31T14:12:22.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21252026-08-31T14:12:22.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
21262026-08-31T14:12:22.224Z
21272026-08-31T14:12:22.224Zinfo: running `cargo check --bins --no-default-features --features schemars08,slog2,testing` on omicron-generation-kinds (40/376)
21282026-08-31T14:12:22.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21292026-08-31T14:12:22.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21302026-08-31T14:12:22.587Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21312026-08-31T14:12:22.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21322026-08-31T14:12:22.638Z
21332026-08-31T14:12:22.638Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,slog2,testing` on omicron-generation-kinds (41/376)
21342026-08-31T14:12:22.998Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21352026-08-31T14:12:23.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21362026-08-31T14:12:23.003Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21372026-08-31T14:12:23.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21382026-08-31T14:12:23.052Z
21392026-08-31T14:12:23.052Zinfo: running `cargo check --bins --no-default-features --features serde,slog2,testing` on omicron-generation-kinds (42/376)
21402026-08-31T14:12:23.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21412026-08-31T14:12:23.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21422026-08-31T14:12:23.411Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21432026-08-31T14:12:23.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
21442026-08-31T14:12:23.460Z
21452026-08-31T14:12:23.460Zinfo: running `cargo check --bins --no-default-features --features default,serde,slog2,testing` on omicron-generation-kinds (43/376)
21462026-08-31T14:12:23.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21472026-08-31T14:12:23.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21482026-08-31T14:12:23.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21492026-08-31T14:12:23.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
21502026-08-31T14:12:23.868Z
21512026-08-31T14:12:23.869Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,slog2,testing` on omicron-generation-kinds (44/376)
21522026-08-31T14:12:24.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21532026-08-31T14:12:24.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21542026-08-31T14:12:24.231Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21552026-08-31T14:12:24.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
21562026-08-31T14:12:24.279Z
21572026-08-31T14:12:24.279Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,slog2,testing` on omicron-generation-kinds (45/376)
21582026-08-31T14:12:24.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21592026-08-31T14:12:24.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21602026-08-31T14:12:24.640Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21612026-08-31T14:12:24.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
21622026-08-31T14:12:24.696Z
21632026-08-31T14:12:24.696Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-generation-kinds (46/376)
21642026-08-31T14:12:25.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21652026-08-31T14:12:25.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21662026-08-31T14:12:25.049Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21672026-08-31T14:12:25.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
21682026-08-31T14:12:25.100Z
21692026-08-31T14:12:25.100Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-generation-kinds (47/376)
21702026-08-31T14:12:25.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21712026-08-31T14:12:25.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21722026-08-31T14:12:25.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21732026-08-31T14:12:25.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
21742026-08-31T14:12:25.510Z
21752026-08-31T14:12:25.510Zinfo: running `cargo check --bins --no-default-features --features slog2,std,testing` on omicron-generation-kinds (48/376)
21762026-08-31T14:12:25.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21772026-08-31T14:12:25.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21782026-08-31T14:12:25.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21792026-08-31T14:12:25.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
21802026-08-31T14:12:25.919Z
21812026-08-31T14:12:25.919Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (49/376)
21822026-08-31T14:12:26.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21832026-08-31T14:12:26.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21842026-08-31T14:12:26.281Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21852026-08-31T14:12:26.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
21862026-08-31T14:12:26.327Z
21872026-08-31T14:12:26.327Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (50/376)
21882026-08-31T14:12:26.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21892026-08-31T14:12:26.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21902026-08-31T14:12:26.690Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21912026-08-31T14:12:26.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
21922026-08-31T14:12:26.738Z
21932026-08-31T14:12:26.739Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (51/376)
21942026-08-31T14:12:27.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21952026-08-31T14:12:27.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21962026-08-31T14:12:27.099Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21972026-08-31T14:12:27.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
21982026-08-31T14:12:27.148Z
21992026-08-31T14:12:27.148Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (52/376)
22002026-08-31T14:12:27.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22012026-08-31T14:12:27.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22022026-08-31T14:12:27.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22032026-08-31T14:12:27.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
22042026-08-31T14:12:27.556Z
22052026-08-31T14:12:27.556Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (53/376)
22062026-08-31T14:12:27.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22072026-08-31T14:12:27.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22082026-08-31T14:12:27.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22092026-08-31T14:12:27.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
22102026-08-31T14:12:27.967Z
22112026-08-31T14:12:27.967Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (54/376)
22122026-08-31T14:12:28.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22132026-08-31T14:12:28.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22142026-08-31T14:12:28.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22152026-08-31T14:12:28.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
22162026-08-31T14:12:28.375Z
22172026-08-31T14:12:28.375Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (55/376)
22182026-08-31T14:12:28.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22192026-08-31T14:12:28.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22202026-08-31T14:12:28.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22212026-08-31T14:12:28.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
22222026-08-31T14:12:28.784Z
22232026-08-31T14:12:28.785Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (56/376)
22242026-08-31T14:12:29.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22252026-08-31T14:12:29.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22262026-08-31T14:12:29.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22272026-08-31T14:12:29.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
22282026-08-31T14:12:29.196Z
22292026-08-31T14:12:29.196Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (57/376)
22302026-08-31T14:12:29.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22312026-08-31T14:12:29.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22322026-08-31T14:12:29.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22332026-08-31T14:12:29.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
22342026-08-31T14:12:29.607Z
22352026-08-31T14:12:29.607Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (58/376)
22362026-08-31T14:12:29.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22372026-08-31T14:12:29.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22382026-08-31T14:12:29.971Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22392026-08-31T14:12:29.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22402026-08-31T14:12:30.019Z
22412026-08-31T14:12:30.019Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (59/376)
22422026-08-31T14:12:30.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22432026-08-31T14:12:30.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22442026-08-31T14:12:30.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22452026-08-31T14:12:30.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
22462026-08-31T14:12:30.427Z
22472026-08-31T14:12:30.427Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (60/376)
22482026-08-31T14:12:30.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22492026-08-31T14:12:30.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22502026-08-31T14:12:30.791Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22512026-08-31T14:12:30.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22522026-08-31T14:12:30.840Z
22532026-08-31T14:12:30.840Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (61/376)
22542026-08-31T14:12:31.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22552026-08-31T14:12:31.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22562026-08-31T14:12:31.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22572026-08-31T14:12:31.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22582026-08-31T14:12:31.252Z
22592026-08-31T14:12:31.252Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (62/376)
22602026-08-31T14:12:31.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22612026-08-31T14:12:31.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22622026-08-31T14:12:31.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22632026-08-31T14:12:31.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22642026-08-31T14:12:31.664Z
22652026-08-31T14:12:31.664Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (63/376)
22662026-08-31T14:12:32.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22672026-08-31T14:12:32.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22682026-08-31T14:12:32.030Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22692026-08-31T14:12:32.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22702026-08-31T14:12:32.079Z
22712026-08-31T14:12:32.079Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (64/376)
22722026-08-31T14:12:32.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22732026-08-31T14:12:32.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22742026-08-31T14:12:32.442Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22752026-08-31T14:12:32.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
22762026-08-31T14:12:32.490Z
22772026-08-31T14:12:32.490Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (65/376)
22782026-08-31T14:12:32.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22792026-08-31T14:12:32.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22802026-08-31T14:12:32.852Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22812026-08-31T14:12:32.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
22822026-08-31T14:12:32.902Z
22832026-08-31T14:12:32.902Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (66/376)
22842026-08-31T14:12:33.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22852026-08-31T14:12:33.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22862026-08-31T14:12:33.282Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22872026-08-31T14:12:33.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22882026-08-31T14:12:33.316Z
22892026-08-31T14:12:33.316Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (67/376)
22902026-08-31T14:12:33.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22912026-08-31T14:12:33.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22922026-08-31T14:12:33.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22932026-08-31T14:12:33.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22942026-08-31T14:12:33.729Z
22952026-08-31T14:12:33.729Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (68/376)
22962026-08-31T14:12:34.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22972026-08-31T14:12:34.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22982026-08-31T14:12:34.092Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22992026-08-31T14:12:34.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23002026-08-31T14:12:34.143Z
23012026-08-31T14:12:34.143Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (69/376)
23022026-08-31T14:12:34.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23032026-08-31T14:12:34.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23042026-08-31T14:12:34.506Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23052026-08-31T14:12:34.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23062026-08-31T14:12:34.555Z
23072026-08-31T14:12:34.555Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (70/376)
23082026-08-31T14:12:34.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23092026-08-31T14:12:34.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23102026-08-31T14:12:34.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23112026-08-31T14:12:34.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
23122026-08-31T14:12:34.968Z
23132026-08-31T14:12:34.968Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (71/376)
23142026-08-31T14:12:35.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23152026-08-31T14:12:35.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23162026-08-31T14:12:35.330Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23172026-08-31T14:12:35.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
23182026-08-31T14:12:35.378Z
23192026-08-31T14:12:35.378Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (72/376)
23202026-08-31T14:12:35.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23212026-08-31T14:12:35.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23222026-08-31T14:12:35.738Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23232026-08-31T14:12:35.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
23242026-08-31T14:12:35.787Z
23252026-08-31T14:12:35.787Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (73/376)
23262026-08-31T14:12:36.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23272026-08-31T14:12:36.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23282026-08-31T14:12:36.148Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23292026-08-31T14:12:36.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
23302026-08-31T14:12:36.197Z
23312026-08-31T14:12:36.197Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (74/376)
23322026-08-31T14:12:36.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23332026-08-31T14:12:36.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23342026-08-31T14:12:36.557Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23352026-08-31T14:12:36.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
23362026-08-31T14:12:36.605Z
23372026-08-31T14:12:36.605Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (75/376)
23382026-08-31T14:12:36.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23392026-08-31T14:12:36.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23402026-08-31T14:12:36.970Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23412026-08-31T14:12:36.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23422026-08-31T14:12:37.018Z
23432026-08-31T14:12:37.018Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (76/376)
23442026-08-31T14:12:37.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23452026-08-31T14:12:37.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23462026-08-31T14:12:37.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23472026-08-31T14:12:37.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
23482026-08-31T14:12:37.426Z
23492026-08-31T14:12:37.426Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (77/376)
23502026-08-31T14:12:37.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23512026-08-31T14:12:37.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23522026-08-31T14:12:37.786Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23532026-08-31T14:12:37.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
23542026-08-31T14:12:37.837Z
23552026-08-31T14:12:37.837Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (78/376)
23562026-08-31T14:12:38.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23572026-08-31T14:12:38.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23582026-08-31T14:12:38.197Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23592026-08-31T14:12:38.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
23602026-08-31T14:12:38.247Z
23612026-08-31T14:12:38.247Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (79/376)
23622026-08-31T14:12:38.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23632026-08-31T14:12:38.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23642026-08-31T14:12:38.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23652026-08-31T14:12:38.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
23662026-08-31T14:12:38.658Z
23672026-08-31T14:12:38.658Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (80/376)
23682026-08-31T14:12:39.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23692026-08-31T14:12:39.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23702026-08-31T14:12:39.026Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23712026-08-31T14:12:39.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23722026-08-31T14:12:39.069Z
23732026-08-31T14:12:39.069Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (81/376)
23742026-08-31T14:12:39.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23752026-08-31T14:12:39.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23762026-08-31T14:12:39.431Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23772026-08-31T14:12:39.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
23782026-08-31T14:12:39.484Z
23792026-08-31T14:12:39.484Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (82/376)
23802026-08-31T14:12:39.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23812026-08-31T14:12:39.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23822026-08-31T14:12:39.845Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23832026-08-31T14:12:39.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23842026-08-31T14:12:39.894Z
23852026-08-31T14:12:39.894Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (83/376)
23862026-08-31T14:12:40.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23872026-08-31T14:12:40.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23882026-08-31T14:12:40.257Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23892026-08-31T14:12:40.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23902026-08-31T14:12:40.307Z
23912026-08-31T14:12:40.307Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (84/376)
23922026-08-31T14:12:40.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23932026-08-31T14:12:40.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23942026-08-31T14:12:40.668Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23952026-08-31T14:12:40.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
23962026-08-31T14:12:40.717Z
23972026-08-31T14:12:40.718Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (85/376)
23982026-08-31T14:12:41.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23992026-08-31T14:12:41.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24002026-08-31T14:12:41.081Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24012026-08-31T14:12:41.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
24022026-08-31T14:12:41.130Z
24032026-08-31T14:12:41.130Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (86/376)
24042026-08-31T14:12:41.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24052026-08-31T14:12:41.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24062026-08-31T14:12:41.493Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24072026-08-31T14:12:41.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
24082026-08-31T14:12:41.542Z
24092026-08-31T14:12:41.542Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (87/376)
24102026-08-31T14:12:41.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24112026-08-31T14:12:41.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24122026-08-31T14:12:41.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24132026-08-31T14:12:41.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
24142026-08-31T14:12:41.953Z
24152026-08-31T14:12:41.953Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (88/376)
24162026-08-31T14:12:42.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24172026-08-31T14:12:42.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24182026-08-31T14:12:42.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24192026-08-31T14:12:42.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
24202026-08-31T14:12:42.386Z
24212026-08-31T14:12:42.386Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (89/376)
24222026-08-31T14:12:42.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24232026-08-31T14:12:42.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24242026-08-31T14:12:42.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24252026-08-31T14:12:42.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
24262026-08-31T14:12:42.958Z
24272026-08-31T14:12:42.958Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (90/376)
24282026-08-31T14:12:43.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24292026-08-31T14:12:43.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24302026-08-31T14:12:43.465Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24312026-08-31T14:12:43.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
24322026-08-31T14:12:43.558Z
24332026-08-31T14:12:43.558Zinfo: running `cargo check --bins` on nexus-config (91/376)
24342026-08-31T14:12:44.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24352026-08-31T14:12:44.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24362026-08-31T14:12:44.063Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24372026-08-31T14:12:44.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
24382026-08-31T14:12:44.156Z
24392026-08-31T14:12:44.156Zinfo: running `cargo check --bins` on nexus-types (92/376)
24402026-08-31T14:12:44.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24412026-08-31T14:12:44.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24422026-08-31T14:12:44.662Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24432026-08-31T14:12:44.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
24442026-08-31T14:12:44.755Z
24452026-08-31T14:12:44.755Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (93/376)
24462026-08-31T14:12:45.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24472026-08-31T14:12:45.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24482026-08-31T14:12:45.237Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24492026-08-31T14:12:45.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
24502026-08-31T14:12:45.323Z
24512026-08-31T14:12:45.323Zinfo: running `cargo check --bins` on omicron-passwords (94/376)
24522026-08-31T14:12:45.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24532026-08-31T14:12:45.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24542026-08-31T14:12:45.786Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24552026-08-31T14:12:45.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
24562026-08-31T14:12:45.868Z
24572026-08-31T14:12:45.868Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (95/376)
24582026-08-31T14:12:46.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24592026-08-31T14:12:46.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24602026-08-31T14:12:46.350Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24612026-08-31T14:12:46.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
24622026-08-31T14:12:46.435Z
24632026-08-31T14:12:46.435Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (96/376)
24642026-08-31T14:12:46.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24652026-08-31T14:12:46.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24662026-08-31T14:12:46.916Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24672026-08-31T14:12:46.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
24682026-08-31T14:12:46.998Z
24692026-08-31T14:12:46.998Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (97/376)
24702026-08-31T14:12:47.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24712026-08-31T14:12:47.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24722026-08-31T14:12:47.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24732026-08-31T14:12:47.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
24742026-08-31T14:12:47.566Z
24752026-08-31T14:12:47.566Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (98/376)
24762026-08-31T14:12:48.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24772026-08-31T14:12:48.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24782026-08-31T14:12:48.047Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24792026-08-31T14:12:48.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
24802026-08-31T14:12:48.131Z
24812026-08-31T14:12:48.131Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (99/376)
24822026-08-31T14:12:48.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24832026-08-31T14:12:48.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24842026-08-31T14:12:48.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24852026-08-31T14:12:48.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
24862026-08-31T14:12:48.674Z
24872026-08-31T14:12:48.674Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (100/376)
24882026-08-31T14:12:49.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24892026-08-31T14:12:49.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24902026-08-31T14:12:49.141Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24912026-08-31T14:12:49.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
24922026-08-31T14:12:49.220Z
24932026-08-31T14:12:49.220Zinfo: running `cargo check --bins --no-default-features` on gfss (101/376)
24942026-08-31T14:12:49.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24952026-08-31T14:12:49.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24962026-08-31T14:12:49.705Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24972026-08-31T14:12:49.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
24982026-08-31T14:12:49.767Z
24992026-08-31T14:12:49.767Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (102/376)
25002026-08-31T14:12:50.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25012026-08-31T14:12:50.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25022026-08-31T14:12:50.236Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25032026-08-31T14:12:50.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
25042026-08-31T14:12:50.312Z
25052026-08-31T14:12:50.312Zinfo: running `cargo check --bins` on trust-quorum-types (103/376)
25062026-08-31T14:12:50.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25072026-08-31T14:12:50.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25082026-08-31T14:12:50.776Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25092026-08-31T14:12:50.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
25102026-08-31T14:12:50.856Z
25112026-08-31T14:12:50.856Zinfo: running `cargo check --bins` on wicketd-commission-types (104/376)
25122026-08-31T14:12:51.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25132026-08-31T14:12:51.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25142026-08-31T14:12:51.336Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25152026-08-31T14:12:51.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
25162026-08-31T14:12:51.418Z
25172026-08-31T14:12:51.418Zinfo: running `cargo check --bins` on wicketd-commission-types-versions (105/376)
25182026-08-31T14:12:51.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25192026-08-31T14:12:51.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25202026-08-31T14:12:51.897Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25212026-08-31T14:12:51.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25222026-08-31T14:12:51.980Z
25232026-08-31T14:12:51.980Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (106/376)
25242026-08-31T14:12:52.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25252026-08-31T14:12:52.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25262026-08-31T14:12:52.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25272026-08-31T14:12:52.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25282026-08-31T14:12:52.536Z
25292026-08-31T14:12:52.536Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (107/376)
25302026-08-31T14:12:53.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25312026-08-31T14:12:53.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25322026-08-31T14:12:53.008Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25332026-08-31T14:12:53.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25342026-08-31T14:12:53.094Z
25352026-08-31T14:12:53.094Zinfo: running `cargo check --bins` on clickhouse-admin-types (108/376)
25362026-08-31T14:12:53.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25372026-08-31T14:12:53.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25382026-08-31T14:12:53.570Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25392026-08-31T14:12:53.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25402026-08-31T14:12:53.651Z
25412026-08-31T14:12:53.651Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (109/376)
25422026-08-31T14:12:54.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25432026-08-31T14:12:54.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25442026-08-31T14:12:54.129Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25452026-08-31T14:12:54.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25462026-08-31T14:12:54.213Z
25472026-08-31T14:12:54.213Zinfo: running `cargo check --bins` on cockroach-admin-types (110/376)
25482026-08-31T14:12:54.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25492026-08-31T14:12:54.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25502026-08-31T14:12:54.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25512026-08-31T14:12:54.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
25522026-08-31T14:12:54.761Z
25532026-08-31T14:12:54.761Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (111/376)
25542026-08-31T14:12:55.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25552026-08-31T14:12:55.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25562026-08-31T14:12:55.226Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25572026-08-31T14:12:55.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
25582026-08-31T14:12:55.307Z
25592026-08-31T14:12:55.307Zinfo: running `cargo check --bins` on ereport-types (112/376)
25602026-08-31T14:12:55.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25612026-08-31T14:12:55.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25622026-08-31T14:12:55.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25632026-08-31T14:12:55.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25642026-08-31T14:12:55.861Z
25652026-08-31T14:12:55.861Zinfo: running `cargo check --bins` on gateway-client (113/376)
25662026-08-31T14:12:56.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25672026-08-31T14:12:56.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25682026-08-31T14:12:56.330Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25692026-08-31T14:12:56.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25702026-08-31T14:12:56.415Z
25712026-08-31T14:12:56.415Zinfo: running `cargo check --bins --no-default-features` on gateway-types (114/376)
25722026-08-31T14:12:56.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25732026-08-31T14:12:56.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25742026-08-31T14:12:56.887Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25752026-08-31T14:12:56.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25762026-08-31T14:12:56.974Z
25772026-08-31T14:12:56.974Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (115/376)
25782026-08-31T14:12:57.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25792026-08-31T14:12:57.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25802026-08-31T14:12:57.444Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25812026-08-31T14:12:57.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25822026-08-31T14:12:57.529Z
25832026-08-31T14:12:57.529Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (116/376)
25842026-08-31T14:12:58.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25852026-08-31T14:12:58.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25862026-08-31T14:12:58.023Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25872026-08-31T14:12:58.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
25882026-08-31T14:12:58.106Z
25892026-08-31T14:12:58.106Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (117/376)
25902026-08-31T14:12:58.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25912026-08-31T14:12:58.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25922026-08-31T14:12:58.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25932026-08-31T14:12:58.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
25942026-08-31T14:12:58.680Z
25952026-08-31T14:12:58.680Zinfo: running `cargo check --bins` on key-manager-types (118/376)
25962026-08-31T14:12:59.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25972026-08-31T14:12:59.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25982026-08-31T14:12:59.148Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25992026-08-31T14:12:59.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
26002026-08-31T14:12:59.226Z
26012026-08-31T14:12:59.226Zinfo: running `cargo check --bins` on oxlog (119/376)
26022026-08-31T14:12:59.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26032026-08-31T14:12:59.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26042026-08-31T14:12:59.820Z Checking cfg-if v1.0.4
26052026-08-31T14:12:59.823Z Checking serde_core v1.0.228
26062026-08-31T14:12:59.823Z Checking libc v0.2.185
26072026-08-31T14:12:59.941Z Checking memchr v2.8.0
26082026-08-31T14:12:59.951Z Checking smallvec v1.15.1
26092026-08-31T14:12:59.951Z Checking log v0.4.33
26102026-08-31T14:12:59.971Z Checking subtle v2.6.1
26112026-08-31T14:12:59.981Z Checking itoa v1.0.17
26122026-08-31T14:12:59.992Z Checking scopeguard v1.2.0
26132026-08-31T14:13:00.086Z Checking lock_api v0.4.14
26142026-08-31T14:13:00.100Z Checking typenum v1.20.1
26152026-08-31T14:13:00.111Z Checking stable_deref_trait v1.2.1
26162026-08-31T14:13:00.122Z Checking zerofrom v0.1.6
26172026-08-31T14:13:00.135Z Checking portable-atomic v1.13.1
26182026-08-31T14:13:00.176Z Checking zerocopy v0.8.55
26192026-08-31T14:13:00.228Z Checking yoke v0.8.1
26202026-08-31T14:13:00.278Z Checking critical-section v1.2.0
26212026-08-31T14:13:00.296Z Checking pin-project-lite v0.2.17
26222026-08-31T14:13:00.313Z Checking errno v0.3.14
26232026-08-31T14:13:00.366Z Checking getrandom v0.2.17
26242026-08-31T14:13:00.380Z Checking const-oid v0.9.6
26252026-08-31T14:13:00.392Z Checking zerovec v0.11.5
26262026-08-31T14:13:00.420Z Checking libm v0.2.16
26272026-08-31T14:13:00.503Z Checking rand_core v0.6.4
26282026-08-31T14:13:00.535Z Checking once_cell v1.21.3
26292026-08-31T14:13:00.671Z Checking zmij v1.0.21
26302026-08-31T14:13:00.698Z Checking signal-hook-registry v1.4.8
26312026-08-31T14:13:00.807Z Checking tinystr v0.8.2
26322026-08-31T14:13:00.827Z Checking parking_lot_core v0.9.12
26332026-08-31T14:13:00.852Z Checking rand_core v0.10.0
26342026-08-31T14:13:00.873Z Checking percent-encoding v2.3.2
26352026-08-31T14:13:00.975Z Checking writeable v0.6.2
26362026-08-31T14:13:00.987Z Checking futures-core v0.3.32
26372026-08-31T14:13:01.005Z Checking litemap v0.8.1
26382026-08-31T14:13:01.005Z Checking parking_lot v0.12.5
26392026-08-31T14:13:01.041Z Checking getrandom v0.4.3
26402026-08-31T14:13:01.094Z Checking num-traits v0.2.19
26412026-08-31T14:13:01.098Z Checking potential_utf v0.1.4
26422026-08-31T14:13:01.132Z Checking zerotrie v0.2.3
26432026-08-31T14:13:01.178Z Checking icu_locale_core v2.1.1
26442026-08-31T14:13:01.181Z Checking mio v1.2.0
26452026-08-31T14:13:01.205Z Checking equivalent v1.0.2
26462026-08-31T14:13:01.240Z Checking icu_collections v2.1.1
26472026-08-31T14:13:01.284Z Checking socket2 v0.6.3
26482026-08-31T14:13:01.362Z Checking icu_properties_data v2.1.2
26492026-08-31T14:13:01.413Z Checking serde v1.0.228
26502026-08-31T14:13:01.469Z Checking bitflags v2.11.0
26512026-08-31T14:13:01.482Z Checking serde_json v1.0.151
26522026-08-31T14:13:01.512Z Checking icu_normalizer_data v2.1.1
26532026-08-31T14:13:01.533Z Checking byteorder v1.5.0
26542026-08-31T14:13:01.589Z Checking hashbrown v0.17.0
26552026-08-31T14:13:01.626Z Checking futures-sink v0.3.32
26562026-08-31T14:13:01.638Z Checking getrandom v0.3.4
26572026-08-31T14:13:01.721Z Checking futures-channel v0.3.32
26582026-08-31T14:13:01.733Z Checking icu_provider v2.1.1
26592026-08-31T14:13:01.744Z Checking slab v0.4.12
26602026-08-31T14:13:01.773Z Checking futures-io v0.3.32
26612026-08-31T14:13:01.817Z Checking zeroize v1.9.0
26622026-08-31T14:13:01.891Z Checking bytes v1.11.1
26632026-08-31T14:13:01.894Z Checking futures-task v0.3.32
26642026-08-31T14:13:01.911Z Checking utf8_iter v1.0.4
26652026-08-31T14:13:01.957Z Checking icu_properties v2.1.2
26662026-08-31T14:13:01.984Z Checking generic-array v0.14.7
26672026-08-31T14:13:02.023Z Checking icu_normalizer v2.1.1
26682026-08-31T14:13:02.036Z Checking futures-util v0.3.32
26692026-08-31T14:13:02.049Z Checking indexmap v2.14.0
26702026-08-31T14:13:02.152Z Checking rustix v1.1.4
26712026-08-31T14:13:02.313Z Checking form_urlencoded v1.2.2
26722026-08-31T14:13:02.325Z Checking tokio v1.52.1
26732026-08-31T14:13:02.427Z Checking block-buffer v0.10.4
26742026-08-31T14:13:02.439Z Checking crypto-common v0.1.7
26752026-08-31T14:13:02.566Z Checking digest v0.10.7
26762026-08-31T14:13:02.581Z Checking base64ct v1.8.3
26772026-08-31T14:13:02.606Z Checking fnv v1.0.7
26782026-08-31T14:13:02.696Z Checking iana-time-zone v0.1.65
26792026-08-31T14:13:02.757Z Checking flagset v0.4.7
26802026-08-31T14:13:02.770Z Checking idna_adapter v1.2.1
26812026-08-31T14:13:02.795Z Checking chrono v0.4.45
26822026-08-31T14:13:02.807Z Checking pem-rfc7468 v0.7.0
26832026-08-31T14:13:02.873Z Checking rand_core v0.9.5
26842026-08-31T14:13:02.885Z Checking idna v1.1.0
26852026-08-31T14:13:02.909Z Checking ppv-lite86 v0.2.21
26862026-08-31T14:13:02.959Z Checking der v0.7.10
26872026-08-31T14:13:02.972Z Checking uuid v1.23.4
26882026-08-31T14:13:03.045Z Checking base64 v0.22.1
26892026-08-31T14:13:03.116Z Checking url v2.5.8
26902026-08-31T14:13:03.195Z Checking regex-syntax v0.8.10
26912026-08-31T14:13:03.275Z Checking http v1.4.2
26922026-08-31T14:13:03.290Z Checking rand_chacha v0.9.0
26932026-08-31T14:13:03.486Z Checking tracing-core v0.1.36
26942026-08-31T14:13:03.544Z Checking cpufeatures v0.2.17
26952026-08-31T14:13:03.610Z Checking simd-adler32 v0.3.8
26962026-08-31T14:13:03.624Z Checking dyn-clone v1.0.20
26972026-08-31T14:13:03.677Z Checking spki v0.7.3
26982026-08-31T14:13:03.721Z Checking rand v0.9.2
26992026-08-31T14:13:03.770Z Checking rustls-pki-types v1.14.0
27002026-08-31T14:13:03.786Z Checking tracing v0.1.44
27012026-08-31T14:13:03.827Z Checking http-body v1.0.1
27022026-08-31T14:13:03.839Z Checking pkcs8 v0.10.2
27032026-08-31T14:13:03.913Z Checking semver v1.0.28
27042026-08-31T14:13:03.950Z Checking spin v0.9.8
27052026-08-31T14:13:03.981Z Checking openssl-probe v0.2.1
27062026-08-31T14:13:03.993Z Checking adler2 v2.0.1
27072026-08-31T14:13:04.058Z Checking tinyvec_macros v0.1.1
27082026-08-31T14:13:04.079Z Checking utf8parse v0.2.2
27092026-08-31T14:13:04.091Z Checking anstyle v1.0.14
27102026-08-31T14:13:04.112Z Checking cmov v0.5.4
27112026-08-31T14:13:04.126Z Checking tinyvec v1.10.0
27122026-08-31T14:13:04.126Z Checking schemars v0.8.22
27132026-08-31T14:13:04.171Z Checking anstyle-parse v1.0.0
27142026-08-31T14:13:04.185Z Checking miniz_oxide v0.8.9
27152026-08-31T14:13:04.260Z Checking sha2 v0.10.9
27162026-08-31T14:13:04.293Z Checking ctutils v0.4.2
27172026-08-31T14:13:04.317Z Checking terminal_size v0.4.3
27182026-08-31T14:13:04.426Z Checking aws-lc-sys v0.40.0
27192026-08-31T14:13:04.440Z Checking thiserror v2.0.18
27202026-08-31T14:13:04.468Z Checking is_terminal_polyfill v1.70.2
27212026-08-31T14:13:04.493Z Checking tower-service v0.3.3
27222026-08-31T14:13:04.523Z Checking anstyle-query v1.1.5
27232026-08-31T14:13:04.526Z Checking fastrand v2.3.0
27242026-08-31T14:13:04.547Z Checking colorchoice v1.0.4
27252026-08-31T14:13:04.560Z Checking tower-layer v0.3.3
27262026-08-31T14:13:04.574Z Checking atomic-waker v1.1.2
27272026-08-31T14:13:04.609Z Checking untrusted v0.7.1
27282026-08-31T14:13:04.637Z Checking try-lock v0.2.5
27292026-08-31T14:13:04.678Z Checking anstream v1.0.0
27302026-08-31T14:13:04.697Z Checking hybrid-array v0.4.13
27312026-08-31T14:13:04.710Z Checking tempfile v3.27.0
27322026-08-31T14:13:04.724Z Checking ipnet v2.12.0
27332026-08-31T14:13:04.736Z Checking want v0.3.1
27342026-08-31T14:13:04.776Z Checking crc32fast v1.5.0
27352026-08-31T14:13:04.849Z Checking httparse v1.10.1
27362026-08-31T14:13:04.863Z Checking aho-corasick v1.1.4
27372026-08-31T14:13:04.898Z Checking untrusted v0.9.0
27382026-08-31T14:13:04.910Z Checking tap v1.0.1
27392026-08-31T14:13:04.914Z Checking aws-lc-rs v1.16.3
27402026-08-31T14:13:04.977Z Checking httpdate v1.0.3
27412026-08-31T14:13:05.000Z Checking foreign-types-shared v0.1.1
27422026-08-31T14:13:05.014Z Checking plain v0.2.3
27432026-08-31T14:13:05.050Z Checking wyz v0.5.1
27442026-08-31T14:13:05.077Z Checking foreign-types v0.3.2
27452026-08-31T14:13:05.111Z Checking unicode-normalization v0.1.25
27462026-08-31T14:13:05.125Z Checking rand_chacha v0.3.1
27472026-08-31T14:13:05.140Z Checking signature v2.2.0
27482026-08-31T14:13:05.213Z Checking radium v0.7.0
27492026-08-31T14:13:05.271Z Checking hex v0.4.3
27502026-08-31T14:13:05.324Z Checking num-integer v0.1.46
27512026-08-31T14:13:05.379Z Checking openssl-sys v0.9.117
27522026-08-31T14:13:05.439Z Checking wait-timeout v0.2.1
27532026-08-31T14:13:05.482Z Checking socket2 v0.5.10
27542026-08-31T14:13:05.501Z Checking bit-vec v0.8.0
27552026-08-31T14:13:05.523Z Checking regex-automata v0.4.14
27562026-08-31T14:13:05.544Z Checking clap_lex v1.0.0
27572026-08-31T14:13:05.557Z Checking quick-error v1.2.3
27582026-08-31T14:13:05.571Z Checking tokio-util v0.7.18
27592026-08-31T14:13:05.653Z Checking unicode-ident v1.0.24
27602026-08-31T14:13:05.687Z Checking ucd-trie v0.1.7
27612026-08-31T14:13:05.700Z Checking funty v2.0.0
27622026-08-31T14:13:05.713Z Checking strsim v0.11.1
27632026-08-31T14:13:05.741Z Checking openssl v0.10.80
27642026-08-31T14:13:05.754Z Checking proc-macro2 v1.0.106
27652026-08-31T14:13:05.766Z Checking rustls-webpki v0.103.13
27662026-08-31T14:13:05.811Z Checking pest v2.8.6
27672026-08-31T14:13:05.863Z Checking clap_builder v4.6.0
27682026-08-31T14:13:06.000Z Checking bitvec v1.0.1
27692026-08-31T14:13:06.054Z Checking bit-set v0.8.0
27702026-08-31T14:13:06.165Z Checking rustls v0.23.41
27712026-08-31T14:13:06.177Z Checking h2 v0.4.15
27722026-08-31T14:13:06.194Z Checking rusty-fork v0.3.1
27732026-08-31T14:13:06.356Z Checking num-iter v0.1.45
27742026-08-31T14:13:06.465Z Checking rand v0.8.6
27752026-08-31T14:13:06.871Z Checking lazy_static v1.5.0
27762026-08-31T14:13:06.960Z Checking rand_xorshift v0.4.0
27772026-08-31T14:13:06.973Z Checking hmac v0.12.1
27782026-08-31T14:13:07.076Z Checking thiserror v1.0.69
27792026-08-31T14:13:07.104Z Checking maybe-uninit v2.0.0
27802026-08-31T14:13:07.115Z Checking toml_datetime v0.6.11
27812026-08-31T14:13:07.165Z Checking serde_spanned v0.6.9
27822026-08-31T14:13:07.177Z Checking sync_wrapper v1.0.2
27832026-08-31T14:13:07.275Z Checking zlib-rs v0.6.2
27842026-08-31T14:13:07.288Z Checking siphasher v1.0.2
27852026-08-31T14:13:07.300Z Checking nodrop v0.1.14
27862026-08-31T14:13:07.303Z Checking unarray v0.1.4
27872026-08-31T14:13:07.335Z Checking crc-catalog v2.4.0
27882026-08-31T14:13:07.381Z Checking pretty-hex v0.4.1
27892026-08-31T14:13:07.409Z Checking powerfmt v0.2.0
27902026-08-31T14:13:07.419Z Checking crc v3.4.0
27912026-08-31T14:13:07.431Z Checking proptest v1.11.0
27922026-08-31T14:13:07.492Z Checking array-init v0.0.4
27932026-08-31T14:13:07.551Z Checking deranged v0.5.8
27942026-08-31T14:13:07.578Z Checking packed_struct v0.10.1
27952026-08-31T14:13:07.737Z Checking native-tls v0.2.18
27962026-08-31T14:13:07.780Z Checking tower v0.5.3
27972026-08-31T14:13:07.907Z Checking smallvec v0.6.14
27982026-08-31T14:13:08.089Z Checking clap v4.6.1
27992026-08-31T14:13:08.130Z Checking flate2 v1.1.9
28002026-08-31T14:13:08.162Z Checking num-bigint-dig v0.8.6
28012026-08-31T14:13:08.177Z Checking quote v1.0.45
28022026-08-31T14:13:08.341Z Checking ipnetwork v0.21.1
28032026-08-31T14:13:08.413Z Checking pkcs1 v0.7.5
28042026-08-31T14:13:08.427Z Checking http-body-util v0.1.3
28052026-08-31T14:13:08.465Z Checking crossbeam-utils v0.8.21
28062026-08-31T14:13:08.551Z Checking bitfield v0.19.4
28072026-08-31T14:13:08.598Z Checking zerocopy v0.6.6
28082026-08-31T14:13:08.615Z Checking ahash v0.8.12
28092026-08-31T14:13:08.633Z Checking bzip2-sys v0.1.13+1.0.8
28102026-08-31T14:13:08.713Z Checking scroll v0.13.0
28112026-08-31T14:13:08.796Z Checking env_filter v2.0.0
28122026-08-31T14:13:08.810Z Checking winnow v0.5.40
28132026-08-31T14:13:08.810Z Checking ryu v1.0.23
28142026-08-31T14:13:08.884Z Checking time-core v0.1.8
28152026-08-31T14:13:08.933Z Checking num_threads v0.1.7
28162026-08-31T14:13:08.936Z Checking allocator-api2 v0.2.21
28172026-08-31T14:13:08.955Z Checking num-conv v0.2.0
28182026-08-31T14:13:08.967Z Checking unicode-properties v0.1.4
28192026-08-31T14:13:08.977Z Checking hyper v1.10.1
28202026-08-31T14:13:09.019Z Checking unicode-bidi v0.3.18
28212026-08-31T14:13:09.031Z Checking base64 v0.21.7
28222026-08-31T14:13:09.062Z Checking hashbrown v0.12.3
28232026-08-31T14:13:09.144Z Checking gimli v0.32.3
28242026-08-31T14:13:09.208Z Checking iri-string v0.7.10
28252026-08-31T14:13:09.221Z Checking newtype-uuid v1.3.2
28262026-08-31T14:13:09.256Z Checking ron v0.8.1
28272026-08-31T14:13:09.302Z Checking stringprep v0.1.5
28282026-08-31T14:13:09.416Z Checking time v0.3.47
28292026-08-31T14:13:09.450Z Checking rsa v0.9.10
28302026-08-31T14:13:09.462Z Checking indexmap v1.9.3
28312026-08-31T14:13:09.758Z Checking serde_urlencoded v0.7.1
28322026-08-31T14:13:09.772Z Checking env_logger v0.11.11
28332026-08-31T14:13:09.896Z Checking hyper-util v0.1.20
28342026-08-31T14:13:09.900Z Checking goblin v0.10.5
28352026-08-31T14:13:09.951Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
28362026-08-31T14:13:09.963Z Checking hashbrown v0.13.2
28372026-08-31T14:13:09.979Z Checking toml_edit v0.19.15
28382026-08-31T14:13:10.096Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
28392026-08-31T14:13:10.215Z Checking tower-http v0.6.8
28402026-08-31T14:13:10.375Z Checking crossbeam-epoch v0.9.18
28412026-08-31T14:13:10.483Z Checking bzip2 v0.4.4
28422026-08-31T14:13:10.529Z Checking oxnet v0.1.6
28432026-08-31T14:13:10.601Z Checking syn v2.0.117
28442026-08-31T14:13:10.643Z Checking serde-hex v0.1.0
28452026-08-31T14:13:10.660Z Checking addr2line v0.25.1
28462026-08-31T14:13:10.782Z Checking tokio-native-tls v0.3.1
28472026-08-31T14:13:10.917Z Checking bstr v1.12.1
28482026-08-31T14:13:10.936Z Checking crypto-common v0.2.2
28492026-08-31T14:13:10.983Z Checking block-padding v0.4.2
28502026-08-31T14:13:11.120Z Checking block-buffer v0.12.1
28512026-08-31T14:13:11.136Z Checking rustls-native-certs v0.8.3
28522026-08-31T14:13:11.262Z Checking x509-cert v0.2.5
28532026-08-31T14:13:11.280Z Checking scroll v0.12.0
28542026-08-31T14:13:11.298Z Checking object v0.37.3
28552026-08-31T14:13:11.493Z Checking zstd-sys v2.0.16+zstd.1.5.7
28562026-08-31T14:13:11.523Z Checking md-5 v0.10.6
28572026-08-31T14:13:11.612Z Checking hash32 v0.2.1
28582026-08-31T14:13:11.663Z Checking encoding_rs v0.8.35
28592026-08-31T14:13:11.768Z Checking mime v0.3.17
28602026-08-31T14:13:11.932Z Checking psl-types v2.0.11
28612026-08-31T14:13:11.944Z Checking crc-any v2.5.0
28622026-08-31T14:13:12.045Z Checking fallible-iterator v0.2.0
28632026-08-31T14:13:12.114Z Checking rustc-demangle v0.1.27
28642026-08-31T14:13:12.131Z Checking publicsuffix v2.3.0
28652026-08-31T14:13:12.215Z Checking dof v0.4.0
28662026-08-31T14:13:12.286Z Checking heapless v0.7.17
28672026-08-31T14:13:12.313Z Checking postgres-protocol v0.6.10
28682026-08-31T14:13:12.327Z Checking zstd-safe v7.2.4
28692026-08-31T14:13:12.486Z Checking goblin v0.8.2
28702026-08-31T14:13:12.600Z Checking hyper-tls v0.6.0
28712026-08-31T14:13:12.618Z Checking inout v0.2.2
28722026-08-31T14:13:12.690Z Checking toml v0.7.8
28732026-08-31T14:13:12.766Z Checking daft v0.1.8
28742026-08-31T14:13:12.778Z Checking zip v0.6.6
28752026-08-31T14:13:12.827Z Checking cookie v0.18.1
28762026-08-31T14:13:12.840Z Checking object v0.30.4
28772026-08-31T14:13:12.995Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
28782026-08-31T14:13:13.009Z Checking tokio-rustls v0.26.4
28792026-08-31T14:13:13.053Z Checking phf_shared v0.13.1
28802026-08-31T14:13:13.092Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
28812026-08-31T14:13:13.105Z Checking dtrace-parser v0.3.0
28822026-08-31T14:13:13.149Z Checking pin-project v1.1.11
28832026-08-31T14:13:13.227Z Checking zerocopy v0.7.35
28842026-08-31T14:13:13.240Z Checking signal-hook v0.3.18
28852026-08-31T14:13:13.251Z Checking futures-executor v0.3.32
28862026-08-31T14:13:13.328Z Checking ff v0.13.1
28872026-08-31T14:13:13.391Z Checking thread-id v5.1.0
28882026-08-31T14:13:13.418Z Checking unicode-width v0.2.0
28892026-08-31T14:13:13.451Z Checking same-file v1.0.6
28902026-08-31T14:13:13.464Z Checking smawk v0.3.2
28912026-08-31T14:13:13.565Z Compiling rayon-core v1.13.0
28922026-08-31T14:13:13.584Z Compiling illumos-nvpair-sys v0.2.0
28932026-08-31T14:13:13.606Z Checking backtrace v0.3.76
28942026-08-31T14:13:13.652Z Checking jiff-core v0.1.0
28952026-08-31T14:13:13.701Z Checking either v1.15.0
28962026-08-31T14:13:13.731Z Checking foldhash v0.2.0
28972026-08-31T14:13:13.751Z Checking bumpalo v3.20.2
28982026-08-31T14:13:13.879Z Checking bitflags v1.3.2
28992026-08-31T14:13:13.882Z Checking managed v0.8.0
29002026-08-31T14:13:13.901Z Checking is_ci v1.2.0
29012026-08-31T14:13:13.952Z Checking foldhash v0.1.5
29022026-08-31T14:13:13.957Z Checking path-slash v0.1.5
29032026-08-31T14:13:13.987Z Checking libbz2-rs-sys v0.2.2
29042026-08-31T14:13:14.044Z Checking unicode-linebreak v0.1.5
29052026-08-31T14:13:14.056Z Checking base16ct v0.2.0
29062026-08-31T14:13:14.067Z Checking hashbrown v0.15.5
29072026-08-31T14:13:14.070Z Checking smoltcp v0.9.1
29082026-08-31T14:13:14.176Z Checking sec1 v0.7.3
29092026-08-31T14:13:14.243Z Checking textwrap v0.16.2
29102026-08-31T14:13:14.326Z Checking jiff v0.2.34
29112026-08-31T14:13:14.369Z Checking bzip2 v0.6.1
29122026-08-31T14:13:14.372Z Checking dof v0.3.0
29132026-08-31T14:13:14.392Z Checking supports-color v3.0.2
29142026-08-31T14:13:14.445Z Checking zopfli v0.8.3
29152026-08-31T14:13:14.505Z Checking backtrace-ext v0.2.1
29162026-08-31T14:13:14.522Z Checking hashbrown v0.16.1
29172026-08-31T14:13:14.570Z Checking walkdir v2.5.0
29182026-08-31T14:13:14.607Z Checking usdt-impl v0.6.0
29192026-08-31T14:13:14.655Z Checking group v0.13.0
29202026-08-31T14:13:14.667Z Checking signal-hook-mio v0.2.5
29212026-08-31T14:13:14.727Z Checking futures v0.3.32
29222026-08-31T14:13:14.762Z Checking phf v0.13.1
29232026-08-31T14:13:14.775Z Checking snafu v0.8.9
29242026-08-31T14:13:14.794Z Checking hyper-rustls v0.27.7
29252026-08-31T14:13:14.807Z Checking cookie_store v0.22.1
29262026-08-31T14:13:14.884Z Checking reqwest v0.12.28
29272026-08-31T14:13:14.901Z Checking cipher v0.5.2
29282026-08-31T14:13:14.912Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
29292026-08-31T14:13:14.990Z Checking postgres-types v0.2.12
29302026-08-31T14:13:15.005Z Checking zstd v0.13.3
29312026-08-31T14:13:15.020Z Checking globset v0.4.18
29322026-08-31T14:13:15.128Z Checking rustls-platform-verifier v0.6.2
29332026-08-31T14:13:15.131Z Checking crossbeam-deque v0.8.6
29342026-08-31T14:13:15.184Z Checking phf_shared v0.11.3
29352026-08-31T14:13:15.238Z Checking regex v1.12.3
29362026-08-31T14:13:15.263Z Checking dtrace-parser v0.2.0
29372026-08-31T14:13:15.263Z Checking hkdf v0.12.4
29382026-08-31T14:13:15.293Z Checking ref-cast v1.0.25
29392026-08-31T14:13:15.308Z Checking curve25519-dalek v4.1.3
29402026-08-31T14:13:15.320Z Checking olpc-cjson v0.1.4
29412026-08-31T14:13:15.384Z Checking byte-wrapper v0.1.0
29422026-08-31T14:13:15.402Z Checking strum v0.27.2
29432026-08-31T14:13:15.448Z Checking hubpack v0.1.2
29442026-08-31T14:13:15.488Z Checking ed25519 v2.2.3
29452026-08-31T14:13:15.505Z Checking memoffset v0.9.1
29462026-08-31T14:13:15.518Z Checking rustix v0.38.44
29472026-08-31T14:13:15.581Z Checking owo-colors v4.3.0
29482026-08-31T14:13:15.592Z Checking pem v3.0.6
29492026-08-31T14:13:15.609Z Checking crypto-bigint v0.5.5
29502026-08-31T14:13:15.621Z Checking erased-serde v0.3.31
29512026-08-31T14:13:15.669Z Checking serde-big-array v0.5.1
29522026-08-31T14:13:15.738Z Checking serde_plain v1.0.2
29532026-08-31T14:13:15.796Z Checking float-cmp v0.10.0
29542026-08-31T14:13:15.876Z Checking memmap2 v0.9.10
29552026-08-31T14:13:15.918Z Checking thread-id v4.2.2
29562026-08-31T14:13:15.994Z Checking difflib v0.4.0
29572026-08-31T14:13:16.006Z Checking data-encoding v2.10.0
29582026-08-31T14:13:16.033Z Checking const-oid v0.10.2
29592026-08-31T14:13:16.068Z Checking unicode-segmentation v1.12.0
29602026-08-31T14:13:16.120Z Checking toml_write v0.1.2
29612026-08-31T14:13:16.165Z Checking keccak v0.1.6
29622026-08-31T14:13:16.182Z Checking predicates-core v1.0.10
29632026-08-31T14:13:16.205Z Checking whoami v2.1.0
29642026-08-31T14:13:16.263Z Checking static_assertions v1.1.0
29652026-08-31T14:13:16.278Z Checking winnow v0.7.14
29662026-08-31T14:13:16.299Z Checking new_debug_unreachable v1.0.6
29672026-08-31T14:13:16.311Z Checking cpufeatures v0.3.0
29682026-08-31T14:13:16.322Z Checking supports-unicode v3.0.0
29692026-08-31T14:13:16.334Z Checking precomputed-hash v0.1.1
29702026-08-31T14:13:16.361Z Checking fixedbitset v0.5.7
29712026-08-31T14:13:16.374Z Checking normalize-line-endings v0.3.0
29722026-08-31T14:13:16.384Z Checking unicode-width v0.1.14
29732026-08-31T14:13:16.398Z Checking fixedbitset v0.4.2
29742026-08-31T14:13:16.408Z Checking supports-hyperlinks v3.2.0
29752026-08-31T14:13:16.420Z Checking winnow v1.0.3
29762026-08-31T14:13:16.453Z Checking typed-path v0.9.3
29772026-08-31T14:13:16.507Z Checking predicates v3.1.4
29782026-08-31T14:13:16.519Z Checking elliptic-curve v0.13.8
29792026-08-31T14:13:16.535Z Checking petgraph v0.6.5
29802026-08-31T14:13:16.547Z Checking petgraph v0.8.3
29812026-08-31T14:13:16.636Z Checking miette v7.6.0
29822026-08-31T14:13:16.815Z Checking string_cache v0.8.9
29832026-08-31T14:13:16.832Z Checking tokio-postgres v0.7.16
29842026-08-31T14:13:16.978Z Checking similar v2.7.0
29852026-08-31T14:13:17.139Z Checking chacha20 v0.10.0
29862026-08-31T14:13:17.230Z Checking tough v0.22.0
29872026-08-31T14:13:17.270Z Checking toml_parser v1.1.2+spec-1.1.0
29882026-08-31T14:13:17.355Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
29892026-08-31T14:13:17.391Z Checking sha3 v0.10.8
29902026-08-31T14:13:17.474Z Checking toml_edit v0.22.27
29912026-08-31T14:13:17.588Z Checking crossterm v0.28.1
29922026-08-31T14:13:17.601Z Checking hickory-proto v0.25.2
29932026-08-31T14:13:17.791Z Checking zip v4.6.1
29942026-08-31T14:13:18.082Z Checking digest v0.11.3
29952026-08-31T14:13:18.107Z Checking ed25519-dalek v2.2.0
29962026-08-31T14:13:18.260Z Checking usdt v0.6.0
29972026-08-31T14:13:18.280Z Checking slog v2.8.2
29982026-08-31T14:13:18.334Z Checking usdt-impl v0.5.0
29992026-08-31T14:13:18.346Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
30002026-08-31T14:13:18.422Z Checking nix v0.31.2
30012026-08-31T14:13:18.539Z Checking iddqd v0.4.2
30022026-08-31T14:13:18.604Z Checking reqwest v0.13.2
30032026-08-31T14:13:18.926Z Checking itertools v0.13.0
30042026-08-31T14:13:18.986Z Checking strum v0.26.3
30052026-08-31T14:13:19.094Z Checking serde_with v3.21.0
30062026-08-31T14:13:19.211Z Checking derive_more v2.1.1
30072026-08-31T14:13:19.309Z Checking fs-err v3.3.0
30082026-08-31T14:13:19.440Z Checking tokio-stream v0.1.18
30092026-08-31T14:13:19.454Z Checking buf-list v1.1.2
30102026-08-31T14:13:19.576Z Checking camino v1.2.5
30112026-08-31T14:13:19.589Z Checking anyhow v1.0.104
30122026-08-31T14:13:19.603Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
30132026-08-31T14:13:19.627Z Checking openapiv3 v2.2.0
30142026-08-31T14:13:19.775Z Checking lalrpop-util v0.19.12
30152026-08-31T14:13:19.807Z Checking peg-runtime v0.8.5
30162026-08-31T14:13:19.820Z Checking illumos-nvpair v0.3.0
30172026-08-31T14:13:19.857Z Checking rayon v1.11.0
30182026-08-31T14:13:19.928Z Checking sigpipe v0.1.3
30192026-08-31T14:13:19.942Z Checking glob v0.3.3
30202026-08-31T14:13:20.790Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30212026-08-31T14:13:21.146Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30222026-08-31T14:13:21.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.20s
30232026-08-31T14:13:21.586Z
30242026-08-31T14:13:21.586Zinfo: running `cargo check --bins` on internal-dns-types (120/376)
30252026-08-31T14:13:22.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30262026-08-31T14:13:22.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30272026-08-31T14:13:22.068Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30282026-08-31T14:13:22.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30292026-08-31T14:13:22.148Z
30302026-08-31T14:13:22.148Zinfo: running `cargo check --bins` on internal-dns-types-versions (121/376)
30312026-08-31T14:13:22.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30322026-08-31T14:13:22.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30332026-08-31T14:13:22.612Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30342026-08-31T14:13:22.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30352026-08-31T14:13:22.699Z
30362026-08-31T14:13:22.699Zinfo: running `cargo check --bins` on nexus-types-versions (122/376)
30372026-08-31T14:13:23.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30382026-08-31T14:13:23.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30392026-08-31T14:13:23.189Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30402026-08-31T14:13:23.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30412026-08-31T14:13:23.277Z
30422026-08-31T14:13:23.277Zinfo: running `cargo check --bins` on oxql-types (123/376)
30432026-08-31T14:13:23.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30442026-08-31T14:13:23.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30452026-08-31T14:13:23.753Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30462026-08-31T14:13:23.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30472026-08-31T14:13:23.837Z
30482026-08-31T14:13:23.837Zinfo: running `cargo check --bins` on oximeter-types (124/376)
30492026-08-31T14:13:24.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30502026-08-31T14:13:24.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30512026-08-31T14:13:24.314Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30522026-08-31T14:13:24.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30532026-08-31T14:13:24.396Z
30542026-08-31T14:13:24.396Zinfo: running `cargo check --bins` on oximeter-types-versions (125/376)
30552026-08-31T14:13:24.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30562026-08-31T14:13:24.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30572026-08-31T14:13:24.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30582026-08-31T14:13:24.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30592026-08-31T14:13:24.960Z
30602026-08-31T14:13:24.960Zinfo: running `cargo check --bins` on oximeter-macro-impl (126/376)
30612026-08-31T14:13:25.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30622026-08-31T14:13:25.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30632026-08-31T14:13:25.427Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30642026-08-31T14:13:25.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30652026-08-31T14:13:25.512Z
30662026-08-31T14:13:25.512Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (127/376)
30672026-08-31T14:13:25.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30682026-08-31T14:13:25.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30692026-08-31T14:13:26.184Z Compiling multer v3.1.0
30702026-08-31T14:13:26.187Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30712026-08-31T14:13:26.295Z Compiling async-stream-impl v0.3.6
30722026-08-31T14:13:26.312Z Compiling serde_tokenstream v0.3.0
30732026-08-31T14:13:26.321Z Compiling dropshot v0.17.1
30742026-08-31T14:13:26.333Z Compiling parse-display-derive v0.10.0
30752026-08-31T14:13:26.346Z Compiling dropshot_endpoint v0.17.1
30762026-08-31T14:13:26.346Z Compiling newtype-uuid-macros v0.1.0
30772026-08-31T14:13:26.509Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30782026-08-31T14:13:26.544Z Checking thread_local v1.1.9
30792026-08-31T14:13:26.605Z Compiling oxide-generation-macros v0.2.0
30802026-08-31T14:13:26.678Z Checking compression-core v0.4.31
30812026-08-31T14:13:26.749Z Checking match_cfg v0.1.0
30822026-08-31T14:13:26.803Z Checking compression-codecs v0.4.37
30832026-08-31T14:13:26.817Z Checking hostname v0.3.1
30842026-08-31T14:13:26.870Z Checking crossbeam-channel v0.5.15
30852026-08-31T14:13:26.905Z Checking atomicwrites v0.4.4
30862026-08-31T14:13:26.923Z Checking slog-json v2.6.1
30872026-08-31T14:13:26.967Z Checking serde_spanned v1.1.1
30882026-08-31T14:13:27.026Z Checking toml_datetime v1.1.1+spec-1.1.0
30892026-08-31T14:13:27.070Z Checking is-terminal v0.4.17
30902026-08-31T14:13:27.094Z Checking term v1.2.1
30912026-08-31T14:13:27.106Z Checking take_mut v0.2.2
30922026-08-31T14:13:27.155Z Checking toml_writer v1.1.1+spec-1.1.0
30932026-08-31T14:13:27.197Z Checking debug-ignore v1.0.5
30942026-08-31T14:13:27.210Z Checking slog-async v2.8.0
30952026-08-31T14:13:27.225Z Checking slog-bunyan v2.5.0
30962026-08-31T14:13:27.292Z Checking async-compression v0.4.41
30972026-08-31T14:13:27.308Z Checking slog-term v2.9.2
30982026-08-31T14:13:27.330Z Checking toml v1.1.2+spec-1.1.0
30992026-08-31T14:13:27.333Z Checking async-stream v0.3.6
31002026-08-31T14:13:27.333Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31012026-08-31T14:13:27.376Z Checking progenitor-client v0.14.0
31022026-08-31T14:13:27.452Z Checking sha1 v0.11.0
31032026-08-31T14:13:27.533Z Checking oxide-generation v0.1.3
31042026-08-31T14:13:27.551Z Checking waitgroup v0.1.2
31052026-08-31T14:13:27.598Z Checking rustls-pemfile v2.2.0
31062026-08-31T14:13:27.635Z Checking backon v1.6.0
31072026-08-31T14:13:27.648Z Checking serde_path_to_error v0.1.20
31082026-08-31T14:13:27.679Z Checking hostname v0.4.2
31092026-08-31T14:13:27.735Z Checking instant v0.1.13
31102026-08-31T14:13:27.792Z Checking progenitor-extras v0.2.0
31112026-08-31T14:13:27.814Z Checking backoff v0.4.0
31122026-08-31T14:13:27.916Z Checking omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
31132026-08-31T14:13:27.919Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31142026-08-31T14:13:27.945Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31152026-08-31T14:13:27.988Z Checking parse-display v0.10.0
31162026-08-31T14:13:28.001Z Checking itertools v0.14.0
31172026-08-31T14:13:28.004Z Checking regress v0.10.5
31182026-08-31T14:13:28.120Z Checking macaddr v1.0.1
31192026-08-31T14:13:28.283Z Checking humantime v2.3.0
31202026-08-31T14:13:29.067Z Compiling prettyplease v0.2.37
31212026-08-31T14:13:29.417Z Checking num-rational v0.4.2
31222026-08-31T14:13:29.683Z Checking num-complex v0.4.6
31232026-08-31T14:13:30.034Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31242026-08-31T14:13:30.138Z Compiling num v0.4.3
31252026-08-31T14:13:30.210Z Compiling usdt-attr-macro v0.5.0
31262026-08-31T14:13:30.223Z Compiling usdt-macro v0.5.0
31272026-08-31T14:13:30.245Z Checking memmap v0.7.0
31282026-08-31T14:13:30.268Z Compiling float-ord v0.3.2
31292026-08-31T14:13:30.383Z Compiling convert_case v0.4.0
31302026-08-31T14:13:30.653Z Checking newline-converter v0.3.0
31312026-08-31T14:13:30.739Z Compiling derive_more v0.99.20
31322026-08-31T14:13:30.761Z Checking console v0.15.11
31332026-08-31T14:13:30.938Z Compiling toml v0.8.23
31342026-08-31T14:13:30.980Z Checking usdt v0.5.0
31352026-08-31T14:13:31.038Z Compiling minimal-lexical v0.2.1
31362026-08-31T14:13:31.146Z Checking linked-hash-map v0.5.6
31372026-08-31T14:13:31.284Z Compiling nom v7.1.3
31382026-08-31T14:13:31.314Z Checking lru-cache v0.1.2
31392026-08-31T14:13:31.431Z Checking expectorate v1.2.0
31402026-08-31T14:13:31.632Z Checking camino-tempfile v1.4.1
31412026-08-31T14:13:31.788Z Checking hickory-proto v0.24.4
31422026-08-31T14:13:31.942Z Checking phf_shared v0.12.1
31432026-08-31T14:13:32.059Z Compiling slog-dtrace v0.3.0
31442026-08-31T14:13:32.072Z Checking resolv-conf v0.7.6
31452026-08-31T14:13:32.260Z Compiling unicode-xid v0.2.6
31462026-08-31T14:13:32.382Z Checking heck v0.5.0
31472026-08-31T14:13:32.505Z Compiling chrono-tz v0.10.4
31482026-08-31T14:13:32.642Z Compiling const_format_proc_macros v0.2.34
31492026-08-31T14:13:32.645Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31502026-08-31T14:13:32.743Z Checking phf v0.12.1
31512026-08-31T14:13:32.801Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31522026-08-31T14:13:32.883Z Checking tokio-dtrace v0.1.1
31532026-08-31T14:13:33.068Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31542026-08-31T14:13:33.122Z Compiling derive-where v1.6.0
31552026-08-31T14:13:33.353Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31562026-08-31T14:13:33.457Z Checking highway v1.3.0
31572026-08-31T14:13:33.618Z Checking hickory-resolver v0.24.4
31582026-08-31T14:13:33.680Z Checking const_format v0.2.35
31592026-08-31T14:13:33.906Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
31602026-08-31T14:13:34.361Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31612026-08-31T14:13:34.381Z Checking oxide-tokio-rt v0.1.4
31622026-08-31T14:13:34.407Z Checking qorb v0.4.1
31632026-08-31T14:13:34.634Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31642026-08-31T14:13:34.767Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31652026-08-31T14:13:34.803Z Checking gethostname v0.5.0
31662026-08-31T14:13:34.858Z Checking bcs v0.1.6
31672026-08-31T14:13:34.873Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31682026-08-31T14:13:34.887Z Checking termtree v0.5.1
31692026-08-31T14:13:37.903Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31702026-08-31T14:13:40.961Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31712026-08-31T14:13:43.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.69s
31722026-08-31T14:13:43.374Z
31732026-08-31T14:13:43.374Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (128/376)
31742026-08-31T14:13:43.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31752026-08-31T14:13:43.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31762026-08-31T14:13:44.052Z Compiling ar_archive_writer v0.5.1
31772026-08-31T14:13:44.160Z Compiling stacker v0.1.23
31782026-08-31T14:13:44.167Z Compiling cfg_aliases v0.1.1
31792026-08-31T14:13:44.174Z Compiling proc-macro-error v1.0.4
31802026-08-31T14:13:44.180Z Checking fd-lock v4.0.4
31812026-08-31T14:13:44.183Z Checking nibble_vec v0.1.0
31822026-08-31T14:13:44.183Z Checking vte v0.14.1
31832026-08-31T14:13:44.183Z Compiling recursive-proc-macro-impl v0.1.1
31842026-08-31T14:13:44.221Z Compiling nix v0.28.0
31852026-08-31T14:13:44.282Z Checking bytecount v0.6.9
31862026-08-31T14:13:44.309Z Checking endian-type v0.1.2
31872026-08-31T14:13:44.344Z Checking strip-ansi-escapes v0.2.1
31882026-08-31T14:13:44.376Z Checking papergrid v0.11.0
31892026-08-31T14:13:44.405Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31902026-08-31T14:13:44.425Z Checking radix_trie v0.2.1
31912026-08-31T14:13:44.439Z Compiling peg-macros v0.8.5
31922026-08-31T14:13:44.456Z Compiling tabled_derive v0.7.0
31932026-08-31T14:13:44.573Z Compiling sqlparser_derive v0.5.0
31942026-08-31T14:13:44.622Z Checking winnow v0.6.26
31952026-08-31T14:13:44.855Z Checking nu-ansi-term v0.50.3
31962026-08-31T14:13:44.948Z Compiling psm v0.1.30
31972026-08-31T14:13:44.979Z Checking home v0.5.12
31982026-08-31T14:13:45.054Z Checking unicode_categories v0.1.1
31992026-08-31T14:13:45.105Z Checking reedline v0.40.0
32002026-08-31T14:13:45.223Z Checking crossterm v0.29.0
32012026-08-31T14:13:45.304Z Checking display-error-chain v0.2.2
32022026-08-31T14:13:45.394Z Checking tabled v0.15.0
32032026-08-31T14:13:45.486Z Checking rustyline v14.0.0
32042026-08-31T14:13:45.682Z Checking recursive v0.1.1
32052026-08-31T14:13:45.709Z Checking peg v0.8.5
32062026-08-31T14:13:45.742Z Checking sqlformat v0.3.5
32072026-08-31T14:13:45.765Z Checking sqlparser v0.61.0
32082026-08-31T14:13:56.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.52s
32092026-08-31T14:13:57.063Z
32102026-08-31T14:13:57.064Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (129/376)
32112026-08-31T14:13:57.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32122026-08-31T14:13:57.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32132026-08-31T14:13:57.728Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32142026-08-31T14:14:01.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.16s
32152026-08-31T14:14:01.408Z
32162026-08-31T14:14:01.408Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (130/376)
32172026-08-31T14:14:01.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32182026-08-31T14:14:01.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32192026-08-31T14:14:02.065Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32202026-08-31T14:14:04.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.15s
32212026-08-31T14:14:04.740Z
32222026-08-31T14:14:04.740Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (131/376)
32232026-08-31T14:14:05.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32242026-08-31T14:14:05.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32252026-08-31T14:14:05.395Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32262026-08-31T14:14:08.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.96s
32272026-08-31T14:14:08.883Z
32282026-08-31T14:14:08.883Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (132/376)
32292026-08-31T14:14:09.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32302026-08-31T14:14:09.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32312026-08-31T14:14:09.547Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32322026-08-31T14:14:12.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.99s
32332026-08-31T14:14:13.064Z
32342026-08-31T14:14:13.064Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (133/376)
32352026-08-31T14:14:13.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32362026-08-31T14:14:13.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32372026-08-31T14:14:13.729Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32382026-08-31T14:14:16.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.37s
32392026-08-31T14:14:16.609Z
32402026-08-31T14:14:16.609Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (134/376)
32412026-08-31T14:14:17.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32422026-08-31T14:14:17.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32432026-08-31T14:14:17.276Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32442026-08-31T14:14:19.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.31s
32452026-08-31T14:14:20.108Z
32462026-08-31T14:14:20.108Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (135/376)
32472026-08-31T14:14:20.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32482026-08-31T14:14:20.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32492026-08-31T14:14:20.768Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32502026-08-31T14:14:24.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.12s
32512026-08-31T14:14:24.413Z
32522026-08-31T14:14:24.413Zinfo: running `cargo check --bins` on oximeter (136/376)
32532026-08-31T14:14:24.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32542026-08-31T14:14:24.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32552026-08-31T14:14:24.894Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32562026-08-31T14:14:24.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32572026-08-31T14:14:24.980Z
32582026-08-31T14:14:24.980Zinfo: running `cargo check --bins` on oximeter-schema (137/376)
32592026-08-31T14:14:25.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32602026-08-31T14:14:25.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32612026-08-31T14:14:25.606Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32622026-08-31T14:14:25.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
32632026-08-31T14:14:26.146Z
32642026-08-31T14:14:26.146Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (138/376)
32652026-08-31T14:14:26.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32662026-08-31T14:14:26.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32672026-08-31T14:14:26.625Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32682026-08-31T14:14:26.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32692026-08-31T14:14:26.715Z
32702026-08-31T14:14:26.715Zinfo: running `cargo check --bins` on oximeter-test-utils (139/376)
32712026-08-31T14:14:27.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32722026-08-31T14:14:27.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32732026-08-31T14:14:27.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32742026-08-31T14:14:27.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32752026-08-31T14:14:27.312Z
32762026-08-31T14:14:27.312Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (140/376)
32772026-08-31T14:14:27.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32782026-08-31T14:14:27.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32792026-08-31T14:14:27.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32802026-08-31T14:14:27.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32812026-08-31T14:14:27.877Z
32822026-08-31T14:14:27.878Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (141/376)
32832026-08-31T14:14:28.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32842026-08-31T14:14:28.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32852026-08-31T14:14:28.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32862026-08-31T14:14:28.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32872026-08-31T14:14:28.447Z
32882026-08-31T14:14:28.447Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (142/376)
32892026-08-31T14:14:28.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32902026-08-31T14:14:28.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32912026-08-31T14:14:28.932Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32922026-08-31T14:14:28.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32932026-08-31T14:14:29.020Z
32942026-08-31T14:14:29.020Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (143/376)
32952026-08-31T14:14:29.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32962026-08-31T14:14:29.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32972026-08-31T14:14:29.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32982026-08-31T14:14:29.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32992026-08-31T14:14:29.593Z
33002026-08-31T14:14:29.593Zinfo: running `cargo check --bins` on trust-quorum-test-utils (144/376)
33012026-08-31T14:14:30.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33022026-08-31T14:14:30.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33032026-08-31T14:14:30.080Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33042026-08-31T14:14:30.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33052026-08-31T14:14:30.170Z
33062026-08-31T14:14:30.170Zinfo: running `cargo check --bins` on reconfigurator-cli (145/376)
33072026-08-31T14:14:30.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33082026-08-31T14:14:30.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33092026-08-31T14:14:30.991Z Compiling crucible-workspace-hack v0.1.0
33102026-08-31T14:14:30.994Z Compiling regress v0.11.1
33112026-08-31T14:14:30.994Z Checking secrecy v0.10.3
33122026-08-31T14:14:30.994Z Checking half v2.7.1
33132026-08-31T14:14:30.994Z Checking ciborium-io v0.2.2
33142026-08-31T14:14:30.994Z Checking inout v0.1.4
33152026-08-31T14:14:30.994Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33162026-08-31T14:14:30.994Z Checking universal-hash v0.5.1
33172026-08-31T14:14:31.251Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33182026-08-31T14:14:31.265Z Compiling thiserror-impl-no-std v2.0.2
33192026-08-31T14:14:31.278Z Checking cipher v0.4.4
33202026-08-31T14:14:31.305Z Checking opaque-debug v0.3.1
33212026-08-31T14:14:31.354Z Checking ciborium-ll v0.2.2
33222026-08-31T14:14:31.369Z Checking poly1305 v0.8.0
33232026-08-31T14:14:31.386Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33242026-08-31T14:14:31.400Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
33252026-08-31T14:14:31.467Z Checking chacha20 v0.9.1
33262026-08-31T14:14:31.519Z Checking ciborium v0.2.2
33272026-08-31T14:14:31.631Z Checking password-hash v0.5.0
33282026-08-31T14:14:31.672Z Checking blake2 v0.10.6
33292026-08-31T14:14:31.688Z Checking aead v0.5.2
33302026-08-31T14:14:31.796Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33312026-08-31T14:14:31.832Z Compiling toml_datetime v0.7.5+spec-1.1.0
33322026-08-31T14:14:31.855Z Checking indent_write v2.2.0
33332026-08-31T14:14:31.911Z Checking argon2 v0.5.3
33342026-08-31T14:14:31.939Z Checking chacha20poly1305 v0.10.1
33352026-08-31T14:14:31.980Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33362026-08-31T14:14:32.068Z Compiling toml_edit v0.23.10+spec-1.0.0
33372026-08-31T14:14:32.084Z Compiling unsafe-libyaml v0.2.11
33382026-08-31T14:14:32.258Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33392026-08-31T14:14:32.416Z Checking thiserror-no-std v2.0.2
33402026-08-31T14:14:32.461Z Compiling itertools v0.15.0
33412026-08-31T14:14:32.504Z Checking vsss-rs v3.3.4
33422026-08-31T14:14:32.587Z Compiling heapless v0.8.0
33432026-08-31T14:14:32.816Z Compiling typify-impl v0.6.2
33442026-08-31T14:14:32.870Z Compiling serde_yaml v0.9.34+deprecated
33452026-08-31T14:14:33.083Z Compiling proc-macro-crate v3.4.0
33462026-08-31T14:14:33.435Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33472026-08-31T14:14:33.597Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33482026-08-31T14:14:33.618Z Compiling num_enum_derive v0.7.6
33492026-08-31T14:14:33.707Z Checking hash32 v0.3.1
33502026-08-31T14:14:33.757Z Compiling ingot-macros v0.2.0
33512026-08-31T14:14:33.833Z Compiling smoltcp v0.11.0
33522026-08-31T14:14:34.086Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
33532026-08-31T14:14:34.280Z Checking tabwriter v1.4.1
33542026-08-31T14:14:34.311Z Checking cobs v0.3.0
33552026-08-31T14:14:34.330Z Checking swrite v0.1.0
33562026-08-31T14:14:34.420Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
33572026-08-31T14:14:34.437Z Compiling proc-macro-crate v1.3.1
33582026-08-31T14:14:34.456Z Checking postcard v1.1.3
33592026-08-31T14:14:34.624Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33602026-08-31T14:14:34.655Z Checking num_enum v0.7.6
33612026-08-31T14:14:34.702Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33622026-08-31T14:14:34.749Z Compiling foreign-types-macros v0.2.3
33632026-08-31T14:14:34.768Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33642026-08-31T14:14:34.831Z Checking foreign-types-shared v0.3.1
33652026-08-31T14:14:34.853Z Checking colored v3.1.1
33662026-08-31T14:14:34.920Z Compiling num_enum_derive v0.5.11
33672026-08-31T14:14:35.113Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
33682026-08-31T14:14:35.162Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33692026-08-31T14:14:35.333Z Checking foreign-types v0.5.0
33702026-08-31T14:14:35.412Z Checking cstr-argument v0.1.2
33712026-08-31T14:14:35.538Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
33722026-08-31T14:14:35.553Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
33732026-08-31T14:14:35.610Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
33742026-08-31T14:14:35.660Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
33752026-08-31T14:14:35.733Z Checking rand v0.10.1
33762026-08-31T14:14:35.748Z Checking itertools v0.12.1
33772026-08-31T14:14:35.779Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
33782026-08-31T14:14:35.827Z Compiling zone_cfg_derive v0.3.1
33792026-08-31T14:14:35.934Z Checking num_enum v0.5.11
33802026-08-31T14:14:36.048Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
33812026-08-31T14:14:36.092Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33822026-08-31T14:14:36.207Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33832026-08-31T14:14:36.222Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33842026-08-31T14:14:36.407Z Compiling num-derive v0.4.2
33852026-08-31T14:14:36.474Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33862026-08-31T14:14:36.555Z Checking ingot-types v0.2.0
33872026-08-31T14:14:36.681Z Compiling semver v0.1.20
33882026-08-31T14:14:36.853Z Checking zone v0.3.1
33892026-08-31T14:14:36.947Z Checking ingot v0.2.1
33902026-08-31T14:14:36.974Z Compiling rustc_version v0.1.7
33912026-08-31T14:14:37.168Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33922026-08-31T14:14:37.220Z Checking smf v0.2.3
33932026-08-31T14:14:37.312Z Compiling typify-macro v0.6.2
33942026-08-31T14:14:37.327Z Checking csv-core v0.1.13
33952026-08-31T14:14:37.357Z Checking nom v8.0.0
33962026-08-31T14:14:37.386Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
33972026-08-31T14:14:37.454Z Checking whoami v1.6.1
33982026-08-31T14:14:37.503Z Checking csv v1.4.0
33992026-08-31T14:14:37.611Z Compiling newtype_derive v0.1.6
34002026-08-31T14:14:37.628Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
34012026-08-31T14:14:37.758Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34022026-08-31T14:14:37.777Z Compiling cancel-safe-futures v0.1.5
34032026-08-31T14:14:37.850Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34042026-08-31T14:14:37.868Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
34052026-08-31T14:14:37.923Z Compiling libefi-sys v0.1.0
34062026-08-31T14:14:38.160Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34072026-08-31T14:14:38.203Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
34082026-08-31T14:14:38.242Z Checking oxide-update-engine-types v0.1.2
34092026-08-31T14:14:38.278Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34102026-08-31T14:14:38.398Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
34112026-08-31T14:14:38.450Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
34122026-08-31T14:14:38.546Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
34132026-08-31T14:14:38.589Z Compiling bitfield-struct v0.6.2
34142026-08-31T14:14:38.740Z Checking linear-map v1.2.0
34152026-08-31T14:14:38.921Z Checking steno v0.4.1
34162026-08-31T14:14:39.016Z Compiling typify v0.6.2
34172026-08-31T14:14:39.113Z Compiling progenitor-impl v0.14.0
34182026-08-31T14:14:39.142Z Checking oxide-update-engine v0.1.2
34192026-08-31T14:14:39.212Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
34202026-08-31T14:14:39.275Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34212026-08-31T14:14:39.447Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34222026-08-31T14:14:39.551Z Checking sha1 v0.10.6
34232026-08-31T14:14:39.606Z Checking utf-8 v0.7.6
34242026-08-31T14:14:39.632Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
34252026-08-31T14:14:39.721Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
34262026-08-31T14:14:39.740Z Checking tungstenite v0.21.0
34272026-08-31T14:14:39.799Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
34282026-08-31T14:14:39.917Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
34292026-08-31T14:14:40.031Z Checking ignore v0.4.25
34302026-08-31T14:14:40.068Z Checking anstyle-parse v0.2.7
34312026-08-31T14:14:40.108Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34322026-08-31T14:14:40.166Z Compiling xshell-macros v0.2.7
34332026-08-31T14:14:40.220Z Checking anstream v0.6.21
34342026-08-31T14:14:40.309Z Checking tokio-tungstenite v0.21.0
34352026-08-31T14:14:40.422Z Checking predicates-tree v1.0.13
34362026-08-31T14:14:40.437Z Checking globwalk v0.9.1
34372026-08-31T14:14:40.533Z Checking xshell v0.2.7
34382026-08-31T14:14:40.533Z Checking filetime v0.2.27
34392026-08-31T14:14:40.584Z Checking xattr v1.6.1
34402026-08-31T14:14:40.612Z Checking tagptr v0.2.0
34412026-08-31T14:14:40.637Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
34422026-08-31T14:14:40.677Z Checking camino-tempfile-ext v0.3.3
34432026-08-31T14:14:40.710Z Checking tar v0.4.46
34442026-08-31T14:14:40.725Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
34452026-08-31T14:14:40.752Z Checking moka v0.12.13
34462026-08-31T14:14:40.850Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
34472026-08-31T14:14:40.870Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
34482026-08-31T14:14:40.901Z Checking rand_seeder v0.4.0
34492026-08-31T14:14:40.981Z Checking half v1.8.3
34502026-08-31T14:14:41.009Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
34512026-08-31T14:14:41.046Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34522026-08-31T14:14:41.088Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
34532026-08-31T14:14:41.174Z Checking serde_cbor v0.11.2
34542026-08-31T14:14:41.337Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
34552026-08-31T14:14:41.352Z Checking sha2 v0.11.0
34562026-08-31T14:14:41.388Z Checking hickory-resolver v0.25.2
34572026-08-31T14:14:41.556Z Checking digest-io v0.1.0
34582026-08-31T14:14:41.682Z Compiling progenitor-macro v0.14.0
34592026-08-31T14:14:41.697Z Compiling petname v2.0.2
34602026-08-31T14:14:42.015Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
34612026-08-31T14:14:42.041Z Checking rawzip v0.4.4
34622026-08-31T14:14:42.119Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34632026-08-31T14:14:42.416Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
34642026-08-31T14:14:42.478Z Checking sapling-renderdag v0.1.0
34652026-08-31T14:14:42.580Z Checking subprocess v0.2.15
34662026-08-31T14:14:42.597Z Checking sync-ptr v0.1.4
34672026-08-31T14:14:42.721Z Checking colored v2.2.0
34682026-08-31T14:14:42.724Z Checking assert_matches v1.5.0
34692026-08-31T14:14:42.858Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
34702026-08-31T14:14:42.991Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
34712026-08-31T14:14:43.239Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34722026-08-31T14:14:43.277Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
34732026-08-31T14:14:43.368Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34742026-08-31T14:14:43.883Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34752026-08-31T14:14:43.887Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34762026-08-31T14:14:44.679Z Checking progenitor v0.14.0
34772026-08-31T14:14:44.810Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34782026-08-31T14:14:44.814Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34792026-08-31T14:14:44.814Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34802026-08-31T14:14:44.814Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34812026-08-31T14:14:44.814Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
34822026-08-31T14:14:44.814Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34832026-08-31T14:14:45.211Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34842026-08-31T14:14:45.301Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
34852026-08-31T14:14:45.427Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
34862026-08-31T14:14:45.542Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
34872026-08-31T14:14:45.779Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34882026-08-31T14:14:45.923Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34892026-08-31T14:14:46.560Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34902026-08-31T14:14:46.663Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34912026-08-31T14:14:47.305Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
34922026-08-31T14:14:47.797Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34932026-08-31T14:14:56.402Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34942026-08-31T14:15:03.628Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34952026-08-31T14:15:03.631Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
34962026-08-31T14:15:03.631Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34972026-08-31T14:15:05.114Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
34982026-08-31T14:15:06.365Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
34992026-08-31T14:15:08.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.40s
35002026-08-31T14:15:08.786Z
35012026-08-31T14:15:08.786Zinfo: running `cargo check --bins` on nexus-inventory (146/376)
35022026-08-31T14:15:09.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35032026-08-31T14:15:09.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35042026-08-31T14:15:09.301Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35052026-08-31T14:15:09.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35062026-08-31T14:15:09.392Z
35072026-08-31T14:15:09.392Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (147/376)
35082026-08-31T14:15:09.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35092026-08-31T14:15:09.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35102026-08-31T14:15:09.873Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35112026-08-31T14:15:09.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35122026-08-31T14:15:09.960Z
35132026-08-31T14:15:09.960Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (148/376)
35142026-08-31T14:15:10.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35152026-08-31T14:15:10.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35162026-08-31T14:15:10.439Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35172026-08-31T14:15:10.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35182026-08-31T14:15:10.527Z
35192026-08-31T14:15:10.527Zinfo: running `cargo check --bins` on dns-service-client (149/376)
35202026-08-31T14:15:10.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35212026-08-31T14:15:10.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35222026-08-31T14:15:10.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35232026-08-31T14:15:11.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35242026-08-31T14:15:11.083Z
35252026-08-31T14:15:11.083Zinfo: running `cargo check --bins` on ntp-admin-client (150/376)
35262026-08-31T14:15:11.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35272026-08-31T14:15:11.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35282026-08-31T14:15:11.554Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35292026-08-31T14:15:11.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35302026-08-31T14:15:11.637Z
35312026-08-31T14:15:11.637Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (151/376)
35322026-08-31T14:15:12.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35332026-08-31T14:15:12.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35342026-08-31T14:15:12.105Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35352026-08-31T14:15:12.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35362026-08-31T14:15:12.190Z
35372026-08-31T14:15:12.190Zinfo: running `cargo check --bins` on cockroach-admin-client (152/376)
35382026-08-31T14:15:12.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35392026-08-31T14:15:12.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35402026-08-31T14:15:12.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35412026-08-31T14:15:12.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35422026-08-31T14:15:12.746Z
35432026-08-31T14:15:12.746Zinfo: running `cargo check --bins` on parallel-task-set (153/376)
35442026-08-31T14:15:13.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35452026-08-31T14:15:13.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35462026-08-31T14:15:13.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35472026-08-31T14:15:13.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35482026-08-31T14:15:13.295Z
35492026-08-31T14:15:13.296Zinfo: running `cargo check --bins` on sled-agent-client (154/376)
35502026-08-31T14:15:13.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35512026-08-31T14:15:13.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35522026-08-31T14:15:13.782Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35532026-08-31T14:15:13.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35542026-08-31T14:15:13.873Z
35552026-08-31T14:15:13.873Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (155/376)
35562026-08-31T14:15:14.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35572026-08-31T14:15:14.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35582026-08-31T14:15:14.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35592026-08-31T14:15:14.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35602026-08-31T14:15:14.466Z
35612026-08-31T14:15:14.466Zinfo: running `cargo check --bins --no-default-features` on sled-storage (156/376)
35622026-08-31T14:15:14.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35632026-08-31T14:15:14.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35642026-08-31T14:15:14.961Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35652026-08-31T14:15:14.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35662026-08-31T14:15:15.053Z
35672026-08-31T14:15:15.053Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (157/376)
35682026-08-31T14:15:15.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35692026-08-31T14:15:15.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35702026-08-31T14:15:15.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35712026-08-31T14:15:15.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35722026-08-31T14:15:15.640Z
35732026-08-31T14:15:15.640Zinfo: running `cargo check --bins` on key-manager (158/376)
35742026-08-31T14:15:16.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35752026-08-31T14:15:16.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35762026-08-31T14:15:16.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35772026-08-31T14:15:16.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35782026-08-31T14:15:16.219Z
35792026-08-31T14:15:16.219Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (159/376)
35802026-08-31T14:15:16.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35812026-08-31T14:15:16.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35822026-08-31T14:15:16.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35832026-08-31T14:15:16.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35842026-08-31T14:15:16.808Z
35852026-08-31T14:15:16.808Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (160/376)
35862026-08-31T14:15:17.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35872026-08-31T14:15:17.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35882026-08-31T14:15:17.304Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35892026-08-31T14:15:17.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35902026-08-31T14:15:17.396Z
35912026-08-31T14:15:17.396Zinfo: running `cargo check --bins` on typed-rng (161/376)
35922026-08-31T14:15:17.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35932026-08-31T14:15:17.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35942026-08-31T14:15:17.865Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35952026-08-31T14:15:17.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35962026-08-31T14:15:17.950Z
35972026-08-31T14:15:17.950Zinfo: running `cargo check --bins` on gateway-test-utils (162/376)
35982026-08-31T14:15:18.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35992026-08-31T14:15:18.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36002026-08-31T14:15:18.466Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36012026-08-31T14:15:18.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36022026-08-31T14:15:18.562Z
36032026-08-31T14:15:18.562Zinfo: running `cargo check --bins` on omicron-gateway (163/376)
36042026-08-31T14:15:19.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36052026-08-31T14:15:19.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36062026-08-31T14:15:19.292Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
36072026-08-31T14:15:19.292Z Checking void v1.0.2
36082026-08-31T14:15:19.295Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
36092026-08-31T14:15:19.295Z Checking dropshot-api-manager-types v0.8.0
36102026-08-31T14:15:19.295Z Checking tungstenite v0.23.0
36112026-08-31T14:15:19.295Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
36122026-08-31T14:15:19.295Z Checking nix v0.27.1
36132026-08-31T14:15:19.407Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
36142026-08-31T14:15:19.549Z Checking kstat-rs v0.2.5
36152026-08-31T14:15:19.549Z Checking lzss v0.8.2
36162026-08-31T14:15:19.574Z Checking fxhash v0.2.1
36172026-08-31T14:15:19.682Z Checking serde_bytes v0.11.19
36182026-08-31T14:15:19.695Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
36192026-08-31T14:15:19.722Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
36202026-08-31T14:15:19.734Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
36212026-08-31T14:15:19.737Z Checking signal-hook-tokio v0.3.1
36222026-08-31T14:15:19.790Z Checking tokio-tungstenite v0.23.1
36232026-08-31T14:15:19.901Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
36242026-08-31T14:15:20.986Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
36252026-08-31T14:15:21.518Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
36262026-08-31T14:15:23.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.04s
36272026-08-31T14:15:23.808Z
36282026-08-31T14:15:23.808Zinfo: running `cargo check --bins` on gateway-api (164/376)
36292026-08-31T14:15:24.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36302026-08-31T14:15:24.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36312026-08-31T14:15:24.289Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36322026-08-31T14:15:24.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36332026-08-31T14:15:24.377Z
36342026-08-31T14:15:24.377Zinfo: running `cargo check --bins` on ipcc (165/376)
36352026-08-31T14:15:24.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36362026-08-31T14:15:24.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36372026-08-31T14:15:24.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36382026-08-31T14:15:24.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36392026-08-31T14:15:24.936Z
36402026-08-31T14:15:24.936Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (166/376)
36412026-08-31T14:15:25.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36422026-08-31T14:15:25.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36432026-08-31T14:15:25.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36442026-08-31T14:15:25.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
36452026-08-31T14:15:25.492Z
36462026-08-31T14:15:25.492Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (167/376)
36472026-08-31T14:15:25.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36482026-08-31T14:15:25.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36492026-08-31T14:15:25.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36502026-08-31T14:15:25.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36512026-08-31T14:15:26.084Z
36522026-08-31T14:15:26.084Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (168/376)
36532026-08-31T14:15:26.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36542026-08-31T14:15:26.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36552026-08-31T14:15:26.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36562026-08-31T14:15:26.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36572026-08-31T14:15:26.651Z
36582026-08-31T14:15:26.651Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (169/376)
36592026-08-31T14:15:27.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36602026-08-31T14:15:27.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36612026-08-31T14:15:27.138Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36622026-08-31T14:15:27.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36632026-08-31T14:15:27.226Z
36642026-08-31T14:15:27.226Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (170/376)
36652026-08-31T14:15:27.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36662026-08-31T14:15:27.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36672026-08-31T14:15:27.713Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36682026-08-31T14:15:27.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36692026-08-31T14:15:27.799Z
36702026-08-31T14:15:27.799Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (171/376)
36712026-08-31T14:15:28.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36722026-08-31T14:15:28.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36732026-08-31T14:15:28.298Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36742026-08-31T14:15:28.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36752026-08-31T14:15:28.386Z
36762026-08-31T14:15:28.386Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (172/376)
36772026-08-31T14:15:28.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36782026-08-31T14:15:28.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36792026-08-31T14:15:28.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36802026-08-31T14:15:28.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36812026-08-31T14:15:28.954Z
36822026-08-31T14:15:28.954Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (173/376)
36832026-08-31T14:15:29.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36842026-08-31T14:15:29.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36852026-08-31T14:15:29.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36862026-08-31T14:15:29.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36872026-08-31T14:15:29.526Z
36882026-08-31T14:15:29.526Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (174/376)
36892026-08-31T14:15:30.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36902026-08-31T14:15:30.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36912026-08-31T14:15:30.012Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36922026-08-31T14:15:30.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36932026-08-31T14:15:30.100Z
36942026-08-31T14:15:30.100Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (175/376)
36952026-08-31T14:15:30.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36962026-08-31T14:15:30.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36972026-08-31T14:15:30.583Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36982026-08-31T14:15:30.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36992026-08-31T14:15:30.668Z
37002026-08-31T14:15:30.668Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (176/376)
37012026-08-31T14:15:31.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37022026-08-31T14:15:31.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37032026-08-31T14:15:31.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37042026-08-31T14:15:31.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37052026-08-31T14:15:31.242Z
37062026-08-31T14:15:31.242Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (177/376)
37072026-08-31T14:15:31.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37082026-08-31T14:15:31.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37092026-08-31T14:15:31.724Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37102026-08-31T14:15:31.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37112026-08-31T14:15:31.812Z
37122026-08-31T14:15:31.812Zinfo: running `cargo check --bins --no-default-features --features opte_port` on oximeter-instruments (178/376)
37132026-08-31T14:15:32.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37142026-08-31T14:15:32.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37152026-08-31T14:15:32.297Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37162026-08-31T14:15:32.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37172026-08-31T14:15:32.388Z
37182026-08-31T14:15:32.388Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port` on oximeter-instruments (179/376)
37192026-08-31T14:15:32.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37202026-08-31T14:15:32.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37212026-08-31T14:15:32.873Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37222026-08-31T14:15:32.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37232026-08-31T14:15:32.962Z
37242026-08-31T14:15:32.962Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port` on oximeter-instruments (180/376)
37252026-08-31T14:15:33.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37262026-08-31T14:15:33.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37272026-08-31T14:15:33.443Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37282026-08-31T14:15:33.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37292026-08-31T14:15:33.531Z
37302026-08-31T14:15:33.531Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port` on oximeter-instruments (181/376)
37312026-08-31T14:15:34.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37322026-08-31T14:15:34.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37332026-08-31T14:15:34.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37342026-08-31T14:15:34.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37352026-08-31T14:15:34.106Z
37362026-08-31T14:15:34.106Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port` on oximeter-instruments (182/376)
37372026-08-31T14:15:34.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37382026-08-31T14:15:34.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37392026-08-31T14:15:34.591Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37402026-08-31T14:15:34.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37412026-08-31T14:15:34.680Z
37422026-08-31T14:15:34.680Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port` on oximeter-instruments (183/376)
37432026-08-31T14:15:35.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37442026-08-31T14:15:35.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37452026-08-31T14:15:35.165Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37462026-08-31T14:15:35.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37472026-08-31T14:15:35.250Z
37482026-08-31T14:15:35.250Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port` on oximeter-instruments (184/376)
37492026-08-31T14:15:35.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37502026-08-31T14:15:35.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37512026-08-31T14:15:35.732Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37522026-08-31T14:15:35.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37532026-08-31T14:15:35.819Z
37542026-08-31T14:15:35.819Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port` on oximeter-instruments (185/376)
37552026-08-31T14:15:36.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37562026-08-31T14:15:36.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37572026-08-31T14:15:36.305Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37582026-08-31T14:15:36.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37592026-08-31T14:15:36.393Z
37602026-08-31T14:15:36.393Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (186/376)
37612026-08-31T14:15:36.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37622026-08-31T14:15:36.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37632026-08-31T14:15:36.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37642026-08-31T14:15:36.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37652026-08-31T14:15:36.980Z
37662026-08-31T14:15:36.980Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (187/376)
37672026-08-31T14:15:37.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37682026-08-31T14:15:37.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37692026-08-31T14:15:37.475Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37702026-08-31T14:15:37.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37712026-08-31T14:15:37.563Z
37722026-08-31T14:15:37.563Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (188/376)
37732026-08-31T14:15:38.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37742026-08-31T14:15:38.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37752026-08-31T14:15:38.061Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37762026-08-31T14:15:38.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37772026-08-31T14:15:38.152Z
37782026-08-31T14:15:38.152Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (189/376)
37792026-08-31T14:15:38.647Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37802026-08-31T14:15:38.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37812026-08-31T14:15:38.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37822026-08-31T14:15:38.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37832026-08-31T14:15:38.742Z
37842026-08-31T14:15:38.742Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (190/376)
37852026-08-31T14:15:39.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37862026-08-31T14:15:39.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37872026-08-31T14:15:39.237Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37882026-08-31T14:15:39.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37892026-08-31T14:15:39.330Z
37902026-08-31T14:15:39.330Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (191/376)
37912026-08-31T14:15:39.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37922026-08-31T14:15:39.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37932026-08-31T14:15:39.829Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37942026-08-31T14:15:39.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37952026-08-31T14:15:39.922Z
37962026-08-31T14:15:39.922Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (192/376)
37972026-08-31T14:15:40.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37982026-08-31T14:15:40.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37992026-08-31T14:15:40.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38002026-08-31T14:15:40.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38012026-08-31T14:15:40.506Z
38022026-08-31T14:15:40.506Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (193/376)
38032026-08-31T14:15:40.998Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38042026-08-31T14:15:41.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38052026-08-31T14:15:41.001Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38062026-08-31T14:15:41.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38072026-08-31T14:15:41.095Z
38082026-08-31T14:15:41.095Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (194/376)
38092026-08-31T14:15:41.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38102026-08-31T14:15:41.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38112026-08-31T14:15:41.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38122026-08-31T14:15:41.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38132026-08-31T14:15:41.686Z
38142026-08-31T14:15:41.686Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (195/376)
38152026-08-31T14:15:42.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38162026-08-31T14:15:42.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38172026-08-31T14:15:42.184Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38182026-08-31T14:15:42.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38192026-08-31T14:15:42.276Z
38202026-08-31T14:15:42.276Zinfo: running `cargo check --bins --no-default-features --features opte_port,zfs` on oximeter-instruments (196/376)
38212026-08-31T14:15:42.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38222026-08-31T14:15:42.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38232026-08-31T14:15:42.775Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38242026-08-31T14:15:42.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38252026-08-31T14:15:42.860Z
38262026-08-31T14:15:42.860Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs` on oximeter-instruments (197/376)
38272026-08-31T14:15:43.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38282026-08-31T14:15:43.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38292026-08-31T14:15:43.355Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38302026-08-31T14:15:43.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38312026-08-31T14:15:43.443Z
38322026-08-31T14:15:43.443Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs` on oximeter-instruments (198/376)
38332026-08-31T14:15:43.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38342026-08-31T14:15:43.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38352026-08-31T14:15:43.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38362026-08-31T14:15:43.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38372026-08-31T14:15:44.030Z
38382026-08-31T14:15:44.031Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs` on oximeter-instruments (199/376)
38392026-08-31T14:15:44.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38402026-08-31T14:15:44.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38412026-08-31T14:15:44.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38422026-08-31T14:15:44.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38432026-08-31T14:15:44.616Z
38442026-08-31T14:15:44.616Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs` on oximeter-instruments (200/376)
38452026-08-31T14:15:45.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38462026-08-31T14:15:45.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38472026-08-31T14:15:45.115Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38482026-08-31T14:15:45.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38492026-08-31T14:15:45.205Z
38502026-08-31T14:15:45.205Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs` on oximeter-instruments (201/376)
38512026-08-31T14:15:45.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38522026-08-31T14:15:45.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38532026-08-31T14:15:45.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38542026-08-31T14:15:45.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38552026-08-31T14:15:45.795Z
38562026-08-31T14:15:45.795Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs` on oximeter-instruments (202/376)
38572026-08-31T14:15:46.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38582026-08-31T14:15:46.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38592026-08-31T14:15:46.292Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38602026-08-31T14:15:46.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38612026-08-31T14:15:46.384Z
38622026-08-31T14:15:46.385Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs` on oximeter-instruments (203/376)
38632026-08-31T14:15:46.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38642026-08-31T14:15:46.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38652026-08-31T14:15:46.882Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38662026-08-31T14:15:46.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38672026-08-31T14:15:46.973Z
38682026-08-31T14:15:46.973Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (204/376)
38692026-08-31T14:15:47.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38702026-08-31T14:15:47.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38712026-08-31T14:15:47.456Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38722026-08-31T14:15:47.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
38732026-08-31T14:15:47.546Z
38742026-08-31T14:15:47.546Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (205/376)
38752026-08-31T14:15:48.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38762026-08-31T14:15:48.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38772026-08-31T14:15:48.032Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38782026-08-31T14:15:48.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
38792026-08-31T14:15:48.118Z
38802026-08-31T14:15:48.118Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (206/376)
38812026-08-31T14:15:48.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38822026-08-31T14:15:48.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38832026-08-31T14:15:48.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38842026-08-31T14:15:48.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
38852026-08-31T14:15:48.689Z
38862026-08-31T14:15:48.689Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (207/376)
38872026-08-31T14:15:49.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38882026-08-31T14:15:49.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38892026-08-31T14:15:49.172Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38902026-08-31T14:15:49.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
38912026-08-31T14:15:49.258Z
38922026-08-31T14:15:49.258Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (208/376)
38932026-08-31T14:15:49.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38942026-08-31T14:15:49.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38952026-08-31T14:15:49.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38962026-08-31T14:15:49.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
38972026-08-31T14:15:49.828Z
38982026-08-31T14:15:49.828Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (209/376)
38992026-08-31T14:15:50.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39002026-08-31T14:15:50.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39012026-08-31T14:15:50.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39022026-08-31T14:15:50.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39032026-08-31T14:15:50.398Z
39042026-08-31T14:15:50.398Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (210/376)
39052026-08-31T14:15:50.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39062026-08-31T14:15:50.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39072026-08-31T14:15:50.879Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39082026-08-31T14:15:50.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39092026-08-31T14:15:50.965Z
39102026-08-31T14:15:50.965Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (211/376)
39112026-08-31T14:15:51.447Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39122026-08-31T14:15:51.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39132026-08-31T14:15:51.450Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39142026-08-31T14:15:51.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39152026-08-31T14:15:51.534Z
39162026-08-31T14:15:51.534Zinfo: running `cargo check --bins --no-default-features --features opte_port,zone` on oximeter-instruments (212/376)
39172026-08-31T14:15:52.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39182026-08-31T14:15:52.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39192026-08-31T14:15:52.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39202026-08-31T14:15:52.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39212026-08-31T14:15:52.107Z
39222026-08-31T14:15:52.107Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zone` on oximeter-instruments (213/376)
39232026-08-31T14:15:52.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39242026-08-31T14:15:52.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39252026-08-31T14:15:52.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39262026-08-31T14:15:52.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39272026-08-31T14:15:52.684Z
39282026-08-31T14:15:52.684Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zone` on oximeter-instruments (214/376)
39292026-08-31T14:15:53.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39302026-08-31T14:15:53.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39312026-08-31T14:15:53.170Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39322026-08-31T14:15:53.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39332026-08-31T14:15:53.259Z
39342026-08-31T14:15:53.259Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zone` on oximeter-instruments (215/376)
39352026-08-31T14:15:53.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39362026-08-31T14:15:53.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39372026-08-31T14:15:53.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39382026-08-31T14:15:53.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39392026-08-31T14:15:53.830Z
39402026-08-31T14:15:53.830Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zone` on oximeter-instruments (216/376)
39412026-08-31T14:15:54.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39422026-08-31T14:15:54.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39432026-08-31T14:15:54.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39442026-08-31T14:15:54.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39452026-08-31T14:15:54.404Z
39462026-08-31T14:15:54.404Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zone` on oximeter-instruments (217/376)
39472026-08-31T14:15:54.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39482026-08-31T14:15:54.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39492026-08-31T14:15:54.887Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39502026-08-31T14:15:54.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39512026-08-31T14:15:54.976Z
39522026-08-31T14:15:54.976Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zone` on oximeter-instruments (218/376)
39532026-08-31T14:15:55.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39542026-08-31T14:15:55.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39552026-08-31T14:15:55.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39562026-08-31T14:15:55.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39572026-08-31T14:15:55.547Z
39582026-08-31T14:15:55.547Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zone` on oximeter-instruments (219/376)
39592026-08-31T14:15:56.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39602026-08-31T14:15:56.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39612026-08-31T14:15:56.034Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39622026-08-31T14:15:56.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39632026-08-31T14:15:56.122Z
39642026-08-31T14:15:56.122Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (220/376)
39652026-08-31T14:15:56.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39662026-08-31T14:15:56.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39672026-08-31T14:15:56.618Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39682026-08-31T14:15:56.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39692026-08-31T14:15:56.712Z
39702026-08-31T14:15:56.712Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (221/376)
39712026-08-31T14:15:57.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39722026-08-31T14:15:57.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39732026-08-31T14:15:57.209Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39742026-08-31T14:15:57.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39752026-08-31T14:15:57.298Z
39762026-08-31T14:15:57.298Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (222/376)
39772026-08-31T14:15:57.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39782026-08-31T14:15:57.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39792026-08-31T14:15:57.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39802026-08-31T14:15:57.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39812026-08-31T14:15:57.887Z
39822026-08-31T14:15:57.888Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (223/376)
39832026-08-31T14:15:58.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39842026-08-31T14:15:58.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39852026-08-31T14:15:58.385Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39862026-08-31T14:15:58.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39872026-08-31T14:15:58.478Z
39882026-08-31T14:15:58.478Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (224/376)
39892026-08-31T14:15:58.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39902026-08-31T14:15:58.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39912026-08-31T14:15:58.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39922026-08-31T14:15:58.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39932026-08-31T14:15:59.071Z
39942026-08-31T14:15:59.071Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (225/376)
39952026-08-31T14:15:59.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39962026-08-31T14:15:59.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39972026-08-31T14:15:59.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39982026-08-31T14:15:59.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39992026-08-31T14:15:59.658Z
40002026-08-31T14:15:59.658Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (226/376)
40012026-08-31T14:16:00.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40022026-08-31T14:16:00.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40032026-08-31T14:16:00.156Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40042026-08-31T14:16:00.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40052026-08-31T14:16:00.252Z
40062026-08-31T14:16:00.252Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (227/376)
40072026-08-31T14:16:00.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40082026-08-31T14:16:00.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40092026-08-31T14:16:00.747Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40102026-08-31T14:16:00.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40112026-08-31T14:16:00.840Z
40122026-08-31T14:16:00.841Zinfo: running `cargo check --bins --no-default-features --features opte_port,zfs,zone` on oximeter-instruments (228/376)
40132026-08-31T14:16:01.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40142026-08-31T14:16:01.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40152026-08-31T14:16:01.339Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40162026-08-31T14:16:01.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40172026-08-31T14:16:01.431Z
40182026-08-31T14:16:01.431Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs,zone` on oximeter-instruments (229/376)
40192026-08-31T14:16:01.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40202026-08-31T14:16:01.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40212026-08-31T14:16:01.928Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40222026-08-31T14:16:01.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40232026-08-31T14:16:02.021Z
40242026-08-31T14:16:02.021Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs,zone` on oximeter-instruments (230/376)
40252026-08-31T14:16:02.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40262026-08-31T14:16:02.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40272026-08-31T14:16:02.516Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40282026-08-31T14:16:02.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40292026-08-31T14:16:02.609Z
40302026-08-31T14:16:02.609Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs,zone` on oximeter-instruments (231/376)
40312026-08-31T14:16:03.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40322026-08-31T14:16:03.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40332026-08-31T14:16:03.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40342026-08-31T14:16:03.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40352026-08-31T14:16:03.201Z
40362026-08-31T14:16:03.201Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs,zone` on oximeter-instruments (232/376)
40372026-08-31T14:16:03.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40382026-08-31T14:16:03.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40392026-08-31T14:16:03.699Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40402026-08-31T14:16:03.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40412026-08-31T14:16:03.791Z
40422026-08-31T14:16:03.791Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs,zone` on oximeter-instruments (233/376)
40432026-08-31T14:16:04.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40442026-08-31T14:16:04.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40452026-08-31T14:16:04.289Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40462026-08-31T14:16:04.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40472026-08-31T14:16:04.377Z
40482026-08-31T14:16:04.377Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (234/376)
40492026-08-31T14:16:04.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40502026-08-31T14:16:04.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40512026-08-31T14:16:04.873Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40522026-08-31T14:16:04.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40532026-08-31T14:16:04.963Z
40542026-08-31T14:16:04.963Zinfo: running `cargo check --bins` on oximeter-producer (235/376)
40552026-08-31T14:16:05.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40562026-08-31T14:16:05.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40572026-08-31T14:16:05.473Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40582026-08-31T14:16:05.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40592026-08-31T14:16:05.569Z
40602026-08-31T14:16:05.570Zinfo: running `cargo check --bins` on internal-dns-resolver (236/376)
40612026-08-31T14:16:06.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40622026-08-31T14:16:06.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40632026-08-31T14:16:06.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40642026-08-31T14:16:06.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40652026-08-31T14:16:06.140Z
40662026-08-31T14:16:06.140Zinfo: running `cargo check --bins` on dns-server (237/376)
40672026-08-31T14:16:06.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40682026-08-31T14:16:06.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40692026-08-31T14:16:06.785Z Compiling parking_lot_core v0.8.6
40702026-08-31T14:16:06.893Z Compiling git-stub v1.0.0
40712026-08-31T14:16:06.903Z Checking prefix-trie v0.7.0
40722026-08-31T14:16:06.910Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
40732026-08-31T14:16:07.020Z Compiling git-stub-vcs v0.1.0
40742026-08-31T14:16:07.180Z Checking hickory-server v0.25.2
40752026-08-31T14:16:07.273Z Checking parking_lot v0.11.2
40762026-08-31T14:16:07.313Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
40772026-08-31T14:16:07.435Z Checking sled v0.34.7
40782026-08-31T14:16:09.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s
40792026-08-31T14:16:09.510Z
40802026-08-31T14:16:09.510Zinfo: running `cargo check --bins` on dns-server-api (238/376)
40812026-08-31T14:16:09.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40822026-08-31T14:16:09.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40832026-08-31T14:16:09.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40842026-08-31T14:16:09.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40852026-08-31T14:16:10.066Z
40862026-08-31T14:16:10.066Zinfo: running `cargo check --bins` on nexus-client (239/376)
40872026-08-31T14:16:10.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40882026-08-31T14:16:10.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40892026-08-31T14:16:10.573Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40902026-08-31T14:16:10.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40912026-08-31T14:16:10.667Z
40922026-08-31T14:16:10.667Zinfo: running `cargo check --bins` on oximeter-producer-api (240/376)
40932026-08-31T14:16:11.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40942026-08-31T14:16:11.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40952026-08-31T14:16:11.150Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40962026-08-31T14:16:11.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40972026-08-31T14:16:11.237Z
40982026-08-31T14:16:11.237Zinfo: running `cargo check --bins` on sp-sim (241/376)
40992026-08-31T14:16:11.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41002026-08-31T14:16:11.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41012026-08-31T14:16:11.941Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41022026-08-31T14:16:12.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.21s
41032026-08-31T14:16:12.633Z
41042026-08-31T14:16:12.633Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (242/376)
41052026-08-31T14:16:13.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41062026-08-31T14:16:13.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41072026-08-31T14:16:13.441Z Compiling proc-macro-error-attr2 v2.0.0
41082026-08-31T14:16:13.569Z Compiling hashbrown v0.14.5
41092026-08-31T14:16:13.569Z Compiling rfc6979 v0.4.0
41102026-08-31T14:16:13.584Z Compiling salty v0.3.0
41112026-08-31T14:16:13.596Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
41122026-08-31T14:16:13.606Z Compiling primeorder v0.13.6
41132026-08-31T14:16:13.619Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
41142026-08-31T14:16:13.684Z Compiling ecdsa v0.16.9
41152026-08-31T14:16:13.745Z Compiling sha1 v0.10.6
41162026-08-31T14:16:13.851Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
41172026-08-31T14:16:13.925Z Compiling proc-macro-error2 v2.0.1
41182026-08-31T14:16:14.028Z Compiling p384 v0.13.1
41192026-08-31T14:16:14.053Z Compiling chumsky v0.9.3
41202026-08-31T14:16:14.066Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
41212026-08-31T14:16:14.096Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
41222026-08-31T14:16:14.223Z Compiling knus-derive v3.4.0
41232026-08-31T14:16:14.260Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
41242026-08-31T14:16:14.298Z Checking omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
41252026-08-31T14:16:14.361Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
41262026-08-31T14:16:14.515Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
41272026-08-31T14:16:14.566Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
41282026-08-31T14:16:14.710Z Checking corncobs v0.1.4
41292026-08-31T14:16:14.756Z Checking libscf-sys v1.2.0
41302026-08-31T14:16:14.756Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
41312026-08-31T14:16:14.783Z Checking secrecy v0.8.0
41322026-08-31T14:16:14.798Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
41332026-08-31T14:16:14.829Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
41342026-08-31T14:16:14.893Z Checking papergrid v0.18.0
41352026-08-31T14:16:14.907Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
41362026-08-31T14:16:14.925Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
41372026-08-31T14:16:15.075Z Compiling unicase v2.9.0
41382026-08-31T14:16:15.127Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
41392026-08-31T14:16:15.162Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
41402026-08-31T14:16:15.235Z Checking itertools v0.15.0
41412026-08-31T14:16:15.271Z Compiling mime_guess v2.0.5
41422026-08-31T14:16:15.360Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
41432026-08-31T14:16:15.403Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
41442026-08-31T14:16:15.627Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
41452026-08-31T14:16:15.657Z Compiling knus v3.4.0
41462026-08-31T14:16:15.657Z Checking tabled v0.21.0
41472026-08-31T14:16:15.686Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
41482026-08-31T14:16:15.967Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
41492026-08-31T14:16:15.981Z Checking http-range v0.1.5
41502026-08-31T14:16:16.102Z Checking crc8 v0.1.1
41512026-08-31T14:16:16.297Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
41522026-08-31T14:16:16.325Z Checking scuffle v0.1.0
41532026-08-31T14:16:16.355Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
41542026-08-31T14:16:16.476Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41552026-08-31T14:16:16.521Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
41562026-08-31T14:16:16.536Z Checking nanorand v0.7.0
41572026-08-31T14:16:16.549Z Checking hyper-staticfile v0.10.1
41582026-08-31T14:16:16.744Z Checking flume v0.11.1
41592026-08-31T14:16:16.853Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
41602026-08-31T14:16:16.894Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
41612026-08-31T14:16:16.921Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
41622026-08-31T14:16:16.990Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
41632026-08-31T14:16:17.024Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
41642026-08-31T14:16:17.245Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
41652026-08-31T14:16:17.264Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
41662026-08-31T14:16:17.267Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
41672026-08-31T14:16:17.415Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
41682026-08-31T14:16:17.570Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
41692026-08-31T14:16:17.770Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
41702026-08-31T14:16:17.867Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
41712026-08-31T14:16:18.383Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
41722026-08-31T14:16:19.200Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
41732026-08-31T14:16:21.104Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
41742026-08-31T14:16:22.144Z Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
41752026-08-31T14:16:22.696Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
41762026-08-31T14:16:22.696Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
41772026-08-31T14:16:23.298Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
41782026-08-31T14:16:34.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.72s
41792026-08-31T14:16:34.363Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
41802026-08-31T14:16:34.363Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
41812026-08-31T14:16:34.560Z
41822026-08-31T14:16:34.561Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (243/376)
41832026-08-31T14:16:35.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41842026-08-31T14:16:35.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41852026-08-31T14:16:35.327Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
41862026-08-31T14:16:45.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.01s
41872026-08-31T14:16:45.604Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
41882026-08-31T14:16:45.604Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
41892026-08-31T14:16:45.783Z
41902026-08-31T14:16:45.784Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (244/376)
41912026-08-31T14:16:46.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41922026-08-31T14:16:46.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41932026-08-31T14:16:46.544Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
41942026-08-31T14:16:56.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.96s
41952026-08-31T14:16:56.750Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
41962026-08-31T14:16:56.750Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
41972026-08-31T14:16:56.949Z
41982026-08-31T14:16:56.949Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (245/376)
41992026-08-31T14:16:57.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42002026-08-31T14:16:57.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42012026-08-31T14:16:57.710Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42022026-08-31T14:17:07.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.98s
42032026-08-31T14:17:07.947Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42042026-08-31T14:17:07.947Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42052026-08-31T14:17:08.141Z
42062026-08-31T14:17:08.141Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (246/376)
42072026-08-31T14:17:08.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42082026-08-31T14:17:08.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42092026-08-31T14:17:08.894Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42102026-08-31T14:17:19.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.90s
42112026-08-31T14:17:19.055Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42122026-08-31T14:17:19.055Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42132026-08-31T14:17:19.250Z
42142026-08-31T14:17:19.250Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (247/376)
42152026-08-31T14:17:19.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42162026-08-31T14:17:19.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42172026-08-31T14:17:20.009Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42182026-08-31T14:17:30.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.90s
42192026-08-31T14:17:30.167Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42202026-08-31T14:17:30.167Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42212026-08-31T14:17:30.368Z
42222026-08-31T14:17:30.368Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (248/376)
42232026-08-31T14:17:30.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42242026-08-31T14:17:30.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42252026-08-31T14:17:31.137Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42262026-08-31T14:17:41.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.93s
42272026-08-31T14:17:41.308Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42282026-08-31T14:17:41.308Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42292026-08-31T14:17:41.502Z
42302026-08-31T14:17:41.502Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (249/376)
42312026-08-31T14:17:42.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42322026-08-31T14:17:42.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42332026-08-31T14:17:42.263Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42342026-08-31T14:17:52.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.98s
42352026-08-31T14:17:52.499Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42362026-08-31T14:17:52.499Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42372026-08-31T14:17:52.691Z
42382026-08-31T14:17:52.691Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (250/376)
42392026-08-31T14:17:53.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42402026-08-31T14:17:53.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42412026-08-31T14:17:53.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42422026-08-31T14:17:53.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42432026-08-31T14:17:53.263Z
42442026-08-31T14:17:53.263Zinfo: running `cargo check --bins` on installinator-common (251/376)
42452026-08-31T14:17:53.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42462026-08-31T14:17:53.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42472026-08-31T14:17:53.751Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42482026-08-31T14:17:53.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42492026-08-31T14:17:53.841Z
42502026-08-31T14:17:53.841Zinfo: running `cargo check --bins` on installinator-common-versions (252/376)
42512026-08-31T14:17:54.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42522026-08-31T14:17:54.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42532026-08-31T14:17:54.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42542026-08-31T14:17:54.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
42552026-08-31T14:17:54.393Z
42562026-08-31T14:17:54.393Zinfo: running `cargo check --bins` on nexus-lockstep-client (253/376)
42572026-08-31T14:17:54.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42582026-08-31T14:17:54.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42592026-08-31T14:17:54.900Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42602026-08-31T14:17:54.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42612026-08-31T14:17:54.990Z
42622026-08-31T14:17:54.991Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (254/376)
42632026-08-31T14:17:55.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42642026-08-31T14:17:55.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42652026-08-31T14:17:55.468Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42662026-08-31T14:17:55.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42672026-08-31T14:17:55.552Z
42682026-08-31T14:17:55.552Zinfo: running `cargo check --bins` on range-requests (255/376)
42692026-08-31T14:17:56.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42702026-08-31T14:17:56.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42712026-08-31T14:17:56.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42722026-08-31T14:17:56.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42732026-08-31T14:17:56.107Z
42742026-08-31T14:17:56.107Zinfo: running `cargo check --bins` on repo-depot-api (256/376)
42752026-08-31T14:17:56.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42762026-08-31T14:17:56.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42772026-08-31T14:17:56.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42782026-08-31T14:17:56.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42792026-08-31T14:17:56.662Z
42802026-08-31T14:17:56.662Zinfo: running `cargo check --bins` on repo-depot-client (257/376)
42812026-08-31T14:17:57.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42822026-08-31T14:17:57.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42832026-08-31T14:17:57.132Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42842026-08-31T14:17:57.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42852026-08-31T14:17:57.216Z
42862026-08-31T14:17:57.216Zinfo: running `cargo check --bins` on sled-agent-api (258/376)
42872026-08-31T14:17:57.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42882026-08-31T14:17:57.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42892026-08-31T14:17:57.709Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42902026-08-31T14:17:57.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42912026-08-31T14:17:57.798Z
42922026-08-31T14:17:57.798Zinfo: running `cargo check --bins` on sled-diagnostics (259/376)
42932026-08-31T14:17:58.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42942026-08-31T14:17:58.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42952026-08-31T14:17:58.289Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42962026-08-31T14:17:58.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42972026-08-31T14:17:58.381Z
42982026-08-31T14:17:58.381Zinfo: running `cargo check --bins` on zfs-test-harness (260/376)
42992026-08-31T14:17:58.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43002026-08-31T14:17:58.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43012026-08-31T14:17:58.874Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43022026-08-31T14:17:58.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43032026-08-31T14:17:58.965Z
43042026-08-31T14:17:58.965Zinfo: running `cargo check --bins` on sled-agent-bootstrap-common (261/376)
43052026-08-31T14:17:59.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43062026-08-31T14:17:59.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43072026-08-31T14:17:59.468Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43082026-08-31T14:17:59.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43092026-08-31T14:17:59.558Z
43102026-08-31T14:17:59.558Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (262/376)
43112026-08-31T14:18:00.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43122026-08-31T14:18:00.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43132026-08-31T14:18:00.052Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43142026-08-31T14:18:00.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43152026-08-31T14:18:00.144Z
43162026-08-31T14:18:00.144Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (263/376)
43172026-08-31T14:18:00.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43182026-08-31T14:18:00.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43192026-08-31T14:18:00.709Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43202026-08-31T14:18:00.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43212026-08-31T14:18:00.739Z
43222026-08-31T14:18:00.739Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (264/376)
43232026-08-31T14:18:01.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43242026-08-31T14:18:01.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43252026-08-31T14:18:01.237Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43262026-08-31T14:18:01.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43272026-08-31T14:18:01.327Z
43282026-08-31T14:18:01.327Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (265/376)
43292026-08-31T14:18:01.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43302026-08-31T14:18:01.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43312026-08-31T14:18:01.848Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43322026-08-31T14:18:01.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43332026-08-31T14:18:01.916Z
43342026-08-31T14:18:01.916Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (266/376)
43352026-08-31T14:18:02.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43362026-08-31T14:18:02.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43372026-08-31T14:18:02.415Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43382026-08-31T14:18:02.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43392026-08-31T14:18:02.491Z
43402026-08-31T14:18:02.492Zinfo: running `cargo check --bins` on trust-quorum (267/376)
43412026-08-31T14:18:02.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43422026-08-31T14:18:03.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43432026-08-31T14:18:03.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43442026-08-31T14:18:03.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43452026-08-31T14:18:03.079Z
43462026-08-31T14:18:03.079Zinfo: running `cargo check --bins` on sled-agent-health-monitor (268/376)
43472026-08-31T14:18:03.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43482026-08-31T14:18:03.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43492026-08-31T14:18:03.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43502026-08-31T14:18:03.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43512026-08-31T14:18:03.661Z
43522026-08-31T14:18:03.661Zinfo: running `cargo check --bins` on sled-agent-multirack-join (269/376)
43532026-08-31T14:18:04.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43542026-08-31T14:18:04.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43552026-08-31T14:18:04.171Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43562026-08-31T14:18:04.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43572026-08-31T14:18:04.280Z
43582026-08-31T14:18:04.280Zinfo: running `cargo check --bins` on sled-agent-rack-setup (270/376)
43592026-08-31T14:18:04.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43602026-08-31T14:18:04.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43612026-08-31T14:18:04.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43622026-08-31T14:18:04.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43632026-08-31T14:18:04.879Z
43642026-08-31T14:18:04.879Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (271/376)
43652026-08-31T14:18:05.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43662026-08-31T14:18:05.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43672026-08-31T14:18:05.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43682026-08-31T14:18:05.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43692026-08-31T14:18:05.479Z
43702026-08-31T14:18:05.479Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (272/376)
43712026-08-31T14:18:05.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43722026-08-31T14:18:05.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43732026-08-31T14:18:05.996Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43742026-08-31T14:18:06.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43752026-08-31T14:18:06.093Z
43762026-08-31T14:18:06.093Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (273/376)
43772026-08-31T14:18:06.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43782026-08-31T14:18:06.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43792026-08-31T14:18:06.619Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43802026-08-31T14:18:06.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43812026-08-31T14:18:06.706Z
43822026-08-31T14:18:06.706Zinfo: running `cargo check --bins` on omicron-deployment-graph (274/376)
43832026-08-31T14:18:07.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43842026-08-31T14:18:07.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43852026-08-31T14:18:07.187Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43862026-08-31T14:18:07.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
43872026-08-31T14:18:07.255Z
43882026-08-31T14:18:07.255Zinfo: running `cargo check --bins` on transient-dns-server (275/376)
43892026-08-31T14:18:07.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43902026-08-31T14:18:07.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43912026-08-31T14:18:07.743Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43922026-08-31T14:18:07.751Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
43932026-08-31T14:18:07.841Z
43942026-08-31T14:18:07.841Zinfo: running `cargo check --bins --no-default-features` on sled-agent-scrimlet-reconcilers (276/376)
43952026-08-31T14:18:08.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43962026-08-31T14:18:08.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43972026-08-31T14:18:08.328Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43982026-08-31T14:18:08.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
43992026-08-31T14:18:08.408Z
44002026-08-31T14:18:08.408Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-scrimlet-reconcilers (277/376)
44012026-08-31T14:18:08.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44022026-08-31T14:18:08.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44032026-08-31T14:18:08.910Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44042026-08-31T14:18:08.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44052026-08-31T14:18:08.985Z
44062026-08-31T14:18:08.985Zinfo: running `cargo check --bins` on omicron-rpaths (278/376)
44072026-08-31T14:18:09.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44082026-08-31T14:18:09.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44092026-08-31T14:18:09.466Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44102026-08-31T14:18:09.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
44112026-08-31T14:18:09.541Z
44122026-08-31T14:18:09.541Zinfo: running `cargo check --bins` on omicron-repl-utils (279/376)
44132026-08-31T14:18:09.998Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44142026-08-31T14:18:10.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44152026-08-31T14:18:10.004Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44162026-08-31T14:18:10.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
44172026-08-31T14:18:10.094Z
44182026-08-31T14:18:10.094Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (280/376)
44192026-08-31T14:18:10.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44202026-08-31T14:18:10.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44212026-08-31T14:18:10.775Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
44222026-08-31T14:18:11.181Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
44232026-08-31T14:18:12.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.27s
44242026-08-31T14:18:12.545Z
44252026-08-31T14:18:12.545Zinfo: running `cargo check --bins` on clickhouse-admin-api (281/376)
44262026-08-31T14:18:13.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44272026-08-31T14:18:13.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44282026-08-31T14:18:13.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44292026-08-31T14:18:13.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44302026-08-31T14:18:13.106Z
44312026-08-31T14:18:13.106Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (282/376)
44322026-08-31T14:18:13.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44332026-08-31T14:18:13.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44342026-08-31T14:18:13.585Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44352026-08-31T14:18:13.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44362026-08-31T14:18:13.672Z
44372026-08-31T14:18:13.672Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (283/376)
44382026-08-31T14:18:14.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44392026-08-31T14:18:14.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44402026-08-31T14:18:14.157Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44412026-08-31T14:18:14.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44422026-08-31T14:18:14.256Z
44432026-08-31T14:18:14.256Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (284/376)
44442026-08-31T14:18:14.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44452026-08-31T14:18:14.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44462026-08-31T14:18:14.725Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44472026-08-31T14:18:14.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44482026-08-31T14:18:14.811Z
44492026-08-31T14:18:14.811Zinfo: running `cargo check --bins` on installinator-client (285/376)
44502026-08-31T14:18:15.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44512026-08-31T14:18:15.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44522026-08-31T14:18:15.279Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44532026-08-31T14:18:15.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
44542026-08-31T14:18:15.360Z
44552026-08-31T14:18:15.360Zinfo: running `cargo check --bins` on oxide-client (286/376)
44562026-08-31T14:18:15.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44572026-08-31T14:18:15.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44582026-08-31T14:18:15.827Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44592026-08-31T14:18:15.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
44602026-08-31T14:18:15.911Z
44612026-08-31T14:18:15.911Zinfo: running `cargo check --bins` on oximeter-client (287/376)
44622026-08-31T14:18:16.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44632026-08-31T14:18:16.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44642026-08-31T14:18:16.390Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44652026-08-31T14:18:16.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44662026-08-31T14:18:16.476Z
44672026-08-31T14:18:16.476Zinfo: running `cargo check --bins` on wicketd-client (288/376)
44682026-08-31T14:18:16.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44692026-08-31T14:18:16.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44702026-08-31T14:18:16.976Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44712026-08-31T14:18:16.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44722026-08-31T14:18:17.066Z
44732026-08-31T14:18:17.066Zinfo: running `cargo check --bins` on wicket-common (289/376)
44742026-08-31T14:18:17.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44752026-08-31T14:18:17.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44762026-08-31T14:18:17.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44772026-08-31T14:18:17.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44782026-08-31T14:18:17.644Z
44792026-08-31T14:18:17.644Zinfo: running `cargo check --bins` on wicketd-commission-client (290/376)
44802026-08-31T14:18:18.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44812026-08-31T14:18:18.127Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44822026-08-31T14:18:18.127Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44832026-08-31T14:18:18.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44842026-08-31T14:18:18.216Z
44852026-08-31T14:18:18.216Zinfo: running `cargo check --bins` on omicron-cockroach-admin (291/376)
44862026-08-31T14:18:18.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44872026-08-31T14:18:18.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44882026-08-31T14:18:18.883Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
44892026-08-31T14:18:18.887Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
44902026-08-31T14:18:20.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.82s
44912026-08-31T14:18:20.224Z
44922026-08-31T14:18:20.225Zinfo: running `cargo check --bins` on cockroach-admin-api (292/376)
44932026-08-31T14:18:20.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44942026-08-31T14:18:20.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44952026-08-31T14:18:20.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44962026-08-31T14:18:20.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44972026-08-31T14:18:20.786Z
44982026-08-31T14:18:20.786Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (293/376)
44992026-08-31T14:18:21.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45002026-08-31T14:18:21.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45012026-08-31T14:18:21.330Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45022026-08-31T14:18:21.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
45032026-08-31T14:18:21.436Z
45042026-08-31T14:18:21.436Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (294/376)
45052026-08-31T14:18:21.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45062026-08-31T14:18:21.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45072026-08-31T14:18:21.987Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45082026-08-31T14:18:21.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
45092026-08-31T14:18:22.093Z
45102026-08-31T14:18:22.093Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (295/376)
45112026-08-31T14:18:22.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45122026-08-31T14:18:22.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45132026-08-31T14:18:22.618Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45142026-08-31T14:18:22.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45152026-08-31T14:18:22.715Z
45162026-08-31T14:18:22.715Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (296/376)
45172026-08-31T14:18:23.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45182026-08-31T14:18:23.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45192026-08-31T14:18:23.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45202026-08-31T14:18:23.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45212026-08-31T14:18:23.341Z
45222026-08-31T14:18:23.341Zinfo: running `cargo check --bins` on db-macros (297/376)
45232026-08-31T14:18:23.810Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45242026-08-31T14:18:23.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45252026-08-31T14:18:23.814Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45262026-08-31T14:18:23.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
45272026-08-31T14:18:23.897Z
45282026-08-31T14:18:23.898Zinfo: running `cargo check --bins` on nexus-macros-common (298/376)
45292026-08-31T14:18:24.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45302026-08-31T14:18:24.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45312026-08-31T14:18:24.386Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45322026-08-31T14:18:24.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
45332026-08-31T14:18:24.449Z
45342026-08-31T14:18:24.449Zinfo: running `cargo check --bins` on nexus-auth (299/376)
45352026-08-31T14:18:24.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45362026-08-31T14:18:24.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45372026-08-31T14:18:24.970Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45382026-08-31T14:18:24.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45392026-08-31T14:18:25.067Z
45402026-08-31T14:18:25.067Zinfo: running `cargo check --bins` on authz-macros (300/376)
45412026-08-31T14:18:25.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45422026-08-31T14:18:25.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45432026-08-31T14:18:25.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45442026-08-31T14:18:25.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
45452026-08-31T14:18:25.620Z
45462026-08-31T14:18:25.620Zinfo: running `cargo check --bins` on nexus-db-fixed-data (301/376)
45472026-08-31T14:18:26.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45482026-08-31T14:18:26.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45492026-08-31T14:18:26.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45502026-08-31T14:18:26.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45512026-08-31T14:18:26.237Z
45522026-08-31T14:18:26.237Zinfo: running `cargo check --bins` on nexus-db-model (302/376)
45532026-08-31T14:18:26.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45542026-08-31T14:18:26.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45552026-08-31T14:18:26.772Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45562026-08-31T14:18:26.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
45572026-08-31T14:18:26.846Z
45582026-08-31T14:18:26.846Zinfo: running `cargo check --bins` on nexus-db-schema (303/376)
45592026-08-31T14:18:27.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45602026-08-31T14:18:27.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45612026-08-31T14:18:27.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45622026-08-31T14:18:27.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
45632026-08-31T14:18:27.398Z
45642026-08-31T14:18:27.398Zinfo: running `cargo check --bins` on nexus-defaults (304/376)
45652026-08-31T14:18:27.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45662026-08-31T14:18:27.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45672026-08-31T14:18:27.879Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45682026-08-31T14:18:27.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
45692026-08-31T14:18:27.966Z
45702026-08-31T14:18:27.966Zinfo: running `cargo check --bins` on omicron-git-version (305/376)
45712026-08-31T14:18:28.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45722026-08-31T14:18:28.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45732026-08-31T14:18:28.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45742026-08-31T14:18:28.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
45752026-08-31T14:18:28.518Z
45762026-08-31T14:18:28.518Zinfo: running `cargo check --bins` on nexus-db-errors (306/376)
45772026-08-31T14:18:29.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45782026-08-31T14:18:29.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45792026-08-31T14:18:29.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45802026-08-31T14:18:29.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45812026-08-31T14:18:29.138Z
45822026-08-31T14:18:29.138Zinfo: running `cargo check --bins` on nexus-db-lookup (307/376)
45832026-08-31T14:18:29.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45842026-08-31T14:18:29.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45852026-08-31T14:18:29.662Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45862026-08-31T14:18:29.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45872026-08-31T14:18:29.757Z
45882026-08-31T14:18:29.757Zinfo: running `cargo check --bins` on nexus-test-interface (308/376)
45892026-08-31T14:18:30.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45902026-08-31T14:18:30.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45912026-08-31T14:18:30.283Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45922026-08-31T14:18:30.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45932026-08-31T14:18:30.379Z
45942026-08-31T14:18:30.379Zinfo: running `cargo check --bins` on oximeter-collector (309/376)
45952026-08-31T14:18:30.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45962026-08-31T14:18:30.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45972026-08-31T14:18:31.096Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
45982026-08-31T14:18:31.096Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
45992026-08-31T14:18:31.764Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
46002026-08-31T14:18:33.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.04s
46012026-08-31T14:18:33.622Z
46022026-08-31T14:18:33.622Zinfo: running `cargo check --bins` on oximeter-api (310/376)
46032026-08-31T14:18:34.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46042026-08-31T14:18:34.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46052026-08-31T14:18:34.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46062026-08-31T14:18:34.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
46072026-08-31T14:18:34.180Z
46082026-08-31T14:18:34.180Zinfo: running `cargo check --bins` on cert-dev (311/376)
46092026-08-31T14:18:34.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46102026-08-31T14:18:34.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46112026-08-31T14:18:34.773Z Checking yasna v0.5.2
46122026-08-31T14:18:35.169Z Checking rcgen v0.12.1
46132026-08-31T14:18:35.417Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
46142026-08-31T14:18:35.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
46152026-08-31T14:18:35.749Z
46162026-08-31T14:18:35.750Zinfo: running `cargo check --bins` on clickana (312/376)
46172026-08-31T14:18:36.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46182026-08-31T14:18:36.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46192026-08-31T14:18:36.377Z Compiling instability v0.3.11
46202026-08-31T14:18:36.377Z Checking castaway v0.2.4
46212026-08-31T14:18:36.381Z Compiling indoc v2.0.7
46222026-08-31T14:18:36.381Z Checking unicode-truncate v1.1.0
46232026-08-31T14:18:36.496Z Checking lru v0.12.5
46242026-08-31T14:18:36.500Z Checking cassowary v0.3.0
46252026-08-31T14:18:36.573Z Checking compact_str v0.8.1
46262026-08-31T14:18:37.352Z Checking ratatui v0.29.0
46272026-08-31T14:18:38.381Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
46282026-08-31T14:18:39.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.33s
46292026-08-31T14:18:39.253Z
46302026-08-31T14:18:39.253Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (313/376)
46312026-08-31T14:18:39.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46322026-08-31T14:18:39.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46332026-08-31T14:18:39.956Z Checking headers-core v0.3.0
46342026-08-31T14:18:39.956Z Checking port-file v0.1.0
46352026-08-31T14:18:39.959Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
46362026-08-31T14:18:40.146Z Checking headers v0.4.1
46372026-08-31T14:18:40.505Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
46382026-08-31T14:18:41.457Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
46392026-08-31T14:18:41.970Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
46402026-08-31T14:18:42.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.14s
46412026-08-31T14:18:42.591Z
46422026-08-31T14:18:42.591Zinfo: running `cargo check --bins` on ch-dev (314/376)
46432026-08-31T14:18:43.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46442026-08-31T14:18:43.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46452026-08-31T14:18:43.286Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
46462026-08-31T14:18:44.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
46472026-08-31T14:18:44.214Z
46482026-08-31T14:18:44.214Zinfo: running `cargo check --bins` on dev-tools-common (315/376)
46492026-08-31T14:18:44.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46502026-08-31T14:18:44.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46512026-08-31T14:18:44.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46522026-08-31T14:18:44.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
46532026-08-31T14:18:44.624Z
46542026-08-31T14:18:44.624Zinfo: running `cargo check --bins` on corpus-adjust (316/376)
46552026-08-31T14:18:45.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46562026-08-31T14:18:45.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46572026-08-31T14:18:45.235Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
46582026-08-31T14:18:45.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
46592026-08-31T14:18:45.781Z
46602026-08-31T14:18:45.781Zinfo: running `cargo check --bins` on crdb-seed (317/376)
46612026-08-31T14:18:46.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46622026-08-31T14:18:46.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46632026-08-31T14:18:46.474Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
46642026-08-31T14:18:47.568Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
46652026-08-31T14:18:47.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.13s
46662026-08-31T14:18:48.105Z
46672026-08-31T14:18:48.105Zinfo: running `cargo check --bins` on db-dev (318/376)
46682026-08-31T14:18:48.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46692026-08-31T14:18:48.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46702026-08-31T14:18:48.803Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
46712026-08-31T14:18:49.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
46722026-08-31T14:18:49.735Z
46732026-08-31T14:18:49.735Zinfo: running `cargo check --bins` on omicron-dev-lib (319/376)
46742026-08-31T14:18:50.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46752026-08-31T14:18:50.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46762026-08-31T14:18:50.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46772026-08-31T14:18:50.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
46782026-08-31T14:18:50.331Z
46792026-08-31T14:18:50.331Zinfo: running `cargo check --bins` on xtask-downloader (320/376)
46802026-08-31T14:18:50.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46812026-08-31T14:18:50.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46822026-08-31T14:18:50.934Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
46832026-08-31T14:18:51.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
46842026-08-31T14:18:51.775Z
46852026-08-31T14:18:51.775Zinfo: running `cargo check --bins` on omicron-dropshot-apis (321/376)
46862026-08-31T14:18:52.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46872026-08-31T14:18:52.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46882026-08-31T14:18:52.500Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
46892026-08-31T14:18:52.500Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
46902026-08-31T14:18:52.503Z Checking git-stub v1.0.0
46912026-08-31T14:18:52.503Z Compiling trait-variant v0.1.2
46922026-08-31T14:18:52.503Z Checking maplit v1.0.2
46932026-08-31T14:18:52.630Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
46942026-08-31T14:18:52.638Z Checking drift v0.2.0
46952026-08-31T14:18:52.648Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46962026-08-31T14:18:52.684Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
46972026-08-31T14:18:52.780Z Checking git-stub-vcs v0.1.0
46982026-08-31T14:18:52.826Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
46992026-08-31T14:18:52.852Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47002026-08-31T14:18:52.980Z Checking dropshot-api-manager v0.8.0
47012026-08-31T14:18:52.993Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
47022026-08-31T14:18:53.010Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
47032026-08-31T14:18:53.135Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
47042026-08-31T14:18:53.336Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
47052026-08-31T14:18:53.833Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
47062026-08-31T14:18:54.761Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47072026-08-31T14:18:55.758Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
47082026-08-31T14:18:56.540Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
47092026-08-31T14:18:56.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.20s
47102026-08-31T14:18:57.170Z
47112026-08-31T14:18:57.170Zinfo: running `cargo check --bins` on installinator-api (322/376)
47122026-08-31T14:18:57.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47132026-08-31T14:18:57.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47142026-08-31T14:18:57.638Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47152026-08-31T14:18:57.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
47162026-08-31T14:18:57.722Z
47172026-08-31T14:18:57.722Zinfo: running `cargo check --bins` on nexus-external-api (323/376)
47182026-08-31T14:18:58.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47192026-08-31T14:18:58.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47202026-08-31T14:18:58.231Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47212026-08-31T14:18:58.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
47222026-08-31T14:18:58.324Z
47232026-08-31T14:18:58.324Zinfo: running `cargo check --bins` on nexus-internal-api (324/376)
47242026-08-31T14:18:58.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47252026-08-31T14:18:58.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47262026-08-31T14:18:58.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47272026-08-31T14:18:58.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
47282026-08-31T14:18:58.918Z
47292026-08-31T14:18:58.918Zinfo: running `cargo check --bins` on nexus-lockstep-api (325/376)
47302026-08-31T14:18:59.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47312026-08-31T14:18:59.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47322026-08-31T14:18:59.422Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47332026-08-31T14:18:59.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
47342026-08-31T14:18:59.514Z
47352026-08-31T14:18:59.514Zinfo: running `cargo check --bins` on ntp-admin-api (326/376)
47362026-08-31T14:18:59.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47372026-08-31T14:18:59.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47382026-08-31T14:18:59.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47392026-08-31T14:18:59.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
47402026-08-31T14:19:00.066Z
47412026-08-31T14:19:00.066Zinfo: running `cargo check --bins` on ntp-admin-types-versions (327/376)
47422026-08-31T14:19:00.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47432026-08-31T14:19:00.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47442026-08-31T14:19:00.531Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47452026-08-31T14:19:00.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
47462026-08-31T14:19:00.611Z
47472026-08-31T14:19:00.611Zinfo: running `cargo check --bins` on wicketd-api (328/376)
47482026-08-31T14:19:01.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47492026-08-31T14:19:01.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47502026-08-31T14:19:01.099Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47512026-08-31T14:19:01.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
47522026-08-31T14:19:01.185Z
47532026-08-31T14:19:01.185Zinfo: running `cargo check --bins` on wicketd-commission-api (329/376)
47542026-08-31T14:19:01.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47552026-08-31T14:19:01.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47562026-08-31T14:19:01.662Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47572026-08-31T14:19:01.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
47582026-08-31T14:19:01.748Z
47592026-08-31T14:19:01.748Zinfo: running `cargo check --bins` on omicron-ls-apis (330/376)
47602026-08-31T14:19:02.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47612026-08-31T14:19:02.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47622026-08-31T14:19:02.345Z Compiling blake3 v1.8.5
47632026-08-31T14:19:02.455Z Checking arrayref v0.3.9
47642026-08-31T14:19:02.455Z Checking constant_time_eq v0.4.2
47652026-08-31T14:19:02.460Z Checking arrayvec v0.7.6
47662026-08-31T14:19:02.477Z Checking cargo-platform v0.3.2
47672026-08-31T14:19:02.477Z Checking topological-sort v0.2.2
47682026-08-31T14:19:02.480Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
47692026-08-31T14:19:02.628Z Checking cargo_metadata v0.23.1
47702026-08-31T14:19:03.206Z Checking omicron-zone-package v0.12.3
47712026-08-31T14:19:03.917Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
47722026-08-31T14:19:04.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.98s
47732026-08-31T14:19:04.894Z
47742026-08-31T14:19:04.894Zinfo: running `cargo check --bins` on mgs-dev (331/376)
47752026-08-31T14:19:05.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47762026-08-31T14:19:05.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47772026-08-31T14:19:05.601Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
47782026-08-31T14:19:06.222Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
47792026-08-31T14:19:06.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.83s
47802026-08-31T14:19:06.916Z
47812026-08-31T14:19:06.916Zinfo: running `cargo check --bins` on omicron-omdb (332/376)
47822026-08-31T14:19:07.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47832026-08-31T14:19:07.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47842026-08-31T14:19:07.864Z Compiling darling_core v0.21.3
47852026-08-31T14:19:07.864Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47862026-08-31T14:19:07.864Z Compiling vergen-lib v0.1.6
47872026-08-31T14:19:07.864Z Compiling diesel_derives v2.3.7
47882026-08-31T14:19:07.864Z Checking scheduled-thread-pool v0.2.7
47892026-08-31T14:19:07.867Z Compiling vergen-gitcl v1.0.8
47902026-08-31T14:19:07.867Z Compiling diesel_table_macro_syntax v0.3.0
47912026-08-31T14:19:07.867Z Compiling dirs-sys-next v0.1.2
47922026-08-31T14:19:08.135Z Compiling crunchy v0.2.4
47932026-08-31T14:19:08.181Z Compiling glob v0.3.3
47942026-08-31T14:19:08.251Z Compiling dirs-next v2.0.0
47952026-08-31T14:19:08.255Z Checking r2d2 v0.8.10
47962026-08-31T14:19:08.291Z Checking downcast-rs v2.0.2
47972026-08-31T14:19:08.394Z Compiling tiny-keccak v2.0.2
47982026-08-31T14:19:08.394Z Compiling term v0.7.0
47992026-08-31T14:19:08.501Z Compiling bit-vec v0.6.3
48002026-08-31T14:19:08.545Z Compiling clang-sys v1.8.1
48012026-08-31T14:19:08.586Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
48022026-08-31T14:19:08.734Z Compiling bit-set v0.5.3
48032026-08-31T14:19:08.781Z Compiling ascii-canvas v3.0.0
48042026-08-31T14:19:08.872Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
48052026-08-31T14:19:08.912Z Compiling itertools v0.10.5
48062026-08-31T14:19:08.929Z Compiling ena v0.14.4
48072026-08-31T14:19:08.983Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
48082026-08-31T14:19:09.013Z Compiling libloading v0.8.9
48092026-08-31T14:19:09.030Z Compiling diff v0.1.13
48102026-08-31T14:19:09.030Z Compiling bindgen v0.71.1
48112026-08-31T14:19:09.131Z Compiling regex-syntax v0.6.29
48122026-08-31T14:19:09.323Z Compiling cexpr v0.6.0
48132026-08-31T14:19:09.418Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
48142026-08-31T14:19:09.569Z Compiling rustc-hash v2.1.1
48152026-08-31T14:19:09.606Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
48162026-08-31T14:19:09.888Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
48172026-08-31T14:19:09.948Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
48182026-08-31T14:19:09.966Z Compiling libxml v0.3.3
48192026-08-31T14:19:09.982Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
48202026-08-31T14:19:10.161Z Compiling strum_macros v0.24.3
48212026-08-31T14:19:10.210Z Compiling indoc v1.0.9
48222026-08-31T14:19:10.539Z Compiling darling_macro v0.21.3
48232026-08-31T14:19:10.650Z Compiling lalrpop v0.19.12
48242026-08-31T14:19:11.033Z Compiling darling v0.21.3
48252026-08-31T14:19:11.125Z Compiling dsl_auto_type v0.2.0
48262026-08-31T14:19:11.165Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
48272026-08-31T14:19:11.180Z Checking derive_builder v0.20.2
48282026-08-31T14:19:11.292Z Compiling oso-derive v0.27.3
48292026-08-31T14:19:11.346Z Checking quick-xml v0.37.5
48302026-08-31T14:19:11.481Z Compiling impl-trait-for-tuples v0.2.3
48312026-08-31T14:19:11.821Z Checking openssl-probe v0.1.6
48322026-08-31T14:19:11.959Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
48332026-08-31T14:19:12.235Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
48342026-08-31T14:19:12.422Z Checking bb8 v0.8.6
48352026-08-31T14:19:12.710Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
48362026-08-31T14:19:12.729Z Checking nonempty v0.12.0
48372026-08-31T14:19:12.777Z Compiling libz-sys v1.1.24
48382026-08-31T14:19:12.888Z Compiling strsim v0.10.0
48392026-08-31T14:19:12.928Z Compiling libgit2-sys v0.18.3+1.9.2
48402026-08-31T14:19:13.063Z Compiling darling_core v0.13.4
48412026-08-31T14:19:13.212Z Compiling progenitor-impl v0.13.0
48422026-08-31T14:19:13.346Z Compiling vergen-git2 v9.1.0
48432026-08-31T14:19:14.444Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
48442026-08-31T14:19:14.626Z Checking progenitor-client v0.13.0
48452026-08-31T14:19:14.897Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48462026-08-31T14:19:14.922Z Compiling darling_macro v0.13.4
48472026-08-31T14:19:15.402Z Compiling darling v0.13.4
48482026-08-31T14:19:15.495Z Compiling serde_with_macros v1.5.2
48492026-08-31T14:19:15.767Z Compiling progenitor-macro v0.13.0
48502026-08-31T14:19:15.843Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
48512026-08-31T14:19:16.064Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
48522026-08-31T14:19:16.244Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
48532026-08-31T14:19:16.319Z Compiling serde_with v1.14.0
48542026-08-31T14:19:16.427Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
48552026-08-31T14:19:16.647Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
48562026-08-31T14:19:16.837Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
48572026-08-31T14:19:16.966Z Checking diesel v2.3.7
48582026-08-31T14:19:16.987Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
48592026-08-31T14:19:17.010Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
48602026-08-31T14:19:17.503Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
48612026-08-31T14:19:18.684Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
48622026-08-31T14:19:18.818Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
48632026-08-31T14:19:19.008Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
48642026-08-31T14:19:19.199Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
48652026-08-31T14:19:19.380Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
48662026-08-31T14:19:19.610Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
48672026-08-31T14:19:19.626Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
48682026-08-31T14:19:20.253Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
48692026-08-31T14:19:20.256Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
48702026-08-31T14:19:20.507Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
48712026-08-31T14:19:20.733Z Checking progenitor v0.13.0
48722026-08-31T14:19:20.753Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
48732026-08-31T14:19:20.865Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
48742026-08-31T14:19:20.886Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48752026-08-31T14:19:21.049Z Checking twox-hash v2.1.2
48762026-08-31T14:19:21.321Z Checking libsw-core v0.3.2
48772026-08-31T14:19:21.347Z Checking atty v0.2.14
48782026-08-31T14:19:21.373Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
48792026-08-31T14:19:21.447Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
48802026-08-31T14:19:21.465Z Checking libsw v3.5.0
48812026-08-31T14:19:21.686Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
48822026-08-31T14:19:23.354Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
48832026-08-31T14:19:23.556Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
48842026-08-31T14:19:24.012Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
48852026-08-31T14:19:24.223Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
48862026-08-31T14:19:25.195Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
48872026-08-31T14:19:25.363Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
48882026-08-31T14:19:25.513Z Checking fatfs v0.3.6
48892026-08-31T14:19:25.964Z Checking console v0.16.2
48902026-08-31T14:19:26.298Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
48912026-08-31T14:19:27.256Z Checking unit-prefix v0.5.2
48922026-08-31T14:19:27.281Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
48932026-08-31T14:19:27.379Z Compiling seq-macro v0.3.6
48942026-08-31T14:19:27.427Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
48952026-08-31T14:19:27.579Z Checking indicatif v0.18.4
48962026-08-31T14:19:27.893Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
48972026-08-31T14:19:27.947Z Checking oxide-update-engine-display v0.1.2
48982026-08-31T14:19:28.246Z Checking support-bundle-viewer v0.1.2
48992026-08-31T14:19:28.524Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
49002026-08-31T14:19:28.549Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
49012026-08-31T14:19:28.692Z Checking multimap v0.10.1
49022026-08-31T14:19:34.524Z Checking diesel-dtrace v0.5.0
49032026-08-31T14:19:34.799Z Checking async-bb8-diesel v0.2.1
49042026-08-31T14:19:37.547Z Compiling samael v0.0.19
49052026-08-31T14:19:40.546Z Compiling git2 v0.20.4
49062026-08-31T14:19:42.092Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
49072026-08-31T14:19:43.157Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
49082026-08-31T14:19:44.097Z Compiling polar-core v0.27.3
49092026-08-31T14:19:48.625Z Checking oso v0.27.3
49102026-08-31T14:20:19.457Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
49112026-08-31T14:21:34.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 27s
49122026-08-31T14:21:34.902Z
49132026-08-31T14:21:34.902Zinfo: running `cargo check --bins` on nexus-networking (333/376)
49142026-08-31T14:21:35.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49152026-08-31T14:21:35.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49162026-08-31T14:21:35.505Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49172026-08-31T14:21:35.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
49182026-08-31T14:21:35.564Z
49192026-08-31T14:21:35.565Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (334/376)
49202026-08-31T14:21:36.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49212026-08-31T14:21:36.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49222026-08-31T14:21:36.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49232026-08-31T14:21:36.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
49242026-08-31T14:21:36.187Z
49252026-08-31T14:21:36.188Zinfo: running `cargo check --bins` on nexus-saga-recovery (335/376)
49262026-08-31T14:21:36.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49272026-08-31T14:21:36.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49282026-08-31T14:21:36.723Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49292026-08-31T14:21:36.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
49302026-08-31T14:21:36.806Z
49312026-08-31T14:21:36.806Zinfo: running `cargo check --bins` on nexus-test-utils-macros (336/376)
49322026-08-31T14:21:37.290Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49332026-08-31T14:21:37.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49342026-08-31T14:21:37.302Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49352026-08-31T14:21:37.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
49362026-08-31T14:21:37.358Z
49372026-08-31T14:21:37.358Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (337/376)
49382026-08-31T14:21:37.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49392026-08-31T14:21:37.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49402026-08-31T14:21:38.195Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
49412026-08-31T14:21:38.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.58s
49422026-08-31T14:21:39.179Z
49432026-08-31T14:21:39.179Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (338/376)
49442026-08-31T14:21:39.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49452026-08-31T14:21:39.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49462026-08-31T14:21:39.971Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
49472026-08-31T14:22:18.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.79s
49482026-08-31T14:22:19.168Z
49492026-08-31T14:22:19.168Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (339/376)
49502026-08-31T14:22:19.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49512026-08-31T14:22:19.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49522026-08-31T14:22:19.661Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49532026-08-31T14:22:19.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
49542026-08-31T14:22:19.714Z
49552026-08-31T14:22:19.714Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (340/376)
49562026-08-31T14:22:20.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49572026-08-31T14:22:20.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49582026-08-31T14:22:20.186Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49592026-08-31T14:22:20.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
49602026-08-31T14:22:20.271Z
49612026-08-31T14:22:20.271Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (341/376)
49622026-08-31T14:22:20.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49632026-08-31T14:22:20.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49642026-08-31T14:22:20.782Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49652026-08-31T14:22:20.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
49662026-08-31T14:22:20.876Z
49672026-08-31T14:22:20.876Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (342/376)
49682026-08-31T14:22:21.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49692026-08-31T14:22:21.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49702026-08-31T14:22:21.398Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49712026-08-31T14:22:21.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
49722026-08-31T14:22:21.503Z
49732026-08-31T14:22:21.503Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (343/376)
49742026-08-31T14:22:22.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49752026-08-31T14:22:22.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49762026-08-31T14:22:22.017Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49772026-08-31T14:22:22.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
49782026-08-31T14:22:22.114Z
49792026-08-31T14:22:22.114Zinfo: running `cargo check --bins` on nexus-mgs-updates (344/376)
49802026-08-31T14:22:22.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49812026-08-31T14:22:22.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49822026-08-31T14:22:22.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49832026-08-31T14:22:22.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
49842026-08-31T14:22:22.711Z
49852026-08-31T14:22:22.711Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (345/376)
49862026-08-31T14:22:23.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49872026-08-31T14:22:23.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49882026-08-31T14:22:23.238Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49892026-08-31T14:22:23.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
49902026-08-31T14:22:23.333Z
49912026-08-31T14:22:23.333Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (346/376)
49922026-08-31T14:22:23.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49932026-08-31T14:22:23.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49942026-08-31T14:22:23.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49952026-08-31T14:22:23.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
49962026-08-31T14:22:23.954Z
49972026-08-31T14:22:23.954Zinfo: running `cargo check --bins` on nexus-switch-config (347/376)
49982026-08-31T14:22:24.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49992026-08-31T14:22:24.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50002026-08-31T14:22:24.473Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50012026-08-31T14:22:24.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
50022026-08-31T14:22:24.551Z
50032026-08-31T14:22:24.551Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (348/376)
50042026-08-31T14:22:25.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50052026-08-31T14:22:25.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50062026-08-31T14:22:25.081Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50072026-08-31T14:22:25.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
50082026-08-31T14:22:25.168Z
50092026-08-31T14:22:25.168Zinfo: running `cargo check --bins` on support-bundle-collection (349/376)
50102026-08-31T14:22:25.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50112026-08-31T14:22:25.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50122026-08-31T14:22:25.688Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50132026-08-31T14:22:25.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
50142026-08-31T14:22:25.778Z
50152026-08-31T14:22:25.778Zinfo: running `cargo check --bins` on omicron-dev (350/376)
50162026-08-31T14:22:26.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50172026-08-31T14:22:26.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50182026-08-31T14:22:26.659Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
50192026-08-31T14:22:26.659Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
50202026-08-31T14:22:26.853Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
50212026-08-31T14:22:26.860Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
50222026-08-31T14:22:26.903Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
50232026-08-31T14:22:26.911Z Checking yansi v1.0.1
50242026-08-31T14:22:26.911Z Checking diff v0.1.13
50252026-08-31T14:22:26.941Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
50262026-08-31T14:22:26.988Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
50272026-08-31T14:22:27.161Z Checking pretty_assertions v1.4.1
50282026-08-31T14:22:27.928Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
50292026-08-31T14:22:27.950Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
50302026-08-31T14:22:53.811Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
50312026-08-31T14:22:54.064Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
50322026-08-31T14:22:54.065Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
50332026-08-31T14:22:54.065Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
50342026-08-31T14:22:54.071Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
50352026-08-31T14:22:54.071Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
50362026-08-31T14:22:54.071Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
50372026-08-31T14:22:54.460Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
50382026-08-31T14:22:54.460Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
50392026-08-31T14:22:55.709Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
50402026-08-31T14:23:35.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
50412026-08-31T14:23:36.098Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
50422026-08-31T14:23:36.099Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
50432026-08-31T14:23:36.099Z
50442026-08-31T14:23:36.099Zinfo: running `cargo check --bins` on oximeter-load-test (351/376)
50452026-08-31T14:23:36.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50462026-08-31T14:23:36.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50472026-08-31T14:23:36.099Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
50482026-08-31T14:23:37.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
50492026-08-31T14:23:37.314Z
50502026-08-31T14:23:37.315Zinfo: running `cargo check --bins` on omicron-pins (352/376)
50512026-08-31T14:23:40.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50522026-08-31T14:23:40.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50532026-08-31T14:23:40.783Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50542026-08-31T14:23:40.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
50552026-08-31T14:23:40.783Z
50562026-08-31T14:23:40.783Zinfo: running `cargo check --bins` on rack-init-config (353/376)
50572026-08-31T14:23:42.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50582026-08-31T14:23:42.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50592026-08-31T14:23:42.050Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50602026-08-31T14:23:42.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
50612026-08-31T14:23:42.050Z
50622026-08-31T14:23:42.050Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (354/376)
50632026-08-31T14:23:42.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50642026-08-31T14:23:42.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50652026-08-31T14:23:42.051Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
50662026-08-31T14:23:42.051Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
50672026-08-31T14:23:42.051Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
50682026-08-31T14:24:06.531Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
50692026-08-31T14:24:07.728Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
50702026-08-31T14:24:10.189Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
50712026-08-31T14:24:10.190Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
50722026-08-31T14:24:11.612Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
50732026-08-31T14:24:35.720Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
50742026-08-31T14:24:36.442Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
50752026-08-31T14:24:38.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
50762026-08-31T14:24:39.634Z
50772026-08-31T14:24:39.634Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (355/376)
50782026-08-31T14:24:39.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50792026-08-31T14:24:39.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50802026-08-31T14:24:39.639Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
50812026-08-31T14:24:39.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
50822026-08-31T14:24:39.906Z
50832026-08-31T14:24:39.907Zinfo: running `cargo check --bins` on omicron-releng (356/376)
50842026-08-31T14:24:40.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50852026-08-31T14:24:40.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50862026-08-31T14:24:40.523Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
50872026-08-31T14:24:40.529Z Compiling fs-err v2.11.0
50882026-08-31T14:24:40.646Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
50892026-08-31T14:24:40.662Z Checking parse-size v1.1.0
50902026-08-31T14:24:40.672Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
50912026-08-31T14:24:40.672Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
50922026-08-31T14:24:40.672Z Checking shell-words v1.1.1
50932026-08-31T14:24:40.744Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
50942026-08-31T14:24:41.099Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
50952026-08-31T14:24:41.729Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
50962026-08-31T14:24:41.911Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
50972026-08-31T14:24:42.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.95s
50982026-08-31T14:24:43.099Z
50992026-08-31T14:24:43.099Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (357/376)
51002026-08-31T14:24:43.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51012026-08-31T14:24:43.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51022026-08-31T14:24:43.652Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
51032026-08-31T14:24:44.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s
51042026-08-31T14:24:44.346Z
51052026-08-31T14:24:44.346Zinfo: running `cargo check --bins` on schema (358/376)
51062026-08-31T14:24:44.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51072026-08-31T14:24:44.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51082026-08-31T14:24:45.041Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
51092026-08-31T14:24:45.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
51102026-08-31T14:24:45.987Z
51112026-08-31T14:24:45.987Zinfo: running `cargo check --bins` on xtask (359/376)
51122026-08-31T14:24:46.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51132026-08-31T14:24:46.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51142026-08-31T14:24:46.374Z Checking serde_core v1.0.228
51152026-08-31T14:24:46.374Z Checking libc v0.2.185
51162026-08-31T14:24:46.374Z Checking bitflags v2.11.0
51172026-08-31T14:24:46.413Z Checking scroll v0.12.0
51182026-08-31T14:24:46.470Z Checking thiserror v1.0.69
51192026-08-31T14:24:46.470Z Checking log v0.4.33
51202026-08-31T14:24:46.470Z Checking indexmap v2.14.0
51212026-08-31T14:24:46.470Z Checking zerocopy v0.7.35
51222026-08-31T14:24:46.503Z Checking syn v2.0.117
51232026-08-31T14:24:46.535Z Checking dtrace-parser v0.2.0
51242026-08-31T14:24:46.544Z Checking once_cell v1.21.3
51252026-08-31T14:24:46.606Z Checking goblin v0.8.2
51262026-08-31T14:24:46.662Z Checking errno v0.3.14
51272026-08-31T14:24:46.710Z Checking getrandom v0.4.3
51282026-08-31T14:24:46.776Z Checking thread-id v4.2.2
51292026-08-31T14:24:46.798Z Checking rustix v1.1.4
51302026-08-31T14:24:46.882Z Checking memmap v0.7.0
51312026-08-31T14:24:46.882Z Checking thiserror v2.0.18
51322026-08-31T14:24:47.021Z Checking fs-err v3.3.0
51332026-08-31T14:24:47.064Z Checking tabled v0.15.0
51342026-08-31T14:24:47.064Z Checking anyhow v1.0.104
51352026-08-31T14:24:47.531Z Checking terminal_size v0.4.3
51362026-08-31T14:24:47.531Z Checking tempfile v3.27.0
51372026-08-31T14:24:47.657Z Checking clap_builder v4.6.0
51382026-08-31T14:24:47.657Z Checking textwrap v0.16.2
51392026-08-31T14:24:47.810Z Checking serde v1.0.228
51402026-08-31T14:24:47.810Z Checking serde_json v1.0.151
51412026-08-31T14:24:47.810Z Checking camino v1.2.5
51422026-08-31T14:24:47.868Z Checking semver v1.0.28
51432026-08-31T14:24:48.168Z Checking cargo-platform v0.3.2
51442026-08-31T14:24:48.301Z Checking camino-tempfile v1.4.1
51452026-08-31T14:24:48.301Z Checking toml_datetime v0.6.11
51462026-08-31T14:24:48.301Z Checking serde_spanned v0.6.9
51472026-08-31T14:24:48.301Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
51482026-08-31T14:24:48.301Z Checking macaddr v1.0.1
51492026-08-31T14:24:48.556Z Checking toml_edit v0.22.27
51502026-08-31T14:24:48.580Z Checking dof v0.3.0
51512026-08-31T14:24:48.580Z Checking cargo_metadata v0.23.1
51522026-08-31T14:24:48.670Z Checking usdt-impl v0.5.0
51532026-08-31T14:24:48.819Z Checking clap v4.6.1
51542026-08-31T14:24:48.965Z Checking usdt v0.5.0
51552026-08-31T14:24:49.394Z Checking toml v0.8.23
51562026-08-31T14:24:49.618Z Checking cargo_toml v0.21.0
51572026-08-31T14:24:50.308Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
51582026-08-31T14:24:50.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.70s
51592026-08-31T14:24:51.063Z
51602026-08-31T14:24:51.063Zinfo: running `cargo check --bins` on dnsadm (360/376)
51612026-08-31T14:24:51.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51622026-08-31T14:24:51.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51632026-08-31T14:24:51.350Z Checking arc-swap v1.8.2
51642026-08-31T14:24:51.660Z Checking slog-scope v4.4.1
51652026-08-31T14:24:51.864Z Checking slog-stdlog v4.1.1
51662026-08-31T14:24:51.953Z Checking slog-envlogger v2.2.0
51672026-08-31T14:24:52.258Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
51682026-08-31T14:24:52.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.63s
51692026-08-31T14:24:52.770Z
51702026-08-31T14:24:52.770Zinfo: running `cargo check --bins` on end-to-end-tests (361/376)
51712026-08-31T14:24:53.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51722026-08-31T14:24:53.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51732026-08-31T14:24:53.374Z Checking cpubits v0.1.1
51742026-08-31T14:24:53.491Z Checking pem-rfc7468 v1.0.0
51752026-08-31T14:24:53.508Z Checking hmac v0.13.0
51762026-08-31T14:24:53.508Z Checking universal-hash v0.6.1
51772026-08-31T14:24:53.545Z Checking ctr v0.10.1
51782026-08-31T14:24:53.546Z Checking aead v0.6.1
51792026-08-31T14:24:53.585Z Checking crypto-bigint v0.7.5
51802026-08-31T14:24:53.585Z Checking aes v0.9.1
51812026-08-31T14:24:53.629Z Checking salsa20 v0.11.0
51822026-08-31T14:24:53.663Z Checking der v0.8.0
51832026-08-31T14:24:53.663Z Checking polyval v0.7.1
51842026-08-31T14:24:53.663Z Checking pbkdf2 v0.13.0
51852026-08-31T14:24:53.709Z Checking cbc v0.2.1
51862026-08-31T14:24:53.733Z Checking ff v0.14.0
51872026-08-31T14:24:53.778Z Checking signature v3.0.0
51882026-08-31T14:24:53.827Z Checking scrypt v0.12.0
51892026-08-31T14:24:54.016Z Checking base16ct v1.0.0
51902026-08-31T14:24:54.016Z Checking ghash v0.6.0
51912026-08-31T14:24:54.016Z Checking group v0.14.0
51922026-08-31T14:24:54.103Z Checking hkdf v0.13.0
51932026-08-31T14:24:54.103Z Compiling curve25519-dalek v5.0.0
51942026-08-31T14:24:54.103Z Checking aes-gcm v0.11.0
51952026-08-31T14:24:54.103Z Checking keccak v0.2.0
51962026-08-31T14:24:54.103Z Checking wnaf v0.14.0
51972026-08-31T14:24:54.103Z Checking poly1305 v0.9.0
51982026-08-31T14:24:54.103Z Checking blowfish v0.10.0
51992026-08-31T14:24:54.153Z Checking blake2 v0.11.0-rc.6
52002026-08-31T14:24:54.231Z Checking sha3 v0.11.0
52012026-08-31T14:24:54.232Z Checking kem v0.3.0
52022026-08-31T14:24:54.232Z Checking bcrypt-pbkdf v0.11.0
52032026-08-31T14:24:54.273Z Checking module-lattice v0.2.3
52042026-08-31T14:24:54.313Z Checking sponge-cursor v0.1.0
52052026-08-31T14:24:54.367Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
52062026-08-31T14:24:54.423Z Checking argon2 v0.6.0-rc.8
52072026-08-31T14:24:54.423Z Checking sha3 v0.12.0
52082026-08-31T14:24:54.464Z Checking spki v0.8.0
52092026-08-31T14:24:54.474Z Checking sec1 v0.8.1
52102026-08-31T14:24:54.487Z Checking ml-kem v0.3.2
52112026-08-31T14:24:54.518Z Checking internal-russh-num-bigint v0.5.0
52122026-08-31T14:24:54.576Z Checking pkcs5 v0.8.1
52132026-08-31T14:24:54.604Z Checking pkcs1 v0.8.0-rc.4
52142026-08-31T14:24:54.789Z Checking num-bigint v0.4.6
52152026-08-31T14:24:54.833Z Checking generic-array v1.4.3
52162026-08-31T14:24:54.833Z Checking russh-util v0.52.0
52172026-08-31T14:24:54.900Z Checking pkcs8 v0.11.0
52182026-08-31T14:24:54.934Z Compiling enum_dispatch v0.3.13
52192026-08-31T14:24:55.096Z Checking ed25519 v3.0.0
52202026-08-31T14:24:55.097Z Compiling delegate v0.13.5
52212026-08-31T14:24:55.670Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
52222026-08-31T14:24:55.741Z Checking hex-literal v1.1.0
52232026-08-31T14:24:55.741Z Checking ed25519-dalek v3.0.0
52242026-08-31T14:24:55.741Z Checking md5 v0.8.0
52252026-08-31T14:24:55.742Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
52262026-08-31T14:24:55.742Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
52272026-08-31T14:24:55.742Z Checking internet-checksum v0.2.1
52282026-08-31T14:24:55.742Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
52292026-08-31T14:24:55.897Z Checking elliptic-curve v0.14.1
52302026-08-31T14:24:55.898Z Checking primefield v0.14.0
52312026-08-31T14:24:55.898Z Checking rfc6979 v0.6.0
52322026-08-31T14:24:55.898Z Checking ssh-encoding v0.3.0
52332026-08-31T14:24:55.997Z Checking crypto-primes v0.7.2
52342026-08-31T14:24:56.656Z Checking ssh-cipher v0.3.0
52352026-08-31T14:24:56.656Z Checking russh-cryptovec v0.62.0
52362026-08-31T14:24:56.656Z Checking primeorder v0.14.0
52372026-08-31T14:24:56.657Z Checking ecdsa v0.17.0
52382026-08-31T14:24:56.657Z Checking p384 v0.14.0
52392026-08-31T14:24:56.657Z Checking p521 v0.14.0
52402026-08-31T14:24:56.657Z Checking p256 v0.14.0
52412026-08-31T14:24:56.781Z Checking rsa v0.10.0-rc.18
52422026-08-31T14:24:59.366Z Checking ssh-key v0.7.0-rc.11
52432026-08-31T14:25:00.082Z Checking russh v0.62.4
52442026-08-31T14:25:13.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.76s
52452026-08-31T14:25:13.456Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
52462026-08-31T14:25:13.456Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
52472026-08-31T14:25:13.544Z
52482026-08-31T14:25:13.544Zinfo: running `cargo check --bins` on gateway-cli (362/376)
52492026-08-31T14:25:14.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52502026-08-31T14:25:14.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52512026-08-31T14:25:14.454Z Checking termios v0.3.3
52522026-08-31T14:25:14.454Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
52532026-08-31T14:25:14.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
52542026-08-31T14:25:15.129Z
52552026-08-31T14:25:15.129Zinfo: running `cargo check --bins --no-default-features` on installinator (363/376)
52562026-08-31T14:25:15.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52572026-08-31T14:25:15.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52582026-08-31T14:25:15.806Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
52592026-08-31T14:25:16.496Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
52602026-08-31T14:25:18.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.94s
52612026-08-31T14:25:18.427Z
52622026-08-31T14:25:18.427Zinfo: running `cargo check --bins` on internal-dns-cli (364/376)
52632026-08-31T14:25:18.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52642026-08-31T14:25:19.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52652026-08-31T14:25:19.075Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
52662026-08-31T14:25:19.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
52672026-08-31T14:25:19.499Z
52682026-08-31T14:25:19.499Zinfo: running `cargo check --bins` on omicron-live-tests (365/376)
52692026-08-31T14:25:20.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52702026-08-31T14:25:20.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52712026-08-31T14:25:20.026Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
52722026-08-31T14:25:20.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
52732026-08-31T14:25:20.027Z
52742026-08-31T14:25:20.027Zinfo: running `cargo check --bins` on live-tests-macros (366/376)
52752026-08-31T14:25:20.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52762026-08-31T14:25:20.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52772026-08-31T14:25:20.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
52782026-08-31T14:25:20.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
52792026-08-31T14:25:20.598Z
52802026-08-31T14:25:20.602Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (367/376)
52812026-08-31T14:25:21.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52822026-08-31T14:25:21.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52832026-08-31T14:25:21.310Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
52842026-08-31T14:25:21.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s
52852026-08-31T14:25:22.109Z
52862026-08-31T14:25:22.109Zinfo: running `cargo check --bins` on omicron-ntp-admin (368/376)
52872026-08-31T14:25:22.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52882026-08-31T14:25:22.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52892026-08-31T14:25:22.885Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
52902026-08-31T14:25:22.911Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
52912026-08-31T14:25:23.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.55s
52922026-08-31T14:25:23.843Z
52932026-08-31T14:25:23.843Zinfo: running `cargo check --bins` on ntp-admin-types (369/376)
52942026-08-31T14:25:24.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52952026-08-31T14:25:24.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52962026-08-31T14:25:24.316Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
52972026-08-31T14:25:24.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
52982026-08-31T14:25:24.389Z
52992026-08-31T14:25:24.389Zinfo: running `cargo check --bins` on omicron-package (370/376)
53002026-08-31T14:25:24.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53012026-08-31T14:25:25.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53022026-08-31T14:25:25.045Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
53032026-08-31T14:25:26.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s
53042026-08-31T14:25:26.391Z
53052026-08-31T14:25:26.391Zinfo: running `cargo check --bins` on tqdb (371/376)
53062026-08-31T14:25:26.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53072026-08-31T14:25:26.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53082026-08-31T14:25:27.203Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
53092026-08-31T14:25:27.464Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
53102026-08-31T14:25:27.960Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
53112026-08-31T14:25:27.991Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
53122026-08-31T14:25:34.881Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
53132026-08-31T14:25:34.981Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
53142026-08-31T14:25:34.981Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
53152026-08-31T14:25:35.510Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
53162026-08-31T14:25:35.559Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
53172026-08-31T14:25:35.559Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
53182026-08-31T14:25:35.559Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
53192026-08-31T14:25:36.241Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
53202026-08-31T14:25:36.906Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
53212026-08-31T14:25:37.488Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
53222026-08-31T14:25:37.505Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
53232026-08-31T14:25:38.191Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
53242026-08-31T14:25:38.818Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
53252026-08-31T14:25:43.645Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
53262026-08-31T14:25:50.907Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
53272026-08-31T14:25:50.914Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
53282026-08-31T14:25:50.914Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
53292026-08-31T14:25:50.914Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
53302026-08-31T14:25:52.433Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
53312026-08-31T14:25:53.708Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
53322026-08-31T14:25:54.366Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
53332026-08-31T14:25:55.677Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
53342026-08-31T14:25:56.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.88s
53352026-08-31T14:25:56.381Z
53362026-08-31T14:25:56.382Zinfo: running `cargo check --bins` on wicket-dbg (372/376)
53372026-08-31T14:25:56.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53382026-08-31T14:25:56.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53392026-08-31T14:25:57.076Z Checking rtoolbox v0.0.3
53402026-08-31T14:25:57.086Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
53412026-08-31T14:25:57.086Z Checking tui-tree-widget v0.23.1
53422026-08-31T14:25:57.086Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
53432026-08-31T14:25:57.392Z Checking rpassword v7.5.4
53442026-08-31T14:26:00.037Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
53452026-08-31T14:26:01.866Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
53462026-08-31T14:26:02.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.40s
53472026-08-31T14:26:02.979Z
53482026-08-31T14:26:02.979Zinfo: running `cargo check --bins` on wicket (373/376)
53492026-08-31T14:26:03.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53502026-08-31T14:26:03.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53512026-08-31T14:26:03.665Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
53522026-08-31T14:26:04.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
53532026-08-31T14:26:04.205Z
53542026-08-31T14:26:04.205Zinfo: running `cargo check --bins` on wicketd (374/376)
53552026-08-31T14:26:04.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53562026-08-31T14:26:04.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53572026-08-31T14:26:04.886Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
53582026-08-31T14:26:08.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.24s
53592026-08-31T14:26:08.632Z
53602026-08-31T14:26:08.632Zinfo: running `cargo check --bins` on omicron-workspace-hack (375/376)
53612026-08-31T14:26:09.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53622026-08-31T14:26:09.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53632026-08-31T14:26:09.164Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
53642026-08-31T14:26:09.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
53652026-08-31T14:26:09.174Z
53662026-08-31T14:26:09.174Zinfo: running `cargo check --bins` on zone-setup (376/376)
53672026-08-31T14:26:09.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53682026-08-31T14:26:09.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53692026-08-31T14:26:09.827Z Checking uzers v0.12.2
53702026-08-31T14:26:10.095Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
53712026-08-31T14:26:11.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s
53722026-08-31T14:26:11.605Z
53732026-08-31T14:26:11.605Zreal 14:13.290908900
53742026-08-31T14:26:11.605Zuser 21:22.626806303
53752026-08-31T14:26:11.605Zsys 4:21.798278615
53762026-08-31T14:26:11.605Ztrap 0.337391901
53772026-08-31T14:26:11.605Ztflt 0.596787098
53782026-08-31T14:26:11.605Zdflt 0.994273458
53792026-08-31T14:26:11.606Zkflt 0.004925368
53802026-08-31T14:26:11.606Zlock 1:26:31.598143876
53812026-08-31T14:26:11.606Zslp 1:41:37.584088501
53822026-08-31T14:26:11.606Zlat 56.625941485
53832026-08-31T14:26:11.606Zstop 3:58.496549215
53842026-08-31T14:26:11.606Zprocess exited: duration 990414 ms, exit code 0
 
53852026-08-31T14:26:11.651Zfound 0 output files