01KRPQPP3SZNZSBHFR6PC4J7BZ: 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: 01KRPQQ3XGNPBH32JJGCCA51EQ

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-15T21:13:07.898Zjob assigned to worker 01KRPQQ7566HA530EMM508AV9J [factory aws, i-0d64b53080dd83939] (queued for 54 s)
 
22026-05-15T21:13:14.377Zstarting task 0: "setup"
32026-05-15T21:13:14.384Z++ uname -s
42026-05-15T21:13:14.387Z+ kern=SunOS
52026-05-15T21:13:14.387Z+ build_user=build
62026-05-15T21:13:14.387Z+ build_uid=12345
72026-05-15T21:13:14.387Z+ work_dir=/work
82026-05-15T21:13:14.387Z+ input_dir=/input
92026-05-15T21:13:14.387Z+ [[ 0 == 12345 ]]
102026-05-15T21:13:14.387Z+ case "$kern" in
112026-05-15T21:13:14.387Z+ groupadd -g 12345 build
122026-05-15T21:13:14.398Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-15T21:13:16.405Z+ zfs create -o mountpoint=/work rpool/work
142026-05-15T21:13:16.509Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-15T21:13:16.512Z+ home_fs=zfs
162026-05-15T21:13:16.512Z+ [[ zfs == autofs ]]
172026-05-15T21:13:16.512Z+ mkdir -p /home/build
182026-05-15T21:13:16.512Z+ chown build:build /home/build /work
192026-05-15T21:13:18.513Z+ chmod 0700 /home/build /work
202026-05-15T21:13:18.517Zprocess exited: duration 4138 ms, exit code 0
 
212026-05-15T21:13:18.523Zstarting task 1: "rust-toolchain"
222026-05-15T21:13:18.527Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-15T21:13:18.527Z * rust toolchain channel = "1.94.0"
242026-05-15T21:13:18.527Z * rust toolchain profile = "default"
252026-05-15T21:13:18.527Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-15T21:13:18.527Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-15T21:13:18.527Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-15T21:13:18.530Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-15T21:13:18.530Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-15T21:13:18.608Zinfo: downloading installer
312026-05-15T21:13:20.014Zwarn: It looks like you have an existing rustup settings file at:
322026-05-15T21:13:20.014Zwarn: /home/build/.rustup/settings.toml
332026-05-15T21:13:20.014Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-15T21:13:20.014Zwarn: instead of the one inferred from the default host triple.
352026-05-15T21:13:20.026Zinfo: profile set to default
362026-05-15T21:13:20.026Zinfo: default host triple is x86_64-unknown-illumos
372026-05-15T21:13:20.029Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-15T21:13:20.157Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-15T21:13:20.160Zinfo: downloading 6 components
402026-05-15T21:13:34.216Z
412026-05-15T21:13:34.216Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
422026-05-15T21:13:34.246Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-15T21:13:34.246Z
442026-05-15T21:13:34.246Z
452026-05-15T21:13:34.246ZRust is installed now. Great!
462026-05-15T21:13:34.246Z
472026-05-15T21:13:34.250ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-15T21:13:34.250Zenvironment variable. This has not been done automatically.
492026-05-15T21:13:34.250Z
502026-05-15T21:13:34.250ZTo configure your current shell, you need to source
512026-05-15T21:13:34.250Zthe corresponding env file under $HOME/.cargo.
522026-05-15T21:13:34.250Z
532026-05-15T21:13:34.250ZThis is usually done by running one of the following (note the leading DOT):
542026-05-15T21:13:34.250Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-15T21:13:34.250Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-15T21:13:34.250Zsource "~/.cargo/env.nu" # For nushell
572026-05-15T21:13:34.250Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-15T21:13:34.250Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-15T21:13:34.250Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-15T21:13:34.250Zwarn: no default linker (`cc`) was found in your PATH
612026-05-15T21:13:34.250Zwarn: many Rust crates require a system C toolchain to build
622026-05-15T21:13:34.346Z+ rustup --version
632026-05-15T21:13:34.355Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-15T21:13:34.358Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-15T21:13:34.376Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-15T21:13:34.383Z+ cargo --version
672026-05-15T21:13:34.392Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-15T21:13:34.395Z+ rustc --version
692026-05-15T21:13:34.414Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-15T21:13:34.417Zprocess exited: duration 15894 ms, exit code 0
 
712026-05-15T21:13:34.423Zstarting task 2: "authentication"
722026-05-15T21:13:34.440Zprocess exited: duration 16 ms, exit code 0
 
732026-05-15T21:13:34.446Zstarting task 3: "clone repository"
742026-05-15T21:13:34.449Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-15T21:13:34.453Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-15T21:13:34.486ZCloning into '/work/oxidecomputer/omicron'...
772026-05-15T21:13:44.743Z+ cd /work/oxidecomputer/omicron
782026-05-15T21:13:44.743Z+ git fetch origin 63ede604c380307525230cf817e635e8bda806bd
792026-05-15T21:13:45.039ZFrom https://github.com/oxidecomputer/omicron
802026-05-15T21:13:45.039Z * branch 63ede604c380307525230cf817e635e8bda806bd -> FETCH_HEAD
812026-05-15T21:13:45.050Z+ [[ -n eliza/failure-reason-2 ]]
822026-05-15T21:13:46.056Z++ git branch --show-current
832026-05-15T21:13:46.056Z+ current=main
842026-05-15T21:13:46.056Z+ [[ main != eliza/failure-reason-2 ]]
852026-05-15T21:13:46.056Z+ git branch -f eliza/failure-reason-2 63ede604c380307525230cf817e635e8bda806bd
862026-05-15T21:13:46.060Z+ git checkout -f eliza/failure-reason-2
872026-05-15T21:13:46.060ZSwitched to branch 'eliza/failure-reason-2'
882026-05-15T21:13:46.060Z+ git reset --hard 63ede604c380307525230cf817e635e8bda806bd
892026-05-15T21:13:46.060ZHEAD is now at 63ede604c Merge branch 'main' into eliza/failure-reason-2
902026-05-15T21:13:46.060Zprocess exited: duration 10864 ms, exit code 0
 
