01KRM7MY718YJTRCN8NEB701HM: 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: 01KRM7NEJM2NC6GV60XBFXG397

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-14T21:53:56.550Zjob assigned to worker 01KRM7NH295Q3485R57P5H1MKQ [factory aws, i-09fb5f8277c1ec13f] (queued for 44 s)
 
22026-05-14T21:54:03.367Zstarting task 0: "setup"
32026-05-14T21:54:03.372Z++ uname -s
42026-05-14T21:54:03.375Z+ kern=SunOS
52026-05-14T21:54:03.376Z+ build_user=build
62026-05-14T21:54:03.376Z+ build_uid=12345
72026-05-14T21:54:03.376Z+ work_dir=/work
82026-05-14T21:54:03.376Z+ input_dir=/input
92026-05-14T21:54:03.376Z+ [[ 0 == 12345 ]]
102026-05-14T21:54:03.376Z+ case "$kern" in
112026-05-14T21:54:03.376Z+ groupadd -g 12345 build
122026-05-14T21:54:03.376Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-14T21:54:05.380Z+ zfs create -o mountpoint=/work rpool/work
142026-05-14T21:54:05.543Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-14T21:54:05.547Z+ home_fs=zfs
162026-05-14T21:54:05.547Z+ [[ zfs == autofs ]]
172026-05-14T21:54:05.547Z+ mkdir -p /home/build
182026-05-14T21:54:05.548Z+ chown build:build /home/build /work
192026-05-14T21:54:07.544Z+ chmod 0700 /home/build /work
202026-05-14T21:54:07.547Zprocess exited: duration 4179 ms, exit code 0
 
212026-05-14T21:54:07.553Zstarting task 1: "rust-toolchain"
222026-05-14T21:54:07.556Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-14T21:54:07.556Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-14T21:54:07.556Z * rust toolchain channel = "1.94.0"
252026-05-14T21:54:07.557Z * rust toolchain profile = "default"
262026-05-14T21:54:07.557Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-14T21:54:07.557Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-14T21:54:07.560Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-14T21:54:07.560Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-14T21:54:07.620Zinfo: downloading installer
312026-05-14T21:54:09.141Zwarn: It looks like you have an existing rustup settings file at:
322026-05-14T21:54:09.141Zwarn: /home/build/.rustup/settings.toml
332026-05-14T21:54:09.141Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-14T21:54:09.141Zwarn: instead of the one inferred from the default host triple.
352026-05-14T21:54:09.152Zinfo: profile set to default
362026-05-14T21:54:09.152Zinfo: default host triple is x86_64-unknown-illumos
372026-05-14T21:54:09.156Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-14T21:54:09.285Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-14T21:54:09.288Zinfo: downloading 6 components
402026-05-14T21:54:23.228Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-14T21:54:23.228Z
422026-05-14T21:54:23.275Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-14T21:54:23.275Z
442026-05-14T21:54:23.279Z
452026-05-14T21:54:23.279ZRust is installed now. Great!
462026-05-14T21:54:23.279Z
472026-05-14T21:54:23.279ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-14T21:54:23.279Zenvironment variable. This has not been done automatically.
492026-05-14T21:54:23.279Z
502026-05-14T21:54:23.279ZTo configure your current shell, you need to source
512026-05-14T21:54:23.279Zthe corresponding env file under $HOME/.cargo.
522026-05-14T21:54:23.279Z
532026-05-14T21:54:23.279ZThis is usually done by running one of the following (note the leading DOT):
542026-05-14T21:54:23.279Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-14T21:54:23.279Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-14T21:54:23.279Zsource "~/.cargo/env.nu" # For nushell
572026-05-14T21:54:23.279Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-14T21:54:23.279Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-14T21:54:23.279Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-14T21:54:23.279Zwarn: no default linker (`cc`) was found in your PATH
612026-05-14T21:54:23.279Zwarn: many Rust crates require a system C toolchain to build
622026-05-14T21:54:23.355Z+ rustup --version
632026-05-14T21:54:23.364Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-14T21:54:23.369Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-14T21:54:23.385Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-14T21:54:23.388Z+ cargo --version
672026-05-14T21:54:23.401Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-14T21:54:23.404Z+ rustc --version
692026-05-14T21:54:23.423Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-14T21:54:23.426Zprocess exited: duration 15872 ms, exit code 0
 
712026-05-14T21:54:23.432Zstarting task 2: "authentication"
722026-05-14T21:54:23.449Zprocess exited: duration 16 ms, exit code 0
 
732026-05-14T21:54:23.455Zstarting task 3: "clone repository"
742026-05-14T21:54:23.458Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-14T21:54:23.462Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-14T21:54:23.488ZCloning into '/work/oxidecomputer/omicron'...
772026-05-14T21:54:33.206Z+ cd /work/oxidecomputer/omicron
782026-05-14T21:54:33.206Z+ git fetch origin e75638f1200797f5198b931fac0aeb7f3de2dbb5
792026-05-14T21:54:33.449ZFrom https://github.com/oxidecomputer/omicron
802026-05-14T21:54:33.449Z * branch e75638f1200797f5198b931fac0aeb7f3de2dbb5 -> FETCH_HEAD
812026-05-14T21:54:33.458Z+ [[ -n bump_crucible_propolis ]]
822026-05-14T21:54:33.461Z++ git branch --show-current
832026-05-14T21:54:33.461Z+ current=main
842026-05-14T21:54:33.461Z+ [[ main != bump_crucible_propolis ]]
852026-05-14T21:54:33.461Z+ git branch -f bump_crucible_propolis e75638f1200797f5198b931fac0aeb7f3de2dbb5
862026-05-14T21:54:33.464Z+ git checkout -f bump_crucible_propolis
872026-05-14T21:54:33.700ZSwitched to branch 'bump_crucible_propolis'
882026-05-14T21:54:33.703Z+ git reset --hard e75638f1200797f5198b931fac0aeb7f3de2dbb5
892026-05-14T21:54:33.724ZHEAD is now at e75638f12 fix rust-cache macos runner bug
902026-05-14T21:54:33.727Zprocess exited: duration 10270 ms, exit code 0
 
