01KTA7QWHRNC9GT8TGQ5DPK1VN: 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: 01KTA7RNW9HDJHZN6XE9HX3SS5

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-04T21:14:44.403Zjob assigned to worker 01KTA7RT81PCKAJHGRTZVWN87E [factory aws, i-0bc4d9d417f94b36c] (queued for 47 s)
 
22026-06-04T21:14:50.340Zstarting task 0: "setup"
32026-06-04T21:14:50.344Z++ uname -s
42026-06-04T21:14:50.346Z+ kern=SunOS
52026-06-04T21:14:50.346Z+ build_user=build
62026-06-04T21:14:50.346Z+ build_uid=12345
72026-06-04T21:14:50.346Z+ work_dir=/work
82026-06-04T21:14:50.346Z+ input_dir=/input
92026-06-04T21:14:50.347Z+ [[ 0 == 12345 ]]
102026-06-04T21:14:50.347Z+ case "$kern" in
112026-06-04T21:14:50.347Z+ groupadd -g 12345 build
122026-06-04T21:14:50.358Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-04T21:14:52.365Z+ zfs create -o mountpoint=/work rpool/work
142026-06-04T21:14:52.440Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-04T21:14:52.443Z+ home_fs=zfs
162026-06-04T21:14:52.443Z+ [[ zfs == autofs ]]
172026-06-04T21:14:52.443Z+ mkdir -p /home/build
182026-06-04T21:14:52.443Z+ chown build:build /home/build /work
192026-06-04T21:14:54.444Z+ chmod 0700 /home/build /work
202026-06-04T21:14:54.447Zprocess exited: duration 4107 ms, exit code 0
 
212026-06-04T21:14:54.454Zstarting task 1: "rust-toolchain"
222026-06-04T21:14:54.458Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-04T21:14:54.458Z * rust toolchain channel = "1.94.0"
242026-06-04T21:14:54.458Z * rust toolchain profile = "default"
252026-06-04T21:14:54.458Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-04T21:14:54.458Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-04T21:14:54.458Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-04T21:14:54.462Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-04T21:14:54.462Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-04T21:14:54.553Zinfo: downloading installer
312026-06-04T21:14:56.104Zwarn: It looks like you have an existing rustup settings file at:
322026-06-04T21:14:56.104Zwarn: /home/build/.rustup/settings.toml
332026-06-04T21:14:56.104Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-04T21:14:56.104Zwarn: instead of the one inferred from the default host triple.
352026-06-04T21:14:56.119Zinfo: profile set to default
362026-06-04T21:14:56.120Zinfo: default host triple is x86_64-unknown-illumos
372026-06-04T21:14:56.128Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-04T21:14:56.249Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-04T21:14:56.253Zinfo: downloading 6 components
402026-06-04T21:15:10.257Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-06-04T21:15:10.257Z
422026-06-04T21:15:10.293Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-04T21:15:10.293Z
442026-06-04T21:15:10.293Z
452026-06-04T21:15:10.293ZRust is installed now. Great!
462026-06-04T21:15:10.293Z
472026-06-04T21:15:10.293ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-04T21:15:10.293Zenvironment variable. This has not been done automatically.
492026-06-04T21:15:10.293Z
502026-06-04T21:15:10.293ZTo configure your current shell, you need to source
512026-06-04T21:15:10.293Zthe corresponding env file under $HOME/.cargo.
522026-06-04T21:15:10.294Z
532026-06-04T21:15:10.294ZThis is usually done by running one of the following (note the leading DOT):
542026-06-04T21:15:10.298Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-04T21:15:10.298Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-04T21:15:10.298Zsource "~/.cargo/env.nu" # For nushell
572026-06-04T21:15:10.299Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-04T21:15:10.299Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-04T21:15:10.299Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-04T21:15:10.299Zwarn: no default linker (`cc`) was found in your PATH
612026-06-04T21:15:10.299Zwarn: many Rust crates require a system C toolchain to build
622026-06-04T21:15:10.378Z+ rustup --version
632026-06-04T21:15:10.386Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-04T21:15:10.390Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-04T21:15:10.408Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-04T21:15:10.411Z+ cargo --version
672026-06-04T21:15:10.423Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-04T21:15:10.427Z+ rustc --version
692026-06-04T21:15:10.446Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-04T21:15:10.449Zprocess exited: duration 15993 ms, exit code 0
 
712026-06-04T21:15:10.456Zstarting task 2: "authentication"
722026-06-04T21:15:10.471ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
732026-06-04T21:15:28.524Zprocess exited: duration 18068 ms, exit code 0
 
742026-06-04T21:15:28.530Zstarting task 3: "clone repository"
752026-06-04T21:15:28.534Z+ mkdir -p /work/oxidecomputer/omicron
762026-06-04T21:15:28.537Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
772026-06-04T21:15:28.575ZCloning into '/work/oxidecomputer/omicron'...
782026-06-04T21:15:39.544Z+ cd /work/oxidecomputer/omicron
792026-06-04T21:15:39.544Z+ git fetch origin 0421dc4db9f1cd438901db3b5969387d68e273e1
802026-06-04T21:15:39.914ZFrom https://github.com/oxidecomputer/omicron
812026-06-04T21:15:39.914Z * branch 0421dc4db9f1cd438901db3b5969387d68e273e1 -> FETCH_HEAD
822026-06-04T21:15:39.923Z+ [[ -n policy-test-builtins ]]
832026-06-04T21:15:39.926Z++ git branch --show-current
842026-06-04T21:15:39.927Z+ current=main
852026-06-04T21:15:39.927Z+ [[ main != policy-test-builtins ]]
862026-06-04T21:15:39.927Z+ git branch -f policy-test-builtins 0421dc4db9f1cd438901db3b5969387d68e273e1
872026-06-04T21:15:39.930Z+ git checkout -f policy-test-builtins
882026-06-04T21:15:40.291ZSwitched to branch 'policy-test-builtins'
892026-06-04T21:15:40.300Z+ git reset --hard 0421dc4db9f1cd438901db3b5969387d68e273e1
902026-06-04T21:15:40.300ZHEAD is now at 0421dc4db Cover built-in actors and identity self-access in IAM role policy test
912026-06-04T21:15:40.301Zprocess exited: duration 11658 ms, exit code 0
 
