01KT5AYX23BY8T3MFD7NVTSSAV: 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: 01KT5AZ9ZQ3BANARAHJR6K5P2B

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-02T23:34:36.448Zjob assigned to worker 01KT5AZEKWFM4XNA047NF7RXZF [factory aws, i-07ec8b2aac21c605e] (queued for 48 s)
 
22026-06-02T23:34:42.591Zstarting task 0: "setup"
32026-06-02T23:34:42.598Z++ uname -s
42026-06-02T23:34:42.600Z+ kern=SunOS
52026-06-02T23:34:42.601Z+ build_user=build
62026-06-02T23:34:42.601Z+ build_uid=12345
72026-06-02T23:34:42.601Z+ work_dir=/work
82026-06-02T23:34:42.601Z+ input_dir=/input
92026-06-02T23:34:42.601Z+ [[ 0 == 12345 ]]
102026-06-02T23:34:42.601Z+ case "$kern" in
112026-06-02T23:34:42.601Z+ groupadd -g 12345 build
122026-06-02T23:34:42.601Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-02T23:34:44.605Z+ zfs create -o mountpoint=/work rpool/work
142026-06-02T23:34:44.747Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-02T23:34:44.750Z+ home_fs=zfs
162026-06-02T23:34:44.750Z+ [[ zfs == autofs ]]
172026-06-02T23:34:44.750Z+ mkdir -p /home/build
182026-06-02T23:34:44.750Z+ chown build:build /home/build /work
192026-06-02T23:34:46.749Z+ chmod 0700 /home/build /work
202026-06-02T23:34:46.752Zprocess exited: duration 4159 ms, exit code 0
 
212026-06-02T23:34:46.758Zstarting task 1: "rust-toolchain"
222026-06-02T23:34:46.761Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-02T23:34:46.761Z * rust toolchain channel = "1.94.0"
242026-06-02T23:34:46.762Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-06-02T23:34:46.762Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-06-02T23:34:46.762Z * rust toolchain profile = "default"
272026-06-02T23:34:46.762Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-02T23:34:46.764Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-02T23:34:46.764Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-02T23:34:46.830Zinfo: downloading installer
312026-06-02T23:34:48.440Zwarn: It looks like you have an existing rustup settings file at:
322026-06-02T23:34:48.440Zwarn: /home/build/.rustup/settings.toml
332026-06-02T23:34:48.440Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-02T23:34:48.440Zwarn: instead of the one inferred from the default host triple.
352026-06-02T23:34:48.452Zinfo: profile set to default
362026-06-02T23:34:48.452Zinfo: default host triple is x86_64-unknown-illumos
372026-06-02T23:34:48.455Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-02T23:34:48.609Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-02T23:34:48.612Zinfo: downloading 6 components
402026-06-02T23:35:02.472Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-06-02T23:35:02.472Z
422026-06-02T23:35:02.501Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-02T23:35:02.501Z
442026-06-02T23:35:02.504Z
452026-06-02T23:35:02.504ZRust is installed now. Great!
462026-06-02T23:35:02.504Z
472026-06-02T23:35:02.504ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-02T23:35:02.504Zenvironment variable. This has not been done automatically.
492026-06-02T23:35:02.504Z
502026-06-02T23:35:02.504ZTo configure your current shell, you need to source
512026-06-02T23:35:02.504Zthe corresponding env file under $HOME/.cargo.
522026-06-02T23:35:02.504Z
532026-06-02T23:35:02.504ZThis is usually done by running one of the following (note the leading DOT):
542026-06-02T23:35:02.504Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-02T23:35:02.504Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-02T23:35:02.504Zsource "~/.cargo/env.nu" # For nushell
572026-06-02T23:35:02.504Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-02T23:35:02.504Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-02T23:35:02.504Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-02T23:35:02.504Zwarn: no default linker (`cc`) was found in your PATH
612026-06-02T23:35:02.504Zwarn: many Rust crates require a system C toolchain to build
622026-06-02T23:35:02.589Z+ rustup --version
632026-06-02T23:35:02.598Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-02T23:35:02.602Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-02T23:35:02.620Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-02T23:35:02.622Z+ cargo --version
672026-06-02T23:35:02.636Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-02T23:35:02.638Z+ rustc --version
692026-06-02T23:35:02.657Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-02T23:35:02.660Zprocess exited: duration 15901 ms, exit code 0
 
712026-06-02T23:35:02.665Zstarting task 2: "authentication"
722026-06-02T23:35:02.681Zprocess exited: duration 15 ms, exit code 0
 
732026-06-02T23:35:02.687Zstarting task 3: "clone repository"
742026-06-02T23:35:02.690Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-02T23:35:02.692Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-02T23:35:02.730ZCloning into '/work/oxidecomputer/omicron'...
772026-06-02T23:35:14.323Z+ cd /work/oxidecomputer/omicron
782026-06-02T23:35:14.323Z+ git fetch origin 949d17b60eccdd72a9ef7d80533649f09083f64d
792026-06-02T23:35:14.597ZFrom https://github.com/oxidecomputer/omicron
802026-06-02T23:35:14.597Z * branch 949d17b60eccdd72a9ef7d80533649f09083f64d -> FETCH_HEAD
812026-06-02T23:35:14.607Z+ [[ -n bump-console-f1008b5d ]]
822026-06-02T23:35:14.610Z++ git branch --show-current
832026-06-02T23:35:14.611Z+ current=main
842026-06-02T23:35:14.611Z+ [[ main != bump-console-f1008b5d ]]
852026-06-02T23:35:14.611Z+ git branch -f bump-console-f1008b5d 949d17b60eccdd72a9ef7d80533649f09083f64d
862026-06-02T23:35:14.613Z+ git checkout -f bump-console-f1008b5d
872026-06-02T23:35:14.845ZSwitched to branch 'bump-console-f1008b5d'
882026-06-02T23:35:14.848Z+ git reset --hard 949d17b60eccdd72a9ef7d80533649f09083f64d
892026-06-02T23:35:15.084ZHEAD is now at 949d17b60 Bump web console (small combobox improvement)
902026-06-02T23:35:15.087Zprocess exited: duration 12397 ms, exit code 0
 