912026-05-14T21:54:33.733Zstarting task 4: "build"
922026-05-14T21:54:33.739Z+ source .github/buildomat/ci-env.sh
932026-05-14T21:54:33.739Z++ export CARGO_TERM_COLOR=always
942026-05-14T21:54:33.739Z++ CARGO_TERM_COLOR=always
952026-05-14T21:54:33.743Z+ cargo --version
962026-05-14T21:54:33.746Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-14T21:54:33.749Z+ rustc --version
982026-05-14T21:54:33.768Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-14T21:54:33.771Z+ source ./env.sh
1002026-05-14T21:54:33.771Z++ OLD_SHELL_OPTS=ehxB
1012026-05-14T21:54:33.771Z++ set -o xtrace
1022026-05-14T21:54:33.775Z++++ dirname ./env.sh
1032026-05-14T21:54:33.775Z+++ readlink -f .
1042026-05-14T21:54:33.778Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-05-14T21:54:33.778Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062026-05-14T21:54:33.778Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-05-14T21:54:33.778Z++ 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
1082026-05-14T21:54:33.778Z++ 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
1092026-05-14T21:54:33.778Z++ 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
1102026-05-14T21:54:33.778Z++ 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
1112026-05-14T21:54:33.778Z++ 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
1122026-05-14T21:54:33.778Z++ 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
1132026-05-14T21:54:33.778Z++ case $OLD_SHELL_OPTS in
1142026-05-14T21:54:33.778Z++ unset OLD_SHELL_OPTS OMICRON_WS
1152026-05-14T21:54:33.779Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1162026-05-14T21:54:33.779Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1172026-05-14T21:54:33.779Z+ banner prerequisites
1182026-05-14T21:54:33.782Z
1192026-05-14T21:54:33.782Z ##### ##### ###### ##### ###### #### # # # #### #
1202026-05-14T21:54:33.782Z # # # # # # # # # # # # # # #
1212026-05-14T21:54:33.782Z # # # # ##### # # ##### # # # # # #### #
1222026-05-14T21:54:33.782Z ##### ##### # ##### # # # # # # # # #
1232026-05-14T21:54:33.782Z # # # # # # # # # # # # # # #
1242026-05-14T21:54:33.783Z # # # ###### # # ###### ### # #### # #### #
1252026-05-14T21:54:33.783Z
1262026-05-14T21:54:33.783Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1272026-05-14T21:54:35.190Z Startup: Refreshing catalog 'helios' ... Done
1282026-05-14T21:54:35.246Z Startup: Caching catalogs ... Done
1292026-05-14T21:54:35.449ZPlanning: Solver setup ... Done (0.172s)
1302026-05-14T21:54:35.465ZPlanning: Running solver ... Done (0.015s)
1312026-05-14T21:54:35.470ZPlanning: Finding local manifests ... Done (0.003s)
1322026-05-14T21:54:35.480ZPlanning: Fetching manifests: 0/2 0% complete
1332026-05-14T21:54:35.515ZPlanning: Fetching manifests: 2/2 100% complete
1342026-05-14T21:54:35.528ZPlanning: Package planning ... Done (0.013s)
1352026-05-14T21:54:35.531ZPlanning: Merging actions ... Done (0.002s)
1362026-05-14T21:54:35.717ZPlanning: Checking for conflicting actions ... Done (0.187s)
1372026-05-14T21:54:35.720ZPlanning: Consolidating action changes ... Done (0.001s)
1382026-05-14T21:54:36.525ZPlanning: Evaluating mediators ... Done (0.806s)
1392026-05-14T21:54:36.528ZPlanning: Planning completed in 1.26 seconds
1402026-05-14T21:54:36.533Z Packages to install: 2
1412026-05-14T21:54:36.534Z Estimated space available: 156.10 GB
1422026-05-14T21:54:36.537ZEstimated space to be consumed: 19.74 MB
1432026-05-14T21:54:36.538Z Create boot environment: No
1442026-05-14T21:54:36.538ZCreate backup boot environment: No
1452026-05-14T21:54:36.538Z Rebuild boot archive: No
1462026-05-14T21:54:36.538Z
1472026-05-14T21:54:36.538ZChanged packages:
1482026-05-14T21:54:36.538Zhelios
1492026-05-14T21:54:36.538Z developer/build-essential
1502026-05-14T21:54:36.538Z None -> 11-3.0
1512026-05-14T21:54:36.538Z library/libxmlsec1
1522026-05-14T21:54:36.538Z None -> 1.2.35-3.0
1532026-05-14T21:54:36.559Z
1542026-05-14T21:54:36.559ZDownload: 0/214 items 0.0/1.3MB 0% complete
1552026-05-14T21:54:37.199ZDownload: Completed 1.28 MB in 0.64 seconds (2.0M/s)
1562026-05-14T21:54:37.261Z Actions: 1/268 actions (Installing new actions)
1572026-05-14T21:54:37.298Z Actions: Completed 268 actions in 0.04 seconds.
1582026-05-14T21:54:37.304ZFinalize: Updating package state database ... Done (0.005s)
1592026-05-14T21:54:37.304ZFinalize: Updating package cache ... Done (0.000s)
1602026-05-14T21:54:37.318ZFinalize: Updating image state ... Done (0.015s)
1612026-05-14T21:54:39.675ZFinalize: Creating fast lookup database ... Done (2.336s)
1622026-05-14T21:54:39.741ZFinalize: Reading search index ... Done (0.012s)
1632026-05-14T21:54:39.745ZFinalize: Updating search index ... Done (0.000s)
1642026-05-14T21:54:39.846ZFinalize: Updating package cache ... Done (0.000s)
1652026-05-14T21:54:40.136ZPlanning: Evaluating mediator changes ... Done
1662026-05-14T21:54:40.241ZPlanning: Checking for conflicting actions ... Done
1672026-05-14T21:54:40.244ZPlanning: Consolidating action changes ... Done
1682026-05-14T21:54:40.400ZPlanning: Evaluating mediators ... Done
1692026-05-14T21:54:40.404ZPlanning: Planning completed in 0.26 seconds
1702026-05-14T21:54:40.422Z Mediators to change: 2
1712026-05-14T21:54:40.422Z Create boot environment: No
1722026-05-14T21:54:40.422ZCreate backup boot environment: No
1732026-05-14T21:54:40.499ZFinalize: Updating package state database ... Done
1742026-05-14T21:54:40.502ZFinalize: Updating package cache ... Done
1752026-05-14T21:54:40.508ZFinalize: Updating image state ... Done
1762026-05-14T21:54:42.468ZFinalize: Creating fast lookup database ... Done
1772026-05-14T21:54:42.536ZFinalize: Reading search index ... Done
1782026-05-14T21:54:42.539ZFinalize: Updating search index ... Done
1792026-05-14T21:54:42.627ZFinalize: Updating package cache ... Done
1802026-05-14T21:54:42.910ZPlanning: Evaluating mediator changes ... Done
1812026-05-14T21:54:43.014ZPlanning: Checking for conflicting actions ... Done
1822026-05-14T21:54:43.017ZPlanning: Consolidating action changes ... Done
1832026-05-14T21:54:43.171ZPlanning: Evaluating mediators ... Done
1842026-05-14T21:54:43.174ZPlanning: Planning completed in 0.26 seconds
1852026-05-14T21:54:43.193Z Mediators to change: 1
1862026-05-14T21:54:43.197Z Create boot environment: No
1872026-05-14T21:54:43.197ZCreate backup boot environment: No
1882026-05-14T21:54:43.311ZFinalize: Updating package state database ... Done
1892026-05-14T21:54:43.311ZFinalize: Updating package cache ... Done
1902026-05-14T21:54:43.320ZFinalize: Updating image state ... Done
1912026-05-14T21:54:45.244ZFinalize: Creating fast lookup database ... Done
1922026-05-14T21:54:45.311ZFinalize: Reading search index ... Done
1932026-05-14T21:54:45.315ZFinalize: Updating search index ... Done
1942026-05-14T21:54:45.384ZFinalize: Updating package cache ... Done
1952026-05-14T21:54:45.688ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1962026-05-14T21:54:45.688Zapache system 2.4 system
1972026-05-14T21:54:45.688Zclang system 15 system
1982026-05-14T21:54:45.688Zcsh system system illumos
1992026-05-14T21:54:45.688Zctags system system illumos
2002026-05-14T21:54:45.688Zfile vendor vendor darwinsys
2012026-05-14T21:54:45.688Zfile system system illumos
2022026-05-14T21:54:45.688Zgcc vendor 14 vendor
2032026-05-14T21:54:45.688Zgcc system 13 system
2042026-05-14T21:54:45.688Zgcc system 10 system
2052026-05-14T21:54:45.688Zgo system 1.25 system
2062026-05-14T21:54:45.688Zllvm system 15 system
2072026-05-14T21:54:45.688Zmariadb system 11.4 system
2082026-05-14T21:54:45.689Zmta vendor vendor dma
2092026-05-14T21:54:45.689Zopenjdk system 17 system
2102026-05-14T21:54:45.689Zopenjdk system 11 system
2112026-05-14T21:54:45.689Zopenssl vendor 3 vendor
2122026-05-14T21:54:45.689Zperl system 5.40 system
2132026-05-14T21:54:45.689Zpostgresql system 18 system
2142026-05-14T21:54:45.689Zpostgresql system 17 system
2152026-05-14T21:54:45.689Zpython vendor 3 vendor
2162026-05-14T21:54:45.689Zpython system 2 system
2172026-05-14T21:54:45.689Zpython3 vendor 3.13 vendor
2182026-05-14T21:54:45.689Zruby system 3.4 system
2192026-05-14T21:54:45.689Zruby system 3.0 system
2202026-05-14T21:54:45.689Zwords vendor vendor american-english
2212026-05-14T21:54:45.689Zwords system system australian-english
2222026-05-14T21:54:45.689Zwords system system british-english
2232026-05-14T21:54:45.689Zwords system system canadian-english
2242026-05-14T21:54:45.689Zwords system system french
2252026-05-14T21:54:45.689Zwords system system italian
2262026-05-14T21:54:45.689Zwords system system ngerman
2272026-05-14T21:54:45.689Zwords system system ogerman
2282026-05-14T21:54:45.689Zwords system system spanish
2292026-05-14T21:54:45.937ZPUBLISHER TYPE STATUS P LOCATION
2302026-05-14T21:54:45.937Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2312026-05-14T21:54:46.205ZFMRI IFO
2322026-05-14T21:54:46.205Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2332026-05-14T21:54:46.205Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2342026-05-14T21:54:46.205Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2352026-05-14T21:54:46.205Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2362026-05-14T21:54:46.205Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2372026-05-14T21:54:46.205Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2382026-05-14T21:54:46.205Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2392026-05-14T21:54:46.205Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2402026-05-14T21:54:46.205Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2412026-05-14T21:54:46.441Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2422026-05-14T21:54:46.689Z Updating crates.io index
2432026-05-14T21:54:46.692Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2442026-05-14T21:54:47.372Z Updating git repository `https://github.com/oxidecomputer/lldp`
2452026-05-14T21:54:47.755Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2462026-05-14T21:54:48.252Z Updating git repository `https://github.com/oxidecomputer/propolis`
2472026-05-14T21:54:49.172Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2482026-05-14T21:54:49.657Z Updating git repository `https://github.com/oxidecomputer/crucible`
2492026-05-14T21:54:51.134Z Updating git repository `https://github.com/oxidecomputer/opte`
2502026-05-14T21:54:51.817Z Updating git repository `https://github.com/oxidecomputer/tofino`
2512026-05-14T21:54:52.116Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2522026-05-14T21:54:52.981Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-05-14T21:54:53.228Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2542026-05-14T21:54:53.639Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2552026-05-14T21:54:53.961Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2562026-05-14T21:54:54.929Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2572026-05-14T21:54:55.386Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2582026-05-14T21:54:55.672Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2592026-05-14T21:54:56.031Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2602026-05-14T21:54:56.378Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2612026-05-14T21:54:56.630Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2622026-05-14T21:54:56.860Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2632026-05-14T21:54:57.095Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2642026-05-14T21:54:57.473Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2652026-05-14T21:54:57.829Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2662026-05-14T21:54:58.371Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2672026-05-14T21:54:58.610Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2682026-05-14T21:54:58.900Z Updating git repository `https://github.com/oxidecomputer/ispf`
2692026-05-14T21:55:00.022Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2702026-05-14T21:55:00.591Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2712026-05-14T21:55:01.048Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2722026-05-14T21:55:01.353Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2732026-05-14T21:55:01.660Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2742026-05-14T21:55:01.957Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2752026-05-14T21:55:02.432Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2762026-05-14T21:55:02.705Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2772026-05-14T21:55:02.977Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2782026-05-14T21:55:03.249Z Updating git repository `https://github.com/illumos/smf-rs`
2792026-05-14T21:55:03.615Z Updating git repository `https://github.com/oxidecomputer/omicron`
2802026-05-14T21:55:15.353Z Downloading crates ...
2812026-05-14T21:55:15.402Z Downloaded heck v0.4.1
2822026-05-14T21:55:15.405Z Downloaded macaddr v1.0.1
2832026-05-14T21:55:15.409Z Downloaded tabled_derive v0.7.0
2842026-05-14T21:55:15.412Z Downloaded anstream v0.6.21
2852026-05-14T21:55:15.416Z Downloaded num-traits v0.2.19
2862026-05-14T21:55:15.419Z Downloaded serde_core v1.0.228
2872026-05-14T21:55:15.424Z Downloaded proc-macro2 v1.0.106
2882026-05-14T21:55:15.427Z Downloaded potential_utf v0.1.4
2892026-05-14T21:55:15.427Z Downloaded equivalent v1.0.2
2902026-05-14T21:55:15.427Z Downloaded once_cell v1.21.3
2912026-05-14T21:55:15.430Z Downloaded fnv v1.0.7
2922026-05-14T21:55:15.430Z Downloaded typeid v1.0.3
2932026-05-14T21:55:15.434Z Downloaded usdt-impl v0.5.0
2942026-05-14T21:55:15.434Z Downloaded is_terminal_polyfill v1.70.2
2952026-05-14T21:55:15.438Z Downloaded anstyle-query v1.1.5
2962026-05-14T21:55:15.438Z Downloaded tempfile v3.25.0
2972026-05-14T21:55:15.438Z Downloaded toml_write v0.1.2
2982026-05-14T21:55:15.441Z Downloaded zerocopy-derive v0.7.35
2992026-05-14T21:55:15.444Z Downloaded digest v0.10.7
3002026-05-14T21:55:15.444Z Downloaded litemap v0.8.1
3012026-05-14T21:55:15.448Z Downloaded zerofrom v0.1.6
3022026-05-14T21:55:15.448Z Downloaded thiserror-impl v2.0.18
3032026-05-14T21:55:15.451Z Downloaded semver v1.0.28
3042026-05-14T21:55:15.451Z Downloaded zerofrom-derive v0.1.6
3052026-05-14T21:55:15.451Z Downloaded usdt-macro v0.5.0
3062026-05-14T21:55:15.451Z Downloaded zmij v1.0.21
3072026-05-14T21:55:15.451Z Downloaded icu_normalizer_data v2.1.1
3082026-05-14T21:55:15.454Z Downloaded writeable v0.6.2
3092026-05-14T21:55:15.454Z Downloaded ucd-trie v0.1.7
3102026-05-14T21:55:15.457Z Downloaded unicode-xid v0.2.6
3112026-05-14T21:55:15.457Z Downloaded tinystr v0.8.2
3122026-05-14T21:55:15.457Z Downloaded scroll_derive v0.12.1
3132026-05-14T21:55:15.457Z Downloaded pest_derive v2.8.6
3142026-05-14T21:55:15.461Z Downloaded bytecount v0.6.9
3152026-05-14T21:55:15.461Z Downloaded anstyle v1.0.13
3162026-05-14T21:55:15.461Z Downloaded utf8_iter v1.0.4
3172026-05-14T21:55:15.464Z Downloaded textwrap v0.16.2
3182026-05-14T21:55:15.464Z Downloaded usdt v0.5.0
3192026-05-14T21:55:15.465Z Downloaded synstructure v0.13.2
3202026-05-14T21:55:15.465Z Downloaded cargo_metadata v0.21.0
3212026-05-14T21:55:15.465Z Downloaded cfg-if v1.0.4
3222026-05-14T21:55:15.468Z Downloaded autocfg v1.5.0
3232026-05-14T21:55:15.468Z Downloaded anyhow v1.0.102
3242026-05-14T21:55:15.468Z Downloaded pest_generator v2.8.6
3252026-05-14T21:55:15.471Z Downloaded zerovec-derive v0.11.2
3262026-05-14T21:55:15.471Z Downloaded itoa v1.0.17
3272026-05-14T21:55:15.471Z Downloaded url v2.5.8
3282026-05-14T21:55:15.474Z Downloaded colorchoice v1.0.4
3292026-05-14T21:55:15.474Z Downloaded smallvec v1.15.1
3302026-05-14T21:55:15.477Z Downloaded yoke-derive v0.8.1
3312026-05-14T21:55:15.477Z Downloaded utf8parse v0.2.2
3322026-05-14T21:55:15.478Z Downloaded version_check v0.9.5
3332026-05-14T21:55:15.478Z Downloaded generic-array v0.14.7
3342026-05-14T21:55:15.478Z Downloaded proc-macro-error-attr v1.0.4
3352026-05-14T21:55:15.481Z Downloaded serde-value v0.7.0
3362026-05-14T21:55:15.481Z Downloaded pretty-hex v0.4.1
3372026-05-14T21:55:15.484Z Downloaded memmap v0.7.0
3382026-05-14T21:55:15.484Z Downloaded fastrand v2.3.0
3392026-05-14T21:55:15.484Z Downloaded thiserror-impl v1.0.69
3402026-05-14T21:55:15.484Z Downloaded thiserror v2.0.18
3412026-05-14T21:55:15.487Z Downloaded idna_adapter v1.2.1
3422026-05-14T21:55:15.490Z Downloaded unicode-linebreak v0.1.5
3432026-05-14T21:55:15.490Z Downloaded clap_lex v1.0.0
3442026-05-14T21:55:15.490Z Downloaded toml_datetime v0.6.11
3452026-05-14T21:55:15.493Z Downloaded toml v0.8.23
3462026-05-14T21:55:15.493Z Downloaded thiserror v1.0.69
3472026-05-14T21:55:15.496Z Downloaded unicode-ident v1.0.24
3482026-05-14T21:55:15.496Z Downloaded yoke v0.8.1
3492026-05-14T21:55:15.499Z Downloaded form_urlencoded v1.2.2
3502026-05-14T21:55:15.499Z Downloaded dof v0.3.0
3512026-05-14T21:55:15.499Z Downloaded heck v0.5.0
3522026-05-14T21:55:15.502Z Downloaded smawk v0.3.2
3532026-05-14T21:55:15.505Z Downloaded toml_edit v0.22.27
3542026-05-14T21:55:15.505Z Downloaded dtrace-parser v0.2.0
3552026-05-14T21:55:15.505Z Downloaded ordered-float v2.10.1
3562026-05-14T21:55:15.509Z Downloaded crypto-common v0.1.7
3572026-05-14T21:55:15.509Z Downloaded usdt-attr-macro v0.5.0
3582026-05-14T21:55:15.512Z Downloaded cargo_toml v0.21.0
3592026-05-14T21:55:15.513Z Downloaded thread-id v4.2.2
3602026-05-14T21:55:15.513Z Downloaded typenum v1.19.0
3612026-05-14T21:55:15.513Z Downloaded displaydoc v0.2.5
3622026-05-14T21:55:15.516Z Downloaded terminal_size v0.4.3
3632026-05-14T21:55:15.519Z Downloaded block-buffer v0.10.4
3642026-05-14T21:55:15.522Z Downloaded cargo-platform v0.2.0
3652026-05-14T21:55:15.525Z Downloaded unicode-width v0.2.0
3662026-05-14T21:55:15.529Z Downloaded percent-encoding v2.3.2
3672026-05-14T21:55:15.529Z Downloaded cpufeatures v0.2.17
3682026-05-14T21:55:15.532Z Downloaded errno v0.3.14
3692026-05-14T21:55:15.532Z Downloaded plain v0.2.3
3702026-05-14T21:55:15.532Z Downloaded zerocopy v0.7.35
3712026-05-14T21:55:15.540Z Downloaded zerotrie v0.2.3
3722026-05-14T21:55:15.543Z Downloaded serde_tokenstream v0.2.3
3732026-05-14T21:55:15.543Z Downloaded winnow v0.7.14
3742026-05-14T21:55:15.548Z Downloaded strsim v0.11.1
3752026-05-14T21:55:15.551Z Downloaded anstyle-parse v0.2.7
3762026-05-14T21:55:15.551Z Downloaded zerovec v0.11.5
3772026-05-14T21:55:15.555Z Downloaded icu_provider v2.1.1
3782026-05-14T21:55:15.555Z Downloaded swrite v0.1.0
3792026-05-14T21:55:15.558Z Downloaded stable_deref_trait v1.2.1
3802026-05-14T21:55:15.558Z Downloaded serde_spanned v0.6.9
3812026-05-14T21:55:15.558Z Downloaded scroll v0.12.0
3822026-05-14T21:55:15.558Z Downloaded byteorder v1.5.0
3832026-05-14T21:55:15.561Z Downloaded quote v1.0.45
3842026-05-14T21:55:15.561Z Downloaded unicode-width v0.1.14
3852026-05-14T21:55:15.564Z Downloaded memchr v2.8.0
3862026-05-14T21:55:15.568Z Downloaded fs-err v3.3.0
3872026-05-14T21:55:15.568Z Downloaded camino-tempfile v1.4.1
3882026-05-14T21:55:15.572Z Downloaded bitflags v2.11.0
3892026-05-14T21:55:15.580Z Downloaded proc-macro-error v1.0.4
3902026-05-14T21:55:15.583Z Downloaded erased-serde v0.4.9
3912026-05-14T21:55:15.586Z Downloaded clap_derive v4.5.55
3922026-05-14T21:55:15.589Z Downloaded sha2 v0.10.9
3932026-05-14T21:55:15.597Z Downloaded serde-untagged v0.1.9
3942026-05-14T21:55:15.600Z Downloaded clap v4.5.60
3952026-05-14T21:55:15.611Z Downloaded papergrid v0.11.0
3962026-05-14T21:55:15.614Z Downloaded getrandom v0.4.1
3972026-05-14T21:55:15.617Z Downloaded cargo-util-schemas v0.8.2
3982026-05-14T21:55:15.617Z Downloaded camino v1.2.2
3992026-05-14T21:55:15.621Z Downloaded log v0.4.29
4002026-05-14T21:55:15.624Z Downloaded pest_meta v2.8.6
4012026-05-14T21:55:15.628Z Downloaded icu_properties v2.1.2
4022026-05-14T21:55:15.635Z Downloaded serde_derive v1.0.228
4032026-05-14T21:55:15.638Z Downloaded icu_normalizer v2.1.1
4042026-05-14T21:55:15.652Z Downloaded serde v1.0.228
4052026-05-14T21:55:15.655Z Downloaded icu_locale_core v2.1.1
4062026-05-14T21:55:15.659Z Downloaded icu_collections v2.1.1
4072026-05-14T21:55:15.662Z Downloaded indexmap v2.14.0
4082026-05-14T21:55:15.675Z Downloaded icu_properties_data v2.1.2
4092026-05-14T21:55:15.690Z Downloaded pest v2.8.6
4102026-05-14T21:55:15.698Z Downloaded idna v1.1.0
4112026-05-14T21:55:15.704Z Downloaded hashbrown v0.17.0
4122026-05-14T21:55:15.707Z Downloaded serde_json v1.0.149
4132026-05-14T21:55:15.710Z Downloaded goblin v0.8.2
4142026-05-14T21:55:15.719Z Downloaded clap_builder v4.5.60
4152026-05-14T21:55:15.725Z Downloaded tabled v0.15.0
4162026-05-14T21:55:15.741Z Downloaded syn v2.0.117
4172026-05-14T21:55:15.747Z Downloaded syn v1.0.109
4182026-05-14T21:55:15.753Z Downloaded rustix v1.1.3
4192026-05-14T21:55:15.778Z Downloaded libc v0.2.185
4202026-05-14T21:55:15.847Z Compiling proc-macro2 v1.0.106
4212026-05-14T21:55:15.847Z Compiling unicode-ident v1.0.24
4222026-05-14T21:55:15.847Z Compiling quote v1.0.45
4232026-05-14T21:55:15.852Z Compiling serde_core v1.0.228
4242026-05-14T21:55:15.852Z Compiling libc v0.2.185
4252026-05-14T21:55:15.852Z Compiling version_check v0.9.5
4262026-05-14T21:55:15.852Z Compiling stable_deref_trait v1.2.1
4272026-05-14T21:55:16.027Z Compiling serde v1.0.228
4282026-05-14T21:55:16.181Z Compiling memchr v2.8.0
4292026-05-14T21:55:16.201Z Compiling zmij v1.0.21
4302026-05-14T21:55:16.432Z Compiling thiserror v1.0.69
4312026-05-14T21:55:16.447Z Compiling ucd-trie v0.1.7
4322026-05-14T21:55:16.476Z Compiling itoa v1.0.17
4332026-05-14T21:55:16.712Z Compiling autocfg v1.5.0
4342026-05-14T21:55:16.802Z Compiling pest v2.8.6
4352026-05-14T21:55:16.818Z Compiling writeable v0.6.2
4362026-05-14T21:55:16.852Z Compiling litemap v0.8.1
4372026-05-14T21:55:16.911Z Compiling rustix v1.1.3
4382026-05-14T21:55:17.023Z Compiling icu_properties_data v2.1.2
4392026-05-14T21:55:17.136Z Compiling byteorder v1.5.0
4402026-05-14T21:55:17.269Z Compiling syn v2.0.117
4412026-05-14T21:55:17.317Z Compiling icu_normalizer_data v2.1.1
4422026-05-14T21:55:17.387Z Compiling errno v0.3.14
4432026-05-14T21:55:17.536Z Compiling serde_json v1.0.149
4442026-05-14T21:55:17.552Z Compiling bitflags v2.11.0
4452026-05-14T21:55:17.648Z Compiling num-traits v0.2.19
4462026-05-14T21:55:17.776Z Compiling smallvec v1.15.1
4472026-05-14T21:55:17.831Z Compiling pest_meta v2.8.6
4482026-05-14T21:55:17.945Z Compiling hashbrown v0.17.0
4492026-05-14T21:55:17.985Z Compiling typeid v1.0.3
4502026-05-14T21:55:18.026Z Compiling equivalent v1.0.2
4512026-05-14T21:55:18.295Z Compiling thread-id v4.2.2
4522026-05-14T21:55:18.311Z Compiling usdt-impl v0.5.0
4532026-05-14T21:55:18.328Z Compiling proc-macro-error-attr v1.0.4
4542026-05-14T21:55:18.379Z Compiling erased-serde v0.4.9
4552026-05-14T21:55:18.482Z Compiling indexmap v2.14.0
4562026-05-14T21:55:18.508Z Compiling syn v1.0.109
4572026-05-14T21:55:18.523Z Compiling toml_write v0.1.2
4582026-05-14T21:55:18.726Z Compiling winnow v0.7.14
4592026-05-14T21:55:18.998Z Compiling proc-macro-error v1.0.4
4602026-05-14T21:55:19.098Z Compiling getrandom v0.4.1
4612026-05-14T21:55:19.184Z Compiling utf8parse v0.2.2
4622026-05-14T21:55:19.302Z Compiling camino v1.2.2
4632026-05-14T21:55:19.435Z Compiling thiserror v2.0.18
4642026-05-14T21:55:19.452Z Compiling log v0.4.29
4652026-05-14T21:55:19.470Z Compiling plain v0.2.3
4662026-05-14T21:55:19.586Z Compiling percent-encoding v2.3.2
4672026-05-14T21:55:19.618Z Compiling utf8_iter v1.0.4
4682026-05-14T21:55:19.681Z Compiling ordered-float v2.10.1
4692026-05-14T21:55:19.697Z Compiling anstyle-parse v0.2.7
4702026-05-14T21:55:19.783Z Compiling form_urlencoded v1.2.2
4712026-05-14T21:55:19.882Z Compiling synstructure v0.13.2
4722026-05-14T21:55:19.908Z Compiling pest_generator v2.8.6
4732026-05-14T21:55:19.980Z Compiling terminal_size v0.4.3
4742026-05-14T21:55:20.176Z Compiling anstyle-query v1.1.5
4752026-05-14T21:55:20.299Z Compiling anstyle v1.0.13
4762026-05-14T21:55:20.346Z Compiling pretty-hex v0.4.1
4772026-05-14T21:55:20.346Z Compiling cfg-if v1.0.4
4782026-05-14T21:55:20.457Z Compiling is_terminal_polyfill v1.70.2
4792026-05-14T21:55:20.505Z Compiling colorchoice v1.0.4
4802026-05-14T21:55:20.568Z Compiling serde-untagged v0.1.9
4812026-05-14T21:55:20.627Z Compiling anstream v0.6.21
4822026-05-14T21:55:20.674Z Compiling semver v1.0.28
4832026-05-14T21:55:20.730Z Compiling fs-err v3.3.0
4842026-05-14T21:55:20.816Z Compiling unicode-xid v0.2.6
4852026-05-14T21:55:20.929Z Compiling strsim v0.11.1
4862026-05-14T21:55:20.945Z Compiling fnv v1.0.7
4872026-05-14T21:55:20.961Z Compiling clap_lex v1.0.0
4882026-05-14T21:55:20.976Z Compiling bytecount v0.6.9
4892026-05-14T21:55:21.006Z Compiling unicode-width v0.1.14
4902026-05-14T21:55:21.049Z Compiling heck v0.5.0
4912026-05-14T21:55:21.192Z Compiling heck v0.4.1
4922026-05-14T21:55:21.285Z Compiling fastrand v2.3.0
4932026-05-14T21:55:21.286Z Compiling once_cell v1.21.3
4942026-05-14T21:55:21.319Z Compiling anyhow v1.0.102
4952026-05-14T21:55:21.423Z Compiling papergrid v0.11.0
4962026-05-14T21:55:21.424Z Compiling clap_builder v4.5.60
4972026-05-14T21:55:21.505Z Compiling tempfile v3.25.0
4982026-05-14T21:55:21.560Z Compiling serde_derive v1.0.228
4992026-05-14T21:55:21.580Z Compiling zerofrom-derive v0.1.6
5002026-05-14T21:55:21.624Z Compiling yoke-derive v0.8.1
5012026-05-14T21:55:21.884Z Compiling zerovec-derive v0.11.2
5022026-05-14T21:55:22.051Z Compiling displaydoc v0.2.5
5032026-05-14T21:55:22.773Z Compiling thiserror-impl v1.0.69
5042026-05-14T21:55:22.797Z Compiling zerocopy-derive v0.7.35
5052026-05-14T21:55:22.848Z Compiling pest_derive v2.8.6
5062026-05-14T21:55:22.978Z Compiling zerofrom v0.1.6
5072026-05-14T21:55:22.994Z Compiling scroll_derive v0.12.1
5082026-05-14T21:55:23.111Z Compiling yoke v0.8.1
5092026-05-14T21:55:23.272Z Compiling thiserror-impl v2.0.18
5102026-05-14T21:55:23.312Z Compiling zerovec v0.11.5
5112026-05-14T21:55:23.647Z Compiling zerotrie v0.2.3
5122026-05-14T21:55:23.667Z Compiling zerocopy v0.7.35
5132026-05-14T21:55:23.823Z Compiling tinystr v0.8.2
5142026-05-14T21:55:23.953Z Compiling potential_utf v0.1.4
5152026-05-14T21:55:24.035Z Compiling icu_locale_core v2.1.1
5162026-05-14T21:55:24.122Z Compiling icu_collections v2.1.1
5172026-05-14T21:55:24.125Z Compiling dtrace-parser v0.2.0
5182026-05-14T21:55:24.208Z Compiling scroll v0.12.0
5192026-05-14T21:55:24.428Z Compiling tabled_derive v0.7.0
5202026-05-14T21:55:24.589Z Compiling goblin v0.8.2
5212026-05-14T21:55:24.721Z Compiling icu_provider v2.1.1
5222026-05-14T21:55:24.842Z Compiling clap_derive v4.5.55
5232026-05-14T21:55:24.867Z Compiling toml_datetime v0.6.11
5242026-05-14T21:55:24.908Z Compiling serde_spanned v0.6.9
5252026-05-14T21:55:24.949Z Compiling dof v0.3.0
5262026-05-14T21:55:24.993Z Compiling icu_properties v2.1.2
5272026-05-14T21:55:25.024Z Compiling icu_normalizer v2.1.1
5282026-05-14T21:55:25.058Z Compiling toml_edit v0.22.27
5292026-05-14T21:55:25.125Z Compiling serde_tokenstream v0.2.3
5302026-05-14T21:55:25.350Z Compiling serde-value v0.7.0
5312026-05-14T21:55:25.519Z Compiling cargo-platform v0.2.0
5322026-05-14T21:55:25.703Z Compiling memmap v0.7.0
5332026-05-14T21:55:25.780Z Compiling unicode-width v0.2.0
5342026-05-14T21:55:25.801Z Compiling unicode-linebreak v0.1.5
5352026-05-14T21:55:25.889Z Compiling idna_adapter v1.2.1
5362026-05-14T21:55:25.972Z Compiling usdt-attr-macro v0.5.0
5372026-05-14T21:55:26.046Z Compiling idna v1.1.0
5382026-05-14T21:55:26.065Z Compiling usdt-macro v0.5.0
5392026-05-14T21:55:26.080Z Compiling smawk v0.3.2
5402026-05-14T21:55:26.220Z Compiling textwrap v0.16.2
5412026-05-14T21:55:26.406Z Compiling url v2.5.8
5422026-05-14T21:55:26.642Z Compiling toml v0.8.23
5432026-05-14T21:55:26.659Z Compiling clap v4.5.60
5442026-05-14T21:55:26.693Z Compiling tabled v0.15.0
5452026-05-14T21:55:26.711Z Compiling macaddr v1.0.1
5462026-05-14T21:55:26.744Z Compiling camino-tempfile v1.4.1
5472026-05-14T21:55:26.981Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5482026-05-14T21:55:27.080Z Compiling cargo-util-schemas v0.8.2
5492026-05-14T21:55:27.177Z Compiling cargo_toml v0.21.0
5502026-05-14T21:55:27.229Z Compiling swrite v0.1.0
5512026-05-14T21:55:27.646Z Compiling usdt v0.5.0
5522026-05-14T21:55:28.018Z Compiling cargo_metadata v0.21.0
5532026-05-14T21:55:28.959Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5542026-05-14T21:55:31.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.75s
5552026-05-14T21:55:31.266Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5562026-05-14T21:55:31.819Z Downloading crates ...
5572026-05-14T21:55:31.917Z Downloaded assert_matches v1.5.0
5582026-05-14T21:55:31.925Z Downloaded cfg_aliases v0.2.1
5592026-05-14T21:55:31.930Z Downloaded crc8 v0.1.1
5602026-05-14T21:55:31.930Z Downloaded async-stream v0.3.6
5612026-05-14T21:55:31.933Z Downloaded array-init v0.0.4
5622026-05-14T21:55:31.933Z Downloaded curve25519-dalek-derive v0.1.1
5632026-05-14T21:55:31.936Z Downloaded arrayref v0.3.9
5642026-05-14T21:55:31.939Z Downloaded bit-vec v0.6.3
5652026-05-14T21:55:31.942Z Downloaded crc32fast v1.5.0
5662026-05-14T21:55:31.945Z Downloaded async-bb8-diesel v0.2.1
5672026-05-14T21:55:31.945Z Downloaded block-padding v0.3.3
5682026-05-14T21:55:31.945Z Downloaded backon v1.6.0
5692026-05-14T21:55:31.948Z Downloaded argon2 v0.5.3
5702026-05-14T21:55:31.948Z Downloaded arrayvec v0.7.6
5712026-05-14T21:55:31.955Z Downloaded chacha20 v0.10.0
5722026-05-14T21:55:31.960Z Downloaded buf-list v1.1.2
5732026-05-14T21:55:31.960Z Downloaded bzip2 v0.4.4
5742026-05-14T21:55:31.960Z Downloaded aead v0.5.2
5752026-05-14T21:55:31.964Z Downloaded adler2 v2.0.1
5762026-05-14T21:55:31.968Z Downloaded cexpr v0.6.0
5772026-05-14T21:55:31.971Z Downloaded cfg_aliases v0.1.1
5782026-05-14T21:55:31.971Z Downloaded derive_builder_macro v0.20.2
5792026-05-14T21:55:31.971Z Downloaded arc-swap v1.8.2
5802026-05-14T21:55:31.975Z Downloaded cargo-platform v0.3.2
5812026-05-14T21:55:31.975Z Downloaded ascii-canvas v3.0.0
5822026-05-14T21:55:31.978Z Downloaded castaway v0.2.4
5832026-05-14T21:55:31.981Z Downloaded data-encoding v2.10.0
5842026-05-14T21:55:31.982Z Downloaded colored v3.1.1
5852026-05-14T21:55:31.982Z Downloaded cbc v0.1.2
5862026-05-14T21:55:31.985Z Downloaded cassowary v0.3.0
5872026-05-14T21:55:31.991Z Downloaded clang-sys v1.8.1
5882026-05-14T21:55:31.991Z Downloaded daft-derive v0.1.5
5892026-05-14T21:55:31.994Z Downloaded foreign-types-shared v0.1.1
5902026-05-14T21:55:31.994Z Downloaded bcrypt-pbkdf v0.10.0
5912026-05-14T21:55:31.994Z Downloaded derive_builder v0.20.2
5922026-05-14T21:55:31.997Z Downloaded chacha20 v0.9.1
5932026-05-14T21:55:31.997Z Downloaded derive-ex v0.1.8
5942026-05-14T21:55:31.997Z Downloaded ciborium-io v0.2.2
5952026-05-14T21:55:32.001Z Downloaded compression-core v0.4.31
5962026-05-14T21:55:32.001Z Downloaded cipher v0.4.4
5972026-05-14T21:55:32.002Z Downloaded darling_core v0.23.0
5982026-05-14T21:55:32.005Z Downloaded foreign-types-macros v0.2.3
5992026-05-14T21:55:32.005Z Downloaded ciborium-ll v0.2.2
6002026-05-14T21:55:32.005Z Downloaded bit-set v0.5.3
6012026-05-14T21:55:32.005Z Downloaded async-stream-impl v0.3.6
6022026-05-14T21:55:32.008Z Downloaded darling v0.21.3
6032026-05-14T21:55:32.008Z Downloaded cobs v0.3.0
6042026-05-14T21:55:32.011Z Downloaded async-recursion v1.1.1
6052026-05-14T21:55:32.017Z Downloaded darling v0.23.0
6062026-05-14T21:55:32.020Z Downloaded fd-lock v4.0.4
6072026-05-14T21:55:32.023Z Downloaded dyn-clone v1.0.20
6082026-05-14T21:55:32.023Z Downloaded display-error-chain v0.2.2
6092026-05-14T21:55:32.026Z Downloaded darling_macro v0.20.11
6102026-05-14T21:55:32.026Z Downloaded console v0.15.11
6112026-05-14T21:55:32.026Z Downloaded cpufeatures v0.3.0
6122026-05-14T21:55:32.029Z Downloaded dropshot_endpoint v0.17.0
6132026-05-14T21:55:32.033Z Downloaded bb8 v0.8.6
6142026-05-14T21:55:32.033Z Downloaded dirs-next v2.0.0
6152026-05-14T21:55:32.033Z Downloaded crucible-workspace-hack v0.1.0
6162026-05-14T21:55:32.033Z Downloaded derive-where v1.6.0
6172026-05-14T21:55:32.036Z Downloaded downcast-rs v2.0.2
6182026-05-14T21:55:32.036Z Downloaded dof v0.4.0
6192026-05-14T21:55:32.039Z Downloaded crc v3.4.0
6202026-05-14T21:55:32.039Z Downloaded enum-as-inner v0.6.1
6212026-05-14T21:55:32.042Z Downloaded atomicwrites v0.4.4
6222026-05-14T21:55:32.045Z Downloaded crunchy v0.2.4
6232026-05-14T21:55:32.045Z Downloaded darling_macro v0.21.3
6242026-05-14T21:55:32.048Z Downloaded ena v0.14.4
6252026-05-14T21:55:32.048Z Downloaded convert_case v0.4.0
6262026-05-14T21:55:32.048Z Downloaded base16ct v0.2.0
6272026-05-14T21:55:32.052Z Downloaded bitfield-macros v0.19.4
6282026-05-14T21:55:32.055Z Downloaded atty v0.2.14
6292026-05-14T21:55:32.055Z Downloaded atomic-waker v1.1.2
6302026-05-14T21:55:32.059Z Downloaded embedded-io v0.4.0
6312026-05-14T21:55:32.060Z Downloaded crc-catalog v2.4.0
6322026-05-14T21:55:32.062Z Downloaded dsl_auto_type v0.2.0
6332026-05-14T21:55:32.062Z Downloaded futures-macro v0.3.32
6342026-05-14T21:55:32.063Z Downloaded float-ord v0.3.2
6352026-05-14T21:55:32.063Z Downloaded fxhash v0.2.1
6362026-05-14T21:55:32.063Z Downloaded futures-sink v0.3.32
6372026-05-14T21:55:32.066Z Downloaded futures-io v0.3.32
6382026-05-14T21:55:32.068Z Downloaded flagset v0.4.7
6392026-05-14T21:55:32.071Z Downloaded foreign-types v0.5.0
6402026-05-14T21:55:32.071Z Downloaded darling_macro v0.23.0
6412026-05-14T21:55:32.071Z Downloaded blowfish v0.9.1
6422026-05-14T21:55:32.072Z Downloaded dropshot-api-manager-types v0.7.1
6432026-05-14T21:55:32.075Z Downloaded cstr-argument v0.1.2
6442026-05-14T21:55:32.075Z Downloaded cargo_metadata v0.23.1
6452026-05-14T21:55:32.078Z Downloaded camino-tempfile-ext v0.3.3
6462026-05-14T21:55:32.078Z Downloaded foreign-types v0.3.2
6472026-05-14T21:55:32.078Z Downloaded gethostname v0.5.0
6482026-05-14T21:55:32.081Z Downloaded futures-task v0.3.32
6492026-05-14T21:55:32.085Z Downloaded filetime v0.2.27
6502026-05-14T21:55:32.088Z Downloaded ff v0.13.1
6512026-05-14T21:55:32.088Z Downloaded defmt v0.3.100
6522026-05-14T21:55:32.088Z Downloaded const_format_proc_macros v0.2.34
6532026-05-14T21:55:32.091Z Downloaded ed25519 v2.2.3
6542026-05-14T21:55:32.091Z Downloaded fixedbitset v0.4.2
6552026-05-14T21:55:32.094Z Downloaded cancel-safe-futures v0.1.5
6562026-05-14T21:55:32.094Z Downloaded globwalk v0.9.1
6572026-05-14T21:55:32.097Z Downloaded git-stub v1.0.0
6582026-05-14T21:55:32.100Z Downloaded env_filter v1.0.0
6592026-05-14T21:55:32.100Z Downloaded dunce v1.0.5
6602026-05-14T21:55:32.104Z Downloaded byte-wrapper v0.1.0
6612026-05-14T21:55:32.106Z Downloaded futures-core v0.3.32
6622026-05-14T21:55:32.109Z Downloaded embedded-io v0.6.1
6632026-05-14T21:55:32.109Z Downloaded dirs-sys-next v0.1.2
6642026-05-14T21:55:32.112Z Downloaded foreign-types-shared v0.3.1
6652026-05-14T21:55:32.113Z Downloaded constant_time_eq v0.4.2
6662026-05-14T21:55:32.113Z Downloaded debug-ignore v1.0.5
6672026-05-14T21:55:32.115Z Downloaded convert_case v0.10.0
6682026-05-14T21:55:32.116Z Downloaded bitfield-struct v0.6.2
6692026-05-14T21:55:32.118Z Downloaded bit-vec v0.8.0
6702026-05-14T21:55:32.118Z Downloaded hash32 v0.2.1
6712026-05-14T21:55:32.118Z Downloaded fs_extra v1.3.0
6722026-05-14T21:55:32.122Z Downloaded bitfield v0.19.4
6732026-05-14T21:55:32.122Z Downloaded float-cmp v0.10.0
6742026-05-14T21:55:32.122Z Downloaded bitflags v1.3.2
6752026-05-14T21:55:32.124Z Downloaded bit-set v0.8.0
6762026-05-14T21:55:32.125Z Downloaded document-features v0.2.12
6772026-05-14T21:55:32.125Z Downloaded bcs v0.1.6
6782026-05-14T21:55:32.128Z Downloaded endian-type v0.1.2
6792026-05-14T21:55:32.128Z Downloaded dtrace-parser v0.3.0
6802026-05-14T21:55:32.128Z Downloaded difflib v0.4.0
6812026-05-14T21:55:32.131Z Downloaded diesel_table_macro_syntax v0.3.0
6822026-05-14T21:55:32.131Z Downloaded async-trait v0.1.89
6832026-05-14T21:55:32.131Z Downloaded funty v2.0.0
6842026-05-14T21:55:32.134Z Downloaded hex v0.4.3
6852026-05-14T21:55:32.134Z Downloaded compression-codecs v0.4.37
6862026-05-14T21:55:32.137Z Downloaded foldhash v0.2.0
6872026-05-14T21:55:32.137Z Downloaded fallible-iterator v0.2.0
6882026-05-14T21:55:32.137Z Downloaded erased-serde v0.3.31
6892026-05-14T21:55:32.140Z Downloaded futures-executor v0.3.32
6902026-05-14T21:55:32.140Z Downloaded defmt-macros v1.0.1
6912026-05-14T21:55:32.143Z Downloaded corncobs v0.1.4
6922026-05-14T21:55:32.143Z Downloaded der_derive v0.7.3
6932026-05-14T21:55:32.146Z Downloaded const-oid v0.9.6
6942026-05-14T21:55:32.146Z Downloaded bzip2 v0.6.1
6952026-05-14T21:55:32.149Z Downloaded ahash v0.8.12
6962026-05-14T21:55:32.149Z Downloaded fixedbitset v0.5.7
6972026-05-14T21:55:32.152Z Downloaded crossbeam-deque v0.8.6
6982026-05-14T21:55:32.152Z Downloaded console v0.16.2
6992026-05-14T21:55:32.152Z Downloaded hex-literal v0.4.1
7002026-05-14T21:55:32.155Z Downloaded ghash v0.5.1
7012026-05-14T21:55:32.155Z Downloaded cmake v0.1.57
7022026-05-14T21:55:32.155Z Downloaded ciborium v0.2.2
7032026-05-14T21:55:32.158Z Downloaded blake2 v0.10.6
7042026-05-14T21:55:32.158Z Downloaded base64ct v1.8.3
7052026-05-14T21:55:32.161Z Downloaded home v0.5.12
7062026-05-14T21:55:32.161Z Downloaded either v1.15.0
7072026-05-14T21:55:32.161Z Downloaded hubpack v0.1.2
7082026-05-14T21:55:32.164Z Downloaded http-body v1.0.1
7092026-05-14T21:55:32.164Z Downloaded ident_case v1.0.1
7102026-05-14T21:55:32.164Z Downloaded hostname v0.4.2
7112026-05-14T21:55:32.164Z Downloaded hostname v0.3.1
7122026-05-14T21:55:32.167Z Downloaded ecdsa v0.16.9
7132026-05-14T21:55:32.167Z Downloaded critical-section v1.2.0
7142026-05-14T21:55:32.167Z Downloaded colored v2.2.0
7152026-05-14T21:55:32.170Z Downloaded hubpack_derive v0.1.1
7162026-05-14T21:55:32.170Z Downloaded httpdate v1.0.3
7172026-05-14T21:55:32.173Z Downloaded hash32 v0.3.1
7182026-05-14T21:55:32.173Z Downloaded group v0.13.0
7192026-05-14T21:55:32.173Z Downloaded glob v0.3.3
7202026-05-14T21:55:32.173Z Downloaded hyper-tls v0.6.0
7212026-05-14T21:55:32.176Z Downloaded git-stub-vcs v0.1.0
7222026-05-14T21:55:32.176Z Downloaded fs-err v2.11.0
7232026-05-14T21:55:32.179Z Downloaded instant v0.1.13
7242026-05-14T21:55:32.179Z Downloaded inout v0.1.4
7252026-05-14T21:55:32.179Z Downloaded is-terminal v0.4.17
7262026-05-14T21:55:32.179Z Downloaded indoc v1.0.9
7272026-05-14T21:55:32.182Z Downloaded indent_write v2.2.0
7282026-05-14T21:55:32.183Z Downloaded foldhash v0.1.5
7292026-05-14T21:55:32.183Z Downloaded drift v0.1.4
7302026-05-14T21:55:32.188Z Downloaded diesel-dtrace v0.5.0
7312026-05-14T21:55:32.190Z Downloaded cookie v0.18.1
7322026-05-14T21:55:32.191Z Downloaded derive_builder_core v0.20.2
7332026-05-14T21:55:32.194Z Downloaded defmt-parser v1.0.0
7342026-05-14T21:55:32.194Z Downloaded backoff v0.4.0
7352026-05-14T21:55:32.194Z Downloaded deranged v0.5.8
7362026-05-14T21:55:32.197Z Downloaded find-msvc-tools v0.1.9
7372026-05-14T21:55:32.197Z Downloaded headers-core v0.3.0
7382026-05-14T21:55:32.197Z Downloaded env_logger v0.11.9
7392026-05-14T21:55:32.200Z Downloaded ctr v0.9.2
7402026-05-14T21:55:32.200Z Downloaded defmt v1.0.1
7412026-05-14T21:55:32.203Z Downloaded csv-core v0.1.13
7422026-05-14T21:55:32.203Z Downloaded cookie_store v0.22.1
7432026-05-14T21:55:32.206Z Downloaded is_ci v1.2.0
7442026-05-14T21:55:32.206Z Downloaded lalrpop-util v0.19.12
7452026-05-14T21:55:32.206Z Downloaded kstat-rs v0.2.4
7462026-05-14T21:55:32.209Z Downloaded internet-checksum v0.2.1
7472026-05-14T21:55:32.209Z Downloaded http-range v0.1.5
7482026-05-14T21:55:32.209Z Downloaded highway v1.3.0
7492026-05-14T21:55:32.212Z Downloaded futures-channel v0.3.32
7502026-05-14T21:55:32.213Z Downloaded crossbeam-utils v0.8.21
7512026-05-14T21:55:32.213Z Downloaded allocator-api2 v0.2.21
7522026-05-14T21:55:32.215Z Downloaded getrandom v0.2.17
7532026-05-14T21:55:32.218Z Downloaded diff v0.1.13
7542026-05-14T21:55:32.218Z Downloaded crypto-bigint v0.5.5
7552026-05-14T21:55:32.221Z Downloaded keccak v0.1.6
7562026-05-14T21:55:32.224Z Downloaded derive_more v2.1.1
7572026-05-14T21:55:32.228Z Downloaded managed v0.8.0
7582026-05-14T21:55:32.231Z Downloaded lru-slab v0.1.2
7592026-05-14T21:55:32.231Z Downloaded compact_str v0.8.1
7602026-05-14T21:55:32.234Z Downloaded lru-cache v0.1.2
7612026-05-14T21:55:32.234Z Downloaded linked-hash-map v0.5.6
7622026-05-14T21:55:32.234Z Downloaded lazy_static v1.5.0
7632026-05-14T21:55:32.237Z Downloaded hyper-staticfile v0.10.1
7642026-05-14T21:55:32.237Z Downloaded half v1.8.3
7652026-05-14T21:55:32.240Z Downloaded impl-trait-for-tuples v0.2.3
7662026-05-14T21:55:32.240Z Downloaded humantime v2.3.0
7672026-05-14T21:55:32.243Z Downloaded ingot v0.1.1
7682026-05-14T21:55:32.243Z Downloaded instability v0.3.11
7692026-05-14T21:55:32.243Z Downloaded http-body-util v0.1.3
7702026-05-14T21:55:32.246Z Downloaded maybe-uninit v2.0.0
7712026-05-14T21:55:32.246Z Downloaded lzss v0.8.2
7722026-05-14T21:55:32.246Z Downloaded mime v0.3.17
7732026-05-14T21:55:32.249Z Downloaded match_cfg v0.1.0
7742026-05-14T21:55:32.249Z Downloaded maplit v1.0.2
7752026-05-14T21:55:32.250Z Downloaded libscf-sys v1.1.0
7762026-05-14T21:55:32.250Z Downloaded indoc v2.0.7
7772026-05-14T21:55:32.252Z Downloaded newtype_derive v0.1.6
7782026-05-14T21:55:32.253Z Downloaded md-5 v0.10.6
7792026-05-14T21:55:32.256Z Downloaded ingot-types v0.1.2
7802026-05-14T21:55:32.256Z Downloaded des v0.8.1
7812026-05-14T21:55:32.256Z Downloaded darling v0.20.11
7822026-05-14T21:55:32.259Z Downloaded daft v0.1.5
7832026-05-14T21:55:32.262Z Downloaded crossbeam-epoch v0.9.18
7842026-05-14T21:55:32.262Z Downloaded crc-any v2.5.0
7852026-05-14T21:55:32.265Z Downloaded lru v0.12.5
7862026-05-14T21:55:32.268Z Downloaded futures v0.3.32
7872026-05-14T21:55:32.271Z Downloaded ipnet v2.11.0
7882026-05-14T21:55:32.271Z Downloaded memoffset v0.9.1
7892026-05-14T21:55:32.271Z Downloaded multimap v0.10.1
7902026-05-14T21:55:32.274Z Downloaded ipnetwork v0.21.1
7912026-05-14T21:55:32.274Z Downloaded nodrop v0.1.14
7922026-05-14T21:55:32.277Z Downloaded newline-converter v0.3.0
7932026-05-14T21:55:32.277Z Downloaded new_debug_unreachable v1.0.6
7942026-05-14T21:55:32.277Z Downloaded nibble_vec v0.1.0
7952026-05-14T21:55:32.280Z Downloaded newtype-uuid-macros v0.1.0
7962026-05-14T21:55:32.280Z Downloaded num-derive v0.4.2
7972026-05-14T21:55:32.283Z Downloaded num-conv v0.2.0
7982026-05-14T21:55:32.283Z Downloaded nonempty v0.12.0
7992026-05-14T21:55:32.283Z Downloaded num_enum_derive v0.5.11
8002026-05-14T21:55:32.283Z Downloaded num-iter v0.1.45
8012026-05-14T21:55:32.286Z Downloaded chacha20poly1305 v0.10.1
8022026-05-14T21:55:32.286Z Downloaded num-derive v0.3.3
8032026-05-14T21:55:32.289Z Downloaded normalize-line-endings v0.3.0
8042026-05-14T21:55:32.289Z Downloaded jobserver v0.1.34
8052026-05-14T21:55:32.294Z Downloaded bumpalo v3.20.2
8062026-05-14T21:55:32.298Z Downloaded libefi-sys v0.1.0
8072026-05-14T21:55:32.298Z Downloaded aes-gcm v0.10.3
8082026-05-14T21:55:32.301Z Downloaded iana-time-zone v0.1.65
8092026-05-14T21:55:32.304Z Downloaded libsw-core v0.3.2
8102026-05-14T21:55:32.304Z Downloaded num_threads v0.1.7
8112026-05-14T21:55:32.304Z Downloaded half v2.7.1
8122026-05-14T21:55:32.307Z Downloaded linear-map v1.2.0
8132026-05-14T21:55:32.307Z Downloaded getrandom v0.3.4
8142026-05-14T21:55:32.310Z Downloaded globset v0.4.18
8152026-05-14T21:55:32.310Z Downloaded olpc-cjson v0.1.4
8162026-05-14T21:55:32.313Z Downloaded packed_struct_codegen v0.10.1
8172026-05-14T21:55:32.318Z Downloaded openssl-probe v0.1.6
8182026-05-14T21:55:32.321Z Downloaded path-slash v0.1.5
8192026-05-14T21:55:32.321Z Downloaded httparse v1.10.1
8202026-05-14T21:55:32.324Z Downloaded hmac v0.12.1
8212026-05-14T21:55:32.324Z Downloaded libloading v0.8.9
8222026-05-14T21:55:32.327Z Downloaded parse-size v1.1.0
8232026-05-14T21:55:32.327Z Downloaded parse-display v0.10.0
8242026-05-14T21:55:32.327Z Downloaded newtype-uuid v1.3.2
8252026-05-14T21:55:32.327Z Downloaded lock_api v0.4.14
8262026-05-14T21:55:32.330Z Downloaded ingot-macros v0.1.1
8272026-05-14T21:55:32.330Z Downloaded bytes v1.11.1
8282026-05-14T21:55:32.333Z Downloaded base64 v0.22.1
8292026-05-14T21:55:32.347Z Downloaded pbkdf2 v0.11.0
8302026-05-14T21:55:32.352Z Downloaded pbkdf2 v0.12.2
8312026-05-14T21:55:32.352Z Downloaded num v0.4.3
8322026-05-14T21:55:32.352Z Downloaded native-tls v0.2.18
8332026-05-14T21:55:32.355Z Downloaded nanorand v0.7.0
8342026-05-14T21:55:32.355Z Downloaded md5 v0.7.0
8352026-05-14T21:55:32.355Z Downloaded openssl-macros v0.1.1
8362026-05-14T21:55:32.355Z Downloaded num_enum v0.7.5
8372026-05-14T21:55:32.358Z Downloaded num_enum v0.5.11
8382026-05-14T21:55:32.361Z Downloaded derive_more v0.99.20
8392026-05-14T21:55:32.364Z Downloaded pin-utils v0.1.0
8402026-05-14T21:55:32.368Z Downloaded phf_shared v0.13.1
8412026-05-14T21:55:32.368Z Downloaded async-compression v0.4.41
8422026-05-14T21:55:32.371Z Downloaded phf_shared v0.12.1
8432026-05-14T21:55:32.371Z Downloaded multer v3.1.0
8442026-05-14T21:55:32.374Z Downloaded mime_guess v2.0.5
8452026-05-14T21:55:32.374Z Downloaded ignore v0.4.25
8462026-05-14T21:55:32.374Z Downloaded peg-runtime v0.8.5
8472026-05-14T21:55:32.377Z Downloaded hyper-rustls v0.27.7
8482026-05-14T21:55:32.377Z Downloaded libsw v3.5.0
8492026-05-14T21:55:32.380Z Downloaded indexmap v1.9.3
8502026-05-14T21:55:32.380Z Downloaded nu-ansi-term v0.50.3
8512026-05-14T21:55:32.383Z Downloaded darling_core v0.21.3
8522026-05-14T21:55:32.386Z Downloaded owo-colors v4.3.0
8532026-05-14T21:55:32.386Z Downloaded crossterm v0.28.1
8542026-05-14T21:55:32.389Z Downloaded predicates-tree v1.0.13
8552026-05-14T21:55:32.389Z Downloaded oso-derive v0.27.3
8562026-05-14T21:55:32.393Z Downloaded proc-macro-error-attr2 v2.0.0
8572026-05-14T21:55:32.393Z Downloaded progenitor-client v0.14.0
8582026-05-14T21:55:32.393Z Downloaded proc-macro-crate v3.4.0
8592026-05-14T21:55:32.393Z Downloaded num-integer v0.1.46
8602026-05-14T21:55:32.396Z Downloaded num-complex v0.4.6
8612026-05-14T21:55:32.396Z Downloaded num-rational v0.4.2
8622026-05-14T21:55:32.396Z Downloaded base64 v0.21.7
8632026-05-14T21:55:32.399Z Downloaded packed_struct v0.10.1
8642026-05-14T21:55:32.402Z Downloaded opaque-debug v0.3.1
8652026-05-14T21:55:32.407Z Downloaded heapless v0.8.0
8662026-05-14T21:55:32.410Z Downloaded headers v0.4.1
8672026-05-14T21:55:32.413Z Downloaded num_enum_derive v0.7.5
8682026-05-14T21:55:32.417Z Downloaded openssl-probe v0.2.1
8692026-05-14T21:55:32.420Z Downloaded progenitor-client v0.11.2
8702026-05-14T21:55:32.420Z Downloaded peg-macros v0.8.5
8712026-05-14T21:55:32.423Z Downloaded progenitor-macro v0.14.0
8722026-05-14T21:55:32.423Z Downloaded precomputed-hash v0.1.1
8732026-05-14T21:55:32.423Z Downloaded powerfmt v0.2.0
8742026-05-14T21:55:32.426Z Downloaded pem v3.0.6
8752026-05-14T21:55:32.426Z Downloaded peg v0.8.5
8762026-05-14T21:55:32.430Z Downloaded proc-macro-crate v1.3.1
8772026-05-14T21:55:32.430Z Downloaded predicates-core v1.0.10
8782026-05-14T21:55:32.433Z Downloaded psl-types v2.0.11
8792026-05-14T21:55:32.433Z Downloaded progenitor-macro v0.11.2
8802026-05-14T21:55:32.436Z Downloaded litrs v1.0.0
8812026-05-14T21:55:32.439Z Downloaded pin-project-lite v0.2.17
8822026-05-14T21:55:32.442Z Downloaded phf v0.13.1
8832026-05-14T21:55:32.442Z Downloaded phf v0.12.1
8842026-05-14T21:55:32.445Z Downloaded oxnet v0.1.4
8852026-05-14T21:55:32.445Z Downloaded parse-display-derive v0.10.0
8862026-05-14T21:55:32.449Z Downloaded parking_lot_core v0.8.6
8872026-05-14T21:55:32.450Z Downloaded oxide-tokio-rt v0.1.4
8882026-05-14T21:55:32.454Z Downloaded progenitor-macro v0.13.0
8892026-05-14T21:55:32.454Z Downloaded progenitor-client v0.10.0
8902026-05-14T21:55:32.455Z Downloaded memmap2 v0.9.10
8912026-05-14T21:55:32.469Z Downloaded progenitor v0.11.2
8922026-05-14T21:55:32.474Z Downloaded rand_chacha v0.3.1
8932026-05-14T21:55:32.474Z Downloaded phf_shared v0.11.3
8942026-05-14T21:55:32.474Z Downloaded radium v0.7.0
8952026-05-14T21:55:32.474Z Downloaded password-hash v0.4.2
8962026-05-14T21:55:32.474Z Downloaded rand_xorshift v0.4.0
8972026-05-14T21:55:32.484Z Downloaded parking_lot_core v0.9.12
8982026-05-14T21:55:32.487Z Downloaded progenitor-extras v0.2.0
8992026-05-14T21:55:32.487Z Downloaded pem-rfc7468 v0.7.0
9002026-05-14T21:55:32.490Z Downloaded cc v1.2.56
9012026-05-14T21:55:32.490Z Downloaded progenitor-client v0.13.0
9022026-05-14T21:55:32.491Z Downloaded parking_lot v0.12.5
9032026-05-14T21:55:32.503Z Downloaded fatfs v0.3.6
9042026-05-14T21:55:32.503Z Downloaded hickory-resolver v0.25.2
9052026-05-14T21:55:32.503Z Downloaded recursive-proc-macro-impl v0.1.1
9062026-05-14T21:55:32.503Z Downloaded ar_archive_writer v0.5.1
9072026-05-14T21:55:32.503Z Downloaded pkcs8 v0.10.2
9082026-05-14T21:55:32.516Z Downloaded heapless v0.7.17
9092026-05-14T21:55:32.516Z Downloaded pin-project-internal v1.1.11
9102026-05-14T21:55:32.517Z Downloaded recursive v0.1.1
9112026-05-14T21:55:32.517Z Downloaded libbz2-rs-sys v0.2.2
9122026-05-14T21:55:32.517Z Downloaded primeorder v0.13.6
9132026-05-14T21:55:32.517Z Downloaded ref-cast v1.0.25
9142026-05-14T21:55:32.517Z Downloaded russh-cryptovec v0.7.3
9152026-05-14T21:55:32.517Z Downloaded predicates v3.1.4
9162026-05-14T21:55:32.517Z Downloaded pkcs1 v0.7.5
9172026-05-14T21:55:32.517Z Downloaded ref-cast-impl v1.0.25
9182026-05-14T21:55:32.517Z Downloaded rtoolbox v0.0.3
9192026-05-14T21:55:32.517Z Downloaded quick-error v1.2.3
9202026-05-14T21:55:32.517Z Downloaded r2d2 v0.8.10
9212026-05-14T21:55:32.521Z Downloaded rfc6979 v0.4.0
9222026-05-14T21:55:32.521Z Downloaded postgres-protocol v0.6.10
9232026-05-14T21:55:32.521Z Downloaded polyval v0.6.2
9242026-05-14T21:55:32.521Z Downloaded poly1305 v0.8.0
9252026-05-14T21:55:32.521Z Downloaded omicron-zone-package v0.12.2
9262026-05-14T21:55:32.530Z Downloaded postgres-types v0.2.12
9272026-05-14T21:55:32.530Z Downloaded pkcs5 v0.7.1
9282026-05-14T21:55:32.530Z Downloaded parking_lot v0.11.2
9292026-05-14T21:55:32.530Z Downloaded flume v0.11.1
9302026-05-14T21:55:32.534Z Downloaded der v0.7.10
9312026-05-14T21:55:32.534Z Downloaded progenitor v0.13.0
9322026-05-14T21:55:32.537Z Downloaded password-hash v0.5.0
9332026-05-14T21:55:32.537Z Downloaded rustc_version v0.4.1
9342026-05-14T21:55:32.538Z Downloaded postcard v1.1.3
9352026-05-14T21:55:32.553Z Downloaded rand_core v0.6.4
9362026-05-14T21:55:32.553Z Downloaded rand_seeder v0.4.0
9372026-05-14T21:55:32.553Z Downloaded rand_chacha v0.9.0
9382026-05-14T21:55:32.553Z Downloaded proc-macro-error2 v2.0.1
9392026-05-14T21:55:32.566Z Downloaded paste v1.0.15
9402026-05-14T21:55:32.566Z Downloaded ppv-lite86 v0.2.21
9412026-05-14T21:55:32.566Z Downloaded ed25519-dalek v2.2.0
9422026-05-14T21:55:32.566Z Downloaded hickory-server v0.25.2
9432026-05-14T21:55:32.566Z Downloaded hickory-resolver v0.24.4
9442026-05-14T21:55:32.566Z Downloaded hashbrown v0.12.3
9452026-05-14T21:55:32.566Z Downloaded rustc-hash v2.1.1
9462026-05-14T21:55:32.566Z Downloaded progenitor v0.14.0
9472026-05-14T21:55:32.566Z Downloaded const_format v0.2.35
9482026-05-14T21:55:32.570Z Downloaded psm v0.1.30
9492026-05-14T21:55:32.570Z Downloaded elliptic-curve v0.13.8
9502026-05-14T21:55:32.573Z Downloaded darling_core v0.20.11
9512026-05-14T21:55:32.576Z Downloaded rustc_version v0.1.7
9522026-05-14T21:55:32.576Z Downloaded diesel_derives v2.3.7
9532026-05-14T21:55:32.579Z Downloaded resolv-conf v0.7.6
9542026-05-14T21:55:32.582Z Downloaded quinn-udp v0.5.14
9552026-05-14T21:55:32.582Z Downloaded derive_more-impl v2.1.1
9562026-05-14T21:55:32.585Z Downloaded sapling-renderdag v0.1.0
9572026-05-14T21:55:32.585Z Downloaded salsa20 v0.10.2
9582026-05-14T21:55:32.590Z Downloaded scrypt v0.11.0
9592026-05-14T21:55:32.593Z Downloaded rand_core v0.10.0
9602026-05-14T21:55:32.593Z Downloaded semver v0.1.20
9612026-05-14T21:55:32.604Z Downloaded scheduled-thread-pool v0.2.7
9622026-05-14T21:55:32.607Z Downloaded prefix-trie v0.7.0
9632026-05-14T21:55:32.610Z Downloaded secrecy v0.10.3
9642026-05-14T21:55:32.610Z Downloaded pkg-config v0.3.32
9652026-05-14T21:55:32.610Z Downloaded scopeguard v1.2.0
9662026-05-14T21:55:32.613Z Downloaded secrecy v0.8.0
9672026-05-14T21:55:32.616Z Downloaded indicatif v0.18.4
9682026-05-14T21:55:32.616Z Downloaded serde-big-array v0.5.1
9692026-05-14T21:55:32.619Z Downloaded oso v0.27.3
9702026-05-14T21:55:32.619Z Downloaded rand_core v0.9.5
9712026-05-14T21:55:32.623Z Downloaded scroll_derive v0.13.1
9722026-05-14T21:55:32.626Z Downloaded papergrid v0.17.0
9732026-05-14T21:55:32.629Z Downloaded serde_plain v1.0.2
9742026-05-14T21:55:32.629Z Downloaded seq-macro v0.3.6
9752026-05-14T21:55:32.629Z Downloaded aes v0.8.4
9762026-05-14T21:55:32.632Z Downloaded serde_urlencoded v0.7.1
9772026-05-14T21:55:32.632Z Downloaded serde_bytes v0.11.19
9782026-05-14T21:55:32.635Z Downloaded progenitor-impl v0.11.2
9792026-05-14T21:55:32.635Z Downloaded expectorate v1.2.0
9802026-05-14T21:55:32.638Z Downloaded progenitor-impl v0.14.0
9812026-05-14T21:55:32.642Z Downloaded progenitor-impl v0.13.0
9822026-05-14T21:55:32.642Z Downloaded miniz_oxide v0.8.9
9832026-05-14T21:55:32.646Z Downloaded crossbeam-channel v0.5.15
9842026-05-14T21:55:32.649Z Downloaded rusty-fork v0.3.1
9852026-05-14T21:55:32.653Z Downloaded rustls-pemfile v2.2.0
9862026-05-14T21:55:32.653Z Downloaded rustls-native-certs v0.8.3
9872026-05-14T21:55:32.656Z Downloaded signature v2.2.0
9882026-05-14T21:55:32.656Z Downloaded serde_repr v0.1.20
9892026-05-14T21:55:32.656Z Downloaded http v1.4.0
9902026-05-14T21:55:32.661Z Downloaded rustls-pemfile v1.0.4
9912026-05-14T21:55:32.661Z Downloaded serde_spanned v1.0.4
9922026-05-14T21:55:32.668Z Downloaded signal-hook-mio v0.2.5
9932026-05-14T21:55:32.668Z Downloaded sec1 v0.7.3
9942026-05-14T21:55:32.668Z Downloaded hyper-util v0.1.20
9952026-05-14T21:55:32.673Z Downloaded same-file v1.0.6
9962026-05-14T21:55:32.673Z Downloaded jiff-static v0.2.21
9972026-05-14T21:55:32.678Z Downloaded flate2 v1.1.9
9982026-05-14T21:55:32.678Z Downloaded prettyplease v0.2.37
9992026-05-14T21:55:32.686Z Downloaded pin-project v1.1.11
10002026-05-14T21:55:32.691Z Downloaded siphasher v1.0.2
10012026-05-14T21:55:32.691Z Downloaded schemars_derive v0.8.22
10022026-05-14T21:55:32.691Z Downloaded sct v0.7.1
10032026-05-14T21:55:32.691Z Downloaded hashbrown v0.13.2
10042026-05-14T21:55:32.697Z Downloaded pretty_assertions v1.4.1
10052026-05-14T21:55:32.697Z Downloaded scroll v0.13.0
10062026-05-14T21:55:32.705Z Downloaded signal-hook-tokio v0.3.1
10072026-05-14T21:55:32.708Z Downloaded p256 v0.13.2
10082026-05-14T21:55:32.708Z Downloaded sha1 v0.10.6
10092026-05-14T21:55:32.710Z Downloaded serde_derive_internals v0.29.1
10102026-05-14T21:55:32.711Z Downloaded rustls-pki-types v1.14.0
10112026-05-14T21:55:32.713Z Downloaded shlex v1.3.0
10122026-05-14T21:55:32.716Z Downloaded sqlparser_derive v0.5.0
10132026-05-14T21:55:32.719Z Downloaded russh-keys v0.45.0
10142026-05-14T21:55:32.723Z Downloaded slog-json v2.6.1
10152026-05-14T21:55:32.725Z Downloaded signal-hook-registry v1.4.8
10162026-05-14T21:55:32.726Z Downloaded serde_path_to_error v0.1.20
10172026-05-14T21:55:32.728Z Downloaded dropshot-api-manager v0.7.1
10182026-05-14T21:55:32.728Z Downloaded simd-adler32 v0.3.8
10192026-05-14T21:55:32.734Z Downloaded shell-words v1.1.1
10202026-05-14T21:55:32.736Z Downloaded rustversion v1.0.22
10212026-05-14T21:55:32.740Z Downloaded tabled_derive v0.11.0
10222026-05-14T21:55:32.743Z Downloaded strum v0.26.3
10232026-05-14T21:55:32.743Z Downloaded structmeta-derive v0.3.0
10242026-05-14T21:55:32.743Z Downloaded structmeta v0.3.0
10252026-05-14T21:55:32.746Z Downloaded slog-envlogger v2.2.0
10262026-05-14T21:55:32.746Z Downloaded sync_wrapper v1.0.2
10272026-05-14T21:55:32.746Z Downloaded slab v0.4.12
10282026-05-14T21:55:32.750Z Downloaded serde-hex v0.1.0
10292026-05-14T21:55:32.752Z Downloaded hashbrown v0.16.1
10302026-05-14T21:55:32.755Z Downloaded slog-bunyan v2.5.0
10312026-05-14T21:55:32.758Z Downloaded sigpipe v0.1.3
10322026-05-14T21:55:32.758Z Downloaded itertools v0.10.5
10332026-05-14T21:55:32.762Z Downloaded sync-ptr v0.1.4
10342026-05-14T21:55:32.762Z Downloaded supports-color v3.0.2
10352026-05-14T21:55:32.762Z Downloaded mio v1.2.0
10362026-05-14T21:55:32.766Z Downloaded aho-corasick v1.1.4
10372026-05-14T21:55:32.772Z Downloaded ryu v1.0.23
10382026-05-14T21:55:32.776Z Downloaded tagptr v0.2.0
10392026-05-14T21:55:32.776Z Downloaded smallvec v0.6.14
10402026-05-14T21:55:32.782Z Downloaded smf v0.2.3
10412026-05-14T21:55:32.786Z Downloaded minimal-lexical v0.2.1
10422026-05-14T21:55:32.786Z Downloaded openssl-sys v0.9.115
10432026-05-14T21:55:32.786Z Downloaded ron v0.8.1
10442026-05-14T21:55:32.789Z Downloaded stacker v0.1.23
10452026-05-14T21:55:32.792Z Downloaded termtree v0.5.1
10462026-05-14T21:55:32.792Z Downloaded spki v0.7.3
10472026-05-14T21:55:32.796Z Downloaded testing_table v0.3.0
10482026-05-14T21:55:32.796Z Downloaded quinn v0.11.9
10492026-05-14T21:55:32.802Z Downloaded thread-id v5.1.0
10502026-05-14T21:55:32.802Z Downloaded iri-string v0.7.10
10512026-05-14T21:55:32.808Z Downloaded static_assertions v1.1.0
10522026-05-14T21:55:32.808Z Downloaded rayon-core v1.13.0
10532026-05-14T21:55:32.812Z Downloaded slog-stdlog v4.1.1
10542026-05-14T21:55:32.813Z Downloaded slog-scope v4.4.1
10552026-05-14T21:55:32.813Z Downloaded slog-dtrace v0.3.0
10562026-05-14T21:55:32.813Z Downloaded slog-async v2.8.0
10572026-05-14T21:55:32.816Z Downloaded strum_macros v0.27.2
10582026-05-14T21:55:32.816Z Downloaded strip-ansi-escapes v0.2.1
10592026-05-14T21:55:32.816Z Downloaded rustls-platform-verifier v0.6.2
10602026-05-14T21:55:32.816Z Downloaded itertools v0.12.1
10612026-05-14T21:55:32.820Z Downloaded tap v1.0.1
10622026-05-14T21:55:32.823Z Downloaded take_mut v0.2.2
10632026-05-14T21:55:32.823Z Downloaded tabwriter v1.4.1
10642026-05-14T21:55:32.823Z Downloaded strum_macros v0.26.4
10652026-05-14T21:55:32.826Z Downloaded serde_cbor v0.11.2
10662026-05-14T21:55:32.826Z Downloaded futures-util v0.3.32
10672026-05-14T21:55:32.832Z Downloaded stringprep v0.1.5
10682026-05-14T21:55:32.835Z Downloaded subtle v2.6.1
10692026-05-14T21:55:32.835Z Downloaded ssh-encoding v0.2.0
10702026-05-14T21:55:32.835Z Downloaded ssh-cipher v0.2.0
10712026-05-14T21:55:32.845Z Downloaded serde_yaml v0.9.34+deprecated
10722026-05-14T21:55:32.849Z Downloaded rcgen v0.12.1
10732026-05-14T21:55:32.852Z Downloaded rsa v0.9.10
10742026-05-14T21:55:32.859Z Downloaded tokio-macros v2.7.0
10752026-05-14T21:55:32.862Z Downloaded tinyvec_macros v0.1.1
10762026-05-14T21:55:32.862Z Downloaded time-core v0.1.8
10772026-05-14T21:55:32.862Z Downloaded tokio-dtrace v0.1.1
10782026-05-14T21:55:32.865Z Downloaded rand v0.10.0
10792026-05-14T21:55:32.868Z Downloaded sqlformat v0.3.5
10802026-05-14T21:55:32.868Z Downloaded iddqd v0.3.18
10812026-05-14T21:55:32.872Z Downloaded strum v0.27.2
10822026-05-14T21:55:32.875Z Downloaded topological-sort v0.2.2
10832026-05-14T21:55:32.878Z Downloaded try-lock v0.2.5
10842026-05-14T21:55:32.878Z Downloaded trait-variant v0.1.2
10852026-05-14T21:55:32.881Z Downloaded thiserror-impl-no-std v2.0.2
10862026-05-14T21:55:32.884Z Downloaded string_cache v0.8.9
10872026-05-14T21:55:32.884Z Downloaded slog-term v2.9.2
10882026-05-14T21:55:32.887Z Downloaded tower-layer v0.3.3
10892026-05-14T21:55:32.890Z Downloaded snafu-derive v0.8.9
10902026-05-14T21:55:32.895Z Downloaded tls_codec v0.4.2
10912026-05-14T21:55:32.898Z Downloaded tls_codec_derive v0.4.2
10922026-05-14T21:55:32.898Z Downloaded tiny-keccak v2.0.2
10932026-05-14T21:55:32.901Z Downloaded crossterm v0.29.0
10942026-05-14T21:55:32.904Z Downloaded tokio-tungstenite v0.23.1
10952026-05-14T21:55:32.907Z Downloaded unicode-truncate v1.1.0
10962026-05-14T21:55:32.907Z Downloaded similar v2.7.0
10972026-05-14T21:55:32.911Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10982026-05-14T21:55:32.911Z Downloaded time-macros v0.2.27
10992026-05-14T21:55:32.918Z Downloaded serde_with_macros v3.17.0
11002026-05-14T21:55:32.918Z Downloaded schemars v1.2.1
11012026-05-14T21:55:32.930Z Downloaded usdt v0.6.0
11022026-05-14T21:55:32.930Z Downloaded untrusted v0.9.0
11032026-05-14T21:55:32.930Z Downloaded usdt-attr-macro v0.6.0
11042026-05-14T21:55:32.930Z Downloaded nom v7.1.3
11052026-05-14T21:55:32.944Z Downloaded usdt-macro v0.6.0
11062026-05-14T21:55:32.944Z Downloaded universal-hash v0.5.1
11072026-05-14T21:55:32.944Z Downloaded tokio-native-tls v0.3.1
11082026-05-14T21:55:32.944Z Downloaded untrusted v0.7.1
11092026-05-14T21:55:32.944Z Downloaded h2 v0.4.13
11102026-05-14T21:55:32.944Z Downloaded slog v2.8.2
11112026-05-14T21:55:32.945Z Downloaded typify-macro v0.4.3
11122026-05-14T21:55:32.945Z Downloaded p521 v0.13.3
11132026-05-14T21:55:32.959Z Downloaded termios v0.3.3
11142026-05-14T21:55:32.959Z Downloaded signal-hook v0.3.18
11152026-05-14T21:55:32.960Z Downloaded schemars v0.8.22
11162026-05-14T21:55:32.960Z Downloaded num-bigint v0.4.6
11172026-05-14T21:55:32.960Z Downloaded utf-8 v0.7.6
11182026-05-14T21:55:33.006Z Downloaded unit-prefix v0.5.2
11192026-05-14T21:55:33.006Z Downloaded term v1.2.1
11202026-05-14T21:55:33.006Z Downloaded schemars v0.9.0
11212026-05-14T21:55:33.006Z Downloaded void v1.0.2
11222026-05-14T21:55:33.006Z Downloaded tokio-tungstenite v0.21.0
11232026-05-14T21:55:33.006Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11242026-05-14T21:55:33.006Z Downloaded libxml v0.3.3
11252026-05-14T21:55:33.006Z Downloaded waitgroup v0.1.2
11262026-05-14T21:55:33.006Z Downloaded tokio-stream v0.1.18
11272026-05-14T21:55:33.006Z Downloaded spin v0.9.8
11282026-05-14T21:55:33.006Z Downloaded want v0.3.1
11292026-05-14T21:55:33.006Z Downloaded tower-service v0.3.3
11302026-05-14T21:55:33.007Z Downloaded toml_writer v1.0.6+spec-1.1.0
11312026-05-14T21:55:33.007Z Downloaded term v0.7.0
11322026-05-14T21:55:33.007Z Downloaded itertools v0.14.0
11332026-05-14T21:55:33.007Z Downloaded xattr v1.6.1
11342026-05-14T21:55:33.007Z Downloaded wait-timeout v0.2.1
11352026-05-14T21:55:33.013Z Downloaded tui-tree-widget v0.23.1
11362026-05-14T21:55:33.013Z Downloaded socket2 v0.6.3
11372026-05-14T21:55:33.041Z Downloaded socket2 v0.5.10
11382026-05-14T21:55:33.041Z Downloaded publicsuffix v2.3.0
11392026-05-14T21:55:33.041Z Downloaded support-bundle-viewer v0.1.2
11402026-05-14T21:55:33.041Z Downloaded thiserror-no-std v2.0.2
11412026-05-14T21:55:33.041Z Downloaded strum_macros v0.24.3
11422026-05-14T21:55:33.041Z Downloaded qorb v0.4.1
11432026-05-14T21:55:33.041Z Downloaded russh v0.45.0
11442026-05-14T21:55:33.041Z Downloaded uzers v0.12.2
11452026-05-14T21:55:33.041Z Downloaded hashbrown v0.15.5
11462026-05-14T21:55:33.041Z Downloaded typify-macro v0.6.2
11472026-05-14T21:55:33.041Z Downloaded tokio-rustls v0.24.1
11482026-05-14T21:55:33.041Z Downloaded rand v0.9.2
11492026-05-14T21:55:33.041Z Downloaded rand v0.8.6
11502026-05-14T21:55:33.041Z Downloaded unicase v2.9.0
11512026-05-14T21:55:33.041Z Downloaded num-bigint-dig v0.8.6
11522026-05-14T21:55:33.041Z Downloaded usdt-impl v0.6.0
11532026-05-14T21:55:33.041Z Downloaded unarray v0.1.4
11542026-05-14T21:55:33.041Z Downloaded xshell-macros v0.2.7
11552026-05-14T21:55:33.041Z Downloaded tokio-rustls v0.25.0
11562026-05-14T21:55:33.043Z Downloaded samael v0.0.19
11572026-05-14T21:55:33.043Z Downloaded vergen-lib v9.1.0
11582026-05-14T21:55:33.044Z Downloaded twox-hash v2.1.2
11592026-05-14T21:55:33.083Z Downloaded zone_cfg_derive v0.3.1
11602026-05-14T21:55:33.083Z Downloaded zone v0.3.1
11612026-05-14T21:55:33.083Z Downloaded vsss-rs v3.3.4
11622026-05-14T21:55:33.083Z Downloaded zeroize_derive v1.4.3
11632026-05-14T21:55:33.083Z Downloaded walkdir v2.5.0
11642026-05-14T21:55:33.083Z Downloaded whoami v2.1.0
11652026-05-14T21:55:33.083Z Downloaded vergen-git2 v9.1.0
11662026-05-14T21:55:33.083Z Downloaded hyper v1.8.1
11672026-05-14T21:55:33.083Z Downloaded xshell v0.2.7
11682026-05-14T21:55:33.083Z Downloaded wyz v0.5.1
11692026-05-14T21:55:33.083Z Downloaded test-strategy v0.4.5
11702026-05-14T21:55:33.083Z Downloaded toml_parser v1.0.9+spec-1.1.0
11712026-05-14T21:55:33.083Z Downloaded vergen-lib v0.1.6
11722026-05-14T21:55:33.084Z Downloaded rustls-webpki v0.103.9
11732026-05-14T21:55:33.084Z Downloaded rustyline v14.0.0
11742026-05-14T21:55:33.084Z Downloaded whoami v1.6.1
11752026-05-14T21:55:33.084Z Downloaded thread_local v1.1.9
11762026-05-14T21:55:33.096Z Downloaded vergen-gitcl v1.0.8
11772026-05-14T21:55:33.096Z Downloaded toml v1.0.6+spec-1.1.0
11782026-05-14T21:55:33.096Z Downloaded snafu v0.8.9
11792026-05-14T21:55:33.097Z Downloaded tinyvec v1.10.0
11802026-05-14T21:55:33.097Z Downloaded tracing-attributes v0.1.31
11812026-05-14T21:55:33.101Z Downloaded tracing-core v0.1.36
11822026-05-14T21:55:33.101Z Downloaded itertools v0.13.0
11832026-05-14T21:55:33.101Z Downloaded blake3 v1.8.3
11842026-05-14T21:55:33.101Z Downloaded bitvec v1.0.1
11852026-05-14T21:55:33.108Z Downloaded zstd-safe v7.2.4
11862026-05-14T21:55:33.108Z Downloaded zstd v0.13.3
11872026-05-14T21:55:33.108Z Downloaded zeroize v1.8.2
11882026-05-14T21:55:33.108Z Downloaded typify v0.4.3
11892026-05-14T21:55:33.108Z Downloaded tar v0.4.45
11902026-05-14T21:55:33.108Z Downloaded unicode-properties v0.1.4
11912026-05-14T21:55:33.108Z Downloaded tokio-rustls v0.26.4
11922026-05-14T21:55:33.113Z Downloaded subprocess v0.2.15
11932026-05-14T21:55:33.118Z Downloaded toml v0.7.8
11942026-05-14T21:55:33.122Z Downloaded vergen v9.1.0
11952026-05-14T21:55:33.126Z Downloaded unsafe-libyaml v0.2.11
11962026-05-14T21:55:33.126Z Downloaded yasna v0.5.2
11972026-05-14T21:55:33.130Z Downloaded tungstenite v0.21.0
11982026-05-14T21:55:33.134Z Downloaded steno v0.4.1
11992026-05-14T21:55:33.138Z Downloaded uuid v1.23.0
12002026-05-14T21:55:33.142Z Downloaded typify v0.6.2
12012026-05-14T21:55:33.142Z Downloaded aws-lc-rs v1.16.3
12022026-05-14T21:55:33.149Z Downloaded tungstenite v0.23.0
12032026-05-14T21:55:33.149Z Downloaded chrono v0.4.44
12042026-05-14T21:55:33.157Z Downloaded vte v0.14.1
12052026-05-14T21:55:33.157Z Downloaded bindgen v0.71.1
12062026-05-14T21:55:33.164Z Downloaded reedline v0.40.0
12072026-05-14T21:55:33.164Z Downloaded zerocopy v0.6.6
12082026-05-14T21:55:33.169Z Downloaded toml_edit v0.23.10+spec-1.0.0
12092026-05-14T21:55:33.175Z Downloaded libm v0.2.16
12102026-05-14T21:55:33.180Z Downloaded hkdf v0.12.4
12112026-05-14T21:55:33.193Z Downloaded rpassword v7.4.0
12122026-05-14T21:55:33.200Z Downloaded lalrpop v0.19.12
12132026-05-14T21:55:33.206Z Downloaded tokio-postgres v0.7.16
12142026-05-14T21:55:33.217Z Downloaded unicode-bidi v0.3.18
12152026-05-14T21:55:33.220Z Downloaded rayon v1.11.0
12162026-05-14T21:55:33.224Z Downloaded zopfli v0.8.3
12172026-05-14T21:55:33.227Z Downloaded quick-xml v0.37.5
12182026-05-14T21:55:33.230Z Downloaded moka v0.12.13
12192026-05-14T21:55:33.240Z Downloaded ssh-key v0.6.7
12202026-05-14T21:55:33.243Z Downloaded typed-path v0.9.3
12212026-05-14T21:55:33.256Z Downloaded yansi v1.0.1
12222026-05-14T21:55:33.265Z Downloaded reqwest v0.12.28
12232026-05-14T21:55:33.269Z Downloaded zerocopy-derive v0.8.40
12242026-05-14T21:55:33.277Z Downloaded zip v0.6.6
12252026-05-14T21:55:33.280Z Downloaded proptest v1.10.0
12262026-05-14T21:55:33.285Z Downloaded x509-cert v0.2.5
12272026-05-14T21:55:33.288Z Downloaded unicode-segmentation v1.12.0
12282026-05-14T21:55:33.291Z Downloaded tower v0.5.3
12292026-05-14T21:55:33.295Z Downloaded reqwest v0.13.2
12302026-05-14T21:55:33.298Z Downloaded toml_edit v0.19.15
12312026-05-14T21:55:33.307Z Downloaded regex v1.12.3
12322026-05-14T21:55:33.310Z Downloaded rustls-webpki v0.102.8
12332026-05-14T21:55:33.320Z Downloaded tough v0.22.0
12342026-05-14T21:55:33.325Z Downloaded unicode_categories v0.1.1
12352026-05-14T21:55:33.327Z Downloaded portable-atomic v1.13.1
12362026-05-14T21:55:33.331Z Downloaded petname v2.0.2
12372026-05-14T21:55:33.341Z Downloaded rustls-webpki v0.101.7
12382026-05-14T21:55:33.349Z Downloaded quinn-proto v0.11.13
12392026-05-14T21:55:33.353Z Downloaded git2 v0.20.4
12402026-05-14T21:55:33.357Z Downloaded salty v0.3.0
12412026-05-14T21:55:33.361Z Downloaded bstr v1.12.1
12422026-05-14T21:55:33.366Z Downloaded p384 v0.13.1
12432026-05-14T21:55:33.392Z Downloaded winnow v0.5.40
12442026-05-14T21:55:33.397Z Downloaded unicode-normalization v0.1.25
12452026-05-14T21:55:33.400Z Downloaded tower-http v0.6.8
12462026-05-14T21:55:33.403Z Downloaded polar-core v0.27.3
12472026-05-14T21:55:33.408Z Downloaded tokio-util v0.7.18
12482026-05-14T21:55:33.412Z Downloaded openssl v0.10.79
12492026-05-14T21:55:33.419Z Downloaded goblin v0.10.5
12502026-05-14T21:55:33.427Z Downloaded zip v4.6.1
12512026-05-14T21:55:33.437Z Downloaded rustls v0.21.12
12522026-05-14T21:55:33.443Z Downloaded curve25519-dalek v4.1.3
12532026-05-14T21:55:33.470Z Downloaded time v0.3.47
12542026-05-14T21:55:33.476Z Downloaded serde_with v3.17.0
12552026-05-14T21:55:33.483Z Downloaded zlib-rs v0.6.2
12562026-05-14T21:55:33.486Z Downloaded nix v0.31.2
12572026-05-14T21:55:33.493Z Downloaded regex-syntax v0.6.29
12582026-05-14T21:55:33.497Z Downloaded nix v0.27.1
12592026-05-14T21:55:33.504Z Downloaded vcpkg v0.2.15
12602026-05-14T21:55:33.524Z Downloaded winnow v0.6.26
12612026-05-14T21:55:33.529Z Downloaded rustls v0.22.4
12622026-05-14T21:55:33.536Z Downloaded zerocopy v0.8.40
12632026-05-14T21:55:33.542Z Downloaded smoltcp v0.11.0
12642026-05-14T21:55:33.548Z Downloaded rustls v0.23.37
12652026-05-14T21:55:33.555Z Downloaded object v0.30.4
12662026-05-14T21:55:33.560Z Downloaded hickory-proto v0.25.2
12672026-05-14T21:55:33.569Z Downloaded openapiv3 v2.2.0
12682026-05-14T21:55:33.576Z Downloaded regress v0.11.1
12692026-05-14T21:55:33.581Z Downloaded nix v0.28.0
12702026-05-14T21:55:33.587Z Downloaded smoltcp v0.9.1
12712026-05-14T21:55:33.593Z Downloaded hickory-proto v0.24.4
12722026-05-14T21:55:33.602Z Downloaded webpki-roots v1.0.6
12732026-05-14T21:55:33.604Z Downloaded regress v0.10.5
12742026-05-14T21:55:33.610Z Downloaded object v0.37.3
12752026-05-14T21:55:33.617Z Downloaded radix_trie v0.2.1
12762026-05-14T21:55:33.620Z Downloaded ratatui v0.29.0
12772026-05-14T21:55:33.632Z Downloaded dropshot v0.17.0
12782026-05-14T21:55:33.645Z Downloaded tabled v0.20.0
12792026-05-14T21:55:33.655Z Downloaded bzip2-sys v0.1.13+1.0.8
12802026-05-14T21:55:33.670Z Downloaded zerocopy-derive v0.6.6
12812026-05-14T21:55:33.676Z Downloaded regex-automata v0.4.14
12822026-05-14T21:55:33.686Z Downloaded chrono-tz v0.10.4
12832026-05-14T21:55:33.697Z Downloaded regex-syntax v0.8.10
12842026-05-14T21:55:33.702Z Downloaded diesel v2.3.7
12852026-05-14T21:55:33.718Z Downloaded rustix v0.38.44
12862026-05-14T21:55:33.731Z Downloaded libz-sys v1.1.24
12872026-05-14T21:55:33.846Z Downloaded sqlparser v0.61.0
12882026-05-14T21:55:33.866Z Downloaded tracing v0.1.44
12892026-05-14T21:55:33.878Z Downloaded typify-impl v0.6.2
12902026-05-14T21:55:33.886Z Downloaded typify-impl v0.4.3
12912026-05-14T21:55:33.895Z Downloaded sled v0.34.7
12922026-05-14T21:55:33.984Z Downloaded petgraph v0.6.5
12932026-05-14T21:55:34.011Z Downloaded jiff v0.2.21
12942026-05-14T21:55:34.066Z Downloaded petgraph v0.8.3
12952026-05-14T21:55:34.089Z Downloaded csv v1.4.0
12962026-05-14T21:55:34.110Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12972026-05-14T21:55:34.121Z Downloaded sha3 v0.10.8
12982026-05-14T21:55:34.142Z Downloaded tokio v1.52.1
12992026-05-14T21:55:34.241Z Downloaded encoding_rs v0.8.35
13002026-05-14T21:55:34.261Z Downloaded ring v0.17.14
13012026-05-14T21:55:34.286Z Downloaded libgit2-sys v0.18.3+1.9.2
13022026-05-14T21:55:34.361Z Downloaded aws-lc-sys v0.40.0
13032026-05-14T21:55:34.608Z Compiling libc v0.2.185
13042026-05-14T21:55:34.608Z Compiling serde v1.0.228
13052026-05-14T21:55:34.611Z Compiling log v0.4.29
13062026-05-14T21:55:34.611Z Compiling find-msvc-tools v0.1.9
13072026-05-14T21:55:34.751Z Compiling shlex v1.3.0
13082026-05-14T21:55:34.754Z Compiling smallvec v1.15.1
13092026-05-14T21:55:34.767Z Compiling syn v2.0.117
13102026-05-14T21:55:34.798Z Compiling typenum v1.19.0
13112026-05-14T21:55:34.928Z Compiling generic-array v0.14.7
13122026-05-14T21:55:34.947Z Compiling subtle v2.6.1
13132026-05-14T21:55:34.975Z Compiling scopeguard v1.2.0
13142026-05-14T21:55:35.000Z Compiling const-oid v0.9.6
13152026-05-14T21:55:35.055Z Compiling serde_json v1.0.149
13162026-05-14T21:55:35.077Z Compiling lock_api v0.4.14
13172026-05-14T21:55:35.108Z Compiling zerocopy v0.8.40
13182026-05-14T21:55:35.171Z Compiling pin-project-lite v0.2.17
13192026-05-14T21:55:35.261Z Compiling portable-atomic v1.13.1
13202026-05-14T21:55:35.291Z Compiling parking_lot_core v0.9.12
13212026-05-14T21:55:35.600Z Compiling pkg-config v0.3.32
13222026-05-14T21:55:35.621Z Compiling getrandom v0.2.17
13232026-05-14T21:55:35.694Z Compiling jobserver v0.1.34
13242026-05-14T21:55:35.753Z Compiling errno v0.3.14
13252026-05-14T21:55:35.836Z Compiling rand_core v0.6.4
13262026-05-14T21:55:35.902Z Compiling cc v1.2.56
13272026-05-14T21:55:35.917Z Compiling signal-hook-registry v1.4.8
13282026-05-14T21:55:36.116Z Compiling bitflags v2.11.0
13292026-05-14T21:55:36.169Z Compiling futures-core v0.3.32
13302026-05-14T21:55:36.215Z Compiling libm v0.2.16
13312026-05-14T21:55:36.321Z Compiling critical-section v1.2.0
13322026-05-14T21:55:36.350Z Compiling parking_lot v0.12.5
13332026-05-14T21:55:36.368Z Compiling mio v1.2.0
13342026-05-14T21:55:36.414Z Compiling once_cell v1.21.3
13352026-05-14T21:55:36.430Z Compiling num-traits v0.2.19
13362026-05-14T21:55:36.519Z Compiling percent-encoding v2.3.2
13372026-05-14T21:55:36.626Z Compiling socket2 v0.6.3
13382026-05-14T21:55:36.716Z Compiling futures-sink v0.3.32
13392026-05-14T21:55:36.733Z Compiling futures-io v0.3.32
13402026-05-14T21:55:36.778Z Compiling futures-task v0.3.32
13412026-05-14T21:55:36.830Z Compiling futures-channel v0.3.32
13422026-05-14T21:55:36.864Z Compiling slab v0.4.12
13432026-05-14T21:55:36.906Z Compiling cpufeatures v0.2.17
13442026-05-14T21:55:36.959Z Compiling getrandom v0.4.1
13452026-05-14T21:55:36.981Z Compiling rand_core v0.10.0
13462026-05-14T21:55:37.036Z Compiling indexmap v2.14.0
13472026-05-14T21:55:37.050Z Compiling rustversion v1.0.22
13482026-05-14T21:55:37.066Z Compiling getrandom v0.3.4
13492026-05-14T21:55:37.148Z Compiling form_urlencoded v1.2.2
13502026-05-14T21:55:37.443Z Compiling cmake v0.1.57
13512026-05-14T21:55:37.492Z Compiling fs_extra v1.3.0
13522026-05-14T21:55:37.556Z Compiling dunce v1.0.5
13532026-05-14T21:55:37.680Z Compiling synstructure v0.13.2
13542026-05-14T21:55:37.699Z Compiling ident_case v1.0.1
13552026-05-14T21:55:37.764Z Compiling base64ct v1.8.3
13562026-05-14T21:55:37.822Z Compiling rustix v1.1.3
13572026-05-14T21:55:37.851Z Compiling aws-lc-sys v0.40.0
13582026-05-14T21:55:37.944Z Compiling flagset v0.4.7
13592026-05-14T21:55:38.027Z Compiling pem-rfc7468 v0.7.0
13602026-05-14T21:55:38.062Z Compiling regex-syntax v0.8.10
13612026-05-14T21:55:38.075Z Compiling iana-time-zone v0.1.65
13622026-05-14T21:55:38.230Z Compiling rand_core v0.9.5
13632026-05-14T21:55:38.277Z Compiling ring v0.17.14
13642026-05-14T21:55:38.292Z Compiling aws-lc-rs v1.16.3
13652026-05-14T21:55:38.332Z Compiling vcpkg v0.2.15
13662026-05-14T21:55:38.508Z Compiling uuid v1.23.0
13672026-05-14T21:55:38.584Z Compiling rustc_version v0.4.1
13682026-05-14T21:55:38.929Z Compiling tracing-core v0.1.36
13692026-05-14T21:55:39.084Z Compiling openssl-sys v0.9.115
13702026-05-14T21:55:39.225Z Compiling base64 v0.22.1
13712026-05-14T21:55:39.454Z Compiling serde_derive v1.0.228
13722026-05-14T21:55:39.485Z Compiling zeroize_derive v1.4.3
13732026-05-14T21:55:39.556Z Compiling zerofrom-derive v0.1.6
13742026-05-14T21:55:39.582Z Compiling yoke-derive v0.8.1
13752026-05-14T21:55:39.616Z Compiling zerovec-derive v0.11.2
13762026-05-14T21:55:40.133Z Compiling zeroize v1.8.2
13772026-05-14T21:55:40.453Z Compiling zerocopy-derive v0.8.40
13782026-05-14T21:55:40.770Z Compiling displaydoc v0.2.5
13792026-05-14T21:55:40.787Z Compiling tokio-macros v2.7.0
13802026-05-14T21:55:40.928Z Compiling crypto-common v0.1.7
13812026-05-14T21:55:40.987Z Compiling zerofrom v0.1.6
13822026-05-14T21:55:41.080Z Compiling block-buffer v0.10.4
13832026-05-14T21:55:41.115Z Compiling yoke v0.8.1
13842026-05-14T21:55:41.252Z Compiling digest v0.10.7
13852026-05-14T21:55:41.301Z Compiling zerovec v0.11.5
13862026-05-14T21:55:41.506Z Compiling futures-macro v0.3.32
13872026-05-14T21:55:41.516Z Compiling hmac v0.12.1
13882026-05-14T21:55:41.530Z Compiling zerotrie v0.2.3
13892026-05-14T21:55:41.673Z Compiling block-padding v0.3.3
13902026-05-14T21:55:41.807Z Compiling tinystr v0.8.2
13912026-05-14T21:55:41.820Z Compiling potential_utf v0.1.4
13922026-05-14T21:55:41.832Z Compiling inout v0.1.4
13932026-05-14T21:55:41.977Z Compiling icu_locale_core v2.1.1
13942026-05-14T21:55:41.993Z Compiling icu_collections v2.1.1
13952026-05-14T21:55:42.008Z Compiling cipher v0.4.4
13962026-05-14T21:55:42.256Z Compiling sha2 v0.10.9
13972026-05-14T21:55:42.284Z Compiling futures-util v0.3.32
13982026-05-14T21:55:42.460Z Compiling der_derive v0.7.3
13992026-05-14T21:55:42.831Z Compiling icu_provider v2.1.1
14002026-05-14T21:55:42.945Z Compiling bytes v1.11.1
14012026-05-14T21:55:42.960Z Compiling chrono v0.4.44
14022026-05-14T21:55:43.122Z Compiling icu_normalizer v2.1.1
14032026-05-14T21:55:43.395Z Compiling tokio v1.52.1
14042026-05-14T21:55:43.546Z Compiling icu_properties v2.1.2
14052026-05-14T21:55:43.614Z Compiling der v0.7.10
14062026-05-14T21:55:43.647Z Compiling http v1.4.0
14072026-05-14T21:55:44.324Z Compiling salsa20 v0.10.2
14082026-05-14T21:55:44.467Z Compiling idna_adapter v1.2.1
14092026-05-14T21:55:44.521Z Compiling spki v0.7.3
14102026-05-14T21:55:44.535Z Compiling pbkdf2 v0.12.2
14112026-05-14T21:55:44.603Z Compiling idna v1.1.0
14122026-05-14T21:55:44.621Z Compiling rustls-pki-types v1.14.0
14132026-05-14T21:55:44.647Z Compiling ppv-lite86 v0.2.21
14142026-05-14T21:55:44.725Z Compiling thiserror-impl v2.0.18
14152026-05-14T21:55:44.796Z Compiling tracing-attributes v0.1.31
14162026-05-14T21:55:44.830Z Compiling scrypt v0.11.0
14172026-05-14T21:55:44.963Z Compiling url v2.5.8
14182026-05-14T21:55:45.064Z Compiling rand_chacha v0.9.0
14192026-05-14T21:55:45.079Z Compiling http-body v1.0.1
14202026-05-14T21:55:45.229Z Compiling aes v0.8.4
14212026-05-14T21:55:45.242Z Compiling cbc v0.1.2
14222026-05-14T21:55:45.507Z Compiling openssl-probe v0.2.1
14232026-05-14T21:55:45.685Z Compiling httparse v1.10.1
14242026-05-14T21:55:45.772Z Compiling untrusted v0.7.1
14252026-05-14T21:55:45.795Z Compiling untrusted v0.9.0
14262026-05-14T21:55:45.894Z Compiling tinyvec_macros v0.1.1
14272026-05-14T21:55:45.965Z Compiling tinyvec v1.10.0
14282026-05-14T21:55:46.046Z Compiling thiserror v2.0.18
14292026-05-14T21:55:46.065Z Compiling pkcs5 v0.7.1
14302026-05-14T21:55:46.111Z Compiling tracing v0.1.44
14312026-05-14T21:55:46.147Z Compiling pest_generator v2.8.6
14322026-05-14T21:55:46.304Z Compiling rand v0.9.2
14332026-05-14T21:55:46.333Z Compiling serde_derive_internals v0.29.1
14342026-05-14T21:55:46.372Z Compiling aho-corasick v1.1.4
14352026-05-14T21:55:46.540Z Compiling atomic-waker v1.1.2
14362026-05-14T21:55:46.666Z Compiling tower-service v0.3.3
14372026-05-14T21:55:46.766Z Compiling rustls v0.23.37
14382026-05-14T21:55:46.841Z Compiling try-lock v0.2.5
14392026-05-14T21:55:46.934Z Compiling tower-layer v0.3.3
14402026-05-14T21:55:46.949Z Compiling schemars v0.8.22
14412026-05-14T21:55:47.084Z Compiling dyn-clone v1.0.20
14422026-05-14T21:55:47.097Z Compiling want v0.3.1
14432026-05-14T21:55:47.143Z Compiling tokio-util v0.7.18
14442026-05-14T21:55:47.213Z Compiling regex-automata v0.4.14
14452026-05-14T21:55:47.216Z Compiling schemars_derive v0.8.22
14462026-05-14T21:55:47.271Z Compiling pest_derive v2.8.6
14472026-05-14T21:55:47.658Z Compiling pkcs8 v0.10.2
14482026-05-14T21:55:47.960Z Compiling h2 v0.4.13
14492026-05-14T21:55:47.973Z Compiling ipnet v2.11.0
14502026-05-14T21:55:48.027Z Compiling scroll_derive v0.13.1
14512026-05-14T21:55:48.141Z Compiling darling_core v0.20.11
14522026-05-14T21:55:48.420Z Compiling openssl v0.10.79
14532026-05-14T21:55:48.450Z Compiling httpdate v1.0.3
14542026-05-14T21:55:48.643Z Compiling foreign-types-shared v0.1.1
14552026-05-14T21:55:48.663Z Compiling pin-utils v0.1.0
14562026-05-14T21:55:48.729Z Compiling foreign-types v0.3.2
14572026-05-14T21:55:48.760Z Compiling tempfile v3.25.0
14582026-05-14T21:55:48.816Z Compiling scroll v0.13.0
14592026-05-14T21:55:49.037Z Compiling unicode-normalization v0.1.25
14602026-05-14T21:55:49.121Z Compiling openssl-macros v0.1.1
14612026-05-14T21:55:49.484Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14622026-05-14T21:55:49.497Z Compiling spin v0.9.8
14632026-05-14T21:55:49.510Z Compiling time-core v0.1.8
14642026-05-14T21:55:49.653Z Compiling powerfmt v0.2.0
14652026-05-14T21:55:49.698Z Compiling num-conv v0.2.0
14662026-05-14T21:55:49.831Z Compiling native-tls v0.2.18
14672026-05-14T21:55:49.854Z Compiling crc32fast v1.5.0
14682026-05-14T21:55:50.045Z Compiling time-macros v0.2.27
14692026-05-14T21:55:50.077Z Compiling deranged v0.5.8
14702026-05-14T21:55:50.363Z Compiling darling_macro v0.20.11
14712026-05-14T21:55:50.867Z Compiling hyper v1.8.1
14722026-05-14T21:55:51.078Z Compiling darling v0.20.11
14732026-05-14T21:55:51.123Z Compiling goblin v0.10.5
14742026-05-14T21:55:51.158Z Compiling rustls-native-certs v0.8.3
14752026-05-14T21:55:51.262Z Compiling sync_wrapper v1.0.2
14762026-05-14T21:55:51.372Z Compiling wait-timeout v0.2.1
14772026-05-14T21:55:51.444Z Compiling crossbeam-utils v0.8.21
14782026-05-14T21:55:51.639Z Compiling quick-error v1.2.3
14792026-05-14T21:55:51.732Z Compiling siphasher v1.0.2
14802026-05-14T21:55:51.749Z Compiling simd-adler32 v0.3.8
14812026-05-14T21:55:51.876Z Compiling unicode-segmentation v1.12.0
14822026-05-14T21:55:51.912Z Compiling hyper-util v0.1.20
14832026-05-14T21:55:51.983Z Compiling bit-vec v0.8.0
14842026-05-14T21:55:52.212Z Compiling usdt-impl v0.6.0
14852026-05-14T21:55:52.245Z Compiling num_threads v0.1.7
14862026-05-14T21:55:52.343Z Compiling syn v1.0.109
14872026-05-14T21:55:52.445Z Compiling time v0.3.47
14882026-05-14T21:55:52.688Z Compiling bit-set v0.8.0
14892026-05-14T21:55:52.758Z Compiling rusty-fork v0.3.1
14902026-05-14T21:55:52.846Z Compiling tower v0.5.3
14912026-05-14T21:55:53.070Z Compiling derive_builder_core v0.20.2
14922026-05-14T21:55:53.319Z Compiling dtrace-parser v0.3.0
14932026-05-14T21:55:53.372Z Compiling http-body-util v0.1.3
14942026-05-14T21:55:53.598Z Compiling webpki-roots v1.0.6
14952026-05-14T21:55:53.614Z Compiling signature v2.2.0
14962026-05-14T21:55:53.719Z Compiling scroll_derive v0.12.1
14972026-05-14T21:55:53.793Z Compiling dof v0.4.0
14982026-05-14T21:55:53.930Z Compiling thiserror-impl v1.0.69
14992026-05-14T21:55:53.985Z Compiling heapless v0.7.17
15002026-05-14T21:55:54.060Z Compiling rand_xorshift v0.4.0
15012026-05-14T21:55:54.215Z Compiling slog v2.8.2
15022026-05-14T21:55:54.219Z Compiling darling_core v0.21.3
15032026-05-14T21:55:54.367Z Compiling bzip2-sys v0.1.13+1.0.8
15042026-05-14T21:55:54.399Z Compiling thread-id v5.1.0
15052026-05-14T21:55:54.480Z Compiling cookie v0.18.1
15062026-05-14T21:55:54.634Z Compiling allocator-api2 v0.2.21
15072026-05-14T21:55:54.659Z Compiling ryu v1.0.23
15082026-05-14T21:55:54.840Z Compiling adler2 v2.0.1
15092026-05-14T21:55:54.929Z Compiling iri-string v0.7.10
15102026-05-14T21:55:54.949Z Compiling anyhow v1.0.102
15112026-05-14T21:55:54.968Z Compiling signal-hook v0.3.18
15122026-05-14T21:55:55.136Z Compiling unicode-properties v0.1.4
15132026-05-14T21:55:55.149Z Compiling unicode-bidi v0.3.18
15142026-05-14T21:55:55.250Z Compiling paste v1.0.15
15152026-05-14T21:55:55.294Z Compiling zstd-safe v7.2.4
15162026-05-14T21:55:55.339Z Compiling unarray v0.1.4
15172026-05-14T21:55:55.455Z Compiling proptest v1.10.0
15182026-05-14T21:55:55.589Z Compiling stringprep v0.1.5
15192026-05-14T21:55:55.698Z Compiling thiserror v1.0.69
15202026-05-14T21:55:55.755Z Compiling miniz_oxide v0.8.9
15212026-05-14T21:55:55.799Z Compiling serde_urlencoded v0.7.1
15222026-05-14T21:55:56.352Z Compiling tower-http v0.6.8
15232026-05-14T21:55:56.471Z Compiling scroll v0.12.0
15242026-05-14T21:55:56.697Z Compiling derive_builder_macro v0.20.2
15252026-05-14T21:55:56.747Z Compiling tokio-native-tls v0.3.1
15262026-05-14T21:55:56.758Z Compiling darling_macro v0.21.3
15272026-05-14T21:55:56.788Z Compiling heck v0.4.1
15282026-05-14T21:55:56.907Z Compiling ipnetwork v0.21.1
15292026-05-14T21:55:57.008Z Compiling bstr v1.12.1
15302026-05-14T21:55:57.134Z Compiling rand_chacha v0.3.1
15312026-05-14T21:55:57.183Z Compiling serde_tokenstream v0.2.3
15322026-05-14T21:55:57.221Z Compiling erased-serde v0.3.31
15332026-05-14T21:55:57.304Z Compiling serde_spanned v0.6.9
15342026-05-14T21:55:57.447Z Compiling toml_datetime v0.6.11
15352026-05-14T21:55:57.486Z Compiling md-5 v0.10.6
15362026-05-14T21:55:57.641Z Compiling zerocopy-derive v0.7.35
15372026-05-14T21:55:57.654Z Compiling async-trait v0.1.89
15382026-05-14T21:55:57.702Z Compiling pin-project-internal v1.1.11
15392026-05-14T21:55:57.705Z Compiling curve25519-dalek v4.1.3
15402026-05-14T21:55:57.923Z Compiling vergen-lib v9.1.0
15412026-05-14T21:55:58.044Z Compiling num-integer v0.1.46
15422026-05-14T21:55:58.099Z Compiling hash32 v0.2.1
15432026-05-14T21:55:58.292Z Compiling ff v0.13.1
15442026-05-14T21:55:58.361Z Compiling memoffset v0.9.1
15452026-05-14T21:55:58.430Z Compiling encoding_rs v0.8.35
15462026-05-14T21:55:58.480Z Compiling rustix v0.38.44
15472026-05-14T21:55:58.550Z Compiling base16ct v0.2.0
15482026-05-14T21:55:58.647Z Compiling fallible-iterator v0.2.0
15492026-05-14T21:55:58.728Z Compiling litrs v1.0.0
15502026-05-14T21:55:58.795Z Compiling cfg_aliases v0.2.1
15512026-05-14T21:55:58.823Z Compiling mime v0.3.17
15522026-05-14T21:55:58.869Z Compiling zlib-rs v0.6.2
15532026-05-14T21:55:58.957Z Compiling psl-types v2.0.11
15542026-05-14T21:55:59.077Z Compiling ref-cast v1.0.25
15552026-05-14T21:55:59.089Z Compiling smoltcp v0.9.1
15562026-05-14T21:55:59.235Z Compiling num-bigint-dig v0.8.6
15572026-05-14T21:55:59.430Z Compiling document-features v0.2.12
15582026-05-14T21:55:59.455Z Compiling publicsuffix v2.3.0
15592026-05-14T21:55:59.469Z Compiling postgres-protocol v0.6.10
15602026-05-14T21:55:59.631Z Compiling nix v0.31.2
15612026-05-14T21:55:59.997Z Compiling pin-project v1.1.11
15622026-05-14T21:56:00.010Z Compiling sec1 v0.7.3
15632026-05-14T21:56:00.022Z Compiling zerocopy v0.7.35
15642026-05-14T21:56:00.092Z Compiling group v0.13.0
15652026-05-14T21:56:00.127Z Compiling num-iter v0.1.45
15662026-05-14T21:56:00.292Z Compiling newtype-uuid v1.3.2
15672026-05-14T21:56:00.566Z Compiling hubpack_derive v0.1.1
15682026-05-14T21:56:00.595Z Compiling rand v0.8.6
15692026-05-14T21:56:00.658Z Compiling darling v0.21.3
15702026-05-14T21:56:00.736Z Compiling derive_builder v0.20.2
15712026-05-14T21:56:00.749Z Compiling oxnet v0.1.4
15722026-05-14T21:56:00.784Z Compiling snafu-derive v0.8.9
15732026-05-14T21:56:00.862Z Compiling hyper-tls v0.6.0
15742026-05-14T21:56:01.085Z Compiling goblin v0.8.2
15752026-05-14T21:56:01.665Z Compiling phf_shared v0.13.1
15762026-05-14T21:56:01.803Z Compiling flate2 v1.1.9
15772026-05-14T21:56:01.905Z Compiling lazy_static v1.5.0
15782026-05-14T21:56:02.002Z Compiling regex v1.12.3
15792026-05-14T21:56:02.101Z Compiling strum_macros v0.27.2
15802026-05-14T21:56:02.114Z Compiling futures-executor v0.3.32
15812026-05-14T21:56:02.210Z Compiling hex v0.4.3
15822026-05-14T21:56:02.372Z Compiling hkdf v0.12.4
15832026-05-14T21:56:02.430Z Compiling crypto-bigint v0.5.5
15842026-05-14T21:56:02.475Z Compiling curve25519-dalek-derive v0.1.1
15852026-05-14T21:56:02.536Z Compiling daft-derive v0.1.5
15862026-05-14T21:56:02.662Z Compiling ref-cast-impl v1.0.25
15872026-05-14T21:56:03.108Z Compiling terminal_size v0.4.3
15882026-05-14T21:56:03.197Z Compiling vergen v9.1.0
15892026-05-14T21:56:03.241Z Compiling fs-err v3.3.0
15902026-05-14T21:56:03.255Z Compiling cargo-platform v0.3.2
15912026-05-14T21:56:03.375Z Compiling ahash v0.8.12
15922026-05-14T21:56:03.425Z Compiling object v0.37.3
15932026-05-14T21:56:03.529Z Compiling foldhash v0.1.5
15942026-05-14T21:56:03.572Z Compiling bitflags v1.3.2
15952026-05-14T21:56:03.650Z Compiling libbz2-rs-sys v0.2.2
15962026-05-14T21:56:03.690Z Compiling foldhash v0.2.0
15972026-05-14T21:56:03.703Z Compiling managed v0.8.0
15982026-05-14T21:56:03.907Z Compiling winnow v0.5.40
15992026-05-14T21:56:03.920Z Compiling bumpalo v3.20.2
16002026-05-14T21:56:04.021Z Compiling same-file v1.0.6
16012026-05-14T21:56:04.172Z Compiling clap_builder v4.5.60
16022026-05-14T21:56:04.186Z Compiling walkdir v2.5.0
16032026-05-14T21:56:04.313Z Compiling zopfli v0.8.3
16042026-05-14T21:56:04.497Z Compiling bzip2 v0.6.1
16052026-05-14T21:56:04.512Z Compiling strum v0.27.2
16062026-05-14T21:56:04.641Z Compiling hashbrown v0.16.1
16072026-05-14T21:56:04.745Z Compiling hashbrown v0.15.5
16082026-05-14T21:56:05.122Z Compiling cargo_metadata v0.23.1
16092026-05-14T21:56:05.218Z Compiling toml_edit v0.19.15
16102026-05-14T21:56:05.300Z Compiling elliptic-curve v0.13.8
16112026-05-14T21:56:05.313Z Compiling dof v0.3.0
16122026-05-14T21:56:05.326Z Compiling daft v0.1.5
16132026-05-14T21:56:05.750Z Compiling snafu v0.8.9
16142026-05-14T21:56:06.031Z Compiling futures v0.3.32
16152026-05-14T21:56:06.121Z Compiling phf v0.13.1
16162026-05-14T21:56:06.397Z Compiling signal-hook-mio v0.2.5
16172026-05-14T21:56:06.517Z Compiling cookie_store v0.22.1
16182026-05-14T21:56:06.544Z Compiling zstd v0.13.3
16192026-05-14T21:56:06.649Z Compiling bzip2 v0.4.4
16202026-05-14T21:56:06.804Z Compiling hubpack v0.1.2
16212026-05-14T21:56:06.857Z Compiling serde_with_macros v3.17.0
16222026-05-14T21:56:07.165Z Compiling postgres-types v0.2.12
16232026-05-14T21:56:07.179Z Compiling usdt-attr-macro v0.6.0
16242026-05-14T21:56:07.705Z Compiling usdt-macro v0.6.0
16252026-05-14T21:56:07.869Z Compiling globset v0.4.18
16262026-05-14T21:56:07.957Z Compiling dtrace-parser v0.2.0
16272026-05-14T21:56:07.960Z Compiling ed25519 v2.2.3
16282026-05-14T21:56:08.218Z Compiling phf_shared v0.11.3
16292026-05-14T21:56:08.411Z Compiling olpc-cjson v0.1.4
16302026-05-14T21:56:08.426Z Compiling pkcs1 v0.7.5
16312026-05-14T21:56:08.538Z Compiling clap_derive v4.5.55
16322026-05-14T21:56:08.568Z Compiling strum_macros v0.26.4
16332026-05-14T21:56:08.683Z Compiling enum-as-inner v0.6.1
16342026-05-14T21:56:08.686Z Compiling serde_plain v1.0.2
16352026-05-14T21:56:08.840Z Compiling serde-big-array v0.5.1
16362026-05-14T21:56:08.856Z Compiling rfc6979 v0.4.0
16372026-05-14T21:56:08.887Z Compiling pem v3.0.6
16382026-05-14T21:56:08.970Z Compiling serde_repr v0.1.20
16392026-05-14T21:56:08.984Z Compiling async-recursion v1.1.1
16402026-05-14T21:56:09.180Z Compiling float-cmp v0.10.0
16412026-05-14T21:56:09.217Z Compiling memmap2 v0.9.10
16422026-05-14T21:56:09.319Z Compiling thread-id v4.2.2
16432026-05-14T21:56:09.405Z Compiling env_filter v1.0.0
16442026-05-14T21:56:09.426Z Compiling either v1.15.0
16452026-05-14T21:56:09.492Z Compiling normalize-line-endings v0.3.0
16462026-05-14T21:56:09.589Z Compiling fixedbitset v0.5.7
16472026-05-14T21:56:09.615Z Compiling precomputed-hash v0.1.1
16482026-05-14T21:56:09.636Z Compiling predicates-core v1.0.10
16492026-05-14T21:56:09.703Z Compiling whoami v2.1.0
16502026-05-14T21:56:09.703Z Compiling jiff v0.2.21
16512026-05-14T21:56:09.809Z Compiling fixedbitset v0.4.2
16522026-05-14T21:56:09.889Z Compiling rustc-hash v2.1.1
16532026-05-14T21:56:10.015Z Compiling difflib v0.4.0
16542026-05-14T21:56:10.028Z Compiling data-encoding v2.10.0
16552026-05-14T21:56:10.075Z Compiling keccak v0.1.6
16562026-05-14T21:56:10.268Z Compiling new_debug_unreachable v1.0.6
16572026-05-14T21:56:10.282Z Compiling static_assertions v1.1.0
16582026-05-14T21:56:10.347Z Compiling typed-path v0.9.3
16592026-05-14T21:56:10.406Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16602026-05-14T21:56:10.607Z Compiling string_cache v0.8.9
16612026-05-14T21:56:10.750Z Compiling hickory-proto v0.25.2
16622026-05-14T21:56:10.836Z Compiling clap v4.5.60
16632026-05-14T21:56:10.911Z Compiling strum v0.26.3
16642026-05-14T21:56:10.923Z Compiling predicates v3.1.4
16652026-05-14T21:56:11.041Z Compiling sha3 v0.10.8
16662026-05-14T21:56:11.501Z Compiling iddqd v0.3.18
16672026-05-14T21:56:11.576Z Compiling petgraph v0.6.5
16682026-05-14T21:56:11.603Z Compiling tokio-postgres v0.7.16
16692026-05-14T21:56:11.650Z Compiling petgraph v0.8.3
16702026-05-14T21:56:12.645Z Compiling zip v4.6.1
16712026-05-14T21:56:13.055Z Compiling toml_edit v0.22.27
16722026-05-14T21:56:13.211Z Compiling itertools v0.13.0
16732026-05-14T21:56:13.565Z Compiling env_logger v0.11.9
16742026-05-14T21:56:13.580Z Compiling usdt-impl v0.5.0
16752026-05-14T21:56:13.744Z Compiling usdt v0.6.0
16762026-05-14T21:56:13.897Z Compiling ecdsa v0.16.9
16772026-05-14T21:56:13.915Z Compiling rsa v0.9.10
16782026-05-14T21:56:14.003Z Compiling ed25519-dalek v2.2.0
16792026-05-14T21:56:14.151Z Compiling crossterm v0.28.1
16802026-05-14T21:56:14.287Z Compiling serde_with v3.17.0
16812026-05-14T21:56:14.655Z Compiling zip v0.6.6
16822026-05-14T21:56:15.227Z Compiling toml v0.7.8
16832026-05-14T21:56:15.872Z Compiling toml_parser v1.0.9+spec-1.1.0
16842026-05-14T21:56:15.889Z Compiling similar v2.7.0
16852026-05-14T21:56:15.953Z Compiling crossbeam-epoch v0.9.18
16862026-05-14T21:56:16.002Z Compiling tokio-stream v0.1.18
16872026-05-14T21:56:16.022Z Compiling buf-list v1.1.2
16882026-05-14T21:56:16.294Z Compiling x509-cert v0.2.5
16892026-05-14T21:56:16.307Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16902026-05-14T21:56:16.460Z Compiling openapiv3 v2.2.0
16912026-05-14T21:56:16.501Z Compiling sha1 v0.10.6
16922026-05-14T21:56:16.601Z Compiling lalrpop-util v0.19.12
16932026-05-14T21:56:16.723Z Compiling peg-runtime v0.8.5
16942026-05-14T21:56:16.750Z Compiling thread_local v1.1.9
16952026-05-14T21:56:16.794Z Compiling slog-async v2.8.0
16962026-05-14T21:56:17.001Z Compiling crossbeam-channel v0.5.15
16972026-05-14T21:56:17.001Z Compiling is-terminal v0.4.17
16982026-05-14T21:56:17.103Z Compiling filetime v0.2.27
16992026-05-14T21:56:17.116Z Compiling take_mut v0.2.2
17002026-05-14T21:56:17.223Z Compiling term v1.2.1
17012026-05-14T21:56:17.233Z Compiling xattr v1.6.1
17022026-05-14T21:56:17.398Z Compiling tar v0.4.45
17032026-05-14T21:56:17.790Z Compiling slog-term v2.9.2
17042026-05-14T21:56:27.580Z Compiling rustls-webpki v0.103.9
17052026-05-14T21:56:30.364Z Compiling tokio-rustls v0.26.4
17062026-05-14T21:56:30.364Z Compiling rustls-platform-verifier v0.6.2
17072026-05-14T21:56:30.557Z Compiling hyper-rustls v0.27.7
17082026-05-14T21:56:30.752Z Compiling reqwest v0.12.28
17092026-05-14T21:56:30.752Z Compiling reqwest v0.13.2
17102026-05-14T21:56:32.017Z Compiling tough v0.22.0
17112026-05-14T21:56:34.558Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17122026-05-14T21:56:34.806Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17132026-05-14T21:56:37.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17142026-05-14T21:56:37.760Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17152026-05-14T21:56:37.804ZMay 14 21:56:36.156 INFO Starting download, target: Cockroach
17162026-05-14T21:56:37.804ZMay 14 21:56:36.156 INFO Starting download, target: Clickhouse
17172026-05-14T21:56:37.804ZMay 14 21:56:36.156 INFO Starting download, target: Console
17182026-05-14T21:56:37.834ZMay 14 21:56:36.156 INFO Starting download, target: DendriteStub
17192026-05-14T21:56:37.834ZMay 14 21:56:36.156 INFO Starting download, target: MaghemiteMgd
17202026-05-14T21:56:37.835ZMay 14 21:56:36.156 INFO Starting download, target: TransceiverControl
17212026-05-14T21:56:37.835ZMay 14 21:56:36.156 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17222026-05-14T21:56:37.836ZMay 14 21:56:36.156 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17232026-05-14T21:56:37.836ZMay 14 21:56:36.156 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17242026-05-14T21:56:37.836ZMay 14 21:56:36.157 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17252026-05-14T21:56:37.836ZMay 14 21:56:36.157 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17262026-05-14T21:56:37.836ZMay 14 21:56:36.157 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17272026-05-14T21:56:38.738ZMay 14 21:56:37.074 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17282026-05-14T21:56:38.845ZMay 14 21:56:37.182 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17292026-05-14T21:56:38.986ZMay 14 21:56:37.289 INFO Download complete, target: TransceiverControl
17302026-05-14T21:56:39.095ZMay 14 21:56:37.423 INFO Download complete, target: Console
17312026-05-14T21:56:39.794ZMay 14 21:56:38.096 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17322026-05-14T21:56:41.419ZMay 14 21:56:39.755 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17332026-05-14T21:56:41.631ZMay 14 21:56:39.946 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17342026-05-14T21:56:42.391ZMay 14 21:56:40.746 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17352026-05-14T21:56:42.391ZMay 14 21:56:40.746 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17362026-05-14T21:56:43.874ZMay 14 21:56:42.154 INFO Download complete, target: MaghemiteMgd
17372026-05-14T21:56:43.998ZMay 14 21:56:42.330 INFO Download complete, target: DendriteStub
17382026-05-14T21:56:46.505ZMay 14 21:56:44.860 INFO Checking that binary works, target: Clickhouse
17392026-05-14T21:56:46.594ZMay 14 21:56:44.950 INFO Download complete, target: Clickhouse
17402026-05-14T21:56:47.018ZMay 14 21:56:45.373 INFO Checking that binary works, target: Cockroach
17412026-05-14T21:56:47.130ZMay 14 21:56:45.485 INFO Download complete, target: Cockroach
17422026-05-14T21:56:47.145ZAll builder prerequisites installed successfully, and PATH looks valid
17432026-05-14T21:56:47.149Z
17442026-05-14T21:56:47.149Zreal 2:13.362528097
17452026-05-14T21:56:47.149Zuser 6:53.242176565
17462026-05-14T21:56:47.149Zsys 1:22.305076885
17472026-05-14T21:56:47.149Ztrap 0.228802320
17482026-05-14T21:56:47.149Ztflt 0.615044200
17492026-05-14T21:56:47.149Zdflt 0.594929204
17502026-05-14T21:56:47.149Zkflt 0.024795755
17512026-05-14T21:56:47.149Zlock 21:43.020942625
17522026-05-14T21:56:47.149Zslp 21:10.234270539
17532026-05-14T21:56:47.149Zlat 41.628300506
17542026-05-14T21:56:47.149Zstop 1:49.409688718
17552026-05-14T21:56:47.149Z+ banner hack-check
17562026-05-14T21:56:47.149Z
17572026-05-14T21:56:47.149Z # # ## #### # # #### # # ###### #### # #
17582026-05-14T21:56:47.149Z # # # # # # # # # # # # # # # # #
17592026-05-14T21:56:47.149Z ###### # # # #### ##### # ###### ##### # ####
17602026-05-14T21:56:47.149Z # # ###### # # # # # # # # # #
17612026-05-14T21:56:47.149Z # # # # # # # # # # # # # # # # #
17622026-05-14T21:56:47.149Z # # # # #### # # #### # # ###### #### # #
17632026-05-14T21:56:47.150Z
17642026-05-14T21:56:47.150Z+ export CARGO_INCREMENTAL=0
17652026-05-14T21:56:47.150Z+ CARGO_INCREMENTAL=0
17662026-05-14T21:56:47.150Z+ ptime -m timeout 2h cargo xtask check-features --ci
17672026-05-14T21:56:47.663Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17682026-05-14T21:56:47.884Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17692026-05-14T21:56:49.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.58s
17702026-05-14T21:56:49.829Z Running `target/debug/xtask check-features --ci`
17712026-05-14T21:56:49.856Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17722026-05-14T21:56:49.860Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17732026-05-14T21:56:50.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
17742026-05-14T21:56:50.354Z Running `target/debug/xtask download cargo-hack`
17752026-05-14T21:56:51.117Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17762026-05-14T21:56:51.422Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17772026-05-14T21:56:53.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.54s
17782026-05-14T21:56:54.089Z Running `target/debug/xtask-downloader cargo-hack`
17792026-05-14T21:56:54.129ZMay 14 21:56:52.484 INFO Starting download, target: CargoHack
17802026-05-14T21:56:54.139ZMay 14 21:56:52.485 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17812026-05-14T21:56:54.697ZMay 14 21:56:53.053 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17822026-05-14T21:56:54.748ZMay 14 21:56:53.103 INFO Download complete, target: CargoHack
17832026-05-14T21:56:54.752Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
17842026-05-14T21:56:54.763Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17852026-05-14T21:56:54.914Zinfo: running `cargo check --bins` on api_identity (1/274)
17862026-05-14T21:56:55.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17872026-05-14T21:56:55.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17882026-05-14T21:56:55.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17892026-05-14T21:56:55.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
17902026-05-14T21:56:55.476Z
17912026-05-14T21:56:55.476Zinfo: running `cargo check --bins` on bootstore (2/274)
17922026-05-14T21:56:55.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17932026-05-14T21:56:55.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17942026-05-14T21:56:55.963Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17952026-05-14T21:56:55.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
17962026-05-14T21:56:56.040Z
17972026-05-14T21:56:56.040Zinfo: running `cargo check --bins` on omicron-ledger (3/274)
17982026-05-14T21:56:56.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17992026-05-14T21:56:56.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18002026-05-14T21:56:56.526Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18012026-05-14T21:56:56.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18022026-05-14T21:56:56.598Z
18032026-05-14T21:56:56.598Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/274)
18042026-05-14T21:56:57.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18052026-05-14T21:56:57.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18062026-05-14T21:56:57.088Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18072026-05-14T21:56:57.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18082026-05-14T21:56:57.160Z
18092026-05-14T21:56:57.161Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/274)
18102026-05-14T21:56:57.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18112026-05-14T21:56:57.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18122026-05-14T21:56:57.652Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18132026-05-14T21:56:57.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18142026-05-14T21:56:57.736Z
18152026-05-14T21:56:57.736Zinfo: running `cargo check --bins` on omicron-certificates (6/274)
18162026-05-14T21:56:58.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18172026-05-14T21:56:58.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18182026-05-14T21:56:58.301Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18192026-05-14T21:56:58.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18202026-05-14T21:56:58.342Z
18212026-05-14T21:56:58.342Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/274)
18222026-05-14T21:56:58.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18232026-05-14T21:56:59.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18242026-05-14T21:56:59.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18252026-05-14T21:56:59.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18262026-05-14T21:56:59.054Z
18272026-05-14T21:56:59.054Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/274)
18282026-05-14T21:56:59.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18292026-05-14T21:56:59.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18302026-05-14T21:56:59.465Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18312026-05-14T21:56:59.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18322026-05-14T21:56:59.506Z
18332026-05-14T21:56:59.506Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/274)
18342026-05-14T21:56:59.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18352026-05-14T21:56:59.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18362026-05-14T21:56:59.902Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18372026-05-14T21:56:59.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18382026-05-14T21:56:59.902Z
18392026-05-14T21:56:59.902Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/274)
18402026-05-14T21:57:00.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18412026-05-14T21:57:00.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18422026-05-14T21:57:00.301Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18432026-05-14T21:57:00.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18442026-05-14T21:57:00.354Z
18452026-05-14T21:57:00.354Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/274)
18462026-05-14T21:57:00.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18472026-05-14T21:57:00.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18482026-05-14T21:57:00.753Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18492026-05-14T21:57:00.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18502026-05-14T21:57:00.792Z
18512026-05-14T21:57:00.792Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/274)
18522026-05-14T21:57:01.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18532026-05-14T21:57:01.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18542026-05-14T21:57:01.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18552026-05-14T21:57:01.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18562026-05-14T21:57:01.245Z
18572026-05-14T21:57:01.245Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/274)
18582026-05-14T21:57:01.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18592026-05-14T21:57:01.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18602026-05-14T21:57:01.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18612026-05-14T21:57:01.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18622026-05-14T21:57:01.694Z
18632026-05-14T21:57:01.694Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/274)
18642026-05-14T21:57:02.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18652026-05-14T21:57:02.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18662026-05-14T21:57:02.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18672026-05-14T21:57:02.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18682026-05-14T21:57:02.153Z
18692026-05-14T21:57:02.154Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/274)
18702026-05-14T21:57:02.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18712026-05-14T21:57:02.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18722026-05-14T21:57:02.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18732026-05-14T21:57:02.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18742026-05-14T21:57:02.583Z
18752026-05-14T21:57:02.583Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/274)
18762026-05-14T21:57:02.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18772026-05-14T21:57:03.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18782026-05-14T21:57:03.059Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18792026-05-14T21:57:03.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18802026-05-14T21:57:03.114Z
18812026-05-14T21:57:03.115Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/274)
18822026-05-14T21:57:03.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18832026-05-14T21:57:03.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18842026-05-14T21:57:03.467Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18852026-05-14T21:57:03.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18862026-05-14T21:57:03.501Z
18872026-05-14T21:57:03.501Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/274)
18882026-05-14T21:57:03.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18892026-05-14T21:57:03.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18902026-05-14T21:57:03.899Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18912026-05-14T21:57:03.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18922026-05-14T21:57:03.936Z
18932026-05-14T21:57:03.936Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/274)
18942026-05-14T21:57:04.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18952026-05-14T21:57:04.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18962026-05-14T21:57:04.399Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18972026-05-14T21:57:04.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18982026-05-14T21:57:04.412Z
18992026-05-14T21:57:04.412Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/274)
19002026-05-14T21:57:04.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19012026-05-14T21:57:04.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19022026-05-14T21:57:04.908Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19032026-05-14T21:57:04.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19042026-05-14T21:57:04.976Z
19052026-05-14T21:57:04.976Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/274)
19062026-05-14T21:57:05.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19072026-05-14T21:57:09.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19082026-05-14T21:57:09.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19092026-05-14T21:57:09.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19102026-05-14T21:57:09.474Z
19112026-05-14T21:57:09.475Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/274)
19122026-05-14T21:57:09.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19132026-05-14T21:57:09.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19142026-05-14T21:57:09.476Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19152026-05-14T21:57:09.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19162026-05-14T21:57:09.476Z
19172026-05-14T21:57:09.476Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/274)
19182026-05-14T21:57:09.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19192026-05-14T21:57:09.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19202026-05-14T21:57:09.476Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19212026-05-14T21:57:09.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19222026-05-14T21:57:09.476Z
19232026-05-14T21:57:09.476Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/274)
19242026-05-14T21:57:09.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19252026-05-14T21:57:09.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19262026-05-14T21:57:09.476Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19272026-05-14T21:57:09.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19282026-05-14T21:57:09.476Z
19292026-05-14T21:57:09.476Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/274)
19302026-05-14T21:57:09.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19312026-05-14T21:57:09.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19322026-05-14T21:57:09.476Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19332026-05-14T21:57:09.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19342026-05-14T21:57:09.476Z
19352026-05-14T21:57:09.476Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/274)
19362026-05-14T21:57:09.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19372026-05-14T21:57:09.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19382026-05-14T21:57:09.476Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19392026-05-14T21:57:09.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19402026-05-14T21:57:09.476Z
19412026-05-14T21:57:09.476Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/274)
19422026-05-14T21:57:09.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19432026-05-14T21:57:09.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19442026-05-14T21:57:09.476Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19452026-05-14T21:57:09.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19462026-05-14T21:57:09.476Z
19472026-05-14T21:57:09.477Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/274)
19482026-05-14T21:57:09.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19492026-05-14T21:57:09.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19502026-05-14T21:57:09.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19512026-05-14T21:57:09.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19522026-05-14T21:57:09.608Z
19532026-05-14T21:57:09.608Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/274)
19542026-05-14T21:57:09.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19552026-05-14T21:57:09.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19562026-05-14T21:57:09.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19572026-05-14T21:57:09.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19582026-05-14T21:57:09.608Z
19592026-05-14T21:57:09.608Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/274)
19602026-05-14T21:57:09.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19612026-05-14T21:57:09.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19622026-05-14T21:57:09.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19632026-05-14T21:57:09.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19642026-05-14T21:57:09.608Z
19652026-05-14T21:57:09.608Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/274)
19662026-05-14T21:57:09.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19672026-05-14T21:57:09.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19682026-05-14T21:57:09.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19692026-05-14T21:57:09.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19702026-05-14T21:57:09.811Z
19712026-05-14T21:57:09.811Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/274)
19722026-05-14T21:57:10.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19732026-05-14T21:57:10.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19742026-05-14T21:57:10.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19752026-05-14T21:57:10.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19762026-05-14T21:57:10.259Z
19772026-05-14T21:57:10.259Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/274)
19782026-05-14T21:57:10.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19792026-05-14T21:57:10.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19802026-05-14T21:57:10.655Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19812026-05-14T21:57:10.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19822026-05-14T21:57:10.711Z
19832026-05-14T21:57:10.711Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/274)
19842026-05-14T21:57:11.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19852026-05-14T21:57:11.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19862026-05-14T21:57:11.104Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19872026-05-14T21:57:11.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
19882026-05-14T21:57:11.157Z
19892026-05-14T21:57:11.157Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/274)
19902026-05-14T21:57:11.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19912026-05-14T21:57:11.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19922026-05-14T21:57:11.552Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19932026-05-14T21:57:11.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19942026-05-14T21:57:11.606Z
19952026-05-14T21:57:11.606Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/274)
19962026-05-14T21:57:12.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19972026-05-14T21:57:12.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19982026-05-14T21:57:12.004Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19992026-05-14T21:57:12.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20002026-05-14T21:57:12.059Z
20012026-05-14T21:57:12.059Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/274)
20022026-05-14T21:57:12.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20032026-05-14T21:57:12.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20042026-05-14T21:57:12.456Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20052026-05-14T21:57:12.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20062026-05-14T21:57:12.511Z
20072026-05-14T21:57:12.511Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/274)
20082026-05-14T21:57:12.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20092026-05-14T21:57:12.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20102026-05-14T21:57:12.906Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20112026-05-14T21:57:12.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20122026-05-14T21:57:12.958Z
20132026-05-14T21:57:12.959Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/274)
20142026-05-14T21:57:13.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20152026-05-14T21:57:13.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20162026-05-14T21:57:13.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20172026-05-14T21:57:13.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20182026-05-14T21:57:13.407Z
20192026-05-14T21:57:13.407Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/274)
20202026-05-14T21:57:13.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20212026-05-14T21:57:13.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20222026-05-14T21:57:13.804Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20232026-05-14T21:57:13.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20242026-05-14T21:57:13.856Z
20252026-05-14T21:57:13.856Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/274)
20262026-05-14T21:57:14.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20272026-05-14T21:57:14.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20282026-05-14T21:57:14.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20292026-05-14T21:57:14.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20302026-05-14T21:57:14.311Z
20312026-05-14T21:57:14.311Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/274)
20322026-05-14T21:57:14.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20332026-05-14T21:57:14.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20342026-05-14T21:57:14.710Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20352026-05-14T21:57:14.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20362026-05-14T21:57:14.765Z
20372026-05-14T21:57:14.765Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/274)
20382026-05-14T21:57:15.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20392026-05-14T21:57:15.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20402026-05-14T21:57:15.163Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20412026-05-14T21:57:15.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20422026-05-14T21:57:15.216Z
20432026-05-14T21:57:15.216Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/274)
20442026-05-14T21:57:15.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20452026-05-14T21:57:15.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20462026-05-14T21:57:15.614Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20472026-05-14T21:57:15.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20482026-05-14T21:57:15.668Z
20492026-05-14T21:57:15.668Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/274)
20502026-05-14T21:57:16.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20512026-05-14T21:57:16.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20522026-05-14T21:57:16.066Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20532026-05-14T21:57:16.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20542026-05-14T21:57:16.121Z
20552026-05-14T21:57:16.121Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/274)
20562026-05-14T21:57:16.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20572026-05-14T21:57:16.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20582026-05-14T21:57:16.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20592026-05-14T21:57:16.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20602026-05-14T21:57:16.572Z
20612026-05-14T21:57:16.572Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/274)
20622026-05-14T21:57:16.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20632026-05-14T21:57:16.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20642026-05-14T21:57:16.971Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20652026-05-14T21:57:16.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20662026-05-14T21:57:17.024Z
20672026-05-14T21:57:17.024Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/274)
20682026-05-14T21:57:17.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20692026-05-14T21:57:17.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20702026-05-14T21:57:17.424Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20712026-05-14T21:57:17.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20722026-05-14T21:57:17.478Z
20732026-05-14T21:57:17.478Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/274)
20742026-05-14T21:57:17.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20752026-05-14T21:57:18.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20762026-05-14T21:57:18.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20772026-05-14T21:57:18.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20782026-05-14T21:57:18.093Z
20792026-05-14T21:57:18.093Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/274)
20802026-05-14T21:57:18.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20812026-05-14T21:57:18.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20822026-05-14T21:57:18.614Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20832026-05-14T21:57:18.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20842026-05-14T21:57:18.701Z
20852026-05-14T21:57:18.702Zinfo: running `cargo check --bins` on nexus-config (51/274)
20862026-05-14T21:57:19.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20872026-05-14T21:57:19.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20882026-05-14T21:57:19.223Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20892026-05-14T21:57:19.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
20902026-05-14T21:57:19.311Z
20912026-05-14T21:57:19.311Zinfo: running `cargo check --bins` on nexus-types (52/274)
20922026-05-14T21:57:19.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20932026-05-14T21:57:19.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20942026-05-14T21:57:19.834Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20952026-05-14T21:57:19.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20962026-05-14T21:57:19.927Z
20972026-05-14T21:57:19.927Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/274)
20982026-05-14T21:57:20.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20992026-05-14T21:57:20.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21002026-05-14T21:57:20.427Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21012026-05-14T21:57:20.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21022026-05-14T21:57:20.514Z
21032026-05-14T21:57:20.514Zinfo: running `cargo check --bins` on omicron-passwords (54/274)
21042026-05-14T21:57:20.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21052026-05-14T21:57:20.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21062026-05-14T21:57:20.993Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21072026-05-14T21:57:20.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21082026-05-14T21:57:21.075Z
21092026-05-14T21:57:21.076Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/274)
21102026-05-14T21:57:21.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21112026-05-14T21:57:21.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21122026-05-14T21:57:21.570Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21132026-05-14T21:57:21.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21142026-05-14T21:57:21.654Z
21152026-05-14T21:57:21.655Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/274)
21162026-05-14T21:57:22.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21172026-05-14T21:57:22.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21182026-05-14T21:57:22.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21192026-05-14T21:57:22.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21202026-05-14T21:57:22.240Z
21212026-05-14T21:57:22.240Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/274)
21222026-05-14T21:57:22.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21232026-05-14T21:57:22.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21242026-05-14T21:57:22.742Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21252026-05-14T21:57:22.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21262026-05-14T21:57:22.827Z
21272026-05-14T21:57:22.827Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/274)
21282026-05-14T21:57:23.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21292026-05-14T21:57:23.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21302026-05-14T21:57:23.329Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21312026-05-14T21:57:23.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21322026-05-14T21:57:23.416Z
21332026-05-14T21:57:23.416Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/274)
21342026-05-14T21:57:23.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21352026-05-14T21:57:23.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21362026-05-14T21:57:23.899Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21372026-05-14T21:57:23.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21382026-05-14T21:57:23.983Z
21392026-05-14T21:57:23.983Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/274)
21402026-05-14T21:57:24.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21412026-05-14T21:57:24.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21422026-05-14T21:57:24.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21432026-05-14T21:57:24.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21442026-05-14T21:57:24.560Z
21452026-05-14T21:57:24.560Zinfo: running `cargo check --bins --no-default-features` on gfss (61/274)
21462026-05-14T21:57:25.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21472026-05-14T21:57:25.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21482026-05-14T21:57:25.038Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21492026-05-14T21:57:25.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21502026-05-14T21:57:25.115Z
21512026-05-14T21:57:25.116Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/274)
21522026-05-14T21:57:25.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21532026-05-14T21:57:25.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21542026-05-14T21:57:25.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21552026-05-14T21:57:25.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21562026-05-14T21:57:25.683Z
21572026-05-14T21:57:25.684Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/274)
21582026-05-14T21:57:26.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21592026-05-14T21:57:26.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21602026-05-14T21:57:26.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21612026-05-14T21:57:26.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21622026-05-14T21:57:26.261Z
21632026-05-14T21:57:26.261Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/274)
21642026-05-14T21:57:26.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21652026-05-14T21:57:26.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21662026-05-14T21:57:26.758Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21672026-05-14T21:57:26.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21682026-05-14T21:57:26.842Z
21692026-05-14T21:57:26.842Zinfo: running `cargo check --bins` on cockroach-admin-types (65/274)
21702026-05-14T21:57:27.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21712026-05-14T21:57:27.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21722026-05-14T21:57:27.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21732026-05-14T21:57:27.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21742026-05-14T21:57:27.405Z
21752026-05-14T21:57:27.406Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/274)
21762026-05-14T21:57:27.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21772026-05-14T21:57:27.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21782026-05-14T21:57:27.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21792026-05-14T21:57:27.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21802026-05-14T21:57:27.971Z
21812026-05-14T21:57:27.971Zinfo: running `cargo check --bins` on ereport-types (67/274)
21822026-05-14T21:57:28.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21832026-05-14T21:57:28.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21842026-05-14T21:57:28.456Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21852026-05-14T21:57:28.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21862026-05-14T21:57:28.540Z
21872026-05-14T21:57:28.540Zinfo: running `cargo check --bins` on gateway-client (68/274)
21882026-05-14T21:57:29.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21892026-05-14T21:57:29.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21902026-05-14T21:57:29.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21912026-05-14T21:57:29.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21922026-05-14T21:57:29.114Z
21932026-05-14T21:57:29.114Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/274)
21942026-05-14T21:57:29.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21952026-05-14T21:57:29.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21962026-05-14T21:57:29.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21972026-05-14T21:57:29.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21982026-05-14T21:57:29.689Z
21992026-05-14T21:57:29.689Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/274)
22002026-05-14T21:57:30.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22012026-05-14T21:57:30.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22022026-05-14T21:57:30.173Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22032026-05-14T21:57:30.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22042026-05-14T21:57:30.254Z
22052026-05-14T21:57:30.254Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/274)
22062026-05-14T21:57:30.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22072026-05-14T21:57:30.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22082026-05-14T21:57:30.747Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22092026-05-14T21:57:30.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22102026-05-14T21:57:30.831Z
22112026-05-14T21:57:30.831Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/274)
22122026-05-14T21:57:31.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22132026-05-14T21:57:31.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22142026-05-14T21:57:31.320Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22152026-05-14T21:57:31.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22162026-05-14T21:57:31.406Z
22172026-05-14T21:57:31.406Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/274)
22182026-05-14T21:57:31.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22192026-05-14T21:57:31.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22202026-05-14T21:57:31.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22212026-05-14T21:57:31.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22222026-05-14T21:57:32.002Z
22232026-05-14T21:57:32.002Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/274)
22242026-05-14T21:57:32.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22252026-05-14T21:57:32.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22262026-05-14T21:57:32.508Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22272026-05-14T21:57:32.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22282026-05-14T21:57:32.599Z
22292026-05-14T21:57:32.599Zinfo: running `cargo check --bins` on key-manager-types (75/274)
22302026-05-14T21:57:33.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22312026-05-14T21:57:33.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22322026-05-14T21:57:33.085Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22332026-05-14T21:57:33.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22342026-05-14T21:57:33.168Z
22352026-05-14T21:57:33.168Zinfo: running `cargo check --bins` on oxlog (76/274)
22362026-05-14T21:57:33.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22372026-05-14T21:57:33.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22382026-05-14T21:57:33.770Z Checking cfg-if v1.0.4
22392026-05-14T21:57:33.774Z Checking libc v0.2.185
22402026-05-14T21:57:33.774Z Checking serde_core v1.0.228
22412026-05-14T21:57:33.887Z Checking zeroize v1.8.2
22422026-05-14T21:57:33.894Z Checking memchr v2.8.0
22432026-05-14T21:57:33.904Z Checking log v0.4.29
22442026-05-14T21:57:33.911Z Checking smallvec v1.15.1
22452026-05-14T21:57:33.923Z Checking typenum v1.19.0
22462026-05-14T21:57:33.923Z Checking subtle v2.6.1
22472026-05-14T21:57:34.021Z Checking itoa v1.0.17
22482026-05-14T21:57:34.055Z Checking scopeguard v1.2.0
22492026-05-14T21:57:34.067Z Checking stable_deref_trait v1.2.1
22502026-05-14T21:57:34.079Z Checking const-oid v0.9.6
22512026-05-14T21:57:34.136Z Checking zerofrom v0.1.6
22522026-05-14T21:57:34.152Z Checking lock_api v0.4.14
22532026-05-14T21:57:34.165Z Checking pin-project-lite v0.2.17
22542026-05-14T21:57:34.246Z Checking yoke v0.8.1
22552026-05-14T21:57:34.258Z Checking portable-atomic v1.13.1
22562026-05-14T21:57:34.267Z Checking critical-section v1.2.0
22572026-05-14T21:57:34.279Z Checking getrandom v0.2.17
22582026-05-14T21:57:34.345Z Checking errno v0.3.14
22592026-05-14T21:57:34.358Z Checking parking_lot_core v0.9.12
22602026-05-14T21:57:34.404Z Checking zerovec v0.11.5
22612026-05-14T21:57:34.416Z Checking rand_core v0.6.4
22622026-05-14T21:57:34.440Z Checking generic-array v0.14.7
22632026-05-14T21:57:34.458Z Checking signal-hook-registry v1.4.8
22642026-05-14T21:57:34.532Z Checking futures-core v0.3.32
22652026-05-14T21:57:34.582Z Checking parking_lot v0.12.5
22662026-05-14T21:57:34.612Z Checking mio v1.2.0
22672026-05-14T21:57:34.655Z Checking once_cell v1.21.3
22682026-05-14T21:57:34.658Z Checking zerocopy v0.8.40
22692026-05-14T21:57:34.743Z Checking zmij v1.0.21
22702026-05-14T21:57:34.766Z Checking socket2 v0.6.3
22712026-05-14T21:57:34.822Z Checking libm v0.2.16
22722026-05-14T21:57:34.825Z Checking tinystr v0.8.2
22732026-05-14T21:57:34.871Z Checking crypto-common v0.1.7
22742026-05-14T21:57:34.916Z Checking block-buffer v0.10.4
22752026-05-14T21:57:34.946Z Checking writeable v0.6.2
22762026-05-14T21:57:34.988Z Checking percent-encoding v2.3.2
22772026-05-14T21:57:35.001Z Checking equivalent v1.0.2
22782026-05-14T21:57:35.001Z Checking litemap v0.8.1
22792026-05-14T21:57:35.054Z Checking digest v0.10.7
22802026-05-14T21:57:35.079Z Checking potential_utf v0.1.4
22812026-05-14T21:57:35.099Z Checking zerotrie v0.2.3
22822026-05-14T21:57:35.122Z Checking futures-sink v0.3.32
22832026-05-14T21:57:35.175Z Checking icu_locale_core v2.1.1
22842026-05-14T21:57:35.204Z Checking icu_collections v2.1.1
22852026-05-14T21:57:35.217Z Checking futures-channel v0.3.32
22862026-05-14T21:57:35.241Z Checking cpufeatures v0.2.17
22872026-05-14T21:57:35.309Z Checking futures-io v0.3.32
22882026-05-14T21:57:35.352Z Checking slab v0.4.12
22892026-05-14T21:57:35.355Z Checking serde v1.0.228
22902026-05-14T21:57:35.401Z Checking bitflags v2.11.0
22912026-05-14T21:57:35.416Z Checking serde_json v1.0.149
22922026-05-14T21:57:35.491Z Checking futures-task v0.3.32
22932026-05-14T21:57:35.506Z Checking hmac v0.12.1
22942026-05-14T21:57:35.519Z Checking num-traits v0.2.19
22952026-05-14T21:57:35.560Z Checking icu_normalizer_data v2.1.1
22962026-05-14T21:57:35.622Z Checking futures-util v0.3.32
22972026-05-14T21:57:35.634Z Checking icu_properties_data v2.1.2
22982026-05-14T21:57:35.638Z Checking rand_core v0.10.0
22992026-05-14T21:57:35.714Z Checking icu_provider v2.1.1
23002026-05-14T21:57:35.735Z Checking bytes v1.11.1
23012026-05-14T21:57:35.759Z Checking hashbrown v0.17.0
23022026-05-14T21:57:35.784Z Checking getrandom v0.4.1
23032026-05-14T21:57:35.928Z Checking block-padding v0.3.3
23042026-05-14T21:57:35.943Z Checking icu_normalizer v2.1.1
23052026-05-14T21:57:36.039Z Checking icu_properties v2.1.2
23062026-05-14T21:57:36.058Z Checking inout v0.1.4
23072026-05-14T21:57:36.071Z Checking utf8_iter v1.0.4
23082026-05-14T21:57:36.157Z Checking tokio v1.52.1
23092026-05-14T21:57:36.187Z Checking cipher v0.4.4
23102026-05-14T21:57:36.198Z Checking sha2 v0.10.9
23112026-05-14T21:57:36.214Z Checking indexmap v2.14.0
23122026-05-14T21:57:36.244Z Checking form_urlencoded v1.2.2
23132026-05-14T21:57:36.370Z Checking getrandom v0.3.4
23142026-05-14T21:57:36.390Z Checking fnv v1.0.7
23152026-05-14T21:57:36.464Z Checking base64ct v1.8.3
23162026-05-14T21:57:36.479Z Checking byteorder v1.5.0
23172026-05-14T21:57:36.510Z Checking flagset v0.4.7
23182026-05-14T21:57:36.635Z Checking rand_core v0.9.5
23192026-05-14T21:57:36.672Z Checking http v1.4.0
23202026-05-14T21:57:36.692Z Checking pem-rfc7468 v0.7.0
23212026-05-14T21:57:36.765Z Checking regex-syntax v0.8.10
23222026-05-14T21:57:36.809Z Checking salsa20 v0.10.2
23232026-05-14T21:57:36.844Z Checking idna_adapter v1.2.1
23242026-05-14T21:57:36.855Z Checking der v0.7.10
23252026-05-14T21:57:36.934Z Checking uuid v1.23.0
23262026-05-14T21:57:36.961Z Checking idna v1.1.0
23272026-05-14T21:57:37.200Z Checking url v2.5.8
23282026-05-14T21:57:37.220Z Checking pbkdf2 v0.12.2
23292026-05-14T21:57:37.233Z Checking rustix v1.1.3
23302026-05-14T21:57:37.328Z Checking tracing-core v0.1.36
23312026-05-14T21:57:37.408Z Checking ppv-lite86 v0.2.21
23322026-05-14T21:57:37.497Z Checking rustls-pki-types v1.14.0
23332026-05-14T21:57:37.573Z Checking spki v0.7.3
23342026-05-14T21:57:37.630Z Checking iana-time-zone v0.1.65
23352026-05-14T21:57:37.644Z Checking base64 v0.22.1
23362026-05-14T21:57:37.688Z Checking rand_chacha v0.9.0
23372026-05-14T21:57:37.735Z Checking chrono v0.4.44
23382026-05-14T21:57:37.746Z Checking tracing v0.1.44
23392026-05-14T21:57:37.781Z Checking scrypt v0.11.0
23402026-05-14T21:57:37.878Z Checking http-body v1.0.1
23412026-05-14T21:57:37.889Z Checking aes v0.8.4
23422026-05-14T21:57:37.916Z Checking cbc v0.1.2
23432026-05-14T21:57:37.942Z Checking aws-lc-sys v0.40.0
23442026-05-14T21:57:38.009Z Checking tinyvec_macros v0.1.1
23452026-05-14T21:57:38.044Z Checking untrusted v0.7.1
23462026-05-14T21:57:38.048Z Checking openssl-probe v0.2.1
23472026-05-14T21:57:38.068Z Checking untrusted v0.9.0
23482026-05-14T21:57:38.079Z Checking tinyvec v1.10.0
23492026-05-14T21:57:38.154Z Checking rand v0.9.2
23502026-05-14T21:57:38.168Z Checking tower-service v0.3.3
23512026-05-14T21:57:38.178Z Checking ring v0.17.14
23522026-05-14T21:57:38.252Z Checking atomic-waker v1.1.2
23532026-05-14T21:57:38.267Z Checking pkcs5 v0.7.1
23542026-05-14T21:57:38.350Z Checking tower-layer v0.3.3
23552026-05-14T21:57:38.397Z Checking try-lock v0.2.5
23562026-05-14T21:57:38.447Z Checking aws-lc-rs v1.16.3
23572026-05-14T21:57:38.494Z Checking want v0.3.1
23582026-05-14T21:57:38.509Z Checking ipnet v2.11.0
23592026-05-14T21:57:38.535Z Checking pkcs8 v0.10.2
23602026-05-14T21:57:38.605Z Checking httparse v1.10.1
23612026-05-14T21:57:38.617Z Checking aho-corasick v1.1.4
23622026-05-14T21:57:38.639Z Checking httpdate v1.0.3
23632026-05-14T21:57:38.713Z Checking pin-utils v0.1.0
23642026-05-14T21:57:38.764Z Checking fastrand v2.3.0
23652026-05-14T21:57:38.780Z Checking plain v0.2.3
23662026-05-14T21:57:38.794Z Checking dyn-clone v1.0.20
23672026-05-14T21:57:38.814Z Checking foreign-types-shared v0.1.1
23682026-05-14T21:57:38.883Z Checking unicode-normalization v0.1.25
23692026-05-14T21:57:38.896Z Checking foreign-types v0.3.2
23702026-05-14T21:57:38.909Z Checking semver v1.0.28
23712026-05-14T21:57:38.943Z Checking tempfile v3.25.0
23722026-05-14T21:57:38.960Z Checking openssl-sys v0.9.115
23732026-05-14T21:57:39.116Z Checking spin v0.9.8
23742026-05-14T21:57:39.135Z Checking ucd-trie v0.1.7
23752026-05-14T21:57:39.192Z Checking unicode-ident v1.0.24
23762026-05-14T21:57:39.269Z Checking pest v2.8.6
23772026-05-14T21:57:39.282Z Checking schemars v0.8.22
23782026-05-14T21:57:39.296Z Checking regex-automata v0.4.14
23792026-05-14T21:57:39.296Z Checking proc-macro2 v1.0.106
23802026-05-14T21:57:39.306Z Checking rustls-webpki v0.103.9
23812026-05-14T21:57:39.323Z Checking rustls-native-certs v0.8.3
23822026-05-14T21:57:39.334Z Checking openssl v0.10.79
23832026-05-14T21:57:39.386Z Checking tokio-util v0.7.18
23842026-05-14T21:57:39.439Z Checking thiserror v2.0.18
23852026-05-14T21:57:39.538Z Checking sync_wrapper v1.0.2
23862026-05-14T21:57:39.611Z Checking wait-timeout v0.2.1
23872026-05-14T21:57:39.639Z Checking utf8parse v0.2.2
23882026-05-14T21:57:39.720Z Checking rustls v0.23.37
23892026-05-14T21:57:39.732Z Checking siphasher v1.0.2
23902026-05-14T21:57:39.743Z Checking bit-vec v0.8.0
23912026-05-14T21:57:39.880Z Checking quick-error v1.2.3
23922026-05-14T21:57:39.913Z Checking anstyle v1.0.13
23932026-05-14T21:57:39.929Z Checking powerfmt v0.2.0
23942026-05-14T21:57:39.980Z Checking pretty-hex v0.4.1
23952026-05-14T21:57:39.983Z Checking h2 v0.4.13
23962026-05-14T21:57:40.073Z Checking simd-adler32 v0.3.8
23972026-05-14T21:57:40.089Z Checking deranged v0.5.8
23982026-05-14T21:57:40.101Z Checking rusty-fork v0.3.1
23992026-05-14T21:57:40.236Z Checking bit-set v0.8.0
24002026-05-14T21:57:40.266Z Checking anstyle-parse v0.2.7
24012026-05-14T21:57:40.329Z Checking tower v0.5.3
24022026-05-14T21:57:40.376Z Checking quote v1.0.45
24032026-05-14T21:57:40.413Z Compiling newtype-uuid v1.3.2
24042026-05-14T21:57:40.544Z Checking http-body-util v0.1.3
24052026-05-14T21:57:40.590Z Checking webpki-roots v1.0.6
24062026-05-14T21:57:40.707Z Checking crossbeam-utils v0.8.21
24072026-05-14T21:57:40.721Z Checking rand_xorshift v0.4.0
24082026-05-14T21:57:40.761Z Checking crc32fast v1.5.0
24092026-05-14T21:57:40.838Z Checking scroll v0.13.0
24102026-05-14T21:57:40.898Z Checking signature v2.2.0
24112026-05-14T21:57:41.006Z Checking num_threads v0.1.7
24122026-05-14T21:57:41.025Z Checking unarray v0.1.4
24132026-05-14T21:57:41.037Z Checking iri-string v0.7.10
24142026-05-14T21:57:41.059Z Checking time-core v0.1.8
24152026-05-14T21:57:41.087Z Checking unicode-properties v0.1.4
24162026-05-14T21:57:41.104Z Checking unicode-bidi v0.3.18
24172026-05-14T21:57:41.122Z Checking allocator-api2 v0.2.21
24182026-05-14T21:57:41.193Z Checking adler2 v2.0.1
24192026-05-14T21:57:41.270Z Checking colorchoice v1.0.4
24202026-05-14T21:57:41.301Z Checking anstyle-query v1.1.5
24212026-05-14T21:57:41.315Z Checking native-tls v0.2.18
24222026-05-14T21:57:41.364Z Checking ryu v1.0.23
24232026-05-14T21:57:41.390Z Checking num-conv v0.2.0
24242026-05-14T21:57:41.404Z Checking is_terminal_polyfill v1.70.2
24252026-05-14T21:57:41.415Z Checking stringprep v0.1.5
24262026-05-14T21:57:41.485Z Checking tokio-native-tls v0.3.1
24272026-05-14T21:57:41.488Z Checking anstream v0.6.21
24282026-05-14T21:57:41.509Z Checking serde_urlencoded v0.7.1
24292026-05-14T21:57:41.509Z Checking time v0.3.47
24302026-05-14T21:57:41.560Z Checking miniz_oxide v0.8.9
24312026-05-14T21:57:41.637Z Checking proptest v1.10.0
24322026-05-14T21:57:41.687Z Checking bstr v1.12.1
24332026-05-14T21:57:41.709Z Checking goblin v0.10.5
24342026-05-14T21:57:41.907Z Checking crossbeam-epoch v0.9.18
24352026-05-14T21:57:42.040Z Checking tower-http v0.6.8
24362026-05-14T21:57:42.067Z Checking tokio-rustls v0.26.4
24372026-05-14T21:57:42.082Z Checking syn v2.0.117
24382026-05-14T21:57:42.128Z Compiling daft v0.1.5
24392026-05-14T21:57:42.294Z Checking ipnetwork v0.21.1
24402026-05-14T21:57:42.311Z Checking rand_chacha v0.3.1
24412026-05-14T21:57:42.409Z Checking thiserror v1.0.69
24422026-05-14T21:57:42.505Z Checking scroll v0.12.0
24432026-05-14T21:57:42.518Z Checking hash32 v0.2.1
24442026-05-14T21:57:42.518Z Checking zstd-sys v2.0.16+zstd.1.5.7
24452026-05-14T21:57:42.636Z Checking num-integer v0.1.46
24462026-05-14T21:57:42.655Z Checking hyper v1.8.1
24472026-05-14T21:57:42.658Z Checking toml_datetime v0.6.11
24482026-05-14T21:57:42.678Z Checking serde_spanned v0.6.9
24492026-05-14T21:57:42.733Z Checking md-5 v0.10.6
24502026-05-14T21:57:42.796Z Checking ff v0.13.1
24512026-05-14T21:57:42.839Z Checking encoding_rs v0.8.35
24522026-05-14T21:57:42.853Z Checking psl-types v2.0.11
24532026-05-14T21:57:42.867Z Checking base16ct v0.2.0
24542026-05-14T21:57:42.920Z Checking mime v0.3.17
24552026-05-14T21:57:42.967Z Checking fallible-iterator v0.2.0
24562026-05-14T21:57:42.988Z Checking zlib-rs v0.6.2
24572026-05-14T21:57:43.088Z Checking sec1 v0.7.3
24582026-05-14T21:57:43.243Z Checking postgres-protocol v0.6.10
24592026-05-14T21:57:43.297Z Checking publicsuffix v2.3.0
24602026-05-14T21:57:43.452Z Compiling iddqd v0.3.18
24612026-05-14T21:57:43.566Z Checking hyper-util v0.1.20
24622026-05-14T21:57:43.581Z Checking group v0.13.0
24632026-05-14T21:57:43.595Z Checking num-iter v0.1.45
24642026-05-14T21:57:43.707Z Checking goblin v0.8.2
24652026-05-14T21:57:43.726Z Checking heapless v0.7.17
24662026-05-14T21:57:43.798Z Checking cookie v0.18.1
24672026-05-14T21:57:43.881Z Checking flate2 v1.1.9
24682026-05-14T21:57:44.026Z Checking zstd-safe v7.2.4
24692026-05-14T21:57:44.047Z Checking dof v0.4.0
24702026-05-14T21:57:44.129Z Checking oxnet v0.1.4
24712026-05-14T21:57:44.171Z Checking rand v0.8.6
24722026-05-14T21:57:44.191Z Checking dtrace-parser v0.3.0
24732026-05-14T21:57:44.352Z Checking phf_shared v0.13.1
24742026-05-14T21:57:44.369Z Checking lazy_static v1.5.0
24752026-05-14T21:57:44.424Z Checking zerocopy v0.7.35
24762026-05-14T21:57:44.455Z Checking pin-project v1.1.11
24772026-05-14T21:57:44.543Z Checking bzip2-sys v0.1.13+1.0.8
24782026-05-14T21:57:44.551Z Checking signal-hook v0.3.18
24792026-05-14T21:57:44.581Z Checking terminal_size v0.4.3
24802026-05-14T21:57:44.623Z Checking futures-executor v0.3.32
24812026-05-14T21:57:44.674Z Checking hex v0.4.3
24822026-05-14T21:57:44.687Z Checking hkdf v0.12.4
24832026-05-14T21:57:44.698Z Checking crypto-bigint v0.5.5
24842026-05-14T21:57:44.736Z Checking thread-id v5.1.0
24852026-05-14T21:57:44.768Z Checking winnow v0.7.14
24862026-05-14T21:57:44.810Z Checking winnow v0.5.40
24872026-05-14T21:57:44.822Z Checking foldhash v0.2.0
24882026-05-14T21:57:44.825Z Checking hyper-rustls v0.27.7
24892026-05-14T21:57:44.899Z Checking hyper-tls v0.6.0
24902026-05-14T21:57:44.917Z Checking bitflags v1.3.2
24912026-05-14T21:57:44.983Z Checking either v1.15.0
24922026-05-14T21:57:44.996Z Checking strsim v0.11.1
24932026-05-14T21:57:45.027Z Compiling rayon-core v1.13.0
24942026-05-14T21:57:45.068Z Checking libbz2-rs-sys v0.2.2
24952026-05-14T21:57:45.150Z Checking foldhash v0.1.5
24962026-05-14T21:57:45.163Z Checking managed v0.8.0
24972026-05-14T21:57:45.198Z Checking same-file v1.0.6
24982026-05-14T21:57:45.280Z Checking clap_lex v1.0.0
24992026-05-14T21:57:45.311Z Checking bumpalo v3.20.2
25002026-05-14T21:57:45.344Z Checking smoltcp v0.9.1
25012026-05-14T21:57:45.429Z Checking clap_builder v4.5.60
25022026-05-14T21:57:45.445Z Checking bzip2 v0.6.1
25032026-05-14T21:57:45.508Z Checking zopfli v0.8.3
25042026-05-14T21:57:45.577Z Checking dof v0.3.0
25052026-05-14T21:57:45.594Z Checking elliptic-curve v0.13.8
25062026-05-14T21:57:45.606Z Checking walkdir v2.5.0
25072026-05-14T21:57:45.763Z Checking hashbrown v0.15.5
25082026-05-14T21:57:45.852Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25092026-05-14T21:57:45.864Z Checking reqwest v0.12.28
25102026-05-14T21:57:45.895Z Checking hashbrown v0.16.1
25112026-05-14T21:57:45.931Z Checking usdt-impl v0.6.0
25122026-05-14T21:57:45.943Z Checking toml_edit v0.19.15
25132026-05-14T21:57:45.946Z Checking futures v0.3.32
25142026-05-14T21:57:46.030Z Checking signal-hook-mio v0.2.5
25152026-05-14T21:57:46.045Z Checking num-bigint-dig v0.8.6
25162026-05-14T21:57:46.131Z Checking bzip2 v0.4.4
25172026-05-14T21:57:46.206Z Checking snafu v0.8.9
25182026-05-14T21:57:46.235Z Checking phf v0.13.1
25192026-05-14T21:57:46.379Z Checking zstd v0.13.3
25202026-05-14T21:57:46.392Z Checking cookie_store v0.22.1
25212026-05-14T21:57:46.437Z Checking postgres-types v0.2.12
25222026-05-14T21:57:46.529Z Checking dtrace-parser v0.2.0
25232026-05-14T21:57:46.565Z Checking crossbeam-deque v0.8.6
25242026-05-14T21:57:46.652Z Checking globset v0.4.18
25252026-05-14T21:57:46.713Z Checking rustls-platform-verifier v0.6.2
25262026-05-14T21:57:46.724Z Checking regex v1.12.3
25272026-05-14T21:57:46.735Z Checking ed25519 v2.2.3
25282026-05-14T21:57:46.745Z Checking phf_shared v0.11.3
25292026-05-14T21:57:46.758Z Checking olpc-cjson v0.1.4
25302026-05-14T21:57:46.843Z Checking ref-cast v1.0.25
25312026-05-14T21:57:46.846Z Checking curve25519-dalek v4.1.3
25322026-05-14T21:57:46.882Z Checking strum v0.27.2
25332026-05-14T21:57:46.893Z Checking hubpack v0.1.2
25342026-05-14T21:57:46.905Z Checking memoffset v0.9.1
25352026-05-14T21:57:46.916Z Checking rustix v0.38.44
25362026-05-14T21:57:46.937Z Checking pkcs1 v0.7.5
25372026-05-14T21:57:46.951Z Checking pem v3.0.6
25382026-05-14T21:57:46.978Z Checking float-cmp v0.10.0
25392026-05-14T21:57:46.990Z Checking serde-big-array v0.5.1
25402026-05-14T21:57:46.994Z Checking erased-serde v0.3.31
25412026-05-14T21:57:47.044Z Checking serde_plain v1.0.2
25422026-05-14T21:57:47.096Z Checking rfc6979 v0.4.0
25432026-05-14T21:57:47.108Z Checking memmap2 v0.9.10
25442026-05-14T21:57:47.120Z Checking thread-id v4.2.2
25452026-05-14T21:57:47.136Z Checking env_filter v1.0.0
25462026-05-14T21:57:47.182Z Checking unicode-segmentation v1.12.0
25472026-05-14T21:57:47.194Z Checking precomputed-hash v0.1.1
25482026-05-14T21:57:47.205Z Checking rustc-hash v2.1.1
25492026-05-14T21:57:47.262Z Checking keccak v0.1.6
25502026-05-14T21:57:47.274Z Checking whoami v2.1.0
25512026-05-14T21:57:47.277Z Checking jiff v0.2.21
25522026-05-14T21:57:47.312Z Checking toml_write v0.1.2
25532026-05-14T21:57:47.373Z Checking new_debug_unreachable v1.0.6
25542026-05-14T21:57:47.424Z Checking normalize-line-endings v0.3.0
25552026-05-14T21:57:47.441Z Checking difflib v0.4.0
25562026-05-14T21:57:47.462Z Checking predicates-core v1.0.10
25572026-05-14T21:57:47.475Z Checking typed-path v0.9.3
25582026-05-14T21:57:47.488Z Checking fixedbitset v0.5.7
25592026-05-14T21:57:47.507Z Checking static_assertions v1.1.0
25602026-05-14T21:57:47.579Z Checking fixedbitset v0.4.2
25612026-05-14T21:57:47.582Z Checking data-encoding v2.10.0
25622026-05-14T21:57:47.610Z Checking predicates v3.1.4
25632026-05-14T21:57:47.633Z Checking ed25519-dalek v2.2.0
25642026-05-14T21:57:47.683Z Checking petgraph v0.8.3
25652026-05-14T21:57:47.719Z Checking crossterm v0.28.1
25662026-05-14T21:57:47.727Z Checking petgraph v0.6.5
25672026-05-14T21:57:47.857Z Checking hickory-proto v0.25.2
25682026-05-14T21:57:47.869Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
25692026-05-14T21:57:47.892Z Checking similar v2.7.0
25702026-05-14T21:57:48.240Z Checking tough v0.22.0
25712026-05-14T21:57:48.261Z Checking toml_edit v0.22.27
25722026-05-14T21:57:48.415Z Checking tokio-postgres v0.7.16
25732026-05-14T21:57:49.014Z Checking string_cache v0.8.9
25742026-05-14T21:57:49.183Z Checking sha3 v0.10.8
25752026-05-14T21:57:49.267Z Checking slog v2.8.2
25762026-05-14T21:57:49.394Z Checking env_logger v0.11.9
25772026-05-14T21:57:49.521Z Checking usdt v0.6.0
25782026-05-14T21:57:49.543Z Checking zip v4.6.1
25792026-05-14T21:57:49.578Z Checking ecdsa v0.16.9
25802026-05-14T21:57:49.656Z Checking usdt-impl v0.5.0
25812026-05-14T21:57:49.688Z Checking rsa v0.9.10
25822026-05-14T21:57:49.908Z Checking nix v0.31.2
25832026-05-14T21:57:49.947Z Checking toml v0.7.8
25842026-05-14T21:57:50.103Z Checking reqwest v0.13.2
25852026-05-14T21:57:50.155Z Checking clap v4.5.60
25862026-05-14T21:57:50.183Z Checking zip v0.6.6
25872026-05-14T21:57:50.242Z Checking toml_parser v1.0.9+spec-1.1.0
25882026-05-14T21:57:50.258Z Checking itertools v0.13.0
25892026-05-14T21:57:50.268Z Checking serde_with v3.17.0
25902026-05-14T21:57:50.438Z Checking strum v0.26.3
25912026-05-14T21:57:50.506Z Checking fs-err v3.3.0
25922026-05-14T21:57:50.547Z Checking ahash v0.8.12
25932026-05-14T21:57:50.573Z Checking object v0.37.3
25942026-05-14T21:57:50.641Z Checking tokio-stream v0.1.18
25952026-05-14T21:57:50.739Z Checking buf-list v1.1.2
25962026-05-14T21:57:50.802Z Checking anyhow v1.0.102
25972026-05-14T21:57:50.916Z Checking camino v1.2.2
25982026-05-14T21:57:50.957Z Checking x509-cert v0.2.5
25992026-05-14T21:57:50.962Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
26002026-05-14T21:57:50.993Z Checking openapiv3 v2.2.0
26012026-05-14T21:57:51.018Z Checking sha1 v0.10.6
26022026-05-14T21:57:51.157Z Checking peg-runtime v0.8.5
26032026-05-14T21:57:51.176Z Checking lalrpop-util v0.19.12
26042026-05-14T21:57:51.227Z Checking rayon v1.11.0
26052026-05-14T21:57:51.273Z Checking sigpipe v0.1.3
26062026-05-14T21:57:51.295Z Checking glob v0.3.3
26072026-05-14T21:57:52.760Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26082026-05-14T21:57:53.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.86s
26092026-05-14T21:57:53.191Z
26102026-05-14T21:57:53.191Zinfo: running `cargo check --bins` on internal-dns-types (77/274)
26112026-05-14T21:57:53.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26122026-05-14T21:57:53.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26132026-05-14T21:57:53.704Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26142026-05-14T21:57:53.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26152026-05-14T21:57:53.786Z
26162026-05-14T21:57:53.786Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/274)
26172026-05-14T21:57:54.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26182026-05-14T21:57:54.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26192026-05-14T21:57:54.280Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26202026-05-14T21:57:54.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26212026-05-14T21:57:54.372Z
26222026-05-14T21:57:54.373Zinfo: running `cargo check --bins` on nexus-types-versions (79/274)
26232026-05-14T21:57:54.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26242026-05-14T21:57:54.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26252026-05-14T21:57:54.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26262026-05-14T21:57:54.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26272026-05-14T21:57:54.971Z
26282026-05-14T21:57:54.971Zinfo: running `cargo check --bins` on oxql-types (80/274)
26292026-05-14T21:57:55.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26302026-05-14T21:57:55.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26312026-05-14T21:57:55.472Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26322026-05-14T21:57:55.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26332026-05-14T21:57:55.553Z
26342026-05-14T21:57:55.553Zinfo: running `cargo check --bins` on oximeter-types (81/274)
26352026-05-14T21:57:56.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26362026-05-14T21:57:56.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26372026-05-14T21:57:56.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26382026-05-14T21:57:56.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26392026-05-14T21:57:56.148Z
26402026-05-14T21:57:56.148Zinfo: running `cargo check --bins` on oximeter-types-versions (82/274)
26412026-05-14T21:57:56.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26422026-05-14T21:57:56.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26432026-05-14T21:57:56.638Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26442026-05-14T21:57:56.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26452026-05-14T21:57:56.728Z
26462026-05-14T21:57:56.728Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/274)
26472026-05-14T21:57:57.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26482026-05-14T21:57:57.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26492026-05-14T21:57:57.235Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26502026-05-14T21:57:57.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
26512026-05-14T21:57:57.304Z
26522026-05-14T21:57:57.304Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/274)
26532026-05-14T21:57:57.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26542026-05-14T21:57:57.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26552026-05-14T21:57:57.970Z Compiling structmeta-derive v0.3.0
26562026-05-14T21:57:58.109Z Compiling rustls v0.22.4
26572026-05-14T21:57:58.117Z Compiling multer v3.1.0
26582026-05-14T21:57:58.117Z Compiling async-stream-impl v0.3.6
26592026-05-14T21:57:58.117Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26602026-05-14T21:57:58.129Z Compiling dropshot v0.17.0
26612026-05-14T21:57:58.139Z Compiling newtype-uuid-macros v0.1.0
26622026-05-14T21:57:58.139Z Compiling dropshot_endpoint v0.17.0
26632026-05-14T21:57:58.278Z Checking newtype-uuid v1.3.2
26642026-05-14T21:57:58.330Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26652026-05-14T21:57:58.394Z Checking rustls-webpki v0.102.8
26662026-05-14T21:57:58.474Z Checking daft v0.1.5
26672026-05-14T21:57:58.517Z Checking thread_local v1.1.9
26682026-05-14T21:57:58.686Z Checking compression-core v0.4.31
26692026-05-14T21:57:58.704Z Checking match_cfg v0.1.0
26702026-05-14T21:57:58.709Z Checking iddqd v0.3.18
26712026-05-14T21:57:58.751Z Checking hostname v0.3.1
26722026-05-14T21:57:58.783Z Checking compression-codecs v0.4.37
26732026-05-14T21:57:58.794Z Checking crossbeam-channel v0.5.15
26742026-05-14T21:57:58.852Z Checking slog-json v2.6.1
26752026-05-14T21:57:58.891Z Checking toml_datetime v1.0.0+spec-1.1.0
26762026-05-14T21:57:58.941Z Checking is-terminal v0.4.17
26772026-05-14T21:57:59.001Z Checking serde_spanned v1.0.4
26782026-05-14T21:57:59.033Z Checking toml_writer v1.0.6+spec-1.1.0
26792026-05-14T21:57:59.091Z Checking term v1.2.1
26802026-05-14T21:57:59.128Z Checking take_mut v0.2.2
26812026-05-14T21:57:59.134Z Checking debug-ignore v1.0.5
26822026-05-14T21:57:59.155Z Compiling structmeta v0.3.0
26832026-05-14T21:57:59.206Z Checking toml v1.0.6+spec-1.1.0
26842026-05-14T21:57:59.226Z Checking slog-async v2.8.0
26852026-05-14T21:57:59.246Z Checking slog-bunyan v2.5.0
26862026-05-14T21:57:59.304Z Checking slog-term v2.9.2
26872026-05-14T21:57:59.353Z Checking async-compression v0.4.41
26882026-05-14T21:57:59.372Z Compiling derive-ex v0.1.8
26892026-05-14T21:57:59.394Z Compiling parse-display-derive v0.10.0
26902026-05-14T21:57:59.565Z Checking async-stream v0.3.6
26912026-05-14T21:57:59.570Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26922026-05-14T21:57:59.600Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26932026-05-14T21:57:59.645Z Checking progenitor-client v0.14.0
26942026-05-14T21:57:59.681Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
26952026-05-14T21:57:59.779Z Checking waitgroup v0.1.2
26962026-05-14T21:57:59.819Z Checking backon v1.6.0
26972026-05-14T21:57:59.870Z Checking rustls-pemfile v2.2.0
26982026-05-14T21:57:59.908Z Checking serde_path_to_error v0.1.20
26992026-05-14T21:57:59.918Z Checking hostname v0.4.2
27002026-05-14T21:57:59.986Z Checking instant v0.1.13
27012026-05-14T21:58:00.066Z Checking backoff v0.4.0
27022026-05-14T21:58:00.171Z Checking progenitor-extras v0.2.0
27032026-05-14T21:58:00.214Z Checking tokio-rustls v0.25.0
27042026-05-14T21:58:00.220Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27052026-05-14T21:58:00.238Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27062026-05-14T21:58:00.412Z Checking itertools v0.14.0
27072026-05-14T21:58:00.425Z Checking progenitor-client v0.10.0
27082026-05-14T21:58:00.643Z Checking regress v0.10.5
27092026-05-14T21:58:00.681Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27102026-05-14T21:58:00.849Z Checking macaddr v1.0.1
27112026-05-14T21:58:01.031Z Compiling test-strategy v0.4.5
27122026-05-14T21:58:01.068Z Checking parse-display v0.10.0
27132026-05-14T21:58:02.186Z Compiling prettyplease v0.2.37
27142026-05-14T21:58:02.497Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27152026-05-14T21:58:02.621Z Checking num-rational v0.4.2
27162026-05-14T21:58:02.859Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27172026-05-14T21:58:03.062Z Checking num-complex v0.4.6
27182026-05-14T21:58:03.714Z Checking num v0.4.3
27192026-05-14T21:58:03.805Z Compiling usdt-macro v0.5.0
27202026-05-14T21:58:03.833Z Compiling usdt-attr-macro v0.5.0
27212026-05-14T21:58:03.869Z Checking memmap v0.7.0
27222026-05-14T21:58:03.921Z Compiling float-ord v0.3.2
27232026-05-14T21:58:04.009Z Checking unicode-width v0.2.0
27242026-05-14T21:58:04.049Z Compiling convert_case v0.4.0
27252026-05-14T21:58:04.256Z Checking console v0.15.11
27262026-05-14T21:58:04.425Z Compiling derive_more v0.99.20
27272026-05-14T21:58:04.630Z Checking newline-converter v0.3.0
27282026-05-14T21:58:04.669Z Checking atomicwrites v0.4.4
27292026-05-14T21:58:04.669Z Checking usdt v0.5.0
27302026-05-14T21:58:04.688Z Compiling toml v0.8.23
27312026-05-14T21:58:04.692Z Compiling minimal-lexical v0.2.1
27322026-05-14T21:58:04.773Z Checking linked-hash-map v0.5.6
27332026-05-14T21:58:04.932Z Checking lru-cache v0.1.2
27342026-05-14T21:58:04.935Z Compiling nom v7.1.3
27352026-05-14T21:58:05.054Z Checking expectorate v1.2.0
27362026-05-14T21:58:05.593Z Checking camino-tempfile v1.4.1
27372026-05-14T21:58:05.724Z Checking hickory-proto v0.24.4
27382026-05-14T21:58:05.759Z Checking phf_shared v0.12.1
27392026-05-14T21:58:05.907Z Compiling slog-dtrace v0.3.0
27402026-05-14T21:58:06.048Z Compiling chrono-tz v0.10.4
27412026-05-14T21:58:06.092Z Checking heck v0.5.0
27422026-05-14T21:58:06.232Z Checking resolv-conf v0.7.6
27432026-05-14T21:58:06.278Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27442026-05-14T21:58:06.297Z Compiling const_format_proc_macros v0.2.34
27452026-05-14T21:58:06.412Z Checking phf v0.12.1
27462026-05-14T21:58:06.431Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27472026-05-14T21:58:06.538Z Checking tokio-dtrace v0.1.1
27482026-05-14T21:58:06.726Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27492026-05-14T21:58:06.763Z Compiling derive-where v1.6.0
27502026-05-14T21:58:06.937Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27512026-05-14T21:58:07.128Z Checking highway v1.3.0
27522026-05-14T21:58:07.342Z Checking const_format v0.2.35
27532026-05-14T21:58:07.486Z Checking hickory-resolver v0.24.4
27542026-05-14T21:58:07.569Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27552026-05-14T21:58:07.750Z Checking oxide-tokio-rt v0.1.4
27562026-05-14T21:58:07.969Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27572026-05-14T21:58:08.073Z Checking gethostname v0.5.0
27582026-05-14T21:58:08.153Z Checking bcs v0.1.6
27592026-05-14T21:58:08.167Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27602026-05-14T21:58:08.180Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27612026-05-14T21:58:08.201Z Checking qorb v0.4.1
27622026-05-14T21:58:08.285Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27632026-05-14T21:58:08.393Z Checking termtree v0.5.1
27642026-05-14T21:58:11.718Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27652026-05-14T21:58:14.628Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27662026-05-14T21:58:16.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.45s
27672026-05-14T21:58:17.007Z
27682026-05-14T21:58:17.007Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/274)
27692026-05-14T21:58:17.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27702026-05-14T21:58:17.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27712026-05-14T21:58:17.624Z Compiling ar_archive_writer v0.5.1
27722026-05-14T21:58:17.729Z Compiling stacker v0.1.23
27732026-05-14T21:58:17.791Z Compiling cfg_aliases v0.1.1
27742026-05-14T21:58:17.791Z Compiling convert_case v0.10.0
27752026-05-14T21:58:17.791Z Checking unicode-width v0.1.14
27762026-05-14T21:58:17.804Z Compiling proc-macro-error v1.0.4
27772026-05-14T21:58:17.805Z Checking fd-lock v4.0.4
27782026-05-14T21:58:17.805Z Checking nibble_vec v0.1.0
27792026-05-14T21:58:17.805Z Compiling nix v0.28.0
27802026-05-14T21:58:17.861Z Checking vte v0.14.1
27812026-05-14T21:58:17.894Z Compiling recursive-proc-macro-impl v0.1.1
27822026-05-14T21:58:17.976Z Checking endian-type v0.1.2
27832026-05-14T21:58:18.008Z Checking bytecount v0.6.9
27842026-05-14T21:58:18.028Z Checking strip-ansi-escapes v0.2.1
27852026-05-14T21:58:18.047Z Compiling derive_more-impl v2.1.1
27862026-05-14T21:58:18.047Z Compiling tabled_derive v0.7.0
27872026-05-14T21:58:18.127Z Checking papergrid v0.11.0
27882026-05-14T21:58:18.145Z Checking radix_trie v0.2.1
27892026-05-14T21:58:18.145Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27902026-05-14T21:58:18.309Z Compiling peg-macros v0.8.5
27912026-05-14T21:58:18.326Z Checking winnow v0.6.26
27922026-05-14T21:58:18.603Z Compiling psm v0.1.30
27932026-05-14T21:58:18.660Z Compiling sqlparser_derive v0.5.0
27942026-05-14T21:58:18.772Z Checking nu-ansi-term v0.50.3
27952026-05-14T21:58:18.930Z Checking derive_more v2.1.1
27962026-05-14T21:58:19.026Z Checking unicode_categories v0.1.1
27972026-05-14T21:58:19.026Z Checking home v0.5.12
27982026-05-14T21:58:19.088Z Checking tabled v0.15.0
27992026-05-14T21:58:19.088Z Checking crossterm v0.29.0
28002026-05-14T21:58:19.137Z Checking reedline v0.40.0
28012026-05-14T21:58:19.137Z Checking rustyline v14.0.0
28022026-05-14T21:58:19.848Z Checking recursive v0.1.1
28032026-05-14T21:58:19.983Z Checking display-error-chain v0.2.2
28042026-05-14T21:58:19.983Z Checking sqlparser v0.61.0
28052026-05-14T21:58:19.983Z Checking sqlformat v0.3.5
28062026-05-14T21:58:19.983Z Checking peg v0.8.5
28072026-05-14T21:58:30.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.80s
28082026-05-14T21:58:30.928Z
28092026-05-14T21:58:30.928Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/274)
28102026-05-14T21:58:31.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28112026-05-14T21:58:31.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28122026-05-14T21:58:31.598Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28132026-05-14T21:58:34.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.07s
28142026-05-14T21:58:35.180Z
28152026-05-14T21:58:35.181Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/274)
28162026-05-14T21:58:35.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28172026-05-14T21:58:35.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28182026-05-14T21:58:35.841Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28192026-05-14T21:58:38.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.06s
28202026-05-14T21:58:38.427Z
28212026-05-14T21:58:38.427Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/274)
28222026-05-14T21:58:38.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28232026-05-14T21:58:38.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28242026-05-14T21:58:39.085Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28252026-05-14T21:58:42.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.85s
28262026-05-14T21:58:42.471Z
28272026-05-14T21:58:42.471Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/274)
28282026-05-14T21:58:42.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28292026-05-14T21:58:42.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28302026-05-14T21:58:43.127Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28312026-05-14T21:58:46.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.88s
28322026-05-14T21:58:46.537Z
28332026-05-14T21:58:46.537Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/274)
28342026-05-14T21:58:47.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28352026-05-14T21:58:47.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28362026-05-14T21:58:47.197Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28372026-05-14T21:58:49.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
28382026-05-14T21:58:49.932Z
28392026-05-14T21:58:49.932Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/274)
28402026-05-14T21:58:50.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28412026-05-14T21:58:50.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28422026-05-14T21:58:50.589Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28432026-05-14T21:58:53.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s
28442026-05-14T21:58:53.419Z
28452026-05-14T21:58:53.419Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/274)
28462026-05-14T21:58:53.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28472026-05-14T21:58:53.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28482026-05-14T21:58:54.043Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28492026-05-14T21:58:57.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.01s
28502026-05-14T21:58:57.573Z
28512026-05-14T21:58:57.573Zinfo: running `cargo check --bins` on oximeter (93/274)
28522026-05-14T21:58:58.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28532026-05-14T21:58:58.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28542026-05-14T21:58:58.065Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28552026-05-14T21:58:58.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
28562026-05-14T21:58:58.154Z
28572026-05-14T21:58:58.154Zinfo: running `cargo check --bins` on oximeter-schema (94/274)
28582026-05-14T21:58:58.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28592026-05-14T21:58:58.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28602026-05-14T21:58:58.779Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28612026-05-14T21:58:58.939Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28622026-05-14T21:58:58.942Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28632026-05-14T21:58:59.268Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28642026-05-14T21:59:02.149Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28652026-05-14T21:59:03.375Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28662026-05-14T21:59:03.537Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28672026-05-14T21:59:04.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.04s
28682026-05-14T21:59:04.375Z
28692026-05-14T21:59:04.375Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/274)
28702026-05-14T21:59:04.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28712026-05-14T21:59:04.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28722026-05-14T21:59:04.869Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28732026-05-14T21:59:04.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
28742026-05-14T21:59:04.958Z
28752026-05-14T21:59:04.958Zinfo: running `cargo check --bins` on oximeter-test-utils (96/274)
28762026-05-14T21:59:05.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28772026-05-14T21:59:05.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28782026-05-14T21:59:05.486Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28792026-05-14T21:59:05.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28802026-05-14T21:59:05.586Z
28812026-05-14T21:59:05.586Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/274)
28822026-05-14T21:59:06.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28832026-05-14T21:59:06.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28842026-05-14T21:59:06.080Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28852026-05-14T21:59:06.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
28862026-05-14T21:59:06.170Z
28872026-05-14T21:59:06.170Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/274)
28882026-05-14T21:59:06.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28892026-05-14T21:59:06.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28902026-05-14T21:59:06.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28912026-05-14T21:59:06.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28922026-05-14T21:59:06.765Z
28932026-05-14T21:59:06.765Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/274)
28942026-05-14T21:59:07.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28952026-05-14T21:59:07.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28962026-05-14T21:59:07.260Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28972026-05-14T21:59:07.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
28982026-05-14T21:59:07.349Z
28992026-05-14T21:59:07.349Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/274)
29002026-05-14T21:59:07.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29012026-05-14T21:59:07.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29022026-05-14T21:59:07.848Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29032026-05-14T21:59:07.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29042026-05-14T21:59:07.938Z
29052026-05-14T21:59:07.938Zinfo: running `cargo check --bins` on trust-quorum-types (101/274)
29062026-05-14T21:59:08.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29072026-05-14T21:59:08.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29082026-05-14T21:59:08.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29092026-05-14T21:59:08.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29102026-05-14T21:59:08.510Z
29112026-05-14T21:59:08.510Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/274)
29122026-05-14T21:59:09.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29132026-05-14T21:59:09.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29142026-05-14T21:59:09.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29152026-05-14T21:59:09.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29162026-05-14T21:59:09.098Z
29172026-05-14T21:59:09.098Zinfo: running `cargo check --bins` on update-engine (103/274)
29182026-05-14T21:59:09.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29192026-05-14T21:59:09.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29202026-05-14T21:59:09.587Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29212026-05-14T21:59:09.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29222026-05-14T21:59:09.673Z
29232026-05-14T21:59:09.673Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/274)
29242026-05-14T21:59:10.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29252026-05-14T21:59:10.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29262026-05-14T21:59:10.372Z Compiling crucible-workspace-hack v0.1.0
29272026-05-14T21:59:10.487Z Checking secrecy v0.10.3
29282026-05-14T21:59:10.494Z Compiling heapless v0.8.0
29292026-05-14T21:59:10.498Z Compiling toml_datetime v0.7.5+spec-1.1.0
29302026-05-14T21:59:10.505Z Compiling ingot-macros v0.1.1
29312026-05-14T21:59:10.514Z Checking hash32 v0.3.1
29322026-05-14T21:59:10.524Z Compiling smoltcp v0.11.0
29332026-05-14T21:59:10.528Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29342026-05-14T21:59:10.587Z Checking cobs v0.3.0
29352026-05-14T21:59:10.631Z Compiling thiserror-impl-no-std v2.0.2
29362026-05-14T21:59:10.719Z Compiling toml_edit v0.23.10+spec-1.0.0
29372026-05-14T21:59:10.743Z Checking universal-hash v0.5.1
29382026-05-14T21:59:10.754Z Checking half v2.7.1
29392026-05-14T21:59:10.776Z Checking opaque-debug v0.3.1
29402026-05-14T21:59:10.845Z Checking ciborium-io v0.2.2
29412026-05-14T21:59:10.860Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29422026-05-14T21:59:10.892Z Checking poly1305 v0.8.0
29432026-05-14T21:59:10.939Z Checking postcard v1.1.3
29442026-05-14T21:59:11.005Z Checking ciborium-ll v0.2.2
29452026-05-14T21:59:11.054Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
29462026-05-14T21:59:11.148Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29472026-05-14T21:59:11.178Z Checking password-hash v0.5.0
29482026-05-14T21:59:11.224Z Checking chacha20 v0.9.1
29492026-05-14T21:59:11.303Z Compiling proc-macro-crate v3.4.0
29502026-05-14T21:59:11.423Z Compiling proc-macro-crate v1.3.1
29512026-05-14T21:59:11.437Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
29522026-05-14T21:59:11.458Z Checking blake2 v0.10.6
29532026-05-14T21:59:11.671Z Checking aead v0.5.2
29542026-05-14T21:59:11.689Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29552026-05-14T21:59:11.776Z Compiling foreign-types-macros v0.2.3
29562026-05-14T21:59:11.799Z Checking thiserror-no-std v2.0.2
29572026-05-14T21:59:11.813Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29582026-05-14T21:59:11.840Z Checking foreign-types-shared v0.3.1
29592026-05-14T21:59:11.852Z Compiling num_enum_derive v0.7.5
29602026-05-14T21:59:11.882Z Checking cpufeatures v0.3.0
29612026-05-14T21:59:11.894Z Checking vsss-rs v3.3.4
29622026-05-14T21:59:11.922Z Compiling num_enum_derive v0.5.11
29632026-05-14T21:59:11.953Z Checking chacha20 v0.10.0
29642026-05-14T21:59:12.039Z Checking chacha20poly1305 v0.10.1
29652026-05-14T21:59:12.162Z Checking argon2 v0.5.3
29662026-05-14T21:59:12.178Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
29672026-05-14T21:59:12.358Z Checking foreign-types v0.5.0
29682026-05-14T21:59:12.437Z Checking ciborium v0.2.2
29692026-05-14T21:59:12.598Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29702026-05-14T21:59:12.681Z Checking tabwriter v1.4.1
29712026-05-14T21:59:12.827Z Checking byte-wrapper v0.1.0
29722026-05-14T21:59:12.864Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29732026-05-14T21:59:12.877Z Checking num_enum v0.7.5
29742026-05-14T21:59:12.888Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29752026-05-14T21:59:12.944Z Checking cstr-argument v0.1.2
29762026-05-14T21:59:12.987Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29772026-05-14T21:59:12.998Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29782026-05-14T21:59:13.029Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29792026-05-14T21:59:13.062Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29802026-05-14T21:59:13.185Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29812026-05-14T21:59:13.228Z Checking num_enum v0.5.11
29822026-05-14T21:59:13.282Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29832026-05-14T21:59:13.302Z Checking ingot-types v0.1.2
29842026-05-14T21:59:13.323Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29852026-05-14T21:59:13.336Z Checking rand v0.10.0
29862026-05-14T21:59:13.360Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
29872026-05-14T21:59:13.402Z Checking indent_write v2.2.0
29882026-05-14T21:59:13.524Z Checking colored v3.1.1
29892026-05-14T21:59:13.539Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29902026-05-14T21:59:13.677Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
29912026-05-14T21:59:13.690Z Checking ingot v0.1.1
29922026-05-14T21:59:13.702Z Compiling zone_cfg_derive v0.3.1
29932026-05-14T21:59:13.719Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
29942026-05-14T21:59:13.719Z Checking itertools v0.12.1
29952026-05-14T21:59:13.742Z Compiling num-derive v0.4.2
29962026-05-14T21:59:13.769Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
29972026-05-14T21:59:13.902Z Checking swrite v0.1.0
29982026-05-14T21:59:13.947Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29992026-05-14T21:59:14.005Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
30002026-05-14T21:59:14.156Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30012026-05-14T21:59:14.169Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30022026-05-14T21:59:14.262Z Checking dropshot-api-manager-types v0.7.1
30032026-05-14T21:59:14.279Z Checking smf v0.2.3
30042026-05-14T21:59:14.344Z Checking nanorand v0.7.0
30052026-05-14T21:59:14.440Z Checking whoami v1.6.1
30062026-05-14T21:59:14.513Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30072026-05-14T21:59:14.537Z Checking flume v0.11.1
30082026-05-14T21:59:14.664Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30092026-05-14T21:59:14.746Z Checking zone v0.3.1
30102026-05-14T21:59:15.253Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30112026-05-14T21:59:16.198Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30122026-05-14T21:59:17.061Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30132026-05-14T21:59:20.062Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30142026-05-14T21:59:22.062Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30152026-05-14T21:59:23.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.48s
30162026-05-14T21:59:23.351Z
30172026-05-14T21:59:23.351Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/274)
30182026-05-14T21:59:23.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30192026-05-14T21:59:23.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30202026-05-14T21:59:23.852Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30212026-05-14T21:59:23.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30222026-05-14T21:59:23.939Z
30232026-05-14T21:59:23.939Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/274)
30242026-05-14T21:59:24.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30252026-05-14T21:59:24.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30262026-05-14T21:59:24.431Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30272026-05-14T21:59:24.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30282026-05-14T21:59:24.520Z
30292026-05-14T21:59:24.520Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/274)
30302026-05-14T21:59:25.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30312026-05-14T21:59:25.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30322026-05-14T21:59:25.030Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30332026-05-14T21:59:25.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30342026-05-14T21:59:25.113Z
30352026-05-14T21:59:25.113Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/274)
30362026-05-14T21:59:25.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30372026-05-14T21:59:25.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30382026-05-14T21:59:25.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30392026-05-14T21:59:25.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30402026-05-14T21:59:25.700Z
30412026-05-14T21:59:25.700Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/274)
30422026-05-14T21:59:26.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30432026-05-14T21:59:26.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30442026-05-14T21:59:26.200Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30452026-05-14T21:59:26.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30462026-05-14T21:59:26.287Z
30472026-05-14T21:59:26.287Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/274)
30482026-05-14T21:59:26.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30492026-05-14T21:59:26.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30502026-05-14T21:59:26.790Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30512026-05-14T21:59:26.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30522026-05-14T21:59:26.876Z
30532026-05-14T21:59:26.876Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/274)
30542026-05-14T21:59:27.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30552026-05-14T21:59:27.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30562026-05-14T21:59:27.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30572026-05-14T21:59:27.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30582026-05-14T21:59:27.461Z
30592026-05-14T21:59:27.461Zinfo: running `cargo check --bins` on cockroach-admin-client (112/274)
30602026-05-14T21:59:27.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30612026-05-14T21:59:27.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30622026-05-14T21:59:27.949Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30632026-05-14T21:59:27.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30642026-05-14T21:59:28.032Z
30652026-05-14T21:59:28.033Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/274)
30662026-05-14T21:59:28.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30672026-05-14T21:59:28.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30682026-05-14T21:59:28.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30692026-05-14T21:59:28.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30702026-05-14T21:59:28.623Z
30712026-05-14T21:59:28.623Zinfo: running `cargo check --bins` on dns-service-client (114/274)
30722026-05-14T21:59:29.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30732026-05-14T21:59:29.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30742026-05-14T21:59:29.143Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30752026-05-14T21:59:29.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30762026-05-14T21:59:29.213Z
30772026-05-14T21:59:29.213Zinfo: running `cargo check --bins` on installinator-client (115/274)
30782026-05-14T21:59:29.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30792026-05-14T21:59:29.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30802026-05-14T21:59:29.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30812026-05-14T21:59:29.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30822026-05-14T21:59:29.796Z
30832026-05-14T21:59:29.797Zinfo: running `cargo check --bins` on nexus-client (116/274)
30842026-05-14T21:59:30.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30852026-05-14T21:59:30.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30862026-05-14T21:59:30.325Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30872026-05-14T21:59:30.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30882026-05-14T21:59:30.427Z
30892026-05-14T21:59:30.427Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/274)
30902026-05-14T21:59:30.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30912026-05-14T21:59:30.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30922026-05-14T21:59:30.955Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30932026-05-14T21:59:30.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30942026-05-14T21:59:31.048Z
30952026-05-14T21:59:31.048Zinfo: running `cargo check --bins` on ntp-admin-client (118/274)
30962026-05-14T21:59:31.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30972026-05-14T21:59:31.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30982026-05-14T21:59:31.540Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30992026-05-14T21:59:31.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31002026-05-14T21:59:31.621Z
31012026-05-14T21:59:31.621Zinfo: running `cargo check --bins` on oxide-client (119/274)
31022026-05-14T21:59:32.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31032026-05-14T21:59:32.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31042026-05-14T21:59:32.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31052026-05-14T21:59:32.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31062026-05-14T21:59:32.207Z
31072026-05-14T21:59:32.207Zinfo: running `cargo check --bins` on oximeter-client (120/274)
31082026-05-14T21:59:32.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31092026-05-14T21:59:32.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31102026-05-14T21:59:32.707Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31112026-05-14T21:59:32.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31122026-05-14T21:59:32.795Z
31132026-05-14T21:59:32.796Zinfo: running `cargo check --bins` on repo-depot-client (121/274)
31142026-05-14T21:59:33.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31152026-05-14T21:59:33.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31162026-05-14T21:59:33.282Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31172026-05-14T21:59:33.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31182026-05-14T21:59:33.367Z
31192026-05-14T21:59:33.367Zinfo: running `cargo check --bins` on sled-agent-client (122/274)
31202026-05-14T21:59:33.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31212026-05-14T21:59:33.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31222026-05-14T21:59:33.874Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31232026-05-14T21:59:33.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31242026-05-14T21:59:33.964Z
31252026-05-14T21:59:33.965Zinfo: running `cargo check --bins` on wicketd-client (123/274)
31262026-05-14T21:59:34.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31272026-05-14T21:59:34.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31282026-05-14T21:59:34.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31292026-05-14T21:59:34.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31302026-05-14T21:59:34.573Z
31312026-05-14T21:59:34.573Zinfo: running `cargo check --bins` on installinator-common (124/274)
31322026-05-14T21:59:35.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31332026-05-14T21:59:35.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31342026-05-14T21:59:35.095Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31352026-05-14T21:59:35.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31362026-05-14T21:59:35.184Z
31372026-05-14T21:59:35.184Zinfo: running `cargo check --bins` on installinator-common-versions (125/274)
31382026-05-14T21:59:35.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31392026-05-14T21:59:35.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31402026-05-14T21:59:35.680Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31412026-05-14T21:59:35.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31422026-05-14T21:59:35.765Z
31432026-05-14T21:59:35.765Zinfo: running `cargo check --bins` on wicket-common (126/274)
31442026-05-14T21:59:36.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31452026-05-14T21:59:36.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31462026-05-14T21:59:36.272Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31472026-05-14T21:59:36.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31482026-05-14T21:59:36.361Z
31492026-05-14T21:59:36.361Zinfo: running `cargo check --bins` on omicron-cockroach-admin (127/274)
31502026-05-14T21:59:36.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31512026-05-14T21:59:36.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31522026-05-14T21:59:37.608Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31532026-05-14T21:59:37.633Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31542026-05-14T21:59:37.633Z Checking csv-core v0.1.13
31552026-05-14T21:59:37.633Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31562026-05-14T21:59:37.633Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31572026-05-14T21:59:37.633Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31582026-05-14T21:59:37.633Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31592026-05-14T21:59:37.633Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31602026-05-14T21:59:37.633Z Checking csv v1.4.0
31612026-05-14T21:59:37.633Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31622026-05-14T21:59:37.633Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31632026-05-14T21:59:37.633Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31642026-05-14T21:59:37.675Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31652026-05-14T21:59:38.012Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31662026-05-14T21:59:38.012Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31672026-05-14T21:59:38.349Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31682026-05-14T21:59:44.138Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31692026-05-14T21:59:44.660Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31702026-05-14T21:59:46.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.60s
31712026-05-14T21:59:47.163Z
31722026-05-14T21:59:47.164Zinfo: running `cargo check --bins` on cockroach-admin-api (128/274)
31732026-05-14T21:59:47.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31742026-05-14T21:59:47.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31752026-05-14T21:59:47.699Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31762026-05-14T21:59:47.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31772026-05-14T21:59:47.754Z
31782026-05-14T21:59:47.754Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (129/274)
31792026-05-14T21:59:48.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31802026-05-14T21:59:48.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31812026-05-14T21:59:48.324Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31822026-05-14T21:59:48.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
31832026-05-14T21:59:48.426Z
31842026-05-14T21:59:48.426Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (130/274)
31852026-05-14T21:59:48.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31862026-05-14T21:59:49.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31872026-05-14T21:59:49.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31882026-05-14T21:59:49.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
31892026-05-14T21:59:49.096Z
31902026-05-14T21:59:49.096Zinfo: running `cargo check --bins` on gateway-test-utils (131/274)
31912026-05-14T21:59:49.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31922026-05-14T21:59:49.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31932026-05-14T21:59:49.661Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31942026-05-14T21:59:49.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31952026-05-14T21:59:49.737Z
31962026-05-14T21:59:49.737Zinfo: running `cargo check --bins` on omicron-gateway (132/274)
31972026-05-14T21:59:50.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31982026-05-14T21:59:50.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31992026-05-14T21:59:50.490Z Compiling regress v0.11.1
32002026-05-14T21:59:50.625Z Compiling unsafe-libyaml v0.2.11
32012026-05-14T21:59:50.638Z Compiling radium v0.7.0
32022026-05-14T21:59:50.649Z Compiling semver v0.1.20
32032026-05-14T21:59:50.663Z Compiling maybe-uninit v2.0.0
32042026-05-14T21:59:50.663Z Checking tap v1.0.1
32052026-05-14T21:59:50.690Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32062026-05-14T21:59:50.776Z Checking wyz v0.5.1
32072026-05-14T21:59:50.900Z Compiling rustc_version v0.1.7
32082026-05-14T21:59:50.951Z Checking progenitor-client v0.13.0
32092026-05-14T21:59:50.980Z Compiling zerocopy-derive v0.6.6
32102026-05-14T21:59:51.087Z Compiling cancel-safe-futures v0.1.5
32112026-05-14T21:59:51.122Z Compiling newtype_derive v0.1.6
32122026-05-14T21:59:51.176Z Compiling serde_yaml v0.9.34+deprecated
32132026-05-14T21:59:51.288Z Checking crc-catalog v2.4.0
32142026-05-14T21:59:51.308Z Compiling packed_struct v0.10.1
32152026-05-14T21:59:51.353Z Checking funty v2.0.0
32162026-05-14T21:59:51.382Z Compiling owo-colors v4.3.0
32172026-05-14T21:59:51.579Z Checking crc v3.4.0
32182026-05-14T21:59:51.681Z Checking bitvec v1.0.1
32192026-05-14T21:59:51.807Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32202026-05-14T21:59:51.822Z Checking zerocopy v0.6.6
32212026-05-14T21:59:51.858Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32222026-05-14T21:59:52.058Z Checking typify-impl v0.6.2
32232026-05-14T21:59:52.179Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32242026-05-14T21:59:52.194Z Compiling packed_struct_codegen v0.10.1
32252026-05-14T21:59:52.342Z Checking libsw-core v0.3.2
32262026-05-14T21:59:52.429Z Compiling bitfield-macros v0.19.4
32272026-05-14T21:59:52.481Z Compiling indexmap v1.9.3
32282026-05-14T21:59:52.664Z Checking nodrop v0.1.14
32292026-05-14T21:59:52.697Z Checking libsw v3.5.0
32302026-05-14T21:59:52.757Z Checking array-init v0.0.4
32312026-05-14T21:59:52.850Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32322026-05-14T21:59:52.965Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32332026-05-14T21:59:53.056Z Checking smallvec v0.6.14
32342026-05-14T21:59:53.126Z Checking bitfield v0.19.4
32352026-05-14T21:59:53.198Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32362026-05-14T21:59:53.265Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32372026-05-14T21:59:53.395Z Checking tagptr v0.2.0
32382026-05-14T21:59:53.437Z Checking base64 v0.21.7
32392026-05-14T21:59:53.477Z Checking linear-map v1.2.0
32402026-05-14T21:59:53.543Z Checking unicode-linebreak v0.1.5
32412026-05-14T21:59:53.642Z Checking hashbrown v0.12.3
32422026-05-14T21:59:53.656Z Checking smawk v0.3.2
32432026-05-14T21:59:53.681Z Checking ron v0.8.1
32442026-05-14T21:59:53.758Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32452026-05-14T21:59:53.787Z Checking textwrap v0.16.2
32462026-05-14T21:59:53.813Z Checking moka v0.12.13
32472026-05-14T21:59:53.825Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32482026-05-14T21:59:53.924Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32492026-05-14T21:59:54.003Z Checking serde-hex v0.1.0
32502026-05-14T21:59:54.205Z Checking steno v0.4.1
32512026-05-14T21:59:54.372Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32522026-05-14T21:59:54.372Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32532026-05-14T21:59:54.456Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32542026-05-14T21:59:54.532Z Checking hashbrown v0.13.2
32552026-05-14T21:59:54.722Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32562026-05-14T21:59:54.915Z Checking crc-any v2.5.0
32572026-05-14T21:59:54.954Z Checking humantime v2.3.0
32582026-05-14T21:59:55.022Z Checking object v0.30.4
32592026-05-14T21:59:55.091Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32602026-05-14T21:59:55.106Z Checking hickory-resolver v0.25.2
32612026-05-14T21:59:55.134Z Checking utf-8 v0.7.6
32622026-05-14T21:59:55.229Z Checking half v1.8.3
32632026-05-14T21:59:55.257Z Checking path-slash v0.1.5
32642026-05-14T21:59:55.269Z Checking void v1.0.2
32652026-05-14T21:59:55.362Z Checking tungstenite v0.23.0
32662026-05-14T21:59:55.375Z Checking lzss v0.8.2
32672026-05-14T21:59:55.426Z Checking serde_cbor v0.11.2
32682026-05-14T21:59:55.561Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32692026-05-14T21:59:55.610Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32702026-05-14T21:59:55.720Z Checking nix v0.27.1
32712026-05-14T21:59:55.776Z Checking kstat-rs v0.2.4
32722026-05-14T21:59:55.804Z Checking fxhash v0.2.1
32732026-05-14T21:59:55.816Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32742026-05-14T21:59:55.846Z Checking serde_bytes v0.11.19
32752026-05-14T21:59:55.923Z Checking tokio-tungstenite v0.23.1
32762026-05-14T21:59:55.960Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32772026-05-14T21:59:56.021Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32782026-05-14T21:59:56.180Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32792026-05-14T21:59:56.222Z Checking signal-hook-tokio v0.3.1
32802026-05-14T21:59:56.503Z Compiling typify-macro v0.6.2
32812026-05-14T21:59:57.279Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32822026-05-14T21:59:57.639Z Compiling typify v0.6.2
32832026-05-14T21:59:57.717Z Compiling progenitor-impl v0.13.0
32842026-05-14T21:59:57.717Z Compiling progenitor-impl v0.14.0
32852026-05-14T21:59:58.160Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
32862026-05-14T21:59:58.487Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
32872026-05-14T21:59:59.304Z Compiling progenitor-macro v0.13.0
32882026-05-14T21:59:59.339Z Compiling progenitor-macro v0.14.0
32892026-05-14T22:00:01.891Z Checking progenitor v0.14.0
32902026-05-14T22:00:01.895Z Checking progenitor v0.13.0
32912026-05-14T22:00:02.024Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32922026-05-14T22:00:02.027Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
32932026-05-14T22:00:05.052Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32942026-05-14T22:00:12.608Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32952026-05-14T22:00:18.912Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32962026-05-14T22:00:20.271Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32972026-05-14T22:00:20.779Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32982026-05-14T22:00:22.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.13s
32992026-05-14T22:00:23.058Z
33002026-05-14T22:00:23.059Zinfo: running `cargo check --bins` on gateway-api (133/274)
33012026-05-14T22:00:23.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33022026-05-14T22:00:23.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33032026-05-14T22:00:23.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33042026-05-14T22:00:23.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33052026-05-14T22:00:23.646Z
33062026-05-14T22:00:23.646Zinfo: running `cargo check --bins` on ipcc (134/274)
33072026-05-14T22:00:24.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33082026-05-14T22:00:24.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33092026-05-14T22:00:24.144Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33102026-05-14T22:00:24.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33112026-05-14T22:00:24.236Z
33122026-05-14T22:00:24.236Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (135/274)
33132026-05-14T22:00:24.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33142026-05-14T22:00:24.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33152026-05-14T22:00:24.727Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33162026-05-14T22:00:24.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33172026-05-14T22:00:24.813Z
33182026-05-14T22:00:24.813Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (136/274)
33192026-05-14T22:00:25.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33202026-05-14T22:00:25.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33212026-05-14T22:00:25.317Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33222026-05-14T22:00:25.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33232026-05-14T22:00:25.405Z
33242026-05-14T22:00:25.405Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (137/274)
33252026-05-14T22:00:25.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33262026-05-14T22:00:25.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33272026-05-14T22:00:25.909Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33282026-05-14T22:00:25.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33292026-05-14T22:00:26.000Z
33302026-05-14T22:00:26.000Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (138/274)
33312026-05-14T22:00:26.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33322026-05-14T22:00:26.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33332026-05-14T22:00:26.503Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33342026-05-14T22:00:26.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33352026-05-14T22:00:26.588Z
33362026-05-14T22:00:26.588Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (139/274)
33372026-05-14T22:00:27.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33382026-05-14T22:00:27.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33392026-05-14T22:00:27.092Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33402026-05-14T22:00:27.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33412026-05-14T22:00:27.182Z
33422026-05-14T22:00:27.182Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (140/274)
33432026-05-14T22:00:27.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33442026-05-14T22:00:27.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33452026-05-14T22:00:27.683Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33462026-05-14T22:00:27.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33472026-05-14T22:00:27.767Z
33482026-05-14T22:00:27.767Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (141/274)
33492026-05-14T22:00:28.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33502026-05-14T22:00:28.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33512026-05-14T22:00:28.267Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33522026-05-14T22:00:28.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33532026-05-14T22:00:28.355Z
33542026-05-14T22:00:28.355Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (142/274)
33552026-05-14T22:00:28.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33562026-05-14T22:00:28.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33572026-05-14T22:00:28.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33582026-05-14T22:00:28.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33592026-05-14T22:00:28.941Z
33602026-05-14T22:00:28.941Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (143/274)
33612026-05-14T22:00:29.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33622026-05-14T22:00:29.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33632026-05-14T22:00:29.443Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33642026-05-14T22:00:29.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33652026-05-14T22:00:29.532Z
33662026-05-14T22:00:29.532Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (144/274)
33672026-05-14T22:00:30.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33682026-05-14T22:00:30.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33692026-05-14T22:00:30.039Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33702026-05-14T22:00:30.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33712026-05-14T22:00:30.122Z
33722026-05-14T22:00:30.122Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (145/274)
33732026-05-14T22:00:30.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33742026-05-14T22:00:30.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33752026-05-14T22:00:30.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33762026-05-14T22:00:30.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33772026-05-14T22:00:30.709Z
33782026-05-14T22:00:30.709Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (146/274)
33792026-05-14T22:00:31.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33802026-05-14T22:00:31.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33812026-05-14T22:00:31.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33822026-05-14T22:00:31.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33832026-05-14T22:00:31.301Z
33842026-05-14T22:00:31.302Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (147/274)
33852026-05-14T22:00:31.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33862026-05-14T22:00:31.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33872026-05-14T22:00:31.814Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33882026-05-14T22:00:31.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33892026-05-14T22:00:31.895Z
33902026-05-14T22:00:31.895Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (148/274)
33912026-05-14T22:00:32.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33922026-05-14T22:00:32.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33932026-05-14T22:00:32.395Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33942026-05-14T22:00:32.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33952026-05-14T22:00:32.484Z
33962026-05-14T22:00:32.484Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (149/274)
33972026-05-14T22:00:32.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33982026-05-14T22:00:32.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33992026-05-14T22:00:32.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34002026-05-14T22:00:32.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34012026-05-14T22:00:33.078Z
34022026-05-14T22:00:33.078Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (150/274)
34032026-05-14T22:00:33.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34042026-05-14T22:00:33.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34052026-05-14T22:00:33.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34062026-05-14T22:00:33.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34072026-05-14T22:00:33.827Z
34082026-05-14T22:00:33.827Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (151/274)
34092026-05-14T22:00:34.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34102026-05-14T22:00:35.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34112026-05-14T22:00:35.496Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34122026-05-14T22:00:35.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34132026-05-14T22:00:35.496Z
34142026-05-14T22:00:35.496Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (152/274)
34152026-05-14T22:00:35.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34162026-05-14T22:00:35.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34172026-05-14T22:00:35.546Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34182026-05-14T22:00:35.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34192026-05-14T22:00:35.547Z
34202026-05-14T22:00:35.547Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (153/274)
34212026-05-14T22:00:35.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34222026-05-14T22:00:35.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34232026-05-14T22:00:35.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34242026-05-14T22:00:35.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34252026-05-14T22:00:35.547Z
34262026-05-14T22:00:35.547Zinfo: running `cargo check --bins` on oximeter-producer (154/274)
34272026-05-14T22:00:35.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34282026-05-14T22:00:35.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34292026-05-14T22:00:35.943Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34302026-05-14T22:00:35.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34312026-05-14T22:00:36.037Z
34322026-05-14T22:00:36.037Zinfo: running `cargo check --bins` on internal-dns-resolver (155/274)
34332026-05-14T22:00:36.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34342026-05-14T22:00:36.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34352026-05-14T22:00:36.545Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34362026-05-14T22:00:36.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34372026-05-14T22:00:36.636Z
34382026-05-14T22:00:36.636Zinfo: running `cargo check --bins` on dns-server (156/274)
34392026-05-14T22:00:37.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34402026-05-14T22:00:37.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34412026-05-14T22:00:37.282Z Compiling parking_lot_core v0.8.6
34422026-05-14T22:00:37.282Z Compiling atomicwrites v0.4.4
34432026-05-14T22:00:37.286Z Compiling git-stub v1.0.0
34442026-05-14T22:00:37.286Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34452026-05-14T22:00:37.396Z Checking prefix-trie v0.7.0
34462026-05-14T22:00:37.512Z Compiling git-stub-vcs v0.1.0
34472026-05-14T22:00:37.689Z Checking hickory-server v0.25.2
34482026-05-14T22:00:37.783Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34492026-05-14T22:00:37.795Z Checking parking_lot v0.11.2
34502026-05-14T22:00:37.858Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34512026-05-14T22:00:37.862Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34522026-05-14T22:00:38.006Z Checking sled v0.34.7
34532026-05-14T22:00:39.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s
34542026-05-14T22:00:40.023Z
34552026-05-14T22:00:40.023Zinfo: running `cargo check --bins` on dns-server-api (157/274)
34562026-05-14T22:00:40.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34572026-05-14T22:00:40.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34582026-05-14T22:00:40.529Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34592026-05-14T22:00:40.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34602026-05-14T22:00:40.603Z
34612026-05-14T22:00:40.603Zinfo: running `cargo check --bins` on oximeter-producer-api (158/274)
34622026-05-14T22:00:41.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34632026-05-14T22:00:41.127Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34642026-05-14T22:00:41.127Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34652026-05-14T22:00:41.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34662026-05-14T22:00:41.193Z
34672026-05-14T22:00:41.193Zinfo: running `cargo check --bins` on sp-sim (159/274)
34682026-05-14T22:00:46.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34692026-05-14T22:00:46.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34702026-05-14T22:00:46.176Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34712026-05-14T22:00:46.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.45s
34722026-05-14T22:00:46.177Z
34732026-05-14T22:00:46.177Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (160/274)
34742026-05-14T22:00:46.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34752026-05-14T22:00:46.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34762026-05-14T22:00:46.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34772026-05-14T22:00:46.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34782026-05-14T22:00:46.177Z
34792026-05-14T22:00:46.177Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (161/274)
34802026-05-14T22:00:46.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34812026-05-14T22:00:46.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34822026-05-14T22:00:46.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34832026-05-14T22:00:46.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34842026-05-14T22:00:46.177Z
34852026-05-14T22:00:46.178Zinfo: running `cargo check --bins` on db-macros (162/274)
34862026-05-14T22:00:46.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34872026-05-14T22:00:46.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34882026-05-14T22:00:46.178Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34892026-05-14T22:00:46.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34902026-05-14T22:00:46.178Z
34912026-05-14T22:00:46.178Zinfo: running `cargo check --bins` on nexus-macros-common (163/274)
34922026-05-14T22:00:46.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34932026-05-14T22:00:46.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34942026-05-14T22:00:46.238Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34952026-05-14T22:00:46.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34962026-05-14T22:00:46.286Z
34972026-05-14T22:00:46.286Zinfo: running `cargo check --bins` on nexus-auth (164/274)
34982026-05-14T22:00:46.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34992026-05-14T22:00:46.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35002026-05-14T22:00:46.829Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35012026-05-14T22:00:46.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35022026-05-14T22:00:46.924Z
35032026-05-14T22:00:46.924Zinfo: running `cargo check --bins` on authz-macros (165/274)
35042026-05-14T22:00:47.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35052026-05-14T22:00:47.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35062026-05-14T22:00:47.427Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35072026-05-14T22:00:47.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35082026-05-14T22:00:47.497Z
35092026-05-14T22:00:47.498Zinfo: running `cargo check --bins` on nexus-db-fixed-data (166/274)
35102026-05-14T22:00:48.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35112026-05-14T22:00:48.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35122026-05-14T22:00:48.040Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35132026-05-14T22:00:48.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35142026-05-14T22:00:48.134Z
35152026-05-14T22:00:48.134Zinfo: running `cargo check --bins` on nexus-db-model (167/274)
35162026-05-14T22:00:48.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35172026-05-14T22:00:48.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35182026-05-14T22:00:48.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35192026-05-14T22:00:48.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35202026-05-14T22:00:48.777Z
35212026-05-14T22:00:48.777Zinfo: running `cargo check --bins` on nexus-db-schema (168/274)
35222026-05-14T22:00:49.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35232026-05-14T22:00:49.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35242026-05-14T22:00:49.272Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35252026-05-14T22:00:49.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35262026-05-14T22:00:49.355Z
35272026-05-14T22:00:49.355Zinfo: running `cargo check --bins` on omicron-rpaths (169/274)
35282026-05-14T22:00:49.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35292026-05-14T22:00:49.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35302026-05-14T22:00:49.847Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35312026-05-14T22:00:49.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35322026-05-14T22:00:49.932Z
35332026-05-14T22:00:49.932Zinfo: running `cargo check --bins` on nexus-defaults (170/274)
35342026-05-14T22:00:50.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35352026-05-14T22:00:50.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35362026-05-14T22:00:50.439Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35372026-05-14T22:00:50.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35382026-05-14T22:00:50.521Z
35392026-05-14T22:00:50.521Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (171/274)
35402026-05-14T22:00:51.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35412026-05-14T22:00:51.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35422026-05-14T22:00:51.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35432026-05-14T22:00:51.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35442026-05-14T22:00:51.099Z
35452026-05-14T22:00:51.099Zinfo: running `cargo check --bins` on parallel-task-set (172/274)
35462026-05-14T22:00:51.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35472026-05-14T22:00:51.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35482026-05-14T22:00:51.590Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35492026-05-14T22:00:51.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35502026-05-14T22:00:51.669Z
35512026-05-14T22:00:51.669Zinfo: running `cargo check --bins` on nexus-db-errors (173/274)
35522026-05-14T22:00:52.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35532026-05-14T22:00:52.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35542026-05-14T22:00:52.211Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35552026-05-14T22:00:52.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35562026-05-14T22:00:52.307Z
35572026-05-14T22:00:52.307Zinfo: running `cargo check --bins` on nexus-db-lookup (174/274)
35582026-05-14T22:00:52.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35592026-05-14T22:00:52.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35602026-05-14T22:00:52.852Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35612026-05-14T22:00:52.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35622026-05-14T22:00:52.953Z
35632026-05-14T22:00:52.953Zinfo: running `cargo check --bins` on nexus-inventory (175/274)
35642026-05-14T22:00:53.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35652026-05-14T22:00:53.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35662026-05-14T22:00:53.490Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35672026-05-14T22:00:53.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35682026-05-14T22:00:53.588Z
35692026-05-14T22:00:53.588Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (176/274)
35702026-05-14T22:00:54.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35712026-05-14T22:00:54.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35722026-05-14T22:00:54.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35732026-05-14T22:00:54.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35742026-05-14T22:00:54.194Z
35752026-05-14T22:00:54.195Zinfo: running `cargo check --bins --no-default-features` on sled-storage (177/274)
35762026-05-14T22:00:54.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35772026-05-14T22:00:54.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35782026-05-14T22:00:54.704Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35792026-05-14T22:00:54.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35802026-05-14T22:00:54.793Z
35812026-05-14T22:00:54.793Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (178/274)
35822026-05-14T22:00:55.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35832026-05-14T22:00:55.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35842026-05-14T22:00:55.306Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35852026-05-14T22:00:55.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35862026-05-14T22:00:55.404Z
35872026-05-14T22:00:55.404Zinfo: running `cargo check --bins` on key-manager (179/274)
35882026-05-14T22:00:55.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35892026-05-14T22:00:55.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35902026-05-14T22:00:55.904Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35912026-05-14T22:00:55.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35922026-05-14T22:00:55.990Z
35932026-05-14T22:00:55.990Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (180/274)
35942026-05-14T22:00:56.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35952026-05-14T22:00:56.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35962026-05-14T22:00:56.503Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35972026-05-14T22:00:56.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35982026-05-14T22:00:56.593Z
35992026-05-14T22:00:56.593Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (181/274)
36002026-05-14T22:00:57.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36012026-05-14T22:00:57.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36022026-05-14T22:00:57.107Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36032026-05-14T22:00:57.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36042026-05-14T22:00:57.201Z
36052026-05-14T22:00:57.201Zinfo: running `cargo check --bins` on typed-rng (182/274)
36062026-05-14T22:00:57.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36072026-05-14T22:00:57.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36082026-05-14T22:00:57.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36092026-05-14T22:00:57.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36102026-05-14T22:00:57.780Z
36112026-05-14T22:00:57.780Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (183/274)
36122026-05-14T22:00:58.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36132026-05-14T22:00:58.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36142026-05-14T22:00:58.609Z Compiling libefi-sys v0.1.0
36152026-05-14T22:00:58.740Z Compiling bitfield-struct v0.6.2
36162026-05-14T22:00:58.752Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36172026-05-14T22:00:58.760Z Compiling xshell-macros v0.2.7
36182026-05-14T22:00:58.769Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36192026-05-14T22:00:58.782Z Compiling typify-impl v0.4.3
36202026-05-14T22:00:58.785Z Compiling salty v0.3.0
36212026-05-14T22:00:58.809Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36222026-05-14T22:00:58.824Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36232026-05-14T22:00:58.934Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36242026-05-14T22:00:59.093Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36252026-05-14T22:00:59.123Z Checking xshell v0.2.7
36262026-05-14T22:00:59.238Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36272026-05-14T22:00:59.292Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36282026-05-14T22:00:59.309Z Checking primeorder v0.13.6
36292026-05-14T22:00:59.345Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36302026-05-14T22:00:59.361Z Compiling proc-macro-error-attr2 v2.0.0
36312026-05-14T22:00:59.457Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36322026-05-14T22:00:59.542Z Checking p384 v0.13.1
36332026-05-14T22:00:59.557Z Checking tungstenite v0.21.0
36342026-05-14T22:00:59.583Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36352026-05-14T22:00:59.663Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36362026-05-14T22:00:59.744Z Compiling proc-macro-error2 v2.0.1
36372026-05-14T22:00:59.816Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36382026-05-14T22:00:59.951Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36392026-05-14T22:01:00.055Z Compiling num-derive v0.3.3
36402026-05-14T22:01:00.279Z Compiling tabled_derive v0.11.0
36412026-05-14T22:01:00.312Z Checking tokio-tungstenite v0.21.0
36422026-05-14T22:01:00.668Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36432026-05-14T22:01:00.729Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36442026-05-14T22:01:00.835Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36452026-05-14T22:01:00.939Z Checking libscf-sys v1.1.0
36462026-05-14T22:01:01.102Z Checking papergrid v0.17.0
36472026-05-14T22:01:01.116Z Checking testing_table v0.3.0
36482026-05-14T22:01:01.212Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36492026-05-14T22:01:01.345Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36502026-05-14T22:01:01.428Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36512026-05-14T22:01:01.583Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36522026-05-14T22:01:01.738Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36532026-05-14T22:01:01.789Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36542026-05-14T22:01:01.805Z Checking corncobs v0.1.4
36552026-05-14T22:01:01.810Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36562026-05-14T22:01:01.887Z Compiling unicase v2.9.0
36572026-05-14T22:01:01.930Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36582026-05-14T22:01:01.932Z Checking tabled v0.20.0
36592026-05-14T22:01:02.051Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36602026-05-14T22:01:02.090Z Compiling mime_guess v2.0.5
36612026-05-14T22:01:02.182Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36622026-05-14T22:01:02.198Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36632026-05-14T22:01:02.234Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36642026-05-14T22:01:02.385Z Checking progenitor-client v0.11.2
36652026-05-14T22:01:02.388Z Checking secrecy v0.8.0
36662026-05-14T22:01:02.517Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36672026-05-14T22:01:02.532Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36682026-05-14T22:01:02.670Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
36692026-05-14T22:01:02.743Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
36702026-05-14T22:01:03.076Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36712026-05-14T22:01:03.182Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36722026-05-14T22:01:03.211Z Compiling typify-macro v0.4.3
36732026-05-14T22:01:03.224Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36742026-05-14T22:01:03.381Z Checking filetime v0.2.27
36752026-05-14T22:01:03.413Z Checking xattr v1.6.1
36762026-05-14T22:01:03.549Z Checking http-range v0.1.5
36772026-05-14T22:01:03.671Z Checking crc8 v0.1.1
36782026-05-14T22:01:03.687Z Checking tar v0.4.45
36792026-05-14T22:01:03.773Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36802026-05-14T22:01:04.027Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36812026-05-14T22:01:04.057Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36822026-05-14T22:01:04.073Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
36832026-05-14T22:01:04.180Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
36842026-05-14T22:01:04.439Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
36852026-05-14T22:01:04.455Z Checking atty v0.2.14
36862026-05-14T22:01:04.557Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
36872026-05-14T22:01:04.703Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
36882026-05-14T22:01:04.775Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36892026-05-14T22:01:04.948Z Compiling typify v0.4.3
36902026-05-14T22:01:05.063Z Compiling progenitor-impl v0.11.2
36912026-05-14T22:01:05.108Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
36922026-05-14T22:01:05.270Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36932026-05-14T22:01:05.320Z Checking hyper-staticfile v0.10.1
36942026-05-14T22:01:05.371Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
36952026-05-14T22:01:05.517Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
36962026-05-14T22:01:05.601Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
36972026-05-14T22:01:05.864Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
36982026-05-14T22:01:05.894Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
36992026-05-14T22:01:06.026Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
37002026-05-14T22:01:06.224Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37012026-05-14T22:01:06.332Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37022026-05-14T22:01:06.409Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37032026-05-14T22:01:06.496Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37042026-05-14T22:01:06.548Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37052026-05-14T22:01:06.679Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
37062026-05-14T22:01:06.787Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37072026-05-14T22:01:07.379Z Compiling progenitor-macro v0.11.2
37082026-05-14T22:01:09.800Z Checking progenitor v0.11.2
37092026-05-14T22:01:09.920Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37102026-05-14T22:01:14.516Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
37112026-05-14T22:01:15.595Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37122026-05-14T22:01:25.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.09s
37132026-05-14T22:01:26.098Z
37142026-05-14T22:01:26.098Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (184/274)
37152026-05-14T22:01:26.647Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37162026-05-14T22:01:26.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37172026-05-14T22:01:26.868Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37182026-05-14T22:01:37.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.17s
37192026-05-14T22:01:37.491Z
37202026-05-14T22:01:37.491Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (185/274)
37212026-05-14T22:01:38.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37222026-05-14T22:01:38.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37232026-05-14T22:01:38.264Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37242026-05-14T22:01:48.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.17s
37252026-05-14T22:01:48.872Z
37262026-05-14T22:01:48.872Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (186/274)
37272026-05-14T22:01:49.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37282026-05-14T22:01:49.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37292026-05-14T22:01:49.631Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37302026-05-14T22:02:00.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.22s
37312026-05-14T22:02:00.311Z
37322026-05-14T22:02:00.311Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (187/274)
37332026-05-14T22:02:00.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37342026-05-14T22:02:00.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37352026-05-14T22:02:01.072Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37362026-05-14T22:02:11.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.20s
37372026-05-14T22:02:11.724Z
37382026-05-14T22:02:11.724Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (188/274)
37392026-05-14T22:02:12.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37402026-05-14T22:02:12.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37412026-05-14T22:02:12.484Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37422026-05-14T22:02:22.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.14s
37432026-05-14T22:02:23.090Z
37442026-05-14T22:02:23.090Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (189/274)
37452026-05-14T22:02:23.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37462026-05-14T22:02:23.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37472026-05-14T22:02:23.861Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37482026-05-14T22:02:34.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.30s
37492026-05-14T22:02:34.612Z
37502026-05-14T22:02:34.612Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (190/274)
37512026-05-14T22:02:35.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37522026-05-14T22:02:35.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37532026-05-14T22:02:35.373Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37542026-05-14T22:02:45.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.16s
37552026-05-14T22:02:45.989Z
37562026-05-14T22:02:45.989Zinfo: running `cargo check --bins` on bootstrap-agent-api (191/274)
37572026-05-14T22:02:46.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37582026-05-14T22:02:46.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37592026-05-14T22:02:46.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37602026-05-14T22:02:46.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37612026-05-14T22:02:46.572Z
37622026-05-14T22:02:46.573Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (192/274)
37632026-05-14T22:02:47.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37642026-05-14T22:02:47.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37652026-05-14T22:02:47.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37662026-05-14T22:02:47.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37672026-05-14T22:02:47.160Z
37682026-05-14T22:02:47.160Zinfo: running `cargo check --bins` on range-requests (193/274)
37692026-05-14T22:02:47.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37702026-05-14T22:02:47.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37712026-05-14T22:02:47.654Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37722026-05-14T22:02:47.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37732026-05-14T22:02:47.737Z
37742026-05-14T22:02:47.737Zinfo: running `cargo check --bins` on repo-depot-api (194/274)
37752026-05-14T22:02:48.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37762026-05-14T22:02:48.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37772026-05-14T22:02:48.235Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37782026-05-14T22:02:48.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37792026-05-14T22:02:48.322Z
37802026-05-14T22:02:48.322Zinfo: running `cargo check --bins` on sled-agent-api (195/274)
37812026-05-14T22:02:48.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37822026-05-14T22:02:48.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37832026-05-14T22:02:48.840Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37842026-05-14T22:02:48.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37852026-05-14T22:02:48.933Z
37862026-05-14T22:02:48.933Zinfo: running `cargo check --bins` on sled-diagnostics (196/274)
37872026-05-14T22:02:49.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37882026-05-14T22:02:49.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37892026-05-14T22:02:49.441Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37902026-05-14T22:02:49.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37912026-05-14T22:02:49.534Z
37922026-05-14T22:02:49.534Zinfo: running `cargo check --bins` on zfs-test-harness (197/274)
37932026-05-14T22:02:50.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37942026-05-14T22:02:50.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37952026-05-14T22:02:50.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37962026-05-14T22:02:50.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37972026-05-14T22:02:50.147Z
37982026-05-14T22:02:50.147Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (198/274)
37992026-05-14T22:02:50.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38002026-05-14T22:02:50.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38012026-05-14T22:02:50.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38022026-05-14T22:02:50.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38032026-05-14T22:02:50.760Z
38042026-05-14T22:02:50.760Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (199/274)
38052026-05-14T22:02:51.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38062026-05-14T22:02:51.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38072026-05-14T22:02:51.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38082026-05-14T22:02:51.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38092026-05-14T22:02:51.374Z
38102026-05-14T22:02:51.374Zinfo: running `cargo check --bins` on sled-agent-health-monitor (200/274)
38112026-05-14T22:02:51.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38122026-05-14T22:02:51.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38132026-05-14T22:02:51.887Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38142026-05-14T22:02:51.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38152026-05-14T22:02:51.983Z
38162026-05-14T22:02:51.983Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (201/274)
38172026-05-14T22:02:52.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38182026-05-14T22:02:52.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38192026-05-14T22:02:52.502Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38202026-05-14T22:02:52.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38212026-05-14T22:02:52.597Z
38222026-05-14T22:02:52.597Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (202/274)
38232026-05-14T22:02:53.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38242026-05-14T22:02:53.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38252026-05-14T22:02:53.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38262026-05-14T22:02:53.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38272026-05-14T22:02:53.214Z
38282026-05-14T22:02:53.215Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (203/274)
38292026-05-14T22:02:53.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38302026-05-14T22:02:53.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38312026-05-14T22:02:53.737Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38322026-05-14T22:02:53.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38332026-05-14T22:02:53.832Z
38342026-05-14T22:02:53.832Zinfo: running `cargo check --bins` on sled-agent-rack-setup (204/274)
38352026-05-14T22:02:54.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38362026-05-14T22:02:54.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38372026-05-14T22:02:54.374Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38382026-05-14T22:02:54.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38392026-05-14T22:02:54.472Z
38402026-05-14T22:02:54.472Zinfo: running `cargo check --bins` on trust-quorum (205/274)
38412026-05-14T22:02:54.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38422026-05-14T22:02:54.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38432026-05-14T22:02:54.997Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38442026-05-14T22:02:55.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38452026-05-14T22:02:55.092Z
38462026-05-14T22:02:55.092Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (206/274)
38472026-05-14T22:02:55.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38482026-05-14T22:02:55.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38492026-05-14T22:02:55.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38502026-05-14T22:02:55.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38512026-05-14T22:02:55.715Z
38522026-05-14T22:02:55.715Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (207/274)
38532026-05-14T22:02:56.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38542026-05-14T22:02:56.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38552026-05-14T22:02:56.254Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38562026-05-14T22:02:56.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38572026-05-14T22:02:56.352Z
38582026-05-14T22:02:56.353Zinfo: running `cargo check --bins` on update-common (208/274)
38592026-05-14T22:02:56.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38602026-05-14T22:02:56.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38612026-05-14T22:02:56.862Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38622026-05-14T22:02:56.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38632026-05-14T22:02:56.950Z
38642026-05-14T22:02:56.951Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (209/274)
38652026-05-14T22:02:57.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38662026-05-14T22:02:57.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38672026-05-14T22:02:57.491Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38682026-05-14T22:02:57.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38692026-05-14T22:02:57.593Z
38702026-05-14T22:02:57.593Zinfo: running `cargo check --bins` on omicron-deployment-graph (210/274)
38712026-05-14T22:02:58.081Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38722026-05-14T22:02:58.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38732026-05-14T22:02:58.085Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38742026-05-14T22:02:58.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38752026-05-14T22:02:58.169Z
38762026-05-14T22:02:58.169Zinfo: running `cargo check --bins` on reconfigurator-cli (211/274)
38772026-05-14T22:02:58.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38782026-05-14T22:02:58.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38792026-05-14T22:02:58.928Z Compiling fs-err v2.11.0
38802026-05-14T22:02:58.932Z Checking ignore v0.4.25
38812026-05-14T22:02:58.932Z Checking arc-swap v1.8.2
38822026-05-14T22:02:58.932Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
38832026-05-14T22:02:59.067Z Checking predicates-tree v1.0.13
38842026-05-14T22:02:59.089Z Checking parse-size v1.1.0
38852026-05-14T22:02:59.095Z Checking rand_seeder v0.4.0
38862026-05-14T22:02:59.095Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
38872026-05-14T22:02:59.169Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
38882026-05-14T22:02:59.185Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
38892026-05-14T22:02:59.230Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
38902026-05-14T22:02:59.273Z Checking slog-scope v4.4.1
38912026-05-14T22:02:59.362Z Compiling petname v2.0.2
38922026-05-14T22:02:59.378Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
38932026-05-14T22:02:59.397Z Checking slog-stdlog v4.1.1
38942026-05-14T22:02:59.415Z Checking globwalk v0.9.1
38952026-05-14T22:02:59.509Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
38962026-05-14T22:02:59.513Z Checking slog-envlogger v2.2.0
38972026-05-14T22:02:59.588Z Checking camino-tempfile-ext v0.3.3
38982026-05-14T22:02:59.620Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38992026-05-14T22:02:59.659Z Checking sapling-renderdag v0.1.0
39002026-05-14T22:02:59.780Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39012026-05-14T22:02:59.783Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39022026-05-14T22:02:59.891Z Checking subprocess v0.2.15
39032026-05-14T22:02:59.970Z Checking sync-ptr v0.1.4
39042026-05-14T22:03:00.006Z Checking colored v2.2.0
39052026-05-14T22:03:00.089Z Checking assert_matches v1.5.0
39062026-05-14T22:03:00.166Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39072026-05-14T22:03:00.245Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39082026-05-14T22:03:00.326Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39092026-05-14T22:03:00.329Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
39102026-05-14T22:03:00.913Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39112026-05-14T22:03:02.246Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39122026-05-14T22:03:04.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.28s
39132026-05-14T22:03:04.644Z
39142026-05-14T22:03:04.644Zinfo: running `cargo check --bins` on omicron-repl-utils (212/274)
39152026-05-14T22:03:05.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39162026-05-14T22:03:05.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39172026-05-14T22:03:05.135Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39182026-05-14T22:03:05.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39192026-05-14T22:03:05.222Z
39202026-05-14T22:03:05.222Zinfo: running `cargo check --bins` on transient-dns-server (213/274)
39212026-05-14T22:03:05.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39222026-05-14T22:03:05.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39232026-05-14T22:03:05.730Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39242026-05-14T22:03:05.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39252026-05-14T22:03:05.822Z
39262026-05-14T22:03:05.822Zinfo: running `cargo check --bins` on nexus-test-interface (214/274)
39272026-05-14T22:03:06.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39282026-05-14T22:03:06.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39292026-05-14T22:03:06.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39302026-05-14T22:03:06.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39312026-05-14T22:03:06.463Z
39322026-05-14T22:03:06.463Zinfo: running `cargo check --bins` on oximeter-collector (215/274)
39332026-05-14T22:03:06.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39342026-05-14T22:03:06.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39352026-05-14T22:03:07.169Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39362026-05-14T22:03:07.169Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39372026-05-14T22:03:07.807Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39382026-05-14T22:03:09.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.92s
39392026-05-14T22:03:09.591Z
39402026-05-14T22:03:09.591Zinfo: running `cargo check --bins` on oximeter-api (216/274)
39412026-05-14T22:03:10.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39422026-05-14T22:03:10.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39432026-05-14T22:03:10.093Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39442026-05-14T22:03:10.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39452026-05-14T22:03:10.178Z
39462026-05-14T22:03:10.178Zinfo: running `cargo check --bins` on cert-dev (217/274)
39472026-05-14T22:03:10.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39482026-05-14T22:03:10.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39492026-05-14T22:03:10.773Z Checking yasna v0.5.2
39502026-05-14T22:03:11.171Z Checking rcgen v0.12.1
39512026-05-14T22:03:11.414Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39522026-05-14T22:03:11.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
39532026-05-14T22:03:11.756Z
39542026-05-14T22:03:11.756Zinfo: running `cargo check --bins` on clickana (218/274)
39552026-05-14T22:03:12.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39562026-05-14T22:03:12.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39572026-05-14T22:03:12.397Z Compiling darling_core v0.23.0
39582026-05-14T22:03:12.506Z Compiling instability v0.3.11
39592026-05-14T22:03:12.512Z Checking castaway v0.2.4
39602026-05-14T22:03:12.518Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39612026-05-14T22:03:12.521Z Compiling indoc v2.0.7
39622026-05-14T22:03:12.524Z Checking unicode-truncate v1.1.0
39632026-05-14T22:03:12.533Z Checking lru v0.12.5
39642026-05-14T22:03:12.536Z Checking cassowary v0.3.0
39652026-05-14T22:03:12.598Z Checking compact_str v0.8.1
39662026-05-14T22:03:13.588Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39672026-05-14T22:03:13.784Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39682026-05-14T22:03:13.926Z Compiling darling_macro v0.23.0
39692026-05-14T22:03:14.336Z Compiling darling v0.23.0
39702026-05-14T22:03:14.939Z Checking ratatui v0.29.0
39712026-05-14T22:03:15.992Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39722026-05-14T22:03:16.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.89s
39732026-05-14T22:03:16.821Z
39742026-05-14T22:03:16.821Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (219/274)
39752026-05-14T22:03:17.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39762026-05-14T22:03:17.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39772026-05-14T22:03:17.533Z Checking headers-core v0.3.0
39782026-05-14T22:03:17.536Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39792026-05-14T22:03:17.727Z Checking headers v0.4.1
39802026-05-14T22:03:18.090Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
39812026-05-14T22:03:18.944Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39822026-05-14T22:03:19.429Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39832026-05-14T22:03:19.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.01s
39842026-05-14T22:03:20.037Z
39852026-05-14T22:03:20.037Zinfo: running `cargo check --bins` on ch-dev (220/274)
39862026-05-14T22:03:20.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39872026-05-14T22:03:20.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39882026-05-14T22:03:20.747Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
39892026-05-14T22:03:21.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
39902026-05-14T22:03:21.676Z
39912026-05-14T22:03:21.676Zinfo: running `cargo check --bins` on dev-tools-common (221/274)
39922026-05-14T22:03:22.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39932026-05-14T22:03:22.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39942026-05-14T22:03:22.081Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39952026-05-14T22:03:22.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
39962026-05-14T22:03:22.139Z
39972026-05-14T22:03:22.139Zinfo: running `cargo check --bins` on crdb-seed (222/274)
39982026-05-14T22:03:22.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39992026-05-14T22:03:22.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40002026-05-14T22:03:22.854Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40012026-05-14T22:03:23.828Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40022026-05-14T22:03:24.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.01s
40032026-05-14T22:03:24.354Z
40042026-05-14T22:03:24.354Zinfo: running `cargo check --bins` on db-dev (223/274)
40052026-05-14T22:03:24.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40062026-05-14T22:03:24.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40072026-05-14T22:03:25.064Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40082026-05-14T22:03:25.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
40092026-05-14T22:03:26.004Z
40102026-05-14T22:03:26.004Zinfo: running `cargo check --bins` on omicron-dev-lib (224/274)
40112026-05-14T22:03:26.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40122026-05-14T22:03:26.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40132026-05-14T22:03:26.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40142026-05-14T22:03:26.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40152026-05-14T22:03:26.640Z
40162026-05-14T22:03:26.640Zinfo: running `cargo check --bins` on xtask-downloader (225/274)
40172026-05-14T22:03:27.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40182026-05-14T22:03:27.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40192026-05-14T22:03:27.246Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40202026-05-14T22:03:27.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s
40212026-05-14T22:03:28.083Z
40222026-05-14T22:03:28.083Zinfo: running `cargo check --bins` on omicron-dropshot-apis (226/274)
40232026-05-14T22:03:28.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40242026-05-14T22:03:28.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40252026-05-14T22:03:28.832Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40262026-05-14T22:03:28.832Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40272026-05-14T22:03:28.832Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
40282026-05-14T22:03:28.835Z Checking git-stub v1.0.0
40292026-05-14T22:03:28.836Z Compiling trait-variant v0.1.2
40302026-05-14T22:03:28.836Z Checking is_ci v1.2.0
40312026-05-14T22:03:28.948Z Checking maplit v1.0.2
40322026-05-14T22:03:28.971Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40332026-05-14T22:03:29.014Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40342026-05-14T22:03:29.035Z Checking supports-color v3.0.2
40352026-05-14T22:03:29.101Z Checking git-stub-vcs v0.1.0
40362026-05-14T22:03:29.154Z Checking drift v0.1.4
40372026-05-14T22:03:29.186Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40382026-05-14T22:03:29.252Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40392026-05-14T22:03:29.289Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40402026-05-14T22:03:29.410Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40412026-05-14T22:03:29.443Z Checking dropshot-api-manager v0.7.1
40422026-05-14T22:03:29.488Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
40432026-05-14T22:03:29.529Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40442026-05-14T22:03:29.689Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40452026-05-14T22:03:29.743Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40462026-05-14T22:03:29.863Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
40472026-05-14T22:03:30.206Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40482026-05-14T22:03:35.128Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40492026-05-14T22:03:36.173Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40502026-05-14T22:03:36.730Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40512026-05-14T22:03:37.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.06s
40522026-05-14T22:03:37.340Z
40532026-05-14T22:03:37.340Zinfo: running `cargo check --bins` on installinator-api (227/274)
40542026-05-14T22:03:37.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40552026-05-14T22:03:37.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40562026-05-14T22:03:37.841Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40572026-05-14T22:03:37.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40582026-05-14T22:03:37.934Z
40592026-05-14T22:03:37.934Zinfo: running `cargo check --bins` on nexus-external-api (228/274)
40602026-05-14T22:03:38.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40612026-05-14T22:03:38.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40622026-05-14T22:03:38.465Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40632026-05-14T22:03:38.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40642026-05-14T22:03:38.565Z
40652026-05-14T22:03:38.565Zinfo: running `cargo check --bins` on nexus-internal-api (229/274)
40662026-05-14T22:03:39.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40672026-05-14T22:03:39.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40682026-05-14T22:03:39.099Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40692026-05-14T22:03:39.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40702026-05-14T22:03:39.200Z
40712026-05-14T22:03:39.200Zinfo: running `cargo check --bins` on nexus-lockstep-api (230/274)
40722026-05-14T22:03:39.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40732026-05-14T22:03:39.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40742026-05-14T22:03:39.737Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40752026-05-14T22:03:39.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40762026-05-14T22:03:39.838Z
40772026-05-14T22:03:39.838Zinfo: running `cargo check --bins` on ntp-admin-api (231/274)
40782026-05-14T22:03:40.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40792026-05-14T22:03:40.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40802026-05-14T22:03:40.342Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40812026-05-14T22:03:40.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40822026-05-14T22:03:40.435Z
40832026-05-14T22:03:40.435Zinfo: running `cargo check --bins` on ntp-admin-types-versions (232/274)
40842026-05-14T22:03:40.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40852026-05-14T22:03:40.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40862026-05-14T22:03:40.931Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40872026-05-14T22:03:40.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40882026-05-14T22:03:41.021Z
40892026-05-14T22:03:41.022Zinfo: running `cargo check --bins` on wicketd-api (233/274)
40902026-05-14T22:03:41.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40912026-05-14T22:03:41.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40922026-05-14T22:03:41.537Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40932026-05-14T22:03:41.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40942026-05-14T22:03:41.636Z
40952026-05-14T22:03:41.637Zinfo: running `cargo check --bins` on omicron-ls-apis (234/274)
40962026-05-14T22:03:42.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40972026-05-14T22:03:42.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40982026-05-14T22:03:42.248Z Checking typeid v1.0.3
40992026-05-14T22:03:42.360Z Checking ordered-float v2.10.1
41002026-05-14T22:03:42.379Z Checking unicode-xid v0.2.6
41012026-05-14T22:03:42.391Z Checking cargo-platform v0.2.0
41022026-05-14T22:03:42.400Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
41032026-05-14T22:03:42.425Z Checking erased-serde v0.4.9
41042026-05-14T22:03:42.559Z Checking serde-value v0.7.0
41052026-05-14T22:03:42.732Z Checking serde-untagged v0.1.9
41062026-05-14T22:03:42.882Z Checking cargo-util-schemas v0.8.2
41072026-05-14T22:03:43.560Z Checking cargo_metadata v0.21.0
41082026-05-14T22:03:44.156Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41092026-05-14T22:03:44.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s
41102026-05-14T22:03:44.999Z
41112026-05-14T22:03:44.999Zinfo: running `cargo check --bins` on mgs-dev (235/274)
41122026-05-14T22:03:45.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41132026-05-14T22:03:45.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41142026-05-14T22:03:45.733Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41152026-05-14T22:03:46.348Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41162026-05-14T22:03:46.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s
41172026-05-14T22:03:47.047Z
41182026-05-14T22:03:47.047Zinfo: running `cargo check --bins` on omicron-omdb (236/274)
41192026-05-14T22:03:47.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41202026-05-14T22:03:47.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41212026-05-14T22:03:47.987Z Compiling vergen-lib v0.1.6
41222026-05-14T22:03:47.987Z Compiling vergen-gitcl v1.0.8
41232026-05-14T22:03:47.987Z Compiling dirs-sys-next v0.1.2
41242026-05-14T22:03:47.990Z Compiling glob v0.3.3
41252026-05-14T22:03:47.990Z Compiling crunchy v0.2.4
41262026-05-14T22:03:47.990Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41272026-05-14T22:03:47.990Z Compiling diesel_derives v2.3.7
41282026-05-14T22:03:48.148Z Compiling dsl_auto_type v0.2.0
41292026-05-14T22:03:48.423Z Compiling dirs-next v2.0.0
41302026-05-14T22:03:48.427Z Checking scheduled-thread-pool v0.2.7
41312026-05-14T22:03:48.439Z Compiling diesel_table_macro_syntax v0.3.0
41322026-05-14T22:03:48.469Z Compiling tiny-keccak v2.0.2
41332026-05-14T22:03:48.504Z Compiling clang-sys v1.8.1
41342026-05-14T22:03:48.546Z Compiling term v0.7.0
41352026-05-14T22:03:48.583Z Checking r2d2 v0.8.10
41362026-05-14T22:03:48.764Z Compiling bit-vec v0.6.3
41372026-05-14T22:03:48.782Z Checking downcast-rs v2.0.2
41382026-05-14T22:03:48.843Z Compiling ascii-canvas v3.0.0
41392026-05-14T22:03:48.893Z Compiling itertools v0.10.5
41402026-05-14T22:03:48.983Z Compiling bit-set v0.5.3
41412026-05-14T22:03:49.083Z Compiling ena v0.14.4
41422026-05-14T22:03:49.105Z Compiling libloading v0.8.9
41432026-05-14T22:03:49.139Z Compiling bindgen v0.71.1
41442026-05-14T22:03:49.233Z Compiling regex-syntax v0.6.29
41452026-05-14T22:03:49.285Z Compiling diff v0.1.13
41462026-05-14T22:03:49.314Z Compiling cexpr v0.6.0
41472026-05-14T22:03:49.549Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41482026-05-14T22:03:49.588Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41492026-05-14T22:03:49.757Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41502026-05-14T22:03:49.778Z Compiling libxml v0.3.3
41512026-05-14T22:03:49.958Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41522026-05-14T22:03:49.990Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41532026-05-14T22:03:50.033Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41542026-05-14T22:03:50.228Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41552026-05-14T22:03:50.305Z Compiling strum_macros v0.24.3
41562026-05-14T22:03:50.340Z Compiling indoc v1.0.9
41572026-05-14T22:03:50.782Z Compiling lalrpop v0.19.12
41582026-05-14T22:03:51.233Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41592026-05-14T22:03:51.330Z Checking derive_builder v0.20.2
41602026-05-14T22:03:51.417Z Compiling oso-derive v0.27.3
41612026-05-14T22:03:51.448Z Checking quick-xml v0.37.5
41622026-05-14T22:03:51.650Z Compiling impl-trait-for-tuples v0.2.3
41632026-05-14T22:03:51.916Z Checking openssl-probe v0.1.6
41642026-05-14T22:03:52.058Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41652026-05-14T22:03:52.303Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41662026-05-14T22:03:52.497Z Checking bb8 v0.8.6
41672026-05-14T22:03:52.790Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41682026-05-14T22:03:52.810Z Compiling libz-sys v1.1.24
41692026-05-14T22:03:52.930Z Checking nonempty v0.12.0
41702026-05-14T22:03:53.000Z Compiling libgit2-sys v0.18.3+1.9.2
41712026-05-14T22:03:53.099Z Compiling vergen-git2 v9.1.0
41722026-05-14T22:03:53.205Z Compiling rustls v0.21.12
41732026-05-14T22:03:53.314Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
41742026-05-14T22:03:53.437Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
41752026-05-14T22:03:53.456Z Checking sct v0.7.1
41762026-05-14T22:03:53.594Z Checking rustls-webpki v0.101.7
41772026-05-14T22:03:53.650Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
41782026-05-14T22:03:53.843Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
41792026-05-14T22:03:54.032Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41802026-05-14T22:03:54.035Z Checking diesel v2.3.7
41812026-05-14T22:03:54.223Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41822026-05-14T22:03:54.252Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
41832026-05-14T22:03:54.413Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
41842026-05-14T22:03:54.605Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
41852026-05-14T22:03:54.939Z Checking rustls-pemfile v1.0.4
41862026-05-14T22:03:55.080Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
41872026-05-14T22:03:55.233Z Checking tokio-rustls v0.24.1
41882026-05-14T22:03:55.439Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
41892026-05-14T22:03:55.625Z Checking twox-hash v2.1.2
41902026-05-14T22:03:55.681Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41912026-05-14T22:03:55.930Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
41922026-05-14T22:03:55.949Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41932026-05-14T22:03:56.179Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41942026-05-14T22:03:56.901Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41952026-05-14T22:03:57.602Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
41962026-05-14T22:03:57.912Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
41972026-05-14T22:03:58.471Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
41982026-05-14T22:03:58.607Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
41992026-05-14T22:03:58.719Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
42002026-05-14T22:03:59.241Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42012026-05-14T22:03:59.266Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42022026-05-14T22:04:00.304Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42032026-05-14T22:04:00.425Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42042026-05-14T22:04:00.580Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42052026-05-14T22:04:00.750Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
42062026-05-14T22:04:00.913Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42072026-05-14T22:04:01.302Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42082026-05-14T22:04:01.601Z Checking console v0.16.2
42092026-05-14T22:04:01.852Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42102026-05-14T22:04:01.920Z Checking fatfs v0.3.6
42112026-05-14T22:04:01.973Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42122026-05-14T22:04:02.001Z Compiling seq-macro v0.3.6
42132026-05-14T22:04:02.370Z Checking unit-prefix v0.5.2
42142026-05-14T22:04:02.508Z Checking indicatif v0.18.4
42152026-05-14T22:04:02.511Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42162026-05-14T22:04:02.964Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
42172026-05-14T22:04:03.031Z Checking support-bundle-viewer v0.1.2
42182026-05-14T22:04:03.165Z Checking multimap v0.10.1
42192026-05-14T22:04:09.027Z Checking diesel-dtrace v0.5.0
42202026-05-14T22:04:09.269Z Checking async-bb8-diesel v0.2.1
42212026-05-14T22:04:12.377Z Compiling samael v0.0.19
42222026-05-14T22:04:17.508Z Compiling polar-core v0.27.3
42232026-05-14T22:04:17.781Z Compiling git2 v0.20.4
42242026-05-14T22:04:20.059Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
42252026-05-14T22:04:21.996Z Checking oso v0.27.3
42262026-05-14T22:04:53.637Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42272026-05-14T22:06:04.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 16s
42282026-05-14T22:06:04.266Z
42292026-05-14T22:06:04.266Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (237/274)
42302026-05-14T22:06:04.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42312026-05-14T22:06:04.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42322026-05-14T22:06:04.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42332026-05-14T22:06:04.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
42342026-05-14T22:06:04.950Z
42352026-05-14T22:06:04.950Zinfo: running `cargo check --bins` on nexus-saga-recovery (238/274)
42362026-05-14T22:06:05.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42372026-05-14T22:06:05.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42382026-05-14T22:06:05.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42392026-05-14T22:06:05.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42402026-05-14T22:06:05.588Z
42412026-05-14T22:06:05.588Zinfo: running `cargo check --bins` on nexus-test-utils-macros (239/274)
42422026-05-14T22:06:06.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42432026-05-14T22:06:06.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42442026-05-14T22:06:06.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42452026-05-14T22:06:06.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42462026-05-14T22:06:06.166Z
42472026-05-14T22:06:06.166Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (240/274)
42482026-05-14T22:06:06.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42492026-05-14T22:06:06.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42502026-05-14T22:06:06.987Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42512026-05-14T22:06:07.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.58s
42522026-05-14T22:06:07.972Z
42532026-05-14T22:06:07.972Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (241/274)
42542026-05-14T22:06:08.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42552026-05-14T22:06:08.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42562026-05-14T22:06:08.782Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42572026-05-14T22:06:45.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.54s
42582026-05-14T22:06:45.733Z
42592026-05-14T22:06:45.733Zinfo: running `cargo check --bins` on nexus-background-task-interface (242/274)
42602026-05-14T22:06:46.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42612026-05-14T22:06:46.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42622026-05-14T22:06:46.228Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42632026-05-14T22:06:46.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42642026-05-14T22:06:46.311Z
42652026-05-14T22:06:46.312Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (243/274)
42662026-05-14T22:06:46.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42672026-05-14T22:06:46.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42682026-05-14T22:06:46.837Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42692026-05-14T22:06:46.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42702026-05-14T22:06:46.926Z
42712026-05-14T22:06:46.926Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (244/274)
42722026-05-14T22:06:47.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42732026-05-14T22:06:47.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42742026-05-14T22:06:47.465Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42752026-05-14T22:06:47.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
42762026-05-14T22:06:47.562Z
42772026-05-14T22:06:47.562Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (245/274)
42782026-05-14T22:06:48.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42792026-05-14T22:06:48.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42802026-05-14T22:06:48.099Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42812026-05-14T22:06:48.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42822026-05-14T22:06:48.196Z
42832026-05-14T22:06:48.196Zinfo: running `cargo check --bins` on nexus-mgs-updates (246/274)
42842026-05-14T22:06:48.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42852026-05-14T22:06:48.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42862026-05-14T22:06:48.726Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42872026-05-14T22:06:48.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42882026-05-14T22:06:48.817Z
42892026-05-14T22:06:48.817Zinfo: running `cargo check --bins` on nexus-networking (247/274)
42902026-05-14T22:06:49.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42912026-05-14T22:06:49.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42922026-05-14T22:06:49.362Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42932026-05-14T22:06:49.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42942026-05-14T22:06:49.464Z
42952026-05-14T22:06:49.464Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (248/274)
42962026-05-14T22:06:50.000Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42972026-05-14T22:06:50.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42982026-05-14T22:06:50.003Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42992026-05-14T22:06:50.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
43002026-05-14T22:06:50.104Z
43012026-05-14T22:06:50.104Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (249/274)
43022026-05-14T22:06:50.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43032026-05-14T22:06:50.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43042026-05-14T22:06:50.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43052026-05-14T22:06:50.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43062026-05-14T22:06:50.738Z
43072026-05-14T22:06:50.738Zinfo: running `cargo check --bins` on omicron-dev (250/274)
43082026-05-14T22:06:51.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43092026-05-14T22:06:51.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43102026-05-14T22:06:51.609Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43112026-05-14T22:06:51.610Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43122026-05-14T22:06:51.792Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43132026-05-14T22:06:51.816Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
43142026-05-14T22:06:51.845Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43152026-05-14T22:06:51.857Z Checking yansi v1.0.1
43162026-05-14T22:06:51.857Z Checking diff v0.1.13
43172026-05-14T22:06:51.857Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43182026-05-14T22:06:51.930Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43192026-05-14T22:06:52.097Z Checking pretty_assertions v1.4.1
43202026-05-14T22:06:52.747Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43212026-05-14T22:06:53.079Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43222026-05-14T22:07:16.441Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43232026-05-14T22:07:16.441Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43242026-05-14T22:07:16.444Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43252026-05-14T22:07:16.444Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43262026-05-14T22:07:16.444Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43272026-05-14T22:07:16.444Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43282026-05-14T22:07:17.299Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43292026-05-14T22:07:18.411Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43302026-05-14T22:07:57.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s
43312026-05-14T22:07:57.826Z
43322026-05-14T22:07:57.826Zinfo: running `cargo check --bins` on omicron-pins (251/274)
43332026-05-14T22:07:57.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43342026-05-14T22:07:57.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43352026-05-14T22:07:57.826Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43362026-05-14T22:07:57.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
43372026-05-14T22:07:57.827Z
43382026-05-14T22:07:57.827Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (252/274)
43392026-05-14T22:07:57.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43402026-05-14T22:07:57.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43412026-05-14T22:07:57.827Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43422026-05-14T22:07:57.827Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43432026-05-14T22:07:57.827Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43442026-05-14T22:08:22.383Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43452026-05-14T22:08:22.737Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43462026-05-14T22:08:24.422Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43472026-05-14T22:08:24.877Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43482026-05-14T22:08:27.809Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43492026-05-14T22:08:50.379Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43502026-05-14T22:08:51.077Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43512026-05-14T22:08:52.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.95s
43522026-05-14T22:08:52.914Z
43532026-05-14T22:08:52.914Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (253/274)
43542026-05-14T22:08:53.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43552026-05-14T22:08:53.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43562026-05-14T22:08:53.633Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43572026-05-14T22:08:54.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
43582026-05-14T22:08:54.516Z
43592026-05-14T22:08:54.516Zinfo: running `cargo check --bins` on omicron-releng (254/274)
43602026-05-14T22:08:55.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43612026-05-14T22:08:55.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43622026-05-14T22:08:55.157Z Compiling blake3 v1.8.3
43632026-05-14T22:08:55.266Z Checking constant_time_eq v0.4.2
43642026-05-14T22:08:55.269Z Checking arrayref v0.3.9
43652026-05-14T22:08:55.269Z Checking arrayvec v0.7.6
43662026-05-14T22:08:55.284Z Checking topological-sort v0.2.2
43672026-05-14T22:08:55.287Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
43682026-05-14T22:08:55.287Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
43692026-05-14T22:08:55.288Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43702026-05-14T22:08:55.328Z Checking shell-words v1.1.1
43712026-05-14T22:08:56.053Z Checking omicron-zone-package v0.12.2
43722026-05-14T22:08:56.762Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43732026-05-14T22:08:57.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.05s
43742026-05-14T22:08:57.771Z
43752026-05-14T22:08:57.772Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (255/274)
43762026-05-14T22:08:58.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43772026-05-14T22:08:58.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43782026-05-14T22:08:58.401Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
43792026-05-14T22:08:58.720Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
43802026-05-14T22:08:59.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
43812026-05-14T22:08:59.293Z
43822026-05-14T22:08:59.293Zinfo: running `cargo check --bins` on schema (256/274)
43832026-05-14T22:08:59.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43842026-05-14T22:08:59.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43852026-05-14T22:09:00.005Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
43862026-05-14T22:09:00.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
43872026-05-14T22:09:00.892Z
43882026-05-14T22:09:00.892Zinfo: running `cargo check --bins` on xtask (257/274)
43892026-05-14T22:09:01.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43902026-05-14T22:09:01.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43912026-05-14T22:09:01.331Z Checking libc v0.2.185
43922026-05-14T22:09:01.411Z Checking serde v1.0.228
43932026-05-14T22:09:01.417Z Checking zerofrom v0.1.6
43942026-05-14T22:09:01.422Z Checking bitflags v2.11.0
43952026-05-14T22:09:01.428Z Checking smallvec v1.15.1
43962026-05-14T22:09:01.434Z Checking indexmap v2.14.0
43972026-05-14T22:09:01.445Z Checking serde_json v1.0.149
43982026-05-14T22:09:01.449Z Checking scroll v0.12.0
43992026-05-14T22:09:01.515Z Checking yoke v0.8.1
44002026-05-14T22:09:01.565Z Checking num-traits v0.2.19
44012026-05-14T22:09:01.604Z Checking thiserror v1.0.69
44022026-05-14T22:09:01.673Z Checking log v0.4.29
44032026-05-14T22:09:01.684Z Checking zerovec v0.11.5
44042026-05-14T22:09:01.700Z Checking zerotrie v0.2.3
44052026-05-14T22:09:01.703Z Checking errno v0.3.14
44062026-05-14T22:09:01.875Z Checking serde_spanned v0.6.9
44072026-05-14T22:09:01.887Z Checking toml_datetime v0.6.11
44082026-05-14T22:09:01.887Z Checking rustix v1.1.3
44092026-05-14T22:09:01.922Z Checking percent-encoding v2.3.2
44102026-05-14T22:09:01.934Z Checking goblin v0.8.2
44112026-05-14T22:09:01.956Z Checking zerocopy v0.7.35
44122026-05-14T22:09:01.999Z Checking toml_edit v0.22.27
44132026-05-14T22:09:02.054Z Checking getrandom v0.4.1
44142026-05-14T22:09:02.067Z Checking form_urlencoded v1.2.2
44152026-05-14T22:09:02.105Z Checking ordered-float v2.10.1
44162026-05-14T22:09:02.118Z Checking tinystr v0.8.2
44172026-05-14T22:09:02.181Z Checking potential_utf v0.1.4
44182026-05-14T22:09:02.200Z Checking thiserror v2.0.18
44192026-05-14T22:09:02.289Z Checking syn v2.0.117
44202026-05-14T22:09:02.299Z Checking icu_locale_core v2.1.1
44212026-05-14T22:09:02.309Z Checking serde-value v0.7.0
44222026-05-14T22:09:02.320Z Checking icu_collections v2.1.1
44232026-05-14T22:09:02.440Z Checking dtrace-parser v0.2.0
44242026-05-14T22:09:02.530Z Checking thread-id v4.2.2
44252026-05-14T22:09:02.616Z Checking once_cell v1.21.3
44262026-05-14T22:09:02.635Z Checking terminal_size v0.4.3
44272026-05-14T22:09:02.648Z Checking cargo-platform v0.2.0
44282026-05-14T22:09:02.674Z Checking memmap v0.7.0
44292026-05-14T22:09:02.749Z Checking clap_builder v4.5.60
44302026-05-14T22:09:02.788Z Checking tempfile v3.25.0
44312026-05-14T22:09:02.802Z Checking textwrap v0.16.2
44322026-05-14T22:09:02.822Z Checking fs-err v3.3.0
44332026-05-14T22:09:02.834Z Checking icu_provider v2.1.1
44342026-05-14T22:09:02.982Z Checking camino-tempfile v1.4.1
44352026-05-14T22:09:02.999Z Checking tabled v0.15.0
44362026-05-14T22:09:03.011Z Checking anyhow v1.0.102
44372026-05-14T22:09:03.065Z Checking icu_normalizer v2.1.1
44382026-05-14T22:09:03.082Z Checking icu_properties v2.1.2
44392026-05-14T22:09:03.135Z Checking toml v0.8.23
44402026-05-14T22:09:03.207Z Checking macaddr v1.0.1
44412026-05-14T22:09:03.371Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44422026-05-14T22:09:03.455Z Checking cargo_toml v0.21.0
44432026-05-14T22:09:03.792Z Checking dof v0.3.0
44442026-05-14T22:09:03.880Z Checking idna_adapter v1.2.1
44452026-05-14T22:09:03.933Z Checking clap v4.5.60
44462026-05-14T22:09:03.998Z Checking idna v1.1.0
44472026-05-14T22:09:04.083Z Checking usdt-impl v0.5.0
44482026-05-14T22:09:04.221Z Checking url v2.5.8
44492026-05-14T22:09:04.335Z Checking usdt v0.5.0
44502026-05-14T22:09:04.558Z Checking cargo-util-schemas v0.8.2
44512026-05-14T22:09:05.239Z Checking cargo_metadata v0.21.0
44522026-05-14T22:09:05.836Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44532026-05-14T22:09:06.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.36s
44542026-05-14T22:09:06.379Z
44552026-05-14T22:09:06.379Zinfo: running `cargo check --bins` on dnsadm (258/274)
44562026-05-14T22:09:06.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44572026-05-14T22:09:06.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44582026-05-14T22:09:07.008Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
44592026-05-14T22:09:07.480Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
44602026-05-14T22:09:07.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
44612026-05-14T22:09:08.048Z
44622026-05-14T22:09:08.048Zinfo: running `cargo check --bins` on end-to-end-tests (259/274)
44632026-05-14T22:09:08.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44642026-05-14T22:09:08.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44652026-05-14T22:09:08.830Z Checking polyval v0.6.2
44662026-05-14T22:09:08.953Z Checking ctr v0.9.2
44672026-05-14T22:09:08.963Z Checking ssh-encoding v0.2.0
44682026-05-14T22:09:08.967Z Checking blowfish v0.9.1
44692026-05-14T22:09:08.984Z Checking password-hash v0.4.2
44702026-05-14T22:09:08.997Z Checking p256 v0.13.2
44712026-05-14T22:09:09.000Z Checking p521 v0.13.3
44722026-05-14T22:09:09.022Z Checking russh-cryptovec v0.7.3
44732026-05-14T22:09:09.094Z Checking ghash v0.5.1
44742026-05-14T22:09:09.107Z Checking bcrypt-pbkdf v0.10.0
44752026-05-14T22:09:09.110Z Checking md5 v0.7.0
44762026-05-14T22:09:09.135Z Checking num-bigint v0.4.6
44772026-05-14T22:09:09.150Z Checking des v0.8.1
44782026-05-14T22:09:09.193Z Checking pbkdf2 v0.11.0
44792026-05-14T22:09:09.206Z Checking aes-gcm v0.10.3
44802026-05-14T22:09:09.237Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44812026-05-14T22:09:09.259Z Checking hex-literal v0.4.1
44822026-05-14T22:09:09.284Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
44832026-05-14T22:09:09.325Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
44842026-05-14T22:09:09.350Z Checking socket2 v0.5.10
44852026-05-14T22:09:09.354Z Checking ssh-cipher v0.2.0
44862026-05-14T22:09:09.393Z Checking internet-checksum v0.2.1
44872026-05-14T22:09:09.531Z Checking ssh-key v0.6.7
44882026-05-14T22:09:09.627Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44892026-05-14T22:09:10.162Z Checking russh-keys v0.45.0
44902026-05-14T22:09:10.704Z Checking russh v0.45.0
44912026-05-14T22:09:25.584Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
44922026-05-14T22:09:26.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.75s
44932026-05-14T22:09:27.008Z
44942026-05-14T22:09:27.008Zinfo: running `cargo check --bins` on gateway-cli (260/274)
44952026-05-14T22:09:27.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44962026-05-14T22:09:27.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44972026-05-14T22:09:27.644Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
44982026-05-14T22:09:27.752Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
44992026-05-14T22:09:27.759Z Checking termios v0.3.3
45002026-05-14T22:09:28.970Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
45012026-05-14T22:09:29.116Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45022026-05-14T22:09:30.893Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
45032026-05-14T22:09:31.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.44s
45042026-05-14T22:09:31.637Z
45052026-05-14T22:09:31.637Zinfo: running `cargo check --bins --no-default-features` on installinator (261/274)
45062026-05-14T22:09:32.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45072026-05-14T22:09:32.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45082026-05-14T22:09:32.341Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
45092026-05-14T22:09:32.344Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45102026-05-14T22:09:32.463Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45112026-05-14T22:09:32.468Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45122026-05-14T22:09:32.476Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45132026-05-14T22:09:32.479Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45142026-05-14T22:09:33.189Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45152026-05-14T22:09:33.533Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45162026-05-14T22:09:33.539Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45172026-05-14T22:09:34.156Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45182026-05-14T22:09:35.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.16s
45192026-05-14T22:09:35.993Z
45202026-05-14T22:09:35.993Zinfo: running `cargo check --bins` on internal-dns-cli (262/274)
45212026-05-14T22:09:36.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45222026-05-14T22:09:36.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45232026-05-14T22:09:36.623Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45242026-05-14T22:09:37.075Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45252026-05-14T22:09:37.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
45262026-05-14T22:09:37.566Z
45272026-05-14T22:09:37.566Zinfo: running `cargo check --bins` on omicron-live-tests (263/274)
45282026-05-14T22:09:38.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45292026-05-14T22:09:38.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45302026-05-14T22:09:38.056Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45312026-05-14T22:09:38.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
45322026-05-14T22:09:38.141Z
45332026-05-14T22:09:38.142Zinfo: running `cargo check --bins` on live-tests-macros (264/274)
45342026-05-14T22:09:38.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45352026-05-14T22:09:38.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45362026-05-14T22:09:38.630Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45372026-05-14T22:09:38.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
45382026-05-14T22:09:38.716Z
45392026-05-14T22:09:38.717Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (265/274)
45402026-05-14T22:09:39.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45412026-05-14T22:09:39.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45422026-05-14T22:09:39.454Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45432026-05-14T22:09:40.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
45442026-05-14T22:09:40.240Z
45452026-05-14T22:09:40.240Zinfo: running `cargo check --bins` on omicron-ntp-admin (266/274)
45462026-05-14T22:09:40.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45472026-05-14T22:09:40.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45482026-05-14T22:09:40.877Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45492026-05-14T22:09:40.880Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45502026-05-14T22:09:41.129Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45512026-05-14T22:09:41.129Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45522026-05-14T22:09:41.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s
45532026-05-14T22:09:42.094Z
45542026-05-14T22:09:42.094Zinfo: running `cargo check --bins` on ntp-admin-types (267/274)
45552026-05-14T22:09:42.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45562026-05-14T22:09:42.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45572026-05-14T22:09:42.584Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45582026-05-14T22:09:42.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
45592026-05-14T22:09:42.672Z
45602026-05-14T22:09:42.672Zinfo: running `cargo check --bins` on omicron-package (268/274)
45612026-05-14T22:09:43.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45622026-05-14T22:09:43.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45632026-05-14T22:09:43.342Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
45642026-05-14T22:09:44.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.73s
45652026-05-14T22:09:44.601Z
45662026-05-14T22:09:44.601Zinfo: running `cargo check --bins` on tqdb (269/274)
45672026-05-14T22:09:45.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45682026-05-14T22:09:45.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45692026-05-14T22:09:45.373Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45702026-05-14T22:09:45.724Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45712026-05-14T22:09:46.237Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45722026-05-14T22:09:46.237Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
45732026-05-14T22:09:51.996Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45742026-05-14T22:09:51.999Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45752026-05-14T22:09:52.564Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
45762026-05-14T22:09:52.564Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45772026-05-14T22:09:52.568Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
45782026-05-14T22:09:52.568Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45792026-05-14T22:09:53.348Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
45802026-05-14T22:09:54.282Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45812026-05-14T22:09:55.060Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45822026-05-14T22:09:55.680Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
45832026-05-14T22:10:00.047Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
45842026-05-14T22:10:06.341Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
45852026-05-14T22:10:06.349Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
45862026-05-14T22:10:06.349Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
45872026-05-14T22:10:06.349Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
45882026-05-14T22:10:07.810Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
45892026-05-14T22:10:09.129Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
45902026-05-14T22:10:09.792Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
45912026-05-14T22:10:11.023Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
45922026-05-14T22:10:11.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.95s
45932026-05-14T22:10:11.776Z
45942026-05-14T22:10:11.776Zinfo: running `cargo check --bins` on wicket-dbg (270/274)
45952026-05-14T22:10:12.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45962026-05-14T22:10:12.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45972026-05-14T22:10:12.482Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
45982026-05-14T22:10:12.482Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
45992026-05-14T22:10:12.485Z Checking rtoolbox v0.0.3
46002026-05-14T22:10:12.606Z Checking tui-tree-widget v0.23.1
46012026-05-14T22:10:12.708Z Checking rpassword v7.4.0
46022026-05-14T22:10:13.715Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46032026-05-14T22:10:16.668Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46042026-05-14T22:10:18.504Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
46052026-05-14T22:10:19.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.61s
46062026-05-14T22:10:19.593Z
46072026-05-14T22:10:19.593Zinfo: running `cargo check --bins` on wicket (271/274)
46082026-05-14T22:10:20.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46092026-05-14T22:10:20.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46102026-05-14T22:10:20.290Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46112026-05-14T22:10:20.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
46122026-05-14T22:10:20.846Z
46132026-05-14T22:10:20.846Zinfo: running `cargo check --bins` on wicketd (272/274)
46142026-05-14T22:10:21.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46152026-05-14T22:10:21.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46162026-05-14T22:10:21.553Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46172026-05-14T22:10:21.562Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46182026-05-14T22:10:21.562Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46192026-05-14T22:10:21.563Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46202026-05-14T22:10:22.527Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46212026-05-14T22:10:23.101Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46222026-05-14T22:10:26.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.18s
46232026-05-14T22:10:26.217Z
46242026-05-14T22:10:26.217Zinfo: running `cargo check --bins` on omicron-workspace-hack (273/274)
46252026-05-14T22:10:30.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46262026-05-14T22:10:30.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46272026-05-14T22:10:30.388Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46282026-05-14T22:10:30.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
46292026-05-14T22:10:30.388Z
46302026-05-14T22:10:30.388Zinfo: running `cargo check --bins` on zone-setup (274/274)
46312026-05-14T22:10:30.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46322026-05-14T22:10:30.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46332026-05-14T22:10:30.388Z Checking uzers v0.12.2
46342026-05-14T22:10:30.388Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46352026-05-14T22:10:30.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s
46362026-05-14T22:10:30.412Z
46372026-05-14T22:10:30.412Zreal 13:41.512039625
46382026-05-14T22:10:30.412Zuser 20:16.417498177
46392026-05-14T22:10:30.412Zsys 4:09.420437723
46402026-05-14T22:10:30.412Ztrap 0.324539482
46412026-05-14T22:10:30.412Ztflt 0.675420268
46422026-05-14T22:10:30.412Zdflt 1.163987853
46432026-05-14T22:10:30.412Zkflt 0.004496752
46442026-05-14T22:10:30.412Zlock 1:15:34.178402676
46452026-05-14T22:10:30.412Zslp 1:37:38.824618693
46462026-05-14T22:10:30.412Zlat 56.298767541
46472026-05-14T22:10:30.412Zstop 3:26.191468820
46482026-05-14T22:10:30.412Zprocess exited: duration 954927 ms, exit code 0
 
46492026-05-14T22:10:30.419Zfound 0 output files