912026-05-15T21:13:46.068Zstarting task 4: "build"
922026-05-15T21:13:46.073Z+ source .github/buildomat/ci-env.sh
932026-05-15T21:13:46.073Z++ export CARGO_TERM_COLOR=always
942026-05-15T21:13:46.073Z++ CARGO_TERM_COLOR=always
952026-05-15T21:13:46.073Z+ cargo --version
962026-05-15T21:13:46.083Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-15T21:13:46.086Z+ rustc --version
982026-05-15T21:13:46.106Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-15T21:13:46.110Z+ source ./env.sh
1002026-05-15T21:13:46.110Z++ OLD_SHELL_OPTS=ehxB
1012026-05-15T21:13:46.110Z++ set -o xtrace
1022026-05-15T21:13:46.113Z++++ dirname ./env.sh
1032026-05-15T21:13:46.122Z+++ readlink -f .
1042026-05-15T21:13:46.126Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-05-15T21:13:46.126Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062026-05-15T21:13:46.126Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-05-15T21:13:46.126Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-05-15T21:13:46.126Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-05-15T21:13:46.126Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-05-15T21:13:46.126Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112026-05-15T21:13:46.126Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122026-05-15T21:13:46.126Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1132026-05-15T21:13:46.126Z++ case $OLD_SHELL_OPTS in
1142026-05-15T21:13:46.126Z++ unset OLD_SHELL_OPTS OMICRON_WS
1152026-05-15T21:13:46.126Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1162026-05-15T21:13:46.126Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1172026-05-15T21:13:46.126Z+ banner prerequisites
1182026-05-15T21:13:46.130Z
1192026-05-15T21:13:46.130Z ##### ##### ###### ##### ###### #### # # # #### #
1202026-05-15T21:13:46.130Z # # # # # # # # # # # # # # #
1212026-05-15T21:13:46.130Z # # # # ##### # # ##### # # # # # #### #
1222026-05-15T21:13:46.130Z ##### ##### # ##### # # # # # # # # #
1232026-05-15T21:13:46.130Z # # # # # # # # # # # # # # #
1242026-05-15T21:13:46.130Z # # # ###### # # ###### ### # #### # #### #
1252026-05-15T21:13:46.130Z
1262026-05-15T21:13:46.130Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1272026-05-15T21:13:48.471Z Startup: Refreshing catalog 'helios' ... Done
1282026-05-15T21:13:48.528Z Startup: Caching catalogs ... Done
1292026-05-15T21:13:48.733ZPlanning: Solver setup ... Done (0.173s)
1302026-05-15T21:13:48.749ZPlanning: Running solver ... Done (0.016s)
1312026-05-15T21:13:48.764ZPlanning: Finding local manifests ... Done (0.013s)
1322026-05-15T21:13:48.778ZPlanning: Fetching manifests: 0/2 0% complete
1332026-05-15T21:13:48.795ZPlanning: Fetching manifests: 2/2 100% complete
1342026-05-15T21:13:48.808ZPlanning: Package planning ... Done (0.013s)
1352026-05-15T21:13:48.811ZPlanning: Merging actions ... Done (0.001s)
1362026-05-15T21:13:49.006ZPlanning: Checking for conflicting actions ... Done (0.195s)
1372026-05-15T21:13:49.009ZPlanning: Consolidating action changes ... Done (0.001s)
1382026-05-15T21:13:50.300ZPlanning: Evaluating mediators ... Done (1.293s)
1392026-05-15T21:13:50.303ZPlanning: Planning completed in 1.75 seconds
1402026-05-15T21:13:50.309Z Packages to install: 2
1412026-05-15T21:13:50.309Z Estimated space available: 156.08 GB
1422026-05-15T21:13:50.311ZEstimated space to be consumed: 19.74 MB
1432026-05-15T21:13:50.312Z Create boot environment: No
1442026-05-15T21:13:50.312ZCreate backup boot environment: No
1452026-05-15T21:13:50.312Z Rebuild boot archive: No
1462026-05-15T21:13:50.312Z
1472026-05-15T21:13:50.312ZChanged packages:
1482026-05-15T21:13:50.312Zhelios
1492026-05-15T21:13:50.312Z developer/build-essential
1502026-05-15T21:13:50.312Z None -> 11-3.0
1512026-05-15T21:13:50.312Z library/libxmlsec1
1522026-05-15T21:13:50.312Z None -> 1.2.35-3.0
1532026-05-15T21:13:50.356Z
1542026-05-15T21:13:50.356ZDownload: 0/214 items 0.0/1.3MB 0% complete
1552026-05-15T21:13:51.017ZDownload: Completed 1.28 MB in 0.66 seconds (1.9M/s)
1562026-05-15T21:13:51.098Z Actions: 1/268 actions (Installing new actions)
1572026-05-15T21:13:51.147Z Actions: Completed 268 actions in 0.05 seconds.
1582026-05-15T21:13:51.153ZFinalize: Updating package state database ... Done (0.006s)
1592026-05-15T21:13:51.157ZFinalize: Updating package cache ... Done (0.000s)
1602026-05-15T21:13:51.169ZFinalize: Updating image state ... Done (0.015s)
1612026-05-15T21:13:53.812ZFinalize: Creating fast lookup database ... Done (2.621s)
1622026-05-15T21:13:53.879ZFinalize: Reading search index ... Done (0.013s)
1632026-05-15T21:13:53.883ZFinalize: Updating search index ... Done (0.000s)
1642026-05-15T21:13:54.047ZFinalize: Updating package cache ... Done (0.000s)
1652026-05-15T21:13:54.341ZPlanning: Evaluating mediator changes ... Done
1662026-05-15T21:13:54.446ZPlanning: Checking for conflicting actions ... Done
1672026-05-15T21:13:54.449ZPlanning: Consolidating action changes ... Done
1682026-05-15T21:13:54.605ZPlanning: Evaluating mediators ... Done
1692026-05-15T21:13:54.608ZPlanning: Planning completed in 0.26 seconds
1702026-05-15T21:13:54.628Z Mediators to change: 2
1712026-05-15T21:13:54.628Z Create boot environment: No
1722026-05-15T21:13:54.628ZCreate backup boot environment: No
1732026-05-15T21:13:54.695ZFinalize: Updating package state database ... Done
1742026-05-15T21:13:54.695ZFinalize: Updating package cache ... Done
1752026-05-15T21:13:54.704ZFinalize: Updating image state ... Done
1762026-05-15T21:13:56.642ZFinalize: Creating fast lookup database ... Done
1772026-05-15T21:13:56.702ZFinalize: Reading search index ... Done
1782026-05-15T21:13:56.707ZFinalize: Updating search index ... Done
1792026-05-15T21:13:56.797ZFinalize: Updating package cache ... Done
1802026-05-15T21:13:57.083ZPlanning: Evaluating mediator changes ... Done
1812026-05-15T21:13:57.189ZPlanning: Checking for conflicting actions ... Done
1822026-05-15T21:13:57.192ZPlanning: Consolidating action changes ... Done
1832026-05-15T21:13:57.347ZPlanning: Evaluating mediators ... Done
1842026-05-15T21:13:57.349ZPlanning: Planning completed in 0.26 seconds
1852026-05-15T21:13:57.368Z Mediators to change: 1
1862026-05-15T21:13:57.368Z Create boot environment: No
1872026-05-15T21:13:57.368ZCreate backup boot environment: No
1882026-05-15T21:13:57.439ZFinalize: Updating package state database ... Done
1892026-05-15T21:13:57.442ZFinalize: Updating package cache ... Done
1902026-05-15T21:13:57.448ZFinalize: Updating image state ... Done
1912026-05-15T21:13:59.402ZFinalize: Creating fast lookup database ... Done
1922026-05-15T21:13:59.467ZFinalize: Reading search index ... Done
1932026-05-15T21:13:59.470ZFinalize: Updating search index ... Done
1942026-05-15T21:13:59.547ZFinalize: Updating package cache ... Done
1952026-05-15T21:13:59.857ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1962026-05-15T21:13:59.857Zapache system 2.4 system
1972026-05-15T21:13:59.857Zclang system 15 system
1982026-05-15T21:13:59.857Zcsh system system illumos
1992026-05-15T21:13:59.857Zctags system system illumos
2002026-05-15T21:13:59.857Zfile vendor vendor darwinsys
2012026-05-15T21:13:59.857Zfile system system illumos
2022026-05-15T21:13:59.857Zgcc vendor 14 vendor
2032026-05-15T21:13:59.857Zgcc system 13 system
2042026-05-15T21:13:59.857Zgcc system 10 system
2052026-05-15T21:13:59.857Zgo system 1.25 system
2062026-05-15T21:13:59.857Zllvm system 15 system
2072026-05-15T21:13:59.857Zmariadb system 11.4 system
2082026-05-15T21:13:59.857Zmta vendor vendor dma
2092026-05-15T21:13:59.857Zopenjdk system 17 system
2102026-05-15T21:13:59.857Zopenjdk system 11 system
2112026-05-15T21:13:59.857Zopenssl vendor 3 vendor
2122026-05-15T21:13:59.857Zperl system 5.40 system
2132026-05-15T21:13:59.857Zpostgresql system 18 system
2142026-05-15T21:13:59.857Zpostgresql system 17 system
2152026-05-15T21:13:59.857Zpython vendor 3 vendor
2162026-05-15T21:13:59.857Zpython system 2 system
2172026-05-15T21:13:59.857Zpython3 vendor 3.13 vendor
2182026-05-15T21:13:59.857Zruby system 3.4 system
2192026-05-15T21:13:59.857Zruby system 3.0 system
2202026-05-15T21:13:59.858Zwords vendor vendor american-english
2212026-05-15T21:13:59.858Zwords system system australian-english
2222026-05-15T21:13:59.858Zwords system system british-english
2232026-05-15T21:13:59.858Zwords system system canadian-english
2242026-05-15T21:13:59.858Zwords system system french
2252026-05-15T21:13:59.858Zwords system system italian
2262026-05-15T21:13:59.858Zwords system system ngerman
2272026-05-15T21:13:59.858Zwords system system ogerman
2282026-05-15T21:13:59.858Zwords system system spanish
2292026-05-15T21:14:00.113ZPUBLISHER TYPE STATUS P LOCATION
2302026-05-15T21:14:00.113Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2312026-05-15T21:14:00.379ZFMRI IFO
2322026-05-15T21:14:00.379Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2332026-05-15T21:14:00.379Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2342026-05-15T21:14:00.379Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2352026-05-15T21:14:00.379Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2362026-05-15T21:14:00.379Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2372026-05-15T21:14:00.379Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2382026-05-15T21:14:00.379Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2392026-05-15T21:14:00.379Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2402026-05-15T21:14:00.379Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2412026-05-15T21:14:00.628Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2422026-05-15T21:14:00.906Z Updating crates.io index
2432026-05-15T21:14:00.941Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2442026-05-15T21:14:01.682Z Updating git repository `https://github.com/oxidecomputer/lldp`
2452026-05-15T21:14:02.169Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2462026-05-15T21:14:02.873Z Updating git repository `https://github.com/oxidecomputer/propolis`
2472026-05-15T21:14:03.934Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2482026-05-15T21:14:04.456Z Updating git repository `https://github.com/oxidecomputer/crucible`
2492026-05-15T21:14:05.806Z Updating git repository `https://github.com/oxidecomputer/opte`
2502026-05-15T21:14:06.695Z Updating git repository `https://github.com/oxidecomputer/tofino`
2512026-05-15T21:14:07.016Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2522026-05-15T21:14:08.128Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-05-15T21:14:08.516Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2542026-05-15T21:14:08.923Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2552026-05-15T21:14:09.382Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2562026-05-15T21:14:10.306Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2572026-05-15T21:14:10.792Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2582026-05-15T21:14:11.171Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2592026-05-15T21:14:11.551Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2602026-05-15T21:14:11.998Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2612026-05-15T21:14:12.422Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2622026-05-15T21:14:12.804Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2632026-05-15T21:14:13.036Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2642026-05-15T21:14:13.295Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2652026-05-15T21:14:13.770Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2662026-05-15T21:14:14.403Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2672026-05-15T21:14:14.934Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2682026-05-15T21:14:15.361Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2692026-05-15T21:14:15.665Z Updating git repository `https://github.com/oxidecomputer/ispf`
2702026-05-15T21:14:16.668Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2712026-05-15T21:14:17.345Z Updating git repository `https://github.com/oxidecomputer/crucible`
2722026-05-15T21:14:18.329Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2732026-05-15T21:14:18.849Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2742026-05-15T21:14:19.163Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2752026-05-15T21:14:19.489Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2762026-05-15T21:14:19.893Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2772026-05-15T21:14:20.202Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2782026-05-15T21:14:20.793Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2792026-05-15T21:14:21.066Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2802026-05-15T21:14:21.370Z Updating git repository `https://github.com/illumos/smf-rs`
2812026-05-15T21:14:21.714Z Updating git repository `https://github.com/oxidecomputer/omicron`
2822026-05-15T21:14:33.323Z Downloading crates ...
2832026-05-15T21:14:33.387Z Downloaded dof v0.3.0
2842026-05-15T21:14:33.390Z Downloaded equivalent v1.0.2
2852026-05-15T21:14:33.390Z Downloaded dtrace-parser v0.2.0
2862026-05-15T21:14:33.394Z Downloaded thread-id v4.2.2
2872026-05-15T21:14:33.397Z Downloaded typeid v1.0.3
2882026-05-15T21:14:33.397Z Downloaded cfg-if v1.0.4
2892026-05-15T21:14:33.400Z Downloaded cargo-util-schemas v0.8.2
2902026-05-15T21:14:33.402Z Downloaded toml_write v0.1.2
2912026-05-15T21:14:33.402Z Downloaded toml v0.8.23
2922026-05-15T21:14:33.405Z Downloaded toml_datetime v0.6.11
2932026-05-15T21:14:33.405Z Downloaded usdt-macro v0.5.0
2942026-05-15T21:14:33.408Z Downloaded clap v4.5.60
2952026-05-15T21:14:33.411Z Downloaded utf8parse v0.2.2
2962026-05-15T21:14:33.411Z Downloaded version_check v0.9.5
2972026-05-15T21:14:33.414Z Downloaded proc-macro-error-attr v1.0.4
2982026-05-15T21:14:33.414Z Downloaded errno v0.3.14
2992026-05-15T21:14:33.414Z Downloaded crypto-common v0.1.7
3002026-05-15T21:14:33.417Z Downloaded zmij v1.0.21
3012026-05-15T21:14:33.417Z Downloaded yoke-derive v0.8.1
3022026-05-15T21:14:33.418Z Downloaded serde-value v0.7.0
3032026-05-15T21:14:33.420Z Downloaded usdt-attr-macro v0.5.0
3042026-05-15T21:14:33.420Z Downloaded anstream v0.6.21
3052026-05-15T21:14:33.423Z Downloaded utf8_iter v1.0.4
3062026-05-15T21:14:33.426Z Downloaded cargo-platform v0.2.0
3072026-05-15T21:14:33.426Z Downloaded writeable v0.6.2
3082026-05-15T21:14:33.427Z Downloaded anyhow v1.0.102
3092026-05-15T21:14:33.429Z Downloaded form_urlencoded v1.2.2
3102026-05-15T21:14:33.429Z Downloaded clap_lex v1.0.0
3112026-05-15T21:14:33.432Z Downloaded thiserror-impl v1.0.69
3122026-05-15T21:14:33.432Z Downloaded tinystr v0.8.2
3132026-05-15T21:14:33.432Z Downloaded block-buffer v0.10.4
3142026-05-15T21:14:33.436Z Downloaded anstyle-query v1.1.5
3152026-05-15T21:14:33.436Z Downloaded autocfg v1.5.0
3162026-05-15T21:14:33.436Z Downloaded anstyle-parse v0.2.7
3172026-05-15T21:14:33.436Z Downloaded thiserror v2.0.18
3182026-05-15T21:14:33.439Z Downloaded strsim v0.11.1
3192026-05-15T21:14:33.439Z Downloaded usdt v0.5.0
3202026-05-15T21:14:33.442Z Downloaded ucd-trie v0.1.7
3212026-05-15T21:14:33.442Z Downloaded fastrand v2.3.0
3222026-05-15T21:14:33.442Z Downloaded zerovec-derive v0.11.2
3232026-05-15T21:14:33.446Z Downloaded usdt-impl v0.5.0
3242026-05-15T21:14:33.446Z Downloaded zerocopy-derive v0.7.35
3252026-05-15T21:14:33.449Z Downloaded bitflags v2.11.0
3262026-05-15T21:14:33.451Z Downloaded pest_derive v2.8.6
3272026-05-15T21:14:33.451Z Downloaded getrandom v0.4.1
3282026-05-15T21:14:33.454Z Downloaded unicode-xid v0.2.6
3292026-05-15T21:14:33.454Z Downloaded unicode-linebreak v0.1.5
3302026-05-15T21:14:33.457Z Downloaded icu_collections v2.1.1
3312026-05-15T21:14:33.460Z Downloaded plain v0.2.3
3322026-05-15T21:14:33.461Z Downloaded fs-err v3.3.0
3332026-05-15T21:14:33.461Z Downloaded toml_edit v0.22.27
3342026-05-15T21:14:33.464Z Downloaded idna_adapter v1.2.1
3352026-05-15T21:14:33.464Z Downloaded serde_spanned v0.6.9
3362026-05-15T21:14:33.467Z Downloaded zerofrom-derive v0.1.6
3372026-05-15T21:14:33.467Z Downloaded unicode-ident v1.0.24
3382026-05-15T21:14:33.467Z Downloaded zerotrie v0.2.3
3392026-05-15T21:14:33.471Z Downloaded thiserror v1.0.69
3402026-05-15T21:14:33.474Z Downloaded typenum v1.19.0
3412026-05-15T21:14:33.474Z Downloaded thiserror-impl v2.0.18
3422026-05-15T21:14:33.474Z Downloaded anstyle v1.0.13
3432026-05-15T21:14:33.477Z Downloaded zerofrom v0.1.6
3442026-05-15T21:14:33.477Z Downloaded camino-tempfile v1.4.1
3452026-05-15T21:14:33.480Z Downloaded yoke v0.8.1
3462026-05-15T21:14:33.483Z Downloaded url v2.5.8
3472026-05-15T21:14:33.487Z Downloaded textwrap v0.16.2
3482026-05-15T21:14:33.487Z Downloaded scroll_derive v0.12.1
3492026-05-15T21:14:33.487Z Downloaded heck v0.4.1
3502026-05-15T21:14:33.506Z Downloaded itoa v1.0.17
3512026-05-15T21:14:33.506Z Downloaded erased-serde v0.4.9
3522026-05-15T21:14:33.506Z Downloaded zerovec v0.11.5
3532026-05-15T21:14:33.506Z Downloaded terminal_size v0.4.3
3542026-05-15T21:14:33.506Z Downloaded percent-encoding v2.3.2
3552026-05-15T21:14:33.506Z Downloaded zerocopy v0.7.35
3562026-05-15T21:14:33.510Z Downloaded stable_deref_trait v1.2.1
3572026-05-15T21:14:33.510Z Downloaded pretty-hex v0.4.1
3582026-05-15T21:14:33.510Z Downloaded heck v0.5.0
3592026-05-15T21:14:33.513Z Downloaded fnv v1.0.7
3602026-05-15T21:14:33.513Z Downloaded colorchoice v1.0.4
3612026-05-15T21:14:33.513Z Downloaded potential_utf v0.1.4
3622026-05-15T21:14:33.513Z Downloaded generic-array v0.14.7
3632026-05-15T21:14:33.513Z Downloaded icu_locale_core v2.1.1
3642026-05-15T21:14:33.516Z Downloaded cargo_toml v0.21.0
3652026-05-15T21:14:33.519Z Downloaded cargo_metadata v0.21.0
3662026-05-15T21:14:33.519Z Downloaded unicode-width v0.1.14
3672026-05-15T21:14:33.522Z Downloaded winnow v0.7.14
3682026-05-15T21:14:33.526Z Downloaded smawk v0.3.2
3692026-05-15T21:14:33.529Z Downloaded bytecount v0.6.9
3702026-05-15T21:14:33.529Z Downloaded cpufeatures v0.2.17
3712026-05-15T21:14:33.529Z Downloaded ordered-float v2.10.1
3722026-05-15T21:14:33.532Z Downloaded unicode-width v0.2.0
3732026-05-15T21:14:33.535Z Downloaded memmap v0.7.0
3742026-05-15T21:14:33.535Z Downloaded quote v1.0.45
3752026-05-15T21:14:33.535Z Downloaded macaddr v1.0.1
3762026-05-15T21:14:33.538Z Downloaded tabled_derive v0.7.0
3772026-05-15T21:14:33.538Z Downloaded swrite v0.1.0
3782026-05-15T21:14:33.538Z Downloaded is_terminal_polyfill v1.70.2
3792026-05-15T21:14:33.541Z Downloaded scroll v0.12.0
3802026-05-15T21:14:33.544Z Downloaded displaydoc v0.2.5
3812026-05-15T21:14:33.547Z Downloaded tempfile v3.25.0
3822026-05-15T21:14:33.551Z Downloaded sha2 v0.10.9
3832026-05-15T21:14:33.556Z Downloaded serde_derive v1.0.228
3842026-05-15T21:14:33.559Z Downloaded once_cell v1.21.3
3852026-05-15T21:14:33.563Z Downloaded synstructure v0.13.2
3862026-05-15T21:14:33.566Z Downloaded digest v0.10.7
3872026-05-15T21:14:33.566Z Downloaded serde_tokenstream v0.2.3
3882026-05-15T21:14:33.566Z Downloaded semver v1.0.28
3892026-05-15T21:14:33.571Z Downloaded serde-untagged v0.1.9
3902026-05-15T21:14:33.578Z Downloaded litemap v0.8.1
3912026-05-15T21:14:33.583Z Downloaded byteorder v1.5.0
3922026-05-15T21:14:33.586Z Downloaded smallvec v1.15.1
3932026-05-15T21:14:33.589Z Downloaded clap_derive v4.5.55
3942026-05-15T21:14:33.592Z Downloaded camino v1.2.2
3952026-05-15T21:14:33.599Z Downloaded pest_generator v2.8.6
3962026-05-15T21:14:33.603Z Downloaded proc-macro-error v1.0.4
3972026-05-15T21:14:33.606Z Downloaded serde_core v1.0.228
3982026-05-15T21:14:33.609Z Downloaded pest_meta v2.8.6
3992026-05-15T21:14:33.609Z Downloaded num-traits v0.2.19
4002026-05-15T21:14:33.613Z Downloaded log v0.4.29
4012026-05-15T21:14:33.616Z Downloaded serde v1.0.228
4022026-05-15T21:14:33.616Z Downloaded icu_provider v2.1.1
4032026-05-15T21:14:33.619Z Downloaded papergrid v0.11.0
4042026-05-15T21:14:33.622Z Downloaded icu_normalizer v2.1.1
4052026-05-15T21:14:33.625Z Downloaded icu_properties v2.1.2
4062026-05-15T21:14:33.628Z Downloaded icu_normalizer_data v2.1.1
4072026-05-15T21:14:33.638Z Downloaded indexmap v2.14.0
4082026-05-15T21:14:33.641Z Downloaded proc-macro2 v1.0.106
4092026-05-15T21:14:33.644Z Downloaded memchr v2.8.0
4102026-05-15T21:14:33.647Z Downloaded clap_builder v4.5.60
4112026-05-15T21:14:33.652Z Downloaded hashbrown v0.17.0
4122026-05-15T21:14:33.665Z Downloaded serde_json v1.0.149
4132026-05-15T21:14:33.669Z Downloaded icu_properties_data v2.1.2
4142026-05-15T21:14:33.674Z Downloaded idna v1.1.0
4152026-05-15T21:14:33.682Z Downloaded pest v2.8.6
4162026-05-15T21:14:33.690Z Downloaded goblin v0.8.2
4172026-05-15T21:14:33.699Z Downloaded tabled v0.15.0
4182026-05-15T21:14:33.711Z Downloaded syn v2.0.117
4192026-05-15T21:14:33.717Z Downloaded syn v1.0.109
4202026-05-15T21:14:33.741Z Downloaded rustix v1.1.3
4212026-05-15T21:14:33.768Z Downloaded libc v0.2.185
4222026-05-15T21:14:33.836Z Compiling proc-macro2 v1.0.106
4232026-05-15T21:14:33.837Z Compiling unicode-ident v1.0.24
4242026-05-15T21:14:33.840Z Compiling quote v1.0.45
4252026-05-15T21:14:33.840Z Compiling serde_core v1.0.228
4262026-05-15T21:14:33.840Z Compiling libc v0.2.185
4272026-05-15T21:14:33.840Z Compiling version_check v0.9.5
4282026-05-15T21:14:33.840Z Compiling stable_deref_trait v1.2.1
4292026-05-15T21:14:33.840Z Compiling memchr v2.8.0
4302026-05-15T21:14:34.119Z Compiling serde v1.0.228
4312026-05-15T21:14:34.165Z Compiling zmij v1.0.21
4322026-05-15T21:14:34.594Z Compiling autocfg v1.5.0
4332026-05-15T21:14:34.597Z Compiling ucd-trie v0.1.7
4342026-05-15T21:14:34.707Z Compiling thiserror v1.0.69
4352026-05-15T21:14:34.716Z Compiling itoa v1.0.17
4362026-05-15T21:14:34.960Z Compiling pest v2.8.6
4372026-05-15T21:14:35.029Z Compiling writeable v0.6.2
4382026-05-15T21:14:35.029Z Compiling litemap v0.8.1
4392026-05-15T21:14:35.089Z Compiling icu_normalizer_data v2.1.1
4402026-05-15T21:14:35.145Z Compiling rustix v1.1.3
4412026-05-15T21:14:35.195Z Compiling byteorder v1.5.0
4422026-05-15T21:14:35.278Z Compiling icu_properties_data v2.1.2
4432026-05-15T21:14:35.479Z Compiling errno v0.3.14
4442026-05-15T21:14:35.555Z Compiling bitflags v2.11.0
4452026-05-15T21:14:35.593Z Compiling serde_json v1.0.149
4462026-05-15T21:14:35.626Z Compiling syn v2.0.117
4472026-05-15T21:14:35.794Z Compiling num-traits v0.2.19
4482026-05-15T21:14:35.917Z Compiling hashbrown v0.17.0
4492026-05-15T21:14:35.981Z Compiling pest_meta v2.8.6
4502026-05-15T21:14:36.000Z Compiling equivalent v1.0.2
4512026-05-15T21:14:36.091Z Compiling typeid v1.0.3
4522026-05-15T21:14:36.170Z Compiling smallvec v1.15.1
4532026-05-15T21:14:36.399Z Compiling indexmap v2.14.0
4542026-05-15T21:14:36.463Z Compiling thread-id v4.2.2
4552026-05-15T21:14:36.487Z Compiling usdt-impl v0.5.0
4562026-05-15T21:14:36.544Z Compiling proc-macro-error-attr v1.0.4
4572026-05-15T21:14:36.573Z Compiling erased-serde v0.4.9
4582026-05-15T21:14:36.692Z Compiling toml_write v0.1.2
4592026-05-15T21:14:36.831Z Compiling syn v1.0.109
4602026-05-15T21:14:36.834Z Compiling winnow v0.7.14
4612026-05-15T21:14:37.120Z Compiling proc-macro-error v1.0.4
4622026-05-15T21:14:37.184Z Compiling utf8parse v0.2.2
4632026-05-15T21:14:37.297Z Compiling plain v0.2.3
4642026-05-15T21:14:37.313Z Compiling percent-encoding v2.3.2
4652026-05-15T21:14:37.411Z Compiling getrandom v0.4.1
4662026-05-15T21:14:37.501Z Compiling log v0.4.29
4672026-05-15T21:14:37.540Z Compiling utf8_iter v1.0.4
4682026-05-15T21:14:37.588Z Compiling camino v1.2.2
4692026-05-15T21:14:37.681Z Compiling thiserror v2.0.18
4702026-05-15T21:14:37.707Z Compiling ordered-float v2.10.1
4712026-05-15T21:14:37.741Z Compiling form_urlencoded v1.2.2
4722026-05-15T21:14:37.880Z Compiling anstyle-parse v0.2.7
4732026-05-15T21:14:38.032Z Compiling terminal_size v0.4.3
4742026-05-15T21:14:38.164Z Compiling synstructure v0.13.2
4752026-05-15T21:14:38.216Z Compiling pest_generator v2.8.6
4762026-05-15T21:14:38.283Z Compiling is_terminal_polyfill v1.70.2
4772026-05-15T21:14:38.299Z Compiling anstyle-query v1.1.5
4782026-05-15T21:14:38.372Z Compiling colorchoice v1.0.4
4792026-05-15T21:14:38.388Z Compiling pretty-hex v0.4.1
4802026-05-15T21:14:38.408Z Compiling cfg-if v1.0.4
4812026-05-15T21:14:38.412Z Compiling anstyle v1.0.13
4822026-05-15T21:14:38.500Z Compiling serde-untagged v0.1.9
4832026-05-15T21:14:38.631Z Compiling anstream v0.6.21
4842026-05-15T21:14:38.663Z Compiling semver v1.0.28
4852026-05-15T21:14:38.768Z Compiling fs-err v3.3.0
4862026-05-15T21:14:38.908Z Compiling unicode-width v0.1.14
4872026-05-15T21:14:38.933Z Compiling once_cell v1.21.3
4882026-05-15T21:14:38.953Z Compiling fastrand v2.3.0
4892026-05-15T21:14:39.023Z Compiling clap_lex v1.0.0
4902026-05-15T21:14:39.144Z Compiling anyhow v1.0.102
4912026-05-15T21:14:39.176Z Compiling heck v0.4.1
4922026-05-15T21:14:39.212Z Compiling fnv v1.0.7
4932026-05-15T21:14:39.255Z Compiling strsim v0.11.1
4942026-05-15T21:14:39.282Z Compiling heck v0.5.0
4952026-05-15T21:14:39.314Z Compiling unicode-xid v0.2.6
4962026-05-15T21:14:39.398Z Compiling bytecount v0.6.9
4972026-05-15T21:14:39.437Z Compiling clap_builder v4.5.60
4982026-05-15T21:14:39.573Z Compiling papergrid v0.11.0
4992026-05-15T21:14:39.576Z Compiling tempfile v3.25.0
5002026-05-15T21:14:39.688Z Compiling memmap v0.7.0
5012026-05-15T21:14:39.748Z Compiling unicode-width v0.2.0
5022026-05-15T21:14:39.868Z Compiling smawk v0.3.2
5032026-05-15T21:14:39.896Z Compiling serde_derive v1.0.228
5042026-05-15T21:14:39.912Z Compiling zerofrom-derive v0.1.6
5052026-05-15T21:14:39.962Z Compiling yoke-derive v0.8.1
5062026-05-15T21:14:40.005Z Compiling zerovec-derive v0.11.2
5072026-05-15T21:14:40.020Z Compiling displaydoc v0.2.5
5082026-05-15T21:14:40.752Z Compiling thiserror-impl v1.0.69
5092026-05-15T21:14:40.998Z Compiling zerocopy-derive v0.7.35
5102026-05-15T21:14:41.108Z Compiling pest_derive v2.8.6
5112026-05-15T21:14:41.124Z Compiling scroll_derive v0.12.1
5122026-05-15T21:14:41.282Z Compiling zerofrom v0.1.6
5132026-05-15T21:14:41.412Z Compiling yoke v0.8.1
5142026-05-15T21:14:41.533Z Compiling thiserror-impl v2.0.18
5152026-05-15T21:14:41.601Z Compiling zerovec v0.11.5
5162026-05-15T21:14:41.776Z Compiling zerotrie v0.2.3
5172026-05-15T21:14:41.848Z Compiling zerocopy v0.7.35
5182026-05-15T21:14:42.072Z Compiling tinystr v0.8.2
5192026-05-15T21:14:42.097Z Compiling potential_utf v0.1.4
5202026-05-15T21:14:42.128Z Compiling dtrace-parser v0.2.0
5212026-05-15T21:14:42.263Z Compiling icu_locale_core v2.1.1
5222026-05-15T21:14:42.279Z Compiling icu_collections v2.1.1
5232026-05-15T21:14:42.406Z Compiling scroll v0.12.0
5242026-05-15T21:14:42.493Z Compiling tabled_derive v0.7.0
5252026-05-15T21:14:42.675Z Compiling goblin v0.8.2
5262026-05-15T21:14:42.691Z Compiling clap_derive v4.5.55
5272026-05-15T21:14:42.757Z Compiling unicode-linebreak v0.1.5
5282026-05-15T21:14:42.982Z Compiling icu_provider v2.1.1
5292026-05-15T21:14:42.996Z Compiling textwrap v0.16.2
5302026-05-15T21:14:43.142Z Compiling camino-tempfile v1.4.1
5312026-05-15T21:14:43.280Z Compiling serde_spanned v0.6.9
5322026-05-15T21:14:43.303Z Compiling toml_datetime v0.6.11
5332026-05-15T21:14:43.361Z Compiling icu_normalizer v2.1.1
5342026-05-15T21:14:43.378Z Compiling icu_properties v2.1.2
5352026-05-15T21:14:43.401Z Compiling dof v0.3.0
5362026-05-15T21:14:43.425Z Compiling serde_tokenstream v0.2.3
5372026-05-15T21:14:43.453Z Compiling serde-value v0.7.0
5382026-05-15T21:14:43.562Z Compiling toml_edit v0.22.27
5392026-05-15T21:14:43.782Z Compiling cargo-platform v0.2.0
5402026-05-15T21:14:43.807Z Compiling tabled v0.15.0
5412026-05-15T21:14:43.885Z Compiling macaddr v1.0.1
5422026-05-15T21:14:44.329Z Compiling idna_adapter v1.2.1
5432026-05-15T21:14:44.352Z Compiling usdt-macro v0.5.0
5442026-05-15T21:14:44.436Z Compiling idna v1.1.0
5452026-05-15T21:14:44.452Z Compiling usdt-attr-macro v0.5.0
5462026-05-15T21:14:44.467Z Compiling clap v4.5.60
5472026-05-15T21:14:44.470Z Compiling swrite v0.1.0
5482026-05-15T21:14:44.603Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5492026-05-15T21:14:44.760Z Compiling url v2.5.8
5502026-05-15T21:14:44.991Z Compiling toml v0.8.23
5512026-05-15T21:14:45.417Z Compiling cargo-util-schemas v0.8.2
5522026-05-15T21:14:45.505Z Compiling cargo_toml v0.21.0
5532026-05-15T21:14:45.788Z Compiling usdt v0.5.0
5542026-05-15T21:14:46.305Z Compiling cargo_metadata v0.21.0
5552026-05-15T21:14:47.219Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5562026-05-15T21:14:49.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.80s
5572026-05-15T21:14:49.508Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5582026-05-15T21:14:50.080Z Downloading crates ...
5592026-05-15T21:14:50.180Z Downloaded adler2 v2.0.1
5602026-05-15T21:14:50.187Z Downloaded arrayref v0.3.9
5612026-05-15T21:14:50.193Z Downloaded castaway v0.2.4
5622026-05-15T21:14:50.201Z Downloaded chacha20 v0.9.1
5632026-05-15T21:14:50.208Z Downloaded crc32fast v1.5.0
5642026-05-15T21:14:50.211Z Downloaded console v0.15.11
5652026-05-15T21:14:50.214Z Downloaded debug-ignore v1.0.5
5662026-05-15T21:14:50.217Z Downloaded downcast-rs v2.0.2
5672026-05-15T21:14:50.217Z Downloaded convert_case v0.4.0
5682026-05-15T21:14:50.220Z Downloaded dtrace-parser v0.3.0
5692026-05-15T21:14:50.223Z Downloaded ecdsa v0.16.9
5702026-05-15T21:14:50.223Z Downloaded ena v0.14.4
5712026-05-15T21:14:50.226Z Downloaded defmt v1.0.1
5722026-05-15T21:14:50.226Z Downloaded cmake v0.1.57
5732026-05-15T21:14:50.229Z Downloaded assert_matches v1.5.0
5742026-05-15T21:14:50.232Z Downloaded crc-catalog v2.4.0
5752026-05-15T21:14:50.232Z Downloaded aho-corasick v1.1.4
5762026-05-15T21:14:50.237Z Downloaded console v0.16.2
5772026-05-15T21:14:50.240Z Downloaded colored v3.1.1
5782026-05-15T21:14:50.240Z Downloaded curve25519-dalek v4.1.3
5792026-05-15T21:14:50.245Z Downloaded enum-as-inner v0.6.1
5802026-05-15T21:14:50.248Z Downloaded derive-ex v0.1.8
5812026-05-15T21:14:50.248Z Downloaded diesel_table_macro_syntax v0.3.0
5822026-05-15T21:14:50.248Z Downloaded crc8 v0.1.1
5832026-05-15T21:14:50.251Z Downloaded ciborium-io v0.2.2
5842026-05-15T21:14:50.251Z Downloaded ascii-canvas v3.0.0
5852026-05-15T21:14:50.251Z Downloaded defmt v0.3.100
5862026-05-15T21:14:50.251Z Downloaded convert_case v0.10.0
5872026-05-15T21:14:50.256Z Downloaded ahash v0.8.12
5882026-05-15T21:14:50.259Z Downloaded bumpalo v3.20.2
5892026-05-15T21:14:50.259Z Downloaded flagset v0.4.7
5902026-05-15T21:14:50.259Z Downloaded derive_builder_macro v0.20.2
5912026-05-15T21:14:50.262Z Downloaded crc v3.4.0
5922026-05-15T21:14:50.265Z Downloaded dirs-sys-next v0.1.2
5932026-05-15T21:14:50.265Z Downloaded embedded-io v0.4.0
5942026-05-15T21:14:50.266Z Downloaded cfg_aliases v0.1.1
5952026-05-15T21:14:50.269Z Downloaded fixedbitset v0.5.7
5962026-05-15T21:14:50.272Z Downloaded daft v0.1.5
5972026-05-15T21:14:50.272Z Downloaded cfg_aliases v0.2.1
5982026-05-15T21:14:50.275Z Downloaded corncobs v0.1.4
5992026-05-15T21:14:50.275Z Downloaded float-cmp v0.10.0
6002026-05-15T21:14:50.275Z Downloaded dof v0.4.0
6012026-05-15T21:14:50.278Z Downloaded curve25519-dalek-derive v0.1.1
6022026-05-15T21:14:50.278Z Downloaded darling_macro v0.23.0
6032026-05-15T21:14:50.278Z Downloaded bit-set v0.5.3
6042026-05-15T21:14:50.281Z Downloaded bitfield-macros v0.19.4
6052026-05-15T21:14:50.281Z Downloaded atty v0.2.14
6062026-05-15T21:14:50.281Z Downloaded atomic-waker v1.1.2
6072026-05-15T21:14:50.284Z Downloaded async-recursion v1.1.1
6082026-05-15T21:14:50.284Z Downloaded endian-type v0.1.2
6092026-05-15T21:14:50.287Z Downloaded darling_macro v0.21.3
6102026-05-15T21:14:50.287Z Downloaded cpufeatures v0.3.0
6112026-05-15T21:14:50.287Z Downloaded env_filter v1.0.0
6122026-05-15T21:14:50.290Z Downloaded bit-set v0.8.0
6132026-05-15T21:14:50.290Z Downloaded bb8 v0.8.6
6142026-05-15T21:14:50.290Z Downloaded base16ct v0.2.0
6152026-05-15T21:14:50.293Z Downloaded dropshot-api-manager-types v0.7.1
6162026-05-15T21:14:50.293Z Downloaded darling_macro v0.20.11
6172026-05-15T21:14:50.293Z Downloaded array-init v0.0.4
6182026-05-15T21:14:50.294Z Downloaded env_logger v0.11.9
6192026-05-15T21:14:50.297Z Downloaded ctr v0.9.2
6202026-05-15T21:14:50.297Z Downloaded document-features v0.2.12
6212026-05-15T21:14:50.301Z Downloaded dyn-clone v1.0.20
6222026-05-15T21:14:50.301Z Downloaded crucible-workspace-hack v0.1.0
6232026-05-15T21:14:50.301Z Downloaded block-padding v0.3.3
6242026-05-15T21:14:50.304Z Downloaded defmt-parser v1.0.0
6252026-05-15T21:14:50.304Z Downloaded async-stream v0.3.6
6262026-05-15T21:14:50.307Z Downloaded dirs-next v2.0.0
6272026-05-15T21:14:50.310Z Downloaded crunchy v0.2.4
6282026-05-15T21:14:50.313Z Downloaded foreign-types-shared v0.3.1
6292026-05-15T21:14:50.313Z Downloaded bitfield-struct v0.6.2
6302026-05-15T21:14:50.313Z Downloaded async-stream-impl v0.3.6
6312026-05-15T21:14:50.313Z Downloaded float-ord v0.3.2
6322026-05-15T21:14:50.316Z Downloaded cargo-platform v0.1.9
6332026-05-15T21:14:50.316Z Downloaded dunce v1.0.5
6342026-05-15T21:14:50.320Z Downloaded foreign-types v0.3.2
6352026-05-15T21:14:50.320Z Downloaded futures-macro v0.3.32
6362026-05-15T21:14:50.320Z Downloaded allocator-api2 v0.2.21
6372026-05-15T21:14:50.323Z Downloaded colored v2.2.0
6382026-05-15T21:14:50.323Z Downloaded foreign-types-shared v0.1.1
6392026-05-15T21:14:50.323Z Downloaded foreign-types-macros v0.2.3
6402026-05-15T21:14:50.326Z Downloaded embedded-io v0.6.1
6412026-05-15T21:14:50.326Z Downloaded foreign-types v0.5.0
6422026-05-15T21:14:50.326Z Downloaded aead v0.5.2
6432026-05-15T21:14:50.329Z Downloaded fd-lock v4.0.4
6442026-05-15T21:14:50.329Z Downloaded cobs v0.3.0
6452026-05-15T21:14:50.332Z Downloaded compression-codecs v0.4.37
6462026-05-15T21:14:50.332Z Downloaded async-trait v0.1.89
6472026-05-15T21:14:50.335Z Downloaded bcs v0.1.6
6482026-05-15T21:14:50.338Z Downloaded display-error-chain v0.2.2
6492026-05-15T21:14:50.338Z Downloaded cstr-argument v0.1.2
6502026-05-15T21:14:50.338Z Downloaded difflib v0.4.0
6512026-05-15T21:14:50.338Z Downloaded fxhash v0.2.1
6522026-05-15T21:14:50.341Z Downloaded futures-sink v0.3.32
6532026-05-15T21:14:50.341Z Downloaded futures-io v0.3.32
6542026-05-15T21:14:50.341Z Downloaded futures-core v0.3.32
6552026-05-15T21:14:50.341Z Downloaded gethostname v0.5.0
6562026-05-15T21:14:50.344Z Downloaded futures-task v0.3.32
6572026-05-15T21:14:50.344Z Downloaded globwalk v0.9.1
6582026-05-15T21:14:50.344Z Downloaded ff v0.13.1
6592026-05-15T21:14:50.347Z Downloaded foldhash v0.2.0
6602026-05-15T21:14:50.347Z Downloaded erased-serde v0.3.31
6612026-05-15T21:14:50.350Z Downloaded hash32 v0.2.1
6622026-05-15T21:14:50.350Z Downloaded const_format_proc_macros v0.2.34
6632026-05-15T21:14:50.350Z Downloaded byte-wrapper v0.1.0
6642026-05-15T21:14:50.353Z Downloaded darling_core v0.23.0
6652026-05-15T21:14:50.356Z Downloaded darling v0.23.0
6662026-05-15T21:14:50.359Z Downloaded filetime v0.2.27
6672026-05-15T21:14:50.362Z Downloaded defmt-macros v1.0.1
6682026-05-15T21:14:50.362Z Downloaded constant_time_eq v0.4.2
6692026-05-15T21:14:50.365Z Downloaded cipher v0.4.4
6702026-05-15T21:14:50.365Z Downloaded compression-core v0.4.31
6712026-05-15T21:14:50.365Z Downloaded cbc v0.1.2
6722026-05-15T21:14:50.368Z Downloaded cassowary v0.3.0
6732026-05-15T21:14:50.368Z Downloaded backoff v0.4.0
6742026-05-15T21:14:50.368Z Downloaded hash32 v0.3.1
6752026-05-15T21:14:50.372Z Downloaded camino-tempfile-ext v0.3.3
6762026-05-15T21:14:50.372Z Downloaded hex-literal v0.4.1
6772026-05-15T21:14:50.372Z Downloaded headers-core v0.3.0
6782026-05-15T21:14:50.373Z Downloaded arc-swap v1.8.2
6792026-05-15T21:14:50.376Z Downloaded hex v0.4.3
6802026-05-15T21:14:50.379Z Downloaded hostname v0.4.2
6812026-05-15T21:14:50.379Z Downloaded home v0.5.12
6822026-05-15T21:14:50.379Z Downloaded bitflags v1.3.2
6832026-05-15T21:14:50.382Z Downloaded argon2 v0.5.3
6842026-05-15T21:14:50.382Z Downloaded either v1.15.0
6852026-05-15T21:14:50.386Z Downloaded bit-vec v0.8.0
6862026-05-15T21:14:50.386Z Downloaded bit-vec v0.6.3
6872026-05-15T21:14:50.386Z Downloaded bcrypt-pbkdf v0.10.0
6882026-05-15T21:14:50.389Z Downloaded ciborium-ll v0.2.2
6892026-05-15T21:14:50.389Z Downloaded base64ct v1.8.3
6902026-05-15T21:14:50.389Z Downloaded diesel-dtrace v0.5.0
6912026-05-15T21:14:50.389Z Downloaded data-encoding v2.10.0
6922026-05-15T21:14:50.392Z Downloaded http-range v0.1.5
6932026-05-15T21:14:50.392Z Downloaded foldhash v0.1.5
6942026-05-15T21:14:50.392Z Downloaded critical-section v1.2.0
6952026-05-15T21:14:50.395Z Downloaded fixedbitset v0.4.2
6962026-05-15T21:14:50.395Z Downloaded cookie v0.18.1
6972026-05-15T21:14:50.398Z Downloaded blake2 v0.10.6
6982026-05-15T21:14:50.398Z Downloaded find-msvc-tools v0.1.9
6992026-05-15T21:14:50.401Z Downloaded fs-err v2.11.0
7002026-05-15T21:14:50.401Z Downloaded httpdate v1.0.3
7012026-05-15T21:14:50.406Z Downloaded http-body v1.0.1
7022026-05-15T21:14:50.406Z Downloaded hubpack_derive v0.1.1
7032026-05-15T21:14:50.406Z Downloaded futures-executor v0.3.32
7042026-05-15T21:14:50.409Z Downloaded ident_case v1.0.1
7052026-05-15T21:14:50.409Z Downloaded derive_builder v0.20.2
7062026-05-15T21:14:50.409Z Downloaded group v0.13.0
7072026-05-15T21:14:50.412Z Downloaded fs_extra v1.3.0
7082026-05-15T21:14:50.412Z Downloaded cookie_store v0.22.1
7092026-05-15T21:14:50.415Z Downloaded funty v2.0.0
7102026-05-15T21:14:50.415Z Downloaded blowfish v0.9.1
7112026-05-15T21:14:50.418Z Downloaded cexpr v0.6.0
7122026-05-15T21:14:50.418Z Downloaded ed25519-dalek v2.2.0
7132026-05-15T21:14:50.421Z Downloaded darling v0.21.3
7142026-05-15T21:14:50.424Z Downloaded is_ci v1.2.0
7152026-05-15T21:14:50.424Z Downloaded indoc v1.0.9
7162026-05-15T21:14:50.428Z Downloaded illumos-nvpair-sys v0.2.0
7172026-05-15T21:14:50.428Z Downloaded instability v0.3.11
7182026-05-15T21:14:50.428Z Downloaded is-terminal v0.4.17
7192026-05-15T21:14:50.431Z Downloaded globset v0.4.18
7202026-05-15T21:14:50.431Z Downloaded chacha20 v0.10.0
7212026-05-15T21:14:50.434Z Downloaded async-bb8-diesel v0.2.1
7222026-05-15T21:14:50.434Z Downloaded bzip2 v0.6.1
7232026-05-15T21:14:50.439Z Downloaded git-stub-vcs v0.1.0
7242026-05-15T21:14:50.439Z Downloaded keccak v0.1.6
7252026-05-15T21:14:50.443Z Downloaded inout v0.1.4
7262026-05-15T21:14:50.443Z Downloaded indent_write v2.2.0
7272026-05-15T21:14:50.443Z Downloaded internet-checksum v0.2.1
7282026-05-15T21:14:50.443Z Downloaded instant v0.1.13
7292026-05-15T21:14:50.443Z Downloaded illumos-nvpair v0.3.0
7302026-05-15T21:14:50.443Z Downloaded hyper-tls v0.6.0
7312026-05-15T21:14:50.443Z Downloaded backon v1.6.0
7322026-05-15T21:14:50.446Z Downloaded lazy_static v1.5.0
7332026-05-15T21:14:50.446Z Downloaded daft-derive v0.1.5
7342026-05-15T21:14:50.449Z Downloaded ciborium v0.2.2
7352026-05-15T21:14:50.449Z Downloaded lru v0.12.5
7362026-05-15T21:14:50.452Z Downloaded bzip2 v0.4.4
7372026-05-15T21:14:50.452Z Downloaded fallible-iterator v0.2.0
7382026-05-15T21:14:50.452Z Downloaded csv-core v0.1.13
7392026-05-15T21:14:50.456Z Downloaded highway v1.3.0
7402026-05-15T21:14:50.456Z Downloaded clang-sys v1.8.1
7412026-05-15T21:14:50.460Z Downloaded lalrpop-util v0.19.12
7422026-05-15T21:14:50.460Z Downloaded libscf-sys v1.1.0
7432026-05-15T21:14:50.460Z Downloaded drift v0.1.4
7442026-05-15T21:14:50.463Z Downloaded md5 v0.7.0
7452026-05-15T21:14:50.466Z Downloaded managed v0.8.0
7462026-05-15T21:14:50.466Z Downloaded linked-hash-map v0.5.6
7472026-05-15T21:14:50.466Z Downloaded match_cfg v0.1.0
7482026-05-15T21:14:50.466Z Downloaded crossbeam-utils v0.8.21
7492026-05-15T21:14:50.469Z Downloaded mime v0.3.17
7502026-05-15T21:14:50.469Z Downloaded crossbeam-deque v0.8.6
7512026-05-15T21:14:50.473Z Downloaded crc-any v2.5.0
7522026-05-15T21:14:50.473Z Downloaded cargo_metadata v0.19.2
7532026-05-15T21:14:50.473Z Downloaded hubpack v0.1.2
7542026-05-15T21:14:50.476Z Downloaded maybe-uninit v2.0.0
7552026-05-15T21:14:50.476Z Downloaded lru-slab v0.1.2
7562026-05-15T21:14:50.476Z Downloaded derive_builder_core v0.20.2
7572026-05-15T21:14:50.479Z Downloaded darling v0.20.11
7582026-05-15T21:14:50.481Z Downloaded lzss v0.8.2
7592026-05-15T21:14:50.481Z Downloaded humantime v2.3.0
7602026-05-15T21:14:50.481Z Downloaded derive_more v0.99.20
7612026-05-15T21:14:50.484Z Downloaded ingot v0.1.1
7622026-05-15T21:14:50.487Z Downloaded base64 v0.21.7
7632026-05-15T21:14:50.487Z Downloaded futures-channel v0.3.32
7642026-05-15T21:14:50.490Z Downloaded fatfs v0.3.6
7652026-05-15T21:14:50.493Z Downloaded hyper-staticfile v0.10.1
7662026-05-15T21:14:50.493Z Downloaded newtype_derive v0.1.6
7672026-05-15T21:14:50.493Z Downloaded newline-converter v0.3.0
7682026-05-15T21:14:50.496Z Downloaded memoffset v0.9.1
7692026-05-15T21:14:50.496Z Downloaded ipnet v2.11.0
7702026-05-15T21:14:50.496Z Downloaded indoc v2.0.7
7712026-05-15T21:14:50.499Z Downloaded ar_archive_writer v0.5.1
7722026-05-15T21:14:50.499Z Downloaded nibble_vec v0.1.0
7732026-05-15T21:14:50.502Z Downloaded newtype-uuid-macros v0.1.0
7742026-05-15T21:14:50.502Z Downloaded derive_more-impl v2.1.1
7752026-05-15T21:14:50.505Z Downloaded kstat-rs v0.2.4
7762026-05-15T21:14:50.505Z Downloaded http-body-util v0.1.3
7772026-05-15T21:14:50.508Z Downloaded normalize-line-endings v0.3.0
7782026-05-15T21:14:50.508Z Downloaded impl-trait-for-tuples v0.2.3
7792026-05-15T21:14:50.511Z Downloaded num-derive v0.3.3
7802026-05-15T21:14:50.511Z Downloaded openssl-probe v0.1.6
7812026-05-15T21:14:50.511Z Downloaded num-derive v0.4.2
7822026-05-15T21:14:50.514Z Downloaded ingot-types v0.1.2
7832026-05-15T21:14:50.514Z Downloaded libefi-sys v0.1.0
7842026-05-15T21:14:50.514Z Downloaded ipnetwork v0.21.1
7852026-05-15T21:14:50.517Z Downloaded num v0.4.3
7862026-05-15T21:14:50.517Z Downloaded nodrop v0.1.14
7872026-05-15T21:14:50.517Z Downloaded libloading v0.8.9
7882026-05-15T21:14:50.520Z Downloaded getrandom v0.3.4
7892026-05-15T21:14:50.520Z Downloaded num-conv v0.2.0
7902026-05-15T21:14:50.523Z Downloaded jobserver v0.1.34
7912026-05-15T21:14:50.523Z Downloaded maplit v1.0.2
7922026-05-15T21:14:50.523Z Downloaded num_threads v0.1.7
7932026-05-15T21:14:50.526Z Downloaded linear-map v1.2.0
7942026-05-15T21:14:50.526Z Downloaded mime_guess v2.0.5
7952026-05-15T21:14:50.526Z Downloaded md-5 v0.10.6
7962026-05-15T21:14:50.529Z Downloaded num_enum_derive v0.5.11
7972026-05-15T21:14:50.529Z Downloaded libsw-core v0.3.2
7982026-05-15T21:14:50.529Z Downloaded libsw v3.5.0
7992026-05-15T21:14:50.534Z Downloaded opaque-debug v0.3.1
8002026-05-15T21:14:50.534Z Downloaded olpc-cjson v0.1.4
8012026-05-15T21:14:50.534Z Downloaded hyper-rustls v0.27.7
8022026-05-15T21:14:50.538Z Downloaded des v0.8.1
8032026-05-15T21:14:50.538Z Downloaded httparse v1.10.1
8042026-05-15T21:14:50.538Z Downloaded dropshot_endpoint v0.17.0
8052026-05-15T21:14:50.541Z Downloaded base64 v0.22.1
8062026-05-15T21:14:50.541Z Downloaded lock_api v0.4.14
8072026-05-15T21:14:50.544Z Downloaded compact_str v0.8.1
8082026-05-15T21:14:50.547Z Downloaded derive-where v1.6.0
8092026-05-15T21:14:50.547Z Downloaded darling_core v0.21.3
8102026-05-15T21:14:50.551Z Downloaded oso-derive v0.27.3
8112026-05-15T21:14:50.556Z Downloaded openssl-macros v0.1.1
8122026-05-15T21:14:50.556Z Downloaded half v2.7.1
8132026-05-15T21:14:50.559Z Downloaded packed_struct_codegen v0.10.1
8142026-05-15T21:14:50.559Z Downloaded flate2 v1.1.9
8152026-05-15T21:14:50.559Z Downloaded newtype-uuid v1.3.2
8162026-05-15T21:14:50.559Z Downloaded iana-time-zone v0.1.65
8172026-05-15T21:14:50.562Z Downloaded multer v3.1.0
8182026-05-15T21:14:50.565Z Downloaded nanorand v0.7.0
8192026-05-15T21:14:50.565Z Downloaded elliptic-curve v0.13.8
8202026-05-15T21:14:50.568Z Downloaded chacha20poly1305 v0.10.1
8212026-05-15T21:14:50.571Z Downloaded futures v0.3.32
8222026-05-15T21:14:50.574Z Downloaded peg-runtime v0.8.5
8232026-05-15T21:14:50.574Z Downloaded pbkdf2 v0.11.0
8242026-05-15T21:14:50.577Z Downloaded getrandom v0.2.17
8252026-05-15T21:14:50.577Z Downloaded path-slash v0.1.5
8262026-05-15T21:14:50.577Z Downloaded parse-display v0.10.0
8272026-05-15T21:14:50.580Z Downloaded parse-size v1.1.0
8282026-05-15T21:14:50.592Z Downloaded phf_shared v0.12.1
8292026-05-15T21:14:50.595Z Downloaded num_enum_derive v0.7.5
8302026-05-15T21:14:50.595Z Downloaded pbkdf2 v0.12.2
8312026-05-15T21:14:50.595Z Downloaded num_enum v0.7.5
8322026-05-15T21:14:50.599Z Downloaded num-iter v0.1.45
8332026-05-15T21:14:50.599Z Downloaded num-complex v0.4.6
8342026-05-15T21:14:50.602Z Downloaded phf_shared v0.11.3
8352026-05-15T21:14:50.602Z Downloaded openssl-probe v0.2.1
8362026-05-15T21:14:50.602Z Downloaded hmac v0.12.1
8372026-05-15T21:14:50.605Z Downloaded num_enum v0.5.11
8382026-05-15T21:14:50.605Z Downloaded ignore v0.4.25
8392026-05-15T21:14:50.608Z Downloaded num-rational v0.4.2
8402026-05-15T21:14:50.608Z Downloaded ingot-macros v0.1.1
8412026-05-15T21:14:50.626Z Downloaded flume v0.11.1
8422026-05-15T21:14:50.626Z Downloaded dropshot_endpoint v0.16.7
8432026-05-15T21:14:50.626Z Downloaded pin-utils v0.1.0
8442026-05-15T21:14:50.626Z Downloaded aes-gcm v0.10.3
8452026-05-15T21:14:50.626Z Downloaded num-integer v0.1.46
8462026-05-15T21:14:50.626Z Downloaded bytes v1.11.1
8472026-05-15T21:14:50.626Z Downloaded native-tls v0.2.18
8482026-05-15T21:14:50.626Z Downloaded oxide-tokio-rt v0.1.4
8492026-05-15T21:14:50.626Z Downloaded predicates-tree v1.0.13
8502026-05-15T21:14:50.626Z Downloaded precomputed-hash v0.1.1
8512026-05-15T21:14:50.626Z Downloaded owo-colors v4.3.0
8522026-05-15T21:14:50.626Z Downloaded darling_core v0.20.11
8532026-05-15T21:14:50.630Z Downloaded proc-macro-error-attr2 v2.0.0
8542026-05-15T21:14:50.630Z Downloaded progenitor-client v0.11.2
8552026-05-15T21:14:50.630Z Downloaded progenitor-client v0.10.0
8562026-05-15T21:14:50.632Z Downloaded packed_struct v0.10.1
8572026-05-15T21:14:50.633Z Downloaded oxnet v0.1.4
8582026-05-15T21:14:50.633Z Downloaded der v0.7.10
8592026-05-15T21:14:50.635Z Downloaded progenitor-macro v0.14.0
8602026-05-15T21:14:50.636Z Downloaded progenitor-macro v0.10.0
8612026-05-15T21:14:50.638Z Downloaded progenitor-macro v0.13.0
8622026-05-15T21:14:50.638Z Downloaded nu-ansi-term v0.50.3
8632026-05-15T21:14:50.638Z Downloaded memmap2 v0.9.10
8642026-05-15T21:14:50.642Z Downloaded heapless v0.7.17
8652026-05-15T21:14:50.645Z Downloaded psl-types v2.0.11
8662026-05-15T21:14:50.645Z Downloaded progenitor-macro v0.11.2
8672026-05-15T21:14:50.645Z Downloaded paste v1.0.15
8682026-05-15T21:14:50.648Z Downloaded password-hash v0.5.0
8692026-05-15T21:14:50.648Z Downloaded parking_lot_core v0.8.6
8702026-05-15T21:14:50.648Z Downloaded const_format v0.2.35
8712026-05-15T21:14:50.651Z Downloaded phf v0.12.1
8722026-05-15T21:14:50.654Z Downloaded pem v3.0.6
8732026-05-15T21:14:50.654Z Downloaded peg-macros v0.8.5
8742026-05-15T21:14:50.654Z Downloaded async-compression v0.4.41
8752026-05-15T21:14:50.657Z Downloaded libbz2-rs-sys v0.2.2
8762026-05-15T21:14:50.660Z Downloaded peg v0.8.5
8772026-05-15T21:14:50.663Z Downloaded omicron-zone-package v0.12.2
8782026-05-15T21:14:50.663Z Downloaded phf v0.13.1
8792026-05-15T21:14:50.667Z Downloaded litrs v1.0.0
8802026-05-15T21:14:50.667Z Downloaded quick-error v1.2.3
8812026-05-15T21:14:50.670Z Downloaded pin-project-internal v1.1.11
8822026-05-15T21:14:50.670Z Downloaded radium v0.7.0
8832026-05-15T21:14:50.670Z Downloaded phf_shared v0.13.1
8842026-05-15T21:14:50.670Z Downloaded parse-display-derive v0.10.0
8852026-05-15T21:14:50.670Z Downloaded rand_chacha v0.3.1
8862026-05-15T21:14:50.673Z Downloaded heapless v0.8.0
8872026-05-15T21:14:50.673Z Downloaded proc-macro-crate v3.4.0
8882026-05-15T21:14:50.676Z Downloaded pin-project-lite v0.2.17
8892026-05-15T21:14:50.679Z Downloaded cc v1.2.56
8902026-05-15T21:14:50.679Z Downloaded indexmap v1.9.3
8912026-05-15T21:14:50.682Z Downloaded ppv-lite86 v0.2.21
8922026-05-15T21:14:50.682Z Downloaded powerfmt v0.2.0
8932026-05-15T21:14:50.685Z Downloaded pkcs8 v0.10.2
8942026-05-15T21:14:50.685Z Downloaded recursive-proc-macro-impl v0.1.1
8952026-05-15T21:14:50.685Z Downloaded rand_xorshift v0.4.0
8962026-05-15T21:14:50.688Z Downloaded derive_more v2.1.1
8972026-05-15T21:14:50.693Z Downloaded progenitor-client v0.14.0
8982026-05-15T21:14:50.696Z Downloaded predicates v3.1.4
8992026-05-15T21:14:50.696Z Downloaded proc-macro-error2 v2.0.1
9002026-05-15T21:14:50.699Z Downloaded progenitor-client v0.13.0
9012026-05-15T21:14:50.699Z Downloaded progenitor v0.13.0
9022026-05-15T21:14:50.699Z Downloaded ref-cast v1.0.25
9032026-05-15T21:14:50.702Z Downloaded recursive v0.1.1
9042026-05-15T21:14:50.702Z Downloaded progenitor v0.11.2
9052026-05-15T21:14:50.707Z Downloaded progenitor v0.10.0
9062026-05-15T21:14:50.707Z Downloaded primeorder v0.13.6
9072026-05-15T21:14:50.707Z Downloaded postgres-protocol v0.6.10
9082026-05-15T21:14:50.707Z Downloaded ref-cast-impl v1.0.25
9092026-05-15T21:14:50.707Z Downloaded progenitor-extras v0.2.0
9102026-05-15T21:14:50.710Z Downloaded progenitor v0.14.0
9112026-05-15T21:14:50.710Z Downloaded parking_lot v0.12.5
9122026-05-15T21:14:50.710Z Downloaded hickory-resolver v0.24.4
9132026-05-15T21:14:50.713Z Downloaded pem-rfc7468 v0.7.0
9142026-05-15T21:14:50.716Z Downloaded parking_lot v0.11.2
9152026-05-15T21:14:50.716Z Downloaded parking_lot_core v0.9.12
9162026-05-15T21:14:50.716Z Downloaded hickory-resolver v0.25.2
9172026-05-15T21:14:50.719Z Downloaded psm v0.1.30
9182026-05-15T21:14:50.723Z Downloaded rfc6979 v0.4.0
9192026-05-15T21:14:50.723Z Downloaded r2d2 v0.8.10
9202026-05-15T21:14:50.723Z Downloaded indicatif v0.18.4
9212026-05-15T21:14:50.726Z Downloaded password-hash v0.4.2
9222026-05-15T21:14:50.726Z Downloaded poly1305 v0.8.0
9232026-05-15T21:14:50.729Z Downloaded headers v0.4.1
9242026-05-15T21:14:50.732Z Downloaded expectorate v1.2.0
9252026-05-15T21:14:50.732Z Downloaded pkg-config v0.3.32
9262026-05-15T21:14:50.735Z Downloaded proc-macro-crate v1.3.1
9272026-05-15T21:14:50.735Z Downloaded rustc_version v0.4.1
9282026-05-15T21:14:50.735Z Downloaded rustc_version v0.1.7
9292026-05-15T21:14:50.735Z Downloaded predicates-core v1.0.10
9302026-05-15T21:14:50.738Z Downloaded aes v0.8.4
9312026-05-15T21:14:50.738Z Downloaded russh-cryptovec v0.7.3
9322026-05-15T21:14:50.738Z Downloaded nonempty v0.12.0
9332026-05-15T21:14:50.741Z Downloaded half v1.8.3
9342026-05-15T21:14:50.741Z Downloaded dropshot-api-manager v0.7.1
9352026-05-15T21:14:50.745Z Downloaded crossbeam-channel v0.5.15
9362026-05-15T21:14:50.747Z Downloaded pkcs1 v0.7.5
9372026-05-15T21:14:50.748Z Downloaded miniz_oxide v0.8.9
9382026-05-15T21:14:50.750Z Downloaded rand_seeder v0.4.0
9392026-05-15T21:14:50.750Z Downloaded rand_core v0.10.0
9402026-05-15T21:14:50.750Z Downloaded rand_core v0.6.4
9412026-05-15T21:14:50.753Z Downloaded rand_chacha v0.9.0
9422026-05-15T21:14:50.753Z Downloaded oso v0.27.3
9432026-05-15T21:14:50.756Z Downloaded salsa20 v0.10.2
9442026-05-15T21:14:50.756Z Downloaded postgres-types v0.2.12
9452026-05-15T21:14:50.759Z Downloaded postcard v1.1.3
9462026-05-15T21:14:50.759Z Downloaded pkcs5 v0.7.1
9472026-05-15T21:14:50.762Z Downloaded polyval v0.6.2
9482026-05-15T21:14:50.762Z Downloaded diesel_derives v2.3.7
9492026-05-15T21:14:50.766Z Downloaded scrypt v0.11.0
9502026-05-15T21:14:50.769Z Downloaded scheduled-thread-pool v0.2.7
9512026-05-15T21:14:50.769Z Downloaded sapling-renderdag v0.1.0
9522026-05-15T21:14:50.769Z Downloaded secrecy v0.8.0
9532026-05-15T21:14:50.772Z Downloaded scopeguard v1.2.0
9542026-05-15T21:14:50.772Z Downloaded same-file v1.0.6
9552026-05-15T21:14:50.772Z Downloaded p256 v0.13.2
9562026-05-15T21:14:50.775Z Downloaded crypto-bigint v0.5.5
9572026-05-15T21:14:50.777Z Downloaded papergrid v0.17.0
9582026-05-15T21:14:50.781Z Downloaded new_debug_unreachable v1.0.6
9592026-05-15T21:14:50.781Z Downloaded multimap v0.10.1
9602026-05-15T21:14:50.784Z Downloaded glob v0.3.3
9612026-05-15T21:14:50.784Z Downloaded lru-cache v0.1.2
9622026-05-15T21:14:50.784Z Downloaded deranged v0.5.8
9632026-05-15T21:14:50.784Z Downloaded resolv-conf v0.7.6
9642026-05-15T21:14:50.788Z Downloaded serde_bytes v0.11.19
9652026-05-15T21:14:50.788Z Downloaded serde-big-array v0.5.1
9662026-05-15T21:14:50.788Z Downloaded seq-macro v0.3.6
9672026-05-15T21:14:50.792Z Downloaded semver v0.1.20
9682026-05-15T21:14:50.792Z Downloaded scroll_derive v0.13.1
9692026-05-15T21:14:50.792Z Downloaded crossbeam-epoch v0.9.18
9702026-05-15T21:14:50.792Z Downloaded diff v0.1.13
9712026-05-15T21:14:50.795Z Downloaded serde_spanned v1.0.4
9722026-05-15T21:14:50.795Z Downloaded serde_plain v1.0.2
9732026-05-15T21:14:50.795Z Downloaded hostname v0.3.1
9742026-05-15T21:14:50.798Z Downloaded der_derive v0.7.3
9752026-05-15T21:14:50.798Z Downloaded arrayvec v0.7.6
9762026-05-15T21:14:50.798Z Downloaded quinn-udp v0.5.14
9772026-05-15T21:14:50.801Z Downloaded openssl-sys v0.9.115
9782026-05-15T21:14:50.804Z Downloaded jiff-static v0.2.21
9792026-05-15T21:14:50.804Z Downloaded rtoolbox v0.0.3
9802026-05-15T21:14:50.807Z Downloaded buf-list v1.1.2
9812026-05-15T21:14:50.807Z Downloaded shell-words v1.1.1
9822026-05-15T21:14:50.807Z Downloaded sha1 v0.10.6
9832026-05-15T21:14:50.810Z Downloaded pin-project v1.1.11
9842026-05-15T21:14:50.814Z Downloaded signature v2.2.0
9852026-05-15T21:14:50.817Z Downloaded rustls-pemfile v1.0.4
9862026-05-15T21:14:50.817Z Downloaded signal-hook-mio v0.2.5
9872026-05-15T21:14:50.820Z Downloaded serde_urlencoded v0.7.1
9882026-05-15T21:14:50.820Z Downloaded http v1.4.0
9892026-05-15T21:14:50.823Z Downloaded rand_core v0.9.5
9902026-05-15T21:14:50.823Z Downloaded rustversion v1.0.22
9912026-05-15T21:14:50.826Z Downloaded rustls-pemfile v2.2.0
9922026-05-15T21:14:50.826Z Downloaded signal-hook-tokio v0.3.1
9932026-05-15T21:14:50.826Z Downloaded siphasher v1.0.2
9942026-05-15T21:14:50.829Z Downloaded rustls-native-certs v0.8.3
9952026-05-15T21:14:50.829Z Downloaded rustc-hash v2.1.1
9962026-05-15T21:14:50.829Z Downloaded ed25519 v2.2.3
9972026-05-15T21:14:50.832Z Downloaded sigpipe v0.1.3
9982026-05-15T21:14:50.832Z Downloaded const-oid v0.9.6
9992026-05-15T21:14:50.832Z Downloaded rusty-fork v0.3.1
10002026-05-15T21:14:50.835Z Downloaded prefix-trie v0.7.0
10012026-05-15T21:14:50.835Z Downloaded git-stub v1.0.0
10022026-05-15T21:14:50.838Z Downloaded ghash v0.5.1
10032026-05-15T21:14:50.838Z Downloaded atomicwrites v0.4.4
10042026-05-15T21:14:50.838Z Downloaded bitfield v0.19.4
10052026-05-15T21:14:50.838Z Downloaded cancel-safe-futures v0.1.5
10062026-05-15T21:14:50.841Z Downloaded dsl_auto_type v0.2.0
10072026-05-15T21:14:50.849Z Downloaded slog-envlogger v2.2.0
10082026-05-15T21:14:50.852Z Downloaded slog-bunyan v2.5.0
10092026-05-15T21:14:50.855Z Downloaded secrecy v0.10.3
10102026-05-15T21:14:50.855Z Downloaded progenitor-impl v0.10.0
10112026-05-15T21:14:50.855Z Downloaded sec1 v0.7.3
10122026-05-15T21:14:50.858Z Downloaded progenitor-impl v0.14.0
10132026-05-15T21:14:50.858Z Downloaded schemars_derive v0.8.22
10142026-05-15T21:14:50.861Z Downloaded hickory-server v0.25.2
10152026-05-15T21:14:50.861Z Downloaded ssh-encoding v0.2.0
10162026-05-15T21:14:50.864Z Downloaded sct v0.7.1
10172026-05-15T21:14:50.864Z Downloaded strip-ansi-escapes v0.2.1
10182026-05-15T21:14:50.867Z Downloaded progenitor-impl v0.13.0
10192026-05-15T21:14:50.867Z Downloaded serde_path_to_error v0.1.20
10202026-05-15T21:14:50.870Z Downloaded serde-hex v0.1.0
10212026-05-15T21:14:50.870Z Downloaded hashbrown v0.13.2
10222026-05-15T21:14:50.873Z Downloaded serde_derive_internals v0.29.1
10232026-05-15T21:14:50.873Z Downloaded scroll v0.13.0
10242026-05-15T21:14:50.876Z Downloaded ssh-cipher v0.2.0
10252026-05-15T21:14:50.879Z Downloaded strum v0.27.2
10262026-05-15T21:14:50.882Z Downloaded strum v0.26.3
10272026-05-15T21:14:50.882Z Downloaded structmeta v0.3.0
10282026-05-15T21:14:50.889Z Downloaded crossterm v0.28.1
10292026-05-15T21:14:50.894Z Downloaded slog-scope v4.4.1
10302026-05-15T21:14:50.897Z Downloaded slab v0.4.12
10312026-05-15T21:14:50.897Z Downloaded simd-adler32 v0.3.8
10322026-05-15T21:14:50.897Z Downloaded shlex v1.3.0
10332026-05-15T21:14:50.897Z Downloaded structmeta-derive v0.3.0
10342026-05-15T21:14:50.900Z Downloaded serde_repr v0.1.20
10352026-05-15T21:14:50.900Z Downloaded russh-keys v0.45.0
10362026-05-15T21:14:50.903Z Downloaded supports-color v3.0.2
10372026-05-15T21:14:50.903Z Downloaded signal-hook-registry v1.4.8
10382026-05-15T21:14:50.903Z Downloaded tabled_derive v0.11.0
10392026-05-15T21:14:50.906Z Downloaded rustls-pki-types v1.14.0
10402026-05-15T21:14:50.906Z Downloaded sync-ptr v0.1.4
10412026-05-15T21:14:50.906Z Downloaded tap v1.0.1
10422026-05-15T21:14:50.909Z Downloaded minimal-lexical v0.2.1
10432026-05-15T21:14:50.909Z Downloaded smallvec v0.6.14
10442026-05-15T21:14:50.912Z Downloaded slog-term v2.9.2
10452026-05-15T21:14:50.912Z Downloaded hyper-util v0.1.20
10462026-05-15T21:14:50.915Z Downloaded subtle v2.6.1
10472026-05-15T21:14:50.918Z Downloaded sync_wrapper v1.0.2
10482026-05-15T21:14:50.921Z Downloaded prettyplease v0.2.37
10492026-05-15T21:14:50.921Z Downloaded itertools v0.10.5
10502026-05-15T21:14:50.924Z Downloaded slog-async v2.8.0
10512026-05-15T21:14:50.927Z Downloaded rcgen v0.12.1
10522026-05-15T21:14:50.927Z Downloaded sqlparser_derive v0.5.0
10532026-05-15T21:14:50.930Z Downloaded sqlformat v0.3.5
10542026-05-15T21:14:50.930Z Downloaded static_assertions v1.1.0
10552026-05-15T21:14:50.930Z Downloaded stacker v0.1.23
10562026-05-15T21:14:50.933Z Downloaded slog-dtrace v0.3.0
10572026-05-15T21:14:50.933Z Downloaded thiserror-impl-no-std v2.0.2
10582026-05-15T21:14:50.933Z Downloaded testing_table v0.3.0
10592026-05-15T21:14:50.936Z Downloaded termtree v0.5.1
10602026-05-15T21:14:50.936Z Downloaded take_mut v0.2.2
10612026-05-15T21:14:50.936Z Downloaded smf v0.2.3
10622026-05-15T21:14:50.936Z Downloaded slog-stdlog v4.1.1
10632026-05-15T21:14:50.941Z Downloaded tagptr v0.2.0
10642026-05-15T21:14:50.941Z Downloaded tabwriter v1.4.1
10652026-05-15T21:14:50.941Z Downloaded hashbrown v0.12.3
10662026-05-15T21:14:50.945Z Downloaded progenitor-impl v0.11.2
10672026-05-15T21:14:50.945Z Downloaded spki v0.7.3
10682026-05-15T21:14:50.945Z Downloaded ron v0.8.1
10692026-05-15T21:14:50.948Z Downloaded time-core v0.1.8
10702026-05-15T21:14:50.948Z Downloaded serde_cbor v0.11.2
10712026-05-15T21:14:50.954Z Downloaded serde_with_macros v3.17.0
10722026-05-15T21:14:50.958Z Downloaded strum_macros v0.24.3
10732026-05-15T21:14:50.965Z Downloaded slog-json v2.6.1
10742026-05-15T21:14:50.971Z Downloaded ryu v1.0.23
10752026-05-15T21:14:50.972Z Downloaded tinyvec_macros v0.1.1
10762026-05-15T21:14:50.972Z Downloaded rustls-platform-verifier v0.6.2
10772026-05-15T21:14:50.975Z Downloaded string_cache v0.8.9
10782026-05-15T21:14:50.985Z Downloaded termios v0.3.3
10792026-05-15T21:14:50.988Z Downloaded support-bundle-viewer v0.1.2
10802026-05-15T21:14:50.988Z Downloaded strum_macros v0.26.4
10812026-05-15T21:14:50.991Z Downloaded tokio-macros v2.7.0
10822026-05-15T21:14:50.991Z Downloaded strum_macros v0.27.2
10832026-05-15T21:14:50.994Z Downloaded mio v1.2.0
10842026-05-15T21:14:50.997Z Downloaded hashbrown v0.16.1
10852026-05-15T21:14:51.000Z Downloaded pretty_assertions v1.4.1
10862026-05-15T21:14:51.004Z Downloaded schemars v0.8.22
10872026-05-15T21:14:51.008Z Downloaded topological-sort v0.2.2
10882026-05-15T21:14:51.011Z Downloaded thiserror-no-std v2.0.2
10892026-05-15T21:14:51.011Z Downloaded tower-service v0.3.3
10902026-05-15T21:14:51.014Z Downloaded thread_local v1.1.9
10912026-05-15T21:14:51.017Z Downloaded tiny-keccak v2.0.2
10922026-05-15T21:14:51.017Z Downloaded nom v7.1.3
10932026-05-15T21:14:51.020Z Downloaded trait-variant v0.1.2
10942026-05-15T21:14:51.023Z Downloaded time-macros v0.2.27
10952026-05-15T21:14:51.023Z Downloaded spin v0.9.8
10962026-05-15T21:14:51.028Z Downloaded thread-id v5.1.0
10972026-05-15T21:14:51.028Z Downloaded num-bigint v0.4.6
10982026-05-15T21:14:51.031Z Downloaded stringprep v0.1.5
10992026-05-15T21:14:51.031Z Downloaded serde_yaml v0.9.34+deprecated
11002026-05-15T21:14:51.031Z Downloaded snafu-derive v0.8.9
11012026-05-15T21:14:51.037Z Downloaded crossterm v0.29.0
11022026-05-15T21:14:51.037Z Downloaded similar v2.7.0
11032026-05-15T21:14:51.040Z Downloaded try-lock v0.2.5
11042026-05-15T21:14:51.040Z Downloaded signal-hook v0.3.18
11052026-05-15T21:14:51.043Z Downloaded typify-macro v0.6.2
11062026-05-15T21:14:51.043Z Downloaded libxml v0.3.3
11072026-05-15T21:14:51.046Z Downloaded tokio-native-tls v0.3.1
11082026-05-15T21:14:51.046Z Downloaded unit-prefix v0.5.2
11092026-05-15T21:14:51.050Z Downloaded tokio-dtrace v0.1.1
11102026-05-15T21:14:51.053Z Downloaded tls_codec_derive v0.4.2
11112026-05-15T21:14:51.056Z Downloaded tokio-tungstenite v0.23.1
11122026-05-15T21:14:51.056Z Downloaded tokio-tungstenite v0.21.0
11132026-05-15T21:14:51.056Z Downloaded tokio-rustls v0.25.0
11142026-05-15T21:14:51.059Z Downloaded unarray v0.1.4
11152026-05-15T21:14:51.059Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11162026-05-15T21:14:51.062Z Downloaded typify-macro v0.4.3
11172026-05-15T21:14:51.062Z Downloaded utf-8 v0.7.6
11182026-05-15T21:14:51.062Z Downloaded untrusted v0.7.1
11192026-05-15T21:14:51.065Z Downloaded qorb v0.4.1
11202026-05-15T21:14:51.070Z Downloaded universal-hash v0.5.1
11212026-05-15T21:14:51.070Z Downloaded iddqd v0.3.18
11222026-05-15T21:14:51.073Z Downloaded usdt-macro v0.6.0
11232026-05-15T21:14:51.073Z Downloaded usdt-attr-macro v0.6.0
11242026-05-15T21:14:51.073Z Downloaded untrusted v0.9.0
11252026-05-15T21:14:51.073Z Downloaded rayon-core v1.13.0
11262026-05-15T21:14:51.076Z Downloaded slog v2.8.2
11272026-05-15T21:14:51.079Z Downloaded iri-string v0.7.10
11282026-05-15T21:14:51.082Z Downloaded tower-layer v0.3.3
11292026-05-15T21:14:51.082Z Downloaded term v1.2.1
11302026-05-15T21:14:51.085Z Downloaded term v0.7.0
11312026-05-15T21:14:51.085Z Downloaded toml_writer v1.0.6+spec-1.1.0
11322026-05-15T21:14:51.088Z Downloaded socket2 v0.5.10
11332026-05-15T21:14:51.088Z Downloaded schemars v0.9.0
11342026-05-15T21:14:51.093Z Downloaded wait-timeout v0.2.1
11352026-05-15T21:14:51.096Z Downloaded want v0.3.1
11362026-05-15T21:14:51.096Z Downloaded itertools v0.12.1
11372026-05-15T21:14:51.100Z Downloaded waitgroup v0.1.2
11382026-05-15T21:14:51.100Z Downloaded rand v0.10.0
11392026-05-15T21:14:51.102Z Downloaded socket2 v0.6.3
11402026-05-15T21:14:51.105Z Downloaded publicsuffix v2.3.0
11412026-05-15T21:14:51.105Z Downloaded void v1.0.2
11422026-05-15T21:14:51.105Z Downloaded hashbrown v0.15.5
11432026-05-15T21:14:51.109Z Downloaded rand v0.9.2
11442026-05-15T21:14:51.113Z Downloaded rand v0.8.6
11452026-05-15T21:14:51.116Z Downloaded tui-tree-widget v0.23.1
11462026-05-15T21:14:51.116Z Downloaded tls_codec v0.4.2
11472026-05-15T21:14:51.116Z Downloaded tokio-rustls v0.24.1
11482026-05-15T21:14:51.116Z Downloaded unicode-truncate v1.1.0
11492026-05-15T21:14:51.120Z Downloaded quinn v0.11.9
11502026-05-15T21:14:51.120Z Downloaded futures-util v0.3.32
11512026-05-15T21:14:51.126Z Downloaded unicase v2.9.0
11522026-05-15T21:14:51.129Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11532026-05-15T21:14:51.129Z Downloaded tokio-rustls v0.26.4
11542026-05-15T21:14:51.129Z Downloaded xshell-macros v0.2.7
11552026-05-15T21:14:51.129Z Downloaded xattr v1.6.1
11562026-05-15T21:14:51.132Z Downloaded zeroize_derive v1.4.3
11572026-05-15T21:14:51.132Z Downloaded rustls-webpki v0.103.9
11582026-05-15T21:14:51.135Z Downloaded rsa v0.9.10
11592026-05-15T21:14:51.135Z Downloaded subprocess v0.2.15
11602026-05-15T21:14:51.140Z Downloaded usdt v0.6.0
11612026-05-15T21:14:51.146Z Downloaded test-strategy v0.4.5
11622026-05-15T21:14:51.148Z Downloaded toml_parser v1.0.9+spec-1.1.0
11632026-05-15T21:14:51.151Z Downloaded itertools v0.14.0
11642026-05-15T21:14:51.154Z Downloaded snafu v0.8.9
11652026-05-15T21:14:51.158Z Downloaded itertools v0.13.0
11662026-05-15T21:14:51.161Z Downloaded zone_cfg_derive v0.3.1
11672026-05-15T21:14:51.164Z Downloaded vsss-rs v3.3.4
11682026-05-15T21:14:51.164Z Downloaded zone v0.3.1
11692026-05-15T21:14:51.164Z Downloaded uzers v0.12.2
11702026-05-15T21:14:51.170Z Downloaded twox-hash v2.1.2
11712026-05-15T21:14:51.170Z Downloaded libm v0.2.16
11722026-05-15T21:14:51.173Z Downloaded num-bigint-dig v0.8.6
11732026-05-15T21:14:51.175Z Downloaded vergen-gitcl v1.0.8
11742026-05-15T21:14:51.175Z Downloaded tinyvec v1.10.0
11752026-05-15T21:14:51.179Z Downloaded vergen-git2 v1.0.7
11762026-05-15T21:14:51.179Z Downloaded tracing-attributes v0.1.31
11772026-05-15T21:14:51.179Z Downloaded tokio-stream v0.1.18
11782026-05-15T21:14:51.182Z Downloaded wyz v0.5.1
11792026-05-15T21:14:51.185Z Downloaded whoami v2.1.0
11802026-05-15T21:14:51.185Z Downloaded blake3 v1.8.3
11812026-05-15T21:14:51.188Z Downloaded vergen-lib v0.1.6
11822026-05-15T21:14:51.191Z Downloaded walkdir v2.5.0
11832026-05-15T21:14:51.191Z Downloaded toml v0.7.8
11842026-05-15T21:14:51.194Z Downloaded schemars v1.2.1
11852026-05-15T21:14:51.200Z Downloaded xshell v0.2.7
11862026-05-15T21:14:51.203Z Downloaded toml v0.9.12+spec-1.1.0
11872026-05-15T21:14:51.203Z Downloaded usdt-impl v0.6.0
11882026-05-15T21:14:51.206Z Downloaded p521 v0.13.3
11892026-05-15T21:14:51.207Z Downloaded toml v1.0.6+spec-1.1.0
11902026-05-15T21:14:51.210Z Downloaded zeroize v1.8.2
11912026-05-15T21:14:51.210Z Downloaded tar v0.4.45
11922026-05-15T21:14:51.213Z Downloaded russh v0.45.0
11932026-05-15T21:14:51.216Z Downloaded samael v0.0.19
11942026-05-15T21:14:51.219Z Downloaded hyper v1.8.1
11952026-05-15T21:14:51.222Z Downloaded hkdf v0.12.4
11962026-05-15T21:14:51.225Z Downloaded zstd-safe v7.2.4
11972026-05-15T21:14:51.231Z Downloaded typify v0.6.2
11982026-05-15T21:14:51.236Z Downloaded vergen v9.0.6
11992026-05-15T21:14:51.236Z Downloaded typify v0.4.3
12002026-05-15T21:14:51.236Z Downloaded h2 v0.4.13
12012026-05-15T21:14:51.241Z Downloaded zstd v0.13.3
12022026-05-15T21:14:51.242Z Downloaded steno v0.4.1
12032026-05-15T21:14:51.244Z Downloaded tracing-core v0.1.36
12042026-05-15T21:14:51.248Z Downloaded tungstenite v0.21.0
12052026-05-15T21:14:51.248Z Downloaded unsafe-libyaml v0.2.11
12062026-05-15T21:14:51.251Z Downloaded yasna v0.5.2
12072026-05-15T21:14:51.251Z Downloaded toml_edit v0.23.10+spec-1.0.0
12082026-05-15T21:14:51.256Z Downloaded unicode-properties v0.1.4
12092026-05-15T21:14:51.259Z Downloaded whoami v1.6.1
12102026-05-15T21:14:51.259Z Downloaded rustyline v14.0.0
12112026-05-15T21:14:51.263Z Downloaded vte v0.14.1
12122026-05-15T21:14:51.263Z Downloaded zerocopy v0.6.6
12132026-05-15T21:14:51.266Z Downloaded aws-lc-rs v1.16.3
12142026-05-15T21:14:51.273Z Downloaded rpassword v7.4.0
12152026-05-15T21:14:51.282Z Downloaded tokio-postgres v0.7.16
12162026-05-15T21:14:51.300Z Downloaded tungstenite v0.23.0
12172026-05-15T21:14:51.304Z Downloaded reedline v0.40.0
12182026-05-15T21:14:51.315Z Downloaded chrono v0.4.44
12192026-05-15T21:14:51.323Z Downloaded ssh-key v0.6.7
12202026-05-15T21:14:51.329Z Downloaded uuid v1.23.0
12212026-05-15T21:14:51.333Z Downloaded yansi v1.0.1
12222026-05-15T21:14:51.333Z Downloaded zopfli v0.8.3
12232026-05-15T21:14:51.333Z Downloaded unicode_categories v0.1.1
12242026-05-15T21:14:51.338Z Downloaded regex v1.12.3
12252026-05-15T21:14:51.338Z Downloaded unicode-bidi v0.3.18
12262026-05-15T21:14:51.342Z Downloaded bindgen v0.71.1
12272026-05-15T21:14:51.347Z Downloaded typed-path v0.9.3
12282026-05-15T21:14:51.354Z Downloaded bitvec v1.0.1
12292026-05-15T21:14:51.364Z Downloaded rayon v1.11.0
12302026-05-15T21:14:51.371Z Downloaded reqwest v0.13.2
12312026-05-15T21:14:51.376Z Downloaded tower v0.5.3
12322026-05-15T21:14:51.380Z Downloaded zip v0.6.6
12332026-05-15T21:14:51.380Z Downloaded x509-cert v0.2.5
12342026-05-15T21:14:51.385Z Downloaded unicode-segmentation v1.12.0
12352026-05-15T21:14:51.385Z Downloaded rustls-webpki v0.101.7
12362026-05-15T21:14:51.391Z Downloaded git2 v0.20.4
12372026-05-15T21:14:51.396Z Downloaded lalrpop v0.19.12
12382026-05-15T21:14:51.412Z Downloaded toml_edit v0.19.15
12392026-05-15T21:14:51.419Z Downloaded quick-xml v0.37.5
12402026-05-15T21:14:51.419Z Downloaded goblin v0.10.5
12412026-05-15T21:14:51.424Z Downloaded zerocopy-derive v0.8.40
12422026-05-15T21:14:51.424Z Downloaded reqwest v0.12.28
12432026-05-15T21:14:51.428Z Downloaded petname v2.0.2
12442026-05-15T21:14:51.433Z Downloaded tower-http v0.6.8
12452026-05-15T21:14:51.437Z Downloaded p384 v0.13.1
12462026-05-15T21:14:51.437Z Downloaded portable-atomic v1.13.1
12472026-05-15T21:14:51.442Z Downloaded tokio-util v0.7.18
12482026-05-15T21:14:51.447Z Downloaded rustls-webpki v0.102.8
12492026-05-15T21:14:51.454Z Downloaded object v0.30.4
12502026-05-15T21:14:51.483Z Downloaded salty v0.3.0
12512026-05-15T21:14:51.492Z Downloaded zip v4.6.1
12522026-05-15T21:14:51.496Z Downloaded serde_with v3.17.0
12532026-05-15T21:14:51.508Z Downloaded bstr v1.12.1
12542026-05-15T21:14:51.512Z Downloaded moka v0.12.13
12552026-05-15T21:14:51.516Z Downloaded unicode-normalization v0.1.25
12562026-05-15T21:14:51.521Z Downloaded proptest v1.10.0
12572026-05-15T21:14:51.528Z Downloaded tough v0.22.0
12582026-05-15T21:14:51.539Z Downloaded rustls v0.21.12
12592026-05-15T21:14:51.546Z Downloaded regex-syntax v0.6.29
12602026-05-15T21:14:51.551Z Downloaded dropshot v0.17.0
12612026-05-15T21:14:51.564Z Downloaded nix v0.27.1
12622026-05-15T21:14:51.573Z Downloaded nix v0.29.0
12632026-05-15T21:14:51.585Z Downloaded winnow v0.5.40
12642026-05-15T21:14:51.592Z Downloaded winnow v0.6.26
12652026-05-15T21:14:51.597Z Downloaded quinn-proto v0.11.13
12662026-05-15T21:14:51.597Z Downloaded radix_trie v0.2.1
12672026-05-15T21:14:51.601Z Downloaded webpki-roots v1.0.6
12682026-05-15T21:14:51.601Z Downloaded nix v0.31.2
12692026-05-15T21:14:51.611Z Downloaded polar-core v0.27.3
12702026-05-15T21:14:51.615Z Downloaded rustls v0.22.4
12712026-05-15T21:14:51.624Z Downloaded openssl v0.10.79
12722026-05-15T21:14:51.630Z Downloaded tabled v0.20.0
12732026-05-15T21:14:51.638Z Downloaded openapiv3 v2.2.0
12742026-05-15T21:14:51.646Z Downloaded nix v0.28.0
12752026-05-15T21:14:51.652Z Downloaded regress v0.11.1
12762026-05-15T21:14:51.657Z Downloaded time v0.3.47
12772026-05-15T21:14:51.667Z Downloaded hickory-proto v0.25.2
12782026-05-15T21:14:51.674Z Downloaded dropshot v0.16.7
12792026-05-15T21:14:51.684Z Downloaded zlib-rs v0.6.2
12802026-05-15T21:14:51.688Z Downloaded hickory-proto v0.24.4
12812026-05-15T21:14:51.694Z Downloaded smoltcp v0.9.1
12822026-05-15T21:14:51.702Z Downloaded vcpkg v0.2.15
12832026-05-15T21:14:51.723Z Downloaded object v0.37.3
12842026-05-15T21:14:51.729Z Downloaded sqlparser v0.61.0
12852026-05-15T21:14:51.735Z Downloaded smoltcp v0.11.0
12862026-05-15T21:14:51.743Z Downloaded regress v0.10.5
12872026-05-15T21:14:51.749Z Downloaded rustls v0.23.37
12882026-05-15T21:14:51.756Z Downloaded zerocopy v0.8.40
12892026-05-15T21:14:51.761Z Downloaded rustix v0.38.44
12902026-05-15T21:14:51.775Z Downloaded diesel v2.3.7
12912026-05-15T21:14:51.786Z Downloaded typify-impl v0.6.2
12922026-05-15T21:14:51.792Z Downloaded bzip2-sys v0.1.13+1.0.8
12932026-05-15T21:14:51.800Z Downloaded ratatui v0.29.0
12942026-05-15T21:14:51.811Z Downloaded typify-impl v0.4.3
12952026-05-15T21:14:51.820Z Downloaded tracing v0.1.44
12962026-05-15T21:14:51.835Z Downloaded sled v0.34.7
12972026-05-15T21:14:51.840Z Downloaded regex-syntax v0.8.10
12982026-05-15T21:14:51.847Z Downloaded regex-automata v0.4.14
12992026-05-15T21:14:51.856Z Downloaded chrono-tz v0.10.4
13002026-05-15T21:14:51.901Z Downloaded petgraph v0.8.3
13012026-05-15T21:14:51.907Z Downloaded zerocopy-derive v0.6.6
13022026-05-15T21:14:51.907Z Downloaded sha3 v0.10.8
13032026-05-15T21:14:51.921Z Downloaded petgraph v0.6.5
13042026-05-15T21:14:51.953Z Downloaded jiff v0.2.21
13052026-05-15T21:14:51.973Z Downloaded csv v1.4.0
13062026-05-15T21:14:51.985Z Downloaded libz-sys v1.1.24
13072026-05-15T21:14:51.997Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13082026-05-15T21:14:52.017Z Downloaded tokio v1.52.1
13092026-05-15T21:14:52.057Z Downloaded libgit2-sys v0.18.3+1.9.2
13102026-05-15T21:14:52.091Z Downloaded encoding_rs v0.8.35
13112026-05-15T21:14:52.101Z Downloaded ring v0.17.14
13122026-05-15T21:14:52.558Z Downloaded aws-lc-sys v0.40.0
13132026-05-15T21:14:52.807Z Compiling libc v0.2.185
13142026-05-15T21:14:52.807Z Compiling serde v1.0.228
13152026-05-15T21:14:52.812Z Compiling log v0.4.29
13162026-05-15T21:14:52.812Z Compiling find-msvc-tools v0.1.9
13172026-05-15T21:14:52.946Z Compiling shlex v1.3.0
13182026-05-15T21:14:52.949Z Compiling smallvec v1.15.1
13192026-05-15T21:14:52.969Z Compiling syn v2.0.117
13202026-05-15T21:14:52.990Z Compiling typenum v1.19.0
13212026-05-15T21:14:53.142Z Compiling generic-array v0.14.7
13222026-05-15T21:14:53.158Z Compiling subtle v2.6.1
13232026-05-15T21:14:53.158Z Compiling scopeguard v1.2.0
13242026-05-15T21:14:53.196Z Compiling const-oid v0.9.6
13252026-05-15T21:14:53.273Z Compiling lock_api v0.4.14
13262026-05-15T21:14:53.304Z Compiling serde_json v1.0.149
13272026-05-15T21:14:53.346Z Compiling zerocopy v0.8.40
13282026-05-15T21:14:53.371Z Compiling pin-project-lite v0.2.17
13292026-05-15T21:14:53.462Z Compiling portable-atomic v1.13.1
13302026-05-15T21:14:53.492Z Compiling parking_lot_core v0.9.12
13312026-05-15T21:14:53.748Z Compiling pkg-config v0.3.32
13322026-05-15T21:14:53.764Z Compiling getrandom v0.2.17
13332026-05-15T21:14:53.827Z Compiling jobserver v0.1.34
13342026-05-15T21:14:53.906Z Compiling rand_core v0.6.4
13352026-05-15T21:14:53.910Z Compiling errno v0.3.14
13362026-05-15T21:14:54.060Z Compiling cc v1.2.56
13372026-05-15T21:14:54.178Z Compiling signal-hook-registry v1.4.8
13382026-05-15T21:14:54.194Z Compiling bitflags v2.11.0
13392026-05-15T21:14:54.259Z Compiling futures-core v0.3.32
13402026-05-15T21:14:54.280Z Compiling libm v0.2.16
13412026-05-15T21:14:54.408Z Compiling critical-section v1.2.0
13422026-05-15T21:14:54.421Z Compiling parking_lot v0.12.5
13432026-05-15T21:14:54.438Z Compiling mio v1.2.0
13442026-05-15T21:14:54.473Z Compiling num-traits v0.2.19
13452026-05-15T21:14:54.639Z Compiling once_cell v1.21.3
13462026-05-15T21:14:54.669Z Compiling percent-encoding v2.3.2
13472026-05-15T21:14:54.854Z Compiling socket2 v0.6.3
13482026-05-15T21:14:54.871Z Compiling futures-sink v0.3.32
13492026-05-15T21:14:54.884Z Compiling slab v0.4.12
13502026-05-15T21:14:54.941Z Compiling futures-task v0.3.32
13512026-05-15T21:14:54.974Z Compiling futures-channel v0.3.32
13522026-05-15T21:14:55.025Z Compiling futures-io v0.3.32
13532026-05-15T21:14:55.064Z Compiling getrandom v0.4.1
13542026-05-15T21:14:55.115Z Compiling cpufeatures v0.2.17
13552026-05-15T21:14:55.182Z Compiling rand_core v0.10.0
13562026-05-15T21:14:55.194Z Compiling indexmap v2.14.0
13572026-05-15T21:14:55.210Z Compiling rustversion v1.0.22
13582026-05-15T21:14:55.270Z Compiling getrandom v0.3.4
13592026-05-15T21:14:55.349Z Compiling cmake v0.1.57
13602026-05-15T21:14:55.694Z Compiling form_urlencoded v1.2.2
13612026-05-15T21:14:55.765Z Compiling dunce v1.0.5
13622026-05-15T21:14:55.783Z Compiling fs_extra v1.3.0
13632026-05-15T21:14:55.860Z Compiling synstructure v0.13.2
13642026-05-15T21:14:55.860Z Compiling ident_case v1.0.1
13652026-05-15T21:14:55.884Z Compiling base64ct v1.8.3
13662026-05-15T21:14:55.985Z Compiling flagset v0.4.7
13672026-05-15T21:14:56.052Z Compiling aws-lc-sys v0.40.0
13682026-05-15T21:14:56.116Z Compiling pem-rfc7468 v0.7.0
13692026-05-15T21:14:56.174Z Compiling rustix v1.1.3
13702026-05-15T21:14:56.189Z Compiling regex-syntax v0.8.10
13712026-05-15T21:14:56.252Z Compiling iana-time-zone v0.1.65
13722026-05-15T21:14:56.445Z Compiling rand_core v0.9.5
13732026-05-15T21:14:56.462Z Compiling ring v0.17.14
13742026-05-15T21:14:56.506Z Compiling aws-lc-rs v1.16.3
13752026-05-15T21:14:56.586Z Compiling vcpkg v0.2.15
13762026-05-15T21:14:56.757Z Compiling uuid v1.23.0
13772026-05-15T21:14:56.861Z Compiling rustc_version v0.4.1
13782026-05-15T21:14:57.190Z Compiling tracing-core v0.1.36
13792026-05-15T21:14:57.335Z Compiling openssl-sys v0.9.115
13802026-05-15T21:14:57.461Z Compiling base64 v0.22.1
13812026-05-15T21:14:57.643Z Compiling serde_derive v1.0.228
13822026-05-15T21:14:57.734Z Compiling zeroize_derive v1.4.3
13832026-05-15T21:14:57.783Z Compiling zerofrom-derive v0.1.6
13842026-05-15T21:14:57.858Z Compiling yoke-derive v0.8.1
13852026-05-15T21:14:58.006Z Compiling zerovec-derive v0.11.2
13862026-05-15T21:14:58.378Z Compiling zeroize v1.8.2
13872026-05-15T21:14:58.575Z Compiling zerocopy-derive v0.8.40
13882026-05-15T21:14:59.010Z Compiling displaydoc v0.2.5
13892026-05-15T21:14:59.116Z Compiling crypto-common v0.1.7
13902026-05-15T21:14:59.116Z Compiling block-buffer v0.10.4
13912026-05-15T21:14:59.159Z Compiling zerofrom v0.1.6
13922026-05-15T21:14:59.270Z Compiling yoke v0.8.1
13932026-05-15T21:14:59.284Z Compiling digest v0.10.7
13942026-05-15T21:14:59.284Z Compiling tokio-macros v2.7.0
13952026-05-15T21:14:59.450Z Compiling zerovec v0.11.5
13962026-05-15T21:14:59.575Z Compiling futures-macro v0.3.32
13972026-05-15T21:14:59.797Z Compiling zerotrie v0.2.3
13982026-05-15T21:14:59.998Z Compiling tinystr v0.8.2
13992026-05-15T21:15:00.030Z Compiling potential_utf v0.1.4
14002026-05-15T21:15:00.096Z Compiling hmac v0.12.1
14012026-05-15T21:15:00.187Z Compiling icu_locale_core v2.1.1
14022026-05-15T21:15:00.201Z Compiling icu_collections v2.1.1
14032026-05-15T21:15:00.245Z Compiling block-padding v0.3.3
14042026-05-15T21:15:00.375Z Compiling futures-util v0.3.32
14052026-05-15T21:15:00.399Z Compiling inout v0.1.4
14062026-05-15T21:15:00.567Z Compiling cipher v0.4.4
14072026-05-15T21:15:00.674Z Compiling sha2 v0.10.9
14082026-05-15T21:15:00.827Z Compiling icu_provider v2.1.1
14092026-05-15T21:15:01.058Z Compiling bytes v1.11.1
14102026-05-15T21:15:01.061Z Compiling icu_properties v2.1.2
14112026-05-15T21:15:01.117Z Compiling icu_normalizer v2.1.1
14122026-05-15T21:15:01.634Z Compiling tokio v1.52.1
14132026-05-15T21:15:01.647Z Compiling der_derive v0.7.3
14142026-05-15T21:15:01.919Z Compiling idna_adapter v1.2.1
14152026-05-15T21:15:02.032Z Compiling idna v1.1.0
14162026-05-15T21:15:02.126Z Compiling http v1.4.0
14172026-05-15T21:15:02.142Z Compiling chrono v0.4.44
14182026-05-15T21:15:02.570Z Compiling url v2.5.8
14192026-05-15T21:15:02.605Z Compiling der v0.7.10
14202026-05-15T21:15:02.675Z Compiling salsa20 v0.10.2
14212026-05-15T21:15:02.813Z Compiling ppv-lite86 v0.2.21
14222026-05-15T21:15:02.952Z Compiling pbkdf2 v0.12.2
14232026-05-15T21:15:03.018Z Compiling rustls-pki-types v1.14.0
14242026-05-15T21:15:03.065Z Compiling thiserror-impl v2.0.18
14252026-05-15T21:15:03.124Z Compiling tracing-attributes v0.1.31
14262026-05-15T21:15:03.344Z Compiling rand_chacha v0.9.0
14272026-05-15T21:15:03.454Z Compiling spki v0.7.3
14282026-05-15T21:15:03.479Z Compiling scrypt v0.11.0
14292026-05-15T21:15:03.655Z Compiling http-body v1.0.1
14302026-05-15T21:15:03.728Z Compiling aes v0.8.4
14312026-05-15T21:15:03.775Z Compiling cbc v0.1.2
14322026-05-15T21:15:03.891Z Compiling tinyvec_macros v0.1.1
14332026-05-15T21:15:03.920Z Compiling openssl-probe v0.2.1
14342026-05-15T21:15:03.960Z Compiling untrusted v0.9.0
14352026-05-15T21:15:04.026Z Compiling untrusted v0.7.1
14362026-05-15T21:15:04.079Z Compiling httparse v1.10.1
14372026-05-15T21:15:04.145Z Compiling pkcs5 v0.7.1
14382026-05-15T21:15:04.358Z Compiling thiserror v2.0.18
14392026-05-15T21:15:04.401Z Compiling tracing v0.1.44
14402026-05-15T21:15:04.457Z Compiling tinyvec v1.10.0
14412026-05-15T21:15:04.471Z Compiling pest_generator v2.8.6
14422026-05-15T21:15:04.677Z Compiling rand v0.9.2
14432026-05-15T21:15:04.721Z Compiling serde_derive_internals v0.29.1
14442026-05-15T21:15:04.789Z Compiling aho-corasick v1.1.4
14452026-05-15T21:15:04.832Z Compiling rustls v0.23.37
14462026-05-15T21:15:05.002Z Compiling tower-layer v0.3.3
14472026-05-15T21:15:05.161Z Compiling schemars v0.8.22
14482026-05-15T21:15:05.175Z Compiling tower-service v0.3.3
14492026-05-15T21:15:05.268Z Compiling dyn-clone v1.0.20
14502026-05-15T21:15:05.356Z Compiling tokio-util v0.7.18
14512026-05-15T21:15:05.404Z Compiling try-lock v0.2.5
14522026-05-15T21:15:05.461Z Compiling atomic-waker v1.1.2
14532026-05-15T21:15:05.510Z Compiling want v0.3.1
14542026-05-15T21:15:05.583Z Compiling regex-automata v0.4.14
14552026-05-15T21:15:05.606Z Compiling schemars_derive v0.8.22
14562026-05-15T21:15:05.689Z Compiling pest_derive v2.8.6
14572026-05-15T21:15:06.108Z Compiling h2 v0.4.13
14582026-05-15T21:15:06.167Z Compiling pkcs8 v0.10.2
14592026-05-15T21:15:06.368Z Compiling ipnet v2.11.0
14602026-05-15T21:15:06.452Z Compiling scroll_derive v0.13.1
14612026-05-15T21:15:06.467Z Compiling darling_core v0.20.11
14622026-05-15T21:15:06.839Z Compiling foreign-types-shared v0.1.1
14632026-05-15T21:15:06.859Z Compiling httpdate v1.0.3
14642026-05-15T21:15:06.926Z Compiling openssl v0.10.79
14652026-05-15T21:15:07.074Z Compiling pin-utils v0.1.0
14662026-05-15T21:15:07.145Z Compiling tempfile v3.25.0
14672026-05-15T21:15:07.177Z Compiling foreign-types v0.3.2
14682026-05-15T21:15:07.236Z Compiling scroll v0.13.0
14692026-05-15T21:15:07.280Z Compiling unicode-normalization v0.1.25
14702026-05-15T21:15:07.511Z Compiling openssl-macros v0.1.1
14712026-05-15T21:15:07.722Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14722026-05-15T21:15:07.891Z Compiling spin v0.9.8
14732026-05-15T21:15:07.906Z Compiling num-conv v0.2.0
14742026-05-15T21:15:08.034Z Compiling powerfmt v0.2.0
14752026-05-15T21:15:08.096Z Compiling native-tls v0.2.18
14762026-05-15T21:15:08.110Z Compiling crc32fast v1.5.0
14772026-05-15T21:15:08.229Z Compiling time-core v0.1.8
14782026-05-15T21:15:08.313Z Compiling deranged v0.5.8
14792026-05-15T21:15:08.381Z Compiling time-macros v0.2.27
14802026-05-15T21:15:08.685Z Compiling darling_macro v0.20.11
14812026-05-15T21:15:09.140Z Compiling hyper v1.8.1
14822026-05-15T21:15:09.254Z Compiling darling v0.20.11
14832026-05-15T21:15:09.336Z Compiling goblin v0.10.5
14842026-05-15T21:15:09.422Z Compiling rustls-native-certs v0.8.3
14852026-05-15T21:15:09.615Z Compiling sync_wrapper v1.0.2
14862026-05-15T21:15:09.723Z Compiling wait-timeout v0.2.1
14872026-05-15T21:15:09.783Z Compiling usdt-impl v0.6.0
14882026-05-15T21:15:09.964Z Compiling quick-error v1.2.3
14892026-05-15T21:15:09.982Z Compiling simd-adler32 v0.3.8
14902026-05-15T21:15:09.996Z Compiling crossbeam-utils v0.8.21
14912026-05-15T21:15:10.070Z Compiling unicode-segmentation v1.12.0
14922026-05-15T21:15:10.222Z Compiling syn v1.0.109
14932026-05-15T21:15:10.275Z Compiling hyper-util v0.1.20
14942026-05-15T21:15:10.446Z Compiling siphasher v1.0.2
14952026-05-15T21:15:10.521Z Compiling bit-vec v0.8.0
14962026-05-15T21:15:10.637Z Compiling num_threads v0.1.7
14972026-05-15T21:15:10.737Z Compiling bit-set v0.8.0
14982026-05-15T21:15:10.752Z Compiling time v0.3.47
14992026-05-15T21:15:10.963Z Compiling rusty-fork v0.3.1
15002026-05-15T21:15:11.108Z Compiling tower v0.5.3
15012026-05-15T21:15:11.274Z Compiling derive_builder_core v0.20.2
15022026-05-15T21:15:11.574Z Compiling dtrace-parser v0.3.0
15032026-05-15T21:15:11.710Z Compiling http-body-util v0.1.3
15042026-05-15T21:15:11.953Z Compiling webpki-roots v1.0.6
15052026-05-15T21:15:11.993Z Compiling signature v2.2.0
15062026-05-15T21:15:12.075Z Compiling dof v0.4.0
15072026-05-15T21:15:12.135Z Compiling thiserror-impl v1.0.69
15082026-05-15T21:15:12.174Z Compiling scroll_derive v0.12.1
15092026-05-15T21:15:12.288Z Compiling heapless v0.7.17
15102026-05-15T21:15:12.310Z Compiling rand_xorshift v0.4.0
15112026-05-15T21:15:12.472Z Compiling slog v2.8.2
15122026-05-15T21:15:12.522Z Compiling darling_core v0.21.3
15132026-05-15T21:15:12.650Z Compiling bzip2-sys v0.1.13+1.0.8
15142026-05-15T21:15:12.813Z Compiling thread-id v5.1.0
15152026-05-15T21:15:12.898Z Compiling cookie v0.18.1
15162026-05-15T21:15:12.923Z Compiling adler2 v2.0.1
15172026-05-15T21:15:13.054Z Compiling signal-hook v0.3.18
15182026-05-15T21:15:13.075Z Compiling iri-string v0.7.10
15192026-05-15T21:15:13.214Z Compiling allocator-api2 v0.2.21
15202026-05-15T21:15:13.227Z Compiling unicode-bidi v0.3.18
15212026-05-15T21:15:13.355Z Compiling ryu v1.0.23
15222026-05-15T21:15:13.531Z Compiling zstd-safe v7.2.4
15232026-05-15T21:15:13.534Z Compiling paste v1.0.15
15242026-05-15T21:15:13.574Z Compiling anyhow v1.0.102
15252026-05-15T21:15:13.718Z Compiling unicode-properties v0.1.4
15262026-05-15T21:15:13.737Z Compiling unarray v0.1.4
15272026-05-15T21:15:13.846Z Compiling proptest v1.10.0
15282026-05-15T21:15:13.849Z Compiling serde_urlencoded v0.7.1
15292026-05-15T21:15:13.921Z Compiling stringprep v0.1.5
15302026-05-15T21:15:14.083Z Compiling thiserror v1.0.69
15312026-05-15T21:15:14.162Z Compiling miniz_oxide v0.8.9
15322026-05-15T21:15:14.185Z Compiling tower-http v0.6.8
15332026-05-15T21:15:14.630Z Compiling scroll v0.12.0
15342026-05-15T21:15:14.847Z Compiling derive_builder_macro v0.20.2
15352026-05-15T21:15:14.890Z Compiling tokio-native-tls v0.3.1
15362026-05-15T21:15:15.008Z Compiling darling_macro v0.21.3
15372026-05-15T21:15:15.151Z Compiling heck v0.4.1
15382026-05-15T21:15:15.289Z Compiling ipnetwork v0.21.1
15392026-05-15T21:15:15.333Z Compiling bstr v1.12.1
15402026-05-15T21:15:15.378Z Compiling rand_chacha v0.3.1
15412026-05-15T21:15:15.475Z Compiling toml_datetime v0.6.11
15422026-05-15T21:15:15.546Z Compiling serde_tokenstream v0.2.3
15432026-05-15T21:15:15.686Z Compiling erased-serde v0.3.31
15442026-05-15T21:15:15.729Z Compiling serde_spanned v0.6.9
15452026-05-15T21:15:15.857Z Compiling md-5 v0.10.6
15462026-05-15T21:15:15.875Z Compiling async-trait v0.1.89
15472026-05-15T21:15:15.977Z Compiling pin-project-internal v1.1.11
15482026-05-15T21:15:16.020Z Compiling zerocopy-derive v0.7.35
15492026-05-15T21:15:16.170Z Compiling curve25519-dalek v4.1.3
15502026-05-15T21:15:16.187Z Compiling vergen-lib v0.1.6
15512026-05-15T21:15:16.365Z Compiling num-integer v0.1.46
15522026-05-15T21:15:16.499Z Compiling hash32 v0.2.1
15532026-05-15T21:15:16.689Z Compiling ff v0.13.1
15542026-05-15T21:15:16.689Z Compiling memoffset v0.9.1
15552026-05-15T21:15:16.831Z Compiling rustix v0.38.44
15562026-05-15T21:15:16.870Z Compiling ref-cast v1.0.25
15572026-05-15T21:15:16.883Z Compiling base16ct v0.2.0
15582026-05-15T21:15:16.895Z Compiling num-bigint-dig v0.8.6
15592026-05-15T21:15:17.075Z Compiling psl-types v2.0.11
15602026-05-15T21:15:17.078Z Compiling smoltcp v0.9.1
15612026-05-15T21:15:17.089Z Compiling litrs v1.0.0
15622026-05-15T21:15:17.167Z Compiling fallible-iterator v0.2.0
15632026-05-15T21:15:17.170Z Compiling cfg_aliases v0.2.1
15642026-05-15T21:15:17.193Z Compiling zlib-rs v0.6.2
15652026-05-15T21:15:17.255Z Compiling nix v0.31.2
15662026-05-15T21:15:17.481Z Compiling postgres-protocol v0.6.10
15672026-05-15T21:15:17.563Z Compiling publicsuffix v2.3.0
15682026-05-15T21:15:17.592Z Compiling document-features v0.2.12
15692026-05-15T21:15:17.635Z Compiling pin-project v1.1.11
15702026-05-15T21:15:17.731Z Compiling sec1 v0.7.3
15712026-05-15T21:15:17.844Z Compiling zerocopy v0.7.35
15722026-05-15T21:15:18.010Z Compiling group v0.13.0
15732026-05-15T21:15:18.161Z Compiling num-iter v0.1.45
15742026-05-15T21:15:18.280Z Compiling newtype-uuid v1.3.2
15752026-05-15T21:15:18.387Z Compiling rand v0.8.6
15762026-05-15T21:15:18.480Z Compiling oxnet v0.1.4
15772026-05-15T21:15:18.606Z Compiling darling v0.21.3
15782026-05-15T21:15:18.674Z Compiling snafu-derive v0.8.9
15792026-05-15T21:15:18.868Z Compiling derive_builder v0.20.2
15802026-05-15T21:15:18.901Z Compiling hubpack_derive v0.1.1
15812026-05-15T21:15:18.993Z Compiling hyper-tls v0.6.0
15822026-05-15T21:15:19.009Z Compiling goblin v0.8.2
15832026-05-15T21:15:19.752Z Compiling phf_shared v0.13.1
15842026-05-15T21:15:19.786Z Compiling lazy_static v1.5.0
15852026-05-15T21:15:19.885Z Compiling regex v1.12.3
15862026-05-15T21:15:19.994Z Compiling strum_macros v0.27.2
15872026-05-15T21:15:20.030Z Compiling futures-executor v0.3.32
15882026-05-15T21:15:20.307Z Compiling flate2 v1.1.9
15892026-05-15T21:15:20.328Z Compiling cargo-platform v0.1.9
15902026-05-15T21:15:20.467Z Compiling hex v0.4.3
15912026-05-15T21:15:20.590Z Compiling hkdf v0.12.4
15922026-05-15T21:15:20.630Z Compiling crypto-bigint v0.5.5
15932026-05-15T21:15:20.719Z Compiling terminal_size v0.4.3
15942026-05-15T21:15:20.742Z Compiling curve25519-dalek-derive v0.1.1
15952026-05-15T21:15:20.757Z Compiling ref-cast-impl v1.0.25
15962026-05-15T21:15:20.858Z Compiling daft-derive v0.1.5
15972026-05-15T21:15:21.284Z Compiling vergen v9.0.6
15982026-05-15T21:15:21.371Z Compiling fs-err v3.3.0
15992026-05-15T21:15:21.467Z Compiling ahash v0.8.12
16002026-05-15T21:15:21.558Z Compiling encoding_rs v0.8.35
16012026-05-15T21:15:21.572Z Compiling foldhash v0.1.5
16022026-05-15T21:15:21.668Z Compiling mime v0.3.17
16032026-05-15T21:15:21.739Z Compiling object v0.37.3
16042026-05-15T21:15:21.922Z Compiling bumpalo v3.20.2
16052026-05-15T21:15:21.960Z Compiling libbz2-rs-sys v0.2.2
16062026-05-15T21:15:22.004Z Compiling bitflags v1.3.2
16072026-05-15T21:15:22.082Z Compiling managed v0.8.0
16082026-05-15T21:15:22.171Z Compiling foldhash v0.2.0
16092026-05-15T21:15:22.315Z Compiling same-file v1.0.6
16102026-05-15T21:15:22.395Z Compiling winnow v0.5.40
16112026-05-15T21:15:22.479Z Compiling walkdir v2.5.0
16122026-05-15T21:15:22.493Z Compiling clap_builder v4.5.60
16132026-05-15T21:15:22.646Z Compiling bzip2 v0.6.1
16142026-05-15T21:15:22.731Z Compiling hashbrown v0.16.1
16152026-05-15T21:15:22.853Z Compiling zopfli v0.8.3
16162026-05-15T21:15:23.099Z Compiling strum v0.27.2
16172026-05-15T21:15:23.235Z Compiling hashbrown v0.15.5
16182026-05-15T21:15:23.467Z Compiling daft v0.1.5
16192026-05-15T21:15:23.501Z Compiling elliptic-curve v0.13.8
16202026-05-15T21:15:23.739Z Compiling toml_edit v0.19.15
16212026-05-15T21:15:23.778Z Compiling dof v0.3.0
16222026-05-15T21:15:23.895Z Compiling snafu v0.8.9
16232026-05-15T21:15:23.910Z Compiling cargo_metadata v0.19.2
16242026-05-15T21:15:24.252Z Compiling futures v0.3.32
16252026-05-15T21:15:24.339Z Compiling phf v0.13.1
16262026-05-15T21:15:24.841Z Compiling cookie_store v0.22.1
16272026-05-15T21:15:24.924Z Compiling signal-hook-mio v0.2.5
16282026-05-15T21:15:25.047Z Compiling hubpack v0.1.2
16292026-05-15T21:15:25.280Z Compiling bzip2 v0.4.4
16302026-05-15T21:15:25.280Z Compiling zstd v0.13.3
16312026-05-15T21:15:25.482Z Compiling serde_with_macros v3.17.0
16322026-05-15T21:15:25.520Z Compiling postgres-types v0.2.12
16332026-05-15T21:15:25.598Z Compiling usdt-macro v0.6.0
16342026-05-15T21:15:26.073Z Compiling usdt-attr-macro v0.6.0
16352026-05-15T21:15:26.320Z Compiling globset v0.4.18
16362026-05-15T21:15:26.427Z Compiling dtrace-parser v0.2.0
16372026-05-15T21:15:26.609Z Compiling ed25519 v2.2.3
16382026-05-15T21:15:26.628Z Compiling phf_shared v0.11.3
16392026-05-15T21:15:26.665Z Compiling olpc-cjson v0.1.4
16402026-05-15T21:15:26.809Z Compiling pkcs1 v0.7.5
16412026-05-15T21:15:26.827Z Compiling enum-as-inner v0.6.1
16422026-05-15T21:15:26.841Z Compiling strum_macros v0.26.4
16432026-05-15T21:15:26.997Z Compiling clap_derive v4.5.55
16442026-05-15T21:15:27.160Z Compiling serde_plain v1.0.2
16452026-05-15T21:15:27.201Z Compiling serde-big-array v0.5.1
16462026-05-15T21:15:27.319Z Compiling rfc6979 v0.4.0
16472026-05-15T21:15:27.344Z Compiling pem v3.0.6
16482026-05-15T21:15:27.361Z Compiling async-recursion v1.1.1
16492026-05-15T21:15:27.438Z Compiling serde_repr v0.1.20
16502026-05-15T21:15:27.497Z Compiling float-cmp v0.10.0
16512026-05-15T21:15:27.645Z Compiling thread-id v4.2.2
16522026-05-15T21:15:27.665Z Compiling memmap2 v0.9.10
16532026-05-15T21:15:27.734Z Compiling env_filter v1.0.0
16542026-05-15T21:15:27.876Z Compiling whoami v2.1.0
16552026-05-15T21:15:27.956Z Compiling predicates-core v1.0.10
16562026-05-15T21:15:27.997Z Compiling jiff v0.2.21
16572026-05-15T21:15:28.034Z Compiling typed-path v0.9.3
16582026-05-15T21:15:28.135Z Compiling rustc-hash v2.1.1
16592026-05-15T21:15:28.255Z Compiling normalize-line-endings v0.3.0
16602026-05-15T21:15:28.270Z Compiling precomputed-hash v0.1.1
16612026-05-15T21:15:28.354Z Compiling new_debug_unreachable v1.0.6
16622026-05-15T21:15:28.368Z Compiling data-encoding v2.10.0
16632026-05-15T21:15:28.429Z Compiling static_assertions v1.1.0
16642026-05-15T21:15:28.505Z Compiling either v1.15.0
16652026-05-15T21:15:28.552Z Compiling fixedbitset v0.5.7
16662026-05-15T21:15:28.710Z Compiling keccak v0.1.6
16672026-05-15T21:15:28.741Z Compiling difflib v0.4.0
16682026-05-15T21:15:28.855Z Compiling fixedbitset v0.4.2
16692026-05-15T21:15:29.061Z Compiling petgraph v0.6.5
16702026-05-15T21:15:29.074Z Compiling predicates v3.1.4
16712026-05-15T21:15:29.236Z Compiling sha3 v0.10.8
16722026-05-15T21:15:29.309Z Compiling petgraph v0.8.3
16732026-05-15T21:15:29.523Z Compiling clap v4.5.60
16742026-05-15T21:15:29.648Z Compiling itertools v0.13.0
16752026-05-15T21:15:29.716Z Compiling hickory-proto v0.25.2
16762026-05-15T21:15:29.781Z Compiling strum v0.26.3
16772026-05-15T21:15:29.916Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16782026-05-15T21:15:30.143Z Compiling string_cache v0.8.9
16792026-05-15T21:15:30.373Z Compiling toml_edit v0.22.27
16802026-05-15T21:15:30.606Z Compiling zip v4.6.1
16812026-05-15T21:15:30.897Z Compiling iddqd v0.3.18
16822026-05-15T21:15:31.284Z Compiling tokio-postgres v0.7.16
16832026-05-15T21:15:31.557Z Compiling env_logger v0.11.9
16842026-05-15T21:15:31.928Z Compiling usdt v0.6.0
16852026-05-15T21:15:32.046Z Compiling usdt-impl v0.5.0
16862026-05-15T21:15:32.190Z Compiling ecdsa v0.16.9
16872026-05-15T21:15:32.226Z Compiling rsa v0.9.10
16882026-05-15T21:15:32.579Z Compiling ed25519-dalek v2.2.0
16892026-05-15T21:15:32.625Z Compiling serde_with v3.17.0
16902026-05-15T21:15:32.734Z Compiling crossterm v0.28.1
16912026-05-15T21:15:33.235Z Compiling zip v0.6.6
16922026-05-15T21:15:33.474Z Compiling toml v0.7.8
16932026-05-15T21:15:34.308Z Compiling toml_parser v1.0.9+spec-1.1.0
16942026-05-15T21:15:34.332Z Compiling similar v2.7.0
16952026-05-15T21:15:34.345Z Compiling crossbeam-epoch v0.9.18
16962026-05-15T21:15:34.450Z Compiling tokio-stream v0.1.18
16972026-05-15T21:15:34.517Z Compiling buf-list v1.1.2
16982026-05-15T21:15:34.701Z Compiling x509-cert v0.2.5
16992026-05-15T21:15:34.805Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
17002026-05-15T21:15:34.923Z Compiling openapiv3 v2.2.0
17012026-05-15T21:15:34.970Z Compiling sha1 v0.10.6
17022026-05-15T21:15:35.115Z Compiling toml_datetime v0.7.5+spec-1.1.0
17032026-05-15T21:15:35.200Z Compiling lalrpop-util v0.19.12
17042026-05-15T21:15:35.215Z Compiling peg-runtime v0.8.5
17052026-05-15T21:15:35.403Z Compiling thread_local v1.1.9
17062026-05-15T21:15:35.417Z Compiling slog-async v2.8.0
17072026-05-15T21:15:35.500Z Compiling crossbeam-channel v0.5.15
17082026-05-15T21:15:35.565Z Compiling filetime v0.2.27
17092026-05-15T21:15:35.655Z Compiling is-terminal v0.4.17
17102026-05-15T21:15:35.731Z Compiling term v1.2.1
17112026-05-15T21:15:35.746Z Compiling xattr v1.6.1
17122026-05-15T21:15:35.764Z Compiling take_mut v0.2.2
17132026-05-15T21:15:35.911Z Compiling tar v0.4.45
17142026-05-15T21:15:36.304Z Compiling slog-term v2.9.2
17152026-05-15T21:15:45.990Z Compiling rustls-webpki v0.103.9
17162026-05-15T21:15:48.768Z Compiling tokio-rustls v0.26.4
17172026-05-15T21:15:48.768Z Compiling rustls-platform-verifier v0.6.2
17182026-05-15T21:15:48.964Z Compiling hyper-rustls v0.27.7
17192026-05-15T21:15:49.177Z Compiling reqwest v0.12.28
17202026-05-15T21:15:49.195Z Compiling reqwest v0.13.2
17212026-05-15T21:15:50.434Z Compiling tough v0.22.0
17222026-05-15T21:15:52.957Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17232026-05-15T21:15:53.172Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17242026-05-15T21:15:55.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17252026-05-15T21:15:56.132Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17262026-05-15T21:15:56.186ZMay 15 21:15:55.084 INFO Starting download, target: DendriteStub
17272026-05-15T21:15:56.186ZMay 15 21:15:55.085 INFO Starting download, target: Clickhouse
17282026-05-15T21:15:56.186ZMay 15 21:15:55.085 INFO Starting download, target: Console
17292026-05-15T21:15:56.190ZMay 15 21:15:55.085 INFO Starting download, target: Cockroach
17302026-05-15T21:15:56.190ZMay 15 21:15:55.085 INFO Starting download, target: MaghemiteMgd
17312026-05-15T21:15:56.190ZMay 15 21:15:55.085 INFO Starting download, target: TransceiverControl
17322026-05-15T21:15:56.190ZMay 15 21:15:55.085 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17332026-05-15T21:15:56.190ZMay 15 21:15:55.085 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17342026-05-15T21:15:56.190ZMay 15 21:15:55.085 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17352026-05-15T21:15:56.190ZMay 15 21:15:55.085 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17362026-05-15T21:15:56.190ZMay 15 21:15:55.085 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17372026-05-15T21:15:56.190ZMay 15 21:15:55.085 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17382026-05-15T21:15:56.719ZMay 15 21:15:55.614 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17392026-05-15T21:15:56.932ZMay 15 21:15:55.822 INFO Download complete, target: TransceiverControl
17402026-05-15T21:15:57.170ZMay 15 21:15:56.065 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17412026-05-15T21:15:57.413ZMay 15 21:15:56.296 INFO Download complete, target: Console
17422026-05-15T21:15:58.335ZMay 15 21:15:57.223 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17432026-05-15T21:15:58.497ZMay 15 21:15:57.363 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17442026-05-15T21:15:58.600ZMay 15 21:15:57.462 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17452026-05-15T21:15:59.185ZMay 15 21:15:58.083 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17462026-05-15T21:15:59.185ZMay 15 21:15:58.083 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17472026-05-15T21:16:00.703ZMay 15 21:15:59.601 INFO Download complete, target: DendriteStub
17482026-05-15T21:16:00.939ZMay 15 21:15:59.837 INFO Download complete, target: MaghemiteMgd
17492026-05-15T21:16:03.827ZMay 15 21:16:02.725 INFO Checking that binary works, target: Cockroach
17502026-05-15T21:16:04.038ZMay 15 21:16:02.935 INFO Download complete, target: Cockroach
17512026-05-15T21:16:05.129ZMay 15 21:16:04.027 INFO Checking that binary works, target: Clickhouse
17522026-05-15T21:16:05.255ZMay 15 21:16:04.152 INFO Download complete, target: Clickhouse
17532026-05-15T21:16:05.268ZAll builder prerequisites installed successfully, and PATH looks valid
17542026-05-15T21:16:05.272Z
17552026-05-15T21:16:05.272Zreal 2:19.127037518
17562026-05-15T21:16:05.272Zuser 6:54.153578366
17572026-05-15T21:16:05.272Zsys 1:22.002647970
17582026-05-15T21:16:05.272Ztrap 0.221840539
17592026-05-15T21:16:05.272Ztflt 1.088766663
17602026-05-15T21:16:05.272Zdflt 1.052416459
17612026-05-15T21:16:05.272Zkflt 0.053842423
17622026-05-15T21:16:05.272Zlock 21:22.625031429
17632026-05-15T21:16:05.272Zslp 21:30.934197854
17642026-05-15T21:16:05.272Zlat 42.559254561
17652026-05-15T21:16:05.272Zstop 1:50.508539472
17662026-05-15T21:16:05.272Z+ banner hack-check
17672026-05-15T21:16:05.272Z
17682026-05-15T21:16:05.272Z # # ## #### # # #### # # ###### #### # #
17692026-05-15T21:16:05.272Z # # # # # # # # # # # # # # # # #
17702026-05-15T21:16:05.272Z ###### # # # #### ##### # ###### ##### # ####
17712026-05-15T21:16:05.273Z # # ###### # # # # # # # # # #
17722026-05-15T21:16:05.273Z # # # # # # # # # # # # # # # # #
17732026-05-15T21:16:05.273Z # # # # #### # # #### # # ###### #### # #
17742026-05-15T21:16:05.273Z
17752026-05-15T21:16:05.273Z+ export CARGO_INCREMENTAL=0
17762026-05-15T21:16:05.273Z+ CARGO_INCREMENTAL=0
17772026-05-15T21:16:05.273Z+ ptime -m timeout 2h cargo xtask check-features --ci
17782026-05-15T21:16:05.797Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17792026-05-15T21:16:06.028Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17802026-05-15T21:16:07.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.59s
17812026-05-15T21:16:07.964Z Running `target/debug/xtask check-features --ci`
17822026-05-15T21:16:07.992Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17832026-05-15T21:16:07.995Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17842026-05-15T21:16:08.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
17852026-05-15T21:16:08.504Z Running `target/debug/xtask download cargo-hack`
17862026-05-15T21:16:09.288Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17872026-05-15T21:16:09.608Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17882026-05-15T21:16:12.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.52s
17892026-05-15T21:16:12.231Z Running `target/debug/xtask-downloader cargo-hack`
17902026-05-15T21:16:12.269ZMay 15 21:16:11.167 INFO Starting download, target: CargoHack
17912026-05-15T21:16:12.272ZMay 15 21:16:11.168 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17922026-05-15T21:16:12.935ZMay 15 21:16:11.833 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17932026-05-15T21:16:12.984ZMay 15 21:16:11.882 INFO Download complete, target: CargoHack
17942026-05-15T21:16:12.989Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
17952026-05-15T21:16:13.000Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17962026-05-15T21:16:13.153Zinfo: running `cargo check --bins` on api_identity (1/276)
17972026-05-15T21:16:13.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17982026-05-15T21:16:13.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17992026-05-15T21:16:13.653Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18002026-05-15T21:16:13.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18012026-05-15T21:16:13.738Z
18022026-05-15T21:16:13.738Zinfo: running `cargo check --bins` on bootstore (2/276)
18032026-05-15T21:16:14.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18042026-05-15T21:16:14.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18052026-05-15T21:16:14.241Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18062026-05-15T21:16:14.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18072026-05-15T21:16:14.325Z
18082026-05-15T21:16:14.325Zinfo: running `cargo check --bins` on omicron-ledger (3/276)
18092026-05-15T21:16:14.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18102026-05-15T21:16:14.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18112026-05-15T21:16:14.825Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18122026-05-15T21:16:14.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18132026-05-15T21:16:14.910Z
18142026-05-15T21:16:14.910Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/276)
18152026-05-15T21:16:15.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18162026-05-15T21:16:15.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18172026-05-15T21:16:15.416Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18182026-05-15T21:16:15.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18192026-05-15T21:16:15.521Z
18202026-05-15T21:16:15.521Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/276)
18212026-05-15T21:16:16.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18222026-05-15T21:16:16.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18232026-05-15T21:16:16.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18242026-05-15T21:16:16.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18252026-05-15T21:16:16.093Z
18262026-05-15T21:16:16.093Zinfo: running `cargo check --bins` on omicron-certificates (6/276)
18272026-05-15T21:16:16.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18282026-05-15T21:16:16.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18292026-05-15T21:16:16.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18302026-05-15T21:16:16.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18312026-05-15T21:16:16.692Z
18322026-05-15T21:16:16.692Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/276)
18332026-05-15T21:16:17.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18342026-05-15T21:16:17.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18352026-05-15T21:16:17.197Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18362026-05-15T21:16:17.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18372026-05-15T21:16:17.284Z
18382026-05-15T21:16:17.284Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/276)
18392026-05-15T21:16:17.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18402026-05-15T21:16:17.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18412026-05-15T21:16:17.791Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18422026-05-15T21:16:17.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18432026-05-15T21:16:17.879Z
18442026-05-15T21:16:17.879Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/276)
18452026-05-15T21:16:18.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18462026-05-15T21:16:18.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18472026-05-15T21:16:18.292Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18482026-05-15T21:16:18.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18492026-05-15T21:16:18.347Z
18502026-05-15T21:16:18.348Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/276)
18512026-05-15T21:16:18.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18522026-05-15T21:16:18.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18532026-05-15T21:16:18.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18542026-05-15T21:16:18.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18552026-05-15T21:16:18.819Z
18562026-05-15T21:16:18.819Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/276)
18572026-05-15T21:16:19.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18582026-05-15T21:16:19.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18592026-05-15T21:16:19.229Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18602026-05-15T21:16:19.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18612026-05-15T21:16:19.285Z
18622026-05-15T21:16:19.286Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/276)
18632026-05-15T21:16:19.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18642026-05-15T21:16:19.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18652026-05-15T21:16:19.696Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18662026-05-15T21:16:19.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18672026-05-15T21:16:19.749Z
18682026-05-15T21:16:19.749Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/276)
18692026-05-15T21:16:20.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18702026-05-15T21:16:20.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18712026-05-15T21:16:20.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18722026-05-15T21:16:20.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18732026-05-15T21:16:20.218Z
18742026-05-15T21:16:20.218Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/276)
18752026-05-15T21:16:20.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18762026-05-15T21:16:20.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18772026-05-15T21:16:20.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18782026-05-15T21:16:20.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18792026-05-15T21:16:20.682Z
18802026-05-15T21:16:20.682Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/276)
18812026-05-15T21:16:21.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18822026-05-15T21:16:21.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18832026-05-15T21:16:21.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18842026-05-15T21:16:21.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18852026-05-15T21:16:21.147Z
18862026-05-15T21:16:21.147Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/276)
18872026-05-15T21:16:21.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18882026-05-15T21:16:21.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18892026-05-15T21:16:21.560Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18902026-05-15T21:16:21.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18912026-05-15T21:16:21.617Z
18922026-05-15T21:16:21.617Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/276)
18932026-05-15T21:16:22.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18942026-05-15T21:16:22.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18952026-05-15T21:16:22.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18962026-05-15T21:16:22.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18972026-05-15T21:16:22.085Z
18982026-05-15T21:16:22.085Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/276)
18992026-05-15T21:16:22.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19002026-05-15T21:16:22.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19012026-05-15T21:16:22.495Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19022026-05-15T21:16:22.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19032026-05-15T21:16:22.553Z
19042026-05-15T21:16:22.553Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/276)
19052026-05-15T21:16:22.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19062026-05-15T21:16:22.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19072026-05-15T21:16:22.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19082026-05-15T21:16:22.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19092026-05-15T21:16:23.028Z
19102026-05-15T21:16:23.028Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/276)
19112026-05-15T21:16:23.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19122026-05-15T21:16:23.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19132026-05-15T21:16:23.437Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19142026-05-15T21:16:23.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19152026-05-15T21:16:23.496Z
19162026-05-15T21:16:23.496Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/276)
19172026-05-15T21:16:23.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19182026-05-15T21:16:23.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19192026-05-15T21:16:23.907Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19202026-05-15T21:16:23.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19212026-05-15T21:16:23.967Z
19222026-05-15T21:16:23.967Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/276)
19232026-05-15T21:16:24.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19242026-05-15T21:16:24.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19252026-05-15T21:16:24.386Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19262026-05-15T21:16:24.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19272026-05-15T21:16:24.440Z
19282026-05-15T21:16:24.440Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/276)
19292026-05-15T21:16:24.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19302026-05-15T21:16:24.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19312026-05-15T21:16:24.858Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19322026-05-15T21:16:24.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19332026-05-15T21:16:24.916Z
19342026-05-15T21:16:24.916Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/276)
19352026-05-15T21:16:25.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19362026-05-15T21:16:25.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19372026-05-15T21:16:25.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19382026-05-15T21:16:25.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19392026-05-15T21:16:25.392Z
19402026-05-15T21:16:25.392Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/276)
19412026-05-15T21:16:25.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19422026-05-15T21:16:25.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19432026-05-15T21:16:25.803Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19442026-05-15T21:16:25.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19452026-05-15T21:16:25.859Z
19462026-05-15T21:16:25.859Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/276)
19472026-05-15T21:16:26.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19482026-05-15T21:16:26.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19492026-05-15T21:16:26.274Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19502026-05-15T21:16:26.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19512026-05-15T21:16:26.330Z
19522026-05-15T21:16:26.330Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/276)
19532026-05-15T21:16:26.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19542026-05-15T21:16:26.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19552026-05-15T21:16:26.742Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19562026-05-15T21:16:26.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19572026-05-15T21:16:26.803Z
19582026-05-15T21:16:26.803Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/276)
19592026-05-15T21:16:27.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19602026-05-15T21:16:27.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19612026-05-15T21:16:27.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19622026-05-15T21:16:27.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19632026-05-15T21:16:27.271Z
19642026-05-15T21:16:27.271Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/276)
19652026-05-15T21:16:27.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19662026-05-15T21:16:27.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19672026-05-15T21:16:27.685Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19682026-05-15T21:16:27.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19692026-05-15T21:16:27.739Z
19702026-05-15T21:16:27.739Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/276)
19712026-05-15T21:16:28.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19722026-05-15T21:16:28.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19732026-05-15T21:16:28.151Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19742026-05-15T21:16:28.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19752026-05-15T21:16:28.209Z
19762026-05-15T21:16:28.209Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/276)
19772026-05-15T21:16:28.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19782026-05-15T21:16:28.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19792026-05-15T21:16:28.618Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19802026-05-15T21:16:28.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19812026-05-15T21:16:28.674Z
19822026-05-15T21:16:28.674Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/276)
19832026-05-15T21:16:29.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19842026-05-15T21:16:29.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19852026-05-15T21:16:29.083Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19862026-05-15T21:16:29.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19872026-05-15T21:16:29.141Z
19882026-05-15T21:16:29.141Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/276)
19892026-05-15T21:16:29.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19902026-05-15T21:16:29.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19912026-05-15T21:16:29.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19922026-05-15T21:16:29.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19932026-05-15T21:16:29.607Z
19942026-05-15T21:16:29.607Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/276)
19952026-05-15T21:16:30.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19962026-05-15T21:16:30.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19972026-05-15T21:16:30.016Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19982026-05-15T21:16:30.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19992026-05-15T21:16:30.072Z
20002026-05-15T21:16:30.072Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/276)
20012026-05-15T21:16:30.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20022026-05-15T21:16:30.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20032026-05-15T21:16:30.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20042026-05-15T21:16:30.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20052026-05-15T21:16:30.538Z
20062026-05-15T21:16:30.538Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/276)
20072026-05-15T21:16:30.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20082026-05-15T21:16:30.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20092026-05-15T21:16:30.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20102026-05-15T21:16:30.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20112026-05-15T21:16:31.004Z
20122026-05-15T21:16:31.004Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/276)
20132026-05-15T21:16:31.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20142026-05-15T21:16:31.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20152026-05-15T21:16:31.413Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20162026-05-15T21:16:31.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20172026-05-15T21:16:31.471Z
20182026-05-15T21:16:31.471Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/276)
20192026-05-15T21:16:31.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20202026-05-15T21:16:31.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20212026-05-15T21:16:31.881Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20222026-05-15T21:16:31.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20232026-05-15T21:16:31.938Z
20242026-05-15T21:16:31.938Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/276)
20252026-05-15T21:16:32.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20262026-05-15T21:16:32.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20272026-05-15T21:16:32.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20282026-05-15T21:16:32.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20292026-05-15T21:16:32.405Z
20302026-05-15T21:16:32.405Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/276)
20312026-05-15T21:16:32.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20322026-05-15T21:16:32.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20332026-05-15T21:16:32.818Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20342026-05-15T21:16:32.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20352026-05-15T21:16:32.880Z
20362026-05-15T21:16:32.880Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/276)
20372026-05-15T21:16:33.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20382026-05-15T21:16:33.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20392026-05-15T21:16:33.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20402026-05-15T21:16:33.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20412026-05-15T21:16:33.355Z
20422026-05-15T21:16:33.355Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/276)
20432026-05-15T21:16:33.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20442026-05-15T21:16:33.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20452026-05-15T21:16:33.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20462026-05-15T21:16:33.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20472026-05-15T21:16:33.830Z
20482026-05-15T21:16:33.830Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/276)
20492026-05-15T21:16:34.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20502026-05-15T21:16:34.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20512026-05-15T21:16:34.244Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20522026-05-15T21:16:34.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20532026-05-15T21:16:34.302Z
20542026-05-15T21:16:34.302Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/276)
20552026-05-15T21:16:34.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20562026-05-15T21:16:34.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20572026-05-15T21:16:34.712Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20582026-05-15T21:16:34.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20592026-05-15T21:16:34.773Z
20602026-05-15T21:16:34.773Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/276)
20612026-05-15T21:16:35.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20622026-05-15T21:16:35.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20632026-05-15T21:16:35.184Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20642026-05-15T21:16:35.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20652026-05-15T21:16:35.241Z
20662026-05-15T21:16:35.241Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/276)
20672026-05-15T21:16:35.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20682026-05-15T21:16:35.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20692026-05-15T21:16:35.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20702026-05-15T21:16:35.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20712026-05-15T21:16:35.711Z
20722026-05-15T21:16:35.711Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/276)
20732026-05-15T21:16:36.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20742026-05-15T21:16:36.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20752026-05-15T21:16:36.123Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20762026-05-15T21:16:36.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20772026-05-15T21:16:36.182Z
20782026-05-15T21:16:36.182Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/276)
20792026-05-15T21:16:36.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20802026-05-15T21:16:36.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20812026-05-15T21:16:36.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20822026-05-15T21:16:36.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20832026-05-15T21:16:36.657Z
20842026-05-15T21:16:36.657Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/276)
20852026-05-15T21:16:37.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20862026-05-15T21:16:37.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20872026-05-15T21:16:37.197Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20882026-05-15T21:16:37.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20892026-05-15T21:16:37.296Z
20902026-05-15T21:16:37.296Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/276)
20912026-05-15T21:16:37.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20922026-05-15T21:16:37.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20932026-05-15T21:16:37.835Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20942026-05-15T21:16:37.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20952026-05-15T21:16:37.934Z
20962026-05-15T21:16:37.935Zinfo: running `cargo check --bins` on nexus-config (51/276)
20972026-05-15T21:16:38.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20982026-05-15T21:16:38.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20992026-05-15T21:16:38.476Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21002026-05-15T21:16:38.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21012026-05-15T21:16:38.574Z
21022026-05-15T21:16:38.575Zinfo: running `cargo check --bins` on nexus-types (52/276)
21032026-05-15T21:16:39.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21042026-05-15T21:16:39.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21052026-05-15T21:16:39.114Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21062026-05-15T21:16:39.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21072026-05-15T21:16:39.211Z
21082026-05-15T21:16:39.211Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/276)
21092026-05-15T21:16:39.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21102026-05-15T21:16:39.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21112026-05-15T21:16:39.726Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21122026-05-15T21:16:39.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21132026-05-15T21:16:39.819Z
21142026-05-15T21:16:39.819Zinfo: running `cargo check --bins` on omicron-passwords (54/276)
21152026-05-15T21:16:40.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21162026-05-15T21:16:40.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21172026-05-15T21:16:40.320Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21182026-05-15T21:16:40.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21192026-05-15T21:16:40.407Z
21202026-05-15T21:16:40.407Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/276)
21212026-05-15T21:16:40.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21222026-05-15T21:16:40.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21232026-05-15T21:16:40.923Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21242026-05-15T21:16:40.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21252026-05-15T21:16:41.016Z
21262026-05-15T21:16:41.016Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/276)
21272026-05-15T21:16:41.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21282026-05-15T21:16:41.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21292026-05-15T21:16:41.531Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21302026-05-15T21:16:41.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21312026-05-15T21:16:41.623Z
21322026-05-15T21:16:41.623Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/276)
21332026-05-15T21:16:42.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21342026-05-15T21:16:42.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21352026-05-15T21:16:42.138Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21362026-05-15T21:16:42.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21372026-05-15T21:16:42.227Z
21382026-05-15T21:16:42.227Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/276)
21392026-05-15T21:16:42.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21402026-05-15T21:16:42.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21412026-05-15T21:16:42.738Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21422026-05-15T21:16:42.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21432026-05-15T21:16:42.828Z
21442026-05-15T21:16:42.828Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/276)
21452026-05-15T21:16:43.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21462026-05-15T21:16:43.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21472026-05-15T21:16:43.332Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21482026-05-15T21:16:43.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21492026-05-15T21:16:43.419Z
21502026-05-15T21:16:43.419Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/276)
21512026-05-15T21:16:43.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21522026-05-15T21:16:43.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21532026-05-15T21:16:43.922Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21542026-05-15T21:16:43.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21552026-05-15T21:16:44.008Z
21562026-05-15T21:16:44.008Zinfo: running `cargo check --bins --no-default-features` on gfss (61/276)
21572026-05-15T21:16:44.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21582026-05-15T21:16:44.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21592026-05-15T21:16:44.508Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21602026-05-15T21:16:44.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21612026-05-15T21:16:44.590Z
21622026-05-15T21:16:44.590Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/276)
21632026-05-15T21:16:45.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21642026-05-15T21:16:45.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21652026-05-15T21:16:45.089Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21662026-05-15T21:16:45.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21672026-05-15T21:16:45.177Z
21682026-05-15T21:16:45.177Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/276)
21692026-05-15T21:16:45.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21702026-05-15T21:16:45.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21712026-05-15T21:16:45.691Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21722026-05-15T21:16:45.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21732026-05-15T21:16:45.782Z
21742026-05-15T21:16:45.782Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/276)
21752026-05-15T21:16:46.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21762026-05-15T21:16:46.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21772026-05-15T21:16:46.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21782026-05-15T21:16:46.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21792026-05-15T21:16:46.388Z
21802026-05-15T21:16:46.388Zinfo: running `cargo check --bins` on cockroach-admin-types (65/276)
21812026-05-15T21:16:46.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21822026-05-15T21:16:46.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21832026-05-15T21:16:46.887Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21842026-05-15T21:16:46.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21852026-05-15T21:16:46.971Z
21862026-05-15T21:16:46.971Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/276)
21872026-05-15T21:16:47.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21882026-05-15T21:16:47.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21892026-05-15T21:16:47.472Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21902026-05-15T21:16:47.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21912026-05-15T21:16:47.554Z
21922026-05-15T21:16:47.554Zinfo: running `cargo check --bins` on ereport-types (67/276)
21932026-05-15T21:16:48.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21942026-05-15T21:16:48.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21952026-05-15T21:16:48.059Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21962026-05-15T21:16:48.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21972026-05-15T21:16:48.148Z
21982026-05-15T21:16:48.148Zinfo: running `cargo check --bins` on gateway-client (68/276)
21992026-05-15T21:16:48.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22002026-05-15T21:16:48.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22012026-05-15T21:16:48.659Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22022026-05-15T21:16:48.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22032026-05-15T21:16:48.751Z
22042026-05-15T21:16:48.751Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/276)
22052026-05-15T21:16:49.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22062026-05-15T21:16:49.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22072026-05-15T21:16:49.262Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22082026-05-15T21:16:49.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22092026-05-15T21:16:49.350Z
22102026-05-15T21:16:49.351Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/276)
22112026-05-15T21:16:49.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22122026-05-15T21:16:49.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22132026-05-15T21:16:49.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22142026-05-15T21:16:49.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22152026-05-15T21:16:49.942Z
22162026-05-15T21:16:49.942Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/276)
22172026-05-15T21:16:50.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22182026-05-15T21:16:50.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22192026-05-15T21:16:50.449Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22202026-05-15T21:16:50.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22212026-05-15T21:16:50.535Z
22222026-05-15T21:16:50.535Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/276)
22232026-05-15T21:16:51.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22242026-05-15T21:16:51.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22252026-05-15T21:16:51.041Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22262026-05-15T21:16:51.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22272026-05-15T21:16:51.131Z
22282026-05-15T21:16:51.131Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/276)
22292026-05-15T21:16:51.647Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22302026-05-15T21:16:51.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22312026-05-15T21:16:51.650Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22322026-05-15T21:16:51.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22332026-05-15T21:16:51.746Z
22342026-05-15T21:16:51.746Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/276)
22352026-05-15T21:16:52.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22362026-05-15T21:16:52.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22372026-05-15T21:16:52.272Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22382026-05-15T21:16:52.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22392026-05-15T21:16:52.366Z
22402026-05-15T21:16:52.366Zinfo: running `cargo check --bins` on key-manager-types (75/276)
22412026-05-15T21:16:52.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22422026-05-15T21:16:52.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22432026-05-15T21:16:52.865Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22442026-05-15T21:16:52.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22452026-05-15T21:16:52.954Z
22462026-05-15T21:16:52.954Zinfo: running `cargo check --bins` on oxlog (76/276)
22472026-05-15T21:16:53.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22482026-05-15T21:16:53.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22492026-05-15T21:16:53.577Z Checking cfg-if v1.0.4
22502026-05-15T21:16:53.580Z Checking libc v0.2.185
22512026-05-15T21:16:53.580Z Checking serde_core v1.0.228
22522026-05-15T21:16:53.698Z Checking zeroize v1.8.2
22532026-05-15T21:16:53.705Z Checking memchr v2.8.0
22542026-05-15T21:16:53.713Z Checking log v0.4.29
22552026-05-15T21:16:53.723Z Checking smallvec v1.15.1
22562026-05-15T21:16:53.735Z Checking typenum v1.19.0
22572026-05-15T21:16:53.739Z Checking subtle v2.6.1
22582026-05-15T21:16:53.838Z Checking itoa v1.0.17
22592026-05-15T21:16:53.872Z Checking scopeguard v1.2.0
22602026-05-15T21:16:53.884Z Checking stable_deref_trait v1.2.1
22612026-05-15T21:16:53.897Z Checking const-oid v0.9.6
22622026-05-15T21:16:53.957Z Checking zerofrom v0.1.6
22632026-05-15T21:16:53.971Z Checking lock_api v0.4.14
22642026-05-15T21:16:53.984Z Checking pin-project-lite v0.2.17
22652026-05-15T21:16:54.072Z Checking yoke v0.8.1
22662026-05-15T21:16:54.083Z Checking getrandom v0.2.17
22672026-05-15T21:16:54.083Z Checking errno v0.3.14
22682026-05-15T21:16:54.104Z Checking parking_lot_core v0.9.12
22692026-05-15T21:16:54.168Z Checking portable-atomic v1.13.1
22702026-05-15T21:16:54.203Z Checking signal-hook-registry v1.4.8
22712026-05-15T21:16:54.224Z Checking rand_core v0.6.4
22722026-05-15T21:16:54.236Z Checking zerovec v0.11.5
22732026-05-15T21:16:54.260Z Checking generic-array v0.14.7
22742026-05-15T21:16:54.294Z Checking futures-core v0.3.32
22752026-05-15T21:16:54.356Z Checking critical-section v1.2.0
22762026-05-15T21:16:54.404Z Checking parking_lot v0.12.5
22772026-05-15T21:16:54.412Z Checking mio v1.2.0
22782026-05-15T21:16:54.451Z Checking zerocopy v0.8.40
22792026-05-15T21:16:54.563Z Checking once_cell v1.21.3
22802026-05-15T21:16:54.581Z Checking zmij v1.0.21
22812026-05-15T21:16:54.593Z Checking socket2 v0.6.3
22822026-05-15T21:16:54.657Z Checking tinystr v0.8.2
22832026-05-15T21:16:54.681Z Checking libm v0.2.16
22842026-05-15T21:16:54.697Z Checking crypto-common v0.1.7
22852026-05-15T21:16:54.733Z Checking block-buffer v0.10.4
22862026-05-15T21:16:54.787Z Checking percent-encoding v2.3.2
22872026-05-15T21:16:54.816Z Checking litemap v0.8.1
22882026-05-15T21:16:54.830Z Checking writeable v0.6.2
22892026-05-15T21:16:54.838Z Checking equivalent v1.0.2
22902026-05-15T21:16:54.870Z Checking digest v0.10.7
22912026-05-15T21:16:54.917Z Checking potential_utf v0.1.4
22922026-05-15T21:16:54.929Z Checking zerotrie v0.2.3
22932026-05-15T21:16:54.983Z Checking icu_locale_core v2.1.1
22942026-05-15T21:16:54.996Z Checking futures-sink v0.3.32
22952026-05-15T21:16:55.043Z Checking icu_collections v2.1.1
22962026-05-15T21:16:55.066Z Checking slab v0.4.12
22972026-05-15T21:16:55.089Z Checking futures-channel v0.3.32
22982026-05-15T21:16:55.159Z Checking serde v1.0.228
22992026-05-15T21:16:55.172Z Checking bitflags v2.11.0
23002026-05-15T21:16:55.233Z Checking serde_json v1.0.149
23012026-05-15T21:16:55.273Z Checking futures-io v0.3.32
23022026-05-15T21:16:55.332Z Checking futures-task v0.3.32
23032026-05-15T21:16:55.345Z Checking cpufeatures v0.2.17
23042026-05-15T21:16:55.380Z Checking num-traits v0.2.19
23052026-05-15T21:16:55.385Z Checking hmac v0.12.1
23062026-05-15T21:16:55.436Z Checking icu_normalizer_data v2.1.1
23072026-05-15T21:16:55.468Z Checking futures-util v0.3.32
23082026-05-15T21:16:55.506Z Checking icu_properties_data v2.1.2
23092026-05-15T21:16:55.532Z Checking icu_provider v2.1.1
23102026-05-15T21:16:55.551Z Checking rand_core v0.10.0
23112026-05-15T21:16:55.564Z Checking bytes v1.11.1
23122026-05-15T21:16:55.633Z Checking hashbrown v0.17.0
23132026-05-15T21:16:55.687Z Checking getrandom v0.4.1
23142026-05-15T21:16:55.760Z Checking icu_properties v2.1.2
23152026-05-15T21:16:55.831Z Checking icu_normalizer v2.1.1
23162026-05-15T21:16:55.877Z Checking block-padding v0.3.3
23172026-05-15T21:16:55.938Z Checking utf8_iter v1.0.4
23182026-05-15T21:16:55.999Z Checking tokio v1.52.1
23192026-05-15T21:16:56.012Z Checking inout v0.1.4
23202026-05-15T21:16:56.062Z Checking sha2 v0.10.9
23212026-05-15T21:16:56.108Z Checking indexmap v2.14.0
23222026-05-15T21:16:56.142Z Checking form_urlencoded v1.2.2
23232026-05-15T21:16:56.153Z Checking cipher v0.4.4
23242026-05-15T21:16:56.269Z Checking getrandom v0.3.4
23252026-05-15T21:16:56.339Z Checking base64ct v1.8.3
23262026-05-15T21:16:56.367Z Checking byteorder v1.5.0
23272026-05-15T21:16:56.410Z Checking fnv v1.0.7
23282026-05-15T21:16:56.506Z Checking flagset v0.4.7
23292026-05-15T21:16:56.562Z Checking rand_core v0.9.5
23302026-05-15T21:16:56.574Z Checking pem-rfc7468 v0.7.0
23312026-05-15T21:16:56.594Z Checking idna_adapter v1.2.1
23322026-05-15T21:16:56.629Z Checking http v1.4.0
23332026-05-15T21:16:56.666Z Checking regex-syntax v0.8.10
23342026-05-15T21:16:56.710Z Checking idna v1.1.0
23352026-05-15T21:16:56.725Z Checking der v0.7.10
23362026-05-15T21:16:56.739Z Checking salsa20 v0.10.2
23372026-05-15T21:16:56.869Z Checking uuid v1.23.0
23382026-05-15T21:16:56.945Z Checking url v2.5.8
23392026-05-15T21:16:57.188Z Checking pbkdf2 v0.12.2
23402026-05-15T21:16:57.201Z Checking rustix v1.1.3
23412026-05-15T21:16:57.240Z Checking ppv-lite86 v0.2.21
23422026-05-15T21:16:57.298Z Checking tracing-core v0.1.36
23432026-05-15T21:16:57.379Z Checking rustls-pki-types v1.14.0
23442026-05-15T21:16:57.393Z Checking base64 v0.22.1
23452026-05-15T21:16:57.458Z Checking spki v0.7.3
23462026-05-15T21:16:57.532Z Checking iana-time-zone v0.1.65
23472026-05-15T21:16:57.601Z Checking tracing v0.1.44
23482026-05-15T21:16:57.622Z Checking rand_chacha v0.9.0
23492026-05-15T21:16:57.635Z Checking scrypt v0.11.0
23502026-05-15T21:16:57.645Z Checking chrono v0.4.44
23512026-05-15T21:16:57.661Z Checking http-body v1.0.1
23522026-05-15T21:16:57.772Z Checking cbc v0.1.2
23532026-05-15T21:16:57.789Z Checking aes v0.8.4
23542026-05-15T21:16:57.800Z Checking aws-lc-sys v0.40.0
23552026-05-15T21:16:57.815Z Checking tinyvec_macros v0.1.1
23562026-05-15T21:16:57.884Z Checking openssl-probe v0.2.1
23572026-05-15T21:16:57.893Z Checking untrusted v0.9.0
23582026-05-15T21:16:57.977Z Checking untrusted v0.7.1
23592026-05-15T21:16:57.990Z Checking tinyvec v1.10.0
23602026-05-15T21:16:58.001Z Checking ring v0.17.14
23612026-05-15T21:16:58.021Z Checking rand v0.9.2
23622026-05-15T21:16:58.087Z Checking tower-layer v0.3.3
23632026-05-15T21:16:58.173Z Checking pkcs5 v0.7.1
23642026-05-15T21:16:58.236Z Checking tower-service v0.3.3
23652026-05-15T21:16:58.291Z Checking try-lock v0.2.5
23662026-05-15T21:16:58.304Z Checking aws-lc-rs v1.16.3
23672026-05-15T21:16:58.325Z Checking atomic-waker v1.1.2
23682026-05-15T21:16:58.388Z Checking want v0.3.1
23692026-05-15T21:16:58.420Z Checking ipnet v2.11.0
23702026-05-15T21:16:58.433Z Checking pkcs8 v0.10.2
23712026-05-15T21:16:58.490Z Checking httparse v1.10.1
23722026-05-15T21:16:58.490Z Checking aho-corasick v1.1.4
23732026-05-15T21:16:58.515Z Checking fastrand v2.3.0
23742026-05-15T21:16:58.608Z Checking pin-utils v0.1.0
23752026-05-15T21:16:58.674Z Checking dyn-clone v1.0.20
23762026-05-15T21:16:58.678Z Checking httpdate v1.0.3
23772026-05-15T21:16:58.698Z Checking foreign-types-shared v0.1.1
23782026-05-15T21:16:58.709Z Checking plain v0.2.3
23792026-05-15T21:16:58.775Z Checking foreign-types v0.3.2
23802026-05-15T21:16:58.788Z Checking tempfile v3.25.0
23812026-05-15T21:16:58.808Z Checking unicode-normalization v0.1.25
23822026-05-15T21:16:58.826Z Checking semver v1.0.28
23832026-05-15T21:16:58.842Z Checking openssl-sys v0.9.115
23842026-05-15T21:16:58.977Z Checking spin v0.9.8
23852026-05-15T21:16:58.995Z Checking ucd-trie v0.1.7
23862026-05-15T21:16:59.038Z Checking unicode-ident v1.0.24
23872026-05-15T21:16:59.130Z Checking rustls-webpki v0.103.9
23882026-05-15T21:16:59.144Z Checking pest v2.8.6
23892026-05-15T21:16:59.154Z Checking proc-macro2 v1.0.106
23902026-05-15T21:16:59.166Z Checking schemars v0.8.22
23912026-05-15T21:16:59.177Z Checking regex-automata v0.4.14
23922026-05-15T21:16:59.211Z Checking tokio-util v0.7.18
23932026-05-15T21:16:59.211Z Checking rustls-native-certs v0.8.3
23942026-05-15T21:16:59.234Z Checking openssl v0.10.79
23952026-05-15T21:16:59.336Z Checking thiserror v2.0.18
23962026-05-15T21:16:59.436Z Checking sync_wrapper v1.0.2
23972026-05-15T21:16:59.456Z Checking wait-timeout v0.2.1
23982026-05-15T21:16:59.538Z Checking pretty-hex v0.4.1
23992026-05-15T21:16:59.553Z Checking rustls v0.23.37
24002026-05-15T21:16:59.574Z Checking bit-vec v0.8.0
24012026-05-15T21:16:59.652Z Checking powerfmt v0.2.0
24022026-05-15T21:16:59.766Z Checking simd-adler32 v0.3.8
24032026-05-15T21:16:59.800Z Checking siphasher v1.0.2
24042026-05-15T21:16:59.814Z Checking quick-error v1.2.3
24052026-05-15T21:16:59.828Z Checking h2 v0.4.13
24062026-05-15T21:16:59.912Z Checking anstyle v1.0.13
24072026-05-15T21:16:59.931Z Checking utf8parse v0.2.2
24082026-05-15T21:16:59.951Z Checking rusty-fork v0.3.1
24092026-05-15T21:17:00.032Z Checking anstyle-parse v0.2.7
24102026-05-15T21:17:00.091Z Checking deranged v0.5.8
24112026-05-15T21:17:00.119Z Checking bit-set v0.8.0
24122026-05-15T21:17:00.180Z Checking tower v0.5.3
24132026-05-15T21:17:00.198Z Checking quote v1.0.45
24142026-05-15T21:17:00.263Z Compiling newtype-uuid v1.3.2
24152026-05-15T21:17:00.356Z Checking http-body-util v0.1.3
24162026-05-15T21:17:00.440Z Checking webpki-roots v1.0.6
24172026-05-15T21:17:00.558Z Checking crossbeam-utils v0.8.21
24182026-05-15T21:17:00.558Z Checking rand_xorshift v0.4.0
24192026-05-15T21:17:00.582Z Checking crc32fast v1.5.0
24202026-05-15T21:17:00.677Z Checking scroll v0.13.0
24212026-05-15T21:17:00.717Z Checking signature v2.2.0
24222026-05-15T21:17:00.849Z Checking unarray v0.1.4
24232026-05-15T21:17:00.891Z Checking num_threads v0.1.7
24242026-05-15T21:17:00.903Z Checking iri-string v0.7.10
24252026-05-15T21:17:00.970Z Checking unicode-bidi v0.3.18
24262026-05-15T21:17:00.979Z Checking is_terminal_polyfill v1.70.2
24272026-05-15T21:17:01.006Z Checking allocator-api2 v0.2.21
24282026-05-15T21:17:01.023Z Checking time-core v0.1.8
24292026-05-15T21:17:01.065Z Checking anstyle-query v1.1.5
24302026-05-15T21:17:01.159Z Checking ryu v1.0.23
24312026-05-15T21:17:01.172Z Checking adler2 v2.0.1
24322026-05-15T21:17:01.262Z Checking colorchoice v1.0.4
24332026-05-15T21:17:01.266Z Checking native-tls v0.2.18
24342026-05-15T21:17:01.288Z Checking num-conv v0.2.0
24352026-05-15T21:17:01.291Z Checking unicode-properties v0.1.4
24362026-05-15T21:17:01.309Z Checking serde_urlencoded v0.7.1
24372026-05-15T21:17:01.359Z Checking anstream v0.6.21
24382026-05-15T21:17:01.407Z Checking time v0.3.47
24392026-05-15T21:17:01.450Z Checking tokio-native-tls v0.3.1
24402026-05-15T21:17:01.484Z Checking stringprep v0.1.5
24412026-05-15T21:17:01.513Z Checking miniz_oxide v0.8.9
24422026-05-15T21:17:01.559Z Checking bstr v1.12.1
24432026-05-15T21:17:01.604Z Checking proptest v1.10.0
24442026-05-15T21:17:01.634Z Checking goblin v0.10.5
24452026-05-15T21:17:01.871Z Checking crossbeam-epoch v0.9.18
24462026-05-15T21:17:01.930Z Checking tokio-rustls v0.26.4
24472026-05-15T21:17:01.945Z Checking tower-http v0.6.8
24482026-05-15T21:17:01.959Z Compiling daft v0.1.5
24492026-05-15T21:17:02.093Z Checking syn v2.0.117
24502026-05-15T21:17:02.166Z Checking ipnetwork v0.21.1
24512026-05-15T21:17:02.223Z Checking rand_chacha v0.3.1
24522026-05-15T21:17:02.236Z Checking scroll v0.12.0
24532026-05-15T21:17:02.376Z Checking thiserror v1.0.69
24542026-05-15T21:17:02.431Z Checking zstd-sys v2.0.16+zstd.1.5.7
24552026-05-15T21:17:02.466Z Checking hash32 v0.2.1
24562026-05-15T21:17:02.478Z Checking num-integer v0.1.46
24572026-05-15T21:17:02.532Z Checking serde_spanned v0.6.9
24582026-05-15T21:17:02.546Z Checking toml_datetime v0.6.11
24592026-05-15T21:17:02.549Z Checking hyper v1.8.1
24602026-05-15T21:17:02.621Z Checking md-5 v0.10.6
24612026-05-15T21:17:02.656Z Checking ff v0.13.1
24622026-05-15T21:17:02.697Z Checking psl-types v2.0.11
24632026-05-15T21:17:02.722Z Checking base16ct v0.2.0
24642026-05-15T21:17:02.758Z Checking fallible-iterator v0.2.0
24652026-05-15T21:17:02.782Z Checking zlib-rs v0.6.2
24662026-05-15T21:17:02.813Z Checking publicsuffix v2.3.0
24672026-05-15T21:17:02.842Z Checking sec1 v0.7.3
24682026-05-15T21:17:02.968Z Checking group v0.13.0
24692026-05-15T21:17:03.027Z Checking postgres-protocol v0.6.10
24702026-05-15T21:17:03.047Z Compiling iddqd v0.3.18
24712026-05-15T21:17:03.115Z Checking num-iter v0.1.45
24722026-05-15T21:17:03.229Z Checking heapless v0.7.17
24732026-05-15T21:17:03.338Z Checking zstd-safe v7.2.4
24742026-05-15T21:17:03.446Z Checking hyper-util v0.1.20
24752026-05-15T21:17:03.502Z Checking cookie v0.18.1
24762026-05-15T21:17:03.538Z Checking goblin v0.8.2
24772026-05-15T21:17:03.635Z Checking rand v0.8.6
24782026-05-15T21:17:03.654Z Checking flate2 v1.1.9
24792026-05-15T21:17:03.730Z Checking oxnet v0.1.4
24802026-05-15T21:17:03.950Z Checking dtrace-parser v0.3.0
24812026-05-15T21:17:03.971Z Checking dof v0.4.0
24822026-05-15T21:17:03.983Z Checking phf_shared v0.13.1
24832026-05-15T21:17:04.152Z Checking lazy_static v1.5.0
24842026-05-15T21:17:04.168Z Checking pin-project v1.1.11
24852026-05-15T21:17:04.180Z Checking zerocopy v0.7.35
24862026-05-15T21:17:04.184Z Checking bzip2-sys v0.1.13+1.0.8
24872026-05-15T21:17:04.240Z Checking terminal_size v0.4.3
24882026-05-15T21:17:04.259Z Checking signal-hook v0.3.18
24892026-05-15T21:17:04.274Z Checking futures-executor v0.3.32
24902026-05-15T21:17:04.350Z Checking hex v0.4.3
24912026-05-15T21:17:04.350Z Checking hkdf v0.12.4
24922026-05-15T21:17:04.416Z Checking crypto-bigint v0.5.5
24932026-05-15T21:17:04.443Z Checking thread-id v5.1.0
24942026-05-15T21:17:04.492Z Checking encoding_rs v0.8.35
24952026-05-15T21:17:04.521Z Compiling rayon-core v1.13.0
24962026-05-15T21:17:04.569Z Checking foldhash v0.1.5
24972026-05-15T21:17:04.604Z Checking winnow v0.7.14
24982026-05-15T21:17:04.667Z Checking libbz2-rs-sys v0.2.2
24992026-05-15T21:17:04.689Z Checking hyper-rustls v0.27.7
25002026-05-15T21:17:04.702Z Checking hyper-tls v0.6.0
25012026-05-15T21:17:04.706Z Checking bitflags v1.3.2
25022026-05-15T21:17:04.787Z Checking mime v0.3.17
25032026-05-15T21:17:04.867Z Checking winnow v0.5.40
25042026-05-15T21:17:04.895Z Checking foldhash v0.2.0
25052026-05-15T21:17:04.952Z Checking bumpalo v3.20.2
25062026-05-15T21:17:05.049Z Checking clap_lex v1.0.0
25072026-05-15T21:17:05.062Z Checking either v1.15.0
25082026-05-15T21:17:05.151Z Checking strsim v0.11.1
25092026-05-15T21:17:05.198Z Checking managed v0.8.0
25102026-05-15T21:17:05.241Z Checking same-file v1.0.6
25112026-05-15T21:17:05.312Z Checking clap_builder v4.5.60
25122026-05-15T21:17:05.315Z Checking elliptic-curve v0.13.8
25132026-05-15T21:17:05.357Z Checking walkdir v2.5.0
25142026-05-15T21:17:05.382Z Checking smoltcp v0.9.1
25152026-05-15T21:17:05.426Z Checking reqwest v0.12.28
25162026-05-15T21:17:05.438Z Checking dof v0.3.0
25172026-05-15T21:17:05.518Z Checking zopfli v0.8.3
25182026-05-15T21:17:05.631Z Checking bzip2 v0.6.1
25192026-05-15T21:17:05.716Z Checking hashbrown v0.16.1
25202026-05-15T21:17:05.787Z Checking hashbrown v0.15.5
25212026-05-15T21:17:05.814Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25222026-05-15T21:17:05.844Z Checking usdt-impl v0.6.0
25232026-05-15T21:17:05.967Z Checking signal-hook-mio v0.2.5
25242026-05-15T21:17:06.017Z Checking futures v0.3.32
25252026-05-15T21:17:06.040Z Checking toml_edit v0.19.15
25262026-05-15T21:17:06.070Z Checking bzip2 v0.4.4
25272026-05-15T21:17:06.098Z Checking snafu v0.8.9
25282026-05-15T21:17:06.130Z Checking num-bigint-dig v0.8.6
25292026-05-15T21:17:06.233Z Checking phf v0.13.1
25302026-05-15T21:17:06.266Z Checking cookie_store v0.22.1
25312026-05-15T21:17:06.288Z Checking zstd v0.13.3
25322026-05-15T21:17:06.338Z Checking postgres-types v0.2.12
25332026-05-15T21:17:06.382Z Checking dtrace-parser v0.2.0
25342026-05-15T21:17:06.479Z Checking crossbeam-deque v0.8.6
25352026-05-15T21:17:06.495Z Checking globset v0.4.18
25362026-05-15T21:17:06.567Z Checking rustls-platform-verifier v0.6.2
25372026-05-15T21:17:06.596Z Checking regex v1.12.3
25382026-05-15T21:17:06.616Z Checking ed25519 v2.2.3
25392026-05-15T21:17:06.648Z Checking phf_shared v0.11.3
25402026-05-15T21:17:06.661Z Checking olpc-cjson v0.1.4
25412026-05-15T21:17:06.703Z Checking ref-cast v1.0.25
25422026-05-15T21:17:06.746Z Checking curve25519-dalek v4.1.3
25432026-05-15T21:17:06.787Z Checking strum v0.27.2
25442026-05-15T21:17:06.791Z Checking hubpack v0.1.2
25452026-05-15T21:17:06.815Z Checking memoffset v0.9.1
25462026-05-15T21:17:06.820Z Checking rustix v0.38.44
25472026-05-15T21:17:06.868Z Checking pkcs1 v0.7.5
25482026-05-15T21:17:06.887Z Checking pem v3.0.6
25492026-05-15T21:17:06.899Z Checking float-cmp v0.10.0
25502026-05-15T21:17:06.956Z Checking serde-big-array v0.5.1
25512026-05-15T21:17:06.971Z Checking serde_plain v1.0.2
25522026-05-15T21:17:07.022Z Checking erased-serde v0.3.31
25532026-05-15T21:17:07.037Z Checking rfc6979 v0.4.0
25542026-05-15T21:17:07.073Z Checking memmap2 v0.9.10
25552026-05-15T21:17:07.089Z Checking thread-id v4.2.2
25562026-05-15T21:17:07.095Z Checking env_filter v1.0.0
25572026-05-15T21:17:07.112Z Checking static_assertions v1.1.0
25582026-05-15T21:17:07.151Z Checking unicode-segmentation v1.12.0
25592026-05-15T21:17:07.164Z Checking toml_write v0.1.2
25602026-05-15T21:17:07.178Z Checking rustc-hash v2.1.1
25612026-05-15T21:17:07.251Z Checking data-encoding v2.10.0
25622026-05-15T21:17:07.257Z Checking normalize-line-endings v0.3.0
25632026-05-15T21:17:07.286Z Checking predicates-core v1.0.10
25642026-05-15T21:17:07.325Z Checking fixedbitset v0.5.7
25652026-05-15T21:17:07.340Z Checking difflib v0.4.0
25662026-05-15T21:17:07.401Z Checking whoami v2.1.0
25672026-05-15T21:17:07.413Z Checking fixedbitset v0.4.2
25682026-05-15T21:17:07.459Z Checking typed-path v0.9.3
25692026-05-15T21:17:07.496Z Checking keccak v0.1.6
25702026-05-15T21:17:07.507Z Checking jiff v0.2.21
25712026-05-15T21:17:07.519Z Checking new_debug_unreachable v1.0.6
25722026-05-15T21:17:07.522Z Checking precomputed-hash v0.1.1
25732026-05-15T21:17:07.556Z Checking petgraph v0.6.5
25742026-05-15T21:17:07.584Z Checking ed25519-dalek v2.2.0
25752026-05-15T21:17:07.596Z Checking tokio-postgres v0.7.16
25762026-05-15T21:17:07.609Z Checking string_cache v0.8.9
25772026-05-15T21:17:07.623Z Checking crossterm v0.28.1
25782026-05-15T21:17:07.661Z Checking sha3 v0.10.8
25792026-05-15T21:17:07.773Z Checking petgraph v0.8.3
25802026-05-15T21:17:07.811Z Checking predicates v3.1.4
25812026-05-15T21:17:07.867Z Checking hickory-proto v0.25.2
25822026-05-15T21:17:08.104Z Checking similar v2.7.0
25832026-05-15T21:17:08.226Z Checking tough v0.22.0
25842026-05-15T21:17:08.317Z Checking slog v2.8.2
25852026-05-15T21:17:08.486Z Checking toml_edit v0.22.27
25862026-05-15T21:17:08.802Z Checking env_logger v0.11.9
25872026-05-15T21:17:08.842Z Checking usdt v0.6.0
25882026-05-15T21:17:08.991Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
25892026-05-15T21:17:09.011Z Checking usdt-impl v0.5.0
25902026-05-15T21:17:09.291Z Checking ecdsa v0.16.9
25912026-05-15T21:17:09.340Z Checking toml v0.7.8
25922026-05-15T21:17:09.427Z Checking rsa v0.9.10
25932026-05-15T21:17:09.576Z Checking nix v0.31.2
25942026-05-15T21:17:09.628Z Checking reqwest v0.13.2
25952026-05-15T21:17:09.749Z Checking zip v4.6.1
25962026-05-15T21:17:09.899Z Checking clap v4.5.60
25972026-05-15T21:17:09.973Z Checking zip v0.6.6
25982026-05-15T21:17:10.003Z Checking toml_parser v1.0.9+spec-1.1.0
25992026-05-15T21:17:10.220Z Checking itertools v0.13.0
26002026-05-15T21:17:10.294Z Checking serde_with v3.17.0
26012026-05-15T21:17:10.318Z Checking strum v0.26.3
26022026-05-15T21:17:10.331Z Checking fs-err v3.3.0
26032026-05-15T21:17:10.430Z Checking ahash v0.8.12
26042026-05-15T21:17:10.463Z Checking object v0.37.3
26052026-05-15T21:17:10.572Z Checking tokio-stream v0.1.18
26062026-05-15T21:17:10.626Z Checking buf-list v1.1.2
26072026-05-15T21:17:10.629Z Checking anyhow v1.0.102
26082026-05-15T21:17:10.649Z Checking camino v1.2.2
26092026-05-15T21:17:10.806Z Checking x509-cert v0.2.5
26102026-05-15T21:17:10.833Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
26112026-05-15T21:17:10.895Z Checking openapiv3 v2.2.0
26122026-05-15T21:17:10.968Z Checking sha1 v0.10.6
26132026-05-15T21:17:11.109Z Checking toml_datetime v0.7.5+spec-1.1.0
26142026-05-15T21:17:11.138Z Checking lalrpop-util v0.19.12
26152026-05-15T21:17:11.257Z Checking peg-runtime v0.8.5
26162026-05-15T21:17:11.274Z Checking rayon v1.11.0
26172026-05-15T21:17:11.300Z Checking sigpipe v0.1.3
26182026-05-15T21:17:11.312Z Checking glob v0.3.3
26192026-05-15T21:17:12.735Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26202026-05-15T21:17:13.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.06s
26212026-05-15T21:17:13.188Z
26222026-05-15T21:17:13.188Zinfo: running `cargo check --bins` on internal-dns-types (77/276)
26232026-05-15T21:17:13.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26242026-05-15T21:17:13.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26252026-05-15T21:17:13.697Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26262026-05-15T21:17:13.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26272026-05-15T21:17:13.789Z
26282026-05-15T21:17:13.789Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/276)
26292026-05-15T21:17:14.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26302026-05-15T21:17:14.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26312026-05-15T21:17:14.300Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26322026-05-15T21:17:14.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26332026-05-15T21:17:14.388Z
26342026-05-15T21:17:14.388Zinfo: running `cargo check --bins` on nexus-types-versions (79/276)
26352026-05-15T21:17:14.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26362026-05-15T21:17:14.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26372026-05-15T21:17:14.913Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26382026-05-15T21:17:14.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26392026-05-15T21:17:15.010Z
26402026-05-15T21:17:15.010Zinfo: running `cargo check --bins` on oxql-types (80/276)
26412026-05-15T21:17:15.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26422026-05-15T21:17:15.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26432026-05-15T21:17:15.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26442026-05-15T21:17:15.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26452026-05-15T21:17:15.618Z
26462026-05-15T21:17:15.618Zinfo: running `cargo check --bins` on oximeter-types (81/276)
26472026-05-15T21:17:16.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26482026-05-15T21:17:16.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26492026-05-15T21:17:16.137Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26502026-05-15T21:17:16.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26512026-05-15T21:17:16.227Z
26522026-05-15T21:17:16.227Zinfo: running `cargo check --bins` on oximeter-types-versions (82/276)
26532026-05-15T21:17:16.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26542026-05-15T21:17:16.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26552026-05-15T21:17:16.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26562026-05-15T21:17:16.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26572026-05-15T21:17:16.825Z
26582026-05-15T21:17:16.825Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/276)
26592026-05-15T21:17:17.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26602026-05-15T21:17:17.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26612026-05-15T21:17:17.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26622026-05-15T21:17:17.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26632026-05-15T21:17:17.414Z
26642026-05-15T21:17:17.414Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/276)
26652026-05-15T21:17:17.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26662026-05-15T21:17:17.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26672026-05-15T21:17:18.106Z Compiling structmeta-derive v0.3.0
26682026-05-15T21:17:18.225Z Compiling rustls v0.22.4
26692026-05-15T21:17:18.234Z Compiling multer v3.1.0
26702026-05-15T21:17:18.243Z Compiling async-stream-impl v0.3.6
26712026-05-15T21:17:18.243Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26722026-05-15T21:17:18.264Z Compiling dropshot v0.17.0
26732026-05-15T21:17:18.278Z Compiling dropshot_endpoint v0.17.0
26742026-05-15T21:17:18.278Z Compiling newtype-uuid-macros v0.1.0
26752026-05-15T21:17:18.402Z Checking newtype-uuid v1.3.2
26762026-05-15T21:17:18.464Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26772026-05-15T21:17:18.504Z Checking rustls-webpki v0.102.8
26782026-05-15T21:17:18.603Z Checking daft v0.1.5
26792026-05-15T21:17:18.621Z Checking thread_local v1.1.9
26802026-05-15T21:17:18.789Z Checking compression-core v0.4.31
26812026-05-15T21:17:18.820Z Checking match_cfg v0.1.0
26822026-05-15T21:17:18.843Z Checking iddqd v0.3.18
26832026-05-15T21:17:18.859Z Checking crossbeam-channel v0.5.15
26842026-05-15T21:17:18.890Z Checking hostname v0.3.1
26852026-05-15T21:17:18.920Z Checking compression-codecs v0.4.37
26862026-05-15T21:17:18.985Z Checking slog-json v2.6.1
26872026-05-15T21:17:19.031Z Checking is-terminal v0.4.17
26882026-05-15T21:17:19.082Z Checking toml_datetime v1.0.0+spec-1.1.0
26892026-05-15T21:17:19.124Z Checking serde_spanned v1.0.4
26902026-05-15T21:17:19.138Z Checking take_mut v0.2.2
26912026-05-15T21:17:19.199Z Checking toml_writer v1.0.6+spec-1.1.0
26922026-05-15T21:17:19.242Z Checking debug-ignore v1.0.5
26932026-05-15T21:17:19.254Z Checking term v1.2.1
26942026-05-15T21:17:19.283Z Compiling structmeta v0.3.0
26952026-05-15T21:17:19.286Z Checking slog-async v2.8.0
26962026-05-15T21:17:19.338Z Checking slog-bunyan v2.5.0
26972026-05-15T21:17:19.375Z Checking toml v1.0.6+spec-1.1.0
26982026-05-15T21:17:19.452Z Checking async-compression v0.4.41
26992026-05-15T21:17:19.465Z Checking async-stream v0.3.6
27002026-05-15T21:17:19.476Z Checking slog-term v2.9.2
27012026-05-15T21:17:19.493Z Compiling derive-ex v0.1.8
27022026-05-15T21:17:19.590Z Compiling parse-display-derive v0.10.0
27032026-05-15T21:17:19.696Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27042026-05-15T21:17:19.709Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27052026-05-15T21:17:19.727Z Checking progenitor-client v0.14.0
27062026-05-15T21:17:19.782Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27072026-05-15T21:17:19.925Z Checking waitgroup v0.1.2
27082026-05-15T21:17:19.947Z Checking backon v1.6.0
27092026-05-15T21:17:19.960Z Checking rustls-pemfile v2.2.0
27102026-05-15T21:17:20.028Z Checking serde_path_to_error v0.1.20
27112026-05-15T21:17:20.032Z Checking hostname v0.4.2
27122026-05-15T21:17:20.098Z Checking instant v0.1.13
27132026-05-15T21:17:20.183Z Checking backoff v0.4.0
27142026-05-15T21:17:20.298Z Checking progenitor-extras v0.2.0
27152026-05-15T21:17:20.345Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27162026-05-15T21:17:20.358Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27172026-05-15T21:17:20.370Z Checking tokio-rustls v0.25.0
27182026-05-15T21:17:20.521Z Checking itertools v0.14.0
27192026-05-15T21:17:20.551Z Checking progenitor-client v0.10.0
27202026-05-15T21:17:20.716Z Checking regress v0.10.5
27212026-05-15T21:17:20.769Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27222026-05-15T21:17:21.015Z Checking macaddr v1.0.1
27232026-05-15T21:17:21.218Z Compiling test-strategy v0.4.5
27242026-05-15T21:17:21.288Z Checking parse-display v0.10.0
27252026-05-15T21:17:22.348Z Compiling prettyplease v0.2.37
27262026-05-15T21:17:22.691Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27272026-05-15T21:17:22.806Z Checking num-rational v0.4.2
27282026-05-15T21:17:23.060Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27292026-05-15T21:17:23.376Z Checking num-complex v0.4.6
27302026-05-15T21:17:23.881Z Checking num v0.4.3
27312026-05-15T21:17:23.953Z Compiling usdt-macro v0.5.0
27322026-05-15T21:17:24.103Z Compiling usdt-attr-macro v0.5.0
27332026-05-15T21:17:24.132Z Checking memmap v0.7.0
27342026-05-15T21:17:24.148Z Checking float-ord v0.3.2
27352026-05-15T21:17:24.259Z Compiling convert_case v0.4.0
27362026-05-15T21:17:24.270Z Checking unicode-width v0.2.0
27372026-05-15T21:17:24.517Z Checking console v0.15.11
27382026-05-15T21:17:24.632Z Compiling derive_more v0.99.20
27392026-05-15T21:17:24.675Z Checking newline-converter v0.3.0
27402026-05-15T21:17:24.789Z Checking atomicwrites v0.4.4
27412026-05-15T21:17:24.802Z Compiling toml v0.8.23
27422026-05-15T21:17:24.864Z Checking usdt v0.5.0
27432026-05-15T21:17:24.919Z Checking linked-hash-map v0.5.6
27442026-05-15T21:17:25.028Z Compiling minimal-lexical v0.2.1
27452026-05-15T21:17:25.094Z Checking lru-cache v0.1.2
27462026-05-15T21:17:25.220Z Checking expectorate v1.2.0
27472026-05-15T21:17:25.355Z Compiling nom v7.1.3
27482026-05-15T21:17:25.758Z Checking camino-tempfile v1.4.1
27492026-05-15T21:17:25.974Z Checking hickory-proto v0.24.4
27502026-05-15T21:17:25.982Z Checking phf_shared v0.12.1
27512026-05-15T21:17:25.982Z Compiling slog-dtrace v0.3.0
27522026-05-15T21:17:26.140Z Checking heck v0.5.0
27532026-05-15T21:17:26.177Z Checking resolv-conf v0.7.6
27542026-05-15T21:17:26.266Z Compiling chrono-tz v0.10.4
27552026-05-15T21:17:26.373Z Compiling const_format_proc_macros v0.2.34
27562026-05-15T21:17:26.519Z Checking phf v0.12.1
27572026-05-15T21:17:26.656Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27582026-05-15T21:17:26.671Z Checking tokio-dtrace v0.1.1
27592026-05-15T21:17:26.747Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27602026-05-15T21:17:26.857Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27612026-05-15T21:17:27.206Z Compiling derive-where v1.6.0
27622026-05-15T21:17:27.254Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27632026-05-15T21:17:27.386Z Checking highway v1.3.0
27642026-05-15T21:17:27.620Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27652026-05-15T21:17:27.791Z Checking hickory-resolver v0.24.4
27662026-05-15T21:17:27.955Z Checking const_format v0.2.35
27672026-05-15T21:17:28.111Z Checking oxide-tokio-rt v0.1.4
27682026-05-15T21:17:28.173Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27692026-05-15T21:17:28.374Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27702026-05-15T21:17:28.477Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27712026-05-15T21:17:28.492Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27722026-05-15T21:17:28.504Z Checking gethostname v0.5.0
27732026-05-15T21:17:28.507Z Checking bcs v0.1.6
27742026-05-15T21:17:28.527Z Checking qorb v0.4.1
27752026-05-15T21:17:28.601Z Checking termtree v0.5.1
27762026-05-15T21:17:31.858Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27772026-05-15T21:17:34.579Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27782026-05-15T21:17:36.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.31s
27792026-05-15T21:17:36.914Z
27802026-05-15T21:17:36.914Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/276)
27812026-05-15T21:17:37.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27822026-05-15T21:17:37.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27832026-05-15T21:17:37.600Z Compiling ar_archive_writer v0.5.1
27842026-05-15T21:17:37.712Z Compiling stacker v0.1.23
27852026-05-15T21:17:37.722Z Compiling cfg_aliases v0.1.1
27862026-05-15T21:17:37.731Z Compiling convert_case v0.10.0
27872026-05-15T21:17:37.734Z Checking unicode-width v0.1.14
27882026-05-15T21:17:37.750Z Compiling proc-macro-error v1.0.4
27892026-05-15T21:17:37.761Z Checking fd-lock v4.0.4
27902026-05-15T21:17:37.761Z Checking nibble_vec v0.1.0
27912026-05-15T21:17:37.783Z Compiling nix v0.28.0
27922026-05-15T21:17:37.873Z Checking vte v0.14.1
27932026-05-15T21:17:37.888Z Compiling recursive-proc-macro-impl v0.1.1
27942026-05-15T21:17:37.967Z Checking endian-type v0.1.2
27952026-05-15T21:17:37.981Z Checking bytecount v0.6.9
27962026-05-15T21:17:38.024Z Compiling derive_more-impl v2.1.1
27972026-05-15T21:17:38.036Z Checking strip-ansi-escapes v0.2.1
27982026-05-15T21:17:38.048Z Compiling tabled_derive v0.7.0
27992026-05-15T21:17:38.097Z Checking radix_trie v0.2.1
28002026-05-15T21:17:38.111Z Checking papergrid v0.11.0
28012026-05-15T21:17:38.142Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28022026-05-15T21:17:38.280Z Compiling peg-macros v0.8.5
28032026-05-15T21:17:38.302Z Checking winnow v0.6.26
28042026-05-15T21:17:38.544Z Compiling psm v0.1.30
28052026-05-15T21:17:38.604Z Compiling sqlparser_derive v0.5.0
28062026-05-15T21:17:38.713Z Checking home v0.5.12
28072026-05-15T21:17:38.821Z Checking unicode_categories v0.1.1
28082026-05-15T21:17:38.825Z Checking derive_more v2.1.1
28092026-05-15T21:17:38.910Z Checking nu-ansi-term v0.50.3
28102026-05-15T21:17:38.977Z Checking crossterm v0.29.0
28112026-05-15T21:17:39.036Z Checking tabled v0.15.0
28122026-05-15T21:17:39.078Z Checking rustyline v14.0.0
28132026-05-15T21:17:39.117Z Checking reedline v0.40.0
28142026-05-15T21:17:39.313Z Checking recursive v0.1.1
28152026-05-15T21:17:39.372Z Checking display-error-chain v0.2.2
28162026-05-15T21:17:39.408Z Checking sqlparser v0.61.0
28172026-05-15T21:17:39.450Z Checking sqlformat v0.3.5
28182026-05-15T21:17:39.626Z Checking peg v0.8.5
28192026-05-15T21:17:50.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.66s
28202026-05-15T21:17:50.794Z
28212026-05-15T21:17:50.794Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/276)
28222026-05-15T21:17:51.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28232026-05-15T21:17:51.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28242026-05-15T21:17:51.471Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28252026-05-15T21:17:54.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.12s
28262026-05-15T21:17:55.109Z
28272026-05-15T21:17:55.109Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/276)
28282026-05-15T21:17:55.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28292026-05-15T21:17:55.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28302026-05-15T21:17:55.800Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28312026-05-15T21:17:58.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.12s
28322026-05-15T21:17:58.432Z
28332026-05-15T21:17:58.432Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/276)
28342026-05-15T21:17:58.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28352026-05-15T21:17:58.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28362026-05-15T21:17:59.112Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28372026-05-15T21:18:02.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.91s
28382026-05-15T21:18:02.531Z
28392026-05-15T21:18:02.531Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/276)
28402026-05-15T21:18:03.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28412026-05-15T21:18:03.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28422026-05-15T21:18:03.217Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28432026-05-15T21:18:06.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.94s
28442026-05-15T21:18:06.668Z
28452026-05-15T21:18:06.668Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/276)
28462026-05-15T21:18:07.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28472026-05-15T21:18:07.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28482026-05-15T21:18:07.351Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28492026-05-15T21:18:09.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s
28502026-05-15T21:18:10.137Z
28512026-05-15T21:18:10.137Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/276)
28522026-05-15T21:18:10.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28532026-05-15T21:18:10.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28542026-05-15T21:18:10.821Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28552026-05-15T21:18:13.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.29s
28562026-05-15T21:18:13.637Z
28572026-05-15T21:18:13.637Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/276)
28582026-05-15T21:18:14.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28592026-05-15T21:18:14.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28602026-05-15T21:18:14.322Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28612026-05-15T21:18:17.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.08s
28622026-05-15T21:18:17.914Z
28632026-05-15T21:18:17.914Zinfo: running `cargo check --bins` on oximeter (93/276)
28642026-05-15T21:18:18.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28652026-05-15T21:18:18.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28662026-05-15T21:18:18.430Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28672026-05-15T21:18:18.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28682026-05-15T21:18:18.526Z
28692026-05-15T21:18:18.526Zinfo: running `cargo check --bins` on oximeter-schema (94/276)
28702026-05-15T21:18:19.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28712026-05-15T21:18:19.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28722026-05-15T21:18:19.175Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28732026-05-15T21:18:19.339Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28742026-05-15T21:18:19.342Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28752026-05-15T21:18:19.675Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28762026-05-15T21:18:22.567Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28772026-05-15T21:18:23.775Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28782026-05-15T21:18:23.939Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28792026-05-15T21:18:24.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.08s
28802026-05-15T21:18:24.796Z
28812026-05-15T21:18:24.796Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/276)
28822026-05-15T21:18:25.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28832026-05-15T21:18:25.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28842026-05-15T21:18:25.312Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28852026-05-15T21:18:25.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28862026-05-15T21:18:25.409Z
28872026-05-15T21:18:25.409Zinfo: running `cargo check --bins` on oximeter-test-utils (96/276)
28882026-05-15T21:18:25.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28892026-05-15T21:18:25.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28902026-05-15T21:18:25.961Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28912026-05-15T21:18:25.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28922026-05-15T21:18:26.059Z
28932026-05-15T21:18:26.059Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/276)
28942026-05-15T21:18:26.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28952026-05-15T21:18:26.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28962026-05-15T21:18:26.578Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28972026-05-15T21:18:26.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28982026-05-15T21:18:26.678Z
28992026-05-15T21:18:26.678Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/276)
29002026-05-15T21:18:27.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29012026-05-15T21:18:27.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29022026-05-15T21:18:27.202Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29032026-05-15T21:18:27.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29042026-05-15T21:18:27.294Z
29052026-05-15T21:18:27.294Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/276)
29062026-05-15T21:18:27.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29072026-05-15T21:18:27.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29082026-05-15T21:18:27.808Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29092026-05-15T21:18:27.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29102026-05-15T21:18:27.905Z
29112026-05-15T21:18:27.905Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/276)
29122026-05-15T21:18:28.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29132026-05-15T21:18:28.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29142026-05-15T21:18:28.427Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29152026-05-15T21:18:28.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29162026-05-15T21:18:28.527Z
29172026-05-15T21:18:28.527Zinfo: running `cargo check --bins` on trust-quorum-types (101/276)
29182026-05-15T21:18:29.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29192026-05-15T21:18:29.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29202026-05-15T21:18:29.032Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29212026-05-15T21:18:29.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29222026-05-15T21:18:29.126Z
29232026-05-15T21:18:29.126Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/276)
29242026-05-15T21:18:29.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29252026-05-15T21:18:29.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29262026-05-15T21:18:29.645Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29272026-05-15T21:18:29.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29282026-05-15T21:18:29.742Z
29292026-05-15T21:18:29.742Zinfo: running `cargo check --bins` on update-engine (103/276)
29302026-05-15T21:18:30.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29312026-05-15T21:18:30.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29322026-05-15T21:18:30.254Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29332026-05-15T21:18:30.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29342026-05-15T21:18:30.346Z
29352026-05-15T21:18:30.346Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/276)
29362026-05-15T21:18:30.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29372026-05-15T21:18:30.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29382026-05-15T21:18:31.070Z Compiling crucible-workspace-hack v0.1.0
29392026-05-15T21:18:31.190Z Checking secrecy v0.10.3
29402026-05-15T21:18:31.197Z Compiling heapless v0.8.0
29412026-05-15T21:18:31.205Z Compiling ingot-macros v0.1.1
29422026-05-15T21:18:31.211Z Compiling toml_edit v0.23.10+spec-1.0.0
29432026-05-15T21:18:31.214Z Checking hash32 v0.3.1
29442026-05-15T21:18:31.231Z Compiling smoltcp v0.11.0
29452026-05-15T21:18:31.233Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29462026-05-15T21:18:31.294Z Checking cobs v0.3.0
29472026-05-15T21:18:31.339Z Compiling thiserror-impl-no-std v2.0.2
29482026-05-15T21:18:31.431Z Checking universal-hash v0.5.1
29492026-05-15T21:18:31.472Z Checking half v2.7.1
29502026-05-15T21:18:31.483Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29512026-05-15T21:18:31.552Z Checking ciborium-io v0.2.2
29522026-05-15T21:18:31.584Z Checking opaque-debug v0.3.1
29532026-05-15T21:18:31.645Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
29542026-05-15T21:18:31.658Z Checking poly1305 v0.8.0
29552026-05-15T21:18:31.688Z Checking postcard v1.1.3
29562026-05-15T21:18:31.728Z Compiling proc-macro-crate v3.4.0
29572026-05-15T21:18:31.914Z Checking ciborium-ll v0.2.2
29582026-05-15T21:18:31.928Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29592026-05-15T21:18:31.968Z Checking password-hash v0.5.0
29602026-05-15T21:18:32.092Z Checking chacha20 v0.9.1
29612026-05-15T21:18:32.194Z Compiling proc-macro-crate v1.3.1
29622026-05-15T21:18:32.198Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29632026-05-15T21:18:32.237Z Checking blake2 v0.10.6
29642026-05-15T21:18:32.281Z Compiling num_enum_derive v0.7.5
29652026-05-15T21:18:32.294Z Checking aead v0.5.2
29662026-05-15T21:18:32.434Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29672026-05-15T21:18:32.437Z Compiling foreign-types-macros v0.2.3
29682026-05-15T21:18:32.468Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29692026-05-15T21:18:32.508Z Checking thiserror-no-std v2.0.2
29702026-05-15T21:18:32.597Z Checking cpufeatures v0.3.0
29712026-05-15T21:18:32.610Z Checking foreign-types-shared v0.3.1
29722026-05-15T21:18:32.639Z Compiling num_enum_derive v0.5.11
29732026-05-15T21:18:32.669Z Checking chacha20 v0.10.0
29742026-05-15T21:18:32.696Z Checking vsss-rs v3.3.4
29752026-05-15T21:18:32.709Z Checking argon2 v0.5.3
29762026-05-15T21:18:32.881Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29772026-05-15T21:18:33.028Z Checking foreign-types v0.5.0
29782026-05-15T21:18:33.046Z Checking chacha20poly1305 v0.10.1
29792026-05-15T21:18:33.107Z Checking ciborium v0.2.2
29802026-05-15T21:18:33.281Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29812026-05-15T21:18:33.297Z Checking tabwriter v1.4.1
29822026-05-15T21:18:33.327Z Checking num_enum v0.7.5
29832026-05-15T21:18:33.438Z Checking byte-wrapper v0.1.0
29842026-05-15T21:18:33.441Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29852026-05-15T21:18:33.525Z Checking cstr-argument v0.1.2
29862026-05-15T21:18:33.557Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29872026-05-15T21:18:33.645Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29882026-05-15T21:18:33.645Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29892026-05-15T21:18:33.669Z Checking num_enum v0.5.11
29902026-05-15T21:18:33.787Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29912026-05-15T21:18:33.804Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29922026-05-15T21:18:33.852Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29932026-05-15T21:18:33.880Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29942026-05-15T21:18:33.955Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29952026-05-15T21:18:33.985Z Checking rand v0.10.0
29962026-05-15T21:18:33.998Z Checking ingot-types v0.1.2
29972026-05-15T21:18:34.011Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
29982026-05-15T21:18:34.022Z Checking colored v3.1.1
29992026-05-15T21:18:34.155Z Checking indent_write v2.2.0
30002026-05-15T21:18:34.218Z Compiling zone_cfg_derive v0.3.1
30012026-05-15T21:18:34.282Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30022026-05-15T21:18:34.296Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30032026-05-15T21:18:34.319Z Checking itertools v0.12.1
30042026-05-15T21:18:34.331Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30052026-05-15T21:18:34.350Z Checking ingot v0.1.1
30062026-05-15T21:18:34.427Z Compiling num-derive v0.4.2
30072026-05-15T21:18:34.450Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30082026-05-15T21:18:34.464Z Checking swrite v0.1.0
30092026-05-15T21:18:34.567Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30102026-05-15T21:18:34.651Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30112026-05-15T21:18:34.815Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30122026-05-15T21:18:34.856Z Checking dropshot-api-manager-types v0.7.1
30132026-05-15T21:18:34.873Z Checking smf v0.2.3
30142026-05-15T21:18:34.895Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30152026-05-15T21:18:34.925Z Checking nanorand v0.7.0
30162026-05-15T21:18:35.021Z Checking whoami v1.6.1
30172026-05-15T21:18:35.099Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30182026-05-15T21:18:35.118Z Checking flume v0.11.1
30192026-05-15T21:18:35.319Z Checking zone v0.3.1
30202026-05-15T21:18:35.339Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
30212026-05-15T21:18:35.896Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30222026-05-15T21:18:36.873Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30232026-05-15T21:18:37.776Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30242026-05-15T21:18:40.929Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30252026-05-15T21:18:42.959Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30262026-05-15T21:18:44.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.71s
30272026-05-15T21:18:44.252Z
30282026-05-15T21:18:44.252Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/276)
30292026-05-15T21:18:44.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30302026-05-15T21:18:44.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30312026-05-15T21:18:44.768Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30322026-05-15T21:18:44.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30332026-05-15T21:18:44.866Z
30342026-05-15T21:18:44.866Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/276)
30352026-05-15T21:18:45.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30362026-05-15T21:18:45.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30372026-05-15T21:18:45.385Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30382026-05-15T21:18:45.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30392026-05-15T21:18:45.480Z
30402026-05-15T21:18:45.480Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/276)
30412026-05-15T21:18:45.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30422026-05-15T21:18:46.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30432026-05-15T21:18:46.001Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30442026-05-15T21:18:46.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30452026-05-15T21:18:46.098Z
30462026-05-15T21:18:46.098Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/276)
30472026-05-15T21:18:46.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30482026-05-15T21:18:46.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30492026-05-15T21:18:46.618Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30502026-05-15T21:18:46.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30512026-05-15T21:18:46.717Z
30522026-05-15T21:18:46.717Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/276)
30532026-05-15T21:18:47.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30542026-05-15T21:18:47.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30552026-05-15T21:18:47.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30562026-05-15T21:18:47.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30572026-05-15T21:18:47.336Z
30582026-05-15T21:18:47.336Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/276)
30592026-05-15T21:18:47.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30602026-05-15T21:18:47.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30612026-05-15T21:18:47.854Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30622026-05-15T21:18:47.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30632026-05-15T21:18:47.951Z
30642026-05-15T21:18:47.951Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/276)
30652026-05-15T21:18:48.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30662026-05-15T21:18:48.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30672026-05-15T21:18:48.470Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30682026-05-15T21:18:48.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30692026-05-15T21:18:48.567Z
30702026-05-15T21:18:48.567Zinfo: running `cargo check --bins` on cockroach-admin-client (112/276)
30712026-05-15T21:18:49.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30722026-05-15T21:18:49.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30732026-05-15T21:18:49.075Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30742026-05-15T21:18:49.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30752026-05-15T21:18:49.169Z
30762026-05-15T21:18:49.169Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/276)
30772026-05-15T21:18:49.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30782026-05-15T21:18:49.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30792026-05-15T21:18:49.685Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30802026-05-15T21:18:49.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30812026-05-15T21:18:49.776Z
30822026-05-15T21:18:49.776Zinfo: running `cargo check --bins` on dns-service-client (114/276)
30832026-05-15T21:18:50.290Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30842026-05-15T21:18:50.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30852026-05-15T21:18:50.293Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30862026-05-15T21:18:50.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30872026-05-15T21:18:50.387Z
30882026-05-15T21:18:50.387Zinfo: running `cargo check --bins` on installinator-client (115/276)
30892026-05-15T21:18:50.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30902026-05-15T21:18:50.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30912026-05-15T21:18:50.906Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30922026-05-15T21:18:50.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30932026-05-15T21:18:50.998Z
30942026-05-15T21:18:50.998Zinfo: running `cargo check --bins` on nexus-client (116/276)
30952026-05-15T21:18:51.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30962026-05-15T21:18:51.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30972026-05-15T21:18:51.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30982026-05-15T21:18:51.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30992026-05-15T21:18:51.648Z
31002026-05-15T21:18:51.648Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/276)
31012026-05-15T21:18:52.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31022026-05-15T21:18:52.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31032026-05-15T21:18:52.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31042026-05-15T21:18:52.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31052026-05-15T21:18:52.284Z
31062026-05-15T21:18:52.284Zinfo: running `cargo check --bins` on ntp-admin-client (118/276)
31072026-05-15T21:18:52.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31082026-05-15T21:18:52.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31092026-05-15T21:18:52.788Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31102026-05-15T21:18:52.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31112026-05-15T21:18:52.882Z
31122026-05-15T21:18:52.882Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/276)
31132026-05-15T21:18:53.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31142026-05-15T21:18:53.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31152026-05-15T21:18:53.392Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31162026-05-15T21:18:53.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31172026-05-15T21:18:53.482Z
31182026-05-15T21:18:53.482Zinfo: running `cargo check --bins` on oxide-client (120/276)
31192026-05-15T21:18:53.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31202026-05-15T21:18:53.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31212026-05-15T21:18:53.992Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31222026-05-15T21:18:53.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31232026-05-15T21:18:54.086Z
31242026-05-15T21:18:54.086Zinfo: running `cargo check --bins` on oximeter-client (121/276)
31252026-05-15T21:18:54.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31262026-05-15T21:18:54.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31272026-05-15T21:18:54.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31282026-05-15T21:18:54.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31292026-05-15T21:18:54.699Z
31302026-05-15T21:18:54.699Zinfo: running `cargo check --bins` on repo-depot-client (122/276)
31312026-05-15T21:18:55.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31322026-05-15T21:18:55.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31332026-05-15T21:18:55.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31342026-05-15T21:18:55.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31352026-05-15T21:18:55.285Z
31362026-05-15T21:18:55.285Zinfo: running `cargo check --bins` on sled-agent-client (123/276)
31372026-05-15T21:18:55.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31382026-05-15T21:18:55.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31392026-05-15T21:18:55.801Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31402026-05-15T21:18:55.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31412026-05-15T21:18:55.890Z
31422026-05-15T21:18:55.890Zinfo: running `cargo check --bins` on wicketd-client (124/276)
31432026-05-15T21:18:56.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31442026-05-15T21:18:56.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31452026-05-15T21:18:56.415Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31462026-05-15T21:18:56.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31472026-05-15T21:18:56.511Z
31482026-05-15T21:18:56.511Zinfo: running `cargo check --bins` on installinator-common (125/276)
31492026-05-15T21:18:57.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31502026-05-15T21:18:57.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31512026-05-15T21:18:57.030Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31522026-05-15T21:18:57.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31532026-05-15T21:18:57.125Z
31542026-05-15T21:18:57.125Zinfo: running `cargo check --bins` on installinator-common-versions (126/276)
31552026-05-15T21:18:57.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31562026-05-15T21:18:57.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31572026-05-15T21:18:57.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31582026-05-15T21:18:57.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31592026-05-15T21:18:57.709Z
31602026-05-15T21:18:57.709Zinfo: running `cargo check --bins` on wicket-common (127/276)
31612026-05-15T21:18:58.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31622026-05-15T21:18:58.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31632026-05-15T21:18:58.224Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31642026-05-15T21:18:58.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31652026-05-15T21:18:58.316Z
31662026-05-15T21:18:58.316Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/276)
31672026-05-15T21:18:58.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31682026-05-15T21:18:58.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31692026-05-15T21:18:59.002Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31702026-05-15T21:18:59.118Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31712026-05-15T21:18:59.128Z Checking csv-core v0.1.13
31722026-05-15T21:18:59.136Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31732026-05-15T21:18:59.145Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31742026-05-15T21:18:59.148Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31752026-05-15T21:18:59.165Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31762026-05-15T21:18:59.176Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31772026-05-15T21:18:59.287Z Checking csv v1.4.0
31782026-05-15T21:18:59.317Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31792026-05-15T21:18:59.343Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31802026-05-15T21:18:59.357Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31812026-05-15T21:18:59.389Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31822026-05-15T21:18:59.621Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31832026-05-15T21:18:59.983Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31842026-05-15T21:18:59.987Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31852026-05-15T21:19:00.320Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31862026-05-15T21:19:06.220Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31872026-05-15T21:19:06.748Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31882026-05-15T21:19:09.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.75s
31892026-05-15T21:19:09.266Z
31902026-05-15T21:19:09.266Zinfo: running `cargo check --bins` on cockroach-admin-api (129/276)
31912026-05-15T21:19:09.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31922026-05-15T21:19:09.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31932026-05-15T21:19:09.773Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31942026-05-15T21:19:09.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31952026-05-15T21:19:09.860Z
31962026-05-15T21:19:09.860Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/276)
31972026-05-15T21:19:10.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31982026-05-15T21:19:10.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31992026-05-15T21:19:10.432Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32002026-05-15T21:19:10.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32012026-05-15T21:19:10.539Z
32022026-05-15T21:19:10.539Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/276)
32032026-05-15T21:19:11.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32042026-05-15T21:19:11.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32052026-05-15T21:19:11.114Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32062026-05-15T21:19:11.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32072026-05-15T21:19:11.227Z
32082026-05-15T21:19:11.227Zinfo: running `cargo check --bins` on gateway-test-utils (132/276)
32092026-05-15T21:19:11.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32102026-05-15T21:19:11.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32112026-05-15T21:19:11.778Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32122026-05-15T21:19:11.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
32132026-05-15T21:19:11.881Z
32142026-05-15T21:19:11.881Zinfo: running `cargo check --bins` on omicron-gateway (133/276)
32152026-05-15T21:19:12.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32162026-05-15T21:19:12.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32172026-05-15T21:19:12.650Z Compiling regress v0.11.1
32182026-05-15T21:19:12.788Z Compiling unsafe-libyaml v0.2.11
32192026-05-15T21:19:12.802Z Compiling semver v0.1.20
32202026-05-15T21:19:12.813Z Compiling radium v0.7.0
32212026-05-15T21:19:12.827Z Compiling maybe-uninit v2.0.0
32222026-05-15T21:19:12.829Z Checking tap v1.0.1
32232026-05-15T21:19:12.852Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32242026-05-15T21:19:12.938Z Checking wyz v0.5.1
32252026-05-15T21:19:13.075Z Compiling rustc_version v0.1.7
32262026-05-15T21:19:13.117Z Checking progenitor-client v0.13.0
32272026-05-15T21:19:13.138Z Compiling zerocopy-derive v0.6.6
32282026-05-15T21:19:13.273Z Compiling cancel-safe-futures v0.1.5
32292026-05-15T21:19:13.295Z Compiling serde_yaml v0.9.34+deprecated
32302026-05-15T21:19:13.349Z Compiling newtype_derive v0.1.6
32312026-05-15T21:19:13.514Z Compiling owo-colors v4.3.0
32322026-05-15T21:19:13.528Z Checking crc-catalog v2.4.0
32332026-05-15T21:19:13.539Z Checking funty v2.0.0
32342026-05-15T21:19:13.619Z Compiling packed_struct v0.10.1
32352026-05-15T21:19:13.858Z Checking bitvec v1.0.1
32362026-05-15T21:19:13.885Z Checking crc v3.4.0
32372026-05-15T21:19:13.984Z Checking zerocopy v0.6.6
32382026-05-15T21:19:14.045Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32392026-05-15T21:19:14.059Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32402026-05-15T21:19:14.207Z Checking typify-impl v0.6.2
32412026-05-15T21:19:14.320Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32422026-05-15T21:19:14.395Z Compiling packed_struct_codegen v0.10.1
32432026-05-15T21:19:14.572Z Checking libsw-core v0.3.2
32442026-05-15T21:19:14.588Z Compiling bitfield-macros v0.19.4
32452026-05-15T21:19:14.721Z Compiling indexmap v1.9.3
32462026-05-15T21:19:14.787Z Checking nodrop v0.1.14
32472026-05-15T21:19:14.881Z Checking array-init v0.0.4
32482026-05-15T21:19:14.934Z Checking libsw v3.5.0
32492026-05-15T21:19:15.086Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32502026-05-15T21:19:15.150Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32512026-05-15T21:19:15.184Z Checking smallvec v0.6.14
32522026-05-15T21:19:15.294Z Checking bitfield v0.19.4
32532026-05-15T21:19:15.327Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32542026-05-15T21:19:15.490Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32552026-05-15T21:19:15.564Z Checking base64 v0.21.7
32562026-05-15T21:19:15.580Z Checking smawk v0.3.2
32572026-05-15T21:19:15.617Z Checking tagptr v0.2.0
32582026-05-15T21:19:15.710Z Checking hashbrown v0.12.3
32592026-05-15T21:19:15.748Z Checking linear-map v1.2.0
32602026-05-15T21:19:15.763Z Checking unicode-linebreak v0.1.5
32612026-05-15T21:19:15.802Z Checking ron v0.8.1
32622026-05-15T21:19:15.942Z Checking moka v0.12.13
32632026-05-15T21:19:15.961Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32642026-05-15T21:19:15.999Z Checking textwrap v0.16.2
32652026-05-15T21:19:16.052Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32662026-05-15T21:19:16.133Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32672026-05-15T21:19:16.222Z Checking steno v0.4.1
32682026-05-15T21:19:16.368Z Checking serde-hex v0.1.0
32692026-05-15T21:19:16.478Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32702026-05-15T21:19:16.565Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32712026-05-15T21:19:16.584Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32722026-05-15T21:19:16.642Z Checking hashbrown v0.13.2
32732026-05-15T21:19:16.975Z Checking crc-any v2.5.0
32742026-05-15T21:19:17.068Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32752026-05-15T21:19:17.153Z Checking humantime v2.3.0
32762026-05-15T21:19:17.168Z Checking object v0.30.4
32772026-05-15T21:19:17.230Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32782026-05-15T21:19:17.277Z Checking hickory-resolver v0.25.2
32792026-05-15T21:19:17.338Z Checking half v1.8.3
32802026-05-15T21:19:17.353Z Checking void v1.0.2
32812026-05-15T21:19:17.394Z Checking path-slash v0.1.5
32822026-05-15T21:19:17.456Z Checking utf-8 v0.7.6
32832026-05-15T21:19:17.500Z Checking lzss v0.8.2
32842026-05-15T21:19:17.534Z Checking serde_cbor v0.11.2
32852026-05-15T21:19:17.593Z Checking tungstenite v0.23.0
32862026-05-15T21:19:17.826Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32872026-05-15T21:19:17.863Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32882026-05-15T21:19:17.918Z Checking nix v0.27.1
32892026-05-15T21:19:17.974Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32902026-05-15T21:19:17.987Z Checking kstat-rs v0.2.4
32912026-05-15T21:19:18.008Z Checking fxhash v0.2.1
32922026-05-15T21:19:18.096Z Checking serde_bytes v0.11.19
32932026-05-15T21:19:18.129Z Checking tokio-tungstenite v0.23.1
32942026-05-15T21:19:18.169Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32952026-05-15T21:19:18.267Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32962026-05-15T21:19:18.385Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32972026-05-15T21:19:18.402Z Checking signal-hook-tokio v0.3.1
32982026-05-15T21:19:18.673Z Compiling typify-macro v0.6.2
32992026-05-15T21:19:19.481Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33002026-05-15T21:19:19.811Z Compiling typify v0.6.2
33012026-05-15T21:19:19.891Z Compiling progenitor-impl v0.13.0
33022026-05-15T21:19:19.891Z Compiling progenitor-impl v0.14.0
33032026-05-15T21:19:20.401Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33042026-05-15T21:19:20.723Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
33052026-05-15T21:19:21.486Z Compiling progenitor-macro v0.13.0
33062026-05-15T21:19:21.523Z Compiling progenitor-macro v0.14.0
33072026-05-15T21:19:23.886Z Checking progenitor v0.13.0
33082026-05-15T21:19:24.018Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33092026-05-15T21:19:24.182Z Checking progenitor v0.14.0
33102026-05-15T21:19:24.301Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33112026-05-15T21:19:27.067Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33122026-05-15T21:19:34.671Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33132026-05-15T21:19:41.045Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33142026-05-15T21:19:42.421Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33152026-05-15T21:19:42.936Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33162026-05-15T21:19:45.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.15s
33172026-05-15T21:19:45.236Z
33182026-05-15T21:19:45.236Zinfo: running `cargo check --bins` on gateway-api (134/276)
33192026-05-15T21:19:45.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33202026-05-15T21:19:45.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33212026-05-15T21:19:45.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33222026-05-15T21:19:45.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33232026-05-15T21:19:45.848Z
33242026-05-15T21:19:45.848Zinfo: running `cargo check --bins` on ipcc (135/276)
33252026-05-15T21:19:46.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33262026-05-15T21:19:46.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33272026-05-15T21:19:46.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33282026-05-15T21:19:46.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33292026-05-15T21:19:46.464Z
33302026-05-15T21:19:46.464Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/276)
33312026-05-15T21:19:46.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33322026-05-15T21:19:46.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33332026-05-15T21:19:46.969Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33342026-05-15T21:19:46.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33352026-05-15T21:19:47.058Z
33362026-05-15T21:19:47.058Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (137/276)
33372026-05-15T21:19:47.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33382026-05-15T21:19:47.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33392026-05-15T21:19:47.578Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33402026-05-15T21:19:47.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33412026-05-15T21:19:47.673Z
33422026-05-15T21:19:47.673Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/276)
33432026-05-15T21:19:48.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33442026-05-15T21:19:48.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33452026-05-15T21:19:48.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33462026-05-15T21:19:48.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33472026-05-15T21:19:48.288Z
33482026-05-15T21:19:48.288Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/276)
33492026-05-15T21:19:48.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33502026-05-15T21:19:48.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33512026-05-15T21:19:48.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33522026-05-15T21:19:48.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33532026-05-15T21:19:48.898Z
33542026-05-15T21:19:48.899Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/276)
33552026-05-15T21:19:49.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33562026-05-15T21:19:49.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33572026-05-15T21:19:49.416Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33582026-05-15T21:19:49.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33592026-05-15T21:19:49.506Z
33602026-05-15T21:19:49.507Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/276)
33612026-05-15T21:19:50.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33622026-05-15T21:19:50.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33632026-05-15T21:19:50.021Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33642026-05-15T21:19:50.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33652026-05-15T21:19:50.114Z
33662026-05-15T21:19:50.114Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/276)
33672026-05-15T21:19:50.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33682026-05-15T21:19:50.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33692026-05-15T21:19:50.632Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33702026-05-15T21:19:50.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33712026-05-15T21:19:50.727Z
33722026-05-15T21:19:50.727Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/276)
33732026-05-15T21:19:51.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33742026-05-15T21:19:51.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33752026-05-15T21:19:51.241Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33762026-05-15T21:19:51.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33772026-05-15T21:19:51.331Z
33782026-05-15T21:19:51.331Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/276)
33792026-05-15T21:19:51.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33802026-05-15T21:19:51.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33812026-05-15T21:19:51.848Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33822026-05-15T21:19:51.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33832026-05-15T21:19:51.941Z
33842026-05-15T21:19:51.941Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/276)
33852026-05-15T21:19:52.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33862026-05-15T21:19:52.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33872026-05-15T21:19:52.457Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33882026-05-15T21:19:52.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33892026-05-15T21:19:52.554Z
33902026-05-15T21:19:52.554Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/276)
33912026-05-15T21:19:53.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33922026-05-15T21:19:53.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33932026-05-15T21:19:53.069Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33942026-05-15T21:19:53.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33952026-05-15T21:19:53.163Z
33962026-05-15T21:19:53.164Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/276)
33972026-05-15T21:19:53.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33982026-05-15T21:19:53.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33992026-05-15T21:19:53.684Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34002026-05-15T21:19:53.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34012026-05-15T21:19:53.779Z
34022026-05-15T21:19:53.779Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (148/276)
34032026-05-15T21:19:54.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34042026-05-15T21:19:54.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34052026-05-15T21:19:54.300Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34062026-05-15T21:19:54.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34072026-05-15T21:19:54.391Z
34082026-05-15T21:19:54.391Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (149/276)
34092026-05-15T21:19:54.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34102026-05-15T21:19:54.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34112026-05-15T21:19:54.908Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34122026-05-15T21:19:54.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34132026-05-15T21:19:55.002Z
34142026-05-15T21:19:55.002Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (150/276)
34152026-05-15T21:19:55.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34162026-05-15T21:19:55.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34172026-05-15T21:19:55.516Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34182026-05-15T21:19:55.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34192026-05-15T21:19:55.605Z
34202026-05-15T21:19:55.605Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (151/276)
34212026-05-15T21:19:56.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34222026-05-15T21:19:56.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34232026-05-15T21:19:56.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34242026-05-15T21:19:56.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34252026-05-15T21:19:56.215Z
34262026-05-15T21:19:56.215Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (152/276)
34272026-05-15T21:19:56.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34282026-05-15T21:19:56.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34292026-05-15T21:19:56.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34302026-05-15T21:19:56.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34312026-05-15T21:19:56.827Z
34322026-05-15T21:19:56.827Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (153/276)
34332026-05-15T21:19:57.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34342026-05-15T21:19:57.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34352026-05-15T21:19:57.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34362026-05-15T21:19:57.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34372026-05-15T21:19:57.440Z
34382026-05-15T21:19:57.440Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (154/276)
34392026-05-15T21:19:57.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34402026-05-15T21:19:57.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34412026-05-15T21:19:57.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34422026-05-15T21:19:57.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34432026-05-15T21:19:58.052Z
34442026-05-15T21:19:58.052Zinfo: running `cargo check --bins` on oximeter-producer (155/276)
34452026-05-15T21:19:58.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34462026-05-15T21:19:58.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34472026-05-15T21:19:58.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34482026-05-15T21:19:58.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34492026-05-15T21:19:58.705Z
34502026-05-15T21:19:58.705Zinfo: running `cargo check --bins` on internal-dns-resolver (156/276)
34512026-05-15T21:19:59.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34522026-05-15T21:19:59.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34532026-05-15T21:19:59.226Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34542026-05-15T21:19:59.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34552026-05-15T21:19:59.322Z
34562026-05-15T21:19:59.322Zinfo: running `cargo check --bins` on dns-server (157/276)
34572026-05-15T21:19:59.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34582026-05-15T21:19:59.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34592026-05-15T21:19:59.988Z Compiling parking_lot_core v0.8.6
34602026-05-15T21:19:59.988Z Compiling atomicwrites v0.4.4
34612026-05-15T21:19:59.988Z Compiling git-stub v1.0.0
34622026-05-15T21:19:59.994Z Checking prefix-trie v0.7.0
34632026-05-15T21:19:59.995Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34642026-05-15T21:20:00.220Z Compiling git-stub-vcs v0.1.0
34652026-05-15T21:20:00.401Z Checking hickory-server v0.25.2
34662026-05-15T21:20:00.492Z Checking parking_lot v0.11.2
34672026-05-15T21:20:00.495Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34682026-05-15T21:20:00.591Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34692026-05-15T21:20:00.591Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34702026-05-15T21:20:00.664Z Checking sled v0.34.7
34712026-05-15T21:20:02.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s
34722026-05-15T21:20:02.750Z
34732026-05-15T21:20:02.750Zinfo: running `cargo check --bins` on dns-server-api (158/276)
34742026-05-15T21:20:03.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34752026-05-15T21:20:03.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34762026-05-15T21:20:03.267Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34772026-05-15T21:20:03.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34782026-05-15T21:20:03.363Z
34792026-05-15T21:20:03.363Zinfo: running `cargo check --bins` on oximeter-producer-api (159/276)
34802026-05-15T21:20:03.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34812026-05-15T21:20:03.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34822026-05-15T21:20:03.877Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34832026-05-15T21:20:03.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34842026-05-15T21:20:03.972Z
34852026-05-15T21:20:03.972Zinfo: running `cargo check --bins` on sp-sim (160/276)
34862026-05-15T21:20:04.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34872026-05-15T21:20:04.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34882026-05-15T21:20:04.703Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34892026-05-15T21:20:06.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.48s
34902026-05-15T21:20:06.657Z
34912026-05-15T21:20:06.657Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (161/276)
34922026-05-15T21:20:07.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34932026-05-15T21:20:07.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34942026-05-15T21:20:07.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34952026-05-15T21:20:07.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34962026-05-15T21:20:07.309Z
34972026-05-15T21:20:07.309Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (162/276)
34982026-05-15T21:20:07.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34992026-05-15T21:20:07.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35002026-05-15T21:20:07.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35012026-05-15T21:20:07.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35022026-05-15T21:20:07.960Z
35032026-05-15T21:20:07.960Zinfo: running `cargo check --bins` on db-macros (163/276)
35042026-05-15T21:20:08.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35052026-05-15T21:20:08.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35062026-05-15T21:20:08.458Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35072026-05-15T21:20:08.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35082026-05-15T21:20:08.546Z
35092026-05-15T21:20:08.546Zinfo: running `cargo check --bins` on nexus-macros-common (164/276)
35102026-05-15T21:20:09.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35112026-05-15T21:20:09.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35122026-05-15T21:20:09.044Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35132026-05-15T21:20:09.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35142026-05-15T21:20:09.128Z
35152026-05-15T21:20:09.128Zinfo: running `cargo check --bins` on nexus-auth (165/276)
35162026-05-15T21:20:09.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35172026-05-15T21:20:09.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35182026-05-15T21:20:09.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35192026-05-15T21:20:09.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35202026-05-15T21:20:09.777Z
35212026-05-15T21:20:09.777Zinfo: running `cargo check --bins` on authz-macros (166/276)
35222026-05-15T21:20:10.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35232026-05-15T21:20:10.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35242026-05-15T21:20:10.279Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35252026-05-15T21:20:10.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35262026-05-15T21:20:10.367Z
35272026-05-15T21:20:10.367Zinfo: running `cargo check --bins` on nexus-db-fixed-data (167/276)
35282026-05-15T21:20:10.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35292026-05-15T21:20:10.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35302026-05-15T21:20:10.913Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35312026-05-15T21:20:10.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35322026-05-15T21:20:11.013Z
35332026-05-15T21:20:11.013Zinfo: running `cargo check --bins` on nexus-db-model (168/276)
35342026-05-15T21:20:11.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35352026-05-15T21:20:11.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35362026-05-15T21:20:11.554Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35372026-05-15T21:20:11.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35382026-05-15T21:20:11.655Z
35392026-05-15T21:20:11.655Zinfo: running `cargo check --bins` on nexus-db-schema (169/276)
35402026-05-15T21:20:12.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35412026-05-15T21:20:12.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35422026-05-15T21:20:12.156Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35432026-05-15T21:20:12.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35442026-05-15T21:20:12.245Z
35452026-05-15T21:20:12.245Zinfo: running `cargo check --bins` on omicron-rpaths (170/276)
35462026-05-15T21:20:12.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35472026-05-15T21:20:12.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35482026-05-15T21:20:12.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35492026-05-15T21:20:12.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35502026-05-15T21:20:12.828Z
35512026-05-15T21:20:12.828Zinfo: running `cargo check --bins` on nexus-defaults (171/276)
35522026-05-15T21:20:13.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35532026-05-15T21:20:13.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35542026-05-15T21:20:13.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35552026-05-15T21:20:13.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35562026-05-15T21:20:13.421Z
35572026-05-15T21:20:13.421Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (172/276)
35582026-05-15T21:20:13.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35592026-05-15T21:20:13.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35602026-05-15T21:20:13.920Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35612026-05-15T21:20:13.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35622026-05-15T21:20:14.008Z
35632026-05-15T21:20:14.008Zinfo: running `cargo check --bins` on parallel-task-set (173/276)
35642026-05-15T21:20:14.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35652026-05-15T21:20:14.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35662026-05-15T21:20:14.509Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35672026-05-15T21:20:14.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35682026-05-15T21:20:14.595Z
35692026-05-15T21:20:14.595Zinfo: running `cargo check --bins` on nexus-db-errors (174/276)
35702026-05-15T21:20:15.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35712026-05-15T21:20:15.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35722026-05-15T21:20:15.145Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35732026-05-15T21:20:15.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35742026-05-15T21:20:15.247Z
35752026-05-15T21:20:15.247Zinfo: running `cargo check --bins` on nexus-db-lookup (175/276)
35762026-05-15T21:20:15.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35772026-05-15T21:20:15.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35782026-05-15T21:20:15.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35792026-05-15T21:20:15.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35802026-05-15T21:20:15.899Z
35812026-05-15T21:20:15.899Zinfo: running `cargo check --bins` on nexus-inventory (176/276)
35822026-05-15T21:20:16.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35832026-05-15T21:20:16.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35842026-05-15T21:20:16.441Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35852026-05-15T21:20:16.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35862026-05-15T21:20:16.542Z
35872026-05-15T21:20:16.542Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (177/276)
35882026-05-15T21:20:17.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35892026-05-15T21:20:17.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35902026-05-15T21:20:17.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35912026-05-15T21:20:17.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35922026-05-15T21:20:17.156Z
35932026-05-15T21:20:17.156Zinfo: running `cargo check --bins --no-default-features` on sled-storage (178/276)
35942026-05-15T21:20:17.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35952026-05-15T21:20:17.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35962026-05-15T21:20:17.683Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35972026-05-15T21:20:17.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35982026-05-15T21:20:17.782Z
35992026-05-15T21:20:17.782Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (179/276)
36002026-05-15T21:20:18.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36012026-05-15T21:20:18.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36022026-05-15T21:20:18.309Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36032026-05-15T21:20:18.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36042026-05-15T21:20:18.409Z
36052026-05-15T21:20:18.409Zinfo: running `cargo check --bins` on key-manager (180/276)
36062026-05-15T21:20:18.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36072026-05-15T21:20:18.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36082026-05-15T21:20:18.923Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36092026-05-15T21:20:18.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36102026-05-15T21:20:19.016Z
36112026-05-15T21:20:19.017Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (181/276)
36122026-05-15T21:20:19.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36132026-05-15T21:20:19.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36142026-05-15T21:20:19.544Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36152026-05-15T21:20:19.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36162026-05-15T21:20:19.644Z
36172026-05-15T21:20:19.644Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (182/276)
36182026-05-15T21:20:20.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36192026-05-15T21:20:20.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36202026-05-15T21:20:20.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36212026-05-15T21:20:20.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36222026-05-15T21:20:20.275Z
36232026-05-15T21:20:20.275Zinfo: running `cargo check --bins` on typed-rng (183/276)
36242026-05-15T21:20:20.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36252026-05-15T21:20:20.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36262026-05-15T21:20:20.776Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36272026-05-15T21:20:20.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36282026-05-15T21:20:20.866Z
36292026-05-15T21:20:20.866Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (184/276)
36302026-05-15T21:20:21.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36312026-05-15T21:20:21.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36322026-05-15T21:20:21.739Z Compiling typify-impl v0.4.3
36332026-05-15T21:20:21.739Z Compiling libefi-sys v0.1.0
36342026-05-15T21:20:21.742Z Compiling bitfield-struct v0.6.2
36352026-05-15T21:20:21.896Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36362026-05-15T21:20:21.906Z Compiling xshell-macros v0.2.7
36372026-05-15T21:20:21.931Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36382026-05-15T21:20:21.934Z Compiling salty v0.3.0
36392026-05-15T21:20:22.003Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36402026-05-15T21:20:22.136Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
36412026-05-15T21:20:22.242Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36422026-05-15T21:20:22.321Z Checking xshell v0.2.7
36432026-05-15T21:20:22.338Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36442026-05-15T21:20:22.389Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36452026-05-15T21:20:22.506Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36462026-05-15T21:20:22.520Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36472026-05-15T21:20:22.593Z Checking primeorder v0.13.6
36482026-05-15T21:20:22.687Z Compiling proc-macro-error-attr2 v2.0.0
36492026-05-15T21:20:22.742Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36502026-05-15T21:20:22.832Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36512026-05-15T21:20:22.867Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36522026-05-15T21:20:22.976Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36532026-05-15T21:20:23.009Z Checking tungstenite v0.21.0
36542026-05-15T21:20:23.078Z Compiling proc-macro-error2 v2.0.1
36552026-05-15T21:20:23.096Z Checking p384 v0.13.1
36562026-05-15T21:20:23.110Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36572026-05-15T21:20:23.443Z Compiling num-derive v0.3.3
36582026-05-15T21:20:23.523Z Checking tokio-tungstenite v0.21.0
36592026-05-15T21:20:23.724Z Compiling tabled_derive v0.11.0
36602026-05-15T21:20:23.810Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36612026-05-15T21:20:23.826Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36622026-05-15T21:20:23.894Z Checking papergrid v0.17.0
36632026-05-15T21:20:24.209Z Checking testing_table v0.3.0
36642026-05-15T21:20:24.266Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36652026-05-15T21:20:24.305Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36662026-05-15T21:20:24.347Z Checking libscf-sys v1.1.0
36672026-05-15T21:20:24.525Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36682026-05-15T21:20:24.690Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36692026-05-15T21:20:24.778Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36702026-05-15T21:20:24.826Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36712026-05-15T21:20:24.894Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36722026-05-15T21:20:24.980Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36732026-05-15T21:20:24.994Z Compiling illumos-nvpair-sys v0.2.0
36742026-05-15T21:20:25.023Z Compiling unicase v2.9.0
36752026-05-15T21:20:25.090Z Checking corncobs v0.1.4
36762026-05-15T21:20:25.223Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36772026-05-15T21:20:25.237Z Compiling mime_guess v2.0.5
36782026-05-15T21:20:25.279Z Checking tabled v0.20.0
36792026-05-15T21:20:25.388Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36802026-05-15T21:20:25.467Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36812026-05-15T21:20:25.483Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36822026-05-15T21:20:25.598Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
36832026-05-15T21:20:25.679Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36842026-05-15T21:20:25.770Z Checking progenitor-client v0.11.2
36852026-05-15T21:20:25.816Z Checking secrecy v0.8.0
36862026-05-15T21:20:25.905Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36872026-05-15T21:20:25.987Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36882026-05-15T21:20:26.249Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36892026-05-15T21:20:26.328Z Compiling typify-macro v0.4.3
36902026-05-15T21:20:26.360Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
36912026-05-15T21:20:26.375Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36922026-05-15T21:20:26.434Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36932026-05-15T21:20:26.522Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36942026-05-15T21:20:26.614Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
36952026-05-15T21:20:26.649Z Checking filetime v0.2.27
36962026-05-15T21:20:26.803Z Checking xattr v1.6.1
36972026-05-15T21:20:26.941Z Checking http-range v0.1.5
36982026-05-15T21:20:26.958Z Checking crc8 v0.1.1
36992026-05-15T21:20:27.062Z Checking tar v0.4.45
37002026-05-15T21:20:27.076Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37012026-05-15T21:20:27.268Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37022026-05-15T21:20:27.307Z Checking illumos-nvpair v0.3.0
37032026-05-15T21:20:27.446Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37042026-05-15T21:20:27.469Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37052026-05-15T21:20:27.500Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
37062026-05-15T21:20:27.840Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
37072026-05-15T21:20:27.928Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37082026-05-15T21:20:27.945Z Checking atty v0.2.14
37092026-05-15T21:20:28.018Z Compiling typify v0.4.3
37102026-05-15T21:20:28.092Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37112026-05-15T21:20:28.159Z Compiling progenitor-impl v0.11.2
37122026-05-15T21:20:28.193Z Compiling progenitor-impl v0.10.0
37132026-05-15T21:20:28.564Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37142026-05-15T21:20:29.109Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37152026-05-15T21:20:29.149Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37162026-05-15T21:20:29.400Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37172026-05-15T21:20:29.544Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37182026-05-15T21:20:29.914Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
37192026-05-15T21:20:30.261Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37202026-05-15T21:20:30.286Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
37212026-05-15T21:20:30.354Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
37222026-05-15T21:20:30.460Z Checking hyper-staticfile v0.10.1
37232026-05-15T21:20:30.605Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37242026-05-15T21:20:30.621Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37252026-05-15T21:20:30.666Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
37262026-05-15T21:20:30.750Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37272026-05-15T21:20:30.753Z Compiling progenitor-macro v0.11.2
37282026-05-15T21:20:30.780Z Compiling progenitor-macro v0.10.0
37292026-05-15T21:20:30.860Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37302026-05-15T21:20:31.000Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37312026-05-15T21:20:31.093Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37322026-05-15T21:20:31.217Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37332026-05-15T21:20:33.602Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
37342026-05-15T21:20:33.774Z Checking progenitor v0.10.0
37352026-05-15T21:20:33.895Z Checking progenitor v0.11.2
37362026-05-15T21:20:33.911Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37372026-05-15T21:20:34.025Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37382026-05-15T21:20:38.685Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
37392026-05-15T21:20:49.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.73s
37402026-05-15T21:20:49.826Z
37412026-05-15T21:20:49.826Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (185/276)
37422026-05-15T21:20:50.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37432026-05-15T21:20:50.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37442026-05-15T21:20:50.629Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37452026-05-15T21:21:01.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.58s
37462026-05-15T21:21:01.626Z
37472026-05-15T21:21:01.626Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (186/276)
37482026-05-15T21:21:02.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37492026-05-15T21:21:02.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37502026-05-15T21:21:02.424Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37512026-05-15T21:21:13.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.50s
37522026-05-15T21:21:13.346Z
37532026-05-15T21:21:13.346Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (187/276)
37542026-05-15T21:21:13.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37552026-05-15T21:21:13.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37562026-05-15T21:21:14.140Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37572026-05-15T21:21:24.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.47s
37582026-05-15T21:21:25.043Z
37592026-05-15T21:21:25.043Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (188/276)
37602026-05-15T21:21:25.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37612026-05-15T21:21:25.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37622026-05-15T21:21:25.838Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37632026-05-15T21:21:36.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.46s
37642026-05-15T21:21:36.730Z
37652026-05-15T21:21:36.730Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (189/276)
37662026-05-15T21:21:37.290Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37672026-05-15T21:21:37.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37682026-05-15T21:21:37.522Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37692026-05-15T21:21:48.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.41s
37702026-05-15T21:21:48.370Z
37712026-05-15T21:21:48.371Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (190/276)
37722026-05-15T21:21:48.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37732026-05-15T21:21:48.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37742026-05-15T21:21:49.162Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37752026-05-15T21:21:59.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.47s
37762026-05-15T21:22:00.071Z
37772026-05-15T21:22:00.071Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (191/276)
37782026-05-15T21:22:00.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37792026-05-15T21:22:00.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37802026-05-15T21:22:00.858Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37812026-05-15T21:22:11.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.44s
37822026-05-15T21:22:11.731Z
37832026-05-15T21:22:11.731Zinfo: running `cargo check --bins` on bootstrap-agent-api (192/276)
37842026-05-15T21:22:12.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37852026-05-15T21:22:12.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37862026-05-15T21:22:12.252Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37872026-05-15T21:22:12.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37882026-05-15T21:22:12.347Z
37892026-05-15T21:22:12.348Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (193/276)
37902026-05-15T21:22:12.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37912026-05-15T21:22:12.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37922026-05-15T21:22:12.869Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37932026-05-15T21:22:12.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37942026-05-15T21:22:12.959Z
37952026-05-15T21:22:12.959Zinfo: running `cargo check --bins` on range-requests (194/276)
37962026-05-15T21:22:13.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37972026-05-15T21:22:13.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37982026-05-15T21:22:13.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37992026-05-15T21:22:13.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38002026-05-15T21:22:13.557Z
38012026-05-15T21:22:13.557Zinfo: running `cargo check --bins` on repo-depot-api (195/276)
38022026-05-15T21:22:14.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38032026-05-15T21:22:14.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38042026-05-15T21:22:14.071Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38052026-05-15T21:22:14.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38062026-05-15T21:22:14.165Z
38072026-05-15T21:22:14.165Zinfo: running `cargo check --bins` on sled-agent-api (196/276)
38082026-05-15T21:22:14.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38092026-05-15T21:22:14.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38102026-05-15T21:22:14.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38112026-05-15T21:22:14.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38122026-05-15T21:22:14.794Z
38132026-05-15T21:22:14.794Zinfo: running `cargo check --bins` on sled-diagnostics (197/276)
38142026-05-15T21:22:15.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38152026-05-15T21:22:15.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38162026-05-15T21:22:15.324Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38172026-05-15T21:22:15.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38182026-05-15T21:22:15.424Z
38192026-05-15T21:22:15.424Zinfo: running `cargo check --bins` on zfs-test-harness (198/276)
38202026-05-15T21:22:15.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38212026-05-15T21:22:15.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38222026-05-15T21:22:15.952Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38232026-05-15T21:22:15.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38242026-05-15T21:22:16.044Z
38252026-05-15T21:22:16.044Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (199/276)
38262026-05-15T21:22:16.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38272026-05-15T21:22:16.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38282026-05-15T21:22:16.575Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38292026-05-15T21:22:16.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38302026-05-15T21:22:16.676Z
38312026-05-15T21:22:16.676Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (200/276)
38322026-05-15T21:22:17.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38332026-05-15T21:22:17.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38342026-05-15T21:22:17.209Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38352026-05-15T21:22:17.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38362026-05-15T21:22:17.309Z
38372026-05-15T21:22:17.309Zinfo: running `cargo check --bins` on sled-agent-early-networking (201/276)
38382026-05-15T21:22:17.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38392026-05-15T21:22:17.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38402026-05-15T21:22:17.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38412026-05-15T21:22:17.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38422026-05-15T21:22:17.943Z
38432026-05-15T21:22:17.943Zinfo: running `cargo check --bins` on sled-agent-health-monitor (202/276)
38442026-05-15T21:22:18.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38452026-05-15T21:22:18.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38462026-05-15T21:22:18.471Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38472026-05-15T21:22:18.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38482026-05-15T21:22:18.570Z
38492026-05-15T21:22:18.570Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (203/276)
38502026-05-15T21:22:19.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38512026-05-15T21:22:19.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38522026-05-15T21:22:19.100Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38532026-05-15T21:22:19.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38542026-05-15T21:22:19.201Z
38552026-05-15T21:22:19.201Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (204/276)
38562026-05-15T21:22:19.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38572026-05-15T21:22:19.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38582026-05-15T21:22:19.730Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38592026-05-15T21:22:19.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38602026-05-15T21:22:19.829Z
38612026-05-15T21:22:19.829Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (205/276)
38622026-05-15T21:22:20.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38632026-05-15T21:22:20.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38642026-05-15T21:22:20.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38652026-05-15T21:22:20.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38662026-05-15T21:22:20.459Z
38672026-05-15T21:22:20.459Zinfo: running `cargo check --bins` on sled-agent-rack-setup (206/276)
38682026-05-15T21:22:21.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38692026-05-15T21:22:21.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38702026-05-15T21:22:21.007Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38712026-05-15T21:22:21.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38722026-05-15T21:22:21.106Z
38732026-05-15T21:22:21.106Zinfo: running `cargo check --bins` on trust-quorum (207/276)
38742026-05-15T21:22:21.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38752026-05-15T21:22:21.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38762026-05-15T21:22:21.640Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38772026-05-15T21:22:21.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38782026-05-15T21:22:21.742Z
38792026-05-15T21:22:21.742Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (208/276)
38802026-05-15T21:22:22.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38812026-05-15T21:22:22.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38822026-05-15T21:22:22.286Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38832026-05-15T21:22:22.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38842026-05-15T21:22:22.390Z
38852026-05-15T21:22:22.390Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (209/276)
38862026-05-15T21:22:22.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38872026-05-15T21:22:22.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38882026-05-15T21:22:22.945Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38892026-05-15T21:22:22.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38902026-05-15T21:22:23.051Z
38912026-05-15T21:22:23.051Zinfo: running `cargo check --bins` on update-common (210/276)
38922026-05-15T21:22:23.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38932026-05-15T21:22:23.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38942026-05-15T21:22:23.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38952026-05-15T21:22:23.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38962026-05-15T21:22:23.667Z
38972026-05-15T21:22:23.667Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (211/276)
38982026-05-15T21:22:24.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38992026-05-15T21:22:24.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39002026-05-15T21:22:24.229Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39012026-05-15T21:22:24.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
39022026-05-15T21:22:24.335Z
39032026-05-15T21:22:24.335Zinfo: running `cargo check --bins` on omicron-deployment-graph (212/276)
39042026-05-15T21:22:24.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39052026-05-15T21:22:24.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39062026-05-15T21:22:24.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39072026-05-15T21:22:24.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39082026-05-15T21:22:24.921Z
39092026-05-15T21:22:24.921Zinfo: running `cargo check --bins` on reconfigurator-cli (213/276)
39102026-05-15T21:22:25.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39112026-05-15T21:22:25.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39122026-05-15T21:22:25.703Z Compiling fs-err v2.11.0
39132026-05-15T21:22:25.703Z Checking ignore v0.4.25
39142026-05-15T21:22:25.706Z Checking arc-swap v1.8.2
39152026-05-15T21:22:25.832Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
39162026-05-15T21:22:25.835Z Checking predicates-tree v1.0.13
39172026-05-15T21:22:25.839Z Checking parse-size v1.1.0
39182026-05-15T21:22:25.871Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39192026-05-15T21:22:25.874Z Checking rand_seeder v0.4.0
39202026-05-15T21:22:25.937Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
39212026-05-15T21:22:25.971Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39222026-05-15T21:22:26.025Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39232026-05-15T21:22:26.042Z Checking slog-scope v4.4.1
39242026-05-15T21:22:26.077Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39252026-05-15T21:22:26.170Z Checking slog-stdlog v4.1.1
39262026-05-15T21:22:26.186Z Compiling petname v2.0.2
39272026-05-15T21:22:26.200Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39282026-05-15T21:22:26.213Z Checking globwalk v0.9.1
39292026-05-15T21:22:26.257Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
39302026-05-15T21:22:26.289Z Checking slog-envlogger v2.2.0
39312026-05-15T21:22:26.389Z Checking camino-tempfile-ext v0.3.3
39322026-05-15T21:22:26.438Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39332026-05-15T21:22:26.467Z Checking sapling-renderdag v0.1.0
39342026-05-15T21:22:26.602Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39352026-05-15T21:22:26.625Z Checking subprocess v0.2.15
39362026-05-15T21:22:26.706Z Checking sync-ptr v0.1.4
39372026-05-15T21:22:26.822Z Checking colored v2.2.0
39382026-05-15T21:22:26.838Z Checking assert_matches v1.5.0
39392026-05-15T21:22:26.904Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39402026-05-15T21:22:27.053Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39412026-05-15T21:22:27.053Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
39422026-05-15T21:22:27.753Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39432026-05-15T21:22:29.075Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39442026-05-15T21:22:31.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.38s
39452026-05-15T21:22:31.521Z
39462026-05-15T21:22:31.521Zinfo: running `cargo check --bins` on omicron-repl-utils (214/276)
39472026-05-15T21:22:32.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39482026-05-15T21:22:32.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39492026-05-15T21:22:32.026Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39502026-05-15T21:22:32.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39512026-05-15T21:22:32.115Z
39522026-05-15T21:22:32.115Zinfo: running `cargo check --bins` on transient-dns-server (215/276)
39532026-05-15T21:22:32.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39542026-05-15T21:22:32.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39552026-05-15T21:22:32.641Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39562026-05-15T21:22:32.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39572026-05-15T21:22:32.737Z
39582026-05-15T21:22:32.737Zinfo: running `cargo check --bins` on nexus-test-interface (216/276)
39592026-05-15T21:22:33.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39602026-05-15T21:22:33.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39612026-05-15T21:22:33.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39622026-05-15T21:22:33.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39632026-05-15T21:22:33.399Z
39642026-05-15T21:22:33.399Zinfo: running `cargo check --bins` on oximeter-collector (217/276)
39652026-05-15T21:22:33.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39662026-05-15T21:22:33.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39672026-05-15T21:22:34.134Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39682026-05-15T21:22:34.135Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39692026-05-15T21:22:34.779Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39702026-05-15T21:22:36.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.96s
39712026-05-15T21:22:36.576Z
39722026-05-15T21:22:36.576Zinfo: running `cargo check --bins` on oximeter-api (218/276)
39732026-05-15T21:22:37.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39742026-05-15T21:22:37.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39752026-05-15T21:22:37.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39762026-05-15T21:22:37.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39772026-05-15T21:22:37.191Z
39782026-05-15T21:22:37.191Zinfo: running `cargo check --bins` on cert-dev (219/276)
39792026-05-15T21:22:37.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39802026-05-15T21:22:37.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39812026-05-15T21:22:37.802Z Checking yasna v0.5.2
39822026-05-15T21:22:38.208Z Checking rcgen v0.12.1
39832026-05-15T21:22:38.455Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39842026-05-15T21:22:38.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
39852026-05-15T21:22:38.822Z
39862026-05-15T21:22:38.822Zinfo: running `cargo check --bins` on clickana (220/276)
39872026-05-15T21:22:39.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39882026-05-15T21:22:39.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39892026-05-15T21:22:39.480Z Compiling darling_core v0.23.0
39902026-05-15T21:22:39.483Z Compiling instability v0.3.11
39912026-05-15T21:22:39.483Z Checking castaway v0.2.4
39922026-05-15T21:22:39.597Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39932026-05-15T21:22:39.601Z Compiling indoc v2.0.7
39942026-05-15T21:22:39.616Z Checking unicode-truncate v1.1.0
39952026-05-15T21:22:39.627Z Checking lru v0.12.5
39962026-05-15T21:22:39.627Z Checking cassowary v0.3.0
39972026-05-15T21:22:39.682Z Checking compact_str v0.8.1
39982026-05-15T21:22:40.645Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39992026-05-15T21:22:40.836Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40002026-05-15T21:22:41.001Z Compiling darling_macro v0.23.0
40012026-05-15T21:22:41.413Z Compiling darling v0.23.0
40022026-05-15T21:22:42.023Z Checking ratatui v0.29.0
40032026-05-15T21:22:43.087Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
40042026-05-15T21:22:43.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.94s
40052026-05-15T21:22:43.953Z
40062026-05-15T21:22:43.953Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (221/276)
40072026-05-15T21:22:44.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40082026-05-15T21:22:44.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40092026-05-15T21:22:44.691Z Checking headers-core v0.3.0
40102026-05-15T21:22:44.694Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
40112026-05-15T21:22:44.887Z Checking headers v0.4.1
40122026-05-15T21:22:45.258Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40132026-05-15T21:22:46.112Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
40142026-05-15T21:22:46.608Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
40152026-05-15T21:22:47.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.07s
40162026-05-15T21:22:47.239Z
40172026-05-15T21:22:47.239Zinfo: running `cargo check --bins` on ch-dev (222/276)
40182026-05-15T21:22:47.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40192026-05-15T21:22:47.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40202026-05-15T21:22:47.965Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
40212026-05-15T21:22:48.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
40222026-05-15T21:22:48.912Z
40232026-05-15T21:22:48.912Zinfo: running `cargo check --bins` on dev-tools-common (223/276)
40242026-05-15T21:22:49.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40252026-05-15T21:22:49.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40262026-05-15T21:22:49.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40272026-05-15T21:22:49.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
40282026-05-15T21:22:49.386Z
40292026-05-15T21:22:49.386Zinfo: running `cargo check --bins` on crdb-seed (224/276)
40302026-05-15T21:22:49.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40312026-05-15T21:22:49.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40322026-05-15T21:22:50.101Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40332026-05-15T21:22:51.096Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40342026-05-15T21:22:51.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.05s
40352026-05-15T21:22:51.641Z
40362026-05-15T21:22:51.641Zinfo: running `cargo check --bins` on db-dev (225/276)
40372026-05-15T21:22:52.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40382026-05-15T21:22:52.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40392026-05-15T21:22:52.363Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40402026-05-15T21:22:53.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
40412026-05-15T21:22:53.321Z
40422026-05-15T21:22:53.321Zinfo: running `cargo check --bins` on omicron-dev-lib (226/276)
40432026-05-15T21:22:53.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40442026-05-15T21:22:53.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40452026-05-15T21:22:53.862Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40462026-05-15T21:22:53.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40472026-05-15T21:22:53.965Z
40482026-05-15T21:22:53.965Zinfo: running `cargo check --bins` on xtask-downloader (227/276)
40492026-05-15T21:22:54.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40502026-05-15T21:22:54.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40512026-05-15T21:22:54.582Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40522026-05-15T21:22:55.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
40532026-05-15T21:22:55.446Z
40542026-05-15T21:22:55.446Zinfo: running `cargo check --bins` on omicron-dropshot-apis (228/276)
40552026-05-15T21:22:55.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40562026-05-15T21:22:55.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40572026-05-15T21:22:56.203Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40582026-05-15T21:22:56.203Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40592026-05-15T21:22:56.206Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
40602026-05-15T21:22:56.206Z Checking git-stub v1.0.0
40612026-05-15T21:22:56.206Z Compiling trait-variant v0.1.2
40622026-05-15T21:22:56.206Z Checking maplit v1.0.2
40632026-05-15T21:22:56.206Z Checking is_ci v1.2.0
40642026-05-15T21:22:56.323Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40652026-05-15T21:22:56.412Z Checking supports-color v3.0.2
40662026-05-15T21:22:56.446Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40672026-05-15T21:22:56.492Z Checking git-stub-vcs v0.1.0
40682026-05-15T21:22:56.544Z Checking drift v0.1.4
40692026-05-15T21:22:56.573Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40702026-05-15T21:22:56.647Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40712026-05-15T21:22:56.707Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40722026-05-15T21:22:56.841Z Checking dropshot-api-manager v0.7.1
40732026-05-15T21:22:56.855Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
40742026-05-15T21:22:56.870Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40752026-05-15T21:22:56.870Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40762026-05-15T21:22:57.093Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40772026-05-15T21:22:57.146Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40782026-05-15T21:22:57.254Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
40792026-05-15T21:22:57.577Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40802026-05-15T21:23:02.489Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40812026-05-15T21:23:03.574Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40822026-05-15T21:23:04.138Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40832026-05-15T21:23:04.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.11s
40842026-05-15T21:23:04.761Z
40852026-05-15T21:23:04.762Zinfo: running `cargo check --bins` on installinator-api (229/276)
40862026-05-15T21:23:05.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40872026-05-15T21:23:05.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40882026-05-15T21:23:05.275Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40892026-05-15T21:23:05.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40902026-05-15T21:23:05.368Z
40912026-05-15T21:23:05.368Zinfo: running `cargo check --bins` on nexus-external-api (230/276)
40922026-05-15T21:23:05.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40932026-05-15T21:23:05.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40942026-05-15T21:23:05.910Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40952026-05-15T21:23:05.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40962026-05-15T21:23:06.010Z
40972026-05-15T21:23:06.010Zinfo: running `cargo check --bins` on nexus-internal-api (231/276)
40982026-05-15T21:23:06.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40992026-05-15T21:23:06.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41002026-05-15T21:23:06.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41012026-05-15T21:23:06.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41022026-05-15T21:23:06.661Z
41032026-05-15T21:23:06.661Zinfo: running `cargo check --bins` on nexus-lockstep-api (232/276)
41042026-05-15T21:23:07.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41052026-05-15T21:23:07.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41062026-05-15T21:23:07.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41072026-05-15T21:23:07.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41082026-05-15T21:23:07.310Z
41092026-05-15T21:23:07.310Zinfo: running `cargo check --bins` on ntp-admin-api (233/276)
41102026-05-15T21:23:07.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41112026-05-15T21:23:07.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41122026-05-15T21:23:07.824Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41132026-05-15T21:23:07.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41142026-05-15T21:23:07.921Z
41152026-05-15T21:23:07.921Zinfo: running `cargo check --bins` on ntp-admin-types-versions (234/276)
41162026-05-15T21:23:08.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41172026-05-15T21:23:08.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41182026-05-15T21:23:08.426Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41192026-05-15T21:23:08.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41202026-05-15T21:23:08.519Z
41212026-05-15T21:23:08.519Zinfo: running `cargo check --bins` on wicketd-api (235/276)
41222026-05-15T21:23:09.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41232026-05-15T21:23:09.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41242026-05-15T21:23:09.049Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41252026-05-15T21:23:09.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41262026-05-15T21:23:09.145Z
41272026-05-15T21:23:09.145Zinfo: running `cargo check --bins` on omicron-ls-apis (236/276)
41282026-05-15T21:23:09.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41292026-05-15T21:23:09.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41302026-05-15T21:23:09.765Z Checking typeid v1.0.3
41312026-05-15T21:23:09.878Z Checking ordered-float v2.10.1
41322026-05-15T21:23:09.897Z Checking unicode-xid v0.2.6
41332026-05-15T21:23:09.910Z Checking cargo-platform v0.2.0
41342026-05-15T21:23:09.918Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
41352026-05-15T21:23:09.948Z Checking erased-serde v0.4.9
41362026-05-15T21:23:10.086Z Checking serde-value v0.7.0
41372026-05-15T21:23:10.259Z Checking serde-untagged v0.1.9
41382026-05-15T21:23:10.418Z Checking cargo-util-schemas v0.8.2
41392026-05-15T21:23:11.112Z Checking cargo_metadata v0.21.0
41402026-05-15T21:23:11.715Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41412026-05-15T21:23:12.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s
41422026-05-15T21:23:12.585Z
41432026-05-15T21:23:12.585Zinfo: running `cargo check --bins` on mgs-dev (237/276)
41442026-05-15T21:23:13.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41452026-05-15T21:23:13.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41462026-05-15T21:23:13.325Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41472026-05-15T21:23:13.961Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41482026-05-15T21:23:14.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.88s
41492026-05-15T21:23:14.684Z
41502026-05-15T21:23:14.684Zinfo: running `cargo check --bins` on omicron-omdb (238/276)
41512026-05-15T21:23:15.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41522026-05-15T21:23:15.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41532026-05-15T21:23:15.555Z Compiling vergen-gitcl v1.0.8
41542026-05-15T21:23:15.555Z Compiling dirs-sys-next v0.1.2
41552026-05-15T21:23:15.555Z Compiling crunchy v0.2.4
41562026-05-15T21:23:15.555Z Compiling diesel_derives v2.3.7
41572026-05-15T21:23:15.558Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41582026-05-15T21:23:15.558Z Compiling glob v0.3.3
41592026-05-15T21:23:15.558Z Compiling dsl_auto_type v0.2.0
41602026-05-15T21:23:15.558Z Checking scheduled-thread-pool v0.2.7
41612026-05-15T21:23:15.836Z Compiling diesel_table_macro_syntax v0.3.0
41622026-05-15T21:23:15.874Z Compiling tiny-keccak v2.0.2
41632026-05-15T21:23:15.934Z Compiling dirs-next v2.0.0
41642026-05-15T21:23:16.020Z Compiling term v0.7.0
41652026-05-15T21:23:16.065Z Checking r2d2 v0.8.10
41662026-05-15T21:23:16.098Z Compiling bit-vec v0.6.3
41672026-05-15T21:23:16.112Z Compiling clang-sys v1.8.1
41682026-05-15T21:23:16.125Z Checking downcast-rs v2.0.2
41692026-05-15T21:23:16.242Z Compiling itertools v0.10.5
41702026-05-15T21:23:16.313Z Compiling ascii-canvas v3.0.0
41712026-05-15T21:23:16.485Z Compiling bit-set v0.5.3
41722026-05-15T21:23:16.561Z Compiling ena v0.14.4
41732026-05-15T21:23:16.578Z Compiling libloading v0.8.9
41742026-05-15T21:23:16.612Z Compiling regex-syntax v0.6.29
41752026-05-15T21:23:16.630Z Compiling diff v0.1.13
41762026-05-15T21:23:16.641Z Compiling bindgen v0.71.1
41772026-05-15T21:23:16.784Z Compiling cexpr v0.6.0
41782026-05-15T21:23:16.949Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41792026-05-15T21:23:17.105Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41802026-05-15T21:23:17.166Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41812026-05-15T21:23:17.261Z Compiling libxml v0.3.3
41822026-05-15T21:23:17.308Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41832026-05-15T21:23:17.455Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41842026-05-15T21:23:17.508Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41852026-05-15T21:23:17.620Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41862026-05-15T21:23:17.696Z Compiling strum_macros v0.24.3
41872026-05-15T21:23:17.748Z Compiling indoc v1.0.9
41882026-05-15T21:23:18.189Z Compiling lalrpop v0.19.12
41892026-05-15T21:23:18.736Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41902026-05-15T21:23:18.736Z Checking derive_builder v0.20.2
41912026-05-15T21:23:18.855Z Compiling oso-derive v0.27.3
41922026-05-15T21:23:18.942Z Checking quick-xml v0.37.5
41932026-05-15T21:23:19.028Z Compiling impl-trait-for-tuples v0.2.3
41942026-05-15T21:23:19.354Z Checking openssl-probe v0.1.6
41952026-05-15T21:23:19.495Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41962026-05-15T21:23:19.808Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41972026-05-15T21:23:20.004Z Checking bb8 v0.8.6
41982026-05-15T21:23:20.265Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41992026-05-15T21:23:20.300Z Checking nonempty v0.12.0
42002026-05-15T21:23:20.420Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42012026-05-15T21:23:20.471Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42022026-05-15T21:23:20.491Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
42032026-05-15T21:23:20.558Z Checking console v0.16.2
42042026-05-15T21:23:20.658Z Checking unit-prefix v0.5.2
42052026-05-15T21:23:20.693Z Checking support-bundle-viewer v0.1.2
42062026-05-15T21:23:20.794Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42072026-05-15T21:23:20.872Z Checking indicatif v0.18.4
42082026-05-15T21:23:20.942Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
42092026-05-15T21:23:21.091Z Checking multimap v0.10.1
42102026-05-15T21:23:21.587Z Checking diesel v2.3.7
42112026-05-15T21:23:23.468Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
42122026-05-15T21:23:23.951Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
42132026-05-15T21:23:24.271Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
42142026-05-15T21:23:24.492Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
42152026-05-15T21:23:25.113Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42162026-05-15T21:23:25.705Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
42172026-05-15T21:23:25.844Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
42182026-05-15T21:23:26.378Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
42192026-05-15T21:23:28.401Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42202026-05-15T21:23:32.355Z Compiling samael v0.0.19
42212026-05-15T21:23:37.624Z Checking diesel-dtrace v0.5.0
42222026-05-15T21:23:37.866Z Checking async-bb8-diesel v0.2.1
42232026-05-15T21:23:38.989Z Compiling polar-core v0.27.3
42242026-05-15T21:23:44.385Z Checking oso v0.27.3
42252026-05-15T21:24:19.704Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42262026-05-15T21:24:53.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 38s
42272026-05-15T21:24:53.239Z
42282026-05-15T21:24:53.239Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (239/276)
42292026-05-15T21:24:53.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42302026-05-15T21:24:53.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42312026-05-15T21:24:53.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42322026-05-15T21:24:53.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42332026-05-15T21:24:53.906Z
42342026-05-15T21:24:53.906Zinfo: running `cargo check --bins` on nexus-saga-recovery (240/276)
42352026-05-15T21:24:54.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42362026-05-15T21:24:54.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42372026-05-15T21:24:54.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42382026-05-15T21:24:54.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42392026-05-15T21:24:54.571Z
42402026-05-15T21:24:54.571Zinfo: running `cargo check --bins` on nexus-test-utils-macros (241/276)
42412026-05-15T21:24:55.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42422026-05-15T21:24:55.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42432026-05-15T21:24:55.077Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42442026-05-15T21:24:55.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42452026-05-15T21:24:55.170Z
42462026-05-15T21:24:55.170Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (242/276)
42472026-05-15T21:24:55.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42482026-05-15T21:24:55.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42492026-05-15T21:24:56.045Z Compiling libz-sys v1.1.24
42502026-05-15T21:24:56.179Z Compiling libgit2-sys v0.18.3+1.9.2
42512026-05-15T21:24:56.191Z Compiling vergen-git2 v1.0.7
42522026-05-15T21:24:56.202Z Compiling rustls v0.21.12
42532026-05-15T21:24:56.226Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42542026-05-15T21:24:56.229Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42552026-05-15T21:24:56.229Z Checking rustls-webpki v0.101.7
42562026-05-15T21:24:56.229Z Checking sct v0.7.1
42572026-05-15T21:24:56.381Z Compiling nix v0.29.0
42582026-05-15T21:24:56.395Z Compiling dropshot v0.16.7
42592026-05-15T21:24:56.445Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42602026-05-15T21:24:56.487Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42612026-05-15T21:24:56.561Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42622026-05-15T21:24:56.639Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42632026-05-15T21:24:56.668Z Checking toml v0.9.12+spec-1.1.0
42642026-05-15T21:24:56.706Z Compiling dropshot_endpoint v0.16.7
42652026-05-15T21:24:56.852Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42662026-05-15T21:24:57.001Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42672026-05-15T21:24:57.229Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42682026-05-15T21:24:57.246Z Checking rustls-pemfile v1.0.4
42692026-05-15T21:24:57.384Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42702026-05-15T21:24:57.580Z Checking twox-hash v2.1.2
42712026-05-15T21:24:57.609Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42722026-05-15T21:24:57.892Z Checking tokio-rustls v0.24.1
42732026-05-15T21:24:58.340Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42742026-05-15T21:24:58.356Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42752026-05-15T21:24:58.708Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
42762026-05-15T21:24:59.036Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42772026-05-15T21:24:59.155Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42782026-05-15T21:24:59.247Z Checking fatfs v0.3.6
42792026-05-15T21:24:59.264Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42802026-05-15T21:24:59.297Z Compiling seq-macro v0.3.6
42812026-05-15T21:25:03.094Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42822026-05-15T21:25:03.221Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42832026-05-15T21:25:03.594Z Compiling git2 v0.20.4
42842026-05-15T21:25:05.786Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42852026-05-15T21:25:53.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 58.06s
42862026-05-15T21:25:53.457Z
42872026-05-15T21:25:53.457Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (243/276)
42882026-05-15T21:25:54.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42892026-05-15T21:25:54.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42902026-05-15T21:25:54.351Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42912026-05-15T21:26:33.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.73s
42922026-05-15T21:26:33.405Z
42932026-05-15T21:26:33.406Zinfo: running `cargo check --bins` on nexus-background-task-interface (244/276)
42942026-05-15T21:26:33.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42952026-05-15T21:26:33.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42962026-05-15T21:26:33.914Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42972026-05-15T21:26:33.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42982026-05-15T21:26:33.998Z
42992026-05-15T21:26:33.998Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (245/276)
43002026-05-15T21:26:34.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43012026-05-15T21:26:34.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43022026-05-15T21:26:34.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43032026-05-15T21:26:34.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43042026-05-15T21:26:34.644Z
43052026-05-15T21:26:34.644Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (246/276)
43062026-05-15T21:26:35.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43072026-05-15T21:26:35.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43082026-05-15T21:26:35.202Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43092026-05-15T21:26:35.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43102026-05-15T21:26:35.305Z
43112026-05-15T21:26:35.305Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (247/276)
43122026-05-15T21:26:35.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43132026-05-15T21:26:35.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43142026-05-15T21:26:35.862Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43152026-05-15T21:26:35.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43162026-05-15T21:26:35.970Z
43172026-05-15T21:26:35.970Zinfo: running `cargo check --bins` on nexus-mgs-updates (248/276)
43182026-05-15T21:26:36.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43192026-05-15T21:26:36.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43202026-05-15T21:26:36.520Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43212026-05-15T21:26:36.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43222026-05-15T21:26:36.626Z
43232026-05-15T21:26:36.626Zinfo: running `cargo check --bins` on nexus-networking (249/276)
43242026-05-15T21:26:37.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43252026-05-15T21:26:37.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43262026-05-15T21:26:37.189Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43272026-05-15T21:26:37.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43282026-05-15T21:26:37.293Z
43292026-05-15T21:26:37.293Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (250/276)
43302026-05-15T21:26:37.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43312026-05-15T21:26:37.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43322026-05-15T21:26:37.852Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43332026-05-15T21:26:37.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43342026-05-15T21:26:37.955Z
43352026-05-15T21:26:37.955Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (251/276)
43362026-05-15T21:26:38.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43372026-05-15T21:26:38.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43382026-05-15T21:26:38.513Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43392026-05-15T21:26:38.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43402026-05-15T21:26:38.614Z
43412026-05-15T21:26:38.614Zinfo: running `cargo check --bins` on omicron-dev (252/276)
43422026-05-15T21:26:39.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43432026-05-15T21:26:39.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43442026-05-15T21:26:39.511Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43452026-05-15T21:26:39.511Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43462026-05-15T21:26:39.699Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43472026-05-15T21:26:39.728Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
43482026-05-15T21:26:39.748Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43492026-05-15T21:26:39.751Z Checking yansi v1.0.1
43502026-05-15T21:26:39.751Z Checking diff v0.1.13
43512026-05-15T21:26:39.791Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43522026-05-15T21:26:39.830Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43532026-05-15T21:26:40.025Z Checking pretty_assertions v1.4.1
43542026-05-15T21:26:40.678Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43552026-05-15T21:26:40.811Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43562026-05-15T21:27:04.241Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43572026-05-15T21:27:04.244Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43582026-05-15T21:27:04.244Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43592026-05-15T21:27:04.244Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43602026-05-15T21:27:04.244Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43612026-05-15T21:27:04.244Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43622026-05-15T21:27:05.094Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43632026-05-15T21:27:06.184Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43642026-05-15T21:27:44.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
43652026-05-15T21:27:45.012Z
43662026-05-15T21:27:45.012Zinfo: running `cargo check --bins` on omicron-pins (253/276)
43672026-05-15T21:27:45.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43682026-05-15T21:27:45.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43692026-05-15T21:27:45.523Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43702026-05-15T21:27:45.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43712026-05-15T21:27:45.615Z
43722026-05-15T21:27:45.615Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (254/276)
43732026-05-15T21:27:46.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43742026-05-15T21:27:46.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43752026-05-15T21:27:46.401Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43762026-05-15T21:27:46.523Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43772026-05-15T21:27:46.526Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43782026-05-15T21:28:12.359Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43792026-05-15T21:28:12.756Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43802026-05-15T21:28:14.497Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43812026-05-15T21:28:14.959Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43822026-05-15T21:28:17.960Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43832026-05-15T21:28:40.669Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43842026-05-15T21:28:41.387Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43852026-05-15T21:28:43.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.42s
43862026-05-15T21:28:43.257Z
43872026-05-15T21:28:43.257Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (255/276)
43882026-05-15T21:28:43.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43892026-05-15T21:28:43.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43902026-05-15T21:28:43.988Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43912026-05-15T21:28:44.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
43922026-05-15T21:28:44.894Z
43932026-05-15T21:28:44.894Zinfo: running `cargo check --bins` on omicron-releng (256/276)
43942026-05-15T21:28:45.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43952026-05-15T21:28:45.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43962026-05-15T21:28:45.555Z Compiling blake3 v1.8.3
43972026-05-15T21:28:45.666Z Checking constant_time_eq v0.4.2
43982026-05-15T21:28:45.669Z Checking arrayref v0.3.9
43992026-05-15T21:28:45.669Z Checking arrayvec v0.7.6
44002026-05-15T21:28:45.687Z Checking topological-sort v0.2.2
44012026-05-15T21:28:45.690Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
44022026-05-15T21:28:45.690Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
44032026-05-15T21:28:45.690Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
44042026-05-15T21:28:45.730Z Checking shell-words v1.1.1
44052026-05-15T21:28:46.551Z Checking omicron-zone-package v0.12.2
44062026-05-15T21:28:47.282Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
44072026-05-15T21:28:48.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s
44082026-05-15T21:28:48.285Z
44092026-05-15T21:28:48.285Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (257/276)
44102026-05-15T21:28:48.810Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44112026-05-15T21:28:48.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44122026-05-15T21:28:48.940Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
44132026-05-15T21:28:49.262Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
44142026-05-15T21:28:49.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
44152026-05-15T21:28:49.864Z
44162026-05-15T21:28:49.864Zinfo: running `cargo check --bins` on schema (258/276)
44172026-05-15T21:28:50.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44182026-05-15T21:28:50.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44192026-05-15T21:28:50.601Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
44202026-05-15T21:28:51.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
44212026-05-15T21:28:51.521Z
44222026-05-15T21:28:51.522Zinfo: running `cargo check --bins` on xtask (259/276)
44232026-05-15T21:28:51.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44242026-05-15T21:28:51.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44252026-05-15T21:28:51.981Z Checking libc v0.2.185
44262026-05-15T21:28:51.989Z Checking serde v1.0.228
44272026-05-15T21:28:52.138Z Checking zerofrom v0.1.6
44282026-05-15T21:28:52.146Z Checking bitflags v2.11.0
44292026-05-15T21:28:52.147Z Checking smallvec v1.15.1
44302026-05-15T21:28:52.147Z Checking indexmap v2.14.0
44312026-05-15T21:28:52.147Z Checking serde_json v1.0.149
44322026-05-15T21:28:52.147Z Checking num-traits v0.2.19
44332026-05-15T21:28:52.170Z Checking yoke v0.8.1
44342026-05-15T21:28:52.218Z Checking scroll v0.12.0
44352026-05-15T21:28:52.250Z Checking thiserror v1.0.69
44362026-05-15T21:28:52.330Z Checking zerovec v0.11.5
44372026-05-15T21:28:52.344Z Checking zerotrie v0.2.3
44382026-05-15T21:28:52.369Z Checking errno v0.3.14
44392026-05-15T21:28:52.451Z Checking percent-encoding v2.3.2
44402026-05-15T21:28:52.457Z Checking toml_datetime v0.6.11
44412026-05-15T21:28:52.477Z Checking rustix v1.1.3
44422026-05-15T21:28:52.580Z Checking serde_spanned v0.6.9
44432026-05-15T21:28:52.596Z Checking log v0.4.29
44442026-05-15T21:28:52.612Z Checking form_urlencoded v1.2.2
44452026-05-15T21:28:52.623Z Checking ordered-float v2.10.1
44462026-05-15T21:28:52.633Z Checking zerocopy v0.7.35
44472026-05-15T21:28:52.705Z Checking toml_edit v0.22.27
44482026-05-15T21:28:52.716Z Checking getrandom v0.4.1
44492026-05-15T21:28:52.737Z Checking goblin v0.8.2
44502026-05-15T21:28:52.743Z Checking thiserror v2.0.18
44512026-05-15T21:28:52.778Z Checking tinystr v0.8.2
44522026-05-15T21:28:52.838Z Checking potential_utf v0.1.4
44532026-05-15T21:28:52.850Z Checking syn v2.0.117
44542026-05-15T21:28:52.861Z Checking serde-value v0.7.0
44552026-05-15T21:28:52.950Z Checking icu_locale_core v2.1.1
44562026-05-15T21:28:52.970Z Checking icu_collections v2.1.1
44572026-05-15T21:28:53.058Z Checking dtrace-parser v0.2.0
44582026-05-15T21:28:53.113Z Checking thread-id v4.2.2
44592026-05-15T21:28:53.197Z Checking once_cell v1.21.3
44602026-05-15T21:28:53.281Z Checking cargo-platform v0.2.0
44612026-05-15T21:28:53.294Z Checking terminal_size v0.4.3
44622026-05-15T21:28:53.298Z Checking memmap v0.7.0
44632026-05-15T21:28:53.371Z Checking tempfile v3.25.0
44642026-05-15T21:28:53.431Z Checking clap_builder v4.5.60
44652026-05-15T21:28:53.444Z Checking textwrap v0.16.2
44662026-05-15T21:28:53.455Z Checking fs-err v3.3.0
44672026-05-15T21:28:53.501Z Checking icu_provider v2.1.1
44682026-05-15T21:28:53.565Z Checking camino-tempfile v1.4.1
44692026-05-15T21:28:53.630Z Checking anyhow v1.0.102
44702026-05-15T21:28:53.653Z Checking tabled v0.15.0
44712026-05-15T21:28:53.722Z Checking macaddr v1.0.1
44722026-05-15T21:28:53.739Z Checking icu_properties v2.1.2
44732026-05-15T21:28:53.807Z Checking icu_normalizer v2.1.1
44742026-05-15T21:28:53.824Z Checking toml v0.8.23
44752026-05-15T21:28:53.898Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44762026-05-15T21:28:54.136Z Checking cargo_toml v0.21.0
44772026-05-15T21:28:54.546Z Checking idna_adapter v1.2.1
44782026-05-15T21:28:54.603Z Checking dof v0.3.0
44792026-05-15T21:28:54.612Z Checking clap v4.5.60
44802026-05-15T21:28:54.665Z Checking idna v1.1.0
44812026-05-15T21:28:54.868Z Checking usdt-impl v0.5.0
44822026-05-15T21:28:54.886Z Checking url v2.5.8
44832026-05-15T21:28:55.114Z Checking usdt v0.5.0
44842026-05-15T21:28:55.226Z Checking cargo-util-schemas v0.8.2
44852026-05-15T21:28:55.900Z Checking cargo_metadata v0.21.0
44862026-05-15T21:28:56.502Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44872026-05-15T21:28:56.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.39s
44882026-05-15T21:28:57.039Z
44892026-05-15T21:28:57.039Zinfo: running `cargo check --bins` on dnsadm (260/276)
44902026-05-15T21:28:57.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44912026-05-15T21:28:57.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44922026-05-15T21:28:57.701Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
44932026-05-15T21:28:58.175Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
44942026-05-15T21:28:58.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.52s
44952026-05-15T21:28:58.750Z
44962026-05-15T21:28:58.750Zinfo: running `cargo check --bins` on end-to-end-tests (261/276)
44972026-05-15T21:28:59.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44982026-05-15T21:28:59.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44992026-05-15T21:28:59.563Z Checking polyval v0.6.2
45002026-05-15T21:28:59.688Z Checking ctr v0.9.2
45012026-05-15T21:28:59.701Z Checking ssh-encoding v0.2.0
45022026-05-15T21:28:59.701Z Checking blowfish v0.9.1
45032026-05-15T21:28:59.722Z Checking password-hash v0.4.2
45042026-05-15T21:28:59.735Z Checking p256 v0.13.2
45052026-05-15T21:28:59.741Z Checking p521 v0.13.3
45062026-05-15T21:28:59.762Z Checking russh-cryptovec v0.7.3
45072026-05-15T21:28:59.830Z Checking ghash v0.5.1
45082026-05-15T21:28:59.843Z Checking md5 v0.7.0
45092026-05-15T21:28:59.855Z Checking bcrypt-pbkdf v0.10.0
45102026-05-15T21:28:59.877Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
45112026-05-15T21:28:59.926Z Checking num-bigint v0.4.6
45122026-05-15T21:28:59.950Z Checking pbkdf2 v0.11.0
45132026-05-15T21:28:59.976Z Checking aes-gcm v0.10.3
45142026-05-15T21:29:00.042Z Checking des v0.8.1
45152026-05-15T21:29:00.046Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45162026-05-15T21:29:00.046Z Checking hex-literal v0.4.1
45172026-05-15T21:29:00.081Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
45182026-05-15T21:29:00.113Z Checking ssh-cipher v0.2.0
45192026-05-15T21:29:00.113Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
45202026-05-15T21:29:00.118Z Checking socket2 v0.5.10
45212026-05-15T21:29:00.152Z Checking internet-checksum v0.2.1
45222026-05-15T21:29:00.283Z Checking ssh-key v0.6.7
45232026-05-15T21:29:00.395Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45242026-05-15T21:29:00.904Z Checking russh-keys v0.45.0
45252026-05-15T21:29:01.458Z Checking russh v0.45.0
45262026-05-15T21:29:17.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.88s
45272026-05-15T21:29:17.842Z
45282026-05-15T21:29:17.842Zinfo: running `cargo check --bins` on gateway-cli (262/276)
45292026-05-15T21:29:18.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45302026-05-15T21:29:18.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45312026-05-15T21:29:18.493Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
45322026-05-15T21:29:18.603Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
45332026-05-15T21:29:18.611Z Checking termios v0.3.3
45342026-05-15T21:29:19.826Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
45352026-05-15T21:29:19.977Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45362026-05-15T21:29:21.795Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
45372026-05-15T21:29:22.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.52s
45382026-05-15T21:29:22.553Z
45392026-05-15T21:29:22.553Zinfo: running `cargo check --bins --no-default-features` on installinator (263/276)
45402026-05-15T21:29:23.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45412026-05-15T21:29:23.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45422026-05-15T21:29:23.270Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
45432026-05-15T21:29:23.274Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45442026-05-15T21:29:23.274Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45452026-05-15T21:29:23.274Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45462026-05-15T21:29:23.408Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45472026-05-15T21:29:23.412Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45482026-05-15T21:29:24.133Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45492026-05-15T21:29:24.498Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45502026-05-15T21:29:24.502Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45512026-05-15T21:29:25.129Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45522026-05-15T21:29:26.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.21s
45532026-05-15T21:29:26.969Z
45542026-05-15T21:29:26.969Zinfo: running `cargo check --bins` on internal-dns-cli (264/276)
45552026-05-15T21:29:27.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45562026-05-15T21:29:27.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45572026-05-15T21:29:27.609Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45582026-05-15T21:29:28.067Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45592026-05-15T21:29:28.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
45602026-05-15T21:29:28.581Z
45612026-05-15T21:29:28.581Zinfo: running `cargo check --bins` on omicron-live-tests (265/276)
45622026-05-15T21:29:29.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45632026-05-15T21:29:29.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45642026-05-15T21:29:29.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45652026-05-15T21:29:29.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45662026-05-15T21:29:29.174Z
45672026-05-15T21:29:29.174Zinfo: running `cargo check --bins` on live-tests-macros (266/276)
45682026-05-15T21:29:29.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45692026-05-15T21:29:29.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45702026-05-15T21:29:29.682Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45712026-05-15T21:29:29.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45722026-05-15T21:29:29.773Z
45732026-05-15T21:29:29.773Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (267/276)
45742026-05-15T21:29:30.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45752026-05-15T21:29:30.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45762026-05-15T21:29:30.529Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45772026-05-15T21:29:31.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
45782026-05-15T21:29:31.355Z
45792026-05-15T21:29:31.355Zinfo: running `cargo check --bins` on omicron-ntp-admin (268/276)
45802026-05-15T21:29:31.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45812026-05-15T21:29:31.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45822026-05-15T21:29:32.010Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45832026-05-15T21:29:32.016Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45842026-05-15T21:29:32.292Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45852026-05-15T21:29:32.295Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45862026-05-15T21:29:33.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s
45872026-05-15T21:29:33.287Z
45882026-05-15T21:29:33.287Zinfo: running `cargo check --bins` on ntp-admin-types (269/276)
45892026-05-15T21:29:33.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45902026-05-15T21:29:33.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45912026-05-15T21:29:33.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45922026-05-15T21:29:33.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45932026-05-15T21:29:33.875Z
45942026-05-15T21:29:33.875Zinfo: running `cargo check --bins` on omicron-package (270/276)
45952026-05-15T21:29:34.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45962026-05-15T21:29:34.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45972026-05-15T21:29:34.564Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
45982026-05-15T21:29:35.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s
45992026-05-15T21:29:35.835Z
46002026-05-15T21:29:35.835Zinfo: running `cargo check --bins` on tqdb (271/276)
46012026-05-15T21:29:36.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46022026-05-15T21:29:36.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46032026-05-15T21:29:36.618Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
46042026-05-15T21:29:36.976Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
46052026-05-15T21:29:37.489Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
46062026-05-15T21:29:37.490Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
46072026-05-15T21:29:43.393Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
46082026-05-15T21:29:43.393Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
46092026-05-15T21:29:43.972Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
46102026-05-15T21:29:43.972Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
46112026-05-15T21:29:43.976Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46122026-05-15T21:29:43.976Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
46132026-05-15T21:29:44.770Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
46142026-05-15T21:29:45.708Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46152026-05-15T21:29:46.477Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46162026-05-15T21:29:47.086Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
46172026-05-15T21:29:51.296Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
46182026-05-15T21:29:57.702Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46192026-05-15T21:29:57.705Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
46202026-05-15T21:29:57.705Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
46212026-05-15T21:29:57.705Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
46222026-05-15T21:29:59.188Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
46232026-05-15T21:30:00.523Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
46242026-05-15T21:30:01.201Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
46252026-05-15T21:30:02.443Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
46262026-05-15T21:30:02.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.15s
46272026-05-15T21:30:03.212Z
46282026-05-15T21:30:03.212Zinfo: running `cargo check --bins` on wicket-dbg (272/276)
46292026-05-15T21:30:03.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46302026-05-15T21:30:03.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46312026-05-15T21:30:03.927Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46322026-05-15T21:30:03.930Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46332026-05-15T21:30:03.930Z Checking rtoolbox v0.0.3
46342026-05-15T21:30:04.062Z Checking tui-tree-widget v0.23.1
46352026-05-15T21:30:04.162Z Checking rpassword v7.4.0
46362026-05-15T21:30:05.167Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46372026-05-15T21:30:08.131Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46382026-05-15T21:30:09.990Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
46392026-05-15T21:30:10.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.68s
46402026-05-15T21:30:11.105Z
46412026-05-15T21:30:11.105Zinfo: running `cargo check --bins` on wicket (273/276)
46422026-05-15T21:30:11.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46432026-05-15T21:30:11.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46442026-05-15T21:30:11.806Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46452026-05-15T21:30:12.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
46462026-05-15T21:30:12.365Z
46472026-05-15T21:30:12.365Zinfo: running `cargo check --bins` on wicketd (274/276)
46482026-05-15T21:30:12.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46492026-05-15T21:30:12.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46502026-05-15T21:30:13.092Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46512026-05-15T21:30:13.095Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46522026-05-15T21:30:13.095Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46532026-05-15T21:30:13.095Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46542026-05-15T21:30:14.081Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46552026-05-15T21:30:14.656Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46562026-05-15T21:30:17.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.22s
46572026-05-15T21:30:17.797Z
46582026-05-15T21:30:17.797Zinfo: running `cargo check --bins` on omicron-workspace-hack (275/276)
46592026-05-15T21:30:18.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46602026-05-15T21:30:18.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46612026-05-15T21:30:18.298Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46622026-05-15T21:30:18.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
46632026-05-15T21:30:18.390Z
46642026-05-15T21:30:18.390Zinfo: running `cargo check --bins` on zone-setup (276/276)
46652026-05-15T21:30:18.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46662026-05-15T21:30:18.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46672026-05-15T21:30:19.071Z Checking uzers v0.12.2
46682026-05-15T21:30:19.345Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46692026-05-15T21:30:20.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s
46702026-05-15T21:30:20.305Z
46712026-05-15T21:30:20.305Zreal 14:15.026489755
46722026-05-15T21:30:20.305Zuser 20:38.408192071
46732026-05-15T21:30:20.305Zsys 4:18.227959122
46742026-05-15T21:30:20.305Ztrap 0.331938152
46752026-05-15T21:30:20.305Ztflt 1.009181905
46762026-05-15T21:30:20.305Zdflt 1.611832629
46772026-05-15T21:30:20.305Zkflt 0.038130167
46782026-05-15T21:30:20.305Zlock 1:17:53.377129872
46792026-05-15T21:30:20.305Zslp 1:38:54.807418586
46802026-05-15T21:30:20.305Zlat 57.891650573
46812026-05-15T21:30:20.305Zstop 3:37.814058432
46822026-05-15T21:30:20.309Zprocess exited: duration 994231 ms, exit code 0
 
46832026-05-15T21:30:20.315Zfound 0 output files