912026-06-02T23:35:15.093Zstarting task 4: "build"
922026-06-02T23:35:15.098Z+ source .github/buildomat/ci-env.sh
932026-06-02T23:35:15.098Z++ export CARGO_TERM_COLOR=always
942026-06-02T23:35:15.098Z++ CARGO_TERM_COLOR=always
952026-06-02T23:35:15.098Z+ cargo --version
962026-06-02T23:35:15.107Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-06-02T23:35:15.109Z+ rustc --version
982026-06-02T23:35:15.129Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-06-02T23:35:15.132Z+ source ./env.sh
1002026-06-02T23:35:15.132Z++ OLD_SHELL_OPTS=ehxB
1012026-06-02T23:35:15.132Z++ set -o xtrace
1022026-06-02T23:35:15.135Z++++ dirname ./env.sh
1032026-06-02T23:35:15.135Z+++ readlink -f .
1042026-06-02T23:35:15.138Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-06-02T23:35:15.138Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062026-06-02T23:35:15.138Z++ 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-02T23:35:15.138Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-06-02T23:35:15.138Z++ 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-02T23:35:15.138Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-06-02T23:35:15.138Z++ 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-02T23:35:15.138Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122026-06-02T23:35:15.138Z++ 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-02T23:35:15.138Z++ case $OLD_SHELL_OPTS in
1142026-06-02T23:35:15.138Z++ unset OLD_SHELL_OPTS OMICRON_WS
1152026-06-02T23:35:15.138Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1162026-06-02T23:35:15.138Z+ 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-02T23:35:15.138Z+ banner prerequisites
1182026-06-02T23:35:15.141Z
1192026-06-02T23:35:15.141Z ##### ##### ###### ##### ###### #### # # # #### #
1202026-06-02T23:35:15.141Z # # # # # # # # # # # # # # #
1212026-06-02T23:35:15.141Z # # # # ##### # # ##### # # # # # #### #
1222026-06-02T23:35:15.141Z ##### ##### # ##### # # # # # # # # #
1232026-06-02T23:35:15.141Z # # # # # # # # # # # # # # #
1242026-06-02T23:35:15.141Z # # # ###### # # ###### ### # #### # #### #
1252026-06-02T23:35:15.141Z
1262026-06-02T23:35:15.141Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1272026-06-02T23:35:17.015Z Startup: Refreshing catalog 'helios' ... Done
1282026-06-02T23:35:17.090Z Startup: Caching catalogs ... Done
1292026-06-02T23:35:17.378ZPlanning: Solver setup ... Done (0.250s)
1302026-06-02T23:35:17.397ZPlanning: Running solver ... Done (0.019s)
1312026-06-02T23:35:17.404ZPlanning: Finding local manifests ... Done (0.003s)
1322026-06-02T23:35:17.415ZPlanning: Fetching manifests: 0/2 0% complete
1332026-06-02T23:35:17.429ZPlanning: Fetching manifests: 2/2 100% complete
1342026-06-02T23:35:17.442ZPlanning: Package planning ... Done (0.013s)
1352026-06-02T23:35:17.445ZPlanning: Merging actions ... Done (0.001s)
1362026-06-02T23:35:17.630ZPlanning: Checking for conflicting actions ... Done (0.186s)
1372026-06-02T23:35:17.633ZPlanning: Consolidating action changes ... Done (0.001s)
1382026-06-02T23:35:18.450ZPlanning: Evaluating mediators ... Done (0.819s)
1392026-06-02T23:35:18.453ZPlanning: Planning completed in 1.34 seconds
1402026-06-02T23:35:18.460Z Packages to install: 2
1412026-06-02T23:35:18.460Z Estimated space available: 156.07 GB
1422026-06-02T23:35:18.460ZEstimated space to be consumed: 23.93 MB
1432026-06-02T23:35:18.460Z Create boot environment: No
1442026-06-02T23:35:18.463ZCreate backup boot environment: No
1452026-06-02T23:35:18.463Z Rebuild boot archive: No
1462026-06-02T23:35:18.463Z
1472026-06-02T23:35:18.463ZChanged packages:
1482026-06-02T23:35:18.463Zhelios
1492026-06-02T23:35:18.463Z developer/build-essential
1502026-06-02T23:35:18.463Z None -> 11-3.0
1512026-06-02T23:35:18.463Z library/libxmlsec1
1522026-06-02T23:35:18.463Z None -> 1.2.35-3.0
1532026-06-02T23:35:18.484Z
1542026-06-02T23:35:18.484ZDownload: 0/214 items 0.0/1.3MB 0% complete
1552026-06-02T23:35:19.147ZDownload: Completed 1.28 MB in 0.66 seconds (1.9M/s)
1562026-06-02T23:35:19.217Z Actions: 1/268 actions (Installing new actions)
1572026-06-02T23:35:19.256Z Actions: Completed 268 actions in 0.04 seconds.
1582026-06-02T23:35:19.263ZFinalize: Updating package state database ... Done (0.007s)
1592026-06-02T23:35:19.266ZFinalize: Updating package cache ... Done (0.000s)
1602026-06-02T23:35:19.284ZFinalize: Updating image state ... Done (0.021s)
1612026-06-02T23:35:21.620ZFinalize: Creating fast lookup database ... Done (2.313s)
1622026-06-02T23:35:21.703ZFinalize: Reading search index ... Done (0.027s)
1632026-06-02T23:35:21.706ZFinalize: Updating search index ... Done (0.000s)
1642026-06-02T23:35:21.801ZFinalize: Updating package cache ... Done (0.000s)
1652026-06-02T23:35:22.096ZPlanning: Evaluating mediator changes ... Done
1662026-06-02T23:35:22.200ZPlanning: Checking for conflicting actions ... Done
1672026-06-02T23:35:22.203ZPlanning: Consolidating action changes ... Done
1682026-06-02T23:35:22.360ZPlanning: Evaluating mediators ... Done
1692026-06-02T23:35:22.362ZPlanning: Planning completed in 0.26 seconds
1702026-06-02T23:35:22.382Z Mediators to change: 2
1712026-06-02T23:35:22.383Z Create boot environment: No
1722026-06-02T23:35:22.383ZCreate backup boot environment: No
1732026-06-02T23:35:22.452ZFinalize: Updating package state database ... Done
1742026-06-02T23:35:22.453ZFinalize: Updating package cache ... Done
1752026-06-02T23:35:22.464ZFinalize: Updating image state ... Done
1762026-06-02T23:35:24.415ZFinalize: Creating fast lookup database ... Done
1772026-06-02T23:35:24.478ZFinalize: Reading search index ... Done
1782026-06-02T23:35:24.480ZFinalize: Updating search index ... Done
1792026-06-02T23:35:24.564ZFinalize: Updating package cache ... Done
1802026-06-02T23:35:24.846ZPlanning: Evaluating mediator changes ... Done
1812026-06-02T23:35:24.950ZPlanning: Checking for conflicting actions ... Done
1822026-06-02T23:35:24.953ZPlanning: Consolidating action changes ... Done
1832026-06-02T23:35:25.110ZPlanning: Evaluating mediators ... Done
1842026-06-02T23:35:25.113ZPlanning: Planning completed in 0.26 seconds
1852026-06-02T23:35:25.132Z Mediators to change: 1
1862026-06-02T23:35:25.132Z Create boot environment: No
1872026-06-02T23:35:25.136ZCreate backup boot environment: No
1882026-06-02T23:35:25.185ZFinalize: Updating package state database ... Done
1892026-06-02T23:35:25.188ZFinalize: Updating package cache ... Done
1902026-06-02T23:35:25.197ZFinalize: Updating image state ... Done
1912026-06-02T23:35:27.142ZFinalize: Creating fast lookup database ... Done
1922026-06-02T23:35:27.205ZFinalize: Reading search index ... Done
1932026-06-02T23:35:27.208ZFinalize: Updating search index ... Done
1942026-06-02T23:35:27.358ZFinalize: Updating package cache ... Done
1952026-06-02T23:35:27.668ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1962026-06-02T23:35:27.668Zapache system 2.4 system
1972026-06-02T23:35:27.668Zclang system 15 system
1982026-06-02T23:35:27.668Zcsh system system illumos
1992026-06-02T23:35:27.668Zctags system system illumos
2002026-06-02T23:35:27.668Zfile vendor vendor darwinsys
2012026-06-02T23:35:27.668Zfile system system illumos
2022026-06-02T23:35:27.668Zgcc vendor 14 vendor
2032026-06-02T23:35:27.668Zgcc system 13 system
2042026-06-02T23:35:27.668Zgcc system 10 system
2052026-06-02T23:35:27.668Zgo system 1.25 system
2062026-06-02T23:35:27.668Zllvm system 15 system
2072026-06-02T23:35:27.668Zmariadb system 11.4 system
2082026-06-02T23:35:27.668Zmta vendor vendor dma
2092026-06-02T23:35:27.668Zopenjdk system 17 system
2102026-06-02T23:35:27.668Zopenjdk system 11 system
2112026-06-02T23:35:27.668Zopenssl vendor 3 vendor
2122026-06-02T23:35:27.668Zperl system 5.40 system
2132026-06-02T23:35:27.668Zpostgresql system 18 system
2142026-06-02T23:35:27.668Zpostgresql system 17 system
2152026-06-02T23:35:27.669Zpython vendor 3 vendor
2162026-06-02T23:35:27.669Zpython system 2 system
2172026-06-02T23:35:27.669Zpython3 vendor 3.13 vendor
2182026-06-02T23:35:27.669Zruby system 3.4 system
2192026-06-02T23:35:27.669Zruby system 3.0 system
2202026-06-02T23:35:27.669Zwords vendor vendor american-english
2212026-06-02T23:35:27.669Zwords system system australian-english
2222026-06-02T23:35:27.669Zwords system system british-english
2232026-06-02T23:35:27.669Zwords system system canadian-english
2242026-06-02T23:35:27.669Zwords system system french
2252026-06-02T23:35:27.669Zwords system system italian
2262026-06-02T23:35:27.669Zwords system system ngerman
2272026-06-02T23:35:27.669Zwords system system ogerman
2282026-06-02T23:35:27.669Zwords system system spanish
2292026-06-02T23:35:27.923ZPUBLISHER TYPE STATUS P LOCATION
2302026-06-02T23:35:27.923Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2312026-06-02T23:35:28.204ZFMRI IFO
2322026-06-02T23:35:28.204Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2332026-06-02T23:35:28.204Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2342026-06-02T23:35:28.204Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2352026-06-02T23:35:28.204Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2362026-06-02T23:35:28.204Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2372026-06-02T23:35:28.204Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2382026-06-02T23:35:28.205Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2392026-06-02T23:35:28.205Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2402026-06-02T23:35:28.205Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2412026-06-02T23:35:28.461Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2422026-06-02T23:35:28.713Z Updating crates.io index
2432026-06-02T23:35:28.745Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2442026-06-02T23:35:28.961Z Updating git repository `https://github.com/oxidecomputer/lldp`
2452026-06-02T23:35:29.821Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2462026-06-02T23:35:30.088Z Updating git repository `https://github.com/oxidecomputer/propolis`
2472026-06-02T23:35:31.210Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2482026-06-02T23:35:31.716Z Updating git repository `https://github.com/oxidecomputer/crucible`
2492026-06-02T23:35:33.224Z Updating git repository `https://github.com/oxidecomputer/opte`
2502026-06-02T23:35:33.932Z Updating git repository `https://github.com/oxidecomputer/tofino`
2512026-06-02T23:35:34.350Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2522026-06-02T23:35:35.058Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-06-02T23:35:35.381Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2542026-06-02T23:35:35.807Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2552026-06-02T23:35:36.051Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2562026-06-02T23:35:37.036Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2572026-06-02T23:35:37.513Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2582026-06-02T23:35:37.790Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2592026-06-02T23:35:38.031Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2602026-06-02T23:35:38.332Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2612026-06-02T23:35:38.696Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2622026-06-02T23:35:39.012Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2632026-06-02T23:35:39.239Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2642026-06-02T23:35:39.475Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2652026-06-02T23:35:39.848Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2662026-06-02T23:35:40.177Z Updating git repository `https://github.com/oxidecomputer/erebor`
2672026-06-02T23:35:40.481Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2682026-06-02T23:35:40.925Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2692026-06-02T23:35:41.343Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2702026-06-02T23:35:41.640Z Updating git repository `https://github.com/oxidecomputer/ispf`
2712026-06-02T23:35:41.952Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2722026-06-02T23:35:43.121Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2732026-06-02T23:35:43.519Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2742026-06-02T23:35:43.828Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2752026-06-02T23:35:44.121Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2762026-06-02T23:35:44.412Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2772026-06-02T23:35:44.830Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2782026-06-02T23:35:45.252Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2792026-06-02T23:35:45.503Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2802026-06-02T23:35:45.766Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2812026-06-02T23:35:45.991Z Updating git repository `https://github.com/illumos/smf-rs`
2822026-06-02T23:35:46.353Z Updating git repository `https://github.com/oxidecomputer/omicron`
2832026-06-02T23:35:57.795Z Downloading crates ...
2842026-06-02T23:35:57.850Z Downloaded anstream v0.6.21
2852026-06-02T23:35:57.854Z Downloaded cargo_toml v0.21.0
2862026-06-02T23:35:57.862Z Downloaded fnv v1.0.7
2872026-06-02T23:35:57.864Z Downloaded strsim v0.11.1
2882026-06-02T23:35:57.864Z Downloaded cargo_metadata v0.21.0
2892026-06-02T23:35:57.867Z Downloaded version_check v0.9.5
2902026-06-02T23:35:57.872Z Downloaded typeid v1.0.3
2912026-06-02T23:35:57.880Z Downloaded thiserror v1.0.69
2922026-06-02T23:35:57.884Z Downloaded rustix v1.1.3
2932026-06-02T23:35:57.897Z Downloaded zerofrom-derive v0.1.6
2942026-06-02T23:35:57.900Z Downloaded thread-id v4.2.2
2952026-06-02T23:35:57.900Z Downloaded textwrap v0.16.2
2962026-06-02T23:35:57.911Z Downloaded zerofrom v0.1.6
2972026-06-02T23:35:57.912Z Downloaded yoke-derive v0.8.1
2982026-06-02T23:35:57.912Z Downloaded usdt v0.5.0
2992026-06-02T23:35:57.912Z Downloaded unicode-xid v0.2.6
3002026-06-02T23:35:57.912Z Downloaded toml_write v0.1.2
3012026-06-02T23:35:57.912Z Downloaded potential_utf v0.1.4
3022026-06-02T23:35:57.912Z Downloaded toml_datetime v0.6.11
3032026-06-02T23:35:57.912Z Downloaded utf8parse v0.2.2
3042026-06-02T23:35:57.912Z Downloaded autocfg v1.5.0
3052026-06-02T23:35:57.912Z Downloaded bytecount v0.6.9
3062026-06-02T23:35:57.912Z Downloaded pest_generator v2.8.6
3072026-06-02T23:35:57.912Z Downloaded serde_core v1.0.228
3082026-06-02T23:35:57.914Z Downloaded unicode-linebreak v0.1.5
3092026-06-02T23:35:57.915Z Downloaded utf8_iter v1.0.4
3102026-06-02T23:35:57.915Z Downloaded usdt-attr-macro v0.5.0
3112026-06-02T23:35:57.915Z Downloaded once_cell v1.21.3
3122026-06-02T23:35:57.917Z Downloaded pest_derive v2.8.6
3132026-06-02T23:35:57.917Z Downloaded typenum v1.19.0
3142026-06-02T23:35:57.921Z Downloaded usdt-impl v0.5.0
3152026-06-02T23:35:57.921Z Downloaded proc-macro-error v1.0.4
3162026-06-02T23:35:57.923Z Downloaded zerovec-derive v0.11.2
3172026-06-02T23:35:57.923Z Downloaded writeable v0.6.2
3182026-06-02T23:35:57.923Z Downloaded usdt-macro v0.5.0
3192026-06-02T23:35:57.926Z Downloaded tinystr v0.8.2
3202026-06-02T23:35:57.926Z Downloaded thiserror-impl v2.0.18
3212026-06-02T23:35:57.926Z Downloaded thiserror-impl v1.0.69
3222026-06-02T23:35:57.926Z Downloaded serde-untagged v0.1.9
3232026-06-02T23:35:57.929Z Downloaded yoke v0.8.1
3242026-06-02T23:35:57.929Z Downloaded quote v1.0.45
3252026-06-02T23:35:57.932Z Downloaded dof v0.3.0
3262026-06-02T23:35:57.932Z Downloaded pretty-hex v0.4.1
3272026-06-02T23:35:57.932Z Downloaded memmap v0.7.0
3282026-06-02T23:35:57.935Z Downloaded ucd-trie v0.1.7
3292026-06-02T23:35:57.935Z Downloaded heck v0.5.0
3302026-06-02T23:35:57.937Z Downloaded proc-macro-error-attr v1.0.4
3312026-06-02T23:35:57.938Z Downloaded serde_spanned v0.6.9
3322026-06-02T23:35:57.940Z Downloaded toml v0.8.23
3332026-06-02T23:35:57.940Z Downloaded thiserror v2.0.18
3342026-06-02T23:35:57.943Z Downloaded zmij v1.0.21
3352026-06-02T23:35:57.945Z Downloaded unicode-ident v1.0.24
3362026-06-02T23:35:57.946Z Downloaded stable_deref_trait v1.2.1
3372026-06-02T23:35:57.946Z Downloaded cargo-platform v0.2.0
3382026-06-02T23:35:57.946Z Downloaded serde-value v0.7.0
3392026-06-02T23:35:57.948Z Downloaded itoa v1.0.17
3402026-06-02T23:35:57.948Z Downloaded is_terminal_polyfill v1.70.2
3412026-06-02T23:35:57.948Z Downloaded litemap v0.8.1
3422026-06-02T23:35:57.951Z Downloaded zerotrie v0.2.3
3432026-06-02T23:35:57.951Z Downloaded form_urlencoded v1.2.2
3442026-06-02T23:35:57.954Z Downloaded cpufeatures v0.2.17
3452026-06-02T23:35:57.954Z Downloaded zerocopy-derive v0.7.35
3462026-06-02T23:35:57.956Z Downloaded byteorder v1.5.0
3472026-06-02T23:35:57.956Z Downloaded anstyle-query v1.1.5
3482026-06-02T23:35:57.956Z Downloaded toml_edit v0.22.27
3492026-06-02T23:35:57.959Z Downloaded ordered-float v2.10.1
3502026-06-02T23:35:57.959Z Downloaded equivalent v1.0.2
3512026-06-02T23:35:57.961Z Downloaded crypto-common v0.1.7
3522026-06-02T23:35:57.961Z Downloaded fastrand v2.3.0
3532026-06-02T23:35:57.961Z Downloaded cfg-if v1.0.4
3542026-06-02T23:35:57.964Z Downloaded url v2.5.8
3552026-06-02T23:35:57.964Z Downloaded tabled_derive v0.7.0
3562026-06-02T23:35:57.966Z Downloaded colorchoice v1.0.4
3572026-06-02T23:35:57.972Z Downloaded plain v0.2.3
3582026-06-02T23:35:57.975Z Downloaded smawk v0.3.2
3592026-06-02T23:35:57.975Z Downloaded heck v0.4.1
3602026-06-02T23:35:57.975Z Downloaded block-buffer v0.10.4
3612026-06-02T23:35:57.979Z Downloaded errno v0.3.14
3622026-06-02T23:35:57.981Z Downloaded zerovec v0.11.5
3632026-06-02T23:35:57.984Z Downloaded zerocopy v0.7.35
3642026-06-02T23:35:57.991Z Downloaded winnow v0.7.14
3652026-06-02T23:35:57.995Z Downloaded terminal_size v0.4.3
3662026-06-02T23:35:57.998Z Downloaded scroll_derive v0.12.1
3672026-06-02T23:35:57.998Z Downloaded percent-encoding v2.3.2
3682026-06-02T23:35:57.998Z Downloaded anstyle v1.0.13
3692026-06-02T23:35:58.001Z Downloaded unicode-width v0.2.0
3702026-06-02T23:35:58.004Z Downloaded idna_adapter v1.2.1
3712026-06-02T23:35:58.004Z Downloaded unicode-width v0.1.14
3722026-06-02T23:35:58.006Z Downloaded macaddr v1.0.1
3732026-06-02T23:35:58.006Z Downloaded generic-array v0.14.7
3742026-06-02T23:35:58.006Z Downloaded dtrace-parser v0.2.0
3752026-06-02T23:35:58.006Z Downloaded swrite v0.1.0
3762026-06-02T23:35:58.009Z Downloaded clap_lex v1.0.0
3772026-06-02T23:35:58.009Z Downloaded scroll v0.12.0
3782026-06-02T23:35:58.013Z Downloaded synstructure v0.13.2
3792026-06-02T23:35:58.016Z Downloaded camino-tempfile v1.4.1
3802026-06-02T23:35:58.016Z Downloaded icu_normalizer_data v2.1.1
3812026-06-02T23:35:58.018Z Downloaded digest v0.10.7
3822026-06-02T23:35:58.023Z Downloaded erased-serde v0.4.9
3832026-06-02T23:35:58.026Z Downloaded fs-err v3.3.0
3842026-06-02T23:35:58.029Z Downloaded smallvec v1.15.1
3852026-06-02T23:35:58.033Z Downloaded num-traits v0.2.19
3862026-06-02T23:35:58.036Z Downloaded serde v1.0.228
3872026-06-02T23:35:58.036Z Downloaded displaydoc v0.2.5
3882026-06-02T23:35:58.041Z Downloaded serde_tokenstream v0.2.3
3892026-06-02T23:35:58.052Z Downloaded semver v1.0.28
3902026-06-02T23:35:58.055Z Downloaded bitflags v2.11.0
3912026-06-02T23:35:58.055Z Downloaded camino v1.2.2
3922026-06-02T23:35:58.060Z Downloaded anstyle-parse v0.2.7
3932026-06-02T23:35:58.062Z Downloaded clap_derive v4.5.55
3942026-06-02T23:35:58.062Z Downloaded pest_meta v2.8.6
3952026-06-02T23:35:58.062Z Downloaded sha2 v0.10.9
3962026-06-02T23:35:58.068Z Downloaded tempfile v3.25.0
3972026-06-02T23:35:58.075Z Downloaded papergrid v0.11.0
3982026-06-02T23:35:58.077Z Downloaded getrandom v0.4.1
3992026-06-02T23:35:58.080Z Downloaded proc-macro2 v1.0.106
4002026-06-02T23:35:58.080Z Downloaded icu_provider v2.1.1
4012026-06-02T23:35:58.083Z Downloaded serde_derive v1.0.228
4022026-06-02T23:35:58.083Z Downloaded clap v4.5.60
4032026-06-02T23:35:58.087Z Downloaded log v0.4.29
4042026-06-02T23:35:58.090Z Downloaded icu_properties v2.1.2
4052026-06-02T23:35:58.090Z Downloaded icu_normalizer v2.1.1
4062026-06-02T23:35:58.092Z Downloaded icu_locale_core v2.1.1
4072026-06-02T23:35:58.095Z Downloaded pest v2.8.6
4082026-06-02T23:35:58.098Z Downloaded cargo-util-schemas v0.8.2
4092026-06-02T23:35:58.100Z Downloaded anyhow v1.0.102
4102026-06-02T23:35:58.116Z Downloaded icu_collections v2.1.1
4112026-06-02T23:35:58.118Z Downloaded memchr v2.8.0
4122026-06-02T23:35:58.131Z Downloaded serde_json v1.0.149
4132026-06-02T23:35:58.134Z Downloaded indexmap v2.14.0
4142026-06-02T23:35:58.143Z Downloaded idna v1.1.0
4152026-06-02T23:35:58.150Z Downloaded clap_builder v4.5.60
4162026-06-02T23:35:58.153Z Downloaded icu_properties_data v2.1.2
4172026-06-02T23:35:58.159Z Downloaded hashbrown v0.17.0
4182026-06-02T23:35:58.164Z Downloaded goblin v0.8.2
4192026-06-02T23:35:58.168Z Downloaded tabled v0.15.0
4202026-06-02T23:35:58.179Z Downloaded syn v1.0.109
4212026-06-02T23:35:58.187Z Downloaded syn v2.0.117
4222026-06-02T23:35:58.220Z Downloaded libc v0.2.185
4232026-06-02T23:35:58.286Z Compiling proc-macro2 v1.0.106
4242026-06-02T23:35:58.287Z Compiling unicode-ident v1.0.24
4252026-06-02T23:35:58.290Z Compiling quote v1.0.45
4262026-06-02T23:35:58.290Z Compiling serde_core v1.0.228
4272026-06-02T23:35:58.290Z Compiling libc v0.2.185
4282026-06-02T23:35:58.290Z Compiling version_check v0.9.5
4292026-06-02T23:35:58.290Z Compiling serde v1.0.228
4302026-06-02T23:35:58.290Z Compiling stable_deref_trait v1.2.1
4312026-06-02T23:35:58.613Z Compiling memchr v2.8.0
4322026-06-02T23:35:58.628Z Compiling zmij v1.0.21
4332026-06-02T23:35:58.871Z Compiling itoa v1.0.17
4342026-06-02T23:35:58.888Z Compiling autocfg v1.5.0
4352026-06-02T23:35:59.046Z Compiling thiserror v1.0.69
4362026-06-02T23:35:59.196Z Compiling ucd-trie v0.1.7
4372026-06-02T23:35:59.260Z Compiling litemap v0.8.1
4382026-06-02T23:35:59.281Z Compiling writeable v0.6.2
4392026-06-02T23:35:59.334Z Compiling pest v2.8.6
4402026-06-02T23:35:59.455Z Compiling icu_properties_data v2.1.2
4412026-06-02T23:35:59.471Z Compiling byteorder v1.5.0
4422026-06-02T23:35:59.485Z Compiling rustix v1.1.3
4432026-06-02T23:35:59.639Z Compiling icu_normalizer_data v2.1.1
4442026-06-02T23:35:59.804Z Compiling syn v2.0.117
4452026-06-02T23:35:59.864Z Compiling errno v0.3.14
4462026-06-02T23:35:59.867Z Compiling bitflags v2.11.0
4472026-06-02T23:36:00.025Z Compiling serde_json v1.0.149
4482026-06-02T23:36:00.131Z Compiling num-traits v0.2.19
4492026-06-02T23:36:00.232Z Compiling equivalent v1.0.2
4502026-06-02T23:36:00.312Z Compiling hashbrown v0.17.0
4512026-06-02T23:36:00.327Z Compiling smallvec v1.15.1
4522026-06-02T23:36:00.439Z Compiling pest_meta v2.8.6
4532026-06-02T23:36:00.537Z Compiling typeid v1.0.3
4542026-06-02T23:36:00.744Z Compiling thread-id v4.2.2
4552026-06-02T23:36:00.776Z Compiling proc-macro-error-attr v1.0.4
4562026-06-02T23:36:00.831Z Compiling indexmap v2.14.0
4572026-06-02T23:36:00.850Z Compiling usdt-impl v0.5.0
4582026-06-02T23:36:00.866Z Compiling winnow v0.7.14
4592026-06-02T23:36:00.957Z Compiling erased-serde v0.4.9
4602026-06-02T23:36:01.132Z Compiling syn v1.0.109
4612026-06-02T23:36:01.174Z Compiling toml_write v0.1.2
4622026-06-02T23:36:01.484Z Compiling proc-macro-error v1.0.4
4632026-06-02T23:36:01.501Z Compiling percent-encoding v2.3.2
4642026-06-02T23:36:01.673Z Compiling camino v1.2.2
4652026-06-02T23:36:01.695Z Compiling getrandom v0.4.1
4662026-06-02T23:36:01.989Z Compiling plain v0.2.3
4672026-06-02T23:36:02.030Z Compiling utf8parse v0.2.2
4682026-06-02T23:36:02.046Z Compiling thiserror v2.0.18
4692026-06-02T23:36:02.061Z Compiling log v0.4.29
4702026-06-02T23:36:02.077Z Compiling utf8_iter v1.0.4
4712026-06-02T23:36:02.143Z Compiling anstyle-parse v0.2.7
4722026-06-02T23:36:02.168Z Compiling ordered-float v2.10.1
4732026-06-02T23:36:02.286Z Compiling form_urlencoded v1.2.2
4742026-06-02T23:36:02.423Z Compiling synstructure v0.13.2
4752026-06-02T23:36:02.493Z Compiling pest_generator v2.8.6
4762026-06-02T23:36:02.544Z Compiling terminal_size v0.4.3
4772026-06-02T23:36:02.724Z Compiling anstyle v1.0.13
4782026-06-02T23:36:02.815Z Compiling colorchoice v1.0.4
4792026-06-02T23:36:02.896Z Compiling pretty-hex v0.4.1
4802026-06-02T23:36:02.912Z Compiling anstyle-query v1.1.5
4812026-06-02T23:36:02.934Z Compiling cfg-if v1.0.4
4822026-06-02T23:36:02.960Z Compiling is_terminal_polyfill v1.70.2
4832026-06-02T23:36:03.042Z Compiling anstream v0.6.21
4842026-06-02T23:36:03.056Z Compiling serde-untagged v0.1.9
4852026-06-02T23:36:03.125Z Compiling semver v1.0.28
4862026-06-02T23:36:03.223Z Compiling fs-err v3.3.0
4872026-06-02T23:36:03.298Z Compiling strsim v0.11.1
4882026-06-02T23:36:03.349Z Compiling bytecount v0.6.9
4892026-06-02T23:36:03.415Z Compiling once_cell v1.21.3
4902026-06-02T23:36:03.449Z Compiling unicode-width v0.1.14
4912026-06-02T23:36:03.486Z Compiling unicode-xid v0.2.6
4922026-06-02T23:36:03.616Z Compiling heck v0.4.1
4932026-06-02T23:36:03.636Z Compiling clap_lex v1.0.0
4942026-06-02T23:36:03.653Z Compiling fastrand v2.3.0
4952026-06-02T23:36:03.731Z Compiling fnv v1.0.7
4962026-06-02T23:36:03.779Z Compiling anyhow v1.0.102
4972026-06-02T23:36:03.841Z Compiling heck v0.5.0
4982026-06-02T23:36:03.841Z Compiling tempfile v3.25.0
4992026-06-02T23:36:03.871Z Compiling papergrid v0.11.0
5002026-06-02T23:36:03.916Z Compiling clap_builder v4.5.60
5012026-06-02T23:36:04.173Z Compiling serde_derive v1.0.228
5022026-06-02T23:36:04.221Z Compiling zerofrom-derive v0.1.6
5032026-06-02T23:36:04.239Z Compiling yoke-derive v0.8.1
5042026-06-02T23:36:04.317Z Compiling zerovec-derive v0.11.2
5052026-06-02T23:36:04.413Z Compiling displaydoc v0.2.5
5062026-06-02T23:36:05.145Z Compiling thiserror-impl v1.0.69
5072026-06-02T23:36:05.307Z Compiling zerocopy-derive v0.7.35
5082026-06-02T23:36:05.374Z Compiling pest_derive v2.8.6
5092026-06-02T23:36:05.413Z Compiling scroll_derive v0.12.1
5102026-06-02T23:36:05.597Z Compiling zerofrom v0.1.6
5112026-06-02T23:36:05.733Z Compiling yoke v0.8.1
5122026-06-02T23:36:05.806Z Compiling thiserror-impl v2.0.18
5132026-06-02T23:36:05.929Z Compiling zerovec v0.11.5
5142026-06-02T23:36:06.081Z Compiling zerotrie v0.2.3
5152026-06-02T23:36:06.165Z Compiling zerocopy v0.7.35
5162026-06-02T23:36:06.385Z Compiling tinystr v0.8.2
5172026-06-02T23:36:06.436Z Compiling potential_utf v0.1.4
5182026-06-02T23:36:06.514Z Compiling dtrace-parser v0.2.0
5192026-06-02T23:36:06.594Z Compiling icu_locale_core v2.1.1
5202026-06-02T23:36:06.611Z Compiling icu_collections v2.1.1
5212026-06-02T23:36:06.716Z Compiling scroll v0.12.0
5222026-06-02T23:36:06.918Z Compiling tabled_derive v0.7.0
5232026-06-02T23:36:06.988Z Compiling goblin v0.8.2
5242026-06-02T23:36:07.085Z Compiling clap_derive v4.5.55
5252026-06-02T23:36:07.102Z Compiling memmap v0.7.0
5262026-06-02T23:36:07.285Z Compiling icu_provider v2.1.1
5272026-06-02T23:36:07.442Z Compiling smawk v0.3.2
5282026-06-02T23:36:07.519Z Compiling unicode-linebreak v0.1.5
5292026-06-02T23:36:07.585Z Compiling icu_normalizer v2.1.1
5302026-06-02T23:36:07.608Z Compiling icu_properties v2.1.2
5312026-06-02T23:36:07.698Z Compiling toml_datetime v0.6.11
5322026-06-02T23:36:07.721Z Compiling serde_spanned v0.6.9
5332026-06-02T23:36:07.771Z Compiling dof v0.3.0
5342026-06-02T23:36:07.858Z Compiling serde_tokenstream v0.2.3
5352026-06-02T23:36:07.876Z Compiling toml_edit v0.22.27
5362026-06-02T23:36:07.961Z Compiling serde-value v0.7.0
5372026-06-02T23:36:08.171Z Compiling cargo-platform v0.2.0
5382026-06-02T23:36:08.187Z Compiling unicode-width v0.2.0
5392026-06-02T23:36:08.333Z Compiling tabled v0.15.0
5402026-06-02T23:36:08.452Z Compiling textwrap v0.16.2
5412026-06-02T23:36:08.468Z Compiling idna_adapter v1.2.1
5422026-06-02T23:36:08.633Z Compiling idna v1.1.0
5432026-06-02T23:36:08.716Z Compiling macaddr v1.0.1
5442026-06-02T23:36:08.760Z Compiling usdt-attr-macro v0.5.0
5452026-06-02T23:36:08.895Z Compiling usdt-macro v0.5.0
5462026-06-02T23:36:08.928Z Compiling url v2.5.8
5472026-06-02T23:36:08.946Z Compiling clap v4.5.60
5482026-06-02T23:36:09.285Z Compiling toml v0.8.23
5492026-06-02T23:36:09.525Z Compiling camino-tempfile v1.4.1
5502026-06-02T23:36:09.662Z Compiling cargo-util-schemas v0.8.2
5512026-06-02T23:36:09.721Z Compiling cargo_toml v0.21.0
5522026-06-02T23:36:09.901Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5532026-06-02T23:36:10.086Z Compiling usdt v0.5.0
5542026-06-02T23:36:10.159Z Compiling swrite v0.1.0
5552026-06-02T23:36:10.627Z Compiling cargo_metadata v0.21.0
5562026-06-02T23:36:11.549Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5572026-06-02T23:36:13.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.30s
5582026-06-02T23:36:13.843Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5592026-06-02T23:36:14.403Z Downloading crates ...
5602026-06-02T23:36:14.496Z Downloaded adler2 v2.0.1
5612026-06-02T23:36:14.506Z Downloaded cipher v0.4.4
5622026-06-02T23:36:14.510Z Downloaded allocator-api2 v0.2.21
5632026-06-02T23:36:14.510Z Downloaded chacha20 v0.9.1
5642026-06-02T23:36:14.510Z Downloaded base64ct v1.8.3
5652026-06-02T23:36:14.513Z Downloaded castaway v0.2.4
5662026-06-02T23:36:14.518Z Downloaded crc32fast v1.5.0
5672026-06-02T23:36:14.532Z Downloaded atomic-waker v1.1.2
5682026-06-02T23:36:14.535Z Downloaded bit-vec v0.8.0
5692026-06-02T23:36:14.535Z Downloaded cpufeatures v0.3.0
5702026-06-02T23:36:14.537Z Downloaded async-trait v0.1.89
5712026-06-02T23:36:14.540Z Downloaded daft-derive v0.1.7
5722026-06-02T23:36:14.543Z Downloaded ena v0.14.4
5732026-06-02T23:36:14.543Z Downloaded ascii-canvas v3.0.0
5742026-06-02T23:36:14.543Z Downloaded arrayvec v0.7.6
5752026-06-02T23:36:14.548Z Downloaded ciborium-ll v0.2.2
5762026-06-02T23:36:14.548Z Downloaded darling v0.21.3
5772026-06-02T23:36:14.550Z Downloaded drift v0.2.0
5782026-06-02T23:36:14.555Z Downloaded env_logger v0.11.9
5792026-06-02T23:36:14.558Z Downloaded const-oid v0.9.6
5802026-06-02T23:36:14.558Z Downloaded darling v0.13.4
5812026-06-02T23:36:14.562Z Downloaded async-stream v0.3.6
5822026-06-02T23:36:14.562Z Downloaded cexpr v0.6.0
5832026-06-02T23:36:14.562Z Downloaded colored v2.2.0
5842026-06-02T23:36:14.568Z Downloaded diff v0.1.13
5852026-06-02T23:36:14.568Z Downloaded derive_builder_core v0.20.2
5862026-06-02T23:36:14.571Z Downloaded document-features v0.2.12
5872026-06-02T23:36:14.571Z Downloaded derive_more v0.99.20
5882026-06-02T23:36:14.571Z Downloaded console v0.16.2
5892026-06-02T23:36:14.574Z Downloaded darling_macro v0.23.0
5902026-06-02T23:36:14.574Z Downloaded darling_macro v0.21.3
5912026-06-02T23:36:14.574Z Downloaded byte-wrapper v0.1.0
5922026-06-02T23:36:14.574Z Downloaded ahash v0.8.12
5932026-06-02T23:36:14.582Z Downloaded cfg_aliases v0.1.1
5942026-06-02T23:36:14.582Z Downloaded des v0.8.1
5952026-06-02T23:36:14.582Z Downloaded derive_builder v0.20.2
5962026-06-02T23:36:14.586Z Downloaded ed25519 v2.2.3
5972026-06-02T23:36:14.586Z Downloaded dropshot_endpoint v0.17.0
5982026-06-02T23:36:14.586Z Downloaded cfg_aliases v0.2.1
5992026-06-02T23:36:14.586Z Downloaded cbc v0.1.2
6002026-06-02T23:36:14.586Z Downloaded dtrace-parser v0.3.0
6012026-06-02T23:36:14.589Z Downloaded downcast-rs v2.0.2
6022026-06-02T23:36:14.589Z Downloaded difflib v0.4.0
6032026-06-02T23:36:14.589Z Downloaded block-padding v0.3.3
6042026-06-02T23:36:14.589Z Downloaded async-recursion v1.1.1
6052026-06-02T23:36:14.597Z Downloaded darling v0.23.0
6062026-06-02T23:36:14.597Z Downloaded env_filter v1.0.0
6072026-06-02T23:36:14.600Z Downloaded dof v0.4.0
6082026-06-02T23:36:14.600Z Downloaded crossbeam-deque v0.8.6
6092026-06-02T23:36:14.600Z Downloaded derive-ex v0.1.8
6102026-06-02T23:36:14.600Z Downloaded darling_core v0.21.3
6112026-06-02T23:36:14.603Z Downloaded crc v3.4.0
6122026-06-02T23:36:14.603Z Downloaded base16ct v0.2.0
6132026-06-02T23:36:14.610Z Downloaded dropshot-api-manager-types v0.7.2
6142026-06-02T23:36:14.610Z Downloaded defmt-parser v1.0.0
6152026-06-02T23:36:14.610Z Downloaded endian-type v0.1.2
6162026-06-02T23:36:14.610Z Downloaded bb8 v0.8.6
6172026-06-02T23:36:14.610Z Downloaded embedded-io v0.6.1
6182026-06-02T23:36:14.610Z Downloaded cstr-argument v0.1.2
6192026-06-02T23:36:14.610Z Downloaded embedded-io v0.4.0
6202026-06-02T23:36:14.610Z Downloaded async-stream-impl v0.3.6
6212026-06-02T23:36:14.613Z Downloaded debug-ignore v1.0.5
6222026-06-02T23:36:14.613Z Downloaded crc-catalog v2.4.0
6232026-06-02T23:36:14.613Z Downloaded crucible-workspace-hack v0.1.0
6242026-06-02T23:36:14.613Z Downloaded aead v0.5.2
6252026-06-02T23:36:14.616Z Downloaded float-cmp v0.10.0
6262026-06-02T23:36:14.616Z Downloaded dirs-sys-next v0.1.2
6272026-06-02T23:36:14.616Z Downloaded display-error-chain v0.2.2
6282026-06-02T23:36:14.620Z Downloaded cobs v0.3.0
6292026-06-02T23:36:14.620Z Downloaded dirs-next v2.0.0
6302026-06-02T23:36:14.620Z Downloaded derive-where v1.6.0
6312026-06-02T23:36:14.623Z Downloaded float-ord v0.3.2
6322026-06-02T23:36:14.623Z Downloaded colored v3.1.1
6332026-06-02T23:36:14.623Z Downloaded darling_macro v0.13.4
6342026-06-02T23:36:14.626Z Downloaded ctr v0.9.2
6352026-06-02T23:36:14.626Z Downloaded cmake v0.1.57
6362026-06-02T23:36:14.626Z Downloaded assert_matches v1.5.0
6372026-06-02T23:36:14.628Z Downloaded corncobs v0.1.4
6382026-06-02T23:36:14.628Z Downloaded cargo-platform v0.3.2
6392026-06-02T23:36:14.631Z Downloaded flagset v0.4.7
6402026-06-02T23:36:14.631Z Downloaded foreign-types-macros v0.2.3
6412026-06-02T23:36:14.631Z Downloaded dsl_auto_type v0.2.0
6422026-06-02T23:36:14.633Z Downloaded crunchy v0.2.4
6432026-06-02T23:36:14.634Z Downloaded bitfield v0.19.4
6442026-06-02T23:36:14.634Z Downloaded bcrypt-pbkdf v0.10.0
6452026-06-02T23:36:14.634Z Downloaded foreign-types v0.3.2
6462026-06-02T23:36:14.636Z Downloaded bitfield-struct v0.6.2
6472026-06-02T23:36:14.636Z Downloaded bit-set v0.5.3
6482026-06-02T23:36:14.636Z Downloaded bitfield-macros v0.19.4
6492026-06-02T23:36:14.639Z Downloaded fd-lock v4.0.4
6502026-06-02T23:36:14.639Z Downloaded curve25519-dalek-derive v0.1.1
6512026-06-02T23:36:14.641Z Downloaded convert_case v0.4.0
6522026-06-02T23:36:14.641Z Downloaded crc8 v0.1.1
6532026-06-02T23:36:14.641Z Downloaded dunce v1.0.5
6542026-06-02T23:36:14.641Z Downloaded darling_macro v0.20.11
6552026-06-02T23:36:14.644Z Downloaded atomicwrites v0.4.4
6562026-06-02T23:36:14.644Z Downloaded array-init v0.0.4
6572026-06-02T23:36:14.644Z Downloaded diesel_table_macro_syntax v0.3.0
6582026-06-02T23:36:14.644Z Downloaded diesel-dtrace v0.5.0
6592026-06-02T23:36:14.646Z Downloaded cassowary v0.3.0
6602026-06-02T23:36:14.646Z Downloaded const_format_proc_macros v0.2.34
6612026-06-02T23:36:14.649Z Downloaded foreign-types-shared v0.3.1
6622026-06-02T23:36:14.649Z Downloaded foreign-types-shared v0.1.1
6632026-06-02T23:36:14.649Z Downloaded ecdsa v0.16.9
6642026-06-02T23:36:14.652Z Downloaded bit-set v0.8.0
6652026-06-02T23:36:14.652Z Downloaded compression-core v0.4.31
6662026-06-02T23:36:14.652Z Downloaded camino-tempfile-ext v0.3.3
6672026-06-02T23:36:14.654Z Downloaded foreign-types v0.5.0
6682026-06-02T23:36:14.654Z Downloaded bcs v0.1.6
6692026-06-02T23:36:14.657Z Downloaded backoff v0.4.0
6702026-06-02T23:36:14.657Z Downloaded dyn-clone v1.0.20
6712026-06-02T23:36:14.659Z Downloaded derive_builder_macro v0.20.2
6722026-06-02T23:36:14.659Z Downloaded futures-core v0.3.32
6732026-06-02T23:36:14.659Z Downloaded defmt v0.3.100
6742026-06-02T23:36:14.659Z Downloaded atty v0.2.14
6752026-06-02T23:36:14.662Z Downloaded bit-vec v0.6.3
6762026-06-02T23:36:14.665Z Downloaded fixedbitset v0.4.2
6772026-06-02T23:36:14.665Z Downloaded enum-as-inner v0.6.1
6782026-06-02T23:36:14.667Z Downloaded ciborium v0.2.2
6792026-06-02T23:36:14.667Z Downloaded constant_time_eq v0.4.2
6802026-06-02T23:36:14.670Z Downloaded async-bb8-diesel v0.2.1
6812026-06-02T23:36:14.670Z Downloaded hash32 v0.2.1
6822026-06-02T23:36:14.672Z Downloaded cargo_metadata v0.23.1
6832026-06-02T23:36:14.672Z Downloaded git-stub v1.0.0
6842026-06-02T23:36:14.675Z Downloaded ghash v0.5.1
6852026-06-02T23:36:14.675Z Downloaded ff v0.13.1
6862026-06-02T23:36:14.675Z Downloaded fxhash v0.2.1
6872026-06-02T23:36:14.678Z Downloaded futures-task v0.3.32
6882026-06-02T23:36:14.678Z Downloaded critical-section v1.2.0
6892026-06-02T23:36:14.678Z Downloaded gethostname v0.5.0
6902026-06-02T23:36:14.680Z Downloaded futures-io v0.3.32
6912026-06-02T23:36:14.680Z Downloaded funty v2.0.0
6922026-06-02T23:36:14.680Z Downloaded ciborium-io v0.2.2
6932026-06-02T23:36:14.683Z Downloaded fallible-iterator v0.2.0
6942026-06-02T23:36:14.683Z Downloaded futures-macro v0.3.32
6952026-06-02T23:36:14.683Z Downloaded hex v0.4.3
6962026-06-02T23:36:14.683Z Downloaded defmt-macros v1.0.1
6972026-06-02T23:36:14.686Z Downloaded der_derive v0.7.3
6982026-06-02T23:36:14.686Z Downloaded daft v0.1.7
6992026-06-02T23:36:14.689Z Downloaded fixedbitset v0.5.7
7002026-06-02T23:36:14.689Z Downloaded find-msvc-tools v0.1.9
7012026-06-02T23:36:14.692Z Downloaded either v1.15.0
7022026-06-02T23:36:14.692Z Downloaded cc v1.2.56
7032026-06-02T23:36:14.694Z Downloaded compression-codecs v0.4.37
7042026-06-02T23:36:14.697Z Downloaded darling v0.20.11
7052026-06-02T23:36:14.699Z Downloaded bitflags v1.3.2
7062026-06-02T23:36:14.702Z Downloaded globwalk v0.9.1
7072026-06-02T23:36:14.702Z Downloaded base64 v0.21.7
7082026-06-02T23:36:14.704Z Downloaded futures-sink v0.3.32
7092026-06-02T23:36:14.704Z Downloaded fs-err v2.11.0
7102026-06-02T23:36:14.707Z Downloaded hex-literal v0.4.1
7112026-06-02T23:36:14.707Z Downloaded filetime v0.2.27
7122026-06-02T23:36:14.710Z Downloaded erased-serde v0.3.31
7132026-06-02T23:36:14.710Z Downloaded csv-core v0.1.13
7142026-06-02T23:36:14.710Z Downloaded foldhash v0.1.5
7152026-06-02T23:36:14.713Z Downloaded convert_case v0.10.0
7162026-06-02T23:36:14.713Z Downloaded foldhash v0.2.0
7172026-06-02T23:36:14.713Z Downloaded data-encoding v2.10.0
7182026-06-02T23:36:14.715Z Downloaded blake2 v0.10.6
7192026-06-02T23:36:14.715Z Downloaded buf-list v1.1.2
7202026-06-02T23:36:14.718Z Downloaded console v0.15.11
7212026-06-02T23:36:14.718Z Downloaded backon v1.6.0
7222026-06-02T23:36:14.721Z Downloaded crossbeam-utils v0.8.21
7232026-06-02T23:36:14.723Z Downloaded bzip2 v0.6.1
7242026-06-02T23:36:14.723Z Downloaded indent_write v2.2.0
7252026-06-02T23:36:14.726Z Downloaded blowfish v0.9.1
7262026-06-02T23:36:14.726Z Downloaded ar_archive_writer v0.5.1
7272026-06-02T23:36:14.728Z Downloaded http-range v0.1.5
7282026-06-02T23:36:14.728Z Downloaded hyper-tls v0.6.0
7292026-06-02T23:36:14.733Z Downloaded http-body v1.0.1
7302026-06-02T23:36:14.733Z Downloaded indoc v1.0.9
7312026-06-02T23:36:14.735Z Downloaded deranged v0.5.8
7322026-06-02T23:36:14.735Z Downloaded fatfs v0.3.6
7332026-06-02T23:36:14.735Z Downloaded is_ci v1.2.0
7342026-06-02T23:36:14.735Z Downloaded instability v0.3.11
7352026-06-02T23:36:14.738Z Downloaded hubpack v0.1.2
7362026-06-02T23:36:14.738Z Downloaded hostname v0.4.2
7372026-06-02T23:36:14.741Z Downloaded illumos-nvpair v0.3.0
7382026-06-02T23:36:14.741Z Downloaded headers-core v0.3.0
7392026-06-02T23:36:14.741Z Downloaded defmt v1.0.1
7402026-06-02T23:36:14.743Z Downloaded lalrpop-util v0.19.12
7412026-06-02T23:36:14.743Z Downloaded darling_core v0.20.11
7422026-06-02T23:36:14.746Z Downloaded cancel-safe-futures v0.1.5
7432026-06-02T23:36:14.749Z Downloaded lazy_static v1.5.0
7442026-06-02T23:36:14.749Z Downloaded futures-executor v0.3.32
7452026-06-02T23:36:14.749Z Downloaded fs_extra v1.3.0
7462026-06-02T23:36:14.753Z Downloaded cookie_store v0.22.1
7472026-06-02T23:36:14.755Z Downloaded argon2 v0.5.3
7482026-06-02T23:36:14.758Z Downloaded cookie v0.18.1
7492026-06-02T23:36:14.758Z Downloaded crossbeam-epoch v0.9.18
7502026-06-02T23:36:14.761Z Downloaded clang-sys v1.8.1
7512026-06-02T23:36:14.765Z Downloaded chacha20 v0.10.0
7522026-06-02T23:36:14.765Z Downloaded is-terminal v0.4.17
7532026-06-02T23:36:14.768Z Downloaded hash32 v0.3.1
7542026-06-02T23:36:14.768Z Downloaded hostname v0.3.1
7552026-06-02T23:36:14.770Z Downloaded glob v0.3.3
7562026-06-02T23:36:14.770Z Downloaded git-stub-vcs v0.1.0
7572026-06-02T23:36:14.770Z Downloaded diesel_derives v2.3.7
7582026-06-02T23:36:14.774Z Downloaded half v1.8.3
7592026-06-02T23:36:14.796Z Downloaded httpdate v1.0.3
7602026-06-02T23:36:14.796Z Downloaded hubpack_derive v0.1.1
7612026-06-02T23:36:14.796Z Downloaded home v0.5.12
7622026-06-02T23:36:14.796Z Downloaded highway v1.3.0
7632026-06-02T23:36:14.796Z Downloaded group v0.13.0
7642026-06-02T23:36:14.796Z Downloaded memoffset v0.9.1
7652026-06-02T23:36:14.796Z Downloaded match_cfg v0.1.0
7662026-06-02T23:36:14.796Z Downloaded const_format v0.2.35
7672026-06-02T23:36:14.796Z Downloaded md-5 v0.10.6
7682026-06-02T23:36:14.797Z Downloaded linked-hash-map v0.5.6
7692026-06-02T23:36:14.797Z Downloaded maplit v1.0.2
7702026-06-02T23:36:14.797Z Downloaded managed v0.8.0
7712026-06-02T23:36:14.797Z Downloaded http-body-util v0.1.3
7722026-06-02T23:36:14.797Z Downloaded hyper-staticfile v0.10.1
7732026-06-02T23:36:14.797Z Downloaded humantime v2.3.0
7742026-06-02T23:36:14.800Z Downloaded indoc v2.0.7
7752026-06-02T23:36:14.800Z Downloaded ipnet v2.11.0
7762026-06-02T23:36:14.800Z Downloaded new_debug_unreachable v1.0.6
7772026-06-02T23:36:14.800Z Downloaded md5 v0.7.0
7782026-06-02T23:36:14.802Z Downloaded newtype-uuid-macros v0.1.0
7792026-06-02T23:36:14.802Z Downloaded kstat-rs v0.2.4
7802026-06-02T23:36:14.802Z Downloaded internet-checksum v0.2.1
7812026-06-02T23:36:14.805Z Downloaded ingot-types v0.1.2
7822026-06-02T23:36:14.805Z Downloaded der v0.7.10
7832026-06-02T23:36:14.808Z Downloaded nibble_vec v0.1.0
7842026-06-02T23:36:14.808Z Downloaded jobserver v0.1.34
7852026-06-02T23:36:14.814Z Downloaded ingot v0.1.1
7862026-06-02T23:36:14.814Z Downloaded impl-trait-for-tuples v0.2.3
7872026-06-02T23:36:14.817Z Downloaded newline-converter v0.3.0
7882026-06-02T23:36:14.817Z Downloaded libloading v0.8.9
7892026-06-02T23:36:14.817Z Downloaded crc-any v2.5.0
7902026-06-02T23:36:14.817Z Downloaded libefi-sys v0.1.0
7912026-06-02T23:36:14.817Z Downloaded num v0.4.3
7922026-06-02T23:36:14.820Z Downloaded newtype_derive v0.1.6
7932026-06-02T23:36:14.820Z Downloaded keccak v0.1.6
7942026-06-02T23:36:14.820Z Downloaded inout v0.1.4
7952026-06-02T23:36:14.820Z Downloaded bzip2 v0.4.4
7962026-06-02T23:36:14.822Z Downloaded futures-channel v0.3.32
7972026-06-02T23:36:14.822Z Downloaded maybe-uninit v2.0.0
7982026-06-02T23:36:14.825Z Downloaded lru-cache v0.1.2
7992026-06-02T23:36:14.825Z Downloaded lru v0.12.5
8002026-06-02T23:36:14.825Z Downloaded multimap v0.10.1
8012026-06-02T23:36:14.828Z Downloaded normalize-line-endings v0.3.0
8022026-06-02T23:36:14.828Z Downloaded nodrop v0.1.14
8032026-06-02T23:36:14.828Z Downloaded instant v0.1.13
8042026-06-02T23:36:14.828Z Downloaded num-derive v0.4.2
8052026-06-02T23:36:14.830Z Downloaded num-derive v0.3.3
8062026-06-02T23:36:14.830Z Downloaded half v2.7.1
8072026-06-02T23:36:14.833Z Downloaded flume v0.11.1
8082026-06-02T23:36:14.835Z Downloaded num-iter v0.1.45
8092026-06-02T23:36:14.835Z Downloaded darling_core v0.13.4
8102026-06-02T23:36:14.838Z Downloaded bytes v1.11.1
8112026-06-02T23:36:14.840Z Downloaded libscf-sys v1.1.0
8122026-06-02T23:36:14.841Z Downloaded num_enum_derive v0.5.11
8132026-06-02T23:36:14.843Z Downloaded num-conv v0.2.0
8142026-06-02T23:36:14.843Z Downloaded illumos-nvpair-sys v0.2.0
8152026-06-02T23:36:14.843Z Downloaded ident_case v1.0.1
8162026-06-02T23:36:14.846Z Downloaded opaque-debug v0.3.1
8172026-06-02T23:36:14.846Z Downloaded num_threads v0.1.7
8182026-06-02T23:36:14.849Z Downloaded lzss v0.8.2
8192026-06-02T23:36:14.851Z Downloaded openssl-probe v0.1.6
8202026-06-02T23:36:14.851Z Downloaded olpc-cjson v0.1.4
8212026-06-02T23:36:14.854Z Downloaded openssl-macros v0.1.1
8222026-06-02T23:36:14.854Z Downloaded elliptic-curve v0.13.8
8232026-06-02T23:36:14.856Z Downloaded oso-derive v0.27.3
8242026-06-02T23:36:14.856Z Downloaded hmac v0.12.1
8252026-06-02T23:36:14.859Z Downloaded getrandom v0.2.17
8262026-06-02T23:36:14.859Z Downloaded nonempty v0.12.0
8272026-06-02T23:36:14.861Z Downloaded derive_more v2.1.1
8282026-06-02T23:36:14.866Z Downloaded mime v0.3.17
8292026-06-02T23:36:14.868Z Downloaded iana-time-zone v0.1.65
8302026-06-02T23:36:14.871Z Downloaded lru-slab v0.1.2
8312026-06-02T23:36:14.871Z Downloaded ipnetwork v0.21.1
8322026-06-02T23:36:14.871Z Downloaded heapless v0.8.0
8332026-06-02T23:36:14.873Z Downloaded flate2 v1.1.9
8342026-06-02T23:36:14.876Z Downloaded parse-size v1.1.0
8352026-06-02T23:36:14.878Z Downloaded globset v0.4.18
8362026-06-02T23:36:14.878Z Downloaded httparse v1.10.1
8372026-06-02T23:36:14.881Z Downloaded darling_core v0.23.0
8382026-06-02T23:36:14.884Z Downloaded nanorand v0.7.0
8392026-06-02T23:36:14.884Z Downloaded compact_str v0.8.1
8402026-06-02T23:36:14.886Z Downloaded native-tls v0.2.18
8412026-06-02T23:36:14.889Z Downloaded chacha20poly1305 v0.10.1
8422026-06-02T23:36:14.889Z Downloaded libsw v3.5.0
8432026-06-02T23:36:14.892Z Downloaded futures v0.3.32
8442026-06-02T23:36:14.894Z Downloaded parse-display v0.10.0
8452026-06-02T23:36:14.894Z Downloaded num-complex v0.4.6
8462026-06-02T23:36:14.897Z Downloaded getrandom v0.3.4
8472026-06-02T23:36:14.897Z Downloaded num-rational v0.4.2
8482026-06-02T23:36:14.899Z Downloaded num_enum v0.5.11
8492026-06-02T23:36:14.902Z Downloaded multer v3.1.0
8502026-06-02T23:36:14.918Z Downloaded phf_shared v0.13.1
8512026-06-02T23:36:14.921Z Downloaded derive_more-impl v2.1.1
8522026-06-02T23:36:14.923Z Downloaded crossbeam-channel v0.5.15
8532026-06-02T23:36:14.927Z Downloaded precomputed-hash v0.1.1
8542026-06-02T23:36:14.927Z Downloaded proc-macro-error-attr2 v2.0.0
8552026-06-02T23:36:14.927Z Downloaded proc-macro-crate v3.4.0
8562026-06-02T23:36:14.930Z Downloaded predicates-tree v1.0.13
8572026-06-02T23:36:14.930Z Downloaded crypto-bigint v0.5.5
8582026-06-02T23:36:14.933Z Downloaded pbkdf2 v0.12.2
8592026-06-02T23:36:14.935Z Downloaded mime_guess v2.0.5
8602026-06-02T23:36:14.935Z Downloaded hyper-rustls v0.27.7
8612026-06-02T23:36:14.938Z Downloaded oxide-tokio-rt v0.1.4
8622026-06-02T23:36:14.938Z Downloaded peg-runtime v0.8.5
8632026-06-02T23:36:14.938Z Downloaded arrayref v0.3.9
8642026-06-02T23:36:14.940Z Downloaded packed_struct v0.10.1
8652026-06-02T23:36:14.940Z Downloaded progenitor-client v0.11.2
8662026-06-02T23:36:14.943Z Downloaded progenitor-client v0.10.0
8672026-06-02T23:36:14.943Z Downloaded oxnet v0.1.4
8682026-06-02T23:36:14.943Z Downloaded owo-colors v4.3.0
8692026-06-02T23:36:14.946Z Downloaded memmap2 v0.9.10
8702026-06-02T23:36:14.946Z Downloaded powerfmt v0.2.0
8712026-06-02T23:36:14.949Z Downloaded parking_lot_core v0.8.6
8722026-06-02T23:36:14.949Z Downloaded packed_struct_codegen v0.10.1
8732026-06-02T23:36:14.949Z Downloaded phf_shared v0.12.1
8742026-06-02T23:36:14.951Z Downloaded path-slash v0.1.5
8752026-06-02T23:36:14.951Z Downloaded openssl-probe v0.2.1
8762026-06-02T23:36:14.951Z Downloaded num_enum_derive v0.7.5
8772026-06-02T23:36:14.954Z Downloaded num_enum v0.7.5
8782026-06-02T23:36:14.957Z Downloaded progenitor-client v0.14.0
8792026-06-02T23:36:14.957Z Downloaded nu-ansi-term v0.50.3
8802026-06-02T23:36:14.959Z Downloaded ingot-macros v0.1.1
8812026-06-02T23:36:14.959Z Downloaded newtype-uuid v1.3.2
8822026-06-02T23:36:14.959Z Downloaded lock_api v0.4.14
8832026-06-02T23:36:14.961Z Downloaded predicates-core v1.0.10
8842026-06-02T23:36:14.961Z Downloaded radium v0.7.0
8852026-06-02T23:36:14.964Z Downloaded progenitor-macro v0.11.2
8862026-06-02T23:36:14.964Z Downloaded pem v3.0.6
8872026-06-02T23:36:14.964Z Downloaded peg-macros v0.8.5
8882026-06-02T23:36:14.966Z Downloaded litrs v1.0.0
8892026-06-02T23:36:14.966Z Downloaded bumpalo v3.20.2
8902026-06-02T23:36:14.969Z Downloaded psl-types v2.0.11
8912026-06-02T23:36:14.969Z Downloaded progenitor-macro v0.14.0
8922026-06-02T23:36:14.972Z Downloaded omicron-zone-package v0.12.2
8932026-06-02T23:36:14.974Z Downloaded libsw-core v0.3.2
8942026-06-02T23:36:14.974Z Downloaded expectorate v1.2.0
8952026-06-02T23:36:14.977Z Downloaded pin-project-internal v1.1.11
8962026-06-02T23:36:14.977Z Downloaded pkcs8 v0.10.2
8972026-06-02T23:36:14.980Z Downloaded pbkdf2 v0.11.0
8982026-06-02T23:36:14.980Z Downloaded phf v0.12.1
8992026-06-02T23:36:14.980Z Downloaded ed25519-dalek v2.2.0
9002026-06-02T23:36:14.983Z Downloaded quick-error v1.2.3
9012026-06-02T23:36:14.983Z Downloaded proc-macro-crate v1.3.1
9022026-06-02T23:36:14.985Z Downloaded pkg-config v0.3.32
9032026-06-02T23:36:14.985Z Downloaded pin-utils v0.1.0
9042026-06-02T23:36:14.988Z Downloaded phf_shared v0.11.3
9052026-06-02T23:36:14.988Z Downloaded peg v0.8.5
9062026-06-02T23:36:14.990Z Downloaded base64 v0.22.1
9072026-06-02T23:36:14.993Z Downloaded arc-swap v1.8.2
9082026-06-02T23:36:14.995Z Downloaded linear-map v1.2.0
9092026-06-02T23:36:14.995Z Downloaded num-integer v0.1.46
9102026-06-02T23:36:14.995Z Downloaded rand_chacha v0.3.1
9112026-06-02T23:36:14.999Z Downloaded phf v0.13.1
9122026-06-02T23:36:14.999Z Downloaded parking_lot v0.11.2
9132026-06-02T23:36:15.002Z Downloaded parking_lot v0.12.5
9142026-06-02T23:36:15.005Z Downloaded predicates v3.1.4
9152026-06-02T23:36:15.005Z Downloaded password-hash v0.4.2
9162026-06-02T23:36:15.007Z Downloaded parking_lot_core v0.9.12
9172026-06-02T23:36:15.010Z Downloaded polyval v0.6.2
9182026-06-02T23:36:15.012Z Downloaded recursive-proc-macro-impl v0.1.1
9192026-06-02T23:36:15.012Z Downloaded recursive v0.1.1
9202026-06-02T23:36:15.012Z Downloaded progenitor-client v0.13.0
9212026-06-02T23:36:15.012Z Downloaded headers v0.4.1
9222026-06-02T23:36:15.015Z Downloaded progenitor-extras v0.2.0
9232026-06-02T23:36:15.018Z Downloaded proc-macro-error2 v2.0.1
9242026-06-02T23:36:15.020Z Downloaded pin-project-lite v0.2.17
9252026-06-02T23:36:15.023Z Downloaded pem-rfc7468 v0.7.0
9262026-06-02T23:36:15.023Z Downloaded ignore v0.4.25
9272026-06-02T23:36:15.026Z Downloaded rustc-hash v2.1.1
9282026-06-02T23:36:15.026Z Downloaded rfc6979 v0.4.0
9292026-06-02T23:36:15.028Z Downloaded progenitor v0.13.0
9302026-06-02T23:36:15.028Z Downloaded libbz2-rs-sys v0.2.2
9312026-06-02T23:36:15.031Z Downloaded heapless v0.7.17
9322026-06-02T23:36:15.034Z Downloaded poly1305 v0.8.0
9332026-06-02T23:36:15.034Z Downloaded password-hash v0.5.0
9342026-06-02T23:36:15.038Z Downloaded ref-cast-impl v1.0.25
9352026-06-02T23:36:15.038Z Downloaded hickory-resolver v0.25.2
9362026-06-02T23:36:15.041Z Downloaded psm v0.1.30
9372026-06-02T23:36:15.041Z Downloaded postcard v1.1.3
9382026-06-02T23:36:15.041Z Downloaded russh-cryptovec v0.7.3
9392026-06-02T23:36:15.044Z Downloaded ppv-lite86 v0.2.21
9402026-06-02T23:36:15.044Z Downloaded rustc_version v0.4.1
9412026-06-02T23:36:15.044Z Downloaded paste v1.0.15
9422026-06-02T23:36:15.047Z Downloaded indexmap v1.9.3
9432026-06-02T23:36:15.056Z Downloaded papergrid v0.17.0
9442026-06-02T23:36:15.060Z Downloaded parse-display-derive v0.10.0
9452026-06-02T23:36:15.060Z Downloaded rand_core v0.9.5
9462026-06-02T23:36:15.060Z Downloaded r2d2 v0.8.10
9472026-06-02T23:36:15.060Z Downloaded oso v0.27.3
9482026-06-02T23:36:15.060Z Downloaded progenitor-macro v0.13.0
9492026-06-02T23:36:15.060Z Downloaded progenitor v0.14.0
9502026-06-02T23:36:15.060Z Downloaded rustc_version v0.1.7
9512026-06-02T23:36:15.063Z Downloaded crossterm v0.29.0
9522026-06-02T23:36:15.065Z Downloaded rand_xorshift v0.4.0
9532026-06-02T23:36:15.065Z Downloaded miniz_oxide v0.8.9
9542026-06-02T23:36:15.068Z Downloaded hickory-server v0.25.2
9552026-06-02T23:36:15.070Z Downloaded async-compression v0.4.41
9562026-06-02T23:36:15.073Z Downloaded rand_seeder v0.4.0
9572026-06-02T23:36:15.075Z Downloaded pkcs1 v0.7.5
9582026-06-02T23:36:15.075Z Downloaded rand_chacha v0.9.0
9592026-06-02T23:36:15.078Z Downloaded progenitor v0.11.2
9602026-06-02T23:36:15.078Z Downloaded indicatif v0.18.4
9612026-06-02T23:36:15.080Z Downloaded salsa20 v0.10.2
9622026-06-02T23:36:15.080Z Downloaded hickory-resolver v0.24.4
9632026-06-02T23:36:15.083Z Downloaded secrecy v0.10.3
9642026-06-02T23:36:15.086Z Downloaded aes v0.8.4
9652026-06-02T23:36:15.086Z Downloaded rand_core v0.10.0
9662026-06-02T23:36:15.088Z Downloaded secrecy v0.8.0
9672026-06-02T23:36:15.091Z Downloaded rtoolbox v0.0.3
9682026-06-02T23:36:15.093Z Downloaded ref-cast v1.0.25
9692026-06-02T23:36:15.093Z Downloaded pin-project v1.1.11
9702026-06-02T23:36:15.099Z Downloaded seq-macro v0.3.6
9712026-06-02T23:36:15.102Z Downloaded primeorder v0.13.6
9722026-06-02T23:36:15.105Z Downloaded scheduled-thread-pool v0.2.7
9732026-06-02T23:36:15.107Z Downloaded openssl-sys v0.9.115
9742026-06-02T23:36:15.110Z Downloaded rand_core v0.6.4
9752026-06-02T23:36:15.110Z Downloaded dropshot-api-manager v0.7.2
9762026-06-02T23:36:15.113Z Downloaded p256 v0.13.2
9772026-06-02T23:36:15.116Z Downloaded minimal-lexical v0.2.1
9782026-06-02T23:36:15.118Z Downloaded serde-big-array v0.5.1
9792026-06-02T23:36:15.121Z Downloaded sapling-renderdag v0.1.0
9802026-06-02T23:36:15.121Z Downloaded same-file v1.0.6
9812026-06-02T23:36:15.121Z Downloaded jiff-static v0.2.21
9822026-06-02T23:36:15.123Z Downloaded scrypt v0.11.0
9832026-06-02T23:36:15.124Z Downloaded crossterm v0.28.1
9842026-06-02T23:36:15.127Z Downloaded serde_repr v0.1.20
9852026-06-02T23:36:15.129Z Downloaded semver v0.1.20
9862026-06-02T23:36:15.129Z Downloaded serde_bytes v0.11.19
9872026-06-02T23:36:15.133Z Downloaded shell-words v1.1.1
9882026-06-02T23:36:15.139Z Downloaded sha1 v0.10.6
9892026-06-02T23:36:15.139Z Downloaded progenitor-impl v0.13.0
9902026-06-02T23:36:15.141Z Downloaded serde_urlencoded v0.7.1
9912026-06-02T23:36:15.141Z Downloaded rustversion v1.0.22
9922026-06-02T23:36:15.142Z Downloaded rusty-fork v0.3.1
9932026-06-02T23:36:15.142Z Downloaded quinn-udp v0.5.14
9942026-06-02T23:36:15.142Z Downloaded hashbrown v0.12.3
9952026-06-02T23:36:15.145Z Downloaded scroll_derive v0.13.1
9962026-06-02T23:36:15.145Z Downloaded progenitor-impl v0.11.2
9972026-06-02T23:36:15.147Z Downloaded postgres-types v0.2.12
9982026-06-02T23:36:15.147Z Downloaded prefix-trie v0.7.0
9992026-06-02T23:36:15.150Z Downloaded serde_plain v1.0.2
10002026-06-02T23:36:15.155Z Downloaded signature v2.2.0
10012026-06-02T23:36:15.158Z Downloaded signal-hook-tokio v0.3.1
10022026-06-02T23:36:15.160Z Downloaded scopeguard v1.2.0
10032026-06-02T23:36:15.160Z Downloaded signal-hook-mio v0.2.5
10042026-06-02T23:36:15.160Z Downloaded rustls-native-certs v0.8.3
10052026-06-02T23:36:15.163Z Downloaded scroll v0.13.0
10062026-06-02T23:36:15.166Z Downloaded postgres-protocol v0.6.10
10072026-06-02T23:36:15.173Z Downloaded sec1 v0.7.3
10082026-06-02T23:36:15.177Z Downloaded siphasher v1.0.2
10092026-06-02T23:36:15.177Z Downloaded sigpipe v0.1.3
10102026-06-02T23:36:15.177Z Downloaded slog-bunyan v2.5.0
10112026-06-02T23:36:15.179Z Downloaded resolv-conf v0.7.6
10122026-06-02T23:36:15.190Z Downloaded rustls-pemfile v1.0.4
10132026-06-02T23:36:15.194Z Downloaded slog-envlogger v2.2.0
10142026-06-02T23:36:15.197Z Downloaded rustls-pemfile v2.2.0
10152026-06-02T23:36:15.204Z Downloaded ssh-cipher v0.2.0
10162026-06-02T23:36:15.207Z Downloaded serde-hex v0.1.0
10172026-06-02T23:36:15.210Z Downloaded serde_spanned v1.0.4
10182026-06-02T23:36:15.210Z Downloaded serde_derive_internals v0.29.1
10192026-06-02T23:36:15.213Z Downloaded sct v0.7.1
10202026-06-02T23:36:15.213Z Downloaded serde_path_to_error v0.1.20
10212026-06-02T23:36:15.218Z Downloaded pkcs5 v0.7.1
10222026-06-02T23:36:15.218Z Downloaded sqlparser_derive v0.5.0
10232026-06-02T23:36:15.218Z Downloaded aes-gcm v0.10.3
10242026-06-02T23:36:15.220Z Downloaded hashbrown v0.13.2
10252026-06-02T23:36:15.223Z Downloaded schemars_derive v0.8.22
10262026-06-02T23:36:15.223Z Downloaded strsim v0.10.0
10272026-06-02T23:36:15.223Z Downloaded ssh-encoding v0.2.0
10282026-06-02T23:36:15.226Z Downloaded prettyplease v0.2.37
10292026-06-02T23:36:15.229Z Downloaded russh-keys v0.45.0
10302026-06-02T23:36:15.234Z Downloaded simd-adler32 v0.3.8
10312026-06-02T23:36:15.236Z Downloaded structmeta-derive v0.3.0
10322026-06-02T23:36:15.236Z Downloaded signal-hook-registry v1.4.8
10332026-06-02T23:36:15.239Z Downloaded strip-ansi-escapes v0.2.1
10342026-06-02T23:36:15.242Z Downloaded subtle v2.6.1
10352026-06-02T23:36:15.242Z Downloaded strum v0.27.2
10362026-06-02T23:36:15.242Z Downloaded hyper-util v0.1.20
10372026-06-02T23:36:15.245Z Downloaded slog-dtrace v0.3.0
10382026-06-02T23:36:15.248Z Downloaded shlex v1.3.0
10392026-06-02T23:36:15.248Z Downloaded serde_with_macros v1.5.2
10402026-06-02T23:36:15.251Z Downloaded strum v0.26.3
10412026-06-02T23:36:15.251Z Downloaded structmeta v0.3.0
10422026-06-02T23:36:15.251Z Downloaded sync_wrapper v1.0.2
10432026-06-02T23:36:15.251Z Downloaded supports-color v3.0.2
10442026-06-02T23:36:15.251Z Downloaded tabwriter v1.4.1
10452026-06-02T23:36:15.254Z Downloaded tap v1.0.1
10462026-06-02T23:36:15.257Z Downloaded nom v7.1.3
10472026-06-02T23:36:15.260Z Downloaded take_mut v0.2.2
10482026-06-02T23:36:15.260Z Downloaded snafu-derive v0.8.9
10492026-06-02T23:36:15.262Z Downloaded rustls-platform-verifier v0.6.2
10502026-06-02T23:36:15.262Z Downloaded smf v0.2.3
10512026-06-02T23:36:15.265Z Downloaded slog-json v2.6.1
10522026-06-02T23:36:15.265Z Downloaded slog-stdlog v4.1.1
10532026-06-02T23:36:15.268Z Downloaded testing_table v0.3.0
10542026-06-02T23:36:15.268Z Downloaded tabled_derive v0.11.0
10552026-06-02T23:36:15.268Z Downloaded slog-scope v4.4.1
10562026-06-02T23:36:15.270Z Downloaded slab v0.4.12
10572026-06-02T23:36:15.270Z Downloaded ron v0.8.1
10582026-06-02T23:36:15.273Z Downloaded spki v0.7.3
10592026-06-02T23:36:15.275Z Downloaded smallvec v0.6.14
10602026-06-02T23:36:15.276Z Downloaded slog-term v2.9.2
10612026-06-02T23:36:15.278Z Downloaded progenitor-impl v0.14.0
10622026-06-02T23:36:15.278Z Downloaded serde_with_macros v3.17.0
10632026-06-02T23:36:15.282Z Downloaded serde_cbor v0.11.2
10642026-06-02T23:36:15.282Z Downloaded static_assertions v1.1.0
10652026-06-02T23:36:15.285Z Downloaded itertools v0.10.5
10662026-06-02T23:36:15.285Z Downloaded time-core v0.1.8
10672026-06-02T23:36:15.288Z Downloaded thiserror-impl-no-std v2.0.2
10682026-06-02T23:36:15.288Z Downloaded bitvec v1.0.1
10692026-06-02T23:36:15.296Z Downloaded tinyvec_macros v0.1.1
10702026-06-02T23:36:15.298Z Downloaded thread-id v5.1.0
10712026-06-02T23:36:15.298Z Downloaded stacker v0.1.23
10722026-06-02T23:36:15.300Z Downloaded rcgen v0.12.1
10732026-06-02T23:36:15.301Z Downloaded schemars v0.8.22
10742026-06-02T23:36:15.307Z Downloaded stringprep v0.1.5
10752026-06-02T23:36:15.309Z Downloaded futures-util v0.3.32
10762026-06-02T23:36:15.321Z Downloaded tokio-macros v2.7.0
10772026-06-02T23:36:15.327Z Downloaded support-bundle-viewer v0.1.2
10782026-06-02T23:36:15.327Z Downloaded strum_macros v0.24.3
10792026-06-02T23:36:15.327Z Downloaded rustls-pki-types v1.14.0
10802026-06-02T23:36:15.327Z Downloaded slog-async v2.8.0
10812026-06-02T23:36:15.327Z Downloaded http v1.4.0
10822026-06-02T23:36:15.327Z Downloaded pretty_assertions v1.4.1
10832026-06-02T23:36:15.327Z Downloaded rayon-core v1.13.0
10842026-06-02T23:36:15.330Z Downloaded publicsuffix v2.3.0
10852026-06-02T23:36:15.331Z Downloaded libxml v0.3.3
10862026-06-02T23:36:15.334Z Downloaded mio v1.2.0
10872026-06-02T23:36:15.338Z Downloaded rand v0.8.6
10882026-06-02T23:36:15.338Z Downloaded quinn v0.11.9
10892026-06-02T23:36:15.340Z Downloaded qorb v0.4.1
10902026-06-02T23:36:15.343Z Downloaded tower-service v0.3.3
10912026-06-02T23:36:15.343Z Downloaded topological-sort v0.2.2
10922026-06-02T23:36:15.348Z Downloaded termios v0.3.3
10932026-06-02T23:36:15.348Z Downloaded thiserror-no-std v2.0.2
10942026-06-02T23:36:15.351Z Downloaded tls_codec v0.4.2
10952026-06-02T23:36:15.351Z Downloaded tower-layer v0.3.3
10962026-06-02T23:36:15.351Z Downloaded spin v0.9.8
10972026-06-02T23:36:15.351Z Downloaded h2 v0.4.13
10982026-06-02T23:36:15.354Z Downloaded serde_yaml v0.9.34+deprecated
10992026-06-02T23:36:15.362Z Downloaded tiny-keccak v2.0.2
11002026-06-02T23:36:15.362Z Downloaded schemars v0.9.0
11012026-06-02T23:36:15.365Z Downloaded try-lock v0.2.5
11022026-06-02T23:36:15.368Z Downloaded trait-variant v0.1.2
11032026-06-02T23:36:15.368Z Downloaded unarray v0.1.4
11042026-06-02T23:36:15.368Z Downloaded similar v2.7.0
11052026-06-02T23:36:15.374Z Downloaded thread_local v1.1.9
11062026-06-02T23:36:15.374Z Downloaded tls_codec_derive v0.4.2
11072026-06-02T23:36:15.377Z Downloaded strum_macros v0.27.2
11082026-06-02T23:36:15.377Z Downloaded slog v2.8.2
11092026-06-02T23:36:15.377Z Downloaded typify-macro v0.6.2
11102026-06-02T23:36:15.377Z Downloaded typify-macro v0.4.3
11112026-06-02T23:36:15.381Z Downloaded strum_macros v0.26.4
11122026-06-02T23:36:15.381Z Downloaded tokio-dtrace v0.1.1
11132026-06-02T23:36:15.381Z Downloaded signal-hook v0.3.18
11142026-06-02T23:36:15.386Z Downloaded term v0.7.0
11152026-06-02T23:36:15.386Z Downloaded aho-corasick v1.1.4
11162026-06-02T23:36:15.389Z Downloaded tokio-rustls v0.25.0
11172026-06-02T23:36:15.389Z Downloaded hashbrown v0.15.5
11182026-06-02T23:36:15.392Z Downloaded ryu v1.0.23
11192026-06-02T23:36:15.396Z Downloaded tokio-tungstenite v0.21.0
11202026-06-02T23:36:15.396Z Downloaded tokio-native-tls v0.3.1
11212026-06-02T23:36:15.396Z Downloaded itertools v0.12.1
11222026-06-02T23:36:15.400Z Downloaded untrusted v0.9.0
11232026-06-02T23:36:15.402Z Downloaded unicode-truncate v1.1.0
11242026-06-02T23:36:15.402Z Downloaded term v1.2.1
11252026-06-02T23:36:15.405Z Downloaded untrusted v0.7.1
11262026-06-02T23:36:15.405Z Downloaded termtree v0.5.1
11272026-06-02T23:36:15.407Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11282026-06-02T23:36:15.407Z Downloaded tokio-tungstenite v0.23.1
11292026-06-02T23:36:15.410Z Downloaded socket2 v0.5.10
11302026-06-02T23:36:15.410Z Downloaded unit-prefix v0.5.2
11312026-06-02T23:36:15.410Z Downloaded itertools v0.13.0
11322026-06-02T23:36:15.415Z Downloaded utf-8 v0.7.6
11332026-06-02T23:36:15.417Z Downloaded usdt-attr-macro v0.6.0
11342026-06-02T23:36:15.417Z Downloaded usdt-macro v0.6.0
11352026-06-02T23:36:15.417Z Downloaded usdt v0.6.0
11362026-06-02T23:36:15.417Z Downloaded universal-hash v0.5.1
11372026-06-02T23:36:15.417Z Downloaded sync-ptr v0.1.4
11382026-06-02T23:36:15.420Z Downloaded sqlformat v0.3.5
11392026-06-02T23:36:15.420Z Downloaded iri-string v0.7.10
11402026-06-02T23:36:15.423Z Downloaded waitgroup v0.1.2
11412026-06-02T23:36:15.426Z Downloaded void v1.0.2
11422026-06-02T23:36:15.426Z Downloaded time-macros v0.2.27
11432026-06-02T23:36:15.429Z Downloaded itertools v0.14.0
11442026-06-02T23:36:15.432Z Downloaded toml_writer v1.0.6+spec-1.1.0
11452026-06-02T23:36:15.432Z Downloaded wait-timeout v0.2.1
11462026-06-02T23:36:15.434Z Downloaded samael v0.0.19
11472026-06-02T23:36:15.437Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11482026-06-02T23:36:15.437Z Downloaded string_cache v0.8.9
11492026-06-02T23:36:15.440Z Downloaded num-bigint v0.4.6
11502026-06-02T23:36:15.443Z Downloaded want v0.3.1
11512026-06-02T23:36:15.443Z Downloaded hashbrown v0.16.1
11522026-06-02T23:36:15.446Z Downloaded subprocess v0.2.15
11532026-06-02T23:36:15.446Z Downloaded num-bigint-dig v0.8.6
11542026-06-02T23:36:15.451Z Downloaded xshell-macros v0.2.7
11552026-06-02T23:36:15.453Z Downloaded rand v0.9.2
11562026-06-02T23:36:15.456Z Downloaded xattr v1.6.1
11572026-06-02T23:36:15.459Z Downloaded tokio-rustls v0.24.1
11582026-06-02T23:36:15.459Z Downloaded tagptr v0.2.0
11592026-06-02T23:36:15.464Z Downloaded tokio-rustls v0.26.4
11602026-06-02T23:36:15.467Z Downloaded zeroize_derive v1.4.3
11612026-06-02T23:36:15.472Z Downloaded zone v0.3.1
11622026-06-02T23:36:15.474Z Downloaded rsa v0.9.10
11632026-06-02T23:36:15.480Z Downloaded socket2 v0.6.3
11642026-06-02T23:36:15.483Z Downloaded uzers v0.12.2
11652026-06-02T23:36:15.483Z Downloaded usdt-impl v0.6.0
11662026-06-02T23:36:15.486Z Downloaded toml_parser v1.0.9+spec-1.1.0
11672026-06-02T23:36:15.486Z Downloaded vergen-git2 v9.1.0
11682026-06-02T23:36:15.489Z Downloaded vergen-lib v9.1.0
11692026-06-02T23:36:15.492Z Downloaded vergen-gitcl v1.0.8
11702026-06-02T23:36:15.495Z Downloaded libm v0.2.16
11712026-06-02T23:36:15.500Z Downloaded tui-tree-widget v0.23.1
11722026-06-02T23:36:15.503Z Downloaded test-strategy v0.4.5
11732026-06-02T23:36:15.507Z Downloaded vergen-lib v0.1.6
11742026-06-02T23:36:15.507Z Downloaded hyper v1.8.1
11752026-06-02T23:36:15.510Z Downloaded twox-hash v2.1.2
11762026-06-02T23:36:15.515Z Downloaded whoami v2.1.0
11772026-06-02T23:36:15.517Z Downloaded walkdir v2.5.0
11782026-06-02T23:36:15.521Z Downloaded blake3 v1.8.3
11792026-06-02T23:36:15.524Z Downloaded wyz v0.5.1
11802026-06-02T23:36:15.524Z Downloaded unicode-properties v0.1.4
11812026-06-02T23:36:15.528Z Downloaded tar v0.4.45
11822026-06-02T23:36:15.531Z Downloaded snafu v0.8.9
11832026-06-02T23:36:15.539Z Downloaded xshell v0.2.7
11842026-06-02T23:36:15.541Z Downloaded zeroize v1.8.2
11852026-06-02T23:36:15.544Z Downloaded hkdf v0.12.4
11862026-06-02T23:36:15.547Z Downloaded zone_cfg_derive v0.3.1
11872026-06-02T23:36:15.549Z Downloaded zstd v0.13.3
11882026-06-02T23:36:15.551Z Downloaded schemars v1.2.1
11892026-06-02T23:36:15.558Z Downloaded zstd-safe v7.2.4
11902026-06-02T23:36:15.561Z Downloaded vsss-rs v3.3.4
11912026-06-02T23:36:15.561Z Downloaded whoami v1.6.1
11922026-06-02T23:36:15.563Z Downloaded vergen v9.1.0
11932026-06-02T23:36:15.563Z Downloaded rustls-webpki v0.103.9
11942026-06-02T23:36:15.566Z Downloaded aws-lc-rs v1.16.3
11952026-06-02T23:36:15.570Z Downloaded tracing-attributes v0.1.31
11962026-06-02T23:36:15.573Z Downloaded unicode-bidi v0.3.18
11972026-06-02T23:36:15.575Z Downloaded unicase v2.9.0
11982026-06-02T23:36:15.575Z Downloaded typify v0.4.3
11992026-06-02T23:36:15.578Z Downloaded tracing-core v0.1.36
12002026-06-02T23:36:15.580Z Downloaded typify v0.6.2
12012026-06-02T23:36:15.580Z Downloaded toml v0.7.8
12022026-06-02T23:36:15.583Z Downloaded tinyvec v1.10.0
12032026-06-02T23:36:15.585Z Downloaded tungstenite v0.23.0
12042026-06-02T23:36:15.585Z Downloaded tungstenite v0.21.0
12052026-06-02T23:36:15.588Z Downloaded russh v0.45.0
12062026-06-02T23:36:15.590Z Downloaded unsafe-libyaml v0.2.11
12072026-06-02T23:36:15.593Z Downloaded tokio-stream v0.1.18
12082026-06-02T23:36:15.595Z Downloaded rand v0.10.0
12092026-06-02T23:36:15.598Z Downloaded yasna v0.5.2
12102026-06-02T23:36:15.600Z Downloaded toml_edit v0.23.10+spec-1.0.0
12112026-06-02T23:36:15.603Z Downloaded toml v1.0.6+spec-1.1.0
12122026-06-02T23:36:15.603Z Downloaded rpassword v7.4.0
12132026-06-02T23:36:15.606Z Downloaded p521 v0.13.3
12142026-06-02T23:36:15.615Z Downloaded rustyline v14.0.0
12152026-06-02T23:36:15.618Z Downloaded vte v0.14.1
12162026-06-02T23:36:15.620Z Downloaded steno v0.4.1
12172026-06-02T23:36:15.623Z Downloaded serde_with v1.14.0
12182026-06-02T23:36:15.641Z Downloaded uuid v1.23.0
12192026-06-02T23:36:15.644Z Downloaded zerocopy v0.6.6
12202026-06-02T23:36:15.648Z Downloaded toml_edit v0.19.15
12212026-06-02T23:36:15.657Z Downloaded zopfli v0.8.3
12222026-06-02T23:36:15.659Z Downloaded ssh-key v0.6.7
12232026-06-02T23:36:15.662Z Downloaded reedline v0.40.0
12242026-06-02T23:36:15.666Z Downloaded reqwest v0.12.28
12252026-06-02T23:36:15.669Z Downloaded iddqd v0.4.2
12262026-06-02T23:36:15.674Z Downloaded zip v0.6.6
12272026-06-02T23:36:15.677Z Downloaded tokio-postgres v0.7.16
12282026-06-02T23:36:15.680Z Downloaded git2 v0.20.4
12292026-06-02T23:36:15.685Z Downloaded unicode_categories v0.1.1
12302026-06-02T23:36:15.687Z Downloaded chrono v0.4.44
12312026-06-02T23:36:15.690Z Downloaded bindgen v0.71.1
12322026-06-02T23:36:15.697Z Downloaded rayon v1.11.0
12332026-06-02T23:36:15.704Z Downloaded typed-path v0.9.3
12342026-06-02T23:36:15.709Z Downloaded regex v1.12.3
12352026-06-02T23:36:15.712Z Downloaded reqwest v0.13.2
12362026-06-02T23:36:15.716Z Downloaded portable-atomic v1.13.1
12372026-06-02T23:36:15.720Z Downloaded p384 v0.13.1
12382026-06-02T23:36:15.731Z Downloaded tower v0.5.3
12392026-06-02T23:36:15.735Z Downloaded goblin v0.10.5
12402026-06-02T23:36:15.740Z Downloaded salty v0.3.0
12412026-06-02T23:36:15.744Z Downloaded lalrpop v0.19.12
12422026-06-02T23:36:15.750Z Downloaded x509-cert v0.2.5
12432026-06-02T23:36:15.753Z Downloaded rustls-webpki v0.101.7
12442026-06-02T23:36:15.765Z Downloaded yansi v1.0.1
12452026-06-02T23:36:15.768Z Downloaded quick-xml v0.37.5
12462026-06-02T23:36:15.768Z Downloaded curve25519-dalek v4.1.3
12472026-06-02T23:36:15.771Z Downloaded unicode-segmentation v1.12.0
12482026-06-02T23:36:15.774Z Downloaded zerocopy-derive v0.8.40
12492026-06-02T23:36:15.781Z Downloaded unicode-normalization v0.1.25
12502026-06-02T23:36:15.786Z Downloaded tokio-util v0.7.18
12512026-06-02T23:36:15.792Z Downloaded serde_with v3.17.0
12522026-06-02T23:36:15.794Z Downloaded proptest v1.10.0
12532026-06-02T23:36:15.802Z Downloaded object v0.30.4
12542026-06-02T23:36:15.818Z Downloaded petname v2.0.2
12552026-06-02T23:36:15.821Z Downloaded zip v4.6.1
12562026-06-02T23:36:15.825Z Downloaded moka v0.12.13
12572026-06-02T23:36:15.829Z Downloaded rustls-webpki v0.102.8
12582026-06-02T23:36:15.839Z Downloaded tower-http v0.6.8
12592026-06-02T23:36:15.844Z Downloaded tough v0.22.0
12602026-06-02T23:36:15.858Z Downloaded quinn-proto v0.11.13
12612026-06-02T23:36:15.862Z Downloaded winnow v0.6.26
12622026-06-02T23:36:15.867Z Downloaded radix_trie v0.2.1
12632026-06-02T23:36:15.878Z Downloaded winnow v0.5.40
12642026-06-02T23:36:15.883Z Downloaded nix v0.27.1
12652026-06-02T23:36:15.887Z Downloaded dropshot v0.17.0
12662026-06-02T23:36:15.901Z Downloaded openssl v0.10.79
12672026-06-02T23:36:15.915Z Downloaded bstr v1.12.1
12682026-06-02T23:36:15.921Z Downloaded time v0.3.47
12692026-06-02T23:36:15.929Z Downloaded tabled v0.20.0
12702026-06-02T23:36:15.940Z Downloaded vcpkg v0.2.15
12712026-06-02T23:36:15.964Z Downloaded rustls v0.21.12
12722026-06-02T23:36:15.969Z Downloaded hickory-proto v0.24.4
12732026-06-02T23:36:15.979Z Downloaded zerocopy v0.8.40
12742026-06-02T23:36:15.985Z Downloaded object v0.37.3
12752026-06-02T23:36:15.992Z Downloaded smoltcp v0.9.1
12762026-06-02T23:36:15.998Z Downloaded zlib-rs v0.6.2
12772026-06-02T23:36:16.001Z Downloaded regex-syntax v0.6.29
12782026-06-02T23:36:16.006Z Downloaded diesel v2.3.7
12792026-06-02T23:36:16.019Z Downloaded webpki-roots v1.0.6
12802026-06-02T23:36:16.022Z Downloaded openapiv3 v2.2.0
12812026-06-02T23:36:16.031Z Downloaded nix v0.31.2
12822026-06-02T23:36:16.037Z Downloaded polar-core v0.27.3
12832026-06-02T23:36:16.042Z Downloaded smoltcp v0.11.0
12842026-06-02T23:36:16.049Z Downloaded rustls v0.22.4
12852026-06-02T23:36:16.056Z Downloaded regress v0.10.5
12862026-06-02T23:36:16.062Z Downloaded sqlparser v0.61.0
12872026-06-02T23:36:16.068Z Downloaded regress v0.11.1
12882026-06-02T23:36:16.075Z Downloaded rustls v0.23.37
12892026-06-02T23:36:16.079Z Downloaded rustix v0.38.44
12902026-06-02T23:36:16.092Z Downloaded regex-syntax v0.8.10
12912026-06-02T23:36:16.096Z Downloaded hickory-proto v0.25.2
12922026-06-02T23:36:16.105Z Downloaded nix v0.28.0
12932026-06-02T23:36:16.128Z Downloaded zerocopy-derive v0.6.6
12942026-06-02T23:36:16.162Z Downloaded sled v0.34.7
12952026-06-02T23:36:16.169Z Downloaded typify-impl v0.6.2
12962026-06-02T23:36:16.176Z Downloaded tracing v0.1.44
12972026-06-02T23:36:16.190Z Downloaded typify-impl v0.4.3
12982026-06-02T23:36:16.198Z Downloaded ratatui v0.29.0
12992026-06-02T23:36:16.208Z Downloaded bzip2-sys v0.1.13+1.0.8
13002026-06-02T23:36:16.222Z Downloaded regex-automata v0.4.14
13012026-06-02T23:36:16.227Z Downloaded petgraph v0.8.3
13022026-06-02T23:36:16.240Z Downloaded libz-sys v1.1.24
13032026-06-02T23:36:16.253Z Downloaded csv v1.4.0
13042026-06-02T23:36:16.265Z Downloaded jiff v0.2.21
13052026-06-02T23:36:16.276Z Downloaded petgraph v0.6.5
13062026-06-02T23:36:16.287Z Downloaded chrono-tz v0.10.4
13072026-06-02T23:36:16.298Z Downloaded sha3 v0.10.8
13082026-06-02T23:36:16.302Z Downloaded tokio v1.52.1
13092026-06-02T23:36:16.323Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13102026-06-02T23:36:16.378Z Downloaded encoding_rs v0.8.35
13112026-06-02T23:36:16.419Z Downloaded ring v0.17.14
13122026-06-02T23:36:16.444Z Downloaded libgit2-sys v0.18.3+1.9.2
13132026-06-02T23:36:16.899Z Downloaded aws-lc-sys v0.40.0
13142026-06-02T23:36:17.148Z Compiling libc v0.2.185
13152026-06-02T23:36:17.148Z Compiling serde v1.0.228
13162026-06-02T23:36:17.153Z Compiling log v0.4.29
13172026-06-02T23:36:17.153Z Compiling find-msvc-tools v0.1.9
13182026-06-02T23:36:17.287Z Compiling shlex v1.3.0
13192026-06-02T23:36:17.287Z Compiling smallvec v1.15.1
13202026-06-02T23:36:17.287Z Compiling syn v2.0.117
13212026-06-02T23:36:17.287Z Compiling typenum v1.19.0
13222026-06-02T23:36:17.511Z Compiling generic-array v0.14.7
13232026-06-02T23:36:17.511Z Compiling subtle v2.6.1
13242026-06-02T23:36:17.602Z Compiling scopeguard v1.2.0
13252026-06-02T23:36:17.688Z Compiling lock_api v0.4.14
13262026-06-02T23:36:17.703Z Compiling const-oid v0.9.6
13272026-06-02T23:36:17.738Z Compiling serde_json v1.0.149
13282026-06-02T23:36:17.751Z Compiling zerocopy v0.8.40
13292026-06-02T23:36:17.774Z Compiling portable-atomic v1.13.1
13302026-06-02T23:36:17.914Z Compiling pin-project-lite v0.2.17
13312026-06-02T23:36:18.013Z Compiling parking_lot_core v0.9.12
13322026-06-02T23:36:18.164Z Compiling getrandom v0.2.17
13332026-06-02T23:36:18.208Z Compiling jobserver v0.1.34
13342026-06-02T23:36:18.247Z Compiling errno v0.3.14
13352026-06-02T23:36:18.307Z Compiling rand_core v0.6.4
13362026-06-02T23:36:18.401Z Compiling pkg-config v0.3.32
13372026-06-02T23:36:18.434Z Compiling cc v1.2.56
13382026-06-02T23:36:18.588Z Compiling signal-hook-registry v1.4.8
13392026-06-02T23:36:18.602Z Compiling bitflags v2.11.0
13402026-06-02T23:36:18.701Z Compiling libm v0.2.16
13412026-06-02T23:36:18.836Z Compiling critical-section v1.2.0
13422026-06-02T23:36:18.866Z Compiling futures-core v0.3.32
13432026-06-02T23:36:18.946Z Compiling once_cell v1.21.3
13442026-06-02T23:36:18.962Z Compiling parking_lot v0.12.5
13452026-06-02T23:36:18.987Z Compiling mio v1.2.0
13462026-06-02T23:36:19.027Z Compiling num-traits v0.2.19
13472026-06-02T23:36:19.108Z Compiling percent-encoding v2.3.2
13482026-06-02T23:36:19.183Z Compiling socket2 v0.6.3
13492026-06-02T23:36:19.304Z Compiling futures-sink v0.3.32
13502026-06-02T23:36:19.360Z Compiling cpufeatures v0.2.17
13512026-06-02T23:36:19.394Z Compiling futures-channel v0.3.32
13522026-06-02T23:36:19.409Z Compiling slab v0.4.12
13532026-06-02T23:36:19.433Z Compiling getrandom v0.4.1
13542026-06-02T23:36:19.483Z Compiling futures-io v0.3.32
13552026-06-02T23:36:19.584Z Compiling futures-task v0.3.32
13562026-06-02T23:36:19.599Z Compiling rand_core v0.10.0
13572026-06-02T23:36:19.622Z Compiling indexmap v2.14.0
13582026-06-02T23:36:19.636Z Compiling rustversion v1.0.22
13592026-06-02T23:36:19.756Z Compiling getrandom v0.3.4
13602026-06-02T23:36:19.756Z Compiling form_urlencoded v1.2.2
13612026-06-02T23:36:20.023Z Compiling cmake v0.1.57
13622026-06-02T23:36:20.040Z Compiling dunce v1.0.5
13632026-06-02T23:36:20.061Z Compiling fs_extra v1.3.0
13642026-06-02T23:36:20.209Z Compiling ident_case v1.0.1
13652026-06-02T23:36:20.278Z Compiling synstructure v0.13.2
13662026-06-02T23:36:20.332Z Compiling base64ct v1.8.3
13672026-06-02T23:36:20.346Z Compiling rustix v1.1.3
13682026-06-02T23:36:20.440Z Compiling aws-lc-sys v0.40.0
13692026-06-02T23:36:20.586Z Compiling pem-rfc7468 v0.7.0
13702026-06-02T23:36:20.629Z Compiling flagset v0.4.7
13712026-06-02T23:36:20.702Z Compiling iana-time-zone v0.1.65
13722026-06-02T23:36:20.725Z Compiling regex-syntax v0.8.10
13732026-06-02T23:36:20.760Z Compiling rand_core v0.9.5
13742026-06-02T23:36:20.894Z Compiling ring v0.17.14
13752026-06-02T23:36:20.908Z Compiling vcpkg v0.2.15
13762026-06-02T23:36:20.908Z Compiling aws-lc-rs v1.16.3
13772026-06-02T23:36:21.044Z Compiling uuid v1.23.0
13782026-06-02T23:36:21.196Z Compiling rustc_version v0.4.1
13792026-06-02T23:36:21.528Z Compiling tracing-core v0.1.36
13802026-06-02T23:36:21.660Z Compiling openssl-sys v0.9.115
13812026-06-02T23:36:21.748Z Compiling base64 v0.22.1
13822026-06-02T23:36:21.972Z Compiling serde_derive v1.0.228
13832026-06-02T23:36:22.065Z Compiling zeroize_derive v1.4.3
13842026-06-02T23:36:22.079Z Compiling zerofrom-derive v0.1.6
13852026-06-02T23:36:22.107Z Compiling yoke-derive v0.8.1
13862026-06-02T23:36:22.174Z Compiling zerocopy-derive v0.8.40
13872026-06-02T23:36:22.727Z Compiling zeroize v1.8.2
13882026-06-02T23:36:23.090Z Compiling zerovec-derive v0.11.2
13892026-06-02T23:36:23.306Z Compiling displaydoc v0.2.5
13902026-06-02T23:36:23.499Z Compiling crypto-common v0.1.7
13912026-06-02T23:36:23.513Z Compiling zerofrom v0.1.6
13922026-06-02T23:36:23.647Z Compiling yoke v0.8.1
13932026-06-02T23:36:23.650Z Compiling block-buffer v0.10.4
13942026-06-02T23:36:23.824Z Compiling digest v0.10.7
13952026-06-02T23:36:23.838Z Compiling tokio-macros v2.7.0
13962026-06-02T23:36:24.036Z Compiling zerotrie v0.2.3
13972026-06-02T23:36:24.071Z Compiling futures-macro v0.3.32
13982026-06-02T23:36:24.194Z Compiling zerovec v0.11.5
13992026-06-02T23:36:24.327Z Compiling hmac v0.12.1
14002026-06-02T23:36:24.486Z Compiling block-padding v0.3.3
14012026-06-02T23:36:24.547Z Compiling sha2 v0.10.9
14022026-06-02T23:36:24.643Z Compiling tinystr v0.8.2
14032026-06-02T23:36:24.685Z Compiling potential_utf v0.1.4
14042026-06-02T23:36:24.839Z Compiling icu_locale_core v2.1.1
14052026-06-02T23:36:24.854Z Compiling icu_collections v2.1.1
14062026-06-02T23:36:24.858Z Compiling futures-util v0.3.32
14072026-06-02T23:36:25.323Z Compiling inout v0.1.4
14082026-06-02T23:36:25.439Z Compiling bytes v1.11.1
14092026-06-02T23:36:25.489Z Compiling icu_provider v2.1.1
14102026-06-02T23:36:25.549Z Compiling cipher v0.4.4
14112026-06-02T23:36:25.699Z Compiling der_derive v0.7.3
14122026-06-02T23:36:25.779Z Compiling icu_normalizer v2.1.1
14132026-06-02T23:36:25.811Z Compiling icu_properties v2.1.2
14142026-06-02T23:36:25.896Z Compiling tokio v1.52.1
14152026-06-02T23:36:26.046Z Compiling http v1.4.0
14162026-06-02T23:36:26.312Z Compiling chrono v0.4.44
14172026-06-02T23:36:26.622Z Compiling ppv-lite86 v0.2.21
14182026-06-02T23:36:26.646Z Compiling der v0.7.10
14192026-06-02T23:36:26.903Z Compiling idna_adapter v1.2.1
14202026-06-02T23:36:26.930Z Compiling salsa20 v0.10.2
14212026-06-02T23:36:26.945Z Compiling pbkdf2 v0.12.2
14222026-06-02T23:36:27.036Z Compiling idna v1.1.0
14232026-06-02T23:36:27.053Z Compiling rustls-pki-types v1.14.0
14242026-06-02T23:36:27.067Z Compiling thiserror-impl v2.0.18
14252026-06-02T23:36:27.116Z Compiling tracing-attributes v0.1.31
14262026-06-02T23:36:27.524Z Compiling url v2.5.8
14272026-06-02T23:36:27.706Z Compiling spki v0.7.3
14282026-06-02T23:36:27.719Z Compiling scrypt v0.11.0
14292026-06-02T23:36:27.881Z Compiling rand_chacha v0.9.0
14302026-06-02T23:36:27.910Z Compiling http-body v1.0.1
14312026-06-02T23:36:27.969Z Compiling aes v0.8.4
14322026-06-02T23:36:28.064Z Compiling cbc v0.1.2
14332026-06-02T23:36:28.284Z Compiling openssl-probe v0.2.1
14342026-06-02T23:36:28.320Z Compiling untrusted v0.7.1
14352026-06-02T23:36:28.392Z Compiling thiserror v2.0.18
14362026-06-02T23:36:28.444Z Compiling untrusted v0.9.0
14372026-06-02T23:36:28.459Z Compiling httparse v1.10.1
14382026-06-02T23:36:28.473Z Compiling tracing v0.1.44
14392026-06-02T23:36:28.492Z Compiling tinyvec_macros v0.1.1
14402026-06-02T23:36:28.561Z Compiling tinyvec v1.10.0
14412026-06-02T23:36:28.587Z Compiling pkcs5 v0.7.1
14422026-06-02T23:36:28.731Z Compiling pest_generator v2.8.6
14432026-06-02T23:36:28.836Z Compiling rand v0.9.2
14442026-06-02T23:36:28.894Z Compiling serde_derive_internals v0.29.1
14452026-06-02T23:36:29.023Z Compiling aho-corasick v1.1.4
14462026-06-02T23:36:29.053Z Compiling tower-layer v0.3.3
14472026-06-02T23:36:29.210Z Compiling try-lock v0.2.5
14482026-06-02T23:36:29.318Z Compiling dyn-clone v1.0.20
14492026-06-02T23:36:29.415Z Compiling atomic-waker v1.1.2
14502026-06-02T23:36:29.453Z Compiling rustls v0.23.37
14512026-06-02T23:36:29.539Z Compiling tower-service v0.3.3
14522026-06-02T23:36:29.608Z Compiling schemars v0.8.22
14532026-06-02T23:36:29.623Z Compiling pest_derive v2.8.6
14542026-06-02T23:36:29.636Z Compiling want v0.3.1
14552026-06-02T23:36:29.780Z Compiling tokio-util v0.7.18
14562026-06-02T23:36:29.795Z Compiling regex-automata v0.4.14
14572026-06-02T23:36:29.824Z Compiling schemars_derive v0.8.22
14582026-06-02T23:36:30.035Z Compiling pkcs8 v0.10.2
14592026-06-02T23:36:30.336Z Compiling ipnet v2.11.0
14602026-06-02T23:36:30.596Z Compiling h2 v0.4.13
14612026-06-02T23:36:30.666Z Compiling scroll_derive v0.13.1
14622026-06-02T23:36:30.794Z Compiling darling_core v0.20.11
14632026-06-02T23:36:30.820Z Compiling httpdate v1.0.3
14642026-06-02T23:36:31.038Z Compiling pin-utils v0.1.0
14652026-06-02T23:36:31.055Z Compiling openssl v0.10.79
14662026-06-02T23:36:31.111Z Compiling foreign-types-shared v0.1.1
14672026-06-02T23:36:31.197Z Compiling foreign-types v0.3.2
14682026-06-02T23:36:31.300Z Compiling tempfile v3.25.0
14692026-06-02T23:36:31.445Z Compiling scroll v0.13.0
14702026-06-02T23:36:31.606Z Compiling unicode-normalization v0.1.25
14712026-06-02T23:36:31.705Z Compiling openssl-macros v0.1.1
14722026-06-02T23:36:32.056Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14732026-06-02T23:36:32.080Z Compiling spin v0.9.8
14742026-06-02T23:36:32.093Z Compiling native-tls v0.2.18
14752026-06-02T23:36:32.317Z Compiling powerfmt v0.2.0
14762026-06-02T23:36:32.337Z Compiling crc32fast v1.5.0
14772026-06-02T23:36:32.457Z Compiling time-core v0.1.8
14782026-06-02T23:36:32.522Z Compiling num-conv v0.2.0
14792026-06-02T23:36:32.604Z Compiling deranged v0.5.8
14802026-06-02T23:36:32.651Z Compiling time-macros v0.2.27
14812026-06-02T23:36:33.070Z Compiling darling_macro v0.20.11
14822026-06-02T23:36:33.533Z Compiling hyper v1.8.1
14832026-06-02T23:36:33.574Z Compiling darling v0.20.11
14842026-06-02T23:36:33.654Z Compiling goblin v0.10.5
14852026-06-02T23:36:33.707Z Compiling rustls-native-certs v0.8.3
14862026-06-02T23:36:33.927Z Compiling sync_wrapper v1.0.2
14872026-06-02T23:36:33.995Z Compiling wait-timeout v0.2.1
14882026-06-02T23:36:34.035Z Compiling quick-error v1.2.3
14892026-06-02T23:36:34.141Z Compiling siphasher v1.0.2
14902026-06-02T23:36:34.256Z Compiling syn v1.0.109
14912026-06-02T23:36:34.327Z Compiling bit-vec v0.8.0
14922026-06-02T23:36:34.507Z Compiling simd-adler32 v0.3.8
14932026-06-02T23:36:34.549Z Compiling num_threads v0.1.7
14942026-06-02T23:36:34.551Z Compiling crossbeam-utils v0.8.21
14952026-06-02T23:36:34.646Z Compiling hyper-util v0.1.20
14962026-06-02T23:36:34.745Z Compiling usdt-impl v0.6.0
14972026-06-02T23:36:34.864Z Compiling time v0.3.47
14982026-06-02T23:36:35.134Z Compiling bit-set v0.8.0
14992026-06-02T23:36:35.273Z Compiling rusty-fork v0.3.1
15002026-06-02T23:36:35.295Z Compiling tower v0.5.3
15012026-06-02T23:36:35.583Z Compiling derive_builder_core v0.20.2
15022026-06-02T23:36:35.751Z Compiling dtrace-parser v0.3.0
15032026-06-02T23:36:35.819Z Compiling http-body-util v0.1.3
15042026-06-02T23:36:36.069Z Compiling webpki-roots v1.0.6
15052026-06-02T23:36:36.195Z Compiling signature v2.2.0
15062026-06-02T23:36:36.355Z Compiling dof v0.4.0
15072026-06-02T23:36:36.377Z Compiling thiserror-impl v1.0.69
15082026-06-02T23:36:36.418Z Compiling scroll_derive v0.12.1
15092026-06-02T23:36:36.446Z Compiling heapless v0.7.17
15102026-06-02T23:36:36.482Z Compiling rand_xorshift v0.4.0
15112026-06-02T23:36:36.644Z Compiling slog v2.8.2
15122026-06-02T23:36:36.679Z Compiling darling_core v0.21.3
15132026-06-02T23:36:36.826Z Compiling bzip2-sys v0.1.13+1.0.8
15142026-06-02T23:36:37.069Z Compiling thread-id v5.1.0
15152026-06-02T23:36:37.105Z Compiling cookie v0.18.1
15162026-06-02T23:36:37.160Z Compiling ryu v1.0.23
15172026-06-02T23:36:37.341Z Compiling allocator-api2 v0.2.21
15182026-06-02T23:36:37.404Z Compiling unicode-properties v0.1.4
15192026-06-02T23:36:37.564Z Compiling signal-hook v0.3.18
15202026-06-02T23:36:37.616Z Compiling zstd-safe v7.2.4
15212026-06-02T23:36:37.661Z Compiling unicode-bidi v0.3.18
15222026-06-02T23:36:37.675Z Compiling adler2 v2.0.1
15232026-06-02T23:36:37.732Z Compiling unarray v0.1.4
15242026-06-02T23:36:37.820Z Compiling iri-string v0.7.10
15252026-06-02T23:36:37.823Z Compiling anyhow v1.0.102
15262026-06-02T23:36:37.842Z Compiling paste v1.0.15
15272026-06-02T23:36:37.889Z Compiling proptest v1.10.0
15282026-06-02T23:36:38.160Z Compiling stringprep v0.1.5
15292026-06-02T23:36:38.194Z Compiling miniz_oxide v0.8.9
15302026-06-02T23:36:38.357Z Compiling thiserror v1.0.69
15312026-06-02T23:36:38.462Z Compiling serde_urlencoded v0.7.1
15322026-06-02T23:36:38.793Z Compiling scroll v0.12.0
15332026-06-02T23:36:39.055Z Compiling tower-http v0.6.8
15342026-06-02T23:36:39.221Z Compiling darling_macro v0.21.3
15352026-06-02T23:36:39.250Z Compiling derive_builder_macro v0.20.2
15362026-06-02T23:36:39.282Z Compiling tokio-native-tls v0.3.1
15372026-06-02T23:36:39.444Z Compiling ipnetwork v0.21.1
15382026-06-02T23:36:39.471Z Compiling bstr v1.12.1
15392026-06-02T23:36:39.681Z Compiling rand_chacha v0.3.1
15402026-06-02T23:36:39.695Z Compiling serde_tokenstream v0.2.3
15412026-06-02T23:36:39.852Z Compiling erased-serde v0.3.31
15422026-06-02T23:36:39.934Z Compiling serde_spanned v0.6.9
15432026-06-02T23:36:40.001Z Compiling toml_datetime v0.6.11
15442026-06-02T23:36:40.081Z Compiling md-5 v0.10.6
15452026-06-02T23:36:40.116Z Compiling zerocopy-derive v0.7.35
15462026-06-02T23:36:40.245Z Compiling pin-project-internal v1.1.11
15472026-06-02T23:36:40.261Z Compiling async-trait v0.1.89
15482026-06-02T23:36:40.331Z Compiling curve25519-dalek v4.1.3
15492026-06-02T23:36:40.475Z Compiling vergen-lib v9.1.0
15502026-06-02T23:36:40.655Z Compiling num-integer v0.1.46
15512026-06-02T23:36:40.668Z Compiling hash32 v0.2.1
15522026-06-02T23:36:40.858Z Compiling ff v0.13.1
15532026-06-02T23:36:40.975Z Compiling memoffset v0.9.1
15542026-06-02T23:36:40.978Z Compiling encoding_rs v0.8.35
15552026-06-02T23:36:41.002Z Compiling fallible-iterator v0.2.0
15562026-06-02T23:36:41.170Z Compiling zlib-rs v0.6.2
15572026-06-02T23:36:41.288Z Compiling num-bigint-dig v0.8.6
15582026-06-02T23:36:41.319Z Compiling psl-types v2.0.11
15592026-06-02T23:36:41.356Z Compiling smoltcp v0.9.1
15602026-06-02T23:36:41.443Z Compiling ref-cast v1.0.25
15612026-06-02T23:36:41.471Z Compiling litrs v1.0.0
15622026-06-02T23:36:41.686Z Compiling mime v0.3.17
15632026-06-02T23:36:41.741Z Compiling rustix v0.38.44
15642026-06-02T23:36:41.944Z Compiling base16ct v0.2.0
15652026-06-02T23:36:41.978Z Compiling cfg_aliases v0.2.1
15662026-06-02T23:36:42.053Z Compiling nix v0.31.2
15672026-06-02T23:36:42.121Z Compiling sec1 v0.7.3
15682026-06-02T23:36:42.173Z Compiling document-features v0.2.12
15692026-06-02T23:36:42.503Z Compiling publicsuffix v2.3.0
15702026-06-02T23:36:42.506Z Compiling pin-project v1.1.11
15712026-06-02T23:36:42.534Z Compiling postgres-protocol v0.6.10
15722026-06-02T23:36:42.669Z Compiling zerocopy v0.7.35
15732026-06-02T23:36:42.712Z Compiling group v0.13.0
15742026-06-02T23:36:42.794Z Compiling num-iter v0.1.45
15752026-06-02T23:36:43.080Z Compiling newtype-uuid v1.3.2
15762026-06-02T23:36:43.180Z Compiling hubpack_derive v0.1.1
15772026-06-02T23:36:43.222Z Compiling rand v0.8.6
15782026-06-02T23:36:43.368Z Compiling derive_builder v0.20.2
15792026-06-02T23:36:43.401Z Compiling darling v0.21.3
15802026-06-02T23:36:43.415Z Compiling oxnet v0.1.4
15812026-06-02T23:36:43.495Z Compiling hyper-tls v0.6.0
15822026-06-02T23:36:43.617Z Compiling goblin v0.8.2
15832026-06-02T23:36:44.077Z Compiling flate2 v1.1.9
15842026-06-02T23:36:44.144Z Compiling phf_shared v0.13.1
15852026-06-02T23:36:44.243Z Compiling lazy_static v1.5.0
15862026-06-02T23:36:44.337Z Compiling regex v1.12.3
15872026-06-02T23:36:44.384Z Compiling futures-executor v0.3.32
15882026-06-02T23:36:44.426Z Compiling hex v0.4.3
15892026-06-02T23:36:44.486Z Compiling hkdf v0.12.4
15902026-06-02T23:36:44.585Z Compiling crypto-bigint v0.5.5
15912026-06-02T23:36:44.637Z Compiling curve25519-dalek-derive v0.1.1
15922026-06-02T23:36:44.650Z Compiling strum_macros v0.27.2
15932026-06-02T23:36:44.684Z Compiling daft-derive v0.1.7
15942026-06-02T23:36:44.759Z Compiling snafu-derive v0.8.9
15952026-06-02T23:36:45.270Z Compiling ref-cast-impl v1.0.25
15962026-06-02T23:36:45.394Z Compiling terminal_size v0.4.3
15972026-06-02T23:36:45.535Z Compiling vergen v9.1.0
15982026-06-02T23:36:45.715Z Compiling fs-err v3.3.0
15992026-06-02T23:36:45.807Z Compiling cargo-platform v0.3.2
16002026-06-02T23:36:45.903Z Compiling ahash v0.8.12
16012026-06-02T23:36:46.080Z Compiling managed v0.8.0
16022026-06-02T23:36:46.107Z Compiling unicode-segmentation v1.12.0
16032026-06-02T23:36:46.299Z Compiling foldhash v0.1.5
16042026-06-02T23:36:46.474Z Compiling bitflags v1.3.2
16052026-06-02T23:36:46.501Z Compiling same-file v1.0.6
16062026-06-02T23:36:46.575Z Compiling libbz2-rs-sys v0.2.2
16072026-06-02T23:36:46.600Z Compiling foldhash v0.2.0
16082026-06-02T23:36:46.651Z Compiling bumpalo v3.20.2
16092026-06-02T23:36:46.657Z Compiling winnow v0.5.40
16102026-06-02T23:36:46.666Z Compiling object v0.37.3
16112026-06-02T23:36:46.798Z Compiling clap_builder v4.5.60
16122026-06-02T23:36:46.903Z Compiling zopfli v0.8.3
16132026-06-02T23:36:47.020Z Compiling bzip2 v0.6.1
16142026-06-02T23:36:47.110Z Compiling hashbrown v0.16.1
16152026-06-02T23:36:47.219Z Compiling snafu v0.8.9
16162026-06-02T23:36:47.230Z Compiling walkdir v2.5.0
16172026-06-02T23:36:47.580Z Compiling strum v0.27.2
16182026-06-02T23:36:47.655Z Compiling hashbrown v0.15.5
16192026-06-02T23:36:47.731Z Compiling cargo_metadata v0.23.1
16202026-06-02T23:36:47.843Z Compiling dof v0.3.0
16212026-06-02T23:36:48.122Z Compiling toml_edit v0.19.15
16222026-06-02T23:36:48.296Z Compiling elliptic-curve v0.13.8
16232026-06-02T23:36:48.400Z Compiling daft v0.1.7
16242026-06-02T23:36:48.672Z Compiling futures v0.3.32
16252026-06-02T23:36:48.697Z Compiling phf v0.13.1
16262026-06-02T23:36:48.871Z Compiling cookie_store v0.22.1
16272026-06-02T23:36:49.092Z Compiling signal-hook-mio v0.2.5
16282026-06-02T23:36:49.200Z Compiling zstd v0.13.3
16292026-06-02T23:36:49.215Z Compiling hubpack v0.1.2
16302026-06-02T23:36:49.427Z Compiling bzip2 v0.4.4
16312026-06-02T23:36:49.466Z Compiling serde_with_macros v3.17.0
16322026-06-02T23:36:49.498Z Compiling postgres-types v0.2.12
16332026-06-02T23:36:49.810Z Compiling usdt-attr-macro v0.6.0
16342026-06-02T23:36:50.051Z Compiling usdt-macro v0.6.0
16352026-06-02T23:36:50.581Z Compiling globset v0.4.18
16362026-06-02T23:36:50.600Z Compiling dtrace-parser v0.2.0
16372026-06-02T23:36:50.722Z Compiling ed25519 v2.2.3
16382026-06-02T23:36:50.792Z Compiling phf_shared v0.11.3
16392026-06-02T23:36:50.827Z Compiling olpc-cjson v0.1.4
16402026-06-02T23:36:50.975Z Compiling pkcs1 v0.7.5
16412026-06-02T23:36:50.988Z Compiling serde-big-array v0.5.1
16422026-06-02T23:36:51.132Z Compiling serde_plain v1.0.2
16432026-06-02T23:36:51.257Z Compiling rfc6979 v0.4.0
16442026-06-02T23:36:51.326Z Compiling pem v3.0.6
16452026-06-02T23:36:51.361Z Compiling async-recursion v1.1.1
16462026-06-02T23:36:51.376Z Compiling serde_repr v0.1.20
16472026-06-02T23:36:51.388Z Compiling enum-as-inner v0.6.1
16482026-06-02T23:36:51.530Z Compiling strum_macros v0.26.4
16492026-06-02T23:36:51.612Z Compiling clap_derive v4.5.55
16502026-06-02T23:36:51.642Z Compiling float-cmp v0.10.0
16512026-06-02T23:36:51.787Z Compiling memmap2 v0.9.10
16522026-06-02T23:36:51.877Z Compiling thread-id v4.2.2
16532026-06-02T23:36:51.891Z Compiling env_filter v1.0.0
16542026-06-02T23:36:51.963Z Compiling keccak v0.1.6
16552026-06-02T23:36:51.992Z Compiling data-encoding v2.10.0
16562026-06-02T23:36:52.006Z Compiling jiff v0.2.21
16572026-06-02T23:36:52.194Z Compiling fixedbitset v0.4.2
16582026-06-02T23:36:52.454Z Compiling whoami v2.1.0
16592026-06-02T23:36:52.702Z Compiling difflib v0.4.0
16602026-06-02T23:36:52.794Z Compiling either v1.15.0
16612026-06-02T23:36:52.824Z Compiling static_assertions v1.1.0
16622026-06-02T23:36:52.901Z Compiling typed-path v0.9.3
16632026-06-02T23:36:53.005Z Compiling predicates-core v1.0.10
16642026-06-02T23:36:53.188Z Compiling new_debug_unreachable v1.0.6
16652026-06-02T23:36:53.264Z Compiling precomputed-hash v0.1.1
16662026-06-02T23:36:53.278Z Compiling fixedbitset v0.5.7
16672026-06-02T23:36:53.319Z Compiling normalize-line-endings v0.3.0
16682026-06-02T23:36:53.353Z Compiling string_cache v0.8.9
16692026-06-02T23:36:53.396Z Compiling clap v4.5.60
16702026-06-02T23:36:53.415Z Compiling predicates v3.1.4
16712026-06-02T23:36:53.478Z Compiling strum v0.26.3
16722026-06-02T23:36:53.578Z Compiling petgraph v0.8.3
16732026-06-02T23:36:53.581Z Compiling toml_edit v0.22.27
16742026-06-02T23:36:53.612Z Compiling itertools v0.13.0
16752026-06-02T23:36:54.066Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16762026-06-02T23:36:54.137Z Compiling tokio-postgres v0.7.16
16772026-06-02T23:36:54.329Z Compiling petgraph v0.6.5
16782026-06-02T23:36:54.844Z Compiling zip v4.6.1
16792026-06-02T23:36:55.500Z Compiling hickory-proto v0.25.2
16802026-06-02T23:36:55.794Z Compiling sha3 v0.10.8
16812026-06-02T23:36:55.811Z Compiling env_logger v0.11.9
16822026-06-02T23:36:56.160Z Compiling usdt-impl v0.5.0
16832026-06-02T23:36:56.245Z Compiling usdt v0.6.0
16842026-06-02T23:36:56.248Z Compiling ecdsa v0.16.9
16852026-06-02T23:36:56.285Z Compiling rsa v0.9.10
16862026-06-02T23:36:56.316Z Compiling ed25519-dalek v2.2.0
16872026-06-02T23:36:56.504Z Compiling serde_with v3.17.0
16882026-06-02T23:36:56.638Z Compiling crossterm v0.28.1
16892026-06-02T23:36:56.895Z Compiling zip v0.6.6
16902026-06-02T23:36:56.974Z Compiling toml v0.7.8
16912026-06-02T23:36:57.618Z Compiling iddqd v0.4.2
16922026-06-02T23:36:58.218Z Compiling toml_parser v1.0.9+spec-1.1.0
16932026-06-02T23:36:58.310Z Compiling similar v2.7.0
16942026-06-02T23:36:58.324Z Compiling heck v0.4.1
16952026-06-02T23:36:58.556Z Compiling crossbeam-epoch v0.9.18
16962026-06-02T23:36:58.849Z Compiling tokio-stream v0.1.18
16972026-06-02T23:36:58.884Z Compiling buf-list v1.1.2
16982026-06-02T23:36:58.902Z Compiling x509-cert v0.2.5
16992026-06-02T23:36:59.175Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17002026-06-02T23:36:59.179Z Compiling openapiv3 v2.2.0
17012026-06-02T23:36:59.314Z Compiling sha1 v0.10.6
17022026-06-02T23:36:59.466Z Compiling lalrpop-util v0.19.12
17032026-06-02T23:36:59.538Z Compiling peg-runtime v0.8.5
17042026-06-02T23:36:59.633Z Compiling thread_local v1.1.9
17052026-06-02T23:36:59.659Z Compiling slog-async v2.8.0
17062026-06-02T23:36:59.822Z Compiling crossbeam-channel v0.5.15
17072026-06-02T23:36:59.889Z Compiling is-terminal v0.4.17
17082026-06-02T23:36:59.980Z Compiling filetime v0.2.27
17092026-06-02T23:36:59.994Z Compiling take_mut v0.2.2
17102026-06-02T23:37:00.107Z Compiling term v1.2.1
17112026-06-02T23:37:00.155Z Compiling xattr v1.6.1
17122026-06-02T23:37:00.272Z Compiling tar v0.4.45
17132026-06-02T23:37:00.518Z Compiling slog-term v2.9.2
17142026-06-02T23:37:10.226Z Compiling rustls-webpki v0.103.9
17152026-06-02T23:37:13.036Z Compiling tokio-rustls v0.26.4
17162026-06-02T23:37:13.036Z Compiling rustls-platform-verifier v0.6.2
17172026-06-02T23:37:13.256Z Compiling hyper-rustls v0.27.7
17182026-06-02T23:37:13.464Z Compiling reqwest v0.12.28
17192026-06-02T23:37:13.464Z Compiling reqwest v0.13.2
17202026-06-02T23:37:14.696Z Compiling tough v0.22.0
17212026-06-02T23:37:17.249Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17222026-06-02T23:37:17.468Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17232026-06-02T23:37:20.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17242026-06-02T23:37:20.626Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17252026-06-02T23:37:20.680ZJun 02 23:37:19.808 INFO Starting download, target: Clickhouse
17262026-06-02T23:37:20.683ZJun 02 23:37:19.808 INFO Starting download, target: Console
17272026-06-02T23:37:20.683ZJun 02 23:37:19.808 INFO Starting download, target: DendriteStub
17282026-06-02T23:37:20.683ZJun 02 23:37:19.809 INFO Starting download, target: Cockroach
17292026-06-02T23:37:20.683ZJun 02 23:37:19.809 INFO Starting download, target: MaghemiteMgd
17302026-06-02T23:37:20.683ZJun 02 23:37:19.809 INFO Starting download, target: TransceiverControl
17312026-06-02T23:37:20.683ZJun 02 23:37:19.809 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17322026-06-02T23:37:20.683ZJun 02 23:37:19.809 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17332026-06-02T23:37:20.683ZJun 02 23:37:19.809 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17342026-06-02T23:37:20.683ZJun 02 23:37:19.809 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17352026-06-02T23:37:20.683ZJun 02 23:37:19.809 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17362026-06-02T23:37:20.683ZJun 02 23:37:19.809 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17372026-06-02T23:37:21.131ZJun 02 23:37:20.255 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17382026-06-02T23:37:21.346ZJun 02 23:37:20.467 INFO Download complete, target: TransceiverControl
17392026-06-02T23:37:21.646ZJun 02 23:37:20.767 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17402026-06-02T23:37:21.980ZJun 02 23:37:21.004 INFO Download complete, target: Console
17412026-06-02T23:37:23.269ZJun 02 23:37:22.299 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17422026-06-02T23:37:23.353ZJun 02 23:37:22.442 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17432026-06-02T23:37:24.139ZJun 02 23:37:23.166 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17442026-06-02T23:37:24.991ZJun 02 23:37:24.062 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17452026-06-02T23:37:24.991ZJun 02 23:37:24.063 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17462026-06-02T23:37:25.787ZJun 02 23:37:24.891 INFO Download complete, target: DendriteStub
17472026-06-02T23:37:26.450ZJun 02 23:37:25.568 INFO Download complete, target: MaghemiteMgd
17482026-06-02T23:37:29.607ZJun 02 23:37:28.735 INFO Checking that binary works, target: Cockroach
17492026-06-02T23:37:29.724ZJun 02 23:37:28.851 INFO Download complete, target: Cockroach
17502026-06-02T23:37:30.008ZJun 02 23:37:29.131 INFO Checking that binary works, target: Clickhouse
17512026-06-02T23:37:30.099ZJun 02 23:37:29.225 INFO Download complete, target: Clickhouse
17522026-06-02T23:37:30.115ZAll builder prerequisites installed successfully, and PATH looks valid
17532026-06-02T23:37:30.119Z
17542026-06-02T23:37:30.119Zreal 2:14.971997301
17552026-06-02T23:37:30.119Zuser 6:56.558782310
17562026-06-02T23:37:30.119Zsys 1:22.538302786
17572026-06-02T23:37:30.119Ztrap 0.223497796
17582026-06-02T23:37:30.119Ztflt 0.645637057
17592026-06-02T23:37:30.119Zdflt 0.518224404
17602026-06-02T23:37:30.119Zkflt 0.030604420
17612026-06-02T23:37:30.119Zlock 21:49.699103989
17622026-06-02T23:37:30.119Zslp 21:16.837415245
17632026-06-02T23:37:30.119Zlat 43.912851622
17642026-06-02T23:37:30.119Zstop 1:55.416255484
17652026-06-02T23:37:30.119Z+ banner hack-check
17662026-06-02T23:37:30.119Z
17672026-06-02T23:37:30.119Z # # ## #### # # #### # # ###### #### # #
17682026-06-02T23:37:30.119Z # # # # # # # # # # # # # # # # #
17692026-06-02T23:37:30.119Z ###### # # # #### ##### # ###### ##### # ####
17702026-06-02T23:37:30.119Z # # ###### # # # # # # # # # #
17712026-06-02T23:37:30.119Z # # # # # # # # # # # # # # # # #
17722026-06-02T23:37:30.120Z # # # # #### # # #### # # ###### #### # #
17732026-06-02T23:37:30.120Z
17742026-06-02T23:37:30.120Z+ export CARGO_INCREMENTAL=0
17752026-06-02T23:37:30.120Z+ CARGO_INCREMENTAL=0
17762026-06-02T23:37:30.120Z+ ptime -m timeout 2h cargo xtask check-features --ci
17772026-06-02T23:37:30.643Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17782026-06-02T23:37:30.864Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17792026-06-02T23:37:32.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.58s
17802026-06-02T23:37:32.798Z Running `target/debug/xtask check-features --ci`
17812026-06-02T23:37:32.825Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17822026-06-02T23:37:32.825Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17832026-06-02T23:37:33.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
17842026-06-02T23:37:33.324Z Running `target/debug/xtask download cargo-hack`
17852026-06-02T23:37:34.124Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17862026-06-02T23:37:34.436Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17872026-06-02T23:37:36.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.60s
17882026-06-02T23:37:37.136Z Running `target/debug/xtask-downloader cargo-hack`
17892026-06-02T23:37:37.178ZJun 02 23:37:36.306 INFO Starting download, target: CargoHack
17902026-06-02T23:37:37.184ZJun 02 23:37:36.306 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17912026-06-02T23:37:37.556ZJun 02 23:37:36.684 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17922026-06-02T23:37:37.606ZJun 02 23:37:36.734 INFO Download complete, target: CargoHack
17932026-06-02T23:37:37.609Zrunning: "/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"
17942026-06-02T23:37:37.621Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17952026-06-02T23:37:37.775Zinfo: running `cargo check --bins` on api_identity (1/295)
17962026-06-02T23:37:38.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17972026-06-02T23:37:38.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17982026-06-02T23:37:38.273Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17992026-06-02T23:37:38.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18002026-06-02T23:37:38.358Z
18012026-06-02T23:37:38.358Zinfo: running `cargo check --bins` on bootstore (2/295)
18022026-06-02T23:37:38.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18032026-06-02T23:37:38.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18042026-06-02T23:37:38.864Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18052026-06-02T23:37:38.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18062026-06-02T23:37:38.954Z
18072026-06-02T23:37:38.954Zinfo: running `cargo check --bins` on omicron-ledger (3/295)
18082026-06-02T23:37:39.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18092026-06-02T23:37:39.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18102026-06-02T23:37:39.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18112026-06-02T23:37:39.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18122026-06-02T23:37:39.538Z
18132026-06-02T23:37:39.538Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/295)
18142026-06-02T23:37:40.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18152026-06-02T23:37:40.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18162026-06-02T23:37:40.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18172026-06-02T23:37:40.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18182026-06-02T23:37:40.120Z
18192026-06-02T23:37:40.120Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/295)
18202026-06-02T23:37:40.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18212026-06-02T23:37:40.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18222026-06-02T23:37:40.623Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18232026-06-02T23:37:40.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18242026-06-02T23:37:40.712Z
18252026-06-02T23:37:40.712Zinfo: running `cargo check --bins` on omicron-certificates (6/295)
18262026-06-02T23:37:41.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18272026-06-02T23:37:41.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18282026-06-02T23:37:41.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18292026-06-02T23:37:41.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18302026-06-02T23:37:41.305Z
18312026-06-02T23:37:41.305Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/295)
18322026-06-02T23:37:41.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18332026-06-02T23:37:41.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18342026-06-02T23:37:41.809Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18352026-06-02T23:37:41.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18362026-06-02T23:37:41.900Z
18372026-06-02T23:37:41.900Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/295)
18382026-06-02T23:37:42.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18392026-06-02T23:37:42.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18402026-06-02T23:37:42.400Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18412026-06-02T23:37:42.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18422026-06-02T23:37:42.487Z
18432026-06-02T23:37:42.487Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/295)
18442026-06-02T23:37:42.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18452026-06-02T23:37:42.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18462026-06-02T23:37:42.894Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18472026-06-02T23:37:42.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18482026-06-02T23:37:42.953Z
18492026-06-02T23:37:42.953Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/295)
18502026-06-02T23:37:43.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18512026-06-02T23:37:43.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18522026-06-02T23:37:43.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18532026-06-02T23:37:43.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18542026-06-02T23:37:43.414Z
18552026-06-02T23:37:43.414Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/295)
18562026-06-02T23:37:43.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18572026-06-02T23:37:43.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18582026-06-02T23:37:43.819Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18592026-06-02T23:37:43.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18602026-06-02T23:37:43.875Z
18612026-06-02T23:37:43.876Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/295)
18622026-06-02T23:37:44.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18632026-06-02T23:37:44.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18642026-06-02T23:37:44.280Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18652026-06-02T23:37:44.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18662026-06-02T23:37:44.339Z
18672026-06-02T23:37:44.339Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/295)
18682026-06-02T23:37:44.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18692026-06-02T23:37:44.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18702026-06-02T23:37:44.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18712026-06-02T23:37:44.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18722026-06-02T23:37:44.803Z
18732026-06-02T23:37:44.803Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/295)
18742026-06-02T23:37:45.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18752026-06-02T23:37:45.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18762026-06-02T23:37:45.209Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18772026-06-02T23:37:45.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18782026-06-02T23:37:45.265Z
18792026-06-02T23:37:45.265Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/295)
18802026-06-02T23:37:45.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18812026-06-02T23:37:45.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18822026-06-02T23:37:45.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18832026-06-02T23:37:45.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18842026-06-02T23:37:45.725Z
18852026-06-02T23:37:45.725Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/295)
18862026-06-02T23:37:46.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18872026-06-02T23:37:46.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18882026-06-02T23:37:46.132Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18892026-06-02T23:37:46.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18902026-06-02T23:37:46.187Z
18912026-06-02T23:37:46.187Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/295)
18922026-06-02T23:37:46.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18932026-06-02T23:37:46.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18942026-06-02T23:37:46.592Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18952026-06-02T23:37:46.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18962026-06-02T23:37:46.648Z
18972026-06-02T23:37:46.648Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/295)
18982026-06-02T23:37:47.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18992026-06-02T23:37:47.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19002026-06-02T23:37:47.066Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19012026-06-02T23:37:47.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19022026-06-02T23:37:47.111Z
19032026-06-02T23:37:47.111Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/295)
19042026-06-02T23:37:47.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19052026-06-02T23:37:47.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19062026-06-02T23:37:47.519Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19072026-06-02T23:37:47.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19082026-06-02T23:37:47.574Z
19092026-06-02T23:37:47.574Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/295)
19102026-06-02T23:37:47.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19112026-06-02T23:37:47.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19122026-06-02T23:37:47.985Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19132026-06-02T23:37:47.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19142026-06-02T23:37:48.046Z
19152026-06-02T23:37:48.046Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/295)
19162026-06-02T23:37:48.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19172026-06-02T23:37:48.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19182026-06-02T23:37:48.451Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19192026-06-02T23:37:48.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19202026-06-02T23:37:48.504Z
19212026-06-02T23:37:48.504Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/295)
19222026-06-02T23:37:48.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19232026-06-02T23:37:48.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19242026-06-02T23:37:48.913Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19252026-06-02T23:37:48.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19262026-06-02T23:37:48.970Z
19272026-06-02T23:37:48.970Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/295)
19282026-06-02T23:37:49.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19292026-06-02T23:37:49.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19302026-06-02T23:37:49.376Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19312026-06-02T23:37:49.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19322026-06-02T23:37:49.437Z
19332026-06-02T23:37:49.437Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/295)
19342026-06-02T23:37:49.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19352026-06-02T23:37:49.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19362026-06-02T23:37:49.839Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19372026-06-02T23:37:49.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19382026-06-02T23:37:49.896Z
19392026-06-02T23:37:49.896Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/295)
19402026-06-02T23:37:50.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19412026-06-02T23:37:50.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19422026-06-02T23:37:50.304Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19432026-06-02T23:37:50.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19442026-06-02T23:37:50.359Z
19452026-06-02T23:37:50.359Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/295)
19462026-06-02T23:37:50.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19472026-06-02T23:37:50.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19482026-06-02T23:37:50.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19492026-06-02T23:37:50.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19502026-06-02T23:37:50.820Z
19512026-06-02T23:37:50.820Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/295)
19522026-06-02T23:37:51.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19532026-06-02T23:37:51.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19542026-06-02T23:37:51.225Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19552026-06-02T23:37:51.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19562026-06-02T23:37:51.281Z
19572026-06-02T23:37:51.281Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/295)
19582026-06-02T23:37:51.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19592026-06-02T23:37:51.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19602026-06-02T23:37:51.686Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19612026-06-02T23:37:51.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19622026-06-02T23:37:51.743Z
19632026-06-02T23:37:51.743Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/295)
19642026-06-02T23:37:52.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19652026-06-02T23:37:52.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19662026-06-02T23:37:52.150Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19672026-06-02T23:37:52.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19682026-06-02T23:37:52.207Z
19692026-06-02T23:37:52.207Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/295)
19702026-06-02T23:37:52.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19712026-06-02T23:37:52.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19722026-06-02T23:37:52.614Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19732026-06-02T23:37:52.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19742026-06-02T23:37:52.668Z
19752026-06-02T23:37:52.668Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/295)
19762026-06-02T23:37:53.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19772026-06-02T23:37:53.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19782026-06-02T23:37:53.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19792026-06-02T23:37:53.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19802026-06-02T23:37:53.129Z
19812026-06-02T23:37:53.129Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/295)
19822026-06-02T23:37:53.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19832026-06-02T23:37:53.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19842026-06-02T23:37:53.533Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19852026-06-02T23:37:53.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19862026-06-02T23:37:53.592Z
19872026-06-02T23:37:53.592Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/295)
19882026-06-02T23:37:53.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19892026-06-02T23:37:53.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19902026-06-02T23:37:53.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19912026-06-02T23:37:54.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19922026-06-02T23:37:54.054Z
19932026-06-02T23:37:54.054Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/295)
19942026-06-02T23:37:54.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19952026-06-02T23:37:54.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19962026-06-02T23:37:54.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19972026-06-02T23:37:54.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19982026-06-02T23:37:54.513Z
19992026-06-02T23:37:54.513Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/295)
20002026-06-02T23:37:54.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20012026-06-02T23:37:54.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20022026-06-02T23:37:54.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20032026-06-02T23:37:54.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20042026-06-02T23:37:54.972Z
20052026-06-02T23:37:54.972Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/295)
20062026-06-02T23:37:55.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20072026-06-02T23:37:55.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20082026-06-02T23:37:55.376Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20092026-06-02T23:37:55.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20102026-06-02T23:37:55.433Z
20112026-06-02T23:37:55.433Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/295)
20122026-06-02T23:37:55.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20132026-06-02T23:37:55.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20142026-06-02T23:37:55.839Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20152026-06-02T23:37:55.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20162026-06-02T23:37:55.895Z
20172026-06-02T23:37:55.895Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/295)
20182026-06-02T23:37:56.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20192026-06-02T23:37:56.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20202026-06-02T23:37:56.299Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20212026-06-02T23:37:56.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20222026-06-02T23:37:56.356Z
20232026-06-02T23:37:56.356Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/295)
20242026-06-02T23:37:56.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20252026-06-02T23:37:56.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20262026-06-02T23:37:56.762Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20272026-06-02T23:37:56.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20282026-06-02T23:37:56.818Z
20292026-06-02T23:37:56.818Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/295)
20302026-06-02T23:37:57.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20312026-06-02T23:37:57.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20322026-06-02T23:37:57.224Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20332026-06-02T23:37:57.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20342026-06-02T23:37:57.280Z
20352026-06-02T23:37:57.280Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/295)
20362026-06-02T23:37:57.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20372026-06-02T23:37:57.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20382026-06-02T23:37:57.688Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20392026-06-02T23:37:57.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20402026-06-02T23:37:57.748Z
20412026-06-02T23:37:57.748Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/295)
20422026-06-02T23:37:58.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20432026-06-02T23:37:58.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20442026-06-02T23:37:58.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20452026-06-02T23:37:58.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20462026-06-02T23:37:58.209Z
20472026-06-02T23:37:58.209Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/295)
20482026-06-02T23:37:58.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20492026-06-02T23:37:58.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20502026-06-02T23:37:58.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20512026-06-02T23:37:58.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20522026-06-02T23:37:58.670Z
20532026-06-02T23:37:58.670Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/295)
20542026-06-02T23:37:59.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20552026-06-02T23:37:59.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20562026-06-02T23:37:59.078Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20572026-06-02T23:37:59.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20582026-06-02T23:37:59.134Z
20592026-06-02T23:37:59.134Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/295)
20602026-06-02T23:37:59.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20612026-06-02T23:37:59.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20622026-06-02T23:37:59.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20632026-06-02T23:37:59.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20642026-06-02T23:37:59.595Z
20652026-06-02T23:37:59.595Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/295)
20662026-06-02T23:37:59.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20672026-06-02T23:38:00.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20682026-06-02T23:38:00.003Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20692026-06-02T23:38:00.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20702026-06-02T23:38:00.059Z
20712026-06-02T23:38:00.059Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/295)
20722026-06-02T23:38:00.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20732026-06-02T23:38:00.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20742026-06-02T23:38:00.465Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20752026-06-02T23:38:00.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20762026-06-02T23:38:00.521Z
20772026-06-02T23:38:00.521Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/295)
20782026-06-02T23:38:00.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20792026-06-02T23:38:00.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20802026-06-02T23:38:00.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20812026-06-02T23:38:00.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20822026-06-02T23:38:00.986Z
20832026-06-02T23:38:00.986Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/295)
20842026-06-02T23:38:01.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20852026-06-02T23:38:01.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20862026-06-02T23:38:01.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20872026-06-02T23:38:01.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20882026-06-02T23:38:01.617Z
20892026-06-02T23:38:01.617Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/295)
20902026-06-02T23:38:02.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20912026-06-02T23:38:02.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20922026-06-02T23:38:02.150Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20932026-06-02T23:38:02.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20942026-06-02T23:38:02.248Z
20952026-06-02T23:38:02.248Zinfo: running `cargo check --bins` on nexus-config (51/295)
20962026-06-02T23:38:02.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20972026-06-02T23:38:02.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20982026-06-02T23:38:02.778Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20992026-06-02T23:38:02.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21002026-06-02T23:38:02.874Z
21012026-06-02T23:38:02.874Zinfo: running `cargo check --bins` on nexus-types (52/295)
21022026-06-02T23:38:03.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21032026-06-02T23:38:03.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21042026-06-02T23:38:03.407Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21052026-06-02T23:38:03.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21062026-06-02T23:38:03.502Z
21072026-06-02T23:38:03.502Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/295)
21082026-06-02T23:38:04.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21092026-06-02T23:38:04.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21102026-06-02T23:38:04.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21112026-06-02T23:38:04.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21122026-06-02T23:38:04.101Z
21132026-06-02T23:38:04.101Zinfo: running `cargo check --bins` on omicron-passwords (54/295)
21142026-06-02T23:38:04.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21152026-06-02T23:38:04.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21162026-06-02T23:38:04.590Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21172026-06-02T23:38:04.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21182026-06-02T23:38:04.676Z
21192026-06-02T23:38:04.676Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/295)
21202026-06-02T23:38:05.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21212026-06-02T23:38:05.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21222026-06-02T23:38:05.184Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21232026-06-02T23:38:05.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21242026-06-02T23:38:05.271Z
21252026-06-02T23:38:05.271Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/295)
21262026-06-02T23:38:05.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21272026-06-02T23:38:05.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21282026-06-02T23:38:05.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21292026-06-02T23:38:05.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21302026-06-02T23:38:05.868Z
21312026-06-02T23:38:05.868Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/295)
21322026-06-02T23:38:06.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21332026-06-02T23:38:06.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21342026-06-02T23:38:06.376Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21352026-06-02T23:38:06.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21362026-06-02T23:38:06.466Z
21372026-06-02T23:38:06.466Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/295)
21382026-06-02T23:38:06.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21392026-06-02T23:38:06.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21402026-06-02T23:38:06.976Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21412026-06-02T23:38:06.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21422026-06-02T23:38:07.065Z
21432026-06-02T23:38:07.065Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/295)
21442026-06-02T23:38:07.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21452026-06-02T23:38:07.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21462026-06-02T23:38:07.557Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21472026-06-02T23:38:07.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21482026-06-02T23:38:07.643Z
21492026-06-02T23:38:07.643Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/295)
21502026-06-02T23:38:08.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21512026-06-02T23:38:08.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21522026-06-02T23:38:08.139Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21532026-06-02T23:38:08.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21542026-06-02T23:38:08.225Z
21552026-06-02T23:38:08.226Zinfo: running `cargo check --bins --no-default-features` on gfss (61/295)
21562026-06-02T23:38:08.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21572026-06-02T23:38:08.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21582026-06-02T23:38:08.718Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21592026-06-02T23:38:08.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21602026-06-02T23:38:08.806Z
21612026-06-02T23:38:08.806Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/295)
21622026-06-02T23:38:09.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21632026-06-02T23:38:09.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21642026-06-02T23:38:09.300Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21652026-06-02T23:38:09.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21662026-06-02T23:38:09.384Z
21672026-06-02T23:38:09.384Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/295)
21682026-06-02T23:38:09.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21692026-06-02T23:38:09.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21702026-06-02T23:38:09.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21712026-06-02T23:38:09.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21722026-06-02T23:38:09.982Z
21732026-06-02T23:38:09.982Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/295)
21742026-06-02T23:38:10.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21752026-06-02T23:38:10.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21762026-06-02T23:38:10.489Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21772026-06-02T23:38:10.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21782026-06-02T23:38:10.581Z
21792026-06-02T23:38:10.581Zinfo: running `cargo check --bins` on cockroach-admin-types (65/295)
21802026-06-02T23:38:11.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21812026-06-02T23:38:11.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21822026-06-02T23:38:11.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21832026-06-02T23:38:11.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21842026-06-02T23:38:11.166Z
21852026-06-02T23:38:11.166Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/295)
21862026-06-02T23:38:11.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21872026-06-02T23:38:11.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21882026-06-02T23:38:11.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21892026-06-02T23:38:11.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21902026-06-02T23:38:11.748Z
21912026-06-02T23:38:11.748Zinfo: running `cargo check --bins` on ereport-types (67/295)
21922026-06-02T23:38:12.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21932026-06-02T23:38:12.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21942026-06-02T23:38:12.246Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21952026-06-02T23:38:12.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21962026-06-02T23:38:12.337Z
21972026-06-02T23:38:12.337Zinfo: running `cargo check --bins` on gateway-client (68/295)
21982026-06-02T23:38:12.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21992026-06-02T23:38:12.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22002026-06-02T23:38:12.839Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22012026-06-02T23:38:12.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22022026-06-02T23:38:12.930Z
22032026-06-02T23:38:12.930Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/295)
22042026-06-02T23:38:13.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22052026-06-02T23:38:13.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22062026-06-02T23:38:13.432Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22072026-06-02T23:38:13.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22082026-06-02T23:38:13.521Z
22092026-06-02T23:38:13.521Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/295)
22102026-06-02T23:38:14.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22112026-06-02T23:38:14.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22122026-06-02T23:38:14.026Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22132026-06-02T23:38:14.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22142026-06-02T23:38:14.117Z
22152026-06-02T23:38:14.117Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/295)
22162026-06-02T23:38:14.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22172026-06-02T23:38:14.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22182026-06-02T23:38:14.619Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22192026-06-02T23:38:14.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22202026-06-02T23:38:14.708Z
22212026-06-02T23:38:14.708Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/295)
22222026-06-02T23:38:15.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22232026-06-02T23:38:15.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22242026-06-02T23:38:15.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22252026-06-02T23:38:15.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22262026-06-02T23:38:15.299Z
22272026-06-02T23:38:15.299Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/295)
22282026-06-02T23:38:15.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22292026-06-02T23:38:15.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22302026-06-02T23:38:15.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22312026-06-02T23:38:15.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22322026-06-02T23:38:15.909Z
22332026-06-02T23:38:15.909Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/295)
22342026-06-02T23:38:16.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22352026-06-02T23:38:16.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22362026-06-02T23:38:16.427Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22372026-06-02T23:38:16.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22382026-06-02T23:38:16.521Z
22392026-06-02T23:38:16.521Zinfo: running `cargo check --bins` on key-manager-types (75/295)
22402026-06-02T23:38:17.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22412026-06-02T23:38:17.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22422026-06-02T23:38:17.015Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22432026-06-02T23:38:17.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22442026-06-02T23:38:17.101Z
22452026-06-02T23:38:17.101Zinfo: running `cargo check --bins` on oxlog (76/295)
22462026-06-02T23:38:17.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22472026-06-02T23:38:17.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22482026-06-02T23:38:17.713Z Checking cfg-if v1.0.4
22492026-06-02T23:38:17.716Z Checking libc v0.2.185
22502026-06-02T23:38:17.716Z Checking serde_core v1.0.228
22512026-06-02T23:38:17.831Z Checking zeroize v1.8.2
22522026-06-02T23:38:17.838Z Checking memchr v2.8.0
22532026-06-02T23:38:17.848Z Checking log v0.4.29
22542026-06-02T23:38:17.856Z Checking smallvec v1.15.1
22552026-06-02T23:38:17.869Z Checking typenum v1.19.0
22562026-06-02T23:38:17.873Z Checking subtle v2.6.1
22572026-06-02T23:38:17.968Z Checking itoa v1.0.17
22582026-06-02T23:38:18.006Z Checking scopeguard v1.2.0
22592026-06-02T23:38:18.022Z Checking stable_deref_trait v1.2.1
22602026-06-02T23:38:18.034Z Checking const-oid v0.9.6
22612026-06-02T23:38:18.094Z Checking zerofrom v0.1.6
22622026-06-02T23:38:18.106Z Checking lock_api v0.4.14
22632026-06-02T23:38:18.117Z Checking pin-project-lite v0.2.17
22642026-06-02T23:38:18.203Z Checking yoke v0.8.1
22652026-06-02T23:38:18.216Z Checking portable-atomic v1.13.1
22662026-06-02T23:38:18.218Z Checking critical-section v1.2.0
22672026-06-02T23:38:18.222Z Checking getrandom v0.2.17
22682026-06-02T23:38:18.295Z Checking errno v0.3.14
22692026-06-02T23:38:18.345Z Checking parking_lot_core v0.9.12
22702026-06-02T23:38:18.362Z Checking zerovec v0.11.5
22712026-06-02T23:38:18.381Z Checking generic-array v0.14.7
22722026-06-02T23:38:18.398Z Checking rand_core v0.6.4
22732026-06-02T23:38:18.410Z Checking signal-hook-registry v1.4.8
22742026-06-02T23:38:18.525Z Checking futures-core v0.3.32
22752026-06-02T23:38:18.563Z Checking parking_lot v0.12.5
22762026-06-02T23:38:18.563Z Checking mio v1.2.0
22772026-06-02T23:38:18.645Z Checking zerocopy v0.8.40
22782026-06-02T23:38:18.662Z Checking once_cell v1.21.3
22792026-06-02T23:38:18.707Z Checking zmij v1.0.21
22802026-06-02T23:38:18.748Z Checking socket2 v0.6.3
22812026-06-02T23:38:18.791Z Checking tinystr v0.8.2
22822026-06-02T23:38:18.817Z Checking crypto-common v0.1.7
22832026-06-02T23:38:18.838Z Checking block-buffer v0.10.4
22842026-06-02T23:38:18.857Z Checking libm v0.2.16
22852026-06-02T23:38:18.918Z Checking writeable v0.6.2
22862026-06-02T23:38:18.936Z Checking equivalent v1.0.2
22872026-06-02T23:38:18.966Z Checking percent-encoding v2.3.2
22882026-06-02T23:38:18.978Z Checking digest v0.10.7
22892026-06-02T23:38:18.989Z Checking litemap v0.8.1
22902026-06-02T23:38:19.014Z Checking potential_utf v0.1.4
22912026-06-02T23:38:19.076Z Checking zerotrie v0.2.3
22922026-06-02T23:38:19.103Z Checking futures-sink v0.3.32
22932026-06-02T23:38:19.138Z Checking icu_collections v2.1.1
22942026-06-02T23:38:19.155Z Checking icu_locale_core v2.1.1
22952026-06-02T23:38:19.168Z Checking futures-io v0.3.32
22962026-06-02T23:38:19.197Z Checking futures-channel v0.3.32
22972026-06-02T23:38:19.279Z Checking futures-task v0.3.32
22982026-06-02T23:38:19.319Z Checking cpufeatures v0.2.17
22992026-06-02T23:38:19.336Z Checking serde v1.0.228
23002026-06-02T23:38:19.384Z Checking bitflags v2.11.0
23012026-06-02T23:38:19.395Z Checking serde_json v1.0.149
23022026-06-02T23:38:19.409Z Checking slab v0.4.12
23032026-06-02T23:38:19.445Z Checking hmac v0.12.1
23042026-06-02T23:38:19.548Z Checking icu_properties_data v2.1.2
23052026-06-02T23:38:19.562Z Checking num-traits v0.2.19
23062026-06-02T23:38:19.573Z Checking futures-util v0.3.32
23072026-06-02T23:38:19.583Z Checking icu_normalizer_data v2.1.1
23082026-06-02T23:38:19.652Z Checking hashbrown v0.17.0
23092026-06-02T23:38:19.674Z Checking rand_core v0.10.0
23102026-06-02T23:38:19.706Z Checking icu_provider v2.1.1
23112026-06-02T23:38:19.735Z Checking bytes v1.11.1
23122026-06-02T23:38:19.810Z Checking getrandom v0.4.1
23132026-06-02T23:38:19.932Z Checking icu_normalizer v2.1.1
23142026-06-02T23:38:19.955Z Checking icu_properties v2.1.2
23152026-06-02T23:38:20.055Z Checking block-padding v0.3.3
23162026-06-02T23:38:20.080Z Checking utf8_iter v1.0.4
23172026-06-02T23:38:20.101Z Checking indexmap v2.14.0
23182026-06-02T23:38:20.171Z Checking tokio v1.52.1
23192026-06-02T23:38:20.183Z Checking inout v0.1.4
23202026-06-02T23:38:20.201Z Checking sha2 v0.10.9
23212026-06-02T23:38:20.237Z Checking form_urlencoded v1.2.2
23222026-06-02T23:38:20.315Z Checking cipher v0.4.4
23232026-06-02T23:38:20.361Z Checking getrandom v0.3.4
23242026-06-02T23:38:20.469Z Checking byteorder v1.5.0
23252026-06-02T23:38:20.501Z Checking base64ct v1.8.3
23262026-06-02T23:38:20.523Z Checking fnv v1.0.7
23272026-06-02T23:38:20.616Z Checking flagset v0.4.7
23282026-06-02T23:38:20.654Z Checking rand_core v0.9.5
23292026-06-02T23:38:20.667Z Checking http v1.4.0
23302026-06-02T23:38:20.727Z Checking pem-rfc7468 v0.7.0
23312026-06-02T23:38:20.740Z Checking regex-syntax v0.8.10
23322026-06-02T23:38:20.776Z Checking idna_adapter v1.2.1
23332026-06-02T23:38:20.828Z Checking salsa20 v0.10.2
23342026-06-02T23:38:20.885Z Checking der v0.7.10
23352026-06-02T23:38:20.898Z Checking idna v1.1.0
23362026-06-02T23:38:20.960Z Checking uuid v1.23.0
23372026-06-02T23:38:21.139Z Checking url v2.5.8
23382026-06-02T23:38:21.222Z Checking pbkdf2 v0.12.2
23392026-06-02T23:38:21.266Z Checking rustix v1.1.3
23402026-06-02T23:38:21.331Z Checking tracing-core v0.1.36
23412026-06-02T23:38:21.399Z Checking ppv-lite86 v0.2.21
23422026-06-02T23:38:21.487Z Checking rustls-pki-types v1.14.0
23432026-06-02T23:38:21.582Z Checking iana-time-zone v0.1.65
23442026-06-02T23:38:21.603Z Checking spki v0.7.3
23452026-06-02T23:38:21.635Z Checking base64 v0.22.1
23462026-06-02T23:38:21.686Z Checking chrono v0.4.44
23472026-06-02T23:38:21.698Z Checking rand_chacha v0.9.0
23482026-06-02T23:38:21.764Z Checking tracing v0.1.44
23492026-06-02T23:38:21.778Z Checking scrypt v0.11.0
23502026-06-02T23:38:21.867Z Checking http-body v1.0.1
23512026-06-02T23:38:21.895Z Checking cbc v0.1.2
23522026-06-02T23:38:21.913Z Checking aes v0.8.4
23532026-06-02T23:38:21.966Z Checking aws-lc-sys v0.40.0
23542026-06-02T23:38:22.001Z Checking tinyvec_macros v0.1.1
23552026-06-02T23:38:22.018Z Checking untrusted v0.9.0
23562026-06-02T23:38:22.038Z Checking openssl-probe v0.2.1
23572026-06-02T23:38:22.065Z Checking untrusted v0.7.1
23582026-06-02T23:38:22.096Z Checking tinyvec v1.10.0
23592026-06-02T23:38:22.122Z Checking ring v0.17.14
23602026-06-02T23:38:22.140Z Checking rand v0.9.2
23612026-06-02T23:38:22.176Z Checking tower-layer v0.3.3
23622026-06-02T23:38:22.303Z Checking pkcs5 v0.7.1
23632026-06-02T23:38:22.322Z Checking tower-service v0.3.3
23642026-06-02T23:38:22.399Z Checking atomic-waker v1.1.2
23652026-06-02T23:38:22.411Z Checking try-lock v0.2.5
23662026-06-02T23:38:22.468Z Checking aws-lc-rs v1.16.3
23672026-06-02T23:38:22.495Z Checking ipnet v2.11.0
23682026-06-02T23:38:22.508Z Checking want v0.3.1
23692026-06-02T23:38:22.533Z Checking httparse v1.10.1
23702026-06-02T23:38:22.552Z Checking pkcs8 v0.10.2
23712026-06-02T23:38:22.600Z Checking aho-corasick v1.1.4
23722026-06-02T23:38:22.624Z Checking plain v0.2.3
23732026-06-02T23:38:22.724Z Checking dyn-clone v1.0.20
23742026-06-02T23:38:22.738Z Checking fastrand v2.3.0
23752026-06-02T23:38:22.742Z Checking pin-utils v0.1.0
23762026-06-02T23:38:22.758Z Checking foreign-types-shared v0.1.1
23772026-06-02T23:38:22.822Z Checking httpdate v1.0.3
23782026-06-02T23:38:22.827Z Checking unicode-normalization v0.1.25
23792026-06-02T23:38:22.842Z Checking foreign-types v0.3.2
23802026-06-02T23:38:22.906Z Checking semver v1.0.28
23812026-06-02T23:38:22.918Z Checking tempfile v3.25.0
23822026-06-02T23:38:22.956Z Checking openssl-sys v0.9.115
23832026-06-02T23:38:23.108Z Checking spin v0.9.8
23842026-06-02T23:38:23.123Z Checking ucd-trie v0.1.7
23852026-06-02T23:38:23.136Z Checking unicode-ident v1.0.24
23862026-06-02T23:38:23.228Z Checking schemars v0.8.22
23872026-06-02T23:38:23.241Z Checking proc-macro2 v1.0.106
23882026-06-02T23:38:23.253Z Checking pest v2.8.6
23892026-06-02T23:38:23.268Z Checking regex-automata v0.4.14
23902026-06-02T23:38:23.290Z Checking rustls-native-certs v0.8.3
23912026-06-02T23:38:23.303Z Checking rustls-webpki v0.103.9
23922026-06-02T23:38:23.337Z Checking openssl v0.10.79
23932026-06-02T23:38:23.407Z Checking tokio-util v0.7.18
23942026-06-02T23:38:23.420Z Checking thiserror v2.0.18
23952026-06-02T23:38:23.521Z Checking sync_wrapper v1.0.2
23962026-06-02T23:38:23.541Z Checking wait-timeout v0.2.1
23972026-06-02T23:38:23.621Z Checking siphasher v1.0.2
23982026-06-02T23:38:23.662Z Checking anstyle v1.0.13
23992026-06-02T23:38:23.726Z Checking rustls v0.23.37
24002026-06-02T23:38:23.791Z Checking pretty-hex v0.4.1
24012026-06-02T23:38:23.861Z Checking bit-vec v0.8.0
24022026-06-02T23:38:23.876Z Checking utf8parse v0.2.2
24032026-06-02T23:38:23.908Z Checking simd-adler32 v0.3.8
24042026-06-02T23:38:23.977Z Checking powerfmt v0.2.0
24052026-06-02T23:38:24.028Z Checking h2 v0.4.13
24062026-06-02T23:38:24.055Z Checking quick-error v1.2.3
24072026-06-02T23:38:24.076Z Checking bit-set v0.8.0
24082026-06-02T23:38:24.126Z Checking deranged v0.5.8
24092026-06-02T23:38:24.156Z Checking rusty-fork v0.3.1
24102026-06-02T23:38:24.225Z Checking anstyle-parse v0.2.7
24112026-06-02T23:38:24.324Z Checking tower v0.5.3
24122026-06-02T23:38:24.337Z Checking quote v1.0.45
24132026-06-02T23:38:24.378Z Compiling newtype-uuid v1.3.2
24142026-06-02T23:38:24.501Z Checking http-body-util v0.1.3
24152026-06-02T23:38:24.557Z Checking webpki-roots v1.0.6
24162026-06-02T23:38:24.672Z Checking crossbeam-utils v0.8.21
24172026-06-02T23:38:24.707Z Checking rand_xorshift v0.4.0
24182026-06-02T23:38:24.719Z Checking crc32fast v1.5.0
24192026-06-02T23:38:24.822Z Checking scroll v0.13.0
24202026-06-02T23:38:24.855Z Checking signature v2.2.0
24212026-06-02T23:38:24.986Z Checking adler2 v2.0.1
24222026-06-02T23:38:24.997Z Checking ryu v1.0.23
24232026-06-02T23:38:25.041Z Checking colorchoice v1.0.4
24242026-06-02T23:38:25.056Z Checking num-conv v0.2.0
24252026-06-02T23:38:25.090Z Checking unicode-properties v0.1.4
24262026-06-02T23:38:25.128Z Checking num_threads v0.1.7
24272026-06-02T23:38:25.132Z Checking allocator-api2 v0.2.21
24282026-06-02T23:38:25.149Z Checking iri-string v0.7.10
24292026-06-02T23:38:25.164Z Checking unarray v0.1.4
24302026-06-02T23:38:25.212Z Checking unicode-bidi v0.3.18
24312026-06-02T23:38:25.265Z Checking time-core v0.1.8
24322026-06-02T23:38:25.278Z Checking is_terminal_polyfill v1.70.2
24332026-06-02T23:38:25.363Z Checking anstyle-query v1.1.5
24342026-06-02T23:38:25.378Z Checking native-tls v0.2.18
24352026-06-02T23:38:25.401Z Checking time v0.3.47
24362026-06-02T23:38:25.414Z Checking proptest v1.10.0
24372026-06-02T23:38:25.452Z Checking anstream v0.6.21
24382026-06-02T23:38:25.500Z Checking stringprep v0.1.5
24392026-06-02T23:38:25.551Z Checking tokio-native-tls v0.3.1
24402026-06-02T23:38:25.649Z Checking bstr v1.12.1
24412026-06-02T23:38:25.663Z Checking serde_urlencoded v0.7.1
24422026-06-02T23:38:25.708Z Checking miniz_oxide v0.8.9
24432026-06-02T23:38:25.864Z Checking goblin v0.10.5
24442026-06-02T23:38:26.039Z Checking crossbeam-epoch v0.9.18
24452026-06-02T23:38:26.064Z Compiling daft v0.1.7
24462026-06-02T23:38:26.100Z Checking tokio-rustls v0.26.4
24472026-06-02T23:38:26.170Z Checking tower-http v0.6.8
24482026-06-02T23:38:26.260Z Checking syn v2.0.117
24492026-06-02T23:38:26.325Z Checking ipnetwork v0.21.1
24502026-06-02T23:38:26.341Z Checking rand_chacha v0.3.1
24512026-06-02T23:38:26.449Z Checking thiserror v1.0.69
24522026-06-02T23:38:26.533Z Checking scroll v0.12.0
24532026-06-02T23:38:26.546Z Checking hash32 v0.2.1
24542026-06-02T23:38:26.549Z Checking zstd-sys v2.0.16+zstd.1.5.7
24552026-06-02T23:38:26.549Z Checking num-integer v0.1.46
24562026-06-02T23:38:26.679Z Checking serde_spanned v0.6.9
24572026-06-02T23:38:26.700Z Checking toml_datetime v0.6.11
24582026-06-02T23:38:26.712Z Checking hyper v1.8.1
24592026-06-02T23:38:26.752Z Checking md-5 v0.10.6
24602026-06-02T23:38:26.777Z Checking ff v0.13.1
24612026-06-02T23:38:26.799Z Checking encoding_rs v0.8.35
24622026-06-02T23:38:26.876Z Checking base16ct v0.2.0
24632026-06-02T23:38:26.889Z Checking fallible-iterator v0.2.0
24642026-06-02T23:38:26.901Z Checking zlib-rs v0.6.2
24652026-06-02T23:38:27.001Z Checking mime v0.3.17
24662026-06-02T23:38:27.152Z Checking psl-types v2.0.11
24672026-06-02T23:38:27.173Z Checking postgres-protocol v0.6.10
24682026-06-02T23:38:27.266Z Checking publicsuffix v2.3.0
24692026-06-02T23:38:27.340Z Checking sec1 v0.7.3
24702026-06-02T23:38:27.423Z Checking group v0.13.0
24712026-06-02T23:38:27.476Z Checking num-iter v0.1.45
24722026-06-02T23:38:27.545Z Checking goblin v0.8.2
24732026-06-02T23:38:27.570Z Checking heapless v0.7.17
24742026-06-02T23:38:27.584Z Checking zstd-safe v7.2.4
24752026-06-02T23:38:27.610Z Checking hyper-util v0.1.20
24762026-06-02T23:38:27.734Z Checking rand v0.8.6
24772026-06-02T23:38:27.745Z Checking oxnet v0.1.4
24782026-06-02T23:38:27.769Z Checking flate2 v1.1.9
24792026-06-02T23:38:27.972Z Checking cookie v0.18.1
24802026-06-02T23:38:27.986Z Compiling iddqd v0.4.2
24812026-06-02T23:38:28.072Z Checking dtrace-parser v0.3.0
24822026-06-02T23:38:28.191Z Checking dof v0.4.0
24832026-06-02T23:38:28.205Z Checking phf_shared v0.13.1
24842026-06-02T23:38:28.248Z Checking lazy_static v1.5.0
24852026-06-02T23:38:28.306Z Checking pin-project v1.1.11
24862026-06-02T23:38:28.339Z Checking zerocopy v0.7.35
24872026-06-02T23:38:28.392Z Checking bzip2-sys v0.1.13+1.0.8
24882026-06-02T23:38:28.405Z Checking signal-hook v0.3.18
24892026-06-02T23:38:28.476Z Checking terminal_size v0.4.3
24902026-06-02T23:38:28.527Z Checking futures-executor v0.3.32
24912026-06-02T23:38:28.586Z Checking hex v0.4.3
24922026-06-02T23:38:28.586Z Checking hkdf v0.12.4
24932026-06-02T23:38:28.668Z Checking crypto-bigint v0.5.5
24942026-06-02T23:38:28.726Z Checking thread-id v5.1.0
24952026-06-02T23:38:28.805Z Checking foldhash v0.2.0
24962026-06-02T23:38:28.816Z Checking bumpalo v3.20.2
24972026-06-02T23:38:28.828Z Checking same-file v1.0.6
24982026-06-02T23:38:28.838Z Checking managed v0.8.0
24992026-06-02T23:38:28.884Z Checking hyper-rustls v0.27.7
25002026-06-02T23:38:28.936Z Checking hyper-tls v0.6.0
25012026-06-02T23:38:28.957Z Checking libbz2-rs-sys v0.2.2
25022026-06-02T23:38:29.011Z Checking strsim v0.11.1
25032026-06-02T23:38:29.022Z Checking winnow v0.5.40
25042026-06-02T23:38:29.093Z Checking winnow v0.7.14
25052026-06-02T23:38:29.110Z Checking either v1.15.0
25062026-06-02T23:38:29.176Z Checking bitflags v1.3.2
25072026-06-02T23:38:29.249Z Checking foldhash v0.1.5
25082026-06-02T23:38:29.285Z Compiling rayon-core v1.13.0
25092026-06-02T23:38:29.297Z Checking clap_lex v1.0.0
25102026-06-02T23:38:29.358Z Checking bzip2 v0.6.1
25112026-06-02T23:38:29.378Z Checking hashbrown v0.15.5
25122026-06-02T23:38:29.445Z Checking clap_builder v4.5.60
25132026-06-02T23:38:29.473Z Checking dof v0.3.0
25142026-06-02T23:38:29.485Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25152026-06-02T23:38:29.515Z Checking smoltcp v0.9.1
25162026-06-02T23:38:29.589Z Checking elliptic-curve v0.13.8
25172026-06-02T23:38:29.666Z Checking reqwest v0.12.28
25182026-06-02T23:38:29.770Z Checking zopfli v0.8.3
25192026-06-02T23:38:29.845Z Checking hashbrown v0.16.1
25202026-06-02T23:38:29.893Z Checking walkdir v2.5.0
25212026-06-02T23:38:30.055Z Checking usdt-impl v0.6.0
25222026-06-02T23:38:30.078Z Checking futures v0.3.32
25232026-06-02T23:38:30.105Z Checking signal-hook-mio v0.2.5
25242026-06-02T23:38:30.152Z Checking bzip2 v0.4.4
25252026-06-02T23:38:30.171Z Checking toml_edit v0.19.15
25262026-06-02T23:38:30.201Z Checking snafu v0.8.9
25272026-06-02T23:38:30.284Z Checking phf v0.13.1
25282026-06-02T23:38:30.313Z Checking num-bigint-dig v0.8.6
25292026-06-02T23:38:30.329Z Checking cookie_store v0.22.1
25302026-06-02T23:38:30.429Z Checking zstd v0.13.3
25312026-06-02T23:38:30.432Z Checking postgres-types v0.2.12
25322026-06-02T23:38:30.515Z Checking dtrace-parser v0.2.0
25332026-06-02T23:38:30.582Z Checking crossbeam-deque v0.8.6
25342026-06-02T23:38:30.612Z Checking rustls-platform-verifier v0.6.2
25352026-06-02T23:38:30.653Z Checking globset v0.4.18
25362026-06-02T23:38:30.669Z Checking regex v1.12.3
25372026-06-02T23:38:30.744Z Checking ed25519 v2.2.3
25382026-06-02T23:38:30.747Z Checking phf_shared v0.11.3
25392026-06-02T23:38:30.747Z Checking olpc-cjson v0.1.4
25402026-06-02T23:38:30.758Z Checking ref-cast v1.0.25
25412026-06-02T23:38:30.872Z Checking curve25519-dalek v4.1.3
25422026-06-02T23:38:30.886Z Checking strum v0.27.2
25432026-06-02T23:38:30.898Z Checking hubpack v0.1.2
25442026-06-02T23:38:30.902Z Checking memoffset v0.9.1
25452026-06-02T23:38:30.939Z Checking rustix v0.38.44
25462026-06-02T23:38:30.951Z Checking pkcs1 v0.7.5
25472026-06-02T23:38:30.983Z Checking pem v3.0.6
25482026-06-02T23:38:30.995Z Checking float-cmp v0.10.0
25492026-06-02T23:38:31.059Z Checking serde-big-array v0.5.1
25502026-06-02T23:38:31.116Z Checking serde_plain v1.0.2
25512026-06-02T23:38:31.118Z Checking erased-serde v0.3.31
25522026-06-02T23:38:31.140Z Checking rfc6979 v0.4.0
25532026-06-02T23:38:31.154Z Checking memmap2 v0.9.10
25542026-06-02T23:38:31.186Z Checking thread-id v4.2.2
25552026-06-02T23:38:31.207Z Checking env_filter v1.0.0
25562026-06-02T23:38:31.247Z Checking data-encoding v2.10.0
25572026-06-02T23:38:31.260Z Checking toml_write v0.1.2
25582026-06-02T23:38:31.272Z Checking unicode-segmentation v1.12.0
25592026-06-02T23:38:31.309Z Checking predicates-core v1.0.10
25602026-06-02T23:38:31.345Z Checking jiff v0.2.21
25612026-06-02T23:38:31.418Z Checking static_assertions v1.1.0
25622026-06-02T23:38:31.430Z Checking keccak v0.1.6
25632026-06-02T23:38:31.488Z Checking fixedbitset v0.5.7
25642026-06-02T23:38:31.508Z Checking difflib v0.4.0
25652026-06-02T23:38:31.520Z Checking new_debug_unreachable v1.0.6
25662026-06-02T23:38:31.576Z Checking normalize-line-endings v0.3.0
25672026-06-02T23:38:31.588Z Checking fixedbitset v0.4.2
25682026-06-02T23:38:31.600Z Checking precomputed-hash v0.1.1
25692026-06-02T23:38:31.651Z Checking whoami v2.1.0
25702026-06-02T23:38:31.664Z Checking typed-path v0.9.3
25712026-06-02T23:38:31.677Z Checking string_cache v0.8.9
25722026-06-02T23:38:31.690Z Checking predicates v3.1.4
25732026-06-02T23:38:31.694Z Checking petgraph v0.8.3
25742026-06-02T23:38:31.731Z Checking petgraph v0.6.5
25752026-06-02T23:38:31.745Z Checking crossterm v0.28.1
25762026-06-02T23:38:31.838Z Checking tokio-postgres v0.7.16
25772026-06-02T23:38:31.841Z Checking ed25519-dalek v2.2.0
25782026-06-02T23:38:31.989Z Checking sha3 v0.10.8
25792026-06-02T23:38:32.080Z Checking similar v2.7.0
25802026-06-02T23:38:32.202Z Checking hickory-proto v0.25.2
25812026-06-02T23:38:32.415Z Checking tough v0.22.0
25822026-06-02T23:38:32.436Z Checking slog v2.8.2
25832026-06-02T23:38:32.466Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
25842026-06-02T23:38:32.692Z Checking toml_edit v0.22.27
25852026-06-02T23:38:32.996Z Checking env_logger v0.11.9
25862026-06-02T23:38:33.069Z Checking usdt v0.6.0
25872026-06-02T23:38:33.186Z Checking usdt-impl v0.5.0
25882026-06-02T23:38:33.237Z Checking ecdsa v0.16.9
25892026-06-02T23:38:33.251Z Checking toml v0.7.8
25902026-06-02T23:38:33.467Z Checking rsa v0.9.10
25912026-06-02T23:38:33.558Z Checking nix v0.31.2
25922026-06-02T23:38:33.572Z Checking zip v4.6.1
25932026-06-02T23:38:33.792Z Checking reqwest v0.13.2
25942026-06-02T23:38:34.190Z Checking clap v4.5.60
25952026-06-02T23:38:34.271Z Checking zip v0.6.6
25962026-06-02T23:38:34.297Z Checking toml_parser v1.0.9+spec-1.1.0
25972026-06-02T23:38:34.473Z Checking itertools v0.13.0
25982026-06-02T23:38:34.512Z Checking serde_with v3.17.0
25992026-06-02T23:38:34.589Z Checking strum v0.26.3
26002026-06-02T23:38:34.627Z Checking fs-err v3.3.0
26012026-06-02T23:38:34.656Z Checking ahash v0.8.12
26022026-06-02T23:38:34.669Z Checking object v0.37.3
26032026-06-02T23:38:34.699Z Checking tokio-stream v0.1.18
26042026-06-02T23:38:34.776Z Checking buf-list v1.1.2
26052026-06-02T23:38:34.846Z Checking anyhow v1.0.102
26062026-06-02T23:38:34.923Z Checking camino v1.2.2
26072026-06-02T23:38:34.961Z Checking x509-cert v0.2.5
26082026-06-02T23:38:35.025Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26092026-06-02T23:38:35.040Z Checking openapiv3 v2.2.0
26102026-06-02T23:38:35.079Z Checking sha1 v0.10.6
26112026-06-02T23:38:35.166Z Checking lalrpop-util v0.19.12
26122026-06-02T23:38:35.241Z Checking peg-runtime v0.8.5
26132026-06-02T23:38:35.285Z Checking rayon v1.11.0
26142026-06-02T23:38:35.323Z Checking sigpipe v0.1.3
26152026-06-02T23:38:35.379Z Checking glob v0.3.3
26162026-06-02T23:38:36.852Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26172026-06-02T23:38:37.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.02s
26182026-06-02T23:38:37.292Z
26192026-06-02T23:38:37.292Zinfo: running `cargo check --bins` on internal-dns-types (77/295)
26202026-06-02T23:38:37.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26212026-06-02T23:38:37.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26222026-06-02T23:38:37.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26232026-06-02T23:38:37.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26242026-06-02T23:38:37.886Z
26252026-06-02T23:38:37.886Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/295)
26262026-06-02T23:38:38.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26272026-06-02T23:38:38.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26282026-06-02T23:38:38.424Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26292026-06-02T23:38:38.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26302026-06-02T23:38:38.483Z
26312026-06-02T23:38:38.483Zinfo: running `cargo check --bins` on nexus-types-versions (79/295)
26322026-06-02T23:38:39.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26332026-06-02T23:38:39.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26342026-06-02T23:38:39.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26352026-06-02T23:38:39.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26362026-06-02T23:38:39.101Z
26372026-06-02T23:38:39.102Zinfo: running `cargo check --bins` on oxql-types (80/295)
26382026-06-02T23:38:39.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26392026-06-02T23:38:39.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26402026-06-02T23:38:39.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26412026-06-02T23:38:39.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26422026-06-02T23:38:39.693Z
26432026-06-02T23:38:39.693Zinfo: running `cargo check --bins` on oximeter-types (81/295)
26442026-06-02T23:38:40.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26452026-06-02T23:38:40.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26462026-06-02T23:38:40.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26472026-06-02T23:38:40.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26482026-06-02T23:38:40.286Z
26492026-06-02T23:38:40.286Zinfo: running `cargo check --bins` on oximeter-types-versions (82/295)
26502026-06-02T23:38:40.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26512026-06-02T23:38:40.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26522026-06-02T23:38:40.791Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26532026-06-02T23:38:40.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26542026-06-02T23:38:40.886Z
26552026-06-02T23:38:40.886Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/295)
26562026-06-02T23:38:41.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26572026-06-02T23:38:41.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26582026-06-02T23:38:41.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26592026-06-02T23:38:41.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26602026-06-02T23:38:41.466Z
26612026-06-02T23:38:41.466Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/295)
26622026-06-02T23:38:41.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26632026-06-02T23:38:41.981Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26642026-06-02T23:38:42.155Z Compiling structmeta-derive v0.3.0
26652026-06-02T23:38:42.271Z Compiling rustls v0.22.4
26662026-06-02T23:38:42.281Z Compiling multer v3.1.0
26672026-06-02T23:38:42.292Z Compiling async-stream-impl v0.3.6
26682026-06-02T23:38:42.295Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26692026-06-02T23:38:42.312Z Compiling dropshot v0.17.0
26702026-06-02T23:38:42.327Z Compiling dropshot_endpoint v0.17.0
26712026-06-02T23:38:42.327Z Compiling newtype-uuid-macros v0.1.0
26722026-06-02T23:38:42.451Z Checking newtype-uuid v1.3.2
26732026-06-02T23:38:42.531Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26742026-06-02T23:38:42.574Z Checking rustls-webpki v0.102.8
26752026-06-02T23:38:42.652Z Checking daft v0.1.7
26762026-06-02T23:38:42.684Z Checking thread_local v1.1.9
26772026-06-02T23:38:42.853Z Checking match_cfg v0.1.0
26782026-06-02T23:38:42.885Z Checking compression-core v0.4.31
26792026-06-02T23:38:42.900Z Checking iddqd v0.4.2
26802026-06-02T23:38:42.919Z Checking hostname v0.3.1
26812026-06-02T23:38:42.961Z Checking crossbeam-channel v0.5.15
26822026-06-02T23:38:43.011Z Checking compression-codecs v0.4.37
26832026-06-02T23:38:43.011Z Checking slog-json v2.6.1
26842026-06-02T23:38:43.075Z Checking is-terminal v0.4.17
26852026-06-02T23:38:43.167Z Checking serde_spanned v1.0.4
26862026-06-02T23:38:43.178Z Checking toml_datetime v1.0.0+spec-1.1.0
26872026-06-02T23:38:43.190Z Checking toml_writer v1.0.6+spec-1.1.0
26882026-06-02T23:38:43.297Z Checking term v1.2.1
26892026-06-02T23:38:43.297Z Checking debug-ignore v1.0.5
26902026-06-02T23:38:43.326Z Compiling structmeta v0.3.0
26912026-06-02T23:38:43.363Z Checking take_mut v0.2.2
26922026-06-02T23:38:43.376Z Checking toml v1.0.6+spec-1.1.0
26932026-06-02T23:38:43.414Z Checking async-compression v0.4.41
26942026-06-02T23:38:43.467Z Checking slog-async v2.8.0
26952026-06-02T23:38:43.516Z Checking slog-term v2.9.2
26962026-06-02T23:38:43.538Z Compiling derive-ex v0.1.8
26972026-06-02T23:38:43.639Z Compiling parse-display-derive v0.10.0
26982026-06-02T23:38:43.651Z Checking slog-bunyan v2.5.0
26992026-06-02T23:38:43.770Z Checking async-stream v0.3.6
27002026-06-02T23:38:43.783Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27012026-06-02T23:38:43.827Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27022026-06-02T23:38:43.887Z Checking progenitor-client v0.14.0
27032026-06-02T23:38:43.901Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27042026-06-02T23:38:43.978Z Checking waitgroup v0.1.2
27052026-06-02T23:38:44.043Z Checking backon v1.6.0
27062026-06-02T23:38:44.080Z Checking rustls-pemfile v2.2.0
27072026-06-02T23:38:44.118Z Checking serde_path_to_error v0.1.20
27082026-06-02T23:38:44.141Z Checking hostname v0.4.2
27092026-06-02T23:38:44.209Z Checking instant v0.1.13
27102026-06-02T23:38:44.295Z Checking backoff v0.4.0
27112026-06-02T23:38:44.392Z Checking progenitor-extras v0.2.0
27122026-06-02T23:38:44.422Z Checking tokio-rustls v0.25.0
27132026-06-02T23:38:44.446Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27142026-06-02T23:38:44.469Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27152026-06-02T23:38:44.614Z Checking itertools v0.14.0
27162026-06-02T23:38:44.654Z Checking progenitor-client v0.10.0
27172026-06-02T23:38:44.831Z Checking regress v0.10.5
27182026-06-02T23:38:44.871Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27192026-06-02T23:38:45.089Z Checking macaddr v1.0.1
27202026-06-02T23:38:45.243Z Compiling test-strategy v0.4.5
27212026-06-02T23:38:45.348Z Checking parse-display v0.10.0
27222026-06-02T23:38:45.495Z Checking humantime v2.3.0
27232026-06-02T23:38:46.481Z Compiling prettyplease v0.2.37
27242026-06-02T23:38:46.726Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27252026-06-02T23:38:46.902Z Checking num-rational v0.4.2
27262026-06-02T23:38:47.104Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27272026-06-02T23:38:47.350Z Checking num-complex v0.4.6
27282026-06-02T23:38:48.076Z Compiling num v0.4.3
27292026-06-02T23:38:48.153Z Compiling usdt-macro v0.5.0
27302026-06-02T23:38:48.168Z Compiling usdt-attr-macro v0.5.0
27312026-06-02T23:38:48.183Z Checking memmap v0.7.0
27322026-06-02T23:38:48.201Z Compiling float-ord v0.3.2
27332026-06-02T23:38:48.311Z Checking unicode-width v0.2.0
27342026-06-02T23:38:48.325Z Compiling convert_case v0.4.0
27352026-06-02T23:38:48.563Z Checking console v0.15.11
27362026-06-02T23:38:48.691Z Compiling derive_more v0.99.20
27372026-06-02T23:38:48.863Z Checking newline-converter v0.3.0
27382026-06-02T23:38:48.903Z Checking atomicwrites v0.4.4
27392026-06-02T23:38:48.965Z Checking usdt v0.5.0
27402026-06-02T23:38:48.976Z Compiling toml v0.8.23
27412026-06-02T23:38:49.031Z Checking linked-hash-map v0.5.6
27422026-06-02T23:38:49.135Z Compiling minimal-lexical v0.2.1
27432026-06-02T23:38:49.205Z Checking lru-cache v0.1.2
27442026-06-02T23:38:49.328Z Checking expectorate v1.2.0
27452026-06-02T23:38:49.396Z Compiling nom v7.1.3
27462026-06-02T23:38:49.925Z Checking camino-tempfile v1.4.1
27472026-06-02T23:38:50.037Z Checking hickory-proto v0.24.4
27482026-06-02T23:38:50.086Z Checking phf_shared v0.12.1
27492026-06-02T23:38:50.228Z Compiling slog-dtrace v0.3.0
27502026-06-02T23:38:50.367Z Compiling chrono-tz v0.10.4
27512026-06-02T23:38:50.419Z Checking heck v0.5.0
27522026-06-02T23:38:50.545Z Checking resolv-conf v0.7.6
27532026-06-02T23:38:50.626Z Compiling const_format_proc_macros v0.2.34
27542026-06-02T23:38:50.726Z Checking phf v0.12.1
27552026-06-02T23:38:50.741Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27562026-06-02T23:38:50.745Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27572026-06-02T23:38:50.867Z Checking tokio-dtrace v0.1.1
27582026-06-02T23:38:51.054Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27592026-06-02T23:38:51.240Z Compiling derive-where v1.6.0
27602026-06-02T23:38:51.283Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27612026-06-02T23:38:51.434Z Checking highway v1.3.0
27622026-06-02T23:38:51.667Z Checking const_format v0.2.35
27632026-06-02T23:38:51.846Z Checking hickory-resolver v0.24.4
27642026-06-02T23:38:51.898Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27652026-06-02T23:38:52.058Z Checking oxide-tokio-rt v0.1.4
27662026-06-02T23:38:52.284Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27672026-06-02T23:38:52.545Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27682026-06-02T23:38:52.559Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27692026-06-02T23:38:52.573Z Checking qorb v0.4.1
27702026-06-02T23:38:52.606Z Checking gethostname v0.5.0
27712026-06-02T23:38:52.698Z Checking bcs v0.1.6
27722026-06-02T23:38:52.802Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27732026-06-02T23:38:52.860Z Checking termtree v0.5.1
27742026-06-02T23:38:56.041Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27752026-06-02T23:38:58.809Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27762026-06-02T23:39:00.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.48s
27772026-06-02T23:39:01.133Z
27782026-06-02T23:39:01.133Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/295)
27792026-06-02T23:39:01.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27802026-06-02T23:39:01.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27812026-06-02T23:39:01.817Z Compiling ar_archive_writer v0.5.1
27822026-06-02T23:39:01.931Z Compiling stacker v0.1.23
27832026-06-02T23:39:01.933Z Compiling cfg_aliases v0.1.1
27842026-06-02T23:39:01.945Z Compiling convert_case v0.10.0
27852026-06-02T23:39:01.948Z Checking unicode-width v0.1.14
27862026-06-02T23:39:01.960Z Compiling proc-macro-error v1.0.4
27872026-06-02T23:39:01.970Z Checking fd-lock v4.0.4
27882026-06-02T23:39:01.970Z Checking nibble_vec v0.1.0
27892026-06-02T23:39:01.996Z Compiling nix v0.28.0
27902026-06-02T23:39:02.086Z Checking vte v0.14.1
27912026-06-02T23:39:02.099Z Compiling recursive-proc-macro-impl v0.1.1
27922026-06-02T23:39:02.184Z Checking endian-type v0.1.2
27932026-06-02T23:39:02.196Z Checking bytecount v0.6.9
27942026-06-02T23:39:02.238Z Checking strip-ansi-escapes v0.2.1
27952026-06-02T23:39:02.251Z Compiling derive_more-impl v2.1.1
27962026-06-02T23:39:02.251Z Compiling tabled_derive v0.7.0
27972026-06-02T23:39:02.293Z Checking papergrid v0.11.0
27982026-06-02T23:39:02.305Z Checking radix_trie v0.2.1
27992026-06-02T23:39:02.340Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28002026-06-02T23:39:02.494Z Compiling peg-macros v0.8.5
28012026-06-02T23:39:02.509Z Checking winnow v0.6.26
28022026-06-02T23:39:02.743Z Compiling psm v0.1.30
28032026-06-02T23:39:02.802Z Compiling sqlparser_derive v0.5.0
28042026-06-02T23:39:02.894Z Checking unicode_categories v0.1.1
28052026-06-02T23:39:03.048Z Checking home v0.5.12
28062026-06-02T23:39:03.051Z Checking derive_more v2.1.1
28072026-06-02T23:39:03.137Z Checking nu-ansi-term v0.50.3
28082026-06-02T23:39:03.153Z Checking crossterm v0.29.0
28092026-06-02T23:39:03.195Z Checking tabled v0.15.0
28102026-06-02T23:39:03.296Z Checking rustyline v14.0.0
28112026-06-02T23:39:03.340Z Checking reedline v0.40.0
28122026-06-02T23:39:03.532Z Checking recursive v0.1.1
28132026-06-02T23:39:03.580Z Checking display-error-chain v0.2.2
28142026-06-02T23:39:03.625Z Checking sqlparser v0.61.0
28152026-06-02T23:39:03.662Z Checking sqlformat v0.3.5
28162026-06-02T23:39:03.855Z Checking peg v0.8.5
28172026-06-02T23:39:14.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.76s
28182026-06-02T23:39:15.076Z
28192026-06-02T23:39:15.076Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/295)
28202026-06-02T23:39:15.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28212026-06-02T23:39:15.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28222026-06-02T23:39:15.755Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28232026-06-02T23:39:19.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.17s
28242026-06-02T23:39:19.433Z
28252026-06-02T23:39:19.433Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/295)
28262026-06-02T23:39:19.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28272026-06-02T23:39:19.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28282026-06-02T23:39:20.115Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28292026-06-02T23:39:22.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.15s
28302026-06-02T23:39:22.772Z
28312026-06-02T23:39:22.772Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/295)
28322026-06-02T23:39:23.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28332026-06-02T23:39:23.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28342026-06-02T23:39:23.449Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28352026-06-02T23:39:26.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.89s
28362026-06-02T23:39:26.856Z
28372026-06-02T23:39:26.856Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/295)
28382026-06-02T23:39:27.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28392026-06-02T23:39:27.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28402026-06-02T23:39:27.533Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28412026-06-02T23:39:30.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.92s
28422026-06-02T23:39:30.973Z
28432026-06-02T23:39:30.973Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/295)
28442026-06-02T23:39:31.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28452026-06-02T23:39:31.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28462026-06-02T23:39:31.651Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28472026-06-02T23:39:34.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s
28482026-06-02T23:39:34.425Z
28492026-06-02T23:39:34.425Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/295)
28502026-06-02T23:39:34.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28512026-06-02T23:39:34.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28522026-06-02T23:39:35.103Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28532026-06-02T23:39:37.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.31s
28542026-06-02T23:39:37.927Z
28552026-06-02T23:39:37.927Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/295)
28562026-06-02T23:39:38.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28572026-06-02T23:39:38.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28582026-06-02T23:39:38.609Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28592026-06-02T23:39:42.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.13s
28602026-06-02T23:39:42.253Z
28612026-06-02T23:39:42.253Zinfo: running `cargo check --bins` on oximeter (93/295)
28622026-06-02T23:39:42.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28632026-06-02T23:39:42.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28642026-06-02T23:39:42.763Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28652026-06-02T23:39:42.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28662026-06-02T23:39:42.857Z
28672026-06-02T23:39:42.857Zinfo: running `cargo check --bins` on oximeter-schema (94/295)
28682026-06-02T23:39:43.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28692026-06-02T23:39:43.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28702026-06-02T23:39:43.496Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28712026-06-02T23:39:43.660Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28722026-06-02T23:39:43.667Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28732026-06-02T23:39:43.999Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28742026-06-02T23:39:46.865Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28752026-06-02T23:39:48.069Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28762026-06-02T23:39:48.276Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28772026-06-02T23:39:48.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.08s
28782026-06-02T23:39:49.132Z
28792026-06-02T23:39:49.132Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/295)
28802026-06-02T23:39:49.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28812026-06-02T23:39:49.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28822026-06-02T23:39:49.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28832026-06-02T23:39:49.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28842026-06-02T23:39:49.735Z
28852026-06-02T23:39:49.735Zinfo: running `cargo check --bins` on oximeter-test-utils (96/295)
28862026-06-02T23:39:50.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28872026-06-02T23:39:50.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28882026-06-02T23:39:50.274Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28892026-06-02T23:39:50.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28902026-06-02T23:39:50.376Z
28912026-06-02T23:39:50.376Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/295)
28922026-06-02T23:39:50.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28932026-06-02T23:39:50.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28942026-06-02T23:39:50.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28952026-06-02T23:39:50.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28962026-06-02T23:39:50.986Z
28972026-06-02T23:39:50.986Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/295)
28982026-06-02T23:39:51.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28992026-06-02T23:39:51.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29002026-06-02T23:39:51.499Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29012026-06-02T23:39:51.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29022026-06-02T23:39:51.593Z
29032026-06-02T23:39:51.593Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/295)
29042026-06-02T23:39:52.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29052026-06-02T23:39:52.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29062026-06-02T23:39:52.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29072026-06-02T23:39:52.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29082026-06-02T23:39:52.207Z
29092026-06-02T23:39:52.207Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/295)
29102026-06-02T23:39:52.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29112026-06-02T23:39:52.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29122026-06-02T23:39:52.721Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29132026-06-02T23:39:52.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29142026-06-02T23:39:52.812Z
29152026-06-02T23:39:52.812Zinfo: running `cargo check --bins` on trust-quorum-types (101/295)
29162026-06-02T23:39:53.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29172026-06-02T23:39:53.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29182026-06-02T23:39:53.313Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29192026-06-02T23:39:53.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29202026-06-02T23:39:53.401Z
29212026-06-02T23:39:53.401Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/295)
29222026-06-02T23:39:53.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29232026-06-02T23:39:53.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29242026-06-02T23:39:53.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29252026-06-02T23:39:53.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29262026-06-02T23:39:54.014Z
29272026-06-02T23:39:54.014Zinfo: running `cargo check --bins` on update-engine (103/295)
29282026-06-02T23:39:54.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29292026-06-02T23:39:54.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29302026-06-02T23:39:54.519Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29312026-06-02T23:39:54.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29322026-06-02T23:39:54.609Z
29332026-06-02T23:39:54.609Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/295)
29342026-06-02T23:39:55.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29352026-06-02T23:39:55.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29362026-06-02T23:39:55.331Z Compiling crucible-workspace-hack v0.1.0
29372026-06-02T23:39:55.450Z Checking secrecy v0.10.3
29382026-06-02T23:39:55.456Z Compiling toml_datetime v0.7.5+spec-1.1.0
29392026-06-02T23:39:55.456Z Compiling heapless v0.8.0
29402026-06-02T23:39:55.471Z Compiling ingot-macros v0.1.1
29412026-06-02T23:39:55.484Z Checking hash32 v0.3.1
29422026-06-02T23:39:55.492Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29432026-06-02T23:39:55.495Z Compiling smoltcp v0.11.0
29442026-06-02T23:39:55.549Z Checking cobs v0.3.0
29452026-06-02T23:39:55.595Z Compiling toml_edit v0.23.10+spec-1.0.0
29462026-06-02T23:39:55.676Z Compiling thiserror-impl-no-std v2.0.2
29472026-06-02T23:39:55.688Z Checking universal-hash v0.5.1
29482026-06-02T23:39:55.712Z Checking half v2.7.1
29492026-06-02T23:39:55.741Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29502026-06-02T23:39:55.807Z Checking ciborium-io v0.2.2
29512026-06-02T23:39:55.844Z Checking opaque-debug v0.3.1
29522026-06-02T23:39:55.909Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
29532026-06-02T23:39:55.922Z Checking poly1305 v0.8.0
29542026-06-02T23:39:55.952Z Checking postcard v1.1.3
29552026-06-02T23:39:55.964Z Checking ciborium-ll v0.2.2
29562026-06-02T23:39:56.138Z Compiling proc-macro-crate v3.4.0
29572026-06-02T23:39:56.172Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29582026-06-02T23:39:56.230Z Checking password-hash v0.5.0
29592026-06-02T23:39:56.305Z Checking chacha20 v0.9.1
29602026-06-02T23:39:56.438Z Compiling proc-macro-crate v1.3.1
29612026-06-02T23:39:56.455Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29622026-06-02T23:39:56.532Z Checking blake2 v0.10.6
29632026-06-02T23:39:56.648Z Checking aead v0.5.2
29642026-06-02T23:39:56.691Z Compiling num_enum_derive v0.7.5
29652026-06-02T23:39:56.694Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29662026-06-02T23:39:56.771Z Compiling foreign-types-macros v0.2.3
29672026-06-02T23:39:56.788Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29682026-06-02T23:39:56.839Z Checking thiserror-no-std v2.0.2
29692026-06-02T23:39:56.855Z Checking foreign-types-shared v0.3.1
29702026-06-02T23:39:56.906Z Checking cpufeatures v0.3.0
29712026-06-02T23:39:56.925Z Checking vsss-rs v3.3.4
29722026-06-02T23:39:56.941Z Compiling num_enum_derive v0.5.11
29732026-06-02T23:39:56.986Z Checking chacha20 v0.10.0
29742026-06-02T23:39:57.021Z Checking chacha20poly1305 v0.10.1
29752026-06-02T23:39:57.148Z Checking argon2 v0.5.3
29762026-06-02T23:39:57.196Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29772026-06-02T23:39:57.353Z Checking foreign-types v0.5.0
29782026-06-02T23:39:57.431Z Checking ciborium v0.2.2
29792026-06-02T23:39:57.552Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29802026-06-02T23:39:57.597Z Checking tabwriter v1.4.1
29812026-06-02T23:39:57.733Z Checking num_enum v0.7.5
29822026-06-02T23:39:57.746Z Checking byte-wrapper v0.1.0
29832026-06-02T23:39:57.829Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29842026-06-02T23:39:57.843Z Checking cstr-argument v0.1.2
29852026-06-02T23:39:57.857Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29862026-06-02T23:39:57.956Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29872026-06-02T23:39:57.959Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29882026-06-02T23:39:57.981Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29892026-06-02T23:39:58.029Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29902026-06-02T23:39:58.150Z Checking num_enum v0.5.11
29912026-06-02T23:39:58.170Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29922026-06-02T23:39:58.251Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29932026-06-02T23:39:58.263Z Checking ingot-types v0.1.2
29942026-06-02T23:39:58.277Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29952026-06-02T23:39:58.295Z Checking rand v0.10.0
29962026-06-02T23:39:58.329Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
29972026-06-02T23:39:58.353Z Checking colored v3.1.1
29982026-06-02T23:39:58.475Z Checking indent_write v2.2.0
29992026-06-02T23:39:58.551Z Compiling zone_cfg_derive v0.3.1
30002026-06-02T23:39:58.585Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30012026-06-02T23:39:58.604Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30022026-06-02T23:39:58.617Z Checking ingot v0.1.1
30032026-06-02T23:39:58.638Z Checking itertools v0.12.1
30042026-06-02T23:39:58.651Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30052026-06-02T23:39:58.776Z Compiling num-derive v0.4.2
30062026-06-02T23:39:58.805Z Checking swrite v0.1.0
30072026-06-02T23:39:58.819Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30082026-06-02T23:39:58.893Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30092026-06-02T23:39:59.019Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30102026-06-02T23:39:59.184Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30112026-06-02T23:39:59.199Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30122026-06-02T23:39:59.213Z Checking dropshot-api-manager-types v0.7.2
30132026-06-02T23:39:59.224Z Checking smf v0.2.3
30142026-06-02T23:39:59.310Z Checking nanorand v0.7.0
30152026-06-02T23:39:59.387Z Checking whoami v1.6.1
30162026-06-02T23:39:59.455Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30172026-06-02T23:39:59.510Z Checking flume v0.11.1
30182026-06-02T23:39:59.668Z Checking zone v0.3.1
30192026-06-02T23:39:59.714Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30202026-06-02T23:40:00.227Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30212026-06-02T23:40:01.183Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30222026-06-02T23:40:02.061Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30232026-06-02T23:40:05.291Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30242026-06-02T23:40:07.352Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30252026-06-02T23:40:08.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.85s
30262026-06-02T23:40:08.657Z
30272026-06-02T23:40:08.657Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/295)
30282026-06-02T23:40:09.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30292026-06-02T23:40:09.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30302026-06-02T23:40:09.172Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30312026-06-02T23:40:09.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30322026-06-02T23:40:09.266Z
30332026-06-02T23:40:09.266Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/295)
30342026-06-02T23:40:09.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30352026-06-02T23:40:09.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30362026-06-02T23:40:09.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30372026-06-02T23:40:09.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30382026-06-02T23:40:09.879Z
30392026-06-02T23:40:09.879Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/295)
30402026-06-02T23:40:10.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30412026-06-02T23:40:10.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30422026-06-02T23:40:10.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30432026-06-02T23:40:10.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30442026-06-02T23:40:10.485Z
30452026-06-02T23:40:10.485Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/295)
30462026-06-02T23:40:11.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30472026-06-02T23:40:11.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30482026-06-02T23:40:11.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30492026-06-02T23:40:11.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30502026-06-02T23:40:11.102Z
30512026-06-02T23:40:11.102Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/295)
30522026-06-02T23:40:11.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30532026-06-02T23:40:11.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30542026-06-02T23:40:11.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30552026-06-02T23:40:11.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30562026-06-02T23:40:11.712Z
30572026-06-02T23:40:11.712Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/295)
30582026-06-02T23:40:12.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30592026-06-02T23:40:12.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30602026-06-02T23:40:12.220Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30612026-06-02T23:40:12.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30622026-06-02T23:40:12.314Z
30632026-06-02T23:40:12.314Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/295)
30642026-06-02T23:40:12.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652026-06-02T23:40:12.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662026-06-02T23:40:12.826Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30672026-06-02T23:40:12.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30682026-06-02T23:40:12.923Z
30692026-06-02T23:40:12.923Zinfo: running `cargo check --bins` on cockroach-admin-client (112/295)
30702026-06-02T23:40:13.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30712026-06-02T23:40:13.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30722026-06-02T23:40:13.422Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30732026-06-02T23:40:13.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30742026-06-02T23:40:13.511Z
30752026-06-02T23:40:13.511Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/295)
30762026-06-02T23:40:14.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30772026-06-02T23:40:14.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30782026-06-02T23:40:14.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30792026-06-02T23:40:14.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30802026-06-02T23:40:14.113Z
30812026-06-02T23:40:14.113Zinfo: running `cargo check --bins` on dns-service-client (114/295)
30822026-06-02T23:40:14.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30832026-06-02T23:40:14.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30842026-06-02T23:40:14.624Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30852026-06-02T23:40:14.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30862026-06-02T23:40:14.720Z
30872026-06-02T23:40:14.720Zinfo: running `cargo check --bins` on installinator-client (115/295)
30882026-06-02T23:40:15.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30892026-06-02T23:40:15.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30902026-06-02T23:40:15.237Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30912026-06-02T23:40:15.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30922026-06-02T23:40:15.333Z
30932026-06-02T23:40:15.333Zinfo: running `cargo check --bins` on nexus-client (116/295)
30942026-06-02T23:40:15.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30952026-06-02T23:40:15.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30962026-06-02T23:40:15.874Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30972026-06-02T23:40:15.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30982026-06-02T23:40:15.980Z
30992026-06-02T23:40:15.980Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/295)
31002026-06-02T23:40:16.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31012026-06-02T23:40:16.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31022026-06-02T23:40:16.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31032026-06-02T23:40:16.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31042026-06-02T23:40:16.619Z
31052026-06-02T23:40:16.619Zinfo: running `cargo check --bins` on ntp-admin-client (118/295)
31062026-06-02T23:40:17.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31072026-06-02T23:40:17.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31082026-06-02T23:40:17.119Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31092026-06-02T23:40:17.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31102026-06-02T23:40:17.210Z
31112026-06-02T23:40:17.210Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/295)
31122026-06-02T23:40:17.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31132026-06-02T23:40:17.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31142026-06-02T23:40:17.714Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31152026-06-02T23:40:17.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31162026-06-02T23:40:17.805Z
31172026-06-02T23:40:17.805Zinfo: running `cargo check --bins` on oxide-client (120/295)
31182026-06-02T23:40:18.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31192026-06-02T23:40:18.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31202026-06-02T23:40:18.308Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31212026-06-02T23:40:18.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31222026-06-02T23:40:18.401Z
31232026-06-02T23:40:18.401Zinfo: running `cargo check --bins` on oximeter-client (121/295)
31242026-06-02T23:40:18.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31252026-06-02T23:40:18.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31262026-06-02T23:40:18.913Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31272026-06-02T23:40:18.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31282026-06-02T23:40:19.008Z
31292026-06-02T23:40:19.008Zinfo: running `cargo check --bins` on repo-depot-client (122/295)
31302026-06-02T23:40:19.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31312026-06-02T23:40:19.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31322026-06-02T23:40:19.507Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31332026-06-02T23:40:19.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31342026-06-02T23:40:19.603Z
31352026-06-02T23:40:19.603Zinfo: running `cargo check --bins` on sled-agent-client (123/295)
31362026-06-02T23:40:20.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31372026-06-02T23:40:20.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31382026-06-02T23:40:20.122Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31392026-06-02T23:40:20.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31402026-06-02T23:40:20.219Z
31412026-06-02T23:40:20.219Zinfo: running `cargo check --bins` on wicketd-client (124/295)
31422026-06-02T23:40:20.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31432026-06-02T23:40:20.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31442026-06-02T23:40:20.748Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31452026-06-02T23:40:20.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31462026-06-02T23:40:20.850Z
31472026-06-02T23:40:20.850Zinfo: running `cargo check --bins` on installinator-common (125/295)
31482026-06-02T23:40:21.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31492026-06-02T23:40:21.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31502026-06-02T23:40:21.376Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31512026-06-02T23:40:21.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31522026-06-02T23:40:21.468Z
31532026-06-02T23:40:21.468Zinfo: running `cargo check --bins` on installinator-common-versions (126/295)
31542026-06-02T23:40:21.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31552026-06-02T23:40:21.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31562026-06-02T23:40:21.970Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31572026-06-02T23:40:21.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31582026-06-02T23:40:22.060Z
31592026-06-02T23:40:22.060Zinfo: running `cargo check --bins` on wicket-common (127/295)
31602026-06-02T23:40:22.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31612026-06-02T23:40:22.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31622026-06-02T23:40:22.581Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31632026-06-02T23:40:22.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31642026-06-02T23:40:22.680Z
31652026-06-02T23:40:22.680Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/295)
31662026-06-02T23:40:23.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31672026-06-02T23:40:23.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31682026-06-02T23:40:23.382Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31692026-06-02T23:40:23.499Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31702026-06-02T23:40:23.507Z Checking csv-core v0.1.13
31712026-06-02T23:40:23.514Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31722026-06-02T23:40:23.520Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31732026-06-02T23:40:23.524Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31742026-06-02T23:40:23.541Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31752026-06-02T23:40:23.553Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31762026-06-02T23:40:23.663Z Checking csv v1.4.0
31772026-06-02T23:40:23.697Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31782026-06-02T23:40:23.707Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31792026-06-02T23:40:23.734Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31802026-06-02T23:40:23.765Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31812026-06-02T23:40:24.003Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31822026-06-02T23:40:24.366Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31832026-06-02T23:40:24.366Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31842026-06-02T23:40:24.695Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31852026-06-02T23:40:30.614Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31862026-06-02T23:40:31.148Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31872026-06-02T23:40:33.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.80s
31882026-06-02T23:40:33.680Z
31892026-06-02T23:40:33.680Zinfo: running `cargo check --bins` on cockroach-admin-api (129/295)
31902026-06-02T23:40:34.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31912026-06-02T23:40:34.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31922026-06-02T23:40:34.189Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31932026-06-02T23:40:34.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31942026-06-02T23:40:34.279Z
31952026-06-02T23:40:34.279Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/295)
31962026-06-02T23:40:34.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31972026-06-02T23:40:34.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31982026-06-02T23:40:34.857Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31992026-06-02T23:40:34.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32002026-06-02T23:40:34.973Z
32012026-06-02T23:40:34.973Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/295)
32022026-06-02T23:40:35.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32032026-06-02T23:40:35.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32042026-06-02T23:40:35.559Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32052026-06-02T23:40:35.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32062026-06-02T23:40:35.664Z
32072026-06-02T23:40:35.664Zinfo: running `cargo check --bins` on gateway-test-utils (132/295)
32082026-06-02T23:40:36.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32092026-06-02T23:40:36.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32102026-06-02T23:40:36.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32112026-06-02T23:40:36.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
32122026-06-02T23:40:36.315Z
32132026-06-02T23:40:36.315Zinfo: running `cargo check --bins` on omicron-gateway (133/295)
32142026-06-02T23:40:36.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32152026-06-02T23:40:36.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32162026-06-02T23:40:37.080Z Compiling regress v0.11.1
32172026-06-02T23:40:37.221Z Compiling unsafe-libyaml v0.2.11
32182026-06-02T23:40:37.235Z Compiling semver v0.1.20
32192026-06-02T23:40:37.235Z Compiling radium v0.7.0
32202026-06-02T23:40:37.261Z Checking tap v1.0.1
32212026-06-02T23:40:37.261Z Compiling maybe-uninit v2.0.0
32222026-06-02T23:40:37.286Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32232026-06-02T23:40:37.370Z Checking wyz v0.5.1
32242026-06-02T23:40:37.513Z Compiling rustc_version v0.1.7
32252026-06-02T23:40:37.554Z Checking progenitor-client v0.13.0
32262026-06-02T23:40:37.585Z Compiling zerocopy-derive v0.6.6
32272026-06-02T23:40:37.696Z Compiling owo-colors v4.3.0
32282026-06-02T23:40:37.731Z Compiling newtype_derive v0.1.6
32292026-06-02T23:40:37.782Z Compiling serde_yaml v0.9.34+deprecated
32302026-06-02T23:40:37.922Z Compiling cancel-safe-futures v0.1.5
32312026-06-02T23:40:37.957Z Checking funty v2.0.0
32322026-06-02T23:40:38.013Z Checking crc-catalog v2.4.0
32332026-06-02T23:40:38.108Z Compiling packed_struct v0.10.1
32342026-06-02T23:40:38.183Z Checking crc v3.4.0
32352026-06-02T23:40:38.281Z Checking bitvec v1.0.1
32362026-06-02T23:40:38.422Z Checking zerocopy v0.6.6
32372026-06-02T23:40:38.485Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32382026-06-02T23:40:38.520Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32392026-06-02T23:40:38.650Z Checking typify-impl v0.6.2
32402026-06-02T23:40:38.770Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32412026-06-02T23:40:38.864Z Compiling packed_struct_codegen v0.10.1
32422026-06-02T23:40:39.026Z Checking libsw-core v0.3.2
32432026-06-02T23:40:39.046Z Compiling bitfield-macros v0.19.4
32442026-06-02T23:40:39.176Z Compiling indexmap v1.9.3
32452026-06-02T23:40:39.270Z Checking nodrop v0.1.14
32462026-06-02T23:40:39.374Z Checking array-init v0.0.4
32472026-06-02T23:40:39.391Z Checking libsw v3.5.0
32482026-06-02T23:40:39.546Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32492026-06-02T23:40:39.597Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32502026-06-02T23:40:39.641Z Checking smallvec v0.6.14
32512026-06-02T23:40:39.759Z Checking bitfield v0.19.4
32522026-06-02T23:40:39.843Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32532026-06-02T23:40:39.974Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32542026-06-02T23:40:40.123Z Checking hashbrown v0.12.3
32552026-06-02T23:40:40.187Z Checking linear-map v1.2.0
32562026-06-02T23:40:40.187Z Checking tagptr v0.2.0
32572026-06-02T23:40:40.251Z Checking base64 v0.21.7
32582026-06-02T23:40:40.260Z Checking unicode-linebreak v0.1.5
32592026-06-02T23:40:40.291Z Checking smawk v0.3.2
32602026-06-02T23:40:40.416Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32612026-06-02T23:40:40.440Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32622026-06-02T23:40:40.464Z Checking moka v0.12.13
32632026-06-02T23:40:40.473Z Checking textwrap v0.16.2
32642026-06-02T23:40:40.492Z Checking ron v0.8.1
32652026-06-02T23:40:40.565Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32662026-06-02T23:40:40.680Z Checking steno v0.4.1
32672026-06-02T23:40:40.766Z Checking serde-hex v0.1.0
32682026-06-02T23:40:41.012Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32692026-06-02T23:40:41.039Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32702026-06-02T23:40:41.084Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32712026-06-02T23:40:41.157Z Checking hashbrown v0.13.2
32722026-06-02T23:40:41.363Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32732026-06-02T23:40:41.553Z Checking crc-any v2.5.0
32742026-06-02T23:40:41.580Z Checking object v0.30.4
32752026-06-02T23:40:41.669Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32762026-06-02T23:40:41.755Z Checking hickory-resolver v0.25.2
32772026-06-02T23:40:41.760Z Checking void v1.0.2
32782026-06-02T23:40:41.760Z Checking path-slash v0.1.5
32792026-06-02T23:40:41.825Z Checking utf-8 v0.7.6
32802026-06-02T23:40:41.829Z Checking half v1.8.3
32812026-06-02T23:40:41.849Z Checking lzss v0.8.2
32822026-06-02T23:40:41.936Z Checking tungstenite v0.23.0
32832026-06-02T23:40:42.627Z Checking serde_cbor v0.11.2
32842026-06-02T23:40:42.627Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32852026-06-02T23:40:42.627Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32862026-06-02T23:40:42.627Z Checking nix v0.27.1
32872026-06-02T23:40:42.627Z Checking kstat-rs v0.2.4
32882026-06-02T23:40:42.627Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32892026-06-02T23:40:42.627Z Checking fxhash v0.2.1
32902026-06-02T23:40:42.627Z Checking serde_bytes v0.11.19
32912026-06-02T23:40:42.627Z Checking tokio-tungstenite v0.23.1
32922026-06-02T23:40:42.627Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32932026-06-02T23:40:42.681Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32942026-06-02T23:40:42.776Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32952026-06-02T23:40:42.793Z Checking signal-hook-tokio v0.3.1
32962026-06-02T23:40:43.115Z Compiling typify-macro v0.6.2
32972026-06-02T23:40:43.942Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32982026-06-02T23:40:44.262Z Compiling typify v0.6.2
32992026-06-02T23:40:44.346Z Compiling progenitor-impl v0.13.0
33002026-06-02T23:40:44.347Z Compiling progenitor-impl v0.14.0
33012026-06-02T23:40:44.845Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33022026-06-02T23:40:45.174Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33032026-06-02T23:40:45.956Z Compiling progenitor-macro v0.14.0
33042026-06-02T23:40:45.970Z Compiling progenitor-macro v0.13.0
33052026-06-02T23:40:48.572Z Checking progenitor v0.13.0
33062026-06-02T23:40:48.575Z Checking progenitor v0.14.0
33072026-06-02T23:40:48.702Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33082026-06-02T23:40:48.705Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33092026-06-02T23:40:51.745Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33102026-06-02T23:40:59.379Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33112026-06-02T23:41:05.744Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33122026-06-02T23:41:07.134Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33132026-06-02T23:41:07.650Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33142026-06-02T23:41:09.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.45s
33152026-06-02T23:41:10.977Z
33162026-06-02T23:41:10.977Zinfo: running `cargo check --bins` on gateway-api (134/295)
33172026-06-02T23:41:10.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33182026-06-02T23:41:10.981Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33192026-06-02T23:41:10.981Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33202026-06-02T23:41:10.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33212026-06-02T23:41:10.981Z
33222026-06-02T23:41:10.981Zinfo: running `cargo check --bins` on ipcc (135/295)
33232026-06-02T23:41:11.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33242026-06-02T23:41:11.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33252026-06-02T23:41:11.081Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33262026-06-02T23:41:11.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33272026-06-02T23:41:11.174Z
33282026-06-02T23:41:11.174Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/295)
33292026-06-02T23:41:11.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33302026-06-02T23:41:11.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33312026-06-02T23:41:11.665Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33322026-06-02T23:41:11.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33332026-06-02T23:41:11.753Z
33342026-06-02T23:41:11.753Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/295)
33352026-06-02T23:41:12.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33362026-06-02T23:41:12.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33372026-06-02T23:41:12.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33382026-06-02T23:41:12.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33392026-06-02T23:41:12.375Z
33402026-06-02T23:41:12.375Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/295)
33412026-06-02T23:41:12.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33422026-06-02T23:41:12.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33432026-06-02T23:41:12.882Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33442026-06-02T23:41:12.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33452026-06-02T23:41:12.977Z
33462026-06-02T23:41:12.977Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/295)
33472026-06-02T23:41:13.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33482026-06-02T23:41:13.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33492026-06-02T23:41:13.489Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33502026-06-02T23:41:13.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33512026-06-02T23:41:13.583Z
33522026-06-02T23:41:13.583Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/295)
33532026-06-02T23:41:14.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33542026-06-02T23:41:14.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33552026-06-02T23:41:14.096Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33562026-06-02T23:41:14.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33572026-06-02T23:41:14.191Z
33582026-06-02T23:41:14.191Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/295)
33592026-06-02T23:41:14.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33602026-06-02T23:41:14.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33612026-06-02T23:41:14.712Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33622026-06-02T23:41:14.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33632026-06-02T23:41:14.809Z
33642026-06-02T23:41:14.809Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/295)
33652026-06-02T23:41:15.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33662026-06-02T23:41:15.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33672026-06-02T23:41:15.316Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33682026-06-02T23:41:15.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33692026-06-02T23:41:15.404Z
33702026-06-02T23:41:15.404Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/295)
33712026-06-02T23:41:15.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33722026-06-02T23:41:15.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33732026-06-02T23:41:15.911Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33742026-06-02T23:41:15.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33752026-06-02T23:41:16.005Z
33762026-06-02T23:41:16.005Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/295)
33772026-06-02T23:41:16.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33782026-06-02T23:41:16.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33792026-06-02T23:41:16.514Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33802026-06-02T23:41:16.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33812026-06-02T23:41:16.609Z
33822026-06-02T23:41:16.609Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/295)
33832026-06-02T23:41:17.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33842026-06-02T23:41:17.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33852026-06-02T23:41:17.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33862026-06-02T23:41:17.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33872026-06-02T23:41:17.207Z
33882026-06-02T23:41:17.207Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/295)
33892026-06-02T23:41:17.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33902026-06-02T23:41:17.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33912026-06-02T23:41:17.718Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33922026-06-02T23:41:17.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33932026-06-02T23:41:17.809Z
33942026-06-02T23:41:17.809Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/295)
33952026-06-02T23:41:18.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33962026-06-02T23:41:18.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33972026-06-02T23:41:18.322Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33982026-06-02T23:41:18.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33992026-06-02T23:41:18.414Z
34002026-06-02T23:41:18.414Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/295)
34012026-06-02T23:41:18.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34022026-06-02T23:41:18.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34032026-06-02T23:41:18.938Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34042026-06-02T23:41:18.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34052026-06-02T23:41:19.036Z
34062026-06-02T23:41:19.036Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/295)
34072026-06-02T23:41:19.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34082026-06-02T23:41:19.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34092026-06-02T23:41:19.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34102026-06-02T23:41:19.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34112026-06-02T23:41:19.656Z
34122026-06-02T23:41:19.656Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/295)
34132026-06-02T23:41:20.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34142026-06-02T23:41:20.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34152026-06-02T23:41:20.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34162026-06-02T23:41:20.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34172026-06-02T23:41:20.278Z
34182026-06-02T23:41:20.278Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/295)
34192026-06-02T23:41:20.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34202026-06-02T23:41:20.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34212026-06-02T23:41:20.798Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34222026-06-02T23:41:20.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34232026-06-02T23:41:20.897Z
34242026-06-02T23:41:20.897Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/295)
34252026-06-02T23:41:21.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34262026-06-02T23:41:21.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34272026-06-02T23:41:21.421Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34282026-06-02T23:41:21.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34292026-06-02T23:41:21.518Z
34302026-06-02T23:41:21.518Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/295)
34312026-06-02T23:41:22.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34322026-06-02T23:41:22.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34332026-06-02T23:41:22.044Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34342026-06-02T23:41:22.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34352026-06-02T23:41:22.140Z
34362026-06-02T23:41:22.140Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/295)
34372026-06-02T23:41:22.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34382026-06-02T23:41:22.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34392026-06-02T23:41:22.667Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34402026-06-02T23:41:22.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34412026-06-02T23:41:22.764Z
34422026-06-02T23:41:22.764Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/295)
34432026-06-02T23:41:23.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34442026-06-02T23:41:23.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34452026-06-02T23:41:23.289Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34462026-06-02T23:41:23.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34472026-06-02T23:41:23.387Z
34482026-06-02T23:41:23.387Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/295)
34492026-06-02T23:41:23.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34502026-06-02T23:41:23.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34512026-06-02T23:41:23.912Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34522026-06-02T23:41:23.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34532026-06-02T23:41:24.007Z
34542026-06-02T23:41:24.007Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/295)
34552026-06-02T23:41:24.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34562026-06-02T23:41:24.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34572026-06-02T23:41:24.533Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34582026-06-02T23:41:24.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34592026-06-02T23:41:24.629Z
34602026-06-02T23:41:24.629Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/295)
34612026-06-02T23:41:25.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34622026-06-02T23:41:25.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34632026-06-02T23:41:25.140Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34642026-06-02T23:41:25.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34652026-06-02T23:41:25.232Z
34662026-06-02T23:41:25.232Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/295)
34672026-06-02T23:41:25.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34682026-06-02T23:41:25.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34692026-06-02T23:41:25.745Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34702026-06-02T23:41:25.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34712026-06-02T23:41:25.837Z
34722026-06-02T23:41:25.837Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/295)
34732026-06-02T23:41:26.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34742026-06-02T23:41:26.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34752026-06-02T23:41:26.347Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34762026-06-02T23:41:26.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34772026-06-02T23:41:26.441Z
34782026-06-02T23:41:26.441Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/295)
34792026-06-02T23:41:26.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34802026-06-02T23:41:26.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34812026-06-02T23:41:26.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34822026-06-02T23:41:26.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34832026-06-02T23:41:27.046Z
34842026-06-02T23:41:27.046Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/295)
34852026-06-02T23:41:27.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34862026-06-02T23:41:27.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34872026-06-02T23:41:27.552Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34882026-06-02T23:41:27.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34892026-06-02T23:41:27.644Z
34902026-06-02T23:41:27.644Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/295)
34912026-06-02T23:41:28.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34922026-06-02T23:41:28.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34932026-06-02T23:41:28.153Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34942026-06-02T23:41:28.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34952026-06-02T23:41:28.247Z
34962026-06-02T23:41:28.247Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/295)
34972026-06-02T23:41:28.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34982026-06-02T23:41:28.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34992026-06-02T23:41:28.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35002026-06-02T23:41:28.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35012026-06-02T23:41:28.851Z
35022026-06-02T23:41:28.851Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/295)
35032026-06-02T23:41:29.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35042026-06-02T23:41:29.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35052026-06-02T23:41:29.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35062026-06-02T23:41:29.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35072026-06-02T23:41:29.455Z
35082026-06-02T23:41:29.455Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/295)
35092026-06-02T23:41:29.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35102026-06-02T23:41:29.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35112026-06-02T23:41:29.982Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35122026-06-02T23:41:29.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35132026-06-02T23:41:30.079Z
35142026-06-02T23:41:30.079Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/295)
35152026-06-02T23:41:30.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35162026-06-02T23:41:30.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35172026-06-02T23:41:30.604Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35182026-06-02T23:41:30.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35192026-06-02T23:41:30.702Z
35202026-06-02T23:41:30.702Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/295)
35212026-06-02T23:41:31.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35222026-06-02T23:41:31.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35232026-06-02T23:41:31.224Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35242026-06-02T23:41:31.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35252026-06-02T23:41:31.318Z
35262026-06-02T23:41:31.318Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/295)
35272026-06-02T23:41:31.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35282026-06-02T23:41:31.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35292026-06-02T23:41:31.846Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35302026-06-02T23:41:31.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35312026-06-02T23:41:31.944Z
35322026-06-02T23:41:31.944Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/295)
35332026-06-02T23:41:32.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35342026-06-02T23:41:32.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35352026-06-02T23:41:32.472Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35362026-06-02T23:41:32.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35372026-06-02T23:41:32.570Z
35382026-06-02T23:41:32.570Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/295)
35392026-06-02T23:41:33.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35402026-06-02T23:41:33.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35412026-06-02T23:41:33.095Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35422026-06-02T23:41:33.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35432026-06-02T23:41:33.189Z
35442026-06-02T23:41:33.189Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/295)
35452026-06-02T23:41:33.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35462026-06-02T23:41:33.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35472026-06-02T23:41:33.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35482026-06-02T23:41:33.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35492026-06-02T23:41:33.807Z
35502026-06-02T23:41:33.807Zinfo: running `cargo check --bins` on oximeter-producer (173/295)
35512026-06-02T23:41:34.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35522026-06-02T23:41:34.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35532026-06-02T23:41:34.349Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35542026-06-02T23:41:34.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35552026-06-02T23:41:34.451Z
35562026-06-02T23:41:34.451Zinfo: running `cargo check --bins` on internal-dns-resolver (174/295)
35572026-06-02T23:41:34.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35582026-06-02T23:41:34.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35592026-06-02T23:41:34.962Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35602026-06-02T23:41:34.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35612026-06-02T23:41:35.057Z
35622026-06-02T23:41:35.057Zinfo: running `cargo check --bins` on dns-server (175/295)
35632026-06-02T23:41:35.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35642026-06-02T23:41:35.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35652026-06-02T23:41:35.714Z Compiling parking_lot_core v0.8.6
35662026-06-02T23:41:35.714Z Compiling atomicwrites v0.4.4
35672026-06-02T23:41:35.717Z Compiling git-stub v1.0.0
35682026-06-02T23:41:35.717Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35692026-06-02T23:41:35.841Z Checking prefix-trie v0.7.0
35702026-06-02T23:41:35.948Z Compiling git-stub-vcs v0.1.0
35712026-06-02T23:41:36.130Z Checking hickory-server v0.25.2
35722026-06-02T23:41:36.222Z Checking parking_lot v0.11.2
35732026-06-02T23:41:36.225Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35742026-06-02T23:41:36.299Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35752026-06-02T23:41:36.299Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
35762026-06-02T23:41:36.395Z Checking sled v0.34.7
35772026-06-02T23:41:38.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
35782026-06-02T23:41:38.464Z
35792026-06-02T23:41:38.464Zinfo: running `cargo check --bins` on dns-server-api (176/295)
35802026-06-02T23:41:38.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35812026-06-02T23:41:38.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35822026-06-02T23:41:38.976Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35832026-06-02T23:41:38.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35842026-06-02T23:41:39.072Z
35852026-06-02T23:41:39.072Zinfo: running `cargo check --bins` on oximeter-producer-api (177/295)
35862026-06-02T23:41:39.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35872026-06-02T23:41:39.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35882026-06-02T23:41:39.578Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35892026-06-02T23:41:39.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35902026-06-02T23:41:39.671Z
35912026-06-02T23:41:39.671Zinfo: running `cargo check --bins` on sp-sim (178/295)
35922026-06-02T23:41:40.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35932026-06-02T23:41:40.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35942026-06-02T23:41:40.401Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35952026-06-02T23:41:42.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.51s
35962026-06-02T23:41:42.386Z
35972026-06-02T23:41:42.386Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (179/295)
35982026-06-02T23:41:42.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35992026-06-02T23:41:42.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36002026-06-02T23:41:42.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36012026-06-02T23:41:42.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36022026-06-02T23:41:43.045Z
36032026-06-02T23:41:43.045Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/295)
36042026-06-02T23:41:43.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36052026-06-02T23:41:43.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36062026-06-02T23:41:43.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36072026-06-02T23:41:43.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36082026-06-02T23:41:43.703Z
36092026-06-02T23:41:43.703Zinfo: running `cargo check --bins` on db-macros (181/295)
36102026-06-02T23:41:44.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36112026-06-02T23:41:44.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36122026-06-02T23:41:44.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36132026-06-02T23:41:44.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36142026-06-02T23:41:44.296Z
36152026-06-02T23:41:44.296Zinfo: running `cargo check --bins` on nexus-macros-common (182/295)
36162026-06-02T23:41:44.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36172026-06-02T23:41:44.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36182026-06-02T23:41:44.795Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36192026-06-02T23:41:44.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36202026-06-02T23:41:44.885Z
36212026-06-02T23:41:44.885Zinfo: running `cargo check --bins` on nexus-auth (183/295)
36222026-06-02T23:41:45.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36232026-06-02T23:41:45.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36242026-06-02T23:41:45.437Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36252026-06-02T23:41:45.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36262026-06-02T23:41:45.541Z
36272026-06-02T23:41:45.541Zinfo: running `cargo check --bins` on authz-macros (184/295)
36282026-06-02T23:41:46.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36292026-06-02T23:41:46.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36302026-06-02T23:41:46.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36312026-06-02T23:41:46.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36322026-06-02T23:41:46.136Z
36332026-06-02T23:41:46.137Zinfo: running `cargo check --bins` on nexus-db-fixed-data (185/295)
36342026-06-02T23:41:46.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36352026-06-02T23:41:46.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36362026-06-02T23:41:46.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36372026-06-02T23:41:46.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36382026-06-02T23:41:46.776Z
36392026-06-02T23:41:46.776Zinfo: running `cargo check --bins` on nexus-db-model (186/295)
36402026-06-02T23:41:47.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36412026-06-02T23:41:47.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36422026-06-02T23:41:47.322Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36432026-06-02T23:41:47.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36442026-06-02T23:41:47.426Z
36452026-06-02T23:41:47.426Zinfo: running `cargo check --bins` on nexus-db-schema (187/295)
36462026-06-02T23:41:47.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36472026-06-02T23:41:47.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36482026-06-02T23:41:47.928Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36492026-06-02T23:41:47.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36502026-06-02T23:41:48.020Z
36512026-06-02T23:41:48.020Zinfo: running `cargo check --bins` on omicron-rpaths (188/295)
36522026-06-02T23:41:48.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36532026-06-02T23:41:48.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36542026-06-02T23:41:48.519Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36552026-06-02T23:41:48.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36562026-06-02T23:41:48.610Z
36572026-06-02T23:41:48.610Zinfo: running `cargo check --bins` on nexus-defaults (189/295)
36582026-06-02T23:41:49.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36592026-06-02T23:41:49.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36602026-06-02T23:41:49.123Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36612026-06-02T23:41:49.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36622026-06-02T23:41:49.214Z
36632026-06-02T23:41:49.214Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (190/295)
36642026-06-02T23:41:49.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36652026-06-02T23:41:49.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36662026-06-02T23:41:49.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36672026-06-02T23:41:49.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36682026-06-02T23:41:49.805Z
36692026-06-02T23:41:49.805Zinfo: running `cargo check --bins` on parallel-task-set (191/295)
36702026-06-02T23:41:50.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36712026-06-02T23:41:50.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36722026-06-02T23:41:50.302Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36732026-06-02T23:41:50.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36742026-06-02T23:41:50.393Z
36752026-06-02T23:41:50.393Zinfo: running `cargo check --bins` on nexus-db-errors (192/295)
36762026-06-02T23:41:50.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36772026-06-02T23:41:50.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36782026-06-02T23:41:50.945Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36792026-06-02T23:41:50.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36802026-06-02T23:41:51.047Z
36812026-06-02T23:41:51.047Zinfo: running `cargo check --bins` on nexus-db-lookup (193/295)
36822026-06-02T23:41:51.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36832026-06-02T23:41:51.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36842026-06-02T23:41:51.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36852026-06-02T23:41:51.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36862026-06-02T23:41:51.703Z
36872026-06-02T23:41:51.703Zinfo: running `cargo check --bins` on nexus-inventory (194/295)
36882026-06-02T23:41:52.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36892026-06-02T23:41:52.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36902026-06-02T23:41:52.247Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36912026-06-02T23:41:52.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36922026-06-02T23:41:52.348Z
36932026-06-02T23:41:52.348Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (195/295)
36942026-06-02T23:41:52.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36952026-06-02T23:41:52.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36962026-06-02T23:41:52.876Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36972026-06-02T23:41:52.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36982026-06-02T23:41:52.971Z
36992026-06-02T23:41:52.972Zinfo: running `cargo check --bins --no-default-features` on sled-storage (196/295)
37002026-06-02T23:41:53.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37012026-06-02T23:41:53.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37022026-06-02T23:41:53.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37032026-06-02T23:41:53.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37042026-06-02T23:41:53.595Z
37052026-06-02T23:41:53.595Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (197/295)
37062026-06-02T23:41:54.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37072026-06-02T23:41:54.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37082026-06-02T23:41:54.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37092026-06-02T23:41:54.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37102026-06-02T23:41:54.218Z
37112026-06-02T23:41:54.219Zinfo: running `cargo check --bins` on key-manager (198/295)
37122026-06-02T23:41:54.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37132026-06-02T23:41:54.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37142026-06-02T23:41:54.728Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37152026-06-02T23:41:54.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37162026-06-02T23:41:54.822Z
37172026-06-02T23:41:54.823Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (199/295)
37182026-06-02T23:41:55.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37192026-06-02T23:41:55.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37202026-06-02T23:41:55.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37212026-06-02T23:41:55.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37222026-06-02T23:41:55.441Z
37232026-06-02T23:41:55.441Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (200/295)
37242026-06-02T23:41:55.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37252026-06-02T23:41:55.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37262026-06-02T23:41:55.967Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37272026-06-02T23:41:55.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37282026-06-02T23:41:56.064Z
37292026-06-02T23:41:56.064Zinfo: running `cargo check --bins` on typed-rng (201/295)
37302026-06-02T23:41:56.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37312026-06-02T23:41:56.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37322026-06-02T23:41:56.563Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37332026-06-02T23:41:56.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37342026-06-02T23:41:56.652Z
37352026-06-02T23:41:56.652Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (202/295)
37362026-06-02T23:41:57.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37372026-06-02T23:41:57.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37382026-06-02T23:41:57.517Z Compiling libefi-sys v0.1.0
37392026-06-02T23:41:57.655Z Compiling bitfield-struct v0.6.2
37402026-06-02T23:41:57.665Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37412026-06-02T23:41:57.674Z Compiling xshell-macros v0.2.7
37422026-06-02T23:41:57.684Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37432026-06-02T23:41:57.697Z Compiling typify-impl v0.4.3
37442026-06-02T23:41:57.700Z Compiling salty v0.3.0
37452026-06-02T23:41:57.725Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37462026-06-02T23:41:57.741Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
37472026-06-02T23:41:57.852Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37482026-06-02T23:41:58.008Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37492026-06-02T23:41:58.024Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37502026-06-02T23:41:58.038Z Checking xshell v0.2.7
37512026-06-02T23:41:58.201Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37522026-06-02T23:41:58.216Z Checking primeorder v0.13.6
37532026-06-02T23:41:58.230Z Compiling proc-macro-error-attr2 v2.0.0
37542026-06-02T23:41:58.265Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37552026-06-02T23:41:58.364Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37562026-06-02T23:41:58.389Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37572026-06-02T23:41:58.447Z Checking p384 v0.13.1
37582026-06-02T23:41:58.504Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37592026-06-02T23:41:58.601Z Checking tungstenite v0.21.0
37602026-06-02T23:41:58.615Z Compiling proc-macro-error2 v2.0.1
37612026-06-02T23:41:58.649Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37622026-06-02T23:41:58.738Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37632026-06-02T23:41:59.039Z Compiling num-derive v0.3.3
37642026-06-02T23:41:59.211Z Checking tokio-tungstenite v0.21.0
37652026-06-02T23:41:59.340Z Compiling tabled_derive v0.11.0
37662026-06-02T23:41:59.498Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37672026-06-02T23:41:59.636Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37682026-06-02T23:41:59.917Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37692026-06-02T23:41:59.932Z Checking libscf-sys v1.1.0
37702026-06-02T23:42:00.065Z Checking papergrid v0.17.0
37712026-06-02T23:42:00.114Z Checking testing_table v0.3.0
37722026-06-02T23:42:00.211Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37732026-06-02T23:42:00.335Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
37742026-06-02T23:42:00.495Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37752026-06-02T23:42:00.524Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
37762026-06-02T23:42:00.735Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37772026-06-02T23:42:00.751Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37782026-06-02T23:42:00.797Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
37792026-06-02T23:42:00.863Z Compiling unicase v2.9.0
37802026-06-02T23:42:00.932Z Checking corncobs v0.1.4
37812026-06-02T23:42:00.946Z Compiling illumos-nvpair-sys v0.2.0
37822026-06-02T23:42:01.015Z Checking tabled v0.20.0
37832026-06-02T23:42:01.060Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37842026-06-02T23:42:01.077Z Compiling mime_guess v2.0.5
37852026-06-02T23:42:01.173Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37862026-06-02T23:42:01.273Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37872026-06-02T23:42:01.319Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37882026-06-02T23:42:01.335Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37892026-06-02T23:42:01.378Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
37902026-06-02T23:42:01.499Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
37912026-06-02T23:42:01.615Z Checking progenitor-client v0.11.2
37922026-06-02T23:42:01.651Z Checking secrecy v0.8.0
37932026-06-02T23:42:01.777Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37942026-06-02T23:42:01.991Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37952026-06-02T23:42:02.133Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
37962026-06-02T23:42:02.157Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37972026-06-02T23:42:02.172Z Compiling typify-macro v0.4.3
37982026-06-02T23:42:02.223Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37992026-06-02T23:42:02.262Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
38002026-06-02T23:42:02.419Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38012026-06-02T23:42:02.434Z Checking filetime v0.2.27
38022026-06-02T23:42:02.574Z Checking crc8 v0.1.1
38032026-06-02T23:42:02.677Z Checking http-range v0.1.5
38042026-06-02T23:42:02.710Z Checking xattr v1.6.1
38052026-06-02T23:42:02.804Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38062026-06-02T23:42:02.843Z Checking tar v0.4.45
38072026-06-02T23:42:03.007Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38082026-06-02T23:42:03.069Z Checking illumos-nvpair v0.3.0
38092026-06-02T23:42:03.228Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38102026-06-02T23:42:03.244Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38112026-06-02T23:42:03.247Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38122026-06-02T23:42:03.622Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
38132026-06-02T23:42:03.670Z Checking atty v0.2.14
38142026-06-02T23:42:03.797Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
38152026-06-02T23:42:03.882Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38162026-06-02T23:42:03.899Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38172026-06-02T23:42:03.914Z Compiling typify v0.4.3
38182026-06-02T23:42:04.028Z Compiling progenitor-impl v0.11.2
38192026-06-02T23:42:04.225Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38202026-06-02T23:42:04.372Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
38212026-06-02T23:42:04.426Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38222026-06-02T23:42:04.569Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
38232026-06-02T23:42:04.624Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
38242026-06-02T23:42:04.793Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38252026-06-02T23:42:04.953Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38262026-06-02T23:42:04.969Z Checking hyper-staticfile v0.10.1
38272026-06-02T23:42:05.078Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38282026-06-02T23:42:05.263Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38292026-06-02T23:42:05.340Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38302026-06-02T23:42:05.390Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38312026-06-02T23:42:05.518Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38322026-06-02T23:42:05.626Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38332026-06-02T23:42:05.795Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38342026-06-02T23:42:05.798Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
38352026-06-02T23:42:05.902Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38362026-06-02T23:42:06.089Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38372026-06-02T23:42:06.498Z Compiling progenitor-macro v0.11.2
38382026-06-02T23:42:08.919Z Checking progenitor v0.11.2
38392026-06-02T23:42:09.055Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
38402026-06-02T23:42:09.340Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38412026-06-02T23:42:13.797Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38422026-06-02T23:42:24.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.07s
38432026-06-02T23:42:24.961Z
38442026-06-02T23:42:24.961Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (203/295)
38452026-06-02T23:42:25.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38462026-06-02T23:42:25.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38472026-06-02T23:42:25.750Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38482026-06-02T23:42:36.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.41s
38492026-06-02T23:42:36.605Z
38502026-06-02T23:42:36.605Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (204/295)
38512026-06-02T23:42:37.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38522026-06-02T23:42:37.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38532026-06-02T23:42:37.401Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38542026-06-02T23:42:48.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.54s
38552026-06-02T23:42:48.368Z
38562026-06-02T23:42:48.368Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (205/295)
38572026-06-02T23:42:48.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38582026-06-02T23:42:48.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38592026-06-02T23:42:49.159Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38602026-06-02T23:42:59.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.45s
38612026-06-02T23:43:00.045Z
38622026-06-02T23:43:00.045Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (206/295)
38632026-06-02T23:43:00.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38642026-06-02T23:43:00.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38652026-06-02T23:43:00.841Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38662026-06-02T23:43:11.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.44s
38672026-06-02T23:43:11.711Z
38682026-06-02T23:43:11.711Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (207/295)
38692026-06-02T23:43:12.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38702026-06-02T23:43:12.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38712026-06-02T23:43:12.499Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38722026-06-02T23:43:23.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.45s
38732026-06-02T23:43:23.386Z
38742026-06-02T23:43:23.386Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (208/295)
38752026-06-02T23:43:23.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38762026-06-02T23:43:23.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38772026-06-02T23:43:24.176Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38782026-06-02T23:43:34.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.48s
38792026-06-02T23:43:35.084Z
38802026-06-02T23:43:35.084Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (209/295)
38812026-06-02T23:43:35.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38822026-06-02T23:43:35.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38832026-06-02T23:43:35.882Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38842026-06-02T23:43:46.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.43s
38852026-06-02T23:43:46.733Z
38862026-06-02T23:43:46.733Zinfo: running `cargo check --bins` on bootstrap-agent-api (210/295)
38872026-06-02T23:43:47.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38882026-06-02T23:43:47.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38892026-06-02T23:43:47.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38902026-06-02T23:43:47.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38912026-06-02T23:43:47.354Z
38922026-06-02T23:43:47.354Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (211/295)
38932026-06-02T23:43:48.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38942026-06-02T23:43:48.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38952026-06-02T23:43:48.450Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38962026-06-02T23:43:48.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38972026-06-02T23:43:48.450Z
38982026-06-02T23:43:48.450Zinfo: running `cargo check --bins` on range-requests (212/295)
38992026-06-02T23:43:48.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39002026-06-02T23:43:48.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39012026-06-02T23:43:48.488Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39022026-06-02T23:43:48.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39032026-06-02T23:43:48.580Z
39042026-06-02T23:43:48.580Zinfo: running `cargo check --bins` on repo-depot-api (213/295)
39052026-06-02T23:43:49.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39062026-06-02T23:43:49.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39072026-06-02T23:43:49.126Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39082026-06-02T23:43:49.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39092026-06-02T23:43:49.178Z
39102026-06-02T23:43:49.179Zinfo: running `cargo check --bins` on sled-agent-api (214/295)
39112026-06-02T23:43:49.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39122026-06-02T23:43:49.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39132026-06-02T23:43:49.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39142026-06-02T23:43:49.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39152026-06-02T23:43:49.808Z
39162026-06-02T23:43:49.808Zinfo: running `cargo check --bins` on sled-diagnostics (215/295)
39172026-06-02T23:43:50.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39182026-06-02T23:43:50.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39192026-06-02T23:43:50.340Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39202026-06-02T23:43:50.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39212026-06-02T23:43:50.437Z
39222026-06-02T23:43:50.437Zinfo: running `cargo check --bins` on zfs-test-harness (216/295)
39232026-06-02T23:43:50.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39242026-06-02T23:43:50.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39252026-06-02T23:43:50.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39262026-06-02T23:43:50.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39272026-06-02T23:43:51.054Z
39282026-06-02T23:43:51.054Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (217/295)
39292026-06-02T23:43:51.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39302026-06-02T23:43:51.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39312026-06-02T23:43:51.588Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39322026-06-02T23:43:51.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39332026-06-02T23:43:51.688Z
39342026-06-02T23:43:51.688Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (218/295)
39352026-06-02T23:43:52.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39362026-06-02T23:43:52.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39372026-06-02T23:43:52.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39382026-06-02T23:43:52.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39392026-06-02T23:43:52.943Z
39402026-06-02T23:43:52.943Zinfo: running `cargo check --bins` on sled-agent-early-networking (219/295)
39412026-06-02T23:43:52.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39422026-06-02T23:43:52.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39432026-06-02T23:43:52.943Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39442026-06-02T23:43:52.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39452026-06-02T23:43:52.957Z
39462026-06-02T23:43:52.957Zinfo: running `cargo check --bins` on sled-agent-health-monitor (220/295)
39472026-06-02T23:43:53.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39482026-06-02T23:43:53.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39492026-06-02T23:43:53.497Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39502026-06-02T23:43:53.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39512026-06-02T23:43:53.595Z
39522026-06-02T23:43:53.595Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (221/295)
39532026-06-02T23:43:54.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39542026-06-02T23:43:54.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39552026-06-02T23:43:54.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39562026-06-02T23:43:54.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39572026-06-02T23:43:54.233Z
39582026-06-02T23:43:54.233Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (222/295)
39592026-06-02T23:43:54.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39602026-06-02T23:43:54.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39612026-06-02T23:43:54.773Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39622026-06-02T23:43:54.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39632026-06-02T23:43:54.875Z
39642026-06-02T23:43:54.875Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (223/295)
39652026-06-02T23:43:55.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39662026-06-02T23:43:55.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39672026-06-02T23:43:55.412Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39682026-06-02T23:43:55.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39692026-06-02T23:43:55.524Z
39702026-06-02T23:43:55.524Zinfo: running `cargo check --bins` on sled-agent-rack-setup (224/295)
39712026-06-02T23:43:56.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39722026-06-02T23:43:56.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39732026-06-02T23:43:56.077Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39742026-06-02T23:43:56.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39752026-06-02T23:43:56.180Z
39762026-06-02T23:43:56.180Zinfo: running `cargo check --bins` on trust-quorum (225/295)
39772026-06-02T23:43:56.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39782026-06-02T23:43:56.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39792026-06-02T23:43:56.706Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39802026-06-02T23:43:56.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39812026-06-02T23:43:56.808Z
39822026-06-02T23:43:56.809Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (226/295)
39832026-06-02T23:43:57.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39842026-06-02T23:43:57.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39852026-06-02T23:43:57.473Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39862026-06-02T23:43:57.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39872026-06-02T23:43:57.478Z
39882026-06-02T23:43:57.478Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (227/295)
39892026-06-02T23:43:58.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39902026-06-02T23:43:58.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39912026-06-02T23:43:58.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39922026-06-02T23:43:58.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
39932026-06-02T23:43:58.123Z
39942026-06-02T23:43:58.123Zinfo: running `cargo check --bins` on update-common (228/295)
39952026-06-02T23:43:58.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39962026-06-02T23:44:00.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39972026-06-02T23:44:00.286Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39982026-06-02T23:44:00.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39992026-06-02T23:44:00.286Z
40002026-06-02T23:44:00.286Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (229/295)
40012026-06-02T23:44:00.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40022026-06-02T23:44:00.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40032026-06-02T23:44:00.286Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40042026-06-02T23:44:00.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40052026-06-02T23:44:00.287Z
40062026-06-02T23:44:00.287Zinfo: running `cargo check --bins` on omicron-deployment-graph (230/295)
40072026-06-02T23:44:00.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40082026-06-02T23:44:00.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40092026-06-02T23:44:00.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40102026-06-02T23:44:00.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40112026-06-02T23:44:00.287Z
40122026-06-02T23:44:00.287Zinfo: running `cargo check --bins` on reconfigurator-cli (231/295)
40132026-06-02T23:44:00.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40142026-06-02T23:44:00.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40152026-06-02T23:44:00.774Z Compiling fs-err v2.11.0
40162026-06-02T23:44:00.777Z Checking ignore v0.4.25
40172026-06-02T23:44:00.777Z Checking arc-swap v1.8.2
40182026-06-02T23:44:00.917Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40192026-06-02T23:44:00.917Z Checking predicates-tree v1.0.13
40202026-06-02T23:44:00.920Z Checking parse-size v1.1.0
40212026-06-02T23:44:00.947Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40222026-06-02T23:44:00.950Z Checking rand_seeder v0.4.0
40232026-06-02T23:44:01.026Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40242026-06-02T23:44:01.046Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40252026-06-02T23:44:01.098Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40262026-06-02T23:44:01.111Z Checking slog-scope v4.4.1
40272026-06-02T23:44:01.145Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40282026-06-02T23:44:01.240Z Checking slog-stdlog v4.1.1
40292026-06-02T23:44:01.257Z Compiling petname v2.0.2
40302026-06-02T23:44:01.272Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40312026-06-02T23:44:01.303Z Checking globwalk v0.9.1
40322026-06-02T23:44:01.331Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40332026-06-02T23:44:01.362Z Checking slog-envlogger v2.2.0
40342026-06-02T23:44:01.481Z Checking camino-tempfile-ext v0.3.3
40352026-06-02T23:44:01.510Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40362026-06-02T23:44:01.548Z Checking sapling-renderdag v0.1.0
40372026-06-02T23:44:01.675Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40382026-06-02T23:44:01.699Z Checking subprocess v0.2.15
40392026-06-02T23:44:01.788Z Checking sync-ptr v0.1.4
40402026-06-02T23:44:01.898Z Checking colored v2.2.0
40412026-06-02T23:44:01.913Z Checking assert_matches v1.5.0
40422026-06-02T23:44:01.982Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40432026-06-02T23:44:02.143Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40442026-06-02T23:44:02.146Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40452026-06-02T23:44:02.887Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40462026-06-02T23:44:04.212Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40472026-06-02T23:44:06.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.42s
40482026-06-02T23:44:06.627Z
40492026-06-02T23:44:06.627Zinfo: running `cargo check --bins` on omicron-repl-utils (232/295)
40502026-06-02T23:44:07.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40512026-06-02T23:44:07.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40522026-06-02T23:44:07.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40532026-06-02T23:44:07.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40542026-06-02T23:44:07.226Z
40552026-06-02T23:44:07.226Zinfo: running `cargo check --bins` on transient-dns-server (233/295)
40562026-06-02T23:44:07.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40572026-06-02T23:44:07.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40582026-06-02T23:44:07.751Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40592026-06-02T23:44:07.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40602026-06-02T23:44:07.850Z
40612026-06-02T23:44:07.850Zinfo: running `cargo check --bins` on nexus-test-interface (234/295)
40622026-06-02T23:44:08.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40632026-06-02T23:44:08.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40642026-06-02T23:44:08.409Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40652026-06-02T23:44:08.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40662026-06-02T23:44:08.520Z
40672026-06-02T23:44:08.520Zinfo: running `cargo check --bins` on oximeter-collector (235/295)
40682026-06-02T23:44:09.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40692026-06-02T23:44:09.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40702026-06-02T23:44:09.247Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40712026-06-02T23:44:09.251Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40722026-06-02T23:44:09.894Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40732026-06-02T23:44:11.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.96s
40742026-06-02T23:44:11.682Z
40752026-06-02T23:44:11.682Zinfo: running `cargo check --bins` on oximeter-api (236/295)
40762026-06-02T23:44:12.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40772026-06-02T23:44:12.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40782026-06-02T23:44:12.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40792026-06-02T23:44:12.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40802026-06-02T23:44:12.291Z
40812026-06-02T23:44:12.291Zinfo: running `cargo check --bins` on cert-dev (237/295)
40822026-06-02T23:44:12.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40832026-06-02T23:44:12.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40842026-06-02T23:44:12.905Z Checking yasna v0.5.2
40852026-06-02T23:44:13.306Z Checking rcgen v0.12.1
40862026-06-02T23:44:13.552Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
40872026-06-02T23:44:13.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
40882026-06-02T23:44:13.901Z
40892026-06-02T23:44:13.902Zinfo: running `cargo check --bins` on clickana (238/295)
40902026-06-02T23:44:14.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40912026-06-02T23:44:14.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40922026-06-02T23:44:14.559Z Compiling darling_core v0.23.0
40932026-06-02T23:44:14.669Z Compiling instability v0.3.11
40942026-06-02T23:44:14.677Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
40952026-06-02T23:44:14.680Z Checking castaway v0.2.4
40962026-06-02T23:44:14.689Z Compiling indoc v2.0.7
40972026-06-02T23:44:14.697Z Checking unicode-truncate v1.1.0
40982026-06-02T23:44:14.700Z Checking lru v0.12.5
40992026-06-02T23:44:14.700Z Checking cassowary v0.3.0
41002026-06-02T23:44:14.775Z Checking compact_str v0.8.1
41012026-06-02T23:44:15.990Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
41022026-06-02T23:44:16.091Z Compiling darling_macro v0.23.0
41032026-06-02T23:44:16.168Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
41042026-06-02T23:44:16.497Z Compiling darling v0.23.0
41052026-06-02T23:44:17.126Z Checking ratatui v0.29.0
41062026-06-02T23:44:18.165Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41072026-06-02T23:44:18.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.93s
41082026-06-02T23:44:19.049Z
41092026-06-02T23:44:19.049Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (239/295)
41102026-06-02T23:44:19.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41112026-06-02T23:44:19.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41122026-06-02T23:44:19.758Z Checking headers-core v0.3.0
41132026-06-02T23:44:19.758Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41142026-06-02T23:44:19.954Z Checking headers v0.4.1
41152026-06-02T23:44:20.319Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41162026-06-02T23:44:21.168Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41172026-06-02T23:44:21.668Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41182026-06-02T23:44:22.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.05s
41192026-06-02T23:44:22.288Z
41202026-06-02T23:44:22.288Zinfo: running `cargo check --bins` on ch-dev (240/295)
41212026-06-02T23:44:22.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41222026-06-02T23:44:22.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41232026-06-02T23:44:23.019Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41242026-06-02T23:44:23.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
41252026-06-02T23:44:23.983Z
41262026-06-02T23:44:23.983Zinfo: running `cargo check --bins` on dev-tools-common (241/295)
41272026-06-02T23:44:24.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41282026-06-02T23:44:24.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41292026-06-02T23:44:24.388Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41302026-06-02T23:44:24.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
41312026-06-02T23:44:24.446Z
41322026-06-02T23:44:24.446Zinfo: running `cargo check --bins` on crdb-seed (242/295)
41332026-06-02T23:44:24.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41342026-06-02T23:44:24.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41352026-06-02T23:44:25.165Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41362026-06-02T23:44:26.151Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41372026-06-02T23:44:26.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.04s
41382026-06-02T23:44:26.692Z
41392026-06-02T23:44:26.692Zinfo: running `cargo check --bins` on db-dev (243/295)
41402026-06-02T23:44:27.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41412026-06-02T23:44:27.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41422026-06-02T23:44:27.412Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41432026-06-02T23:44:28.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
41442026-06-02T23:44:28.364Z
41452026-06-02T23:44:28.364Zinfo: running `cargo check --bins` on omicron-dev-lib (244/295)
41462026-06-02T23:44:28.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41472026-06-02T23:44:28.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41482026-06-02T23:44:28.907Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41492026-06-02T23:44:28.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41502026-06-02T23:44:29.005Z
41512026-06-02T23:44:29.006Zinfo: running `cargo check --bins` on xtask-downloader (245/295)
41522026-06-02T23:44:29.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41532026-06-02T23:44:29.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41542026-06-02T23:44:29.615Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41552026-06-02T23:44:30.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
41562026-06-02T23:44:30.484Z
41572026-06-02T23:44:30.484Zinfo: running `cargo check --bins` on omicron-dropshot-apis (246/295)
41582026-06-02T23:44:31.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41592026-06-02T23:44:31.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41602026-06-02T23:44:31.239Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41612026-06-02T23:44:31.239Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41622026-06-02T23:44:31.242Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
41632026-06-02T23:44:31.242Z Checking git-stub v1.0.0
41642026-06-02T23:44:31.242Z Compiling trait-variant v0.1.2
41652026-06-02T23:44:31.360Z Checking is_ci v1.2.0
41662026-06-02T23:44:31.372Z Checking maplit v1.0.2
41672026-06-02T23:44:31.388Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41682026-06-02T23:44:31.452Z Checking supports-color v3.0.2
41692026-06-02T23:44:31.476Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41702026-06-02T23:44:31.499Z Checking git-stub-vcs v0.1.0
41712026-06-02T23:44:31.582Z Checking drift v0.2.0
41722026-06-02T23:44:31.618Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41732026-06-02T23:44:31.681Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41742026-06-02T23:44:31.699Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41752026-06-02T23:44:31.893Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41762026-06-02T23:44:31.908Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
41772026-06-02T23:44:31.922Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41782026-06-02T23:44:31.935Z Checking dropshot-api-manager v0.7.2
41792026-06-02T23:44:32.098Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41802026-06-02T23:44:32.134Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
41812026-06-02T23:44:32.292Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
41822026-06-02T23:44:32.646Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41832026-06-02T23:44:37.609Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
41842026-06-02T23:44:38.707Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
41852026-06-02T23:44:39.274Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
41862026-06-02T23:44:39.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.22s
41872026-06-02T23:44:39.918Z
41882026-06-02T23:44:39.918Zinfo: running `cargo check --bins` on installinator-api (247/295)
41892026-06-02T23:44:40.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41902026-06-02T23:44:40.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41912026-06-02T23:44:40.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41922026-06-02T23:44:40.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41932026-06-02T23:44:40.520Z
41942026-06-02T23:44:40.520Zinfo: running `cargo check --bins` on nexus-external-api (248/295)
41952026-06-02T23:44:41.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41962026-06-02T23:44:41.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41972026-06-02T23:44:41.061Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41982026-06-02T23:44:41.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41992026-06-02T23:44:41.163Z
42002026-06-02T23:44:41.163Zinfo: running `cargo check --bins` on nexus-internal-api (249/295)
42012026-06-02T23:44:41.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42022026-06-02T23:44:41.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42032026-06-02T23:44:41.706Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42042026-06-02T23:44:41.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42052026-06-02T23:44:41.807Z
42062026-06-02T23:44:41.807Zinfo: running `cargo check --bins` on nexus-lockstep-api (250/295)
42072026-06-02T23:44:42.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42082026-06-02T23:44:42.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42092026-06-02T23:44:42.349Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42102026-06-02T23:44:42.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42112026-06-02T23:44:42.452Z
42122026-06-02T23:44:42.452Zinfo: running `cargo check --bins` on ntp-admin-api (251/295)
42132026-06-02T23:44:42.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42142026-06-02T23:44:42.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42152026-06-02T23:44:42.961Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42162026-06-02T23:44:42.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42172026-06-02T23:44:43.056Z
42182026-06-02T23:44:43.056Zinfo: running `cargo check --bins` on ntp-admin-types-versions (252/295)
42192026-06-02T23:44:43.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42202026-06-02T23:44:43.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42212026-06-02T23:44:43.557Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42222026-06-02T23:44:43.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42232026-06-02T23:44:43.647Z
42242026-06-02T23:44:43.648Zinfo: running `cargo check --bins` on wicketd-api (253/295)
42252026-06-02T23:44:44.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42262026-06-02T23:44:44.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42272026-06-02T23:44:44.171Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42282026-06-02T23:44:44.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42292026-06-02T23:44:44.267Z
42302026-06-02T23:44:44.268Zinfo: running `cargo check --bins` on omicron-ls-apis (254/295)
42312026-06-02T23:44:44.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42322026-06-02T23:44:44.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42332026-06-02T23:44:44.878Z Checking typeid v1.0.3
42342026-06-02T23:44:44.992Z Checking ordered-float v2.10.1
42352026-06-02T23:44:45.010Z Checking unicode-xid v0.2.6
42362026-06-02T23:44:45.020Z Checking cargo-platform v0.2.0
42372026-06-02T23:44:45.031Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42382026-06-02T23:44:45.057Z Checking erased-serde v0.4.9
42392026-06-02T23:44:45.193Z Checking serde-value v0.7.0
42402026-06-02T23:44:45.368Z Checking serde-untagged v0.1.9
42412026-06-02T23:44:45.521Z Checking cargo-util-schemas v0.8.2
42422026-06-02T23:44:46.206Z Checking cargo_metadata v0.21.0
42432026-06-02T23:44:46.800Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42442026-06-02T23:44:47.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s
42452026-06-02T23:44:47.684Z
42462026-06-02T23:44:47.684Zinfo: running `cargo check --bins` on mgs-dev (255/295)
42472026-06-02T23:44:48.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42482026-06-02T23:44:48.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42492026-06-02T23:44:48.423Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42502026-06-02T23:44:49.054Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42512026-06-02T23:44:49.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.87s
42522026-06-02T23:44:49.769Z
42532026-06-02T23:44:49.769Zinfo: running `cargo check --bins` on omicron-omdb (256/295)
42542026-06-02T23:44:50.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42552026-06-02T23:44:50.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42562026-06-02T23:44:50.725Z Compiling vergen-lib v0.1.6
42572026-06-02T23:44:50.725Z Compiling vergen-gitcl v1.0.8
42582026-06-02T23:44:50.725Z Compiling dirs-sys-next v0.1.2
42592026-06-02T23:44:50.728Z Compiling crunchy v0.2.4
42602026-06-02T23:44:50.728Z Compiling diesel_derives v2.3.7
42612026-06-02T23:44:50.728Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42622026-06-02T23:44:50.728Z Compiling glob v0.3.3
42632026-06-02T23:44:50.895Z Compiling dsl_auto_type v0.2.0
42642026-06-02T23:44:51.069Z Compiling dirs-next v2.0.0
42652026-06-02T23:44:51.085Z Checking scheduled-thread-pool v0.2.7
42662026-06-02T23:44:51.184Z Compiling diesel_table_macro_syntax v0.3.0
42672026-06-02T23:44:51.199Z Compiling tiny-keccak v2.0.2
42682026-06-02T23:44:51.228Z Checking r2d2 v0.8.10
42692026-06-02T23:44:51.254Z Compiling clang-sys v1.8.1
42702026-06-02T23:44:51.294Z Compiling term v0.7.0
42712026-06-02T23:44:51.420Z Compiling bit-vec v0.6.3
42722026-06-02T23:44:51.426Z Checking downcast-rs v2.0.2
42732026-06-02T23:44:51.581Z Compiling ascii-canvas v3.0.0
42742026-06-02T23:44:51.622Z Compiling bit-set v0.5.3
42752026-06-02T23:44:51.681Z Compiling itertools v0.10.5
42762026-06-02T23:44:51.780Z Compiling ena v0.14.4
42772026-06-02T23:44:51.822Z Compiling libloading v0.8.9
42782026-06-02T23:44:51.851Z Compiling regex-syntax v0.6.29
42792026-06-02T23:44:51.921Z Compiling diff v0.1.13
42802026-06-02T23:44:51.950Z Compiling bindgen v0.71.1
42812026-06-02T23:44:52.030Z Compiling cexpr v0.6.0
42822026-06-02T23:44:52.183Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
42832026-06-02T23:44:52.388Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
42842026-06-02T23:44:52.410Z Compiling rustc-hash v2.1.1
42852026-06-02T23:44:52.561Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42862026-06-02T23:44:52.582Z Compiling libxml v0.3.3
42872026-06-02T23:44:52.709Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
42882026-06-02T23:44:52.725Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
42892026-06-02T23:44:52.831Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
42902026-06-02T23:44:53.044Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42912026-06-02T23:44:53.098Z Compiling strum_macros v0.24.3
42922026-06-02T23:44:53.158Z Compiling indoc v1.0.9
42932026-06-02T23:44:53.239Z Compiling lalrpop v0.19.12
42942026-06-02T23:44:54.032Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42952026-06-02T23:44:54.228Z Checking derive_builder v0.20.2
42962026-06-02T23:44:54.350Z Compiling oso-derive v0.27.3
42972026-06-02T23:44:54.460Z Checking quick-xml v0.37.5
42982026-06-02T23:44:54.603Z Compiling impl-trait-for-tuples v0.2.3
42992026-06-02T23:44:54.853Z Checking openssl-probe v0.1.6
43002026-06-02T23:44:54.999Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
43012026-06-02T23:44:55.356Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43022026-06-02T23:44:55.552Z Checking bb8 v0.8.6
43032026-06-02T23:44:55.728Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43042026-06-02T23:44:55.747Z Compiling libz-sys v1.1.24
43052026-06-02T23:44:55.835Z Checking nonempty v0.12.0
43062026-06-02T23:44:55.949Z Compiling strsim v0.10.0
43072026-06-02T23:44:56.009Z Compiling libgit2-sys v0.18.3+1.9.2
43082026-06-02T23:44:56.148Z Compiling darling_core v0.13.4
43092026-06-02T23:44:56.286Z Compiling vergen-git2 v9.1.0
43102026-06-02T23:44:56.327Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43112026-06-02T23:44:56.508Z Compiling base64 v0.21.7
43122026-06-02T23:44:56.527Z Compiling rustls v0.21.12
43132026-06-02T23:44:56.769Z Compiling ron v0.8.1
43142026-06-02T23:44:56.841Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
43152026-06-02T23:44:56.858Z Checking diesel v2.3.7
43162026-06-02T23:44:57.725Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43172026-06-02T23:44:57.776Z Checking sct v0.7.1
43182026-06-02T23:44:57.916Z Checking rustls-webpki v0.101.7
43192026-06-02T23:44:57.958Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
43202026-06-02T23:44:58.049Z Compiling darling_macro v0.13.4
43212026-06-02T23:44:58.530Z Compiling darling v0.13.4
43222026-06-02T23:44:58.626Z Compiling serde_with_macros v1.5.2
43232026-06-02T23:44:58.788Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43242026-06-02T23:44:59.536Z Compiling serde_with v1.14.0
43252026-06-02T23:44:59.634Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43262026-06-02T23:45:00.527Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43272026-06-02T23:45:00.684Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43282026-06-02T23:45:01.431Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43292026-06-02T23:45:02.101Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43302026-06-02T23:45:02.124Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43312026-06-02T23:45:02.228Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43322026-06-02T23:45:02.297Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43332026-06-02T23:45:02.317Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43342026-06-02T23:45:02.421Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43352026-06-02T23:45:02.605Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43362026-06-02T23:45:02.646Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43372026-06-02T23:45:02.664Z Checking tokio-rustls v0.24.1
43382026-06-02T23:45:02.871Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43392026-06-02T23:45:03.475Z Checking rustls-pemfile v1.0.4
43402026-06-02T23:45:03.501Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43412026-06-02T23:45:03.621Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43422026-06-02T23:45:03.687Z Checking twox-hash v2.1.2
43432026-06-02T23:45:03.839Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43442026-06-02T23:45:04.028Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43452026-06-02T23:45:04.125Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43462026-06-02T23:45:04.257Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
43472026-06-02T23:45:04.414Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
43482026-06-02T23:45:05.698Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43492026-06-02T23:45:05.798Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43502026-06-02T23:45:06.076Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43512026-06-02T23:45:06.347Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43522026-06-02T23:45:06.780Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43532026-06-02T23:45:07.042Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43542026-06-02T23:45:07.304Z Checking console v0.16.2
43552026-06-02T23:45:07.623Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43562026-06-02T23:45:07.775Z Checking fatfs v0.3.6
43572026-06-02T23:45:08.037Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43582026-06-02T23:45:08.239Z Compiling seq-macro v0.3.6
43592026-06-02T23:45:08.448Z Checking unit-prefix v0.5.2
43602026-06-02T23:45:08.588Z Checking indicatif v0.18.4
43612026-06-02T23:45:08.810Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43622026-06-02T23:45:08.985Z Checking support-bundle-viewer v0.1.2
43632026-06-02T23:45:09.239Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43642026-06-02T23:45:09.394Z Checking multimap v0.10.1
43652026-06-02T23:45:15.298Z Checking async-bb8-diesel v0.2.1
43662026-06-02T23:45:15.664Z Checking diesel-dtrace v0.5.0
43672026-06-02T23:45:19.372Z Compiling samael v0.0.19
43682026-06-02T23:45:23.100Z Compiling git2 v0.20.4
43692026-06-02T23:45:24.849Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
43702026-06-02T23:45:25.400Z Compiling polar-core v0.27.3
43712026-06-02T23:45:25.620Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43722026-06-02T23:45:29.967Z Checking oso v0.27.3
43732026-06-02T23:45:57.507Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43742026-06-02T23:47:08.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 18s
43752026-06-02T23:47:08.490Z
43762026-06-02T23:47:08.490Zinfo: running `cargo check --bins` on nexus-networking (257/295)
43772026-06-02T23:47:09.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43782026-06-02T23:47:09.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43792026-06-02T23:47:09.092Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43802026-06-02T23:47:09.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
43812026-06-02T23:47:09.193Z
43822026-06-02T23:47:09.193Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (258/295)
43832026-06-02T23:47:09.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43842026-06-02T23:47:09.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43852026-06-02T23:47:09.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43862026-06-02T23:47:09.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43872026-06-02T23:47:09.854Z
43882026-06-02T23:47:09.854Zinfo: running `cargo check --bins` on nexus-saga-recovery (259/295)
43892026-06-02T23:47:10.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43902026-06-02T23:47:10.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43912026-06-02T23:47:10.411Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43922026-06-02T23:47:10.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43932026-06-02T23:47:10.517Z
43942026-06-02T23:47:10.517Zinfo: running `cargo check --bins` on nexus-test-utils-macros (260/295)
43952026-06-02T23:47:11.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43962026-06-02T23:47:11.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43972026-06-02T23:47:11.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43982026-06-02T23:47:11.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43992026-06-02T23:47:11.111Z
44002026-06-02T23:47:11.111Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (261/295)
44012026-06-02T23:47:11.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44022026-06-02T23:47:11.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44032026-06-02T23:47:11.962Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44042026-06-02T23:47:12.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s
44052026-06-02T23:47:12.961Z
44062026-06-02T23:47:12.961Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (262/295)
44072026-06-02T23:47:13.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44082026-06-02T23:47:13.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44092026-06-02T23:47:13.799Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44102026-06-02T23:47:50.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.19s
44112026-06-02T23:47:50.382Z
44122026-06-02T23:47:50.382Zinfo: running `cargo check --bins` on nexus-background-task-interface (263/295)
44132026-06-02T23:47:50.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44142026-06-02T23:47:50.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44152026-06-02T23:47:50.884Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44162026-06-02T23:47:50.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44172026-06-02T23:47:50.973Z
44182026-06-02T23:47:50.973Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (264/295)
44192026-06-02T23:47:51.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44202026-06-02T23:47:51.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44212026-06-02T23:47:51.516Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44222026-06-02T23:47:51.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
44232026-06-02T23:47:51.616Z
44242026-06-02T23:47:51.616Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (265/295)
44252026-06-02T23:47:52.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44262026-06-02T23:47:52.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44272026-06-02T23:47:52.173Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44282026-06-02T23:47:52.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44292026-06-02T23:47:52.276Z
44302026-06-02T23:47:52.276Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (266/295)
44312026-06-02T23:47:52.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44322026-06-02T23:47:52.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44332026-06-02T23:47:52.831Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44342026-06-02T23:47:52.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44352026-06-02T23:47:52.935Z
44362026-06-02T23:47:52.935Zinfo: running `cargo check --bins` on nexus-mgs-updates (267/295)
44372026-06-02T23:47:53.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44382026-06-02T23:47:53.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44392026-06-02T23:47:53.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44402026-06-02T23:47:53.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
44412026-06-02T23:47:53.583Z
44422026-06-02T23:47:53.584Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (268/295)
44432026-06-02T23:47:54.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44442026-06-02T23:47:54.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44452026-06-02T23:47:54.149Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44462026-06-02T23:47:54.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
44472026-06-02T23:47:54.255Z
44482026-06-02T23:47:54.255Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (269/295)
44492026-06-02T23:47:54.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44502026-06-02T23:47:54.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44512026-06-02T23:47:54.809Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44522026-06-02T23:47:54.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44532026-06-02T23:47:54.910Z
44542026-06-02T23:47:54.910Zinfo: running `cargo check --bins` on support-bundle-collection (270/295)
44552026-06-02T23:47:55.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44562026-06-02T23:47:55.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44572026-06-02T23:47:55.470Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44582026-06-02T23:47:55.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
44592026-06-02T23:47:55.574Z
44602026-06-02T23:47:55.574Zinfo: running `cargo check --bins` on omicron-dev (271/295)
44612026-06-02T23:47:56.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44622026-06-02T23:47:56.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44632026-06-02T23:47:56.489Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44642026-06-02T23:47:56.492Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44652026-06-02T23:47:56.680Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
44662026-06-02T23:47:56.710Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
44672026-06-02T23:47:56.730Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
44682026-06-02T23:47:56.747Z Checking diff v0.1.13
44692026-06-02T23:47:56.750Z Checking yansi v1.0.1
44702026-06-02T23:47:56.750Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44712026-06-02T23:47:56.815Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
44722026-06-02T23:47:57.025Z Checking pretty_assertions v1.4.1
44732026-06-02T23:47:57.655Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44742026-06-02T23:47:57.803Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
44752026-06-02T23:48:21.629Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44762026-06-02T23:48:21.643Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
44772026-06-02T23:48:21.643Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
44782026-06-02T23:48:21.643Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
44792026-06-02T23:48:21.643Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
44802026-06-02T23:48:21.643Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
44812026-06-02T23:48:22.512Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
44822026-06-02T23:48:22.512Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
44832026-06-02T23:48:23.759Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44842026-06-02T23:49:00.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s
44852026-06-02T23:49:00.316Z
44862026-06-02T23:49:00.316Zinfo: running `cargo check --bins` on omicron-pins (272/295)
44872026-06-02T23:49:00.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44882026-06-02T23:49:00.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44892026-06-02T23:49:00.822Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44902026-06-02T23:49:00.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44912026-06-02T23:49:00.909Z
44922026-06-02T23:49:00.909Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (273/295)
44932026-06-02T23:49:01.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44942026-06-02T23:49:01.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44952026-06-02T23:49:01.697Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
44962026-06-02T23:49:01.821Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
44972026-06-02T23:49:01.849Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
44982026-06-02T23:49:27.774Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
44992026-06-02T23:49:28.169Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45002026-06-02T23:49:29.891Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45012026-06-02T23:49:30.337Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45022026-06-02T23:49:33.296Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45032026-06-02T23:49:56.123Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45042026-06-02T23:49:56.844Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45052026-06-02T23:49:58.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.57s
45062026-06-02T23:49:58.708Z
45072026-06-02T23:49:58.708Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (274/295)
45082026-06-02T23:49:59.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45092026-06-02T23:49:59.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45102026-06-02T23:49:59.432Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45112026-06-02T23:50:00.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
45122026-06-02T23:50:00.318Z
45132026-06-02T23:50:00.318Zinfo: running `cargo check --bins` on omicron-releng (275/295)
45142026-06-02T23:50:00.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45152026-06-02T23:50:00.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45162026-06-02T23:50:00.975Z Compiling blake3 v1.8.3
45172026-06-02T23:50:01.086Z Checking arrayref v0.3.9
45182026-06-02T23:50:01.089Z Checking arrayvec v0.7.6
45192026-06-02T23:50:01.089Z Checking constant_time_eq v0.4.2
45202026-06-02T23:50:01.106Z Checking topological-sort v0.2.2
45212026-06-02T23:50:01.109Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
45222026-06-02T23:50:01.109Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
45232026-06-02T23:50:01.109Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45242026-06-02T23:50:01.148Z Checking shell-words v1.1.1
45252026-06-02T23:50:01.886Z Checking omicron-zone-package v0.12.2
45262026-06-02T23:50:02.611Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45272026-06-02T23:50:03.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.15s
45282026-06-02T23:50:03.667Z
45292026-06-02T23:50:03.667Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (276/295)
45302026-06-02T23:50:04.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45312026-06-02T23:50:04.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45322026-06-02T23:50:04.317Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
45332026-06-02T23:50:04.644Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45342026-06-02T23:50:05.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
45352026-06-02T23:50:05.229Z
45362026-06-02T23:50:05.229Zinfo: running `cargo check --bins` on schema (277/295)
45372026-06-02T23:50:05.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45382026-06-02T23:50:05.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45392026-06-02T23:50:05.957Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
45402026-06-02T23:50:06.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
45412026-06-02T23:50:06.857Z
45422026-06-02T23:50:06.857Zinfo: running `cargo check --bins` on xtask (278/295)
45432026-06-02T23:50:07.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45442026-06-02T23:50:07.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45452026-06-02T23:50:07.315Z Checking libc v0.2.185
45462026-06-02T23:50:07.397Z Checking serde v1.0.228
45472026-06-02T23:50:07.401Z Checking zerofrom v0.1.6
45482026-06-02T23:50:07.405Z Checking bitflags v2.11.0
45492026-06-02T23:50:07.410Z Checking smallvec v1.15.1
45502026-06-02T23:50:07.417Z Checking indexmap v2.14.0
45512026-06-02T23:50:07.426Z Checking serde_json v1.0.149
45522026-06-02T23:50:07.437Z Checking scroll v0.12.0
45532026-06-02T23:50:07.499Z Checking yoke v0.8.1
45542026-06-02T23:50:07.551Z Checking num-traits v0.2.19
45552026-06-02T23:50:07.584Z Checking thiserror v1.0.69
45562026-06-02T23:50:07.661Z Checking log v0.4.29
45572026-06-02T23:50:07.672Z Checking zerovec v0.11.5
45582026-06-02T23:50:07.683Z Checking zerotrie v0.2.3
45592026-06-02T23:50:07.692Z Checking errno v0.3.14
45602026-06-02T23:50:07.789Z Checking toml_datetime v0.6.11
45612026-06-02T23:50:07.809Z Checking serde_spanned v0.6.9
45622026-06-02T23:50:07.812Z Checking rustix v1.1.3
45632026-06-02T23:50:07.921Z Checking percent-encoding v2.3.2
45642026-06-02T23:50:07.936Z Checking goblin v0.8.2
45652026-06-02T23:50:07.948Z Checking zerocopy v0.7.35
45662026-06-02T23:50:07.968Z Checking toml_edit v0.22.27
45672026-06-02T23:50:08.023Z Checking getrandom v0.4.1
45682026-06-02T23:50:08.061Z Checking form_urlencoded v1.2.2
45692026-06-02T23:50:08.072Z Checking ordered-float v2.10.1
45702026-06-02T23:50:08.100Z Checking tinystr v0.8.2
45712026-06-02T23:50:08.154Z Checking potential_utf v0.1.4
45722026-06-02T23:50:08.186Z Checking thiserror v2.0.18
45732026-06-02T23:50:08.278Z Checking icu_locale_core v2.1.1
45742026-06-02T23:50:08.290Z Checking serde-value v0.7.0
45752026-06-02T23:50:08.292Z Checking icu_collections v2.1.1
45762026-06-02T23:50:08.309Z Checking syn v2.0.117
45772026-06-02T23:50:08.426Z Checking dtrace-parser v0.2.0
45782026-06-02T23:50:08.502Z Checking thread-id v4.2.2
45792026-06-02T23:50:08.584Z Checking once_cell v1.21.3
45802026-06-02T23:50:08.598Z Checking cargo-platform v0.2.0
45812026-06-02T23:50:08.625Z Checking terminal_size v0.4.3
45822026-06-02T23:50:08.664Z Checking memmap v0.7.0
45832026-06-02T23:50:08.758Z Checking tempfile v3.25.0
45842026-06-02T23:50:08.769Z Checking clap_builder v4.5.60
45852026-06-02T23:50:08.779Z Checking textwrap v0.16.2
45862026-06-02T23:50:08.797Z Checking fs-err v3.3.0
45872026-06-02T23:50:08.833Z Checking icu_provider v2.1.1
45882026-06-02T23:50:08.947Z Checking camino-tempfile v1.4.1
45892026-06-02T23:50:08.975Z Checking tabled v0.15.0
45902026-06-02T23:50:08.986Z Checking anyhow v1.0.102
45912026-06-02T23:50:09.060Z Checking toml v0.8.23
45922026-06-02T23:50:09.075Z Checking icu_properties v2.1.2
45932026-06-02T23:50:09.102Z Checking icu_normalizer v2.1.1
45942026-06-02T23:50:09.182Z Checking macaddr v1.0.1
45952026-06-02T23:50:09.365Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
45962026-06-02T23:50:09.376Z Checking cargo_toml v0.21.0
45972026-06-02T23:50:09.826Z Checking dof v0.3.0
45982026-06-02T23:50:09.892Z Checking idna_adapter v1.2.1
45992026-06-02T23:50:09.957Z Checking clap v4.5.60
46002026-06-02T23:50:10.011Z Checking idna v1.1.0
46012026-06-02T23:50:10.114Z Checking usdt-impl v0.5.0
46022026-06-02T23:50:10.233Z Checking url v2.5.8
46032026-06-02T23:50:10.362Z Checking usdt v0.5.0
46042026-06-02T23:50:10.575Z Checking cargo-util-schemas v0.8.2
46052026-06-02T23:50:11.265Z Checking cargo_metadata v0.21.0
46062026-06-02T23:50:11.883Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46072026-06-02T23:50:12.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.44s
46082026-06-02T23:50:12.421Z
46092026-06-02T23:50:12.421Zinfo: running `cargo check --bins` on dnsadm (279/295)
46102026-06-02T23:50:12.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46112026-06-02T23:50:12.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46122026-06-02T23:50:13.065Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46132026-06-02T23:50:13.540Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46142026-06-02T23:50:13.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s
46152026-06-02T23:50:14.122Z
46162026-06-02T23:50:14.122Zinfo: running `cargo check --bins` on end-to-end-tests (280/295)
46172026-06-02T23:50:14.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46182026-06-02T23:50:14.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46192026-06-02T23:50:14.926Z Checking polyval v0.6.2
46202026-06-02T23:50:15.052Z Checking ctr v0.9.2
46212026-06-02T23:50:15.062Z Checking ssh-encoding v0.2.0
46222026-06-02T23:50:15.062Z Checking blowfish v0.9.1
46232026-06-02T23:50:15.083Z Checking password-hash v0.4.2
46242026-06-02T23:50:15.099Z Checking p521 v0.13.3
46252026-06-02T23:50:15.102Z Checking p256 v0.13.2
46262026-06-02T23:50:15.126Z Checking russh-cryptovec v0.7.3
46272026-06-02T23:50:15.192Z Checking ghash v0.5.1
46282026-06-02T23:50:15.206Z Checking bcrypt-pbkdf v0.10.0
46292026-06-02T23:50:15.209Z Checking md5 v0.7.0
46302026-06-02T23:50:15.236Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
46312026-06-02T23:50:15.254Z Checking num-bigint v0.4.6
46322026-06-02T23:50:15.296Z Checking pbkdf2 v0.11.0
46332026-06-02T23:50:15.311Z Checking aes-gcm v0.10.3
46342026-06-02T23:50:15.357Z Checking des v0.8.1
46352026-06-02T23:50:15.361Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46362026-06-02T23:50:15.383Z Checking hex-literal v0.4.1
46372026-06-02T23:50:15.465Z Checking ssh-cipher v0.2.0
46382026-06-02T23:50:15.465Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
46392026-06-02T23:50:15.493Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
46402026-06-02T23:50:15.506Z Checking socket2 v0.5.10
46412026-06-02T23:50:15.546Z Checking internet-checksum v0.2.1
46422026-06-02T23:50:15.635Z Checking ssh-key v0.6.7
46432026-06-02T23:50:15.813Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46442026-06-02T23:50:16.260Z Checking russh-keys v0.45.0
46452026-06-02T23:50:16.821Z Checking russh v0.45.0
46462026-06-02T23:50:33.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.10s
46472026-06-02T23:50:33.436Z
46482026-06-02T23:50:33.436Zinfo: running `cargo check --bins` on gateway-cli (281/295)
46492026-06-02T23:50:33.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46502026-06-02T23:50:33.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46512026-06-02T23:50:34.084Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
46522026-06-02T23:50:34.195Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
46532026-06-02T23:50:34.202Z Checking termios v0.3.3
46542026-06-02T23:50:35.415Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
46552026-06-02T23:50:35.558Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
46562026-06-02T23:50:37.353Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
46572026-06-02T23:50:37.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.48s
46582026-06-02T23:50:38.120Z
46592026-06-02T23:50:38.120Zinfo: running `cargo check --bins --no-default-features` on installinator (282/295)
46602026-06-02T23:50:38.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46612026-06-02T23:50:38.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46622026-06-02T23:50:38.828Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
46632026-06-02T23:50:38.953Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46642026-06-02T23:50:38.959Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
46652026-06-02T23:50:38.959Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
46662026-06-02T23:50:38.966Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
46672026-06-02T23:50:38.976Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46682026-06-02T23:50:39.691Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46692026-06-02T23:50:40.038Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
46702026-06-02T23:50:40.041Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
46712026-06-02T23:50:40.688Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
46722026-06-02T23:50:42.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.22s
46732026-06-02T23:50:42.534Z
46742026-06-02T23:50:42.534Zinfo: running `cargo check --bins` on internal-dns-cli (283/295)
46752026-06-02T23:50:43.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46762026-06-02T23:50:43.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46772026-06-02T23:50:43.177Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
46782026-06-02T23:50:43.635Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
46792026-06-02T23:50:43.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
46802026-06-02T23:50:44.138Z
46812026-06-02T23:50:44.138Zinfo: running `cargo check --bins` on omicron-live-tests (284/295)
46822026-06-02T23:50:44.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46832026-06-02T23:50:44.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46842026-06-02T23:50:44.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46852026-06-02T23:50:44.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
46862026-06-02T23:50:44.730Z
46872026-06-02T23:50:44.730Zinfo: running `cargo check --bins` on live-tests-macros (285/295)
46882026-06-02T23:50:45.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46892026-06-02T23:50:45.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46902026-06-02T23:50:45.233Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46912026-06-02T23:50:45.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
46922026-06-02T23:50:45.323Z
46932026-06-02T23:50:45.324Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (286/295)
46942026-06-02T23:50:45.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46952026-06-02T23:50:45.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46962026-06-02T23:50:46.084Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
46972026-06-02T23:50:46.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
46982026-06-02T23:50:46.887Z
46992026-06-02T23:50:46.887Zinfo: running `cargo check --bins` on omicron-ntp-admin (287/295)
47002026-06-02T23:50:47.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47012026-06-02T23:50:47.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47022026-06-02T23:50:47.540Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47032026-06-02T23:50:47.543Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
47042026-06-02T23:50:47.824Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
47052026-06-02T23:50:47.824Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47062026-06-02T23:50:48.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s
47072026-06-02T23:50:48.819Z
47082026-06-02T23:50:48.819Zinfo: running `cargo check --bins` on ntp-admin-types (288/295)
47092026-06-02T23:50:49.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47102026-06-02T23:50:49.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47112026-06-02T23:50:49.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47122026-06-02T23:50:49.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
47132026-06-02T23:50:49.409Z
47142026-06-02T23:50:49.409Zinfo: running `cargo check --bins` on omicron-package (289/295)
47152026-06-02T23:50:49.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47162026-06-02T23:50:49.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47172026-06-02T23:50:50.096Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47182026-06-02T23:50:51.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.77s
47192026-06-02T23:50:51.377Z
47202026-06-02T23:50:51.377Zinfo: running `cargo check --bins` on tqdb (290/295)
47212026-06-02T23:50:51.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47222026-06-02T23:50:51.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47232026-06-02T23:50:52.166Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47242026-06-02T23:50:52.521Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47252026-06-02T23:50:53.033Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47262026-06-02T23:50:53.033Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
47272026-06-02T23:50:59.031Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
47282026-06-02T23:50:59.036Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
47292026-06-02T23:50:59.603Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
47302026-06-02T23:50:59.603Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
47312026-06-02T23:50:59.606Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47322026-06-02T23:50:59.606Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
47332026-06-02T23:51:00.369Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
47342026-06-02T23:51:01.397Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47352026-06-02T23:51:02.177Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47362026-06-02T23:51:02.799Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47372026-06-02T23:51:07.160Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47382026-06-02T23:51:13.609Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47392026-06-02T23:51:13.609Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
47402026-06-02T23:51:13.612Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
47412026-06-02T23:51:13.612Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47422026-06-02T23:51:15.096Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
47432026-06-02T23:51:16.436Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
47442026-06-02T23:51:17.115Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47452026-06-02T23:51:18.350Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
47462026-06-02T23:51:18.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.52s
47472026-06-02T23:51:19.113Z
47482026-06-02T23:51:19.113Zinfo: running `cargo check --bins` on wicket-dbg (291/295)
47492026-06-02T23:51:19.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47502026-06-02T23:51:19.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47512026-06-02T23:51:19.827Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47522026-06-02T23:51:19.830Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47532026-06-02T23:51:19.953Z Checking rtoolbox v0.0.3
47542026-06-02T23:51:19.961Z Checking tui-tree-widget v0.23.1
47552026-06-02T23:51:20.061Z Checking rpassword v7.4.0
47562026-06-02T23:51:21.087Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
47572026-06-02T23:51:24.050Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47582026-06-02T23:51:25.886Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
47592026-06-02T23:51:26.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.67s
47602026-06-02T23:51:26.997Z
47612026-06-02T23:51:26.997Zinfo: running `cargo check --bins` on wicket (292/295)
47622026-06-02T23:51:27.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47632026-06-02T23:51:27.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47642026-06-02T23:51:27.702Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47652026-06-02T23:51:28.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
47662026-06-02T23:51:28.278Z
47672026-06-02T23:51:28.278Zinfo: running `cargo check --bins` on wicketd (293/295)
47682026-06-02T23:51:28.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47692026-06-02T23:51:28.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47702026-06-02T23:51:29.003Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
47712026-06-02T23:51:29.007Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
47722026-06-02T23:51:29.007Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
47732026-06-02T23:51:29.007Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
47742026-06-02T23:51:30.001Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
47752026-06-02T23:51:30.577Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
47762026-06-02T23:51:33.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.26s
47772026-06-02T23:51:33.748Z
47782026-06-02T23:51:33.748Zinfo: running `cargo check --bins` on omicron-workspace-hack (294/295)
47792026-06-02T23:51:34.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47802026-06-02T23:51:34.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47812026-06-02T23:51:34.246Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47822026-06-02T23:51:34.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
47832026-06-02T23:51:34.335Z
47842026-06-02T23:51:34.335Zinfo: running `cargo check --bins` on zone-setup (295/295)
47852026-06-02T23:51:34.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47862026-06-02T23:51:34.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47872026-06-02T23:51:35.011Z Checking uzers v0.12.2
47882026-06-02T23:51:35.284Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
47892026-06-02T23:51:36.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s
47902026-06-02T23:51:36.245Z
47912026-06-02T23:51:36.245Zreal 14:06.120321178
47922026-06-02T23:51:36.245Zuser 21:06.868600431
47932026-06-02T23:51:36.245Zsys 4:22.793507509
47942026-06-02T23:51:36.245Ztrap 0.334110505
47952026-06-02T23:51:36.245Ztflt 0.713524942
47962026-06-02T23:51:36.245Zdflt 1.103125106
47972026-06-02T23:51:36.245Zkflt 0.005278192
47982026-06-02T23:51:36.245Zlock 1:18:14.535784381
47992026-06-02T23:51:36.245Zslp 1:41:23.621421993
48002026-06-02T23:51:36.245Zlat 58.724448329
48012026-06-02T23:51:36.245Zstop 3:38.561646794
48022026-06-02T23:51:36.248Zprocess exited: duration 981146 ms, exit code 0
 
48032026-06-02T23:51:36.255Zfound 0 output files