922026-06-04T21:15:40.308Zstarting task 4: "build"
932026-06-04T21:15:40.316Z+ source .github/buildomat/ci-env.sh
942026-06-04T21:15:40.316Z++ export CARGO_TERM_COLOR=always
952026-06-04T21:15:40.316Z++ CARGO_TERM_COLOR=always
962026-06-04T21:15:40.320Z+ cargo --version
972026-06-04T21:15:40.324Zcargo 1.94.0 (85eff7c80 2026-01-15)
982026-06-04T21:15:40.324Z+ rustc --version
992026-06-04T21:15:40.344Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1002026-06-04T21:15:40.347Z+ source ./env.sh
1012026-06-04T21:15:40.347Z++ OLD_SHELL_OPTS=ehxB
1022026-06-04T21:15:40.347Z++ set -o xtrace
1032026-06-04T21:15:40.350Z++++ dirname ./env.sh
1042026-06-04T21:15:40.351Z+++ readlink -f .
1052026-06-04T21:15:40.354Z++ OMICRON_WS=/work/oxidecomputer/omicron
1062026-06-04T21:15:40.354Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-06-04T21:15:40.354Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-06-04T21:15:40.355Z++ 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
1092026-06-04T21:15:40.355Z++ 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
1102026-06-04T21:15:40.355Z++ 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
1112026-06-04T21:15:40.355Z++ 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
1122026-06-04T21:15:40.355Z++ 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
1132026-06-04T21:15:40.355Z++ 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
1142026-06-04T21:15:40.355Z++ case $OLD_SHELL_OPTS in
1152026-06-04T21:15:40.355Z++ unset OLD_SHELL_OPTS OMICRON_WS
1162026-06-04T21:15:40.355Z+ 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
1172026-06-04T21:15:40.355Z+ 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
1182026-06-04T21:15:40.355Z+ banner prerequisites
1192026-06-04T21:15:40.358Z
1202026-06-04T21:15:40.358Z ##### ##### ###### ##### ###### #### # # # #### #
1212026-06-04T21:15:40.358Z # # # # # # # # # # # # # # #
1222026-06-04T21:15:40.358Z # # # # ##### # # ##### # # # # # #### #
1232026-06-04T21:15:40.359Z ##### ##### # ##### # # # # # # # # #
1242026-06-04T21:15:40.359Z # # # # # # # # # # # # # # #
1252026-06-04T21:15:40.359Z # # # ###### # # ###### ### # #### # #### #
1262026-06-04T21:15:40.359Z
1272026-06-04T21:15:40.359Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1282026-06-04T21:15:42.347Z Startup: Refreshing catalog 'helios' ... Done
1292026-06-04T21:15:42.429Z Startup: Caching catalogs ... Done
1302026-06-04T21:15:42.816ZPlanning: Solver setup ... Done (0.280s)
1312026-06-04T21:15:42.853ZPlanning: Running solver ... Done (0.020s)
1322026-06-04T21:15:42.854ZPlanning: Finding local manifests ... Done (0.002s)
1332026-06-04T21:15:42.854ZPlanning: Fetching manifests: 0/2 0% complete
1342026-06-04T21:15:43.197ZPlanning: Fetching manifests: 2/2 100% complete
1352026-06-04T21:15:43.231ZPlanning: Package planning ... Done (0.014s)
1362026-06-04T21:15:43.231ZPlanning: Merging actions ... Done (0.001s)
1372026-06-04T21:15:43.395ZPlanning: Checking for conflicting actions ... Done (0.190s)
1382026-06-04T21:15:43.407ZPlanning: Consolidating action changes ... Done (0.001s)
1392026-06-04T21:15:44.215ZPlanning: Evaluating mediators ... Done (0.811s)
1402026-06-04T21:15:44.234ZPlanning: Planning completed in 1.79 seconds
1412026-06-04T21:15:44.234Z Packages to install: 2
1422026-06-04T21:15:44.234Z Estimated space available: 156.07 GB
1432026-06-04T21:15:44.234ZEstimated space to be consumed: 25.33 MB
1442026-06-04T21:15:44.234Z Create boot environment: No
1452026-06-04T21:15:44.234ZCreate backup boot environment: No
1462026-06-04T21:15:44.234Z Rebuild boot archive: No
1472026-06-04T21:15:44.234Z
1482026-06-04T21:15:44.235ZChanged packages:
1492026-06-04T21:15:44.235Zhelios
1502026-06-04T21:15:44.235Z developer/build-essential
1512026-06-04T21:15:44.235Z None -> 11-3.0
1522026-06-04T21:15:44.235Z library/libxmlsec1
1532026-06-04T21:15:44.235Z None -> 1.2.35-3.0
1542026-06-04T21:15:44.267Z
1552026-06-04T21:15:44.267ZDownload: 0/214 items 0.0/1.3MB 0% complete
1562026-06-04T21:15:45.538ZDownload: Completed 1.28 MB in 1.30 seconds (1011k/s)
1572026-06-04T21:15:45.591Z Actions: 1/268 actions (Installing new actions)
1582026-06-04T21:15:45.629Z Actions: Completed 268 actions in 0.04 seconds.
1592026-06-04T21:15:45.637ZFinalize: Updating package state database ... Done (0.008s)
1602026-06-04T21:15:45.637ZFinalize: Updating package cache ... Done (0.000s)
1612026-06-04T21:15:45.660ZFinalize: Updating image state ... Done (0.023s)
1622026-06-04T21:15:48.051ZFinalize: Creating fast lookup database ... Done (2.369s)
1632026-06-04T21:15:48.118ZFinalize: Reading search index ... Done (0.012s)
1642026-06-04T21:15:48.121ZFinalize: Updating search index ... Done (0.000s)
1652026-06-04T21:15:48.194ZFinalize: Updating package cache ... Done (0.000s)
1662026-06-04T21:15:48.489ZPlanning: Evaluating mediator changes ... Done
1672026-06-04T21:15:48.594ZPlanning: Checking for conflicting actions ... Done
1682026-06-04T21:15:48.597ZPlanning: Consolidating action changes ... Done
1692026-06-04T21:15:48.756ZPlanning: Evaluating mediators ... Done
1702026-06-04T21:15:48.827ZPlanning: Planning completed in 0.26 seconds
1712026-06-04T21:15:48.833Z Mediators to change: 2
1722026-06-04T21:15:48.833Z Create boot environment: No
1732026-06-04T21:15:48.833ZCreate backup boot environment: No
1742026-06-04T21:15:48.833ZFinalize: Updating package state database ... Done
1752026-06-04T21:15:48.833ZFinalize: Updating package cache ... Done
1762026-06-04T21:15:48.833ZFinalize: Updating image state ... Done
1772026-06-04T21:15:50.782ZFinalize: Creating fast lookup database ... Done
1782026-06-04T21:15:50.847ZFinalize: Reading search index ... Done
1792026-06-04T21:15:50.850ZFinalize: Updating search index ... Done
1802026-06-04T21:15:50.913ZFinalize: Updating package cache ... Done
1812026-06-04T21:15:51.185ZPlanning: Evaluating mediator changes ... Done
1822026-06-04T21:15:51.290ZPlanning: Checking for conflicting actions ... Done
1832026-06-04T21:15:51.295ZPlanning: Consolidating action changes ... Done
1842026-06-04T21:15:51.448ZPlanning: Evaluating mediators ... Done
1852026-06-04T21:15:51.452ZPlanning: Planning completed in 0.26 seconds
1862026-06-04T21:15:51.472Z Mediators to change: 1
1872026-06-04T21:15:51.472Z Create boot environment: No
1882026-06-04T21:15:51.472ZCreate backup boot environment: No
1892026-06-04T21:15:51.522ZFinalize: Updating package state database ... Done
1902026-06-04T21:15:51.522ZFinalize: Updating package cache ... Done
1912026-06-04T21:15:51.532ZFinalize: Updating image state ... Done
1922026-06-04T21:15:53.458ZFinalize: Creating fast lookup database ... Done
1932026-06-04T21:15:53.521ZFinalize: Reading search index ... Done
1942026-06-04T21:15:53.524ZFinalize: Updating search index ... Done
1952026-06-04T21:15:53.574ZFinalize: Updating package cache ... Done
1962026-06-04T21:15:53.887ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1972026-06-04T21:15:53.887Zapache system 2.4 system
1982026-06-04T21:15:53.887Zclang system 15 system
1992026-06-04T21:15:53.887Zcsh system system illumos
2002026-06-04T21:15:53.887Zctags system system illumos
2012026-06-04T21:15:53.887Zfile vendor vendor darwinsys
2022026-06-04T21:15:53.888Zfile system system illumos
2032026-06-04T21:15:53.888Zgcc vendor 14 vendor
2042026-06-04T21:15:53.888Zgcc system 13 system
2052026-06-04T21:15:53.888Zgcc system 10 system
2062026-06-04T21:15:53.888Zgo system 1.25 system
2072026-06-04T21:15:53.888Zllvm system 15 system
2082026-06-04T21:15:53.888Zmariadb system 11.4 system
2092026-06-04T21:15:53.888Zmta vendor vendor dma
2102026-06-04T21:15:53.888Zopenjdk system 17 system
2112026-06-04T21:15:53.888Zopenjdk system 11 system
2122026-06-04T21:15:53.888Zopenssl vendor 3 vendor
2132026-06-04T21:15:53.888Zperl system 5.40 system
2142026-06-04T21:15:53.888Zpostgresql system 18 system
2152026-06-04T21:15:53.889Zpostgresql system 17 system
2162026-06-04T21:15:53.889Zpython vendor 3 vendor
2172026-06-04T21:15:53.889Zpython system 2 system
2182026-06-04T21:15:53.889Zpython3 vendor 3.13 vendor
2192026-06-04T21:15:53.889Zruby system 3.4 system
2202026-06-04T21:15:53.889Zruby system 3.0 system
2212026-06-04T21:15:53.889Zwords vendor vendor american-english
2222026-06-04T21:15:53.889Zwords system system australian-english
2232026-06-04T21:15:53.889Zwords system system british-english
2242026-06-04T21:15:53.889Zwords system system canadian-english
2252026-06-04T21:15:53.889Zwords system system french
2262026-06-04T21:15:53.889Zwords system system italian
2272026-06-04T21:15:53.889Zwords system system ngerman
2282026-06-04T21:15:53.889Zwords system system ogerman
2292026-06-04T21:15:53.889Zwords system system spanish
2302026-06-04T21:15:54.145ZPUBLISHER TYPE STATUS P LOCATION
2312026-06-04T21:15:54.145Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2322026-06-04T21:15:54.441ZFMRI IFO
2332026-06-04T21:15:54.441Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2342026-06-04T21:15:54.441Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2352026-06-04T21:15:54.441Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2362026-06-04T21:15:54.441Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2372026-06-04T21:15:54.441Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2382026-06-04T21:15:54.442Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2392026-06-04T21:15:54.442Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2402026-06-04T21:15:54.442Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2412026-06-04T21:15:54.442Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2422026-06-04T21:15:54.676Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2432026-06-04T21:15:54.994Z Updating crates.io index
2442026-06-04T21:15:55.019Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2452026-06-04T21:15:55.285Z Updating git repository `https://github.com/oxidecomputer/lldp`
2462026-06-04T21:15:56.253Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2472026-06-04T21:15:57.055Z Updating git repository `https://github.com/oxidecomputer/propolis`
2482026-06-04T21:15:57.978Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2492026-06-04T21:15:58.498Z Updating git repository `https://github.com/oxidecomputer/crucible`
2502026-06-04T21:16:00.254Z Updating git repository `https://github.com/oxidecomputer/opte`
2512026-06-04T21:16:01.137Z Updating git repository `https://github.com/oxidecomputer/tofino`
2522026-06-04T21:16:01.395Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2532026-06-04T21:16:02.458Z Updating git repository `https://github.com/oxidecomputer/clickward`
2542026-06-04T21:16:02.885Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2552026-06-04T21:16:03.331Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2562026-06-04T21:16:03.695Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2572026-06-04T21:16:04.865Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2582026-06-04T21:16:05.365Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2592026-06-04T21:16:05.670Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2602026-06-04T21:16:06.059Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2612026-06-04T21:16:06.496Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2622026-06-04T21:16:07.004Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2632026-06-04T21:16:07.408Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2642026-06-04T21:16:07.675Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2652026-06-04T21:16:07.963Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2662026-06-04T21:16:08.435Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2672026-06-04T21:16:08.781Z Updating git repository `https://github.com/oxidecomputer/erebor`
2682026-06-04T21:16:09.292Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2692026-06-04T21:16:09.881Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2702026-06-04T21:16:10.316Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2712026-06-04T21:16:10.655Z Updating git repository `https://github.com/oxidecomputer/ispf`
2722026-06-04T21:16:12.065Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2732026-06-04T21:16:12.317Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2742026-06-04T21:16:13.300Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2752026-06-04T21:16:13.647Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2762026-06-04T21:16:14.015Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2772026-06-04T21:16:14.318Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2782026-06-04T21:16:14.757Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2792026-06-04T21:16:15.086Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2802026-06-04T21:16:15.675Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2812026-06-04T21:16:15.952Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2822026-06-04T21:16:16.219Z Updating git repository `https://github.com/illumos/smf-rs`
2832026-06-04T21:16:16.622Z Updating git repository `https://github.com/oxidecomputer/omicron`
2842026-06-04T21:16:28.732Z Downloading crates ...
2852026-06-04T21:16:28.776Z Downloaded fs-err v3.3.0
2862026-06-04T21:16:28.780Z Downloaded ordered-float v2.10.1
2872026-06-04T21:16:28.782Z Downloaded potential_utf v0.1.4
2882026-06-04T21:16:28.785Z Downloaded heck v0.4.1
2892026-06-04T21:16:28.788Z Downloaded cargo_metadata v0.21.0
2902026-06-04T21:16:28.796Z Downloaded semver v1.0.28
2912026-06-04T21:16:28.796Z Downloaded clap_lex v1.0.0
2922026-06-04T21:16:28.796Z Downloaded errno v0.3.14
2932026-06-04T21:16:28.805Z Downloaded unicode-ident v1.0.24
2942026-06-04T21:16:28.805Z Downloaded usdt-impl v0.5.0
2952026-06-04T21:16:28.805Z Downloaded equivalent v1.0.2
2962026-06-04T21:16:28.805Z Downloaded autocfg v1.5.0
2972026-06-04T21:16:28.805Z Downloaded byteorder v1.5.0
2982026-06-04T21:16:28.811Z Downloaded block-buffer v0.10.4
2992026-06-04T21:16:28.811Z Downloaded anstyle-query v1.1.5
3002026-06-04T21:16:28.811Z Downloaded digest v0.10.7
3012026-06-04T21:16:28.811Z Downloaded zerofrom-derive v0.1.6
3022026-06-04T21:16:28.811Z Downloaded yoke-derive v0.8.1
3032026-06-04T21:16:28.811Z Downloaded usdt-macro v0.5.0
3042026-06-04T21:16:28.811Z Downloaded heck v0.5.0
3052026-06-04T21:16:28.811Z Downloaded bytecount v0.6.9
3062026-06-04T21:16:28.811Z Downloaded thread-id v4.2.2
3072026-06-04T21:16:28.812Z Downloaded clap_derive v4.5.55
3082026-06-04T21:16:28.812Z Downloaded fnv v1.0.7
3092026-06-04T21:16:28.812Z Downloaded fastrand v2.3.0
3102026-06-04T21:16:28.812Z Downloaded anstyle-parse v0.2.7
3112026-06-04T21:16:28.819Z Downloaded usdt v0.5.0
3122026-06-04T21:16:28.819Z Downloaded toml_datetime v0.6.11
3132026-06-04T21:16:28.819Z Downloaded anyhow v1.0.102
3142026-06-04T21:16:28.819Z Downloaded utf8parse v0.2.2
3152026-06-04T21:16:28.819Z Downloaded zerofrom v0.1.6
3162026-06-04T21:16:28.819Z Downloaded usdt-attr-macro v0.5.0
3172026-06-04T21:16:28.819Z Downloaded toml_write v0.1.2
3182026-06-04T21:16:28.822Z Downloaded erased-serde v0.4.9
3192026-06-04T21:16:28.822Z Downloaded unicode-xid v0.2.6
3202026-06-04T21:16:28.822Z Downloaded icu_collections v2.1.1
3212026-06-04T21:16:28.823Z Downloaded unicode-linebreak v0.1.5
3222026-06-04T21:16:28.831Z Downloaded cargo-util-schemas v0.8.2
3232026-06-04T21:16:28.831Z Downloaded colorchoice v1.0.4
3242026-06-04T21:16:28.831Z Downloaded cargo-platform v0.2.0
3252026-06-04T21:16:28.831Z Downloaded version_check v0.9.5
3262026-06-04T21:16:28.831Z Downloaded writeable v0.6.2
3272026-06-04T21:16:28.831Z Downloaded tinystr v0.8.2
3282026-06-04T21:16:28.838Z Downloaded thiserror-impl v2.0.18
3292026-06-04T21:16:28.838Z Downloaded anstream v0.6.21
3302026-06-04T21:16:28.838Z Downloaded dof v0.3.0
3312026-06-04T21:16:28.838Z Downloaded displaydoc v0.2.5
3322026-06-04T21:16:28.850Z Downloaded thiserror v2.0.18
3332026-06-04T21:16:28.850Z Downloaded yoke v0.8.1
3342026-06-04T21:16:28.850Z Downloaded form_urlencoded v1.2.2
3352026-06-04T21:16:28.850Z Downloaded toml v0.8.23
3362026-06-04T21:16:28.856Z Downloaded typeid v1.0.3
3372026-06-04T21:16:28.856Z Downloaded smawk v0.3.2
3382026-06-04T21:16:28.856Z Downloaded cfg-if v1.0.4
3392026-06-04T21:16:28.856Z Downloaded proc-macro-error-attr v1.0.4
3402026-06-04T21:16:28.856Z Downloaded generic-array v0.14.7
3412026-06-04T21:16:28.856Z Downloaded strsim v0.11.1
3422026-06-04T21:16:28.856Z Downloaded cpufeatures v0.2.17
3432026-06-04T21:16:28.856Z Downloaded zmij v1.0.21
3442026-06-04T21:16:28.856Z Downloaded zerovec-derive v0.11.2
3452026-06-04T21:16:28.856Z Downloaded utf8_iter v1.0.4
3462026-06-04T21:16:28.856Z Downloaded zerocopy-derive v0.7.35
3472026-06-04T21:16:28.860Z Downloaded serde_spanned v0.6.9
3482026-06-04T21:16:28.860Z Downloaded idna_adapter v1.2.1
3492026-06-04T21:16:28.860Z Downloaded crypto-common v0.1.7
3502026-06-04T21:16:28.860Z Downloaded percent-encoding v2.3.2
3512026-06-04T21:16:28.860Z Downloaded toml_edit v0.22.27
3522026-06-04T21:16:28.863Z Downloaded thiserror-impl v1.0.69
3532026-06-04T21:16:28.863Z Downloaded textwrap v0.16.2
3542026-06-04T21:16:28.871Z Downloaded plain v0.2.3
3552026-06-04T21:16:28.871Z Downloaded memmap v0.7.0
3562026-06-04T21:16:28.875Z Downloaded serde-value v0.7.0
3572026-06-04T21:16:28.875Z Downloaded pretty-hex v0.4.1
3582026-06-04T21:16:28.875Z Downloaded typenum v1.19.0
3592026-06-04T21:16:28.886Z Downloaded zerotrie v0.2.3
3602026-06-04T21:16:28.886Z Downloaded is_terminal_polyfill v1.70.2
3612026-06-04T21:16:28.886Z Downloaded dtrace-parser v0.2.0
3622026-06-04T21:16:28.892Z Downloaded ucd-trie v0.1.7
3632026-06-04T21:16:28.892Z Downloaded scroll_derive v0.12.1
3642026-06-04T21:16:28.892Z Downloaded stable_deref_trait v1.2.1
3652026-06-04T21:16:28.892Z Downloaded url v2.5.8
3662026-06-04T21:16:28.892Z Downloaded serde_tokenstream v0.2.3
3672026-06-04T21:16:28.892Z Downloaded anstyle v1.0.13
3682026-06-04T21:16:28.892Z Downloaded thiserror v1.0.69
3692026-06-04T21:16:28.896Z Downloaded zerovec v0.11.5
3702026-06-04T21:16:28.905Z Downloaded synstructure v0.13.2
3712026-06-04T21:16:28.905Z Downloaded cargo_toml v0.21.0
3722026-06-04T21:16:28.905Z Downloaded itoa v1.0.17
3732026-06-04T21:16:29.008Z Downloaded camino-tempfile v1.4.1
3742026-06-04T21:16:29.008Z Downloaded terminal_size v0.4.3
3752026-06-04T21:16:29.008Z Downloaded swrite v0.1.0
3762026-06-04T21:16:29.008Z Downloaded camino v1.2.2
3772026-06-04T21:16:29.008Z Downloaded zerocopy v0.7.35
3782026-06-04T21:16:29.029Z Downloaded winnow v0.7.14
3792026-06-04T21:16:29.029Z Downloaded sha2 v0.10.9
3802026-06-04T21:16:29.029Z Downloaded quote v1.0.45
3812026-06-04T21:16:29.029Z Downloaded tabled_derive v0.7.0
3822026-06-04T21:16:29.029Z Downloaded macaddr v1.0.1
3832026-06-04T21:16:29.029Z Downloaded unicode-width v0.2.0
3842026-06-04T21:16:29.029Z Downloaded unicode-width v0.1.14
3852026-06-04T21:16:29.029Z Downloaded icu_locale_core v2.1.1
3862026-06-04T21:16:29.029Z Downloaded scroll v0.12.0
3872026-06-04T21:16:29.029Z Downloaded clap v4.5.60
3882026-06-04T21:16:29.029Z Downloaded pest_meta v2.8.6
3892026-06-04T21:16:29.029Z Downloaded pest_generator v2.8.6
3902026-06-04T21:16:29.029Z Downloaded bitflags v2.11.0
3912026-06-04T21:16:29.029Z Downloaded litemap v0.8.1
3922026-06-04T21:16:29.030Z Downloaded icu_provider v2.1.1
3932026-06-04T21:16:29.030Z Downloaded getrandom v0.4.1
3942026-06-04T21:16:29.030Z Downloaded serde-untagged v0.1.9
3952026-06-04T21:16:29.030Z Downloaded once_cell v1.21.3
3962026-06-04T21:16:29.030Z Downloaded smallvec v1.15.1
3972026-06-04T21:16:29.030Z Downloaded proc-macro-error v1.0.4
3982026-06-04T21:16:29.030Z Downloaded pest_derive v2.8.6
3992026-06-04T21:16:29.030Z Downloaded proc-macro2 v1.0.106
4002026-06-04T21:16:29.030Z Downloaded tempfile v3.25.0
4012026-06-04T21:16:29.030Z Downloaded papergrid v0.11.0
4022026-06-04T21:16:29.030Z Downloaded icu_properties v2.1.2
4032026-06-04T21:16:29.030Z Downloaded serde_derive v1.0.228
4042026-06-04T21:16:29.030Z Downloaded icu_normalizer_data v2.1.1
4052026-06-04T21:16:29.030Z Downloaded num-traits v0.2.19
4062026-06-04T21:16:29.030Z Downloaded log v0.4.29
4072026-06-04T21:16:29.030Z Downloaded serde_core v1.0.228
4082026-06-04T21:16:29.030Z Downloaded icu_normalizer v2.1.1
4092026-06-04T21:16:29.030Z Downloaded serde v1.0.228
4102026-06-04T21:16:29.036Z Downloaded idna v1.1.0
4112026-06-04T21:16:29.036Z Downloaded memchr v2.8.0
4122026-06-04T21:16:29.036Z Downloaded hashbrown v0.17.0
4132026-06-04T21:16:29.044Z Downloaded indexmap v2.14.0
4142026-06-04T21:16:29.044Z Downloaded pest v2.8.6
4152026-06-04T21:16:29.059Z Downloaded clap_builder v4.5.60
4162026-06-04T21:16:29.067Z Downloaded goblin v0.8.2
4172026-06-04T21:16:29.070Z Downloaded serde_json v1.0.149
4182026-06-04T21:16:29.075Z Downloaded icu_properties_data v2.1.2
4192026-06-04T21:16:29.081Z Downloaded tabled v0.15.0
4202026-06-04T21:16:29.093Z Downloaded syn v1.0.109
4212026-06-04T21:16:29.101Z Downloaded syn v2.0.117
4222026-06-04T21:16:29.116Z Downloaded rustix v1.1.3
4232026-06-04T21:16:29.146Z Downloaded libc v0.2.185
4242026-06-04T21:16:29.231Z Compiling proc-macro2 v1.0.106
4252026-06-04T21:16:29.235Z Compiling unicode-ident v1.0.24
4262026-06-04T21:16:29.235Z Compiling quote v1.0.45
4272026-06-04T21:16:29.236Z Compiling serde_core v1.0.228
4282026-06-04T21:16:29.236Z Compiling libc v0.2.185
4292026-06-04T21:16:29.236Z Compiling version_check v0.9.5
4302026-06-04T21:16:29.236Z Compiling serde v1.0.228
4312026-06-04T21:16:29.236Z Compiling stable_deref_trait v1.2.1
4322026-06-04T21:16:29.520Z Compiling memchr v2.8.0
4332026-06-04T21:16:29.545Z Compiling zmij v1.0.21
4342026-06-04T21:16:29.746Z Compiling autocfg v1.5.0
4352026-06-04T21:16:29.862Z Compiling thiserror v1.0.69
4362026-06-04T21:16:29.869Z Compiling itoa v1.0.17
4372026-06-04T21:16:30.179Z Compiling ucd-trie v0.1.7
4382026-06-04T21:16:30.222Z Compiling writeable v0.6.2
4392026-06-04T21:16:30.240Z Compiling litemap v0.8.1
4402026-06-04T21:16:30.283Z Compiling rustix v1.1.3
4412026-06-04T21:16:30.381Z Compiling pest v2.8.6
4422026-06-04T21:16:30.413Z Compiling icu_properties_data v2.1.2
4432026-06-04T21:16:30.451Z Compiling byteorder v1.5.0
4442026-06-04T21:16:30.634Z Compiling icu_normalizer_data v2.1.1
4452026-06-04T21:16:30.783Z Compiling syn v2.0.117
4462026-06-04T21:16:30.804Z Compiling errno v0.3.14
4472026-06-04T21:16:30.842Z Compiling bitflags v2.11.0
4482026-06-04T21:16:30.871Z Compiling serde_json v1.0.149
4492026-06-04T21:16:30.978Z Compiling num-traits v0.2.19
4502026-06-04T21:16:31.108Z Compiling typeid v1.0.3
4512026-06-04T21:16:31.127Z Compiling smallvec v1.15.1
4522026-06-04T21:16:31.181Z Compiling equivalent v1.0.2
4532026-06-04T21:16:31.275Z Compiling hashbrown v0.17.0
4542026-06-04T21:16:31.427Z Compiling pest_meta v2.8.6
4552026-06-04T21:16:31.621Z Compiling thread-id v4.2.2
4562026-06-04T21:16:31.717Z Compiling usdt-impl v0.5.0
4572026-06-04T21:16:31.787Z Compiling proc-macro-error-attr v1.0.4
4582026-06-04T21:16:31.788Z Compiling syn v1.0.109
4592026-06-04T21:16:31.943Z Compiling indexmap v2.14.0
4602026-06-04T21:16:32.012Z Compiling erased-serde v0.4.9
4612026-06-04T21:16:32.012Z Compiling winnow v0.7.14
4622026-06-04T21:16:32.072Z Compiling toml_write v0.1.2
4632026-06-04T21:16:32.533Z Compiling proc-macro-error v1.0.4
4642026-06-04T21:16:32.695Z Compiling percent-encoding v2.3.2
4652026-06-04T21:16:32.882Z Compiling plain v0.2.3
4662026-06-04T21:16:32.882Z Compiling getrandom v0.4.1
4672026-06-04T21:16:33.040Z Compiling utf8_iter v1.0.4
4682026-06-04T21:16:33.040Z Compiling utf8parse v0.2.2
4692026-06-04T21:16:33.040Z Compiling log v0.4.29
4702026-06-04T21:16:33.242Z Compiling camino v1.2.2
4712026-06-04T21:16:33.242Z Compiling thiserror v2.0.18
4722026-06-04T21:16:33.242Z Compiling anstyle-parse v0.2.7
4732026-06-04T21:16:33.372Z Compiling ordered-float v2.10.1
4742026-06-04T21:16:33.372Z Compiling form_urlencoded v1.2.2
4752026-06-04T21:16:33.514Z Compiling synstructure v0.13.2
4762026-06-04T21:16:33.514Z Compiling pest_generator v2.8.6
4772026-06-04T21:16:33.653Z Compiling terminal_size v0.4.3
4782026-06-04T21:16:33.754Z Compiling anstyle v1.0.13
4792026-06-04T21:16:33.820Z Compiling anstyle-query v1.1.5
4802026-06-04T21:16:33.899Z Compiling cfg-if v1.0.4
4812026-06-04T21:16:33.990Z Compiling pretty-hex v0.4.1
4822026-06-04T21:16:33.990Z Compiling is_terminal_polyfill v1.70.2
4832026-06-04T21:16:33.990Z Compiling colorchoice v1.0.4
4842026-06-04T21:16:34.057Z Compiling anstream v0.6.21
4852026-06-04T21:16:34.057Z Compiling serde-untagged v0.1.9
4862026-06-04T21:16:34.155Z Compiling semver v1.0.28
4872026-06-04T21:16:34.226Z Compiling fs-err v3.3.0
4882026-06-04T21:16:34.318Z Compiling heck v0.4.1
4892026-06-04T21:16:34.473Z Compiling unicode-width v0.1.14
4902026-06-04T21:16:34.533Z Compiling heck v0.5.0
4912026-06-04T21:16:34.533Z Compiling bytecount v0.6.9
4922026-06-04T21:16:34.533Z Compiling fastrand v2.3.0
4932026-06-04T21:16:34.555Z Compiling fnv v1.0.7
4942026-06-04T21:16:34.581Z Compiling strsim v0.11.1
4952026-06-04T21:16:34.611Z Compiling clap_lex v1.0.0
4962026-06-04T21:16:34.650Z Compiling anyhow v1.0.102
4972026-06-04T21:16:34.749Z Compiling once_cell v1.21.3
4982026-06-04T21:16:34.882Z Compiling unicode-xid v0.2.6
4992026-06-04T21:16:34.941Z Compiling tempfile v3.25.0
5002026-06-04T21:16:34.954Z Compiling clap_builder v4.5.60
5012026-06-04T21:16:34.954Z Compiling papergrid v0.11.0
5022026-06-04T21:16:35.097Z Compiling memmap v0.7.0
5032026-06-04T21:16:35.131Z Compiling serde_derive v1.0.228
5042026-06-04T21:16:35.180Z Compiling zerofrom-derive v0.1.6
5052026-06-04T21:16:35.328Z Compiling yoke-derive v0.8.1
5062026-06-04T21:16:35.336Z Compiling zerovec-derive v0.11.2
5072026-06-04T21:16:35.576Z Compiling displaydoc v0.2.5
5082026-06-04T21:16:36.348Z Compiling thiserror-impl v1.0.69
5092026-06-04T21:16:36.396Z Compiling zerocopy-derive v0.7.35
5102026-06-04T21:16:36.454Z Compiling pest_derive v2.8.6
5112026-06-04T21:16:36.489Z Compiling scroll_derive v0.12.1
5122026-06-04T21:16:36.620Z Compiling zerofrom v0.1.6
5132026-06-04T21:16:36.733Z Compiling yoke v0.8.1
5142026-06-04T21:16:36.930Z Compiling thiserror-impl v2.0.18
5152026-06-04T21:16:36.980Z Compiling zerovec v0.11.5
5162026-06-04T21:16:37.098Z Compiling zerotrie v0.2.3
5172026-06-04T21:16:37.236Z Compiling zerocopy v0.7.35
5182026-06-04T21:16:37.419Z Compiling tinystr v0.8.2
5192026-06-04T21:16:37.427Z Compiling potential_utf v0.1.4
5202026-06-04T21:16:37.590Z Compiling icu_locale_core v2.1.1
5212026-06-04T21:16:37.613Z Compiling icu_collections v2.1.1
5222026-06-04T21:16:37.680Z Compiling dtrace-parser v0.2.0
5232026-06-04T21:16:37.796Z Compiling scroll v0.12.0
5242026-06-04T21:16:38.008Z Compiling tabled_derive v0.7.0
5252026-06-04T21:16:38.084Z Compiling goblin v0.8.2
5262026-06-04T21:16:38.102Z Compiling clap_derive v4.5.55
5272026-06-04T21:16:38.300Z Compiling icu_provider v2.1.1
5282026-06-04T21:16:38.422Z Compiling unicode-width v0.2.0
5292026-06-04T21:16:38.472Z Compiling unicode-linebreak v0.1.5
5302026-06-04T21:16:38.642Z Compiling icu_normalizer v2.1.1
5312026-06-04T21:16:38.671Z Compiling icu_properties v2.1.2
5322026-06-04T21:16:38.682Z Compiling toml_datetime v0.6.11
5332026-06-04T21:16:38.707Z Compiling serde_spanned v0.6.9
5342026-06-04T21:16:38.777Z Compiling dof v0.3.0
5352026-06-04T21:16:38.877Z Compiling serde_tokenstream v0.2.3
5362026-06-04T21:16:38.954Z Compiling toml_edit v0.22.27
5372026-06-04T21:16:38.967Z Compiling serde-value v0.7.0
5382026-06-04T21:16:39.179Z Compiling cargo-platform v0.2.0
5392026-06-04T21:16:39.211Z Compiling smawk v0.3.2
5402026-06-04T21:16:39.377Z Compiling textwrap v0.16.2
5412026-06-04T21:16:39.421Z Compiling tabled v0.15.0
5422026-06-04T21:16:39.493Z Compiling macaddr v1.0.1
5432026-06-04T21:16:39.693Z Compiling idna_adapter v1.2.1
5442026-06-04T21:16:39.815Z Compiling idna v1.1.0
5452026-06-04T21:16:39.834Z Compiling usdt-macro v0.5.0
5462026-06-04T21:16:39.839Z Compiling usdt-attr-macro v0.5.0
5472026-06-04T21:16:39.940Z Compiling clap v4.5.60
5482026-06-04T21:16:40.031Z Compiling camino-tempfile v1.4.1
5492026-06-04T21:16:40.136Z Compiling url v2.5.8
5502026-06-04T21:16:40.452Z Compiling toml v0.8.23
5512026-06-04T21:16:40.517Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5522026-06-04T21:16:40.571Z Compiling swrite v0.1.0
5532026-06-04T21:16:40.870Z Compiling cargo-util-schemas v0.8.2
5542026-06-04T21:16:41.076Z Compiling cargo_toml v0.21.0
5552026-06-04T21:16:41.245Z Compiling usdt v0.5.0
5562026-06-04T21:16:41.756Z Compiling cargo_metadata v0.21.0
5572026-06-04T21:16:42.712Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5582026-06-04T21:16:44.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.28s
5592026-06-04T21:16:45.030Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5602026-06-04T21:16:45.593Z Downloading crates ...
5612026-06-04T21:16:45.705Z Downloaded adler2 v2.0.1
5622026-06-04T21:16:45.728Z Downloaded cobs v0.3.0
5632026-06-04T21:16:45.728Z Downloaded cassowary v0.3.0
5642026-06-04T21:16:45.728Z Downloaded base64 v0.21.7
5652026-06-04T21:16:45.728Z Downloaded document-features v0.2.12
5662026-06-04T21:16:45.728Z Downloaded colored v3.1.1
5672026-06-04T21:16:45.734Z Downloaded cancel-safe-futures v0.1.5
5682026-06-04T21:16:45.734Z Downloaded ecdsa v0.16.9
5692026-06-04T21:16:45.734Z Downloaded bb8 v0.8.6
5702026-06-04T21:16:45.734Z Downloaded darling v0.20.11
5712026-06-04T21:16:45.734Z Downloaded dropshot_endpoint v0.17.0
5722026-06-04T21:16:45.734Z Downloaded darling_core v0.21.3
5732026-06-04T21:16:45.734Z Downloaded critical-section v1.2.0
5742026-06-04T21:16:45.743Z Downloaded flume v0.11.1
5752026-06-04T21:16:45.743Z Downloaded bzip2 v0.6.1
5762026-06-04T21:16:45.743Z Downloaded bitvec v1.0.1
5772026-06-04T21:16:45.749Z Downloaded der_derive v0.7.3
5782026-06-04T21:16:45.749Z Downloaded defmt-macros v1.0.1
5792026-06-04T21:16:45.749Z Downloaded crunchy v0.2.4
5802026-06-04T21:16:45.749Z Downloaded cfg_aliases v0.2.1
5812026-06-04T21:16:45.753Z Downloaded atomicwrites v0.4.4
5822026-06-04T21:16:45.754Z Downloaded crc32fast v1.5.0
5832026-06-04T21:16:45.754Z Downloaded ascii-canvas v3.0.0
5842026-06-04T21:16:45.754Z Downloaded castaway v0.2.4
5852026-06-04T21:16:45.754Z Downloaded bitfield-struct v0.6.2
5862026-06-04T21:16:45.758Z Downloaded derive_builder_core v0.20.2
5872026-06-04T21:16:45.758Z Downloaded curve25519-dalek-derive v0.1.1
5882026-06-04T21:16:45.758Z Downloaded bit-set v0.5.3
5892026-06-04T21:16:45.758Z Downloaded assert_matches v1.5.0
5902026-06-04T21:16:45.766Z Downloaded base16ct v0.2.0
5912026-06-04T21:16:45.767Z Downloaded crossbeam-deque v0.8.6
5922026-06-04T21:16:45.767Z Downloaded downcast-rs v2.0.2
5932026-06-04T21:16:45.767Z Downloaded async-stream-impl v0.3.6
5942026-06-04T21:16:45.767Z Downloaded arrayref v0.3.9
5952026-06-04T21:16:45.767Z Downloaded cexpr v0.6.0
5962026-06-04T21:16:45.767Z Downloaded derive-ex v0.1.8
5972026-06-04T21:16:45.767Z Downloaded defmt v1.0.1
5982026-06-04T21:16:45.767Z Downloaded array-init v0.0.4
5992026-06-04T21:16:45.775Z Downloaded crossbeam-epoch v0.9.18
6002026-06-04T21:16:45.775Z Downloaded dirs-next v2.0.0
6012026-06-04T21:16:45.775Z Downloaded ena v0.14.4
6022026-06-04T21:16:45.775Z Downloaded cfg_aliases v0.1.1
6032026-06-04T21:16:45.775Z Downloaded block-padding v0.3.3
6042026-06-04T21:16:45.783Z Downloaded atomic-waker v1.1.2
6052026-06-04T21:16:45.783Z Downloaded arrayvec v0.7.6
6062026-06-04T21:16:45.783Z Downloaded bitfield-macros v0.19.4
6072026-06-04T21:16:45.783Z Downloaded async-trait v0.1.89
6082026-06-04T21:16:45.783Z Downloaded fallible-iterator v0.2.0
6092026-06-04T21:16:45.783Z Downloaded crossbeam-utils v0.8.21
6102026-06-04T21:16:45.783Z Downloaded ciborium-ll v0.2.2
6112026-06-04T21:16:45.783Z Downloaded darling_macro v0.20.11
6122026-06-04T21:16:45.783Z Downloaded bit-set v0.8.0
6132026-06-04T21:16:45.783Z Downloaded derive_builder_macro v0.20.2
6142026-06-04T21:16:45.792Z Downloaded crc-catalog v2.4.0
6152026-06-04T21:16:45.792Z Downloaded async-recursion v1.1.1
6162026-06-04T21:16:45.792Z Downloaded darling_macro v0.13.4
6172026-06-04T21:16:45.793Z Downloaded bcrypt-pbkdf v0.10.0
6182026-06-04T21:16:45.793Z Downloaded embedded-io v0.6.1
6192026-06-04T21:16:45.793Z Downloaded crossbeam-channel v0.5.15
6202026-06-04T21:16:45.801Z Downloaded embedded-io v0.4.0
6212026-06-04T21:16:45.801Z Downloaded debug-ignore v1.0.5
6222026-06-04T21:16:45.801Z Downloaded float-cmp v0.10.0
6232026-06-04T21:16:45.801Z Downloaded difflib v0.4.0
6242026-06-04T21:16:45.801Z Downloaded defmt v0.3.100
6252026-06-04T21:16:45.801Z Downloaded fd-lock v4.0.4
6262026-06-04T21:16:45.840Z Downloaded defmt-parser v1.0.0
6272026-06-04T21:16:45.840Z Downloaded atty v0.2.14
6282026-06-04T21:16:45.840Z Downloaded crucible-workspace-hack v0.1.0
6292026-06-04T21:16:45.840Z Downloaded display-error-chain v0.2.2
6302026-06-04T21:16:45.840Z Downloaded dirs-sys-next v0.1.2
6312026-06-04T21:16:45.840Z Downloaded daft v0.1.7
6322026-06-04T21:16:45.840Z Downloaded data-encoding v2.10.0
6332026-06-04T21:16:45.840Z Downloaded ciborium-io v0.2.2
6342026-06-04T21:16:45.877Z Downloaded darling_core v0.23.0
6352026-06-04T21:16:45.877Z Downloaded dtrace-parser v0.3.0
6362026-06-04T21:16:45.877Z Downloaded cpufeatures v0.3.0
6372026-06-04T21:16:45.878Z Downloaded cargo-platform v0.3.2
6382026-06-04T21:16:45.878Z Downloaded darling v0.21.3
6392026-06-04T21:16:45.878Z Downloaded dunce v1.0.5
6402026-06-04T21:16:45.878Z Downloaded buf-list v1.1.2
6412026-06-04T21:16:45.878Z Downloaded dyn-clone v1.0.20
6422026-06-04T21:16:45.878Z Downloaded blowfish v0.9.1
6432026-06-04T21:16:45.878Z Downloaded async-stream v0.3.6
6442026-06-04T21:16:45.878Z Downloaded float-ord v0.3.2
6452026-06-04T21:16:45.878Z Downloaded diesel_table_macro_syntax v0.3.0
6462026-06-04T21:16:45.878Z Downloaded enum-as-inner v0.6.1
6472026-06-04T21:16:45.878Z Downloaded compression-core v0.4.31
6482026-06-04T21:16:45.878Z Downloaded fixedbitset v0.4.2
6492026-06-04T21:16:45.878Z Downloaded cstr-argument v0.1.2
6502026-06-04T21:16:45.878Z Downloaded crc v3.4.0
6512026-06-04T21:16:45.878Z Downloaded dof v0.4.0
6522026-06-04T21:16:45.878Z Downloaded foreign-types-macros v0.2.3
6532026-06-04T21:16:45.878Z Downloaded flagset v0.4.7
6542026-06-04T21:16:45.878Z Downloaded foreign-types-shared v0.3.1
6552026-06-04T21:16:45.878Z Downloaded dsl_auto_type v0.2.0
6562026-06-04T21:16:45.878Z Downloaded gethostname v0.5.0
6572026-06-04T21:16:45.878Z Downloaded futures-io v0.3.32
6582026-06-04T21:16:45.878Z Downloaded dropshot-api-manager-types v0.7.2
6592026-06-04T21:16:45.878Z Downloaded darling_macro v0.23.0
6602026-06-04T21:16:45.879Z Downloaded darling_macro v0.21.3
6612026-06-04T21:16:45.879Z Downloaded csv-core v0.1.13
6622026-06-04T21:16:45.879Z Downloaded globwalk v0.9.1
6632026-06-04T21:16:45.879Z Downloaded git-stub v1.0.0
6642026-06-04T21:16:45.879Z Downloaded ghash v0.5.1
6652026-06-04T21:16:45.879Z Downloaded funty v2.0.0
6662026-06-04T21:16:45.879Z Downloaded futures-macro v0.3.32
6672026-06-04T21:16:45.917Z Downloaded crc8 v0.1.1
6682026-06-04T21:16:45.917Z Downloaded ed25519 v2.2.3
6692026-06-04T21:16:45.917Z Downloaded foreign-types v0.5.0
6702026-06-04T21:16:45.917Z Downloaded darling v0.23.0
6712026-06-04T21:16:45.917Z Downloaded cipher v0.4.4
6722026-06-04T21:16:45.917Z Downloaded chacha20 v0.9.1
6732026-06-04T21:16:45.917Z Downloaded fxhash v0.2.1
6742026-06-04T21:16:45.918Z Downloaded foreign-types-shared v0.1.1
6752026-06-04T21:16:45.918Z Downloaded futures-task v0.3.32
6762026-06-04T21:16:45.918Z Downloaded base64ct v1.8.3
6772026-06-04T21:16:45.918Z Downloaded bitfield v0.19.4
6782026-06-04T21:16:45.918Z Downloaded futures-sink v0.3.32
6792026-06-04T21:16:45.918Z Downloaded bitflags v1.3.2
6802026-06-04T21:16:45.918Z Downloaded camino-tempfile-ext v0.3.3
6812026-06-04T21:16:45.918Z Downloaded env_filter v1.0.0
6822026-06-04T21:16:45.918Z Downloaded endian-type v0.1.2
6832026-06-04T21:16:45.918Z Downloaded constant_time_eq v0.4.2
6842026-06-04T21:16:45.918Z Downloaded bcs v0.1.6
6852026-06-04T21:16:45.918Z Downloaded convert_case v0.10.0
6862026-06-04T21:16:45.918Z Downloaded bit-vec v0.8.0
6872026-06-04T21:16:45.918Z Downloaded bit-vec v0.6.3
6882026-06-04T21:16:45.918Z Downloaded corncobs v0.1.4
6892026-06-04T21:16:45.918Z Downloaded cmake v0.1.57
6902026-06-04T21:16:45.918Z Downloaded hex-literal v0.4.1
6912026-06-04T21:16:45.918Z Downloaded futures-core v0.3.32
6922026-06-04T21:16:45.918Z Downloaded deranged v0.5.8
6932026-06-04T21:16:45.918Z Downloaded headers-core v0.3.0
6942026-06-04T21:16:45.918Z Downloaded find-msvc-tools v0.1.9
6952026-06-04T21:16:45.918Z Downloaded ctr v0.9.2
6962026-06-04T21:16:45.918Z Downloaded hex v0.4.3
6972026-06-04T21:16:45.918Z Downloaded fixedbitset v0.5.7
6982026-06-04T21:16:45.918Z Downloaded hostname v0.4.2
6992026-06-04T21:16:45.918Z Downloaded home v0.5.12
7002026-06-04T21:16:45.953Z Downloaded erased-serde v0.3.31
7012026-06-04T21:16:45.953Z Downloaded convert_case v0.4.0
7022026-06-04T21:16:45.953Z Downloaded diesel-dtrace v0.5.0
7032026-06-04T21:16:45.953Z Downloaded http-range v0.1.5
7042026-06-04T21:16:45.953Z Downloaded http-body v1.0.1
7052026-06-04T21:16:45.953Z Downloaded foldhash v0.1.5
7062026-06-04T21:16:45.953Z Downloaded fs-err v2.11.0
7072026-06-04T21:16:45.953Z Downloaded foldhash v0.2.0
7082026-06-04T21:16:45.954Z Downloaded const_format_proc_macros v0.2.34
7092026-06-04T21:16:45.954Z Downloaded compression-codecs v0.4.37
7102026-06-04T21:16:45.954Z Downloaded daft-derive v0.1.7
7112026-06-04T21:16:45.954Z Downloaded hubpack_derive v0.1.1
7122026-06-04T21:16:45.954Z Downloaded indent_write v2.2.0
7132026-06-04T21:16:45.954Z Downloaded illumos-nvpair-sys v0.2.0
7142026-06-04T21:16:45.954Z Downloaded ident_case v1.0.1
7152026-06-04T21:16:45.954Z Downloaded illumos-nvpair v0.3.0
7162026-06-04T21:16:45.954Z Downloaded hyper-tls v0.6.0
7172026-06-04T21:16:45.954Z Downloaded hubpack v0.1.2
7182026-06-04T21:16:45.954Z Downloaded indoc v1.0.9
7192026-06-04T21:16:45.954Z Downloaded backon v1.6.0
7202026-06-04T21:16:45.954Z Downloaded argon2 v0.5.3
7212026-06-04T21:16:45.954Z Downloaded httpdate v1.0.3
7222026-06-04T21:16:45.954Z Downloaded globset v0.4.18
7232026-06-04T21:16:45.954Z Downloaded foreign-types v0.3.2
7242026-06-04T21:16:45.954Z Downloaded futures-executor v0.3.32
7252026-06-04T21:16:45.954Z Downloaded ed25519-dalek v2.2.0
7262026-06-04T21:16:45.975Z Downloaded cookie v0.18.1
7272026-06-04T21:16:45.975Z Downloaded fs_extra v1.3.0
7282026-06-04T21:16:45.975Z Downloaded console v0.16.2
7292026-06-04T21:16:45.975Z Downloaded group v0.13.0
7302026-06-04T21:16:45.975Z Downloaded glob v0.3.3
7312026-06-04T21:16:45.975Z Downloaded hash32 v0.3.1
7322026-06-04T21:16:45.975Z Downloaded const-oid v0.9.6
7332026-06-04T21:16:45.975Z Downloaded git-stub-vcs v0.1.0
7342026-06-04T21:16:45.975Z Downloaded byte-wrapper v0.1.0
7352026-06-04T21:16:45.975Z Downloaded instant v0.1.13
7362026-06-04T21:16:45.975Z Downloaded internet-checksum v0.2.1
7372026-06-04T21:16:45.975Z Downloaded is-terminal v0.4.17
7382026-06-04T21:16:45.975Z Downloaded instability v0.3.11
7392026-06-04T21:16:45.975Z Downloaded console v0.15.11
7402026-06-04T21:16:45.975Z Downloaded keccak v0.1.6
7412026-06-04T21:16:45.975Z Downloaded chacha20 v0.10.0
7422026-06-04T21:16:45.976Z Downloaded clang-sys v1.8.1
7432026-06-04T21:16:45.976Z Downloaded lazy_static v1.5.0
7442026-06-04T21:16:45.976Z Downloaded hostname v0.3.1
7452026-06-04T21:16:45.976Z Downloaded diff v0.1.13
7462026-06-04T21:16:45.976Z Downloaded filetime v0.2.27
7472026-06-04T21:16:45.976Z Downloaded derive_builder v0.20.2
7482026-06-04T21:16:45.976Z Downloaded lalrpop-util v0.19.12
7492026-06-04T21:16:45.976Z Downloaded is_ci v1.2.0
7502026-06-04T21:16:45.976Z Downloaded cargo_metadata v0.23.1
7512026-06-04T21:16:45.976Z Downloaded ff v0.13.1
7522026-06-04T21:16:45.976Z Downloaded kstat-rs v0.2.4
7532026-06-04T21:16:45.976Z Downloaded inout v0.1.4
7542026-06-04T21:16:45.976Z Downloaded libscf-sys v1.1.0
7552026-06-04T21:16:46.003Z Downloaded derive-where v1.6.0
7562026-06-04T21:16:46.003Z Downloaded http-body-util v0.1.3
7572026-06-04T21:16:46.004Z Downloaded fatfs v0.3.6
7582026-06-04T21:16:46.004Z Downloaded blake2 v0.10.6
7592026-06-04T21:16:46.004Z Downloaded getrandom v0.2.17
7602026-06-04T21:16:46.004Z Downloaded ciborium v0.2.2
7612026-06-04T21:16:46.004Z Downloaded humantime v2.3.0
7622026-06-04T21:16:46.004Z Downloaded cbc v0.1.2
7632026-06-04T21:16:46.004Z Downloaded lzss v0.8.2
7642026-06-04T21:16:46.004Z Downloaded match_cfg v0.1.0
7652026-06-04T21:16:46.004Z Downloaded managed v0.8.0
7662026-06-04T21:16:46.004Z Downloaded lru-cache v0.1.2
7672026-06-04T21:16:46.004Z Downloaded hyper-staticfile v0.10.1
7682026-06-04T21:16:46.004Z Downloaded lru v0.12.5
7692026-06-04T21:16:46.004Z Downloaded linked-hash-map v0.5.6
7702026-06-04T21:16:46.004Z Downloaded aead v0.5.2
7712026-06-04T21:16:46.004Z Downloaded colored v2.2.0
7722026-06-04T21:16:46.004Z Downloaded md-5 v0.10.6
7732026-06-04T21:16:46.004Z Downloaded cookie_store v0.22.1
7742026-06-04T21:16:46.004Z Downloaded bzip2 v0.4.4
7752026-06-04T21:16:46.004Z Downloaded indoc v2.0.7
7762026-06-04T21:16:46.029Z Downloaded async-bb8-diesel v0.2.1
7772026-06-04T21:16:46.029Z Downloaded futures-channel v0.3.32
7782026-06-04T21:16:46.029Z Downloaded ahash v0.8.12
7792026-06-04T21:16:46.029Z Downloaded half v1.8.3
7802026-06-04T21:16:46.029Z Downloaded darling v0.13.4
7812026-06-04T21:16:46.029Z Downloaded maybe-uninit v2.0.0
7822026-06-04T21:16:46.029Z Downloaded memoffset v0.9.1
7832026-06-04T21:16:46.029Z Downloaded ipnetwork v0.21.1
7842026-06-04T21:16:46.029Z Downloaded md5 v0.7.0
7852026-06-04T21:16:46.029Z Downloaded ipnet v2.11.0
7862026-06-04T21:16:46.029Z Downloaded mime v0.3.17
7872026-06-04T21:16:46.029Z Downloaded drift v0.2.0
7882026-06-04T21:16:46.029Z Downloaded darling_core v0.13.4
7892026-06-04T21:16:46.029Z Downloaded multimap v0.10.1
7902026-06-04T21:16:46.030Z Downloaded hmac v0.12.1
7912026-06-04T21:16:46.038Z Downloaded elliptic-curve v0.13.8
7922026-06-04T21:16:46.038Z Downloaded highway v1.3.0
7932026-06-04T21:16:46.038Z Downloaded ingot-types v0.1.2
7942026-06-04T21:16:46.038Z Downloaded nonempty v0.12.0
7952026-06-04T21:16:46.039Z Downloaded newtype_derive v0.1.6
7962026-06-04T21:16:46.039Z Downloaded libloading v0.8.9
7972026-06-04T21:16:46.039Z Downloaded newtype-uuid-macros v0.1.0
7982026-06-04T21:16:46.039Z Downloaded newline-converter v0.3.0
7992026-06-04T21:16:46.039Z Downloaded new_debug_unreachable v1.0.6
8002026-06-04T21:16:46.039Z Downloaded libefi-sys v0.1.0
8012026-06-04T21:16:46.039Z Downloaded normalize-line-endings v0.3.0
8022026-06-04T21:16:46.039Z Downloaded num-iter v0.1.45
8032026-06-04T21:16:46.039Z Downloaded nibble_vec v0.1.0
8042026-06-04T21:16:46.039Z Downloaded num_threads v0.1.7
8052026-06-04T21:16:46.039Z Downloaded num_enum_derive v0.5.11
8062026-06-04T21:16:46.039Z Downloaded num-derive v0.3.3
8072026-06-04T21:16:46.039Z Downloaded num v0.4.3
8082026-06-04T21:16:46.039Z Downloaded maplit v1.0.2
8092026-06-04T21:16:46.039Z Downloaded hash32 v0.2.1
8102026-06-04T21:16:46.040Z Downloaded backoff v0.4.0
8112026-06-04T21:16:46.040Z Downloaded der v0.7.10
8122026-06-04T21:16:46.040Z Downloaded libsw v3.5.0
8132026-06-04T21:16:46.040Z Downloaded hyper-rustls v0.27.7
8142026-06-04T21:16:46.075Z Downloaded getrandom v0.3.4
8152026-06-04T21:16:46.075Z Downloaded openssl-probe v0.2.1
8162026-06-04T21:16:46.075Z Downloaded openssl-macros v0.1.1
8172026-06-04T21:16:46.076Z Downloaded openssl-probe v0.1.6
8182026-06-04T21:16:46.076Z Downloaded opaque-debug v0.3.1
8192026-06-04T21:16:46.076Z Downloaded linear-map v1.2.0
8202026-06-04T21:16:46.076Z Downloaded impl-trait-for-tuples v0.2.3
8212026-06-04T21:16:46.076Z Downloaded oso-derive v0.27.3
8222026-06-04T21:16:46.076Z Downloaded iana-time-zone v0.1.65
8232026-06-04T21:16:46.076Z Downloaded mime_guess v2.0.5
8242026-06-04T21:16:46.076Z Downloaded arc-swap v1.8.2
8252026-06-04T21:16:46.076Z Downloaded base64 v0.22.1
8262026-06-04T21:16:46.091Z Downloaded ingot-macros v0.1.1
8272026-06-04T21:16:46.091Z Downloaded ingot v0.1.1
8282026-06-04T21:16:46.091Z Downloaded futures v0.3.32
8292026-06-04T21:16:46.091Z Downloaded olpc-cjson v0.1.4
8302026-06-04T21:16:46.091Z Downloaded half v2.7.1
8312026-06-04T21:16:46.091Z Downloaded const_format v0.2.35
8322026-06-04T21:16:46.091Z Downloaded compact_str v0.8.1
8332026-06-04T21:16:46.091Z Downloaded chacha20poly1305 v0.10.1
8342026-06-04T21:16:46.091Z Downloaded darling_core v0.20.11
8352026-06-04T21:16:46.091Z Downloaded bytes v1.11.1
8362026-06-04T21:16:46.091Z Downloaded jobserver v0.1.34
8372026-06-04T21:16:46.091Z Downloaded multer v3.1.0
8382026-06-04T21:16:46.091Z Downloaded crc-any v2.5.0
8392026-06-04T21:16:46.091Z Downloaded parse-size v1.1.0
8402026-06-04T21:16:46.091Z Downloaded nodrop v0.1.14
8412026-06-04T21:16:46.091Z Downloaded nanorand v0.7.0
8422026-06-04T21:16:46.091Z Downloaded native-tls v0.2.18
8432026-06-04T21:16:46.091Z Downloaded pbkdf2 v0.12.2
8442026-06-04T21:16:46.091Z Downloaded crossterm v0.28.1
8452026-06-04T21:16:46.111Z Downloaded peg-runtime v0.8.5
8462026-06-04T21:16:46.111Z Downloaded parse-display v0.10.0
8472026-06-04T21:16:46.111Z Downloaded num_enum v0.5.11
8482026-06-04T21:16:46.111Z Downloaded httparse v1.10.1
8492026-06-04T21:16:46.111Z Downloaded memmap2 v0.9.10
8502026-06-04T21:16:46.121Z Downloaded pin-utils v0.1.0
8512026-06-04T21:16:46.121Z Downloaded phf_shared v0.12.1
8522026-06-04T21:16:46.122Z Downloaded heapless v0.8.0
8532026-06-04T21:16:46.122Z Downloaded indexmap v1.9.3
8542026-06-04T21:16:46.122Z Downloaded phf_shared v0.11.3
8552026-06-04T21:16:46.122Z Downloaded lru-slab v0.1.2
8562026-06-04T21:16:46.122Z Downloaded path-slash v0.1.5
8572026-06-04T21:16:46.122Z Downloaded num_enum v0.7.5
8582026-06-04T21:16:46.122Z Downloaded num-rational v0.4.2
8592026-06-04T21:16:46.122Z Downloaded num-integer v0.1.46
8602026-06-04T21:16:46.122Z Downloaded num-conv v0.2.0
8612026-06-04T21:16:46.135Z Downloaded num-complex v0.4.6
8622026-06-04T21:16:46.135Z Downloaded phf_shared v0.13.1
8632026-06-04T21:16:46.135Z Downloaded flate2 v1.1.9
8642026-06-04T21:16:46.135Z Downloaded owo-colors v4.3.0
8652026-06-04T21:16:46.146Z Downloaded paste v1.0.15
8662026-06-04T21:16:46.146Z Downloaded cc v1.2.56
8672026-06-04T21:16:46.146Z Downloaded allocator-api2 v0.2.21
8682026-06-04T21:16:46.146Z Downloaded bumpalo v3.20.2
8692026-06-04T21:16:46.146Z Downloaded proc-macro-crate v1.3.1
8702026-06-04T21:16:46.147Z Downloaded oxnet v0.1.4
8712026-06-04T21:16:46.147Z Downloaded num_enum_derive v0.7.5
8722026-06-04T21:16:46.147Z Downloaded predicates-tree v1.0.13
8732026-06-04T21:16:46.147Z Downloaded precomputed-hash v0.1.1
8742026-06-04T21:16:46.147Z Downloaded password-hash v0.4.2
8752026-06-04T21:16:46.147Z Downloaded progenitor-client v0.11.2
8762026-06-04T21:16:46.147Z Downloaded proc-macro-crate v3.4.0
8772026-06-04T21:16:46.164Z Downloaded progenitor-macro v0.11.2
8782026-06-04T21:16:46.164Z Downloaded password-hash v0.5.0
8792026-06-04T21:16:46.164Z Downloaded headers v0.4.1
8802026-06-04T21:16:46.164Z Downloaded polyval v0.6.2
8812026-06-04T21:16:46.164Z Downloaded powerfmt v0.2.0
8822026-06-04T21:16:46.164Z Downloaded pin-project-internal v1.1.11
8832026-06-04T21:16:46.164Z Downloaded phf v0.12.1
8842026-06-04T21:16:46.164Z Downloaded parse-display-derive v0.10.0
8852026-06-04T21:16:46.171Z Downloaded pem-rfc7468 v0.7.0
8862026-06-04T21:16:46.171Z Downloaded peg-macros v0.8.5
8872026-06-04T21:16:46.171Z Downloaded quick-error v1.2.3
8882026-06-04T21:16:46.171Z Downloaded ignore v0.4.25
8892026-06-04T21:16:46.171Z Downloaded async-compression v0.4.41
8902026-06-04T21:16:46.171Z Downloaded psl-types v2.0.11
8912026-06-04T21:16:46.171Z Downloaded progenitor-macro v0.14.0
8922026-06-04T21:16:46.171Z Downloaded progenitor-client v0.14.0
8932026-06-04T21:16:46.171Z Downloaded heapless v0.7.17
8942026-06-04T21:16:46.171Z Downloaded pem v3.0.6
8952026-06-04T21:16:46.171Z Downloaded predicates-core v1.0.10
8962026-06-04T21:16:46.171Z Downloaded pin-project-lite v0.2.17
8972026-06-04T21:16:46.183Z Downloaded progenitor-macro v0.13.0
8982026-06-04T21:16:46.183Z Downloaded libbz2-rs-sys v0.2.2
8992026-06-04T21:16:46.183Z Downloaded radium v0.7.0
9002026-06-04T21:16:46.183Z Downloaded rand_chacha v0.3.1
9012026-06-04T21:16:46.183Z Downloaded phf v0.13.1
9022026-06-04T21:16:46.188Z Downloaded packed_struct v0.10.1
9032026-06-04T21:16:46.188Z Downloaded packed_struct_codegen v0.10.1
9042026-06-04T21:16:46.188Z Downloaded oxide-tokio-rt v0.1.4
9052026-06-04T21:16:46.188Z Downloaded parking_lot_core v0.8.6
9062026-06-04T21:16:46.188Z Downloaded ar_archive_writer v0.5.1
9072026-06-04T21:16:46.188Z Downloaded postgres-protocol v0.6.10
9082026-06-04T21:16:46.188Z Downloaded hickory-resolver v0.25.2
9092026-06-04T21:16:46.188Z Downloaded hickory-resolver v0.24.4
9102026-06-04T21:16:46.194Z Downloaded rand_xorshift v0.4.0
9112026-06-04T21:16:46.194Z Downloaded pkg-config v0.3.32
9122026-06-04T21:16:46.194Z Downloaded parking_lot_core v0.9.12
9132026-06-04T21:16:46.201Z Downloaded ref-cast-impl v1.0.25
9142026-06-04T21:16:46.201Z Downloaded poly1305 v0.8.0
9152026-06-04T21:16:46.201Z Downloaded progenitor v0.14.0
9162026-06-04T21:16:46.201Z Downloaded nu-ansi-term v0.50.3
9172026-06-04T21:16:46.201Z Downloaded derive_more v2.1.1
9182026-06-04T21:16:46.207Z Downloaded ref-cast v1.0.25
9192026-06-04T21:16:46.207Z Downloaded recursive-proc-macro-impl v0.1.1
9202026-06-04T21:16:46.210Z Downloaded recursive v0.1.1
9212026-06-04T21:16:46.210Z Downloaded predicates v3.1.4
9222026-06-04T21:16:46.210Z Downloaded oso v0.27.3
9232026-06-04T21:16:46.213Z Downloaded rfc6979 v0.4.0
9242026-06-04T21:16:46.213Z Downloaded omicron-zone-package v0.12.2
9252026-06-04T21:16:46.216Z Downloaded progenitor-client v0.10.0
9262026-06-04T21:16:46.216Z Downloaded rustc_version v0.4.1
9272026-06-04T21:16:46.216Z Downloaded progenitor-client v0.13.0
9282026-06-04T21:16:46.221Z Downloaded proc-macro-error2 v2.0.1
9292026-06-04T21:16:46.221Z Downloaded rustc-hash v2.1.1
9302026-06-04T21:16:46.221Z Downloaded russh-cryptovec v0.7.3
9312026-06-04T21:16:46.221Z Downloaded rtoolbox v0.0.3
9322026-06-04T21:16:46.227Z Downloaded r2d2 v0.8.10
9332026-06-04T21:16:46.227Z Downloaded progenitor v0.13.0
9342026-06-04T21:16:46.227Z Downloaded proc-macro-error-attr2 v2.0.0
9352026-06-04T21:16:46.227Z Downloaded peg v0.8.5
9362026-06-04T21:16:46.236Z Downloaded progenitor v0.11.2
9372026-06-04T21:16:46.237Z Downloaded miniz_oxide v0.8.9
9382026-06-04T21:16:46.237Z Downloaded parking_lot v0.11.2
9392026-06-04T21:16:46.237Z Downloaded psm v0.1.30
9402026-06-04T21:16:46.247Z Downloaded progenitor-extras v0.2.0
9412026-06-04T21:16:46.247Z Downloaded expectorate v1.2.0
9422026-06-04T21:16:46.247Z Downloaded rustc_version v0.1.7
9432026-06-04T21:16:46.247Z Downloaded ppv-lite86 v0.2.21
9442026-06-04T21:16:46.247Z Downloaded indicatif v0.18.4
9452026-06-04T21:16:46.247Z Downloaded crypto-bigint v0.5.5
9462026-06-04T21:16:46.255Z Downloaded rand_core v0.6.4
9472026-06-04T21:16:46.255Z Downloaded rand_chacha v0.9.0
9482026-06-04T21:16:46.255Z Downloaded postgres-types v0.2.12
9492026-06-04T21:16:46.255Z Downloaded postcard v1.1.3
9502026-06-04T21:16:46.255Z Downloaded parking_lot v0.12.5
9512026-06-04T21:16:46.255Z Downloaded lock_api v0.4.14
9522026-06-04T21:16:46.255Z Downloaded litrs v1.0.0
9532026-06-04T21:16:46.263Z Downloaded bstr v1.12.1
9542026-06-04T21:16:46.263Z Downloaded scopeguard v1.2.0
9552026-06-04T21:16:46.263Z Downloaded num-derive v0.4.2
9562026-06-04T21:16:46.271Z Downloaded scroll_derive v0.13.1
9572026-06-04T21:16:46.271Z Downloaded newtype-uuid v1.3.2
9582026-06-04T21:16:46.271Z Downloaded libsw-core v0.3.2
9592026-06-04T21:16:46.271Z Downloaded diesel_derives v2.3.7
9602026-06-04T21:16:46.271Z Downloaded pkcs1 v0.7.5
9612026-06-04T21:16:46.271Z Downloaded pkcs8 v0.10.2
9622026-06-04T21:16:46.299Z Downloaded pkcs5 v0.7.1
9632026-06-04T21:16:46.299Z Downloaded derive_more-impl v2.1.1
9642026-06-04T21:16:46.299Z Downloaded scheduled-thread-pool v0.2.7
9652026-06-04T21:16:46.299Z Downloaded serde_bytes v0.11.19
9662026-06-04T21:16:46.299Z Downloaded sapling-renderdag v0.1.0
9672026-06-04T21:16:46.300Z Downloaded scrypt v0.11.0
9682026-06-04T21:16:46.300Z Downloaded same-file v1.0.6
9692026-06-04T21:16:46.319Z Downloaded rustls-native-certs v0.8.3
9702026-06-04T21:16:46.319Z Downloaded rand_seeder v0.4.0
9712026-06-04T21:16:46.319Z Downloaded rand_core v0.10.0
9722026-06-04T21:16:46.319Z Downloaded salsa20 v0.10.2
9732026-06-04T21:16:46.319Z Downloaded pbkdf2 v0.11.0
9742026-06-04T21:16:46.319Z Downloaded hashbrown v0.13.2
9752026-06-04T21:16:46.319Z Downloaded semver v0.1.20
9762026-06-04T21:16:46.319Z Downloaded secrecy v0.8.0
9772026-06-04T21:16:46.320Z Downloaded p256 v0.13.2
9782026-06-04T21:16:46.320Z Downloaded seq-macro v0.3.6
9792026-06-04T21:16:46.320Z Downloaded serde_spanned v1.0.4
9802026-06-04T21:16:46.320Z Downloaded serde-big-array v0.5.1
9812026-06-04T21:16:46.320Z Downloaded secrecy v0.10.3
9822026-06-04T21:16:46.320Z Downloaded quinn-udp v0.5.14
9832026-06-04T21:16:46.320Z Downloaded derive_more v0.99.20
9842026-06-04T21:16:46.320Z Downloaded serde_urlencoded v0.7.1
9852026-06-04T21:16:46.320Z Downloaded rusty-fork v0.3.1
9862026-06-04T21:16:46.320Z Downloaded rustversion v1.0.22
9872026-06-04T21:16:46.320Z Downloaded rand_core v0.9.5
9882026-06-04T21:16:46.320Z Downloaded serde_repr v0.1.20
9892026-06-04T21:16:46.320Z Downloaded resolv-conf v0.7.6
9902026-06-04T21:16:46.321Z Downloaded serde_plain v1.0.2
9912026-06-04T21:16:46.321Z Downloaded primeorder v0.13.6
9922026-06-04T21:16:46.321Z Downloaded env_logger v0.11.9
9932026-06-04T21:16:46.321Z Downloaded shell-words v1.1.1
9942026-06-04T21:16:46.321Z Downloaded either v1.15.0
9952026-06-04T21:16:46.321Z Downloaded des v0.8.1
9962026-06-04T21:16:46.321Z Downloaded signature v2.2.0
9972026-06-04T21:16:46.334Z Downloaded signal-hook-tokio v0.3.1
9982026-06-04T21:16:46.334Z Downloaded sha1 v0.10.6
9992026-06-04T21:16:46.334Z Downloaded http v1.4.0
10002026-06-04T21:16:46.334Z Downloaded prefix-trie v0.7.0
10012026-06-04T21:16:46.334Z Downloaded jiff-static v0.2.21
10022026-06-04T21:16:46.334Z Downloaded hickory-server v0.25.2
10032026-06-04T21:16:46.355Z Downloaded slog-bunyan v2.5.0
10042026-06-04T21:16:46.355Z Downloaded sec1 v0.7.3
10052026-06-04T21:16:46.355Z Downloaded rustls-pemfile v1.0.4
10062026-06-04T21:16:46.355Z Downloaded siphasher v1.0.2
10072026-06-04T21:16:46.355Z Downloaded sigpipe v0.1.3
10082026-06-04T21:16:46.355Z Downloaded progenitor-impl v0.14.0
10092026-06-04T21:16:46.355Z Downloaded progenitor-impl v0.11.2
10102026-06-04T21:16:46.355Z Downloaded signal-hook-mio v0.2.5
10112026-06-04T21:16:46.355Z Downloaded schemars_derive v0.8.22
10122026-06-04T21:16:46.355Z Downloaded pin-project v1.1.11
10132026-06-04T21:16:46.389Z Downloaded slog-envlogger v2.2.0
10142026-06-04T21:16:46.389Z Downloaded serde_path_to_error v0.1.20
10152026-06-04T21:16:46.389Z Downloaded serde-hex v0.1.0
10162026-06-04T21:16:46.389Z Downloaded scroll v0.13.0
10172026-06-04T21:16:46.389Z Downloaded sct v0.7.1
10182026-06-04T21:16:46.389Z Downloaded papergrid v0.17.0
10192026-06-04T21:16:46.389Z Downloaded serde_derive_internals v0.29.1
10202026-06-04T21:16:46.389Z Downloaded openssl-sys v0.9.115
10212026-06-04T21:16:46.389Z Downloaded minimal-lexical v0.2.1
10222026-06-04T21:16:46.399Z Downloaded hashbrown v0.12.3
10232026-06-04T21:16:46.399Z Downloaded sqlparser_derive v0.5.0
10242026-06-04T21:16:46.399Z Downloaded strsim v0.10.0
10252026-06-04T21:16:46.400Z Downloaded serde_with_macros v1.5.2
10262026-06-04T21:16:46.400Z Downloaded itertools v0.10.5
10272026-06-04T21:16:46.400Z Downloaded ssh-cipher v0.2.0
10282026-06-04T21:16:46.400Z Downloaded prettyplease v0.2.37
10292026-06-04T21:16:46.400Z Downloaded rustls-pemfile v2.2.0
10302026-06-04T21:16:46.418Z Downloaded russh-keys v0.45.0
10312026-06-04T21:16:46.418Z Downloaded num-bigint v0.4.6
10322026-06-04T21:16:46.418Z Downloaded strum v0.27.2
10332026-06-04T21:16:46.418Z Downloaded supports-color v3.0.2
10342026-06-04T21:16:46.419Z Downloaded structmeta-derive v0.3.0
10352026-06-04T21:16:46.419Z Downloaded strip-ansi-escapes v0.2.1
10362026-06-04T21:16:46.419Z Downloaded ssh-encoding v0.2.0
10372026-06-04T21:16:46.419Z Downloaded signal-hook-registry v1.4.8
10382026-06-04T21:16:46.419Z Downloaded slog-dtrace v0.3.0
10392026-06-04T21:16:46.419Z Downloaded progenitor-impl v0.13.0
10402026-06-04T21:16:46.419Z Downloaded rcgen v0.12.1
10412026-06-04T21:16:46.431Z Downloaded simd-adler32 v0.3.8
10422026-06-04T21:16:46.431Z Downloaded serde_cbor v0.11.2
10432026-06-04T21:16:46.431Z Downloaded tap v1.0.1
10442026-06-04T21:16:46.431Z Downloaded take_mut v0.2.2
10452026-06-04T21:16:46.432Z Downloaded tagptr v0.2.0
10462026-06-04T21:16:46.432Z Downloaded tabwriter v1.4.1
10472026-06-04T21:16:46.432Z Downloaded tabled_derive v0.11.0
10482026-06-04T21:16:46.432Z Downloaded testing_table v0.3.0
10492026-06-04T21:16:46.432Z Downloaded smf v0.2.3
10502026-06-04T21:16:46.432Z Downloaded sync-ptr v0.1.4
10512026-06-04T21:16:46.432Z Downloaded snafu-derive v0.8.9
10522026-06-04T21:16:46.432Z Downloaded slog-term v2.9.2
10532026-06-04T21:16:46.432Z Downloaded slog-scope v4.4.1
10542026-06-04T21:16:46.432Z Downloaded crossterm v0.29.0
10552026-06-04T21:16:46.432Z Downloaded aes-gcm v0.10.3
10562026-06-04T21:16:46.454Z Downloaded sync_wrapper v1.0.2
10572026-06-04T21:16:46.454Z Downloaded structmeta v0.3.0
10582026-06-04T21:16:46.454Z Downloaded mio v1.2.0
10592026-06-04T21:16:46.454Z Downloaded slog-json v2.6.1
10602026-06-04T21:16:46.455Z Downloaded aes v0.8.4
10612026-06-04T21:16:46.460Z Downloaded sqlformat v0.3.5
10622026-06-04T21:16:46.460Z Downloaded spki v0.7.3
10632026-06-04T21:16:46.460Z Downloaded thiserror-impl-no-std v2.0.2
10642026-06-04T21:16:46.460Z Downloaded thread-id v5.1.0
10652026-06-04T21:16:46.460Z Downloaded termtree v0.5.1
10662026-06-04T21:16:46.460Z Downloaded slog-stdlog v4.1.1
10672026-06-04T21:16:46.460Z Downloaded hyper-util v0.1.20
10682026-06-04T21:16:46.460Z Downloaded dropshot-api-manager v0.7.2
10692026-06-04T21:16:46.460Z Downloaded time-core v0.1.8
10702026-06-04T21:16:46.460Z Downloaded subtle v2.6.1
10712026-06-04T21:16:46.460Z Downloaded serde_with_macros v3.17.0
10722026-06-04T21:16:46.460Z Downloaded pretty_assertions v1.4.1
10732026-06-04T21:16:46.460Z Downloaded rustls-pki-types v1.14.0
10742026-06-04T21:16:46.460Z Downloaded tinyvec_macros v0.1.1
10752026-06-04T21:16:46.460Z Downloaded string_cache v0.8.9
10762026-06-04T21:16:46.473Z Downloaded rayon-core v1.13.0
10772026-06-04T21:16:46.473Z Downloaded strum v0.26.3
10782026-06-04T21:16:46.473Z Downloaded slab v0.4.12
10792026-06-04T21:16:46.477Z Downloaded schemars v0.8.22
10802026-06-04T21:16:46.477Z Downloaded strum_macros v0.26.4
10812026-06-04T21:16:46.567Z Downloaded strum_macros v0.24.3
10822026-06-04T21:16:46.567Z Downloaded shlex v1.3.0
10832026-06-04T21:16:46.568Z Downloaded slog-async v2.8.0
10842026-06-04T21:16:46.568Z Downloaded iri-string v0.7.10
10852026-06-04T21:16:46.569Z Downloaded smallvec v0.6.14
10862026-06-04T21:16:46.569Z Downloaded qorb v0.4.1
10872026-06-04T21:16:46.569Z Downloaded support-bundle-viewer v0.1.2
10882026-06-04T21:16:46.569Z Downloaded stacker v0.1.23
10892026-06-04T21:16:46.570Z Downloaded ryu v1.0.23
10902026-06-04T21:16:46.570Z Downloaded topological-sort v0.2.2
10912026-06-04T21:16:46.570Z Downloaded tower-layer v0.3.3
10922026-06-04T21:16:46.570Z Downloaded spin v0.9.8
10932026-06-04T21:16:46.570Z Downloaded thiserror-no-std v2.0.2
10942026-06-04T21:16:46.570Z Downloaded serde_yaml v0.9.34+deprecated
10952026-06-04T21:16:46.570Z Downloaded ron v0.8.1
10962026-06-04T21:16:46.570Z Downloaded termios v0.3.3
10972026-06-04T21:16:46.570Z Downloaded static_assertions v1.1.0
10982026-06-04T21:16:46.570Z Downloaded tokio-macros v2.7.0
10992026-06-04T21:16:46.570Z Downloaded try-lock v0.2.5
11002026-06-04T21:16:46.570Z Downloaded quinn v0.11.9
11012026-06-04T21:16:46.570Z Downloaded strum_macros v0.27.2
11022026-06-04T21:16:46.570Z Downloaded time-macros v0.2.27
11032026-06-04T21:16:46.571Z Downloaded stringprep v0.1.5
11042026-06-04T21:16:46.571Z Downloaded similar v2.7.0
11052026-06-04T21:16:46.571Z Downloaded tower-service v0.3.3
11062026-06-04T21:16:46.571Z Downloaded thread_local v1.1.9
11072026-06-04T21:16:46.571Z Downloaded tokio-dtrace v0.1.1
11082026-06-04T21:16:46.571Z Downloaded typify-macro v0.4.3
11092026-06-04T21:16:46.571Z Downloaded typify-macro v0.6.2
11102026-06-04T21:16:46.571Z Downloaded trait-variant v0.1.2
11112026-06-04T21:16:46.571Z Downloaded tls_codec v0.4.2
11122026-06-04T21:16:46.571Z Downloaded unarray v0.1.4
11132026-06-04T21:16:46.571Z Downloaded rand v0.8.6
11142026-06-04T21:16:46.571Z Downloaded tokio-native-tls v0.3.1
11152026-06-04T21:16:46.571Z Downloaded slog v2.8.2
11162026-06-04T21:16:46.572Z Downloaded signal-hook v0.3.18
11172026-06-04T21:16:46.572Z Downloaded unicode-truncate v1.1.0
11182026-06-04T21:16:46.572Z Downloaded tokio-tungstenite v0.23.1
11192026-06-04T21:16:46.572Z Downloaded unit-prefix v0.5.2
11202026-06-04T21:16:46.572Z Downloaded schemars v0.9.0
11212026-06-04T21:16:46.585Z Downloaded usdt v0.6.0
11222026-06-04T21:16:46.585Z Downloaded untrusted v0.9.0
11232026-06-04T21:16:46.585Z Downloaded tokio-tungstenite v0.21.0
11242026-06-04T21:16:46.585Z Downloaded h2 v0.4.13
11252026-06-04T21:16:46.585Z Downloaded rustls-platform-verifier v0.6.2
11262026-06-04T21:16:46.585Z Downloaded socket2 v0.5.10
11272026-06-04T21:16:46.585Z Downloaded usdt-attr-macro v0.6.0
11282026-06-04T21:16:46.585Z Downloaded untrusted v0.7.1
11292026-06-04T21:16:46.585Z Downloaded libxml v0.3.3
11302026-06-04T21:16:46.586Z Downloaded usdt-macro v0.6.0
11312026-06-04T21:16:46.586Z Downloaded universal-hash v0.5.1
11322026-06-04T21:16:46.586Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11332026-06-04T21:16:46.603Z Downloaded rustls-webpki v0.103.9
11342026-06-04T21:16:46.603Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11352026-06-04T21:16:46.603Z Downloaded publicsuffix v2.3.0
11362026-06-04T21:16:46.603Z Downloaded samael v0.0.19
11372026-06-04T21:16:46.603Z Downloaded hashbrown v0.16.1
11382026-06-04T21:16:46.603Z Downloaded itertools v0.13.0
11392026-06-04T21:16:46.613Z Downloaded itertools v0.12.1
11402026-06-04T21:16:46.613Z Downloaded tui-tree-widget v0.23.1
11412026-06-04T21:16:46.613Z Downloaded unicase v2.9.0
11422026-06-04T21:16:46.613Z Downloaded tls_codec_derive v0.4.2
11432026-06-04T21:16:46.613Z Downloaded toml_writer v1.0.6+spec-1.1.0
11442026-06-04T21:16:46.613Z Downloaded tiny-keccak v2.0.2
11452026-06-04T21:16:46.614Z Downloaded wait-timeout v0.2.1
11462026-06-04T21:16:46.631Z Downloaded void v1.0.2
11472026-06-04T21:16:46.631Z Downloaded rsa v0.9.10
11482026-06-04T21:16:46.631Z Downloaded nom v7.1.3
11492026-06-04T21:16:46.631Z Downloaded term v1.2.1
11502026-06-04T21:16:46.631Z Downloaded term v0.7.0
11512026-06-04T21:16:46.677Z Downloaded want v0.3.1
11522026-06-04T21:16:46.677Z Downloaded rand v0.9.2
11532026-06-04T21:16:46.677Z Downloaded zeroize_derive v1.4.3
11542026-06-04T21:16:46.677Z Downloaded num-bigint-dig v0.8.6
11552026-06-04T21:16:46.677Z Downloaded tokio-rustls v0.25.0
11562026-06-04T21:16:46.677Z Downloaded test-strategy v0.4.5
11572026-06-04T21:16:46.677Z Downloaded waitgroup v0.1.2
11582026-06-04T21:16:46.677Z Downloaded p521 v0.13.3
11592026-06-04T21:16:46.677Z Downloaded xattr v1.6.1
11602026-06-04T21:16:46.677Z Downloaded rand v0.10.0
11612026-06-04T21:16:46.678Z Downloaded xshell-macros v0.2.7
11622026-06-04T21:16:46.678Z Downloaded utf-8 v0.7.6
11632026-06-04T21:16:46.678Z Downloaded tokio-rustls v0.24.1
11642026-06-04T21:16:46.678Z Downloaded zone_cfg_derive v0.3.1
11652026-06-04T21:16:46.678Z Downloaded uzers v0.12.2
11662026-06-04T21:16:46.678Z Downloaded socket2 v0.6.3
11672026-06-04T21:16:46.678Z Downloaded tokio-rustls v0.26.4
11682026-06-04T21:16:46.685Z Downloaded snafu v0.8.9
11692026-06-04T21:16:46.685Z Downloaded schemars v1.2.1
11702026-06-04T21:16:46.685Z Downloaded vergen-git2 v9.1.0
11712026-06-04T21:16:46.685Z Downloaded tokio-stream v0.1.18
11722026-06-04T21:16:46.685Z Downloaded twox-hash v2.1.2
11732026-06-04T21:16:46.685Z Downloaded hashbrown v0.15.5
11742026-06-04T21:16:46.685Z Downloaded zone v0.3.1
11752026-06-04T21:16:46.685Z Downloaded tracing-attributes v0.1.31
11762026-06-04T21:16:46.685Z Downloaded tinyvec v1.10.0
11772026-06-04T21:16:46.686Z Downloaded hyper v1.8.1
11782026-06-04T21:16:46.686Z Downloaded toml_parser v1.0.9+spec-1.1.0
11792026-06-04T21:16:46.686Z Downloaded usdt-impl v0.6.0
11802026-06-04T21:16:46.686Z Downloaded aho-corasick v1.1.4
11812026-06-04T21:16:46.686Z Downloaded wyz v0.5.1
11822026-06-04T21:16:46.686Z Downloaded toml v1.0.6+spec-1.1.0
11832026-06-04T21:16:46.686Z Downloaded toml v0.7.8
11842026-06-04T21:16:46.686Z Downloaded futures-util v0.3.32
11852026-06-04T21:16:46.722Z Downloaded zeroize v1.8.2
11862026-06-04T21:16:46.722Z Downloaded vergen-lib v9.1.0
11872026-06-04T21:16:46.722Z Downloaded russh v0.45.0
11882026-06-04T21:16:46.722Z Downloaded vsss-rs v3.3.4
11892026-06-04T21:16:46.722Z Downloaded hkdf v0.12.4
11902026-06-04T21:16:46.734Z Downloaded subprocess v0.2.15
11912026-06-04T21:16:46.734Z Downloaded vergen-gitcl v1.0.8
11922026-06-04T21:16:46.734Z Downloaded unicode-properties v0.1.4
11932026-06-04T21:16:46.734Z Downloaded whoami v1.6.1
11942026-06-04T21:16:46.734Z Downloaded walkdir v2.5.0
11952026-06-04T21:16:46.734Z Downloaded xshell v0.2.7
11962026-06-04T21:16:46.734Z Downloaded whoami v2.1.0
11972026-06-04T21:16:46.734Z Downloaded zstd v0.13.3
11982026-06-04T21:16:46.734Z Downloaded vergen-lib v0.1.6
11992026-06-04T21:16:46.734Z Downloaded vergen v9.1.0
12002026-06-04T21:16:46.734Z Downloaded tungstenite v0.21.0
12012026-06-04T21:16:46.734Z Downloaded typify v0.4.3
12022026-06-04T21:16:46.734Z Downloaded unicode-bidi v0.3.18
12032026-06-04T21:16:46.734Z Downloaded tungstenite v0.23.0
12042026-06-04T21:16:46.759Z Downloaded zstd-safe v7.2.4
12052026-06-04T21:16:46.759Z Downloaded itertools v0.14.0
12062026-06-04T21:16:46.759Z Downloaded yasna v0.5.2
12072026-06-04T21:16:46.759Z Downloaded unsafe-libyaml v0.2.11
12082026-06-04T21:16:46.759Z Downloaded tar v0.4.45
12092026-06-04T21:16:46.759Z Downloaded uuid v1.23.0
12102026-06-04T21:16:46.791Z Downloaded serde_with v1.14.0
12112026-06-04T21:16:46.791Z Downloaded curve25519-dalek v4.1.3
12122026-06-04T21:16:46.791Z Downloaded libm v0.2.16
12132026-06-04T21:16:46.791Z Downloaded tracing-core v0.1.36
12142026-06-04T21:16:46.812Z Downloaded iddqd v0.4.2
12152026-06-04T21:16:46.812Z Downloaded rustyline v14.0.0
12162026-06-04T21:16:46.812Z Downloaded rpassword v7.4.0
12172026-06-04T21:16:46.812Z Downloaded toml_edit v0.23.10+spec-1.0.0
12182026-06-04T21:16:46.812Z Downloaded vte v0.14.1
12192026-06-04T21:16:46.812Z Downloaded regex v1.12.3
12202026-06-04T21:16:46.812Z Downloaded reedline v0.40.0
12212026-06-04T21:16:46.812Z Downloaded typify v0.6.2
12222026-06-04T21:16:46.824Z Downloaded zerocopy v0.6.6
12232026-06-04T21:16:46.824Z Downloaded toml_edit v0.19.15
12242026-06-04T21:16:46.825Z Downloaded steno v0.4.1
12252026-06-04T21:16:46.825Z Downloaded tokio-postgres v0.7.16
12262026-06-04T21:16:46.833Z Downloaded yansi v1.0.1
12272026-06-04T21:16:46.833Z Downloaded git2 v0.20.4
12282026-06-04T21:16:46.833Z Downloaded unicode_categories v0.1.1
12292026-06-04T21:16:46.833Z Downloaded dropshot v0.17.0
12302026-06-04T21:16:46.839Z Downloaded zopfli v0.8.3
12312026-06-04T21:16:46.845Z Downloaded lalrpop v0.19.12
12322026-06-04T21:16:46.851Z Downloaded tower v0.5.3
12332026-06-04T21:16:46.859Z Downloaded ssh-key v0.6.7
12342026-06-04T21:16:46.866Z Downloaded typed-path v0.9.3
12352026-06-04T21:16:46.866Z Downloaded salty v0.3.0
12362026-06-04T21:16:46.866Z Downloaded rayon v1.11.0
12372026-06-04T21:16:46.872Z Downloaded moka v0.12.13
12382026-06-04T21:16:46.888Z Downloaded blake3 v1.8.3
12392026-06-04T21:16:46.888Z Downloaded zip v4.6.1
12402026-06-04T21:16:46.888Z Downloaded bindgen v0.71.1
12412026-06-04T21:16:46.925Z Downloaded reqwest v0.12.28
12422026-06-04T21:16:46.925Z Downloaded unicode-normalization v0.1.25
12432026-06-04T21:16:46.925Z Downloaded tower-http v0.6.8
12442026-06-04T21:16:46.925Z Downloaded zip v0.6.6
12452026-06-04T21:16:46.925Z Downloaded reqwest v0.13.2
12462026-06-04T21:16:46.925Z Downloaded p384 v0.13.1
12472026-06-04T21:16:46.925Z Downloaded rustls-webpki v0.102.8
12482026-06-04T21:16:46.956Z Downloaded zerocopy-derive v0.8.40
12492026-06-04T21:16:46.957Z Downloaded unicode-segmentation v1.12.0
12502026-06-04T21:16:46.957Z Downloaded aws-lc-rs v1.16.3
12512026-06-04T21:16:46.957Z Downloaded chrono v0.4.44
12522026-06-04T21:16:46.957Z Downloaded portable-atomic v1.13.1
12532026-06-04T21:16:46.957Z Downloaded winnow v0.6.26
12542026-06-04T21:16:46.957Z Downloaded quick-xml v0.37.5
12552026-06-04T21:16:46.981Z Downloaded rustls-webpki v0.101.7
12562026-06-04T21:16:46.981Z Downloaded openssl v0.10.79
12572026-06-04T21:16:46.986Z Downloaded proptest v1.10.0
12582026-06-04T21:16:46.986Z Downloaded x509-cert v0.2.5
12592026-06-04T21:16:46.986Z Downloaded goblin v0.10.5
12602026-06-04T21:16:46.986Z Downloaded time v0.3.47
12612026-06-04T21:16:46.989Z Downloaded tokio-util v0.7.18
12622026-06-04T21:16:46.990Z Downloaded tough v0.22.0
12632026-06-04T21:16:46.996Z Downloaded petname v2.0.2
12642026-06-04T21:16:47.014Z Downloaded regex-syntax v0.6.29
12652026-06-04T21:16:47.021Z Downloaded serde_with v3.17.0
12662026-06-04T21:16:47.028Z Downloaded hickory-proto v0.24.4
12672026-06-04T21:16:47.043Z Downloaded zlib-rs v0.6.2
12682026-06-04T21:16:47.051Z Downloaded webpki-roots v1.0.6
12692026-06-04T21:16:47.051Z Downloaded nix v0.27.1
12702026-06-04T21:16:47.055Z Downloaded openapiv3 v2.2.0
12712026-06-04T21:16:47.059Z Downloaded winnow v0.5.40
12722026-06-04T21:16:47.067Z Downloaded rustls v0.23.37
12732026-06-04T21:16:47.073Z Downloaded rustix v0.38.44
12742026-06-04T21:16:47.090Z Downloaded diesel v2.3.7
12752026-06-04T21:16:47.095Z Downloaded object v0.30.4
12762026-06-04T21:16:47.100Z Downloaded nix v0.28.0
12772026-06-04T21:16:47.109Z Downloaded quinn-proto v0.11.13
12782026-06-04T21:16:47.117Z Downloaded polar-core v0.27.3
12792026-06-04T21:16:47.121Z Downloaded tabled v0.20.0
12802026-06-04T21:16:47.133Z Downloaded rustls v0.21.12
12812026-06-04T21:16:47.141Z Downloaded sqlparser v0.61.0
12822026-06-04T21:16:47.149Z Downloaded radix_trie v0.2.1
12832026-06-04T21:16:47.157Z Downloaded nix v0.31.2
12842026-06-04T21:16:47.167Z Downloaded vcpkg v0.2.15
12852026-06-04T21:16:47.193Z Downloaded sled v0.34.7
12862026-06-04T21:16:47.199Z Downloaded typify-impl v0.4.3
12872026-06-04T21:16:47.208Z Downloaded smoltcp v0.9.1
12882026-06-04T21:16:47.212Z Downloaded ratatui v0.29.0
12892026-06-04T21:16:47.228Z Downloaded zerocopy v0.8.40
12902026-06-04T21:16:47.239Z Downloaded regex-automata v0.4.14
12912026-06-04T21:16:47.243Z Downloaded smoltcp v0.11.0
12922026-06-04T21:16:47.243Z Downloaded regress v0.11.1
12932026-06-04T21:16:47.247Z Downloaded rustls v0.22.4
12942026-06-04T21:16:47.255Z Downloaded regress v0.10.5
12952026-06-04T21:16:47.263Z Downloaded csv v1.4.0
12962026-06-04T21:16:47.272Z Downloaded regex-syntax v0.8.10
12972026-06-04T21:16:47.279Z Downloaded hickory-proto v0.25.2
12982026-06-04T21:16:47.284Z Downloaded object v0.37.3
12992026-06-04T21:16:47.315Z Downloaded libz-sys v1.1.24
13002026-06-04T21:16:47.328Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13012026-06-04T21:16:47.337Z Downloaded sha3 v0.10.8
13022026-06-04T21:16:47.356Z Downloaded typify-impl v0.6.2
13032026-06-04T21:16:47.360Z Downloaded bzip2-sys v0.1.13+1.0.8
13042026-06-04T21:16:47.369Z Downloaded encoding_rs v0.8.35
13052026-06-04T21:16:47.383Z Downloaded tracing v0.1.44
13062026-06-04T21:16:47.408Z Downloaded zerocopy-derive v0.6.6
13072026-06-04T21:16:47.416Z Downloaded libgit2-sys v0.18.3+1.9.2
13082026-06-04T21:16:47.456Z Downloaded petgraph v0.6.5
13092026-06-04T21:16:47.475Z Downloaded jiff v0.2.21
13102026-06-04T21:16:47.488Z Downloaded chrono-tz v0.10.4
13112026-06-04T21:16:47.496Z Downloaded petgraph v0.8.3
13122026-06-04T21:16:47.522Z Downloaded tokio v1.52.1
13132026-06-04T21:16:47.588Z Downloaded ring v0.17.14
13142026-06-04T21:16:48.136Z Downloaded aws-lc-sys v0.40.0
13152026-06-04T21:16:48.383Z Compiling libc v0.2.185
13162026-06-04T21:16:48.383Z Compiling serde v1.0.228
13172026-06-04T21:16:48.404Z Compiling log v0.4.29
13182026-06-04T21:16:48.404Z Compiling shlex v1.3.0
13192026-06-04T21:16:48.528Z Compiling find-msvc-tools v0.1.9
13202026-06-04T21:16:48.535Z Compiling smallvec v1.15.1
13212026-06-04T21:16:48.660Z Compiling syn v2.0.117
13222026-06-04T21:16:48.709Z Compiling typenum v1.19.0
13232026-06-04T21:16:48.812Z Compiling generic-array v0.14.7
13242026-06-04T21:16:48.828Z Compiling subtle v2.6.1
13252026-06-04T21:16:48.858Z Compiling scopeguard v1.2.0
13262026-06-04T21:16:48.916Z Compiling const-oid v0.9.6
13272026-06-04T21:16:48.955Z Compiling serde_json v1.0.149
13282026-06-04T21:16:48.972Z Compiling lock_api v0.4.14
13292026-06-04T21:16:49.032Z Compiling zerocopy v0.8.40
13302026-06-04T21:16:49.091Z Compiling portable-atomic v1.13.1
13312026-06-04T21:16:49.260Z Compiling parking_lot_core v0.9.12
13322026-06-04T21:16:49.463Z Compiling getrandom v0.2.17
13332026-06-04T21:16:49.478Z Compiling jobserver v0.1.34
13342026-06-04T21:16:49.533Z Compiling errno v0.3.14
13352026-06-04T21:16:49.547Z Compiling pin-project-lite v0.2.17
13362026-06-04T21:16:49.696Z Compiling rand_core v0.6.4
13372026-06-04T21:16:49.743Z Compiling cc v1.2.56
13382026-06-04T21:16:49.762Z Compiling pkg-config v0.3.32
13392026-06-04T21:16:49.892Z Compiling signal-hook-registry v1.4.8
13402026-06-04T21:16:49.981Z Compiling bitflags v2.11.0
13412026-06-04T21:16:50.070Z Compiling futures-core v0.3.32
13422026-06-04T21:16:50.181Z Compiling critical-section v1.2.0
13432026-06-04T21:16:50.222Z Compiling libm v0.2.16
13442026-06-04T21:16:50.420Z Compiling parking_lot v0.12.5
13452026-06-04T21:16:50.545Z Compiling once_cell v1.21.3
13462026-06-04T21:16:50.545Z Compiling mio v1.2.0
13472026-06-04T21:16:50.545Z Compiling num-traits v0.2.19
13482026-06-04T21:16:50.545Z Compiling percent-encoding v2.3.2
13492026-06-04T21:16:50.595Z Compiling socket2 v0.6.3
13502026-06-04T21:16:50.595Z Compiling futures-sink v0.3.32
13512026-06-04T21:16:50.617Z Compiling futures-channel v0.3.32
13522026-06-04T21:16:50.622Z Compiling futures-io v0.3.32
13532026-06-04T21:16:50.682Z Compiling cpufeatures v0.2.17
13542026-06-04T21:16:50.760Z Compiling slab v0.4.12
13552026-06-04T21:16:50.778Z Compiling getrandom v0.4.1
13562026-06-04T21:16:50.790Z Compiling futures-task v0.3.32
13572026-06-04T21:16:50.841Z Compiling rand_core v0.10.0
13582026-06-04T21:16:50.940Z Compiling indexmap v2.14.0
13592026-06-04T21:16:50.950Z Compiling getrandom v0.3.4
13602026-06-04T21:16:50.992Z Compiling rustversion v1.0.22
13612026-06-04T21:16:51.038Z Compiling cmake v0.1.57
13622026-06-04T21:16:51.823Z Compiling form_urlencoded v1.2.2
13632026-06-04T21:16:51.823Z Compiling dunce v1.0.5
13642026-06-04T21:16:51.823Z Compiling fs_extra v1.3.0
13652026-06-04T21:16:51.823Z Compiling base64ct v1.8.3
13662026-06-04T21:16:51.823Z Compiling synstructure v0.13.2
13672026-06-04T21:16:51.971Z Compiling aws-lc-sys v0.40.0
13682026-06-04T21:16:51.971Z Compiling ident_case v1.0.1
13692026-06-04T21:16:52.025Z Compiling pem-rfc7468 v0.7.0
13702026-06-04T21:16:52.025Z Compiling regex-syntax v0.8.10
13712026-06-04T21:16:52.025Z Compiling flagset v0.4.7
13722026-06-04T21:16:52.087Z Compiling iana-time-zone v0.1.65
13732026-06-04T21:16:52.184Z Compiling rustix v1.1.3
13742026-06-04T21:16:52.184Z Compiling rand_core v0.9.5
13752026-06-04T21:16:52.303Z Compiling ring v0.17.14
13762026-06-04T21:16:52.348Z Compiling vcpkg v0.2.15
13772026-06-04T21:16:52.348Z Compiling aws-lc-rs v1.16.3
13782026-06-04T21:16:52.439Z Compiling uuid v1.23.0
13792026-06-04T21:16:52.586Z Compiling rustc_version v0.4.1
13802026-06-04T21:16:52.919Z Compiling tracing-core v0.1.36
13812026-06-04T21:16:53.000Z Compiling openssl-sys v0.9.115
13822026-06-04T21:16:53.119Z Compiling base64 v0.22.1
13832026-06-04T21:16:53.385Z Compiling serde_derive v1.0.228
13842026-06-04T21:16:53.474Z Compiling zeroize_derive v1.4.3
13852026-06-04T21:16:53.563Z Compiling zerofrom-derive v0.1.6
13862026-06-04T21:16:53.563Z Compiling yoke-derive v0.8.1
13872026-06-04T21:16:53.902Z Compiling zerovec-derive v0.11.2
13882026-06-04T21:16:54.804Z Compiling zeroize v1.8.2
13892026-06-04T21:16:54.971Z Compiling zerocopy-derive v0.8.40
13902026-06-04T21:16:54.971Z Compiling displaydoc v0.2.5
13912026-06-04T21:16:54.971Z Compiling crypto-common v0.1.7
13922026-06-04T21:16:54.971Z Compiling zerofrom v0.1.6
13932026-06-04T21:16:55.109Z Compiling yoke v0.8.1
13942026-06-04T21:16:55.109Z Compiling block-buffer v0.10.4
13952026-06-04T21:16:55.191Z Compiling tokio-macros v2.7.0
13962026-06-04T21:16:55.253Z Compiling zerovec v0.11.5
13972026-06-04T21:16:55.253Z Compiling digest v0.10.7
13982026-06-04T21:16:55.500Z Compiling futures-macro v0.3.32
13992026-06-04T21:16:55.523Z Compiling zerotrie v0.2.3
14002026-06-04T21:16:55.675Z Compiling tinystr v0.8.2
14012026-06-04T21:16:55.765Z Compiling potential_utf v0.1.4
14022026-06-04T21:16:55.806Z Compiling hmac v0.12.1
14032026-06-04T21:16:55.850Z Compiling icu_locale_core v2.1.1
14042026-06-04T21:16:55.862Z Compiling icu_collections v2.1.1
14052026-06-04T21:16:55.879Z Compiling block-padding v0.3.3
14062026-06-04T21:16:56.074Z Compiling inout v0.1.4
14072026-06-04T21:16:56.268Z Compiling cipher v0.4.4
14082026-06-04T21:16:56.309Z Compiling futures-util v0.3.32
14092026-06-04T21:16:56.385Z Compiling sha2 v0.10.9
14102026-06-04T21:16:56.526Z Compiling der_derive v0.7.3
14112026-06-04T21:16:56.759Z Compiling icu_provider v2.1.1
14122026-06-04T21:16:56.848Z Compiling bytes v1.11.1
14132026-06-04T21:16:57.080Z Compiling icu_normalizer v2.1.1
14142026-06-04T21:16:57.785Z Compiling icu_properties v2.1.2
14152026-06-04T21:16:57.899Z Compiling tokio v1.52.1
14162026-06-04T21:16:57.899Z Compiling der v0.7.10
14172026-06-04T21:16:57.899Z Compiling http v1.4.0
14182026-06-04T21:16:57.899Z Compiling chrono v0.4.44
14192026-06-04T21:16:58.328Z Compiling idna_adapter v1.2.1
14202026-06-04T21:16:58.439Z Compiling idna v1.1.0
14212026-06-04T21:16:58.482Z Compiling spki v0.7.3
14222026-06-04T21:16:58.482Z Compiling salsa20 v0.10.2
14232026-06-04T21:16:58.703Z Compiling ppv-lite86 v0.2.21
14242026-06-04T21:16:58.770Z Compiling pbkdf2 v0.12.2
14252026-06-04T21:16:58.771Z Compiling rustls-pki-types v1.14.0
14262026-06-04T21:16:58.771Z Compiling thiserror-impl v2.0.18
14272026-06-04T21:16:58.829Z Compiling url v2.5.8
14282026-06-04T21:16:59.016Z Compiling tracing-attributes v0.1.31
14292026-06-04T21:17:02.928Z Compiling rand_chacha v0.9.0
14302026-06-04T21:17:03.039Z Compiling scrypt v0.11.0
14312026-06-04T21:17:03.039Z Compiling http-body v1.0.1
14322026-06-04T21:17:03.039Z Compiling aes v0.8.4
14332026-06-04T21:17:03.039Z Compiling cbc v0.1.2
14342026-06-04T21:17:03.039Z Compiling untrusted v0.9.0
14352026-06-04T21:17:03.039Z Compiling httparse v1.10.1
14362026-06-04T21:17:03.039Z Compiling untrusted v0.7.1
14372026-06-04T21:17:03.039Z Compiling openssl-probe v0.2.1
14382026-06-04T21:17:03.039Z Compiling tinyvec_macros v0.1.1
14392026-06-04T21:17:03.039Z Compiling tinyvec v1.10.0
14402026-06-04T21:17:03.039Z Compiling pkcs5 v0.7.1
14412026-06-04T21:17:03.039Z Compiling thiserror v2.0.18
14422026-06-04T21:17:03.039Z Compiling pest_generator v2.8.6
14432026-06-04T21:17:03.039Z Compiling rand v0.9.2
14442026-06-04T21:17:03.039Z Compiling tracing v0.1.44
14452026-06-04T21:17:03.328Z Compiling serde_derive_internals v0.29.1
14462026-06-04T21:17:03.329Z Compiling aho-corasick v1.1.4
14472026-06-04T21:17:03.329Z Compiling rustls v0.23.37
14482026-06-04T21:17:03.329Z Compiling dyn-clone v1.0.20
14492026-06-04T21:17:03.329Z Compiling tower-layer v0.3.3
14502026-06-04T21:17:03.329Z Compiling tower-service v0.3.3
14512026-06-04T21:17:03.329Z Compiling atomic-waker v1.1.2
14522026-06-04T21:17:03.329Z Compiling try-lock v0.2.5
14532026-06-04T21:17:03.329Z Compiling schemars v0.8.22
14542026-06-04T21:17:03.329Z Compiling want v0.3.1
14552026-06-04T21:17:03.330Z Compiling pest_derive v2.8.6
14562026-06-04T21:17:03.330Z Compiling tokio-util v0.7.18
14572026-06-04T21:17:03.330Z Compiling regex-automata v0.4.14
14582026-06-04T21:17:03.331Z Compiling schemars_derive v0.8.22
14592026-06-04T21:17:03.331Z Compiling pkcs8 v0.10.2
14602026-06-04T21:17:03.331Z Compiling ipnet v2.11.0
14612026-06-04T21:17:03.331Z Compiling h2 v0.4.13
14622026-06-04T21:17:03.331Z Compiling scroll_derive v0.13.1
14632026-06-04T21:17:03.331Z Compiling darling_core v0.20.11
14642026-06-04T21:17:03.331Z Compiling foreign-types-shared v0.1.1
14652026-06-04T21:17:03.331Z Compiling httpdate v1.0.3
14662026-06-04T21:17:03.331Z Compiling openssl v0.10.79
14672026-06-04T21:17:03.331Z Compiling pin-utils v0.1.0
14682026-06-04T21:17:03.331Z Compiling foreign-types v0.3.2
14692026-06-04T21:17:03.331Z Compiling tempfile v3.25.0
14702026-06-04T21:17:03.331Z Compiling scroll v0.13.0
14712026-06-04T21:17:03.393Z Compiling unicode-normalization v0.1.25
14722026-06-04T21:17:03.393Z Compiling openssl-macros v0.1.1
14732026-06-04T21:17:03.537Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14742026-06-04T21:17:03.619Z Compiling spin v0.9.8
14752026-06-04T21:17:03.624Z Compiling crc32fast v1.5.0
14762026-06-04T21:17:03.831Z Compiling native-tls v0.2.18
14772026-06-04T21:17:03.900Z Compiling powerfmt v0.2.0
14782026-06-04T21:17:03.934Z Compiling num-conv v0.2.0
14792026-06-04T21:17:04.036Z Compiling time-core v0.1.8
14802026-06-04T21:17:04.073Z Compiling deranged v0.5.8
14812026-06-04T21:17:04.185Z Compiling time-macros v0.2.27
14822026-06-04T21:17:04.553Z Compiling darling_macro v0.20.11
14832026-06-04T21:17:05.022Z Compiling darling v0.20.11
14842026-06-04T21:17:05.047Z Compiling hyper v1.8.1
14852026-06-04T21:17:05.104Z Compiling goblin v0.10.5
14862026-06-04T21:17:05.254Z Compiling rustls-native-certs v0.8.3
14872026-06-04T21:17:05.393Z Compiling sync_wrapper v1.0.2
14882026-06-04T21:17:05.503Z Compiling wait-timeout v0.2.1
14892026-06-04T21:17:05.560Z Compiling usdt-impl v0.6.0
14902026-06-04T21:17:05.842Z Compiling simd-adler32 v0.3.8
14912026-06-04T21:17:05.847Z Compiling num_threads v0.1.7
14922026-06-04T21:17:05.872Z Compiling crossbeam-utils v0.8.21
14932026-06-04T21:17:05.999Z Compiling bit-vec v0.8.0
14942026-06-04T21:17:06.056Z Compiling quick-error v1.2.3
14952026-06-04T21:17:06.145Z Compiling hyper-util v0.1.20
14962026-06-04T21:17:06.165Z Compiling syn v1.0.109
14972026-06-04T21:17:06.242Z Compiling siphasher v1.0.2
14982026-06-04T21:17:06.505Z Compiling bit-set v0.8.0
14992026-06-04T21:17:06.674Z Compiling rusty-fork v0.3.1
15002026-06-04T21:17:06.701Z Compiling time v0.3.47
15012026-06-04T21:17:06.747Z Compiling tower v0.5.3
15022026-06-04T21:17:06.951Z Compiling derive_builder_core v0.20.2
15032026-06-04T21:17:07.229Z Compiling dtrace-parser v0.3.0
15042026-06-04T21:17:07.343Z Compiling http-body-util v0.1.3
15052026-06-04T21:17:07.607Z Compiling webpki-roots v1.0.6
15062026-06-04T21:17:07.718Z Compiling signature v2.2.0
15072026-06-04T21:17:07.828Z Compiling dof v0.4.0
15082026-06-04T21:17:07.968Z Compiling scroll_derive v0.12.1
15092026-06-04T21:17:08.004Z Compiling thiserror-impl v1.0.69
15102026-06-04T21:17:08.004Z Compiling heapless v0.7.17
15112026-06-04T21:17:08.192Z Compiling rand_xorshift v0.4.0
15122026-06-04T21:17:08.254Z Compiling slog v2.8.2
15132026-06-04T21:17:08.356Z Compiling darling_core v0.21.3
15142026-06-04T21:17:08.437Z Compiling bzip2-sys v0.1.13+1.0.8
15152026-06-04T21:17:08.533Z Compiling thread-id v5.1.0
15162026-06-04T21:17:08.673Z Compiling cookie v0.18.1
15172026-06-04T21:17:08.772Z Compiling zstd-safe v7.2.4
15182026-06-04T21:17:08.883Z Compiling unicode-bidi v0.3.18
15192026-06-04T21:17:08.954Z Compiling unarray v0.1.4
15202026-06-04T21:17:09.006Z Compiling anyhow v1.0.102
15212026-06-04T21:17:09.090Z Compiling unicode-properties v0.1.4
15222026-06-04T21:17:09.174Z Compiling signal-hook v0.3.18
15232026-06-04T21:17:09.290Z Compiling allocator-api2 v0.2.21
15242026-06-04T21:17:09.436Z Compiling iri-string v0.7.10
15252026-06-04T21:17:09.457Z Compiling paste v1.0.15
15262026-06-04T21:17:09.457Z Compiling ryu v1.0.23
15272026-06-04T21:17:09.457Z Compiling adler2 v2.0.1
15282026-06-04T21:17:09.524Z Compiling serde_urlencoded v0.7.1
15292026-06-04T21:17:09.548Z Compiling miniz_oxide v0.8.9
15302026-06-04T21:17:09.661Z Compiling stringprep v0.1.5
15312026-06-04T21:17:09.770Z Compiling thiserror v1.0.69
15322026-06-04T21:17:09.871Z Compiling proptest v1.10.0
15332026-06-04T21:17:10.141Z Compiling scroll v0.12.0
15342026-06-04T21:17:10.476Z Compiling tower-http v0.6.8
15352026-06-04T21:17:10.772Z Compiling derive_builder_macro v0.20.2
15362026-06-04T21:17:10.786Z Compiling tokio-native-tls v0.3.1
15372026-06-04T21:17:10.882Z Compiling ipnetwork v0.21.1
15382026-06-04T21:17:10.887Z Compiling bstr v1.12.1
15392026-06-04T21:17:10.914Z Compiling darling_macro v0.21.3
15402026-06-04T21:17:11.134Z Compiling rand_chacha v0.3.1
15412026-06-04T21:17:11.173Z Compiling serde_tokenstream v0.2.3
15422026-06-04T21:17:11.265Z Compiling serde_spanned v0.6.9
15432026-06-04T21:17:11.389Z Compiling erased-serde v0.3.31
15442026-06-04T21:17:11.405Z Compiling toml_datetime v0.6.11
15452026-06-04T21:17:11.479Z Compiling md-5 v0.10.6
15462026-06-04T21:17:11.545Z Compiling zerocopy-derive v0.7.35
15472026-06-04T21:17:11.643Z Compiling pin-project-internal v1.1.11
15482026-06-04T21:17:11.663Z Compiling async-trait v0.1.89
15492026-06-04T21:17:11.871Z Compiling curve25519-dalek v4.1.3
15502026-06-04T21:17:11.936Z Compiling vergen-lib v9.1.0
15512026-06-04T21:17:12.111Z Compiling num-integer v0.1.46
15522026-06-04T21:17:12.250Z Compiling hash32 v0.2.1
15532026-06-04T21:17:12.406Z Compiling ff v0.13.1
15542026-06-04T21:17:12.413Z Compiling memoffset v0.9.1
15552026-06-04T21:17:12.443Z Compiling encoding_rs v0.8.35
15562026-06-04T21:17:12.543Z Compiling base16ct v0.2.0
15572026-06-04T21:17:12.594Z Compiling num-bigint-dig v0.8.6
15582026-06-04T21:17:12.685Z Compiling zlib-rs v0.6.2
15592026-06-04T21:17:12.726Z Compiling cfg_aliases v0.2.1
15602026-06-04T21:17:12.753Z Compiling smoltcp v0.9.1
15612026-06-04T21:17:12.779Z Compiling psl-types v2.0.11
15622026-06-04T21:17:12.809Z Compiling ref-cast v1.0.25
15632026-06-04T21:17:12.909Z Compiling fallible-iterator v0.2.0
15642026-06-04T21:17:13.092Z Compiling rustix v0.38.44
15652026-06-04T21:17:13.102Z Compiling litrs v1.0.0
15662026-06-04T21:17:13.217Z Compiling mime v0.3.17
15672026-06-04T21:17:13.520Z Compiling postgres-protocol v0.6.10
15682026-06-04T21:17:13.647Z Compiling publicsuffix v2.3.0
15692026-06-04T21:17:13.670Z Compiling document-features v0.2.12
15702026-06-04T21:17:13.897Z Compiling nix v0.31.2
15712026-06-04T21:17:14.032Z Compiling pin-project v1.1.11
15722026-06-04T21:17:14.056Z Compiling sec1 v0.7.3
15732026-06-04T21:17:14.181Z Compiling group v0.13.0
15742026-06-04T21:17:14.226Z Compiling zerocopy v0.7.35
15752026-06-04T21:17:14.333Z Compiling num-iter v0.1.45
15762026-06-04T21:17:14.442Z Compiling newtype-uuid v1.3.2
15772026-06-04T21:17:14.705Z Compiling hubpack_derive v0.1.1
15782026-06-04T21:17:14.716Z Compiling darling v0.21.3
15792026-06-04T21:17:14.773Z Compiling rand v0.8.6
15802026-06-04T21:17:14.781Z Compiling derive_builder v0.20.2
15812026-06-04T21:17:14.808Z Compiling oxnet v0.1.4
15822026-06-04T21:17:14.877Z Compiling hyper-tls v0.6.0
15832026-06-04T21:17:15.115Z Compiling goblin v0.8.2
15842026-06-04T21:17:15.611Z Compiling flate2 v1.1.9
15852026-06-04T21:17:15.676Z Compiling phf_shared v0.13.1
15862026-06-04T21:17:15.703Z Compiling lazy_static v1.5.0
15872026-06-04T21:17:15.785Z Compiling regex v1.12.3
15882026-06-04T21:17:15.852Z Compiling futures-executor v0.3.32
15892026-06-04T21:17:15.919Z Compiling hex v0.4.3
15902026-06-04T21:17:15.976Z Compiling hkdf v0.12.4
15912026-06-04T21:17:16.055Z Compiling crypto-bigint v0.5.5
15922026-06-04T21:17:16.100Z Compiling terminal_size v0.4.3
15932026-06-04T21:17:16.141Z Compiling snafu-derive v0.8.9
15942026-06-04T21:17:16.180Z Compiling strum_macros v0.27.2
15952026-06-04T21:17:16.226Z Compiling curve25519-dalek-derive v0.1.1
15962026-06-04T21:17:16.240Z Compiling ref-cast-impl v1.0.25
15972026-06-04T21:17:16.775Z Compiling daft-derive v0.1.7
15982026-06-04T21:17:16.861Z Compiling vergen v9.1.0
15992026-06-04T21:17:17.055Z Compiling fs-err v3.3.0
16002026-06-04T21:17:17.249Z Compiling cargo-platform v0.3.2
16012026-06-04T21:17:17.504Z Compiling ahash v0.8.12
16022026-06-04T21:17:17.518Z Compiling unicode-segmentation v1.12.0
16032026-06-04T21:17:17.702Z Compiling winnow v0.5.40
16042026-06-04T21:17:17.909Z Compiling bumpalo v3.20.2
16052026-06-04T21:17:17.999Z Compiling libbz2-rs-sys v0.2.2
16062026-06-04T21:17:18.111Z Compiling foldhash v0.2.0
16072026-06-04T21:17:18.111Z Compiling foldhash v0.1.5
16082026-06-04T21:17:18.159Z Compiling managed v0.8.0
16092026-06-04T21:17:18.345Z Compiling same-file v1.0.6
16102026-06-04T21:17:18.358Z Compiling bitflags v1.3.2
16112026-06-04T21:17:18.382Z Compiling object v0.37.3
16122026-06-04T21:17:18.462Z Compiling walkdir v2.5.0
16132026-06-04T21:17:18.585Z Compiling bzip2 v0.6.1
16142026-06-04T21:17:18.734Z Compiling hashbrown v0.16.1
16152026-06-04T21:17:18.743Z Compiling hashbrown v0.15.5
16162026-06-04T21:17:18.809Z Compiling strum v0.27.2
16172026-06-04T21:17:18.814Z Compiling zopfli v0.8.3
16182026-06-04T21:17:18.967Z Compiling snafu v0.8.9
16192026-06-04T21:17:19.176Z Compiling toml_edit v0.19.15
16202026-06-04T21:17:19.356Z Compiling clap_builder v4.5.60
16212026-06-04T21:17:19.365Z Compiling daft v0.1.7
16222026-06-04T21:17:19.365Z Compiling cargo_metadata v0.23.1
16232026-06-04T21:17:19.365Z Compiling dof v0.3.0
16242026-06-04T21:17:19.596Z Compiling elliptic-curve v0.13.8
16252026-06-04T21:17:20.067Z Compiling futures v0.3.32
16262026-06-04T21:17:20.107Z Compiling phf v0.13.1
16272026-06-04T21:17:20.266Z Compiling signal-hook-mio v0.2.5
16282026-06-04T21:17:20.428Z Compiling cookie_store v0.22.1
16292026-06-04T21:17:20.863Z Compiling bzip2 v0.4.4
16302026-06-04T21:17:21.044Z Compiling hubpack v0.1.2
16312026-06-04T21:17:21.048Z Compiling zstd v0.13.3
16322026-06-04T21:17:21.068Z Compiling serde_with_macros v3.17.0
16332026-06-04T21:17:21.333Z Compiling postgres-types v0.2.12
16342026-06-04T21:17:21.881Z Compiling usdt-macro v0.6.0
16352026-06-04T21:17:21.901Z Compiling usdt-attr-macro v0.6.0
16362026-06-04T21:17:22.188Z Compiling globset v0.4.18
16372026-06-04T21:17:22.250Z Compiling dtrace-parser v0.2.0
16382026-06-04T21:17:22.450Z Compiling ed25519 v2.2.3
16392026-06-04T21:17:22.520Z Compiling phf_shared v0.11.3
16402026-06-04T21:17:22.579Z Compiling olpc-cjson v0.1.4
16412026-06-04T21:17:22.661Z Compiling pkcs1 v0.7.5
16422026-06-04T21:17:22.707Z Compiling serde-big-array v0.5.1
16432026-06-04T21:17:22.733Z Compiling serde_plain v1.0.2
16442026-06-04T21:17:22.856Z Compiling rfc6979 v0.4.0
16452026-06-04T21:17:22.869Z Compiling clap_derive v4.5.55
16462026-06-04T21:17:22.930Z Compiling serde_repr v0.1.20
16472026-06-04T21:17:23.000Z Compiling strum_macros v0.26.4
16482026-06-04T21:17:23.010Z Compiling async-recursion v1.1.1
16492026-06-04T21:17:23.081Z Compiling enum-as-inner v0.6.1
16502026-06-04T21:17:23.441Z Compiling pem v3.0.6
16512026-06-04T21:17:23.482Z Compiling float-cmp v0.10.0
16522026-06-04T21:17:23.612Z Compiling memmap2 v0.9.10
16532026-06-04T21:17:23.645Z Compiling thread-id v4.2.2
16542026-06-04T21:17:23.672Z Compiling env_filter v1.0.0
16552026-06-04T21:17:23.722Z Compiling new_debug_unreachable v1.0.6
16562026-06-04T21:17:23.741Z Compiling precomputed-hash v0.1.1
16572026-06-04T21:17:23.794Z Compiling data-encoding v2.10.0
16582026-06-04T21:17:23.825Z Compiling static_assertions v1.1.0
16592026-06-04T21:17:23.825Z Compiling typed-path v0.9.3
16602026-06-04T21:17:23.911Z Compiling normalize-line-endings v0.3.0
16612026-06-04T21:17:23.962Z Compiling keccak v0.1.6
16622026-06-04T21:17:24.032Z Compiling difflib v0.4.0
16632026-06-04T21:17:24.502Z Compiling jiff v0.2.21
16642026-06-04T21:17:24.578Z Compiling fixedbitset v0.4.2
16652026-06-04T21:17:24.668Z Compiling predicates-core v1.0.10
16662026-06-04T21:17:25.229Z Compiling either v1.15.0
16672026-06-04T21:17:25.242Z Compiling whoami v2.1.0
16682026-06-04T21:17:25.242Z Compiling fixedbitset v0.5.7
16692026-06-04T21:17:25.242Z Compiling predicates v3.1.4
16702026-06-04T21:17:25.242Z Compiling itertools v0.13.0
16712026-06-04T21:17:25.242Z Compiling petgraph v0.8.3
16722026-06-04T21:17:25.242Z Compiling tokio-postgres v0.7.16
16732026-06-04T21:17:25.242Z Compiling strum v0.26.3
16742026-06-04T21:17:25.357Z Compiling petgraph v0.6.5
16752026-06-04T21:17:25.548Z Compiling clap v4.5.60
16762026-06-04T21:17:25.583Z Compiling toml_edit v0.22.27
16772026-06-04T21:17:25.739Z Compiling sha3 v0.10.8
16782026-06-04T21:17:26.240Z Compiling hickory-proto v0.25.2
16792026-06-04T21:17:26.306Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16802026-06-04T21:17:26.781Z Compiling env_logger v0.11.9
16812026-06-04T21:17:27.606Z Compiling string_cache v0.8.9
16822026-06-04T21:17:27.707Z Compiling zip v4.6.1
16832026-06-04T21:17:27.707Z Compiling usdt v0.6.0
16842026-06-04T21:17:27.707Z Compiling usdt-impl v0.5.0
16852026-06-04T21:17:27.707Z Compiling ecdsa v0.16.9
16862026-06-04T21:17:27.898Z Compiling rsa v0.9.10
16872026-06-04T21:17:27.955Z Compiling ed25519-dalek v2.2.0
16882026-06-04T21:17:28.124Z Compiling crossterm v0.28.1
16892026-06-04T21:17:28.281Z Compiling serde_with v3.17.0
16902026-06-04T21:17:28.711Z Compiling zip v0.6.6
16912026-06-04T21:17:29.789Z Compiling toml v0.7.8
16922026-06-04T21:17:29.934Z Compiling iddqd v0.4.2
16932026-06-04T21:17:30.087Z Compiling toml_parser v1.0.9+spec-1.1.0
16942026-06-04T21:17:30.118Z Compiling similar v2.7.0
16952026-06-04T21:17:30.148Z Compiling heck v0.4.1
16962026-06-04T21:17:30.370Z Compiling crossbeam-epoch v0.9.18
16972026-06-04T21:17:30.650Z Compiling tokio-stream v0.1.18
16982026-06-04T21:17:30.756Z Compiling buf-list v1.1.2
16992026-06-04T21:17:30.781Z Compiling x509-cert v0.2.5
17002026-06-04T21:17:30.865Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17012026-06-04T21:17:30.909Z Compiling openapiv3 v2.2.0
17022026-06-04T21:17:30.967Z Compiling sha1 v0.10.6
17032026-06-04T21:17:31.138Z Compiling peg-runtime v0.8.5
17042026-06-04T21:17:31.256Z Compiling lalrpop-util v0.19.12
17052026-06-04T21:17:31.256Z Compiling thread_local v1.1.9
17062026-06-04T21:17:31.316Z Compiling slog-async v2.8.0
17072026-06-04T21:17:31.377Z Compiling crossbeam-channel v0.5.15
17082026-06-04T21:17:31.414Z Compiling filetime v0.2.27
17092026-06-04T21:17:31.457Z Compiling is-terminal v0.4.17
17102026-06-04T21:17:31.547Z Compiling xattr v1.6.1
17112026-06-04T21:17:31.591Z Compiling take_mut v0.2.2
17122026-06-04T21:17:31.607Z Compiling term v1.2.1
17132026-06-04T21:17:31.658Z Compiling tar v0.4.45
17142026-06-04T21:17:32.638Z Compiling slog-term v2.9.2
17152026-06-04T21:17:41.187Z Compiling rustls-webpki v0.103.9
17162026-06-04T21:17:44.022Z Compiling tokio-rustls v0.26.4
17172026-06-04T21:17:44.022Z Compiling rustls-platform-verifier v0.6.2
17182026-06-04T21:17:44.265Z Compiling hyper-rustls v0.27.7
17192026-06-04T21:17:44.448Z Compiling reqwest v0.12.28
17202026-06-04T21:17:44.540Z Compiling reqwest v0.13.2
17212026-06-04T21:17:45.732Z Compiling tough v0.22.0
17222026-06-04T21:17:48.274Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17232026-06-04T21:17:48.495Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17242026-06-04T21:17:51.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17252026-06-04T21:17:51.391Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17262026-06-04T21:17:51.435ZJun 04 21:17:50.576 INFO Starting download, target: Clickhouse
17272026-06-04T21:17:51.435ZJun 04 21:17:50.576 INFO Starting download, target: Cockroach
17282026-06-04T21:17:51.435ZJun 04 21:17:50.576 INFO Starting download, target: Console
17292026-06-04T21:17:51.435ZJun 04 21:17:50.576 INFO Starting download, target: DendriteStub
17302026-06-04T21:17:51.442ZJun 04 21:17:50.576 INFO Starting download, target: MaghemiteMgd
17312026-06-04T21:17:51.442ZJun 04 21:17:50.576 INFO Starting download, target: TransceiverControl
17322026-06-04T21:17:51.442ZJun 04 21:17:50.576 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17332026-06-04T21:17:51.442ZJun 04 21:17:50.576 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17342026-06-04T21:17:51.442ZJun 04 21:17:50.576 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17352026-06-04T21:17:51.442ZJun 04 21:17:50.576 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17362026-06-04T21:17:51.442ZJun 04 21:17:50.576 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17372026-06-04T21:17:51.442ZJun 04 21:17:50.576 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17382026-06-04T21:17:51.809ZJun 04 21:17:50.950 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17392026-06-04T21:17:52.074ZJun 04 21:17:51.213 INFO Download complete, target: TransceiverControl
17402026-06-04T21:17:52.458ZJun 04 21:17:51.590 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17412026-06-04T21:17:52.753ZJun 04 21:17:51.878 INFO Download complete, target: Console
17422026-06-04T21:17:52.768ZJun 04 21:17:51.883 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17432026-06-04T21:17:52.900ZJun 04 21:17:52.040 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17442026-06-04T21:17:53.449ZJun 04 21:17:52.594 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17452026-06-04T21:17:53.449ZJun 04 21:17:52.594 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17462026-06-04T21:17:53.804ZJun 04 21:17:52.950 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17472026-06-04T21:17:55.204ZJun 04 21:17:54.349 INFO Download complete, target: DendriteStub
17482026-06-04T21:17:55.333ZJun 04 21:17:54.478 INFO Download complete, target: MaghemiteMgd
17492026-06-04T21:17:58.185ZJun 04 21:17:57.304 INFO Checking that binary works, target: Cockroach
17502026-06-04T21:17:58.373ZJun 04 21:17:57.481 INFO Download complete, target: Cockroach
17512026-06-04T21:18:00.608ZJun 04 21:17:59.751 INFO Checking that binary works, target: Clickhouse
17522026-06-04T21:18:00.737ZJun 04 21:17:59.882 INFO Download complete, target: Clickhouse
17532026-06-04T21:18:00.763ZAll builder prerequisites installed successfully, and PATH looks valid
17542026-06-04T21:18:00.771Z
17552026-06-04T21:18:00.772Zreal 2:20.392417506
17562026-06-04T21:18:00.772Zuser 6:57.529760494
17572026-06-04T21:18:00.772Zsys 1:23.462345376
17582026-06-04T21:18:00.772Ztrap 0.224896959
17592026-06-04T21:18:00.772Ztflt 0.881015465
17602026-06-04T21:18:00.772Zdflt 0.810366753
17612026-06-04T21:18:00.772Zkflt 0.032752223
17622026-06-04T21:18:00.772Zlock 22:12.590192760
17632026-06-04T21:18:00.772Zslp 21:32.440540822
17642026-06-04T21:18:00.772Zlat 43.072201899
17652026-06-04T21:18:00.772Zstop 1:55.385698747
17662026-06-04T21:18:00.772Z+ banner hack-check
17672026-06-04T21:18:00.772Z
17682026-06-04T21:18:00.772Z # # ## #### # # #### # # ###### #### # #
17692026-06-04T21:18:00.772Z # # # # # # # # # # # # # # # # #
17702026-06-04T21:18:00.772Z ###### # # # #### ##### # ###### ##### # ####
17712026-06-04T21:18:00.772Z # # ###### # # # # # # # # # #
17722026-06-04T21:18:00.772Z # # # # # # # # # # # # # # # # #
17732026-06-04T21:18:00.773Z # # # # #### # # #### # # ###### #### # #
17742026-06-04T21:18:00.773Z
17752026-06-04T21:18:00.773Z+ export CARGO_INCREMENTAL=0
17762026-06-04T21:18:00.773Z+ CARGO_INCREMENTAL=0
17772026-06-04T21:18:00.773Z+ ptime -m timeout 2h cargo xtask check-features --ci
17782026-06-04T21:18:01.295Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17792026-06-04T21:18:01.503Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17802026-06-04T21:18:03.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.59s
17812026-06-04T21:18:03.498Z Running `target/debug/xtask check-features --ci`
17822026-06-04T21:18:03.498Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17832026-06-04T21:18:03.498Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17842026-06-04T21:18:03.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
17852026-06-04T21:18:03.988Z Running `target/debug/xtask download cargo-hack`
17862026-06-04T21:18:04.763Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17872026-06-04T21:18:05.070Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17882026-06-04T21:18:07.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.54s
17892026-06-04T21:18:07.731Z Running `target/debug/xtask-downloader cargo-hack`
17902026-06-04T21:18:07.768ZJun 04 21:18:06.914 INFO Starting download, target: CargoHack
17912026-06-04T21:18:07.771ZJun 04 21:18:06.914 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17922026-06-04T21:18:08.046ZJun 04 21:18:07.122 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17932026-06-04T21:18:08.064ZJun 04 21:18:07.172 INFO Download complete, target: CargoHack
17942026-06-04T21:18:08.064Zrunning: "/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"
17952026-06-04T21:18:08.064Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17962026-06-04T21:18:08.198Zinfo: running `cargo check --bins` on api_identity (1/295)
17972026-06-04T21:18:08.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17982026-06-04T21:18:08.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17992026-06-04T21:18:08.714Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18002026-06-04T21:18:08.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18012026-06-04T21:18:08.833Z
18022026-06-04T21:18:08.833Zinfo: running `cargo check --bins` on bootstore (2/295)
18032026-06-04T21:18:09.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18042026-06-04T21:18:09.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18052026-06-04T21:18:09.292Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18062026-06-04T21:18:09.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18072026-06-04T21:18:09.369Z
18082026-06-04T21:18:09.369Zinfo: running `cargo check --bins` on omicron-ledger (3/295)
18092026-06-04T21:18:09.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18102026-06-04T21:18:09.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18112026-06-04T21:18:09.869Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18122026-06-04T21:18:09.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18132026-06-04T21:18:09.948Z
18142026-06-04T21:18:09.948Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/295)
18152026-06-04T21:18:10.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18162026-06-04T21:18:10.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18172026-06-04T21:18:10.448Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18182026-06-04T21:18:10.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18192026-06-04T21:18:10.529Z
18202026-06-04T21:18:10.529Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/295)
18212026-06-04T21:18:11.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18222026-06-04T21:18:11.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18232026-06-04T21:18:11.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18242026-06-04T21:18:11.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18252026-06-04T21:18:11.118Z
18262026-06-04T21:18:11.118Zinfo: running `cargo check --bins` on omicron-certificates (6/295)
18272026-06-04T21:18:11.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18282026-06-04T21:18:11.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18292026-06-04T21:18:11.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18302026-06-04T21:18:11.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18312026-06-04T21:18:11.780Z
18322026-06-04T21:18:11.780Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/295)
18332026-06-04T21:18:12.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18342026-06-04T21:18:12.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18352026-06-04T21:18:12.625Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18362026-06-04T21:18:12.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18372026-06-04T21:18:12.625Z
18382026-06-04T21:18:12.625Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/295)
18392026-06-04T21:18:12.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18402026-06-04T21:18:12.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18412026-06-04T21:18:12.801Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18422026-06-04T21:18:12.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18432026-06-04T21:18:12.886Z
18442026-06-04T21:18:12.886Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/295)
18452026-06-04T21:18:13.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18462026-06-04T21:18:13.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18472026-06-04T21:18:13.293Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18482026-06-04T21:18:13.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18492026-06-04T21:18:13.352Z
18502026-06-04T21:18:13.352Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/295)
18512026-06-04T21:18:13.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18522026-06-04T21:18:13.752Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18532026-06-04T21:18:13.752Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18542026-06-04T21:18:13.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18552026-06-04T21:18:13.810Z
18562026-06-04T21:18:13.810Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/295)
18572026-06-04T21:18:14.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18582026-06-04T21:18:14.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18592026-06-04T21:18:14.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18602026-06-04T21:18:14.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18612026-06-04T21:18:14.264Z
18622026-06-04T21:18:14.264Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/295)
18632026-06-04T21:18:14.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18642026-06-04T21:18:14.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18652026-06-04T21:18:14.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18662026-06-04T21:18:14.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18672026-06-04T21:18:14.729Z
18682026-06-04T21:18:14.729Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/295)
18692026-06-04T21:18:15.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18702026-06-04T21:18:15.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18712026-06-04T21:18:15.139Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18722026-06-04T21:18:15.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18732026-06-04T21:18:15.190Z
18742026-06-04T21:18:15.190Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/295)
18752026-06-04T21:18:15.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18762026-06-04T21:18:15.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18772026-06-04T21:18:15.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18782026-06-04T21:18:15.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18792026-06-04T21:18:15.661Z
18802026-06-04T21:18:15.661Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/295)
18812026-06-04T21:18:16.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18822026-06-04T21:18:16.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18832026-06-04T21:18:16.078Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18842026-06-04T21:18:16.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18852026-06-04T21:18:16.128Z
18862026-06-04T21:18:16.128Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/295)
18872026-06-04T21:18:16.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18882026-06-04T21:18:16.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18892026-06-04T21:18:16.645Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18902026-06-04T21:18:16.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18912026-06-04T21:18:16.645Z
18922026-06-04T21:18:16.645Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/295)
18932026-06-04T21:18:17.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18942026-06-04T21:18:17.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18952026-06-04T21:18:17.013Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18962026-06-04T21:18:17.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18972026-06-04T21:18:17.059Z
18982026-06-04T21:18:17.059Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/295)
18992026-06-04T21:18:17.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19002026-06-04T21:18:17.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19012026-06-04T21:18:17.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19022026-06-04T21:18:17.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19032026-06-04T21:18:17.523Z
19042026-06-04T21:18:17.523Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/295)
19052026-06-04T21:18:17.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19062026-06-04T21:18:17.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19072026-06-04T21:18:17.930Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19082026-06-04T21:18:17.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19092026-06-04T21:18:17.981Z
19102026-06-04T21:18:17.981Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/295)
19112026-06-04T21:18:18.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19122026-06-04T21:18:18.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19132026-06-04T21:18:18.411Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19142026-06-04T21:18:18.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19152026-06-04T21:18:18.458Z
19162026-06-04T21:18:18.458Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/295)
19172026-06-04T21:18:18.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19182026-06-04T21:18:18.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19192026-06-04T21:18:18.969Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19202026-06-04T21:18:18.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19212026-06-04T21:18:18.969Z
19222026-06-04T21:18:18.969Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/295)
19232026-06-04T21:18:19.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19242026-06-04T21:18:19.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19252026-06-04T21:18:19.332Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19262026-06-04T21:18:19.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19272026-06-04T21:18:19.375Z
19282026-06-04T21:18:19.375Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/295)
19292026-06-04T21:18:19.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19302026-06-04T21:18:19.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19312026-06-04T21:18:19.786Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19322026-06-04T21:18:19.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19332026-06-04T21:18:19.836Z
19342026-06-04T21:18:19.836Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/295)
19352026-06-04T21:18:20.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19362026-06-04T21:18:20.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19372026-06-04T21:18:20.281Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19382026-06-04T21:18:20.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19392026-06-04T21:18:20.299Z
19402026-06-04T21:18:20.299Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/295)
19412026-06-04T21:18:20.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19422026-06-04T21:18:20.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19432026-06-04T21:18:20.709Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19442026-06-04T21:18:20.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19452026-06-04T21:18:20.768Z
19462026-06-04T21:18:20.768Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/295)
19472026-06-04T21:18:21.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19482026-06-04T21:18:21.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19492026-06-04T21:18:21.179Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19502026-06-04T21:18:21.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19512026-06-04T21:18:21.229Z
19522026-06-04T21:18:21.229Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/295)
19532026-06-04T21:18:21.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19542026-06-04T21:18:21.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19552026-06-04T21:18:21.645Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19562026-06-04T21:18:21.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19572026-06-04T21:18:21.706Z
19582026-06-04T21:18:21.706Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/295)
19592026-06-04T21:18:22.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19602026-06-04T21:18:22.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19612026-06-04T21:18:22.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19622026-06-04T21:18:22.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19632026-06-04T21:18:22.154Z
19642026-06-04T21:18:22.154Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/295)
19652026-06-04T21:18:22.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19662026-06-04T21:18:22.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19672026-06-04T21:18:22.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19682026-06-04T21:18:22.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19692026-06-04T21:18:22.621Z
19702026-06-04T21:18:22.621Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/295)
19712026-06-04T21:18:23.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19722026-06-04T21:18:23.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19732026-06-04T21:18:23.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19742026-06-04T21:18:23.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19752026-06-04T21:18:23.082Z
19762026-06-04T21:18:23.082Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/295)
19772026-06-04T21:18:23.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19782026-06-04T21:18:23.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19792026-06-04T21:18:23.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19802026-06-04T21:18:23.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19812026-06-04T21:18:23.555Z
19822026-06-04T21:18:23.555Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/295)
19832026-06-04T21:18:23.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19842026-06-04T21:18:23.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19852026-06-04T21:18:23.988Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19862026-06-04T21:18:23.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19872026-06-04T21:18:24.016Z
19882026-06-04T21:18:24.016Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/295)
19892026-06-04T21:18:24.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19902026-06-04T21:18:24.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19912026-06-04T21:18:24.427Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19922026-06-04T21:18:24.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19932026-06-04T21:18:24.478Z
19942026-06-04T21:18:24.479Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/295)
19952026-06-04T21:18:24.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19962026-06-04T21:18:24.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19972026-06-04T21:18:24.896Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19982026-06-04T21:18:24.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19992026-06-04T21:18:24.936Z
20002026-06-04T21:18:24.936Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/295)
20012026-06-04T21:18:25.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20022026-06-04T21:18:25.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20032026-06-04T21:18:25.352Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20042026-06-04T21:18:25.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20052026-06-04T21:18:25.416Z
20062026-06-04T21:18:25.416Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/295)
20072026-06-04T21:18:25.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20082026-06-04T21:18:25.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20092026-06-04T21:18:25.818Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20102026-06-04T21:18:25.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20112026-06-04T21:18:25.884Z
20122026-06-04T21:18:25.884Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/295)
20132026-06-04T21:18:26.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20142026-06-04T21:18:26.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20152026-06-04T21:18:26.283Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20162026-06-04T21:18:26.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20172026-06-04T21:18:26.335Z
20182026-06-04T21:18:26.335Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/295)
20192026-06-04T21:18:26.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20202026-06-04T21:18:26.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20212026-06-04T21:18:26.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20222026-06-04T21:18:26.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20232026-06-04T21:18:26.800Z
20242026-06-04T21:18:26.800Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/295)
20252026-06-04T21:18:27.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20262026-06-04T21:18:27.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20272026-06-04T21:18:27.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20282026-06-04T21:18:27.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20292026-06-04T21:18:27.264Z
20302026-06-04T21:18:27.264Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/295)
20312026-06-04T21:18:27.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20322026-06-04T21:18:27.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20332026-06-04T21:18:27.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20342026-06-04T21:18:27.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20352026-06-04T21:18:27.739Z
20362026-06-04T21:18:27.739Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/295)
20372026-06-04T21:18:28.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20382026-06-04T21:18:28.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20392026-06-04T21:18:28.139Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20402026-06-04T21:18:28.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20412026-06-04T21:18:28.199Z
20422026-06-04T21:18:28.199Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/295)
20432026-06-04T21:18:28.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20442026-06-04T21:18:28.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20452026-06-04T21:18:28.654Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20462026-06-04T21:18:28.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20472026-06-04T21:18:28.688Z
20482026-06-04T21:18:28.688Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/295)
20492026-06-04T21:18:29.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20502026-06-04T21:18:29.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20512026-06-04T21:18:29.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20522026-06-04T21:18:29.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20532026-06-04T21:18:29.227Z
20542026-06-04T21:18:29.227Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/295)
20552026-06-04T21:18:29.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20562026-06-04T21:18:29.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20572026-06-04T21:18:29.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20582026-06-04T21:18:29.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20592026-06-04T21:18:29.636Z
20602026-06-04T21:18:29.636Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/295)
20612026-06-04T21:18:30.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20622026-06-04T21:18:30.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20632026-06-04T21:18:30.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20642026-06-04T21:18:30.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20652026-06-04T21:18:30.221Z
20662026-06-04T21:18:30.221Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/295)
20672026-06-04T21:18:30.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20682026-06-04T21:18:30.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20692026-06-04T21:18:30.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20702026-06-04T21:18:30.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20712026-06-04T21:18:30.546Z
20722026-06-04T21:18:30.546Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/295)
20732026-06-04T21:18:30.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20742026-06-04T21:18:31.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20752026-06-04T21:18:31.062Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20762026-06-04T21:18:31.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20772026-06-04T21:18:31.108Z
20782026-06-04T21:18:31.108Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/295)
20792026-06-04T21:18:32.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20802026-06-04T21:18:32.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20812026-06-04T21:18:32.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20822026-06-04T21:18:32.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20832026-06-04T21:18:32.146Z
20842026-06-04T21:18:32.146Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/295)
20852026-06-04T21:18:32.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20862026-06-04T21:18:32.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20872026-06-04T21:18:32.147Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20882026-06-04T21:18:32.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20892026-06-04T21:18:32.289Z
20902026-06-04T21:18:32.290Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/295)
20912026-06-04T21:18:32.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20922026-06-04T21:18:32.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20932026-06-04T21:18:32.649Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20942026-06-04T21:18:32.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20952026-06-04T21:18:32.725Z
20962026-06-04T21:18:32.726Zinfo: running `cargo check --bins` on nexus-config (51/295)
20972026-06-04T21:18:33.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20982026-06-04T21:18:33.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20992026-06-04T21:18:33.329Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21002026-06-04T21:18:33.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21012026-06-04T21:18:33.373Z
21022026-06-04T21:18:33.373Zinfo: running `cargo check --bins` on nexus-types (52/295)
21032026-06-04T21:18:33.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21042026-06-04T21:18:33.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21052026-06-04T21:18:33.899Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21062026-06-04T21:18:33.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21072026-06-04T21:18:33.982Z
21082026-06-04T21:18:33.983Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/295)
21092026-06-04T21:18:34.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21102026-06-04T21:18:34.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21112026-06-04T21:18:34.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21122026-06-04T21:18:34.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21132026-06-04T21:18:34.609Z
21142026-06-04T21:18:34.609Zinfo: running `cargo check --bins` on omicron-passwords (54/295)
21152026-06-04T21:18:35.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21162026-06-04T21:18:35.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21172026-06-04T21:18:35.405Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21182026-06-04T21:18:35.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21192026-06-04T21:18:35.407Z
21202026-06-04T21:18:35.407Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/295)
21212026-06-04T21:18:35.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21222026-06-04T21:18:35.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21232026-06-04T21:18:35.685Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21242026-06-04T21:18:35.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21252026-06-04T21:18:35.753Z
21262026-06-04T21:18:35.754Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/295)
21272026-06-04T21:18:36.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21282026-06-04T21:18:36.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21292026-06-04T21:18:36.307Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21302026-06-04T21:18:36.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21312026-06-04T21:18:36.360Z
21322026-06-04T21:18:36.360Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/295)
21332026-06-04T21:18:36.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21342026-06-04T21:18:36.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21352026-06-04T21:18:36.906Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21362026-06-04T21:18:36.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21372026-06-04T21:18:36.967Z
21382026-06-04T21:18:36.968Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/295)
21392026-06-04T21:18:37.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21402026-06-04T21:18:37.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21412026-06-04T21:18:37.499Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21422026-06-04T21:18:37.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21432026-06-04T21:18:37.558Z
21442026-06-04T21:18:37.559Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/295)
21452026-06-04T21:18:38.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21462026-06-04T21:18:38.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21472026-06-04T21:18:38.063Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21482026-06-04T21:18:38.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21492026-06-04T21:18:38.892Z
21502026-06-04T21:18:38.892Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/295)
21512026-06-04T21:18:38.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21522026-06-04T21:18:38.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21532026-06-04T21:18:38.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21542026-06-04T21:18:38.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21552026-06-04T21:18:38.917Z
21562026-06-04T21:18:38.917Zinfo: running `cargo check --bins --no-default-features` on gfss (61/295)
21572026-06-04T21:18:43.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21582026-06-04T21:18:43.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21592026-06-04T21:18:43.279Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21602026-06-04T21:18:43.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21612026-06-04T21:18:43.279Z
21622026-06-04T21:18:43.279Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/295)
21632026-06-04T21:18:43.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21642026-06-04T21:18:43.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21652026-06-04T21:18:43.279Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21662026-06-04T21:18:43.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21672026-06-04T21:18:43.279Z
21682026-06-04T21:18:43.279Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/295)
21692026-06-04T21:18:43.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21702026-06-04T21:18:43.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21712026-06-04T21:18:43.332Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21722026-06-04T21:18:43.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21732026-06-04T21:18:43.333Z
21742026-06-04T21:18:43.333Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/295)
21752026-06-04T21:18:43.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21762026-06-04T21:18:43.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21772026-06-04T21:18:43.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21782026-06-04T21:18:43.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21792026-06-04T21:18:43.333Z
21802026-06-04T21:18:43.333Zinfo: running `cargo check --bins` on cockroach-admin-types (65/295)
21812026-06-04T21:18:43.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21822026-06-04T21:18:43.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21832026-06-04T21:18:43.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21842026-06-04T21:18:43.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21852026-06-04T21:18:43.333Z
21862026-06-04T21:18:43.333Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/295)
21872026-06-04T21:18:43.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21882026-06-04T21:18:43.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21892026-06-04T21:18:43.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21902026-06-04T21:18:43.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21912026-06-04T21:18:43.333Z
21922026-06-04T21:18:43.333Zinfo: running `cargo check --bins` on ereport-types (67/295)
21932026-06-04T21:18:43.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21942026-06-04T21:18:43.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21952026-06-04T21:18:43.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21962026-06-04T21:18:43.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21972026-06-04T21:18:43.333Z
21982026-06-04T21:18:43.333Zinfo: running `cargo check --bins` on gateway-client (68/295)
21992026-06-04T21:18:43.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22002026-06-04T21:18:43.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22012026-06-04T21:18:43.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22022026-06-04T21:18:43.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22032026-06-04T21:18:43.416Z
22042026-06-04T21:18:43.416Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/295)
22052026-06-04T21:18:43.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22062026-06-04T21:18:43.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22072026-06-04T21:18:43.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22082026-06-04T21:18:43.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22092026-06-04T21:18:44.247Z
22102026-06-04T21:18:44.247Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/295)
22112026-06-04T21:18:44.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22122026-06-04T21:18:44.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22132026-06-04T21:18:44.509Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22142026-06-04T21:18:44.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22152026-06-04T21:18:44.591Z
22162026-06-04T21:18:44.591Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/295)
22172026-06-04T21:18:45.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22182026-06-04T21:18:45.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22192026-06-04T21:18:45.093Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22202026-06-04T21:18:45.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22212026-06-04T21:18:45.181Z
22222026-06-04T21:18:45.181Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/295)
22232026-06-04T21:18:45.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22242026-06-04T21:18:45.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22252026-06-04T21:18:45.683Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22262026-06-04T21:18:45.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22272026-06-04T21:18:45.772Z
22282026-06-04T21:18:45.772Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/295)
22292026-06-04T21:18:46.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22302026-06-04T21:18:46.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22312026-06-04T21:18:46.290Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22322026-06-04T21:18:46.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22332026-06-04T21:18:46.380Z
22342026-06-04T21:18:46.380Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/295)
22352026-06-04T21:18:46.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22362026-06-04T21:18:46.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22372026-06-04T21:18:46.899Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22382026-06-04T21:18:46.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22392026-06-04T21:18:46.994Z
22402026-06-04T21:18:46.994Zinfo: running `cargo check --bins` on key-manager-types (75/295)
22412026-06-04T21:18:47.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22422026-06-04T21:18:47.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22432026-06-04T21:18:47.489Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22442026-06-04T21:18:47.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22452026-06-04T21:18:47.575Z
22462026-06-04T21:18:47.576Zinfo: running `cargo check --bins` on oxlog (76/295)
22472026-06-04T21:18:48.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22482026-06-04T21:18:48.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22492026-06-04T21:18:48.186Z Checking cfg-if v1.0.4
22502026-06-04T21:18:48.190Z Checking libc v0.2.185
22512026-06-04T21:18:48.190Z Checking serde_core v1.0.228
22522026-06-04T21:18:48.305Z Checking zeroize v1.8.2
22532026-06-04T21:18:48.313Z Checking memchr v2.8.0
22542026-06-04T21:18:48.323Z Checking log v0.4.29
22552026-06-04T21:18:48.331Z Checking smallvec v1.15.1
22562026-06-04T21:18:48.344Z Checking typenum v1.19.0
22572026-06-04T21:18:48.344Z Checking subtle v2.6.1
22582026-06-04T21:18:48.441Z Checking itoa v1.0.17
22592026-06-04T21:18:48.483Z Checking scopeguard v1.2.0
22602026-06-04T21:18:48.494Z Checking stable_deref_trait v1.2.1
22612026-06-04T21:18:48.506Z Checking const-oid v0.9.6
22622026-06-04T21:18:48.566Z Checking zerofrom v0.1.6
22632026-06-04T21:18:48.579Z Checking lock_api v0.4.14
22642026-06-04T21:18:48.591Z Checking pin-project-lite v0.2.17
22652026-06-04T21:18:48.676Z Checking yoke v0.8.1
22662026-06-04T21:18:48.689Z Checking portable-atomic v1.13.1
22672026-06-04T21:18:48.693Z Checking critical-section v1.2.0
22682026-06-04T21:18:48.699Z Checking getrandom v0.2.17
22692026-06-04T21:18:48.771Z Checking errno v0.3.14
22702026-06-04T21:18:48.838Z Checking zerovec v0.11.5
22712026-06-04T21:18:48.849Z Checking parking_lot_core v0.9.12
22722026-06-04T21:18:48.860Z Checking generic-array v0.14.7
22732026-06-04T21:18:48.873Z Checking rand_core v0.6.4
22742026-06-04T21:18:48.885Z Checking signal-hook-registry v1.4.8
22752026-06-04T21:18:49.029Z Checking futures-core v0.3.32
22762026-06-04T21:18:49.042Z Checking parking_lot v0.12.5
22772026-06-04T21:18:49.046Z Checking mio v1.2.0
22782026-06-04T21:18:49.120Z Checking once_cell v1.21.3
22792026-06-04T21:18:49.148Z Checking zerocopy v0.8.40
22802026-06-04T21:18:49.176Z Checking zmij v1.0.21
22812026-06-04T21:18:49.222Z Checking socket2 v0.6.3
22822026-06-04T21:18:49.266Z Checking tinystr v0.8.2
22832026-06-04T21:18:49.288Z Checking libm v0.2.16
22842026-06-04T21:18:49.292Z Checking crypto-common v0.1.7
22852026-06-04T21:18:49.316Z Checking block-buffer v0.10.4
22862026-06-04T21:18:49.382Z Checking percent-encoding v2.3.2
22872026-06-04T21:18:49.416Z Checking writeable v0.6.2
22882026-06-04T21:18:49.435Z Checking equivalent v1.0.2
22892026-06-04T21:18:49.453Z Checking digest v0.10.7
22902026-06-04T21:18:49.453Z Checking litemap v0.8.1
22912026-06-04T21:18:49.514Z Checking potential_utf v0.1.4
22922026-06-04T21:18:49.527Z Checking zerotrie v0.2.3
22932026-06-04T21:18:49.574Z Checking futures-sink v0.3.32
22942026-06-04T21:18:49.687Z Checking icu_locale_core v2.1.1
22952026-06-04T21:18:49.691Z Checking icu_collections v2.1.1
22962026-06-04T21:18:49.691Z Checking futures-task v0.3.32
22972026-06-04T21:18:49.691Z Checking futures-channel v0.3.32
22982026-06-04T21:18:49.764Z Checking futures-io v0.3.32
22992026-06-04T21:18:49.776Z Checking serde v1.0.228
23002026-06-04T21:18:49.791Z Checking bitflags v2.11.0
23012026-06-04T21:18:49.857Z Checking serde_json v1.0.149
23022026-06-04T21:18:49.872Z Checking slab v0.4.12
23032026-06-04T21:18:49.943Z Checking cpufeatures v0.2.17
23042026-06-04T21:18:49.956Z Checking hmac v0.12.1
23052026-06-04T21:18:49.983Z Checking num-traits v0.2.19
23062026-06-04T21:18:50.010Z Checking icu_normalizer_data v2.1.1
23072026-06-04T21:18:50.025Z Checking futures-util v0.3.32
23082026-06-04T21:18:50.079Z Checking icu_properties_data v2.1.2
23092026-06-04T21:18:50.091Z Checking rand_core v0.10.0
23102026-06-04T21:18:50.174Z Checking bytes v1.11.1
23112026-06-04T21:18:50.174Z Checking icu_provider v2.1.1
23122026-06-04T21:18:50.205Z Checking hashbrown v0.17.0
23132026-06-04T21:18:50.227Z Checking getrandom v0.4.1
23142026-06-04T21:18:50.371Z Checking block-padding v0.3.3
23152026-06-04T21:18:50.407Z Checking icu_properties v2.1.2
23162026-06-04T21:18:50.500Z Checking icu_normalizer v2.1.1
23172026-06-04T21:18:50.513Z Checking inout v0.1.4
23182026-06-04T21:18:50.526Z Checking utf8_iter v1.0.4
23192026-06-04T21:18:50.622Z Checking tokio v1.52.1
23202026-06-04T21:18:50.645Z Checking cipher v0.4.4
23212026-06-04T21:18:50.658Z Checking sha2 v0.10.9
23222026-06-04T21:18:50.679Z Checking indexmap v2.14.0
23232026-06-04T21:18:50.816Z Checking form_urlencoded v1.2.2
23242026-06-04T21:18:50.852Z Checking getrandom v0.3.4
23252026-06-04T21:18:50.925Z Checking fnv v1.0.7
23262026-06-04T21:18:50.944Z Checking base64ct v1.8.3
23272026-06-04T21:18:50.993Z Checking byteorder v1.5.0
23282026-06-04T21:18:51.017Z Checking flagset v0.4.7
23292026-06-04T21:18:51.139Z Checking rand_core v0.9.5
23302026-06-04T21:18:51.177Z Checking pem-rfc7468 v0.7.0
23312026-06-04T21:18:51.190Z Checking http v1.4.0
23322026-06-04T21:18:51.225Z Checking regex-syntax v0.8.10
23332026-06-04T21:18:51.238Z Checking idna_adapter v1.2.1
23342026-06-04T21:18:51.314Z Checking salsa20 v0.10.2
23352026-06-04T21:18:51.331Z Checking der v0.7.10
23362026-06-04T21:18:51.352Z Checking idna v1.1.0
23372026-06-04T21:18:51.446Z Checking uuid v1.23.0
23382026-06-04T21:18:51.611Z Checking url v2.5.8
23392026-06-04T21:18:51.746Z Checking pbkdf2 v0.12.2
23402026-06-04T21:18:51.757Z Checking rustix v1.1.3
23412026-06-04T21:18:51.856Z Checking tracing-core v0.1.36
23422026-06-04T21:18:51.925Z Checking ppv-lite86 v0.2.21
23432026-06-04T21:18:51.960Z Checking rustls-pki-types v1.14.0
23442026-06-04T21:18:52.047Z Checking base64 v0.22.1
23452026-06-04T21:18:52.062Z Checking spki v0.7.3
23462026-06-04T21:18:52.158Z Checking iana-time-zone v0.1.65
23472026-06-04T21:18:52.210Z Checking rand_chacha v0.9.0
23482026-06-04T21:18:52.222Z Checking tracing v0.1.44
23492026-06-04T21:18:52.241Z Checking scrypt v0.11.0
23502026-06-04T21:18:52.277Z Checking chrono v0.4.44
23512026-06-04T21:18:52.281Z Checking http-body v1.0.1
23522026-06-04T21:18:52.391Z Checking cbc v0.1.2
23532026-06-04T21:18:52.510Z Checking aes v0.8.4
23542026-06-04T21:18:52.525Z Checking aws-lc-sys v0.40.0
23552026-06-04T21:18:52.525Z Checking untrusted v0.7.1
23562026-06-04T21:18:52.525Z Checking untrusted v0.9.0
23572026-06-04T21:18:52.539Z Checking openssl-probe v0.2.1
23582026-06-04T21:18:52.551Z Checking tinyvec_macros v0.1.1
23592026-06-04T21:18:52.577Z Checking rand v0.9.2
23602026-06-04T21:18:52.601Z Checking ring v0.17.14
23612026-06-04T21:18:52.618Z Checking tinyvec v1.10.0
23622026-06-04T21:18:52.662Z Checking atomic-waker v1.1.2
23632026-06-04T21:18:52.746Z Checking try-lock v0.2.5
23642026-06-04T21:18:52.796Z Checking pkcs5 v0.7.1
23652026-06-04T21:18:52.853Z Checking tower-layer v0.3.3
23662026-06-04T21:18:52.941Z Checking tower-service v0.3.3
23672026-06-04T21:18:53.021Z Checking aws-lc-rs v1.16.3
23682026-06-04T21:18:53.081Z Checking want v0.3.1
23692026-06-04T21:18:53.081Z Checking ipnet v2.11.0
23702026-06-04T21:18:53.136Z Checking pkcs8 v0.10.2
23712026-06-04T21:18:53.136Z Checking httparse v1.10.1
23722026-06-04T21:18:53.146Z Checking aho-corasick v1.1.4
23732026-06-04T21:18:53.146Z Checking foreign-types-shared v0.1.1
23742026-06-04T21:18:53.205Z Checking httpdate v1.0.3
23752026-06-04T21:18:53.220Z Checking dyn-clone v1.0.20
23762026-06-04T21:18:53.300Z Checking pin-utils v0.1.0
23772026-06-04T21:18:53.346Z Checking fastrand v2.3.0
23782026-06-04T21:18:53.346Z Checking plain v0.2.3
23792026-06-04T21:18:53.346Z Checking foreign-types v0.3.2
23802026-06-04T21:18:53.385Z Checking unicode-normalization v0.1.25
23812026-06-04T21:18:53.415Z Checking semver v1.0.28
23822026-06-04T21:18:53.422Z Checking openssl-sys v0.9.115
23832026-06-04T21:18:53.457Z Checking tempfile v3.25.0
23842026-06-04T21:18:53.610Z Checking spin v0.9.8
23852026-06-04T21:18:53.638Z Checking unicode-ident v1.0.24
23862026-06-04T21:18:53.668Z Checking ucd-trie v0.1.7
23872026-06-04T21:18:53.721Z Checking proc-macro2 v1.0.106
23882026-06-04T21:18:53.770Z Checking schemars v0.8.22
23892026-06-04T21:18:53.799Z Checking pest v2.8.6
23902026-06-04T21:18:53.799Z Checking rustls-webpki v0.103.9
23912026-06-04T21:18:53.799Z Checking regex-automata v0.4.14
23922026-06-04T21:18:53.844Z Checking rustls-native-certs v0.8.3
23932026-06-04T21:18:53.844Z Checking openssl v0.10.79
23942026-06-04T21:18:53.863Z Checking tokio-util v0.7.18
23952026-06-04T21:18:53.947Z Checking thiserror v2.0.18
23962026-06-04T21:18:54.028Z Checking sync_wrapper v1.0.2
23972026-06-04T21:18:54.047Z Checking wait-timeout v0.2.1
23982026-06-04T21:18:54.133Z Checking siphasher v1.0.2
23992026-06-04T21:18:54.156Z Checking bit-vec v0.8.0
24002026-06-04T21:18:54.229Z Checking rustls v0.23.37
24012026-06-04T21:18:54.299Z Checking simd-adler32 v0.3.8
24022026-06-04T21:18:54.466Z Checking pretty-hex v0.4.1
24032026-06-04T21:18:54.504Z Checking quick-error v1.2.3
24042026-06-04T21:18:54.504Z Checking h2 v0.4.13
24052026-06-04T21:18:54.504Z Checking anstyle v1.0.13
24062026-06-04T21:18:54.504Z Checking utf8parse v0.2.2
24072026-06-04T21:18:54.504Z Checking powerfmt v0.2.0
24082026-06-04T21:18:54.556Z Checking anstyle-parse v0.2.7
24092026-06-04T21:18:54.660Z Checking rusty-fork v0.3.1
24102026-06-04T21:18:54.708Z Checking deranged v0.5.8
24112026-06-04T21:18:54.743Z Checking bit-set v0.8.0
24122026-06-04T21:18:54.786Z Checking tower v0.5.3
24132026-06-04T21:18:54.817Z Checking quote v1.0.45
24142026-06-04T21:18:54.869Z Compiling newtype-uuid v1.3.2
24152026-06-04T21:18:54.977Z Checking http-body-util v0.1.3
24162026-06-04T21:18:55.031Z Checking webpki-roots v1.0.6
24172026-06-04T21:18:55.145Z Checking crossbeam-utils v0.8.21
24182026-06-04T21:18:55.168Z Checking rand_xorshift v0.4.0
24192026-06-04T21:18:55.192Z Checking crc32fast v1.5.0
24202026-06-04T21:18:55.280Z Checking scroll v0.13.0
24212026-06-04T21:18:55.326Z Checking signature v2.2.0
24222026-06-04T21:18:55.466Z Checking is_terminal_polyfill v1.70.2
24232026-06-04T21:18:55.491Z Checking ryu v1.0.23
24242026-06-04T21:18:55.520Z Checking anstyle-query v1.1.5
24252026-06-04T21:18:55.553Z Checking time-core v0.1.8
24262026-06-04T21:18:55.559Z Checking allocator-api2 v0.2.21
24272026-06-04T21:18:55.589Z Checking iri-string v0.7.10
24282026-06-04T21:18:55.615Z Checking num-conv v0.2.0
24292026-06-04T21:18:55.624Z Checking unicode-properties v0.1.4
24302026-06-04T21:18:55.683Z Checking num_threads v0.1.7
24312026-06-04T21:18:55.724Z Checking unicode-bidi v0.3.18
24322026-06-04T21:18:55.773Z Checking adler2 v2.0.1
24332026-06-04T21:18:55.805Z Checking unarray v0.1.4
24342026-06-04T21:18:55.825Z Checking native-tls v0.2.18
24352026-06-04T21:18:55.837Z Checking colorchoice v1.0.4
24362026-06-04T21:18:55.874Z Checking miniz_oxide v0.8.9
24372026-06-04T21:18:55.905Z Checking proptest v1.10.0
24382026-06-04T21:18:55.929Z Checking anstream v0.6.21
24392026-06-04T21:18:55.993Z Checking tokio-native-tls v0.3.1
24402026-06-04T21:18:56.021Z Checking stringprep v0.1.5
24412026-06-04T21:18:56.126Z Checking time v0.3.47
24422026-06-04T21:18:56.149Z Checking serde_urlencoded v0.7.1
24432026-06-04T21:18:56.170Z Checking bstr v1.12.1
24442026-06-04T21:18:56.218Z Checking goblin v0.10.5
24452026-06-04T21:18:56.357Z Checking crossbeam-epoch v0.9.18
24462026-06-04T21:18:56.617Z Checking tokio-rustls v0.26.4
24472026-06-04T21:18:56.629Z Compiling daft v0.1.7
24482026-06-04T21:18:56.629Z Checking syn v2.0.117
24492026-06-04T21:18:56.629Z Checking tower-http v0.6.8
24502026-06-04T21:18:56.879Z Checking ipnetwork v0.21.1
24512026-06-04T21:18:56.901Z Checking rand_chacha v0.3.1
24522026-06-04T21:18:56.901Z Checking scroll v0.12.0
24532026-06-04T21:18:56.991Z Checking thiserror v1.0.69
24542026-06-04T21:18:57.039Z Checking hash32 v0.2.1
24552026-06-04T21:18:57.086Z Checking zstd-sys v2.0.16+zstd.1.5.7
24562026-06-04T21:18:57.099Z Checking num-integer v0.1.46
24572026-06-04T21:18:57.110Z Checking hyper v1.8.1
24582026-06-04T21:18:57.192Z Checking serde_spanned v0.6.9
24592026-06-04T21:18:57.193Z Checking toml_datetime v0.6.11
24602026-06-04T21:18:57.271Z Checking md-5 v0.10.6
24612026-06-04T21:18:57.315Z Checking ff v0.13.1
24622026-06-04T21:18:57.315Z Checking encoding_rs v0.8.35
24632026-06-04T21:18:57.385Z Checking mime v0.3.17
24642026-06-04T21:18:57.407Z Checking fallible-iterator v0.2.0
24652026-06-04T21:18:57.450Z Checking psl-types v2.0.11
24662026-06-04T21:18:57.599Z Checking base16ct v0.2.0
24672026-06-04T21:18:57.606Z Checking zlib-rs v0.6.2
24682026-06-04T21:18:57.677Z Checking sec1 v0.7.3
24692026-06-04T21:18:57.680Z Checking postgres-protocol v0.6.10
24702026-06-04T21:18:57.850Z Checking publicsuffix v2.3.0
24712026-06-04T21:18:57.890Z Checking group v0.13.0
24722026-06-04T21:18:57.992Z Checking num-iter v0.1.45
24732026-06-04T21:18:58.005Z Checking cookie v0.18.1
24742026-06-04T21:18:58.020Z Checking hyper-util v0.1.20
24752026-06-04T21:18:58.036Z Checking zstd-safe v7.2.4
24762026-06-04T21:18:58.102Z Checking heapless v0.7.17
24772026-06-04T21:18:58.202Z Checking goblin v0.8.2
24782026-06-04T21:18:58.228Z Checking rand v0.8.6
24792026-06-04T21:18:58.253Z Checking oxnet v0.1.4
24802026-06-04T21:18:58.451Z Checking flate2 v1.1.9
24812026-06-04T21:18:58.562Z Compiling iddqd v0.4.2
24822026-06-04T21:18:58.581Z Checking dtrace-parser v0.3.0
24832026-06-04T21:18:58.581Z Checking dof v0.4.0
24842026-06-04T21:18:58.740Z Checking phf_shared v0.13.1
24852026-06-04T21:18:58.744Z Checking lazy_static v1.5.0
24862026-06-04T21:18:58.754Z Checking zerocopy v0.7.35
24872026-06-04T21:18:58.834Z Checking pin-project v1.1.11
24882026-06-04T21:18:58.838Z Checking bzip2-sys v0.1.13+1.0.8
24892026-06-04T21:18:58.927Z Checking signal-hook v0.3.18
24902026-06-04T21:18:58.931Z Checking terminal_size v0.4.3
24912026-06-04T21:18:58.931Z Checking futures-executor v0.3.32
24922026-06-04T21:18:59.051Z Checking hex v0.4.3
24932026-06-04T21:18:59.094Z Checking hkdf v0.12.4
24942026-06-04T21:18:59.112Z Checking crypto-bigint v0.5.5
24952026-06-04T21:18:59.148Z Checking thread-id v5.1.0
24962026-06-04T21:18:59.224Z Checking clap_lex v1.0.0
24972026-06-04T21:18:59.224Z Compiling rayon-core v1.13.0
24982026-06-04T21:18:59.254Z Checking hyper-rustls v0.27.7
24992026-06-04T21:18:59.275Z Checking hyper-tls v0.6.0
25002026-06-04T21:18:59.286Z Checking either v1.15.0
25012026-06-04T21:18:59.373Z Checking winnow v0.7.14
25022026-06-04T21:18:59.403Z Checking strsim v0.11.1
25032026-06-04T21:18:59.442Z Checking libbz2-rs-sys v0.2.2
25042026-06-04T21:18:59.508Z Checking winnow v0.5.40
25052026-06-04T21:18:59.525Z Checking bumpalo v3.20.2
25062026-06-04T21:18:59.566Z Checking foldhash v0.1.5
25072026-06-04T21:18:59.671Z Checking managed v0.8.0
25082026-06-04T21:18:59.702Z Checking foldhash v0.2.0
25092026-06-04T21:18:59.744Z Checking bitflags v1.3.2
25102026-06-04T21:18:59.819Z Checking same-file v1.0.6
25112026-06-04T21:18:59.833Z Checking bzip2 v0.6.1
25122026-06-04T21:18:59.849Z Checking smoltcp v0.9.1
25132026-06-04T21:18:59.852Z Checking hashbrown v0.16.1
25142026-06-04T21:18:59.930Z Checking walkdir v2.5.0
25152026-06-04T21:18:59.985Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25162026-06-04T21:19:00.005Z Checking elliptic-curve v0.13.8
25172026-06-04T21:19:00.087Z Checking hashbrown v0.15.5
25182026-06-04T21:19:00.091Z Checking dof v0.3.0
25192026-06-04T21:19:00.170Z Checking zopfli v0.8.3
25202026-06-04T21:19:00.309Z Checking clap_builder v4.5.60
25212026-06-04T21:19:00.354Z Checking reqwest v0.12.28
25222026-06-04T21:19:00.456Z Checking usdt-impl v0.6.0
25232026-06-04T21:19:00.467Z Checking signal-hook-mio v0.2.5
25242026-06-04T21:19:00.507Z Checking futures v0.3.32
25252026-06-04T21:19:00.536Z Checking snafu v0.8.9
25262026-06-04T21:19:00.577Z Checking bzip2 v0.4.4
25272026-06-04T21:19:00.590Z Checking phf v0.13.1
25282026-06-04T21:19:00.595Z Checking num-bigint-dig v0.8.6
25292026-06-04T21:19:00.618Z Checking toml_edit v0.19.15
25302026-06-04T21:19:00.717Z Checking cookie_store v0.22.1
25312026-06-04T21:19:00.730Z Checking zstd v0.13.3
25322026-06-04T21:19:00.767Z Checking postgres-types v0.2.12
25332026-06-04T21:19:00.914Z Checking dtrace-parser v0.2.0
25342026-06-04T21:19:00.935Z Checking crossbeam-deque v0.8.6
25352026-06-04T21:19:01.056Z Checking globset v0.4.18
25362026-06-04T21:19:01.081Z Checking rustls-platform-verifier v0.6.2
25372026-06-04T21:19:01.114Z Checking regex v1.12.3
25382026-06-04T21:19:01.233Z Checking ed25519 v2.2.3
25392026-06-04T21:19:01.260Z Checking phf_shared v0.11.3
25402026-06-04T21:19:01.279Z Checking olpc-cjson v0.1.4
25412026-06-04T21:19:01.318Z Checking curve25519-dalek v4.1.3
25422026-06-04T21:19:01.329Z Checking ref-cast v1.0.25
25432026-06-04T21:19:01.363Z Checking strum v0.27.2
25442026-06-04T21:19:01.408Z Checking hubpack v0.1.2
25452026-06-04T21:19:01.416Z Checking memoffset v0.9.1
25462026-06-04T21:19:01.416Z Checking rustix v0.38.44
25472026-06-04T21:19:01.430Z Checking pkcs1 v0.7.5
25482026-06-04T21:19:01.482Z Checking pem v3.0.6
25492026-06-04T21:19:01.507Z Checking float-cmp v0.10.0
25502026-06-04T21:19:01.561Z Checking serde-big-array v0.5.1
25512026-06-04T21:19:01.604Z Checking serde_plain v1.0.2
25522026-06-04T21:19:01.636Z Checking erased-serde v0.3.31
25532026-06-04T21:19:01.654Z Checking rfc6979 v0.4.0
25542026-06-04T21:19:01.654Z Checking memmap2 v0.9.10
25552026-06-04T21:19:01.708Z Checking thread-id v4.2.2
25562026-06-04T21:19:01.720Z Checking env_filter v1.0.0
25572026-06-04T21:19:01.728Z Checking fixedbitset v0.4.2
25582026-06-04T21:19:01.731Z Checking fixedbitset v0.5.7
25592026-06-04T21:19:01.731Z Checking toml_write v0.1.2
25602026-06-04T21:19:01.884Z Checking normalize-line-endings v0.3.0
25612026-06-04T21:19:01.953Z Checking data-encoding v2.10.0
25622026-06-04T21:19:01.953Z Checking difflib v0.4.0
25632026-06-04T21:19:01.953Z Checking new_debug_unreachable v1.0.6
25642026-06-04T21:19:01.957Z Checking precomputed-hash v0.1.1
25652026-06-04T21:19:01.957Z Checking unicode-segmentation v1.12.0
25662026-06-04T21:19:01.957Z Checking typed-path v0.9.3
25672026-06-04T21:19:01.979Z Checking keccak v0.1.6
25682026-06-04T21:19:02.015Z Checking whoami v2.1.0
25692026-06-04T21:19:02.137Z Checking predicates-core v1.0.10
25702026-06-04T21:19:02.144Z Checking static_assertions v1.1.0
25712026-06-04T21:19:02.144Z Checking jiff v0.2.21
25722026-06-04T21:19:02.144Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
25732026-06-04T21:19:02.144Z Checking sha3 v0.10.8
25742026-06-04T21:19:02.261Z Checking predicates v3.1.4
25752026-06-04T21:19:02.356Z Checking tokio-postgres v0.7.16
25762026-06-04T21:19:02.356Z Checking crossterm v0.28.1
25772026-06-04T21:19:02.356Z Checking similar v2.7.0
25782026-06-04T21:19:02.474Z Checking ed25519-dalek v2.2.0
25792026-06-04T21:19:02.597Z Checking hickory-proto v0.25.2
25802026-06-04T21:19:02.670Z Checking string_cache v0.8.9
25812026-06-04T21:19:02.897Z Checking slog v2.8.2
25822026-06-04T21:19:03.038Z Checking tough v0.22.0
25832026-06-04T21:19:03.038Z Checking petgraph v0.8.3
25842026-06-04T21:19:03.038Z Checking toml_edit v0.22.27
25852026-06-04T21:19:03.038Z Checking petgraph v0.6.5
25862026-06-04T21:19:03.536Z Checking env_logger v0.11.9
25872026-06-04T21:19:03.634Z Checking usdt v0.6.0
25882026-06-04T21:19:03.802Z Checking ecdsa v0.16.9
25892026-06-04T21:19:03.964Z Checking usdt-impl v0.5.0
25902026-06-04T21:19:04.115Z Checking toml v0.7.8
25912026-06-04T21:19:04.136Z Checking rsa v0.9.10
25922026-06-04T21:19:04.245Z Checking clap v4.5.60
25932026-06-04T21:19:04.406Z Checking nix v0.31.2
25942026-06-04T21:19:04.484Z Checking zip v4.6.1
25952026-06-04T21:19:04.484Z Checking reqwest v0.13.2
25962026-06-04T21:19:04.600Z Checking zip v0.6.6
25972026-06-04T21:19:04.729Z Checking toml_parser v1.0.9+spec-1.1.0
25982026-06-04T21:19:04.763Z Checking itertools v0.13.0
25992026-06-04T21:19:04.861Z Checking serde_with v3.17.0
26002026-06-04T21:19:04.919Z Checking strum v0.26.3
26012026-06-04T21:19:05.032Z Checking fs-err v3.3.0
26022026-06-04T21:19:05.052Z Checking ahash v0.8.12
26032026-06-04T21:19:05.217Z Checking object v0.37.3
26042026-06-04T21:19:05.217Z Checking tokio-stream v0.1.18
26052026-06-04T21:19:05.220Z Checking buf-list v1.1.2
26062026-06-04T21:19:05.254Z Checking camino v1.2.2
26072026-06-04T21:19:05.325Z Checking anyhow v1.0.102
26082026-06-04T21:19:05.352Z Checking x509-cert v0.2.5
26092026-06-04T21:19:05.404Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26102026-06-04T21:19:05.504Z Checking openapiv3 v2.2.0
26112026-06-04T21:19:05.526Z Checking sha1 v0.10.6
26122026-06-04T21:19:05.727Z Checking lalrpop-util v0.19.12
26132026-06-04T21:19:05.740Z Checking peg-runtime v0.8.5
26142026-06-04T21:19:05.740Z Checking rayon v1.11.0
26152026-06-04T21:19:05.793Z Checking sigpipe v0.1.3
26162026-06-04T21:19:05.796Z Checking glob v0.3.3
26172026-06-04T21:19:07.416Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26182026-06-04T21:19:07.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.11s
26192026-06-04T21:19:07.860Z
26202026-06-04T21:19:07.860Zinfo: running `cargo check --bins` on internal-dns-types (77/295)
26212026-06-04T21:19:08.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26222026-06-04T21:19:08.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26232026-06-04T21:19:08.369Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26242026-06-04T21:19:08.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26252026-06-04T21:19:08.456Z
26262026-06-04T21:19:08.456Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/295)
26272026-06-04T21:19:08.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26282026-06-04T21:19:08.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26292026-06-04T21:19:08.963Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26302026-06-04T21:19:08.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26312026-06-04T21:19:09.053Z
26322026-06-04T21:19:09.053Zinfo: running `cargo check --bins` on nexus-types-versions (79/295)
26332026-06-04T21:19:09.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26342026-06-04T21:19:09.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26352026-06-04T21:19:09.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26362026-06-04T21:19:09.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26372026-06-04T21:19:09.660Z
26382026-06-04T21:19:09.660Zinfo: running `cargo check --bins` on oxql-types (80/295)
26392026-06-04T21:19:10.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26402026-06-04T21:19:10.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26412026-06-04T21:19:10.163Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26422026-06-04T21:19:10.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26432026-06-04T21:19:10.255Z
26442026-06-04T21:19:10.255Zinfo: running `cargo check --bins` on oximeter-types (81/295)
26452026-06-04T21:19:10.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26462026-06-04T21:19:10.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26472026-06-04T21:19:10.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26482026-06-04T21:19:10.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26492026-06-04T21:19:10.857Z
26502026-06-04T21:19:10.857Zinfo: running `cargo check --bins` on oximeter-types-versions (82/295)
26512026-06-04T21:19:11.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26522026-06-04T21:19:11.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26532026-06-04T21:19:11.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26542026-06-04T21:19:11.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26552026-06-04T21:19:11.456Z
26562026-06-04T21:19:11.456Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/295)
26572026-06-04T21:19:11.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26582026-06-04T21:19:11.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26592026-06-04T21:19:11.949Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26602026-06-04T21:19:11.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26612026-06-04T21:19:12.034Z
26622026-06-04T21:19:12.034Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/295)
26632026-06-04T21:19:12.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26642026-06-04T21:19:12.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26652026-06-04T21:19:12.727Z Compiling structmeta-derive v0.3.0
26662026-06-04T21:19:12.845Z Compiling rustls v0.22.4
26672026-06-04T21:19:12.854Z Compiling multer v3.1.0
26682026-06-04T21:19:12.864Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26692026-06-04T21:19:12.864Z Compiling async-stream-impl v0.3.6
26702026-06-04T21:19:12.886Z Compiling dropshot v0.17.0
26712026-06-04T21:19:12.901Z Compiling newtype-uuid-macros v0.1.0
26722026-06-04T21:19:12.901Z Compiling dropshot_endpoint v0.17.0
26732026-06-04T21:19:13.022Z Checking newtype-uuid v1.3.2
26742026-06-04T21:19:13.101Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26752026-06-04T21:19:13.142Z Checking rustls-webpki v0.102.8
26762026-06-04T21:19:13.218Z Checking daft v0.1.7
26772026-06-04T21:19:13.249Z Checking thread_local v1.1.9
26782026-06-04T21:19:13.411Z Checking compression-core v0.4.31
26792026-06-04T21:19:13.452Z Checking match_cfg v0.1.0
26802026-06-04T21:19:13.467Z Checking iddqd v0.4.2
26812026-06-04T21:19:13.513Z Checking crossbeam-channel v0.5.15
26822026-06-04T21:19:13.529Z Checking hostname v0.3.1
26832026-06-04T21:19:13.539Z Checking compression-codecs v0.4.37
26842026-06-04T21:19:13.620Z Checking slog-json v2.6.1
26852026-06-04T21:19:13.648Z Checking serde_spanned v1.0.4
26862026-06-04T21:19:13.700Z Checking is-terminal v0.4.17
26872026-06-04T21:19:13.770Z Checking toml_datetime v1.0.0+spec-1.1.0
26882026-06-04T21:19:13.783Z Checking take_mut v0.2.2
26892026-06-04T21:19:13.799Z Checking toml_writer v1.0.6+spec-1.1.0
26902026-06-04T21:19:13.850Z Checking debug-ignore v1.0.5
26912026-06-04T21:19:13.883Z Checking term v1.2.1
26922026-06-04T21:19:13.898Z Compiling structmeta v0.3.0
26932026-06-04T21:19:13.950Z Checking slog-async v2.8.0
26942026-06-04T21:19:13.966Z Checking slog-bunyan v2.5.0
26952026-06-04T21:19:13.980Z Checking toml v1.0.6+spec-1.1.0
26962026-06-04T21:19:14.079Z Checking async-compression v0.4.41
26972026-06-04T21:19:14.101Z Checking slog-term v2.9.2
26982026-06-04T21:19:14.113Z Compiling derive-ex v0.1.8
26992026-06-04T21:19:14.125Z Compiling parse-display-derive v0.10.0
27002026-06-04T21:19:14.323Z Checking async-stream v0.3.6
27012026-06-04T21:19:14.357Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27022026-06-04T21:19:14.372Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27032026-06-04T21:19:14.444Z Checking progenitor-client v0.14.0
27042026-06-04T21:19:14.457Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27052026-06-04T21:19:14.552Z Checking waitgroup v0.1.2
27062026-06-04T21:19:14.599Z Checking backon v1.6.0
27072026-06-04T21:19:14.648Z Checking rustls-pemfile v2.2.0
27082026-06-04T21:19:14.673Z Checking serde_path_to_error v0.1.20
27092026-06-04T21:19:14.686Z Checking hostname v0.4.2
27102026-06-04T21:19:14.760Z Checking instant v0.1.13
27112026-06-04T21:19:14.848Z Checking backoff v0.4.0
27122026-06-04T21:19:14.926Z Checking tokio-rustls v0.25.0
27132026-06-04T21:19:14.950Z Checking progenitor-extras v0.2.0
27142026-06-04T21:19:14.991Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27152026-06-04T21:19:15.021Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27162026-06-04T21:19:15.182Z Checking itertools v0.14.0
27172026-06-04T21:19:15.197Z Checking progenitor-client v0.10.0
27182026-06-04T21:19:15.386Z Checking regress v0.10.5
27192026-06-04T21:19:15.522Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27202026-06-04T21:19:15.664Z Checking macaddr v1.0.1
27212026-06-04T21:19:15.791Z Compiling test-strategy v0.4.5
27222026-06-04T21:19:15.817Z Checking parse-display v0.10.0
27232026-06-04T21:19:15.967Z Checking humantime v2.3.0
27242026-06-04T21:19:17.018Z Compiling prettyplease v0.2.37
27252026-06-04T21:19:17.257Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27262026-06-04T21:19:17.462Z Checking num-rational v0.4.2
27272026-06-04T21:19:17.623Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27282026-06-04T21:19:17.999Z Checking num-complex v0.4.6
27292026-06-04T21:19:18.602Z Checking num v0.4.3
27302026-06-04T21:19:18.693Z Compiling usdt-macro v0.5.0
27312026-06-04T21:19:18.718Z Compiling usdt-attr-macro v0.5.0
27322026-06-04T21:19:18.733Z Checking memmap v0.7.0
27332026-06-04T21:19:18.757Z Compiling float-ord v0.3.2
27342026-06-04T21:19:18.870Z Compiling convert_case v0.4.0
27352026-06-04T21:19:18.878Z Checking unicode-width v0.2.0
27362026-06-04T21:19:19.127Z Checking console v0.15.11
27372026-06-04T21:19:19.252Z Compiling derive_more v0.99.20
27382026-06-04T21:19:19.401Z Checking newline-converter v0.3.0
27392026-06-04T21:19:19.401Z Checking atomicwrites v0.4.4
27402026-06-04T21:19:19.494Z Checking usdt v0.5.0
27412026-06-04T21:19:19.512Z Compiling toml v0.8.23
27422026-06-04T21:19:19.542Z Checking linked-hash-map v0.5.6
27432026-06-04T21:19:19.661Z Compiling minimal-lexical v0.2.1
27442026-06-04T21:19:19.710Z Checking lru-cache v0.1.2
27452026-06-04T21:19:19.832Z Checking expectorate v1.2.0
27462026-06-04T21:19:19.913Z Compiling nom v7.1.3
27472026-06-04T21:19:20.508Z Checking camino-tempfile v1.4.1
27482026-06-04T21:19:20.541Z Checking hickory-proto v0.24.4
27492026-06-04T21:19:20.676Z Checking phf_shared v0.12.1
27502026-06-04T21:19:20.823Z Compiling slog-dtrace v0.3.0
27512026-06-04T21:19:20.876Z Compiling chrono-tz v0.10.4
27522026-06-04T21:19:21.021Z Checking resolv-conf v0.7.6
27532026-06-04T21:19:21.061Z Checking heck v0.5.0
27542026-06-04T21:19:21.210Z Compiling const_format_proc_macros v0.2.34
27552026-06-04T21:19:21.237Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27562026-06-04T21:19:21.262Z Checking phf v0.12.1
27572026-06-04T21:19:21.323Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27582026-06-04T21:19:21.476Z Checking tokio-dtrace v0.1.1
27592026-06-04T21:19:21.596Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27602026-06-04T21:19:21.806Z Compiling derive-where v1.6.0
27612026-06-04T21:19:21.838Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27622026-06-04T21:19:22.123Z Checking highway v1.3.0
27632026-06-04T21:19:22.363Z Checking const_format v0.2.35
27642026-06-04T21:19:22.373Z Checking hickory-resolver v0.24.4
27652026-06-04T21:19:22.594Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27662026-06-04T21:19:22.641Z Checking oxide-tokio-rt v0.1.4
27672026-06-04T21:19:22.756Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27682026-06-04T21:19:23.019Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27692026-06-04T21:19:23.090Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27702026-06-04T21:19:23.122Z Checking qorb v0.4.1
27712026-06-04T21:19:23.309Z Checking gethostname v0.5.0
27722026-06-04T21:19:23.322Z Checking bcs v0.1.6
27732026-06-04T21:19:23.347Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27742026-06-04T21:19:23.400Z Checking termtree v0.5.1
27752026-06-04T21:19:26.513Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27762026-06-04T21:19:29.247Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27772026-06-04T21:19:31.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.35s
27782026-06-04T21:19:31.637Z
27792026-06-04T21:19:31.637Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/295)
27802026-06-04T21:19:32.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27812026-06-04T21:19:32.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27822026-06-04T21:19:32.262Z Compiling ar_archive_writer v0.5.1
27832026-06-04T21:19:32.375Z Compiling stacker v0.1.23
27842026-06-04T21:19:32.378Z Compiling cfg_aliases v0.1.1
27852026-06-04T21:19:32.387Z Compiling convert_case v0.10.0
27862026-06-04T21:19:32.392Z Checking unicode-width v0.1.14
27872026-06-04T21:19:32.401Z Compiling proc-macro-error v1.0.4
27882026-06-04T21:19:32.412Z Checking fd-lock v4.0.4
27892026-06-04T21:19:32.417Z Checking nibble_vec v0.1.0
27902026-06-04T21:19:32.437Z Compiling nix v0.28.0
27912026-06-04T21:19:32.527Z Checking vte v0.14.1
27922026-06-04T21:19:32.539Z Compiling recursive-proc-macro-impl v0.1.1
27932026-06-04T21:19:32.625Z Checking endian-type v0.1.2
27942026-06-04T21:19:32.639Z Checking bytecount v0.6.9
27952026-06-04T21:19:32.672Z Compiling derive_more-impl v2.1.1
27962026-06-04T21:19:32.685Z Checking strip-ansi-escapes v0.2.1
27972026-06-04T21:19:32.696Z Compiling tabled_derive v0.7.0
27982026-06-04T21:19:32.731Z Checking papergrid v0.11.0
27992026-06-04T21:19:32.746Z Checking radix_trie v0.2.1
28002026-06-04T21:19:32.780Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28012026-06-04T21:19:32.937Z Compiling peg-macros v0.8.5
28022026-06-04T21:19:32.949Z Checking winnow v0.6.26
28032026-06-04T21:19:33.194Z Compiling psm v0.1.30
28042026-06-04T21:19:33.297Z Compiling sqlparser_derive v0.5.0
28052026-06-04T21:19:33.335Z Checking unicode_categories v0.1.1
28062026-06-04T21:19:33.478Z Checking derive_more v2.1.1
28072026-06-04T21:19:33.491Z Checking nu-ansi-term v0.50.3
28082026-06-04T21:19:33.555Z Checking home v0.5.12
28092026-06-04T21:19:33.640Z Checking tabled v0.15.0
28102026-06-04T21:19:33.660Z Checking crossterm v0.29.0
28112026-06-04T21:19:33.706Z Checking reedline v0.40.0
28122026-06-04T21:19:33.734Z Checking rustyline v14.0.0
28132026-06-04T21:19:33.969Z Checking recursive v0.1.1
28142026-06-04T21:19:34.068Z Checking sqlparser v0.61.0
28152026-06-04T21:19:34.081Z Checking sqlformat v0.3.5
28162026-06-04T21:19:34.090Z Checking display-error-chain v0.2.2
28172026-06-04T21:19:34.300Z Checking peg v0.8.5
28182026-06-04T21:19:45.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.62s
28192026-06-04T21:19:45.393Z
28202026-06-04T21:19:45.393Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/295)
28212026-06-04T21:19:46.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28222026-06-04T21:19:46.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28232026-06-04T21:19:46.082Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28242026-06-04T21:19:49.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.10s
28252026-06-04T21:19:49.687Z
28262026-06-04T21:19:49.687Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/295)
28272026-06-04T21:19:50.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28282026-06-04T21:19:50.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28292026-06-04T21:19:50.398Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28302026-06-04T21:19:52.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.10s
28312026-06-04T21:19:52.972Z
28322026-06-04T21:19:52.972Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/295)
28332026-06-04T21:19:53.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28342026-06-04T21:19:53.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28352026-06-04T21:19:53.647Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28362026-06-04T21:19:56.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.89s
28372026-06-04T21:19:57.079Z
28382026-06-04T21:19:57.079Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/295)
28392026-06-04T21:19:57.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28402026-06-04T21:19:57.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28412026-06-04T21:19:57.732Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28422026-06-04T21:20:01.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.91s
28432026-06-04T21:20:01.155Z
28442026-06-04T21:20:01.155Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/295)
28452026-06-04T21:20:01.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28462026-06-04T21:20:01.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28472026-06-04T21:20:01.840Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28482026-06-04T21:20:04.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s
28492026-06-04T21:20:04.583Z
28502026-06-04T21:20:04.583Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/295)
28512026-06-04T21:20:05.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28522026-06-04T21:20:05.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28532026-06-04T21:20:05.274Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28542026-06-04T21:20:07.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.27s
28552026-06-04T21:20:08.055Z
28562026-06-04T21:20:08.055Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/295)
28572026-06-04T21:20:08.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28582026-06-04T21:20:08.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28592026-06-04T21:20:08.748Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28602026-06-04T21:20:12.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.09s
28612026-06-04T21:20:12.448Z
28622026-06-04T21:20:12.448Zinfo: running `cargo check --bins` on oximeter (93/295)
28632026-06-04T21:20:13.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28642026-06-04T21:20:13.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28652026-06-04T21:20:13.592Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28662026-06-04T21:20:13.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28672026-06-04T21:20:13.592Z
28682026-06-04T21:20:13.592Zinfo: running `cargo check --bins` on oximeter-schema (94/295)
28692026-06-04T21:20:13.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28702026-06-04T21:20:13.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28712026-06-04T21:20:13.715Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28722026-06-04T21:20:13.756Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28732026-06-04T21:20:13.839Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28742026-06-04T21:20:14.068Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28752026-06-04T21:20:19.677Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28762026-06-04T21:20:19.790Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28772026-06-04T21:20:19.790Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28782026-06-04T21:20:19.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.08s
28792026-06-04T21:20:19.790Z
28802026-06-04T21:20:19.790Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/295)
28812026-06-04T21:20:19.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28822026-06-04T21:20:19.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28832026-06-04T21:20:19.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28842026-06-04T21:20:19.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28852026-06-04T21:20:19.890Z
28862026-06-04T21:20:19.890Zinfo: running `cargo check --bins` on oximeter-test-utils (96/295)
28872026-06-04T21:20:20.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28882026-06-04T21:20:20.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28892026-06-04T21:20:20.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28902026-06-04T21:20:20.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28912026-06-04T21:20:20.619Z
28922026-06-04T21:20:20.619Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/295)
28932026-06-04T21:20:20.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28942026-06-04T21:20:20.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28952026-06-04T21:20:20.958Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28962026-06-04T21:20:20.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28972026-06-04T21:20:21.054Z
28982026-06-04T21:20:21.054Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/295)
28992026-06-04T21:20:21.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29002026-06-04T21:20:21.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29012026-06-04T21:20:21.577Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29022026-06-04T21:20:21.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29032026-06-04T21:20:21.700Z
29042026-06-04T21:20:21.700Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/295)
29052026-06-04T21:20:22.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29062026-06-04T21:20:22.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29072026-06-04T21:20:22.170Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29082026-06-04T21:20:22.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29092026-06-04T21:20:22.265Z
29102026-06-04T21:20:22.265Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/295)
29112026-06-04T21:20:22.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29122026-06-04T21:20:22.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29132026-06-04T21:20:22.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29142026-06-04T21:20:22.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29152026-06-04T21:20:22.867Z
29162026-06-04T21:20:22.867Zinfo: running `cargo check --bins` on trust-quorum-types (101/295)
29172026-06-04T21:20:23.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29182026-06-04T21:20:23.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29192026-06-04T21:20:23.373Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29202026-06-04T21:20:23.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29212026-06-04T21:20:23.466Z
29222026-06-04T21:20:23.466Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/295)
29232026-06-04T21:20:23.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29242026-06-04T21:20:23.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29252026-06-04T21:20:23.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29262026-06-04T21:20:23.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29272026-06-04T21:20:24.103Z
29282026-06-04T21:20:24.103Zinfo: running `cargo check --bins` on update-engine (103/295)
29292026-06-04T21:20:24.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29302026-06-04T21:20:24.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29312026-06-04T21:20:24.578Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29322026-06-04T21:20:24.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29332026-06-04T21:20:24.653Z
29342026-06-04T21:20:24.653Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/295)
29352026-06-04T21:20:25.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29362026-06-04T21:20:25.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29372026-06-04T21:20:25.370Z Compiling crucible-workspace-hack v0.1.0
29382026-06-04T21:20:25.498Z Checking secrecy v0.10.3
29392026-06-04T21:20:25.503Z Compiling heapless v0.8.0
29402026-06-04T21:20:25.503Z Compiling toml_datetime v0.7.5+spec-1.1.0
29412026-06-04T21:20:25.513Z Compiling ingot-macros v0.1.1
29422026-06-04T21:20:25.520Z Checking hash32 v0.3.1
29432026-06-04T21:20:25.544Z Compiling smoltcp v0.11.0
29442026-06-04T21:20:25.553Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29452026-06-04T21:20:25.590Z Checking cobs v0.3.0
29462026-06-04T21:20:25.651Z Compiling toml_edit v0.23.10+spec-1.0.0
29472026-06-04T21:20:25.728Z Compiling thiserror-impl-no-std v2.0.2
29482026-06-04T21:20:25.734Z Checking universal-hash v0.5.1
29492026-06-04T21:20:25.759Z Checking half v2.7.1
29502026-06-04T21:20:25.787Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29512026-06-04T21:20:25.858Z Checking ciborium-io v0.2.2
29522026-06-04T21:20:25.887Z Checking opaque-debug v0.3.1
29532026-06-04T21:20:25.950Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
29542026-06-04T21:20:25.968Z Checking poly1305 v0.8.0
29552026-06-04T21:20:25.996Z Checking postcard v1.1.3
29562026-06-04T21:20:26.019Z Checking ciborium-ll v0.2.2
29572026-06-04T21:20:26.213Z Compiling proc-macro-crate v3.4.0
29582026-06-04T21:20:26.236Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29592026-06-04T21:20:26.287Z Checking password-hash v0.5.0
29602026-06-04T21:20:26.360Z Checking chacha20 v0.9.1
29612026-06-04T21:20:26.502Z Compiling proc-macro-crate v1.3.1
29622026-06-04T21:20:26.519Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29632026-06-04T21:20:26.541Z Checking blake2 v0.10.6
29642026-06-04T21:20:26.709Z Checking aead v0.5.2
29652026-06-04T21:20:26.742Z Compiling num_enum_derive v0.7.5
29662026-06-04T21:20:26.745Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29672026-06-04T21:20:26.778Z Compiling foreign-types-macros v0.2.3
29682026-06-04T21:20:26.849Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29692026-06-04T21:20:26.915Z Checking thiserror-no-std v2.0.2
29702026-06-04T21:20:26.915Z Checking cpufeatures v0.3.0
29712026-06-04T21:20:26.949Z Checking foreign-types-shared v0.3.1
29722026-06-04T21:20:26.999Z Checking chacha20 v0.10.0
29732026-06-04T21:20:27.014Z Checking vsss-rs v3.3.4
29742026-06-04T21:20:27.051Z Compiling num_enum_derive v0.5.11
29752026-06-04T21:20:27.091Z Checking chacha20poly1305 v0.10.1
29762026-06-04T21:20:27.211Z Checking argon2 v0.5.3
29772026-06-04T21:20:27.215Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29782026-06-04T21:20:27.372Z Checking foreign-types v0.5.0
29792026-06-04T21:20:27.447Z Checking ciborium v0.2.2
29802026-06-04T21:20:27.598Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29812026-06-04T21:20:27.659Z Checking tabwriter v1.4.1
29822026-06-04T21:20:27.774Z Checking num_enum v0.7.5
29832026-06-04T21:20:27.802Z Checking byte-wrapper v0.1.0
29842026-06-04T21:20:27.865Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29852026-06-04T21:20:27.878Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29862026-06-04T21:20:27.894Z Checking cstr-argument v0.1.2
29872026-06-04T21:20:28.053Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29882026-06-04T21:20:28.060Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29892026-06-04T21:20:28.074Z Checking num_enum v0.5.11
29902026-06-04T21:20:28.114Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29912026-06-04T21:20:28.188Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29922026-06-04T21:20:28.223Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29932026-06-04T21:20:28.310Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29942026-06-04T21:20:28.322Z Checking ingot-types v0.1.2
29952026-06-04T21:20:28.335Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29962026-06-04T21:20:28.347Z Checking rand v0.10.0
29972026-06-04T21:20:28.380Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
29982026-06-04T21:20:28.411Z Checking indent_write v2.2.0
29992026-06-04T21:20:28.525Z Checking colored v3.1.1
30002026-06-04T21:20:28.545Z Compiling zone_cfg_derive v0.3.1
30012026-06-04T21:20:28.652Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30022026-06-04T21:20:28.666Z Checking ingot v0.1.1
30032026-06-04T21:20:28.673Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30042026-06-04T21:20:28.696Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30052026-06-04T21:20:28.724Z Checking itertools v0.12.1
30062026-06-04T21:20:28.773Z Compiling num-derive v0.4.2
30072026-06-04T21:20:28.813Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30082026-06-04T21:20:28.858Z Checking swrite v0.1.0
30092026-06-04T21:20:28.949Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30102026-06-04T21:20:29.017Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30112026-06-04T21:20:29.170Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30122026-06-04T21:20:29.183Z Checking dropshot-api-manager-types v0.7.2
30132026-06-04T21:20:29.211Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30142026-06-04T21:20:29.263Z Checking smf v0.2.3
30152026-06-04T21:20:29.281Z Checking nanorand v0.7.0
30162026-06-04T21:20:29.345Z Checking whoami v1.6.1
30172026-06-04T21:20:29.475Z Checking flume v0.11.1
30182026-06-04T21:20:29.494Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30192026-06-04T21:20:29.690Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30202026-06-04T21:20:29.727Z Checking zone v0.3.1
30212026-06-04T21:20:30.232Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30222026-06-04T21:20:31.222Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30232026-06-04T21:20:32.112Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30242026-06-04T21:20:35.303Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30252026-06-04T21:20:37.357Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30262026-06-04T21:20:38.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.82s
30272026-06-04T21:20:38.665Z
30282026-06-04T21:20:38.665Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/295)
30292026-06-04T21:20:39.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30302026-06-04T21:20:39.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30312026-06-04T21:20:39.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30322026-06-04T21:20:39.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30332026-06-04T21:20:39.269Z
30342026-06-04T21:20:39.269Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/295)
30352026-06-04T21:20:39.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30362026-06-04T21:20:39.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30372026-06-04T21:20:39.895Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30382026-06-04T21:20:39.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30392026-06-04T21:20:39.895Z
30402026-06-04T21:20:39.895Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/295)
30412026-06-04T21:20:40.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30422026-06-04T21:20:40.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30432026-06-04T21:20:40.413Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30442026-06-04T21:20:40.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30452026-06-04T21:20:40.484Z
30462026-06-04T21:20:40.485Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/295)
30472026-06-04T21:20:40.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30482026-06-04T21:20:41.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30492026-06-04T21:20:41.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30502026-06-04T21:20:41.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30512026-06-04T21:20:41.091Z
30522026-06-04T21:20:41.091Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/295)
30532026-06-04T21:20:41.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30542026-06-04T21:20:41.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30552026-06-04T21:20:41.609Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30562026-06-04T21:20:41.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30572026-06-04T21:20:41.696Z
30582026-06-04T21:20:41.696Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/295)
30592026-06-04T21:20:42.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30602026-06-04T21:20:42.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30612026-06-04T21:20:42.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30622026-06-04T21:20:42.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30632026-06-04T21:20:42.309Z
30642026-06-04T21:20:42.309Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/295)
30652026-06-04T21:20:42.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30662026-06-04T21:20:42.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30672026-06-04T21:20:42.828Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30682026-06-04T21:20:42.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30692026-06-04T21:20:42.918Z
30702026-06-04T21:20:42.918Zinfo: running `cargo check --bins` on cockroach-admin-client (112/295)
30712026-06-04T21:20:43.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30722026-06-04T21:20:43.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30732026-06-04T21:20:43.426Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30742026-06-04T21:20:43.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30752026-06-04T21:20:43.504Z
30762026-06-04T21:20:43.504Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/295)
30772026-06-04T21:20:44.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30782026-06-04T21:20:44.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30792026-06-04T21:20:44.223Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30802026-06-04T21:20:44.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30812026-06-04T21:20:44.223Z
30822026-06-04T21:20:44.223Zinfo: running `cargo check --bins` on dns-service-client (114/295)
30832026-06-04T21:20:44.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30842026-06-04T21:20:44.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30852026-06-04T21:20:44.632Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30862026-06-04T21:20:44.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30872026-06-04T21:20:44.721Z
30882026-06-04T21:20:44.721Zinfo: running `cargo check --bins` on installinator-client (115/295)
30892026-06-04T21:20:45.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30902026-06-04T21:20:45.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30912026-06-04T21:20:45.245Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30922026-06-04T21:20:45.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30932026-06-04T21:20:45.334Z
30942026-06-04T21:20:45.334Zinfo: running `cargo check --bins` on nexus-client (116/295)
30952026-06-04T21:20:45.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30962026-06-04T21:20:45.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30972026-06-04T21:20:45.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30982026-06-04T21:20:45.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30992026-06-04T21:20:45.963Z
31002026-06-04T21:20:45.963Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/295)
31012026-06-04T21:20:46.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31022026-06-04T21:20:46.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31032026-06-04T21:20:46.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31042026-06-04T21:20:46.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31052026-06-04T21:20:46.603Z
31062026-06-04T21:20:46.603Zinfo: running `cargo check --bins` on ntp-admin-client (118/295)
31072026-06-04T21:20:47.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31082026-06-04T21:20:47.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31092026-06-04T21:20:47.395Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31102026-06-04T21:20:47.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31112026-06-04T21:20:47.396Z
31122026-06-04T21:20:47.396Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/295)
31132026-06-04T21:20:47.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31142026-06-04T21:20:47.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31152026-06-04T21:20:47.718Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31162026-06-04T21:20:47.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31172026-06-04T21:20:47.798Z
31182026-06-04T21:20:47.798Zinfo: running `cargo check --bins` on oxide-client (120/295)
31192026-06-04T21:20:48.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31202026-06-04T21:20:48.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31212026-06-04T21:20:48.309Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31222026-06-04T21:20:48.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31232026-06-04T21:20:48.388Z
31242026-06-04T21:20:48.388Zinfo: running `cargo check --bins` on oximeter-client (121/295)
31252026-06-04T21:20:49.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31262026-06-04T21:20:49.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31272026-06-04T21:20:49.041Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31282026-06-04T21:20:49.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31292026-06-04T21:20:49.041Z
31302026-06-04T21:20:49.041Zinfo: running `cargo check --bins` on repo-depot-client (122/295)
31312026-06-04T21:20:49.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31322026-06-04T21:20:49.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31332026-06-04T21:20:49.499Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31342026-06-04T21:20:49.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31352026-06-04T21:20:49.584Z
31362026-06-04T21:20:49.584Zinfo: running `cargo check --bins` on sled-agent-client (123/295)
31372026-06-04T21:20:50.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31382026-06-04T21:20:50.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31392026-06-04T21:20:50.541Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31402026-06-04T21:20:50.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31412026-06-04T21:20:50.541Z
31422026-06-04T21:20:50.541Zinfo: running `cargo check --bins` on wicketd-client (124/295)
31432026-06-04T21:20:50.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31442026-06-04T21:20:50.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31452026-06-04T21:20:50.737Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31462026-06-04T21:20:50.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31472026-06-04T21:20:50.829Z
31482026-06-04T21:20:50.830Zinfo: running `cargo check --bins` on installinator-common (125/295)
31492026-06-04T21:20:51.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31502026-06-04T21:20:51.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31512026-06-04T21:20:51.363Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31522026-06-04T21:20:51.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31532026-06-04T21:20:51.447Z
31542026-06-04T21:20:51.448Zinfo: running `cargo check --bins` on installinator-common-versions (126/295)
31552026-06-04T21:20:51.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31562026-06-04T21:20:51.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31572026-06-04T21:20:51.954Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31582026-06-04T21:20:51.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31592026-06-04T21:20:52.039Z
31602026-06-04T21:20:52.040Zinfo: running `cargo check --bins` on wicket-common (127/295)
31612026-06-04T21:20:52.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31622026-06-04T21:20:52.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31632026-06-04T21:20:52.575Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31642026-06-04T21:20:52.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31652026-06-04T21:20:52.781Z
31662026-06-04T21:20:52.781Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/295)
31672026-06-04T21:20:54.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31682026-06-04T21:20:54.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31692026-06-04T21:20:54.656Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31702026-06-04T21:20:54.656Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31712026-06-04T21:20:54.656Z Checking csv-core v0.1.13
31722026-06-04T21:20:54.656Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31732026-06-04T21:20:54.656Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31742026-06-04T21:20:54.656Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31752026-06-04T21:20:54.656Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31762026-06-04T21:20:54.656Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31772026-06-04T21:20:54.656Z Checking csv v1.4.0
31782026-06-04T21:20:54.656Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31792026-06-04T21:20:54.656Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31802026-06-04T21:20:54.657Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31812026-06-04T21:20:54.657Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31822026-06-04T21:20:54.657Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31832026-06-04T21:20:55.832Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31842026-06-04T21:20:55.833Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31852026-06-04T21:20:56.202Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31862026-06-04T21:21:01.817Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31872026-06-04T21:21:01.817Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31882026-06-04T21:21:03.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.71s
31892026-06-04T21:21:03.584Z
31902026-06-04T21:21:03.584Zinfo: running `cargo check --bins` on cockroach-admin-api (129/295)
31912026-06-04T21:21:04.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31922026-06-04T21:21:04.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31932026-06-04T21:21:04.200Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31942026-06-04T21:21:04.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31952026-06-04T21:21:04.200Z
31962026-06-04T21:21:04.200Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/295)
31972026-06-04T21:21:04.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31982026-06-04T21:21:04.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31992026-06-04T21:21:04.770Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32002026-06-04T21:21:04.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32012026-06-04T21:21:04.881Z
32022026-06-04T21:21:04.881Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/295)
32032026-06-04T21:21:05.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32042026-06-04T21:21:05.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32052026-06-04T21:21:05.460Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32062026-06-04T21:21:05.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32072026-06-04T21:21:05.565Z
32082026-06-04T21:21:05.565Zinfo: running `cargo check --bins` on gateway-test-utils (132/295)
32092026-06-04T21:21:06.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32102026-06-04T21:21:06.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32112026-06-04T21:21:06.114Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32122026-06-04T21:21:06.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32132026-06-04T21:21:06.219Z
32142026-06-04T21:21:06.219Zinfo: running `cargo check --bins` on omicron-gateway (133/295)
32152026-06-04T21:21:06.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32162026-06-04T21:21:06.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32172026-06-04T21:21:06.986Z Compiling regress v0.11.1
32182026-06-04T21:21:07.124Z Compiling unsafe-libyaml v0.2.11
32192026-06-04T21:21:07.137Z Compiling semver v0.1.20
32202026-06-04T21:21:07.137Z Compiling radium v0.7.0
32212026-06-04T21:21:07.163Z Checking tap v1.0.1
32222026-06-04T21:21:07.163Z Compiling maybe-uninit v2.0.0
32232026-06-04T21:21:07.285Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32242026-06-04T21:21:07.296Z Checking wyz v0.5.1
32252026-06-04T21:21:07.414Z Compiling rustc_version v0.1.7
32262026-06-04T21:21:07.453Z Checking progenitor-client v0.13.0
32272026-06-04T21:21:07.486Z Compiling zerocopy-derive v0.6.6
32282026-06-04T21:21:07.595Z Compiling cancel-safe-futures v0.1.5
32292026-06-04T21:21:07.632Z Compiling serde_yaml v0.9.34+deprecated
32302026-06-04T21:21:07.684Z Compiling newtype_derive v0.1.6
32312026-06-04T21:21:07.802Z Compiling packed_struct v0.10.1
32322026-06-04T21:21:07.854Z Checking funty v2.0.0
32332026-06-04T21:21:07.871Z Compiling owo-colors v4.3.0
32342026-06-04T21:21:08.049Z Checking crc-catalog v2.4.0
32352026-06-04T21:21:08.154Z Checking crc v3.4.0
32362026-06-04T21:21:08.172Z Checking bitvec v1.0.1
32372026-06-04T21:21:08.320Z Checking zerocopy v0.6.6
32382026-06-04T21:21:08.370Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32392026-06-04T21:21:08.423Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32402026-06-04T21:21:08.542Z Checking typify-impl v0.6.2
32412026-06-04T21:21:08.677Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32422026-06-04T21:21:08.757Z Compiling packed_struct_codegen v0.10.1
32432026-06-04T21:21:08.911Z Checking libsw-core v0.3.2
32442026-06-04T21:21:08.934Z Compiling bitfield-macros v0.19.4
32452026-06-04T21:21:09.059Z Compiling indexmap v1.9.3
32462026-06-04T21:21:09.093Z Checking nodrop v0.1.14
32472026-06-04T21:21:09.188Z Checking array-init v0.0.4
32482026-06-04T21:21:09.272Z Checking libsw v3.5.0
32492026-06-04T21:21:09.424Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32502026-06-04T21:21:09.503Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32512026-06-04T21:21:09.513Z Checking smallvec v0.6.14
32522026-06-04T21:21:09.645Z Checking bitfield v0.19.4
32532026-06-04T21:21:09.773Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32542026-06-04T21:21:09.836Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32552026-06-04T21:21:09.909Z Checking base64 v0.21.7
32562026-06-04T21:21:09.923Z Checking linear-map v1.2.0
32572026-06-04T21:21:09.961Z Checking tagptr v0.2.0
32582026-06-04T21:21:10.089Z Checking hashbrown v0.12.3
32592026-06-04T21:21:10.102Z Checking smawk v0.3.2
32602026-06-04T21:21:10.116Z Checking unicode-linebreak v0.1.5
32612026-06-04T21:21:10.146Z Checking ron v0.8.1
32622026-06-04T21:21:10.231Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32632026-06-04T21:21:10.306Z Checking moka v0.12.13
32642026-06-04T21:21:10.326Z Checking textwrap v0.16.2
32652026-06-04T21:21:10.358Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32662026-06-04T21:21:10.420Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32672026-06-04T21:21:10.536Z Checking steno v0.4.1
32682026-06-04T21:21:10.686Z Checking serde-hex v0.1.0
32692026-06-04T21:21:10.890Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32702026-06-04T21:21:10.936Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32712026-06-04T21:21:10.969Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32722026-06-04T21:21:11.032Z Checking hashbrown v0.13.2
32732026-06-04T21:21:11.254Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32742026-06-04T21:21:11.451Z Checking crc-any v2.5.0
32752026-06-04T21:21:11.465Z Checking object v0.30.4
32762026-06-04T21:21:11.564Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32772026-06-04T21:21:11.579Z Checking hickory-resolver v0.25.2
32782026-06-04T21:21:11.628Z Checking path-slash v0.1.5
32792026-06-04T21:21:11.647Z Checking half v1.8.3
32802026-06-04T21:21:11.725Z Checking utf-8 v0.7.6
32812026-06-04T21:21:11.741Z Checking void v1.0.2
32822026-06-04T21:21:11.848Z Checking serde_cbor v0.11.2
32832026-06-04T21:21:11.857Z Checking lzss v0.8.2
32842026-06-04T21:21:11.870Z Checking tungstenite v0.23.0
32852026-06-04T21:21:12.240Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32862026-06-04T21:21:12.245Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32872026-06-04T21:21:12.245Z Checking nix v0.27.1
32882026-06-04T21:21:12.287Z Checking kstat-rs v0.2.4
32892026-06-04T21:21:12.300Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32902026-06-04T21:21:12.453Z Checking fxhash v0.2.1
32912026-06-04T21:21:12.479Z Checking serde_bytes v0.11.19
32922026-06-04T21:21:12.479Z Checking tokio-tungstenite v0.23.1
32932026-06-04T21:21:12.488Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32942026-06-04T21:21:12.596Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32952026-06-04T21:21:12.713Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32962026-06-04T21:21:12.723Z Checking signal-hook-tokio v0.3.1
32972026-06-04T21:21:13.022Z Compiling typify-macro v0.6.2
32982026-06-04T21:21:13.875Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32992026-06-04T21:21:14.282Z Compiling typify v0.6.2
33002026-06-04T21:21:14.304Z Compiling progenitor-impl v0.13.0
33012026-06-04T21:21:14.304Z Compiling progenitor-impl v0.14.0
33022026-06-04T21:21:14.750Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33032026-06-04T21:21:15.258Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33042026-06-04T21:21:15.826Z Compiling progenitor-macro v0.13.0
33052026-06-04T21:21:15.872Z Compiling progenitor-macro v0.14.0
33062026-06-04T21:21:18.293Z Checking progenitor v0.13.0
33072026-06-04T21:21:18.418Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33082026-06-04T21:21:18.527Z Checking progenitor v0.14.0
33092026-06-04T21:21:18.643Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33102026-06-04T21:21:21.611Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33112026-06-04T21:21:29.247Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33122026-06-04T21:21:35.416Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33132026-06-04T21:21:36.784Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33142026-06-04T21:21:37.470Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33152026-06-04T21:21:39.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.14s
33162026-06-04T21:21:39.565Z
33172026-06-04T21:21:39.565Zinfo: running `cargo check --bins` on gateway-api (134/295)
33182026-06-04T21:21:40.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33192026-06-04T21:21:40.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33202026-06-04T21:21:40.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33212026-06-04T21:21:40.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33222026-06-04T21:21:40.173Z
33232026-06-04T21:21:40.173Zinfo: running `cargo check --bins` on ipcc (135/295)
33242026-06-04T21:21:40.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33252026-06-04T21:21:40.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33262026-06-04T21:21:40.690Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33272026-06-04T21:21:40.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33282026-06-04T21:21:41.017Z
33292026-06-04T21:21:41.017Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/295)
33302026-06-04T21:21:41.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33312026-06-04T21:21:41.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33322026-06-04T21:21:41.289Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33332026-06-04T21:21:41.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33342026-06-04T21:21:41.374Z
33352026-06-04T21:21:41.374Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/295)
33362026-06-04T21:21:41.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33372026-06-04T21:21:41.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33382026-06-04T21:21:41.908Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33392026-06-04T21:21:41.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
33402026-06-04T21:21:42.000Z
33412026-06-04T21:21:42.000Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/295)
33422026-06-04T21:21:42.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33432026-06-04T21:21:42.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33442026-06-04T21:21:42.795Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33452026-06-04T21:21:42.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33462026-06-04T21:21:42.795Z
33472026-06-04T21:21:42.795Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/295)
33482026-06-04T21:21:43.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33492026-06-04T21:21:44.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33502026-06-04T21:21:44.030Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33512026-06-04T21:21:44.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33522026-06-04T21:21:44.030Z
33532026-06-04T21:21:44.030Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/295)
33542026-06-04T21:21:44.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33552026-06-04T21:21:44.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33562026-06-04T21:21:44.030Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33572026-06-04T21:21:44.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33582026-06-04T21:21:44.030Z
33592026-06-04T21:21:44.030Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/295)
33602026-06-04T21:21:44.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33612026-06-04T21:21:44.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33622026-06-04T21:21:44.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33632026-06-04T21:21:44.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
33642026-06-04T21:21:44.457Z
33652026-06-04T21:21:44.457Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/295)
33662026-06-04T21:21:44.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33672026-06-04T21:21:44.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33682026-06-04T21:21:44.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33692026-06-04T21:21:44.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33702026-06-04T21:21:45.066Z
33712026-06-04T21:21:45.067Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/295)
33722026-06-04T21:21:45.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33732026-06-04T21:21:45.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33742026-06-04T21:21:45.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33752026-06-04T21:21:45.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33762026-06-04T21:21:45.733Z
33772026-06-04T21:21:45.733Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/295)
33782026-06-04T21:21:46.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33792026-06-04T21:21:46.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33802026-06-04T21:21:46.536Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33812026-06-04T21:21:46.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33822026-06-04T21:21:46.536Z
33832026-06-04T21:21:46.536Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/295)
33842026-06-04T21:21:46.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33852026-06-04T21:21:46.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33862026-06-04T21:21:46.803Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33872026-06-04T21:21:46.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33882026-06-04T21:21:46.882Z
33892026-06-04T21:21:46.882Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/295)
33902026-06-04T21:21:47.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33912026-06-04T21:21:47.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33922026-06-04T21:21:47.409Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33932026-06-04T21:21:47.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33942026-06-04T21:21:47.493Z
33952026-06-04T21:21:47.493Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/295)
33962026-06-04T21:21:48.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33972026-06-04T21:21:48.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33982026-06-04T21:21:48.264Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33992026-06-04T21:21:48.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34002026-06-04T21:21:48.264Z
34012026-06-04T21:21:48.264Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/295)
34022026-06-04T21:21:48.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34032026-06-04T21:21:48.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34042026-06-04T21:21:48.640Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34052026-06-04T21:21:48.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34062026-06-04T21:21:48.735Z
34072026-06-04T21:21:48.735Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/295)
34082026-06-04T21:21:49.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34092026-06-04T21:21:49.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34102026-06-04T21:21:49.263Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34112026-06-04T21:21:49.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34122026-06-04T21:21:49.354Z
34132026-06-04T21:21:49.354Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/295)
34142026-06-04T21:21:50.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34152026-06-04T21:21:50.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34162026-06-04T21:21:50.023Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34172026-06-04T21:21:50.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34182026-06-04T21:21:50.023Z
34192026-06-04T21:21:50.023Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/295)
34202026-06-04T21:21:50.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34212026-06-04T21:21:50.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34222026-06-04T21:21:50.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34232026-06-04T21:21:50.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34242026-06-04T21:21:50.806Z
34252026-06-04T21:21:50.806Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/295)
34262026-06-04T21:21:51.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34272026-06-04T21:21:51.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34282026-06-04T21:21:51.156Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34292026-06-04T21:21:51.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34302026-06-04T21:21:51.240Z
34312026-06-04T21:21:51.241Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/295)
34322026-06-04T21:21:51.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34332026-06-04T21:21:51.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34342026-06-04T21:21:51.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34352026-06-04T21:21:51.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34362026-06-04T21:21:51.863Z
34372026-06-04T21:21:51.863Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/295)
34382026-06-04T21:21:52.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34392026-06-04T21:21:52.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34402026-06-04T21:21:52.431Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34412026-06-04T21:21:52.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34422026-06-04T21:21:52.494Z
34432026-06-04T21:21:52.494Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/295)
34442026-06-04T21:21:53.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34452026-06-04T21:21:53.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34462026-06-04T21:21:53.268Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34472026-06-04T21:21:53.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34482026-06-04T21:21:53.268Z
34492026-06-04T21:21:53.268Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/295)
34502026-06-04T21:21:53.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34512026-06-04T21:21:53.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34522026-06-04T21:21:53.647Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34532026-06-04T21:21:53.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34542026-06-04T21:21:53.743Z
34552026-06-04T21:21:53.743Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/295)
34562026-06-04T21:21:54.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34572026-06-04T21:21:54.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34582026-06-04T21:21:54.270Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34592026-06-04T21:21:54.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34602026-06-04T21:21:54.366Z
34612026-06-04T21:21:54.366Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/295)
34622026-06-04T21:21:54.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34632026-06-04T21:21:54.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34642026-06-04T21:21:54.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34652026-06-04T21:21:54.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34662026-06-04T21:21:54.978Z
34672026-06-04T21:21:54.978Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/295)
34682026-06-04T21:21:55.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34692026-06-04T21:21:55.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34702026-06-04T21:21:55.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34712026-06-04T21:21:55.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34722026-06-04T21:21:55.769Z
34732026-06-04T21:21:55.769Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/295)
34742026-06-04T21:21:56.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34752026-06-04T21:21:56.087Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34762026-06-04T21:21:56.087Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34772026-06-04T21:21:56.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34782026-06-04T21:21:56.183Z
34792026-06-04T21:21:56.183Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/295)
34802026-06-04T21:21:56.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34812026-06-04T21:21:56.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34822026-06-04T21:21:56.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34832026-06-04T21:21:56.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34842026-06-04T21:21:56.784Z
34852026-06-04T21:21:56.785Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/295)
34862026-06-04T21:21:57.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34872026-06-04T21:21:57.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34882026-06-04T21:21:57.388Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34892026-06-04T21:21:57.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34902026-06-04T21:21:57.406Z
34912026-06-04T21:21:57.406Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/295)
34922026-06-04T21:21:58.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34932026-06-04T21:21:58.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34942026-06-04T21:21:58.200Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34952026-06-04T21:21:58.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34962026-06-04T21:21:58.200Z
34972026-06-04T21:21:58.200Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/295)
34982026-06-04T21:21:58.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34992026-06-04T21:21:58.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35002026-06-04T21:21:58.517Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35012026-06-04T21:21:58.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35022026-06-04T21:21:58.617Z
35032026-06-04T21:21:58.618Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/295)
35042026-06-04T21:21:59.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35052026-06-04T21:21:59.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35062026-06-04T21:21:59.137Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35072026-06-04T21:21:59.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35082026-06-04T21:21:59.218Z
35092026-06-04T21:21:59.218Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/295)
35102026-06-04T21:21:59.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35112026-06-04T21:21:59.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35122026-06-04T21:21:59.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35132026-06-04T21:21:59.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35142026-06-04T21:21:59.846Z
35152026-06-04T21:21:59.846Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/295)
35162026-06-04T21:22:00.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35172026-06-04T21:22:00.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35182026-06-04T21:22:00.371Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35192026-06-04T21:22:00.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35202026-06-04T21:22:00.462Z
35212026-06-04T21:22:00.462Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/295)
35222026-06-04T21:22:00.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35232026-06-04T21:22:01.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35242026-06-04T21:22:01.004Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35252026-06-04T21:22:01.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35262026-06-04T21:22:01.088Z
35272026-06-04T21:22:01.088Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/295)
35282026-06-04T21:22:01.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35292026-06-04T21:22:01.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35302026-06-04T21:22:01.619Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35312026-06-04T21:22:01.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35322026-06-04T21:22:01.715Z
35332026-06-04T21:22:01.715Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/295)
35342026-06-04T21:22:02.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35352026-06-04T21:22:02.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35362026-06-04T21:22:02.249Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35372026-06-04T21:22:02.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35382026-06-04T21:22:02.342Z
35392026-06-04T21:22:02.342Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/295)
35402026-06-04T21:22:02.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35412026-06-04T21:22:02.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35422026-06-04T21:22:02.864Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35432026-06-04T21:22:02.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35442026-06-04T21:22:02.957Z
35452026-06-04T21:22:02.957Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/295)
35462026-06-04T21:22:03.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35472026-06-04T21:22:03.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35482026-06-04T21:22:03.552Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35492026-06-04T21:22:03.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35502026-06-04T21:22:03.581Z
35512026-06-04T21:22:03.581Zinfo: running `cargo check --bins` on oximeter-producer (173/295)
35522026-06-04T21:22:04.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35532026-06-04T21:22:04.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35542026-06-04T21:22:04.130Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35552026-06-04T21:22:04.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35562026-06-04T21:22:04.224Z
35572026-06-04T21:22:04.225Zinfo: running `cargo check --bins` on internal-dns-resolver (174/295)
35582026-06-04T21:22:04.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35592026-06-04T21:22:04.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35602026-06-04T21:22:04.751Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35612026-06-04T21:22:04.751Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35622026-06-04T21:22:04.834Z
35632026-06-04T21:22:04.834Zinfo: running `cargo check --bins` on dns-server (175/295)
35642026-06-04T21:22:05.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35652026-06-04T21:22:05.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35662026-06-04T21:22:05.492Z Compiling parking_lot_core v0.8.6
35672026-06-04T21:22:05.492Z Compiling atomicwrites v0.4.4
35682026-06-04T21:22:05.501Z Compiling git-stub v1.0.0
35692026-06-04T21:22:05.501Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35702026-06-04T21:22:05.617Z Checking prefix-trie v0.7.0
35712026-06-04T21:22:05.722Z Compiling git-stub-vcs v0.1.0
35722026-06-04T21:22:05.907Z Checking hickory-server v0.25.2
35732026-06-04T21:22:05.999Z Checking parking_lot v0.11.2
35742026-06-04T21:22:06.007Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35752026-06-04T21:22:06.148Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
35762026-06-04T21:22:06.166Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35772026-06-04T21:22:06.172Z Checking sled v0.34.7
35782026-06-04T21:22:08.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s
35792026-06-04T21:22:08.244Z
35802026-06-04T21:22:08.244Zinfo: running `cargo check --bins` on dns-server-api (176/295)
35812026-06-04T21:22:08.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35822026-06-04T21:22:08.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35832026-06-04T21:22:08.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35842026-06-04T21:22:08.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35852026-06-04T21:22:08.872Z
35862026-06-04T21:22:08.872Zinfo: running `cargo check --bins` on oximeter-producer-api (177/295)
35872026-06-04T21:22:09.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35882026-06-04T21:22:09.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35892026-06-04T21:22:09.363Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35902026-06-04T21:22:09.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35912026-06-04T21:22:09.458Z
35922026-06-04T21:22:09.458Zinfo: running `cargo check --bins` on sp-sim (178/295)
35932026-06-04T21:22:10.000Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35942026-06-04T21:22:10.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35952026-06-04T21:22:10.185Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35962026-06-04T21:22:11.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.47s
35972026-06-04T21:22:12.316Z
35982026-06-04T21:22:12.316Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (179/295)
35992026-06-04T21:22:12.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36002026-06-04T21:22:12.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36012026-06-04T21:22:12.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36022026-06-04T21:22:12.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36032026-06-04T21:22:12.807Z
36042026-06-04T21:22:12.807Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/295)
36052026-06-04T21:22:13.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36062026-06-04T21:22:13.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36072026-06-04T21:22:13.374Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36082026-06-04T21:22:13.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36092026-06-04T21:22:13.466Z
36102026-06-04T21:22:13.466Zinfo: running `cargo check --bins` on db-macros (181/295)
36112026-06-04T21:22:13.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36122026-06-04T21:22:13.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36132026-06-04T21:22:13.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36142026-06-04T21:22:13.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36152026-06-04T21:22:14.065Z
36162026-06-04T21:22:14.065Zinfo: running `cargo check --bins` on nexus-macros-common (182/295)
36172026-06-04T21:22:14.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36182026-06-04T21:22:14.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36192026-06-04T21:22:14.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36202026-06-04T21:22:14.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36212026-06-04T21:22:14.654Z
36222026-06-04T21:22:14.654Zinfo: running `cargo check --bins` on nexus-auth (183/295)
36232026-06-04T21:22:15.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36242026-06-04T21:22:15.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36252026-06-04T21:22:15.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36262026-06-04T21:22:15.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36272026-06-04T21:22:15.359Z
36282026-06-04T21:22:15.359Zinfo: running `cargo check --bins` on authz-macros (184/295)
36292026-06-04T21:22:15.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36302026-06-04T21:22:15.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36312026-06-04T21:22:15.826Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36322026-06-04T21:22:15.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36332026-06-04T21:22:15.903Z
36342026-06-04T21:22:15.903Zinfo: running `cargo check --bins` on nexus-db-fixed-data (185/295)
36352026-06-04T21:22:16.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36362026-06-04T21:22:16.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36372026-06-04T21:22:16.448Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36382026-06-04T21:22:16.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36392026-06-04T21:22:16.540Z
36402026-06-04T21:22:16.540Zinfo: running `cargo check --bins` on nexus-db-model (186/295)
36412026-06-04T21:22:17.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36422026-06-04T21:22:17.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36432026-06-04T21:22:17.095Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36442026-06-04T21:22:17.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36452026-06-04T21:22:17.184Z
36462026-06-04T21:22:17.184Zinfo: running `cargo check --bins` on nexus-db-schema (187/295)
36472026-06-04T21:22:17.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36482026-06-04T21:22:17.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36492026-06-04T21:22:17.713Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36502026-06-04T21:22:17.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36512026-06-04T21:22:17.782Z
36522026-06-04T21:22:17.782Zinfo: running `cargo check --bins` on omicron-rpaths (188/295)
36532026-06-04T21:22:18.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36542026-06-04T21:22:18.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36552026-06-04T21:22:18.285Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36562026-06-04T21:22:18.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36572026-06-04T21:22:18.377Z
36582026-06-04T21:22:18.377Zinfo: running `cargo check --bins` on nexus-defaults (189/295)
36592026-06-04T21:22:18.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36602026-06-04T21:22:18.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36612026-06-04T21:22:18.881Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36622026-06-04T21:22:18.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36632026-06-04T21:22:18.972Z
36642026-06-04T21:22:18.972Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (190/295)
36652026-06-04T21:22:19.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36662026-06-04T21:22:19.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36672026-06-04T21:22:19.470Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36682026-06-04T21:22:19.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36692026-06-04T21:22:19.559Z
36702026-06-04T21:22:19.559Zinfo: running `cargo check --bins` on parallel-task-set (191/295)
36712026-06-04T21:22:20.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36722026-06-04T21:22:20.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36732026-06-04T21:22:20.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36742026-06-04T21:22:20.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36752026-06-04T21:22:20.144Z
36762026-06-04T21:22:20.144Zinfo: running `cargo check --bins` on nexus-db-errors (192/295)
36772026-06-04T21:22:20.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36782026-06-04T21:22:20.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36792026-06-04T21:22:20.696Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36802026-06-04T21:22:20.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36812026-06-04T21:22:20.801Z
36822026-06-04T21:22:20.801Zinfo: running `cargo check --bins` on nexus-db-lookup (193/295)
36832026-06-04T21:22:21.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36842026-06-04T21:22:21.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36852026-06-04T21:22:21.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36862026-06-04T21:22:21.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36872026-06-04T21:22:21.473Z
36882026-06-04T21:22:21.473Zinfo: running `cargo check --bins` on nexus-inventory (194/295)
36892026-06-04T21:22:21.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36902026-06-04T21:22:22.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36912026-06-04T21:22:22.001Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36922026-06-04T21:22:22.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36932026-06-04T21:22:22.102Z
36942026-06-04T21:22:22.102Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (195/295)
36952026-06-04T21:22:22.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36962026-06-04T21:22:22.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36972026-06-04T21:22:22.634Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36982026-06-04T21:22:22.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36992026-06-04T21:22:22.725Z
37002026-06-04T21:22:22.725Zinfo: running `cargo check --bins --no-default-features` on sled-storage (196/295)
37012026-06-04T21:22:23.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37022026-06-04T21:22:23.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37032026-06-04T21:22:23.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37042026-06-04T21:22:23.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37052026-06-04T21:22:23.359Z
37062026-06-04T21:22:23.359Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (197/295)
37072026-06-04T21:22:23.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37082026-06-04T21:22:23.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37092026-06-04T21:22:23.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37102026-06-04T21:22:23.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37112026-06-04T21:22:23.982Z
37122026-06-04T21:22:23.982Zinfo: running `cargo check --bins` on key-manager (198/295)
37132026-06-04T21:22:24.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37142026-06-04T21:22:24.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37152026-06-04T21:22:24.513Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37162026-06-04T21:22:24.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37172026-06-04T21:22:24.585Z
37182026-06-04T21:22:24.585Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (199/295)
37192026-06-04T21:22:25.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37202026-06-04T21:22:25.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37212026-06-04T21:22:25.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37222026-06-04T21:22:25.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37232026-06-04T21:22:25.207Z
37242026-06-04T21:22:25.207Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (200/295)
37252026-06-04T21:22:25.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37262026-06-04T21:22:25.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37272026-06-04T21:22:25.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37282026-06-04T21:22:25.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37292026-06-04T21:22:25.823Z
37302026-06-04T21:22:25.824Zinfo: running `cargo check --bins` on typed-rng (201/295)
37312026-06-04T21:22:26.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37322026-06-04T21:22:26.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37332026-06-04T21:22:26.329Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37342026-06-04T21:22:26.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37352026-06-04T21:22:26.427Z
37362026-06-04T21:22:26.428Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (202/295)
37372026-06-04T21:22:26.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37382026-06-04T21:22:26.981Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37392026-06-04T21:22:27.265Z Compiling libefi-sys v0.1.0
37402026-06-04T21:22:27.399Z Compiling bitfield-struct v0.6.2
37412026-06-04T21:22:27.410Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37422026-06-04T21:22:27.419Z Compiling xshell-macros v0.2.7
37432026-06-04T21:22:27.444Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37442026-06-04T21:22:27.453Z Compiling typify-impl v0.4.3
37452026-06-04T21:22:27.453Z Compiling salty v0.3.0
37462026-06-04T21:22:27.453Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37472026-06-04T21:22:27.531Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
37482026-06-04T21:22:27.595Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37492026-06-04T21:22:27.752Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37502026-06-04T21:22:27.839Z Checking xshell v0.2.7
37512026-06-04T21:22:27.862Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37522026-06-04T21:22:27.986Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37532026-06-04T21:22:28.006Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37542026-06-04T21:22:28.017Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37552026-06-04T21:22:28.036Z Checking primeorder v0.13.6
37562026-06-04T21:22:28.129Z Compiling proc-macro-error-attr2 v2.0.0
37572026-06-04T21:22:28.146Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37582026-06-04T21:22:28.239Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37592026-06-04T21:22:28.267Z Checking tungstenite v0.21.0
37602026-06-04T21:22:28.356Z Checking p384 v0.13.1
37612026-06-04T21:22:28.569Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37622026-06-04T21:22:28.569Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37632026-06-04T21:22:28.576Z Compiling proc-macro-error2 v2.0.1
37642026-06-04T21:22:28.826Z Compiling num-derive v0.3.3
37652026-06-04T21:22:29.030Z Compiling tabled_derive v0.11.0
37662026-06-04T21:22:29.152Z Checking tokio-tungstenite v0.21.0
37672026-06-04T21:22:29.503Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37682026-06-04T21:22:29.517Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37692026-06-04T21:22:29.627Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37702026-06-04T21:22:29.723Z Checking libscf-sys v1.1.0
37712026-06-04T21:22:29.919Z Checking papergrid v0.17.0
37722026-06-04T21:22:30.004Z Checking testing_table v0.3.0
37732026-06-04T21:22:30.029Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
37742026-06-04T21:22:30.105Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37752026-06-04T21:22:30.294Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37762026-06-04T21:22:30.328Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
37772026-06-04T21:22:30.524Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
37782026-06-04T21:22:30.561Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37792026-06-04T21:22:30.631Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37802026-06-04T21:22:30.646Z Compiling illumos-nvpair-sys v0.2.0
37812026-06-04T21:22:30.720Z Compiling unicase v2.9.0
37822026-06-04T21:22:30.761Z Checking corncobs v0.1.4
37832026-06-04T21:22:30.867Z Checking tabled v0.20.0
37842026-06-04T21:22:30.901Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37852026-06-04T21:22:30.920Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37862026-06-04T21:22:30.936Z Compiling mime_guess v2.0.5
37872026-06-04T21:22:30.977Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37882026-06-04T21:22:31.065Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37892026-06-04T21:22:31.163Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37902026-06-04T21:22:31.248Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
37912026-06-04T21:22:31.263Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
37922026-06-04T21:22:31.371Z Checking progenitor-client v0.11.2
37932026-06-04T21:22:31.469Z Checking secrecy v0.8.0
37942026-06-04T21:22:31.599Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37952026-06-04T21:22:31.857Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
37962026-06-04T21:22:31.871Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37972026-06-04T21:22:31.962Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37982026-06-04T21:22:31.977Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37992026-06-04T21:22:31.993Z Compiling typify-macro v0.4.3
38002026-06-04T21:22:32.137Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
38012026-06-04T21:22:32.186Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38022026-06-04T21:22:32.245Z Checking filetime v0.2.27
38032026-06-04T21:22:32.352Z Checking http-range v0.1.5
38042026-06-04T21:22:32.482Z Checking xattr v1.6.1
38052026-06-04T21:22:32.550Z Checking crc8 v0.1.1
38062026-06-04T21:22:32.617Z Checking tar v0.4.45
38072026-06-04T21:22:32.648Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38082026-06-04T21:22:32.843Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38092026-06-04T21:22:32.902Z Checking illumos-nvpair v0.3.0
38102026-06-04T21:22:33.005Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38112026-06-04T21:22:33.064Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38122026-06-04T21:22:33.067Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38132026-06-04T21:22:33.405Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
38142026-06-04T21:22:33.526Z Checking atty v0.2.14
38152026-06-04T21:22:33.599Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38162026-06-04T21:22:33.628Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
38172026-06-04T21:22:33.683Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38182026-06-04T21:22:33.716Z Compiling typify v0.4.3
38192026-06-04T21:22:33.833Z Compiling progenitor-impl v0.11.2
38202026-06-04T21:22:34.010Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38212026-06-04T21:22:34.080Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38222026-06-04T21:22:34.084Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
38232026-06-04T21:22:34.332Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
38242026-06-04T21:22:34.350Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38252026-06-04T21:22:34.520Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
38262026-06-04T21:22:34.620Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38272026-06-04T21:22:34.745Z Checking hyper-staticfile v0.10.1
38282026-06-04T21:22:34.781Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38292026-06-04T21:22:35.037Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38302026-06-04T21:22:35.051Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38312026-06-04T21:22:35.075Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38322026-06-04T21:22:35.218Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38332026-06-04T21:22:35.426Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38342026-06-04T21:22:35.525Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38352026-06-04T21:22:35.684Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38362026-06-04T21:22:35.758Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
38372026-06-04T21:22:35.818Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38382026-06-04T21:22:36.367Z Compiling progenitor-macro v0.11.2
38392026-06-04T21:22:38.766Z Checking progenitor v0.11.2
38402026-06-04T21:22:38.897Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
38412026-06-04T21:22:38.983Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38422026-06-04T21:22:43.521Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38432026-06-04T21:22:54.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.99s
38442026-06-04T21:22:54.620Z
38452026-06-04T21:22:54.621Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (203/295)
38462026-06-04T21:22:55.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38472026-06-04T21:22:55.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38482026-06-04T21:22:55.399Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38492026-06-04T21:23:06.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.38s
38502026-06-04T21:23:06.220Z
38512026-06-04T21:23:06.220Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (204/295)
38522026-06-04T21:23:06.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38532026-06-04T21:23:06.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38542026-06-04T21:23:07.005Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38552026-06-04T21:23:17.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.39s
38562026-06-04T21:23:17.838Z
38572026-06-04T21:23:17.838Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (205/295)
38582026-06-04T21:23:18.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38592026-06-04T21:23:18.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38602026-06-04T21:23:18.621Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38612026-06-04T21:23:29.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.40s
38622026-06-04T21:23:29.456Z
38632026-06-04T21:23:29.456Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (206/295)
38642026-06-04T21:23:30.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38652026-06-04T21:23:30.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38662026-06-04T21:23:30.243Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38672026-06-04T21:23:40.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.49s
38682026-06-04T21:23:41.260Z
38692026-06-04T21:23:41.260Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (207/295)
38702026-06-04T21:23:41.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38712026-06-04T21:23:41.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38722026-06-04T21:23:41.966Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38732026-06-04T21:23:52.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.37s
38742026-06-04T21:23:52.770Z
38752026-06-04T21:23:52.770Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (208/295)
38762026-06-04T21:23:53.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38772026-06-04T21:23:53.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38782026-06-04T21:23:53.571Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38792026-06-04T21:24:04.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.39s
38802026-06-04T21:24:04.384Z
38812026-06-04T21:24:04.384Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (209/295)
38822026-06-04T21:24:04.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38832026-06-04T21:24:04.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38842026-06-04T21:24:05.166Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38852026-06-04T21:24:15.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.44s
38862026-06-04T21:24:16.045Z
38872026-06-04T21:24:16.045Zinfo: running `cargo check --bins` on bootstrap-agent-api (210/295)
38882026-06-04T21:24:16.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38892026-06-04T21:24:16.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38902026-06-04T21:24:16.573Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38912026-06-04T21:24:16.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38922026-06-04T21:24:16.660Z
38932026-06-04T21:24:16.660Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (211/295)
38942026-06-04T21:24:17.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38952026-06-04T21:24:17.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38962026-06-04T21:24:17.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38972026-06-04T21:24:17.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38982026-06-04T21:24:17.256Z
38992026-06-04T21:24:17.257Zinfo: running `cargo check --bins` on range-requests (212/295)
39002026-06-04T21:24:17.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39012026-06-04T21:24:17.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39022026-06-04T21:24:17.759Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39032026-06-04T21:24:17.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39042026-06-04T21:24:17.841Z
39052026-06-04T21:24:17.841Zinfo: running `cargo check --bins` on repo-depot-api (213/295)
39062026-06-04T21:24:18.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39072026-06-04T21:24:18.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39082026-06-04T21:24:18.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39092026-06-04T21:24:18.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39102026-06-04T21:24:18.437Z
39112026-06-04T21:24:18.437Zinfo: running `cargo check --bins` on sled-agent-api (214/295)
39122026-06-04T21:24:18.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39132026-06-04T21:24:18.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39142026-06-04T21:24:18.961Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39152026-06-04T21:24:18.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39162026-06-04T21:24:19.052Z
39172026-06-04T21:24:19.052Zinfo: running `cargo check --bins` on sled-diagnostics (215/295)
39182026-06-04T21:24:19.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39192026-06-04T21:24:19.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39202026-06-04T21:24:19.577Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39212026-06-04T21:24:19.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39222026-06-04T21:24:19.673Z
39232026-06-04T21:24:19.674Zinfo: running `cargo check --bins` on zfs-test-harness (216/295)
39242026-06-04T21:24:20.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39252026-06-04T21:24:20.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39262026-06-04T21:24:20.212Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39272026-06-04T21:24:20.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39282026-06-04T21:24:20.286Z
39292026-06-04T21:24:20.286Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (217/295)
39302026-06-04T21:24:20.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39312026-06-04T21:24:20.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39322026-06-04T21:24:20.818Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39332026-06-04T21:24:20.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39342026-06-04T21:24:20.910Z
39352026-06-04T21:24:20.910Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (218/295)
39362026-06-04T21:24:21.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39372026-06-04T21:24:21.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39382026-06-04T21:24:21.437Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39392026-06-04T21:24:21.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39402026-06-04T21:24:21.526Z
39412026-06-04T21:24:21.526Zinfo: running `cargo check --bins` on sled-agent-early-networking (219/295)
39422026-06-04T21:24:22.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39432026-06-04T21:24:22.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39442026-06-04T21:24:22.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39452026-06-04T21:24:22.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39462026-06-04T21:24:22.296Z
39472026-06-04T21:24:22.296Zinfo: running `cargo check --bins` on sled-agent-health-monitor (220/295)
39482026-06-04T21:24:22.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39492026-06-04T21:24:22.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39502026-06-04T21:24:22.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39512026-06-04T21:24:22.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39522026-06-04T21:24:22.765Z
39532026-06-04T21:24:22.765Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (221/295)
39542026-06-04T21:24:23.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39552026-06-04T21:24:23.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39562026-06-04T21:24:23.307Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39572026-06-04T21:24:23.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39582026-06-04T21:24:23.388Z
39592026-06-04T21:24:23.388Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (222/295)
39602026-06-04T21:24:23.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39612026-06-04T21:24:23.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39622026-06-04T21:24:23.920Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39632026-06-04T21:24:23.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39642026-06-04T21:24:24.009Z
39652026-06-04T21:24:24.009Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (223/295)
39662026-06-04T21:24:24.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39672026-06-04T21:24:24.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39682026-06-04T21:24:24.536Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39692026-06-04T21:24:24.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39702026-06-04T21:24:24.631Z
39712026-06-04T21:24:24.631Zinfo: running `cargo check --bins` on sled-agent-rack-setup (224/295)
39722026-06-04T21:24:25.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39732026-06-04T21:24:25.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39742026-06-04T21:24:25.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39752026-06-04T21:24:25.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39762026-06-04T21:24:25.279Z
39772026-06-04T21:24:25.279Zinfo: running `cargo check --bins` on trust-quorum (225/295)
39782026-06-04T21:24:25.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39792026-06-04T21:24:25.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39802026-06-04T21:24:25.814Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39812026-06-04T21:24:25.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39822026-06-04T21:24:25.901Z
39832026-06-04T21:24:25.901Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (226/295)
39842026-06-04T21:24:26.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39852026-06-04T21:24:26.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39862026-06-04T21:24:26.443Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39872026-06-04T21:24:26.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39882026-06-04T21:24:26.538Z
39892026-06-04T21:24:26.538Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (227/295)
39902026-06-04T21:24:27.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39912026-06-04T21:24:27.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39922026-06-04T21:24:27.095Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39932026-06-04T21:24:27.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39942026-06-04T21:24:27.190Z
39952026-06-04T21:24:27.190Zinfo: running `cargo check --bins` on update-common (228/295)
39962026-06-04T21:24:27.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39972026-06-04T21:24:27.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39982026-06-04T21:24:27.718Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39992026-06-04T21:24:27.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40002026-06-04T21:24:27.796Z
40012026-06-04T21:24:27.796Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (229/295)
40022026-06-04T21:24:28.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40032026-06-04T21:24:28.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40042026-06-04T21:24:28.352Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40052026-06-04T21:24:28.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40062026-06-04T21:24:28.440Z
40072026-06-04T21:24:28.440Zinfo: running `cargo check --bins` on omicron-deployment-graph (230/295)
40082026-06-04T21:24:28.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40092026-06-04T21:24:28.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40102026-06-04T21:24:28.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40112026-06-04T21:24:28.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40122026-06-04T21:24:29.026Z
40132026-06-04T21:24:29.026Zinfo: running `cargo check --bins` on reconfigurator-cli (231/295)
40142026-06-04T21:24:29.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40152026-06-04T21:24:29.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40162026-06-04T21:24:29.800Z Compiling fs-err v2.11.0
40172026-06-04T21:24:29.805Z Checking ignore v0.4.25
40182026-06-04T21:24:29.805Z Checking arc-swap v1.8.2
40192026-06-04T21:24:29.939Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40202026-06-04T21:24:29.939Z Checking predicates-tree v1.0.13
40212026-06-04T21:24:29.943Z Checking parse-size v1.1.0
40222026-06-04T21:24:29.969Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40232026-06-04T21:24:29.975Z Checking rand_seeder v0.4.0
40242026-06-04T21:24:30.034Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40252026-06-04T21:24:30.067Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40262026-06-04T21:24:30.118Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40272026-06-04T21:24:30.132Z Checking slog-scope v4.4.1
40282026-06-04T21:24:30.175Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40292026-06-04T21:24:30.264Z Checking slog-stdlog v4.1.1
40302026-06-04T21:24:30.281Z Compiling petname v2.0.2
40312026-06-04T21:24:30.290Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40322026-06-04T21:24:30.320Z Checking globwalk v0.9.1
40332026-06-04T21:24:30.356Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40342026-06-04T21:24:30.380Z Checking slog-envlogger v2.2.0
40352026-06-04T21:24:30.500Z Checking camino-tempfile-ext v0.3.3
40362026-06-04T21:24:30.538Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40372026-06-04T21:24:30.573Z Checking sapling-renderdag v0.1.0
40382026-06-04T21:24:30.698Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40392026-06-04T21:24:30.723Z Checking subprocess v0.2.15
40402026-06-04T21:24:30.810Z Checking sync-ptr v0.1.4
40412026-06-04T21:24:30.910Z Checking colored v2.2.0
40422026-06-04T21:24:30.925Z Checking assert_matches v1.5.0
40432026-06-04T21:24:30.999Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40442026-06-04T21:24:31.173Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40452026-06-04T21:24:31.179Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40462026-06-04T21:24:31.846Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40472026-06-04T21:24:33.190Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40482026-06-04T21:24:35.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.35s
40492026-06-04T21:24:35.597Z
40502026-06-04T21:24:35.597Zinfo: running `cargo check --bins` on omicron-repl-utils (232/295)
40512026-06-04T21:24:36.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40522026-06-04T21:24:36.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40532026-06-04T21:24:36.104Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40542026-06-04T21:24:36.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40552026-06-04T21:24:36.189Z
40562026-06-04T21:24:36.189Zinfo: running `cargo check --bins` on transient-dns-server (233/295)
40572026-06-04T21:24:36.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40582026-06-04T21:24:36.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40592026-06-04T21:24:36.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40602026-06-04T21:24:36.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40612026-06-04T21:24:36.790Z
40622026-06-04T21:24:36.790Zinfo: running `cargo check --bins` on nexus-test-interface (234/295)
40632026-06-04T21:24:37.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40642026-06-04T21:24:37.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40652026-06-04T21:24:37.352Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40662026-06-04T21:24:37.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40672026-06-04T21:24:37.442Z
40682026-06-04T21:24:37.442Zinfo: running `cargo check --bins` on oximeter-collector (235/295)
40692026-06-04T21:24:37.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40702026-06-04T21:24:37.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40712026-06-04T21:24:38.160Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40722026-06-04T21:24:38.160Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40732026-06-04T21:24:38.805Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40742026-06-04T21:24:40.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.95s
40752026-06-04T21:24:40.602Z
40762026-06-04T21:24:40.602Zinfo: running `cargo check --bins` on oximeter-api (236/295)
40772026-06-04T21:24:41.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40782026-06-04T21:24:41.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40792026-06-04T21:24:41.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40802026-06-04T21:24:41.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40812026-06-04T21:24:41.201Z
40822026-06-04T21:24:41.202Zinfo: running `cargo check --bins` on cert-dev (237/295)
40832026-06-04T21:24:41.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40842026-06-04T21:24:41.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40852026-06-04T21:24:41.816Z Checking yasna v0.5.2
40862026-06-04T21:24:42.207Z Checking rcgen v0.12.1
40872026-06-04T21:24:42.453Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
40882026-06-04T21:24:42.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
40892026-06-04T21:24:42.814Z
40902026-06-04T21:24:42.814Zinfo: running `cargo check --bins` on clickana (238/295)
40912026-06-04T21:24:43.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40922026-06-04T21:24:43.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40932026-06-04T21:24:43.459Z Compiling darling_core v0.23.0
40942026-06-04T21:24:43.568Z Compiling instability v0.3.11
40952026-06-04T21:24:43.575Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
40962026-06-04T21:24:43.575Z Checking castaway v0.2.4
40972026-06-04T21:24:43.585Z Compiling indoc v2.0.7
40982026-06-04T21:24:43.593Z Checking unicode-truncate v1.1.0
40992026-06-04T21:24:43.605Z Checking lru v0.12.5
41002026-06-04T21:24:43.605Z Checking cassowary v0.3.0
41012026-06-04T21:24:43.670Z Checking compact_str v0.8.1
41022026-06-04T21:24:46.829Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
41032026-06-04T21:24:46.926Z Compiling darling_macro v0.23.0
41042026-06-04T21:24:46.926Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
41052026-06-04T21:24:46.938Z Compiling darling v0.23.0
41062026-06-04T21:24:46.938Z Checking ratatui v0.29.0
41072026-06-04T21:24:47.027Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41082026-06-04T21:24:47.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.87s
41092026-06-04T21:24:47.877Z
41102026-06-04T21:24:47.878Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (239/295)
41112026-06-04T21:24:48.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41122026-06-04T21:24:48.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41132026-06-04T21:24:48.592Z Checking headers-core v0.3.0
41142026-06-04T21:24:48.604Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41152026-06-04T21:24:48.988Z Checking headers v0.4.1
41162026-06-04T21:24:49.157Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41172026-06-04T21:24:50.005Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41182026-06-04T21:24:50.506Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41192026-06-04T21:24:50.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.05s
41202026-06-04T21:24:51.129Z
41212026-06-04T21:24:51.130Zinfo: running `cargo check --bins` on ch-dev (240/295)
41222026-06-04T21:24:51.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41232026-06-04T21:24:51.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41242026-06-04T21:24:51.847Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41252026-06-04T21:24:52.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
41262026-06-04T21:24:52.795Z
41272026-06-04T21:24:52.795Zinfo: running `cargo check --bins` on dev-tools-common (241/295)
41282026-06-04T21:24:53.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41292026-06-04T21:24:53.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41302026-06-04T21:24:53.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41312026-06-04T21:24:53.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
41322026-06-04T21:24:53.257Z
41332026-06-04T21:24:53.257Zinfo: running `cargo check --bins` on crdb-seed (242/295)
41342026-06-04T21:24:53.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41352026-06-04T21:24:53.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41362026-06-04T21:24:53.973Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41372026-06-04T21:24:54.956Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41382026-06-04T21:24:55.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.03s
41392026-06-04T21:24:55.514Z
41402026-06-04T21:24:55.514Zinfo: running `cargo check --bins` on db-dev (243/295)
41412026-06-04T21:24:56.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41422026-06-04T21:24:56.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41432026-06-04T21:24:58.802Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41442026-06-04T21:24:58.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
41452026-06-04T21:24:58.836Z
41462026-06-04T21:24:58.836Zinfo: running `cargo check --bins` on omicron-dev-lib (244/295)
41472026-06-04T21:24:58.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41482026-06-04T21:24:58.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41492026-06-04T21:24:58.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41502026-06-04T21:24:58.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41512026-06-04T21:24:58.836Z
41522026-06-04T21:24:58.836Zinfo: running `cargo check --bins` on xtask-downloader (245/295)
41532026-06-04T21:24:58.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41542026-06-04T21:24:58.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41552026-06-04T21:24:58.836Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41562026-06-04T21:24:59.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
41572026-06-04T21:24:59.307Z
41582026-06-04T21:24:59.307Zinfo: running `cargo check --bins` on omicron-dropshot-apis (246/295)
41592026-06-04T21:24:59.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41602026-06-04T21:24:59.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41612026-06-04T21:25:00.062Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41622026-06-04T21:25:00.062Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41632026-06-04T21:25:00.062Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
41642026-06-04T21:25:00.065Z Checking git-stub v1.0.0
41652026-06-04T21:25:00.065Z Compiling trait-variant v0.1.2
41662026-06-04T21:25:00.180Z Checking is_ci v1.2.0
41672026-06-04T21:25:00.189Z Checking maplit v1.0.2
41682026-06-04T21:25:00.202Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41692026-06-04T21:25:00.270Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41702026-06-04T21:25:00.293Z Checking supports-color v3.0.2
41712026-06-04T21:25:00.324Z Checking git-stub-vcs v0.1.0
41722026-06-04T21:25:00.407Z Checking drift v0.2.0
41732026-06-04T21:25:00.420Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41742026-06-04T21:25:00.474Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41752026-06-04T21:25:00.533Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41762026-06-04T21:25:00.700Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41772026-06-04T21:25:00.708Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41782026-06-04T21:25:00.750Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
41792026-06-04T21:25:00.763Z Checking dropshot-api-manager v0.7.2
41802026-06-04T21:25:00.926Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
41812026-06-04T21:25:01.001Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41822026-06-04T21:25:01.144Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
41832026-06-04T21:25:01.482Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41842026-06-04T21:25:06.439Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
41852026-06-04T21:25:07.537Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
41862026-06-04T21:25:08.093Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
41872026-06-04T21:25:08.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.21s
41882026-06-04T21:25:08.728Z
41892026-06-04T21:25:08.728Zinfo: running `cargo check --bins` on installinator-api (247/295)
41902026-06-04T21:25:09.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41912026-06-04T21:25:09.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41922026-06-04T21:25:09.249Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41932026-06-04T21:25:09.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41942026-06-04T21:25:09.333Z
41952026-06-04T21:25:09.333Zinfo: running `cargo check --bins` on nexus-external-api (248/295)
41962026-06-04T21:25:09.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41972026-06-04T21:25:09.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41982026-06-04T21:25:09.872Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41992026-06-04T21:25:09.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
42002026-06-04T21:25:09.968Z
42012026-06-04T21:25:09.968Zinfo: running `cargo check --bins` on nexus-internal-api (249/295)
42022026-06-04T21:25:10.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42032026-06-04T21:25:10.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42042026-06-04T21:25:10.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42052026-06-04T21:25:10.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
42062026-06-04T21:25:10.607Z
42072026-06-04T21:25:10.607Zinfo: running `cargo check --bins` on nexus-lockstep-api (250/295)
42082026-06-04T21:25:11.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42092026-06-04T21:25:11.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42102026-06-04T21:25:11.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42112026-06-04T21:25:11.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
42122026-06-04T21:25:11.267Z
42132026-06-04T21:25:11.267Zinfo: running `cargo check --bins` on ntp-admin-api (251/295)
42142026-06-04T21:25:11.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42152026-06-04T21:25:11.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42162026-06-04T21:25:11.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42172026-06-04T21:25:11.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42182026-06-04T21:25:11.856Z
42192026-06-04T21:25:11.856Zinfo: running `cargo check --bins` on ntp-admin-types-versions (252/295)
42202026-06-04T21:25:12.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42212026-06-04T21:25:12.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42222026-06-04T21:25:12.347Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42232026-06-04T21:25:12.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42242026-06-04T21:25:12.433Z
42252026-06-04T21:25:12.433Zinfo: running `cargo check --bins` on wicketd-api (253/295)
42262026-06-04T21:25:12.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42272026-06-04T21:25:12.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42282026-06-04T21:25:12.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42292026-06-04T21:25:12.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42302026-06-04T21:25:13.045Z
42312026-06-04T21:25:13.046Zinfo: running `cargo check --bins` on omicron-ls-apis (254/295)
42322026-06-04T21:25:13.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42332026-06-04T21:25:13.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42342026-06-04T21:25:13.660Z Checking typeid v1.0.3
42352026-06-04T21:25:13.774Z Checking ordered-float v2.10.1
42362026-06-04T21:25:13.800Z Checking unicode-xid v0.2.6
42372026-06-04T21:25:13.805Z Checking cargo-platform v0.2.0
42382026-06-04T21:25:13.829Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42392026-06-04T21:25:13.836Z Checking erased-serde v0.4.9
42402026-06-04T21:25:13.975Z Checking serde-value v0.7.0
42412026-06-04T21:25:14.149Z Checking serde-untagged v0.1.9
42422026-06-04T21:25:14.314Z Checking cargo-util-schemas v0.8.2
42432026-06-04T21:25:14.976Z Checking cargo_metadata v0.21.0
42442026-06-04T21:25:15.571Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42452026-06-04T21:25:16.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s
42462026-06-04T21:25:16.478Z
42472026-06-04T21:25:16.478Zinfo: running `cargo check --bins` on mgs-dev (255/295)
42482026-06-04T21:25:17.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42492026-06-04T21:25:17.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42502026-06-04T21:25:17.216Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42512026-06-04T21:25:17.840Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42522026-06-04T21:25:18.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s
42532026-06-04T21:25:18.557Z
42542026-06-04T21:25:18.557Zinfo: running `cargo check --bins` on omicron-omdb (256/295)
42552026-06-04T21:25:19.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42562026-06-04T21:25:19.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42572026-06-04T21:25:19.507Z Compiling vergen-lib v0.1.6
42582026-06-04T21:25:19.507Z Compiling vergen-gitcl v1.0.8
42592026-06-04T21:25:19.507Z Compiling dirs-sys-next v0.1.2
42602026-06-04T21:25:19.512Z Compiling crunchy v0.2.4
42612026-06-04T21:25:19.512Z Compiling diesel_derives v2.3.7
42622026-06-04T21:25:19.512Z Compiling glob v0.3.3
42632026-06-04T21:25:19.512Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42642026-06-04T21:25:19.662Z Compiling dsl_auto_type v0.2.0
42652026-06-04T21:25:19.844Z Compiling dirs-next v2.0.0
42662026-06-04T21:25:19.860Z Checking scheduled-thread-pool v0.2.7
42672026-06-04T21:25:19.970Z Compiling diesel_table_macro_syntax v0.3.0
42682026-06-04T21:25:19.984Z Compiling tiny-keccak v2.0.2
42692026-06-04T21:25:20.041Z Checking r2d2 v0.8.10
42702026-06-04T21:25:20.049Z Compiling clang-sys v1.8.1
42712026-06-04T21:25:20.174Z Compiling term v0.7.0
42722026-06-04T21:25:20.203Z Checking downcast-rs v2.0.2
42732026-06-04T21:25:20.217Z Compiling bit-vec v0.6.3
42742026-06-04T21:25:20.299Z Compiling itertools v0.10.5
42752026-06-04T21:25:20.416Z Compiling bit-set v0.5.3
42762026-06-04T21:25:20.451Z Compiling ena v0.14.4
42772026-06-04T21:25:20.597Z Compiling ascii-canvas v3.0.0
42782026-06-04T21:25:20.673Z Compiling libloading v0.8.9
42792026-06-04T21:25:20.685Z Compiling bindgen v0.71.1
42802026-06-04T21:25:20.701Z Compiling regex-syntax v0.6.29
42812026-06-04T21:25:20.750Z Compiling diff v0.1.13
42822026-06-04T21:25:20.964Z Compiling cexpr v0.6.0
42832026-06-04T21:25:21.031Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
42842026-06-04T21:25:21.140Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
42852026-06-04T21:25:21.211Z Compiling rustc-hash v2.1.1
42862026-06-04T21:25:21.323Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42872026-06-04T21:25:21.356Z Compiling libxml v0.3.3
42882026-06-04T21:25:21.440Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
42892026-06-04T21:25:21.569Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
42902026-06-04T21:25:21.611Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42912026-06-04T21:25:21.802Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
42922026-06-04T21:25:21.881Z Compiling strum_macros v0.24.3
42932026-06-04T21:25:21.928Z Compiling indoc v1.0.9
42942026-06-04T21:25:22.123Z Compiling lalrpop v0.19.12
42952026-06-04T21:25:22.778Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42962026-06-04T21:25:22.980Z Checking derive_builder v0.20.2
42972026-06-04T21:25:23.091Z Compiling oso-derive v0.27.3
42982026-06-04T21:25:23.232Z Checking quick-xml v0.37.5
42992026-06-04T21:25:23.312Z Compiling impl-trait-for-tuples v0.2.3
43002026-06-04T21:25:23.586Z Checking openssl-probe v0.1.6
43012026-06-04T21:25:23.730Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
43022026-06-04T21:25:24.072Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43032026-06-04T21:25:24.271Z Checking bb8 v0.8.6
43042026-06-04T21:25:24.492Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43052026-06-04T21:25:24.509Z Compiling libz-sys v1.1.24
43062026-06-04T21:25:24.556Z Checking nonempty v0.12.0
43072026-06-04T21:25:24.702Z Compiling strsim v0.10.0
43082026-06-04T21:25:24.724Z Compiling libgit2-sys v0.18.3+1.9.2
43092026-06-04T21:25:24.828Z Compiling vergen-git2 v9.1.0
43102026-06-04T21:25:24.953Z Compiling darling_core v0.13.4
43112026-06-04T21:25:25.064Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43122026-06-04T21:25:25.149Z Compiling rustls v0.21.12
43132026-06-04T21:25:25.488Z Compiling base64 v0.21.7
43142026-06-04T21:25:25.504Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
43152026-06-04T21:25:25.649Z Compiling ron v0.8.1
43162026-06-04T21:25:25.652Z Checking diesel v2.3.7
43172026-06-04T21:25:26.340Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43182026-06-04T21:25:26.534Z Checking rustls-webpki v0.101.7
43192026-06-04T21:25:26.615Z Checking sct v0.7.1
43202026-06-04T21:25:26.895Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
43212026-06-04T21:25:26.901Z Compiling darling_macro v0.13.4
43222026-06-04T21:25:27.335Z Compiling darling v0.13.4
43232026-06-04T21:25:27.430Z Compiling serde_with_macros v1.5.2
43242026-06-04T21:25:27.483Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43252026-06-04T21:25:28.213Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43262026-06-04T21:25:28.281Z Compiling serde_with v1.14.0
43272026-06-04T21:25:29.140Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43282026-06-04T21:25:29.412Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43292026-06-04T21:25:29.952Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43302026-06-04T21:25:30.638Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43312026-06-04T21:25:30.756Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43322026-06-04T21:25:30.833Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43332026-06-04T21:25:30.944Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43342026-06-04T21:25:30.972Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43352026-06-04T21:25:31.033Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43362026-06-04T21:25:31.267Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43372026-06-04T21:25:31.282Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43382026-06-04T21:25:31.299Z Checking tokio-rustls v0.24.1
43392026-06-04T21:25:31.501Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43402026-06-04T21:25:32.062Z Checking rustls-pemfile v1.0.4
43412026-06-04T21:25:32.165Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43422026-06-04T21:25:32.209Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43432026-06-04T21:25:32.389Z Checking twox-hash v2.1.2
43442026-06-04T21:25:32.408Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43452026-06-04T21:25:32.733Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43462026-06-04T21:25:32.745Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43472026-06-04T21:25:32.947Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
43482026-06-04T21:25:33.101Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
43492026-06-04T21:25:37.376Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43502026-06-04T21:25:37.484Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43512026-06-04T21:25:37.484Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43522026-06-04T21:25:37.485Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43532026-06-04T21:25:37.492Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43542026-06-04T21:25:37.492Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43552026-06-04T21:25:37.492Z Checking console v0.16.2
43562026-06-04T21:25:37.492Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43572026-06-04T21:25:37.492Z Checking fatfs v0.3.6
43582026-06-04T21:25:37.492Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43592026-06-04T21:25:37.492Z Checking unit-prefix v0.5.2
43602026-06-04T21:25:37.492Z Compiling seq-macro v0.3.6
43612026-06-04T21:25:37.492Z Checking indicatif v0.18.4
43622026-06-04T21:25:37.617Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43632026-06-04T21:25:37.721Z Checking support-bundle-viewer v0.1.2
43642026-06-04T21:25:37.946Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43652026-06-04T21:25:37.970Z Checking multimap v0.10.1
43662026-06-04T21:25:42.195Z Checking async-bb8-diesel v0.2.1
43672026-06-04T21:25:42.560Z Checking diesel-dtrace v0.5.0
43682026-06-04T21:25:47.304Z Compiling samael v0.0.19
43692026-06-04T21:25:52.466Z Compiling git2 v0.20.4
43702026-06-04T21:25:53.198Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
43712026-06-04T21:25:53.872Z Compiling polar-core v0.27.3
43722026-06-04T21:25:54.861Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43732026-06-04T21:25:58.353Z Checking oso v0.27.3
43742026-06-04T21:26:26.159Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43752026-06-04T21:27:36.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 18s
43762026-06-04T21:27:36.912Z
43772026-06-04T21:27:36.912Zinfo: running `cargo check --bins` on nexus-networking (257/295)
43782026-06-04T21:27:37.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43792026-06-04T21:27:37.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43802026-06-04T21:27:37.447Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43812026-06-04T21:27:37.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
43822026-06-04T21:27:37.547Z
43832026-06-04T21:27:37.548Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (258/295)
43842026-06-04T21:27:38.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43852026-06-04T21:27:38.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43862026-06-04T21:27:38.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43872026-06-04T21:27:38.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43882026-06-04T21:27:38.215Z
43892026-06-04T21:27:38.215Zinfo: running `cargo check --bins` on nexus-saga-recovery (259/295)
43902026-06-04T21:27:38.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43912026-06-04T21:27:38.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43922026-06-04T21:27:38.775Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43932026-06-04T21:27:38.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43942026-06-04T21:27:38.883Z
43952026-06-04T21:27:38.884Zinfo: running `cargo check --bins` on nexus-test-utils-macros (260/295)
43962026-06-04T21:27:39.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43972026-06-04T21:27:39.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43982026-06-04T21:27:39.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43992026-06-04T21:27:39.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44002026-06-04T21:27:39.480Z
44012026-06-04T21:27:39.480Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (261/295)
44022026-06-04T21:27:40.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44032026-06-04T21:27:40.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44042026-06-04T21:27:40.325Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44052026-06-04T21:27:41.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.61s
44062026-06-04T21:27:41.329Z
44072026-06-04T21:27:41.329Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (262/295)
44082026-06-04T21:27:41.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44092026-06-04T21:27:41.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44102026-06-04T21:27:42.167Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44112026-06-04T21:28:18.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.28s
44122026-06-04T21:28:18.838Z
44132026-06-04T21:28:18.838Zinfo: running `cargo check --bins` on nexus-background-task-interface (263/295)
44142026-06-04T21:28:19.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44152026-06-04T21:28:19.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44162026-06-04T21:28:19.340Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44172026-06-04T21:28:19.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44182026-06-04T21:28:19.426Z
44192026-06-04T21:28:19.426Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (264/295)
44202026-06-04T21:28:19.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44212026-06-04T21:28:19.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44222026-06-04T21:28:19.972Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44232026-06-04T21:28:19.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
44242026-06-04T21:28:20.076Z
44252026-06-04T21:28:20.076Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (265/295)
44262026-06-04T21:28:20.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44272026-06-04T21:28:20.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44282026-06-04T21:28:20.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44292026-06-04T21:28:20.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
44302026-06-04T21:28:20.748Z
44312026-06-04T21:28:20.748Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (266/295)
44322026-06-04T21:28:21.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44332026-06-04T21:28:21.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44342026-06-04T21:28:21.302Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44352026-06-04T21:28:21.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44362026-06-04T21:28:21.407Z
44372026-06-04T21:28:21.407Zinfo: running `cargo check --bins` on nexus-mgs-updates (267/295)
44382026-06-04T21:28:21.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44392026-06-04T21:28:21.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44402026-06-04T21:28:21.954Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44412026-06-04T21:28:21.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
44422026-06-04T21:28:22.059Z
44432026-06-04T21:28:22.059Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (268/295)
44442026-06-04T21:28:22.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44452026-06-04T21:28:22.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44462026-06-04T21:28:22.621Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44472026-06-04T21:28:22.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
44482026-06-04T21:28:22.728Z
44492026-06-04T21:28:22.728Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (269/295)
44502026-06-04T21:28:23.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44512026-06-04T21:28:23.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44522026-06-04T21:28:23.291Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44532026-06-04T21:28:23.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
44542026-06-04T21:28:23.398Z
44552026-06-04T21:28:23.398Zinfo: running `cargo check --bins` on support-bundle-collection (270/295)
44562026-06-04T21:28:23.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44572026-06-04T21:28:23.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44582026-06-04T21:28:23.958Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44592026-06-04T21:28:23.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
44602026-06-04T21:28:24.065Z
44612026-06-04T21:28:24.065Zinfo: running `cargo check --bins` on omicron-dev (271/295)
44622026-06-04T21:28:24.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44632026-06-04T21:28:24.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44642026-06-04T21:28:24.977Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44652026-06-04T21:28:24.980Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44662026-06-04T21:28:25.168Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
44672026-06-04T21:28:25.197Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
44682026-06-04T21:28:25.213Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
44692026-06-04T21:28:25.216Z Checking yansi v1.0.1
44702026-06-04T21:28:25.216Z Checking diff v0.1.13
44712026-06-04T21:28:25.253Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44722026-06-04T21:28:25.300Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
44732026-06-04T21:28:25.498Z Checking pretty_assertions v1.4.1
44742026-06-04T21:28:26.148Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44752026-06-04T21:28:26.315Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
44762026-06-04T21:28:49.988Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44772026-06-04T21:28:49.992Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
44782026-06-04T21:28:49.992Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
44792026-06-04T21:28:49.992Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
44802026-06-04T21:28:49.992Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
44812026-06-04T21:28:49.992Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
44822026-06-04T21:28:50.817Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
44832026-06-04T21:28:50.817Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
44842026-06-04T21:28:52.029Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44852026-06-04T21:29:28.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s
44862026-06-04T21:29:28.677Z
44872026-06-04T21:29:28.677Zinfo: running `cargo check --bins` on omicron-pins (272/295)
44882026-06-04T21:29:29.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44892026-06-04T21:29:29.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44902026-06-04T21:29:29.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44912026-06-04T21:29:29.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44922026-06-04T21:29:29.255Z
44932026-06-04T21:29:29.255Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (273/295)
44942026-06-04T21:29:29.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44952026-06-04T21:29:29.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44962026-06-04T21:29:30.053Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
44972026-06-04T21:29:30.176Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
44982026-06-04T21:29:30.221Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
44992026-06-04T21:29:56.194Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45002026-06-04T21:29:56.587Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45012026-06-04T21:29:58.298Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45022026-06-04T21:29:58.757Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45032026-06-04T21:30:01.727Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45042026-06-04T21:30:24.694Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45052026-06-04T21:30:25.415Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45062026-06-04T21:30:27.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.84s
45072026-06-04T21:30:27.351Z
45082026-06-04T21:30:27.351Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (274/295)
45092026-06-04T21:30:27.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45102026-06-04T21:30:27.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45112026-06-04T21:30:28.051Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45122026-06-04T21:30:28.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
45132026-06-04T21:30:28.949Z
45142026-06-04T21:30:28.949Zinfo: running `cargo check --bins` on omicron-releng (275/295)
45152026-06-04T21:30:29.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45162026-06-04T21:30:29.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45172026-06-04T21:30:29.618Z Compiling blake3 v1.8.3
45182026-06-04T21:30:29.730Z Checking constant_time_eq v0.4.2
45192026-06-04T21:30:29.733Z Checking arrayref v0.3.9
45202026-06-04T21:30:29.733Z Checking arrayvec v0.7.6
45212026-06-04T21:30:29.748Z Checking topological-sort v0.2.2
45222026-06-04T21:30:29.751Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
45232026-06-04T21:30:29.751Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
45242026-06-04T21:30:29.751Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45252026-06-04T21:30:29.790Z Checking shell-words v1.1.1
45262026-06-04T21:30:30.632Z Checking omicron-zone-package v0.12.2
45272026-06-04T21:30:31.348Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45282026-06-04T21:30:32.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s
45292026-06-04T21:30:32.405Z
45302026-06-04T21:30:32.405Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (276/295)
45312026-06-04T21:30:32.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45322026-06-04T21:30:32.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45332026-06-04T21:30:33.059Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
45342026-06-04T21:30:33.383Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45352026-06-04T21:30:33.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
45362026-06-04T21:30:33.965Z
45372026-06-04T21:30:33.965Zinfo: running `cargo check --bins` on schema (277/295)
45382026-06-04T21:30:34.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45392026-06-04T21:30:34.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45402026-06-04T21:30:34.702Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
45412026-06-04T21:30:35.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
45422026-06-04T21:30:35.623Z
45432026-06-04T21:30:35.623Zinfo: running `cargo check --bins` on xtask (278/295)
45442026-06-04T21:30:36.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45452026-06-04T21:30:36.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45462026-06-04T21:30:36.086Z Checking libc v0.2.185
45472026-06-04T21:30:36.169Z Checking serde v1.0.228
45482026-06-04T21:30:36.174Z Checking zerofrom v0.1.6
45492026-06-04T21:30:36.178Z Checking bitflags v2.11.0
45502026-06-04T21:30:36.184Z Checking smallvec v1.15.1
45512026-06-04T21:30:36.190Z Checking indexmap v2.14.0
45522026-06-04T21:30:36.199Z Checking serde_json v1.0.149
45532026-06-04T21:30:36.247Z Checking num-traits v0.2.19
45542026-06-04T21:30:36.272Z Checking yoke v0.8.1
45552026-06-04T21:30:36.323Z Checking scroll v0.12.0
45562026-06-04T21:30:36.356Z Checking thiserror v1.0.69
45572026-06-04T21:30:36.441Z Checking zerovec v0.11.5
45582026-06-04T21:30:36.452Z Checking zerotrie v0.2.3
45592026-06-04T21:30:36.463Z Checking errno v0.3.14
45602026-06-04T21:30:36.550Z Checking percent-encoding v2.3.2
45612026-06-04T21:30:36.561Z Checking toml_datetime v0.6.11
45622026-06-04T21:30:36.582Z Checking rustix v1.1.3
45632026-06-04T21:30:36.686Z Checking serde_spanned v0.6.9
45642026-06-04T21:30:36.700Z Checking log v0.4.29
45652026-06-04T21:30:36.714Z Checking form_urlencoded v1.2.2
45662026-06-04T21:30:36.731Z Checking ordered-float v2.10.1
45672026-06-04T21:30:36.741Z Checking zerocopy v0.7.35
45682026-06-04T21:30:36.810Z Checking toml_edit v0.22.27
45692026-06-04T21:30:36.829Z Checking getrandom v0.4.1
45702026-06-04T21:30:36.846Z Checking goblin v0.8.2
45712026-06-04T21:30:36.847Z Checking thiserror v2.0.18
45722026-06-04T21:30:36.877Z Checking tinystr v0.8.2
45732026-06-04T21:30:36.946Z Checking potential_utf v0.1.4
45742026-06-04T21:30:36.957Z Checking serde-value v0.7.0
45752026-06-04T21:30:36.967Z Checking syn v2.0.117
45762026-06-04T21:30:37.055Z Checking icu_locale_core v2.1.1
45772026-06-04T21:30:37.079Z Checking icu_collections v2.1.1
45782026-06-04T21:30:37.158Z Checking dtrace-parser v0.2.0
45792026-06-04T21:30:37.226Z Checking thread-id v4.2.2
45802026-06-04T21:30:37.313Z Checking once_cell v1.21.3
45812026-06-04T21:30:37.391Z Checking cargo-platform v0.2.0
45822026-06-04T21:30:37.391Z Checking memmap v0.7.0
45832026-06-04T21:30:37.414Z Checking terminal_size v0.4.3
45842026-06-04T21:30:37.483Z Checking tempfile v3.25.0
45852026-06-04T21:30:37.532Z Checking fs-err v3.3.0
45862026-06-04T21:30:37.558Z Checking clap_builder v4.5.60
45872026-06-04T21:30:37.568Z Checking textwrap v0.16.2
45882026-06-04T21:30:37.616Z Checking icu_provider v2.1.1
45892026-06-04T21:30:37.679Z Checking camino-tempfile v1.4.1
45902026-06-04T21:30:37.703Z Checking tabled v0.15.0
45912026-06-04T21:30:37.778Z Checking anyhow v1.0.102
45922026-06-04T21:30:37.827Z Checking macaddr v1.0.1
45932026-06-04T21:30:37.853Z Checking icu_normalizer v2.1.1
45942026-06-04T21:30:37.914Z Checking icu_properties v2.1.2
45952026-06-04T21:30:37.978Z Checking toml v0.8.23
45962026-06-04T21:30:38.008Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
45972026-06-04T21:30:38.291Z Checking cargo_toml v0.21.0
45982026-06-04T21:30:38.725Z Checking idna_adapter v1.2.1
45992026-06-04T21:30:38.735Z Checking dof v0.3.0
46002026-06-04T21:30:38.754Z Checking clap v4.5.60
46012026-06-04T21:30:38.837Z Checking idna v1.1.0
46022026-06-04T21:30:38.992Z Checking usdt-impl v0.5.0
46032026-06-04T21:30:39.070Z Checking url v2.5.8
46042026-06-04T21:30:39.242Z Checking usdt v0.5.0
46052026-06-04T21:30:39.413Z Checking cargo-util-schemas v0.8.2
46062026-06-04T21:30:40.100Z Checking cargo_metadata v0.21.0
46072026-06-04T21:30:40.721Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46082026-06-04T21:30:41.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.51s
46092026-06-04T21:30:41.260Z
46102026-06-04T21:30:41.260Zinfo: running `cargo check --bins` on dnsadm (279/295)
46112026-06-04T21:30:41.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46122026-06-04T21:30:41.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46132026-06-04T21:30:41.914Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46142026-06-04T21:30:42.393Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46152026-06-04T21:30:42.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.52s
46162026-06-04T21:30:42.979Z
46172026-06-04T21:30:42.979Zinfo: running `cargo check --bins` on end-to-end-tests (280/295)
46182026-06-04T21:30:43.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46192026-06-04T21:30:43.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46202026-06-04T21:30:43.798Z Checking polyval v0.6.2
46212026-06-04T21:30:43.924Z Checking ctr v0.9.2
46222026-06-04T21:30:43.934Z Checking ssh-encoding v0.2.0
46232026-06-04T21:30:43.934Z Checking blowfish v0.9.1
46242026-06-04T21:30:43.953Z Checking password-hash v0.4.2
46252026-06-04T21:30:43.970Z Checking p521 v0.13.3
46262026-06-04T21:30:43.973Z Checking p256 v0.13.2
46272026-06-04T21:30:43.999Z Checking russh-cryptovec v0.7.3
46282026-06-04T21:30:44.070Z Checking ghash v0.5.1
46292026-06-04T21:30:44.085Z Checking bcrypt-pbkdf v0.10.0
46302026-06-04T21:30:44.086Z Checking md5 v0.7.0
46312026-06-04T21:30:44.113Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
46322026-06-04T21:30:44.130Z Checking num-bigint v0.4.6
46332026-06-04T21:30:44.184Z Checking pbkdf2 v0.11.0
46342026-06-04T21:30:44.187Z Checking aes-gcm v0.10.3
46352026-06-04T21:30:44.227Z Checking des v0.8.1
46362026-06-04T21:30:44.241Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46372026-06-04T21:30:44.259Z Checking hex-literal v0.4.1
46382026-06-04T21:30:44.337Z Checking ssh-cipher v0.2.0
46392026-06-04T21:30:44.369Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
46402026-06-04T21:30:44.372Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
46412026-06-04T21:30:44.399Z Checking socket2 v0.5.10
46422026-06-04T21:30:44.399Z Checking internet-checksum v0.2.1
46432026-06-04T21:30:44.508Z Checking ssh-key v0.6.7
46442026-06-04T21:30:44.636Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46452026-06-04T21:30:45.143Z Checking russh-keys v0.45.0
46462026-06-04T21:30:45.702Z Checking russh v0.45.0
46472026-06-04T21:31:02.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.05s
46482026-06-04T21:31:02.245Z
46492026-06-04T21:31:02.245Zinfo: running `cargo check --bins` on gateway-cli (281/295)
46502026-06-04T21:31:02.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46512026-06-04T21:31:02.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46522026-06-04T21:31:02.911Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
46532026-06-04T21:31:03.058Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
46542026-06-04T21:31:03.085Z Checking termios v0.3.3
46552026-06-04T21:31:04.222Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
46562026-06-04T21:31:04.371Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
46572026-06-04T21:31:06.190Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
46582026-06-04T21:31:06.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.50s
46592026-06-04T21:31:06.935Z
46602026-06-04T21:31:06.935Zinfo: running `cargo check --bins --no-default-features` on installinator (282/295)
46612026-06-04T21:31:07.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46622026-06-04T21:31:07.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46632026-06-04T21:31:07.646Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
46642026-06-04T21:31:07.815Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46652026-06-04T21:31:07.834Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
46662026-06-04T21:31:07.834Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
46672026-06-04T21:31:07.834Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46682026-06-04T21:31:07.834Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
46692026-06-04T21:31:08.510Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46702026-06-04T21:31:08.839Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
46712026-06-04T21:31:08.839Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
46722026-06-04T21:31:09.469Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
46732026-06-04T21:31:11.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.16s
46742026-06-04T21:31:11.311Z
46752026-06-04T21:31:11.311Zinfo: running `cargo check --bins` on internal-dns-cli (283/295)
46762026-06-04T21:31:11.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46772026-06-04T21:31:11.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46782026-06-04T21:31:11.950Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
46792026-06-04T21:31:12.406Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
46802026-06-04T21:31:12.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
46812026-06-04T21:31:12.920Z
46822026-06-04T21:31:12.920Zinfo: running `cargo check --bins` on omicron-live-tests (284/295)
46832026-06-04T21:31:13.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46842026-06-04T21:31:13.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46852026-06-04T21:31:13.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46862026-06-04T21:31:13.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
46872026-06-04T21:31:13.519Z
46882026-06-04T21:31:13.519Zinfo: running `cargo check --bins` on live-tests-macros (285/295)
46892026-06-04T21:31:14.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46902026-06-04T21:31:14.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46912026-06-04T21:31:14.023Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46922026-06-04T21:31:14.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
46932026-06-04T21:31:14.111Z
46942026-06-04T21:31:14.111Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (286/295)
46952026-06-04T21:31:14.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46962026-06-04T21:31:14.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46972026-06-04T21:31:14.872Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
46982026-06-04T21:31:15.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
46992026-06-04T21:31:15.669Z
47002026-06-04T21:31:15.669Zinfo: running `cargo check --bins` on omicron-ntp-admin (287/295)
47012026-06-04T21:31:16.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47022026-06-04T21:31:16.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47032026-06-04T21:31:16.325Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47042026-06-04T21:31:16.328Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
47052026-06-04T21:31:16.603Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47062026-06-04T21:31:16.603Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
47072026-06-04T21:31:17.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.73s
47082026-06-04T21:31:17.593Z
47092026-06-04T21:31:17.593Zinfo: running `cargo check --bins` on ntp-admin-types (288/295)
47102026-06-04T21:31:18.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47112026-06-04T21:31:18.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47122026-06-04T21:31:18.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47132026-06-04T21:31:18.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
47142026-06-04T21:31:18.189Z
47152026-06-04T21:31:18.189Zinfo: running `cargo check --bins` on omicron-package (289/295)
47162026-06-04T21:31:18.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47172026-06-04T21:31:18.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47182026-06-04T21:31:18.875Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47192026-06-04T21:31:19.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s
47202026-06-04T21:31:20.138Z
47212026-06-04T21:31:20.138Zinfo: running `cargo check --bins` on tqdb (290/295)
47222026-06-04T21:31:20.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47232026-06-04T21:31:20.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47242026-06-04T21:31:20.923Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47252026-06-04T21:31:21.277Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47262026-06-04T21:31:21.788Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47272026-06-04T21:31:21.788Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
47282026-06-04T21:31:27.662Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
47292026-06-04T21:31:27.662Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
47302026-06-04T21:31:28.243Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
47312026-06-04T21:31:28.243Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
47322026-06-04T21:31:28.247Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47332026-06-04T21:31:28.247Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
47342026-06-04T21:31:28.998Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
47352026-06-04T21:31:30.046Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47362026-06-04T21:31:30.818Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47372026-06-04T21:31:31.431Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47382026-06-04T21:31:35.699Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47392026-06-04T21:31:42.040Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47402026-06-04T21:31:42.040Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47412026-06-04T21:31:42.043Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
47422026-06-04T21:31:42.044Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
47432026-06-04T21:31:43.508Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
47442026-06-04T21:31:44.850Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
47452026-06-04T21:31:45.532Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47462026-06-04T21:31:46.763Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
47472026-06-04T21:31:47.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.17s
47482026-06-04T21:31:47.524Z
47492026-06-04T21:31:47.524Zinfo: running `cargo check --bins` on wicket-dbg (291/295)
47502026-06-04T21:31:48.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47512026-06-04T21:31:48.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47522026-06-04T21:31:48.239Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47532026-06-04T21:31:48.242Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47542026-06-04T21:31:48.243Z Checking rtoolbox v0.0.3
47552026-06-04T21:31:48.368Z Checking tui-tree-widget v0.23.1
47562026-06-04T21:31:48.473Z Checking rpassword v7.4.0
47572026-06-04T21:31:49.483Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
47582026-06-04T21:31:52.433Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47592026-06-04T21:31:54.287Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
47602026-06-04T21:31:55.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.66s
47612026-06-04T21:31:55.399Z
47622026-06-04T21:31:55.399Zinfo: running `cargo check --bins` on wicket (292/295)
47632026-06-04T21:31:55.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47642026-06-04T21:31:55.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47652026-06-04T21:31:56.108Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47662026-06-04T21:31:56.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
47672026-06-04T21:31:56.683Z
47682026-06-04T21:31:56.683Zinfo: running `cargo check --bins` on wicketd (293/295)
47692026-06-04T21:31:57.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47702026-06-04T21:31:57.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47712026-06-04T21:31:57.403Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
47722026-06-04T21:31:57.406Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
47732026-06-04T21:31:57.406Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
47742026-06-04T21:31:57.406Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
47752026-06-04T21:31:58.405Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
47762026-06-04T21:31:58.975Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
47772026-06-04T21:32:01.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.24s
47782026-06-04T21:32:02.129Z
47792026-06-04T21:32:02.129Zinfo: running `cargo check --bins` on omicron-workspace-hack (294/295)
47802026-06-04T21:32:02.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47812026-06-04T21:32:02.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47822026-06-04T21:32:02.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47832026-06-04T21:32:02.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
47842026-06-04T21:32:02.721Z
47852026-06-04T21:32:02.721Zinfo: running `cargo check --bins` on zone-setup (295/295)
47862026-06-04T21:32:03.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47872026-06-04T21:32:03.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47882026-06-04T21:32:03.401Z Checking uzers v0.12.2
47892026-06-04T21:32:03.678Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
47902026-06-04T21:32:04.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s
47912026-06-04T21:32:04.651Z
47922026-06-04T21:32:04.651Zreal 14:03.864617328
47932026-06-04T21:32:04.651Zuser 21:02.268974218
47942026-06-04T21:32:04.651Zsys 4:23.168123155
47952026-06-04T21:32:04.651Ztrap 0.335741480
47962026-06-04T21:32:04.651Ztflt 0.757277149
47972026-06-04T21:32:04.651Zdflt 1.286997391
47982026-06-04T21:32:04.733Zkflt 0.005575982
47992026-06-04T21:32:04.733Zlock 1:18:11.059681584
48002026-06-04T21:32:04.733Zslp 1:41:06.591104570
48012026-06-04T21:32:04.733Zlat 1:00.268353313
48022026-06-04T21:32:04.733Zstop 3:39.477100816
48032026-06-04T21:32:04.733Zprocess exited: duration 984312 ms, exit code 0
 
48042026-06-04T21:32:04.764Zfound 0 output files